From f7db0f70df3b28ac10d0466d53c21a4e4ca545f1 Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 15 Oct 2023 14:27:00 +0000 Subject: [PATCH] Deployed 4ae0e4b with MkDocs version: 1.5.3 --- .nojekyll | 0 1-automations/index.html | 678 ++ 2-entities/index.html | 788 ++ 2-library/index.html | 756 ++ 2-services/index.html | 586 ++ 3-contributing/index.html | 834 ++ 3-reverse-engineering/index.html | 611 ++ 404.html | 542 ++ assets/android-proxy.png | Bin 0 -> 81874 bytes assets/default-dashboard.png | Bin 0 -> 121823 bytes assets/images/favicon.png | Bin 0 -> 1870 bytes assets/javascripts/bundle.aecac24b.min.js | 29 + assets/javascripts/bundle.aecac24b.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.f886a092.min.js | 42 + .../workers/search.f886a092.min.js.map | 7 + assets/logo.png | Bin 0 -> 45426 bytes assets/services-screenshot.png | Bin 0 -> 58063 bytes assets/stylesheets/main.35e1ed30.min.css | 1 + assets/stylesheets/main.35e1ed30.min.css.map | 1 + assets/stylesheets/palette.356b1318.min.css | 1 + .../stylesheets/palette.356b1318.min.css.map | 1 + index.html | 981 +++ search/search_index.json | 1 + sitemap.xml | 3 + sitemap.xml.gz | Bin 0 -> 127 bytes 59 files changed, 13070 insertions(+) create mode 100644 .nojekyll create mode 100644 1-automations/index.html create mode 100644 2-entities/index.html create mode 100644 2-library/index.html create mode 100644 2-services/index.html create mode 100644 3-contributing/index.html create mode 100644 3-reverse-engineering/index.html create mode 100644 404.html create mode 100644 assets/android-proxy.png create mode 100644 assets/default-dashboard.png create mode 100644 assets/images/favicon.png create mode 100644 assets/javascripts/bundle.aecac24b.min.js create mode 100644 assets/javascripts/bundle.aecac24b.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.f886a092.min.js create mode 100644 assets/javascripts/workers/search.f886a092.min.js.map create mode 100644 assets/logo.png create mode 100644 assets/services-screenshot.png create mode 100644 assets/stylesheets/main.35e1ed30.min.css create mode 100644 assets/stylesheets/main.35e1ed30.min.css.map create mode 100644 assets/stylesheets/palette.356b1318.min.css create mode 100644 assets/stylesheets/palette.356b1318.min.css.map create mode 100644 index.html create mode 100644 search/search_index.json create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/1-automations/index.html b/1-automations/index.html new file mode 100644 index 0000000..b9fbc8a --- /dev/null +++ b/1-automations/index.html @@ -0,0 +1,678 @@ + + + + + + + + + + + + + + + + + + + + + + + Automations - myPyllant Library & Home Assistant Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + + + + + + + + + + + + + +
+
+ + + + + + + +

Automations

+

Legionella Protection1

+

With the Home Assistant component, more flexible legionella protection is possible. You can tweak the time condition +or the target temperature(s).

+
alias: Legionella Protection
+description: ""
+trigger:
+  - platform: time
+    at: "10:00:00"
+condition:
+  - condition: time
+    weekday:
+      - sun  # (1)
+action:
+  - service: water_heater.set_temperature
+    data:
+      temperature: 75 # (2)
+    target:
+      entity_id: water_heater.domestic_hot_water_0
+  - delay:
+      hours: 8 # (3)
+      minutes: 0
+      seconds: 0
+      milliseconds: 0
+  - service: water_heater.set_temperature
+    data:
+      temperature: 50 # (4)
+    target:
+      entity_id: water_heater.domestic_hot_water_0
+mode: single
+
+
    +
  1. You can customize the frequency and weekday here, see Time condition documentation
  2. +
  3. Here you can set the target temperature for legionella protection
  4. +
  5. This is the duration. Make sure it covers the time period where your water heater is turned on
  6. +
  7. This should be your regular water temperature
  8. +
+
+
+
    +
  1. +

    Contributed by CommanderROR in the Home Assistant Community 

    +
  2. +
+
+ + + + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/2-entities/index.html b/2-entities/index.html new file mode 100644 index 0000000..37e73a5 --- /dev/null +++ b/2-entities/index.html @@ -0,0 +1,788 @@ + + + + + + + + + + + + + + + + + + + + + + + Entities - myPyllant Library & Home Assistant Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + + + + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Entities

+

You can expect these entities, although names may vary based on your installed devices (in this example "aroTHERM plus" +and "Hydraulic Station") or the naming of your heating zones (in this case "Zone 1"):

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EntityUnitClassSample
Outdoor Temperature°Ctemperature16.7
System Water Pressurebarpressure1.0
My Home VR 9210357.40.30
Desired Temperature in Zone 1°Ctemperature5.0
Current Temperature in Zone 1°Ctemperature20.9
Humidity in Zone 1%humidity60.0
Heating Operating Mode in Zone 1Off
Heating State in Zone 1Idle
Current Special Function in Zone 1None
State in Circuit 0STANDBY
Current Flow Temperature in Circuit 0°Ctemperature35.5
Heating Curve in Circuit 00.68
Tank Temperature Domestic Hot Water 255°Ctemperature48.5
Setpoint Domestic Hot Water 255°Ctemperature50.0
Operation Mode Domestic Hot Water 255Time Controlled
Current Special Function Domestic Hot Water 255Regular
Heating Energy Efficiency3.0
aroTHERM plus Consumed Electrical Energy Domestic Hot WaterWhenergy2000.0
aroTHERM plus Consumed Electrical Energy HeatingWhenergy1000.0
aroTHERM plus Earned Environment Energy Domestic Hot WaterWhenergy6000.0
aroTHERM plus Earned Environment Energy HeatingWhenergy0.0
aroTHERM plus Heat Generated HeatingWhenergy1000.0
aroTHERM plus Heat Generated Domestic Hot WaterWhenergy8000.0
hydraulic station Consumed Electrical Energy Domestic Hot WaterWhenergy0.0
hydraulic station Consumed Electrical Energy HeatingWhenergy0.0
Domestic Hot Water 0Time Controlled
Zone 1off
Trouble Codes on aroTHERM plusproblemoff
Online Status aroTHERM plusconnectivityon
Firmware Update Required My Home VR 921updateoff
Firmware Update Enabled My Home VR 921on
Cooling Allowed in Circuit 0off
+ + + + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/2-library/index.html b/2-library/index.html new file mode 100644 index 0000000..04068fd --- /dev/null +++ b/2-library/index.html @@ -0,0 +1,756 @@ + + + + + + + + + + + + + + + + + + + + + + + CLI & Python Library - myPyllant Library & Home Assistant Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + + + + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

CLI & Python Library

+

PyPI +GitHub Workflow Status

+

The myPyllant library can interact with the API behind the myVAILLANT app +(and branded versions of it, such as the MiGo app from Saunier Duval). Needs at least Python 3.10.

+

Not affiliated with Vaillant, the developers take no responsibility for anything that happens to your devices because of this library.

+

Installation

+
+

Warning

+

You need at least Python 3.10

+
+
pip install myPyllant
+python3 -m myPyllant.export user password brand --country country
+# See python3 -m myPyllant.export -h for more options and a list of countries
+
+

..or use Docker:

+
docker run -ti ghcr.io/signalkraft/mypyllant:latest python3 -m myPyllant.export user password brand --country country
+
+

The --data argument exports historical data of the devices in your system. +Without this keyword, information about your system will be exported as JSON.

+

Usage

+
#!/usr/bin/env python3
+
+import argparse
+import asyncio
+import logging
+from datetime import datetime, timedelta
+
+from myPyllant.api import MyPyllantAPI
+from myPyllant.const import ALL_COUNTRIES, BRANDS, DEFAULT_BRAND
+
+parser = argparse.ArgumentParser(description="Export data from myVaillant API   .")
+parser.add_argument("user", help="Username (email address) for the myVaillant app")
+parser.add_argument("password", help="Password for the myVaillant app")
+parser.add_argument(
+    "brand",
+    help="Brand your account is registered in, i.e. 'vaillant'",
+    default=DEFAULT_BRAND,
+    choices=BRANDS.keys(),
+)
+parser.add_argument(
+    "--country",
+    help="Country your account is registered in, i.e. 'germany'",
+    choices=ALL_COUNTRIES.keys(),
+    required=False,
+)
+parser.add_argument(
+    "-v", "--verbose", help="increase output verbosity", action="store_true"
+)
+
+
+async def main(user, password, brand, country):
+    async with MyPyllantAPI(user, password, brand, country) as api:
+        async for system in api.get_systems():
+            print(await api.get_time_zone(system))
+            print(
+                await api.set_holiday(
+                    system, datetime.now(), datetime.now() + timedelta(days=7)
+                )
+            )
+            print(await api.cancel_holiday(system))
+            print(await api.set_set_back_temperature(system.zones[0], 18))
+            print(await api.quick_veto_zone_temperature(system.zones[0], 21, 5))
+            print(await api.cancel_quick_veto_zone_temperature(system.zones[0]))
+            if system.domestic_hot_water:
+                print(await api.boost_domestic_hot_water(system.domestic_hot_water[0]))
+                print(await api.cancel_hot_water_boost(system.domestic_hot_water[0]))
+                print(
+                    await api.set_domestic_hot_water_temperature(
+                        system.domestic_hot_water[0], 46
+                    )
+                )
+
+
+if __name__ == "__main__":
+    args = parser.parse_args()
+    if args.verbose:
+        logging.basicConfig(level=logging.DEBUG)
+    asyncio.run(main(args.user, args.password, args.brand, args.country))
+
+

Contributing & Tests

+
+

Warning

+

You need at least Python 3.10

+
+

I'm happy to accept PRs, if you run the pre-commit checks and test your changes:

+
git clone https://github.com/signalkraft/myPyllant.git
+cd myPyllant
+python3 -m venv .venv
+source .venv/bin/activate
+pip install -r dev-requirements.txt
+pip install -e .
+pre-commit install
+pytest
+
+ + + + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/2-services/index.html b/2-services/index.html new file mode 100644 index 0000000..6663bd0 --- /dev/null +++ b/2-services/index.html @@ -0,0 +1,586 @@ + + + + + + + + + + + + + + + + + + + + + + + Services - myPyllant Library & Home Assistant Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + + + + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Services

+

There are custom services to control holiday mode and quick veto temperatures for each climate zone. +Search for "myvaillant" in Developer Tools > Services in your Home Assistant instance to get the full list plus an interactive UI.

+

Services Screenshot

+

Open your Home Assistant instance and show your service developer tools with a specific service selected.

+ + + + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/3-contributing/index.html b/3-contributing/index.html new file mode 100644 index 0000000..bb303f8 --- /dev/null +++ b/3-contributing/index.html @@ -0,0 +1,834 @@ + + + + + + + + + + + + + + + + + + + + + + + Contributing - myPyllant Library & Home Assistant Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + + + + + + + + + + + + + +
+
+ + + + + + + +

