diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9cfade0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,155 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal + +# Flask stuff: +instance/ +.webassets-cache + +# Scrapy stuff: +.scrapy + +# Sphinx documentation +docs/_build/ + +# PyBuilder +.pybuilder/ +target/ + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version + +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don't work, or not +# install all needed dependencies. +#Pipfile.lock + +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow +__pypackages__/ + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# SageMath parsed files +*.sage.py + +# Environments +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# Spyder project settings +.spyderproject +.spyproject + +# Rope project settings +.ropeproject + +# mkdocs documentation +/site + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json + +# Pyre type checker +.pyre/ + +# pytype static type analyzer +.pytype/ + +# Cython debug symbols +cython_debug/ + +# PyCharm +# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ + +*.db +*.zip diff --git a/Image/1.png b/Image/1.png new file mode 100644 index 0000000..ed06c91 Binary files /dev/null and b/Image/1.png differ diff --git a/Image/2.png b/Image/2.png new file mode 100644 index 0000000..d7983f7 Binary files /dev/null and b/Image/2.png differ diff --git a/Image/3.png b/Image/3.png new file mode 100644 index 0000000..bf0b81d Binary files /dev/null and b/Image/3.png differ diff --git a/Image/4.png b/Image/4.png new file mode 100644 index 0000000..65f976a Binary files /dev/null and b/Image/4.png differ diff --git a/Image/5.png b/Image/5.png new file mode 100644 index 0000000..fff28f2 Binary files /dev/null and b/Image/5.png differ diff --git a/Image/6.png b/Image/6.png new file mode 100644 index 0000000..3fe573c Binary files /dev/null and b/Image/6.png differ diff --git a/Image/logo.png b/Image/logo.png new file mode 100644 index 0000000..9d263db Binary files /dev/null and b/Image/logo.png differ diff --git a/LICENSE b/LICENSE index 5168405..b09cd78 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,201 @@ -MIT License +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ -Copyright (c) 2022 RoomaSec + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + 1. Definitions. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md index 21b01d7..a195c63 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,149 @@ -# RmEye -戎马之眼是一个window上的基于att&ck模型的威胁监控工具.有效检测常见的未知威胁与已知威胁.防守方的利剑 +![image](Image/logo.png) + +# DuckSysEye +SysEye是一个window上的基于att&ck现代EDR设计思想的威胁响应工具. +不同于EDR,它轻量、高效.自身定位是轻量级威胁检出工具. +而不是繁重的、需要付费的、效果不明的所谓的EDR + +### 功能特点 +1. 基于att&ck设计.所有设计只是为了符合att&ck的攻击路径、攻击链(虽然规则里面没有标注T因为懒惰) +2. 轻量、高效.为了不适用繁重超占内存的ELK设计思路,而且要保证检出的同时保证不会太重,agent端使用了大量规则过滤,这样才使得后端使用sqlite作为数据库成为可能.单机日志平均一天4M.此外轻量级别的客户端一天只占40-400KB的内存. +3. 行为检出,让免杀成为过去式.基于att&ck设计,只看行为不看文件.文件类免杀已经成为过去式. +4. 高扩展性.可随需求定制功能 + +### SysEye 之所以不是 Edr/Xdr/Mdr/Ndr/XXXXXdr +1. SysEye没有流量监控 +2. SysEye仅覆盖20%左右的datasource +3. SysEye没有联动WAF、IPS/IDS +4. SysEye没有实时拦截功能 +5. 对RPC、COM、ALPC基本无能为力 +6. 不支持更高级的扩展检测,如检测脚本、下发规则,主机链 +7. 受限于Sysmon,很多att&ck的T没有覆盖,也无法覆盖. +请牢记,SysEye自身定位是轻量级威胁检出工具 + +### 检出截图 +威胁列表: +![image](Image/1.png) +powershell: +![image](Image/2.png) +apt样本: +![image](Image/3.png) +勒索软件: +![image](Image/4.png) +网站入侵提权到执行cobalt strike: +![image](Image/5.png) +offic宏钓鱼: +![image](Image/6.png) + +### 待做列表 +1. 更好的前端(目前是VUE-CDN模式,不太好,想换成VUE-CLI) 已经完成 +2. 日志回放【目前重点】 +3. 威胁狩猎【目前重点】 +4. att&ck热力图 +5. 在线规则编辑器 +6. 内网横向检测 +7. iis、apache、nginx日志搜集分析(aka: XDR的实现) +8. 集成反病毒引擎 +9. 完善目前的插件系统【目前重点】 +10. 云日志检测能力【目前重点】 +### 安装 +下载release( xxxxxxxx ),里面有客户端,服务端自行clone本项目 +服务端是python3编写,安装完依赖库后输入 +``` +python webserver.py +``` +即可部署 +服务端部署后,修改config.py里面的 +``` +# 检出阈值,越高越难检出但是也会越准确 +MAX_THREAT_SCORE = 170 + +# 授权访问主站的IP列表.如果不在后台里面则不能访问后台 +ALLOW_ACCESS_IP = ['127.0.0.1'] +``` +MAX_THREAT_SCORE代表报警分数,意思为进程链总分超过此分数则报警,越高越准但是也会漏报 +ALLOW_ACCESS_IP代表允许的IP,只有在此名单里面的IP才能访问后台.请增加自己的IP地址 + +客户端则编辑config.ini +``` +[communication] +server = http://192.168.111.189:5000 +``` +其中server改成你的服务端的地址 +然后分发三个文件给客户端并且放在同一目录: +config.ini、install.cmd、SysEye.exe、sysmon.xml、Sysmon64.exe +之后管理员身份运行install.cmd安装sysmon与syseye +访问 http://服务器ip:5000(flask默认端口) 查看后台 +当然一开始啥数据也没有,为了确认是否安装成功可以将webserver.py中的 +``` + flask_log = logging.getLogger('werkzeug') + flask_log.setLevel(logging.ERROR) +``` +注释掉,检查有没有客户端的请求即可 +手动安装(cmd脚本其实执行了这些命令): +``` +//安装sysmon: +sysmon -i +//sysmon加载配置项 +sysmon -c sysmon.xml +//安装syseye +syseye /install +``` + +### 卸载 +卸载syseye: +在syseye目录下执行 +``` +SysEye /uninstall +``` +如果您需要卸载sysmon +执行 +``` +sysmon /uninstall +``` +即可干净卫生的卸载掉Syseye + +### 规则相关的问题 +1. 规则目前仅120条,很多攻击面没有覆盖,其他规则请访问《社区》 +2. 规则目前只支持rule_engine与yara的规则,其中yara的规则支持是以插件的形式支持 +3. 目前的规则字段完全依赖sysmon的字段,sysmon的字段请检查根目录下的provider.json(但是请记住纯小写,自行做大小写转换) + +规则目前有两种规则: +rule_engine: +如检测由CMD启动的ipconfig: +``` +{ + 'rules': [ + 'originalfilename =~ ".*cmd.exe" and commandline =~ ".*ipconfig.*"', + ], + 'score': 80, + 'name': 'cmd启动ipconfig' +}, +``` +分数代表的是本次规则给进程链所增加的分数,报警是根据前面的MAX_THREAT_SCORE设置的 + +具体编写方法请移步: +https://github.com/zeroSteiner/rule-engine + +yara,需要安装插件,具体请看交流部分 + +### 第三方引用库 +1. sysmon +https://docs.microsoft.com/zh-cn/sysinternals/downloads/sysmon +2. rule_engine +https://github.com/zeroSteiner/rule-engine +3. yara +https://github.com/VirusTotal/yara +4. sysmon-config(客户端使用的默认的规则,但是我做了一些修改) +https://github.com/SwiftOnSecurity/sysmon-config +请遵守相关库的开源协议.相关法律风险本项目不负任何责任 + +### 交流 +开源的目的不是为了免费填鸭式教学,或者被免费拿去发公众号引流、去拿去集成产品方案去赚钱,而是要一起完善这个工具,从而实现共赢. +目前我们有一个社区,供大家交流. +社区地址:http://xxxxxxxxxx + +### 特别感谢 +@Pwn0x01 yara插件 +@zeroSteiner 规则引擎插件 +@SwiftOnSecurity 客户端规则 diff --git a/Server/config.py b/Server/config.py new file mode 100644 index 0000000..1e43f02 --- /dev/null +++ b/Server/config.py @@ -0,0 +1,4 @@ +# 检出阈值,越高越难检出但是也会越准确 +MAX_THREAT_SCORE = 170 +# 授权访问主站的IP列表.如果不在后台里面则不能访问后台 +ALLOW_ACCESS_IP = ['127.0.0.1'] diff --git a/Server/global_vars.py b/Server/global_vars.py new file mode 100644 index 0000000..0afd1d0 --- /dev/null +++ b/Server/global_vars.py @@ -0,0 +1,11 @@ +import os + + +THREAT_TYPE_NONE = -1 +THREAT_TYPE_PROCESS = 0 +THREAT_TYPE_ROOTKIT = 1 +THREAT_TYPE_LM = 2 +THREAT_TYPE_HOSTSTATUS = 3 +THREAT_TYPE_NETWORK = 4 +PLUGS_PATH = os.path.dirname(os.path.realpath(__file__)) + "\\plugins\\" +g_plugs = [] diff --git a/Server/log.py b/Server/log.py new file mode 100644 index 0000000..55240e9 --- /dev/null +++ b/Server/log.py @@ -0,0 +1,195 @@ +import json +import time + +import process +import rule +import sql +import global_vars +import config +import plugin + + +def process_log(host, json_log, raw_log): + log = json_log["data"] + had_threat = global_vars.THREAT_TYPE_NONE + current_process: process.Process = None + rule_hit_name = "" + score = 0 + chain_hash = "" + params = "" + user = "" + + if json_log["action"] == "processcreate": + pid = log["processid"] + ppid = log["parentprocessid"] + path = log["image"] + params = log["commandline"] + user = log["user"] + hash = log["hashes"].split(",")[0].split("=")[1] + + parent_pid = log["parentprocessid"] + parent_ppid = parent_pid + parent_path = log["parentimage"] + parent_params = log["parentcommandline"] + parent_user = log["parentuser"] + create_time = int(round(time.time() * 1000)) + + if path in process.skip_process_path or path in process.skip_process_path: + return + parent_process: process.Process = process.get_process_by_pid(ppid) + score, rule_hit_name = rule.calc_score_in_create_process(log) + if hash in process.skip_md5: + return + if parent_process is None or parent_path in process.root_process_path: + # build a process + parent_process = process.Process( + parent_pid, + parent_ppid, + parent_path, + parent_params, + create_time - 1, + "None", + parent_user, + host, + ) + child = process.Process( + pid, ppid, path, params, create_time, hash, parent_user, host + ) + chain = process.create_chain(parent_process) + chain.add_process(child, parent_pid) + current_process = child + if score > 0: + child.set_score(score, rule_hit_name) + had_threat = global_vars.THREAT_TYPE_PROCESS + else: + child = process.Process( + pid, ppid, path, params, create_time, hash, user, host + ) + parent_process.chain.add_process(child, ppid) + current_process = child + if score > 0: + child.set_score(score, rule_hit_name) + had_threat = global_vars.THREAT_TYPE_PROCESS + + had_threat_plugin = plugin.dispath_rule_new_process_create( + host, current_process, raw_log, json_log + ) + if had_threat == global_vars.THREAT_TYPE_NONE: + had_threat = had_threat_plugin + elif json_log["action"] == "processterminal": + pid = log["processid"] + current_process = process.get_process_by_pid(pid) + if current_process is not None: + plugin.dispath_process_terminal(host, current_process, raw_log, json_log) + current_process.active = False + current_process.chain.terminate_count += 1 + if current_process.chain.terminate_count >= ( + current_process.chain.active_count - 1 + ): + current_process.chain.active = False + if current_process.chain.risk_score >= config.MAX_THREAT_SCORE: + sql.update_threat_log( + host, + current_process.chain.risk_score, + json.dumps(current_process.chain.operationlist), + current_process.chain.hash, + current_process.chain.get_json(), + global_vars.THREAT_TYPE_PROCESS, + True, + ) + process.g_ProcessChainList.remove(current_process.chain) + elif "processid" in log: + current_process = process.get_process_by_pid(log["processid"]) + if current_process is not None: + log["action"] = json_log["action"] + score, rule_hit_name = rule.calc_score_in_action(log) + if score > 0: + current_process.set_score(score, rule_hit_name) + had_threat = global_vars.THREAT_TYPE_PROCESS + had_threat_plugin = plugin.dispath_rule_new_process_action( + host, current_process, raw_log, json_log + ) + if had_threat == global_vars.THREAT_TYPE_NONE: + had_threat = had_threat_plugin + + if current_process is not None: + if current_process.chain.risk_score >= config.MAX_THREAT_SCORE: + if had_threat == global_vars.THREAT_TYPE_PROCESS: + current_process.chain.update_process_tree() + threat = sql.select_threat_by_chain_id( + host, current_process.chain.hash, global_vars.THREAT_TYPE_PROCESS + ) + if len(threat) == 0: + process_info: process.Process = None + + if len(current_process.chain.process_list) > 1: + process_info = current_process.chain.process_list[1] + else: + process_info = current_process + info_save_data = { + "path": process_info.path, + "hash": process_info.md5, + "params": process_info.params, + "user": process_info.user, + "create_time": process_info.time, + } + sql.push_threat_log( + host, + current_process.chain.risk_score, + json.dumps(current_process.chain.operationlist), + current_process.chain.hash, + current_process.chain.get_json(), + global_vars.THREAT_TYPE_PROCESS, + json.dumps(info_save_data), + ) + else: + sql.update_threat_log( + host, + current_process.chain.risk_score, + json.dumps(current_process.chain.operationlist), + current_process.chain.hash, + current_process.chain.get_json(), + global_vars.THREAT_TYPE_PROCESS, + current_process.chain.active == False, + ) + parent_pid = 0 + target_pid = 0 + self_hash = "" + target_image_path = "" + target_hash = "" + raw_json_log = json.loads(raw_log) + + if current_process is not None: + chain_hash = current_process.chain.hash + parent_pid = current_process.ppid + if "TargetProcessId" in raw_json_log: + target_process: process.Process = current_process.chain.find_process_by_pid( + raw_json_log["TargetProcessId"] + ) + target_pid = target_process.pid + target_image_path = target_process.path + target_hash = target_process.md5 + self_hash = current_process.md5 + + sql.push_process_raw( + host, + raw_json_log, + rule_hit_name, + score, + chain_hash, + had_threat, + parent_pid, + target_pid, + self_hash, + target_image_path, + target_hash, + params, + user, + ) + + """ + for iter in process.g_ProcessChainList: + item: process.Process = iter + if item.risk_score >= config.MAX_THREAT_SCORE: + item.print_process() + """ diff --git a/Server/plugin.py b/Server/plugin.py new file mode 100644 index 0000000..a68edc3 --- /dev/null +++ b/Server/plugin.py @@ -0,0 +1,111 @@ +from imp import find_module, load_module +import global_vars +import sys +import os + + +def reload_plugs(): + for index in range(len(global_vars.g_plugs)): + _, plug_obj = global_vars.g_plugs[index] + del sys.modules[plug_obj.__name__] + del plug_obj + global_vars.g_plugs = walk_path_get_plugs( + global_vars.PLUGS_PATH) + + +def walk_path_get_plugs(pPath): + plugs = [] + for root, dirs, files in os.walk(pPath): + for file in files: + if file.endswith(".py"): + module_name = file[:-3] + plugs_path = os.path.join(root, file) + if module_name not in sys.modules: + file_handle, file_path, dect = find_module( + module_name, [root]) + try: + print("load module:", module_name) + module_obj = load_module( + module_name, file_handle, file_path, dect) + print("load module_obj:", module_obj) + if hasattr(module_obj, "rm_plugs_config") == False \ + or hasattr(module_obj, "plugin_init") == False \ + or 'author' not in module_obj.rm_plugs_config.keys() \ + or 'description' not in module_obj.rm_plugs_config.keys() \ + or 'version' not in module_obj.rm_plugs_config.keys() \ + or "enable" in module_obj.rm_plugs_config.keys() and module_obj.rm_plugs_config['enable'] == False: + del module_obj + del sys.modules[module_name] + continue + print('----------------------------------') + print('加载模块: {} 模块作者: {} 模块介绍: {} 版本: {}'.format( + module_name, module_obj.rm_plugs_config['author'], module_obj.rm_plugs_config['description'], module_obj.rm_plugs_config['version'])) + plugs.append((plugs_path, module_obj)) + module_obj.plugin_init() + finally: + if file_handle: + file_handle.close() + return plugs + + +def dispath_process_terminal(host, current_process, raw_log_data, json_log_data): + for index in range(len(global_vars.g_plugs)): + _, plug_obj = global_vars.g_plugs[index] + if hasattr(plug_obj, "process_terminal"): + plug_obj.process_terminal( + current_process, host, raw_log_data, json_log_data) + + +def dispath_rule_new_process_create(host, current_process, raw_log_data, json_log_data): + threat_type = global_vars.THREAT_TYPE_NONE + for index in range(len(global_vars.g_plugs)): + _, plug_obj = global_vars.g_plugs[index] + if hasattr(plug_obj, "rule_new_process_create"): + if threat_type == global_vars.THREAT_TYPE_NONE: + threat_type = plug_obj.rule_new_process_create( + current_process, host, raw_log_data, json_log_data) + else: + plug_obj.rule_new_process_create( + current_process, host, raw_log_data, json_log_data) + return threat_type + + +def dispath_rule_new_process_action(host, current_process, raw_log_data, json_log_data): + threat_type = global_vars.THREAT_TYPE_NONE + for index in range(len(global_vars.g_plugs)): + _, plug_obj = global_vars.g_plugs[index] + if hasattr(plug_obj, "rule_new_process_action"): + if threat_type == global_vars.THREAT_TYPE_NONE: + threat_type = plug_obj.rule_new_process_action( + current_process, host, raw_log_data, json_log_data) + else: + plug_obj.rule_new_process_action( + current_process, host, raw_log_data, json_log_data) + return threat_type + + +def dispath_rule_init(): + for index in range(len(global_vars.g_plugs)): + _, plug_obj = global_vars.g_plugs[index] + if hasattr(plug_obj, "rule_init"): + plug_obj.rule_init() + +# 有性能问题,以后再说 + + +def dispath_html_menu(): + plugin_menu = [] + for index in range(len(global_vars.g_plugs)): + _, plug_obj = global_vars.g_plugs[index] + if hasattr(plug_obj, "html_menu"): + plugin_menu.append(plug_obj.html_menu()) + return plugin_menu + + +def dispath_html_draw(name): + for index in range(len(global_vars.g_plugs)): + _, plug_obj = global_vars.g_plugs[index] + if hasattr(plug_obj, "html_draw"): + if plug_obj.rm_plugs_config['html'] == name: + return plug_obj.html_draw() + return 'Access Denied ' diff --git a/Server/plugins/helloworld/helloworld.py b/Server/plugins/helloworld/helloworld.py new file mode 100644 index 0000000..4796b98 --- /dev/null +++ b/Server/plugins/helloworld/helloworld.py @@ -0,0 +1,43 @@ +import global_vars +import yara +import glob +from pathlib import Path + +rm_plugs_config = { + "enable": False, + "author": "huoji", + "description": "hello world插件示例", + "version": "0.0.1", + "html": "helloworld" +} + + +def html_menu(): + # https://fonts.google.com/icons?selected=Material+Icons + return {'name': "示例插件", 'icon': 'lightbulb', 'html': rm_plugs_config['html']} + + +def html_draw(): + return '
hello world
' + + +def process_terminal(current_process, host, raw_log_data, json_log_data): + print('[helloworld plugin] rule new process create') + + +def rule_new_process_create(current_process, host, raw_log_data, json_log_data): + print('[helloworld plugin] rule new process create') + return global_vars.THREAT_TYPE_NONE + + +def rule_new_process_action(current_process, host, raw_log_data, json_log_data): + print('[helloworld plugin] rule new process action') + return global_vars.THREAT_TYPE_NONE + + +def rule_init(): + print('[helloworld plugin] rule init') + + +def plugin_init(): + print('[helloworld plugin] plugin init') diff --git a/Server/process.py b/Server/process.py new file mode 100644 index 0000000..ae5c489 --- /dev/null +++ b/Server/process.py @@ -0,0 +1,313 @@ + +import json +from sqlalchemy import false +import tools +import time + +skip_process_path = ['c:\\program files\\rivet networks\\smartbyte\\raps.exe', + 'c:\\program files (x86)\\sogouinput\\11.5.0.5352\\pinyinup.exe', + 'c:\\program files (x86)\\google\\update\\googleupdate.exe', + "c:\\program files\\google\\chrome\\application\\chrome.exe", + "d:\\programs\\microsoft vs code\\code.exe", + "c:\\windows\\temp\\inv4cdf_tmp\\invcol.exe", + "d:\\program files (x86)\\microsoft visual studio\\2019\\community\\common7\\ide\\devenv.exe", + "c:\\program files\\dell\\saremediation\\agent\\dellsupportassistremedationservice.exe", + "d:\\program files (x86)\\microsoft visual studio\\2019\\community\\common7\\ide\\extensions\\microsoft\\liveshare\\agent\\vsls-agent.exe", + "d:\\program files (x86)\\microsoft visual studio\\2019\\community\\common7\\servicehub\\controller\\microsoft.servicehub.controller.exe ", + "d:\\program files (x86)\\microsoft visual studio\\2019\\community\\vc\\tools\\msvc\\14.29.30133\\bin\\hostx86\\x64\\cl.exe", + "c:\\program files\\git\\mingw64\\bin\\git.exe", + "c:\\windows\\system32\\usoclient.exe", + "c:\\windows\\system32\\winlogon.exe", + "c:\\windows\\system32\\userinit.exe", + "c:\\windows\\system32\\dwm.exe", + "c:\\windows\\system32\\compattelrunner.exe", + "c:\\windows\\system32\\searchindexer.exe", + "c:\\windows\\system32\\searchprotocolhost.exe", + 'c:\\windows\\system32\\runtimebroker.exe', + 'c:\\windows\\system32\\backgroundtaskhost.exe', + 'c:\\program files\\dell\\supportassistagent\\pcd\\supportassist\\dsapi.exe', + 'c:\\program files\\dell\\supportassistagent\\pcd\\supportassist\\systemidlecheck.exe', + 'c:\\program files (x86)\\microsoft\\edgeupdate\\microsoftedgeupdate.exe', + 'c:\\program files\\common files\\mcafee\\platform\\core\\mchost.exe', + 'c:\\windows\\system32\\mmc.exe', + 'c:\\program files (x86)\\microsoft\\edge\\application\\101.0.1210.53\\identity_helper.exe', + 'c:\\windows\\system32\\audiodg.exe', + 'c:\\windows\\system32\\smartscreen.exe', + 'c:\\program files\\rmroot\\rm_service.exe', + 'c:\\windows\\immersivecontrolpanel\\systemsettings.exe', + 'c:\\program files (x86)\\microsoft\\edge\\application\\msedge.exe', + 'c:\\users\\localhost\\appdata\\local\\programs\\microsoft vs code\\code.exe', + 'c:\\program files (x86)\\aliwangwang\\aliim.exe', + 'c:\\program files\\git\\cmd\\git.exe', + 'c:\\windows\\system32\\taskmgr.exe', + 'd:\\tools\\microsoft vs code\\code.exe'] +trust_list = [ + ['node.exe', 'wmic.exe', 'conhost.exe', 'powershell.exe'], + ['tqclient.exe', 'wscavctrl.exe', 'regsvr32.exe', 'dumpuper.exe'], + ['tqclient.exe', 'tqassetregister.exe', 'wscavctrl.exe'], + ['code.exe', 'conhost.exe', 'bash.exe', 'powershell.exe', 'go.exe'], + ['code.exe', 'conhost.exe', 'bash.exe', 'powershell.exe'], + ['explorer.exe', 'thunder.exe', 'xlliveud.exe', 'aplayer.exe'], + ['ddvdatacollector.exe', + 'atiw.exe'], +] +skip_md5 = [ + '82bcb342bce193dfe1740a13bce62e81', + '406b23ca616e3ba6cf6033934ff073fc', + 'c9d7fa5d48de4f3b9615595c336f6bdb', + '0cff71e27df7f00fb1f029920bd8869a', + '249a55048751d0c77446657437c342b7', + '452012f093d716c17c5cf93e31dd075a', + 'b8ba559709e05485ce9ee39c5a028e30', + 'cb83db7acb08ccd0370200eed9a1803b', + 'cde7786dba838941e42814f611be4fcd', + '0b50aa0f894d6a65f3fd749cb0c6a5f2', + '0d46559e826c8a7b5d432d0a91954ba2', + 'c07447a5b870e76bafa14ea2b39282c2', + 'b55ad19c6c110e9bf985bc8674f7bcb3', + 'c69459ddbf5c2114bfd70b170b8807e0', + 'c8e806dd1d44c6993b6d85fa77d9f89f', + 'b9dca65ce1540b8679bc9112ea100032', + 'f7017525f394d84ce1b727f50244a9ce', + '32275787c7c51d2310b8fe2facf2a935', + '1acf25a85a4e0a9b7da5d948ca2a69b4', + '84244433fa7b5b80d0b7f5abd88eb8d6', + 'ebe463f5bc61aa2d44e698b6e06df705', + 'f7c71796dab2a6077458e038d1274392' +] +root_process_path = ['c:\\windows\system32\\services.exe', + 'c:\\windows\system32\\svchost.exe', + 'c:\\windows\\explorer.exe', + 'c:\\windows\\system32\\wbem\\wmiprvse.exe'] +g_ProcessChainList = [] + +# chain +# -> (pid,ppid) +# -> (pid,ppid) + + +class Process: + def __init__(self, pid, ppid, path, params, time, md5, user, host): + self.pid = pid + self.ppid = ppid + self.path = path + self.params = params + self.chain_hash = '' + self.active = True + self.operationlist = {} + self.risk_score = 0 + self.terminate = False + self.rmpid = tools.get_md5( + str(pid) + str(ppid) + path + params + str(time)) + self.time = time + self.rmppid = "" + self.root_rmpid = "" + self.md5 = md5 + self.user = user + self.chain: ProcessChain = None + self.host = host + + def set_chain_data(self, chain): + self.chain = chain + + def set_chain_hash(self, chain_hash): + self.chain_hash = chain_hash + + def set_root_rmpid(self, root_rmpid): + self.root_rmpid = root_rmpid + + def set_rmppid(self, rmppid): + self.rmppid = rmppid + + def set_score(self, new_score, opertion): + if opertion not in self.operationlist: + self.risk_score += new_score + self.operationlist[opertion] = 1 + else: + self.operationlist[opertion] += 1 + + if opertion not in self.chain.operationlist: + self.chain.risk_score += new_score + self.chain.operationlist[opertion] = 1 + else: + self.chain.operationlist[opertion] += 1 + + +class ProcessChain: + def __init__(self, root_process: Process): + # 这样的话 无论几分钟读取都是固定关掉chain hash + self.hash = tools.get_md5(root_process.rmpid + str(root_process.time)) + self.root_process_rmid = root_process.rmpid + self.root_process = root_process + self.active_count = 0 + self.terminate_count = 0 + self.risk_score = 0 + self.operationlist = {} + self.process_list = [] + self.json_arrays = [] + self.active = True + self.rpc = False + self.rpc_process_chain = "" + self.time = root_process.time + self.host = root_process.host + self.add_root_process(root_process) + + def get_operationlist(self): + return self.operationlist + + def find_process_by_pid(self, pid): + for iter in self.process_list: + process_item: Process = iter + if process_item.pid == pid and process_item.active: + return process_item + return None + + def add_root_process(self, root_process: Process): + root_process.set_chain_hash(self.hash) + root_process.set_rmppid(root_process.rmpid) + root_process.set_chain_data(self) + self.process_list.append(root_process) + self.active_count += 1 + + def add_process(self, new_process: Process, new_ppid): + parent_process = self.find_process_by_pid(new_ppid) + if parent_process is None: + return + new_process.set_rmppid(parent_process.rmpid) + new_process.set_chain_hash(self.hash) + new_process.set_root_rmpid(self.root_process_rmid) + new_process.set_chain_data(self) + self.process_list.append(new_process) + self.active_count += 1 + + def terminal_process(self, terminal_pid): + process = self.find_process_by_pid(terminal_pid) + if process is None: + return + process.terminate = True + self.terminate_count += 1 + if self.terminate_count == self.active_count: + self.active = False + + def print_node(self, node, level): + print((" " * level) + "|--" + + node["path"] + " 进程pid: (" + str(node["pid"]) + ") 进程ppid: (" + str(node["ppid"]) + ")进程命令行: (" + node["params"] + ") 进程hash: (" + str(node["md5"]) + ") 触发规则: " + str(node["operationlist"]) + " 进程活动:" + str(node['active'])) + for child in node["children"]: + self.print_node(child, level + 1) + + def save_to_json(self, node): + self.json_arrays = node + + def get_json(self): + return json.dumps({'process_node': self.json_arrays}) + + def clear_json(self): + self.json_arrays = [] + + def print_process(self): + self.print_node(self.json_arrays, 0) + + def update_process_tree(self): + # print('========================================================') + # print('进程链hash: {} 进程链等级: {} 触发的行为列表 {}'.format( + # self.hash, self.risk_score, self.operationlist)) + pid_nodes = [] + for proc_info in self.process_list: + node = [info for info in pid_nodes if info["rmpid"] == + proc_info.rmpid] + node = node[0] if len(node) > 0 else None + + parent_node = [ + info for info in pid_nodes if info["rmpid"] == proc_info.rmppid] + parent_node = parent_node[0] if len(parent_node) > 0 else None + + if node is None: + node = { + "path": proc_info.path, + "pid": proc_info.pid, + "ppid": proc_info.ppid, + "rmpid": proc_info.rmpid, + "rmppid": proc_info.rmppid, + "params": proc_info.params, + "operationlist": proc_info.operationlist, + "md5": proc_info.md5, + "active": proc_info.active, + "children": [] + } + pid_nodes.append(node) + + if parent_node is None and proc_info.rmppid != proc_info.rmpid: + target_info = next( + temp_info for temp_info in self.process_list if temp_info.rmpid == proc_info.rmppid) + parent_node = dict() + parent_node["active"] = target_info.active + parent_node["path"] = target_info.path + parent_node["ppid"] = target_info.ppid + parent_node["pid"] = target_info.pid + parent_node["rmpid"] = target_info.rmpid + parent_node["rmppid"] = target_info.rmppid + parent_node["md5"] = target_info.md5 + parent_node["params"] = target_info.params + parent_node["operationlist"] = target_info.operationlist + parent_node["children"] = [] + pid_nodes.append(parent_node) + + if parent_node is not None and parent_node["rmpid"] != node["rmpid"]: + parent_node["children"].append(node) + + # find root node in pid_nodes + root_node = next( + info for info in pid_nodes if info["rmpid"] == self.root_process_rmid) + #self.print_node(root_node, 0) + self.save_to_json(root_node) + + +def chain_in_trust_list(chain: ProcessChain): + # 整个进程链中如果存在(只是存在就行)这些进程就排除 + global trust_list + global root_process_path + is_trust = True + for trust_process_array in trust_list: + is_trust = True + for trust_process in trust_process_array: + for iter in chain.process_list: + process: Process = iter + if process.path.find(trust_process) == -1 and process.path not in root_process_path: + is_trust = False + break + if is_trust == False: + break + if is_trust: + break + return is_trust + + +def create_chain(root_process: Process) -> ProcessChain: + global g_ProcessChainList + chain = ProcessChain(root_process) + g_ProcessChainList.append(chain) + return chain + + +def get_process_by_pid(pid) -> Process: + chain_item = get_process_chain_by_pid(pid) + if chain_item is None: + return None + return chain_item.find_process_by_pid(pid) + + +def set_process_terminal_by_pid(pid) -> None: + chain_item = get_process_chain_by_pid(pid) + if chain_item is None: + return + chain_item.terminal_process(pid) + + +def get_process_chain_by_pid(pid) -> ProcessChain: + for iter in g_ProcessChainList: + chain_item: ProcessChain = iter + if chain_item.active: + process_item = chain_item.find_process_by_pid(pid) + if process_item is not None: + return chain_item + return None diff --git a/Server/rule.py b/Server/rule.py new file mode 100644 index 0000000..35125e6 --- /dev/null +++ b/Server/rule.py @@ -0,0 +1,82 @@ +import rule_engine +import rules.py.process as rule_process +import rules.py.action as rule_action +import plugin +g_sample_rule = {} +g_sample_rule['process'] = rule_process.rule +g_sample_rule['action'] = rule_action.rule + +base_process_rules = [] +base_action_rules = [] +base_host_rules = [] + + +def calc_score_in_action(log): + global base_action_rules + for iter in base_action_rules: + for rule in iter['rules']: + # 这是or + try: + if rule.matches(log): + return iter['score'], iter['name'] + except: + print("error: {} ".format(log)) + + return 0, '' + + +def calc_score_in_create_process(log): + global base_process_rules + for iter in base_process_rules: + for rule in iter['rules']: + # 这是or + if rule.matches(log): + return iter['score'], iter['name'] + return 0, '' + + +def calc_score_in_host(log): + global base_host_rules + for iter in base_host_rules: + for rule in iter['rules']: + # 这是or + if rule.matches(log): + return iter['score'], iter['name'] + return 0, '' + + +def init_rule(): + global base_process_rules + global base_action_rules + global base_host_rules + for iter in g_sample_rule['process']: + temp_process_rules = [] + for iter_i in iter['rules']: + print(iter_i) + temp_process_rules.append(rule_engine.Rule( + iter_i + )) + base_process_rules.append( + {'name': iter['name'], 'score': iter['score'], 'rules': temp_process_rules}) + for iter in g_sample_rule['action']: + temp_process_rules = [] + for iter_i in iter['rules']: + print(iter_i) + temp_process_rules.append(rule_engine.Rule( + iter_i + )) + base_action_rules.append( + {'name': iter['name'], 'score': iter['score'], 'rules': temp_process_rules}) + ''' + for iter in g_sample_rule['host']: + temp_process_rules = [] + for iter_i in iter['rules']: + print(iter_i) + temp_process_rules.append(rule_engine.Rule( + iter_i + )) + base_host_rules.append( + {'name': iter['name'], 'score': iter['score'], 'rules': temp_process_rules}) + ''' + plugin.dispath_rule_init() + print('init rule done') diff --git a/Server/rules/py/action.py b/Server/rules/py/action.py new file mode 100644 index 0000000..96e102c --- /dev/null +++ b/Server/rules/py/action.py @@ -0,0 +1,165 @@ +rule = [ + { + 'rules': [ + 'action == "processaccess" and targetimage =~ ".*lsass.exe" and grantedaccess & 0x0010 and sourceimage =~ ".*rundll32.exe"', + ], + 'score': 300, + 'name': '已知内存加载mimikazt行为' + }, + { + 'rules': [ + 'action == "processaccess" and targetimage =~ ".*lsass.exe"', + ], + 'score': 60, + 'name': 'LSASS高权限访问' + }, + { + 'rules': [ + 'action == "processaccess" and calltrace =~ ".*unknown.*" and not calltrace =~ ".*conpty\.node.*" and not calltrace =~ ".*java\.dll.*" and not calltrace =~ ".*appvisvsubsystems64\.dll.*" and not calltrace =~ ".*twinui\.dll.*" and not calltrace =~ ".*nativeimages.*" and not targetimage == "c:\\windows\\system32\\cmd.exe"', + ], + 'score': 40, + 'name': '异常进程访问' + }, + { + 'rules': [ + 'action == "processaccess" and sourceimage =~ ".*office16.*" and calltrace =~ ".*kernelbase\.dll.*"', + ], + 'score': 100, + 'name': 'office异常进程内存' + }, + { + 'rules': [ + 'action == "processaccess" and calltrace =~ ".*wshom\.ocx.*"', + 'action == "processaccess" and calltrace =~ ".*shell32\.dll.*"', + 'action == "processaccess" and calltrace =~ ".*dbgcore\.dll.*"', + 'action == "processaccess" and calltrace =~ ".*kernelbase\.dll\+de67e.*"', + 'action == "processaccess" and calltrace =~ ".*framedynos\.dll.*"', + ], + 'score': 40, + 'name': '不正常的进程访问' + }, + { + 'rules': [ + 'action == "pipecreate" and pipename =~ ".*msagent.*"', + 'action == "pipecreate" and pipename =~ ".*msse.*"', + 'action == "pipecreate" and pipename =~ ".*postex_.*"', + 'action == "pipecreate" and pipename =~ ".*postex_ssh.*"', + 'action == "pipecreate" and pipename =~ ".*status_.*"', + ], + 'score': 300, + 'name': '已知CobalStrike' + }, + { + 'rules': [ + 'action == "pipecreate" and pipename =~ ".*paexec.*"', + 'action == "pipecreate" and pipename =~ ".*remcom.*"', + 'action == "pipecreate" and pipename =~ ".*csexec.*"' + ], + 'score': 300, + 'name': '已知内网横向工具' + }, + { + 'rules': [ + 'action == "pipecreate" and pipename =~ ".*lsadump.*"', + 'action == "pipecreate" and pipename =~ ".*cachedump.*"', + 'action == "pipecreate" and pipename =~ ".*wceservicepipe.*"' + ], + 'score': 300, + 'name': '已知mimikazt内存dump' + }, + # todo 懒得做详细的规则了.加油完善规则吧 + { + 'rules': [ + 'action == "createremotethread"', + ], + 'score': 60, + 'name': '疑似远程线程注入' + }, + { + 'rules': [ + 'action == "filecreatestreamhash"', + ], + 'score': 100, + 'name': '文件流创建' + }, + { + 'rules': [ + 'action == "registryadd"', + 'action == "registryvalueSet"', + 'action == "registryobjectSet"', + ], + 'score': 100, + 'name': '可疑注册表访问' + }, + { + 'rules': [ + 'action == "dnsquery"', + ], + 'score': 30, + 'name': 'DNS解析' + }, + { + 'rules': [ + 'action == "networkconnect"', + ], + 'score': 30, + 'name': '可疑网络链接' + }, + { + 'rules': [ + 'action == "clipboardchange"', + ], + 'score': 30, + 'name': '可疑剪切板访问' + }, + { + 'rules': [ + 'action == "processtampering"', + ], + 'score': 200, + 'name': '进程执行流劫持' + }, + { + 'rules': [ + 'action == "filedeletedetected"', + ], + 'score': 50, + 'name': '删除可执行文件' + }, + { + 'rules': [ + 'action == "filecreate" and targetfilename =~ "c:\\\\\\\\windows\\\\\\\\.*"', + 'action == "filecreate" and targetfilename =~ ".*\.exe"', + 'action == "filecreate" and targetfilename =~ ".*\.cmd"', + 'action == "filecreate" and targetfilename =~ ".*\.bat"', + 'action == "filecreate" and targetfilename =~ ".*\.dll"', + ], + 'score': 80, + 'name': '在windows目录创建可执行文件' + }, + { + 'rules': [ + 'action == "filecreate" and targetfilename =~ "c:\\\\\\\\windows\\\\\\\\.*"', + ], + 'score': 50, + 'name': '在C盘目录创建文件' + }, + { + 'rules': [ + 'action == "filecreate" and targetfilename =~ "c:\\\\\\\\users\\\\\\\\.*"', + 'action == "filecreate" and targetfilename =~ ".*\.exe"', + 'action == "filecreate" and targetfilename =~ ".*\.cmd"', + 'action == "filecreate" and targetfilename =~ ".*\.bat"', + 'action == "filecreate" and targetfilename =~ ".*\.dll"', + ], + 'score': 30, + 'name': '在appdata目录创建可执行文件' + }, + { + 'rules': [ + 'action == "filecreate"', + ], + 'score': 50, + 'name': '创建可疑文件' + } +] diff --git a/Server/rules/py/process.py b/Server/rules/py/process.py new file mode 100644 index 0000000..e7b8f96 --- /dev/null +++ b/Server/rules/py/process.py @@ -0,0 +1,390 @@ +rule = [ + { + 'rules': [ + 'originalfilename =~ ".*taskill.exe.*"', + 'originalfilename =~ ".*net.exe.*" and commandline =~ ".*stop.*"', + 'originalfilename =~ ".*sc.exe.*" and commandline =~ ".*config.*" and commandline =~ ".*disabled.*"', + ], + 'score': 40, + 'name': '通过系统程序关闭进程' + }, + { + 'rules': [ + 'originalfilename =~ ".*curl.exe" or originalfilename =~ ".*wget.exe" or originalfilename =~ ".*dget.exe"' + ], + 'score': 40, + 'name':'通过应用下载文件' + }, + { + 'rules': [ + 'image =~ ".*\.doc\.exe"', + 'image =~ ".*\.docx\.exe"', + 'image =~ ".*\.ppt\.exe"', + 'image =~ ".*\.pdf\.exe"', + 'image =~ ".*\.html\.exe"', + 'image =~ ".*\.htm\.exe"', + 'image =~ ".*\.zip\.exe"', + 'image =~ ".*\.rar\.exe"' + ], + 'score': 30, + 'name':'启动双扩展名文件' + }, + { + 'rules': [ + 'commandline =~ ".*-k dcomlaunch.*"' + ], + 'score': 30, + 'name':'通过DCOM启动了进程' + }, + { + 'rules': [ + 'originalfilename =~ ".*wbadmin.exe.*" and commandline =~ ".*delete.*"', + ], + 'score': 70, + 'name': '通过wbadmin删除备份' + }, + { + 'rules': [ + 'originalfilename =~ ".*net.exe.*" and commandline =~ ".*view.*"', + ], + 'score': 70, + 'name': '通过net进行远程系统发现' + }, + { + 'rules': [ + 'originalfilename =~ ".*fsutil.exe.*" and commandline =~ ".*deletejournal.*"', + ], + 'score': 70, + 'name': '通过系统工具删除USN' + }, + { + 'rules': [ + 'originalfilename =~ ".*net.exe.*" and commandline =~ ".*user.*"', + ], + 'score': 70, + 'name': '通过net进行系统用户发现' + }, + { + 'rules': [ + 'originalfilename =~ ".*schtasks.exe.*" and commandline =~ ".*create.*"', + ], + 'score': 70, + 'name': '通过系统应用创建计划任务' + }, + { + 'rules': [ + 'originalfilename =~ ".*schtasks.exe.*" and commandline =~ ".*delete.*"', + ], + 'score': 40, + 'name': '通过系统应用删除计划任务' + }, + { + 'rules': [ + 'originalfilename =~ ".*vssadmin.exe.*" and commandline =~ ".*create.*"', + ], + 'score': 40, + 'name': '通过系统程序创建卷影备份' + }, + { + 'rules': [ + 'originalfilename =~ ".*todesk_service.*" or originalfilename =~ ".*sunloginclient.*" or originalfilename =~ ".*teamviewer_service.exe.*" or originalfilename =~ ".*logmein.*" or originalfilename =~ ".*dwrcs.*" or originalfilename =~ ".*aa_v3.*" or originalfilename =~ ".*screenconnect.*" or originalfilename =~ ".*tvnserver.*" or originalfilename =~ ".*vncserver.*"', + ], + 'score': 20, + 'name': '已知远程协助程序' + }, + { + 'rules': [ + 'originalfilename =~ ".*phoenixminer.*" or originalfilename =~ ".*ccminer.*" or originalfilename =~ ".*csminer.exe.*" or originalfilename =~ ".*xmrig.*" or originalfilename =~ ".*xmr-stak.*"', + ], + 'score': 300, + 'name': '已知挖矿程序' + }, + { + 'rules': [ + 'image =~ ".*\\\\\\\\appdata\\\\\\\\local\\\\\\\\temp\\\\\\\\.*" or image =~ ".*\\\\\\\\windows\\\\\\\\temp\\\\\\\\.*"', + ], + 'score': 40, + 'name': '从临时文件创建进程' + }, + { + 'rules': [ + 'originalfilename =~ ".*rubeus.*" and commandline =~ ".*domain.*"', + ], + 'score': 100, + 'name': '通过系统工具获取域登陆令牌' + }, + { + 'rules': [ + 'originalfilename =~ ".*whoami.*"', + ], + 'score': 70, + 'name': 'whoami被执行' + }, + { + 'rules': [ + 'originalfilename =~ ".*\u202e.*"', + ], + 'score': 100, + 'name': '伪装名字程序被执行' + }, + { + 'rules': [ + 'parentimage =~ ".*mmc.exe" and commandline =~ ".*eventvwr\.msc.*"', + ], + 'score': 40, + 'name': '高权限进程被创建' + }, + { + 'rules': [ + 'originalfilename =~ ".*bcdedit.exe" and commandline =~ ".*recoveryenabled.*no.*"', + 'originalfilename =~ ".*bcdedit.exe" and commandline =~ ".*bootstatuspolicy.*ignoreallfailures.*"', + ], + 'score': 80, + 'name': '通过系统工具关闭系统恢复' + }, + { + 'rules': [ + 'originalfilename =~ ".*wmic.exe" and commandline =~ ".*useraccount.*"', + ], + 'score': 70, + 'name': '通过wmic进行系统用户发现' + }, + { + 'rules': [ + 'originalfilename =~ ".*wmic.exe" and commandline =~ ".*startup.*"', + ], + 'score': 70, + 'name': '通过wmic查看系统启动项' + }, + { + 'rules': [ + 'originalfilename =~ ".*wmic.exe" and commandline =~ ".*share.*"', + ], + 'score': 70, + 'name': '通过wmic查看系统共享' + }, + { + 'rules': [ + 'originalfilename =~ ".*wmic.exe" and commandline =~ ".*shadowcopy.*" and commandline =~ ".*delete.*"', + ], + 'score': 70, + 'name': 'wmic删除卷影备份' + }, + { + 'rules': [ + 'originalfilename =~ ".*vssadmin.exe" and commandline =~ ".*shadows.*" and commandline =~ ".*delete.*"', + ], + 'score': 70, + 'name': 'vssadmin删除卷影备份' + }, + { + 'rules': [ + 'originalfilename =~ ".*tasklist.exe"', + ], + 'score': 50, + 'name': '通过tasklist查看系统信息' + }, + { + 'rules': [ + 'originalfilename =~ ".*systeminfo.exe"', + ], + 'score': 70, + 'name': '通过systeminfo查看系统信息' + }, + { + 'rules': [ + 'originalfilename =~ ".*query.exe"', + ], + 'score': 70, + 'name': '通过query进行系统用户发现' + }, + { + 'rules': [ + 'originalfilename =~ ".*net.exe" and commandline =~ ".*domain.*"', + 'originalfilename =~ ".*net.exe" and commandline =~ ".*view.*"', + 'originalfilename =~ ".*net.exe" and commandline =~ ".*workstation.*"' + ], + 'score': 70, + 'name': '通过net进行本地系统用户发现' + }, + { + 'rules': [ + 'originalfilename =~ ".*setspn.exe"', + ], + 'score': 70, + 'name': '通过setspn进行本地系统用户发现' + }, + { + 'rules': [ + 'originalfilename =~ ".*netsh.exe" and commandline =~ ".*firewall.*"', + ], + 'score': 70, + 'name': '通过netsh关闭防火墙' + }, + { + 'rules': [ + 'originalfilename =~ ".*cmd.exe" and commandline =~ ".*ipconfig.*"', + ], + 'score': 80, + 'name': 'cmd启动ipconfig' + }, + { + 'rules': [ + 'originalfilename =~ ".*cmd.exe" and commandline =~ ".*net.*"', + ], + 'score': 60, + 'name': 'cmd启动net' + }, + { + 'rules': [ + 'originalfilename =~ ".*netstat.exe"', + ], + 'score': 40, + 'name': 'netstat被运行' + }, + { + 'rules': [ + 'originalfilename =~ ".*ping.exe"', + ], + 'score': 40, + 'name': 'ping被运行' + }, + { + 'rules': [ + 'originalfilename =~ ".*ipconfig.exe"', + ], + 'score': 40, + 'name': 'ipconfig被运行' + }, + { + 'rules': [ + 'originalfilename =~ ".*attrib.exe"', + ], + 'score': 40, + 'name': 'attrib被运行' + }, + { + 'rules': [ + 'originalfilename =~ ".*PSEXESVC.exe"', + ], + 'score': 100, + 'name': 'PSEXESVC内网横向移动' + }, + { + 'rules': [ + 'originalfilename =~ "\\\\\\\\.*\\\\\\C\$.*"', + ], + 'score': 100, + 'name': 'SMB共享启动进程' + }, + { + 'rules': [ + 'commandline =~ ".*__\d{10}\."', + 'originalfilename =~ ".*wmi_share.exe"', + ], + 'score': 100, + 'name': 'wmic内网横向移动被触发' + }, + { + 'rules': [ + 'originalfilename =~ ".*icacls.exe"', + ], + 'score': 40, + 'name': 'icacls被运行' + }, + { + 'rules': [ + 'originalfilename =~ "\\\\\\.*" and parentimage =~ ".*services.exe"', + ], + 'score': 100, + 'name': '远程服务被创建' + }, + { + 'rules': [ + 'parentimage =~ ".*services.exe"', + ], + 'score': 30, + 'name': '从服务创建的进程' + }, + { + 'rules': [ + 'originalfilename =~ ".*wscript.exe"', + 'originalfilename =~ ".*cscript.exe"', + ], + 'score': 40, + 'name': '脚本程序被运行' + }, + { + 'rules': [ + 'originalfilename =~ ".*mofcomp.exe.*"' + ], + 'score': 80, + 'name':'注册WMI订阅' + }, + { + 'rules': [ + 'originalfilename =~ ".*csc.exe.*"' + ], + 'score': 80, + 'name':'.NET编译器被启动' + }, + { + 'rules': [ + 'originalfilename =~ ".*cmdkey.exe.*"' + ], + 'score': 100, + 'name':'通过系统应用查询本机账户' + }, + { + 'rules': [ + 'originalfilename =~ ".*adfind.exe.*"' + ], + 'score': 80, + 'name':'通过系统程序发现域信息' + }, + # 这些是保底规则 必须放到最底下才匹配 + { + 'rules': [ + 'originalfilename =~ ".*cmd.exe"' + ], + 'score': 30, + 'name':'执行CMD命令' + }, + { + 'rules': [ + 'originalfilename =~ ".*chcp.com"' + ], + 'score': 30, + 'name':'执行chcp.com' + }, + { + 'rules': [ + 'originalfilename =~ ".*wmic.exe.*"' + ], + 'score': 80, + 'name':'执行wmic' + }, + { + 'rules': [ + 'originalfilename =~ ".*rundll32.exe.*"' + ], + 'score': 20, + 'name':'通过rundll32启动进程' + }, + { + 'rules': [ + 'originalfilename =~ ".*certutil.exe"', + 'originalfilename =~ ".*curl.exe"', + 'originalfilename =~ ".*powershell.exe" and commandline =~ ".*invoke-webrequest.*"' + ], + 'score': 80, + 'name':'通过系统命令下载文件' + }, + { + 'rules': [ + 'originalfilename =~ ".*powershell.exe"' + ], + 'score': 80, + 'name':'Powershell被执行' + }, +] diff --git a/Server/sql.py b/Server/sql.py new file mode 100644 index 0000000..5b501c5 --- /dev/null +++ b/Server/sql.py @@ -0,0 +1,327 @@ +from sqlalchemy import create_engine +from sqlalchemy import Column, Integer, String +from sqlalchemy.ext.declarative import declarative_base + +import time + +# 引入sqlalchemy中相关模块 +from sqlalchemy import create_engine, MetaData +from sqlalchemy import Column, Integer, String, Table +from sqlalchemy.ext.declarative import declarative_base +from sqlalchemy.orm import sessionmaker +from sqlalchemy import delete +import json + +g_engine = None +g_base = declarative_base() +g_metadata = None +g_rawdata_table = None +g_rawdata_table_ins = None +g_threat_table = None +g_threat_table_ins = None + + +class raw_process_log(g_base): + __tablename__ = "raw_process_log" + # 定义各字段 + id = Column(Integer, primary_key=True) + # 主机ip + host = Column(String) + # 动作 + # processcreate, processterminal + action = Column(String) + # 进程路径 + path = Column(String) + # 进程pid + pid = Column(Integer) + # 父进程pid + ppid = Column(Integer) + # 目标文件路径(如果有) + target_path = Column(String) + # 目标进程路径(如果有) + target_image_path = Column(String) + # 目标进程pid(如果有) + target_image_pid = Column(Integer) + # 目标的hash(如果有) + target_hash = Column(String) + # hash + hash = Column(String) + hit = Column(String) + score = Column(Integer) + chain_hash = Column(String) + type = Column(Integer) + # 时间戳 + timestamp = Column(Integer) + commandline = Column(String) + user = Column(String) + # 原始字段 + data = Column(String) + + def __str__(self): + return self.id + + +class threat_log(g_base): + __tablename__ = "threat_log" + # 定义各字段 + id = Column(Integer, primary_key=True) + # 主机ip + host = Column(String) + # 进程链hash,其他的为000000 + process_chain_hash = Column(String) + # type + type = Column(Integer) + # 分数 + risk_score = Column(Integer) + # 命中的规则 + hit_rule = Column(String) + # json字段 + data = Column(String) + # 时间戳 + timestamp = Column(Integer) + # is end + is_end = Column(Integer) + # start process + start_process_info = Column(String) + # handle type + handle_type = Column(Integer) + + def __str__(self): + return self.id + + +def init(): + global g_engine + global g_base + global g_metadata + global g_rawdata_table + global g_rawdata_table_ins + global g_threat_table + global g_threat_table_ins + + g_engine = create_engine("sqlite:///syseye.db?check_same_thread=False", echo=False) + g_base.metadata.create_all(g_engine) + g_metadata = MetaData(g_engine) + g_rawdata_table = Table("raw_process_log", g_metadata, autoload=True) + g_rawdata_table_ins = g_rawdata_table.insert() + + g_threat_table = Table("threat_log", g_metadata, autoload=True) + g_threat_table_ins = g_threat_table.insert() + + +def push_process_raw( + host, + log, + rule_hit_name, + score, + chain_hash, + type, + parent_pid, + target_pid, + self_hash, + target_image_path, + target_hash, + commandline, + user, +): + global g_engine + global g_rawdata_table + global g_rawdata_table_ins + timestamp = int(round(time.time() * 1000)) + # 偷懒了 有时间再重构 + ins = g_rawdata_table_ins.values( + host=host, + action=log["Action"], + path=log["Data"]["Path"] + if "Path" in log["Data"] + else ( + log["Data"]["SourceImage"] + if "SourceImage" in log["Data"] + else (log["Data"]["Image"] if "Image" in log["Data"] else "") + ), # 只有三种情况,没有path就找sourceimage,没有sourceimage就找image + pid=log["Data"]["ProcessId"], + ppid=parent_pid, + target_path=log["Data"]["TargetImage"] + if "TargetImage" in log["Data"] + else target_image_path, + target_image_path=log["Data"]["TargetFilename"] + if "TargetFilename" in log["Data"] + else "", + target_image_pid=target_pid, + target_hash=target_hash, + hash=self_hash, + data=json.dumps(log["Data"]), + timestamp=timestamp, + hit=rule_hit_name, + score=score, + chain_hash=chain_hash, + commandline=commandline, + user=user, + type=type, + ) + # 连接引擎 + conn = g_engine.connect() + # 执行语句 + result = conn.execute(ins) + return result + + +def select_create_process_raw_log_by_time(start, end): + global g_rawdata_table + sql_session = sessionmaker(bind=g_engine) + raw_log = ( + sql_session() + .query(g_rawdata_table) + .filter( + raw_process_log.timestamp >= start, + raw_process_log.timestamp < end, + raw_process_log.action == "processcreate", + ) + ) + + sql_session().close() + return raw_log + + +def select_threat_by_chain_id(host, process_chain_hash, type): + global g_threat_table + sql_session = sessionmaker(bind=g_engine) + threat = ( + sql_session() + .query(g_threat_table) + .filter_by(host=host, process_chain_hash=process_chain_hash, type=type) + .all() + ) + sql_session().close() + return threat + + +def update_threat_log( + host, risk_score, hit_rule_json, process_chain_hash, raw_json, type, is_end +): + global g_threat_table + global g_engine + conn = g_engine.connect() + update = ( + g_threat_table.update() + .values( + risk_score=risk_score, + hit_rule=hit_rule_json, + data=raw_json, + is_end=int(is_end), + ) + .where( + g_threat_table.columns.host == host, + g_threat_table.columns.process_chain_hash == process_chain_hash, + g_threat_table.columns.type == type, + ) + ) + result = conn.execute(update) + return result + + +def handle_threat_log(threat_id, handle_type): + global g_threat_table + global g_engine + conn = g_engine.connect() + update = ( + g_threat_table.update() + .values(handle_type=handle_type, is_end=1) + .where(g_threat_table.columns.id == int(threat_id)) + ) + result = conn.execute(update) + return result + + +def delete_threat(threat_id): + global g_threat_table + global g_engine + conn = g_engine.connect() + result = conn.execute( + delete(g_threat_table).where(g_threat_table.columns.id == int(threat_id)) + ) + return result + + +def query_one_threat(threat_id): + global g_threat_table + sql_session = sessionmaker(bind=g_engine) + threat = sql_session().query(g_threat_table).filter_by(id=threat_id).first() + sql_session().close() + return threat + + +def query_all_threat_log(query_type): + global g_threat_table + sql_session = sessionmaker(bind=g_engine) + if int(query_type) == -1: + threat = ( + sql_session() + .query(g_threat_table) + .with_entities( + threat_log.host, + threat_log.process_chain_hash, + threat_log.hit_rule, + threat_log.timestamp, + threat_log.type, + threat_log.risk_score, + threat_log.id, + threat_log.is_end, + threat_log.start_process_info, + threat_log.handle_type, + ) + .all() + ) + else: + threat = ( + sql_session() + .query(g_threat_table) + .with_entities( + threat_log.host, + threat_log.process_chain_hash, + threat_log.hit_rule, + threat_log.timestamp, + threat_log.type, + threat_log.risk_score, + threat_log.id, + threat_log.is_end, + threat_log.start_process_info, + threat_log.handle_type, + ) + .filter_by(handle_type=query_type) + .all() + ) + sql_session().close() + return threat + + +def push_threat_log( + host, + risk_score, + hit_rule_json, + process_chain_hash, + raw_json, + type, + start_process_info, +): + global g_engine + global g_threat_table + global g_threat_table_ins + ins = g_threat_table_ins.values( + host=host, + risk_score=risk_score, + process_chain_hash=process_chain_hash, + hit_rule=hit_rule_json, + type=type, + data=raw_json, + timestamp=int(round(time.time() * 1000)), + is_end=0, + start_process_info=start_process_info, + handle_type=0, + ) + # 连接引擎 + conn = g_engine.connect() + # 执行语句 + result = conn.execute(ins) + # print(raw_json) + return result diff --git a/Server/templates/css/950.8be8f613.css b/Server/templates/css/950.8be8f613.css new file mode 100644 index 0000000..7cb4bac --- /dev/null +++ b/Server/templates/css/950.8be8f613.css @@ -0,0 +1 @@ +.menu-active{background:#f2c037;color:#fff}::-webkit-scrollbar{height:4px;width:5px}::-webkit-scrollbar-thumb{background:#027be3}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-radius:15px;-webkit-box-shadow:inset 0 0 5px #0003}::-webkit-scrollbar-track{background:#ededed} \ No newline at end of file diff --git a/Server/templates/css/app.31d6cfe0.css b/Server/templates/css/app.31d6cfe0.css new file mode 100644 index 0000000..e69de29 diff --git a/Server/templates/css/vendor.5b8581f0.css b/Server/templates/css/vendor.5b8581f0.css new file mode 100644 index 0000000..348e42f --- /dev/null +++ b/Server/templates/css/vendor.5b8581f0.css @@ -0,0 +1,6 @@ +@charset "UTF-8";@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:url(../fonts/KFOkCnqEu92Fr1MmgVxIIzQ.68bb21d0.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(../fonts/KFOlCnqEu92Fr1MmSU5fBBc-.c2f7ab22.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(../fonts/KFOmCnqEu92Fr1Mu4mxM.f1e2a767.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(../fonts/KFOlCnqEu92Fr1MmEU9fBBc-.48af7707.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(../fonts/KFOlCnqEu92Fr1MmWUlfBBc-.77ecb942.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(../fonts/KFOlCnqEu92Fr1MmYUtfBBc-.f5677eb2.woff) format("woff")}@font-face{font-display:block;font-family:Material Icons;font-style:normal;font-weight:400;src:url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.c08197a9.woff2) format("woff2"),url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.99f5f787.woff) format("woff")}.material-icons{word-wrap:normal;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:Material Icons;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap} +/*! + * * Quasar Framework v2.7.7 + * * (c) 2015-present Razvan Stoenescu + * * Released under the MIT License. + * */*,:after,:before{-webkit-tap-highlight-color:transparent;-moz-tap-highlight-color:#0000;box-sizing:inherit}#q-app,body,html{direction:ltr;width:100%}body.platform-ios.within-iframe,body.platform-ios.within-iframe #q-app{min-width:100%;width:100px}body,html{box-sizing:border-box;margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:initial;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;font-family:inherit;margin:0}optgroup{font-weight:700}button,input,select{overflow:visible;text-transform:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.q-icon{word-wrap:normal;fill:currentColor;box-sizing:initial;direction:ltr;flex-shrink:0;height:1em;letter-spacing:normal;line-height:1;position:relative;text-align:center;text-transform:none;white-space:nowrap;width:1em}.q-icon:after,.q-icon:before{align-items:center;display:flex!important;height:100%;justify-content:center;width:100%}.q-icon>img,.q-icon>svg{height:100%;width:100%}.material-icons,.material-icons-outlined,.material-icons-round,.material-icons-sharp,.material-symbols-outlined,.material-symbols-rounded,.material-symbols-sharp,.q-icon{align-items:center;cursor:inherit;display:inline-flex;font-size:inherit;justify-content:center;-webkit-user-select:none;user-select:none;vertical-align:middle}.q-panel,.q-panel>div{height:100%;width:100%}.q-panel-parent{overflow:hidden;position:relative}.q-loading-bar{background:#f44336;position:fixed;transition:transform .5s cubic-bezier(0,0,.2,1),opacity .5s;z-index:9998}.q-loading-bar--top{left:0;right:0;top:0;width:100%}.q-loading-bar--bottom{bottom:0;left:0;right:0;width:100%}.q-loading-bar--right{bottom:0;height:100%;right:0;top:0}.q-loading-bar--left{bottom:0;height:100%;left:0;top:0}.q-avatar{border-radius:50%;display:inline-block;font-size:48px;height:1em;position:relative;vertical-align:middle;width:1em}.q-avatar__content{font-size:.5em;line-height:.5em}.q-avatar img:not(.q-icon):not(.q-img__image),.q-avatar__content{border-radius:inherit;height:inherit;width:inherit}.q-avatar--square{border-radius:0}.q-badge{background-color:var(--q-primary);border-radius:4px;color:#fff;font-size:12px;font-weight:400;line-height:12px;min-height:12px;padding:2px 6px;vertical-align:initial}.q-badge--single-line{white-space:nowrap}.q-badge--multi-line{word-wrap:break-word;word-break:break-all}.q-badge--floating{cursor:inherit;position:absolute;right:-3px;top:-4px}.q-badge--transparent{opacity:.8}.q-badge--outline{background-color:initial;border:1px solid}.q-badge--rounded{border-radius:1em}.q-banner{background:#fff;min-height:54px;padding:8px 16px}.q-banner--top-padding{padding-top:14px}.q-banner__avatar{min-width:1px!important}.q-banner__avatar>.q-avatar{font-size:46px}.q-banner__avatar>.q-icon{font-size:40px}.q-banner__actions.col-auto,.q-banner__avatar:not(:empty)+.q-banner__content{padding-left:16px}.q-banner__actions.col-all .q-btn-item{margin:4px 0 0 4px}.q-banner--dense{min-height:32px;padding:8px}.q-banner--dense.q-banner--top-padding{padding-top:12px}.q-banner--dense .q-banner__avatar>.q-avatar,.q-banner--dense .q-banner__avatar>.q-icon{font-size:28px}.q-banner--dense .q-banner__actions.col-auto,.q-banner--dense .q-banner__avatar:not(:empty)+.q-banner__content{padding-left:8px}.q-bar{background:#0003}.q-bar>.q-icon{margin-left:2px}.q-bar>div,.q-bar>div+.q-icon{margin-left:8px}.q-bar>.q-btn{margin-left:2px}.q-bar>.q-btn:first-child,.q-bar>.q-icon:first-child,.q-bar>div:first-child{margin-left:0}.q-bar--standard{font-size:18px;height:32px;padding:0 12px}.q-bar--standard>div{font-size:16px}.q-bar--standard .q-btn{font-size:11px}.q-bar--dense{font-size:14px;height:24px;padding:0 8px}.q-bar--dense .q-btn{font-size:8px}.q-bar--dark{background:#ffffff26}.q-breadcrumbs__el{color:inherit}.q-breadcrumbs__el-icon{font-size:125%}.q-breadcrumbs__el-icon--with-label{margin-right:8px}[dir=rtl] .q-breadcrumbs__separator .q-icon{transform:scaleX(-1)}.q-btn{align-items:stretch;background:#0000;border:0;color:inherit;cursor:default;display:inline-flex;flex-direction:column;font-size:14px;font-weight:500;height:auto;line-height:1.715em;min-height:2.572em;outline:0;padding:4px 16px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;vertical-align:middle;width:auto}.q-btn .q-icon,.q-btn .q-spinner{font-size:1.715em}.q-btn.disabled{opacity:.7!important}.q-btn:before{border-radius:inherit;bottom:0;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;content:"";display:block;left:0;position:absolute;right:0;top:0}.q-btn--actionable{cursor:pointer}.q-btn--actionable.q-btn--standard:before{transition:box-shadow .3s cubic-bezier(.25,.8,.5,1)}.q-btn--actionable.q-btn--standard.q-btn--active:before,.q-btn--actionable.q-btn--standard:active:before{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.q-btn--no-uppercase{text-transform:none}.q-btn--rectangle{border-radius:3px}.q-btn--outline{background:#0000!important}.q-btn--outline:before{border:1px solid}.q-btn--push{border-radius:7px}.q-btn--push:before{border-bottom:3px solid #00000026}.q-btn--push.q-btn--actionable{transition:transform .3s cubic-bezier(.25,.8,.5,1)}.q-btn--push.q-btn--actionable:before{transition:border-width .3s cubic-bezier(.25,.8,.5,1)}.q-btn--push.q-btn--actionable.q-btn--active,.q-btn--push.q-btn--actionable:active{transform:translateY(2px)}.q-btn--push.q-btn--actionable.q-btn--active:before,.q-btn--push.q-btn--actionable:active:before{border-bottom-width:0}.q-btn--rounded{border-radius:28px}.q-btn--round{border-radius:50%;min-height:3em;min-width:3em;padding:0}.q-btn--square{border-radius:0}.q-btn--flat:before,.q-btn--outline:before,.q-btn--unelevated:before{box-shadow:none}.q-btn--dense{min-height:2em;padding:.285em}.q-btn--dense.q-btn--round{min-height:2.4em;min-width:2.4em;padding:0}.q-btn--dense .on-left{margin-right:6px}.q-btn--dense .on-right{margin-left:6px}.q-btn--fab .q-icon,.q-btn--fab-mini .q-icon{font-size:24px}.q-btn--fab{min-height:56px;min-width:56px;padding:16px}.q-btn--fab .q-icon{margin:auto}.q-btn--fab-mini{min-height:40px;min-width:40px;padding:8px}.q-btn__content{transition:opacity .3s;z-index:0}.q-btn__content--hidden{opacity:0;pointer-events:none}.q-btn__progress{border-radius:inherit;z-index:0}.q-btn__progress-indicator{background:#ffffff40;transform:translateX(-100%);z-index:-1}.q-btn__progress--dark .q-btn__progress-indicator{background:#0003}.q-btn--flat .q-btn__progress-indicator,.q-btn--outline .q-btn__progress-indicator{background:currentColor;opacity:.2}.q-btn-dropdown--split .q-btn-dropdown__arrow-container{padding:0 4px}.q-btn-dropdown--split .q-btn-dropdown__arrow-container.q-btn--outline{border-left:1px solid}.q-btn-dropdown--split .q-btn-dropdown__arrow-container:not(.q-btn--outline){border-left:1px solid #ffffff4d}.q-btn-dropdown--simple *+.q-btn-dropdown__arrow{margin-left:8px}.q-btn-dropdown__arrow{transition:transform .28s}.q-btn-dropdown--current{flex-grow:1}.q-btn-group{border-radius:3px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;vertical-align:middle}.q-btn-group>.q-btn-item{align-self:stretch;border-radius:inherit}.q-btn-group>.q-btn-item:before{box-shadow:none}.q-btn-group>.q-btn-item .q-badge--floating{right:0}.q-btn-group>.q-btn-group{box-shadow:none}.q-btn-group>.q-btn-group:first-child>.q-btn:first-child{border-bottom-left-radius:inherit;border-top-left-radius:inherit}.q-btn-group>.q-btn-group:last-child>.q-btn:last-child{border-bottom-right-radius:inherit;border-top-right-radius:inherit}.q-btn-group>.q-btn-group:not(:first-child)>.q-btn:first-child:before{border-left:0}.q-btn-group>.q-btn-group:not(:last-child)>.q-btn:last-child:before{border-right:0}.q-btn-group>.q-btn-item:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.q-btn-group>.q-btn-item:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.q-btn-group>.q-btn-item.q-btn--standard:before{z-index:-1}.q-btn-group--push{border-radius:7px}.q-btn-group--push>.q-btn--push.q-btn--actionable{transform:none}.q-btn-group--push>.q-btn--push.q-btn--actionable .q-btn__content{transition:margin-top .3s cubic-bezier(.25,.8,.5,1),margin-bottom .3s cubic-bezier(.25,.8,.5,1)}.q-btn-group--push>.q-btn--push.q-btn--actionable.q-btn--active .q-btn__content,.q-btn-group--push>.q-btn--push.q-btn--actionable:active .q-btn__content{margin-bottom:-2px;margin-top:2px}.q-btn-group--rounded{border-radius:28px}.q-btn-group--square{border-radius:0}.q-btn-group--flat,.q-btn-group--outline,.q-btn-group--unelevated{box-shadow:none}.q-btn-group--outline>.q-separator{display:none}.q-btn-group--outline>.q-btn-item+.q-btn-item:before{border-left:0}.q-btn-group--outline>.q-btn-item:not(:last-child):before{border-right:0}.q-btn-group--stretch{align-self:stretch;border-radius:0}.q-btn-group--glossy>.q-btn-item{background-image:linear-gradient(180deg,#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important}.q-btn-group--spread>.q-btn-group{display:flex!important}.q-btn-group--spread>.q-btn-group>.q-btn-item:not(.q-btn-dropdown__arrow-container),.q-btn-group--spread>.q-btn-item{flex:10000 1 0%;max-width:100%;min-width:0;width:auto}.q-btn-toggle,.q-card{position:relative}.q-card{background:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;vertical-align:top}.q-card>div:first-child,.q-card>img:first-child{border-top:0;border-top-left-radius:inherit;border-top-right-radius:inherit}.q-card>div:last-child,.q-card>img:last-child{border-bottom:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.q-card>div:not(:first-child),.q-card>img:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.q-card>div:not(:last-child),.q-card>img:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0}.q-card>div{border-left:0;border-right:0;box-shadow:none}.q-card--bordered{border:1px solid #0000001f}.q-card--dark{border-color:#ffffff47}.q-card__section{position:relative}.q-card__section--vert{padding:16px}.q-card__section--horiz>div:first-child,.q-card__section--horiz>img:first-child{border-bottom-left-radius:inherit;border-top-left-radius:inherit}.q-card__section--horiz>div:last-child,.q-card__section--horiz>img:last-child{border-bottom-right-radius:inherit;border-top-right-radius:inherit}.q-card__section--horiz>div:not(:first-child),.q-card__section--horiz>img:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.q-card__section--horiz>div:not(:last-child),.q-card__section--horiz>img:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.q-card__section--horiz>div{border-bottom:0;border-top:0;box-shadow:none}.q-card__actions{align-items:center;padding:8px}.q-card__actions .q-btn{padding:0 8px}.q-card__actions--horiz>.q-btn-group+.q-btn-item,.q-card__actions--horiz>.q-btn-item+.q-btn-group,.q-card__actions--horiz>.q-btn-item+.q-btn-item{margin-left:8px}.q-card__actions--vert>.q-btn-item.q-btn--round{align-self:center}.q-card__actions--vert>.q-btn-group+.q-btn-item,.q-card__actions--vert>.q-btn-item+.q-btn-group,.q-card__actions--vert>.q-btn-item+.q-btn-item{margin-top:4px}.q-card__actions--vert>.q-btn-group>.q-btn-item{flex-grow:1}.q-card>img{border:0;display:block;max-width:100%;width:100%}.q-carousel{background-color:#fff;height:400px}.q-carousel__slide{background-position:50%;background-size:cover;min-height:100%}.q-carousel .q-carousel--padding,.q-carousel__slide{padding:16px}.q-carousel__slides-container{height:100%}.q-carousel__control{color:#fff}.q-carousel__arrow{pointer-events:none}.q-carousel__arrow .q-icon{font-size:28px}.q-carousel__arrow .q-btn{pointer-events:all}.q-carousel__next-arrow--horizontal,.q-carousel__prev-arrow--horizontal{bottom:16px;top:16px}.q-carousel__prev-arrow--horizontal{left:16px}.q-carousel__next-arrow--horizontal{right:16px}.q-carousel__next-arrow--vertical,.q-carousel__prev-arrow--vertical{left:16px;right:16px}.q-carousel__prev-arrow--vertical{top:16px}.q-carousel__next-arrow--vertical{bottom:16px}.q-carousel__navigation--bottom,.q-carousel__navigation--top{left:16px;overflow-x:auto;overflow-y:hidden;right:16px}.q-carousel__navigation--top{top:16px}.q-carousel__navigation--bottom{bottom:16px}.q-carousel__navigation--left,.q-carousel__navigation--right{bottom:16px;overflow-x:hidden;overflow-y:auto;top:16px}.q-carousel__navigation--left>.q-carousel__navigation-inner,.q-carousel__navigation--right>.q-carousel__navigation-inner{flex-direction:column}.q-carousel__navigation--left{left:16px}.q-carousel__navigation--right{right:16px}.q-carousel__navigation-inner{flex:1 1 auto}.q-carousel__navigation .q-btn{margin:6px 4px;padding:5px}.q-carousel__navigation-icon--inactive{opacity:.7}.q-carousel .q-carousel__thumbnail{border:1px solid #0000;border-radius:4px;cursor:pointer;display:inline-block;height:50px;margin:2px;opacity:.7;transition:opacity .3s;vertical-align:middle;width:auto}.q-carousel .q-carousel__thumbnail--active,.q-carousel .q-carousel__thumbnail:hover{opacity:1}.q-carousel .q-carousel__thumbnail--active{border-color:currentColor;cursor:default}.q-carousel--arrows-vertical .q-carousel--padding,.q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-top .q-carousel--padding,.q-carousel--navigation-top.q-carousel--with-padding .q-carousel__slide{padding-top:60px}.q-carousel--arrows-vertical .q-carousel--padding,.q-carousel--arrows-vertical.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-bottom .q-carousel--padding,.q-carousel--navigation-bottom.q-carousel--with-padding .q-carousel__slide{padding-bottom:60px}.q-carousel--arrows-horizontal .q-carousel--padding,.q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-left .q-carousel--padding,.q-carousel--navigation-left.q-carousel--with-padding .q-carousel__slide{padding-left:60px}.q-carousel--arrows-horizontal .q-carousel--padding,.q-carousel--arrows-horizontal.q-carousel--with-padding .q-carousel__slide,.q-carousel--navigation-right .q-carousel--padding,.q-carousel--navigation-right.q-carousel--with-padding .q-carousel__slide{padding-right:60px}.q-carousel.fullscreen{height:100%}.q-message-label,.q-message-name,.q-message-stamp{font-size:small}.q-message-label{margin:24px 0;text-align:center}.q-message-stamp{color:inherit;display:none;margin-top:4px;opacity:.6}.q-message-avatar{border-radius:50%;height:48px;min-width:48px;width:48px}.q-message{margin-bottom:8px}.q-message:first-child .q-message-label{margin-top:0}.q-message-avatar--received{margin-right:8px}.q-message-text--received{border-radius:4px 4px 4px 0;color:#81c784}.q-message-text--received:last-child:before{border-bottom:8px solid;border-left:8px solid #0000;border-right:0 solid #0000;right:100%}.q-message-text-content--received{color:#000}.q-message-name--sent{text-align:right}.q-message-avatar--sent{margin-left:8px}.q-message-container--sent{flex-direction:row-reverse}.q-message-text--sent{border-radius:4px 4px 0 4px;color:#e0e0e0}.q-message-text--sent:last-child:before{border-bottom:8px solid;border-left:0 solid #0000;border-right:8px solid #0000;left:100%}.q-message-text-content--sent{color:#000}.q-message-text{background:currentColor;line-height:1.2;padding:8px;position:relative;word-break:break-word}.q-message-text+.q-message-text{margin-top:3px}.q-message-text:last-child{min-height:48px}.q-message-text:last-child .q-message-stamp{display:block}.q-message-text:last-child:before{bottom:0;content:"";height:0;position:absolute;width:0}.q-checkbox{vertical-align:middle}.q-checkbox__native{height:1px;width:1px}.q-checkbox__bg,.q-checkbox__icon-container{-webkit-user-select:none;user-select:none}.q-checkbox__bg{border:2px solid;border-radius:2px;height:50%;left:25%;-webkit-print-color-adjust:exact;top:25%;transition:background .22s cubic-bezier(0,0,.2,1) 0ms;width:50%}.q-checkbox__icon{color:currentColor;font-size:.5em}.q-checkbox__svg{color:#fff}.q-checkbox__truthy{stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.78334;stroke-dasharray:29.78334}.q-checkbox__indet{fill:currentColor;transform:rotate(-280deg) scale(0);transform-origin:50% 50%}.q-checkbox__inner{border-radius:50%;color:#0000008a;font-size:40px;height:1em;min-width:1em;outline:0;width:1em}.q-checkbox__inner--indet,.q-checkbox__inner--truthy{color:var(--q-primary)}.q-checkbox__inner--indet .q-checkbox__bg,.q-checkbox__inner--truthy .q-checkbox__bg{background:currentColor}.q-checkbox__inner--truthy path{stroke-dashoffset:0;transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1) 0ms}.q-checkbox__inner--indet .q-checkbox__indet{transform:rotate(0) scale(1);transition:transform .22s cubic-bezier(0,0,.2,1) 0ms}.q-checkbox.disabled{opacity:.75!important}.q-checkbox--dark .q-checkbox__inner{color:#ffffffb3}.q-checkbox--dark .q-checkbox__inner:before{opacity:.32!important}.q-checkbox--dark .q-checkbox__inner--indet,.q-checkbox--dark .q-checkbox__inner--truthy{color:var(--q-primary)}.q-checkbox--dense .q-checkbox__inner{height:.5em;min-width:.5em;width:.5em}.q-checkbox--dense .q-checkbox__bg{height:90%;left:5%;top:5%;width:90%}.q-checkbox--dense .q-checkbox__label{padding-left:.5em}.q-checkbox--dense.reverse .q-checkbox__label{padding-left:0;padding-right:.5em}body.desktop .q-checkbox:not(.disabled) .q-checkbox__inner:before{background:currentColor;border-radius:50%;bottom:0;content:"";left:0;opacity:.12;position:absolute;right:0;top:0;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1)}body.desktop .q-checkbox:not(.disabled):focus .q-checkbox__inner:before,body.desktop .q-checkbox:not(.disabled):hover .q-checkbox__inner:before{transform:scaleX(1)}body.desktop .q-checkbox--dense:not(.disabled):focus .q-checkbox__inner:before,body.desktop .q-checkbox--dense:not(.disabled):hover .q-checkbox__inner:before{transform:scale3d(1.4,1.4,1)}.q-chip{background:#e0e0e0;border-radius:16px;color:#000000de;font-size:14px;height:2em;margin:4px;max-width:100%;outline:0;padding:.5em .9em;position:relative;vertical-align:middle}.q-chip--colored .q-chip__icon,.q-chip--dark .q-chip__icon{color:inherit}.q-chip--outline{background:#0000!important;border:1px solid}.q-chip .q-avatar{border-radius:16px;font-size:2em;margin-left:-.45em;margin-right:.2em}.q-chip--selected .q-avatar{display:none}.q-chip__icon{color:#0000008a;font-size:1.5em;margin:-.2em}.q-chip__icon--left{margin-right:.2em}.q-chip__icon--right{margin-left:.2em}.q-chip__icon--remove{margin-left:.1em;margin-right:-.5em;opacity:.6;outline:0}.q-chip__icon--remove:focus,.q-chip__icon--remove:hover{opacity:1}.q-chip__content{white-space:nowrap}.q-chip--dense{border-radius:12px;height:1.5em;padding:0 .4em}.q-chip--dense .q-avatar{border-radius:12px;font-size:1.5em;margin-left:-.27em;margin-right:.1em}.q-chip--dense .q-chip__icon{font-size:1.25em}.q-chip--dense .q-chip__icon--left{margin-right:.195em}.q-chip--dense .q-chip__icon--remove{margin-right:-.25em}.q-chip--square{border-radius:4px}.q-chip--square .q-avatar{border-radius:3px 0 0 3px}body.desktop .q-chip--clickable:focus{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}.q-circular-progress{display:inline-block;height:1em;line-height:1;position:relative;vertical-align:middle;width:1em}.q-circular-progress.q-focusable{border-radius:50%}.q-circular-progress__svg{height:100%;width:100%}.q-circular-progress__text{font-size:.25em}.q-circular-progress--indeterminate .q-circular-progress__svg{animation:q-spin 2s linear infinite;transform-origin:50% 50%}.q-circular-progress--indeterminate .q-circular-progress__circle{stroke-dasharray:1 400;stroke-dashoffset:0;animation:q-circular-progress-circle 1.5s ease-in-out infinite}@keyframes q-circular-progress-circle{0%{stroke-dasharray:1,400;stroke-dashoffset:0}50%{stroke-dasharray:400,400;stroke-dashoffset:-100}to{stroke-dasharray:400,400;stroke-dashoffset:-300}}.q-color-picker{background:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;max-width:350px;min-width:180px;overflow:hidden;vertical-align:top}.q-color-picker .q-tab{padding:0!important}.q-color-picker--bordered{border:1px solid #0000001f}.q-color-picker__header-tabs{height:32px}.q-color-picker__header input{border:0;line-height:24px}.q-color-picker__header .q-tab{height:32px!important;min-height:32px!important}.q-color-picker__header .q-tab--inactive{background:linear-gradient(0deg,#0000004d 0,#00000026 25%,#0000001a)}.q-color-picker__error-icon{bottom:2px;font-size:24px;opacity:0;right:2px;transition:opacity .3s ease-in}.q-color-picker__header-content{background:#fff;position:relative}.q-color-picker__header-content--light{color:#000}.q-color-picker__header-content--dark{color:#fff}.q-color-picker__header-content--dark .q-tab--inactive:before{background:#fff3;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.q-color-picker__header-banner{height:36px}.q-color-picker__header-bg{background:#fff;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==")!important}.q-color-picker__footer{height:36px}.q-color-picker__footer .q-tab{height:36px!important;min-height:36px!important}.q-color-picker__footer .q-tab--inactive{background:linear-gradient(180deg,#0000004d 0,#00000026 25%,#0000001a)}.q-color-picker__spectrum{height:100%;width:100%}.q-color-picker__spectrum-tab{padding:0!important}.q-color-picker__spectrum-white{background:linear-gradient(90deg,#fff,#fff0)}.q-color-picker__spectrum-black{background:linear-gradient(0deg,#000,#0000)}.q-color-picker__spectrum-circle{border-radius:50%;box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px #0000004d,0 0 1px 2px #0006;height:10px;transform:translate(-5px,-5px);width:10px}.q-color-picker__hue .q-slider__track{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)!important;opacity:1}.q-color-picker__alpha .q-slider__track-container{padding-top:0}.q-color-picker__alpha .q-slider__track:before{background:linear-gradient(90deg,#fff0,#757575);border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.q-color-picker__sliders{padding:0 16px}.q-color-picker__sliders .q-slider__thumb{color:#424242}.q-color-picker__sliders .q-slider__thumb path{stroke-width:2px;fill:#0000}.q-color-picker__sliders .q-slider--active path{stroke-width:3px}.q-color-picker__tune-tab .q-slider{margin-left:18px;margin-right:18px}.q-color-picker__tune-tab input{border:1px solid #e0e0e0;border-radius:4px;font-size:11px;width:3.5em}.q-color-picker__palette-tab{padding:0!important}.q-color-picker__palette-rows--editable .q-color-picker__cube{cursor:pointer}.q-color-picker__cube{padding-bottom:10%;width:10%!important}.q-color-picker input{background:#0000;color:inherit;outline:0;text-align:center}.q-color-picker .q-tabs{overflow:hidden}.q-color-picker .q-tab--active{box-shadow:0 0 14px 3px #0003}.q-color-picker .q-tab--active .q-focus-helper,.q-color-picker .q-tab__indicator{display:none}.q-color-picker .q-tab-panels{background:inherit}.q-color-picker--dark .q-color-picker__tune-tab input{border:1px solid #ffffff4d}.q-color-picker--dark .q-slider__thumb{color:#fafafa}.q-date{background:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;display:inline-flex;max-width:100%;min-width:290px;width:290px}.q-date--bordered{border:1px solid #0000001f}.q-date__header{background-color:var(--q-primary);border-top-left-radius:inherit;color:#fff;padding:16px}.q-date__actions{padding:0 16px 16px}.q-date__content,.q-date__main{outline:0}.q-date__content .q-btn{font-weight:400}.q-date__header-link{opacity:.64;outline:0;transition:opacity .3s ease-out}.q-date__header-link--active,.q-date__header-link:focus,.q-date__header-link:hover{opacity:1}.q-date__header-subtitle{font-size:14px;letter-spacing:.00938em;line-height:1.75}.q-date__header-title-label{font-size:24px;letter-spacing:.00735em;line-height:1.2}.q-date__view{height:100%;min-height:290px;padding:16px;width:100%}.q-date__navigation{height:12.5%}.q-date__navigation>div:first-child{justify-content:flex-end;min-width:24px;width:8%}.q-date__navigation>div:last-child{justify-content:flex-start;min-width:24px;width:8%}.q-date__calendar-weekdays{height:12.5%}.q-date__calendar-weekdays>div{font-size:12px;opacity:.38}.q-date__calendar-item{align-items:center;display:inline-flex;height:12.5%!important;justify-content:center;padding:1px;position:relative;vertical-align:middle;width:14.285%!important}.q-date__calendar-item:after{border:1px dashed #0000;bottom:1px;content:"";left:0;pointer-events:none;position:absolute;right:0;top:1px}.q-date__calendar-item button,.q-date__calendar-item>div{border-radius:50%;height:30px;width:30px}.q-date__calendar-item>div{line-height:30px;text-align:center}.q-date__calendar-item>button{line-height:22px}.q-date__calendar-item--out{opacity:.18}.q-date__calendar-item--fill{visibility:hidden}.q-date__range-from:before,.q-date__range-to:before,.q-date__range:before{background-color:currentColor;bottom:1px;content:"";left:0;opacity:.3;position:absolute;right:0;top:1px}.q-date__range-from:nth-child(7n-6):before,.q-date__range-to:nth-child(7n-6):before,.q-date__range:nth-child(7n-6):before{border-bottom-left-radius:0;border-top-left-radius:0}.q-date__range-from:nth-child(7n):before,.q-date__range-to:nth-child(7n):before,.q-date__range:nth-child(7n):before{border-bottom-right-radius:0;border-top-right-radius:0}.q-date__range-from:before{left:50%}.q-date__range-to:before{right:50%}.q-date__edit-range:after{border-color:currentColor #0000}.q-date__edit-range:nth-child(7n-6):after{border-bottom-left-radius:0;border-top-left-radius:0}.q-date__edit-range:nth-child(7n):after{border-bottom-right-radius:0;border-top-right-radius:0}.q-date__edit-range-from-to:after,.q-date__edit-range-from:after{border-bottom-color:initial;border-bottom-left-radius:28px;border-left-color:initial;border-top-color:initial;border-top-left-radius:28px;left:4px}.q-date__edit-range-from-to:after,.q-date__edit-range-to:after{border-bottom-color:initial;border-bottom-right-radius:28px;border-right-color:initial;border-top-color:initial;border-top-right-radius:28px;right:4px}.q-date__calendar-days-container{height:75%;min-height:192px}.q-date__calendar-days>div{height:16.66%!important}.q-date__event{background-color:var(--q-secondary);border-radius:5px;bottom:2px;height:5px;left:50%;position:absolute;transform:translate3d(-50%,0,0);width:8px}.q-date__today{box-shadow:0 0 1px 0 currentColor}.q-date__years-content{padding:0 8px}.q-date__months-item,.q-date__years-item{flex:0 0 33.3333%}.q-date--readonly .q-date__content,.q-date--readonly .q-date__header,.q-date.disabled .q-date__content,.q-date.disabled .q-date__header{pointer-events:none}.q-date--readonly .q-date__navigation{display:none}.q-date--portrait{flex-direction:column}.q-date--portrait-standard .q-date__content{height:calc(100% - 86px)}.q-date--portrait-standard .q-date__header{border-top-right-radius:inherit;height:86px}.q-date--portrait-standard .q-date__header-title{align-items:center;height:30px}.q-date--portrait-minimal .q-date__content{height:100%}.q-date--landscape{align-items:stretch;flex-direction:row;min-width:420px}.q-date--landscape>div{display:flex;flex-direction:column}.q-date--landscape .q-date__content{height:100%}.q-date--landscape-standard{min-width:420px}.q-date--landscape-standard .q-date__header{border-bottom-left-radius:inherit;min-width:110px;width:110px}.q-date--landscape-standard .q-date__header-title{flex-direction:column}.q-date--landscape-standard .q-date__header-today{margin-left:-8px;margin-top:12px}.q-date--landscape-minimal{width:310px}.q-date--dark{border-color:#ffffff47}.q-dialog__title{font-size:1.25rem;font-weight:500;letter-spacing:.0125em;line-height:2rem}.q-dialog__progress{font-size:4rem}.q-dialog__inner{outline:0}.q-dialog__inner>div{-webkit-overflow-scrolling:touch;border-radius:4px;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;overflow:auto;pointer-events:all;will-change:scroll-position}.q-dialog__inner--square>div{border-radius:0!important}.q-dialog__inner>.q-card>.q-card__actions .q-btn--rectangle{min-width:64px}.q-dialog__inner--minimized{padding:24px}.q-dialog__inner--minimized>div{max-height:calc(100vh - 48px)}.q-dialog__inner--maximized>div{border-radius:0!important;height:100%;left:0!important;max-height:100vh;max-width:100vw;top:0!important;width:100%}.q-dialog__inner--bottom,.q-dialog__inner--top{padding-bottom:0!important;padding-top:0!important}.q-dialog__inner--left,.q-dialog__inner--right{padding-left:0!important;padding-right:0!important}.q-dialog__inner--left:not(.q-dialog__inner--animating)>div,.q-dialog__inner--top:not(.q-dialog__inner--animating)>div{border-top-left-radius:0}.q-dialog__inner--right:not(.q-dialog__inner--animating)>div,.q-dialog__inner--top:not(.q-dialog__inner--animating)>div{border-top-right-radius:0}.q-dialog__inner--bottom:not(.q-dialog__inner--animating)>div,.q-dialog__inner--left:not(.q-dialog__inner--animating)>div{border-bottom-left-radius:0}.q-dialog__inner--bottom:not(.q-dialog__inner--animating)>div,.q-dialog__inner--right:not(.q-dialog__inner--animating)>div{border-bottom-right-radius:0}.q-dialog__inner--fullwidth>div{max-width:100%!important;width:100%!important}.q-dialog__inner--fullheight>div{height:100%!important;max-height:100%!important}.q-dialog__backdrop{background:#0006;outline:0;pointer-events:all;z-index:-1}body.platform-android:not(.native-mobile) .q-dialog__inner--minimized>div,body.platform-ios .q-dialog__inner--minimized>div{max-height:calc(100vh - 108px)}body.q-ios-padding .q-dialog__inner{padding-bottom:env(safe-area-inset-bottom)!important;padding-top:env(safe-area-inset-top)!important}body.q-ios-padding .q-dialog__inner>div{max-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))!important}@media (max-width:599.98px){.q-dialog__inner--bottom,.q-dialog__inner--top{padding-left:0;padding-right:0}.q-dialog__inner--bottom>div,.q-dialog__inner--top>div{width:100%!important}}@media (min-width:600px){.q-dialog__inner--minimized>div{max-width:560px}}.q-body--dialog{overflow:hidden}.q-bottom-sheet{padding-bottom:8px}.q-bottom-sheet__avatar{border-radius:50%}.q-bottom-sheet--list{width:400px}.q-bottom-sheet--list .q-icon,.q-bottom-sheet--list img{font-size:24px;height:24px;width:24px}.q-bottom-sheet--grid{width:700px}.q-bottom-sheet--grid .q-bottom-sheet__item{min-width:100px;padding:8px;text-align:center}.q-bottom-sheet--grid .q-bottom-sheet__empty-icon,.q-bottom-sheet--grid .q-icon,.q-bottom-sheet--grid img{font-size:48px;height:48px;margin-bottom:8px;width:48px}.q-bottom-sheet--grid .q-separator{margin:12px 0}.q-bottom-sheet__item{flex:0 0 33.3333%}@media (min-width:600px){.q-bottom-sheet__item{flex:0 0 25%}}.q-dialog-plugin{width:400px}.q-dialog-plugin__form{max-height:50vh}.q-dialog-plugin .q-card__section+.q-card__section{padding-top:0}.q-dialog-plugin--progress{text-align:center}.q-editor{background-color:#fff;border:1px solid #0000001f;border-radius:4px}.q-editor.disabled{border-style:dashed}.q-editor>div:first-child,.q-editor__toolbars-container,.q-editor__toolbars-container>div:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-editor__content{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;max-width:100%;min-height:10em;outline:0;overflow:auto;padding:10px}.q-editor__content pre{white-space:pre-wrap}.q-editor__content hr{background:#0000001f;border:0;height:1px;margin:1px;outline:0}.q-editor__content:empty:not(:focus):before{content:attr(placeholder);opacity:.7}.q-editor__toolbar{border-bottom:1px solid #0000001f;min-height:32px}.q-editor__toolbars-container{max-width:100%}.q-editor .q-btn{margin:4px}.q-editor__toolbar-group{margin:0 4px;position:relative}.q-editor__toolbar-group+.q-editor__toolbar-group:before{background:#0000001f;bottom:4px;content:"";left:-4px;position:absolute;top:4px;width:1px}.q-editor__link-input{background:none;border:none;border-radius:0;color:inherit;outline:0;text-decoration:none;text-transform:none}.q-editor--flat,.q-editor--flat .q-editor__toolbar{border:0}.q-editor--dense .q-editor__toolbar-group{align-items:center;display:flex;flex-wrap:nowrap}.q-editor--dark{border-color:#ffffff47}.q-editor--dark .q-editor__content hr{background:#ffffff47}.q-editor--dark .q-editor__toolbar{border-color:#ffffff47}.q-editor--dark .q-editor__toolbar-group+.q-editor__toolbar-group:before{background:#ffffff47}.q-expansion-item__border{opacity:0}.q-expansion-item__toggle-icon{position:relative;transition:transform .3s}.q-expansion-item__toggle-icon--rotated{transform:rotate(180deg)}.q-expansion-item__toggle-focus{height:1em!important;position:relative!important;width:1em!important}.q-expansion-item__toggle-focus+.q-expansion-item__toggle-icon{margin-top:-1em}.q-expansion-item--standard.q-expansion-item--expanded>div>.q-expansion-item__border{opacity:1}.q-expansion-item--popup{transition:padding .5s}.q-expansion-item--popup>.q-expansion-item__container{border:1px solid #0000001f}.q-expansion-item--popup>.q-expansion-item__container>.q-separator{display:none}.q-expansion-item--popup.q-expansion-item--collapsed{padding:0 15px}.q-expansion-item--popup.q-expansion-item--expanded{padding:15px 0}.q-expansion-item--popup.q-expansion-item--expanded+.q-expansion-item--popup.q-expansion-item--expanded{padding-top:0}.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child)>.q-expansion-item__container{border-top-width:0}.q-expansion-item--popup.q-expansion-item--expanded+.q-expansion-item--popup.q-expansion-item--collapsed>.q-expansion-item__container{border-top-width:1px}.q-expansion-item__content>.q-card{border-radius:0;box-shadow:none}.q-expansion-item--expanded+.q-expansion-item--expanded>div>.q-expansion-item__border--top,.q-expansion-item:first-child>div>.q-expansion-item__border--top,.q-expansion-item:last-child>div>.q-expansion-item__border--bottom{opacity:0}.q-expansion-item--expanded .q-textarea--autogrow textarea{animation:q-expansion-done 0s}@keyframes q-expansion-done{0%{--q-exp-done:1}}.z-fab{z-index:990}.q-fab{position:relative;vertical-align:middle}.q-fab>.q-btn{width:100%}.q-fab--form-rounded{border-radius:28px}.q-fab--form-square{border-radius:4px}.q-fab__active-icon,.q-fab__icon{transition:opacity .4s,transform .4s}.q-fab__icon{opacity:1;transform:rotate(0deg)}.q-fab__active-icon{opacity:0;transform:rotate(-180deg)}.q-fab__label--external{padding:0 8px;position:absolute;transition:opacity .18s cubic-bezier(.65,.815,.735,.395)}.q-fab__label--external-hidden{opacity:0;pointer-events:none}.q-fab__label--external-left{left:-12px;top:50%;transform:translate(-100%,-50%)}.q-fab__label--external-right{right:-12px;top:50%;transform:translate(100%,-50%)}.q-fab__label--external-bottom{bottom:-12px;left:50%;transform:translate(-50%,100%)}.q-fab__label--external-top{left:50%;top:-12px;transform:translate(-50%,-100%)}.q-fab__label--internal{max-height:30px;padding:0;transition:font-size .12s cubic-bezier(.65,.815,.735,.395),max-height .12s cubic-bezier(.65,.815,.735,.395),opacity .07s cubic-bezier(.65,.815,.735,.395)}.q-fab__label--internal-hidden{font-size:0;opacity:0}.q-fab__label--internal-top{padding-bottom:.12em}.q-fab__label--internal-bottom{padding-top:.12em}.q-fab__label--internal-bottom.q-fab__label--internal-hidden,.q-fab__label--internal-top.q-fab__label--internal-hidden{max-height:0}.q-fab__label--internal-left{padding-left:.285em;padding-right:.571em}.q-fab__label--internal-right{padding-left:.571em;padding-right:.285em}.q-fab__icon-holder{min-height:24px;min-width:24px;position:relative}.q-fab__icon-holder--opened .q-fab__icon{opacity:0;transform:rotate(180deg)}.q-fab__icon-holder--opened .q-fab__active-icon{opacity:1;transform:rotate(0deg)}.q-fab__actions{align-items:center;align-self:center;justify-content:center;opacity:0;padding:3px;pointer-events:none;position:absolute;transition:transform .18s ease-in,opacity .18s ease-in}.q-fab__actions .q-btn{margin:5px}.q-fab__actions--right{height:56px;left:100%;margin-left:9px;transform:scale(.4) translateX(-62px);transform-origin:0 50%}.q-fab__actions--left{flex-direction:row-reverse;height:56px;margin-right:9px;right:100%;transform:scale(.4) translateX(62px);transform-origin:100% 50%}.q-fab__actions--up{bottom:100%;flex-direction:column-reverse;margin-bottom:9px;transform:scale(.4) translateY(62px);transform-origin:50% 100%;width:56px}.q-fab__actions--down{flex-direction:column;margin-top:9px;top:100%;transform:scale(.4) translateY(-62px);transform-origin:50% 0;width:56px}.q-fab__actions--down,.q-fab__actions--up{left:50%;margin-left:-28px}.q-fab__actions--opened{opacity:1;pointer-events:all;transform:scale(1) translate(0)}.q-fab--align-left>.q-fab__actions--down,.q-fab--align-left>.q-fab__actions--up{align-items:flex-start;left:28px}.q-fab--align-right>.q-fab__actions--down,.q-fab--align-right>.q-fab__actions--up{align-items:flex-end;left:auto;right:0}.q-field{font-size:14px}.q-field ::-ms-clear,.q-field ::-ms-reveal{display:none}.q-field--with-bottom{padding-bottom:20px}.q-field__marginal{color:#0000008a;font-size:24px;height:56px}.q-field__marginal>*+*{margin-left:2px}.q-field__marginal .q-avatar{font-size:32px}.q-field__before,.q-field__prepend{padding-right:12px}.q-field__after,.q-field__append{padding-left:12px}.q-field__after:empty,.q-field__append:empty{display:none}.q-field__append+.q-field__append{padding-left:2px}.q-field__inner{text-align:left}.q-field__bottom{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#0000008a;font-size:12px;line-height:1;min-height:20px;padding:8px 12px 0}.q-field__bottom--animated{bottom:0;left:0;position:absolute;right:0;transform:translateY(100%)}.q-field__messages{line-height:1}.q-field__messages>div{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.q-field__messages>div+div{margin-top:4px}.q-field__counter{line-height:1;padding-left:8px}.q-field--item-aligned{padding:8px 16px}.q-field--item-aligned .q-field__before{min-width:56px}.q-field__control-container{height:inherit}.q-field__control{color:var(--q-primary);height:56px;max-width:100%;outline:none}.q-field__control:after,.q-field__control:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.q-field__control:before{border-radius:inherit}.q-field__shadow{opacity:0;overflow:hidden;top:8px;white-space:pre-wrap}.q-field__shadow,.q-field__shadow+.q-field__native::placeholder{transition:opacity .36s cubic-bezier(.4,0,.2,1)}.q-field__shadow+.q-field__native:focus::placeholder{opacity:0}.q-field__input,.q-field__native,.q-field__prefix,.q-field__suffix{background:none;border:none;border-radius:0;color:#000000de;font-weight:400;letter-spacing:.00937em;line-height:28px;outline:0;padding:6px 0;text-decoration:inherit;text-transform:inherit}.q-field__input,.q-field__native{min-width:0;outline:0!important;-webkit-user-select:auto;user-select:auto;width:100%}.q-field__input:-webkit-autofill,.q-field__native:-webkit-autofill{-webkit-animation-fill-mode:both;-webkit-animation-name:q-autofill}.q-field__input:-webkit-autofill+.q-field__label,.q-field__native:-webkit-autofill+.q-field__label{transform:translateY(-40%) scale(.75)}.q-field__input[type=number]:invalid+.q-field__label,.q-field__native[type=number]:invalid+.q-field__label{transform:translateY(-40%) scale(.75)}.q-field__input:invalid,.q-field__native:invalid{box-shadow:none}.q-field__native[type=file]{line-height:1em}.q-field__input{height:0;line-height:24px;min-height:24px;padding:0}.q-field__prefix,.q-field__suffix{transition:opacity .36s cubic-bezier(.4,0,.2,1);white-space:nowrap}.q-field__prefix{padding-right:4px}.q-field__suffix{padding-left:4px}.q-field--disabled .q-placeholder,.q-field--readonly .q-placeholder{opacity:1!important}.q-field--readonly.q-field--labeled .q-field__input,.q-field--readonly.q-field--labeled .q-field__native{cursor:default}.q-field--readonly.q-field--float .q-field__input,.q-field--readonly.q-field--float .q-field__native{cursor:text}.q-field--disabled .q-field__inner{cursor:not-allowed}.q-field--disabled .q-field__control{pointer-events:none}.q-field--disabled .q-field__control>div{opacity:.6!important}.q-field--disabled .q-field__control>div,.q-field--disabled .q-field__control>div *{outline:0!important}.q-field__label{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#0009;font-size:16px;font-weight:400;left:0;letter-spacing:.00937em;line-height:20px;max-width:100%;text-decoration:inherit;text-transform:inherit;top:18px;transform-origin:left top;transition:transform .36s cubic-bezier(.4,0,.2,1),max-width .324s cubic-bezier(.4,0,.2,1)}.q-field--float .q-field__label{max-width:133%;transform:translateY(-40%) scale(.75);transition:transform .36s cubic-bezier(.4,0,.2,1),max-width .396s cubic-bezier(.4,0,.2,1)}.q-field--highlighted .q-field__label{color:currentColor}.q-field--highlighted .q-field__shadow{opacity:.5}.q-field--filled .q-field__control{background:#0000000d;border-radius:4px 4px 0 0;padding:0 12px}.q-field--filled .q-field__control:before{background:#0000000d;border-bottom:1px solid #0000006b;opacity:0;transition:opacity .36s cubic-bezier(.4,0,.2,1),background .36s cubic-bezier(.4,0,.2,1)}.q-field--filled .q-field__control:hover:before{opacity:1}.q-field--filled .q-field__control:after{background:currentColor;height:2px;top:auto;transform:scaleX(0);transform-origin:center bottom;transition:transform .36s cubic-bezier(.4,0,.2,1)}.q-field--filled.q-field--rounded .q-field__control{border-radius:28px 28px 0 0}.q-field--filled.q-field--highlighted .q-field__control:before{background:#0000001f;opacity:1}.q-field--filled.q-field--highlighted .q-field__control:after{transform:scaleX(1)}.q-field--filled.q-field--dark .q-field__control,.q-field--filled.q-field--dark .q-field__control:before{background:#ffffff12}.q-field--filled.q-field--dark.q-field--highlighted .q-field__control:before{background:#ffffff1a}.q-field--filled.q-field--readonly .q-field__control:before{background:#0000;border-bottom-style:dashed;opacity:1}.q-field--outlined .q-field__control{border-radius:4px;padding:0 12px}.q-field--outlined .q-field__control:before{border:1px solid #0000003d;transition:border-color .36s cubic-bezier(.4,0,.2,1)}.q-field--outlined .q-field__control:hover:before{border-color:#000}.q-field--outlined .q-field__control:after{border:2px solid #0000;border-radius:inherit;height:inherit;transition:border-color .36s cubic-bezier(.4,0,.2,1)}.q-field--outlined .q-field__input:-webkit-autofill,.q-field--outlined .q-field__native:-webkit-autofill{margin-bottom:1px;margin-top:1px}.q-field--outlined.q-field--rounded .q-field__control{border-radius:28px}.q-field--outlined.q-field--highlighted .q-field__control:hover:before{border-color:#0000}.q-field--outlined.q-field--highlighted .q-field__control:after{border-color:currentColor;border-width:2px;transform:scaleX(1)}.q-field--outlined.q-field--readonly .q-field__control:before{border-style:dashed}.q-field--standard .q-field__control:before{border-bottom:1px solid #0000003d;transition:border-color .36s cubic-bezier(.4,0,.2,1)}.q-field--standard .q-field__control:hover:before{border-color:#000}.q-field--standard .q-field__control:after{background:currentColor;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;height:2px;top:auto;transform:scaleX(0);transform-origin:center bottom;transition:transform .36s cubic-bezier(.4,0,.2,1)}.q-field--standard.q-field--highlighted .q-field__control:after{transform:scaleX(1)}.q-field--standard.q-field--readonly .q-field__control:before{border-bottom-style:dashed}.q-field--dark .q-field__control:before{border-color:#fff9}.q-field--dark .q-field__control:hover:before{border-color:#fff}.q-field--dark .q-field__input,.q-field--dark .q-field__native,.q-field--dark .q-field__prefix,.q-field--dark .q-field__suffix{color:#fff}.q-field--dark .q-field__bottom,.q-field--dark .q-field__marginal,.q-field--dark:not(.q-field--highlighted) .q-field__label{color:#ffffffb3}.q-field--standout .q-field__control{background:#0000000d;border-radius:4px;padding:0 12px;transition:box-shadow .36s cubic-bezier(.4,0,.2,1),background-color .36s cubic-bezier(.4,0,.2,1)}.q-field--standout .q-field__control:before{background:#00000012;opacity:0;transition:opacity .36s cubic-bezier(.4,0,.2,1),background .36s cubic-bezier(.4,0,.2,1)}.q-field--standout .q-field__control:hover:before{opacity:1}.q-field--standout.q-field--rounded .q-field__control{border-radius:28px}.q-field--standout.q-field--highlighted .q-field__control{background:#000;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-field--standout.q-field--highlighted .q-field__append,.q-field--standout.q-field--highlighted .q-field__input,.q-field--standout.q-field--highlighted .q-field__native,.q-field--standout.q-field--highlighted .q-field__prefix,.q-field--standout.q-field--highlighted .q-field__prepend,.q-field--standout.q-field--highlighted .q-field__suffix{color:#fff}.q-field--standout.q-field--readonly .q-field__control:before{background:#0000;border:1px dashed #0000003d;opacity:1}.q-field--standout.q-field--dark .q-field__control,.q-field--standout.q-field--dark .q-field__control:before{background:#ffffff12}.q-field--standout.q-field--dark.q-field--highlighted .q-field__control{background:#fff}.q-field--standout.q-field--dark.q-field--highlighted .q-field__append,.q-field--standout.q-field--dark.q-field--highlighted .q-field__input,.q-field--standout.q-field--dark.q-field--highlighted .q-field__native,.q-field--standout.q-field--dark.q-field--highlighted .q-field__prefix,.q-field--standout.q-field--dark.q-field--highlighted .q-field__prepend,.q-field--standout.q-field--dark.q-field--highlighted .q-field__suffix{color:#000}.q-field--standout.q-field--dark.q-field--readonly .q-field__control:before{border-color:#ffffff3d}.q-field--labeled .q-field__native,.q-field--labeled .q-field__prefix,.q-field--labeled .q-field__suffix{line-height:24px;padding-bottom:8px;padding-top:24px}.q-field--labeled .q-field__shadow{top:0}.q-field--labeled:not(.q-field--float) .q-field__prefix,.q-field--labeled:not(.q-field--float) .q-field__suffix{opacity:0}.q-field--labeled:not(.q-field--float) .q-field__input::placeholder,.q-field--labeled:not(.q-field--float) .q-field__native::placeholder{color:#0000}.q-field--labeled.q-field--dense .q-field__native,.q-field--labeled.q-field--dense .q-field__prefix,.q-field--labeled.q-field--dense .q-field__suffix{padding-bottom:2px;padding-top:14px}.q-field--dense .q-field__shadow{top:0}.q-field--dense .q-field__control,.q-field--dense .q-field__marginal{height:40px}.q-field--dense .q-field__bottom{font-size:11px}.q-field--dense .q-field__label{font-size:14px;top:10px}.q-field--dense .q-field__before,.q-field--dense .q-field__prepend{padding-right:6px}.q-field--dense .q-field__after,.q-field--dense .q-field__append{padding-left:6px}.q-field--dense .q-field__append+.q-field__append{padding-left:2px}.q-field--dense .q-field__marginal .q-avatar{font-size:24px}.q-field--dense.q-field--float .q-field__label{transform:translateY(-30%) scale(.75)}.q-field--dense .q-field__input:-webkit-autofill+.q-field__label,.q-field--dense .q-field__native:-webkit-autofill+.q-field__label{transform:translateY(-30%) scale(.75)}.q-field--dense .q-field__input[type=number]:invalid+.q-field__label,.q-field--dense .q-field__native[type=number]:invalid+.q-field__label{transform:translateY(-30%) scale(.75)}.q-field--borderless .q-field__bottom,.q-field--borderless.q-field--dense .q-field__control,.q-field--standard .q-field__bottom,.q-field--standard.q-field--dense .q-field__control{padding-left:0;padding-right:0}.q-field--error .q-field__label{animation:q-field-label .36s}.q-field--error .q-field__bottom{color:var(--q-negative)}.q-field__focusable-action{background:#0000;border:0;color:inherit;cursor:pointer;opacity:.6;outline:0!important;padding:0}.q-field__focusable-action:focus,.q-field__focusable-action:hover{opacity:1}.q-field--auto-height .q-field__control{height:auto}.q-field--auto-height .q-field__control,.q-field--auto-height .q-field__native{min-height:56px}.q-field--auto-height .q-field__native{align-items:center}.q-field--auto-height .q-field__control-container{padding-top:0}.q-field--auto-height .q-field__native,.q-field--auto-height .q-field__prefix,.q-field--auto-height .q-field__suffix{line-height:18px}.q-field--auto-height.q-field--labeled .q-field__control-container{padding-top:24px}.q-field--auto-height.q-field--labeled .q-field__shadow{top:24px}.q-field--auto-height.q-field--labeled .q-field__native,.q-field--auto-height.q-field--labeled .q-field__prefix,.q-field--auto-height.q-field--labeled .q-field__suffix{padding-top:0}.q-field--auto-height.q-field--labeled .q-field__native{min-height:24px}.q-field--auto-height.q-field--dense .q-field__control,.q-field--auto-height.q-field--dense .q-field__native{min-height:40px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container{padding-top:14px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__shadow{top:14px}.q-field--auto-height.q-field--dense.q-field--labeled .q-field__native{min-height:24px}.q-field--square .q-field__control{border-radius:0!important}.q-transition--field-message-enter-active,.q-transition--field-message-leave-active{transition:transform .6s cubic-bezier(.86,0,.07,1),opacity .6s cubic-bezier(.86,0,.07,1)}.q-transition--field-message-enter-from,.q-transition--field-message-leave-to{opacity:0;transform:translateY(-10px)}.q-transition--field-message-leave-active,.q-transition--field-message-leave-from{position:absolute}@keyframes q-field-label{40%{margin-left:2px}60%,80%{margin-left:-2px}70%,90%{margin-left:2px}}@keyframes q-autofill{to{background:#0000;color:inherit}}.q-file .q-field__native{overflow:hidden;word-break:break-all}.q-file .q-field__input{opacity:0!important}.q-file .q-field__input::-webkit-file-upload-button{cursor:pointer}.q-file__filler{border:none;padding:0;visibility:hidden;width:100%}.q-file__dnd{outline:1px dashed currentColor;outline-offset:-4px}.q-form,.q-img{position:relative}.q-img{display:inline-block;overflow:hidden;vertical-align:middle;width:100%}.q-img__loading .q-spinner{font-size:50px}.q-img__container{border-radius:inherit;font-size:0}.q-img__image{border-radius:inherit;height:100%;opacity:0;width:100%}.q-img__image--with-transition{transition:opacity .28s ease-in}.q-img__image--loaded{opacity:1}.q-img__content{border-radius:inherit;pointer-events:none}.q-img__content>div{background:#00000078;color:#fff;padding:16px;pointer-events:all;position:absolute}.q-img--no-menu .q-img__image,.q-img--no-menu .q-img__placeholder{pointer-events:none}.q-inner-loading{background:#fff9}.q-inner-loading--dark{background:#0006}.q-inner-loading__label{margin-top:8px}.q-textarea .q-field__control{height:auto;min-height:56px}.q-textarea .q-field__control-container{padding-bottom:2px;padding-top:2px}.q-textarea .q-field__shadow{bottom:2px;top:2px}.q-textarea .q-field__native,.q-textarea .q-field__prefix,.q-textarea .q-field__suffix{line-height:18px}.q-textarea .q-field__native{min-height:52px;padding-top:17px;resize:vertical}.q-textarea.q-field--labeled .q-field__control-container{padding-top:26px}.q-textarea.q-field--labeled .q-field__shadow{top:26px}.q-textarea.q-field--labeled .q-field__native,.q-textarea.q-field--labeled .q-field__prefix,.q-textarea.q-field--labeled .q-field__suffix{padding-top:0}.q-textarea.q-field--labeled .q-field__native{min-height:26px;padding-top:1px}.q-textarea--autogrow .q-field__native{resize:none}.q-textarea.q-field--dense .q-field__control,.q-textarea.q-field--dense .q-field__native{min-height:36px}.q-textarea.q-field--dense .q-field__native{padding-top:9px}.q-textarea.q-field--dense.q-field--labeled .q-field__control-container{padding-top:14px}.q-textarea.q-field--dense.q-field--labeled .q-field__shadow{top:14px}.q-textarea.q-field--dense.q-field--labeled .q-field__native{min-height:24px;padding-top:3px}.q-textarea.q-field--dense.q-field--labeled .q-field__prefix,.q-textarea.q-field--dense.q-field--labeled .q-field__suffix{padding-top:2px}.q-textarea.disabled .q-field__native,body.mobile .q-textarea .q-field__native{resize:none}.q-intersection{position:relative}.q-item{color:inherit;min-height:48px;padding:8px 16px;transition:color .3s,background-color .3s}.q-item__section--side{align-items:flex-start;color:#757575;max-width:100%;min-width:0;padding-right:16px;width:auto}.q-item__section--side>.q-icon{font-size:24px}.q-item__section--side>.q-avatar{font-size:40px}.q-item__section--avatar{color:inherit;min-width:56px}.q-item__section--thumbnail img{height:56px;width:100px}.q-item__section--nowrap{white-space:nowrap}.q-item>.q-focus-helper+.q-item__section--thumbnail,.q-item>.q-item__section--thumbnail:first-child{margin-left:-16px}.q-item>.q-item__section--thumbnail:last-of-type{margin-right:-16px}.q-item__label{line-height:1.2em!important;max-width:100%}.q-item__label--overline{color:#000000b3}.q-item__label--caption{color:#0000008a}.q-item__label--header{color:#757575;font-size:.875rem;letter-spacing:.01786em;line-height:1.25rem;padding:16px}.q-list--padding .q-item__label--header,.q-separator--spaced+.q-item__label--header{padding-top:8px}.q-item__label+.q-item__label{margin-top:4px}.q-item__section--main{flex:10000 1 0%;max-width:100%;min-width:0;width:auto}.q-item__section--main+.q-item__section--main{margin-left:8px}.q-item__section--main~.q-item__section--side{align-items:flex-end;padding-left:16px;padding-right:0}.q-item__section--main.q-item__section--thumbnail{margin-left:0;margin-right:-16px}.q-list--bordered{border:1px solid #0000001f}.q-list--separator>.q-item-type+.q-item-type,.q-list--separator>.q-virtual-scroll__content>.q-item-type+.q-item-type{border-top:1px solid #0000001f}.q-list--padding{padding:8px 0}.q-item--dense,.q-list--dense>.q-item{min-height:32px;padding:2px 16px}.q-list--dark.q-list--separator>.q-item-type+.q-item-type,.q-list--dark.q-list--separator>.q-virtual-scroll__content>.q-item-type+.q-item-type{border-top-color:#ffffff47}.q-item--dark,.q-list--dark{border-color:#ffffff47;color:#fff}.q-item--dark .q-item__section--side:not(.q-item__section--avatar),.q-list--dark .q-item__section--side:not(.q-item__section--avatar){color:#ffffffb3}.q-item--dark .q-item__label--header,.q-list--dark .q-item__label--header{color:#ffffffa3}.q-item--dark .q-item__label--caption,.q-item--dark .q-item__label--overline,.q-list--dark .q-item__label--caption,.q-list--dark .q-item__label--overline{color:#fffc}.q-item{position:relative}.q-item--active,.q-item.q-router-link--active{color:var(--q-primary)}.q-knob{font-size:48px}.q-knob--editable{cursor:pointer;outline:0}.q-knob--editable:before{border-radius:50%;bottom:0;box-shadow:none;content:"";left:0;position:absolute;right:0;top:0;transition:box-shadow .24s ease-in-out}.q-knob--editable:focus:before{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.q-layout{width:100%}.q-layout-container{height:100%;position:relative;width:100%}.q-layout-container .q-layout{min-height:100%}.q-layout-container>div{transform:translateZ(0)}.q-layout-container>div>div{max-height:100%;min-height:0}.q-layout__shadow{width:100%}.q-layout__shadow:after{bottom:0;box-shadow:0 0 10px 2px #0003,0 0 10px #0000003d;content:"";left:0;position:absolute;right:0;top:0}.q-layout__section--marginal{background-color:var(--q-primary);color:#fff}.q-header--hidden{transform:translateY(-110%)}.q-header--bordered{border-bottom:1px solid #0000001f}.q-header .q-layout__shadow{bottom:-10px}.q-header .q-layout__shadow:after{bottom:10px}.q-footer--hidden{transform:translateY(110%)}.q-footer--bordered{border-top:1px solid #0000001f}.q-footer .q-layout__shadow{top:-10px}.q-footer .q-layout__shadow:after{top:10px}.q-footer,.q-header{z-index:2000}.q-drawer{background:#fff;bottom:0;position:absolute;top:0;z-index:1000}.q-drawer--on-top{z-index:3000}.q-drawer--left{left:0;transform:translateX(-100%)}.q-drawer--left.q-drawer--bordered{border-right:1px solid #0000001f}.q-drawer--left .q-layout__shadow{left:10px;right:-10px}.q-drawer--left .q-layout__shadow:after{right:10px}.q-drawer--right{right:0;transform:translateX(100%)}.q-drawer--right.q-drawer--bordered{border-left:1px solid #0000001f}.q-drawer--right .q-layout__shadow{left:-10px}.q-drawer--right .q-layout__shadow:after{left:10px}.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini{padding:0!important}.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section{justify-content:center;min-width:0;padding-left:0;padding-right:0;text-align:center}.q-drawer--mini .q-expansion-item__content,.q-drawer--mini .q-mini-drawer-hide,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__label,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--main,.q-drawer-container:not(.q-drawer--mini-animate) .q-drawer--mini .q-item__section--side~.q-item__section--side{display:none}.q-drawer--mini-animate .q-drawer__content{overflow-x:hidden!important;white-space:nowrap}.q-drawer--mobile .q-mini-drawer-hide,.q-drawer--mobile .q-mini-drawer-only,.q-drawer--standard .q-mini-drawer-only{display:none}.q-drawer__backdrop{will-change:background-color;z-index:2999!important}.q-drawer__opener{height:100%;-webkit-user-select:none;user-select:none;width:15px;z-index:2001}.q-footer,.q-header,.q-layout,.q-page{position:relative}.q-page-sticky--shrink{pointer-events:none}.q-page-sticky--shrink>div{display:inline-block;pointer-events:auto}body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content,body.q-ios-padding .q-layout--standard .q-header>.q-tabs:first-child .q-tabs-head,body.q-ios-padding .q-layout--standard .q-header>.q-toolbar:first-child{min-height:70px;min-height:calc(env(safe-area-inset-top) + 50px);padding-top:env(safe-area-inset-top)}body.q-ios-padding .q-layout--standard .q-drawer--top-padding .q-drawer__content,body.q-ios-padding .q-layout--standard .q-footer>.q-tabs:last-child .q-tabs-head,body.q-ios-padding .q-layout--standard .q-footer>.q-toolbar:last-child{min-height:calc(env(safe-area-inset-bottom) + 50px);padding-bottom:env(safe-area-inset-bottom)}.q-body--layout-animate .q-drawer__backdrop{transition:background-color .12s!important}.q-body--layout-animate .q-drawer{transition:transform .12s,width .12s,top .12s,bottom .12s!important}.q-body--layout-animate .q-layout__section--marginal{transition:transform .12s,left .12s,right .12s!important}.q-body--layout-animate .q-page-container{transition:padding-top .12s,padding-right .12s,padding-bottom .12s,padding-left .12s!important}.q-body--layout-animate .q-page-sticky{transition:transform .12s,left .12s,right .12s,top .12s,bottom .12s!important}body:not(.q-body--layout-animate) .q-layout--prevent-focus{visibility:hidden}.q-body--drawer-toggle{overflow-x:hidden!important}@media (max-width:599.98px){.q-layout-padding{padding:8px}}@media (min-width:600px) and (max-width:1439.98px){.q-layout-padding{padding:16px}}@media (min-width:1440px){.q-layout-padding{padding:24px}}body.body--dark .q-drawer,body.body--dark .q-footer,body.body--dark .q-header{border-color:#ffffff47}body.platform-ios .q-layout--containerized{position:unset!important}.q-linear-progress{--q-linear-progress-speed:.3s;color:var(--q-primary);font-size:4px;height:1em;overflow:hidden;position:relative;transform:scaleX(1);width:100%}.q-linear-progress__model,.q-linear-progress__track{transform-origin:0 0}.q-linear-progress__model--with-transition,.q-linear-progress__track--with-transition{transition:transform var(--q-linear-progress-speed)}.q-linear-progress--reverse .q-linear-progress__model,.q-linear-progress--reverse .q-linear-progress__track{transform-origin:0 100%}.q-linear-progress__model--determinate{background:currentColor}.q-linear-progress__model--indeterminate,.q-linear-progress__model--query{transition:none}.q-linear-progress__model--indeterminate:after,.q-linear-progress__model--indeterminate:before,.q-linear-progress__model--query:after,.q-linear-progress__model--query:before{background:currentColor;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform-origin:0 0}.q-linear-progress__model--indeterminate:before,.q-linear-progress__model--query:before{animation:q-linear-progress--indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.q-linear-progress__model--indeterminate:after,.q-linear-progress__model--query:after{animation:q-linear-progress--indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s;transform:translate3d(-101%,0,0) scaleX(1)}.q-linear-progress__track{opacity:.4}.q-linear-progress__track--light{background:#00000042}.q-linear-progress__track--dark{background:#fff9}.q-linear-progress__stripe{background-image:linear-gradient(45deg,#ffffff26 25%,#fff0 0,#fff0 50%,#ffffff26 0,#ffffff26 75%,#fff0 0,#fff0)!important;background-size:40px 40px!important;transition:width var(--q-linear-progress-speed)}@keyframes q-linear-progress--indeterminate{0%{transform:translate3d(-35%,0,0) scaleX(.35)}60%{transform:translate3d(100%,0,0) scaleX(.9)}to{transform:translate3d(100%,0,0) scaleX(.9)}}@keyframes q-linear-progress--indeterminate-short{0%{transform:translate3d(-101%,0,0) scaleX(1)}60%{transform:translate3d(107%,0,0) scaleX(.01)}to{transform:translate3d(107%,0,0) scaleX(.01)}}.q-menu{background:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;display:inline-block;max-height:65vh;max-width:95vw;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed!important;z-index:6000}.q-menu--square{border-radius:0}.q-option-group--inline>div{display:inline-block}.q-pagination input{-moz-appearance:textfield;text-align:center}.q-pagination input::-webkit-inner-spin-button,.q-pagination input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.q-parallax{border-radius:inherit;overflow:hidden;position:relative;width:100%}.q-parallax__media>img,.q-parallax__media>video{bottom:0;display:none;left:50%;min-height:100%;min-width:100%;position:absolute;will-change:transform}.q-popup-edit{padding:8px 16px}.q-popup-edit__buttons{margin-top:8px}.q-popup-edit__buttons .q-btn+.q-btn{margin-left:8px}.q-pull-to-refresh{position:relative}.q-pull-to-refresh__puller{background:#fff;border-radius:50%;box-shadow:0 0 4px 0 #0000004d;color:var(--q-primary);height:40px;width:40px}.q-pull-to-refresh__puller--animating{transition:transform .3s,opacity .3s}.q-radio{vertical-align:middle}.q-radio__native{height:1px;width:1px}.q-radio__bg,.q-radio__icon-container{-webkit-user-select:none;user-select:none}.q-radio__bg{height:50%;left:25%;-webkit-print-color-adjust:exact;top:25%;width:50%}.q-radio__bg path{fill:currentColor}.q-radio__icon{color:currentColor;font-size:.5em}.q-radio__check{transform:scale3d(0,0,1);transform-origin:50% 50%;transition:transform .22s cubic-bezier(0,0,.2,1) 0ms}.q-radio__inner{border-radius:50%;color:#0000008a;font-size:40px;height:1em;min-width:1em;outline:0;width:1em}.q-radio__inner--truthy{color:var(--q-primary)}.q-radio__inner--truthy .q-radio__check{transform:scaleX(1)}.q-radio.disabled{opacity:.75!important}.q-radio--dark .q-radio__inner{color:#ffffffb3}.q-radio--dark .q-radio__inner:before{opacity:.32!important}.q-radio--dark .q-radio__inner--truthy{color:var(--q-primary)}.q-radio--dense .q-radio__inner{height:.5em;min-width:.5em;width:.5em}.q-radio--dense .q-radio__bg{height:100%;left:0;top:0;width:100%}.q-radio--dense .q-radio__label{padding-left:.5em}.q-radio--dense.reverse .q-radio__label{padding-left:0;padding-right:.5em}body.desktop .q-radio:not(.disabled) .q-radio__inner:before{background:currentColor;border-radius:50%;bottom:0;content:"";left:0;opacity:.12;position:absolute;right:0;top:0;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1) 0ms}body.desktop .q-radio:not(.disabled):focus .q-radio__inner:before,body.desktop .q-radio:not(.disabled):hover .q-radio__inner:before{transform:scaleX(1)}body.desktop .q-radio--dense:not(.disabled):focus .q-radio__inner:before,body.desktop .q-radio--dense:not(.disabled):hover .q-radio__inner:before{transform:scale3d(1.5,1.5,1)}.q-rating{color:#ffeb3b;vertical-align:middle}.q-rating__icon-container{height:1em;outline:0}.q-rating__icon-container+.q-rating__icon-container{margin-left:2px}.q-rating__icon{color:currentColor;opacity:.4;position:relative;text-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;transition:transform .2s ease-in,opacity .2s ease-in}.q-rating__icon--hovered{transform:scale(1.3)}.q-rating__icon--active{opacity:1}.q-rating__icon--exselected{opacity:.7}.q-rating--no-dimming .q-rating__icon{opacity:1}.q-rating--editable .q-rating__icon-container{cursor:pointer}.q-responsive{max-height:100%;max-width:100%;position:relative}.q-responsive__filler{height:inherit;max-height:inherit;max-width:inherit;width:inherit}.q-responsive__content{border-radius:inherit}.q-responsive__content>*{height:100%!important;max-height:100%!important;max-width:100%!important;width:100%!important}.q-scrollarea{contain:strict;position:relative}.q-scrollarea__bar,.q-scrollarea__thumb{cursor:grab;opacity:.2;transition:opacity .3s;will-change:opacity}.q-scrollarea__bar--v,.q-scrollarea__thumb--v{right:0;width:10px}.q-scrollarea__bar--h,.q-scrollarea__thumb--h{bottom:0;height:10px}.q-scrollarea__bar--invisible,.q-scrollarea__thumb--invisible{opacity:0!important;pointer-events:none}.q-scrollarea__thumb{background:#000;border-radius:3px}.q-scrollarea__thumb:hover{opacity:.3}.q-scrollarea__thumb:active{opacity:.5}.q-scrollarea__content{min-height:100%;min-width:100%}.q-scrollarea--dark .q-scrollarea__thumb{background:#fff}.q-select--without-input .q-field__control{cursor:pointer}.q-select--with-input .q-field__control{cursor:text}.q-select .q-field__input{cursor:text;min-width:50px!important}.q-select .q-field__input--padding{padding-left:4px}.q-select__autocomplete-input,.q-select__focus-target{border:0;height:0;opacity:0;outline:0!important;padding:0;position:absolute;width:0}.q-select__dropdown-icon{cursor:pointer;transition:transform .28s}.q-select.q-field--readonly .q-field__control,.q-select.q-field--readonly .q-select__dropdown-icon{cursor:default}.q-select__dialog{background:#fff;display:flex;flex-direction:column;max-height:calc(100vh - 70px)!important;max-width:90vw!important;width:90vw!important}.q-select__dialog>.scroll{background:inherit;position:relative}body.mobile:not(.native-mobile) .q-select__dialog{max-height:calc(100vh - 108px)!important}body.platform-android.native-mobile .q-dialog__inner--top .q-select__dialog{max-height:calc(100vh - 24px)!important}body.platform-android:not(.native-mobile) .q-dialog__inner--top .q-select__dialog{max-height:calc(100vh - 80px)!important}body.platform-ios.native-mobile .q-dialog__inner--top>div{border-radius:4px}body.platform-ios.native-mobile .q-dialog__inner--top .q-select__dialog--focused{max-height:47vh!important}body.platform-ios:not(.native-mobile) .q-dialog__inner--top .q-select__dialog--focused{max-height:50vh!important}.q-separator{background:#0000001f;border:0;flex-shrink:0;margin:0;transition:background .3s,opacity .3s}.q-separator--dark{background:#ffffff47}.q-separator--horizontal{display:block;height:1px}.q-separator--horizontal-inset{margin-left:16px;margin-right:16px}.q-separator--horizontal-item-inset{margin-left:72px;margin-right:0}.q-separator--horizontal-item-thumbnail-inset{margin-left:116px;margin-right:0}.q-separator--vertical{align-self:stretch;height:auto;width:1px}.q-separator--vertical-inset{margin-bottom:8px;margin-top:8px}.q-skeleton{--q-skeleton-speed:1500ms;background:#0000001f;border-radius:4px;box-sizing:border-box}.q-skeleton--anim{cursor:wait}.q-skeleton:before{content:" "}.q-skeleton--type-text{transform:scaleY(.5)}.q-skeleton--type-QAvatar,.q-skeleton--type-circle{border-radius:50%;height:48px;width:48px}.q-skeleton--type-QBtn{height:36px;width:90px}.q-skeleton--type-QBadge{height:16px;width:70px}.q-skeleton--type-QChip{border-radius:16px;height:28px;width:90px}.q-skeleton--type-QToolbar{height:50px}.q-skeleton--type-QCheckbox,.q-skeleton--type-QRadio{border-radius:50%;height:40px;width:40px}.q-skeleton--type-QToggle{border-radius:7px;height:40px;width:56px}.q-skeleton--type-QRange,.q-skeleton--type-QSlider{height:40px}.q-skeleton--type-QInput{height:56px}.q-skeleton--bordered{border:1px solid #0000000d}.q-skeleton--square{border-radius:0}.q-skeleton--anim-fade{animation:q-skeleton--fade var(--q-skeleton-speed) linear .5s infinite}.q-skeleton--anim-pulse{animation:q-skeleton--pulse var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-pulse-x{animation:q-skeleton--pulse-x var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-pulse-y{animation:q-skeleton--pulse-y var(--q-skeleton-speed) ease-in-out .5s infinite}.q-skeleton--anim-blink,.q-skeleton--anim-pop,.q-skeleton--anim-wave{overflow:hidden;position:relative;z-index:1}.q-skeleton--anim-blink:after,.q-skeleton--anim-pop:after,.q-skeleton--anim-wave:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.q-skeleton--anim-blink:after{animation:q-skeleton--fade var(--q-skeleton-speed) linear .5s infinite;background:#ffffffb3}.q-skeleton--anim-wave:after{animation:q-skeleton--wave var(--q-skeleton-speed) linear .5s infinite;background:linear-gradient(90deg,#fff0,#ffffff80,#fff0)}.q-skeleton--dark{background:#ffffff0d}.q-skeleton--dark.q-skeleton--bordered{border:1px solid #ffffff40}.q-skeleton--dark.q-skeleton--anim-wave:after{background:linear-gradient(90deg,#fff0,#ffffff1a,#fff0)}.q-skeleton--dark.q-skeleton--anim-blink:after{background:#fff3}@keyframes q-skeleton--fade{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@keyframes q-skeleton--pulse{0%{transform:scale(1)}50%{transform:scale(.85)}to{transform:scale(1)}}@keyframes q-skeleton--pulse-x{0%{transform:scaleX(1)}50%{transform:scaleX(.75)}to{transform:scaleX(1)}}@keyframes q-skeleton--pulse-y{0%{transform:scaleY(1)}50%{transform:scaleY(.75)}to{transform:scaleY(1)}}@keyframes q-skeleton--wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.q-slide-item{background:#fff;position:relative}.q-slide-item__bottom,.q-slide-item__left,.q-slide-item__right,.q-slide-item__top{color:#fff;font-size:14px;visibility:hidden}.q-slide-item__bottom .q-icon,.q-slide-item__left .q-icon,.q-slide-item__right .q-icon,.q-slide-item__top .q-icon{font-size:1.714em}.q-slide-item__left{background:#4caf50;padding:8px 16px}.q-slide-item__left>div{transform-origin:left center}.q-slide-item__right{background:#ff9800;padding:8px 16px}.q-slide-item__right>div{transform-origin:right center}.q-slide-item__top{background:#2196f3;padding:16px 8px}.q-slide-item__top>div{transform-origin:top center}.q-slide-item__bottom{background:#9c27b0;padding:16px 8px}.q-slide-item__bottom>div{transform-origin:bottom center}.q-slide-item__content{background:inherit;cursor:pointer;transition:transform .2s ease-in;-webkit-user-select:none;user-select:none}.q-slider{position:relative}.q-slider--h{width:100%}.q-slider--v{height:200px}.q-slider--editable .q-slider__track-container{cursor:grab}.q-slider__track-container{outline:0}.q-slider__track-container--h{padding:12px 0;width:100%}.q-slider__track-container--h .q-slider__selection{will-change:width,left}.q-slider__track-container--v{height:100%;padding:0 12px}.q-slider__track-container--v .q-slider__selection{will-change:height,top}.q-slider__track{background:#0000001a;border-radius:4px;color:var(--q-primary);height:inherit;width:inherit}.q-slider__inner{background:#0000001a}.q-slider__inner,.q-slider__selection{border-radius:inherit;height:100%;width:100%}.q-slider__selection{background:currentColor}.q-slider__markers{border-radius:inherit;color:#0000004d;height:100%;width:100%}.q-slider__markers:after{background:currentColor;content:"";position:absolute}.q-slider__markers--h{background-image:repeating-linear-gradient(90deg,currentColor,currentColor 2px,#fff0 0,#fff0)}.q-slider__markers--h:after{height:100%;right:0;top:0;width:2px}.q-slider__markers--v{background-image:repeating-linear-gradient(180deg,currentColor,currentColor 2px,#fff0 0,#fff0)}.q-slider__markers--v:after{bottom:0;height:2px;left:0;width:100%}.q-slider__marker-labels-container{height:100%;min-height:24px;min-width:24px;position:relative;width:100%}.q-slider__marker-labels{position:absolute}.q-slider__marker-labels--h-standard{top:0}.q-slider__marker-labels--h-switched{bottom:0}.q-slider__marker-labels--h-ltr{transform:translateX(-50%)}.q-slider__marker-labels--h-rtl{transform:translateX(50%)}.q-slider__marker-labels--v-standard{left:4px}.q-slider__marker-labels--v-switched{right:4px}.q-slider__marker-labels--v-ltr{transform:translateY(-50%)}.q-slider__marker-labels--v-rtl{transform:translateY(50%)}.q-slider__thumb{color:var(--q-primary);outline:0;transition:transform .18s ease-out,fill .18s ease-out,stroke .18s ease-out;z-index:1}.q-slider__thumb.q-slider--focus{opacity:1!important}.q-slider__thumb--h{top:50%;will-change:left}.q-slider__thumb--h-ltr{transform:scale(1) translate(-50%,-50%)}.q-slider__thumb--h-rtl{transform:scale(1) translate(50%,-50%)}.q-slider__thumb--v{left:50%;will-change:top}.q-slider__thumb--v-ltr{transform:scale(1) translate(-50%,-50%)}.q-slider__thumb--v-rtl{transform:scale(1) translate(-50%,50%)}.q-slider__thumb-shape{stroke-width:3.5;stroke:currentColor;left:0;top:0;transition:transform .28s}.q-slider__thumb-shape path{stroke:currentColor;fill:currentColor}.q-slider__focus-ring{border-radius:50%;opacity:0;transition:transform .26667s ease-out,opacity .26667s ease-out,background-color .26667s ease-out;transition-delay:.14s}.q-slider__pin{opacity:0;transition:opacity .28s ease-out;transition-delay:.14s;white-space:nowrap}.q-slider__pin:before{content:"";height:0;position:absolute;width:0}.q-slider__pin--h:before{border-left:6px solid #0000;border-right:6px solid #0000;left:50%;transform:translateX(-50%)}.q-slider__pin--h-standard{bottom:100%}.q-slider__pin--h-standard:before{border-top:6px solid;bottom:2px}.q-slider__pin--h-switched{top:100%}.q-slider__pin--h-switched:before{border-bottom:6px solid;top:2px}.q-slider__pin--v{top:0}.q-slider__pin--v:before{border-bottom:6px solid #0000;border-top:6px solid #0000;top:50%;transform:translateY(-50%)}.q-slider__pin--v-standard{left:100%}.q-slider__pin--v-standard:before{border-right:6px solid;left:2px}.q-slider__pin--v-switched{right:100%}.q-slider__pin--v-switched:before{border-left:6px solid;right:2px}.q-slider__label{position:absolute;white-space:nowrap;z-index:1}.q-slider__label--h{left:50%;transform:translateX(-50%)}.q-slider__label--h-standard{bottom:7px}.q-slider__label--h-switched{top:7px}.q-slider__label--v{top:50%;transform:translateY(-50%)}.q-slider__label--v-standard{left:7px}.q-slider__label--v-switched{right:7px}.q-slider__text-container{background:currentColor;border-radius:4px;min-height:25px;padding:2px 8px;position:relative;text-align:center}.q-slider__text{color:#fff;font-size:12px}.q-slider--no-value .q-slider__inner,.q-slider--no-value .q-slider__selection,.q-slider--no-value .q-slider__thumb{opacity:0}.q-slider--focus .q-slider__focus-ring,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__focus-ring{background:currentColor;opacity:.25;transform:scale3d(1.55,1.55,1)}.q-slider--focus .q-slider__inner,.q-slider--focus .q-slider__selection,.q-slider--focus .q-slider__thumb,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__inner,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__selection,body.desktop .q-slider.q-slider--editable .q-slider__track-container:hover .q-slider__thumb{opacity:1}.q-slider--inactive .q-slider__thumb--h{transition:left .28s,right .28s}.q-slider--inactive .q-slider__thumb--v{transition:top .28s,bottom .28s}.q-slider--inactive .q-slider__selection{transition:width .28s,left .28s,right .28s,height .28s,top .28s,bottom .28s}.q-slider--inactive .q-slider__text-container{transition:transform .28s}.q-slider--active{cursor:grabbing}.q-slider--active .q-slider__thumb-shape{transform:scale(1.5)}.q-slider--active .q-slider__focus-ring,.q-slider--active.q-slider--label .q-slider__thumb-shape{transform:scale(0)!important}.q-slider--label .q-slider--focus .q-slider__pin,.q-slider--label.q-slider--active .q-slider__pin,.q-slider--label.q-slider--label-always .q-slider__pin,body.desktop .q-slider.q-slider--enabled .q-slider__track-container:hover .q-slider__pin{opacity:1}.q-slider--dark .q-slider__inner,.q-slider--dark .q-slider__track{background:#ffffff1a}.q-slider--dark .q-slider__markers{color:#ffffff4d}.q-slider--dense .q-slider__track-container--h{padding:6px 0}.q-slider--dense .q-slider__track-container--v{padding:0 6px}.q-space{flex-grow:1!important}.q-spinner{vertical-align:middle}.q-spinner-mat{animation:q-spin 2s linear infinite;transform-origin:center center}.q-spinner-mat .path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:q-mat-dash 1.5s ease-in-out infinite}@keyframes q-spin{0%{transform:rotate(0deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(359deg)}}@keyframes q-mat-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.q-splitter__panel{position:relative;z-index:0}.q-splitter__panel>.q-splitter{height:100%;width:100%}.q-splitter__separator{background-color:#0000001f;position:relative;-webkit-user-select:none;user-select:none;z-index:1}.q-splitter__separator-area>*{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.q-splitter--dark .q-splitter__separator{background-color:#ffffff47}.q-splitter--vertical>.q-splitter__panel{height:100%}.q-splitter--vertical.q-splitter--active{cursor:col-resize}.q-splitter--vertical>.q-splitter__separator{width:1px}.q-splitter--vertical>.q-splitter__separator>div{left:-6px;right:-6px}.q-splitter--vertical.q-splitter--workable>.q-splitter__separator{cursor:col-resize}.q-splitter--horizontal>.q-splitter__panel{width:100%}.q-splitter--horizontal.q-splitter--active{cursor:row-resize}.q-splitter--horizontal>.q-splitter__separator{height:1px}.q-splitter--horizontal>.q-splitter__separator>div{bottom:-6px;top:-6px}.q-splitter--horizontal.q-splitter--workable>.q-splitter__separator{cursor:row-resize}.q-splitter__after,.q-splitter__before{overflow:auto}.q-stepper{background:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.q-stepper__title{font-size:14px;letter-spacing:.1px;line-height:18px}.q-stepper__caption{font-size:12px;line-height:14px}.q-stepper__dot{background:currentColor;border-radius:50%;contain:layout;font-size:14px;height:24px;margin-right:8px;min-width:24px;width:24px}.q-stepper__dot span{color:#fff}.q-stepper__tab{color:#9e9e9e;flex-direction:row;font-size:14px;padding:8px 24px}.q-stepper--dark .q-stepper__dot span{color:#000}.q-stepper__tab--navigation{cursor:pointer;-webkit-user-select:none;user-select:none}.q-stepper__tab--active,.q-stepper__tab--done{color:var(--q-primary)}.q-stepper__tab--active .q-stepper__dot,.q-stepper__tab--active .q-stepper__label,.q-stepper__tab--done .q-stepper__dot,.q-stepper__tab--done .q-stepper__label{text-shadow:0 0 0 currentColor}.q-stepper__tab--disabled .q-stepper__dot{background:#00000038}.q-stepper__tab--disabled .q-stepper__label{color:#00000052}.q-stepper__tab--error{color:var(--q-negative)}.q-stepper__tab--error-with-icon .q-stepper__dot{background:#0000!important}.q-stepper__tab--error-with-icon .q-stepper__dot span{color:currentColor;font-size:24px}.q-stepper__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-stepper__header--border{border-bottom:1px solid #0000001f}.q-stepper__header--standard-labels .q-stepper__tab{justify-content:center;min-height:72px}.q-stepper__header--standard-labels .q-stepper__tab:first-child{justify-content:flex-start}.q-stepper__header--standard-labels .q-stepper__tab:last-child{justify-content:flex-end}.q-stepper__header--standard-labels .q-stepper__tab:only-child{justify-content:center}.q-stepper__header--standard-labels .q-stepper__dot:after{display:none}.q-stepper__header--alternative-labels .q-stepper__tab{flex-direction:column;justify-content:flex-start;min-height:104px;padding:24px 32px}.q-stepper__header--alternative-labels .q-stepper__dot{margin-right:0}.q-stepper__header--alternative-labels .q-stepper__label{margin-top:8px;text-align:center}.q-stepper__header--alternative-labels .q-stepper__label:after,.q-stepper__header--alternative-labels .q-stepper__label:before{display:none}.q-stepper__header--contracted,.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab{min-height:72px}.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:first-child{align-items:flex-start}.q-stepper__header--contracted.q-stepper__header--alternative-labels .q-stepper__tab:last-child{align-items:flex-end}.q-stepper__header--contracted .q-stepper__tab{padding:24px 0}.q-stepper__header--contracted .q-stepper__tab:first-child .q-stepper__dot{transform:translateX(24px)}.q-stepper__header--contracted .q-stepper__tab:last-child .q-stepper__dot{transform:translateX(-24px)}.q-stepper__header--contracted .q-stepper__tab:not(:last-child) .q-stepper__dot:after{display:block!important}.q-stepper__header--contracted .q-stepper__dot{margin:0}.q-stepper__header--contracted .q-stepper__label{display:none}.q-stepper__nav{padding-top:24px}.q-stepper--bordered{border:1px solid #0000001f}.q-stepper--horizontal .q-stepper__step-inner{padding:24px}.q-stepper--horizontal .q-stepper__tab:first-child{border-top-left-radius:inherit}.q-stepper--horizontal .q-stepper__tab:last-child{border-top-right-radius:inherit}.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before,.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after,.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after{display:none}.q-stepper--horizontal .q-stepper__tab{overflow:hidden}.q-stepper--horizontal .q-stepper__line{contain:layout}.q-stepper--horizontal .q-stepper__line:after,.q-stepper--horizontal .q-stepper__line:before{background:#0000001f;height:1px;position:absolute;top:50%;width:100vw}.q-stepper--horizontal .q-stepper__dot:after,.q-stepper--horizontal .q-stepper__label:after{content:"";left:100%;margin-left:8px}.q-stepper--horizontal .q-stepper__dot:before{content:"";margin-right:8px;right:100%}.q-stepper--horizontal>.q-stepper__nav{padding:0 24px 24px}.q-stepper--vertical{padding:16px 0}.q-stepper--vertical .q-stepper__tab{padding:12px 24px}.q-stepper--vertical .q-stepper__title{line-height:18px}.q-stepper--vertical .q-stepper__step-inner{padding:0 24px 32px 60px}.q-stepper--vertical>.q-stepper__nav{padding:24px 24px 0}.q-stepper--vertical .q-stepper__step{overflow:hidden}.q-stepper--vertical .q-stepper__dot{margin-right:12px}.q-stepper--vertical .q-stepper__dot:after,.q-stepper--vertical .q-stepper__dot:before{background:#0000001f;content:"";height:99999px;left:50%;position:absolute;width:1px}.q-stepper--vertical .q-stepper__dot:before{bottom:100%;margin-bottom:8px}.q-stepper--vertical .q-stepper__dot:after{margin-top:8px;top:100%}.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before,.q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after{display:none}.q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner{padding-bottom:8px}.q-stepper--dark .q-stepper__header--border,.q-stepper--dark.q-stepper--bordered{border-color:#ffffff47}.q-stepper--dark.q-stepper--horizontal .q-stepper__line:after,.q-stepper--dark.q-stepper--horizontal .q-stepper__line:before,.q-stepper--dark.q-stepper--vertical .q-stepper__dot:after,.q-stepper--dark.q-stepper--vertical .q-stepper__dot:before{background:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled{color:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled .q-stepper__dot{background:#ffffff47}.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label{color:#ffffff8a}.q-tab-panels{background:#fff}.q-tab-panel{padding:16px}.q-markup-table{background:#fff;overflow:auto}.q-table{border-collapse:initial;border-spacing:0;max-width:100%;width:100%}.q-table tbody td,.q-table thead tr{height:48px}.q-table th{font-size:12px;font-weight:500;-webkit-user-select:none;user-select:none}.q-table th.sortable{cursor:pointer}.q-table th.sortable:hover .q-table__sort-icon{opacity:.64}.q-table th.sorted .q-table__sort-icon{opacity:.86!important}.q-table th.sort-desc .q-table__sort-icon{transform:rotate(180deg)}.q-table td,.q-table th{background-color:inherit;padding:7px 16px}.q-table td,.q-table th,.q-table thead{border-style:solid;border-width:0}.q-table tbody td{font-size:13px}.q-table__card{background-color:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#000}.q-table__card .q-table__middle{flex:1 1 auto}.q-table__card .q-table__bottom,.q-table__card .q-table__top{flex:0 0 auto}.q-table__container{position:relative}.q-table__container>div:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-table__container>div:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.q-table__container>.q-inner-loading{border-radius:inherit!important}.q-table__top{padding:12px 16px}.q-table__top .q-table__control{flex-wrap:wrap}.q-table__title{font-size:20px;font-weight:400;letter-spacing:.005em}.q-table__separator{min-width:8px!important}.q-table__progress{height:0!important}.q-table__progress th{border:0!important;padding:0!important}.q-table__progress .q-linear-progress{bottom:0;position:absolute}.q-table__middle{max-width:100%}.q-table__bottom{font-size:12px;min-height:50px;padding:4px 14px 4px 16px}.q-table__bottom .q-table__control{min-height:24px}.q-table__bottom-nodata-icon{font-size:200%;margin-right:8px}.q-table__bottom-item{margin-right:16px}.q-table__control{align-items:center;display:flex}.q-table__sort-icon{font-size:120%;opacity:0;transition:transform .3s cubic-bezier(.25,.8,.5,1)}.q-table__sort-icon--center,.q-table__sort-icon--left{margin-left:4px}.q-table__sort-icon--right{margin-right:4px}.q-table--col-auto-width{width:1px}.q-table--flat{box-shadow:none}.q-table--bordered{border:1px solid #0000001f}.q-table--square{border-radius:0}.q-table__linear-progress{height:2px}.q-table--no-wrap td,.q-table--no-wrap th{white-space:nowrap}.q-table--grid{border-radius:4px;box-shadow:none}.q-table--grid .q-table__top{padding-bottom:4px}.q-table--grid .q-table__middle{margin-bottom:4px;min-height:2px}.q-table--grid .q-table__middle thead,.q-table--grid .q-table__middle thead th{border:0!important}.q-table--grid .q-table__linear-progress{bottom:0}.q-table--grid .q-table__bottom{border-top:0}.q-table--grid .q-table__grid-content{flex:1 1 auto}.q-table--grid.fullscreen{background:inherit}.q-table__grid-item-card{padding:12px;vertical-align:top}.q-table__grid-item-card .q-separator{margin:12px 0}.q-table__grid-item-row+.q-table__grid-item-row{margin-top:8px}.q-table__grid-item-title{font-size:12px;font-weight:500;opacity:.54}.q-table__grid-item-value{font-size:13px}.q-table__grid-item{padding:4px;transition:transform .3s cubic-bezier(.25,.8,.5,1)}.q-table__grid-item--selected{transform:scale(.95)}.q-table--cell-separator tbody tr:not(:last-child)>td,.q-table--cell-separator thead th,.q-table--horizontal-separator tbody tr:not(:last-child)>td,.q-table--horizontal-separator thead th{border-bottom-width:1px}.q-table--cell-separator td,.q-table--cell-separator th,.q-table--vertical-separator td,.q-table--vertical-separator th{border-left-width:1px}.q-table--cell-separator thead tr:last-child th,.q-table--cell-separator.q-table--loading tr:nth-last-child(2) th,.q-table--vertical-separator thead tr:last-child th,.q-table--vertical-separator.q-table--loading tr:nth-last-child(2) th{border-bottom-width:1px}.q-table--cell-separator td:first-child,.q-table--cell-separator th:first-child,.q-table--vertical-separator td:first-child,.q-table--vertical-separator th:first-child{border-left:0}.q-table--cell-separator .q-table__top,.q-table--vertical-separator .q-table__top{border-bottom:1px solid #0000001f}.q-table--dense .q-table__top{padding:6px 16px}.q-table--dense .q-table__bottom{min-height:33px}.q-table--dense .q-table__sort-icon{font-size:110%}.q-table--dense .q-table td,.q-table--dense .q-table th{padding:4px 8px}.q-table--dense .q-table tbody td,.q-table--dense .q-table tbody tr,.q-table--dense .q-table thead tr{height:28px}.q-table--dense .q-table td:first-child,.q-table--dense .q-table th:first-child{padding-left:16px}.q-table--dense .q-table td:last-child,.q-table--dense .q-table th:last-child{padding-right:16px}.q-table--dense .q-table__bottom-item{margin-right:8px}.q-table--dense .q-table__select .q-field__control,.q-table--dense .q-table__select .q-field__native{min-height:24px;padding:0}.q-table--dense .q-table__select .q-field__marginal{height:24px}.q-table__bottom{border-top:1px solid #0000001f}.q-table td,.q-table th,.q-table thead,.q-table tr{border-color:#0000001f}.q-table tbody td{position:relative}.q-table tbody td:after,.q-table tbody td:before{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.q-table tbody td:before{background:#00000008}.q-table tbody td:after{background:#0000000f}.q-table tbody tr.selected td:after,body.desktop .q-table>tbody>tr:not(.q-tr--no-hover):hover>td:not(.q-td--no-hover):before{content:""}.q-table--dark,.q-table--dark .q-table__bottom,.q-table--dark td,.q-table--dark th,.q-table--dark thead,.q-table--dark tr,.q-table__card--dark{border-color:#ffffff47}.q-table--dark tbody td:before{background:#ffffff12}.q-table--dark tbody td:after{background:#ffffff1a}.q-table--dark.q-table--cell-separator .q-table__top,.q-table--dark.q-table--vertical-separator .q-table__top{border-color:#ffffff47}.q-tab{color:inherit;min-height:48px;padding:0 16px;text-decoration:none;text-transform:uppercase;transition:color .3s,background-color .3s;white-space:nowrap}.q-tab--full{min-height:72px}.q-tab--no-caps{text-transform:none}.q-tab__content{height:inherit;min-width:40px;padding:4px 0}.q-tab__content--inline .q-tab__icon+.q-tab__label{padding-left:8px}.q-tab__content .q-chip--floating{right:-16px;top:0}.q-tab__icon{font-size:24px;height:24px;width:24px}.q-tab__label{font-size:14px;font-weight:500;line-height:1.715em}.q-tab .q-badge{right:-12px;top:3px}.q-tab__alert,.q-tab__alert-icon{position:absolute}.q-tab__alert{background:currentColor;border-radius:50%;height:10px;right:-9px;top:7px;width:10px}.q-tab__alert-icon{font-size:18px;right:-12px;top:2px}.q-tab__indicator{background:currentColor;height:2px;opacity:0}.q-tab--active .q-tab__indicator{opacity:1;transform-origin:left}.q-tab--inactive{opacity:.85}.q-tabs{position:relative;transition:color .3s,background-color .3s}.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--horizontal{padding-left:36px;padding-right:36px}.q-tabs--scrollable.q-tabs__arrows--outside.q-tabs--vertical{padding-bottom:36px;padding-top:36px}.q-tabs--scrollable.q-tabs__arrows--outside .q-tabs__arrow--faded{opacity:.3;pointer-events:none}.q-tabs--not-scrollable .q-tabs__arrow,.q-tabs--scrollable.q-tabs__arrows--inside .q-tabs__arrow--faded{display:none}.q-tabs--not-scrollable .q-tabs__content{border-radius:inherit}.q-tabs__arrow{cursor:pointer;font-size:32px;min-width:36px;text-shadow:0 0 3px #fff,0 0 1px #fff,0 0 1px #000;transition:opacity .3s}.q-tabs__content{flex:1 1 auto;overflow:hidden}.q-tabs__content--align-center{justify-content:center}.q-tabs__content--align-right{justify-content:flex-end}.q-tabs__content--align-justify .q-tab{flex:1 1 auto}.q-tabs__offset{display:none}.q-tabs--horizontal .q-tabs__arrow{height:100%}.q-tabs--horizontal .q-tabs__arrow--left{bottom:0;left:0;top:0}.q-tabs--horizontal .q-tabs__arrow--right{bottom:0;right:0;top:0}.q-tabs--vertical,.q-tabs--vertical .q-tabs__content{display:block!important;height:100%}.q-tabs--vertical .q-tabs__arrow{height:36px;text-align:center;width:100%}.q-tabs--vertical .q-tabs__arrow--left{left:0;right:0;top:0}.q-tabs--vertical .q-tabs__arrow--right{bottom:0;left:0;right:0}.q-tabs--vertical .q-tab{padding:0 8px}.q-tabs--vertical .q-tab__indicator{height:unset;width:2px}.q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content{height:100%}.q-tabs--vertical.q-tabs--dense .q-tab__content{min-width:24px}.q-tabs--dense .q-tab{min-height:36px}.q-tabs--dense .q-tab--full{min-height:52px}.q-time{background:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;max-width:100%;min-width:290px;outline:0;width:290px}.q-time--bordered{border:1px solid #0000001f}.q-time__header{background-color:var(--q-primary);border-top-left-radius:inherit;color:#fff;font-weight:300;padding:16px}.q-time__actions{padding:0 16px 16px}.q-time__header-label{font-size:28px;letter-spacing:-.00833em;line-height:1}.q-time__header-label>div+div{margin-left:4px}.q-time__link{opacity:.56;outline:0;transition:opacity .3s ease-out}.q-time__link--active,.q-time__link:focus,.q-time__link:hover{opacity:1}.q-time__header-ampm{font-size:16px;letter-spacing:.1em}.q-time__content{padding:16px}.q-time__content:before{content:"";display:block;padding-bottom:100%}.q-time__container-parent{padding:16px}.q-time__container-child{background:#0000001f;border-radius:50%}.q-time__clock{font-size:14px;height:100%;max-height:100%;max-width:100%;padding:24px;width:100%}.q-time__clock-circle{position:relative}.q-time__clock-center{background:currentColor;border-radius:50%;height:6px;margin:auto;min-height:0;width:6px}.q-time__clock-pointer{background:currentColor;bottom:0;color:var(--q-primary);height:50%;left:50%;min-height:0;position:absolute;right:0;transform:translateX(-50%);transform-origin:0 0;width:2px}.q-time__clock-pointer:after,.q-time__clock-pointer:before{background:currentColor;border-radius:50%;content:"";left:50%;position:absolute;transform:translateX(-50%)}.q-time__clock-pointer:before{bottom:-4px;height:8px;width:8px}.q-time__clock-pointer:after{height:6px;top:-3px;width:6px}.q-time__clock-position{border-radius:50%;font-size:12px;height:32px;line-height:32px;margin:0;min-height:32px;padding:0;position:absolute;transform:translate(-50%,-50%);width:32px}.q-time__clock-position--disable{opacity:.4}.q-time__clock-position--active{background-color:var(--q-primary);color:#fff}.q-time__clock-pos-0{left:50%;top:0}.q-time__clock-pos-1{left:75%;top:6.7%}.q-time__clock-pos-2{left:93.3%;top:25%}.q-time__clock-pos-3{left:100%;top:50%}.q-time__clock-pos-4{left:93.3%;top:75%}.q-time__clock-pos-5{left:75%;top:93.3%}.q-time__clock-pos-6{left:50%;top:100%}.q-time__clock-pos-7{left:25%;top:93.3%}.q-time__clock-pos-8{left:6.7%;top:75%}.q-time__clock-pos-9{left:0;top:50%}.q-time__clock-pos-10{left:6.7%;top:25%}.q-time__clock-pos-11{left:25%;top:6.7%}.q-time__clock-pos-12{left:50%;top:15%}.q-time__clock-pos-13{left:67.5%;top:19.69%}.q-time__clock-pos-14{left:80.31%;top:32.5%}.q-time__clock-pos-15{left:85%;top:50%}.q-time__clock-pos-16{left:80.31%;top:67.5%}.q-time__clock-pos-17{left:67.5%;top:80.31%}.q-time__clock-pos-18{left:50%;top:85%}.q-time__clock-pos-19{left:32.5%;top:80.31%}.q-time__clock-pos-20{left:19.69%;top:67.5%}.q-time__clock-pos-21{left:15%;top:50%}.q-time__clock-pos-22{left:19.69%;top:32.5%}.q-time__clock-pos-23{left:32.5%;top:19.69%}.q-time__now-button{background-color:var(--q-primary);color:#fff;right:12px;top:12px}.q-time--readonly .q-time__content,.q-time--readonly .q-time__header-ampm,.q-time.disabled .q-time__content,.q-time.disabled .q-time__header-ampm{pointer-events:none}.q-time--portrait{display:inline-flex;flex-direction:column}.q-time--portrait .q-time__header{border-top-right-radius:inherit;min-height:86px}.q-time--portrait .q-time__header-ampm{margin-left:12px}.q-time--portrait.q-time--bordered .q-time__content{margin:1px 0}.q-time--landscape{align-items:stretch;display:inline-flex;min-width:420px}.q-time--landscape>div{display:flex;flex-direction:column;justify-content:center}.q-time--landscape .q-time__header{border-bottom-left-radius:inherit;min-width:156px}.q-time--landscape .q-time__header-ampm{margin-top:12px}.q-time--dark{border-color:#ffffff47}.q-timeline{list-style:none;padding:0;width:100%}.q-timeline h6{line-height:inherit}.q-timeline--dark{color:#fff}.q-timeline--dark .q-timeline__subtitle{opacity:.7}.q-timeline__content{padding-bottom:24px}.q-timeline__title{margin-bottom:16px;margin-top:0}.q-timeline__subtitle{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;opacity:.6;text-transform:uppercase}.q-timeline__dot{bottom:0;position:absolute;top:0;width:15px}.q-timeline__dot:after,.q-timeline__dot:before{background:currentColor;content:"";display:block;position:absolute}.q-timeline__dot:before{border:3px solid #0000;border-radius:100%;height:15px;left:0;top:4px;transition:background .3s ease-in-out,border .3s ease-in-out;width:15px}.q-timeline__dot:after{bottom:0;left:6px;opacity:.4;top:24px;width:3px}.q-timeline__dot .q-icon{color:#fff;font-size:16px;height:38px;left:0;line-height:38px;position:absolute;right:0;top:0;width:100%}.q-timeline__dot .q-icon>img,.q-timeline__dot .q-icon>svg{height:1em;width:1em}.q-timeline__dot-img{background:currentColor;border-radius:50%;height:31px;left:0;position:absolute;right:0;top:4px;width:31px}.q-timeline__heading{position:relative}.q-timeline__heading:first-child .q-timeline__heading-title{padding-top:0}.q-timeline__heading:last-child .q-timeline__heading-title{padding-bottom:0}.q-timeline__heading-title{margin:0;padding:32px 0}.q-timeline__entry{line-height:22px;position:relative}.q-timeline__entry:last-child{padding-bottom:0!important}.q-timeline__entry:last-child .q-timeline__dot:after{content:none}.q-timeline__entry--icon .q-timeline__dot{width:31px}.q-timeline__entry--icon .q-timeline__dot:before{height:31px;width:31px}.q-timeline__entry--icon .q-timeline__dot:after{left:14px;top:41px}.q-timeline__entry--icon .q-timeline__subtitle{padding-top:8px}.q-timeline--dense--right .q-timeline__entry{padding-left:40px}.q-timeline--dense--right .q-timeline__entry--icon .q-timeline__dot{left:-8px}.q-timeline--dense--right .q-timeline__dot{left:0}.q-timeline--dense--left .q-timeline__heading{text-align:right}.q-timeline--dense--left .q-timeline__entry{padding-right:40px}.q-timeline--dense--left .q-timeline__entry--icon .q-timeline__dot{right:-8px}.q-timeline--dense--left .q-timeline__content,.q-timeline--dense--left .q-timeline__subtitle,.q-timeline--dense--left .q-timeline__title{text-align:right}.q-timeline--dense--left .q-timeline__dot{right:0}.q-timeline--comfortable{display:table}.q-timeline--comfortable .q-timeline__heading{display:table-row;font-size:200%}.q-timeline--comfortable .q-timeline__heading>div{display:table-cell}.q-timeline--comfortable .q-timeline__entry{display:table-row;padding:0}.q-timeline--comfortable .q-timeline__entry--icon .q-timeline__content{padding-top:8px}.q-timeline--comfortable .q-timeline__content,.q-timeline--comfortable .q-timeline__dot,.q-timeline--comfortable .q-timeline__subtitle{display:table-cell;vertical-align:top}.q-timeline--comfortable .q-timeline__subtitle{width:35%}.q-timeline--comfortable .q-timeline__dot{min-width:31px;position:relative}.q-timeline--comfortable--right .q-timeline__heading .q-timeline__heading-title{margin-left:-50px}.q-timeline--comfortable--right .q-timeline__subtitle{padding-right:30px;text-align:right}.q-timeline--comfortable--right .q-timeline__content{padding-left:30px}.q-timeline--comfortable--right .q-timeline__entry--icon .q-timeline__dot{left:-8px}.q-timeline--comfortable--left .q-timeline__heading{text-align:right}.q-timeline--comfortable--left .q-timeline__heading .q-timeline__heading-title{margin-right:-50px}.q-timeline--comfortable--left .q-timeline__subtitle{padding-left:30px}.q-timeline--comfortable--left .q-timeline__content{padding-right:30px}.q-timeline--comfortable--left .q-timeline__content,.q-timeline--comfortable--left .q-timeline__title{text-align:right}.q-timeline--comfortable--left .q-timeline__entry--icon .q-timeline__dot{right:0}.q-timeline--comfortable--left .q-timeline__dot{right:-8px}.q-timeline--loose .q-timeline__heading-title{margin-left:0;text-align:center}.q-timeline--loose .q-timeline__content,.q-timeline--loose .q-timeline__dot,.q-timeline--loose .q-timeline__entry,.q-timeline--loose .q-timeline__subtitle{display:block;margin:0;padding:0}.q-timeline--loose .q-timeline__dot{left:50%;margin-left:-7.15px;position:absolute}.q-timeline--loose .q-timeline__entry{overflow:hidden;padding-bottom:24px}.q-timeline--loose .q-timeline__entry--icon .q-timeline__dot{margin-left:-15px}.q-timeline--loose .q-timeline__entry--icon .q-timeline__subtitle{line-height:38px}.q-timeline--loose .q-timeline__entry--icon .q-timeline__content{padding-top:8px}.q-timeline--loose .q-timeline__entry--left .q-timeline__content,.q-timeline--loose .q-timeline__entry--right .q-timeline__subtitle{float:left;padding-right:30px;text-align:right}.q-timeline--loose .q-timeline__entry--left .q-timeline__subtitle,.q-timeline--loose .q-timeline__entry--right .q-timeline__content{float:right;padding-left:30px;text-align:left}.q-timeline--loose .q-timeline__content,.q-timeline--loose .q-timeline__subtitle{width:50%}.q-toggle{vertical-align:middle}.q-toggle__native{height:1px;width:1px}.q-toggle__track{background:currentColor;border-radius:.175em;height:.35em;opacity:.38}.q-toggle__thumb{height:.5em;left:.25em;top:.25em;transition:left .22s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;width:.5em;z-index:0}.q-toggle__thumb:after{background:#fff;border-radius:50%;bottom:0;box-shadow:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;content:"";left:0;position:absolute;right:0;top:0}.q-toggle__thumb .q-icon{color:#000;font-size:.3em;min-width:1em;opacity:.54;z-index:1}.q-toggle__inner{font-size:40px;height:1em;min-width:1.4em;padding:.325em .3em;-webkit-print-color-adjust:exact;width:1.4em}.q-toggle__inner--indet .q-toggle__thumb{left:.45em}.q-toggle__inner--truthy{color:var(--q-primary)}.q-toggle__inner--truthy .q-toggle__track{opacity:.54}.q-toggle__inner--truthy .q-toggle__thumb{left:.65em}.q-toggle__inner--truthy .q-toggle__thumb:after{background-color:currentColor}.q-toggle__inner--truthy .q-toggle__thumb .q-icon{color:#fff;opacity:1}.q-toggle.disabled{opacity:.75!important}.q-toggle--dark .q-toggle__inner{color:#fff}.q-toggle--dark .q-toggle__inner--truthy{color:var(--q-primary)}.q-toggle--dark .q-toggle__thumb:before{opacity:.32!important}.q-toggle--dense .q-toggle__inner{height:.5em;min-width:.8em;padding:.07625em 0;width:.8em}.q-toggle--dense .q-toggle__thumb{left:0;top:0}.q-toggle--dense .q-toggle__inner--indet .q-toggle__thumb{left:.15em}.q-toggle--dense .q-toggle__inner--truthy .q-toggle__thumb{left:.3em}.q-toggle--dense .q-toggle__label{padding-left:.5em}.q-toggle--dense.reverse .q-toggle__label{padding-left:0;padding-right:.5em}body.desktop .q-toggle:not(.disabled) .q-toggle__thumb:before{background:currentColor;border-radius:50%;bottom:0;content:"";left:0;opacity:.12;position:absolute;right:0;top:0;transform:scale3d(0,0,1);transition:transform .22s cubic-bezier(0,0,.2,1)}body.desktop .q-toggle:not(.disabled):focus .q-toggle__thumb:before,body.desktop .q-toggle:not(.disabled):hover .q-toggle__thumb:before{transform:scale3d(2,2,1)}body.desktop .q-toggle--dense:not(.disabled):focus .q-toggle__thumb:before,body.desktop .q-toggle--dense:not(.disabled):hover .q-toggle__thumb:before{transform:scale3d(1.5,1.5,1)}.q-toolbar{min-height:50px;padding:0 12px;position:relative;width:100%}.q-toolbar--inset{padding-left:58px}.q-toolbar .q-avatar{font-size:38px}.q-toolbar__title{flex:1 1 0%;font-size:21px;font-weight:400;letter-spacing:.01em;max-width:100%;min-width:1px;padding:0 12px}.q-toolbar__title:first-child{padding-left:0}.q-toolbar__title:last-child{padding-right:0}.q-tooltip--style{background:#757575;border-radius:4px;color:#fafafa;font-size:10px;font-weight:400;text-transform:none}.q-tooltip{overflow-x:hidden;overflow-y:auto;padding:6px 10px;position:fixed!important;z-index:9000}@media (max-width:599.98px){.q-tooltip{font-size:14px;padding:8px 16px}}.q-tree{color:#9e9e9e;position:relative}.q-tree__node{padding:0 0 3px 22px}.q-tree__node:after{border-left:1px solid;bottom:0;content:"";left:-13px;position:absolute;right:auto;top:-3px;width:2px}.q-tree__node:last-child:after{display:none}.q-tree__node--disabled{pointer-events:none}.q-tree__node--disabled .disabled{opacity:1!important}.q-tree__node--disabled>.disabled,.q-tree__node--disabled>div,.q-tree__node--disabled>i{opacity:.6!important}.q-tree__node--disabled>.disabled .q-tree__node--disabled>.disabled,.q-tree__node--disabled>.disabled .q-tree__node--disabled>div,.q-tree__node--disabled>.disabled .q-tree__node--disabled>i,.q-tree__node--disabled>div .q-tree__node--disabled>.disabled,.q-tree__node--disabled>div .q-tree__node--disabled>div,.q-tree__node--disabled>div .q-tree__node--disabled>i,.q-tree__node--disabled>i .q-tree__node--disabled>.disabled,.q-tree__node--disabled>i .q-tree__node--disabled>div,.q-tree__node--disabled>i .q-tree__node--disabled>i{opacity:1!important}.q-tree__node-header:before{border-bottom:1px solid;border-left:1px solid;bottom:50%;content:"";left:-35px;position:absolute;top:-3px;width:31px}.q-tree__children{padding-left:25px}.q-tree__node-body{padding:5px 0 8px 5px}.q-tree__node--parent{padding-left:2px}.q-tree__node--parent>.q-tree__node-header:before{left:-15px;width:15px}.q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body{padding:5px 0 8px 27px}.q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body:after{border-left:1px solid;bottom:50px;content:"";height:100%;left:12px;position:absolute;right:auto;top:0;width:2px}.q-tree__node--link{cursor:pointer}.q-tree__node-header{border-radius:4px;margin-top:3px;outline:0;padding:4px}.q-tree__node-header-content{color:#000;transition:color .3s}.q-tree__node--selected .q-tree__node-header-content{color:#9e9e9e}.q-tree__icon,.q-tree__node-header-content .q-icon{font-size:21px}.q-tree__img{border-radius:2px;height:42px}.q-tree__avatar,.q-tree__node-header-content .q-avatar{border-radius:50%;font-size:28px;height:28px;width:28px}.q-tree__arrow,.q-tree__spinner{font-size:16px;margin-right:4px}.q-tree__arrow{transition:transform .3s}.q-tree__arrow--rotate{transform:rotate(90deg)}.q-tree__tickbox{margin-right:4px}.q-tree>.q-tree__node{padding:0}.q-tree>.q-tree__node:after,.q-tree>.q-tree__node>.q-tree__node-header:before{display:none}.q-tree>.q-tree__node--child>.q-tree__node-header{padding-left:24px}.q-tree--dark .q-tree__node-header-content{color:#fff}.q-tree--no-connectors .q-tree__node-body:after,.q-tree--no-connectors .q-tree__node-header:before,.q-tree--no-connectors .q-tree__node:after{display:none!important}.q-tree--dense>.q-tree__node--child>.q-tree__node-header{padding-left:1px}.q-tree--dense .q-tree__arrow,.q-tree--dense .q-tree__spinner{margin-right:1px}.q-tree--dense .q-tree__img{height:32px}.q-tree--dense .q-tree__tickbox{margin-right:3px}.q-tree--dense .q-tree__node{padding:0}.q-tree--dense .q-tree__node:after{left:-8px;top:0}.q-tree--dense .q-tree__node-header{margin-top:0;padding:1px}.q-tree--dense .q-tree__node-header:before{left:-8px;top:0;width:8px}.q-tree--dense .q-tree__node--child{padding-left:17px}.q-tree--dense .q-tree__node--child>.q-tree__node-header:before{left:-25px;width:21px}.q-tree--dense .q-tree__node-body{padding:0 0 2px}.q-tree--dense .q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body{padding:0 0 2px 20px}.q-tree--dense .q-tree__node--parent>.q-tree__node-collapsible>.q-tree__node-body:after{left:8px}.q-tree--dense .q-tree__children{padding-left:16px}[dir=rtl] .q-tree__arrow{transform:rotate(180deg)}[dir=rtl] .q-tree__arrow--rotate{transform:rotate(90deg)}.q-uploader{background:#fff;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;max-height:320px;position:relative;vertical-align:top;width:320px}.q-uploader--bordered{border:1px solid #0000001f}.q-uploader__input{cursor:pointer!important;height:100%;opacity:0;width:100%;z-index:1}.q-uploader__input::-webkit-file-upload-button{cursor:pointer}.q-uploader__file:before{background:currentColor;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0}.q-uploader__file:before,.q-uploader__header{border-top-left-radius:inherit;border-top-right-radius:inherit}.q-uploader__header{background-color:var(--q-primary);color:#fff;position:relative;width:100%}.q-uploader__spinner{font-size:24px;margin-right:4px}.q-uploader__header-content{padding:8px}.q-uploader__dnd{background:#fff9;outline:1px dashed currentColor;outline-offset:-4px}.q-uploader__overlay{background-color:#fff9;color:#000;font-size:36px}.q-uploader__list{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;flex:1 1 auto;min-height:60px;padding:8px;position:relative}.q-uploader__file{border:1px solid #0000001f;border-radius:4px 4px 0 0}.q-uploader__file .q-circular-progress{font-size:24px}.q-uploader__file--img{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;color:#fff;height:200px;min-width:200px}.q-uploader__file--img:before{content:none}.q-uploader__file--img .q-circular-progress{color:#fff}.q-uploader__file--img .q-uploader__file-header{background:linear-gradient(180deg,#000000b3 20%,#fff0);padding-bottom:24px}.q-uploader__file+.q-uploader__file{margin-top:8px}.q-uploader__file-header{border-top-left-radius:inherit;border-top-right-radius:inherit;padding:4px 8px;position:relative}.q-uploader__file-header-content{padding-right:8px}.q-uploader__file-status{font-size:24px;margin-right:4px}.q-uploader__title{font-size:14px;font-weight:700;line-height:18px;word-break:break-word}.q-uploader__subtitle{font-size:12px;line-height:18px}.q-uploader--disable .q-uploader__header,.q-uploader--disable .q-uploader__list{pointer-events:none}.q-uploader--dark,.q-uploader--dark .q-uploader__file{border-color:#ffffff47}.q-uploader--dark .q-uploader__dnd,.q-uploader--dark .q-uploader__overlay{background:#ffffff4d}.q-uploader--dark .q-uploader__overlay{color:#fff}.q-video{border-radius:inherit;overflow:hidden;position:relative}.q-video embed,.q-video iframe,.q-video object{height:100%;width:100%}.q-video--responsive{height:0}.q-video--responsive embed,.q-video--responsive iframe,.q-video--responsive object{left:0;position:absolute;top:0}.q-virtual-scroll:focus{outline:0}.q-virtual-scroll__content{contain:content;outline:none}.q-virtual-scroll__content>*{overflow-anchor:none}.q-virtual-scroll__content>[data-q-vs-anchor]{overflow-anchor:auto}.q-virtual-scroll__padding{background:linear-gradient(#fff0,#fff0 20%,#80808008 0,#80808014 50%,#80808008 80%,#fff0 0,#fff0);background-size:var(--q-virtual-scroll-item-width,100%) var(--q-virtual-scroll-item-height,50px)}.q-table .q-virtual-scroll__padding tr{height:0!important}.q-table .q-virtual-scroll__padding td{padding:0!important}.q-virtual-scroll--horizontal{align-items:stretch}.q-virtual-scroll--horizontal,.q-virtual-scroll--horizontal .q-virtual-scroll__content{display:flex;flex-direction:row;flex-wrap:nowrap}.q-virtual-scroll--horizontal .q-virtual-scroll__content,.q-virtual-scroll--horizontal .q-virtual-scroll__content>*,.q-virtual-scroll--horizontal .q-virtual-scroll__padding{flex:0 0 auto}.q-virtual-scroll--horizontal .q-virtual-scroll__padding{background:linear-gradient(270deg,#fff0,#fff0 20%,#80808008 0,#80808014 50%,#80808008 80%,#fff0 0,#fff0);background-size:var(--q-virtual-scroll-item-width,50px) var(--q-virtual-scroll-item-height,100%)}.q-ripple{border-radius:inherit;contain:strict;height:100%;overflow:hidden;width:100%;z-index:0}.q-ripple,.q-ripple__inner{color:inherit;left:0;pointer-events:none;position:absolute;top:0}.q-ripple__inner{background:currentColor;border-radius:50%;opacity:0;will-change:transform,opacity}.q-ripple__inner--enter{transition:transform .225s cubic-bezier(.4,0,.2,1),opacity .1s cubic-bezier(.4,0,.2,1)}.q-ripple__inner--leave{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.q-morph--internal,.q-morph--invisible{bottom:200vh!important;opacity:0!important;pointer-events:none!important;position:fixed!important;right:200vw!important}.q-loading{color:#000;position:fixed!important}.q-loading__backdrop{background-color:#000;bottom:0;left:0;opacity:.5;position:fixed;right:0;top:0;transition:background-color .28s;z-index:-1}.q-loading__box{border-radius:4px;color:#fff;max-width:450px;padding:18px}.q-loading__message{margin:40px 20px 0;text-align:center}.q-notifications__list{left:0;margin-bottom:10px;pointer-events:none;position:relative;right:0;z-index:9500}.q-notifications__list--center{bottom:0;top:0}.q-notifications__list--top{top:0}.q-notifications__list--bottom{bottom:0}body.q-ios-padding .q-notifications__list--center,body.q-ios-padding .q-notifications__list--top{top:20px;top:env(safe-area-inset-top)}body.q-ios-padding .q-notifications__list--bottom,body.q-ios-padding .q-notifications__list--center{bottom:env(safe-area-inset-bottom)}.q-notification{background:#323232;border-radius:4px;box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f;color:#fff;display:inline-flex;flex-shrink:0;font-size:14px;margin:10px 10px 0;max-width:95vw;pointer-events:all;transition:transform 1s,opacity 1s;z-index:9500}.q-notification__icon{flex:0 0 1em;font-size:24px}.q-notification__icon--additional{margin-right:16px}.q-notification__avatar{font-size:32px}.q-notification__avatar--additional{margin-right:8px}.q-notification__spinner{font-size:32px}.q-notification__spinner--additional{margin-right:8px}.q-notification__message{padding:8px 0}.q-notification__caption{font-size:.9em;opacity:.7}.q-notification__actions{color:var(--q-primary)}.q-notification__badge{animation:q-notif-badge .42s;background-color:var(--q-negative);border-radius:4px;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f;color:#fff;font-size:12px;line-height:12px;padding:4px 8px;position:absolute}.q-notification__badge--top-left,.q-notification__badge--top-right{top:-6px}.q-notification__badge--bottom-left,.q-notification__badge--bottom-right{bottom:-6px}.q-notification__badge--bottom-left,.q-notification__badge--top-left{left:-22px}.q-notification__badge--bottom-right,.q-notification__badge--top-right{right:-22px}.q-notification__progress{animation:q-notif-progress linear;background:currentColor;border-radius:4px 4px 0 0;bottom:0;height:3px;left:-10px;opacity:.3;position:absolute;right:-10px;transform:scaleX(0);transform-origin:0 50%;z-index:-1}.q-notification--standard{min-height:48px;padding:0 16px}.q-notification--standard .q-notification__actions{margin-right:-8px;padding:6px 0 6px 8px}.q-notification--multi-line{min-height:68px;padding:8px 16px}.q-notification--multi-line .q-notification__badge--top-left,.q-notification--multi-line .q-notification__badge--top-right{top:-15px}.q-notification--multi-line .q-notification__badge--bottom-left,.q-notification--multi-line .q-notification__badge--bottom-right{bottom:-15px}.q-notification--multi-line .q-notification__progress{bottom:-8px}.q-notification--multi-line .q-notification__actions{padding:0}.q-notification--multi-line .q-notification__actions--with-media{padding-left:25px}.q-notification--top-enter-from,.q-notification--top-leave-to,.q-notification--top-left-enter-from,.q-notification--top-left-leave-to,.q-notification--top-right-enter-from,.q-notification--top-right-leave-to{opacity:0;transform:translateY(-50px);z-index:9499}.q-notification--center-enter-from,.q-notification--center-leave-to,.q-notification--left-enter-from,.q-notification--left-leave-to,.q-notification--right-enter-from,.q-notification--right-leave-to{opacity:0;transform:rotateX(90deg);z-index:9499}.q-notification--bottom-enter-from,.q-notification--bottom-leave-to,.q-notification--bottom-left-enter-from,.q-notification--bottom-left-leave-to,.q-notification--bottom-right-enter-from,.q-notification--bottom-right-leave-to{opacity:0;transform:translateY(50px);z-index:9499}.q-notification--bottom-leave-active,.q-notification--bottom-left-leave-active,.q-notification--bottom-right-leave-active,.q-notification--center-leave-active,.q-notification--left-leave-active,.q-notification--right-leave-active,.q-notification--top-leave-active,.q-notification--top-left-leave-active,.q-notification--top-right-leave-active{margin-left:0;margin-right:0;position:absolute;z-index:9499}.q-notification--center-leave-active,.q-notification--top-leave-active{top:0}.q-notification--bottom-leave-active,.q-notification--bottom-left-leave-active,.q-notification--bottom-right-leave-active{bottom:0}@media (min-width:600px){.q-notification{max-width:65vw}}@keyframes q-notif-badge{15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}}@keyframes q-notif-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}:root{--animate-duration:0.3s;--animate-delay:0.3s;--animate-repeat:1}.animated{animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.repeat-1{animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{animation-delay:var(--animate-delay)}.animated.delay-2s{animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{animation-delay:calc(var(--animate-delay)*5)}.animated.faster{animation-duration:calc(var(--animate-duration)/2)}.animated.fast{animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{animation-duration:calc(var(--animate-duration)*2)}.animated.slower{animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animated[class*=Out]{opacity:0}}.q-animate--scale{animation:q-scale .15s;animation-timing-function:cubic-bezier(.25,.8,.25,1)}@keyframes q-scale{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.q-animate--fade{animation:q-fade .2s}@keyframes q-fade{0%{opacity:0}to{opacity:1}}:root{--q-primary:#1976d2;--q-secondary:#26a69a;--q-accent:#9c27b0;--q-positive:#21ba45;--q-negative:#c10015;--q-info:#31ccec;--q-warning:#f2c037;--q-dark:#1d1d1d;--q-dark-page:#121212}.text-dark{color:var(--q-dark)!important}.bg-dark{background:var(--q-dark)!important}.text-primary{color:var(--q-primary)!important}.bg-primary{background:var(--q-primary)!important}.text-secondary{color:var(--q-secondary)!important}.bg-secondary{background:var(--q-secondary)!important}.text-accent{color:var(--q-accent)!important}.bg-accent{background:var(--q-accent)!important}.text-positive{color:var(--q-positive)!important}.bg-positive{background:var(--q-positive)!important}.text-negative{color:var(--q-negative)!important}.bg-negative{background:var(--q-negative)!important}.text-info{color:var(--q-info)!important}.bg-info{background:var(--q-info)!important}.text-warning{color:var(--q-warning)!important}.bg-warning{background:var(--q-warning)!important}.text-white{color:#fff!important}.bg-white{background:#fff!important}.text-black{color:#000!important}.bg-black{background:#000!important}.text-transparent{color:#0000!important}.bg-transparent{background:#0000!important}.text-separator{color:#0000001f!important}.bg-separator{background:#0000001f!important}.text-dark-separator{color:#ffffff47!important}.bg-dark-separator{background:#ffffff47!important}.text-red{color:#f44336!important}.text-red-1{color:#ffebee!important}.text-red-2{color:#ffcdd2!important}.text-red-3{color:#ef9a9a!important}.text-red-4{color:#e57373!important}.text-red-5{color:#ef5350!important}.text-red-6{color:#f44336!important}.text-red-7{color:#e53935!important}.text-red-8{color:#d32f2f!important}.text-red-9{color:#c62828!important}.text-red-10{color:#b71c1c!important}.text-red-11{color:#ff8a80!important}.text-red-12{color:#ff5252!important}.text-red-13{color:#ff1744!important}.text-red-14{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-1{color:#fce4ec!important}.text-pink-2{color:#f8bbd0!important}.text-pink-3{color:#f48fb1!important}.text-pink-4{color:#f06292!important}.text-pink-5{color:#ec407a!important}.text-pink-6{color:#e91e63!important}.text-pink-7{color:#d81b60!important}.text-pink-8{color:#c2185b!important}.text-pink-9{color:#ad1457!important}.text-pink-10{color:#880e4f!important}.text-pink-11{color:#ff80ab!important}.text-pink-12{color:#ff4081!important}.text-pink-13{color:#f50057!important}.text-pink-14{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-1{color:#f3e5f5!important}.text-purple-2{color:#e1bee7!important}.text-purple-3{color:#ce93d8!important}.text-purple-4{color:#ba68c8!important}.text-purple-5{color:#ab47bc!important}.text-purple-6{color:#9c27b0!important}.text-purple-7{color:#8e24aa!important}.text-purple-8{color:#7b1fa2!important}.text-purple-9{color:#6a1b9a!important}.text-purple-10{color:#4a148c!important}.text-purple-11{color:#ea80fc!important}.text-purple-12{color:#e040fb!important}.text-purple-13{color:#d500f9!important}.text-purple-14{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-1{color:#ede7f6!important}.text-deep-purple-2{color:#d1c4e9!important}.text-deep-purple-3{color:#b39ddb!important}.text-deep-purple-4{color:#9575cd!important}.text-deep-purple-5{color:#7e57c2!important}.text-deep-purple-6{color:#673ab7!important}.text-deep-purple-7{color:#5e35b1!important}.text-deep-purple-8{color:#512da8!important}.text-deep-purple-9{color:#4527a0!important}.text-deep-purple-10{color:#311b92!important}.text-deep-purple-11{color:#b388ff!important}.text-deep-purple-12{color:#7c4dff!important}.text-deep-purple-13{color:#651fff!important}.text-deep-purple-14{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-1{color:#e8eaf6!important}.text-indigo-2{color:#c5cae9!important}.text-indigo-3{color:#9fa8da!important}.text-indigo-4{color:#7986cb!important}.text-indigo-5{color:#5c6bc0!important}.text-indigo-6{color:#3f51b5!important}.text-indigo-7{color:#3949ab!important}.text-indigo-8{color:#303f9f!important}.text-indigo-9{color:#283593!important}.text-indigo-10{color:#1a237e!important}.text-indigo-11{color:#8c9eff!important}.text-indigo-12{color:#536dfe!important}.text-indigo-13{color:#3d5afe!important}.text-indigo-14{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-1{color:#e3f2fd!important}.text-blue-2{color:#bbdefb!important}.text-blue-3{color:#90caf9!important}.text-blue-4{color:#64b5f6!important}.text-blue-5{color:#42a5f5!important}.text-blue-6{color:#2196f3!important}.text-blue-7{color:#1e88e5!important}.text-blue-8{color:#1976d2!important}.text-blue-9{color:#1565c0!important}.text-blue-10{color:#0d47a1!important}.text-blue-11{color:#82b1ff!important}.text-blue-12{color:#448aff!important}.text-blue-13{color:#2979ff!important}.text-blue-14{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-1{color:#e1f5fe!important}.text-light-blue-2{color:#b3e5fc!important}.text-light-blue-3{color:#81d4fa!important}.text-light-blue-4{color:#4fc3f7!important}.text-light-blue-5{color:#29b6f6!important}.text-light-blue-6{color:#03a9f4!important}.text-light-blue-7{color:#039be5!important}.text-light-blue-8{color:#0288d1!important}.text-light-blue-9{color:#0277bd!important}.text-light-blue-10{color:#01579b!important}.text-light-blue-11{color:#80d8ff!important}.text-light-blue-12{color:#40c4ff!important}.text-light-blue-13{color:#00b0ff!important}.text-light-blue-14{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-1{color:#e0f7fa!important}.text-cyan-2{color:#b2ebf2!important}.text-cyan-3{color:#80deea!important}.text-cyan-4{color:#4dd0e1!important}.text-cyan-5{color:#26c6da!important}.text-cyan-6{color:#00bcd4!important}.text-cyan-7{color:#00acc1!important}.text-cyan-8{color:#0097a7!important}.text-cyan-9{color:#00838f!important}.text-cyan-10{color:#006064!important}.text-cyan-11{color:#84ffff!important}.text-cyan-12{color:#18ffff!important}.text-cyan-13{color:#00e5ff!important}.text-cyan-14{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-1{color:#e0f2f1!important}.text-teal-2{color:#b2dfdb!important}.text-teal-3{color:#80cbc4!important}.text-teal-4{color:#4db6ac!important}.text-teal-5{color:#26a69a!important}.text-teal-6{color:#009688!important}.text-teal-7{color:#00897b!important}.text-teal-8{color:#00796b!important}.text-teal-9{color:#00695c!important}.text-teal-10{color:#004d40!important}.text-teal-11{color:#a7ffeb!important}.text-teal-12{color:#64ffda!important}.text-teal-13{color:#1de9b6!important}.text-teal-14{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-1{color:#e8f5e9!important}.text-green-2{color:#c8e6c9!important}.text-green-3{color:#a5d6a7!important}.text-green-4{color:#81c784!important}.text-green-5{color:#66bb6a!important}.text-green-6{color:#4caf50!important}.text-green-7{color:#43a047!important}.text-green-8{color:#388e3c!important}.text-green-9{color:#2e7d32!important}.text-green-10{color:#1b5e20!important}.text-green-11{color:#b9f6ca!important}.text-green-12{color:#69f0ae!important}.text-green-13{color:#00e676!important}.text-green-14{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-1{color:#f1f8e9!important}.text-light-green-2{color:#dcedc8!important}.text-light-green-3{color:#c5e1a5!important}.text-light-green-4{color:#aed581!important}.text-light-green-5{color:#9ccc65!important}.text-light-green-6{color:#8bc34a!important}.text-light-green-7{color:#7cb342!important}.text-light-green-8{color:#689f38!important}.text-light-green-9{color:#558b2f!important}.text-light-green-10{color:#33691e!important}.text-light-green-11{color:#ccff90!important}.text-light-green-12{color:#b2ff59!important}.text-light-green-13{color:#76ff03!important}.text-light-green-14{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-1{color:#f9fbe7!important}.text-lime-2{color:#f0f4c3!important}.text-lime-3{color:#e6ee9c!important}.text-lime-4{color:#dce775!important}.text-lime-5{color:#d4e157!important}.text-lime-6{color:#cddc39!important}.text-lime-7{color:#c0ca33!important}.text-lime-8{color:#afb42b!important}.text-lime-9{color:#9e9d24!important}.text-lime-10{color:#827717!important}.text-lime-11{color:#f4ff81!important}.text-lime-12{color:#eeff41!important}.text-lime-13{color:#c6ff00!important}.text-lime-14{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-1{color:#fffde7!important}.text-yellow-2{color:#fff9c4!important}.text-yellow-3{color:#fff59d!important}.text-yellow-4{color:#fff176!important}.text-yellow-5{color:#ffee58!important}.text-yellow-6{color:#ffeb3b!important}.text-yellow-7{color:#fdd835!important}.text-yellow-8{color:#fbc02d!important}.text-yellow-9{color:#f9a825!important}.text-yellow-10{color:#f57f17!important}.text-yellow-11{color:#ffff8d!important}.text-yellow-12{color:#ff0!important}.text-yellow-13{color:#ffea00!important}.text-yellow-14{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-1{color:#fff8e1!important}.text-amber-2{color:#ffecb3!important}.text-amber-3{color:#ffe082!important}.text-amber-4{color:#ffd54f!important}.text-amber-5{color:#ffca28!important}.text-amber-6{color:#ffc107!important}.text-amber-7{color:#ffb300!important}.text-amber-8{color:#ffa000!important}.text-amber-9{color:#ff8f00!important}.text-amber-10{color:#ff6f00!important}.text-amber-11{color:#ffe57f!important}.text-amber-12{color:#ffd740!important}.text-amber-13{color:#ffc400!important}.text-amber-14{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-1{color:#fff3e0!important}.text-orange-2{color:#ffe0b2!important}.text-orange-3{color:#ffcc80!important}.text-orange-4{color:#ffb74d!important}.text-orange-5{color:#ffa726!important}.text-orange-6{color:#ff9800!important}.text-orange-7{color:#fb8c00!important}.text-orange-8{color:#f57c00!important}.text-orange-9{color:#ef6c00!important}.text-orange-10{color:#e65100!important}.text-orange-11{color:#ffd180!important}.text-orange-12{color:#ffab40!important}.text-orange-13{color:#ff9100!important}.text-orange-14{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-1{color:#fbe9e7!important}.text-deep-orange-2{color:#ffccbc!important}.text-deep-orange-3{color:#ffab91!important}.text-deep-orange-4{color:#ff8a65!important}.text-deep-orange-5{color:#ff7043!important}.text-deep-orange-6{color:#ff5722!important}.text-deep-orange-7{color:#f4511e!important}.text-deep-orange-8{color:#e64a19!important}.text-deep-orange-9{color:#d84315!important}.text-deep-orange-10{color:#bf360c!important}.text-deep-orange-11{color:#ff9e80!important}.text-deep-orange-12{color:#ff6e40!important}.text-deep-orange-13{color:#ff3d00!important}.text-deep-orange-14{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-1{color:#efebe9!important}.text-brown-2{color:#d7ccc8!important}.text-brown-3{color:#bcaaa4!important}.text-brown-4{color:#a1887f!important}.text-brown-5{color:#8d6e63!important}.text-brown-6{color:#795548!important}.text-brown-7{color:#6d4c41!important}.text-brown-8{color:#5d4037!important}.text-brown-9{color:#4e342e!important}.text-brown-10{color:#3e2723!important}.text-brown-11{color:#d7ccc8!important}.text-brown-12{color:#bcaaa4!important}.text-brown-13{color:#8d6e63!important}.text-brown-14{color:#5d4037!important}.text-grey{color:#9e9e9e!important}.text-grey-1{color:#fafafa!important}.text-grey-2{color:#f5f5f5!important}.text-grey-3{color:#eee!important}.text-grey-4{color:#e0e0e0!important}.text-grey-5{color:#bdbdbd!important}.text-grey-6{color:#9e9e9e!important}.text-grey-7{color:#757575!important}.text-grey-8{color:#616161!important}.text-grey-9{color:#424242!important}.text-grey-10{color:#212121!important}.text-grey-11{color:#f5f5f5!important}.text-grey-12{color:#eee!important}.text-grey-13{color:#bdbdbd!important}.text-grey-14{color:#616161!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-1{color:#eceff1!important}.text-blue-grey-2{color:#cfd8dc!important}.text-blue-grey-3{color:#b0bec5!important}.text-blue-grey-4{color:#90a4ae!important}.text-blue-grey-5{color:#78909c!important}.text-blue-grey-6{color:#607d8b!important}.text-blue-grey-7{color:#546e7a!important}.text-blue-grey-8{color:#455a64!important}.text-blue-grey-9{color:#37474f!important}.text-blue-grey-10{color:#263238!important}.text-blue-grey-11{color:#cfd8dc!important}.text-blue-grey-12{color:#b0bec5!important}.text-blue-grey-13{color:#78909c!important}.text-blue-grey-14{color:#455a64!important}.bg-red{background:#f44336!important}.bg-red-1{background:#ffebee!important}.bg-red-2{background:#ffcdd2!important}.bg-red-3{background:#ef9a9a!important}.bg-red-4{background:#e57373!important}.bg-red-5{background:#ef5350!important}.bg-red-6{background:#f44336!important}.bg-red-7{background:#e53935!important}.bg-red-8{background:#d32f2f!important}.bg-red-9{background:#c62828!important}.bg-red-10{background:#b71c1c!important}.bg-red-11{background:#ff8a80!important}.bg-red-12{background:#ff5252!important}.bg-red-13{background:#ff1744!important}.bg-red-14{background:#d50000!important}.bg-pink{background:#e91e63!important}.bg-pink-1{background:#fce4ec!important}.bg-pink-2{background:#f8bbd0!important}.bg-pink-3{background:#f48fb1!important}.bg-pink-4{background:#f06292!important}.bg-pink-5{background:#ec407a!important}.bg-pink-6{background:#e91e63!important}.bg-pink-7{background:#d81b60!important}.bg-pink-8{background:#c2185b!important}.bg-pink-9{background:#ad1457!important}.bg-pink-10{background:#880e4f!important}.bg-pink-11{background:#ff80ab!important}.bg-pink-12{background:#ff4081!important}.bg-pink-13{background:#f50057!important}.bg-pink-14{background:#c51162!important}.bg-purple{background:#9c27b0!important}.bg-purple-1{background:#f3e5f5!important}.bg-purple-2{background:#e1bee7!important}.bg-purple-3{background:#ce93d8!important}.bg-purple-4{background:#ba68c8!important}.bg-purple-5{background:#ab47bc!important}.bg-purple-6{background:#9c27b0!important}.bg-purple-7{background:#8e24aa!important}.bg-purple-8{background:#7b1fa2!important}.bg-purple-9{background:#6a1b9a!important}.bg-purple-10{background:#4a148c!important}.bg-purple-11{background:#ea80fc!important}.bg-purple-12{background:#e040fb!important}.bg-purple-13{background:#d500f9!important}.bg-purple-14{background:#a0f!important}.bg-deep-purple{background:#673ab7!important}.bg-deep-purple-1{background:#ede7f6!important}.bg-deep-purple-2{background:#d1c4e9!important}.bg-deep-purple-3{background:#b39ddb!important}.bg-deep-purple-4{background:#9575cd!important}.bg-deep-purple-5{background:#7e57c2!important}.bg-deep-purple-6{background:#673ab7!important}.bg-deep-purple-7{background:#5e35b1!important}.bg-deep-purple-8{background:#512da8!important}.bg-deep-purple-9{background:#4527a0!important}.bg-deep-purple-10{background:#311b92!important}.bg-deep-purple-11{background:#b388ff!important}.bg-deep-purple-12{background:#7c4dff!important}.bg-deep-purple-13{background:#651fff!important}.bg-deep-purple-14{background:#6200ea!important}.bg-indigo{background:#3f51b5!important}.bg-indigo-1{background:#e8eaf6!important}.bg-indigo-2{background:#c5cae9!important}.bg-indigo-3{background:#9fa8da!important}.bg-indigo-4{background:#7986cb!important}.bg-indigo-5{background:#5c6bc0!important}.bg-indigo-6{background:#3f51b5!important}.bg-indigo-7{background:#3949ab!important}.bg-indigo-8{background:#303f9f!important}.bg-indigo-9{background:#283593!important}.bg-indigo-10{background:#1a237e!important}.bg-indigo-11{background:#8c9eff!important}.bg-indigo-12{background:#536dfe!important}.bg-indigo-13{background:#3d5afe!important}.bg-indigo-14{background:#304ffe!important}.bg-blue{background:#2196f3!important}.bg-blue-1{background:#e3f2fd!important}.bg-blue-2{background:#bbdefb!important}.bg-blue-3{background:#90caf9!important}.bg-blue-4{background:#64b5f6!important}.bg-blue-5{background:#42a5f5!important}.bg-blue-6{background:#2196f3!important}.bg-blue-7{background:#1e88e5!important}.bg-blue-8{background:#1976d2!important}.bg-blue-9{background:#1565c0!important}.bg-blue-10{background:#0d47a1!important}.bg-blue-11{background:#82b1ff!important}.bg-blue-12{background:#448aff!important}.bg-blue-13{background:#2979ff!important}.bg-blue-14{background:#2962ff!important}.bg-light-blue{background:#03a9f4!important}.bg-light-blue-1{background:#e1f5fe!important}.bg-light-blue-2{background:#b3e5fc!important}.bg-light-blue-3{background:#81d4fa!important}.bg-light-blue-4{background:#4fc3f7!important}.bg-light-blue-5{background:#29b6f6!important}.bg-light-blue-6{background:#03a9f4!important}.bg-light-blue-7{background:#039be5!important}.bg-light-blue-8{background:#0288d1!important}.bg-light-blue-9{background:#0277bd!important}.bg-light-blue-10{background:#01579b!important}.bg-light-blue-11{background:#80d8ff!important}.bg-light-blue-12{background:#40c4ff!important}.bg-light-blue-13{background:#00b0ff!important}.bg-light-blue-14{background:#0091ea!important}.bg-cyan{background:#00bcd4!important}.bg-cyan-1{background:#e0f7fa!important}.bg-cyan-2{background:#b2ebf2!important}.bg-cyan-3{background:#80deea!important}.bg-cyan-4{background:#4dd0e1!important}.bg-cyan-5{background:#26c6da!important}.bg-cyan-6{background:#00bcd4!important}.bg-cyan-7{background:#00acc1!important}.bg-cyan-8{background:#0097a7!important}.bg-cyan-9{background:#00838f!important}.bg-cyan-10{background:#006064!important}.bg-cyan-11{background:#84ffff!important}.bg-cyan-12{background:#18ffff!important}.bg-cyan-13{background:#00e5ff!important}.bg-cyan-14{background:#00b8d4!important}.bg-teal{background:#009688!important}.bg-teal-1{background:#e0f2f1!important}.bg-teal-2{background:#b2dfdb!important}.bg-teal-3{background:#80cbc4!important}.bg-teal-4{background:#4db6ac!important}.bg-teal-5{background:#26a69a!important}.bg-teal-6{background:#009688!important}.bg-teal-7{background:#00897b!important}.bg-teal-8{background:#00796b!important}.bg-teal-9{background:#00695c!important}.bg-teal-10{background:#004d40!important}.bg-teal-11{background:#a7ffeb!important}.bg-teal-12{background:#64ffda!important}.bg-teal-13{background:#1de9b6!important}.bg-teal-14{background:#00bfa5!important}.bg-green{background:#4caf50!important}.bg-green-1{background:#e8f5e9!important}.bg-green-2{background:#c8e6c9!important}.bg-green-3{background:#a5d6a7!important}.bg-green-4{background:#81c784!important}.bg-green-5{background:#66bb6a!important}.bg-green-6{background:#4caf50!important}.bg-green-7{background:#43a047!important}.bg-green-8{background:#388e3c!important}.bg-green-9{background:#2e7d32!important}.bg-green-10{background:#1b5e20!important}.bg-green-11{background:#b9f6ca!important}.bg-green-12{background:#69f0ae!important}.bg-green-13{background:#00e676!important}.bg-green-14{background:#00c853!important}.bg-light-green{background:#8bc34a!important}.bg-light-green-1{background:#f1f8e9!important}.bg-light-green-2{background:#dcedc8!important}.bg-light-green-3{background:#c5e1a5!important}.bg-light-green-4{background:#aed581!important}.bg-light-green-5{background:#9ccc65!important}.bg-light-green-6{background:#8bc34a!important}.bg-light-green-7{background:#7cb342!important}.bg-light-green-8{background:#689f38!important}.bg-light-green-9{background:#558b2f!important}.bg-light-green-10{background:#33691e!important}.bg-light-green-11{background:#ccff90!important}.bg-light-green-12{background:#b2ff59!important}.bg-light-green-13{background:#76ff03!important}.bg-light-green-14{background:#64dd17!important}.bg-lime{background:#cddc39!important}.bg-lime-1{background:#f9fbe7!important}.bg-lime-2{background:#f0f4c3!important}.bg-lime-3{background:#e6ee9c!important}.bg-lime-4{background:#dce775!important}.bg-lime-5{background:#d4e157!important}.bg-lime-6{background:#cddc39!important}.bg-lime-7{background:#c0ca33!important}.bg-lime-8{background:#afb42b!important}.bg-lime-9{background:#9e9d24!important}.bg-lime-10{background:#827717!important}.bg-lime-11{background:#f4ff81!important}.bg-lime-12{background:#eeff41!important}.bg-lime-13{background:#c6ff00!important}.bg-lime-14{background:#aeea00!important}.bg-yellow{background:#ffeb3b!important}.bg-yellow-1{background:#fffde7!important}.bg-yellow-2{background:#fff9c4!important}.bg-yellow-3{background:#fff59d!important}.bg-yellow-4{background:#fff176!important}.bg-yellow-5{background:#ffee58!important}.bg-yellow-6{background:#ffeb3b!important}.bg-yellow-7{background:#fdd835!important}.bg-yellow-8{background:#fbc02d!important}.bg-yellow-9{background:#f9a825!important}.bg-yellow-10{background:#f57f17!important}.bg-yellow-11{background:#ffff8d!important}.bg-yellow-12{background:#ff0!important}.bg-yellow-13{background:#ffea00!important}.bg-yellow-14{background:#ffd600!important}.bg-amber{background:#ffc107!important}.bg-amber-1{background:#fff8e1!important}.bg-amber-2{background:#ffecb3!important}.bg-amber-3{background:#ffe082!important}.bg-amber-4{background:#ffd54f!important}.bg-amber-5{background:#ffca28!important}.bg-amber-6{background:#ffc107!important}.bg-amber-7{background:#ffb300!important}.bg-amber-8{background:#ffa000!important}.bg-amber-9{background:#ff8f00!important}.bg-amber-10{background:#ff6f00!important}.bg-amber-11{background:#ffe57f!important}.bg-amber-12{background:#ffd740!important}.bg-amber-13{background:#ffc400!important}.bg-amber-14{background:#ffab00!important}.bg-orange{background:#ff9800!important}.bg-orange-1{background:#fff3e0!important}.bg-orange-2{background:#ffe0b2!important}.bg-orange-3{background:#ffcc80!important}.bg-orange-4{background:#ffb74d!important}.bg-orange-5{background:#ffa726!important}.bg-orange-6{background:#ff9800!important}.bg-orange-7{background:#fb8c00!important}.bg-orange-8{background:#f57c00!important}.bg-orange-9{background:#ef6c00!important}.bg-orange-10{background:#e65100!important}.bg-orange-11{background:#ffd180!important}.bg-orange-12{background:#ffab40!important}.bg-orange-13{background:#ff9100!important}.bg-orange-14{background:#ff6d00!important}.bg-deep-orange{background:#ff5722!important}.bg-deep-orange-1{background:#fbe9e7!important}.bg-deep-orange-2{background:#ffccbc!important}.bg-deep-orange-3{background:#ffab91!important}.bg-deep-orange-4{background:#ff8a65!important}.bg-deep-orange-5{background:#ff7043!important}.bg-deep-orange-6{background:#ff5722!important}.bg-deep-orange-7{background:#f4511e!important}.bg-deep-orange-8{background:#e64a19!important}.bg-deep-orange-9{background:#d84315!important}.bg-deep-orange-10{background:#bf360c!important}.bg-deep-orange-11{background:#ff9e80!important}.bg-deep-orange-12{background:#ff6e40!important}.bg-deep-orange-13{background:#ff3d00!important}.bg-deep-orange-14{background:#dd2c00!important}.bg-brown{background:#795548!important}.bg-brown-1{background:#efebe9!important}.bg-brown-2{background:#d7ccc8!important}.bg-brown-3{background:#bcaaa4!important}.bg-brown-4{background:#a1887f!important}.bg-brown-5{background:#8d6e63!important}.bg-brown-6{background:#795548!important}.bg-brown-7{background:#6d4c41!important}.bg-brown-8{background:#5d4037!important}.bg-brown-9{background:#4e342e!important}.bg-brown-10{background:#3e2723!important}.bg-brown-11{background:#d7ccc8!important}.bg-brown-12{background:#bcaaa4!important}.bg-brown-13{background:#8d6e63!important}.bg-brown-14{background:#5d4037!important}.bg-grey{background:#9e9e9e!important}.bg-grey-1{background:#fafafa!important}.bg-grey-2{background:#f5f5f5!important}.bg-grey-3{background:#eee!important}.bg-grey-4{background:#e0e0e0!important}.bg-grey-5{background:#bdbdbd!important}.bg-grey-6{background:#9e9e9e!important}.bg-grey-7{background:#757575!important}.bg-grey-8{background:#616161!important}.bg-grey-9{background:#424242!important}.bg-grey-10{background:#212121!important}.bg-grey-11{background:#f5f5f5!important}.bg-grey-12{background:#eee!important}.bg-grey-13{background:#bdbdbd!important}.bg-grey-14{background:#616161!important}.bg-blue-grey{background:#607d8b!important}.bg-blue-grey-1{background:#eceff1!important}.bg-blue-grey-2{background:#cfd8dc!important}.bg-blue-grey-3{background:#b0bec5!important}.bg-blue-grey-4{background:#90a4ae!important}.bg-blue-grey-5{background:#78909c!important}.bg-blue-grey-6{background:#607d8b!important}.bg-blue-grey-7{background:#546e7a!important}.bg-blue-grey-8{background:#455a64!important}.bg-blue-grey-9{background:#37474f!important}.bg-blue-grey-10{background:#263238!important}.bg-blue-grey-11{background:#cfd8dc!important}.bg-blue-grey-12{background:#b0bec5!important}.bg-blue-grey-13{background:#78909c!important}.bg-blue-grey-14{background:#455a64!important}.shadow-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1)!important}.shadow-1{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}.shadow-up-1{box-shadow:0 -1px 3px #0003,0 -1px 1px #00000024,0 -2px 1px -1px #0000001f}.shadow-2{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.shadow-up-2{box-shadow:0 -1px 5px #0003,0 -2px 2px #00000024,0 -3px 1px -2px #0000001f}.shadow-3{box-shadow:0 1px 8px #0003,0 3px 4px #00000024,0 3px 3px -2px #0000001f}.shadow-up-3{box-shadow:0 -1px 8px #0003,0 -3px 4px #00000024,0 -3px 3px -2px #0000001f}.shadow-4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.shadow-up-4{box-shadow:0 -2px 4px -1px #0003,0 -4px 5px #00000024,0 -1px 10px #0000001f}.shadow-5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.shadow-up-5{box-shadow:0 -3px 5px -1px #0003,0 -5px 8px #00000024,0 -1px 14px #0000001f}.shadow-6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.shadow-up-6{box-shadow:0 -3px 5px -1px #0003,0 -6px 10px #00000024,0 -1px 18px #0000001f}.shadow-7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.shadow-up-7{box-shadow:0 -4px 5px -2px #0003,0 -7px 10px 1px #00000024,0 -2px 16px 1px #0000001f}.shadow-8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.shadow-up-8{box-shadow:0 -5px 5px -3px #0003,0 -8px 10px 1px #00000024,0 -3px 14px 2px #0000001f}.shadow-9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.shadow-up-9{box-shadow:0 -5px 6px -3px #0003,0 -9px 12px 1px #00000024,0 -3px 16px 2px #0000001f}.shadow-10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.shadow-up-10{box-shadow:0 -6px 6px -3px #0003,0 -10px 14px 1px #00000024,0 -4px 18px 3px #0000001f}.shadow-11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.shadow-up-11{box-shadow:0 -6px 7px -4px #0003,0 -11px 15px 1px #00000024,0 -4px 20px 3px #0000001f}.shadow-12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.shadow-up-12{box-shadow:0 -7px 8px -4px #0003,0 -12px 17px 2px #00000024,0 -5px 22px 4px #0000001f}.shadow-13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.shadow-up-13{box-shadow:0 -7px 8px -4px #0003,0 -13px 19px 2px #00000024,0 -5px 24px 4px #0000001f}.shadow-14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.shadow-up-14{box-shadow:0 -7px 9px -4px #0003,0 -14px 21px 2px #00000024,0 -5px 26px 4px #0000001f}.shadow-15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.shadow-up-15{box-shadow:0 -8px 9px -5px #0003,0 -15px 22px 2px #00000024,0 -6px 28px 5px #0000001f}.shadow-16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.shadow-up-16{box-shadow:0 -8px 10px -5px #0003,0 -16px 24px 2px #00000024,0 -6px 30px 5px #0000001f}.shadow-17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.shadow-up-17{box-shadow:0 -8px 11px -5px #0003,0 -17px 26px 2px #00000024,0 -6px 32px 5px #0000001f}.shadow-18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.shadow-up-18{box-shadow:0 -9px 11px -5px #0003,0 -18px 28px 2px #00000024,0 -7px 34px 6px #0000001f}.shadow-19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.shadow-up-19{box-shadow:0 -9px 12px -6px #0003,0 -19px 29px 2px #00000024,0 -7px 36px 6px #0000001f}.shadow-20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.shadow-up-20{box-shadow:0 -10px 13px -6px #0003,0 -20px 31px 3px #00000024,0 -8px 38px 7px #0000001f}.shadow-21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.shadow-up-21{box-shadow:0 -10px 13px -6px #0003,0 -21px 33px 3px #00000024,0 -8px 40px 7px #0000001f}.shadow-22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.shadow-up-22{box-shadow:0 -10px 14px -6px #0003,0 -22px 35px 3px #00000024,0 -8px 42px 7px #0000001f}.shadow-23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.shadow-up-23{box-shadow:0 -11px 14px -7px #0003,0 -23px 36px 3px #00000024,0 -9px 44px 8px #0000001f}.shadow-24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.shadow-up-24{box-shadow:0 -11px 15px -7px #0003,0 -24px 38px 3px #00000024,0 -9px 46px 8px #0000001f}.no-shadow,.shadow-0{box-shadow:none!important}.inset-shadow{box-shadow:inset 0 7px 9px -7px #000000b3!important}.inset-shadow-down{box-shadow:inset 0 -7px 9px -7px #000000b3!important}.z-marginals{z-index:2000}.z-notify{z-index:9500}.z-fullscreen{z-index:6000}.z-inherit{z-index:inherit!important}.column,.flex,.row{display:flex;flex-wrap:wrap}.column.inline,.flex.inline,.row.inline{display:inline-flex}.row.reverse{flex-direction:row-reverse}.column{flex-direction:column}.column.reverse{flex-direction:column-reverse}.wrap{flex-wrap:wrap}.no-wrap{flex-wrap:nowrap}.reverse-wrap{flex-wrap:wrap-reverse}.order-first{order:-10000}.order-last{order:10000}.order-none{order:0}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-center,.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.flex-center,.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-center{align-content:center}.content-stretch{align-content:stretch}.content-between{align-content:space-between}.content-around{align-content:space-around}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-baseline{align-self:baseline}.self-stretch{align-self:stretch}.q-gutter-none,.q-gutter-none>*,.q-gutter-x-none,.q-gutter-x-none>*{margin-left:0}.q-gutter-none,.q-gutter-none>*,.q-gutter-y-none,.q-gutter-y-none>*{margin-top:0}.q-col-gutter-none,.q-col-gutter-x-none{margin-left:0}.q-col-gutter-none>*,.q-col-gutter-x-none>*{padding-left:0}.q-col-gutter-none,.q-col-gutter-y-none{margin-top:0}.q-col-gutter-none>*,.q-col-gutter-y-none>*{padding-top:0}.q-gutter-x-xs,.q-gutter-xs{margin-left:-4px}.q-gutter-x-xs>*,.q-gutter-xs>*{margin-left:4px}.q-gutter-xs,.q-gutter-y-xs{margin-top:-4px}.q-gutter-xs>*,.q-gutter-y-xs>*{margin-top:4px}.q-col-gutter-x-xs,.q-col-gutter-xs{margin-left:-4px}.q-col-gutter-x-xs>*,.q-col-gutter-xs>*{padding-left:4px}.q-col-gutter-xs,.q-col-gutter-y-xs{margin-top:-4px}.q-col-gutter-xs>*,.q-col-gutter-y-xs>*{padding-top:4px}.q-gutter-sm,.q-gutter-x-sm{margin-left:-8px}.q-gutter-sm>*,.q-gutter-x-sm>*{margin-left:8px}.q-gutter-sm,.q-gutter-y-sm{margin-top:-8px}.q-gutter-sm>*,.q-gutter-y-sm>*{margin-top:8px}.q-col-gutter-sm,.q-col-gutter-x-sm{margin-left:-8px}.q-col-gutter-sm>*,.q-col-gutter-x-sm>*{padding-left:8px}.q-col-gutter-sm,.q-col-gutter-y-sm{margin-top:-8px}.q-col-gutter-sm>*,.q-col-gutter-y-sm>*{padding-top:8px}.q-gutter-md,.q-gutter-x-md{margin-left:-16px}.q-gutter-md>*,.q-gutter-x-md>*{margin-left:16px}.q-gutter-md,.q-gutter-y-md{margin-top:-16px}.q-gutter-md>*,.q-gutter-y-md>*{margin-top:16px}.q-col-gutter-md,.q-col-gutter-x-md{margin-left:-16px}.q-col-gutter-md>*,.q-col-gutter-x-md>*{padding-left:16px}.q-col-gutter-md,.q-col-gutter-y-md{margin-top:-16px}.q-col-gutter-md>*,.q-col-gutter-y-md>*{padding-top:16px}.q-gutter-lg,.q-gutter-x-lg{margin-left:-24px}.q-gutter-lg>*,.q-gutter-x-lg>*{margin-left:24px}.q-gutter-lg,.q-gutter-y-lg{margin-top:-24px}.q-gutter-lg>*,.q-gutter-y-lg>*{margin-top:24px}.q-col-gutter-lg,.q-col-gutter-x-lg{margin-left:-24px}.q-col-gutter-lg>*,.q-col-gutter-x-lg>*{padding-left:24px}.q-col-gutter-lg,.q-col-gutter-y-lg{margin-top:-24px}.q-col-gutter-lg>*,.q-col-gutter-y-lg>*{padding-top:24px}.q-gutter-x-xl,.q-gutter-xl{margin-left:-48px}.q-gutter-x-xl>*,.q-gutter-xl>*{margin-left:48px}.q-gutter-xl,.q-gutter-y-xl{margin-top:-48px}.q-gutter-xl>*,.q-gutter-y-xl>*{margin-top:48px}.q-col-gutter-x-xl,.q-col-gutter-xl{margin-left:-48px}.q-col-gutter-x-xl>*,.q-col-gutter-xl>*{padding-left:48px}.q-col-gutter-xl,.q-col-gutter-y-xl{margin-top:-48px}.q-col-gutter-xl>*,.q-col-gutter-y-xl>*{padding-top:48px}@media (min-width:0){.flex>.col,.flex>.col-0,.flex>.col-1,.flex>.col-10,.flex>.col-11,.flex>.col-12,.flex>.col-2,.flex>.col-3,.flex>.col-4,.flex>.col-5,.flex>.col-6,.flex>.col-7,.flex>.col-8,.flex>.col-9,.flex>.col-auto,.flex>.col-grow,.flex>.col-shrink,.flex>.col-xs,.flex>.col-xs-0,.flex>.col-xs-1,.flex>.col-xs-10,.flex>.col-xs-11,.flex>.col-xs-12,.flex>.col-xs-2,.flex>.col-xs-3,.flex>.col-xs-4,.flex>.col-xs-5,.flex>.col-xs-6,.flex>.col-xs-7,.flex>.col-xs-8,.flex>.col-xs-9,.flex>.col-xs-auto,.flex>.col-xs-grow,.flex>.col-xs-shrink,.row>.col,.row>.col-0,.row>.col-1,.row>.col-10,.row>.col-11,.row>.col-12,.row>.col-2,.row>.col-3,.row>.col-4,.row>.col-5,.row>.col-6,.row>.col-7,.row>.col-8,.row>.col-9,.row>.col-auto,.row>.col-grow,.row>.col-shrink,.row>.col-xs,.row>.col-xs-0,.row>.col-xs-1,.row>.col-xs-10,.row>.col-xs-11,.row>.col-xs-12,.row>.col-xs-2,.row>.col-xs-3,.row>.col-xs-4,.row>.col-xs-5,.row>.col-xs-6,.row>.col-xs-7,.row>.col-xs-8,.row>.col-xs-9,.row>.col-xs-auto,.row>.col-xs-grow,.row>.col-xs-shrink{max-width:100%;min-width:0;width:auto}.column>.col,.column>.col-0,.column>.col-1,.column>.col-10,.column>.col-11,.column>.col-12,.column>.col-2,.column>.col-3,.column>.col-4,.column>.col-5,.column>.col-6,.column>.col-7,.column>.col-8,.column>.col-9,.column>.col-auto,.column>.col-grow,.column>.col-shrink,.column>.col-xs,.column>.col-xs-0,.column>.col-xs-1,.column>.col-xs-10,.column>.col-xs-11,.column>.col-xs-12,.column>.col-xs-2,.column>.col-xs-3,.column>.col-xs-4,.column>.col-xs-5,.column>.col-xs-6,.column>.col-xs-7,.column>.col-xs-8,.column>.col-xs-9,.column>.col-xs-auto,.column>.col-xs-grow,.column>.col-xs-shrink,.flex>.col,.flex>.col-0,.flex>.col-1,.flex>.col-10,.flex>.col-11,.flex>.col-12,.flex>.col-2,.flex>.col-3,.flex>.col-4,.flex>.col-5,.flex>.col-6,.flex>.col-7,.flex>.col-8,.flex>.col-9,.flex>.col-auto,.flex>.col-grow,.flex>.col-shrink,.flex>.col-xs,.flex>.col-xs-0,.flex>.col-xs-1,.flex>.col-xs-10,.flex>.col-xs-11,.flex>.col-xs-12,.flex>.col-xs-2,.flex>.col-xs-3,.flex>.col-xs-4,.flex>.col-xs-5,.flex>.col-xs-6,.flex>.col-xs-7,.flex>.col-xs-8,.flex>.col-xs-9,.flex>.col-xs-auto,.flex>.col-xs-grow,.flex>.col-xs-shrink{height:auto;max-height:100%;min-height:0}.col,.col-xs{flex:10000 1 0%}.col-0,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-xs-0,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-auto{flex:0 0 auto}.col-grow,.col-xs-grow{flex:1 0 auto}.col-shrink,.col-xs-shrink{flex:0 1 auto}.row>.col-0,.row>.col-xs-0{height:auto;width:0}.row>.offset-0,.row>.offset-xs-0{margin-left:0}.column>.col-0,.column>.col-xs-0{height:0;width:auto}.row>.col-1,.row>.col-xs-1{height:auto;width:8.3333%}.row>.offset-1,.row>.offset-xs-1{margin-left:8.3333%}.column>.col-1,.column>.col-xs-1{height:8.3333%;width:auto}.row>.col-2,.row>.col-xs-2{height:auto;width:16.6667%}.row>.offset-2,.row>.offset-xs-2{margin-left:16.6667%}.column>.col-2,.column>.col-xs-2{height:16.6667%;width:auto}.row>.col-3,.row>.col-xs-3{height:auto;width:25%}.row>.offset-3,.row>.offset-xs-3{margin-left:25%}.column>.col-3,.column>.col-xs-3{height:25%;width:auto}.row>.col-4,.row>.col-xs-4{height:auto;width:33.3333%}.row>.offset-4,.row>.offset-xs-4{margin-left:33.3333%}.column>.col-4,.column>.col-xs-4{height:33.3333%;width:auto}.row>.col-5,.row>.col-xs-5{height:auto;width:41.6667%}.row>.offset-5,.row>.offset-xs-5{margin-left:41.6667%}.column>.col-5,.column>.col-xs-5{height:41.6667%;width:auto}.row>.col-6,.row>.col-xs-6{height:auto;width:50%}.row>.offset-6,.row>.offset-xs-6{margin-left:50%}.column>.col-6,.column>.col-xs-6{height:50%;width:auto}.row>.col-7,.row>.col-xs-7{height:auto;width:58.3333%}.row>.offset-7,.row>.offset-xs-7{margin-left:58.3333%}.column>.col-7,.column>.col-xs-7{height:58.3333%;width:auto}.row>.col-8,.row>.col-xs-8{height:auto;width:66.6667%}.row>.offset-8,.row>.offset-xs-8{margin-left:66.6667%}.column>.col-8,.column>.col-xs-8{height:66.6667%;width:auto}.row>.col-9,.row>.col-xs-9{height:auto;width:75%}.row>.offset-9,.row>.offset-xs-9{margin-left:75%}.column>.col-9,.column>.col-xs-9{height:75%;width:auto}.row>.col-10,.row>.col-xs-10{height:auto;width:83.3333%}.row>.offset-10,.row>.offset-xs-10{margin-left:83.3333%}.column>.col-10,.column>.col-xs-10{height:83.3333%;width:auto}.row>.col-11,.row>.col-xs-11{height:auto;width:91.6667%}.row>.offset-11,.row>.offset-xs-11{margin-left:91.6667%}.column>.col-11,.column>.col-xs-11{height:91.6667%;width:auto}.row>.col-12,.row>.col-xs-12{height:auto;width:100%}.row>.offset-12,.row>.offset-xs-12{margin-left:100%}.column>.col-12,.column>.col-xs-12{height:100%;width:auto}.row>.col-all{flex:0 0 100%;height:auto}}@media (min-width:600px){.flex>.col-sm,.flex>.col-sm-0,.flex>.col-sm-1,.flex>.col-sm-10,.flex>.col-sm-11,.flex>.col-sm-12,.flex>.col-sm-2,.flex>.col-sm-3,.flex>.col-sm-4,.flex>.col-sm-5,.flex>.col-sm-6,.flex>.col-sm-7,.flex>.col-sm-8,.flex>.col-sm-9,.flex>.col-sm-auto,.flex>.col-sm-grow,.flex>.col-sm-shrink,.row>.col-sm,.row>.col-sm-0,.row>.col-sm-1,.row>.col-sm-10,.row>.col-sm-11,.row>.col-sm-12,.row>.col-sm-2,.row>.col-sm-3,.row>.col-sm-4,.row>.col-sm-5,.row>.col-sm-6,.row>.col-sm-7,.row>.col-sm-8,.row>.col-sm-9,.row>.col-sm-auto,.row>.col-sm-grow,.row>.col-sm-shrink{max-width:100%;min-width:0;width:auto}.column>.col-sm,.column>.col-sm-0,.column>.col-sm-1,.column>.col-sm-10,.column>.col-sm-11,.column>.col-sm-12,.column>.col-sm-2,.column>.col-sm-3,.column>.col-sm-4,.column>.col-sm-5,.column>.col-sm-6,.column>.col-sm-7,.column>.col-sm-8,.column>.col-sm-9,.column>.col-sm-auto,.column>.col-sm-grow,.column>.col-sm-shrink,.flex>.col-sm,.flex>.col-sm-0,.flex>.col-sm-1,.flex>.col-sm-10,.flex>.col-sm-11,.flex>.col-sm-12,.flex>.col-sm-2,.flex>.col-sm-3,.flex>.col-sm-4,.flex>.col-sm-5,.flex>.col-sm-6,.flex>.col-sm-7,.flex>.col-sm-8,.flex>.col-sm-9,.flex>.col-sm-auto,.flex>.col-sm-grow,.flex>.col-sm-shrink{height:auto;max-height:100%;min-height:0}.col-sm{flex:10000 1 0%}.col-sm-0,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto{flex:0 0 auto}.col-sm-grow{flex:1 0 auto}.col-sm-shrink{flex:0 1 auto}.row>.col-sm-0{height:auto;width:0}.row>.offset-sm-0{margin-left:0}.column>.col-sm-0{height:0;width:auto}.row>.col-sm-1{height:auto;width:8.3333%}.row>.offset-sm-1{margin-left:8.3333%}.column>.col-sm-1{height:8.3333%;width:auto}.row>.col-sm-2{height:auto;width:16.6667%}.row>.offset-sm-2{margin-left:16.6667%}.column>.col-sm-2{height:16.6667%;width:auto}.row>.col-sm-3{height:auto;width:25%}.row>.offset-sm-3{margin-left:25%}.column>.col-sm-3{height:25%;width:auto}.row>.col-sm-4{height:auto;width:33.3333%}.row>.offset-sm-4{margin-left:33.3333%}.column>.col-sm-4{height:33.3333%;width:auto}.row>.col-sm-5{height:auto;width:41.6667%}.row>.offset-sm-5{margin-left:41.6667%}.column>.col-sm-5{height:41.6667%;width:auto}.row>.col-sm-6{height:auto;width:50%}.row>.offset-sm-6{margin-left:50%}.column>.col-sm-6{height:50%;width:auto}.row>.col-sm-7{height:auto;width:58.3333%}.row>.offset-sm-7{margin-left:58.3333%}.column>.col-sm-7{height:58.3333%;width:auto}.row>.col-sm-8{height:auto;width:66.6667%}.row>.offset-sm-8{margin-left:66.6667%}.column>.col-sm-8{height:66.6667%;width:auto}.row>.col-sm-9{height:auto;width:75%}.row>.offset-sm-9{margin-left:75%}.column>.col-sm-9{height:75%;width:auto}.row>.col-sm-10{height:auto;width:83.3333%}.row>.offset-sm-10{margin-left:83.3333%}.column>.col-sm-10{height:83.3333%;width:auto}.row>.col-sm-11{height:auto;width:91.6667%}.row>.offset-sm-11{margin-left:91.6667%}.column>.col-sm-11{height:91.6667%;width:auto}.row>.col-sm-12{height:auto;width:100%}.row>.offset-sm-12{margin-left:100%}.column>.col-sm-12{height:100%;width:auto}}@media (min-width:1024px){.flex>.col-md,.flex>.col-md-0,.flex>.col-md-1,.flex>.col-md-10,.flex>.col-md-11,.flex>.col-md-12,.flex>.col-md-2,.flex>.col-md-3,.flex>.col-md-4,.flex>.col-md-5,.flex>.col-md-6,.flex>.col-md-7,.flex>.col-md-8,.flex>.col-md-9,.flex>.col-md-auto,.flex>.col-md-grow,.flex>.col-md-shrink,.row>.col-md,.row>.col-md-0,.row>.col-md-1,.row>.col-md-10,.row>.col-md-11,.row>.col-md-12,.row>.col-md-2,.row>.col-md-3,.row>.col-md-4,.row>.col-md-5,.row>.col-md-6,.row>.col-md-7,.row>.col-md-8,.row>.col-md-9,.row>.col-md-auto,.row>.col-md-grow,.row>.col-md-shrink{max-width:100%;min-width:0;width:auto}.column>.col-md,.column>.col-md-0,.column>.col-md-1,.column>.col-md-10,.column>.col-md-11,.column>.col-md-12,.column>.col-md-2,.column>.col-md-3,.column>.col-md-4,.column>.col-md-5,.column>.col-md-6,.column>.col-md-7,.column>.col-md-8,.column>.col-md-9,.column>.col-md-auto,.column>.col-md-grow,.column>.col-md-shrink,.flex>.col-md,.flex>.col-md-0,.flex>.col-md-1,.flex>.col-md-10,.flex>.col-md-11,.flex>.col-md-12,.flex>.col-md-2,.flex>.col-md-3,.flex>.col-md-4,.flex>.col-md-5,.flex>.col-md-6,.flex>.col-md-7,.flex>.col-md-8,.flex>.col-md-9,.flex>.col-md-auto,.flex>.col-md-grow,.flex>.col-md-shrink{height:auto;max-height:100%;min-height:0}.col-md{flex:10000 1 0%}.col-md-0,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto{flex:0 0 auto}.col-md-grow{flex:1 0 auto}.col-md-shrink{flex:0 1 auto}.row>.col-md-0{height:auto;width:0}.row>.offset-md-0{margin-left:0}.column>.col-md-0{height:0;width:auto}.row>.col-md-1{height:auto;width:8.3333%}.row>.offset-md-1{margin-left:8.3333%}.column>.col-md-1{height:8.3333%;width:auto}.row>.col-md-2{height:auto;width:16.6667%}.row>.offset-md-2{margin-left:16.6667%}.column>.col-md-2{height:16.6667%;width:auto}.row>.col-md-3{height:auto;width:25%}.row>.offset-md-3{margin-left:25%}.column>.col-md-3{height:25%;width:auto}.row>.col-md-4{height:auto;width:33.3333%}.row>.offset-md-4{margin-left:33.3333%}.column>.col-md-4{height:33.3333%;width:auto}.row>.col-md-5{height:auto;width:41.6667%}.row>.offset-md-5{margin-left:41.6667%}.column>.col-md-5{height:41.6667%;width:auto}.row>.col-md-6{height:auto;width:50%}.row>.offset-md-6{margin-left:50%}.column>.col-md-6{height:50%;width:auto}.row>.col-md-7{height:auto;width:58.3333%}.row>.offset-md-7{margin-left:58.3333%}.column>.col-md-7{height:58.3333%;width:auto}.row>.col-md-8{height:auto;width:66.6667%}.row>.offset-md-8{margin-left:66.6667%}.column>.col-md-8{height:66.6667%;width:auto}.row>.col-md-9{height:auto;width:75%}.row>.offset-md-9{margin-left:75%}.column>.col-md-9{height:75%;width:auto}.row>.col-md-10{height:auto;width:83.3333%}.row>.offset-md-10{margin-left:83.3333%}.column>.col-md-10{height:83.3333%;width:auto}.row>.col-md-11{height:auto;width:91.6667%}.row>.offset-md-11{margin-left:91.6667%}.column>.col-md-11{height:91.6667%;width:auto}.row>.col-md-12{height:auto;width:100%}.row>.offset-md-12{margin-left:100%}.column>.col-md-12{height:100%;width:auto}}@media (min-width:1440px){.flex>.col-lg,.flex>.col-lg-0,.flex>.col-lg-1,.flex>.col-lg-10,.flex>.col-lg-11,.flex>.col-lg-12,.flex>.col-lg-2,.flex>.col-lg-3,.flex>.col-lg-4,.flex>.col-lg-5,.flex>.col-lg-6,.flex>.col-lg-7,.flex>.col-lg-8,.flex>.col-lg-9,.flex>.col-lg-auto,.flex>.col-lg-grow,.flex>.col-lg-shrink,.row>.col-lg,.row>.col-lg-0,.row>.col-lg-1,.row>.col-lg-10,.row>.col-lg-11,.row>.col-lg-12,.row>.col-lg-2,.row>.col-lg-3,.row>.col-lg-4,.row>.col-lg-5,.row>.col-lg-6,.row>.col-lg-7,.row>.col-lg-8,.row>.col-lg-9,.row>.col-lg-auto,.row>.col-lg-grow,.row>.col-lg-shrink{max-width:100%;min-width:0;width:auto}.column>.col-lg,.column>.col-lg-0,.column>.col-lg-1,.column>.col-lg-10,.column>.col-lg-11,.column>.col-lg-12,.column>.col-lg-2,.column>.col-lg-3,.column>.col-lg-4,.column>.col-lg-5,.column>.col-lg-6,.column>.col-lg-7,.column>.col-lg-8,.column>.col-lg-9,.column>.col-lg-auto,.column>.col-lg-grow,.column>.col-lg-shrink,.flex>.col-lg,.flex>.col-lg-0,.flex>.col-lg-1,.flex>.col-lg-10,.flex>.col-lg-11,.flex>.col-lg-12,.flex>.col-lg-2,.flex>.col-lg-3,.flex>.col-lg-4,.flex>.col-lg-5,.flex>.col-lg-6,.flex>.col-lg-7,.flex>.col-lg-8,.flex>.col-lg-9,.flex>.col-lg-auto,.flex>.col-lg-grow,.flex>.col-lg-shrink{height:auto;max-height:100%;min-height:0}.col-lg{flex:10000 1 0%}.col-lg-0,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto{flex:0 0 auto}.col-lg-grow{flex:1 0 auto}.col-lg-shrink{flex:0 1 auto}.row>.col-lg-0{height:auto;width:0}.row>.offset-lg-0{margin-left:0}.column>.col-lg-0{height:0;width:auto}.row>.col-lg-1{height:auto;width:8.3333%}.row>.offset-lg-1{margin-left:8.3333%}.column>.col-lg-1{height:8.3333%;width:auto}.row>.col-lg-2{height:auto;width:16.6667%}.row>.offset-lg-2{margin-left:16.6667%}.column>.col-lg-2{height:16.6667%;width:auto}.row>.col-lg-3{height:auto;width:25%}.row>.offset-lg-3{margin-left:25%}.column>.col-lg-3{height:25%;width:auto}.row>.col-lg-4{height:auto;width:33.3333%}.row>.offset-lg-4{margin-left:33.3333%}.column>.col-lg-4{height:33.3333%;width:auto}.row>.col-lg-5{height:auto;width:41.6667%}.row>.offset-lg-5{margin-left:41.6667%}.column>.col-lg-5{height:41.6667%;width:auto}.row>.col-lg-6{height:auto;width:50%}.row>.offset-lg-6{margin-left:50%}.column>.col-lg-6{height:50%;width:auto}.row>.col-lg-7{height:auto;width:58.3333%}.row>.offset-lg-7{margin-left:58.3333%}.column>.col-lg-7{height:58.3333%;width:auto}.row>.col-lg-8{height:auto;width:66.6667%}.row>.offset-lg-8{margin-left:66.6667%}.column>.col-lg-8{height:66.6667%;width:auto}.row>.col-lg-9{height:auto;width:75%}.row>.offset-lg-9{margin-left:75%}.column>.col-lg-9{height:75%;width:auto}.row>.col-lg-10{height:auto;width:83.3333%}.row>.offset-lg-10{margin-left:83.3333%}.column>.col-lg-10{height:83.3333%;width:auto}.row>.col-lg-11{height:auto;width:91.6667%}.row>.offset-lg-11{margin-left:91.6667%}.column>.col-lg-11{height:91.6667%;width:auto}.row>.col-lg-12{height:auto;width:100%}.row>.offset-lg-12{margin-left:100%}.column>.col-lg-12{height:100%;width:auto}}@media (min-width:1920px){.flex>.col-xl,.flex>.col-xl-0,.flex>.col-xl-1,.flex>.col-xl-10,.flex>.col-xl-11,.flex>.col-xl-12,.flex>.col-xl-2,.flex>.col-xl-3,.flex>.col-xl-4,.flex>.col-xl-5,.flex>.col-xl-6,.flex>.col-xl-7,.flex>.col-xl-8,.flex>.col-xl-9,.flex>.col-xl-auto,.flex>.col-xl-grow,.flex>.col-xl-shrink,.row>.col-xl,.row>.col-xl-0,.row>.col-xl-1,.row>.col-xl-10,.row>.col-xl-11,.row>.col-xl-12,.row>.col-xl-2,.row>.col-xl-3,.row>.col-xl-4,.row>.col-xl-5,.row>.col-xl-6,.row>.col-xl-7,.row>.col-xl-8,.row>.col-xl-9,.row>.col-xl-auto,.row>.col-xl-grow,.row>.col-xl-shrink{max-width:100%;min-width:0;width:auto}.column>.col-xl,.column>.col-xl-0,.column>.col-xl-1,.column>.col-xl-10,.column>.col-xl-11,.column>.col-xl-12,.column>.col-xl-2,.column>.col-xl-3,.column>.col-xl-4,.column>.col-xl-5,.column>.col-xl-6,.column>.col-xl-7,.column>.col-xl-8,.column>.col-xl-9,.column>.col-xl-auto,.column>.col-xl-grow,.column>.col-xl-shrink,.flex>.col-xl,.flex>.col-xl-0,.flex>.col-xl-1,.flex>.col-xl-10,.flex>.col-xl-11,.flex>.col-xl-12,.flex>.col-xl-2,.flex>.col-xl-3,.flex>.col-xl-4,.flex>.col-xl-5,.flex>.col-xl-6,.flex>.col-xl-7,.flex>.col-xl-8,.flex>.col-xl-9,.flex>.col-xl-auto,.flex>.col-xl-grow,.flex>.col-xl-shrink{height:auto;max-height:100%;min-height:0}.col-xl{flex:10000 1 0%}.col-xl-0,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{flex:0 0 auto}.col-xl-grow{flex:1 0 auto}.col-xl-shrink{flex:0 1 auto}.row>.col-xl-0{height:auto;width:0}.row>.offset-xl-0{margin-left:0}.column>.col-xl-0{height:0;width:auto}.row>.col-xl-1{height:auto;width:8.3333%}.row>.offset-xl-1{margin-left:8.3333%}.column>.col-xl-1{height:8.3333%;width:auto}.row>.col-xl-2{height:auto;width:16.6667%}.row>.offset-xl-2{margin-left:16.6667%}.column>.col-xl-2{height:16.6667%;width:auto}.row>.col-xl-3{height:auto;width:25%}.row>.offset-xl-3{margin-left:25%}.column>.col-xl-3{height:25%;width:auto}.row>.col-xl-4{height:auto;width:33.3333%}.row>.offset-xl-4{margin-left:33.3333%}.column>.col-xl-4{height:33.3333%;width:auto}.row>.col-xl-5{height:auto;width:41.6667%}.row>.offset-xl-5{margin-left:41.6667%}.column>.col-xl-5{height:41.6667%;width:auto}.row>.col-xl-6{height:auto;width:50%}.row>.offset-xl-6{margin-left:50%}.column>.col-xl-6{height:50%;width:auto}.row>.col-xl-7{height:auto;width:58.3333%}.row>.offset-xl-7{margin-left:58.3333%}.column>.col-xl-7{height:58.3333%;width:auto}.row>.col-xl-8{height:auto;width:66.6667%}.row>.offset-xl-8{margin-left:66.6667%}.column>.col-xl-8{height:66.6667%;width:auto}.row>.col-xl-9{height:auto;width:75%}.row>.offset-xl-9{margin-left:75%}.column>.col-xl-9{height:75%;width:auto}.row>.col-xl-10{height:auto;width:83.3333%}.row>.offset-xl-10{margin-left:83.3333%}.column>.col-xl-10{height:83.3333%;width:auto}.row>.col-xl-11{height:auto;width:91.6667%}.row>.offset-xl-11{margin-left:91.6667%}.column>.col-xl-11{height:91.6667%;width:auto}.row>.col-xl-12{height:auto;width:100%}.row>.offset-xl-12{margin-left:100%}.column>.col-xl-12{height:100%;width:auto}}.rounded-borders{border-radius:4px}.border-radius-inherit{border-radius:inherit}.no-transition{transition:none!important}.transition-0{transition:0s!important}.glossy{background-image:linear-gradient(180deg,#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important}.q-placeholder::placeholder{color:inherit;opacity:.7}.q-body--fullscreen-mixin,.q-body--prevent-scroll{position:fixed!important}.q-body--force-scrollbar-x{overflow-x:scroll}.q-body--force-scrollbar-y{overflow-y:scroll}.q-no-input-spinner{-moz-appearance:textfield!important}.q-no-input-spinner::-webkit-inner-spin-button,.q-no-input-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.q-link{outline:0;text-decoration:none}.q-link--focusable:focus-visible{-webkit-text-decoration:underline dashed currentColor 1px;text-decoration:underline dashed currentColor 1px}body.electron .q-electron-drag{-webkit-app-region:drag;-webkit-user-select:none}body.electron .q-electron-drag .q-btn-item,body.electron .q-electron-drag--exception{-webkit-app-region:no-drag}img.responsive{height:auto;max-width:100%}.non-selectable{-webkit-user-select:none!important;user-select:none!important}.scroll{overflow:auto}.scroll,.scroll-x,.scroll-y{-webkit-overflow-scrolling:touch;will-change:scroll-position}.scroll-x{overflow-x:auto}.scroll-y{overflow-y:auto}.no-scroll{overflow:hidden!important}.no-pointer-events,.no-pointer-events--children,.no-pointer-events--children *{pointer-events:none!important}.all-pointer-events{pointer-events:all!important}.cursor-pointer{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-inherit{cursor:inherit!important}.cursor-none{cursor:none!important}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}.rotate-45{transform:rotate(45deg)}.rotate-90{transform:rotate(90deg)}.rotate-135{transform:rotate(135deg)}.rotate-180{transform:rotate(180deg)}.rotate-225{transform:rotate(225deg)}.rotate-270{transform:rotate(270deg)}.rotate-315{transform:rotate(315deg)}.flip-horizontal{transform:scaleX(-1)}.flip-vertical{transform:scaleY(-1)}.float-left{float:left}.float-right{float:right}.relative-position{position:relative}.fixed,.fixed-bottom,.fixed-bottom-left,.fixed-bottom-right,.fixed-center,.fixed-full,.fixed-left,.fixed-right,.fixed-top,.fixed-top-left,.fixed-top-right,.fullscreen{position:fixed}.absolute,.absolute-bottom,.absolute-bottom-left,.absolute-bottom-right,.absolute-center,.absolute-full,.absolute-left,.absolute-right,.absolute-top,.absolute-top-left,.absolute-top-right{position:absolute}.absolute-top,.fixed-top{left:0;right:0;top:0}.absolute-right,.fixed-right{bottom:0;right:0;top:0}.absolute-bottom,.fixed-bottom{bottom:0;left:0;right:0}.absolute-left,.fixed-left{bottom:0;left:0;top:0}.absolute-top-left,.fixed-top-left{left:0;top:0}.absolute-top-right,.fixed-top-right{right:0;top:0}.absolute-bottom-left,.fixed-bottom-left{bottom:0;left:0}.absolute-bottom-right,.fixed-bottom-right{bottom:0;right:0}.fullscreen{border-radius:0!important;max-height:100vh;max-width:100vw;z-index:6000}body.q-ios-padding .fullscreen{padding-bottom:env(safe-area-inset-bottom)!important;padding-top:env(safe-area-inset-top)!important}.absolute-full,.fixed-full,.fullscreen{bottom:0;left:0;right:0;top:0}.absolute-center,.fixed-center{left:50%;top:50%;transform:translate(-50%,-50%)}.vertical-top{vertical-align:top!important}.vertical-middle{vertical-align:middle!important}.vertical-bottom{vertical-align:bottom!important}.on-left{margin-right:12px}.on-right{margin-left:12px}.q-position-engine{margin-left:var(--q-pe-left,0)!important;margin-top:var(--q-pe-top,0)!important;visibility:collapse;will-change:auto}:root{--q-size-xs:0;--q-size-sm:600px;--q-size-md:1024px;--q-size-lg:1440px;--q-size-xl:1920px}.fit{width:100%!important}.fit,.full-height{height:100%!important}.full-width{margin-left:0!important;margin-right:0!important;width:100%!important}.window-height{height:100vh!important;margin-bottom:0!important;margin-top:0!important}.window-width{margin-left:0!important;margin-right:0!important;width:100vw!important}.block{display:block!important}.inline-block{display:inline-block!important}.q-pa-none{padding:0}.q-pl-none{padding-left:0}.q-pr-none{padding-right:0}.q-pt-none{padding-top:0}.q-pb-none{padding-bottom:0}.q-px-none{padding-left:0;padding-right:0}.q-py-none{padding-bottom:0;padding-top:0}.q-ma-none{margin:0}.q-ml-none{margin-left:0}.q-mr-none{margin-right:0}.q-mt-none{margin-top:0}.q-mb-none{margin-bottom:0}.q-mx-none{margin-left:0;margin-right:0}.q-my-none{margin-bottom:0;margin-top:0}.q-pa-xs{padding:4px}.q-pl-xs{padding-left:4px}.q-pr-xs{padding-right:4px}.q-pt-xs{padding-top:4px}.q-pb-xs{padding-bottom:4px}.q-px-xs{padding-left:4px;padding-right:4px}.q-py-xs{padding-bottom:4px;padding-top:4px}.q-ma-xs{margin:4px}.q-ml-xs{margin-left:4px}.q-mr-xs{margin-right:4px}.q-mt-xs{margin-top:4px}.q-mb-xs{margin-bottom:4px}.q-mx-xs{margin-left:4px;margin-right:4px}.q-my-xs{margin-bottom:4px;margin-top:4px}.q-pa-sm{padding:8px}.q-pl-sm{padding-left:8px}.q-pr-sm{padding-right:8px}.q-pt-sm{padding-top:8px}.q-pb-sm{padding-bottom:8px}.q-px-sm{padding-left:8px;padding-right:8px}.q-py-sm{padding-bottom:8px;padding-top:8px}.q-ma-sm{margin:8px}.q-ml-sm{margin-left:8px}.q-mr-sm{margin-right:8px}.q-mt-sm{margin-top:8px}.q-mb-sm{margin-bottom:8px}.q-mx-sm{margin-left:8px;margin-right:8px}.q-my-sm{margin-bottom:8px;margin-top:8px}.q-pa-md{padding:16px}.q-pl-md{padding-left:16px}.q-pr-md{padding-right:16px}.q-pt-md{padding-top:16px}.q-pb-md{padding-bottom:16px}.q-px-md{padding-left:16px;padding-right:16px}.q-py-md{padding-bottom:16px;padding-top:16px}.q-ma-md{margin:16px}.q-ml-md{margin-left:16px}.q-mr-md{margin-right:16px}.q-mt-md{margin-top:16px}.q-mb-md{margin-bottom:16px}.q-mx-md{margin-left:16px;margin-right:16px}.q-my-md{margin-bottom:16px;margin-top:16px}.q-pa-lg{padding:24px}.q-pl-lg{padding-left:24px}.q-pr-lg{padding-right:24px}.q-pt-lg{padding-top:24px}.q-pb-lg{padding-bottom:24px}.q-px-lg{padding-left:24px;padding-right:24px}.q-py-lg{padding-bottom:24px;padding-top:24px}.q-ma-lg{margin:24px}.q-ml-lg{margin-left:24px}.q-mr-lg{margin-right:24px}.q-mt-lg{margin-top:24px}.q-mb-lg{margin-bottom:24px}.q-mx-lg{margin-left:24px;margin-right:24px}.q-my-lg{margin-bottom:24px;margin-top:24px}.q-pa-xl{padding:48px}.q-pl-xl{padding-left:48px}.q-pr-xl{padding-right:48px}.q-pt-xl{padding-top:48px}.q-pb-xl{padding-bottom:48px}.q-px-xl{padding-left:48px;padding-right:48px}.q-py-xl{padding-bottom:48px;padding-top:48px}.q-ma-xl{margin:48px}.q-ml-xl{margin-left:48px}.q-mr-xl{margin-right:48px}.q-mt-xl{margin-top:48px}.q-mb-xl{margin-bottom:48px}.q-mx-xl{margin-left:48px;margin-right:48px}.q-my-xl{margin-bottom:48px;margin-top:48px}.q-mt-auto,.q-my-auto{margin-top:auto}.q-ml-auto{margin-left:auto}.q-mb-auto,.q-my-auto{margin-bottom:auto}.q-mr-auto,.q-mx-auto{margin-right:auto}.q-mx-auto{margin-left:auto}.q-touch{user-drag:none;-khtml-user-drag:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.q-touch-x{touch-action:pan-x}.q-touch-y{touch-action:pan-y}:root{--q-transition-duration:.3s}.q-transition--fade-enter-active,.q-transition--fade-leave-active,.q-transition--flip-enter-active,.q-transition--flip-leave-active,.q-transition--jump-down-enter-active,.q-transition--jump-down-leave-active,.q-transition--jump-left-enter-active,.q-transition--jump-left-leave-active,.q-transition--jump-right-enter-active,.q-transition--jump-right-leave-active,.q-transition--jump-up-enter-active,.q-transition--jump-up-leave-active,.q-transition--rotate-enter-active,.q-transition--rotate-leave-active,.q-transition--scale-enter-active,.q-transition--scale-leave-active,.q-transition--slide-down-enter-active,.q-transition--slide-down-leave-active,.q-transition--slide-left-enter-active,.q-transition--slide-left-leave-active,.q-transition--slide-right-enter-active,.q-transition--slide-right-leave-active,.q-transition--slide-up-enter-active,.q-transition--slide-up-leave-active{--q-transition-duration:.3s;--q-transition-easing:cubic-bezier(0.215,0.61,0.355,1)}.q-transition--fade-leave-active,.q-transition--flip-leave-active,.q-transition--jump-down-leave-active,.q-transition--jump-left-leave-active,.q-transition--jump-right-leave-active,.q-transition--jump-up-leave-active,.q-transition--rotate-leave-active,.q-transition--scale-leave-active,.q-transition--slide-down-leave-active,.q-transition--slide-left-leave-active,.q-transition--slide-right-leave-active,.q-transition--slide-up-leave-active{position:absolute}.q-transition--slide-down-enter-active,.q-transition--slide-down-leave-active,.q-transition--slide-left-enter-active,.q-transition--slide-left-leave-active,.q-transition--slide-right-enter-active,.q-transition--slide-right-leave-active,.q-transition--slide-up-enter-active,.q-transition--slide-up-leave-active{transition:transform var(--q-transition-duration) var(--q-transition-easing)}.q-transition--slide-right-enter-from{transform:translate3d(-100%,0,0)}.q-transition--slide-left-enter-from,.q-transition--slide-right-leave-to{transform:translate3d(100%,0,0)}.q-transition--slide-left-leave-to{transform:translate3d(-100%,0,0)}.q-transition--slide-up-enter-from{transform:translate3d(0,100%,0)}.q-transition--slide-down-enter-from,.q-transition--slide-up-leave-to{transform:translate3d(0,-100%,0)}.q-transition--slide-down-leave-to{transform:translate3d(0,100%,0)}.q-transition--jump-down-enter-active,.q-transition--jump-down-leave-active,.q-transition--jump-left-enter-active,.q-transition--jump-left-leave-active,.q-transition--jump-right-enter-active,.q-transition--jump-right-leave-active,.q-transition--jump-up-enter-active,.q-transition--jump-up-leave-active{transition:opacity var(--q-transition-duration),transform var(--q-transition-duration)}.q-transition--jump-down-enter-from,.q-transition--jump-down-leave-to,.q-transition--jump-left-enter-from,.q-transition--jump-left-leave-to,.q-transition--jump-right-enter-from,.q-transition--jump-right-leave-to,.q-transition--jump-up-enter-from,.q-transition--jump-up-leave-to{opacity:0}.q-transition--jump-right-enter-from{transform:translate3d(-15px,0,0)}.q-transition--jump-left-enter-from,.q-transition--jump-right-leave-to{transform:translate3d(15px,0,0)}.q-transition--jump-left-leave-to{transform:translateX(-15px)}.q-transition--jump-up-enter-from{transform:translate3d(0,15px,0)}.q-transition--jump-down-enter-from,.q-transition--jump-up-leave-to{transform:translate3d(0,-15px,0)}.q-transition--jump-down-leave-to{transform:translate3d(0,15px,0)}.q-transition--fade-enter-active,.q-transition--fade-leave-active{transition:opacity var(--q-transition-duration) ease-out}.q-transition--fade-enter-from,.q-transition--fade-leave-to{opacity:0}.q-transition--scale-enter-active,.q-transition--scale-leave-active{transition:opacity var(--q-transition-duration),transform var(--q-transition-duration) var(--q-transition-easing)}.q-transition--scale-enter-from,.q-transition--scale-leave-to{opacity:0;transform:scale3d(0,0,1)}.q-transition--rotate-enter-active,.q-transition--rotate-leave-active{transform-style:preserve-3d;transition:opacity var(--q-transition-duration),transform var(--q-transition-duration) var(--q-transition-easing)}.q-transition--rotate-enter-from,.q-transition--rotate-leave-to{opacity:0;transform:scale3d(0,0,1) rotate(90deg)}.q-transition--flip-down-enter-active,.q-transition--flip-down-leave-active,.q-transition--flip-left-enter-active,.q-transition--flip-left-leave-active,.q-transition--flip-right-enter-active,.q-transition--flip-right-leave-active,.q-transition--flip-up-enter-active,.q-transition--flip-up-leave-active{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform var(--q-transition-duration)}.q-transition--flip-down-enter-to,.q-transition--flip-down-leave-from,.q-transition--flip-left-enter-to,.q-transition--flip-left-leave-from,.q-transition--flip-right-enter-to,.q-transition--flip-right-leave-from,.q-transition--flip-up-enter-to,.q-transition--flip-up-leave-from{transform:perspective(400px) rotate3d(1,1,0,0deg)}.q-transition--flip-right-enter-from{transform:perspective(400px) rotateY(-180deg)}.q-transition--flip-left-enter-from,.q-transition--flip-right-leave-to{transform:perspective(400px) rotateY(180deg)}.q-transition--flip-left-leave-to{transform:perspective(400px) rotateY(-180deg)}.q-transition--flip-up-enter-from{transform:perspective(400px) rotateX(-180deg)}.q-transition--flip-down-enter-from,.q-transition--flip-up-leave-to{transform:perspective(400px) rotateX(180deg)}.q-transition--flip-down-leave-to{transform:perspective(400px) rotateX(-180deg)}body{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;font-family:Roboto,-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;min-height:100%;min-width:100px}h1{font-size:6rem;letter-spacing:-.01562em;line-height:6rem}h1,h2{font-weight:300}h2{font-size:3.75rem;letter-spacing:-.00833em;line-height:3.75rem}h3{font-size:3rem;letter-spacing:normal;line-height:3.125rem}h3,h4{font-weight:400}h4{font-size:2.125rem;letter-spacing:.00735em;line-height:2.5rem}h5{font-size:1.5rem;font-weight:400;letter-spacing:normal}h5,h6{line-height:2rem}h6{font-size:1.25rem;font-weight:500;letter-spacing:.0125em}p{margin:0 0 16px}.text-h1{font-size:6rem;font-weight:300;letter-spacing:-.01562em;line-height:6rem}.text-h2{font-size:3.75rem;font-weight:300;letter-spacing:-.00833em;line-height:3.75rem}.text-h3{font-size:3rem;font-weight:400;letter-spacing:normal;line-height:3.125rem}.text-h4{font-size:2.125rem;font-weight:400;letter-spacing:.00735em;line-height:2.5rem}.text-h5{font-size:1.5rem;font-weight:400;letter-spacing:normal;line-height:2rem}.text-h6{font-size:1.25rem;font-weight:500;letter-spacing:.0125em;line-height:2rem}.text-subtitle1{font-size:1rem;font-weight:400;letter-spacing:.00937em;line-height:1.75rem}.text-subtitle2{font-size:.875rem;font-weight:500;letter-spacing:.00714em;line-height:1.375rem}.text-body1{font-size:1rem;font-weight:400;letter-spacing:.03125em;line-height:1.5rem}.text-body2{font-size:.875rem;font-weight:400;letter-spacing:.01786em;line-height:1.25rem}.text-overline{font-size:.75rem;font-weight:500;letter-spacing:.16667em;line-height:2rem}.text-caption{font-size:.75rem;font-weight:400;letter-spacing:.03333em;line-height:1.25rem}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-justify{-webkit-hyphens:auto;hyphens:auto;text-align:justify}.text-italic{font-style:italic}.text-bold{font-weight:700}.text-no-wrap{white-space:nowrap}.text-strike{text-decoration:line-through}.text-weight-thin{font-weight:100}.text-weight-light{font-weight:300}.text-weight-regular{font-weight:400}.text-weight-medium{font-weight:500}.text-weight-bold{font-weight:700}.text-weight-bolder{font-weight:900}small{font-size:80%}big{font-size:170%}sub{bottom:-.25em}sup{top:-.5em}.no-margin{margin:0!important}.no-padding{padding:0!important}.no-border{border:0!important}.no-border-radius{border-radius:0!important}.no-box-shadow{box-shadow:none!important}.no-outline{outline:0!important}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ellipsis-2-lines,.ellipsis-3-lines{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ellipsis-2-lines{-webkit-line-clamp:2}.ellipsis-3-lines{-webkit-line-clamp:3}.readonly{cursor:default!important}.disabled,.disabled *,[disabled],[disabled] *{cursor:not-allowed!important;outline:0!important}.disabled,[disabled]{opacity:.6!important}.hidden{display:none!important}.invisible{visibility:hidden!important}.transparent{background:#0000!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-hidden-y{overflow-y:hidden!important}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.dimmed:after,.light-dimmed:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.dimmed:after{background:#0006!important}.light-dimmed:after{background:#fff9!important}.z-top{z-index:7000!important}.z-max{z-index:9998!important}body.capacitor .capacitor-hide,body.cordova .cordova-hide,body.desktop .desktop-hide,body.electron .electron-hide,body.mobile .mobile-hide,body.native-mobile .native-mobile-hide,body.platform-android .platform-android-hide,body.platform-ios .platform-ios-hide,body.touch .touch-hide,body.within-iframe .within-iframe-hide,body:not(.capacitor) .capacitor-only,body:not(.cordova) .cordova-only,body:not(.desktop) .desktop-only,body:not(.electron) .electron-only,body:not(.mobile) .mobile-only,body:not(.native-mobile) .native-mobile-only,body:not(.platform-android) .platform-android-only,body:not(.platform-ios) .platform-ios-only,body:not(.touch) .touch-only,body:not(.within-iframe) .within-iframe-only{display:none!important}@media (orientation:portrait){.orientation-landscape{display:none!important}}@media (orientation:landscape){.orientation-portrait{display:none!important}}@media screen{.print-only{display:none!important}}@media print{.print-hide{display:none!important}}@media (max-width:599.98px){.gt-lg,.gt-md,.gt-sm,.gt-xs,.lg,.md,.sm,.xl,.xs-hide{display:none!important}}@media (min-width:600px) and (max-width:1023.98px){.gt-lg,.gt-md,.gt-sm,.lg,.lt-sm,.md,.sm-hide,.xl,.xs{display:none!important}}@media (min-width:1024px) and (max-width:1439.98px){.gt-lg,.gt-md,.lg,.lt-md,.lt-sm,.md-hide,.sm,.xl,.xs{display:none!important}}@media (min-width:1440px) and (max-width:1919.98px){.gt-lg,.lg-hide,.lt-lg,.lt-md,.lt-sm,.md,.sm,.xl,.xs{display:none!important}}@media (min-width:1920px){.lg,.lt-lg,.lt-md,.lt-sm,.lt-xl,.md,.sm,.xl-hide,.xs{display:none!important}}.q-focus-helper,.q-focusable,.q-hoverable,.q-manual-focusable{outline:0}body.desktop .q-focus-helper{border-radius:inherit;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:background-color .3s cubic-bezier(.25,.8,.5,1),opacity .4s cubic-bezier(.25,.8,.5,1);width:100%}body.desktop .q-focus-helper:after,body.desktop .q-focus-helper:before{border-radius:inherit;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:background-color .3s cubic-bezier(.25,.8,.5,1),opacity .6s cubic-bezier(.25,.8,.5,1);width:100%}body.desktop .q-focus-helper:before{background:#000}body.desktop .q-focus-helper:after{background:#fff}body.desktop .q-focus-helper--rounded{border-radius:4px}body.desktop .q-focus-helper--round{border-radius:50%}body.desktop .q-focusable:focus>.q-focus-helper,body.desktop .q-hoverable:hover>.q-focus-helper,body.desktop .q-manual-focusable--focused>.q-focus-helper{background:currentColor;opacity:.15}body.desktop .q-focusable:focus>.q-focus-helper:before,body.desktop .q-hoverable:hover>.q-focus-helper:before,body.desktop .q-manual-focusable--focused>.q-focus-helper:before{opacity:.1}body.desktop .q-focusable:focus>.q-focus-helper:after,body.desktop .q-hoverable:hover>.q-focus-helper:after,body.desktop .q-manual-focusable--focused>.q-focus-helper:after{opacity:.4}body.desktop .q-focusable:focus>.q-focus-helper,body.desktop .q-manual-focusable--focused>.q-focus-helper{opacity:.22}body.body--dark{background:var(--q-dark-page);color:#fff}.q-dark{background:var(--q-dark);color:#fff} \ No newline at end of file diff --git a/Server/templates/css/vendor.5b8581f0.css.gz b/Server/templates/css/vendor.5b8581f0.css.gz new file mode 100644 index 0000000..f642c61 Binary files /dev/null and b/Server/templates/css/vendor.5b8581f0.css.gz differ diff --git a/Server/templates/favicon.ico b/Server/templates/favicon.ico new file mode 100644 index 0000000..ae7bbdb Binary files /dev/null and b/Server/templates/favicon.ico differ diff --git a/Server/templates/fonts/KFOkCnqEu92Fr1MmgVxIIzQ.68bb21d0.woff b/Server/templates/fonts/KFOkCnqEu92Fr1MmgVxIIzQ.68bb21d0.woff new file mode 100644 index 0000000..a815cf8 Binary files /dev/null and b/Server/templates/fonts/KFOkCnqEu92Fr1MmgVxIIzQ.68bb21d0.woff differ diff --git a/Server/templates/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.48af7707.woff b/Server/templates/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.48af7707.woff new file mode 100644 index 0000000..d39bb52 Binary files /dev/null and b/Server/templates/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.48af7707.woff differ diff --git a/Server/templates/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.c2f7ab22.woff b/Server/templates/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.c2f7ab22.woff new file mode 100644 index 0000000..36979ae Binary files /dev/null and b/Server/templates/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.c2f7ab22.woff differ diff --git a/Server/templates/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.77ecb942.woff b/Server/templates/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.77ecb942.woff new file mode 100644 index 0000000..db0012d Binary files /dev/null and b/Server/templates/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.77ecb942.woff differ diff --git a/Server/templates/fonts/KFOlCnqEu92Fr1MmYUtfBBc-.f5677eb2.woff b/Server/templates/fonts/KFOlCnqEu92Fr1MmYUtfBBc-.f5677eb2.woff new file mode 100644 index 0000000..04cbe94 Binary files /dev/null and b/Server/templates/fonts/KFOlCnqEu92Fr1MmYUtfBBc-.f5677eb2.woff differ diff --git a/Server/templates/fonts/KFOmCnqEu92Fr1Mu4mxM.f1e2a767.woff b/Server/templates/fonts/KFOmCnqEu92Fr1Mu4mxM.f1e2a767.woff new file mode 100644 index 0000000..9eaa94f Binary files /dev/null and b/Server/templates/fonts/KFOmCnqEu92Fr1Mu4mxM.f1e2a767.woff differ diff --git a/Server/templates/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.99f5f787.woff b/Server/templates/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.99f5f787.woff new file mode 100644 index 0000000..2613f52 Binary files /dev/null and b/Server/templates/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.99f5f787.woff differ diff --git a/Server/templates/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.c08197a9.woff2 b/Server/templates/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.c08197a9.woff2 new file mode 100644 index 0000000..77bd976 Binary files /dev/null and b/Server/templates/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.c08197a9.woff2 differ diff --git a/Server/templates/icons/favicon-128x128.png b/Server/templates/icons/favicon-128x128.png new file mode 100644 index 0000000..1401176 Binary files /dev/null and b/Server/templates/icons/favicon-128x128.png differ diff --git a/Server/templates/icons/favicon-16x16.png b/Server/templates/icons/favicon-16x16.png new file mode 100644 index 0000000..679063a Binary files /dev/null and b/Server/templates/icons/favicon-16x16.png differ diff --git a/Server/templates/icons/favicon-32x32.png b/Server/templates/icons/favicon-32x32.png new file mode 100644 index 0000000..fd1fbc6 Binary files /dev/null and b/Server/templates/icons/favicon-32x32.png differ diff --git a/Server/templates/icons/favicon-96x96.png b/Server/templates/icons/favicon-96x96.png new file mode 100644 index 0000000..e93b80a Binary files /dev/null and b/Server/templates/icons/favicon-96x96.png differ diff --git a/Server/templates/index.html b/Server/templates/index.html new file mode 100644 index 0000000..223a6a0 --- /dev/null +++ b/Server/templates/index.html @@ -0,0 +1 @@ +Duck Sys Eye
\ No newline at end of file diff --git a/Server/templates/js/193.aede10b8.js b/Server/templates/js/193.aede10b8.js new file mode 100644 index 0000000..85f564f --- /dev/null +++ b/Server/templates/js/193.aede10b8.js @@ -0,0 +1 @@ +"use strict";(globalThis["webpackChunksyseye"]=globalThis["webpackChunksyseye"]||[]).push([[193],{2193:(e,t,s)=>{s.r(t),s.d(t,{default:()=>p});var l=s(3673);const n={class:"fullscreen bg-blue text-white text-center q-pa-md flex flex-center"},o=(0,l._)("div",{style:{"font-size":"30vh"}}," 404 ",-1),c=(0,l._)("div",{class:"text-h2",style:{opacity:".4"}}," Oops. Nothing here... ",-1);function a(e,t,s,a,r,i){const u=(0,l.up)("q-btn");return(0,l.wg)(),(0,l.iD)("div",n,[(0,l._)("div",null,[o,c,(0,l.Wm)(u,{class:"q-mt-xl",color:"white","text-color":"blue",unelevated:"",to:"/",label:"Go Home","no-caps":""})])])}const r=(0,l.aZ)({name:"Error404"});var i=s(4260),u=s(9400),h=s(7518),b=s.n(h);const d=(0,i.Z)(r,[["render",a]]),p=d;b()(r,"components",{QBtn:u.Z})}}]); \ No newline at end of file diff --git a/Server/templates/js/64.d71ba94a.js b/Server/templates/js/64.d71ba94a.js new file mode 100644 index 0000000..8b97648 --- /dev/null +++ b/Server/templates/js/64.d71ba94a.js @@ -0,0 +1 @@ +"use strict";(globalThis["webpackChunksyseye"]=globalThis["webpackChunksyseye"]||[]).push([[64],{1064:(t,e,i)=>{i.r(e),i.d(e,{default:()=>M});var a=i(3673),l=i(2323);const s={class:"q-gutter-md q-mb-sm q-pa-lg"},n={class:"row q-col-gutter-sm"},o={class:"row"},r=(0,a._)("div",{class:"col"},null,-1),d={class:"col"},c={class:"row q-gutter-md q-mb-sm q-pa-lg"},h={key:0},A=(0,a._)("div",{class:"bg-red-5"}," ",-1),g=(0,a.Uk)(" 分数: "),u=(0,a.Uk)(" 活动状态: "),m=(0,a.Uk)(" 产生的威胁: "),p=(0,a.Uk)(" 查看详情 "),w=(0,a.Uk)(" 在VT上搜索 "),b=(0,a.Uk)(" 确认威胁 "),B=(0,a.Uk)(" 忽略威胁 "),k=(0,a.Uk)(" 删除报警 "),C=(0,a._)("div",{class:"col"},null,-1),f=(0,a.Uk)("Minimize"),_=(0,a.Uk)("Maximize"),v=(0,a.Uk)("Close"),Q={class:"row",style:{width:"100%",height:"100%"}},q={ref:"main_draw",style:{width:"100%",height:"100%","margin-left":"5%"}};function U(t,e,i,U,V,I){const y=(0,a.up)("q-icon"),S=(0,a.up)("q-item-section"),D=(0,a.up)("q-item-label"),x=(0,a.up)("q-item"),W=(0,a.up)("q-card-section"),Z=(0,a.up)("q-card"),E=(0,a.up)("q-chip"),K=(0,a.up)("q-btn"),Y=(0,a.up)("q-card-actions"),z=(0,a.up)("q-timeline-entry"),F=(0,a.up)("q-timeline"),N=(0,a.up)("q-space"),T=(0,a.up)("q-tooltip"),O=(0,a.up)("q-bar"),j=(0,a.up)("q-dialog"),H=(0,a.Q2)("close-popup");return(0,a.wg)(),(0,a.iD)(a.HY,null,[(0,a._)("div",null,[(0,a._)("div",s,[(0,a.Wm)(Z,{class:"bg-transparent no-shadow no-border"},{default:(0,a.w5)((()=>[(0,a.Wm)(W,{class:"q-pa-none"},{default:(0,a.w5)((()=>[(0,a._)("div",n,[((0,a.wg)(!0),(0,a.iD)(a.HY,null,(0,a.Ko)(t.Threatitems,((t,e)=>((0,a.wg)(),(0,a.iD)("div",{key:e,class:"col-md-3 col-sm-12 col-xs-12"},[(0,a.Wm)(x,{style:(0,l.j5)(`background-color: ${t.color1}`),class:"q-pa-none"},{default:(0,a.w5)((()=>[(0,a.Wm)(S,{side:"",style:(0,l.j5)(`background-color: ${t.color2}`),class:"q-pa-lg q-mr-none text-white"},{default:(0,a.w5)((()=>[(0,a.Wm)(y,{name:t.icon,color:"white",size:"24px"},null,8,["name"])])),_:2},1032,["style"]),(0,a.Wm)(S,{class:"q-pa-md q-ml-none text-white"},{default:(0,a.w5)((()=>[(0,a.Wm)(D,{class:"text-white text-h6 text-weight-bolder"},{default:(0,a.w5)((()=>[(0,a.Uk)((0,l.zw)(t.value),1)])),_:2},1024),(0,a.Wm)(D,null,{default:(0,a.w5)((()=>[(0,a.Uk)((0,l.zw)(t.title),1)])),_:2},1024)])),_:2},1024)])),_:2},1032,["style"])])))),128))])])),_:1})])),_:1})]),(0,a._)("div",o,[r,(0,a._)("div",d,[(0,a._)("div",c,[(0,a.Wm)(F,{layout:"dense",side:"right",color:"red"},{default:(0,a.w5)((()=>[t.server_threat.data&&0!=t.server_threat.data.length?(0,a.kq)("",!0):((0,a.wg)(),(0,a.iD)("h4",h,"暂无可用数据,下次刷新时间 "+(0,l.zw)(t.last_refresh)+"...",1)),((0,a.wg)(!0),(0,a.iD)(a.HY,null,(0,a.Ko)(t.server_threat.data,((e,i)=>((0,a.wg)(),(0,a.j4)(z,{key:i,subtitle:"主机:"+e.host,side:"left"},{default:(0,a.w5)((()=>[(0,a._)("div",null,[(0,a.Wm)(Z,{flat:"",bordered:"",style:{overflow:"auto"},"thumb-style":t.thumbStyle,"bar-style":t.barStyle},{default:(0,a.w5)((()=>[(0,a.Wm)(W,{horizontal:""},{default:(0,a.w5)((()=>[A,(0,a.Wm)(Y,{vertical:"",class:"justify-around q-px-md"},{default:(0,a.w5)((()=>[(0,a._)("div",null,"进程链hash: "+(0,l.zw)(e.chain_hash),1),(0,a._)("div",null,"进程: "+(0,l.zw)(e.start_process.path),1),(0,a._)("div",null,"用户: "+(0,l.zw)(e.start_process.user),1),(0,a._)("div",null,[g,(0,a.Wm)(E,{square:"",color:"orange","text-color":"white","icon-right":"visibility"},{default:(0,a.w5)((()=>[(0,a.Uk)((0,l.zw)(e.risk_score),1)])),_:2},1024)]),(0,a._)("div",null,[u,(0,a.Wm)(E,{square:"",color:1==e.is_end?"negative":"red","text-color":"white"},{default:(0,a.w5)((()=>[(0,a.Uk)((0,l.zw)(1==e.is_end?"已结束":"进行中"),1)])),_:2},1032,["color"])]),(0,a._)("div",null,[m,((0,a.wg)(!0),(0,a.iD)(a.HY,null,(0,a.Ko)(e.hit_rule,((t,e)=>((0,a.wg)(),(0,a.j4)(E,{key:t,square:"",color:"rgb(239,243,246)"},{default:(0,a.w5)((()=>[(0,a.Uk)((0,l.zw)(e)+" ("+(0,l.zw)(t)+") ",1)])),_:2},1024)))),128))]),(0,a._)("div",null,[(0,a.Wm)(K,{flat:"",color:"accent",onClick:i=>t.show_details(e.id),icon:"open_in_new"},{default:(0,a.w5)((()=>[p])),_:2},1032,["onClick"]),(0,a.Wm)(K,{flat:"",color:"accent",onClick:i=>t.search_vt(e.start_process.hash),icon:"search"},{default:(0,a.w5)((()=>[w])),_:2},1032,["onClick"]),(0,a.Wm)(K,{flat:"",color:"accent",onClick:i=>t.handle_threat(e.id,1),icon:"done"},{default:(0,a.w5)((()=>[b])),_:2},1032,["onClick"]),(0,a.Wm)(K,{flat:"",color:"accent",onClick:i=>t.handle_threat(e.id,2),icon:"texture"},{default:(0,a.w5)((()=>[B])),_:2},1032,["onClick"]),(0,a.Wm)(K,{flat:"",color:"accent",icon:"close",onClick:i=>t.delete_threat(e.id)},{default:(0,a.w5)((()=>[k])),_:2},1032,["onClick"])])])),_:2},1024)])),_:2},1024)])),_:2},1032,["thumb-style","bar-style"])])])),_:2},1032,["subtitle"])))),128))])),_:1})])]),C])]),(0,a.Wm)(j,{modelValue:t.dialog,"onUpdate:modelValue":e[2]||(e[2]=e=>t.dialog=e),persistent:"",maximized:t.maximizedToggle,"transition-show":"slide-up","transition-hide":"slide-down"},{default:(0,a.w5)((()=>[(0,a.Wm)(Z,{class:"text-white"},{default:(0,a.w5)((()=>[(0,a.Wm)(O,null,{default:(0,a.w5)((()=>[(0,a.Wm)(N),(0,a.Wm)(K,{dense:"",flat:"",icon:"minimize",onClick:e[0]||(e[0]=e=>t.maximizedToggle=!1),disable:!t.maximizedToggle},{default:(0,a.w5)((()=>[t.maximizedToggle?((0,a.wg)(),(0,a.j4)(T,{key:0,"content-class":"bg-white text-primary"},{default:(0,a.w5)((()=>[f])),_:1})):(0,a.kq)("",!0)])),_:1},8,["disable"]),(0,a.Wm)(K,{dense:"",flat:"",icon:"crop_square",onClick:e[1]||(e[1]=e=>t.maximizedToggle=!0),disable:t.maximizedToggle},{default:(0,a.w5)((()=>[t.maximizedToggle?(0,a.kq)("",!0):((0,a.wg)(),(0,a.j4)(T,{key:0,"content-class":"bg-white text-primary"},{default:(0,a.w5)((()=>[_])),_:1}))])),_:1},8,["disable"]),(0,a.wy)(((0,a.wg)(),(0,a.j4)(K,{dense:"",flat:"",icon:"close"},{default:(0,a.w5)((()=>[(0,a.Wm)(T,{"content-class":"bg-white text-primary"},{default:(0,a.w5)((()=>[v])),_:1})])),_:1})),[[H]])])),_:1}),(0,a._)("div",Q,[(0,a._)("div",q," 1 ",512)])])),_:1})])),_:1},8,["modelValue","maximized"])],64)}var V=i(52),I=i.n(V),y=i(2256);const S=(0,a.aZ)({name:"PageIndex",data:function(){return{last_refresh:360,thumbStyle:{right:"4px",borderRadius:"5px",backgroundColor:"#027be3",width:"5px",opacity:.75},barStyle:{right:"2px",borderRadius:"9px",backgroundColor:"#027be3",width:"9px",opacity:.2},threatStatistics:{all:1,confirm:0,ingore:1,working:0},Threatitems:[{title:"发现的威胁",icon:"remove_red_eye",value:"200",color1:"#5064b5",color2:"#3e51b5"},{title:"确认的威胁",icon:"flash_on",value:"500",color1:"#f37169",color2:"#f34636"},{title:"忽略的威胁",icon:"texture",value:"50",color1:"#ea6a7f",color2:"#ea4b64"},{title:"进行中的威胁",icon:"bar_chart",value:"1020",color1:"#a270b1",color2:"#9f52b1"}],dialog:!1,maximizedToggle:!0,server_threat:{},select_chain_data:{}}},methods:{set_chain_data(t){if(t.path){const e=t.path.split("\\");t.name=e[e.length-1],console.log(t.name);for(const i in t.children)this.set_chain_data(t.children[i])}},draw_tree(){this.set_chain_data(this.select_chain_data);const t=this.$refs.main_draw,e=y.S1(t),i={tooltip:{trigger:"item",triggerOn:"mousemove",formatter:function(t){const e=t.data;let i="
参数: "+e.params+"
hash: "+e.md5+"
命名规则列表: ";0===e.operationlist.length&&(i+="无");for(const a in e.operationlist)i+=" "+a+"["+e.operationlist[a]+"] ";return i+="
",i}},series:[{roam:!0,type:"tree",id:0,name:"tree1",data:[this.select_chain_data],top:"5%",left:"15%",bottom:"22%",right:"20%",edgeShape:"polyline",edgeForkPosition:"63%",initialTreeDepth:60,lineStyle:{width:2},label:{backgroundColor:"#fff",position:"left",verticalAlign:"middle",align:"right"},leaves:{label:{position:"right",verticalAlign:"middle",align:"left"}},emphasis:{focus:"descendant"},symbolSize:[40,50],symbol:"image://data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAANXklEQVR4Xu2de6hmVRmHn0mzcUzNwcJKS8roQpdJrayEykYzMkLFcjSiwiLrj8qKhugekU1RFnSVNNDUCiqDbmSMUEnJJBVmVpNaiTmVIGlpIhpv7VPHb873fXvtddnv2uu34HD+OGu9612/dz1n7cu711qHihSQAnMVWCdtpIAUmK+AANHskAILFBAgmh5SQIBoDkiBYQpoBRmmm1o1ooAAaSTQGuYwBQTIMN3UqhEFBEgjgdYwhykgQIbpplaNKCBAGgm0hjlMAQEyTDe1akSBMQB5IvA44GHAxkZ01jDjFLgF+DNwTfcTZy2gdSlA9ge2AluARwb4p6pSYFaBncAlwDbgttzylADkDODDWi1yh7I5+7uAs4CLco48JyB7AxcCJ+UcgGw3r8D5wGuBu3MokQuQfYDLgSNzOC2bUmBGgcuAY3OokgOQPYDvAptzOCybUmCOAnapdXpqdXIAcibw6dSOyp4U6KHAicA3etTrXSU1IHsBfwAO6u2BKkqBdArYY2B7jXBvKpOpAXkVcF4q52RHCgxQ4Djg+wPardkkNSB27/GCVM7JjhQYoMC53VOtAU13b5ISkPXAHUm8khEpMFyBm4CHD29+35YpATkUuD6VY7IjBSIU2JDqn3VKQJ4GXBkxKDWVAqkU2AT8IoWxlIA8F9ge6NTzuheKs83eC7wn0FbKsQR2reprKBD6JOl9gMV9tqScV8GBSjmpUg5EgASH0l0DATITEgHibo6O6pAAESCjTkDvnQsQAeJ9jo7qnwARIKNOQO+dCxAB4n2OjuqfABEgo05A750LEAHifY6O6p8AESCjTkDvnQsQAeJ9jo7qnwARIKNOQO+dC5CJAGL7dVmqft/yk+6b+771F9U7tdtEr6+tm4HP9q28pN5RwPGBts4G7uzZRoBMBJBbAdvYrm/5BPCmvpWX1LPvp18SYMsyVC1TNUWxMXw80NABgOnVpwgQAdJnniysI0D+L4+yedeYKh7S3bWC9OdcK0h/rXarWWs2rwDpH3QB0l8rARKh1UpTXWLpEmvhNNIllm7SVyaI7kF0D7KbAlpBtIJoBVmggAARIAJEgPS6W9Mlli6xdIm1ABUBIkAEiADptZr+r5KeYukplp5iLWBGgAgQASJA5iqgp1h6iqWnWHqK1eu6WzfpuknXTbpu0nv9s9BNeqeALrF0iaVLLF1i9fqvqUssp5dYRwN79grhfyvdCOwMqL+oqh04eWCArduBHQH1F1U9GDgs0NblAfX1ReGMWLV+DxIQc1UNUECACJCA6dJeVQEiQNqb9QEjFiACJGC6tFdVgAiQ9mZ9wIgFiAAJmC7tVRUgAqS9WR8wYgEiQAKmS3tVBYgAaW/WB4xYgAiQgOnSXlUBIkDam/UBIxYgzgCxrxNV/CiwPdAVJSuuIVjKT24D46HqzhQQIALE2ZT05Y4AESC+ZqQzbwSIAHE2JX25I0AEiK8Z6cwbASJAnE1JX+4IEAHia0Y680aACBBnU9KXOwJEgPiakc68ESACxNmU9OWOABEgvmakM28EiABxNiV9uSNAAgA5FLAflXYUuAGwn9mScr+1YDXXBbeY32DUgSQch0z5UmDUeSVAfE0GeaMV5D4KzEt310SRAisKaAXRXJACCxQQIJoeUkCArK2ALrHExjIFtIIsU0h/b1oBAdJ0+DX4ZQoIkGUK6e9NKyBAmg6/Br9MAQGyTCH9vWkFBEhD4d8IPLnQeEMO3Czk0qBuBMgg2epsZJP2OQVcvwTYUqCfEl0IkBIqO+jjjcA5Bfz4HbAJ+GeBvkp0IUBKqDxyH48FfgnsldmPO4EjgV9l7qekeQFSUu0R+jIodgBPKtD364DPFeinZBcCpKTaI/T1EeCtBfr9OnBSgX5KdyFASitesD+7IbdjAFJ+d7OW+/Ylnj0du63g2Ep1JUBKKV24n/2Aa4GHZu73LuAZwM8z9zOWeQEylvKZ+/0KcErmPsy8PR37ZIF+xupCgIylfMZ+Xw5ckNH+iulvAy8q0M+YXQiQMdXP0PchwNWAXWLlLDd2T8ZuzdmJA9sCxEEQUrlgN+NXAEelMjjHzt3As4ErM/fjwbwA8RCFRD5sBT6UyNYiM28HthXox0MXAsRDFBL4YC8CrwL2TGBrkYkfAJsz9+HJvADxFI2BvqzvHrNaSknOcnN33/G3nJ04sy1AnAVkiDufAl4/pGFAm3u6TOAfBbSZQlUBUnkUjwO+V2AM7wY+UKAfb10IEG8RCfDnAOA3wIMD2gypavcdxwL3DmlceRsBUnEAvwm8OLP/dr/xeKCl+47VkgqQzBMsl/nXAJ/PZbyzayuGrRy2grRaBEiFkX9U9wHUPpl9/yDwzsx9eDcvQLxHaMY/e8/xU+DwzH7b0ypLl7enVy0XAVJZ9N8PvCuzz5ZfZfcd9t6j9SJAKpoBlmP1Y+B+mX22DF3L1FUBAVLJLLD7jV8Dlq2bs3wUeFvODiqzLUAqCdgXgFcX8PVbXdqKbd9j71hsh5IpfkrbV0oB0lepEevZuw575zFW+Qvw2w4Yg2bl5/eApb5PuQgQ59G1b8rtv7i9NfdWDI7r1gDHYNrlzdmB/giQgcKValZqu9DU47EnYWutOrb62EYPtRQB4jhSpbYLLSmBvVf546pVZzVEfyrpSM++BEhPoUpXK7VdaOlxzevvUuBlwL+8ONT5IUCcBcTcKbldqIfhfwl4hdO39gLEwwyZ8aHUdqEehv4Z4A2OU+kFiIdZssqHDcDFXR7U/s58S+1ODcmQAiR11BPZs3QSS0i0s9yPAY4GHpjItgczby50XknsWAVIrIKF2lsW79NXAfMswDZrqK3YNyZnAOdV4rgAqSRQs24+AHhmt7rYKmMbSN/f+VjsxeJpwFed+7naPQFSUbAWuWr3LnYZZpdjBswRwB6OxmaPb08EvuPIpz6uCJA+KlVYZ9/uRn8FmKcUOCdknkx/B04AflihjgKkwqANcdmOgLZgGzD2Yx9ElSi3dP3ZGYk1FgFSY9QS+PwQ4PmrbvofncDmrImbOigtdb7WIkBqjVxivw8GTk746NVS4W2lsryrmosAqTl6iX23b93tm/fYck23Mtl3JLUXAVJ7BBP5by8hLZv2QZH2ftbt/j6Vg3UESOSEmErzFGeL2FOqFwL/mIoo3T2UnRQcUuwxu33HE11SHk88KunRSoxrYO/uXuHACDfs/Ya95/CWrh4xpP80HXVeCZDY8KVp/xbAdjMZWuzNuL0hn+L36QJk6KyYSLvY1cN7unpsmARIrIKVt4/5rNfOQ3xH5eNf5r4AWabQhP9uXy7eANjOKaGllnT10HHN1hcgsQpW3N6ObbPj20JKbenqIWNbq64AiVWw0vb2fYm95Q5ZPWpMV48NjwCJVbDS9qEH8NSarh4bHgESq2CF7W31sFypR/T03V782QvAGtPVew5xbjUBEqtghe1fCZzf029LGdkMWApJi0WANBZ12wzCtv88rMe4LdnQ0iYs+bDVIkAai/zpwIU9xnx9972I/W65CJCGom+pPbYX7rLVY0rp6rHhFSCxClbU/qXAl5f4O7V09djwCJBYBStpb6vH1cATFvg7xXT12PAIkFgFK2lvqehfW+DrVNPVY8MjQGIVrKS9nVI1b/WYcrp6bHgESKyCFbRfdMahbQFqW4FajpXK7goIkAZmxVXAU9cY5zmAZeWqzFdAgEx8dhw/Z7tP+47DvudQWayAAJn4DLmi2+R6ZZh2KWUH1tiXgCrLFRAgyzWqtobtnHjZKu9bTFePDZ4AiVXQcfvVR0i3mq4eGx4BEqug0/Z2dohdXllpOV09NjwCJFZBp+3t0sousVpPV48NjwCJVdBh+5XVQ+nq8cERIPEaurNgaSP21tyC23q6emxwBEisgs7a2wtBy9i1wNr5HCpxCgiQOP3ctbazxz8G2MlOKvEKCJB4DV1Z2A+wMwFV0iggQNLoKCsTVUCATDSwGlYaBQRIGh1lZaIKCJCJBlbDSqOAAEmjo6xMVAEBMtHAalhpFBAgaXSUlYkqMBlAjgB2TDRIGlZdCthctM+co0vKQzztnAulVkSHRAYSKHAQsCuBHVICYv7cAaxP4ZhsSIGBCtwO7Duw7W7NUgNiG6PZBmkqUmAsBSxR9NRUnacGZAtwUSrnZEcKDFDg5CU7WAaZTA1I6MlJQc6qshRYosB1wGOAe1IplRoQ88t2CTw3lYOyIwUCFDgNuDig/tKqOQCxE5QuBU5Y2rsqSIF0Cti9h13iJ93CNQcgNuQN3YGTh6cbvyxJgbkKbAeOyaFPLkBWIPkicEoOx2VTCnQKXNBd1t+VQ5GcgKz4eyZwNmBf2qlIgVQK/BU4q+d5j4P7LAGIObcR2No9nz5ksLdqKAVgZ/cqYVu3IV9WTUoBsnoQm7pHcZaaYuCoSIFlCtgGGJbGZIcQXbuscsq/jwFISv9lSwpkVUCAZJVXxmtXQIDUHkH5n1UBAZJVXhmvXQEBUnsE5X9WBQRIVnllvHYFBEjtEZT/WRUQIFnllfHaFRAgtUdQ/mdVQIBklVfGa1dAgNQeQfmfVQEBklVeGa9dgX8DujCRBT7G+XAAAAAASUVORK5CYII=",expandAndCollapse:!0,animationDuration:550,animationDurationUpdate:750}]};e.setOption(i)},search_vt(t){window.open("https://www.virustotal.com/gui/search/"+t,"_blank")},delete_threat(t){I().get("/api/v1/get/process_chain/delete?id="+t,{"Content-Type":"application/json"}).then((t=>{this.get_clientids()}))},handle_threat(t,e){I().get("/api/v1/get/process_chain/handle?id="+t+"&handletype="+e,{"Content-Type":"application/json"}).then((t=>{this.get_clientids()}))},show_details(t){I().get("/api/v1/get/process_chain/pull?id="+t,{"Content-Type":"application/json"}).then((t=>{const e=t.data;e.data&&(this.select_chain_data=e.data.chain.process_node,this.dialog=!0,console.log("this.select_chain_data",this.select_chain_data),this.$nextTick((()=>{this.draw_tree()})))}))},get_threatStatistics(){I().get("/api/v1/get/threat_statistics",{"Content-Type":"application/json"}).then((t=>{const e=t.data;e.data&&(this.threatStatistics=e.data,this.Threatitems[0].value=this.threatStatistics.all,this.Threatitems[1].value=this.threatStatistics.confirm,this.Threatitems[2].value=this.threatStatistics.ingore,this.Threatitems[3].value=this.threatStatistics.working)}))},get_clientids(){const t=this.$route.params.queryIndex,e=null===t||void 0===t?0:t;I().get("/api/v1/get/process_chain/all?query_type="+e,{"Content-Type":"application/json"}).then((t=>{const e=t.data;e.data&&(this.server_threat={data:[]},this.server_threat.data=e.data,this.get_threatStatistics())}))}},mounted(){this.get_clientids(),setInterval((()=>{this.last_refresh-=1,this.last_refresh<=0&&(this.get_clientids(),this.last_refresh=360)}),1e3)},watch:{$route(t,e){this.get_clientids()}}});var D=i(4260),x=i(151),W=i(5589),Z=i(3414),E=i(2035),K=i(4554),Y=i(2350),z=i(1432),F=i(3424),N=i(9367),T=i(7030),O=i(9400),j=i(9815),H=i(846),X=i(2025),J=i(5528),P=i(677),G=i(7518),R=i.n(G);const L=(0,D.Z)(S,[["render",U]]),M=L;R()(S,"components",{QCard:x.Z,QCardSection:W.Z,QItem:Z.Z,QItemSection:E.Z,QIcon:K.Z,QItemLabel:Y.Z,QTimeline:z.Z,QTimelineEntry:F.Z,QCardActions:N.Z,QChip:T.Z,QBtn:O.Z,QDialog:j.Z,QBar:H.Z,QSpace:X.Z,QTooltip:J.Z}),R()(S,"directives",{ClosePopup:P.Z})}}]); \ No newline at end of file diff --git a/Server/templates/js/64.d71ba94a.js.gz b/Server/templates/js/64.d71ba94a.js.gz new file mode 100644 index 0000000..6885154 Binary files /dev/null and b/Server/templates/js/64.d71ba94a.js.gz differ diff --git a/Server/templates/js/904.3892002c.js b/Server/templates/js/904.3892002c.js new file mode 100644 index 0000000..7a718a7 --- /dev/null +++ b/Server/templates/js/904.3892002c.js @@ -0,0 +1 @@ +"use strict";(globalThis["webpackChunksyseye"]=globalThis["webpackChunksyseye"]||[]).push([[904],{6904:(s,a,e)=>{e.r(a),e.d(a,{default:()=>h});var r=e(3673);const n={class:"row q-gutter-md q-mb-sm q-pa-lg"};function t(s,a,e,t,c,o){return(0,r.wg)(),(0,r.iD)("h4",n,"施工中....")}const c=(0,r.aZ)({name:"Dashboard"});var o=e(4260);const u=(0,o.Z)(c,[["render",t]]),h=u}}]); \ No newline at end of file diff --git a/Server/templates/js/950.7d796a08.js b/Server/templates/js/950.7d796a08.js new file mode 100644 index 0000000..1b3f75f --- /dev/null +++ b/Server/templates/js/950.7d796a08.js @@ -0,0 +1 @@ +"use strict";(globalThis["webpackChunksyseye"]=globalThis["webpackChunksyseye"]||[]).push([[950],{950:(e,a,t)=>{t.r(a),t.d(a,{default:()=>T});var l=t(3673);const r=(0,l.Uk)(" DuckSysEye内部测试版本v0.0.0.1 "),i=(0,l.Uk)(" 仪表盘 "),n=(0,l.Uk)(" 未处理威胁列表 "),o=(0,l.Uk)(" 已处理威胁列表 "),u=(0,l.Uk)(" 已忽略威胁列表 ");function c(e,a,t,c,s,d){const m=(0,l.up)("q-toolbar-title"),w=(0,l.up)("q-btn"),p=(0,l.up)("q-toolbar"),b=(0,l.up)("q-header"),_=(0,l.up)("q-icon"),h=(0,l.up)("q-item-section"),v=(0,l.up)("q-item"),f=(0,l.up)("q-list"),W=(0,l.up)("q-scroll-area"),k=(0,l.up)("q-drawer"),g=(0,l.up)("router-view"),y=(0,l.up)("q-page-container"),L=(0,l.up)("q-layout"),Z=(0,l.Q2)("ripple");return(0,l.wg)(),(0,l.j4)(L,{view:"lHh Lpr lFf",style:{"background-color":"rgb(239, 243, 246)"}},{default:(0,l.w5)((()=>[(0,l.Wm)(b,{elevated:"","height-hint":"98"},{default:(0,l.w5)((()=>[(0,l.Wm)(p,{class:"text-primary bg-white"},{default:(0,l.w5)((()=>[(0,l.Wm)(m,null,{default:(0,l.w5)((()=>[r])),_:1}),(0,l.Wm)(w,{flat:"",round:"",dense:"",icon:"more_vert"})])),_:1})])),_:1}),(0,l.Wm)(k,{"show-if-above":"",mini:e.miniState,onMouseover:a[4]||(a[4]=a=>e.miniState=!1),onMouseout:a[5]||(a[5]=a=>e.miniState=!0),width:200,breakpoint:500,bordered:"",class:"bg-white text-primary"},{default:(0,l.w5)((()=>[(0,l.Wm)(W,{class:"fit"},{default:(0,l.w5)((()=>[(0,l.Wm)(f,{padding:""},{default:(0,l.w5)((()=>[(0,l.wy)(((0,l.wg)(),(0,l.j4)(v,{active:"dashboard"==e.selectLabel,clickable:"","active-class":"menu-active",onClick:a[0]||(a[0]=a=>e.selectLabel="dashboard"),to:"/page/dashboard"},{default:(0,l.w5)((()=>[(0,l.Wm)(h,{avatar:""},{default:(0,l.w5)((()=>[(0,l.Wm)(_,{name:"dashboard"})])),_:1}),(0,l.Wm)(h,null,{default:(0,l.w5)((()=>[i])),_:1})])),_:1},8,["active"])),[[Z]]),(0,l.wy)(((0,l.wg)(),(0,l.j4)(v,{active:"non_hanlde_report"==e.selectLabel,clickable:"","active-class":"menu-active",onClick:a[1]||(a[1]=a=>{e.selectLabel="non_hanlde_report",e.routerToThreatList(0)})},{default:(0,l.w5)((()=>[(0,l.Wm)(h,{avatar:""},{default:(0,l.w5)((()=>[(0,l.Wm)(_,{name:"report"})])),_:1}),(0,l.Wm)(h,null,{default:(0,l.w5)((()=>[n])),_:1})])),_:1},8,["active"])),[[Z]]),(0,l.wy)(((0,l.wg)(),(0,l.j4)(v,{active:"handle_report"==e.selectLabel,clickable:"","active-class":"menu-active",onClick:a[2]||(a[2]=a=>{e.selectLabel="handle_report",e.routerToThreatList(1)})},{default:(0,l.w5)((()=>[(0,l.Wm)(h,{avatar:""},{default:(0,l.w5)((()=>[(0,l.Wm)(_,{name:"done"})])),_:1}),(0,l.Wm)(h,null,{default:(0,l.w5)((()=>[o])),_:1})])),_:1},8,["active"])),[[Z]]),(0,l.wy)(((0,l.wg)(),(0,l.j4)(v,{active:"ingore_report"==e.selectLabel,clickable:"","active-class":"menu-active",onClick:a[3]||(a[3]=a=>{e.selectLabel="ingore_report",e.routerToThreatList(2)})},{default:(0,l.w5)((()=>[(0,l.Wm)(h,{avatar:""},{default:(0,l.w5)((()=>[(0,l.Wm)(_,{name:"texture"})])),_:1}),(0,l.Wm)(h,null,{default:(0,l.w5)((()=>[u])),_:1})])),_:1},8,["active"])),[[Z]])])),_:1})])),_:1})])),_:1},8,["mini"]),(0,l.Wm)(y,null,{default:(0,l.w5)((()=>[(0,l.Wm)(g)])),_:1})])),_:1})}const s=(0,l.aZ)({name:"MainLayout",setup(){return{}},data:function(){return{selectLabel:"non_hanlde_report",drawer:!1,miniState:!0}},methods:{routerToThreatList(e){this.$router.push({name:"index",params:{queryIndex:e}})}}});var d=t(4260),m=t(9214),w=t(3812),p=t(9570),b=t(3747),_=t(9400),h=t(2901),v=t(7704),f=t(7011),W=t(3414),k=t(2035),g=t(4554),y=t(2652),L=t(6489),Z=t(7518),q=t.n(Z);const Q=(0,d.Z)(s,[["render",c]]),T=Q;q()(s,"components",{QLayout:m.Z,QHeader:w.Z,QToolbar:p.Z,QToolbarTitle:b.Z,QBtn:_.Z,QDrawer:h.Z,QScrollArea:v.Z,QList:f.Z,QItem:W.Z,QItemSection:k.Z,QIcon:g.Z,QPageContainer:y.Z}),q()(s,"directives",{Ripple:L.Z})}}]); \ No newline at end of file diff --git a/Server/templates/js/app.3ea8aeff.js b/Server/templates/js/app.3ea8aeff.js new file mode 100644 index 0000000..e5a8914 --- /dev/null +++ b/Server/templates/js/app.3ea8aeff.js @@ -0,0 +1 @@ +(()=>{"use strict";var e={9942:(e,t,r)=>{var n=r(8880),o=r(8204),a=r(3673);function i(e,t,r,n,o,i){const s=(0,a.up)("router-view");return(0,a.wg)(),(0,a.j4)(s)}const s=(0,a.aZ)({name:"App"});var l=r(4260);const u=(0,l.Z)(s,[["render",i]]),d=u;var c=r(3340),p=r(8339);r(71);const h=[{path:"/",component:()=>Promise.all([r.e(736),r.e(950)]).then(r.bind(r,950)),children:[{path:"",component:()=>Promise.all([r.e(736),r.e(64)]).then(r.bind(r,1064))}]},{path:"/page",component:()=>Promise.all([r.e(736),r.e(950)]).then(r.bind(r,950)),children:[{path:"dashboard",component:()=>r.e(904).then(r.bind(r,6904))},{path:"index",name:"index",component:()=>Promise.all([r.e(736),r.e(64)]).then(r.bind(r,1064))}]},{path:"/:catchAll(.*)*",component:()=>Promise.all([r.e(736),r.e(193)]).then(r.bind(r,2193))}],f=h,m=(0,c.BC)((function(){const e=p.r5,t=(0,p.p7)({scrollBehavior:()=>({left:0,top:0}),routes:f,history:e("")});return t}));async function v(e,t){const r="function"===typeof m?await m({}):m,n=e(d);return n.use(o.Z,t),{app:n,router:r}}const b={config:{}};async function g({app:e,router:t}){e.use(t),e.mount("#q-app")}v(n.ri,b).then(g)}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,r),a.exports}r.m=e,(()=>{var e=[];r.O=(t,n,o,a)=>{if(!n){var i=1/0;for(d=0;d=a)&&Object.keys(r.O).every((e=>r.O[e](n[l])))?n.splice(l--,1):(s=!1,a0&&e[d-1][2]>a;d--)e[d]=e[d-1];e[d]=[n,o,a]}})(),(()=>{r.n=e=>{var t=e&&e.__esModule?()=>e["default"]:()=>e;return r.d(t,{a:t}),t}})(),(()=>{r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})}})(),(()=>{r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((t,n)=>(r.f[n](e,t),t)),[]))})(),(()=>{r.u=e=>"js/"+e+"."+{64:"d71ba94a",193:"aede10b8",904:"3892002c",950:"7d796a08"}[e]+".js"})(),(()=>{r.miniCssF=e=>"css/"+({143:"app",736:"vendor"}[e]||e)+"."+{143:"31d6cfe0",736:"5b8581f0",950:"8be8f613"}[e]+".css"})(),(()=>{r.g=function(){if("object"===typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"===typeof window)return window}}()})(),(()=>{r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t)})(),(()=>{var e={},t="syseye:";r.l=(n,o,a,i)=>{if(e[n])e[n].push(o);else{var s,l;if(void 0!==a)for(var u=document.getElementsByTagName("script"),d=0;d{s.onerror=s.onload=null,clearTimeout(h);var o=e[n];if(delete e[n],s.parentNode&&s.parentNode.removeChild(s),o&&o.forEach((e=>e(r))),t)return t(r)},h=setTimeout(p.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=p.bind(null,s.onerror),s.onload=p.bind(null,s.onload),l&&document.head.appendChild(s)}}})(),(()=>{r.r=e=>{"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}})(),(()=>{r.p=""})(),(()=>{var e=(e,t,r,n)=>{var o=document.createElement("link");o.rel="stylesheet",o.type="text/css";var a=a=>{if(o.onerror=o.onload=null,"load"===a.type)r();else{var i=a&&("load"===a.type?"missing":a.type),s=a&&a.target&&a.target.href||t,l=new Error("Loading CSS chunk "+e+" failed.\n("+s+")");l.code="CSS_CHUNK_LOAD_FAILED",l.type=i,l.request=s,o.parentNode.removeChild(o),n(l)}};return o.onerror=o.onload=a,o.href=t,document.head.appendChild(o),o},t=(e,t)=>{for(var r=document.getElementsByTagName("link"),n=0;nnew Promise(((o,a)=>{var i=r.miniCssF(n),s=r.p+i;if(t(i,s))return o();e(n,s,o,a)})),o={143:0};r.f.miniCss=(e,t)=>{var r={950:1};o[e]?t.push(o[e]):0!==o[e]&&r[e]&&t.push(o[e]=n(e).then((()=>{o[e]=0}),(t=>{throw delete o[e],t})))}})(),(()=>{var e={143:0};r.f.j=(t,n)=>{var o=r.o(e,t)?e[t]:void 0;if(0!==o)if(o)n.push(o[2]);else{var a=new Promise(((r,n)=>o=e[t]=[r,n]));n.push(o[2]=a);var i=r.p+r.u(t),s=new Error,l=n=>{if(r.o(e,t)&&(o=e[t],0!==o&&(e[t]=void 0),o)){var a=n&&("load"===n.type?"missing":n.type),i=n&&n.target&&n.target.src;s.message="Loading chunk "+t+" failed.\n("+a+": "+i+")",s.name="ChunkLoadError",s.type=a,s.request=i,o[1](s)}};r.l(i,l,"chunk-"+t,t)}},r.O.j=t=>0===e[t];var t=(t,n)=>{var o,a,[i,s,l]=n,u=0;if(i.some((t=>0!==e[t]))){for(o in s)r.o(s,o)&&(r.m[o]=s[o]);if(l)var d=l(r)}for(t&&t(n);ur(9942)));n=r.O(n)})(); \ No newline at end of file diff --git a/Server/templates/js/vendor.070221f5.js b/Server/templates/js/vendor.070221f5.js new file mode 100644 index 0000000..d6061d7 --- /dev/null +++ b/Server/templates/js/vendor.070221f5.js @@ -0,0 +1,32 @@ +(globalThis["webpackChunksyseye"]=globalThis["webpackChunksyseye"]||[]).push([[736],{7518:t=>{t.exports=function(t,e,n){const i=void 0!==t.__vccOpts?t.__vccOpts:t,r=i[e];if(void 0===r)i[e]=n;else for(const o in n)void 0===r[o]&&(r[o]=n[o])}},1959:(t,e,n)=>{"use strict";n.d(e,{Bj:()=>o,Fl:()=>Wt,IU:()=>At,Jd:()=>S,PG:()=>Mt,SU:()=>Vt,Um:()=>bt,WL:()=>Ht,X$:()=>C,X3:()=>Ct,XI:()=>Nt,Xl:()=>kt,dq:()=>Rt,iH:()=>Et,j:()=>I,lk:()=>M,qj:()=>_t,qq:()=>x,yT:()=>Tt});var i=n(2323);let r;class o{constructor(t=!1){this.active=!0,this.effects=[],this.cleanups=[],!t&&r&&(this.parent=r,this.index=(r.scopes||(r.scopes=[])).push(this)-1)}run(t){if(this.active){const e=r;try{return r=this,t()}finally{r=e}}else 0}on(){r=this}off(){r=this.parent}stop(t){if(this.active){let e,n;for(e=0,n=this.effects.length;e{const e=new Set(t);return e.w=0,e.n=0,e},l=t=>(t.w&f)>0,u=t=>(t.n&f)>0,c=({deps:t})=>{if(t.length)for(let e=0;e{const{deps:e}=t;if(e.length){let n=0;for(let i=0;i{("length"===e||e>=r)&&u.push(t)}));else switch(void 0!==n&&u.push(l.get(n)),e){case"add":(0,i.kJ)(t)?(0,i.S0)(n)&&u.push(l.get("length")):(u.push(l.get(y)),(0,i._N)(t)&&u.push(l.get(m)));break;case"delete":(0,i.kJ)(t)||(u.push(l.get(y)),(0,i._N)(t)&&u.push(l.get(m)));break;case"set":(0,i._N)(t)&&u.push(l.get(y));break}if(1===u.length)u[0]&&A(u[0]);else{const t=[];for(const e of u)e&&t.push(...e);A(s(t))}}function A(t,e){const n=(0,i.kJ)(t)?t:[...t];for(const i of n)i.computed&&k(i,e);for(const i of n)i.computed||k(i,e)}function k(t,e){(t!==v||t.allowRecurse)&&(t.scheduler?t.scheduler():t.run())}const D=(0,i.fY)("__proto__,__v_isRef,__isVue"),L=new Set(Object.getOwnPropertyNames(Symbol).filter((t=>"arguments"!==t&&"caller"!==t)).map((t=>Symbol[t])).filter(i.yk)),P=z(),O=z(!1,!0),R=z(!0),E=N();function N(){const t={};return["includes","indexOf","lastIndexOf"].forEach((e=>{t[e]=function(...t){const n=At(this);for(let e=0,r=this.length;e{t[e]=function(...t){S();const n=At(this)[e].apply(this,t);return M(),n}})),t}function z(t=!1,e=!1){return function(n,r,o){if("__v_isReactive"===r)return!t;if("__v_isReadonly"===r)return t;if("__v_isShallow"===r)return e;if("__v_raw"===r&&o===(t?e?yt:vt:e?gt:ft).get(n))return n;const a=(0,i.kJ)(n);if(!t&&a&&(0,i.RI)(E,r))return Reflect.get(E,r,o);const s=Reflect.get(n,r,o);return((0,i.yk)(r)?L.has(r):D(r))?s:(t||I(n,"get",r),e?s:Rt(s)?a&&(0,i.S0)(r)?s:s.value:(0,i.Kn)(s)?t?wt(s):_t(s):s)}}const B=F(),V=F(!0);function F(t=!1){return function(e,n,r,o){let a=e[n];if(It(a)&&Rt(a)&&!Rt(r))return!1;if(!t&&!It(r)&&(Tt(r)||(r=At(r),a=At(a)),!(0,i.kJ)(e)&&Rt(a)&&!Rt(r)))return a.value=r,!0;const s=(0,i.kJ)(e)&&(0,i.S0)(n)?Number(n)t,Y=t=>Reflect.getPrototypeOf(t);function X(t,e,n=!1,i=!1){t=t["__v_raw"];const r=At(t),o=At(e);n||(e!==o&&I(r,"get",e),I(r,"get",o));const{has:a}=Y(r),s=i?Z:n?Lt:Dt;return a.call(r,e)?s(t.get(e)):a.call(r,o)?s(t.get(o)):void(t!==r&&t.get(e))}function $(t,e=!1){const n=this["__v_raw"],i=At(n),r=At(t);return e||(t!==r&&I(i,"has",t),I(i,"has",r)),t===r?n.has(t):n.has(t)||n.has(r)}function K(t,e=!1){return t=t["__v_raw"],!e&&I(At(t),"iterate",y),Reflect.get(t,"size",t)}function J(t){t=At(t);const e=At(this),n=Y(e),i=n.has.call(e,t);return i||(e.add(t),C(e,"add",t,t)),this}function Q(t,e){e=At(e);const n=At(this),{has:r,get:o}=Y(n);let a=r.call(n,t);a||(t=At(t),a=r.call(n,t));const s=o.call(n,t);return n.set(t,e),a?(0,i.aU)(e,s)&&C(n,"set",t,e,s):C(n,"add",t,e),this}function tt(t){const e=At(this),{has:n,get:i}=Y(e);let r=n.call(e,t);r||(t=At(t),r=n.call(e,t));const o=i?i.call(e,t):void 0,a=e.delete(t);return r&&C(e,"delete",t,void 0,o),a}function et(){const t=At(this),e=0!==t.size,n=void 0,i=t.clear();return e&&C(t,"clear",void 0,void 0,n),i}function nt(t,e){return function(n,i){const r=this,o=r["__v_raw"],a=At(o),s=e?Z:t?Lt:Dt;return!t&&I(a,"iterate",y),o.forEach(((t,e)=>n.call(i,s(t),s(e),r)))}}function it(t,e,n){return function(...r){const o=this["__v_raw"],a=At(o),s=(0,i._N)(a),l="entries"===t||t===Symbol.iterator&&s,u="keys"===t&&s,c=o[t](...r),h=n?Z:e?Lt:Dt;return!e&&I(a,"iterate",u?m:y),{next(){const{value:t,done:e}=c.next();return e?{value:t,done:e}:{value:l?[h(t[0]),h(t[1])]:h(t),done:e}},[Symbol.iterator](){return this}}}}function rt(t){return function(...e){return"delete"!==t&&this}}function ot(){const t={get(t){return X(this,t)},get size(){return K(this)},has:$,add:J,set:Q,delete:tt,clear:et,forEach:nt(!1,!1)},e={get(t){return X(this,t,!1,!0)},get size(){return K(this)},has:$,add:J,set:Q,delete:tt,clear:et,forEach:nt(!1,!0)},n={get(t){return X(this,t,!0)},get size(){return K(this,!0)},has(t){return $.call(this,t,!0)},add:rt("add"),set:rt("set"),delete:rt("delete"),clear:rt("clear"),forEach:nt(!0,!1)},i={get(t){return X(this,t,!0,!0)},get size(){return K(this,!0)},has(t){return $.call(this,t,!0)},add:rt("add"),set:rt("set"),delete:rt("delete"),clear:rt("clear"),forEach:nt(!0,!0)},r=["keys","values","entries",Symbol.iterator];return r.forEach((r=>{t[r]=it(r,!1,!1),n[r]=it(r,!0,!1),e[r]=it(r,!1,!0),i[r]=it(r,!0,!0)})),[t,n,e,i]}const[at,st,lt,ut]=ot();function ct(t,e){const n=e?t?ut:lt:t?st:at;return(e,r,o)=>"__v_isReactive"===r?!t:"__v_isReadonly"===r?t:"__v_raw"===r?e:Reflect.get((0,i.RI)(n,r)&&r in e?n:e,r,o)}const ht={get:ct(!1,!1)},dt={get:ct(!1,!0)},pt={get:ct(!0,!1)};const ft=new WeakMap,gt=new WeakMap,vt=new WeakMap,yt=new WeakMap;function mt(t){switch(t){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function xt(t){return t["__v_skip"]||!Object.isExtensible(t)?0:mt((0,i.W7)(t))}function _t(t){return It(t)?t:St(t,!1,q,ht,ft)}function bt(t){return St(t,!1,j,dt,gt)}function wt(t){return St(t,!0,U,pt,vt)}function St(t,e,n,r,o){if(!(0,i.Kn)(t))return t;if(t["__v_raw"]&&(!e||!t["__v_isReactive"]))return t;const a=o.get(t);if(a)return a;const s=xt(t);if(0===s)return t;const l=new Proxy(t,2===s?r:n);return o.set(t,l),l}function Mt(t){return It(t)?Mt(t["__v_raw"]):!(!t||!t["__v_isReactive"])}function It(t){return!(!t||!t["__v_isReadonly"])}function Tt(t){return!(!t||!t["__v_isShallow"])}function Ct(t){return Mt(t)||It(t)}function At(t){const e=t&&t["__v_raw"];return e?At(e):t}function kt(t){return(0,i.Nj)(t,"__v_skip",!0),t}const Dt=t=>(0,i.Kn)(t)?_t(t):t,Lt=t=>(0,i.Kn)(t)?wt(t):t;function Pt(t){b&&v&&(t=At(t),T(t.dep||(t.dep=s())))}function Ot(t,e){t=At(t),t.dep&&A(t.dep)}function Rt(t){return!(!t||!0!==t.__v_isRef)}function Et(t){return zt(t,!1)}function Nt(t){return zt(t,!0)}function zt(t,e){return Rt(t)?t:new Bt(t,e)}class Bt{constructor(t,e){this.__v_isShallow=e,this.dep=void 0,this.__v_isRef=!0,this._rawValue=e?t:At(t),this._value=e?t:Dt(t)}get value(){return Pt(this),this._value}set value(t){t=this.__v_isShallow?t:At(t),(0,i.aU)(t,this._rawValue)&&(this._rawValue=t,this._value=this.__v_isShallow?t:Dt(t),Ot(this,t))}}function Vt(t){return Rt(t)?t.value:t}const Ft={get:(t,e,n)=>Vt(Reflect.get(t,e,n)),set:(t,e,n,i)=>{const r=t[e];return Rt(r)&&!Rt(n)?(r.value=n,!0):Reflect.set(t,e,n,i)}};function Ht(t){return Mt(t)?t:new Proxy(t,Ft)}class Gt{constructor(t,e,n,i){this._setter=e,this.dep=void 0,this.__v_isRef=!0,this._dirty=!0,this.effect=new x(t,(()=>{this._dirty||(this._dirty=!0,Ot(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!i,this["__v_isReadonly"]=n}get value(){const t=At(this);return Pt(t),!t._dirty&&t._cacheable||(t._dirty=!1,t._value=t.effect.run()),t._value}set value(t){this._setter(t)}}function Wt(t,e,n=!1){let r,o;const a=(0,i.mf)(t);a?(r=t,o=i.dG):(r=t.get,o=t.set);const s=new Gt(r,o,a||!o,n);return s}},3673:(t,e,n)=>{"use strict";n.d(e,{$d:()=>a,Ah:()=>Dt,FN:()=>Mn,Fl:()=>Fn,HY:()=>We,JJ:()=>X,Jd:()=>kt,Ko:()=>qt,P$:()=>at,Q2:()=>Ht,Q6:()=>dt,U2:()=>lt,Uk:()=>pn,Us:()=>De,Wm:()=>un,Y3:()=>w,Y8:()=>it,YP:()=>J,_:()=>ln,aZ:()=>pt,bv:()=>Tt,dl:()=>yt,f3:()=>$,h:()=>Hn,iD:()=>tn,ic:()=>At,j4:()=>en,kq:()=>fn,lR:()=>Ge,nK:()=>ht,se:()=>mt,up:()=>Vt,w5:()=>F,wg:()=>Xe,wy:()=>Et});var i=n(1959),r=n(2323);function o(t,e,n,i){let r;try{r=i?t(...i):t()}catch(o){s(o,e,n)}return r}function a(t,e,n,i){if((0,r.mf)(t)){const a=o(t,e,n,i);return a&&(0,r.tI)(a)&&a.catch((t=>{s(t,e,n)})),a}const l=[];for(let r=0;r>>1,r=P(h[i]);rd&&h.splice(e,1)}function C(t,e,n,i){(0,r.kJ)(t)?n.push(...t):e&&e.includes(t,t.allowRecurse?i+1:i)||n.push(t),I()}function A(t){C(t,f,p,g)}function k(t){C(t,y,v,m)}function D(t,e=null){if(p.length){for(b=e,f=[...new Set(p)],p.length=0,g=0;gP(t)-P(e))),m=0;mnull==t.id?1/0:t.id;function O(t){c=!1,u=!0,D(t),h.sort(((t,e)=>P(t)-P(e)));r.dG;try{for(d=0;dt.trim()))),e&&(o=n.map(r.He))}let u;let c=i[u=(0,r.hR)(e)]||i[u=(0,r.hR)((0,r._A)(e))];!c&&s&&(c=i[u=(0,r.hR)((0,r.rs)(e))]),c&&a(c,t,6,o);const h=i[u+"Once"];if(h){if(t.emitted){if(t.emitted[u])return}else t.emitted={};t.emitted[u]=!0,a(h,t,6,o)}}function E(t,e,n=!1){const i=e.emitsCache,o=i.get(t);if(void 0!==o)return o;const a=t.emits;let s={},l=!1;if(!(0,r.mf)(t)){const i=t=>{const n=E(t,e,!0);n&&(l=!0,(0,r.l7)(s,n))};!n&&e.mixins.length&&e.mixins.forEach(i),t.extends&&i(t.extends),t.mixins&&t.mixins.forEach(i)}return a||l?((0,r.kJ)(a)?a.forEach((t=>s[t]=null)):(0,r.l7)(s,a),i.set(t,s),s):(i.set(t,null),null)}function N(t,e){return!(!t||!(0,r.F7)(e))&&(e=e.slice(2).replace(/Once$/,""),(0,r.RI)(t,e[0].toLowerCase()+e.slice(1))||(0,r.RI)(t,(0,r.rs)(e))||(0,r.RI)(t,e))}let z=null,B=null;function V(t){const e=z;return z=t,B=t&&t.type.__scopeId||null,e}function F(t,e=z,n){if(!e)return t;if(t._n)return t;const i=(...n)=>{i._d&&Je(-1);const r=V(e),o=t(...n);return V(r),i._d&&Je(1),o};return i._n=!0,i._c=!0,i._d=!0,i}function H(t){const{type:e,vnode:n,proxy:i,withProxy:o,props:a,propsOptions:[l],slots:u,attrs:c,emit:h,render:d,renderCache:p,data:f,setupState:g,ctx:v,inheritAttrs:y}=t;let m,x;const _=V(t);try{if(4&n.shapeFlag){const t=o||i;m=gn(d.call(t,t,p,a,g,f,v)),x=c}else{const t=e;0,m=gn(t.length>1?t(a,{attrs:c,slots:u,emit:h}):t(a,null)),x=e.props?c:G(c)}}catch(w){Ze.length=0,s(w,t,1),m=un(Ue)}let b=m;if(x&&!1!==y){const t=Object.keys(x),{shapeFlag:e}=b;t.length&&7&e&&(l&&t.some(r.tR)&&(x=W(x,l)),b=dn(b,x))}return n.dirs&&(b=dn(b),b.dirs=b.dirs?b.dirs.concat(n.dirs):n.dirs),n.transition&&(b.transition=n.transition),m=b,V(_),m}const G=t=>{let e;for(const n in t)("class"===n||"style"===n||(0,r.F7)(n))&&((e||(e={}))[n]=t[n]);return e},W=(t,e)=>{const n={};for(const i in t)(0,r.tR)(i)&&i.slice(9)in e||(n[i]=t[i]);return n};function q(t,e,n){const{props:i,children:r,component:o}=t,{props:a,children:s,patchFlag:l}=e,u=o.emitsOptions;if(e.dirs||e.transition)return!0;if(!(n&&l>=0))return!(!r&&!s||s&&s.$stable)||i!==a&&(i?!a||U(i,a,u):!!a);if(1024&l)return!0;if(16&l)return i?U(i,a,u):!!a;if(8&l){const t=e.dynamicProps;for(let e=0;et.__isSuspense;function Y(t,e){e&&e.pendingBranch?(0,r.kJ)(t)?e.effects.push(...t):e.effects.push(t):k(t)}function X(t,e){if(Sn){let n=Sn.provides;const i=Sn.parent&&Sn.parent.provides;i===n&&(n=Sn.provides=Object.create(i)),n[t]=e}else 0}function $(t,e,n=!1){const i=Sn||z;if(i){const o=null==i.parent?i.vnode.appContext&&i.vnode.appContext.provides:i.parent.provides;if(o&&t in o)return o[t];if(arguments.length>1)return n&&(0,r.mf)(e)?e.call(i.proxy):e}else 0}const K={};function J(t,e,n){return Q(t,e,n)}function Q(t,e,{immediate:n,deep:s,flush:l,onTrack:u,onTrigger:c}=r.kT){const h=Sn;let d,p,f=!1,g=!1;if((0,i.dq)(t)?(d=()=>t.value,f=(0,i.yT)(t)):(0,i.PG)(t)?(d=()=>t,s=!0):(0,r.kJ)(t)?(g=!0,f=t.some((t=>(0,i.PG)(t)||(0,i.yT)(t))),d=()=>t.map((t=>(0,i.dq)(t)?t.value:(0,i.PG)(t)?nt(t):(0,r.mf)(t)?o(t,h,2):void 0))):d=(0,r.mf)(t)?e?()=>o(t,h,2):()=>{if(!h||!h.isUnmounted)return p&&p(),a(t,h,3,[v])}:r.dG,e&&s){const t=d;d=()=>nt(t())}let v=t=>{p=_.onStop=()=>{o(t,h,4)}};if(Dn)return v=r.dG,e?n&&a(e,h,3,[d(),g?[]:void 0,v]):d(),r.dG;let y=g?[]:K;const m=()=>{if(_.active)if(e){const t=_.run();(s||f||(g?t.some(((t,e)=>(0,r.aU)(t,y[e]))):(0,r.aU)(t,y)))&&(p&&p(),a(e,h,3,[t,y===K?void 0:y,v]),y=t)}else _.run()};let x;m.allowRecurse=!!e,x="sync"===l?m:"post"===l?()=>ke(m,h&&h.suspense):()=>A(m);const _=new i.qq(d,x);return e?n?m():y=_.run():"post"===l?ke(_.run.bind(_),h&&h.suspense):_.run(),()=>{_.stop(),h&&h.scope&&(0,r.Od)(h.scope.effects,_)}}function tt(t,e,n){const i=this.proxy,o=(0,r.HD)(t)?t.includes(".")?et(i,t):()=>i[t]:t.bind(i,i);let a;(0,r.mf)(e)?a=e:(a=e.handler,n=e);const s=Sn;In(this);const l=Q(o,a.bind(i),n);return s?In(s):Tn(),l}function et(t,e){const n=e.split(".");return()=>{let e=t;for(let t=0;t{nt(t,e)}));else if((0,r.PO)(t))for(const n in t)nt(t[n],e);return t}function it(){const t={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return Tt((()=>{t.isMounted=!0})),kt((()=>{t.isUnmounting=!0})),t}const rt=[Function,Array],ot={name:"BaseTransition",props:{mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:rt,onEnter:rt,onAfterEnter:rt,onEnterCancelled:rt,onBeforeLeave:rt,onLeave:rt,onAfterLeave:rt,onLeaveCancelled:rt,onBeforeAppear:rt,onAppear:rt,onAfterAppear:rt,onAppearCancelled:rt},setup(t,{slots:e}){const n=Mn(),r=it();let o;return()=>{const a=e.default&&dt(e.default(),!0);if(!a||!a.length)return;let s=a[0];if(a.length>1){let t=!1;for(const e of a)if(e.type!==Ue){0,s=e,t=!0;break}}const l=(0,i.IU)(t),{mode:u}=l;if(r.isLeaving)return ut(s);const c=ct(s);if(!c)return ut(s);const h=lt(c,l,r,n);ht(c,h);const d=n.subTree,p=d&&ct(d);let f=!1;const{getTransitionKey:g}=c.type;if(g){const t=g();void 0===o?o=t:t!==o&&(o=t,f=!0)}if(p&&p.type!==Ue&&(!rn(c,p)||f)){const t=lt(p,l,r,n);if(ht(p,t),"out-in"===u)return r.isLeaving=!0,t.afterLeave=()=>{r.isLeaving=!1,n.update()},ut(s);"in-out"===u&&c.type!==Ue&&(t.delayLeave=(t,e,n)=>{const i=st(r,p);i[String(p.key)]=p,t._leaveCb=()=>{e(),t._leaveCb=void 0,delete h.delayedLeave},h.delayedLeave=n})}return s}}},at=ot;function st(t,e){const{leavingVNodes:n}=t;let i=n.get(e.type);return i||(i=Object.create(null),n.set(e.type,i)),i}function lt(t,e,n,i){const{appear:o,mode:s,persisted:l=!1,onBeforeEnter:u,onEnter:c,onAfterEnter:h,onEnterCancelled:d,onBeforeLeave:p,onLeave:f,onAfterLeave:g,onLeaveCancelled:v,onBeforeAppear:y,onAppear:m,onAfterAppear:x,onAppearCancelled:_}=e,b=String(t.key),w=st(n,t),S=(t,e)=>{t&&a(t,i,9,e)},M=(t,e)=>{const n=e[1];S(t,e),(0,r.kJ)(t)?t.every((t=>t.length<=1))&&n():t.length<=1&&n()},I={mode:s,persisted:l,beforeEnter(e){let i=u;if(!n.isMounted){if(!o)return;i=y||u}e._leaveCb&&e._leaveCb(!0);const r=w[b];r&&rn(t,r)&&r.el._leaveCb&&r.el._leaveCb(),S(i,[e])},enter(t){let e=c,i=h,r=d;if(!n.isMounted){if(!o)return;e=m||c,i=x||h,r=_||d}let a=!1;const s=t._enterCb=e=>{a||(a=!0,S(e?r:i,[t]),I.delayedLeave&&I.delayedLeave(),t._enterCb=void 0)};e?M(e,[t,s]):s()},leave(e,i){const r=String(t.key);if(e._enterCb&&e._enterCb(!0),n.isUnmounting)return i();S(p,[e]);let o=!1;const a=e._leaveCb=n=>{o||(o=!0,i(),S(n?v:g,[e]),e._leaveCb=void 0,w[r]===t&&delete w[r])};w[r]=t,f?M(f,[e,a]):a()},clone(t){return lt(t,e,n,i)}};return I}function ut(t){if(gt(t))return t=dn(t),t.children=null,t}function ct(t){return gt(t)?t.children?t.children[0]:void 0:t}function ht(t,e){6&t.shapeFlag&&t.component?ht(t.component.subTree,e):128&t.shapeFlag?(t.ssContent.transition=e.clone(t.ssContent),t.ssFallback.transition=e.clone(t.ssFallback)):t.transition=e}function dt(t,e=!1,n){let i=[],r=0;for(let o=0;o1)for(let o=0;o!!t.type.__asyncLoader;const gt=t=>t.type.__isKeepAlive;RegExp,RegExp;function vt(t,e){return(0,r.kJ)(t)?t.some((t=>vt(t,e))):(0,r.HD)(t)?t.split(",").includes(e):!!t.test&&t.test(e)}function yt(t,e){xt(t,"a",e)}function mt(t,e){xt(t,"da",e)}function xt(t,e,n=Sn){const i=t.__wdc||(t.__wdc=()=>{let e=n;while(e){if(e.isDeactivated)return;e=e.parent}return t()});if(St(e,i,n),n){let t=n.parent;while(t&&t.parent)gt(t.parent.vnode)&&_t(i,e,n,t),t=t.parent}}function _t(t,e,n,i){const o=St(e,t,i,!0);Dt((()=>{(0,r.Od)(i[e],o)}),n)}function bt(t){let e=t.shapeFlag;256&e&&(e-=256),512&e&&(e-=512),t.shapeFlag=e}function wt(t){return 128&t.shapeFlag?t.ssContent:t}function St(t,e,n=Sn,r=!1){if(n){const o=n[t]||(n[t]=[]),s=e.__weh||(e.__weh=(...r)=>{if(n.isUnmounted)return;(0,i.Jd)(),In(n);const o=a(e,n,t,r);return Tn(),(0,i.lk)(),o});return r?o.unshift(s):o.push(s),s}}const Mt=t=>(e,n=Sn)=>(!Dn||"sp"===t)&&St(t,e,n),It=Mt("bm"),Tt=Mt("m"),Ct=Mt("bu"),At=Mt("u"),kt=Mt("bum"),Dt=Mt("um"),Lt=Mt("sp"),Pt=Mt("rtg"),Ot=Mt("rtc");function Rt(t,e=Sn){St("ec",t,e)}function Et(t,e){const n=z;if(null===n)return t;const i=zn(n)||n.proxy,o=t.dirs||(t.dirs=[]);for(let a=0;ae(t,n,void 0,a&&a[n])));else{const n=Object.keys(t);o=new Array(n.length);for(let i=0,r=n.length;it?Cn(t)?zn(t)||t.proxy:Ut(t.parent):null,jt=(0,r.l7)(Object.create(null),{$:t=>t,$el:t=>t.vnode.el,$data:t=>t.data,$props:t=>t.props,$attrs:t=>t.attrs,$slots:t=>t.slots,$refs:t=>t.refs,$parent:t=>Ut(t.parent),$root:t=>Ut(t.root),$emit:t=>t.emit,$options:t=>Qt(t),$forceUpdate:t=>t.f||(t.f=()=>M(t.update)),$nextTick:t=>t.n||(t.n=w.bind(t.proxy)),$watch:t=>tt.bind(t)}),Zt={get({_:t},e){const{ctx:n,setupState:o,data:a,props:s,accessCache:l,type:u,appContext:c}=t;let h;if("$"!==e[0]){const i=l[e];if(void 0!==i)switch(i){case 1:return o[e];case 2:return a[e];case 4:return n[e];case 3:return s[e]}else{if(o!==r.kT&&(0,r.RI)(o,e))return l[e]=1,o[e];if(a!==r.kT&&(0,r.RI)(a,e))return l[e]=2,a[e];if((h=t.propsOptions[0])&&(0,r.RI)(h,e))return l[e]=3,s[e];if(n!==r.kT&&(0,r.RI)(n,e))return l[e]=4,n[e];Yt&&(l[e]=0)}}const d=jt[e];let p,f;return d?("$attrs"===e&&(0,i.j)(t,"get",e),d(t)):(p=u.__cssModules)&&(p=p[e])?p:n!==r.kT&&(0,r.RI)(n,e)?(l[e]=4,n[e]):(f=c.config.globalProperties,(0,r.RI)(f,e)?f[e]:void 0)},set({_:t},e,n){const{data:i,setupState:o,ctx:a}=t;return o!==r.kT&&(0,r.RI)(o,e)?(o[e]=n,!0):i!==r.kT&&(0,r.RI)(i,e)?(i[e]=n,!0):!(0,r.RI)(t.props,e)&&(("$"!==e[0]||!(e.slice(1)in t))&&(a[e]=n,!0))},has({_:{data:t,setupState:e,accessCache:n,ctx:i,appContext:o,propsOptions:a}},s){let l;return!!n[s]||t!==r.kT&&(0,r.RI)(t,s)||e!==r.kT&&(0,r.RI)(e,s)||(l=a[0])&&(0,r.RI)(l,s)||(0,r.RI)(i,s)||(0,r.RI)(jt,s)||(0,r.RI)(o.config.globalProperties,s)},defineProperty(t,e,n){return null!=n.get?t._.accessCache[e]=0:(0,r.RI)(n,"value")&&this.set(t,e,n.value,null),Reflect.defineProperty(t,e,n)}};let Yt=!0;function Xt(t){const e=Qt(t),n=t.proxy,o=t.ctx;Yt=!1,e.beforeCreate&&Kt(e.beforeCreate,t,"bc");const{data:a,computed:s,methods:l,watch:u,provide:c,inject:h,created:d,beforeMount:p,mounted:f,beforeUpdate:g,updated:v,activated:y,deactivated:m,beforeDestroy:x,beforeUnmount:_,destroyed:b,unmounted:w,render:S,renderTracked:M,renderTriggered:I,errorCaptured:T,serverPrefetch:C,expose:A,inheritAttrs:k,components:D,directives:L,filters:P}=e,O=null;if(h&&$t(h,o,O,t.appContext.config.unwrapInjectedRef),l)for(const i in l){const t=l[i];(0,r.mf)(t)&&(o[i]=t.bind(n))}if(a){0;const e=a.call(n,n);0,(0,r.Kn)(e)&&(t.data=(0,i.qj)(e))}if(Yt=!0,s)for(const i in s){const t=s[i],e=(0,r.mf)(t)?t.bind(n,n):(0,r.mf)(t.get)?t.get.bind(n,n):r.dG;0;const a=!(0,r.mf)(t)&&(0,r.mf)(t.set)?t.set.bind(n):r.dG,l=Fn({get:e,set:a});Object.defineProperty(o,i,{enumerable:!0,configurable:!0,get:()=>l.value,set:t=>l.value=t})}if(u)for(const i in u)Jt(u[i],o,n,i);if(c){const t=(0,r.mf)(c)?c.call(n):c;Reflect.ownKeys(t).forEach((e=>{X(e,t[e])}))}function R(t,e){(0,r.kJ)(e)?e.forEach((e=>t(e.bind(n)))):e&&t(e.bind(n))}if(d&&Kt(d,t,"c"),R(It,p),R(Tt,f),R(Ct,g),R(At,v),R(yt,y),R(mt,m),R(Rt,T),R(Ot,M),R(Pt,I),R(kt,_),R(Dt,w),R(Lt,C),(0,r.kJ)(A))if(A.length){const e=t.exposed||(t.exposed={});A.forEach((t=>{Object.defineProperty(e,t,{get:()=>n[t],set:e=>n[t]=e})}))}else t.exposed||(t.exposed={});S&&t.render===r.dG&&(t.render=S),null!=k&&(t.inheritAttrs=k),D&&(t.components=D),L&&(t.directives=L)}function $t(t,e,n=r.dG,o=!1){(0,r.kJ)(t)&&(t=re(t));for(const a in t){const n=t[a];let s;s=(0,r.Kn)(n)?"default"in n?$(n.from||a,n.default,!0):$(n.from||a):$(n),(0,i.dq)(s)&&o?Object.defineProperty(e,a,{enumerable:!0,configurable:!0,get:()=>s.value,set:t=>s.value=t}):e[a]=s}}function Kt(t,e,n){a((0,r.kJ)(t)?t.map((t=>t.bind(e.proxy))):t.bind(e.proxy),e,n)}function Jt(t,e,n,i){const o=i.includes(".")?et(n,i):()=>n[i];if((0,r.HD)(t)){const n=e[t];(0,r.mf)(n)&&J(o,n)}else if((0,r.mf)(t))J(o,t.bind(n));else if((0,r.Kn)(t))if((0,r.kJ)(t))t.forEach((t=>Jt(t,e,n,i)));else{const i=(0,r.mf)(t.handler)?t.handler.bind(n):e[t.handler];(0,r.mf)(i)&&J(o,i,t)}else 0}function Qt(t){const e=t.type,{mixins:n,extends:i}=e,{mixins:r,optionsCache:o,config:{optionMergeStrategies:a}}=t.appContext,s=o.get(e);let l;return s?l=s:r.length||n||i?(l={},r.length&&r.forEach((t=>te(l,t,a,!0))),te(l,e,a)):l=e,o.set(e,l),l}function te(t,e,n,i=!1){const{mixins:r,extends:o}=e;o&&te(t,o,n,!0),r&&r.forEach((e=>te(t,e,n,!0)));for(const a in e)if(i&&"expose"===a);else{const i=ee[a]||n&&n[a];t[a]=i?i(t[a],e[a]):e[a]}return t}const ee={data:ne,props:ae,emits:ae,methods:ae,computed:ae,beforeCreate:oe,created:oe,beforeMount:oe,mounted:oe,beforeUpdate:oe,updated:oe,beforeDestroy:oe,beforeUnmount:oe,destroyed:oe,unmounted:oe,activated:oe,deactivated:oe,errorCaptured:oe,serverPrefetch:oe,components:ae,directives:ae,watch:se,provide:ne,inject:ie};function ne(t,e){return e?t?function(){return(0,r.l7)((0,r.mf)(t)?t.call(this,this):t,(0,r.mf)(e)?e.call(this,this):e)}:e:t}function ie(t,e){return ae(re(t),re(e))}function re(t){if((0,r.kJ)(t)){const e={};for(let n=0;n0)||16&l){let i;ce(t,e,a,s)&&(h=!0);for(const o in u)e&&((0,r.RI)(e,o)||(i=(0,r.rs)(o))!==o&&(0,r.RI)(e,i))||(c?!n||void 0===n[o]&&void 0===n[i]||(a[o]=he(c,u,o,void 0,t,!0)):delete a[o]);if(s!==u)for(const t in s)e&&(0,r.RI)(e,t)||(delete s[t],h=!0)}else if(8&l){const n=t.vnode.dynamicProps;for(let i=0;i{u=!0;const[n,i]=de(t,e,!0);(0,r.l7)(s,n),i&&l.push(...i)};!n&&e.mixins.length&&e.mixins.forEach(i),t.extends&&i(t.extends),t.mixins&&t.mixins.forEach(i)}if(!a&&!u)return i.set(t,r.Z6),r.Z6;if((0,r.kJ)(a))for(let h=0;h-1,i[1]=n<0||t-1||(0,r.RI)(i,"default"))&&l.push(e)}}}}const c=[s,l];return i.set(t,c),c}function pe(t){return"$"!==t[0]}function fe(t){const e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:null===t?"null":""}function ge(t,e){return fe(t)===fe(e)}function ve(t,e){return(0,r.kJ)(e)?e.findIndex((e=>ge(e,t))):(0,r.mf)(e)&&ge(e,t)?0:-1}const ye=t=>"_"===t[0]||"$stable"===t,me=t=>(0,r.kJ)(t)?t.map(gn):[gn(t)],xe=(t,e,n)=>{if(e._n)return e;const i=F(((...t)=>me(e(...t))),n);return i._c=!1,i},_e=(t,e,n)=>{const i=t._ctx;for(const o in t){if(ye(o))continue;const n=t[o];if((0,r.mf)(n))e[o]=xe(o,n,i);else if(null!=n){0;const t=me(n);e[o]=()=>t}}},be=(t,e)=>{const n=me(e);t.slots.default=()=>n},we=(t,e)=>{if(32&t.vnode.shapeFlag){const n=e._;n?(t.slots=(0,i.IU)(e),(0,r.Nj)(e,"_",n)):_e(e,t.slots={})}else t.slots={},e&&be(t,e);(0,r.Nj)(t.slots,on,1)},Se=(t,e,n)=>{const{vnode:i,slots:o}=t;let a=!0,s=r.kT;if(32&i.shapeFlag){const t=e._;t?n&&1===t?a=!1:((0,r.l7)(o,e),n||1!==t||delete o._):(a=!e.$stable,_e(e,o)),s=e}else e&&(be(t,e),s={default:1});if(a)for(const r in o)ye(r)||r in s||delete o[r]};function Me(){return{app:null,config:{isNativeTag:r.NO,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Ie=0;function Te(t,e){return function(n,i=null){(0,r.mf)(n)||(n=Object.assign({},n)),null==i||(0,r.Kn)(i)||(i=null);const o=Me(),a=new Set;let s=!1;const l=o.app={_uid:Ie++,_component:n,_props:i,_container:null,_context:o,_instance:null,version:Gn,get config(){return o.config},set config(t){0},use(t,...e){return a.has(t)||(t&&(0,r.mf)(t.install)?(a.add(t),t.install(l,...e)):(0,r.mf)(t)&&(a.add(t),t(l,...e))),l},mixin(t){return o.mixins.includes(t)||o.mixins.push(t),l},component(t,e){return e?(o.components[t]=e,l):o.components[t]},directive(t,e){return e?(o.directives[t]=e,l):o.directives[t]},mount(r,a,u){if(!s){0;const c=un(n,i);return c.appContext=o,a&&e?e(c,r):t(c,r,u),s=!0,l._container=r,r.__vue_app__=l,zn(c.component)||c.component.proxy}},unmount(){s&&(t(null,l._container),delete l._container.__vue_app__)},provide(t,e){return o.provides[t]=e,l}};return l}}function Ce(t,e,n,a,s=!1){if((0,r.kJ)(t))return void t.forEach(((t,i)=>Ce(t,e&&((0,r.kJ)(e)?e[i]:e),n,a,s)));if(ft(a)&&!s)return;const l=4&a.shapeFlag?zn(a.component)||a.component.proxy:a.el,u=s?null:l,{i:c,r:h}=t;const d=e&&e.r,p=c.refs===r.kT?c.refs={}:c.refs,f=c.setupState;if(null!=d&&d!==h&&((0,r.HD)(d)?(p[d]=null,(0,r.RI)(f,d)&&(f[d]=null)):(0,i.dq)(d)&&(d.value=null)),(0,r.mf)(h))o(h,c,12,[u,p]);else{const e=(0,r.HD)(h),o=(0,i.dq)(h);if(e||o){const i=()=>{if(t.f){const n=e?p[h]:h.value;s?(0,r.kJ)(n)&&(0,r.Od)(n,l):(0,r.kJ)(n)?n.includes(l)||n.push(l):e?(p[h]=[l],(0,r.RI)(f,h)&&(f[h]=p[h])):(h.value=[l],t.k&&(p[t.k]=h.value))}else e?(p[h]=u,(0,r.RI)(f,h)&&(f[h]=u)):o&&(h.value=u,t.k&&(p[t.k]=u))};u?(i.id=-1,ke(i,n)):i()}else 0}}function Ae(){}const ke=Y;function De(t){return Le(t)}function Le(t,e){Ae();const n=(0,r.E9)();n.__VUE__=!0;const{insert:o,remove:a,patchProp:s,createElement:l,createText:u,createComment:c,setText:h,setElementText:d,parentNode:p,nextSibling:f,setScopeId:g=r.dG,cloneNode:v,insertStaticContent:y}=t,m=(t,e,n,i=null,r=null,o=null,a=!1,s=null,l=!!e.dynamicChildren)=>{if(t===e)return;t&&!rn(t,e)&&(i=Q(t),Y(t,r,o,!0),t=null),-2===e.patchFlag&&(l=!1,e.dynamicChildren=null);const{type:u,ref:c,shapeFlag:h}=e;switch(u){case qe:x(t,e,n,i);break;case Ue:_(t,e,n,i);break;case je:null==t&&b(e,n,i,a);break;case We:E(t,e,n,i,r,o,a,s,l);break;default:1&h?I(t,e,n,i,r,o,a,s,l):6&h?N(t,e,n,i,r,o,a,s,l):(64&h||128&h)&&u.process(t,e,n,i,r,o,a,s,l,et)}null!=c&&r&&Ce(c,t&&t.ref,o,e||t,!e)},x=(t,e,n,i)=>{if(null==t)o(e.el=u(e.children),n,i);else{const n=e.el=t.el;e.children!==t.children&&h(n,e.children)}},_=(t,e,n,i)=>{null==t?o(e.el=c(e.children||""),n,i):e.el=t.el},b=(t,e,n,i)=>{[t.el,t.anchor]=y(t.children,e,n,i,t.el,t.anchor)},w=({el:t,anchor:e},n,i)=>{let r;while(t&&t!==e)r=f(t),o(t,n,i),t=r;o(e,n,i)},S=({el:t,anchor:e})=>{let n;while(t&&t!==e)n=f(t),a(t),t=n;a(e)},I=(t,e,n,i,r,o,a,s,l)=>{a=a||"svg"===e.type,null==t?C(e,n,i,r,o,a,s,l):P(t,e,r,o,a,s,l)},C=(t,e,n,i,a,u,c,h)=>{let p,f;const{type:g,props:y,shapeFlag:m,transition:x,patchFlag:_,dirs:b}=t;if(t.el&&void 0!==v&&-1===_)p=t.el=v(t.el);else{if(p=t.el=l(t.type,u,y&&y.is,y),8&m?d(p,t.children):16&m&&k(t.children,p,null,i,a,u&&"foreignObject"!==g,c,h),b&&Nt(t,null,i,"created"),y){for(const e in y)"value"===e||(0,r.Gg)(e)||s(p,e,null,y[e],u,t.children,i,a,J);"value"in y&&s(p,"value",null,y.value),(f=y.onVnodeBeforeMount)&&xn(f,i,t)}A(p,t,t.scopeId,c,i)}b&&Nt(t,null,i,"beforeMount");const w=(!a||a&&!a.pendingBranch)&&x&&!x.persisted;w&&x.beforeEnter(p),o(p,e,n),((f=y&&y.onVnodeMounted)||w||b)&&ke((()=>{f&&xn(f,i,t),w&&x.enter(p),b&&Nt(t,null,i,"mounted")}),a)},A=(t,e,n,i,r)=>{if(n&&g(t,n),i)for(let o=0;o{for(let u=l;u{const u=e.el=t.el;let{patchFlag:c,dynamicChildren:h,dirs:p}=e;c|=16&t.patchFlag;const f=t.props||r.kT,g=e.props||r.kT;let v;n&&Pe(n,!1),(v=g.onVnodeBeforeUpdate)&&xn(v,n,e,t),p&&Nt(e,t,n,"beforeUpdate"),n&&Pe(n,!0);const y=o&&"foreignObject"!==e.type;if(h?O(t.dynamicChildren,h,u,n,i,y,a):l||G(t,e,u,null,n,i,y,a,!1),c>0){if(16&c)R(u,e,f,g,n,i,o);else if(2&c&&f.class!==g.class&&s(u,"class",null,g.class,o),4&c&&s(u,"style",f.style,g.style,o),8&c){const r=e.dynamicProps;for(let e=0;e{v&&xn(v,n,e,t),p&&Nt(e,t,n,"updated")}),i)},O=(t,e,n,i,r,o,a)=>{for(let s=0;s{if(n!==i){for(const u in i){if((0,r.Gg)(u))continue;const c=i[u],h=n[u];c!==h&&"value"!==u&&s(t,u,h,c,l,e.children,o,a,J)}if(n!==r.kT)for(const u in n)(0,r.Gg)(u)||u in i||s(t,u,n[u],null,l,e.children,o,a,J);"value"in i&&s(t,"value",n.value,i.value)}},E=(t,e,n,i,r,a,s,l,c)=>{const h=e.el=t?t.el:u(""),d=e.anchor=t?t.anchor:u("");let{patchFlag:p,dynamicChildren:f,slotScopeIds:g}=e;g&&(l=l?l.concat(g):g),null==t?(o(h,n,i),o(d,n,i),k(e.children,n,d,r,a,s,l,c)):p>0&&64&p&&f&&t.dynamicChildren?(O(t.dynamicChildren,f,n,r,a,s,l),(null!=e.key||r&&e===r.subTree)&&Oe(t,e,!0)):G(t,e,n,d,r,a,s,l,c)},N=(t,e,n,i,r,o,a,s,l)=>{e.slotScopeIds=s,null==t?512&e.shapeFlag?r.ctx.activate(e,n,i,a,l):z(e,n,i,r,o,a,l):B(t,e,l)},z=(t,e,n,i,r,o,a)=>{const s=t.component=wn(t,i,r);if(gt(t)&&(s.ctx.renderer=et),Ln(s),s.asyncDep){if(r&&r.registerDep(s,V),!t.el){const t=s.subTree=un(Ue);_(null,t,e,n)}}else V(s,t,e,n,r,o,a)},B=(t,e,n)=>{const i=e.component=t.component;if(q(t,e,n)){if(i.asyncDep&&!i.asyncResolved)return void F(i,e,n);i.next=e,T(i.update),i.update()}else e.el=t.el,i.vnode=e},V=(t,e,n,o,a,s,l)=>{const u=()=>{if(t.isMounted){let e,{next:n,bu:i,u:o,parent:u,vnode:c}=t,h=n;0,Pe(t,!1),n?(n.el=c.el,F(t,n,l)):n=c,i&&(0,r.ir)(i),(e=n.props&&n.props.onVnodeBeforeUpdate)&&xn(e,u,n,c),Pe(t,!0);const d=H(t);0;const f=t.subTree;t.subTree=d,m(f,d,p(f.el),Q(f),t,a,s),n.el=d.el,null===h&&j(t,d.el),o&&ke(o,a),(e=n.props&&n.props.onVnodeUpdated)&&ke((()=>xn(e,u,n,c)),a)}else{let i;const{el:l,props:u}=e,{bm:c,m:h,parent:d}=t,p=ft(e);if(Pe(t,!1),c&&(0,r.ir)(c),!p&&(i=u&&u.onVnodeBeforeMount)&&xn(i,d,e),Pe(t,!0),l&&it){const n=()=>{t.subTree=H(t),it(l,t.subTree,t,a,null)};p?e.type.__asyncLoader().then((()=>!t.isUnmounted&&n())):n()}else{0;const i=t.subTree=H(t);0,m(null,i,n,o,t,a,s),e.el=i.el}if(h&&ke(h,a),!p&&(i=u&&u.onVnodeMounted)){const t=e;ke((()=>xn(i,d,t)),a)}(256&e.shapeFlag||d&&ft(d.vnode)&&256&d.vnode.shapeFlag)&&t.a&&ke(t.a,a),t.isMounted=!0,e=n=o=null}},c=t.effect=new i.qq(u,(()=>M(h)),t.scope),h=t.update=()=>c.run();h.id=t.uid,Pe(t,!0),h()},F=(t,e,n)=>{e.component=t;const r=t.vnode.props;t.vnode=e,t.next=null,ue(t,e.props,r,n),Se(t,e.children,n),(0,i.Jd)(),D(void 0,t.update),(0,i.lk)()},G=(t,e,n,i,r,o,a,s,l=!1)=>{const u=t&&t.children,c=t?t.shapeFlag:0,h=e.children,{patchFlag:p,shapeFlag:f}=e;if(p>0){if(128&p)return void U(u,h,n,i,r,o,a,s,l);if(256&p)return void W(u,h,n,i,r,o,a,s,l)}8&f?(16&c&&J(u,r,o),h!==u&&d(n,h)):16&c?16&f?U(u,h,n,i,r,o,a,s,l):J(u,r,o,!0):(8&c&&d(n,""),16&f&&k(h,n,i,r,o,a,s,l))},W=(t,e,n,i,o,a,s,l,u)=>{t=t||r.Z6,e=e||r.Z6;const c=t.length,h=e.length,d=Math.min(c,h);let p;for(p=0;ph?J(t,o,a,!0,!1,d):k(e,n,i,o,a,s,l,u,d)},U=(t,e,n,i,o,a,s,l,u)=>{let c=0;const h=e.length;let d=t.length-1,p=h-1;while(c<=d&&c<=p){const i=t[c],r=e[c]=u?vn(e[c]):gn(e[c]);if(!rn(i,r))break;m(i,r,n,null,o,a,s,l,u),c++}while(c<=d&&c<=p){const i=t[d],r=e[p]=u?vn(e[p]):gn(e[p]);if(!rn(i,r))break;m(i,r,n,null,o,a,s,l,u),d--,p--}if(c>d){if(c<=p){const t=p+1,r=tp)while(c<=d)Y(t[c],o,a,!0),c++;else{const f=c,g=c,v=new Map;for(c=g;c<=p;c++){const t=e[c]=u?vn(e[c]):gn(e[c]);null!=t.key&&v.set(t.key,c)}let y,x=0;const _=p-g+1;let b=!1,w=0;const S=new Array(_);for(c=0;c<_;c++)S[c]=0;for(c=f;c<=d;c++){const i=t[c];if(x>=_){Y(i,o,a,!0);continue}let r;if(null!=i.key)r=v.get(i.key);else for(y=g;y<=p;y++)if(0===S[y-g]&&rn(i,e[y])){r=y;break}void 0===r?Y(i,o,a,!0):(S[r-g]=c+1,r>=w?w=r:b=!0,m(i,e[r],n,null,o,a,s,l,u),x++)}const M=b?Re(S):r.Z6;for(y=M.length-1,c=_-1;c>=0;c--){const t=g+c,r=e[t],d=t+1{const{el:a,type:s,transition:l,children:u,shapeFlag:c}=t;if(6&c)return void Z(t.component.subTree,e,n,i);if(128&c)return void t.suspense.move(e,n,i);if(64&c)return void s.move(t,e,n,et);if(s===We){o(a,e,n);for(let t=0;tl.enter(a)),r);else{const{leave:t,delayLeave:i,afterLeave:r}=l,s=()=>o(a,e,n),u=()=>{t(a,(()=>{s(),r&&r()}))};i?i(a,s,u):u()}else o(a,e,n)},Y=(t,e,n,i=!1,r=!1)=>{const{type:o,props:a,ref:s,children:l,dynamicChildren:u,shapeFlag:c,patchFlag:h,dirs:d}=t;if(null!=s&&Ce(s,null,n,t,!0),256&c)return void e.ctx.deactivate(t);const p=1&c&&d,f=!ft(t);let g;if(f&&(g=a&&a.onVnodeBeforeUnmount)&&xn(g,e,t),6&c)K(t.component,n,i);else{if(128&c)return void t.suspense.unmount(n,i);p&&Nt(t,null,e,"beforeUnmount"),64&c?t.type.remove(t,e,n,r,et,i):u&&(o!==We||h>0&&64&h)?J(u,e,n,!1,!0):(o===We&&384&h||!r&&16&c)&&J(l,e,n),i&&X(t)}(f&&(g=a&&a.onVnodeUnmounted)||p)&&ke((()=>{g&&xn(g,e,t),p&&Nt(t,null,e,"unmounted")}),n)},X=t=>{const{type:e,el:n,anchor:i,transition:r}=t;if(e===We)return void $(n,i);if(e===je)return void S(t);const o=()=>{a(n),r&&!r.persisted&&r.afterLeave&&r.afterLeave()};if(1&t.shapeFlag&&r&&!r.persisted){const{leave:e,delayLeave:i}=r,a=()=>e(n,o);i?i(t.el,o,a):a()}else o()},$=(t,e)=>{let n;while(t!==e)n=f(t),a(t),t=n;a(e)},K=(t,e,n)=>{const{bum:i,scope:o,update:a,subTree:s,um:l}=t;i&&(0,r.ir)(i),o.stop(),a&&(a.active=!1,Y(s,t,e,n)),l&&ke(l,e),ke((()=>{t.isUnmounted=!0}),e),e&&e.pendingBranch&&!e.isUnmounted&&t.asyncDep&&!t.asyncResolved&&t.suspenseId===e.pendingId&&(e.deps--,0===e.deps&&e.resolve())},J=(t,e,n,i=!1,r=!1,o=0)=>{for(let a=o;a6&t.shapeFlag?Q(t.component.subTree):128&t.shapeFlag?t.suspense.next():f(t.anchor||t.el),tt=(t,e,n)=>{null==t?e._vnode&&Y(e._vnode,null,null,!0):m(e._vnode||null,t,e,null,null,null,n),L(),e._vnode=t},et={p:m,um:Y,m:Z,r:X,mt:z,mc:k,pc:G,pbc:O,n:Q,o:t};let nt,it;return e&&([nt,it]=e(et)),{render:tt,hydrate:nt,createApp:Te(tt,nt)}}function Pe({effect:t,update:e},n){t.allowRecurse=e.allowRecurse=n}function Oe(t,e,n=!1){const i=t.children,o=e.children;if((0,r.kJ)(i)&&(0,r.kJ)(o))for(let r=0;r>1,t[n[s]]0&&(e[i]=n[o-1]),n[o]=i)}}o=n.length,a=n[o-1];while(o-- >0)n[o]=a,a=e[a];return n}const Ee=t=>t.__isTeleport,Ne=t=>t&&(t.disabled||""===t.disabled),ze=t=>"undefined"!==typeof SVGElement&&t instanceof SVGElement,Be=(t,e)=>{const n=t&&t.to;if((0,r.HD)(n)){if(e){const t=e(n);return t}return null}return n},Ve={__isTeleport:!0,process(t,e,n,i,r,o,a,s,l,u){const{mc:c,pc:h,pbc:d,o:{insert:p,querySelector:f,createText:g,createComment:v}}=u,y=Ne(e.props);let{shapeFlag:m,children:x,dynamicChildren:_}=e;if(null==t){const t=e.el=g(""),u=e.anchor=g("");p(t,n,i),p(u,n,i);const h=e.target=Be(e.props,f),d=e.targetAnchor=g("");h&&(p(d,h),a=a||ze(h));const v=(t,e)=>{16&m&&c(x,t,e,r,o,a,s,l)};y?v(n,u):h&&v(h,d)}else{e.el=t.el;const i=e.anchor=t.anchor,c=e.target=t.target,p=e.targetAnchor=t.targetAnchor,g=Ne(t.props),v=g?n:c,m=g?i:p;if(a=a||ze(c),_?(d(t.dynamicChildren,_,v,r,o,a,s),Oe(t,e,!0)):l||h(t,e,v,m,r,o,a,s,!1),y)g||Fe(e,n,i,u,1);else if((e.props&&e.props.to)!==(t.props&&t.props.to)){const t=e.target=Be(e.props,f);t&&Fe(e,t,null,u,0)}else g&&Fe(e,c,p,u,1)}},remove(t,e,n,i,{um:r,o:{remove:o}},a){const{shapeFlag:s,children:l,anchor:u,targetAnchor:c,target:h,props:d}=t;if(h&&o(c),(a||!Ne(d))&&(o(u),16&s))for(let p=0;p0?Ye||r.Z6:null,$e(),Ke>0&&Ye&&Ye.push(t),t}function tn(t,e,n,i,r,o){return Qe(ln(t,e,n,i,r,o,!0))}function en(t,e,n,i,r){return Qe(un(t,e,n,i,r,!0))}function nn(t){return!!t&&!0===t.__v_isVNode}function rn(t,e){return t.type===e.type&&t.key===e.key}const on="__vInternal",an=({key:t})=>null!=t?t:null,sn=({ref:t,ref_key:e,ref_for:n})=>null!=t?(0,r.HD)(t)||(0,i.dq)(t)||(0,r.mf)(t)?{i:z,r:t,k:e,f:!!n}:t:null;function ln(t,e=null,n=null,i=0,o=null,a=(t===We?0:1),s=!1,l=!1){const u={__v_isVNode:!0,__v_skip:!0,type:t,props:e,key:e&&an(e),ref:e&&sn(e),scopeId:B,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:i,dynamicProps:o,dynamicChildren:null,appContext:null};return l?(yn(u,n),128&a&&t.normalize(u)):n&&(u.shapeFlag|=(0,r.HD)(n)?8:16),Ke>0&&!s&&Ye&&(u.patchFlag>0||6&a)&&32!==u.patchFlag&&Ye.push(u),u}const un=cn;function cn(t,e=null,n=null,o=0,a=null,s=!1){if(t&&t!==Ft||(t=Ue),nn(t)){const i=dn(t,e,!0);return n&&yn(i,n),Ke>0&&!s&&Ye&&(6&i.shapeFlag?Ye[Ye.indexOf(t)]=i:Ye.push(i)),i.patchFlag|=-2,i}if(Vn(t)&&(t=t.__vccOpts),e){e=hn(e);let{class:t,style:n}=e;t&&!(0,r.HD)(t)&&(e.class=(0,r.C_)(t)),(0,r.Kn)(n)&&((0,i.X3)(n)&&!(0,r.kJ)(n)&&(n=(0,r.l7)({},n)),e.style=(0,r.j5)(n))}const l=(0,r.HD)(t)?1:Z(t)?128:Ee(t)?64:(0,r.Kn)(t)?4:(0,r.mf)(t)?2:0;return ln(t,e,n,o,a,l,s,!0)}function hn(t){return t?(0,i.X3)(t)||on in t?(0,r.l7)({},t):t:null}function dn(t,e,n=!1){const{props:i,ref:o,patchFlag:a,children:s}=t,l=e?mn(i||{},e):i,u={__v_isVNode:!0,__v_skip:!0,type:t.type,props:l,key:l&&an(l),ref:e&&e.ref?n&&o?(0,r.kJ)(o)?o.concat(sn(e)):[o,sn(e)]:sn(e):o,scopeId:t.scopeId,slotScopeIds:t.slotScopeIds,children:s,target:t.target,targetAnchor:t.targetAnchor,staticCount:t.staticCount,shapeFlag:t.shapeFlag,patchFlag:e&&t.type!==We?-1===a?16:16|a:a,dynamicProps:t.dynamicProps,dynamicChildren:t.dynamicChildren,appContext:t.appContext,dirs:t.dirs,transition:t.transition,component:t.component,suspense:t.suspense,ssContent:t.ssContent&&dn(t.ssContent),ssFallback:t.ssFallback&&dn(t.ssFallback),el:t.el,anchor:t.anchor};return u}function pn(t=" ",e=0){return un(qe,null,t,e)}function fn(t="",e=!1){return e?(Xe(),en(Ue,null,t)):un(Ue,null,t)}function gn(t){return null==t||"boolean"===typeof t?un(Ue):(0,r.kJ)(t)?un(We,null,t.slice()):"object"===typeof t?vn(t):un(qe,null,String(t))}function vn(t){return null===t.el||t.memo?t:dn(t)}function yn(t,e){let n=0;const{shapeFlag:i}=t;if(null==e)e=null;else if((0,r.kJ)(e))n=16;else if("object"===typeof e){if(65&i){const n=e.default;return void(n&&(n._c&&(n._d=!1),yn(t,n()),n._c&&(n._d=!0)))}{n=32;const i=e._;i||on in e?3===i&&z&&(1===z.slots._?e._=1:(e._=2,t.patchFlag|=1024)):e._ctx=z}}else(0,r.mf)(e)?(e={default:e,_ctx:z},n=32):(e=String(e),64&i?(n=16,e=[pn(e)]):n=8);t.children=e,t.shapeFlag|=n}function mn(...t){const e={};for(let n=0;nSn||z,In=t=>{Sn=t,t.scope.on()},Tn=()=>{Sn&&Sn.scope.off(),Sn=null};function Cn(t){return 4&t.vnode.shapeFlag}let An,kn,Dn=!1;function Ln(t,e=!1){Dn=e;const{props:n,children:i}=t.vnode,r=Cn(t);le(t,n,r,e),we(t,i);const o=r?Pn(t,e):void 0;return Dn=!1,o}function Pn(t,e){const n=t.type;t.accessCache=Object.create(null),t.proxy=(0,i.Xl)(new Proxy(t.ctx,Zt));const{setup:a}=n;if(a){const n=t.setupContext=a.length>1?Nn(t):null;In(t),(0,i.Jd)();const l=o(a,t,0,[t.props,n]);if((0,i.lk)(),Tn(),(0,r.tI)(l)){if(l.then(Tn,Tn),e)return l.then((n=>{On(t,n,e)})).catch((e=>{s(e,t,0)}));t.asyncDep=l}else On(t,l,e)}else Rn(t,e)}function On(t,e,n){(0,r.mf)(e)?t.type.__ssrInlineRender?t.ssrRender=e:t.render=e:(0,r.Kn)(e)&&(t.setupState=(0,i.WL)(e)),Rn(t,n)}function Rn(t,e,n){const o=t.type;if(!t.render){if(!e&&An&&!o.render){const e=o.template;if(e){0;const{isCustomElement:n,compilerOptions:i}=t.appContext.config,{delimiters:a,compilerOptions:s}=o,l=(0,r.l7)((0,r.l7)({isCustomElement:n,delimiters:a},i),s);o.render=An(e,l)}}t.render=o.render||r.dG,kn&&kn(t)}In(t),(0,i.Jd)(),Xt(t),(0,i.lk)(),Tn()}function En(t){return new Proxy(t.attrs,{get(e,n){return(0,i.j)(t,"get","$attrs"),e[n]}})}function Nn(t){const e=e=>{t.exposed=e||{}};let n;return{get attrs(){return n||(n=En(t))},slots:t.slots,emit:t.emit,expose:e}}function zn(t){if(t.exposed)return t.exposeProxy||(t.exposeProxy=new Proxy((0,i.WL)((0,i.Xl)(t.exposed)),{get(e,n){return n in e?e[n]:n in jt?jt[n](t):void 0}}))}function Bn(t,e=!0){return(0,r.mf)(t)?t.displayName||t.name:t.name||e&&t.__name}function Vn(t){return(0,r.mf)(t)&&"__vccOpts"in t}const Fn=(t,e)=>(0,i.Fl)(t,e,Dn);function Hn(t,e,n){const i=arguments.length;return 2===i?(0,r.Kn)(e)&&!(0,r.kJ)(e)?nn(e)?un(t,null,[e]):un(t,e):un(t,null,e):(i>3?n=Array.prototype.slice.call(arguments,2):3===i&&nn(n)&&(n=[n]),un(t,e,n))}Symbol("");const Gn="3.2.37"},8880:(t,e,n)=>{"use strict";n.d(e,{ri:()=>nt,uT:()=>z});var i=n(2323),r=n(3673);n(1959);const o="http://www.w3.org/2000/svg",a="undefined"!==typeof document?document:null,s=a&&a.createElement("template"),l={insert:(t,e,n)=>{e.insertBefore(t,n||null)},remove:t=>{const e=t.parentNode;e&&e.removeChild(t)},createElement:(t,e,n,i)=>{const r=e?a.createElementNS(o,t):a.createElement(t,n?{is:n}:void 0);return"select"===t&&i&&null!=i.multiple&&r.setAttribute("multiple",i.multiple),r},createText:t=>a.createTextNode(t),createComment:t=>a.createComment(t),setText:(t,e)=>{t.nodeValue=e},setElementText:(t,e)=>{t.textContent=e},parentNode:t=>t.parentNode,nextSibling:t=>t.nextSibling,querySelector:t=>a.querySelector(t),setScopeId(t,e){t.setAttribute(e,"")},cloneNode(t){const e=t.cloneNode(!0);return"_value"in t&&(e._value=t._value),e},insertStaticContent(t,e,n,i,r,o){const a=n?n.previousSibling:e.lastChild;if(r&&(r===o||r.nextSibling)){while(1)if(e.insertBefore(r.cloneNode(!0),n),r===o||!(r=r.nextSibling))break}else{s.innerHTML=i?`${t}`:t;const r=s.content;if(i){const t=r.firstChild;while(t.firstChild)r.appendChild(t.firstChild);r.removeChild(t)}e.insertBefore(r,n)}return[a?a.nextSibling:e.firstChild,n?n.previousSibling:e.lastChild]}};function u(t,e,n){const i=t._vtc;i&&(e=(e?[e,...i]:[...i]).join(" ")),null==e?t.removeAttribute("class"):n?t.setAttribute("class",e):t.className=e}function c(t,e,n){const r=t.style,o=(0,i.HD)(n);if(n&&!o){for(const t in n)d(r,t,n[t]);if(e&&!(0,i.HD)(e))for(const t in e)null==n[t]&&d(r,t,"")}else{const i=r.display;o?e!==n&&(r.cssText=n):e&&t.removeAttribute("style"),"_vod"in t&&(r.display=i)}}const h=/\s*!important$/;function d(t,e,n){if((0,i.kJ)(n))n.forEach((n=>d(t,e,n)));else if(null==n&&(n=""),e.startsWith("--"))t.setProperty(e,n);else{const r=g(t,e);h.test(n)?t.setProperty((0,i.rs)(r),n.replace(h,""),"important"):t[r]=n}}const p=["Webkit","Moz","ms"],f={};function g(t,e){const n=f[e];if(n)return n;let r=(0,i._A)(e);if("filter"!==r&&r in t)return f[e]=r;r=(0,i.kC)(r);for(let i=0;i{let t=Date.now,e=!1;if("undefined"!==typeof window){Date.now()>document.createEvent("Event").timeStamp&&(t=performance.now.bind(performance));const n=navigator.userAgent.match(/firefox\/(\d+)/i);e=!!(n&&Number(n[1])<=53)}return[t,e]})();let b=0;const w=Promise.resolve(),S=()=>{b=0},M=()=>b||(w.then(S),b=x());function I(t,e,n,i){t.addEventListener(e,n,i)}function T(t,e,n,i){t.removeEventListener(e,n,i)}function C(t,e,n,i,r=null){const o=t._vei||(t._vei={}),a=o[e];if(i&&a)a.value=i;else{const[n,s]=k(e);if(i){const a=o[e]=D(i,r);I(t,n,a,s)}else a&&(T(t,n,a,s),o[e]=void 0)}}const A=/(?:Once|Passive|Capture)$/;function k(t){let e;if(A.test(t)){let n;e={};while(n=t.match(A))t=t.slice(0,t.length-n[0].length),e[n[0].toLowerCase()]=!0}return[(0,i.rs)(t.slice(2)),e]}function D(t,e){const n=t=>{const i=t.timeStamp||x();(_||i>=n.attached-1)&&(0,r.$d)(L(t,n.value),e,5,[t])};return n.value=t,n.attached=M(),n}function L(t,e){if((0,i.kJ)(e)){const n=t.stopImmediatePropagation;return t.stopImmediatePropagation=()=>{n.call(t),t._stopped=!0},e.map((t=>e=>!e._stopped&&t&&t(e)))}return e}const P=/^on[a-z]/,O=(t,e,n,r,o=!1,a,s,l,h)=>{"class"===e?u(t,r,o):"style"===e?c(t,n,r):(0,i.F7)(e)?(0,i.tR)(e)||C(t,e,n,r,s):("."===e[0]?(e=e.slice(1),1):"^"===e[0]?(e=e.slice(1),0):R(t,e,r,o))?m(t,e,r,a,s,l,h):("true-value"===e?t._trueValue=r:"false-value"===e&&(t._falseValue=r),y(t,e,r,o))};function R(t,e,n,r){return r?"innerHTML"===e||"textContent"===e||!!(e in t&&P.test(e)&&(0,i.mf)(n)):"spellcheck"!==e&&"draggable"!==e&&"translate"!==e&&("form"!==e&&(("list"!==e||"INPUT"!==t.tagName)&&(("type"!==e||"TEXTAREA"!==t.tagName)&&((!P.test(e)||!(0,i.HD)(n))&&e in t))))}"undefined"!==typeof HTMLElement&&HTMLElement;const E="transition",N="animation",z=(t,{slots:e})=>(0,r.h)(r.P$,H(t),e);z.displayName="Transition";const B={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},V=(z.props=(0,i.l7)({},r.P$.props,B),(t,e=[])=>{(0,i.kJ)(t)?t.forEach((t=>t(...e))):t&&t(...e)}),F=t=>!!t&&((0,i.kJ)(t)?t.some((t=>t.length>1)):t.length>1);function H(t){const e={};for(const i in t)i in B||(e[i]=t[i]);if(!1===t.css)return e;const{name:n="v",type:r,duration:o,enterFromClass:a=`${n}-enter-from`,enterActiveClass:s=`${n}-enter-active`,enterToClass:l=`${n}-enter-to`,appearFromClass:u=a,appearActiveClass:c=s,appearToClass:h=l,leaveFromClass:d=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:f=`${n}-leave-to`}=t,g=G(o),v=g&&g[0],y=g&&g[1],{onBeforeEnter:m,onEnter:x,onEnterCancelled:_,onLeave:b,onLeaveCancelled:w,onBeforeAppear:S=m,onAppear:M=x,onAppearCancelled:I=_}=e,T=(t,e,n)=>{U(t,e?h:l),U(t,e?c:s),n&&n()},C=(t,e)=>{t._isLeaving=!1,U(t,d),U(t,f),U(t,p),e&&e()},A=t=>(e,n)=>{const i=t?M:x,o=()=>T(e,t,n);V(i,[e,o]),j((()=>{U(e,t?u:a),q(e,t?h:l),F(i)||Y(e,r,v,o)}))};return(0,i.l7)(e,{onBeforeEnter(t){V(m,[t]),q(t,a),q(t,s)},onBeforeAppear(t){V(S,[t]),q(t,u),q(t,c)},onEnter:A(!1),onAppear:A(!0),onLeave(t,e){t._isLeaving=!0;const n=()=>C(t,e);q(t,d),J(),q(t,p),j((()=>{t._isLeaving&&(U(t,d),q(t,f),F(b)||Y(t,r,y,n))})),V(b,[t,n])},onEnterCancelled(t){T(t,!1),V(_,[t])},onAppearCancelled(t){T(t,!0),V(I,[t])},onLeaveCancelled(t){C(t),V(w,[t])}})}function G(t){if(null==t)return null;if((0,i.Kn)(t))return[W(t.enter),W(t.leave)];{const e=W(t);return[e,e]}}function W(t){const e=(0,i.He)(t);return e}function q(t,e){e.split(/\s+/).forEach((e=>e&&t.classList.add(e))),(t._vtc||(t._vtc=new Set)).add(e)}function U(t,e){e.split(/\s+/).forEach((e=>e&&t.classList.remove(e)));const{_vtc:n}=t;n&&(n.delete(e),n.size||(t._vtc=void 0))}function j(t){requestAnimationFrame((()=>{requestAnimationFrame(t)}))}let Z=0;function Y(t,e,n,i){const r=t._endId=++Z,o=()=>{r===t._endId&&i()};if(n)return setTimeout(o,n);const{type:a,timeout:s,propCount:l}=X(t,e);if(!a)return i();const u=a+"end";let c=0;const h=()=>{t.removeEventListener(u,d),o()},d=e=>{e.target===t&&++c>=l&&h()};setTimeout((()=>{c(n[t]||"").split(", "),r=i(E+"Delay"),o=i(E+"Duration"),a=$(r,o),s=i(N+"Delay"),l=i(N+"Duration"),u=$(s,l);let c=null,h=0,d=0;e===E?a>0&&(c=E,h=a,d=o.length):e===N?u>0&&(c=N,h=u,d=l.length):(h=Math.max(a,u),c=h>0?a>u?E:N:null,d=c?c===E?o.length:l.length:0);const p=c===E&&/\b(transform|all)(,|$)/.test(n[E+"Property"]);return{type:c,timeout:h,propCount:d,hasTransform:p}}function $(t,e){while(t.lengthK(e)+K(t[n]))))}function K(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function J(){return document.body.offsetHeight}new WeakMap,new WeakMap;const Q=(0,i.l7)({patchProp:O},l);let tt;function et(){return tt||(tt=(0,r.Us)(Q))}const nt=(...t)=>{const e=et().createApp(...t);const{mount:n}=e;return e.mount=t=>{const r=it(t);if(!r)return;const o=e._component;(0,i.mf)(o)||o.render||o.template||(o.template=r.innerHTML),r.innerHTML="";const a=n(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),a},e};function it(t){if((0,i.HD)(t)){const e=document.querySelector(t);return e}return t}},2323:(t,e,n)=>{"use strict";function i(t,e){const n=Object.create(null),i=t.split(",");for(let r=0;r!!n[t.toLowerCase()]:t=>!!n[t]}n.d(e,{C_:()=>p,DM:()=>P,E9:()=>it,F7:()=>M,Gg:()=>q,HD:()=>E,He:()=>et,Kn:()=>z,NO:()=>w,Nj:()=>tt,Od:()=>C,PO:()=>G,Pq:()=>s,RI:()=>k,S0:()=>W,W7:()=>H,WV:()=>g,Z6:()=>_,_A:()=>Z,_N:()=>L,aU:()=>J,dG:()=>b,e1:()=>o,fY:()=>i,hR:()=>K,hq:()=>v,ir:()=>Q,j5:()=>u,kC:()=>$,kJ:()=>D,kT:()=>x,l7:()=>T,mf:()=>R,rs:()=>X,tI:()=>B,tR:()=>I,yA:()=>l,yk:()=>N,zw:()=>y});const r="Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt",o=i(r);const a="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",s=i(a);function l(t){return!!t||""===t}function u(t){if(D(t)){const e={};for(let n=0;n{if(t){const n=t.split(h);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}function p(t){let e="";if(E(t))e=t;else if(D(t))for(let n=0;ng(t,e)))}const y=t=>E(t)?t:null==t?"":D(t)||z(t)&&(t.toString===V||!R(t.toString))?JSON.stringify(t,m,2):String(t),m=(t,e)=>e&&e.__v_isRef?m(t,e.value):L(e)?{[`Map(${e.size})`]:[...e.entries()].reduce(((t,[e,n])=>(t[`${e} =>`]=n,t)),{})}:P(e)?{[`Set(${e.size})`]:[...e.values()]}:!z(e)||D(e)||G(e)?e:String(e),x={},_=[],b=()=>{},w=()=>!1,S=/^on[^a-z]/,M=t=>S.test(t),I=t=>t.startsWith("onUpdate:"),T=Object.assign,C=(t,e)=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)},A=Object.prototype.hasOwnProperty,k=(t,e)=>A.call(t,e),D=Array.isArray,L=t=>"[object Map]"===F(t),P=t=>"[object Set]"===F(t),O=t=>"[object Date]"===F(t),R=t=>"function"===typeof t,E=t=>"string"===typeof t,N=t=>"symbol"===typeof t,z=t=>null!==t&&"object"===typeof t,B=t=>z(t)&&R(t.then)&&R(t.catch),V=Object.prototype.toString,F=t=>V.call(t),H=t=>F(t).slice(8,-1),G=t=>"[object Object]"===F(t),W=t=>E(t)&&"NaN"!==t&&"-"!==t[0]&&""+parseInt(t,10)===t,q=i(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),U=t=>{const e=Object.create(null);return n=>{const i=e[n];return i||(e[n]=t(n))}},j=/-(\w)/g,Z=U((t=>t.replace(j,((t,e)=>e?e.toUpperCase():"")))),Y=/\B([A-Z])/g,X=U((t=>t.replace(Y,"-$1").toLowerCase())),$=U((t=>t.charAt(0).toUpperCase()+t.slice(1))),K=U((t=>t?`on${$(t)}`:"")),J=(t,e)=>!Object.is(t,e),Q=(t,e)=>{for(let n=0;n{Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value:n})},et=t=>{const e=parseFloat(t);return isNaN(e)?t:e};let nt;const it=()=>nt||(nt="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof self?self:"undefined"!==typeof window?window:"undefined"!==typeof n.g?n.g:{})},52:(t,e,n)=>{t.exports=n(7974)},8699:(t,e,n)=>{"use strict";var i=n(7210),r=n(4923),o=n(3634),a=n(7696),s=n(9835),l=n(3423),u=n(8365),c=n(8838),h=n(9469),d=n(9157),p=n(7302);t.exports=function(t){return new Promise((function(e,n){var f,g=t.data,v=t.headers,y=t.responseType;function m(){t.cancelToken&&t.cancelToken.unsubscribe(f),t.signal&&t.signal.removeEventListener("abort",f)}i.isFormData(g)&&i.isStandardBrowserEnv()&&delete v["Content-Type"];var x=new XMLHttpRequest;if(t.auth){var _=t.auth.username||"",b=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";v.Authorization="Basic "+btoa(_+":"+b)}var w=s(t.baseURL,t.url);function S(){if(x){var i="getAllResponseHeaders"in x?l(x.getAllResponseHeaders()):null,o=y&&"text"!==y&&"json"!==y?x.response:x.responseText,a={data:o,status:x.status,statusText:x.statusText,headers:i,config:t,request:x};r((function(t){e(t),m()}),(function(t){n(t),m()}),a),x=null}}if(x.open(t.method.toUpperCase(),a(w,t.params,t.paramsSerializer),!0),x.timeout=t.timeout,"onloadend"in x?x.onloadend=S:x.onreadystatechange=function(){x&&4===x.readyState&&(0!==x.status||x.responseURL&&0===x.responseURL.indexOf("file:"))&&setTimeout(S)},x.onabort=function(){x&&(n(new h("Request aborted",h.ECONNABORTED,t,x)),x=null)},x.onerror=function(){n(new h("Network Error",h.ERR_NETWORK,t,x,x)),x=null},x.ontimeout=function(){var e=t.timeout?"timeout of "+t.timeout+"ms exceeded":"timeout exceeded",i=t.transitional||c;t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),n(new h(e,i.clarifyTimeoutError?h.ETIMEDOUT:h.ECONNABORTED,t,x)),x=null},i.isStandardBrowserEnv()){var M=(t.withCredentials||u(w))&&t.xsrfCookieName?o.read(t.xsrfCookieName):void 0;M&&(v[t.xsrfHeaderName]=M)}"setRequestHeader"in x&&i.forEach(v,(function(t,e){"undefined"===typeof g&&"content-type"===e.toLowerCase()?delete v[e]:x.setRequestHeader(e,t)})),i.isUndefined(t.withCredentials)||(x.withCredentials=!!t.withCredentials),y&&"json"!==y&&(x.responseType=t.responseType),"function"===typeof t.onDownloadProgress&&x.addEventListener("progress",t.onDownloadProgress),"function"===typeof t.onUploadProgress&&x.upload&&x.upload.addEventListener("progress",t.onUploadProgress),(t.cancelToken||t.signal)&&(f=function(t){x&&(n(!t||t&&t.type?new d:t),x.abort(),x=null)},t.cancelToken&&t.cancelToken.subscribe(f),t.signal&&(t.signal.aborted?f():t.signal.addEventListener("abort",f))),g||(g=null);var I=p(w);I&&-1===["http","https","file"].indexOf(I)?n(new h("Unsupported protocol "+I+":",h.ERR_BAD_REQUEST,t)):x.send(g)}))}},7974:(t,e,n)=>{"use strict";var i=n(7210),r=n(2938),o=n(8799),a=n(4495),s=n(2447);function l(t){var e=new o(t),n=r(o.prototype.request,e);return i.extend(n,o.prototype,e),i.extend(n,e),n.create=function(e){return l(a(t,e))},n}var u=l(s);u.Axios=o,u.CanceledError=n(9157),u.CancelToken=n(8858),u.isCancel=n(6029),u.VERSION=n(765).version,u.toFormData=n(4415),u.AxiosError=n(9469),u.Cancel=u.CanceledError,u.all=function(t){return Promise.all(t)},u.spread=n(5178),u.isAxiosError=n(5615),t.exports=u,t.exports["default"]=u},8858:(t,e,n)=>{"use strict";var i=n(9157);function r(t){if("function"!==typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;this.promise.then((function(t){if(n._listeners){var e,i=n._listeners.length;for(e=0;e{"use strict";var i=n(9469),r=n(7210);function o(t){i.call(this,null==t?"canceled":t,i.ERR_CANCELED),this.name="CanceledError"}r.inherits(o,i,{__CANCEL__:!0}),t.exports=o},6029:t=>{"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},8799:(t,e,n)=>{"use strict";var i=n(7210),r=n(7696),o=n(2591),a=n(516),s=n(4495),l=n(9835),u=n(3170),c=u.validators;function h(t){this.defaults=t,this.interceptors={request:new o,response:new o}}h.prototype.request=function(t,e){"string"===typeof t?(e=e||{},e.url=t):e=t||{},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 n=e.transitional;void 0!==n&&u.assertOptions(n,{silentJSONParsing:c.transitional(c.boolean),forcedJSONParsing:c.transitional(c.boolean),clarifyTimeoutError:c.transitional(c.boolean)},!1);var i=[],r=!0;this.interceptors.request.forEach((function(t){"function"===typeof t.runWhen&&!1===t.runWhen(e)||(r=r&&t.synchronous,i.unshift(t.fulfilled,t.rejected))}));var o,l=[];if(this.interceptors.response.forEach((function(t){l.push(t.fulfilled,t.rejected)})),!r){var h=[a,void 0];Array.prototype.unshift.apply(h,i),h=h.concat(l),o=Promise.resolve(e);while(h.length)o=o.then(h.shift(),h.shift());return o}var d=e;while(i.length){var p=i.shift(),f=i.shift();try{d=p(d)}catch(g){f(g);break}}try{o=a(d)}catch(g){return Promise.reject(g)}while(l.length)o=o.then(l.shift(),l.shift());return o},h.prototype.getUri=function(t){t=s(this.defaults,t);var e=l(t.baseURL,t.url);return r(e,t.params,t.paramsSerializer)},i.forEach(["delete","get","head","options"],(function(t){h.prototype[t]=function(e,n){return this.request(s(n||{},{method:t,url:e,data:(n||{}).data}))}})),i.forEach(["post","put","patch"],(function(t){function e(e){return function(n,i,r){return this.request(s(r||{},{method:t,headers:e?{"Content-Type":"multipart/form-data"}:{},url:n,data:i}))}}h.prototype[t]=e(),h.prototype[t+"Form"]=e(!0)})),t.exports=h},9469:(t,e,n)=>{"use strict";var i=n(7210);function r(t,e,n,i,r){Error.call(this),this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),i&&(this.request=i),r&&(this.response=r)}i.inherits(r,Error,{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,status:this.response&&this.response.status?this.response.status:null}}});var o=r.prototype,a={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED"].forEach((function(t){a[t]={value:t}})),Object.defineProperties(r,a),Object.defineProperty(o,"isAxiosError",{value:!0}),r.from=function(t,e,n,a,s,l){var u=Object.create(o);return i.toFlatObject(t,u,(function(t){return t!==Error.prototype})),r.call(u,t.message,e,n,a,s),u.name=t.name,l&&Object.assign(u,l),u},t.exports=r},2591:(t,e,n)=>{"use strict";var i=n(7210);function r(){this.handlers=[]}r.prototype.use=function(t,e,n){return this.handlers.push({fulfilled:t,rejected:e,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1},r.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},r.prototype.forEach=function(t){i.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=r},9835:(t,e,n)=>{"use strict";var i=n(8380),r=n(6092);t.exports=function(t,e){return t&&!i(e)?r(t,e):e}},516:(t,e,n)=>{"use strict";var i=n(7210),r=n(4330),o=n(6029),a=n(2447),s=n(9157);function l(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new s}t.exports=function(t){l(t),t.headers=t.headers||{},t.data=r.call(t,t.data,t.headers,t.transformRequest),t.headers=i.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),i.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]}));var e=t.adapter||a.adapter;return e(t).then((function(e){return l(t),e.data=r.call(t,e.data,e.headers,t.transformResponse),e}),(function(e){return o(e)||(l(t),e&&e.response&&(e.response.data=r.call(t,e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},4495:(t,e,n)=>{"use strict";var i=n(7210);t.exports=function(t,e){e=e||{};var n={};function r(t,e){return i.isPlainObject(t)&&i.isPlainObject(e)?i.merge(t,e):i.isPlainObject(e)?i.merge({},e):i.isArray(e)?e.slice():e}function o(n){return i.isUndefined(e[n])?i.isUndefined(t[n])?void 0:r(void 0,t[n]):r(t[n],e[n])}function a(t){if(!i.isUndefined(e[t]))return r(void 0,e[t])}function s(n){return i.isUndefined(e[n])?i.isUndefined(t[n])?void 0:r(void 0,t[n]):r(void 0,e[n])}function l(n){return n in e?r(t[n],e[n]):n in t?r(void 0,t[n]):void 0}var u={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l};return i.forEach(Object.keys(t).concat(Object.keys(e)),(function(t){var e=u[t]||o,r=e(t);i.isUndefined(r)&&e!==l||(n[t]=r)})),n}},4923:(t,e,n)=>{"use strict";var i=n(9469);t.exports=function(t,e,n){var r=n.config.validateStatus;n.status&&r&&!r(n.status)?e(new i("Request failed with status code "+n.status,[i.ERR_BAD_REQUEST,i.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):t(n)}},4330:(t,e,n)=>{"use strict";var i=n(7210),r=n(2447);t.exports=function(t,e,n){var o=this||r;return i.forEach(n,(function(n){t=n.call(o,t,e)})),t}},2447:(t,e,n)=>{"use strict";var i=n(7210),r=n(4733),o=n(9469),a=n(8838),s=n(4415),l={"Content-Type":"application/x-www-form-urlencoded"};function u(t,e){!i.isUndefined(t)&&i.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}function c(){var t;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof process&&"[object process]"===Object.prototype.toString.call(process))&&(t=n(8699)),t}function h(t,e,n){if(i.isString(t))try{return(e||JSON.parse)(t),i.trim(t)}catch(r){if("SyntaxError"!==r.name)throw r}return(n||JSON.stringify)(t)}var d={transitional:a,adapter:c(),transformRequest:[function(t,e){if(r(e,"Accept"),r(e,"Content-Type"),i.isFormData(t)||i.isArrayBuffer(t)||i.isBuffer(t)||i.isStream(t)||i.isFile(t)||i.isBlob(t))return t;if(i.isArrayBufferView(t))return t.buffer;if(i.isURLSearchParams(t))return u(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString();var n,o=i.isObject(t),a=e&&e["Content-Type"];if((n=i.isFileList(t))||o&&"multipart/form-data"===a){var l=this.env&&this.env.FormData;return s(n?{"files[]":t}:t,l&&new l)}return o||"application/json"===a?(u(e,"application/json"),h(t)):t}],transformResponse:[function(t){var e=this.transitional||d.transitional,n=e&&e.silentJSONParsing,r=e&&e.forcedJSONParsing,a=!n&&"json"===this.responseType;if(a||r&&i.isString(t)&&t.length)try{return JSON.parse(t)}catch(s){if(a){if("SyntaxError"===s.name)throw o.from(s,o.ERR_BAD_RESPONSE,this,null,this.response);throw s}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:n(6632)},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};i.forEach(["delete","get","head"],(function(t){d.headers[t]={}})),i.forEach(["post","put","patch"],(function(t){d.headers[t]=i.merge(l)})),t.exports=d},8838:t=>{"use strict";t.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}},765:t=>{t.exports={version:"0.27.2"}},2938:t=>{"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),i=0;i{"use strict";var i=n(7210);function r(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var o;if(n)o=n(e);else if(i.isURLSearchParams(e))o=e.toString();else{var a=[];i.forEach(e,(function(t,e){null!==t&&"undefined"!==typeof t&&(i.isArray(t)?e+="[]":t=[t],i.forEach(t,(function(t){i.isDate(t)?t=t.toISOString():i.isObject(t)&&(t=JSON.stringify(t)),a.push(r(e)+"="+r(t))})))})),o=a.join("&")}if(o){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+o}return t}},6092:t=>{"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},3634:(t,e,n)=>{"use strict";var i=n(7210);t.exports=i.isStandardBrowserEnv()?function(){return{write:function(t,e,n,r,o,a){var s=[];s.push(t+"="+encodeURIComponent(e)),i.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),i.isString(r)&&s.push("path="+r),i.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},8380:t=>{"use strict";t.exports=function(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}},5615:(t,e,n)=>{"use strict";var i=n(7210);t.exports=function(t){return i.isObject(t)&&!0===t.isAxiosError}},8365:(t,e,n)=>{"use strict";var i=n(7210);t.exports=i.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function r(t){var i=t;return e&&(n.setAttribute("href",i),i=n.href),n.setAttribute("href",i),{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 t=r(window.location.href),function(e){var n=i.isString(e)?r(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return function(){return!0}}()},4733:(t,e,n)=>{"use strict";var i=n(7210);t.exports=function(t,e){i.forEach(t,(function(n,i){i!==e&&i.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[i])}))}},6632:t=>{t.exports=null},3423:(t,e,n)=>{"use strict";var i=n(7210),r=["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"];t.exports=function(t){var e,n,o,a={};return t?(i.forEach(t.split("\n"),(function(t){if(o=t.indexOf(":"),e=i.trim(t.substr(0,o)).toLowerCase(),n=i.trim(t.substr(o+1)),e){if(a[e]&&r.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},7302:t=>{"use strict";t.exports=function(t){var e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}},5178:t=>{"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},4415:(t,e,n)=>{"use strict";var i=n(7210);function r(t,e){e=e||new FormData;var n=[];function r(t){return null===t?"":i.isDate(t)?t.toISOString():i.isArrayBuffer(t)||i.isTypedArray(t)?"function"===typeof Blob?new Blob([t]):Buffer.from(t):t}function o(t,a){if(i.isPlainObject(t)||i.isArray(t)){if(-1!==n.indexOf(t))throw Error("Circular reference detected in "+a);n.push(t),i.forEach(t,(function(t,n){if(!i.isUndefined(t)){var s,l=a?a+"."+n:n;if(t&&!a&&"object"===typeof t)if(i.endsWith(n,"{}"))t=JSON.stringify(t);else if(i.endsWith(n,"[]")&&(s=i.toArray(t)))return void s.forEach((function(t){!i.isUndefined(t)&&e.append(l,r(t))}));o(t,l)}})),n.pop()}else e.append(a,r(t))}return o(t),e}t.exports=r},3170:(t,e,n)=>{"use strict";var i=n(765).version,r=n(9469),o={};["object","boolean","number","function","string","symbol"].forEach((function(t,e){o[t]=function(n){return typeof n===t||"a"+(e<1?"n ":" ")+t}}));var a={};function s(t,e,n){if("object"!==typeof t)throw new r("options must be an object",r.ERR_BAD_OPTION_VALUE);var i=Object.keys(t),o=i.length;while(o-- >0){var a=i[o],s=e[a];if(s){var l=t[a],u=void 0===l||s(l,a,t);if(!0!==u)throw new r("option "+a+" must be "+u,r.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new r("Unknown option "+a,r.ERR_BAD_OPTION)}}o.transitional=function(t,e,n){function o(t,e){return"[Axios v"+i+"] Transitional option '"+t+"'"+e+(n?". "+n:"")}return function(n,i,s){if(!1===t)throw new r(o(i," has been removed"+(e?" in "+e:"")),r.ERR_DEPRECATED);return e&&!a[i]&&(a[i]=!0,console.warn(o(i," has been deprecated since v"+e+" and will be removed in the near future"))),!t||t(n,i,s)}},t.exports={assertOptions:s,validators:o}},7210:(t,e,n)=>{"use strict";var i=n(2938),r=Object.prototype.toString,o=function(t){return function(e){var n=r.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())}}(Object.create(null));function a(t){return t=t.toLowerCase(),function(e){return o(e)===t}}function s(t){return Array.isArray(t)}function l(t){return"undefined"===typeof t}function u(t){return null!==t&&!l(t)&&null!==t.constructor&&!l(t.constructor)&&"function"===typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}var c=a("ArrayBuffer");function h(t){var e;return e="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&c(t.buffer),e}function d(t){return"string"===typeof t}function p(t){return"number"===typeof t}function f(t){return null!==t&&"object"===typeof t}function g(t){if("object"!==o(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}var v=a("Date"),y=a("File"),m=a("Blob"),x=a("FileList");function _(t){return"[object Function]"===r.call(t)}function b(t){return f(t)&&_(t.pipe)}function w(t){var e="[object FormData]";return t&&("function"===typeof FormData&&t instanceof FormData||r.call(t)===e||_(t.toString)&&t.toString()===e)}var S=a("URLSearchParams");function M(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function I(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function T(t,e){if(null!==t&&"undefined"!==typeof t)if("object"!==typeof t&&(t=[t]),s(t))for(var n=0,i=t.length;n0)o=i[r],a[o]||(e[o]=t[o],a[o]=!0);t=Object.getPrototypeOf(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e}function P(t,e,n){t=String(t),(void 0===n||n>t.length)&&(n=t.length),n-=e.length;var i=t.indexOf(e,n);return-1!==i&&i===n}function O(t){if(!t)return null;var e=t.length;if(l(e))return null;var n=new Array(e);while(e-- >0)n[e]=t[e];return n}var R=function(t){return function(e){return t&&e instanceof t}}("undefined"!==typeof Uint8Array&&Object.getPrototypeOf(Uint8Array));t.exports={isArray:s,isArrayBuffer:c,isBuffer:u,isFormData:w,isArrayBufferView:h,isString:d,isNumber:p,isObject:f,isPlainObject:g,isUndefined:l,isDate:v,isFile:y,isBlob:m,isFunction:_,isStream:b,isURLSearchParams:S,isStandardBrowserEnv:I,forEach:T,merge:C,extend:A,trim:M,stripBOM:k,inherits:D,toFlatObject:L,kindOf:o,kindOfTest:a,endsWith:P,toArray:O,isTypedArray:R,isFileList:x}},846:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var i=n(3673),r=n(2236),o=n(908),a=n(7657);const s=(0,o.L)({name:"QBar",props:{...r.S,dense:Boolean},setup(t,{slots:e}){const n=(0,i.FN)(),o=(0,r.Z)(t,n.proxy.$q),s=(0,i.Fl)((()=>`q-bar row no-wrap items-center q-bar--${!0===t.dense?"dense":"standard"} q-bar--`+(!0===o.value?"dark":"light")));return()=>(0,i.h)("div",{class:s.value,role:"toolbar"},(0,a.KR)(e.default))}})},9400:(t,e,n)=>{"use strict";n.d(e,{Z:()=>A});var i=n(3673),r=n(1959),o=n(8880),a=n(4554),s=n(2417);const l={size:{type:[Number,String],default:"1em"},color:String};function u(t){return{cSize:(0,i.Fl)((()=>t.size in s.Ok?`${s.Ok[t.size]}px`:t.size)),classes:(0,i.Fl)((()=>"q-spinner"+(t.color?` text-${t.color}`:"")))}}var c=n(908);const h=(0,c.L)({name:"QSpinner",props:{...l,thickness:{type:Number,default:5}},setup(t){const{cSize:e,classes:n}=u(t);return()=>(0,i.h)("svg",{class:n.value+" q-spinner-mat",width:e.value,height:e.value,viewBox:"25 25 50 50"},[(0,i.h)("circle",{class:"path",cx:"50",cy:"50",r:"20",fill:"none",stroke:"currentColor","stroke-width":t.thickness,"stroke-miterlimit":"10"})])}});var d=n(6489),p=(n(3610),n(9992)),f=n(7277);const g={none:0,xs:4,sm:8,md:16,lg:24,xl:32},v={xs:8,sm:10,md:14,lg:20,xl:24},y=["button","submit","reset"],m=/[^\s]\/[^\s]/,x={...s.LU,...f.$,type:{type:String,default:"button"},label:[Number,String],icon:String,iconRight:String,round:Boolean,square:Boolean,outline:Boolean,flat:Boolean,unelevated:Boolean,rounded:Boolean,push:Boolean,glossy:Boolean,size:String,fab:Boolean,fabMini:Boolean,padding:String,color:String,textColor:String,noCaps:Boolean,noWrap:Boolean,dense:Boolean,tabindex:[Number,String],ripple:{type:[Boolean,Object],default:!0},align:{...p.jO.align,default:"center"},stack:Boolean,stretch:Boolean,loading:{type:Boolean,default:null},disable:Boolean};function _(t){const e=(0,s.ZP)(t,v),n=(0,p.ZP)(t),{hasRouterLink:r,hasLink:o,linkTag:a,linkProps:l,navigateToRouterLink:u}=(0,f.Z)("button"),c=(0,i.Fl)((()=>{const n=!1===t.fab&&!1===t.fabMini?e.value:{};return void 0!==t.padding?Object.assign({},n,{padding:t.padding.split(/\s+/).map((t=>t in g?g[t]+"px":t)).join(" "),minWidth:"0",minHeight:"0"}):n})),h=(0,i.Fl)((()=>!0===t.rounded||!0===t.fab||!0===t.fabMini)),d=(0,i.Fl)((()=>!0!==t.disable&&!0!==t.loading)),x=(0,i.Fl)((()=>!0===d.value?t.tabindex||0:-1)),_=(0,i.Fl)((()=>!0===t.flat?"flat":!0===t.outline?"outline":!0===t.push?"push":!0===t.unelevated?"unelevated":"standard")),b=(0,i.Fl)((()=>{const e={tabindex:x.value};return!0===o.value?Object.assign(e,l.value):!0===y.includes(t.type)&&(e.type=t.type),"a"===a.value?(!0===t.disable?e["aria-disabled"]="true":void 0===e.href&&(e.role="button"),!0!==r.value&&!0===m.test(t.type)&&(e.type=t.type)):!0===t.disable&&(e.disabled="",e["aria-disabled"]="true"),!0===t.loading&&void 0!==t.percentage&&Object.assign(e,{role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":t.percentage}),e})),w=(0,i.Fl)((()=>{let e;void 0!==t.color?e=!0===t.flat||!0===t.outline?`text-${t.textColor||t.color}`:`bg-${t.color} text-${t.textColor||"white"}`:t.textColor&&(e=`text-${t.textColor}`);const n=!0===t.round?"round":"rectangle"+(!0===h.value?" q-btn--rounded":!0===t.square?" q-btn--square":"");return`q-btn--${_.value} q-btn--${n}`+(void 0!==e?" "+e:"")+(!0===d.value?" q-btn--actionable q-focusable q-hoverable":!0===t.disable?" disabled":"")+(!0===t.fab?" q-btn--fab":!0===t.fabMini?" q-btn--fab-mini":"")+(!0===t.noCaps?" q-btn--no-uppercase":"")+(!0===t.dense?" q-btn--dense":"")+(!0===t.stretch?" no-border-radius self-stretch":"")+(!0===t.glossy?" glossy":"")+(t.square?" q-btn--square":"")})),S=(0,i.Fl)((()=>n.value+(!0===t.stack?" column":" row")+(!0===t.noWrap?" no-wrap text-no-wrap":"")+(!0===t.loading?" q-btn__content--hidden":"")));return{classes:w,style:c,innerClasses:S,attributes:b,hasRouterLink:r,hasLink:o,linkTag:a,navigateToRouterLink:u,isActionable:d}}var b=n(7657),w=n(4716),S=n(1436);const{passiveCapture:M}=w.rU;let I=null,T=null,C=null;const A=(0,c.L)({name:"QBtn",props:{...x,percentage:Number,darkPercentage:Boolean},emits:["click","keydown","touchstart","mousedown","keyup"],setup(t,{slots:e,emit:n}){const{proxy:s}=(0,i.FN)(),{classes:l,style:u,innerClasses:c,attributes:p,hasRouterLink:f,hasLink:g,linkTag:v,navigateToRouterLink:y,isActionable:m}=_(t),x=(0,r.iH)(null),A=(0,r.iH)(null);let k,D,L=null;const P=(0,i.Fl)((()=>void 0!==t.label&&null!==t.label&&""!==t.label)),O=(0,i.Fl)((()=>!0!==t.disable&&!1!==t.ripple&&{keyCodes:!0===g.value?[13,32]:[13],...!0===t.ripple?{}:t.ripple})),R=(0,i.Fl)((()=>({center:t.round}))),E=(0,i.Fl)((()=>{const e=Math.max(0,Math.min(100,t.percentage));return e>0?{transition:"transform 0.6s",transform:`translateX(${e-100}%)`}:{}})),N=(0,i.Fl)((()=>!0===t.loading?{onMousedown:q,onTouchstartPassive:q,onClick:q,onKeydown:q,onKeyup:q}:!0===m.value?{onClick:B,onKeydown:V,onMousedown:H,onTouchstart:F}:{onClick:w.NS})),z=(0,i.Fl)((()=>({ref:x,class:"q-btn q-btn-item non-selectable no-outline "+l.value,style:u.value,...p.value,...N.value})));function B(e){if(null!==x.value){if(void 0!==e){if(!0===e.defaultPrevented)return;const n=document.activeElement;if("submit"===t.type&&n!==document.body&&!1===x.value.contains(n)&&!1===n.contains(x.value)){x.value.focus();const t=()=>{document.removeEventListener("keydown",w.NS,!0),document.removeEventListener("keyup",t,M),null!==x.value&&x.value.removeEventListener("blur",t,M)};document.addEventListener("keydown",w.NS,!0),document.addEventListener("keyup",t,M),x.value.addEventListener("blur",t,M)}}if(!0===f.value){const t=()=>{e.__qNavigate=!0,y(e)};n("click",e,t),!0!==e.defaultPrevented&&t()}else n("click",e)}}function V(t){null!==x.value&&(n("keydown",t),!0===(0,S.So)(t,[13,32])&&T!==x.value&&(null!==T&&W(),!0!==t.defaultPrevented&&(x.value.focus(),T=x.value,x.value.classList.add("q-btn--active"),document.addEventListener("keyup",G,!0),x.value.addEventListener("blur",G,M)),(0,w.NS)(t)))}function F(t){null!==x.value&&(n("touchstart",t),!0!==t.defaultPrevented&&(I!==x.value&&(null!==I&&W(),I=x.value,L=t.target,L.addEventListener("touchcancel",G,M),L.addEventListener("touchend",G,M)),k=!0,clearTimeout(D),D=setTimeout((()=>{k=!1}),200)))}function H(t){null!==x.value&&(t.qSkipRipple=!0===k,n("mousedown",t),!0!==t.defaultPrevented&&C!==x.value&&(null!==C&&W(),C=x.value,x.value.classList.add("q-btn--active"),document.addEventListener("mouseup",G,M)))}function G(t){if(null!==x.value&&(void 0===t||"blur"!==t.type||document.activeElement!==x.value)){if(void 0!==t&&"keyup"===t.type){if(T===x.value&&!0===(0,S.So)(t,[13,32])){const e=new MouseEvent("click",t);e.qKeyEvent=!0,!0===t.defaultPrevented&&(0,w.X$)(e),!0===t.cancelBubble&&(0,w.sT)(e),x.value.dispatchEvent(e),(0,w.NS)(t),t.qKeyEvent=!0}n("keyup",t)}W()}}function W(t){const e=A.value;!0===t||I!==x.value&&C!==x.value||null===e||e===document.activeElement||(e.setAttribute("tabindex",-1),e.focus()),I===x.value&&(null!==L&&(L.removeEventListener("touchcancel",G,M),L.removeEventListener("touchend",G,M)),I=L=null),C===x.value&&(document.removeEventListener("mouseup",G,M),C=null),T===x.value&&(document.removeEventListener("keyup",G,!0),null!==x.value&&x.value.removeEventListener("blur",G,M),T=null),null!==x.value&&x.value.classList.remove("q-btn--active")}function q(t){(0,w.NS)(t),t.qSkipRipple=!0}return(0,i.Jd)((()=>{W(!0)})),Object.assign(s,{click:B}),()=>{let n=[];void 0!==t.icon&&n.push((0,i.h)(a.Z,{name:t.icon,left:!1===t.stack&&!0===P.value,role:"img","aria-hidden":"true"})),!0===P.value&&n.push((0,i.h)("span",{class:"block"},[t.label])),n=(0,b.vs)(e.default,n),void 0!==t.iconRight&&!1===t.round&&n.push((0,i.h)(a.Z,{name:t.iconRight,right:!1===t.stack&&!0===P.value,role:"img","aria-hidden":"true"}));const r=[(0,i.h)("span",{class:"q-focus-helper",ref:A})];return!0===t.loading&&void 0!==t.percentage&&r.push((0,i.h)("span",{class:"q-btn__progress absolute-full overflow-hidden"+(!0===t.darkPercentage?" q-btn__progress--dark":"")},[(0,i.h)("span",{class:"q-btn__progress-indicator fit block",style:E.value})])),r.push((0,i.h)("span",{class:"q-btn__content text-center col items-center q-anchor--skip "+c.value},n)),null!==t.loading&&r.push((0,i.h)(o.uT,{name:"q-transition--fade"},(()=>!0===t.loading?[(0,i.h)("span",{key:"loading",class:"absolute-full flex flex-center"},void 0!==e.loading?e.loading():[(0,i.h)(h)])]:null))),(0,i.wy)((0,i.h)(v.value,z.value,r),[[d.Z,O.value,void 0,R.value]])}}})},151:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var i=n(3673),r=n(2236),o=n(908),a=n(7657);const s=(0,o.L)({name:"QCard",props:{...r.S,tag:{type:String,default:"div"},square:Boolean,flat:Boolean,bordered:Boolean},setup(t,{slots:e}){const n=(0,i.FN)(),o=(0,r.Z)(t,n.proxy.$q),s=(0,i.Fl)((()=>"q-card"+(!0===o.value?" q-card--dark q-dark":"")+(!0===t.bordered?" q-card--bordered":"")+(!0===t.square?" q-card--square no-border-radius":"")+(!0===t.flat?" q-card--flat no-shadow":"")));return()=>(0,i.h)(t.tag,{class:s.value},(0,a.KR)(e.default))}})},9367:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var i=n(3673),r=n(9992),o=n(908),a=n(7657);const s=(0,o.L)({name:"QCardActions",props:{...r.jO,vertical:Boolean},setup(t,{slots:e}){const n=(0,r.ZP)(t),o=(0,i.Fl)((()=>`q-card__actions ${n.value} q-card__actions--`+(!0===t.vertical?"vert column":"horiz row")));return()=>(0,i.h)("div",{class:o.value},(0,a.KR)(e.default))}})},5589:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var i=n(3673),r=n(908),o=n(7657);const a=(0,r.L)({name:"QCardSection",props:{tag:{type:String,default:"div"},horizontal:Boolean},setup(t,{slots:e}){const n=(0,i.Fl)((()=>"q-card__section q-card__section--"+(!0===t.horizontal?"horiz row no-wrap":"vert")));return()=>(0,i.h)(t.tag,{class:n.value},(0,o.KR)(e.default))}})},7030:(t,e,n)=>{"use strict";n.d(e,{Z:()=>d});var i=n(3673),r=n(4554),o=n(6489),a=n(2236),s=n(2417),l=n(908),u=n(4716),c=n(7657);const h={xs:8,sm:10,md:14,lg:20,xl:24},d=(0,l.L)({name:"QChip",props:{...a.S,...s.LU,dense:Boolean,icon:String,iconRight:String,iconRemove:String,iconSelected:String,label:[String,Number],color:String,textColor:String,modelValue:{type:Boolean,default:!0},selected:{type:Boolean,default:null},square:Boolean,outline:Boolean,clickable:Boolean,removable:Boolean,tabindex:[String,Number],disable:Boolean,ripple:{type:[Boolean,Object],default:!0}},emits:["update:modelValue","update:selected","remove","click"],setup(t,{slots:e,emit:n}){const{proxy:{$q:l}}=(0,i.FN)(),d=(0,a.Z)(t,l),p=(0,s.ZP)(t,h),f=(0,i.Fl)((()=>!0===t.selected||void 0!==t.icon)),g=(0,i.Fl)((()=>!0===t.selected?t.iconSelected||l.iconSet.chip.selected:t.icon)),v=(0,i.Fl)((()=>t.iconRemove||l.iconSet.chip.remove)),y=(0,i.Fl)((()=>!1===t.disable&&(!0===t.clickable||null!==t.selected))),m=(0,i.Fl)((()=>{const e=!0===t.outline&&t.color||t.textColor;return"q-chip row inline no-wrap items-center"+(!1===t.outline&&void 0!==t.color?` bg-${t.color}`:"")+(e?` text-${e} q-chip--colored`:"")+(!0===t.disable?" disabled":"")+(!0===t.dense?" q-chip--dense":"")+(!0===t.outline?" q-chip--outline":"")+(!0===t.selected?" q-chip--selected":"")+(!0===y.value?" q-chip--clickable cursor-pointer non-selectable q-hoverable":"")+(!0===t.square?" q-chip--square":"")+(!0===d.value?" q-chip--dark q-dark":"")})),x=(0,i.Fl)((()=>!0===t.disable?{tabindex:-1,"aria-disabled":"true"}:{tabindex:t.tabindex||0}));function _(t){13===t.keyCode&&b(t)}function b(e){t.disable||(n("update:selected",!t.selected),n("click",e))}function w(e){void 0!==e.keyCode&&13!==e.keyCode||((0,u.NS)(e),!1===t.disable&&(n("update:modelValue",!1),n("remove")))}function S(){const n=[];!0===y.value&&n.push((0,i.h)("div",{class:"q-focus-helper"})),!0===f.value&&n.push((0,i.h)(r.Z,{class:"q-chip__icon q-chip__icon--left",name:g.value}));const o=void 0!==t.label?[(0,i.h)("div",{class:"ellipsis"},[t.label])]:void 0;return n.push((0,i.h)("div",{class:"q-chip__content col row no-wrap items-center q-anchor--skip"},(0,c.pf)(e.default,o))),t.iconRight&&n.push((0,i.h)(r.Z,{class:"q-chip__icon q-chip__icon--right",name:t.iconRight})),!0===t.removable&&n.push((0,i.h)(r.Z,{class:"q-chip__icon q-chip__icon--remove cursor-pointer",name:v.value,...x.value,onClick:w,onKeyup:w})),n}return()=>{if(!1===t.modelValue)return;const e={class:m.value,style:p.value};return!0===y.value&&Object.assign(e,x.value,{onClick:b,onKeyup:_}),(0,c.Jl)("div",e,S(),"ripple",!1!==t.ripple&&!0!==t.disable,(()=>[[o.Z,t.ripple]]))}}})},9815:(t,e,n)=>{"use strict";n.d(e,{Z:()=>R});n(3610),n(71);var i=n(3673),r=n(1959),o=n(8880),a=n(69),s=n(4955),l=n(416),u=n(3628),c=n(6104),h=n(5911),d=n(405),p=n(908),f=n(2012),g=n(7657),v=n(4688),y=n(1436);const m=[];let x;function _(t){x=27===t.keyCode}function b(){!0===x&&(x=!1)}function w(t){!0===x&&(x=!1,!0===(0,y.So)(t,27)&&m[m.length-1](t))}function S(t){window[t]("keydown",_),window[t]("blur",b),window[t]("keyup",w),x=!1}function M(t){!0===v.Lp.is.desktop&&(m.push(t),1===m.length&&S("addEventListener"))}function I(t){const e=m.indexOf(t);e>-1&&(m.splice(e,1),0===m.length&&S("removeEventListener"))}const T=[];function C(t){T[T.length-1](t)}function A(t){!0===v.Lp.is.desktop&&(T.push(t),1===T.length&&document.body.addEventListener("focusin",C))}function k(t){const e=T.indexOf(t);e>-1&&(T.splice(e,1),0===T.length&&document.body.removeEventListener("focusin",C))}var D=n(230);let L=0;const P={standard:"fixed-full flex-center",top:"fixed-top justify-center",bottom:"fixed-bottom justify-center",right:"fixed-right items-center",left:"fixed-left items-center"},O={standard:["scale","scale"],top:["slide-down","slide-up"],bottom:["slide-up","slide-down"],right:["slide-left","slide-right"],left:["slide-right","slide-left"]},R=(0,p.L)({name:"QDialog",inheritAttrs:!1,props:{...u.vr,...c.D,transitionShow:String,transitionHide:String,persistent:Boolean,autoClose:Boolean,allowFocusOutside:Boolean,noEscDismiss:Boolean,noBackdropDismiss:Boolean,noRouteDismiss:Boolean,noRefocus:Boolean,noFocus:Boolean,noShake:Boolean,seamless:Boolean,maximized:Boolean,fullWidth:Boolean,fullHeight:Boolean,square:Boolean,position:{type:String,default:"standard",validator:t=>"standard"===t||["top","bottom","left","right"].includes(t)}},emits:[...u.gH,"shake","click","escape-key"],setup(t,{slots:e,emit:n,attrs:c}){const p=(0,i.FN)(),v=(0,r.iH)(null),y=(0,r.iH)(!1),m=(0,r.iH)(!1),x=(0,r.iH)(!1);let _,b,w,S=null;const T=(0,i.Fl)((()=>!0!==t.persistent&&!0!==t.noRouteDismiss&&!0!==t.seamless)),{preventBodyScroll:C}=(0,d.Z)(),{registerTimeout:R,removeTimeout:E}=(0,s.Z)(),{registerTick:N,removeTick:z}=(0,l.Z)(),{showPortal:B,hidePortal:V,portalIsAccessible:F,renderPortal:H}=(0,h.Z)(p,v,ut,!0),{hide:G}=(0,u.ZP)({showing:y,hideOnRouteChange:T,handleShow:Q,handleHide:tt,processOnMount:!0}),{addToHistory:W,removeFromHistory:q}=(0,a.Z)(y,G,T),U=(0,i.Fl)((()=>"q-dialog__inner flex no-pointer-events q-dialog__inner--"+(!0===t.maximized?"maximized":"minimized")+` q-dialog__inner--${t.position} ${P[t.position]}`+(!0===x.value?" q-dialog__inner--animating":"")+(!0===t.fullWidth?" q-dialog__inner--fullwidth":"")+(!0===t.fullHeight?" q-dialog__inner--fullheight":"")+(!0===t.square?" q-dialog__inner--square":""))),j=(0,i.Fl)((()=>"q-transition--"+(void 0===t.transitionShow?O[t.position][0]:t.transitionShow))),Z=(0,i.Fl)((()=>"q-transition--"+(void 0===t.transitionHide?O[t.position][1]:t.transitionHide))),Y=(0,i.Fl)((()=>!0===m.value?Z.value:j.value)),X=(0,i.Fl)((()=>`--q-transition-duration: ${t.transitionDuration}ms`)),$=(0,i.Fl)((()=>!0===y.value&&!0!==t.seamless)),K=(0,i.Fl)((()=>!0===t.autoClose?{onClick:at}:{})),J=(0,i.Fl)((()=>["q-dialog fullscreen no-pointer-events q-dialog--"+(!0===$.value?"modal":"seamless"),c.class]));function Q(e){E(),z(),W(),S=!1===t.noRefocus&&null!==document.activeElement?document.activeElement:null,ot(t.maximized),B(),x.value=!0,!0!==t.noFocus&&(null!==document.activeElement&&document.activeElement.blur(),N(et)),R((()=>{if(!0===p.proxy.$q.platform.is.ios){if(!0!==t.seamless&&document.activeElement){const{top:t,bottom:e}=document.activeElement.getBoundingClientRect(),{innerHeight:n}=window,i=void 0!==window.visualViewport?window.visualViewport.height:n;t>0&&e>i/2&&(document.scrollingElement.scrollTop=Math.min(document.scrollingElement.scrollHeight-i,e>=n?1/0:Math.ceil(document.scrollingElement.scrollTop+e-i/2))),document.activeElement.scrollIntoView()}w=!0,v.value.click(),w=!1}B(!0),x.value=!1,n("show",e)}),t.transitionDuration)}function tt(e){E(),z(),q(),rt(!0),x.value=!0,V(),null!==S&&(S.focus(),S=null),R((()=>{V(!0),x.value=!1,n("hide",e)}),t.transitionDuration)}function et(t){(0,D.jd)((()=>{let e=v.value;null!==e&&!0!==e.contains(document.activeElement)&&(e=e.querySelector(t||"[autofocus], [data-autofocus]")||e,e.focus({preventScroll:!0}))}))}function nt(){et(),n("shake");const t=v.value;null!==t&&(t.classList.remove("q-animate--scale"),t.classList.add("q-animate--scale"),clearTimeout(_),_=setTimeout((()=>{null!==v.value&&(t.classList.remove("q-animate--scale"),et())}),170))}function it(){!0!==t.seamless&&(!0===t.persistent||!0===t.noEscDismiss?!0!==t.maximized&&!0!==t.noShake&&nt():(n("escape-key"),G()))}function rt(e){clearTimeout(_),!0!==e&&!0!==y.value||(ot(!1),!0!==t.seamless&&(C(!1),k(lt),I(it))),!0!==e&&(S=null)}function ot(t){!0===t?!0!==b&&(L<1&&document.body.classList.add("q-body--dialog"),L++,b=!0):!0===b&&(L<2&&document.body.classList.remove("q-body--dialog"),L--,b=!1)}function at(t){!0!==w&&(G(t),n("click",t))}function st(e){!0!==t.persistent&&!0!==t.noBackdropDismiss?G(e):!0!==t.noShake&&nt()}function lt(e){!0!==t.allowFocusOutside&&!0===F.value&&!0!==(0,f.mY)(v.value,e.target)&&et('[tabindex]:not([tabindex="-1"])')}function ut(){return(0,i.h)("div",{...c,class:J.value},[(0,i.h)(o.uT,{name:"q-transition--fade",appear:!0},(()=>!0===$.value?(0,i.h)("div",{class:"q-dialog__backdrop fixed-full",style:X.value,"aria-hidden":"true",onMousedown:st}):null)),(0,i.h)(o.uT,{name:Y.value,appear:!0},(()=>!0===y.value?(0,i.h)("div",{ref:v,class:U.value,style:X.value,tabindex:-1,...K.value},(0,g.KR)(e.default)):null))])}return(0,i.YP)(y,(t=>{(0,i.Y3)((()=>{m.value=t}))})),(0,i.YP)((()=>t.maximized),(t=>{!0===y.value&&ot(t)})),(0,i.YP)($,(t=>{C(t),!0===t?(A(lt),M(it)):(k(lt),I(it))})),Object.assign(p.proxy,{focus:et,shake:nt,__updateRefocusTarget(t){S=t||null}}),(0,i.Jd)(rt),H}})},2901:(t,e,n)=>{"use strict";n.d(e,{Z:()=>v});n(3610),n(71);var i=n(3673),r=n(1959),o=n(69),a=n(3628),s=n(405),l=n(4955),u=n(2236),c=n(8406),h=n(908),d=n(2130),p=n(7657),f=n(2547);const g=150,v=(0,h.L)({name:"QDrawer",inheritAttrs:!1,props:{...a.vr,...u.S,side:{type:String,default:"left",validator:t=>["left","right"].includes(t)},width:{type:Number,default:300},mini:Boolean,miniToOverlay:Boolean,miniWidth:{type:Number,default:57},breakpoint:{type:Number,default:1023},showIfAbove:Boolean,behavior:{type:String,validator:t=>["default","desktop","mobile"].includes(t),default:"default"},bordered:Boolean,elevated:Boolean,overlay:Boolean,persistent:Boolean,noSwipeOpen:Boolean,noSwipeClose:Boolean,noSwipeBackdrop:Boolean},emits:[...a.gH,"on-layout","mini-state"],setup(t,{slots:e,emit:n,attrs:h}){const v=(0,i.FN)(),{proxy:{$q:y}}=v,m=(0,u.Z)(t,y),{preventBodyScroll:x}=(0,s.Z)(),{registerTimeout:_}=(0,l.Z)(),b=(0,i.f3)(f.YE,(()=>{console.error("QDrawer needs to be child of QLayout")}));let w,S,M;const I=(0,r.iH)("mobile"===t.behavior||"desktop"!==t.behavior&&b.totalWidth.value<=t.breakpoint),T=(0,i.Fl)((()=>!0===t.mini&&!0!==I.value)),C=(0,i.Fl)((()=>!0===T.value?t.miniWidth:t.width)),A=(0,r.iH)(!0===t.showIfAbove&&!1===I.value||!0===t.modelValue),k=(0,i.Fl)((()=>!0!==t.persistent&&(!0===I.value||!0===Z.value)));function D(t,e){if(R(),!1!==t&&b.animate(),at(0),!0===I.value){const t=b.instances[W.value];void 0!==t&&!0===t.belowBreakpoint&&t.hide(!1),st(1),!0!==b.isContainer.value&&x(!0)}else st(0),!1!==t&<(!1);_((()=>{!1!==t&<(!0),!0!==e&&n("show",t)}),g)}function L(t,e){E(),!1!==t&&b.animate(),st(0),at(B.value*C.value),dt(),!0!==e&&_((()=>{n("hide",t)}),g)}const{show:P,hide:O}=(0,a.ZP)({showing:A,hideOnRouteChange:k,handleShow:D,handleHide:L}),{addToHistory:R,removeFromHistory:E}=(0,o.Z)(A,O,k),N={belowBreakpoint:I,hide:O},z=(0,i.Fl)((()=>"right"===t.side)),B=(0,i.Fl)((()=>(!0===y.lang.rtl?-1:1)*(!0===z.value?1:-1))),V=(0,r.iH)(0),F=(0,r.iH)(!1),H=(0,r.iH)(!1),G=(0,r.iH)(C.value*B.value),W=(0,i.Fl)((()=>!0===z.value?"left":"right")),q=(0,i.Fl)((()=>!0===A.value&&!1===I.value&&!1===t.overlay?!0===t.miniToOverlay?t.miniWidth:C.value:0)),U=(0,i.Fl)((()=>!0===t.overlay||!0===t.miniToOverlay||b.view.value.indexOf(z.value?"R":"L")>-1||!0===y.platform.is.ios&&!0===b.isContainer.value)),j=(0,i.Fl)((()=>!1===t.overlay&&!0===A.value&&!1===I.value)),Z=(0,i.Fl)((()=>!0===t.overlay&&!0===A.value&&!1===I.value)),Y=(0,i.Fl)((()=>"fullscreen q-drawer__backdrop"+(!1===A.value&&!1===F.value?" hidden":""))),X=(0,i.Fl)((()=>({backgroundColor:`rgba(0,0,0,${.4*V.value})`}))),$=(0,i.Fl)((()=>!0===z.value?"r"===b.rows.value.top[2]:"l"===b.rows.value.top[0])),K=(0,i.Fl)((()=>!0===z.value?"r"===b.rows.value.bottom[2]:"l"===b.rows.value.bottom[0])),J=(0,i.Fl)((()=>{const t={};return!0===b.header.space&&!1===$.value&&(!0===U.value?t.top=`${b.header.offset}px`:!0===b.header.space&&(t.top=`${b.header.size}px`)),!0===b.footer.space&&!1===K.value&&(!0===U.value?t.bottom=`${b.footer.offset}px`:!0===b.footer.space&&(t.bottom=`${b.footer.size}px`)),t})),Q=(0,i.Fl)((()=>{const t={width:`${C.value}px`,transform:`translateX(${G.value}px)`};return!0===I.value?t:Object.assign(t,J.value)})),tt=(0,i.Fl)((()=>"q-drawer__content fit "+(!0!==b.isContainer.value?"scroll":"overflow-auto"))),et=(0,i.Fl)((()=>`q-drawer q-drawer--${t.side}`+(!0===H.value?" q-drawer--mini-animate":"")+(!0===t.bordered?" q-drawer--bordered":"")+(!0===m.value?" q-drawer--dark q-dark":"")+(!0===F.value?" no-transition":!0===A.value?"":" q-layout--prevent-focus")+(!0===I.value?" fixed q-drawer--on-top q-drawer--mobile q-drawer--top-padding":" q-drawer--"+(!0===T.value?"mini":"standard")+(!0===U.value||!0!==j.value?" fixed":"")+(!0===t.overlay||!0===t.miniToOverlay?" q-drawer--on-top":"")+(!0===$.value?" q-drawer--top-padding":"")))),nt=(0,i.Fl)((()=>{const e=!0===y.lang.rtl?t.side:W.value;return[[c.Z,ct,void 0,{[e]:!0,mouse:!0}]]})),it=(0,i.Fl)((()=>{const e=!0===y.lang.rtl?W.value:t.side;return[[c.Z,ht,void 0,{[e]:!0,mouse:!0}]]})),rt=(0,i.Fl)((()=>{const e=!0===y.lang.rtl?W.value:t.side;return[[c.Z,ht,void 0,{[e]:!0,mouse:!0,mouseAllDir:!0}]]}));function ot(){ft(I,"mobile"===t.behavior||"desktop"!==t.behavior&&b.totalWidth.value<=t.breakpoint)}function at(t){void 0===t?(0,i.Y3)((()=>{t=!0===A.value?0:C.value,at(B.value*t)})):(!0!==b.isContainer.value||!0!==z.value||!0!==I.value&&Math.abs(t)!==C.value||(t+=B.value*b.scrollbarWidth.value),G.value=t)}function st(t){V.value=t}function lt(t){const e=!0===t?"remove":!0!==b.isContainer.value?"add":"";""!==e&&document.body.classList[e]("q-body--drawer-toggle")}function ut(){clearTimeout(S),v.proxy&&v.proxy.$el&&v.proxy.$el.classList.add("q-drawer--mini-animate"),H.value=!0,S=setTimeout((()=>{H.value=!1,v&&v.proxy&&v.proxy.$el&&v.proxy.$el.classList.remove("q-drawer--mini-animate")}),150)}function ct(t){if(!1!==A.value)return;const e=C.value,n=(0,d.vX)(t.distance.x,0,e);if(!0===t.isFinal){const t=n>=Math.min(75,e);return!0===t?P():(b.animate(),st(0),at(B.value*e)),void(F.value=!1)}at((!0===y.lang.rtl?!0!==z.value:z.value)?Math.max(e-n,0):Math.min(0,n-e)),st((0,d.vX)(n/e,0,1)),!0===t.isFirst&&(F.value=!0)}function ht(e){if(!0!==A.value)return;const n=C.value,i=e.direction===t.side,r=(!0===y.lang.rtl?!0!==i:i)?(0,d.vX)(e.distance.x,0,n):0;if(!0===e.isFinal){const t=Math.abs(r){!0===e?(w=A.value,!0===A.value&&O(!1)):!1===t.overlay&&"mobile"!==t.behavior&&!1!==w&&(!0===A.value?(at(0),st(0),dt()):P(!1))})),(0,i.YP)((()=>t.side),((t,e)=>{b.instances[e]===N&&(b.instances[e]=void 0,b[e].space=!1,b[e].offset=0),b.instances[t]=N,b[t].size=C.value,b[t].space=j.value,b[t].offset=q.value})),(0,i.YP)(b.totalWidth,(()=>{!0!==b.isContainer.value&&!0===document.qScrollPrevented||ot()})),(0,i.YP)((()=>t.behavior+t.breakpoint),ot),(0,i.YP)(b.isContainer,(t=>{!0===A.value&&x(!0!==t),!0===t&&ot()})),(0,i.YP)(b.scrollbarWidth,(()=>{at(!0===A.value?0:void 0)})),(0,i.YP)(q,(t=>{pt("offset",t)})),(0,i.YP)(j,(t=>{n("on-layout",t),pt("space",t)})),(0,i.YP)(z,(()=>{at()})),(0,i.YP)(C,(e=>{at(),gt(t.miniToOverlay,e)})),(0,i.YP)((()=>t.miniToOverlay),(t=>{gt(t,C.value)})),(0,i.YP)((()=>y.lang.rtl),(()=>{at()})),(0,i.YP)((()=>t.mini),(()=>{!0===t.modelValue&&(ut(),b.animate())})),(0,i.YP)(T,(t=>{n("mini-state",t)})),b.instances[t.side]=N,gt(t.miniToOverlay,C.value),pt("space",j.value),pt("offset",q.value),!0===t.showIfAbove&&!0!==t.modelValue&&!0===A.value&&void 0!==t["onUpdate:modelValue"]&&n("update:modelValue",!0),(0,i.bv)((()=>{n("on-layout",j.value),n("mini-state",T.value),w=!0===t.showIfAbove;const e=()=>{const t=!0===A.value?D:L;t(!1,!0)};0===b.totalWidth.value?M=(0,i.YP)(b.totalWidth,(()=>{M(),M=void 0,!1===A.value&&!0===t.showIfAbove&&!1===I.value?P(!1):e()})):(0,i.Y3)(e)})),(0,i.Jd)((()=>{void 0!==M&&M(),clearTimeout(S),!0===A.value&&dt(),b.instances[t.side]===N&&(b.instances[t.side]=void 0,pt("size",0),pt("offset",0),pt("space",!1))})),()=>{const n=[];!0===I.value&&(!1===t.noSwipeOpen&&n.push((0,i.wy)((0,i.h)("div",{key:"open",class:`q-drawer__opener fixed-${t.side}`,"aria-hidden":"true"}),nt.value)),n.push((0,p.Jl)("div",{ref:"backdrop",class:Y.value,style:X.value,"aria-hidden":"true",onClick:O},void 0,"backdrop",!0!==t.noSwipeBackdrop&&!0===A.value,(()=>rt.value))));const r=!0===T.value&&void 0!==e.mini,o=[(0,i.h)("div",{...h,key:""+r,class:[tt.value,h.class]},!0===r?e.mini():(0,p.KR)(e.default))];return!0===t.elevated&&!0===A.value&&o.push((0,i.h)("div",{class:"q-layout__shadow absolute-full overflow-hidden no-pointer-events"})),n.push((0,p.Jl)("aside",{ref:"content",class:et.value,style:Q.value},o,"contentclose",!0!==t.noSwipeClose&&!0===I.value,(()=>it.value))),(0,i.h)("div",{class:"q-drawer-container"},n)}}})},3812:(t,e,n)=>{"use strict";n.d(e,{Z:()=>u});var i=n(3673),r=n(1959),o=n(5151),a=n(908),s=n(7657),l=n(2547);const u=(0,a.L)({name:"QHeader",props:{modelValue:{type:Boolean,default:!0},reveal:Boolean,revealOffset:{type:Number,default:250},bordered:Boolean,elevated:Boolean,heightHint:{type:[String,Number],default:50}},emits:["reveal","focusin"],setup(t,{slots:e,emit:n}){const{proxy:{$q:a}}=(0,i.FN)(),u=(0,i.f3)(l.YE,(()=>{console.error("QHeader needs to be child of QLayout")})),c=(0,r.iH)(parseInt(t.heightHint,10)),h=(0,r.iH)(!0),d=(0,i.Fl)((()=>!0===t.reveal||u.view.value.indexOf("H")>-1||a.platform.is.ios&&!0===u.isContainer.value)),p=(0,i.Fl)((()=>{if(!0!==t.modelValue)return 0;if(!0===d.value)return!0===h.value?c.value:0;const e=c.value-u.scroll.value.position;return e>0?e:0})),f=(0,i.Fl)((()=>!0!==t.modelValue||!0===d.value&&!0!==h.value)),g=(0,i.Fl)((()=>!0===t.modelValue&&!0===f.value&&!0===t.reveal)),v=(0,i.Fl)((()=>"q-header q-layout__section--marginal "+(!0===d.value?"fixed":"absolute")+"-top"+(!0===t.bordered?" q-header--bordered":"")+(!0===f.value?" q-header--hidden":"")+(!0!==t.modelValue?" q-layout--prevent-focus":""))),y=(0,i.Fl)((()=>{const t=u.rows.value.top,e={};return"l"===t[0]&&!0===u.left.space&&(e[!0===a.lang.rtl?"right":"left"]=`${u.left.size}px`),"r"===t[2]&&!0===u.right.space&&(e[!0===a.lang.rtl?"left":"right"]=`${u.right.size}px`),e}));function m(t,e){u.update("header",t,e)}function x(t,e){t.value!==e&&(t.value=e)}function _({height:t}){x(c,t),m("size",t)}function b(t){!0===g.value&&x(h,!0),n("focusin",t)}(0,i.YP)((()=>t.modelValue),(t=>{m("space",t),x(h,!0),u.animate()})),(0,i.YP)(p,(t=>{m("offset",t)})),(0,i.YP)((()=>t.reveal),(e=>{!1===e&&x(h,t.modelValue)})),(0,i.YP)(h,(t=>{u.animate(),n("reveal",t)})),(0,i.YP)(u.scroll,(e=>{!0===t.reveal&&x(h,"up"===e.direction||e.position<=t.revealOffset||e.position-e.inflectionPoint<100)}));const w={};return u.instances.header=w,!0===t.modelValue&&m("size",c.value),m("space",t.modelValue),m("offset",p.value),(0,i.Jd)((()=>{u.instances.header===w&&(u.instances.header=void 0,m("size",0),m("offset",0),m("space",!1))})),()=>{const n=(0,s.Bl)(e.default,[]);return!0===t.elevated&&n.push((0,i.h)("div",{class:"q-layout__shadow absolute-full overflow-hidden no-pointer-events"})),n.push((0,i.h)(o.Z,{debounce:0,onResize:_})),(0,i.h)("header",{class:v.value,style:y.value,onFocusin:b},n)}}})},4554:(t,e,n)=>{"use strict";n.d(e,{Z:()=>b});n(71);var i=n(3673),r=n(2417),o=n(908),a=n(7657);const s="0 0 24 24",l=t=>t,u=t=>`ionicons ${t}`,c={"mdi-":t=>`mdi ${t}`,"icon-":l,"bt-":t=>`bt ${t}`,"eva-":t=>`eva ${t}`,"ion-md":u,"ion-ios":u,"ion-logo":u,"iconfont ":l,"ti-":t=>`themify-icon ${t}`,"bi-":t=>`bootstrap-icons ${t}`},h={o_:"-outlined",r_:"-round",s_:"-sharp"},d={sym_o_:"-outlined",sym_r_:"-rounded",sym_s_:"-sharp"},p=new RegExp("^("+Object.keys(c).join("|")+")"),f=new RegExp("^("+Object.keys(h).join("|")+")"),g=new RegExp("^("+Object.keys(d).join("|")+")"),v=/^[Mm]\s?[-+]?\.?\d/,y=/^img:/,m=/^svguse:/,x=/^ion-/,_=/^(fa-(solid|regular|light|brands|duotone|thin)|[lf]a[srlbdk]?) /,b=(0,o.L)({name:"QIcon",props:{...r.LU,tag:{type:String,default:"i"},name:String,color:String,left:Boolean,right:Boolean},setup(t,{slots:e}){const{proxy:{$q:n}}=(0,i.FN)(),o=(0,r.ZP)(t),l=(0,i.Fl)((()=>"q-icon"+(!0===t.left?" on-left":"")+(!0===t.right?" on-right":"")+(void 0!==t.color?` text-${t.color}`:""))),u=(0,i.Fl)((()=>{let e,r=t.name;if("none"===r||!r)return{none:!0};if(null!==n.iconMapFn){const t=n.iconMapFn(r);if(void 0!==t){if(void 0===t.icon)return{cls:t.cls,content:void 0!==t.content?t.content:" "};if(r=t.icon,"none"===r||!r)return{none:!0}}}if(!0===v.test(r)){const[t,e=s]=r.split("|");return{svg:!0,viewBox:e,nodes:t.split("&&").map((t=>{const[e,n,r]=t.split("@@");return(0,i.h)("path",{style:n,d:e,transform:r})}))}}if(!0===y.test(r))return{img:!0,src:r.substring(4)};if(!0===m.test(r)){const[t,e=s]=r.split("|");return{svguse:!0,src:t.substring(7),viewBox:e}}let o=" ";const a=r.match(p);if(null!==a)e=c[a[1]](r);else if(!0===_.test(r))e=r;else if(!0===x.test(r))e=`ionicons ion-${!0===n.platform.is.ios?"ios":"md"}${r.substring(3)}`;else if(!0===g.test(r)){e="notranslate material-symbols";const t=r.match(g);null!==t&&(r=r.substring(6),e+=d[t[1]]),o=r}else{e="notranslate material-icons";const t=r.match(f);null!==t&&(r=r.substring(2),e+=h[t[1]]),o=r}return{cls:e,content:o}}));return()=>{const n={class:l.value,style:o.value,"aria-hidden":"true",role:"presentation"};return!0===u.value.none?(0,i.h)(t.tag,n,(0,a.KR)(e.default)):!0===u.value.img?(0,i.h)("span",n,(0,a.vs)(e.default,[(0,i.h)("img",{src:u.value.src})])):!0===u.value.svg?(0,i.h)("span",n,(0,a.vs)(e.default,[(0,i.h)("svg",{viewBox:u.value.viewBox||"0 0 24 24"},u.value.nodes)])):!0===u.value.svguse?(0,i.h)("span",n,(0,a.vs)(e.default,[(0,i.h)("svg",{viewBox:u.value.viewBox},[(0,i.h)("use",{"xlink:href":u.value.src})])])):(void 0!==u.value.cls&&(n.class+=" "+u.value.cls),(0,i.h)(t.tag,n,(0,a.vs)(e.default,[u.value.content])))}}})},3414:(t,e,n)=>{"use strict";n.d(e,{Z:()=>h});var i=n(3673),r=n(1959),o=n(2236),a=n(7277),s=n(908),l=n(7657),u=n(4716),c=n(1436);const h=(0,s.L)({name:"QItem",props:{...o.S,...a.$,tag:{type:String,default:"div"},active:{type:Boolean,default:null},clickable:Boolean,dense:Boolean,insetLevel:Number,tabindex:[String,Number],focused:Boolean,manualFocus:Boolean},emits:["click","keyup"],setup(t,{slots:e,emit:n}){const{proxy:{$q:s}}=(0,i.FN)(),h=(0,o.Z)(t,s),{hasRouterLink:d,hasLink:p,linkProps:f,linkClass:g,linkTag:v,navigateToRouterLink:y}=(0,a.Z)(),m=(0,r.iH)(null),x=(0,r.iH)(null),_=(0,i.Fl)((()=>!0===t.clickable||!0===p.value||"label"===t.tag)),b=(0,i.Fl)((()=>!0!==t.disable&&!0===_.value)),w=(0,i.Fl)((()=>"q-item q-item-type row no-wrap"+(!0===t.dense?" q-item--dense":"")+(!0===h.value?" q-item--dark":"")+(!0===p.value&&null===t.active?g.value:!0===t.active?(void 0!==t.activeClass?` ${t.activeClass}`:"")+" q-item--active":"")+(!0===t.disable?" disabled":"")+(!0===b.value?" q-item--clickable q-link cursor-pointer "+(!0===t.manualFocus?"q-manual-focusable":"q-focusable q-hoverable")+(!0===t.focused?" q-manual-focusable--focused":""):""))),S=(0,i.Fl)((()=>{if(void 0===t.insetLevel)return null;const e=!0===s.lang.rtl?"Right":"Left";return{["padding"+e]:16+56*t.insetLevel+"px"}}));function M(t){!0===b.value&&(null!==x.value&&(!0!==t.qKeyEvent&&document.activeElement===m.value?x.value.focus():document.activeElement===x.value&&m.value.focus()),!0===d.value&&y(t),n("click",t))}function I(t){if(!0===b.value&&!0===(0,c.So)(t,13)){(0,u.NS)(t),t.qKeyEvent=!0;const e=new MouseEvent("click",t);e.qKeyEvent=!0,m.value.dispatchEvent(e)}n("keyup",t)}function T(){const t=(0,l.Bl)(e.default,[]);return!0===b.value&&t.unshift((0,i.h)("div",{class:"q-focus-helper",tabindex:-1,ref:x})),t}return()=>{const e={ref:m,class:w.value,style:S.value,onClick:M,onKeyup:I};return!0===b.value?(e.tabindex=t.tabindex||"0",Object.assign(e,f.value)):!0===_.value&&(e["aria-disabled"]="true"),(0,i.h)(v.value,e,T())}}})},2350:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var i=n(3673),r=n(908),o=n(7657);const a=(0,r.L)({name:"QItemLabel",props:{overline:Boolean,caption:Boolean,header:Boolean,lines:[Number,String]},setup(t,{slots:e}){const n=(0,i.Fl)((()=>parseInt(t.lines,10))),r=(0,i.Fl)((()=>"q-item__label"+(!0===t.overline?" q-item__label--overline text-overline":"")+(!0===t.caption?" q-item__label--caption text-caption":"")+(!0===t.header?" q-item__label--header":"")+(1===n.value?" ellipsis":""))),a=(0,i.Fl)((()=>void 0!==t.lines&&n.value>1?{overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical","-webkit-line-clamp":n.value}:null));return()=>(0,i.h)("div",{style:a.value,class:r.value},(0,o.KR)(e.default))}})},2035:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var i=n(3673),r=n(908),o=n(7657);const a=(0,r.L)({name:"QItemSection",props:{avatar:Boolean,thumbnail:Boolean,side:Boolean,top:Boolean,noWrap:Boolean},setup(t,{slots:e}){const n=(0,i.Fl)((()=>"q-item__section column q-item__section--"+(!0===t.avatar||!0===t.side||!0===t.thumbnail?"side":"main")+(!0===t.top?" q-item__section--top justify-start":" justify-center")+(!0===t.avatar?" q-item__section--avatar":"")+(!0===t.thumbnail?" q-item__section--thumbnail":"")+(!0===t.noWrap?" q-item__section--nowrap":"")));return()=>(0,i.h)("div",{class:n.value},(0,o.KR)(e.default))}})},7011:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var i=n(3673),r=n(908),o=n(2236),a=n(7657);const s=(0,r.L)({name:"QList",props:{...o.S,bordered:Boolean,dense:Boolean,separator:Boolean,padding:Boolean},setup(t,{slots:e}){const n=(0,i.FN)(),r=(0,o.Z)(t,n.proxy.$q),s=(0,i.Fl)((()=>"q-list"+(!0===t.bordered?" q-list--bordered":"")+(!0===t.dense?" q-list--dense":"")+(!0===t.separator?" q-list--separator":"")+(!0===r.value?" q-list--dark":"")+(!0===t.padding?" q-list--padding":"")));return()=>(0,i.h)("div",{class:s.value},(0,a.KR)(e.default))}})},9214:(t,e,n)=>{"use strict";n.d(e,{Z:()=>d});var i=n(3673),r=n(1959),o=n(4688),a=n(4303),s=n(5151),l=n(908),u=n(8400),c=n(7657),h=n(2547);const d=(0,l.L)({name:"QLayout",props:{container:Boolean,view:{type:String,default:"hhh lpr fff",validator:t=>/^(h|l)h(h|r) lpr (f|l)f(f|r)$/.test(t.toLowerCase())},onScroll:Function,onScrollHeight:Function,onResize:Function},setup(t,{slots:e,emit:n}){const{proxy:{$q:l}}=(0,i.FN)(),d=(0,r.iH)(null),p=(0,r.iH)(l.screen.height),f=(0,r.iH)(!0===t.container?0:l.screen.width),g=(0,r.iH)({position:0,direction:"down",inflectionPoint:0}),v=(0,r.iH)(0),y=(0,r.iH)(!0===o.uX.value?0:(0,u.np)()),m=(0,i.Fl)((()=>"q-layout q-layout--"+(!0===t.container?"containerized":"standard"))),x=(0,i.Fl)((()=>!1===t.container?{minHeight:l.screen.height+"px"}:null)),_=(0,i.Fl)((()=>0!==y.value?{[!0===l.lang.rtl?"left":"right"]:`${y.value}px`}:null)),b=(0,i.Fl)((()=>0!==y.value?{[!0===l.lang.rtl?"right":"left"]:0,[!0===l.lang.rtl?"left":"right"]:`-${y.value}px`,width:`calc(100% + ${y.value}px)`}:null));function w(e){if(!0===t.container||!0!==document.qScrollPrevented){const i={position:e.position.top,direction:e.direction,directionChanged:e.directionChanged,inflectionPoint:e.inflectionPoint.top,delta:e.delta.top};g.value=i,void 0!==t.onScroll&&n("scroll",i)}}function S(e){const{height:i,width:r}=e;let o=!1;p.value!==i&&(o=!0,p.value=i,void 0!==t.onScrollHeight&&n("scroll-height",i),I()),f.value!==r&&(o=!0,f.value=r),!0===o&&void 0!==t.onResize&&n("resize",e)}function M({height:t}){v.value!==t&&(v.value=t,I())}function I(){if(!0===t.container){const t=p.value>v.value?(0,u.np)():0;y.value!==t&&(y.value=t)}}let T;const C={instances:{},view:(0,i.Fl)((()=>t.view)),isContainer:(0,i.Fl)((()=>t.container)),rootRef:d,height:p,containerHeight:v,scrollbarWidth:y,totalWidth:(0,i.Fl)((()=>f.value+y.value)),rows:(0,i.Fl)((()=>{const e=t.view.toLowerCase().split(" ");return{top:e[0].split(""),middle:e[1].split(""),bottom:e[2].split("")}})),header:(0,r.qj)({size:0,offset:0,space:!1}),right:(0,r.qj)({size:300,offset:0,space:!1}),footer:(0,r.qj)({size:0,offset:0,space:!1}),left:(0,r.qj)({size:300,offset:0,space:!1}),scroll:g,animate(){void 0!==T?clearTimeout(T):document.body.classList.add("q-body--layout-animate"),T=setTimeout((()=>{document.body.classList.remove("q-body--layout-animate"),T=void 0}),155)},update(t,e,n){C[t][e]=n}};if((0,i.JJ)(h.YE,C),(0,u.np)()>0){let A=null;const k=document.body;function D(){A=null,k.classList.remove("hide-scrollbar")}function L(){if(null===A){if(k.scrollHeight>l.screen.height)return;k.classList.add("hide-scrollbar")}else clearTimeout(A);A=setTimeout(D,300)}function P(t){null!==A&&"remove"===t&&(clearTimeout(A),D()),window[`${t}EventListener`]("resize",L)}(0,i.YP)((()=>!0!==t.container?"add":"remove"),P),!0!==t.container&&P("add"),(0,i.Ah)((()=>{P("remove")}))}return()=>{const n=(0,c.vs)(e.default,[(0,i.h)(a.Z,{onScroll:w}),(0,i.h)(s.Z,{onResize:S})]),r=(0,i.h)("div",{class:m.value,style:x.value,ref:!0===t.container?void 0:d,tabindex:-1},n);return!0===t.container?(0,i.h)("div",{class:"q-layout-container overflow-hidden",ref:d},[(0,i.h)(s.Z,{onResize:M}),(0,i.h)("div",{class:"absolute-full",style:_.value},[(0,i.h)("div",{class:"scroll",style:b.value},[r])])]):r}}})},2652:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var i=n(3673),r=n(908),o=n(7657),a=n(2547);const s=(0,r.L)({name:"QPageContainer",setup(t,{slots:e}){const{proxy:{$q:n}}=(0,i.FN)(),r=(0,i.f3)(a.YE,(()=>{console.error("QPageContainer needs to be child of QLayout")}));(0,i.JJ)(a.Mw,!0);const s=(0,i.Fl)((()=>{const t={};return!0===r.header.space&&(t.paddingTop=`${r.header.size}px`),!0===r.right.space&&(t["padding"+(!0===n.lang.rtl?"Left":"Right")]=`${r.right.size}px`),!0===r.footer.space&&(t.paddingBottom=`${r.footer.size}px`),!0===r.left.space&&(t["padding"+(!0===n.lang.rtl?"Right":"Left")]=`${r.left.size}px`),t}));return()=>(0,i.h)("div",{class:"q-page-container",style:s.value},(0,o.KR)(e.default))}})},5151:(t,e,n)=>{"use strict";n.d(e,{Z:()=>h});var i=n(3673),r=n(1959),o=n(4688);function a(){const t=(0,r.iH)(!o.uX.value);return!1===t.value&&(0,i.bv)((()=>{t.value=!0})),t}var s=n(908),l=n(4716);const u="undefined"!==typeof ResizeObserver,c=!0===u?{}:{style:"display:block;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1;",url:"about:blank"},h=(0,s.L)({name:"QResizeObserver",props:{debounce:{type:[String,Number],default:100}},emits:["resize"],setup(t,{emit:e}){let n,r=null,o={width:-1,height:-1};function s(e){!0===e||0===t.debounce||"0"===t.debounce?h():null===r&&(r=setTimeout(h,t.debounce))}function h(){if(clearTimeout(r),r=null,n){const{offsetWidth:t,offsetHeight:i}=n;t===o.width&&i===o.height||(o={width:t,height:i},e("resize",o))}}const d=(0,i.FN)();if(Object.assign(d.proxy,{trigger:s}),!0===u){let p;return(0,i.bv)((()=>{(0,i.Y3)((()=>{n=d.proxy.$el.parentNode,n&&(p=new ResizeObserver(s),p.observe(n),h())}))})),(0,i.Jd)((()=>{clearTimeout(r),void 0!==p&&(void 0!==p.disconnect?p.disconnect():n&&p.unobserve(n))})),l.ZT}{const f=a();let g;function v(){clearTimeout(r),void 0!==g&&(void 0!==g.removeEventListener&&g.removeEventListener("resize",s,l.rU.passive),g=void 0)}function y(){v(),n&&n.contentDocument&&(g=n.contentDocument.defaultView,g.addEventListener("resize",s,l.rU.passive),h())}return(0,i.bv)((()=>{(0,i.Y3)((()=>{n=d.proxy.$el,n&&y()}))})),(0,i.Jd)(v),()=>{if(!0===f.value)return(0,i.h)("object",{style:c.style,tabindex:-1,type:"text/html",data:c.url,"aria-hidden":"true",onLoad:y})}}}})},7704:(t,e,n)=>{"use strict";n.d(e,{Z:()=>m});n(3610);var i=n(1959),r=n(3673),o=n(2236),a=n(5151),s=n(4303),l=n(8406),u=n(908),c=n(2130),h=n(8400),d=n(7657),p=n(9405);const f=["vertical","horizontal"],g={vertical:{offset:"offsetY",scroll:"scrollTop",dir:"down",dist:"y"},horizontal:{offset:"offsetX",scroll:"scrollLeft",dir:"right",dist:"x"}},v={prevent:!0,mouse:!0,mouseAllDir:!0},y=t=>t>=250?50:Math.ceil(t/5),m=(0,u.L)({name:"QScrollArea",props:{...o.S,thumbStyle:Object,verticalThumbStyle:Object,horizontalThumbStyle:Object,barStyle:[Array,String,Object],verticalBarStyle:[Array,String,Object],horizontalBarStyle:[Array,String,Object],contentStyle:[Array,String,Object],contentActiveStyle:[Array,String,Object],delay:{type:[String,Number],default:1e3},visible:{type:Boolean,default:null},tabindex:[String,Number],onScroll:Function},setup(t,{slots:e,emit:n}){const u=(0,i.iH)(!1),m=(0,i.iH)(!1),x=(0,i.iH)(!1),_={vertical:(0,i.iH)(0),horizontal:(0,i.iH)(0)},b={vertical:{ref:(0,i.iH)(null),position:(0,i.iH)(0),size:(0,i.iH)(0)},horizontal:{ref:(0,i.iH)(null),position:(0,i.iH)(0),size:(0,i.iH)(0)}},w=(0,r.FN)(),S=(0,o.Z)(t,w.proxy.$q);let M,I;const T=(0,i.iH)(null),C=(0,r.Fl)((()=>"q-scrollarea"+(!0===S.value?" q-scrollarea--dark":"")));b.vertical.percentage=(0,r.Fl)((()=>{const t=b.vertical.size.value-_.vertical.value;if(t<=0)return 0;const e=(0,c.vX)(b.vertical.position.value/t,0,1);return Math.round(1e4*e)/1e4})),b.vertical.thumbHidden=(0,r.Fl)((()=>!0!==(null===t.visible?x.value:t.visible)&&!1===u.value&&!1===m.value||b.vertical.size.value<=_.vertical.value+1)),b.vertical.thumbStart=(0,r.Fl)((()=>b.vertical.percentage.value*(_.vertical.value-b.vertical.thumbSize.value))),b.vertical.thumbSize=(0,r.Fl)((()=>Math.round((0,c.vX)(_.vertical.value*_.vertical.value/b.vertical.size.value,y(_.vertical.value),_.vertical.value)))),b.vertical.style=(0,r.Fl)((()=>({...t.thumbStyle,...t.verticalThumbStyle,top:`${b.vertical.thumbStart.value}px`,height:`${b.vertical.thumbSize.value}px`}))),b.vertical.thumbClass=(0,r.Fl)((()=>"q-scrollarea__thumb q-scrollarea__thumb--v absolute-right"+(!0===b.vertical.thumbHidden.value?" q-scrollarea__thumb--invisible":""))),b.vertical.barClass=(0,r.Fl)((()=>"q-scrollarea__bar q-scrollarea__bar--v absolute-right"+(!0===b.vertical.thumbHidden.value?" q-scrollarea__bar--invisible":""))),b.horizontal.percentage=(0,r.Fl)((()=>{const t=b.horizontal.size.value-_.horizontal.value;if(t<=0)return 0;const e=(0,c.vX)(b.horizontal.position.value/t,0,1);return Math.round(1e4*e)/1e4})),b.horizontal.thumbHidden=(0,r.Fl)((()=>!0!==(null===t.visible?x.value:t.visible)&&!1===u.value&&!1===m.value||b.horizontal.size.value<=_.horizontal.value+1)),b.horizontal.thumbStart=(0,r.Fl)((()=>b.horizontal.percentage.value*(_.horizontal.value-b.horizontal.thumbSize.value))),b.horizontal.thumbSize=(0,r.Fl)((()=>Math.round((0,c.vX)(_.horizontal.value*_.horizontal.value/b.horizontal.size.value,y(_.horizontal.value),_.horizontal.value)))),b.horizontal.style=(0,r.Fl)((()=>({...t.thumbStyle,...t.horizontalThumbStyle,left:`${b.horizontal.thumbStart.value}px`,width:`${b.horizontal.thumbSize.value}px`}))),b.horizontal.thumbClass=(0,r.Fl)((()=>"q-scrollarea__thumb q-scrollarea__thumb--h absolute-bottom"+(!0===b.horizontal.thumbHidden.value?" q-scrollarea__thumb--invisible":""))),b.horizontal.barClass=(0,r.Fl)((()=>"q-scrollarea__bar q-scrollarea__bar--h absolute-bottom"+(!0===b.horizontal.thumbHidden.value?" q-scrollarea__bar--invisible":"")));const A=(0,r.Fl)((()=>!0===b.vertical.thumbHidden.value&&!0===b.horizontal.thumbHidden.value?t.contentStyle:t.contentActiveStyle)),k=[[l.Z,t=>{z(t,"vertical")},void 0,{vertical:!0,...v}]],D=[[l.Z,t=>{z(t,"horizontal")},void 0,{horizontal:!0,...v}]];function L(){const t={};return f.forEach((e=>{const n=b[e];t[e+"Position"]=n.position.value,t[e+"Percentage"]=n.percentage.value,t[e+"Size"]=n.size.value,t[e+"ContainerSize"]=_[e].value})),t}const P=(0,p.Z)((()=>{const t=L();t.ref=w.proxy,n("scroll",t)}),0);function O(t,e,n){if(!1===f.includes(t))return void console.error("[QScrollArea]: wrong first param of setScrollPosition (vertical/horizontal)");const i="vertical"===t?h.f3:h.ik;i(T.value,e,n)}function R({height:t,width:e}){let n=!1;_.vertical.value!==t&&(_.vertical.value=t,n=!0),_.horizontal.value!==e&&(_.horizontal.value=e,n=!0),!0===n&&H()}function E({position:t}){let e=!1;b.vertical.position.value!==t.top&&(b.vertical.position.value=t.top,e=!0),b.horizontal.position.value!==t.left&&(b.horizontal.position.value=t.left,e=!0),!0===e&&H()}function N({height:t,width:e}){b.horizontal.size.value!==e&&(b.horizontal.size.value=e,H()),b.vertical.size.value!==t&&(b.vertical.size.value=t,H())}function z(t,e){const n=b[e];if(!0===t.isFirst){if(!0===n.thumbHidden.value)return;I=n.position.value,m.value=!0}else if(!0!==m.value)return;!0===t.isFinal&&(m.value=!1);const i=g[e],r=_[e].value,o=(n.size.value-r)/(r-n.thumbSize.value),a=t.distance[i.dist],s=I+(t.direction===i.dir?1:-1)*a*o;G(s,e)}function B(t,e){const n=b[e];if(!0!==n.thumbHidden.value){const i=t[g[e].offset];if(in.thumbStart.value+n.thumbSize.value){const t=i-n.thumbSize.value/2;G(t/_[e].value*n.size.value,e)}null!==n.ref.value&&n.ref.value.dispatchEvent(new MouseEvent(t.type,t))}}function V(t){B(t,"vertical")}function F(t){B(t,"horizontal")}function H(){!0===u.value?clearTimeout(M):u.value=!0,M=setTimeout((()=>{u.value=!1}),t.delay),void 0!==t.onScroll&&P()}function G(t,e){T.value[g[e].scroll]=t}function W(){x.value=!0}function q(){x.value=!1}Object.assign(w.proxy,{getScrollTarget:()=>T.value,getScroll:L,getScrollPosition:()=>({top:b.vertical.position.value,left:b.horizontal.position.value}),getScrollPercentage:()=>({top:b.vertical.percentage.value,left:b.horizontal.percentage.value}),setScrollPosition:O,setScrollPercentage(t,e,n){O(t,e*(b[t].size.value-_[t].value),n)}});let U=null;return(0,r.se)((()=>{U={top:b.vertical.position.value,left:b.horizontal.position.value}})),(0,r.dl)((()=>{if(null===U)return;const t=T.value;null!==t&&((0,h.ik)(t,U.left),(0,h.f3)(t,U.top))})),(0,r.Jd)(P.cancel),()=>(0,r.h)("div",{class:C.value,onMouseenter:W,onMouseleave:q},[(0,r.h)("div",{ref:T,class:"q-scrollarea__container scroll relative-position fit hide-scrollbar",tabindex:void 0!==t.tabindex?t.tabindex:void 0},[(0,r.h)("div",{class:"q-scrollarea__content absolute",style:A.value},(0,d.vs)(e.default,[(0,r.h)(a.Z,{debounce:0,onResize:N})])),(0,r.h)(s.Z,{axis:"both",onScroll:E})]),(0,r.h)(a.Z,{debounce:0,onResize:R}),(0,r.h)("div",{class:b.vertical.barClass.value,style:[t.barStyle,t.verticalBarStyle],"aria-hidden":"true",onMousedown:V}),(0,r.h)("div",{class:b.horizontal.barClass.value,style:[t.barStyle,t.horizontalBarStyle],"aria-hidden":"true",onMousedown:F}),(0,r.wy)((0,r.h)("div",{ref:b.vertical.ref,class:b.vertical.thumbClass.value,style:b.vertical.style.value,"aria-hidden":"true"}),k),(0,r.wy)((0,r.h)("div",{ref:b.horizontal.ref,class:b.horizontal.thumbClass.value,style:b.horizontal.style.value,"aria-hidden":"true"}),D)])}})},4303:(t,e,n)=>{"use strict";n.d(e,{Z:()=>u});n(3610),n(71);var i=n(3673),r=n(908),o=n(8400),a=n(4716);const{passive:s}=a.rU,l=["both","horizontal","vertical"],u=(0,r.L)({name:"QScrollObserver",props:{axis:{type:String,validator:t=>l.includes(t),default:"vertical"},debounce:[String,Number],scrollTarget:{default:void 0}},emits:["scroll"],setup(t,{emit:e}){const n={position:{top:0,left:0},direction:"down",directionChanged:!1,delta:{top:0,left:0},inflectionPoint:{top:0,left:0}};let r,l,u=null;function c(){null!==u&&u();const i=Math.max(0,(0,o.u3)(r)),a=(0,o.OI)(r),s={top:i-n.position.top,left:a-n.position.left};if("vertical"===t.axis&&0===s.top||"horizontal"===t.axis&&0===s.left)return;const l=Math.abs(s.top)>=Math.abs(s.left)?s.top<0?"up":"down":s.left<0?"left":"right";n.position={top:i,left:a},n.directionChanged=n.direction!==l,n.delta=s,!0===n.directionChanged&&(n.direction=l,n.inflectionPoint=n.position),e("scroll",{...n})}function h(){r=(0,o.b0)(l,t.scrollTarget),r.addEventListener("scroll",p,s),p(!0)}function d(){void 0!==r&&(r.removeEventListener("scroll",p,s),r=void 0)}function p(e){if(!0===e||0===t.debounce||"0"===t.debounce)c();else if(null===u){const[e,n]=t.debounce?[setTimeout(c,t.debounce),clearTimeout]:[requestAnimationFrame(c),cancelAnimationFrame];u=()=>{n(e),u=null}}}(0,i.YP)((()=>t.scrollTarget),(()=>{d(),h()}));const f=(0,i.FN)();return(0,i.bv)((()=>{l=f.proxy.$el.parentNode,h()})),(0,i.Jd)((()=>{null!==u&&u(),d()})),Object.assign(f.proxy,{trigger:p,getPosition:()=>n}),a.ZT}})},2025:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var i=n(3673),r=n(908);const o=(0,i.h)("div",{class:"q-space"}),a=(0,r.L)({name:"QSpace",setup(){return()=>o}})},1432:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});n(3610);var i=n(3673),r=n(2236),o=n(908),a=n(7657),s=n(2547);const l=(0,o.L)({name:"QTimeline",props:{...r.S,color:{type:String,default:"primary"},side:{type:String,default:"right",validator:t=>["left","right"].includes(t)},layout:{type:String,default:"dense",validator:t=>["dense","comfortable","loose"].includes(t)}},setup(t,{slots:e}){const n=(0,i.FN)(),o=(0,r.Z)(t,n.proxy.$q);(0,i.JJ)(s.xP,t);const l=(0,i.Fl)((()=>`q-timeline q-timeline--${t.layout} q-timeline--${t.layout}--${t.side}`+(!0===o.value?" q-timeline--dark":"")));return()=>(0,i.h)("ul",{class:l.value},(0,a.KR)(e.default))}})},3424:(t,e,n)=>{"use strict";n.d(e,{Z:()=>l});n(3610);var i=n(3673),r=n(4554),o=n(908),a=n(7657),s=n(2547);const l=(0,o.L)({name:"QTimelineEntry",props:{heading:Boolean,tag:{type:String,default:"h3"},side:{type:String,default:"right",validator:t=>["left","right"].includes(t)},icon:String,avatar:String,color:String,title:String,subtitle:String,body:String},setup(t,{slots:e}){const n=(0,i.f3)(s.xP,(()=>{console.error("QTimelineEntry needs to be child of QTimeline")})),o=(0,i.Fl)((()=>`q-timeline__entry q-timeline__entry--${t.side}`+(void 0!==t.icon||void 0!==t.avatar?" q-timeline__entry--icon":""))),l=(0,i.Fl)((()=>`q-timeline__dot text-${t.color||n.color}`)),u=(0,i.Fl)((()=>"comfortable"===n.layout&&"left"===n.side));return()=>{const n=(0,a.Bl)(e.default,[]);if(void 0!==t.body&&n.unshift(t.body),!0===t.heading){const e=[(0,i.h)("div"),(0,i.h)("div"),(0,i.h)(t.tag,{class:"q-timeline__heading-title"},n)];return(0,i.h)("div",{class:"q-timeline__heading"},!0===u.value?e.reverse():e)}let s;void 0!==t.icon?s=[(0,i.h)(r.Z,{class:"row items-center justify-center",name:t.icon})]:void 0!==t.avatar&&(s=[(0,i.h)("img",{class:"q-timeline__dot-img",src:t.avatar})]);const c=[(0,i.h)("div",{class:"q-timeline__subtitle"},[(0,i.h)("span",{},(0,a.KR)(e.subtitle,[t.subtitle]))]),(0,i.h)("div",{class:l.value},s),(0,i.h)("div",{class:"q-timeline__content"},[(0,i.h)("h6",{class:"q-timeline__title"},(0,a.KR)(e.title,[t.title]))].concat(n))];return(0,i.h)("li",{class:o.value},!0===u.value?c.reverse():c)}}})},9570:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var i=n(3673),r=n(908),o=n(7657);const a=(0,r.L)({name:"QToolbar",props:{inset:Boolean},setup(t,{slots:e}){const n=(0,i.Fl)((()=>"q-toolbar row no-wrap items-center"+(!0===t.inset?" q-toolbar--inset":"")));return()=>(0,i.h)("div",{class:n.value},(0,o.KR)(e.default))}})},3747:(t,e,n)=>{"use strict";n.d(e,{Z:()=>a});var i=n(3673),r=n(908),o=n(7657);const a=(0,r.L)({name:"QToolbarTitle",props:{shrink:Boolean},setup(t,{slots:e}){const n=(0,i.Fl)((()=>"q-toolbar__title ellipsis"+(!0===t.shrink?" col-shrink":"")));return()=>(0,i.h)("div",{class:n.value},(0,o.KR)(e.default))}})},5528:(t,e,n)=>{"use strict";n.d(e,{Z:()=>B});n(71);var i=n(3673),r=n(1959),o=n(8880),a=n(9725),s=n(4716),l=n(1436);const u={target:{default:!0},noParentEvent:Boolean,contextMenu:Boolean};function c({showing:t,avoidEmit:e,configureAnchorEl:n}){const{props:o,proxy:u,emit:c}=(0,i.FN)(),h=(0,r.iH)(null);let d;function p(t){return null!==h.value&&(void 0===t||void 0===t.touches||t.touches.length<=1)}const f={};function g(){(0,s.ul)(f,"anchor")}function v(t){h.value=t;while(h.value.classList.contains("q-anchor--skip"))h.value=h.value.parentNode;n()}function y(){if(!1===o.target||""===o.target||null===u.$el.parentNode)h.value=null;else if(!0===o.target)v(u.$el.parentNode);else{let e=o.target;if("string"===typeof o.target)try{e=document.querySelector(o.target)}catch(t){e=void 0}void 0!==e&&null!==e?(h.value=e.$el||e,n()):(h.value=null,console.error(`Anchor: target "${o.target}" not found`))}}return void 0===n&&(Object.assign(f,{hide(t){u.hide(t)},toggle(t){u.toggle(t),t.qAnchorHandled=!0},toggleKey(t){!0===(0,l.So)(t,13)&&f.toggle(t)},contextClick(t){u.hide(t),(0,s.X$)(t),(0,i.Y3)((()=>{u.show(t),t.qAnchorHandled=!0}))},prevent:s.X$,mobileTouch(t){if(f.mobileCleanup(t),!0!==p(t))return;u.hide(t),h.value.classList.add("non-selectable");const e=t.target;(0,s.M0)(f,"anchor",[[e,"touchmove","mobileCleanup","passive"],[e,"touchend","mobileCleanup","passive"],[e,"touchcancel","mobileCleanup","passive"],[h.value,"contextmenu","prevent","notPassive"]]),d=setTimeout((()=>{u.show(t),t.qAnchorHandled=!0}),300)},mobileCleanup(e){h.value.classList.remove("non-selectable"),clearTimeout(d),!0===t.value&&void 0!==e&&(0,a.M)()}}),n=function(t=o.contextMenu){if(!0===o.noParentEvent||null===h.value)return;let e;e=!0===t?!0===u.$q.platform.is.mobile?[[h.value,"touchstart","mobileTouch","passive"]]:[[h.value,"mousedown","hide","passive"],[h.value,"contextmenu","contextClick","notPassive"]]:[[h.value,"click","toggle","passive"],[h.value,"keyup","toggleKey","passive"]],(0,s.M0)(f,"anchor",e)}),(0,i.YP)((()=>o.contextMenu),(t=>{null!==h.value&&(g(),n(t))})),(0,i.YP)((()=>o.target),(()=>{null!==h.value&&g(),y()})),(0,i.YP)((()=>o.noParentEvent),(t=>{null!==h.value&&(!0===t?g():n())})),(0,i.bv)((()=>{y(),!0!==e&&!0===o.modelValue&&null===h.value&&c("update:modelValue",!1)})),(0,i.Jd)((()=>{clearTimeout(d),g()})),{anchorEl:h,canShow:p,anchorEvents:f}}function h(t,e){const n=(0,r.iH)(null);let o;function a(t,e){const n=(void 0!==e?"add":"remove")+"EventListener",i=void 0!==e?e:o;t!==window&&t[n]("scroll",i,s.rU.passive),window[n]("scroll",i,s.rU.passive),o=e}function l(){null!==n.value&&(a(n.value),n.value=null)}const u=(0,i.YP)((()=>t.noParentEvent),(()=>{null!==n.value&&(l(),e())}));return(0,i.Jd)(u),{localScrollTarget:n,unconfigureScrollTarget:l,changeScrollEvent:a}}var d=n(3628),p=n(5911),f=n(6104),g=n(416),v=n(4955),y=n(908),m=n(8400),x=n(7657),_=n(4312);let b;const{notPassiveCapture:w}=s.rU,S=[];function M(t){clearTimeout(b);const e=t.target;if(void 0===e||8===e.nodeType||!0===e.classList.contains("no-pointer-events"))return;let n=_.wN.length-1;while(n>=0){const t=_.wN[n].$;if("QDialog"!==t.type.name)break;if(!0!==t.props.seamless)return;n--}for(let i=S.length-1;i>=0;i--){const n=S[i];if(null!==n.anchorEl.value&&!1!==n.anchorEl.value.contains(e)||e!==document.body&&(null===n.innerRef.value||!1!==n.innerRef.value.contains(e)))return;t.qClickOutside=!0,n.onClickOutside(t)}}function I(t){S.push(t),1===S.length&&(document.addEventListener("mousedown",M,w),document.addEventListener("touchstart",M,w))}function T(t){const e=S.findIndex((e=>e===t));e>-1&&(S.splice(e,1),0===S.length&&(clearTimeout(b),document.removeEventListener("mousedown",M,w),document.removeEventListener("touchstart",M,w)))}n(3610);var C=n(4688);let A,k;function D(t){const e=t.split(" ");return 2===e.length&&(!0!==["top","center","bottom"].includes(e[0])?(console.error("Anchor/Self position must start with one of top/center/bottom"),!1):!0===["left","middle","right","start","end"].includes(e[1])||(console.error("Anchor/Self position must end with one of left/middle/right/start/end"),!1))}function L(t){return!t||2===t.length&&("number"===typeof t[0]&&"number"===typeof t[1])}const P={"start#ltr":"left","start#rtl":"right","end#ltr":"right","end#rtl":"left"};function O(t,e){const n=t.split(" ");return{vertical:n[0],horizontal:P[`${n[1]}#${!0===e?"rtl":"ltr"}`]}}function R(t,e){let{top:n,left:i,right:r,bottom:o,width:a,height:s}=t.getBoundingClientRect();return void 0!==e&&(n-=e[1],i-=e[0],o+=e[1],r+=e[0],a+=e[0],s+=e[1]),{top:n,left:i,right:r,bottom:o,width:a,height:s,middle:i+(r-i)/2,center:n+(o-n)/2}}function E(t){return{top:0,center:t.offsetHeight/2,bottom:t.offsetHeight,left:0,middle:t.offsetWidth/2,right:t.offsetWidth}}function N(t){if(!0===C.Lp.is.ios&&void 0!==window.visualViewport){const t=document.body.style,{offsetLeft:e,offsetTop:n}=window.visualViewport;e!==A&&(t.setProperty("--q-pe-left",e+"px"),A=e),n!==k&&(t.setProperty("--q-pe-top",n+"px"),k=n)}let e;const{scrollLeft:n,scrollTop:i}=t.el;if(void 0===t.absoluteOffset)e=R(t.anchorEl,!0===t.cover?[0,0]:t.offset);else{const{top:n,left:i}=t.anchorEl.getBoundingClientRect(),r=n+t.absoluteOffset.top,o=i+t.absoluteOffset.left;e={top:r,left:o,width:1,height:1,right:o+1,center:r,middle:o,bottom:r+1}}let r={maxHeight:t.maxHeight,maxWidth:t.maxWidth,visibility:"visible"};!0!==t.fit&&!0!==t.cover||(r.minWidth=e.width+"px",!0===t.cover&&(r.minHeight=e.height+"px")),Object.assign(t.el.style,r);const o=E(t.el),a={top:e[t.anchorOrigin.vertical]-o[t.selfOrigin.vertical],left:e[t.anchorOrigin.horizontal]-o[t.selfOrigin.horizontal]};z(a,e,o,t.anchorOrigin,t.selfOrigin),r={top:a.top+"px",left:a.left+"px"},void 0!==a.maxHeight&&(r.maxHeight=a.maxHeight+"px",e.height>a.maxHeight&&(r.minHeight=r.maxHeight)),void 0!==a.maxWidth&&(r.maxWidth=a.maxWidth+"px",e.width>a.maxWidth&&(r.minWidth=r.maxWidth)),Object.assign(t.el.style,r),t.el.scrollTop!==i&&(t.el.scrollTop=i),t.el.scrollLeft!==n&&(t.el.scrollLeft=n)}function z(t,e,n,i,r){const o=n.bottom,a=n.right,s=(0,m.np)(),l=window.innerHeight-s,u=document.body.clientWidth;if(t.top<0||t.top+o>l)if("center"===r.vertical)t.top=e[i.vertical]>l/2?Math.max(0,l-o):0,t.maxHeight=Math.min(o,l);else if(e[i.vertical]>l/2){const n=Math.min(l,"center"===i.vertical?e.center:i.vertical===r.vertical?e.bottom:e.top);t.maxHeight=Math.min(o,n),t.top=Math.max(0,n-o)}else t.top=Math.max(0,"center"===i.vertical?e.center:i.vertical===r.vertical?e.top:e.bottom),t.maxHeight=Math.min(o,l-t.top);if(t.left<0||t.left+a>u)if(t.maxWidth=Math.min(a,u),"middle"===r.horizontal)t.left=e[i.horizontal]>u/2?Math.max(0,u-a):0;else if(e[i.horizontal]>u/2){const n=Math.min(u,"middle"===i.horizontal?e.middle:i.horizontal===r.horizontal?e.right:e.left);t.maxWidth=Math.min(a,n),t.left=Math.max(0,n-t.maxWidth)}else t.left=Math.max(0,"middle"===i.horizontal?e.middle:i.horizontal===r.horizontal?e.left:e.right),t.maxWidth=Math.min(a,u-t.left)}["left","middle","right"].forEach((t=>{P[`${t}#ltr`]=t,P[`${t}#rtl`]=t}));const B=(0,y.L)({name:"QTooltip",inheritAttrs:!1,props:{...u,...d.vr,...f.D,maxHeight:{type:String,default:null},maxWidth:{type:String,default:null},transitionShow:{default:"jump-down"},transitionHide:{default:"jump-up"},anchor:{type:String,default:"bottom middle",validator:D},self:{type:String,default:"top middle",validator:D},offset:{type:Array,default:()=>[14,14],validator:L},scrollTarget:{default:void 0},delay:{type:Number,default:0},hideDelay:{type:Number,default:0}},emits:[...d.gH],setup(t,{slots:e,emit:n,attrs:l}){let u,y;const _=(0,i.FN)(),{proxy:{$q:b}}=_,w=(0,r.iH)(null),S=(0,r.iH)(!1),M=(0,i.Fl)((()=>O(t.anchor,b.lang.rtl))),C=(0,i.Fl)((()=>O(t.self,b.lang.rtl))),A=(0,i.Fl)((()=>!0!==t.persistent)),{registerTick:k,removeTick:D}=(0,g.Z)(),{registerTimeout:L,removeTimeout:P}=(0,v.Z)(),{transition:R,transitionStyle:E}=(0,f.Z)(t,S),{localScrollTarget:z,changeScrollEvent:B,unconfigureScrollTarget:V}=h(t,et),{anchorEl:F,canShow:H,anchorEvents:G}=c({showing:S,configureAnchorEl:tt}),{show:W,hide:q}=(0,d.ZP)({showing:S,canShow:H,handleShow:Y,handleHide:X,hideOnRouteChange:A,processOnMount:!0});Object.assign(G,{delayShow:J,delayHide:Q});const{showPortal:U,hidePortal:j,renderPortal:Z}=(0,p.Z)(_,w,it);if(!0===b.platform.is.mobile){const e={anchorEl:F,innerRef:w,onClickOutside(t){return q(t),t.target.classList.contains("q-dialog__backdrop")&&(0,s.NS)(t),!0}},n=(0,i.Fl)((()=>null===t.modelValue&&!0!==t.persistent&&!0===S.value));(0,i.YP)(n,(t=>{const n=!0===t?I:T;n(e)})),(0,i.Jd)((()=>{T(e)}))}function Y(e){D(),P(),U(),k((()=>{y=new MutationObserver((()=>K())),y.observe(w.value,{attributes:!1,childList:!0,characterData:!0,subtree:!0}),K(),et()})),void 0===u&&(u=(0,i.YP)((()=>b.screen.width+"|"+b.screen.height+"|"+t.self+"|"+t.anchor+"|"+b.lang.rtl),K)),L((()=>{U(!0),n("show",e)}),t.transitionDuration)}function X(e){D(),P(),j(),$(),L((()=>{j(!0),n("hide",e)}),t.transitionDuration)}function $(){void 0!==y&&(y.disconnect(),y=void 0),void 0!==u&&(u(),u=void 0),V(),(0,s.ul)(G,"tooltipTemp")}function K(){const e=w.value;null!==F.value&&e&&N({el:e,offset:t.offset,anchorEl:F.value,anchorOrigin:M.value,selfOrigin:C.value,maxHeight:t.maxHeight,maxWidth:t.maxWidth})}function J(e){if(!0===b.platform.is.mobile){(0,a.M)(),document.body.classList.add("non-selectable");const t=F.value,e=["touchmove","touchcancel","touchend","click"].map((e=>[t,e,"delayHide","passiveCapture"]));(0,s.M0)(G,"tooltipTemp",e)}L((()=>{W(e)}),t.delay)}function Q(e){P(),!0===b.platform.is.mobile&&((0,s.ul)(G,"tooltipTemp"),(0,a.M)(),setTimeout((()=>{document.body.classList.remove("non-selectable")}),10)),L((()=>{q(e)}),t.hideDelay)}function tt(){if(!0===t.noParentEvent||null===F.value)return;const e=!0===b.platform.is.mobile?[[F.value,"touchstart","delayShow","passive"]]:[[F.value,"mouseenter","delayShow","passive"],[F.value,"mouseleave","delayHide","passive"]];(0,s.M0)(G,"anchor",e)}function et(){if(null!==F.value||void 0!==t.scrollTarget){z.value=(0,m.b0)(F.value,t.scrollTarget);const e=!0===t.noParentEvent?K:q;B(z.value,e)}}function nt(){return!0===S.value?(0,i.h)("div",{...l,ref:w,class:["q-tooltip q-tooltip--style q-position-engine no-pointer-events",l.class],style:[l.style,E.value],role:"complementary"},(0,x.KR)(e.default)):null}function it(){return(0,i.h)(o.uT,{name:R.value,appear:!0},nt)}return(0,i.Jd)($),Object.assign(_.proxy,{updatePosition:K}),Z}})},9992:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>s,jO:()=>a});n(3610);var i=n(3673);const r={left:"start",center:"center",right:"end",between:"between",around:"around",evenly:"evenly",stretch:"stretch"},o=Object.keys(r),a={align:{type:String,validator:t=>o.includes(t)}};function s(t){return(0,i.Fl)((()=>{const e=void 0===t.align?!0===t.vertical?"stretch":"left":t.align;return`${!0===t.vertical?"items":"justify"}-${r[e]}`}))}},2236:(t,e,n)=>{"use strict";n.d(e,{S:()=>r,Z:()=>o});var i=n(3673);const r={dark:{type:Boolean,default:null}};function o(t,e){return(0,i.Fl)((()=>null===t.dark?e.dark.isActive:t.dark))}},69:(t,e,n)=>{"use strict";n.d(e,{Z:()=>o});var i=n(3673),r=n(6583);function o(t,e,n){let o;function a(){void 0!==o&&(r.Z.remove(o),o=void 0)}return(0,i.Jd)((()=>{!0===t.value&&a()})),{removeFromHistory:a,addToHistory(){o={condition:()=>!0===n.value,handler:e},r.Z.add(o)}}}},3628:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>s,gH:()=>a,vr:()=>o});var i=n(3673),r=n(7445);const o={modelValue:{type:Boolean,default:null},"onUpdate:modelValue":[Function,Array]},a=["before-show","show","before-hide","hide"];function s({showing:t,canShow:e,hideOnRouteChange:n,handleShow:o,handleHide:a,processOnMount:s}){const l=(0,i.FN)(),{props:u,emit:c,proxy:h}=l;let d;function p(e){!0===t.value?v(e):f(e)}function f(t){if(!0===u.disable||void 0!==t&&!0===t.qAnchorHandled||void 0!==e&&!0!==e(t))return;const n=void 0!==u["onUpdate:modelValue"];!0===n&&(c("update:modelValue",!0),d=t,(0,i.Y3)((()=>{d===t&&(d=void 0)}))),null!==u.modelValue&&!1!==n||g(t)}function g(e){!0!==t.value&&(t.value=!0,c("before-show",e),void 0!==o?o(e):c("show",e))}function v(t){if(!0===u.disable)return;const e=void 0!==u["onUpdate:modelValue"];!0===e&&(c("update:modelValue",!1),d=t,(0,i.Y3)((()=>{d===t&&(d=void 0)}))),null!==u.modelValue&&!1!==e||y(t)}function y(e){!1!==t.value&&(t.value=!1,c("before-hide",e),void 0!==a?a(e):c("hide",e))}function m(e){if(!0===u.disable&&!0===e)void 0!==u["onUpdate:modelValue"]&&c("update:modelValue",!1);else if(!0===e!==t.value){const t=!0===e?g:y;t(d)}}(0,i.YP)((()=>u.modelValue),m),void 0!==n&&!0===(0,r.Rb)(l)&&(0,i.YP)((()=>h.$route.fullPath),(()=>{!0===n.value&&!0===t.value&&v()})),!0===s&&(0,i.bv)((()=>{m(u.modelValue)}));const x={show:f,hide:v,toggle:p};return Object.assign(h,x),x}},5911:(t,e,n)=>{"use strict";n.d(e,{Z:()=>p});var i=n(1959),r=n(3673),o=(n(4716),n(230)),a=n(5578);const s=[];let l=document.body;function u(t){const e=document.createElement("div");if(void 0!==t&&(e.id=t),void 0!==a.w6.globalNodes){const t=a.w6.globalNodes["class"];void 0!==t&&(e.className=t)}return l.appendChild(e),s.push(e),e}function c(t){s.splice(s.indexOf(t),1),t.remove()}var h=n(4312);function d(t){t=t.parent;while(void 0!==t&&null!==t){if("QGlobalDialog"===t.type.name)return!0;if("QDialog"===t.type.name||"QMenu"===t.type.name)return!1;t=t.parent}return!1}function p(t,e,n,a){const s=(0,i.iH)(!1),l=(0,i.iH)(!1);let p=null;const f={},g=!0===a&&d(t);function v(e){if(!0===e)return(0,o.xF)(f),void(l.value=!0);l.value=!1,!1===s.value&&(!1===g&&null===p&&(p=u()),s.value=!0,h.wN.push(t.proxy),(0,o.YX)(f))}function y(e){if(l.value=!1,!0!==e)return;(0,o.xF)(f),s.value=!1;const n=h.wN.indexOf(t.proxy);n>-1&&h.wN.splice(n,1),null!==p&&(c(p),p=null)}return(0,r.Ah)((()=>{y(!0)})),Object.assign(t.proxy,{__qPortalInnerRef:e}),{showPortal:v,hidePortal:y,portalIsActive:s,portalIsAccessible:l,renderPortal:()=>!0===g?n():!0===s.value?[(0,r.h)(r.lR,{to:p},n())]:void 0}}},405:(t,e,n)=>{"use strict";n.d(e,{Z:()=>_});var i=n(4716),r=n(8400),o=n(4688);let a,s,l,u,c,h,d=0,p=!1;function f(t){g(t)&&(0,i.NS)(t)}function g(t){if(t.target===document.body||t.target.classList.contains("q-layout__backdrop"))return!0;const e=(0,i.AZ)(t),n=t.shiftKey&&!t.deltaX,o=!n&&Math.abs(t.deltaX)<=Math.abs(t.deltaY),a=n||o?t.deltaY:t.deltaX;for(let i=0;i0&&t.scrollTop+t.clientHeight===t.scrollHeight:a<0&&0===t.scrollLeft||a>0&&t.scrollLeft+t.clientWidth===t.scrollWidth}return!0}function v(t){t.target===document&&(document.scrollingElement.scrollTop=document.scrollingElement.scrollTop)}function y(t){!0!==p&&(p=!0,requestAnimationFrame((()=>{p=!1;const{height:e}=t.target,{clientHeight:n,scrollTop:i}=document.scrollingElement;void 0!==l&&e===window.innerHeight||(l=n-e,document.scrollingElement.scrollTop=i),i>l&&(document.scrollingElement.scrollTop-=Math.ceil((i-l)/8))})))}function m(t){const e=document.body,n=void 0!==window.visualViewport;if("add"===t){const{overflowY:t,overflowX:l}=window.getComputedStyle(e);a=(0,r.OI)(window),s=(0,r.u3)(window),u=e.style.left,c=e.style.top,e.style.left=`-${a}px`,e.style.top=`-${s}px`,"hidden"!==l&&("scroll"===l||e.scrollWidth>window.innerWidth)&&e.classList.add("q-body--force-scrollbar-x"),"hidden"!==t&&("scroll"===t||e.scrollHeight>window.innerHeight)&&e.classList.add("q-body--force-scrollbar-y"),e.classList.add("q-body--prevent-scroll"),document.qScrollPrevented=!0,!0===o.Lp.is.ios&&(!0===n?(window.scrollTo(0,0),window.visualViewport.addEventListener("resize",y,i.rU.passiveCapture),window.visualViewport.addEventListener("scroll",y,i.rU.passiveCapture),window.scrollTo(0,0)):window.addEventListener("scroll",v,i.rU.passiveCapture))}!0===o.Lp.is.desktop&&!0===o.Lp.is.mac&&window[`${t}EventListener`]("wheel",f,i.rU.notPassive),"remove"===t&&(!0===o.Lp.is.ios&&(!0===n?(window.visualViewport.removeEventListener("resize",y,i.rU.passiveCapture),window.visualViewport.removeEventListener("scroll",y,i.rU.passiveCapture)):window.removeEventListener("scroll",v,i.rU.passiveCapture)),e.classList.remove("q-body--prevent-scroll"),e.classList.remove("q-body--force-scrollbar-x"),e.classList.remove("q-body--force-scrollbar-y"),document.qScrollPrevented=!1,e.style.left=u,e.style.top=c,window.scrollTo(a,s),l=void 0)}function x(t){let e="add";if(!0===t){if(d++,void 0!==h)return clearTimeout(h),void(h=void 0);if(d>1)return}else{if(0===d)return;if(d--,d>0)return;if(e="remove",!0===o.Lp.is.ios&&!0===o.Lp.is.nativeMobile)return clearTimeout(h),void(h=setTimeout((()=>{m(e),h=void 0}),100))}m(e)}function _(){let t;return{preventBodyScroll(e){e===t||void 0===t&&!0!==e||(t=e,x(e))}}}},7277:(t,e,n)=>{"use strict";n.d(e,{$:()=>d,Z:()=>p});n(5363);var i=n(3673),r=n(4716),o=n(7445);function a(t){return t?t.aliasOf?t.aliasOf.path:t.path:""}function s(t,e){return(t.aliasOf||t)===(e.aliasOf||e)}function l(t,e){for(const n in e){const i=e[n],r=t[n];if("string"===typeof i){if(i!==r)return!1}else if(!1===Array.isArray(r)||r.length!==i.length||i.some(((t,e)=>t!==r[e])))return!1}return!0}function u(t,e){return!0===Array.isArray(e)?t.length===e.length&&t.every(((t,n)=>t===e[n])):1===t.length&&t[0]===e}function c(t,e){return!0===Array.isArray(t)?u(t,e):!0===Array.isArray(e)?u(e,t):t===e}function h(t,e){if(Object.keys(t).length!==Object.keys(e).length)return!1;for(const n in t)if(!1===c(t[n],e[n]))return!1;return!0}const d={to:[String,Object],replace:Boolean,exact:Boolean,activeClass:{type:String,default:"q-router-link--active"},exactActiveClass:{type:String,default:"q-router-link--exact-active"},href:String,target:String,disable:Boolean};function p(t){const e=(0,i.FN)(),{props:n,proxy:u}=e,c=(0,o.Rb)(e),d=(0,i.Fl)((()=>!0!==n.disable&&void 0!==n.href)),p=(0,i.Fl)((()=>!0===c&&!0!==n.disable&&!0!==d.value&&void 0!==n.to&&null!==n.to&&""!==n.to)),f=(0,i.Fl)((()=>{if(!0===p.value)try{return u.$router.resolve(n.to)}catch(t){}return null})),g=(0,i.Fl)((()=>null!==f.value)),v=(0,i.Fl)((()=>!0===d.value||!0===g.value)),y=(0,i.Fl)((()=>"a"===n.type||!0===v.value?"a":n.tag||t||"div")),m=(0,i.Fl)((()=>!0===d.value?{href:n.href,target:n.target}:!0===g.value?{href:f.value.href,target:n.target}:{})),x=(0,i.Fl)((()=>{if(!1===g.value)return null;const{matched:t}=f.value,{length:e}=t,n=t[e-1];if(void 0===n)return-1;const i=u.$route.matched;if(0===i.length)return-1;const r=i.findIndex(s.bind(null,n));if(r>-1)return r;const o=a(t[e-2]);return e>1&&a(n)===o&&i[i.length-1].path!==o?i.findIndex(s.bind(null,t[e-2])):r})),_=(0,i.Fl)((()=>!0===g.value&&x.value>-1&&l(u.$route.params,f.value.params))),b=(0,i.Fl)((()=>!0===_.value&&x.value===u.$route.matched.length-1&&h(u.$route.params,f.value.params))),w=(0,i.Fl)((()=>!0===g.value?!0===b.value?` ${n.exactActiveClass} ${n.activeClass}`:!0===n.exact?"":!0===_.value?` ${n.activeClass}`:"":""));function S(t){return!(!0===n.disable||t.metaKey||t.altKey||t.ctrlKey||t.shiftKey||!0!==t.__qNavigate&&!0===t.defaultPrevented||void 0!==t.button&&0!==t.button||"_blank"===n.target)&&((0,r.X$)(t),u.$router[!0===n.replace?"replace":"push"](n.to).catch((t=>t)))}return{hasRouterLink:g,hasHrefLink:d,hasLink:v,linkTag:y,linkRoute:f,linkIsActive:_,linkIsExactActive:b,linkClass:w,linkProps:m,navigateToRouterLink:S}}},2417:(t,e,n)=>{"use strict";n.d(e,{LU:()=>o,Ok:()=>r,ZP:()=>a});var i=n(3673);const r={xs:18,sm:24,md:32,lg:38,xl:46},o={size:String};function a(t,e=r){return(0,i.Fl)((()=>void 0!==t.size?{fontSize:t.size in e?`${e[t.size]}px`:t.size}:null))}},416:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(3673);function r(){let t;return(0,i.Jd)((()=>{t=void 0})),{registerTick(e){t=e,(0,i.Y3)((()=>{t===e&&(t(),t=void 0)}))},removeTick(){t=void 0}}}},4955:(t,e,n)=>{"use strict";n.d(e,{Z:()=>r});var i=n(3673);function r(){let t;return(0,i.Jd)((()=>{clearTimeout(t)})),{registerTimeout(e,n){clearTimeout(t),t=setTimeout(e,n)},removeTimeout(){clearTimeout(t)}}}},6104:(t,e,n)=>{"use strict";n.d(e,{D:()=>o,Z:()=>a});var i=n(1959),r=n(3673);const o={transitionShow:{type:String,default:"fade"},transitionHide:{type:String,default:"fade"},transitionDuration:{type:[String,Number],default:300}};function a(t,e){const n=(0,i.iH)(e.value);return(0,r.YP)(e,(t=>{(0,r.Y3)((()=>{n.value=t}))})),{transition:(0,r.Fl)((()=>"q-transition--"+(!0===n.value?t.transitionHide:t.transitionShow))),transitionStyle:(0,r.Fl)((()=>`--q-transition-duration: ${t.transitionDuration}ms`))}}},677:(t,e,n)=>{"use strict";n.d(e,{Z:()=>s});var i=n(908),r=n(4312),o=n(1436);function a(t){if(!1===t)return 0;if(!0===t||void 0===t)return 1;const e=parseInt(t,10);return isNaN(e)?0:e}const s=(0,i.f)({name:"close-popup",beforeMount(t,{value:e}){const n={depth:a(e),handler(e){0!==n.depth&&setTimeout((()=>{const i=(0,r.HW)(t);void 0!==i&&(0,r.S7)(i,e,n.depth)}))},handlerKey(t){!0===(0,o.So)(t,13)&&n.handler(t)}};t.__qclosepopup=n,t.addEventListener("click",n.handler),t.addEventListener("keyup",n.handlerKey)},updated(t,{value:e,oldValue:n}){e!==n&&(t.__qclosepopup.depth=a(e))},beforeUnmount(t){const e=t.__qclosepopup;t.removeEventListener("click",e.handler),t.removeEventListener("keyup",e.handlerKey),delete t.__qclosepopup}})},6489:(t,e,n)=>{"use strict";n.d(e,{Z:()=>c});var i=n(908),r=n(2012),o=n(4716),a=n(1436);function s(t,e=250){let n,i=!1;return function(){return!1===i&&(i=!0,setTimeout((()=>{i=!1}),e),n=t.apply(this,arguments)),n}}function l(t,e,n,i){!0===n.modifiers.stop&&(0,o.sT)(t);const a=n.modifiers.color;let s=n.modifiers.center;s=!0===s||!0===i;const l=document.createElement("span"),u=document.createElement("span"),c=(0,o.FK)(t),{left:h,top:d,width:p,height:f}=e.getBoundingClientRect(),g=Math.sqrt(p*p+f*f),v=g/2,y=(p-g)/2+"px",m=s?y:c.left-h-v+"px",x=(f-g)/2+"px",_=s?x:c.top-d-v+"px";u.className="q-ripple__inner",(0,r.iv)(u,{height:`${g}px`,width:`${g}px`,transform:`translate3d(${m},${_},0) scale3d(.2,.2,1)`,opacity:0}),l.className="q-ripple"+(a?" text-"+a:""),l.setAttribute("dir","ltr"),l.appendChild(u),e.appendChild(l);const b=()=>{l.remove(),clearTimeout(w)};n.abort.push(b);let w=setTimeout((()=>{u.classList.add("q-ripple__inner--enter"),u.style.transform=`translate3d(${y},${x},0) scale3d(1,1,1)`,u.style.opacity=.2,w=setTimeout((()=>{u.classList.remove("q-ripple__inner--enter"),u.classList.add("q-ripple__inner--leave"),u.style.opacity=0,w=setTimeout((()=>{l.remove(),n.abort.splice(n.abort.indexOf(b),1)}),275)}),250)}),50)}function u(t,{modifiers:e,value:n,arg:i}){const r=Object.assign({},t.cfg.ripple,e,n);t.modifiers={early:!0===r.early,stop:!0===r.stop,center:!0===r.center,color:r.color||i,keyCodes:[].concat(r.keyCodes||13)}}const c=(0,i.f)({name:"ripple",beforeMount(t,e){const n=e.instance.$.appContext.config.globalProperties.$q.config||{};if(!1===n.ripple)return;const i={cfg:n,enabled:!1!==e.value,modifiers:{},abort:[],start(e){!0===i.enabled&&!0!==e.qSkipRipple&&e.type===(!0===i.modifiers.early?"pointerdown":"click")&&l(e,t,i,!0===e.qKeyEvent)},keystart:s((e=>{!0===i.enabled&&!0!==e.qSkipRipple&&!0===(0,a.So)(e,i.modifiers.keyCodes)&&e.type==="key"+(!0===i.modifiers.early?"down":"up")&&l(e,t,i,!0)}),300)};u(i,e),t.__qripple=i,(0,o.M0)(i,"main",[[t,"pointerdown","start","passive"],[t,"click","start","passive"],[t,"keydown","keystart","passive"],[t,"keyup","keystart","passive"]])},updated(t,e){if(e.oldValue!==e.value){const n=t.__qripple;void 0!==n&&(n.enabled=!1!==e.value,!0===n.enabled&&Object(e.value)===e.value&&u(n,e))}},beforeUnmount(t){const e=t.__qripple;void 0!==e&&(e.abort.forEach((t=>{t()})),(0,o.ul)(e,"main"),delete t._qripple)}})},8406:(t,e,n)=>{"use strict";n.d(e,{Z:()=>p});var i=n(4688),r=n(908);n(71);const o={left:!0,right:!0,up:!0,down:!0,horizontal:!0,vertical:!0},a=Object.keys(o);function s(t){const e={};for(const n of a)!0===t[n]&&(e[n]=!0);return 0===Object.keys(e).length?o:(!0===e.horizontal?e.left=e.right=!0:!0===e.left&&!0===e.right&&(e.horizontal=!0),!0===e.vertical?e.up=e.down=!0:!0===e.up&&!0===e.down&&(e.vertical=!0),!0===e.horizontal&&!0===e.vertical&&(e.all=!0),e)}function l(t,e){return void 0===e.event&&void 0!==t.target&&!0!==t.target.draggable&&"function"===typeof e.handler&&"INPUT"!==t.target.nodeName.toUpperCase()&&(void 0===t.qClonedBy||-1===t.qClonedBy.indexOf(e.uid))}o.all=!0;var u=n(4716),c=n(9725);function h(t,e,n){const i=(0,u.FK)(t);let r,o=i.left-e.event.x,a=i.top-e.event.y,s=Math.abs(o),l=Math.abs(a);const c=e.direction;!0===c.horizontal&&!0!==c.vertical?r=o<0?"left":"right":!0!==c.horizontal&&!0===c.vertical?r=a<0?"up":"down":!0===c.up&&a<0?(r="up",s>l&&(!0===c.left&&o<0?r="left":!0===c.right&&o>0&&(r="right"))):!0===c.down&&a>0?(r="down",s>l&&(!0===c.left&&o<0?r="left":!0===c.right&&o>0&&(r="right"))):!0===c.left&&o<0?(r="left",s0&&(r="down"))):!0===c.right&&o>0&&(r="right",s0&&(r="down")));let h=!1;if(void 0===r&&!1===n){if(!0===e.event.isFirst||void 0===e.event.lastDir)return{};r=e.event.lastDir,h=!0,"left"===r||"right"===r?(i.left-=o,s=0,o=0):(i.top-=a,l=0,a=0)}return{synthetic:h,payload:{evt:t,touch:!0!==e.event.mouse,mouse:!0===e.event.mouse,position:i,direction:r,isFirst:e.event.isFirst,isFinal:!0===n,duration:Date.now()-e.event.time,distance:{x:s,y:l},offset:{x:o,y:a},delta:{x:i.left-e.event.lastX,y:i.top-e.event.lastY}}}}let d=0;const p=(0,r.f)({name:"touch-pan",beforeMount(t,{value:e,modifiers:n}){if(!0!==n.mouse&&!0!==i.Lp.has.touch)return;function r(t,e){!0===n.mouse&&!0===e?(0,u.NS)(t):(!0===n.stop&&(0,u.sT)(t),!0===n.prevent&&(0,u.X$)(t))}const o={uid:"qvtp_"+d++,handler:e,modifiers:n,direction:s(n),noop:u.ZT,mouseStart(t){l(t,o)&&(0,u.du)(t)&&((0,u.M0)(o,"temp",[[document,"mousemove","move","notPassiveCapture"],[document,"mouseup","end","passiveCapture"]]),o.start(t,!0))},touchStart(t){if(l(t,o)){const e=t.target;(0,u.M0)(o,"temp",[[e,"touchmove","move","notPassiveCapture"],[e,"touchcancel","end","passiveCapture"],[e,"touchend","end","passiveCapture"]]),o.start(t)}},start(e,r){if(!0===i.Lp.is.firefox&&(0,u.Jf)(t,!0),o.lastEvt=e,!0===r||!0===n.stop){if(!0!==o.direction.all&&(!0!==r||!0!==o.modifiers.mouseAllDir)){const t=e.type.indexOf("mouse")>-1?new MouseEvent(e.type,e):new TouchEvent(e.type,e);!0===e.defaultPrevented&&(0,u.X$)(t),!0===e.cancelBubble&&(0,u.sT)(t),Object.assign(t,{qKeyEvent:e.qKeyEvent,qClickOutside:e.qClickOutside,qAnchorHandled:e.qAnchorHandled,qClonedBy:void 0===e.qClonedBy?[o.uid]:e.qClonedBy.concat(o.uid)}),o.initialEvent={target:e.target,event:t}}(0,u.sT)(e)}const{left:a,top:s}=(0,u.FK)(e);o.event={x:a,y:s,time:Date.now(),mouse:!0===r,detected:!1,isFirst:!0,isFinal:!1,lastX:a,lastY:s}},move(t){if(void 0===o.event)return;const e=(0,u.FK)(t),i=e.left-o.event.x,a=e.top-o.event.y;if(0===i&&0===a)return;o.lastEvt=t;const s=!0===o.event.mouse,l=()=>{r(t,s),!0!==n.preserveCursor&&(document.documentElement.style.cursor="grabbing"),!0===s&&document.body.classList.add("no-pointer-events--children"),document.body.classList.add("non-selectable"),(0,c.M)(),o.styleCleanup=t=>{if(o.styleCleanup=void 0,!0!==n.preserveCursor&&(document.documentElement.style.cursor=""),document.body.classList.remove("non-selectable"),!0===s){const e=()=>{document.body.classList.remove("no-pointer-events--children")};void 0!==t?setTimeout((()=>{e(),t()}),50):e()}else void 0!==t&&t()}};if(!0===o.event.detected){!0!==o.event.isFirst&&r(t,o.event.mouse);const{payload:e,synthetic:n}=h(t,o,!1);return void(void 0!==e&&(!1===o.handler(e)?o.end(t):(void 0===o.styleCleanup&&!0===o.event.isFirst&&l(),o.event.lastX=e.position.left,o.event.lastY=e.position.top,o.event.lastDir=!0===n?void 0:e.direction,o.event.isFirst=!1)))}if(!0===o.direction.all||!0===s&&!0===o.modifiers.mouseAllDir)return l(),o.event.detected=!0,void o.move(t);const d=Math.abs(i),p=Math.abs(a);d!==p&&(!0===o.direction.horizontal&&d>p||!0===o.direction.vertical&&d0||!0===o.direction.left&&d>p&&i<0||!0===o.direction.right&&d>p&&i>0?(o.event.detected=!0,o.move(t)):o.end(t,!0))},end(e,n){if(void 0!==o.event){if((0,u.ul)(o,"temp"),!0===i.Lp.is.firefox&&(0,u.Jf)(t,!1),!0===n)void 0!==o.styleCleanup&&o.styleCleanup(),!0!==o.event.detected&&void 0!==o.initialEvent&&o.initialEvent.target.dispatchEvent(o.initialEvent.event);else if(!0===o.event.detected){!0===o.event.isFirst&&o.handler(h(void 0===e?o.lastEvt:e,o).payload);const{payload:t}=h(void 0===e?o.lastEvt:e,o,!0),n=()=>{o.handler(t)};void 0!==o.styleCleanup?o.styleCleanup(n):n()}o.event=void 0,o.initialEvent=void 0,o.lastEvt=void 0}}};t.__qtouchpan=o,!0===n.mouse&&(0,u.M0)(o,"main",[[t,"mousedown","mouseStart","passive"+(!0===n.mouseCapture?"Capture":"")]]),!0===i.Lp.has.touch&&(0,u.M0)(o,"main",[[t,"touchstart","touchStart","passive"+(!0===n.capture?"Capture":"")],[t,"touchmove","noop","notPassiveCapture"]])},updated(t,e){const n=t.__qtouchpan;void 0!==n&&(e.oldValue!==e.value&&("function"!==typeof value&&n.end(),n.handler=e.value),n.direction=s(e.modifiers))},beforeUnmount(t){const e=t.__qtouchpan;void 0!==e&&(void 0!==e.event&&e.end(),(0,u.ul)(e,"main"),(0,u.ul)(e,"temp"),!0===i.Lp.is.firefox&&(0,u.Jf)(t,!1),void 0!==e.styleCleanup&&e.styleCleanup(),delete t.__qtouchpan)}})},6583:(t,e,n)=>{"use strict";n.d(e,{Z:()=>u});n(71),n(3610);var i=n(4688),r=n(4716);const o=()=>!0;function a(t){return"string"===typeof t&&""!==t&&"/"!==t&&"#/"!==t}function s(t){return!0===t.startsWith("#")&&(t=t.substring(1)),!1===t.startsWith("/")&&(t="/"+t),!0===t.endsWith("/")&&(t=t.substring(0,t.length-1)),"#"+t}function l(t){if(!1===t.backButtonExit)return()=>!1;if("*"===t.backButtonExit)return o;const e=["#/"];return!0===Array.isArray(t.backButtonExit)&&e.push(...t.backButtonExit.filter(a).map(s)),()=>e.includes(window.location.hash)}const u={__history:[],add:r.ZT,remove:r.ZT,install({$q:t}){if(!0===this.__installed)return;const{cordova:e,capacitor:n}=i.Lp.is;if(!0!==e&&!0!==n)return;const r=t.config[!0===e?"cordova":"capacitor"];if(void 0!==r&&!1===r.backButton)return;if(!0===n&&(void 0===window.Capacitor||void 0===window.Capacitor.Plugins.App))return;this.add=t=>{void 0===t.condition&&(t.condition=o),this.__history.push(t)},this.remove=t=>{const e=this.__history.indexOf(t);e>=0&&this.__history.splice(e,1)};const a=l(Object.assign({backButtonExit:!0},r)),s=()=>{if(this.__history.length){const t=this.__history[this.__history.length-1];!0===t.condition()&&(this.__history.pop(),t.handler())}else!0===a()?navigator.app.exitApp():window.history.back()};!0===e?document.addEventListener("deviceready",(()=>{document.addEventListener("backbutton",s,!1)})):window.Capacitor.Plugins.App.addListener("backButton",s)}}},4688:(t,e,n)=>{"use strict";n.d(e,{Lp:()=>g,ZP:()=>y,aG:()=>a,uX:()=>o});var i=n(1959),r=n(9085);const o=(0,i.iH)(!1);let a,s=!1;function l(t,e){const n=/(edg|edge|edga|edgios)\/([\w.]+)/.exec(t)||/(opr)[\/]([\w.]+)/.exec(t)||/(vivaldi)[\/]([\w.]+)/.exec(t)||/(chrome|crios)[\/]([\w.]+)/.exec(t)||/(version)(applewebkit)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(t)||/(webkit)[\/]([\w.]+).*(version)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(t)||/(firefox|fxios)[\/]([\w.]+)/.exec(t)||/(webkit)[\/]([\w.]+)/.exec(t)||/(opera)(?:.*version|)[\/]([\w.]+)/.exec(t)||[];return{browser:n[5]||n[3]||n[1]||"",version:n[2]||n[4]||"0",versionNumber:n[4]||n[2]||"0",platform:e[0]||""}}function u(t){return/(ipad)/.exec(t)||/(ipod)/.exec(t)||/(windows phone)/.exec(t)||/(iphone)/.exec(t)||/(kindle)/.exec(t)||/(silk)/.exec(t)||/(android)/.exec(t)||/(win)/.exec(t)||/(mac)/.exec(t)||/(linux)/.exec(t)||/(cros)/.exec(t)||/(playbook)/.exec(t)||/(bb)/.exec(t)||/(blackberry)/.exec(t)||[]}const c="ontouchstart"in window||window.navigator.maxTouchPoints>0;function h(t){a={is:{...t}},delete t.mac,delete t.desktop;const e=Math.min(window.innerHeight,window.innerWidth)>414?"ipad":"iphone";Object.assign(t,{mobile:!0,ios:!0,platform:e,[e]:!0})}function d(t){const e=t.toLowerCase(),n=u(e),i=l(e,n),r={};i.browser&&(r[i.browser]=!0,r.version=i.version,r.versionNumber=parseInt(i.versionNumber,10)),i.platform&&(r[i.platform]=!0);const o=r.android||r.ios||r.bb||r.blackberry||r.ipad||r.iphone||r.ipod||r.kindle||r.playbook||r.silk||r["windows phone"];return!0===o||e.indexOf("mobile")>-1?(r.mobile=!0,r.edga||r.edgios?(r.edge=!0,i.browser="edge"):r.crios?(r.chrome=!0,i.browser="chrome"):r.fxios&&(r.firefox=!0,i.browser="firefox")):r.desktop=!0,(r.ipod||r.ipad||r.iphone)&&(r.ios=!0),r["windows phone"]&&(r.winphone=!0,delete r["windows phone"]),(r.chrome||r.opr||r.safari||r.vivaldi||!0===r.mobile&&!0!==r.ios&&!0!==o)&&(r.webkit=!0),r.edg&&(i.browser="edgechromium",r.edgeChromium=!0),(r.safari&&r.blackberry||r.bb)&&(i.browser="blackberry",r.blackberry=!0),r.safari&&r.playbook&&(i.browser="playbook",r.playbook=!0),r.opr&&(i.browser="opera",r.opera=!0),r.safari&&r.android&&(i.browser="android",r.android=!0),r.safari&&r.kindle&&(i.browser="kindle",r.kindle=!0),r.safari&&r.silk&&(i.browser="silk",r.silk=!0),r.vivaldi&&(i.browser="vivaldi",r.vivaldi=!0),r.name=i.browser,r.platform=i.platform,e.indexOf("electron")>-1?r.electron=!0:document.location.href.indexOf("-extension://")>-1?r.bex=!0:(void 0!==window.Capacitor?(r.capacitor=!0,r.nativeMobile=!0,r.nativeMobileWrapper="capacitor"):void 0===window._cordovaNative&&void 0===window.cordova||(r.cordova=!0,r.nativeMobile=!0,r.nativeMobileWrapper="cordova"),!0===c&&!0===r.mac&&(!0===r.desktop&&!0===r.safari||!0===r.nativeMobile&&!0!==r.android&&!0!==r.ios&&!0!==r.ipad)&&h(r)),r}const p=navigator.userAgent||navigator.vendor||window.opera,f={has:{touch:!1,webStorage:!1},within:{iframe:!1}},g={userAgent:p,is:d(p),has:{touch:c},within:{iframe:window.self!==window.top}},v={install(t){const{$q:e}=t;!0===o.value?(t.onSSRHydrated.push((()=>{o.value=!1,Object.assign(e.platform,g),a=void 0})),e.platform=(0,i.qj)(this)):e.platform=this}};{let t;(0,r.g)(g.has,"webStorage",(()=>{if(void 0!==t)return t;try{if(window.localStorage)return t=!0,!0}catch(e){}return t=!1,!1})),s=!0===g.is.ios&&-1===window.navigator.vendor.toLowerCase().indexOf("apple"),!0===o.value?Object.assign(v,g,a,f):Object.assign(v,g)}const y=v},9405:(t,e,n)=>{"use strict";function i(t,e=250,n){let i;function r(){const r=arguments,o=()=>{i=void 0,!0!==n&&t.apply(this,r)};clearTimeout(i),!0===n&&void 0===i&&t.apply(this,r),i=setTimeout(o,e)}return r.cancel=()=>{clearTimeout(i)},r}n.d(e,{Z:()=>i})},2012:(t,e,n)=>{"use strict";n.d(e,{iv:()=>r,mY:()=>a,sb:()=>o});var i=n(1959);function r(t,e){const n=t.style;for(const i in e)n[i]=e[i]}function o(t){if(void 0===t||null===t)return;if("string"===typeof t)try{return document.querySelector(t)||void 0}catch(n){return}const e=!0===(0,i.dq)(t)?t.value:t;return e?e.$el||e:void 0}function a(t,e){if(void 0===t||null===t||!0===t.contains(e))return!0;for(let n=t.nextElementSibling;null!==n;n=n.nextElementSibling)if(n.contains(e))return!0;return!1}},4716:(t,e,n)=>{"use strict";n.d(e,{AZ:()=>s,FK:()=>a,Jf:()=>h,M0:()=>d,NS:()=>c,X$:()=>u,ZT:()=>r,du:()=>o,rU:()=>i,sT:()=>l,ul:()=>p});n(71);const i={hasPassive:!1,passiveCapture:!0,notPassiveCapture:!0};try{const t=Object.defineProperty({},"passive",{get(){Object.assign(i,{hasPassive:!0,passive:{passive:!0},notPassive:{passive:!1},passiveCapture:{passive:!0,capture:!0},notPassiveCapture:{passive:!1,capture:!0}})}});window.addEventListener("qtest",null,t),window.removeEventListener("qtest",null,t)}catch(f){}function r(){}function o(t){return 0===t.button}function a(t){return t.touches&&t.touches[0]?t=t.touches[0]:t.changedTouches&&t.changedTouches[0]?t=t.changedTouches[0]:t.targetTouches&&t.targetTouches[0]&&(t=t.targetTouches[0]),{top:t.clientY,left:t.clientX}}function s(t){if(t.path)return t.path;if(t.composedPath)return t.composedPath();const e=[];let n=t.target;while(n){if(e.push(n),"HTML"===n.tagName)return e.push(document),e.push(window),e;n=n.parentElement}}function l(t){t.stopPropagation()}function u(t){!1!==t.cancelable&&t.preventDefault()}function c(t){!1!==t.cancelable&&t.preventDefault(),t.stopPropagation()}function h(t,e){if(void 0===t||!0===e&&!0===t.__dragPrevented)return;const n=!0===e?t=>{t.__dragPrevented=!0,t.addEventListener("dragstart",u,i.notPassiveCapture)}:t=>{delete t.__dragPrevented,t.removeEventListener("dragstart",u,i.notPassiveCapture)};t.querySelectorAll("a, img").forEach(n)}function d(t,e,n){const r=`__q_${e}_evt`;t[r]=void 0!==t[r]?t[r].concat(n):n,n.forEach((e=>{e[0].addEventListener(e[1],t[e[2]],i[e[3]])}))}function p(t,e){const n=`__q_${e}_evt`;void 0!==t[n]&&(t[n].forEach((e=>{e[0].removeEventListener(e[1],t[e[2]],i[e[3]])})),t[n]=void 0)}},2130:(t,e,n)=>{"use strict";n.d(e,{vX:()=>i});function i(t,e,n){return n<=e?e:Math.min(n,Math.max(e,t))}},908:(t,e,n)=>{"use strict";n.d(e,{L:()=>o,f:()=>a});var i=n(1959),r=n(3673);const o=t=>(0,i.Xl)((0,r.aZ)(t)),a=t=>(0,i.Xl)(t)},230:(t,e,n)=>{"use strict";n.d(e,{YX:()=>a,jd:()=>l,xF:()=>s});let i=[],r=[];function o(t){r=r.filter((e=>e!==t))}function a(t){o(t),r.push(t)}function s(t){o(t),0===r.length&&i.length>0&&(i[i.length-1](),i=[])}function l(t){0===r.length?t():i.push(t)}},5578:(t,e,n)=>{"use strict";n.d(e,{Uf:()=>r,tP:()=>o,w6:()=>i});const i={};let r=!1;function o(){r=!0}},9085:(t,e,n)=>{"use strict";function i(t,e,n,i){Object.defineProperty(t,e,{get:n,set:i,enumerable:!0})}n.d(e,{g:()=>i})},1436:(t,e,n)=>{"use strict";n.d(e,{So:()=>a,ZK:()=>r});n(3610);let i=!1;function r(t){i=!0===t.isComposing}function o(t){return!0===i||t!==Object(t)||!0===t.isComposing||!0===t.qKeyEvent}function a(t,e){return!0!==o(t)&&[].concat(e).includes(t.keyCode)}},4312:(t,e,n)=>{"use strict";n.d(e,{HW:()=>o,S7:()=>s,wN:()=>r});var i=n(7445);const r=[];function o(t){return r.find((e=>null!==e.__qPortalInnerRef.value&&e.__qPortalInnerRef.value.contains(t)))}function a(t,e){do{if("QMenu"===t.$options.name){if(t.hide(e),!0===t.$props.separateClosePopup)return(0,i.Kq)(t)}else if(void 0!==t.__qPortalInnerRef){const n=(0,i.Kq)(t);return void 0!==n&&"QPopupProxy"===n.$options.name?(t.hide(e),n):t}t=(0,i.Kq)(t)}while(void 0!==t&&null!==t)}function s(t,e,n){while(0!==n&&void 0!==t&&null!==t){if(void 0!==t.__qPortalInnerRef){if(n--,"QMenu"===t.$options.name){t=a(t,e);continue}t.hide(e)}t=(0,i.Kq)(t)}}},7657:(t,e,n)=>{"use strict";n.d(e,{Bl:()=>o,Jl:()=>l,KR:()=>r,pf:()=>s,vs:()=>a});var i=n(3673);function r(t,e){return void 0!==t&&t()||e}function o(t,e){if(void 0!==t){const e=t();if(void 0!==e&&null!==e)return e.slice()}return e}function a(t,e){return void 0!==t?e.concat(t()):e}function s(t,e){return void 0===t?e:void 0!==e?e.concat(t()):t()}function l(t,e,n,r,o,a){e.key=r+o;const s=(0,i.h)(t,e,n);return!0===o?(0,i.wy)(s,a()):s}},9725:(t,e,n)=>{"use strict";n.d(e,{M:()=>r});var i=n(4688);function r(){if(void 0!==window.getSelection){const t=window.getSelection();void 0!==t.empty?t.empty():void 0!==t.removeAllRanges&&(t.removeAllRanges(),!0!==i.ZP.is.mobile&&t.addRange(document.createRange()))}else void 0!==document.selection&&document.selection.empty()}},2547:(t,e,n)=>{"use strict";n.d(e,{Mw:()=>a,Ng:()=>i,YE:()=>o,xP:()=>r});const i="_q_",r="_q_t_",o="_q_l_",a="_q_pc_"},7445:(t,e,n)=>{"use strict";n.d(e,{Kq:()=>i,Rb:()=>r});n(71);function i(t){if(Object(t.$parent)===t.$parent)return t.$parent;t=t.$.parent;while(Object(t)===t){if(Object(t.proxy)===t.proxy)return t.proxy;t=t.parent}}function r(t){return void 0!==t.appContext.config.globalProperties.$router}},8400:(t,e,n)=>{"use strict";n.d(e,{OI:()=>s,QA:()=>v,b0:()=>o,f3:()=>d,ik:()=>p,np:()=>g,u3:()=>a});n(3610);var i=n(2012);const r=[null,document,document.body,document.scrollingElement,document.documentElement];function o(t,e){let n=(0,i.sb)(e);if(void 0===n){if(void 0===t||null===t)return window;n=t.closest(".scroll,.scroll-y,.overflow-auto")}return r.includes(n)?window:n}function a(t){return t===window?window.pageYOffset||window.scrollY||document.body.scrollTop||0:t.scrollTop}function s(t){return t===window?window.pageXOffset||window.scrollX||document.body.scrollLeft||0:t.scrollLeft}function l(t,e,n=0){const i=void 0===arguments[3]?performance.now():arguments[3],r=a(t);n<=0?r!==e&&c(t,e):requestAnimationFrame((o=>{const a=o-i,s=r+(e-r)/Math.max(a,n)*a;c(t,s),s!==e&&l(t,e,n-a,o)}))}function u(t,e,n=0){const i=void 0===arguments[3]?performance.now():arguments[3],r=s(t);n<=0?r!==e&&h(t,e):requestAnimationFrame((o=>{const a=o-i,s=r+(e-r)/Math.max(a,n)*a;h(t,s),s!==e&&u(t,e,n-a,o)}))}function c(t,e){t!==window?t.scrollTop=e:window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,e)}function h(t,e){t!==window?t.scrollLeft=e:window.scrollTo(e,window.pageYOffset||window.scrollY||document.body.scrollTop||0)}function d(t,e,n){n?l(t,e,n):c(t,e)}function p(t,e,n){n?u(t,e,n):h(t,e)}let f;function g(){if(void 0!==f)return f;const t=document.createElement("p"),e=document.createElement("div");(0,i.iv)(t,{width:"100%",height:"200px"}),(0,i.iv)(e,{position:"absolute",top:"0px",left:"0px",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),e.appendChild(t),document.body.appendChild(e);const n=t.offsetWidth;e.style.overflow="scroll";let r=t.offsetWidth;return n===r&&(r=e.clientWidth),e.remove(),f=n-r,f}function v(t,e=!0){return!(!t||t.nodeType!==Node.ELEMENT_NODE)&&(e?t.scrollHeight>t.clientHeight&&(t.classList.contains("scroll")||t.classList.contains("overflow-auto")||["auto","scroll"].includes(window.getComputedStyle(t)["overflow-y"])):t.scrollWidth>t.clientWidth&&(t.classList.contains("scroll")||t.classList.contains("overflow-auto")||["auto","scroll"].includes(window.getComputedStyle(t)["overflow-x"])))}},8204:(t,e,n)=>{"use strict";n.d(e,{Z:()=>N});n(3610);var i=n(4688),r=(n(71),n(1959)),o=n(9085);const a=(t,e)=>{const n=(0,r.qj)(t);for(const i in t)(0,o.g)(e,i,(()=>n[i]),(t=>{n[i]=t}));return e};var s=n(4716),l=n(9405);const u=["sm","md","lg","xl"],{passive:c}=s.rU,h=a({width:0,height:0,name:"xs",sizes:{sm:600,md:1024,lg:1440,xl:1920},lt:{sm:!0,md:!0,lg:!0,xl:!0},gt:{xs:!1,sm:!1,md:!1,lg:!1},xs:!0,sm:!1,md:!1,lg:!1,xl:!1},{setSizes:s.ZT,setDebounce:s.ZT,install({$q:t,onSSRHydrated:e}){if(t.screen=this,!0===this.__installed)return void(void 0!==t.config.screen&&(!1===t.config.screen.bodyClasses?document.body.classList.remove(`screen--${this.name}`):this.__update(!0)));const{visualViewport:n}=window,r=n||window,o=document.scrollingElement||document.documentElement,a=void 0===n||!0===i.Lp.is.mobile?()=>[Math.max(window.innerWidth,o.clientWidth),Math.max(window.innerHeight,o.clientHeight)]:()=>[n.width*n.scale+window.innerWidth-o.clientWidth,n.height*n.scale+window.innerHeight-o.clientHeight],s=void 0!==t.config.screen&&!0===t.config.screen.bodyClasses;this.__update=t=>{const[e,n]=a();if(n!==this.height&&(this.height=n),e!==this.width)this.width=e;else if(!0!==t)return;let i=this.sizes;this.gt.xs=e>=i.sm,this.gt.sm=e>=i.md,this.gt.md=e>=i.lg,this.gt.lg=e>=i.xl,this.lt.sm=e{u.forEach((e=>{void 0!==t[e]&&(d[e]=t[e])}))},this.setDebounce=t=>{p=t};const f=()=>{const t=getComputedStyle(document.body);t.getPropertyValue("--q-size-sm")&&u.forEach((e=>{this.sizes[e]=parseInt(t.getPropertyValue(`--q-size-${e}`),10)})),this.setSizes=t=>{u.forEach((e=>{t[e]&&(this.sizes[e]=t[e])})),this.__update(!0)},this.setDebounce=t=>{void 0!==h&&r.removeEventListener("resize",h,c),h=t>0?(0,l.Z)(this.__update,t):this.__update,r.addEventListener("resize",h,c)},this.setDebounce(p),Object.keys(d).length>0?(this.setSizes(d),d=void 0):this.__update(),!0===s&&"xs"===this.name&&document.body.classList.add("screen--xs")};!0===i.uX.value?e.push(f):f()}});n(5363);const d=a({isActive:!1,mode:!1},{__media:void 0,set(t){d.mode=t,"auto"===t?(void 0===d.__media&&(d.__media=window.matchMedia("(prefers-color-scheme: dark)"),d.__updateMedia=()=>{d.set("auto")},d.__media.addListener(d.__updateMedia)),t=d.__media.matches):void 0!==d.__media&&(d.__media.removeListener(d.__updateMedia),d.__media=void 0),d.isActive=!0===t,document.body.classList.remove("body--"+(!0===t?"light":"dark")),document.body.classList.add("body--"+(!0===t?"dark":"light"))},toggle(){d.set(!1===d.isActive)},install({$q:t,onSSRHydrated:e,ssrContext:n}){const{dark:r}=t.config;if(t.dark=this,!0===this.__installed&&void 0===r)return;this.isActive=!0===r;const o=void 0!==r&&r;if(!0===i.uX.value){const t=t=>{this.__fromSSR=t},n=this.set;this.set=t,t(o),e.push((()=>{this.set=n,this.set(this.__fromSSR)}))}else this.set(o)}}),p=d;var f=n(6583);const g={isoName:"en-US",nativeName:"English (US)",label:{clear:"Clear",ok:"OK",cancel:"Cancel",close:"Close",set:"Set",select:"Select",reset:"Reset",remove:"Remove",update:"Update",create:"Create",search:"Search",filter:"Filter",refresh:"Refresh"},date:{days:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),daysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),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("_"),firstDayOfWeek:0,format24h:!1,pluralDay:"days"},table:{noData:"No data available",noResults:"No matching records found",loading:"Loading...",selectedRecords:t=>1===t?"1 record selected.":(0===t?"No":t)+" records selected.",recordsPerPage:"Records per page:",allRows:"All",pagination:(t,e,n)=>t+"-"+e+" of "+n,columns:"Columns"},editor:{url:"URL",bold:"Bold",italic:"Italic",strikethrough:"Strikethrough",underline:"Underline",unorderedList:"Unordered List",orderedList:"Ordered List",subscript:"Subscript",superscript:"Superscript",hyperlink:"Hyperlink",toggleFullscreen:"Toggle Fullscreen",quote:"Quote",left:"Left align",center:"Center align",right:"Right align",justify:"Justify align",print:"Print",outdent:"Decrease indentation",indent:"Increase indentation",removeFormat:"Remove formatting",formatting:"Formatting",fontSize:"Font Size",align:"Align",hr:"Insert Horizontal Rule",undo:"Undo",redo:"Redo",heading1:"Heading 1",heading2:"Heading 2",heading3:"Heading 3",heading4:"Heading 4",heading5:"Heading 5",heading6:"Heading 6",paragraph:"Paragraph",code:"Code",size1:"Very small",size2:"A bit small",size3:"Normal",size4:"Medium-large",size5:"Big",size6:"Very big",size7:"Maximum",defaultFont:"Default Font",viewSource:"View Source"},tree:{noNodes:"No nodes available",noResults:"No matching nodes found"}};function v(){const t=!0===Array.isArray(navigator.languages)&&navigator.languages.length>0?navigator.languages[0]:navigator.language;if("string"===typeof t)return t.split(/[-_]/).map(((t,e)=>0===e?t.toLowerCase():e>1||t.length<4?t.toUpperCase():t[0].toUpperCase()+t.slice(1).toLowerCase())).join("-")}const y=a({__langPack:{}},{getLocale:v,set(t=g,e){const n={...t,rtl:!0===t.rtl,getLocale:v};{const t=document.documentElement;t.setAttribute("dir",!0===n.rtl?"rtl":"ltr"),t.setAttribute("lang",n.isoName),n.set=y.set,Object.assign(y.__langPack,n),y.props=n,y.isoName=n.isoName,y.nativeName=n.nativeName}},install({$q:t,lang:e,ssrContext:n}){t.lang=y.__langPack,!0===this.__installed?void 0!==e&&this.set(e):this.set(e||g)}}),m=y;n(6701);function x(t,e,n=document.body){if("string"!==typeof t)throw new TypeError("Expected a string as propName");if("string"!==typeof e)throw new TypeError("Expected a string as value");if(!(n instanceof Element))throw new TypeError("Expected a DOM element");n.style.setProperty(`--q-${t}`,e)}var _=n(1436);function b(t){return!0===t.ios?"ios":!0===t.android?"android":void 0}function w({is:t,has:e,within:n},i){const r=[!0===t.desktop?"desktop":"mobile",(!1===e.touch?"no-":"")+"touch"];if(!0===t.mobile){const e=b(t);void 0!==e&&r.push("platform-"+e)}if(!0===t.nativeMobile){const e=t.nativeMobileWrapper;r.push(e),r.push("native-mobile"),!0!==t.ios||void 0!==i[e]&&!1===i[e].iosStatusBarPadding||r.push("q-ios-padding")}else!0===t.electron?r.push("electron"):!0===t.bex&&r.push("bex");return!0===n.iframe&&r.push("within-iframe"),r}function S(){const t=document.body.className;let e=t;void 0!==i.aG&&(e=e.replace("desktop","platform-ios mobile")),!0===i.Lp.has.touch&&(e=e.replace("no-touch","touch")),!0===i.Lp.within.iframe&&(e+=" within-iframe"),t!==e&&(document.body.className=e)}function M(t){for(const e in t)x(e,t[e])}const I={install(t){if(!0!==this.__installed){if(!0===i.uX.value)S();else{const{$q:e}=t;void 0!==e.config.brand&&M(e.config.brand);const n=w(i.Lp,e.config);document.body.classList.add.apply(document.body.classList,n)}!0===i.Lp.is.ios&&document.body.addEventListener("touchstart",s.ZT),window.addEventListener("keydown",_.ZK,!0)}}},T={name:"material-icons",type:{positive:"check_circle",negative:"warning",info:"info",warning:"priority_high"},arrow:{up:"arrow_upward",right:"arrow_forward",down:"arrow_downward",left:"arrow_back",dropdown:"arrow_drop_down"},chevron:{left:"chevron_left",right:"chevron_right"},colorPicker:{spectrum:"gradient",tune:"tune",palette:"style"},pullToRefresh:{icon:"refresh"},carousel:{left:"chevron_left",right:"chevron_right",up:"keyboard_arrow_up",down:"keyboard_arrow_down",navigationIcon:"lens"},chip:{remove:"cancel",selected:"check"},datetime:{arrowLeft:"chevron_left",arrowRight:"chevron_right",now:"access_time",today:"today"},editor:{bold:"format_bold",italic:"format_italic",strikethrough:"strikethrough_s",underline:"format_underlined",unorderedList:"format_list_bulleted",orderedList:"format_list_numbered",subscript:"vertical_align_bottom",superscript:"vertical_align_top",hyperlink:"link",toggleFullscreen:"fullscreen",quote:"format_quote",left:"format_align_left",center:"format_align_center",right:"format_align_right",justify:"format_align_justify",print:"print",outdent:"format_indent_decrease",indent:"format_indent_increase",removeFormat:"format_clear",formatting:"text_format",fontSize:"format_size",align:"format_align_left",hr:"remove",undo:"undo",redo:"redo",heading:"format_size",code:"code",size:"format_size",font:"font_download",viewSource:"code"},expansionItem:{icon:"keyboard_arrow_down",denseIcon:"arrow_drop_down"},fab:{icon:"add",activeIcon:"close"},field:{clear:"cancel",error:"error"},pagination:{first:"first_page",prev:"keyboard_arrow_left",next:"keyboard_arrow_right",last:"last_page"},rating:{icon:"grade"},stepper:{done:"check",active:"edit",error:"warning"},tabs:{left:"chevron_left",right:"chevron_right",up:"keyboard_arrow_up",down:"keyboard_arrow_down"},table:{arrowUp:"arrow_upward",warning:"warning",firstPage:"first_page",prevPage:"chevron_left",nextPage:"chevron_right",lastPage:"last_page"},tree:{icon:"play_arrow"},uploader:{done:"done",clear:"clear",add:"add_box",upload:"cloud_upload",removeQueue:"clear_all",removeUploaded:"done_all"}},C=a({iconMapFn:null,__icons:{}},{set(t,e){const n={...t,rtl:!0===t.rtl};n.set=C.set,Object.assign(C.__icons,n)},install({$q:t,iconSet:e,ssrContext:n}){void 0!==t.config.iconMapFn&&(this.iconMapFn=t.config.iconMapFn),t.iconSet=this.__icons,(0,o.g)(t,"iconMapFn",(()=>this.iconMapFn),(t=>{this.iconMapFn=t})),!0===this.__installed?void 0!==e&&this.set(e):this.set(e||T)}}),A=C;var k=n(2547),D=n(5578);n(4406);function L(t){return null!==t&&"object"===typeof t&&!0!==Array.isArray(t)}const P=[i.ZP,I,p,h,f.Z,m,A];function O(t,e){e.forEach((e=>{e.install(t),e.__installed=!0}))}function R(t,e,n){t.config.globalProperties.$q=n.$q,t.provide(k.Ng,n.$q),O(n,P),void 0!==e.components&&Object.values(e.components).forEach((e=>{!0===L(e)&&void 0!==e.name&&t.component(e.name,e)})),void 0!==e.directives&&Object.values(e.directives).forEach((e=>{!0===L(e)&&void 0!==e.name&&t.directive(e.name,e)})),void 0!==e.plugins&&O(n,Object.values(e.plugins).filter((t=>"function"===typeof t.install&&!1===P.includes(t)))),!0===i.uX.value&&(n.$q.onSSRHydrated=()=>{n.onSSRHydrated.forEach((t=>{t()})),n.$q.onSSRHydrated=()=>{}})}const E=function(t,e={}){const n={version:"2.7.7"};!1===D.Uf?(void 0!==e.config&&Object.assign(D.w6,e.config),n.config={...D.w6},(0,D.tP)()):n.config=e.config||{},R(t,e,{parentApp:t,$q:n,lang:e.lang,iconSet:e.iconSet,onSSRHydrated:[]})},N={version:"2.7.7",install:E,lang:m,iconSet:A}},392:(t,e,n)=>{var i=n(419),r=n(3353),o=TypeError;t.exports=function(t){if(i(t))return t;throw o(r(t)+" is not a function")}},8248:(t,e,n)=>{var i=n(419),r=String,o=TypeError;t.exports=function(t){if("object"==typeof t||i(t))return t;throw o("Can't set "+r(t)+" as a prototype")}},2852:(t,e,n)=>{var i=n(854),r=n(1074),o=n(928).f,a=i("unscopables"),s=Array.prototype;void 0==s[a]&&o(s,a,{configurable:!0,value:r(null)}),t.exports=function(t){s[a][t]=!0}},6412:(t,e,n)=>{"use strict";var i=n(1021).charAt;t.exports=function(t,e,n){return e+(n?i(t,e).length:1)}},7950:(t,e,n)=>{var i=n(776),r=String,o=TypeError;t.exports=function(t){if(i(t))return t;throw o(r(t)+" is not an object")}},6963:(t,e,n)=>{var i=n(7120),r=n(1801),o=n(6042),a=function(t){return function(e,n,a){var s,l=i(e),u=o(l),c=r(a,u);if(t&&n!=n){while(u>c)if(s=l[c++],s!=s)return!0}else for(;u>c;c++)if((t||c in l)&&l[c]===n)return t||c||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},5173:(t,e,n)=>{var i=n(1890),r=i({}.toString),o=i("".slice);t.exports=function(t){return o(r(t),8,-1)}},5976:(t,e,n)=>{var i=n(5705),r=n(419),o=n(5173),a=n(854),s=a("toStringTag"),l=Object,u="Arguments"==o(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(n){}};t.exports=i?o:function(t){var e,n,i;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=c(e=l(t),s))?n:u?o(e):"Object"==(i=o(e))&&r(e.callee)?"Arguments":i}},767:(t,e,n)=>{var i=n(1890),r=Error,o=i("".replace),a=function(t){return String(r(t).stack)}("zxcasd"),s=/\n\s*at [^:]*:[^\n]*/,l=s.test(a);t.exports=function(t,e){if(l&&"string"==typeof t&&!r.prepareStackTrace)while(e--)t=o(t,s,"");return t}},8438:(t,e,n)=>{var i=n(7322),r=n(7764),o=n(2404),a=n(928);t.exports=function(t,e,n){for(var s=r(e),l=a.f,u=o.f,c=0;c{var i=n(6400);t.exports=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},5912:(t,e,n)=>{"use strict";var i=n(4848).IteratorPrototype,r=n(1074),o=n(5442),a=n(1061),s=n(2184),l=function(){return this};t.exports=function(t,e,n,u){var c=e+" Iterator";return t.prototype=r(i,{next:o(+!u,n)}),a(t,c,!1,!0),s[c]=l,t}},1904:(t,e,n)=>{var i=n(9631),r=n(928),o=n(5442);t.exports=i?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},5442:t=>{t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},9468:(t,e,n)=>{var i=n(9843),r=n(928);t.exports=function(t,e,n){return n.get&&i(n.get,e,{getter:!0}),n.set&&i(n.set,e,{setter:!0}),r.f(t,e,n)}},3460:(t,e,n)=>{var i=n(419),r=n(928),o=n(9843),a=n(1615);t.exports=function(t,e,n,s){s||(s={});var l=s.enumerable,u=void 0!==s.name?s.name:e;if(i(n)&&o(n,u,s),s.global)l?t[e]=n:a(e,n);else{try{s.unsafe?t[e]&&(l=!0):delete t[e]}catch(c){}l?t[e]=n:r.f(t,e,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return t}},1615:(t,e,n)=>{var i=n(7358),r=Object.defineProperty;t.exports=function(t,e){try{r(i,t,{value:e,configurable:!0,writable:!0})}catch(n){i[t]=e}return e}},8810:(t,e,n)=>{"use strict";var i=n(8934),r=n(3577),o=n(6692),a=n(7961),s=n(419),l=n(5912),u=n(4945),c=n(6184),h=n(1061),d=n(1904),p=n(3460),f=n(854),g=n(2184),v=n(4848),y=a.PROPER,m=a.CONFIGURABLE,x=v.IteratorPrototype,_=v.BUGGY_SAFARI_ITERATORS,b=f("iterator"),w="keys",S="values",M="entries",I=function(){return this};t.exports=function(t,e,n,a,f,v,T){l(n,e,a);var C,A,k,D=function(t){if(t===f&&E)return E;if(!_&&t in O)return O[t];switch(t){case w:return function(){return new n(this,t)};case S:return function(){return new n(this,t)};case M:return function(){return new n(this,t)}}return function(){return new n(this)}},L=e+" Iterator",P=!1,O=t.prototype,R=O[b]||O["@@iterator"]||f&&O[f],E=!_&&R||D(f),N="Array"==e&&O.entries||R;if(N&&(C=u(N.call(new t)),C!==Object.prototype&&C.next&&(o||u(C)===x||(c?c(C,x):s(C[b])||p(C,b,I)),h(C,L,!0,!0),o&&(g[L]=I))),y&&f==S&&R&&R.name!==S&&(!o&&m?d(O,"name",S):(P=!0,E=function(){return r(R,this)})),f)if(A={values:D(S),keys:v?E:D(w),entries:D(M)},T)for(k in A)(_||P||!(k in O))&&p(O,k,A[k]);else i({target:e,proto:!0,forced:_||P},A);return o&&!T||O[b]===E||p(O,b,E,{name:f}),g[e]=E,A}},9631:(t,e,n)=>{var i=n(6400);t.exports=!i((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},5354:(t,e,n)=>{var i=n(7358),r=n(776),o=i.document,a=r(o)&&r(o.createElement);t.exports=function(t){return a?o.createElement(t):{}}},4296:t=>{t.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}},8753:(t,e,n)=>{var i=n(5354),r=i("span").classList,o=r&&r.constructor&&r.constructor.prototype;t.exports=o===Object.prototype?void 0:o},9173:(t,e,n)=>{var i=n(9694);t.exports=i("navigator","userAgent")||""},5068:(t,e,n)=>{var i,r,o=n(7358),a=n(9173),s=o.process,l=o.Deno,u=s&&s.versions||l&&l.version,c=u&&u.v8;c&&(i=c.split("."),r=i[0]>0&&i[0]<4?1:+(i[0]+i[1])),!r&&a&&(i=a.match(/Edge\/(\d+)/),(!i||i[1]>=74)&&(i=a.match(/Chrome\/(\d+)/),i&&(r=+i[1]))),t.exports=r},2875:t=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},6429:(t,e,n)=>{var i=n(6400),r=n(5442);t.exports=!i((function(){var t=Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",r(1,7)),7!==t.stack)}))},8934:(t,e,n)=>{var i=n(7358),r=n(2404).f,o=n(1904),a=n(3460),s=n(1615),l=n(8438),u=n(4389);t.exports=function(t,e){var n,c,h,d,p,f,g=t.target,v=t.global,y=t.stat;if(c=v?i:y?i[g]||s(g,{}):(i[g]||{}).prototype,c)for(h in e){if(p=e[h],t.dontCallGetSet?(f=r(c,h),d=f&&f.value):d=c[h],n=u(v?h:g+(y?".":"#")+h,t.forced),!n&&void 0!==d){if(typeof p==typeof d)continue;l(p,d)}(t.sham||d&&d.sham)&&o(p,"sham",!0),a(c,h,p,t)}}},6400:t=>{t.exports=function(t){try{return!!t()}catch(e){return!0}}},9529:(t,e,n)=>{"use strict";n(7280);var i=n(1890),r=n(3460),o=n(4348),a=n(6400),s=n(854),l=n(1904),u=s("species"),c=RegExp.prototype;t.exports=function(t,e,n,h){var d=s(t),p=!a((function(){var e={};return e[d]=function(){return 7},7!=""[t](e)})),f=p&&!a((function(){var e=!1,n=/a/;return"split"===t&&(n={},n.constructor={},n.constructor[u]=function(){return n},n.flags="",n[d]=/./[d]),n.exec=function(){return e=!0,null},n[d](""),!e}));if(!p||!f||n){var g=i(/./[d]),v=e(d,""[t],(function(t,e,n,r,a){var s=i(t),l=e.exec;return l===o||l===c.exec?p&&!a?{done:!0,value:g(e,n,r)}:{done:!0,value:s(n,e,r)}:{done:!1}}));r(String.prototype,t,v[0]),r(c,d,v[1])}h&&l(c[d],"sham",!0)}},4157:(t,e,n)=>{var i=n(8427),r=Function.prototype,o=r.apply,a=r.call;t.exports="object"==typeof Reflect&&Reflect.apply||(i?a.bind(o):function(){return a.apply(o,arguments)})},8427:(t,e,n)=>{var i=n(6400);t.exports=!i((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},3577:(t,e,n)=>{var i=n(8427),r=Function.prototype.call;t.exports=i?r.bind(r):function(){return r.apply(r,arguments)}},7961:(t,e,n)=>{var i=n(9631),r=n(7322),o=Function.prototype,a=i&&Object.getOwnPropertyDescriptor,s=r(o,"name"),l=s&&"something"===function(){}.name,u=s&&(!i||i&&a(o,"name").configurable);t.exports={EXISTS:s,PROPER:l,CONFIGURABLE:u}},1890:(t,e,n)=>{var i=n(8427),r=Function.prototype,o=r.bind,a=r.call,s=i&&o.bind(a,a);t.exports=i?function(t){return t&&s(t)}:function(t){return t&&function(){return a.apply(t,arguments)}}},9694:(t,e,n)=>{var i=n(7358),r=n(419),o=function(t){return r(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?o(i[t]):i[t]&&i[t][e]}},2344:(t,e,n)=>{var i=n(392);t.exports=function(t,e){var n=t[e];return null==n?void 0:i(n)}},8716:(t,e,n)=>{var i=n(1890),r=n(7475),o=Math.floor,a=i("".charAt),s=i("".replace),l=i("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,c=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,i,h,d){var p=n+t.length,f=i.length,g=c;return void 0!==h&&(h=r(h),g=u),s(d,g,(function(r,s){var u;switch(a(s,0)){case"$":return"$";case"&":return t;case"`":return l(e,0,n);case"'":return l(e,p);case"<":u=h[l(s,1,-1)];break;default:var c=+s;if(0===c)return r;if(c>f){var d=o(c/10);return 0===d?r:d<=f?void 0===i[d-1]?a(s,1):i[d-1]+a(s,1):r}u=i[c-1]}return void 0===u?"":u}))}},7358:(t,e,n)=>{var i=function(t){return t&&t.Math==Math&&t};t.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof n.g&&n.g)||function(){return this}()||Function("return this")()},7322:(t,e,n)=>{var i=n(1890),r=n(7475),o=i({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return o(r(t),e)}},600:t=>{t.exports={}},9970:(t,e,n)=>{var i=n(9694);t.exports=i("document","documentElement")},7021:(t,e,n)=>{var i=n(9631),r=n(6400),o=n(5354);t.exports=!i&&!r((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},2985:(t,e,n)=>{var i=n(1890),r=n(6400),o=n(5173),a=Object,s=i("".split);t.exports=r((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?s(t,""):a(t)}:a},9941:(t,e,n)=>{var i=n(419),r=n(776),o=n(6184);t.exports=function(t,e,n){var a,s;return o&&i(a=e.constructor)&&a!==n&&r(s=a.prototype)&&s!==n.prototype&&o(t,s),t}},3725:(t,e,n)=>{var i=n(1890),r=n(419),o=n(1089),a=i(Function.toString);r(o.inspectSource)||(o.inspectSource=function(t){return a(t)}),t.exports=o.inspectSource},5684:(t,e,n)=>{var i=n(776),r=n(1904);t.exports=function(t,e){i(e)&&"cause"in e&&r(t,"cause",e.cause)}},7624:(t,e,n)=>{var i,r,o,a=n(9262),s=n(7358),l=n(1890),u=n(776),c=n(1904),h=n(7322),d=n(1089),p=n(203),f=n(600),g="Object already initialized",v=s.TypeError,y=s.WeakMap,m=function(t){return o(t)?r(t):i(t,{})},x=function(t){return function(e){var n;if(!u(e)||(n=r(e)).type!==t)throw v("Incompatible receiver, "+t+" required");return n}};if(a||d.state){var _=d.state||(d.state=new y),b=l(_.get),w=l(_.has),S=l(_.set);i=function(t,e){if(w(_,t))throw new v(g);return e.facade=t,S(_,t,e),e},r=function(t){return b(_,t)||{}},o=function(t){return w(_,t)}}else{var M=p("state");f[M]=!0,i=function(t,e){if(h(t,M))throw new v(g);return e.facade=t,c(t,M,e),e},r=function(t){return h(t,M)?t[M]:{}},o=function(t){return h(t,M)}}t.exports={set:i,get:r,has:o,enforce:m,getterFor:x}},419:t=>{t.exports=function(t){return"function"==typeof t}},4389:(t,e,n)=>{var i=n(6400),r=n(419),o=/#|\.prototype\./,a=function(t,e){var n=l[s(t)];return n==c||n!=u&&(r(e)?i(e):!!e)},s=a.normalize=function(t){return String(t).replace(o,".").toLowerCase()},l=a.data={},u=a.NATIVE="N",c=a.POLYFILL="P";t.exports=a},776:(t,e,n)=>{var i=n(419);t.exports=function(t){return"object"==typeof t?null!==t:i(t)}},6692:t=>{t.exports=!1},410:(t,e,n)=>{var i=n(9694),r=n(419),o=n(7673),a=n(8476),s=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=i("Symbol");return r(e)&&o(e.prototype,s(t))}},4848:(t,e,n)=>{"use strict";var i,r,o,a=n(6400),s=n(419),l=n(1074),u=n(4945),c=n(3460),h=n(854),d=n(6692),p=h("iterator"),f=!1;[].keys&&(o=[].keys(),"next"in o?(r=u(u(o)),r!==Object.prototype&&(i=r)):f=!0);var g=void 0==i||a((function(){var t={};return i[p].call(t)!==t}));g?i={}:d&&(i=l(i)),s(i[p])||c(i,p,(function(){return this})),t.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:f}},2184:t=>{t.exports={}},6042:(t,e,n)=>{var i=n(4068);t.exports=function(t){return i(t.length)}},9843:(t,e,n)=>{var i=n(6400),r=n(419),o=n(7322),a=n(9631),s=n(7961).CONFIGURABLE,l=n(3725),u=n(7624),c=u.enforce,h=u.get,d=Object.defineProperty,p=a&&!i((function(){return 8!==d((function(){}),"length",{value:8}).length})),f=String(String).split("String"),g=t.exports=function(t,e,n){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!o(t,"name")||s&&t.name!==e)&&(a?d(t,"name",{value:e,configurable:!0}):t.name=e),p&&n&&o(n,"arity")&&t.length!==n.arity&&d(t,"length",{value:n.arity});try{n&&o(n,"constructor")&&n.constructor?a&&d(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(r){}var i=c(t);return o(i,"source")||(i.source=f.join("string"==typeof e?e:"")),t};Function.prototype.toString=g((function(){return r(this)&&h(this).source||l(this)}),"toString")},1243:t=>{var e=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var i=+t;return(i>0?n:e)(i)}},7529:(t,e,n)=>{var i=n(5068),r=n(6400);t.exports=!!Object.getOwnPropertySymbols&&!r((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&i&&i<41}))},9262:(t,e,n)=>{var i=n(7358),r=n(419),o=n(3725),a=i.WeakMap;t.exports=r(a)&&/native code/.test(o(a))},7598:(t,e,n)=>{var i=n(4481);t.exports=function(t,e){return void 0===t?arguments.length<2?"":e:i(t)}},1074:(t,e,n)=>{var i,r=n(7950),o=n(3605),a=n(2875),s=n(600),l=n(9970),u=n(5354),c=n(203),h=">",d="<",p="prototype",f="script",g=c("IE_PROTO"),v=function(){},y=function(t){return d+f+h+t+d+"/"+f+h},m=function(t){t.write(y("")),t.close();var e=t.parentWindow.Object;return t=null,e},x=function(){var t,e=u("iframe"),n="java"+f+":";return e.style.display="none",l.appendChild(e),e.src=String(n),t=e.contentWindow.document,t.open(),t.write(y("document.F=Object")),t.close(),t.F},_=function(){try{i=new ActiveXObject("htmlfile")}catch(e){}_="undefined"!=typeof document?document.domain&&i?m(i):x():m(i);var t=a.length;while(t--)delete _[p][a[t]];return _()};s[g]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(v[p]=r(t),n=new v,v[p]=null,n[g]=t):n=_(),void 0===e?n:o.f(n,e)}},3605:(t,e,n)=>{var i=n(9631),r=n(5953),o=n(928),a=n(7950),s=n(7120),l=n(9158);e.f=i&&!r?Object.defineProperties:function(t,e){a(t);var n,i=s(e),r=l(e),u=r.length,c=0;while(u>c)o.f(t,n=r[c++],i[n]);return t}},928:(t,e,n)=>{var i=n(9631),r=n(7021),o=n(5953),a=n(7950),s=n(8618),l=TypeError,u=Object.defineProperty,c=Object.getOwnPropertyDescriptor,h="enumerable",d="configurable",p="writable";e.f=i?o?function(t,e,n){if(a(t),e=s(e),a(n),"function"===typeof t&&"prototype"===e&&"value"in n&&p in n&&!n[p]){var i=c(t,e);i&&i[p]&&(t[e]=n.value,n={configurable:d in n?n[d]:i[d],enumerable:h in n?n[h]:i[h],writable:!1})}return u(t,e,n)}:u:function(t,e,n){if(a(t),e=s(e),a(n),r)try{return u(t,e,n)}catch(i){}if("get"in n||"set"in n)throw l("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},2404:(t,e,n)=>{var i=n(9631),r=n(3577),o=n(5604),a=n(5442),s=n(7120),l=n(8618),u=n(7322),c=n(7021),h=Object.getOwnPropertyDescriptor;e.f=i?h:function(t,e){if(t=s(t),e=l(e),c)try{return h(t,e)}catch(n){}if(u(t,e))return a(!r(o.f,t,e),t[e])}},1454:(t,e,n)=>{var i=n(1587),r=n(2875),o=r.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,o)}},4199:(t,e)=>{e.f=Object.getOwnPropertySymbols},4945:(t,e,n)=>{var i=n(7322),r=n(419),o=n(7475),a=n(203),s=n(123),l=a("IE_PROTO"),u=Object,c=u.prototype;t.exports=s?u.getPrototypeOf:function(t){var e=o(t);if(i(e,l))return e[l];var n=e.constructor;return r(n)&&e instanceof n?n.prototype:e instanceof u?c:null}},7673:(t,e,n)=>{var i=n(1890);t.exports=i({}.isPrototypeOf)},1587:(t,e,n)=>{var i=n(1890),r=n(7322),o=n(7120),a=n(6963).indexOf,s=n(600),l=i([].push);t.exports=function(t,e){var n,i=o(t),u=0,c=[];for(n in i)!r(s,n)&&r(i,n)&&l(c,n);while(e.length>u)r(i,n=e[u++])&&(~a(c,n)||l(c,n));return c}},9158:(t,e,n)=>{var i=n(1587),r=n(2875);t.exports=Object.keys||function(t){return i(t,r)}},5604:(t,e)=>{"use strict";var n={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,r=i&&!n.call({1:2},1);e.f=r?function(t){var e=i(this,t);return!!e&&e.enumerable}:n},6184:(t,e,n)=>{var i=n(1890),r=n(7950),o=n(8248);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=i(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set),t(n,[]),e=n instanceof Array}catch(a){}return function(n,i){return r(n),o(i),e?t(n,i):n.__proto__=i,n}}():void 0)},9308:(t,e,n)=>{var i=n(3577),r=n(419),o=n(776),a=TypeError;t.exports=function(t,e){var n,s;if("string"===e&&r(n=t.toString)&&!o(s=i(n,t)))return s;if(r(n=t.valueOf)&&!o(s=i(n,t)))return s;if("string"!==e&&r(n=t.toString)&&!o(s=i(n,t)))return s;throw a("Can't convert object to primitive value")}},7764:(t,e,n)=>{var i=n(9694),r=n(1890),o=n(1454),a=n(4199),s=n(7950),l=r([].concat);t.exports=i("Reflect","ownKeys")||function(t){var e=o.f(s(t)),n=a.f;return n?l(e,n(t)):e}},4836:(t,e,n)=>{var i=n(928).f;t.exports=function(t,e,n){n in t||i(t,n,{configurable:!0,get:function(){return e[n]},set:function(t){e[n]=t}})}},9395:(t,e,n)=>{var i=n(3577),r=n(7950),o=n(419),a=n(5173),s=n(4348),l=TypeError;t.exports=function(t,e){var n=t.exec;if(o(n)){var u=i(n,t,e);return null!==u&&r(u),u}if("RegExp"===a(t))return i(s,t,e);throw l("RegExp#exec called on incompatible receiver")}},4348:(t,e,n)=>{"use strict";var i=n(3577),r=n(1890),o=n(4481),a=n(136),s=n(2351),l=n(1586),u=n(1074),c=n(7624).get,h=n(5337),d=n(1442),p=l("native-string-replace",String.prototype.replace),f=RegExp.prototype.exec,g=f,v=r("".charAt),y=r("".indexOf),m=r("".replace),x=r("".slice),_=function(){var t=/a/,e=/b*/g;return i(f,t,"a"),i(f,e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),b=s.BROKEN_CARET,w=void 0!==/()??/.exec("")[1],S=_||w||b||h||d;S&&(g=function(t){var e,n,r,s,l,h,d,S=this,M=c(S),I=o(t),T=M.raw;if(T)return T.lastIndex=S.lastIndex,e=i(g,T,I),S.lastIndex=T.lastIndex,e;var C=M.groups,A=b&&S.sticky,k=i(a,S),D=S.source,L=0,P=I;if(A&&(k=m(k,"y",""),-1===y(k,"g")&&(k+="g"),P=x(I,S.lastIndex),S.lastIndex>0&&(!S.multiline||S.multiline&&"\n"!==v(I,S.lastIndex-1))&&(D="(?: "+D+")",P=" "+P,L++),n=new RegExp("^(?:"+D+")",k)),w&&(n=new RegExp("^"+D+"$(?!\\s)",k)),_&&(r=S.lastIndex),s=i(f,A?n:S,P),A?s?(s.input=x(s.input,L),s[0]=x(s[0],L),s.index=S.lastIndex,S.lastIndex+=s[0].length):S.lastIndex=0:_&&s&&(S.lastIndex=S.global?s.index+s[0].length:r),w&&s&&s.length>1&&i(p,s[0],n,(function(){for(l=1;l{"use strict";var i=n(7950);t.exports=function(){var t=i(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},2351:(t,e,n)=>{var i=n(6400),r=n(7358),o=r.RegExp,a=i((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),s=a||i((function(){return!o("a","y").sticky})),l=a||i((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}));t.exports={BROKEN_CARET:l,MISSED_STICKY:s,UNSUPPORTED_Y:a}},5337:(t,e,n)=>{var i=n(6400),r=n(7358),o=r.RegExp;t.exports=i((function(){var t=o(".","s");return!(t.dotAll&&t.exec("\n")&&"s"===t.flags)}))},1442:(t,e,n)=>{var i=n(6400),r=n(7358),o=r.RegExp;t.exports=i((function(){var t=o("(?b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$c")}))},7933:t=>{var e=TypeError;t.exports=function(t){if(void 0==t)throw e("Can't call method on "+t);return t}},1061:(t,e,n)=>{var i=n(928).f,r=n(7322),o=n(854),a=o("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!r(t,a)&&i(t,a,{configurable:!0,value:e})}},203:(t,e,n)=>{var i=n(1586),r=n(6862),o=i("keys");t.exports=function(t){return o[t]||(o[t]=r(t))}},1089:(t,e,n)=>{var i=n(7358),r=n(1615),o="__core-js_shared__",a=i[o]||r(o,{});t.exports=a},1586:(t,e,n)=>{var i=n(6692),r=n(1089);(t.exports=function(t,e){return r[t]||(r[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.24.1",mode:i?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE",source:"https://github.com/zloirock/core-js"})},1021:(t,e,n)=>{var i=n(1890),r=n(1860),o=n(4481),a=n(7933),s=i("".charAt),l=i("".charCodeAt),u=i("".slice),c=function(t){return function(e,n){var i,c,h=o(a(e)),d=r(n),p=h.length;return d<0||d>=p?t?"":void 0:(i=l(h,d),i<55296||i>56319||d+1===p||(c=l(h,d+1))<56320||c>57343?t?s(h,d):i:t?u(h,d,d+2):c-56320+(i-55296<<10)+65536)}};t.exports={codeAt:c(!1),charAt:c(!0)}},1801:(t,e,n)=>{var i=n(1860),r=Math.max,o=Math.min;t.exports=function(t,e){var n=i(t);return n<0?r(n+e,0):o(n,e)}},7120:(t,e,n)=>{var i=n(2985),r=n(7933);t.exports=function(t){return i(r(t))}},1860:(t,e,n)=>{var i=n(1243);t.exports=function(t){var e=+t;return e!==e||0===e?0:i(e)}},4068:(t,e,n)=>{var i=n(1860),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},7475:(t,e,n)=>{var i=n(7933),r=Object;t.exports=function(t){return r(i(t))}},2181:(t,e,n)=>{var i=n(3577),r=n(776),o=n(410),a=n(2344),s=n(9308),l=n(854),u=TypeError,c=l("toPrimitive");t.exports=function(t,e){if(!r(t)||o(t))return t;var n,l=a(t,c);if(l){if(void 0===e&&(e="default"),n=i(l,t,e),!r(n)||o(n))return n;throw u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},8618:(t,e,n)=>{var i=n(2181),r=n(410);t.exports=function(t){var e=i(t,"string");return r(e)?e:e+""}},5705:(t,e,n)=>{var i=n(854),r=i("toStringTag"),o={};o[r]="z",t.exports="[object z]"===String(o)},4481:(t,e,n)=>{var i=n(5976),r=String;t.exports=function(t){if("Symbol"===i(t))throw TypeError("Cannot convert a Symbol value to a string");return r(t)}},3353:t=>{var e=String;t.exports=function(t){try{return e(t)}catch(n){return"Object"}}},6862:(t,e,n)=>{var i=n(1890),r=0,o=Math.random(),a=i(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++r+o,36)}},8476:(t,e,n)=>{var i=n(7529);t.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},5953:(t,e,n)=>{var i=n(9631),r=n(6400);t.exports=i&&r((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},854:(t,e,n)=>{var i=n(7358),r=n(1586),o=n(7322),a=n(6862),s=n(7529),l=n(8476),u=r("wks"),c=i.Symbol,h=c&&c["for"],d=l?c:c&&c.withoutSetter||a;t.exports=function(t){if(!o(u,t)||!s&&"string"!=typeof u[t]){var e="Symbol."+t;s&&o(c,t)?u[t]=c[t]:u[t]=l&&h?h(e):d(e)}return u[t]}},7971:(t,e,n)=>{"use strict";var i=n(9694),r=n(7322),o=n(1904),a=n(7673),s=n(6184),l=n(8438),u=n(4836),c=n(9941),h=n(7598),d=n(5684),p=n(767),f=n(6429),g=n(9631),v=n(6692);t.exports=function(t,e,n,y){var m="stackTraceLimit",x=y?2:1,_=t.split("."),b=_[_.length-1],w=i.apply(null,_);if(w){var S=w.prototype;if(!v&&r(S,"cause")&&delete S.cause,!n)return w;var M=i("Error"),I=e((function(t,e){var n=h(y?e:t,void 0),i=y?new w(t):new w;return void 0!==n&&o(i,"message",n),f&&o(i,"stack",p(i.stack,2)),this&&a(S,this)&&c(i,this,I),arguments.length>x&&d(i,arguments[x]),i}));if(I.prototype=S,"Error"!==b?s?s(I,M):l(I,M,{name:!0}):g&&m in w&&(u(I,w,m),u(I,w,"prepareStackTrace")),l(I,w),!v)try{S.name!==b&&o(S,"name",b),S.constructor=I}catch(T){}return I}}},3610:(t,e,n)=>{"use strict";var i=n(8934),r=n(6963).includes,o=n(6400),a=n(2852),s=o((function(){return!Array(1).includes()}));i({target:"Array",proto:!0,forced:s},{includes:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}}),a("includes")},6843:(t,e,n)=>{"use strict";var i=n(7120),r=n(2852),o=n(2184),a=n(7624),s=n(928).f,l=n(8810),u=n(6692),c=n(9631),h="Array Iterator",d=a.set,p=a.getterFor(h);t.exports=l(Array,"Array",(function(t,e){d(this,{type:h,target:i(t),index:0,kind:e})}),(function(){var t=p(this),e=t.target,n=t.kind,i=t.index++;return!e||i>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:i,done:!1}:"values"==n?{value:e[i],done:!1}:{value:[i,e[i]],done:!1}}),"values");var f=o.Arguments=o.Array;if(r("keys"),r("values"),r("entries"),!u&&c&&"values"!==f.name)try{s(f,"name",{value:"values"})}catch(g){}},6701:(t,e,n)=>{var i=n(8934),r=n(7358),o=n(4157),a=n(7971),s="WebAssembly",l=r[s],u=7!==Error("e",{cause:7}).cause,c=function(t,e){var n={};n[t]=a(t,e,u),i({global:!0,constructor:!0,arity:1,forced:u},n)},h=function(t,e){if(l&&l[t]){var n={};n[t]=a(s+"."+t,e,u),i({target:s,stat:!0,constructor:!0,arity:1,forced:u},n)}};c("Error",(function(t){return function(e){return o(t,this,arguments)}})),c("EvalError",(function(t){return function(e){return o(t,this,arguments)}})),c("RangeError",(function(t){return function(e){return o(t,this,arguments)}})),c("ReferenceError",(function(t){return function(e){return o(t,this,arguments)}})),c("SyntaxError",(function(t){return function(e){return o(t,this,arguments)}})),c("TypeError",(function(t){return function(e){return o(t,this,arguments)}})),c("URIError",(function(t){return function(e){return o(t,this,arguments)}})),h("CompileError",(function(t){return function(e){return o(t,this,arguments)}})),h("LinkError",(function(t){return function(e){return o(t,this,arguments)}})),h("RuntimeError",(function(t){return function(e){return o(t,this,arguments)}}))},7280:(t,e,n)=>{"use strict";var i=n(8934),r=n(4348);i({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},4406:(t,e,n)=>{var i=n(7358),r=n(9631),o=n(9468),a=n(136),s=n(6400),l=i.RegExp,u=l.prototype,c=r&&s((function(){var t=!0;try{l(".","d")}catch(c){t=!1}var e={},n="",i=t?"dgimsy":"gimsy",r=function(t,i){Object.defineProperty(e,t,{get:function(){return n+=i,!0}})},o={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var a in t&&(o.hasIndices="d"),o)r(a,o[a]);var s=Object.getOwnPropertyDescriptor(u,"flags").get.call(e);return s!==i||n!==i}));c&&o(u,"flags",{configurable:!0,get:a})},5363:(t,e,n)=>{"use strict";var i=n(4157),r=n(3577),o=n(1890),a=n(9529),s=n(6400),l=n(7950),u=n(419),c=n(1860),h=n(4068),d=n(4481),p=n(7933),f=n(6412),g=n(2344),v=n(8716),y=n(9395),m=n(854),x=m("replace"),_=Math.max,b=Math.min,w=o([].concat),S=o([].push),M=o("".indexOf),I=o("".slice),T=function(t){return void 0===t?t:String(t)},C=function(){return"$0"==="a".replace(/./,"$0")}(),A=function(){return!!/./[x]&&""===/./[x]("a","$0")}(),k=!s((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")}));a("replace",(function(t,e,n){var o=A?"$":"$0";return[function(t,n){var i=p(this),o=void 0==t?void 0:g(t,x);return o?r(o,t,i,n):r(e,d(i),t,n)},function(t,r){var a=l(this),s=d(t);if("string"==typeof r&&-1===M(r,o)&&-1===M(r,"$<")){var p=n(e,a,s,r);if(p.done)return p.value}var g=u(r);g||(r=d(r));var m=a.global;if(m){var x=a.unicode;a.lastIndex=0}var C=[];while(1){var A=y(a,s);if(null===A)break;if(S(C,A),!m)break;var k=d(A[0]);""===k&&(a.lastIndex=f(s,h(a.lastIndex),x))}for(var D="",L=0,P=0;P=L&&(D+=I(s,L,R)+V,L=R+O.length)}return D+I(s,L)}]}),!k||!C||A)},71:(t,e,n)=>{var i=n(7358),r=n(4296),o=n(8753),a=n(6843),s=n(1904),l=n(854),u=l("iterator"),c=l("toStringTag"),h=a.values,d=function(t,e){if(t){if(t[u]!==h)try{s(t,u,h)}catch(i){t[u]=h}if(t[c]||s(t,c,e),r[e])for(var n in a)if(t[n]!==a[n])try{s(t,n,a[n])}catch(i){t[n]=a[n]}}};for(var p in r)d(i[p]&&i[p].prototype,p);d(o,"DOMTokenList")},2256:(t,e,n)=>{"use strict";n.d(e,{S1:()=>Cw});var i={};n.r(i),n.d(i,{Arc:()=>Jy,BezierCurve:()=>Xy,BoundingRect:()=>oo,Circle:()=>ly,CompoundPath:()=>tm,Ellipse:()=>hy,Group:()=>Lo,Image:()=>iu,IncrementalDisplayable:()=>gm,Line:()=>qy,LinearGradient:()=>rm,OrientedBoundingRect:()=>dm,Path:()=>Xl,Point:()=>Xr,Polygon:()=>zy,Polyline:()=>Fy,RadialGradient:()=>am,Rect:()=>du,Ring:()=>Py,Sector:()=>ky,Text:()=>Du,applyTransform:()=>Om,clipPointsByRect:()=>Bm,clipRectByRect:()=>Vm,createIcon:()=>Fm,extendPath:()=>bm,extendShape:()=>xm,getShapeClass:()=>Sm,getTransform:()=>Pm,groupTransition:()=>zm,initProps:()=>Kc,isElementRemoved:()=>Jc,lineLineIntersect:()=>Gm,linePolygonIntersect:()=>Hm,makeImage:()=>Im,makePath:()=>Mm,mergePath:()=>Cm,registerShape:()=>wm,removeElement:()=>Qc,removeElementWithFadeOut:()=>eh,resizePath:()=>Am,setTooltipConfig:()=>Um,subPixelOptimize:()=>Lm,subPixelOptimizeLine:()=>km,subPixelOptimizeRect:()=>Dm,transformDirection:()=>Rm,traverseElements:()=>Zm,updateProps:()=>$c}); +/*! ***************************************************************************** +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 r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},r(t,e)};function o(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}Object.create;Object.create;var a=function(){function t(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1}return t}(),s=function(){function t(){this.browser=new a,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow="undefined"!==typeof window}return t}(),l=new s;function u(t,e){var n=e.browser,i=t.match(/Firefox\/([\d.]+)/),r=t.match(/MSIE\s([\d.]+)/)||t.match(/Trident\/.+?rv:(([\d.]+))/),o=t.match(/Edge?\/([\d.]+)/),a=/micromessenger/i.test(t);i&&(n.firefox=!0,n.version=i[1]),r&&(n.ie=!0,n.version=r[1]),o&&(n.edge=!0,n.version=o[1],n.newEdge=+o[1].split(".")[0]>18),a&&(n.weChat=!0),e.svgSupported="undefined"!==typeof SVGRect,e.touchEventsSupported="ontouchstart"in window&&!n.ie&&!n.edge,e.pointerEventsSupported="onpointerdown"in window&&(n.edge||n.ie&&+n.version>=11),e.domSupported="undefined"!==typeof document;var s=document.documentElement.style;e.transform3dSupported=(n.ie&&"transition"in s||n.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in s)&&!("OTransition"in s),e.transformSupported=e.transform3dSupported||n.ie&&+n.version>=9}"object"===typeof wx&&"function"===typeof wx.getSystemInfoSync?(l.wxa=!0,l.touchEventsSupported=!0):"undefined"===typeof document&&"undefined"!==typeof self?l.worker=!0:"undefined"===typeof navigator?(l.node=!0,l.svgSupported=!0):u(navigator.userAgent,l);const c=l;var h=12,d="sans-serif",p=h+"px "+d,f=20,g=100,v="007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N";function y(t){var e={};if("undefined"===typeof JSON)return e;for(var n=0;n=0)s=a*n.length;else for(var l=0;l>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",i[l]+":0",r[u]+":0",i[1-l]+":auto",r[1-u]+":auto",""].join("!important;"),t.appendChild(a),n.push(a)}return n}function ue(t,e,n){for(var i=n?"invTrans":"trans",r=e[i],o=e.srcCoords,a=[],s=[],l=!0,u=0;u<4;u++){var c=t[u].getBoundingClientRect(),h=2*u,d=c.left,p=c.top;a.push(d,p),l=l&&o&&d===o[h]&&p===o[h+1],s.push(t[u].offsetLeft,t[u].offsetTop)}return l&&r?r:(e.srcCoords=a,e[i]=n?ie(s,a):ie(a,s))}function ce(t){return"CANVAS"===t.nodeName.toUpperCase()}var he=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,de=[],pe=c.browser.firefox&&+c.browser.version.split(".")[0]<39;function fe(t,e,n,i){return n=n||{},i?ge(t,e,n):pe&&null!=e.layerX&&e.layerX!==e.offsetX?(n.zrX=e.layerX,n.zrY=e.layerY):null!=e.offsetX?(n.zrX=e.offsetX,n.zrY=e.offsetY):ge(t,e,n),n}function ge(t,e,n){if(c.domSupported&&t.getBoundingClientRect){var i=e.clientX,r=e.clientY;if(ce(t)){var o=t.getBoundingClientRect();return n.zrX=i-o.left,void(n.zrY=r-o.top)}if(se(de,t,i,r))return n.zrX=de[0],void(n.zrY=de[1])}n.zrX=n.zrY=0}function ve(t){return t||window.event}function ye(t,e,n){if(e=ve(e),null!=e.zrX)return e;var i=e.type,r=i&&i.indexOf("touch")>=0;if(r){var o="touchend"!==i?e.targetTouches[0]:e.changedTouches[0];o&&fe(t,o,e,n)}else{fe(t,e,e,n);var a=me(e);e.zrDelta=a?a/120:-(e.detail||0)/3}var s=e.button;return null==e.which&&void 0!==s&&he.test(e.type)&&(e.which=1&s?1:2&s?3:4&s?2:0),e}function me(t){var e=t.wheelDelta;if(e)return e;var n=t.deltaX,i=t.deltaY;if(null==n||null==i)return e;var r=0!==i?Math.abs(i):Math.abs(n),o=i>0?-1:i<0?1:n>0?-1:1;return 3*r*o}function xe(t,e,n,i){t.addEventListener(e,n,i)}function _e(t,e,n,i){t.removeEventListener(e,n,i)}var be=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function we(t){return 2===t.which||3===t.which}var Se=function(){function t(){this._track=[]}return t.prototype.recognize=function(t,e,n){return this._doTrack(t,e,n),this._recognize(t)},t.prototype.clear=function(){return this._track.length=0,this},t.prototype._doTrack=function(t,e,n){var i=t.touches;if(i){for(var r={points:[],touches:[],target:e,event:t},o=0,a=i.length;o1&&i&&i.length>1){var o=Me(i)/Me(r);!isFinite(o)&&(o=1),e.pinchScale=o;var a=Ie(i);return e.pinchX=a[0],e.pinchY=a[1],{type:"pinch",target:t[0].target,event:e}}}}},Ce="silent";function Ae(t,e,n){return{type:t,event:n,target:e.target,topTarget:e.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:ke}}function ke(){be(this.event)}var De=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handler=null,e}return Dt(e,t),e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(te),Le=function(){function t(t,e){this.x=t,this.y=e}return t}(),Pe=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],Oe=function(t){function e(e,n,i,r){var o=t.call(this)||this;return o._hovered=new Le(0,0),o.storage=e,o.painter=n,o.painterRoot=r,i=i||new De,o.proxy=null,o.setHandlerProxy(i),o._draggingMgr=new Jt(o),o}return Dt(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(W(Pe,(function(e){t.on&&t.on(e,this[e],this)}),this),t.handler=this),this.proxy=t},e.prototype.mousemove=function(t){var e=t.zrX,n=t.zrY,i=Ee(this,e,n),r=this._hovered,o=r.target;o&&!o.__zr&&(r=this.findHover(r.x,r.y),o=r.target);var a=this._hovered=i?new Le(e,n):this.findHover(e,n),s=a.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),o&&s!==o&&this.dispatchToElement(r,"mouseout",t),this.dispatchToElement(a,"mousemove",t),s&&s!==o&&this.dispatchToElement(a,"mouseover",t)},e.prototype.mouseout=function(t){var e=t.zrEventControl;"only_globalout"!==e&&this.dispatchToElement(this._hovered,"mouseout",t),"no_globalout"!==e&&this.trigger("globalout",{type:"globalout",event:t})},e.prototype.resize=function(){this._hovered=new Le(0,0)},e.prototype.dispatch=function(t,e){var n=this[t];n&&n.call(this,e)},e.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},e.prototype.setCursorStyle=function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},e.prototype.dispatchToElement=function(t,e,n){t=t||{};var i=t.target;if(!i||!i.silent){var r="on"+e,o=Ae(e,t,n);while(i)if(i[r]&&(o.cancelBubble=!!i[r].call(i,o)),i.trigger(e,o),i=i.__hostTarget?i.__hostTarget:i.parent,o.cancelBubble)break;o.cancelBubble||(this.trigger(e,o),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer((function(t){"function"===typeof t[r]&&t[r].call(t,o),t.trigger&&t.trigger(e,o)})))}},e.prototype.findHover=function(t,e,n){for(var i=this.storage.getDisplayList(),r=new Le(t,e),o=i.length-1;o>=0;o--){var a=void 0;if(i[o]!==n&&!i[o].ignore&&(a=Re(i[o],t,e))&&(!r.topTarget&&(r.topTarget=i[o]),a!==Ce)){r.target=i[o];break}}return r},e.prototype.processGesture=function(t,e){this._gestureMgr||(this._gestureMgr=new Se);var n=this._gestureMgr;"start"===e&&n.clear();var i=n.recognize(t,this.findHover(t.zrX,t.zrY,null).target,this.proxy.dom);if("end"===e&&n.clear(),i){var r=i.type;t.gestureEvent=r;var o=new Le;o.target=i.target,this.dispatchToElement(o,r,i.event)}},e}(te);function Re(t,e,n){if(t[t.rectHover?"rectContain":"contain"](e,n)){var i=t,r=void 0,o=!1;while(i){if(i.ignoreClip&&(o=!0),!o){var a=i.getClipPath();if(a&&!a.contain(e,n))return!1;i.silent&&(r=!0)}var s=i.__hostTarget;i=s||i.parent}return!r||Ce}return!1}function Ee(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}W(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(t){Oe.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,a=Ee(this,r,o);if("mouseup"===t&&a||(n=this.findHover(r,o),i=n.target),"mousedown"===t)this._downEl=i,this._downPoint=[e.zrX,e.zrY],this._upEl=i;else if("mouseup"===t)this._upEl=i;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||Wt(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}}));const Ne=Oe;var ze=32,Be=7;function Ve(t){var e=0;while(t>=ze)e|=1&t,t>>=1;return t+e}function Fe(t,e,n,i){var r=e+1;if(r===n)return 1;if(i(t[r++],t[e])<0){while(r=0)r++;return r-e}function He(t,e,n){n--;while(e>>1,r(a,t[o])<0?l=o:s=o+1;var u=i-s;switch(u){case 3:t[s+3]=t[s+2];case 2:t[s+2]=t[s+1];case 1:t[s+1]=t[s];break;default:while(u>0)t[s+u]=t[s+u-1],u--}t[s]=a}}function We(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])>0){s=i-r;while(l0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}else{s=r+1;while(ls&&(l=s);var u=a;a=r-l,l=r-u}a++;while(a>>1);o(t,e[n+c])>0?a=c+1:l=c}return l}function qe(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])<0){s=r+1;while(ls&&(l=s);var u=a;a=r-l,l=r-u}else{s=i-r;while(l=0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}a++;while(a>>1);o(t,e[n+c])<0?l=c:a=c+1}return l}function Ue(t,e){var n,i,r=Be,o=0,a=0;o=t.length;var s=[];function l(t,e){n[a]=t,i[a]=e,a+=1}function u(){while(a>1){var t=a-2;if(t>=1&&i[t-1]<=i[t]+i[t+1]||t>=2&&i[t-2]<=i[t]+i[t-1])i[t-1]i[t+1])break;h(t)}}function c(){while(a>1){var t=a-2;t>0&&i[t-1]=Be||p>=Be);if(f)break;g<0&&(g=0),g+=2}if(r=g,r<1&&(r=1),1===i){for(l=0;l=0;l--)t[p+l]=t[d+l];if(0===i){y=!0;break}}if(t[h--]=s[c--],1===--a){y=!0;break}if(v=a-We(t[u],s,0,a,a-1,e),0!==v){for(h-=v,c-=v,a-=v,p=h+1,d=c+1,l=0;l=Be||v>=Be);if(y)break;f<0&&(f=0),f+=2}if(r=f,r<1&&(r=1),1===a){for(h-=i,u-=i,p=h+1,d=u+1,l=i-1;l>=0;l--)t[p+l]=t[d+l];t[h]=s[c]}else{if(0===a)throw new Error;for(d=h-(a-1),l=0;l=0;l--)t[p+l]=t[d+l];t[h]=s[c]}else for(d=h-(a-1),l=0;ls&&(l=s),Ge(t,n,n+l,n+o,e),o=l}a.pushRun(n,o),a.mergeRuns(),r-=o,n+=o}while(0!==r);a.forceMergeRuns()}}var Ze=1,Ye=2,Xe=4,$e=!1;function Ke(){$e||($e=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function Je(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var Qe=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=Je}return t.prototype.traverse=function(t,e){for(var n=0;n0&&(u.__clipPaths=[]),isNaN(u.z)&&(Ke(),u.z=0),isNaN(u.z2)&&(Ke(),u.z2=0),isNaN(u.zlevel)&&(Ke(),u.zlevel=0),this._displayList[this._displayListLen++]=u}var c=t.getDecalElement&&t.getDecalElement();c&&this._updateAndAddDisplayable(c,e,n);var h=t.getTextGuideLine();h&&this._updateAndAddDisplayable(h,e,n);var d=t.getTextContent();d&&this._updateAndAddDisplayable(d,e,n)}},t.prototype.addRoot=function(t){t.__zr&&t.__zr.storage===this||this._roots.push(t)},t.prototype.delRoot=function(t){if(t instanceof Array)for(var e=0,n=t.length;e=0&&this._roots.splice(i,1)}},t.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},t.prototype.getRoots=function(){return this._roots},t.prototype.dispose=function(){this._displayList=null,this._roots=null},t}();const tn=Qe;var en;en=c.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)};const nn=en;var rn={linear:function(t){return t},quadraticIn:function(t){return t*t},quadraticOut:function(t){return t*(2-t)},quadraticInOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)},cubicIn:function(t){return t*t*t},cubicOut:function(t){return--t*t*t+1},cubicInOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},quarticIn:function(t){return t*t*t*t},quarticOut:function(t){return 1- --t*t*t*t},quarticInOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},quinticIn:function(t){return t*t*t*t*t},quinticOut:function(t){return--t*t*t*t*t+1},quinticInOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},sinusoidalIn:function(t){return 1-Math.cos(t*Math.PI/2)},sinusoidalOut:function(t){return Math.sin(t*Math.PI/2)},sinusoidalInOut:function(t){return.5*(1-Math.cos(Math.PI*t))},exponentialIn:function(t){return 0===t?0:Math.pow(1024,t-1)},exponentialOut:function(t){return 1===t?1:1-Math.pow(2,-10*t)},exponentialInOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))},circularIn:function(t){return 1-Math.sqrt(1-t*t)},circularOut:function(t){return Math.sqrt(1- --t*t)},circularInOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},elasticIn:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=i/4):e=i*Math.asin(1/n)/(2*Math.PI),-n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i))},elasticOut:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=i/4):e=i*Math.asin(1/n)/(2*Math.PI),n*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/i)+1)},elasticInOut:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=i/4):e=i*Math.asin(1/n)/(2*Math.PI),(t*=2)<1?n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*-.5:n*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*.5+1)},backIn:function(t){var e=1.70158;return t*t*((e+1)*t-e)},backOut:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},backInOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)},bounceIn:function(t){return 1-rn.bounceOut(1-t)},bounceOut:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},bounceInOut:function(t){return t<.5?.5*rn.bounceIn(2*t):.5*rn.bounceOut(2*t-1)+.5}};const on=rn;var an=Math.pow,sn=Math.sqrt,ln=1e-8,un=1e-4,cn=sn(3),hn=1/3,dn=Lt(),pn=Lt(),fn=Lt();function gn(t){return t>-ln&&tln||t<-ln}function yn(t,e,n,i,r){var o=1-r;return o*o*(o*t+3*r*e)+r*r*(r*i+3*o*n)}function mn(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function xn(t,e,n,i,r,o){var a=i+3*(e-n)-t,s=3*(n-2*e+t),l=3*(e-t),u=t-r,c=s*s-3*a*l,h=s*l-9*a*u,d=l*l-3*s*u,p=0;if(gn(c)&&gn(h))if(gn(s))o[0]=0;else{var f=-l/s;f>=0&&f<=1&&(o[p++]=f)}else{var g=h*h-4*c*d;if(gn(g)){var v=h/c,y=(f=-s/a+v,-v/2);f>=0&&f<=1&&(o[p++]=f),y>=0&&y<=1&&(o[p++]=y)}else if(g>0){var m=sn(g),x=c*s+1.5*a*(-h+m),_=c*s+1.5*a*(-h-m);x=x<0?-an(-x,hn):an(x,hn),_=_<0?-an(-_,hn):an(_,hn);f=(-s-(x+_))/(3*a);f>=0&&f<=1&&(o[p++]=f)}else{var b=(2*c*s-3*a*h)/(2*sn(c*c*c)),w=Math.acos(b)/3,S=sn(c),M=Math.cos(w),I=(f=(-s-2*S*M)/(3*a),y=(-s+S*(M+cn*Math.sin(w)))/(3*a),(-s+S*(M-cn*Math.sin(w)))/(3*a));f>=0&&f<=1&&(o[p++]=f),y>=0&&y<=1&&(o[p++]=y),I>=0&&I<=1&&(o[p++]=I)}}return p}function _n(t,e,n,i,r){var o=6*n-12*e+6*t,a=9*e+3*i-3*t-9*n,s=3*e-3*t,l=0;if(gn(a)){if(vn(o)){var u=-s/o;u>=0&&u<=1&&(r[l++]=u)}}else{var c=o*o-4*a*s;if(gn(c))r[0]=-o/(2*a);else if(c>0){var h=sn(c),d=(u=(-o+h)/(2*a),(-o-h)/(2*a));u>=0&&u<=1&&(r[l++]=u),d>=0&&d<=1&&(r[l++]=d)}}return l}function bn(t,e,n,i,r,o){var a=(e-t)*r+t,s=(n-e)*r+e,l=(i-n)*r+n,u=(s-a)*r+a,c=(l-s)*r+s,h=(c-u)*r+u;o[0]=t,o[1]=a,o[2]=u,o[3]=h,o[4]=h,o[5]=c,o[6]=l,o[7]=i}function wn(t,e,n,i,r,o,a,s,l,u,c){var h,d,p,f,g,v=.005,y=1/0;dn[0]=l,dn[1]=u;for(var m=0;m<1;m+=.05)pn[0]=yn(t,n,r,a,m),pn[1]=yn(e,i,o,s,m),f=Ut(dn,pn),f=0&&f=0&&u<=1&&(r[l++]=u)}}else{var c=a*a-4*o*s;if(gn(c)){u=-a/(2*o);u>=0&&u<=1&&(r[l++]=u)}else if(c>0){var h=sn(c),d=(u=(-a+h)/(2*o),(-a-h)/(2*o));u>=0&&u<=1&&(r[l++]=u),d>=0&&d<=1&&(r[l++]=d)}}return l}function Cn(t,e,n){var i=t+n-2*e;return 0===i?.5:(t-e)/i}function An(t,e,n,i,r){var o=(e-t)*i+t,a=(n-e)*i+e,s=(a-o)*i+o;r[0]=t,r[1]=o,r[2]=s,r[3]=s,r[4]=a,r[5]=n}function kn(t,e,n,i,r,o,a,s,l){var u,c=.005,h=1/0;dn[0]=a,dn[1]=s;for(var d=0;d<1;d+=.05){pn[0]=Mn(t,n,r,d),pn[1]=Mn(e,i,o,d);var p=Ut(dn,pn);p=0&&p=1?1:xn(0,i,o,1,t,s)&&yn(0,r,a,1,s[0])}}}var On=function(){function t(t){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=t.life||1e3,this._delay=t.delay||0,this.loop=t.loop||!1,this.onframe=t.onframe||Ct,this.ondestroy=t.ondestroy||Ct,this.onrestart=t.onrestart||Ct,t.easing&&this.setEasing(t.easing)}return t.prototype.step=function(t,e){if(this._inited||(this._startTime=t+this._delay,this._inited=!0),!this._paused){var n=this._life,i=t-this._startTime-this._pausedTime,r=i/n;r<0&&(r=0),r=Math.min(r,1);var o=this.easingFunc,a=o?o(r):r;if(this.onframe(a),1===r){if(!this.loop)return!0;var s=i%n;this._startTime=t-s,this._pausedTime=0,this.onrestart()}return!1}this._pausedTime+=e},t.prototype.pause=function(){this._paused=!0},t.prototype.resume=function(){this._paused=!1},t.prototype.setEasing=function(t){this.easing=t,this.easingFunc=Q(t)?t:on[t]||Pn(t)},t}();const Rn=On;var En=function(){function t(t){this.value=t}return t}(),Nn=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new En(t);return this.insertEntry(e),e},t.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},t.prototype.remove=function(t){var e=t.prev,n=t.next;e?e.next=n:this.head=n,n?n.prev=e:this.tail=e,t.next=t.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),zn=function(){function t(t){this._list=new Nn,this._maxSize=10,this._map={},this._maxSize=t}return t.prototype.put=function(t,e){var n=this._list,i=this._map,r=null;if(null==i[t]){var o=n.len(),a=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var s=n.head;n.remove(s),delete i[s.key],r=s.value,this._lastRemovedEntry=s}a?a.value=e:a=new En(e),a.key=t,n.insertEntry(a),i[t]=a}return r},t.prototype.get=function(t){var e=this._map[t],n=this._list;if(null!=e)return e!==n.tail&&(n.remove(e),n.insertEntry(e)),e.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}();const Bn=zn;var Vn={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 Fn(t){return t=Math.round(t),t<0?0:t>255?255:t}function Hn(t){return t=Math.round(t),t<0?0:t>360?360:t}function Gn(t){return t<0?0:t>1?1:t}function Wn(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?Fn(parseFloat(e)/100*255):Fn(parseInt(e,10))}function qn(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?Gn(parseFloat(e)/100):Gn(parseFloat(e))}function Un(t,e,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}function jn(t,e,n){return t+(e-t)*n}function Zn(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function Yn(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var Xn=new Bn(20),$n=null;function Kn(t,e){$n&&Yn($n,e),$n=Xn.put(t,$n||e.slice())}function Jn(t,e){if(t){e=e||[];var n=Xn.get(t);if(n)return Yn(e,n);t+="";var i=t.replace(/ /g,"").toLowerCase();if(i in Vn)return Yn(e,Vn[i]),Kn(t,e),e;var r=i.length;if("#"!==i.charAt(0)){var o=i.indexOf("("),a=i.indexOf(")");if(-1!==o&&a+1===r){var s=i.substr(0,o),l=i.substr(o+1,a-(o+1)).split(","),u=1;switch(s){case"rgba":if(4!==l.length)return 3===l.length?Zn(e,+l[0],+l[1],+l[2],1):Zn(e,0,0,0,1);u=qn(l.pop());case"rgb":return 3!==l.length?void Zn(e,0,0,0,1):(Zn(e,Wn(l[0]),Wn(l[1]),Wn(l[2]),u),Kn(t,e),e);case"hsla":return 4!==l.length?void Zn(e,0,0,0,1):(l[3]=qn(l[3]),Qn(l,e),Kn(t,e),e);case"hsl":return 3!==l.length?void Zn(e,0,0,0,1):(Qn(l,e),Kn(t,e),e);default:return}}Zn(e,0,0,0,1)}else{if(4===r||5===r){var c=parseInt(i.slice(1,4),16);return c>=0&&c<=4095?(Zn(e,(3840&c)>>4|(3840&c)>>8,240&c|(240&c)>>4,15&c|(15&c)<<4,5===r?parseInt(i.slice(4),16)/15:1),Kn(t,e),e):void Zn(e,0,0,0,1)}if(7===r||9===r){c=parseInt(i.slice(1,7),16);return c>=0&&c<=16777215?(Zn(e,(16711680&c)>>16,(65280&c)>>8,255&c,9===r?parseInt(i.slice(7),16)/255:1),Kn(t,e),e):void Zn(e,0,0,0,1)}}}}function Qn(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=qn(t[1]),r=qn(t[2]),o=r<=.5?r*(i+1):r+i-r*i,a=2*r-o;return e=e||[],Zn(e,Fn(255*Un(a,o,n+1/3)),Fn(255*Un(a,o,n)),Fn(255*Un(a,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function ti(t){if(t){var e,n,i=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(i,r,o),s=Math.max(i,r,o),l=s-a,u=(s+a)/2;if(0===l)e=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-i)/6+l/2)/l,h=((s-r)/6+l/2)/l,d=((s-o)/6+l/2)/l;i===s?e=d-h:r===s?e=1/3+c-d:o===s&&(e=2/3+h-c),e<0&&(e+=1),e>1&&(e-=1)}var p=[360*e,n,u];return null!=t[3]&&p.push(t[3]),p}}function ei(t,e){var n=Jn(t);if(n){for(var i=0;i<3;i++)n[i]=e<0?n[i]*(1-e)|0:(255-n[i])*e+n[i]|0,n[i]>255?n[i]=255:n[i]<0&&(n[i]=0);return ai(n,4===n.length?"rgba":"rgb")}}function ni(t,e,n){if(e&&e.length&&t>=0&&t<=1){n=n||[];var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),a=e[r],s=e[o],l=i-r;return n[0]=Fn(jn(a[0],s[0],l)),n[1]=Fn(jn(a[1],s[1],l)),n[2]=Fn(jn(a[2],s[2],l)),n[3]=Gn(jn(a[3],s[3],l)),n}}function ii(t,e,n){if(e&&e.length&&t>=0&&t<=1){var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),a=Jn(e[r]),s=Jn(e[o]),l=i-r,u=ai([Fn(jn(a[0],s[0],l)),Fn(jn(a[1],s[1],l)),Fn(jn(a[2],s[2],l)),Gn(jn(a[3],s[3],l))],"rgba");return n?{color:u,leftIndex:r,rightIndex:o,value:i}:u}}function ri(t,e,n,i){var r=Jn(t);if(t)return r=ti(r),null!=e&&(r[0]=Hn(e)),null!=n&&(r[1]=qn(n)),null!=i&&(r[2]=qn(i)),ai(Qn(r),"rgba")}function oi(t,e){var n=Jn(t);if(n&&null!=e)return n[3]=Gn(e),ai(n,"rgba")}function ai(t,e){if(t&&t.length){var n=t[0]+","+t[1]+","+t[2];return"rgba"!==e&&"hsva"!==e&&"hsla"!==e||(n+=","+t[3]),e+"("+n+")"}}function si(t,e){var n=Jn(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}var li=Math.round;function ui(t){var e;if(t&&"transparent"!==t){if("string"===typeof t&&t.indexOf("rgba")>-1){var n=Jn(t);n&&(t="rgb("+n[0]+","+n[1]+","+n[2]+")",e=n[3])}}else t="none";return{color:t,opacity:null==e?1:e}}var ci=1e-4;function hi(t){return t-ci}function di(t){return li(1e3*t)/1e3}function pi(t){return li(1e4*t)/1e4}function fi(t){return"matrix("+di(t[0])+","+di(t[1])+","+di(t[2])+","+di(t[3])+","+pi(t[4])+","+pi(t[5])+")"}var gi={left:"start",right:"end",center:"middle",middle:"middle"};function vi(t,e,n){return"top"===n?t+=e/2:"bottom"===n&&(t-=e/2),t}function yi(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY)}function mi(t){var e=t.style,n=t.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),n[0],n[1]].join(",")}function xi(t){return t&&!!t.image}function _i(t){return t&&!!t.svgElement}function bi(t){return xi(t)||_i(t)}function wi(t){return"linear"===t.type}function Si(t){return"radial"===t.type}function Mi(t){return t&&("linear"===t.type||"radial"===t.type)}function Ii(t){return"url(#"+t+")"}function Ti(t){var e=t.getGlobalScale(),n=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(n)/Math.log(10)),1)}function Ci(t){var e=t.x||0,n=t.y||0,i=(t.rotation||0)*At,r=dt(t.scaleX,1),o=dt(t.scaleY,1),a=t.skewX||0,s=t.skewY||0,l=[];return(e||n)&&l.push("translate("+e+"px,"+n+"px)"),i&&l.push("rotate("+i+")"),1===r&&1===o||l.push("scale("+r+","+o+")"),(a||s)&&l.push("skew("+li(a*At)+"deg, "+li(s*At)+"deg)"),l.join(" ")}var Ai=function(){return c.hasGlobalWindow&&Q(window.btoa)?function(t){return window.btoa(unescape(t))}:"undefined"!==typeof Buffer?function(t){return Buffer.from(t).toString("base64")}:function(t){return null}}(),ki=Array.prototype.slice;function Di(t,e,n){return(e-t)*n+t}function Li(t,e,n,i){for(var r=e.length,o=0;oi?e:t,o=Math.min(n,i),a=r[o-1]||{color:[0,0,0,0],offset:0},s=o;sa;if(s)i.length=a;else for(var l=o;l=1},t.prototype.getAdditiveTrack=function(){return this._additiveTrack},t.prototype.addKeyframe=function(t,e,n){this._needsSort=!0;var i=this.keyframes,r=i.length,o=!1,a=ji,s=e;if(G(e)){var l=Vi(e);a=l,(1===l&&!nt(e[0])||2===l&&!nt(e[0][0]))&&(o=!0)}else if(nt(e)&&!ct(e))a=Fi;else if(tt(e))if(isNaN(+e)){var u=Jn(e);u&&(s=u,a=Wi)}else a=Fi;else if(st(e)){var c=z({},s);c.colorStops=q(e.colorStops,(function(t){return{offset:t.offset,color:Jn(t.color)}})),wi(e)?a=qi:Si(e)&&(a=Ui),s=c}0===r?this.valType=a:a===this.valType&&a!==ji||(o=!0),this.discrete=this.discrete||o;var h={time:t,value:s,rawValue:e,percent:0};return n&&(h.easing=n,h.easingFunc=Q(n)?n:on[n]||Pn(n)),i.push(h),h},t.prototype.prepare=function(t,e){var n=this.keyframes;this._needsSort&&n.sort((function(t,e){return t.time-e.time}));for(var i=this.valType,r=n.length,o=n[r-1],a=this.discrete,s=Yi(i),l=Zi(i),u=0;u=0;n--)if(l[n].percent<=e)break;n=p(n,u-2)}else{for(n=d;ne)break;n=p(n-1,u-2)}r=l[n+1],i=l[n]}if(i&&r){this._lastFr=n,this._lastFrP=e;var g=r.percent-i.percent,v=0===g?1:p((e-i.percent)/g,1);r.easingFunc&&(v=r.easingFunc(v));var y=o?this._additiveValue:h?Xi:t[c];if(!Yi(s)&&!h||y||(y=this._additiveValue=[]),this.discrete)t[c]=v<1?i.rawValue:r.rawValue;else if(Yi(s))s===Hi?Li(y,i[a],r[a],v):Pi(y,i[a],r[a],v);else if(Zi(s)){var m=i[a],x=r[a],_=s===qi;t[c]={type:_?"linear":"radial",x:Di(m.x,x.x,v),y:Di(m.y,x.y,v),colorStops:q(m.colorStops,(function(t,e){var n=x.colorStops[e];return{offset:Di(t.offset,n.offset,v),color:Bi(Li([],t.color,n.color,v))}})),global:x.global},_?(t[c].x2=Di(m.x2,x.x2,v),t[c].y2=Di(m.y2,x.y2,v)):t[c].r=Di(m.r,x.r,v)}else if(h)Li(y,i[a],r[a],v),o||(t[c]=Bi(y));else{var b=Di(i[a],r[a],v);o?this._additiveValue=b:t[c]=b}o&&this._addToTarget(t)}}},t.prototype._addToTarget=function(t){var e=this.valType,n=this.propName,i=this._additiveValue;e===Fi?t[n]=t[n]+i:e===Wi?(Jn(t[n],Xi),Oi(Xi,Xi,i,1),t[n]=Bi(Xi)):e===Hi?Oi(t[n],t[n],i,1):e===Gi&&Ri(t[n],t[n],i,1)},t}(),Ki=function(){function t(t,e,n,i){this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=t,this._loop=e,e&&i?O("Can' use additive animation on looped animation."):(this._additiveAnimators=i,this._allowDiscrete=n)}return t.prototype.getMaxTime=function(){return this._maxTime},t.prototype.getDelay=function(){return this._delay},t.prototype.getLoop=function(){return this._loop},t.prototype.getTarget=function(){return this._target},t.prototype.changeTarget=function(t){this._target=t},t.prototype.when=function(t,e,n){return this.whenWithKeys(t,e,Y(e),n)},t.prototype.whenWithKeys=function(t,e,n,i){for(var r=this._tracks,o=0;o0&&s.addKeyframe(0,zi(l),i),this._trackKeys.push(a)}s.addKeyframe(t,zi(e[a]),i)}return this._maxTime=Math.max(this._maxTime,t),this},t.prototype.pause=function(){this._clip.pause(),this._paused=!0},t.prototype.resume=function(){this._clip.resume(),this._paused=!1},t.prototype.isPaused=function(){return!!this._paused},t.prototype.duration=function(t){return this._maxTime=t,this._force=!0,this},t.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var t=this._doneCbs;if(t)for(var e=t.length,n=0;n0)){this._started=1;for(var e=this,n=[],i=this._maxTime||0,r=0;r1){var a=o.pop();r.addKeyframe(a.time,t[i]),r.prepare(this._maxTime,r.getAdditiveTrack())}}}},t}();const Ji=Ki;function Qi(){return(new Date).getTime()}var tr=function(t){function e(e){var n=t.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,e=e||{},n.stage=e.stage||{},n}return Dt(e,t),e.prototype.addClip=function(t){t.animation&&this.removeClip(t),this._head?(this._tail.next=t,t.prev=this._tail,t.next=null,this._tail=t):this._head=this._tail=t,t.animation=this},e.prototype.addAnimator=function(t){t.animation=this;var e=t.getClip();e&&this.addClip(e)},e.prototype.removeClip=function(t){if(t.animation){var e=t.prev,n=t.next;e?e.next=n:this._head=n,n?n.prev=e:this._tail=e,t.next=t.prev=t.animation=null}},e.prototype.removeAnimator=function(t){var e=t.getClip();e&&this.removeClip(e),t.animation=null},e.prototype.update=function(t){var e=Qi()-this._pausedTime,n=e-this._time,i=this._head;while(i){var r=i.next,o=i.step(e,n);o?(i.ondestroy(),this.removeClip(i),i=r):i=r}this._time=e,t||(this.trigger("frame",n),this.stage.update&&this.stage.update())},e.prototype._startLoop=function(){var t=this;function e(){t._running&&(nn(e),!t._paused&&t.update())}this._running=!0,nn(e)},e.prototype.start=function(){this._running||(this._time=Qi(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=Qi(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=Qi()-this._pauseStart,this._paused=!1)},e.prototype.clear=function(){var t=this._head;while(t){var e=t.next;t.prev=t.next=t.animation=null,t=e}this._head=this._tail=null},e.prototype.isFinished=function(){return null==this._head},e.prototype.animate=function(t,e){e=e||{},this.start();var n=new Ji(t,e.loop);return this.addAnimator(n),n},e}(te);const er=tr;var nr=300,ir=c.domSupported,rr=function(){var t=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],e=["touchstart","touchend","touchmove"],n={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},i=q(t,(function(t){var e=t.replace("mouse","pointer");return n.hasOwnProperty(e)?e:t}));return{mouse:t,touch:e,pointer:i}}(),or={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]},ar=!1;function sr(t){var e=t.pointerType;return"pen"===e||"touch"===e}function lr(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout((function(){t.touching=!1,t.touchTimer=null}),700)}function ur(t){t&&(t.zrByTouch=!0)}function cr(t,e){return ye(t.dom,new dr(t,e),!0)}function hr(t,e){var n=e,i=!1;while(n&&9!==n.nodeType&&!(i=n.domBelongToZr||n!==e&&n===t.painterRoot))n=n.parentNode;return i}var dr=function(){function t(t,e){this.stopPropagation=Ct,this.stopImmediatePropagation=Ct,this.preventDefault=Ct,this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY}return t}(),pr={mousedown:function(t){t=ye(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=ye(this.dom,t);var e=this.__mayPointerCapture;!e||t.zrX===e[0]&&t.zrY===e[1]||this.__togglePointerCapture(!0),this.trigger("mousemove",t)},mouseup:function(t){t=ye(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){t=ye(this.dom,t);var e=t.toElement||t.relatedTarget;hr(this,e)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){ar=!0,t=ye(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){ar||(t=ye(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){t=ye(this.dom,t),ur(t),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),pr.mousemove.call(this,t),pr.mousedown.call(this,t)},touchmove:function(t){t=ye(this.dom,t),ur(t),this.handler.processGesture(t,"change"),pr.mousemove.call(this,t)},touchend:function(t){t=ye(this.dom,t),ur(t),this.handler.processGesture(t,"end"),pr.mouseup.call(this,t),+new Date-+this.__lastTouchMomentBr||t<-Br}var Fr=[],Hr=[],Gr=Ar(),Wr=Math.abs,qr=function(){function t(){}return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},t.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},t.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},t.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},t.prototype.needLocalTransform=function(){return Vr(this.rotation)||Vr(this.x)||Vr(this.y)||Vr(this.scaleX-1)||Vr(this.scaleY-1)||Vr(this.skewX)||Vr(this.skewY)},t.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;e||t?(n=n||Ar(),e?this.getLocalTransform(n):zr(n),t&&(e?Lr(n,t,n):Dr(n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)):n&&zr(n)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(Fr);var n=Fr[0]<0?-1:1,i=Fr[1]<0?-1:1,r=((Fr[0]-n)*e+n)/Fr[0]||0,o=((Fr[1]-i)*e+i)/Fr[1]||0;t[0]*=r,t[1]*=r,t[2]*=o,t[3]*=o}this.invTransform=this.invTransform||Ar(),Er(this.invTransform,t)},t.prototype.getComputedTransform=function(){var t=this,e=[];while(t)e.push(t),t=t.parent;while(t=e.pop())t.updateTransform();return this.transform},t.prototype.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],i=Math.atan2(t[1],t[0]),r=Math.PI/2+i-Math.atan2(t[3],t[2]);n=Math.sqrt(n)*Math.cos(r),e=Math.sqrt(e),this.skewX=r,this.skewY=0,this.rotation=-i,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=n,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(Lr(Hr,t.invTransform,e),e=Hr);var n=this.originX,i=this.originY;(n||i)&&(Gr[4]=n,Gr[5]=i,Lr(Hr,e,Gr),Hr[4]-=n,Hr[5]-=i,e=Hr),this.setLocalTransform(e)}},t.prototype.getGlobalScale=function(t){var e=this.transform;return t=t||[],e?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1]),t):(t[0]=1,t[1]=1,t)},t.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&Zt(n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&Zt(n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&Wr(t[0]-1)>1e-10&&Wr(t[3]-1)>1e-10?Math.sqrt(Wr(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){jr(this,t)},t.getLocalTransform=function(t,e){e=e||[];var n=t.originX||0,i=t.originY||0,r=t.scaleX,o=t.scaleY,a=t.anchorX,s=t.anchorY,l=t.rotation||0,u=t.x,c=t.y,h=t.skewX?Math.tan(t.skewX):0,d=t.skewY?Math.tan(-t.skewY):0;if(n||i||a||s){var p=n+a,f=i+s;e[4]=-p*r-h*f*o,e[5]=-f*o-d*p*r}else e[4]=e[5]=0;return e[0]=r,e[3]=o,e[1]=d*r,e[2]=h*o,l&&Or(e,e,l),e[4]+=n+u,e[5]+=i+c,e},t.initDefaultProps=function(){var e=t.prototype;e.scaleX=e.scaleY=e.globalScaleRatio=1,e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0}(),t}(),Ur=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function jr(t,e){for(var n=0;nf&&(f=x,gf&&(f=_,y=n.x&&t<=n.x+n.width&&e>=n.y&&e<=n.y+n.height},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},t.applyTransform=function(e,n,i){if(i){if(i[1]<1e-5&&i[1]>-1e-5&&i[2]<1e-5&&i[2]>-1e-5){var r=i[0],o=i[3],a=i[4],s=i[5];return e.x=n.x*r+a,e.y=n.y*o+s,e.width=n.width*r,e.height=n.height*o,e.width<0&&(e.x+=e.width,e.width=-e.width),void(e.height<0&&(e.y+=e.height,e.height=-e.height))}Jr.x=to.x=n.x,Jr.y=eo.y=n.y,Qr.x=eo.x=n.x+n.width,Qr.y=to.y=n.y+n.height,Jr.transform(i),eo.transform(i),Qr.transform(i),to.transform(i),e.x=$r(Jr.x,Qr.x,to.x,eo.x),e.y=$r(Jr.y,Qr.y,to.y,eo.y);var l=Kr(Jr.x,Qr.x,to.x,eo.x),u=Kr(Jr.y,Qr.y,to.y,eo.y);e.width=l-e.x,e.height=u-e.y}else e!==n&&t.copy(e,n)},t}();const oo=ro;var ao={};function so(t,e){e=e||p;var n=ao[e];n||(n=ao[e]=new Bn(500));var i=n.get(t);return null==i&&(i=x.measureText(t,e).width,n.put(t,i)),i}function lo(t,e,n,i){var r=so(t,e),o=po(e),a=co(0,r,n),s=ho(0,o,i),l=new oo(a,s,r,o);return l}function uo(t,e,n,i){var r=((t||"")+"").split("\n"),o=r.length;if(1===o)return lo(r[0],e,n,i);for(var a=new oo(0,0,0,0),s=0;s=0?parseFloat(t)/100*e:parseFloat(t):t}function go(t,e,n){var i=e.position||"inside",r=null!=e.distance?e.distance:5,o=n.height,a=n.width,s=o/2,l=n.x,u=n.y,c="left",h="top";if(i instanceof Array)l+=fo(i[0],n.width),u+=fo(i[1],n.height),c=null,h=null;else switch(i){case"left":l-=r,u+=s,c="right",h="middle";break;case"right":l+=r+a,u+=s,h="middle";break;case"top":l+=a/2,u-=r,c="center",h="bottom";break;case"bottom":l+=a/2,u+=o+r,c="center";break;case"inside":l+=a/2,u+=s,c="center",h="middle";break;case"insideLeft":l+=r,u+=s,h="middle";break;case"insideRight":l+=a-r,u+=s,c="right",h="middle";break;case"insideTop":l+=a/2,u+=r,c="center";break;case"insideBottom":l+=a/2,u+=o-r,c="center",h="bottom";break;case"insideTopLeft":l+=r,u+=r;break;case"insideTopRight":l+=a-r,u+=r,c="right";break;case"insideBottomLeft":l+=r,u+=o-r,h="bottom";break;case"insideBottomRight":l+=a-r,u+=o-r,c="right",h="bottom";break}return t=t||{},t.x=l,t.y=u,t.align=c,t.verticalAlign=h,t}var vo="__zr_normal__",yo=Ur.concat(["ignore"]),mo=U(Ur,(function(t,e){return t[e]=!0,t}),{ignore:!1}),xo={},_o=new oo(0,0,0,0),bo=function(){function t(t){this.id=P(),this.animators=[],this.currentStates=[],this.states={},this._init(t)}return t.prototype._init=function(t){this.attr(t)},t.prototype.drift=function(t,e,n){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0;break}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.markRedraw()},t.prototype.beforeUpdate=function(){},t.prototype.afterUpdate=function(){},t.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},t.prototype.updateInnerText=function(t){var e=this._textContent;if(e&&(!e.ignore||t)){this.textConfig||(this.textConfig={});var n=this.textConfig,i=n.local,r=e.innerTransformable,o=void 0,a=void 0,s=!1;r.parent=i?this:null;var l=!1;if(r.copyTransform(e),null!=n.position){var u=_o;n.layoutRect?u.copy(n.layoutRect):u.copy(this.getBoundingRect()),i||u.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(xo,n,u):go(xo,n,u),r.x=xo.x,r.y=xo.y,o=xo.align,a=xo.verticalAlign;var c=n.origin;if(c&&null!=n.rotation){var h=void 0,d=void 0;"center"===c?(h=.5*u.width,d=.5*u.height):(h=fo(c[0],u.width),d=fo(c[1],u.height)),l=!0,r.originX=-r.x+h+(i?0:u.x),r.originY=-r.y+d+(i?0:u.y)}}null!=n.rotation&&(r.rotation=n.rotation);var p=n.offset;p&&(r.x+=p[0],r.y+=p[1],l||(r.originX=-p[0],r.originY=-p[1]));var f=null==n.inside?"string"===typeof n.position&&n.position.indexOf("inside")>=0:n.inside,g=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),v=void 0,y=void 0,m=void 0;f&&this.canBeInsideText()?(v=n.insideFill,y=n.insideStroke,null!=v&&"auto"!==v||(v=this.getInsideTextFill()),null!=y&&"auto"!==y||(y=this.getInsideTextStroke(v),m=!0)):(v=n.outsideFill,y=n.outsideStroke,null!=v&&"auto"!==v||(v=this.getOutsideFill()),null!=y&&"auto"!==y||(y=this.getOutsideStroke(v),m=!0)),v=v||"#000",v===g.fill&&y===g.stroke&&m===g.autoStroke&&o===g.align&&a===g.verticalAlign||(s=!0,g.fill=v,g.stroke=y,g.autoStroke=m,g.align=o,g.verticalAlign=a,e.setDefaultTextStyle(g)),e.__dirty|=Ze,s&&e.dirtyStyle(!0)}},t.prototype.canBeInsideText=function(){return!0},t.prototype.getInsideTextFill=function(){return"#fff"},t.prototype.getInsideTextStroke=function(t){return"#000"},t.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?Tr:Ir},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"===typeof e&&Jn(e);n||(n=[255,255,255,1]);for(var i=n[3],r=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*i+(r?0:255)*(1-i);return n[3]=1,ai(n,"rgba")},t.prototype.traverse=function(t,e){},t.prototype.attrKV=function(t,e){"textConfig"===t?this.setTextConfig(e):"textContent"===t?this.setTextContent(e):"clipPath"===t?this.setClipPath(e):"extra"===t?(this.extra=this.extra||{},z(this.extra,e)):this[t]=e},t.prototype.hide=function(){this.ignore=!0,this.markRedraw()},t.prototype.show=function(){this.ignore=!1,this.markRedraw()},t.prototype.attr=function(t,e){if("string"===typeof t)this.attrKV(t,e);else if(it(t))for(var n=t,i=Y(n),r=0;r0},t.prototype.getState=function(t){return this.states[t]},t.prototype.ensureState=function(t){var e=this.states;return e[t]||(e[t]={}),e[t]},t.prototype.clearStates=function(t){this.useState(vo,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===vo,o=this.hasState();if(o||!r){var a=this.currentStates,s=this.stateTransition;if(!(V(a,t)>=0)||!e&&1!==a.length){var l;if(this.stateProxy&&!r&&(l=this.stateProxy(t)),l||(l=this.states&&this.states[t]),l||r){r||this.saveCurrentToNormalState(l);var u=!!(l&&l.hoverLayer||i);u&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,l,this._normalState,e,!n&&!this.__inHover&&s&&s.duration>0,s);var c=this._textContent,h=this._textGuide;return c&&c.useState(t,e,n,u),h&&h.useState(t,e,n,u),r?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!u&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~Ze),l}O("State "+t+" not exists.")}}},t.prototype.useStates=function(t,e,n){if(t.length){var i=[],r=this.currentStates,o=t.length,a=o===r.length;if(a)for(var s=0;s0,p);var f=this._textContent,g=this._textGuide;f&&f.useStates(t,e,h),g&&g.useStates(t,e,h),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!h&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~Ze)}else this.clearStates()},t.prototype._updateAnimationTargets=function(){for(var t=0;t=0){var n=this.currentStates.slice();n.splice(e,1),this.useStates(n)}},t.prototype.replaceState=function(t,e,n){var i=this.currentStates.slice(),r=V(i,t),o=V(i,e)>=0;r>=0?o?i.splice(r,1):i[r]=e:n&&!o&&i.push(e),this.useStates(i)},t.prototype.toggleState=function(t,e){e?this.useState(t,!0):this.removeState(t)},t.prototype._mergeStates=function(t){for(var e,n={},i=0;i=0&&e.splice(n,1)})),this.animators.push(t),n&&n.animation.addAnimator(t),n&&n.wakeUp()},t.prototype.updateDuringAnimation=function(t){this.markRedraw()},t.prototype.stopAnimation=function(t,e){for(var n=this.animators,i=n.length,r=[],o=0;o0&&n.during&&o[0].during((function(t,e){n.during(e)}));for(var d=0;d0||r.force&&!a.length){var M=void 0,I=void 0,T=void 0;if(s){I={},d&&(M={});for(_=0;_=0&&(n.splice(i,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,e){var n=V(this._children,t);return n>=0&&this.replaceAt(e,n),this},e.prototype.replaceAt=function(t,e){var n=this._children,i=n[e];if(t&&t!==this&&t.parent!==this&&t!==i){n[e]=t,i.parent=null;var r=this.__zr;r&&i.removeSelfFromZr(r),this._doAdd(t)}return this},e.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__zr;e&&e!==t.__zr&&t.addSelfToZr(e),e&&e.refresh()},e.prototype.remove=function(t){var e=this.__zr,n=this._children,i=V(n,t);return i<0||(n.splice(i,1),t.parent=null,e&&t.removeSelfFromZr(e),e&&e.refresh()),this},e.prototype.removeAll=function(){for(var t=this._children,e=this.__zr,n=0;n0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},t.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},t.prototype.wakeUp=function(){this.animation.start(),this._stillFrameAccum=0},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover()},t.prototype.resize=function(t){t=t||{},this.painter.resize(t.width,t.height),this.handler.resize()},t.prototype.clearAnimation=function(){this.animation.clear()},t.prototype.getWidth=function(){return this.painter.getWidth()},t.prototype.getHeight=function(){return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){return this.handler.findHover(t,e)},t.prototype.on=function(t,e,n){return this.handler.on(t,e,n),this},t.prototype.off=function(t,e){this.handler.off(t,e)},t.prototype.trigger=function(t,e){this.handler.trigger(t,e)},t.prototype.clear=function(){for(var t=this.storage.getRoots(),e=0;e0){if(t<=r)return a;if(t>=o)return s}else{if(t>=r)return a;if(t<=o)return s}else{if(t===r)return a;if(t===o)return s}return(t-r)/l*u+a}function Wo(t,e){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%";break}return tt(t)?Ho(t).match(/%$/)?parseFloat(t)/100*e:parseFloat(t):null==t?NaN:+t}function qo(t,e,n){return null==e&&(e=10),e=Math.min(Math.max(0,e),Fo),t=(+t).toFixed(e),n?t:+t}function Uo(t){return t.sort((function(t,e){return t-e})),t}function jo(t){if(t=+t,isNaN(t))return 0;if(t>1e-14)for(var e=1,n=0;n<15;n++,e*=10)if(Math.round(t*e)/e===t)return n;return Zo(t)}function Zo(t){var e=t.toString().toLowerCase(),n=e.indexOf("e"),i=n>0?+e.slice(n+1):0,r=n>0?n:e.length,o=e.indexOf("."),a=o<0?0:r-1-o;return Math.max(0,a-i)}function Yo(t,e){var n=Math.log,i=Math.LN10,r=Math.floor(n(t[1]-t[0])/i),o=Math.round(n(Math.abs(e[1]-e[0]))/i),a=Math.min(Math.max(-r+o,0),20);return isFinite(a)?a:20}function Xo(t,e,n){if(!t[e])return 0;var i=U(t,(function(t,e){return t+(isNaN(e)?0:e)}),0);if(0===i)return 0;var r=Math.pow(10,n),o=q(t,(function(t){return(isNaN(t)?0:t)/i*r*100})),a=100*r,s=q(o,(function(t){return Math.floor(t)})),l=U(s,(function(t,e){return t+e}),0),u=q(o,(function(t,e){return t-s[e]}));while(lc&&(c=u[d],h=d);++s[h],u[h]=0,++l}return s[e]/r}function $o(t,e){var n=Math.max(jo(t),jo(e)),i=t+e;return n>Fo?i:qo(i,n)}var Ko=9007199254740991;function Jo(t){var e=2*Math.PI;return(t%e+e)%e}function Qo(t){return t>-Vo&&t=10&&e++,e}function ra(t,e){var n,i=ia(t),r=Math.pow(10,i),o=t/r;return n=e?o<1.5?1:o<2.5?2:o<4?3:o<7?5:10:o<1?1:o<2?2:o<3?3:o<5?5:10,t=n*r,i>=-20?+t.toFixed(i<0?-i:0):t}function oa(t,e){var n=(t.length-1)*e+1,i=Math.floor(n),r=+t[i-1],o=n-i;return o?r+o*(t[i]-r):r}function aa(t){t.sort((function(t,e){return s(t,e,0)?-1:1}));for(var e=-1/0,n=1,i=0;i=0||r&&V(r,s)<0)){var l=n.getShallow(s,e);null!=l&&(o[t[a][0]]=l)}}return o}}var cs=[["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]],hs=us(cs),ds=function(){function t(){}return t.prototype.getAreaStyle=function(t,e){return hs(this,t,e)},t}(),ps=new Bn(50);function fs(t){if("string"===typeof t){var e=ps.get(t);return e&&e.image}return t}function gs(t,e,n,i,r){if(t){if("string"===typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var o=ps.get(t),a={hostEl:n,cb:i,cbPayload:r};return o?(e=o.image,!ys(e)&&o.pending.push(a)):(e=x.loadImage(t,vs,vs),e.__zrImageSrc=t,ps.put(t,e.__cachedImgObj={image:e,pending:[a]})),e}return t}return e}function vs(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e=a;l++)s-=a;var u=so(n,e);return u>s&&(n="",u=0),s=t-u,r.ellipsis=n,r.ellipsisWidth=u,r.contentWidth=s,r.containerWidth=t,r}function bs(t,e){var n=e.containerWidth,i=e.font,r=e.contentWidth;if(!n)return"";var o=so(t,i);if(o<=n)return t;for(var a=0;;a++){if(o<=r||a>=e.maxIterations){t+=e.ellipsis;break}var s=0===a?ws(t,r,e.ascCharWidth,e.cnCharWidth):o>0?Math.floor(t.length*r/o):0;t=t.substr(0,s),o=so(t,i)}return""===t&&(t=e.placeholder),t}function ws(t,e,n,i){for(var r=0,o=0,a=t.length;op&&c){var f=Math.floor(p/l);n=n.slice(0,f)}if(t&&a&&null!=h)for(var g=_s(h,o,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),v=0;vl&&As(n,t.substring(l,u),e,s),As(n,i[2],e,s,i[1]),l=ms.lastIndex}lo){b>0?(m.tokens=m.tokens.slice(0,b),v(m,_,x),n.lines=n.lines.slice(0,y+1)):n.lines=n.lines.slice(0,y);break t}var A=S.width,k=null==A||"auto"===A;if("string"===typeof A&&"%"===A.charAt(A.length-1))w.percentWidth=A,c.push(w),w.contentWidth=so(w.text,T);else{if(k){var D=S.backgroundColor,L=D&&D.image;L&&(L=fs(L),ys(L)&&(w.width=Math.max(w.width,L.width*C/L.height)))}var P=f&&null!=r?r-_:null;null!=P&&P0&&f+i.accumWidth>i.width&&(o=e.split("\n"),h=!0),i.accumWidth=f}else{var g=Ps(e,c,i.width,i.breakAll,i.accumWidth);i.accumWidth=g.accumWidth+p,a=g.linesWidths,o=g.lines}}else o=e.split("\n");for(var v=0;v=33&&e<=383}var Ds=U(",&?/;] ".split(""),(function(t,e){return t[e]=!0,t}),{});function Ls(t){return!ks(t)||!!Ds[t]}function Ps(t,e,n,i,r){for(var o=[],a=[],s="",l="",u=0,c=0,h=0;hn:r+c+p>n)?c?(s||l)&&(f?(s||(s=l,l="",u=0,c=u),o.push(s),a.push(c-u),l+=d,u+=p,s="",c=u):(l&&(s+=l,l="",u=0),o.push(s),a.push(c),s=d,c=p)):f?(o.push(l),a.push(u),l=d,u=p):(o.push(d),a.push(p)):(c+=p,f?(l+=d,u+=p):(l&&(s+=l,l="",u=0),s+=d))}else l&&(s+=l,c+=u),o.push(s),a.push(c),s="",l="",u=0,c=0}return o.length||s||(s=t,l="",u=0),l&&(s+=l),s&&(o.push(s),a.push(c)),1===o.length&&(c+=r),{accumWidth:c,lines:o,linesWidths:a}}var Os="__zr_style_"+Math.round(10*Math.random()),Rs={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},Es={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};Rs[Os]=!0;var Ns=["z","z2","invisible"],zs=["invisible"],Bs=function(t){function e(e){return t.call(this,e)||this}return Dt(e,t),e.prototype._init=function(e){for(var n=Y(e),i=0;i1e-4)return s[0]=t-n,s[1]=e-i,l[0]=t+n,void(l[1]=e+i);if(Ys[0]=js(r)*n+t,Ys[1]=Us(r)*i+e,Xs[0]=js(o)*n+t,Xs[1]=Us(o)*i+e,u(s,Ys,Xs),c(l,Ys,Xs),r%=Zs,r<0&&(r+=Zs),o%=Zs,o<0&&(o+=Zs),r>o&&!a?o+=Zs:rr&&($s[0]=js(p)*n+t,$s[1]=Us(p)*i+e,u(s,$s,s),c(l,$s,l))}var rl={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},ol=[],al=[],sl=[],ll=[],ul=[],cl=[],hl=Math.min,dl=Math.max,pl=Math.cos,fl=Math.sin,gl=Math.abs,vl=Math.PI,yl=2*vl,ml="undefined"!==typeof Float32Array,xl=[];function _l(t){var e=Math.round(t/vl*1e8)/1e8;return e%2*vl}function bl(t,e){var n=_l(t[0]);n<0&&(n+=yl);var i=n-t[0],r=t[1];r+=i,!e&&r-n>=yl?r=n+yl:e&&n-r>=yl?r=n-yl:!e&&n>r?r=n+(yl-_l(n-r)):e&&n0&&(this._ux=gl(n/Sr/t)||0,this._uy=gl(n/Sr/e)||0)},t.prototype.setDPR=function(t){this.dpr=t},t.prototype.setContext=function(t){this._ctx=t},t.prototype.getContext=function(){return this._ctx},t.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},t.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},t.prototype.moveTo=function(t,e){return this._drawPendingPt(),this.addData(rl.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},t.prototype.lineTo=function(t,e){var n=gl(t-this._xi),i=gl(e-this._yi),r=n>this._ux||i>this._uy;if(this.addData(rl.L,t,e),this._ctx&&r&&this._ctx.lineTo(t,e),r)this._xi=t,this._yi=e,this._pendingPtDist=0;else{var o=n*n+i*i;o>this._pendingPtDist&&(this._pendingPtX=t,this._pendingPtY=e,this._pendingPtDist=o)}return this},t.prototype.bezierCurveTo=function(t,e,n,i,r,o){return this._drawPendingPt(),this.addData(rl.C,t,e,n,i,r,o),this._ctx&&this._ctx.bezierCurveTo(t,e,n,i,r,o),this._xi=r,this._yi=o,this},t.prototype.quadraticCurveTo=function(t,e,n,i){return this._drawPendingPt(),this.addData(rl.Q,t,e,n,i),this._ctx&&this._ctx.quadraticCurveTo(t,e,n,i),this._xi=n,this._yi=i,this},t.prototype.arc=function(t,e,n,i,r,o){this._drawPendingPt(),xl[0]=i,xl[1]=r,bl(xl,o),i=xl[0],r=xl[1];var a=r-i;return this.addData(rl.A,t,e,n,n,i,a,0,o?0:1),this._ctx&&this._ctx.arc(t,e,n,i,r,o),this._xi=pl(r)*n+t,this._yi=fl(r)*n+e,this},t.prototype.arcTo=function(t,e,n,i,r){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(t,e,n,i,r),this},t.prototype.rect=function(t,e,n,i){return this._drawPendingPt(),this._ctx&&this._ctx.rect(t,e,n,i),this.addData(rl.R,t,e,n,i),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData(rl.Z);var t=this._ctx,e=this._x0,n=this._y0;return t&&t.closePath(),this._xi=e,this._yi=n,this},t.prototype.fill=function(t){t&&t.fill(),this.toStatic()},t.prototype.stroke=function(t){t&&t.stroke(),this.toStatic()},t.prototype.len=function(){return this._len},t.prototype.setData=function(t){var e=t.length;this.data&&this.data.length===e||!ml||(this.data=new Float32Array(e));for(var n=0;nu.length&&(this._expandData(),u=this.data);for(var c=0;c0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},t.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var t=[],e=0;e11&&(this.data=new Float32Array(t)))}},t.prototype.getBoundingRect=function(){sl[0]=sl[1]=ul[0]=ul[1]=Number.MAX_VALUE,ll[0]=ll[1]=cl[0]=cl[1]=-Number.MAX_VALUE;var t,e=this.data,n=0,i=0,r=0,o=0;for(t=0;tn||gl(m)>i||h===e-1)&&(f=Math.sqrt(y*y+m*m),r=g,o=v);break;case rl.C:var x=t[h++],_=t[h++],b=(g=t[h++],v=t[h++],t[h++]),w=t[h++];f=Sn(r,o,x,_,g,v,b,w,10),r=b,o=w;break;case rl.Q:x=t[h++],_=t[h++],g=t[h++],v=t[h++];f=Dn(r,o,x,_,g,v,10),r=g,o=v;break;case rl.A:var S=t[h++],M=t[h++],I=t[h++],T=t[h++],C=t[h++],A=t[h++],k=A+C;h+=1;t[h++];p&&(a=pl(C)*I+S,s=fl(C)*T+M),f=dl(I,T)*hl(yl,Math.abs(A)),r=pl(k)*I+S,o=fl(k)*T+M;break;case rl.R:a=r=t[h++],s=o=t[h++];var D=t[h++],L=t[h++];f=2*D+2*L;break;case rl.Z:y=a-r,m=s-o;f=Math.sqrt(y*y+m*m),r=a,o=s;break}f>=0&&(l[c++]=f,u+=f)}return this._pathLen=u,u},t.prototype.rebuildPath=function(t,e){var n,i,r,o,a,s,l,u,c,h,d,p=this.data,f=this._ux,g=this._uy,v=this._len,y=e<1,m=0,x=0,_=0;if(!y||(this._pathSegLen||this._calculateLength(),l=this._pathSegLen,u=this._pathLen,c=e*u,c))t:for(var b=0;b0&&(t.lineTo(h,d),_=0),w){case rl.M:n=r=p[b++],i=o=p[b++],t.moveTo(r,o);break;case rl.L:a=p[b++],s=p[b++];var M=gl(a-r),I=gl(s-o);if(M>f||I>g){if(y){var T=l[x++];if(m+T>c){var C=(c-m)/T;t.lineTo(r*(1-C)+a*C,o*(1-C)+s*C);break t}m+=T}t.lineTo(a,s),r=a,o=s,_=0}else{var A=M*M+I*I;A>_&&(h=a,d=s,_=A)}break;case rl.C:var k=p[b++],D=p[b++],L=p[b++],P=p[b++],O=p[b++],R=p[b++];if(y){T=l[x++];if(m+T>c){C=(c-m)/T;bn(r,k,L,O,C,ol),bn(o,D,P,R,C,al),t.bezierCurveTo(ol[1],al[1],ol[2],al[2],ol[3],al[3]);break t}m+=T}t.bezierCurveTo(k,D,L,P,O,R),r=O,o=R;break;case rl.Q:k=p[b++],D=p[b++],L=p[b++],P=p[b++];if(y){T=l[x++];if(m+T>c){C=(c-m)/T;An(r,k,L,C,ol),An(o,D,P,C,al),t.quadraticCurveTo(ol[1],al[1],ol[2],al[2]);break t}m+=T}t.quadraticCurveTo(k,D,L,P),r=L,o=P;break;case rl.A:var E=p[b++],N=p[b++],z=p[b++],B=p[b++],V=p[b++],F=p[b++],H=p[b++],G=!p[b++],W=z>B?z:B,q=gl(z-B)>.001,U=V+F,j=!1;if(y){T=l[x++];m+T>c&&(U=V+F*(c-m)/T,j=!0),m+=T}if(q&&t.ellipse?t.ellipse(E,N,z,B,H,V,U,G):t.arc(E,N,W,V,U,G),j)break t;S&&(n=pl(V)*z+E,i=fl(V)*B+N),r=pl(U)*z+E,o=fl(U)*B+N;break;case rl.R:n=r=p[b],i=o=p[b+1],a=p[b++],s=p[b++];var Z=p[b++],Y=p[b++];if(y){T=l[x++];if(m+T>c){var X=c-m;t.moveTo(a,s),t.lineTo(a+hl(X,Z),s),X-=Z,X>0&&t.lineTo(a+Z,s+hl(X,Y)),X-=Y,X>0&&t.lineTo(a+dl(Z-X,0),s+Y),X-=Z,X>0&&t.lineTo(a,s+dl(Y-X,0));break t}m+=T}t.rect(a,s,Z,Y);break;case rl.Z:if(y){T=l[x++];if(m+T>c){C=(c-m)/T;t.lineTo(r*(1-C)+n*C,o*(1-C)+i*C);break t}m+=T}t.closePath(),r=n,o=i}}},t.prototype.clone=function(){var e=new t,n=this.data;return e.data=n.slice?n.slice():Array.prototype.slice.call(n),e._len=this._len,e},t.CMD=rl,t.initDefaultProps=function(){var e=t.prototype;e._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,e._version=0}(),t}();const Sl=wl;function Ml(t,e,n,i,r,o,a){if(0===r)return!1;var s=r,l=0,u=t;if(a>e+s&&a>i+s||at+s&&o>n+s||oe+h&&c>i+h&&c>o+h&&c>s+h||ct+h&&u>n+h&&u>r+h&&u>a+h||ue+u&&l>i+u&&l>o+u||lt+u&&s>n+u&&s>r+u||sn||c+ur&&(r+=kl);var d=Math.atan2(l,s);return d<0&&(d+=kl),d>=i&&d<=r||d+kl>=i&&d+kl<=r}function Ll(t,e,n,i,r,o){if(o>e&&o>i||or?s:0}var Pl=Sl.CMD,Ol=2*Math.PI,Rl=1e-4;function El(t,e){return Math.abs(t-e)e&&u>i&&u>o&&u>s||u1&&Bl(),p=yn(e,i,o,s,zl[0]),d>1&&(f=yn(e,i,o,s,zl[1]))),2===d?ve&&s>i&&s>o||s=0&&u<=1){for(var c=0,h=Mn(e,i,o,u),d=0;dn||s<-n)return 0;var l=Math.sqrt(n*n-s*s);Nl[0]=-l,Nl[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=Ol-1e-4){i=0,r=Ol;var c=o?1:-1;return a>=Nl[0]+t&&a<=Nl[1]+t?c:0}if(i>r){var h=i;i=r,r=h}i<0&&(i+=Ol,r+=Ol);for(var d=0,p=0;p<2;p++){var f=Nl[p];if(f+t>a){var g=Math.atan2(s,f);c=o?1:-1;g<0&&(g=Ol+g),(g>=i&&g<=r||g+Ol>=i&&g+Ol<=r)&&(g>Math.PI/2&&g<1.5*Math.PI&&(c=-c),d+=c)}}return d}function Gl(t,e,n,i,r){for(var o,a,s=t.data,l=t.len(),u=0,c=0,h=0,d=0,p=0,f=0;f1&&(n||(u+=Ll(c,h,d,p,i,r))),v&&(c=s[f],h=s[f+1],d=c,p=h),g){case Pl.M:d=s[f++],p=s[f++],c=d,h=p;break;case Pl.L:if(n){if(Ml(c,h,s[f],s[f+1],e,i,r))return!0}else u+=Ll(c,h,s[f],s[f+1],i,r)||0;c=s[f++],h=s[f++];break;case Pl.C:if(n){if(Il(c,h,s[f++],s[f++],s[f++],s[f++],s[f],s[f+1],e,i,r))return!0}else u+=Vl(c,h,s[f++],s[f++],s[f++],s[f++],s[f],s[f+1],i,r)||0;c=s[f++],h=s[f++];break;case Pl.Q:if(n){if(Tl(c,h,s[f++],s[f++],s[f],s[f+1],e,i,r))return!0}else u+=Fl(c,h,s[f++],s[f++],s[f],s[f+1],i,r)||0;c=s[f++],h=s[f++];break;case Pl.A:var y=s[f++],m=s[f++],x=s[f++],_=s[f++],b=s[f++],w=s[f++];f+=1;var S=!!(1-s[f++]);o=Math.cos(b)*x+y,a=Math.sin(b)*_+m,v?(d=o,p=a):u+=Ll(c,h,o,a,i,r);var M=(i-y)*_/x+y;if(n){if(Dl(y,m,_,b,b+w,S,e,M,r))return!0}else u+=Hl(y,m,_,b,b+w,S,M,r);c=Math.cos(b+w)*x+y,h=Math.sin(b+w)*_+m;break;case Pl.R:d=c=s[f++],p=h=s[f++];var I=s[f++],T=s[f++];if(o=d+I,a=p+T,n){if(Ml(d,p,o,p,e,i,r)||Ml(o,p,o,a,e,i,r)||Ml(o,a,d,a,e,i,r)||Ml(d,a,d,p,e,i,r))return!0}else u+=Ll(o,p,o,a,i,r),u+=Ll(d,a,d,p,i,r);break;case Pl.Z:if(n){if(Ml(c,h,d,p,e,i,r))return!0}else u+=Ll(c,h,d,p,i,r);c=d,h=p;break}}return n||El(h,p)||(u+=Ll(c,h,d,p,i,r)||0),0!==u}function Wl(t,e,n){return Gl(t,0,!1,e,n)}function ql(t,e,n,i){return Gl(t,e,!0,n,i)}var Ul=B({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},Rs),jl={style:B({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},Es.style)},Zl=Ur.concat(["invisible","culling","z","z2","zlevel","parent"]),Yl=function(t){function e(e){return t.call(this,e)||this}return Dt(e,t),e.prototype.update=function(){var n=this;t.prototype.update.call(this);var i=this.style;if(i.decal){var r=this._decalEl=this._decalEl||new e;r.buildPath===e.prototype.buildPath&&(r.buildPath=function(t){n.buildPath(t,n.shape)}),r.silent=!0;var o=r.style;for(var a in i)o[a]!==i[a]&&(o[a]=i[a]);o.fill=i.fill?i.decal:null,o.decal=null,o.shadowColor=null,i.strokeFirst&&(o.stroke=null);for(var s=0;s.5?Ir:e>.2?Cr:Tr}if(t)return Tr}return Ir},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(tt(e)){var n=this.__zr,i=!(!n||!n.isDarkMode()),r=si(t,0)0))},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&"none"!==e},e.prototype.getBoundingRect=function(){var t=this._rect,e=this.style,n=!t;if(n){var i=!1;this.path||(i=!0,this.createPathProxy());var r=this.path;(i||this.__dirty&Xe)&&(r.beginPath(),this.buildPath(r,this.shape,!1),this.pathUpdated()),t=r.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||n){o.copy(t);var a=e.strokeNoScale?this.getLineScale():1,s=e.lineWidth;if(!this.hasFill()){var l=this.strokeContainThreshold;s=Math.max(s,null==l?4:l)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return t},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect(),r=this.style;if(t=n[0],e=n[1],i.contain(t,e)){var o=this.path;if(this.hasStroke()){var a=r.lineWidth,s=r.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),ql(o,a/s,t,e)))return!0}if(this.hasFill())return Wl(o,t,e)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=Xe,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},e.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},e.prototype.animateShape=function(t){return this.animate("shape",t)},e.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():"shape"===t?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(e,n){"shape"===e?this.setShape(n):t.prototype.attrKV.call(this,e,n)},e.prototype.setShape=function(t,e){var n=this.shape;return n||(n=this.shape={}),"string"===typeof t?n[t]=e:z(n,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(this.__dirty&Xe)},e.prototype.createStyle=function(t){return Mt(Ul,t)},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=z({},this.shape))},e.prototype._applyStateObj=function(e,n,i,r,o,a){t.prototype._applyStateObj.call(this,e,n,i,r,o,a);var s,l=!(n&&r);if(n&&n.shape?o?r?s=n.shape:(s=z({},i.shape),z(s,n.shape)):(s=z({},r?this.shape:i.shape),z(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=z({},this.shape);for(var u={},c=Y(s),h=0;h0},e.prototype.hasFill=function(){var t=this.style,e=t.fill;return null!=e&&"none"!==e},e.prototype.createStyle=function(t){return Mt($l,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t=this.style;if(!this._rect){var e=t.text;null!=e?e+="":e="";var n=uo(e,t.font,t.textAlign,t.textBaseline);if(n.x+=t.x||0,n.y+=t.y||0,this.hasStroke()){var i=t.lineWidth;n.x-=i/2,n.y-=i/2,n.width+=i,n.height+=i}this._rect=n}return this._rect},e.initDefaultProps=function(){var t=e.prototype;t.dirtyRectTolerance=10}(),e}(Gs);Kl.prototype.type="tspan";const Jl=Kl;var Ql=B({x:0,y:0},Rs),tu={style:B({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},Es.style)};function eu(t){return!!(t&&"string"!==typeof t&&t.width&&t.height)}var nu=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Dt(e,t),e.prototype.createStyle=function(t){return Mt(Ql,t)},e.prototype._getSize=function(t){var e=this.style,n=e[t];if(null!=n)return n;var i=eu(e.image)?e.image:this.__image;if(!i)return 0;var r="width"===t?"height":"width",o=e[r];return null==o?i[t]:i[t]/i[r]*o},e.prototype.getWidth=function(){return this._getSize("width")},e.prototype.getHeight=function(){return this._getSize("height")},e.prototype.getAnimationStyleProps=function(){return tu},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new oo(t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(Gs);nu.prototype.type="image";const iu=nu;function ru(t,e){var n,i,r,o,a,s=e.x,l=e.y,u=e.width,c=e.height,h=e.r;u<0&&(s+=u,u=-u),c<0&&(l+=c,c=-c),"number"===typeof h?n=i=r=o=h:h instanceof Array?1===h.length?n=i=r=o=h[0]:2===h.length?(n=r=h[0],i=o=h[1]):3===h.length?(n=h[0],i=o=h[1],r=h[2]):(n=h[0],i=h[1],r=h[2],o=h[3]):n=i=r=o=0,n+i>u&&(a=n+i,n*=u/a,i*=u/a),r+o>u&&(a=r+o,r*=u/a,o*=u/a),i+r>c&&(a=i+r,i*=c/a,r*=c/a),n+o>c&&(a=n+o,n*=c/a,o*=c/a),t.moveTo(s+n,l),t.lineTo(s+u-i,l),0!==i&&t.arc(s+u-i,l+i,i,-Math.PI/2,0),t.lineTo(s+u,l+c-r),0!==r&&t.arc(s+u-r,l+c-r,r,0,Math.PI/2),t.lineTo(s+o,l+c),0!==o&&t.arc(s+o,l+c-o,o,Math.PI/2,Math.PI),t.lineTo(s,l+n),0!==n&&t.arc(s+n,l+n,n,Math.PI,1.5*Math.PI)}var ou=Math.round;function au(t,e,n){if(e){var i=e.x1,r=e.x2,o=e.y1,a=e.y2;t.x1=i,t.x2=r,t.y1=o,t.y2=a;var s=n&&n.lineWidth;return s?(ou(2*i)===ou(2*r)&&(t.x1=t.x2=lu(i,s,!0)),ou(2*o)===ou(2*a)&&(t.y1=t.y2=lu(o,s,!0)),t):t}}function su(t,e,n){if(e){var i=e.x,r=e.y,o=e.width,a=e.height;t.x=i,t.y=r,t.width=o,t.height=a;var s=n&&n.lineWidth;return s?(t.x=lu(i,s,!0),t.y=lu(r,s,!0),t.width=Math.max(lu(i+o,s,!1)-t.x,0===o?0:1),t.height=Math.max(lu(r+a,s,!1)-t.y,0===a?0:1),t):t}}function lu(t,e,n){if(!e)return t;var i=ou(2*t);return(i+ou(e))%2===0?i/2:(i+(n?1:-1))/2}var uu=function(){function t(){this.x=0,this.y=0,this.width=0,this.height=0}return t}(),cu={},hu=function(t){function e(e){return t.call(this,e)||this}return Dt(e,t),e.prototype.getDefaultShape=function(){return new uu},e.prototype.buildPath=function(t,e){var n,i,r,o;if(this.subPixelOptimize){var a=su(cu,e,this.style);n=a.x,i=a.y,r=a.width,o=a.height,a.r=e.r,e=a}else n=e.x,i=e.y,r=e.width,o=e.height;e.r?ru(t,e):t.rect(n,i,r,o)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(Xl);hu.prototype.type="rect";const du=hu;var pu={fill:"#000"},fu=2,gu={style:B({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},Es.style)},vu=function(t){function e(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=pu,n.attr(e),n}return Dt(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;e0,C=null!=t.width&&("truncate"===t.overflow||"break"===t.overflow||"breakAll"===t.overflow),A=r.calculatedLineHeight,k=0;k=0&&(A=_[C],"right"===A.align))this._placeToken(A,t,w,g,T,"right",y),S-=A.width,T-=A.width,C--;I+=(i-(I-f)-(v-T)-S)/2;while(M<=C)A=_[M],this._placeToken(A,t,w,g,I+A.width/2,"center",y),I+=A.width,M++;g+=w}},e.prototype._placeToken=function(t,e,n,i,r,o,a){var s=e.rich[t.styleName]||{};s.text=t.text;var l=t.verticalAlign,u=i+n/2;"top"===l?u=i+t.height/2:"bottom"===l&&(u=i+n-t.height/2);var c=!t.isLineHolder&&ku(s);c&&this._renderBackground(s,e,"right"===o?r-t.width:"center"===o?r-t.width/2:r,u-t.height/2,t.width,t.height);var h=!!s.backgroundColor,d=t.textPadding;d&&(r=Cu(r,o,d),u-=t.height/2-d[0]-t.innerHeight/2);var f=this._getOrCreateChild(Jl),g=f.createStyle();f.useStyle(g);var v=this._defaultStyle,y=!1,m=0,x=Tu("fill"in s?s.fill:"fill"in e?e.fill:(y=!0,v.fill)),_=Iu("stroke"in s?s.stroke:"stroke"in e?e.stroke:h||a||v.autoStroke&&!y?null:(m=fu,v.stroke)),b=s.textShadowBlur>0||e.textShadowBlur>0;g.text=t.text,g.x=r,g.y=u,b&&(g.shadowBlur=s.textShadowBlur||e.textShadowBlur||0,g.shadowColor=s.textShadowColor||e.textShadowColor||"transparent",g.shadowOffsetX=s.textShadowOffsetX||e.textShadowOffsetX||0,g.shadowOffsetY=s.textShadowOffsetY||e.textShadowOffsetY||0),g.textAlign=o,g.textBaseline="middle",g.font=t.font||p,g.opacity=pt(s.opacity,e.opacity,1),bu(g,s),_&&(g.lineWidth=pt(s.lineWidth,e.lineWidth,m),g.lineDash=dt(s.lineDash,e.lineDash),g.lineDashOffset=e.lineDashOffset||0,g.stroke=_),x&&(g.fill=x);var w=t.contentWidth,S=t.contentHeight;f.setBoundingRect(new oo(co(g.x,w,g.textAlign),ho(g.y,S,g.textBaseline),w,S))},e.prototype._renderBackground=function(t,e,n,i,r,o){var a,s,l=t.backgroundColor,u=t.borderWidth,c=t.borderColor,h=l&&l.image,d=l&&!h,p=t.borderRadius,f=this;if(d||t.lineHeight||u&&c){a=this._getOrCreateChild(du),a.useStyle(a.createStyle()),a.style.fill=null;var g=a.shape;g.x=n,g.y=i,g.width=r,g.height=o,g.r=p,a.dirtyShape()}if(d){var v=a.style;v.fill=l||null,v.fillOpacity=dt(t.fillOpacity,1)}else if(h){s=this._getOrCreateChild(iu),s.onload=function(){f.dirtyStyle()};var y=s.style;y.image=l.image,y.x=n,y.y=i,y.width=r,y.height=o}if(u&&c){v=a.style;v.lineWidth=u,v.stroke=c,v.strokeOpacity=dt(t.strokeOpacity,1),v.lineDash=t.borderDash,v.lineDashOffset=t.borderDashOffset||0,a.strokeContainThreshold=0,a.hasFill()&&a.hasStroke()&&(v.strokeFirst=!0,v.lineWidth*=2)}var m=(a||s).style;m.shadowBlur=t.shadowBlur||0,m.shadowColor=t.shadowColor||"transparent",m.shadowOffsetX=t.shadowOffsetX||0,m.shadowOffsetY=t.shadowOffsetY||0,m.opacity=pt(t.opacity,e.opacity,1)},e.makeFont=function(t){var e="";return wu(t)&&(e=[t.fontStyle,t.fontWeight,_u(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&yt(e)||t.textFont||t.font},e}(Gs),yu={left:!0,right:1,center:1},mu={top:1,bottom:1,middle:1},xu=["fontStyle","fontWeight","fontSize","fontFamily"];function _u(t){return"string"!==typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?h+"px":t+"px":t}function bu(t,e){for(var n=0;n=0,o=!1;if(t instanceof Xl){var a=Eu(t),s=r&&a.selectFill||a.normalFill,l=r&&a.selectStroke||a.normalStroke;if(Xu(s)||Xu(l)){i=i||{};var u=i.style||{};"inherit"===u.fill?(o=!0,i=z({},i),u=z({},u),u.fill=s):!Xu(u.fill)&&Xu(s)?(o=!0,i=z({},i),u=z({},u),u.fill=Ku(s)):!Xu(u.stroke)&&Xu(l)&&(o||(i=z({},i),u=z({},u)),u.stroke=Ku(l)),i.style=u}}if(i&&null==i.z2){o||(i=z({},i));var c=t.z2EmphasisLift;i.z2=t.z2+(null!=c?c:Gu)}return i}function cc(t,e,n){if(n&&null==n.z2){n=z({},n);var i=t.z2SelectLift;n.z2=t.z2+(null!=i?i:Wu)}return n}function hc(t,e,n){var i=V(t.currentStates,e)>=0,r=t.style.opacity,o=i?null:lc(t,["opacity"],e,{opacity:1});n=n||{};var a=n.style||{};return null==a.opacity&&(n=z({},n),a=z({opacity:i?r:.1*o.opacity},a),n.style=a),n}function dc(t,e){var n=this.states[t];if(this.style){if("emphasis"===t)return uc(this,t,e,n);if("blur"===t)return hc(this,t,n);if("select"===t)return cc(this,t,n)}return n}function pc(t){t.stateProxy=dc;var e=t.getTextContent(),n=t.getTextGuideLine();e&&(e.stateProxy=dc),n&&(n.stateProxy=dc)}function fc(t,e){!wc(t,e)&&!t.__highByOuter&&ac(t,Qu)}function gc(t,e){!wc(t,e)&&!t.__highByOuter&&ac(t,tc)}function vc(t,e){t.__highByOuter|=1<<(e||0),ac(t,Qu)}function yc(t,e){!(t.__highByOuter&=~(1<<(e||0)))&&ac(t,tc)}function mc(t){ac(t,ec)}function xc(t){ac(t,nc)}function _c(t){ac(t,ic)}function bc(t){ac(t,rc)}function wc(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function Sc(t){var e=t.getModel(),n=[],i=[];e.eachComponent((function(e,r){var o=Nu(r),a="series"===e,s=a?t.getViewOfSeriesModel(r):t.getViewOfComponentModel(r);!a&&i.push(s),o.isBlured&&(s.group.traverse((function(t){nc(t)})),a&&n.push(r)),o.isBlured=!1})),W(i,(function(t){t&&t.toggleBlurSeries&&t.toggleBlurSeries(n,!1,e)}))}function Mc(t,e,n,i){var r=i.getModel();function o(t,e){for(var n=0;n0){var o={dataIndex:r,seriesIndex:t.seriesIndex};null!=i&&(o.dataType=i),e.push(o)}}))})),e}function Oc(t,e,n){Fc(t,!0),ac(t,pc),Nc(t,e,n)}function Rc(t){Fc(t,!1)}function Ec(t,e,n,i){i?Rc(t):Oc(t,e,n)}function Nc(t,e,n){var i=Lu(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var zc=["emphasis","blur","select"],Bc={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function Vc(t,e,n,i){n=n||"itemStyle";for(var r=0;r0){var h=c.duration,d=c.delay,p=c.easing,f={duration:h,delay:d||0,easing:p,done:o,force:!!o||!!a,setToFinal:!u,scope:t,during:a};l?e.animateFrom(n,f):e.animateTo(n,f)}else e.stopAnimation(),!l&&e.attr(n),a&&a(1),o&&o()}function $c(t,e,n,i,r,o){Xc("update",t,e,n,i,r,o)}function Kc(t,e,n,i,r,o){Xc("enter",t,e,n,i,r,o)}function Jc(t){if(!t.__zr)return!0;for(var e=0;e=0&&n.push(t)})),n}t.topologicalTravel=function(t,e,i,r){if(t.length){var o=n(e),a=o.graph,s=o.noEntryList,l={};W(t,(function(t){l[t]=!0}));while(s.length){var u=s.pop(),c=a[u],h=!!l[u];h&&(i.call(r,u,c.originalDeps.slice()),delete l[u]),W(c.successor,h?p:d)}W(l,(function(){var t="";throw new Error(t)}))}function d(t){a[t].entryCount--,0===a[t].entryCount&&s.push(t)}function p(t){l[t]=!0,d(t)}}}function Bh(t,e){return E(E({},t,!0),e,!0)}const Vh={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:"Gauge",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:". "}}}},Fh={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:""}}}};var Hh="ZH",Gh="EN",Wh=Gh,qh={},Uh={},jh=c.domSupported?function(){var t=(document.documentElement.lang||navigator.language||navigator.browserLanguage).toUpperCase();return t.indexOf(Hh)>-1?Hh:Wh}():Wh;function Zh(t,e){t=t.toUpperCase(),Uh[t]=new Oh(e),qh[t]=e}function Yh(t){if(tt(t)){var e=qh[t.toUpperCase()]||{};return t===Hh||t===Gh?R(e):E(R(e),R(qh[Wh]),!1)}return E(R(t),R(qh[Wh]),!1)}function Xh(t){return Uh[t]}function $h(){return Uh[Wh]}Zh(Gh,Vh),Zh(Hh,Fh);var Kh=1e3,Jh=60*Kh,Qh=60*Jh,td=24*Qh,ed=365*td,nd={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}"},id="{yyyy}-{MM}-{dd}",rd={year:"{yyyy}",month:"{yyyy}-{MM}",day:id,hour:id+" "+nd.hour,minute:id+" "+nd.minute,second:id+" "+nd.second,millisecond:nd.none},od=["year","month","day","hour","minute","second","millisecond"],ad=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function sd(t,e){return t+="","0000".substr(0,e-t.length)+t}function ld(t){switch(t){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return t}}function ud(t){return t===ld(t)}function cd(t){switch(t){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}function hd(t,e,n,i){var r=ea(t),o=r[gd(n)](),a=r[vd(n)]()+1,s=Math.floor((a-1)/3)+1,l=r[yd(n)](),u=r["get"+(n?"UTC":"")+"Day"](),c=r[md(n)](),h=(c-1)%12+1,d=r[xd(n)](),p=r[_d(n)](),f=r[bd(n)](),g=i instanceof Oh?i:Xh(i||jh)||$h(),v=g.getModel("time"),y=v.get("month"),m=v.get("monthAbbr"),x=v.get("dayOfWeek"),_=v.get("dayOfWeekAbbr");return(e||"").replace(/{yyyy}/g,o+"").replace(/{yy}/g,o%100+"").replace(/{Q}/g,s+"").replace(/{MMMM}/g,y[a-1]).replace(/{MMM}/g,m[a-1]).replace(/{MM}/g,sd(a,2)).replace(/{M}/g,a+"").replace(/{dd}/g,sd(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,x[u]).replace(/{ee}/g,_[u]).replace(/{e}/g,u+"").replace(/{HH}/g,sd(c,2)).replace(/{H}/g,c+"").replace(/{hh}/g,sd(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,sd(d,2)).replace(/{m}/g,d+"").replace(/{ss}/g,sd(p,2)).replace(/{s}/g,p+"").replace(/{SSS}/g,sd(f,3)).replace(/{S}/g,f+"")}function dd(t,e,n,i,r){var o=null;if(tt(n))o=n;else if(Q(n))o=n(t.value,e,{level:t.level});else{var a=z({},nd);if(t.level>0)for(var s=0;s=0;--s)if(l[u]){o=l[u];break}o=o||a.none}if(J(o)){var h=null==t.level?0:t.level>=0?t.level:o.length+t.level;h=Math.min(h,o.length-1),o=o[h]}}return hd(new Date(t.value),o,r,i)}function pd(t,e){var n=ea(t),i=n[vd(e)]()+1,r=n[yd(e)](),o=n[md(e)](),a=n[xd(e)](),s=n[_d(e)](),l=n[bd(e)](),u=0===l,c=u&&0===s,h=c&&0===a,d=h&&0===o,p=d&&1===r,f=p&&1===i;return f?"year":p?"month":d?"day":h?"hour":c?"minute":u?"second":"millisecond"}function fd(t,e,n){var i=nt(t)?ea(t):t;switch(e=e||pd(t,n),e){case"year":return i[gd(n)]();case"half-year":return i[vd(n)]()>=6?1:0;case"quarter":return Math.floor((i[vd(n)]()+1)/4);case"month":return i[vd(n)]();case"day":return i[yd(n)]();case"half-day":return i[md(n)]()/24;case"hour":return i[md(n)]();case"minute":return i[xd(n)]();case"second":return i[_d(n)]();case"millisecond":return i[bd(n)]()}}function gd(t){return t?"getUTCFullYear":"getFullYear"}function vd(t){return t?"getUTCMonth":"getMonth"}function yd(t){return t?"getUTCDate":"getDate"}function md(t){return t?"getUTCHours":"getHours"}function xd(t){return t?"getUTCMinutes":"getMinutes"}function _d(t){return t?"getUTCSeconds":"getSeconds"}function bd(t){return t?"getUTCMilliseconds":"getMilliseconds"}function wd(t){return t?"setUTCFullYear":"setFullYear"}function Sd(t){return t?"setUTCMonth":"setMonth"}function Md(t){return t?"setUTCDate":"setDate"}function Id(t){return t?"setUTCHours":"setHours"}function Td(t){return t?"setUTCMinutes":"setMinutes"}function Cd(t){return t?"setUTCSeconds":"setSeconds"}function Ad(t){return t?"setUTCMilliseconds":"setMilliseconds"}function kd(t){if(!la(t))return tt(t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function Dd(t,e){return t=(t||"").toLowerCase().replace(/-(.)/g,(function(t,e){return e.toUpperCase()})),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}var Ld=gt,Pd=/([&<>"'])/g,Od={"&":"&","<":"<",">":">",'"':""","'":"'"};function Rd(t){return null==t?"":(t+"").replace(Pd,(function(t,e){return Od[e]}))}function Ed(t,e,n){var i="{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}";function r(t){return t&&yt(t)?t:"-"}function o(t){return!(null==t||isNaN(t)||!isFinite(t))}var a="time"===e,s=t instanceof Date;if(a||s){var l=a?ea(t):t;if(!isNaN(+l))return hd(l,i,n);if(s)return"-"}if("ordinal"===e)return et(t)?r(t):nt(t)&&o(t)?t+"":"-";var u=sa(t);return o(u)?kd(u):et(t)?r(t):"boolean"===typeof t?t+"":"-"}var Nd=["a","b","c","d","e","f","g"],zd=function(t,e){return"{"+t+(null==e?"":e)+"}"};function Bd(t,e,n){J(e)||(e=[e]);var i=e.length;if(!i)return"";for(var r=e[0].$vars||[],o=0;o':'';var a=n.markerId||"markerX";return{renderMode:o,content:"{"+a+"|} ",style:"subItem"===r?{width:4,height:4,borderRadius:2,backgroundColor:i}:{width:10,height:10,borderRadius:5,backgroundColor:i}}}function Hd(t,e){return e=e||"transparent",tt(t)?t:it(t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function Gd(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}var Wd=W,qd=["left","right","top","bottom","width","height"],Ud=[["width","left","right"],["height","top","bottom"]];function jd(t,e,n,i,r){var o=0,a=0;null==i&&(i=1/0),null==r&&(r=1/0);var s=0;e.eachChild((function(l,u){var c,h,d=l.getBoundingRect(),p=e.childAt(u+1),f=p&&p.getBoundingRect();if("horizontal"===t){var g=d.width+(f?-f.x+d.x:0);c=o+g,c>i||l.newline?(o=0,c=g,a+=s+n,s=d.height):s=Math.max(s,d.height)}else{var v=d.height+(f?-f.y+d.y:0);h=a+v,h>r||l.newline?(o+=s+n,a=0,h=v,s=d.width):s=Math.max(s,d.width)}l.newline||(l.x=o,l.y=a,l.markRedraw(),"horizontal"===t?o=c+n:a=h+n)}))}var Zd=jd;K(jd,"vertical"),K(jd,"horizontal");function Yd(t,e,n){var i=e.width,r=e.height,o=Wo(t.left,i),a=Wo(t.top,r),s=Wo(t.right,i),l=Wo(t.bottom,r);return(isNaN(o)||isNaN(parseFloat(t.left)))&&(o=0),(isNaN(s)||isNaN(parseFloat(t.right)))&&(s=i),(isNaN(a)||isNaN(parseFloat(t.top)))&&(a=0),(isNaN(l)||isNaN(parseFloat(t.bottom)))&&(l=r),n=Ld(n||0),{width:Math.max(s-o-n[1]-n[3],0),height:Math.max(l-a-n[0]-n[2],0)}}function Xd(t,e,n){n=Ld(n||0);var i=e.width,r=e.height,o=Wo(t.left,i),a=Wo(t.top,r),s=Wo(t.right,i),l=Wo(t.bottom,r),u=Wo(t.width,i),c=Wo(t.height,r),h=n[2]+n[0],d=n[1]+n[3],p=t.aspect;switch(isNaN(u)&&(u=i-s-d-o),isNaN(c)&&(c=r-l-h-a),null!=p&&(isNaN(u)&&isNaN(c)&&(p>i/r?u=.8*i:c=.8*r),isNaN(u)&&(u=p*c),isNaN(c)&&(c=u/p)),isNaN(o)&&(o=i-s-u-d),isNaN(a)&&(a=r-l-c-h),t.left||t.right){case"center":o=i/2-u/2-n[3];break;case"right":o=i-u-d;break}switch(t.top||t.bottom){case"middle":case"center":a=r/2-c/2-n[0];break;case"bottom":a=r-c-h;break}o=o||0,a=a||0,isNaN(u)&&(u=i-d-o-(s||0)),isNaN(c)&&(c=r-h-a-(l||0));var f=new oo(o+n[3],a+n[0],u,c);return f.margin=n,f}function $d(t,e,n,i,r,o){var a,s=!r||!r.hv||r.hv[0],l=!r||!r.hv||r.hv[1],u=r&&r.boundingMode||"all";if(o=o||t,o.x=t.x,o.y=t.y,!s&&!l)return!1;if("raw"===u)a="group"===t.type?new oo(0,0,+e.width||0,+e.height||0):t.getBoundingRect();else if(a=t.getBoundingRect(),t.needLocalTransform()){var c=t.getLocalTransform();a=a.clone(),a.applyTransform(c)}var h=Xd(B({width:a.width,height:a.height},e),n,i),d=s?h.x-a.x:0,p=l?h.y-a.y:0;return"raw"===u?(o.x=d,o.y=p):(o.x+=d,o.y+=p),o===t&&t.markRedraw(),!0}function Kd(t,e){return null!=t[Ud[e][0]]||null!=t[Ud[e][1]]&&null!=t[Ud[e][2]]}function Jd(t){var e=t.layoutMode||t.constructor.layoutMode;return it(e)?e:e?{type:e}:null}function Qd(t,e,n){var i=n&&n.ignoreSize;!J(i)&&(i=[i,i]);var r=a(Ud[0],0),o=a(Ud[1],1);function a(n,r){var o={},a=0,u={},c=0,h=2;if(Wd(n,(function(e){u[e]=t[e]})),Wd(n,(function(t){s(e,t)&&(o[t]=u[t]=e[t]),l(o,t)&&a++,l(u,t)&&c++})),i[r])return l(e,n[1])?u[n[2]]=null:l(e,n[2])&&(u[n[1]]=null),u;if(c!==h&&a){if(a>=h)return o;for(var d=0;d=0;a--)o=E(o,n[a],!0);e.defaultOption=o}return e.defaultOption},e.prototype.getReferringComponents=function(t,e){var n=t+"Index",i=t+"Id";return Wa(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},e.prototype.getBoxLayoutParams=function(){var t=this;return{left:t.get("left"),top:t.get("top"),right:t.get("right"),bottom:t.get("bottom"),width:t.get("width"),height:t.get("height")}},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=function(){var t=e.prototype;t.type="component",t.id="",t.name="",t.mainType="",t.subType="",t.componentIndex=0}(),e}(Oh);function rp(t){var e=[];return W(ip.getClassesByMainType(t),(function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])})),e=q(e,(function(t){return Ja(t).main})),"dataset"!==t&&V(e,"dataset")<=0&&e.unshift("dataset"),e}is(ip,Oh),ls(ip),Nh(ip),zh(ip,rp);const op=ip;var ap="";"undefined"!==typeof navigator&&(ap=navigator.platform||"");var sp="rgba(0, 0, 0, 0.2)";const lp={darkMode:"auto",colorBy:"series",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientColor:["#f6efa6","#d88273","#bf444c"],aria:{decal:{decals:[{color:sp,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:sp,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:sp,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:sp,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:sp,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:sp,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:ap.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};var up=wt(["tooltip","label","itemName","itemId","itemGroupId","seriesName"]),cp="original",hp="arrayRows",dp="objectRows",pp="keyedColumns",fp="typedArray",gp="unknown",vp="column",yp="row",mp={Must:1,Might:2,Not:3},xp=za();function _p(t){xp(t).datasetMap=wt()}function bp(t,e,n){var i={},r=Sp(e);if(!r||!t)return i;var o,a,s=[],l=[],u=e.ecModel,c=xp(u).datasetMap,h=r.uid+"_"+n.seriesLayoutBy;t=t.slice(),W(t,(function(e,n){var r=it(e)?e:t[n]={name:e};"ordinal"===r.type&&null==o&&(o=n,a=f(r)),i[r.name]=[]}));var d=c.get(h)||c.set(h,{categoryWayDim:a,valueWayDim:0});function p(t,e,n){for(var i=0;ie)return t[i];return t[n-1]}function Bp(t,e,n,i,r,o,a){o=o||t;var s=e(o),l=s.paletteIdx||0,u=s.paletteNameMap=s.paletteNameMap||{};if(u.hasOwnProperty(r))return u[r];var c=null!=a&&i?zp(i,a):n;if(c=c||n,c&&c.length){var h=c[l];return r&&(u[r]=h),s.paletteIdx=(l+1)%c.length,h}}function Vp(t,e){e(t).paletteIdx=0,e(t).paletteNameMap={}}var Fp="\0_ec_inner",Hp=1;var Gp=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.init=function(t,e,n,i,r,o){i=i||{},this.option=null,this._theme=new Oh(i),this._locale=new Oh(r),this._optionManager=o},e.prototype.setOption=function(t,e,n){var i=Zp(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},e.prototype.resetOption=function(t,e){return this._resetOption(t,Zp(e))},e.prototype._resetOption=function(t,e){var n=!1,i=this._optionManager;if(!t||"recreate"===t){var r=i.mountOption("recreate"===t);0,this.option&&"recreate"!==t?(this.restoreData(),this._mergeOption(r,e)):Pp(this,r),n=!0}if("timeline"!==t&&"media"!==t||this.restoreData(),!t||"recreate"===t||"timeline"===t){var o=i.getTimelineOption(this);o&&(n=!0,this._mergeOption(o,e))}if(!t||"recreate"===t||"media"===t){var a=i.getMediaOption(this);a.length&&W(a,(function(t){n=!0,this._mergeOption(t,e)}),this)}return n},e.prototype.mergeOption=function(t){this._mergeOption(t,null)},e.prototype._mergeOption=function(t,e){var n=this.option,i=this._componentsMap,r=this._componentsCount,o=[],a=wt(),s=e&&e.replaceMergeMainTypeMap;function l(e){var o=kp(this,e,ga(t[e])),a=i.get(e),l=a?s&&s.get(e)?"replaceMerge":"normalMerge":"replaceAll",u=_a(a,o,l);Oa(u,e,op),n[e]=null,i.set(e,null),r.set(e,0);var c,h=[],d=[],p=0;W(u,(function(t,n){var i=t.existing,r=t.newOption;if(r){var o="series"===e,a=op.getClass(e,t.keyInfo.subType,!o);if(!a)return;if("tooltip"===e){if(c)return void 0;c=!0}if(i&&i.constructor===a)i.name=t.keyInfo.name,i.mergeOption(r,this),i.optionUpdated(r,!1);else{var s=z({componentIndex:n},t.keyInfo);i=new a(r,this,this,s),z(i,s),t.brandNew&&(i.__requireNewView=!0),i.init(r,this,this),i.optionUpdated(null,!0)}}else i&&(i.mergeOption({},this),i.optionUpdated({},!1));i?(h.push(i.option),d.push(i),p++):(h.push(void 0),d.push(void 0))}),this),n[e]=h,i.set(e,d),r.set(e,p),"series"===e&&Dp(this)}_p(this),W(t,(function(t,e){null!=t&&(op.hasClass(e)?e&&(o.push(e),a.set(e,!0)):n[e]=null==n[e]?R(t):E(n[e],t,!0))})),s&&s.each((function(t,e){op.hasClass(e)&&!a.get(e)&&(o.push(e),a.set(e,!0))})),op.topologicalTravel(o,op.getAllClassMainTypes(),l,this),this._seriesIndices||Dp(this)},e.prototype.getOption=function(){var t=R(this.option);return W(t,(function(e,n){if(op.hasClass(n)){for(var i=ga(e),r=i.length,o=!1,a=r-1;a>=0;a--)i[a]&&!La(i[a])?o=!0:(i[a]=null,!o&&r--);i.length=r,t[n]=i}})),delete t[Fp],t},e.prototype.getTheme=function(){return this._theme},e.prototype.getLocaleModel=function(){return this._locale},e.prototype.setUpdatePayload=function(t){this._payload=t},e.prototype.getUpdatePayload=function(){return this._payload},e.prototype.getComponent=function(t,e){var n=this._componentsMap.get(t);if(n){var i=n[e||0];if(i)return i;if(null==e)for(var r=0;r=e:"max"===n?t<=e:t===e}function sf(t,e){return t.join(",")===e.join(",")}const lf=nf;var uf=W,cf=it,hf=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function df(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=hf.length;n=0;g--){var v=t[g];if(s||(d=v.data.rawIndexOf(v.stackedByDimension,h)),d>=0){var y=v.data.getByRawIndex(v.stackResultDimension,d);if("all"===l||"positive"===l&&y>0||"negative"===l&&y<0||"samesign"===l&&p>=0&&y>0||"samesign"===l&&p<=0&&y<0){p=$o(p,y),f=y;break}}}return i[0]=p,i[1]=f,i}))}))}var Ef,Nf,zf,Bf,Vf,Ff=function(){function t(t){this.data=t.data||(t.sourceFormat===pp?{}:[]),this.sourceFormat=t.sourceFormat||gp,this.seriesLayoutBy=t.seriesLayoutBy||vp,this.startIndex=t.startIndex||0,this.dimensionsDetectedCount=t.dimensionsDetectedCount,this.metaRawOption=t.metaRawOption;var e=this.dimensionsDefine=t.dimensionsDefine;if(e)for(var n=0;nu&&(u=p)}s[0]=l,s[1]=u}},i=function(){return this._data?this._data.length/this._dimSize:0};function r(t){for(var e=0;e=0&&(s=o.interpolatedValue[l])}return null!=s?s+"":""}))}},t.prototype.getRawValue=function(t,e){return lg(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function hg(t){var e,n;return it(t)?t.type&&(n=t):e=t,{text:e,frag:n}}function dg(t){return new pg(t)}var pg=function(){function t(t){t=t||{},this._reset=t.reset,this._plan=t.plan,this._count=t.count,this._onDirty=t.onDirty,this._dirty=!0}return t.prototype.perform=function(t){var e,n=this._upstream,i=t&&t.skip;if(this._dirty&&n){var r=this.context;r.data=r.outputData=n.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this),this._plan&&!i&&(e=this._plan(this.context));var o,a=c(this._modBy),s=this._modDataCount||0,l=c(t&&t.modBy),u=t&&t.modDataCount||0;function c(t){return!(t>=1)&&(t=1),t}a===l&&s===u||(e="reset"),(this._dirty||"reset"===e)&&(this._dirty=!1,o=this._doReset(i)),this._modBy=l,this._modDataCount=u;var h=t&&t.step;if(this._dueEnd=n?n._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var d=this._dueIndex,p=Math.min(null!=h?this._dueIndex+h:1/0,this._dueEnd);if(!i&&(o||d1&&i>0?s:a}};return o;function a(){return e=t?null:oe},gte:function(t,e){return t>=e}},bg=function(){function t(t,e){if(!nt(e)){var n="";0,vg(n)}this._opFn=_g[t],this._rvalFloat=sa(e)}return t.prototype.evaluate=function(t){return nt(t)?this._opFn(t,this._rvalFloat):this._opFn(sa(t),this._rvalFloat)},t}(),wg=function(){function t(t,e){var n="desc"===t;this._resultLT=n?1:-1,null==e&&(e=n?"min":"max"),this._incomparable="min"===e?-1/0:1/0}return t.prototype.evaluate=function(t,e){var n=nt(t)?t:sa(t),i=nt(e)?e:sa(e),r=isNaN(n),o=isNaN(i);if(r&&(n=this._incomparable),o&&(i=this._incomparable),r&&o){var a=tt(t),s=tt(e);a&&(n=s?t:0),s&&(i=a?e:0)}return ni?-this._resultLT:0},t}(),Sg=function(){function t(t,e){this._rval=e,this._isEQ=t,this._rvalTypeof=typeof e,this._rvalFloat=sa(e)}return t.prototype.evaluate=function(t){var e=t===this._rval;if(!e){var n=typeof t;n===this._rvalTypeof||"number"!==n&&"number"!==this._rvalTypeof||(e=sa(t)===this._rvalFloat)}return this._isEQ?e:!e},t}();function Mg(t,e){return"eq"===t||"ne"===t?new Sg("eq"===t,e):Tt(_g,t)?new bg(t,e):null}var Ig=function(){function t(){}return t.prototype.getRawData=function(){throw new Error("not supported")},t.prototype.getRawDataItem=function(t){throw new Error("not supported")},t.prototype.cloneRawData=function(){},t.prototype.getDimensionInfo=function(t){},t.prototype.cloneAllDimensionInfo=function(){},t.prototype.count=function(){},t.prototype.retrieveValue=function(t,e){},t.prototype.retrieveValueFromItem=function(t,e){},t.prototype.convertValue=function(t,e){return yg(t,e)},t}();function Tg(t,e){var n=new Ig,i=t.data,r=n.sourceFormat=t.sourceFormat,o=t.startIndex,a="";t.seriesLayoutBy!==vp&&vg(a);var s=[],l={},u=t.dimensionsDefine;if(u)W(u,(function(t,e){var n=t.name,i={index:e,name:n,displayName:t.displayName};if(s.push(i),null!=n){var r="";Tt(l,n)&&vg(r),l[n]=i}}));else for(var c=0;c65535?Bg:Vg}function qg(){return[1/0,-1/0]}function Ug(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function jg(t,e,n,i,r){var o=Gg[n||"float"];if(r){var a=t[e],s=a&&a.length;if(s!==i){for(var l=new o(i),u=0;ug[1]&&(g[1]=f)}return this._rawCount=this._count=s,{start:a,end:s}},t.prototype._initDataFromProvider=function(t,e,n){for(var i=this._provider,r=this._chunks,o=this._dimensions,a=o.length,s=this._rawExtent,l=q(o,(function(t){return t.property})),u=0;uv[1]&&(v[1]=g)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=e,this._extent=[]},t.prototype.count=function(){return this._count},t.prototype.get=function(t,e){if(!(e>=0&&e=0&&e=this._rawCount||t<0)return-1;if(!this._indices)return t;var e=this._indices,n=e[t];if(null!=n&&nt))return o;r=o-1}}return-1},t.prototype.indicesOfNearest=function(t,e,n){var i=this._chunks,r=i[t],o=[];if(!r)return o;null==n&&(n=1/0);for(var a=1/0,s=-1,l=0,u=0,c=this.count();u=0&&s<0)&&(a=p,s=d,l=0),d===s&&(o[l++]=u))}return o.length=l,o},t.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var r=0;r=c&&y<=h||isNaN(y))&&(s[l++]=f),f++}p=!0}else if(2===r){g=d[i[0]];var m=d[i[1]],x=t[i[1]][0],_=t[i[1]][1];for(v=0;v=c&&y<=h||isNaN(y))&&(b>=x&&b<=_||isNaN(b))&&(s[l++]=f),f++}p=!0}}if(!p)if(1===r)for(v=0;v=c&&y<=h||isNaN(y))&&(s[l++]=w)}else for(v=0;vt[I][1])&&(S=!1)}S&&(s[l++]=e.getRawIndex(v))}return lv[1]&&(v[1]=g)}}}},t.prototype.lttbDownSample=function(t,e){var n,i,r,o=this.clone([t],!0),a=o._chunks,s=a[t],l=this.count(),u=0,c=Math.floor(1/e),h=this.getRawIndex(0),d=new(Wg(this._rawCount))(Math.min(2*(Math.ceil(l/c)+2),l));d[u++]=h;for(var p=1;pn&&(n=i,r=x))}T>0&&Tu-p&&(s=u-p,a.length=s);for(var f=0;fc[1]&&(c[1]=v),h[d++]=y}return r._count=d,r._indices=h,r._updateGetRawIdx(),r},t.prototype.each=function(t,e){if(this._count)for(var n=t.length,i=this._chunks,r=0,o=this.count();rs&&(s=c)}return i=[a,s],this._extent[t]=i,i},t.prototype.getRawDataItem=function(t){var e=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(e);for(var n=[],i=this._chunks,r=0;r=0?this._indices[t]:-1},t.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},t.internalField=function(){function t(t,e,n,i){return yg(t[i],this._dimensions[i])}Ng={arrayRows:t,objectRows:function(t,e,n,i){return yg(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return yg(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}();const Yg=Zg;var Xg=function(){function t(t){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=t}return t.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},t.prototype._setLocalSource=function(t,e){this._sourceList=t,this._upstreamSignList=e,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},t.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},t.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},t.prototype._createSource=function(){this._setLocalSource([],[]);var t,e,n=this._sourceHost,i=this._getUpstreamSourceManagers(),r=!!i.length;if(Kg(n)){var o=n,a=void 0,s=void 0,l=void 0;if(r){var u=i[0];u.prepareSource(),l=u.getSource(),a=l.data,s=l.sourceFormat,e=[u._getVersionSign()]}else a=o.get("data",!0),s=ot(a)?fp:cp,e=[];var c=this._getSourceMetaRawOption()||{},h=l&&l.metaRawOption||{},d=dt(c.seriesLayoutBy,h.seriesLayoutBy)||null,p=dt(c.sourceHeader,h.sourceHeader),f=dt(c.dimensions,h.dimensions),g=d!==h.seriesLayoutBy||!!p!==!!h.sourceHeader||f;t=g?[Gf(a,{seriesLayoutBy:d,sourceHeader:p,dimensions:f},s)]:[]}else{var v=n;if(r){var y=this._applyTransform(i);t=y.sourceList,e=y.upstreamSignList}else{var m=v.get("source",!0);t=[Gf(m,this._getSourceMetaRawOption(),null)],e=[]}}this._setLocalSource(t,e)},t.prototype._applyTransform=function(t){var e,n=this._sourceHost,i=n.get("transform",!0),r=n.get("fromTransformResult",!0);if(null!=r){var o="";1!==t.length&&Jg(o)}var a=[],s=[];return W(t,(function(t){t.prepareSource();var e=t.getSource(r||0),n="";null==r||e||Jg(n),a.push(e),s.push(t._getVersionSign())})),i?e=Og(i,a,{datasetIndex:n.componentIndex}):null!=r&&(e=[qf(a[0])]),{sourceList:e,upstreamSignList:s}},t.prototype._isDirty=function(){if(this._dirty)return!0;for(var t=this._getUpstreamSourceManagers(),e=0;e1||n>0&&!t.noHeader;return W(t.blocks,(function(t){var n=av(t);n>=e&&(e=n+ +(i&&(!n||rv(t)&&!t.noHeader)))})),e}return 0}function sv(t,e,n,i){var r=e.noHeader,o=cv(av(e)),a=[],s=e.blocks||[];vt(!s||J(s)),s=s||[];var l=t.orderMode;if(e.sortBlocks&&l){s=s.slice();var u={valueAsc:"asc",valueDesc:"desc"};if(Tt(u,l)){var c=new wg(u[l],null);s.sort((function(t,e){return c.evaluate(t.sortParam,e.sortParam)}))}else"seriesDesc"===l&&s.reverse()}W(s,(function(n,r){var s=e.valueFormatter,l=ov(n)(s?z(z({},t),{valueFormatter:s}):t,n,r>0?o.html:0,i);null!=l&&a.push(l)}));var h="richText"===t.renderMode?a.join(o.richText):hv(a.join(""),r?n:o.html);if(r)return h;var d=Ed(e.header,"ordinal",t.useUTC),p=tv(i,t.renderMode).nameStyle;return"richText"===t.renderMode?fv(t,d,p)+o.richText+h:hv('
'+Rd(d)+"
"+h,n)}function lv(t,e,n,i){var r=t.renderMode,o=e.noName,a=e.noValue,s=!e.markerType,l=e.name,u=t.useUTC,c=e.valueFormatter||t.valueFormatter||function(t){return t=J(t)?t:[t],q(t,(function(t,e){return Ed(t,J(p)?p[e]:p,u)}))};if(!o||!a){var h=s?"":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||"#333",r),d=o?"":Ed(l,"ordinal",u),p=e.valueType,f=a?[]:c(e.value),g=!s||!o,v=!s&&o,y=tv(i,r),m=y.nameStyle,x=y.valueStyle;return"richText"===r?(s?"":h)+(o?"":fv(t,d,m))+(a?"":gv(t,f,g,v,x)):hv((s?"":h)+(o?"":dv(d,!s,m))+(a?"":pv(f,g,v,x)),n)}}function uv(t,e,n,i,r,o){if(t){var a=ov(t),s={useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter};return a(s,t,0,o)}}function cv(t){return{html:ev[t],richText:nv[t]}}function hv(t,e){var n='
',i="margin: "+e+"px 0 0";return'
'+t+n+"
"}function dv(t,e,n){var i=e?"margin-left:2px":"";return''+Rd(t)+""}function pv(t,e,n,i){var r=n?"10px":"20px",o=e?"float:right;margin-left:"+r:"";return t=J(t)?t:[t],''+q(t,(function(t){return Rd(t)})).join("  ")+""}function fv(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function gv(t,e,n,i,r){var o=[r],a=i?10:20;return n&&o.push({padding:[0,0,0,a],align:"right"}),t.markupStyleCreator.wrapRichTextStyle(J(e)?e.join(" "):e,o)}function vv(t,e){var n=t.getData().getItemVisual(e,"style"),i=n[t.visualDrawType];return Hd(i)}function yv(t,e){var n=t.get("padding");return null!=n?n:"richText"===e?[8,10]:10}var mv=function(){function t(){this.richTextStyles={},this._nextStyleNameId=ua()}return t.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},t.prototype.makeTooltipMarker=function(t,e,n){var i="richText"===n?this._generateStyleName():null,r=Fd({color:e,type:t,renderMode:n,markerId:i});return tt(r)?r:(this.richTextStyles[i]=r.style,r.content)},t.prototype.wrapRichTextStyle=function(t,e){var n={};J(e)?W(e,(function(t){return z(n,t)})):z(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},t}();function xv(t){var e,n,i,r,o=t.series,a=t.dataIndex,s=t.multipleSeries,l=o.getData(),u=l.mapDimensionsAll("defaultedTooltip"),c=u.length,h=o.getRawValue(a),d=J(h),p=vv(o,a);if(c>1||d&&!c){var f=_v(h,o,a,u,p);e=f.inlineValues,n=f.inlineValueTypes,i=f.blocks,r=f.inlineValues[0]}else if(c){var g=l.getDimensionInfo(u[0]);r=e=lg(l,a,u[0]),n=g.type}else r=e=d?h[0]:h;var v=Da(o),y=v&&o.name||"",m=l.getName(a),x=s?y:m;return iv("section",{header:y,noHeader:s||!v,sortParam:r,blocks:[iv("nameValue",{markerType:"item",markerColor:p,name:x,noName:!yt(x),value:e,valueType:n})].concat(i||[])})}function _v(t,e,n,i,r){var o=e.getData(),a=U(t,(function(t,e,n){var i=o.getDimensionInfo(n);return t||i&&!1!==i.tooltip&&null!=i.displayName}),!1),s=[],l=[],u=[];function c(t,e){var n=o.getDimensionInfo(e);n&&!1!==n.otherDims.tooltip&&(a?u.push(iv("nameValue",{markerType:"subItem",markerColor:r,name:n.displayName,value:t,valueType:n.type})):(s.push(t),l.push(n.type)))}return i.length?W(i,(function(t){c(lg(o,n,t),t)})):W(t,c),{inlineValues:s,inlineValueTypes:l,blocks:u}}var bv=za();function wv(t,e){return t.getName(e)||t.getId(e)}var Sv="__universalTransitionEnabled",Mv=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}return o(e,t),e.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=dg({count:Cv,reset:Av}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n);var i=bv(this).sourceManager=new Xg(this);i.prepareSource();var r=this.getInitialData(t,n);Dv(r,this),this.dataTask.context.data=r,bv(this).dataBeforeProcessed=r,Iv(this),this._initSelectedMapFromData(r)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=Jd(this),i=n?tp(t):{},r=this.subType;op.hasClass(r)&&(r+="Series"),E(t,e.getTheme().get(this.subType)),E(t,this.getDefaultOption()),va(t,"label",["show"]),this.fillDataTextStyle(t.data),n&&Qd(t,i,n)},e.prototype.mergeOption=function(t,e){t=E(this.option,t,!0),this.fillDataTextStyle(t.data);var n=Jd(this);n&&Qd(this.option,t,n);var i=bv(this).sourceManager;i.dirty(),i.prepareSource();var r=this.getInitialData(t,e);Dv(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,bv(this).dataBeforeProcessed=r,Iv(this),this._initSelectedMapFromData(r)},e.prototype.fillDataTextStyle=function(t){if(t&&!ot(t))for(var e=["show"],n=0;nthis.getShallow("animationThreshold")&&(e=!1),!!e},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=Ep.prototype.getColorFromPalette.call(this,t,e,n);return r||(r=i.getColorFromPalette(t,e,n)),r},e.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},e.prototype.getProgressive=function(){return this.get("progressive")},e.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},e.prototype.select=function(t,e){this._innerSelect(this.getData(e),t)},e.prototype.unselect=function(t,e){var n=this.option.selectedMap;if(n){var i=this.option.selectedMode,r=this.getData(e);if("series"===i||"all"===n)return this.option.selectedMap={},void(this._selectedDataIndicesMap={});for(var o=0;o=0&&n.push(r)}return n},e.prototype.isSelected=function(t,e){var n=this.option.selectedMap;if(!n)return!1;var i=this.getData(e);return("all"===n||n[wv(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this[Sv])return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},e.prototype._innerSelect=function(t,e){var n,i,r=this.option,o=r.selectedMode,a=e.length;if(o&&a)if("series"===o)r.selectedMap="all";else if("multiple"===o){it(r.selectedMap)||(r.selectedMap={});for(var s=r.selectedMap,l=0;l0&&this._innerSelect(t,e)}},e.registerClass=function(t){return op.registerClass(t)},e.protoInitialize=function(){var t=e.prototype;t.type="series.__base__",t.seriesIndex=0,t.ignoreStyleOnData=!1,t.hasSymbolVisual=!1,t.defaultSymbol="circle",t.visualStyleAccessPath="itemStyle",t.visualDrawType="fill"}(),e}(op);function Iv(t){var e=t.name;Da(t)||(t.name=Tv(t)||e)}function Tv(t){var e=t.getRawData(),n=e.mapDimensionsAll("seriesName"),i=[];return W(n,(function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)})),i.join(" ")}function Cv(t){return t.model.getRawData().count()}function Av(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),kv}function kv(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function Dv(t,e){W(St(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),(function(n){t.wrapMethod(n,K(Lv,e))}))}function Lv(t,e){var n=Pv(t);return n&&n.setOutputEnd((e||this).count()),e}function Pv(t){var e=(t.ecModel||{}).scheduler,n=e&&e.getPipeline(t.uid);if(n){var i=n.currentTask;if(i){var r=i.agentStubMap;r&&(i=r.get(t.uid))}return i}}H(Mv,cg),H(Mv,Ep),is(Mv,op);const Ov=Mv;var Rv=function(){function t(){this.group=new Lo,this.uid=Eh("viewComponent")}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){},t.prototype.updateLayout=function(t,e,n,i){},t.prototype.updateVisual=function(t,e,n,i){},t.prototype.toggleBlurSeries=function(t,e,n){},t.prototype.eachRendered=function(t){var e=this.group;e&&e.traverse(t)},t}();es(Rv),ls(Rv);const Ev=Rv;function Nv(){var t=za();return function(e){var n=t(e),i=e.pipelineContext,r=!!n.large,o=!!n.progressiveRender,a=n.large=!(!i||!i.large),s=n.progressiveRender=!(!i||!i.progressiveRender);return!(r===a&&o===s)&&"reset"}}var zv=Sl.CMD,Bv=[[],[],[]],Vv=Math.sqrt,Fv=Math.atan2;function Hv(t,e){if(e){var n,i,r,o,a,s,l=t.data,u=t.len(),c=zv.M,h=zv.C,d=zv.L,p=zv.R,f=zv.A,g=zv.Q;for(r=0,o=0;r1&&(a*=Gv(f),s*=Gv(f));var g=(r===o?-1:1)*Gv((a*a*(s*s)-a*a*(p*p)-s*s*(d*d))/(a*a*(p*p)+s*s*(d*d)))||0,v=g*a*p/s,y=g*-s*d/a,m=(t+n)/2+qv(h)*v-Wv(h)*y,x=(e+i)/2+Wv(h)*v+qv(h)*y,_=Yv([1,0],[(d-v)/a,(p-y)/s]),b=[(d-v)/a,(p-y)/s],w=[(-1*d-v)/a,(-1*p-y)/s],S=Yv(b,w);if(Zv(b,w)<=-1&&(S=Uv),Zv(b,w)>=1&&(S=0),S<0){var M=Math.round(S/Uv*1e6)/1e6;S=2*Uv+M%2*Uv}c.addData(u,m,x,a,s,_,S,h,o)}var $v=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,Kv=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function Jv(t){var e=new Sl;if(!t)return e;var n,i=0,r=0,o=i,a=r,s=Sl.CMD,l=t.match($v);if(!l)return e;for(var u=0;uD*D+L*L&&(M=T,I=C),{cx:M,cy:I,x0:-c,y0:-h,x1:M*(r/b-1),y1:I*(r/b-1)}}function Iy(t){var e;if(J(t)){var n=t.length;if(!n)return t;e=1===n?[t[0],t[0],0,0]:2===n?[t[0],t[0],t[1],t[1]]:3===n?t.concat(t[2]):t}else e=[t,t,t,t];return e}function Ty(t,e){var n,i=_y(e.r,0),r=_y(e.r0||0,0),o=i>0,a=r>0;if(o||a){if(o||(i=r,r=0),r>i){var s=i;i=r,r=s}var l=e.startAngle,u=e.endAngle;if(!isNaN(l)&&!isNaN(u)){var c=e.cx,h=e.cy,d=!!e.clockwise,p=my(u-l),f=p>py&&p%py;if(f>wy&&(p=f),i>wy)if(p>py-wy)t.moveTo(c+i*gy(l),h+i*fy(l)),t.arc(c,h,i,l,u,!d),r>wy&&(t.moveTo(c+r*gy(u),h+r*fy(u)),t.arc(c,h,r,u,l,d));else{var g=void 0,v=void 0,y=void 0,m=void 0,x=void 0,_=void 0,b=void 0,w=void 0,S=void 0,M=void 0,I=void 0,T=void 0,C=void 0,A=void 0,k=void 0,D=void 0,L=i*gy(l),P=i*fy(l),O=r*gy(u),R=r*fy(u),E=p>wy;if(E){var N=e.cornerRadius;N&&(n=Iy(N),g=n[0],v=n[1],y=n[2],m=n[3]);var z=my(i-r)/2;if(x=by(z,y),_=by(z,m),b=by(z,g),w=by(z,v),I=S=_y(x,_),T=M=_y(b,w),(S>wy||M>wy)&&(C=i*gy(u),A=i*fy(u),k=r*gy(l),D=r*fy(l),pwy){var U=by(y,I),j=by(m,I),Z=My(k,D,L,P,i,U,d),Y=My(C,A,O,R,i,j,d);t.moveTo(c+Z.cx+Z.x0,h+Z.cy+Z.y0),I0&&t.arc(c+Z.cx,h+Z.cy,U,yy(Z.y0,Z.x0),yy(Z.y1,Z.x1),!d),t.arc(c,h,i,yy(Z.cy+Z.y1,Z.cx+Z.x1),yy(Y.cy+Y.y1,Y.cx+Y.x1),!d),j>0&&t.arc(c+Y.cx,h+Y.cy,j,yy(Y.y1,Y.x1),yy(Y.y0,Y.x0),!d))}else t.moveTo(c+L,h+P),t.arc(c,h,i,l,u,!d);else t.moveTo(c+L,h+P);if(r>wy&&E)if(T>wy){U=by(g,T),j=by(v,T),Z=My(O,R,C,A,r,-j,d),Y=My(L,P,k,D,r,-U,d);t.lineTo(c+Z.cx+Z.x0,h+Z.cy+Z.y0),T0&&t.arc(c+Z.cx,h+Z.cy,j,yy(Z.y0,Z.x0),yy(Z.y1,Z.x1),!d),t.arc(c,h,r,yy(Z.cy+Z.y1,Z.cx+Z.x1),yy(Y.cy+Y.y1,Y.cx+Y.x1),d),U>0&&t.arc(c+Y.cx,h+Y.cy,U,yy(Y.y1,Y.x1),yy(Y.y0,Y.x0),!d))}else t.lineTo(c+O,h+R),t.arc(c,h,r,u,l,d);else t.lineTo(c+O,h+R)}else t.moveTo(c,h);t.closePath()}}}var Cy=function(){function t(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0,this.cornerRadius=0}return t}(),Ay=function(t){function e(e){return t.call(this,e)||this}return Dt(e,t),e.prototype.getDefaultShape=function(){return new Cy},e.prototype.buildPath=function(t,e){Ty(t,e)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(Xl);Ay.prototype.type="sector";const ky=Ay;var Dy=function(){function t(){this.cx=0,this.cy=0,this.r=0,this.r0=0}return t}(),Ly=function(t){function e(e){return t.call(this,e)||this}return Dt(e,t),e.prototype.getDefaultShape=function(){return new Dy},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=2*Math.PI;t.moveTo(n+e.r,i),t.arc(n,i,e.r,0,r,!1),t.moveTo(n+e.r0,i),t.arc(n,i,e.r0,0,r,!0)},e}(Xl);Ly.prototype.type="ring";const Py=Ly;function Oy(t,e,n,i){var r,o,a,s,l=[],u=[],c=[],h=[];if(i){a=[1/0,1/0],s=[-1/0,-1/0];for(var d=0,p=t.length;d=2){if(i){var o=Oy(r,i,n,e.smoothConstraint);t.moveTo(r[0][0],r[0][1]);for(var a=r.length,s=0;s<(n?a:a-1);s++){var l=o[2*s],u=o[2*s+1],c=r[(s+1)%a];t.bezierCurveTo(l[0],l[1],u[0],u[1],c[0],c[1])}}else{t.moveTo(r[0][0],r[0][1]);s=1;for(var h=r.length;slm[1]){if(a=!1,r)return a;var u=Math.abs(lm[0]-sm[1]),c=Math.abs(sm[0]-lm[1]);Math.min(u,c)>i.len()&&(uMath.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function Em(t){return!t.isGroup}function Nm(t){return null!=t.shape}function zm(t,e,n){if(t&&e){var i=r(t);e.traverse((function(t){if(Em(t)&&t.anid){var e=i[t.anid];if(e){var r=o(t);t.attr(o(e)),$c(t,r,n,Lu(t).dataIndex)}}}))}function r(t){var e={};return t.traverse((function(t){Em(t)&&t.anid&&(e[t.anid]=t)})),e}function o(t){var e={x:t.x,y:t.y,rotation:t.rotation};return Nm(t)&&(e.shape=z({},t.shape)),e}}function Bm(t,e){return q(t,(function(t){var n=t[0];n=vm(n,e.x),n=ym(n,e.x+e.width);var i=t[1];return i=vm(i,e.y),i=ym(i,e.y+e.height),[n,i]}))}function Vm(t,e){var n=vm(t.x,e.x),i=ym(t.x+t.width,e.x+e.width),r=vm(t.y,e.y),o=ym(t.y+t.height,e.y+e.height);if(i>=n&&o>=r)return{x:n,y:r,width:i-n,height:o-r}}function Fm(t,e,n){var i=z({rectHover:!0},e),r=i.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf("image://")?(r.image=t.slice(8),B(r,n),new iu(i)):Mm(t.replace("path://",""),i,n,"center")}function Hm(t,e,n,i,r){for(var o=0,a=r[r.length-1];o1)return!1;var v=Wm(p,f,c,h)/d;return!(v<0||v>1)}function Wm(t,e,n,i){return t*i-n*e}function qm(t){return t<=1e-6&&t>=-1e-6}function Um(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=tt(e)?{formatter:e}:e,o=n.mainType,a=n.componentIndex,s={componentType:o,name:i,$vars:["name"]};s[o+"Index"]=a;var l=t.formatterParamsExtra;l&&W(Y(l),(function(t){Tt(s,t)||(s[t]=l[t],s.$vars.push(t))}));var u=Lu(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:B({content:i,formatterParams:s},r)}}function jm(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function Zm(t,e){if(t)if(J(t))for(var n=0;n=0?h():c=setTimeout(h,-r),l=i};return d.clear=function(){c&&(clearTimeout(c),c=null)},d.debounceNextCall=function(t){s=t},d}function sx(t,e,n,i){var r=t[e];if(r){var o=r[ix]||r,a=r[ox],s=r[rx];if(s!==n||a!==i){if(null==n||!i)return t[e]=o;r=t[e]=ax(o,n,"debounce"===i),r[ix]=o,r[ox]=i,r[rx]=n}return r}}function lx(t,e){var n=t[e];n&&n[ix]&&(n.clear&&n.clear(),t[e]=n[ix])}var ux=za(),cx={itemStyle:us(kh,!0),lineStyle:us(Th,!0)},hx={lineStyle:"stroke",itemStyle:"fill"};function dx(t,e){var n=t.visualStyleMapper||cx[e];return n||(console.warn("Unkown style type '"+e+"'."),cx.itemStyle)}function px(t,e){var n=t.visualDrawType||hx[e];return n||(console.warn("Unkown style type '"+e+"'."),"fill")}var fx={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=t.getModel(i),o=dx(t,i),a=o(r),s=r.getShallow("decal");s&&(n.setVisual("decal",s),s.dirty=!0);var l=px(t,i),u=a[l],c=Q(u)?u:null,h="auto"===a.fill||"auto"===a.stroke;if(!a[l]||c||h){var d=t.getColorFromPalette(t.name,null,e.getSeriesCount());a[l]||(a[l]=d,n.setVisual("colorFromPalette",!0)),a.fill="auto"===a.fill||Q(a.fill)?d:a.fill,a.stroke="auto"===a.stroke||Q(a.stroke)?d:a.stroke}if(n.setVisual("style",a),n.setVisual("drawType",l),!e.isSeriesFiltered(t)&&c)return n.setVisual("colorFromPalette",!1),{dataEach:function(e,n){var i=t.getDataParams(n),r=z({},a);r[l]=c(i),e.setItemVisual(n,"style",r)}}}},gx=new Oh,vx={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(!t.ignoreStyleOnData&&!e.isSeriesFiltered(t)){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=dx(t,i),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){gx.option=n[i];var a=r(gx),s=t.ensureUniqueItemVisual(e,"style");z(s,a),gx.option.decal&&(t.setItemVisual(e,"decal",gx.option.decal),gx.option.decal.dirty=!0),o in a&&t.setItemVisual(e,"colorFromPalette",!1)}}:null}}}},yx={performRawSeries:!0,overallReset:function(t){var e=wt();t.eachSeries((function(t){var n=t.getColorBy();if(!t.isColorBySeries()){var i=t.type+"-"+n,r=e.get(i);r||(r={},e.set(i,r)),ux(t).scope=r}})),t.eachSeries((function(e){if(!e.isColorBySeries()&&!t.isSeriesFiltered(e)){var n=e.getRawData(),i={},r=e.getData(),o=ux(e).scope,a=e.visualStyleAccessPath||"itemStyle",s=px(e,a);r.each((function(t){var e=r.getRawIndex(t);i[e]=t})),n.each((function(t){var a=i[t],l=r.getItemVisual(a,"colorFromPalette");if(l){var u=r.ensureUniqueItemVisual(a,"style"),c=n.getName(t)||t+"",h=n.count();u[s]=e.getColorFromPalette(c,o,h)}}))}}))}},mx=Math.PI;function xx(t,e){e=e||{},B(e,{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 Lo,i=new du({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});n.add(i);var r,o=new Du({style:{text:e.text,fill:e.textColor,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:e.fontFamily},zlevel:e.zlevel,z:10001}),a=new du({style:{fill:"none"},textContent:o,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});return n.add(a),e.showSpinner&&(r=new Jy({shape:{startAngle:-mx/2,endAngle:-mx/2+.1,r:e.spinnerRadius},style:{stroke:e.color,lineCap:"round",lineWidth:e.lineWidth},zlevel:e.zlevel,z:10001}),r.animateShape(!0).when(1e3,{endAngle:3*mx/2}).start("circularInOut"),r.animateShape(!0).when(1e3,{startAngle:3*mx/2}).delay(300).start("circularInOut"),n.add(r)),n.resize=function(){var n=o.getBoundingRect().width,s=e.showSpinner?e.spinnerRadius:0,l=(t.getWidth()-2*s-(e.showSpinner&&n?10:0)-n)/2-(e.showSpinner&&n?0:5+n/2)+(e.showSpinner?0:n/2)+(n?0:s),u=t.getHeight()/2;e.showSpinner&&r.setShape({cx:l,cy:u}),a.setShape({x:l-s,y:u-s,width:2*s,height:2*s}),i.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},n.resize(),n}var _x=function(){function t(t,e,n,i){this._stageTaskMap=wt(),this.ecInstance=t,this.api=e,n=this._dataProcessorHandlers=n.slice(),i=this._visualHandlers=i.slice(),this._allHandlers=n.concat(i)}return t.prototype.restoreData=function(t,e){t.restoreData(e),this._stageTaskMap.each((function(t){var e=t.overallTask;e&&e.dirty()}))},t.prototype.getPerformArgs=function(t,e){if(t.__pipeline){var n=this._pipelineMap.get(t.__pipeline.id),i=n.context,r=!e&&n.progressiveEnabled&&(!i||i.progressiveRender)&&t.__idxInPipeline>n.blockIndex,o=r?n.step:null,a=i&&i.modDataCount,s=null!=a?Math.ceil(a/o):null;return{step:o,modBy:s,modDataCount:a}}},t.prototype.getPipeline=function(t){return this._pipelineMap.get(t)},t.prototype.updateStreamModes=function(t,e){var n=this._pipelineMap.get(t.uid),i=t.getData(),r=i.count(),o=n.progressiveEnabled&&e.incrementalPrepareRender&&r>=n.threshold,a=t.get("large")&&r>=t.get("largeThreshold"),s="mod"===t.get("progressiveChunkMode")?r:null;t.pipelineContext=n.context={progressiveRender:o,modDataCount:s,large:a}},t.prototype.restorePipelines=function(t){var e=this,n=e._pipelineMap=wt();t.eachSeries((function(t){var i=t.getProgressive(),r=t.uid;n.set(r,{id:r,head:null,tail:null,threshold:t.getProgressiveThreshold(),progressiveEnabled:i&&!(t.preventIncremental&&t.preventIncremental()),blockIndex:-1,step:Math.round(i||700),count:0}),e._pipe(t,t.dataTask)}))},t.prototype.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.api.getModel(),n=this.api;W(this._allHandlers,(function(i){var r=t.get(i.uid)||t.set(i.uid,{}),o="";vt(!(i.reset&&i.overallReset),o),i.reset&&this._createSeriesStageTask(i,r,e,n),i.overallReset&&this._createOverallStageTask(i,r,e,n)}),this)},t.prototype.prepareView=function(t,e,n,i){var r=t.renderTask,o=r.context;o.model=e,o.ecModel=n,o.api=i,r.__block=!t.incrementalPrepareRender,this._pipe(e,r)},t.prototype.performDataProcessorTasks=function(t,e){this._performStageTasks(this._dataProcessorHandlers,t,e,{block:!0})},t.prototype.performVisualTasks=function(t,e,n){this._performStageTasks(this._visualHandlers,t,e,n)},t.prototype._performStageTasks=function(t,e,n,i){i=i||{};var r=!1,o=this;function a(t,e){return t.setDirty&&(!t.dirtyMap||t.dirtyMap.get(e.__pipeline.id))}W(t,(function(t,s){if(!i.visualType||i.visualType===t.visualType){var l=o._stageTaskMap.get(t.uid),u=l.seriesTaskMap,c=l.overallTask;if(c){var h,d=c.agentStubMap;d.each((function(t){a(i,t)&&(t.dirty(),h=!0)})),h&&c.dirty(),o.updatePayload(c,n);var p=o.getPerformArgs(c,i.block);d.each((function(t){t.perform(p)})),c.perform(p)&&(r=!0)}else u&&u.each((function(s,l){a(i,s)&&s.dirty();var u=o.getPerformArgs(s,i.block);u.skip=!t.performRawSeries&&e.isSeriesFiltered(s.context.model),o.updatePayload(s,n),s.perform(u)&&(r=!0)}))}})),this.unfinished=r||this.unfinished},t.prototype.performSeriesTasks=function(t){var e;t.eachSeries((function(t){e=t.dataTask.perform()||e})),this.unfinished=e||this.unfinished},t.prototype.plan=function(){this._pipelineMap.each((function(t){var e=t.tail;do{if(e.__block){t.blockIndex=e.__idxInPipeline;break}e=e.getUpstream()}while(e)}))},t.prototype.updatePayload=function(t,e){"remain"!==e&&(t.context.payload=e)},t.prototype._createSeriesStageTask=function(t,e,n,i){var r=this,o=e.seriesTaskMap,a=e.seriesTaskMap=wt(),s=t.seriesType,l=t.getTargetSeries;function u(e){var s=e.uid,l=a.set(s,o&&o.get(s)||dg({plan:Tx,reset:Cx,count:Dx}));l.context={model:e,ecModel:n,api:i,useClearVisual:t.isVisual&&!t.isLayout,plan:t.plan,reset:t.reset,scheduler:r},r._pipe(e,l)}t.createOnAllSeries?n.eachRawSeries(u):s?n.eachRawSeriesByType(s,u):l&&l(n,i).each(u)},t.prototype._createOverallStageTask=function(t,e,n,i){var r=this,o=e.overallTask=e.overallTask||dg({reset:bx});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var a=o.agentStubMap,s=o.agentStubMap=wt(),l=t.seriesType,u=t.getTargetSeries,c=!0,h=!1,d="";function p(t){var e=t.uid,n=s.set(e,a&&a.get(e)||(h=!0,dg({reset:Sx,onDirty:Ix})));n.context={model:t,overallProgress:c},n.agent=o,n.__block=c,r._pipe(t,n)}vt(!t.createOnAllSeries,d),l?n.eachRawSeriesByType(l,p):u?u(n,i).each(p):(c=!1,W(n.getSeries(),p)),h&&o.dirty()},t.prototype._pipe=function(t,e){var n=t.uid,i=this._pipelineMap.get(n);!i.head&&(i.head=e),i.tail&&i.tail.pipe(e),i.tail=e,e.__idxInPipeline=i.count++,e.__pipeline=i},t.wrapStageHandler=function(t,e){return Q(t)&&(t={overallReset:t,seriesType:Lx(t)}),t.uid=Eh("stageHandler"),e&&(t.visualType=e),t},t}();function bx(t){t.overallReset(t.ecModel,t.api,t.payload)}function Sx(t){return t.overallProgress&&Mx}function Mx(){this.agent.dirty(),this.getDownstream().dirty()}function Ix(){this.agent&&this.agent.dirty()}function Tx(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function Cx(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=ga(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?q(e,(function(t,e){return kx(e)})):Ax}var Ax=kx(0);function kx(t){return function(e,n){var i=n.data,r=n.resetDefines[t];if(r&&r.dataEach)for(var o=e.start;o0&&c===r.length-u.length){var h=r.slice(0,c);"data"!==h&&(e.mainType=h,e[u.toLowerCase()]=t,s=!0)}}a.hasOwnProperty(r)&&(n[r]=t,s=!0),s||(i[r]=t)}))}return{cptQuery:e,dataQuery:n,otherQuery:i}},t.prototype.filter=function(t,e){var n=this.eventInfo;if(!n)return!0;var i=n.targetEl,r=n.packedEvent,o=n.model,a=n.view;if(!o||!a)return!0;var s=e.cptQuery,l=e.dataQuery;return u(s,o,"mainType")&&u(s,o,"subType")&&u(s,o,"index","componentIndex")&&u(s,o,"name")&&u(s,o,"id")&&u(l,r,"name")&&u(l,r,"dataIndex")&&u(l,r,"dataType")&&(!a.filterForExposedEvent||a.filterForExposedEvent(t,e.otherQuery,i,r));function u(t,e,n,i){return null==t[n]||e[i||n]===t[n]}},t.prototype.afterTrigger=function(){this.eventInfo=null},t}(),jx=["symbol","symbolSize","symbolRotate","symbolOffset"],Zx=jx.concat(["symbolKeepAspect"]),Yx={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData();if(t.legendIcon&&n.setVisual("legendIcon",t.legendIcon),t.hasSymbolVisual){for(var i={},r={},o=!1,a=0;a=0&&x_(l)?l:.5;var u=t.createRadialGradient(a,s,0,a,s,l);return u}function w_(t,e,n){for(var i="radial"===e.type?b_(t,e,n):__(t,e,n),r=e.colorStops,o=0;o0?"dashed"===t?[4*e,2*e]:"dotted"===t?[e]:nt(t)?[t]:J(t)?t:null:null}function C_(t){var e=t.style,n=e.lineDash&&e.lineWidth>0&&T_(e.lineDash,e.lineWidth),i=e.lineDashOffset;if(n){var r=e.strokeNoScale&&t.getLineScale?t.getLineScale():1;r&&1!==r&&(n=q(n,(function(t){return t/r})),i/=r)}return[n,i]}var A_=new Sl(!0);function k_(t){var e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))}function D_(t){return"string"===typeof t&&"none"!==t}function L_(t){var e=t.fill;return null!=e&&"none"!==e}function P_(t,e){if(null!=e.fillOpacity&&1!==e.fillOpacity){var n=t.globalAlpha;t.globalAlpha=e.fillOpacity*e.opacity,t.fill(),t.globalAlpha=n}else t.fill()}function O_(t,e){if(null!=e.strokeOpacity&&1!==e.strokeOpacity){var n=t.globalAlpha;t.globalAlpha=e.strokeOpacity*e.opacity,t.stroke(),t.globalAlpha=n}else t.stroke()}function R_(t,e,n){var i=gs(e.image,e.__image,n);if(ys(i)){var r=t.createPattern(i,e.repeat||"repeat");if("function"===typeof DOMMatrix&&r&&r.setTransform){var o=new DOMMatrix;o.translateSelf(e.x||0,e.y||0),o.rotateSelf(0,0,(e.rotation||0)*At),o.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(o)}return r}}function E_(t,e,n,i){var r,o=k_(n),a=L_(n),s=n.strokePercent,l=s<1,u=!e.path;e.silent&&!l||!u||e.createPathProxy();var c=e.path||A_,h=e.__dirty;if(!i){var d=n.fill,p=n.stroke,f=a&&!!d.colorStops,g=o&&!!p.colorStops,v=a&&!!d.image,y=o&&!!p.image,m=void 0,x=void 0,_=void 0,b=void 0,w=void 0;(f||g)&&(w=e.getBoundingRect()),f&&(m=h?w_(t,d,w):e.__canvasFillGradient,e.__canvasFillGradient=m),g&&(x=h?w_(t,p,w):e.__canvasStrokeGradient,e.__canvasStrokeGradient=x),v&&(_=h||!e.__canvasFillPattern?R_(t,d,e):e.__canvasFillPattern,e.__canvasFillPattern=_),y&&(b=h||!e.__canvasStrokePattern?R_(t,p,e):e.__canvasStrokePattern,e.__canvasStrokePattern=_),f?t.fillStyle=m:v&&(_?t.fillStyle=_:a=!1),g?t.strokeStyle=x:y&&(b?t.strokeStyle=b:o=!1)}var S,M,I=e.getGlobalScale();c.setScale(I[0],I[1],e.segmentIgnoreThreshold),t.setLineDash&&n.lineDash&&(r=C_(e),S=r[0],M=r[1]);var T=!0;(u||h&Xe)&&(c.setDPR(t.dpr),l?c.setContext(null):(c.setContext(t),T=!1),c.reset(),e.buildPath(c,e.shape,i),c.toStatic(),e.pathUpdated()),T&&c.rebuildPath(t,l?s:1),S&&(t.setLineDash(S),t.lineDashOffset=M),i||(n.strokeFirst?(o&&O_(t,n),a&&P_(t,n)):(a&&P_(t,n),o&&O_(t,n))),S&&t.setLineDash([])}function N_(t,e,n){var i=e.__image=gs(n.image,e.__image,e,e.onload);if(i&&ys(i)){var r=n.x||0,o=n.y||0,a=e.getWidth(),s=e.getHeight(),l=i.width/i.height;if(null==a&&null!=s?a=s*l:null==s&&null!=a?s=a/l:null==a&&null==s&&(a=i.width,s=i.height),n.sWidth&&n.sHeight){var u=n.sx||0,c=n.sy||0;t.drawImage(i,u,c,n.sWidth,n.sHeight,r,o,a,s)}else if(n.sx&&n.sy){u=n.sx,c=n.sy;var h=a-u,d=s-c;t.drawImage(i,u,c,h,d,r,o,a,s)}else t.drawImage(i,r,o,a,s)}}function z_(t,e,n){var i,r=n.text;if(null!=r&&(r+=""),r){t.font=n.font||p,t.textAlign=n.textAlign,t.textBaseline=n.textBaseline;var o=void 0,a=void 0;t.setLineDash&&n.lineDash&&(i=C_(e),o=i[0],a=i[1]),o&&(t.setLineDash(o),t.lineDashOffset=a),n.strokeFirst?(k_(n)&&t.strokeText(r,n.x,n.y),L_(n)&&t.fillText(r,n.x,n.y)):(L_(n)&&t.fillText(r,n.x,n.y),k_(n)&&t.strokeText(r,n.x,n.y)),o&&t.setLineDash([])}}var B_=["shadowBlur","shadowOffsetX","shadowOffsetY"],V_=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function F_(t,e,n,i,r){var o=!1;if(!i&&(n=n||{},e===n))return!1;if(i||e.opacity!==n.opacity){K_(t,r),o=!0;var a=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(a)?Rs.opacity:a}(i||e.blend!==n.blend)&&(o||(K_(t,r),o=!0),t.globalCompositeOperation=e.blend||Rs.blend);for(var s=0;s0&&t.unfinished);t.unfinished||this._zr.flush()}}},e.prototype.getDom=function(){return this._dom},e.prototype.getId=function(){return this.id},e.prototype.getZr=function(){return this._zr},e.prototype.isSSR=function(){return this._ssr},e.prototype.setOption=function(t,e,n){if(!this[Eb])if(this._disposed)gw(this.id);else{var i,r,o;if(it(e)&&(n=e.lazyUpdate,i=e.silent,r=e.replaceMerge,o=e.transition,e=e.notMerge),this[Eb]=!0,!this._model||e){var a=new lf(this._api),s=this._theme,l=this._model=new Yp;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(t,{replaceMerge:r},xw);var u={seriesTransition:o,optionChanged:!0};if(n)this[Nb]={silent:i,updateParams:u},this[Eb]=!1,this.getZr().wakeUp();else{try{jb(this),Xb.update.call(this,null,u)}catch(wy){throw this[Nb]=null,this[Eb]=!1,wy}this._ssr||this._zr.flush(),this[Nb]=null,this[Eb]=!1,Qb.call(this,i),tw.call(this,i)}}},e.prototype.setTheme=function(){gg("ECharts#setTheme() is DEPRECATED in ECharts 3.0")},e.prototype.getModel=function(){return this._model},e.prototype.getOption=function(){return this._model&&this._model.getOption()},e.prototype.getWidth=function(){return this._zr.getWidth()},e.prototype.getHeight=function(){return this._zr.getHeight()},e.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||yb&&window.devicePixelRatio||1},e.prototype.getRenderedCanvas=function(t){return this.renderToCanvas(t)},e.prototype.renderToCanvas=function(t){t=t||{};var e=this._zr.painter;return e.getRenderedCanvas({backgroundColor:t.backgroundColor||this._model.get("backgroundColor"),pixelRatio:t.pixelRatio||this.getDevicePixelRatio()})},e.prototype.renderToSVGString=function(t){t=t||{};var e=this._zr.painter;return e.renderToString({useViewBox:t.useViewBox})},e.prototype.getSvgDataURL=function(){if(c.svgSupported){var t=this._zr,e=t.storage.getDisplayList();return W(e,(function(t){t.stopAnimation(null,!0)})),t.painter.toDataURL()}},e.prototype.getDataURL=function(t){if(!this._disposed){t=t||{};var e=t.excludeComponents,n=this._model,i=[],r=this;W(e,(function(t){n.eachComponent({mainType:t},(function(t){var e=r._componentsMap[t.__viewId];e.group.ignore||(i.push(e),e.group.ignore=!0)}))}));var o="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.renderToCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return W(i,(function(t){t.group.ignore=!1})),o}gw(this.id)},e.prototype.getConnectedDataURL=function(t){if(!this._disposed){var e="svg"===t.type,n=this.group,i=Math.min,r=Math.max,o=1/0;if(Mw[n]){var a=o,s=o,l=-o,u=-o,c=[],h=t&&t.pixelRatio||this.getDevicePixelRatio();W(Sw,(function(o,h){if(o.group===n){var d=e?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(R(t)),p=o.getDom().getBoundingClientRect();a=i(p.left,a),s=i(p.top,s),l=r(p.right,l),u=r(p.bottom,u),c.push({dom:d,left:p.left,top:p.top})}})),a*=h,s*=h,l*=h,u*=h;var d=l-a,p=u-s,f=x.createCanvas(),g=zo(f,{renderer:e?"svg":"canvas"});if(g.resize({width:d,height:p}),e){var v="";return W(c,(function(t){var e=t.left-a,n=t.top-s;v+=''+t.dom+""})),g.painter.getSvgRoot().innerHTML=v,t.connectedBackgroundColor&&g.painter.setBackgroundColor(t.connectedBackgroundColor),g.refreshImmediately(),g.painter.toDataURL()}return t.connectedBackgroundColor&&g.add(new du({shape:{x:0,y:0,width:d,height:p},style:{fill:t.connectedBackgroundColor}})),W(c,(function(t){var e=new iu({style:{x:t.left*h-a,y:t.top*h-s,image:t.dom}});g.add(e)})),g.refreshImmediately(),f.toDataURL("image/"+(t&&t.type||"png"))}return this.getDataURL(t)}gw(this.id)},e.prototype.convertToPixel=function(t,e){return $b(this,"convertToPixel",t,e)},e.prototype.convertFromPixel=function(t,e){return $b(this,"convertFromPixel",t,e)},e.prototype.containPixel=function(t,e){if(!this._disposed){var n,i=this._model,r=Va(i,t);return W(r,(function(t,i){i.indexOf("Models")>=0&&W(t,(function(t){var r=t.coordinateSystem;if(r&&r.containPoint)n=n||!!r.containPoint(e);else if("seriesModels"===i){var o=this._chartsMap[t.__viewId];o&&o.containPoint&&(n=n||o.containPoint(e,t))}else 0}),this)}),this),!!n}gw(this.id)},e.prototype.getVisual=function(t,e){var n=this._model,i=Va(n,t,{defaultMainType:"series"}),r=i.seriesModel;var o=r.getData(),a=i.hasOwnProperty("dataIndexInside")?i.dataIndexInside:i.hasOwnProperty("dataIndex")?o.indexOfRawIndex(i.dataIndex):null;return null!=a?$x(o,a,e):Kx(o,e)},e.prototype.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},e.prototype.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]},e.prototype._initEvents=function(){var t=this;W(fw,(function(e){var n=function(n){var i,r=t.getModel(),o=n.target,a="globalout"===e;if(a?i={}:o&&n_(o,(function(t){var e=Lu(t);if(e&&null!=e.dataIndex){var n=e.dataModel||r.getSeriesByIndex(e.seriesIndex);return i=n&&n.getDataParams(e.dataIndex,e.dataType)||{},!0}if(e.eventData)return i=z({},e.eventData),!0}),!0),i){var s=i.componentType,l=i.componentIndex;"markLine"!==s&&"markPoint"!==s&&"markArea"!==s||(s="series",l=i.seriesIndex);var u=s&&null!=l&&r.getComponent(s,l),c=u&&t["series"===u.mainType?"_chartsMap":"_componentsMap"][u.__viewId];0,i.event=n,i.type=e,t._$eventProcessor.eventInfo={targetEl:o,packedEvent:i,model:u,view:c},t.trigger(e,i)}};n.zrEventfulCallAtLast=!0,t._zr.on(e,n,t)})),W(yw,(function(e,n){t._messageCenter.on(n,(function(t){this.trigger(n,t)}),t)})),W(["selectchanged"],(function(e){t._messageCenter.on(e,(function(t){this.trigger(e,t)}),t)})),e_(this._messageCenter,this,this._api)},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){this._disposed?gw(this.id):this.setOption({series:[]},!0)},e.prototype.dispose=function(){if(this._disposed)gw(this.id);else{this._disposed=!0;var t=this.getDom();t&&qa(this.getDom(),Tw,"");var e=this,n=e._api,i=e._model;W(e._componentsViews,(function(t){t.dispose(i,n)})),W(e._chartsViews,(function(t){t.dispose(i,n)})),e._zr.dispose(),e._dom=e._model=e._chartsMap=e._componentsMap=e._chartsViews=e._componentsViews=e._scheduler=e._api=e._zr=e._throttledZrFlush=e._theme=e._coordSysMgr=e._messageCenter=null,delete Sw[e.id]}},e.prototype.resize=function(t){if(!this[Eb])if(this._disposed)gw(this.id);else{this._zr.resize(t);var e=this._model;if(this._loadingFX&&this._loadingFX.resize(),e){var n=e.resetOption("media"),i=t&&t.silent;this[Nb]&&(null==i&&(i=this[Nb].silent),n=!0,this[Nb]=null),this[Eb]=!0;try{n&&jb(this),Xb.update.call(this,{type:"resize",animation:z({duration:0},t&&t.animation)})}catch(wy){throw this[Eb]=!1,wy}this[Eb]=!1,Qb.call(this,i),tw.call(this,i)}}},e.prototype.showLoading=function(t,e){if(this._disposed)gw(this.id);else if(it(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),ww[t]){var n=ww[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}},e.prototype.hideLoading=function(){this._disposed?gw(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},e.prototype.makeActionFromEvent=function(t){var e=z({},t);return e.type=yw[t.type],e},e.prototype.dispatchAction=function(t,e){if(this._disposed)gw(this.id);else if(it(e)||(e={silent:!!e}),vw[t.type]&&this._model)if(this[Eb])this._pendingActions.push(t);else{var n=e.silent;Jb.call(this,t,n);var i=e.flush;i?this._zr.flush():!1!==i&&c.browser.weChat&&this._throttledZrFlush(),Qb.call(this,n),tw.call(this,n)}},e.prototype.updateLabelLayout=function(){pb.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},e.prototype.appendData=function(t){if(this._disposed)gw(this.id);else{var e=t.seriesIndex,n=this.getModel(),i=n.getSeriesByIndex(e);0,i.appendData(t),this._scheduler.unfinished=!0,this.getZr().wakeUp()}},e.internalField=function(){function t(t){t.clearColorPalette(),t.eachSeries((function(t){t.clearColorPalette()}))}function e(t){var e=[],n=[],i=!1;if(t.eachComponent((function(t,r){var o=r.get("zlevel")||0,a=r.get("z")||0,s=r.getZLevelKey();i=i||!!s,("series"===t?n:e).push({zlevel:o,z:a,idx:r.componentIndex,type:t,key:s})})),i){var r,o,a=e.concat(n);je(a,(function(t,e){return t.zlevel===e.zlevel?t.z-e.z:t.zlevel-e.zlevel})),W(a,(function(e){var n=t.getComponent(e.type,e.idx),i=e.zlevel,a=e.key;null!=r&&(i=Math.max(r,i)),a?(i===r&&a!==o&&i++,o=a):o&&(i===r&&i++,o=""),r=i,n.setZLevel(i)}))}}function n(t){for(var e=[],n=t.currentStates,i=0;ie.get("hoverLayerThreshold")&&!c.node&&!c.worker&&e.eachSeries((function(e){if(!e.preventUsingHoverLayer){var n=t._chartsMap[e.__viewId];n.__alive&&n.eachRendered((function(t){t.states.emphasis&&(t.states.emphasis.hoverLayer=!0)}))}}))}function r(t,e){var n=t.get("blendMode")||null;e.eachRendered((function(t){t.isGroup||(t.style.blend=n)}))}function a(t,e){if(!t.preventAutoZ){var n=t.get("z")||0,i=t.get("zlevel")||0;e.eachRendered((function(t){return s(t,n,i,-1/0),!0}))}}function s(t,e,n,i){var r=t.getTextContent(),o=t.getTextGuideLine(),a=t.isGroup;if(a)for(var l=t.childrenRef(),u=0;u0?{duration:o,delay:i.get("delay"),easing:i.get("easing")}:null;e.eachRendered((function(t){if(t.states&&t.states.emphasis){if(Jc(t))return;if(t instanceof Xl&&jc(t),t.__dirty){var e=t.prevStates;e&&t.useStates(e)}if(r){t.stateTransition=a;var i=t.getTextContent(),o=t.getTextGuideLine();i&&(i.stateTransition=a),o&&(o.stateTransition=a)}t.__dirty&&n(t)}}))}jb=function(t){var e=t._scheduler;e.restorePipelines(t._model),e.prepareStageTasks(),Zb(t,!0),Zb(t,!1),e.plan()},Zb=function(t,e){for(var n=t._model,i=t._scheduler,r=e?t._componentsViews:t._chartsViews,o=e?t._componentsMap:t._chartsMap,a=t._zr,s=t._api,l=0;l=0)){Vw.push(n);var o=Nx.wrapStageHandler(n,r);o.__prio=e,o.__raw=n,t.push(o)}}function Hw(t,e){ww[t]=e}function Gw(t,e,n){var i=vb("registerMap");i&&i(t,e,n)}var Ww=Pg;Bw(Tb,fx),Bw(kb,vx),Bw(kb,yx),Bw(Tb,Yx),Bw(kb,Xx),Bw(Ob,hb),Dw(Pf),Lw(_b,Of),Hw("default",xx),Ew({type:qu,event:qu,update:qu},Ct),Ew({type:Uu,event:Uu,update:Uu},Ct),Ew({type:ju,event:ju,update:ju},Ct),Ew({type:Zu,event:Zu,update:Zu},Ct),Ew({type:Yu,event:Yu,update:Yu},Ct),kw("light",Bx),kw("dark",qx);var qw=[],Uw={registerPreprocessor:Dw,registerProcessor:Lw,registerPostInit:Pw,registerPostUpdate:Ow,registerUpdateLifecycle:Rw,registerAction:Ew,registerCoordinateSystem:Nw,registerLayout:zw,registerVisual:Bw,registerTransform:Ww,registerLoading:Hw,registerMap:Gw,registerImpl:gb,PRIORITY:Rb,ComponentModel:op,ComponentView:Ev,SeriesModel:Ov,ChartView:nx,registerComponentModel:function(t){op.registerClass(t)},registerComponentView:function(t){Ev.registerClass(t)},registerSeriesModel:function(t){Ov.registerClass(t)},registerChartView:function(t){nx.registerClass(t)},registerSubTypeDefaulter:function(t,e){op.registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){Bo(t,e)}};function jw(t){J(t)?W(t,(function(t){jw(t)})):V(qw,t)>=0||(qw.push(t),Q(t)&&(t={install:t}),t.install(Uw))}var Zw=2*Math.PI,Yw=Sl.CMD,Xw=["top","right","bottom","left"];function $w(t,e,n,i,r){var o=n.width,a=n.height;switch(t){case"top":i.set(n.x+o/2,n.y-e),r.set(0,-1);break;case"bottom":i.set(n.x+o/2,n.y+a+e),r.set(0,1);break;case"left":i.set(n.x-e,n.y+a/2),r.set(-1,0);break;case"right":i.set(n.x+o+e,n.y+a/2),r.set(1,0);break}}function Kw(t,e,n,i,r,o,a,s,l){a-=t,s-=e;var u=Math.sqrt(a*a+s*s);a/=u,s/=u;var c=a*n+t,h=s*n+e;if(Math.abs(i-r)%Zw<1e-4)return l[0]=c,l[1]=h,u-n;if(o){var d=i;i=Al(r),r=Al(d)}else i=Al(i),r=Al(r);i>r&&(r+=Zw);var p=Math.atan2(s,a);if(p<0&&(p+=Zw),p>=i&&p<=r||p+Zw>=i&&p+Zw<=r)return l[0]=c,l[1]=h,u-n;var f=n*Math.cos(i)+t,g=n*Math.sin(i)+e,v=n*Math.cos(r)+t,y=n*Math.sin(r)+e,m=(f-a)*(f-a)+(g-s)*(g-s),x=(v-a)*(v-a)+(y-s)*(y-s);return m0){e=e/180*Math.PI,iS.fromArray(t[0]),rS.fromArray(t[1]),oS.fromArray(t[2]),Xr.sub(aS,iS,rS),Xr.sub(sS,oS,rS);var n=aS.len(),i=sS.len();if(!(n<.001||i<.001)){aS.scale(1/n),sS.scale(1/i);var r=aS.dot(sS),o=Math.cos(e);if(o1&&Xr.copy(cS,oS),cS.toArray(t[1])}}}}function dS(t,e,n){if(n<=180&&n>0){n=n/180*Math.PI,iS.fromArray(t[0]),rS.fromArray(t[1]),oS.fromArray(t[2]),Xr.sub(aS,rS,iS),Xr.sub(sS,oS,rS);var i=aS.len(),r=sS.len();if(!(i<.001||r<.001)){aS.scale(1/i),sS.scale(1/r);var o=aS.dot(e),a=Math.cos(n);if(o=l)Xr.copy(cS,oS);else{cS.scaleAndAdd(sS,s/Math.tan(Math.PI/2-c));var h=oS.x!==rS.x?(cS.x-rS.x)/(oS.x-rS.x):(cS.y-rS.y)/(oS.y-rS.y);if(isNaN(h))return;h<0?Xr.copy(cS,rS):h>1&&Xr.copy(cS,oS)}cS.toArray(t[1])}}}}function pS(t,e,n,i){var r="normal"===n,o=r?t:t.ensureState(n);o.ignore=e;var a=i.get("smooth");a&&!0===a&&(a=.3),o.shape=o.shape||{},a>0&&(o.shape.smooth=a);var s=i.getModel("lineStyle").getLineStyle();r?t.useStyle(s):o.style=s}function fS(t,e){var n=e.smooth,i=e.points;if(i)if(t.moveTo(i[0][0],i[0][1]),n>0&&i.length>=3){var r=Wt(i[0],i[1]),o=Wt(i[1],i[2]);if(!r||!o)return t.lineTo(i[1][0],i[1][1]),void t.lineTo(i[2][0],i[2][1]);var a=Math.min(r,o)*n,s=jt([],i[1],i[0],a/r),l=jt([],i[1],i[2],a/o),u=jt([],s,l,.5);t.bezierCurveTo(s[0],s[1],s[0],s[1],u[0],u[1]),t.bezierCurveTo(l[0],l[1],l[0],l[1],i[2][0],i[2][1])}else for(var c=1;c0&&o&&w(-h/a,0,a);var v,y,m=t[0],x=t[a-1];return _(),v<0&&S(-v,.8),y<0&&S(y,.8),_(),b(v,y,1),b(y,v,-1),_(),v<0&&M(-v),y<0&&M(y),u}function _(){v=m.rect[e]-i,y=r-x.rect[e]-x.rect[n]}function b(t,e,n){if(t<0){var i=Math.min(e,-t);if(i>0){w(i*n,0,a);var r=i+t;r<0&&S(-r*n,1)}else S(-t*n,1)}}function w(n,i,r){0!==n&&(u=!0);for(var o=i;o0)for(l=0;l0;l--){d=o[l-1]*h;w(-d,l,a)}}}function M(t){var e=t<0?-1:1;t=Math.abs(t);for(var n=Math.ceil(t/(a-1)),i=0;i0?w(n,0,i+1):w(-n,a-i-1,a),t-=n,t<=0)return}}function xS(t,e,n,i){return mS(t,"x","width",e,n,i)}function _S(t,e,n,i){return mS(t,"y","height",e,n,i)}function bS(t){var e=[];t.sort((function(t,e){return e.priority-t.priority}));var n=new oo(0,0,0,0);function i(t){if(!t.ignore){var e=t.ensureState("emphasis");null==e.ignore&&(e.ignore=!1)}t.ignore=!0}for(var r=0;r=0&&n.attr(r.oldLayoutSelect),V(c,"emphasis")>=0&&n.attr(r.oldLayoutEmphasis)),$c(n,l,e,s)}else if(n.attr(l),!mh(n).valueAnimation){var h=dt(n.style.opacity,1);n.style.opacity=0,Kc(n,{style:{opacity:h}},e,s)}if(r.oldLayout=l,n.states.select){var d=r.oldLayoutSelect={};AS(d,l,kS),AS(d,n.states.select,kS)}if(n.states.emphasis){var p=r.oldLayoutEmphasis={};AS(p,l,kS),AS(p,n.states.emphasis,kS)}_h(n,s,u,e,e)}if(i&&!i.ignore&&!i.invisible){r=CS(i),o=r.oldLayout;var f={points:i.shape.points};o?(i.attr({shape:o}),$c(i,{shape:f},e)):(i.setShape(f),i.style.strokePercent=0,Kc(i,{style:{strokePercent:1}},e)),r.oldLayout=f}},t}();const LS=DS;var PS=za();function OS(t){t.registerUpdateLifecycle("series:beforeupdate",(function(t,e,n){var i=PS(e).labelManager;i||(i=PS(e).labelManager=new LS),i.clearLabels()})),t.registerUpdateLifecycle("series:layoutlabels",(function(t,e,n){var i=PS(e).labelManager;n.updatedSeries.forEach((function(t){i.addLabelsOfSeries(e.getViewOfSeriesModel(t))})),i.updateLayoutConfig(e),i.layout(e),i.processLabelsOverall()}))}function RS(t,e,n){var i=x.createCanvas(),r=e.getWidth(),o=e.getHeight(),a=i.style;return a&&(a.position="absolute",a.left="0",a.top="0",a.width=r+"px",a.height=o+"px",i.setAttribute("data-zr-dom-id",t)),i.width=r*n,i.height=o*n,i}jw(OS);var ES=function(t){function e(e,n,i){var r,o=t.call(this)||this;o.motionBlur=!1,o.lastFrameAlpha=.7,o.dpr=1,o.virtual=!1,o.config={},o.incremental=!1,o.zlevel=0,o.maxRepaintRectCount=5,o.__dirty=!0,o.__firstTimePaint=!0,o.__used=!1,o.__drawIndex=0,o.__startIndex=0,o.__endIndex=0,o.__prevStartIndex=null,o.__prevEndIndex=null,i=i||Sr,"string"===typeof e?r=RS(e,n,i):it(e)&&(r=e,e=r.id),o.id=e,o.dom=r;var a=r.style;return a&&(It(r),r.onselectstart=function(){return!1},a.padding="0",a.margin="0",a.borderWidth="0"),o.painter=n,o.dpr=i,o}return Dt(e,t),e.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},e.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},e.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},e.prototype.setUnpainted=function(){this.__firstTimePaint=!0},e.prototype.createBackBuffer=function(){var t=this.dpr;this.domBack=RS("back-"+this.id,this.painter,t),this.ctxBack=this.domBack.getContext("2d"),1!==t&&this.ctxBack.scale(t,t)},e.prototype.createRepaintRects=function(t,e,n,i){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var r,o=[],a=this.maxRepaintRectCount,s=!1,l=new oo(0,0,0,0);function u(t){if(t.isFinite()&&!t.isZero())if(0===o.length){var e=new oo(0,0,0,0);e.copy(t),o.push(e)}else{for(var n=!1,i=1/0,r=0,u=0;u=a)}}for(var c=this.__startIndex;c15)break}}n.prevElClipPaths&&c.restore()};if(d)if(0===d.length)s=l.__endIndex;else for(var _=p.dpr,b=0;b0&&t>i[0]){for(s=0;st)break;a=n[i[s]]}if(i.splice(s+1,0,t),n[t]=e,!e.virtual)if(a){var l=a.dom;l.nextSibling?o.insertBefore(e.dom,l.nextSibling):o.appendChild(e.dom)}else o.firstChild?o.insertBefore(e.dom,o.firstChild):o.appendChild(e.dom);e.__painter=this}},t.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i0?VS:0),this._needsManuallyCompositing),u.__builtin__||O("ZLevel "+l+" has been used by unkown layer "+u.id),u!==a&&(u.__used=!0,u.__startIndex!==o&&(u.__dirty=!0),u.__startIndex=o,u.incremental?u.__drawIndex=-1:u.__drawIndex=o,e(o),a=u),i.__dirty&Ze&&!i.__inHover&&(u.__dirty=!0,u.incremental&&u.__drawIndex<0&&(u.__drawIndex=o))}e(o),this.eachBuiltinLayer((function(t,e){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)}))},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(t){t.clear()},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t,W(this._layers,(function(t){t.setUnpainted()}))},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?E(n[t],e,!0):n[t]=e;for(var i=0;i=XS:-l>=XS),d=l>0?l%XS:l%XS+XS,p=!1;p=!!h||!hi(c)&&d>=YS===!!u;var f=t+n*ZS(o),g=e+i*jS(o);this._start&&this._add("M",f,g);var v=Math.round(r*$S);if(h){var y=1/this._p,m=(u?1:-1)*(XS-y);this._add("A",n,i,v,1,+u,t+n*ZS(o+m),e+i*jS(o+m)),y>.01&&this._add("A",n,i,v,0,+u,f,g)}else{var x=t+n*ZS(a),_=e+i*jS(a);this._add("A",n,i,v,+p,+u,x,_)}},t.prototype.rect=function(t,e,n,i){this._add("M",t,e),this._add("l",n,0),this._add("l",0,i),this._add("l",-n,0),this._add("Z")},t.prototype.closePath=function(){this._d.length>0&&this._add("Z")},t.prototype._add=function(t,e,n,i,r,o,a,s,l){for(var u=[],c=this._p,h=1;h"}function pM(t){return""}function fM(t,e){e=e||{};var n=e.newline?"\n":"";function i(t){var e=t.children,r=t.tag,o=t.attrs;return dM(r,o)+(t.text||"")+(e?""+n+q(e,(function(t){return i(t)})).join(n)+n:"")+pM(r)}return i(t)}function gM(t,e,n){n=n||{};var i=n.newline?"\n":"",r=" {"+i,o=i+"}",a=q(Y(t),(function(e){return e+r+q(Y(t[e]),(function(n){return n+":"+t[e][n]+";"})).join(i)+o})).join(i),s=q(Y(e),(function(t){return"@keyframes "+t+r+q(Y(e[t]),(function(n){return n+r+q(Y(e[t][n]),(function(i){var r=e[t][n][i];return"d"===i&&(r='path("'+r+'")'),i+":"+r+";"})).join(i)+o})).join(i)+o})).join(i);return a||s?[""].join(i):""}function vM(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssClassIdx:0,cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function yM(t,e,n,i){return hM("svg","root",{width:t,height:e,xmlns:aM,"xmlns:xlink":sM,version:"1.1",baseProfile:"full",viewBox:!!i&&"0 0 "+t+" "+e},n)}var mM={cubicIn:"0.32,0,0.67,0",cubicOut:"0.33,1,0.68,1",cubicInOut:"0.65,0,0.35,1",quadraticIn:"0.11,0,0.5,0",quadraticOut:"0.5,1,0.89,1",quadraticInOut:"0.45,0,0.55,1",quarticIn:"0.5,0,0.75,0",quarticOut:"0.25,1,0.5,1",quarticInOut:"0.76,0,0.24,1",quinticIn:"0.64,0,0.78,0",quinticOut:"0.22,1,0.36,1",quinticInOut:"0.83,0,0.17,1",sinusoidalIn:"0.12,0,0.39,0",sinusoidalOut:"0.61,1,0.88,1",sinusoidalInOut:"0.37,0,0.63,1",exponentialIn:"0.7,0,0.84,0",exponentialOut:"0.16,1,0.3,1",exponentialInOut:"0.87,0,0.13,1",circularIn:"0.55,0,1,0.45",circularOut:"0,0.55,0.45,1",circularInOut:"0.85,0,0.15,1"},xM="transform-origin";function _M(t,e,n){var i=z({},t.shape);z(i,e),t.buildPath(n,i);var r=new JS;return r.reset(Ti(t)),n.rebuildPath(r,1),r.generateStr(),r.getStr()}function bM(t,e){var n=e.originX,i=e.originY;(n||i)&&(t[xM]=n+"px "+i+"px")}var wM={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function SM(t,e){var n=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[n]=t,n}function MM(t,e,n){var i,r,o=t.shape.paths,a={};if(W(o,(function(t){var e=vM(n.zrId);e.animation=!0,TM(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,l=Y(o),u=l.length;if(u){r=l[u-1];var c=o[r];for(var h in c){var d=c[h];a[h]=a[h]||{d:""},a[h].d+=d.d||""}for(var p in s){var f=s[p].animation;f.indexOf(r)>=0&&(i=f)}}})),i){e.d=!1;var s=SM(a,n);return i.replace(r,s)}}function IM(t){return tt(t)?mM[t]?"cubic-bezier("+mM[t]+")":Pn(t)?t:"":""}function TM(t,e,n,i){var r=t.animators,o=r.length,a=[];if(t instanceof tm){var s=MM(t,e,n);if(s)a.push(s);else if(!o)return}else if(!o)return;for(var l={},u=0;u0})).length){var k=SM(c,n);return k+" "+r[0]+" both"}}for(var v in l){s=g(l[v]);s&&a.push(s)}if(a.length){var y=n.zrId+"-cls-"+n.cssClassIdx++;n.cssNodes["."+y]={animation:a.join(",")},e["class"]=y}}var CM=Math.round;function AM(t){return t&&tt(t.src)}function kM(t){return t&&Q(t.toDataURL)}function DM(t,e,n,i){oM((function(r,o){var a="fill"===r||"stroke"===r;a&&Mi(o)?qM(e,t,r,i):a&&bi(o)?UM(n,t,r,i):t[r]=o}),e,n,!1),WM(n,t,i)}function LM(t){return hi(t[0]-1)&&hi(t[1])&&hi(t[2])&&hi(t[3]-1)}function PM(t){return hi(t[4])&&hi(t[5])}function OM(t,e,n){if(e&&(!PM(e)||!LM(e))){var i=n?10:1e4;t.transform=LM(e)?"translate("+CM(e[4]*i)/i+" "+CM(e[5]*i)/i+")":fi(e)}}function RM(t,e,n){for(var i=t.points,r=[],o=0;ou?(a=null==n[d+1]?null:n[d+1].elm,lI(t,a,n,l,d)):uI(t,e,s,u))}function dI(t,e){var n=e.elm=t.elm,i=t.children,r=e.children;t!==e&&(cI(t,e),iI(e.text)?rI(i)&&rI(r)?i!==r&&hI(n,i,r):rI(r)?(rI(t.text)&&QM(n,""),lI(n,null,r,0,r.length-1)):rI(i)?uI(n,i,0,i.length-1):rI(t.text)&&QM(n,""):t.text!==e.text&&(rI(i)&&uI(n,i,0,i.length-1),QM(n,e.text)))}function pI(t,e){if(aI(t,e))dI(t,e);else{var n=t.elm,i=KM(n);sI(e),null!==i&&(YM(i,e.elm,JM(n)),uI(i,[t],0,0))}return e}var fI=0,gI=function(){function t(t,e,n){if(this.type="svg",this.refreshHover=vI("refreshHover"),this.configLayer=vI("configLayer"),this.storage=e,this._opts=n=z({},n),this.root=t,this._id="zr"+fI++,this._oldVNode=yM(n.width,n.height),t&&!n.ssr){var i=this._viewport=document.createElement("div");i.style.cssText="position:relative;overflow:hidden";var r=this._svgDom=this._oldVNode.elm=cM("svg");cI(null,this._oldVNode),i.appendChild(r),t.appendChild(i)}this.resize(n.width,n.height)}return t.prototype.getType=function(){return this.type},t.prototype.getViewportRoot=function(){return this._viewport},t.prototype.getViewportRootOffset=function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},t.prototype.getSvgDom=function(){return this._svgDom},t.prototype.refresh=function(){if(this.root){var t=this.renderToVNode({willUpdate:!0});t.attrs.style="position:absolute;left:0;top:0;user-select:none",pI(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return GM(t,vM(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),n=this._backgroundColor,i=this._width,r=this._height,o=vM(this._id);o.animation=t.animation,o.willUpdate=t.willUpdate,o.compress=t.compress;var a=[];if(n&&"none"!==n){var s=ui(n),l=s.color,u=s.opacity;this._bgVNode=hM("rect","bg",{width:i,height:r,x:"0",y:"0",id:"0",fill:l,"fill-opacity":u}),a.push(this._bgVNode)}else this._bgVNode=null;var c=t.compress?null:this._mainVNode=hM("g","main",{},[]);this._paintList(e,o,c?c.children:a),c&&a.push(c);var h=q(Y(o.defs),(function(t){return o.defs[t]}));if(h.length&&a.push(hM("defs","defs",{},h)),t.animation){var d=gM(o.cssNodes,o.cssAnims,{newline:!0});if(d){var p=hM("style","stl",{},[],d);a.push(p)}}return yM(i,r,a,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},fM(this.renderToVNode({animation:dt(t.cssAnimation,!0),willUpdate:!1,compress:!0,useViewBox:dt(t.useViewBox,!0)}),{newline:!0})},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t;var e=this._bgVNode;if(e&&e.elm){var n=ui(t),i=n.color,r=n.opacity;e.elm.setAttribute("fill",i),r<1&&e.elm.setAttribute("fill-opacity",r)}},t.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},t.prototype._paintList=function(t,e,n){for(var i,r,o=t.length,a=[],s=0,l=0,u=0;u=0;f--)if(h&&r&&h[f]===r[f])break;for(var g=p-1;g>f;g--)s--,i=a[s-1];for(var v=f+1;v1){var u=s.shift();1===s.length&&(n[a]=s[0]),this._update&&this._update(u,o)}else 1===l?(n[a]=null,this._update&&this._update(s,o)):this._remove&&this._remove(o)}this._performRestAdd(r,n)},t.prototype._executeMultiple=function(){var t=this._old,e=this._new,n={},i={},r=[],o=[];this._initIndexMap(t,n,r,"_oldKeyGetter"),this._initIndexMap(e,i,o,"_newKeyGetter");for(var a=0;a1&&1===h)this._updateManyToOne&&this._updateManyToOne(u,l),i[s]=null;else if(1===c&&h>1)this._updateOneToMany&&this._updateOneToMany(u,l),i[s]=null;else if(1===c&&1===h)this._update&&this._update(u,l),i[s]=null;else if(c>1&&h>1)this._updateManyToMany&&this._updateManyToMany(u,l),i[s]=null;else if(c>1)for(var d=0;d1)for(var a=0;a30}var zI,BI,VI,FI,HI,GI,WI,qI=it,UI=q,jI="undefined"===typeof Int32Array?Array:Int32Array,ZI="e\0\0",YI=-1,XI=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],$I=["_approximateExtent"],KI=function(){function t(t,e){var n;this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","lttbDownSample"];var i=!1;OI(t)?(n=t.dimensions,this._dimOmitted=t.isDimensionOmitted(),this._schema=t):(i=!0,n=t),n=n||["x","y"];for(var r={},o=[],a={},s=!1,l={},u=0;u=e)){var n=this._store,i=n.getProvider();this._updateOrdinalMeta();var r=this._nameList,o=this._idList,a=i.getSource().sourceFormat,s=a===cp;if(s&&!i.pure)for(var l=[],u=t;u0},t.prototype.ensureUniqueItemVisual=function(t,e){var n=this._itemVisuals,i=n[t];i||(i=n[t]={});var r=i[e];return null==r&&(r=this.getVisual(e),J(r)?r=r.slice():qI(r)&&(r=z({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,qI(e)?z(i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){qI(t)?z(this._layout,t):this._layout[t]=e},t.prototype.getLayout=function(t){return this._layout[t]},t.prototype.getItemLayout=function(t){return this._itemLayouts[t]},t.prototype.setItemLayout=function(t,e,n){this._itemLayouts[t]=n?z(this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){var n=this.hostModel&&this.hostModel.seriesIndex;Pu(n,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){W(this._graphicEls,(function(n,i){n&&t&&t.call(e,n,i)}))},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:UI(this.dimensions,this._getDimInfo,this),this.hostModel)),HI(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];Q(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(ft(arguments)))})},t.internalField=function(){zI=function(t){var e=t._invertedIndicesMap;W(e,(function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new jI(o.categories.length);for(var s=0;s1&&(s+="__ec__"+u),i[e]=s}}}(),t}();const JI=KI;function QI(t,e){Hf(t)||(t=Wf(t)),e=e||{};var n=e.coordDimensions||[],i=e.dimensionsDefine||t.dimensionsDefine||[],r=wt(),o=[],a=eT(t,n,i,e.dimensionsCount),s=e.canOmitUnusedDimensions&&NI(a),l=i===t.dimensionsDefine,u=l?EI(t):RI(i),c=e.encodeDefine;!c&&e.encodeDefaulter&&(c=e.encodeDefaulter(t,a));for(var h=wt(c),d=new Fg(a),p=0;p0&&(i.name=r+(o-1)),o++,e.set(r,o)}}function eT(t,e,n,i){var r=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return W(e,(function(t){var e;it(t)&&(e=t.dimsDef)&&(r=Math.max(r,e.length))})),r}function nT(t,e,n){var i=e.data;if(n||i.hasOwnProperty(t)){var r=0;while(i.hasOwnProperty(t+r))r++;t+=r}return e.set(t,!0),t}var iT=function(){function t(t){this.coordSysDims=[],this.axisMap=wt(),this.categoryAxisMap=wt(),this.coordSysName=t}return t}();function rT(t){var e=t.get("coordinateSystem"),n=new iT(e),i=oT[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}var oT={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",Ha).models[0],o=t.getReferringComponents("yAxis",Ha).models[0];e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),aT(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),aT(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",Ha).models[0];e.coordSysDims=["single"],n.set("single",r),aT(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",Ha).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),aT(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),aT(a)&&(i.set("angle",a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e,n,i){e.coordSysDims=["lng","lat"]},parallel:function(t,e,n,i){var r=t.ecModel,o=r.getComponent("parallel",t.get("parallelIndex")),a=e.coordSysDims=o.dimensions.slice();W(o.parallelAxisIndex,(function(t,o){var s=r.getComponent("parallelAxis",t),l=a[o];n.set(l,s),aT(s)&&(i.set(l,s),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=o))}))}};function aT(t){return"category"===t.get("type")}function sT(t,e,n){n=n||{};var i,r,o,a=n.byIndex,s=n.stackedCoordDimension;lT(e)?i=e:(r=e.schema,i=r.dimensions,o=e.store);var l,u,c,h,d=!(!t||!t.get("stack"));if(W(i,(function(t,e){tt(t)&&(i[e]=t={name:t}),d&&!t.isExtraCoord&&(a||l||!t.ordinalMeta||(l=t),u||"ordinal"===t.type||"time"===t.type||s&&s!==t.coordDim||(u=t))})),!u||a||l||(a=!0),u){c="__\0ecstackresult_"+t.id,h="__\0ecstackedover_"+t.id,l&&(l.createInvertedIndices=!0);var p=u.coordDim,f=u.type,g=0;W(i,(function(t){t.coordDim===p&&g++}));var v={name:c,coordDim:p,coordDimIndex:g,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length},y={name:h,coordDim:h,coordDimIndex:g+1,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length+1};r?(o&&(v.storeDimIndex=o.ensureCalculationDimension(h,f),y.storeDimIndex=o.ensureCalculationDimension(c,f)),r.appendCalculationDimension(v),r.appendCalculationDimension(y)):(i.push(v),i.push(y))}return{stackedDimension:u&&u.name,stackedByDimension:l&&l.name,isStackedByIndex:a,stackedOverDimension:h,stackResultDimension:c}}function lT(t){return!OI(t.schema)}function uT(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function cT(t,e){return uT(t,e)?t.getCalculationInfo("stackResultDimension"):e}function hT(t,e){var n,i=t.get("coordinateSystem"),r=tf.get(i);return e&&e.coordSysDims&&(n=q(e.coordSysDims,(function(t){var n={name:t},i=e.axisMap.get(t);if(i){var r=i.get("type");n.type=TI(r)}return n}))),n||(n=r&&(r.getDimensionsInfo?r.getDimensionsInfo():r.dimensions.slice())||["x","y"]),n}function dT(t,e,n){var i,r;return n&&W(t,(function(t,o){var a=t.coordDim,s=n.categoryAxisMap.get(a);s&&(null==i&&(i=o),t.ordinalMeta=s.getOrdinalMeta(),e&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(r=!0)})),r||null==i||(t[i].otherDims.itemName=0),i}function pT(t,e,n){n=n||{};var i,r=e.getSourceManager(),o=!1;t?(o=!0,i=Wf(t)):(i=r.getSource(),o=i.sourceFormat===cp);var a=rT(e),s=hT(e,a),l=n.useEncodeDefaulter,u=Q(l)?l:l?K(bp,s,e):null,c={coordDimensions:s,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:u,canOmitUnusedDimensions:!o},h=QI(i,c),d=dT(h.dimensions,n.createInvertedIndices,a),p=o?null:r.getSharedDataStore(h),f=sT(e,{schema:h,store:p}),g=new JI(h,e);g.setCalculationInfo(f);var v=null!=d&&fT(i)?function(t,e,n,i){return i===d?n:this.defaultDimValueGetter(t,e,n,i)}:null;return g.hasItemOption=!1,g.initData(o?i:p,null,v),g}function fT(t){if(t.sourceFormat===cp){var e=gT(t.data||[]);return!J(ma(e))}}function gT(t){var e=0;while(e-1&&(s.style.stroke=s.style.fill,s.style.fill="#fff",s.style.lineWidth=2),e},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(Ov);const mT=yT;function xT(t,e){var n=t.mapDimensionsAll("defaultedLabel"),i=n.length;if(1===i){var r=lg(t,e,n[0]);return null!=r?r+"":null}if(i){for(var o=[],a=0;a=0&&i.push(e[o])}return i.join(" ")}var bT=function(t){function e(e,n,i,r){var o=t.call(this)||this;return o.updateData(e,n,i,r),o}return o(e,t),e.prototype._createSymbol=function(t,e,n,i,r){this.removeAll();var o=v_(t,-1,-1,2,2,null,r);o.attr({z2:100,culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),o.drift=wT,this._symbolType=t,this.add(o)},e.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){vc(this.childAt(0))},e.prototype.downplay=function(){yc(this.childAt(0))},e.prototype.setZ=function(t,e){var n=this.childAt(0);n.zlevel=t,n.z=e},e.prototype.setDraggable=function(t,e){var n=this.childAt(0);n.draggable=t,n.cursor=!e&&t?"move":n.cursor},e.prototype.updateData=function(t,n,i,r){this.silent=!1;var o=t.getItemVisual(n,"symbol")||"circle",a=t.hostModel,s=e.getSymbolSize(t,n),l=o!==this._symbolType,u=r&&r.disableAnimation;if(l){var c=t.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,t,n,s,c)}else{var h=this.childAt(0);h.silent=!1;var d={scaleX:s[0]/2,scaleY:s[1]/2};u?h.attr(d):$c(h,d,a,n),nh(h)}if(this._updateCommon(t,n,s,i,r),l){h=this.childAt(0);if(!u){d={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:h.style.opacity}};h.scaleX=h.scaleY=0,h.style.opacity=0,Kc(h,d,a,n)}}u&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(t,e,n,i,r){var o,a,s,l,u,c,h,d,p,f=this.childAt(0),g=t.hostModel;if(i&&(o=i.emphasisItemStyle,a=i.blurItemStyle,s=i.selectItemStyle,l=i.focus,u=i.blurScope,h=i.labelStatesModels,d=i.hoverScale,p=i.cursorStyle,c=i.emphasisDisabled),!i||t.hasItemOption){var v=i&&i.itemModel?i.itemModel:t.getItemModel(e),y=v.getModel("emphasis");o=y.getModel("itemStyle").getItemStyle(),s=v.getModel(["select","itemStyle"]).getItemStyle(),a=v.getModel(["blur","itemStyle"]).getItemStyle(),l=y.get("focus"),u=y.get("blurScope"),c=y.get("disabled"),h=lh(v),d=y.getShallow("scale"),p=v.getShallow("cursor")}var m=t.getItemVisual(e,"symbolRotate");f.attr("rotation",(m||0)*Math.PI/180||0);var x=m_(t.getItemVisual(e,"symbolOffset"),n);x&&(f.x=x[0],f.y=x[1]),p&&f.attr("cursor",p);var _=t.getItemVisual(e,"style"),b=_.fill;if(f instanceof iu){var w=f.style;f.useStyle(z({image:w.image,x:w.x,y:w.y,width:w.width,height:w.height},_))}else f.__isEmptyBrush?f.useStyle(z({},_)):f.useStyle(_),f.style.decal=null,f.setColor(b,r&&r.symbolInnerColor),f.style.strokeNoScale=!0;var S=t.getItemVisual(e,"liftZ"),M=this._z2;null!=S?null==M&&(this._z2=f.z2,f.z2+=S):null!=M&&(f.z2=M,this._z2=null);var I=r&&r.useNameLabel;function T(e){return I?t.getName(e):xT(t,e)}sh(f,h,{labelFetcher:g,labelDataIndex:e,defaultText:T,inheritColor:b,defaultOpacity:_.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var C=f.ensureState("emphasis");if(C.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a,d){var A=Math.max(nt(d)?d:1.1,3/this._sizeY);C.scaleX=this._sizeX*A,C.scaleY=this._sizeY*A}this.setSymbolScale(1),Ec(this,l,u,c)},e.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},e.prototype.fadeOut=function(t,e,n){var i=this.childAt(0),r=Lu(this).dataIndex,o=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var a=i.getTextContent();a&&Qc(a,{style:{opacity:0}},e,{dataIndex:r,removeOpt:o,cb:function(){i.removeTextContent()}})}else i.removeTextContent();Qc(i,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:o})},e.getSymbolSize=function(t,e){return y_(t.getItemVisual(e,"symbolSize"))},e}(Lo);function wT(t,e){this.parent.drift(t,e)}const ST=bT;function MT(t,e,n,i){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(i.isIgnore&&i.isIgnore(n))&&!(i.clipShape&&!i.clipShape.contain(e[0],e[1]))&&"none"!==t.getItemVisual(n,"symbol")}function IT(t){return null==t||it(t)||(t={isIgnore:t}),t||{}}function TT(t){var e=t.hostModel,n=e.getModel("emphasis");return{emphasisItemStyle:n.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:n.get("focus"),blurScope:n.get("blurScope"),emphasisDisabled:n.get("disabled"),hoverScale:n.get("scale"),labelStatesModels:lh(e),cursorStyle:e.get("cursor")}}var CT=function(){function t(t){this.group=new Lo,this._SymbolCtor=t||ST}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=IT(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=TT(t),l={disableAnimation:a},u=e.getSymbolPoint||function(e){return t.getItemLayout(e)};r||n.removeAll(),t.diff(r).add((function(i){var r=u(i);if(MT(t,r,i,e)){var a=new o(t,i,s,l);a.setPosition(r),t.setItemGraphicEl(i,a),n.add(a)}})).update((function(c,h){var d=r.getItemGraphicEl(h),p=u(c);if(MT(t,p,c,e)){var f=t.getItemVisual(c,"symbol")||"circle",g=d&&d.getSymbolType&&d.getSymbolType();if(!d||g&&g!==f)n.remove(d),d=new o(t,c,s,l),d.setPosition(p);else{d.updateData(t,c,s,l);var v={x:p[0],y:p[1]};a?d.attr(v):$c(d,v,i)}n.add(d),t.setItemGraphicEl(c,d)}else n.remove(d)})).remove((function(t){var e=r.getItemGraphicEl(t);e&&e.fadeOut((function(){n.remove(e)}),i)})).execute(),this._getSymbolPoint=u,this._data=t},t.prototype.updateLayout=function(){var t=this,e=this._data;e&&e.eachItemGraphicEl((function(e,n){var i=t._getSymbolPoint(n);e.setPosition(i),e.markRedraw()}))},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=TT(t),this._data=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e,n){function i(t){t.isGroup||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[],n=IT(n);for(var r=t.start;r0?n=i[0]:i[1]<0&&(n=i[1]),n}function LT(t,e,n,i){var r=NaN;t.stacked&&(r=n.get(n.getCalculationInfo("stackedOverDimension"),i)),isNaN(r)&&(r=t.valueStart);var o=t.baseDataOffset,a=[];return a[o]=n.get(t.baseDim,i),a[1-o]=r,e.dataToPoint(a)}var PT="undefined"!==typeof Float32Array,OT=PT?Float32Array:Array;function RT(t){return J(t)?PT?new Float32Array(t):t:new OT(t)}function ET(t,e){var n=[];return e.diff(t).add((function(t){n.push({cmd:"+",idx:t})})).update((function(t,e){n.push({cmd:"=",idx:e,idx1:t})})).remove((function(t){n.push({cmd:"-",idx:t})})).execute(),n}function NT(t,e,n,i,r,o,a,s){for(var l=ET(t,e),u=[],c=[],h=[],d=[],p=[],f=[],g=[],v=kT(r,e,a),y=t.getLayout("points")||[],m=e.getLayout("points")||[],x=0;x=r||g<0)break;if(VT(y,m)){if(l){g+=o;continue}break}if(g===n)t[o>0?"moveTo":"lineTo"](y,m),h=y,d=m;else{var x=y-u,_=m-c;if(x*x+_*_<.5){g+=o;continue}if(a>0){var b=g+o,w=e[2*b],S=e[2*b+1];while(w===y&&S===m&&v=i||VT(w,S))p=y,f=m;else{T=w-u,C=S-c;var D=y-u,L=w-y,P=m-c,O=S-m,R=void 0,E=void 0;if("x"===s){R=Math.abs(D),E=Math.abs(L);var N=T>0?1:-1;p=y-N*R*a,f=m,A=y+N*E*a,k=m}else if("y"===s){R=Math.abs(P),E=Math.abs(O);var z=C>0?1:-1;p=y,f=m-z*R*a,A=y,k=m+z*E*a}else R=Math.sqrt(D*D+P*P),E=Math.sqrt(L*L+O*O),I=E/(E+R),p=y-T*a*(1-I),f=m-C*a*(1-I),A=y+T*a*I,k=m+C*a*I,A=zT(A,BT(w,y)),k=zT(k,BT(S,m)),A=BT(A,zT(w,y)),k=BT(k,zT(S,m)),T=A-y,C=k-m,p=y-T*R/E,f=m-C*R/E,p=zT(p,BT(u,y)),f=zT(f,BT(c,m)),p=BT(p,zT(u,y)),f=BT(f,zT(c,m)),T=y-p,C=m-f,A=y+T*E/R,k=m+C*E/R}t.bezierCurveTo(h,d,p,f,y,m),h=A,d=k}else t.lineTo(y,m)}u=y,c=m,g+=o}return v}var HT=function(){function t(){this.smooth=0,this.smoothConstraint=!0}return t}(),GT=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polyline",n}return o(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new HT},e.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0;r--)if(!VT(n[2*r-2],n[2*r-1]))break;for(;i=0){var m=s?(d-i)*y+i:(h-n)*y+n;return s?[t,m]:[m,t]}n=h,i=d;break;case a.C:h=o[u++],d=o[u++],p=o[u++],f=o[u++],g=o[u++],v=o[u++];var x=s?xn(n,h,p,g,t,l):xn(i,d,f,v,t,l);if(x>0)for(var _=0;_=0){m=s?yn(i,d,f,v,b):yn(n,h,p,g,b);return s?[t,m]:[m,t]}}n=g,i=v;break}}},e}(Xl),WT=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e}(HT),qT=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polygon",n}return o(e,t),e.prototype.getDefaultShape=function(){return new WT},e.prototype.buildPath=function(t,e){var n=e.points,i=e.stackedOnPoints,r=0,o=n.length/2,a=e.smoothMonotone;if(e.connectNulls){for(;o>0;o--)if(!VT(n[2*o-2],n[2*o-1]))break;for(;re){i?r.push(a(i,l,e)):n&&r.push(a(n,l,0),a(n,l,e));break}n&&(r.push(a(n,l,0)),n=null),r.push(l),i=l}}return r}function nC(t,e,n){var i=t.getVisual("visualMeta");if(i&&i.length&&t.count()&&"cartesian2d"===e.type){for(var r,o,a=i.length-1;a>=0;a--){var s=t.getDimensionInfo(i[a].dimension);if(r=s&&s.coordDim,"x"===r||"y"===r){o=i[a];break}}if(o){var l=e.getAxis(r),u=q(o.stops,(function(t){return{coord:l.toGlobalCoord(l.dataToCoord(t.value)),color:t.color}})),c=u.length,h=o.outerColors.slice();c&&u[0].coord>u[c-1].coord&&(u.reverse(),h.reverse());var d=eC(u,"x"===r?n.getWidth():n.getHeight()),p=d.length;if(!p&&c)return u[0].coord<0?h[1]?h[1]:u[c-1].color:h[0]?h[0]:u[0].color;var f=10,g=d[0].coord-f,v=d[p-1].coord+f,y=v-g;if(y<.001)return"transparent";W(d,(function(t){t.offset=(t.coord-g)/y})),d.push({offset:p?d[p-1].offset:.5,color:h[1]||"transparent"}),d.unshift({offset:p?d[0].offset:.5,color:h[0]||"transparent"});var m=new rm(0,0,0,0,d,!0);return m[r]=g,m[r+"2"]=v,m}}}function iC(t,e,n){var i=t.get("showAllSymbol"),r="auto"===i;if(!i||r){var o=n.getAxesByScale("ordinal")[0];if(o&&(!r||!rC(o,e))){var a=e.mapDimension(o.dim),s={};return W(o.getViewLabels(),(function(t){var e=o.scale.getRawOrdinalNumber(t.tickValue);s[e]=1})),function(t){return!s.hasOwnProperty(e.get(a,t))}}}}function rC(t,e){var n=t.getExtent(),i=Math.abs(n[1]-n[0])/t.scale.count();isNaN(i)&&(i=0);for(var r=e.count(),o=Math.max(1,Math.round(r/5)),a=0;ai)return!1;return!0}function oC(t,e){return isNaN(t)||isNaN(e)}function aC(t){for(var e=t.length/2;e>0;e--)if(!oC(t[2*e-2],t[2*e-1]))break;return e-1}function sC(t,e){return[t[2*e],t[2*e+1]]}function lC(t,e,n){for(var i,r,o=t.length/2,a="x"===n?0:1,s=0,l=-1,u=0;u=e||i>=e&&r<=e){l=u;break}s=u,i=r}else i=r;return{range:[s,l],t:(e-i)/(r-i)}}function uC(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e0&&"bolder"===t.get(["emphasis","lineStyle","width"])){var R=p.getState("emphasis").style;R.lineWidth=+p.style.lineWidth+1}Lu(p).seriesIndex=t.seriesIndex,Ec(p,L,P,O);var E=JT(t.get("smooth")),N=t.get("smoothMonotone");if(p.setShape({smooth:E,smoothMonotone:N,connectNulls:w}),f){var z=a.getCalculationInfo("stackedOnSeries"),V=0;f.useStyle(B(l.getAreaStyle(),{fill:C,opacity:.7,lineJoin:"bevel",decal:a.getVisual("style").decal})),z&&(V=JT(z.get("smooth"))),f.setShape({smooth:E,stackedOnSmooth:V,smoothMonotone:N,connectNulls:w}),Vc(f,t,"areaStyle"),Lu(f).seriesIndex=t.seriesIndex,Ec(f,L,P,O)}var F=function(t){i._changePolyState(t)};a.eachItemGraphicEl((function(t){t&&(t.onHoverStateChange=F)})),this._polyline.onHoverStateChange=F,this._data=a,this._coordSys=r,this._stackedOnPoints=_,this._points=u,this._step=T,this._valueOrigin=m,t.get("triggerLineEvent")&&(this.packEventData(t,p),f&&this.packEventData(t,f))},e.prototype.packEventData=function(t,e){Lu(e).eventData={componentType:"series",componentSubType:"line",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"line"}},e.prototype.highlight=function(t,e,n,i){var r=t.getData(),o=Na(r,i);if(this._changePolyState("emphasis"),!(o instanceof Array)&&null!=o&&o>=0){var a=r.getLayout("points"),s=r.getItemGraphicEl(o);if(!s){var l=a[2*o],u=a[2*o+1];if(isNaN(l)||isNaN(u))return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=t.get("zlevel"),h=t.get("z");s=new ST(r,o),s.x=l,s.y=u,s.setZ(c,h);var d=s.getSymbolPath().getTextContent();d&&(d.zlevel=c,d.z=h,d.z2=this._polyline.z2+1),s.__temp=!0,r.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}else nx.prototype.highlight.call(this,t,e,n,i)},e.prototype.downplay=function(t,e,n,i){var r=t.getData(),o=Na(r,i);if(this._changePolyState("normal"),null!=o&&o>=0){var a=r.getItemGraphicEl(o);a&&(a.__temp?(r.setItemGraphicEl(o,null),this.group.remove(a)):a.downplay())}else nx.prototype.downplay.call(this,t,e,n,i)},e.prototype._changePolyState=function(t){var e=this._polygon;sc(this._polyline,t),e&&sc(e,t)},e.prototype._newPolyline=function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new GT({shape:{points:t},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(e),this._polyline=e,e},e.prototype._newPolygon=function(t,e){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new qT({shape:{points:t,stackedOnPoints:e},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},e.prototype._initSymbolLabelAnimation=function(t,e,n){var i,r,o=e.getBaseAxis(),a=o.inverse;"cartesian2d"===e.type?(i=o.isHorizontal(),r=!1):"polar"===e.type&&(i="angle"===o.dim,r=!0);var s=t.hostModel,l=s.get("animationDuration");Q(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=Q(u)?u(null):u;t.eachItemGraphicEl((function(t,o){var s=t;if(s){var h=[t.x,t.y],d=void 0,p=void 0,f=void 0;if(n)if(r){var g=n,v=e.pointToCoord(h);i?(d=g.startAngle,p=g.endAngle,f=-v[1]/180*Math.PI):(d=g.r0,p=g.r,f=v[0])}else{var y=n;i?(d=y.x,p=y.x+y.width,f=t.x):(d=y.y+y.height,p=y.y,f=t.y)}var m=p===d?0:(f-d)/(p-d);a&&(m=1-m);var x=Q(u)?u(o):l*m+c,_=s.getSymbolPath(),b=_.getTextContent();s.attr({scaleX:0,scaleY:0}),s.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:x}),b&&b.animateFrom({style:{opacity:0}},{duration:300,delay:x}),_.disableLabelAnimation=!0}}))},e.prototype._initOrUpdateEndLabel=function(t,e,n){var i=t.getModel("endLabel");if(uC(t)){var r=t.getData(),o=this._polyline,a=r.getLayout("points");if(!a)return o.removeTextContent(),void(this._endLabel=null);var s=this._endLabel;s||(s=this._endLabel=new Du({z2:200}),s.ignoreClip=!0,o.setTextContent(this._endLabel),o.disableLabelAnimation=!0);var l=aC(a);l>=0&&(sh(o,lh(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:l,defaultText:function(t,e,n){return null!=n?_T(r,n):xT(r,t)},enableTextSetter:!0},hC(i,e)),o.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(t,e,n,i,r,o,a){var s=this._endLabel,l=this._polyline;if(s){t<1&&null==i.originalX&&(i.originalX=s.x,i.originalY=s.y);var u=n.getLayout("points"),c=n.hostModel,h=c.get("connectNulls"),d=o.get("precision"),p=o.get("distance")||0,f=a.getBaseAxis(),g=f.isHorizontal(),v=f.inverse,y=e.shape,m=v?g?y.x:y.y+y.height:g?y.x+y.width:y.y,x=(g?p:0)*(v?-1:1),_=(g?0:-p)*(v?-1:1),b=g?"x":"y",w=lC(u,m,b),S=w.range,M=S[1]-S[0],I=void 0;if(M>=1){if(M>1&&!h){var T=sC(u,S[0]);s.attr({x:T[0]+x,y:T[1]+_}),r&&(I=c.getRawValue(S[0]))}else{T=l.getPointOn(m,b);T&&s.attr({x:T[0]+x,y:T[1]+_});var C=c.getRawValue(S[0]),A=c.getRawValue(S[1]);r&&(I=Ya(n,d,C,A,w.t))}i.lastFrameIndex=S[0]}else{var k=1===t||i.lastFrameIndex>0?S[0]:0;T=sC(u,k);r&&(I=c.getRawValue(k)),s.attr({x:T[0]+x,y:T[1]+_})}r&&mh(s).setLabelText(I)}},e.prototype._doUpdateAnimation=function(t,e,n,i,r,o,a){var s=this._polyline,l=this._polygon,u=t.hostModel,c=NT(this._data,t,this._stackedOnPoints,e,this._coordSys,n,this._valueOrigin,o),h=c.current,d=c.stackedOnCurrent,p=c.next,f=c.stackedOnNext;if(r&&(h=tC(c.current,n,r,a),d=tC(c.stackedOnCurrent,n,r,a),p=tC(c.next,n,r,a),f=tC(c.stackedOnNext,n,r,a)),KT(h,p)>3e3||l&&KT(d,f)>3e3)return s.stopAnimation(),s.setShape({points:p}),void(l&&(l.stopAnimation(),l.setShape({points:p,stackedOnPoints:f})));s.shape.__points=c.current,s.shape.points=h;var g={shape:{points:p}};c.current!==h&&(g.shape.__points=c.next),s.stopAnimation(),$c(s,g,u),l&&(l.setShape({points:h,stackedOnPoints:d}),l.stopAnimation(),$c(l,{shape:{stackedOnPoints:f}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var v=[],y=c.status,m=0;me&&(e=t[n]);return isFinite(e)?e:NaN},min:function(t){for(var e=1/0,n=0;n10&&"cartesian2d"===o.type&&r){var s=o.getBaseAxis(),l=o.getOtherAxis(s),u=s.getExtent(),c=n.getDevicePixelRatio(),h=Math.abs(u[1]-u[0])*(c||1),d=Math.round(a/h);if(isFinite(d)&&d>1){"lttb"===r&&t.setData(i.lttbDownSample(i.mapDimension(l.dim),1/d));var p=void 0;tt(r)?p=gC[r]:Q(r)&&(p=r),p&&t.setData(i.downSample(i.mapDimension(l.dim),1/d,p,vC))}}}}}function mC(t){t.registerChartView(pC),t.registerSeriesModel(mT),t.registerLayout(fC("line",!0)),t.registerVisual({seriesType:"line",reset:function(t){var e=t.getData(),n=t.getModel("lineStyle").getLineStyle();n&&!n.stroke&&(n.stroke=e.getVisual("style").fill),e.setVisual("legendLineStyle",n)}}),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,yC("line"))}var xC="__ec_stack_";function _C(t){return t.get("stack")||xC+t.seriesIndex}function bC(t){return t.dim+t.index}function wC(t){var e=[],n=t.axis,i="axis0";if("category"===n.type){for(var r=n.getBandWidth(),o=0;o0&&(o=null===o?s:Math.min(o,s))}n[i]=o}}return n}function IC(t){var e=MC(t),n=[];return W(t,(function(t){var i,r=t.coordinateSystem,o=r.getBaseAxis(),a=o.getExtent();if("category"===o.type)i=o.getBandWidth();else if("value"===o.type||"time"===o.type){var s=o.dim+"_"+o.index,l=e[s],u=Math.abs(a[1]-a[0]),c=o.scale.getExtent(),h=Math.abs(c[1]-c[0]);i=l?u/h*l:u}else{var d=t.getData();i=Math.abs(a[1]-a[0])/d.count()}var p=Wo(t.get("barWidth"),i),f=Wo(t.get("barMaxWidth"),i),g=Wo(t.get("barMinWidth")||(LC(t)?.5:1),i),v=t.get("barGap"),y=t.get("barCategoryGap");n.push({bandWidth:i,barWidth:p,barMaxWidth:f,barMinWidth:g,barGap:v,barCategoryGap:y,axisKey:bC(o),stackId:_C(t)})})),TC(n)}function TC(t){var e={};W(t,(function(t,n){var i=t.axisKey,r=t.bandWidth,o=e[i]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:null,gap:"20%",stacks:{}},a=o.stacks;e[i]=o;var s=t.stackId;a[s]||o.autoWidthCount++,a[s]=a[s]||{width:0,maxWidth:0};var l=t.barWidth;l&&!a[s].width&&(a[s].width=l,l=Math.min(o.remainedWidth,l),o.remainedWidth-=l);var u=t.barMaxWidth;u&&(a[s].maxWidth=u);var c=t.barMinWidth;c&&(a[s].minWidth=c);var h=t.barGap;null!=h&&(o.gap=h);var d=t.barCategoryGap;null!=d&&(o.categoryGap=d)}));var n={};return W(e,(function(t,e){n[e]={};var i=t.stacks,r=t.bandWidth,o=t.categoryGap;if(null==o){var a=Y(i).length;o=Math.max(35-4*a,15)+"%"}var s=Wo(o,r),l=Wo(t.gap,1),u=t.remainedWidth,c=t.autoWidthCount,h=(u-s)/(c+(c-1)*l);h=Math.max(h,0),W(i,(function(t){var e=t.maxWidth,n=t.minWidth;if(t.width){i=t.width;e&&(i=Math.min(i,e)),n&&(i=Math.max(i,n)),t.width=i,u-=i+l*i,c--}else{var i=h;e&&ei&&(i=n),i!==h&&(t.width=i,u-=i+l*i,c--)}})),h=(u-s)/(c+(c-1)*l),h=Math.max(h,0);var d,p=0;W(i,(function(t,e){t.width||(t.width=h),d=t,p+=t.width*(1+l)})),d&&(p-=d.width*l);var f=-p/2;W(i,(function(t,i){n[e][i]=n[e][i]||{bandWidth:r,offset:f,width:t.width},f+=t.width*(1+l)}))})),n}function CC(t,e,n){if(t&&e){var i=t[bC(e)];return null!=i&&null!=n?i[_C(n)]:i}}function AC(t,e){var n=SC(t,e),i=IC(n);W(n,(function(t){var e=t.getData(),n=t.coordinateSystem,r=n.getBaseAxis(),o=_C(t),a=i[bC(r)][o],s=a.offset,l=a.width;e.setLayout({bandWidth:a.bandWidth,offset:s,size:l})}))}function kC(t){return{seriesType:t,plan:Nv(),reset:function(t){if(DC(t)){var e=t.getData(),n=t.coordinateSystem,i=n.getBaseAxis(),r=n.getOtherAxis(i),o=e.getDimensionIndex(e.mapDimension(r.dim)),a=e.getDimensionIndex(e.mapDimension(i.dim)),s=t.get("showBackground",!0),l=e.mapDimension(r.dim),u=e.getCalculationInfo("stackResultDimension"),c=uT(e,l)&&!!e.getCalculationInfo("stackedOnSeries"),h=r.isHorizontal(),d=PC(i,r),p=LC(t),f=t.get("barMinHeight")||0,g=u&&e.getDimensionIndex(u),v=e.getLayout("size"),y=e.getLayout("offset");return{progress:function(t,e){var i,r=t.count,l=p&&RT(3*r),u=p&&s&&RT(3*r),m=p&&RT(r),x=n.master.getRect(),_=h?x.width:x.height,b=e.getStore(),w=0;while(null!=(i=t.next())){var S=b.get(c?g:o,i),M=b.get(a,i),I=d,T=void 0;c&&(T=+S-b.get(o,i));var C=void 0,A=void 0,k=void 0,D=void 0;if(h){var L=n.dataToPoint([S,M]);if(c){var P=n.dataToPoint([T,M]);I=P[0]}C=I,A=L[1]+y,k=L[0]-I,D=v,Math.abs(k)t&&(t=e),t},e.prototype.brushSelector=function(t,e,n){return n.rect(e.getItemLayout(t))},e.type="series.bar",e.dependencies=["grid","polar"],e.defaultOption=Bh(RC.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}),e}(RC);const NC=EC;var zC=function(){function t(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0}return t}(),BC=function(t){function e(e){var n=t.call(this,e)||this;return n.type="sausage",n}return o(e,t),e.prototype.getDefaultShape=function(){return new zC},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=Math.max(e.r0||0,0),o=Math.max(e.r,0),a=.5*(o-r),s=r+a,l=e.startAngle,u=e.endAngle,c=e.clockwise,h=2*Math.PI,d=c?u-lMath.PI/2&&c<1.5*Math.PI&&(c-=Math.PI),t.setTextConfig({rotation:c})}}function GC(t,e,n){return e*Math.sin(t)*(n?-1:1)}function WC(t,e,n){return e*Math.cos(t)*(n?1:-1)}var qC=Math.max,UC=Math.min;function jC(t,e){var n=t.getArea&&t.getArea();if(YT(t,"cartesian2d")){var i=t.getBaseAxis();if("category"!==i.type||!i.onBand){var r=e.getLayout("bandWidth");i.isHorizontal()?(n.x-=r,n.width+=2*r):(n.y-=r,n.height+=2*r)}}return n}var ZC=function(t){function e(){var n=t.call(this)||this;return n.type=e.type,n._isFirstFrame=!0,n}return o(e,t),e.prototype.render=function(t,e,n,i){this._model=t,this._removeOnRenderedListener(n),this._updateDrawMode(t);var r=t.get("coordinateSystem");("cartesian2d"===r||"polar"===r)&&(this._progressiveEls=null,this._isLargeDraw?this._renderLarge(t,e,n):this._renderNormal(t,e,n,i))},e.prototype.incrementalPrepareRender=function(t){this._clear(),this._updateDrawMode(t),this._updateLargeClip(t)},e.prototype.incrementalRender=function(t,e){this._progressiveEls=[],this._incrementalRenderLarge(t,e)},e.prototype.eachRendered=function(t){Zm(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var e=t.pipelineContext.large;null!=this._isLargeDraw&&e===this._isLargeDraw||(this._isLargeDraw=e,this._clear())},e.prototype._renderNormal=function(t,e,n,i){var r,o=this.group,a=t.getData(),s=this._data,l=t.coordinateSystem,u=l.getBaseAxis();"cartesian2d"===l.type?r=u.isHorizontal():"polar"===l.type&&(r="angle"===u.dim);var c=t.isAnimationEnabled()?t:null,h=$C(t,l);h&&this._enableRealtimeSort(h,a,n);var d=t.get("clip",!0)||h,p=jC(l,a);o.removeClipPath();var f=t.get("roundCap",!0),g=t.get("showBackground",!0),v=t.getModel("backgroundStyle"),y=v.get("borderRadius")||0,m=[],x=this._backgroundEls,_=i&&i.isInitSort,b=i&&"changeAxisOrder"===i.type;function w(t){var e=nA[l.type](a,t),n=pA(l,r,e);return n.useStyle(v.getItemStyle()),"cartesian2d"===l.type&&n.setShape("r",y),m[t]=n,n}a.diff(s).add((function(e){var n=a.getItemModel(e),i=nA[l.type](a,e,n);if(g&&w(e),a.hasValue(e)&&eA[l.type](i)){var s=!1;d&&(s=YC[l.type](p,i));var v=XC[l.type](t,a,e,i,r,c,u.model,!1,f);h&&(v.forceLabelAnimation=!0),oA(v,a,e,n,i,t,r,"polar"===l.type),_?v.attr({shape:i}):h?KC(h,c,v,i,e,r,!1,!1):Kc(v,{shape:i},t,e),a.setItemGraphicEl(e,v),o.add(v),v.ignore=s}})).update((function(e,n){var i=a.getItemModel(e),S=nA[l.type](a,e,i);if(g){var M=void 0;0===x.length?M=w(n):(M=x[n],M.useStyle(v.getItemStyle()),"cartesian2d"===l.type&&M.setShape("r",y),m[e]=M);var I=nA[l.type](a,e),T=dA(r,I,l);$c(M,{shape:T},c,e)}var C=s.getItemGraphicEl(n);if(a.hasValue(e)&&eA[l.type](S)){var A=!1;if(d&&(A=YC[l.type](p,S),A&&o.remove(C)),C?nh(C):C=XC[l.type](t,a,e,S,r,c,u.model,!!C,f),h&&(C.forceLabelAnimation=!0),b){var k=C.getTextContent();if(k){var D=mh(k);null!=D.prevValue&&(D.prevValue=D.value)}}else oA(C,a,e,i,S,t,r,"polar"===l.type);_?C.attr({shape:S}):h?KC(h,c,C,S,e,r,!0,b):$c(C,{shape:S},t,e,null),a.setItemGraphicEl(e,C),C.ignore=A,o.add(C)}else o.remove(C)})).remove((function(e){var n=s.getItemGraphicEl(e);n&&eh(n,t,e)})).execute();var S=this._backgroundGroup||(this._backgroundGroup=new Lo);S.removeAll();for(var M=0;Mo)return!0;o=u}return!1},e.prototype._isOrderDifferentInView=function(t,e){for(var n=e.scale,i=n.getExtent(),r=Math.max(0,i[0]),o=Math.min(i[1],n.getOrdinalMeta().categories.length-1);r<=o;++r)if(t.ordinalNumbers[r]!==n.getRawOrdinalNumber(r))return!0},e.prototype._updateSortWithinSameData=function(t,e,n,i){if(this._isOrderChangedWithinSameData(t,e,n)){var r=this._dataSort(t,n,e);this._isOrderDifferentInView(r,n)&&(this._removeOnRenderedListener(i),i.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",axisId:n.index,sortInfo:r}))}},e.prototype._dispatchInitSort=function(t,e,n){var i=e.baseAxis,r=this._dataSort(t,i,(function(n){return t.get(t.mapDimension(e.otherAxis.dim),n)}));n.dispatchAction({type:"changeAxisOrder",componentType:i.dim+"Axis",isInitSort:!0,axisId:i.index,sortInfo:r})},e.prototype.remove=function(t,e){this._clear(this._model),this._removeOnRenderedListener(e)},e.prototype.dispose=function(t,e){this._removeOnRenderedListener(e)},e.prototype._removeOnRenderedListener=function(t){this._onRendered&&(t.getZr().off("rendered",this._onRendered),this._onRendered=null)},e.prototype._clear=function(t){var e=this.group,n=this._data;t&&t.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl((function(e){eh(e,t,Lu(e).dataIndex)}))):e.removeAll(),this._data=null,this._isFirstFrame=!0},e.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},e.type="bar",e}(nx),YC={cartesian2d:function(t,e){var n=e.width<0?-1:1,i=e.height<0?-1:1;n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height);var r=t.x+t.width,o=t.y+t.height,a=qC(e.x,t.x),s=UC(e.x+e.width,r),l=qC(e.y,t.y),u=UC(e.y+e.height,o),c=sr?s:a,e.y=h&&l>o?u:l,e.width=c?0:s-a,e.height=h?0:u-l,n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height),c||h},polar:function(t,e){var n=e.r0<=e.r?1:-1;if(n<0){var i=e.r;e.r=e.r0,e.r0=i}var r=UC(e.r,t.r),o=qC(e.r0,t.r0);e.r=r,e.r0=o;var a=r-o<0;if(n<0){i=e.r;e.r=e.r0,e.r0=i}return a}},XC={cartesian2d:function(t,e,n,i,r,o,a,s,l){var u=new du({shape:z({},i),z2:1});if(u.__dataIndex=n,u.name="item",o){var c=u.shape,h=r?"height":"width";c[h]=0}return u},polar:function(t,e,n,i,r,o,a,s,l){var u=!r&&l?VC:ky,c=new u({shape:i,z2:1});c.name="item";var h=rA(r);if(c.calculateTextPosition=FC(h,{isRoundCap:u===VC}),o){var d=c.shape,p=r?"r":"endAngle",f={};d[p]=r?0:i.startAngle,f[p]=i[p],(s?$c:Kc)(c,{shape:f},o)}return c}};function $C(t,e){var n=t.get("realtimeSort",!0),i=e.getBaseAxis();if(n&&"category"===i.type&&"cartesian2d"===e.type)return{baseAxis:i,otherAxis:e.getOtherAxis(i)}}function KC(t,e,n,i,r,o,a,s){var l,u;o?(u={x:i.x,width:i.width},l={y:i.y,height:i.height}):(u={y:i.y,height:i.height},l={x:i.x,width:i.width}),s||(a?$c:Kc)(n,{shape:l},e,r,null);var c=e?t.baseAxis.model:null;(a?$c:Kc)(n,{shape:u},c,r)}function JC(t,e){for(var n=0;n0?1:-1,a=i.height>0?1:-1;return{x:i.x+o*r/2,y:i.y+a*r/2,width:i.width-o*r,height:i.height-a*r}},polar:function(t,e,n){var i=t.getItemLayout(e);return{cx:i.cx,cy:i.cy,r0:i.r0,r:i.r,startAngle:i.startAngle,endAngle:i.endAngle,clockwise:i.clockwise}}};function iA(t){return null!=t.startAngle&&null!=t.endAngle&&t.startAngle===t.endAngle}function rA(t){return function(t){var e=t?"Arc":"Angle";return function(t){switch(t){case"start":case"insideStart":case"end":case"insideEnd":return t+e;default:return t}}}(t)}function oA(t,e,n,i,r,o,a,s){var l=e.getItemVisual(n,"style");s||t.setShape("r",i.get(["itemStyle","borderRadius"])||0),t.useStyle(l);var u=i.getShallow("cursor");u&&t.attr("cursor",u);var c=s?a?r.r>=r.r0?"endArc":"startArc":r.endAngle>=r.startAngle?"endAngle":"startAngle":a?r.height>=0?"bottom":"top":r.width>=0?"right":"left",h=lh(i);sh(t,h,{labelFetcher:o,labelDataIndex:n,defaultText:xT(o.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:c});var d=t.getTextContent();if(s&&d){var p=i.get(["label","position"]);t.textConfig.inside="middle"===p||null,HC(t,"outside"===p?c:p,rA(a),i.get(["label","rotate"]))}xh(d,h,o.getRawValue(n),(function(t){return _T(e,t)}));var f=i.getModel(["emphasis"]);Ec(t,f.get("focus"),f.get("blurScope"),f.get("disabled")),Vc(t,i),iA(r)&&(t.style.fill="none",t.style.stroke="none",W(t.states,(function(t){t.style&&(t.style.fill=t.style.stroke="none")})))}function aA(t,e){var n=t.get(["itemStyle","borderColor"]);if(!n||"none"===n)return 0;var i=t.get(["itemStyle","borderWidth"])||0,r=isNaN(e.width)?Number.MAX_VALUE:Math.abs(e.width),o=isNaN(e.height)?Number.MAX_VALUE:Math.abs(e.height);return Math.min(i,r,o)}var sA=function(){function t(){}return t}(),lA=function(t){function e(e){var n=t.call(this,e)||this;return n.type="largeBar",n}return o(e,t),e.prototype.getDefaultShape=function(){return new sA},e.prototype.buildPath=function(t,e){for(var n=e.points,i=this.baseDimIdx,r=1-this.baseDimIdx,o=[],a=[],s=this.barWidth,l=0;l=0?n:null}),30,!1);function hA(t,e,n){for(var i=t.baseDimIdx,r=1-i,o=t.shape.points,a=t.largeDataIndices,s=[],l=[],u=t.barWidth,c=0,h=o.length/3;c=s[0]&&e<=s[0]+l[0]&&n>=s[1]&&n<=s[1]+l[1])return a[c]}return-1}function dA(t,e,n){if(YT(n,"cartesian2d")){var i=e,r=n.getArea();return{x:t?i.x:r.x,y:t?r.y:i.y,width:t?i.width:r.width,height:t?r.height:i.height}}r=n.getArea();var o=e;return{cx:r.cx,cy:r.cy,r0:t?r.r0:o.r0,r:t?r.r:o.r,startAngle:t?o.startAngle:0,endAngle:t?o.endAngle:2*Math.PI}}function pA(t,e,n){var i="polar"===t.type?ky:du;return new i({shape:dA(e,n,t),silent:!0,z2:0})}const fA=ZC;function gA(t){t.registerChartView(fA),t.registerSeriesModel(NC),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,K(AC,"bar")),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,kC("bar")),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,yC("bar")),t.registerAction({type:"changeAxisOrder",event:"changeAxisOrder",update:"update"},(function(t,e){var n=t.componentType||"series";e.eachComponent({mainType:n,query:t},(function(e){t.sortInfo&&e.axis.setCategorySortInfo(t.sortInfo)}))}))}var vA=2*Math.PI,yA=Math.PI/180;function mA(t,e){return Xd(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function xA(t,e){var n=mA(t,e),i=t.get("center"),r=t.get("radius");J(r)||(r=[0,r]),J(i)||(i=[i,i]);var o=Wo(n.width,e.getWidth()),a=Wo(n.height,e.getHeight()),s=Math.min(o,a),l=Wo(i[0],o)+n.x,u=Wo(i[1],a)+n.y,c=Wo(r[0],s/2),h=Wo(r[1],s/2);return{cx:l,cy:u,r0:c,r:h}}function _A(t,e,n){e.eachSeriesByType(t,(function(t){var e=t.getData(),i=e.mapDimension("value"),r=mA(t,n),o=xA(t,n),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=-t.get("startAngle")*yA,h=t.get("minAngle")*yA,d=0;e.each(i,(function(t){!isNaN(t)&&d++}));var p=e.getSum(i),f=Math.PI/(p||d)*2,g=t.get("clockwise"),v=t.get("roseType"),y=t.get("stillShowZeroSum"),m=e.getDataExtent(i);m[0]=0;var x=vA,_=0,b=c,w=g?1:-1;if(e.setLayout({viewRect:r,r:l}),e.each(i,(function(t,n){var i;if(isNaN(t))e.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:g,cx:a,cy:s,r0:u,r:v?NaN:l});else{i="area"!==v?0===p&&y?f:t*f:vA/d,in?a:o,c=Math.abs(l.label.y-n);if(c>=u.maxY){var h=l.label.x-e-l.len2*r,d=i+l.len,f=Math.abs(h)t.unconstrainedWidth?null:p:null;i.setStyle("width",f)}var g=i.getBoundingRect();o.width=g.width;var v=(i.style.margin||0)+2.1;o.height=g.height+v,o.y-=(o.height-h)/2}}}function TA(t){return"center"===t.position}function CA(t){var e,n,i=t.getData(),r=[],o=!1,a=(t.get("minShowLabelAngle")||0)*wA,s=i.getLayout("viewRect"),l=i.getLayout("r"),u=s.width,c=s.x,h=s.y,d=s.height;function p(t){t.ignore=!0}function f(t){if(!t.ignore)return!0;for(var e in t.states)if(!1===t.states[e].ignore)return!0;return!1}i.each((function(t){var s=i.getItemGraphicEl(t),h=s.shape,d=s.getTextContent(),g=s.getTextGuideLine(),v=i.getItemModel(t),y=v.getModel("label"),m=y.get("position")||v.get(["emphasis","label","position"]),x=y.get("distanceToLabelLine"),_=y.get("alignTo"),b=Wo(y.get("edgeDistance"),u),w=y.get("bleedMargin"),S=v.getModel("labelLine"),M=S.get("length");M=Wo(M,u);var I=S.get("length2");if(I=Wo(I,u),Math.abs(h.endAngle-h.startAngle)0?"right":"left":L>0?"left":"right"}var F=Math.PI,H=0,G=y.get("rotate");if(nt(G))H=G*(F/180);else if("center"===m)H=0;else if("radial"===G||!0===G){var q=L<0?-D+F:-D;H=q}else if("tangential"===G&&"outside"!==m&&"outer"!==m){var U=Math.atan2(L,P);U<0&&(U=2*F+U);var j=P>0;j&&(U=F+U),H=U-F}if(o=!!H,d.x=T,d.y=C,d.rotation=H,d.setStyle({verticalAlign:"middle"}),O){d.setStyle({align:k});var Z=d.states.select;Z&&(Z.x+=d.x,Z.y+=d.y)}else{var Y=d.getBoundingRect().clone();Y.applyTransform(d.getComputedTransform());var X=(d.style.margin||0)+2.1;Y.y-=X/2,Y.height+=X,r.push({label:d,labelLine:g,position:m,len:M,len2:I,minTurnAngle:S.get("minTurnAngle"),maxSurfaceAngle:S.get("maxSurfaceAngle"),surfaceNormal:new Xr(L,P),linePoints:A,textAlign:k,labelDistance:x,labelAlignTo:_,edgeDistance:b,bleedMargin:w,rect:Y,unconstrainedWidth:Y.width,labelStyleWidth:d.style.width})}s.setTextConfig({inside:O})}})),!o&&t.get("avoidLabelOverlap")&&MA(r,e,n,l,u,d,c,h);for(var g=0;g0){for(var l=o.getItemLayout(0),u=1;isNaN(l&&l.startAngle)&&u=i.r0}},e.type="pie",e}(nx);const LA=DA;function PA(t,e,n){e=J(e)&&{coordDimensions:e}||z({encodeDefine:t.getEncode()},e);var i=t.getSource(),r=QI(i,e).dimensions,o=new JI(r,t);return o.initData(i,n),o}var OA=function(){function t(t,e){this._getDataWithEncodedVisual=t,this._getRawData=e}return t.prototype.getAllNames=function(){var t=this._getRawData();return t.mapArray(t.getName)},t.prototype.containName=function(t){var e=this._getRawData();return e.indexOfName(t)>=0},t.prototype.indexOfName=function(t){var e=this._getDataWithEncodedVisual();return e.indexOfName(t)},t.prototype.getItemVisual=function(t,e){var n=this._getDataWithEncodedVisual();return n.getItemVisual(t,e)},t}();const RA=OA;var EA=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new RA($(this.getData,this),$(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.mergeOption=function(){t.prototype.mergeOption.apply(this,arguments)},e.prototype.getInitialData=function(){return PA(this,{coordDimensions:["value"],encodeDefaulter:K(wp,this)})},e.prototype.getDataParams=function(e){var n=this.getData(),i=t.prototype.getDataParams.call(this,e),r=[];return n.each(n.mapDimension("value"),(function(t){r.push(t)})),i.percent=Xo(r,e,n.hostModel.get("percentPrecision")),i.$vars.push("percent"),i},e.prototype._defaultLabelLine=function(t){va(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.type="series.pie",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",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,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},e}(Ov);const NA=EA;function zA(t){return{seriesType:t,reset:function(t,e){var n=t.getData();n.filterSelf((function(t){var e=n.mapDimension("value"),i=n.get(e,t);return!(nt(i)&&!isNaN(i)&&i<0)}))}}}function BA(t){t.registerChartView(LA),t.registerSeriesModel(NA),Qx("pie",t.registerAction),t.registerLayout(K(_A,"pie")),t.registerProcessor(bA("pie")),t.registerProcessor(zA("pie"))}var VA=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return o(e,t),e.prototype.getInitialData=function(t,e){return vT(null,this,{useEncodeDefaulter:!0})},e.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?5e3:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?1e4:this.get("progressiveThreshold"):t},e.prototype.brushSelector=function(t,e,n){return n.point(e.getItemLayout(t))},e.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},e.type="series.scatter",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},e}(Ov);const FA=VA;var HA=4,GA=function(){function t(){}return t}(),WA=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return o(e,t),e.prototype.getDefaultShape=function(){return new GA},e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.buildPath=function(t,e){var n,i=e.points,r=e.size,o=this.symbolProxy,a=o.shape,s=t.getContext?t.getContext():t,l=s&&r[0]=0;s--){var l=2*s,u=i[l]-o/2,c=i[l+1]-a/2;if(t>=u&&e>=c&&t<=u+o&&e<=c+a)return s}return-1},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();if(t=n[0],e=n[1],i.contain(t,e)){var r=this.hoverDataIdx=this.findDataIndex(t,e);return r>=0}return this.hoverDataIdx=-1,!1},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape,n=e.points,i=e.size,r=i[0],o=i[1],a=1/0,s=1/0,l=-1/0,u=-1/0,c=0;c=0&&(l.dataIndex=n+(t.startIndex||0))}))},t.prototype.remove=function(){this._clear()},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}();const UA=qA;var jA=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this._updateSymbolDraw(i,t);r.updateData(i,{clipShape:this._getClipShape(t)}),this._finished=!0},e.prototype.incrementalPrepareRender=function(t,e,n){var i=t.getData(),r=this._updateSymbolDraw(i,t);r.incrementalPrepareUpdate(i),this._finished=!1},e.prototype.incrementalRender=function(t,e,n){this._symbolDraw.incrementalUpdate(t,e.getData(),{clipShape:this._getClipShape(e)}),this._finished=t.end===e.getData().count()},e.prototype.updateTransform=function(t,e,n){var i=t.getData();if(this.group.dirty(),!this._finished||i.count()>1e4)return{update:!0};var r=fC("").reset(t,e,n);r.progress&&r.progress({start:0,end:i.count(),count:i.count()},i),this._symbolDraw.updateLayout(i)},e.prototype.eachRendered=function(t){this._symbolDraw&&this._symbolDraw.eachRendered(t)},e.prototype._getClipShape=function(t){var e=t.coordinateSystem,n=e&&e.getArea&&e.getArea();return t.get("clip",!0)?n:null},e.prototype._updateSymbolDraw=function(t,e){var n=this._symbolDraw,i=e.pipelineContext,r=i.large;return n&&r===this._isLargeDraw||(n&&n.remove(),n=this._symbolDraw=r?new UA:new AT,this._isLargeDraw=r,this.group.removeAll()),this.group.add(n.group),n},e.prototype.remove=function(t,e){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},e.prototype.dispose=function(){},e.type="scatter",e}(nx);const ZA=jA;var YA=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.type="grid",e.dependencies=["xAxis","yAxis"],e.layoutMode="box",e.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},e}(op);const XA=YA;var $A=function(){function t(){}return t.prototype.getNeedCrossZero=function(){var t=this.option;return!t.scale},t.prototype.getCoordSysModel=function(){},t}(),KA=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",Ha).models[0]},e.type="cartesian2dAxis",e}(op);H(KA,$A);var JA={show:!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)"]}}},QA=E({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},JA),tk=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}}},JA),ek=E({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},tk),nk=B({logBase:10},tk);const ik={category:QA,value:tk,time:ek,log:nk};var rk=0,ok=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++rk}return t.createByAxisModel=function(e){var n=e.option,i=n.data,r=i&&q(i,ak);return new t({categories:r,needCollect:!r,deduplication:!1!==n.dedplication})},t.prototype.getOrdinal=function(t){return this._getOrCreateMap().get(t)},t.prototype.parseAndCollect=function(t){var e,n=this._needCollect;if(!tt(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,e;var i=this._getOrCreateMap();return e=i.get(t),null==e&&(n?(e=this.categories.length,this.categories[e]=t,i.set(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=wt(this.categories))},t}();function ak(t){return it(t)&&null!=t.value?t.value:t+""}const sk=ok;var lk={value:1,category:1,time:1,log:1};function uk(t,e,n,i){W(lk,(function(r,a){var s=E(E({},ik[a],!0),i,!0),l=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e+"Axis."+a,n}return o(n,t),n.prototype.mergeDefaultAndTheme=function(t,e){var n=Jd(this),i=n?tp(t):{},r=e.getTheme();E(t,r.get(a+"Axis")),E(t,this.getDefaultOption()),t.type=ck(t),n&&Qd(t,i,n)},n.prototype.optionUpdated=function(){var t=this.option;"category"===t.type&&(this.__ordinalMeta=sk.createByAxisModel(this))},n.prototype.getCategories=function(t){var e=this.option;if("category"===e.type)return t?e.data:this.__ordinalMeta.categories},n.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},n.type=e+"Axis."+a,n.defaultOption=s,n}(n);t.registerComponentModel(l)})),t.registerSubTypeDefaulter(e+"Axis",ck)}function ck(t){return t.type||(t.data?"category":"value")}var hk=function(){function t(t){this._setting=t||{},this._extent=[1/0,-1/0]}return t.prototype.getSetting=function(t){return this._setting[t]},t.prototype.unionExtent=function(t){var e=this._extent;t[0]e[1]&&(e[1]=t[1])},t.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e)},t.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();ls(hk);const dk=hk;function pk(t){return"interval"===t.type||"log"===t.type}function fk(t,e,n,i){var r={},o=t[1]-t[0],a=r.interval=ra(o/e,!0);null!=n&&ai&&(a=r.interval=i);var s=r.intervalPrecision=vk(a),l=r.niceTickExtent=[qo(Math.ceil(t[0]/a)*a,s),qo(Math.floor(t[1]/a)*a,s)];return mk(l,t),r}function gk(t){var e=Math.pow(10,ia(t)),n=t/e;return n?2===n?n=3:3===n?n=5:n*=2:n=1,qo(n*e)}function vk(t){return jo(t)+2}function yk(t,e,n){t[e]=Math.max(Math.min(t[e],n[1]),n[0])}function mk(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),yk(t,0,e),yk(t,1,e),t[0]>t[1]&&(t[0]=t[1])}function xk(t,e){return t>=e[0]&&t<=e[1]}function _k(t,e){return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])}function bk(t,e){return t*(e[1]-e[0])+e[0]}var wk=function(t){function e(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new sk({})),J(i)&&(i=new sk({categories:q(i,(function(t){return it(t)?t.value:t}))})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return o(e,t),e.prototype.parse=function(t){return null==t?NaN:tt(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return t=this.parse(t),xk(t,this._extent)&&null!=this._ordinalMeta.categories[t]},e.prototype.normalize=function(t){return t=this._getTickNumber(this.parse(t)),_k(t,this._extent)},e.prototype.scale=function(t){return t=Math.round(bk(t,this._extent)),this.getRawOrdinalNumber(t)},e.prototype.getTicks=function(){var t=[],e=this._extent,n=e[0];while(n<=e[1])t.push({value:n}),n++;return t},e.prototype.getMinorTicks=function(t){},e.prototype.setSortInfo=function(t){if(null!=t){for(var e=t.ordinalNumbers,n=this._ordinalNumbersByTick=[],i=this._ticksByOrdinalNumber=[],r=0,o=this._ordinalMeta.categories.length,a=Math.min(o,e.length);r=0&&t=0&&t=t},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.prototype.calcNiceTicks=function(){},e.prototype.calcNiceExtent=function(){},e.type="ordinal",e}(dk);dk.registerClass(wk);const Sk=wk;var Mk=qo,Ik=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="interval",e._interval=0,e._intervalPrecision=2,e}return o(e,t),e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return xk(t,this._extent)},e.prototype.normalize=function(t){return _k(t,this._extent)},e.prototype.scale=function(t){return bk(t,this._extent)},e.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=parseFloat(t)),isNaN(e)||(n[1]=parseFloat(e))},e.prototype.unionExtent=function(t){var e=this._extent;t[0]e[1]&&(e[1]=t[1]),this.setExtent(e[0],e[1])},e.prototype.getInterval=function(){return this._interval},e.prototype.setInterval=function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=vk(t)},e.prototype.getTicks=function(t){var e=this._interval,n=this._extent,i=this._niceExtent,r=this._intervalPrecision,o=[];if(!e)return o;var a=1e4;n[0]a)return[]}var l=o.length?o[o.length-1].value:i[1];return n[1]>l&&(t?o.push({value:Mk(l+e,r)}):o.push({value:n[1]})),o},e.prototype.getMinorTicks=function(t){for(var e=this.getTicks(!0),n=[],i=this.getExtent(),r=1;ri[0]&&h>>1;t[r][1]n&&(this._approxInterval=n);var o=kk.length,a=Math.min(Ck(kk,this._approxInterval,0,o),o-1);this._interval=kk[a][1],this._minLevelUnit=kk[Math.max(a-1,0)][0]},e.prototype.parse=function(t){return nt(t)?t:+ea(t)},e.prototype.contain=function(t){return xk(this.parse(t),this._extent)},e.prototype.normalize=function(t){return _k(this.parse(t),this._extent)},e.prototype.scale=function(t){return bk(t,this._extent)},e.type="time",e}(Tk),kk=[["second",Kh],["minute",Jh],["hour",Qh],["quarter-day",6*Qh],["half-day",12*Qh],["day",1.2*td],["half-week",3.5*td],["week",7*td],["month",31*td],["quarter",95*td],["half-year",ed/2],["year",ed]];function Dk(t,e,n,i){var r=ea(e),o=ea(n),a=function(t){return fd(r,t,i)===fd(o,t,i)},s=function(){return a("year")},l=function(){return s()&&a("month")},u=function(){return l()&&a("day")},c=function(){return u()&&a("hour")},h=function(){return c()&&a("minute")},d=function(){return h()&&a("second")},p=function(){return d()&&a("millisecond")};switch(t){case"year":return s();case"month":return l();case"day":return u();case"hour":return c();case"minute":return h();case"second":return d();case"millisecond":return p()}}function Lk(t,e){return t/=td,t>16?16:t>7.5?7:t>3.5?4:t>1.5?2:1}function Pk(t){var e=30*td;return t/=e,t>6?6:t>3?3:t>2?2:1}function Ok(t){return t/=Qh,t>12?12:t>6?6:t>3.5?4:t>2?2:1}function Rk(t,e){return t/=e?Jh:Kh,t>30?30:t>20?20:t>15?15:t>10?10:t>5?5:t>2?2:1}function Ek(t){return ra(t,!0)}function Nk(t,e,n){var i=new Date(t);switch(ld(e)){case"year":case"month":i[Sd(n)](0);case"day":i[Md(n)](1);case"hour":i[Id(n)](0);case"minute":i[Td(n)](0);case"second":i[Cd(n)](0),i[Ad(n)](0)}return i.getTime()}function zk(t,e,n,i){var r=1e4,o=ad,a=0;function s(t,e,n,r,o,a,s){var l=new Date(e),u=e,c=l[r]();while(u1&&0===u&&o.unshift({value:o[0].value-d})}}for(u=0;u=i[0]&&m<=i[1]&&h++)}var x=(i[1]-i[0])/e;if(h>1.5*x&&d>x/1.5)break;if(u.push(v),h>x||t===o[p])break}c=[]}}}var _=j(q(u,(function(t){return j(t,(function(t){return t.value>=i[0]&&t.value<=i[1]&&!t.notAdd}))})),(function(t){return t.length>0})),b=[],w=_.length-1;for(p=0;p<_.length;++p)for(var S=_[p],M=0;M0)i*=10;var o=[qo(Wk(e[0]/i)*i),qo(Gk(e[1]/i)*i)];this._interval=i,this._niceExtent=o}},e.prototype.calcNiceExtent=function(t){Fk.calcNiceExtent.call(this,t),this._fixMin=t.fixMin,this._fixMax=t.fixMax},e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return t=Uk(t)/Uk(this.base),xk(t,this._extent)},e.prototype.normalize=function(t){return t=Uk(t)/Uk(this.base),_k(t,this._extent)},e.prototype.scale=function(t){return t=bk(t,this._extent),qk(this.base,t)},e.type="log",e}(dk),Zk=jk.prototype;function Yk(t,e){return Hk(t,jo(e))}Zk.getMinorTicks=Fk.getMinorTicks,Zk.getLabel=Fk.getLabel,dk.registerClass(jk);const Xk=jk;var $k=function(){function t(t,e,n){this._prepareParams(t,e,n)}return t.prototype._prepareParams=function(t,e,n){n[1]0&&s>0&&!l&&(a=0),a<0&&s<0&&!u&&(s=0));var h=this._determinedMin,d=this._determinedMax;return null!=h&&(a=h,l=!0),null!=d&&(s=d,u=!0),{min:a,max:s,minFixed:l,maxFixed:u,isBlank:c}},t.prototype.modifyDataMinMax=function(t,e){this[Jk[t]]=e},t.prototype.setDeterminedMinMax=function(t,e){var n=Kk[t];this[n]=e},t.prototype.freeze=function(){this.frozen=!0},t}(),Kk={min:"_determinedMin",max:"_determinedMax"},Jk={min:"_dataMin",max:"_dataMax"};function Qk(t,e,n){var i=t.rawExtentInfo;return i||(i=new $k(t,e,n),t.rawExtentInfo=i,i)}function tD(t,e){return null==e?null:ct(e)?NaN:t.parse(e)}function eD(t,e){var n=t.type,i=Qk(t,e,t.getExtent()).calculate();t.setBlank(i.isBlank);var r=i.min,o=i.max,a=e.ecModel;if(a&&"time"===n){var s=SC("bar",a),l=!1;if(W(s,(function(t){l=l||t.getBaseAxis()===e.axis})),l){var u=IC(s),c=nD(r,o,e,u);r=c.min,o=c.max}}return{extent:[r,o],fixMin:i.minFixed,fixMax:i.maxFixed}}function nD(t,e,n,i){var r=n.axis.getExtent(),o=r[1]-r[0],a=CC(i,n.axis);if(void 0===a)return{min:t,max:e};var s=1/0;W(a,(function(t){s=Math.min(t.offset,s)}));var l=-1/0;W(a,(function(t){l=Math.max(t.offset+t.width,l)})),s=Math.abs(s),l=Math.abs(l);var u=s+l,c=e-t,h=1-(s+l)/o,d=c/h-c;return e+=d*(l/u),t-=d*(s/u),{min:t,max:e}}function iD(t,e){var n=e,i=eD(t,n),r=i.extent,o=n.get("splitNumber");t instanceof Xk&&(t.base=n.get("logBase"));var a=t.type,s=n.get("interval"),l="interval"===a||"time"===a;t.setExtent(r[0],r[1]),t.calcNiceExtent({splitNumber:o,fixMin:i.fixMin,fixMax:i.fixMax,minInterval:l?n.get("minInterval"):null,maxInterval:l?n.get("maxInterval"):null}),null!=s&&t.setInterval&&t.setInterval(s)}function rD(t,e){if(e=e||t.get("type"),e)switch(e){case"category":return new Sk({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new Bk({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(dk.getClass(e)||Tk)}}function oD(t){var e=t.scale.getExtent(),n=e[0],i=e[1];return!(n>0&&i>0||n<0&&i<0)}function aD(t){var e=t.getLabelModel().get("formatter"),n="category"===t.type?t.scale.getExtent()[0]:null;return"time"===t.scale.type?function(e){return function(n,i){return t.scale.getFormattedLabel(n,i,e)}}(e):tt(e)?function(e){return function(n){var i=t.scale.getLabel(n),r=e.replace("{value}",null!=i?i:"");return r}}(e):Q(e)?function(e){return function(i,r){return null!=n&&(r=i.value-n),e(sD(t,i),r,null!=i.level?{level:i.level}:null)}}(e):function(e){return t.scale.getLabel(e)}}function sD(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function lD(t){var e=t.model,n=t.scale;if(e.get(["axisLabel","show"])&&!n.isBlank()){var i,r,o=n.getExtent();n instanceof Sk?r=n.count():(i=n.getTicks(),r=i.length);var a,s=t.getLabelModel(),l=aD(t),u=1;r>40&&(u=Math.ceil(r/40));for(var c=0;ct[1]&&(t[1]=i[1])}))}var fD=function(){function t(t){this.type="cartesian",this._dimList=[],this._axes={},this.name=t||""}return t.prototype.getAxis=function(t){return this._axes[t]},t.prototype.getAxes=function(){return q(this._dimList,(function(t){return this._axes[t]}),this)},t.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),j(this.getAxes(),(function(e){return e.scale.type===t}))},t.prototype.addAxis=function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},t}();const gD=fD;var vD=["x","y"];function yD(t){return"interval"===t.type||"time"===t.type}var mD=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cartesian2d",e.dimensions=vD,e}return o(e,t),e.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis("x").scale,e=this.getAxis("y").scale;if(yD(t)&&yD(e)){var n=t.getExtent(),i=e.getExtent(),r=this.dataToPoint([n[0],i[0]]),o=this.dataToPoint([n[1],i[1]]),a=n[1]-n[0],s=i[1]-i[0];if(a&&s){var l=(o[0]-r[0])/a,u=(o[1]-r[1])/s,c=r[0]-n[0]*l,h=r[1]-i[0]*u,d=this._transform=[l,0,0,u,c,h];this._invTransform=Er([],d)}}},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},e.prototype.containPoint=function(t){var e=this.getAxis("x"),n=this.getAxis("y");return e.contain(e.toLocalCoord(t[0]))&&n.contain(n.toLocalCoord(t[1]))},e.prototype.containData=function(t){return this.getAxis("x").containData(t[0])&&this.getAxis("y").containData(t[1])},e.prototype.containZone=function(t,e){var n=this.dataToPoint(t),i=this.dataToPoint(e),r=this.getArea(),o=new oo(n[0],n[1],i[0]-n[0],i[1]-n[1]);return r.intersect(o)},e.prototype.dataToPoint=function(t,e,n){n=n||[];var i=t[0],r=t[1];if(this._transform&&null!=i&&isFinite(i)&&null!=r&&isFinite(r))return Zt(n,t,this._transform);var o=this.getAxis("x"),a=this.getAxis("y");return n[0]=o.toGlobalCoord(o.dataToCoord(i,e)),n[1]=a.toGlobalCoord(a.dataToCoord(r,e)),n},e.prototype.clampData=function(t,e){var n=this.getAxis("x").scale,i=this.getAxis("y").scale,r=n.getExtent(),o=i.getExtent(),a=n.parse(t[0]),s=i.parse(t[1]);return e=e||[],e[0]=Math.min(Math.max(Math.min(r[0],r[1]),a),Math.max(r[0],r[1])),e[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),e},e.prototype.pointToData=function(t,e){var n=[];if(this._invTransform)return Zt(n,t,this._invTransform);var i=this.getAxis("x"),r=this.getAxis("y");return n[0]=i.coordToData(i.toLocalCoord(t[0]),e),n[1]=r.coordToData(r.toLocalCoord(t[1]),e),n},e.prototype.getOtherAxis=function(t){return this.getAxis("x"===t.dim?"y":"x")},e.prototype.getArea=function(){var t=this.getAxis("x").getGlobalExtent(),e=this.getAxis("y").getGlobalExtent(),n=Math.min(t[0],t[1]),i=Math.min(e[0],e[1]),r=Math.max(t[0],t[1])-n,o=Math.max(e[0],e[1])-i;return new oo(n,i,r,o)},e}(gD);const xD=mD;var _D=za();function bD(t){return"category"===t.type?SD(t):TD(t)}function wD(t,e){return"category"===t.type?ID(t,e):{ticks:q(t.scale.getTicks(),(function(t){return t.value}))}}function SD(t){var e=t.getLabelModel(),n=MD(t,e);return!e.get("show")||t.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n}function MD(t,e){var n,i,r=CD(t,"labels"),o=cD(e),a=AD(r,o);return a||(Q(o)?n=RD(t,o):(i="auto"===o?DD(t):o,n=OD(t,i)),kD(r,o,{labels:n,labelCategoryInterval:i}))}function ID(t,e){var n,i,r=CD(t,"ticks"),o=cD(e),a=AD(r,o);if(a)return a;if(e.get("show")&&!t.scale.isBlank()||(n=[]),Q(o))n=RD(t,o,!0);else if("auto"===o){var s=MD(t,t.getLabelModel());i=s.labelCategoryInterval,n=q(s.labels,(function(t){return t.tickValue}))}else i=o,n=OD(t,i,!0);return kD(r,o,{ticks:n,tickCategoryInterval:i})}function TD(t){var e=t.scale.getTicks(),n=aD(t);return{labels:q(e,(function(e,i){return{level:e.level,formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tickValue:e.value}}))}}function CD(t,e){return _D(t)[e]||(_D(t)[e]=[])}function AD(t,e){for(var n=0;n40&&(s=Math.max(1,Math.floor(a/40)));for(var l=o[0],u=t.dataToCoord(l+1)-t.dataToCoord(l),c=Math.abs(u*Math.cos(i)),h=Math.abs(u*Math.sin(i)),d=0,p=0;l<=o[1];l+=s){var f=0,g=0,v=uo(n({value:l}),e.font,"center","top");f=1.3*v.width,g=1.3*v.height,d=Math.max(d,f,7),p=Math.max(p,g,7)}var y=d/c,m=p/h;isNaN(y)&&(y=1/0),isNaN(m)&&(m=1/0);var x=Math.max(0,Math.floor(Math.min(y,m))),_=_D(t.model),b=t.getExtent(),w=_.lastAutoInterval,S=_.lastTickCount;return null!=w&&null!=S&&Math.abs(w-x)<=1&&Math.abs(S-a)<=1&&w>x&&_.axisExtent0===b[0]&&_.axisExtent1===b[1]?x=w:(_.lastTickCount=a,_.lastAutoInterval=x,_.axisExtent0=b[0],_.axisExtent1=b[1]),x}function PD(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}function OD(t,e,n){var i=aD(t),r=t.scale,o=r.getExtent(),a=t.getLabelModel(),s=[],l=Math.max((e||0)+1,1),u=o[0],c=r.count();0!==u&&l>1&&c/l>2&&(u=Math.round(Math.ceil(u/l)*l));var h=hD(t),d=a.get("showMinLabel")||h,p=a.get("showMaxLabel")||h;d&&u!==o[0]&&g(o[0]);for(var f=u;f<=o[1];f+=l)g(f);function g(t){var e={value:t};s.push(n?t:{formattedLabel:i(e),rawLabel:r.getLabel(e),tickValue:t})}return p&&f-l!==o[1]&&g(o[1]),s}function RD(t,e,n){var i=t.scale,r=aD(t),o=[];return W(i.getTicks(),(function(t){var a=i.getLabel(t),s=t.value;e(t.value,a)&&o.push(n?s:{formattedLabel:r(t),rawLabel:a,tickValue:s})})),o}var ED=[0,1],ND=function(){function t(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return t.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},t.prototype.containData=function(t){return this.scale.contain(t)},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return Yo(t||this.scale.getExtent(),this._extent)},t.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(t),this.onBand&&"ordinal"===i.type&&(n=n.slice(),zD(n,i.count())),Go(t,ED,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&(n=n.slice(),zD(n,i.count()));var r=Go(t,n,ED,e);return this.scale.scale(r)},t.prototype.pointToData=function(t,e){},t.prototype.getTicksCoords=function(t){t=t||{};var e=t.tickModel||this.getTickModel(),n=wD(this,e),i=n.ticks,r=q(i,(function(t){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(t):t),tickValue:t}}),this),o=e.get("alignWithLabel");return BD(this,r,o,t.clamp),r},t.prototype.getMinorTicksCoords=function(){if("ordinal"===this.scale.type)return[];var t=this.model.getModel("minorTick"),e=t.get("splitNumber");e>0&&e<100||(e=5);var n=this.scale.getMinorTicks(e),i=q(n,(function(t){return q(t,(function(t){return{coord:this.dataToCoord(t),tickValue:t}}),this)}),this);return i},t.prototype.getViewLabels=function(){return bD(this).labels},t.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},t.prototype.getTickModel=function(){return this.model.getModel("axisTick")},t.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+(this.onBand?1:0);0===n&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},t.prototype.calculateCategoryInterval=function(){return LD(this)},t}();function zD(t,e){var n=t[1]-t[0],i=e,r=n/i/2;t[0]+=r,t[1]-=r}function BD(t,e,n,i){var r=e.length;if(t.onBand&&!n&&r){var o,a,s=t.getExtent();if(1===r)e[0].coord=s[0],o=e[1]={coord:s[0]};else{var l=e[r-1].tickValue-e[0].tickValue,u=(e[r-1].coord-e[0].coord)/l;W(e,(function(t){t.coord-=u/2}));var c=t.scale.getExtent();a=1+c[1]-e[r-1].tickValue,o={coord:e[r-1].coord+u*a},e.push(o)}var h=s[0]>s[1];d(e[0].coord,s[0])&&(i?e[0].coord=s[0]:e.shift()),i&&d(s[0],e[0].coord)&&e.unshift({coord:s[0]}),d(s[1],o.coord)&&(i?o.coord=s[1]:e.pop()),i&&d(o.coord,s[1])&&e.push({coord:s[1]})}function d(t,e){return t=qo(t),e=qo(e),h?t>e:te[1]&&e.reverse(),e},e.prototype.pointToData=function(t,e){return this.coordToData(this.toLocalCoord(t["x"===this.dim?0:1]),e)},e.prototype.setCategorySortInfo=function(t){if("category"!==this.type)return!1;this.model.option.categorySortInfo=t,this.scale.setSortInfo(t)},e}(VD);const HD=FD;function GD(t,e,n){n=n||{};var i=t.coordinateSystem,r=e.axis,o={},a=r.getAxesOnZeroOf()[0],s=r.position,l=a?"onZero":s,u=r.dim,c=i.getRect(),h=[c.x,c.x+c.width,c.y,c.y+c.height],d={left:0,right:1,top:0,bottom:1,onZero:2},p=e.get("offset")||0,f="x"===u?[h[2]-p,h[3]+p]:[h[0]-p,h[1]+p];if(a){var g=a.toGlobalCoord(a.dataToCoord(0));f[d.onZero]=Math.max(Math.min(g,f[1]),f[0])}o.position=["y"===u?f[d[l]]:h[0],"x"===u?f[d[l]]:h[3]],o.rotation=Math.PI/2*("x"===u?0:1);var v={top:-1,bottom:1,left:-1,right:1};o.labelDirection=o.tickDirection=o.nameDirection=v[s],o.labelOffset=a?f[d[s]]-f[d.onZero]:0,e.get(["axisTick","inside"])&&(o.tickDirection=-o.tickDirection),ht(n.labelInside,e.get(["axisLabel","inside"]))&&(o.labelDirection=-o.labelDirection);var y=e.get(["axisLabel","rotate"]);return o.labelRotate="top"===l?-y:y,o.z2=1,o}function WD(t){return"cartesian2d"===t.get("coordinateSystem")}function qD(t){var e={xAxisModel:null,yAxisModel:null};return W(e,(function(n,i){var r=i.replace(/Model$/,""),o=t.getReferringComponents(r,Ha).models[0];e[i]=o})),e}var UD=Math.log;function jD(t,e,n){var i=Tk.prototype,r=i.getTicks.call(n),o=i.getTicks.call(n,!0),a=r.length-1,s=i.getInterval.call(n),l=eD(t,e),u=l.extent,c=l.fixMin,h=l.fixMax;if("log"===t.type){var d=UD(t.base);u=[UD(u[0])/d,UD(u[1])/d]}t.setExtent(u[0],u[1]),t.calcNiceExtent({splitNumber:a,fixMin:c,fixMax:h});var p=i.getExtent.call(t);c&&(u[0]=p[0]),h&&(u[1]=p[1]);var f=i.getInterval.call(t),g=u[0],v=u[1];if(c&&h)f=(v-g)/a;else if(c){v=u[0]+f*a;while(vu[0]&&isFinite(g)&&isFinite(u[0]))f=gk(f),g=u[1]-f*a}else{var y=t.getTicks().length-1;y>a&&(f=gk(f));var m=f*a;v=Math.ceil(u[1]/f)*f,g=qo(v-m),g<0&&u[0]>=0?(g=0,v=qo(m)):v>0&&u[1]<=0&&(v=0,g=-qo(m))}var x=(r[0].value-o[0].value)/s,_=(r[a].value-o[a].value)/s;i.setExtent.call(t,g+f*x,v+f*_),i.setInterval.call(t,f),(x||_)&&i.setNiceExtent.call(t,g+f,v-f)}var ZD=function(){function t(t,e,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=vD,this._initCartesian(t,e,n),this.model=t}return t.prototype.getRect=function(){return this._rect},t.prototype.update=function(t,e){var n=this._axesMap;function i(t){var e,n=Y(t),i=n.length;if(i){for(var r=[],o=i-1;o>=0;o--){var a=+n[o],s=t[a],l=s.model,u=s.scale;pk(u)&&l.get("alignTicks")&&null==l.get("interval")?r.push(s):(iD(u,l),pk(u)&&(e=s))}r.length&&(e||(e=r.pop(),iD(e.scale,e.model)),W(r,(function(t){jD(t.scale,t.model,e.scale)})))}}this._updateScale(t,this.model),i(n.x),i(n.y);var r={};W(n.x,(function(t){XD(n,"y",t,r)})),W(n.y,(function(t){XD(n,"x",t,r)})),this.resize(this.model,e)},t.prototype.resize=function(t,e,n){var i=t.getBoxLayoutParams(),r=!n&&t.get("containLabel"),o=Xd(i,{width:e.getWidth(),height:e.getHeight()});this._rect=o;var a=this._axesList;function s(){W(a,(function(t){var e=t.isHorizontal(),n=e?[0,o.width]:[0,o.height],i=t.inverse?1:0;t.setExtent(n[i],n[1-i]),KD(t,e?o.x:o.y)}))}s(),r&&(W(a,(function(t){if(!t.model.get(["axisLabel","inside"])){var e=lD(t);if(e){var n=t.isHorizontal()?"height":"width",i=t.model.get(["axisLabel","margin"]);o[n]-=e[n]+i,"top"===t.position?o.y+=e.height+i:"left"===t.position&&(o.x+=e.width+i)}}})),s()),W(this._coordsList,(function(t){t.calcAffineTransform()}))},t.prototype.getAxis=function(t,e){var n=this._axesMap[t];if(null!=n)return n[e||0]},t.prototype.getAxes=function(){return this._axesList.slice()},t.prototype.getCartesian=function(t,e){if(null!=t&&null!=e){var n="x"+t+"y"+e;return this._coordsMap[n]}it(t)&&(e=t.yAxisIndex,t=t.xAxisIndex);for(var i=0,r=this._coordsList;i0?"top":"bottom",i="center"):Qo(o-QD)?(r=n>0?"bottom":"top",i="center"):(r="middle",i=o>0&&o0?"right":"left":n>0?"left":"right"),{rotation:o,textAlign:i,textVerticalAlign:r}},t.makeAxisEventDataBase=function(t){var e={componentType:t.mainType,componentIndex:t.componentIndex};return e[t.mainType+"Index"]=t.componentIndex,e},t.isLabelSilent=function(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)},t}(),eL={axisLine:function(t,e,n,i){var r=e.get(["axisLine","show"]);if("auto"===r&&t.handleAutoShown&&(r=t.handleAutoShown("axisLine")),r){var o=e.axis.getExtent(),a=i.transform,s=[o[0],0],l=[o[1],0];a&&(Zt(s,s,a),Zt(l,l,a));var u=z({lineCap:"round"},e.getModel(["axisLine","lineStyle"]).getLineStyle()),c=new qy({subPixelOptimize:!0,shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:u,strokeContainThreshold:t.strokeContainThreshold||5,silent:!0,z2:1});c.anid="line",n.add(c);var h=e.get(["axisLine","symbol"]);if(null!=h){var d=e.get(["axisLine","symbolSize"]);tt(h)&&(h=[h,h]),(tt(d)||nt(d))&&(d=[d,d]);var p=m_(e.get(["axisLine","symbolOffset"])||0,d),f=d[0],g=d[1];W([{rotate:t.rotation+Math.PI/2,offset:p[0],r:0},{rotate:t.rotation-Math.PI/2,offset:p[1],r:Math.sqrt((s[0]-l[0])*(s[0]-l[0])+(s[1]-l[1])*(s[1]-l[1]))}],(function(e,i){if("none"!==h[i]&&null!=h[i]){var r=v_(h[i],-f/2,-g/2,f,g,u.stroke,!0),o=e.r+e.offset;r.attr({rotation:e.rotate,x:s[0]+o*Math.cos(t.rotation),y:s[1]-o*Math.sin(t.rotation),silent:!0,z2:11}),n.add(r)}}))}}},axisTickLabel:function(t,e,n,i){var r=lL(n,i,e,t),o=cL(n,i,e,t);if(iL(e,o,r),uL(n,i,e,t.tickDirection),e.get(["axisLabel","hideOverlap"])){var a=yS(q(o,(function(t){return{label:t,priority:t.z2,defaultAttr:{ignore:t.ignore}}})));bS(a)}},axisName:function(t,e,n,i){var r=ht(t.axisName,e.get("name"));if(r){var o,a,s=e.get("nameLocation"),l=t.nameDirection,u=e.getModel("nameTextStyle"),c=e.get("nameGap")||0,h=e.axis.getExtent(),d=h[0]>h[1]?-1:1,p=["start"===s?h[0]-d*c:"end"===s?h[1]+d*c:(h[0]+h[1])/2,aL(s)?t.labelOffset+l*c:0],f=e.get("nameRotate");null!=f&&(f=f*QD/180),aL(s)?o=tL.innerTextLayout(t.rotation,null!=f?f:t.rotation,l):(o=nL(t.rotation,s,f||0,h),a=t.axisNameAvailableWidth,null!=a&&(a=Math.abs(a/Math.sin(o.rotation)),!isFinite(a)&&(a=null)));var g=u.getFont(),v=e.get("nameTruncate",!0)||{},y=v.ellipsis,m=ht(t.nameTruncateMaxWidth,v.maxWidth,a),x=new Du({x:p[0],y:p[1],rotation:o.rotation,silent:tL.isLabelSilent(e),style:uh(u,{text:r,font:g,overflow:"truncate",width:m,ellipsis:y,fill:u.getTextColor()||e.get(["axisLine","lineStyle","color"]),align:u.get("align")||o.textAlign,verticalAlign:u.get("verticalAlign")||o.textVerticalAlign}),z2:1});if(Um({el:x,componentModel:e,itemName:r}),x.__fullText=r,x.anid="name",e.get("triggerEvent")){var _=tL.makeAxisEventDataBase(e);_.targetType="axisName",_.name=r,Lu(x).eventData=_}i.add(x),x.updateTransform(),n.add(x),x.decomposeTransform()}}};function nL(t,e,n,i){var r,o,a=Jo(n-t),s=i[0]>i[1],l="start"===e&&!s||"start"!==e&&s;return Qo(a-QD/2)?(o=l?"bottom":"top",r="center"):Qo(a-1.5*QD)?(o=l?"top":"bottom",r="center"):(o="middle",r=a<1.5*QD&&a>QD/2?l?"left":"right":l?"right":"left"),{rotation:a,textAlign:r,textVerticalAlign:o}}function iL(t,e,n){if(!hD(t.axis)){var i=t.get(["axisLabel","showMinLabel"]),r=t.get(["axisLabel","showMaxLabel"]);e=e||[],n=n||[];var o=e[0],a=e[1],s=e[e.length-1],l=e[e.length-2],u=n[0],c=n[1],h=n[n.length-1],d=n[n.length-2];!1===i?(rL(o),rL(u)):oL(o,a)&&(i?(rL(a),rL(c)):(rL(o),rL(u))),!1===r?(rL(s),rL(h)):oL(l,s)&&(r?(rL(l),rL(d)):(rL(s),rL(h)))}}function rL(t){t&&(t.ignore=!0)}function oL(t,e){var n=t&&t.getBoundingRect().clone(),i=e&&e.getBoundingRect().clone();if(n&&i){var r=kr([]);return Or(r,r,-t.rotation),n.applyTransform(Lr([],r,t.getLocalTransform())),i.applyTransform(Lr([],r,e.getLocalTransform())),n.intersect(i)}}function aL(t){return"middle"===t||"center"===t}function sL(t,e,n,i,r){for(var o=[],a=[],s=[],l=0;l=0||t===e}function mL(t){var e=xL(t);if(e){var n=e.axisPointerModel,i=e.axis.scale,r=n.option,o=n.get("status"),a=n.get("value");null!=a&&(a=i.parse(a));var s=bL(n);null==o&&(r.status=s?"show":"hide");var l=i.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==a||a>l[1])&&(a=l[1]),a0&&!h.min?h.min=0:null!=h.min&&h.min<0&&!h.max&&(h.max=0);var d=a;null!=h.color&&(d=B({color:h.color},a));var p=E(R(h),{boundaryGap:t,splitNumber:e,scale:n,axisLine:i,axisTick:r,axisLabel:o,name:h.text,showName:s,nameLocation:"end",nameGap:u,nameTextStyle:d,triggerEvent:c},!1);if(tt(l)){var f=p.name;p.name=l.replace("{value}",null!=f?f:"")}else Q(l)&&(p.name=l(p.name,p));var g=new Oh(p,null,this.ecModel);return H(g,$A.prototype),g.mainType="radar",g.componentIndex=this.componentIndex,g}),this);this._indicatorModels=h},e.prototype.getIndicatorModels=function(){return this._indicatorModels},e.type="radar",e.defaultOption={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"}},ZL.axisLine),axisLabel:YL(ZL.axisLabel,!1),axisTick:YL(ZL.axisTick,!1),splitLine:YL(ZL.splitLine,!0),splitArea:YL(ZL.splitArea,!0),indicator:[]},e}(op);const $L=XL;var KL=["axisLine","axisTickLabel","axisName"],JL=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){var i=this.group;i.removeAll(),this._buildAxes(t),this._buildSplitLineAndArea(t)},e.prototype._buildAxes=function(t){var e=t.coordinateSystem,n=e.getIndicatorAxes(),i=q(n,(function(t){var n=t.model.get("showName")?t.name:"",i=new hL(t.model,{axisName:n,position:[e.cx,e.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return i}));W(i,(function(t){W(KL,t.add,t),this.group.add(t.getGroup())}),this)},e.prototype._buildSplitLineAndArea=function(t){var e=t.coordinateSystem,n=e.getIndicatorAxes();if(n.length){var i=t.get("shape"),r=t.getModel("splitLine"),o=t.getModel("splitArea"),a=r.getModel("lineStyle"),s=o.getModel("areaStyle"),l=r.get("show"),u=o.get("show"),c=a.get("color"),h=s.get("color"),d=J(c)?c:[c],p=J(h)?h:[h],f=[],g=[];if("circle"===i)for(var v=n[0].getTicksCoords(),y=e.cx,m=e.cy,x=0;x3?1.4:r>1?1.2:1.1,l=i>0?s:1/s;dP(this,"zoom","zoomOnMouseWheel",t,{scale:l,originX:o,originY:a,isAvailableBehavior:null})}if(n){var u=Math.abs(i),c=(i>0?1:-1)*(u>3?.4:u>1?.15:.05);dP(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:c,originX:o,originY:a,isAvailableBehavior:null})}}},e.prototype._pinchHandler=function(t){if(!uP(this._zr,"globalPan")){var e=t.pinchScale>1?1.1:1/1.1;dP(this,"zoom",null,t,{scale:e,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})}},e}(te);function dP(t,e,n,i,r){t.pointerChecker&&t.pointerChecker(i,r.originX,r.originY)&&(be(i.event),pP(t,e,n,i,r))}function pP(t,e,n,i,r){r.isAvailableBehavior=$(fP,null,n,i),t.trigger(e,r)}function fP(t,e,n){var i=n[t];return!t||i&&(!tt(i)||e.event[i+"Key"])}const gP=hP;function vP(t,e,n){var i=t.target;i.x+=e,i.y+=n,i.dirty()}function yP(t,e,n,i){var r=t.target,o=t.zoomLimit,a=t.zoom=t.zoom||1;if(a*=e,o){var s=o.min||0,l=o.max||1/0;a=Math.max(Math.min(l,a),s)}var u=a/t.zoom;t.zoom=a,r.x-=(n-r.x)*(u-1),r.y-=(i-r.y)*(u-1),r.scaleX*=u,r.scaleY*=u,r.dirty()}var mP,xP={axisPointer:1,tooltip:1,brush:1};function _P(t,e,n){var i=e.getComponentByElement(t.topTarget),r=i&&i.coordinateSystem;return i&&i!==n&&!xP.hasOwnProperty(i.mainType)&&r&&r.model!==n}function bP(t){if(tt(t)){var e=new DOMParser;t=e.parseFromString(t,"text/xml")}var n=t;9===n.nodeType&&(n=n.firstChild);while("svg"!==n.nodeName.toLowerCase()||1!==n.nodeType)n=n.nextSibling;return n}var wP={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-anchor":"textAlign",visibility:"visibility",display:"display"},SP=Y(wP),MP={"alignment-baseline":"textBaseline","stop-color":"stopColor"},IP=Y(MP),TP=function(){function t(){this._defs={},this._root=null}return t.prototype.parse=function(t,e){e=e||{};var n=bP(t);this._defsUsePending=[];var i=new Lo;this._root=i;var r=[],o=n.getAttribute("viewBox")||"",a=parseFloat(n.getAttribute("width")||e.width),s=parseFloat(n.getAttribute("height")||e.height);isNaN(a)&&(a=null),isNaN(s)&&(s=null),PP(n,i,null,!0,!1);var l,u,c=n.firstChild;while(c)this._parseNode(c,i,r,null,!1,!1),c=c.nextSibling;if(NP(this._defs,this._defsUsePending),this._defsUsePending=[],o){var h=BP(o);h.length>=4&&(l={x:parseFloat(h[0]||0),y:parseFloat(h[1]||0),width:parseFloat(h[2]),height:parseFloat(h[3])})}if(l&&null!=a&&null!=s&&(u=UP(l,{x:0,y:0,width:a,height:s}),!e.ignoreViewBox)){var d=i;i=new Lo,i.add(d),d.scaleX=d.scaleY=u.scale,d.x=u.x,d.y=u.y}return e.ignoreRootClip||null==a||null==s||i.setClipPath(new du({shape:{x:0,y:0,width:a,height:s}})),{root:i,width:a,height:s,viewBoxRect:l,viewBoxTransform:u,named:r}},t.prototype._parseNode=function(t,e,n,i,r,o){var a,s=t.nodeName.toLowerCase(),l=i;if("defs"===s&&(r=!0),"text"===s&&(o=!0),"defs"===s||"switch"===s)a=e;else{if(!r){var u=mP[s];if(u&&Tt(mP,s)){a=u.call(this,t,e);var c=t.getAttribute("name");if(c){var h={name:c,namedFrom:null,svgNodeTagLower:s,el:a};n.push(h),"g"===s&&(l=h)}else i&&n.push({name:i.name,namedFrom:i,svgNodeTagLower:s,el:a});e.add(a)}}var d=CP[s];if(d&&Tt(CP,s)){var p=d.call(this,t),f=t.getAttribute("id");f&&(this._defs[f]=p)}}if(a&&a.isGroup){var g=t.firstChild;while(g)1===g.nodeType?this._parseNode(g,a,n,l,r,o):3===g.nodeType&&o&&this._parseText(g,a),g=g.nextSibling}},t.prototype._parseText=function(t,e){var n=new Jl({style:{text:t.textContent},silent:!0,x:this._textX||0,y:this._textY||0});DP(e,n),PP(t,n,this._defsUsePending,!1,!1),OP(n,e);var i=n.style,r=i.fontSize;r&&r<9&&(i.fontSize=9,n.scaleX*=r/9,n.scaleY*=r/9);var o=(i.fontSize||i.fontFamily)&&[i.fontStyle,i.fontWeight,(i.fontSize||12)+"px",i.fontFamily||"sans-serif"].join(" ");i.font=o;var a=n.getBoundingRect();return this._textX+=a.width,e.add(n),n},t.internalField=function(){mP={g:function(t,e){var n=new Lo;return DP(e,n),PP(t,n,this._defsUsePending,!1,!1),n},rect:function(t,e){var n=new du;return DP(e,n),PP(t,n,this._defsUsePending,!1,!1),n.setShape({x:parseFloat(t.getAttribute("x")||"0"),y:parseFloat(t.getAttribute("y")||"0"),width:parseFloat(t.getAttribute("width")||"0"),height:parseFloat(t.getAttribute("height")||"0")}),n.silent=!0,n},circle:function(t,e){var n=new ly;return DP(e,n),PP(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),r:parseFloat(t.getAttribute("r")||"0")}),n.silent=!0,n},line:function(t,e){var n=new qy;return DP(e,n),PP(t,n,this._defsUsePending,!1,!1),n.setShape({x1:parseFloat(t.getAttribute("x1")||"0"),y1:parseFloat(t.getAttribute("y1")||"0"),x2:parseFloat(t.getAttribute("x2")||"0"),y2:parseFloat(t.getAttribute("y2")||"0")}),n.silent=!0,n},ellipse:function(t,e){var n=new hy;return DP(e,n),PP(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),rx:parseFloat(t.getAttribute("rx")||"0"),ry:parseFloat(t.getAttribute("ry")||"0")}),n.silent=!0,n},polygon:function(t,e){var n,i=t.getAttribute("points");i&&(n=LP(i));var r=new zy({shape:{points:n||[]},silent:!0});return DP(e,r),PP(t,r,this._defsUsePending,!1,!1),r},polyline:function(t,e){var n,i=t.getAttribute("points");i&&(n=LP(i));var r=new Fy({shape:{points:n||[]},silent:!0});return DP(e,r),PP(t,r,this._defsUsePending,!1,!1),r},image:function(t,e){var n=new iu;return DP(e,n),PP(t,n,this._defsUsePending,!1,!1),n.setStyle({image:t.getAttribute("xlink:href")||t.getAttribute("href"),x:+t.getAttribute("x"),y:+t.getAttribute("y"),width:+t.getAttribute("width"),height:+t.getAttribute("height")}),n.silent=!0,n},text:function(t,e){var n=t.getAttribute("x")||"0",i=t.getAttribute("y")||"0",r=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0";this._textX=parseFloat(n)+parseFloat(r),this._textY=parseFloat(i)+parseFloat(o);var a=new Lo;return DP(e,a),PP(t,a,this._defsUsePending,!1,!0),a},tspan:function(t,e){var n=t.getAttribute("x"),i=t.getAttribute("y");null!=n&&(this._textX=parseFloat(n)),null!=i&&(this._textY=parseFloat(i));var r=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0",a=new Lo;return DP(e,a),PP(t,a,this._defsUsePending,!1,!0),this._textX+=parseFloat(r),this._textY+=parseFloat(o),a},path:function(t,e){var n=t.getAttribute("d")||"",i=ny(n);return DP(e,i),PP(t,i,this._defsUsePending,!1,!1),i.silent=!0,i}}}(),t}(),CP={lineargradient:function(t){var e=parseInt(t.getAttribute("x1")||"0",10),n=parseInt(t.getAttribute("y1")||"0",10),i=parseInt(t.getAttribute("x2")||"10",10),r=parseInt(t.getAttribute("y2")||"0",10),o=new rm(e,n,i,r);return AP(t,o),kP(t,o),o},radialgradient:function(t){var e=parseInt(t.getAttribute("cx")||"0",10),n=parseInt(t.getAttribute("cy")||"0",10),i=parseInt(t.getAttribute("r")||"0",10),r=new am(e,n,i);return AP(t,r),kP(t,r),r}};function AP(t,e){var n=t.getAttribute("gradientUnits");"userSpaceOnUse"===n&&(e.global=!0)}function kP(t,e){var n=t.firstChild;while(n){if(1===n.nodeType&&"stop"===n.nodeName.toLocaleLowerCase()){var i=n.getAttribute("offset"),r=void 0;r=i&&i.indexOf("%")>0?parseInt(i,10)/100:i?parseFloat(i):0;var o={};WP(n,o,o);var a=o.stopColor||n.getAttribute("stop-color")||"#000000";e.colorStops.push({offset:r,color:a})}n=n.nextSibling}}function DP(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),B(e.__inheritedStyle,t.__inheritedStyle))}function LP(t){for(var e=BP(t),n=[],i=0;i0;o-=2){var a=i[o],s=i[o-1],l=BP(a);switch(r=r||Ar(),s){case"translate":Pr(r,r,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":Rr(r,r,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":Or(r,r,-parseFloat(l[0])*FP);break;case"skewX":var u=Math.tan(parseFloat(l[0])*FP);Lr(r,[1,0,u,1,0,0],r);break;case"skewY":var c=Math.tan(parseFloat(l[0])*FP);Lr(r,[1,c,0,1,0,0],r);break;case"matrix":r[0]=parseFloat(l[0]),r[1]=parseFloat(l[1]),r[2]=parseFloat(l[2]),r[3]=parseFloat(l[3]),r[4]=parseFloat(l[4]),r[5]=parseFloat(l[5]);break}}e.setLocalTransform(r)}}var GP=/([^\s:;]+)\s*:\s*([^:;]+)/g;function WP(t,e,n){var i=t.getAttribute("style");if(i){var r;GP.lastIndex=0;while(null!=(r=GP.exec(i))){var o=r[1],a=Tt(wP,o)?wP[o]:null;a&&(e[a]=r[2]);var s=Tt(MP,o)?MP[o]:null;s&&(n[s]=r[2])}}}function qP(t,e,n){for(var i=0;in&&(t=r,n=a)}if(t)return QP(t.exterior);var s=this.getBoundingRect();return[s.x+s.width/2,s.y+s.height/2]},e.prototype.getBoundingRect=function(t){var e=this._rect;if(e&&!t)return e;var n=[1/0,1/0],i=[-1/0,-1/0],r=this.geometries;return W(r,(function(e){"polygon"===e.type?JP(e.exterior,n,i,t):W(e.points,(function(e){JP(e,n,i,t)}))})),isFinite(n[0])&&isFinite(n[1])&&isFinite(i[0])&&isFinite(i[1])||(n[0]=n[1]=i[0]=i[1]=0),e=new oo(n[0],n[1],i[0]-n[0],i[1]-n[1]),t||(this._rect=e),e},e.prototype.contain=function(t){var e=this.getBoundingRect(),n=this.geometries;if(!e.contain(t[0],t[1]))return!1;t:for(var i=0,r=n.length;i>1^-(1&s),l=l>>1^-(1&l),s+=r,l+=o,r=s,o=l,i.push([s/n,l/n])}return i}function dO(t,e){return t=uO(t),q(j(t.features,(function(t){return t.geometry&&t.properties&&t.geometry.coordinates.length>0})),(function(t){var n=t.properties,i=t.geometry,r=[];switch(i.type){case"Polygon":var o=i.coordinates;r.push(new eO(o[0],o.slice(1)));break;case"MultiPolygon":W(i.coordinates,(function(t){t[0]&&r.push(new eO(t[0],t.slice(1)))}));break;case"LineString":r.push(new nO([i.coordinates]));break;case"MultiLineString":r.push(new nO(i.coordinates))}var a=new iO(n[e||"name"],r,n.cp);return a.properties=n,a}))}for(var pO=[126,25],fO="南海诸岛",gO=[[[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]]],vO=0;vO0,g={api:n,geo:s,mapOrGeoModel:t,data:a,isVisualEncodedByVisualMap:f,isGeo:o,transformInfoRaw:h};"geoJSON"===s.resourceType?this._buildGeoJSON(g):"geoSVG"===s.resourceType&&this._buildSVG(g),this._updateController(t,e,n),this._updateMapSelectHandler(t,l,n,i)},t.prototype._buildGeoJSON=function(t){var e=this._regionsGroupByName=wt(),n=wt(),i=this._regionsGroup,r=t.transformInfoRaw,o=t.mapOrGeoModel,a=t.data,s=t.geo.projection,l=s&&s.stream;function u(t,e){return e&&(t=e(t)),t&&[t[0]*r.scaleX+r.x,t[1]*r.scaleY+r.y]}function c(t){for(var e=[],n=!l&&s&&s.project,i=0;i=0)&&(d=r);var p=a?{normal:{align:"center",verticalAlign:"middle"}}:null;sh(e,lh(i),{labelFetcher:d,labelDataIndex:h,defaultText:n},p);var f=e.getTextContent();if(f&&(OO(f).ignore=f.ignore,e.textConfig&&a)){var g=e.getBoundingRect().clone();e.textConfig.layoutRect=g,e.textConfig.position=[(a[0]-g.x)/g.width*100+"%",(a[1]-g.y)/g.height*100+"%"]}e.disableLabelAnimation=!0}else e.removeTextContent(),e.removeTextConfig(),e.disableLabelAnimation=null}function VO(t,e,n,i,r,o){t.data?t.data.setItemGraphicEl(o,e):Lu(e).eventData={componentType:"geo",componentIndex:r.componentIndex,geoIndex:r.componentIndex,name:n,region:i&&i.option||{}}}function FO(t,e,n,i,r){t.data||Um({el:e,componentModel:r,itemName:n,itemTooltipOption:i.get("tooltip")})}function HO(t,e,n,i,r){e.highDownSilentOnTouch=!!r.get("selectedMode");var o=i.getModel("emphasis"),a=o.get("focus");return Ec(e,a,o.get("blurScope"),o.get("disabled")),t.isGeo&&Gc(e,r,n),a}function GO(t,e,n){var i,r=[];function o(){i=[]}function a(){i.length&&(r.push(i),i=[])}var s=e({polygonStart:o,polygonEnd:a,lineStart:o,lineEnd:a,point:function(t,e){isFinite(t)&&isFinite(e)&&i.push([t,e])},sphere:function(){}});return!n&&s.polygonStart(),W(t,(function(t){s.lineStart();for(var e=0;e-1&&(n.style.stroke=n.style.fill,n.style.fill="#fff",n.style.lineWidth=2),n},e.type="series.map",e.dependencies=["geo"],e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},nameProperty:"name"},e}(Ov);const ZO=jO;function YO(t,e){var n={};return W(t,(function(t){t.each(t.mapDimension("value"),(function(e,i){var r="ec-"+t.getName(i);n[r]=n[r]||[],isNaN(e)||n[r].push(e)}))})),t[0].map(t[0].mapDimension("value"),(function(i,r){for(var o,a="ec-"+t[0].getName(r),s=0,l=1/0,u=-1/0,c=n[a].length,h=0;h1?(p.width=d,p.height=d/x):(p.height=d,p.width=d*x),p.y=h[1]-p.height/2,p.x=h[0]-p.width/2;else{var b=t.getBoxLayoutParams();b.aspect=x,p=Xd(b,{width:y,height:m})}this.setViewRect(p.x,p.y,p.width,p.height),this.setCenter(t.get("center"),e),this.setZoom(t.get("zoom"))}function sR(t,e){W(e.get("geoCoord"),(function(e,n){t.addGeoCoord(n,e)}))}var lR=function(){function t(){this.dimensions=nR}return t.prototype.create=function(t,e){var n=[];function i(t){return{nameProperty:t.get("nameProperty"),aspectScale:t.get("aspectScale"),projection:t.get("projection")}}t.eachComponent("geo",(function(t,r){var o=t.get("map"),a=new oR(o+r,o,z({nameMap:t.get("nameMap")},i(t)));a.zoomLimit=t.get("scaleLimit"),n.push(a),t.coordinateSystem=a,a.model=t,a.resize=aR,a.resize(t,e)})),t.eachSeries((function(t){var e=t.get("coordinateSystem");if("geo"===e){var i=t.get("geoIndex")||0;t.coordinateSystem=n[i]}}));var r={};return t.eachSeriesByType("map",(function(t){if(!t.getHostGeoModel()){var e=t.getMapType();r[e]=r[e]||[],r[e].push(t)}})),W(r,(function(t,r){var o=q(t,(function(t){return t.get("nameMap")})),a=new oR(r,r,z({nameMap:N(o)},i(t[0])));a.zoomLimit=ht.apply(null,q(t,(function(t){return t.get("scaleLimit")}))),n.push(a),a.resize=aR,a.resize(t[0],e),W(t,(function(t){t.coordinateSystem=a,sR(a,t)}))})),n},t.prototype.getFilledRegions=function(t,e,n,i){for(var r=(t||[]).slice(),o=wt(),a=0;a=0;a--){var s=i[a];s.hierNode={defaultAncestor:null,ancestor:s,prelim:0,modifier:0,change:0,shift:0,i:a,thread:null},r.push(s)}}function bR(t,e){var n=t.isExpand?t.children:[],i=t.parentNode.children,r=t.hierNode.i?i[t.hierNode.i-1]:null;if(n.length){TR(t);var o=(n[0].hierNode.prelim+n[n.length-1].hierNode.prelim)/2;r?(t.hierNode.prelim=r.hierNode.prelim+e(t,r),t.hierNode.modifier=t.hierNode.prelim-o):t.hierNode.prelim=o}else r&&(t.hierNode.prelim=r.hierNode.prelim+e(t,r));t.parentNode.hierNode.defaultAncestor=CR(t,r,t.parentNode.hierNode.defaultAncestor||i[0],e)}function wR(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function SR(t){return arguments.length?t:PR}function MR(t,e){return t-=Math.PI/2,{x:e*Math.cos(t),y:e*Math.sin(t)}}function IR(t,e){return Xd(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function TR(t){var e=t.children,n=e.length,i=0,r=0;while(--n>=0){var o=e[n];o.hierNode.prelim+=i,o.hierNode.modifier+=i,r+=o.hierNode.change,i+=o.hierNode.shift+r}}function CR(t,e,n,i){if(e){var r=t,o=t,a=o.parentNode.children[0],s=e,l=r.hierNode.modifier,u=o.hierNode.modifier,c=a.hierNode.modifier,h=s.hierNode.modifier;while(s=AR(s),o=kR(o),s&&o){r=AR(r),a=kR(a),r.hierNode.ancestor=t;var d=s.hierNode.prelim+h-o.hierNode.prelim-u+i(s,o);d>0&&(LR(DR(s,t,n),t,d),u+=d,l+=d),h+=s.hierNode.modifier,u+=o.hierNode.modifier,l+=r.hierNode.modifier,c+=a.hierNode.modifier}s&&!AR(r)&&(r.hierNode.thread=s,r.hierNode.modifier+=h-l),o&&!kR(a)&&(a.hierNode.thread=o,a.hierNode.modifier+=u-c,n=t)}return n}function AR(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function kR(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function DR(t,e,n){return t.hierNode.ancestor.parentNode===e.parentNode?t.hierNode.ancestor:n}function LR(t,e,n){var i=n/(e.hierNode.i-t.hierNode.i);e.hierNode.change-=i,e.hierNode.shift+=n,e.hierNode.modifier+=n,e.hierNode.prelim+=n,t.hierNode.change+=i}function PR(t,e){return t.parentNode===e.parentNode?1:2}var OR=function(){function t(){this.parentPoint=[],this.childPoints=[]}return t}(),RR=function(t){function e(e){return t.call(this,e)||this}return o(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new OR},e.prototype.buildPath=function(t,e){var n=e.childPoints,i=n.length,r=e.parentPoint,o=n[0],a=n[i-1];if(1===i)return t.moveTo(r[0],r[1]),void t.lineTo(o[0],o[1]);var s=e.orient,l="TB"===s||"BT"===s?0:1,u=1-l,c=Wo(e.forkPosition,1),h=[];h[l]=r[l],h[u]=r[u]+(a[u]-r[u])*c,t.moveTo(r[0],r[1]),t.lineTo(h[0],h[1]),t.moveTo(o[0],o[1]),h[l]=o[l],t.lineTo(h[0],h[1]),h[l]=a[l],t.lineTo(h[0],h[1]),t.lineTo(a[0],a[1]);for(var d=1;dm.x,b||(_-=Math.PI));var S=b?"left":"right",M=s.getModel("label"),I=M.get("rotate"),T=I*(Math.PI/180),C=v.getTextContent();C&&(v.setTextConfig({position:M.get("position")||S,rotation:null==I?-_:T,origin:"center"}),C.setStyle("verticalAlign","middle"))}var A=s.get(["emphasis","focus"]),k="relative"===A?St(a.getAncestorsIndices(),a.getDescendantIndices()):"ancestor"===A?a.getAncestorsIndices():"descendant"===A?a.getDescendantIndices():null;k&&(Lu(n).focus=k),BR(r,a,c,n,f,p,g,i),n.__edge&&(n.onHoverStateChange=function(e){if("blur"!==e){var i=a.parentNode&&t.getItemGraphicEl(a.parentNode.dataIndex);i&&i.hoverState===Bu||sc(n.__edge,e)}})}function BR(t,e,n,i,r,o,a,s){var l=e.getModel(),u=t.get("edgeShape"),c=t.get("layout"),h=t.getOrient(),d=t.get(["lineStyle","curveness"]),p=t.get("edgeForkPosition"),f=l.getModel("lineStyle").getLineStyle(),g=i.__edge;if("curve"===u)e.parentNode&&e.parentNode!==n&&(g||(g=i.__edge=new Xy({shape:GR(c,h,d,r,r)})),$c(g,{shape:GR(c,h,d,o,a)},t));else if("polyline"===u)if("orthogonal"===c){if(e!==n&&e.children&&0!==e.children.length&&!0===e.isExpand){for(var v=e.children,y=[],m=0;me&&(e=i.height)}this.height=e+1},t.prototype.getNodeById=function(t){if(this.getId()===t)return this;for(var e=0,n=this.children,i=n.length;e=0&&this.hostTree.data.setItemLayout(this.dataIndex,t,e)},t.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},t.prototype.getModel=function(t){if(!(this.dataIndex<0)){var e=this.hostTree,n=e.data.getItemModel(this.dataIndex);return n.getModel(t)}},t.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},t.prototype.setVisual=function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,t,e)},t.prototype.getVisual=function(t){return this.hostTree.data.getItemVisual(this.dataIndex,t)},t.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},t.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},t.prototype.getChildIndex=function(){if(this.parentNode){for(var t=this.parentNode.children,e=0;e=0){var i=n.getData().tree.root,r=t.targetNode;if(tt(r)&&(r=i.getNodeById(r)),r&&i.contains(r))return{node:r};var o=t.targetNodeId;if(null!=o&&(r=i.getNodeById(o)))return{node:r}}}function aE(t){var e=[];while(t)t=t.parentNode,t&&e.push(t);return e.reverse()}function sE(t,e){var n=aE(t);return V(n,e)>=0}function lE(t,e){var n=[];while(t){var i=t.dataIndex;n.push({name:t.name,dataIndex:i,value:e.getRawValue(i)}),t=t.parentNode}return n.reverse(),n}var uE=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasSymbolVisual=!0,e.ignoreStyleOnData=!0,e}return o(e,t),e.prototype.getInitialData=function(t){var e={name:t.name,children:t.data},n=t.leaves||{},i=new Oh(n,this,this.ecModel),r=rE.createTree(e,this,o);function o(t){t.wrapMethod("getItemModel",(function(t,e){var n=r.getNodeByDataIndex(e);return n&&n.children.length&&n.isExpand||(t.parentModel=i),t}))}var a=0;r.eachNode("preorder",(function(t){t.depth>a&&(a=t.depth)}));var s=t.expandAndCollapse,l=s&&t.initialTreeDepth>=0?t.initialTreeDepth:a;return r.root.eachNode("preorder",(function(t){var e=t.hostTree.data.getRawDataItem(t.dataIndex);t.isExpand=e&&null!=e.collapsed?!e.collapsed:t.depth<=l})),r.data},e.prototype.getOrient=function(){var t=this.get("orient");return"horizontal"===t?t="LR":"vertical"===t&&(t="TB"),t},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.formatTooltip=function(t,e,n){var i=this.getData().tree,r=i.root.children[0],o=i.getNodeByDataIndex(t),a=o.getValue(),s=o.name;while(o&&o!==r)s=o.parentNode.name+"."+s,o=o.parentNode;return iv("nameValue",{name:s,value:a,noValue:isNaN(a)||null==a})},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=lE(i,this),n.collapsed=!i.isExpand,n},e.type="series.tree",e.layoutMode="box",e.defaultOption={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",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},e}(Ov);const cE=uE;function hE(t,e,n){var i,r=[t],o=[];while(i=r.pop())if(o.push(i),i.isExpand){var a=i.children;if(a.length)for(var s=0;s=0;o--)i.push(r[o])}}function pE(t,e){t.eachSeriesByType("tree",(function(t){fE(t,e)}))}function fE(t,e){var n=IR(t,e);t.layoutInfo=n;var i=t.get("layout"),r=0,o=0,a=null;"radial"===i?(r=2*Math.PI,o=Math.min(n.height,n.width)/2,a=SR((function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth}))):(r=n.width,o=n.height,a=SR());var s=t.getData().tree.root,l=s.children[0];if(l){_R(s),hE(l,bR,a),s.hierNode.modifier=-l.hierNode.prelim,dE(l,wR);var u=l,c=l,h=l;dE(l,(function(t){var e=t.getLayout().x;ec.getLayout().x&&(c=t),t.depth>h.depth&&(h=t)}));var d=u===c?1:a(u,c)/2,p=d-u.getLayout().x,f=0,g=0,v=0,y=0;if("radial"===i)f=r/(c.getLayout().x+d+p),g=o/(h.depth-1||1),dE(l,(function(t){v=(t.getLayout().x+p)*f,y=(t.depth-1)*g;var e=MR(v,y);t.setLayout({x:e.x,y:e.y,rawX:v,rawY:y},!0)}));else{var m=t.getOrient();"RL"===m||"LR"===m?(g=o/(c.getLayout().x+d+p),f=r/(h.depth-1||1),dE(l,(function(t){y=(t.getLayout().x+p)*g,v="LR"===m?(t.depth-1)*f:r-(t.depth-1)*f,t.setLayout({x:v,y},!0)}))):"TB"!==m&&"BT"!==m||(f=r/(c.getLayout().x+d+p),g=o/(h.depth-1||1),dE(l,(function(t){v=(t.getLayout().x+p)*f,y="TB"===m?(t.depth-1)*g:o-(t.depth-1)*g,t.setLayout({x:v,y},!0)})))}}}function gE(t){t.eachSeriesByType("tree",(function(t){var e=t.getData(),n=e.tree;n.eachNode((function(t){var n=t.getModel(),i=n.getModel("itemStyle").getItemStyle(),r=e.ensureUniqueItemVisual(t.dataIndex,"style");z(r,i)}))}))}function vE(t){t.registerAction({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},(function(t,e){e.eachComponent({mainType:"series",subType:"tree",query:t},(function(e){var n=t.dataIndex,i=e.getData().tree,r=i.getNodeByDataIndex(n);r.isExpand=!r.isExpand}))})),t.registerAction({type:"treeRoam",event:"treeRoam",update:"none"},(function(t,e,n){e.eachComponent({mainType:"series",subType:"tree",query:t},(function(e){var i=e.coordinateSystem,r=fR(i,t,void 0,n);e.setCenter&&e.setCenter(r.center),e.setZoom&&e.setZoom(r.zoom)}))}))}function yE(t){t.registerChartView(WR),t.registerSeriesModel(cE),t.registerLayout(pE),t.registerVisual(gE),vE(t)}var mE=["treemapZoomToNode","treemapRender","treemapMove"];function xE(t){for(var e=0;e1)n=n.parentNode;var r=Np(t.ecModel,n.name||n.dataIndex+"",i);e.setVisual("decal",r)}))}var bE=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventUsingHoverLayer=!0,n}return o(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};wE(n);var i=t.levels||[],r=this.designatedVisualItemStyle={},o=new Oh({itemStyle:r},this,e);i=t.levels=SE(i,e);var a=q(i||[],(function(t){return new Oh(t,o,e)}),this),s=rE.createTree(n,this,l);function l(t){t.wrapMethod("getItemModel",(function(t,e){var n=s.getNodeByDataIndex(e),i=n?a[n.depth]:null;return t.parentModel=i||o,t}))}return s.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t),o=i.getName(t);return iv("nameValue",{name:o,value:r})},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=lE(i,this),n.treePathInfo=n.treeAncestors,n},e.prototype.setLayoutInfo=function(t){this.layoutInfo=this.layoutInfo||{},z(this.layoutInfo,t)},e.prototype.mapIdToIndex=function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=wt(),this._idIndexMapCount=0);var n=e.get(t);return null==n&&e.set(t,n=this._idIndexMapCount++),n},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)},e.prototype.enableAriaDecal=function(){_E(this)},e.type="series.treemap",e.layoutMode="box",e.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%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},e}(Ov);function wE(t){var e=0;W(t.children,(function(t){wE(t);var n=t.value;J(n)&&(n=n[0]),e+=n}));var n=t.value;J(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),J(t.value)?t.value[0]=n:t.value=n}function SE(t,e){var n=ga(e.get("color")),i=ga(e.get(["aria","decal","decals"]));if(n){var r,o;t=t||[],W(t,(function(t){var e=new Oh(t),n=e.get("color"),i=e.get("decal");(e.get(["itemStyle","color"])||n&&"none"!==n)&&(r=!0),(e.get(["itemStyle","decal"])||i&&"none"!==i)&&(o=!0)}));var a=t[0]||(t[0]={});return r||(a.color=n.slice()),!o&&i&&(a.decal=i.slice()),t}}const ME=bE;var IE=8,TE=8,CE=5,AE=function(){function t(t){this.group=new Lo,t.add(this.group)}return t.prototype.render=function(t,e,n,i){var r=t.getModel("breadcrumb"),o=this.group;if(o.removeAll(),r.get("show")&&n){var a=r.getModel("itemStyle"),s=a.getModel("textStyle"),l={pos:{left:r.get("left"),right:r.get("right"),top:r.get("top"),bottom:r.get("bottom")},box:{width:e.getWidth(),height:e.getHeight()},emptyItemWidth:r.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(n,l,s),this._renderContent(t,l,a,s,i),$d(o,l.pos,l.box)}},t.prototype._prepare=function(t,e,n){for(var i=t;i;i=i.parentNode){var r=ka(i.getModel().get("name"),""),o=n.getTextRect(r),a=Math.max(o.width+2*IE,e.emptyItemWidth);e.totalWidth+=a+TE,e.renderList.push({node:i,text:r,width:a})}},t.prototype._renderContent=function(t,e,n,i,r){for(var o=0,a=e.emptyItemWidth,s=t.get(["breadcrumb","height"]),l=Yd(e.pos,e.box),u=e.totalWidth,c=e.renderList,h=c.length-1;h>=0;h--){var d=c[h],p=d.node,f=d.width,g=d.text;u>l.width&&(u-=f-a,f=a,g=null);var v=new zy({shape:{points:kE(o,0,f,s,h===c.length-1,0===h)},style:B(n.getItemStyle(),{lineJoin:"bevel"}),textContent:new Du({style:{text:g,fill:i.getTextColor(),font:i.getFont()}}),textConfig:{position:"inside"},z2:1e4*Gu,onclick:K(r,p)});v.disableLabelAnimation=!0,this.group.add(v),DE(v,t,p),o+=f+TE}},t.prototype.remove=function(){this.group.removeAll()},t}();function kE(t,e,n,i,r,o){var a=[[r?t:t-CE,e],[t+n,e],[t+n,e+i],[r?t:t-CE,e+i]];return!o&&a.splice(2,0,[t+n+CE,e+i/2]),!r&&a.push([t,e+i/2]),a}function DE(t,e,n){Lu(t).eventData={componentType:"series",componentSubType:"treemap",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:n&&n.dataIndex,name:n&&n.name},treePathInfo:n&&lE(n,e)}}const LE=AE;var PE=function(){function t(){this._storage=[],this._elExistsMap={}}return t.prototype.add=function(t,e,n,i,r){return!this._elExistsMap[t.id]&&(this._elExistsMap[t.id]=!0,this._storage.push({el:t,target:e,duration:n,delay:i,easing:r}),!0)},t.prototype.finished=function(t){return this._finishedCallback=t,this},t.prototype.start=function(){for(var t=this,e=this._storage.length,n=function(){e--,e<=0&&(t._storage.length=0,t._elExistsMap={},t._finishedCallback&&t._finishedCallback())},i=0,r=this._storage.length;iNE||Math.abs(t.dy)>NE)){var e=this.seriesModel.getData().tree.root;if(!e)return;var n=e.getLayout();if(!n)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x+t.dx,y:n.y+t.dy,width:n.width,height:n.height}})}},e.prototype._onZoom=function(t){var e=t.originX,n=t.originY;if("animating"!==this._state){var i=this.seriesModel.getData().tree.root;if(!i)return;var r=i.getLayout();if(!r)return;var o=new oo(r.x,r.y,r.width,r.height),a=this.seriesModel.layoutInfo;e-=a.x,n-=a.y;var s=Ar();Pr(s,s,[-e,-n]),Rr(s,s,[t.scale,t.scale]),Pr(s,s,[e,n]),o.applyTransform(s),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:o.x,y:o.y,width:o.width,height:o.height}})}},e.prototype._initEvents=function(t){var e=this;t.on("click",(function(t){if("ready"===e._state){var n=e.seriesModel.get("nodeClick",!0);if(n){var i=e.findTarget(t.offsetX,t.offsetY);if(i){var r=i.node;if(r.getLayout().isLeafRoot)e._rootToNode(i);else if("zoomToNode"===n)e._zoomToNode(i);else if("link"===n){var o=r.hostTree.data.getItemModel(r.dataIndex),a=o.get("link",!0),s=o.get("target",!0)||"blank";a&&Gd(a,s)}}}}}),this)},e.prototype._renderBreadcrumb=function(t,e,n){var i=this;n||(n=null!=t.get("leafDepth",!0)?{node:t.getViewRoot()}:this.findTarget(e.getWidth()/2,e.getHeight()/2),n||(n={node:t.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new LE(this.group))).render(t,e,n.node,(function(e){"animating"!==i._state&&(sE(t.getViewRoot(),e)?i._rootToNode({node:e}):i._zoomToNode({node:e}))}))},e.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=jE(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},e.prototype.dispose=function(){this._clearController()},e.prototype._zoomToNode=function(t){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype._rootToNode=function(t){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype.findTarget=function(t,e){var n,i=this.seriesModel.getViewRoot();return i.eachNode({attr:"viewChildren",order:"preorder"},(function(i){var r=this._storage.background[i.getRawIndex()];if(r){var o=r.transformCoordToLocal(t,e),a=r.shape;if(!(a.x<=o[0]&&o[0]<=a.x+a.width&&a.y<=o[1]&&o[1]<=a.y+a.height))return!1;n={node:i,offsetX:o[0],offsetY:o[1]}}}),this),n},e.type="treemap",e}(nx);function jE(){return{nodeGroup:[],background:[],content:[]}}function ZE(t,e,n,i,r,o,a,s,l,u){if(a){var c=a.getLayout(),h=t.getData(),d=a.getModel();if(h.setItemGraphicEl(a.dataIndex,null),c&&c.isInView){var p=c.width,f=c.height,g=c.borderWidth,v=c.invisible,y=a.getRawIndex(),m=s&&s.getRawIndex(),x=a.viewChildren,_=c.upperHeight,b=x&&x.length,w=d.getModel("itemStyle"),S=d.getModel(["emphasis","itemStyle"]),M=d.getModel(["blur","itemStyle"]),I=d.getModel(["select","itemStyle"]),T=w.get("borderRadius")||0,C=H("nodeGroup",RE);if(C){if(l.add(C),C.x=c.x||0,C.y=c.y||0,C.markRedraw(),qE(C).nodeWidth=p,qE(C).nodeHeight=f,c.isAboveViewRoot)return C;var A=H("background",EE,u,FE);A&&E(C,A,b&&c.upperLabelHeight);var k=d.getModel("emphasis"),D=k.get("focus"),L=k.get("blurScope"),P=k.get("disabled"),O="ancestor"===D?a.getAncestorsIndices():"descendant"===D?a.getDescendantIndices():D;if(b)Hc(C)&&Fc(C,!1),A&&(Fc(A,!P),h.setItemGraphicEl(a.dataIndex,A),Nc(A,O,L));else{var R=H("content",EE,u,HE);R&&N(C,R),A.disableMorphing=!0,A&&Hc(A)&&Fc(A,!1),Fc(C,!P),h.setItemGraphicEl(a.dataIndex,C),Nc(C,O,L)}return C}}}function E(e,n,i){var r=Lu(n);if(r.dataIndex=a.dataIndex,r.seriesIndex=t.seriesIndex,n.setShape({x:0,y:0,width:p,height:f,r:T}),v)B(n);else{n.invisible=!1;var o=a.getVisual("style"),s=o.stroke,l=WE(w);l.fill=s;var u=GE(S);u.fill=S.get("borderColor");var c=GE(M);c.fill=M.get("borderColor");var h=GE(I);if(h.fill=I.get("borderColor"),i){var d=p-2*g;V(n,s,o.opacity,{x:g,y:0,width:d,height:_})}else n.removeTextContent();n.setStyle(l),n.ensureState("emphasis").style=u,n.ensureState("blur").style=c,n.ensureState("select").style=h,pc(n)}e.add(n)}function N(e,n){var i=Lu(n);i.dataIndex=a.dataIndex,i.seriesIndex=t.seriesIndex;var r=Math.max(p-2*g,0),o=Math.max(f-2*g,0);if(n.culling=!0,n.setShape({x:g,y:g,width:r,height:o,r:T}),v)B(n);else{n.invisible=!1;var s=a.getVisual("style"),l=s.fill,u=WE(w);u.fill=l,u.decal=s.decal;var c=GE(S),h=GE(M),d=GE(I);V(n,l,s.opacity,null),n.setStyle(u),n.ensureState("emphasis").style=c,n.ensureState("blur").style=h,n.ensureState("select").style=d,pc(n)}e.add(n)}function B(t){!t.invisible&&o.push(t)}function V(e,n,i,r){var o=d.getModel(r?BE:zE),s=ka(d.get("name"),null),l=o.getShallow("show");sh(e,lh(d,r?BE:zE),{defaultText:l?s:null,inheritColor:n,defaultOpacity:i,labelFetcher:t,labelDataIndex:a.dataIndex});var u=e.getTextContent();if(u){var h=u.style,p=gt(h.padding||0);r&&(e.setTextConfig({layoutRect:r}),u.disableLabelLayout=!0),u.beforeUpdate=function(){var t=Math.max((r?r.width:e.shape.width)-p[1]-p[3],0),n=Math.max((r?r.height:e.shape.height)-p[0]-p[2],0);h.width===t&&h.height===n||u.setStyle({width:t,height:n})},h.truncateMinChar=2,h.lineOverflow="truncate",F(h,r,c);var f=u.getState("emphasis");F(f?f.style:null,r,c)}}function F(e,n,i){var r=e?e.text:null;if(!n&&i.isLeafRoot&&null!=r){var o=t.get("drillDownIcon",!0);e.text=o?o+" "+r:r}}function H(t,i,o,a){var s=null!=m&&n[t][m],l=r[t];return s?(n[t][m]=null,G(l,s)):v||(s=new i,s instanceof Gs&&(s.z2=YE(o,a)),W(l,s)),e[t][y]=s}function G(t,e){var n=t[y]={};e instanceof RE?(n.oldX=e.x,n.oldY=e.y):n.oldShape=z({},e.shape)}function W(t,e){var n=t[y]={},o=a.parentNode,s=e instanceof Lo;if(o&&(!i||"drillDown"===i.direction)){var l=0,u=0,c=r.background[o.getRawIndex()];!i&&c&&c.oldShape&&(l=c.oldShape.width,u=c.oldShape.height),s?(n.oldX=0,n.oldY=u):n.oldShape={x:l,y:u,width:0,height:0}}n.fadein=!s}}function YE(t,e){return t*VE+e}const XE=UE;var $E=W,KE=it,JE=-1,QE=function(){function t(e){var n=e.mappingMethod,i=e.type,r=this.option=R(e);this.type=i,this.mappingMethod=n,this._normalizeData=hN[n];var o=t.visualHandlers[i];this.applyVisual=o.applyVisual,this.getColorMapper=o.getColorMapper,this._normalizedToVisual=o._normalizedToVisual[n],"piecewise"===n?(nN(r),tN(r)):"category"===n?r.categories?eN(r):nN(r,!0):(vt("linear"!==n||r.dataExtent),nN(r))}return t.prototype.mapValueToVisual=function(t){var e=this._normalizeData(t);return this._normalizedToVisual(e,t)},t.prototype.getNormalizer=function(){return $(this._normalizeData,this)},t.listVisualTypes=function(){return Y(t.visualHandlers)},t.isValidType=function(e){return t.visualHandlers.hasOwnProperty(e)},t.eachVisual=function(t,e,n){it(t)?W(t,e,n):e.call(n,t)},t.mapVisual=function(e,n,i){var r,o=J(e)?[]:it(e)?{}:(r=!0,null);return t.eachVisual(e,(function(t,e){var a=n.call(i,t,e);r?o=a:o[e]=a})),o},t.retrieveVisuals=function(e){var n,i={};return e&&$E(t.visualHandlers,(function(t,r){e.hasOwnProperty(r)&&(i[r]=e[r],n=!0)})),n?i:null},t.prepareVisualTypes=function(t){if(J(t))t=t.slice();else{if(!KE(t))return[];var e=[];$E(t,(function(t,n){e.push(n)})),t=e}return t.sort((function(t,e){return"color"===e&&"color"!==t&&0===t.indexOf("color")?1:-1})),t},t.dependsOn=function(t,e){return"color"===e?!(!t||0!==t.indexOf(e)):t===e},t.findPieceIndex=function(t,e,n){for(var i,r=1/0,o=0,a=e.length;o=0;o--)null==i[o]&&(delete n[e[o]],e.pop())}function nN(t,e){var n=t.visual,i=[];it(n)?$E(n,(function(t){i.push(t)})):null!=n&&i.push(n);var r={color:1,symbol:1};e||1!==i.length||r.hasOwnProperty(t.type)||(i[1]=i[0]),cN(t,i)}function iN(t){return{applyVisual:function(e,n,i){var r=this.mapValueToVisual(e);i("color",t(n("color"),r))},_normalizedToVisual:lN([0,1])}}function rN(t){var e=this.option.visual;return e[Math.round(Go(t,[0,1],[0,e.length-1],!0))]||{}}function oN(t){return function(e,n,i){i(t,this.mapValueToVisual(e))}}function aN(t){var e=this.option.visual;return e[this.option.loop&&t!==JE?t%e.length:t]}function sN(){return this.option.visual[0]}function lN(t){return{linear:function(e){return Go(e,t,this.option.visual,!0)},category:aN,piecewise:function(e,n){var i=uN.call(this,n);return null==i&&(i=Go(e,t,this.option.visual,!0)),i},fixed:sN}}function uN(t){var e=this.option,n=e.pieceList;if(e.hasSpecialVisual){var i=QE.findPieceIndex(t,n),r=n[i];if(r&&r.visual)return r.visual[this.type]}}function cN(t,e){return t.visual=e,"color"===t.type&&(t.parsedVisual=q(e,(function(t){var e=Jn(t);return e||[0,0,0,1]}))),e}var hN={linear:function(t){return Go(t,this.option.dataExtent,[0,1],!0)},piecewise:function(t){var e=this.option.pieceList,n=QE.findPieceIndex(t,e,!0);if(null!=n)return Go(n,[0,e.length-1],[0,1],!0)},category:function(t){var e=this.option.categories?this.option.categoryMap[t]:t;return null==e?JE:e},fixed:Ct};function dN(t,e,n){return t?e<=n:e=n.length||t===n[t.depth]){var o=MN(r,u,t,e,f,i);yN(t,o,n,i)}}))}else s=xN(u),c.fill=s}}function mN(t,e,n){var i=z({},e),r=n.designatedVisualItemStyle;return W(["color","colorAlpha","colorSaturation"],(function(n){r[n]=e[n];var o=t.get(n);r[n]=null,null!=o&&(i[n]=o)})),i}function xN(t){var e=bN(t,"color");if(e){var n=bN(t,"colorAlpha"),i=bN(t,"colorSaturation");return i&&(e=ri(e,null,null,i)),n&&(e=oi(e,n)),e}}function _N(t,e){return null!=e?ri(e,null,null,t):null}function bN(t,e){var n=t[e];if(null!=n&&"none"!==n)return n}function wN(t,e,n,i,r,o){if(o&&o.length){var a=SN(e,"color")||null!=r.color&&"none"!==r.color&&(SN(e,"colorAlpha")||SN(e,"colorSaturation"));if(a){var s=e.get("visualMin"),l=e.get("visualMax"),u=n.dataExtent.slice();null!=s&&su[1]&&(u[1]=l);var c=e.get("colorMappingBy"),h={type:a.name,dataExtent:u,visual:a.range};"color"!==h.type||"index"!==c&&"id"!==c?h.mappingMethod="linear":(h.mappingMethod="category",h.loop=!0);var d=new pN(h);return gN(d).drColorMappingBy=c,d}}}function SN(t,e){var n=t.get(e);return J(n)&&n.length?{name:e,range:n}:null}function MN(t,e,n,i,r,o){var a=z({},e);if(r){var s=r.type,l="color"===s&&gN(r).drColorMappingBy,u="index"===l?i:"id"===l?o.mapIdToIndex(n.getId()):n.getValue(t.get("visualDimension"));a[s]=r.mapValueToVisual(u)}return a}var IN=Math.max,TN=Math.min,CN=ht,AN=W,kN=["itemStyle","borderWidth"],DN=["itemStyle","gapWidth"],LN=["upperLabel","show"],PN=["upperLabel","height"];const ON={seriesType:"treemap",reset:function(t,e,n,i){var r=n.getWidth(),o=n.getHeight(),a=t.option,s=Xd(t.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()}),l=a.size||[],u=Wo(CN(s.width,l[0]),r),c=Wo(CN(s.height,l[1]),o),h=i&&i.type,d=["treemapZoomToNode","treemapRootToNode"],p=oE(i,d,t),f="treemapRender"===h||"treemapMove"===h?i.rootRect:null,g=t.getViewRoot(),v=aE(g);if("treemapMove"!==h){var y="treemapZoomToNode"===h?HN(t,p,g,u,c):f?[f.width,f.height]:[u,c],m=a.sort;m&&"asc"!==m&&"desc"!==m&&(m="desc");var x={squareRatio:a.squareRatio,sort:m,leafDepth:a.leafDepth};g.hostTree.clearLayouts();var _={x:0,y:0,width:y[0],height:y[1],area:y[0]*y[1]};g.setLayout(_),RN(g,x,!1,0),_=g.getLayout(),AN(v,(function(t,e){var n=(v[e+1]||g).getValue();t.setLayout(z({dataExtent:[n,n],borderWidth:0,upperHeight:0},_))}))}var b=t.getData().tree.root;b.setLayout(GN(s,f,p),!0),t.setLayoutInfo(s),WN(b,new oo(-s.x,-s.y,r,o),v,g,0)}};function RN(t,e,n,i){var r,o;if(!t.isRemoved()){var a=t.getLayout();r=a.width,o=a.height;var s=t.getModel(),l=s.get(kN),u=s.get(DN)/2,c=qN(s),h=Math.max(l,c),d=l-u,p=h-u;t.setLayout({borderWidth:l,upperHeight:h,upperLabelHeight:c},!0),r=IN(r-2*d,0),o=IN(o-d-p,0);var f=r*o,g=EN(t,s,f,e,n,i);if(g.length){var v={x:d,y:p,width:r,height:o},y=TN(r,o),m=1/0,x=[];x.area=0;for(var _=0,b=g.length;_=0;l--){var u=r["asc"===i?a-l-1:l].getValue();u/n*ea[1]&&(a[1]=e)}))):a=[NaN,NaN],{sum:i,dataExtent:a}}function VN(t,e,n){for(var i=0,r=1/0,o=0,a=void 0,s=t.length;oi&&(i=a));var l=t.area*t.area,u=e*e*n;return l?IN(u*i/l,l/(u*r)):1/0}function FN(t,e,n,i,r){var o=e===n.width?0:1,a=1-o,s=["x","y"],l=["width","height"],u=n[s[o]],c=e?t.area/e:0;(r||c>n[l[a]])&&(c=n[l[a]]);for(var h=0,d=t.length;hKo&&(u=Ko),a=o}ui&&(i=e);var o=i%2?i+2:i+3;r=[];for(var a=0;a0&&(m[0]=-m[0],m[1]=-m[1]);var _=y[0]<0?-1:1;if("start"!==i.__position&&"end"!==i.__position){var b=-Math.atan2(y[1],y[0]);u[0].8?"left":c[0]<-.8?"right":"center",d=c[1]>.8?"top":c[1]<-.8?"bottom":"middle";break;case"start":i.x=-c[0]*f+l[0],i.y=-c[1]*g+l[1],h=c[0]>.8?"right":c[0]<-.8?"left":"center",d=c[1]>.8?"bottom":c[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":i.x=f*_+l[0],i.y=l[1]+w,h=y[0]<0?"right":"left",i.originX=-f*_,i.originY=-w;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":i.x=x[0],i.y=x[1]+w,h="center",i.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":i.x=-f*_+u[0],i.y=u[1]+w,h=y[0]>=0?"right":"left",i.originX=f*_,i.originY=-w;break}i.scaleX=i.scaleY=r,i.setStyle({verticalAlign:i.__verticalAlign||d,align:i.__align||h})}}}function S(t,e){var n=t.__specifiedRotation;if(null==n){var i=a.tangentAt(e);t.attr("rotation",(1===e?-1:1)*Math.PI/2-Math.atan2(i[1],i[0]))}else t.attr("rotation",n)}},e}(Lo);const Rz=Oz;var Ez=function(){function t(t){this.group=new Lo,this._LineCtor=t||Rz}return t.prototype.updateData=function(t){var e=this;this._progressiveEls=null;var n=this,i=n.group,r=n._lineData;n._lineData=t,r||i.removeAll();var o=zz(t);t.diff(r).add((function(n){e._doAdd(t,n,o)})).update((function(n,i){e._doUpdate(r,t,i,n,o)})).remove((function(t){i.remove(r.getItemGraphicEl(t))})).execute()},t.prototype.updateLayout=function(){var t=this._lineData;t&&t.eachItemGraphicEl((function(e,n){e.updateLayout(t,n)}),this)},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=zz(t),this._lineData=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e){function n(t){t.isGroup||Nz(t)||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[];for(var i=t.start;i0}function zz(t){var e=t.hostModel,n=e.getModel("emphasis");return{lineStyle:e.getModel("lineStyle").getLineStyle(),emphasisLineStyle:n.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:e.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:e.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:n.get("disabled"),blurScope:n.get("blurScope"),focus:n.get("focus"),labelStatesModels:lh(e)}}function Bz(t){return isNaN(t[0])||isNaN(t[1])}function Vz(t){return t&&!Bz(t[0])&&!Bz(t[1])}const Fz=Ez;var Hz=[],Gz=[],Wz=[],qz=Mn,Uz=Ut,jz=Math.abs;function Zz(t,e,n){for(var i,r=t[0],o=t[1],a=t[2],s=1/0,l=n*n,u=.1,c=.1;c<=.9;c+=.1){Hz[0]=qz(r[0],o[0],a[0],c),Hz[1]=qz(r[1],o[1],a[1],c);var h=jz(Uz(Hz,e)-l);h=0?i+=u:i-=u:f>=0?i-=u:i+=u}return i}function Yz(t,e){var n=[],i=An,r=[[],[],[]],o=[[],[]],a=[];e/=2,t.eachEdge((function(t,s){var l=t.getLayout(),u=t.getVisual("fromSymbol"),c=t.getVisual("toSymbol");l.__original||(l.__original=[Ot(l[0]),Ot(l[1])],l[2]&&l.__original.push(Ot(l[2])));var h=l.__original;if(null!=l[2]){if(Pt(r[0],h[0]),Pt(r[1],h[2]),Pt(r[2],h[1]),u&&"none"!==u){var d=hz(t.node1),p=Zz(r,h[0],d*e);i(r[0][0],r[1][0],r[2][0],p,n),r[0][0]=n[3],r[1][0]=n[4],i(r[0][1],r[1][1],r[2][1],p,n),r[0][1]=n[3],r[1][1]=n[4]}if(c&&"none"!==c){d=hz(t.node2),p=Zz(r,h[1],d*e);i(r[0][0],r[1][0],r[2][0],p,n),r[1][0]=n[1],r[2][0]=n[2],i(r[0][1],r[1][1],r[2][1],p,n),r[1][1]=n[1],r[2][1]=n[2]}Pt(l[0],r[0]),Pt(l[1],r[2]),Pt(l[2],r[1])}else{if(Pt(o[0],h[0]),Pt(o[1],h[1]),zt(a,o[1],o[0]),Ht(a,a),u&&"none"!==u){d=hz(t.node1);Nt(o[0],o[0],a,d*e)}if(c&&"none"!==c){d=hz(t.node2);Nt(o[1],o[1],a,-d*e)}Pt(l[0],o[0]),Pt(l[1],o[1])}}))}function Xz(t){return"view"===t.type}var $z=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.init=function(t,e){var n=new AT,i=new Fz,r=this.group;this._controller=new gP(e.getZr()),this._controllerHost={target:r},r.add(n.group),r.add(i.group),this._symbolDraw=n,this._lineDraw=i,this._firstRender=!0},e.prototype.render=function(t,e,n){var i=this,r=t.coordinateSystem;this._model=t;var o=this._symbolDraw,a=this._lineDraw,s=this.group;if(Xz(r)){var l={x:r.x,y:r.y,scaleX:r.scaleX,scaleY:r.scaleY};this._firstRender?s.attr(l):$c(s,l,t)}Yz(t.getGraph(),cz(t));var u=t.getData();o.updateData(u);var c=t.getEdgeData();a.updateData(c),this._updateNodeAndLinkScale(),this._updateController(t,e,n),clearTimeout(this._layoutTimeout);var h=t.forceLayout,d=t.get(["force","layoutAnimation"]);h&&this._startForceLayoutIteration(h,d),u.graph.eachNode((function(t){var e=t.dataIndex,n=t.getGraphicEl(),r=t.getModel();if(n){n.off("drag").off("dragend");var o=r.get("draggable");o&&n.on("drag",(function(){h&&(h.warmUp(),!i._layouting&&i._startForceLayoutIteration(h,d),h.setFixed(e),u.setItemLayout(e,[n.x,n.y]))})).on("dragend",(function(){h&&h.setUnfixed(e)})),n.setDraggable(o&&!!h,!!r.get("cursor"));var a=r.get(["emphasis","focus"]);"adjacency"===a&&(Lu(n).focus=t.getAdjacentDataIndices())}})),u.graph.eachEdge((function(t){var e=t.getGraphicEl(),n=t.getModel().get(["emphasis","focus"]);e&&"adjacency"===n&&(Lu(e).focus={edge:[t.dataIndex],node:[t.node1.dataIndex,t.node2.dataIndex]})}));var p="circular"===t.get("layout")&&t.get(["circular","rotateLabel"]),f=u.getLayout("cx"),g=u.getLayout("cy");u.eachItemGraphicEl((function(t,e){var n=u.getItemModel(e),i=n.get(["label","rotate"])||0,r=t.getSymbolPath();if(p){var o=u.getItemLayout(e),a=Math.atan2(o[1]-g,o[0]-f);a<0&&(a=2*Math.PI+a);var s=o[0]=0&&t.call(e,n[r],r)},t.prototype.eachEdge=function(t,e){for(var n=this.edges,i=n.length,r=0;r=0&&n[r].node1.dataIndex>=0&&n[r].node2.dataIndex>=0&&t.call(e,n[r],r)},t.prototype.breadthFirstTraverse=function(t,e,n,i){if(e instanceof tB||(e=this._nodesMap[Jz(e)]),e){for(var r="out"===n?"outEdges":"in"===n?"inEdges":"edges",o=0;o=0&&n.node2.dataIndex>=0}));for(r=0,o=i.length;r=0&&this[t][e].setItemVisual(this.dataIndex,n,i)},getVisual:function(n){return this[t][e].getItemVisual(this.dataIndex,n)},setLayout:function(n,i){this.dataIndex>=0&&this[t][e].setItemLayout(this.dataIndex,n,i)},getLayout:function(){return this[t][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[t][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[t][e].getRawIndex(this.dataIndex)}}}H(tB,nB("hostGraph","data")),H(eB,nB("hostGraph","edgeData"));const iB=Qz;function rB(t,e,n,i,r){for(var o=new iB(i),a=0;a "+d)),u++)}var p,f=n.get("coordinateSystem");if("cartesian2d"===f||"polar"===f)p=vT(t,n);else{var g=tf.get(f),v=g&&g.dimensions||[];V(v,"value")<0&&v.concat(["value"]);var y=QI(t,{coordDimensions:v,encodeDefine:n.getEncode()}).dimensions;p=new JI(y,n),p.initData(t)}var m=new JI(["value"],n);return m.initData(l,s),r&&r(p,m),tE({mainData:p,struct:o,structAttr:"graph",datas:{node:p,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),o.update(),o}var oB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return o(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments);var n=this;function i(){return n._categoriesData}this.legendVisualProvider=new RA(i,i),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},e.prototype.mergeDefaultAndTheme=function(e){t.prototype.mergeDefaultAndTheme.apply(this,arguments),va(e,"edgeLabel",["show"])},e.prototype.getInitialData=function(t,e){var n=t.edges||t.links||[],i=t.data||t.nodes||[],r=this;if(i&&n){rz(this);var o=rB(i,n,this,!0,a);return W(o.edges,(function(t){oz(t.node1,t.node2,this,t.dataIndex)}),this),o.data}function a(t,e){t.wrapMethod("getItemModel",(function(t){var e=r._categoriesModels,n=t.getShallow("category"),i=e[n];return i&&(i.parentModel=t.parentModel,t.parentModel=i),t}));var n=Oh.prototype.getModel;function i(t,e){var i=n.call(this,t,e);return i.resolveParentPath=o,i}function o(t){if(t&&("label"===t[0]||"label"===t[1])){var e=t.slice();return"label"===t[0]?e[0]="edgeLabel":"label"===t[1]&&(e[1]="edgeLabel"),e}return t}e.wrapMethod("getItemModel",(function(t){return t.resolveParentPath=o,t.getModel=i,t}))}},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.getCategoriesData=function(){return this._categoriesData},e.prototype.formatTooltip=function(t,e,n){if("edge"===n){var i=this.getData(),r=this.getDataParams(t,n),o=i.graph.getEdgeByIndex(t),a=i.getName(o.node1.dataIndex),s=i.getName(o.node2.dataIndex),l=[];return null!=a&&l.push(a),null!=s&&l.push(s),iv("nameValue",{name:l.join(" > "),value:r.value,noValue:null==r.value})}var u=xv({series:this,dataIndex:t,multipleSeries:e});return u},e.prototype._updateCategoriesData=function(){var t=q(this.option.categories||[],(function(t){return null!=t.value?t:z({value:0},t)})),e=new JI(["value"],this);e.initData(t),this._categoriesData=e,this._categoriesModels=e.mapArray((function(t){return e.getItemModel(t)}))},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.isAnimationEnabled=function(){return t.prototype.isAnimationEnabled.call(this)&&!("force"===this.get("layout")&&this.get(["force","layoutAnimation"]))},e.type="series.graph",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={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"}}},e}(Ov);const aB=oB;var sB={type:"graphRoam",event:"graphRoam",update:"none"};function lB(t){t.registerChartView(Kz),t.registerSeriesModel(aB),t.registerProcessor(jN),t.registerVisual(ZN),t.registerVisual(XN),t.registerLayout(uz),t.registerLayout(t.PRIORITY.VISUAL.POST_CHART_LAYOUT,vz),t.registerLayout(xz),t.registerCoordinateSystem("graphView",{dimensions:tR.dimensions,create:bz}),t.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},Ct),t.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},Ct),t.registerAction(sB,(function(t,e,n){e.eachComponent({mainType:"series",query:t},(function(e){var i=e.coordinateSystem,r=fR(i,t,void 0,n);e.setCenter&&e.setCenter(r.center),e.setZoom&&e.setZoom(r.zoom)}))}))}var uB=function(){function t(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0}return t}(),cB=function(t){function e(e){var n=t.call(this,e)||this;return n.type="pointer",n}return o(e,t),e.prototype.getDefaultShape=function(){return new uB},e.prototype.buildPath=function(t,e){var n=Math.cos,i=Math.sin,r=e.r,o=e.width,a=e.angle,s=e.x-n(a)*o*(o>=r/3?1:2),l=e.y-i(a)*o*(o>=r/3?1:2);a=e.angle-Math.PI/2,t.moveTo(s,l),t.lineTo(e.x+n(a)*o,e.y+i(a)*o),t.lineTo(e.x+n(e.angle)*r,e.y+i(e.angle)*r),t.lineTo(e.x-n(a)*o,e.y-i(a)*o),t.lineTo(s,l)},e}(Xl);const hB=cB;function dB(t,e){var n=t.get("center"),i=e.getWidth(),r=e.getHeight(),o=Math.min(i,r),a=Wo(n[0],e.getWidth()),s=Wo(n[1],e.getHeight()),l=Wo(t.get("radius"),o/2);return{cx:a,cy:s,r:l}}function pB(t,e){var n=null==t?"":t+"";return e&&(tt(e)?n=e.replace("{value}",n):Q(e)&&(n=e(t))),n}var fB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){this.group.removeAll();var i=t.get(["axisLine","lineStyle","color"]),r=dB(t,n);this._renderMain(t,e,n,i,r),this._data=t.getData()},e.prototype.dispose=function(){},e.prototype._renderMain=function(t,e,n,i,r){var o=this.group,a=t.get("clockwise"),s=-t.get("startAngle")/180*Math.PI,l=-t.get("endAngle")/180*Math.PI,u=t.getModel("axisLine"),c=u.get("roundCap"),h=c?VC:ky,d=u.get("show"),p=u.getModel("lineStyle"),f=p.get("width"),g=[s,l];bl(g,!a),s=g[0],l=g[1];for(var v=l-s,y=s,m=0;d&&m=t&&(0===e?0:i[e-1][0]).8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:R}),silent:!0}))}if(m.get("show")&&D!==_){L=m.get("distance");L=L?L+l:l;for(var E=0;E<=b;E++){u=Math.cos(M),c=Math.sin(M);var N=new qy({shape:{x1:u*(f-L)+d,y1:c*(f-L)+p,x2:u*(f-S-L)+d,y2:c*(f-S-L)+p},silent:!0,style:A});"auto"===A.stroke&&N.setStyle({stroke:i((D+E/b)/_)}),h.add(N),M+=T}M-=T}else M+=I}},e.prototype._renderPointer=function(t,e,n,i,r,o,a,s,l){var u=this.group,c=this._data,h=this._progressEls,d=[],p=t.get(["pointer","show"]),f=t.getModel("progress"),g=f.get("show"),v=t.getData(),y=v.mapDimension("value"),m=+t.get("min"),x=+t.get("max"),_=[m,x],b=[o,a];function w(e,n){var i,o=v.getItemModel(e),a=o.getModel("pointer"),s=Wo(a.get("width"),r.r),l=Wo(a.get("length"),r.r),u=t.get(["pointer","icon"]),c=a.get("offsetCenter"),h=Wo(c[0],r.r),d=Wo(c[1],r.r),p=a.get("keepAspect");return i=u?v_(u,h-s/2,d-l,s,l,null,p):new hB({shape:{angle:-Math.PI/2,width:s,r:l,x:h,y:d}}),i.rotation=-(n+Math.PI/2),i.x=r.cx,i.y=r.cy,i}function S(t,e){var n=f.get("roundCap"),i=n?VC:ky,a=f.get("overlap"),u=a?f.get("width"):l/v.count(),c=a?r.r-u:r.r-(t+1)*u,h=a?r.r:r.r-t*u,d=new i({shape:{startAngle:o,endAngle:e,cx:r.cx,cy:r.cy,clockwise:s,r0:c,r:h}});return a&&(d.z2=x-v.get(y,t)%x),d}(g||p)&&(v.diff(c).add((function(e){var n=v.get(y,e);if(p){var i=w(e,o);Kc(i,{rotation:-((isNaN(+n)?b[0]:Go(n,_,b,!0))+Math.PI/2)},t),u.add(i),v.setItemGraphicEl(e,i)}if(g){var r=S(e,o),a=f.get("clip");Kc(r,{shape:{endAngle:Go(n,_,b,a)}},t),u.add(r),Pu(t.seriesIndex,v.dataType,e,r),d[e]=r}})).update((function(e,n){var i=v.get(y,e);if(p){var r=c.getItemGraphicEl(n),a=r?r.rotation:o,s=w(e,a);s.rotation=a,$c(s,{rotation:-((isNaN(+i)?b[0]:Go(i,_,b,!0))+Math.PI/2)},t),u.add(s),v.setItemGraphicEl(e,s)}if(g){var l=h[n],m=l?l.shape.endAngle:o,x=S(e,m),M=f.get("clip");$c(x,{shape:{endAngle:Go(i,_,b,M)}},t),u.add(x),Pu(t.seriesIndex,v.dataType,e,x),d[e]=x}})).execute(),v.each((function(t){var e=v.getItemModel(t),n=e.getModel("emphasis"),r=n.get("focus"),o=n.get("blurScope"),a=n.get("disabled");if(p){var s=v.getItemGraphicEl(t),l=v.getItemVisual(t,"style"),u=l.fill;if(s instanceof iu){var c=s.style;s.useStyle(z({image:c.image,x:c.x,y:c.y,width:c.width,height:c.height},l))}else s.useStyle(l),"pointer"!==s.type&&s.setColor(u);s.setStyle(e.getModel(["pointer","itemStyle"]).getItemStyle()),"auto"===s.style.fill&&s.setStyle("fill",i(Go(v.get(y,t),_,[0,1],!0))),s.z2EmphasisLift=0,Vc(s,e),Ec(s,r,o,a)}if(g){var h=d[t];h.useStyle(v.getItemVisual(t,"style")),h.setStyle(e.getModel(["progress","itemStyle"]).getItemStyle()),h.z2EmphasisLift=0,Vc(h,e),Ec(h,r,o,a)}})),this._progressEls=d)},e.prototype._renderAnchor=function(t,e){var n=t.getModel("anchor"),i=n.get("show");if(i){var r=n.get("size"),o=n.get("icon"),a=n.get("offsetCenter"),s=n.get("keepAspect"),l=v_(o,e.cx-r/2+Wo(a[0],e.r),e.cy-r/2+Wo(a[1],e.r),r,r,null,s);l.z2=n.get("showAbove")?1:0,l.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(l)}},e.prototype._renderTitleAndDetail=function(t,e,n,i,r){var o=this,a=t.getData(),s=a.mapDimension("value"),l=+t.get("min"),u=+t.get("max"),c=new Lo,h=[],d=[],p=t.isAnimationEnabled(),f=t.get(["pointer","showAbove"]);a.diff(this._data).add((function(t){h[t]=new Du({silent:!0}),d[t]=new Du({silent:!0})})).update((function(t,e){h[t]=o._titleEls[e],d[t]=o._detailEls[e]})).execute(),a.each((function(e){var n=a.getItemModel(e),o=a.get(s,e),g=new Lo,v=i(Go(o,[l,u],[0,1],!0)),y=n.getModel("title");if(y.get("show")){var m=y.get("offsetCenter"),x=r.cx+Wo(m[0],r.r),_=r.cy+Wo(m[1],r.r),b=h[e];b.attr({z2:f?0:2,style:uh(y,{x,y:_,text:a.getName(e),align:"center",verticalAlign:"middle"},{inheritColor:v})}),g.add(b)}var w=n.getModel("detail");if(w.get("show")){var S=w.get("offsetCenter"),M=r.cx+Wo(S[0],r.r),I=r.cy+Wo(S[1],r.r),T=Wo(w.get("width"),r.r),C=Wo(w.get("height"),r.r),A=t.get(["progress","show"])?a.getItemVisual(e,"style").fill:v,k=(b=d[e],w.get("formatter"));b.attr({z2:f?0:2,style:uh(w,{x:M,y:I,text:pB(o,k),width:isNaN(T)?null:T,height:isNaN(C)?null:C,align:"center",verticalAlign:"middle"},{inheritColor:A})}),xh(b,{normal:w},o,(function(t){return pB(t,k)})),p&&_h(b,e,a,t,{getFormattedLabel:function(t,e,n,i,r,a){return pB(a?a.interpolatedValue:o,k)}}),g.add(b)}c.add(g)})),this.group.add(c),this._titleEls=h,this._detailEls=d},e.type="gauge",e}(nx);const gB=fB;var vB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="itemStyle",n}return o(e,t),e.prototype.getInitialData=function(t,e){return PA(this,["value"])},e.type="series.gauge",e.defaultOption={z:2,colorBy:"data",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,showAbove:!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}},e}(Ov);const yB=vB;function mB(t){t.registerChartView(gB),t.registerSeriesModel(yB)}var xB=["itemStyle","opacity"],_B=function(t){function e(e,n){var i=t.call(this)||this,r=i,o=new Fy,a=new Du;return r.setTextContent(a),i.setTextGuideLine(o),i.updateData(e,n,!0),i}return o(e,t),e.prototype.updateData=function(t,e,n){var i=this,r=t.hostModel,o=t.getItemModel(e),a=t.getItemLayout(e),s=o.getModel("emphasis"),l=o.get(xB);l=null==l?1:l,n||nh(i),i.useStyle(t.getItemVisual(e,"style")),i.style.lineJoin="round",n?(i.setShape({points:a.points}),i.style.opacity=0,Kc(i,{style:{opacity:l}},r,e)):$c(i,{style:{opacity:l},shape:{points:a.points}},r,e),Vc(i,o),this._updateLabel(t,e),Ec(this,s.get("focus"),s.get("blurScope"),s.get("disabled"))},e.prototype._updateLabel=function(t,e){var n=this,i=this.getTextGuideLine(),r=n.getTextContent(),o=t.hostModel,a=t.getItemModel(e),s=t.getItemLayout(e),l=s.label,u=t.getItemVisual(e,"style"),c=u.fill;sh(r,lh(a),{labelFetcher:t.hostModel,labelDataIndex:e,defaultOpacity:u.opacity,defaultText:t.getName(e)},{normal:{align:l.textAlign,verticalAlign:l.verticalAlign}}),n.setTextConfig({local:!0,inside:!!l.inside,insideStroke:c,outsideFill:c});var h=l.linePoints;i.setShape({points:h}),n.textGuideLineConfig={anchor:h?new Xr(h[0][0],h[0][1]):null},$c(r,{style:{x:l.x,y:l.y}},o,e),r.attr({rotation:l.rotation,originX:l.x,originY:l.y,z2:10}),gS(n,vS(a),{stroke:c})},e}(zy),bB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreLabelLineUpdate=!0,n}return o(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this._data,o=this.group;i.diff(r).add((function(t){var e=new _B(i,t);i.setItemGraphicEl(t,e),o.add(e)})).update((function(t,e){var n=r.getItemGraphicEl(e);n.updateData(i,t),o.add(n),i.setItemGraphicEl(t,n)})).remove((function(e){var n=r.getItemGraphicEl(e);eh(n,t,e)})).execute(),this._data=i},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.prototype.dispose=function(){},e.type="funnel",e}(nx);const wB=bB;var SB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new RA($(this.getData,this),$(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.getInitialData=function(t,e){return PA(this,{coordDimensions:["value"],encodeDefaulter:K(wp,this)})},e.prototype._defaultLabelLine=function(t){va(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.prototype.getDataParams=function(e){var n=this.getData(),i=t.prototype.getDataParams.call(this,e),r=n.mapDimension("value"),o=n.getSum(r);return i.percent=o?+(n.get(r,e)/o*100).toFixed(2):0,i.$vars.push("percent"),i},e.type="series.funnel",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",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"}}},e}(Ov);const MB=SB;function IB(t,e){return Xd(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function TB(t,e){for(var n=t.mapDimension("value"),i=t.mapArray(n,(function(t){return t})),r=[],o="ascending"===e,a=0,s=t.count();aXB)return;var r=this._model.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]);"none"!==r.behavior&&this._dispatchExpand({axisExpandWindow:r.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(t){if(!this._mouseDownPoint&&JB(this,"mousemove")){var e=this._model,n=e.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]),i=n.behavior;"jump"===i&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===i?null:{axisExpandWindow:n.axisExpandWindow,animation:"jump"===i?null:{duration:0}})}}};function JB(t,e){var n=t._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===e}const QB=$B;var tV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.init=function(){t.prototype.init.apply(this,arguments),this.mergeOption({})},e.prototype.mergeOption=function(t){var e=this.option;t&&E(e,t,!0),this._initDimensions()},e.prototype.contains=function(t,e){var n=t.get("parallelIndex");return null!=n&&e.getComponent("parallel",n)===this},e.prototype.setAxisExpand=function(t){W(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],(function(e){t.hasOwnProperty(e)&&(this.option[e]=t[e])}),this)},e.prototype._initDimensions=function(){var t=this.dimensions=[],e=this.parallelAxisIndex=[],n=j(this.ecModel.queryComponents({mainType:"parallelAxis"}),(function(t){return(t.get("parallelIndex")||0)===this.componentIndex}),this);W(n,(function(n){t.push("dim"+n.get("dim")),e.push(n.componentIndex)}))},e.type="parallel",e.dependencies=["parallelAxis"],e.layoutMode="box",e.defaultOption={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},e}(op);const eV=tV;var nV=function(t){function e(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.type=r||"value",a.axisIndex=o,a}return o(e,t),e.prototype.isHorizontal=function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")},e}(VD);const iV=nV;function rV(t,e,n,i,r,o){t=t||0;var a=n[1]-n[0];if(null!=r&&(r=aV(r,[0,a])),null!=o&&(o=Math.max(o,null!=r?r:0)),"all"===i){var s=Math.abs(e[1]-e[0]);s=aV(s,[0,a]),r=o=aV(s,[r,o]),i=0}e[0]=aV(e[0],n),e[1]=aV(e[1],n);var l=oV(e,i);e[i]+=t;var u,c=r||0,h=n.slice();return l.sign<0?h[0]+=c:h[1]-=c,e[i]=aV(e[i],h),u=oV(e,i),null!=r&&(u.sign!==l.sign||u.spano&&(e[1-i]=e[i]+u.sign*o),e}function oV(t,e){var n=t[e]-t[1-e];return{span:Math.abs(n),sign:n>0?-1:n<0?1:e?-1:1}}function aV(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}var sV=W,lV=Math.min,uV=Math.max,cV=Math.floor,hV=Math.ceil,dV=qo,pV=Math.PI,fV=function(){function t(t,e,n){this.type="parallel",this._axesMap=wt(),this._axesLayout={},this.dimensions=t.dimensions,this._model=t,this._init(t,e,n)}return t.prototype._init=function(t,e,n){var i=t.dimensions,r=t.parallelAxisIndex;sV(i,(function(t,n){var i=r[n],o=e.getComponent("parallelAxis",i),a=this._axesMap.set(t,new iV(t,rD(o),[0,0],o.get("type"),i)),s="category"===a.type;a.onBand=s&&o.get("boundaryGap"),a.inverse=o.get("inverse"),o.axis=a,a.model=o,a.coordinateSystem=o.coordinateSystem=this}),this)},t.prototype.update=function(t,e){this._updateAxesFromSeries(this._model,t)},t.prototype.containPoint=function(t){var e=this._makeLayoutInfo(),n=e.axisBase,i=e.layoutBase,r=e.pixelDimIndex,o=t[1-r],a=t[r];return o>=n&&o<=n+e.axisLength&&a>=i&&a<=i+e.layoutLength},t.prototype.getModel=function(){return this._model},t.prototype._updateAxesFromSeries=function(t,e){e.eachSeries((function(n){if(t.contains(n,e)){var i=n.getData();sV(this.dimensions,(function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(i,i.mapDimension(t)),iD(e.scale,e.model)}),this)}}),this)},t.prototype.resize=function(t,e){this._rect=Xd(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),this._layoutAxes()},t.prototype.getRect=function(){return this._rect},t.prototype._makeLayoutInfo=function(){var t,e=this._model,n=this._rect,i=["x","y"],r=["width","height"],o=e.get("layout"),a="horizontal"===o?0:1,s=n[r[a]],l=[0,s],u=this.dimensions.length,c=gV(e.get("axisExpandWidth"),l),h=gV(e.get("axisExpandCount")||0,[0,u]),d=e.get("axisExpandable")&&u>3&&u>h&&h>1&&c>0&&s>0,p=e.get("axisExpandWindow");if(p)t=gV(p[1]-p[0],l),p[1]=p[0]+t;else{t=gV(c*(h-1),l);var f=e.get("axisExpandCenter")||cV(u/2);p=[c*f-t/2],p[1]=p[0]+t}var g=(s-t)/(u-h);g<3&&(g=0);var v=[cV(dV(p[0]/c,1))+1,hV(dV(p[1]/c,1))-1],y=g/c*p[0];return{layout:o,pixelDimIndex:a,layoutBase:n[i[a]],layoutLength:s,axisBase:n[i[1-a]],axisLength:n[r[1-a]],axisExpandable:d,axisExpandWidth:c,axisCollapseWidth:g,axisExpandWindow:p,axisCount:u,winInnerIndices:v,axisExpandWindow0Pos:y}},t.prototype._layoutAxes=function(){var t=this._rect,e=this._axesMap,n=this.dimensions,i=this._makeLayoutInfo(),r=i.layout;e.each((function(t){var e=[0,i.axisLength],n=t.inverse?1:0;t.setExtent(e[n],e[1-n])})),sV(n,(function(e,n){var o=(i.axisExpandable?yV:vV)(n,i),a={horizontal:{x:o.position,y:i.axisLength},vertical:{x:0,y:o.position}},s={horizontal:pV/2,vertical:0},l=[a[r].x+t.x,a[r].y+t.y],u=s[r],c=Ar();Or(c,c,u),Pr(c,c,l),this._axesLayout[e]={position:l,rotation:u,transform:c,axisNameAvailableWidth:o.axisNameAvailableWidth,axisLabelShow:o.axisLabelShow,nameTruncateMaxWidth:o.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}}),this)},t.prototype.getAxis=function(t){return this._axesMap.get(t)},t.prototype.dataToPoint=function(t,e){return this.axisCoordToPoint(this._axesMap.get(e).dataToCoord(t),e)},t.prototype.eachActiveState=function(t,e,n,i){null==n&&(n=0),null==i&&(i=t.count());var r=this._axesMap,o=this.dimensions,a=[],s=[];W(o,(function(e){a.push(t.mapDimension(e)),s.push(r.get(e).model)}));for(var l=this.hasAxisBrushed(),u=n;ur*(1-c[0])?(l="jump",a=s-r*(1-c[2])):(a=s-r*c[1])>=0&&(a=s-r*(1-c[1]))<=0&&(a=0),a*=e.axisExpandWidth/u,a?rV(a,i,o,"all"):l="none";else{var d=i[1]-i[0],p=o[1]*s/d;i=[uV(0,p-d/2)],i[1]=lV(o[1],i[0]+d),i[0]=i[1]-d}return{axisExpandWindow:i,behavior:l}},t}();function gV(t,e){return lV(uV(t,e[0]),e[1])}function vV(t,e){var n=e.layoutLength/(e.axisCount-1);return{position:n*t,axisNameAvailableWidth:n,axisLabelShow:!0}}function yV(t,e){var n,i,r=e.layoutLength,o=e.axisExpandWidth,a=e.axisCount,s=e.axisCollapseWidth,l=e.winInnerIndices,u=s,c=!1;return t=0;n--)Uo(e[n])},e.prototype.getActiveState=function(t){var e=this.activeIntervals;if(!e.length)return"normal";if(null==t||isNaN(+t))return"inactive";if(1===e.length){var n=e[0];if(n[0]<=t&&t<=n[1])return"active"}else for(var i=0,r=e.length;ikV}function YV(t){var e=t.length-1;return e<0&&(e=0),[t[0],t[e]]}function XV(t,e,n,i){var r=new Lo;return r.add(new du({name:"main",style:QV(n),silent:!0,draggable:!0,cursor:"move",drift:K(rF,t,e,r,["n","s","w","e"]),ondragend:K(jV,e,{isEnd:!0})})),W(i,(function(n){r.add(new du({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:K(rF,t,e,r,n),ondragend:K(jV,e,{isEnd:!0})}))})),r}function $V(t,e,n,i){var r=i.brushStyle.lineWidth||0,o=TV(r,DV),a=n[0][0],s=n[1][0],l=a-r/2,u=s-r/2,c=n[0][1],h=n[1][1],d=c-o+r/2,p=h-o+r/2,f=c-a,g=h-s,v=f+r,y=g+r;JV(t,e,"main",a,s,f,g),i.transformable&&(JV(t,e,"w",l,u,o,y),JV(t,e,"e",d,u,o,y),JV(t,e,"n",l,u,v,o),JV(t,e,"s",l,p,v,o),JV(t,e,"nw",l,u,o,o),JV(t,e,"ne",d,u,o,o),JV(t,e,"sw",l,p,o,o),JV(t,e,"se",d,p,o,o))}function KV(t,e){var n=e.__brushOption,i=n.transformable,r=e.childAt(0);r.useStyle(QV(n)),r.attr({silent:!i,cursor:i?"move":"default"}),W([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],(function(n){var r=e.childOfName(n.join("")),o=1===n.length?nF(t,n[0]):iF(t,n);r&&r.attr({silent:!i,invisible:!i,cursor:i?OV[o]+"-resize":null})}))}function JV(t,e,n,i,r,o,a){var s=e.childOfName(n);s&&s.setShape(lF(sF(t,e,[[i,r],[i+o,r+a]])))}function QV(t){return B({strokeNoScale:!0},t.brushStyle)}function tF(t,e,n,i){var r=[IV(t,n),IV(e,i)],o=[TV(t,n),TV(e,i)];return[[r[0],o[0]],[r[1],o[1]]]}function eF(t){return Pm(t.group)}function nF(t,e){var n={w:"left",e:"right",n:"top",s:"bottom"},i={left:"w",right:"e",top:"n",bottom:"s"},r=Rm(n[e],eF(t));return i[r]}function iF(t,e){var n=[nF(t,e[0]),nF(t,e[1])];return("e"===n[0]||"w"===n[0])&&n.reverse(),n.join("")}function rF(t,e,n,i,r,o){var a=n.__brushOption,s=t.toRectRange(a.range),l=aF(e,r,o);W(i,(function(t){var e=PV[t];s[e[0]][e[1]]+=l[e[0]]})),a.range=t.fromRectRange(tF(s[0][0],s[1][0],s[0][1],s[1][1])),HV(e,n),jV(e,{isEnd:!1})}function oF(t,e,n,i){var r=e.__brushOption.range,o=aF(t,n,i);W(r,(function(t){t[0]+=o[0],t[1]+=o[1]})),HV(t,e),jV(t,{isEnd:!1})}function aF(t,e,n){var i=t.group,r=i.transformCoordToLocal(e,n),o=i.transformCoordToLocal(0,0);return[r[0]-o[0],r[1]-o[1]]}function sF(t,e,n){var i=qV(t,e);return i&&i!==MV?i.clipPath(n,t._transform):R(n)}function lF(t){var e=IV(t[0][0],t[1][0]),n=IV(t[0][1],t[1][1]),i=TV(t[0][0],t[1][0]),r=TV(t[0][1],t[1][1]);return{x:e,y:n,width:i-e,height:r-n}}function uF(t,e,n){if(t._brushType&&!vF(t,e.offsetX,e.offsetY)){var i=t._zr,r=t._covers,o=WV(t,e,n);if(!t._dragging)for(var a=0;ai.getWidth()||n<0||n>i.getHeight()}var yF={lineX:mF(0),lineY:mF(1),rect:{createCover:function(t,e){function n(t){return t}return XV({toRectRange:n,fromRectRange:n},t,e,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(t){var e=YV(t);return tF(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(t,e,n,i){$V(t,e,n,i)},updateCommon:KV,contain:hF},polygon:{createCover:function(t,e){var n=new Lo;return n.add(new Fy({name:"main",style:QV(e),silent:!0})),n},getCreatingRange:function(t){return t},endCreating:function(t,e){e.remove(e.childAt(0)),e.add(new zy({name:"main",draggable:!0,drift:K(oF,t,e),ondragend:K(jV,t,{isEnd:!0})}))},updateCoverShape:function(t,e,n,i){e.childAt(0).setShape({points:sF(t,e,n)})},updateCommon:KV,contain:hF}};function mF(t){return{createCover:function(e,n){return XV({toRectRange:function(e){var n=[e,[0,100]];return t&&n.reverse(),n},fromRectRange:function(e){return e[t]}},e,n,[[["w"],["e"]],[["n"],["s"]]][t])},getCreatingRange:function(e){var n=YV(e),i=IV(n[0][t],n[1][t]),r=TV(n[0][t],n[1][t]);return[i,r]},updateCoverShape:function(e,n,i,r){var o,a=qV(e,n);if(a!==MV&&a.getLinearBrushOtherExtent)o=a.getLinearBrushOtherExtent(t);else{var s=e._zr;o=[0,[s.getWidth(),s.getHeight()][1-t]]}var l=[i,o];t&&l.reverse(),$V(e,n,l,r)},updateCommon:KV,contain:hF}}const xF=NV;function _F(t){return t=SF(t),function(e){return Bm(e,t)}}function bF(t,e){return t=SF(t),function(n){var i=null!=e?e:n,r=i?t.width:t.height,o=i?t.x:t.y;return[o,o+(r||0)]}}function wF(t,e,n){var i=SF(t);return function(t,r){return i.contain(r[0],r[1])&&!_P(t,e,n)}}function SF(t){return oo.create(t)}var MF=["axisLine","axisTickLabel","axisName"],IF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.init=function(e,n){t.prototype.init.apply(this,arguments),(this._brushController=new xF(n.getZr())).on("brush",$(this._onBrush,this))},e.prototype.render=function(t,e,n,i){if(!TF(t,e,i)){this.axisModel=t,this.api=n,this.group.removeAll();var r=this._axisGroup;if(this._axisGroup=new Lo,this.group.add(this._axisGroup),t.get("show")){var o=AF(t,e),a=o.coordinateSystem,s=t.getAreaSelectStyle(),l=s.width,u=t.axis.dim,c=a.getAxisLayout(u),h=z({strokeContainThreshold:l},c),d=new hL(t,h);W(MF,d.add,d),this._axisGroup.add(d.getGroup()),this._refreshBrushController(h,s,t,o,l,n),zm(r,this._axisGroup,t)}}},e.prototype._refreshBrushController=function(t,e,n,i,r,o){var a=n.axis.getExtent(),s=a[1]-a[0],l=Math.min(30,.1*Math.abs(s)),u=oo.create({x:a[0],y:-r/2,width:s,height:r});u.x-=l,u.width+=2*l,this._brushController.mount({enableGlobalPan:!0,rotation:t.rotation,x:t.position[0],y:t.position[1]}).setPanels([{panelId:"pl",clipPath:_F(u),isTargetByCursor:wF(u,o,i),getLinearBrushOtherExtent:bF(u,0)}]).enableBrush({brushType:"lineX",brushStyle:e,removeOnClick:!0}).updateCovers(CF(n))},e.prototype._onBrush=function(t){var e=t.areas,n=this.axisModel,i=n.axis,r=q(e,(function(t){return[i.coordToData(t.range[0],!0),i.coordToData(t.range[1],!0)]}));(!n.option.realtime===t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:n.id,intervals:r})},e.prototype.dispose=function(){this._brushController.dispose()},e.type="parallelAxis",e}(Ev);function TF(t,e,n){return n&&"axisAreaSelect"===n.type&&e.findComponents({mainType:"parallelAxis",query:n})[0]===t}function CF(t){var e=t.axis;return q(t.activeIntervals,(function(t){return{brushType:"lineX",panelId:"pl",range:[e.dataToCoord(t[0],!0),e.dataToCoord(t[1],!0)]}}))}function AF(t,e){return e.getComponent("parallel",t.get("parallelIndex"))}const kF=IF;var DF={type:"axisAreaSelect",event:"axisAreaSelected"};function LF(t){t.registerAction(DF,(function(t,e){e.eachComponent({mainType:"parallelAxis",query:t},(function(e){e.axis.model.setActiveIntervals(t.intervals)}))})),t.registerAction("parallelAxisExpand",(function(t,e){e.eachComponent({mainType:"parallel",query:t},(function(e){e.setAxisExpand(t)}))}))}var PF={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function OF(t){t.registerComponentView(QB),t.registerComponentModel(eV),t.registerCoordinateSystem("parallel",bV),t.registerPreprocessor(jB),t.registerComponentModel(SV),t.registerComponentView(kF),uk(t,"parallel",SV,PF),LF(t)}function RF(t){jw(OF),t.registerChartView(BB),t.registerSeriesModel(GB),t.registerVisual(t.PRIORITY.VISUAL.BRUSH,UB)}var EF=function(){function t(){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 t}(),NF=function(t){function e(e){return t.call(this,e)||this}return o(e,t),e.prototype.getDefaultShape=function(){return new EF},e.prototype.buildPath=function(t,e){var n=e.extent;t.moveTo(e.x1,e.y1),t.bezierCurveTo(e.cpx1,e.cpy1,e.cpx2,e.cpy2,e.x2,e.y2),"vertical"===e.orient?(t.lineTo(e.x2+n,e.y2),t.bezierCurveTo(e.cpx2+n,e.cpy2,e.cpx1+n,e.cpy1,e.x1+n,e.y1)):(t.lineTo(e.x2,e.y2+n),t.bezierCurveTo(e.cpx2,e.cpy2+n,e.cpx1,e.cpy1+n,e.x1,e.y1+n)),t.closePath()},e.prototype.highlight=function(){vc(this)},e.prototype.downplay=function(){yc(this)},e}(Xl),zF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._focusAdjacencyDisabled=!1,n}return o(e,t),e.prototype.render=function(t,e,n){var i=this,r=t.getGraph(),o=this.group,a=t.layoutInfo,s=a.width,l=a.height,u=t.getData(),c=t.getData("edge"),h=t.get("orient");this._model=t,o.removeAll(),o.x=a.x,o.y=a.y,r.eachEdge((function(e){var n=new NF,i=Lu(n);i.dataIndex=e.dataIndex,i.seriesIndex=t.seriesIndex,i.dataType="edge";var r,a,u,d,p,f,g,v,y=e.getModel(),m=y.getModel("lineStyle"),x=m.get("curveness"),_=e.node1.getLayout(),b=e.node1.getModel(),w=b.get("localX"),S=b.get("localY"),M=e.node2.getLayout(),I=e.node2.getModel(),T=I.get("localX"),C=I.get("localY"),A=e.getLayout();switch(n.shape.extent=Math.max(1,A.dy),n.shape.orient=h,"vertical"===h?(r=(null!=w?w*s:_.x)+A.sy,a=(null!=S?S*l:_.y)+_.dy,u=(null!=T?T*s:M.x)+A.ty,d=null!=C?C*l:M.y,p=r,f=a*(1-x)+d*x,g=u,v=a*x+d*(1-x)):(r=(null!=w?w*s:_.x)+_.dx,a=(null!=S?S*l:_.y)+A.sy,u=null!=T?T*s:M.x,d=(null!=C?C*l:M.y)+A.ty,p=r*(1-x)+u*x,f=a,g=r*x+u*(1-x),v=d),n.setShape({x1:r,y1:a,x2:u,y2:d,cpx1:p,cpy1:f,cpx2:g,cpy2:v}),n.useStyle(m.getItemStyle()),n.style.fill){case"source":n.style.fill=e.node1.getVisual("color"),n.style.decal=e.node1.getVisual("style").decal;break;case"target":n.style.fill=e.node2.getVisual("color"),n.style.decal=e.node2.getVisual("style").decal;break;case"gradient":var k=e.node1.getVisual("color"),D=e.node2.getVisual("color");tt(k)&&tt(D)&&(n.style.fill=new rm(0,0,+("horizontal"===h),+("vertical"===h),[{color:k,offset:0},{color:D,offset:1}]))}var L=y.getModel("emphasis");Vc(n,y,"lineStyle",(function(t){return t.getItemStyle()})),o.add(n),c.setItemGraphicEl(e.dataIndex,n);var P=L.get("focus");Ec(n,"adjacency"===P?e.getAdjacentDataIndices():P,L.get("blurScope"),L.get("disabled")),Lu(n).dataType="edge"})),r.eachNode((function(e){var n=e.getLayout(),i=e.getModel(),r=i.get("localX"),a=i.get("localY"),c=i.getModel("emphasis"),h=new du({shape:{x:null!=r?r*s:n.x,y:null!=a?a*l:n.y,width:n.dx,height:n.dy},style:i.getModel("itemStyle").getItemStyle(),z2:10});sh(h,lh(i),{labelFetcher:t,labelDataIndex:e.dataIndex,defaultText:e.id}),h.disableLabelAnimation=!0,h.setStyle("fill",e.getVisual("color")),h.setStyle("decal",e.getVisual("style").decal),Vc(h,i),o.add(h),u.setItemGraphicEl(e.dataIndex,h),Lu(h).dataType="node";var d=c.get("focus");Ec(h,"adjacency"===d?e.getAdjacentDataIndices():d,c.get("blurScope"),c.get("disabled"))})),u.eachItemGraphicEl((function(e,r){var o=u.getItemModel(r);o.get("draggable")&&(e.drift=function(e,o){i._focusAdjacencyDisabled=!0,this.shape.x+=e,this.shape.y+=o,this.dirty(),n.dispatchAction({type:"dragNode",seriesId:t.id,dataIndex:u.getRawIndex(r),localX:this.shape.x/s,localY:this.shape.y/l})},e.ondragend=function(){i._focusAdjacencyDisabled=!1},e.draggable=!0,e.cursor="move")})),!this._data&&t.isAnimationEnabled()&&o.setClipPath(BF(o.getBoundingRect(),t,(function(){o.removeClipPath()}))),this._data=t.getData()},e.prototype.dispose=function(){},e.type="sankey",e}(nx);function BF(t,e,n){var i=new du({shape:{x:t.x-10,y:t.y-10,width:0,height:t.height+20}});return Kc(i,{shape:{width:t.width+20}},e,n),i}const VF=zF;var FF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.getInitialData=function(t,e){var n=t.edges||t.links,i=t.data||t.nodes,r=t.levels;this.levelModels=[];for(var o=this.levelModels,a=0;a=0&&(o[r[a].depth]=new Oh(r[a],this,e));if(i&&n){var s=rB(i,n,this,!0,l);return s.data}function l(t,e){t.wrapMethod("getItemModel",(function(t,e){var n=t.parentModel,i=n.getData().getItemLayout(e);if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t})),e.wrapMethod("getItemModel",(function(t,e){var n=t.parentModel,i=n.getGraph().getEdgeByIndex(e),r=i.node1.getLayout();if(r){var o=r.depth,a=n.levelModels[o];a&&(t.parentModel=a)}return t}))}},e.prototype.setNodePosition=function(t,e){var n=this.option.data||this.option.nodes,i=n[t];i.localX=e[0],i.localY=e[1]},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,e,n){function i(t){return isNaN(t)||null==t}if("edge"===n){var r=this.getDataParams(t,n),o=r.data,a=r.value,s=o.source+" -- "+o.target;return iv("nameValue",{name:s,value:a,noValue:i(a)})}var l=this.getGraph().getNodeByIndex(t),u=l.getLayout().value,c=this.getDataParams(t,n).data.name;return iv("nameValue",{name:null!=c?c+"":null,value:u,noValue:i(u)})},e.prototype.optionUpdated=function(){},e.prototype.getDataParams=function(e,n){var i=t.prototype.getDataParams.call(this,e,n);if(null==i.value&&"node"===n){var r=this.getGraph().getNodeByIndex(e),o=r.getLayout().value;i.value=o}return i},e.type="series.sankey",e.defaultOption={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},e}(Ov);const HF=FF;function GF(t,e){t.eachSeriesByType("sankey",(function(t){var n=t.get("nodeWidth"),i=t.get("nodeGap"),r=WF(t,e);t.layoutInfo=r;var o=r.width,a=r.height,s=t.getGraph(),l=s.nodes,u=s.edges;UF(l);var c=j(l,(function(t){return 0===t.getLayout().value})),h=0!==c.length?0:t.get("layoutIterations"),d=t.get("orient"),p=t.get("nodeAlign");qF(l,u,n,i,o,a,h,d,p)}))}function WF(t,e){return Xd(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function qF(t,e,n,i,r,o,a,s,l){jF(t,e,n,r,o,s,l),KF(t,e,o,r,i,a,s),cH(t,s)}function UF(t){W(t,(function(t){var e=lH(t.outEdges,sH),n=lH(t.inEdges,sH),i=t.getValue()||0,r=Math.max(e,n,i);t.setLayout({value:r},!0)}))}function jF(t,e,n,i,r,o,a){for(var s=[],l=[],u=[],c=[],h=0,d=0;d=0;y&&v.depth>p&&(p=v.depth),g.setLayout({depth:y?v.depth:h},!0),"vertical"===o?g.setLayout({dy:n},!0):g.setLayout({dx:n},!0);for(var m=0;mh-1?p:h-1;a&&"left"!==a&&YF(t,a,o,S);var M="vertical"===o?(r-n)/S:(i-n)/S;$F(t,M,o)}function ZF(t){var e=t.hostGraph.data.getRawDataItem(t.dataIndex);return null!=e.depth&&e.depth>=0}function YF(t,e,n,i){if("right"===e){var r=[],o=t,a=0;while(o.length){for(var s=0;s0;o--)l*=.99,eH(s,l,a),tH(s,r,n,i,a),uH(s,l,a),tH(s,r,n,i,a)}function JF(t,e){var n=[],i="vertical"===e?"y":"x",r=Za(t,(function(t){return t.getLayout()[i]}));return r.keys.sort((function(t,e){return t-e})),W(r.keys,(function(t){n.push(r.buckets.get(t))})),n}function QF(t,e,n,i,r,o){var a=1/0;W(t,(function(t){var e=t.length,s=0;W(t,(function(t){s+=t.getLayout().value}));var l="vertical"===o?(i-(e-1)*r)/s:(n-(e-1)*r)/s;l0&&(a=s.getLayout()[o]+l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]+s.getLayout()[h]+e;var p="vertical"===r?i:n;if(l=u-e-p,l>0){a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0),u=a;for(d=c-2;d>=0;--d)s=t[d],l=s.getLayout()[o]+s.getLayout()[h]+e-u,l>0&&(a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]}}))}function eH(t,e,n){W(t.slice().reverse(),(function(t){W(t,(function(t){if(t.outEdges.length){var i=lH(t.outEdges,nH,n)/lH(t.outEdges,sH);if(isNaN(i)){var r=t.outEdges.length;i=r?lH(t.outEdges,iH,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-aH(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-aH(t,n))*e;t.setLayout({y:a},!0)}}}))}))}function nH(t,e){return aH(t.node2,e)*t.getValue()}function iH(t,e){return aH(t.node2,e)}function rH(t,e){return aH(t.node1,e)*t.getValue()}function oH(t,e){return aH(t.node1,e)}function aH(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function sH(t){return t.getValue()}function lH(t,e,n){var i=0,r=t.length,o=-1;while(++or&&(r=e)})),W(n,(function(e){var n=new pN({type:"color",mappingMethod:"linear",dataExtent:[i,r],visual:t.get("color")}),o=n.mapValueToVisual(e.getLayout().value),a=e.getModel().get(["itemStyle","color"]);null!=a?(e.setVisual("color",a),e.setVisual("style",{fill:a})):(e.setVisual("color",o),e.setVisual("style",{fill:o}))}))}}))}function dH(t){t.registerChartView(VF),t.registerSeriesModel(HF),t.registerLayout(GF),t.registerVisual(hH),t.registerAction({type:"dragNode",event:"dragnode",update:"update"},(function(t,e){e.eachComponent({mainType:"series",subType:"sankey",query:t},(function(e){e.setNodePosition(t.dataIndex,[t.localX,t.localY])}))}))}var pH=function(){function t(){}return t.prototype.getInitialData=function(t,e){var n,i,r=e.getComponent("xAxis",this.get("xAxisIndex")),o=e.getComponent("yAxis",this.get("yAxisIndex")),a=r.get("type"),s=o.get("type");"category"===a?(t.layout="horizontal",n=r.getOrdinalMeta(),i=!0):"category"===s?(t.layout="vertical",n=o.getOrdinalMeta(),i=!0):t.layout=t.layout||"horizontal";var l=["x","y"],u="horizontal"===t.layout?0:1,c=this._baseAxisDim=l[u],h=l[1-u],d=[r,o],p=d[u].get("type"),f=d[1-u].get("type"),g=t.data;if(g&&i){var v=[];W(g,(function(t,e){var n;J(t)?(n=t.slice(),t.unshift(e)):J(t.value)?(n=z({},t),n.value=n.value.slice(),t.value.unshift(e)):n=t,v.push(n)})),t.data=v}var y=this.defaultValueDimensions,m=[{name:c,type:TI(p),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:h,type:TI(f),dimsDef:y.slice()}];return PA(this,{coordDimensions:m,dimensionsCount:y.length+1,encodeDefaulter:K(bp,m,this)})},t.prototype.getBaseAxis=function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis},t}(),fH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.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 o(e,t),e.type="series.boxplot",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={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},e}(Ov);H(fH,pH,!0);const gH=fH;var vH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this.group,o=this._data;this._data||r.removeAll();var a="horizontal"===t.get("layout")?1:0;i.diff(o).add((function(t){if(i.hasValue(t)){var e=i.getItemLayout(t),n=xH(e,i,t,a,!0);i.setItemGraphicEl(t,n),r.add(n)}})).update((function(t,e){var n=o.getItemGraphicEl(e);if(i.hasValue(t)){var s=i.getItemLayout(t);n?(nh(n),_H(s,n,i,t)):n=xH(s,i,t,a),r.add(n),i.setItemGraphicEl(t,n)}else r.remove(n)})).remove((function(t){var e=o.getItemGraphicEl(t);e&&r.remove(e)})).execute(),this._data=i},e.prototype.remove=function(t){var e=this.group,n=this._data;this._data=null,n&&n.eachItemGraphicEl((function(t){t&&e.remove(t)}))},e.type="boxplot",e}(nx),yH=function(){function t(){}return t}(),mH=function(t){function e(e){var n=t.call(this,e)||this;return n.type="boxplotBoxPath",n}return o(e,t),e.prototype.getDefaultShape=function(){return new yH},e.prototype.buildPath=function(t,e){var n=e.points,i=0;for(t.moveTo(n[i][0],n[i][1]),i++;i<4;i++)t.lineTo(n[i][0],n[i][1]);for(t.closePath();ig){var _=[y,x];i.push(_)}}}return{boxData:n,outliers:i}}var DH={type:"echarts:boxplot",transform:function(t){var e=t.upstream;if(e.sourceFormat!==hp){var n="";0,vg(n)}var i=kH(e.getRawData(),t.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:i.boxData},{data:i.outliers}]}};function LH(t){t.registerSeriesModel(gH),t.registerChartView(wH),t.registerVisual(SH),t.registerLayout(IH),t.registerTransform(DH)}var PH=["color","borderColor"],OH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode(t),this._isLargeDraw?this._renderLarge(t):this._renderNormal(t)},e.prototype.incrementalPrepareRender=function(t,e,n){this._clear(),this._updateDrawMode(t)},e.prototype.incrementalRender=function(t,e,n,i){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge(t,e):this._incrementalRenderNormal(t,e)},e.prototype.eachRendered=function(t){Zm(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var e=t.pipelineContext.large;null!=this._isLargeDraw&&e===this._isLargeDraw||(this._isLargeDraw=e,this._clear())},e.prototype._renderNormal=function(t){var e=t.getData(),n=this._data,i=this.group,r=e.getLayout("isSimpleBox"),o=t.get("clip",!0),a=t.coordinateSystem,s=a.getArea&&a.getArea();this._data||i.removeAll(),e.diff(n).add((function(n){if(e.hasValue(n)){var a=e.getItemLayout(n);if(o&&zH(s,a))return;var l=NH(a,n,!0);Kc(l,{shape:{points:a.ends}},t,n),BH(l,e,n,r),i.add(l),e.setItemGraphicEl(n,l)}})).update((function(a,l){var u=n.getItemGraphicEl(l);if(e.hasValue(a)){var c=e.getItemLayout(a);o&&zH(s,c)?i.remove(u):(u?($c(u,{shape:{points:c.ends}},t,a),nh(u)):u=NH(c,a),BH(u,e,a,r),i.add(u),e.setItemGraphicEl(a,u))}else i.remove(u)})).remove((function(t){var e=n.getItemGraphicEl(t);e&&i.remove(e)})).execute(),this._data=e},e.prototype._renderLarge=function(t){this._clear(),GH(t,this.group);var e=t.get("clip",!0)?ZT(t.coordinateSystem,!1,t):null;e?this.group.setClipPath(e):this.group.removeClipPath()},e.prototype._incrementalRenderNormal=function(t,e){var n,i=e.getData(),r=i.getLayout("isSimpleBox");while(null!=(n=t.next())){var o=i.getItemLayout(n),a=NH(o,n);BH(a,i,n,r),a.incremental=!0,this.group.add(a),this._progressiveEls.push(a)}},e.prototype._incrementalRenderLarge=function(t,e){GH(e,this.group,this._progressiveEls,!0)},e.prototype.remove=function(t){this._clear()},e.prototype._clear=function(){this.group.removeAll(),this._data=null},e.type="candlestick",e}(nx),RH=function(){function t(){}return t}(),EH=function(t){function e(e){var n=t.call(this,e)||this;return n.type="normalCandlestickBox",n}return o(e,t),e.prototype.getDefaultShape=function(){return new RH},e.prototype.buildPath=function(t,e){var n=e.points;this.__simpleBox?(t.moveTo(n[4][0],n[4][1]),t.lineTo(n[6][0],n[6][1])):(t.moveTo(n[0][0],n[0][1]),t.lineTo(n[1][0],n[1][1]),t.lineTo(n[2][0],n[2][1]),t.lineTo(n[3][0],n[3][1]),t.closePath(),t.moveTo(n[4][0],n[4][1]),t.lineTo(n[5][0],n[5][1]),t.moveTo(n[6][0],n[6][1]),t.lineTo(n[7][0],n[7][1]))},e}(Xl);function NH(t,e,n){var i=t.ends;return new EH({shape:{points:n?VH(i,t):i},z2:100})}function zH(t,e){for(var n=!0,i=0;i0?"borderColor":"borderColor0"])||n.get(["itemStyle",t>0?"color":"color0"]),o=n.getModel("itemStyle").getItemStyle(PH);e.useStyle(o),e.style.fill=null,e.style.stroke=r}const qH=OH;var UH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.defaultValueDimensions=[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],n}return o(e,t),e.prototype.getShadowDim=function(){return"open"},e.prototype.brushSelector=function(t,e,n){var i=e.getItemLayout(t);return i&&n.rect(i.brushRect)},e.type="series.candlestick",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={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},e}(Ov);H(UH,pH,!0);const jH=UH;function ZH(t){t&&J(t.series)&&W(t.series,(function(t){it(t)&&"k"===t.type&&(t.type="candlestick")}))}var YH=["itemStyle","borderColor"],XH=["itemStyle","borderColor0"],$H=["itemStyle","color"],KH=["itemStyle","color0"],JH={seriesType:"candlestick",plan:Nv(),performRawSeries:!0,reset:function(t,e){function n(t,e){return e.get(t>0?$H:KH)}function i(t,e){return e.get(t>0?YH:XH)}if(!e.isSeriesFiltered(t)){var r=t.pipelineContext.large;return!r&&{progress:function(t,e){var r;while(null!=(r=t.next())){var o=e.getItemModel(r),a=e.getItemLayout(r).sign,s=o.getItemStyle();s.fill=n(a,o),s.stroke=i(a,o)||s.fill;var l=e.ensureUniqueItemVisual(r,"style");z(l,s)}}}}}};const QH=JH;var tG={seriesType:"candlestick",plan:Nv(),reset:function(t){var e=t.coordinateSystem,n=t.getData(),i=nG(t,n),r=0,o=1,a=["x","y"],s=n.getDimensionIndex(n.mapDimension(a[r])),l=q(n.mapDimensionsAll(a[o]),n.getDimensionIndex,n),u=l[0],c=l[1],h=l[2],d=l[3];if(n.setLayout({candleWidth:i,isSimpleBox:i<=1.3}),!(s<0||l.length<4))return{progress:t.pipelineContext.large?f:p};function p(t,n){var a,l=n.getStore();while(null!=(a=t.next())){var p=l.get(s,a),f=l.get(u,a),g=l.get(c,a),v=l.get(h,a),y=l.get(d,a),m=Math.min(f,g),x=Math.max(f,g),_=I(m,p),b=I(x,p),w=I(v,p),S=I(y,p),M=[];T(M,b,0),T(M,_,1),M.push(A(S),A(b),A(w),A(_)),n.setItemLayout(a,{sign:eG(l,a,f,g,c),initBaseline:f>g?b[o]:_[o],ends:M,brushRect:C(v,y,p)})}function I(t,n){var i=[];return i[r]=n,i[o]=t,isNaN(n)||isNaN(t)?[NaN,NaN]:e.dataToPoint(i)}function T(t,e,n){var o=e.slice(),a=e.slice();o[r]=Lm(o[r]+i/2,1,!1),a[r]=Lm(a[r]-i/2,1,!0),n?t.push(o,a):t.push(a,o)}function C(t,e,n){var a=I(t,n),s=I(e,n);return a[r]-=i/2,s[r]-=i/2,{x:a[0],y:a[1],width:o?i:s[0]-a[0],height:o?s[1]-a[1]:i}}function A(t){return t[r]=Lm(t[r],1),t}}function f(t,n){var i,a,l=RT(4*t.count),p=0,f=[],g=[],v=n.getStore();while(null!=(a=t.next())){var y=v.get(s,a),m=v.get(u,a),x=v.get(c,a),_=v.get(h,a),b=v.get(d,a);isNaN(y)||isNaN(_)||isNaN(b)?(l[p++]=NaN,p+=3):(l[p++]=eG(v,a,m,x,c),f[r]=y,f[o]=_,i=e.dataToPoint(f,null,g),l[p++]=i?i[0]:NaN,l[p++]=i?i[1]:NaN,f[o]=b,i=e.dataToPoint(f,null,g),l[p++]=i?i[1]:NaN)}n.setLayout("largePoints",l)}}};function eG(t,e,n,i,r){var o;return o=n>i?-1:n0?t.get(r,e-1)<=i?1:-1:1,o}function nG(t,e){var n,i=t.getBaseAxis(),r="category"===i.type?i.getBandWidth():(n=i.getExtent(),Math.abs(n[1]-n[0])/e.count()),o=Wo(dt(t.get("barMaxWidth"),r),r),a=Wo(dt(t.get("barMinWidth"),1),r),s=t.get("barWidth");return null!=s?Wo(s,r):Math.max(Math.min(r/2,o),a)}const iG=tG;function rG(t){t.registerChartView(qH),t.registerSeriesModel(jH),t.registerPreprocessor(ZH),t.registerVisual(QH),t.registerLayout(iG)}function oG(t,e){var n=e.rippleEffectColor||e.color;t.eachChild((function(t){t.attr({z:e.z,zlevel:e.zlevel,style:{stroke:"stroke"===e.brushType?n:null,fill:"fill"===e.brushType?n:null}})}))}var aG=function(t){function e(e,n){var i=t.call(this)||this,r=new ST(e,n),o=new Lo;return i.add(r),i.add(o),i.updateData(e,n),i}return o(e,t),e.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},e.prototype.startEffectAnimation=function(t){for(var e=t.symbolType,n=t.color,i=t.rippleNumber,r=this.childAt(1),o=0;o0&&(o=this._getLineLength(i)/s*1e3),o!==this._period||a!==this._loop){i.stopAnimation();var u=void 0;u=Q(l)?l(n):l,i.__t>0&&(u=-o*i.__t),this._animateSymbol(i,o,u,a)}this._period=o,this._loop=a}},e.prototype._animateSymbol=function(t,e,n,i){if(e>0){t.__t=0;var r=this,o=t.animate("",i).when(e,{__t:1}).delay(n).during((function(){r._updateSymbolPosition(t)}));i||o.done((function(){r.remove(t)})),o.start()}},e.prototype._getLineLength=function(t){return Wt(t.__p1,t.__cp1)+Wt(t.__cp1,t.__p2)},e.prototype._updateAnimationPoints=function(t,e){t.__p1=e[0],t.__p2=e[1],t.__cp1=e[2]||[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]},e.prototype.updateData=function(t,e,n){this.childAt(0).updateData(t,e,n),this._updateEffectSymbol(t,e)},e.prototype._updateSymbolPosition=function(t){var e=t.__p1,n=t.__p2,i=t.__cp1,r=t.__t,o=[t.x,t.y],a=o.slice(),s=Mn,l=In;o[0]=s(e[0],i[0],n[0],r),o[1]=s(e[1],i[1],n[1],r);var u=l(e[0],i[0],n[0],r),c=l(e[1],i[1],n[1],r);t.rotation=-Math.atan2(c,u)-Math.PI/2,"line"!==this._symbolType&&"rect"!==this._symbolType&&"roundRect"!==this._symbolType||(void 0!==t.__lastT&&t.__lastT=0;o--)if(i[o]<=e)break;o=Math.min(o,r-2)}else{for(o=a;oe)break;o=Math.min(o-1,r-2)}var l=(e-i[o])/(i[o+1]-i[o]),u=n[o],c=n[o+1];t.x=u[0]*(1-l)+l*c[0],t.y=u[1]*(1-l)+l*c[1];var h=c[0]-u[0],d=c[1]-u[1];t.rotation=-Math.atan2(d,h)-Math.PI/2,this._lastFrame=o,this._lastFramePercent=e,t.ignore=!1}},e}(fG);const mG=yG;var xG=function(){function t(){this.polyline=!1,this.curveness=0,this.segs=[]}return t}(),_G=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return o(e,t),e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new xG},e.prototype.buildPath=function(t,e){var n,i=e.segs,r=e.curveness;if(e.polyline)for(n=this._off;n0){t.moveTo(i[n++],i[n++]);for(var a=1;a0){var h=(s+u)/2-(l-c)*r,d=(l+c)/2-(u-s)*r;t.quadraticCurveTo(h,d,u,c)}else t.lineTo(u,c)}this.incremental&&(this._off=n,this.notClear=!0)},e.prototype.findDataIndex=function(t,e){var n=this.shape,i=n.segs,r=n.curveness,o=this.style.lineWidth;if(n.polyline)for(var a=0,s=0;s0)for(var u=i[s++],c=i[s++],h=1;h0){var f=(u+d)/2-(c-p)*r,g=(c+p)/2-(d-u)*r;if(Tl(u,c,f,g,d,p,o,t,e))return a}else if(Ml(u,c,d,p,o,t,e))return a;a++}return-1},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();if(t=n[0],e=n[1],i.contain(t,e)){var r=this.hoverDataIdx=this.findDataIndex(t,e);return r>=0}return this.hoverDataIdx=-1,!1},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape,n=e.segs,i=1/0,r=1/0,o=-1/0,a=-1/0,s=0;s0&&(o.dataIndex=n+t.__startIndex)}))},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}();const wG=bG;var SG={seriesType:"lines",plan:Nv(),reset:function(t){var e=t.coordinateSystem;if(e){var n=t.get("polyline"),i=t.pipelineContext.large;return{progress:function(r,o){var a=[];if(i){var s=void 0,l=r.end-r.start;if(n){for(var u=0,c=r.start;c0&&(l||s.configLayer(o,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(a/10+.9,1),0)})),r.updateData(i);var u=t.get("clip",!0)&&ZT(t.coordinateSystem,!1,t);u?this.group.setClipPath(u):this.group.removeClipPath(),this._lastZlevel=o,this._finished=!0},e.prototype.incrementalPrepareRender=function(t,e,n){var i=t.getData(),r=this._updateLineDraw(i,t);r.incrementalPrepareUpdate(i),this._clearLayer(n),this._finished=!1},e.prototype.incrementalRender=function(t,e,n){this._lineDraw.incrementalUpdate(t,e.getData()),this._finished=t.end===e.getData().count()},e.prototype.eachRendered=function(t){this._lineDraw&&this._lineDraw.eachRendered(t)},e.prototype.updateTransform=function(t,e,n){var i=t.getData(),r=t.pipelineContext;if(!this._finished||r.large||r.progressiveRender)return{update:!0};var o=MG.reset(t,e,n);o.progress&&o.progress({start:0,end:i.count(),count:i.count()},i),this._lineDraw.updateLayout(),this._clearLayer(n)},e.prototype._updateLineDraw=function(t,e){var n=this._lineDraw,i=this._showEffect(e),r=!!e.get("polyline"),o=e.pipelineContext,a=o.large;return n&&i===this._hasEffet&&r===this._isPolyline&&a===this._isLargeDraw||(n&&n.remove(),n=this._lineDraw=a?new wG:new Fz(r?i?mG:vG:i?fG:Rz),this._hasEffet=i,this._isPolyline=r,this._isLargeDraw=a),this.group.add(n.group),n},e.prototype._showEffect=function(t){return!!t.get(["effect","show"])},e.prototype._clearLayer=function(t){var e=t.getZr(),n="svg"===e.painter.getType();n||null==this._lastZlevel||e.painter.getLayer(this._lastZlevel).clear(!0)},e.prototype.remove=function(t,e){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(e)},e.prototype.dispose=function(t,e){this.remove(t,e)},e.type="lines",e}(nx);const TG=IG;var CG="undefined"===typeof Uint32Array?Array:Uint32Array,AG="undefined"===typeof Float64Array?Array:Float64Array;function kG(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(t.data=q(e,(function(t){var e=[t[0].coord,t[1].coord],n={coords:e};return t[0].name&&(n.fromName=t[0].name),t[1].name&&(n.toName=t[1].name),N([n,t[0],t[1]])})))}var DG=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="lineStyle",n.visualDrawType="stroke",n}return o(e,t),e.prototype.init=function(e){e.data=e.data||[],kG(e);var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count)),t.prototype.init.apply(this,arguments)},e.prototype.mergeOption=function(e){if(kG(e),e.data){var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count))}t.prototype.mergeOption.apply(this,arguments)},e.prototype.appendData=function(t){var e=this._processFlatCoordsArray(t.data);e.flatCoords&&(this._flatCoords?(this._flatCoords=St(this._flatCoords,e.flatCoords),this._flatCoordsOffset=St(this._flatCoordsOffset,e.flatCoordsOffset)):(this._flatCoords=e.flatCoords,this._flatCoordsOffset=e.flatCoordsOffset),t.data=new Float32Array(e.count)),this.getRawData().appendData(t.data)},e.prototype._getCoordsFromItemModel=function(t){var e=this.getData().getItemModel(t),n=e.option instanceof Array?e.option:e.getShallow("coords");return n},e.prototype.getLineCoordsCount=function(t){return this._flatCoordsOffset?this._flatCoordsOffset[2*t+1]:this._getCoordsFromItemModel(t).length},e.prototype.getLineCoords=function(t,e){if(this._flatCoordsOffset){for(var n=this._flatCoordsOffset[2*t],i=this._flatCoordsOffset[2*t+1],r=0;r ")})},e.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},e.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?1e4:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?2e4:this.get("progressiveThreshold"):t},e.prototype.getZLevelKey=function(){var t=this.getModel("effect"),e=t.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:t.get("show")&&e>0?e+"":""},e.type="series.lines",e.dependencies=["grid","polar","geo","calendar"],e.defaultOption={coordinateSystem:"geo",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}},e}(Ov);const LG=DG;function PG(t){return t instanceof Array||(t=[t,t]),t}var OG={seriesType:"lines",reset:function(t){var e=PG(t.get("symbol")),n=PG(t.get("symbolSize")),i=t.getData();function r(t,e){var n=t.getItemModel(e),i=PG(n.getShallow("symbol",!0)),r=PG(n.getShallow("symbolSize",!0));i[0]&&t.setItemVisual(e,"fromSymbol",i[0]),i[1]&&t.setItemVisual(e,"toSymbol",i[1]),r[0]&&t.setItemVisual(e,"fromSymbolSize",r[0]),r[1]&&t.setItemVisual(e,"toSymbolSize",r[1])}return i.setVisual("fromSymbol",e&&e[0]),i.setVisual("toSymbol",e&&e[1]),i.setVisual("fromSymbolSize",n&&n[0]),i.setVisual("toSymbolSize",n&&n[1]),{dataEach:i.hasItemOption?r:null}}};const RG=OG;function EG(t){t.registerChartView(TG),t.registerSeriesModel(LG),t.registerLayout(MG),t.registerVisual(RG)}var NG=256,zG=function(){function t(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var t=x.createCanvas();this.canvas=t}return t.prototype.update=function(t,e,n,i,r,o){var a=this._getBrush(),s=this._getGradient(r,"inRange"),l=this._getGradient(r,"outOfRange"),u=this.pointSize+this.blurSize,c=this.canvas,h=c.getContext("2d"),d=t.length;c.width=e,c.height=n;for(var p=0;p0){var C=o(m)?s:l;m>0&&(m=m*I+S),_[b++]=C[T],_[b++]=C[T+1],_[b++]=C[T+2],_[b++]=C[T+3]*m*256}else b+=4}return h.putImageData(x,0,0),c},t.prototype._getBrush=function(){var t=this._brushCanvas||(this._brushCanvas=x.createCanvas()),e=this.pointSize+this.blurSize,n=2*e;t.width=n,t.height=n;var i=t.getContext("2d");return i.clearRect(0,0,n,n),i.shadowOffsetX=n,i.shadowBlur=this.blurSize,i.shadowColor="#000",i.beginPath(),i.arc(-e,e,this.pointSize,0,2*Math.PI,!0),i.closePath(),i.fill(),t},t.prototype._getGradient=function(t,e){for(var n=this._gradientPixels,i=n[e]||(n[e]=new Uint8ClampedArray(1024)),r=[0,0,0,0],o=0,a=0;a<256;a++)t[e](a/255,!0,r),i[o++]=r[0],i[o++]=r[1],i[o++]=r[2],i[o++]=r[3];return i},t}();const BG=zG;function VG(t,e,n){var i=t[1]-t[0];e=q(e,(function(e){return{interval:[(e.interval[0]-t[0])/i,(e.interval[1]-t[0])/i]}}));var r=e.length,o=0;return function(t){var i;for(i=o;i=0;i--){a=e[i].interval;if(a[0]<=t&&t<=a[1]){o=i;break}}return i>=0&&i=e[0]&&t<=e[1]}}function HG(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}var GG=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){var i;e.eachComponent("visualMap",(function(e){e.eachTargetSeries((function(n){n===t&&(i=e)}))})),this._progressiveEls=null,this.group.removeAll();var r=t.coordinateSystem;"cartesian2d"===r.type||"calendar"===r.type?this._renderOnCartesianAndCalendar(t,n,0,t.getData().count()):HG(r)&&this._renderOnGeo(r,t,i,n)},e.prototype.incrementalPrepareRender=function(t,e,n){this.group.removeAll()},e.prototype.incrementalRender=function(t,e,n,i){var r=e.coordinateSystem;r&&(HG(r)?this.render(e,n,i):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(e,i,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){Zm(this._progressiveEls||this.group,t)},e.prototype._renderOnCartesianAndCalendar=function(t,e,n,i,r){var o,a,s,l,u=t.coordinateSystem,c=YT(u,"cartesian2d");if(c){var h=u.getAxis("x"),d=u.getAxis("y");0,o=h.getBandWidth()+.5,a=d.getBandWidth()+.5,s=h.scale.getExtent(),l=d.scale.getExtent()}for(var p=this.group,f=t.getData(),g=t.getModel(["emphasis","itemStyle"]).getItemStyle(),v=t.getModel(["blur","itemStyle"]).getItemStyle(),y=t.getModel(["select","itemStyle"]).getItemStyle(),m=t.get(["itemStyle","borderRadius"]),x=lh(t),_=t.getModel("emphasis"),b=_.get("focus"),w=_.get("blurScope"),S=_.get("disabled"),M=c?[f.mapDimension("x"),f.mapDimension("y"),f.mapDimension("value")]:[f.mapDimension("time"),f.mapDimension("value")],I=n;Is[1]||kl[1])continue;var D=u.dataToPoint([A,k]);T=new du({shape:{x:D[0]-o/2,y:D[1]-a/2,width:o,height:a},style:C})}else{if(isNaN(f.get(M[1],I)))continue;T=new du({z2:1,shape:u.dataToRect([f.get(M[0],I)]).contentShape,style:C})}if(f.hasItemOption){var L=f.getItemModel(I),P=L.getModel("emphasis");g=P.getModel("itemStyle").getItemStyle(),v=L.getModel(["blur","itemStyle"]).getItemStyle(),y=L.getModel(["select","itemStyle"]).getItemStyle(),m=L.get(["itemStyle","borderRadius"]),b=P.get("focus"),w=P.get("blurScope"),S=P.get("disabled"),x=lh(L)}T.shape.r=m;var O=t.getRawValue(I),R="-";O&&null!=O[2]&&(R=O[2]+""),sh(T,x,{labelFetcher:t,labelDataIndex:I,defaultOpacity:C.opacity,defaultText:R}),T.ensureState("emphasis").style=g,T.ensureState("blur").style=v,T.ensureState("select").style=y,Ec(T,b,w,S),T.incremental=r,r&&(T.states.emphasis.hoverLayer=!0),p.add(T),f.setItemGraphicEl(I,T),this._progressiveEls&&this._progressiveEls.push(T)}},e.prototype._renderOnGeo=function(t,e,n,i){var r=n.targetVisuals.inRange,o=n.targetVisuals.outOfRange,a=e.getData(),s=this._hmLayer||this._hmLayer||new BG;s.blurSize=e.get("blurSize"),s.pointSize=e.get("pointSize"),s.minOpacity=e.get("minOpacity"),s.maxOpacity=e.get("maxOpacity");var l=t.getViewRect().clone(),u=t.getRoamTransform();l.applyTransform(u);var c=Math.max(l.x,0),h=Math.max(l.y,0),d=Math.min(l.width+l.x,i.getWidth()),p=Math.min(l.height+l.y,i.getHeight()),f=d-c,g=p-h,v=[a.mapDimension("lng"),a.mapDimension("lat"),a.mapDimension("value")],y=a.mapArray(v,(function(e,n,i){var r=t.dataToPoint([e,n]);return r[0]-=c,r[1]-=h,r.push(i),r})),m=n.getExtent(),x="visualMap.continuous"===n.type?FG(m,n.option.range):VG(m,n.getPieceList(),n.option.selected);s.update(y,f,g,r.color.getNormalizer(),{inRange:r.color.getColorMapper(),outOfRange:o.color.getColorMapper()},x);var _=new iu({style:{width:f,height:g,x:c,y:h,image:s.canvas},silent:!0});this.group.add(_)},e.type="heatmap",e}(nx);const WG=GG;var qG=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.getInitialData=function(t,e){return vT(null,this,{generateCoord:"value"})},e.prototype.preventIncremental=function(){var t=tf.get(this.get("coordinateSystem"));if(t&&t.dimensions)return"lng"===t.dimensions[0]&&"lat"===t.dimensions[1]},e.type="series.heatmap",e.dependencies=["grid","geo","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},e}(Ov);const UG=qG;function jG(t){t.registerChartView(WG),t.registerSeriesModel(UG)}var ZG=["itemStyle","borderWidth"],YG=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],XG=new ly,$G=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){var i=this.group,r=t.getData(),o=this._data,a=t.coordinateSystem,s=a.getBaseAxis(),l=s.isHorizontal(),u=a.master.getRect(),c={ecSize:{width:n.getWidth(),height:n.getHeight()},seriesModel:t,coordSys:a,coordSysExtent:[[u.x,u.x+u.width],[u.y,u.y+u.height]],isHorizontal:l,valueDim:YG[+l],categoryDim:YG[1-+l]};return r.diff(o).add((function(t){if(r.hasValue(t)){var e=lW(r,t),n=KG(r,t,e,c),o=hW(r,c,n);r.setItemGraphicEl(t,o),i.add(o),yW(o,c,n)}})).update((function(t,e){var n=o.getItemGraphicEl(e);if(r.hasValue(t)){var a=lW(r,t),s=KG(r,t,a,c),l=fW(r,s);n&&l!==n.__pictorialShapeStr&&(i.remove(n),r.setItemGraphicEl(t,null),n=null),n?dW(n,c,s):n=hW(r,c,s,!0),r.setItemGraphicEl(t,n),n.__pictorialSymbolMeta=s,i.add(n),yW(n,c,s)}else i.remove(n)})).remove((function(t){var e=o.getItemGraphicEl(t);e&&pW(o,t,e.__pictorialSymbolMeta.animationModel,e)})).execute(),this._data=r,this.group},e.prototype.remove=function(t,e){var n=this.group,i=this._data;t.get("animation")?i&&i.eachItemGraphicEl((function(e){pW(i,Lu(e).dataIndex,t,e)})):n.removeAll()},e.type="pictorialBar",e}(nx);function KG(t,e,n,i){var r=t.getItemLayout(e),o=n.get("symbolRepeat"),a=n.get("symbolClip"),s=n.get("symbolPosition")||"start",l=n.get("symbolRotate"),u=(l||0)*Math.PI/180||0,c=n.get("symbolPatternSize")||2,h=n.isAnimationEnabled(),d={dataIndex:e,layout:r,itemModel:n,symbolType:t.getItemVisual(e,"symbol")||"circle",style:t.getItemVisual(e,"style"),symbolClip:a,symbolRepeat:o,symbolRepeatDirection:n.get("symbolRepeatDirection"),symbolPatternSize:c,rotation:u,animationModel:h?n:null,hoverScale:h&&n.get(["emphasis","scale"]),z2:n.getShallow("z",!0)||0};JG(n,o,r,i,d),tW(t,e,r,o,a,d.boundingLength,d.pxSign,c,i,d),eW(n,d.symbolScale,u,i,d);var p=d.symbolSize,f=m_(n.get("symbolOffset"),p);return nW(n,p,r,o,a,f,s,d.valueLineWidth,d.boundingLength,d.repeatCutLength,i,d),d}function JG(t,e,n,i,r){var o,a=i.valueDim,s=t.get("symbolBoundingData"),l=i.coordSys.getOtherAxis(i.coordSys.getBaseAxis()),u=l.toGlobalCoord(l.dataToCoord(0)),c=1-+(n[a.wh]<=0);if(J(s)){var h=[QG(l,s[0])-u,QG(l,s[1])-u];h[1]0?1:-1}function QG(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function tW(t,e,n,i,r,o,a,s,l,u){var c,h=l.valueDim,d=l.categoryDim,p=Math.abs(n[d.wh]),f=t.getItemVisual(e,"symbolSize");c=J(f)?f.slice():null==f?["100%","100%"]:[f,f],c[d.index]=Wo(c[d.index],p),c[h.index]=Wo(c[h.index],i?p:Math.abs(o)),u.symbolSize=c;var g=u.symbolScale=[c[0]/s,c[1]/s];g[h.index]*=(l.isHorizontal?-1:1)*a}function eW(t,e,n,i,r){var o=t.get(ZG)||0;o&&(XG.attr({scaleX:e[0],scaleY:e[1],rotation:n}),XG.updateTransform(),o/=XG.getLineScale(),o*=e[i.valueDim.index]),r.valueLineWidth=o||0}function nW(t,e,n,i,r,o,a,s,l,u,c,h){var d=c.categoryDim,p=c.valueDim,f=h.pxSign,g=Math.max(e[p.index]+s,0),v=g;if(i){var y=Math.abs(l),m=ht(t.get("symbolMargin"),"15%")+"",x=!1;m.lastIndexOf("!")===m.length-1&&(x=!0,m=m.slice(0,m.length-1));var _=Wo(m,e[p.index]),b=Math.max(g+2*_,0),w=x?0:2*_,S=la(i),M=S?i:mW((y+w)/b),I=y-M*g;_=I/2/(x?M:Math.max(M-1,1)),b=g+2*_,w=x?0:2*_,S||"fixed"===i||(M=u?mW((Math.abs(u)+w)/b):0),v=M*b-w,h.repeatTimes=M,h.symbolMargin=_}var T=f*(v/2),C=h.pathPosition=[];C[d.index]=n[d.wh]/2,C[p.index]="start"===a?T:"end"===a?l-T:l/2,o&&(C[0]+=o[0],C[1]+=o[1]);var A=h.bundlePosition=[];A[d.index]=n[d.xy],A[p.index]=n[p.xy];var k=h.barRectShape=z({},n);k[p.wh]=f*Math.max(Math.abs(n[p.wh]),Math.abs(C[p.index]+T)),k[d.wh]=n[d.wh];var D=h.clipShape={};D[d.xy]=-n[d.xy],D[d.wh]=c.ecSize[d.wh],D[p.xy]=0,D[p.wh]=n[p.wh]}function iW(t){var e=t.symbolPatternSize,n=v_(t.symbolType,-e/2,-e/2,e,e);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function rW(t,e,n,i){var r=t.__pictorialBundle,o=n.symbolSize,a=n.valueLineWidth,s=n.pathPosition,l=e.valueDim,u=n.repeatTimes||0,c=0,h=o[e.valueDim.index]+a+2*n.symbolMargin;for(gW(t,(function(t){t.__pictorialAnimationIndex=c,t.__pictorialRepeatTimes=u,c0:i<0)&&(r=u-1-t),e[l.index]=h*(r-u/2+.5)+s[l.index],{x:e[0],y:e[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation}}}function oW(t,e,n,i){var r=t.__pictorialBundle,o=t.__pictorialMainPath;o?vW(o,null,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation},n,i):(o=t.__pictorialMainPath=iW(n),r.add(o),vW(o,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:0,scaleY:0,rotation:n.rotation},{scaleX:n.symbolScale[0],scaleY:n.symbolScale[1]},n,i))}function aW(t,e,n){var i=z({},e.barRectShape),r=t.__pictorialBarRect;r?vW(r,null,{shape:i},e,n):(r=t.__pictorialBarRect=new du({z2:2,shape:i,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),r.disableMorphing=!0,t.add(r))}function sW(t,e,n,r){if(n.symbolClip){var o=t.__pictorialClipPath,a=z({},n.clipShape),s=e.valueDim,l=n.animationModel,u=n.dataIndex;if(o)$c(o,{shape:a},l,u);else{a[s.wh]=0,o=new du({shape:a}),t.__pictorialBundle.setClipPath(o),t.__pictorialClipPath=o;var c={};c[s.wh]=n.clipShape[s.wh],i[r?"updateProps":"initProps"](o,{shape:c},l,u)}}}function lW(t,e){var n=t.getItemModel(e);return n.getAnimationDelayParams=uW,n.isAnimationEnabled=cW,n}function uW(t){return{index:t.__pictorialAnimationIndex,count:t.__pictorialRepeatTimes}}function cW(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function hW(t,e,n,i){var r=new Lo,o=new Lo;return r.add(o),r.__pictorialBundle=o,o.x=n.bundlePosition[0],o.y=n.bundlePosition[1],n.symbolRepeat?rW(r,e,n):oW(r,e,n),aW(r,n,i),sW(r,e,n,i),r.__pictorialShapeStr=fW(t,n),r.__pictorialSymbolMeta=n,r}function dW(t,e,n){var i=n.animationModel,r=n.dataIndex,o=t.__pictorialBundle;$c(o,{x:n.bundlePosition[0],y:n.bundlePosition[1]},i,r),n.symbolRepeat?rW(t,e,n,!0):oW(t,e,n,!0),aW(t,n,!0),sW(t,e,n,!0)}function pW(t,e,n,i){var r=i.__pictorialBarRect;r&&r.removeTextContent();var o=[];gW(i,(function(t){o.push(t)})),i.__pictorialMainPath&&o.push(i.__pictorialMainPath),i.__pictorialClipPath&&(n=null),W(o,(function(t){Qc(t,{scaleX:0,scaleY:0},n,e,(function(){i.parent&&i.parent.remove(i)}))})),t.setItemGraphicEl(e,null)}function fW(t,e){return[t.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function gW(t,e,n){W(t.__pictorialBundle.children(),(function(i){i!==t.__pictorialBarRect&&e.call(n,i)}))}function vW(t,e,n,r,o,a){e&&t.attr(e),r.symbolClip&&!o?n&&t.attr(n):n&&i[o?"updateProps":"initProps"](t,n,r.animationModel,r.dataIndex,a)}function yW(t,e,n){var i=n.dataIndex,r=n.itemModel,o=r.getModel("emphasis"),a=o.getModel("itemStyle").getItemStyle(),s=r.getModel(["blur","itemStyle"]).getItemStyle(),l=r.getModel(["select","itemStyle"]).getItemStyle(),u=r.getShallow("cursor"),c=o.get("focus"),h=o.get("blurScope"),d=o.get("scale");gW(t,(function(t){if(t instanceof iu){var e=t.style;t.useStyle(z({image:e.image,x:e.x,y:e.y,width:e.width,height:e.height},n.style))}else t.useStyle(n.style);var i=t.ensureState("emphasis");i.style=a,d&&(i.scaleX=1.1*t.scaleX,i.scaleY=1.1*t.scaleY),t.ensureState("blur").style=s,t.ensureState("select").style=l,u&&(t.cursor=u),t.z2=n.z2}));var p=e.valueDim.posDesc[+(n.boundingLength>0)],f=t.__pictorialBarRect;sh(f,lh(r),{labelFetcher:e.seriesModel,labelDataIndex:i,defaultText:xT(e.seriesModel.getData(),i),inheritColor:n.style.fill,defaultOpacity:n.style.opacity,defaultOutsidePosition:p}),Ec(t,c,h,o.get("disabled"))}function mW(t){var e=Math.round(t);return Math.abs(t-e)<1e-4?e:Math.ceil(t)}const xW=$G;var _W=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n.defaultSymbol="roundRect",n}return o(e,t),e.prototype.getInitialData=function(e){return e.stack=null,t.prototype.getInitialData.apply(this,arguments)},e.type="series.pictorialBar",e.dependencies=["grid"],e.defaultOption=Bh(RC.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"}}}),e}(RC);const bW=_W;function wW(t){t.registerChartView(xW),t.registerSeriesModel(bW),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,K(AC,"pictorialBar")),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,kC("pictorialBar"))}var SW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._layers=[],n}return o(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this,o=this.group,a=t.getLayerSeries(),s=i.getLayout("layoutInfo"),l=s.rect,u=s.boundaryGap;function c(t){return t.name}o.x=0,o.y=l.y+u[0];var h=new wI(this._layersSeries||[],a,c,c),d=[];function p(e,n,s){var l=r._layers;if("remove"!==e){for(var u,c,h=[],p=[],f=a[n].indices,g=0;go&&(o=s),i.push(s)}for(var u=0;uo&&(o=h)}return{y0:r,max:o}}function PW(t){t.registerChartView(IW),t.registerSeriesModel(AW),t.registerLayout(kW),t.registerProcessor(bA("themeRiver"))}var OW=2,RW=4,EW=function(t){function e(e,n,i,r){var o=t.call(this)||this;o.z2=OW,o.textConfig={inside:!0},Lu(o).seriesIndex=n.seriesIndex;var a=new Du({z2:RW,silent:e.getModel().get(["label","silent"])});return o.setTextContent(a),o.updateData(!0,e,n,i,r),o}return o(e,t),e.prototype.updateData=function(t,e,n,i,r){this.node=e,e.piece=this,n=n||this._seriesModel,i=i||this._ecModel;var o=this;Lu(o).dataIndex=e.dataIndex;var a=e.getModel(),s=a.getModel("emphasis"),l=e.getLayout(),u=z({},l);u.label=null;var c=e.getVisual("style");c.lineJoin="bevel";var h=e.getVisual("decal");h&&(c.decal=ob(h,r));var d=AA(a.getModel("itemStyle"),u,!0);z(u,d),W(Fu,(function(t){var e=o.ensureState(t),n=a.getModel([t,"itemStyle"]);e.style=n.getItemStyle();var i=AA(n,u);i&&(e.shape=i)})),t?(o.setShape(u),o.shape.r=l.r0,$c(o,{shape:{r:l.r}},n,e.dataIndex)):($c(o,{shape:u},n),nh(o)),o.useStyle(c),this._updateLabel(n);var p=a.getShallow("cursor");p&&o.attr("cursor",p),this._seriesModel=n||this._seriesModel,this._ecModel=i||this._ecModel;var f=s.get("focus"),g="ancestor"===f?e.getAncestorsIndices():"descendant"===f?e.getDescendantIndices():f;Ec(this,g,s.get("blurScope"),s.get("disabled"))},e.prototype._updateLabel=function(t){var e=this,n=this.node.getModel(),i=n.getModel("label"),r=this.node.getLayout(),o=r.endAngle-r.startAngle,a=(r.startAngle+r.endAngle)/2,s=Math.cos(a),l=Math.sin(a),u=this,c=u.getTextContent(),h=this.node.dataIndex,d=i.get("minAngle")/180*Math.PI,p=i.get("show")&&!(null!=d&&Math.abs(o)Math.PI/2?"right":"left"):S&&"center"!==S?"left"===S?(m=r.r0+w,a>Math.PI/2&&(S="right")):"right"===S&&(m=r.r-w,a>Math.PI/2&&(S="left")):(m=o===2*Math.PI&&0===r.r0?0:(r.r+r.r0)/2,S="center"),g.style.align=S,g.style.verticalAlign=f(d,"verticalAlign")||"middle",g.x=m*s+r.cx,g.y=m*l+r.cy;var M=f(d,"rotate"),I=0;"radial"===M?(I=-a,I<-Math.PI/2&&(I+=Math.PI)):"tangential"===M?(I=Math.PI/2-a,I>Math.PI/2?I-=Math.PI:I<-Math.PI/2&&(I+=Math.PI)):nt(M)&&(I=M*Math.PI/180),g.rotation=I})),c.dirtyStyle()},e}(ky);const NW=EW;var zW="sunburstRootToNode",BW="sunburstHighlight",VW="sunburstUnhighlight";function FW(t){t.registerAction({type:zW,update:"updateView"},(function(t,e){function n(e,n){var i=oE(t,[zW],e);if(i){var r=e.getViewRoot();r&&(t.direction=sE(r,i.node)?"rollUp":"drillDown"),e.resetViewRoot(i.node)}}e.eachComponent({mainType:"series",subType:"sunburst",query:t},n)})),t.registerAction({type:BW,update:"none"},(function(t,e,n){function i(e){var n=oE(t,[BW],e);n&&(t.dataIndex=n.node.dataIndex)}t=z({},t),e.eachComponent({mainType:"series",subType:"sunburst",query:t},i),n.dispatchAction(z(t,{type:"highlight"}))})),t.registerAction({type:VW,update:"updateView"},(function(t,e,n){t=z({},t),n.dispatchAction(z(t,{type:"downplay"}))}))}var HW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n,i){var r=this;this.seriesModel=t,this.api=n,this.ecModel=e;var o=t.getData(),a=o.tree.root,s=t.getViewRoot(),l=this.group,u=t.get("renderLabelForZeroData"),c=[];s.eachNode((function(t){c.push(t)}));var h=this._oldChildren||[];function d(t,e){function n(t){return t.getId()}function i(n,i){var r=null==n?null:t[n],o=null==i?null:e[i];p(r,o)}0===t.length&&0===e.length||new wI(e,t,n,n).add(i).update(i).remove(K(i,null)).execute()}function p(i,r){if(u||!i||i.getValue()||(i=null),i!==a&&r!==a)if(r&&r.piece)i?(r.piece.updateData(!1,i,t,e,n),o.setItemGraphicEl(i.dataIndex,r.piece)):f(r);else if(i){var s=new NW(i,t,e,n);l.add(s),o.setItemGraphicEl(i.dataIndex,s)}}function f(t){t&&t.piece&&(l.remove(t.piece),t.piece=null)}function g(i,o){o.depth>0?(r.virtualPiece?r.virtualPiece.updateData(!1,i,t,e,n):(r.virtualPiece=new NW(i,t,e,n),l.add(r.virtualPiece)),o.piece.off("click"),r.virtualPiece.on("click",(function(t){r._rootToNode(o.parentNode)}))):r.virtualPiece&&(l.remove(r.virtualPiece),r.virtualPiece=null)}d(c,h),g(a,s),this._initEvents(),this._oldChildren=c},e.prototype._initEvents=function(){var t=this;this.group.off("click"),this.group.on("click",(function(e){var n=!1,i=t.seriesModel.getViewRoot();i.eachNode((function(i){if(!n&&i.piece&&i.piece===e.target){var r=i.getModel().get("nodeClick");if("rootToNode"===r)t._rootToNode(i);else if("link"===r){var o=i.getModel(),a=o.get("link");if(a){var s=o.get("target",!0)||"_blank";Gd(a,s)}}n=!0}}))}))},e.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:zW,from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},e.prototype.containPoint=function(t,e){var n=e.getData(),i=n.getItemLayout(0);if(i){var r=t[0]-i.cx,o=t[1]-i.cy,a=Math.sqrt(r*r+o*o);return a<=i.r&&a>=i.r0}},e.type="sunburst",e}(nx);const GW=HW;var WW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreStyleOnData=!0,n}return o(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};qW(n);var i=this._levelModels=q(t.levels||[],(function(t){return new Oh(t,this,e)}),this),r=rE.createTree(n,this,o);function o(t){t.wrapMethod("getItemModel",(function(t,e){var n=r.getNodeByDataIndex(e),o=i[n.depth];return o&&(t.parentModel=o),t}))}return r.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treePathInfo=lE(i,this),n},e.prototype.getLevelModel=function(t){return this._levelModels&&this._levelModels[t.depth]},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)},e.prototype.enableAriaDecal=function(){_E(this)},e.type="series.sunburst",e.defaultOption={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:[],sort:"desc"},e}(Ov);function qW(t){var e=0;W(t.children,(function(t){qW(t);var n=t.value;J(n)&&(n=n[0]),e+=n}));var n=t.value;J(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),J(t.value)?t.value[0]=n:t.value=n}const UW=WW;var jW=Math.PI/180;function ZW(t,e,n){e.eachSeriesByType(t,(function(t){var e=t.get("center"),i=t.get("radius");J(i)||(i=[0,i]),J(e)||(e=[e,e]);var r=n.getWidth(),o=n.getHeight(),a=Math.min(r,o),s=Wo(e[0],r),l=Wo(e[1],o),u=Wo(i[0],a/2),c=Wo(i[1],a/2),h=-t.get("startAngle")*jW,d=t.get("minAngle")*jW,p=t.getData().tree.root,f=t.getViewRoot(),g=f.depth,v=t.get("sort");null!=v&&YW(f,v);var y=0;W(f.children,(function(t){!isNaN(t.getValue())&&y++}));var m=f.getValue(),x=Math.PI/(m||y)*2,_=f.depth>0,b=f.height-(_?-1:1),w=(c-u)/(b||1),S=t.get("clockwise"),M=t.get("stillShowZeroSum"),I=S?1:-1,T=function(e,n){if(e){var i=n;if(e!==p){var r=e.getValue(),o=0===m&&M?x:r*x;o1)r=r.parentNode;var o=n.getColorFromPalette(r.name||r.dataIndex+"",e);return t.depth>1&&tt(o)&&(o=ei(o,(t.depth-1)/(i-1)*.5)),o}t.eachSeriesByType("sunburst",(function(t){var e=t.getData(),i=e.tree;i.eachNode((function(r){var o=r.getModel(),a=o.getModel("itemStyle").getItemStyle();a.fill||(a.fill=n(r,t,i.root.height));var s=e.ensureUniqueItemVisual(r.dataIndex,"style");z(s,a)}))}))}function KW(t){t.registerChartView(GW),t.registerSeriesModel(UW),t.registerLayout(K(ZW,"sunburst")),t.registerProcessor(K(bA,"sunburst")),t.registerVisual($W),FW(t)}var JW={color:"fill",borderColor:"stroke"},QW={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},tq=za(),eq=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},e.prototype.getInitialData=function(t,e){return vT(null,this)},e.prototype.getDataParams=function(e,n,i){var r=t.prototype.getDataParams.call(this,e,n);return i&&(r.info=tq(i).info),r},e.type="series.custom",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},e}(Ov);const nq=eq;function iq(t,e){return e=e||[0,0],q(["x","y"],(function(n,i){var r=this.getAxis(n),o=e[i],a=t[i]/2;return"category"===r.type?r.getBandWidth():Math.abs(r.dataToCoord(o-a)-r.dataToCoord(o+a))}),this)}function rq(t){var e=t.master.getRect();return{coordSys:{type:"cartesian2d",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(e){return t.dataToPoint(e)},size:$(iq,t)}}}function oq(t,e){return e=e||[0,0],q([0,1],(function(n){var i=e[n],r=t[n]/2,o=[],a=[];return o[n]=i-r,a[n]=i+r,o[1-n]=a[1-n]=e[1-n],Math.abs(this.dataToPoint(o)[n]-this.dataToPoint(a)[n])}),this)}function aq(t){var e=t.getBoundingRect();return{coordSys:{type:"geo",x:e.x,y:e.y,width:e.width,height:e.height,zoom:t.getZoom()},api:{coord:function(e){return t.dataToPoint(e)},size:$(oq,t)}}}function sq(t,e){var n=this.getAxis(),i=e instanceof Array?e[0]:e,r=(t instanceof Array?t[0]:t)/2;return"category"===n.type?n.getBandWidth():Math.abs(n.dataToCoord(i-r)-n.dataToCoord(i+r))}function lq(t){var e=t.getRect();return{coordSys:{type:"singleAxis",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(e){return t.dataToPoint(e)},size:$(sq,t)}}}function uq(t,e){return e=e||[0,0],q(["Radius","Angle"],(function(n,i){var r="get"+n+"Axis",o=this[r](),a=e[i],s=t[i]/2,l="category"===o.type?o.getBandWidth():Math.abs(o.dataToCoord(a-s)-o.dataToCoord(a+s));return"Angle"===n&&(l=l*Math.PI/180),l}),this)}function cq(t){var e=t.getRadiusAxis(),n=t.getAngleAxis(),i=e.getExtent();return i[0]>i[1]&&i.reverse(),{coordSys:{type:"polar",cx:t.cx,cy:t.cy,r:i[1],r0:i[0]},api:{coord:function(i){var r=e.dataToRadius(i[0]),o=n.dataToAngle(i[1]),a=t.coordToPoint([r,o]);return a.push(r,o*Math.PI/180),a},size:$(uq,t)}}}function hq(t){var e=t.getRect(),n=t.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:t.getCellWidth(),cellHeight:t.getCellHeight(),rangeInfo:{start:n.start,end:n.end,weeks:n.weeks,dayCount:n.allDay}},api:{coord:function(e,n){return t.dataToPoint(e,n)}}}}function dq(t,e,n,i){return t&&(t.legacy||!1!==t.legacy&&!n&&!i&&"tspan"!==e&&("text"===e||Tt(t,"text")))}function pq(t,e,n){var i,r,o,a=t;if("text"===e)o=a;else{o={},Tt(a,"text")&&(o.text=a.text),Tt(a,"rich")&&(o.rich=a.rich),Tt(a,"textFill")&&(o.fill=a.textFill),Tt(a,"textStroke")&&(o.stroke=a.textStroke),Tt(a,"fontFamily")&&(o.fontFamily=a.fontFamily),Tt(a,"fontSize")&&(o.fontSize=a.fontSize),Tt(a,"fontStyle")&&(o.fontStyle=a.fontStyle),Tt(a,"fontWeight")&&(o.fontWeight=a.fontWeight),r={type:"text",style:o,silent:!0},i={};var s=Tt(a,"textPosition");n?i.position=s?a.textPosition:"inside":s&&(i.position=a.textPosition),Tt(a,"textPosition")&&(i.position=a.textPosition),Tt(a,"textOffset")&&(i.offset=a.textOffset),Tt(a,"textRotation")&&(i.rotation=a.textRotation),Tt(a,"textDistance")&&(i.distance=a.textDistance)}return fq(o,t),W(o.rich,(function(t){fq(t,t)})),{textConfig:i,textContent:r}}function fq(t,e){e&&(e.font=e.textFont||e.font,Tt(e,"textStrokeWidth")&&(t.lineWidth=e.textStrokeWidth),Tt(e,"textAlign")&&(t.align=e.textAlign),Tt(e,"textVerticalAlign")&&(t.verticalAlign=e.textVerticalAlign),Tt(e,"textLineHeight")&&(t.lineHeight=e.textLineHeight),Tt(e,"textWidth")&&(t.width=e.textWidth),Tt(e,"textHeight")&&(t.height=e.textHeight),Tt(e,"textBackgroundColor")&&(t.backgroundColor=e.textBackgroundColor),Tt(e,"textPadding")&&(t.padding=e.textPadding),Tt(e,"textBorderColor")&&(t.borderColor=e.textBorderColor),Tt(e,"textBorderWidth")&&(t.borderWidth=e.textBorderWidth),Tt(e,"textBorderRadius")&&(t.borderRadius=e.textBorderRadius),Tt(e,"textBoxShadowColor")&&(t.shadowColor=e.textBoxShadowColor),Tt(e,"textBoxShadowBlur")&&(t.shadowBlur=e.textBoxShadowBlur),Tt(e,"textBoxShadowOffsetX")&&(t.shadowOffsetX=e.textBoxShadowOffsetX),Tt(e,"textBoxShadowOffsetY")&&(t.shadowOffsetY=e.textBoxShadowOffsetY))}function gq(t,e,n){var i=t;i.textPosition=i.textPosition||n.position||"inside",null!=n.offset&&(i.textOffset=n.offset),null!=n.rotation&&(i.textRotation=n.rotation),null!=n.distance&&(i.textDistance=n.distance);var r=i.textPosition.indexOf("inside")>=0,o=t.fill||"#000";vq(i,e);var a=null==i.textFill;return r?a&&(i.textFill=n.insideFill||"#fff",!i.textStroke&&n.insideStroke&&(i.textStroke=n.insideStroke),!i.textStroke&&(i.textStroke=o),null==i.textStrokeWidth&&(i.textStrokeWidth=2)):(a&&(i.textFill=t.fill||n.outsideFill||"#000"),!i.textStroke&&n.outsideStroke&&(i.textStroke=n.outsideStroke)),i.text=e.text,i.rich=e.rich,W(e.rich,(function(t){vq(t,t)})),i}function vq(t,e){e&&(Tt(e,"fill")&&(t.textFill=e.fill),Tt(e,"stroke")&&(t.textStroke=e.fill),Tt(e,"lineWidth")&&(t.textStrokeWidth=e.lineWidth),Tt(e,"font")&&(t.font=e.font),Tt(e,"fontStyle")&&(t.fontStyle=e.fontStyle),Tt(e,"fontWeight")&&(t.fontWeight=e.fontWeight),Tt(e,"fontSize")&&(t.fontSize=e.fontSize),Tt(e,"fontFamily")&&(t.fontFamily=e.fontFamily),Tt(e,"align")&&(t.textAlign=e.align),Tt(e,"verticalAlign")&&(t.textVerticalAlign=e.verticalAlign),Tt(e,"lineHeight")&&(t.textLineHeight=e.lineHeight),Tt(e,"width")&&(t.textWidth=e.width),Tt(e,"height")&&(t.textHeight=e.height),Tt(e,"backgroundColor")&&(t.textBackgroundColor=e.backgroundColor),Tt(e,"padding")&&(t.textPadding=e.padding),Tt(e,"borderColor")&&(t.textBorderColor=e.borderColor),Tt(e,"borderWidth")&&(t.textBorderWidth=e.borderWidth),Tt(e,"borderRadius")&&(t.textBorderRadius=e.borderRadius),Tt(e,"shadowColor")&&(t.textBoxShadowColor=e.shadowColor),Tt(e,"shadowBlur")&&(t.textBoxShadowBlur=e.shadowBlur),Tt(e,"shadowOffsetX")&&(t.textBoxShadowOffsetX=e.shadowOffsetX),Tt(e,"shadowOffsetY")&&(t.textBoxShadowOffsetY=e.shadowOffsetY),Tt(e,"textShadowColor")&&(t.textShadowColor=e.textShadowColor),Tt(e,"textShadowBlur")&&(t.textShadowBlur=e.textShadowBlur),Tt(e,"textShadowOffsetX")&&(t.textShadowOffsetX=e.textShadowOffsetX),Tt(e,"textShadowOffsetY")&&(t.textShadowOffsetY=e.textShadowOffsetY))}var yq={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},mq=Y(yq),xq=(U(Ur,(function(t,e){return t[e]=1,t}),{}),Ur.join(", "),["","style","shape","extra"]),_q=za();function bq(t,e,n,i,r){var o=t+"Animation",a=Yc(t,i,r)||{},s=_q(e).userDuring;return a.duration>0&&(a.during=s?$(Lq,{el:e,userDuring:s}):null,a.setToFinal=!0,a.scope=t),z(a,n[o]),a}function wq(t,e,n,i){i=i||{};var r=i.dataIndex,o=i.isInit,a=i.clearStyle,s=n.isAnimationEnabled(),l=_q(t),u=e.style;l.userDuring=e.during;var c={},h={};if(Eq(t,e,h),Oq("shape",e,h),Oq("extra",e,h),!o&&s&&(Rq(t,e,c),Pq("shape",t,e,c),Pq("extra",t,e,c),Nq(t,e,u,c)),h.style=u,Tq(t,h,a),Aq(t,e),s)if(o){var d={};W(xq,(function(t){var n=t?e[t]:e;n&&n.enterFrom&&(t&&(d[t]=d[t]||{}),z(t?d[t]:d,n.enterFrom))}));var p=bq("enter",t,e,n,r);p.duration>0&&t.animateFrom(d,p)}else Cq(t,e,r||0,n,c);Sq(t,e),u?t.dirty():t.markRedraw()}function Sq(t,e){for(var n=_q(t).leaveToProps,i=0;i0&&t.animateFrom(r,o)}}function Aq(t,e){Tt(e,"silent")&&(t.silent=e.silent),Tt(e,"ignore")&&(t.ignore=e.ignore),t instanceof Gs&&Tt(e,"invisible")&&(t.invisible=e.invisible),t instanceof Xl&&Tt(e,"autoBatch")&&(t.autoBatch=e.autoBatch)}var kq={},Dq={setTransform:function(t,e){return kq.el[t]=e,this},getTransform:function(t){return kq.el[t]},setShape:function(t,e){var n=kq.el,i=n.shape||(n.shape={});return i[t]=e,n.dirtyShape&&n.dirtyShape(),this},getShape:function(t){var e=kq.el.shape;if(e)return e[t]},setStyle:function(t,e){var n=kq.el,i=n.style;return i&&(i[t]=e,n.dirtyStyle&&n.dirtyStyle()),this},getStyle:function(t){var e=kq.el.style;if(e)return e[t]},setExtra:function(t,e){var n=kq.el.extra||(kq.el.extra={});return n[t]=e,this},getExtra:function(t){var e=kq.el.extra;if(e)return e[t]}};function Lq(){var t=this,e=t.el;if(e){var n=_q(e).userDuring,i=t.userDuring;n===i?(kq.el=e,i(Dq)):t.el=t.userDuring=null}}function Pq(t,e,n,i){var r=n[t];if(r){var o,a=e[t];if(a){var s=n.transition,l=r.transition;if(l)if(!o&&(o=i[t]={}),Iq(l))z(o,a);else for(var u=ga(l),c=0;c=0){!o&&(o=i[t]={});var p=Y(a);for(c=0;c=0)){var d=t.getAnimationStyleProps(),p=d?d.style:null;if(p){!r&&(r=i.style={});var f=Y(n);for(u=0;u=0?e.getStore().get(r,n):void 0}var o=e.get(i.name,n),a=i&&i.ordinalMeta;return a?a.categories[o]:o}function w(n,i){null==i&&(i=s);var r=e.getItemVisual(i,"style"),o=r&&r.fill,a=r&&r.opacity,l=m(i,Wq).getItemStyle();null!=o&&(l.fill=o),null!=a&&(l.opacity=a);var u={inheritColor:tt(o)?o:"#000"},c=x(i,Wq),h=uh(c,null,u,!1,!0);h.text=c.getShallow("show")?dt(t.getFormattedLabel(i,Wq),xT(e,i)):null;var d=ch(c,u,!1);return I(n,l),l=gq(l,h,d),n&&M(l,n),l.legacy=!0,l}function S(n,i){null==i&&(i=s);var r=m(i,Gq).getItemStyle(),o=x(i,Gq),a=uh(o,null,null,!0,!0);a.text=o.getShallow("show")?pt(t.getFormattedLabel(i,Gq),t.getFormattedLabel(i,Wq),xT(e,i)):null;var l=ch(o,null,!0);return I(n,r),r=gq(r,a,l),n&&M(r,n),r.legacy=!0,r}function M(t,e){for(var n in e)Tt(e,n)&&(t[n]=e[n])}function I(t,e){t&&(t.textFill&&(e.textFill=t.textFill),t.textPosition&&(e.textPosition=t.textPosition))}function T(t,n){if(null==n&&(n=s),Tt(JW,t)){var i=e.getItemVisual(n,"style");return i?i[JW[t]]:null}if(Tt(QW,t))return e.getItemVisual(n,t)}function C(t){if("cartesian2d"===o.type){var e=o.getBaseAxis();return wC(B({axis:e},t))}}function A(){return n.getCurrentSeriesIndices()}function k(t){return yh(t,n)}}function cU(t){var e={};return W(t.dimensions,(function(n){var i=t.getDimensionInfo(n);if(!i.isExtraCoord){var r=i.coordDim,o=e[r]=e[r]||[];o[i.coordDimIndex]=t.getDimensionIndex(n)}})),e}function hU(t,e,n,i,r,o,a){if(i){var s=dU(t,e,n,i,r,o);return s&&a.setItemGraphicEl(n,s),s&&Ec(s,i.focus,i.blurScope,i.emphasisDisabled),s}o.remove(e)}function dU(t,e,n,i,r,o){var a=-1,s=e;e&&pU(e,i,r)&&(a=V(o.childrenRef(),e),e=null);var l=!e,u=e;u?u.clearStates():(u=rU(i),s&&eU(s,u)),!1===i.morph?u.disableMorphing=!0:u.disableMorphing&&(u.disableMorphing=!1),Kq.normal.cfg=Kq.normal.conOpt=Kq.emphasis.cfg=Kq.emphasis.conOpt=Kq.blur.cfg=Kq.blur.conOpt=Kq.select.cfg=Kq.select.conOpt=null,Kq.isLegacy=!1,gU(u,n,i,r,l,Kq),fU(u,n,i,r,l),oU(t,u,n,i,Kq,r,l),Tt(i,"info")&&(tq(u).info=i.info);for(var c=0;c=0?o.replaceAt(u,a):o.add(u),u}function pU(t,e,n){var i=tq(t),r=e.type,o=e.shape,a=e.style;return n.isUniversalTransitionEnabled()||null!=r&&r!==i.customGraphicType||"path"===r&&IU(o)&&MU(o)!==i.customPathData||"image"===r&&Tt(a,"image")&&a.image!==i.customImagePath}function fU(t,e,n,i,r){var o=n.clipPath;if(!1===o)t&&t.getClipPath()&&t.removeClipPath();else if(o){var a=t.getClipPath();a&&pU(a,o,i)&&(a=null),a||(a=rU(o),t.setClipPath(a)),oU(null,a,e,o,null,i,r)}}function gU(t,e,n,i,r,o){if(!t.isGroup){vU(n,null,o),vU(n,Gq,o);var a=o.normal.conOpt,s=o.emphasis.conOpt,l=o.blur.conOpt,u=o.select.conOpt;if(null!=a||null!=s||null!=u||null!=l){var c=t.getTextContent();if(!1===a)c&&t.removeTextContent();else{a=o.normal.conOpt=a||{type:"text"},c?c.clearStates():(c=rU(a),t.setTextContent(c)),oU(null,c,e,a,null,i,r);for(var h=a&&a.style,d=0;d=c;h--){var d=e.childAt(h);Mq(d,tq(e).option,r)}}}function _U(t){new wI(t.oldChildren,t.newChildren,bU,bU,t).add(wU).update(wU).remove(SU).execute()}function bU(t,e){var n=t&&t.name;return null!=n?n:$q+e}function wU(t,e){var n=this.context,i=null!=t?n.newChildren[t]:null,r=null!=e?n.oldChildren[e]:null;dU(n.api,r,n.dataIndex,i,n.seriesModel,n.group)}function SU(t){var e=this.context,n=e.oldChildren[t];Mq(n,tq(n).option,e.seriesModel)}function MU(t){return t&&(t.pathData||t.d)}function IU(t){return t&&(Tt(t,"pathData")||Tt(t,"d"))}function TU(t){t.registerChartView(iU),t.registerSeriesModel(nq)}var CU=za(),AU=R,kU=$,DU=function(){function t(){this._dragging=!1,this.animationThreshold=15}return t.prototype.render=function(t,e,n,i){var r=e.get("value"),o=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=n,i||this._lastValue!==r||this._lastStatus!==o){this._lastValue=r,this._lastStatus=o;var a=this._group,s=this._handle;if(!o||"hide"===o)return a&&a.hide(),void(s&&s.hide());a&&a.show(),s&&s.show();var l={};this.makeElOption(l,r,t,e,n);var u=l.graphicKey;u!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=u;var c=this._moveAnimation=this.determineAnimation(t,e);if(a){var h=K(LU,e,c);this.updatePointerEl(a,l,h),this.updateLabelEl(a,l,h,e)}else a=this._group=new Lo,this.createPointerEl(a,l,t,e),this.createLabelEl(a,l,t,e),n.getZr().add(a);EU(a,e,!0),this._renderHandle(r)}},t.prototype.remove=function(t){this.clear(t)},t.prototype.dispose=function(t){this.clear(t)},t.prototype.determineAnimation=function(t,e){var n=e.get("animation"),i=t.axis,r="category"===i.type,o=e.get("snap");if(!o&&!r)return!1;if("auto"===n||null==n){var a=this.animationThreshold;if(r&&i.getBandWidth()>a)return!0;if(o){var s=xL(t).seriesDataCount,l=i.getExtent();return Math.abs(l[0]-l[1])/s>a}return!1}return!0===n},t.prototype.makeElOption=function(t,e,n,i,r){},t.prototype.createPointerEl=function(t,e,n,r){var o=e.pointer;if(o){var a=CU(t).pointerEl=new i[o.type](AU(e.pointer));t.add(a)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=CU(t).labelEl=new Du(AU(e.label));t.add(r),OU(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=CU(t).pointerEl;i&&e.pointer&&(i.setStyle(e.pointer.style),n(i,{shape:e.pointer.shape}))},t.prototype.updateLabelEl=function(t,e,n,i){var r=CU(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),OU(r,i))},t.prototype._renderHandle=function(t){if(!this._dragging&&this.updateHandleTransform){var e,n=this._axisPointerModel,i=this._api.getZr(),r=this._handle,o=n.getModel("handle"),a=n.get("status");if(!o.get("show")||!a||"hide"===a)return r&&i.remove(r),void(this._handle=null);this._handle||(e=!0,r=this._handle=Fm(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){be(t.event)},onmousedown:kU(this._onHandleDragMove,this,0,0),drift:kU(this._onHandleDragMove,this),ondragend:kU(this._onHandleDragEnd,this)}),i.add(r)),EU(r,n,!1),r.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");J(s)||(s=[s,s]),r.scaleX=s[0]/2,r.scaleY=s[1]/2,sx(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){LU(this._axisPointerModel,!e&&this._moveAnimation,this._handle,RU(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},t.prototype._onHandleDragMove=function(t,e){var n=this._handle;if(n){this._dragging=!0;var i=this.updateHandleTransform(RU(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(RU(i)),CU(n).lastProp=null,this._doDispatchAxisPointer()}},t.prototype._doDispatchAxisPointer=function(){var t=this._handle;if(t){var e=this._payloadInfo,n=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:e.cursorPoint[0],y:e.cursorPoint[1],tooltipOption:e.tooltipOption,axesInfo:[{axisDim:n.axis.dim,axisIndex:n.componentIndex}]})}},t.prototype._onHandleDragEnd=function(){this._dragging=!1;var t=this._handle;if(t){var e=this._axisPointerModel.get("value");this._moveHandleToValue(e),this._api.dispatchAction({type:"hideTip"})}},t.prototype.clear=function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),n=this._group,i=this._handle;e&&n&&(this._lastGraphicKey=null,n&&e.remove(n),i&&e.remove(i),this._group=null,this._handle=null,this._payloadInfo=null),lx(this,"_doDispatchAxisPointer")},t.prototype.doClear=function(){},t.prototype.buildLabel=function(t,e,n){return n=n||0,{x:t[n],y:t[1-n],width:e[n],height:e[1-n]}},t}();function LU(t,e,n,i){PU(CU(n).lastProp,i)||(CU(n).lastProp=i,e?$c(n,i,t):(n.stopAnimation(),n.attr(i)))}function PU(t,e){if(it(t)&&it(e)){var n=!0;return W(e,(function(e,i){n=n&&PU(t[i],e)})),!!n}return t===e}function OU(t,e){t[e.get(["label","show"])?"show":"hide"]()}function RU(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function EU(t,e,n){var i=e.get("z"),r=e.get("zlevel");t&&t.traverse((function(t){"group"!==t.type&&(null!=i&&(t.z=i),null!=r&&(t.zlevel=r),t.silent=n)}))}const NU=DU;function zU(t){var e,n=t.get("type"),i=t.getModel(n+"Style");return"line"===n?(e=i.getLineStyle(),e.fill=null):"shadow"===n&&(e=i.getAreaStyle(),e.stroke=null),e}function BU(t,e,n,i,r){var o=n.get("value"),a=FU(o,e.axis,e.ecModel,n.get("seriesDataIndices"),{precision:n.get(["label","precision"]),formatter:n.get(["label","formatter"])}),s=n.getModel("label"),l=Ld(s.get("padding")||0),u=s.getFont(),c=uo(a,u),h=r.position,d=c.width+l[1]+l[3],p=c.height+l[0]+l[2],f=r.align;"right"===f&&(h[0]-=d),"center"===f&&(h[0]-=d/2);var g=r.verticalAlign;"bottom"===g&&(h[1]-=p),"middle"===g&&(h[1]-=p/2),VU(h,d,p,i);var v=s.get("backgroundColor");v&&"auto"!==v||(v=e.get(["axisLine","lineStyle","color"])),t.label={x:h[0],y:h[1],style:uh(s,{text:a,font:u,fill:s.getTextColor(),padding:l,backgroundColor:v}),z2:10}}function VU(t,e,n,i){var r=i.getWidth(),o=i.getHeight();t[0]=Math.min(t[0]+e,r)-e,t[1]=Math.min(t[1]+n,o)-n,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}function FU(t,e,n,i,r){t=e.scale.parse(t);var o=e.scale.getLabel({value:t},{precision:r.precision}),a=r.formatter;if(a){var s={value:sD(e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};W(i,(function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&s.seriesData.push(r)})),tt(a)?o=a.replace("{value}",o):Q(a)&&(o=a(s))}return o}function HU(t,e,n){var i=Ar();return Or(i,i,n.rotation),Pr(i,i,n.position),Om([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}function GU(t,e,n,i,r,o){var a=hL.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get(["label","margin"]),BU(e,i,r,o,{position:HU(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function WU(t,e,n){return n=n||0,{x1:t[n],y1:t[1-n],x2:e[n],y2:e[1-n]}}function qU(t,e,n){return n=n||0,{x:t[n],y:t[1-n],width:e[n],height:e[1-n]}}function UU(t,e,n,i,r,o){return{cx:t,cy:e,r0:n,r:i,startAngle:r,endAngle:o,clockwise:!0}}var jU=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.grid,s=i.get("type"),l=ZU(a,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var c=zU(i),h=YU[s](o,u,l);h.style=c,t.graphicKey=h.type,t.pointer=h}var d=GD(a.model,n);GU(e,t,d,n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=GD(e.axis.grid.model,e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=HU(e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.grid,a=r.getGlobalExtent(!0),s=ZU(o,r).getOtherAxis(r).getGlobalExtent(),l="x"===r.dim?0:1,u=[t.x,t.y];u[l]+=e[l],u[l]=Math.min(a[1],u[l]),u[l]=Math.max(a[0],u[l]);var c=(s[1]+s[0])/2,h=[c,c];h[l]=u[l];var d=[{verticalAlign:"middle"},{align:"center"}];return{x:u[0],y:u[1],rotation:t.rotation,cursorPoint:h,tooltipOption:d[l]}},e}(NU);function ZU(t,e){var n={};return n[e.dim+"AxisIndex"]=e.index,t.getCartesian(n)}var YU={line:function(t,e,n){var i=WU([e,n[0]],[e,n[1]],XU(t));return{type:"Line",subPixelOptimize:!0,shape:i}},shadow:function(t,e,n){var i=Math.max(1,t.getBandWidth()),r=n[1]-n[0];return{type:"Rect",shape:qU([e-i/2,n[0]],[i,r],XU(t))}}};function XU(t){return"x"===t.dim?0:1}const $U=jU;var KU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="axisPointer",e.defaultOption={show:"auto",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}},e}(op);const JU=KU;var QU=za(),tj=W;function ej(t,e,n){if(!c.node){var i=e.getZr();QU(i).records||(QU(i).records={}),nj(i,e);var r=QU(i).records[t]||(QU(i).records[t]={});r.handler=n}}function nj(t,e){function n(n,i){t.on(n,(function(n){var r=aj(e);tj(QU(t).records,(function(t){t&&i(t,n,r.dispatchAction)})),ij(r.pendings,e)}))}QU(t).initialized||(QU(t).initialized=!0,n("click",K(oj,"click")),n("mousemove",K(oj,"mousemove")),n("globalout",rj))}function ij(t,e){var n,i=t.showTip.length,r=t.hideTip.length;i?n=t.showTip[i-1]:r&&(n=t.hideTip[r-1]),n&&(n.dispatchAction=null,e.dispatchAction(n))}function rj(t,e,n){t.handler("leave",null,n)}function oj(t,e,n,i){e.handler(t,n,i)}function aj(t){var e={showTip:[],hideTip:[]},n=function(i){var r=e[i.type];r?r.push(i):(i.dispatchAction=n,t.dispatchAction(i))};return{dispatchAction:n,pendings:e}}function sj(t,e){if(!c.node){var n=e.getZr(),i=(QU(n).records||{})[t];i&&(QU(n).records[t]=null)}}var lj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){var i=e.getComponent("tooltip"),r=t.get("triggerOn")||i&&i.get("triggerOn")||"mousemove|click";ej("axisPointer",n,(function(t,e,n){"none"!==r&&("leave"===t||r.indexOf(t)>=0)&&n({type:"updateAxisPointer",currTrigger:t,x:e&&e.offsetX,y:e&&e.offsetY})}))},e.prototype.remove=function(t,e){sj("axisPointer",e)},e.prototype.dispose=function(t,e){sj("axisPointer",e)},e.type="axisPointer",e}(Ev);const uj=lj;function cj(t,e){var n,i=[],r=t.seriesIndex;if(null==r||!(n=e.getSeriesByIndex(r)))return{point:[]};var o=n.getData(),a=Na(o,t);if(null==a||a<0||J(a))return{point:[]};var s=o.getItemGraphicEl(a),l=n.coordinateSystem;if(n.getTooltipPosition)i=n.getTooltipPosition(a)||[];else if(l&&l.dataToPoint)if(t.isStacked){var u=l.getBaseAxis(),c=l.getOtherAxis(u),h=c.dim,d=u.dim,p="x"===h||"radius"===h?1:0,f=o.mapDimension(d),g=[];g[p]=o.get(f,a),g[1-p]=o.get(o.getCalculationInfo("stackResultDimension"),a),i=l.dataToPoint(g)||[]}else i=l.dataToPoint(o.getValues(q(l.dimensions,(function(t){return o.mapDimension(t)})),a))||[];else if(s){var v=s.getBoundingRect().clone();v.applyTransform(s.transform),i=[v.x+v.width/2,v.y+v.height/2]}return{point:i,el:s}}var hj=za();function dj(t,e,n){var i=t.currTrigger,r=[t.x,t.y],o=t,a=t.dispatchAction||$(n.dispatchAction,n),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){wj(r)&&(r=cj({seriesIndex:o.seriesIndex,dataIndex:o.dataIndex},e).point);var l=wj(r),u=o.axesInfo,c=s.axesInfo,h="leave"===i||wj(r),d={},p={},f={list:[],map:{}},g={showPointer:K(gj,p),showTooltip:K(vj,f)};W(s.coordSysMap,(function(t,e){var n=l||t.containPoint(r);W(s.coordSysAxesInfo[e],(function(t,e){var i=t.axis,o=_j(u,t);if(!h&&n&&(!u||o)){var a=o&&o.value;null!=a||l||(a=i.pointToData(r)),null!=a&&pj(t,a,g,!1,d)}}))}));var v={};return W(c,(function(t,e){var n=t.linkGroup;n&&!p[e]&&W(n.axesInfo,(function(e,i){var r=p[i];if(e!==t&&r){var o=r.value;n.mapper&&(o=t.axis.scale.parse(n.mapper(o,bj(e),bj(t)))),v[t.key]=o}}))})),W(v,(function(t,e){pj(c[e],t,g,!0,d)})),yj(p,c,d),mj(f,r,t,a),xj(c,a,n),d}}function pj(t,e,n,i,r){var o=t.axis;if(!o.scale.isBlank()&&o.containData(e))if(t.involveSeries){var a=fj(e,t),s=a.payloadBatch,l=a.snapToValue;s[0]&&null==r.seriesIndex&&z(r,s[0]),!i&&t.snap&&o.containData(l)&&null!=l&&(e=l),n.showPointer(t,e,s),n.showTooltip(t,a,l)}else n.showPointer(t,e)}function fj(t,e){var n=e.axis,i=n.dim,r=t,o=[],a=Number.MAX_VALUE,s=-1;return W(e.seriesModels,(function(e,l){var u,c,h=e.getData().mapDimensionsAll(i);if(e.getAxisTooltipData){var d=e.getAxisTooltipData(h,t,n);c=d.dataIndices,u=d.nestestValue}else{if(c=e.getData().indicesOfNearest(h[0],t,"category"===n.type?.5:null),!c.length)return;u=e.getData().get(h[0],c[0])}if(null!=u&&isFinite(u)){var p=t-u,f=Math.abs(p);f<=a&&((f=0&&s<0)&&(a=f,s=p,r=u,o.length=0),W(c,(function(t){o.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})})))}})),{payloadBatch:o,snapToValue:r}}function gj(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function vj(t,e,n,i){var r=n.payloadBatch,o=e.axis,a=o.model,s=e.axisPointerModel;if(e.triggerTooltip&&r.length){var l=e.coordSys.model,u=wL(l),c=t.map[u];c||(c=t.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},t.list.push(c)),c.dataByAxis.push({axisDim:o.dim,axisIndex:a.componentIndex,axisType:a.type,axisId:a.id,value:i,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:r.slice()})}}function yj(t,e,n){var i=n.axesInfo=[];W(e,(function(e,n){var r=e.axisPointerModel.option,o=t[n];o?(!e.useHandle&&(r.status="show"),r.value=o.value,r.seriesDataIndices=(o.payloadBatch||[]).slice()):!e.useHandle&&(r.status="hide"),"show"===r.status&&i.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:r.value})}))}function mj(t,e,n,i){if(!wj(e)&&t.list.length){var r=((t.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};i({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:r.dataIndexInside,dataIndex:r.dataIndex,seriesIndex:r.seriesIndex,dataByCoordSys:t.list})}else i({type:"hideTip"})}function xj(t,e,n){var i=n.getZr(),r="axisPointerLastHighlights",o=hj(i)[r]||{},a=hj(i)[r]={};W(t,(function(t,e){var n=t.axisPointerModel.option;"show"===n.status&&W(n.seriesDataIndices,(function(t){var e=t.seriesIndex+" | "+t.dataIndex;a[e]=t}))}));var s=[],l=[];W(o,(function(t,e){!a[e]&&l.push(t)})),W(a,(function(t,e){!o[e]&&s.push(t)})),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 _j(t,e){for(var n=0;n<(t||[]).length;n++){var i=t[n];if(e.axis.dim===i.axisDim&&e.axis.model.componentIndex===i.axisIndex)return i}}function bj(t){var e=t.axis.model,n={},i=n.axisDim=t.axis.dim;return n.axisIndex=n[i+"AxisIndex"]=e.componentIndex,n.axisName=n[i+"AxisName"]=e.name,n.axisId=n[i+"AxisId"]=e.id,n}function wj(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function Sj(t){IL.registerAxisPointerClass("CartesianAxisPointer",$U),t.registerComponentModel(JU),t.registerComponentView(uj),t.registerPreprocessor((function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!J(e)&&(t.axisPointer.link=[e])}})),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,(function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=dL(t,e)})),t.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},dj)}function Mj(t){jw(zL),jw(Sj)}var Ij=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis;"angle"===o.dim&&(this.animationThreshold=Math.PI/18);var a=o.polar,s=a.getOtherAxis(o),l=s.getExtent(),u=o.dataToCoord(e),c=i.get("type");if(c&&"none"!==c){var h=zU(i),d=Cj[c](o,a,u,l);d.style=h,t.graphicKey=d.type,t.pointer=d}var p=i.get(["label","margin"]),f=Tj(e,n,i,a,p);BU(t,n,i,r,f)},e}(NU);function Tj(t,e,n,i,r){var o=e.axis,a=o.dataToCoord(t),s=i.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,u,c,h=i.getRadiusAxis().getExtent();if("radius"===o.dim){var d=Ar();Or(d,d,s),Pr(d,d,[i.cx,i.cy]),l=Om([a,-r],d);var p=e.getModel("axisLabel").get("rotate")||0,f=hL.innerTextLayout(s,p*Math.PI/180,-1);u=f.textAlign,c=f.textVerticalAlign}else{var g=h[1];l=i.coordToPoint([g+r,a]);var v=i.cx,y=i.cy;u=Math.abs(l[0]-v)/g<.3?"center":l[0]>v?"left":"right",c=Math.abs(l[1]-y)/g<.3?"middle":l[1]>y?"top":"bottom"}return{position:l,align:u,verticalAlign:c}}var Cj={line:function(t,e,n,i){return"angle"===t.dim?{type:"Line",shape:WU(e.coordToPoint([i[0],n]),e.coordToPoint([i[1],n]))}:{type:"Circle",shape:{cx:e.cx,cy:e.cy,r:n}}},shadow:function(t,e,n,i){var r=Math.max(1,t.getBandWidth()),o=Math.PI/180;return"angle"===t.dim?{type:"Sector",shape:UU(e.cx,e.cy,i[0],i[1],(-n-r/2)*o,(r/2-n)*o)}:{type:"Sector",shape:UU(e.cx,e.cy,n-r/2,n+r/2,0,2*Math.PI)}}};const Aj=Ij;var kj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.findAxisModel=function(t){var e,n=this.ecModel;return n.eachComponent(t,(function(t){t.getCoordSysModel()===this&&(e=t)}),this),e},e.type="polar",e.dependencies=["radiusAxis","angleAxis"],e.defaultOption={z:0,center:["50%","50%"],radius:"80%"},e}(op);const Dj=kj;var Lj=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",Ha).models[0]},e.type="polarAxis",e}(op);H(Lj,$A);var Pj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="angleAxis",e}(Lj),Oj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="radiusAxis",e}(Lj),Rj=function(t){function e(e,n){return t.call(this,"radius",e,n)||this}return o(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},e}(VD);Rj.prototype.dataToRadius=VD.prototype.dataToCoord,Rj.prototype.radiusToData=VD.prototype.coordToData;const Ej=Rj;var Nj=za(),zj=function(t){function e(e,n){return t.call(this,"angle",e,n||[0,360])||this}return o(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},e.prototype.calculateCategoryInterval=function(){var t=this,e=t.getLabelModel(),n=t.scale,i=n.getExtent(),r=n.count();if(i[1]-i[0]<1)return 0;var o=i[0],a=t.dataToCoord(o+1)-t.dataToCoord(o),s=Math.abs(a),l=uo(null==o?"":o+"",e.getFont(),"center","top"),u=Math.max(l.height,7),c=u/s;isNaN(c)&&(c=1/0);var h=Math.max(0,Math.floor(c)),d=Nj(t.model),p=d.lastAutoInterval,f=d.lastTickCount;return null!=p&&null!=f&&Math.abs(p-h)<=1&&Math.abs(f-r)<=1&&p>h?h=p:(d.lastTickCount=r,d.lastAutoInterval=h),h},e}(VD);zj.prototype.dataToAngle=VD.prototype.dataToCoord,zj.prototype.angleToData=VD.prototype.coordToData;const Bj=zj;var Vj=["radius","angle"],Fj=function(){function t(t){this.dimensions=Vj,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new Ej,this._angleAxis=new Bj,this.axisPointerEnabled=!0,this.name=t||"",this._radiusAxis.polar=this._angleAxis.polar=this}return t.prototype.containPoint=function(t){var e=this.pointToCoord(t);return this._radiusAxis.contain(e[0])&&this._angleAxis.contain(e[1])},t.prototype.containData=function(t){return this._radiusAxis.containData(t[0])&&this._angleAxis.containData(t[1])},t.prototype.getAxis=function(t){var e="_"+t+"Axis";return this[e]},t.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},t.prototype.getAxesByScale=function(t){var e=[],n=this._angleAxis,i=this._radiusAxis;return n.scale.type===t&&e.push(n),i.scale.type===t&&e.push(i),e},t.prototype.getAngleAxis=function(){return this._angleAxis},t.prototype.getRadiusAxis=function(){return this._radiusAxis},t.prototype.getOtherAxis=function(t){var e=this._angleAxis;return t===e?this._radiusAxis:e},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},t.prototype.getTooltipAxes=function(t){var e=null!=t&&"auto"!==t?this.getAxis(t):this.getBaseAxis();return{baseAxes:[e],otherAxes:[this.getOtherAxis(e)]}},t.prototype.dataToPoint=function(t,e){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],e),this._angleAxis.dataToAngle(t[1],e)])},t.prototype.pointToData=function(t,e){var n=this.pointToCoord(t);return[this._radiusAxis.radiusToData(n[0],e),this._angleAxis.angleToData(n[1],e)]},t.prototype.pointToCoord=function(t){var e=t[0]-this.cx,n=t[1]-this.cy,i=this.getAngleAxis(),r=i.getExtent(),o=Math.min(r[0],r[1]),a=Math.max(r[0],r[1]);i.inverse?o=a-360:a=o+360;var s=Math.sqrt(e*e+n*n);e/=s,n/=s;var l=Math.atan2(-n,e)/Math.PI*180,u=la)l+=360*u;return[s,l]},t.prototype.coordToPoint=function(t){var e=t[0],n=t[1]/180*Math.PI,i=Math.cos(n)*e+this.cx,r=-Math.sin(n)*e+this.cy;return[i,r]},t.prototype.getArea=function(){var t=this.getAngleAxis(),e=this.getRadiusAxis(),n=e.getExtent().slice();n[0]>n[1]&&n.reverse();var i=t.getExtent(),r=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:n[0],r:n[1],startAngle:-i[0]*r,endAngle:-i[1]*r,clockwise:t.inverse,contain:function(t,e){var n=t-this.cx,i=e-this.cy,r=n*n+i*i-1e-4,o=this.r,a=this.r0;return r<=o*o&&r>=a*a}}},t.prototype.convertToPixel=function(t,e,n){var i=Hj(e);return i===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){var i=Hj(e);return i===this?this.pointToData(n):null},t}();function Hj(t){var e=t.seriesModel,n=t.polarModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}const Gj=Fj;function Wj(t,e,n){var i=e.get("center"),r=n.getWidth(),o=n.getHeight();t.cx=Wo(i[0],r),t.cy=Wo(i[1],o);var a=t.getRadiusAxis(),s=Math.min(r,o)/2,l=e.get("radius");null==l?l=[0,"100%"]:J(l)||(l=[0,l]);var u=[Wo(l[0],s),Wo(l[1],s)];a.inverse?a.setExtent(u[1],u[0]):a.setExtent(u[0],u[1])}function qj(t,e){var n=this,i=n.getAngleAxis(),r=n.getRadiusAxis();if(i.scale.setExtent(1/0,-1/0),r.scale.setExtent(1/0,-1/0),t.eachSeries((function(t){if(t.coordinateSystem===n){var e=t.getData();W(dD(e,"radius"),(function(t){r.scale.unionExtentFromData(e,t)})),W(dD(e,"angle"),(function(t){i.scale.unionExtentFromData(e,t)}))}})),iD(i.scale,i.model),iD(r.scale,r.model),"category"===i.type&&!i.onBand){var o=i.getExtent(),a=360/i.scale.count();i.inverse?o[1]+=a:o[1]-=a,i.setExtent(o[0],o[1])}}function Uj(t){return"angleAxis"===t.mainType}function jj(t,e){if(t.type=e.get("type"),t.scale=rD(e),t.onBand=e.get("boundaryGap")&&"category"===t.type,t.inverse=e.get("inverse"),Uj(e)){t.inverse=t.inverse!==e.get("clockwise");var n=e.get("startAngle");t.setExtent(n,n+(t.inverse?-360:360))}e.axis=t,t.model=e}var Zj={dimensions:Vj,create:function(t,e){var n=[];return t.eachComponent("polar",(function(t,i){var r=new Gj(i+"");r.update=qj;var o=r.getRadiusAxis(),a=r.getAngleAxis(),s=t.findAxisModel("radiusAxis"),l=t.findAxisModel("angleAxis");jj(o,s),jj(a,l),Wj(r,t,e),n.push(r),t.coordinateSystem=r,r.model=t})),t.eachSeries((function(t){if("polar"===t.get("coordinateSystem")){var e=t.getReferringComponents("polar",Ha).models[0];0,t.coordinateSystem=e.coordinateSystem}})),n}};const Yj=Zj;var Xj=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function $j(t,e,n){e[1]>e[0]&&(e=e.slice().reverse());var i=t.coordToPoint([e[0],n]),r=t.coordToPoint([e[1],n]);return{x1:i[0],y1:i[1],x2:r[0],y2:r[1]}}function Kj(t){var e=t.getRadiusAxis();return e.inverse?0:1}function Jj(t){var e=t[0],n=t[t.length-1];e&&n&&Math.abs(Math.abs(e.coord-n.coord)-360)<1e-4&&t.pop()}var Qj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="PolarAxisPointer",n}return o(e,t),e.prototype.render=function(t,e){if(this.group.removeAll(),t.get("show")){var n=t.axis,i=n.polar,r=i.getRadiusAxis().getExtent(),o=n.getTicksCoords(),a=n.getMinorTicksCoords(),s=q(n.getViewLabels(),(function(t){t=R(t);var e=n.scale,i="ordinal"===e.type?e.getRawOrdinalNumber(t.tickValue):t.tickValue;return t.coord=n.dataToCoord(i),t}));Jj(s),Jj(o),W(Xj,(function(e){!t.get([e,"show"])||n.scale.isBlank()&&"axisLine"!==e||tZ[e](this.group,t,i,o,a,r,s)}),this)}},e.type="angleAxis",e}(IL),tZ={axisLine:function(t,e,n,i,r,o){var a,s=e.getModel(["axisLine","lineStyle"]),l=Kj(n),u=l?0:1;a=0===o[u]?new ly({shape:{cx:n.cx,cy:n.cy,r:o[l]},style:s.getLineStyle(),z2:1,silent:!0}):new Py({shape:{cx:n.cx,cy:n.cy,r:o[l],r0:o[u]},style:s.getLineStyle(),z2:1,silent:!0}),a.style.fill=null,t.add(a)},axisTick:function(t,e,n,i,r,o){var a=e.getModel("axisTick"),s=(a.get("inside")?-1:1)*a.get("length"),l=o[Kj(n)],u=q(i,(function(t){return new qy({shape:$j(n,[l,l+s],t.coord)})}));t.add(Cm(u,{style:B(a.getModel("lineStyle").getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])})}))},minorTick:function(t,e,n,i,r,o){if(r.length){for(var a=e.getModel("axisTick"),s=e.getModel("minorTick"),l=(a.get("inside")?-1:1)*s.get("length"),u=o[Kj(n)],c=[],h=0;hf?"left":"right",y=Math.abs(p[1]-g)/d<.3?"middle":p[1]>g?"top":"bottom";if(s&&s[h]){var m=s[h];it(m)&&m.textStyle&&(a=new Oh(m.textStyle,l,l.ecModel))}var x=new Du({silent:hL.isLabelSilent(e),style:uh(a,{x:p[0],y:p[1],fill:a.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:i.formattedLabel,align:v,verticalAlign:y})});if(t.add(x),c){var _=hL.makeAxisEventDataBase(e);_.targetType="axisLabel",_.value=i.rawLabel,Lu(x).eventData=_}}),this)},splitLine:function(t,e,n,i,r,o){var a=e.getModel("splitLine"),s=a.getModel("lineStyle"),l=s.get("color"),u=0;l=l instanceof Array?l:[l];for(var c=[],h=0;h=0?"p":"n",T=_;m&&(i[s][M]||(i[s][M]={p:_,n:_}),T=i[s][M][I]);var C=void 0,A=void 0,k=void 0,D=void 0;if("radius"===h.dim){var L=h.dataToCoord(S)-_,P=o.dataToCoord(M);Math.abs(L)=D})}}}))}function hZ(t){var e={};W(t,(function(t,n){var i=t.getData(),r=t.coordinateSystem,o=r.getBaseAxis(),a=uZ(r,o),s=o.getExtent(),l="category"===o.type?o.getBandWidth():Math.abs(s[1]-s[0])/i.count(),u=e[a]||{bandWidth:l,remainedWidth:l,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},c=u.stacks;e[a]=u;var h=lZ(t);c[h]||u.autoWidthCount++,c[h]=c[h]||{width:0,maxWidth:0};var d=Wo(t.get("barWidth"),l),p=Wo(t.get("barMaxWidth"),l),f=t.get("barGap"),g=t.get("barCategoryGap");d&&!c[h].width&&(d=Math.min(u.remainedWidth,d),c[h].width=d,u.remainedWidth-=d),p&&(c[h].maxWidth=p),null!=f&&(u.gap=f),null!=g&&(u.categoryGap=g)}));var n={};return W(e,(function(t,e){n[e]={};var i=t.stacks,r=t.bandWidth,o=Wo(t.categoryGap,r),a=Wo(t.gap,1),s=t.remainedWidth,l=t.autoWidthCount,u=(s-o)/(l+(l-1)*a);u=Math.max(u,0),W(i,(function(t,e){var n=t.maxWidth;n&&n=e.y&&t[1]<=e.y+e.height:n.contain(n.toLocalCoord(t[1]))&&t[0]>=e.y&&t[0]<=e.y+e.height},t.prototype.pointToData=function(t){var e=this.getAxis();return[e.coordToData(e.toLocalCoord(t["horizontal"===e.orient?0:1]))]},t.prototype.dataToPoint=function(t){var e=this.getAxis(),n=this.getRect(),i=[],r="horizontal"===e.orient?0:1;return t instanceof Array&&(t=t[0]),i[r]=e.toGlobalCoord(e.dataToCoord(+t)),i[1-r]=0===r?n.y+n.height/2:n.x+n.width/2,i},t.prototype.convertToPixel=function(t,e,n){var i=kZ(e);return i===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){var i=kZ(e);return i===this?this.pointToData(n):null},t}();function kZ(t){var e=t.seriesModel,n=t.singleAxisModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}const DZ=AZ;function LZ(t,e){var n=[];return t.eachComponent("singleAxis",(function(i,r){var o=new DZ(i,t,e);o.name="single_"+r,o.resize(i,e),i.coordinateSystem=o,n.push(o)})),t.eachSeries((function(t){if("singleAxis"===t.get("coordinateSystem")){var e=t.getReferringComponents("singleAxis",Ha).models[0];t.coordinateSystem=e&&e.coordinateSystem}})),n}var PZ={create:LZ,dimensions:CZ};const OZ=PZ;var RZ=["x","y"],EZ=["width","height"],NZ=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.coordinateSystem,s=VZ(a,1-BZ(o)),l=a.dataToPoint(e)[0],u=i.get("type");if(u&&"none"!==u){var c=zU(i),h=zZ[u](o,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}var d=yZ(n);GU(e,t,d,n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=yZ(e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=HU(e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.coordinateSystem,a=BZ(r),s=VZ(o,a),l=[t.x,t.y];l[a]+=e[a],l[a]=Math.min(s[1],l[a]),l[a]=Math.max(s[0],l[a]);var u=VZ(o,1-a),c=(u[1]+u[0])/2,h=[c,c];return h[a]=l[a],{x:l[0],y:l[1],rotation:t.rotation,cursorPoint:h,tooltipOption:{verticalAlign:"middle"}}},e}(NU),zZ={line:function(t,e,n){var i=WU([e,n[0]],[e,n[1]],BZ(t));return{type:"Line",subPixelOptimize:!0,shape:i}},shadow:function(t,e,n){var i=t.getBandWidth(),r=n[1]-n[0];return{type:"Rect",shape:qU([e-i/2,n[0]],[i,r],BZ(t))}}};function BZ(t){return t.isHorizontal()?0:1}function VZ(t,e){var n=t.getRect();return[n[RZ[e]],n[RZ[e]]+n[EZ[e]]]}const FZ=NZ;var HZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="single",e}(Ev);function GZ(t){jw(Sj),IL.registerAxisPointerClass("SingleAxisPointer",FZ),t.registerComponentView(HZ),t.registerComponentView(wZ),t.registerComponentModel(MZ),uk(t,"single",MZ,MZ.defaultOption),t.registerCoordinateSystem("single",OZ)}var WZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.init=function(e,n,i){var r=tp(e);t.prototype.init.apply(this,arguments),qZ(e,r)},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),qZ(this.option,e)},e.prototype.getCellSize=function(){return this.option.cellSize},e.type="calendar",e.defaultOption={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%",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},e}(op);function qZ(t,e){var n,i=t.cellSize;n=J(i)?i:t.cellSize=[i,i],1===n.length&&(n[1]=n[0]);var r=q([0,1],(function(t){return Kd(e,t)&&(n[t]="auto"),null!=n[t]&&"auto"!==n[t]}));Qd(t,e,{type:"box",ignoreSize:r})}const UZ=WZ;var jZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){var i=this.group;i.removeAll();var r=t.coordinateSystem,o=r.getRangeInfo(),a=r.getOrient(),s=e.getLocaleModel();this._renderDayRect(t,o,i),this._renderLines(t,o,a,i),this._renderYearText(t,o,a,i),this._renderMonthText(t,s,a,i),this._renderWeekText(t,s,o,a,i)},e.prototype._renderDayRect=function(t,e,n){for(var i=t.coordinateSystem,r=t.getModel("itemStyle").getItemStyle(),o=i.getCellWidth(),a=i.getCellHeight(),s=e.start.time;s<=e.end.time;s=i.getNextNDay(s,1).time){var l=i.dataToRect([s],!1).tl,u=new du({shape:{x:l[0],y:l[1],width:o,height:a},cursor:"default",style:r});n.add(u)}},e.prototype._renderLines=function(t,e,n,i){var r=this,o=t.coordinateSystem,a=t.getModel(["splitLine","lineStyle"]).getLineStyle(),s=t.get(["splitLine","show"]),l=a.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var u=e.start,c=0;u.time<=e.end.time;c++){d(u.formatedDate),0===c&&(u=o.getDateInfo(e.start.y+"-"+e.start.m));var h=u.date;h.setMonth(h.getMonth()+1),u=o.getDateInfo(h)}function d(e){r._firstDayOfMonth.push(o.getDateInfo(e)),r._firstDayPoints.push(o.dataToRect([e],!1).tl);var l=r._getLinePointsOfOneWeek(t,e,n);r._tlpoints.push(l[0]),r._blpoints.push(l[l.length-1]),s&&r._drawSplitline(l,a,i)}d(o.getNextNDay(e.end.time,1).formatedDate),s&&this._drawSplitline(r._getEdgesPoints(r._tlpoints,l,n),a,i),s&&this._drawSplitline(r._getEdgesPoints(r._blpoints,l,n),a,i)},e.prototype._getEdgesPoints=function(t,e,n){var i=[t[0].slice(),t[t.length-1].slice()],r="horizontal"===n?0:1;return i[0][r]=i[0][r]-e/2,i[1][r]=i[1][r]+e/2,i},e.prototype._drawSplitline=function(t,e,n){var i=new Fy({z2:20,shape:{points:t},style:e});n.add(i)},e.prototype._getLinePointsOfOneWeek=function(t,e,n){for(var i=t.coordinateSystem,r=i.getDateInfo(e),o=[],a=0;a<7;a++){var s=i.getNextNDay(r.time,a),l=i.dataToRect([s.time],!1);o[2*s.day]=l.tl,o[2*s.day+1]=l["horizontal"===n?"bl":"tr"]}return o},e.prototype._formatterLabel=function(t,e){return tt(t)&&t?Vd(t,e):Q(t)?t(e):e.nameMap},e.prototype._yearTextPositionControl=function(t,e,n,i,r){var o=e[0],a=e[1],s=["center","bottom"];"bottom"===i?(a+=r,s=["center","top"]):"left"===i?o-=r:"right"===i?(o+=r,s=["center","top"]):a-=r;var l=0;return"left"!==i&&"right"!==i||(l=Math.PI/2),{rotation:l,x:o,y:a,style:{align:s[0],verticalAlign:s[1]}}},e.prototype._renderYearText=function(t,e,n,i){var r=t.getModel("yearLabel");if(r.get("show")){var o=r.get("margin"),a=r.get("position");a||(a="horizontal"!==n?"top":"left");var s=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],l=(s[0][0]+s[1][0])/2,u=(s[0][1]+s[1][1])/2,c="horizontal"===n?0:1,h={top:[l,s[c][1]],bottom:[l,s[1-c][1]],left:[s[1-c][0],u],right:[s[c][0],u]},d=e.start.y;+e.end.y>+e.start.y&&(d=d+"-"+e.end.y);var p=r.get("formatter"),f={start:e.start.y,end:e.end.y,nameMap:d},g=this._formatterLabel(p,f),v=new Du({z2:30,style:uh(r,{text:g})});v.attr(this._yearTextPositionControl(v,h[a],n,a,o)),i.add(v)}},e.prototype._monthTextPositionControl=function(t,e,n,i,r){var o="left",a="top",s=t[0],l=t[1];return"horizontal"===n?(l+=r,e&&(o="center"),"start"===i&&(a="bottom")):(s+=r,e&&(a="middle"),"start"===i&&(o="right")),{x:s,y:l,align:o,verticalAlign:a}},e.prototype._renderMonthText=function(t,e,n,i){var r=t.getModel("monthLabel");if(r.get("show")){var o=r.get("nameMap"),a=r.get("margin"),s=r.get("position"),l=r.get("align"),u=[this._tlpoints,this._blpoints];o&&!tt(o)||(o&&(e=Xh(o)||e),o=e.get(["time","monthAbbr"])||[]);var c="start"===s?0:1,h="horizontal"===n?0:1;a="start"===s?-a:a;for(var d="center"===l,p=0;p=i.start.time&&n.timea.end.time&&t.reverse(),t},t.prototype._getRangeInfo=function(t){var e,n=[this.getDateInfo(t[0]),this.getDateInfo(t[1])];n[0].time>n[1].time&&(e=!0,n.reverse());var i=Math.floor(n[1].time/YZ)-Math.floor(n[0].time/YZ)+1,r=new Date(n[0].time),o=r.getDate(),a=n[1].date.getDate();r.setDate(o+i-1);var s=r.getDate();if(s!==a){var l=r.getTime()-n[1].time>0?1:-1;while((s=r.getDate())!==a&&(r.getTime()-n[1].time)*l>0)i-=l,r.setDate(s-l)}var u=Math.floor((i+n[0].day+6)/7),c=e?1-u:u-1;return e&&n.reverse(),{range:[n[0].formatedDate,n[1].formatedDate],start:n[0],end:n[1],allDay:i,weeks:u,nthWeek:c,fweek:n[0].day,lweek:n[1].day}},t.prototype._getDateByWeeksAndDay=function(t,e,n){var i=this._getRangeInfo(n);if(t>i.weeks||0===t&&ei.lweek)return null;var r=7*(t-1)-i.fweek+e,o=new Date(i.start.time);return o.setDate(+i.start.d+r),this.getDateInfo(o)},t.create=function(e,n){var i=[];return e.eachComponent("calendar",(function(r){var o=new t(r,e,n);i.push(o),r.coordinateSystem=o})),e.eachSeries((function(t){"calendar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("calendarIndex")||0])})),i},t.dimensions=["time","value"],t}();function $Z(t){var e=t.calendarModel,n=t.seriesModel,i=e?e.coordinateSystem:n?n.coordinateSystem:null;return i}const KZ=XZ;function JZ(t){t.registerComponentModel(UZ),t.registerComponentView(ZZ),t.registerCoordinateSystem("calendar",KZ)}function QZ(t,e){var n=t.existing;if(e.id=t.keyInfo.id,!e.type&&n&&(e.type=n.type),null==e.parentId){var i=e.parentOption;i?e.parentId=i.id:n&&(e.parentId=n.parentId)}e.parentOption=null}function tY(t,e){var n;return W(e,(function(e){null!=t[e]&&"auto"!==t[e]&&(n=!0)})),n}function eY(t,e,n){var i=z({},n),r=t[e],o=n.$action||"merge";"merge"===o?r?(E(r,i,!0),Qd(r,i,{ignoreSize:!0}),ep(n,r),rY(n,r),rY(n,r,"shape"),rY(n,r,"style"),rY(n,r,"extra"),n.clipPath=r.clipPath):t[e]=i:"replace"===o?t[e]=i:"remove"===o&&r&&(t[e]=null)}var nY=["transition","enterFrom","leaveTo"],iY=nY.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function rY(t,e,n){if(n&&(!t[n]&&e[n]&&(t[n]={}),t=t[n],e=e[n]),t&&e)for(var i=n?nY:iY,r=0;r=0;l--){u=n[l],c=ka(u.id,null),h=null!=c?r.get(c):null;if(h){d=h.parent,g=lY(d);var v=d===i?{width:o,height:a}:{width:g.width,height:g.height},y={},m=$d(h,u,v,null,{hv:u.hv,boundingMode:u.bounding},y);if(!lY(h).isNew&&m){for(var x=u.transition,_={},b=0;b=0)?_[w]=S:h[w]=S}$c(h,_,t,0)}else h.attr(y)}}},e.prototype._clear=function(){var t=this,e=this._elMap;e.each((function(n){dY(n,lY(n).option,e,t._lastGraphicModel)})),this._elMap=wt()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(Ev);function cY(t){var e=Tt(sY,t)?sY[t]:Sm(t);var n=new e({});return lY(n).type=t,n}function hY(t,e,n,i){var r=cY(n);return e.add(r),i.set(t,r),lY(r).id=t,lY(r).isNew=!0,r}function dY(t,e,n,i){var r=t&&t.parent;r&&("group"===t.type&&t.traverse((function(t){dY(t,e,n,i)})),Mq(t,e,i),n.removeKey(lY(t).id))}function pY(t,e,n,i){t.isGroup||W([["cursor",Gs.prototype.cursor],["zlevel",i||0],["z",n||0],["z2",0]],(function(n){var i=n[0];Tt(e,i)?t[i]=dt(e[i],n[1]):null==t[i]&&(t[i]=n[1])})),W(Y(e),(function(n){if(0===n.indexOf("on")){var i=e[n];t[n]=Q(i)?i:null}})),Tt(e,"draggable")&&(t.draggable=e.draggable),null!=e.name&&(t.name=e.name),null!=e.id&&(t.id=e.id)}function fY(t){return t=z({},t),W(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(qd),(function(e){delete t[e]})),t}function gY(t,e,n){var i=Lu(t).eventData;t.silent||t.ignore||i||(i=Lu(t).eventData={componentType:"graphic",componentIndex:e.componentIndex,name:t.name}),i&&(i.info=n.info)}function vY(t){t.registerComponentModel(aY),t.registerComponentView(uY),t.registerPreprocessor((function(t){var e=t.graphic;J(e)?e[0]&&e[0].elements?t.graphic=[t.graphic[0]]:t.graphic=[{elements:e}]:e&&!e.elements&&(t.graphic=[{elements:[e]}])}))}var yY=["x","y","radius","angle","single"],mY=["cartesian2d","polar","singleAxis"];function xY(t){var e=t.get("coordinateSystem");return V(mY,e)>=0}function _Y(t){return t+"Axis"}function bY(t,e){var n,i=wt(),r=[],o=wt();t.eachComponent({mainType:"dataZoom",query:e},(function(t){o.get(t.uid)||s(t)}));do{n=!1,t.eachComponent("dataZoom",a)}while(n);function a(t){!o.get(t.uid)&&l(t)&&(s(t),n=!0)}function s(t){o.set(t.uid,!0),r.push(t),u(t)}function l(t){var e=!1;return t.eachTargetAxis((function(t,n){var r=i.get(t);r&&r[n]&&(e=!0)})),e}function u(t){t.eachTargetAxis((function(t,e){(i.get(t)||i.set(t,[]))[e]=!0}))}return r}function wY(t){var e=t.ecModel,n={infoList:[],infoMap:wt()};return t.eachTargetAxis((function(t,i){var r=e.getComponent(_Y(t),i);if(r){var o=r.getCoordSysModel();if(o){var a=o.uid,s=n.infoMap.get(a);s||(s={model:o,axisModels:[]},n.infoList.push(s),n.infoMap.set(a,s)),s.axisModels.push(r)}}})),n}var SY=function(){function t(){this.indexList=[],this.indexMap=[]}return t.prototype.add=function(t){this.indexMap[t]||(this.indexList.push(t),this.indexMap[t]=!0)},t}(),MY=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._autoThrottle=!0,n._noTarget=!0,n._rangePropMode=["percent","percent"],n}return o(e,t),e.prototype.init=function(t,e,n){var i=IY(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var e=IY(t);E(this.option,t,!0),E(this.settledOption,e,!0),this._doInit(e)},e.prototype._doInit=function(t){var e=this.option;this._setDefaultThrottle(t),this._updateRangeUse(t);var n=this.settledOption;W([["start","startValue"],["end","endValue"]],(function(t,i){"value"===this._rangePropMode[i]&&(e[t[0]]=n[t[0]]=null)}),this),this._resetTarget()},e.prototype._resetTarget=function(){var t=this.get("orient",!0),e=this._targetAxisInfoMap=wt(),n=this._fillSpecifiedTargetAxis(e);n?this._orient=t||this._makeAutoOrientByTargetAxis():(this._orient=t||"horizontal",this._fillAutoTargetAxisByOrient(e,this._orient)),this._noTarget=!0,e.each((function(t){t.indexList.length&&(this._noTarget=!1)}),this)},e.prototype._fillSpecifiedTargetAxis=function(t){var e=!1;return W(yY,(function(n){var i=this.getReferringComponents(_Y(n),Ga);if(i.specified){e=!0;var r=new SY;W(i.models,(function(t){r.add(t.componentIndex)})),t.set(n,r)}}),this),e},e.prototype._fillAutoTargetAxisByOrient=function(t,e){var n=this.ecModel,i=!0;if(i){var r="vertical"===e?"y":"x",o=n.findComponents({mainType:r+"Axis"});a(o,r)}if(i){o=n.findComponents({mainType:"singleAxis",filter:function(t){return t.get("orient",!0)===e}});a(o,"single")}function a(e,n){var r=e[0];if(r){var o=new SY;if(o.add(r.componentIndex),t.set(n,o),i=!1,"x"===n||"y"===n){var a=r.getReferringComponents("grid",Ha).models[0];a&&W(e,(function(t){r.componentIndex!==t.componentIndex&&a===t.getReferringComponents("grid",Ha).models[0]&&o.add(t.componentIndex)}))}}}i&&W(yY,(function(e){if(i){var r=n.findComponents({mainType:_Y(e),filter:function(t){return"category"===t.get("type",!0)}});if(r[0]){var o=new SY;o.add(r[0].componentIndex),t.set(e,o),i=!1}}}),this)},e.prototype._makeAutoOrientByTargetAxis=function(){var t;return this.eachTargetAxis((function(e){!t&&(t=e)}),this),"y"===t?"vertical":"horizontal"},e.prototype._setDefaultThrottle=function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var e=this.ecModel.option;this.option.throttle=e.animation&&e.animationDurationUpdate>0?100:20}},e.prototype._updateRangeUse=function(t){var e=this._rangePropMode,n=this.get("rangeMode");W([["start","startValue"],["end","endValue"]],(function(i,r){var o=null!=t[i[0]],a=null!=t[i[1]];o&&!a?e[r]="percent":!o&&a?e[r]="value":n?e[r]=n[r]:o&&(e[r]="percent")}))},e.prototype.noTarget=function(){return this._noTarget},e.prototype.getFirstTargetAxisModel=function(){var t;return this.eachTargetAxis((function(e,n){null==t&&(t=this.ecModel.getComponent(_Y(e),n))}),this),t},e.prototype.eachTargetAxis=function(t,e){this._targetAxisInfoMap.each((function(n,i){W(n.indexList,(function(n){t.call(e,i,n)}))}))},e.prototype.getAxisProxy=function(t,e){var n=this.getAxisModel(t,e);if(n)return n.__dzAxisProxy},e.prototype.getAxisModel=function(t,e){var n=this._targetAxisInfoMap.get(t);if(n&&n.indexMap[e])return this.ecModel.getComponent(_Y(t),e)},e.prototype.setRawRange=function(t){var e=this.option,n=this.settledOption;W([["start","startValue"],["end","endValue"]],(function(i){null==t[i[0]]&&null==t[i[1]]||(e[i[0]]=n[i[0]]=t[i[0]],e[i[1]]=n[i[1]]=t[i[1]])}),this),this._updateRangeUse(t)},e.prototype.setCalculatedRange=function(t){var e=this.option;W(["start","startValue","end","endValue"],(function(n){e[n]=t[n]}))},e.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},e.prototype.getValueRange=function(t,e){if(null!=t||null!=e)return this.getAxisProxy(t,e).getDataValueWindow();var n=this.findRepresentativeAxisProxy();return n?n.getDataValueWindow():void 0},e.prototype.findRepresentativeAxisProxy=function(t){if(t)return t.__dzAxisProxy;for(var e,n=this._targetAxisInfoMap.keys(),i=0;io[1];if(c&&!h&&!d)return!0;c&&(r=!0),h&&(e=!0),d&&(n=!0)}return r&&e&&n}))}else OY(i,(function(n){if("empty"===r)t.setData(e=e.map(n,(function(t){return a(t)?t:NaN})));else{var i={};i[n]=o,e.selectRange(i)}}));OY(i,(function(t){e.setApproximateExtent(o,t)}))}}))}function a(t){return t>=o[0]&&t<=o[1]}},t.prototype._updateMinMaxSpan=function(){var t=this._minMaxSpan={},e=this._dataZoomModel,n=this._dataExtent;OY(["min","max"],(function(i){var r=e.get(i+"Span"),o=e.get(i+"ValueSpan");null!=o&&(o=this.getAxisModel().axis.scale.parse(o)),null!=o?r=Go(n[0]+o,n,[0,100],!0):null!=r&&(o=Go(r,[0,100],n,!0)-n[0]),t[i+"Span"]=r,t[i+"ValueSpan"]=o}),this)},t.prototype._setAxisModel=function(){var t=this.getAxisModel(),e=this._percentWindow,n=this._valueWindow;if(e){var i=Yo(n,[0,500]);i=Math.min(i,20);var r=t.axis.scale.rawExtentInfo;0!==e[0]&&r.setDeterminedMinMax("min",+n[0].toFixed(i)),100!==e[1]&&r.setDeterminedMinMax("max",+n[1].toFixed(i)),r.freeze()}},t}();function NY(t,e,n){var i=[1/0,-1/0];OY(n,(function(t){pD(i,t.getData(),e)}));var r=t.getAxisModel(),o=Qk(r.axis.scale,r,i).calculate();return[o.min,o.max]}const zY=EY;var BY={getTargetSeries:function(t){function e(e){t.eachComponent("dataZoom",(function(n){n.eachTargetAxis((function(i,r){var o=t.getComponent(_Y(i),r);e(i,r,o,n)}))}))}e((function(t,e,n,i){n.__dzAxisProxy=null}));var n=[];e((function(e,i,r,o){r.__dzAxisProxy||(r.__dzAxisProxy=new zY(e,i,o,t),n.push(r.__dzAxisProxy))}));var i=wt();return W(n,(function(t){W(t.getTargetSeriesModels(),(function(t){i.set(t.uid,t)}))})),i},overallReset:function(t,e){t.eachComponent("dataZoom",(function(t){t.eachTargetAxis((function(e,n){t.getAxisProxy(e,n).reset(t)})),t.eachTargetAxis((function(n,i){t.getAxisProxy(n,i).filterData(t,e)}))})),t.eachComponent("dataZoom",(function(t){var e=t.findRepresentativeAxisProxy();if(e){var n=e.getDataPercentWindow(),i=e.getDataValueWindow();t.setCalculatedRange({start:n[0],end:n[1],startValue:i[0],endValue:i[1]})}}))}};const VY=BY;function FY(t){t.registerAction("dataZoom",(function(t,e){var n=bY(e,t);W(n,(function(e){e.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})}))}))}var HY=!1;function GY(t){HY||(HY=!0,t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,VY),FY(t),t.registerSubTypeDefaulter("dataZoom",(function(){return"slider"})))}function WY(t){t.registerComponentModel(AY),t.registerComponentView(PY),GY(t)}var qY=function(){function t(){}return t}(),UY={};function jY(t,e){UY[t]=e}function ZY(t){return UY[t]}var YY=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.optionUpdated=function(){t.prototype.optionUpdated.apply(this,arguments);var e=this.ecModel;W(this.option.feature,(function(t,n){var i=ZY(n);i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(e)),E(t,i.defaultOption))}))},e.type="toolbox",e.layoutMode={type:"box",ignoreSize:!0},e.defaultOption={show:!0,z:6,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,position:"bottom"}},e}(op);const XY=YY;function $Y(t,e,n){var i=e.getBoxLayoutParams(),r=e.get("padding"),o={width:n.getWidth(),height:n.getHeight()},a=Xd(i,o,r);Zd(e.get("orient"),t,e.get("itemGap"),a.width,a.height),$d(t,i,o,r)}function KY(t,e){var n=Ld(e.get("padding")),i=e.getItemStyle(["color","opacity"]);return i.fill=e.get("backgroundColor"),t=new du({shape:{x:t.x-n[3],y:t.y-n[0],width:t.width+n[1]+n[3],height:t.height+n[0]+n[2],r:e.get("borderRadius")},style:i,silent:!0,z2:-1}),t}var JY=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.render=function(t,e,n,i){var r=this.group;if(r.removeAll(),t.get("show")){var o=+t.get("itemSize"),a="vertical"===t.get("orient"),s=t.get("feature")||{},l=this._features||(this._features={}),u=[];W(s,(function(t,e){u.push(e)})),new wI(this._featureNames||[],u).add(c).update(c).remove(K(c,null)).execute(),this._featureNames=u,$Y(r,t,n),r.add(KY(r.getBoundingRect(),t)),a||r.eachChild((function(t){var e=t.__title,i=t.ensureState("emphasis"),a=i.textConfig||(i.textConfig={}),s=t.getTextContent(),l=s&&s.ensureState("emphasis");if(l&&!Q(l)&&e){var u=l.style||(l.style={}),c=uo(e,Du.makeFont(u)),h=t.x+r.x,d=t.y+r.y+o,p=!1;d+c.height>n.getHeight()&&(a.position="top",p=!0);var f=p?-5-c.height:o+10;h+c.width/2>n.getWidth()?(a.position=["100%",f],u.align="right"):h-c.width/2<0&&(a.position=[0,f],u.align="left")}}))}function c(r,o){var a,c=u[r],d=u[o],p=s[c],f=new Oh(p,t,t.ecModel);if(i&&null!=i.newTitle&&i.featureName===c&&(p.title=i.newTitle),c&&!d){if(QY(c))a={onclick:f.option.onclick,featureName:c};else{var g=ZY(c);if(!g)return;a=new g}l[c]=a}else if(a=l[d],!a)return;a.uid=Eh("toolbox-feature"),a.model=f,a.ecModel=e,a.api=n;var v=a instanceof qY;c||!d?!f.get("show")||v&&a.unusable?v&&a.remove&&a.remove(e,n):(h(f,a,c),f.setIconStatus=function(t,e){var n=this.option,i=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[t]=e,i[t]&&("emphasis"===e?vc:yc)(i[t])},a instanceof qY&&a.render&&a.render(f,e,n,i)):v&&a.dispose&&a.dispose(e,n)}function h(i,s,l){var u,c,h=i.getModel("iconStyle"),d=i.getModel(["emphasis","iconStyle"]),p=s instanceof qY&&s.getIcons?s.getIcons():i.get("icon"),f=i.get("title")||{};tt(p)?(u={},u[l]=p):u=p,tt(f)?(c={},c[l]=f):c=f;var g=i.iconPaths={};W(u,(function(l,u){var p=Fm(l,{},{x:-o/2,y:-o/2,width:o,height:o});p.setStyle(h.getItemStyle());var f=p.ensureState("emphasis");f.style=d.getItemStyle();var v=new Du({style:{text:c[u],align:d.get("textAlign"),borderRadius:d.get("textBorderRadius"),padding:d.get("textPadding"),fill:null},ignore:!0});p.setTextContent(v),Um({el:p,componentModel:t,itemName:u,formatterParamsExtra:{title:c[u]}}),p.__title=c[u],p.on("mouseover",(function(){var e=d.getItemStyle(),i=a?null==t.get("right")&&"right"!==t.get("left")?"right":"left":null==t.get("bottom")&&"bottom"!==t.get("top")?"bottom":"top";v.setStyle({fill:d.get("textFill")||e.fill||e.stroke||"#000",backgroundColor:d.get("textBackgroundColor")}),p.setTextConfig({position:d.get("textPosition")||i}),v.ignore=!t.get("showTitle"),n.enterEmphasis(this)})).on("mouseout",(function(){"emphasis"!==i.get(["iconStatus",u])&&n.leaveEmphasis(this),v.hide()})),("emphasis"===i.get(["iconStatus",u])?vc:yc)(p),r.add(p),p.on("click",$(s.onclick,s,e,n,u)),g[u]=p}))}},e.prototype.updateView=function(t,e,n,i){W(this._features,(function(t){t instanceof qY&&t.updateView&&t.updateView(t.model,e,n,i)}))},e.prototype.remove=function(t,e){W(this._features,(function(n){n instanceof qY&&n.remove&&n.remove(t,e)})),this.group.removeAll()},e.prototype.dispose=function(t,e){W(this._features,(function(n){n instanceof qY&&n.dispose&&n.dispose(t,e)}))},e.type="toolbox",e}(Ev);function QY(t){return 0===t.indexOf("my")}const tX=JY;var eX=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.onclick=function(t,e){var n=this.model,i=n.get("name")||t.get("title.0.text")||"echarts",r="svg"===e.getZr().painter.getType(),o=r?"svg":n.get("type",!0)||"png",a=e.getConnectedDataURL({type:o,backgroundColor:n.get("backgroundColor",!0)||t.get("backgroundColor")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),s=c.browser;if(Q(MouseEvent)&&(s.newEdge||!s.ie&&!s.edge)){var l=document.createElement("a");l.download=i+"."+o,l.target="_blank",l.href=a;var u=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});l.dispatchEvent(u)}else if(window.navigator.msSaveOrOpenBlob||r){var h=a.split(","),d=h[0].indexOf("base64")>-1,p=r?decodeURIComponent(h[1]):h[1];d&&(p=window.atob(p));var f=i+"."+o;if(window.navigator.msSaveOrOpenBlob){var g=p.length,v=new Uint8Array(g);while(g--)v[g]=p.charCodeAt(g);var y=new Blob([v]);window.navigator.msSaveOrOpenBlob(y,f)}else{var m=document.createElement("iframe");document.body.appendChild(m);var x=m.contentWindow,_=x.document;_.open("image/svg+xml","replace"),_.write(p),_.close(),x.focus(),_.execCommand("SaveAs",!0,f),document.body.removeChild(m)}}else{var b=n.get("lang"),w='',S=window.open();S.document.write(w),S.document.title=i}},e.getDefaultOption=function(t){var e={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:t.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])};return e},e}(qY);const nX=eX;var iX="__ec_magicType_stack__",rX=[["line","bar"],["stack"]],oX=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.getIcons=function(){var t=this.model,e=t.get("icon"),n={};return W(t.get("type"),(function(t){e[t]&&(n[t]=e[t])})),n},e.getDefaultOption=function(t){var e={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:t.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}};return e},e.prototype.onclick=function(t,e,n){var i=this.model,r=i.get(["seriesIndex",n]);if(aX[n]){var o,a={series:[]},s=function(t){var e=t.subType,r=t.id,o=aX[n](e,r,t,i);o&&(B(o,t.option),a.series.push(o));var s=t.coordinateSystem;if(s&&"cartesian2d"===s.type&&("line"===n||"bar"===n)){var l=s.getAxesByScale("ordinal")[0];if(l){var u=l.dim,c=u+"Axis",h=t.getReferringComponents(c,Ha).models[0],d=h.componentIndex;a[c]=a[c]||[];for(var p=0;p<=d;p++)a[c][d]=a[c][d]||{};a[c][d].boundaryGap="bar"===n}}};W(rX,(function(t){V(t,n)>=0&&W(t,(function(t){i.setIconStatus(t,"normal")}))})),i.setIconStatus(n,"emphasis"),t.eachComponent({mainType:"series",query:null==r?null:{seriesIndex:r}},s);var l=n;"stack"===n&&(o=E({stack:i.option.title.tiled,tiled:i.option.title.stack},i.option.title),"emphasis"!==i.get(["iconStatus",n])&&(l="tiled")),e.dispatchAction({type:"changeMagicType",currentType:l,newOption:a,newTitle:o,featureName:"magicType"})}},e}(qY),aX={line:function(t,e,n,i){if("bar"===t)return E({id:e,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get(["option","line"])||{},!0)},bar:function(t,e,n,i){if("line"===t)return E({id:e,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get(["option","bar"])||{},!0)},stack:function(t,e,n,i){var r=n.get("stack")===iX;if("line"===t||"bar"===t)return i.setIconStatus("stack",r?"normal":"emphasis"),E({id:e,stack:r?"":iX},i.get(["option","stack"])||{},!0)}};Ew({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},(function(t,e){e.mergeOption(t.newOption)}));const sX=oX;var lX=new Array(60).join("-"),uX="\t";function cX(t){var e={},n=[],i=[];return t.eachRawSeries((function(t){var r=t.coordinateSystem;if(!r||"cartesian2d"!==r.type&&"polar"!==r.type)n.push(t);else{var o=r.getBaseAxis();if("category"===o.type){var a=o.dim+"_"+o.index;e[a]||(e[a]={categoryAxis:o,valueAxis:r.getOtherAxis(o),series:[]},i.push({axisDim:o.dim,axisIndex:o.index})),e[a].series.push(t)}else n.push(t)}})),{seriesGroupByCategoryAxis:e,other:n,meta:i}}function hX(t){var e=[];return W(t,(function(t,n){var i=t.categoryAxis,r=t.valueAxis,o=r.dim,a=[" "].concat(q(t.series,(function(t){return t.name}))),s=[i.model.getCategories()];W(t.series,(function(t){var e=t.getRawData();s.push(t.getRawData().mapArray(e.mapDimension(o),(function(t){return t})))}));for(var l=[a.join(uX)],u=0;u=0)return!0}var vX=new RegExp("["+uX+"]+","g");function yX(t){for(var e=t.split(/\n+/g),n=fX(e.shift()).split(vX),i=[],r=q(n,(function(t){return{name:t,data:[]}})),o=0;o=0;r--){var o=n[r];if(o[i])break}if(r<0){var a=t.queryComponents({mainType:"dataZoom",subType:"select",id:i})[0];if(a){var s=a.getPercentRange();n[0][i]={dataZoomId:i,start:s[0],end:s[1]}}}})),n.push(e)}function TX(t){var e=kX(t),n=e[e.length-1];e.length>1&&e.pop();var i={};return SX(n,(function(t,n){for(var r=e.length-1;r>=0;r--)if(t=e[r][n],t){i[n]=t;break}})),i}function CX(t){MX(t).snapshots=null}function AX(t){return kX(t).length}function kX(t){var e=MX(t);return e.snapshots||(e.snapshots=[{}]),e.snapshots}var DX=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.onclick=function(t,e){CX(t),e.dispatchAction({type:"restore",from:this.uid})},e.getDefaultOption=function(t){var e={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:t.getLocaleModel().get(["toolbox","restore","title"])};return e},e}(qY);Ew({type:"restore",event:"restore",update:"prepareAndUpdate"},(function(t,e){e.resetOption("recreate")}));const LX=DX;var PX=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],OX=function(){function t(t,e,n){var i=this;this._targetInfoList=[];var r=EX(e,t);W(NX,(function(t,e){(!n||!n.include||V(n.include,e)>=0)&&t(r,i._targetInfoList)}))}return t.prototype.setOutputRanges=function(t,e){return this.matchOutputRanges(t,e,(function(t,e,n){if((t.coordRanges||(t.coordRanges=[])).push(e),!t.coordRange){t.coordRange=e;var i=VX[t.brushType](0,n,e);t.__rangeOffset={offset:HX[t.brushType](i.values,t.range,[1,1]),xyMinMax:i.xyMinMax}}})),t},t.prototype.matchOutputRanges=function(t,e,n){W(t,(function(t){var i=this.findTargetInfo(t,e);i&&!0!==i&&W(i.coordSyses,(function(i){var r=VX[t.brushType](1,i,t.range,!0);n(t,r.values,i,e)}))}),this)},t.prototype.setInputRanges=function(t,e){W(t,(function(t){var n=this.findTargetInfo(t,e);if(t.range=t.range||[],n&&!0!==n){t.panelId=n.panelId;var i=VX[t.brushType](0,n.coordSys,t.coordRange),r=t.__rangeOffset;t.range=r?HX[t.brushType](i.values,r.offset,WX(i.xyMinMax,r.xyMinMax)):i.values}}),this)},t.prototype.makePanelOpts=function(t,e){return q(this._targetInfoList,(function(n){var i=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:e?e(n):null,clipPath:_F(i),isTargetByCursor:wF(i,t,n.coordSysModel),getLinearBrushOtherExtent:bF(i)}}))},t.prototype.controlSeries=function(t,e,n){var i=this.findTargetInfo(t,n);return!0===i||i&&V(i.coordSyses,e.coordinateSystem)>=0},t.prototype.findTargetInfo=function(t,e){for(var n=this._targetInfoList,i=EX(e,t),r=0;rt[1]&&t.reverse(),t}function EX(t,e){return Va(t,e,{includeMainTypes:PX})}var NX={grid:function(t,e){var n=t.xAxisModels,i=t.yAxisModels,r=t.gridModels,o=wt(),a={},s={};(n||i||r)&&(W(n,(function(t){var e=t.axis.grid.model;o.set(e.id,e),a[e.id]=!0})),W(i,(function(t){var e=t.axis.grid.model;o.set(e.id,e),s[e.id]=!0})),W(r,(function(t){o.set(t.id,t),a[t.id]=!0,s[t.id]=!0})),o.each((function(t){var r=t.coordinateSystem,o=[];W(r.getCartesians(),(function(t,e){(V(n,t.getAxis("x").model)>=0||V(i,t.getAxis("y").model)>=0)&&o.push(t)})),e.push({panelId:"grid--"+t.id,gridModel:t,coordSysModel:t,coordSys:o[0],coordSyses:o,getPanelRect:BX.grid,xAxisDeclared:a[t.id],yAxisDeclared:s[t.id]})})))},geo:function(t,e){W(t.geoModels,(function(t){var n=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:n,coordSyses:[n],getPanelRect:BX.geo})}))}},zX=[function(t,e){var n=t.xAxisModel,i=t.yAxisModel,r=t.gridModel;return!r&&n&&(r=n.axis.grid.model),!r&&i&&(r=i.axis.grid.model),r&&r===e.gridModel},function(t,e){var n=t.geoModel;return n&&n===e.geoModel}],BX={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(Pm(t)),e}},VX={lineX:K(FX,0),lineY:K(FX,1),rect:function(t,e,n,i){var r=t?e.pointToData([n[0][0],n[1][0]],i):e.dataToPoint([n[0][0],n[1][0]],i),o=t?e.pointToData([n[0][1],n[1][1]],i):e.dataToPoint([n[0][1],n[1][1]],i),a=[RX([r[0],o[0]]),RX([r[1],o[1]])];return{values:a,xyMinMax:a}},polygon:function(t,e,n,i){var r=[[1/0,-1/0],[1/0,-1/0]],o=q(n,(function(n){var o=t?e.pointToData(n,i):e.dataToPoint(n,i);return r[0][0]=Math.min(r[0][0],o[0]),r[1][0]=Math.min(r[1][0],o[1]),r[0][1]=Math.max(r[0][1],o[0]),r[1][1]=Math.max(r[1][1],o[1]),o}));return{values:o,xyMinMax:r}}};function FX(t,e,n,i){var r=n.getAxis(["x","y"][t]),o=RX(q([0,1],(function(t){return e?r.coordToData(r.toLocalCoord(i[t]),!0):r.toGlobalCoord(r.dataToCoord(i[t]))}))),a=[];return a[t]=o,a[1-t]=[NaN,NaN],{values:o,xyMinMax:a}}var HX={lineX:K(GX,0),lineY:K(GX,1),rect:function(t,e,n){return[[t[0][0]-n[0]*e[0][0],t[0][1]-n[0]*e[0][1]],[t[1][0]-n[1]*e[1][0],t[1][1]-n[1]*e[1][1]]]},polygon:function(t,e,n){return q(t,(function(t,i){return[t[0]-n[0]*e[i][0],t[1]-n[1]*e[i][1]]}))}};function GX(t,e,n,i){return[e[0]-i[t]*n[0],e[1]-i[t]*n[1]]}function WX(t,e){var n=qX(t),i=qX(e),r=[n[0]/i[0],n[1]/i[1]];return isNaN(r[0])&&(r[0]=1),isNaN(r[1])&&(r[1]=1),r}function qX(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}const UX=OX;var jX=W,ZX=Pa("toolbox-dataZoom_"),YX=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.render=function(t,e,n,i){this._brushController||(this._brushController=new xF(n.getZr()),this._brushController.on("brush",$(this._onBrush,this)).mount()),JX(t,e,this,i,n),KX(t,e)},e.prototype.onclick=function(t,e,n){XX[n].call(this)},e.prototype.remove=function(t,e){this._brushController&&this._brushController.unmount()},e.prototype.dispose=function(t,e){this._brushController&&this._brushController.dispose()},e.prototype._onBrush=function(t){var e=t.areas;if(t.isEnd&&e.length){var n={},i=this.ecModel;this._brushController.updateCovers([]);var r=new UX($X(this.model),i,{include:["grid"]});r.matchOutputRanges(e,i,(function(t,e,n){if("cartesian2d"===n.type){var i=t.brushType;"rect"===i?(o("x",n,e[0]),o("y",n,e[1])):o({lineX:"x",lineY:"y"}[i],n,e)}})),IX(i,n),this._dispatchZoomAction(n)}function o(t,e,r){var o=e.getAxis(t),s=o.model,l=a(t,s,i),u=l.findRepresentativeAxisProxy(s).getMinMaxSpan();null==u.minValueSpan&&null==u.maxValueSpan||(r=rV(0,r.slice(),o.scale.getExtent(),0,u.minValueSpan,u.maxValueSpan)),l&&(n[l.id]={dataZoomId:l.id,startValue:r[0],endValue:r[1]})}function a(t,e,n){var i;return n.eachComponent({mainType:"dataZoom",subType:"select"},(function(n){var r=n.getAxisModel(t,e.componentIndex);r&&(i=n)})),i}},e.prototype._dispatchZoomAction=function(t){var e=[];jX(t,(function(t,n){e.push(R(t))})),e.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:e})},e.getDefaultOption=function(t){var e={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:t.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}};return e},e}(qY),XX={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(TX(this.ecModel))}};function $X(t){var e={xAxisIndex:t.get("xAxisIndex",!0),yAxisIndex:t.get("yAxisIndex",!0),xAxisId:t.get("xAxisId",!0),yAxisId:t.get("yAxisId",!0)};return null==e.xAxisIndex&&null==e.xAxisId&&(e.xAxisIndex="all"),null==e.yAxisIndex&&null==e.yAxisId&&(e.yAxisIndex="all"),e}function KX(t,e){t.setIconStatus("back",AX(e)>1?"emphasis":"normal")}function JX(t,e,n,i,r){var o=n._isZoomActive;i&&"takeGlobalCursor"===i.type&&(o="dataZoomSelect"===i.key&&i.dataZoomSelectActive),n._isZoomActive=o,t.setIconStatus("zoom",o?"emphasis":"normal");var a=new UX($X(t),e,{include:["grid"]}),s=a.makePanelOpts(r,(function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"}));n._brushController.setPanels(s).enableBrush(!(!o||!s.length)&&{brushType:"auto",brushStyle:t.getModel("brushStyle").getItemStyle()})}Ap("dataZoom",(function(t){var e=t.getComponent("toolbox",0),n=["feature","dataZoom"];if(e&&null!=e.get(n)){var i=e.getModel(n),r=[],o=$X(i),a=Va(t,o);return jX(a.xAxisModels,(function(t){return s(t,"xAxis","xAxisIndex")})),jX(a.yAxisModels,(function(t){return s(t,"yAxis","yAxisIndex")})),r}function s(t,e,n){var o=t.componentIndex,a={type:"select",$fromToolbox:!0,filterMode:i.get("filterMode",!0)||"filter",id:ZX+e+o};a[n]=o,r.push(a)}}));const QX=YX;function t$(t){t.registerComponentModel(XY),t.registerComponentView(tX),jY("saveAsImage",nX),jY("magicType",sX),jY("dataView",wX),jY("dataZoom",QX),jY("restore",LX),jw(WY)}var e$=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="tooltip",e.dependencies=["axisPointer"],e.defaultOption={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}},e}(op);const n$=e$;function i$(t){var e=t.get("confine");return null!=e?!!e:"richText"===t.get("renderMode")}function r$(t){if(c.domSupported)for(var e=document.documentElement.style,n=0,i=t.length;n-1?(l+="top:50%",u+="translateY(-50%) rotate("+(o="left"===a?-225:-45)+"deg)"):(l+="left:50%",u+="translateX(-50%) rotate("+(o="top"===a?225:45)+"deg)");var c=o*Math.PI/180,h=s+r,d=h*Math.abs(Math.cos(c))+h*Math.abs(Math.sin(c)),p=Math.round(100*((d-Math.SQRT2*r)/2+Math.SQRT2*r-(d-h)/2))/100;l+=";"+a+":-"+p+"px";var f=e+" solid "+r+"px;",g=["position:absolute;width:"+s+"px;height:"+s+"px;",l+";"+u+";","border-bottom:"+f,"border-right:"+f,"background-color:"+i+";"];return'
'}function f$(t,e){var n="cubic-bezier(0.23,1,0.32,1)",i=" "+t/2+"s "+n,r="opacity"+i+",visibility"+i;return e||(i=" "+t+"s "+n,r+=c.transformSupported?","+c$+i:",left"+i+",top"+i),u$+":"+r}function g$(t,e,n){var i=t.toFixed(0)+"px",r=e.toFixed(0)+"px";if(!c.transformSupported)return n?"top:"+r+";left:"+i+";":[["top",r],["left",i]];var o=c.transform3dSupported,a="translate"+(o?"3d":"")+"("+i+","+r+(o?",0":"")+")";return n?"top:0;left:0;"+c$+":"+a+";":[["top",0],["left",0],[o$,a]]}function v$(t){var e=[],n=t.get("fontSize"),i=t.getTextColor();i&&e.push("color:"+i),e.push("font:"+t.getFont()),n&&e.push("line-height:"+Math.round(3*n/2)+"px");var r=t.get("textShadowColor"),o=t.get("textShadowBlur")||0,a=t.get("textShadowOffsetX")||0,s=t.get("textShadowOffsetY")||0;return r&&o&&e.push("text-shadow:"+a+"px "+s+"px "+o+"px "+r),W(["decoration","align"],(function(n){var i=t.get(n);i&&e.push("text-"+n+":"+i)})),e.join(";")}function y$(t,e,n){var i=[],r=t.get("transitionDuration"),o=t.get("backgroundColor"),a=t.get("shadowBlur"),s=t.get("shadowColor"),l=t.get("shadowOffsetX"),u=t.get("shadowOffsetY"),c=t.getModel("textStyle"),h=yv(t,"html"),d=l+"px "+u+"px "+a+"px "+s;return i.push("box-shadow:"+d),e&&r&&i.push(f$(r,n)),o&&i.push("background-color:"+o),W(["width","color","radius"],(function(e){var n="border-"+e,r=Dd(n),o=t.get(r);null!=o&&i.push(n+":"+o+("color"===e?"":"px"))})),i.push(v$(c)),null!=h&&i.push("padding:"+Ld(h).join("px ")+"px"),i.join(";")+";"}function m$(t,e,n,i,r){var o=e&&e.painter;if(n){var a=o&&o.getViewportRoot();a&&ae(t,a,document.body,i,r)}else{t[0]=i,t[1]=r;var s=o&&o.getViewportRootOffset();s&&(t[0]+=s.offsetLeft,t[1]+=s.offsetTop)}t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var x$=function(){function t(t,e,n){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._firstShow=!0,this._longHide=!0,c.wxa)return null;var i=document.createElement("div");i.domBelongToZr=!0,this.el=i;var r=this._zr=e.getZr(),o=this._appendToBody=n&&n.appendToBody;m$(this._styleCoord,r,o,e.getWidth()/2,e.getHeight()/2),o?document.body.appendChild(i):t.appendChild(i),this._container=t;var a=this;i.onmouseenter=function(){a._enterable&&(clearTimeout(a._hideTimeout),a._show=!0),a._inContent=!0},i.onmousemove=function(t){if(t=t||window.event,!a._enterable){var e=r.handler,n=r.painter.getViewportRoot();ye(n,t,!0),e.dispatch("mousemove",t)}},i.onmouseleave=function(){a._inContent=!1,a._enterable&&a._show&&a.hideLater(a._hideDelay)}}return t.prototype.update=function(t){var e=this._container,n=l$(e,"position"),i=e.style;"absolute"!==i.position&&"absolute"!==n&&(i.position="relative");var r=t.get("alwaysShowContent");r&&this._moveIfResized(),this.el.className=t.get("className")||""},t.prototype.show=function(t,e){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n=this.el,i=n.style,r=this._styleCoord;n.innerHTML?i.cssText=h$+y$(t,!this._firstShow,this._longHide)+g$(r[0],r[1],!0)+"border-color:"+Hd(e)+";"+(t.get("extraCssText")||"")+";pointer-events:"+(this._enterable?"auto":"none"):i.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},t.prototype.setContent=function(t,e,n,i,r){var o=this.el;if(null!=t){var a="";if(tt(r)&&"item"===n.get("trigger")&&!i$(n)&&(a=p$(n,i,r)),tt(t))o.innerHTML=t+a;else if(t){o.innerHTML="",J(t)||(t=[t]);for(var s=0;s=0?this._tryShow(n,i):"leave"===t&&this._hide(i))}),this))},e.prototype._keepShow=function(){var t=this._tooltipModel,e=this._ecModel,n=this._api,i=t.get("triggerOn");if(null!=this._lastX&&null!=this._lastY&&"none"!==i&&"click"!==i){var r=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout((function(){!n.isDisposed()&&r.manuallyShowTip(t,e,n,{x:r._lastX,y:r._lastY,dataByCoordSys:r._lastDataByCoordSys})}))}},e.prototype.manuallyShowTip=function(t,e,n,i){if(i.from!==this.uid&&!c.node&&n.getDom()){var r=k$(i,n);this._ticket="";var o=i.dataByCoordSys,a=R$(i,e,n);if(a){var s=a.el.getBoundingRect().clone();s.applyTransform(a.el.transform),this._tryShow({offsetX:s.x+s.width/2,offsetY:s.y+s.height/2,target:a.el,position:i.position,positionDefault:"bottom"},r)}else if(i.tooltip&&null!=i.x&&null!=i.y){var l=T$;l.x=i.x,l.y=i.y,l.update(),Lu(l).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:l},r)}else if(o)this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,dataByCoordSys:o,tooltipOption:i.tooltipOption},r);else if(null!=i.seriesIndex){if(this._manuallyAxisShowTip(t,e,n,i))return;var u=cj(i,e),h=u.point[0],d=u.point[1];null!=h&&null!=d&&this._tryShow({offsetX:h,offsetY:d,target:u.el,position:i.position,positionDefault:"bottom"},r)}else null!=i.x&&null!=i.y&&(n.dispatchAction({type:"updateAxisPointer",x:i.x,y:i.y}),this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,target:n.getZr().findHover(i.x,i.y).target},r))}},e.prototype.manuallyHideTip=function(t,e,n,i){var r=this._tooltipContent;!this._alwaysShowContent&&this._tooltipModel&&r.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,i.from!==this.uid&&this._hide(k$(i,n))},e.prototype._manuallyAxisShowTip=function(t,e,n,i){var r=i.seriesIndex,o=i.dataIndex,a=e.getComponent("axisPointer").coordSysAxesInfo;if(null!=r&&null!=o&&null!=a){var s=e.getSeriesByIndex(r);if(s){var l=s.getData(),u=A$([l.getItemModel(o),s,(s.coordinateSystem||{}).model],this._tooltipModel);if("axis"===u.get("trigger"))return n.dispatchAction({type:"updateAxisPointer",seriesIndex:r,dataIndex:o,position:i.position}),!0}}},e.prototype._tryShow=function(t,e){var n=t.target,i=this._tooltipModel;if(i){this._lastX=t.offsetX,this._lastY=t.offsetY;var r=t.dataByCoordSys;if(r&&r.length)this._showAxisTooltip(r,t);else if(n){var o,a;this._lastDataByCoordSys=null,n_(n,(function(t){return null!=Lu(t).dataIndex?(o=t,!0):null!=Lu(t).tooltipConfig?(a=t,!0):void 0}),!0),o?this._showSeriesItemTooltip(t,o,e):a?this._showComponentItemTooltip(t,a,e):this._hide(e)}else this._lastDataByCoordSys=null,this._hide(e)}},e.prototype._showOrMove=function(t,e){var n=t.get("showDelay");e=$(e,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(e,n):e()},e.prototype._showAxisTooltip=function(t,e){var n=this._ecModel,i=this._tooltipModel,r=[e.offsetX,e.offsetY],o=A$([e.tooltipOption],i),a=this._renderMode,s=[],l=iv("section",{blocks:[],noHeader:!0}),u=[],c=new mv;W(t,(function(t){W(t.dataByAxis,(function(t){var e=n.getComponent(t.axisDim+"Axis",t.axisIndex),r=t.value;if(e&&null!=r){var o=FU(r,e.axis,n,t.seriesDataIndices,t.valueLabelOpt),h=iv("section",{header:o,noHeader:!yt(o),sortBlocks:!0,blocks:[]});l.blocks.push(h),W(t.seriesDataIndices,(function(l){var d=n.getSeriesByIndex(l.seriesIndex),p=l.dataIndexInside,f=d.getDataParams(p);if(!(f.dataIndex<0)){f.axisDim=t.axisDim,f.axisIndex=t.axisIndex,f.axisType=t.axisType,f.axisId=t.axisId,f.axisValue=sD(e.axis,{value:r}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",Hd(f.color),a);var g=hg(d.formatTooltip(p,!0,null)),v=g.frag;if(v){var y=A$([d],i).get("valueFormatter");h.blocks.push(y?z({valueFormatter:y},v):v)}g.text&&u.push(g.text),s.push(f)}}))}}))})),l.blocks.reverse(),u.reverse();var h=e.position,d=o.get("order"),p=uv(l,c,a,d,n.get("useUTC"),o.get("textStyle"));p&&u.unshift(p);var f="richText"===a?"\n\n":"
",g=u.join(f);this._showOrMove(o,(function(){this._updateContentNotChangedOnAxis(t,s)?this._updatePosition(o,h,r[0],r[1],this._tooltipContent,s):this._showTooltipContent(o,g,s,Math.random()+"",r[0],r[1],h,null,c)}))},e.prototype._showSeriesItemTooltip=function(t,e,n){var i=this._ecModel,r=Lu(e),o=r.seriesIndex,a=i.getSeriesByIndex(o),s=r.dataModel||a,l=r.dataIndex,u=r.dataType,c=s.getData(u),h=this._renderMode,d=t.positionDefault,p=A$([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,d?{position:d}:null),f=p.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),v=new mv;g.marker=v.makeTooltipMarker("item",Hd(g.color),h);var y=hg(s.formatTooltip(l,!1,u)),m=p.get("order"),x=p.get("valueFormatter"),_=y.frag,b=_?uv(x?z({valueFormatter:x},_):_,v,h,m,i.get("useUTC"),p.get("textStyle")):y.text,w="item_"+s.name+"_"+l;this._showOrMove(p,(function(){this._showTooltipContent(p,b,g,w,t.offsetX,t.offsetY,t.position,t.target,v)})),n({type:"showTip",dataIndexInside:l,dataIndex:c.getRawIndex(l),seriesIndex:o,from:this.uid})}},e.prototype._showComponentItemTooltip=function(t,e,n){var i=Lu(e),r=i.tooltipConfig,o=r.option||{};if(tt(o)){var a=o;o={content:a,formatter:a}}var s=[o],l=this._ecModel.getComponent(i.componentMainType,i.componentIndex);l&&s.push(l),s.push({formatter:o.content});var u=t.positionDefault,c=A$(s,this._tooltipModel,u?{position:u}:null),h=c.get("content"),d=Math.random()+"",p=new mv;this._showOrMove(c,(function(){var n=R(c.get("formatterParams")||{});this._showTooltipContent(c,h,n,d,t.offsetX,t.offsetY,t.position,e,p)})),n({type:"showTip",from:this.uid})},e.prototype._showTooltipContent=function(t,e,n,i,r,o,a,s,l){if(this._ticket="",t.get("showContent")&&t.get("show")){var u=this._tooltipContent;u.setEnterable(t.get("enterable"));var c=t.get("formatter");a=a||t.get("position");var h=e,d=this._getNearestPoint([r,o],n,t.get("trigger"),t.get("borderColor")),p=d.color;if(c)if(tt(c)){var f=t.ecModel.get("useUTC"),g=J(n)?n[0]:n,v=g&&g.axisType&&g.axisType.indexOf("time")>=0;h=c,v&&(h=hd(g.axisValue,h,f)),h=Bd(h,n,!0)}else if(Q(c)){var y=$((function(e,i){e===this._ticket&&(u.setContent(i,l,t,p,a),this._updatePosition(t,a,r,o,u,n,s))}),this);this._ticket=i,h=c(n,i,y)}else h=c;u.setContent(h,l,t,p,a),u.show(t,p),this._updatePosition(t,a,r,o,u,n,s)}},e.prototype._getNearestPoint=function(t,e,n,i){return"axis"===n||J(e)?{color:i||("html"===this._renderMode?"#fff":"none")}:J(e)?void 0:{color:i||e.color||e.borderColor}},e.prototype._updatePosition=function(t,e,n,i,r,o,a){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get("position");var u=r.getSize(),c=t.get("align"),h=t.get("verticalAlign"),d=a&&a.getBoundingRect().clone();if(a&&d.applyTransform(a.transform),Q(e)&&(e=e([n,i],o,r.el,d,{viewSize:[s,l],contentSize:u.slice()})),J(e))n=Wo(e[0],s),i=Wo(e[1],l);else if(it(e)){var p=e;p.width=u[0],p.height=u[1];var f=Xd(p,{width:s,height:l});n=f.x,i=f.y,c=null,h=null}else if(tt(e)&&a){var g=P$(e,d,u,t.get("borderWidth"));n=g[0],i=g[1]}else{g=D$(n,i,r,s,l,c?null:20,h?null:20);n=g[0],i=g[1]}if(c&&(n-=O$(c)?u[0]/2:"right"===c?u[0]:0),h&&(i-=O$(h)?u[1]/2:"bottom"===h?u[1]:0),i$(t)){g=L$(n,i,r,s,l);n=g[0],i=g[1]}r.moveTo(n,i)},e.prototype._updateContentNotChangedOnAxis=function(t,e){var n=this._lastDataByCoordSys,i=this._cbParamsList,r=!!n&&n.length===t.length;return r&&W(n,(function(n,o){var a=n.dataByAxis||[],s=t[o]||{},l=s.dataByAxis||[];r=r&&a.length===l.length,r&&W(a,(function(t,n){var o=l[n]||{},a=t.seriesDataIndices||[],s=o.seriesDataIndices||[];r=r&&t.value===o.value&&t.axisType===o.axisType&&t.axisId===o.axisId&&a.length===s.length,r&&W(a,(function(t,e){var n=s[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex})),i&&W(t.seriesDataIndices,(function(t){var n=t.seriesIndex,o=e[n],a=i[n];o&&a&&a.data!==o.data&&(r=!1)}))}))})),this._lastDataByCoordSys=t,this._cbParamsList=e,!!r},e.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},e.prototype.dispose=function(t,e){!c.node&&e.getDom()&&(lx(this,"_updatePosition"),this._tooltipContent.dispose(),sj("itemTooltip",e))},e.type="tooltip",e}(Ev);function A$(t,e,n){var i,r=e.ecModel;n?(i=new Oh(n,r,r),i=new Oh(e.option,i,r)):i=e;for(var o=t.length-1;o>=0;o--){var a=t[o];a&&(a instanceof Oh&&(a=a.get("tooltip",!0)),tt(a)&&(a={formatter:a}),a&&(i=new Oh(a,i,r)))}return i}function k$(t,e){return t.dispatchAction||$(e.dispatchAction,e)}function D$(t,e,n,i,r,o,a){var s=n.getSize(),l=s[0],u=s[1];return null!=o&&(t+l+o+2>i?t-=l+o:t+=o),null!=a&&(e+u+a>r?e-=u+a:e+=a),[t,e]}function L$(t,e,n,i,r){var o=n.getSize(),a=o[0],s=o[1];return t=Math.min(t+a,i)-a,e=Math.min(e+s,r)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}function P$(t,e,n,i){var r=n[0],o=n[1],a=Math.ceil(Math.SQRT2*i)+8,s=0,l=0,u=e.width,c=e.height;switch(t){case"inside":s=e.x+u/2-r/2,l=e.y+c/2-o/2;break;case"top":s=e.x+u/2-r/2,l=e.y-o-a;break;case"bottom":s=e.x+u/2-r/2,l=e.y+c+a;break;case"left":s=e.x-r-a,l=e.y+c/2-o/2;break;case"right":s=e.x+u+a,l=e.y+c/2-o/2}return[s,l]}function O$(t){return"center"===t||"middle"===t}function R$(t,e,n){var i=Fa(t).queryOptionMap,r=i.keys()[0];if(r&&"series"!==r){var o=Wa(e,r,i.get(r),{useDefault:!1,enableAll:!1,enableNone:!1}),a=o.models[0];if(a){var s,l=n.getViewOfComponentModel(a);return l.group.traverse((function(e){var n=Lu(e).tooltipConfig;if(n&&n.name===t.name)return s=e,!0})),s?{componentMainType:r,componentIndex:a.componentIndex,el:s}:void 0}}}const E$=C$;function N$(t){jw(Sj),t.registerComponentModel(n$),t.registerComponentView(E$),t.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},Ct),t.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},Ct)}var z$=["rect","polygon","keep","clear"];function B$(t,e){var n=ga(t?t.brush:[]);if(n.length){var i=[];W(n,(function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(i=i.concat(e))}));var r=t&&t.toolbox;J(r)&&(r=r[0]),r||(r={feature:{}},t.toolbox=[r]);var o=r.feature||(r.feature={}),a=o.brush||(o.brush={}),s=a.type||(a.type=[]);s.push.apply(s,i),V$(s),e&&!s.length&&s.push.apply(s,z$)}}function V$(t){var e={};W(t,(function(t){e[t]=1})),t.length=0,W(e,(function(e,n){t.push(n)}))}var F$=W;function H$(t){if(t)for(var e in t)if(t.hasOwnProperty(e))return!0}function G$(t,e,n){var i={};return F$(e,(function(e){var o=i[e]=r();F$(t[e],(function(t,i){if(pN.isValidType(i)){var r={type:i,visual:t};n&&n(r,e),o[i]=new pN(r),"opacity"===i&&(r=R(r),r.type="colorAlpha",o.__hidden.__alphaForOpacity=new pN(r))}}))})),i;function r(){var t=function(){};t.prototype.__hidden=t.prototype;var e=new t;return e}}function W$(t,e,n){var i;W(n,(function(t){e.hasOwnProperty(t)&&H$(e[t])&&(i=!0)})),i&&W(n,(function(n){e.hasOwnProperty(n)&&H$(e[n])?t[n]=R(e[n]):delete t[n]}))}function q$(t,e,n,i,r,o){var a,s={};function l(t){return $x(n,a,t)}function u(t,e){Jx(n,a,t,e)}function c(t,c){a=null==o?t:c;var h=n.getRawDataItem(a);if(!h||!1!==h.visualMap)for(var d=i.call(r,t),p=e[d],f=s[d],g=0,v=f.length;ge[0][1]&&(e[0][1]=o[0]),o[1]e[1][1]&&(e[1][1]=o[1])}return e&&aK(e)}};function aK(t){return new oo(t[0][0],t[1][0],t[0][1]-t[0][0],t[1][1]-t[1][0])}var sK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.init=function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new xF(e.getZr())).on("brush",$(this._onBrush,this)).mount()},e.prototype.render=function(t,e,n,i){this.model=t,this._updateController(t,e,n,i)},e.prototype.updateTransform=function(t,e,n,i){Q$(e),this._updateController(t,e,n,i)},e.prototype.updateVisual=function(t,e,n,i){this.updateTransform(t,e,n,i)},e.prototype.updateView=function(t,e,n,i){this._updateController(t,e,n,i)},e.prototype._updateController=function(t,e,n,i){(!i||i.$from!==t.id)&&this._brushController.setPanels(t.brushTargetManager.makePanelOpts(n)).enableBrush(t.brushOption).updateCovers(t.areas.slice())},e.prototype.dispose=function(){this._brushController.dispose()},e.prototype._onBrush=function(t){var e=this.model.id,n=this.model.brushTargetManager.setOutputRanges(t.areas,this.ecModel);(!t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:e,areas:R(n),$from:e}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:e,areas:R(n),$from:e})},e.type="brush",e}(Ev);const lK=sK;var uK="#ddd",cK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.areas=[],n.brushOption={},n}return o(e,t),e.prototype.optionUpdated=function(t,e){var n=this.option;!e&&W$(n,t,["inBrush","outOfBrush"]);var i=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:uK},i.hasOwnProperty("liftZ")||(i.liftZ=5)},e.prototype.setAreas=function(t){t&&(this.areas=q(t,(function(t){return hK(this.option,t)}),this))},e.prototype.setBrushOption=function(t){this.brushOption=hK(this.option,t),this.brushType=this.brushOption.brushType},e.type="brush",e.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],e.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},e}(op);function hK(t,e){return E({brushType:t.brushType,brushMode:t.brushMode,transformable:t.transformable,brushStyle:new Oh(t.brushStyle).getItemStyle(),removeOnClick:t.removeOnClick,z:t.z},e,!0)}const dK=cK;var pK=["rect","polygon","lineX","lineY","keep","clear"],fK=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return o(e,t),e.prototype.render=function(t,e,n){var i,r,o;e.eachComponent({mainType:"brush"},(function(t){i=t.brushType,r=t.brushOption.brushMode||"single",o=o||!!t.areas.length})),this._brushType=i,this._brushMode=r,W(t.get("type",!0),(function(e){t.setIconStatus(e,("keep"===e?"multiple"===r:"clear"===e?o:e===i)?"emphasis":"normal")}))},e.prototype.updateView=function(t,e,n){this.render(t,e,n)},e.prototype.getIcons=function(){var t=this.model,e=t.get("icon",!0),n={};return W(t.get("type",!0),(function(t){e[t]&&(n[t]=e[t])})),n},e.prototype.onclick=function(t,e,n){var i=this._brushType,r=this._brushMode;"clear"===n?(e.dispatchAction({type:"axisAreaSelect",intervals:[]}),e.dispatchAction({type:"brush",command:"clear",areas:[]})):e.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===n?i:i!==n&&n,brushMode:"keep"===n?"multiple"===r?"single":"multiple":r}})},e.getDefaultOption=function(t){var e={show:!0,type:pK.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:t.getLocaleModel().get(["toolbox","brush","title"])};return e},e}(qY);const gK=fK;function vK(t){t.registerComponentView(lK),t.registerComponentModel(dK),t.registerPreprocessor(B$),t.registerVisual(t.PRIORITY.VISUAL.BRUSH,tK),t.registerAction({type:"brush",event:"brush",update:"updateVisual"},(function(t,e){e.eachComponent({mainType:"brush",query:t},(function(e){e.setAreas(t.areas)}))})),t.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},Ct),t.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},Ct),jY("brush",gK)}var yK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode={type:"box",ignoreSize:!0},n}return o(e,t),e.type="title",e.defaultOption={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"}},e}(op),mK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.render=function(t,e,n){if(this.group.removeAll(),t.get("show")){var i=this.group,r=t.getModel("textStyle"),o=t.getModel("subtextStyle"),a=t.get("textAlign"),s=dt(t.get("textBaseline"),t.get("textVerticalAlign")),l=new Du({style:uh(r,{text:t.get("text"),fill:r.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=t.get("subtext"),h=new Du({style:uh(o,{text:c,fill:o.getTextColor(),y:u.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),d=t.get("link"),p=t.get("sublink"),f=t.get("triggerEvent",!0);l.silent=!d&&!f,h.silent=!p&&!f,d&&l.on("click",(function(){Gd(d,"_"+t.get("target"))})),p&&h.on("click",(function(){Gd(p,"_"+t.get("subtarget"))})),Lu(l).eventData=Lu(h).eventData=f?{componentType:"title",componentIndex:t.componentIndex}:null,i.add(l),c&&i.add(h);var g=i.getBoundingRect(),v=t.getBoxLayoutParams();v.width=g.width,v.height=g.height;var y=Xd(v,{width:n.getWidth(),height:n.getHeight()},t.get("padding"));a||(a=t.get("left")||t.get("right"),"middle"===a&&(a="center"),"right"===a?y.x+=y.width:"center"===a&&(y.x+=y.width/2)),s||(s=t.get("top")||t.get("bottom"),"center"===s&&(s="middle"),"bottom"===s?y.y+=y.height:"middle"===s&&(y.y+=y.height/2),s=s||"top"),i.x=y.x,i.y=y.y,i.markRedraw();var m={align:a,verticalAlign:s};l.setStyle(m),h.setStyle(m),g=i.getBoundingRect();var x=y.margin,_=t.getItemStyle(["color","opacity"]);_.fill=t.get("backgroundColor");var b=new du({shape:{x:g.x-x[3],y:g.y-x[0],width:g.width+x[1]+x[3],height:g.height+x[0]+x[2],r:t.get("borderRadius")},style:_,subPixelOptimize:!0,silent:!0});i.add(b)}},e.type="title",e}(Ev);function xK(t){t.registerComponentModel(yK),t.registerComponentView(mK)}var _K=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode="box",n}return o(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n),this._initData()},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this._initData()},e.prototype.setCurrentIndex=function(t){null==t&&(t=this.option.currentIndex);var e=this._data.count();this.option.loop?t=(t%e+e)%e:(t>=e&&(t=e-1),t<0&&(t=0)),this.option.currentIndex=t},e.prototype.getCurrentIndex=function(){return this.option.currentIndex},e.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},e.prototype.setPlayState=function(t){this.option.autoPlay=!!t},e.prototype.getPlayState=function(){return!!this.option.autoPlay},e.prototype._initData=function(){var t,e=this.option,n=e.data||[],i=e.axisType,r=this._names=[];"category"===i?(t=[],W(n,(function(e,n){var i,o=ka(ma(e),"");it(e)?(i=R(e),i.value=n):i=n,t.push(i),r.push(o)}))):t=n;var o={category:"ordinal",time:"time",value:"number"}[i]||"number",a=this._data=new JI([{name:"value",type:o}],this);a.initData(t,r)},e.prototype.getData=function(){return this._data},e.prototype.getCategories=function(){if("category"===this.get("axisType"))return this._names.slice()},e.type="timeline",e.defaultOption={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:[]},e}(op);const bK=_K;var wK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="timeline.slider",e.defaultOption=Bh(bK.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:[]}),e}(bK);H(wK,cg.prototype);const SK=wK;var MK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="timeline",e}(Ev);const IK=MK;var TK=function(t){function e(e,n,i,r){var o=t.call(this,e,n,i)||this;return o.type=r||"value",o}return o(e,t),e.prototype.getLabelModel=function(){return this.model.getModel("label")},e.prototype.isHorizontal=function(){return"horizontal"===this.model.get("orient")},e}(VD);const CK=TK;var AK=Math.PI,kK=za(),DK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.init=function(t,e){this.api=e},e.prototype.render=function(t,e,n){if(this.model=t,this.api=n,this.ecModel=e,this.group.removeAll(),t.get("show",!0)){var i=this._layout(t,n),r=this._createGroup("_mainGroup"),o=this._createGroup("_labelGroup"),a=this._axis=this._createAxis(i,t);t.formatTooltip=function(t){var e=a.scale.getLabel({value:t});return iv("nameValue",{noName:!0,value:e})},W(["AxisLine","AxisTick","Control","CurrentPointer"],(function(e){this["_render"+e](i,r,a,t)}),this),this._renderAxisLabel(i,o,a,t),this._position(i,t)}this._doPlayStop(),this._updateTicksStatus()},e.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},e.prototype.dispose=function(){this._clearTimer()},e.prototype._layout=function(t,e){var n,i=t.get(["label","position"]),r=t.get("orient"),o=PK(t,e);n=null==i||"auto"===i?"horizontal"===r?o.y+o.height/2=0||"+"===n?"left":"right"},c={horizontal:n>=0||"+"===n?"top":"bottom",vertical:"middle"},h={horizontal:0,vertical:AK/2},d="vertical"===r?o.height:o.width,p=t.getModel("controlStyle"),f=p.get("show",!0),g=f?p.get("itemSize"):0,v=f?p.get("itemGap"):0,y=g+v,m=t.get(["label","rotate"])||0;m=m*AK/180;var x=p.get("position",!0),_=f&&p.get("showPlayBtn",!0),b=f&&p.get("showPrevBtn",!0),w=f&&p.get("showNextBtn",!0),S=0,M=d;"left"===x||"bottom"===x?(_&&(a=[0,0],S+=y),b&&(s=[S,0],S+=y),w&&(l=[M-g,0],M-=y)):(_&&(a=[M-g,0],M-=y),b&&(s=[0,0],S+=y),w&&(l=[M-g,0],M-=y));var I=[S,M];return t.get("inverse")&&I.reverse(),{viewRect:o,mainLength:d,orient:r,rotation:h[r],labelRotation:m,labelPosOpt:n,labelAlign:t.get(["label","align"])||u[r],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||c[r],playPosition:a,prevBtnPosition:s,nextBtnPosition:l,axisExtent:I,controlSize:g,controlGap:v}},e.prototype._position=function(t,e){var n=this._mainGroup,i=this._labelGroup,r=t.viewRect;if("vertical"===t.orient){var o=Ar(),a=r.x,s=r.y+r.height;Pr(o,o,[-a,-s]),Or(o,o,-AK/2),Pr(o,o,[a,s]),r=r.clone(),r.applyTransform(o)}var l=v(r),u=v(n.getBoundingRect()),c=v(i.getBoundingRect()),h=[n.x,n.y],d=[i.x,i.y];d[0]=h[0]=l[0][0];var p=t.labelPosOpt;if(null==p||tt(p)){var f="+"===p?0:1;y(h,u,l,1,f),y(d,c,l,1,1-f)}else{f=p>=0?0:1;y(h,u,l,1,f),d[1]=h[1]+p}function g(t){t.originX=l[0][0]-t.x,t.originY=l[1][0]-t.y}function v(t){return[[t.x,t.x+t.width],[t.y,t.y+t.height]]}function y(t,e,n,i,r){t[i]+=n[i][r]-e[i][r]}n.setPosition(h),i.setPosition(d),n.rotation=i.rotation=t.rotation,g(n),g(i)},e.prototype._createAxis=function(t,e){var n=e.getData(),i=e.get("axisType"),r=LK(e,i);r.getTicks=function(){return n.mapArray(["value"],(function(t){return{value:t}}))};var o=n.getDataExtent("value");r.setExtent(o[0],o[1]),r.calcNiceTicks();var a=new CK("value",r,t.axisExtent,i);return a.model=e,a},e.prototype._createGroup=function(t){var e=this[t]=new Lo;return this.group.add(e),e},e.prototype._renderAxisLine=function(t,e,n,i){var r=n.getExtent();if(i.get(["lineStyle","show"])){var o=new qy({shape:{x1:r[0],y1:0,x2:r[1],y2:0},style:z({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});e.add(o);var a=this._progressLine=new qy({shape:{x1:r[0],x2:this._currentPointer?this._currentPointer.x:r[0],y1:0,y2:0},style:B({lineCap:"round",lineWidth:o.style.lineWidth},i.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});e.add(a)}},e.prototype._renderAxisTick=function(t,e,n,i){var r=this,o=i.getData(),a=n.scale.getTicks();this._tickSymbols=[],W(a,(function(t){var a=n.dataToCoord(t.value),s=o.getItemModel(t.value),l=s.getModel("itemStyle"),u=s.getModel(["emphasis","itemStyle"]),c=s.getModel(["progress","itemStyle"]),h={x:a,y:0,onclick:$(r._changeTimeline,r,t.value)},d=RK(s,l,e,h);d.ensureState("emphasis").style=u.getItemStyle(),d.ensureState("progress").style=c.getItemStyle(),Oc(d);var p=Lu(d);s.get("tooltip")?(p.dataIndex=t.value,p.dataModel=i):p.dataIndex=p.dataModel=null,r._tickSymbols.push(d)}))},e.prototype._renderAxisLabel=function(t,e,n,i){var r=this,o=n.getLabelModel();if(o.get("show")){var a=i.getData(),s=n.getViewLabels();this._tickLabels=[],W(s,(function(i){var o=i.tickValue,s=a.getItemModel(o),l=s.getModel("label"),u=s.getModel(["emphasis","label"]),c=s.getModel(["progress","label"]),h=n.dataToCoord(i.tickValue),d=new Du({x:h,y:0,rotation:t.labelRotation-t.rotation,onclick:$(r._changeTimeline,r,o),silent:!1,style:uh(l,{text:i.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});d.ensureState("emphasis").style=uh(u),d.ensureState("progress").style=uh(c),e.add(d),Oc(d),kK(d).dataIndex=o,r._tickLabels.push(d)}))}},e.prototype._renderControl=function(t,e,n,i){var r=t.controlSize,o=t.rotation,a=i.getModel("controlStyle").getItemStyle(),s=i.getModel(["emphasis","controlStyle"]).getItemStyle(),l=i.getPlayState(),u=i.get("inverse",!0);function c(t,n,l,u){if(t){var c=fo(dt(i.get(["controlStyle",n+"BtnSize"]),r),r),h=[0,-c/2,c,c],d=OK(i,n+"Icon",h,{x:t[0],y:t[1],originX:r/2,originY:0,rotation:u?-o:0,rectHover:!0,style:a,onclick:l});d.ensureState("emphasis").style=s,e.add(d),Oc(d)}}c(t.nextBtnPosition,"next",$(this._changeTimeline,this,u?"-":"+")),c(t.prevBtnPosition,"prev",$(this._changeTimeline,this,u?"+":"-")),c(t.playPosition,l?"stop":"play",$(this._handlePlayClick,this,!l),!0)},e.prototype._renderCurrentPointer=function(t,e,n,i){var r=i.getData(),o=i.getCurrentIndex(),a=r.getItemModel(o).getModel("checkpointStyle"),s=this,l={onCreate:function(t){t.draggable=!0,t.drift=$(s._handlePointerDrag,s),t.ondragend=$(s._handlePointerDragend,s),EK(t,s._progressLine,o,n,i,!0)},onUpdate:function(t){EK(t,s._progressLine,o,n,i)}};this._currentPointer=RK(a,a,this._mainGroup,{},this._currentPointer,l)},e.prototype._handlePlayClick=function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},e.prototype._handlePointerDrag=function(t,e,n){this._clearTimer(),this._pointerChangeTimeline([n.offsetX,n.offsetY])},e.prototype._handlePointerDragend=function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},e.prototype._pointerChangeTimeline=function(t,e){var n=this._toAxisCoord(t)[0],i=this._axis,r=Uo(i.getExtent().slice());n>r[1]&&(n=r[1]),n=0&&(a[o]=+a[o].toFixed(d)),[a,h]}var QK={min:K(JK,"min"),max:K(JK,"max"),average:K(JK,"average"),median:K(JK,"median")};function tJ(t,e){var n=t.getData(),i=t.coordinateSystem;if(e&&!KK(e)&&!J(e.coord)&&i){var r=i.dimensions,o=eJ(e,n,i,t);if(e=R(e),e.type&&QK[e.type]&&o.baseAxis&&o.valueAxis){var a=V(r,o.baseAxis.dim),s=V(r,o.valueAxis.dim),l=QK[e.type](n,o.baseDataDim,o.valueDataDim,a,s);e.coord=l[0],e.value=l[1]}else{for(var u=[null!=e.xAxis?e.xAxis:e.radiusAxis,null!=e.yAxis?e.yAxis:e.angleAxis],c=0;c<2;c++)QK[u[c]]&&(u[c]=aJ(n,n.mapDimension(r[c]),u[c]));e.coord=u}}return e}function eJ(t,e,n,i){var r={};return null!=t.valueIndex||null!=t.valueDim?(r.valueDataDim=null!=t.valueIndex?e.getDimension(t.valueIndex):t.valueDim,r.valueAxis=n.getAxis(nJ(i,r.valueDataDim)),r.baseAxis=n.getOtherAxis(r.valueAxis),r.baseDataDim=e.mapDimension(r.baseAxis.dim)):(r.baseAxis=i.getBaseAxis(),r.valueAxis=n.getOtherAxis(r.baseAxis),r.baseDataDim=e.mapDimension(r.baseAxis.dim),r.valueDataDim=e.mapDimension(r.valueAxis.dim)),r}function nJ(t,e){var n=t.getData().getDimensionInfo(e);return n&&n.coordDim}function iJ(t,e){return!(t&&t.containData&&e.coord&&!$K(e))||t.containData(e.coord)}function rJ(t,e,n){return!(t&&t.containZone&&e.coord&&n.coord&&!$K(e)&&!$K(n))||t.containZone(e.coord,n.coord)}function oJ(t,e){return t?function(t,n,i,r){var o=r<2?t.coord&&t.coord[r]:t.value;return yg(o,e[r])}:function(t,n,i,r){return yg(t.value,e[r])}}function aJ(t,e,n){if("average"===n){var i=0,r=0;return t.each(e,(function(t,e){isNaN(t)||(i+=t,r++)})),i/r}return"median"===n?t.getMedian(e):t.getDataExtent(e)["max"===n?1:0]}var sJ=za(),lJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.init=function(){this.markerGroupMap=wt()},e.prototype.render=function(t,e,n){var i=this,r=this.markerGroupMap;r.each((function(t){sJ(t).keep=!1})),e.eachSeries((function(t){var r=ZK.getMarkerModelFromSeries(t,i.type);r&&i.renderSeries(t,r,e,n)})),r.each((function(t){!sJ(t).keep&&i.group.remove(t.group)}))},e.prototype.markKeep=function(t){sJ(t).keep=!0},e.prototype.toggleBlurSeries=function(t,e){var n=this;W(t,(function(t){var i=ZK.getMarkerModelFromSeries(t,n.type);if(i){var r=i.getData();r.eachItemGraphicEl((function(t){t&&(e?mc(t):xc(t))}))}}))},e.type="marker",e}(Ev);const uJ=lJ;function cJ(t,e,n){var i=e.coordinateSystem;t.each((function(r){var o,a=t.getItemModel(r),s=Wo(a.get("x"),n.getWidth()),l=Wo(a.get("y"),n.getHeight());if(isNaN(s)||isNaN(l)){if(e.getMarkerPosition)o=e.getMarkerPosition(t.getValues(t.dimensions,r));else if(i){var u=t.get(i.dimensions[0],r),c=t.get(i.dimensions[1],r);o=i.dataToPoint([u,c])}}else o=[s,l];isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),t.setItemLayout(r,o)}))}var hJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=ZK.getMarkerModelFromSeries(t,"markPoint");e&&(cJ(e.getData(),t,n),this.markerGroupMap.get(t.id).updateLayout())}),this)},e.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,new AT),u=dJ(r,t,e);e.setData(u),cJ(e.getData(),t,i),u.each((function(t){var n=u.getItemModel(t),i=n.getShallow("symbol"),r=n.getShallow("symbolSize"),o=n.getShallow("symbolRotate"),s=n.getShallow("symbolOffset"),l=n.getShallow("symbolKeepAspect");if(Q(i)||Q(r)||Q(o)||Q(s)){var c=e.getRawValue(t),h=e.getDataParams(t);Q(i)&&(i=i(c,h)),Q(r)&&(r=r(c,h)),Q(o)&&(o=o(c,h)),Q(s)&&(s=s(c,h))}var d=n.getModel("itemStyle").getItemStyle(),p=Kx(a,"color");d.fill||(d.fill=p),u.setItemVisual(t,{symbol:i,symbolSize:r,symbolRotate:o,symbolOffset:s,symbolKeepAspect:l,style:d})})),l.updateData(u),this.group.add(l.group),u.eachItemGraphicEl((function(t){t.traverse((function(t){Lu(t).dataModel=e}))})),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markPoint",e}(uJ);function dJ(t,e,n){var i;i=t?q(t&&t.dimensions,(function(t){var n=e.getData().getDimensionInfo(e.getData().mapDimension(t))||{};return z(z({},n),{name:t,ordinalMeta:null})})):[{name:"value",type:"float"}];var r=new JI(i,n),o=q(n.get("data"),K(tJ,e));t&&(o=j(o,K(iJ,t)));var a=oJ(!!t,i);return r.initData(o,null,a),r}const pJ=hJ;function fJ(t){t.registerComponentModel(XK),t.registerComponentView(pJ),t.registerPreprocessor((function(t){WK(t.series,"markPoint")&&(t.markPoint=t.markPoint||{})}))}var gJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.createMarkerModelFromSeries=function(t,n,i){return new e(t,n,i)},e.type="markLine",e.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},e}(ZK);const vJ=gJ;var yJ=za(),mJ=function(t,e,n,i){var r,o=t.getData();if(J(i))r=i;else{var a=i.type;if("min"===a||"max"===a||"average"===a||"median"===a||null!=i.xAxis||null!=i.yAxis){var s=void 0,l=void 0;if(null!=i.yAxis||null!=i.xAxis)s=e.getAxis(null!=i.yAxis?"y":"x"),l=ht(i.yAxis,i.xAxis);else{var u=eJ(i,o,e,t);s=u.valueAxis;var c=cT(o,u.valueDataDim);l=aJ(o,c,a)}var h="x"===s.dim?0:1,d=1-h,p=R(i),f={coord:[]};p.type=null,p.coord=[],p.coord[d]=-1/0,f.coord[d]=1/0;var g=n.get("precision");g>=0&&nt(l)&&(l=+l.toFixed(Math.min(g,20))),p.coord[h]=f.coord[h]=l,r=[p,f,{type:a,valueIndex:i.valueIndex,value:l}]}else r=[]}var v=[tJ(t,r[0]),tJ(t,r[1]),z({},r[2])];return v[2].type=v[2].type||null,E(v[2],v[0]),E(v[2],v[1]),v};function xJ(t){return!isNaN(t)&&!isFinite(t)}function _J(t,e,n,i){var r=1-t,o=i.dimensions[t];return xJ(e[r])&&xJ(n[r])&&e[t]===n[t]&&i.getAxis(o).containData(e[t])}function bJ(t,e){if("cartesian2d"===t.type){var n=e[0].coord,i=e[1].coord;if(n&&i&&(_J(1,n,i,t)||_J(0,n,i,t)))return!0}return iJ(t,e[0])&&iJ(t,e[1])}function wJ(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=Wo(s.get("x"),r.getWidth()),u=Wo(s.get("y"),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition)o=i.getMarkerPosition(t.getValues(t.dimensions,e));else{var c=a.dimensions,h=t.get(c[0],e),d=t.get(c[1],e);o=a.dataToPoint([h,d])}if(YT(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y");c=a.dimensions;xJ(t.get(c[0],e))?o[0]=p.toGlobalCoord(p.getExtent()[n?0:1]):xJ(t.get(c[1],e))&&(o[1]=f.toGlobalCoord(f.getExtent()[n?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];t.setItemLayout(e,o)}var SJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=ZK.getMarkerModelFromSeries(t,"markLine");if(e){var i=e.getData(),r=yJ(e).from,o=yJ(e).to;r.each((function(e){wJ(r,e,!0,t,n),wJ(o,e,!1,t,n)})),i.each((function(t){i.setItemLayout(t,[r.getItemLayout(t),o.getItemLayout(t)])})),this.markerGroupMap.get(t.id).updateLayout()}}),this)},e.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,new Fz);this.group.add(l.group);var u=MJ(r,t,e),c=u.from,h=u.to,d=u.line;yJ(e).from=c,yJ(e).to=h,e.setData(d);var p=e.get("symbol"),f=e.get("symbolSize"),g=e.get("symbolRotate"),v=e.get("symbolOffset");function y(e,n,r){var o=e.getItemModel(n);wJ(e,n,r,t,i);var s=o.getModel("itemStyle").getItemStyle();null==s.fill&&(s.fill=Kx(a,"color")),e.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:dt(o.get("symbolOffset",!0),v[r?0:1]),symbolRotate:dt(o.get("symbolRotate",!0),g[r?0:1]),symbolSize:dt(o.get("symbolSize"),f[r?0:1]),symbol:dt(o.get("symbol",!0),p[r?0:1]),style:s})}J(p)||(p=[p,p]),J(f)||(f=[f,f]),J(g)||(g=[g,g]),J(v)||(v=[v,v]),u.from.each((function(t){y(c,t,!0),y(h,t,!1)})),d.each((function(t){var e=d.getItemModel(t).getModel("lineStyle").getLineStyle();d.setItemLayout(t,[c.getItemLayout(t),h.getItemLayout(t)]),null==e.stroke&&(e.stroke=c.getItemVisual(t,"style").fill),d.setItemVisual(t,{fromSymbolKeepAspect:c.getItemVisual(t,"symbolKeepAspect"),fromSymbolOffset:c.getItemVisual(t,"symbolOffset"),fromSymbolRotate:c.getItemVisual(t,"symbolRotate"),fromSymbolSize:c.getItemVisual(t,"symbolSize"),fromSymbol:c.getItemVisual(t,"symbol"),toSymbolKeepAspect:h.getItemVisual(t,"symbolKeepAspect"),toSymbolOffset:h.getItemVisual(t,"symbolOffset"),toSymbolRotate:h.getItemVisual(t,"symbolRotate"),toSymbolSize:h.getItemVisual(t,"symbolSize"),toSymbol:h.getItemVisual(t,"symbol"),style:e})})),l.updateData(d),u.line.eachItemGraphicEl((function(t){Lu(t).dataModel=e,t.traverse((function(t){Lu(t).dataModel=e}))})),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markLine",e}(uJ);function MJ(t,e,n){var i;i=t?q(t&&t.dimensions,(function(t){var n=e.getData().getDimensionInfo(e.getData().mapDimension(t))||{};return z(z({},n),{name:t,ordinalMeta:null})})):[{name:"value",type:"float"}];var r=new JI(i,n),o=new JI(i,n),a=new JI([],n),s=q(n.get("data"),K(mJ,e,t,n));t&&(s=j(s,K(bJ,t)));var l=oJ(!!t,i);return r.initData(q(s,(function(t){return t[0]})),null,l),o.initData(q(s,(function(t){return t[1]})),null,l),a.initData(q(s,(function(t){return t[2]}))),a.hasItemOption=!0,{from:r,to:o,line:a}}const IJ=SJ;function TJ(t){t.registerComponentModel(vJ),t.registerComponentView(IJ),t.registerPreprocessor((function(t){WK(t.series,"markLine")&&(t.markLine=t.markLine||{})}))}var CJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.createMarkerModelFromSeries=function(t,n,i){return new e(t,n,i)},e.type="markArea",e.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},e}(ZK);const AJ=CJ;var kJ=za(),DJ=function(t,e,n,i){var r=tJ(t,i[0]),o=tJ(t,i[1]),a=r.coord,s=o.coord;a[0]=ht(a[0],-1/0),a[1]=ht(a[1],-1/0),s[0]=ht(s[0],1/0),s[1]=ht(s[1],1/0);var l=N([{},r,o]);return l.coord=[r.coord,o.coord],l.x0=r.x,l.y0=r.y,l.x1=o.x,l.y1=o.y,l};function LJ(t){return!isNaN(t)&&!isFinite(t)}function PJ(t,e,n,i){var r=1-t;return LJ(e[r])&&LJ(n[r])}function OJ(t,e){var n=e.coord[0],i=e.coord[1],r={coord:n,x:e.x0,y:e.y0},o={coord:i,x:e.x1,y:e.y1};return YT(t,"cartesian2d")?!(!n||!i||!PJ(1,n,i,t)&&!PJ(0,n,i,t))||rJ(t,r,o):iJ(t,r)||iJ(t,o)}function RJ(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=Wo(s.get(n[0]),r.getWidth()),u=Wo(s.get(n[1]),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition)o=i.getMarkerPosition(t.getValues(n,e));else{var c=t.get(n[0],e),h=t.get(n[1],e),d=[c,h];a.clampData&&a.clampData(d,d),o=a.dataToPoint(d,!0)}if(YT(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y");c=t.get(n[0],e),h=t.get(n[1],e);LJ(c)?o[0]=p.toGlobalCoord(p.getExtent()["x0"===n[0]?0:1]):LJ(h)&&(o[1]=f.toGlobalCoord(f.getExtent()["y0"===n[1]?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];return o}var EJ=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],NJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries((function(t){var e=ZK.getMarkerModelFromSeries(t,"markArea");if(e){var i=e.getData();i.each((function(e){var r=q(EJ,(function(r){return RJ(i,e,r,t,n)}));i.setItemLayout(e,r);var o=i.getItemGraphicEl(e);o.setShape("points",r)}))}}),this)},e.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,{group:new Lo});this.group.add(l.group),this.markKeep(l);var u=zJ(r,t,e);e.setData(u),u.each((function(e){var n=q(EJ,(function(n){return RJ(u,e,n,t,i)})),o=r.getAxis("x").scale,s=r.getAxis("y").scale,l=o.getExtent(),c=s.getExtent(),h=[o.parse(u.get("x0",e)),o.parse(u.get("x1",e))],d=[s.parse(u.get("y0",e)),s.parse(u.get("y1",e))];Uo(h),Uo(d);var p=!(l[0]>h[1]||l[1]d[1]||c[1]=0},e.prototype.getOrient=function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},e.type="legend.plain",e.dependencies=["series"],e.defaultOption={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,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},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}},e}(op);const GJ=HJ;var WJ=K,qJ=W,UJ=Lo,jJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.newlineDisabled=!1,n}return o(e,t),e.prototype.init=function(){this.group.add(this._contentGroup=new UJ),this.group.add(this._selectorGroup=new UJ),this._isFirstRender=!0},e.prototype.getContentGroup=function(){return this._contentGroup},e.prototype.getSelectorGroup=function(){return this._selectorGroup},e.prototype.render=function(t,e,n){var i=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),t.get("show",!0)){var r=t.get("align"),o=t.get("orient");r&&"auto"!==r||(r="right"===t.get("left")&&"vertical"===o?"right":"left");var a=t.get("selector",!0),s=t.get("selectorPosition",!0);!a||s&&"auto"!==s||(s="horizontal"===o?"end":"start"),this.renderInner(r,t,e,n,a,o,s);var l=t.getBoxLayoutParams(),u={width:n.getWidth(),height:n.getHeight()},c=t.get("padding"),h=Xd(l,u,c),d=this.layoutInner(t,r,h,i,a,s),p=Xd(B({width:d.width,height:d.height},l),u,c);this.group.x=p.x-d.x,this.group.y=p.y-d.y,this.group.markRedraw(),this.group.add(this._backgroundEl=KY(d,t))}},e.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},e.prototype.renderInner=function(t,e,n,i,r,o,a){var s=this.getContentGroup(),l=wt(),u=e.get("selectedMode"),c=[];n.eachRawSeries((function(t){!t.get("legendHoverLink")&&c.push(t.id)})),qJ(e.getData(),(function(r,o){var a=r.get("name");if(!this.newlineDisabled&&(""===a||"\n"===a)){var h=new UJ;return h.newline=!0,void s.add(h)}var d=n.getSeriesByName(a)[0];if(!l.get(a)){if(d){var p=d.getData(),f=p.getVisual("legendLineStyle")||{},g=p.getVisual("legendIcon"),v=p.getVisual("style"),y=this._createItem(d,a,o,r,e,t,f,v,g,u,i);y.on("click",WJ(XJ,a,null,i,c)).on("mouseover",WJ(KJ,d.name,null,i,c)).on("mouseout",WJ(JJ,d.name,null,i,c)),l.set(a,!0)}else n.eachRawSeries((function(n){if(!l.get(a)&&n.legendVisualProvider){var s=n.legendVisualProvider;if(!s.containName(a))return;var h=s.indexOfName(a),d=s.getItemVisual(h,"style"),p=s.getItemVisual(h,"legendIcon"),f=Jn(d.fill);f&&0===f[3]&&(f[3]=.2,d=z(z({},d),{fill:ai(f,"rgba")}));var g=this._createItem(n,a,o,r,e,t,{},d,p,u,i);g.on("click",WJ(XJ,null,a,i,c)).on("mouseover",WJ(KJ,null,a,i,c)).on("mouseout",WJ(JJ,null,a,i,c)),l.set(a,!0)}}),this);0}}),this),r&&this._createSelector(r,e,i,o,a)},e.prototype._createSelector=function(t,e,n,i,r){var o=this.getSelectorGroup();qJ(t,(function(t){var i=t.type,r=new Du({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===i?"legendAllSelect":"legendInverseSelect"})}});o.add(r);var a=e.getModel("selectorLabel"),s=e.getModel(["emphasis","selectorLabel"]);sh(r,{normal:a,emphasis:s},{defaultText:t.title}),Oc(r)}))},e.prototype._createItem=function(t,e,n,i,r,o,a,s,l,u,c){var h=t.visualDrawType,d=r.get("itemWidth"),p=r.get("itemHeight"),f=r.isSelected(e),g=i.get("symbolRotate"),v=i.get("symbolKeepAspect"),y=i.get("icon");l=y||l||"roundRect";var m=ZJ(l,i,a,s,h,f,c),x=new UJ,_=i.getModel("textStyle");if(!Q(t.getLegendIcon)||y&&"inherit"!==y){var b="inherit"===y&&t.getData().getVisual("symbol")?"inherit"===g?t.getData().getVisual("symbolRotate"):g:0;x.add(YJ({itemWidth:d,itemHeight:p,icon:l,iconRotate:b,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:v}))}else x.add(t.getLegendIcon({itemWidth:d,itemHeight:p,icon:l,iconRotate:g,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:v}));var w="left"===o?d+5:-5,S=o,M=r.get("formatter"),I=e;tt(M)&&M?I=M.replace("{name}",null!=e?e:""):Q(M)&&(I=M(e));var T=i.get("inactiveColor");x.add(new Du({style:uh(_,{text:I,x:w,y:p/2,fill:f?_.getTextColor():T,align:S,verticalAlign:"middle"})}));var C=new du({shape:x.getBoundingRect(),invisible:!0}),A=i.getModel("tooltip");return A.get("show")&&Um({el:C,componentModel:r,itemName:e,itemTooltipOption:A.option}),x.add(C),x.eachChild((function(t){t.silent=!0})),C.silent=!u,this.getContentGroup().add(x),Oc(x),x.__legendDataIndex=n,x},e.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getContentGroup(),s=this.getSelectorGroup();Zd(t.get("orient"),a,t.get("itemGap"),n.width,n.height);var l=a.getBoundingRect(),u=[-l.x,-l.y];if(s.markRedraw(),a.markRedraw(),r){Zd("horizontal",s,t.get("selectorItemGap",!0));var c=s.getBoundingRect(),h=[-c.x,-c.y],d=t.get("selectorButtonGap",!0),p=t.getOrient().index,f=0===p?"width":"height",g=0===p?"height":"width",v=0===p?"y":"x";"end"===o?h[p]+=l[f]+d:u[p]+=c[f]+d,h[1-p]+=l[g]/2-c[g]/2,s.x=h[0],s.y=h[1],a.x=u[0],a.y=u[1];var y={x:0,y:0};return y[f]=l[f]+d+c[f],y[g]=Math.max(l[g],c[g]),y[v]=Math.min(0,c[v]+h[1-p]),y}return a.x=u[0],a.y=u[1],this.group.getBoundingRect()},e.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},e.type="legend.plain",e}(Ev);function ZJ(t,e,n,i,r,o,a){function s(t,e){"auto"===t.lineWidth&&(t.lineWidth=e.lineWidth>0?2:0),qJ(t,(function(n,i){"inherit"===t[i]&&(t[i]=e[i])}))}var l=e.getModel("itemStyle"),u=l.getItemStyle(),c=0===t.lastIndexOf("empty",0)?"fill":"stroke",h=l.getShallow("decal");u.decal=h&&"inherit"!==h?ob(h,a):i.decal,"inherit"===u.fill&&(u.fill=i[r]),"inherit"===u.stroke&&(u.stroke=i[c]),"inherit"===u.opacity&&(u.opacity=("fill"===r?i:n).opacity),s(u,i);var d=e.getModel("lineStyle"),p=d.getLineStyle();if(s(p,n),"auto"===u.fill&&(u.fill=i.fill),"auto"===u.stroke&&(u.stroke=i.fill),"auto"===p.stroke&&(p.stroke=i.fill),!o){var f=e.get("inactiveBorderWidth"),g=u[c];u.lineWidth="auto"===f?i.lineWidth>0&&g?2:0:u.lineWidth,u.fill=e.get("inactiveColor"),u.stroke=e.get("inactiveBorderColor"),p.stroke=d.get("inactiveColor"),p.lineWidth=d.get("inactiveWidth")}return{itemStyle:u,lineStyle:p}}function YJ(t){var e=t.icon||"roundRect",n=v_(e,0,0,t.itemWidth,t.itemHeight,t.itemStyle.fill,t.symbolKeepAspect);return n.setStyle(t.itemStyle),n.rotation=(t.iconRotate||0)*Math.PI/180,n.setOrigin([t.itemWidth/2,t.itemHeight/2]),e.indexOf("empty")>-1&&(n.style.stroke=n.style.fill,n.style.fill="#fff",n.style.lineWidth=2),n}function XJ(t,e,n,i){JJ(t,e,n,i),n.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),KJ(t,e,n,i)}function $J(t){var e,n=t.getZr().storage.getDisplayList(),i=0,r=n.length;while(in[r],f=[-h.x,-h.y];e||(f[i]=l[s]);var g=[0,0],v=[-d.x,-d.y],y=dt(t.get("pageButtonGap",!0),t.get("itemGap",!0));if(p){var m=t.get("pageButtonPosition",!0);"end"===m?v[i]+=n[r]-d[r]:g[i]+=d[r]+y}v[1-i]+=h[o]/2-d[o]/2,l.setPosition(f),u.setPosition(g),c.setPosition(v);var x={x:0,y:0};if(x[r]=p?n[r]:h[r],x[o]=Math.max(h[o],d[o]),x[a]=Math.min(0,d[a]+v[1-i]),u.__rectSize=n[r],p){var _={x:0,y:0};_[r]=Math.max(n[r]-d[r]-y,0),_[o]=x[o],u.setClipPath(new du({shape:_})),u.__rectSize=_[r]}else c.eachChild((function(t){t.attr({invisible:!0,silent:!0})}));var b=this._getPageInfo(t);return null!=b.pageIndex&&$c(l,{x:b.contentPosition[0],y:b.contentPosition[1]},p?t:null),this._updatePageInfoView(t,b),x},e.prototype._pageGo=function(t,e,n){var i=this._getPageInfo(e)[t];null!=i&&n.dispatchAction({type:"legendScroll",scrollDataIndex:i,legendId:e.id})},e.prototype._updatePageInfoView=function(t,e){var n=this._controllerGroup;W(["pagePrev","pageNext"],(function(i){var r=i+"DataIndex",o=null!=e[r],a=n.childOfName(i);a&&(a.setStyle("fill",o?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),a.cursor=o?"pointer":"default")}));var i=n.childOfName("pageText"),r=t.get("pageFormatter"),o=e.pageIndex,a=null!=o?o+1:0,s=e.pageCount;i&&r&&i.setStyle("text",tt(r)?r.replace("{current}",null==a?"":a+"").replace("{total}",null==s?"":s+""):r({current:a,total:s}))},e.prototype._getPageInfo=function(t){var e=t.get("scrollDataIndex",!0),n=this.getContentGroup(),i=this._containerGroup.__rectSize,r=t.getOrient().index,o=lQ[r],a=uQ[r],s=this._findTargetItemIndex(e),l=n.children(),u=l[s],c=l.length,h=c?1:0,d={contentPosition:[n.x,n.y],pageCount:h,pageIndex:h-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return d;var p=m(u);d.contentPosition[r]=-p.s;for(var f=s+1,g=p,v=p,y=null;f<=c;++f)y=m(l[f]),(!y&&v.e>g.s+i||y&&!x(y,g.s))&&(g=v.i>g.i?v:y,g&&(null==d.pageNextDataIndex&&(d.pageNextDataIndex=g.i),++d.pageCount)),v=y;for(f=s-1,g=p,v=p,y=null;f>=-1;--f)y=m(l[f]),y&&x(v,y.s)||!(g.i=e&&t.s<=e+i}},e.prototype._findTargetItemIndex=function(t){if(!this._showController)return 0;var e,n,i=this.getContentGroup();return i.eachChild((function(i,r){var o=i.__legendDataIndex;null==n&&null!=o&&(n=r),o===t&&(e=r)})),null!=e?e:n},e.type="legend.scroll",e}(QJ);const hQ=cQ;function dQ(t){t.registerAction("legendScroll","legendscroll",(function(t,e){var n=t.scrollDataIndex;null!=n&&e.eachComponent({mainType:"legend",subType:"scroll",query:t},(function(t){t.setScrollDataIndex(n)}))}))}function pQ(t){jw(iQ),t.registerComponentModel(aQ),t.registerComponentView(hQ),dQ(t)}function fQ(t){jw(iQ),jw(pQ)}var gQ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="dataZoom.inside",e.defaultOption=Bh(TY.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(TY);const vQ=gQ;var yQ=za();function mQ(t,e,n){yQ(t).coordSysRecordMap.each((function(t){var i=t.dataZoomInfoMap.get(e.uid);i&&(i.getRange=n)}))}function xQ(t,e){for(var n=yQ(t).coordSysRecordMap,i=n.keys(),r=0;ri[n+e]&&(e=a),r=r&&o.get("preventDefaultMouseMove",!0)})),{controlType:e,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!r}}}function IQ(t){t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,(function(t,e){var n=yQ(e),i=n.coordSysRecordMap||(n.coordSysRecordMap=wt());i.each((function(t){t.dataZoomInfoMap=null})),t.eachComponent({mainType:"dataZoom",subType:"inside"},(function(t){var n=wY(t);W(n.infoList,(function(n){var r=n.model.uid,o=i.get(r)||i.set(r,bQ(e,n.model)),a=o.dataZoomInfoMap||(o.dataZoomInfoMap=wt());a.set(t.uid,{dzReferCoordSysInfo:n,model:t,getRange:null})}))})),i.each((function(t){var e,n=t.controller,r=t.dataZoomInfoMap;if(r){var o=r.keys()[0];null!=o&&(e=r.get(o))}if(e){var a=MQ(r);n.enable(a.controlType,a.opt),n.setPointerChecker(t.containsPoint),sx(t,"dispatchAction",e.model.get("throttle",!0),"fixRate")}else _Q(i,t)}))}))}var TQ=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataZoom.inside",e}return o(e,t),e.prototype.render=function(e,n,i){t.prototype.render.apply(this,arguments),e.noTarget()?this._clear():(this.range=e.getPercentRange(),mQ(i,e,{pan:$(CQ.pan,this),zoom:$(CQ.zoom,this),scrollMove:$(CQ.scrollMove,this)}))},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){xQ(this.api,this.dataZoomModel),this.range=null},e.type="dataZoom.inside",e}(DY),CQ={zoom:function(t,e,n,i){var r=this.range,o=r.slice(),a=t.axisModels[0];if(a){var s=kQ[e](null,[i.originX,i.originY],a,n,t),l=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(o[1]-o[0])+o[0],u=Math.max(1/i.scale,0);o[0]=(o[0]-l)*u+l,o[1]=(o[1]-l)*u+l;var c=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return rV(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,r[0]!==o[0]||r[1]!==o[1]?o:void 0}},pan:AQ((function(t,e,n,i,r,o){var a=kQ[i]([o.oldX,o.oldY],[o.newX,o.newY],e,r,n);return a.signal*(t[1]-t[0])*a.pixel/a.pixelLength})),scrollMove:AQ((function(t,e,n,i,r,o){var a=kQ[i]([0,0],[o.scrollDelta,o.scrollDelta],e,r,n);return a.signal*(t[1]-t[0])*o.scrollDelta}))};function AQ(t){return function(e,n,i,r){var o=this.range,a=o.slice(),s=e.axisModels[0];if(s){var l=t(a,s,e,n,i,r);return rV(l,a,[0,100],"all"),this.range=a,o[0]!==a[0]||o[1]!==a[1]?a:void 0}}}var kQ={grid:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem.getRect();return t=t||[0,0],"x"===o.dim?(a.pixel=e[0]-t[0],a.pixelLength=s.width,a.pixelStart=s.x,a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=s.height,a.pixelStart=s.y,a.signal=o.inverse?-1:1),a},polar:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return t=t?s.pointToCoord(t):[0,0],e=s.pointToCoord(e),"radiusAxis"===n.mainType?(a.pixel=e[0]-t[0],a.pixelLength=l[1]-l[0],a.pixelStart=l[0],a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=u[1]-u[0],a.pixelStart=u[0],a.signal=o.inverse?-1:1),a},singleAxis:function(t,e,n,i,r){var o=n.axis,a=r.model.coordinateSystem.getRect(),s={};return t=t||[0,0],"horizontal"===o.orient?(s.pixel=e[0]-t[0],s.pixelLength=a.width,s.pixelStart=a.x,s.signal=o.inverse?1:-1):(s.pixel=e[1]-t[1],s.pixelLength=a.height,s.pixelStart=a.y,s.signal=o.inverse?-1:1),s}};const DQ=TQ;function LQ(t){GY(t),t.registerComponentModel(vQ),t.registerComponentView(DQ),IQ(t)}var PQ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=Bh(TY.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"}}}),e}(TY);const OQ=PQ;var RQ=du,EQ=7,NQ=1,zQ=30,BQ=7,VQ="horizontal",FQ="vertical",HQ=5,GQ=["line","bar","candlestick","scatter"],WQ={easing:"cubicOut",duration:100,delay:0},qQ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._displayables={},n}return o(e,t),e.prototype.init=function(t,e){this.api=e,this._onBrush=$(this._onBrush,this),this._onBrushEnd=$(this._onBrushEnd,this)},e.prototype.render=function(e,n,i,r){if(t.prototype.render.apply(this,arguments),sx(this,"_dispatchZoomAction",e.get("throttle"),"fixRate"),this._orient=e.getOrient(),!1!==e.get("show")){if(e.noTarget())return this._clear(),void this.group.removeAll();r&&"dataZoom"===r.type&&r.from===this.uid||this._buildView(),this._updateView()}else this.group.removeAll()},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){lx(this,"_dispatchZoomAction");var t=this.api.getZr();t.off("mousemove",this._onBrush),t.off("mouseup",this._onBrushEnd)},e.prototype._buildView=function(){var t=this.group;t.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var e=this._displayables.sliderGroup=new Lo;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(e),this._positionGroup()},e.prototype._resetLocation=function(){var t=this.dataZoomModel,e=this.api,n=t.get("brushSelect"),i=n?BQ:0,r=this._findCoordRect(),o={width:e.getWidth(),height:e.getHeight()},a=this._orient===VQ?{right:o.width-r.x-r.width,top:o.height-zQ-EQ-i,width:r.width,height:zQ}:{right:EQ,top:r.y,width:zQ,height:r.height},s=tp(t.option);W(["right","top","width","height"],(function(t){"ph"===s[t]&&(s[t]=a[t])}));var l=Xd(s,o);this._location={x:l.x,y:l.y},this._size=[l.width,l.height],this._orient===FQ&&this._size.reverse()},e.prototype._positionGroup=function(){var t=this.group,e=this._location,n=this._orient,i=this.dataZoomModel.getFirstTargetAxisModel(),r=i&&i.get("inverse"),o=this._displayables.sliderGroup,a=(this._dataShadowInfo||{}).otherAxisInverse;o.attr(n!==VQ||r?n===VQ&&r?{scaleY:a?1:-1,scaleX:-1}:n!==FQ||r?{scaleY:a?-1:1,scaleX:-1,rotation:Math.PI/2}:{scaleY:a?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:a?1:-1,scaleX:1});var s=t.getBoundingRect([o]);t.x=e.x-s.x,t.y=e.y-s.y,t.markRedraw()},e.prototype._getViewExtent=function(){return[0,this._size[0]]},e.prototype._renderBackground=function(){var t=this.dataZoomModel,e=this._size,n=this._displayables.sliderGroup,i=t.get("brushSelect");n.add(new RQ({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var r=new RQ({shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:"transparent"},z2:0,onclick:$(this._onClickPanel,this)}),o=this.api.getZr();i?(r.on("mousedown",this._onBrushStart,this),r.cursor="crosshair",o.on("mousemove",this._onBrush),o.on("mouseup",this._onBrushEnd)):(o.off("mousemove",this._onBrush),o.off("mouseup",this._onBrushEnd)),n.add(r)},e.prototype._renderDataShadow=function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],t){var e=this._size,n=this._shadowSize||[],i=t.series,r=i.getRawData(),o=i.getShadowDim?i.getShadowDim():t.otherDim;if(null!=o){var a=this._shadowPolygonPts,s=this._shadowPolylinePts;if(r!==this._shadowData||o!==this._shadowDim||e[0]!==n[0]||e[1]!==n[1]){var l=r.getDataExtent(o),u=.3*(l[1]-l[0]);l=[l[0]-u,l[1]+u];var c,h=[0,e[1]],d=[0,e[0]],p=[[e[0],0],[0,0]],f=[],g=d[1]/(r.count()-1),v=0,y=Math.round(r.count()/e[0]);r.each([o],(function(t,e){if(y>0&&e%y)v+=g;else{var n=null==t||isNaN(t)||""===t,i=n?0:Go(t,l,h,!0);n&&!c&&e?(p.push([p[p.length-1][0],0]),f.push([f[f.length-1][0],0])):!n&&c&&(p.push([v,0]),f.push([v,0])),p.push([v,i]),f.push([v,i]),v+=g,c=n}})),a=this._shadowPolygonPts=p,s=this._shadowPolylinePts=f}this._shadowData=r,this._shadowDim=o,this._shadowSize=[e[0],e[1]];for(var m=this.dataZoomModel,x=0;x<3;x++){var _=b(1===x);this._displayables.sliderGroup.add(_),this._displayables.dataShadowSegs.push(_)}}}function b(t){var e=m.getModel(t?"selectedDataBackground":"dataBackground"),n=new Lo,i=new zy({shape:{points:a},segmentIgnoreThreshold:1,style:e.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),r=new Fy({shape:{points:s},segmentIgnoreThreshold:1,style:e.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(i),n.add(r),n}},e.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(!1!==e){var n,i=this.ecModel;return t.eachTargetAxis((function(r,o){var a=t.getAxisProxy(r,o).getTargetSeriesModels();W(a,(function(t){if(!n&&!(!0!==e&&V(GQ,t.get("type"))<0)){var a,s=i.getComponent(_Y(r),o).axis,l=UQ(r),u=t.coordinateSystem;null!=l&&u.getOtherAxis&&(a=u.getOtherAxis(s).inverse),l=t.getData().mapDimension(l),n={thisAxis:s,series:t,thisDim:r,otherDim:l,otherAxisInverse:a}}}),this)}),this),n}},e.prototype._renderHandle=function(){var t=this.group,e=this._displayables,n=e.handles=[null,null],i=e.handleLabels=[null,null],r=this._displayables.sliderGroup,o=this._size,a=this.dataZoomModel,s=this.api,l=a.get("borderRadius")||0,u=a.get("brushSelect"),c=e.filler=new RQ({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});r.add(c),r.add(new RQ({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:o[0],height:o[1],r:l},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:NQ,fill:"rgba(0,0,0,0)"}})),W([0,1],(function(e){var o=a.get("handleIcon");!p_[o]&&o.indexOf("path://")<0&&o.indexOf("image://")<0&&(o="path://"+o);var s=v_(o,-1,0,2,2,null,!0);s.attr({cursor:jQ(this._orient),draggable:!0,drift:$(this._onDragMove,this,e),ondragend:$(this._onDragEnd,this),onmouseover:$(this._showDataInfo,this,!0),onmouseout:$(this._showDataInfo,this,!1),z2:5});var l=s.getBoundingRect(),u=a.get("handleSize");this._handleHeight=Wo(u,this._size[1]),this._handleWidth=l.width/l.height*this._handleHeight,s.setStyle(a.getModel("handleStyle").getItemStyle()),s.style.strokeNoScale=!0,s.rectHover=!0,s.ensureState("emphasis").style=a.getModel(["emphasis","handleStyle"]).getItemStyle(),Oc(s);var c=a.get("handleColor");null!=c&&(s.style.fill=c),r.add(n[e]=s);var h=a.getModel("textStyle");t.add(i[e]=new Du({silent:!0,invisible:!0,style:uh(h,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:h.getTextColor(),font:h.getFont()}),z2:10}))}),this);var h=c;if(u){var d=Wo(a.get("moveHandleSize"),o[1]),p=e.moveHandle=new du({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:d}}),f=.8*d,g=e.moveHandleIcon=v_(a.get("moveHandleIcon"),-f/2,-f/2,f,f,"#fff",!0);g.silent=!0,g.y=o[1]+d/2-.5,p.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var v=Math.min(o[1]/2,Math.max(d,10));h=e.moveZone=new du({invisible:!0,shape:{y:o[1]-v,height:d+v}}),h.on("mouseover",(function(){s.enterEmphasis(p)})).on("mouseout",(function(){s.leaveEmphasis(p)})),r.add(p),r.add(g),r.add(h)}h.attr({draggable:!0,cursor:jQ(this._orient),drift:$(this._onDragMove,this,"all"),ondragstart:$(this._showDataInfo,this,!0),ondragend:$(this._onDragEnd,this),onmouseover:$(this._showDataInfo,this,!0),onmouseout:$(this._showDataInfo,this,!1)})},e.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[Go(t[0],[0,100],e,!0),Go(t[1],[0,100],e,!0)]},e.prototype._updateInterval=function(t,e){var n=this.dataZoomModel,i=this._handleEnds,r=this._getViewExtent(),o=n.findRepresentativeAxisProxy().getMinMaxSpan(),a=[0,100];rV(e,i,r,n.get("zoomLock")?"all":t,null!=o.minSpan?Go(o.minSpan,a,r,!0):null,null!=o.maxSpan?Go(o.maxSpan,a,r,!0):null);var s=this._range,l=this._range=Uo([Go(i[0],r,a,!0),Go(i[1],r,a,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},e.prototype._updateView=function(t){var e=this._displayables,n=this._handleEnds,i=Uo(n.slice()),r=this._size;W([0,1],(function(t){var i=e.handles[t],o=this._handleHeight;i.attr({scaleX:o/2,scaleY:o/2,x:n[t]+(t?-1:1),y:r[1]/2-o/2})}),this),e.filler.setShape({x:i[0],y:0,width:i[1]-i[0],height:r[1]});var o={x:i[0],width:i[1]-i[0]};e.moveHandle&&(e.moveHandle.setShape(o),e.moveZone.setShape(o),e.moveZone.getBoundingRect(),e.moveHandleIcon&&e.moveHandleIcon.attr("x",o.x+o.width/2));for(var a=e.dataShadowSegs,s=[0,i[0],i[1],r[0]],l=0;le[0]||n[1]<0||n[1]>e[1])){var i=this._handleEnds,r=(i[0]+i[1])/2,o=this._updateInterval("all",n[0]-r);this._updateView(),o&&this._dispatchZoomAction(!1)}},e.prototype._onBrushStart=function(t){var e=t.offsetX,n=t.offsetY;this._brushStart=new Xr(e,n),this._brushing=!0,this._brushStartTime=+new Date},e.prototype._onBrushEnd=function(t){if(this._brushing){var e=this._displayables.brushRect;if(this._brushing=!1,e){e.attr("ignore",!0);var n=e.shape,i=+new Date;if(!(i-this._brushStartTime<200&&Math.abs(n.width)<5)){var r=this._getViewExtent(),o=[0,100];this._range=Uo([Go(n.x,r,o,!0),Go(n.x+n.width,r,o,!0)]),this._handleEnds=[n.x,n.x+n.width],this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(be(t.event),this._updateBrushRect(t.offsetX,t.offsetY))},e.prototype._updateBrushRect=function(t,e){var n=this._displayables,i=this.dataZoomModel,r=n.brushRect;r||(r=n.brushRect=new RQ({silent:!0,style:i.getModel("brushStyle").getItemStyle()}),n.sliderGroup.add(r)),r.attr("ignore",!1);var o=this._brushStart,a=this._displayables.sliderGroup,s=a.transformCoordToLocal(t,e),l=a.transformCoordToLocal(o.x,o.y),u=this._size;s[0]=Math.max(Math.min(u[0],s[0]),0),r.setShape({x:l[0],y:0,width:s[0]-l[0],height:u[1]})},e.prototype._dispatchZoomAction=function(t){var e=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:t?WQ:null,start:e[0],end:e[1]})},e.prototype._findCoordRect=function(){var t,e=wY(this.dataZoomModel).infoList;if(!t&&e.length){var n=e[0].model.coordinateSystem;t=n.getRect&&n.getRect()}if(!t){var i=this.api.getWidth(),r=this.api.getHeight();t={x:.2*i,y:.2*r,width:.6*i,height:.6*r}}return t},e.type="dataZoom.slider",e}(DY);function UQ(t){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[t]}function jQ(t){return"vertical"===t?"ns-resize":"ew-resize"}const ZQ=qQ;function YQ(t){t.registerComponentModel(OQ),t.registerComponentView(ZQ),GY(t)}function XQ(t){jw(LQ),jw(YQ)}var $Q={get:function(t,e,n){var i=R((KQ[t]||{})[e]);return n&&J(i)?i[i.length-1]:i}},KQ={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]}};const JQ=$Q;var QQ=pN.mapVisual,t0=pN.eachVisual,e0=J,n0=W,i0=Uo,r0=Go,o0=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.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 o(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.optionUpdated=function(t,e){var n=this.option;!e&&W$(n,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},e.prototype.resetVisual=function(t){var e=this.stateList;t=$(t,this),this.controllerVisuals=G$(this.option.controller,e,t),this.targetVisuals=G$(this.option.target,e,t)},e.prototype.getItemSymbol=function(){return null},e.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesIndex,e=[];return null==t||"all"===t?this.ecModel.eachSeries((function(t,n){e.push(n)})):e=ga(t),e},e.prototype.eachTargetSeries=function(t,e){W(this.getTargetSeriesIndices(),(function(n){var i=this.ecModel.getSeriesByIndex(n);i&&t.call(e,i)}),this)},e.prototype.isTargetSeries=function(t){var e=!1;return this.eachTargetSeries((function(n){n===t&&(e=!0)})),e},e.prototype.formatValueText=function(t,e,n){var i,r=this.option,o=r.precision,a=this.dataBound,s=r.formatter;n=n||["<",">"],J(t)&&(t=t.slice(),i=!0);var l=e?t:i?[u(t[0]),u(t[1])]:u(t);return tt(s)?s.replace("{value}",i?l[0]:l).replace("{value2}",i?l[1]:l):Q(s)?i?s(t[0],t[1]):s(t):i?t[0]===a[0]?n[0]+" "+l[1]:t[1]===a[1]?n[1]+" "+l[0]:l[0]+" - "+l[1]:l;function u(t){return t===a[0]?"min":t===a[1]?"max":(+t).toFixed(Math.min(o,20))}},e.prototype.resetExtent=function(){var t=this.option,e=i0([t.min,t.max]);this._dataExtent=e},e.prototype.getDataDimensionIndex=function(t){var e=this.option.dimension;if(null!=e)return t.getDimensionIndex(e);for(var n=t.dimensions,i=n.length-1;i>=0;i--){var r=n[i],o=t.getDimensionInfo(r);if(!o.isCalculationCoord)return o.storeDimIndex}},e.prototype.getExtent=function(){return this._dataExtent.slice()},e.prototype.completeVisualOption=function(){var t=this.ecModel,e=this.option,n={inRange:e.inRange,outOfRange:e.outOfRange},i=e.target||(e.target={}),r=e.controller||(e.controller={});E(i,n),E(r,n);var o=this.isCategory();function a(n){e0(e.color)&&!n.inRange&&(n.inRange={color:e.color.slice().reverse()}),n.inRange=n.inRange||{color:t.get("gradientColor")}}function s(t,e,n){var i=t[e],r=t[n];i&&!r&&(r=t[n]={},n0(i,(function(t,e){if(pN.isValidType(e)){var n=JQ.get(e,"inactive",o);null!=n&&(r[e]=n,"color"!==e||r.hasOwnProperty("opacity")||r.hasOwnProperty("colorAlpha")||(r.opacity=[0,0]))}})))}function l(t){var e=(t.inRange||{}).symbol||(t.outOfRange||{}).symbol,n=(t.inRange||{}).symbolSize||(t.outOfRange||{}).symbolSize,i=this.get("inactiveColor"),r=this.getItemSymbol(),a=r||"roundRect";n0(this.stateList,(function(r){var s=this.itemSize,l=t[r];l||(l=t[r]={color:o?i:[i]}),null==l.symbol&&(l.symbol=e&&R(e)||(o?a:[a])),null==l.symbolSize&&(l.symbolSize=n&&R(n)||(o?s[0]:[s[0],s[0]])),l.symbol=QQ(l.symbol,(function(t){return"none"===t?a:t}));var u=l.symbolSize;if(null!=u){var c=-1/0;t0(u,(function(t){t>c&&(c=t)})),l.symbolSize=QQ(u,(function(t){return r0(t,[0,c],[0,s[0]],!0)}))}}),this)}a.call(this,i),a.call(this,r),s.call(this,i,"inRange","outOfRange"),l.call(this,r)},e.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},e.prototype.isCategory=function(){return!!this.option.categories},e.prototype.setSelected=function(t){},e.prototype.getSelected=function(){return null},e.prototype.getValueState=function(t){return null},e.prototype.getVisualMeta=function(t){return null},e.type="visualMap",e.dependencies=["series"],e.defaultOption={show:!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"}},e}(op);const a0=o0;var s0=[20,140],l0=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual((function(t){t.mappingMethod="linear",t.dataExtent=this.getExtent()})),this._resetRange()},e.prototype.resetItemSize=function(){t.prototype.resetItemSize.apply(this,arguments);var e=this.itemSize;(null==e[0]||isNaN(e[0]))&&(e[0]=s0[0]),(null==e[1]||isNaN(e[1]))&&(e[1]=s0[1])},e.prototype._resetRange=function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):J(e)&&(e[0]>e[1]&&e.reverse(),e[0]=Math.max(e[0],t[0]),e[1]=Math.min(e[1],t[1]))},e.prototype.completeVisualOption=function(){t.prototype.completeVisualOption.apply(this,arguments),W(this.stateList,(function(t){var e=this.option.controller[t].symbolSize;e&&e[0]!==e[1]&&(e[0]=e[1]/3)}),this)},e.prototype.setSelected=function(t){this.option.range=t.slice(),this._resetRange()},e.prototype.getSelected=function(){var t=this.getExtent(),e=Uo((this.get("range")||[]).slice());return e[0]>t[1]&&(e[0]=t[1]),e[1]>t[1]&&(e[1]=t[1]),e[0]=n[1]||t<=e[1])?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var e=[];return this.eachTargetSeries((function(n){var i=[],r=n.getData();r.each(this.getDataDimensionIndex(r),(function(e,n){t[0]<=e&&e<=t[1]&&i.push(n)}),this),e.push({seriesId:n.id,dataIndex:i})}),this),e},e.prototype.getVisualMeta=function(t){var e=u0(this,"outOfRange",this.getExtent()),n=u0(this,"inRange",this.option.range.slice()),i=[];function r(e,n){i.push({value:e,color:t(e,n)})}for(var o=0,a=0,s=n.length,l=e.length;at[1])break;i.push({color:this.getControllerVisual(a,"color",e),offset:o/n})}return i.push({color:this.getControllerVisual(t[1],"color",e),offset:1}),i},e.prototype._createBarPoints=function(t,e){var n=this.visualMapModel.itemSize;return[[n[0]-e[0],t[0]],[n[0],t[0]],[n[0],t[1]],[n[0]-e[1],t[1]]]},e.prototype._createBarGroup=function(t){var e=this._orient,n=this.visualMapModel.get("inverse");return new Lo("horizontal"!==e||n?"horizontal"===e&&n?{scaleX:"bottom"===t?-1:1,rotation:-Math.PI/2}:"vertical"!==e||n?{scaleX:"left"===t?1:-1}:{scaleX:"left"===t?1:-1,scaleY:-1}:{scaleX:"bottom"===t?1:-1,rotation:Math.PI/2})},e.prototype._updateHandle=function(t,e){if(this._useHandle){var n=this._shapes,i=this.visualMapModel,r=n.handleThumbs,o=n.handleLabels,a=i.itemSize,s=i.getExtent();y0([0,1],(function(l){var u=r[l];u.setStyle("fill",e.handlesColor[l]),u.y=t[l];var c=v0(t[l],[0,a[1]],s,!0),h=this.getControllerVisual(c,"symbolSize");u.scaleX=u.scaleY=h/a[0],u.x=a[0]-h/2;var d=Om(n.handleLabelPoints[l],Pm(u,this.group));o[l].setStyle({x:d[0],y:d[1],text:i.formatValueText(this._dataInterval[l]),verticalAlign:"middle",align:"vertical"===this._orient?this._applyTransform("left",n.mainGroup):"center"})}),this)}},e.prototype._showIndicator=function(t,e,n,i){var r=this.visualMapModel,o=r.getExtent(),a=r.itemSize,s=[0,a[1]],l=this._shapes,u=l.indicator;if(u){u.attr("invisible",!1);var c={convertOpacityToAlpha:!0},h=this.getControllerVisual(t,"color",c),d=this.getControllerVisual(t,"symbolSize"),p=v0(t,o,s,!0),f=a[0]-d/2,g={x:u.x,y:u.y};u.y=p,u.x=f;var v=Om(l.indicatorLabelPoint,Pm(u,this.group)),y=l.indicatorLabel;y.attr("invisible",!1);var m=this._applyTransform("left",l.mainGroup),x=this._orient,_="horizontal"===x;y.setStyle({text:(n||"")+r.formatValueText(e),verticalAlign:_?m:"middle",align:_?"center":m});var b={x:f,y:p,style:{fill:h}},w={style:{x:v[0],y:v[1]}};if(r.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var S={duration:100,easing:"cubicInOut",additive:!0};u.x=g.x,u.y=g.y,u.animateTo(b,S),y.animateTo(w,S)}else u.attr(b),y.attr(w);this._firstShowIndicator=!1;var M=this._shapes.handleLabels;if(M)for(var I=0;Ir[1]&&(u[1]=1/0),e&&(u[0]===-1/0?this._showIndicator(l,u[1],"< ",a):u[1]===1/0?this._showIndicator(l,u[0],"> ",a):this._showIndicator(l,l,"≈ ",a));var c=this._hoverLinkDataIndices,h=[];(e||I0(n))&&(h=this._hoverLinkDataIndices=n.findTargetDataIndices(u));var d=Ea(c,h);this._dispatchHighDown("downplay",g0(d[0],n)),this._dispatchHighDown("highlight",g0(d[1],n))}},e.prototype._hoverLinkFromSeriesMouseOver=function(t){var e=t.target,n=this.visualMapModel;if(e&&null!=Lu(e).dataIndex){var i=Lu(e),r=this.ecModel.getSeriesByIndex(i.seriesIndex);if(n.isTargetSeries(r)){var o=r.getData(i.dataType),a=o.getStore().get(n.getDataDimensionIndex(o),i.dataIndex);isNaN(a)||this._showIndicator(a,a)}}},e.prototype._hideIndicator=function(){var t=this._shapes;t.indicator&&t.indicator.attr("invisible",!0),t.indicatorLabel&&t.indicatorLabel.attr("invisible",!0);var e=this._shapes.handleLabels;if(e)for(var n=0;n=0&&(r.dimension=o,i.push(r))}})),t.getData().setVisual("visualMeta",i)}}];function L0(t,e,n,i){for(var r=e.targetVisuals[i],o=pN.prepareVisualTypes(r),a={color:Kx(t.getData(),"color")},s=0,l=o.length;s0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"})),t.registerAction(A0,k0),W(D0,(function(e){t.registerVisual(t.PRIORITY.VISUAL.COMPONENT,e)})),t.registerPreprocessor(O0))}function z0(t){t.registerComponentModel(c0),t.registerComponentView(C0),N0(t)}var B0=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._pieceList=[],n}return o(e,t),e.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var i=this._mode=this._determineMode();this._pieceList=[],V0[this._mode].call(this,this._pieceList),this._resetSelected(e,n);var r=this.option.categories;this.resetVisual((function(t,e){"categories"===i?(t.mappingMethod="category",t.categories=R(r)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=q(this._pieceList,(function(t){return t=R(t),"inRange"!==e&&(t.visual=null),t})))}))},e.prototype.completeVisualOption=function(){var e=this.option,n={},i=pN.listVisualTypes(),r=this.isCategory();function o(t,e,n){return t&&t[e]&&t[e].hasOwnProperty(n)}W(e.pieces,(function(t){W(i,(function(e){t.hasOwnProperty(e)&&(n[e]=1)}))})),W(n,(function(t,n){var i=!1;W(this.stateList,(function(t){i=i||o(e,t,n)||o(e.target,t,n)}),this),!i&&W(this.stateList,(function(t){(e[t]||(e[t]={}))[n]=JQ.get(n,"inRange"===t?"active":"inactive",r)}))}),this),t.prototype.completeVisualOption.apply(this,arguments)},e.prototype._resetSelected=function(t,e){var n=this.option,i=this._pieceList,r=(e?n:t).selected||{};if(n.selected=r,W(i,(function(t,e){var n=this.getSelectedMapKey(t);r.hasOwnProperty(n)||(r[n]=!0)}),this),"single"===n.selectedMode){var o=!1;W(i,(function(t,e){var n=this.getSelectedMapKey(t);r[n]&&(o?r[n]=!1:o=!0)}),this)}},e.prototype.getItemSymbol=function(){return this.get("itemSymbol")},e.prototype.getSelectedMapKey=function(t){return"categories"===this._mode?t.value+"":t.index+""},e.prototype.getPieceList=function(){return this._pieceList},e.prototype._determineMode=function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},e.prototype.setSelected=function(t){this.option.selected=R(t)},e.prototype.getValueState=function(t){var e=pN.findPieceIndex(t,this._pieceList);return null!=e&&this.option.selected[this.getSelectedMapKey(this._pieceList[e])]?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var e=[],n=this._pieceList;return this.eachTargetSeries((function(i){var r=[],o=i.getData();o.each(this.getDataDimensionIndex(o),(function(e,i){var o=pN.findPieceIndex(e,n);o===t&&r.push(i)}),this),e.push({seriesId:i.id,dataIndex:r})}),this),e},e.prototype.getRepresentValue=function(t){var e;if(this.isCategory())e=t.value;else if(null!=t.value)e=t.value;else{var n=t.interval||[];e=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return e},e.prototype.getVisualMeta=function(t){if(!this.isCategory()){var e=[],n=["",""],i=this,r=this._pieceList.slice();if(r.length){var o=r[0].interval[0];o!==-1/0&&r.unshift({interval:[-1/0,o]}),o=r[r.length-1].interval[1],o!==1/0&&r.push({interval:[o,1/0]})}else r.push({interval:[-1/0,1/0]});var a=-1/0;return W(r,(function(t){var e=t.interval;e&&(e[0]>a&&s([a,e[0]],"outOfRange"),s(e.slice()),a=e[1])}),this),{stops:e,outerColors:n}}function s(r,o){var a=i.getRepresentValue({interval:r});o||(o=i.getValueState(a));var s=t(a,o);r[0]===-1/0?n[0]=s:r[1]===1/0?n[1]=s:e.push({value:r[0],color:s},{value:r[1],color:s})}},e.type="visualMap.piecewise",e.defaultOption=Bh(a0.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}),e}(a0),V0={splitNumber:function(t){var e=this.option,n=Math.min(e.precision,20),i=this.getExtent(),r=e.splitNumber;r=Math.max(parseInt(r,10),1),e.splitNumber=r;var o=(i[1]-i[0])/r;while(+o.toFixed(n)!==o&&n<5)n++;e.precision=n,o=+o.toFixed(n),e.minOpen&&t.push({interval:[-1/0,i[0]],close:[0,0]});for(var a=0,s=i[0];a","≥"][e[0]]];t.text=t.text||this.formatValueText(null!=t.value?t.value:t.interval,!1,n)}),this)}};function F0(t,e){var n=t.inverse;("vertical"===t.orient?!n:n)&&e.reverse()}const H0=B0;var G0=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return o(e,t),e.prototype.doRender=function(){var t=this.group;t.removeAll();var e=this.visualMapModel,n=e.get("textGap"),i=e.textStyleModel,r=i.getFont(),o=i.getTextColor(),a=this._getItemAlign(),s=e.itemSize,l=this._getViewData(),u=l.endsText,c=ht(e.get("showLabel",!0),!u);u&&this._renderEndsText(t,u[0],s,c,a),W(l.viewPieceList,(function(i){var l=i.piece,u=new Lo;u.onclick=$(this._onItemClick,this,l),this._enableHoverLink(u,i.indexInModelPieceList);var h=e.getRepresentValue(l);if(this._createItemSymbol(u,h,[0,0,s[0],s[1]]),c){var d=this.visualMapModel.getValueState(h);u.add(new Du({style:{x:"right"===a?-n:s[0]+n,y:s[1]/2,text:l.text,verticalAlign:"middle",align:a,font:r,fill:o,opacity:"outOfRange"===d?.5:1}}))}t.add(u)}),this),u&&this._renderEndsText(t,u[1],s,c,a),Zd(e.get("orient"),t,e.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},e.prototype._enableHoverLink=function(t,e){var n=this;t.on("mouseover",(function(){return i("highlight")})).on("mouseout",(function(){return i("downplay")}));var i=function(t){var i=n.visualMapModel;i.option.hoverLink&&n.api.dispatchAction({type:t,batch:g0(i.findTargetDataIndices(e),i)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return f0(t,this.api,t.itemSize);var n=e.align;return n&&"auto"!==n||(n="left"),n},e.prototype._renderEndsText=function(t,e,n,i,r){if(e){var o=new Lo,a=this.visualMapModel.textStyleModel;o.add(new Du({style:uh(a,{x:i?"right"===r?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:i?r:"center",text:e})})),t.add(o)}},e.prototype._getViewData=function(){var t=this.visualMapModel,e=q(t.getPieceList(),(function(t,e){return{piece:t,indexInModelPieceList:e}})),n=t.get("text"),i=t.get("orient"),r=t.get("inverse");return("horizontal"===i?r:!r)?e.reverse():n&&(n=n.slice().reverse()),{viewPieceList:e,endsText:n}},e.prototype._createItemSymbol=function(t,e,n){t.add(v_(this.getControllerVisual(e,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(e,"color")))},e.prototype._onItemClick=function(t){var e=this.visualMapModel,n=e.option,i=n.selectedMode;if(i){var r=R(n.selected),o=e.getSelectedMapKey(t);"single"===i||!0===i?(r[o]=!0,W(r,(function(t,e){r[e]=e===o}))):r[o]=!r[o],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:r})}},e.type="visualMap.piecewise",e}(d0);const W0=G0;function q0(t){t.registerComponentModel(H0),t.registerComponentView(W0),N0(t)}function U0(t){jw(z0),jw(q0)}var j0={label:{enabled:!0},decal:{show:!1}},Z0=za(),Y0={};function X0(t,e){var n=t.getModel("aria");if(n.get("enabled")){var i=R(j0);E(i.label,t.getLocaleModel().get("aria"),!1),E(n.option,i,!1),r(),o()}function r(){var e=n.getModel("decal"),i=e.get("show");if(i){var r=wt();t.eachSeries((function(t){if(!t.isColorBySeries()){var e=r.get(t.type);e||(e={},r.set(t.type,e)),Z0(t).scope=e}})),t.eachRawSeries((function(e){if(!t.isSeriesFiltered(e))if(Q(e.enableAriaDecal))e.enableAriaDecal();else{var n=e.getData();if(e.isColorBySeries()){var i=Np(e.ecModel,e.name,Y0,t.getSeriesCount()),r=n.getVisual("decal");n.setVisual("decal",u(r,i))}else{var o=e.getRawData(),a={},s=Z0(e).scope;n.each((function(t){var e=n.getRawIndex(t);a[e]=t}));var l=o.count();o.each((function(t){var i=a[t],r=o.getName(t)||t+"",c=Np(e.ecModel,r,s,l),h=n.getItemVisual(i,"decal");n.setItemVisual(i,"decal",u(h,c))}))}}function u(t,e){var n=t?z(z({},e),t):e;return n.dirty=!0,n}}))}}function o(){var i=t.getLocaleModel().get("aria"),r=n.getModel("label");if(r.option=B(r.option,i),r.get("enabled")){var o=e.getZr().dom;if(r.get("description"))o.setAttribute("aria-label",r.get("description"));else{var u,c=t.getSeriesCount(),h=r.get(["data","maxCount"])||10,d=r.get(["series","maxCount"])||10,p=Math.min(c,d);if(!(c<1)){var f=s();if(f){var g=r.get(["general","withTitle"]);u=a(g,{title:f})}else u=r.get(["general","withoutTitle"]);var v=[],y=c>1?r.get(["series","multiple","prefix"]):r.get(["series","single","prefix"]);u+=a(y,{seriesCount:c}),t.eachSeries((function(t,e){if(e1?r.get(["series","multiple",o]):r.get(["series","single",o]),n=a(n,{seriesId:t.seriesIndex,seriesName:t.get("name"),seriesType:l(t.subType)});var s=t.getData();if(s.count()>h){var u=r.get(["data","partialData"]);n+=a(u,{displayCnt:h})}else n+=r.get(["data","allData"]);for(var d=r.get(["data","separator","middle"]),f=r.get(["data","separator","end"]),g=[],y=0;y":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},Q0=function(){function t(t){var e=this._condVal=tt(t)?new RegExp(t):ut(t)?t:null;if(null==e){var n="";0,vg(n)}}return t.prototype.evaluate=function(t){var e=typeof t;return tt(e)?this._condVal.test(t):!!nt(e)&&this._condVal.test(t+"")},t}(),t1=function(){function t(){}return t.prototype.evaluate=function(){return this.value},t}(),e1=function(){function t(){}return t.prototype.evaluate=function(){for(var t=this.children,e=0;e2&&l.push(e),e=[t,n]}function f(t,n,i,r){x1(t,i)&&x1(n,r)||e.push(t,n,i,r,i,r)}function g(t,n,i,r,o,a){var s=Math.abs(n-t),l=4*Math.tan(s/4)/3,u=nM:C2&&l.push(e),l}function b1(t,e,n,i,r,o,a,s,l,u){if(x1(t,n)&&x1(e,i)&&x1(r,a)&&x1(o,s))l.push(a,s);else{var c=2/u,h=c*c,d=a-t,p=s-e,f=Math.sqrt(d*d+p*p);d/=f,p/=f;var g=n-t,v=i-e,y=r-a,m=o-s,x=g*g+v*v,_=y*y+m*m;if(x=0&&M=0)l.push(a,s);else{var I=[],T=[];bn(t,n,r,a,.5,I),bn(e,i,o,s,.5,T),b1(I[0],T[0],I[1],T[1],I[2],T[2],I[3],T[3],l,u),b1(I[4],T[4],I[5],T[5],I[6],T[6],I[7],T[7],l,u)}}}}function w1(t,e){var n=_1(t),i=[];e=e||1;for(var r=0;r0)for(u=0;uMath.abs(u),h=S1([l,u],c?0:1,e),d=(c?s:u)/h.length,p=0;pr,a=S1([i,r],o?0:1,e),s=o?"width":"height",l=o?"height":"width",u=o?"x":"y",c=o?"y":"x",h=t[s]/a.length,d=0;d1?null:new Xr(g*l+t,g*u+e)}function A1(t,e,n){var i=new Xr;Xr.sub(i,n,e),i.normalize();var r=new Xr;Xr.sub(r,t,e);var o=r.dot(i);return o}function k1(t,e){var n=t[t.length-1];n&&n[0]===e[0]&&n[1]===e[1]||t.push(e)}function D1(t,e,n){for(var i=t.length,r=[],o=0;oa?(u.x=c.x=s+o/2,u.y=l,c.y=l+a):(u.y=c.y=l+a/2,u.x=s,c.x=s+o),D1(e,u,c)}function P1(t,e,n,i){if(1===n)i.push(e);else{var r=Math.floor(n/2),o=t(e);P1(t,o[0],r,i),P1(t,o[1],n-r,i)}return i}function O1(t,e){for(var n=[],i=0;i0)for(var b=i/n,w=-i/2;w<=i/2;w+=b){var S=Math.sin(w),M=Math.cos(w),I=0;for(x=0;x0;u/=2){var c=0,h=0;(t&u)>0&&(c=1),(e&u)>0&&(h=1),l+=u*u*(3*c^h),0===h&&(1===c&&(t=u-1-t,e=u-1-e),s=t,t=e,e=s)}return l}function J1(t){var e=1/0,n=1/0,i=-1/0,r=-1/0,o=q(t,(function(t){var o=t.getBoundingRect(),a=t.getComputedTransform(),s=o.x+o.width/2+(a?a[4]:0),l=o.y+o.height/2+(a?a[5]:0);return e=Math.min(s,e),n=Math.min(l,n),i=Math.max(s,i),r=Math.max(l,r),[s,l]})),a=q(o,(function(o,a){return{cp:o,z:K1(o[0],o[1],e,n,i,r),path:t[a]}}));return a.sort((function(t,e){return t.z-e.z})).map((function(t){return t.path}))}function Q1(t){return N1(t.path,t.count)}function t2(){return{fromIndividuals:[],toIndividuals:[],count:0}}function e2(t,e,n){var i=[];function r(t){for(var e=0;e=0;r--)if(!n[r].many.length){var l=n[s].many;if(l.length<=1){if(!s)return n;s=0}o=l.length;var u=Math.ceil(o/2);n[r].many=l.slice(u,o),n[s].many=l.slice(0,u),s++}return n}var o2={clone:function(t){for(var e=[],n=1-Math.pow(1-t.path.style.opacity,1/t.count),i=0;i0){var s,l,u=i.getModel("universalTransition").get("delay"),c=Object.assign({setToFinal:!0},a);i2(t)&&(s=t,l=e),i2(e)&&(s=e,l=t);for(var h=s?s===t:t.length>e.length,d=s?r2(l,s):r2(h?e:t,[h?t:e]),p=0,f=0;fl2))for(var i=n.getIndices(),r=c2(n),o=0;o0&&r.group.traverse((function(t){t instanceof Xl&&!t.animators.length&&t.animateFrom({style:{opacity:0}},o)}))}))}function m2(t){var e=t.getModel("universalTransition").get("seriesKey");return e||t.id}function x2(t){return J(t)?t.sort().join(","):t}function _2(t){if(t.hostModel)return t.hostModel.getModel("universalTransition").get("divideShape")}function b2(t,e){var n=wt(),i=wt(),r=wt();return W(t.oldSeries,(function(e,n){var o=t.oldData[n],a=m2(e),s=x2(a);i.set(s,o),J(a)&&W(a,(function(t){r.set(t,{data:o,key:s})}))})),W(e.updatedSeries,(function(t){if(t.isUniversalTransitionEnabled()&&t.isAnimationEnabled()){var e=t.getData(),o=m2(t),a=x2(o),s=i.get(a);if(s)n.set(a,{oldSeries:[{divide:_2(s),data:s}],newSeries:[{divide:_2(e),data:e}]});else if(J(o)){0;var l=[];W(o,(function(t){var e=i.get(t);e&&l.push({divide:_2(e),data:e})})),l.length&&n.set(a,{oldSeries:l,newSeries:[{data:e,divide:_2(e)}]})}else{var u=r.get(o);if(u){var c=n.get(u.key);c||(c={oldSeries:[{data:u.data,divide:_2(u.data)}],newSeries:[]},n.set(u.key,c)),c.newSeries.push({data:e,divide:_2(e)})}}}})),n}function w2(t,e){for(var n=0;n=0&&r.push({data:e.oldData[n],divide:_2(e.oldData[n]),dim:t.dimension})})),W(ga(t.to),(function(t){var e=w2(n.updatedSeries,t);if(e>=0){var i=n.updatedSeries[e].getData();o.push({data:i,divide:_2(i),dim:t.dimension})}})),r.length>0&&o.length>0&&y2(r,o,i)}function M2(t){t.registerUpdateLifecycle("series:beforeupdate",(function(t,e,n){W(ga(n.seriesTransition),(function(t){W(ga(t.to),(function(t){for(var e=n.updatedSeries,i=0;i{"use strict";e.Z=(t,e)=>{const n=t.__vccOpts||t;for(const[i,r]of e)n[i]=r;return n}},3340:(t,e,n)=>{"use strict";function i(t){return t}n.d(e,{BC:()=>i})},8339:(t,e,n)=>{"use strict";n.d(e,{p7:()=>ne,r5:()=>F});var i=n(3673),r=n(1959); +/*! + * vue-router v4.1.3 + * (c) 2022 Eduardo San Martin Morote + * @license MIT + */ +const o="undefined"!==typeof window;function a(t){return t.__esModule||"Module"===t[Symbol.toStringTag]}const s=Object.assign;function l(t,e){const n={};for(const i in e){const r=e[i];n[i]=c(r)?r.map(t):t(r)}return n}const u=()=>{},c=Array.isArray;const h=/\/$/,d=t=>t.replace(h,"");function p(t,e,n="/"){let i,r={},o="",a="";const s=e.indexOf("#");let l=e.indexOf("?");return s=0&&(l=-1),l>-1&&(i=e.slice(0,l),o=e.slice(l+1,s>-1?s:e.length),r=t(o)),s>-1&&(i=i||e.slice(0,s),a=e.slice(s,e.length)),i=b(null!=i?i:e,n),{fullPath:i+(o&&"?")+o+a,path:i,query:r,hash:a}}function f(t,e){const n=e.query?t(e.query):"";return e.path+(n&&"?")+n+(e.hash||"")}function g(t,e){return e&&t.toLowerCase().startsWith(e.toLowerCase())?t.slice(e.length)||"/":t}function v(t,e,n){const i=e.matched.length-1,r=n.matched.length-1;return i>-1&&i===r&&y(e.matched[i],n.matched[r])&&m(e.params,n.params)&&t(e.query)===t(n.query)&&e.hash===n.hash}function y(t,e){return(t.aliasOf||t)===(e.aliasOf||e)}function m(t,e){if(Object.keys(t).length!==Object.keys(e).length)return!1;for(const n in t)if(!x(t[n],e[n]))return!1;return!0}function x(t,e){return c(t)?_(t,e):c(e)?_(e,t):t===e}function _(t,e){return c(e)?t.length===e.length&&t.every(((t,n)=>t===e[n])):1===t.length&&t[0]===e}function b(t,e){if(t.startsWith("/"))return t;if(!t)return e;const n=e.split("/"),i=t.split("/");let r,o,a=n.length-1;for(r=0;r1&&a--}return n.slice(0,a).join("/")+"/"+i.slice(r-(r===i.length?1:0)).join("/")}var w,S;(function(t){t["pop"]="pop",t["push"]="push"})(w||(w={})),function(t){t["back"]="back",t["forward"]="forward",t["unknown"]=""}(S||(S={}));function M(t){if(!t)if(o){const e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^\w+:\/\/[^\/]+/,"")}else t="/";return"/"!==t[0]&&"#"!==t[0]&&(t="/"+t),d(t)}const I=/^[^#]+#/;function T(t,e){return t.replace(I,"#")+e}function C(t,e){const n=document.documentElement.getBoundingClientRect(),i=t.getBoundingClientRect();return{behavior:e.behavior,left:i.left-n.left-(e.left||0),top:i.top-n.top-(e.top||0)}}const A=()=>({left:window.pageXOffset,top:window.pageYOffset});function k(t){let e;if("el"in t){const n=t.el,i="string"===typeof n&&n.startsWith("#");0;const r="string"===typeof n?i?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;e=C(r,t)}else e=t;"scrollBehavior"in document.documentElement.style?window.scrollTo(e):window.scrollTo(null!=e.left?e.left:window.pageXOffset,null!=e.top?e.top:window.pageYOffset)}function D(t,e){const n=history.state?history.state.position-e:-1;return n+t}const L=new Map;function P(t,e){L.set(t,e)}function O(t){const e=L.get(t);return L.delete(t),e}let R=()=>location.protocol+"//"+location.host;function E(t,e){const{pathname:n,search:i,hash:r}=e,o=t.indexOf("#");if(o>-1){let e=r.includes(t.slice(o))?t.slice(o).length:1,n=r.slice(e);return"/"!==n[0]&&(n="/"+n),g(n,"")}const a=g(n,t);return a+i+r}function N(t,e,n,i){let r=[],o=[],a=null;const l=({state:o})=>{const s=E(t,location),l=n.value,u=e.value;let c=0;if(o){if(n.value=s,e.value=o,a&&a===l)return void(a=null);c=u?o.position-u.position:0}else i(s);r.forEach((t=>{t(n.value,l,{delta:c,type:w.pop,direction:c?c>0?S.forward:S.back:S.unknown})}))};function u(){a=n.value}function c(t){r.push(t);const e=()=>{const e=r.indexOf(t);e>-1&&r.splice(e,1)};return o.push(e),e}function h(){const{history:t}=window;t.state&&t.replaceState(s({},t.state,{scroll:A()}),"")}function d(){for(const t of o)t();o=[],window.removeEventListener("popstate",l),window.removeEventListener("beforeunload",h)}return window.addEventListener("popstate",l),window.addEventListener("beforeunload",h),{pauseListeners:u,listen:c,destroy:d}}function z(t,e,n,i=!1,r=!1){return{back:t,current:e,forward:n,replaced:i,position:window.history.length,scroll:r?A():null}}function B(t){const{history:e,location:n}=window,i={value:E(t,n)},r={value:e.state};function o(i,o,a){const s=t.indexOf("#"),l=s>-1?(n.host&&document.querySelector("base")?t:t.slice(s))+i:R()+t+i;try{e[a?"replaceState":"pushState"](o,"",l),r.value=o}catch(u){console.error(u),n[a?"replace":"assign"](l)}}function a(t,n){const a=s({},e.state,z(r.value.back,t,r.value.forward,!0),n,{position:r.value.position});o(t,a,!0),i.value=t}function l(t,n){const a=s({},r.value,e.state,{forward:t,scroll:A()});o(a.current,a,!0);const l=s({},z(i.value,t,null),{position:a.position+1},n);o(t,l,!1),i.value=t}return r.value||o(i.value,{back:null,current:i.value,forward:null,position:e.length-1,replaced:!0,scroll:null},!0),{location:i,state:r,push:l,replace:a}}function V(t){t=M(t);const e=B(t),n=N(t,e.state,e.location,e.replace);function i(t,e=!0){e||n.pauseListeners(),history.go(t)}const r=s({location:"",base:t,go:i,createHref:T.bind(null,t)},e,n);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>e.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>e.state.value}),r}function F(t){return t=location.host?t||location.pathname+location.search:"",t.includes("#")||(t+="#"),V(t)}function H(t){return"string"===typeof t||t&&"object"===typeof t}function G(t){return"string"===typeof t||"symbol"===typeof t}const W={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},q=Symbol("");var U;(function(t){t[t["aborted"]=4]="aborted",t[t["cancelled"]=8]="cancelled",t[t["duplicated"]=16]="duplicated"})(U||(U={}));function j(t,e){return s(new Error,{type:t,[q]:!0},e)}function Z(t,e){return t instanceof Error&&q in t&&(null==e||!!(t.type&e))}const Y="[^/]+?",X={sensitive:!1,strict:!1,start:!0,end:!0},$=/[.+*?^${}()[\]/\\]/g;function K(t,e){const n=s({},X,e),i=[];let r=n.start?"^":"";const o=[];for(const s of t){const t=s.length?[]:[90];n.strict&&!s.length&&(r+="/");for(let e=0;ee.length?1===e.length&&80===e[0]?1:-1:0}function Q(t,e){let n=0;const i=t.score,r=e.score;while(n0&&e[e.length-1]<0}const et={type:0,value:""},nt=/[a-zA-Z0-9_]/;function it(t){if(!t)return[[]];if("/"===t)return[[et]];if(!t.startsWith("/"))throw new Error(`Invalid path "${t}"`);function e(t){throw new Error(`ERR (${n})/"${u}": ${t}`)}let n=0,i=n;const r=[];let o;function a(){o&&r.push(o),o=[]}let s,l=0,u="",c="";function h(){u&&(0===n?o.push({type:0,value:u}):1===n||2===n||3===n?(o.length>1&&("*"===s||"+"===s)&&e(`A repeatable param (${u}) must be alone in its segment. eg: '/:ids+.`),o.push({type:1,value:u,regexp:c,repeatable:"*"===s||"+"===s,optional:"*"===s||"?"===s})):e("Invalid state to consume buffer"),u="")}function d(){u+=s}while(l{a(f)}:u}function a(t){if(G(t)){const e=i.get(t);e&&(i.delete(t),n.splice(n.indexOf(e),1),e.children.forEach(a),e.alias.forEach(a))}else{const e=n.indexOf(t);e>-1&&(n.splice(e,1),t.record.name&&i.delete(t.record.name),t.children.forEach(a),t.alias.forEach(a))}}function l(){return n}function c(t){let e=0;while(e=0&&(t.record.path!==n[e].record.path||!dt(t,n[e])))e++;n.splice(e,0,t),t.record.name&&!ut(t)&&i.set(t.record.name,t)}function h(t,e){let r,o,a,l={};if("name"in t&&t.name){if(r=i.get(t.name),!r)throw j(1,{location:t});a=r.record.name,l=s(at(e.params,r.keys.filter((t=>!t.optional)).map((t=>t.name))),t.params),o=r.stringify(l)}else if("path"in t)o=t.path,r=n.find((t=>t.re.test(o))),r&&(l=r.parse(o),a=r.record.name);else{if(r=e.name?i.get(e.name):n.find((t=>t.re.test(e.path))),!r)throw j(1,{location:t,currentLocation:e});a=r.record.name,l=s({},e.params,t.params),o=r.stringify(l)}const u=[];let c=r;while(c)u.unshift(c.record),c=c.parent;return{name:a,path:o,params:l,matched:u,meta:ct(u)}}return e=ht({strict:!1,end:!0,sensitive:!1},e),t.forEach((t=>o(t))),{addRoute:o,resolve:h,removeRoute:a,getRoutes:l,getRecordMatcher:r}}function at(t,e){const n={};for(const i of e)i in t&&(n[i]=t[i]);return n}function st(t){return{path:t.path,redirect:t.redirect,name:t.name,meta:t.meta||{},aliasOf:void 0,beforeEnter:t.beforeEnter,props:lt(t),children:t.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in t?t.components||null:t.component&&{default:t.component}}}function lt(t){const e={},n=t.props||!1;if("component"in t)e.default=n;else for(const i in t.components)e[i]="boolean"===typeof n?n:n[i];return e}function ut(t){while(t){if(t.record.aliasOf)return!0;t=t.parent}return!1}function ct(t){return t.reduce(((t,e)=>s(t,e.meta)),{})}function ht(t,e){const n={};for(const i in t)n[i]=i in e?e[i]:t[i];return n}function dt(t,e){return e.children.some((e=>e===t||dt(t,e)))}const pt=/#/g,ft=/&/g,gt=/\//g,vt=/=/g,yt=/\?/g,mt=/\+/g,xt=/%5B/g,_t=/%5D/g,bt=/%5E/g,wt=/%60/g,St=/%7B/g,Mt=/%7C/g,It=/%7D/g,Tt=/%20/g;function Ct(t){return encodeURI(""+t).replace(Mt,"|").replace(xt,"[").replace(_t,"]")}function At(t){return Ct(t).replace(St,"{").replace(It,"}").replace(bt,"^")}function kt(t){return Ct(t).replace(mt,"%2B").replace(Tt,"+").replace(pt,"%23").replace(ft,"%26").replace(wt,"`").replace(St,"{").replace(It,"}").replace(bt,"^")}function Dt(t){return kt(t).replace(vt,"%3D")}function Lt(t){return Ct(t).replace(pt,"%23").replace(yt,"%3F")}function Pt(t){return null==t?"":Lt(t).replace(gt,"%2F")}function Ot(t){try{return decodeURIComponent(""+t)}catch(e){}return""+t}function Rt(t){const e={};if(""===t||"?"===t)return e;const n="?"===t[0],i=(n?t.slice(1):t).split("&");for(let r=0;rt&&kt(t))):[i&&kt(i)];r.forEach((t=>{void 0!==t&&(e+=(e.length?"&":"")+n,null!=t&&(e+="="+t))}))}return e}function Nt(t){const e={};for(const n in t){const i=t[n];void 0!==i&&(e[n]=c(i)?i.map((t=>null==t?null:""+t)):null==i?i:""+i)}return e}const zt=Symbol(""),Bt=Symbol(""),Vt=Symbol(""),Ft=Symbol(""),Ht=Symbol("");function Gt(){let t=[];function e(e){return t.push(e),()=>{const n=t.indexOf(e);n>-1&&t.splice(n,1)}}function n(){t=[]}return{add:e,list:()=>t,reset:n}}function Wt(t,e,n,i,r){const o=i&&(i.enterCallbacks[r]=i.enterCallbacks[r]||[]);return()=>new Promise(((a,s)=>{const l=t=>{!1===t?s(j(4,{from:n,to:e})):t instanceof Error?s(t):H(t)?s(j(2,{from:e,to:t})):(o&&i.enterCallbacks[r]===o&&"function"===typeof t&&o.push(t),a())},u=t.call(i&&i.instances[r],e,n,l);let c=Promise.resolve(u);t.length<3&&(c=c.then(l)),c.catch((t=>s(t)))}))}function qt(t,e,n,i){const r=[];for(const o of t){0;for(const t in o.components){let s=o.components[t];if("beforeRouteEnter"===e||o.instances[t])if(Ut(s)){const a=s.__vccOpts||s,l=a[e];l&&r.push(Wt(l,n,i,o,t))}else{let l=s();0,r.push((()=>l.then((r=>{if(!r)return Promise.reject(new Error(`Couldn't resolve component "${t}" at "${o.path}"`));const s=a(r)?r.default:r;o.components[t]=s;const l=s.__vccOpts||s,u=l[e];return u&&Wt(u,n,i,o,t)()}))))}}}return r}function Ut(t){return"object"===typeof t||"displayName"in t||"props"in t||"__vccOpts"in t}function jt(t){const e=(0,i.f3)(Vt),n=(0,i.f3)(Ft),o=(0,i.Fl)((()=>e.resolve((0,r.SU)(t.to)))),a=(0,i.Fl)((()=>{const{matched:t}=o.value,{length:e}=t,i=t[e-1],r=n.matched;if(!i||!r.length)return-1;const a=r.findIndex(y.bind(null,i));if(a>-1)return a;const s=Kt(t[e-2]);return e>1&&Kt(i)===s&&r[r.length-1].path!==s?r.findIndex(y.bind(null,t[e-2])):a})),s=(0,i.Fl)((()=>a.value>-1&&$t(n.params,o.value.params))),l=(0,i.Fl)((()=>a.value>-1&&a.value===n.matched.length-1&&m(n.params,o.value.params)));function c(n={}){return Xt(n)?e[(0,r.SU)(t.replace)?"replace":"push"]((0,r.SU)(t.to)).catch(u):Promise.resolve()}return{route:o,href:(0,i.Fl)((()=>o.value.href)),isActive:s,isExactActive:l,navigate:c}}const Zt=(0,i.aZ)({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:jt,setup(t,{slots:e}){const n=(0,r.qj)(jt(t)),{options:o}=(0,i.f3)(Vt),a=(0,i.Fl)((()=>({[Jt(t.activeClass,o.linkActiveClass,"router-link-active")]:n.isActive,[Jt(t.exactActiveClass,o.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive})));return()=>{const r=e.default&&e.default(n);return t.custom?r:(0,i.h)("a",{"aria-current":n.isExactActive?t.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:a.value},r)}}}),Yt=Zt;function Xt(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&(void 0===t.button||0===t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){const e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function $t(t,e){for(const n in e){const i=e[n],r=t[n];if("string"===typeof i){if(i!==r)return!1}else if(!c(r)||r.length!==i.length||i.some(((t,e)=>t!==r[e])))return!1}return!0}function Kt(t){return t?t.aliasOf?t.aliasOf.path:t.path:""}const Jt=(t,e,n)=>null!=t?t:null!=e?e:n,Qt=(0,i.aZ)({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(t,{attrs:e,slots:n}){const o=(0,i.f3)(Ht),a=(0,i.Fl)((()=>t.route||o.value)),l=(0,i.f3)(Bt,0),u=(0,i.Fl)((()=>{let t=(0,r.SU)(l);const{matched:e}=a.value;let n;while((n=e[t])&&!n.components)t++;return t})),c=(0,i.Fl)((()=>a.value.matched[u.value]));(0,i.JJ)(Bt,(0,i.Fl)((()=>u.value+1))),(0,i.JJ)(zt,c),(0,i.JJ)(Ht,a);const h=(0,r.iH)();return(0,i.YP)((()=>[h.value,c.value,t.name]),(([t,e,n],[i,r,o])=>{e&&(e.instances[n]=t,r&&r!==e&&t&&t===i&&(e.leaveGuards.size||(e.leaveGuards=r.leaveGuards),e.updateGuards.size||(e.updateGuards=r.updateGuards))),!t||!e||r&&y(e,r)&&i||(e.enterCallbacks[n]||[]).forEach((e=>e(t)))}),{flush:"post"}),()=>{const r=a.value,o=t.name,l=c.value,u=l&&l.components[o];if(!u)return te(n.default,{Component:u,route:r});const d=l.props[o],p=d?!0===d?r.params:"function"===typeof d?d(r):d:null,f=t=>{t.component.isUnmounted&&(l.instances[o]=null)},g=(0,i.h)(u,s({},p,e,{onVnodeUnmounted:f,ref:h}));return te(n.default,{Component:g,route:r})||g}}});function te(t,e){if(!t)return null;const n=t(e);return 1===n.length?n[0]:n}const ee=Qt;function ne(t){const e=ot(t.routes,t),n=t.parseQuery||Rt,a=t.stringifyQuery||Et,h=t.history;const d=Gt(),g=Gt(),y=Gt(),m=(0,r.XI)(W);let x=W;o&&t.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const _=l.bind(null,(t=>""+t)),b=l.bind(null,Pt),S=l.bind(null,Ot);function M(t,n){let i,r;return G(t)?(i=e.getRecordMatcher(t),r=n):r=t,e.addRoute(r,i)}function I(t){const n=e.getRecordMatcher(t);n&&e.removeRoute(n)}function T(){return e.getRoutes().map((t=>t.record))}function C(t){return!!e.getRecordMatcher(t)}function L(t,i){if(i=s({},i||m.value),"string"===typeof t){const r=p(n,t,i.path),o=e.resolve({path:r.path},i),a=h.createHref(r.fullPath);return s(r,o,{params:S(o.params),hash:Ot(r.hash),redirectedFrom:void 0,href:a})}let r;if("path"in t)r=s({},t,{path:p(n,t.path,i.path).path});else{const e=s({},t.params);for(const t in e)null==e[t]&&delete e[t];r=s({},t,{params:b(t.params)}),i.params=b(i.params)}const o=e.resolve(r,i),l=t.hash||"";o.params=_(S(o.params));const u=f(a,s({},t,{hash:At(l),path:o.path})),c=h.createHref(u);return s({fullPath:u,hash:l,query:a===Et?Nt(t.query):t.query||{}},o,{redirectedFrom:void 0,href:c})}function R(t){return"string"===typeof t?p(n,t,m.value.path):s({},t)}function E(t,e){if(x!==t)return j(8,{from:e,to:t})}function N(t){return V(t)}function z(t){return N(s(R(t),{replace:!0}))}function B(t){const e=t.matched[t.matched.length-1];if(e&&e.redirect){const{redirect:n}=e;let i="function"===typeof n?n(t):n;return"string"===typeof i&&(i=i.includes("?")||i.includes("#")?i=R(i):{path:i},i.params={}),s({query:t.query,hash:t.hash,params:"path"in i?{}:t.params},i)}}function V(t,e){const n=x=L(t),i=m.value,r=t.state,o=t.force,l=!0===t.replace,u=B(n);if(u)return V(s(R(u),{state:r,force:o,replace:l}),e||n);const c=n;let h;return c.redirectedFrom=e,!o&&v(a,i,n)&&(h=j(16,{to:c,from:i}),nt(i,i,!0,!1)),(h?Promise.resolve(h):H(c,i)).catch((t=>Z(t)?Z(t,2)?t:et(t):Q(t,c,i))).then((t=>{if(t){if(Z(t,2))return V(s({replace:l},R(t.to),{state:r,force:o}),e||c)}else t=U(c,i,!0,l,r);return q(c,i,t),t}))}function F(t,e){const n=E(t,e);return n?Promise.reject(n):Promise.resolve()}function H(t,e){let n;const[i,r,o]=re(t,e);n=qt(i.reverse(),"beforeRouteLeave",t,e);for(const s of i)s.leaveGuards.forEach((i=>{n.push(Wt(i,t,e))}));const a=F.bind(null,t,e);return n.push(a),ie(n).then((()=>{n=[];for(const i of d.list())n.push(Wt(i,t,e));return n.push(a),ie(n)})).then((()=>{n=qt(r,"beforeRouteUpdate",t,e);for(const i of r)i.updateGuards.forEach((i=>{n.push(Wt(i,t,e))}));return n.push(a),ie(n)})).then((()=>{n=[];for(const i of t.matched)if(i.beforeEnter&&!e.matched.includes(i))if(c(i.beforeEnter))for(const r of i.beforeEnter)n.push(Wt(r,t,e));else n.push(Wt(i.beforeEnter,t,e));return n.push(a),ie(n)})).then((()=>(t.matched.forEach((t=>t.enterCallbacks={})),n=qt(o,"beforeRouteEnter",t,e),n.push(a),ie(n)))).then((()=>{n=[];for(const i of g.list())n.push(Wt(i,t,e));return n.push(a),ie(n)})).catch((t=>Z(t,8)?t:Promise.reject(t)))}function q(t,e,n){for(const i of y.list())i(t,e,n)}function U(t,e,n,i,r){const a=E(t,e);if(a)return a;const l=e===W,u=o?history.state:{};n&&(i||l?h.replace(t.fullPath,s({scroll:l&&u&&u.scroll},r)):h.push(t.fullPath,r)),m.value=t,nt(t,e,n,l),et()}let Y;function X(){Y||(Y=h.listen(((t,e,n)=>{if(!st.listening)return;const i=L(t),r=B(i);if(r)return void V(s(r,{replace:!0}),i).catch(u);x=i;const a=m.value;o&&P(D(a.fullPath,n.delta),A()),H(i,a).catch((t=>Z(t,12)?t:Z(t,2)?(V(t.to,i).then((t=>{Z(t,20)&&!n.delta&&n.type===w.pop&&h.go(-1,!1)})).catch(u),Promise.reject()):(n.delta&&h.go(-n.delta,!1),Q(t,i,a)))).then((t=>{t=t||U(i,a,!1),t&&(n.delta&&!Z(t,8)?h.go(-n.delta,!1):n.type===w.pop&&Z(t,20)&&h.go(-1,!1)),q(i,a,t)})).catch(u)})))}let $,K=Gt(),J=Gt();function Q(t,e,n){et(t);const i=J.list();return i.length?i.forEach((i=>i(t,e,n))):console.error(t),Promise.reject(t)}function tt(){return $&&m.value!==W?Promise.resolve():new Promise(((t,e)=>{K.add([t,e])}))}function et(t){return $||($=!t,X(),K.list().forEach((([e,n])=>t?n(t):e())),K.reset()),t}function nt(e,n,r,a){const{scrollBehavior:s}=t;if(!o||!s)return Promise.resolve();const l=!r&&O(D(e.fullPath,0))||(a||!r)&&history.state&&history.state.scroll||null;return(0,i.Y3)().then((()=>s(e,n,l))).then((t=>t&&k(t))).catch((t=>Q(t,e,n)))}const it=t=>h.go(t);let rt;const at=new Set,st={currentRoute:m,listening:!0,addRoute:M,removeRoute:I,hasRoute:C,getRoutes:T,resolve:L,options:t,push:N,replace:z,go:it,back:()=>it(-1),forward:()=>it(1),beforeEach:d.add,beforeResolve:g.add,afterEach:y.add,onError:J.add,isReady:tt,install(t){const e=this;t.component("RouterLink",Yt),t.component("RouterView",ee),t.config.globalProperties.$router=e,Object.defineProperty(t.config.globalProperties,"$route",{enumerable:!0,get:()=>(0,r.SU)(m)}),o&&!rt&&m.value===W&&(rt=!0,N(h.location).catch((t=>{0})));const n={};for(const r in W)n[r]=(0,i.Fl)((()=>m.value[r]));t.provide(Vt,e),t.provide(Ft,(0,r.qj)(n)),t.provide(Ht,m);const a=t.unmount;at.add(t),t.unmount=function(){at.delete(t),at.size<1&&(x=W,Y&&Y(),Y=null,m.value=W,rt=!1,$=!1),a()}}};return st}function ie(t){return t.reduce(((t,e)=>t.then((()=>e()))),Promise.resolve())}function re(t,e){const n=[],i=[],r=[],o=Math.max(e.matched.length,t.matched.length);for(let a=0;ay(t,o)))?i.push(o):n.push(o));const s=t.matched[a];s&&(e.matched.find((t=>y(t,s)))||r.push(s))}return[n,i,r]}}}]); \ No newline at end of file diff --git a/Server/templates/js/vendor.070221f5.js.gz b/Server/templates/js/vendor.070221f5.js.gz new file mode 100644 index 0000000..43bbff6 Binary files /dev/null and b/Server/templates/js/vendor.070221f5.js.gz differ diff --git a/Server/tools.py b/Server/tools.py new file mode 100644 index 0000000..7224684 --- /dev/null +++ b/Server/tools.py @@ -0,0 +1,18 @@ +import hashlib +import base64 + + +def base64_deocde(str): + try: + return base64.b64decode(str).decode('utf-8') + except: + return "" + + +def get_md5(password): + # 1- 实例化加密对象 + md5 = hashlib.md5() + # 2- 进⾏加密操作 + md5.update(password.encode('utf-8')) + # 3- 返回加密后的结果 + return md5.hexdigest() diff --git a/Server/webserver.py b/Server/webserver.py new file mode 100644 index 0000000..ee8fc5f --- /dev/null +++ b/Server/webserver.py @@ -0,0 +1,151 @@ +import json +from flask import Flask +from flask import request +import sql +import log +import rule +import config +from flask import Flask, render_template, request +import plugin +import logging +app = Flask(__name__, + template_folder="./templates", + static_folder="./templates", + static_url_path="") +app.jinja_env.variable_start_string = '{.<' +app.jinja_env.variable_end_string = '>.}' + + +@app.route('/') +def root(): + if request.remote_addr not in config.ALLOW_ACCESS_IP: + return "Access Denied" + return render_template("index.html") + + +@app.route('/static/') +def on_vue_static(path): + if request.remote_addr not in config.ALLOW_ACCESS_IP: + return "Access Denied" + return app.send_static_file("./" + path) + + +@app.route('/plugin/') +def on_plugin_access(path): + if request.remote_addr not in config.ALLOW_ACCESS_IP: + return "Access Denied" + return plugin.dispath_html_draw(path) + + +@app.route('/api/v1/get/plugin_menu') +def plugin_menu(): + if request.remote_addr not in config.ALLOW_ACCESS_IP: + return "Access Denied" + return {'data': {'menu': plugin.dispath_html_menu()}} + + +@app.route('/api/v1/get/threat_statistics', methods=['GET']) +def threat_statistics(): + if request.remote_addr not in config.ALLOW_ACCESS_IP: + return "Access Denied" + # sqlite的count啥的还不如自己查出来自己统计 + threat_datas = sql.query_all_threat_log(-1) + return_data = { + 'all': len(threat_datas), + 'confirm': 0, + 'ingore': 0, + 'working': 0 + } + for iter in threat_datas: + if iter[9] == 1: + return_data['confirm'] += 1 + elif iter[9] == 2: + return_data['ingore'] += 1 + if iter[7] == 0: + return_data['working'] += 1 + return {'data': return_data} + + +@app.route('/api/v1/get/process_chain/handle', methods=['GET']) +def handle_chain_data(): + id = request.args.get('id') + handletype = request.args.get('handletype') + if request.remote_addr not in config.ALLOW_ACCESS_IP or (id is None or handletype is None): + return "Access Denied" + sql.handle_threat_log(id, handletype) + return {'data': {'success': 1}} + + +@app.route('/api/v1/get/process_chain/delete', methods=['GET']) +def delete_chain_data(): + id = request.args.get('id') + if request.remote_addr not in config.ALLOW_ACCESS_IP or id is None: + return "Access Denied" + sql.delete_threat(id) + return {'data': {'success': 1}} + + +@app.route('/api/v1/get/process_chain/pull', methods=['GET']) +def pull_chain_data(): + if request.remote_addr not in config.ALLOW_ACCESS_IP: + return "Access Denied" + id = request.args.get('id') + return_data = {} + if id is not None: + threat_data = sql.query_one_threat(id) + return_data = { + 'host': threat_data[1], + 'chain_hash': threat_data[2], + 'type': threat_data[3], + 'risk_score': threat_data[4], + 'hit_rule': json.loads(threat_data[5]), + 'chain': json.loads(threat_data[6]), + 'is_end': threat_data[7] + } + return {'data': return_data} + + +@app.route('/api/v1/get/process_chain/all') +def process_chain(): + # -1全部 0未处理的 1处理的 2忽略的 + query_type = request.args.get('query_type') + if request.remote_addr not in config.ALLOW_ACCESS_IP or query_type is None: + return "Access Denied" + threat_datas = sql.query_all_threat_log(query_type) + return_data = [] + for iter in threat_datas: + return_data.append({ + 'host': iter[0], + 'chain_hash': iter[1], + 'hit_rule': json.loads(iter[2]), + 'time': iter[3], + 'type': iter[4], + 'risk_score': iter[5], + 'id': iter[6], + 'is_end': iter[7], + 'start_process': json.loads(iter[8]), + }) + return {'data': return_data} + + +@app.route('/api/v1/process', methods=['POST']) +def process(): + if request.method == 'POST': + # print(request.data) + body_data = request.data.decode() + # 转小写 + host = request.remote_addr + log.process_log(host, json.loads(body_data.lower()), body_data) + + return {'status': 'success'} + + +if __name__ == '__main__': + plugin.reload_plugs() + sql.init() + rule.init_rule() + + # 如果你觉得日志太多了,去掉这个注释... + flask_log = logging.getLogger('werkzeug') + flask_log.setLevel(logging.ERROR) + app.run(debug=True, host="0.0.0.0") diff --git a/provider.json b/provider.json new file mode 100644 index 0000000..67f01e7 --- /dev/null +++ b/provider.json @@ -0,0 +1,1874 @@ +{ + "guid": "{5770385f-c22a-43e0-bf4c-06f5698ffbd9}", + "versions": [ + { + "version": 1, + "events": [ + { + "id": 17, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 17, + "task_string": "Pipe Created (rule: PipeEvent)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Pipe Created:\r\nRuleName: %1\r\nEventType: %2\r\nUtcTime: %3\r\nProcessGuid: %4\r\nProcessId: %5\r\nPipeName: %6\r\nImage: %7\r\nUser: %8", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventType", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "PipeName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 18, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 18, + "task_string": "Pipe Connected (rule: PipeEvent)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Pipe Connected:\r\nRuleName: %1\r\nEventType: %2\r\nUtcTime: %3\r\nProcessGuid: %4\r\nProcessId: %5\r\nPipeName: %6\r\nImage: %7\r\nUser: %8", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventType", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "PipeName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + } + ] + }, + { + "version": 2, + "events": [ + { + "id": 8, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 8, + "task_string": "CreateRemoteThread detected (rule: CreateRemoteThread)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "CreateRemoteThread detected:\r\nRuleName: %1\r\nUtcTime: %2\r\nSourceProcessGuid: %3\r\nSourceProcessId: %4\r\nSourceImage: %5\r\nTargetProcessGuid: %6\r\nTargetProcessId: %7\r\nTargetImage: %8\r\nNewThreadId: %9\r\nStartAddress: %10\r\nStartModule: %11\r\nStartFunction: %12\r\nSourceUser: %13\r\nTargetUser: %14", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SourceProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "SourceProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "SourceImage", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "TargetProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "TargetImage", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "NewThreadId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "StartAddress", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "StartModule", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "StartFunction", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SourceUser", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetUser", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 9, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 9, + "task_string": "RawAccessRead detected (rule: RawAccessRead)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "RawAccessRead detected:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nDevice: %6\r\nUser: %7", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Device", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 11, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 11, + "task_string": "File created (rule: FileCreate)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "File created:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nTargetFilename: %6\r\nCreationUtcTime: %7\r\nUser: %8", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetFilename", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "CreationUtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 12, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 12, + "task_string": "Registry object added or deleted (rule: RegistryEvent)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Registry object added or deleted:\r\nRuleName: %1\r\nEventType: %2\r\nUtcTime: %3\r\nProcessGuid: %4\r\nProcessId: %5\r\nImage: %6\r\nTargetObject: %7\r\nUser: %8", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventType", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetObject", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 13, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 13, + "task_string": "Registry value set (rule: RegistryEvent)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Registry value set:\r\nRuleName: %1\r\nEventType: %2\r\nUtcTime: %3\r\nProcessGuid: %4\r\nProcessId: %5\r\nImage: %6\r\nTargetObject: %7\r\nDetails: %8\r\nUser: %9", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventType", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetObject", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Details", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 14, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 14, + "task_string": "Registry object renamed (rule: RegistryEvent)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Registry object renamed:\r\nRuleName: %1\r\nEventType: %2\r\nUtcTime: %3\r\nProcessGuid: %4\r\nProcessId: %5\r\nImage: %6\r\nTargetObject: %7\r\nNewName: %8\r\nUser: %9", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventType", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetObject", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "NewName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 15, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 15, + "task_string": "File stream created (rule: FileCreateStreamHash)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "File stream created:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nTargetFilename: %6\r\nCreationUtcTime: %7\r\nHash: %8\r\nContents: %9\r\nUser: %10", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetFilename", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "CreationUtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Hash", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Contents", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + } + ] + }, + { + "version": 3, + "events": [ + { + "id": 4, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 4, + "task_string": "Sysmon service state changed", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Sysmon service state changed:\r\nUtcTime: %1\r\nState: %2\r\nVersion: %3\r\nSchemaVersion: %4", + "fields": [ + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "State", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Version", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SchemaVersion", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 5, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 5, + "task_string": "Process terminated (rule: ProcessTerminate)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Process terminated:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nUser: %6", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 7, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 7, + "task_string": "Image loaded (rule: ImageLoad)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Image loaded:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nImageLoaded: %6\r\nFileVersion: %7\r\nDescription: %8\r\nProduct: %9\r\nCompany: %10\r\nOriginalFileName: %11\r\nHashes: %12\r\nSigned: %13\r\nSignature: %14\r\nSignatureStatus: %15\r\nUser: %16", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ImageLoaded", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "FileVersion", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Description", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Product", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Company", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "OriginalFileName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Hashes", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Signed", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Signature", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SignatureStatus", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 10, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 10, + "task_string": "Process accessed (rule: ProcessAccess)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Process accessed:\r\nRuleName: %1\r\nUtcTime: %2\r\nSourceProcessGUID: %3\r\nSourceProcessId: %4\r\nSourceThreadId: %5\r\nSourceImage: %6\r\nTargetProcessGUID: %7\r\nTargetProcessId: %8\r\nTargetImage: %9\r\nGrantedAccess: %10\r\nCallTrace: %11\r\nSourceUser: %12\r\nTargetUser: %13", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SourceProcessGUID", + "type": 15, + "type_name": "GUID" + }, + { + "name": "SourceProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "SourceThreadId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "SourceImage", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetProcessGUID", + "type": 15, + "type_name": "GUID" + }, + { + "name": "TargetProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "TargetImage", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "GrantedAccess", + "type": 20, + "type_name": "HexInt32" + }, + { + "name": "CallTrace", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SourceUser", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetUser", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 16, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 16, + "task_string": "Sysmon config state changed", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Sysmon config state changed:\r\nUtcTime: %1\r\nConfiguration: %2\r\nConfigurationFileHash: %3", + "fields": [ + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Configuration", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ConfigurationFileHash", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 19, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 19, + "task_string": "WmiEventFilter activity detected (rule: WmiEvent)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "WmiEventFilter activity detected:\r\nRuleName: %1\r\nEventType: %2\r\nUtcTime: %3\r\nOperation: %4\r\nUser: %5\r\nEventNamespace: %6\r\nName: %7\r\nQuery: %8", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventType", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Operation", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventNamespace", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Name", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Query", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 20, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 20, + "task_string": "WmiEventConsumer activity detected (rule: WmiEvent)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "WmiEventConsumer activity detected:\r\nRuleName: %1\r\nEventType: %2\r\nUtcTime: %3\r\nOperation: %4\r\nUser: %5\r\nName: %6\r\nType: %7\r\nDestination: %8", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventType", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Operation", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Name", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Type", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Destination", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 21, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 21, + "task_string": "WmiEventConsumerToFilter activity detected (rule: WmiEvent)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "WmiEventConsumerToFilter activity detected:\r\nRuleName: %1\r\nEventType: %2\r\nUtcTime: %3\r\nOperation: %4\r\nUser: %5\r\nConsumer: %6\r\nFilter: %7", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "EventType", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Operation", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Consumer", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Filter", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 255, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 255, + "task_string": "Error report", + "opcode": 0, + "opcode_string": "Info", + "level": 2, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Error report:\r\nUtcTime: %1\r\nID: %2\r\nDescription: %3", + "fields": [ + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ID", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Description", + "type": 1, + "type_name": "UnicodeString" + } + ] + } + ] + }, + { + "version": 4, + "events": [ + { + "id": 6, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 6, + "task_string": "Driver loaded (rule: DriverLoad)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Driver loaded:\r\nRuleName: %1\r\nUtcTime: %2\r\nImageLoaded: %3\r\nHashes: %4\r\nSigned: %5\r\nSignature: %6\r\nSignatureStatus: %7", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ImageLoaded", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Hashes", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Signed", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Signature", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SignatureStatus", + "type": 1, + "type_name": "UnicodeString" + } + ] + } + ] + }, + { + "version": 5, + "events": [ + { + "id": 1, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 1, + "task_string": "Process Create (rule: ProcessCreate)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Process Create:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nFileVersion: %6\r\nDescription: %7\r\nProduct: %8\r\nCompany: %9\r\nOriginalFileName: %10\r\nCommandLine: %11\r\nCurrentDirectory: %12\r\nUser: %13\r\nLogonGuid: %14\r\nLogonId: %15\r\nTerminalSessionId: %16\r\nIntegrityLevel: %17\r\nHashes: %18\r\nParentProcessGuid: %19\r\nParentProcessId: %20\r\nParentImage: %21\r\nParentCommandLine: %22\r\nParentUser: %23", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "FileVersion", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Description", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Product", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Company", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "OriginalFileName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "CommandLine", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "CurrentDirectory", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "LogonGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "LogonId", + "type": 21, + "type_name": "HexInt64" + }, + { + "name": "TerminalSessionId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "IntegrityLevel", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Hashes", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ParentProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ParentProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "ParentImage", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ParentCommandLine", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ParentUser", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 2, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 2, + "task_string": "File creation time changed (rule: FileCreateTime)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "File creation time changed:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nTargetFilename: %6\r\nCreationUtcTime: %7\r\nPreviousCreationUtcTime: %8\r\nUser: %9", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetFilename", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "CreationUtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "PreviousCreationUtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 3, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 3, + "task_string": "Network connection detected (rule: NetworkConnect)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Network connection detected:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nUser: %6\r\nProtocol: %7\r\nInitiated: %8\r\nSourceIsIpv6: %9\r\nSourceIp: %10\r\nSourceHostname: %11\r\nSourcePort: %12\r\nSourcePortName: %13\r\nDestinationIsIpv6: %14\r\nDestinationIp: %15\r\nDestinationHostname: %16\r\nDestinationPort: %17\r\nDestinationPortName: %18", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Protocol", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Initiated", + "type": 13, + "type_name": "Boolean" + }, + { + "name": "SourceIsIpv6", + "type": 13, + "type_name": "Boolean" + }, + { + "name": "SourceIp", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SourceHostname", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "SourcePort", + "type": 6, + "type_name": "UInt16" + }, + { + "name": "SourcePortName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "DestinationIsIpv6", + "type": 13, + "type_name": "Boolean" + }, + { + "name": "DestinationIp", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "DestinationHostname", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "DestinationPort", + "type": 6, + "type_name": "UInt16" + }, + { + "name": "DestinationPortName", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 22, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 22, + "task_string": "Dns query (rule: DnsQuery)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Dns query:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nQueryName: %5\r\nQueryStatus: %6\r\nQueryResults: %7\r\nImage: %8\r\nUser: %9", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "QueryName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "QueryStatus", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "QueryResults", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 23, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 23, + "task_string": "File Delete archived (rule: FileDelete)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "File Delete archived:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nUser: %5\r\nImage: %6\r\nTargetFilename: %7\r\nHashes: %8\r\nIsExecutable: %9\r\nArchived: %10", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetFilename", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Hashes", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "IsExecutable", + "type": 13, + "type_name": "Boolean" + }, + { + "name": "Archived", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 24, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 24, + "task_string": "Clipboard changed (rule: ClipboardChange)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Clipboard changed:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nSession: %6\r\nClientInfo: %7\r\nHashes: %8\r\nArchived: %9\r\nUser: %10", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Session", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "ClientInfo", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Hashes", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Archived", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 25, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 25, + "task_string": "Process Tampering (rule: ProcessTampering)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "Process Tampering:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nImage: %5\r\nType: %6\r\nUser: %7", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Type", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + } + ] + }, + { + "id": 26, + "channel": 16, + "channel_string": "Microsoft-Windows-Sysmon/Operational", + "task": 26, + "task_string": "File Delete logged (rule: FileDeleteDetected)", + "opcode": 0, + "opcode_string": "Info", + "level": 4, + "keywords": 9223372036854775808, + "keywords_string": [ + "Microsoft-Windows-Sysmon/Operational" + ], + "message": "File Delete logged:\r\nRuleName: %1\r\nUtcTime: %2\r\nProcessGuid: %3\r\nProcessId: %4\r\nUser: %5\r\nImage: %6\r\nTargetFilename: %7\r\nHashes: %8\r\nIsExecutable: %9", + "fields": [ + { + "name": "RuleName", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "UtcTime", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "ProcessGuid", + "type": 15, + "type_name": "GUID" + }, + { + "name": "ProcessId", + "type": 8, + "type_name": "UInt32" + }, + { + "name": "User", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Image", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "TargetFilename", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "Hashes", + "type": 1, + "type_name": "UnicodeString" + }, + { + "name": "IsExecutable", + "type": 13, + "type_name": "Boolean" + } + ] + } + ] + } + ], + "channels": [ + { + "name": "Microsoft-Windows-Sysmon/Operational", + "value": 16 + } + ], + "opcodes": [ + { + "name": "Info", + "value": 0 + } + ], + "tasks": [ + { + "name": "RawAccessRead detected (rule: RawAccessRead)", + "value": 9 + }, + { + "name": "Pipe Created (rule: PipeEvent)", + "value": 17 + }, + { + "name": "Pipe Connected (rule: PipeEvent)", + "value": 18 + }, + { + "name": "CreateRemoteThread detected (rule: CreateRemoteThread)", + "value": 8 + }, + { + "name": "File created (rule: FileCreate)", + "value": 11 + }, + { + "name": "Registry object added or deleted (rule: RegistryEvent)", + "value": 12 + }, + { + "name": "Registry value set (rule: RegistryEvent)", + "value": 13 + }, + { + "name": "Registry object renamed (rule: RegistryEvent)", + "value": 14 + }, + { + "name": "File stream created (rule: FileCreateStreamHash)", + "value": 15 + }, + { + "name": "Sysmon service state changed", + "value": 4 + }, + { + "name": "Process terminated (rule: ProcessTerminate)", + "value": 5 + }, + { + "name": "Image loaded (rule: ImageLoad)", + "value": 7 + }, + { + "name": "Process accessed (rule: ProcessAccess)", + "value": 10 + }, + { + "name": "Sysmon config state changed", + "value": 16 + }, + { + "name": "WmiEventFilter activity detected (rule: WmiEvent)", + "value": 19 + }, + { + "name": "WmiEventConsumer activity detected (rule: WmiEvent)", + "value": 20 + }, + { + "name": "WmiEventConsumerToFilter activity detected (rule: WmiEvent)", + "value": 21 + }, + { + "name": "Error report", + "value": 255 + }, + { + "name": "Driver loaded (rule: DriverLoad)", + "value": 6 + }, + { + "name": "Process Create (rule: ProcessCreate)", + "value": 1 + }, + { + "name": "File creation time changed (rule: FileCreateTime)", + "value": 2 + }, + { + "name": "Network connection detected (rule: NetworkConnect)", + "value": 3 + }, + { + "name": "Dns query (rule: DnsQuery)", + "value": 22 + }, + { + "name": "File Delete archived (rule: FileDelete)", + "value": 23 + }, + { + "name": "Clipboard changed (rule: ClipboardChange)", + "value": 24 + }, + { + "name": "Process Tampering (rule: ProcessTampering)", + "value": 25 + }, + { + "name": "File Delete logged (rule: FileDeleteDetected)", + "value": 26 + } + ], + "keywords": [ + { + "name": "Microsoft-Windows-Sysmon/Operational", + "description": "", + "value": 9223372036854775808 + } + ], + "maps": [] +} diff --git a/sysmon.xml b/sysmon.xml new file mode 100644 index 0000000..c5f2b75 --- /dev/null +++ b/sysmon.xml @@ -0,0 +1,1293 @@ + + + + + md5,sha256,IMPHASH + + + + + + + + + + + + + + + + + "C:\Windows\system32\wermgr.exe" "-queuereporting_svc" + C:\Windows\system32\DllHost.exe /Processid + C:\Windows\system32\wbem\wmiprvse.exe -Embedding + C:\Windows\system32\wbem\wmiprvse.exe -secured -Embedding + C:\Windows\system32\wermgr.exe -upload + C:\Windows\system32\SearchIndexer.exe /Embedding + C:\windows\system32\wermgr.exe -queuereporting + \??\C:\Windows\system32\autochk.exe * + \SystemRoot\System32\smss.exe + C:\Windows\System32\RuntimeBroker.exe -Embedding + C:\Program Files (x86)\Common Files\microsoft shared\ink\TabTip32.exe + C:\Windows\System32\TokenBrokerCookies.exe + C:\Windows\System32\plasrv.exe + C:\Windows\System32\wifitask.exe + C:\Windows\system32\CompatTelRunner.exe + C:\Windows\system32\PrintIsolationHost.exe + C:\Windows\system32\SppExtComObj.Exe + C:\Windows\system32\audiodg.exe + C:\Windows\system32\conhost.exe + C:\Windows\system32\mobsync.exe + C:\Windows\system32\musNotification.exe + C:\Windows\system32\musNotificationUx.exe + C:\Windows\system32\powercfg.exe + C:\Windows\system32\sndVol.exe + C:\Windows\system32\sppsvc.exe + C:\Windows\system32\wbem\WmiApSrv.exe + AppContainer + %%SystemRoot%%\system32\csrss.exe ObjectDirectory=\Windows + C:\windows\system32\wermgr.exe -queuereporting + C:\WINDOWS\system32\devicecensus.exe UserCxt + C:\Windows\System32\usocoreworker.exe -Embedding + C:\Windows\system32\SearchIndexer.exe + + C:\Windows\system32\svchost.exe -k appmodel -s StateRepository + C:\Windows\system32\svchost.exe -k appmodel -p -s camsvc + C:\Windows\system32\svchost.exe -k appmodel + C:\Windows\system32\svchost.exe -k appmodel -p -s tiledatamodelsvc + C:\Windows\system32\svchost.exe -k camera -s FrameServer + C:\Windows\system32\svchost.exe -k dcomlaunch -s LSM + C:\Windows\system32\svchost.exe -k dcomlaunch -s PlugPlay + C:\Windows\system32\svchost.exe -k defragsvc + C:\Windows\system32\svchost.exe -k devicesflow -s DevicesFlowUserSvc + C:\Windows\system32\svchost.exe -k imgsvc + C:\Windows\system32\svchost.exe -k localService -s EventSystem + C:\Windows\system32\svchost.exe -k localService -s bthserv + C:\Windows\system32\svchost.exe -k LocalService -p -s BthAvctpSvc + C:\Windows\system32\svchost.exe -k localService -s nsi + C:\Windows\system32\svchost.exe -k localService -s w32Time + C:\Windows\system32\svchost.exe -k localServiceAndNoImpersonation + C:\Windows\system32\svchost.exe -k localServiceAndNoImpersonation -p + C:\Windows\system32\svchost.exe -k localServiceNetworkRestricted -s Dhcp + C:\Windows\system32\svchost.exe -k localServiceNetworkRestricted -s EventLog + C:\Windows\system32\svchost.exe -k localServiceNetworkRestricted -s TimeBrokerSvc + C:\Windows\system32\svchost.exe -k localServiceNetworkRestricted -s WFDSConMgrSvc + C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -s BTAGService + C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService + C:\Windows\system32\svchost.exe -k localServiceNetworkRestricted + C:\Windows\system32\svchost.exe -k localServiceAndNoImpersonation -s SensrSvc + C:\Windows\system32\svchost.exe -k localServiceAndNoImpersonation -p -s SSDPSRV + C:\Windows\system32\svchost.exe -k localServiceNoNetwork + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -p -s WPDBusEnum + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -p -s fhsvc + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -s DeviceAssociationService + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -s NcbService + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -s SensorService + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -s TabletInputService + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -s UmRdpService + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -s WPDBusEnum + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -p -s NgcSvc + C:\Windows\system32\svchost.exe -k localServiceNetworkRestricted -p -s NgcCtnrSvc + C:\Windows\system32\svchost.exe -k localServiceAndNoImpersonation -s SCardSvr + C:\Windows\system32\svchost.exe -k netsvcs -p -s wuauserv + C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted -s WdiSystemHost + C:\Windows\System32\svchost.exe -k localSystemNetworkRestricted -p -s WdiSystemHost + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted + C:\Windows\system32\svchost.exe -k netsvcs -p -s wlidsvc + C:\Windows\system32\svchost.exe -k netsvcs -p -s ncaSvc + C:\Windows\system32\svchost.exe -k netsvcs -s BDESVC + C:\Windows\System32\svchost.exe -k netsvcs -p -s BDESVC + C:\Windows\system32\svchost.exe -k netsvcs -p -s BITS + C:\Windows\system32\svchost.exe -k netsvcs -s BITS + C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc + C:\Windows\system32\svchost.exe -k netsvcs -s DsmSvc + C:\Windows\system32\svchost.exe -k netsvcs -p -s Appinfo + C:\Windows\system32\svchost.exe -k netsvcs -s Gpsvc + C:\Windows\system32\svchost.exe -k netsvcs -s ProfSvc + C:\Windows\system32\svchost.exe -k netsvcs -s SENS + C:\Windows\system32\svchost.exe -k netsvcs -s SessionEnv + C:\Windows\system32\svchost.exe -k netsvcs -s Themes + C:\Windows\system32\svchost.exe -k netsvcs -s Winmgmt + C:\Windows\system32\svchost.exe -k netsvcs + C:\Windows\system32\svchost.exe -k networkService -p -s DoSvc + C:\Windows\system32\svchost.exe -k networkService -s Dnscache + C:\Windows\system32\svchost.exe -k networkService -s LanmanWorkstation + C:\Windows\system32\svchost.exe -k networkService -s NlaSvc + C:\Windows\system32\svchost.exe -k networkService -s TermService + C:\Windows\system32\svchost.exe -k networkService + C:\Windows\system32\svchost.exe -k networkService -p + C:\Windows\system32\svchost.exe -k networkServiceNetworkRestricted + C:\Windows\system32\svchost.exe -k rPCSS + C:\Windows\system32\svchost.exe -k secsvcs + C:\Windows\system32\svchost.exe -k swprv + C:\Windows\system32\svchost.exe -k unistackSvcGroup + C:\Windows\system32\svchost.exe -k utcsvc + C:\Windows\system32\svchost.exe -k wbioSvcGroup + C:\Windows\system32\svchost.exe -k werSvcGroup + C:\Windows\system32\svchost.exe -k wusvcs -p -s WaaSMedicSvc + C:\Windows\System32\svchost.exe -k wsappx -p -s ClipSVC + C:\Windows\system32\svchost.exe -k wsappx -p -s AppXSvc + C:\Windows\system32\svchost.exe -k wsappx -s ClipSVC + C:\Windows\system32\svchost.exe -k wsappx + C:\Windows\system32\svchost.exe -k netsvcs + C:\Windows\system32\svchost.exe -k localSystemNetworkRestricted + C:\Windows\system32\deviceenroller.exe /c /AutoEnrollMDM + + "C:\Program Files (x86)\Microsoft\Edge Dev\Application\msedge.exe" --type= + + C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe + C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\Ngen.exe + C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngentask.exe + C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\ngentask.exe + C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe + C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe + C:\Windows\Microsoft.Net\Framework64\v3.0\WPF\PresentationFontCache.exe + C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngentask.exe + C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorsvw.exe + C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngentask.exe + C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe + C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngentask.exe + + C:\Program Files\Microsoft Office\Office16\MSOSYNC.EXE + C:\Program Files (x86)\Microsoft Office\Office16\MSOSYNC.EXE + C:\Program Files\Common Files\Microsoft Shared\OfficeSoftwareProtectionPlatform\OSPPSVC.EXE + C:\Program Files\Microsoft Office\Office16\msoia.exe + C:\Program Files (x86)\Microsoft Office\root\Office16\officebackgroundtaskhandler.exe + + C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe + C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeClickToRun.exe + C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe + + C:\Program Files\Windows Media Player\wmpnscfg.exe + + "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --type= + "C:\Program Files\Google\Chrome\Application\chrome.exe" --type= + + + + + + + + + + C:\Users + .exe + .cmd + .bat + .com + .vbs + .js + .vb + .mof + .sys + .dll + \Device\HarddiskVolumeShadowCopy + + + + + + OneDrive.exe + C:\Windows\system32\backgroundTaskHost.exe + setup + install + Update\ + redist.exe + msiexec.exe + TrustedInstaller.exe + \NVIDIA\NvBackend\ApplicationOntology\ + + + + + + + + + + + + + + + + + C:\Users + C:\Recycle + C:\ProgramData + C:\Windows\Temp + \ + C:\perflogs + C:\intel + C:\Windows\fonts + C:\Windows\system32\config + + at.exe + certutil.exe + cmd.exe + cmstp.exe + cscript.exe + driverquery.exe + dsquery.exe + hh.exe + infDefaultInstall.exe + java.exe + javaw.exe + javaws.exe + mmc.exe + msbuild.exe + mshta.exe + msiexec.exe + nbtstat.exe + net.exe + net1.exe + notepad.exe + nslookup.exe + powershell.exe + powershell_ise.exe + qprocess.exe + qwinsta.exe + qwinsta.exe + reg.exe + regsvcs.exe + regsvr32.exe + rundll32.exe + rwinsta.exe + sc.exe + schtasks.exe + taskkill.exe + tasklist.exe + wmic.exe + wscript.exe + + bitsadmin.exe + esentutl.exe + expand.exe + extrac32.exe + findstr.exe + GfxDownloadWrapper.exe + ieexec.exe + makecab.exe + replace.exe + Excel.exe + Powerpnt.exe + Winword.exe + squirrel.exe + + nc.exe + ncat.exe + psexec.exe + psexesvc.exe + tor.exe + vnc.exe + vncservice.exe + vncviewer.exe + winexesvc.exe + nmap.exe + psinfo.exe + + 22 + 23 + 25 + 143 + 3389 + 5800 + 5900 + 4444 + + 1080 + 3128 + 8080 + + 1723 + 9001 + 9030 + + + + + + + C:\ProgramData\Microsoft\Windows Defender\Platform\ + AppData\Local\Microsoft\Teams\current\Teams.exe + .microsoft.com + microsoft.com.akadns.net + microsoft.com.nsatc.net + + 23.4.43.27 + 72.21.91.29 + + 127.0.0.1 + fe80:0:0:0 + + + + + + + + + + + + + + + + + + + + + microsoft + windows + Intel + + + + + + + + + + + + + + + + + + + + + + C:\Windows\system32\wbem\WmiPrvSE.exe + C:\Windows\system32\svchost.exe + C:\Windows\system32\wininit.exe + C:\Windows\system32\csrss.exe + C:\Windows\system32\services.exe + C:\Windows\system32\winlogon.exe + C:\Windows\system32\audiodg.exe + C:\Windows\system32\kernel32.dll + C:\Program Files (x86)\Google\Chrome\Application\chrome.exe + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + 0x1F1FFF + C:\Windows\System32\wshom.ocx+c8a0;C:\Windows\System32\wshom.ocx+c39d;C:\Windows\System32\SHELL32.dll+9b5bd;C:\Windows\System32\SHELL32.dll+ae3b9;C:\Windows\SYSTEM32\dbgcore.DLL+6cfb;C:\Windows\System32\KernelBase.dll+de67e;C:\Windows\SYSTEM32\framedynos.dll+2cb3e;C:\Windows\SYSTEM32\framedynos.dll+2b496;UNKNOWN + + + 0x1FFFFF + C:\Windows\System32\wshom.ocx+c8a0;C:\Windows\System32\wshom.ocx+c39d;C:\Windows\System32\SHELL32.dll+9b5bd;C:\Windows\System32\SHELL32.dll+ae3b9;C:\Windows\SYSTEM32\dbgcore.DLL+6cfb;C:\Windows\System32\KernelBase.dll+de67e;C:\Windows\SYSTEM32\framedynos.dll+2cb3e;C:\Windows\SYSTEM32\framedynos.dll+2b496;UNKNOWN + + + 0x1010 + C:\Windows\System32\wshom.ocx+c8a0;C:\Windows\System32\wshom.ocx+c39d;C:\Windows\System32\SHELL32.dll+9b5bd;C:\Windows\System32\SHELL32.dll+ae3b9;C:\Windows\SYSTEM32\dbgcore.DLL+6cfb;C:\Windows\System32\KernelBase.dll+de67e;C:\Windows\SYSTEM32\framedynos.dll+2cb3e;C:\Windows\SYSTEM32\framedynos.dll+2b496;UNKNOWN + + + 0x143A + C:\Windows\System32\wshom.ocx+c8a0;C:\Windows\System32\wshom.ocx+c39d;C:\Windows\System32\SHELL32.dll+9b5bd;C:\Windows\System32\SHELL32.dll+ae3b9;C:\Windows\SYSTEM32\dbgcore.DLL+6cfb;C:\Windows\System32\KernelBase.dll+de67e;C:\Windows\SYSTEM32\framedynos.dll+2cb3e;C:\Windows\SYSTEM32\framedynos.dll+2b496;UNKNOWN + + + C:\Program Files\Microsoft Office\Root\Office16 + C:\Windows\System32\KERNELBASE.dll+76516 + + + + C:\Windows\system32\notepad.exe + 0x1FFFFF + + + C:\Windows\system32\notepad.exe + 0x1F1FFF + + + C:\Windows\system32\notepad.exe + 0x1010 + + + C:\Windows\system32\notepad.exe + 0x143A + + + C:\Windows\system32\lsass.exe + 0x1FFFFF + + + C:\Windows\system32\lsass.exe + 0x1F1FFF + + + C:\Windows\system32\lsass.exe + 0x1010 + + + C:\Windows\system32\lsass.exe + 0x143A + + + + + C:\Windows\system32\csrss.exe + 0x1F1FFF + + + C:\Windows\system32\wininit.exe + 0x1F1FFF + + + C:\Windows\system32\winlogon.exe + 0x1F1FFF + + + C:\Windows\system32\services.exe + 0x1F1FFF + + + 0x0810 + + + + + 0x0800 + 0x800 + + + + 0x0820 + 0x820 + + + + + + + + + + + + + \Start Menu + \Startup\ + \Content.Outlook\ + \Downloads\ + .application + .appref-ms + .bat + .chm + .cmd + .cmdline + .crx + .dmp + .docm + .dll + .exe + .exe.log + .jar + .jnlp + .jse + .hta + .job + .pptm + .ps1 + .sct + .sys + .scr + .vbe + .vbs + .wsc + .wsf + .xlsm + .ocx + proj + .sln + .xls + C:\Users\Default + C:\Windows\system32\Drivers + C:\Windows\SysWOW64\Drivers + C:\Windows\system32\GroupPolicy\Machine\Scripts + C:\Windows\system32\GroupPolicy\User\Scripts + C:\Windows\system32\Wbem + C:\Windows\SysWOW64\Wbem + C:\Windows\system32\WindowsPowerShell + C:\Windows\SysWOW64\WindowsPowerShell + C:\Windows\Tasks\ + C:\Windows\system32\Tasks + C:\Windows\SysWOW64\Tasks + \Device\HarddiskVolumeShadowCopy + + C:\Windows\AppPatch\Custom + VirtualStore + + .xls + .ppt + .rtf + + + + + + + C:\Program Files (x86)\EMET 5.5\EMET_Service.exe + + C:\Program Files\Common Files\Microsoft Shared\ClickToRun\OfficeC2RClient.exe + + C:\Windows\system32\smss.exe + C:\Windows\system32\CompatTelRunner.exe + \\?\C:\Windows\system32\wbem\WMIADAP.EXE + C:\Windows\system32\mobsync.exe + C:\Windows\system32\DriverStore\Temp\ + C:\Windows\system32\wbem\Performance\ + C:\Windows\Installer\ + + C:\$WINDOWS.~BT\Sources\ + C:\Windows\winsxs\amd64_microsoft-windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CurrentVersion\Run + Policies\Explorer\Run + Group Policy\Scripts + Windows\System\Scripts + CurrentVersion\Windows\Load + CurrentVersion\Windows\Run + CurrentVersion\Winlogon\Shell + CurrentVersion\Winlogon\System + HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify + HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell + HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit + HKLM\Software\WOW6432Node\Microsoft\Windows NT\CurrentVersion\Drivers32 + HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\BootExecute + HKLM\Software\Microsoft\Windows NT\CurrentVersion\AeDebug + UserInitMprLogonScript + user shell folders\startup + + \ServiceDll + \ServiceManifest + \ImagePath + \Start + + Control\Terminal Server\WinStations\RDP-Tcp\PortNumber + Control\Terminal Server\fSingleSessionPerUser + fDenyTSConnections + LastLoggedOnUser + RDP-tcp\PortNumber + Services\PortProxy\v4tov4 + + \command\ + \ddeexec\ + {86C86720-42A0-1069-A2E8-08002B30309D} + exefile + + \InprocServer32\(Default) + + \Hidden + \ShowSuperHidden + \HideFileExt + + Classes\*\ + Classes\AllFilesystemObjects\ + Classes\Directory\ + Classes\Drive\ + Classes\Folder\ + Classes\PROTOCOLS\ + ContextMenuHandlers\ + CurrentVersion\Shell + HKLM\Software\Microsoft\Windows\CurrentVersion\explorer\ShellExecuteHooks + HKLM\Software\Microsoft\Windows\CurrentVersion\explorer\ShellServiceObjectDelayLoad + HKLM\Software\Microsoft\Windows\CurrentVersion\explorer\ShellIconOverlayIdentifiers + + HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\ + + HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\InitialProgram + + HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\GPExtensions\ + + HKLM\SYSTEM\CurrentControlSet\Services\WinSock + \ProxyServer + + HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\Credential Provider + HKLM\SYSTEM\CurrentControlSet\Control\Lsa\ + HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders + HKLM\Software\Microsoft\Netsh + Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyEnable + + HKLM\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order\ + HKLM\Software\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles + \EnableFirewall + \DoNotAllowExceptions + HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List + HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile\AuthorizedApplications\List + + HKLM\Software\Microsoft\Windows NT\CurrentVersion\Windows\Appinit_Dlls\ + HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows\Appinit_Dlls\ + HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\AppCertDlls\ + + Microsoft\Office\Outlook\Addins\ + Office Test\ + Security\Trusted Documents\TrustRecords + \EnableBHO + + Internet Explorer\Toolbar\ + Internet Explorer\Extensions\ + Browser Helper Objects\ + \DisableSecuritySettingsCheck + \3\1206 + \3\2500 + \3\1809 + + HKLM\Software\Classes\CLSID\{AB8902B4-09CA-4BB6-B78D-A8F59079A8D5}\ + HKLM\Software\Classes\WOW6432Node\CLSID\{AB8902B4-09CA-4BB6-B78D-A8F59079A8D5}\ + HKLM\Software\Classes\CLSID\{083863F1-70DE-11d0-BD40-00A0C911CE86}\ + HKLM\Software\Classes\WOW6432Node\CLSID\{083863F1-70DE-11d0-BD40-00A0C911CE86}\ + + \UrlUpdateInfo + \InstallSource + \EulaAccepted + + \DisableAntiSpyware + \DisableAntiVirus + \SpynetReporting + DisableRealtimeMonitoring + \SubmitSamplesConsent + HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Exclusions\ + + HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA + HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\LocalAccountTokenFilterPolicy + + HKLM\Software\Microsoft\Security Center\ + SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\HideSCAHealth + + HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Custom + HKLM\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\InstalledSDB + VirtualStore + + HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ + HKLM\Software\Microsoft\Windows\CurrentVersion\WINEVT\ + HKLM\SYSTEM\CurrentControlSet\Control\Safeboot\ + HKLM\SYSTEM\CurrentControlSet\Control\Winlogon\ + \FriendlyName + HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress\(Default) + HKLM\Software\Microsoft\Tracing\RASAPI32 + HKLM\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\ + \Keyboard Layout\Preload + \Keyboard Layout\Substitutes + + \LowerCaseLongPath + \Publisher + \BinProductVersion + \DriverVersion + \DriverVerVersion + \LinkDate + Compatibility Assistant\Store\ + + regedit.exe + \ + + + + + + + + \{CAFEEFAC- + CreateKey + HKLM\COMPONENTS + + HKLM\Software\Microsoft\Windows\CurrentVersion\AppModel\StateRepository\Cache + + Toolbar\WebBrowser + Browser\ITBar7Height + Browser\ITBar7Layout + Internet Explorer\Toolbar\Locked + Toolbar\WebBrowser\{47833539-D0C5-4125-9FA8-0819E2EAAC93} + }\PreviousPolicyAreas + \Control\WMI\Autologger\ + HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc\Start + \Lsa\OfflineJoin\CurrentValue + HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\ + _Classes\AppX + HKLM\Software\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\ + + HKLM\SYSTEM\CurrentControlSet\Control\Lsa\LsaPid + HKLM\SYSTEM\CurrentControlSet\Control\Lsa\SspiCache + HKLM\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Domains + + \Services\BITS\Start + \services\clr_optimization_v2.0.50727_32\Start + \services\clr_optimization_v2.0.50727_64\Start + \services\clr_optimization_v4.0.30319_32\Start + \services\clr_optimization_v4.0.30319_64\Start + \services\deviceAssociationService\Start + \services\fhsvc\Start + \services\nal\Start + \services\trustedInstaller\Start + \services\tunnel\Start + \services\usoSvc\Start + + \UserChoice\ProgId + \UserChoice\Hash + \OpenWithList\MRUList + Shell Extentions\Cached + + HKLM\System\CurrentControlSet\Control\Lsa\Audit\SpecialGroups + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Startup\0\PSScriptOrder + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Startup\0\SOM-ID + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Startup\0\GPO-ID + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Startup\0\0\IsPowershell + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Startup\0\0\ExecTime + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Shutdown\0\PSScriptOrder + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Shutdown\0\SOM-ID + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Shutdown\0\GPO-ID + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Shutdown\0\0\IsPowershell + SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\Scripts\Shutdown\0\0\ExecTime + \safer\codeidentifiers\0\HASHES\{ + + VirtualStore\MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\ + HKLM\SOFTWARE\Microsoft\Office\ClickToRun\ + + C:\Program Files\WIDCOMM\Bluetooth Software\btwdins.exe + HKCR\VLC. + HKCR\iTunes. + + HKLM\Software\Microsoft\Windows\CurrentVersion\WINEVT\Publishers\{945a8954-c147-4acd-923f-40c45405a658} + + + + + + + + + + + Downloads + Temp\7z + Startup + .bat + .cmd + .doc + .hta + .jse + .lnk + .ppt + .ps1 + .ps2 + .reg + .sct + .vb + .vbe + .vbs + .wsc + .wsf + .txt + + + + + + C:\Program Files (x86)\Google\Chrome\Application\chrome.exe + + C:\Windows\system32\browser_broker.exe + + C:\Program Files\Internet Explorer\iexplore.exe + + OUTLOOK.EXE + + + + + + + + + + + + + + + + + + + + + + paexec;remcom;csexec + + \lsadump;\cachedump;\wceservicepipe + + \isapi_http;\isapi_dg;\isapi_dg2;\sdlrpc;\ahexec;\winsession;\lsassw;\46a676ab7f179e511e30dd2dc41bd388;\9f81f59bc58452127884ce513865ed20;\e710f28d59aa529d6792ca6ff0ca1b34;\rpchlp_3;\NamePipe_MoreWindows;\pcheap_reuse;\gruntsvc;\583da945-62af-10e8-4902-a8f205c72b2e;\bizkaz;\svcctl;\Posh;\jaccdpqnvbrrxlaf;\csexecsvc + \atctl;\userpipe;\iehelper;\sdlrpc;\comnap + + MSSE-;-server + \postex_ + \postex_ssh_ + \status_ + \msagent_ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .arpa. + .arpa + .msftncsi.com + ..localmachine + localhost + + -pushp.svc.ms + .b-msedge.net + .bing.com + .hotmail.com + .live.com + .live.net + .s-microsoft.com + .microsoft.com + .microsoftonline.com + .microsoftstore.com + .ms-acdc.office.com + .msedge.net + .msn.com + .msocdn.com + .skype.com + .skype.net + .windows.com + .windows.net.nsatc.net + .windowsupdate.com + .xboxlive.com + login.windows.net + C:\ProgramData\Microsoft\Windows Defender\Platform\ + + .activedirectory.windowsazure.com + .aria.microsoft.com + .msauth.net + .msftauth.net + .office.net + .opinsights.azure.com + .res.office365.com + acdc-direct.office.com + atm-fp-direct.office.com + loki.delve.office.com + management.azure.com + messaging.office.com + outlook.office365.com + portal.azure.com + protection.outlook.com + substrate.office.com + .measure.office.com + + .adobe.com + .adobe.io + .mozaws.net + .mozilla.com + .mozilla.net + .mozilla.org + .spotify.com + .spotify.map.fastly.net + .wbx2.com + .webex.com + clients1.google.com + clients2.google.com + clients3.google.com + clients4.google.com + clients5.google.com + clients6.google.com + safebrowsing.googleapis.com + + .akadns.net + .netflix.com + aspnetcdn.com + ajax.googleapis.com + cdnjs.cloudflare.com + fonts.googleapis.com + .typekit.net + cdnjs.cloudflare.com + .stackassets.com + .steamcontent.com + play.google.com + content-autofill.googleapis.com + + .disqus.com + .fontawesome.com + disqus.com + + .1rx.io + .2mdn.net + .3lift.com + .adadvisor.net + .adap.tv + .addthis.com + .adform.net + .adnxs.com + .adroll.com + .adrta.com + .adsafeprotected.com + .adsrvr.org + .adsymptotic.com + .advertising.com + .agkn.com + .amazon-adsystem.com + .amazon-adsystem.com + .analytics.yahoo.com + .aol.com + .betrad.com + .bidswitch.net + .casalemedia.com + .chartbeat.net + .cnn.com + .convertro.com + .criteo.com + .criteo.net + .crwdcntrl.net + .demdex.net + .domdex.com + .dotomi.com + .doubleclick.net + .doubleverify.com + .emxdgt.com + .everesttech.net + .exelator.com + .google-analytics.com + .googleadservices.com + .googlesyndication.com + .googletagmanager.com + .googlevideo.com + .gstatic.com + .gvt1.com + .gvt2.com + .ib-ibi.com + .jivox.com + .krxd.net + .lijit.com + .mathtag.com + .moatads.com + .moatpixel.com + .mookie1.com + .myvisualiq.net + .netmng.com + .nexac.com + .openx.net + .optimizely.com + .outbrain.com + .pardot.com + .phx.gbl + .pinterest.com + .pubmatic.com + .quantcount.com + .quantserve.com + .revsci.net + .rfihub.net + .rlcdn.com + .rubiconproject.com + .scdn.co + .scorecardresearch.com + .serving-sys.com + .sharethrough.com + .simpli.fi + .sitescout.com + .smartadserver.com + .snapads.com + .spotxchange.com + .taboola.com + .taboola.map.fastly.net + .tapad.com + .tidaltv.com + .trafficmanager.net + .tremorhub.com + .tribalfusion.com + .turn.com + .twimg.com + .tynt.com + .w55c.net + .ytimg.com + .zorosrv.com + 1rx.io + adservice.google.com + ampcid.google.com + clientservices.googleapis.com + googleadapis.l.google.com + imasdk.googleapis.com + l.google.com + ml314.com + mtalk.google.com + update.googleapis.com + www.googletagservices.com + + .pscp.tv + + .amazontrust.com + .digicert.com + .globalsign.com + .globalsign.net + .intel.com + .symcb.com + .symcd.com + .thawte.com + .usertrust.com + .verisign.com + ocsp.identrust.com + pki.goog + msocsp.com + ocsp.comodoca.com + ocsp.entrust.net + ocsp.godaddy.com + ocsp.int-x3.letsencrypt.org + ocsp.msocsp.com + pki.goog + ocsp.godaddy.com + amazontrust.com + ocsp.sectigo.com + pki-goog.l.google.com + .usertrust.com + ocsp.comodoca.com + ocsp.verisign.com + ocsp.entrust.net + ocsp.identrust.com + status.rapidssl.com + status.thawte.com + ocsp.int-x3.letsencrypt.org + + + + + + + + + + + + + + + + + + + + wscript.exe + cscript.exe + powershell.exe + rdpclip.exe + + + + + + + + + + + + C:\Program Files (x86)\Microsoft\Edge\Application\ + + + + + + + + +