From 09564cdaa699d1c73bd10799b8308de06bbb9c05 Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 20 Jan 2025 01:37:44 +0000 Subject: [PATCH] Deployed 7ddb1e2 with MkDocs version: 1.6.1 --- .nojekyll | 0 404.html | 836 ++ SUMMARY/index.html | 968 +++ _config/dns-fakeip.json | 41 + _config/dns.json | 34 + _config/route.json | 38 + api/SUMMARY/index.html | 928 +++ api/sbr/container/index.html | 1988 +++++ api/sbr/container/optim/index.html | 1311 ++++ api/sbr/index.html | 2662 +++++++ api/sbr/logging/index.html | 1093 +++ api/sbr/source/index.html | 3205 ++++++++ api/sbr/source/preset/index.html | 1835 +++++ api/sbr/typing/index.html | 1097 +++ api/sbr/utils/index.html | 1228 +++ assets/_mkdocstrings.css | 143 + assets/images/favicon.png | Bin 0 -> 1870 bytes assets/images/social/README.png | Bin 0 -> 15930 bytes assets/images/social/SUMMARY.png | Bin 0 -> 21015 bytes assets/images/social/api/SUMMARY.png | Bin 0 -> 21015 bytes assets/images/social/api/sbr/README.png | Bin 0 -> 14999 bytes .../social/api/sbr/container/README.png | Bin 0 -> 22877 bytes .../social/api/sbr/container/optim/README.png | Bin 0 -> 25166 bytes .../images/social/api/sbr/logging/README.png | Bin 0 -> 20466 bytes .../images/social/api/sbr/source/README.png | Bin 0 -> 20782 bytes .../social/api/sbr/source/preset/README.png | Bin 0 -> 23011 bytes .../images/social/api/sbr/typing/README.png | Bin 0 -> 21395 bytes assets/images/social/api/sbr/utils/README.png | Bin 0 -> 16848 bytes assets/images/social/config.png | Bin 0 -> 18365 bytes assets/images/social/sources.png | Bin 0 -> 21153 bytes assets/images/social/stats.png | Bin 0 -> 19895 bytes assets/javascripts/bundle.88dd0f4e.min.js | 16 + assets/javascripts/bundle.88dd0f4e.min.js.map | 7 + assets/javascripts/lunr/min/lunr.ar.min.js | 1 + assets/javascripts/lunr/min/lunr.da.min.js | 18 + assets/javascripts/lunr/min/lunr.de.min.js | 18 + assets/javascripts/lunr/min/lunr.du.min.js | 18 + assets/javascripts/lunr/min/lunr.el.min.js | 1 + assets/javascripts/lunr/min/lunr.es.min.js | 18 + assets/javascripts/lunr/min/lunr.fi.min.js | 18 + assets/javascripts/lunr/min/lunr.fr.min.js | 18 + assets/javascripts/lunr/min/lunr.he.min.js | 1 + assets/javascripts/lunr/min/lunr.hi.min.js | 1 + assets/javascripts/lunr/min/lunr.hu.min.js | 18 + assets/javascripts/lunr/min/lunr.hy.min.js | 1 + assets/javascripts/lunr/min/lunr.it.min.js | 18 + assets/javascripts/lunr/min/lunr.ja.min.js | 1 + assets/javascripts/lunr/min/lunr.jp.min.js | 1 + assets/javascripts/lunr/min/lunr.kn.min.js | 1 + assets/javascripts/lunr/min/lunr.ko.min.js | 1 + assets/javascripts/lunr/min/lunr.multi.min.js | 1 + assets/javascripts/lunr/min/lunr.nl.min.js | 18 + assets/javascripts/lunr/min/lunr.no.min.js | 18 + assets/javascripts/lunr/min/lunr.pt.min.js | 18 + assets/javascripts/lunr/min/lunr.ro.min.js | 18 + assets/javascripts/lunr/min/lunr.ru.min.js | 18 + assets/javascripts/lunr/min/lunr.sa.min.js | 1 + .../lunr/min/lunr.stemmer.support.min.js | 1 + assets/javascripts/lunr/min/lunr.sv.min.js | 18 + assets/javascripts/lunr/min/lunr.ta.min.js | 1 + assets/javascripts/lunr/min/lunr.te.min.js | 1 + assets/javascripts/lunr/min/lunr.th.min.js | 1 + assets/javascripts/lunr/min/lunr.tr.min.js | 18 + assets/javascripts/lunr/min/lunr.vi.min.js | 1 + assets/javascripts/lunr/min/lunr.zh.min.js | 1 + assets/javascripts/lunr/tinyseg.js | 206 + assets/javascripts/lunr/wordcut.js | 6708 +++++++++++++++++ .../workers/search.6ce7567c.min.js | 42 + .../workers/search.6ce7567c.min.js.map | 7 + assets/stylesheets/main.6f8fc17f.min.css | 1 + assets/stylesheets/main.6f8fc17f.min.css.map | 1 + assets/stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + config/index.html | 1283 ++++ index.html | 1159 +++ objects.inv | Bin 0 -> 1737 bytes search/search_index.json | 1 + sitemap.xml | 59 + sitemap.xml.gz | Bin 0 -> 288 bytes sources/index.html | 1286 ++++ stats/index.html | 1476 ++++ 81 files changed, 29948 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 SUMMARY/index.html create mode 100644 _config/dns-fakeip.json create mode 100644 _config/dns.json create mode 100644 _config/route.json create mode 100644 api/SUMMARY/index.html create mode 100644 api/sbr/container/index.html create mode 100644 api/sbr/container/optim/index.html create mode 100644 api/sbr/index.html create mode 100644 api/sbr/logging/index.html create mode 100644 api/sbr/source/index.html create mode 100644 api/sbr/source/preset/index.html create mode 100644 api/sbr/typing/index.html create mode 100644 api/sbr/utils/index.html create mode 100644 assets/_mkdocstrings.css create mode 100644 assets/images/favicon.png create mode 100644 assets/images/social/README.png create mode 100644 assets/images/social/SUMMARY.png create mode 100644 assets/images/social/api/SUMMARY.png create mode 100644 assets/images/social/api/sbr/README.png create mode 100644 assets/images/social/api/sbr/container/README.png create mode 100644 assets/images/social/api/sbr/container/optim/README.png create mode 100644 assets/images/social/api/sbr/logging/README.png create mode 100644 assets/images/social/api/sbr/source/README.png create mode 100644 assets/images/social/api/sbr/source/preset/README.png create mode 100644 assets/images/social/api/sbr/typing/README.png create mode 100644 assets/images/social/api/sbr/utils/README.png create mode 100644 assets/images/social/config.png create mode 100644 assets/images/social/sources.png create mode 100644 assets/images/social/stats.png create mode 100644 assets/javascripts/bundle.88dd0f4e.min.js create mode 100644 assets/javascripts/bundle.88dd0f4e.min.js.map create mode 100644 assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ko.min.js create mode 100644 assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ta.min.js create mode 100644 assets/javascripts/lunr/min/lunr.te.min.js create mode 100644 assets/javascripts/lunr/min/lunr.th.min.js create mode 100644 assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.zh.min.js create mode 100644 assets/javascripts/lunr/tinyseg.js create mode 100644 assets/javascripts/lunr/wordcut.js create mode 100644 assets/javascripts/workers/search.6ce7567c.min.js create mode 100644 assets/javascripts/workers/search.6ce7567c.min.js.map create mode 100644 assets/stylesheets/main.6f8fc17f.min.css create mode 100644 assets/stylesheets/main.6f8fc17f.min.css.map create mode 100644 assets/stylesheets/palette.06af60db.min.css create mode 100644 assets/stylesheets/palette.06af60db.min.css.map create mode 100644 config/index.html create mode 100644 index.html create mode 100644 objects.inv create mode 100644 search/search_index.json create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz create mode 100644 sources/index.html create mode 100644 stats/index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..61f1e7cb --- /dev/null +++ b/404.html @@ -0,0 +1,836 @@ + + + + + + + + + + + + + + + + + + + + + Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ +

404 - Not found

+ +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/SUMMARY/index.html b/SUMMARY/index.html new file mode 100644 index 00000000..7e5a7b14 --- /dev/null +++ b/SUMMARY/index.html @@ -0,0 +1,968 @@ + + + + + + + + + + + + + + + + + + + + + + + SUMMARY - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+ +
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/_config/dns-fakeip.json b/_config/dns-fakeip.json new file mode 100644 index 00000000..f795147a --- /dev/null +++ b/_config/dns-fakeip.json @@ -0,0 +1,41 @@ +{ + "$schema": "https://gist.github.com/artiga033/fea992d95ad44dc8d024b229223b1002/raw/83c676c1ec9f37af2bce0505da396b5444b30032/sing-box.schema.json", + "dns": { + "servers": [ + { "tag": "dns:proxy", "address": "https://8.8.8.8/dns-query" }, + { "tag": "dns:local", "address": "local", "detour": "DIRECT" }, + { "tag": "dns:reject", "address": "rcode://refused" }, + { "tag": "dns:fakeip", "address": "fakeip" } + ], + "rules": [ + { "outbound": "any", "server": "dns:local" }, + { + "rule_set": "geosite:ads", + "server": "dns:reject", + "disable_cache": true + }, + { "rule_set": "geosite:private", "server": "dns:local" }, + { "query_type": ["A", "AAAA"], "server": "dns:fakeip", "rewrite_ttl": 1 }, + { "clash_mode": "direct", "server": "dns:local" }, + { "clash_mode": "global", "server": "dns:proxy" }, + { "rule_set": "geosite:cn", "server": "dns:local" }, + { + "type": "logical", + "mode": "and", + "rules": [ + { "rule_set": "geosite:proxy", "invert": true }, + { "rule_set": "geoip:cn" } + ], + "server": "dns:proxy", + "client_subnet": "101.6.6.6" + } + ], + "final": "dns:proxy", + "independent_cache": true, + "fakeip": { + "enabled": true, + "inet4_range": "198.18.0.0/15", + "inet6_range": "fc00::/18" + } + } +} diff --git a/_config/dns.json b/_config/dns.json new file mode 100644 index 00000000..8cf2db90 --- /dev/null +++ b/_config/dns.json @@ -0,0 +1,34 @@ +{ + "$schema": "https://gist.github.com/artiga033/fea992d95ad44dc8d024b229223b1002/raw/83c676c1ec9f37af2bce0505da396b5444b30032/sing-box.schema.json", + "dns": { + "servers": [ + { "tag": "dns:proxy", "address": "https://8.8.8.8/dns-query" }, + { "tag": "dns:local", "address": "local", "detour": "DIRECT" }, + { "tag": "dns:reject", "address": "rcode://refused" } + ], + "rules": [ + { "outbound": "any", "server": "dns:local" }, + { + "rule_set": "geosite:ads", + "server": "dns:reject", + "disable_cache": true + }, + { "rule_set": "geosite:private", "server": "dns:local" }, + { "clash_mode": "direct", "server": "dns:local" }, + { "clash_mode": "global", "server": "dns:proxy" }, + { "rule_set": "geosite:cn", "server": "dns:local" }, + { + "type": "logical", + "mode": "and", + "rules": [ + { "rule_set": "geosite:proxy", "invert": true }, + { "rule_set": "geoip:cn" } + ], + "server": "dns:proxy", + "client_subnet": "101.6.6.6" + } + ], + "final": "dns:proxy", + "independent_cache": true + } +} diff --git a/_config/route.json b/_config/route.json new file mode 100644 index 00000000..b62b6ed7 --- /dev/null +++ b/_config/route.json @@ -0,0 +1,38 @@ +{ + "$schema": "https://gist.github.com/artiga033/fea992d95ad44dc8d024b229223b1002/raw/83c676c1ec9f37af2bce0505da396b5444b30032/sing-box.schema.json", + "route": { + "rules": [ + { + "type": "logical", + "mode": "or", + "rules": [{ "protocol": "dns" }, { "port": 53 }], + "outbound": "out:dns" + }, + { + "type": "logical", + "mode": "or", + "rules": [ + { "port": 853 }, + { "network": "udp", "port": 443 }, + { "protocol": "stun" } + ], + "outbound": "REJECT" + }, + { "rule_set": "rule-set:ads", "outbound": "REJECT" }, + { + "ip_is_private": true, + "rule_set": "rule-set:private", + "outbound": "DIRECT" + }, + { "clash_mode": "direct", "outbound": "DIRECT" }, + { "clash_mode": "global", "outbound": "PROXY" }, + { "rule_set": "rule-set:cn", "outbound": "DIRECT" }, + { "rule_set": "rule-set:ai", "outbound": "🤖 AI" }, + { "rule_set": "rule-set:download", "outbound": "☁️ Download" }, + { "rule_set": "rule-set:emby", "outbound": "🍟 Emby" }, + { "rule_set": "rule-set:media", "outbound": "📺 Media" } + ], + "final": "PROXY", + "auto_detect_interface": true + } +} diff --git a/api/SUMMARY/index.html b/api/SUMMARY/index.html new file mode 100644 index 00000000..63fe090f --- /dev/null +++ b/api/SUMMARY/index.html @@ -0,0 +1,928 @@ + + + + + + + + + + + + + + + + + + + + + + + SUMMARY - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+ +
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/api/sbr/container/index.html b/api/sbr/container/index.html new file mode 100644 index 00000000..9c2b7a9d --- /dev/null +++ b/api/sbr/container/index.html @@ -0,0 +1,1988 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + sbr.container - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + +

sbr.container

+ +
+ + + + +
+ + + + + +

Modules:

+
    +
  • + optim + – +
    + +
    +
  • +
+ + + + +

Classes:

+ + + + + + + + +
+ + + + + + + + +
+ + + +

+ Rule + + +

+ + +
+

+ Bases: BaseModel

+ + + + + + + + + + +

Methods:

+ + + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ domain + + + + class-attribute + instance-attribute + + +

+
domain: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ domain_keyword + + + + class-attribute + instance-attribute + + +

+
domain_keyword: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ domain_regex + + + + class-attribute + instance-attribute + + +

+
domain_regex: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ domain_suffix + + + + class-attribute + instance-attribute + + +

+
domain_suffix: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ ip_cidr + + + + class-attribute + instance-attribute + + +

+
ip_cidr: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ model_config + + + + class-attribute + instance-attribute + + +

+
model_config = ConfigDict(extra='forbid')
+
+ +
+
+ +
+ + + +
+ + +

+ __getitem__ + + +

+
__getitem__(key: str) -> set[str]
+
+ +
+ +
+ +
+ +
+ + +

+ __len__ + + +

+
__len__() -> int
+
+ +
+ +
+ +
+ +
+ + +

+ __or__ + + +

+
__or__(other: Rule) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ __sub__ + + +

+
__sub__(other: Rule) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ difference + + +

+
difference(*others: Rule) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ from_file + + + + classmethod + + +

+
from_file(path: StrPath) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ geoip + + +

+
geoip() -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ geosite + + +

+
geosite() -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ op + + +

+
op(op: Callable[[Any, Any], Any], other: Rule) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ optimize + + +

+
optimize() -> None
+
+ +
+ +
+ +
+ +
+ + +

+ save + + +

+
save(path: StrPath) -> None
+
+ +
+ +
+ +
+ +
+ + +

+ summary + + +

+
summary() -> str
+
+ +
+ +
+ +
+ +
+ + +

+ union + + +

+
union(*others: Rule) -> Rule
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ RuleSet + + +

+ + +
+

+ Bases: BaseModel

+ + + + + + + + + + +

Methods:

+ + + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ rules + + + + instance-attribute + + +

+
rules: list[Rule]
+
+ +
+
+ +
+ +
+ + + +

+ version + + + + instance-attribute + + +

+
version: Literal[1, 2]
+
+ +
+
+ +
+ + + +
+ + +

+ from_file + + + + classmethod + + +

+
from_file(path: StrPath) -> RuleSet
+
+ +
+ +
+ +
+ +
+ + +

+ save + + +

+
save(path: StrPath) -> None
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/api/sbr/container/optim/index.html b/api/sbr/container/optim/index.html new file mode 100644 index 00000000..e70c1131 --- /dev/null +++ b/api/sbr/container/optim/index.html @@ -0,0 +1,1311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + sbr.container.optim - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + +

sbr.container.optim

+ +
+ + + + +
+ + + + + + + + + +

Functions:

+ + + + + + +
+ + + + + + + + + +
+ + +

+ merge_between_suffix + + +

+
merge_between_suffix(domain_suffix: set[str]) -> set[str]
+
+ +
+ +
+ +
+ +
+ + +

+ merge_domain_with_keyword + + +

+
merge_domain_with_keyword(
+    domain: set[str], domain_keyword: set[str]
+) -> tuple[set[str], set[str]]
+
+ +
+ +
+ +
+ +
+ + +

+ merge_domain_with_suffix + + +

+
merge_domain_with_suffix(
+    domain: set[str], domain_suffix: set[str]
+) -> tuple[set[str], set[str]]
+
+ +
+ +
+ +
+ +
+ + +

+ merge_ip_cidr + + +

+
merge_ip_cidr(ip_cidr: set[str]) -> set[str]
+
+ +
+ +
+ +
+ +
+ + +

+ merge_suffix_with_keyword + + +

+
merge_suffix_with_keyword(
+    domain_suffix: set[str], domain_keyword: set[str]
+) -> tuple[set[str], set[str]]
+
+ +
+ +
+ +
+ +
+ + +

+ remove_unresolvable + + +

+
remove_unresolvable(domain: set[str]) -> set[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/api/sbr/index.html b/api/sbr/index.html new file mode 100644 index 00000000..88c69ea1 --- /dev/null +++ b/api/sbr/index.html @@ -0,0 +1,2662 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + sbr - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + +

sbr

+ +
+ + + + +
+ + + + + +

Modules:

+ + + + + +

Classes:

+ + + + + +

Functions:

+ + + + + +

Attributes:

+ + + + +
+ + + + + + + +
+ + + +

+ PRESETS + + + + module-attribute + + +

+
PRESETS: list[PresetConfig] = [
+    PresetConfig(
+        "ads",
+        "🛑 ADs",
+        [
+            "blackmatrix7:Advertising",
+            "DustinWin/geosite-all:ads",
+            "MetaCubeX/geosite:*-ads,*-ads-all,*@ads",
+        ],
+        [],
+    ),
+    PresetConfig(
+        "private",
+        "🔒 Private",
+        [
+            "blackmatrix7:Lan,NTPService",
+            "DustinWin/geoip-all:private",
+            "DustinWin/geosite-all:private",
+            "MetaCubeX/geoip:private",
+            "MetaCubeX/geosite:category-ntp*,private",
+        ],
+        ["preset:ads"],
+    ),
+    PresetConfig(
+        "cn",
+        "🇨🇳 CN",
+        [
+            "blackmatrix7:ChinaMax,Direct",
+            "DustinWin/geoip-all:cn",
+            "DustinWin/geosite-all:cn",
+            "liblaf:cn",
+            "MetaCubeX/geoip:cn",
+            "MetaCubeX/geosite:cn,*-cn,*@cn",
+        ],
+        ["liblaf:!cn", "preset:ads", "preset:private"],
+    ),
+    PresetConfig(
+        "proxy",
+        "✈️ Proxy",
+        [
+            "blackmatrix7:Global",
+            "DustinWin/geosite-all:proxy",
+            "MetaCubeX/geosite:*!cn*",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "ai",
+        "🤖 AI",
+        [
+            "blackmatrix7:Claude,Copilot,Gemini,OpenAI",
+            "DustinWin/geosite-all:ai",
+            "MetaCubeX/geosite:openai",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "download",
+        "☁️ Download",
+        [
+            "blackmatrix7:Download,OneDrive",
+            "MetaCubeX/geosite:onedrive",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "emby",
+        "🍟 Emby",
+        ["liblaf:emby", "NotSFC:Emby"],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "media",
+        "📺 Media",
+        [
+            "blackmatrix7:GlobalMedia",
+            "DustinWin/geosite-all:youtube",
+            "MetaCubeX/geosite-lite:proxymedia,youtube",
+            "MetaCubeX/geosite:youtube",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+]
+
+ +
+
+ +
+ + +
+ + + +

+ PresetConfig + + +

+ + +
+

+ Bases: NamedTuple

+ + + + + + + + + + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ exclude + + + + instance-attribute + + +

+
exclude: list[str]
+
+ +
+
+ +
+ +
+ + + +

+ id + + + + instance-attribute + + +

+
id: str
+
+ +
+
+ +
+ +
+ + + +

+ include + + + + instance-attribute + + +

+
include: list[str]
+
+ +
+
+ +
+ +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str
+
+ +
+
+ +
+ + + + + +
+ +
+ +
+ +
+ + + +

+ Rule + + +

+ + +
+

+ Bases: BaseModel

+ + + + + + + + + + +

Methods:

+ + + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ domain + + + + class-attribute + instance-attribute + + +

+
domain: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ domain_keyword + + + + class-attribute + instance-attribute + + +

+
domain_keyword: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ domain_regex + + + + class-attribute + instance-attribute + + +

+
domain_regex: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ domain_suffix + + + + class-attribute + instance-attribute + + +

+
domain_suffix: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ ip_cidr + + + + class-attribute + instance-attribute + + +

+
ip_cidr: Set = set()
+
+ +
+
+ +
+ +
+ + + +

+ model_config + + + + class-attribute + instance-attribute + + +

+
model_config = ConfigDict(extra='forbid')
+
+ +
+
+ +
+ + + +
+ + +

+ __getitem__ + + +

+
__getitem__(key: str) -> set[str]
+
+ +
+ +
+ +
+ +
+ + +

+ __len__ + + +

+
__len__() -> int
+
+ +
+ +
+ +
+ +
+ + +

+ __or__ + + +

+
__or__(other: Rule) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ __sub__ + + +

+
__sub__(other: Rule) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ difference + + +

+
difference(*others: Rule) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ from_file + + + + classmethod + + +

+
from_file(path: StrPath) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ geoip + + +

+
geoip() -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ geosite + + +

+
geosite() -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ op + + +

+
op(op: Callable[[Any, Any], Any], other: Rule) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ optimize + + +

+
optimize() -> None
+
+ +
+ +
+ +
+ +
+ + +

+ save + + +

+
save(path: StrPath) -> None
+
+ +
+ +
+ +
+ +
+ + +

+ summary + + +

+
summary() -> str
+
+ +
+ +
+ +
+ +
+ + +

+ union + + +

+
union(*others: Rule) -> Rule
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ RuleSet + + +

+ + +
+

+ Bases: BaseModel

+ + + + + + + + + + +

Methods:

+ + + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ rules + + + + instance-attribute + + +

+
rules: list[Rule]
+
+ +
+
+ +
+ +
+ + + +

+ version + + + + instance-attribute + + +

+
version: Literal[1, 2]
+
+ +
+
+ +
+ + + +
+ + +

+ from_file + + + + classmethod + + +

+
from_file(path: StrPath) -> RuleSet
+
+ +
+ +
+ +
+ +
+ + +

+ save + + +

+
save(path: StrPath) -> None
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ Source + + +

+ + +
+

+ Bases: ABC

+ + + + + + + + + + +

Methods:

+
    +
  • + __init__ + – +
    + +
    +
  • +
  • + get + – +
    + +
    +
  • +
  • + keys + – +
    + +
    +
  • +
+ + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str
+
+ +
+
+ +
+ + + +
+ + +

+ __init__ + + +

+
__init__() -> None
+
+ +
+ +
+ +
+ +
+ + +

+ get + + + + async + + +

+
get(*key: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ keys + + + + async + + +

+
keys() -> list[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + +
+ + +

+ get_rule + + + + async + + +

+
get_rule(*spec: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ get_source + + +

+
get_source(name: str) -> Source
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/api/sbr/logging/index.html b/api/sbr/logging/index.html new file mode 100644 index 00000000..70240414 --- /dev/null +++ b/api/sbr/logging/index.html @@ -0,0 +1,1093 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + sbr.logging - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

sbr.logging

+ +
+ + + + +
+ + + + + + + + + +

Functions:

+
    +
  • + init + – +
    + +
    +
  • +
+ + + + + +
+ + + + + + + + + +
+ + +

+ init + + +

+
init(level: str | int = NOTSET) -> None
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/api/sbr/source/index.html b/api/sbr/source/index.html new file mode 100644 index 00000000..ec2c6d30 --- /dev/null +++ b/api/sbr/source/index.html @@ -0,0 +1,3205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + sbr.source - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+ +
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

sbr.source

+ +
+ + + + +
+ + + + + +

Modules:

+ + + + + +

Classes:

+ + + + + +

Functions:

+ + + + + +

Attributes:

+ + + + +
+ + + + + + + +
+ + + +

+ PRESETS + + + + module-attribute + + +

+
PRESETS: list[PresetConfig] = [
+    PresetConfig(
+        "ads",
+        "🛑 ADs",
+        [
+            "blackmatrix7:Advertising",
+            "DustinWin/geosite-all:ads",
+            "MetaCubeX/geosite:*-ads,*-ads-all,*@ads",
+        ],
+        [],
+    ),
+    PresetConfig(
+        "private",
+        "🔒 Private",
+        [
+            "blackmatrix7:Lan,NTPService",
+            "DustinWin/geoip-all:private",
+            "DustinWin/geosite-all:private",
+            "MetaCubeX/geoip:private",
+            "MetaCubeX/geosite:category-ntp*,private",
+        ],
+        ["preset:ads"],
+    ),
+    PresetConfig(
+        "cn",
+        "🇨🇳 CN",
+        [
+            "blackmatrix7:ChinaMax,Direct",
+            "DustinWin/geoip-all:cn",
+            "DustinWin/geosite-all:cn",
+            "liblaf:cn",
+            "MetaCubeX/geoip:cn",
+            "MetaCubeX/geosite:cn,*-cn,*@cn",
+        ],
+        ["liblaf:!cn", "preset:ads", "preset:private"],
+    ),
+    PresetConfig(
+        "proxy",
+        "✈️ Proxy",
+        [
+            "blackmatrix7:Global",
+            "DustinWin/geosite-all:proxy",
+            "MetaCubeX/geosite:*!cn*",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "ai",
+        "🤖 AI",
+        [
+            "blackmatrix7:Claude,Copilot,Gemini,OpenAI",
+            "DustinWin/geosite-all:ai",
+            "MetaCubeX/geosite:openai",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "download",
+        "☁️ Download",
+        [
+            "blackmatrix7:Download,OneDrive",
+            "MetaCubeX/geosite:onedrive",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "emby",
+        "🍟 Emby",
+        ["liblaf:emby", "NotSFC:Emby"],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "media",
+        "📺 Media",
+        [
+            "blackmatrix7:GlobalMedia",
+            "DustinWin/geosite-all:youtube",
+            "MetaCubeX/geosite-lite:proxymedia,youtube",
+            "MetaCubeX/geosite:youtube",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+]
+
+ +
+
+ +
+ + +
+ + + +

+ ClashClassicalText + + +

+ + +
+

+ Bases: Source

+ + + + + + + + + + +

Methods:

+ + + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ dpath + + + + instance-attribute + + +

+
dpath: Path = Path(dpath)
+
+ +
+
+ +
+ +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str = name
+
+ +
+
+ +
+ +
+ + + +

+ url + + + + instance-attribute + + +

+
url: Template
+
+ +
+
+ +
+ + + +
+ + +

+ __init__ + + +

+
__init__(
+    name: str, url: str | Template, dpath: StrPath
+) -> None
+
+ +
+ +
+ +
+ +
+ + +

+ from_file + + + + staticmethod + + +

+
from_file(fpath: StrPath) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ get + + + + async + + +

+
get(*key: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ keys + + + + async + + +

+
keys() -> list[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ GeoIP + + +

+ + +
+

+ Bases: Source

+ + + + + + + + + + +

Methods:

+
    +
  • + __init__ + – +
    + +
    +
  • +
  • + get + – +
    + +
    +
  • +
  • + keys + – +
    + +
    +
  • +
+ + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ dpath + + + + instance-attribute + + +

+
dpath: Path = Path(dpath)
+
+ +
+
+ +
+ +
+ + + +

+ fpath + + + + property + + +

+
fpath: Path
+
+ +
+
+ +
+ +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str = name
+
+ +
+
+ +
+ +
+ + + +

+ url + + + + instance-attribute + + +

+
url: str = url
+
+ +
+
+ +
+ + + +
+ + +

+ __init__ + + +

+
__init__(name: str, url: str, dpath: StrPath) -> None
+
+ +
+ +
+ +
+ +
+ + +

+ get + + + + async + + +

+
get(*key: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ keys + + + + async + + +

+
keys() -> list[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ GeoSite + + +

+ + +
+

+ Bases: Source

+ + + + + + + + + + +

Methods:

+
    +
  • + __init__ + – +
    + +
    +
  • +
  • + get + – +
    + +
    +
  • +
  • + keys + – +
    + +
    +
  • +
+ + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ dpath + + + + instance-attribute + + +

+
dpath: Path = Path(dpath)
+
+ +
+
+ +
+ +
+ + + +

+ fpath + + + + property + + +

+
fpath: Path
+
+ +
+
+ +
+ +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str = name
+
+ +
+
+ +
+ +
+ + + +

+ url + + + + instance-attribute + + +

+
url: str = url
+
+ +
+
+ +
+ + + +
+ + +

+ __init__ + + +

+
__init__(name: str, url: str, dpath: StrPath) -> None
+
+ +
+ +
+ +
+ +
+ + +

+ get + + + + async + + +

+
get(*key: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ keys + + + + async + + +

+
keys() -> list[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ Preset + + +

+ + +
+

+ Bases: Source

+ + + + + + + + + + +

Methods:

+
    +
  • + __init__ + – +
    + +
    +
  • +
  • + get + – +
    + +
    +
  • +
  • + keys + – +
    + +
    +
  • +
+ + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ name + + + + class-attribute + instance-attribute + + +

+
name: str = 'preset'
+
+ +
+
+ +
+ + + +
+ + +

+ __init__ + + +

+
__init__() -> None
+
+ +
+ +
+ +
+ +
+ + +

+ get + + + + async + + +

+
get(*key: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ keys + + + + async + + +

+
keys() -> list[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ PresetConfig + + +

+ + +
+

+ Bases: NamedTuple

+ + + + + + + + + + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ exclude + + + + instance-attribute + + +

+
exclude: list[str]
+
+ +
+
+ +
+ +
+ + + +

+ id + + + + instance-attribute + + +

+
id: str
+
+ +
+
+ +
+ +
+ + + +

+ include + + + + instance-attribute + + +

+
include: list[str]
+
+ +
+
+ +
+ +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str
+
+ +
+
+ +
+ + + + + +
+ +
+ +
+ +
+ + + +

+ SingBoxRuleSet + + +

+ + +
+

+ Bases: Source

+ + + + + + + + + + +

Methods:

+
    +
  • + __init__ + – +
    + +
    +
  • +
  • + get + – +
    + +
    +
  • +
  • + keys + – +
    + +
    +
  • +
+ + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ dpath + + + + instance-attribute + + +

+
dpath: Path = Path(dpath)
+
+ +
+
+ +
+ +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str = name
+
+ +
+
+ +
+ +
+ + + +

+ url + + + + instance-attribute + + +

+
url: Template
+
+ +
+
+ +
+ + + +
+ + +

+ __init__ + + +

+
__init__(
+    name: str, url: str | Template, dpath: StrPath
+) -> None
+
+ +
+ +
+ +
+ +
+ + +

+ get + + + + async + + +

+
get(*key: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ keys + + + + async + + +

+
keys() -> list[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ Source + + +

+ + +
+

+ Bases: ABC

+ + + + + + + + + + +

Methods:

+
    +
  • + __init__ + – +
    + +
    +
  • +
  • + get + – +
    + +
    +
  • +
  • + keys + – +
    + +
    +
  • +
+ + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str
+
+ +
+
+ +
+ + + +
+ + +

+ __init__ + + +

+
__init__() -> None
+
+ +
+ +
+ +
+ +
+ + +

+ get + + + + async + + +

+
get(*key: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ keys + + + + async + + +

+
keys() -> list[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + +
+ + +

+ get_rule + + + + async + + +

+
get_rule(*spec: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ get_source + + +

+
get_source(name: str) -> Source
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/api/sbr/source/preset/index.html b/api/sbr/source/preset/index.html new file mode 100644 index 00000000..685ed8c2 --- /dev/null +++ b/api/sbr/source/preset/index.html @@ -0,0 +1,1835 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + sbr.source.preset - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

sbr.source.preset

+ +
+ + + + +
+ + + + + + + +

Classes:

+ + + + + +

Functions:

+ + + + + +

Attributes:

+ + + + +
+ + + + + + + +
+ + + +

+ PRESETS + + + + module-attribute + + +

+
PRESETS: list[PresetConfig] = [
+    PresetConfig(
+        "ads",
+        "🛑 ADs",
+        [
+            "blackmatrix7:Advertising",
+            "DustinWin/geosite-all:ads",
+            "MetaCubeX/geosite:*-ads,*-ads-all,*@ads",
+        ],
+        [],
+    ),
+    PresetConfig(
+        "private",
+        "🔒 Private",
+        [
+            "blackmatrix7:Lan,NTPService",
+            "DustinWin/geoip-all:private",
+            "DustinWin/geosite-all:private",
+            "MetaCubeX/geoip:private",
+            "MetaCubeX/geosite:category-ntp*,private",
+        ],
+        ["preset:ads"],
+    ),
+    PresetConfig(
+        "cn",
+        "🇨🇳 CN",
+        [
+            "blackmatrix7:ChinaMax,Direct",
+            "DustinWin/geoip-all:cn",
+            "DustinWin/geosite-all:cn",
+            "liblaf:cn",
+            "MetaCubeX/geoip:cn",
+            "MetaCubeX/geosite:cn,*-cn,*@cn",
+        ],
+        ["liblaf:!cn", "preset:ads", "preset:private"],
+    ),
+    PresetConfig(
+        "proxy",
+        "✈️ Proxy",
+        [
+            "blackmatrix7:Global",
+            "DustinWin/geosite-all:proxy",
+            "MetaCubeX/geosite:*!cn*",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "ai",
+        "🤖 AI",
+        [
+            "blackmatrix7:Claude,Copilot,Gemini,OpenAI",
+            "DustinWin/geosite-all:ai",
+            "MetaCubeX/geosite:openai",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "download",
+        "☁️ Download",
+        [
+            "blackmatrix7:Download,OneDrive",
+            "MetaCubeX/geosite:onedrive",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "emby",
+        "🍟 Emby",
+        ["liblaf:emby", "NotSFC:Emby"],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+    PresetConfig(
+        "media",
+        "📺 Media",
+        [
+            "blackmatrix7:GlobalMedia",
+            "DustinWin/geosite-all:youtube",
+            "MetaCubeX/geosite-lite:proxymedia,youtube",
+            "MetaCubeX/geosite:youtube",
+        ],
+        ["preset:ads", "preset:cn", "preset:private"],
+    ),
+]
+
+ +
+
+ +
+ + +
+ + + +

+ Preset + + +

+ + +
+

+ Bases: Source

+ + + + + + + + + + +

Methods:

+
    +
  • + __init__ + – +
    + +
    +
  • +
  • + get + – +
    + +
    +
  • +
  • + keys + – +
    + +
    +
  • +
+ + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ name + + + + class-attribute + instance-attribute + + +

+
name: str = 'preset'
+
+ +
+
+ +
+ + + +
+ + +

+ __init__ + + +

+
__init__() -> None
+
+ +
+ +
+ +
+ +
+ + +

+ get + + + + async + + +

+
get(*key: str) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ keys + + + + async + + +

+
keys() -> list[str]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ +
+ + + +

+ PresetConfig + + +

+ + +
+

+ Bases: NamedTuple

+ + + + + + + + + + + + +

Attributes:

+ + + + + +
+ + + + + + + +
+ + + +

+ exclude + + + + instance-attribute + + +

+
exclude: list[str]
+
+ +
+
+ +
+ +
+ + + +

+ id + + + + instance-attribute + + +

+
id: str
+
+ +
+
+ +
+ +
+ + + +

+ include + + + + instance-attribute + + +

+
include: list[str]
+
+ +
+
+ +
+ +
+ + + +

+ name + + + + instance-attribute + + +

+
name: str
+
+ +
+
+ +
+ + + + + +
+ +
+ +
+ + +
+ + +

+ get_preset + + + + async + + +

+
get_preset(_id: str, *, exclude: bool = True) -> Rule
+
+ +
+ +
+ +
+ +
+ + +

+ get_rule + + + + async + + +

+
get_rule(*spec: str) -> Rule
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/api/sbr/typing/index.html b/api/sbr/typing/index.html new file mode 100644 index 00000000..8c612515 --- /dev/null +++ b/api/sbr/typing/index.html @@ -0,0 +1,1097 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + sbr.typing - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

sbr.typing

+ +
+ + + + +
+ + + + + + + + + + + +

Attributes:

+ + + + +
+ + + + + + + +
+ + + +

+ StrPath + + + + module-attribute + + +

+
StrPath = str | PathLike[str]
+
+ +
+
+ +
+ + + + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/api/sbr/utils/index.html b/api/sbr/utils/index.html new file mode 100644 index 00000000..1fd7467a --- /dev/null +++ b/api/sbr/utils/index.html @@ -0,0 +1,1228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + sbr.utils - Route Rules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + +

sbr.utils

+ +
+ + + + +
+ + + + + + + + + +

Functions:

+ + + + + + +
+ + + + + + + + + +
+ + +

+ as_set + + +

+
as_set(obj: str | Iterable[str]) -> set[str]
+
+ +
+ +
+ +
+ +
+ + +

+ download + + + + async + + +

+
download(
+    url: str,
+    _fpath: StrPath | None = None,
+    *,
+    redo: bool = False,
+    verbose: bool | None = True,
+    expires: str | int | datetime | timedelta | None = None
+) -> Path
+
+ +
+ +
+ +
+ +
+ + +

+ split_strip + + +

+
split_strip(text: str, sep: str | None = ',') -> list[str]
+
+ +
+ +
+ +
+ +
+ + +

+ strip_comments + + +

+
strip_comments(text: str) -> Generator[str, None, None]
+
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + +
+ + + +
+
+
+
+ +
+ + + + + + + + + + \ No newline at end of file diff --git a/assets/_mkdocstrings.css b/assets/_mkdocstrings.css new file mode 100644 index 00000000..b500381b --- /dev/null +++ b/assets/_mkdocstrings.css @@ -0,0 +1,143 @@ + +/* Avoid breaking parameter names, etc. in table cells. */ +.doc-contents td code { + word-break: normal !important; +} + +/* No line break before first paragraph of descriptions. */ +.doc-md-description, +.doc-md-description>p:first-child { + display: inline; +} + +/* Max width for docstring sections tables. */ +.doc .md-typeset__table, +.doc .md-typeset__table table { + display: table !important; + width: 100%; +} + +.doc .md-typeset__table tr { + display: table-row; +} + +/* Defaults in Spacy table style. */ +.doc-param-default { + float: right; +} + +/* Parameter headings must be inline, not blocks. */ +.doc-heading-parameter { + display: inline; +} + +/* Prefer space on the right, not the left of parameter permalinks. */ +.doc-heading-parameter .headerlink { + margin-left: 0 !important; + margin-right: 0.2rem; +} + +/* Backward-compatibility: docstring section titles in bold. */ +.doc-section-title { + font-weight: bold; +} + +/* Symbols in Navigation and ToC. */ +:root, :host, +[data-md-color-scheme="default"] { + --doc-symbol-parameter-fg-color: #df50af; + --doc-symbol-attribute-fg-color: #953800; + --doc-symbol-function-fg-color: #8250df; + --doc-symbol-method-fg-color: #8250df; + --doc-symbol-class-fg-color: #0550ae; + --doc-symbol-module-fg-color: #5cad0f; + + --doc-symbol-parameter-bg-color: #df50af1a; + --doc-symbol-attribute-bg-color: #9538001a; + --doc-symbol-function-bg-color: #8250df1a; + --doc-symbol-method-bg-color: #8250df1a; + --doc-symbol-class-bg-color: #0550ae1a; + --doc-symbol-module-bg-color: #5cad0f1a; +} + +[data-md-color-scheme="slate"] { + --doc-symbol-parameter-fg-color: #ffa8cc; + --doc-symbol-attribute-fg-color: #ffa657; + --doc-symbol-function-fg-color: #d2a8ff; + --doc-symbol-method-fg-color: #d2a8ff; + --doc-symbol-class-fg-color: #79c0ff; + --doc-symbol-module-fg-color: #baff79; + + --doc-symbol-parameter-bg-color: #ffa8cc1a; + --doc-symbol-attribute-bg-color: #ffa6571a; + --doc-symbol-function-bg-color: #d2a8ff1a; + --doc-symbol-method-bg-color: #d2a8ff1a; + --doc-symbol-class-bg-color: #79c0ff1a; + --doc-symbol-module-bg-color: #baff791a; +} + +code.doc-symbol { + border-radius: .1rem; + font-size: .85em; + padding: 0 .3em; + font-weight: bold; +} + +code.doc-symbol-parameter { + color: var(--doc-symbol-parameter-fg-color); + background-color: var(--doc-symbol-parameter-bg-color); +} + +code.doc-symbol-parameter::after { + content: "param"; +} + +code.doc-symbol-attribute { + color: var(--doc-symbol-attribute-fg-color); + background-color: var(--doc-symbol-attribute-bg-color); +} + +code.doc-symbol-attribute::after { + content: "attr"; +} + +code.doc-symbol-function { + color: var(--doc-symbol-function-fg-color); + background-color: var(--doc-symbol-function-bg-color); +} + +code.doc-symbol-function::after { + content: "func"; +} + +code.doc-symbol-method { + color: var(--doc-symbol-method-fg-color); + background-color: var(--doc-symbol-method-bg-color); +} + +code.doc-symbol-method::after { + content: "meth"; +} + +code.doc-symbol-class { + color: var(--doc-symbol-class-fg-color); + background-color: var(--doc-symbol-class-bg-color); +} + +code.doc-symbol-class::after { + content: "class"; +} + +code.doc-symbol-module { + color: var(--doc-symbol-module-fg-color); + background-color: var(--doc-symbol-module-bg-color); +} + +code.doc-symbol-module::after { + content: "mod"; +} + +.doc-signature .autorefs { + color: inherit; + border-bottom: 1px dotted currentcolor; +} diff --git a/assets/images/favicon.png b/assets/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf13b9f9d978896599290a74f77d5dbe7d1655c GIT binary patch literal 1870 zcmV-U2eJ5xP)Gc)JR9QMau)O=X#!i9;T z37kk-upj^(fsR36MHs_+1RCI)NNu9}lD0S{B^g8PN?Ww(5|~L#Ng*g{WsqleV}|#l zz8@ri&cTzw_h33bHI+12+kK6WN$h#n5cD8OQt`5kw6p~9H3()bUQ8OS4Q4HTQ=1Ol z_JAocz`fLbT2^{`8n~UAo=#AUOf=SOq4pYkt;XbC&f#7lb$*7=$na!mWCQ`dBQsO0 zLFBSPj*N?#u5&pf2t4XjEGH|=pPQ8xh7tpx;US5Cx_Ju;!O`ya-yF`)b%TEt5>eP1ZX~}sjjA%FJF?h7cX8=b!DZl<6%Cv z*G0uvvU+vmnpLZ2paivG-(cd*y3$hCIcsZcYOGh{$&)A6*XX&kXZd3G8m)G$Zz-LV z^GF3VAW^Mdv!)4OM8EgqRiz~*Cji;uzl2uC9^=8I84vNp;ltJ|q-*uQwGp2ma6cY7 z;`%`!9UXO@fr&Ebapfs34OmS9^u6$)bJxrucutf>`dKPKT%%*d3XlFVKunp9 zasduxjrjs>f8V=D|J=XNZp;_Zy^WgQ$9WDjgY=z@stwiEBm9u5*|34&1Na8BMjjgf3+SHcr`5~>oz1Y?SW^=K z^bTyO6>Gar#P_W2gEMwq)ot3; zREHn~U&Dp0l6YT0&k-wLwYjb?5zGK`W6S2v+K>AM(95m2C20L|3m~rN8dprPr@t)5lsk9Hu*W z?pS990s;Ez=+Rj{x7p``4>+c0G5^pYnB1^!TL=(?HLHZ+HicG{~4F1d^5Awl_2!1jICM-!9eoLhbbT^;yHcefyTAaqRcY zmuctDopPT!%k+}x%lZRKnzykr2}}XfG_ne?nRQO~?%hkzo;@RN{P6o`&mMUWBYMTe z6i8ChtjX&gXl`nvrU>jah)2iNM%JdjqoaeaU%yVn!^70x-flljp6Q5tK}5}&X8&&G zX3fpb3E(!rH=zVI_9Gjl45w@{(ITqngWFe7@9{mX;tO25Z_8 zQHEpI+FkTU#4xu>RkN>b3Tnc3UpWzPXWm#o55GKF09j^Mh~)K7{QqbO_~(@CVq! zS<8954|P8mXN2MRs86xZ&Q4EfM@JB94b=(YGuk)s&^jiSF=t3*oNK3`rD{H`yQ?d; ztE=laAUoZx5?RC8*WKOj`%LXEkgDd>&^Q4M^z`%u0rg-It=hLCVsq!Z%^6eB-OvOT zFZ28TN&cRmgU}Elrnk43)!>Z1FCPL2K$7}gwzIc48NX}#!A1BpJP?#v5wkNprhV** z?Cpalt1oH&{r!o3eSKc&ap)iz2BTn_VV`4>9M^b3;(YY}4>#ML6{~(4mH+?%07*qo IM6N<$f(jP3KmY&$ literal 0 HcmV?d00001 diff --git a/assets/images/social/README.png b/assets/images/social/README.png new file mode 100644 index 0000000000000000000000000000000000000000..174e53bd79f84762e2ba07f926cffaf1c6530e63 GIT binary patch literal 15930 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 J|GoeB{{pH4lBNIv literal 0 HcmV?d00001 diff --git a/assets/images/social/SUMMARY.png b/assets/images/social/SUMMARY.png new file mode 100644 index 0000000000000000000000000000000000000000..5aa792b4ce48d2666548705283cc7fb9b28daca9 GIT binary patch literal 21015 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%0A39cg$IisWLNCaMnY3EN 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%0A39cg$IisWLNCaMnY3EN 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 literal 0 HcmV?d00001 diff --git a/assets/images/social/api/sbr/container/README.png b/assets/images/social/api/sbr/container/README.png new file mode 100644 index 0000000000000000000000000000000000000000..9f0a6a83f422a41b3d06117359928358f99de6e2 GIT binary patch literal 22877 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 QsO&xA^uzJuZ~dv{fdCF+K;{;{9=er981 zJ9hn=?oBqf?@QU(4h8)919-*ca;Po%^TT!BE4PBuS0@64(k)Yzzq;O%woaTCp-tL& z5EeD%@=uKY@MGz7>C#tdo;z;We^eZJB4jnz)O3@V=kv{*f1bK&_a(iSHktNYNBI~6 z_2jOTLG@PL)i3TlSWL%o!n3&simJSRd}q(RhJ-vLnpplFI5V51dGDYg^p}UCoOhsC zp5H$t4gG%8=;0CY<8r}I;5ymZt|@-U1O3bw|9A-e_;v7mE9lp^scc8VkB7Io{(JNP zT?1w@@YlSEJJ!;2#Pn8j)T2j+y1EL=t~q6r{Kt-U*^SHBsUOUV-U35$$91}v9Q-CO zSph3@^_VQWo%zmmsN$lC$bFh}OPrm5S(uZNwA}|~9$6xnf#q7PM|F(4aZP**vIU;Y z4JOdHhRN9$@3qCpu$9qV6 z;m*`Nw?5ML3?{UQtUtmeOCc44pP?hmk;~=~vI> zy9)GpoYi=irX74cUCI5cY1Z(_hyeK5GBPN$(!$b07FMhrep6qGX(r&)e!*_LomFY#^1J z%H0pb(ANVqjfUqkPktKr?g^(adL;^P zTDe_!cqVMdX^D08Fw}bc(aziZO2gK%cv85m)=>K9q2w8QD@UejTC(o)TxIj#(bzdcPFM?&zWfNA#C3 zP45fcmx?@vY8te`=fMLfQ*=o0lAf(>GO#NzU&yiA1gRed^0>YPRG*l;?qsGEwpZvZ zBP4si6Q9gEYu77k{}~$MZ>W$2?iO=Q%JZcDAL7rS`;0fooDp_*9vbKka4`^)vB%a7 z5;{T!!%$wPrdK+(La(Kx=AMHYY;tQ`3YzY>1{LtB{)2LqHbL*I-Fp^-HAonu-3U4cx}N3a6#FSa!{TRoD5Jafxc-?RnYFVOH?&zL(R;M}EzWJrl zQ*Y`{Gijy&hn6R0$ZXVfan~<&E$=nA$K*AJa)7n4O7)MW>x&opgO>SIZIFne&35`is0+ULlZ=VOf=!>O zixK9Tb-xtZ2$ObNd%tU)K1;FGQ<_bCA`!RDHH`Cec_uhmt`dU7ib0b*U7_((Nk|u+ zzRSVWisXQ=HFS$1P<4NRYmRrh)w)Gdm;1pYv6^m8Stli{<$D=s3@F>POvvPITrt{f z|DLIU${i^&Ha5S&r%zLY+MbHm)$x1pw1|>193IhgbAG5EF+q>BojJ|Lwqp%d)h$lE znd;Km-Nk;JW0>QEIkmq|Znw5ksVMa_gT%n2a#@1rL*NoK-o`DWS* z@eSH`Vld3~b@}t;Ig`xE`$7Ki4aG_Cc+p_>d*43Ay>ksTt~Jl5EkGW+;r9-?XarGbtjDl-Z2D{Ofuhz+AKq?CRv{nW+7sBoyr7J}|6I7>GiW-=1OT zt;|v_Mm216JCT!cuoQwRSif$*O*3Jj*e;VFmX~L%IQUFiVGFi=WWW7xr|pD3JKGrT z`1y4vyQam>o2TPjx1xr@;w}7X+ly71+u}qCC06oC*#)eso|vM4Y6{vcgZF`g2x>NzoUP9eR>#W#m&j7X>io$SSfZZ=V{--fKTu|5tAv< z*uhb+q>r}j1!Lm%d(zZDmVbH1N`$@k+%kL3CDk;=F*$8q|g#MlH4(fHR> zl9ZQn>V5ba79o)}dPewzx4nWAb1I-sx#2#dVZWe_U6Ya^DQPX64Shb?0? zxXjUia06XzWydYt=vCc{9|DTF6;D z?OfE6M}j>pMnTmewXCNHoi*;mykaBKqwRZb^So3vSdyzt`dX7&B`KhMf?I*?6s8a>_?|ni-!BMMy_8yPT_`{ z$Mf%B@lu)@HoLa8Qenhq>-|Jo+LwMAu*9okzWUY6wh;8bPh)}RXwP4K!ONkO(_F;XW zPxrFEhFEPK>!OYYj`L%X3{Cd^{F24-{N={ z8bmX5;e%)UF~{ci{?1#fOwxU=?OPqsNvgg=QwxxB3nO?@b6%-tjhP%#7eV z4fKmg#yBSCcsb?n>joD(b=BlRPdy7W-5?RDYiDQnDv=43Dee>PASX>_2%_ZZb=Hh=?E5kiu^;T7 z*92E)hA&fA#leIDr0* zAZzoq`VV(%EX)JE+0&l;ZB`MpU}N6N*ZZ8n0T{-?-&F!#6JGtTgXX=##hI9m2O$sOE-e0|Usrw7So8*STxF|pg44r`b9U(j}k289LgXa;6g zo?Gl=Vg>4u7kGDqpt=cbu3wutF{rpjW!7Z%X1`|mwzo$+Zjb6XK}XkaD*cO$Nz0c6 zV-{4giax0FS25DE8!YFgMO0G9_GA0TS7iHD>o(v1N_edqx@;qJh`DZXwd%d{X8KU| zzMxFQJ(WQcB$js?uQf>S+E@E&S@<1TG75xLWbNg|;3LxOoX z=k8pe$}0I{ig9pq@*PLAT5B21Sg3}YiElVpk;d#VKyb}!HX@Tpui*+ zA`+|0^_JhBNr-3+b60#m1TP8>Q#3M@y6*37I*%~eP}H7_)5T(l#~ea1_1;Vi&79YbqtNK%E}maY~UhnMPa!$$5i>i zwH23-Mv6&o`}r$p*7&td-iS-8K5=LE6BxZg$2KRZ&~K&wB$LVL9WRy2#+|8Q^luknpsxsSg$Nme?(Ct&PeJs*qJOJ*-J8k^ z?7Fvg3;n^w!%Oi-@xnoEUGtd!qG@VF92uO5gmA{a(ae&y9|%8wXCdT4EYn`Y2I|BR zU_O1Hd5%;jVM?Np!~_U#TA4bCdopJhp+%Do*8bf~DajYBMLc)uZZd~nw&r^5QA_+m z@ysmP9jVHj-LBwg!YvF1h9v+R?W=E4xuD{H4YA?tDs-!N@7i&Jd-wf?*Ud4RCldDm z$PNsqZd@S%v`EfmSFQB$($gzPuTd`o2+R~OrDgqnsn>7;FtGK(p$VsUU@rfC<6%F5tF3UNd3G3<_9l`pd z>|4JFe73(`(Y(yj$lNke)S{>)Ize)Qo$!NV>H5q(&gP6P_5uEilwI`C^4^2)t%PAL zt@BFH{v1mB83nbIelFzGP-T0V7&Qf*F2LCn{$p`*a#SR}#mf?3Ey&LP3rF`TA6PU4 zSI|ZRHk{h@c2!lhL|Uv>V~Lu$&`r$pmgTdUVHkC#pp><{wN7u-zOR6sC&Z9v&LjZT z)pn%^=ePZ>798`Iyn=k$pae$u*aiADOxw|_>X5Pr51JZMtp^@7Y|qm<9W~SoE@``I zxY5Tp-FNqE(E4IVnHS3Gmov9`Tr)3~wtV*;=qLs&7P52gnjIpA@u z-L7aJG;3)n!F0H__f2t6Ok{0gg1Le0W|M&PaOPoe2peY>B-(t-M0(~9h8P1HN$p}; z4ZN8)*Da^z<=FS+v<FP}43n*d>)Rn1`Z4Pl zPl5%uDwJOFZt$f@hBE+N)UOSRVgX+td~X%J88e0PFeSVPJ>9bAru!n8JS`Dgn#xLE z#hOe0{Cufo0`4|X7GpPFrbL*!vRz?% z@SUZCAVP%DGf*kfrZ`U-&uM6LXBcUng5rb$9M=?8g=_9;zH9JA$J0@$9 zG+Ww(mGO+sei_hF<0>%Ka$!tjf?fHc0#L!V8Cl%<@0(l7nt7TuZsWXR;~QV+Y8M(D z*fqmOW3J*+`!2yAMDGX5-)7|1$*_{0(El$(X=*aOHLQRiJH~LFj3)wc4Oh8;LT;YA zN=@Y0)3o0xFY{h1`cBT{f%PdK7l^!+-RUc--P*2#h-eUzU!o>hBi3lNcFlL=02Lct zI4wlJN{h>Ur&oq6kyG**jNFc*2xJT(btqC$6=1 zZUkF#fk$?Vi>6hnDwJ7MJb1Yz=QptKNLwC-U{IiL?uF>t_ih7JrpSz)@T82p4`YHp z2XG*0U1e?^*q{*VTJ8L&F6g=%(15vJt6`t_jM8Q~BV$gU7hE+7#4J}n{l!l>Wz=%q zrCAd6UxA2_BwoUNiTb<#B?rx&&Tjfl7h2!nNGER`z1Gb0JNPdu#^zvjjHc{+CG);3 z0eDZD#prL6@)3aqtcT>0T$w6rTbeLBk7sSEG*p9%POyaMA3j!mAcKAMUi)xj868;M z;a*Gv$Z>DF+n*{q&As~e2S^6{*09knaMBC0MNihin$(w6+-;epw@@tbk9|*hdPffp7M5uTgFg_>4TL)K0E;MZ`+k z#F7#Im?TP+vlK1B8;ve0y~uUs2#X#c1(b^yZMt_w9a+rQ&*Te#tiOFA2I=pG`YUH+AkVHJ0EA?7@br3_F~B9xkx~aOzUxSlY2~@KEPd;fmu2~Lh9q| z$9F}tEv-#K$qNY^{PJQ2;|?(QF;nx26KT~0t?TAJ;reOSL#^F*?AZaR;UAYlqm1;Ji{rzw& zv9;4}->LOgm|TD#<+OZxVA}6ZqGkRU8xNlBbDzfcXwnnO{exo`RJ5_NR;va_lTIWe zRHNcOIdjAqNWw2l1=ubLa|V!Bg{@S}H(~3uBrgpcMoMIko}p<%OBW||fBRkO9drK83$k(0n`PBp?{%uZDeqD&TEPA_ zLycY~^0Zp#9gl|oonMI(gB!1rTSEr<7ERS+3hRf&bHbAdE56~a?|6SfPwRBl)v3RY zJdlX%-aw5S>fa6PVmahbsy1Y>u4A|h3+w7^ic?jpMeM^y->b}Te(J+{UAGL3ICb(4 zV7Hf*hrq9pH0DhWZYE(PlnKRwMMg%?6#-kfrGAm~{sd4*QC{SuW_f5ne^t3*VR0%6 zrg6z7OH*O3!Aob4S*=*+?F&!ZbjFw3Qwur>c;|`;sdnSEWS~K?JrIxtBVuW%C4NE0 z_u6;}VT|5Cv7A#-hc#QX>#Nsq*!%LryJglXyF9D-QDw%#y~ODNVnK#`r3>(;Ybu0o zr*Tt1rppM1;5NEXpY#fucyd}hH(Q6IL;LOTT7xg+rY@q>PoX}boc4yjEbw#1I};Wv zeh;i0cKo@>q>Tu@D_6uZ!*lerf4##N{0h<8WI*@#=(r@pl+eg208|3(D!`KF%}|z} zT;IJeclSn*#?~ux!ogKVM!H%W*a2_^AqHwQ>_SXN{gO{zH;^5u)yl@v9rg+$J(@E? zV$dnrGLzbL8|Y1(psMR3mi1#u`A_RlR%HRvuq1f7^0abYAp6#Hvgs8|01ZGz&Z0V< zCmkKm;7H3pc2d0&EP8KLj_=lzKJtS$wu)Q1)cKy#~~x}@0pOd3tu_qz^S zROK$D?ovyXO=6R5?{)ktsB>T~2=vVYE#{3*J4tFPSWOA8N`KV^rVOc>lFC_;YZ+il zQ4t#X{YUVr0)s#uB*!SH^GO&k()OJC^EP8-!&Vfgxdpp_hTMwRMv&+XDW3>xVxEWy z$q8ssyIV4gBztd-6VN$=}rl z`cmv?mkQ3&$kegc&jJ4P_sm_kxod*GpeK45(09#H9=$8#T$<5GvukUAg$gsqzNN3; z(i`d>yIYb`-|ZU!S@h-m6&T;)-6Z_$?=+vTOHM74(ou-vMO>eP1Ph22J^@#m$#$7I*yR16jK*rnckT8E-%v z@m^eBTlpyD{T?cKF#1S-)R=}spgUsE0PTMR{o2X-Qi?0<>QPX4UUgjs%69e64iLt2 zEUmq7ZC;3T&}nxh)oRHFBeG5_)k>ddB-wO1nVSLp zmbtPn&`Sme75)8r-6Z6NA2z53yExkdwI*4v3iitajPJ;i6u<}3vxS8uW<(7>gXS3- z9zIvHCeC*G{3>XR`~F5{PL_5>w`~L=zQM@}8joY=`$;*^Ta;w2Dp+Uwm^SEESNpu{ z{wM@aj(WgQ%Okyd(xO@ywbzgKSCOmVaABW zrHO_^!M?sqiA5v)M|oDGgH1fqfFFzBo@gxt?%Cyf?o)S3zQY+O^Ew3{49p)FzRfd5 zUrC{sxC=+ern#%X0kvqt1Rw*A>O1<-@d^|hi18MVGHR5icEEmD8ZD<)KUOu*#Acz!rH^qG__dyVtnX^{B+ zetNdd)5(Z^^GCL?^jnt0rw-ICa2cZE+tCIt9BAGQO$DI!4G!A5#{+2@bTlQx1kJ1R zcGhDsBLnN=dU!2AbDwp5$V`;P&G^$D(q9iJ`XP>C+2KvAd_^^+%(YL|Y zooD(D*9F~M8-gbK-+i<9!m4%RWc}WV?U&OSj+itcp_QCX*3Bg`bHnzC8 z)qwt>7^$_aJ{j*8gR6uNS-~^hjiG++jfDlv(2PObc)_^T1BvIa5xM>R+1XUK_bGzz zTs0|xhK-cE!Pqx{V0&0S@}clT7(M14b=ssSmVM4+@f$<)qN@Soo0%^;0%vu;K|~I8 zqI)$&X5HCtZTD-y<-3!XiK{8l0v?>JTCF7;TV)GaZ`4IuZO$ayiyD)gV?W9HJqWAe z_ME)Uue}4P_wtmo9+;+3KXy36!?v2(T}Ft_Eb_UMvD_w>kI#P zSr<@##rMGDtp^R zt3n>A_IhQ2W3Zcd#oM z3Q*V!0Cc5yqj?FbTZ+_fRLaT5ju;!HJ>XslnnVmaF4W`9Tc-oq{!p|IXb4UliDQuB z1dum-*3DXg#1OOfCWQE&m6hyCZ;jHYC%~tw6hJt17!?*KZClRRA!J&YtCz5vG!8m^ zQ2?K2wg%)R#M?$kzi`-`09LVM zTXbW-R+M}D6D{vn$;XaMc&wa{6=q?$=C?l#e$F}2QTd%9W*lZ_ByD5Ojg}eVG)SaG zdHi9bCj*$vXdXu#wEBS#8T;vQ=+*1j9TXIl2qhEj5ZbO?m0c$PscKVKS7?_D8dR>y zA}<6@ymLYb5X~6HDF6znhbA>ee!dEN%}Q|zIs9O4apu!uPZDhWFq}$s3=vye^5%`|1>{5qkivl^XV5Lo;}tYWKdo7=(brhxIVFs0aJSo| zWVq*mDqu=%zOI%@L+$lhl`eek@41knsWBNgICJ{JD>94~G+amDrDe6{XI)SCUwTb% zA{ZMD%)J2|hYSmmrXbtyiWq0g{R+A9DvW_ErZ;aU_xl&P^O644ufan(ful)lS|N{* zU-SvW1Wia0TJ+|RgFbebY*qh8JZyt7=smB=e|%R{!|kdwVpZO?az_nU=kL7t)zyG& zg7F}(it0DhkO{i&`1(%87-C{6H9V*VxA(4voMMPi$@?W*3Z|t5`K5-rt4O$qM;uPO zP7Km@%0lesPyMDjGzT~ZVsQt}(jJ8k5431b2RR(EI0Th{6tIDkk=xHd|F$#dd-~nG zr*e$+H_%ZQ><-`C3zV`!j4l|8M$n>{OH}1@jh52P7+}`55;3U)7$iX2lO{>{47(c* zl&43IgaRVAMbVb)R(HCVHl|cHeJgftW?cRULK;k24!HRDXjPCz0zvE!S)nsvRN{p9 zeXKR8e)H02FHp<{AQ`j)*y*Y)`#2#}A>m-!vsw~hW-&DyTYFKGkAK+gbhRYDt&h!< zf(YTGN1a!)-a(TSw~t#?MPa#tO8pd!EpLXr0yM6GaY!$ha#uq4FMYzcZ*<_}{l}oL z?R6w@kq9;E!VsObZz|L|CTPn8osIspASSu;;;}{VUzO*m(8S+`-zbu`B?QAYmN8L@@41mMS zB~FXMAm^UdQpe(R05oiXv7SPeLwjc~7;2oevos%IPte!8=J9~1Ue(2aY!}6hb=0gW zWtMD?yI#@7FWakLzy@xp2Jav`?p``TI+(EC%?0yBR*y1RL2S2Oj|`bYV*(M5&Q$wR zNgCu0GxrT#34y2v6{yV_f0&18umq60Po0`kPFAOMo`sSa2)ewlQ_tjXgFWNH`Sws< zz}2-vS0&|C9Zm#k6n#`<6`l274RsCpqcmvpjE>{bPYKiy80|Aaz0Ra9!_-295SyCv zIi(kI8`Z#NLaaZQ&;y~2U-){1VcYe@pt{>x(L#_eA{;jSET~OSbUkc8rGJ-@q!o4> zYLVG*&T3EBsDhh_05`#TYjcfrYHvIxgU4Po4~V714e;B0xWYWYy~gODN#V4tWZJhS zRmcst)J9&-E56%0We&W)ZZ6piJdQ1_&NEYdv^@2lu^A6L7i z$mMgNI1pQN0!tkvtBak08-Ys1(cl!)u|^dA3r7E-y!OZ=7%cMa=H`T&0cF#bhXwd|=jFah5L zb}f7}znL*DXlWD`CTKfQuUSXtX#ycBLd29}PGLPKXHQrk4&ZbrAaJO{$cHJ(LP)8Q znKDbe!ur_xAb&^(z8@594DUKPo8Gt$bx7H;-AxK=k|Z>cVFJP~rsZmqp4sXJ=a=w4nkT zO**Re`8gRGk73QR0`Nqvo_AgC4D|`sxP-DPvNhulE#wo4k9xmgCjgmJW-iAgeNBV~ z#Kb-{y0~U3shB==hKA|Vp(345E%o5oOcbl91-^SJv+F9*rK?P>lA|Da*QW`IAkee` z)=U&**g}!PM^e|e7YLlJFB>dIOIcX997cOafi~cV_$t^B$xdQeeJI1V^2Ll1k#jGdiL(u6l*N=X-T)pIB*XIwMX&QUcXH5L#CUEtQIWqSQPA{u8$ z3tlQNyOW00$FMJd6M-H~tJDQS?i_vb!jwzPPuh|iFa&ZCf1B#5!L!aP33(dkJ-F?DshIa;)+yuems~2~`yVUx&vdk(lXSH@g8YO5nQ%RFnuWc=WmL1{D+F58b{gOkrDDeZ8X%z6n zXR@f!D+<*PPiKJ;5Bv(D7);pQvviBo#(Xf&jjZv$-1$_Xw>&oti6+0rFL1W~{*GN} z;$`iPP~acn_K;55N}Qa)R6ib|z`m458tdtXn+0wCu1z2PlFYhA#1=L70;mc^Kt^1K zR}3(SA!f3-p-zc$*V?`Yg<;6D;3^0_E0GYn2U3A!H<@_w8jKm{EPcP3x5?=WkOJ*@ zNHY>zo+FjATEYEf_|KTk3Rf?rEp2C~Og%#84Y=<*BO5oymP}N?312dOcho~kYipK3 z+|*+|1?x@|>(}uJPjfE>eOMulHnUy3Xahfr$?ONk5QCJhQA5IIW;~&X?gN&==4$-P zs|Jus@Tu$h!X3(0bEX&PWc-bRfng%SR5)4F;ZgxPi^;X819kC>5@Ln&iMODX$5$?2 z62G?9X`31fr8o3l7nC<-s-|xT_1Ey~t}?6Pi=l6TYD%)vzWu6p;$!<4rNK0HR_EC$ z_f|dKy`HQgJo#vVxF;{C_f&Hl8F2Ucf$e*B#Go(tVQ?qJV&V~1q*gHy9*!oh7>|2? zeq9aEQ-qS4sy07zm?nQS(8CEldK4MCmA2i&5+4t#4eQ6IulXzBaB!n;xH53ufSb?9 zo1Rb2nSR*lEW)b85@Fl zCLHe}H67C}$hVO>9)_P!5B_64;XJ4UV~s}sqXh-YNaOY4^}jBcx~{pZCQWL4S`S$g zC#&4tA9(yTx+{h7$aQiYc?t?@3gK)ie9K%SdHIrJv70+ONG%@2kTbbxZT z8<4-iJ}IY}xBBZu3wRb+b#%&QV<3_1^Xu~Ci#^3PVm6~g8HT6()j@<+^I>e{h>dyH zM)h0XU52R5$%r42jLk?nQ4Sap-uZd`+;WPBD{cea1JN%W%)B)Z+GKTxIQ@4q%{XS( zEeP!Sh<;SV%NuO}=DAUBaJ5wigkwOfPNOjejvgOSZYei!v($*?o0I~~gb-csG+Nn) z1d;`9Ca$5V^Zmrs>7zViQ{gJBKjM_RPI_K{7NqpVK267{rn`5dwLfFF{83@)w*}Vq zgGr(cX12z+g~ar+jEf&&h-GA%>0>;lR6_`f3jv#8UU>c>kGs*dAL=iJM?%x2f*FL9}R4c z9yAA4di~d5MI2iP!sGyg`t0J0FQ_u74rJSv-QAhAs`Lo-7*F>IC6(RnADWTaH{X_8 zeV8dQb@dk`Yyo_$Zf2T14VqU%ZC9j21ji*}NCENaY&l2Yq~tZ^ZLZ9y<-u&Sm$zf3fuOu(yfK&|=ppKUsy zjBM6l{pzNcSfu!3B8nu78V#Y3rO(T+vO-E`C|l2lVTu8q_4!Xmt7>bS#|jGKc{SEDzEup}X6Z zP`Z|c%r#-oGR+7rzr_E2ie~z!p2XJYSDYcYNo{5~rL&@?Fwba-pAxe13ew)_t69VN zM|uR8;`p)sHguq@q~r=1EF5I${$!#|gbklEGFp}W%1kdv4adXd2IlRZ+qAQNelk-x z2;}EzOF5Y3dgC0BD3Qe&;{vIr;Xr!h&p%)ChSJYzS?coGF!C8WIl``uUH%)n;2&>V zjf6)NDy_-Cj-E#tyHF32r zpB&V(I+E8vWJ^zha(As8!s+8bmX3Wb301}qQW~|_8eDbm`l{M!zA+T%f}HW%9j?6j z%89p9cYWvUep!gBBM9XJP3~gGQy?4 zvb%Hh_DjUO5oTTYXku`~XP0>1e%WQ~SHtF3ABs+E+{~g;OoUD)<C`qNcs?+fFr{z&x#` zVEs@HVC2a|MQSH5jAdd1mR_2M|9Uzra zzor*cC$gmD0uc+Jg1U%nQBb10$PO02p{Nh=r&~N@wk&B!@$QYV$47lC95%3cIPd~{ zi2H=NrHtCHaH9yAb-A0ty14{bt2jl+6;PtHs()A7rSCx@XrXx7aCz-~oFdD^f<-{! zpkq-juZQpXeCBLVq(kG$n$ZUHhY4OluN3oy9$do&YV7UI+2t3z4W2sdy@7KBOi<4M zU+dQxm@^03H4%h(6jh5_Q!iGVux}RZgY_xN^^ykP&mFgX+gGR8u`TZD+uphNeGW*0 z$}K;cfmQO#5Pe6oWb6_U8e9Z(U1!{k&24p^|5>z(rA&v-&+DgC?r`^kWN*6rOGwFu z(OcuGk1?5P@9i!SH`SWya@>7D*2q?Z_L}(Db6f3HJNlagbM&|K1=_&IO$M|=+WN&_ z%+}G2urD9a83g@24Mi_pkXsHYtYBa9&lTI6_ppahsCtV_EkZ!UcoyJSTJv^ zf88&W22=}dT_EVqA2S$Oiv~tHuUBw^9Suub?~5X8tdCTK#tk5%iAJM5B&}yJW0&4J zk!UrTSdat4BSVaH4-e%9{Lh-hRj^8(T+8cjiAE&on>ys$(Z(~sWeU!=C!xDOz(L3& zXjClcWKHP(>5_Cx+lvX1fWpHe!uHHlUyc@^YdKfRO`TNQ+wk*JV{O_^QM8^ z`OWO&i#@@2nbqlQ!=q420&>MCzZFoayHc$!P-=lwC!V*6V(2S8#RJyjwSio)dt=zn z*YOmu1nb(lW$RPIh~Z8AYBi-O2B2bZ4Qdpy^-@v1ioRBT zXg+%*e6}*gojf;Ym2mOmiU(NSF_cM!@!m}02D#4NDwO2(p$bQIuf|03?2M{Tm;m?%i((+dd>1zeBzzy|>;4_`2mM zq~hD~>{F_mms0MoW?H|r>7!S_U$Hzn^3_!Z9BtmMCkHE`hsaF^gf0Br$ zaDmTFhp07)am##|AiQ=z^fM5^hJM59Lz3PX`kK)^{#`|cuzv|uRfU5HKY5d@B=k*9 z31JHVPSLh=B<7)-Nvybi2=%k>n@)oZ0-R8M79=|jJ;rW^4$RZ?!JC0#Bx|#Lm=+1lVwKPHVH|jQ18$Hz6ms>0LcgANEZHUrUCZ;>ExIQ`2d8Cd|8Ur`Zu? zpNwhmK`0+ev}J~7YC|Rg2d)r4?Fi(*5+tS53RjjpAwi$D0WQkkUX2tv!z=Y=?dmJA z>w_?*A}f@FlMza-k@;Jf;Nq{NG0atC2BK(G_$ut?N5 z*sCo=X1TV8m%9hCPgQS<{n)}8XwR7KnGd{y+UeR;jTZtWih2f8Cb#DDqbypvd0a@~ zj`@V?_#DBJ!tuSeo>eaF^}u9082;)uUD$B?sFx+kY9Dt8`(;!ItJJ7Zm{1mp)U+sA46Je(ea?(Jk=7F> zBx(KB6j-}JLNJ3DApPG%Zv2q?P;21@;doY@|DXSK>DQ}YsKrWp0V@SD7{vTy$y)0b zCIe;p4!aO+gJ9(uI07LUyyy^nCWW|Y4|w`jF{y`B))vLZ#)Am#;uJ5wE>=;shK0_O zjoso`pS$?D1ki@R&|GCKTOl`1vq3d%v%{|_D3vu6ciaw{V1zv(Efgfk86ErlkU2UAV%?OzAn$Qn?_7XgPDzQRR`7-sc!sN66<><}Y4t#k9CCnWVVwp( zgp`s&jY<=a$<2*3NWt!B#blS2eP}KLAQ>?@2{^im|AOYa!~EK~`?J-Ngp$?A5xXD< z*&2u{ukAn7!Q1X4%G}rHC9w9~{OwC>z=l5rDVLCqed9C_ua37b`e&rRE_`pL|7~Nc zB$6MutDCgfMTev8goncd?4dBk0+PA?F*n`)WK~OfLMT}$E0dq09we|+>fvl|ykAt} zrXpS)#GFGHlFgL0GZ!{-+XZ0bs4(k`6P2hvFVPUv4VYppK}#Fg9Hu;6go%Q&&f<_- zFaJIJXK;3JicT6CE{wP+WK)`BwpIhQA;fwvfeeL{_|)iLWUzP6$;rmZTpXsNf0txNA&Hn7O(fRM)Oe=qIZ_g3&yAbuj~{k{hl7;yEL zo`*sNibcs!2Wvydu$Bts{3pdMC67toVZ_P{C=5;Q zv3v$3&G?M=8W8*j8HOtFWkGj!|Fqj$gTRi2GTmBRZ-6X+CP5#u27#A(Ec0%}aPi`~ ze}WfKiUXw9MY=Veu5C(p6`$S*=~jrdK>>Gilxx7;hdh0Ysa^r?y_PR@vfVPN-SSyf zlC8?6K8iE2me)e>`R;9^5{3QvY~9c^7(K1I-~T~>y*Hu2QvOnE4(M&rrZmH}0cG)L z`H>*_lU)wGz6rXAnC8#Gui-K>8dZ7lTC(6ipCh59ZltnG$pXa4^$ciu(rl<2BJED7 zA=nk*nyGd!*LZ~=$Q=4OtR_gRnd;un2|$@aQsj^ql*nF<-7#5>1aI_96Zr%@Nhpok z;ew6?q0Xz$xR;SZ0WtI0??OpHk!=Nb?J~)J&Jt`jfvybf>X8+Hwkp^hu^s&#*j>@k zpb~OQo6%B(eIt1vx-j5`dv9Q^s;bo>1D@x?M0_gz6|^5}{aL$8@Z7^>5Yr6jkO^f5 zmV<=DAcN0wd3zrU5ZUq)HUgjt>CU!Lv44$i;eAqGV4}gU04Rb zvjdT0Cm=q8W3_NY(bG_mq@*4=&r)drXR%y9CjF2Hay{RAx8YWB59%#a|AAj0%Zwi$ z5vTxuyuNrmYuO&bEIoJbTEO(-EhDfuonedy#>8JVSgq{CI}cn9vF}RqrWZA9jdIQab$V<-53K%X*EGSu-IGH zHfhf{fm%YqYTIh%|5TO*$n7`!^XS*)8=xy<5WAZyZXvUrS(YH|L({00gq#p)8h|bQ z)j`H+(j#auFT`IP=z5~rm6aFsw7@RdpkQvHD;#QSZ*=F=Q) z>IpE@0jxW1mC_Ko)#ov8%Rj{$efhuNaqt-EdA#Vj&Nq6G>UzN{hc*T1f&GQXtH2ul zOS7m3UsOSOB8!?|w5n1PR1Ais)o|HvFH6+F(C4rJ0(^gZjY)TuYvRhR+lE3@dCe4akOBs?$HYN@<*qzTS|4hQ;CeUmJ>=Xhk!27R-@_&;U7$~#{ zyG*)-EeU{Z0(ToSQ~!eI%imjFuDJ+ykbzAa)81<-kDc(nzz%dp*_m~s?uU*86$~nS z0El)w$r4NcY4>#PL(;E_XMpKvnDs>#d}jie)73=6^FKiX#S0BgtLUajh6;*``m4;= z_XVDjaP=jyr4k9!4o1?qu@cZGsn%9M3`>L4#zFP+rh5x=!=)YnBEQJ5QH|oDH+WM~;fO_~JGWb8Y7%*6qY8nW= T-7gIg+`X=6tXuN?ok#xwdi-@4EAWg`y<;oU`}y{MwV)KW*T9ev$h{ zOiXOg899R!r=Nu>bu8eqwtL=O!lh=j!DP=dWTj7bh@SH>WKAH20NrnSW>5 zmq}dwq7D_E>3!+`C%u&?TX*x-6_b-6$Q|1IztaQxDf#8+lAoOW{nFtH8+2S&&HCg` z*JQ7vZQ+^rwqymriz;)@QB$n;?Q%DT{vd|c z`(Z!y{jxMzn3&k5^t-#jw{v|zszZN$a{T%Z@a>V#j@{tf-IqT*Lq9!g{q6_w?U3(( zzxx02+f+qy90i7dJAKwo)LR&uoSydax0L-xYxgU zbJip1ekXJWu-9@XThT+L^SlO@1hF)4^8(kSHNdFE8-*u1H>w71QR`}agtNo;_EYaw zX0V5^pBERjv3g>Bp9&P0hN(^8u8)U`W;Nub#Khh`&cd~Q#x7b?TU*fhvC!<+PE4z& z=&gw`oLgX$n7~Xs_5gloQPn2C-$w4v0NL->tvFNN)zTZm0qP!AYMk_H!~G_diI8@Q z*=?}JKawdkri^ZKmaJyY^$R!8riJC8`f4cXL2=t8*i?gF6uDQT1!d4fs92fKYh!civmus@s z+tZBwqJ8_Tnm%AEIp2ifE`I6!^xlg%Czozneew z_upwXj0tVeg;!?oru(ixlfZBSSjVWw(^xD! z|EW>P?BKMwRdIrTQ{WZ1^+xKVwUy(KB=vzIy_SO0f@>y}+X2?&Xj)s%+S78z7hi|y ztr3#_PZxcCZww6Th7Fw|x=t#C>QZHlTliaK>`in>>H1HezhVg(iuDf=n)vU}gb4gv9a-%(i zPvExd6NB^2Mx0_e9%W~DzAH=HpeN1L;CK>S-eLQX+uX)PWVruWQXRH60~N5!Zra{3)bjFdJxp{Lrfq0(r;FiR%RY58gzTw# zH0|o2k7Bib_QbI=4UZOBy^0Y&7jG(bua|6j6RL~mZk^`QUFjCxlbb4Lw(wh>f~Q=% zw$nz$9?OV*Z5ym#6AcUZB=C@%7riWqCr*59nH+uSTzvzj?p$LUSQmgNc{uf#@Ic|E zCYSq2CjE>wikd1?Ni!%xWrmLaQ?rq@>aO=w(&--@%@l9!;NIITa8!o*UUP`#XZ0gL z{*#Qk@#+Lu3fe7C3mjV62;IX%LA50_h2SjJ9jp0U_L(Y_+eY?5E$^G1-Ms>bXBV2{ zo*0B*b8y>SLh}Z>rxV7wlf&WnJD0ZSPJuPsW_!puQCKaqe>#jZXqzhIsb)Xh%gZz-$+u%w+|H_Eo&$x3Rpd4&?FES9ME6aTAA$(BW{R_*~q#uOh*&ySux0 zIOGnhpxJbt^rAFkVsbxbw6oBdGqEo|g&UWf`xo|xTE@mU59ODgy{jsGOcanh*;J-u zwmog1`x1U59+|y}ix7wEEcM1yHEwjy{(BGO<9=bpVQ9B_m2CZ?wnoXoq@CjF zo*fV348k{G$dA%euN@>u@>2OT%E>HVJ$Uk0fc+-mHhA$87*LDxP$|bTX)n_=k zJC-^+I;}OmGrST)j+|=tov({lnz&Xzf2^48*;$p08S9Lm+Cp1gxUiyr+F$oNo*BJ6 zue5Y#rKj3W@8sr+SqPa7N-FO;*F*_Jn^M@b#~SRO94uA7u;sP(CTv?5R7u`LC)*fX z!p3wM(G(QmwGjxo)1vX%Gj5mmb_Rcb08K-Gry9Y(A_VI}?s z@W?;%olw)^jtw?rM_;1xDo+g=Nt)kucBt(>VCsW)Tgj}_49{q~?zc6=^#kYhL+Vnh z*6ODdg98H!DFp8*b=O+K95uOkTv1uL(!hW3)RQFD9AUbRwYzcLBeM4+|GnmZ7T^5~ z0@~|b(u>ndqJb2pByr`5wUs6^=tyQuBjOBI1dR14|0%0WNujYL&Jz`2Uf=eZxL#QF zWm#9jsAi^Y0H-`0bg3aOhCh+x)Ry64%zKn}cc&ob;?$B-so(m&$VgWJsXXK2e(`Mi zu z*Hl(9SbXL49q;QiE~}iK|32Qy>eqv?9D|aXtKH(tz6Vcc2Z_vGT}||YoVh3F>|_O! zFVWPR%f*qlx|OTE1{MELQT($_F)@#uan+lRvtzx`5v9@Z2>%MObE3=U=ZmUShF(cE zGE+pl`W*aqOOuu1Ds0ePiF4I$jQ`Z*HX#DsF&3zT7hGt`0#4ZTvTTcDj^v(b>9GGwT9&w!sMv?w4O<)`!}$uQBo>r(_-FqJQ;p_GO?buNAAg*%8@SpRL>yIZGhSQsN^UzzU|w)7I6+@us@sj7F5#&Gv#%!TvW>XVo}+)|y`G@&wYCMgGA#Uh+2?+jAJ@&-erEn;FDYiDIwS$-)Y@9#J3usvaM+Se)Gi zZqC>6;f12v*_cJ+wQ9n*@Umd1&eE+f`j*VXCYRA&d4^Z3KrxtmMSuI^#mPVl5a(Q*MR77WwsbMTykY2x58L6dnRr~ix|b}hEQumL__g4dQ_A_rPN!&3hKmaJ%ikr+O&V+9HfmI|3D-q^e9i${ z!qWmp!^s&-J+3XhF&qArOn+NjYdE>K+0J{9u@W^ACe0cL>m#~wSihq4l?_CQ?M;k; z&Sd90_6aoS#>zdVw=Rb|N!~|30Lyl*T8z&?xzZUtR*rsd>rbPWPMjq8fklHarJ!QC z31VH)JqPdSfi?#qGuQ+sly9Z|*M58gVYPm1zii?9{DinCJhXGhM|qp})bqnI#ST;{ zv&MMlxb{y}dPz3^2V$&OW9BRd@a?~4ZoXR_H<(hzPj zrNkTRJYJdFts8lZEUUfriCqLZPF3JkN(vX$zf1i~4)w^9Hxurr3C>kP73<^v;Fx1c0#*8a>kgbyi|!02tRzkeL>)K@B*rB%gO$tT!cmYVFY1%{016)+0rzOOmd&Cs>c~I}`D4j@?(g?vM^E4%p z|Hy;)VK=<3$m6VD&ov(@9C;z<|Y zb>tzoZiL6<6XJf+M!TrtPESP8AM)QhEPFC%NAt3)DU_2@TSdpvt4;?h3^{%PDf@LyzVw20gIA*rZ zX8z#NdSRXit?DD)kDt;+P9#Qh?&(b_t>4=<#>jFSmmb3u1Y;}#gkdfe2gKxv0>e|f z?%uwAJ1J+IR(5o4nlXIi=Nn4J?oIm89?!(AeKJ>S`fAt=>Z7|Hv~i>XJv9|h)r$@W zvwlqq_LfYFWo}+{XnJx&y{jcVebc!y5Y>fvs|%6lyoWIYW!)#^ga%)Wl0Y0u0o6bnD?dRuO{&!qfPN^k5d{{7C*Qk;0d`+=> zqEU;J)|5YZh;COFPB3Du`WHnuK3q3@3z|)jG2^e`hiw3}wDPrPddVmvROCnTdrEKg zPhuBhv(RjJdE_)BD_mp-9&E*gF3KJPbFTg``g(1b;5Pe$9Qx$`ibOuotxIBzxTLdFJk^$O?PTPc{BCoSHRP zVyx4b3y^AcmpS~`ryK|0&-wb6h2WOoa*OmTOh%Hs*-fkh+Q)6TF~&8Q}IPTkbQ#fluLo{A~tV#tit z;L&$A{01qlu&X&=`|E40sf({)6K9ITs0eV@IN{eV2No))WHt^%>dHCs_M1l{*3{#y zE`ZXYqpuIQUw)q-3f{kWI8_K=y3E{cdloCBg?5{gH6%H$kku1Cyey=oN~^05R|Syc zb>-LEK(}GU<`0(M+$hmd;`IW?mHW?Ugy`mxvuU7WN_9(>q7dd^&@#uuuM7+VSRre`0utIgIHiiz{?;-0LM?a~0Ma2TB9D(vRA(YLjFRor3aNa-X-*VNlctl!lXd#xGGklO}R;mKs@P`+?eM7524_qOiN(9ml za`Q`+miN^hS<_tGj3d+Kr6FhBzpJB1OPnC4R*QhX8oqvb3>xiTTlJ!(aLIr~YR>pU zpianiPc%?~^5(h3r)VK>dqJ=@)r5k2R;lfbUifAM9@aap0ut$jO;#@q`hp`3$27or)V?UKT*Qu&_#V zmP%=ij5OKeuhndG64A7suDRZ*zvLY&&qMNDTh~2argn78W!0;d;gV`~n%}kGy4b$H z4+hBDchHw}H5#?Gy|#)TGnGd!ZZ^7`R_GlxBw@NtgD<&ZId5h4UXqHU&42%{j(&ak zP;yQN71`Z_ZC{4By04=kMeR6XWdJ1I9(2pAsD$ zpS3`cla*tt6WHW~bQ94B+aHjAMs_ft97sqCrpYRJnI8KkscR6@sHykL%5rP?TT)t> zo=5z#MK(iHpA@$$?^l0Qy*YXrS)t73Bp zfhcK)nd!o|#M|^g1j}*qpo~==*tbEr%&AC?${4cpgep~EkzVvl)*D*>G zPu>fy79P4(@up@rPn-FmeLFkKfAmWfx*KjIP5uh_DYU?Vvw(u~SE6lW{V2jq7cNA8 zF;%??=)8uK40Y%CXLhR`R37MmB*w&K=l|_)BA0aF`_X(PGac9CE%~3(@&DG;IVaw6 zvo7Mtis$R6+%5j~k-nCstAHZX{9g1p_T$a7c8_8q?tcFK@n3e!JT3V&Jgi`CE!r$J z%mr*D*D$xB>Tr5}#GQ&$+Url`8vt(-`?LeF_iWSn+(S=el|V}Y6cZ}PPGrW{{vv}@ zn`<#qc*|UZ*X65@&n`H4`GO)Hdv6;T=ejuXX;{IvdNICujO|J7*)GkCAo!1!!ooPC z%7gV1E!mB$r5F@`U=fu7)HMcBQ*?CosTBO4UedFp)L%(~v$InsnsM=Cl(Q88AZkPo zP8r>~09HgL1Nu5T`cRL6r}cgK>fop_gO5Xg{als`q*5z6y8c6nQ}IA=IKiGnM*7`e z*KJu-6d)(s8cRc3OPuS1F#f|=#OPnK#tf^PpF9%`6UDx&wD~} zn!cR@JQUC;5|l<%+maTf`wLd$589u~BRKf(Q!Fg60A>twY^@F((wl@`XwNDQTFrK@ z46|M6KC(Z^Ukbt{htN3C6Q-XUBf%GwrcaIq$1(LR<%oCI*+T`^oCEg9R}!uCr|vZX z-jnTCrKaRwp)#vEEN81R_Iz+bFDc;rkx)Q_*1~uXuWr3h42%aaA*x4+#0FI>e<>p zml9-$ii)C#j{6PKTNVN1$ly9F1IaXO_0FZ3?}%&SQ(YpCNo~6J8)1t*Z@^wT&&vh; z0YFZ7Q_b{6Npj5^SrnQ?VXSX zeaiuCuSkdkkPzl>#V)^Xi|3{mdz;=!f*Syv<<0s8&g?xK~ zIqB8}jENNlu@$TY)BDvx$@%yHftOVnYz9<94JJ6J9vQ^yCz=Ys^wcZ`FSn{0LF$(d z5MffaD$gEII!y!uGWG78KFCZtcIWA>t|lM8y*5N0S`00XvJZf`J+%M9;gSKW zxcl~Lh2AebJafffyzSY~GFqOu$X}i8euJ)mk-nQg`WAIcl zZPJ!Sd9P3Q?k>uhU&u*mCNH1g8F4W@hXKjEU~Ak0{%JZWrBHPpZ_rFG9#z~8&@0ij zR(p+$>gtpoRRLPrgVGr^W1s_4f-e5LD6?}j}4 z@cn^A2S2|$?24G!h)X%;xEXrU91WqEm>3#<`|+?#V^ci5m3Ihg5s_!R`T%@K^TJga zwLW`d58v-dih3sn%4!>4GB6gZ2SCr%)l}|73A>kbYibsy*?@&GJ~(YJ&Jk!g&qDl_ z2^kD|7gu`bYxPkR2MBe()?3^uM>yC~j#Q<~RZ}z^EDT{%cZ&+#Jp+t$!%W}hUeSqa z!Zwhy7)4WflS1^YeFxo1540-#f_35nw=+j(yA))>12N3%1+A9Nf82Q3944h zE|x^+hS5}0lNJYe%Ma)=qp85+C=_4OQW3Q5)>M$9rD;RX^Ouk$NT8V=qf>KG9zb!} zl!S?W9_}q)`AnGN7O^**{`|tf{*&W=2!D%&qp<)Pe+JEY(F_6j&-a=P>azd1n>?g) zL9S1oe^q^CTmRr%>ovx#yJyp=An%t_p zjNUxCa}-|!wg6+5oW7TgpR3__PSM+J3H3T*i)N3a?S2poQ3ufO`1Q*3KmqYs??au?(MRdrKq`n?zp<)go{!r@2y)IS#cf zGf^TuFANdojjXf?&$+Ms5%*lCH3b$L0T4iSH&st3tUIWl6N2BPG^`Dk8T5RDP%%g- zeS9^Z967&Ivn;emPhbwTN!ULh%P%K*cwnbLVg+nfxC?DdgrKE9#xsJI(+*-LnhYsh zS=8JJC!xxp;PEu9_OxdC3ksTU{BoH4Iv({0%hQ2=?zWI|Zj)s@A^^kuV* zrAgD=w`ZhtYPSYRW(n|+?q5mZagP_}<3Dd|J=g}Ol?p4NfV-?rV z`;LEI;x9QAV))TRg)4LJ3J{0QG%*#dlgf8GV(KU!`1WD`K(x(V#kwKmGj4l>*qxAK zg1T8~>VxS&2-Czz9H2UxnHu*P<^@i#DQl=+kKZxI z1gx*sLD{6%{(~M^$Gp-4xE=iQ=i0~*scVbPVIKh7fh=qfudF79aAD*=)0~^$J4XYZ@Z@iA zlRgKKa}?}@#=A^%CWGc$3~HbHd<}U3r3eln26)RMy${Hr1C@!@k>lQY4h#ivo!BGuZFfo?dusV0vty}&{_|U}O@g6~)&)GEoyD{*j z)L-{}8?sboMHX%Jd~&h;Uw!AQE|A0cpT`QT*&EBpp2pTJO{lhgd(l`Iae|tdx82aN zunWlmB_y=(R+9g>ciE6NoxX~O4gjFh?S@e^{jM4r3P^b9gugWq?(fy_tzuY{vr_wm zs#TM(QgZ@5q$N%3PFDqz<7a2@-@6W81I_sP`FA)tpx{06tNfMyng#^y7VzuKl&}8Y z(GdsANakKTp35sy`lHB*t?^)DdK2Qf@F~odeFqAq9W5<)GxNB{Cnv*OO+mxnkY7?p zWiPV4KK@gNUCx&_M(fZxA8MN!wg7hjZOidr)*=&T9)xMax>9mK+<&p*?ldXA=syJL zeb;YqCA0xyC2@0yK<9_NME+D$Ng!_;B1U?FC5cc)FBltY1;U36ZnRYOJne-r@Ca(mAc%Vj|4WEe0(%M;6 z?}pGM^rmL|JOJY2xad6ychaz>&&CO6tn+V!badtr#CrP_f_IHbAHxNp z(jPwc?aj};7q;Dg{q!WcUSp4K6f!s>J0?b4X=H!(RHIgMu?ZG`0BDp1FJFjE&1M@O zE&OB>>S+PNaOgUFm_LZ!MW)>iO|1_qPyJH+m|L3@k&V8J_zbj?+oF4CTXMOy}twU{BCIst;8yzUuT%{$LRt9eVrS z?ZCjKzvGLTkN-A?gvR00V8Vdnt%MJMSwYom$;{Lfh`Q?Ty=UKiamCb7G-|OSHkg~Z zZ@mG$QW{J)G&B*uJsPb%ri2oFo8YzDcE#~rG?-8i@CfRC#UEVlELT!l6orQmT9%2j z-WC>^LBRS1)(0^I-!KN$q7Ij-IAW#7MEi#(YpNXL4)LO`=b+-?Ul4`y8Qw|zsW7BJ9bAE$=kgFI=-Ml}nq4P<>oPK||N6Xm0w>WTFpDBU zc7A(HQ4CVFnI78l?p4>c%@b&CcJ-QqWB4)5Kr2Mu*vy}wXrWc<}Vm%g3Lee#KzS$rFK(|CPXBUJ&96G}2wJ>HV zV*)?Ur-IB}hi|wF^rX7p8Cl&(R;H9?9b9@=32Y6Kcdd^9;=@KmQ+n^#^g{S*J-^+x~k*LX!*liKpmZl_vXkHwc4t8eO+mLP(`qg?#jG zfeBZi9A!GRl;ZJTXVXZY@9m?elFrGYzsYS(ARJpkjPvmz+9%WKZF5N}=O}m#`T2jN ze^18zZ@f})4ze#ZbCzEK5eM9muXf{W?Jed%Jy+Dap7p$Wc3EGD3{ZGQ+x}@UBpZNs z1Hyr2ddk6l6{molaF>~M>_K#U*ujs$J75B+lDt}$#`ywX431A${u}|o@8^2~qIb!O zY}7}*-UYaEGMUWF6WqkJs-d8xIWZ8m9xPg(wC?@%XhPSqw;G)czYR0w+-@SK*D63Z+jo`R?U{5(<7c#MLMXnCLJS$t5h z#%Tzn3*AL^*Ad}}--w2!vhk_(xALyX=5e| zqdF7Wf}eKOymZZ}bBT%R*@Z`%@T_kE>G zVq#0y?~J<@9N$XB1N72J4xR!O?2ZulMYIl2saoT*JIJ za`Ye0+|KHJv-v#i-KD-Tbp)b0`X&sip?r^VveRj?XESx$oY-_})Zw9bX>`B6UchCR z#0!<6RH<|_Tk!7Q!ultQp`Q}L+`u6V@Hjxwg|d-nfu8X3u4bF0b-f=^re*FZ z1GvMa?hd@m^{wu#X~St?Mfh>=JS{yP&CSn6g>{D3-A8V0${8FIe6G1+FU-BB!IB$p z@|n!e@zMY1lz@#C^n^r-OUOOit~|TkBD5RStTz7JtpC&d5o&o99tXK33Qj+g98JpZ zz_(_JY77U>gBkQ?M*v~QfoTQ4E(8a+05OAERj=1pj0uQQ92{9>K1rXzl_7eDRO9P; zp{msRRfiFMf#m!~LrHZ2%`8m8w>fZ$e57+b50Y9D?naiMgMPM?rmlATa>k zUuI{VRF+JtWUD=m{hBr-J_}ItVqNq2bQpcW2X9q{Jg%Q+b)22U!W(Y&e7)4zkyQMT zM}&e%_@mfo{uhl0@J|3JIuT~3Yo?Pc6@_jY5wS7IkPCo%=Gw|8rT)5H>i(h zSNHArHoAV4`Vd%hr_|MBtdddmdnTwe69WU8p?lR%b=@=#EOWa0Y&(8DHM-t@*8VaP z$refM-c2k9vEp;M4b9I!y+BMyY_1`B8z>XG%E~Nl*U!L^;Z0~}eNPS`Pkqy2eY;Wd z*+6qQwQtqoQM2pdz>a%IQiAt?Ig2fO(y5l&$xTQKQQxNQ0=4Av-NB#qC#p0waCAjp zHOM{(n{m>j_JQk#2oaz*J{IIMB=YC0$D=QO8u*z!Q~KGth7#nvM^P#%$k4}rO&_ab zS?gAr#x%JOOwbXjx1+bIGuWAWyFvHoUQ%UvX5B<|&x(8*MS%_1Xi` z-93UDKn#_iAeX-lN=r=b?B4a!BRDvCVJgQxWHHS-l}y%m08IT#m_NzZ@=u^Ojo;}U zg`Q<^bpyQ1q?C{uc0~keJ+hh(b^ia^>a2?dV~@ly13TARW9>3 zM_urTI?5V~5Fl>`DcPpYxND-0J`%B=9vmD}zorm#@0jV>)+)%E+4beUwfB~;!M_S~b}EPB_vCf4=<( zl(&(PvkQZK$jwx)aG{;Qx~gV$T?Z)Q(?60V-hzOA4I6auf1QsvWjc`H)4>1mSnKu$ zZf1`mph&4kuMt3u^)ZW1*S{|ww>vApsDum&mhJsTWky`!GJ@F1mRmUhd+nR4q4Iq( zD%AUXKsy8CCy>_ud83ndw=&9pjS0CRqMbmDzvd-LvU!V#yF)O7*S5Z`ZMK>p9lV(# zjEQkkU8OC5T=L<6@^DcuN0;AyE}0dIKaHp~W(V7(IX~`qzNQ`O8HPT3q+07~#&f^5 zoA|DeH%3I0Ur*G!sTFp;ipy=$%M%BgijH4NHUr}dXaTUs-+x%-4cgL@dR=;w55fvi z;)x_Y&<@*~<;r8Ddvq1gq%)o12t<7HLPvyEVb4d~kkdeCcxv;iYqJKxjht0lM$mAz zab-O#-?M#bflNFpeTtz;K#Y~JwzsHYw8i$|r&+RSS~CR#7^GHaeDYOz@bdd9pMb%7 zCv;b~;kUVwM<8B8m3k}m8i<+HIuh@4p*~DGhMN5`!1wBE$xdD^dw6mvATSv) zMK5#$aAXW9y@w)zTtTTD=l-|`fEIWxPdnc{op?l135jMya2+%u-5z7yEk|VS7e+4> zU2C6DO=ihHU)5SStC@L4ckZ5C;F{>?W_3=+#nrJo7D0h7{nnm^_S~;M1N8QhlE&>0 z!Agu>b2$!HPg4@ zs>P8-c^%JN+%PV_Ot+J@aDt2lJe;@)275FcuHPJ@nu0dgLkm}**Pzouv+CMR{m$cO zm!zZssqgST$p{FL_0zyyQUHO+dT;Y=ZQPw6Y5}K5pbt<|kw>P0n-f1P5pSjECp-dz z!z!BYl$jiM@Gop-tf1o6$DsZ5U4b-bExWahGd zCDJJ&ZVj7HO3~A`&7S;63qGGiQrLcz=B{N)X3!80sF)Yg=(VQ6j)?uOf+@4pY$hbj zfOP#(0hq_?qBw&*%tBs3%X{l4#O7ZMK2H_Z0_**dI=Wu#5!oPSHH4{7h=Gh2GJd3n zl=ONs^w1D$9M=Mys_;VCXusZcN^bLkoz?!sa(B7e+8yb(wM0~8SQwPwfh_+ehw|LA z+?Nw9(29^*cULtnoxnLW>;*MWi?t_9e2sfhx-Ho!w5x6pT=;oV2@;vQ;XZAzrboJ; z7;+b076KyQ1=Cw3mEKIfWhMXePFGc$6GRSLY( z(TzZ7)78d4MWhehC6Ki`t3cI+^y$X2;krw(DkhR=n~-syN({ z71=QmE5lnY@?n`6lYx{A?J@q4t`D%u=lY3~Kp&zR)6BDR{A<&<(G$$Op#GlCe!4*Q5wXv_a}Gx^gaaVs5ieNG=KZcQ&URP zWxP!52@m+I%1!`K0oDv+frjYO%kZX*&ro`(*l)Ha;q}PW^Rm-TI3=8?50JQqNHj(C zowWhUrid_Tj|OBXIsk8h218-DzWA|Pj3*892R|AIhJ;6QRI~xG7WiOyh`lR)BOs)A zd;qdn926ffI8!Dtw4Qz&-;@(fyc&e2l!UL!IwJ)gkHRK$vO6%<8)qK?ZZOIvArwFr=Y z35bV5qkCKK+MbJ>>3S1hWFXx^VMbPys}c&g{e_gRa>R4#K^&hK>O*am^pCA)p<-o< z!r)*~1N8IW>Z5JMlSB{}jZ0IN_;@nu;swY7CSnU~hX5cy?UCC2@9T8rL`BrzhJxxK-JBV^`A=$SP#As9e!u3_;B4bMl-Wghtds|PtZgc%SSNLQ zn3?^b*-O(Q(wO{U{W=_v4_;Ytk==R95(!!qP|GzY0A z7`O+8s13V6d>=6_D-PDfD+A`yz-UD>WF8A*1)Q2+hw(-Wt%@8W7ok z;|lnAplAVOWLv1I#sr(Yt)_S6bY8rHfw@04s?g&*vMZ^|xh&G@yRdBJ4T9&uHZt!i z&jXVO&-<-PISWlun-?;}mhOIiY%XR5Ci60NPK(Gaj7ZR~M_7dN3j$#IbFt0OGIPkl z7J-6vHE$Ekb;cM8X*+@PpQ;3@G1NhKH=w@%{_gg)F${m!JICk@d;8)qznn#bu^|_l z(XDu3?(=)e$zQe`vWmfE?bZUOvo1mwu7kZ!Bdt|NbO0+Jj2K?d(9`E?(4EYY!I2z4 zVhh0?=WX*iR|WD^eaN_@Z0nYFE-C>8*A9CuHH_3Xb4lN~wZa2^hnHF+6CeqL}N#xuZF?98e1dlCp zf4o(|3gAtMqRzg-tcLQ_}T5qyCY;);zPahyKIh%dW46s$G$95FSR8N&_ zf$3cxZxhqE*IlD~DDxz*6VSBPTqF6&kv}YhrVbfqAnW^ASJ#b)sFG2o21J#P?rOr; zh4HBMwoKyG+t+$ffMaV<%&ovA{y2Sqh_BeFOC!u|saCvfRC+NDQs!oI(sEi5hjjGx zsDp@b1IWX7k_1`cx(9bde}su9$~1_-0y<%878O7Z92RsdpN<0&Y6)Y)g%*H-7`vyi zFU@mQl&iR1cw%XQaoHHX$k-jx#0S1CIme{;7;Xtj_mOP4?e~C0J#7`p*|CFu!5QzL zCjz911WJJfA$uQ`Dw2%4?U4}}^auqhcH$-J^nwg!lMFD2!Dv*j*JK}y*{C3wXhExI zB;kzLE&@H_(b*krm#r;KC!-$`WpI0aX03XC5#0+0Gh@Yw_~vRR0~KYF`; z$(?tvXttFiAv9aM(Y`ccm>3MCZX0c#I&c%mKw`tzL-1#hwtJ9Wd9|6@+J-n2L+~Xu z#2M5a7=o9C|6`6i`xb-9GYHEU4Ik={SmL+qzT|BYqdeq3kXR3o@x^dSRHFVi%N;)ZPeI1PmUewd^# z&KPzrEFYjp^xy&II86~9sVHYC4|*-Mes06kWW!WtCCJx6rZ%rfjhmRSW)yYN1xzz- zG1fboFf*)EVb`zV$PCo(z9A3!^2!ajJ)jYe2Hv2wC-6TTVAQ1fZJwZs6bBB%sWmP) zbL5YV>IK{;VQT$zGM^|psp!<;a}i92BIsTJR(aT|zE~Q|XWmGN1OA;cYpo~`oPgfe4k6Td?Sc+5LzU?~>UbrE9J#8ppTpqRk z*`3GHw@!@D)^3hF<`~ zmM9hlsKb1r=6(!zA>8wF=oU4a6AO(=gR$)zS?#my8L)~1XcVjtkB2s*XTNq7e5cqu zp3S?C4-+6`X1c6T1l--M8in2GQFHC(QhnvdA~kd2!R#G~2lM6r#Yi&B|q^ zNjWD%=y`>Y{Z<8_;7>q7H4w5!gCHta7~aeT?j)SnH?G${1=4C5+L(g=WSO2)R73FE z;Zcz7&Jnfcp|=x@n1docy&fa{pZjFI^lyX;z|MqXBTjkM^9U5fh1Ufo;%w3)dMiG)6vJ5O=11nf~0ER0}}zT^&p4_k0Q1_fuvjm_Xd4AAn8oJs}aYa3C62tJS?7kJ-L z$l;jjFL?kkLO_&2KrWQLCPIcyOIUVkk@%^k4GGtf}` zQ=C$7dBuq%>7d6U7lvzLLxEsu#Bm`GviIWmJ7G43XB2_G3x&mNZgIY)o-I8Bq{j;_ z?~h@@KT|Xb&VvYR`KScdz)>q zz~DrH@j7)g5r+h=fyakpj*NL5Vtq7wqR7BIdjM8o%Q*neu)MgBvzS`?9$Es!6QyL% zr<`cWha$pi%bVAd*?|{-Wy`4A6emC!6iD3PhZCNy$2@s*pB@h8k_HyG>6N8m=-#7L zP06)F8w|K)b@{o0xqc{i4l>A|;{Z!QLuAn0JF613_=QpYAwAUCfg<`~3z)(1e9tuY z?9?kS78CnC@;%focC`CA2ZYT2``ncOK3?X(kJ9i8g8%>k literal 0 HcmV?d00001 diff --git a/assets/images/social/api/sbr/source/preset/README.png b/assets/images/social/api/sbr/source/preset/README.png new file mode 100644 index 0000000000000000000000000000000000000000..5546ae03ae6df05e690554d7c7c2bdca3bae1726 GIT binary patch literal 23011 zcmeFZ=UbCo*FB25)vYMVmZH?HY#VhWARSah_Er&*-W5a;2uQCXc90euATpkx|AI?8;ejjovExGTt=9+WNF~+=~-?(miaKGe! z0Re%7|Ne97rhve2l>!1gLx0}`zGHqq%1J=LzU1Fa7p%gwmZrk8oIKi$R%pIo{my+Y z@QtJ;{Z%XQ-qhrVuY{ENRxv(sDYE>QL=}rjsEe|$*!|n3_~48CPCQ&EMiJg9uW@!= zc;)*gXMB9h^AwFm#ZvQM>&)uw&8F)F8LsJ*PHAy+OILS*j}>^XKwX4BU*Myq$SvqQ zFEnXOq!fJKLoV7FLYwm0-Rup(xd7No7Sdgtkt-G+9wqE=!72mSCNLH{jo`wPc2g_fgzg%iobd*5nLMT-Uk%(E^1Z8%gRDO1~UVU~ixV^?md}so`-OWvZHeLRBT2EaB;&m4z8QIS2WcP%Wl1WUugMJi78C<+ zIoWUSM+W;N;cjPQF*m-M3SU!2o%2KS`(&lFFGRoc5-c#$HXp)q(lxvHd zjXt;RefHFwM`sMcJ4iM&|W;uCTDojzfZ%-R`6#c@|%^f9MP58k!5 zNlgI%SMl~vEPl^ePdy%aXCPTzjy6vDvKFPN(Cx-N`k0bs|Ja?}NVLE=D1eZ!3JNn; za&1za`8FkuCpPNV`w~cGru$`Pyc~kD_*jc4=5|9Bll zUgl`Y&`GGpO+Gv{fnZ>7Z?Dp)58`|2+c7ndi>Nsgt*ZSVu5VXWG-J8Zy|0T+I9Te= z%6TR)TWC-_vn9%5C|Omxbd>l_2M~3PDT$VQy4Y%Md9Elw3ve3-jHIf_rJT2V{#Tu% zC>eHDkztt=f&v1;%AWm_(ucch5mTk|>Dm=xSs~r;8kc7@vq$$di|?>elexW<_VC$^ zxSY{#2j^CP`H=gUcOAC3=PU`z*WcPmoVr$;VC$-Xj5iyWK(<9VNp5tW+Gl=*pr;ar zOFW{!x8Q{CF0ow|-r=phC~A1Ep{ zTqH#@$`a2U=5)S!4kvr?)l@2YxDs|3at6oa7Tnw^aK2bkwI5r9GHk8M6p_f$I$qK4 z0n^YbgrlxXg1ya^PjYf-c+acE<;0ABXAk1cVQQ_qRt??N;atU2*jPS?ef=nL+yT09 z|L91Ygik&1y`w@BkZrS_Lfr4)0%LTqf@M5hh{w(vMS3Uv9C;tu6gQitb=;8u(lR&q zv*}I&fj7M@<07vcD%SuDM1V4y?PsocB;`k2OAIj?oPRk z@A9C%74h(hjkVZ_Hq6M7EA0&~Dnw~&*pv~2#;!zRgV$uJP?oc>un_Nuy?;wWRoHKI zo~}HY$#?#{4bi>;olq0&hSiSxh?4gCDgO-dHE~~LiqAyYe#g|cA^UiSq>a@ZY`#A# zU@QngdZg#cylAn7ab?lnl)eQa@Me->2`?kWHj453cEruQcjAC zTOOHK-eX5%543uD>qdvqO1WsBiDc+Ej^Zn(4$`M-hSCka zh@KT6Umf1tbFy>VwYj|)raHPYuY`>}Xr5ysv5O=XhyQF0 z?>O;VD3U0cqj}}QZUKQ4N@)piH85eGT9kcILUvk?6LbBsZ)e#7mGFs`#vk{}QLE=X zmkZcblC8}87}!@e_k~aIt%8CK4OhPERE3ZCosxBI_4RD!ueMNPT@CdvAE44ZDPq%2 z;k@1Ql-PEs8$VnvqCvc4)%zqP$0#T^nHxZRoQY!dui7rg3&$+vu;=mpI$jIEbZYjP zA~WL0EJ43eG8I&2lQLyb1 z5h?{{%Y+J;{_x8_bI&s~K8->6pNfZF*oh(o?W9kPN+Asm+*MMzd+Yi^E$MYq#gt5o z?q2`_1SoU|S>S1Nb%AZogJ?lzHXY&{`j!lPwvL5>1*QUU7&&*@2fn^?r=@RX(9Ca&-tXnum*N-7)spQnlF^r zY@Lc#bkR`3&^tDimvXUUGfcVgg(eI~NLu=qK}?pFRftcNqfoY?ZJb*cs_*6^eq}<+ z7FRK~mz?ddyN5)J+4k;iRSgwQ1*{nD2Z5bhYWNid<;kW?0)j7lp}K{i-oNS-@)4i}<@eopms zISieUh-li|b4~tP0p0K38czSHEGcn}Xk9yKNlBu$m7C#y6A&020dTH#bon_bIl-Zp z$B(;BXBfnmzZFte0~ZR)x16mrf_)kVRe(KAqv$vNpT!HjvbEcm<2e4sdj`8TTTn;L zhK4WRbhaO;Dh&BV?%)>`X6yVF*i@J!ZkKrPvFU5ZR`4j*z6}3&S`Rj;Pb%O$0*Q_u z2cIi!)T|t{hPXv_ttONHWOqW?lfc&6 zX9A_agY_Hic%~2K{1d9Oh_N95mZ*-~$n2=D7f19;@VAk+;3qvi_r=>tQY5~eRTYGP z*uiT98RUp&>+Ef$a8aorU0YdaaMm)|0W;q?cEn@fM*nNgp&{j(G^bdEF)-m{M2vu5U%D;5G++)Rf9Rz6YtKwtXq zO|N66!2(rEujOb}Ax3RRb&@#V`!3O`aAKP!bMejB&$J^VBu@PU=TD_u&8RhXV28yWPbw~XtrL-oS zmn&y6%<03F>M&`!!(GFdL7oe2aylS4DDSe78$j<+Mae)VyHG_>=Vap2RLMCpg`SOj zX#AQNNI66}zu+-*07PUsrSzoCxeOoncUiT&zdmtGn{?zd>lc-~Ng${`-21wkT@}93 z*XMUx$)#RB^{?+j&3iN}<9|sY?EdJF++2Blx!LN?>~`EkDe-X*r%vu$0uBE2TT%Gn zaBVZjn*N-XEh>V1`nz({+vjoYX_^GCt9S3-0}aHwV>yUVUmnY5{#|em!^f%%@}gEZ z;ye_?uuqH^LfRH{tLW7UvQlD9a5&;oywb}<4T#l$vNYOMK%b#Iw=vre}v}M8&EB*wyTO__l6JQG7s_<2E)==yv?CSyvm#s%t0W-yq-Ik3V z-TH}LNAxRC-p$tkQMr33FJg9ctcCUkOWYywpaNZdMh@z~zP+75TM_~ojMB36|CE9P z@E7&mFplK!5;R8XkLij#qQCOP!VoHq{n6Y{@)!%GsLND1p_x5S69*B3Mmzn%aX6}5 z%Zv~a!Po!oJ^wW)E6;ZdW3*k3;j=$2S7f97DzK5)4<78LgXQzbuP7WR{CBSyk}A$s ziWnw0Ryc~da?F6-G>c43aQ*vS9~bY{eu~f-;TpYWx|Xn#1|72&Mg>DTRdoI|)cZNk zO1rr2O}_NN`cnHAU%|A!$=s8G|47d}ykap;EU%RR%Dq_yED!Hcm z=eUa$*H&85?QVa5twx2c^>Ee1wyWe9!Nb+ntrI7Dr=5weV}bC z#W<{UNoM{1$i&)^3)<61l&ZM}5D0d!5!}2q4cF$mJQGgMZ@{I(=F9x{2?*4p0G6jG zkW}a2h};0FoV~$Uxt=Q|;T(JBiAk+@Z%*US(GYrKO|0xXd$+litPy7_cdT*a$KSV? zI~>XUHZDqyllUp1uj~_OzG+2NN3rSYrm?z~V*rgF4w~_cFXdNl7G3CcX2Ig|7%GZR zo=tw9erg^0{;_v1=ms6@myqDdCMlv_L;wl}oo?XGQhp9d^G=c2tnj`Fd2;%!P(oE+ zqzP*weyjzpW`mwOESM&3Xd5w<3a7vCpF9lZIL{n)jl0r#)n^AQp37>c41jb9&QF4= zI1DM}?`5PR|?=N>!?%;^jETP8|tQ#1NiNiUFr&iG;06*^G2L;nUQNtbx~b>X672b z(8s0=_r$jLrKBDB>yL-~ax}G}+@p5SiFR&jb^xnKPD9v9HxTo0>A_BY1lUDDXb{jF zpo)ELTsbQ52GJehngQJbwk=hObQHnCEi`g-lB%MRk+!0-0-&)InD|#kVxTR`zueUP*vl$tK?I%zg6=B!X$4;G0rpn02GU9mLk~~v0lS`Kti~SRO9hunf zx+u3#WEuLG+@-4fUz4x<(Fan}W^>CHUHQ|;LBjkMD6$bZ*3zIBubuGfc=6me8F;>U zf!KCDX0t9Rw;;-7(dfG5hLZdC-8H`WYC_>MQL0%Ra3 zrA0G4Iq6V&$5e@Jd)nIGUL1hxFDcW zI}V5{EXXEqpT~%5x39qt$T%IYYg5ScH1n{sO>6KrYMOMPOiAa1UsbpD23HfX|OMEgCn$#71yUEN)CPpxw6%R|_7J## zpa>vo!G0-`n*Jky;3sQ!dEq0gb~P0k%ZanmUdZsDPxB~`#ydnk3a!`w0DqwUYieGvVVSEgh;3=dk|4)~916(9~I^kLzkB&)`(W}48Ej-!`@f-q(rCBUVq_sL44 z;p3g4qDQ@S=&suCmIW?#y65Es7Ka`%xZceEi53T)6led0If!KXrtS4a!JKogUzC5@ zo!CxLIWKxlwyD_9V-wqC&91fjyA!-8_d@7Qyjc>c26dK#I^roIp`iT{c(9%b_(>GT z_ipR22>0CFt+~2V&@|Ft%_5(hJ4aTp#OJE-gp!z-g_)U2>vWx^+j?9MeTpBU0TQzp zJ)$krrYqA`{X`Bo*mBQ3x$R~AamG2E7|$AWt{I!8v-ySe?@N6^;t`odCxuT{!1>Ywpz1hfqqd?f!DxfU?R$iJ~?( zcZrD5KLNA|8vBsIQf=|=)BV5(iX;^T|0`g*+nQTnJ9boE+}@u%#~X9=inrh9{NVO^ z75K|+`zQbBODKE&f3L>(PnoAc;b38{kR3`exl}#I7$_ue@^q&E|R2azlT7 zclT)j0hpIp@|r59K*kXOiu;S8uLCWTBX?{2N(#<;M_G4$|D*{uG;cv^J|JUtI0RI- zf))Zhb(jWARCZ+H7DA!`MJH3`HQr~}f-wwT_Kurk9IWzpwe-|_d2VnGME0K|Q7la? z5pD)5EXJfx%d zjquT5pR2d4ce7P;ty5&)`CV|{;lJeuAWk*f01SH3)2KF=!J)i%lyvI4!M*d>GAFeP zuFc6b{eeDD1Zt0|1T7ANhdM!8*t~?WJCakE@h71a@j#^jgHcr&7>b$_E?#3l>wILkd|Ee_v0CBc9CQ<^p%0BMQqsHW1Pvn)8UmR+EJ)I&( zRvR~x85ZrfFva9+PP+_|B8pm3Qhog1dHtb4wcMnIZJD z@s4eYsN>mi@D)c0S|eH`Bb=g!Bu&QeiEZDiv@r-R3er{;nMre!lQ4*~(x+{SSP)7b zW2K{JD|SI!h)n@MRwi5%`@q=VNUSY=Z_3p+Q`PoYuZS;P&YY*`Me-$CaHO5{tCbqtl z>Z+y&&L?2AdmUL=VMNp46>R|_FCD-9w`A!bLm?Yyo{dy_&G&_Ks0DzAX7to@Cu18r zwPG}kfG{|69aJo<(eZ;&UKy;pv(d-?;ko>r&+V!9^3{!8DuI+C8Y&GNYZ!(8UsVX~ zKs4tRvUAnCg<{6{4_sfcA1AMYS` zxUn?n<329tVuTVy))Dl-E9bJ>1 z5*IdTR%X)t6|P840D%?zq^d4pYdA(N<{B*V$b|f!b#$_efkK{R11{!NWGljdqE*$V zV*D`F+wYx$L4;^nAaw{JmTQvuc%QzEDF`nI^zX`a2kA9?YEd3s%MIJ*$N7QT)b3e< zKTDz1U}}VLbz&w{I`6WUb1rVggr?uwsT&BH+{rKj?5YQO~@UVD&IzOn%Nq;Tt{k8&aAs=~H zm-);riqem-NaVNNH5tZh-JM|mQ_VA=ZLMU}e{7ZSH3;P`-ljjhdeVfSr^Mf!^|9@; z#jx&QSW+r@!?6_y^7_9+99&S2&hfstI)9gxbPG=Og9bLBC!0!HK$Im%2-eHMA0Oy5 zfZvbaf}ir3m|39OVkI!#8=r7lx>e@U)Edt_6L)NgWw9et5J2v0GY=cOaI4GwAqDjF^4&r-4w922iJ2jlG_oYU< zZdEgz5?q4dzNCmB&-tjHY4X;12YH&Wc5Y46b0ounj=-12mGUqOOu5t7UyP>^jYXUr zgj2giRE{SF-KPt7b!EC3G`(||aD#rCPmBqQl@b2OmbHMxkZ4o*4WrY6zJKpjd<>;` z1jfzno1y#tUx7{MXlT%9+(qg91-(XLMM&4J+y6QRbu3($f}M4R@~i@l06I*H*JA-goQZ?w|B?%v&En}+kC>2IgS(t4OTwnTEN_{}EXzVKi?-bw#h zS5gIR4FidnP`dyLlQYU=;zpYzpBwqdI$kHdS0}1+H?6Qx&yvGf|7l@CtdDWAww9gE zG1P{(Ldmg7F=i!UcL2^nics4>dc>&UoD0AE-++mKcTKdSk3IG#k4Tuu*|y$yg7^%w zXS<`QUXJL>n~WHEY0mGJmy_m>rnOPn5PrD8kyI-)ZRLhoQh1k5|;}nBx<|Qd}J?b$tG^LVUH$_NY=H{Wqvn`@(@LK3hOVr4t|Xw~=3C2+V?oif_h@R0U%zv}b|E1Autfl`r2;N!_rONo(hSXat#> zJ_2~xXU~#3N;K%uFFno=&Zd^k3J6?zczoFuqFJKp?uA`o*Q%y4!3N`y+o8NaM?|&t zesGH%H2~^PZJi;s?ldF^uNtYP34D~SyUrj_n$#*j7V)*0v7<^>&r2RDy>jNA{s4Zh;77?8%P-zheL z^ISrsB>9XICff4`kf!A#XX#7K-S5n{<7AxITGm^vGLG3*1iix(#3W}r_Sc@4ulSONQ*%?AQRX@dfBJvY1c|q9wIEw@B!|l&-dKDY+{0o zZksRix&FU5?zsTe zdUl^$)yJJv*c;ByvT2APzaH<0d8!59H;bNmte#*vqMWeSFC(rB=e@nI7h}r+I|Lzd zUlyg7rCF%R`gF6YFJ$^ZS2pqpGGv(a%T5)*H9$*5!xVgJ2ykXW%M-D-E|e)WkV6dr z`s-2J+vVS7G@n+2OB=IjBe(hI5DO?0S5+he#tBH|Pva;cu_YfhjcRY5({U%44ebfJ z;gjsU@^P77&(F$;XaT2~&E{NJ(B4ug&}#J#1h%7yJiF$Su(kk)!e>IJLAC$8FbiCH zY5lw73a}F?c{LN{1si}!FBlIw%oC2-ngXPGf%hFeqchIsuM zXkF3C(^L8g9504`tuSZ(W-rq+ zlARn!NCWbV903=3J+hpW75bk_=G%Ze{2uq2vBV0aPvN`T$k*b(mgc_*|1 zc&1{KfK5uuZ63&1@Y#o7rUM7i=GFiv>Gc`7--i^PcW`rnDP2~|UIt8$DDI!g8I3Ao z^?=wrQPM1SZgu)SAT*&aYWLO9&e0`~JgVOmn13K47D7f4KHR;;(gbyk1t%}t7=#T2 zUZlP?A6rb02IZLM`6zsR!oSW2f$-)c%5Q^wZLn zkP!symWh_jP#w>fxF##UWaAm`eH5Fn=CLFcWN z%NY%pNX@KS0h`48?k4fN1Yh zzgCHG1ltRt38>Y}(r!~RT&X{*=5?O+4Hw>vJxrd+9EE%a7hoSklGkI>&sLddMR+rd zA49FMXFL5oa6(dU^Xp?M#PB;mnT@LpVgby1k125f>>Qm-sEBC(5n#M1bE@GK^}{JA zUhm(3?VRs~6l!x}GJNi3hiPQFv#XqNA4!tWN%K&n{(2ZNu6OqmAT!gM{F1apWTv01 z?b$q4h`)8+?CXHckig!No3BT1&ct`Fyf*-nIQ-%@g?Bj)5EV?+=^&%c1JsH3ISUy> zDWC{B%^q(a)q%_{i(?V*u(ST-socFCFg+%&I%SCkKP<5S#7EuEL`rqimL0}B%xR;+ zH_xB~?2|r!>!q6arTYB0=Gqk%Q#;F&GFjLbqfpN>dt1ct>@v_Y%;6z^zQktqJJ(aH zZw<8B*4hCS0b-yCo9iU0u^>YTpmnF}Q(r z!D_@wU_U)XV}F;aiXIv0$ah?JkONMGWOPiR&3Z*|C?yOs>fzd5*l+re0SSxQSKvm;Z+5XqH1!E-?;V$& zP)#4b3{l8-evsMB2%)RilHSMNn?c@%YHhLpIr19LpB02ewzm<{^~F1l_u@OBRJB1p zQhI%l0;(U9?s95}% zS1u=$?C#pA8nd2K<9^;bq<~@uR4=G1P_^o5A@A()Srx>+Et?<*Q=uGeJ#TgE`Xv-` z-0zK+|CH_b0CA;0S>iekZ>Y%TE;b~nPw5+~fLjL;6aDVRkKw~LPhISnfB}fec-aCR ztEjYV;bH>}4!-!*!Ni!|Wq)meyE?*%sxhA@0D>i&V!Ed8ul24%H|SuhyL}Z=)m+c# zpP6P2mSLlgUrUtnjQdmstxJA1TIW?jUX+O$OP=p%X=w@M2kBQ$%0}GYT)T#21YrRY zWYWb=oU)HPEC^^E`z!XQ#QSr@V?e;Yh-h(cks|9E!9Ton&oKT+Y%%XpzhAQ?!YqX!y~Xz3EH zJ{M+d{x$QhSNy(oLi|RI4ySgp&Y#EX@7ZriOtD4BS(;0KUznW@YyuLO=Qr2JHY~!3 z`|DwPLcc#L;7?w#+0TSMTg&EG)kh95f`$T^x0kB(RDsz6L2SbOSn_X%!?$J?nVmq9 zI|~b2P2?@rHyW#v{-5`{WAqqvSnE>1Y`Ln?)_TpePSu!p?X~@(QsPQFt*jqOhX|z^0iRX2;maPA7EyWLSAX%7M_o*Umv|{X(`TRVMskd$b`HkjHowsL z&H7LxPOsMk*Ss`}yYesC&ykVo0H-doonedmhgkZRO+Va;tRFMlz;`#L;Ar$V98d%D zd+a>LZbb7yD;~cKX7|!(pgOzC&lrB-sMXK{47h6X9{x^JQkjJHoNu#h0YDrgx4UTS z423=|V~;vuTW8)}lw0h^H^mKVLkIfWG5t%UKS@BvO@v_5%sut|UzoiOcU*2Z0Y&$K z?AWHNx4lz@HD{~a<$!Y&B1vvaajn~5FH|;;BkLRSv`UE=f!p-*{Wgl*TwfN?Gp#kB zYP@-~jMW1=;@snuH>n)CiB}s1jIWU4FMedaz)0@ieqR-d-D1DD&oe)p9yVD1v@z~? z@f5NjBk6jkiP5)cd7T3+?aeXc-k$#nzQMgMt05Iu+rbAm1W;X3Gq4=s%%(HUd*jb6 zu?79RnQ~t7Pj`#nk<(Ekh`ty--4$2O98TfjhyNW%8UY(buINoPFsljo^&1|nGB9<1 z^T-Y3dNR2uMm^-i%NzE-y^WWmLqd8iA3r;|{4&D2Lq<=ylk5SLi+CLp$sV&9FBnSA z7@;ydyL!i|CzHN5x;guZt{GSSPGiXae9xnDvc=406VTL$$u3sr0*9KW}Wjx1s;{vNs{qJnJuM(-DIE(eRL>SP9>R z*LUx5JoJ60l=f@gy~7;v>#>oA>u~a#*5h?xMAJ*1Y_)Mt_tsNF!da6LT%Rv(8gh98 zgWBM2c$8yhc+`PK6l`G=r~)FwwU&?L-&t+mvc>eJbVL0bR1ha49Nhr6*bRUFJnpSw zzW+7Upw{ZfJZN|O!f)|L!-EHs-?ra(EVEC8hh$W^Ej?Q-RT*KxQ1jAfsNGyepMhU- zou)b!XF=I~XPLPE-~K*ZO!KQ000fm6VmP4MjC%?JXQa?`aG@_v2$U{IJoaEi zMN&DTW+dR>-ahB?*bP>9NaEQE7Tgjj|ZkbJ(inps=-VBa8jJC`G- z14X9PV=Ra*=wdU)Z!+Gq%g??M?!eTaew_|XC-p}OvcGwm8+Z>2X$e`w4Gzk%MOk=(<=S>w^(EccX@Y4W1|wskHZ?G)p1?R2Hz zB~Nd!Z?aZz(!zMJ#MtJp&U@pX?CP6zP&$W7PxpKHX^mT3-9fy}jIY%7 zP_qu9I;3^1u2zf?-Sob{Xmh!-fX})~eeArXD`61{5h_WFBug*gTx)^IGPB1j}Z0<7?x-zyz{LPpq9VrURV?tPJPFaMPXdKh}QL=u=7 z`87OeF{D{=etQ4!`!e)?)Gh9BzQ|Yj%f}1(qv!?voTpsTh09OZC!EN)civM}{L|}x z@4UYAPu;x&AIu+&T!F&3AHMb}oT0}%ifHrmSX5nIFG|hQ$Wy_r3|Qth>vARcraZlN zOu-HQp+beh8yS9Mu)Cy8X&HAFFxhKp3Xryhn(TE)HB&!|k~{Z22@svy&yK$5drhxb zg<<#>!XWGYI|PD5c9tdDl#c^2z1%_n%-=GNrW1s*Tw(uvX~j2@nE>89Z89kY7$1An zIfX0H*TxxCAZI*q5-QT1e=gm&& znjgc~TRJeRPvEY|U1R7<1T2EHGFOsVs&WHTnt<-u2)O%!mU_o;`WQr3;6*+pLxAdJ zIqaStwfW;Myz2#|MVUPFw}&fiT#BBaiFL!d?Scb z$E2r{o%g!kvS!&BwS!?NK<$TpIh{BN_y zgN&u&TwkD0q(x-XxLX74-ju6^_nOkZA9su!3D^5w)%$Lk%DJTgu5AOlwm(05?}eOj zjNotytW=7^9W@hd&f7BkY15Vap!5*8vz^>%FMK77APlR#R4e3~p;O0}+%sykPcTvK_GC`T&D!I!njH4fSYZ@KrH@vGO8M>(W0%B=p)j`B)GBq?hW` z^_16lhfPe}uyaVU!??S0FKa-X5$g3XeeSVo>T1Zcoz7l?7dz!Eb#EBTL1r4aV7j}z*>mzG1ldaFv?IQXrndS@Hve;vi{b5;aI-4n{D z2horBdC7c(*1LO{Y6fGpS}8fbYC}M}6>pPe4bxrrG>X2G6*~C9#)uD1(6zI< z`~9e2Ye;xbolU=Niki>N$5WS|e^=YXq~$bSzG>)c_hsVc`lmb}J~azer!$9daeInH z4BRh0v$zD|pIF&5zTU&Ylm;Z7Y$+0d&_2Ch@lJ+|DKxSciNC8@)Z!Cn?E6o&uBlqe zMZNc+bAi-+*bbZARLBX#O5J) zBb6p)fyjPMUgWwV2JtI!pkN~A@!8RfC20Q$dK|#&kf;y5nDu}2u>CTWuDZwB20k}t zV5#Vdlr4oP&TSAyR8b0bCm=H*(!uG2x_$@lmdVwyPAO89<0qUWkd&2x-?b~*8}5vf zJ?j6%F|WE>2{_Lh<`cL>{gSUDGEF7?&FlY!N1cAkO93WsFmDDqe=>@dC7iW&A&vDc zEQoD**@HNf9Hk{&hg>4QhGUCGU|CEX3yTc(2G+7qJP73kihAN3DIf@DdUHmY3*vdt zJoV(H8l-i!+ovlIru#b~jVfHf=|ILGfwZ5Yc_Xnop;tm&%h-rw? zyKHLfUWok>D?C3?Fz{mbo21i9eR0cl1tYzoiM{a@!E^dM%I;V7H^%e0>C$BVkc~}5 z#hKG~i2lq%6I5c}4OI7w3!3yM!0NiP$BNSnyYp4j60`x~_o%^$I{az3^4#BGX6O-e z{AF{XoKgztvJLlQ2isam4LkmMEkJcmy|Wck3c1`2F)#*vli9~K@tj>=%rkMIfT0KE zK6k-VG$SL;?3+gZVnEoW<)rHwLQm081InYqgGfm0fw=1cUQ>q~`^BRCedtc%q^@u8 z%|T63fph49q2y8ufZMW_(>rw5zX3Q^8d;xu%OhRfEtz^Lv)L$v+NAKZF`6LiHC)5q zHh@x2J&P>U0aC@cQpd}e){B?K(cuG)*9g9#TZFo+b4o~IOEZa1`s5&bXG4f`h+dcjn{E{?4yu>!OmkY@{A4WQ(J z`FX%d_~v&&^b|YIHm~Y<{R^(l4cYPRjm>?b^Ye$mnFL(XS@TnoOFgH=oxVrh;xDTm zqbOWis(WCBDBVo;#)=(pA@bFC0V2n=pyN0g4i!X{U55@L-F`2&^{8c$ot zP@XVrV9JPQb`)MB9nks(jm8eJvh2Q7qrjw4l`62=nU4aI1}xk0=4G&MTw*GfXOQyR za~&y}S1It%3lLx6nnC6rFKCBITH@NwJec-e>ahhu8rFW#VMb~^R!GFhvpBog#(=&K?Y}c!-idTkofE z4G24m{QBH?6Bf|KsB62MO=-d5>(Y2V47W*LP%^y+cpTY7b>+h2Gpb*B7yx_{RHGM% zZR*gr{oQOdUrPtWrduMPOFbfO-McpfgJ>WBn3+WF=_h&UliI+s8BJC91hdWKw)wuj zp8dv1--MQBMc?LeKsr%OU3K(aLI=idke`c66p)@q?%`YOKC_*UE_(Uc7h#YjwGKkn zx?xdXZ-TN`cBCtDQ4A8v${j8QLc=U%-1Q_&b6>9aYjY;>zlhg5d(M}@E8kQEIWwed z?{JcLrRT`e$L3~Ptq~4iM}2>LN9_h4@e=o+ck8>!1+gw$Di*fY&(4lh;sbi^YlBTEqj8&1 zw>#G8;lD^CNl%sbxOY~{Lc%!+ULobvtqE~t++st`qhSYyg178I3zF#$mWnZMtLtbW|C9G7oH&n75s z53U>e$eW^^=$AXJ`uuZ(qTE+kwBz`~N{M>whNk6NZmuKHK!73aN-I@9OqS7lR7__sDkoB8QkS9lOEAT?=wB|Tf*`NXxlq|$@ zrFMH2Ke3h+xi)(t-BU!PW1Z!kuvWWY5K4_dArPZ zKm7<80;Ggd!!+&DRoepR{W~8F{snl8Fa*;J0thp@yMU2Xdu{l_ZlrFw0;GA-(GueD zb{QD(`~V-cL|CYLvKLSXcaJ>O;WfrUWv4VgGwllB8?=#y?acGhvumE>qBm<}A#
    X+zr{)m9 z`-He>*4fk09Jq`gD$?PGX>?Bh^1}#63R7p?r#e3uy1S-6li;bKl{)~-g?sVp-$q;{ z?4OY<(Wlg!3!HwYv8;c%8kjEGuIXgd1!i0vi5qdRw9x&#E~3%f{=)951Q>QvAo4H-`3WYX;95L`}4vX0%ulG6RIo4P&qP@F;5 z@}H^_qE#kOH<;$K&oliTZC98+csx!H?c&n9M`R+!)d^C8V!7KKT_s}F*^ak%gfF#Bgo|C^IWt8E1|6TU0|N8*G=2B2TZusTJ1hl|; z@89f9SHN)7^17-k%c%8);p)by#DY>Mn3FXEW-!q7iXg@2xRYA4UU+xWj#SuF{1HN{ zCLuWU=7MYcR>v!LpSj%po0mf1@)}~c{@J3rrq)HcLN*+`suHe$_^j%r?3#q1Ka29= z7Lc*SX{VO^tVCPwK7$((dpi!`ulAu6*G zk!oTnmtMGWmw_uy#ksbObw4)G|DW(*`2|C4W}2A5%tuq?cf33Do1OVjiFQ}%G{iiw zh~zkiX2G@@-Cd}x!yKk&9W{U#&@=I9VNcyCq-Pq)wd*nK*GLuzz*$x*$_5gi=z5PY zD83*z?4uXgSYrBv`GI7LP&Dc*efb1F)b3{NA;v~N;geF?jNvn6_DIecxeUjiWJ z-rQ?R=IQ&CcXiDm#87@HJRO>>@aM5#hK`4MF2uwC&aK_9n)=INcH)bEAhlSu`R3mO zwNC}8ry*^&l{eKO&dB9kK|{ZC+(|ec>u&@mftK{nE}REM`&h)Ee$8;_=s9(kI9G7S z3_Q*w4F0Q6Mco(9e^|i2x}$x9Pa@ff>c^J@y9^kGK;qjtsc+RAR#eBzL%^&lIfM`Q z84%P!16>lxYuPZ_x}jGD9 znTd|3A!NC>Q>7|S?1eMIb%yN5|Cl!piM;GLve7G*pExM6gjIM_UJ1zjRu&};mk!*` zc#Q8wFzw*D?hd)fLH?em$AY-wab?sU?sasvnQzgclEG&X3FN`BZ*i294A@Xi1BgHp zcRVj(DXEk&(J91wO;SpH?KxbxDXnT(Egv(`l_GYv7*S4Y)PhPeG@KI-;4?6yV7ZRs z%2OgnJVtKg8ZpUaiuStPrQsBjO?0Fzp))0+Igm_N1BBLyAS;gG`7L`Umkpfdhn4Hw zdBD_p&J)Z`fiV&Q1#@#-!;OBDLRrt)pHwAkIU3(h#r=@{NYc{wFb|kLmTru}6nR?wFDtJW zgOL3HETc(qZ_pw7*zY}IG3>r@R%QV%V)g)R2m_q5@6>-Z z(;bIJ?iRDqWss)=jIgc%FZd@g{89P&I}~p)FgaC%f5PQSFs zY_@^MGvOtR?}kuH(jqpi@S>OE?T9-VJwhoxCXg1a^435fJSgVYFmu6X1p__&2+t3K zZ7n^sHgPVmYcuMfm;eHsQ&w2t_i(Hr4m&3@Ze!%sc*hjvjvk6!Lz(h~2D@TiHhxYL zzH%c!G@BYf`{!{oo3aUJ%O&Mb$&uRM%|Af#XCBiVq?(DsDFVT;on_~WicTl|3wkM_ z5xH&6P5j63YXda{n7#dNzbSA==#nUCC*Jm>dsuH@V z1FmCAdhtLGI2;OIlnmTJ`R$$ckG}=~ouff|wpMR^6=VopLuyf%wSNZi03Fa`5a0>| zci=E+VCdHf`+VTWkGs|Xu9^eS7+?hs*f@XQeiRr0>Yt^iPkownXvQszyrTOO=BvVa z!p?WMbq<+pxuYBpD+SXWq@obj0l$n z?w|s$p1Uc${_i&6nAPEBd;9nP2X4LH$)6A0i`YLms*hobGjLae$dc8)5ljpVUI!fk z?T2ev0$%>l;4urlGlGuXr=T)m-)3pxCKm<<_av6lv*t#R+8aG-5SSN6&s`iX3Py{9 p(V}3qC>SjXM@z!NUJ`Ek&#!QG3WFklV-2Vw>*?y}vd$@?2>=x-%BcVV literal 0 HcmV?d00001 diff --git a/assets/images/social/api/sbr/typing/README.png b/assets/images/social/api/sbr/typing/README.png new file mode 100644 index 0000000000000000000000000000000000000000..8cfb060879b07a9e6208f969d6a598e8a8ab9b34 GIT binary patch literal 21395 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 literal 0 HcmV?d00001 diff --git a/assets/images/social/config.png b/assets/images/social/config.png new file mode 100644 index 0000000000000000000000000000000000000000..81301e6958b30cb670c99a853595b4c72f432acf GIT binary patch literal 18365 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 literal 0 HcmV?d00001 diff --git a/assets/images/social/sources.png b/assets/images/social/sources.png new file mode 100644 index 0000000000000000000000000000000000000000..6eada83adbe650a7079958690bfd1117977384a6 GIT binary patch literal 21153 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 literal 0 HcmV?d00001 diff --git a/assets/images/social/stats.png b/assets/images/social/stats.png new file mode 100644 index 0000000000000000000000000000000000000000..3bede388b800a891ef5ea5fbff83d3db76c75ffb GIT binary patch literal 19895 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 literal 0 HcmV?d00001 diff --git a/assets/javascripts/bundle.88dd0f4e.min.js b/assets/javascripts/bundle.88dd0f4e.min.js new file mode 100644 index 00000000..fb8f3109 --- /dev/null +++ b/assets/javascripts/bundle.88dd0f4e.min.js @@ -0,0 +1,16 @@ +"use strict";(()=>{var Wi=Object.create;var gr=Object.defineProperty;var Di=Object.getOwnPropertyDescriptor;var Vi=Object.getOwnPropertyNames,Vt=Object.getOwnPropertySymbols,Ni=Object.getPrototypeOf,yr=Object.prototype.hasOwnProperty,ao=Object.prototype.propertyIsEnumerable;var io=(e,t,r)=>t in e?gr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,$=(e,t)=>{for(var r in t||(t={}))yr.call(t,r)&&io(e,r,t[r]);if(Vt)for(var r of Vt(t))ao.call(t,r)&&io(e,r,t[r]);return e};var so=(e,t)=>{var r={};for(var o in e)yr.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Vt)for(var o of Vt(e))t.indexOf(o)<0&&ao.call(e,o)&&(r[o]=e[o]);return r};var xr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var zi=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Vi(t))!yr.call(e,n)&&n!==r&&gr(e,n,{get:()=>t[n],enumerable:!(o=Di(t,n))||o.enumerable});return e};var Mt=(e,t,r)=>(r=e!=null?Wi(Ni(e)):{},zi(t||!e||!e.__esModule?gr(r,"default",{value:e,enumerable:!0}):r,e));var co=(e,t,r)=>new Promise((o,n)=>{var i=p=>{try{s(r.next(p))}catch(c){n(c)}},a=p=>{try{s(r.throw(p))}catch(c){n(c)}},s=p=>p.done?o(p.value):Promise.resolve(p.value).then(i,a);s((r=r.apply(e,t)).next())});var lo=xr((Er,po)=>{(function(e,t){typeof Er=="object"&&typeof po!="undefined"?t():typeof define=="function"&&define.amd?define(t):t()})(Er,function(){"use strict";function e(r){var o=!0,n=!1,i=null,a={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function s(k){return!!(k&&k!==document&&k.nodeName!=="HTML"&&k.nodeName!=="BODY"&&"classList"in k&&"contains"in k.classList)}function p(k){var ft=k.type,qe=k.tagName;return!!(qe==="INPUT"&&a[ft]&&!k.readOnly||qe==="TEXTAREA"&&!k.readOnly||k.isContentEditable)}function c(k){k.classList.contains("focus-visible")||(k.classList.add("focus-visible"),k.setAttribute("data-focus-visible-added",""))}function l(k){k.hasAttribute("data-focus-visible-added")&&(k.classList.remove("focus-visible"),k.removeAttribute("data-focus-visible-added"))}function f(k){k.metaKey||k.altKey||k.ctrlKey||(s(r.activeElement)&&c(r.activeElement),o=!0)}function u(k){o=!1}function d(k){s(k.target)&&(o||p(k.target))&&c(k.target)}function y(k){s(k.target)&&(k.target.classList.contains("focus-visible")||k.target.hasAttribute("data-focus-visible-added"))&&(n=!0,window.clearTimeout(i),i=window.setTimeout(function(){n=!1},100),l(k.target))}function L(k){document.visibilityState==="hidden"&&(n&&(o=!0),X())}function X(){document.addEventListener("mousemove",J),document.addEventListener("mousedown",J),document.addEventListener("mouseup",J),document.addEventListener("pointermove",J),document.addEventListener("pointerdown",J),document.addEventListener("pointerup",J),document.addEventListener("touchmove",J),document.addEventListener("touchstart",J),document.addEventListener("touchend",J)}function te(){document.removeEventListener("mousemove",J),document.removeEventListener("mousedown",J),document.removeEventListener("mouseup",J),document.removeEventListener("pointermove",J),document.removeEventListener("pointerdown",J),document.removeEventListener("pointerup",J),document.removeEventListener("touchmove",J),document.removeEventListener("touchstart",J),document.removeEventListener("touchend",J)}function J(k){k.target.nodeName&&k.target.nodeName.toLowerCase()==="html"||(o=!1,te())}document.addEventListener("keydown",f,!0),document.addEventListener("mousedown",u,!0),document.addEventListener("pointerdown",u,!0),document.addEventListener("touchstart",u,!0),document.addEventListener("visibilitychange",L,!0),X(),r.addEventListener("focus",d,!0),r.addEventListener("blur",y,!0),r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host?r.host.setAttribute("data-js-focus-visible",""):r.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if(typeof window!="undefined"&&typeof document!="undefined"){window.applyFocusVisiblePolyfill=e;var t;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(r){t=document.createEvent("CustomEvent"),t.initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}typeof document!="undefined"&&e(document)})});var qr=xr((hy,On)=>{"use strict";/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */var $a=/["'&<>]/;On.exports=Pa;function Pa(e){var t=""+e,r=$a.exec(t);if(!r)return t;var o,n="",i=0,a=0;for(i=r.index;i{/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */(function(t,r){typeof It=="object"&&typeof Yr=="object"?Yr.exports=r():typeof define=="function"&&define.amd?define([],r):typeof It=="object"?It.ClipboardJS=r():t.ClipboardJS=r()})(It,function(){return function(){var e={686:function(o,n,i){"use strict";i.d(n,{default:function(){return Ui}});var a=i(279),s=i.n(a),p=i(370),c=i.n(p),l=i(817),f=i.n(l);function u(V){try{return document.execCommand(V)}catch(A){return!1}}var d=function(A){var M=f()(A);return u("cut"),M},y=d;function L(V){var A=document.documentElement.getAttribute("dir")==="rtl",M=document.createElement("textarea");M.style.fontSize="12pt",M.style.border="0",M.style.padding="0",M.style.margin="0",M.style.position="absolute",M.style[A?"right":"left"]="-9999px";var F=window.pageYOffset||document.documentElement.scrollTop;return M.style.top="".concat(F,"px"),M.setAttribute("readonly",""),M.value=V,M}var X=function(A,M){var F=L(A);M.container.appendChild(F);var D=f()(F);return u("copy"),F.remove(),D},te=function(A){var M=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},F="";return typeof A=="string"?F=X(A,M):A instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(A==null?void 0:A.type)?F=X(A.value,M):(F=f()(A),u("copy")),F},J=te;function k(V){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?k=function(M){return typeof M}:k=function(M){return M&&typeof Symbol=="function"&&M.constructor===Symbol&&M!==Symbol.prototype?"symbol":typeof M},k(V)}var ft=function(){var A=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},M=A.action,F=M===void 0?"copy":M,D=A.container,Y=A.target,$e=A.text;if(F!=="copy"&&F!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(Y!==void 0)if(Y&&k(Y)==="object"&&Y.nodeType===1){if(F==="copy"&&Y.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(F==="cut"&&(Y.hasAttribute("readonly")||Y.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if($e)return J($e,{container:D});if(Y)return F==="cut"?y(Y):J(Y,{container:D})},qe=ft;function Fe(V){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Fe=function(M){return typeof M}:Fe=function(M){return M&&typeof Symbol=="function"&&M.constructor===Symbol&&M!==Symbol.prototype?"symbol":typeof M},Fe(V)}function ki(V,A){if(!(V instanceof A))throw new TypeError("Cannot call a class as a function")}function no(V,A){for(var M=0;M0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof D.action=="function"?D.action:this.defaultAction,this.target=typeof D.target=="function"?D.target:this.defaultTarget,this.text=typeof D.text=="function"?D.text:this.defaultText,this.container=Fe(D.container)==="object"?D.container:document.body}},{key:"listenClick",value:function(D){var Y=this;this.listener=c()(D,"click",function($e){return Y.onClick($e)})}},{key:"onClick",value:function(D){var Y=D.delegateTarget||D.currentTarget,$e=this.action(Y)||"copy",Dt=qe({action:$e,container:this.container,target:this.target(Y),text:this.text(Y)});this.emit(Dt?"success":"error",{action:$e,text:Dt,trigger:Y,clearSelection:function(){Y&&Y.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(D){return vr("action",D)}},{key:"defaultTarget",value:function(D){var Y=vr("target",D);if(Y)return document.querySelector(Y)}},{key:"defaultText",value:function(D){return vr("text",D)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(D){var Y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return J(D,Y)}},{key:"cut",value:function(D){return y(D)}},{key:"isSupported",value:function(){var D=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],Y=typeof D=="string"?[D]:D,$e=!!document.queryCommandSupported;return Y.forEach(function(Dt){$e=$e&&!!document.queryCommandSupported(Dt)}),$e}}]),M}(s()),Ui=Fi},828:function(o){var n=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var i=Element.prototype;i.matches=i.matchesSelector||i.mozMatchesSelector||i.msMatchesSelector||i.oMatchesSelector||i.webkitMatchesSelector}function a(s,p){for(;s&&s.nodeType!==n;){if(typeof s.matches=="function"&&s.matches(p))return s;s=s.parentNode}}o.exports=a},438:function(o,n,i){var a=i(828);function s(l,f,u,d,y){var L=c.apply(this,arguments);return l.addEventListener(u,L,y),{destroy:function(){l.removeEventListener(u,L,y)}}}function p(l,f,u,d,y){return typeof l.addEventListener=="function"?s.apply(null,arguments):typeof u=="function"?s.bind(null,document).apply(null,arguments):(typeof l=="string"&&(l=document.querySelectorAll(l)),Array.prototype.map.call(l,function(L){return s(L,f,u,d,y)}))}function c(l,f,u,d){return function(y){y.delegateTarget=a(y.target,f),y.delegateTarget&&d.call(l,y)}}o.exports=p},879:function(o,n){n.node=function(i){return i!==void 0&&i instanceof HTMLElement&&i.nodeType===1},n.nodeList=function(i){var a=Object.prototype.toString.call(i);return i!==void 0&&(a==="[object NodeList]"||a==="[object HTMLCollection]")&&"length"in i&&(i.length===0||n.node(i[0]))},n.string=function(i){return typeof i=="string"||i instanceof String},n.fn=function(i){var a=Object.prototype.toString.call(i);return a==="[object Function]"}},370:function(o,n,i){var a=i(879),s=i(438);function p(u,d,y){if(!u&&!d&&!y)throw new Error("Missing required arguments");if(!a.string(d))throw new TypeError("Second argument must be a String");if(!a.fn(y))throw new TypeError("Third argument must be a Function");if(a.node(u))return c(u,d,y);if(a.nodeList(u))return l(u,d,y);if(a.string(u))return f(u,d,y);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function c(u,d,y){return u.addEventListener(d,y),{destroy:function(){u.removeEventListener(d,y)}}}function l(u,d,y){return Array.prototype.forEach.call(u,function(L){L.addEventListener(d,y)}),{destroy:function(){Array.prototype.forEach.call(u,function(L){L.removeEventListener(d,y)})}}}function f(u,d,y){return s(document.body,u,d,y)}o.exports=p},817:function(o){function n(i){var a;if(i.nodeName==="SELECT")i.focus(),a=i.value;else if(i.nodeName==="INPUT"||i.nodeName==="TEXTAREA"){var s=i.hasAttribute("readonly");s||i.setAttribute("readonly",""),i.select(),i.setSelectionRange(0,i.value.length),s||i.removeAttribute("readonly"),a=i.value}else{i.hasAttribute("contenteditable")&&i.focus();var p=window.getSelection(),c=document.createRange();c.selectNodeContents(i),p.removeAllRanges(),p.addRange(c),a=p.toString()}return a}o.exports=n},279:function(o){function n(){}n.prototype={on:function(i,a,s){var p=this.e||(this.e={});return(p[i]||(p[i]=[])).push({fn:a,ctx:s}),this},once:function(i,a,s){var p=this;function c(){p.off(i,c),a.apply(s,arguments)}return c._=a,this.on(i,c,s)},emit:function(i){var a=[].slice.call(arguments,1),s=((this.e||(this.e={}))[i]||[]).slice(),p=0,c=s.length;for(p;p0&&i[i.length-1])&&(c[0]===6||c[0]===2)){r=0;continue}if(c[0]===3&&(!i||c[1]>i[0]&&c[1]=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function N(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var o=r.call(e),n,i=[],a;try{for(;(t===void 0||t-- >0)&&!(n=o.next()).done;)i.push(n.value)}catch(s){a={error:s}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(a)throw a.error}}return i}function q(e,t,r){if(r||arguments.length===2)for(var o=0,n=t.length,i;o1||p(d,L)})},y&&(n[d]=y(n[d])))}function p(d,y){try{c(o[d](y))}catch(L){u(i[0][3],L)}}function c(d){d.value instanceof nt?Promise.resolve(d.value.v).then(l,f):u(i[0][2],d)}function l(d){p("next",d)}function f(d){p("throw",d)}function u(d,y){d(y),i.shift(),i.length&&p(i[0][0],i[0][1])}}function uo(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof he=="function"?he(e):e[Symbol.iterator](),r={},o("next"),o("throw"),o("return"),r[Symbol.asyncIterator]=function(){return this},r);function o(i){r[i]=e[i]&&function(a){return new Promise(function(s,p){a=e[i](a),n(s,p,a.done,a.value)})}}function n(i,a,s,p){Promise.resolve(p).then(function(c){i({value:c,done:s})},a)}}function H(e){return typeof e=="function"}function ut(e){var t=function(o){Error.call(o),o.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var zt=ut(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription: +`+r.map(function(o,n){return n+1+") "+o.toString()}).join(` + `):"",this.name="UnsubscriptionError",this.errors=r}});function Qe(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ue=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,o,n,i;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var s=he(a),p=s.next();!p.done;p=s.next()){var c=p.value;c.remove(this)}}catch(L){t={error:L}}finally{try{p&&!p.done&&(r=s.return)&&r.call(s)}finally{if(t)throw t.error}}else a.remove(this);var l=this.initialTeardown;if(H(l))try{l()}catch(L){i=L instanceof zt?L.errors:[L]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var u=he(f),d=u.next();!d.done;d=u.next()){var y=d.value;try{ho(y)}catch(L){i=i!=null?i:[],L instanceof zt?i=q(q([],N(i)),N(L.errors)):i.push(L)}}}catch(L){o={error:L}}finally{try{d&&!d.done&&(n=u.return)&&n.call(u)}finally{if(o)throw o.error}}}if(i)throw new zt(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)ho(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&Qe(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&Qe(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var Tr=Ue.EMPTY;function qt(e){return e instanceof Ue||e&&"closed"in e&&H(e.remove)&&H(e.add)&&H(e.unsubscribe)}function ho(e){H(e)?e():e.unsubscribe()}var Pe={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var dt={setTimeout:function(e,t){for(var r=[],o=2;o0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var o=this,n=this,i=n.hasError,a=n.isStopped,s=n.observers;return i||a?Tr:(this.currentObservers=null,s.push(r),new Ue(function(){o.currentObservers=null,Qe(s,r)}))},t.prototype._checkFinalizedStatuses=function(r){var o=this,n=o.hasError,i=o.thrownError,a=o.isStopped;n?r.error(i):a&&r.complete()},t.prototype.asObservable=function(){var r=new j;return r.source=this,r},t.create=function(r,o){return new To(r,o)},t}(j);var To=function(e){oe(t,e);function t(r,o){var n=e.call(this)||this;return n.destination=r,n.source=o,n}return t.prototype.next=function(r){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.next)===null||n===void 0||n.call(o,r)},t.prototype.error=function(r){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.error)===null||n===void 0||n.call(o,r)},t.prototype.complete=function(){var r,o;(o=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||o===void 0||o.call(r)},t.prototype._subscribe=function(r){var o,n;return(n=(o=this.source)===null||o===void 0?void 0:o.subscribe(r))!==null&&n!==void 0?n:Tr},t}(g);var _r=function(e){oe(t,e);function t(r){var o=e.call(this)||this;return o._value=r,o}return Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(r){var o=e.prototype._subscribe.call(this,r);return!o.closed&&r.next(this._value),o},t.prototype.getValue=function(){var r=this,o=r.hasError,n=r.thrownError,i=r._value;if(o)throw n;return this._throwIfClosed(),i},t.prototype.next=function(r){e.prototype.next.call(this,this._value=r)},t}(g);var At={now:function(){return(At.delegate||Date).now()},delegate:void 0};var Ct=function(e){oe(t,e);function t(r,o,n){r===void 0&&(r=1/0),o===void 0&&(o=1/0),n===void 0&&(n=At);var i=e.call(this)||this;return i._bufferSize=r,i._windowTime=o,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=o===1/0,i._bufferSize=Math.max(1,r),i._windowTime=Math.max(1,o),i}return t.prototype.next=function(r){var o=this,n=o.isStopped,i=o._buffer,a=o._infiniteTimeWindow,s=o._timestampProvider,p=o._windowTime;n||(i.push(r),!a&&i.push(s.now()+p)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var o=this._innerSubscribe(r),n=this,i=n._infiniteTimeWindow,a=n._buffer,s=a.slice(),p=0;p0?e.prototype.schedule.call(this,r,o):(this.delay=o,this.state=r,this.scheduler.flush(this),this)},t.prototype.execute=function(r,o){return o>0||this.closed?e.prototype.execute.call(this,r,o):this._execute(r,o)},t.prototype.requestAsyncId=function(r,o,n){return n===void 0&&(n=0),n!=null&&n>0||n==null&&this.delay>0?e.prototype.requestAsyncId.call(this,r,o,n):(r.flush(this),0)},t}(gt);var Lo=function(e){oe(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t}(yt);var kr=new Lo(Oo);var Mo=function(e){oe(t,e);function t(r,o){var n=e.call(this,r,o)||this;return n.scheduler=r,n.work=o,n}return t.prototype.requestAsyncId=function(r,o,n){return n===void 0&&(n=0),n!==null&&n>0?e.prototype.requestAsyncId.call(this,r,o,n):(r.actions.push(this),r._scheduled||(r._scheduled=vt.requestAnimationFrame(function(){return r.flush(void 0)})))},t.prototype.recycleAsyncId=function(r,o,n){var i;if(n===void 0&&(n=0),n!=null?n>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,r,o,n);var a=r.actions;o!=null&&((i=a[a.length-1])===null||i===void 0?void 0:i.id)!==o&&(vt.cancelAnimationFrame(o),r._scheduled=void 0)},t}(gt);var _o=function(e){oe(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.flush=function(r){this._active=!0;var o=this._scheduled;this._scheduled=void 0;var n=this.actions,i;r=r||n.shift();do if(i=r.execute(r.state,r.delay))break;while((r=n[0])&&r.id===o&&n.shift());if(this._active=!1,i){for(;(r=n[0])&&r.id===o&&n.shift();)r.unsubscribe();throw i}},t}(yt);var me=new _o(Mo);var S=new j(function(e){return e.complete()});function Yt(e){return e&&H(e.schedule)}function Hr(e){return e[e.length-1]}function Xe(e){return H(Hr(e))?e.pop():void 0}function ke(e){return Yt(Hr(e))?e.pop():void 0}function Bt(e,t){return typeof Hr(e)=="number"?e.pop():t}var xt=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};function Gt(e){return H(e==null?void 0:e.then)}function Jt(e){return H(e[bt])}function Xt(e){return Symbol.asyncIterator&&H(e==null?void 0:e[Symbol.asyncIterator])}function Zt(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Zi(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var er=Zi();function tr(e){return H(e==null?void 0:e[er])}function rr(e){return fo(this,arguments,function(){var r,o,n,i;return Nt(this,function(a){switch(a.label){case 0:r=e.getReader(),a.label=1;case 1:a.trys.push([1,,9,10]),a.label=2;case 2:return[4,nt(r.read())];case 3:return o=a.sent(),n=o.value,i=o.done,i?[4,nt(void 0)]:[3,5];case 4:return[2,a.sent()];case 5:return[4,nt(n)];case 6:return[4,a.sent()];case 7:return a.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function or(e){return H(e==null?void 0:e.getReader)}function U(e){if(e instanceof j)return e;if(e!=null){if(Jt(e))return ea(e);if(xt(e))return ta(e);if(Gt(e))return ra(e);if(Xt(e))return Ao(e);if(tr(e))return oa(e);if(or(e))return na(e)}throw Zt(e)}function ea(e){return new j(function(t){var r=e[bt]();if(H(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function ta(e){return new j(function(t){for(var r=0;r=2;return function(o){return o.pipe(e?b(function(n,i){return e(n,i,o)}):le,Te(1),r?De(t):Qo(function(){return new ir}))}}function jr(e){return e<=0?function(){return S}:E(function(t,r){var o=[];t.subscribe(T(r,function(n){o.push(n),e=2,!0))}function pe(e){e===void 0&&(e={});var t=e.connector,r=t===void 0?function(){return new g}:t,o=e.resetOnError,n=o===void 0?!0:o,i=e.resetOnComplete,a=i===void 0?!0:i,s=e.resetOnRefCountZero,p=s===void 0?!0:s;return function(c){var l,f,u,d=0,y=!1,L=!1,X=function(){f==null||f.unsubscribe(),f=void 0},te=function(){X(),l=u=void 0,y=L=!1},J=function(){var k=l;te(),k==null||k.unsubscribe()};return E(function(k,ft){d++,!L&&!y&&X();var qe=u=u!=null?u:r();ft.add(function(){d--,d===0&&!L&&!y&&(f=Ur(J,p))}),qe.subscribe(ft),!l&&d>0&&(l=new at({next:function(Fe){return qe.next(Fe)},error:function(Fe){L=!0,X(),f=Ur(te,n,Fe),qe.error(Fe)},complete:function(){y=!0,X(),f=Ur(te,a),qe.complete()}}),U(k).subscribe(l))})(c)}}function Ur(e,t){for(var r=[],o=2;oe.next(document)),e}function P(e,t=document){return Array.from(t.querySelectorAll(e))}function R(e,t=document){let r=fe(e,t);if(typeof r=="undefined")throw new ReferenceError(`Missing element: expected "${e}" to be present`);return r}function fe(e,t=document){return t.querySelector(e)||void 0}function Ie(){var e,t,r,o;return(o=(r=(t=(e=document.activeElement)==null?void 0:e.shadowRoot)==null?void 0:t.activeElement)!=null?r:document.activeElement)!=null?o:void 0}var wa=O(h(document.body,"focusin"),h(document.body,"focusout")).pipe(_e(1),Q(void 0),m(()=>Ie()||document.body),G(1));function et(e){return wa.pipe(m(t=>e.contains(t)),K())}function $t(e,t){return C(()=>O(h(e,"mouseenter").pipe(m(()=>!0)),h(e,"mouseleave").pipe(m(()=>!1))).pipe(t?Ht(r=>Le(+!r*t)):le,Q(e.matches(":hover"))))}function Jo(e,t){if(typeof t=="string"||typeof t=="number")e.innerHTML+=t.toString();else if(t instanceof Node)e.appendChild(t);else if(Array.isArray(t))for(let r of t)Jo(e,r)}function x(e,t,...r){let o=document.createElement(e);if(t)for(let n of Object.keys(t))typeof t[n]!="undefined"&&(typeof t[n]!="boolean"?o.setAttribute(n,t[n]):o.setAttribute(n,""));for(let n of r)Jo(o,n);return o}function sr(e){if(e>999){let t=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(t)}k`}else return e.toString()}function Tt(e){let t=x("script",{src:e});return C(()=>(document.head.appendChild(t),O(h(t,"load"),h(t,"error").pipe(v(()=>$r(()=>new ReferenceError(`Invalid script: ${e}`))))).pipe(m(()=>{}),_(()=>document.head.removeChild(t)),Te(1))))}var Xo=new g,Ta=C(()=>typeof ResizeObserver=="undefined"?Tt("https://unpkg.com/resize-observer-polyfill"):I(void 0)).pipe(m(()=>new ResizeObserver(e=>e.forEach(t=>Xo.next(t)))),v(e=>O(Ye,I(e)).pipe(_(()=>e.disconnect()))),G(1));function ce(e){return{width:e.offsetWidth,height:e.offsetHeight}}function ge(e){let t=e;for(;t.clientWidth===0&&t.parentElement;)t=t.parentElement;return Ta.pipe(w(r=>r.observe(t)),v(r=>Xo.pipe(b(o=>o.target===t),_(()=>r.unobserve(t)))),m(()=>ce(e)),Q(ce(e)))}function St(e){return{width:e.scrollWidth,height:e.scrollHeight}}function cr(e){let t=e.parentElement;for(;t&&(e.scrollWidth<=t.scrollWidth&&e.scrollHeight<=t.scrollHeight);)t=(e=t).parentElement;return t?e:void 0}function Zo(e){let t=[],r=e.parentElement;for(;r;)(e.clientWidth>r.clientWidth||e.clientHeight>r.clientHeight)&&t.push(r),r=(e=r).parentElement;return t.length===0&&t.push(document.documentElement),t}function Ve(e){return{x:e.offsetLeft,y:e.offsetTop}}function en(e){let t=e.getBoundingClientRect();return{x:t.x+window.scrollX,y:t.y+window.scrollY}}function tn(e){return O(h(window,"load"),h(window,"resize")).pipe(Me(0,me),m(()=>Ve(e)),Q(Ve(e)))}function pr(e){return{x:e.scrollLeft,y:e.scrollTop}}function Ne(e){return O(h(e,"scroll"),h(window,"scroll"),h(window,"resize")).pipe(Me(0,me),m(()=>pr(e)),Q(pr(e)))}var rn=new g,Sa=C(()=>I(new IntersectionObserver(e=>{for(let t of e)rn.next(t)},{threshold:0}))).pipe(v(e=>O(Ye,I(e)).pipe(_(()=>e.disconnect()))),G(1));function tt(e){return Sa.pipe(w(t=>t.observe(e)),v(t=>rn.pipe(b(({target:r})=>r===e),_(()=>t.unobserve(e)),m(({isIntersecting:r})=>r))))}function on(e,t=16){return Ne(e).pipe(m(({y:r})=>{let o=ce(e),n=St(e);return r>=n.height-o.height-t}),K())}var lr={drawer:R("[data-md-toggle=drawer]"),search:R("[data-md-toggle=search]")};function nn(e){return lr[e].checked}function Je(e,t){lr[e].checked!==t&&lr[e].click()}function ze(e){let t=lr[e];return h(t,"change").pipe(m(()=>t.checked),Q(t.checked))}function Oa(e,t){switch(e.constructor){case HTMLInputElement:return e.type==="radio"?/^Arrow/.test(t):!0;case HTMLSelectElement:case HTMLTextAreaElement:return!0;default:return e.isContentEditable}}function La(){return O(h(window,"compositionstart").pipe(m(()=>!0)),h(window,"compositionend").pipe(m(()=>!1))).pipe(Q(!1))}function an(){let e=h(window,"keydown").pipe(b(t=>!(t.metaKey||t.ctrlKey)),m(t=>({mode:nn("search")?"search":"global",type:t.key,claim(){t.preventDefault(),t.stopPropagation()}})),b(({mode:t,type:r})=>{if(t==="global"){let o=Ie();if(typeof o!="undefined")return!Oa(o,r)}return!0}),pe());return La().pipe(v(t=>t?S:e))}function ye(){return new URL(location.href)}function lt(e,t=!1){if(B("navigation.instant")&&!t){let r=x("a",{href:e.href});document.body.appendChild(r),r.click(),r.remove()}else location.href=e.href}function sn(){return new g}function cn(){return location.hash.slice(1)}function pn(e){let t=x("a",{href:e});t.addEventListener("click",r=>r.stopPropagation()),t.click()}function Ma(e){return O(h(window,"hashchange"),e).pipe(m(cn),Q(cn()),b(t=>t.length>0),G(1))}function ln(e){return Ma(e).pipe(m(t=>fe(`[id="${t}"]`)),b(t=>typeof t!="undefined"))}function Pt(e){let t=matchMedia(e);return ar(r=>t.addListener(()=>r(t.matches))).pipe(Q(t.matches))}function mn(){let e=matchMedia("print");return O(h(window,"beforeprint").pipe(m(()=>!0)),h(window,"afterprint").pipe(m(()=>!1))).pipe(Q(e.matches))}function Nr(e,t){return e.pipe(v(r=>r?t():S))}function zr(e,t){return new j(r=>{let o=new XMLHttpRequest;return o.open("GET",`${e}`),o.responseType="blob",o.addEventListener("load",()=>{o.status>=200&&o.status<300?(r.next(o.response),r.complete()):r.error(new Error(o.statusText))}),o.addEventListener("error",()=>{r.error(new Error("Network error"))}),o.addEventListener("abort",()=>{r.complete()}),typeof(t==null?void 0:t.progress$)!="undefined"&&(o.addEventListener("progress",n=>{var i;if(n.lengthComputable)t.progress$.next(n.loaded/n.total*100);else{let a=(i=o.getResponseHeader("Content-Length"))!=null?i:0;t.progress$.next(n.loaded/+a*100)}}),t.progress$.next(5)),o.send(),()=>o.abort()})}function je(e,t){return zr(e,t).pipe(v(r=>r.text()),m(r=>JSON.parse(r)),G(1))}function fn(e,t){let r=new DOMParser;return zr(e,t).pipe(v(o=>o.text()),m(o=>r.parseFromString(o,"text/html")),G(1))}function un(e,t){let r=new DOMParser;return zr(e,t).pipe(v(o=>o.text()),m(o=>r.parseFromString(o,"text/xml")),G(1))}function dn(){return{x:Math.max(0,scrollX),y:Math.max(0,scrollY)}}function hn(){return O(h(window,"scroll",{passive:!0}),h(window,"resize",{passive:!0})).pipe(m(dn),Q(dn()))}function bn(){return{width:innerWidth,height:innerHeight}}function vn(){return h(window,"resize",{passive:!0}).pipe(m(bn),Q(bn()))}function gn(){return z([hn(),vn()]).pipe(m(([e,t])=>({offset:e,size:t})),G(1))}function mr(e,{viewport$:t,header$:r}){let o=t.pipe(ee("size")),n=z([o,r]).pipe(m(()=>Ve(e)));return z([r,t,n]).pipe(m(([{height:i},{offset:a,size:s},{x:p,y:c}])=>({offset:{x:a.x-p,y:a.y-c+i},size:s})))}function _a(e){return h(e,"message",t=>t.data)}function Aa(e){let t=new g;return t.subscribe(r=>e.postMessage(r)),t}function yn(e,t=new Worker(e)){let r=_a(t),o=Aa(t),n=new g;n.subscribe(o);let i=o.pipe(Z(),ie(!0));return n.pipe(Z(),Re(r.pipe(W(i))),pe())}var Ca=R("#__config"),Ot=JSON.parse(Ca.textContent);Ot.base=`${new URL(Ot.base,ye())}`;function xe(){return Ot}function B(e){return Ot.features.includes(e)}function Ee(e,t){return typeof t!="undefined"?Ot.translations[e].replace("#",t.toString()):Ot.translations[e]}function Se(e,t=document){return R(`[data-md-component=${e}]`,t)}function ae(e,t=document){return P(`[data-md-component=${e}]`,t)}function ka(e){let t=R(".md-typeset > :first-child",e);return h(t,"click",{once:!0}).pipe(m(()=>R(".md-typeset",e)),m(r=>({hash:__md_hash(r.innerHTML)})))}function xn(e){if(!B("announce.dismiss")||!e.childElementCount)return S;if(!e.hidden){let t=R(".md-typeset",e);__md_hash(t.innerHTML)===__md_get("__announce")&&(e.hidden=!0)}return C(()=>{let t=new g;return t.subscribe(({hash:r})=>{e.hidden=!0,__md_set("__announce",r)}),ka(e).pipe(w(r=>t.next(r)),_(()=>t.complete()),m(r=>$({ref:e},r)))})}function Ha(e,{target$:t}){return t.pipe(m(r=>({hidden:r!==e})))}function En(e,t){let r=new g;return r.subscribe(({hidden:o})=>{e.hidden=o}),Ha(e,t).pipe(w(o=>r.next(o)),_(()=>r.complete()),m(o=>$({ref:e},o)))}function Rt(e,t){return t==="inline"?x("div",{class:"md-tooltip md-tooltip--inline",id:e,role:"tooltip"},x("div",{class:"md-tooltip__inner md-typeset"})):x("div",{class:"md-tooltip",id:e,role:"tooltip"},x("div",{class:"md-tooltip__inner md-typeset"}))}function wn(...e){return x("div",{class:"md-tooltip2",role:"tooltip"},x("div",{class:"md-tooltip2__inner md-typeset"},e))}function Tn(e,t){if(t=t?`${t}_annotation_${e}`:void 0,t){let r=t?`#${t}`:void 0;return x("aside",{class:"md-annotation",tabIndex:0},Rt(t),x("a",{href:r,class:"md-annotation__index",tabIndex:-1},x("span",{"data-md-annotation-id":e})))}else return x("aside",{class:"md-annotation",tabIndex:0},Rt(t),x("span",{class:"md-annotation__index",tabIndex:-1},x("span",{"data-md-annotation-id":e})))}function Sn(e){return x("button",{class:"md-clipboard md-icon",title:Ee("clipboard.copy"),"data-clipboard-target":`#${e} > code`})}var Ln=Mt(qr());function Qr(e,t){let r=t&2,o=t&1,n=Object.keys(e.terms).filter(p=>!e.terms[p]).reduce((p,c)=>[...p,x("del",null,(0,Ln.default)(c))," "],[]).slice(0,-1),i=xe(),a=new URL(e.location,i.base);B("search.highlight")&&a.searchParams.set("h",Object.entries(e.terms).filter(([,p])=>p).reduce((p,[c])=>`${p} ${c}`.trim(),""));let{tags:s}=xe();return x("a",{href:`${a}`,class:"md-search-result__link",tabIndex:-1},x("article",{class:"md-search-result__article md-typeset","data-md-score":e.score.toFixed(2)},r>0&&x("div",{class:"md-search-result__icon md-icon"}),r>0&&x("h1",null,e.title),r<=0&&x("h2",null,e.title),o>0&&e.text.length>0&&e.text,e.tags&&x("nav",{class:"md-tags"},e.tags.map(p=>{let c=s?p in s?`md-tag-icon md-tag--${s[p]}`:"md-tag-icon":"";return x("span",{class:`md-tag ${c}`},p)})),o>0&&n.length>0&&x("p",{class:"md-search-result__terms"},Ee("search.result.term.missing"),": ",...n)))}function Mn(e){let t=e[0].score,r=[...e],o=xe(),n=r.findIndex(l=>!`${new URL(l.location,o.base)}`.includes("#")),[i]=r.splice(n,1),a=r.findIndex(l=>l.scoreQr(l,1)),...p.length?[x("details",{class:"md-search-result__more"},x("summary",{tabIndex:-1},x("div",null,p.length>0&&p.length===1?Ee("search.result.more.one"):Ee("search.result.more.other",p.length))),...p.map(l=>Qr(l,1)))]:[]];return x("li",{class:"md-search-result__item"},c)}function _n(e){return x("ul",{class:"md-source__facts"},Object.entries(e).map(([t,r])=>x("li",{class:`md-source__fact md-source__fact--${t}`},typeof r=="number"?sr(r):r)))}function Kr(e){let t=`tabbed-control tabbed-control--${e}`;return x("div",{class:t,hidden:!0},x("button",{class:"tabbed-button",tabIndex:-1,"aria-hidden":"true"}))}function An(e){return x("div",{class:"md-typeset__scrollwrap"},x("div",{class:"md-typeset__table"},e))}function Ra(e){var o;let t=xe(),r=new URL(`../${e.version}/`,t.base);return x("li",{class:"md-version__item"},x("a",{href:`${r}`,class:"md-version__link"},e.title,((o=t.version)==null?void 0:o.alias)&&e.aliases.length>0&&x("span",{class:"md-version__alias"},e.aliases[0])))}function Cn(e,t){var o;let r=xe();return e=e.filter(n=>{var i;return!((i=n.properties)!=null&&i.hidden)}),x("div",{class:"md-version"},x("button",{class:"md-version__current","aria-label":Ee("select.version")},t.title,((o=r.version)==null?void 0:o.alias)&&t.aliases.length>0&&x("span",{class:"md-version__alias"},t.aliases[0])),x("ul",{class:"md-version__list"},e.map(Ra)))}var Ia=0;function ja(e){let t=z([et(e),$t(e)]).pipe(m(([o,n])=>o||n),K()),r=C(()=>Zo(e)).pipe(ne(Ne),pt(1),He(t),m(()=>en(e)));return t.pipe(Ae(o=>o),v(()=>z([t,r])),m(([o,n])=>({active:o,offset:n})),pe())}function Fa(e,t){let{content$:r,viewport$:o}=t,n=`__tooltip2_${Ia++}`;return C(()=>{let i=new g,a=new _r(!1);i.pipe(Z(),ie(!1)).subscribe(a);let s=a.pipe(Ht(c=>Le(+!c*250,kr)),K(),v(c=>c?r:S),w(c=>c.id=n),pe());z([i.pipe(m(({active:c})=>c)),s.pipe(v(c=>$t(c,250)),Q(!1))]).pipe(m(c=>c.some(l=>l))).subscribe(a);let p=a.pipe(b(c=>c),re(s,o),m(([c,l,{size:f}])=>{let u=e.getBoundingClientRect(),d=u.width/2;if(l.role==="tooltip")return{x:d,y:8+u.height};if(u.y>=f.height/2){let{height:y}=ce(l);return{x:d,y:-16-y}}else return{x:d,y:16+u.height}}));return z([s,i,p]).subscribe(([c,{offset:l},f])=>{c.style.setProperty("--md-tooltip-host-x",`${l.x}px`),c.style.setProperty("--md-tooltip-host-y",`${l.y}px`),c.style.setProperty("--md-tooltip-x",`${f.x}px`),c.style.setProperty("--md-tooltip-y",`${f.y}px`),c.classList.toggle("md-tooltip2--top",f.y<0),c.classList.toggle("md-tooltip2--bottom",f.y>=0)}),a.pipe(b(c=>c),re(s,(c,l)=>l),b(c=>c.role==="tooltip")).subscribe(c=>{let l=ce(R(":scope > *",c));c.style.setProperty("--md-tooltip-width",`${l.width}px`),c.style.setProperty("--md-tooltip-tail","0px")}),a.pipe(K(),ve(me),re(s)).subscribe(([c,l])=>{l.classList.toggle("md-tooltip2--active",c)}),z([a.pipe(b(c=>c)),s]).subscribe(([c,l])=>{l.role==="dialog"?(e.setAttribute("aria-controls",n),e.setAttribute("aria-haspopup","dialog")):e.setAttribute("aria-describedby",n)}),a.pipe(b(c=>!c)).subscribe(()=>{e.removeAttribute("aria-controls"),e.removeAttribute("aria-describedby"),e.removeAttribute("aria-haspopup")}),ja(e).pipe(w(c=>i.next(c)),_(()=>i.complete()),m(c=>$({ref:e},c)))})}function mt(e,{viewport$:t},r=document.body){return Fa(e,{content$:new j(o=>{let n=e.title,i=wn(n);return o.next(i),e.removeAttribute("title"),r.append(i),()=>{i.remove(),e.setAttribute("title",n)}}),viewport$:t})}function Ua(e,t){let r=C(()=>z([tn(e),Ne(t)])).pipe(m(([{x:o,y:n},i])=>{let{width:a,height:s}=ce(e);return{x:o-i.x+a/2,y:n-i.y+s/2}}));return et(e).pipe(v(o=>r.pipe(m(n=>({active:o,offset:n})),Te(+!o||1/0))))}function kn(e,t,{target$:r}){let[o,n]=Array.from(e.children);return C(()=>{let i=new g,a=i.pipe(Z(),ie(!0));return i.subscribe({next({offset:s}){e.style.setProperty("--md-tooltip-x",`${s.x}px`),e.style.setProperty("--md-tooltip-y",`${s.y}px`)},complete(){e.style.removeProperty("--md-tooltip-x"),e.style.removeProperty("--md-tooltip-y")}}),tt(e).pipe(W(a)).subscribe(s=>{e.toggleAttribute("data-md-visible",s)}),O(i.pipe(b(({active:s})=>s)),i.pipe(_e(250),b(({active:s})=>!s))).subscribe({next({active:s}){s?e.prepend(o):o.remove()},complete(){e.prepend(o)}}),i.pipe(Me(16,me)).subscribe(({active:s})=>{o.classList.toggle("md-tooltip--active",s)}),i.pipe(pt(125,me),b(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:s})=>s)).subscribe({next(s){s?e.style.setProperty("--md-tooltip-0",`${-s}px`):e.style.removeProperty("--md-tooltip-0")},complete(){e.style.removeProperty("--md-tooltip-0")}}),h(n,"click").pipe(W(a),b(s=>!(s.metaKey||s.ctrlKey))).subscribe(s=>{s.stopPropagation(),s.preventDefault()}),h(n,"mousedown").pipe(W(a),re(i)).subscribe(([s,{active:p}])=>{var c;if(s.button!==0||s.metaKey||s.ctrlKey)s.preventDefault();else if(p){s.preventDefault();let l=e.parentElement.closest(".md-annotation");l instanceof HTMLElement?l.focus():(c=Ie())==null||c.blur()}}),r.pipe(W(a),b(s=>s===o),Ge(125)).subscribe(()=>e.focus()),Ua(e,t).pipe(w(s=>i.next(s)),_(()=>i.complete()),m(s=>$({ref:e},s)))})}function Wa(e){return e.tagName==="CODE"?P(".c, .c1, .cm",e):[e]}function Da(e){let t=[];for(let r of Wa(e)){let o=[],n=document.createNodeIterator(r,NodeFilter.SHOW_TEXT);for(let i=n.nextNode();i;i=n.nextNode())o.push(i);for(let i of o){let a;for(;a=/(\(\d+\))(!)?/.exec(i.textContent);){let[,s,p]=a;if(typeof p=="undefined"){let c=i.splitText(a.index);i=c.splitText(s.length),t.push(c)}else{i.textContent=s,t.push(i);break}}}}return t}function Hn(e,t){t.append(...Array.from(e.childNodes))}function fr(e,t,{target$:r,print$:o}){let n=t.closest("[id]"),i=n==null?void 0:n.id,a=new Map;for(let s of Da(t)){let[,p]=s.textContent.match(/\((\d+)\)/);fe(`:scope > li:nth-child(${p})`,e)&&(a.set(p,Tn(p,i)),s.replaceWith(a.get(p)))}return a.size===0?S:C(()=>{let s=new g,p=s.pipe(Z(),ie(!0)),c=[];for(let[l,f]of a)c.push([R(".md-typeset",f),R(`:scope > li:nth-child(${l})`,e)]);return o.pipe(W(p)).subscribe(l=>{e.hidden=!l,e.classList.toggle("md-annotation-list",l);for(let[f,u]of c)l?Hn(f,u):Hn(u,f)}),O(...[...a].map(([,l])=>kn(l,t,{target$:r}))).pipe(_(()=>s.complete()),pe())})}function $n(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return $n(t)}}function Pn(e,t){return C(()=>{let r=$n(e);return typeof r!="undefined"?fr(r,e,t):S})}var Rn=Mt(Br());var Va=0;function In(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return In(t)}}function Na(e){return ge(e).pipe(m(({width:t})=>({scrollable:St(e).width>t})),ee("scrollable"))}function jn(e,t){let{matches:r}=matchMedia("(hover)"),o=C(()=>{let n=new g,i=n.pipe(jr(1));n.subscribe(({scrollable:c})=>{c&&r?e.setAttribute("tabindex","0"):e.removeAttribute("tabindex")});let a=[];if(Rn.default.isSupported()&&(e.closest(".copy")||B("content.code.copy")&&!e.closest(".no-copy"))){let c=e.closest("pre");c.id=`__code_${Va++}`;let l=Sn(c.id);c.insertBefore(l,e),B("content.tooltips")&&a.push(mt(l,{viewport$}))}let s=e.closest(".highlight");if(s instanceof HTMLElement){let c=In(s);if(typeof c!="undefined"&&(s.classList.contains("annotate")||B("content.code.annotate"))){let l=fr(c,e,t);a.push(ge(s).pipe(W(i),m(({width:f,height:u})=>f&&u),K(),v(f=>f?l:S)))}}return P(":scope > span[id]",e).length&&e.classList.add("md-code__content"),Na(e).pipe(w(c=>n.next(c)),_(()=>n.complete()),m(c=>$({ref:e},c)),Re(...a))});return B("content.lazy")?tt(e).pipe(b(n=>n),Te(1),v(()=>o)):o}function za(e,{target$:t,print$:r}){let o=!0;return O(t.pipe(m(n=>n.closest("details:not([open])")),b(n=>e===n),m(()=>({action:"open",reveal:!0}))),r.pipe(b(n=>n||!o),w(()=>o=e.open),m(n=>({action:n?"open":"close"}))))}function Fn(e,t){return C(()=>{let r=new g;return r.subscribe(({action:o,reveal:n})=>{e.toggleAttribute("open",o==="open"),n&&e.scrollIntoView()}),za(e,t).pipe(w(o=>r.next(o)),_(()=>r.complete()),m(o=>$({ref:e},o)))})}var Un=".node circle,.node ellipse,.node path,.node polygon,.node rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}marker{fill:var(--md-mermaid-edge-color)!important}.edgeLabel .label rect{fill:#0000}.flowchartTitleText{fill:var(--md-mermaid-label-fg-color)}.label{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.label foreignObject{line-height:normal;overflow:visible}.label div .edgeLabel{color:var(--md-mermaid-label-fg-color)}.edgeLabel,.edgeLabel p,.label div .edgeLabel{background-color:var(--md-mermaid-label-bg-color)}.edgeLabel,.edgeLabel p{fill:var(--md-mermaid-label-bg-color);color:var(--md-mermaid-edge-color)}.edgePath .path,.flowchart-link{stroke:var(--md-mermaid-edge-color);stroke-width:.05rem}.edgePath .arrowheadPath{fill:var(--md-mermaid-edge-color);stroke:none}.cluster rect{fill:var(--md-default-fg-color--lightest);stroke:var(--md-default-fg-color--lighter)}.cluster span{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}g #flowchart-circleEnd,g #flowchart-circleStart,g #flowchart-crossEnd,g #flowchart-crossStart,g #flowchart-pointEnd,g #flowchart-pointStart{stroke:none}.classDiagramTitleText{fill:var(--md-mermaid-label-fg-color)}g.classGroup line,g.classGroup rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}g.classGroup text{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.classLabel .box{fill:var(--md-mermaid-label-bg-color);background-color:var(--md-mermaid-label-bg-color);opacity:1}.classLabel .label{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.node .divider{stroke:var(--md-mermaid-node-fg-color)}.relation{stroke:var(--md-mermaid-edge-color)}.cardinality{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.cardinality text{fill:inherit!important}defs #classDiagram-compositionEnd,defs #classDiagram-compositionStart,defs #classDiagram-dependencyEnd,defs #classDiagram-dependencyStart,defs #classDiagram-extensionEnd,defs #classDiagram-extensionStart{fill:var(--md-mermaid-edge-color)!important;stroke:var(--md-mermaid-edge-color)!important}defs #classDiagram-aggregationEnd,defs #classDiagram-aggregationStart{fill:var(--md-mermaid-label-bg-color)!important;stroke:var(--md-mermaid-edge-color)!important}.statediagramTitleText{fill:var(--md-mermaid-label-fg-color)}g.stateGroup rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}g.stateGroup .state-title{fill:var(--md-mermaid-label-fg-color)!important;font-family:var(--md-mermaid-font-family)}g.stateGroup .composit{fill:var(--md-mermaid-label-bg-color)}.nodeLabel,.nodeLabel p{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}a .nodeLabel{text-decoration:underline}.node circle.state-end,.node circle.state-start,.start-state{fill:var(--md-mermaid-edge-color);stroke:none}.end-state-inner,.end-state-outer{fill:var(--md-mermaid-edge-color)}.end-state-inner,.node circle.state-end{stroke:var(--md-mermaid-label-bg-color)}.transition{stroke:var(--md-mermaid-edge-color)}[id^=state-fork] rect,[id^=state-join] rect{fill:var(--md-mermaid-edge-color)!important;stroke:none!important}.statediagram-cluster.statediagram-cluster .inner{fill:var(--md-default-bg-color)}.statediagram-cluster rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}.statediagram-state rect.divider{fill:var(--md-default-fg-color--lightest);stroke:var(--md-default-fg-color--lighter)}defs #statediagram-barbEnd{stroke:var(--md-mermaid-edge-color)}.entityTitleText{fill:var(--md-mermaid-label-fg-color)}.attributeBoxEven,.attributeBoxOdd{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}.entityBox{fill:var(--md-mermaid-label-bg-color);stroke:var(--md-mermaid-node-fg-color)}.entityLabel{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.relationshipLabelBox{fill:var(--md-mermaid-label-bg-color);fill-opacity:1;background-color:var(--md-mermaid-label-bg-color);opacity:1}.relationshipLabel{fill:var(--md-mermaid-label-fg-color)}.relationshipLine{stroke:var(--md-mermaid-edge-color)}defs #ONE_OR_MORE_END *,defs #ONE_OR_MORE_START *,defs #ONLY_ONE_END *,defs #ONLY_ONE_START *,defs #ZERO_OR_MORE_END *,defs #ZERO_OR_MORE_START *,defs #ZERO_OR_ONE_END *,defs #ZERO_OR_ONE_START *{stroke:var(--md-mermaid-edge-color)!important}defs #ZERO_OR_MORE_END circle,defs #ZERO_OR_MORE_START circle{fill:var(--md-mermaid-label-bg-color)}text:not([class]):last-child{fill:var(--md-mermaid-label-fg-color)}.actor{fill:var(--md-mermaid-sequence-actor-bg-color);stroke:var(--md-mermaid-sequence-actor-border-color)}text.actor>tspan{fill:var(--md-mermaid-sequence-actor-fg-color);font-family:var(--md-mermaid-font-family)}line{stroke:var(--md-mermaid-sequence-actor-line-color)}.actor-man circle,.actor-man line{fill:var(--md-mermaid-sequence-actorman-bg-color);stroke:var(--md-mermaid-sequence-actorman-line-color)}.messageLine0,.messageLine1{stroke:var(--md-mermaid-sequence-message-line-color)}.note{fill:var(--md-mermaid-sequence-note-bg-color);stroke:var(--md-mermaid-sequence-note-border-color)}.loopText,.loopText>tspan,.messageText,.noteText>tspan{stroke:none;font-family:var(--md-mermaid-font-family)!important}.messageText{fill:var(--md-mermaid-sequence-message-fg-color)}.loopText,.loopText>tspan{fill:var(--md-mermaid-sequence-loop-fg-color)}.noteText>tspan{fill:var(--md-mermaid-sequence-note-fg-color)}#arrowhead path{fill:var(--md-mermaid-sequence-message-line-color);stroke:none}.loopLine{fill:var(--md-mermaid-sequence-loop-bg-color);stroke:var(--md-mermaid-sequence-loop-border-color)}.labelBox{fill:var(--md-mermaid-sequence-label-bg-color);stroke:none}.labelText,.labelText>span{fill:var(--md-mermaid-sequence-label-fg-color);font-family:var(--md-mermaid-font-family)}.sequenceNumber{fill:var(--md-mermaid-sequence-number-fg-color)}rect.rect{fill:var(--md-mermaid-sequence-box-bg-color);stroke:none}rect.rect+text.text{fill:var(--md-mermaid-sequence-box-fg-color)}defs #sequencenumber{fill:var(--md-mermaid-sequence-number-bg-color)!important}";var Gr,Qa=0;function Ka(){return typeof mermaid=="undefined"||mermaid instanceof Element?Tt("https://unpkg.com/mermaid@11/dist/mermaid.min.js"):I(void 0)}function Wn(e){return e.classList.remove("mermaid"),Gr||(Gr=Ka().pipe(w(()=>mermaid.initialize({startOnLoad:!1,themeCSS:Un,sequence:{actorFontSize:"16px",messageFontSize:"16px",noteFontSize:"16px"}})),m(()=>{}),G(1))),Gr.subscribe(()=>co(this,null,function*(){e.classList.add("mermaid");let t=`__mermaid_${Qa++}`,r=x("div",{class:"mermaid"}),o=e.textContent,{svg:n,fn:i}=yield mermaid.render(t,o),a=r.attachShadow({mode:"closed"});a.innerHTML=n,e.replaceWith(r),i==null||i(a)})),Gr.pipe(m(()=>({ref:e})))}var Dn=x("table");function Vn(e){return e.replaceWith(Dn),Dn.replaceWith(An(e)),I({ref:e})}function Ya(e){let t=e.find(r=>r.checked)||e[0];return O(...e.map(r=>h(r,"change").pipe(m(()=>R(`label[for="${r.id}"]`))))).pipe(Q(R(`label[for="${t.id}"]`)),m(r=>({active:r})))}function Nn(e,{viewport$:t,target$:r}){let o=R(".tabbed-labels",e),n=P(":scope > input",e),i=Kr("prev");e.append(i);let a=Kr("next");return e.append(a),C(()=>{let s=new g,p=s.pipe(Z(),ie(!0));z([s,ge(e),tt(e)]).pipe(W(p),Me(1,me)).subscribe({next([{active:c},l]){let f=Ve(c),{width:u}=ce(c);e.style.setProperty("--md-indicator-x",`${f.x}px`),e.style.setProperty("--md-indicator-width",`${u}px`);let d=pr(o);(f.xd.x+l.width)&&o.scrollTo({left:Math.max(0,f.x-16),behavior:"smooth"})},complete(){e.style.removeProperty("--md-indicator-x"),e.style.removeProperty("--md-indicator-width")}}),z([Ne(o),ge(o)]).pipe(W(p)).subscribe(([c,l])=>{let f=St(o);i.hidden=c.x<16,a.hidden=c.x>f.width-l.width-16}),O(h(i,"click").pipe(m(()=>-1)),h(a,"click").pipe(m(()=>1))).pipe(W(p)).subscribe(c=>{let{width:l}=ce(o);o.scrollBy({left:l*c,behavior:"smooth"})}),r.pipe(W(p),b(c=>n.includes(c))).subscribe(c=>c.click()),o.classList.add("tabbed-labels--linked");for(let c of n){let l=R(`label[for="${c.id}"]`);l.replaceChildren(x("a",{href:`#${l.htmlFor}`,tabIndex:-1},...Array.from(l.childNodes))),h(l.firstElementChild,"click").pipe(W(p),b(f=>!(f.metaKey||f.ctrlKey)),w(f=>{f.preventDefault(),f.stopPropagation()})).subscribe(()=>{history.replaceState({},"",`#${l.htmlFor}`),l.click()})}return B("content.tabs.link")&&s.pipe(Ce(1),re(t)).subscribe(([{active:c},{offset:l}])=>{let f=c.innerText.trim();if(c.hasAttribute("data-md-switching"))c.removeAttribute("data-md-switching");else{let u=e.offsetTop-l.y;for(let y of P("[data-tabs]"))for(let L of P(":scope > input",y)){let X=R(`label[for="${L.id}"]`);if(X!==c&&X.innerText.trim()===f){X.setAttribute("data-md-switching",""),L.click();break}}window.scrollTo({top:e.offsetTop-u});let d=__md_get("__tabs")||[];__md_set("__tabs",[...new Set([f,...d])])}}),s.pipe(W(p)).subscribe(()=>{for(let c of P("audio, video",e))c.pause()}),Ya(n).pipe(w(c=>s.next(c)),_(()=>s.complete()),m(c=>$({ref:e},c)))}).pipe(Ke(se))}function zn(e,{viewport$:t,target$:r,print$:o}){return O(...P(".annotate:not(.highlight)",e).map(n=>Pn(n,{target$:r,print$:o})),...P("pre:not(.mermaid) > code",e).map(n=>jn(n,{target$:r,print$:o})),...P("pre.mermaid",e).map(n=>Wn(n)),...P("table:not([class])",e).map(n=>Vn(n)),...P("details",e).map(n=>Fn(n,{target$:r,print$:o})),...P("[data-tabs]",e).map(n=>Nn(n,{viewport$:t,target$:r})),...P("[title]",e).filter(()=>B("content.tooltips")).map(n=>mt(n,{viewport$:t})))}function Ba(e,{alert$:t}){return t.pipe(v(r=>O(I(!0),I(!1).pipe(Ge(2e3))).pipe(m(o=>({message:r,active:o})))))}function qn(e,t){let r=R(".md-typeset",e);return C(()=>{let o=new g;return o.subscribe(({message:n,active:i})=>{e.classList.toggle("md-dialog--active",i),r.textContent=n}),Ba(e,t).pipe(w(n=>o.next(n)),_(()=>o.complete()),m(n=>$({ref:e},n)))})}var Ga=0;function Ja(e,t){document.body.append(e);let{width:r}=ce(e);e.style.setProperty("--md-tooltip-width",`${r}px`),e.remove();let o=cr(t),n=typeof o!="undefined"?Ne(o):I({x:0,y:0}),i=O(et(t),$t(t)).pipe(K());return z([i,n]).pipe(m(([a,s])=>{let{x:p,y:c}=Ve(t),l=ce(t),f=t.closest("table");return f&&t.parentElement&&(p+=f.offsetLeft+t.parentElement.offsetLeft,c+=f.offsetTop+t.parentElement.offsetTop),{active:a,offset:{x:p-s.x+l.width/2-r/2,y:c-s.y+l.height+8}}}))}function Qn(e){let t=e.title;if(!t.length)return S;let r=`__tooltip_${Ga++}`,o=Rt(r,"inline"),n=R(".md-typeset",o);return n.innerHTML=t,C(()=>{let i=new g;return i.subscribe({next({offset:a}){o.style.setProperty("--md-tooltip-x",`${a.x}px`),o.style.setProperty("--md-tooltip-y",`${a.y}px`)},complete(){o.style.removeProperty("--md-tooltip-x"),o.style.removeProperty("--md-tooltip-y")}}),O(i.pipe(b(({active:a})=>a)),i.pipe(_e(250),b(({active:a})=>!a))).subscribe({next({active:a}){a?(e.insertAdjacentElement("afterend",o),e.setAttribute("aria-describedby",r),e.removeAttribute("title")):(o.remove(),e.removeAttribute("aria-describedby"),e.setAttribute("title",t))},complete(){o.remove(),e.removeAttribute("aria-describedby"),e.setAttribute("title",t)}}),i.pipe(Me(16,me)).subscribe(({active:a})=>{o.classList.toggle("md-tooltip--active",a)}),i.pipe(pt(125,me),b(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:a})=>a)).subscribe({next(a){a?o.style.setProperty("--md-tooltip-0",`${-a}px`):o.style.removeProperty("--md-tooltip-0")},complete(){o.style.removeProperty("--md-tooltip-0")}}),Ja(o,e).pipe(w(a=>i.next(a)),_(()=>i.complete()),m(a=>$({ref:e},a)))}).pipe(Ke(se))}function Xa({viewport$:e}){if(!B("header.autohide"))return I(!1);let t=e.pipe(m(({offset:{y:n}})=>n),Be(2,1),m(([n,i])=>[nMath.abs(i-n.y)>100),m(([,[n]])=>n),K()),o=ze("search");return z([e,o]).pipe(m(([{offset:n},i])=>n.y>400&&!i),K(),v(n=>n?r:I(!1)),Q(!1))}function Kn(e,t){return C(()=>z([ge(e),Xa(t)])).pipe(m(([{height:r},o])=>({height:r,hidden:o})),K((r,o)=>r.height===o.height&&r.hidden===o.hidden),G(1))}function Yn(e,{header$:t,main$:r}){return C(()=>{let o=new g,n=o.pipe(Z(),ie(!0));o.pipe(ee("active"),He(t)).subscribe(([{active:a},{hidden:s}])=>{e.classList.toggle("md-header--shadow",a&&!s),e.hidden=s});let i=ue(P("[title]",e)).pipe(b(()=>B("content.tooltips")),ne(a=>Qn(a)));return r.subscribe(o),t.pipe(W(n),m(a=>$({ref:e},a)),Re(i.pipe(W(n))))})}function Za(e,{viewport$:t,header$:r}){return mr(e,{viewport$:t,header$:r}).pipe(m(({offset:{y:o}})=>{let{height:n}=ce(e);return{active:o>=n}}),ee("active"))}function Bn(e,t){return C(()=>{let r=new g;r.subscribe({next({active:n}){e.classList.toggle("md-header__title--active",n)},complete(){e.classList.remove("md-header__title--active")}});let o=fe(".md-content h1");return typeof o=="undefined"?S:Za(o,t).pipe(w(n=>r.next(n)),_(()=>r.complete()),m(n=>$({ref:e},n)))})}function Gn(e,{viewport$:t,header$:r}){let o=r.pipe(m(({height:i})=>i),K()),n=o.pipe(v(()=>ge(e).pipe(m(({height:i})=>({top:e.offsetTop,bottom:e.offsetTop+i})),ee("bottom"))));return z([o,n,t]).pipe(m(([i,{top:a,bottom:s},{offset:{y:p},size:{height:c}}])=>(c=Math.max(0,c-Math.max(0,a-p,i)-Math.max(0,c+p-s)),{offset:a-i,height:c,active:a-i<=p})),K((i,a)=>i.offset===a.offset&&i.height===a.height&&i.active===a.active))}function es(e){let t=__md_get("__palette")||{index:e.findIndex(o=>matchMedia(o.getAttribute("data-md-color-media")).matches)},r=Math.max(0,Math.min(t.index,e.length-1));return I(...e).pipe(ne(o=>h(o,"change").pipe(m(()=>o))),Q(e[r]),m(o=>({index:e.indexOf(o),color:{media:o.getAttribute("data-md-color-media"),scheme:o.getAttribute("data-md-color-scheme"),primary:o.getAttribute("data-md-color-primary"),accent:o.getAttribute("data-md-color-accent")}})),G(1))}function Jn(e){let t=P("input",e),r=x("meta",{name:"theme-color"});document.head.appendChild(r);let o=x("meta",{name:"color-scheme"});document.head.appendChild(o);let n=Pt("(prefers-color-scheme: light)");return C(()=>{let i=new g;return i.subscribe(a=>{if(document.body.setAttribute("data-md-color-switching",""),a.color.media==="(prefers-color-scheme)"){let s=matchMedia("(prefers-color-scheme: light)"),p=document.querySelector(s.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");a.color.scheme=p.getAttribute("data-md-color-scheme"),a.color.primary=p.getAttribute("data-md-color-primary"),a.color.accent=p.getAttribute("data-md-color-accent")}for(let[s,p]of Object.entries(a.color))document.body.setAttribute(`data-md-color-${s}`,p);for(let s=0;sa.key==="Enter"),re(i,(a,s)=>s)).subscribe(({index:a})=>{a=(a+1)%t.length,t[a].click(),t[a].focus()}),i.pipe(m(()=>{let a=Se("header"),s=window.getComputedStyle(a);return o.content=s.colorScheme,s.backgroundColor.match(/\d+/g).map(p=>(+p).toString(16).padStart(2,"0")).join("")})).subscribe(a=>r.content=`#${a}`),i.pipe(ve(se)).subscribe(()=>{document.body.removeAttribute("data-md-color-switching")}),es(t).pipe(W(n.pipe(Ce(1))),ct(),w(a=>i.next(a)),_(()=>i.complete()),m(a=>$({ref:e},a)))})}function Xn(e,{progress$:t}){return C(()=>{let r=new g;return r.subscribe(({value:o})=>{e.style.setProperty("--md-progress-value",`${o}`)}),t.pipe(w(o=>r.next({value:o})),_(()=>r.complete()),m(o=>({ref:e,value:o})))})}var Jr=Mt(Br());function ts(e){e.setAttribute("data-md-copying","");let t=e.closest("[data-copy]"),r=t?t.getAttribute("data-copy"):e.innerText;return e.removeAttribute("data-md-copying"),r.trimEnd()}function Zn({alert$:e}){Jr.default.isSupported()&&new j(t=>{new Jr.default("[data-clipboard-target], [data-clipboard-text]",{text:r=>r.getAttribute("data-clipboard-text")||ts(R(r.getAttribute("data-clipboard-target")))}).on("success",r=>t.next(r))}).pipe(w(t=>{t.trigger.focus()}),m(()=>Ee("clipboard.copied"))).subscribe(e)}function ei(e,t){return e.protocol=t.protocol,e.hostname=t.hostname,e}function rs(e,t){let r=new Map;for(let o of P("url",e)){let n=R("loc",o),i=[ei(new URL(n.textContent),t)];r.set(`${i[0]}`,i);for(let a of P("[rel=alternate]",o)){let s=a.getAttribute("href");s!=null&&i.push(ei(new URL(s),t))}}return r}function ur(e){return un(new URL("sitemap.xml",e)).pipe(m(t=>rs(t,new URL(e))),de(()=>I(new Map)))}function os(e,t){if(!(e.target instanceof Element))return S;let r=e.target.closest("a");if(r===null)return S;if(r.target||e.metaKey||e.ctrlKey)return S;let o=new URL(r.href);return o.search=o.hash="",t.has(`${o}`)?(e.preventDefault(),I(new URL(r.href))):S}function ti(e){let t=new Map;for(let r of P(":scope > *",e.head))t.set(r.outerHTML,r);return t}function ri(e){for(let t of P("[href], [src]",e))for(let r of["href","src"]){let o=t.getAttribute(r);if(o&&!/^(?:[a-z]+:)?\/\//i.test(o)){t[r]=t[r];break}}return I(e)}function ns(e){for(let o of["[data-md-component=announce]","[data-md-component=container]","[data-md-component=header-topic]","[data-md-component=outdated]","[data-md-component=logo]","[data-md-component=skip]",...B("navigation.tabs.sticky")?["[data-md-component=tabs]"]:[]]){let n=fe(o),i=fe(o,e);typeof n!="undefined"&&typeof i!="undefined"&&n.replaceWith(i)}let t=ti(document);for(let[o,n]of ti(e))t.has(o)?t.delete(o):document.head.appendChild(n);for(let o of t.values()){let n=o.getAttribute("name");n!=="theme-color"&&n!=="color-scheme"&&o.remove()}let r=Se("container");return We(P("script",r)).pipe(v(o=>{let n=e.createElement("script");if(o.src){for(let i of o.getAttributeNames())n.setAttribute(i,o.getAttribute(i));return o.replaceWith(n),new j(i=>{n.onload=()=>i.complete()})}else return n.textContent=o.textContent,o.replaceWith(n),S}),Z(),ie(document))}function oi({location$:e,viewport$:t,progress$:r}){let o=xe();if(location.protocol==="file:")return S;let n=ur(o.base);I(document).subscribe(ri);let i=h(document.body,"click").pipe(He(n),v(([p,c])=>os(p,c)),pe()),a=h(window,"popstate").pipe(m(ye),pe());i.pipe(re(t)).subscribe(([p,{offset:c}])=>{history.replaceState(c,""),history.pushState(null,"",p)}),O(i,a).subscribe(e);let s=e.pipe(ee("pathname"),v(p=>fn(p,{progress$:r}).pipe(de(()=>(lt(p,!0),S)))),v(ri),v(ns),pe());return O(s.pipe(re(e,(p,c)=>c)),s.pipe(v(()=>e),ee("pathname"),v(()=>e),ee("hash")),e.pipe(K((p,c)=>p.pathname===c.pathname&&p.hash===c.hash),v(()=>i),w(()=>history.back()))).subscribe(p=>{var c,l;history.state!==null||!p.hash?window.scrollTo(0,(l=(c=history.state)==null?void 0:c.y)!=null?l:0):(history.scrollRestoration="auto",pn(p.hash),history.scrollRestoration="manual")}),e.subscribe(()=>{history.scrollRestoration="manual"}),h(window,"beforeunload").subscribe(()=>{history.scrollRestoration="auto"}),t.pipe(ee("offset"),_e(100)).subscribe(({offset:p})=>{history.replaceState(p,"")}),s}var ni=Mt(qr());function ii(e){let t=e.separator.split("|").map(n=>n.replace(/(\(\?[!=<][^)]+\))/g,"").length===0?"\uFFFD":n).join("|"),r=new RegExp(t,"img"),o=(n,i,a)=>`${i}${a}`;return n=>{n=n.replace(/[\s*+\-:~^]+/g," ").trim();let i=new RegExp(`(^|${e.separator}|)(${n.replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&").replace(r,"|")})`,"img");return a=>(0,ni.default)(a).replace(i,o).replace(/<\/mark>(\s+)]*>/img,"$1")}}function jt(e){return e.type===1}function dr(e){return e.type===3}function ai(e,t){let r=yn(e);return O(I(location.protocol!=="file:"),ze("search")).pipe(Ae(o=>o),v(()=>t)).subscribe(({config:o,docs:n})=>r.next({type:0,data:{config:o,docs:n,options:{suggest:B("search.suggest")}}})),r}function si(e){var l;let{selectedVersionSitemap:t,selectedVersionBaseURL:r,currentLocation:o,currentBaseURL:n}=e,i=(l=Xr(n))==null?void 0:l.pathname;if(i===void 0)return;let a=ss(o.pathname,i);if(a===void 0)return;let s=ps(t.keys());if(!t.has(s))return;let p=Xr(a,s);if(!p||!t.has(p.href))return;let c=Xr(a,r);if(c)return c.hash=o.hash,c.search=o.search,c}function Xr(e,t){try{return new URL(e,t)}catch(r){return}}function ss(e,t){if(e.startsWith(t))return e.slice(t.length)}function cs(e,t){let r=Math.min(e.length,t.length),o;for(o=0;oS)),o=r.pipe(m(n=>{let[,i]=t.base.match(/([^/]+)\/?$/);return n.find(({version:a,aliases:s})=>a===i||s.includes(i))||n[0]}));r.pipe(m(n=>new Map(n.map(i=>[`${new URL(`../${i.version}/`,t.base)}`,i]))),v(n=>h(document.body,"click").pipe(b(i=>!i.metaKey&&!i.ctrlKey),re(o),v(([i,a])=>{if(i.target instanceof Element){let s=i.target.closest("a");if(s&&!s.target&&n.has(s.href)){let p=s.href;return!i.target.closest(".md-version")&&n.get(p)===a?S:(i.preventDefault(),I(new URL(p)))}}return S}),v(i=>ur(i).pipe(m(a=>{var s;return(s=si({selectedVersionSitemap:a,selectedVersionBaseURL:i,currentLocation:ye(),currentBaseURL:t.base}))!=null?s:i})))))).subscribe(n=>lt(n,!0)),z([r,o]).subscribe(([n,i])=>{R(".md-header__topic").appendChild(Cn(n,i))}),e.pipe(v(()=>o)).subscribe(n=>{var a;let i=__md_get("__outdated",sessionStorage);if(i===null){i=!0;let s=((a=t.version)==null?void 0:a.default)||"latest";Array.isArray(s)||(s=[s]);e:for(let p of s)for(let c of n.aliases.concat(n.version))if(new RegExp(p,"i").test(c)){i=!1;break e}__md_set("__outdated",i,sessionStorage)}if(i)for(let s of ae("outdated"))s.hidden=!1})}function ls(e,{worker$:t}){let{searchParams:r}=ye();r.has("q")&&(Je("search",!0),e.value=r.get("q"),e.focus(),ze("search").pipe(Ae(i=>!i)).subscribe(()=>{let i=ye();i.searchParams.delete("q"),history.replaceState({},"",`${i}`)}));let o=et(e),n=O(t.pipe(Ae(jt)),h(e,"keyup"),o).pipe(m(()=>e.value),K());return z([n,o]).pipe(m(([i,a])=>({value:i,focus:a})),G(1))}function pi(e,{worker$:t}){let r=new g,o=r.pipe(Z(),ie(!0));z([t.pipe(Ae(jt)),r],(i,a)=>a).pipe(ee("value")).subscribe(({value:i})=>t.next({type:2,data:i})),r.pipe(ee("focus")).subscribe(({focus:i})=>{i&&Je("search",i)}),h(e.form,"reset").pipe(W(o)).subscribe(()=>e.focus());let n=R("header [for=__search]");return h(n,"click").subscribe(()=>e.focus()),ls(e,{worker$:t}).pipe(w(i=>r.next(i)),_(()=>r.complete()),m(i=>$({ref:e},i)),G(1))}function li(e,{worker$:t,query$:r}){let o=new g,n=on(e.parentElement).pipe(b(Boolean)),i=e.parentElement,a=R(":scope > :first-child",e),s=R(":scope > :last-child",e);ze("search").subscribe(l=>s.setAttribute("role",l?"list":"presentation")),o.pipe(re(r),Wr(t.pipe(Ae(jt)))).subscribe(([{items:l},{value:f}])=>{switch(l.length){case 0:a.textContent=f.length?Ee("search.result.none"):Ee("search.result.placeholder");break;case 1:a.textContent=Ee("search.result.one");break;default:let u=sr(l.length);a.textContent=Ee("search.result.other",u)}});let p=o.pipe(w(()=>s.innerHTML=""),v(({items:l})=>O(I(...l.slice(0,10)),I(...l.slice(10)).pipe(Be(4),Vr(n),v(([f])=>f)))),m(Mn),pe());return p.subscribe(l=>s.appendChild(l)),p.pipe(ne(l=>{let f=fe("details",l);return typeof f=="undefined"?S:h(f,"toggle").pipe(W(o),m(()=>f))})).subscribe(l=>{l.open===!1&&l.offsetTop<=i.scrollTop&&i.scrollTo({top:l.offsetTop})}),t.pipe(b(dr),m(({data:l})=>l)).pipe(w(l=>o.next(l)),_(()=>o.complete()),m(l=>$({ref:e},l)))}function ms(e,{query$:t}){return t.pipe(m(({value:r})=>{let o=ye();return o.hash="",r=r.replace(/\s+/g,"+").replace(/&/g,"%26").replace(/=/g,"%3D"),o.search=`q=${r}`,{url:o}}))}function mi(e,t){let r=new g,o=r.pipe(Z(),ie(!0));return r.subscribe(({url:n})=>{e.setAttribute("data-clipboard-text",e.href),e.href=`${n}`}),h(e,"click").pipe(W(o)).subscribe(n=>n.preventDefault()),ms(e,t).pipe(w(n=>r.next(n)),_(()=>r.complete()),m(n=>$({ref:e},n)))}function fi(e,{worker$:t,keyboard$:r}){let o=new g,n=Se("search-query"),i=O(h(n,"keydown"),h(n,"focus")).pipe(ve(se),m(()=>n.value),K());return o.pipe(He(i),m(([{suggest:s},p])=>{let c=p.split(/([\s-]+)/);if(s!=null&&s.length&&c[c.length-1]){let l=s[s.length-1];l.startsWith(c[c.length-1])&&(c[c.length-1]=l)}else c.length=0;return c})).subscribe(s=>e.innerHTML=s.join("").replace(/\s/g," ")),r.pipe(b(({mode:s})=>s==="search")).subscribe(s=>{switch(s.type){case"ArrowRight":e.innerText.length&&n.selectionStart===n.value.length&&(n.value=e.innerText);break}}),t.pipe(b(dr),m(({data:s})=>s)).pipe(w(s=>o.next(s)),_(()=>o.complete()),m(()=>({ref:e})))}function ui(e,{index$:t,keyboard$:r}){let o=xe();try{let n=ai(o.search,t),i=Se("search-query",e),a=Se("search-result",e);h(e,"click").pipe(b(({target:p})=>p instanceof Element&&!!p.closest("a"))).subscribe(()=>Je("search",!1)),r.pipe(b(({mode:p})=>p==="search")).subscribe(p=>{let c=Ie();switch(p.type){case"Enter":if(c===i){let l=new Map;for(let f of P(":first-child [href]",a)){let u=f.firstElementChild;l.set(f,parseFloat(u.getAttribute("data-md-score")))}if(l.size){let[[f]]=[...l].sort(([,u],[,d])=>d-u);f.click()}p.claim()}break;case"Escape":case"Tab":Je("search",!1),i.blur();break;case"ArrowUp":case"ArrowDown":if(typeof c=="undefined")i.focus();else{let l=[i,...P(":not(details) > [href], summary, details[open] [href]",a)],f=Math.max(0,(Math.max(0,l.indexOf(c))+l.length+(p.type==="ArrowUp"?-1:1))%l.length);l[f].focus()}p.claim();break;default:i!==Ie()&&i.focus()}}),r.pipe(b(({mode:p})=>p==="global")).subscribe(p=>{switch(p.type){case"f":case"s":case"/":i.focus(),i.select(),p.claim();break}});let s=pi(i,{worker$:n});return O(s,li(a,{worker$:n,query$:s})).pipe(Re(...ae("search-share",e).map(p=>mi(p,{query$:s})),...ae("search-suggest",e).map(p=>fi(p,{worker$:n,keyboard$:r}))))}catch(n){return e.hidden=!0,Ye}}function di(e,{index$:t,location$:r}){return z([t,r.pipe(Q(ye()),b(o=>!!o.searchParams.get("h")))]).pipe(m(([o,n])=>ii(o.config)(n.searchParams.get("h"))),m(o=>{var a;let n=new Map,i=document.createNodeIterator(e,NodeFilter.SHOW_TEXT);for(let s=i.nextNode();s;s=i.nextNode())if((a=s.parentElement)!=null&&a.offsetHeight){let p=s.textContent,c=o(p);c.length>p.length&&n.set(s,c)}for(let[s,p]of n){let{childNodes:c}=x("span",null,p);s.replaceWith(...Array.from(c))}return{ref:e,nodes:n}}))}function fs(e,{viewport$:t,main$:r}){let o=e.closest(".md-grid"),n=o.offsetTop-o.parentElement.offsetTop;return z([r,t]).pipe(m(([{offset:i,height:a},{offset:{y:s}}])=>(a=a+Math.min(n,Math.max(0,s-i))-n,{height:a,locked:s>=i+n})),K((i,a)=>i.height===a.height&&i.locked===a.locked))}function Zr(e,o){var n=o,{header$:t}=n,r=so(n,["header$"]);let i=R(".md-sidebar__scrollwrap",e),{y:a}=Ve(i);return C(()=>{let s=new g,p=s.pipe(Z(),ie(!0)),c=s.pipe(Me(0,me));return c.pipe(re(t)).subscribe({next([{height:l},{height:f}]){i.style.height=`${l-2*a}px`,e.style.top=`${f}px`},complete(){i.style.height="",e.style.top=""}}),c.pipe(Ae()).subscribe(()=>{for(let l of P(".md-nav__link--active[href]",e)){if(!l.clientHeight)continue;let f=l.closest(".md-sidebar__scrollwrap");if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:d}=ce(f);f.scrollTo({top:u-d/2})}}}),ue(P("label[tabindex]",e)).pipe(ne(l=>h(l,"click").pipe(ve(se),m(()=>l),W(p)))).subscribe(l=>{let f=R(`[id="${l.htmlFor}"]`);R(`[aria-labelledby="${l.id}"]`).setAttribute("aria-expanded",`${f.checked}`)}),fs(e,r).pipe(w(l=>s.next(l)),_(()=>s.complete()),m(l=>$({ref:e},l)))})}function hi(e,t){if(typeof t!="undefined"){let r=`https://api.github.com/repos/${e}/${t}`;return st(je(`${r}/releases/latest`).pipe(de(()=>S),m(o=>({version:o.tag_name})),De({})),je(r).pipe(de(()=>S),m(o=>({stars:o.stargazers_count,forks:o.forks_count})),De({}))).pipe(m(([o,n])=>$($({},o),n)))}else{let r=`https://api.github.com/users/${e}`;return je(r).pipe(m(o=>({repositories:o.public_repos})),De({}))}}function bi(e,t){let r=`https://${e}/api/v4/projects/${encodeURIComponent(t)}`;return st(je(`${r}/releases/permalink/latest`).pipe(de(()=>S),m(({tag_name:o})=>({version:o})),De({})),je(r).pipe(de(()=>S),m(({star_count:o,forks_count:n})=>({stars:o,forks:n})),De({}))).pipe(m(([o,n])=>$($({},o),n)))}function vi(e){let t=e.match(/^.+github\.com\/([^/]+)\/?([^/]+)?/i);if(t){let[,r,o]=t;return hi(r,o)}if(t=e.match(/^.+?([^/]*gitlab[^/]+)\/(.+?)\/?$/i),t){let[,r,o]=t;return bi(r,o)}return S}var us;function ds(e){return us||(us=C(()=>{let t=__md_get("__source",sessionStorage);if(t)return I(t);if(ae("consent").length){let o=__md_get("__consent");if(!(o&&o.github))return S}return vi(e.href).pipe(w(o=>__md_set("__source",o,sessionStorage)))}).pipe(de(()=>S),b(t=>Object.keys(t).length>0),m(t=>({facts:t})),G(1)))}function gi(e){let t=R(":scope > :last-child",e);return C(()=>{let r=new g;return r.subscribe(({facts:o})=>{t.appendChild(_n(o)),t.classList.add("md-source__repository--active")}),ds(e).pipe(w(o=>r.next(o)),_(()=>r.complete()),m(o=>$({ref:e},o)))})}function hs(e,{viewport$:t,header$:r}){return ge(document.body).pipe(v(()=>mr(e,{header$:r,viewport$:t})),m(({offset:{y:o}})=>({hidden:o>=10})),ee("hidden"))}function yi(e,t){return C(()=>{let r=new g;return r.subscribe({next({hidden:o}){e.hidden=o},complete(){e.hidden=!1}}),(B("navigation.tabs.sticky")?I({hidden:!1}):hs(e,t)).pipe(w(o=>r.next(o)),_(()=>r.complete()),m(o=>$({ref:e},o)))})}function bs(e,{viewport$:t,header$:r}){let o=new Map,n=P(".md-nav__link",e);for(let s of n){let p=decodeURIComponent(s.hash.substring(1)),c=fe(`[id="${p}"]`);typeof c!="undefined"&&o.set(s,c)}let i=r.pipe(ee("height"),m(({height:s})=>{let p=Se("main"),c=R(":scope > :first-child",p);return s+.8*(c.offsetTop-p.offsetTop)}),pe());return ge(document.body).pipe(ee("height"),v(s=>C(()=>{let p=[];return I([...o].reduce((c,[l,f])=>{for(;p.length&&o.get(p[p.length-1]).tagName>=f.tagName;)p.pop();let u=f.offsetTop;for(;!u&&f.parentElement;)f=f.parentElement,u=f.offsetTop;let d=f.offsetParent;for(;d;d=d.offsetParent)u+=d.offsetTop;return c.set([...p=[...p,l]].reverse(),u)},new Map))}).pipe(m(p=>new Map([...p].sort(([,c],[,l])=>c-l))),He(i),v(([p,c])=>t.pipe(Fr(([l,f],{offset:{y:u},size:d})=>{let y=u+d.height>=Math.floor(s.height);for(;f.length;){let[,L]=f[0];if(L-c=u&&!y)f=[l.pop(),...f];else break}return[l,f]},[[],[...p]]),K((l,f)=>l[0]===f[0]&&l[1]===f[1])))))).pipe(m(([s,p])=>({prev:s.map(([c])=>c),next:p.map(([c])=>c)})),Q({prev:[],next:[]}),Be(2,1),m(([s,p])=>s.prev.length{let i=new g,a=i.pipe(Z(),ie(!0));if(i.subscribe(({prev:s,next:p})=>{for(let[c]of p)c.classList.remove("md-nav__link--passed"),c.classList.remove("md-nav__link--active");for(let[c,[l]]of s.entries())l.classList.add("md-nav__link--passed"),l.classList.toggle("md-nav__link--active",c===s.length-1)}),B("toc.follow")){let s=O(t.pipe(_e(1),m(()=>{})),t.pipe(_e(250),m(()=>"smooth")));i.pipe(b(({prev:p})=>p.length>0),He(o.pipe(ve(se))),re(s)).subscribe(([[{prev:p}],c])=>{let[l]=p[p.length-1];if(l.offsetHeight){let f=cr(l);if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:d}=ce(f);f.scrollTo({top:u-d/2,behavior:c})}}})}return B("navigation.tracking")&&t.pipe(W(a),ee("offset"),_e(250),Ce(1),W(n.pipe(Ce(1))),ct({delay:250}),re(i)).subscribe(([,{prev:s}])=>{let p=ye(),c=s[s.length-1];if(c&&c.length){let[l]=c,{hash:f}=new URL(l.href);p.hash!==f&&(p.hash=f,history.replaceState({},"",`${p}`))}else p.hash="",history.replaceState({},"",`${p}`)}),bs(e,{viewport$:t,header$:r}).pipe(w(s=>i.next(s)),_(()=>i.complete()),m(s=>$({ref:e},s)))})}function vs(e,{viewport$:t,main$:r,target$:o}){let n=t.pipe(m(({offset:{y:a}})=>a),Be(2,1),m(([a,s])=>a>s&&s>0),K()),i=r.pipe(m(({active:a})=>a));return z([i,n]).pipe(m(([a,s])=>!(a&&s)),K(),W(o.pipe(Ce(1))),ie(!0),ct({delay:250}),m(a=>({hidden:a})))}function Ei(e,{viewport$:t,header$:r,main$:o,target$:n}){let i=new g,a=i.pipe(Z(),ie(!0));return i.subscribe({next({hidden:s}){e.hidden=s,s?(e.setAttribute("tabindex","-1"),e.blur()):e.removeAttribute("tabindex")},complete(){e.style.top="",e.hidden=!0,e.removeAttribute("tabindex")}}),r.pipe(W(a),ee("height")).subscribe(({height:s})=>{e.style.top=`${s+16}px`}),h(e,"click").subscribe(s=>{s.preventDefault(),window.scrollTo({top:0})}),vs(e,{viewport$:t,main$:o,target$:n}).pipe(w(s=>i.next(s)),_(()=>i.complete()),m(s=>$({ref:e},s)))}function wi({document$:e,viewport$:t}){e.pipe(v(()=>P(".md-ellipsis")),ne(r=>tt(r).pipe(W(e.pipe(Ce(1))),b(o=>o),m(()=>r),Te(1))),b(r=>r.offsetWidth{let o=r.innerText,n=r.closest("a")||r;return n.title=o,B("content.tooltips")?mt(n,{viewport$:t}).pipe(W(e.pipe(Ce(1))),_(()=>n.removeAttribute("title"))):S})).subscribe(),B("content.tooltips")&&e.pipe(v(()=>P(".md-status")),ne(r=>mt(r,{viewport$:t}))).subscribe()}function Ti({document$:e,tablet$:t}){e.pipe(v(()=>P(".md-toggle--indeterminate")),w(r=>{r.indeterminate=!0,r.checked=!1}),ne(r=>h(r,"change").pipe(Dr(()=>r.classList.contains("md-toggle--indeterminate")),m(()=>r))),re(t)).subscribe(([r,o])=>{r.classList.remove("md-toggle--indeterminate"),o&&(r.checked=!1)})}function gs(){return/(iPad|iPhone|iPod)/.test(navigator.userAgent)}function Si({document$:e}){e.pipe(v(()=>P("[data-md-scrollfix]")),w(t=>t.removeAttribute("data-md-scrollfix")),b(gs),ne(t=>h(t,"touchstart").pipe(m(()=>t)))).subscribe(t=>{let r=t.scrollTop;r===0?t.scrollTop=1:r+t.offsetHeight===t.scrollHeight&&(t.scrollTop=r-1)})}function Oi({viewport$:e,tablet$:t}){z([ze("search"),t]).pipe(m(([r,o])=>r&&!o),v(r=>I(r).pipe(Ge(r?400:100))),re(e)).subscribe(([r,{offset:{y:o}}])=>{if(r)document.body.setAttribute("data-md-scrolllock",""),document.body.style.top=`-${o}px`;else{let n=-1*parseInt(document.body.style.top,10);document.body.removeAttribute("data-md-scrolllock"),document.body.style.top="",n&&window.scrollTo(0,n)}})}Object.entries||(Object.entries=function(e){let t=[];for(let r of Object.keys(e))t.push([r,e[r]]);return t});Object.values||(Object.values=function(e){let t=[];for(let r of Object.keys(e))t.push(e[r]);return t});typeof Element!="undefined"&&(Element.prototype.scrollTo||(Element.prototype.scrollTo=function(e,t){typeof e=="object"?(this.scrollLeft=e.left,this.scrollTop=e.top):(this.scrollLeft=e,this.scrollTop=t)}),Element.prototype.replaceWith||(Element.prototype.replaceWith=function(...e){let t=this.parentNode;if(t){e.length===0&&t.removeChild(this);for(let r=e.length-1;r>=0;r--){let o=e[r];typeof o=="string"?o=document.createTextNode(o):o.parentNode&&o.parentNode.removeChild(o),r?t.insertBefore(this.previousSibling,o):t.replaceChild(o,this)}}}));function ys(){return location.protocol==="file:"?Tt(`${new URL("search/search_index.js",eo.base)}`).pipe(m(()=>__index),G(1)):je(new URL("search/search_index.json",eo.base))}document.documentElement.classList.remove("no-js");document.documentElement.classList.add("js");var ot=Go(),Ut=sn(),Lt=ln(Ut),to=an(),Oe=gn(),hr=Pt("(min-width: 960px)"),Mi=Pt("(min-width: 1220px)"),_i=mn(),eo=xe(),Ai=document.forms.namedItem("search")?ys():Ye,ro=new g;Zn({alert$:ro});var oo=new g;B("navigation.instant")&&oi({location$:Ut,viewport$:Oe,progress$:oo}).subscribe(ot);var Li;((Li=eo.version)==null?void 0:Li.provider)==="mike"&&ci({document$:ot});O(Ut,Lt).pipe(Ge(125)).subscribe(()=>{Je("drawer",!1),Je("search",!1)});to.pipe(b(({mode:e})=>e==="global")).subscribe(e=>{switch(e.type){case"p":case",":let t=fe("link[rel=prev]");typeof t!="undefined"&<(t);break;case"n":case".":let r=fe("link[rel=next]");typeof r!="undefined"&<(r);break;case"Enter":let o=Ie();o instanceof HTMLLabelElement&&o.click()}});wi({viewport$:Oe,document$:ot});Ti({document$:ot,tablet$:hr});Si({document$:ot});Oi({viewport$:Oe,tablet$:hr});var rt=Kn(Se("header"),{viewport$:Oe}),Ft=ot.pipe(m(()=>Se("main")),v(e=>Gn(e,{viewport$:Oe,header$:rt})),G(1)),xs=O(...ae("consent").map(e=>En(e,{target$:Lt})),...ae("dialog").map(e=>qn(e,{alert$:ro})),...ae("palette").map(e=>Jn(e)),...ae("progress").map(e=>Xn(e,{progress$:oo})),...ae("search").map(e=>ui(e,{index$:Ai,keyboard$:to})),...ae("source").map(e=>gi(e))),Es=C(()=>O(...ae("announce").map(e=>xn(e)),...ae("content").map(e=>zn(e,{viewport$:Oe,target$:Lt,print$:_i})),...ae("content").map(e=>B("search.highlight")?di(e,{index$:Ai,location$:Ut}):S),...ae("header").map(e=>Yn(e,{viewport$:Oe,header$:rt,main$:Ft})),...ae("header-title").map(e=>Bn(e,{viewport$:Oe,header$:rt})),...ae("sidebar").map(e=>e.getAttribute("data-md-type")==="navigation"?Nr(Mi,()=>Zr(e,{viewport$:Oe,header$:rt,main$:Ft})):Nr(hr,()=>Zr(e,{viewport$:Oe,header$:rt,main$:Ft}))),...ae("tabs").map(e=>yi(e,{viewport$:Oe,header$:rt})),...ae("toc").map(e=>xi(e,{viewport$:Oe,header$:rt,main$:Ft,target$:Lt})),...ae("top").map(e=>Ei(e,{viewport$:Oe,header$:rt,main$:Ft,target$:Lt})))),Ci=ot.pipe(v(()=>Es),Re(xs),G(1));Ci.subscribe();window.document$=ot;window.location$=Ut;window.target$=Lt;window.keyboard$=to;window.viewport$=Oe;window.tablet$=hr;window.screen$=Mi;window.print$=_i;window.alert$=ro;window.progress$=oo;window.component$=Ci;})(); +//# sourceMappingURL=bundle.88dd0f4e.min.js.map + diff --git a/assets/javascripts/bundle.88dd0f4e.min.js.map b/assets/javascripts/bundle.88dd0f4e.min.js.map new file mode 100644 index 00000000..dab2a875 --- /dev/null +++ b/assets/javascripts/bundle.88dd0f4e.min.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["node_modules/focus-visible/dist/focus-visible.js", "node_modules/escape-html/index.js", "node_modules/clipboard/dist/clipboard.js", "src/templates/assets/javascripts/bundle.ts", "node_modules/tslib/tslib.es6.mjs", "node_modules/rxjs/src/internal/util/isFunction.ts", "node_modules/rxjs/src/internal/util/createErrorClass.ts", "node_modules/rxjs/src/internal/util/UnsubscriptionError.ts", "node_modules/rxjs/src/internal/util/arrRemove.ts", "node_modules/rxjs/src/internal/Subscription.ts", "node_modules/rxjs/src/internal/config.ts", "node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts", "node_modules/rxjs/src/internal/util/reportUnhandledError.ts", "node_modules/rxjs/src/internal/util/noop.ts", "node_modules/rxjs/src/internal/NotificationFactories.ts", "node_modules/rxjs/src/internal/util/errorContext.ts", "node_modules/rxjs/src/internal/Subscriber.ts", "node_modules/rxjs/src/internal/symbol/observable.ts", "node_modules/rxjs/src/internal/util/identity.ts", "node_modules/rxjs/src/internal/util/pipe.ts", "node_modules/rxjs/src/internal/Observable.ts", "node_modules/rxjs/src/internal/util/lift.ts", "node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts", "node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts", "node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts", "node_modules/rxjs/src/internal/Subject.ts", "node_modules/rxjs/src/internal/BehaviorSubject.ts", "node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts", "node_modules/rxjs/src/internal/ReplaySubject.ts", "node_modules/rxjs/src/internal/scheduler/Action.ts", "node_modules/rxjs/src/internal/scheduler/intervalProvider.ts", "node_modules/rxjs/src/internal/scheduler/AsyncAction.ts", "node_modules/rxjs/src/internal/Scheduler.ts", "node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts", "node_modules/rxjs/src/internal/scheduler/async.ts", "node_modules/rxjs/src/internal/scheduler/QueueAction.ts", "node_modules/rxjs/src/internal/scheduler/QueueScheduler.ts", "node_modules/rxjs/src/internal/scheduler/queue.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts", "node_modules/rxjs/src/internal/scheduler/animationFrame.ts", "node_modules/rxjs/src/internal/observable/empty.ts", "node_modules/rxjs/src/internal/util/isScheduler.ts", "node_modules/rxjs/src/internal/util/args.ts", "node_modules/rxjs/src/internal/util/isArrayLike.ts", "node_modules/rxjs/src/internal/util/isPromise.ts", "node_modules/rxjs/src/internal/util/isInteropObservable.ts", "node_modules/rxjs/src/internal/util/isAsyncIterable.ts", "node_modules/rxjs/src/internal/util/throwUnobservableError.ts", "node_modules/rxjs/src/internal/symbol/iterator.ts", "node_modules/rxjs/src/internal/util/isIterable.ts", "node_modules/rxjs/src/internal/util/isReadableStreamLike.ts", "node_modules/rxjs/src/internal/observable/innerFrom.ts", "node_modules/rxjs/src/internal/util/executeSchedule.ts", "node_modules/rxjs/src/internal/operators/observeOn.ts", "node_modules/rxjs/src/internal/operators/subscribeOn.ts", "node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts", "node_modules/rxjs/src/internal/scheduled/schedulePromise.ts", "node_modules/rxjs/src/internal/scheduled/scheduleArray.ts", "node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts", "node_modules/rxjs/src/internal/scheduled/scheduled.ts", "node_modules/rxjs/src/internal/observable/from.ts", "node_modules/rxjs/src/internal/observable/of.ts", "node_modules/rxjs/src/internal/observable/throwError.ts", "node_modules/rxjs/src/internal/util/EmptyError.ts", "node_modules/rxjs/src/internal/util/isDate.ts", "node_modules/rxjs/src/internal/operators/map.ts", "node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts", "node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts", "node_modules/rxjs/src/internal/util/createObject.ts", "node_modules/rxjs/src/internal/observable/combineLatest.ts", "node_modules/rxjs/src/internal/operators/mergeInternals.ts", "node_modules/rxjs/src/internal/operators/mergeMap.ts", "node_modules/rxjs/src/internal/operators/mergeAll.ts", "node_modules/rxjs/src/internal/operators/concatAll.ts", "node_modules/rxjs/src/internal/observable/concat.ts", "node_modules/rxjs/src/internal/observable/defer.ts", "node_modules/rxjs/src/internal/observable/fromEvent.ts", "node_modules/rxjs/src/internal/observable/fromEventPattern.ts", "node_modules/rxjs/src/internal/observable/timer.ts", "node_modules/rxjs/src/internal/observable/merge.ts", "node_modules/rxjs/src/internal/observable/never.ts", "node_modules/rxjs/src/internal/util/argsOrArgArray.ts", "node_modules/rxjs/src/internal/operators/filter.ts", "node_modules/rxjs/src/internal/observable/zip.ts", "node_modules/rxjs/src/internal/operators/audit.ts", "node_modules/rxjs/src/internal/operators/auditTime.ts", "node_modules/rxjs/src/internal/operators/bufferCount.ts", "node_modules/rxjs/src/internal/operators/catchError.ts", "node_modules/rxjs/src/internal/operators/scanInternals.ts", "node_modules/rxjs/src/internal/operators/combineLatest.ts", "node_modules/rxjs/src/internal/operators/combineLatestWith.ts", "node_modules/rxjs/src/internal/operators/debounce.ts", "node_modules/rxjs/src/internal/operators/debounceTime.ts", "node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts", "node_modules/rxjs/src/internal/operators/take.ts", "node_modules/rxjs/src/internal/operators/ignoreElements.ts", "node_modules/rxjs/src/internal/operators/mapTo.ts", "node_modules/rxjs/src/internal/operators/delayWhen.ts", "node_modules/rxjs/src/internal/operators/delay.ts", "node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts", "node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts", "node_modules/rxjs/src/internal/operators/throwIfEmpty.ts", "node_modules/rxjs/src/internal/operators/endWith.ts", "node_modules/rxjs/src/internal/operators/finalize.ts", "node_modules/rxjs/src/internal/operators/first.ts", "node_modules/rxjs/src/internal/operators/takeLast.ts", "node_modules/rxjs/src/internal/operators/merge.ts", "node_modules/rxjs/src/internal/operators/mergeWith.ts", "node_modules/rxjs/src/internal/operators/repeat.ts", "node_modules/rxjs/src/internal/operators/scan.ts", "node_modules/rxjs/src/internal/operators/share.ts", "node_modules/rxjs/src/internal/operators/shareReplay.ts", "node_modules/rxjs/src/internal/operators/skip.ts", "node_modules/rxjs/src/internal/operators/skipUntil.ts", "node_modules/rxjs/src/internal/operators/startWith.ts", "node_modules/rxjs/src/internal/operators/switchMap.ts", "node_modules/rxjs/src/internal/operators/takeUntil.ts", "node_modules/rxjs/src/internal/operators/takeWhile.ts", "node_modules/rxjs/src/internal/operators/tap.ts", "node_modules/rxjs/src/internal/operators/throttle.ts", "node_modules/rxjs/src/internal/operators/throttleTime.ts", "node_modules/rxjs/src/internal/operators/withLatestFrom.ts", "node_modules/rxjs/src/internal/operators/zip.ts", "node_modules/rxjs/src/internal/operators/zipWith.ts", "src/templates/assets/javascripts/browser/document/index.ts", "src/templates/assets/javascripts/browser/element/_/index.ts", "src/templates/assets/javascripts/browser/element/focus/index.ts", "src/templates/assets/javascripts/browser/element/hover/index.ts", "src/templates/assets/javascripts/utilities/h/index.ts", "src/templates/assets/javascripts/utilities/round/index.ts", "src/templates/assets/javascripts/browser/script/index.ts", "src/templates/assets/javascripts/browser/element/size/_/index.ts", "src/templates/assets/javascripts/browser/element/size/content/index.ts", "src/templates/assets/javascripts/browser/element/offset/_/index.ts", "src/templates/assets/javascripts/browser/element/offset/content/index.ts", "src/templates/assets/javascripts/browser/element/visibility/index.ts", "src/templates/assets/javascripts/browser/toggle/index.ts", "src/templates/assets/javascripts/browser/keyboard/index.ts", "src/templates/assets/javascripts/browser/location/_/index.ts", "src/templates/assets/javascripts/browser/location/hash/index.ts", "src/templates/assets/javascripts/browser/media/index.ts", "src/templates/assets/javascripts/browser/request/index.ts", "src/templates/assets/javascripts/browser/viewport/offset/index.ts", "src/templates/assets/javascripts/browser/viewport/size/index.ts", "src/templates/assets/javascripts/browser/viewport/_/index.ts", "src/templates/assets/javascripts/browser/viewport/at/index.ts", "src/templates/assets/javascripts/browser/worker/index.ts", "src/templates/assets/javascripts/_/index.ts", "src/templates/assets/javascripts/components/_/index.ts", "src/templates/assets/javascripts/components/announce/index.ts", "src/templates/assets/javascripts/components/consent/index.ts", "src/templates/assets/javascripts/templates/tooltip/index.tsx", "src/templates/assets/javascripts/templates/annotation/index.tsx", "src/templates/assets/javascripts/templates/clipboard/index.tsx", "src/templates/assets/javascripts/templates/search/index.tsx", "src/templates/assets/javascripts/templates/source/index.tsx", "src/templates/assets/javascripts/templates/tabbed/index.tsx", "src/templates/assets/javascripts/templates/table/index.tsx", "src/templates/assets/javascripts/templates/version/index.tsx", "src/templates/assets/javascripts/components/tooltip2/index.ts", "src/templates/assets/javascripts/components/content/annotation/_/index.ts", "src/templates/assets/javascripts/components/content/annotation/list/index.ts", "src/templates/assets/javascripts/components/content/annotation/block/index.ts", "src/templates/assets/javascripts/components/content/code/_/index.ts", "src/templates/assets/javascripts/components/content/details/index.ts", "src/templates/assets/javascripts/components/content/mermaid/index.css", "src/templates/assets/javascripts/components/content/mermaid/index.ts", "src/templates/assets/javascripts/components/content/table/index.ts", "src/templates/assets/javascripts/components/content/tabs/index.ts", "src/templates/assets/javascripts/components/content/_/index.ts", "src/templates/assets/javascripts/components/dialog/index.ts", "src/templates/assets/javascripts/components/tooltip/index.ts", "src/templates/assets/javascripts/components/header/_/index.ts", "src/templates/assets/javascripts/components/header/title/index.ts", "src/templates/assets/javascripts/components/main/index.ts", "src/templates/assets/javascripts/components/palette/index.ts", "src/templates/assets/javascripts/components/progress/index.ts", "src/templates/assets/javascripts/integrations/clipboard/index.ts", "src/templates/assets/javascripts/integrations/sitemap/index.ts", "src/templates/assets/javascripts/integrations/instant/index.ts", "src/templates/assets/javascripts/integrations/search/highlighter/index.ts", "src/templates/assets/javascripts/integrations/search/worker/message/index.ts", "src/templates/assets/javascripts/integrations/search/worker/_/index.ts", "src/templates/assets/javascripts/integrations/version/findurl/index.ts", "src/templates/assets/javascripts/integrations/version/index.ts", "src/templates/assets/javascripts/components/search/query/index.ts", "src/templates/assets/javascripts/components/search/result/index.ts", "src/templates/assets/javascripts/components/search/share/index.ts", "src/templates/assets/javascripts/components/search/suggest/index.ts", "src/templates/assets/javascripts/components/search/_/index.ts", "src/templates/assets/javascripts/components/search/highlight/index.ts", "src/templates/assets/javascripts/components/sidebar/index.ts", "src/templates/assets/javascripts/components/source/facts/github/index.ts", "src/templates/assets/javascripts/components/source/facts/gitlab/index.ts", "src/templates/assets/javascripts/components/source/facts/_/index.ts", "src/templates/assets/javascripts/components/source/_/index.ts", "src/templates/assets/javascripts/components/tabs/index.ts", "src/templates/assets/javascripts/components/toc/index.ts", "src/templates/assets/javascripts/components/top/index.ts", "src/templates/assets/javascripts/patches/ellipsis/index.ts", "src/templates/assets/javascripts/patches/indeterminate/index.ts", "src/templates/assets/javascripts/patches/scrollfix/index.ts", "src/templates/assets/javascripts/patches/scrolllock/index.ts", "src/templates/assets/javascripts/polyfills/index.ts"], + "sourcesContent": ["(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (factory());\n}(this, (function () { 'use strict';\n\n /**\n * Applies the :focus-visible polyfill at the given scope.\n * A scope in this case is either the top-level Document or a Shadow Root.\n *\n * @param {(Document|ShadowRoot)} scope\n * @see https://github.com/WICG/focus-visible\n */\n function applyFocusVisiblePolyfill(scope) {\n var hadKeyboardEvent = true;\n var hadFocusVisibleRecently = false;\n var hadFocusVisibleRecentlyTimeout = null;\n\n var inputTypesAllowlist = {\n text: true,\n search: true,\n url: true,\n tel: true,\n email: true,\n password: true,\n number: true,\n date: true,\n month: true,\n week: true,\n time: true,\n datetime: true,\n 'datetime-local': true\n };\n\n /**\n * Helper function for legacy browsers and iframes which sometimes focus\n * elements like document, body, and non-interactive SVG.\n * @param {Element} el\n */\n function isValidFocusTarget(el) {\n if (\n el &&\n el !== document &&\n el.nodeName !== 'HTML' &&\n el.nodeName !== 'BODY' &&\n 'classList' in el &&\n 'contains' in el.classList\n ) {\n return true;\n }\n return false;\n }\n\n /**\n * Computes whether the given element should automatically trigger the\n * `focus-visible` class being added, i.e. whether it should always match\n * `:focus-visible` when focused.\n * @param {Element} el\n * @return {boolean}\n */\n function focusTriggersKeyboardModality(el) {\n var type = el.type;\n var tagName = el.tagName;\n\n if (tagName === 'INPUT' && inputTypesAllowlist[type] && !el.readOnly) {\n return true;\n }\n\n if (tagName === 'TEXTAREA' && !el.readOnly) {\n return true;\n }\n\n if (el.isContentEditable) {\n return true;\n }\n\n return false;\n }\n\n /**\n * Add the `focus-visible` class to the given element if it was not added by\n * the author.\n * @param {Element} el\n */\n function addFocusVisibleClass(el) {\n if (el.classList.contains('focus-visible')) {\n return;\n }\n el.classList.add('focus-visible');\n el.setAttribute('data-focus-visible-added', '');\n }\n\n /**\n * Remove the `focus-visible` class from the given element if it was not\n * originally added by the author.\n * @param {Element} el\n */\n function removeFocusVisibleClass(el) {\n if (!el.hasAttribute('data-focus-visible-added')) {\n return;\n }\n el.classList.remove('focus-visible');\n el.removeAttribute('data-focus-visible-added');\n }\n\n /**\n * If the most recent user interaction was via the keyboard;\n * and the key press did not include a meta, alt/option, or control key;\n * then the modality is keyboard. Otherwise, the modality is not keyboard.\n * Apply `focus-visible` to any current active element and keep track\n * of our keyboard modality state with `hadKeyboardEvent`.\n * @param {KeyboardEvent} e\n */\n function onKeyDown(e) {\n if (e.metaKey || e.altKey || e.ctrlKey) {\n return;\n }\n\n if (isValidFocusTarget(scope.activeElement)) {\n addFocusVisibleClass(scope.activeElement);\n }\n\n hadKeyboardEvent = true;\n }\n\n /**\n * If at any point a user clicks with a pointing device, ensure that we change\n * the modality away from keyboard.\n * This avoids the situation where a user presses a key on an already focused\n * element, and then clicks on a different element, focusing it with a\n * pointing device, while we still think we're in keyboard modality.\n * @param {Event} e\n */\n function onPointerDown(e) {\n hadKeyboardEvent = false;\n }\n\n /**\n * On `focus`, add the `focus-visible` class to the target if:\n * - the target received focus as a result of keyboard navigation, or\n * - the event target is an element that will likely require interaction\n * via the keyboard (e.g. a text box)\n * @param {Event} e\n */\n function onFocus(e) {\n // Prevent IE from focusing the document or HTML element.\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (hadKeyboardEvent || focusTriggersKeyboardModality(e.target)) {\n addFocusVisibleClass(e.target);\n }\n }\n\n /**\n * On `blur`, remove the `focus-visible` class from the target.\n * @param {Event} e\n */\n function onBlur(e) {\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (\n e.target.classList.contains('focus-visible') ||\n e.target.hasAttribute('data-focus-visible-added')\n ) {\n // To detect a tab/window switch, we look for a blur event followed\n // rapidly by a visibility change.\n // If we don't see a visibility change within 100ms, it's probably a\n // regular focus change.\n hadFocusVisibleRecently = true;\n window.clearTimeout(hadFocusVisibleRecentlyTimeout);\n hadFocusVisibleRecentlyTimeout = window.setTimeout(function() {\n hadFocusVisibleRecently = false;\n }, 100);\n removeFocusVisibleClass(e.target);\n }\n }\n\n /**\n * If the user changes tabs, keep track of whether or not the previously\n * focused element had .focus-visible.\n * @param {Event} e\n */\n function onVisibilityChange(e) {\n if (document.visibilityState === 'hidden') {\n // If the tab becomes active again, the browser will handle calling focus\n // on the element (Safari actually calls it twice).\n // If this tab change caused a blur on an element with focus-visible,\n // re-apply the class when the user switches back to the tab.\n if (hadFocusVisibleRecently) {\n hadKeyboardEvent = true;\n }\n addInitialPointerMoveListeners();\n }\n }\n\n /**\n * Add a group of listeners to detect usage of any pointing devices.\n * These listeners will be added when the polyfill first loads, and anytime\n * the window is blurred, so that they are active when the window regains\n * focus.\n */\n function addInitialPointerMoveListeners() {\n document.addEventListener('mousemove', onInitialPointerMove);\n document.addEventListener('mousedown', onInitialPointerMove);\n document.addEventListener('mouseup', onInitialPointerMove);\n document.addEventListener('pointermove', onInitialPointerMove);\n document.addEventListener('pointerdown', onInitialPointerMove);\n document.addEventListener('pointerup', onInitialPointerMove);\n document.addEventListener('touchmove', onInitialPointerMove);\n document.addEventListener('touchstart', onInitialPointerMove);\n document.addEventListener('touchend', onInitialPointerMove);\n }\n\n function removeInitialPointerMoveListeners() {\n document.removeEventListener('mousemove', onInitialPointerMove);\n document.removeEventListener('mousedown', onInitialPointerMove);\n document.removeEventListener('mouseup', onInitialPointerMove);\n document.removeEventListener('pointermove', onInitialPointerMove);\n document.removeEventListener('pointerdown', onInitialPointerMove);\n document.removeEventListener('pointerup', onInitialPointerMove);\n document.removeEventListener('touchmove', onInitialPointerMove);\n document.removeEventListener('touchstart', onInitialPointerMove);\n document.removeEventListener('touchend', onInitialPointerMove);\n }\n\n /**\n * When the polfyill first loads, assume the user is in keyboard modality.\n * If any event is received from a pointing device (e.g. mouse, pointer,\n * touch), turn off keyboard modality.\n * This accounts for situations where focus enters the page from the URL bar.\n * @param {Event} e\n */\n function onInitialPointerMove(e) {\n // Work around a Safari quirk that fires a mousemove on whenever the\n // window blurs, even if you're tabbing out of the page. \u00AF\\_(\u30C4)_/\u00AF\n if (e.target.nodeName && e.target.nodeName.toLowerCase() === 'html') {\n return;\n }\n\n hadKeyboardEvent = false;\n removeInitialPointerMoveListeners();\n }\n\n // For some kinds of state, we are interested in changes at the global scope\n // only. For example, global pointer input, global key presses and global\n // visibility change should affect the state at every scope:\n document.addEventListener('keydown', onKeyDown, true);\n document.addEventListener('mousedown', onPointerDown, true);\n document.addEventListener('pointerdown', onPointerDown, true);\n document.addEventListener('touchstart', onPointerDown, true);\n document.addEventListener('visibilitychange', onVisibilityChange, true);\n\n addInitialPointerMoveListeners();\n\n // For focus and blur, we specifically care about state changes in the local\n // scope. This is because focus / blur events that originate from within a\n // shadow root are not re-dispatched from the host element if it was already\n // the active element in its own scope:\n scope.addEventListener('focus', onFocus, true);\n scope.addEventListener('blur', onBlur, true);\n\n // We detect that a node is a ShadowRoot by ensuring that it is a\n // DocumentFragment and also has a host property. This check covers native\n // implementation and polyfill implementation transparently. If we only cared\n // about the native implementation, we could just check if the scope was\n // an instance of a ShadowRoot.\n if (scope.nodeType === Node.DOCUMENT_FRAGMENT_NODE && scope.host) {\n // Since a ShadowRoot is a special kind of DocumentFragment, it does not\n // have a root element to add a class to. So, we add this attribute to the\n // host element instead:\n scope.host.setAttribute('data-js-focus-visible', '');\n } else if (scope.nodeType === Node.DOCUMENT_NODE) {\n document.documentElement.classList.add('js-focus-visible');\n document.documentElement.setAttribute('data-js-focus-visible', '');\n }\n }\n\n // It is important to wrap all references to global window and document in\n // these checks to support server-side rendering use cases\n // @see https://github.com/WICG/focus-visible/issues/199\n if (typeof window !== 'undefined' && typeof document !== 'undefined') {\n // Make the polyfill helper globally available. This can be used as a signal\n // to interested libraries that wish to coordinate with the polyfill for e.g.,\n // applying the polyfill to a shadow root:\n window.applyFocusVisiblePolyfill = applyFocusVisiblePolyfill;\n\n // Notify interested libraries of the polyfill's presence, in case the\n // polyfill was loaded lazily:\n var event;\n\n try {\n event = new CustomEvent('focus-visible-polyfill-ready');\n } catch (error) {\n // IE11 does not support using CustomEvent as a constructor directly:\n event = document.createEvent('CustomEvent');\n event.initCustomEvent('focus-visible-polyfill-ready', false, false, {});\n }\n\n window.dispatchEvent(event);\n }\n\n if (typeof document !== 'undefined') {\n // Apply the polyfill to the global document, so that no JavaScript\n // coordination is required to use the polyfill in the top-level document:\n applyFocusVisiblePolyfill(document);\n }\n\n})));\n", "/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '"';\n break;\n case 38: // &\n escape = '&';\n break;\n case 39: // '\n escape = ''';\n break;\n case 60: // <\n escape = '<';\n break;\n case 62: // >\n escape = '>';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n", "/*!\n * clipboard.js v2.0.11\n * https://clipboardjs.com/\n *\n * Licensed MIT \u00A9 Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 686:\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ clipboard; }\n});\n\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(279);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(370);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(817);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n;// CONCATENATED MODULE: ./src/common/command.js\n/**\n * Executes a given operation type.\n * @param {String} type\n * @return {Boolean}\n */\nfunction command(type) {\n try {\n return document.execCommand(type);\n } catch (err) {\n return false;\n }\n}\n;// CONCATENATED MODULE: ./src/actions/cut.js\n\n\n/**\n * Cut action wrapper.\n * @param {String|HTMLElement} target\n * @return {String}\n */\n\nvar ClipboardActionCut = function ClipboardActionCut(target) {\n var selectedText = select_default()(target);\n command('cut');\n return selectedText;\n};\n\n/* harmony default export */ var actions_cut = (ClipboardActionCut);\n;// CONCATENATED MODULE: ./src/common/create-fake-element.js\n/**\n * Creates a fake textarea element with a value.\n * @param {String} value\n * @return {HTMLElement}\n */\nfunction createFakeElement(value) {\n var isRTL = document.documentElement.getAttribute('dir') === 'rtl';\n var fakeElement = document.createElement('textarea'); // Prevent zooming on iOS\n\n fakeElement.style.fontSize = '12pt'; // Reset box model\n\n fakeElement.style.border = '0';\n fakeElement.style.padding = '0';\n fakeElement.style.margin = '0'; // Move element out of screen horizontally\n\n fakeElement.style.position = 'absolute';\n fakeElement.style[isRTL ? 'right' : 'left'] = '-9999px'; // Move element to the same position vertically\n\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n fakeElement.style.top = \"\".concat(yPosition, \"px\");\n fakeElement.setAttribute('readonly', '');\n fakeElement.value = value;\n return fakeElement;\n}\n;// CONCATENATED MODULE: ./src/actions/copy.js\n\n\n\n/**\n * Create fake copy action wrapper using a fake element.\n * @param {String} target\n * @param {Object} options\n * @return {String}\n */\n\nvar fakeCopyAction = function fakeCopyAction(value, options) {\n var fakeElement = createFakeElement(value);\n options.container.appendChild(fakeElement);\n var selectedText = select_default()(fakeElement);\n command('copy');\n fakeElement.remove();\n return selectedText;\n};\n/**\n * Copy action wrapper.\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @return {String}\n */\n\n\nvar ClipboardActionCopy = function ClipboardActionCopy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n var selectedText = '';\n\n if (typeof target === 'string') {\n selectedText = fakeCopyAction(target, options);\n } else if (target instanceof HTMLInputElement && !['text', 'search', 'url', 'tel', 'password'].includes(target === null || target === void 0 ? void 0 : target.type)) {\n // If input type doesn't support `setSelectionRange`. Simulate it. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setSelectionRange\n selectedText = fakeCopyAction(target.value, options);\n } else {\n selectedText = select_default()(target);\n command('copy');\n }\n\n return selectedText;\n};\n\n/* harmony default export */ var actions_copy = (ClipboardActionCopy);\n;// CONCATENATED MODULE: ./src/actions/default.js\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n\n\n/**\n * Inner function which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n * @param {Object} options\n */\n\nvar ClipboardActionDefault = function ClipboardActionDefault() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n // Defines base properties passed from constructor.\n var _options$action = options.action,\n action = _options$action === void 0 ? 'copy' : _options$action,\n container = options.container,\n target = options.target,\n text = options.text; // Sets the `action` to be performed which can be either 'copy' or 'cut'.\n\n if (action !== 'copy' && action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n } // Sets the `target` property using an element that will be have its content copied.\n\n\n if (target !== undefined) {\n if (target && _typeof(target) === 'object' && target.nodeType === 1) {\n if (action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n } // Define selection strategy based on `text` property.\n\n\n if (text) {\n return actions_copy(text, {\n container: container\n });\n } // Defines which selection strategy based on `target` property.\n\n\n if (target) {\n return action === 'cut' ? actions_cut(target) : actions_copy(target, {\n container: container\n });\n }\n};\n\n/* harmony default export */ var actions_default = (ClipboardActionDefault);\n;// CONCATENATED MODULE: ./src/clipboard.js\nfunction clipboard_typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { clipboard_typeof = function _typeof(obj) { return typeof obj; }; } else { clipboard_typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return clipboard_typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (clipboard_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n\n\n\n\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\nfunction getAttributeValue(suffix, element) {\n var attribute = \"data-clipboard-\".concat(suffix);\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\n\nvar Clipboard = /*#__PURE__*/function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n var _super = _createSuper(Clipboard);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n var _this;\n\n _classCallCheck(this, Clipboard);\n\n _this = _super.call(this);\n\n _this.resolveOptions(options);\n\n _this.listenClick(trigger);\n\n return _this;\n }\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n _createClass(Clipboard, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: \"listenClick\",\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: \"onClick\",\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n var action = this.action(trigger) || 'copy';\n var text = actions_default({\n action: action,\n container: this.container,\n target: this.target(trigger),\n text: this.text(trigger)\n }); // Fires an event based on the copy operation result.\n\n this.emit(text ? 'success' : 'error', {\n action: action,\n text: text,\n trigger: trigger,\n clearSelection: function clearSelection() {\n if (trigger) {\n trigger.focus();\n }\n\n window.getSelection().removeAllRanges();\n }\n });\n }\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultAction\",\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultTarget\",\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n /**\n * Allow fire programmatically a copy action\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @returns Text copied.\n */\n\n }, {\n key: \"defaultText\",\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: \"destroy\",\n value: function destroy() {\n this.listener.destroy();\n }\n }], [{\n key: \"copy\",\n value: function copy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n return actions_copy(target, options);\n }\n /**\n * Allow fire programmatically a cut action\n * @param {String|HTMLElement} target\n * @returns Text cutted.\n */\n\n }, {\n key: \"cut\",\n value: function cut(target) {\n return actions_cut(target);\n }\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: \"isSupported\",\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n return support;\n }\n }]);\n\n return Clipboard;\n}((tiny_emitter_default()));\n\n/* harmony default export */ var clipboard = (Clipboard);\n\n/***/ }),\n\n/***/ 828:\n/***/ (function(module) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n\n/***/ 438:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar closest = __webpack_require__(828);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n\n/***/ 879:\n/***/ (function(__unused_webpack_module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n\n/***/ 370:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar is = __webpack_require__(879);\nvar delegate = __webpack_require__(438);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n\n/***/ 817:\n/***/ (function(module) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n\n/***/ 279:\n/***/ (function(module) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(__webpack_module_cache__[moduleId]) {\n/******/ \t\t\treturn __webpack_module_cache__[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\n/******/ \t// module exports must be returned from runtime so entry inlining is disabled\n/******/ \t// startup\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(686);\n/******/ })()\n.default;\n});", "/*\n * Copyright (c) 2016-2024 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport \"focus-visible\"\n\nimport {\n EMPTY,\n NEVER,\n Observable,\n Subject,\n defer,\n delay,\n filter,\n map,\n merge,\n mergeWith,\n shareReplay,\n switchMap\n} from \"rxjs\"\n\nimport { configuration, feature } from \"./_\"\nimport {\n at,\n getActiveElement,\n getOptionalElement,\n requestJSON,\n setLocation,\n setToggle,\n watchDocument,\n watchKeyboard,\n watchLocation,\n watchLocationTarget,\n watchMedia,\n watchPrint,\n watchScript,\n watchViewport\n} from \"./browser\"\nimport {\n getComponentElement,\n getComponentElements,\n mountAnnounce,\n mountBackToTop,\n mountConsent,\n mountContent,\n mountDialog,\n mountHeader,\n mountHeaderTitle,\n mountPalette,\n mountProgress,\n mountSearch,\n mountSearchHiglight,\n mountSidebar,\n mountSource,\n mountTableOfContents,\n mountTabs,\n watchHeader,\n watchMain\n} from \"./components\"\nimport {\n SearchIndex,\n setupClipboardJS,\n setupInstantNavigation,\n setupVersionSelector\n} from \"./integrations\"\nimport {\n patchEllipsis,\n patchIndeterminate,\n patchScrollfix,\n patchScrolllock\n} from \"./patches\"\nimport \"./polyfills\"\n\n/* ----------------------------------------------------------------------------\n * Functions - @todo refactor\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch search index\n *\n * @returns Search index observable\n */\nfunction fetchSearchIndex(): Observable {\n if (location.protocol === \"file:\") {\n return watchScript(\n `${new URL(\"search/search_index.js\", config.base)}`\n )\n .pipe(\n // @ts-ignore - @todo fix typings\n map(() => __index),\n shareReplay(1)\n )\n } else {\n return requestJSON(\n new URL(\"search/search_index.json\", config.base)\n )\n }\n}\n\n/* ----------------------------------------------------------------------------\n * Application\n * ------------------------------------------------------------------------- */\n\n/* Yay, JavaScript is available */\ndocument.documentElement.classList.remove(\"no-js\")\ndocument.documentElement.classList.add(\"js\")\n\n/* Set up navigation observables and subjects */\nconst document$ = watchDocument()\nconst location$ = watchLocation()\nconst target$ = watchLocationTarget(location$)\nconst keyboard$ = watchKeyboard()\n\n/* Set up media observables */\nconst viewport$ = watchViewport()\nconst tablet$ = watchMedia(\"(min-width: 960px)\")\nconst screen$ = watchMedia(\"(min-width: 1220px)\")\nconst print$ = watchPrint()\n\n/* Retrieve search index, if search is enabled */\nconst config = configuration()\nconst index$ = document.forms.namedItem(\"search\")\n ? fetchSearchIndex()\n : NEVER\n\n/* Set up Clipboard.js integration */\nconst alert$ = new Subject()\nsetupClipboardJS({ alert$ })\n\n/* Set up progress indicator */\nconst progress$ = new Subject()\n\n/* Set up instant navigation, if enabled */\nif (feature(\"navigation.instant\"))\n setupInstantNavigation({ location$, viewport$, progress$ })\n .subscribe(document$)\n\n/* Set up version selector */\nif (config.version?.provider === \"mike\")\n setupVersionSelector({ document$ })\n\n/* Always close drawer and search on navigation */\nmerge(location$, target$)\n .pipe(\n delay(125)\n )\n .subscribe(() => {\n setToggle(\"drawer\", false)\n setToggle(\"search\", false)\n })\n\n/* Set up global keyboard handlers */\nkeyboard$\n .pipe(\n filter(({ mode }) => mode === \"global\")\n )\n .subscribe(key => {\n switch (key.type) {\n\n /* Go to previous page */\n case \"p\":\n case \",\":\n const prev = getOptionalElement(\"link[rel=prev]\")\n if (typeof prev !== \"undefined\")\n setLocation(prev)\n break\n\n /* Go to next page */\n case \"n\":\n case \".\":\n const next = getOptionalElement(\"link[rel=next]\")\n if (typeof next !== \"undefined\")\n setLocation(next)\n break\n\n /* Expand navigation, see https://bit.ly/3ZjG5io */\n case \"Enter\":\n const active = getActiveElement()\n if (active instanceof HTMLLabelElement)\n active.click()\n }\n })\n\n/* Set up patches */\npatchEllipsis({ viewport$, document$ })\npatchIndeterminate({ document$, tablet$ })\npatchScrollfix({ document$ })\npatchScrolllock({ viewport$, tablet$ })\n\n/* Set up header and main area observable */\nconst header$ = watchHeader(getComponentElement(\"header\"), { viewport$ })\nconst main$ = document$\n .pipe(\n map(() => getComponentElement(\"main\")),\n switchMap(el => watchMain(el, { viewport$, header$ })),\n shareReplay(1)\n )\n\n/* Set up control component observables */\nconst control$ = merge(\n\n /* Consent */\n ...getComponentElements(\"consent\")\n .map(el => mountConsent(el, { target$ })),\n\n /* Dialog */\n ...getComponentElements(\"dialog\")\n .map(el => mountDialog(el, { alert$ })),\n\n /* Color palette */\n ...getComponentElements(\"palette\")\n .map(el => mountPalette(el)),\n\n /* Progress bar */\n ...getComponentElements(\"progress\")\n .map(el => mountProgress(el, { progress$ })),\n\n /* Search */\n ...getComponentElements(\"search\")\n .map(el => mountSearch(el, { index$, keyboard$ })),\n\n /* Repository information */\n ...getComponentElements(\"source\")\n .map(el => mountSource(el))\n)\n\n/* Set up content component observables */\nconst content$ = defer(() => merge(\n\n /* Announcement bar */\n ...getComponentElements(\"announce\")\n .map(el => mountAnnounce(el)),\n\n /* Content */\n ...getComponentElements(\"content\")\n .map(el => mountContent(el, { viewport$, target$, print$ })),\n\n /* Search highlighting */\n ...getComponentElements(\"content\")\n .map(el => feature(\"search.highlight\")\n ? mountSearchHiglight(el, { index$, location$ })\n : EMPTY\n ),\n\n /* Header */\n ...getComponentElements(\"header\")\n .map(el => mountHeader(el, { viewport$, header$, main$ })),\n\n /* Header title */\n ...getComponentElements(\"header-title\")\n .map(el => mountHeaderTitle(el, { viewport$, header$ })),\n\n /* Sidebar */\n ...getComponentElements(\"sidebar\")\n .map(el => el.getAttribute(\"data-md-type\") === \"navigation\"\n ? at(screen$, () => mountSidebar(el, { viewport$, header$, main$ }))\n : at(tablet$, () => mountSidebar(el, { viewport$, header$, main$ }))\n ),\n\n /* Navigation tabs */\n ...getComponentElements(\"tabs\")\n .map(el => mountTabs(el, { viewport$, header$ })),\n\n /* Table of contents */\n ...getComponentElements(\"toc\")\n .map(el => mountTableOfContents(el, {\n viewport$, header$, main$, target$\n })),\n\n /* Back-to-top button */\n ...getComponentElements(\"top\")\n .map(el => mountBackToTop(el, { viewport$, header$, main$, target$ }))\n))\n\n/* Set up component observables */\nconst component$ = document$\n .pipe(\n switchMap(() => content$),\n mergeWith(control$),\n shareReplay(1)\n )\n\n/* Subscribe to all components */\ncomponent$.subscribe()\n\n/* ----------------------------------------------------------------------------\n * Exports\n * ------------------------------------------------------------------------- */\n\nwindow.document$ = document$ /* Document observable */\nwindow.location$ = location$ /* Location subject */\nwindow.target$ = target$ /* Location target observable */\nwindow.keyboard$ = keyboard$ /* Keyboard observable */\nwindow.viewport$ = viewport$ /* Viewport observable */\nwindow.tablet$ = tablet$ /* Media tablet observable */\nwindow.screen$ = screen$ /* Media screen observable */\nwindow.print$ = print$ /* Media print observable */\nwindow.alert$ = alert$ /* Alert subject */\nwindow.progress$ = progress$ /* Progress indicator subject */\nwindow.component$ = component$ /* Component observable */\n", "/******************************************************************************\nCopyright (c) Microsoft Corporation.\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n***************************************************************************** */\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\n\nvar extendStatics = function(d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n};\n\nexport function __extends(d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n}\n\nexport var __assign = function() {\n __assign = Object.assign || function __assign(t) {\n for (var s, i = 1, n = arguments.length; i < n; i++) {\n s = arguments[i];\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\n }\n return t;\n }\n return __assign.apply(this, arguments);\n}\n\nexport function __rest(s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n}\n\nexport function __decorate(decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n}\n\nexport function __param(paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n}\n\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\n var _, done = false;\n for (var i = decorators.length - 1; i >= 0; i--) {\n var context = {};\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\n if (kind === \"accessor\") {\n if (result === void 0) continue;\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\n if (_ = accept(result.get)) descriptor.get = _;\n if (_ = accept(result.set)) descriptor.set = _;\n if (_ = accept(result.init)) initializers.unshift(_);\n }\n else if (_ = accept(result)) {\n if (kind === \"field\") initializers.unshift(_);\n else descriptor[key] = _;\n }\n }\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\n done = true;\n};\n\nexport function __runInitializers(thisArg, initializers, value) {\n var useValue = arguments.length > 2;\n for (var i = 0; i < initializers.length; i++) {\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\n }\n return useValue ? value : void 0;\n};\n\nexport function __propKey(x) {\n return typeof x === \"symbol\" ? x : \"\".concat(x);\n};\n\nexport function __setFunctionName(f, name, prefix) {\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\n};\n\nexport function __metadata(metadataKey, metadataValue) {\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\n}\n\nexport function __awaiter(thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n}\n\nexport function __generator(thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n}\n\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n var desc = Object.getOwnPropertyDescriptor(m, k);\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\n desc = { enumerable: true, get: function() { return m[k]; } };\n }\n Object.defineProperty(o, k2, desc);\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n});\n\nexport function __exportStar(m, o) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\n}\n\nexport function __values(o) {\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\n if (m) return m.call(o);\n if (o && typeof o.length === \"number\") return {\n next: function () {\n if (o && i >= o.length) o = void 0;\n return { value: o && o[i++], done: !o };\n }\n };\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\n}\n\nexport function __read(o, n) {\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\n if (!m) return o;\n var i = m.call(o), r, ar = [], e;\n try {\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\n }\n catch (error) { e = { error: error }; }\n finally {\n try {\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\n }\n finally { if (e) throw e.error; }\n }\n return ar;\n}\n\n/** @deprecated */\nexport function __spread() {\n for (var ar = [], i = 0; i < arguments.length; i++)\n ar = ar.concat(__read(arguments[i]));\n return ar;\n}\n\n/** @deprecated */\nexport function __spreadArrays() {\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\n r[k] = a[j];\n return r;\n}\n\nexport function __spreadArray(to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n}\n\nexport function __await(v) {\n return this instanceof __await ? (this.v = v, this) : new __await(v);\n}\n\nexport function __asyncGenerator(thisArg, _arguments, generator) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\n function fulfill(value) { resume(\"next\", value); }\n function reject(value) { resume(\"throw\", value); }\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\n}\n\nexport function __asyncDelegator(o) {\n var i, p;\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\n}\n\nexport function __asyncValues(o) {\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\n var m = o[Symbol.asyncIterator], i;\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\n}\n\nexport function __makeTemplateObject(cooked, raw) {\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\n return cooked;\n};\n\nvar __setModuleDefault = Object.create ? (function(o, v) {\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\n}) : function(o, v) {\n o[\"default\"] = v;\n};\n\nexport function __importStar(mod) {\n if (mod && mod.__esModule) return mod;\n var result = {};\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\n __setModuleDefault(result, mod);\n return result;\n}\n\nexport function __importDefault(mod) {\n return (mod && mod.__esModule) ? mod : { default: mod };\n}\n\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\n}\n\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\n}\n\nexport function __classPrivateFieldIn(state, receiver) {\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\n}\n\nexport function __addDisposableResource(env, value, async) {\n if (value !== null && value !== void 0) {\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\n var dispose, inner;\n if (async) {\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\n dispose = value[Symbol.asyncDispose];\n }\n if (dispose === void 0) {\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\n dispose = value[Symbol.dispose];\n if (async) inner = dispose;\n }\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\n env.stack.push({ value: value, dispose: dispose, async: async });\n }\n else if (async) {\n env.stack.push({ async: true });\n }\n return value;\n}\n\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\n var e = new Error(message);\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\n};\n\nexport function __disposeResources(env) {\n function fail(e) {\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\n env.hasError = true;\n }\n var r, s = 0;\n function next() {\n while (r = env.stack.pop()) {\n try {\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\n if (r.dispose) {\n var result = r.dispose.call(r.value);\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\n }\n else s |= 1;\n }\n catch (e) {\n fail(e);\n }\n }\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\n if (env.hasError) throw env.error;\n }\n return next();\n}\n\nexport default {\n __extends,\n __assign,\n __rest,\n __decorate,\n __param,\n __metadata,\n __awaiter,\n __generator,\n __createBinding,\n __exportStar,\n __values,\n __read,\n __spread,\n __spreadArrays,\n __spreadArray,\n __await,\n __asyncGenerator,\n __asyncDelegator,\n __asyncValues,\n __makeTemplateObject,\n __importStar,\n __importDefault,\n __classPrivateFieldGet,\n __classPrivateFieldSet,\n __classPrivateFieldIn,\n __addDisposableResource,\n __disposeResources,\n};\n", "/**\n * Returns true if the object is a function.\n * @param value The value to check\n */\nexport function isFunction(value: any): value is (...args: any[]) => any {\n return typeof value === 'function';\n}\n", "/**\n * Used to create Error subclasses until the community moves away from ES5.\n *\n * This is because compiling from TypeScript down to ES5 has issues with subclassing Errors\n * as well as other built-in types: https://github.com/Microsoft/TypeScript/issues/12123\n *\n * @param createImpl A factory function to create the actual constructor implementation. The returned\n * function should be a named function that calls `_super` internally.\n */\nexport function createErrorClass(createImpl: (_super: any) => any): T {\n const _super = (instance: any) => {\n Error.call(instance);\n instance.stack = new Error().stack;\n };\n\n const ctorFunc = createImpl(_super);\n ctorFunc.prototype = Object.create(Error.prototype);\n ctorFunc.prototype.constructor = ctorFunc;\n return ctorFunc;\n}\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface UnsubscriptionError extends Error {\n readonly errors: any[];\n}\n\nexport interface UnsubscriptionErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (errors: any[]): UnsubscriptionError;\n}\n\n/**\n * An error thrown when one or more errors have occurred during the\n * `unsubscribe` of a {@link Subscription}.\n */\nexport const UnsubscriptionError: UnsubscriptionErrorCtor = createErrorClass(\n (_super) =>\n function UnsubscriptionErrorImpl(this: any, errors: (Error | string)[]) {\n _super(this);\n this.message = errors\n ? `${errors.length} errors occurred during unsubscription:\n${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\\n ')}`\n : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n }\n);\n", "/**\n * Removes an item from an array, mutating it.\n * @param arr The array to remove the item from\n * @param item The item to remove\n */\nexport function arrRemove(arr: T[] | undefined | null, item: T) {\n if (arr) {\n const index = arr.indexOf(item);\n 0 <= index && arr.splice(index, 1);\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { UnsubscriptionError } from './util/UnsubscriptionError';\nimport { SubscriptionLike, TeardownLogic, Unsubscribable } from './types';\nimport { arrRemove } from './util/arrRemove';\n\n/**\n * Represents a disposable resource, such as the execution of an Observable. A\n * Subscription has one important method, `unsubscribe`, that takes no argument\n * and just disposes the resource held by the subscription.\n *\n * Additionally, subscriptions may be grouped together through the `add()`\n * method, which will attach a child Subscription to the current Subscription.\n * When a Subscription is unsubscribed, all its children (and its grandchildren)\n * will be unsubscribed as well.\n *\n * @class Subscription\n */\nexport class Subscription implements SubscriptionLike {\n /** @nocollapse */\n public static EMPTY = (() => {\n const empty = new Subscription();\n empty.closed = true;\n return empty;\n })();\n\n /**\n * A flag to indicate whether this Subscription has already been unsubscribed.\n */\n public closed = false;\n\n private _parentage: Subscription[] | Subscription | null = null;\n\n /**\n * The list of registered finalizers to execute upon unsubscription. Adding and removing from this\n * list occurs in the {@link #add} and {@link #remove} methods.\n */\n private _finalizers: Exclude[] | null = null;\n\n /**\n * @param initialTeardown A function executed first as part of the finalization\n * process that is kicked off when {@link #unsubscribe} is called.\n */\n constructor(private initialTeardown?: () => void) {}\n\n /**\n * Disposes the resources held by the subscription. May, for instance, cancel\n * an ongoing Observable execution or cancel any other type of work that\n * started when the Subscription was created.\n * @return {void}\n */\n unsubscribe(): void {\n let errors: any[] | undefined;\n\n if (!this.closed) {\n this.closed = true;\n\n // Remove this from it's parents.\n const { _parentage } = this;\n if (_parentage) {\n this._parentage = null;\n if (Array.isArray(_parentage)) {\n for (const parent of _parentage) {\n parent.remove(this);\n }\n } else {\n _parentage.remove(this);\n }\n }\n\n const { initialTeardown: initialFinalizer } = this;\n if (isFunction(initialFinalizer)) {\n try {\n initialFinalizer();\n } catch (e) {\n errors = e instanceof UnsubscriptionError ? e.errors : [e];\n }\n }\n\n const { _finalizers } = this;\n if (_finalizers) {\n this._finalizers = null;\n for (const finalizer of _finalizers) {\n try {\n execFinalizer(finalizer);\n } catch (err) {\n errors = errors ?? [];\n if (err instanceof UnsubscriptionError) {\n errors = [...errors, ...err.errors];\n } else {\n errors.push(err);\n }\n }\n }\n }\n\n if (errors) {\n throw new UnsubscriptionError(errors);\n }\n }\n }\n\n /**\n * Adds a finalizer to this subscription, so that finalization will be unsubscribed/called\n * when this subscription is unsubscribed. If this subscription is already {@link #closed},\n * because it has already been unsubscribed, then whatever finalizer is passed to it\n * will automatically be executed (unless the finalizer itself is also a closed subscription).\n *\n * Closed Subscriptions cannot be added as finalizers to any subscription. Adding a closed\n * subscription to a any subscription will result in no operation. (A noop).\n *\n * Adding a subscription to itself, or adding `null` or `undefined` will not perform any\n * operation at all. (A noop).\n *\n * `Subscription` instances that are added to this instance will automatically remove themselves\n * if they are unsubscribed. Functions and {@link Unsubscribable} objects that you wish to remove\n * will need to be removed manually with {@link #remove}\n *\n * @param teardown The finalization logic to add to this subscription.\n */\n add(teardown: TeardownLogic): void {\n // Only add the finalizer if it's not undefined\n // and don't add a subscription to itself.\n if (teardown && teardown !== this) {\n if (this.closed) {\n // If this subscription is already closed,\n // execute whatever finalizer is handed to it automatically.\n execFinalizer(teardown);\n } else {\n if (teardown instanceof Subscription) {\n // We don't add closed subscriptions, and we don't add the same subscription\n // twice. Subscription unsubscribe is idempotent.\n if (teardown.closed || teardown._hasParent(this)) {\n return;\n }\n teardown._addParent(this);\n }\n (this._finalizers = this._finalizers ?? []).push(teardown);\n }\n }\n }\n\n /**\n * Checks to see if a this subscription already has a particular parent.\n * This will signal that this subscription has already been added to the parent in question.\n * @param parent the parent to check for\n */\n private _hasParent(parent: Subscription) {\n const { _parentage } = this;\n return _parentage === parent || (Array.isArray(_parentage) && _parentage.includes(parent));\n }\n\n /**\n * Adds a parent to this subscription so it can be removed from the parent if it\n * unsubscribes on it's own.\n *\n * NOTE: THIS ASSUMES THAT {@link _hasParent} HAS ALREADY BEEN CHECKED.\n * @param parent The parent subscription to add\n */\n private _addParent(parent: Subscription) {\n const { _parentage } = this;\n this._parentage = Array.isArray(_parentage) ? (_parentage.push(parent), _parentage) : _parentage ? [_parentage, parent] : parent;\n }\n\n /**\n * Called on a child when it is removed via {@link #remove}.\n * @param parent The parent to remove\n */\n private _removeParent(parent: Subscription) {\n const { _parentage } = this;\n if (_parentage === parent) {\n this._parentage = null;\n } else if (Array.isArray(_parentage)) {\n arrRemove(_parentage, parent);\n }\n }\n\n /**\n * Removes a finalizer from this subscription that was previously added with the {@link #add} method.\n *\n * Note that `Subscription` instances, when unsubscribed, will automatically remove themselves\n * from every other `Subscription` they have been added to. This means that using the `remove` method\n * is not a common thing and should be used thoughtfully.\n *\n * If you add the same finalizer instance of a function or an unsubscribable object to a `Subscription` instance\n * more than once, you will need to call `remove` the same number of times to remove all instances.\n *\n * All finalizer instances are removed to free up memory upon unsubscription.\n *\n * @param teardown The finalizer to remove from this subscription\n */\n remove(teardown: Exclude): void {\n const { _finalizers } = this;\n _finalizers && arrRemove(_finalizers, teardown);\n\n if (teardown instanceof Subscription) {\n teardown._removeParent(this);\n }\n }\n}\n\nexport const EMPTY_SUBSCRIPTION = Subscription.EMPTY;\n\nexport function isSubscription(value: any): value is Subscription {\n return (\n value instanceof Subscription ||\n (value && 'closed' in value && isFunction(value.remove) && isFunction(value.add) && isFunction(value.unsubscribe))\n );\n}\n\nfunction execFinalizer(finalizer: Unsubscribable | (() => void)) {\n if (isFunction(finalizer)) {\n finalizer();\n } else {\n finalizer.unsubscribe();\n }\n}\n", "import { Subscriber } from './Subscriber';\nimport { ObservableNotification } from './types';\n\n/**\n * The {@link GlobalConfig} object for RxJS. It is used to configure things\n * like how to react on unhandled errors.\n */\nexport const config: GlobalConfig = {\n onUnhandledError: null,\n onStoppedNotification: null,\n Promise: undefined,\n useDeprecatedSynchronousErrorHandling: false,\n useDeprecatedNextContext: false,\n};\n\n/**\n * The global configuration object for RxJS, used to configure things\n * like how to react on unhandled errors. Accessible via {@link config}\n * object.\n */\nexport interface GlobalConfig {\n /**\n * A registration point for unhandled errors from RxJS. These are errors that\n * cannot were not handled by consuming code in the usual subscription path. For\n * example, if you have this configured, and you subscribe to an observable without\n * providing an error handler, errors from that subscription will end up here. This\n * will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onUnhandledError: ((err: any) => void) | null;\n\n /**\n * A registration point for notifications that cannot be sent to subscribers because they\n * have completed, errored or have been explicitly unsubscribed. By default, next, complete\n * and error notifications sent to stopped subscribers are noops. However, sometimes callers\n * might want a different behavior. For example, with sources that attempt to report errors\n * to stopped subscribers, a caller can configure RxJS to throw an unhandled error instead.\n * This will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onStoppedNotification: ((notification: ObservableNotification, subscriber: Subscriber) => void) | null;\n\n /**\n * The promise constructor used by default for {@link Observable#toPromise toPromise} and {@link Observable#forEach forEach}\n * methods.\n *\n * @deprecated As of version 8, RxJS will no longer support this sort of injection of a\n * Promise constructor. If you need a Promise implementation other than native promises,\n * please polyfill/patch Promise as you see appropriate. Will be removed in v8.\n */\n Promise?: PromiseConstructorLike;\n\n /**\n * If true, turns on synchronous error rethrowing, which is a deprecated behavior\n * in v6 and higher. This behavior enables bad patterns like wrapping a subscribe\n * call in a try/catch block. It also enables producer interference, a nasty bug\n * where a multicast can be broken for all observers by a downstream consumer with\n * an unhandled error. DO NOT USE THIS FLAG UNLESS IT'S NEEDED TO BUY TIME\n * FOR MIGRATION REASONS.\n *\n * @deprecated As of version 8, RxJS will no longer support synchronous throwing\n * of unhandled errors. All errors will be thrown on a separate call stack to prevent bad\n * behaviors described above. Will be removed in v8.\n */\n useDeprecatedSynchronousErrorHandling: boolean;\n\n /**\n * If true, enables an as-of-yet undocumented feature from v5: The ability to access\n * `unsubscribe()` via `this` context in `next` functions created in observers passed\n * to `subscribe`.\n *\n * This is being removed because the performance was severely problematic, and it could also cause\n * issues when types other than POJOs are passed to subscribe as subscribers, as they will likely have\n * their `this` context overwritten.\n *\n * @deprecated As of version 8, RxJS will no longer support altering the\n * context of next functions provided as part of an observer to Subscribe. Instead,\n * you will have access to a subscription or a signal or token that will allow you to do things like\n * unsubscribe and test closed status. Will be removed in v8.\n */\n useDeprecatedNextContext: boolean;\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetTimeoutFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearTimeoutFunction = (handle: TimerHandle) => void;\n\ninterface TimeoutProvider {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n delegate:\n | {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n }\n | undefined;\n}\n\nexport const timeoutProvider: TimeoutProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setTimeout(handler: () => void, timeout?: number, ...args) {\n const { delegate } = timeoutProvider;\n if (delegate?.setTimeout) {\n return delegate.setTimeout(handler, timeout, ...args);\n }\n return setTimeout(handler, timeout, ...args);\n },\n clearTimeout(handle) {\n const { delegate } = timeoutProvider;\n return (delegate?.clearTimeout || clearTimeout)(handle as any);\n },\n delegate: undefined,\n};\n", "import { config } from '../config';\nimport { timeoutProvider } from '../scheduler/timeoutProvider';\n\n/**\n * Handles an error on another job either with the user-configured {@link onUnhandledError},\n * or by throwing it on that new job so it can be picked up by `window.onerror`, `process.on('error')`, etc.\n *\n * This should be called whenever there is an error that is out-of-band with the subscription\n * or when an error hits a terminal boundary of the subscription and no error handler was provided.\n *\n * @param err the error to report\n */\nexport function reportUnhandledError(err: any) {\n timeoutProvider.setTimeout(() => {\n const { onUnhandledError } = config;\n if (onUnhandledError) {\n // Execute the user-configured error handler.\n onUnhandledError(err);\n } else {\n // Throw so it is picked up by the runtime's uncaught error mechanism.\n throw err;\n }\n });\n}\n", "/* tslint:disable:no-empty */\nexport function noop() { }\n", "import { CompleteNotification, NextNotification, ErrorNotification } from './types';\n\n/**\n * A completion object optimized for memory use and created to be the\n * same \"shape\" as other notifications in v8.\n * @internal\n */\nexport const COMPLETE_NOTIFICATION = (() => createNotification('C', undefined, undefined) as CompleteNotification)();\n\n/**\n * Internal use only. Creates an optimized error notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function errorNotification(error: any): ErrorNotification {\n return createNotification('E', undefined, error) as any;\n}\n\n/**\n * Internal use only. Creates an optimized next notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function nextNotification(value: T) {\n return createNotification('N', value, undefined) as NextNotification;\n}\n\n/**\n * Ensures that all notifications created internally have the same \"shape\" in v8.\n *\n * TODO: This is only exported to support a crazy legacy test in `groupBy`.\n * @internal\n */\nexport function createNotification(kind: 'N' | 'E' | 'C', value: any, error: any) {\n return {\n kind,\n value,\n error,\n };\n}\n", "import { config } from '../config';\n\nlet context: { errorThrown: boolean; error: any } | null = null;\n\n/**\n * Handles dealing with errors for super-gross mode. Creates a context, in which\n * any synchronously thrown errors will be passed to {@link captureError}. Which\n * will record the error such that it will be rethrown after the call back is complete.\n * TODO: Remove in v8\n * @param cb An immediately executed function.\n */\nexport function errorContext(cb: () => void) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n const isRoot = !context;\n if (isRoot) {\n context = { errorThrown: false, error: null };\n }\n cb();\n if (isRoot) {\n const { errorThrown, error } = context!;\n context = null;\n if (errorThrown) {\n throw error;\n }\n }\n } else {\n // This is the general non-deprecated path for everyone that\n // isn't crazy enough to use super-gross mode (useDeprecatedSynchronousErrorHandling)\n cb();\n }\n}\n\n/**\n * Captures errors only in super-gross mode.\n * @param err the error to capture\n */\nexport function captureError(err: any) {\n if (config.useDeprecatedSynchronousErrorHandling && context) {\n context.errorThrown = true;\n context.error = err;\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { Observer, ObservableNotification } from './types';\nimport { isSubscription, Subscription } from './Subscription';\nimport { config } from './config';\nimport { reportUnhandledError } from './util/reportUnhandledError';\nimport { noop } from './util/noop';\nimport { nextNotification, errorNotification, COMPLETE_NOTIFICATION } from './NotificationFactories';\nimport { timeoutProvider } from './scheduler/timeoutProvider';\nimport { captureError } from './util/errorContext';\n\n/**\n * Implements the {@link Observer} interface and extends the\n * {@link Subscription} class. While the {@link Observer} is the public API for\n * consuming the values of an {@link Observable}, all Observers get converted to\n * a Subscriber, in order to provide Subscription-like capabilities such as\n * `unsubscribe`. Subscriber is a common type in RxJS, and crucial for\n * implementing operators, but it is rarely used as a public API.\n *\n * @class Subscriber\n */\nexport class Subscriber extends Subscription implements Observer {\n /**\n * A static factory for a Subscriber, given a (potentially partial) definition\n * of an Observer.\n * @param next The `next` callback of an Observer.\n * @param error The `error` callback of an\n * Observer.\n * @param complete The `complete` callback of an\n * Observer.\n * @return A Subscriber wrapping the (partially defined)\n * Observer represented by the given arguments.\n * @nocollapse\n * @deprecated Do not use. Will be removed in v8. There is no replacement for this\n * method, and there is no reason to be creating instances of `Subscriber` directly.\n * If you have a specific use case, please file an issue.\n */\n static create(next?: (x?: T) => void, error?: (e?: any) => void, complete?: () => void): Subscriber {\n return new SafeSubscriber(next, error, complete);\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected isStopped: boolean = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected destination: Subscriber | Observer; // this `any` is the escape hatch to erase extra type param (e.g. R)\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * There is no reason to directly create an instance of Subscriber. This type is exported for typings reasons.\n */\n constructor(destination?: Subscriber | Observer) {\n super();\n if (destination) {\n this.destination = destination;\n // Automatically chain subscriptions together here.\n // if destination is a Subscription, then it is a Subscriber.\n if (isSubscription(destination)) {\n destination.add(this);\n }\n } else {\n this.destination = EMPTY_OBSERVER;\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `next` from\n * the Observable, with a value. The Observable may call this method 0 or more\n * times.\n * @param {T} [value] The `next` value.\n * @return {void}\n */\n next(value?: T): void {\n if (this.isStopped) {\n handleStoppedNotification(nextNotification(value), this);\n } else {\n this._next(value!);\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `error` from\n * the Observable, with an attached `Error`. Notifies the Observer that\n * the Observable has experienced an error condition.\n * @param {any} [err] The `error` exception.\n * @return {void}\n */\n error(err?: any): void {\n if (this.isStopped) {\n handleStoppedNotification(errorNotification(err), this);\n } else {\n this.isStopped = true;\n this._error(err);\n }\n }\n\n /**\n * The {@link Observer} callback to receive a valueless notification of type\n * `complete` from the Observable. Notifies the Observer that the Observable\n * has finished sending push-based notifications.\n * @return {void}\n */\n complete(): void {\n if (this.isStopped) {\n handleStoppedNotification(COMPLETE_NOTIFICATION, this);\n } else {\n this.isStopped = true;\n this._complete();\n }\n }\n\n unsubscribe(): void {\n if (!this.closed) {\n this.isStopped = true;\n super.unsubscribe();\n this.destination = null!;\n }\n }\n\n protected _next(value: T): void {\n this.destination.next(value);\n }\n\n protected _error(err: any): void {\n try {\n this.destination.error(err);\n } finally {\n this.unsubscribe();\n }\n }\n\n protected _complete(): void {\n try {\n this.destination.complete();\n } finally {\n this.unsubscribe();\n }\n }\n}\n\n/**\n * This bind is captured here because we want to be able to have\n * compatibility with monoid libraries that tend to use a method named\n * `bind`. In particular, a library called Monio requires this.\n */\nconst _bind = Function.prototype.bind;\n\nfunction bind any>(fn: Fn, thisArg: any): Fn {\n return _bind.call(fn, thisArg);\n}\n\n/**\n * Internal optimization only, DO NOT EXPOSE.\n * @internal\n */\nclass ConsumerObserver implements Observer {\n constructor(private partialObserver: Partial>) {}\n\n next(value: T): void {\n const { partialObserver } = this;\n if (partialObserver.next) {\n try {\n partialObserver.next(value);\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n\n error(err: any): void {\n const { partialObserver } = this;\n if (partialObserver.error) {\n try {\n partialObserver.error(err);\n } catch (error) {\n handleUnhandledError(error);\n }\n } else {\n handleUnhandledError(err);\n }\n }\n\n complete(): void {\n const { partialObserver } = this;\n if (partialObserver.complete) {\n try {\n partialObserver.complete();\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n}\n\nexport class SafeSubscriber extends Subscriber {\n constructor(\n observerOrNext?: Partial> | ((value: T) => void) | null,\n error?: ((e?: any) => void) | null,\n complete?: (() => void) | null\n ) {\n super();\n\n let partialObserver: Partial>;\n if (isFunction(observerOrNext) || !observerOrNext) {\n // The first argument is a function, not an observer. The next\n // two arguments *could* be observers, or they could be empty.\n partialObserver = {\n next: (observerOrNext ?? undefined) as (((value: T) => void) | undefined),\n error: error ?? undefined,\n complete: complete ?? undefined,\n };\n } else {\n // The first argument is a partial observer.\n let context: any;\n if (this && config.useDeprecatedNextContext) {\n // This is a deprecated path that made `this.unsubscribe()` available in\n // next handler functions passed to subscribe. This only exists behind a flag\n // now, as it is *very* slow.\n context = Object.create(observerOrNext);\n context.unsubscribe = () => this.unsubscribe();\n partialObserver = {\n next: observerOrNext.next && bind(observerOrNext.next, context),\n error: observerOrNext.error && bind(observerOrNext.error, context),\n complete: observerOrNext.complete && bind(observerOrNext.complete, context),\n };\n } else {\n // The \"normal\" path. Just use the partial observer directly.\n partialObserver = observerOrNext;\n }\n }\n\n // Wrap the partial observer to ensure it's a full observer, and\n // make sure proper error handling is accounted for.\n this.destination = new ConsumerObserver(partialObserver);\n }\n}\n\nfunction handleUnhandledError(error: any) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n captureError(error);\n } else {\n // Ideal path, we report this as an unhandled error,\n // which is thrown on a new call stack.\n reportUnhandledError(error);\n }\n}\n\n/**\n * An error handler used when no error handler was supplied\n * to the SafeSubscriber -- meaning no error handler was supplied\n * do the `subscribe` call on our observable.\n * @param err The error to handle\n */\nfunction defaultErrorHandler(err: any) {\n throw err;\n}\n\n/**\n * A handler for notifications that cannot be sent to a stopped subscriber.\n * @param notification The notification being sent\n * @param subscriber The stopped subscriber\n */\nfunction handleStoppedNotification(notification: ObservableNotification, subscriber: Subscriber) {\n const { onStoppedNotification } = config;\n onStoppedNotification && timeoutProvider.setTimeout(() => onStoppedNotification(notification, subscriber));\n}\n\n/**\n * The observer used as a stub for subscriptions where the user did not\n * pass any arguments to `subscribe`. Comes with the default error handling\n * behavior.\n */\nexport const EMPTY_OBSERVER: Readonly> & { closed: true } = {\n closed: true,\n next: noop,\n error: defaultErrorHandler,\n complete: noop,\n};\n", "/**\n * Symbol.observable or a string \"@@observable\". Used for interop\n *\n * @deprecated We will no longer be exporting this symbol in upcoming versions of RxJS.\n * Instead polyfill and use Symbol.observable directly *or* use https://www.npmjs.com/package/symbol-observable\n */\nexport const observable: string | symbol = (() => (typeof Symbol === 'function' && Symbol.observable) || '@@observable')();\n", "/**\n * This function takes one parameter and just returns it. Simply put,\n * this is like `(x: T): T => x`.\n *\n * ## Examples\n *\n * This is useful in some cases when using things like `mergeMap`\n *\n * ```ts\n * import { interval, take, map, range, mergeMap, identity } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(5));\n *\n * const result$ = source$.pipe(\n * map(i => range(i)),\n * mergeMap(identity) // same as mergeMap(x => x)\n * );\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * Or when you want to selectively apply an operator\n *\n * ```ts\n * import { interval, take, identity } from 'rxjs';\n *\n * const shouldLimit = () => Math.random() < 0.5;\n *\n * const source$ = interval(1000);\n *\n * const result$ = source$.pipe(shouldLimit() ? take(5) : identity);\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * @param x Any value that is returned by this function\n * @returns The value passed as the first parameter to this function\n */\nexport function identity(x: T): T {\n return x;\n}\n", "import { identity } from './identity';\nimport { UnaryFunction } from '../types';\n\nexport function pipe(): typeof identity;\nexport function pipe(fn1: UnaryFunction): UnaryFunction;\nexport function pipe(fn1: UnaryFunction, fn2: UnaryFunction): UnaryFunction;\nexport function pipe(fn1: UnaryFunction, fn2: UnaryFunction, fn3: UnaryFunction): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction,\n fn9: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction,\n fn9: UnaryFunction,\n ...fns: UnaryFunction[]\n): UnaryFunction;\n\n/**\n * pipe() can be called on one or more functions, each of which can take one argument (\"UnaryFunction\")\n * and uses it to return a value.\n * It returns a function that takes one argument, passes it to the first UnaryFunction, and then\n * passes the result to the next one, passes that result to the next one, and so on. \n */\nexport function pipe(...fns: Array>): UnaryFunction {\n return pipeFromArray(fns);\n}\n\n/** @internal */\nexport function pipeFromArray(fns: Array>): UnaryFunction {\n if (fns.length === 0) {\n return identity as UnaryFunction;\n }\n\n if (fns.length === 1) {\n return fns[0];\n }\n\n return function piped(input: T): R {\n return fns.reduce((prev: any, fn: UnaryFunction) => fn(prev), input as any);\n };\n}\n", "import { Operator } from './Operator';\nimport { SafeSubscriber, Subscriber } from './Subscriber';\nimport { isSubscription, Subscription } from './Subscription';\nimport { TeardownLogic, OperatorFunction, Subscribable, Observer } from './types';\nimport { observable as Symbol_observable } from './symbol/observable';\nimport { pipeFromArray } from './util/pipe';\nimport { config } from './config';\nimport { isFunction } from './util/isFunction';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A representation of any set of values over any amount of time. This is the most basic building block\n * of RxJS.\n *\n * @class Observable\n */\nexport class Observable implements Subscribable {\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n source: Observable | undefined;\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n operator: Operator | undefined;\n\n /**\n * @constructor\n * @param {Function} subscribe the function that is called when the Observable is\n * initially subscribed to. This function is given a Subscriber, to which new values\n * can be `next`ed, or an `error` method can be called to raise an error, or\n * `complete` can be called to notify of a successful completion.\n */\n constructor(subscribe?: (this: Observable, subscriber: Subscriber) => TeardownLogic) {\n if (subscribe) {\n this._subscribe = subscribe;\n }\n }\n\n // HACK: Since TypeScript inherits static properties too, we have to\n // fight against TypeScript here so Subject can have a different static create signature\n /**\n * Creates a new Observable by calling the Observable constructor\n * @owner Observable\n * @method create\n * @param {Function} subscribe? the subscriber function to be passed to the Observable constructor\n * @return {Observable} a new observable\n * @nocollapse\n * @deprecated Use `new Observable()` instead. Will be removed in v8.\n */\n static create: (...args: any[]) => any = (subscribe?: (subscriber: Subscriber) => TeardownLogic) => {\n return new Observable(subscribe);\n };\n\n /**\n * Creates a new Observable, with this Observable instance as the source, and the passed\n * operator defined as the new observable's operator.\n * @method lift\n * @param operator the operator defining the operation to take on the observable\n * @return a new observable with the Operator applied\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * If you have implemented an operator using `lift`, it is recommended that you create an\n * operator by simply returning `new Observable()` directly. See \"Creating new operators from\n * scratch\" section here: https://rxjs.dev/guide/operators\n */\n lift(operator?: Operator): Observable {\n const observable = new Observable();\n observable.source = this;\n observable.operator = operator;\n return observable;\n }\n\n subscribe(observerOrNext?: Partial> | ((value: T) => void)): Subscription;\n /** @deprecated Instead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments */\n subscribe(next?: ((value: T) => void) | null, error?: ((error: any) => void) | null, complete?: (() => void) | null): Subscription;\n /**\n * Invokes an execution of an Observable and registers Observer handlers for notifications it will emit.\n *\n * Use it when you have all these Observables, but still nothing is happening.\n *\n * `subscribe` is not a regular operator, but a method that calls Observable's internal `subscribe` function. It\n * might be for example a function that you passed to Observable's constructor, but most of the time it is\n * a library implementation, which defines what will be emitted by an Observable, and when it be will emitted. This means\n * that calling `subscribe` is actually the moment when Observable starts its work, not when it is created, as it is often\n * the thought.\n *\n * Apart from starting the execution of an Observable, this method allows you to listen for values\n * that an Observable emits, as well as for when it completes or errors. You can achieve this in two\n * of the following ways.\n *\n * The first way is creating an object that implements {@link Observer} interface. It should have methods\n * defined by that interface, but note that it should be just a regular JavaScript object, which you can create\n * yourself in any way you want (ES6 class, classic function constructor, object literal etc.). In particular, do\n * not attempt to use any RxJS implementation details to create Observers - you don't need them. Remember also\n * that your object does not have to implement all methods. If you find yourself creating a method that doesn't\n * do anything, you can simply omit it. Note however, if the `error` method is not provided and an error happens,\n * it will be thrown asynchronously. Errors thrown asynchronously cannot be caught using `try`/`catch`. Instead,\n * use the {@link onUnhandledError} configuration option or use a runtime handler (like `window.onerror` or\n * `process.on('error)`) to be notified of unhandled errors. Because of this, it's recommended that you provide\n * an `error` method to avoid missing thrown errors.\n *\n * The second way is to give up on Observer object altogether and simply provide callback functions in place of its methods.\n * This means you can provide three functions as arguments to `subscribe`, where the first function is equivalent\n * of a `next` method, the second of an `error` method and the third of a `complete` method. Just as in case of an Observer,\n * if you do not need to listen for something, you can omit a function by passing `undefined` or `null`,\n * since `subscribe` recognizes these functions by where they were placed in function call. When it comes\n * to the `error` function, as with an Observer, if not provided, errors emitted by an Observable will be thrown asynchronously.\n *\n * You can, however, subscribe with no parameters at all. This may be the case where you're not interested in terminal events\n * and you also handled emissions internally by using operators (e.g. using `tap`).\n *\n * Whichever style of calling `subscribe` you use, in both cases it returns a Subscription object.\n * This object allows you to call `unsubscribe` on it, which in turn will stop the work that an Observable does and will clean\n * up all resources that an Observable used. Note that cancelling a subscription will not call `complete` callback\n * provided to `subscribe` function, which is reserved for a regular completion signal that comes from an Observable.\n *\n * Remember that callbacks provided to `subscribe` are not guaranteed to be called asynchronously.\n * It is an Observable itself that decides when these functions will be called. For example {@link of}\n * by default emits all its values synchronously. Always check documentation for how given Observable\n * will behave when subscribed and if its default behavior can be modified with a `scheduler`.\n *\n * #### Examples\n *\n * Subscribe with an {@link guide/observer Observer}\n *\n * ```ts\n * import { of } from 'rxjs';\n *\n * const sumObserver = {\n * sum: 0,\n * next(value) {\n * console.log('Adding: ' + value);\n * this.sum = this.sum + value;\n * },\n * error() {\n * // We actually could just remove this method,\n * // since we do not really care about errors right now.\n * },\n * complete() {\n * console.log('Sum equals: ' + this.sum);\n * }\n * };\n *\n * of(1, 2, 3) // Synchronously emits 1, 2, 3 and then completes.\n * .subscribe(sumObserver);\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Subscribe with functions ({@link deprecations/subscribe-arguments deprecated})\n *\n * ```ts\n * import { of } from 'rxjs'\n *\n * let sum = 0;\n *\n * of(1, 2, 3).subscribe(\n * value => {\n * console.log('Adding: ' + value);\n * sum = sum + value;\n * },\n * undefined,\n * () => console.log('Sum equals: ' + sum)\n * );\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Cancel a subscription\n *\n * ```ts\n * import { interval } from 'rxjs';\n *\n * const subscription = interval(1000).subscribe({\n * next(num) {\n * console.log(num)\n * },\n * complete() {\n * // Will not be called, even when cancelling subscription.\n * console.log('completed!');\n * }\n * });\n *\n * setTimeout(() => {\n * subscription.unsubscribe();\n * console.log('unsubscribed!');\n * }, 2500);\n *\n * // Logs:\n * // 0 after 1s\n * // 1 after 2s\n * // 'unsubscribed!' after 2.5s\n * ```\n *\n * @param {Observer|Function} observerOrNext (optional) Either an observer with methods to be called,\n * or the first of three possible handlers, which is the handler for each value emitted from the subscribed\n * Observable.\n * @param {Function} error (optional) A handler for a terminal event resulting from an error. If no error handler is provided,\n * the error will be thrown asynchronously as unhandled.\n * @param {Function} complete (optional) A handler for a terminal event resulting from successful completion.\n * @return {Subscription} a subscription reference to the registered handlers\n * @method subscribe\n */\n subscribe(\n observerOrNext?: Partial> | ((value: T) => void) | null,\n error?: ((error: any) => void) | null,\n complete?: (() => void) | null\n ): Subscription {\n const subscriber = isSubscriber(observerOrNext) ? observerOrNext : new SafeSubscriber(observerOrNext, error, complete);\n\n errorContext(() => {\n const { operator, source } = this;\n subscriber.add(\n operator\n ? // We're dealing with a subscription in the\n // operator chain to one of our lifted operators.\n operator.call(subscriber, source)\n : source\n ? // If `source` has a value, but `operator` does not, something that\n // had intimate knowledge of our API, like our `Subject`, must have\n // set it. We're going to just call `_subscribe` directly.\n this._subscribe(subscriber)\n : // In all other cases, we're likely wrapping a user-provided initializer\n // function, so we need to catch errors and handle them appropriately.\n this._trySubscribe(subscriber)\n );\n });\n\n return subscriber;\n }\n\n /** @internal */\n protected _trySubscribe(sink: Subscriber): TeardownLogic {\n try {\n return this._subscribe(sink);\n } catch (err) {\n // We don't need to return anything in this case,\n // because it's just going to try to `add()` to a subscription\n // above.\n sink.error(err);\n }\n }\n\n /**\n * Used as a NON-CANCELLABLE means of subscribing to an observable, for use with\n * APIs that expect promises, like `async/await`. You cannot unsubscribe from this.\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * #### Example\n *\n * ```ts\n * import { interval, take } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(4));\n *\n * async function getTotal() {\n * let total = 0;\n *\n * await source$.forEach(value => {\n * total += value;\n * console.log('observable -> ' + value);\n * });\n *\n * return total;\n * }\n *\n * getTotal().then(\n * total => console.log('Total: ' + total)\n * );\n *\n * // Expected:\n * // 'observable -> 0'\n * // 'observable -> 1'\n * // 'observable -> 2'\n * // 'observable -> 3'\n * // 'Total: 6'\n * ```\n *\n * @param next a handler for each value emitted by the observable\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n */\n forEach(next: (value: T) => void): Promise;\n\n /**\n * @param next a handler for each value emitted by the observable\n * @param promiseCtor a constructor function used to instantiate the Promise\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n * @deprecated Passing a Promise constructor will no longer be available\n * in upcoming versions of RxJS. This is because it adds weight to the library, for very\n * little benefit. If you need this functionality, it is recommended that you either\n * polyfill Promise, or you create an adapter to convert the returned native promise\n * to whatever promise implementation you wanted. Will be removed in v8.\n */\n forEach(next: (value: T) => void, promiseCtor: PromiseConstructorLike): Promise;\n\n forEach(next: (value: T) => void, promiseCtor?: PromiseConstructorLike): Promise {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n const subscriber = new SafeSubscriber({\n next: (value) => {\n try {\n next(value);\n } catch (err) {\n reject(err);\n subscriber.unsubscribe();\n }\n },\n error: reject,\n complete: resolve,\n });\n this.subscribe(subscriber);\n }) as Promise;\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): TeardownLogic {\n return this.source?.subscribe(subscriber);\n }\n\n /**\n * An interop point defined by the es7-observable spec https://github.com/zenparsing/es-observable\n * @method Symbol.observable\n * @return {Observable} this instance of the observable\n */\n [Symbol_observable]() {\n return this;\n }\n\n /* tslint:disable:max-line-length */\n pipe(): Observable;\n pipe(op1: OperatorFunction): Observable;\n pipe(op1: OperatorFunction, op2: OperatorFunction): Observable;\n pipe(op1: OperatorFunction, op2: OperatorFunction, op3: OperatorFunction): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction,\n op9: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction,\n op9: OperatorFunction,\n ...operations: OperatorFunction[]\n ): Observable;\n /* tslint:enable:max-line-length */\n\n /**\n * Used to stitch together functional operators into a chain.\n * @method pipe\n * @return {Observable} the Observable result of all of the operators having\n * been called in the order they were passed in.\n *\n * ## Example\n *\n * ```ts\n * import { interval, filter, map, scan } from 'rxjs';\n *\n * interval(1000)\n * .pipe(\n * filter(x => x % 2 === 0),\n * map(x => x + x),\n * scan((acc, x) => acc + x)\n * )\n * .subscribe(x => console.log(x));\n * ```\n */\n pipe(...operations: OperatorFunction[]): Observable {\n return pipeFromArray(operations)(this);\n }\n\n /* tslint:disable:max-line-length */\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(): Promise;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: typeof Promise): Promise;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: PromiseConstructorLike): Promise;\n /* tslint:enable:max-line-length */\n\n /**\n * Subscribe to this Observable and get a Promise resolving on\n * `complete` with the last emission (if any).\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * @method toPromise\n * @param [promiseCtor] a constructor function used to instantiate\n * the Promise\n * @return A Promise that resolves with the last value emit, or\n * rejects on an error. If there were no emissions, Promise\n * resolves with undefined.\n * @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise\n */\n toPromise(promiseCtor?: PromiseConstructorLike): Promise {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n let value: T | undefined;\n this.subscribe(\n (x: T) => (value = x),\n (err: any) => reject(err),\n () => resolve(value)\n );\n }) as Promise;\n }\n}\n\n/**\n * Decides between a passed promise constructor from consuming code,\n * A default configured promise constructor, and the native promise\n * constructor and returns it. If nothing can be found, it will throw\n * an error.\n * @param promiseCtor The optional promise constructor to passed by consuming code\n */\nfunction getPromiseCtor(promiseCtor: PromiseConstructorLike | undefined) {\n return promiseCtor ?? config.Promise ?? Promise;\n}\n\nfunction isObserver(value: any): value is Observer {\n return value && isFunction(value.next) && isFunction(value.error) && isFunction(value.complete);\n}\n\nfunction isSubscriber(value: any): value is Subscriber {\n return (value && value instanceof Subscriber) || (isObserver(value) && isSubscription(value));\n}\n", "import { Observable } from '../Observable';\nimport { Subscriber } from '../Subscriber';\nimport { OperatorFunction } from '../types';\nimport { isFunction } from './isFunction';\n\n/**\n * Used to determine if an object is an Observable with a lift function.\n */\nexport function hasLift(source: any): source is { lift: InstanceType['lift'] } {\n return isFunction(source?.lift);\n}\n\n/**\n * Creates an `OperatorFunction`. Used to define operators throughout the library in a concise way.\n * @param init The logic to connect the liftedSource to the subscriber at the moment of subscription.\n */\nexport function operate(\n init: (liftedSource: Observable, subscriber: Subscriber) => (() => void) | void\n): OperatorFunction {\n return (source: Observable) => {\n if (hasLift(source)) {\n return source.lift(function (this: Subscriber, liftedSource: Observable) {\n try {\n return init(liftedSource, this);\n } catch (err) {\n this.error(err);\n }\n });\n }\n throw new TypeError('Unable to lift unknown Observable type');\n };\n}\n", "import { Subscriber } from '../Subscriber';\n\n/**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional teardown logic here. This will only be called on teardown if the\n * subscriber itself is not already closed. This is called after all other teardown logic is executed.\n */\nexport function createOperatorSubscriber(\n destination: Subscriber,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n onFinalize?: () => void\n): Subscriber {\n return new OperatorSubscriber(destination, onNext, onComplete, onError, onFinalize);\n}\n\n/**\n * A generic helper for allowing operators to be created with a Subscriber and\n * use closures to capture necessary state from the operator function itself.\n */\nexport class OperatorSubscriber extends Subscriber {\n /**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional finalization logic here. This will only be called on finalization if the\n * subscriber itself is not already closed. This is called after all other finalization logic is executed.\n * @param shouldUnsubscribe An optional check to see if an unsubscribe call should truly unsubscribe.\n * NOTE: This currently **ONLY** exists to support the strange behavior of {@link groupBy}, where unsubscription\n * to the resulting observable does not actually disconnect from the source if there are active subscriptions\n * to any grouped observable. (DO NOT EXPOSE OR USE EXTERNALLY!!!)\n */\n constructor(\n destination: Subscriber,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n private onFinalize?: () => void,\n private shouldUnsubscribe?: () => boolean\n ) {\n // It's important - for performance reasons - that all of this class's\n // members are initialized and that they are always initialized in the same\n // order. This will ensure that all OperatorSubscriber instances have the\n // same hidden class in V8. This, in turn, will help keep the number of\n // hidden classes involved in property accesses within the base class as\n // low as possible. If the number of hidden classes involved exceeds four,\n // the property accesses will become megamorphic and performance penalties\n // will be incurred - i.e. inline caches won't be used.\n //\n // The reasons for ensuring all instances have the same hidden class are\n // further discussed in this blog post from Benedikt Meurer:\n // https://benediktmeurer.de/2018/03/23/impact-of-polymorphism-on-component-based-frameworks-like-react/\n super(destination);\n this._next = onNext\n ? function (this: OperatorSubscriber, value: T) {\n try {\n onNext(value);\n } catch (err) {\n destination.error(err);\n }\n }\n : super._next;\n this._error = onError\n ? function (this: OperatorSubscriber, err: any) {\n try {\n onError(err);\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._error;\n this._complete = onComplete\n ? function (this: OperatorSubscriber) {\n try {\n onComplete();\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._complete;\n }\n\n unsubscribe() {\n if (!this.shouldUnsubscribe || this.shouldUnsubscribe()) {\n const { closed } = this;\n super.unsubscribe();\n // Execute additional teardown if we have any and we didn't already do so.\n !closed && this.onFinalize?.();\n }\n }\n}\n", "import { Subscription } from '../Subscription';\n\ninterface AnimationFrameProvider {\n schedule(callback: FrameRequestCallback): Subscription;\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n delegate:\n | {\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n }\n | undefined;\n}\n\nexport const animationFrameProvider: AnimationFrameProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n schedule(callback) {\n let request = requestAnimationFrame;\n let cancel: typeof cancelAnimationFrame | undefined = cancelAnimationFrame;\n const { delegate } = animationFrameProvider;\n if (delegate) {\n request = delegate.requestAnimationFrame;\n cancel = delegate.cancelAnimationFrame;\n }\n const handle = request((timestamp) => {\n // Clear the cancel function. The request has been fulfilled, so\n // attempting to cancel the request upon unsubscription would be\n // pointless.\n cancel = undefined;\n callback(timestamp);\n });\n return new Subscription(() => cancel?.(handle));\n },\n requestAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.requestAnimationFrame || requestAnimationFrame)(...args);\n },\n cancelAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.cancelAnimationFrame || cancelAnimationFrame)(...args);\n },\n delegate: undefined,\n};\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface ObjectUnsubscribedError extends Error {}\n\nexport interface ObjectUnsubscribedErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (): ObjectUnsubscribedError;\n}\n\n/**\n * An error thrown when an action is invalid because the object has been\n * unsubscribed.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n *\n * @class ObjectUnsubscribedError\n */\nexport const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor = createErrorClass(\n (_super) =>\n function ObjectUnsubscribedErrorImpl(this: any) {\n _super(this);\n this.name = 'ObjectUnsubscribedError';\n this.message = 'object unsubscribed';\n }\n);\n", "import { Operator } from './Operator';\nimport { Observable } from './Observable';\nimport { Subscriber } from './Subscriber';\nimport { Subscription, EMPTY_SUBSCRIPTION } from './Subscription';\nimport { Observer, SubscriptionLike, TeardownLogic } from './types';\nimport { ObjectUnsubscribedError } from './util/ObjectUnsubscribedError';\nimport { arrRemove } from './util/arrRemove';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A Subject is a special type of Observable that allows values to be\n * multicasted to many Observers. Subjects are like EventEmitters.\n *\n * Every Subject is an Observable and an Observer. You can subscribe to a\n * Subject, and you can call next to feed values as well as error and complete.\n */\nexport class Subject extends Observable implements SubscriptionLike {\n closed = false;\n\n private currentObservers: Observer[] | null = null;\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n observers: Observer[] = [];\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n isStopped = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n hasError = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n thrownError: any = null;\n\n /**\n * Creates a \"subject\" by basically gluing an observer to an observable.\n *\n * @nocollapse\n * @deprecated Recommended you do not use. Will be removed at some point in the future. Plans for replacement still under discussion.\n */\n static create: (...args: any[]) => any = (destination: Observer, source: Observable): AnonymousSubject => {\n return new AnonymousSubject(destination, source);\n };\n\n constructor() {\n // NOTE: This must be here to obscure Observable's constructor.\n super();\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n lift(operator: Operator): Observable {\n const subject = new AnonymousSubject(this, this);\n subject.operator = operator as any;\n return subject as any;\n }\n\n /** @internal */\n protected _throwIfClosed() {\n if (this.closed) {\n throw new ObjectUnsubscribedError();\n }\n }\n\n next(value: T) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n if (!this.currentObservers) {\n this.currentObservers = Array.from(this.observers);\n }\n for (const observer of this.currentObservers) {\n observer.next(value);\n }\n }\n });\n }\n\n error(err: any) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.hasError = this.isStopped = true;\n this.thrownError = err;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.error(err);\n }\n }\n });\n }\n\n complete() {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.isStopped = true;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.complete();\n }\n }\n });\n }\n\n unsubscribe() {\n this.isStopped = this.closed = true;\n this.observers = this.currentObservers = null!;\n }\n\n get observed() {\n return this.observers?.length > 0;\n }\n\n /** @internal */\n protected _trySubscribe(subscriber: Subscriber): TeardownLogic {\n this._throwIfClosed();\n return super._trySubscribe(subscriber);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n this._throwIfClosed();\n this._checkFinalizedStatuses(subscriber);\n return this._innerSubscribe(subscriber);\n }\n\n /** @internal */\n protected _innerSubscribe(subscriber: Subscriber) {\n const { hasError, isStopped, observers } = this;\n if (hasError || isStopped) {\n return EMPTY_SUBSCRIPTION;\n }\n this.currentObservers = null;\n observers.push(subscriber);\n return new Subscription(() => {\n this.currentObservers = null;\n arrRemove(observers, subscriber);\n });\n }\n\n /** @internal */\n protected _checkFinalizedStatuses(subscriber: Subscriber) {\n const { hasError, thrownError, isStopped } = this;\n if (hasError) {\n subscriber.error(thrownError);\n } else if (isStopped) {\n subscriber.complete();\n }\n }\n\n /**\n * Creates a new Observable with this Subject as the source. You can do this\n * to create custom Observer-side logic of the Subject and conceal it from\n * code that uses the Observable.\n * @return {Observable} Observable that the Subject casts to\n */\n asObservable(): Observable {\n const observable: any = new Observable();\n observable.source = this;\n return observable;\n }\n}\n\n/**\n * @class AnonymousSubject\n */\nexport class AnonymousSubject extends Subject {\n constructor(\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n public destination?: Observer,\n source?: Observable\n ) {\n super();\n this.source = source;\n }\n\n next(value: T) {\n this.destination?.next?.(value);\n }\n\n error(err: any) {\n this.destination?.error?.(err);\n }\n\n complete() {\n this.destination?.complete?.();\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n return this.source?.subscribe(subscriber) ?? EMPTY_SUBSCRIPTION;\n }\n}\n", "import { Subject } from './Subject';\nimport { Subscriber } from './Subscriber';\nimport { Subscription } from './Subscription';\n\n/**\n * A variant of Subject that requires an initial value and emits its current\n * value whenever it is subscribed to.\n *\n * @class BehaviorSubject\n */\nexport class BehaviorSubject extends Subject {\n constructor(private _value: T) {\n super();\n }\n\n get value(): T {\n return this.getValue();\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n const subscription = super._subscribe(subscriber);\n !subscription.closed && subscriber.next(this._value);\n return subscription;\n }\n\n getValue(): T {\n const { hasError, thrownError, _value } = this;\n if (hasError) {\n throw thrownError;\n }\n this._throwIfClosed();\n return _value;\n }\n\n next(value: T): void {\n super.next((this._value = value));\n }\n}\n", "import { TimestampProvider } from '../types';\n\ninterface DateTimestampProvider extends TimestampProvider {\n delegate: TimestampProvider | undefined;\n}\n\nexport const dateTimestampProvider: DateTimestampProvider = {\n now() {\n // Use the variable rather than `this` so that the function can be called\n // without being bound to the provider.\n return (dateTimestampProvider.delegate || Date).now();\n },\n delegate: undefined,\n};\n", "import { Subject } from './Subject';\nimport { TimestampProvider } from './types';\nimport { Subscriber } from './Subscriber';\nimport { Subscription } from './Subscription';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * A variant of {@link Subject} that \"replays\" old values to new subscribers by emitting them when they first subscribe.\n *\n * `ReplaySubject` has an internal buffer that will store a specified number of values that it has observed. Like `Subject`,\n * `ReplaySubject` \"observes\" values by having them passed to its `next` method. When it observes a value, it will store that\n * value for a time determined by the configuration of the `ReplaySubject`, as passed to its constructor.\n *\n * When a new subscriber subscribes to the `ReplaySubject` instance, it will synchronously emit all values in its buffer in\n * a First-In-First-Out (FIFO) manner. The `ReplaySubject` will also complete, if it has observed completion; and it will\n * error if it has observed an error.\n *\n * There are two main configuration items to be concerned with:\n *\n * 1. `bufferSize` - This will determine how many items are stored in the buffer, defaults to infinite.\n * 2. `windowTime` - The amount of time to hold a value in the buffer before removing it from the buffer.\n *\n * Both configurations may exist simultaneously. So if you would like to buffer a maximum of 3 values, as long as the values\n * are less than 2 seconds old, you could do so with a `new ReplaySubject(3, 2000)`.\n *\n * ### Differences with BehaviorSubject\n *\n * `BehaviorSubject` is similar to `new ReplaySubject(1)`, with a couple of exceptions:\n *\n * 1. `BehaviorSubject` comes \"primed\" with a single value upon construction.\n * 2. `ReplaySubject` will replay values, even after observing an error, where `BehaviorSubject` will not.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n * @see {@link shareReplay}\n */\nexport class ReplaySubject extends Subject {\n private _buffer: (T | number)[] = [];\n private _infiniteTimeWindow = true;\n\n /**\n * @param bufferSize The size of the buffer to replay on subscription\n * @param windowTime The amount of time the buffered items will stay buffered\n * @param timestampProvider An object with a `now()` method that provides the current timestamp. This is used to\n * calculate the amount of time something has been buffered.\n */\n constructor(\n private _bufferSize = Infinity,\n private _windowTime = Infinity,\n private _timestampProvider: TimestampProvider = dateTimestampProvider\n ) {\n super();\n this._infiniteTimeWindow = _windowTime === Infinity;\n this._bufferSize = Math.max(1, _bufferSize);\n this._windowTime = Math.max(1, _windowTime);\n }\n\n next(value: T): void {\n const { isStopped, _buffer, _infiniteTimeWindow, _timestampProvider, _windowTime } = this;\n if (!isStopped) {\n _buffer.push(value);\n !_infiniteTimeWindow && _buffer.push(_timestampProvider.now() + _windowTime);\n }\n this._trimBuffer();\n super.next(value);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n this._throwIfClosed();\n this._trimBuffer();\n\n const subscription = this._innerSubscribe(subscriber);\n\n const { _infiniteTimeWindow, _buffer } = this;\n // We use a copy here, so reentrant code does not mutate our array while we're\n // emitting it to a new subscriber.\n const copy = _buffer.slice();\n for (let i = 0; i < copy.length && !subscriber.closed; i += _infiniteTimeWindow ? 1 : 2) {\n subscriber.next(copy[i] as T);\n }\n\n this._checkFinalizedStatuses(subscriber);\n\n return subscription;\n }\n\n private _trimBuffer() {\n const { _bufferSize, _timestampProvider, _buffer, _infiniteTimeWindow } = this;\n // If we don't have an infinite buffer size, and we're over the length,\n // use splice to truncate the old buffer values off. Note that we have to\n // double the size for instances where we're not using an infinite time window\n // because we're storing the values and the timestamps in the same array.\n const adjustedBufferSize = (_infiniteTimeWindow ? 1 : 2) * _bufferSize;\n _bufferSize < Infinity && adjustedBufferSize < _buffer.length && _buffer.splice(0, _buffer.length - adjustedBufferSize);\n\n // Now, if we're not in an infinite time window, remove all values where the time is\n // older than what is allowed.\n if (!_infiniteTimeWindow) {\n const now = _timestampProvider.now();\n let last = 0;\n // Search the array for the first timestamp that isn't expired and\n // truncate the buffer up to that point.\n for (let i = 1; i < _buffer.length && (_buffer[i] as number) <= now; i += 2) {\n last = i;\n }\n last && _buffer.splice(0, last + 1);\n }\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Subscription } from '../Subscription';\nimport { SchedulerAction } from '../types';\n\n/**\n * A unit of work to be executed in a `scheduler`. An action is typically\n * created from within a {@link SchedulerLike} and an RxJS user does not need to concern\n * themselves about creating and manipulating an Action.\n *\n * ```ts\n * class Action extends Subscription {\n * new (scheduler: Scheduler, work: (state?: T) => void);\n * schedule(state?: T, delay: number = 0): Subscription;\n * }\n * ```\n *\n * @class Action\n */\nexport class Action extends Subscription {\n constructor(scheduler: Scheduler, work: (this: SchedulerAction, state?: T) => void) {\n super();\n }\n /**\n * Schedules this action on its parent {@link SchedulerLike} for execution. May be passed\n * some context object, `state`. May happen at some point in the future,\n * according to the `delay` parameter, if specified.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler.\n * @return {void}\n */\n public schedule(state?: T, delay: number = 0): Subscription {\n return this;\n }\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetIntervalFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearIntervalFunction = (handle: TimerHandle) => void;\n\ninterface IntervalProvider {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n delegate:\n | {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n }\n | undefined;\n}\n\nexport const intervalProvider: IntervalProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setInterval(handler: () => void, timeout?: number, ...args) {\n const { delegate } = intervalProvider;\n if (delegate?.setInterval) {\n return delegate.setInterval(handler, timeout, ...args);\n }\n return setInterval(handler, timeout, ...args);\n },\n clearInterval(handle) {\n const { delegate } = intervalProvider;\n return (delegate?.clearInterval || clearInterval)(handle as any);\n },\n delegate: undefined,\n};\n", "import { Action } from './Action';\nimport { SchedulerAction } from '../types';\nimport { Subscription } from '../Subscription';\nimport { AsyncScheduler } from './AsyncScheduler';\nimport { intervalProvider } from './intervalProvider';\nimport { arrRemove } from '../util/arrRemove';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncAction extends Action {\n public id: TimerHandle | undefined;\n public state?: T;\n // @ts-ignore: Property has no initializer and is not definitely assigned\n public delay: number;\n protected pending: boolean = false;\n\n constructor(protected scheduler: AsyncScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n public schedule(state?: T, delay: number = 0): Subscription {\n if (this.closed) {\n return this;\n }\n\n // Always replace the current state with the new state.\n this.state = state;\n\n const id = this.id;\n const scheduler = this.scheduler;\n\n //\n // Important implementation note:\n //\n // Actions only execute once by default, unless rescheduled from within the\n // scheduled callback. This allows us to implement single and repeat\n // actions via the same code path, without adding API surface area, as well\n // as mimic traditional recursion but across asynchronous boundaries.\n //\n // However, JS runtimes and timers distinguish between intervals achieved by\n // serial `setTimeout` calls vs. a single `setInterval` call. An interval of\n // serial `setTimeout` calls can be individually delayed, which delays\n // scheduling the next `setTimeout`, and so on. `setInterval` attempts to\n // guarantee the interval callback will be invoked more precisely to the\n // interval period, regardless of load.\n //\n // Therefore, we use `setInterval` to schedule single and repeat actions.\n // If the action reschedules itself with the same delay, the interval is not\n // canceled. If the action doesn't reschedule, or reschedules with a\n // different delay, the interval will be canceled after scheduled callback\n // execution.\n //\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, delay);\n }\n\n // Set the pending flag indicating that this action has been scheduled, or\n // has recursively rescheduled itself.\n this.pending = true;\n\n this.delay = delay;\n // If this action has already an async Id, don't request a new one.\n this.id = this.id ?? this.requestAsyncId(scheduler, this.id, delay);\n\n return this;\n }\n\n protected requestAsyncId(scheduler: AsyncScheduler, _id?: TimerHandle, delay: number = 0): TimerHandle {\n return intervalProvider.setInterval(scheduler.flush.bind(scheduler, this), delay);\n }\n\n protected recycleAsyncId(_scheduler: AsyncScheduler, id?: TimerHandle, delay: number | null = 0): TimerHandle | undefined {\n // If this action is rescheduled with the same delay time, don't clear the interval id.\n if (delay != null && this.delay === delay && this.pending === false) {\n return id;\n }\n // Otherwise, if the action's delay time is different from the current delay,\n // or the action has been rescheduled before it's executed, clear the interval id\n if (id != null) {\n intervalProvider.clearInterval(id);\n }\n\n return undefined;\n }\n\n /**\n * Immediately executes this action and the `work` it contains.\n * @return {any}\n */\n public execute(state: T, delay: number): any {\n if (this.closed) {\n return new Error('executing a cancelled action');\n }\n\n this.pending = false;\n const error = this._execute(state, delay);\n if (error) {\n return error;\n } else if (this.pending === false && this.id != null) {\n // Dequeue if the action didn't reschedule itself. Don't call\n // unsubscribe(), because the action could reschedule later.\n // For example:\n // ```\n // scheduler.schedule(function doWork(counter) {\n // /* ... I'm a busy worker bee ... */\n // var originalAction = this;\n // /* wait 100ms before rescheduling the action */\n // setTimeout(function () {\n // originalAction.schedule(counter + 1);\n // }, 100);\n // }, 1000);\n // ```\n this.id = this.recycleAsyncId(this.scheduler, this.id, null);\n }\n }\n\n protected _execute(state: T, _delay: number): any {\n let errored: boolean = false;\n let errorValue: any;\n try {\n this.work(state);\n } catch (e) {\n errored = true;\n // HACK: Since code elsewhere is relying on the \"truthiness\" of the\n // return here, we can't have it return \"\" or 0 or false.\n // TODO: Clean this up when we refactor schedulers mid-version-8 or so.\n errorValue = e ? e : new Error('Scheduled action threw falsy error');\n }\n if (errored) {\n this.unsubscribe();\n return errorValue;\n }\n }\n\n unsubscribe() {\n if (!this.closed) {\n const { id, scheduler } = this;\n const { actions } = scheduler;\n\n this.work = this.state = this.scheduler = null!;\n this.pending = false;\n\n arrRemove(actions, this);\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, null);\n }\n\n this.delay = null!;\n super.unsubscribe();\n }\n }\n}\n", "import { Action } from './scheduler/Action';\nimport { Subscription } from './Subscription';\nimport { SchedulerLike, SchedulerAction } from './types';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * An execution context and a data structure to order tasks and schedule their\n * execution. Provides a notion of (potentially virtual) time, through the\n * `now()` getter method.\n *\n * Each unit of work in a Scheduler is called an `Action`.\n *\n * ```ts\n * class Scheduler {\n * now(): number;\n * schedule(work, delay?, state?): Subscription;\n * }\n * ```\n *\n * @class Scheduler\n * @deprecated Scheduler is an internal implementation detail of RxJS, and\n * should not be used directly. Rather, create your own class and implement\n * {@link SchedulerLike}. Will be made internal in v8.\n */\nexport class Scheduler implements SchedulerLike {\n public static now: () => number = dateTimestampProvider.now;\n\n constructor(private schedulerActionCtor: typeof Action, now: () => number = Scheduler.now) {\n this.now = now;\n }\n\n /**\n * A getter method that returns a number representing the current time\n * (at the time this function was called) according to the scheduler's own\n * internal clock.\n * @return {number} A number that represents the current time. May or may not\n * have a relation to wall-clock time. May or may not refer to a time unit\n * (e.g. milliseconds).\n */\n public now: () => number;\n\n /**\n * Schedules a function, `work`, for execution. May happen at some point in\n * the future, according to the `delay` parameter, if specified. May be passed\n * some context object, `state`, which will be passed to the `work` function.\n *\n * The given arguments will be processed an stored as an Action object in a\n * queue of actions.\n *\n * @param {function(state: ?T): ?Subscription} work A function representing a\n * task, or some unit of work to be executed by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler itself.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @return {Subscription} A subscription in order to be able to unsubscribe\n * the scheduled work.\n */\n public schedule(work: (this: SchedulerAction, state?: T) => void, delay: number = 0, state?: T): Subscription {\n return new this.schedulerActionCtor(this, work).schedule(state, delay);\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Action } from './Action';\nimport { AsyncAction } from './AsyncAction';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncScheduler extends Scheduler {\n public actions: Array> = [];\n /**\n * A flag to indicate whether the Scheduler is currently executing a batch of\n * queued actions.\n * @type {boolean}\n * @internal\n */\n public _active: boolean = false;\n /**\n * An internal ID used to track the latest asynchronous task such as those\n * coming from `setTimeout`, `setInterval`, `requestAnimationFrame`, and\n * others.\n * @type {any}\n * @internal\n */\n public _scheduled: TimerHandle | undefined;\n\n constructor(SchedulerAction: typeof Action, now: () => number = Scheduler.now) {\n super(SchedulerAction, now);\n }\n\n public flush(action: AsyncAction): void {\n const { actions } = this;\n\n if (this._active) {\n actions.push(action);\n return;\n }\n\n let error: any;\n this._active = true;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions.shift()!)); // exhaust the scheduler queue\n\n this._active = false;\n\n if (error) {\n while ((action = actions.shift()!)) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\n/**\n *\n * Async Scheduler\n *\n * Schedule task as if you used setTimeout(task, duration)\n *\n * `async` scheduler schedules tasks asynchronously, by putting them on the JavaScript\n * event loop queue. It is best used to delay tasks in time or to schedule tasks repeating\n * in intervals.\n *\n * If you just want to \"defer\" task, that is to perform it right after currently\n * executing synchronous code ends (commonly achieved by `setTimeout(deferredTask, 0)`),\n * better choice will be the {@link asapScheduler} scheduler.\n *\n * ## Examples\n * Use async scheduler to delay task\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * const task = () => console.log('it works!');\n *\n * asyncScheduler.schedule(task, 2000);\n *\n * // After 2 seconds logs:\n * // \"it works!\"\n * ```\n *\n * Use async scheduler to repeat task in intervals\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * function task(state) {\n * console.log(state);\n * this.schedule(state + 1, 1000); // `this` references currently executing Action,\n * // which we reschedule with new state and delay\n * }\n *\n * asyncScheduler.schedule(task, 3000, 0);\n *\n * // Logs:\n * // 0 after 3s\n * // 1 after 4s\n * // 2 after 5s\n * // 3 after 6s\n * ```\n */\n\nexport const asyncScheduler = new AsyncScheduler(AsyncAction);\n\n/**\n * @deprecated Renamed to {@link asyncScheduler}. Will be removed in v8.\n */\nexport const async = asyncScheduler;\n", "import { AsyncAction } from './AsyncAction';\nimport { Subscription } from '../Subscription';\nimport { QueueScheduler } from './QueueScheduler';\nimport { SchedulerAction } from '../types';\nimport { TimerHandle } from './timerHandle';\n\nexport class QueueAction extends AsyncAction {\n constructor(protected scheduler: QueueScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n public schedule(state?: T, delay: number = 0): Subscription {\n if (delay > 0) {\n return super.schedule(state, delay);\n }\n this.delay = delay;\n this.state = state;\n this.scheduler.flush(this);\n return this;\n }\n\n public execute(state: T, delay: number): any {\n return delay > 0 || this.closed ? super.execute(state, delay) : this._execute(state, delay);\n }\n\n protected requestAsyncId(scheduler: QueueScheduler, id?: TimerHandle, delay: number = 0): TimerHandle {\n // If delay exists and is greater than 0, or if the delay is null (the\n // action wasn't rescheduled) but was originally scheduled as an async\n // action, then recycle as an async action.\n\n if ((delay != null && delay > 0) || (delay == null && this.delay > 0)) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n\n // Otherwise flush the scheduler starting with this action.\n scheduler.flush(this);\n\n // HACK: In the past, this was returning `void`. However, `void` isn't a valid\n // `TimerHandle`, and generally the return value here isn't really used. So the\n // compromise is to return `0` which is both \"falsy\" and a valid `TimerHandle`,\n // as opposed to refactoring every other instanceo of `requestAsyncId`.\n return 0;\n }\n}\n", "import { AsyncScheduler } from './AsyncScheduler';\n\nexport class QueueScheduler extends AsyncScheduler {\n}\n", "import { QueueAction } from './QueueAction';\nimport { QueueScheduler } from './QueueScheduler';\n\n/**\n *\n * Queue Scheduler\n *\n * Put every next task on a queue, instead of executing it immediately\n *\n * `queue` scheduler, when used with delay, behaves the same as {@link asyncScheduler} scheduler.\n *\n * When used without delay, it schedules given task synchronously - executes it right when\n * it is scheduled. However when called recursively, that is when inside the scheduled task,\n * another task is scheduled with queue scheduler, instead of executing immediately as well,\n * that task will be put on a queue and wait for current one to finish.\n *\n * This means that when you execute task with `queue` scheduler, you are sure it will end\n * before any other task scheduled with that scheduler will start.\n *\n * ## Examples\n * Schedule recursively first, then do something\n * ```ts\n * import { queueScheduler } from 'rxjs';\n *\n * queueScheduler.schedule(() => {\n * queueScheduler.schedule(() => console.log('second')); // will not happen now, but will be put on a queue\n *\n * console.log('first');\n * });\n *\n * // Logs:\n * // \"first\"\n * // \"second\"\n * ```\n *\n * Reschedule itself recursively\n * ```ts\n * import { queueScheduler } from 'rxjs';\n *\n * queueScheduler.schedule(function(state) {\n * if (state !== 0) {\n * console.log('before', state);\n * this.schedule(state - 1); // `this` references currently executing Action,\n * // which we reschedule with new state\n * console.log('after', state);\n * }\n * }, 0, 3);\n *\n * // In scheduler that runs recursively, you would expect:\n * // \"before\", 3\n * // \"before\", 2\n * // \"before\", 1\n * // \"after\", 1\n * // \"after\", 2\n * // \"after\", 3\n *\n * // But with queue it logs:\n * // \"before\", 3\n * // \"after\", 3\n * // \"before\", 2\n * // \"after\", 2\n * // \"before\", 1\n * // \"after\", 1\n * ```\n */\n\nexport const queueScheduler = new QueueScheduler(QueueAction);\n\n/**\n * @deprecated Renamed to {@link queueScheduler}. Will be removed in v8.\n */\nexport const queue = queueScheduler;\n", "import { AsyncAction } from './AsyncAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\nimport { SchedulerAction } from '../types';\nimport { animationFrameProvider } from './animationFrameProvider';\nimport { TimerHandle } from './timerHandle';\n\nexport class AnimationFrameAction extends AsyncAction {\n constructor(protected scheduler: AnimationFrameScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n protected requestAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle {\n // If delay is greater than 0, request as an async action.\n if (delay !== null && delay > 0) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n // Push the action to the end of the scheduler queue.\n scheduler.actions.push(this);\n // If an animation frame has already been requested, don't request another\n // one. If an animation frame hasn't been requested yet, request one. Return\n // the current animation frame request id.\n return scheduler._scheduled || (scheduler._scheduled = animationFrameProvider.requestAnimationFrame(() => scheduler.flush(undefined)));\n }\n\n protected recycleAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle | undefined {\n // If delay exists and is greater than 0, or if the delay is null (the\n // action wasn't rescheduled) but was originally scheduled as an async\n // action, then recycle as an async action.\n if (delay != null ? delay > 0 : this.delay > 0) {\n return super.recycleAsyncId(scheduler, id, delay);\n }\n // If the scheduler queue has no remaining actions with the same async id,\n // cancel the requested animation frame and set the scheduled flag to\n // undefined so the next AnimationFrameAction will request its own.\n const { actions } = scheduler;\n if (id != null && actions[actions.length - 1]?.id !== id) {\n animationFrameProvider.cancelAnimationFrame(id as number);\n scheduler._scheduled = undefined;\n }\n // Return undefined so the action knows to request a new async id if it's rescheduled.\n return undefined;\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\nexport class AnimationFrameScheduler extends AsyncScheduler {\n public flush(action?: AsyncAction): void {\n this._active = true;\n // The async id that effects a call to flush is stored in _scheduled.\n // Before executing an action, it's necessary to check the action's async\n // id to determine whether it's supposed to be executed in the current\n // flush.\n // Previous implementations of this method used a count to determine this,\n // but that was unsound, as actions that are unsubscribed - i.e. cancelled -\n // are removed from the actions array and that can shift actions that are\n // scheduled to be executed in a subsequent flush into positions at which\n // they are executed within the current flush.\n const flushId = this._scheduled;\n this._scheduled = undefined;\n\n const { actions } = this;\n let error: any;\n action = action || actions.shift()!;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions[0]) && action.id === flushId && actions.shift());\n\n this._active = false;\n\n if (error) {\n while ((action = actions[0]) && action.id === flushId && actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AnimationFrameAction } from './AnimationFrameAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\n\n/**\n *\n * Animation Frame Scheduler\n *\n * Perform task when `window.requestAnimationFrame` would fire\n *\n * When `animationFrame` scheduler is used with delay, it will fall back to {@link asyncScheduler} scheduler\n * behaviour.\n *\n * Without delay, `animationFrame` scheduler can be used to create smooth browser animations.\n * It makes sure scheduled task will happen just before next browser content repaint,\n * thus performing animations as efficiently as possible.\n *\n * ## Example\n * Schedule div height animation\n * ```ts\n * // html:

    \n * import { animationFrameScheduler } from 'rxjs';\n *\n * const div = document.querySelector('div');\n *\n * animationFrameScheduler.schedule(function(height) {\n * div.style.height = height + \"px\";\n *\n * this.schedule(height + 1); // `this` references currently executing Action,\n * // which we reschedule with new state\n * }, 0, 0);\n *\n * // You will see a div element growing in height\n * ```\n */\n\nexport const animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);\n\n/**\n * @deprecated Renamed to {@link animationFrameScheduler}. Will be removed in v8.\n */\nexport const animationFrame = animationFrameScheduler;\n", "import { Observable } from '../Observable';\nimport { SchedulerLike } from '../types';\n\n/**\n * A simple Observable that emits no items to the Observer and immediately\n * emits a complete notification.\n *\n * Just emits 'complete', and nothing else.\n *\n * ![](empty.png)\n *\n * A simple Observable that only emits the complete notification. It can be used\n * for composing with other Observables, such as in a {@link mergeMap}.\n *\n * ## Examples\n *\n * Log complete notification\n *\n * ```ts\n * import { EMPTY } from 'rxjs';\n *\n * EMPTY.subscribe({\n * next: () => console.log('Next'),\n * complete: () => console.log('Complete!')\n * });\n *\n * // Outputs\n * // Complete!\n * ```\n *\n * Emit the number 7, then complete\n *\n * ```ts\n * import { EMPTY, startWith } from 'rxjs';\n *\n * const result = EMPTY.pipe(startWith(7));\n * result.subscribe(x => console.log(x));\n *\n * // Outputs\n * // 7\n * ```\n *\n * Map and flatten only odd numbers to the sequence `'a'`, `'b'`, `'c'`\n *\n * ```ts\n * import { interval, mergeMap, of, EMPTY } from 'rxjs';\n *\n * const interval$ = interval(1000);\n * const result = interval$.pipe(\n * mergeMap(x => x % 2 === 1 ? of('a', 'b', 'c') : EMPTY),\n * );\n * result.subscribe(x => console.log(x));\n *\n * // Results in the following to the console:\n * // x is equal to the count on the interval, e.g. (0, 1, 2, 3, ...)\n * // x will occur every 1000ms\n * // if x % 2 is equal to 1, print a, b, c (each on its own)\n * // if x % 2 is not equal to 1, nothing will be output\n * ```\n *\n * @see {@link Observable}\n * @see {@link NEVER}\n * @see {@link of}\n * @see {@link throwError}\n */\nexport const EMPTY = new Observable((subscriber) => subscriber.complete());\n\n/**\n * @param scheduler A {@link SchedulerLike} to use for scheduling\n * the emission of the complete notification.\n * @deprecated Replaced with the {@link EMPTY} constant or {@link scheduled} (e.g. `scheduled([], scheduler)`). Will be removed in v8.\n */\nexport function empty(scheduler?: SchedulerLike) {\n return scheduler ? emptyScheduled(scheduler) : EMPTY;\n}\n\nfunction emptyScheduled(scheduler: SchedulerLike) {\n return new Observable((subscriber) => scheduler.schedule(() => subscriber.complete()));\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport function isScheduler(value: any): value is SchedulerLike {\n return value && isFunction(value.schedule);\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\nimport { isScheduler } from './isScheduler';\n\nfunction last(arr: T[]): T | undefined {\n return arr[arr.length - 1];\n}\n\nexport function popResultSelector(args: any[]): ((...args: unknown[]) => unknown) | undefined {\n return isFunction(last(args)) ? args.pop() : undefined;\n}\n\nexport function popScheduler(args: any[]): SchedulerLike | undefined {\n return isScheduler(last(args)) ? args.pop() : undefined;\n}\n\nexport function popNumber(args: any[], defaultValue: number): number {\n return typeof last(args) === 'number' ? args.pop()! : defaultValue;\n}\n", "export const isArrayLike = ((x: any): x is ArrayLike => x && typeof x.length === 'number' && typeof x !== 'function');", "import { isFunction } from \"./isFunction\";\n\n/**\n * Tests to see if the object is \"thennable\".\n * @param value the object to test\n */\nexport function isPromise(value: any): value is PromiseLike {\n return isFunction(value?.then);\n}\n", "import { InteropObservable } from '../types';\nimport { observable as Symbol_observable } from '../symbol/observable';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being Observable (but not necessary an Rx Observable) */\nexport function isInteropObservable(input: any): input is InteropObservable {\n return isFunction(input[Symbol_observable]);\n}\n", "import { isFunction } from './isFunction';\n\nexport function isAsyncIterable(obj: any): obj is AsyncIterable {\n return Symbol.asyncIterator && isFunction(obj?.[Symbol.asyncIterator]);\n}\n", "/**\n * Creates the TypeError to throw if an invalid object is passed to `from` or `scheduled`.\n * @param input The object that was passed.\n */\nexport function createInvalidObservableTypeError(input: any) {\n // TODO: We should create error codes that can be looked up, so this can be less verbose.\n return new TypeError(\n `You provided ${\n input !== null && typeof input === 'object' ? 'an invalid object' : `'${input}'`\n } where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`\n );\n}\n", "export function getSymbolIterator(): symbol {\n if (typeof Symbol !== 'function' || !Symbol.iterator) {\n return '@@iterator' as any;\n }\n\n return Symbol.iterator;\n}\n\nexport const iterator = getSymbolIterator();\n", "import { iterator as Symbol_iterator } from '../symbol/iterator';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being an Iterable */\nexport function isIterable(input: any): input is Iterable {\n return isFunction(input?.[Symbol_iterator]);\n}\n", "import { ReadableStreamLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport async function* readableStreamLikeToAsyncGenerator(readableStream: ReadableStreamLike): AsyncGenerator {\n const reader = readableStream.getReader();\n try {\n while (true) {\n const { value, done } = await reader.read();\n if (done) {\n return;\n }\n yield value!;\n }\n } finally {\n reader.releaseLock();\n }\n}\n\nexport function isReadableStreamLike(obj: any): obj is ReadableStreamLike {\n // We don't want to use instanceof checks because they would return\n // false for instances from another Realm, like an