Contributing

+

Contributing to the Home Assistant Component

+
+

Warning

+

You need at least Python 3.10.

+
+

Fork and clone this repo, then from the root directory run:

+
python3 -m venv .venv
+source .venv/bin/activate
+pip install -r dev-requirements.txt
+pre-commit install
+# Make your changes
+pytest
+git commit ...
+
+

If you also need to modify the underlying myPyllant library, +clone & install it in editable mode in mypyllant-component:

+
# From the root of this repository
+git clone https://github.com/signalkraft/myPyllant.git ../myPyllant
+pip install -e ../myPyllant
+
+

Now you can modify myPyllant/src and directly develop against these changes in mypyllant-component.

+

Debugging

+

When debugging or reporting issues, turn on debug logging by adding this to your configuration.yaml +and restarting Home Assistant:

+
logger:
+  default: warning
+  logs:
+    custom_components.mypyllant: debug
+    myPyllant: debug
+
+

Testing in Docker

+

Default Dashboard Screenshot

+

To get a quick test environment in Docker, copy .env.sample to .env, +add your credentials in the new file, and run docker compose up.

+

After HA started, open http://localhost:8123 in your browser and sign in with user test and password test.

+

The integration should be configured and show entities on the default dashboard.

+

Contributing to the underlying myPyllant library

+
+

Warning

+

You need at least Python 3.10

+
+

I'm happy to accept PRs, if you run the pre-commit checks and test your changes:

+
git clone https://github.com/signalkraft/myPyllant.git
+cd myPyllant
+python3 -m venv .venv
+source .venv/bin/activate
+pip install -r dev-requirements.txt
+pip install -e .
+pre-commit install
+pytest
+
+

Supporting new Countries

+

The myVAILLANT app uses Keycloak and OIDC for authentication, with a realm for each country and brand. +There is a script to check which countries are supported:

+
python3 -m myPyllant.tests.find_countries
+
+

Copy the resulting dictionary into https://github.com/signalkraft/myPyllant/blob/main/src/myPyllant/const.py

+

Contributing Test Data

+

Because the myVAILLANT API isn't documented, you can help the development of this library by contributing test data:

+
python3 -m myPyllant.tests.generate_test_data -h
+python3 -m myPyllant.tests.generate_test_data username password brand --country country
+
+

..or use Docker:

+
docker run -v $(pwd)/test_data:/build/src/myPyllant/tests/json -ti ghcr.io/signalkraft/mypyllant:latest python3 -m myPyllant.tests.generate_test_data username password brand --country country
+
+

With docker, the results will be put into test_data/.

+

You can then either create a PR with the created folder, or zip it and attach it to an issue.

+

Adding new API endpoints

+

If your myVAILLANT app has more features than this integration, chances are you have a more complex system then me. +You can reverse engineer the API endpoints and open an issue with the requests + responses. +See Reverse Engineering for a tutorial.

+

Running commands on your Home Assistant installation in Docker

+

If you're using this component in a Home Assistant installation that uses docker compose, you can run these commands directly (from the folder that contains your docker-compose.yml):

+
docker compose exec homeassistant python3 -m myPyllant.tests.generate_test_data username password brand --country country
+# Note the output folder
+docker compose cp homeassistant:<testdata folder> .
+# Test data will be copied to your current directory
+
+ + + + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/3-reverse-engineering/index.html b/3-reverse-engineering/index.html new file mode 100644 index 0000000..714a2d5 --- /dev/null +++ b/3-reverse-engineering/index.html @@ -0,0 +1,611 @@ + + + + + + + + + + + + + + + + + + + + + Reverse Engineering Android Apps - myPyllant Library & Home Assistant Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + + + + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Reverse Engineering Android Apps

+

Any Android app that makes HTTPS API requests (in this case to the myVAILLANT API), can be reverse engineered +with an Android device and a laptop / PC that runs ADB. Both need to be on the same network. +Creating a hotspot from the Android device also works.

+
    +
  1. Run mitmproxy on your laptop, for example in Docker: +
    docker run --rm -it -v ~/.mitmproxy:/home/mitmproxy/.mitmproxy -p 0.0.0.0:8080:8080 -p 127.0.0.1:8081:8081 mitmproxy/mitmproxy mitmweb --web-host 0.0.0.0
    +
  2. +
  3. In your Android WI-FI settings (see screenshot below) set a manual proxy to the IP of the device running mitmproxy on port 8080. + Add a bypass for identity.vaillant-group.com1
  4. +
  5. Visit mitm.it on your Android device, download the CA cert & install it through the settings app
  6. +
  7. Install ADB on your laptop and connect your Android device to USB in debug mode
  8. +
  9. Look for the myVAILLANT APK online and download it
  10. +
  11. Run android-unpinner on the APK and wait for it to launch the modified app on your Android device with ADB
  12. +
  13. You should see all API calls in mitmproxy's web interface on http://127.0.0.1:8081 now. + If you can't log in with SSO because of a certificate error, make sure you added the exception to the proxy settings. + If you can log in, but the app reports an error, the unpinning didn't work. + You can try MagiskTrustUserCertson if you have a rooted Android device.
  14. +
+
+

Android Proxy Settings +

+
Source: digitalcitizen.life
+
+
+
+
    +
  1. +

    The single-sign on gets handled in your browser, which uses certificate pinning as an added security measure 

    +
  2. +
+
+ + + + + + + + +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..594a94c --- /dev/null +++ b/404.html @@ -0,0 +1,542 @@ + + + + + + + + + + + + + + + + + + + myPyllant Library & Home Assistant Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + +
+ + + + + + + +
+ +
+ + + + +
+
+ + + +
+
+
+ + + + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ +

404 - Not found

+ +
+
+ + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/assets/android-proxy.png b/assets/android-proxy.png new file mode 100644 index 0000000000000000000000000000000000000000..175b4c2a4b748c090be6a9bd8d811cdb93cea115 GIT binary patch literal 81874 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≶4I~|FV^~cH5LNk$?Ylqps>oauF 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

@k*Opm-~%O4E4f(#R&km-uo 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

0(=Xn=7~RL;{sFSH$Mhr1vPA9rhK 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%0AO4-X2xvC8WZr#R2}HyzmD$w`rZ?AV%ka@+RQ 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 BB+&o> literal 0 HcmV?d00001 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/javascripts/bundle.aecac24b.min.js b/assets/javascripts/bundle.aecac24b.min.js new file mode 100644 index 0000000..464603d --- /dev/null +++ b/assets/javascripts/bundle.aecac24b.min.js @@ -0,0 +1,29 @@ +"use strict";(()=>{var wi=Object.create;var ur=Object.defineProperty;var Si=Object.getOwnPropertyDescriptor;var Ti=Object.getOwnPropertyNames,kt=Object.getOwnPropertySymbols,Oi=Object.getPrototypeOf,dr=Object.prototype.hasOwnProperty,Zr=Object.prototype.propertyIsEnumerable;var Xr=(e,t,r)=>t in e?ur(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,R=(e,t)=>{for(var r in t||(t={}))dr.call(t,r)&&Xr(e,r,t[r]);if(kt)for(var r of kt(t))Zr.call(t,r)&&Xr(e,r,t[r]);return e};var eo=(e,t)=>{var r={};for(var o in e)dr.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&kt)for(var o of kt(e))t.indexOf(o)<0&&Zr.call(e,o)&&(r[o]=e[o]);return r};var hr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Mi=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Ti(t))!dr.call(e,n)&&n!==r&&ur(e,n,{get:()=>t[n],enumerable:!(o=Si(t,n))||o.enumerable});return e};var Ht=(e,t,r)=>(r=e!=null?wi(Oi(e)):{},Mi(t||!e||!e.__esModule?ur(r,"default",{value:e,enumerable:!0}):r,e));var ro=hr((br,to)=>{(function(e,t){typeof br=="object"&&typeof to!="undefined"?t():typeof define=="function"&&define.amd?define(t):t()})(br,function(){"use strict";function e(r){var o=!0,n=!1,i=null,s={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 a(C){return!!(C&&C!==document&&C.nodeName!=="HTML"&&C.nodeName!=="BODY"&&"classList"in C&&"contains"in C.classList)}function c(C){var it=C.type,Ne=C.tagName;return!!(Ne==="INPUT"&&s[it]&&!C.readOnly||Ne==="TEXTAREA"&&!C.readOnly||C.isContentEditable)}function p(C){C.classList.contains("focus-visible")||(C.classList.add("focus-visible"),C.setAttribute("data-focus-visible-added",""))}function l(C){C.hasAttribute("data-focus-visible-added")&&(C.classList.remove("focus-visible"),C.removeAttribute("data-focus-visible-added"))}function f(C){C.metaKey||C.altKey||C.ctrlKey||(a(r.activeElement)&&p(r.activeElement),o=!0)}function u(C){o=!1}function d(C){a(C.target)&&(o||c(C.target))&&p(C.target)}function v(C){a(C.target)&&(C.target.classList.contains("focus-visible")||C.target.hasAttribute("data-focus-visible-added"))&&(n=!0,window.clearTimeout(i),i=window.setTimeout(function(){n=!1},100),l(C.target))}function b(C){document.visibilityState==="hidden"&&(n&&(o=!0),z())}function z(){document.addEventListener("mousemove",G),document.addEventListener("mousedown",G),document.addEventListener("mouseup",G),document.addEventListener("pointermove",G),document.addEventListener("pointerdown",G),document.addEventListener("pointerup",G),document.addEventListener("touchmove",G),document.addEventListener("touchstart",G),document.addEventListener("touchend",G)}function K(){document.removeEventListener("mousemove",G),document.removeEventListener("mousedown",G),document.removeEventListener("mouseup",G),document.removeEventListener("pointermove",G),document.removeEventListener("pointerdown",G),document.removeEventListener("pointerup",G),document.removeEventListener("touchmove",G),document.removeEventListener("touchstart",G),document.removeEventListener("touchend",G)}function G(C){C.target.nodeName&&C.target.nodeName.toLowerCase()==="html"||(o=!1,K())}document.addEventListener("keydown",f,!0),document.addEventListener("mousedown",u,!0),document.addEventListener("pointerdown",u,!0),document.addEventListener("touchstart",u,!0),document.addEventListener("visibilitychange",b,!0),z(),r.addEventListener("focus",d,!0),r.addEventListener("blur",v,!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 Vr=hr((Ot,Dr)=>{/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */(function(t,r){typeof Ot=="object"&&typeof Dr=="object"?Dr.exports=r():typeof define=="function"&&define.amd?define([],r):typeof Ot=="object"?Ot.ClipboardJS=r():t.ClipboardJS=r()})(Ot,function(){return function(){var e={686:function(o,n,i){"use strict";i.d(n,{default:function(){return Ei}});var s=i(279),a=i.n(s),c=i(370),p=i.n(c),l=i(817),f=i.n(l);function u(U){try{return document.execCommand(U)}catch(O){return!1}}var d=function(O){var S=f()(O);return u("cut"),S},v=d;function b(U){var O=document.documentElement.getAttribute("dir")==="rtl",S=document.createElement("textarea");S.style.fontSize="12pt",S.style.border="0",S.style.padding="0",S.style.margin="0",S.style.position="absolute",S.style[O?"right":"left"]="-9999px";var $=window.pageYOffset||document.documentElement.scrollTop;return S.style.top="".concat($,"px"),S.setAttribute("readonly",""),S.value=U,S}var z=function(O,S){var $=b(O);S.container.appendChild($);var F=f()($);return u("copy"),$.remove(),F},K=function(O){var S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},$="";return typeof O=="string"?$=z(O,S):O instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(O==null?void 0:O.type)?$=z(O.value,S):($=f()(O),u("copy")),$},G=K;function C(U){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?C=function(S){return typeof S}:C=function(S){return S&&typeof Symbol=="function"&&S.constructor===Symbol&&S!==Symbol.prototype?"symbol":typeof S},C(U)}var it=function(){var O=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},S=O.action,$=S===void 0?"copy":S,F=O.container,Q=O.target,_e=O.text;if($!=="copy"&&$!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(Q!==void 0)if(Q&&C(Q)==="object"&&Q.nodeType===1){if($==="copy"&&Q.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if($==="cut"&&(Q.hasAttribute("readonly")||Q.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 G(_e,{container:F});if(Q)return $==="cut"?v(Q):G(Q,{container:F})},Ne=it;function Pe(U){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Pe=function(S){return typeof S}:Pe=function(S){return S&&typeof Symbol=="function"&&S.constructor===Symbol&&S!==Symbol.prototype?"symbol":typeof S},Pe(U)}function ui(U,O){if(!(U instanceof O))throw new TypeError("Cannot call a class as a function")}function Jr(U,O){for(var S=0;S0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof F.action=="function"?F.action:this.defaultAction,this.target=typeof F.target=="function"?F.target:this.defaultTarget,this.text=typeof F.text=="function"?F.text:this.defaultText,this.container=Pe(F.container)==="object"?F.container:document.body}},{key:"listenClick",value:function(F){var Q=this;this.listener=p()(F,"click",function(_e){return Q.onClick(_e)})}},{key:"onClick",value:function(F){var Q=F.delegateTarget||F.currentTarget,_e=this.action(Q)||"copy",Ct=Ne({action:_e,container:this.container,target:this.target(Q),text:this.text(Q)});this.emit(Ct?"success":"error",{action:_e,text:Ct,trigger:Q,clearSelection:function(){Q&&Q.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(F){return fr("action",F)}},{key:"defaultTarget",value:function(F){var Q=fr("target",F);if(Q)return document.querySelector(Q)}},{key:"defaultText",value:function(F){return fr("text",F)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(F){var Q=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return G(F,Q)}},{key:"cut",value:function(F){return v(F)}},{key:"isSupported",value:function(){var F=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],Q=typeof F=="string"?[F]:F,_e=!!document.queryCommandSupported;return Q.forEach(function(Ct){_e=_e&&!!document.queryCommandSupported(Ct)}),_e}}]),S}(a()),Ei=yi},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 s(a,c){for(;a&&a.nodeType!==n;){if(typeof a.matches=="function"&&a.matches(c))return a;a=a.parentNode}}o.exports=s},438:function(o,n,i){var s=i(828);function a(l,f,u,d,v){var b=p.apply(this,arguments);return l.addEventListener(u,b,v),{destroy:function(){l.removeEventListener(u,b,v)}}}function c(l,f,u,d,v){return typeof l.addEventListener=="function"?a.apply(null,arguments):typeof u=="function"?a.bind(null,document).apply(null,arguments):(typeof l=="string"&&(l=document.querySelectorAll(l)),Array.prototype.map.call(l,function(b){return a(b,f,u,d,v)}))}function p(l,f,u,d){return function(v){v.delegateTarget=s(v.target,f),v.delegateTarget&&d.call(l,v)}}o.exports=c},879:function(o,n){n.node=function(i){return i!==void 0&&i instanceof HTMLElement&&i.nodeType===1},n.nodeList=function(i){var s=Object.prototype.toString.call(i);return i!==void 0&&(s==="[object NodeList]"||s==="[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 s=Object.prototype.toString.call(i);return s==="[object Function]"}},370:function(o,n,i){var s=i(879),a=i(438);function c(u,d,v){if(!u&&!d&&!v)throw new Error("Missing required arguments");if(!s.string(d))throw new TypeError("Second argument must be a String");if(!s.fn(v))throw new TypeError("Third argument must be a Function");if(s.node(u))return p(u,d,v);if(s.nodeList(u))return l(u,d,v);if(s.string(u))return f(u,d,v);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function p(u,d,v){return u.addEventListener(d,v),{destroy:function(){u.removeEventListener(d,v)}}}function l(u,d,v){return Array.prototype.forEach.call(u,function(b){b.addEventListener(d,v)}),{destroy:function(){Array.prototype.forEach.call(u,function(b){b.removeEventListener(d,v)})}}}function f(u,d,v){return a(document.body,u,d,v)}o.exports=c},817:function(o){function n(i){var s;if(i.nodeName==="SELECT")i.focus(),s=i.value;else if(i.nodeName==="INPUT"||i.nodeName==="TEXTAREA"){var a=i.hasAttribute("readonly");a||i.setAttribute("readonly",""),i.select(),i.setSelectionRange(0,i.value.length),a||i.removeAttribute("readonly"),s=i.value}else{i.hasAttribute("contenteditable")&&i.focus();var c=window.getSelection(),p=document.createRange();p.selectNodeContents(i),c.removeAllRanges(),c.addRange(p),s=c.toString()}return s}o.exports=n},279:function(o){function n(){}n.prototype={on:function(i,s,a){var c=this.e||(this.e={});return(c[i]||(c[i]=[])).push({fn:s,ctx:a}),this},once:function(i,s,a){var c=this;function p(){c.off(i,p),s.apply(a,arguments)}return p._=s,this.on(i,p,a)},emit:function(i){var s=[].slice.call(arguments,1),a=((this.e||(this.e={}))[i]||[]).slice(),c=0,p=a.length;for(c;c{"use strict";/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */var Ha=/["'&<>]/;Un.exports=$a;function $a(e){var t=""+e,r=Ha.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i0&&i[i.length-1])&&(p[0]===6||p[0]===2)){r=0;continue}if(p[0]===3&&(!i||p[1]>i[0]&&p[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=[],s;try{for(;(t===void 0||t-- >0)&&!(n=o.next()).done;)i.push(n.value)}catch(a){s={error:a}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(s)throw s.error}}return i}function D(e,t,r){if(r||arguments.length===2)for(var o=0,n=t.length,i;o1||a(u,d)})})}function a(u,d){try{c(o[u](d))}catch(v){f(i[0][3],v)}}function c(u){u.value instanceof Ze?Promise.resolve(u.value.v).then(p,l):f(i[0][2],u)}function p(u){a("next",u)}function l(u){a("throw",u)}function f(u,d){u(d),i.shift(),i.length&&a(i[0][0],i[0][1])}}function io(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 we=="function"?we(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(s){return new Promise(function(a,c){s=e[i](s),n(a,c,s.done,s.value)})}}function n(i,s,a,c){Promise.resolve(c).then(function(p){i({value:p,done:a})},s)}}function k(e){return typeof e=="function"}function at(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 Rt=at(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 De(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var Ie=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 s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=we(s),c=a.next();!c.done;c=a.next()){var p=c.value;p.remove(this)}}catch(b){t={error:b}}finally{try{c&&!c.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var l=this.initialTeardown;if(k(l))try{l()}catch(b){i=b instanceof Rt?b.errors:[b]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var u=we(f),d=u.next();!d.done;d=u.next()){var v=d.value;try{ao(v)}catch(b){i=i!=null?i:[],b instanceof Rt?i=D(D([],N(i)),N(b.errors)):i.push(b)}}}catch(b){o={error:b}}finally{try{d&&!d.done&&(n=u.return)&&n.call(u)}finally{if(o)throw o.error}}}if(i)throw new Rt(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)ao(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)&&De(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&De(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var gr=Ie.EMPTY;function Pt(e){return e instanceof Ie||e&&"closed"in e&&k(e.remove)&&k(e.add)&&k(e.unsubscribe)}function ao(e){k(e)?e():e.unsubscribe()}var Ae={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var st={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,s=n.isStopped,a=n.observers;return i||s?gr:(this.currentObservers=null,a.push(r),new Ie(function(){o.currentObservers=null,De(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var o=this,n=o.hasError,i=o.thrownError,s=o.isStopped;n?r.error(i):s&&r.complete()},t.prototype.asObservable=function(){var r=new P;return r.source=this,r},t.create=function(r,o){return new ho(r,o)},t}(P);var ho=function(e){ie(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:gr},t}(x);var yt={now:function(){return(yt.delegate||Date).now()},delegate:void 0};var Et=function(e){ie(t,e);function t(r,o,n){r===void 0&&(r=1/0),o===void 0&&(o=1/0),n===void 0&&(n=yt);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,s=o._infiniteTimeWindow,a=o._timestampProvider,c=o._windowTime;n||(i.push(r),!s&&i.push(a.now()+c)),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,s=n._buffer,a=s.slice(),c=0;c0?e.prototype.requestAsyncId.call(this,r,o,n):(r.actions.push(this),r._scheduled||(r._scheduled=lt.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 s=r.actions;o!=null&&((i=s[s.length-1])===null||i===void 0?void 0:i.id)!==o&&(lt.cancelAnimationFrame(o),r._scheduled=void 0)},t}(jt);var go=function(e){ie(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}(Wt);var Oe=new go(vo);var L=new P(function(e){return e.complete()});function Ut(e){return e&&k(e.schedule)}function Or(e){return e[e.length-1]}function Qe(e){return k(Or(e))?e.pop():void 0}function Me(e){return Ut(Or(e))?e.pop():void 0}function Nt(e,t){return typeof Or(e)=="number"?e.pop():t}var mt=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};function Dt(e){return k(e==null?void 0:e.then)}function Vt(e){return k(e[pt])}function zt(e){return Symbol.asyncIterator&&k(e==null?void 0:e[Symbol.asyncIterator])}function qt(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 Pi(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Kt=Pi();function Qt(e){return k(e==null?void 0:e[Kt])}function Yt(e){return no(this,arguments,function(){var r,o,n,i;return $t(this,function(s){switch(s.label){case 0:r=e.getReader(),s.label=1;case 1:s.trys.push([1,,9,10]),s.label=2;case 2:return[4,Ze(r.read())];case 3:return o=s.sent(),n=o.value,i=o.done,i?[4,Ze(void 0)]:[3,5];case 4:return[2,s.sent()];case 5:return[4,Ze(n)];case 6:return[4,s.sent()];case 7:return s.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function Bt(e){return k(e==null?void 0:e.getReader)}function I(e){if(e instanceof P)return e;if(e!=null){if(Vt(e))return Ii(e);if(mt(e))return Fi(e);if(Dt(e))return ji(e);if(zt(e))return xo(e);if(Qt(e))return Wi(e);if(Bt(e))return Ui(e)}throw qt(e)}function Ii(e){return new P(function(t){var r=e[pt]();if(k(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Fi(e){return new P(function(t){for(var r=0;r=2;return function(o){return o.pipe(e?M(function(n,i){return e(n,i,o)}):ue,xe(1),r?He(t):Io(function(){return new Jt}))}}function Fo(){for(var e=[],t=0;t=2,!0))}function le(e){e===void 0&&(e={});var t=e.connector,r=t===void 0?function(){return new x}:t,o=e.resetOnError,n=o===void 0?!0:o,i=e.resetOnComplete,s=i===void 0?!0:i,a=e.resetOnRefCountZero,c=a===void 0?!0:a;return function(p){var l,f,u,d=0,v=!1,b=!1,z=function(){f==null||f.unsubscribe(),f=void 0},K=function(){z(),l=u=void 0,v=b=!1},G=function(){var C=l;K(),C==null||C.unsubscribe()};return g(function(C,it){d++,!b&&!v&&z();var Ne=u=u!=null?u:r();it.add(function(){d--,d===0&&!b&&!v&&(f=Hr(G,c))}),Ne.subscribe(it),!l&&d>0&&(l=new tt({next:function(Pe){return Ne.next(Pe)},error:function(Pe){b=!0,z(),f=Hr(K,n,Pe),Ne.error(Pe)},complete:function(){v=!0,z(),f=Hr(K,s),Ne.complete()}}),I(C).subscribe(l))})(p)}}function Hr(e,t){for(var r=[],o=2;oe.next(document)),e}function q(e,t=document){return Array.from(t.querySelectorAll(e))}function W(e,t=document){let r=ce(e,t);if(typeof r=="undefined")throw new ReferenceError(`Missing element: expected "${e}" to be present`);return r}function ce(e,t=document){return t.querySelector(e)||void 0}function Re(){return document.activeElement instanceof HTMLElement&&document.activeElement||void 0}var na=_(h(document.body,"focusin"),h(document.body,"focusout")).pipe(ke(1),V(void 0),m(()=>Re()||document.body),J(1));function Zt(e){return na.pipe(m(t=>e.contains(t)),X())}function Je(e){return{x:e.offsetLeft,y:e.offsetTop}}function No(e){return _(h(window,"load"),h(window,"resize")).pipe(Ce(0,Oe),m(()=>Je(e)),V(Je(e)))}function er(e){return{x:e.scrollLeft,y:e.scrollTop}}function dt(e){return _(h(e,"scroll"),h(window,"resize")).pipe(Ce(0,Oe),m(()=>er(e)),V(er(e)))}function Do(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)Do(e,r)}function T(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)Do(o,n);return o}function tr(e){if(e>999){let t=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(t)}k`}else return e.toString()}function ht(e){let t=T("script",{src:e});return H(()=>(document.head.appendChild(t),_(h(t,"load"),h(t,"error").pipe(E(()=>Mr(()=>new ReferenceError(`Invalid script: ${e}`))))).pipe(m(()=>{}),A(()=>document.head.removeChild(t)),xe(1))))}var Vo=new x,ia=H(()=>typeof ResizeObserver=="undefined"?ht("https://unpkg.com/resize-observer-polyfill"):j(void 0)).pipe(m(()=>new ResizeObserver(e=>{for(let t of e)Vo.next(t)})),E(e=>_(Ve,j(e)).pipe(A(()=>e.disconnect()))),J(1));function he(e){return{width:e.offsetWidth,height:e.offsetHeight}}function ye(e){return ia.pipe(w(t=>t.observe(e)),E(t=>Vo.pipe(M(({target:r})=>r===e),A(()=>t.unobserve(e)),m(()=>he(e)))),V(he(e)))}function bt(e){return{width:e.scrollWidth,height:e.scrollHeight}}function zo(e){let t=e.parentElement;for(;t&&(e.scrollWidth<=t.scrollWidth&&e.scrollHeight<=t.scrollHeight);)t=(e=t).parentElement;return t?e:void 0}var qo=new x,aa=H(()=>j(new IntersectionObserver(e=>{for(let t of e)qo.next(t)},{threshold:0}))).pipe(E(e=>_(Ve,j(e)).pipe(A(()=>e.disconnect()))),J(1));function rr(e){return aa.pipe(w(t=>t.observe(e)),E(t=>qo.pipe(M(({target:r})=>r===e),A(()=>t.unobserve(e)),m(({isIntersecting:r})=>r))))}function Ko(e,t=16){return dt(e).pipe(m(({y:r})=>{let o=he(e),n=bt(e);return r>=n.height-o.height-t}),X())}var or={drawer:W("[data-md-toggle=drawer]"),search:W("[data-md-toggle=search]")};function Qo(e){return or[e].checked}function Ke(e,t){or[e].checked!==t&&or[e].click()}function We(e){let t=or[e];return h(t,"change").pipe(m(()=>t.checked),V(t.checked))}function sa(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 ca(){return _(h(window,"compositionstart").pipe(m(()=>!0)),h(window,"compositionend").pipe(m(()=>!1))).pipe(V(!1))}function Yo(){let e=h(window,"keydown").pipe(M(t=>!(t.metaKey||t.ctrlKey)),m(t=>({mode:Qo("search")?"search":"global",type:t.key,claim(){t.preventDefault(),t.stopPropagation()}})),M(({mode:t,type:r})=>{if(t==="global"){let o=Re();if(typeof o!="undefined")return!sa(o,r)}return!0}),le());return ca().pipe(E(t=>t?L:e))}function pe(){return new URL(location.href)}function ot(e,t=!1){if(te("navigation.instant")&&!t){let r=T("a",{href:e.href});document.body.appendChild(r),r.click(),r.remove()}else location.href=e.href}function Bo(){return new x}function Go(){return location.hash.slice(1)}function nr(e){let t=T("a",{href:e});t.addEventListener("click",r=>r.stopPropagation()),t.click()}function pa(e){return _(h(window,"hashchange"),e).pipe(m(Go),V(Go()),M(t=>t.length>0),J(1))}function Jo(e){return pa(e).pipe(m(t=>ce(`[id="${t}"]`)),M(t=>typeof t!="undefined"))}function Fr(e){let t=matchMedia(e);return Xt(r=>t.addListener(()=>r(t.matches))).pipe(V(t.matches))}function Xo(){let e=matchMedia("print");return _(h(window,"beforeprint").pipe(m(()=>!0)),h(window,"afterprint").pipe(m(()=>!1))).pipe(V(e.matches))}function jr(e,t){return e.pipe(E(r=>r?t():L))}function ir(e,t){return new P(r=>{let o=new XMLHttpRequest;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.error(new Error("Request aborted"))}),typeof(t==null?void 0:t.progress$)!="undefined"&&(o.addEventListener("progress",n=>{t.progress$.next(n.loaded/n.total*100)}),t.progress$.next(5)),o.send()})}function Ue(e,t){return ir(e,t).pipe(E(r=>r.text()),m(r=>JSON.parse(r)),J(1))}function Zo(e,t){let r=new DOMParser;return ir(e,t).pipe(E(o=>o.text()),m(o=>r.parseFromString(o,"text/xml")),J(1))}function en(){return{x:Math.max(0,scrollX),y:Math.max(0,scrollY)}}function tn(){return _(h(window,"scroll",{passive:!0}),h(window,"resize",{passive:!0})).pipe(m(en),V(en()))}function rn(){return{width:innerWidth,height:innerHeight}}function on(){return h(window,"resize",{passive:!0}).pipe(m(rn),V(rn()))}function nn(){return B([tn(),on()]).pipe(m(([e,t])=>({offset:e,size:t})),J(1))}function ar(e,{viewport$:t,header$:r}){let o=t.pipe(ee("size")),n=B([o,r]).pipe(m(()=>Je(e)));return B([r,t,n]).pipe(m(([{height:i},{offset:s,size:a},{x:c,y:p}])=>({offset:{x:s.x-c,y:s.y-p+i},size:a})))}function la(e){return h(e,"message",t=>t.data)}function ma(e){let t=new x;return t.subscribe(r=>e.postMessage(r)),t}function an(e,t=new Worker(e)){let r=la(t),o=ma(t),n=new x;n.subscribe(o);let i=o.pipe(Z(),re(!0));return n.pipe(Z(),qe(r.pipe(Y(i))),le())}var fa=W("#__config"),vt=JSON.parse(fa.textContent);vt.base=`${new URL(vt.base,pe())}`;function me(){return vt}function te(e){return vt.features.includes(e)}function be(e,t){return typeof t!="undefined"?vt.translations[e].replace("#",t.toString()):vt.translations[e]}function Ee(e,t=document){return W(`[data-md-component=${e}]`,t)}function oe(e,t=document){return q(`[data-md-component=${e}]`,t)}function ua(e){let t=W(".md-typeset > :first-child",e);return h(t,"click",{once:!0}).pipe(m(()=>W(".md-typeset",e)),m(r=>({hash:__md_hash(r.innerHTML)})))}function sn(e){if(!te("announce.dismiss")||!e.childElementCount)return L;if(!e.hidden){let t=W(".md-typeset",e);__md_hash(t.innerHTML)===__md_get("__announce")&&(e.hidden=!0)}return H(()=>{let t=new x;return t.subscribe(({hash:r})=>{e.hidden=!0,__md_set("__announce",r)}),ua(e).pipe(w(r=>t.next(r)),A(()=>t.complete()),m(r=>R({ref:e},r)))})}function da(e,{target$:t}){return t.pipe(m(r=>({hidden:r!==e})))}function cn(e,t){let r=new x;return r.subscribe(({hidden:o})=>{e.hidden=o}),da(e,t).pipe(w(o=>r.next(o)),A(()=>r.complete()),m(o=>R({ref:e},o)))}function ha(e,t){let r=H(()=>B([No(e),dt(t)])).pipe(m(([{x:o,y:n},i])=>{let{width:s,height:a}=he(e);return{x:o-i.x+s/2,y:n-i.y+a/2}}));return Zt(e).pipe(E(o=>r.pipe(m(n=>({active:o,offset:n})),xe(+!o||1/0))))}function pn(e,t,{target$:r}){let[o,n]=Array.from(e.children);return H(()=>{let i=new x,s=i.pipe(Z(),re(!0));return i.subscribe({next({offset:a}){e.style.setProperty("--md-tooltip-x",`${a.x}px`),e.style.setProperty("--md-tooltip-y",`${a.y}px`)},complete(){e.style.removeProperty("--md-tooltip-x"),e.style.removeProperty("--md-tooltip-y")}}),rr(e).pipe(Y(s)).subscribe(a=>{e.toggleAttribute("data-md-visible",a)}),_(i.pipe(M(({active:a})=>a)),i.pipe(ke(250),M(({active:a})=>!a))).subscribe({next({active:a}){a?e.prepend(o):o.remove()},complete(){e.prepend(o)}}),i.pipe(Ce(16,Oe)).subscribe(({active:a})=>{o.classList.toggle("md-tooltip--active",a)}),i.pipe(Pr(125,Oe),M(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:a})=>a)).subscribe({next(a){a?e.style.setProperty("--md-tooltip-0",`${-a}px`):e.style.removeProperty("--md-tooltip-0")},complete(){e.style.removeProperty("--md-tooltip-0")}}),h(n,"click").pipe(Y(s),M(a=>!(a.metaKey||a.ctrlKey))).subscribe(a=>{a.stopPropagation(),a.preventDefault()}),h(n,"mousedown").pipe(Y(s),ne(i)).subscribe(([a,{active:c}])=>{var p;if(a.button!==0||a.metaKey||a.ctrlKey)a.preventDefault();else if(c){a.preventDefault();let l=e.parentElement.closest(".md-annotation");l instanceof HTMLElement?l.focus():(p=Re())==null||p.blur()}}),r.pipe(Y(s),M(a=>a===o),ze(125)).subscribe(()=>e.focus()),ha(e,t).pipe(w(a=>i.next(a)),A(()=>i.complete()),m(a=>R({ref:e},a)))})}function Wr(e){return T("div",{class:"md-tooltip",id:e},T("div",{class:"md-tooltip__inner md-typeset"}))}function ln(e,t){if(t=t?`${t}_annotation_${e}`:void 0,t){let r=t?`#${t}`:void 0;return T("aside",{class:"md-annotation",tabIndex:0},Wr(t),T("a",{href:r,class:"md-annotation__index",tabIndex:-1},T("span",{"data-md-annotation-id":e})))}else return T("aside",{class:"md-annotation",tabIndex:0},Wr(t),T("span",{class:"md-annotation__index",tabIndex:-1},T("span",{"data-md-annotation-id":e})))}function mn(e){return T("button",{class:"md-clipboard md-icon",title:be("clipboard.copy"),"data-clipboard-target":`#${e} > code`})}function Ur(e,t){let r=t&2,o=t&1,n=Object.keys(e.terms).filter(c=>!e.terms[c]).reduce((c,p)=>[...c,T("del",null,p)," "],[]).slice(0,-1),i=me(),s=new URL(e.location,i.base);te("search.highlight")&&s.searchParams.set("h",Object.entries(e.terms).filter(([,c])=>c).reduce((c,[p])=>`${c} ${p}`.trim(),""));let{tags:a}=me();return T("a",{href:`${s}`,class:"md-search-result__link",tabIndex:-1},T("article",{class:"md-search-result__article md-typeset","data-md-score":e.score.toFixed(2)},r>0&&T("div",{class:"md-search-result__icon md-icon"}),r>0&&T("h1",null,e.title),r<=0&&T("h2",null,e.title),o>0&&e.text.length>0&&e.text,e.tags&&e.tags.map(c=>{let p=a?c in a?`md-tag-icon md-tag--${a[c]}`:"md-tag-icon":"";return T("span",{class:`md-tag ${p}`},c)}),o>0&&n.length>0&&T("p",{class:"md-search-result__terms"},be("search.result.term.missing"),": ",...n)))}function fn(e){let t=e[0].score,r=[...e],o=me(),n=r.findIndex(l=>!`${new URL(l.location,o.base)}`.includes("#")),[i]=r.splice(n,1),s=r.findIndex(l=>l.scoreUr(l,1)),...c.length?[T("details",{class:"md-search-result__more"},T("summary",{tabIndex:-1},T("div",null,c.length>0&&c.length===1?be("search.result.more.one"):be("search.result.more.other",c.length))),...c.map(l=>Ur(l,1)))]:[]];return T("li",{class:"md-search-result__item"},p)}function un(e){return T("ul",{class:"md-source__facts"},Object.entries(e).map(([t,r])=>T("li",{class:`md-source__fact md-source__fact--${t}`},typeof r=="number"?tr(r):r)))}function Nr(e){let t=`tabbed-control tabbed-control--${e}`;return T("div",{class:t,hidden:!0},T("button",{class:"tabbed-button",tabIndex:-1,"aria-hidden":"true"}))}function dn(e){return T("div",{class:"md-typeset__scrollwrap"},T("div",{class:"md-typeset__table"},e))}function ba(e){let t=me(),r=new URL(`../${e.version}/`,t.base);return T("li",{class:"md-version__item"},T("a",{href:`${r}`,class:"md-version__link"},e.title))}function hn(e,t){return T("div",{class:"md-version"},T("button",{class:"md-version__current","aria-label":be("select.version")},t.title),T("ul",{class:"md-version__list"},e.map(ba)))}function va(e){return e.tagName==="CODE"?q(".c, .c1, .cm",e):[e]}function ga(e){let t=[];for(let r of va(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 s;for(;s=/(\(\d+\))(!)?/.exec(i.textContent);){let[,a,c]=s;if(typeof c=="undefined"){let p=i.splitText(s.index);i=p.splitText(a.length),t.push(p)}else{i.textContent=a,t.push(i);break}}}}return t}function bn(e,t){t.append(...Array.from(e.childNodes))}function sr(e,t,{target$:r,print$:o}){let n=t.closest("[id]"),i=n==null?void 0:n.id,s=new Map;for(let a of ga(t)){let[,c]=a.textContent.match(/\((\d+)\)/);ce(`:scope > li:nth-child(${c})`,e)&&(s.set(c,ln(c,i)),a.replaceWith(s.get(c)))}return s.size===0?L:H(()=>{let a=new x,c=a.pipe(Z(),re(!0)),p=[];for(let[l,f]of s)p.push([W(".md-typeset",f),W(`:scope > li:nth-child(${l})`,e)]);return o.pipe(Y(c)).subscribe(l=>{e.hidden=!l,e.classList.toggle("md-annotation-list",l);for(let[f,u]of p)l?bn(f,u):bn(u,f)}),_(...[...s].map(([,l])=>pn(l,t,{target$:r}))).pipe(A(()=>a.complete()),le())})}function vn(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return vn(t)}}function gn(e,t){return H(()=>{let r=vn(e);return typeof r!="undefined"?sr(r,e,t):L})}var yn=Ht(Vr());var xa=0;function En(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return En(t)}}function xn(e){return ye(e).pipe(m(({width:t})=>({scrollable:bt(e).width>t})),ee("scrollable"))}function wn(e,t){let{matches:r}=matchMedia("(hover)"),o=H(()=>{let n=new x;if(n.subscribe(({scrollable:s})=>{s&&r?e.setAttribute("tabindex","0"):e.removeAttribute("tabindex")}),yn.default.isSupported()&&(e.closest(".copy")||te("content.code.copy")&&!e.closest(".no-copy"))){let s=e.closest("pre");s.id=`__code_${xa++}`,s.insertBefore(mn(s.id),e)}let i=e.closest(".highlight");if(i instanceof HTMLElement){let s=En(i);if(typeof s!="undefined"&&(i.classList.contains("annotate")||te("content.code.annotate"))){let a=sr(s,e,t);return xn(e).pipe(w(c=>n.next(c)),A(()=>n.complete()),m(c=>R({ref:e},c)),qe(ye(i).pipe(m(({width:c,height:p})=>c&&p),X(),E(c=>c?a:L))))}}return xn(e).pipe(w(s=>n.next(s)),A(()=>n.complete()),m(s=>R({ref:e},s)))});return te("content.lazy")?rr(e).pipe(M(n=>n),xe(1),E(()=>o)):o}function ya(e,{target$:t,print$:r}){let o=!0;return _(t.pipe(m(n=>n.closest("details:not([open])")),M(n=>e===n),m(()=>({action:"open",reveal:!0}))),r.pipe(M(n=>n||!o),w(()=>o=e.open),m(n=>({action:n?"open":"close"}))))}function Sn(e,t){return H(()=>{let r=new x;return r.subscribe(({action:o,reveal:n})=>{e.toggleAttribute("open",o==="open"),n&&e.scrollIntoView()}),ya(e,t).pipe(w(o=>r.next(o)),A(()=>r.complete()),m(o=>R({ref:e},o)))})}var Tn=".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}.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 rect,.label div .edgeLabel{background-color:var(--md-mermaid-label-bg-color)}.edgeLabel,.edgeLabel rect{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}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}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{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.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)}.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)}.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 zr,wa=0;function Sa(){return typeof mermaid=="undefined"||mermaid instanceof Element?ht("https://unpkg.com/mermaid@9.4.3/dist/mermaid.min.js"):j(void 0)}function On(e){return e.classList.remove("mermaid"),zr||(zr=Sa().pipe(w(()=>mermaid.initialize({startOnLoad:!1,themeCSS:Tn,sequence:{actorFontSize:"16px",messageFontSize:"16px",noteFontSize:"16px"}})),m(()=>{}),J(1))),zr.subscribe(()=>{e.classList.add("mermaid");let t=`__mermaid_${wa++}`,r=T("div",{class:"mermaid"}),o=e.textContent;mermaid.mermaidAPI.render(t,o,(n,i)=>{let s=r.attachShadow({mode:"closed"});s.innerHTML=n,e.replaceWith(r),i==null||i(s)})}),zr.pipe(m(()=>({ref:e})))}var Mn=T("table");function Ln(e){return e.replaceWith(Mn),Mn.replaceWith(dn(e)),j({ref:e})}function Ta(e){let t=q(":scope > input",e),r=t.find(o=>o.checked)||t[0];return _(...t.map(o=>h(o,"change").pipe(m(()=>W(`label[for="${o.id}"]`))))).pipe(V(W(`label[for="${r.id}"]`)),m(o=>({active:o})))}function _n(e,{viewport$:t}){let r=Nr("prev");e.append(r);let o=Nr("next");e.append(o);let n=W(".tabbed-labels",e);return H(()=>{let i=new x,s=i.pipe(Z(),re(!0));return B([i,ye(e)]).pipe(Ce(1,Oe),Y(s)).subscribe({next([{active:a},c]){let p=Je(a),{width:l}=he(a);e.style.setProperty("--md-indicator-x",`${p.x}px`),e.style.setProperty("--md-indicator-width",`${l}px`);let f=er(n);(p.xf.x+c.width)&&n.scrollTo({left:Math.max(0,p.x-16),behavior:"smooth"})},complete(){e.style.removeProperty("--md-indicator-x"),e.style.removeProperty("--md-indicator-width")}}),B([dt(n),ye(n)]).pipe(Y(s)).subscribe(([a,c])=>{let p=bt(n);r.hidden=a.x<16,o.hidden=a.x>p.width-c.width-16}),_(h(r,"click").pipe(m(()=>-1)),h(o,"click").pipe(m(()=>1))).pipe(Y(s)).subscribe(a=>{let{width:c}=he(n);n.scrollBy({left:c*a,behavior:"smooth"})}),te("content.tabs.link")&&i.pipe(je(1),ne(t)).subscribe(([{active:a},{offset:c}])=>{let p=a.innerText.trim();if(a.hasAttribute("data-md-switching"))a.removeAttribute("data-md-switching");else{let l=e.offsetTop-c.y;for(let u of q("[data-tabs]"))for(let d of q(":scope > input",u)){let v=W(`label[for="${d.id}"]`);if(v!==a&&v.innerText.trim()===p){v.setAttribute("data-md-switching",""),d.click();break}}window.scrollTo({top:e.offsetTop-l});let f=__md_get("__tabs")||[];__md_set("__tabs",[...new Set([p,...f])])}}),i.pipe(Y(s)).subscribe(()=>{for(let a of q("audio, video",e))a.pause()}),Ta(e).pipe(w(a=>i.next(a)),A(()=>i.complete()),m(a=>R({ref:e},a)))}).pipe(rt(ae))}function An(e,{viewport$:t,target$:r,print$:o}){return _(...q(".annotate:not(.highlight)",e).map(n=>gn(n,{target$:r,print$:o})),...q("pre:not(.mermaid) > code",e).map(n=>wn(n,{target$:r,print$:o})),...q("pre.mermaid",e).map(n=>On(n)),...q("table:not([class])",e).map(n=>Ln(n)),...q("details",e).map(n=>Sn(n,{target$:r,print$:o})),...q("[data-tabs]",e).map(n=>_n(n,{viewport$:t})))}function Oa(e,{alert$:t}){return t.pipe(E(r=>_(j(!0),j(!1).pipe(ze(2e3))).pipe(m(o=>({message:r,active:o})))))}function Cn(e,t){let r=W(".md-typeset",e);return H(()=>{let o=new x;return o.subscribe(({message:n,active:i})=>{e.classList.toggle("md-dialog--active",i),r.textContent=n}),Oa(e,t).pipe(w(n=>o.next(n)),A(()=>o.complete()),m(n=>R({ref:e},n)))})}function Ma({viewport$:e}){if(!te("header.autohide"))return j(!1);let t=e.pipe(m(({offset:{y:n}})=>n),Le(2,1),m(([n,i])=>[nMath.abs(i-n.y)>100),m(([,[n]])=>n),X()),o=We("search");return B([e,o]).pipe(m(([{offset:n},i])=>n.y>400&&!i),X(),E(n=>n?r:j(!1)),V(!1))}function kn(e,t){return H(()=>B([ye(e),Ma(t)])).pipe(m(([{height:r},o])=>({height:r,hidden:o})),X((r,o)=>r.height===o.height&&r.hidden===o.hidden),J(1))}function Hn(e,{header$:t,main$:r}){return H(()=>{let o=new x,n=o.pipe(Z(),re(!0));return o.pipe(ee("active"),Ge(t)).subscribe(([{active:i},{hidden:s}])=>{e.classList.toggle("md-header--shadow",i&&!s),e.hidden=s}),r.subscribe(o),t.pipe(Y(n),m(i=>R({ref:e},i)))})}function La(e,{viewport$:t,header$:r}){return ar(e,{viewport$:t,header$:r}).pipe(m(({offset:{y:o}})=>{let{height:n}=he(e);return{active:o>=n}}),ee("active"))}function $n(e,t){return H(()=>{let r=new x;r.subscribe({next({active:n}){e.classList.toggle("md-header__title--active",n)},complete(){e.classList.remove("md-header__title--active")}});let o=ce(".md-content h1");return typeof o=="undefined"?L:La(o,t).pipe(w(n=>r.next(n)),A(()=>r.complete()),m(n=>R({ref:e},n)))})}function Rn(e,{viewport$:t,header$:r}){let o=r.pipe(m(({height:i})=>i),X()),n=o.pipe(E(()=>ye(e).pipe(m(({height:i})=>({top:e.offsetTop,bottom:e.offsetTop+i})),ee("bottom"))));return B([o,n,t]).pipe(m(([i,{top:s,bottom:a},{offset:{y:c},size:{height:p}}])=>(p=Math.max(0,p-Math.max(0,s-c,i)-Math.max(0,p+c-a)),{offset:s-i,height:p,active:s-i<=c})),X((i,s)=>i.offset===s.offset&&i.height===s.height&&i.active===s.active))}function _a(e){let t=__md_get("__palette")||{index:e.findIndex(r=>matchMedia(r.getAttribute("data-md-color-media")).matches)};return j(...e).pipe(se(r=>h(r,"change").pipe(m(()=>r))),V(e[Math.max(0,t.index)]),m(r=>({index:e.indexOf(r),color:{scheme:r.getAttribute("data-md-color-scheme"),primary:r.getAttribute("data-md-color-primary"),accent:r.getAttribute("data-md-color-accent")}})),J(1))}function Pn(e){let t=T("meta",{name:"theme-color"});document.head.appendChild(t);let r=T("meta",{name:"color-scheme"});return document.head.appendChild(r),H(()=>{let o=new x;o.subscribe(i=>{document.body.setAttribute("data-md-color-switching","");for(let[s,a]of Object.entries(i.color))document.body.setAttribute(`data-md-color-${s}`,a);for(let s=0;s{let i=Ee("header"),s=window.getComputedStyle(i);return r.content=s.colorScheme,s.backgroundColor.match(/\d+/g).map(a=>(+a).toString(16).padStart(2,"0")).join("")})).subscribe(i=>t.content=`#${i}`),o.pipe(Se(ae)).subscribe(()=>{document.body.removeAttribute("data-md-color-switching")});let n=q("input",e);return _a(n).pipe(w(i=>o.next(i)),A(()=>o.complete()),m(i=>R({ref:e},i)))})}function In(e,{progress$:t}){return H(()=>{let r=new x;return r.subscribe(({value:o})=>{e.style.setProperty("--md-progress-value",`${o}`)}),t.pipe(w(o=>r.next({value:o})),A(()=>r.complete()),m(o=>({ref:e,value:o})))})}var qr=Ht(Vr());function Aa(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}function Fn({alert$:e}){qr.default.isSupported()&&new P(t=>{new qr.default("[data-clipboard-target], [data-clipboard-text]",{text:r=>r.getAttribute("data-clipboard-text")||Aa(W(r.getAttribute("data-clipboard-target")))}).on("success",r=>t.next(r))}).pipe(w(t=>{t.trigger.focus()}),m(()=>be("clipboard.copied"))).subscribe(e)}function Ca(e){if(e.length<2)return[""];let[t,r]=[...e].sort((n,i)=>n.length-i.length).map(n=>n.replace(/[^/]+$/,"")),o=0;if(t===r)o=t.length;else for(;t.charCodeAt(o)===r.charCodeAt(o);)o++;return e.map(n=>n.replace(t.slice(0,o),""))}function cr(e){let t=__md_get("__sitemap",sessionStorage,e);if(t)return j(t);{let r=me();return Zo(new URL("sitemap.xml",e||r.base)).pipe(m(o=>Ca(q("loc",o).map(n=>n.textContent))),de(()=>L),He([]),w(o=>__md_set("__sitemap",o,sessionStorage,e)))}}function jn(e){let t=W("[rel=canonical]",e);t.href=t.href.replace("//localhost:","//127.0.0.1");let r=new Map;for(let o of q(":scope > *",e)){let n=o.outerHTML;for(let i of["href","src"]){let s=o.getAttribute(i);if(s===null)continue;let a=new URL(s,t.href),c=o.cloneNode();c.setAttribute(i,`${a}`),n=c.outerHTML;break}r.set(n,o)}return r}function Wn({location$:e,viewport$:t,progress$:r}){let o=me();if(location.protocol==="file:")return L;let n=cr().pipe(m(l=>l.map(f=>`${new URL(f,o.base)}`))),i=h(document.body,"click").pipe(ne(n),E(([l,f])=>{if(!(l.target instanceof Element))return L;let u=l.target.closest("a");if(u===null)return L;if(u.target||l.metaKey||l.ctrlKey)return L;let d=new URL(u.href);return d.search=d.hash="",f.includes(`${d}`)?(l.preventDefault(),j(new URL(u.href))):L}),le());i.pipe(xe(1)).subscribe(()=>{let l=ce("link[rel=icon]");typeof l!="undefined"&&(l.href=l.href)}),h(window,"beforeunload").subscribe(()=>{history.scrollRestoration="auto"}),i.pipe(ne(t)).subscribe(([l,{offset:f}])=>{history.scrollRestoration="manual",history.replaceState(f,""),history.pushState(null,"",l)}),i.subscribe(e);let s=e.pipe(V(pe()),ee("pathname"),je(1),E(l=>ir(l,{progress$:r}).pipe(de(()=>(ot(l,!0),L))))),a=new DOMParser,c=s.pipe(E(l=>l.text()),E(l=>{let f=a.parseFromString(l,"text/html");for(let b 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]",...te("navigation.tabs.sticky")?["[data-md-component=tabs]"]:[]]){let z=ce(b),K=ce(b,f);typeof z!="undefined"&&typeof K!="undefined"&&z.replaceWith(K)}let u=jn(document.head),d=jn(f.head);for(let[b,z]of d)z.getAttribute("rel")==="stylesheet"||z.hasAttribute("src")||(u.has(b)?u.delete(b):document.head.appendChild(z));for(let b of u.values())b.getAttribute("rel")==="stylesheet"||b.hasAttribute("src")||b.remove();let v=Ee("container");return Fe(q("script",v)).pipe(E(b=>{let z=f.createElement("script");if(b.src){for(let K of b.getAttributeNames())z.setAttribute(K,b.getAttribute(K));return b.replaceWith(z),new P(K=>{z.onload=()=>K.complete()})}else return z.textContent=b.textContent,b.replaceWith(z),L}),Z(),re(f))}),le());return h(window,"popstate").pipe(m(pe)).subscribe(e),e.pipe(V(pe()),Le(2,1),M(([l,f])=>l.pathname===f.pathname&&l.hash!==f.hash),m(([,l])=>l)).subscribe(l=>{var f,u;history.state!==null||!l.hash?window.scrollTo(0,(u=(f=history.state)==null?void 0:f.y)!=null?u:0):(history.scrollRestoration="auto",nr(l.hash),history.scrollRestoration="manual")}),e.pipe(Cr(i),V(pe()),Le(2,1),M(([l,f])=>l.pathname===f.pathname&&l.hash===f.hash),m(([,l])=>l)).subscribe(l=>{history.scrollRestoration="auto",nr(l.hash),history.scrollRestoration="manual",history.back()}),c.pipe(ne(e)).subscribe(([,l])=>{var f,u;history.state!==null||!l.hash?window.scrollTo(0,(u=(f=history.state)==null?void 0:f.y)!=null?u:0):nr(l.hash)}),t.pipe(ee("offset"),ke(100)).subscribe(({offset:l})=>{history.replaceState(l,"")}),c}var Dn=Ht(Nn());function Vn(e){let t=e.separator.split("|").map(n=>n.replace(/(\(\?[!=<][^)]+\))/g,"").length===0?"\uFFFD":n).join("|"),r=new RegExp(t,"img"),o=(n,i,s)=>`${i}${s}`;return n=>{n=n.replace(/[\s*+\-:~^]+/g," ").trim();let i=new RegExp(`(^|${e.separator}|)(${n.replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&").replace(r,"|")})`,"img");return s=>(0,Dn.default)(s).replace(i,o).replace(/<\/mark>(\s+)]*>/img,"$1")}}function Mt(e){return e.type===1}function pr(e){return e.type===3}function zn(e,t){let r=an(e);return _(j(location.protocol!=="file:"),We("search")).pipe($e(o=>o),E(()=>t)).subscribe(({config:o,docs:n})=>r.next({type:0,data:{config:o,docs:n,options:{suggest:te("search.suggest")}}})),r}function qn({document$:e}){let t=me(),r=Ue(new URL("../versions.json",t.base)).pipe(de(()=>L)),o=r.pipe(m(n=>{let[,i]=t.base.match(/([^/]+)\/?$/);return n.find(({version:s,aliases:a})=>s===i||a.includes(i))||n[0]}));r.pipe(m(n=>new Map(n.map(i=>[`${new URL(`../${i.version}/`,t.base)}`,i]))),E(n=>h(document.body,"click").pipe(M(i=>!i.metaKey&&!i.ctrlKey),ne(o),E(([i,s])=>{if(i.target instanceof Element){let a=i.target.closest("a");if(a&&!a.target&&n.has(a.href)){let c=a.href;return!i.target.closest(".md-version")&&n.get(c)===s?L:(i.preventDefault(),j(c))}}return L}),E(i=>{let{version:s}=n.get(i);return cr(new URL(i)).pipe(m(a=>{let p=pe().href.replace(t.base,"");return a.includes(p.split("#")[0])?new URL(`../${s}/${p}`,t.base):new URL(i)}))})))).subscribe(n=>ot(n,!0)),B([r,o]).subscribe(([n,i])=>{W(".md-header__topic").appendChild(hn(n,i))}),e.pipe(E(()=>o)).subscribe(n=>{var s;let i=__md_get("__outdated",sessionStorage);if(i===null){i=!0;let a=((s=t.version)==null?void 0:s.default)||"latest";Array.isArray(a)||(a=[a]);e:for(let c of a)for(let p of n.aliases)if(new RegExp(c,"i").test(p)){i=!1;break e}__md_set("__outdated",i,sessionStorage)}if(i)for(let a of oe("outdated"))a.hidden=!1})}function Pa(e,{worker$:t}){let{searchParams:r}=pe();r.has("q")&&(Ke("search",!0),e.value=r.get("q"),e.focus(),We("search").pipe($e(i=>!i)).subscribe(()=>{let i=pe();i.searchParams.delete("q"),history.replaceState({},"",`${i}`)}));let o=Zt(e),n=_(t.pipe($e(Mt)),h(e,"keyup"),o).pipe(m(()=>e.value),X());return B([n,o]).pipe(m(([i,s])=>({value:i,focus:s})),J(1))}function Kn(e,{worker$:t}){let r=new x,o=r.pipe(Z(),re(!0));B([t.pipe($e(Mt)),r],(i,s)=>s).pipe(ee("value")).subscribe(({value:i})=>t.next({type:2,data:i})),r.pipe(ee("focus")).subscribe(({focus:i})=>{i&&Ke("search",i)}),h(e.form,"reset").pipe(Y(o)).subscribe(()=>e.focus());let n=W("header [for=__search]");return h(n,"click").subscribe(()=>e.focus()),Pa(e,{worker$:t}).pipe(w(i=>r.next(i)),A(()=>r.complete()),m(i=>R({ref:e},i)),J(1))}function Qn(e,{worker$:t,query$:r}){let o=new x,n=Ko(e.parentElement).pipe(M(Boolean)),i=e.parentElement,s=W(":scope > :first-child",e),a=W(":scope > :last-child",e);We("search").subscribe(l=>a.setAttribute("role",l?"list":"presentation")),o.pipe(ne(r),$r(t.pipe($e(Mt)))).subscribe(([{items:l},{value:f}])=>{switch(l.length){case 0:s.textContent=f.length?be("search.result.none"):be("search.result.placeholder");break;case 1:s.textContent=be("search.result.one");break;default:let u=tr(l.length);s.textContent=be("search.result.other",u)}});let c=o.pipe(w(()=>a.innerHTML=""),E(({items:l})=>_(j(...l.slice(0,10)),j(...l.slice(10)).pipe(Le(4),Ir(n),E(([f])=>f)))),m(fn),le());return c.subscribe(l=>a.appendChild(l)),c.pipe(se(l=>{let f=ce("details",l);return typeof f=="undefined"?L:h(f,"toggle").pipe(Y(o),m(()=>f))})).subscribe(l=>{l.open===!1&&l.offsetTop<=i.scrollTop&&i.scrollTo({top:l.offsetTop})}),t.pipe(M(pr),m(({data:l})=>l)).pipe(w(l=>o.next(l)),A(()=>o.complete()),m(l=>R({ref:e},l)))}function Ia(e,{query$:t}){return t.pipe(m(({value:r})=>{let o=pe();return o.hash="",r=r.replace(/\s+/g,"+").replace(/&/g,"%26").replace(/=/g,"%3D"),o.search=`q=${r}`,{url:o}}))}function Yn(e,t){let r=new x,o=r.pipe(Z(),re(!0));return r.subscribe(({url:n})=>{e.setAttribute("data-clipboard-text",e.href),e.href=`${n}`}),h(e,"click").pipe(Y(o)).subscribe(n=>n.preventDefault()),Ia(e,t).pipe(w(n=>r.next(n)),A(()=>r.complete()),m(n=>R({ref:e},n)))}function Bn(e,{worker$:t,keyboard$:r}){let o=new x,n=Ee("search-query"),i=_(h(n,"keydown"),h(n,"focus")).pipe(Se(ae),m(()=>n.value),X());return o.pipe(Ge(i),m(([{suggest:a},c])=>{let p=c.split(/([\s-]+)/);if(a!=null&&a.length&&p[p.length-1]){let l=a[a.length-1];l.startsWith(p[p.length-1])&&(p[p.length-1]=l)}else p.length=0;return p})).subscribe(a=>e.innerHTML=a.join("").replace(/\s/g," ")),r.pipe(M(({mode:a})=>a==="search")).subscribe(a=>{switch(a.type){case"ArrowRight":e.innerText.length&&n.selectionStart===n.value.length&&(n.value=e.innerText);break}}),t.pipe(M(pr),m(({data:a})=>a)).pipe(w(a=>o.next(a)),A(()=>o.complete()),m(()=>({ref:e})))}function Gn(e,{index$:t,keyboard$:r}){let o=me();try{let n=zn(o.search,t),i=Ee("search-query",e),s=Ee("search-result",e);h(e,"click").pipe(M(({target:c})=>c instanceof Element&&!!c.closest("a"))).subscribe(()=>Ke("search",!1)),r.pipe(M(({mode:c})=>c==="search")).subscribe(c=>{let p=Re();switch(c.type){case"Enter":if(p===i){let l=new Map;for(let f of q(":first-child [href]",s)){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()}c.claim()}break;case"Escape":case"Tab":Ke("search",!1),i.blur();break;case"ArrowUp":case"ArrowDown":if(typeof p=="undefined")i.focus();else{let l=[i,...q(":not(details) > [href], summary, details[open] [href]",s)],f=Math.max(0,(Math.max(0,l.indexOf(p))+l.length+(c.type==="ArrowUp"?-1:1))%l.length);l[f].focus()}c.claim();break;default:i!==Re()&&i.focus()}}),r.pipe(M(({mode:c})=>c==="global")).subscribe(c=>{switch(c.type){case"f":case"s":case"/":i.focus(),i.select(),c.claim();break}});let a=Kn(i,{worker$:n});return _(a,Qn(s,{worker$:n,query$:a})).pipe(qe(...oe("search-share",e).map(c=>Yn(c,{query$:a})),...oe("search-suggest",e).map(c=>Bn(c,{worker$:n,keyboard$:r}))))}catch(n){return e.hidden=!0,Ve}}function Jn(e,{index$:t,location$:r}){return B([t,r.pipe(V(pe()),M(o=>!!o.searchParams.get("h")))]).pipe(m(([o,n])=>Vn(o.config)(n.searchParams.get("h"))),m(o=>{var s;let n=new Map,i=document.createNodeIterator(e,NodeFilter.SHOW_TEXT);for(let a=i.nextNode();a;a=i.nextNode())if((s=a.parentElement)!=null&&s.offsetHeight){let c=a.textContent,p=o(c);p.length>c.length&&n.set(a,p)}for(let[a,c]of n){let{childNodes:p}=T("span",null,c);a.replaceWith(...Array.from(p))}return{ref:e,nodes:n}}))}function Fa(e,{viewport$:t,main$:r}){let o=e.closest(".md-grid"),n=o.offsetTop-o.parentElement.offsetTop;return B([r,t]).pipe(m(([{offset:i,height:s},{offset:{y:a}}])=>(s=s+Math.min(n,Math.max(0,a-i))-n,{height:s,locked:a>=i+n})),X((i,s)=>i.height===s.height&&i.locked===s.locked))}function Kr(e,o){var n=o,{header$:t}=n,r=eo(n,["header$"]);let i=W(".md-sidebar__scrollwrap",e),{y:s}=Je(i);return H(()=>{let a=new x,c=a.pipe(Z(),re(!0)),p=a.pipe(Ce(0,Oe));return p.pipe(ne(t)).subscribe({next([{height:l},{height:f}]){i.style.height=`${l-2*s}px`,e.style.top=`${f}px`},complete(){i.style.height="",e.style.top=""}}),p.pipe($e()).subscribe(()=>{for(let l of q(".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}=he(f);f.scrollTo({top:u-d/2})}}}),ge(q("label[tabindex]",e)).pipe(se(l=>h(l,"click").pipe(Se(ae),m(()=>l),Y(c)))).subscribe(l=>{let f=W(`[id="${l.htmlFor}"]`);W(`[aria-labelledby="${l.id}"]`).setAttribute("aria-expanded",`${f.checked}`)}),Fa(e,r).pipe(w(l=>a.next(l)),A(()=>a.complete()),m(l=>R({ref:e},l)))})}function Xn(e,t){if(typeof t!="undefined"){let r=`https://api.github.com/repos/${e}/${t}`;return St(Ue(`${r}/releases/latest`).pipe(de(()=>L),m(o=>({version:o.tag_name})),He({})),Ue(r).pipe(de(()=>L),m(o=>({stars:o.stargazers_count,forks:o.forks_count})),He({}))).pipe(m(([o,n])=>R(R({},o),n)))}else{let r=`https://api.github.com/users/${e}`;return Ue(r).pipe(m(o=>({repositories:o.public_repos})),He({}))}}function Zn(e,t){let r=`https://${e}/api/v4/projects/${encodeURIComponent(t)}`;return Ue(r).pipe(de(()=>L),m(({star_count:o,forks_count:n})=>({stars:o,forks:n})),He({}))}function ei(e){let t=e.match(/^.+github\.com\/([^/]+)\/?([^/]+)?/i);if(t){let[,r,o]=t;return Xn(r,o)}if(t=e.match(/^.+?([^/]*gitlab[^/]+)\/(.+?)\/?$/i),t){let[,r,o]=t;return Zn(r,o)}return L}var ja;function Wa(e){return ja||(ja=H(()=>{let t=__md_get("__source",sessionStorage);if(t)return j(t);if(oe("consent").length){let o=__md_get("__consent");if(!(o&&o.github))return L}return ei(e.href).pipe(w(o=>__md_set("__source",o,sessionStorage)))}).pipe(de(()=>L),M(t=>Object.keys(t).length>0),m(t=>({facts:t})),J(1)))}function ti(e){let t=W(":scope > :last-child",e);return H(()=>{let r=new x;return r.subscribe(({facts:o})=>{t.appendChild(un(o)),t.classList.add("md-source__repository--active")}),Wa(e).pipe(w(o=>r.next(o)),A(()=>r.complete()),m(o=>R({ref:e},o)))})}function Ua(e,{viewport$:t,header$:r}){return ye(document.body).pipe(E(()=>ar(e,{header$:r,viewport$:t})),m(({offset:{y:o}})=>({hidden:o>=10})),ee("hidden"))}function ri(e,t){return H(()=>{let r=new x;return r.subscribe({next({hidden:o}){e.hidden=o},complete(){e.hidden=!1}}),(te("navigation.tabs.sticky")?j({hidden:!1}):Ua(e,t)).pipe(w(o=>r.next(o)),A(()=>r.complete()),m(o=>R({ref:e},o)))})}function Na(e,{viewport$:t,header$:r}){let o=new Map,n=q("[href^=\\#]",e);for(let a of n){let c=decodeURIComponent(a.hash.substring(1)),p=ce(`[id="${c}"]`);typeof p!="undefined"&&o.set(a,p)}let i=r.pipe(ee("height"),m(({height:a})=>{let c=Ee("main"),p=W(":scope > :first-child",c);return a+.8*(p.offsetTop-c.offsetTop)}),le());return ye(document.body).pipe(ee("height"),E(a=>H(()=>{let c=[];return j([...o].reduce((p,[l,f])=>{for(;c.length&&o.get(c[c.length-1]).tagName>=f.tagName;)c.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 p.set([...c=[...c,l]].reverse(),u)},new Map))}).pipe(m(c=>new Map([...c].sort(([,p],[,l])=>p-l))),Ge(i),E(([c,p])=>t.pipe(kr(([l,f],{offset:{y:u},size:d})=>{let v=u+d.height>=Math.floor(a.height);for(;f.length;){let[,b]=f[0];if(b-p=u&&!v)f=[l.pop(),...f];else break}return[l,f]},[[],[...c]]),X((l,f)=>l[0]===f[0]&&l[1]===f[1])))))).pipe(m(([a,c])=>({prev:a.map(([p])=>p),next:c.map(([p])=>p)})),V({prev:[],next:[]}),Le(2,1),m(([a,c])=>a.prev.length{let i=new x,s=i.pipe(Z(),re(!0));if(i.subscribe(({prev:a,next:c})=>{for(let[p]of c)p.classList.remove("md-nav__link--passed"),p.classList.remove("md-nav__link--active");for(let[p,[l]]of a.entries())l.classList.add("md-nav__link--passed"),l.classList.toggle("md-nav__link--active",p===a.length-1)}),te("toc.follow")){let a=_(t.pipe(ke(1),m(()=>{})),t.pipe(ke(250),m(()=>"smooth")));i.pipe(M(({prev:c})=>c.length>0),Ge(o.pipe(Se(ae))),ne(a)).subscribe(([[{prev:c}],p])=>{let[l]=c[c.length-1];if(l.offsetHeight){let f=zo(l);if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:d}=he(f);f.scrollTo({top:u-d/2,behavior:p})}}})}return te("navigation.tracking")&&t.pipe(Y(s),ee("offset"),ke(250),je(1),Y(n.pipe(je(1))),Tt({delay:250}),ne(i)).subscribe(([,{prev:a}])=>{let c=pe(),p=a[a.length-1];if(p&&p.length){let[l]=p,{hash:f}=new URL(l.href);c.hash!==f&&(c.hash=f,history.replaceState({},"",`${c}`))}else c.hash="",history.replaceState({},"",`${c}`)}),Na(e,{viewport$:t,header$:r}).pipe(w(a=>i.next(a)),A(()=>i.complete()),m(a=>R({ref:e},a)))})}function Da(e,{viewport$:t,main$:r,target$:o}){let n=t.pipe(m(({offset:{y:s}})=>s),Le(2,1),m(([s,a])=>s>a&&a>0),X()),i=r.pipe(m(({active:s})=>s));return B([i,n]).pipe(m(([s,a])=>!(s&&a)),X(),Y(o.pipe(je(1))),re(!0),Tt({delay:250}),m(s=>({hidden:s})))}function ni(e,{viewport$:t,header$:r,main$:o,target$:n}){let i=new x,s=i.pipe(Z(),re(!0));return i.subscribe({next({hidden:a}){e.hidden=a,a?(e.setAttribute("tabindex","-1"),e.blur()):e.removeAttribute("tabindex")},complete(){e.style.top="",e.hidden=!0,e.removeAttribute("tabindex")}}),r.pipe(Y(s),ee("height")).subscribe(({height:a})=>{e.style.top=`${a+16}px`}),h(e,"click").subscribe(a=>{a.preventDefault(),window.scrollTo({top:0})}),Da(e,{viewport$:t,main$:o,target$:n}).pipe(w(a=>i.next(a)),A(()=>i.complete()),m(a=>R({ref:e},a)))}function ii({document$:e,tablet$:t}){e.pipe(E(()=>q(".md-toggle--indeterminate")),w(r=>{r.indeterminate=!0,r.checked=!1}),se(r=>h(r,"change").pipe(Rr(()=>r.classList.contains("md-toggle--indeterminate")),m(()=>r))),ne(t)).subscribe(([r,o])=>{r.classList.remove("md-toggle--indeterminate"),o&&(r.checked=!1)})}function Va(){return/(iPad|iPhone|iPod)/.test(navigator.userAgent)}function ai({document$:e}){e.pipe(E(()=>q("[data-md-scrollfix]")),w(t=>t.removeAttribute("data-md-scrollfix")),M(Va),se(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 si({viewport$:e,tablet$:t}){B([We("search"),t]).pipe(m(([r,o])=>r&&!o),E(r=>j(r).pipe(ze(r?400:100))),ne(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 za(){return location.protocol==="file:"?ht(`${new URL("search/search_index.js",Qr.base)}`).pipe(m(()=>__index),J(1)):Ue(new URL("search/search_index.json",Qr.base))}document.documentElement.classList.remove("no-js");document.documentElement.classList.add("js");var nt=Uo(),_t=Bo(),gt=Jo(_t),Yr=Yo(),Te=nn(),lr=Fr("(min-width: 960px)"),pi=Fr("(min-width: 1220px)"),li=Xo(),Qr=me(),mi=document.forms.namedItem("search")?za():Ve,Br=new x;Fn({alert$:Br});var Gr=new x;te("navigation.instant")&&Wn({location$:_t,viewport$:Te,progress$:Gr}).subscribe(nt);var ci;((ci=Qr.version)==null?void 0:ci.provider)==="mike"&&qn({document$:nt});_(_t,gt).pipe(ze(125)).subscribe(()=>{Ke("drawer",!1),Ke("search",!1)});Yr.pipe(M(({mode:e})=>e==="global")).subscribe(e=>{switch(e.type){case"p":case",":let t=ce("link[rel=prev]");typeof t!="undefined"&&ot(t);break;case"n":case".":let r=ce("link[rel=next]");typeof r!="undefined"&&ot(r);break;case"Enter":let o=Re();o instanceof HTMLLabelElement&&o.click()}});ii({document$:nt,tablet$:lr});ai({document$:nt});si({viewport$:Te,tablet$:lr});var Xe=kn(Ee("header"),{viewport$:Te}),Lt=nt.pipe(m(()=>Ee("main")),E(e=>Rn(e,{viewport$:Te,header$:Xe})),J(1)),qa=_(...oe("consent").map(e=>cn(e,{target$:gt})),...oe("dialog").map(e=>Cn(e,{alert$:Br})),...oe("header").map(e=>Hn(e,{viewport$:Te,header$:Xe,main$:Lt})),...oe("palette").map(e=>Pn(e)),...oe("progress").map(e=>In(e,{progress$:Gr})),...oe("search").map(e=>Gn(e,{index$:mi,keyboard$:Yr})),...oe("source").map(e=>ti(e))),Ka=H(()=>_(...oe("announce").map(e=>sn(e)),...oe("content").map(e=>An(e,{viewport$:Te,target$:gt,print$:li})),...oe("content").map(e=>te("search.highlight")?Jn(e,{index$:mi,location$:_t}):L),...oe("header-title").map(e=>$n(e,{viewport$:Te,header$:Xe})),...oe("sidebar").map(e=>e.getAttribute("data-md-type")==="navigation"?jr(pi,()=>Kr(e,{viewport$:Te,header$:Xe,main$:Lt})):jr(lr,()=>Kr(e,{viewport$:Te,header$:Xe,main$:Lt}))),...oe("tabs").map(e=>ri(e,{viewport$:Te,header$:Xe})),...oe("toc").map(e=>oi(e,{viewport$:Te,header$:Xe,main$:Lt,target$:gt})),...oe("top").map(e=>ni(e,{viewport$:Te,header$:Xe,main$:Lt,target$:gt})))),fi=nt.pipe(E(()=>Ka),qe(qa),J(1));fi.subscribe();window.document$=nt;window.location$=_t;window.target$=gt;window.keyboard$=Yr;window.viewport$=Te;window.tablet$=lr;window.screen$=pi;window.print$=li;window.alert$=Br;window.progress$=Gr;window.component$=fi;})(); +//# sourceMappingURL=bundle.aecac24b.min.js.map + diff --git a/assets/javascripts/bundle.aecac24b.min.js.map b/assets/javascripts/bundle.aecac24b.min.js.map new file mode 100644 index 0000000..b1534de --- /dev/null +++ b/assets/javascripts/bundle.aecac24b.min.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["node_modules/focus-visible/dist/focus-visible.js", "node_modules/clipboard/dist/clipboard.js", "node_modules/escape-html/index.js", "src/templates/assets/javascripts/bundle.ts", "node_modules/rxjs/node_modules/tslib/tslib.es6.js", "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/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/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/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/merge.ts", "node_modules/rxjs/src/internal/operators/mergeWith.ts", "node_modules/rxjs/src/internal/operators/repeat.ts", "node_modules/rxjs/src/internal/operators/sample.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/offset/_/index.ts", "src/templates/assets/javascripts/browser/element/offset/content/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/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/components/content/annotation/_/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/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/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/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/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 * 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 * 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 * Copyright (c) 2016-2023 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 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 */\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 /* Header */\n ...getComponentElements(\"header\")\n .map(el => mountHeader(el, { viewport$, header$, main$ })),\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 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", "/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\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;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\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;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\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);\r\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); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\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\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\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\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\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 { 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 { 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