From e3a3145cd9c5ec4654f305b4552444a36ed13b0a Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 10 Oct 2016 09:51:23 -0700 Subject: [PATCH 01/48] Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29 This branch will contain forward-looking Engine-specific docs and be the equivalent of docker/docker master for docs --- engine/admin/ambassador_pattern_linking.md | 2 +- engine/admin/b2d_volume_resize.md | 2 +- engine/admin/chef.md | 2 +- engine/admin/dsc.md | 2 +- engine/admin/formatting.md | 17 +- engine/admin/logging/awslogs.md | 2 +- engine/admin/logging/etwlogs.md | 4 +- engine/admin/logging/fluentd.md | 4 +- engine/admin/logging/gcplogs.md | 18 ++ engine/admin/logging/journald.md | 17 +- engine/admin/logging/log_tags.md | 10 +- engine/admin/logging/overview.md | 11 +- engine/admin/logging/splunk.md | 135 +++++++-- engine/admin/puppet.md | 2 +- engine/admin/registry_mirror.md | 2 +- engine/admin/runmetrics.md | 10 +- engine/admin/systemd.md | 2 +- engine/admin/using_supervisord.md | 2 +- engine/examples/apt-cacher-ng.md | 2 +- engine/examples/couchbase.md | 2 +- engine/examples/couchdb_data_volumes.md | 2 +- engine/examples/mongodb/Dockerfile | 4 - engine/examples/running_redis_service.md | 2 +- engine/examples/running_riak_service.md | 2 +- engine/examples/running_ssh_service.md | 2 +- engine/getstarted/last_page.md | 15 +- engine/getstarted/linux_install_help.md | 2 +- engine/getstarted/step_one.md | 6 +- engine/getstarted/step_three.md | 40 +-- engine/index.md | 2 +- engine/installation/binaries.md | 7 +- .../cloud/cloud-ex-machine-ocean.md | 154 +++++----- engine/installation/cloud/index.md | 2 +- engine/installation/cloud/overview.md | 2 +- engine/installation/index.md | 2 +- engine/installation/linux/SUSE.md | 2 +- engine/installation/linux/archlinux.md | 2 +- engine/installation/linux/centos.md | 41 ++- engine/installation/linux/cruxlinux.md | 2 +- engine/installation/linux/fedora.md | 38 +-- engine/installation/linux/gentoolinux.md | 2 +- engine/installation/linux/oracle.md | 10 +- engine/installation/linux/rhel.md | 46 +-- engine/installation/mac.md | 6 +- engine/installation/windows.md | 6 +- engine/migration.md | 2 +- .../reference/commandline/container_prune.md | 41 +++ engine/reference/commandline/image_prune.md | 65 +++++ engine/reference/commandline/stack_ls.md | 37 +++ engine/reference/commandline/system_df.md | 68 +++++ engine/reference/commandline/system_prune.md | 70 +++++ engine/reference/commandline/volume_prune.md | 48 ++++ engine/security/apparmor.md | 6 +- engine/security/certificates.md | 4 +- engine/security/https.md | 2 +- engine/security/https/Dockerfile | 4 - engine/security/https/Makefile | 3 - engine/security/https/make_certs.sh | 2 - engine/security/https/parsedocs.sh | 2 - engine/security/index.md | 2 +- engine/security/seccomp.md | 61 +++- engine/security/trust/content_trust.md | 2 +- engine/security/trust/deploying_notary.md | 2 +- engine/security/trust/index.md | 2 +- engine/security/trust/trust_automation.md | 2 +- engine/security/trust/trust_delegation.md | 4 +- engine/security/trust/trust_key_mng.md | 2 +- engine/security/trust/trust_sandbox.md | 2 +- engine/swarm/admin_guide.md | 10 +- engine/swarm/how-swarm-mode-works/nodes.md | 6 +- engine/swarm/how-swarm-mode-works/services.md | 2 +- engine/swarm/join-nodes.md | 4 +- engine/swarm/key-concepts.md | 2 +- engine/swarm/manage-nodes.md | 8 +- engine/swarm/networking.md | 18 +- engine/swarm/raft.md | 2 +- engine/swarm/services.md | 6 +- engine/swarm/swarm-mode.md | 4 +- engine/swarm/swarm-tutorial/add-nodes.md | 8 +- engine/swarm/swarm-tutorial/create-swarm.md | 14 +- engine/swarm/swarm-tutorial/delete-service.md | 4 +- engine/swarm/swarm-tutorial/deploy-service.md | 2 +- engine/swarm/swarm-tutorial/drain-node.md | 50 ++-- engine/swarm/swarm-tutorial/index.md | 12 +- .../swarm/swarm-tutorial/inspect-service.md | 18 +- engine/swarm/swarm-tutorial/rolling-update.md | 32 ++- engine/swarm/swarm-tutorial/scale-service.md | 20 +- engine/tutorials/dockerimages.md | 12 +- engine/tutorials/dockerrepos.md | 2 +- engine/tutorials/dockervolumes.md | 2 +- engine/tutorials/index.md | 2 +- engine/tutorials/networkingcontainers.md | 14 +- engine/understanding-docker.md | 6 +- .../eng-image/dockerfile_best-practices.md | 2 +- engine/userguide/eng-image/index.md | 2 +- engine/userguide/index.md | 2 +- engine/userguide/intro.md | 2 +- engine/userguide/labels-custom-metadata.md | 2 +- engine/userguide/networking/configure-dns.md | 98 ++++++- .../networking/default_network/binding.md | 2 +- .../default_network/build-bridges.md | 2 +- .../default_network/configure-dns.md | 12 +- .../container-communication.md | 2 +- .../default_network/custom-docker0.md | 2 +- .../networking/default_network/dockerlinks.md | 4 +- .../networking/get-started-overlay.md | 6 +- engine/userguide/networking/index.md | 12 +- .../networking/work-with-networks.md | 26 +- .../storagedriver/device-mapper-driver.md | 265 +++++++++--------- engine/userguide/storagedriver/index.md | 2 +- .../storagedriver/overlayfs-driver.md | 2 +- 111 files changed, 1138 insertions(+), 647 deletions(-) create mode 100644 engine/reference/commandline/container_prune.md create mode 100644 engine/reference/commandline/image_prune.md create mode 100644 engine/reference/commandline/stack_ls.md create mode 100644 engine/reference/commandline/system_df.md create mode 100644 engine/reference/commandline/system_prune.md create mode 100644 engine/reference/commandline/volume_prune.md mode change 100644 => 100755 engine/security/https/make_certs.sh mode change 100644 => 100755 engine/security/https/parsedocs.sh diff --git a/engine/admin/ambassador_pattern_linking.md b/engine/admin/ambassador_pattern_linking.md index 172eac676a7..72b55bdeb0a 100644 --- a/engine/admin/ambassador_pattern_linking.md +++ b/engine/admin/ambassador_pattern_linking.md @@ -150,4 +150,4 @@ case `192.168.1.52:6379`. apk add socat && \ rm -r /var/cache/ - CMD env | grep _TCP= | (sed 's/.*_PORT_\([0-9]*\)_TCP=tcp:\/\/\(.*\):\(.*\)/socat -t 100000000 TCP4-LISTEN:\1,fork,reuseaddr TCP4:\2:\3 \&/' && echo wait) | sh \ No newline at end of file + CMD env | grep _TCP= | (sed 's/.*_PORT_\([0-9]*\)_TCP=tcp:\/\/\(.*\):\(.*\)/socat -t 100000000 TCP4-LISTEN:\1,fork,reuseaddr TCP4:\2:\3 \&/' && echo wait) | sh diff --git a/engine/admin/b2d_volume_resize.md b/engine/admin/b2d_volume_resize.md index da7889797d4..d7724b9a700 100644 --- a/engine/admin/b2d_volume_resize.md +++ b/engine/admin/b2d_volume_resize.md @@ -158,4 +158,4 @@ VirtualBox. -You're done! \ No newline at end of file +You're done! diff --git a/engine/admin/chef.md b/engine/admin/chef.md index 707a9b49072..770936cc081 100644 --- a/engine/admin/chef.md +++ b/engine/admin/chef.md @@ -67,4 +67,4 @@ docker_container 'my_nginx' do env 'FOO=bar' subscribes :redeploy, 'docker_image[nginx]' end -``` \ No newline at end of file +``` diff --git a/engine/admin/dsc.md b/engine/admin/dsc.md index f35f946f650..2b75ee72a4a 100644 --- a/engine/admin/dsc.md +++ b/engine/admin/dsc.md @@ -166,4 +166,4 @@ container: ```powershell $containerProps = @{Name="web"; Image="node:latest"; Port="80:80"; ` Env="PORT=80"; Link="db:db"; Command="grunt"} -``` \ No newline at end of file +``` diff --git a/engine/admin/formatting.md b/engine/admin/formatting.md index 0378cc74b71..b115ce29192 100644 --- a/engine/admin/formatting.md +++ b/engine/admin/formatting.md @@ -13,6 +13,7 @@ list of elements they support in their templates: - [Docker Log Tag formatting](logging/log_tags.md) - [Docker Network Inspect formatting](../reference/commandline/network_inspect.md) - [Docker PS formatting](../reference/commandline/ps.md#formatting) +- [Docker Stats formatting](../reference/commandline/stats.md#formatting) - [Docker Volume Inspect formatting](../reference/commandline/volume_inspect.md) - [Docker Version formatting](../reference/commandline/version.md#examples) @@ -26,46 +27,36 @@ This is the complete list of the available functions with examples: Join concatenates a list of strings to create a single string. It puts a separator between each element in the list. - {% raw %} $ docker ps --format '{{join .Names " or "}}' - {% endraw %} ### Json Json encodes an element as a json string. - {% raw %} $ docker inspect --format '{{json .Mounts}}' container - {% endraw %} ### Lower Lower turns a string into its lower case representation. - {% raw %} $ docker inspect --format "{{lower .Name}}" container - {% endraw %} ### Split Split slices a string into a list of strings separated by a separator. {% raw %} - $ docker inspect --format '{{split (join .Names "/") "/"}}' container - {% endraw %} + # docker inspect --format '{{split (join .Names "/") "/"}}' container + {% endraw %} ### Title Title capitalizes a string. - {% raw %} $ docker inspect --format "{{title .Name}}" container - {% endraw %} ### Upper -Upper turns a string into its upper case representation. +Upper turms a string into its upper case representation. - {% raw %} $ docker inspect --format "{{upper .Name}}" container - {% endraw %} \ No newline at end of file diff --git a/engine/admin/logging/awslogs.md b/engine/admin/logging/awslogs.md index 488585ed9ef..ca9ddab081d 100644 --- a/engine/admin/logging/awslogs.md +++ b/engine/admin/logging/awslogs.md @@ -82,4 +82,4 @@ and `logs:PutLogEvents` actions, as shown in the following example. "Resource": "*" } ] - } \ No newline at end of file + } diff --git a/engine/admin/logging/etwlogs.md b/engine/admin/logging/etwlogs.md index 6d222429285..74868b23619 100644 --- a/engine/admin/logging/etwlogs.md +++ b/engine/admin/logging/etwlogs.md @@ -1,8 +1,6 @@ --- description: Describes how to use the etwlogs logging driver. keywords: ETW, docker, logging, driver -title: ETW logging driver ---- The ETW logging driver forwards container logs as ETW events. ETW stands for Event Tracing in Windows, and is the common framework @@ -58,4 +56,4 @@ context information. Note that the time stamp is also available within the ETW e **Note** This ETW provider emits only a message string, and not a specially structured ETW event. Therefore, it is not required to register a manifest file -with the system to read and interpret its ETW events. \ No newline at end of file +with the system to read and interpret its ETW events. diff --git a/engine/admin/logging/fluentd.md b/engine/admin/logging/fluentd.md index b2e756cbde1..03bfc15fa53 100644 --- a/engine/admin/logging/fluentd.md +++ b/engine/admin/logging/fluentd.md @@ -28,10 +28,8 @@ The `docker logs` command is not available for this logging driver. Some options are supported by specifying `--log-opt` as many times as needed: - {% raw %} - `fluentd-address`: specify `host:port` to connect `localhost:24224` - `tag`: specify tag for fluentd message, which interpret some markup, ex `{{.ID}}`, `{{.FullID}}` or `{{.Name}}` `docker.{{.ID}}` - {% endraw %} Configure the default logging driver by passing the @@ -109,4 +107,4 @@ aggregate store. 3. Start one or more containers with the `fluentd` logging driver: - $ docker run --log-driver=fluentd your/application \ No newline at end of file + $ docker run --log-driver=fluentd your/application diff --git a/engine/admin/logging/gcplogs.md b/engine/admin/logging/gcplogs.md index b33f63ec4d5..474fb00544d 100644 --- a/engine/admin/logging/gcplogs.md +++ b/engine/admin/logging/gcplogs.md @@ -34,6 +34,10 @@ takes precedence over information discovered from the metadata server so a Docker daemon running in a Google Cloud Project can be overridden to log to a different Google Cloud Project using `--gcp-project`. +Docker fetches the values for zone, instance name and instance id from Google +Cloud metadata server. Those values can be provided via options if metadata +server is not available. They will not override the values from metadata server. + ## gcplogs options You can use the `--log-opt NAME=VALUE` flag to specify these additional Google @@ -45,6 +49,9 @@ Cloud Logging driver options: | `gcp-log-cmd` | optional | Whether to log the command that the container was started with. Defaults to false. | | `labels` | optional | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for container. | | `env` | optional | Comma-separated list of keys of environment variables, which should be included in message, if these variables are specified for container. | +| `gcp-meta-zone` | optional | Zone name for the instance. | +| `gcp-meta-name` | optional | Instance name. | +| `gcp-meta-id` | optional | Instance ID. | If there is collision between `label` and `env` keys, the value of the `env` takes precedence. Both options add additional fields to the attributes of a @@ -54,6 +61,8 @@ Below is an example of the logging options required to log to the default logging destination which is discovered by querying the GCE metadata server. docker run --log-driver=gcplogs \ + --log-opt labels=location \ + --log-opt env=TEST \ --log-opt gcp-log-cmd=true \ --env "TEST=false" \ --label location=west \ @@ -62,3 +71,12 @@ logging destination which is discovered by querying the GCE metadata server. This configuration also directs the driver to include in the payload the label `location`, the environment variable `ENV`, and the command used to start the container. + +An example of the logging options for running outside of GCE (the daemon must be +configured with GOOGLE_APPLICATION_CREDENTIALS): + + docker run --log-driver=gcplogs \ + --log-opt gcp-project=test-project + --log-opt gcp-meta-zone=west1 \ + --log-opt gcp-meta-name=`hostname` \ + your/application diff --git a/engine/admin/logging/journald.md b/engine/admin/logging/journald.md index 2afd70f056f..e14e319b17b 100644 --- a/engine/admin/logging/journald.md +++ b/engine/admin/logging/journald.md @@ -97,18 +97,5 @@ import systemd.journal reader = systemd.journal.Reader() reader.add_match('CONTAINER_NAME=web') -for msg in reader: - print '{CONTAINER_ID_FULL}: {MESSAGE}'.format(**msg) -``` - -## `journald` configuration - -Docker hosts with many containers may produce large amounts of logging data. -By default, `journald` limits the number of messages stored per service per -time-unit. - -If your application needs large-scale logging, configure `RateLimitIntervalSec` -and `RateLimitBurst` in the `journald` configuration file. By default, -`systemd` drops messages in excess of 1000 messages per service per 30 seconds. -For more information about configuring `journald`, see the -[`journald` documentation](https://www.freedesktop.org/software/systemd/man/journald.conf.html). + for msg in reader: + print '{CONTAINER_ID_FULL}: {MESSAGE}'.format(**msg) diff --git a/engine/admin/logging/log_tags.md b/engine/admin/logging/log_tags.md index 5e61690184a..7b1e9a14de6 100644 --- a/engine/admin/logging/log_tags.md +++ b/engine/admin/logging/log_tags.md @@ -16,7 +16,6 @@ docker run --log-driver=fluentd --log-opt fluentd-address=myhost.local:24224 --l Docker supports some special template markup you can use when specifying a tag's value: -{% raw %} | Markup | Description | |--------------------|------------------------------------------------------| | `{{.ID}}` | The first 12 characters of the container id. | @@ -28,18 +27,15 @@ Docker supports some special template markup you can use when specifying a tag's | `{{.DaemonName}}` | The name of the docker program (`docker`). | For example, specifying a `--log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}"` value yields `syslog` log lines like: -{% endraw %} ``` Aug 7 18:33:19 HOSTNAME docker/hello-world/foobar/5790672ab6a0[9103]: Hello from Docker. ``` -{% raw %} At startup time, the system sets the `container_name` field and `{{.Name}}` in the tags. If you use `docker rename` to rename a container, the new name is not reflected in the log messages. Instead, these messages continue to use the original container name. -{% endraw %} For advanced usage, the generated tag's use [go templates](http://golang.org/pkg/text/template/) and the container's [logging @@ -47,18 +43,18 @@ context](https://github.com/docker/docker/blob/master/daemon/logger/context.go). As an example of what is possible with the syslog logger: -```{% raw %} +``` $ docker run -it --rm \ --log-driver syslog \ --log-opt tag="{{ (.ExtraAttributes nil).SOME_ENV_VAR }}" \ --log-opt env=SOME_ENV_VAR \ -e SOME_ENV_VAR=logtester.1234 \ flyinprogrammer/logtester -{% endraw %}``` +``` Results in logs like this: ``` Apr 1 15:22:17 ip-10-27-39-73 docker/logtester.1234[45499]: + exec app Apr 1 15:22:17 ip-10-27-39-73 docker/logtester.1234[45499]: 2016-04-01 15:22:17.075416751 +0000 UTC stderr msg: 1 -``` \ No newline at end of file +``` diff --git a/engine/admin/logging/overview.md b/engine/admin/logging/overview.md index b6c1d761e2f..f6b7470d682 100644 --- a/engine/admin/logging/overview.md +++ b/engine/admin/logging/overview.md @@ -2,7 +2,6 @@ description: Configure logging driver. keywords: docker, logging, driver, Fluentd redirect_from: -- /engine/reference/logging/overview/ title: Configure logging drivers --- @@ -251,7 +250,10 @@ $ docker run -dit \ ## `fluentd` -### Options +The `gelf-compression-level` option can be used to change the level of +compresssion when `gzip` or `zlib` is selected as `gelf-compression-type`. +Accepted value must be from -1 to 9 (BestCompression). Higher levels +typically run slower but compress more. Default value is 1 (BestSpeed). The `fluentd` logging driver supports the following options: @@ -280,11 +282,6 @@ $ docker run -dit \ {% endraw %} ``` -> **Note**: If the container cannot connect to the Fluentd daemon on the -specified address and `fluentd-async-connect` is set to `false`, the container -stops immediately. - - For detailed information on working with the `fluentd` logging driver, see [the fluentd logging driver](fluentd.md) diff --git a/engine/admin/logging/splunk.md b/engine/admin/logging/splunk.md index 46a769fa3f1..a26bb850c4b 100644 --- a/engine/admin/logging/splunk.md +++ b/engine/admin/logging/splunk.md @@ -27,21 +27,23 @@ You can set the logging driver for a specific container by using the You can use the `--log-opt NAME=VALUE` flag to specify these additional Splunk logging driver options: -{% raw %} -| Option | Required | Description | -|-----------------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `splunk-token` | required | Splunk HTTP Event Collector token. | -| `splunk-url` | required | Path to your Splunk Enterprise or Splunk Cloud instance (including port and scheme used by HTTP Event Collector) `https://your_splunk_instance:8088`. | -| `splunk-source` | optional | Event source. | -| `splunk-sourcetype` | optional | Event source type. | -| `splunk-index` | optional | Event index. | -| `splunk-capath` | optional | Path to root certificate. | -| `splunk-caname` | optional | Name to use for validating server certificate; by default the hostname of the `splunk-url` will be used. | -| `splunk-insecureskipverify` | optional | Ignore server certificate validation. | -| `tag` | optional | Specify tag for message, which interpret some markup. Default value is `{{.ID}}` (12 characters of the container ID). Refer to the [log tag option documentation](log_tags.md) for customizing the log tag format. | -| `labels` | optional | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for container. | -| `env` | optional | Comma-separated list of keys of environment variables, which should be included in message, if these variables are specified for container. | -{% endraw %} +| Option | Required | Description | +|-----------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `splunk-token` | required | Splunk HTTP Event Collector token. | +| `splunk-url` | required | Path to your Splunk Enterprise or Splunk Cloud instance (including port and scheme used by HTTP Event Collector) `https://your_splunk_instance:8088`. | +| `splunk-source` | optional | Event source. | +| `splunk-sourcetype` | optional | Event source type. | +| `splunk-index` | optional | Event index. | +| `splunk-capath` | optional | Path to root certificate. | +| `splunk-caname` | optional | Name to use for validating server certificate; by default the hostname of the `splunk-url` will be used. | +| `splunk-insecureskipverify` | optional | Ignore server certificate validation. | +| `splunk-format` | optional | Message format. Can be `inline`, `json` or `raw`. Defaults to `inline`. | +| `splunk-verify-connection` | optional | Verify on start, that docker can connect to Splunk server. Defaults to true. | +| `splunk-gzip` | optional | Enable/disable gzip compression to send events to Splunk Enterprise or Splunk Cloud instance. Defaults to false. | +| `splunk-gzip-level` | optional | Set compression level for gzip. Valid values are -1 (default), 0 (no compression), 1 (best speed) ... 9 (best compression). Defaults to [DefaultCompression](https://golang.org/pkg/compress/gzip/#DefaultCompression). | +| `tag` | optional | Specify tag for message, which interpret some markup. Default value is `{{.ID}}` (12 characters of the container ID). Refer to the [log tag option documentation](log_tags.md) for customizing the log tag format. | +| `labels` | optional | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for container. | +| `env` | optional | Comma-separated list of keys of environment variables, which should be included in message, if these variables are specified for container. | If there is collision between `label` and `env` keys, the value of the `env` takes precedence. Both options add additional fields to the attributes of a logging message. @@ -52,16 +54,93 @@ Docker daemon is running. The path to the root certificate and Common Name is specified using an HTTPS scheme. This is used for verification. The `SplunkServerDefaultCert` is automatically generated by Splunk certificates. - {% raw %} - docker run --log-driver=splunk \ - --log-opt splunk-token=176FCEBF-4CF5-4EDF-91BC-703796522D20 \ - --log-opt splunk-url=https://splunkhost:8088 \ - --log-opt splunk-capath=/path/to/cert/cacert.pem \ - --log-opt splunk-caname=SplunkServerDefaultCert \ - --log-opt tag="{{.Name}}/{{.FullID}}" \ - --log-opt labels=location \ - --log-opt env=TEST \ - --env "TEST=false" \ - --label location=west \ - your/application - {% endraw %} +```bash +{% raw %} +$ docker run --log-driver=splunk \ + --log-opt splunk-token=176FCEBF-4CF5-4EDF-91BC-703796522D20 \ + --log-opt splunk-url=https://splunkhost:8088 \ + --log-opt splunk-capath=/path/to/cert/cacert.pem \ + --log-opt splunk-caname=SplunkServerDefaultCert \ + --log-opt tag="{{.Name}}/{{.FullID}}" \ + --log-opt labels=location \ + --log-opt env=TEST \ + --env "TEST=false" \ + --label location=west \ + your/application +{% endraw %} +``` + +### Message formats + +By default Logging Driver sends messages as `inline` format, where each message +will be embedded as a string, for example + +``` +{ + "attrs": { + "env1": "val1", + "label1": "label1" + }, + "tag": "MyImage/MyContainer", + "source": "stdout", + "line": "my message" +} +{ + "attrs": { + "env1": "val1", + "label1": "label1" + }, + "tag": "MyImage/MyContainer", + "source": "stdout", + "line": "{\"foo\": \"bar\"}" +} +``` + +In case if your messages are JSON objects you may want to embed them in the +message we send to Splunk. By specifying `--log-opt splunk-format=json` driver +will try to parse every line as a JSON object and send it as embedded object. In +case if it cannot parse it - message will be send as `inline`. For example + + +``` +{ + "attrs": { + "env1": "val1", + "label1": "label1" + }, + "tag": "MyImage/MyContainer", + "source": "stdout", + "line": "my message" +} +{ + "attrs": { + "env1": "val1", + "label1": "label1" + }, + "tag": "MyImage/MyContainer", + "source": "stdout", + "line": { + "foo": "bar" + } +} +``` + +Third format is a `raw` message. You can specify it by using +`--log-opt splunk-format=raw`. Attributes (environment variables and labels) and +tag will be prefixed to the message. For example + +``` +MyImage/MyContainer env1=val1 label1=label1 my message +MyImage/MyContainer env1=val1 label1=label1 {"foo": "bar"} +``` + +## Advanced options + +Splunk Logging Driver allows you to configure few advanced options by specifying next environment variables for the Docker daemon. + +| Environment variable name | Default value | Description | +|--------------------------------------------------|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------| +| `SPLUNK_LOGGING_DRIVER_POST_MESSAGES_FREQUENCY` | `5s` | If there is nothing to batch how often driver will post messages. You can think about this as the maximum time to wait for more messages to batch. | +| `SPLUNK_LOGGING_DRIVER_POST_MESSAGES_BATCH_SIZE` | `1000` | How many messages driver should wait before sending them in one batch. | +| `SPLUNK_LOGGING_DRIVER_BUFFER_MAX` | `10 * 1000` | If driver cannot connect to remote server, what is the maximum amount of messages it can hold in buffer for retries. | +| `SPLUNK_LOGGING_DRIVER_CHANNEL_SIZE` | `4 * 1000` | How many pending messages can be in the channel which is used to send messages to background logger worker, which batches them. | diff --git a/engine/admin/puppet.md b/engine/admin/puppet.md index c72603f27c0..cd9e85dec33 100644 --- a/engine/admin/puppet.md +++ b/engine/admin/puppet.md @@ -92,4 +92,4 @@ Run also contains a number of optional parameters: > *Note:* > The `ports`, `env`, `dns` and `volumes` attributes can be set with either a single -> string or as above with an array of values. \ No newline at end of file +> string or as above with an array of values. diff --git a/engine/admin/registry_mirror.md b/engine/admin/registry_mirror.md index d78f8cb735d..55beb20284f 100644 --- a/engine/admin/registry_mirror.md +++ b/engine/admin/registry_mirror.md @@ -10,4 +10,4 @@ The original content was deprecated. [An archived version](/v1.6/articles/registry_mirror) is available in the 1.7 documentation. For information about configuring mirrors with the latest Docker Registry version, please file a support request with [the Distribution -project](https://github.com/docker/distribution/issues). \ No newline at end of file +project](https://github.com/docker/distribution/issues). diff --git a/engine/admin/runmetrics.md b/engine/admin/runmetrics.md index 886cf0f369b..7325c33b644 100644 --- a/engine/admin/runmetrics.md +++ b/engine/admin/runmetrics.md @@ -59,8 +59,8 @@ known to the system, the hierarchy they belong to, and how many groups they cont You can also look at `/proc//cgroup` to see which control groups a process belongs to. The control group will be shown as a path relative to the root of -the hierarchy mountpoint; e.g., `/` means “this process has not been assigned into -a particular group”, while `/lxc/pumpkin` means that the process is likely to be +the hierarchy mountpoint; e.g., `/` means "this process has not been assigned into +a particular group", while `/lxc/pumpkin` means that the process is likely to be a member of a container named `pumpkin`. ## Finding the cgroup for a given container @@ -273,7 +273,7 @@ program (present in the host system) within any network namespace visible to the current process. This means that your host will be able to enter the network namespace of your containers, but your containers won't be able to access the host, nor their sibling containers. -Containers will be able to “see” and affect their sub-containers, +Containers will be able to "see" and affect their sub-containers, though. The exact format of the command is: @@ -307,7 +307,7 @@ container, we need to: - Create a symlink from `/var/run/netns/` to `/proc//ns/net` - Execute `ip netns exec ....` -Please review [Enumerating Cgroups](runmetrics.md#enumerating-cgroups) to learn how to find +Please review [Enumerating Cgroups](#enumerating-cgroups) to learn how to find the cgroup of a process running in the container of which you want to measure network usage. From there, you can examine the pseudo-file named `tasks`, which contains the PIDs that are in the @@ -382,4 +382,4 @@ and remove the container control group. To remove a control group, just `rmdir` its directory. It's counter-intuitive to `rmdir` a directory as it still contains files; but remember that this is a pseudo-filesystem, so usual rules don't apply. -After the cleanup is done, the collection process can exit safely. \ No newline at end of file +After the cleanup is done, the collection process can exit safely. diff --git a/engine/admin/systemd.md b/engine/admin/systemd.md index 01a018c4225..3413d863c41 100644 --- a/engine/admin/systemd.md +++ b/engine/admin/systemd.md @@ -200,4 +200,4 @@ When installing the binary without a package, you may want to integrate Docker with systemd. For this, simply install the two unit files (service and socket) from [the github repository](https://github.com/docker/docker/tree/master/contrib/init/systemd) -to `/etc/systemd/system`. \ No newline at end of file +to `/etc/systemd/system`. diff --git a/engine/admin/using_supervisord.md b/engine/admin/using_supervisord.md index 36361284b59..3102790d245 100644 --- a/engine/admin/using_supervisord.md +++ b/engine/admin/using_supervisord.md @@ -147,4 +147,4 @@ You launched a new container interactively using the `docker run` command. That container has run Supervisor and launched the SSH and Apache daemons with it. We've specified the `-p` flag to expose ports 22 and 80. From here we can now identify the exposed ports and connect to one or both of the SSH and Apache -daemons. \ No newline at end of file +daemons. diff --git a/engine/examples/apt-cacher-ng.md b/engine/examples/apt-cacher-ng.md index 431b75b85c3..d2ec75ffd44 100644 --- a/engine/examples/apt-cacher-ng.md +++ b/engine/examples/apt-cacher-ng.md @@ -120,4 +120,4 @@ container, and then removing the image. $ docker stop test_apt_cacher_ng $ docker rm test_apt_cacher_ng - $ docker rmi eg_apt_cacher_ng \ No newline at end of file + $ docker rmi eg_apt_cacher_ng diff --git a/engine/examples/couchbase.md b/engine/examples/couchbase.md index 0c68dc6bc85..466dff82775 100644 --- a/engine/examples/couchbase.md +++ b/engine/examples/couchbase.md @@ -274,4 +274,4 @@ is a console that allows to manage a Couchbase instance. It can be seen at: Make sure to replace the IP address with the IP address of your Docker Machine or `localhost` if Docker is running locally. -![Couchbase Web Console](couchbase/web-console.png) \ No newline at end of file +![Couchbase Web Console](couchbase/web-console.png) diff --git a/engine/examples/couchdb_data_volumes.md b/engine/examples/couchdb_data_volumes.md index 61dacbc9bc2..37f8bbe95ee 100644 --- a/engine/examples/couchdb_data_volumes.md +++ b/engine/examples/couchdb_data_volumes.md @@ -40,4 +40,4 @@ This time, we're requesting shared access to `$COUCH1`'s volumes. $ echo "Navigate to $URL in your browser. You should see the same data as in the first database"'!' Congratulations, you are now running two Couchdb containers, completely -isolated from each other *except* for their data. \ No newline at end of file +isolated from each other *except* for their data. diff --git a/engine/examples/mongodb/Dockerfile b/engine/examples/mongodb/Dockerfile index 74872b675fc..aea59c155f8 100644 --- a/engine/examples/mongodb/Dockerfile +++ b/engine/examples/mongodb/Dockerfile @@ -1,7 +1,3 @@ ---- -{} ---- - # Dockerizing MongoDB: Dockerfile for building MongoDB images # Based on ubuntu:16.04, installs MongoDB following the instructions from: # http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ diff --git a/engine/examples/running_redis_service.md b/engine/examples/running_redis_service.md index f8fe4e05b46..473971fb954 100644 --- a/engine/examples/running_redis_service.md +++ b/engine/examples/running_redis_service.md @@ -98,4 +98,4 @@ $ redis 172.17.0.33:6379> exit ``` We could easily use this or other environment variables in our web application to make a connection to our `redis` -container. \ No newline at end of file +container. diff --git a/engine/examples/running_riak_service.md b/engine/examples/running_riak_service.md index 08003610e7f..5a68a3ea8a0 100644 --- a/engine/examples/running_riak_service.md +++ b/engine/examples/running_riak_service.md @@ -99,4 +99,4 @@ Riak is a distributed database. Many production deployments consist of [at least five nodes]( http://basho.com/why-your-riak-cluster-should-have-at-least-five-nodes/). See the [docker-riak](https://github.com/hectcastro/docker-riak) project -details on how to deploy a Riak cluster using Docker and Pipework. \ No newline at end of file +details on how to deploy a Riak cluster using Docker and Pipework. diff --git a/engine/examples/running_ssh_service.md b/engine/examples/running_ssh_service.md index 3a8c24125a3..9e60160cdb8 100644 --- a/engine/examples/running_ssh_service.md +++ b/engine/examples/running_ssh_service.md @@ -80,4 +80,4 @@ container, and then removing the image. $ docker stop test_sshd $ docker rm test_sshd $ docker rmi eg_sshd -``` \ No newline at end of file +``` diff --git a/engine/getstarted/last_page.md b/engine/getstarted/last_page.md index 14f5b10e1c3..a4cbd4cb035 100644 --- a/engine/getstarted/last_page.md +++ b/engine/getstarted/last_page.md @@ -21,23 +21,23 @@ Depending on your interest, the Docker documentation contains a wealth of inform More about Docker for Mac, features, examples, FAQs, relationship to Docker Machine and Docker Toolbox, and how this fits in the Docker ecosystem - Getting Started with Docker for Mac + [Getting Started with Docker for Mac](https://docs.docker.com/docker-for-mac/) More about Docker for Windows, features, examples, FAQs, relationship to Docker Machine and Docker Toolbox, and how this fits in the Docker ecosystem - Getting Started with Docker for Windows + [Getting Started with Docker for Windows](https://docs.docker.com/docker-for-windows/) More about Docker Toolbox - Docker Toolbox Overview + [Docker Toolbox Overview](/toolbox/overview.md) More about Docker for Linux distributions - Install Docker Engine on Linux + [Install Docker Engine on Linux](/engine/installation/linux/index.md) More advanced tutorials on running containers, building your own images, networking containers, managing data for containers, and storing images on Docker Hub - Learn by example + [Learn by example](/engine/tutorials/index.md) Information about the Docker product line @@ -46,11 +46,12 @@ Depending on your interest, the Docker documentation contains a wealth of inform How to set up an automated build on Docker Hub - Docker Hub documentation + Docker Hub documentation How to run a multi-container application with Compose - Docker Compose documentation + [Docker Compose documentation](/compose/overview.md) + A tutorial on Docker Swarm, which provides clustering capabilities to scale applications across multiple Docker nodes diff --git a/engine/getstarted/linux_install_help.md b/engine/getstarted/linux_install_help.md index fec35fc30a7..c0459837ef4 100644 --- a/engine/getstarted/linux_install_help.md +++ b/engine/getstarted/linux_install_help.md @@ -35,4 +35,4 @@ target="_blank">repositories instead for your installation. >command fails for the Docker repo during installation. To work around this, >add the key directly using the following: > - > $ curl -fsSL https://get.docker.com/gpg | sudo apt-key add - \ No newline at end of file + > $ curl -fsSL https://get.docker.com/gpg | sudo apt-key add - diff --git a/engine/getstarted/step_one.md b/engine/getstarted/step_one.md index 9994d26b06f..c95b505c0da 100644 --- a/engine/getstarted/step_one.md +++ b/engine/getstarted/step_one.md @@ -8,9 +8,9 @@ redirect_from: title: Install Docker and run hello-world --- -- [Step 1: Get Docker](step_one.md#step-1-get-docker) -- [Step 2: Install Docker](step_one.md#step-2-install-docker) -- [Step 3: Verify your installation](step_one.md#step-3-verify-your-installation) +- [Step 1: Get Docker](#step-1-get-docker) +- [Step 2: Install Docker](#step-2-install-docker) +- [Step 3: Verify your installation](#step-3-verify-your-installation) ## Step 1: Get Docker diff --git a/engine/getstarted/step_three.md b/engine/getstarted/step_three.md index d073985aa8c..e7013943aab 100644 --- a/engine/getstarted/step_three.md +++ b/engine/getstarted/step_three.md @@ -14,7 +14,7 @@ image you'll use in the rest of this getting started. ## Step 1: Locate the whalesay image -1. Open your browser and [browse to the Docker Hub](https://hub.docker.com/?utm_source=getting_started_guide&utm_medium=embedded_MacOSX&utm_campaign=find_whalesay). +1. Open your browser and browse to the Docker Hub. ![Browse Docker Hub](tutimg/browse_and_search.png) @@ -66,15 +66,15 @@ Make sure Docker is running. On Docker for Mac and Docker for Windows, this is i ----- \ \ - \ - ## . - ## ## ## == - ## ## ## ## === - /""""""""""""""""___/ === - ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ - \______ o __/ - \ \ __/ - \____\______/ + \ + ## . + ## ## ## == + ## ## ## ## === + /""""""""""""""""___/ === + ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ + \______ o __/ + \ \ __/ + \____\______/ The first time you run a software image, the `docker` command looks for it on your local system. If the image isn't there, then `docker` gets it from @@ -108,15 +108,15 @@ Make sure Docker is running. On Docker for Mac and Docker for Windows, this is i --------- \ \ - \ - ## . - ## ## ## == - ## ## ## ## === - /""""""""""""""""___/ === - ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ - \______ o __/ - \ \ __/ - \____\______/ + \ + ## . + ## ## ## == + ## ## ## ## === + /""""""""""""""""___/ === + ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~ + \______ o __/ + \ \ __/ + \____\______/ ## Where to go next @@ -127,4 +127,4 @@ it on your computer. Now, you are ready to create your own Docker image. Go on to the next part [to build your own image](step_four.md). -  \ No newline at end of file +  diff --git a/engine/index.md b/engine/index.md index be4066cee46..760fea258cc 100644 --- a/engine/index.md +++ b/engine/index.md @@ -112,4 +112,4 @@ The complete list of deprecated features can be found on the Docker is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/docker/docker/blob/master/LICENSE) for the full -license text. \ No newline at end of file +license text. diff --git a/engine/installation/binaries.md b/engine/installation/binaries.md index d8f0c615d76..e57e003f764 100644 --- a/engine/installation/binaries.md +++ b/engine/installation/binaries.md @@ -125,9 +125,7 @@ is `https://get.docker.com/builds/Linux/x86_64/docker-1.11.0.tgz`. > **Note** These instructions are for Docker Engine 1.11 and up. Engine 1.10 and > under consists of a single binary, and instructions for those versions are > different. To install version 1.10 or below, follow the instructions in the -> [1.10 documentation](/v1.10/engine/installation/binaries/){:target="_blank"}. - -#### Verify downloaded files +> [1.10 documentation](/v1.10/engine/installation/binaries/){: target="_blank" class="_" }. To verify the integrity of downloaded files, you can get an MD5 or SHA256 checksum by adding `.md5` or `.sha256` to the end of the URL. For instance, @@ -160,6 +158,9 @@ For example, to install the binaries in `/usr/bin`: $ mv docker/* /usr/bin/ ``` +> **Note**: Depending on your current setup, you can specify custom paths +> for some of the binaries provided. + > **Note**: If you already have Engine installed on your host, make sure you > stop Engine before installing (`killall docker`), and install the binaries > in the same location. You can find the location of the current installation diff --git a/engine/installation/cloud/cloud-ex-machine-ocean.md b/engine/installation/cloud/cloud-ex-machine-ocean.md index 232c1d1a3ca..1271a0f061f 100644 --- a/engine/installation/cloud/cloud-ex-machine-ocean.md +++ b/engine/installation/cloud/cloud-ex-machine-ocean.md @@ -20,19 +20,19 @@ If you have not done so already, go to ` gets the host IP address and `docker-machine inspect ` lists all the details. +6. Run some `docker-machine` commands to inspect the remote host. For example, `docker-machine ip ` gets the host IP address and `docker-machine inspect ` lists all the details. - ``` - $ docker-machine ip docker-sandbox - 104.131.43.236 - - $ docker-machine inspect docker-sandbox - { - "ConfigVersion": 3, - "Driver": { - "IPAddress": "104.131.43.236", - "MachineName": "docker-sandbox", - "SSHUser": "root", - "SSHPort": 22, - "SSHKeyPath": "/Users/samanthastevens/.docker/machine/machines/docker-sandbox/id_rsa", - "StorePath": "/Users/samanthastevens/.docker/machine", - "SwarmMaster": false, - "SwarmHost": "tcp://0.0.0.0:3376", - "SwarmDiscovery": "", - ... - ``` + $ docker-machine ip docker-sandbox + 104.131.43.236 + + $ docker-machine inspect docker-sandbox + { + "ConfigVersion": 3, + "Driver": { + "IPAddress": "104.131.43.236", + "MachineName": "docker-sandbox", + "SSHUser": "root", + "SSHPort": 22, + "SSHKeyPath": "/Users/samanthastevens/.docker/machine/machines/docker-sandbox/id_rsa", + "StorePath": "/Users/samanthastevens/.docker/machine", + "SwarmMaster": false, + "SwarmHost": "tcp://0.0.0.0:3376", + "SwarmDiscovery": "", + ... -7. Verify Docker Engine is installed correctly by running `docker` commands. +7. Verify Docker Engine is installed correctly by running `docker` commands. Start with something basic like `docker run hello-world`, or for a more interesting test, run a Dockerized webserver on your new remote machine. In this example, the `-p` option is used to expose port 80 from the `nginx` container and make it accessible on port `8000` of the `docker-sandbox` host. - ``` - $ docker run -d -p 8000:80 --name webserver kitematic/hello-world-nginx - Unable to find image 'kitematic/hello-world-nginx:latest' locally - latest: Pulling from kitematic/hello-world-nginx - a285d7f063ea: Pull complete - 2d7baf27389b: Pull complete - ... - Digest: sha256:ec0ca6dcb034916784c988b4f2432716e2e92b995ac606e080c7a54b52b87066 - Status: Downloaded newer image for kitematic/hello-world-nginx:latest - 942dfb4a0eaae75bf26c9785ade4ff47ceb2ec2a152be82b9d7960e8b5777e65 - ``` + $ docker run -d -p 8000:80 --name webserver kitematic/hello-world-nginx + Unable to find image 'kitematic/hello-world-nginx:latest' locally + latest: Pulling from kitematic/hello-world-nginx + a285d7f063ea: Pull complete + 2d7baf27389b: Pull complete + ... + Digest: sha256:ec0ca6dcb034916784c988b4f2432716e2e92b995ac606e080c7a54b52b87066 + Status: Downloaded newer image for kitematic/hello-world-nginx:latest + 942dfb4a0eaae75bf26c9785ade4ff47ceb2ec2a152be82b9d7960e8b5777e65 In a web browser, go to `http://:8000` to bring up the webserver home page. You got the `` from the output of the `docker-machine ip ` command you ran in a previous step. Use the port you exposed in the `docker run` command. @@ -206,6 +194,6 @@ If you create a host with Docker Machine, but remove it through the cloud provid * [Use Docker Machine to provision hosts on cloud providers](/machine/get-started-cloud/) -* [Install Docker Engine](../../installation/index.md) +* [Install Docker Engine](../../installation/index.md) -* [Docker User Guide](../../userguide/intro.md) \ No newline at end of file +* [Docker User Guide](../../userguide/intro.md) diff --git a/engine/installation/cloud/index.md b/engine/installation/cloud/index.md index ec63cbab43b..552d09fd717 100644 --- a/engine/installation/cloud/index.md +++ b/engine/installation/cloud/index.md @@ -13,4 +13,4 @@ title: Install Engine on cloud hosts * [Understand cloud install options and choose one](overview.md) * [Example: Use Machine to provision cloud hosts](cloud-ex-machine-ocean.md) -* [Example: Manual install on a cloud provider](cloud-ex-aws.md) \ No newline at end of file +* [Example: Manual install on a cloud provider](cloud-ex-aws.md) diff --git a/engine/installation/cloud/overview.md b/engine/installation/cloud/overview.md index a945240151c..0775ab19205 100644 --- a/engine/installation/cloud/overview.md +++ b/engine/installation/cloud/overview.md @@ -45,4 +45,4 @@ To do this, you use the `docker-machine create` command with the driver for the * For supported platforms, see [Install Docker Engine](../index.md). -* To get started with Docker post-install, see [Docker User Guide](../../userguide/intro.md). \ No newline at end of file +* To get started with Docker post-install, see [Docker User Guide](../../userguide/intro.md). diff --git a/engine/installation/index.md b/engine/installation/index.md index db927e9a3bd..bcd1794742c 100644 --- a/engine/installation/index.md +++ b/engine/installation/index.md @@ -41,4 +41,4 @@ Instructions for installing prior releases of Docker can be found in the followi ## Where to go after installing * [About Docker Engine](../index.md) * [Support](https://www.docker.com/support/) -* [Training](https://training.docker.com//) \ No newline at end of file +* [Training](https://training.docker.com//) diff --git a/engine/installation/linux/SUSE.md b/engine/installation/linux/SUSE.md index 4c362827032..96c7cbfca7c 100644 --- a/engine/installation/linux/SUSE.md +++ b/engine/installation/linux/SUSE.md @@ -66,7 +66,7 @@ The `docker` package creates a new group named `docker`. Users, other than `root` user, must be part of this group to interact with the Docker daemon. You can add users with this command syntax: - sudo /usr/sbin/usermod -a -G docker + $ sudo /usr/sbin/usermod -a -G docker Once you add a user, make sure they relog to pick up these new permissions. diff --git a/engine/installation/linux/archlinux.md b/engine/installation/linux/archlinux.md index 5c4ec8a7112..03c0d16152a 100644 --- a/engine/installation/linux/archlinux.md +++ b/engine/installation/linux/archlinux.md @@ -98,4 +98,4 @@ and volumes run the following command: $ rm -rf /var/lib/docker -You must delete the user created configuration files manually. \ No newline at end of file +You must delete the user created configuration files manually. diff --git a/engine/installation/linux/centos.md b/engine/installation/linux/centos.md index 11e8445d7b9..bea52f2b5c3 100644 --- a/engine/installation/linux/centos.md +++ b/engine/installation/linux/centos.md @@ -35,23 +35,23 @@ packages. ## Install Docker Engine There are two ways to install Docker Engine. You can [install using the `yum` -package manager](centos.md#install-with-yum). Or you can use `curl` with the [`get.docker.com` -site](centos.md#install-with-the-script). This second method runs an installation script +package manager](#install-with-yum). Or you can use `curl` with the [`get.docker.com` +site](#install-with-the-script). This second method runs an installation script which also installs via the `yum` package manager. ### Install with yum 1. Log into your machine as a user with `sudo` or `root` privileges. -2. Make sure your existing packages are up-to-date. +2. Make sure your existing packages are up-to-date. ```bash $ sudo yum update ``` -3. Add the `yum` repo. +3. Add the `yum` repo. - ```bash + ```none $ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' [dockerrepo] name=Docker Repository @@ -62,19 +62,19 @@ which also installs via the `yum` package manager. EOF ``` -4. Install the Docker package. +4. Install the Docker package. ```bash $ sudo yum install docker-engine ``` -5. Enable the service. +5. Enable the service. ```bash $ sudo systemctl enable docker.service ``` -6. Start the Docker daemon. +6. Start the Docker daemon. ```bash $ sudo systemctl start docker @@ -118,13 +118,13 @@ learn how to [customize your Systemd Docker daemon options](../../admin/systemd. 1. Log into your machine as a user with `sudo` or `root` privileges. -2. Make sure your existing packages are up-to-date. +2. Make sure your existing packages are up-to-date. ```bash $ sudo yum update ``` -3. Run the Docker installation script. +3. Run the Docker installation script. ```bash $ curl -fsSL https://get.docker.com/ | sh @@ -132,19 +132,19 @@ learn how to [customize your Systemd Docker daemon options](../../admin/systemd. This script adds the `docker.repo` repository and installs Docker. -4. Enable the service. +4. Enable the service. ```bash $ sudo systemctl enable docker.service ``` -5. Start the Docker daemon. +5. Start the Docker daemon. ```bash $ sudo systemctl start docker ``` -6. Verify `docker` is installed correctly by running a test image in a container. +6. Verify `docker` is installed correctly by running a test image in a container. ```bash $ sudo docker run --rm hello-world @@ -172,23 +172,23 @@ To create the `docker` group and add your user: 1. Log into your machine as a user with `sudo` or `root` privileges. -2. Create the `docker` group. +2. Create the `docker` group. ```bash $ sudo groupadd docker ``` -3. Add your user to `docker` group. +3. Add your user to `docker` group. ```bash $ sudo usermod -aG docker your_username ``` -4. Log out and log back in. +4. Log out and log back in. This ensures your user is running with the correct permissions. -5. Verify that your user is in the docker group by running `docker` without `sudo`. +5. Verify that your user is in the docker group by running `docker` without `sudo`. ```bash $ docker run --rm hello-world @@ -206,7 +206,7 @@ $ sudo systemctl enable docker You can uninstall the Docker software with `yum`. -1. List the installed Docker packages. +1. List the installed Docker packages. ```bash $ yum list installed | grep docker @@ -215,7 +215,7 @@ You can uninstall the Docker software with `yum`. docker-engine-selinux.noarch 1.12.3-1.el7.centos @dockerrepo ``` -2. Remove the package. +2. Remove the package. ```bash $ sudo yum -y remove docker-engine.x86_64 @@ -225,11 +225,10 @@ You can uninstall the Docker software with `yum`. This command does not remove images, containers, volumes, or user-created configuration files on your host. -3. To delete all images, containers, and volumes, run the following command: +3. To delete all images, containers, and volumes, run the following command: ```bash $ rm -rf /var/lib/docker ``` 4. Locate and delete any user-created configuration files. - diff --git a/engine/installation/linux/cruxlinux.md b/engine/installation/linux/cruxlinux.md index 85600d87fc6..26681c2c5fd 100644 --- a/engine/installation/linux/cruxlinux.md +++ b/engine/installation/linux/cruxlinux.md @@ -84,4 +84,4 @@ If you have any issues please file a bug with the For support contact the [CRUX Mailing List](http://crux.nu/Main/MailingLists) or join CRUX's [IRC Channels](http://crux.nu/Main/IrcChannels). on the -[FreeNode](http://freenode.net/) IRC Network. \ No newline at end of file +[FreeNode](http://freenode.net/) IRC Network. diff --git a/engine/installation/linux/fedora.md b/engine/installation/linux/fedora.md index c7c39ccb099..07fc9094200 100644 --- a/engine/installation/linux/fedora.md +++ b/engine/installation/linux/fedora.md @@ -33,21 +33,21 @@ packages. ## Install Docker Engine There are two ways to install Docker Engine. You can [install using the `dnf` -package manager](fedora.md#install-with-dnf). Or you can use `curl` [with the `get.docker.com` -site](fedora.md#install-with-the-script). This second method runs an installation script +package manager](#install-with-dnf). Or you can use `curl` [with the `get.docker.com` +site](#install-with-the-script). This second method runs an installation script which also installs via the `dnf` package manager. ### Install with DNF 1. Log into your machine as a user with `sudo` or `root` privileges. -2. Make sure your existing packages are up-to-date. +2. Make sure your existing packages are up-to-date. ```bash $ sudo dnf update ``` -3. Add the `yum` repo. +3. Add the `yum` repo. ```bash $ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' @@ -60,19 +60,19 @@ which also installs via the `dnf` package manager. EOF ``` -4. Install the Docker package. +4. Install the Docker package. ```bash $ sudo dnf install docker-engine ``` -5. Enable the service. +5. Enable the service. ```bash $ sudo systemctl enable docker.service ``` -6. Start the Docker daemon. +6. Start the Docker daemon. ```bash $ sudo systemctl start docker @@ -118,13 +118,13 @@ You use the same installation procedure for all versions of Fedora. 1. Log into your machine as a user with `sudo` or `root` privileges. -2. Make sure your existing packages are up-to-date. +2. Make sure your existing packages are up-to-date. ```bash $ sudo dnf update ``` -3. Run the Docker installation script. +3. Run the Docker installation script. ```bash $ curl -fsSL https://get.docker.com/ | sh @@ -132,19 +132,19 @@ You use the same installation procedure for all versions of Fedora. This script adds the `docker.repo` repository and installs Docker. -4. Enable the service. +4. Enable the service. ```bash $ sudo systemctl enable docker.service ``` -5. Start the Docker daemon. +5. Start the Docker daemon. ```bash $ sudo systemctl start docker ``` -6. Verify `docker` is installed correctly by running a test image in a container. +6. Verify `docker` is installed correctly by running a test image in a container. ```bash $ sudo docker run hello-world @@ -172,13 +172,13 @@ To create the `docker` group and add your user: 1. Log into your machine as a user with `sudo` or `root` privileges. -2. Create the `docker` group. +2. Create the `docker` group. ```bash $ sudo groupadd docker ``` -3. Add your user to `docker` group. +3. Add your user to `docker` group. ```bash $ sudo usermod -aG docker your_username` @@ -188,7 +188,7 @@ To create the `docker` group and add your user: This ensures your user is running with the correct permissions. -5. Verify that your user is in the docker group by running `docker` without `sudo`. +5. Verify that your user is in the docker group by running `docker` without `sudo`. ```bash $ docker run hello-world @@ -225,7 +225,7 @@ This configuration allows IP forwarding from the container as expected. You can uninstall the Docker software with `dnf`. -1. List the installed Docker packages. +1. List the installed Docker packages. ```bash $ dnf list installed | grep docker @@ -233,7 +233,7 @@ You can uninstall the Docker software with `dnf`. docker-engine.x86_64 1.7.1-0.1.fc21 @/docker-engine-1.7.1-0.1.fc21.el7.x86_64 ``` -2. Remove the package. +2. Remove the package. ```bash $ sudo dnf -y remove docker-engine.x86_64 @@ -242,10 +242,10 @@ You can uninstall the Docker software with `dnf`. This command does not remove images, containers, volumes, or user-created configuration files on your host. -3. To delete all images, containers, and volumes, run the following command: +3. To delete all images, containers, and volumes, run the following command: ```bash $ rm -rf /var/lib/docker ``` -4. Locate and delete any user-created configuration files. \ No newline at end of file +4. Locate and delete any user-created configuration files. diff --git a/engine/installation/linux/gentoolinux.md b/engine/installation/linux/gentoolinux.md index 83b9fc462ea..277a4b341ff 100644 --- a/engine/installation/linux/gentoolinux.md +++ b/engine/installation/linux/gentoolinux.md @@ -114,4 +114,4 @@ and volumes run the following command: $ rm -rf /var/lib/docker -You must delete the user created configuration files manually. \ No newline at end of file +You must delete the user created configuration files manually. diff --git a/engine/installation/linux/oracle.md b/engine/installation/linux/oracle.md index 7ff26e51752..7b6f365667b 100644 --- a/engine/installation/linux/oracle.md +++ b/engine/installation/linux/oracle.md @@ -81,11 +81,11 @@ btrfs storage engine on both Oracle Linux 6 and 7. This section contains optional procedures for configuring your Oracle Linux to work better with Docker. -* [Create a docker group](oracle.md#create-a-docker-group) -* [Configure Docker to start on boot](oracle.md#configure-docker-to-start-on-boot) -* [Use the btrfs storage engine](oracle.md#use-the-btrfs-storage-engine) +* [Create a docker group](#create-a-docker-group) +* [Configure Docker to start on boot](#configure-docker-to-start-on-boot) +* [Use the btrfs storage engine](#use-the-btrfs-storage-engine) -### Create a Docker group +### Create a Docker group The `docker` daemon binds to a Unix socket instead of a TCP port. By default that Unix socket is owned by the user `root` and other users can access it with @@ -201,4 +201,4 @@ Request at [My Oracle Support](https://support.oracle.com). If you do not have an Oracle Linux Support Subscription, you can use the [Oracle Linux -Forum](https://community.oracle.com/community/server_%26_storage_systems/linux/oracle_linux) for community-based support. \ No newline at end of file +Forum](https://community.oracle.com/community/server_%26_storage_systems/linux/oracle_linux) for community-based support. diff --git a/engine/installation/linux/rhel.md b/engine/installation/linux/rhel.md index c1ba3a9ae99..151e62b7e72 100644 --- a/engine/installation/linux/rhel.md +++ b/engine/installation/linux/rhel.md @@ -32,21 +32,21 @@ packages. ## Install Docker Engine There are two ways to install Docker Engine. You can [install using the `yum` -package manager](rhel.md#install-with-yum). Or you can use `curl` with the [`get.docker.com` -site](rhel.md#install-with-the-script). This second method runs an installation script +package manager](#install-with-yum). Or you can use `curl` with the [`get.docker.com` +site](#install-with-the-script). This second method runs an installation script which also installs via the `yum` package manager. ### Install with yum -1. Log into your machine as a user with `sudo` or `root` privileges. +1. Log into your machine as a user with `sudo` or `root` privileges. -2. Make sure your existing packages are up-to-date. +2. Make sure your existing packages are up-to-date. ```bash $ sudo yum update ``` -3. Add the `yum` repo. +3. Add the `yum` repo. ```bash $ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' @@ -59,19 +59,19 @@ which also installs via the `yum` package manager. EOF ``` -4. Install the Docker package. +4. Install the Docker package. ```bash $ sudo yum install docker-engine ``` -5. Enable the service. +5. Enable the service. ```bash $ sudo systemctl enable docker.service ``` -6. Start the Docker daemon. +6. Start the Docker daemon. ```bash $ sudo systemctl start docker @@ -113,15 +113,15 @@ learn how to [customize your Systemd Docker daemon options](../../admin/systemd. ### Install with the script -1. Log into your machine as a user with `sudo` or `root` privileges. +1. Log into your machine as a user with `sudo` or `root` privileges. -2. Make sure your existing packages are up-to-date. +2. Make sure your existing packages are up-to-date. ```bash $ sudo yum update ``` -3. Run the Docker installation script. +3. Run the Docker installation script. ```bash $ curl -fsSL https://get.docker.com/ | sh @@ -129,19 +129,19 @@ learn how to [customize your Systemd Docker daemon options](../../admin/systemd. This script adds the `docker.repo` repository and installs Docker. -4. Enable the service. +4. Enable the service. ```bash $ sudo systemctl enable docker.service ``` -5. Start the Docker daemon. +5. Start the Docker daemon. ```bash $ sudo systemctl start docker ``` -6. Verify `docker` is installed correctly by running a test image in a container. +6. Verify `docker` is installed correctly by running a test image in a container. ```bash $ sudo docker run hello-world @@ -167,25 +167,25 @@ makes the ownership of the Unix socket read/writable by the `docker` group. To create the `docker` group and add your user: -1. Log into your machine as a user with `sudo` or `root` privileges. +1. Log into your machine as a user with `sudo` or `root` privileges. -2. Create the `docker` group. +2. Create the `docker` group. ```bash $ sudo groupadd docker ``` -3. Add your user to `docker` group. +3. Add your user to `docker` group. ```bash $ sudo usermod -aG docker your_username` ``` -4. Log out and log back in. +4. Log out and log back in. This ensures your user is running with the correct permissions. -5. Verify that your user is in the docker group by running `docker` without `sudo`. +5. Verify that your user is in the docker group by running `docker` without `sudo`. ```bash $ docker run hello-world @@ -203,7 +203,7 @@ $ sudo systemctl enable docker You can uninstall the Docker software with `yum`. -1. List the installed Docker packages. +1. List the installed Docker packages. ```bash $ yum list installed | grep docker @@ -211,7 +211,7 @@ You can uninstall the Docker software with `yum`. docker-engine.x86_64 1.7.1-0.1.el7@/docker-engine-1.7.1-0.1.el7.x86_64 ``` -2. Remove the package. +2. Remove the package. ```bash $ sudo yum -y remove docker-engine.x86_64 @@ -220,10 +220,10 @@ You can uninstall the Docker software with `yum`. This command does not remove images, containers, volumes, or user-created configuration files on your host. -3. To delete all images, containers, and volumes, run the following command: +3. To delete all images, containers, and volumes, run the following command: ```bash $ rm -rf /var/lib/docker ``` -4. Locate and delete any user-created configuration files. \ No newline at end of file +4. Locate and delete any user-created configuration files. diff --git a/engine/installation/mac.md b/engine/installation/mac.md index 1b678df444a..638483780d5 100644 --- a/engine/installation/mac.md +++ b/engine/installation/mac.md @@ -6,8 +6,8 @@ title: Install Docker on macOS You have two options for installing Docker on Mac: -- [Docker for Mac](mac.md#docker-for-mac) -- [Docker Toolbox](mac.md#docker-toolbox) +- [Docker for Mac](#docker-for-mac) +- [Docker Toolbox](#docker-toolbox) ## Docker for Mac @@ -46,4 +46,4 @@ Your Mac must be running macOS 10.8 "Mountain Lion" or newer to install the Dock * If you are interested in using the Kitematic GUI, see the [Kitematic user guide](/kitematic/userguide/). -> **Note**: The Boot2Docker command line was deprecated several releases back in favor of Docker Machine, and now Docker for Mac. \ No newline at end of file +> **Note**: The Boot2Docker command line was deprecated several releases back in favor of Docker Machine, and now Docker for Mac. diff --git a/engine/installation/windows.md b/engine/installation/windows.md index 5233859b589..eb5fd14c164 100644 --- a/engine/installation/windows.md +++ b/engine/installation/windows.md @@ -6,8 +6,8 @@ title: Install Docker on Windows You have two options for installing Docker on Windows: -- [Docker for Windows](windows.md#docker-for-windows) -- [Docker Toolbox](windows.md#docker-toolbox) +- [Docker for Windows](#docker-for-windows) +- [Docker Toolbox](#docker-toolbox) ## Docker for Windows @@ -41,4 +41,4 @@ To run Docker, your machine must have a 64-bit operating system running Windows * If you are interested in using the Kitematic GUI, see the [Kitematic user guide](/kitematic/userguide/). -> **Note**: The Boot2Docker command line was deprecated several releases > back in favor of Docker Machine, and now Docker for Windows. \ No newline at end of file +> **Note**: The Boot2Docker command line was deprecated several releases > back in favor of Docker Machine, and now Docker for Windows. diff --git a/engine/migration.md b/engine/migration.md index c46ea4591c4..291f6871e29 100644 --- a/engine/migration.md +++ b/engine/migration.md @@ -74,4 +74,4 @@ the default path then you would run: If you use the devicemapper storage driver, you also need to pass the flag `--privileged` to -give the tool access to your storage devices. \ No newline at end of file +give the tool access to your storage devices. diff --git a/engine/reference/commandline/container_prune.md b/engine/reference/commandline/container_prune.md new file mode 100644 index 00000000000..2301353afa2 --- /dev/null +++ b/engine/reference/commandline/container_prune.md @@ -0,0 +1,41 @@ + + +# container prune + +```markdown +Usage: docker container prune [OPTIONS] + +Remove all stopped containers + +Options: + -f, --force Do not prompt for confirmation + --help Print usage +``` + +## Examples + +```bash +$ docker container prune +WARNING! This will remove all stopped containers. +Are you sure you want to continue? [y/N] y +Deleted Containers: +4a7f7eebae0f63178aff7eb0aa39cd3f0627a203ab2df258c1a00b456cf20063 +f98f9c2aa1eaf727e4ec9c0283bc7d4aa4762fbdba7f26191f26c97f64090360 + +Total reclaimed space: 212 B +``` + +## Related information + +* [system df](system_df.md) +* [volume prune](volume_prune.md) +* [image prune](image_prune.md) +* [system prune](system_prune.md) diff --git a/engine/reference/commandline/image_prune.md b/engine/reference/commandline/image_prune.md new file mode 100644 index 00000000000..85bd8ce1a66 --- /dev/null +++ b/engine/reference/commandline/image_prune.md @@ -0,0 +1,65 @@ + + +# image prune + +```markdown +Usage: docker image prune [OPTIONS] + +Remove unused images + +Options: + -a, --all Remove all unused images, not just dangling ones + -f, --force Do not prompt for confirmation + --help Print usage +``` + +Remove all dangling images. If `-a` is specified, will also remove all images not referenced by any container. + +Example output: + +```bash +$ docker image prune -a +WARNING! This will remove all images without at least one container associated to them. +Are you sure you want to continue? [y/N] y +Deleted Images: +untagged: alpine:latest +untagged: alpine@sha256:3dcdb92d7432d56604d4545cbd324b14e647b313626d99b889d0626de158f73a +deleted: sha256:4e38e38c8ce0b8d9041a9c4fefe786631d1416225e13b0bfe8cfa2321aec4bba +deleted: sha256:4fe15f8d0ae69e169824f25f1d4da3015a48feeeeebb265cd2e328e15c6a869f +untagged: alpine:3.3 +untagged: alpine@sha256:4fa633f4feff6a8f02acfc7424efd5cb3e76686ed3218abf4ca0fa4a2a358423 +untagged: my-jq:latest +deleted: sha256:ae67841be6d008a374eff7c2a974cde3934ffe9536a7dc7ce589585eddd83aff +deleted: sha256:34f6f1261650bc341eb122313372adc4512b4fceddc2a7ecbb84f0958ce5ad65 +deleted: sha256:cf4194e8d8db1cb2d117df33f2c75c0369c3a26d96725efb978cc69e046b87e7 +untagged: my-curl:latest +deleted: sha256:b2789dd875bf427de7f9f6ae001940073b3201409b14aba7e5db71f408b8569e +deleted: sha256:96daac0cb203226438989926fc34dd024f365a9a8616b93e168d303cfe4cb5e9 +deleted: sha256:5cbd97a14241c9cd83250d6b6fc0649833c4a3e84099b968dd4ba403e609945e +deleted: sha256:a0971c4015c1e898c60bf95781c6730a05b5d8a2ae6827f53837e6c9d38efdec +deleted: sha256:d8359ca3b681cc5396a4e790088441673ed3ce90ebc04de388bfcd31a0716b06 +deleted: sha256:83fc9ba8fb70e1da31dfcc3c88d093831dbd4be38b34af998df37e8ac538260c +deleted: sha256:ae7041a4cc625a9c8e6955452f7afe602b401f662671cea3613f08f3d9343b35 +deleted: sha256:35e0f43a37755b832f0bbea91a2360b025ee351d7309dae0d9737bc96b6d0809 +deleted: sha256:0af941dd29f00e4510195dd00b19671bc591e29d1495630e7e0f7c44c1e6a8c0 +deleted: sha256:9fc896fc2013da84f84e45b3096053eb084417b42e6b35ea0cce5a3529705eac +deleted: sha256:47cf20d8c26c46fff71be614d9f54997edacfe8d46d51769706e5aba94b16f2b +deleted: sha256:2c675ee9ed53425e31a13e3390bf3f539bf8637000e4bcfbb85ee03ef4d910a1 + +Total reclaimed space: 16.43 MB +``` + +## Related information + +* [system df](system_df.md) +* [container prune](container_prune.md) +* [volume prune](volume_prune.md) +* [system prune](system_prune.md) diff --git a/engine/reference/commandline/stack_ls.md b/engine/reference/commandline/stack_ls.md new file mode 100644 index 00000000000..11abc347272 --- /dev/null +++ b/engine/reference/commandline/stack_ls.md @@ -0,0 +1,37 @@ + + +# stack ls (experimental) + +```markdown +Usage: docker stack ls + +List stacks +``` + +Lists the stacks. + +For example, the following command shows all stacks and some additional information: + +```bash +$ docker stack ls + +ID SERVICES +vossibility-stack 6 +myapp 2 +``` + +## Related information + +* [stack config](stack_config.md) +* [stack deploy](stack_deploy.md) +* [stack rm](stack_rm.md) +* [stack tasks](stack_tasks.md) diff --git a/engine/reference/commandline/system_df.md b/engine/reference/commandline/system_df.md new file mode 100644 index 00000000000..9f03dc8250b --- /dev/null +++ b/engine/reference/commandline/system_df.md @@ -0,0 +1,68 @@ + + +# system df + +```markdown +Usage: docker system df [OPTIONS] + +Show docker filesystem usage + +Options: + --help Print usage + -v, --verbose Show detailed information on space usage +``` + +The `docker system df` command displays information regarding the +amount of disk space used by the docker daemon. + +By default the command will just show a summary of the data used: +```bash +$ docker system df +TYPE TOTAL ACTIVE SIZE RECLAIMABLE +Images 5 2 16.43 MB 11.63 MB (70%) +Containers 2 0 212 B 212 B (100%) +Local Volumes 2 1 36 B 0 B (0%) +``` + +A more detailed view can be requested using the `-v, --verbose` flag: +```bash +$ docker system df -v +Images space usage: + +REPOSITORY TAG IMAGE ID CREATED SIZE SHARED SIZE UNIQUE SIZE CONTAINERS +my-curl latest b2789dd875bf 6 minutes ago 11 MB 11 MB 5 B 0 +my-jq latest ae67841be6d0 6 minutes ago 9.623 MB 8.991 MB 632.1 kB 0 + a0971c4015c1 6 minutes ago 11 MB 11 MB 0 B 0 +alpine latest 4e38e38c8ce0 9 weeks ago 4.799 MB 0 B 4.799 MB 1 +alpine 3.3 47cf20d8c26c 9 weeks ago 4.797 MB 4.797 MB 0 B 1 + +Containers space usage: + +CONTAINER ID IMAGE COMMAND LOCAL VOLUMES SIZE CREATED STATUS NAMES +4a7f7eebae0f alpine:latest "sh" 1 0 B 16 minutes ago Exited (0) 5 minutes ago hopeful_yalow +f98f9c2aa1ea alpine:3.3 "sh" 1 212 B 16 minutes ago Exited (0) 48 seconds ago anon-vol + +Local Volumes space usage: + +NAME LINKS SIZE +07c7bdf3e34ab76d921894c2b834f073721fccfbbcba792aa7648e3a7a664c2e 2 36 B +my-named-vol 0 0 B +``` + +* `SHARED SIZE` is the amount of space that an image shares with another one (i.e. their common data) +* `UNIQUE SIZE` is the amount of space that is only used by a given image +* `SIZE` is the virtual size of the image, it is the sum of `SHARED SIZE` and `UNIQUE SIZE` + +## Related Information +* [system prune](system_prune.md) +* [container prune](container_prune.md) +* [volume prune](volume_prune.md) +* [image prune](image_prune.md) diff --git a/engine/reference/commandline/system_prune.md b/engine/reference/commandline/system_prune.md new file mode 100644 index 00000000000..3ba73ee8182 --- /dev/null +++ b/engine/reference/commandline/system_prune.md @@ -0,0 +1,70 @@ + + +# system prune + +```markdown +Usage: docker system prune [OPTIONS] + +Delete unused data + +Options: + -a, --all Remove all unused images not just dangling ones + -f, --force Do not prompt for confirmation + --help Print usage +``` + +Remove all unused containers, volumes and images (both dangling and unreferenced). + +Example output: + +```bash +$ docker system prune -a +WARNING! This will remove: + - all stopped containers + - all volumes not used by at least one container + - all images without at least one container associated to them +Are you sure you want to continue? [y/N] y +Deleted Containers:0998aa37185a1a7036b0e12cf1ac1b6442dcfa30a5c9650a42ed5010046f195b +73958bfb884fa81fa4cc6baf61055667e940ea2357b4036acbbe25a60f442a4d + +Deleted Volumes: +named-vol + +Deleted Images: +untagged: my-curl:latest +deleted: sha256:7d88582121f2a29031d92017754d62a0d1a215c97e8f0106c586546e7404447d +deleted: sha256:dd14a93d83593d4024152f85d7c63f76aaa4e73e228377ba1d130ef5149f4d8b +untagged: alpine:3.3 +deleted: sha256:695f3d04125db3266d4ab7bbb3c6b23aa4293923e762aa2562c54f49a28f009f +untagged: alpine:latest +deleted: sha256:ee4603260daafe1a8c2f3b78fd760922918ab2441cbb2853ed5c439e59c52f96 +deleted: sha256:9007f5987db353ec398a223bc5a135c5a9601798ba20a1abba537ea2f8ac765f +deleted: sha256:71fa90c8f04769c9721459d5aa0936db640b92c8c91c9b589b54abd412d120ab +deleted: sha256:bb1c3357b3c30ece26e6604aea7d2ec0ace4166ff34c3616701279c22444c0f3 +untagged: my-jq:latest +deleted: sha256:6e66d724542af9bc4c4abf4a909791d7260b6d0110d8e220708b09e4ee1322e1 +deleted: sha256:07b3fa89d4b17009eb3988dfc592c7d30ab3ba52d2007832dffcf6d40e3eda7f +deleted: sha256:3a88a5c81eb5c283e72db2dbc6d65cbfd8e80b6c89bb6e714cfaaa0eed99c548 + +Total reclaimed space: 13.5 MB +``` + +## Related information + +* [volume create](volume_create.md) +* [volume ls](volume_ls.md) +* [volume inspect](volume_inspect.md) +* [volume rm](volume_rm.md) +* [Understand Data Volumes](../../tutorials/dockervolumes.md) +* [system df](system_df.md) +* [container prune](container_prune.md) +* [image prune](image_prune.md) +* [system prune](system_prune.md) diff --git a/engine/reference/commandline/volume_prune.md b/engine/reference/commandline/volume_prune.md new file mode 100644 index 00000000000..4c6eab0d535 --- /dev/null +++ b/engine/reference/commandline/volume_prune.md @@ -0,0 +1,48 @@ + + +# volume prune + +```markdown +Usage: docker volume prune [OPTIONS] + +Remove all unused volumes + +Options: + -f, --force Do not prompt for confirmation + --help Print usage +``` + +Remove all unused volumes. Unused volumes are those which are not referenced by any containers + +Example output: + +```bash +$ docker volume prune +WARNING! This will remove all volumes not used by at least one container. +Are you sure you want to continue? [y/N] y +Deleted Volumes: +07c7bdf3e34ab76d921894c2b834f073721fccfbbcba792aa7648e3a7a664c2e +my-named-vol + +Total reclaimed space: 36 B +``` + +## Related information + +* [volume create](volume_create.md) +* [volume ls](volume_ls.md) +* [volume inspect](volume_inspect.md) +* [volume rm](volume_rm.md) +* [Understand Data Volumes](../../tutorials/dockervolumes.md) +* [system df](system_df.md) +* [container prune](container_prune.md) +* [image prune](image_prune.md) +* [system prune](system_prune.md) diff --git a/engine/security/apparmor.md b/engine/security/apparmor.md index e2f35d4edbe..cdeaf1cb383 100644 --- a/engine/security/apparmor.md +++ b/engine/security/apparmor.md @@ -52,7 +52,7 @@ profile docker-default flags=(attach_disconnected,mediate_deleted) { deny /sys/fs/[^c]*/** wklx, deny /sys/fs/c[^g]*/** wklx, deny /sys/fs/cg[^r]*/** wklx, - deny /sys/firmware/efi/efivars/** rwklx, + deny /sys/firmware/** rwklx, deny /sys/kernel/security/** rwklx, } ``` @@ -168,7 +168,7 @@ profile docker-nginx flags=(attach_disconnected,mediate_deleted) { deny /sys/fs/[^c]*/** wklx, deny /sys/fs/c[^g]*/** wklx, deny /sys/fs/cg[^r]*/** wklx, - deny /sys/firmware/efi/efivars/** rwklx, + deny /sys/firmware/** rwklx, deny /sys/kernel/security/** rwklx, } ``` @@ -308,4 +308,4 @@ Advanced users and package managers can find a profile for `/usr/bin/docker` in the Docker Engine source repository. The `docker-default` profile for containers lives in -[profiles/apparmor](https://github.com/docker/docker/tree/master/profiles/apparmor). \ No newline at end of file +[profiles/apparmor](https://github.com/docker/docker/tree/master/profiles/apparmor). diff --git a/engine/security/certificates.md b/engine/security/certificates.md index 9004f335f39..2e4e798255f 100644 --- a/engine/security/certificates.md +++ b/engine/security/certificates.md @@ -53,7 +53,7 @@ creating an os-provided bundled certificate chain. ## Creating the client certificates You will use OpenSSL's `genrsa` and `req` commands to first generate an RSA -key and then use the key to create the certificate. +key and then use the key to create the certificate. $ openssl genrsa -out client.key 4096 $ openssl req -new -x509 -text -key client.key -out client.cert @@ -65,7 +65,7 @@ key and then use the key to create the certificate. ## Troubleshooting tips -The Docker daemon interprets `.crt` files as CA certificates and `.cert` files +The Docker daemon interprets ``.crt` files as CA certificates and `.cert` files as client certificates. If a CA certificate is accidentally given the extension `.cert` instead of the correct `.crt` extension, the Docker daemon logs the following error message: diff --git a/engine/security/https.md b/engine/security/https.md index ff3bf3c47cc..6216bb33a15 100644 --- a/engine/security/https.md +++ b/engine/security/https.md @@ -209,4 +209,4 @@ flags: ## Related information * [Using certificates for repository client verification](certificates.md) -* [Use trusted images](trust/index.md) \ No newline at end of file +* [Use trusted images](trust/index.md) diff --git a/engine/security/https/Dockerfile b/engine/security/https/Dockerfile index 0e7f88d4200..a3cc132c513 100644 --- a/engine/security/https/Dockerfile +++ b/engine/security/https/Dockerfile @@ -1,7 +1,3 @@ ---- -{} ---- - FROM debian RUN apt-get update && apt-get install -yq openssl diff --git a/engine/security/https/Makefile b/engine/security/https/Makefile index 8a58b66880b..a346a43e222 100644 --- a/engine/security/https/Makefile +++ b/engine/security/https/Makefile @@ -1,6 +1,3 @@ ---- -{} ---- HOST:=boot2docker diff --git a/engine/security/https/make_certs.sh b/engine/security/https/make_certs.sh old mode 100644 new mode 100755 index 1d7982bb94a..39001fdb506 --- a/engine/security/https/make_certs.sh +++ b/engine/security/https/make_certs.sh @@ -1,5 +1,3 @@ - - #!/bin/sh openssl genrsa -aes256 -out ca-key.pem 2048 openssl req -new -x509 -days 365 -key ca-key.pem -sha256 -out ca.pem diff --git a/engine/security/https/parsedocs.sh b/engine/security/https/parsedocs.sh old mode 100644 new mode 100755 index ef3eef35b8c..f9df33c3374 --- a/engine/security/https/parsedocs.sh +++ b/engine/security/https/parsedocs.sh @@ -1,5 +1,3 @@ - - #!/bin/sh echo "#!/bin/sh" diff --git a/engine/security/index.md b/engine/security/index.md index 5097a6a4740..f9a4c58c168 100644 --- a/engine/security/index.md +++ b/engine/security/index.md @@ -14,4 +14,4 @@ This section discusses the security features you can configure and use within yo * You can configure secure computing mode (Seccomp) policies to secure system calls in a container. For more information, see [Seccomp security profiles for Docker](seccomp.md). -* An AppArmor profile for Docker is installed with the official *.deb* packages. For information about this profile and overriding it, see [AppArmor security profiles for Docker](apparmor.md). \ No newline at end of file +* An AppArmor profile for Docker is installed with the official *.deb* packages. For information about this profile and overriding it, see [AppArmor security profiles for Docker](apparmor.md). diff --git a/engine/security/seccomp.md b/engine/security/seccomp.md index 7344d085024..ff31ceac57a 100644 --- a/engine/security/seccomp.md +++ b/engine/security/seccomp.md @@ -33,24 +33,65 @@ compatibility. The default Docker profile (found [here](https://github.com/docke ```json { "defaultAction": "SCMP_ACT_ERRNO", - "architectures": [ - "SCMP_ARCH_X86_64", - "SCMP_ARCH_X86", - "SCMP_ARCH_X32" + "archMap": [ + { + "architecture": "SCMP_ARCH_X86_64", + "subArchitectures": [ + "SCMP_ARCH_X86", + "SCMP_ARCH_X32" + ] + }, + ... ], "syscalls": [ { - "name": "accept", + "names": [ + "accept", + "accept4", + "access", + "alarm", + "alarm", + "bind", + "brk", + ... + "waitid", + "waitpid", + "write", + "writev" + ], "action": "SCMP_ACT_ALLOW", - "args": [] + "args": [], + "comment": "", + "includes": {}, + "excludes": {} }, { - "name": "accept4", + "names": [ + "clone" + ], "action": "SCMP_ACT_ALLOW", - "args": [] + "args": [ + { + "index": 1, + "value": 2080505856, + "valueTwo": 0, + "op": "SCMP_CMP_MASKED_EQ" + } + ], + "comment": "s390 parameter ordering for clone is different", + "includes": { + "arches": [ + "s390", + "s390x" + ] + }, + "excludes": { + "caps": [ + "CAP_SYS_ADMIN" + ] + } }, ... - ] } ``` @@ -132,4 +173,4 @@ profile. ``` $ docker run --rm -it --security-opt seccomp=unconfined debian:jessie \ unshare --map-root-user --user sh -c whoami -``` \ No newline at end of file +``` diff --git a/engine/security/trust/content_trust.md b/engine/security/trust/content_trust.md index d977ef3587b..8b09ffd5ffc 100644 --- a/engine/security/trust/content_trust.md +++ b/engine/security/trust/content_trust.md @@ -289,4 +289,4 @@ Because the tag `docker/trusttest:latest` is not trusted, the `pull` fails. * [Manage keys for content trust](trust_key_mng.md) * [Automation with content trust](trust_automation.md) * [Delegations for content trust](trust_delegation.md) -* [Play in a content trust sandbox](trust_sandbox.md) \ No newline at end of file +* [Play in a content trust sandbox](trust_sandbox.md) diff --git a/engine/security/trust/deploying_notary.md b/engine/security/trust/deploying_notary.md index 55e53260f81..8bedce0f8aa 100644 --- a/engine/security/trust/deploying_notary.md +++ b/engine/security/trust/deploying_notary.md @@ -25,4 +25,4 @@ for [Notary](https://github.com/docker/notary#using-notary) depending on which o Please check back here for instructions after Notary Server has an official stable release. To get a head start on deploying Notary in production see -https://github.com/docker/notary. \ No newline at end of file +https://github.com/docker/notary. diff --git a/engine/security/trust/index.md b/engine/security/trust/index.md index 801786a5a81..ef71d620229 100644 --- a/engine/security/trust/index.md +++ b/engine/security/trust/index.md @@ -10,4 +10,4 @@ The following topics are available: * [Manage keys for content trust](trust_key_mng.md) * [Automation with content trust](trust_automation.md) * [Delegations for content trust](trust_delegation.md) -* [Play in a content trust sandbox](trust_sandbox.md) \ No newline at end of file +* [Play in a content trust sandbox](trust_sandbox.md) diff --git a/engine/security/trust/trust_automation.md b/engine/security/trust/trust_automation.md index 013e69eaf17..f6e209e82b3 100644 --- a/engine/security/trust/trust_automation.md +++ b/engine/security/trust/trust_automation.md @@ -72,4 +72,4 @@ unable to process Dockerfile: No trust data for notrust * [Content trust in Docker](content_trust.md) * [Manage keys for content trust](trust_key_mng.md) * [Delegations for content trust](trust_delegation.md) -* [Play in a content trust sandbox](trust_sandbox.md) \ No newline at end of file +* [Play in a content trust sandbox](trust_sandbox.md) diff --git a/engine/security/trust/trust_delegation.md b/engine/security/trust/trust_delegation.md index b2ed2e8bee2..9f158e3eafb 100644 --- a/engine/security/trust/trust_delegation.md +++ b/engine/security/trust/trust_delegation.md @@ -96,7 +96,7 @@ to rotate the snapshot key specifically, and you want the server to manage it (` stands for "remote"). When adding a delegation, your must acquire -[the PEM-encoded x509 certificate with the public key](trust_delegation.md#generating-delegation-keys) +[the PEM-encoded x509 certificate with the public key](#generating-delegation-keys) of the collaborator you wish to delegate to. Assuming you have the certificate `delegation.crt`, you can add a delegation @@ -217,4 +217,4 @@ the legacy tags that were signed directly with the `targets` key. * [Content trust in Docker](content_trust.md) * [Manage keys for content trust](trust_key_mng.md) * [Automation with content trust](trust_automation.md) -* [Play in a content trust sandbox](trust_sandbox.md) \ No newline at end of file +* [Play in a content trust sandbox](trust_sandbox.md) diff --git a/engine/security/trust/trust_key_mng.md b/engine/security/trust/trust_key_mng.md index 43ab1d3355c..e6decbf8ad8 100644 --- a/engine/security/trust/trust_key_mng.md +++ b/engine/security/trust/trust_key_mng.md @@ -91,4 +91,4 @@ the new key. * [Content trust in Docker](content_trust.md) * [Automation with content trust](trust_automation.md) * [Delegations for content trust](trust_delegation.md) -* [Play in a content trust sandbox](trust_sandbox.md) \ No newline at end of file +* [Play in a content trust sandbox](trust_sandbox.md) diff --git a/engine/security/trust/trust_sandbox.md b/engine/security/trust/trust_sandbox.md index cacb3e2ea4f..d9ee878b8c5 100644 --- a/engine/security/trust/trust_sandbox.md +++ b/engine/security/trust/trust_sandbox.md @@ -284,4 +284,4 @@ When you are done, and want to clean up all the services you've started and any anonymous volumes that have been created, just run the following command in the directory where you've created your Docker Compose file: - $ docker-compose down -v \ No newline at end of file + $ docker-compose down -v diff --git a/engine/swarm/admin_guide.md b/engine/swarm/admin_guide.md index 21e064c5657..3c0729c067d 100644 --- a/engine/swarm/admin_guide.md +++ b/engine/swarm/admin_guide.md @@ -107,7 +107,7 @@ While it is possible to scale a swarm down to a single manager node, it is impossible to demote the last manager node. This ensures you maintain access to the swarm and that the swarm can still process requests. Scaling down to a single manager is an unsafe operation and is not recommended. If -the last node leaves the swarm unexpectedly during the demote operation, the +the last node leaves the swarm unexpetedly during the demote operation, the swarm will become unavailable until you reboot the node or restart with `--force-new-cluster`. @@ -176,17 +176,17 @@ for more information. From the command line, run `docker node inspect ` to query the nodes. For instance, to query the reachability of the node as a manager: -```bash{% raw %} +```bash docker node inspect manager1 --format "{{ .ManagerStatus.Reachability }}" reachable -{% endraw %}``` +``` To query the status of the node as a worker that accept tasks: -```bash{% raw %} +```bash docker node inspect manager1 --format "{{ .Status.State }}" ready -{% endraw %}``` +``` From those commands, we can see that `manager1` is both at the status `reachable` as a manager and `ready` as a worker. diff --git a/engine/swarm/how-swarm-mode-works/nodes.md b/engine/swarm/how-swarm-mode-works/nodes.md index fef3c965bd9..2ef020227b1 100644 --- a/engine/swarm/how-swarm-mode-works/nodes.md +++ b/engine/swarm/how-swarm-mode-works/nodes.md @@ -11,8 +11,8 @@ cluster of one or more Docker Engines called a swarm. A swarm consists of one or more nodes: physical or virtual machines running Docker Engine 1.12 or later in swarm mode. -There are two types of nodes: [**managers**](nodes.md#manager-nodes) and -[**workers**](nodes.md#worker-nodes). +There are two types of nodes: [**managers**](#manager-nodes) and +[**workers**](#worker-nodes). ![Swarm mode cluster](../images/swarm-diagram.png) @@ -80,4 +80,4 @@ You can also demote a manager node to a worker node. See ## Learn More * Read about how swarm mode [services](services.md) work. -* Learn how [PKI](pki.md) works in swarm mode \ No newline at end of file +* Learn how [PKI](pki.md) works in swarm mode diff --git a/engine/swarm/how-swarm-mode-works/services.md b/engine/swarm/how-swarm-mode-works/services.md index 5333aaf4bb3..da5b7cf27d3 100644 --- a/engine/swarm/how-swarm-mode-works/services.md +++ b/engine/swarm/how-swarm-mode-works/services.md @@ -53,7 +53,7 @@ that spawns a new container. A task is a one-directional mechanism. It progresses monotonically through a series of states: assigned, prepared, running, etc. If the task fails the -scheduler removes the task and its container and then creates a new task to +orchestrator removes the task and its container and then creates a new task to replace it according to the desired state specified by the service. The underlying logic of Docker swarm mode is a general purpose scheduler and diff --git a/engine/swarm/join-nodes.md b/engine/swarm/join-nodes.md index 1dc3ec98302..2750b8dc42c 100644 --- a/engine/swarm/join-nodes.md +++ b/engine/swarm/join-nodes.md @@ -10,7 +10,7 @@ swarm mode. To take full advantage of swarm mode you can add nodes to the swarm: * Adding worker nodes increases capacity. When you deploy a service to a swarm, the Engine schedules tasks on available nodes whether they are worker nodes or manager nodes. When you add workers to your swarm, you increase the scale of -the swarm to handle tasks without affecting the manager raft consensus. +the swarm to handle tasks without affecting the manager raft consenus. * Manager nodes increase fault-tolerance. Manager nodes perform the orchestration and cluster management functions for the swarm. Among manager nodes, a single leader node conducts orchestration tasks. If a leader node @@ -102,4 +102,4 @@ This node joined a swarm as a manager. ## Learn More * `swarm join`[command line reference](../reference/commandline/swarm_join.md) -* [Swarm mode tutorial](swarm-tutorial/index.md) \ No newline at end of file +* [Swarm mode tutorial](swarm-tutorial/index.md) diff --git a/engine/swarm/key-concepts.md b/engine/swarm/key-concepts.md index a697b1c0285..bd1eb53fa09 100644 --- a/engine/swarm/key-concepts.md +++ b/engine/swarm/key-concepts.md @@ -28,7 +28,7 @@ A **node** is an instance of the Docker engine participating in the swarm. You c To deploy your application to a swarm, you submit a service definition to a **manager node**. The manager node dispatches units of work called -[tasks](key-concepts.md#services-and-tasks) to worker nodes. +[tasks](#Services-and-tasks) to worker nodes. Manager nodes also perform the orchestration and cluster management functions required to maintain the desired state of the swarm. Manager nodes elect a diff --git a/engine/swarm/manage-nodes.md b/engine/swarm/manage-nodes.md index bc510563271..22f13c04a26 100644 --- a/engine/swarm/manage-nodes.md +++ b/engine/swarm/manage-nodes.md @@ -6,10 +6,10 @@ title: Manage nodes in a swarm As part of the swarm management lifecycle, you may need to view or update a node as follows: -* [list nodes in the swarm](manage-nodes.md#list-nodes) -* [inspect an individual node](manage-nodes.md#inspect-an-individual-node) -* [update a node](manage-nodes.md#update-a-node) -* [leave the swarm](manage-nodes.md#leave-the-swarm) +* [list nodes in the swarm](#list-nodes) +* [inspect an individual node](#inspect-an-individual-node) +* [update a node](#update-a-node) +* [leave the swarm](#leave-the-swarm) ## List nodes diff --git a/engine/swarm/networking.md b/engine/swarm/networking.md index 3ef4eb30477..e3c811f4b7d 100644 --- a/engine/swarm/networking.md +++ b/engine/swarm/networking.md @@ -45,7 +45,7 @@ different nodes. For more information, refer to [Docker swarm mode overlay netwo The `--subnet` flag specifies the subnet for use with the overlay network. When you don't specify a subnet, the swarm manager automatically chooses a subnet and assigns it to the network. On some older kernels, including kernel 3.10, -automatically assigned addresses may overlap with another subnet in your +automatically assigned adresses may overlap with another subnet in your infrastructure. Such overlaps can cause connectivity issues or failures with containers connected to the network. Before you attach a service to the network, the network only extends to manager @@ -92,10 +92,10 @@ tasks are running for the service: ```bash $ docker service ps my-web -ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR -63s86gf6a0ms34mvboniev7bs my-web.1 nginx node1 Running Running 58 seconds ago -6b3q2qbjveo4zauc6xig7au10 my-web.2 nginx node2 Running Running 58 seconds ago -66u2hcrz0miqpc8h0y0f3v7aw my-web.3 nginx node3 Running Running about a minute ago +NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR +my-web.1.63s86gf6a0ms34mvboniev7bs nginx node1 Running Running 58 seconds ago +my-web.2.6b3q2qbjveo4zauc6xig7au10 nginx node2 Running Running 58 seconds ago +my-web.3.66u2hcrz0miqpc8h0y0f3v7aw nginx node3 Running Running about a minute ago ``` ![service vip image](images/service-vip.png) @@ -164,7 +164,7 @@ active tasks. You can inspect the service to view the virtual IP. For example: -```liquid +```bash $ docker service inspect \ --format='{% raw %}{{json .Endpoint.VirtualIPs}}{% endraw %}' \ my-web @@ -192,8 +192,8 @@ using the DNS name `my-web`: ```bash $ docker service ps my-busybox - ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR - 1dok2cmx2mln5hbqve8ilnair my-busybox.1 busybox node1 Running Running 5 seconds ago + NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR + my-busybox.1.1dok2cmx2mln5hbqve8ilnair busybox node1 Running Running 5 seconds ago ``` 3. From the node where the busybox task is running, open an interactive shell to @@ -288,7 +288,7 @@ Address 3: 10.0.9.9 my-dnsrr-service.2.am6fx47p3bropyy2dy4f8hofb.my-network ## Confirm VIP connectivity -In general we recommend you use `dig`, `nslookup`, or another DNS query tool to +In genaral we recommend you use `dig`, `nslookup`, or another DNS query tool to test access to the service name via DNS. Because a VIP is a logical IP, `ping` is not the right tool to confirm VIP connectivity. diff --git a/engine/swarm/raft.md b/engine/swarm/raft.md index abcc8f9d379..8930de7b0fa 100644 --- a/engine/swarm/raft.md +++ b/engine/swarm/raft.md @@ -35,4 +35,4 @@ the properties inherent to distributed systems: and the [Raft Consensus Algorithm paper](https://www.usenix.org/system/files/conference/atc14/atc14-paper-ongaro.pdf)) - *mutual exclusion* through the leader election process - *cluster membership* management -- *globally consistent object sequencing* and CAS (compare-and-swap) primitives \ No newline at end of file +- *globally consistent object sequencing* and CAS (compare-and-swap) primitives diff --git a/engine/swarm/services.md b/engine/swarm/services.md index 654f18945d5..ec00fba7a78 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -49,7 +49,7 @@ anixjtol6wdf my_web 1/1 nginx ``` To make the web server accessible from outside the swarm, you need to -[publish the port](services.md#publish-ports-externally-to-the-swarm) where the swarm +[publish the port](#publish-ports-externally-to-the-swarm) where the swarm listens for web requests. You can include a command to run inside containers after the image: @@ -146,8 +146,8 @@ Swarm mode lets you network services in a couple of ways: #### Publish ports externally to the swarm -You publish service ports externally to the swarm using the `--publish:` -flag. When you publish a service port, the swarm +You publish service ports externally to the swarm using the `--publish +:` flag. When you publish a service port, the swarm makes the service accessible at the target port on every node regardless if there is a task for the service running on the node. diff --git a/engine/swarm/swarm-mode.md b/engine/swarm/swarm-mode.md index 32d0e8c6aad..695a5b72dc4 100644 --- a/engine/swarm/swarm-mode.md +++ b/engine/swarm/swarm-mode.md @@ -37,7 +37,7 @@ as follows: * designates the current node as a leader manager node for the swarm. * names the node with the machine hostname. * configures the manager to listen on an active network interface on port 2377. -* sets the current node to `Active` availability, meaning it can receive tasks +* sets the current node to `Active` availability, meanining it can receive tasks from the scheduler. * starts an internal distributed data store for Engines participating in the swarm to maintain a consistent view of the swarm and all services running on it. @@ -84,7 +84,7 @@ reach the first manager node is not the same address the manager sees as its own. For instance, in a cloud setup that spans different regions, hosts have both internal addresses for access within the region and external addresses that you use for access from outside that region. In this case, specify the external -address with `--advertise-addr` so that the node can propagate that information +address with `--advertise-addr` so that the node can propogate that information to other nodes that subsequently connect to it. Refer to the `docker swarm init` [CLI reference](../reference/commandline/swarm_init.md) diff --git a/engine/swarm/swarm-tutorial/add-nodes.md b/engine/swarm/swarm-tutorial/add-nodes.md index c6ddc247873..ba2226ec9d7 100644 --- a/engine/swarm/swarm-tutorial/add-nodes.md +++ b/engine/swarm/swarm-tutorial/add-nodes.md @@ -10,7 +10,7 @@ to add worker nodes. 1. Open a terminal and ssh into the machine where you want to run a worker node. This tutorial uses the name `worker1`. -2. Run the command produced by the `docker swarm init` output from the +2. Run the command produced by the `docker swarm init` output from the [Create a swarm](create-swarm.md) tutorial step to create a worker node joined to the existing swarm: ```bash @@ -37,7 +37,7 @@ This tutorial uses the name `worker1`. 3. Open a terminal and ssh into the machine where you want to run a second worker node. This tutorial uses the name `worker2`. -4. Run the command produced by the `docker swarm init` output from the +4. Run the command produced by the `docker swarm init` output from the [Create a swarm](create-swarm.md) tutorial step to create a second worker node joined to the existing swarm: @@ -49,7 +49,7 @@ joined to the existing swarm: This node joined a swarm as a worker. ``` -5. Open a terminal and ssh into the machine where the manager node runs and run +5. Open a terminal and ssh into the machine where the manager node runs and run the `docker node ls` command to see the worker nodes: ```bash @@ -68,4 +68,4 @@ the `docker node ls` command to see the worker nodes: ## What's next? Now your swarm consists of a manager and two worker nodes. In the next step of -the tutorial, you [deploy a service](deploy-service.md) to the swarm. \ No newline at end of file +the tutorial, you [deploy a service](deploy-service.md) to the swarm. diff --git a/engine/swarm/swarm-tutorial/create-swarm.md b/engine/swarm/swarm-tutorial/create-swarm.md index 53bd13d3779..ec53af8013a 100644 --- a/engine/swarm/swarm-tutorial/create-swarm.md +++ b/engine/swarm/swarm-tutorial/create-swarm.md @@ -16,17 +16,17 @@ machines. $ docker-machine ssh manager1 ``` -2. Run the following command to create a new swarm: +2. Run the following command to create a new swarm: ```bash docker swarm init --advertise-addr ``` >**Note:** If you are using Docker for Mac or Docker for Windows to test - single-node swarm, simply run `docker swarm init` with no arguments. There is no - need to specify `--advertise-addr` in this case. To learn more, see the topic - on how to [Use Docker for Mac or Docker for - Windows](index.md#use-docker-for-mac-or-docker-for-windows) with Swarm. +single-node swarm, simply run `docker swarm init` with no arguments. There is no +need to specify ` --advertise-addr` in this case. To learn more, see the topic +on how to [Use Docker for Mac or Docker for +Windows](index.md#use-docker-for-mac-or-docker-for-windows) with Swarm. In the tutorial, the following command creates a swarm on the `manager1` machine: @@ -52,7 +52,7 @@ machines. join as managers or workers depending on the value for the `--token` flag. -2. Run `docker info` to view the current state of the swarm: +2. Run `docker info` to view the current state of the swarm: ```bash $ docker info @@ -70,7 +70,7 @@ machines. ...snip... ``` -3. Run the `docker node ls` command to view information about nodes: +3. Run the `docker node ls` command to view information about nodes: ```bash $ docker node ls diff --git a/engine/swarm/swarm-tutorial/delete-service.md b/engine/swarm/swarm-tutorial/delete-service.md index 58e63fee314..32ca92970ad 100644 --- a/engine/swarm/swarm-tutorial/delete-service.md +++ b/engine/swarm/swarm-tutorial/delete-service.md @@ -11,7 +11,7 @@ you can delete the service from the swarm. run your manager node. For example, the tutorial uses a machine named `manager1`. -2. Run `docker service rm helloworld` to remove the `helloworld` service. +2. Run `docker service rm helloworld` to remove the `helloworld` service. ``` $ docker service rm helloworld @@ -19,7 +19,7 @@ run your manager node. For example, the tutorial uses a machine named helloworld ``` -3. Run `docker service inspect ` to verify that the swarm manager +3. Run `docker service inspect ` to verify that the swarm manager removed the service. The CLI returns a message that the service is not found: ``` diff --git a/engine/swarm/swarm-tutorial/deploy-service.md b/engine/swarm/swarm-tutorial/deploy-service.md index 46474d6db4b..a4c0d6ad2e1 100644 --- a/engine/swarm/swarm-tutorial/deploy-service.md +++ b/engine/swarm/swarm-tutorial/deploy-service.md @@ -25,7 +25,7 @@ example, the tutorial uses a machine named `manager1`. * The arguments `alpine ping docker.com` define the service as an Alpine Linux container that executes the command `ping docker.com`. -3. Run `docker service ls` to see the list of running services: +3. Run `docker service ls` to see the list of running services: ``` $ docker service ls diff --git a/engine/swarm/swarm-tutorial/drain-node.md b/engine/swarm/swarm-tutorial/drain-node.md index 921b5278faa..298efbd71b4 100644 --- a/engine/swarm/swarm-tutorial/drain-node.md +++ b/engine/swarm/swarm-tutorial/drain-node.md @@ -17,7 +17,7 @@ node and launches replica tasks on a node with `ACTIVE` availability. run your manager node. For example, the tutorial uses a machine named `manager1`. -2. Verify that all your nodes are actively available. +2. Verify that all your nodes are actively available. ```bash $ docker node ls @@ -28,7 +28,7 @@ run your manager node. For example, the tutorial uses a machine named e216jshn25ckzbvmwlnh5jr3g * manager1 Ready Active Leader ``` -3. If you aren't still running the `redis` service from the [rolling +3. If you aren't still running the `redis` service from the [rolling update](rolling-update.md) tutorial, start it now: ```bash @@ -37,22 +37,22 @@ update](rolling-update.md) tutorial, start it now: c5uo6kdmzpon37mgj9mwglcfw ``` -4. Run `docker service ps redis` to see how the swarm manager assigned the +4. Run `docker service ps redis` to see how the swarm manager assigned the tasks to different nodes: ```bash $ docker service ps redis - ID NAME SERVICE IMAGE LAST STATE DESIRED STATE NODE - 7q92v0nr1hcgts2amcjyqg3pq redis.1 redis redis:3.0.6 Running 26 seconds Running manager1 - 7h2l8h3q3wqy5f66hlv9ddmi6 redis.2 redis redis:3.0.6 Running 26 seconds Running worker1 - 9bg7cezvedmkgg6c8yzvbhwsd redis.3 redis redis:3.0.6 Running 26 seconds Running worker2 + NAME IMAGE NODE DESIRED STATE CURRENT STATE + redis.1.7q92v0nr1hcgts2amcjyqg3pq redis:3.0.6 manager1 Running Running 26 seconds + redis.2.7h2l8h3q3wqy5f66hlv9ddmi6 redis:3.0.6 worker1 Running Running 26 seconds + redis.3.9bg7cezvedmkgg6c8yzvbhwsd redis:3.0.6 worker2 Running Running 26 seconds ``` In this case the swarm manager distributed one task to each node. You may see the tasks distributed differently among the nodes in your environment. -5. Run `docker node update --availability drain ` to drain a node that +5. Run `docker node update --availability drain ` to drain a node that had a task assigned to it: ```bash @@ -61,7 +61,7 @@ had a task assigned to it: worker1 ``` -6. Inspect the node to check its availability: +6. Inspect the node to check its availability: ```bash $ docker node inspect --pretty worker1 @@ -76,24 +76,24 @@ had a task assigned to it: The drained node shows `Drain` for `AVAILABILITY`. -7. Run `docker service ps redis` to see how the swarm manager updated the +7. Run `docker service ps redis` to see how the swarm manager updated the task assignments for the `redis` service: ```bash $ docker service ps redis - ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR - 7q92v0nr1hcgts2amcjyqg3pq redis.1 redis:3.0.6 manager1 Running Running 4 minutes - b4hovzed7id8irg1to42egue8 redis.2 redis:3.0.6 worker2 Running Running About a minute - 7h2l8h3q3wqy5f66hlv9ddmi6 \_ redis.2 redis:3.0.6 worker1 Shutdown Shutdown 2 minutes ago - 9bg7cezvedmkgg6c8yzvbhwsd redis.3 redis:3.0.6 worker2 Running Running 4 minutes + NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR + redis.1.7q92v0nr1hcgts2amcjyqg3pq redis:3.0.6 manager1 Running Running 4 minutes + redis.2.b4hovzed7id8irg1to42egue8 redis:3.0.6 worker2 Running Running About a minute + \_ redis.2.7h2l8h3q3wqy5f66hlv9ddmi6 redis:3.0.6 worker1 Shutdown Shutdown 2 minutes ago + redis.3.9bg7cezvedmkgg6c8yzvbhwsd redis:3.0.6 worker2 Running Running 4 minutes ``` The swarm manager maintains the desired state by ending the task on a node with `Drain` availability and creating a new task on a node with `Active` availability. -8. Run `docker node update --availability active ` to return the +8. Run `docker node update --availability active ` to return the drained node to an active state: ```bash @@ -102,22 +102,22 @@ drained node to an active state: worker1 ``` -9. Inspect the node to see the updated state: +9. Inspect the node to see the updated state: - ```bash - $ docker node inspect --pretty worker1 + ```bash + $ docker node inspect --pretty worker1 - ID: 38ciaotwjuritcdtn9npbnkuz - Hostname: worker1 - Status: + ID: 38ciaotwjuritcdtn9npbnkuz + Hostname: worker1 + Status: State: Ready Availability: Active - ...snip... - ``` + ...snip... + ``` When you set the node back to `Active` availability, it can receive new tasks: * during a service update to scale up * during a rolling update * when you set another node to `Drain` availability - * when a task fails on another active node \ No newline at end of file + * when a task fails on another active node diff --git a/engine/swarm/swarm-tutorial/index.md b/engine/swarm/swarm-tutorial/index.md index e96ec35090e..987376a4986 100644 --- a/engine/swarm/swarm-tutorial/index.md +++ b/engine/swarm/swarm-tutorial/index.md @@ -25,10 +25,10 @@ If you are brand new to Docker, see [About Docker Engine](../../index.md). To run this tutorial, you need the following: -* [three networked host machines](index.md#three-networked-host-machines) -* [Docker Engine 1.12 or later installed](index.md#docker-engine-1-12-or-newer) -* [the IP address of the manager machine](index.md#the-ip-address-of-the-manager-machine) -* [open ports between the hosts](index.md#open-ports-between-the-hosts) +* [three networked host machines](#three-networked-host-machines) +* [Docker Engine 1.12 or later installed](#docker-engine-1-12-or-newer) +* [the IP address of the manager machine](#the-ip-address-of-the-manager-machine) +* [open ports between the hosts](#open-ports-between-the-hosts) ### Three networked host machines @@ -51,9 +51,9 @@ Install Docker Engine and verify that the Docker Engine daemon is running on each of the machines. You can get the latest version of Docker Engine as follows: -* [install Docker Engine on Linux machines](index.md#install-docker-engine-on-linux-machines) +* [install Docker Engine on Linux machines](#install-docker-engine-on-linux-machines) -* [use Docker for Mac or Docker for Windows](index.md#use-docker-for-mac-or-docker-for-windows) +* [use Docker for Mac or Docker for Windows](#use-docker-for-mac-or-docker-for-windows) #### Install Docker Engine on Linux machines diff --git a/engine/swarm/swarm-tutorial/inspect-service.md b/engine/swarm/swarm-tutorial/inspect-service.md index 2847cbd6e2e..d834414f4c8 100644 --- a/engine/swarm/swarm-tutorial/inspect-service.md +++ b/engine/swarm/swarm-tutorial/inspect-service.md @@ -11,7 +11,7 @@ the Docker CLI to see details about the service running in the swarm. run your manager node. For example, the tutorial uses a machine named `manager1`. -2. Run `docker service inspect --pretty ` to display the details +2. Run `docker service inspect --pretty ` to display the details about a service in an easily readable format. To see the details on the `helloworld` service: @@ -21,7 +21,7 @@ about a service in an easily readable format. ID: 9uk4639qpg7npwf3fn2aasksr Name: helloworld - Mode: REPLICATED + Service Mode: REPLICATED Replicas: 1 Placement: UpdateConfig: @@ -29,12 +29,14 @@ about a service in an easily readable format. ContainerSpec: Image: alpine Args: ping docker.com + Resources: + Endpoint Mode: vip ``` >**Tip**: To return the service details in json format, run the same command without the `--pretty` flag. - ```json + ``` $ docker service inspect helloworld [ { @@ -83,14 +85,14 @@ about a service in an easily readable format. ] ``` -4. Run `docker service ps ` to see which nodes are running the +4. Run `docker service ps ` to see which nodes are running the service: ``` $ docker service ps helloworld - ID NAME SERVICE IMAGE LAST STATE DESIRED STATE NODE - 8p1vev3fq5zm0mi8g0as41w35 helloworld.1 helloworld alpine Running 3 minutes Running worker2 + NAME IMAGE NODE DESIRED STATE LAST STATE + helloworld.1.8p1vev3fq5zm0mi8g0as41w35 alpine worker2 Running Running 3 minutes ``` In this case, the one instance of the `helloworld` service is running on the @@ -101,7 +103,7 @@ service: task so you can see if tasks are running according to the service definition. -4. Run `docker ps` on the node where the task is running to see details about +4. Run `docker ps` on the node where the task is running to see details about the container for the task. >**Tip**: If `helloworld` is running on a node other than your manager node, @@ -117,4 +119,4 @@ the container for the task. ## What's next? Next, you can [change the scale](scale-service.md) for the service running in -the swarm. \ No newline at end of file +the swarm. diff --git a/engine/swarm/swarm-tutorial/rolling-update.md b/engine/swarm/swarm-tutorial/rolling-update.md index 057abba136f..731048d8dc9 100644 --- a/engine/swarm/swarm-tutorial/rolling-update.md +++ b/engine/swarm/swarm-tutorial/rolling-update.md @@ -13,7 +13,7 @@ Redis 3.0.7 container image using rolling updates. run your manager node. For example, the tutorial uses a machine named `manager1`. -2. Deploy Redis 3.0.6 to the swarm and configure the swarm with a 10 second +2. Deploy Redis 3.0.6 to the swarm and configure the swarm with a 10 second update delay: ```bash @@ -44,14 +44,14 @@ update delay: `--update-failure-action` flag for `docker service create` or `docker service update`. -3. Inspect the `redis` service: +3. Inspect the `redis` service: ```bash $ docker service inspect --pretty redis ID: 0u6a4s31ybk7yw2wyvtikmu50 Name: redis - Mode: Replicated + Service Mode: Replicated Replicas: 3 Placement: Strategy: Spread @@ -61,9 +61,10 @@ update delay: ContainerSpec: Image: redis:3.0.6 Resources: + Endpoint Mode: vip ``` -4. Now you can update the container image for `redis`. The swarm manager +4. Now you can update the container image for `redis`. The swarm manager applies the update to nodes according to the `UpdateConfig` policy: ```bash @@ -81,7 +82,7 @@ applies the update to nodes according to the `UpdateConfig` policy: * If, at any time during the update, a task returns `FAILED`, pause the update. -5. Run `docker service inspect --pretty redis` to see the new image in the +5. Run `docker service inspect --pretty redis` to see the new image in the desired state: ```bash @@ -89,7 +90,7 @@ desired state: ID: 0u6a4s31ybk7yw2wyvtikmu50 Name: redis - Mode: Replicated + Service Mode: Replicated Replicas: 3 Placement: Strategy: Spread @@ -99,6 +100,7 @@ desired state: ContainerSpec: Image: redis:3.0.7 Resources: + Endpoint Mode: vip ``` The output of `service inspect` shows if your update paused due to failure: @@ -125,22 +127,22 @@ desired state: To avoid repeating certain update failures, you may need to reconfigure the service by passing flags to `docker service update`. -6. Run `docker service ps ` to watch the rolling update: +6. Run `docker service ps ` to watch the rolling update: ```bash $ docker service ps redis - ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR - dos1zffgeofhagnve8w864fco redis.1 redis:3.0.7 worker1 Running Running 37 seconds - 88rdo6pa52ki8oqx6dogf04fh \_ redis.1 redis:3.0.6 worker2 Shutdown Shutdown 56 seconds ago - 9l3i4j85517skba5o7tn5m8g0 redis.2 redis:3.0.7 worker2 Running Running About a minute - 66k185wilg8ele7ntu8f6nj6i \_ redis.2 redis:3.0.6 worker1 Shutdown Shutdown 2 minutes ago - egiuiqpzrdbxks3wxgn8qib1g redis.3 redis:3.0.7 worker1 Running Running 48 seconds - ctzktfddb2tepkr45qcmqln04 \_ redis.3 redis:3.0.6 mmanager1 Shutdown Shutdown 2 minutes ago + NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR + redis.1.dos1zffgeofhagnve8w864fco redis:3.0.7 worker1 Running Running 37 seconds + \_ redis.1.88rdo6pa52ki8oqx6dogf04fh redis:3.0.6 worker2 Shutdown Shutdown 56 seconds ago + redis.2.9l3i4j85517skba5o7tn5m8g0 redis:3.0.7 worker2 Running Running About a minute + \_ redis.2.66k185wilg8ele7ntu8f6nj6i redis:3.0.6 worker1 Shutdown Shutdown 2 minutes ago + redis.3.egiuiqpzrdbxks3wxgn8qib1g redis:3.0.7 worker1 Running Running 48 seconds + \_ redis.3.ctzktfddb2tepkr45qcmqln04 redis:3.0.6 mmanager1 Shutdown Shutdown 2 minutes ago ``` Before Swarm updates all of the tasks, you can see that some are running `redis:3.0.6` while others are running `redis:3.0.7`. The output above shows the state once the rolling updates are done. -Next, learn about how to [drain a node](drain-node.md) in the swarm. \ No newline at end of file +Next, learn about how to [drain a node](drain-node.md) in the swarm. diff --git a/engine/swarm/swarm-tutorial/scale-service.md b/engine/swarm/swarm-tutorial/scale-service.md index 63c63c57f6b..e8c0aec60b8 100644 --- a/engine/swarm/swarm-tutorial/scale-service.md +++ b/engine/swarm/swarm-tutorial/scale-service.md @@ -12,7 +12,7 @@ the swarm. run your manager node. For example, the tutorial uses a machine named `manager1`. -2. Run the following command to change the desired state of the +2. Run the following command to change the desired state of the service running in the swarm: ```bash @@ -27,24 +27,24 @@ service running in the swarm: helloworld scaled to 5 ``` -3. Run `docker service ps ` to see the updated task list: +3. Run `docker service ps ` to see the updated task list: ``` $ docker service ps helloworld - ID NAME SERVICE IMAGE LAST STATE DESIRED STATE NODE - 8p1vev3fq5zm0mi8g0as41w35 helloworld.1 helloworld alpine Running 7 minutes Running worker2 - c7a7tcdq5s0uk3qr88mf8xco6 helloworld.2 helloworld alpine Running 24 seconds Running worker1 - 6crl09vdcalvtfehfh69ogfb1 helloworld.3 helloworld alpine Running 24 seconds Running worker1 - auky6trawmdlcne8ad8phb0f1 helloworld.4 helloworld alpine Running 24 seconds Accepted manager1 - ba19kca06l18zujfwxyc5lkyn helloworld.5 helloworld alpine Running 24 seconds Running worker2 + NAME IMAGE NODE DESIRED STATE CURRENT STATE + helloworld.1.8p1vev3fq5zm0mi8g0as41w35 alpine worker2 Running Running 7 minutes + helloworld.2.c7a7tcdq5s0uk3qr88mf8xco6 alpine worker1 Running Running 24 seconds + helloworld.3.6crl09vdcalvtfehfh69ogfb1 alpine worker1 Running Running 24 seconds + helloworld.4.auky6trawmdlcne8ad8phb0f1 alpine manager1 Running Running 24 seconds + helloworld.5.ba19kca06l18zujfwxyc5lkyn alpine worker2 Running Running 24 seconds ``` You can see that swarm has created 4 new tasks to scale to a total of 5 running instances of Alpine Linux. The tasks are distributed between the three nodes of the swarm. One is running on `manager1`. -4. Run `docker ps` to see the containers running on the node where you're +4. Run `docker ps` to see the containers running on the node where you're connected. The following example shows the tasks running on `manager1`: ``` @@ -60,4 +60,4 @@ connected. The following example shows the tasks running on `manager1`: ## What's next? At this point in the tutorial, you're finished with the `helloworld` service. -The next step shows how to [delete the service](delete-service.md). \ No newline at end of file +The next step shows how to [delete the service](delete-service.md). diff --git a/engine/tutorials/dockerimages.md b/engine/tutorials/dockerimages.md index 9833b05e039..08597e0eaf7 100644 --- a/engine/tutorials/dockerimages.md +++ b/engine/tutorials/dockerimages.md @@ -256,7 +256,6 @@ building your own Sinatra image for your fictitious development team. # This is a comment FROM ubuntu:14.04 - MAINTAINER Kate Smith RUN apt-get update && apt-get install -y ruby ruby-dev RUN gem install sinatra @@ -268,7 +267,7 @@ is capitalized. > **Note:** You use `#` to indicate a comment The first instruction `FROM` tells Docker what the source of our image is, in -this case you're basing our new image on an Ubuntu 14.04 image. The instruction uses the `MAINTAINER` instruction to specify who maintains the new image. +this case you're basing our new image on an Ubuntu 14.04 image. Lastly, you've specified two `RUN` instructions. A `RUN` instruction executes a command inside the image, for example installing a package. Here you're @@ -285,10 +284,7 @@ Now let's take our `Dockerfile` and use the `docker build` command to build an i Sending build context to Docker daemon Step 1 : FROM ubuntu:14.04 ---> e54ca5efa2e9 - Step 2 : MAINTAINER Kate Smith - ---> Using cache - ---> 851baf55332b - Step 3 : RUN apt-get update && apt-get install -y ruby ruby-dev + Step 2 : RUN apt-get update && apt-get install -y ruby ruby-dev ---> Running in 3a2558904e9b Selecting previously unselected package libasan0:amd64. (Reading database ... 11518 files and directories currently installed.) @@ -423,7 +419,7 @@ Now let's take our `Dockerfile` and use the `docker build` command to build an i Running hooks in /etc/ca-certificates/update.d....done. ---> c55c31703134 Removing intermediate container 3a2558904e9b - Step 4 : RUN gem install sinatra + Step 3 : RUN gem install sinatra ---> Running in 6b81cb6313e5 unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.rdoc, skipping unable to convert "\xC3" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to US-ASCII for README.rdoc, skipping @@ -464,7 +460,7 @@ step-by-step. You can see that each step creates a new container, runs the instruction inside that container and then commits that change - just like the `docker commit` work flow you saw earlier. When all the instructions have executed you're left with the `97feabe5d2ed` image -(also helpfully tagged as `ouruser/sinatra:v2`) and all intermediate +(also helpfuly tagged as `ouruser/sinatra:v2`) and all intermediate containers will get removed to clean things up. > **Note:** diff --git a/engine/tutorials/dockerrepos.md b/engine/tutorials/dockerrepos.md index 5db79184836..f6da9f15e14 100644 --- a/engine/tutorials/dockerrepos.md +++ b/engine/tutorials/dockerrepos.md @@ -182,4 +182,4 @@ webhooks](/docker-hub/repos/#webhooks) ## Next steps -Go and use Docker! \ No newline at end of file +Go and use Docker! diff --git a/engine/tutorials/dockervolumes.md b/engine/tutorials/dockervolumes.md index eb90864030e..1318c7ebade 100644 --- a/engine/tutorials/dockervolumes.md +++ b/engine/tutorials/dockervolumes.md @@ -28,7 +28,7 @@ containers that bypasses the [*Union File System*](../reference/glossary.md#unio - Volumes are initialized when a container is created. If the container's base image contains data at the specified mount point, that existing data is copied into the new volume upon volume initialization. (Note that this does - not apply when [mounting a host directory](dockervolumes.md#mount-a-host-directory-as-a-data-volume).) + not apply when [mounting a host directory](#mount-a-host-directory-as-a-data-volume).) - Data volumes can be shared and reused among containers. - Changes to a data volume are made directly. - Changes to a data volume will not be included when you update an image. diff --git a/engine/tutorials/index.md b/engine/tutorials/index.md index 428a1141310..8c39811fe8c 100644 --- a/engine/tutorials/index.md +++ b/engine/tutorials/index.md @@ -13,4 +13,4 @@ title: Engine tutorials * [Build your own images](dockerimages.md) * [Network containers](networkingcontainers.md) * [Manage data in containers](dockervolumes.md) -* [Store images on Docker Hub](dockerrepos.md) \ No newline at end of file +* [Store images on Docker Hub](dockerrepos.md) diff --git a/engine/tutorials/networkingcontainers.md b/engine/tutorials/networkingcontainers.md index a3076fe6cfe..18f4d19bae6 100644 --- a/engine/tutorials/networkingcontainers.md +++ b/engine/tutorials/networkingcontainers.md @@ -78,7 +78,8 @@ $ docker network inspect bridge "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0", "com.docker.network.bridge.name": "docker0", "com.docker.network.driver.mtu": "9001" - } + }, + "Labels": {} } ] ``` @@ -120,12 +121,13 @@ If you inspect the network, you'll find that it has nothing in it. "Config": [ { "Subnet": "172.18.0.0/16", - "Gateway": "172.18.0.1/16" + "Gateway": "172.18.0.1" } ] }, "Containers": {}, - "Options": {} + "Options": {}, + "Labels": {} } ] @@ -142,9 +144,7 @@ Launch a container running a PostgreSQL database and pass it the `--net=my-bridg If you inspect your `my-bridge-network` you'll see it has a container attached. You can also inspect your container to see where it is connected: - {% raw %} $ docker inspect --format='{{json .NetworkSettings.Networks}}' db - {% endraw %} {"my-bridge-network":{"NetworkID":"7d86d31b1478e7cca9ebed7e73aa0fdeec46c5ca29497431d3007d2d9e15ed99", "EndpointID":"508b170d56b2ac9e4ef86694b0a76a22dd3df1983404f7321da5649645bf7043","Gateway":"172.18.0.1","IPAddress":"172.18.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02"}} @@ -155,18 +155,14 @@ Now, go ahead and start your by now familiar web application. This time don't sp Which network is your `web` application running under? Inspect the application and you'll find it is running in the default `bridge` network. - {% raw %} $ docker inspect --format='{{json .NetworkSettings.Networks}}' web - {% endraw %} {"bridge":{"NetworkID":"7ea29fc1412292a2d7bba362f9253545fecdfa8ce9a6e37dd10ba8bee7129812", "EndpointID":"508b170d56b2ac9e4ef86694b0a76a22dd3df1983404f7321da5649645bf7043","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02"}} Then, get the IP address of your `web` - {% raw %} $ docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' web - {% endraw %} 172.17.0.2 diff --git a/engine/understanding-docker.md b/engine/understanding-docker.md index 984dc054cc2..176a4e5b362 100644 --- a/engine/understanding-docker.md +++ b/engine/understanding-docker.md @@ -121,7 +121,7 @@ Apache web server and your web application installed. You can build or update images from scratch or download and use images created by others. An image may be based on, or may extend, one or more other images. A docker image is described in text file called a _Dockerfile_, which has a simple, well-defined syntax. For more -details about images, see [How does a Docker image work?](understanding-docker.md#how-does-a-docker-image-work). +details about images, see [How does a Docker image work?](#how-does-a-docker-image-work). Docker images are the **build** component of Docker. @@ -132,7 +132,7 @@ a container, you can provide configuration metadata such as networking informati or environment variables. Each container is an isolated and secure application platform, but can be given access to resources running in a different host or container, as well as persistent storage or databases. For more details about -containers, see [How does a container work?](understanding-docker.md#how-does-a-container-work). +containers, see [How does a container work?](#how-does-a-container-work). Docker containers are the **run** component of Docker. @@ -140,7 +140,7 @@ Docker containers are the **run** component of Docker. A docker registry is a library of images. A registry can be public or private, and can be on the same server as the Docker daemon or Docker client, or on a totally separate server. For more details about registries, see -[How does a Docker registry work?](understanding-docker.md#how-does-a-docker-registry-work) +[How does a Docker registry work?](#how-does-a-docker-registry-work) Docker registries are the **distribution** component of Docker. diff --git a/engine/userguide/eng-image/dockerfile_best-practices.md b/engine/userguide/eng-image/dockerfile_best-practices.md index f56fcd41cb8..1c30ebd2c3a 100644 --- a/engine/userguide/eng-image/dockerfile_best-practices.md +++ b/engine/userguide/eng-image/dockerfile_best-practices.md @@ -527,4 +527,4 @@ These Official Repositories have exemplary `Dockerfile`s: * [More about Base Images](baseimages.md) * [More about Automated Builds](/docker-hub/builds/) * [Guidelines for Creating Official -Repositories](/docker-hub/official_repos/) \ No newline at end of file +Repositories](/docker-hub/official_repos/) diff --git a/engine/userguide/eng-image/index.md b/engine/userguide/eng-image/index.md index 901c48f922d..a77dfb0e27d 100644 --- a/engine/userguide/eng-image/index.md +++ b/engine/userguide/eng-image/index.md @@ -6,4 +6,4 @@ title: Work with images * [Create a base image](baseimages.md) * [Best practices for writing Dockerfiles](dockerfile_best-practices.md) -* [Image management](image_management.md) \ No newline at end of file +* [Image management](image_management.md) diff --git a/engine/userguide/index.md b/engine/userguide/index.md index 09286455c8e..105943d251c 100644 --- a/engine/userguide/index.md +++ b/engine/userguide/index.md @@ -52,4 +52,4 @@ This guide helps users learn how to use Docker Engine. ## Misc -- [Apply custom metadata](labels-custom-metadata.md) \ No newline at end of file +- [Apply custom metadata](labels-custom-metadata.md) diff --git a/engine/userguide/intro.md b/engine/userguide/intro.md index 83227894ec6..e0d21dc7269 100644 --- a/engine/userguide/intro.md +++ b/engine/userguide/intro.md @@ -131,4 +131,4 @@ Go to [Docker Swarm user guide](/swarm/). * Docker on IRC: irc.freenode.net and channel #docker * [Docker on Twitter](https://twitter.com/docker) * Get [Docker help](https://stackoverflow.com/search?q=docker) on - StackOverflow \ No newline at end of file + StackOverflow diff --git a/engine/userguide/labels-custom-metadata.md b/engine/userguide/labels-custom-metadata.md index 60e132fe87c..fc3ba226394 100644 --- a/engine/userguide/labels-custom-metadata.md +++ b/engine/userguide/labels-custom-metadata.md @@ -106,4 +106,4 @@ Labels on swarm nodes and services can be updated dynamically. - [Adding labels when creating a swarm service](../reference/commandline/service_create.md#set-metadata-on-a-service-l-label) - [Updating a swarm service's labels](../reference/commandline/service_update.md) - [Inspecting a swarm service's labels](../reference/commandline/service_inspect.md) - - [Filtering swarm services by label](../reference/commandline/service_ls.md#filtering) \ No newline at end of file + - [Filtering swarm services by label](../reference/commandline/service_ls.md#filtering) diff --git a/engine/userguide/networking/configure-dns.md b/engine/userguide/networking/configure-dns.md index 878d6d9ed33..2af81204e9c 100644 --- a/engine/userguide/networking/configure-dns.md +++ b/engine/userguide/networking/configure-dns.md @@ -24,14 +24,94 @@ the files alone and use the following Docker options instead. Various container options that affect container domain name services. -| Options | Description | -| ------- | ----------- | -| `--name=CONTAINER-NAME` | Container name configured using `--name` is used to discover a container within an user-defined docker network. The embedded DNS server maintains the mapping between the container name and its IP address (on the network the container is connected to). | -| `--network-alias=ALIAS` | In addition to `--name` as described above, a container is discovered by one or more of its configured `--network-alias` (or `--alias` in docker network connect command) within the user-defined network. The embedded DNS server maintains the mapping between all of the container aliases and its IP address on a specific user-defined network. A container can have different aliases in different networks by using the `--alias` option in docker network connect command. | -| `--link=CONTAINER_NAME:ALIAS` | Using this option as you run a container gives the embedded DNS an extra entry named ALIAS that points to the IP address of the container identified by CONTAINER_NAME. When using `--link` the embedded DNS will guarantee that localized lookup result only on that container where the `--link` is used. This lets processes inside the new container connect to container without having to know its name or IP. | -| `--dns=[IP_ADDRESS...]` | The IP addresses passed via the `--dns` option is used by the embedded DNS server to forward the DNS query if embedded DNS server is unable to resolve a name resolution request from the containers. These `--dns` IP addresses are managed by the embedded DNS server and will not be updated in the container's `/etc/resolv.conf` file.| -| `--dns-search=DOMAIN...` | Sets the domain names that are searched when a bare unqualified hostname isused inside of the container. These `--dns-search` options are managed by the embedded DNS server and will not be updated in the container's `/etc/resolv.conf` file. When a container process attempts to access host and the search domain `example.com` is set, for instance, the DNS logic will not only look up host but also `host.example.com`. | -| `--dns-opt=OPTION...` |Sets the options used by DNS resolvers. These options are managed by the embedded DNS server and will not be updated in the container's `/etc/resolv.conf` file. See documentation for resolv.conf for a list of valid options | + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ --name=CONTAINER-NAME +

+
+

+ Container name configured using --name is used to discover a container within + an user-defined docker network. The embedded DNS server maintains the mapping between + the container name and its IP address (on the network the container is connected to). +

+
+

+ --network-alias=ALIAS +

+
+

+ In addition to --name as described above, a container is discovered by one or more + of its configured --network-alias (or --alias in docker network connect command) + within the user-defined network. The embedded DNS server maintains the mapping between + all of the container aliases and its IP address on a specific user-defined network. + A container can have different aliases in different networks by using the --alias + option in docker network connect command. +

+
+

+ --link=CONTAINER_NAME:ALIAS +

+
+

+ Using this option as you run a container gives the embedded DNS + an extra entry named ALIAS that points to the IP address + of the container identified by CONTAINER_NAME. When using --link + the embedded DNS will guarantee that localized lookup result only on that + container where the --link is used. This lets processes inside the new container + connect to container without having to know its name or IP. +

+

+ --dns=[IP_ADDRESS...] +

+ The IP addresses passed via the --dns option is used by the embedded DNS + server to forward the DNS query if embedded DNS server is unable to resolve a name + resolution request from the containers. + These --dns IP addresses are managed by the embedded DNS server and + will not be updated in the container's /etc/resolv.conf file. +

+ --dns-search=DOMAIN... +

+ Sets the domain names that are searched when a bare unqualified hostname is + used inside of the container. These --dns-search options are managed by the + embedded DNS server and will not be updated in the container's /etc/resolv.conf file. + When a container process attempts to access host and the search + domain example.com is set, for instance, the DNS logic will not only + look up host but also host.example.com. +

+

+ --dns-opt=OPTION... +

+ Sets the options used by DNS resolvers. These options are managed by the embedded + DNS server and will not be updated in the container's /etc/resolv.conf file. +

+

+ See documentation for resolv.conf for a list of valid options +

+ In the absence of the `--dns=IP_ADDRESS...`, `--dns-search=DOMAIN...`, or `--dns-opt=OPTION...` options, Docker uses the `/etc/resolv.conf` of the @@ -49,4 +129,4 @@ IPv6 Google DNS nameservers will also be added (2001:4860:4860::8888 and > **Note**: If you need access to a host's localhost resolver, you must modify > your DNS service on the host to listen on a non-localhost address that is -> reachable from within the container. \ No newline at end of file +> reachable from within the container. diff --git a/engine/userguide/networking/default_network/binding.md b/engine/userguide/networking/default_network/binding.md index f7edb261f21..bf21390c573 100644 --- a/engine/userguide/networking/default_network/binding.md +++ b/engine/userguide/networking/default_network/binding.md @@ -96,4 +96,4 @@ address: this alternative is preferred for performance reasons. - [Understand Docker container networks](../index.md) - [Work with network commands](../work-with-networks.md) -- [Legacy container links](dockerlinks.md) \ No newline at end of file +- [Legacy container links](dockerlinks.md) diff --git a/engine/userguide/networking/default_network/build-bridges.md b/engine/userguide/networking/default_network/build-bridges.md index 3385110a22f..94dfc0ae66d 100644 --- a/engine/userguide/networking/default_network/build-bridges.md +++ b/engine/userguide/networking/default_network/build-bridges.md @@ -77,4 +77,4 @@ You can use the `brctl show` command to see Docker add and remove interfaces from the bridge as you start and stop containers, and can run `ip addr` and `ip route` inside a container to see that it has been given an address in the bridge's IP address range and has been told to use the Docker host's IP address -on the bridge as its default gateway to the rest of the Internet. \ No newline at end of file +on the bridge as its default gateway to the rest of the Internet. diff --git a/engine/userguide/networking/default_network/configure-dns.md b/engine/userguide/networking/default_network/configure-dns.md index b06f9699ad3..aab6d1345e0 100644 --- a/engine/userguide/networking/default_network/configure-dns.md +++ b/engine/userguide/networking/default_network/configure-dns.md @@ -98,13 +98,17 @@ Four different options affect container domain name services. --dns-opt=OPTION...

- Sets the options used by DNS resolvers by writing an options - line into the container's /etc/resolv.conf. + Sets the options used by DNS resolvers by writing an options + line into the container's /etc/resolv.conf.

- See documentation for resolv.conf for a list of valid options + See documentation for resolv.conf for a list of valid options

+ +

+

+ @@ -120,4 +124,4 @@ You might wonder what happens when the host machine's `/etc/resolv.conf` file ch When the host file changes, all stopped containers which have a matching `resolv.conf` to the host will be updated immediately to this newest host configuration. Containers which are running when the host configuration changes will need to stop and start to pick up the host changes due to lack of a facility to ensure atomic writes of the `resolv.conf` file while the container is running. If the container's `resolv.conf` has been edited since it was started with the default configuration, no replacement will be attempted as it would overwrite the changes performed by the container. If the options (`--dns`, `--dns-search`, or `--dns-opt`) have been used to modify the default host configuration, then the replacement with an updated host's `/etc/resolv.conf` will not happen as well. -> **Note**: For containers which were created prior to the implementation of the `/etc/resolv.conf` update feature in Docker 1.5.0: those containers will **not** receive updates when the host `resolv.conf` file changes. Only containers created with Docker 1.5.0 and above will utilize this auto-update feature. \ No newline at end of file +> **Note**: For containers which were created prior to the implementation of the `/etc/resolv.conf` update feature in Docker 1.5.0: those containers will **not** receive updates when the host `resolv.conf` file changes. Only containers created with Docker 1.5.0 and above will utilize this auto-update feature. diff --git a/engine/userguide/networking/default_network/container-communication.md b/engine/userguide/networking/default_network/container-communication.md index f50936df7c4..0f2904b0ec1 100644 --- a/engine/userguide/networking/default_network/container-communication.md +++ b/engine/userguide/networking/default_network/container-communication.md @@ -126,4 +126,4 @@ ACCEPT tcp -- 172.17.0.3 172.17.0.2 tcp dpt:80 > **Note**: Docker is careful that its host-wide `iptables` rules fully expose containers to each other's raw IP addresses, so connections from one container to another should always appear to be originating from the first container's own -IP address. \ No newline at end of file +IP address. diff --git a/engine/userguide/networking/default_network/custom-docker0.md b/engine/userguide/networking/default_network/custom-docker0.md index 9f20957d953..7f045c6321e 100644 --- a/engine/userguide/networking/default_network/custom-docker0.md +++ b/engine/userguide/networking/default_network/custom-docker0.md @@ -56,4 +56,4 @@ default via 172.17.42.1 dev eth0 root@f38c87f2a42d:/# exit ``` -Remember that the Docker host will not be willing to forward container packets out on to the Internet unless its `ip_forward` system setting is `1` -- see the section on [Communicating to the outside world](container-communication.md#communicating-to-the-outside-world) for details. \ No newline at end of file +Remember that the Docker host will not be willing to forward container packets out on to the Internet unless its `ip_forward` system setting is `1` -- see the section on [Communicating to the outside world](container-communication.md#communicating-to-the-outside-world) for details. diff --git a/engine/userguide/networking/default_network/dockerlinks.md b/engine/userguide/networking/default_network/dockerlinks.md index 49259c853ab..659e161b361 100644 --- a/engine/userguide/networking/default_network/dockerlinks.md +++ b/engine/userguide/networking/default_network/dockerlinks.md @@ -191,9 +191,7 @@ example as: Next, inspect your linked containers with `docker inspect`: - {% raw %} $ docker inspect -f "{{ .HostConfig.Links }}" web - {% endraw %} [/db:/web/db] @@ -303,7 +301,7 @@ linked `web` container will be able to talk to the `db` container. ### Important notes on Docker environment variables -Unlike host entries in the [`/etc/hosts` file](dockerlinks.md#updating-the-etchosts-file), +Unlike host entries in the [`/etc/hosts` file](#updating-the-etchosts-file), IP addresses stored in the environment variables are not automatically updated if the source container is restarted. We recommend using the host entries in `/etc/hosts` to resolve the IP address of linked containers. diff --git a/engine/userguide/networking/get-started-overlay.md b/engine/userguide/networking/get-started-overlay.md index b1fd04f9bae..6b8f3094802 100644 --- a/engine/userguide/networking/get-started-overlay.md +++ b/engine/userguide/networking/get-started-overlay.md @@ -9,11 +9,11 @@ network. Docker Engine supports multi-host networking out-of-the-box through the `overlay` network driver. Unlike `bridge` networks, overlay networks require some pre-existing conditions before you can create one: -* [Docker Engine running in swarm mode](get-started-overlay.md#overlay-networking-and-swarm-mode) +* [Docker Engine running in swarm mode](#overlay-networking-and-swarm-mode) OR -* [A cluster of hosts using a key value store](get-started-overlay.md#overlay-networking-with-an-external-key-value-store) +* [A cluster of hosts using a key value store](#overlay-networking-with-an-external-key-value-store) ## Overlay networking and swarm mode @@ -47,7 +47,7 @@ $ docker service create --replicas 2 --network my-multi-host-network --name my-w Overlay networks for a swarm are not available to unmanaged containers. For more information refer to [Docker swarm mode overlay network security model](overlay-security-model.md). -See also [Attach services to an overlay network](../../swarm/networking.md). +See also [Attach services to an overlay network](../../swarm/networking.md). ## Overlay networking with an external key-value store diff --git a/engine/userguide/networking/index.md b/engine/userguide/networking/index.md index 762a5ae642e..c039e16faa9 100644 --- a/engine/userguide/networking/index.md +++ b/engine/userguide/networking/index.md @@ -117,7 +117,8 @@ $ docker network inspect bridge "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0", "com.docker.network.bridge.name": "docker0", "com.docker.network.driver.mtu": "9001" - } + }, + "Labels": {} } ] ``` @@ -175,7 +176,8 @@ $ docker network inspect bridge "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0", "com.docker.network.bridge.name": "docker0", "com.docker.network.driver.mtu": "9001" - } + }, + "Labels": {} } ] ``` @@ -328,7 +330,8 @@ $ docker network inspect isolated_nw ] }, "Containers": {}, - "Options": {} + "Options": {}, + "Labels": {} } ] @@ -370,7 +373,8 @@ $ docker network inspect isolated_nw "IPv6Address": "" } }, - "Options": {} + "Options": {}, + "Labels": {} } ] ``` diff --git a/engine/userguide/networking/work-with-networks.md b/engine/userguide/networking/work-with-networks.md index 9c42be19bbc..dc35000cc14 100644 --- a/engine/userguide/networking/work-with-networks.md +++ b/engine/userguide/networking/work-with-networks.md @@ -50,12 +50,13 @@ $ docker network inspect simple-network "Config": [ { "Subnet": "172.22.0.0/16", - "Gateway": "172.22.0.1/16" + "Gateway": "172.22.0.1" } ] }, "Containers": {}, - "Options": {} + "Options": {}, + "Labels": {} } ] ``` @@ -145,14 +146,15 @@ $ docker network inspect my-network "Config": [ { "Subnet": "172.23.0.0/16", - "Gateway": "172.23.0.1/16" + "Gateway": "172.23.0.1" } ] }, "Containers": {}, "Options": { "com.docker.network.bridge.host_binding_ipv4": "172.23.0.1" - } + }, + "Labels": {} } ] @@ -191,7 +193,7 @@ needed. $ docker run -itd --name=container2 busybox 498eaaaf328e1018042c04b2de04036fc04719a6e39a097a4f4866043a2c2152 -``` + ``` 2. Create an isolated, `bridge` network to test with. @@ -202,7 +204,7 @@ needed. ``` 3. Connect `container2` to the network and then `inspect` the network to verify -the connection: + the connection: ```bash $ docker network connect isolated_nw container2 @@ -293,7 +295,7 @@ the connection: 6. Inspect the network resources used by `container2`. If you have Python installed, you can pretty print the output. - + ```bash $ docker inspect --format='{{json .NetworkSettings.Networks}}' container2 | python -m json.tool @@ -487,8 +489,8 @@ The following example briefly describes how to use `--link`. ``` This is a little tricky, because `container5` does not exist yet. When - `container5` is created, `container4` will be able to resolve the name `c5` to - `container5`'s IP address. + `container5` is created, `container4` will be able to resolve the name `c5` to + `container5`'s IP address. >**Note:** Any link between containers created with *legacy link* is static in nature and hard-binds the container with the alias. It does not tolerate @@ -637,7 +639,7 @@ The following example illustrates these points. 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 0.070/0.081/0.097 ms ``` - + Both pings succeed, but the subnets are different, which means that the networks are different. @@ -763,7 +765,7 @@ The following example illustrates this limitation. 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 0.070/0.081/0.097 ms ``` - + Detach from `container4` and leave it running using `CTRL-p CTRL-q`. ```bash @@ -1052,7 +1054,7 @@ remove a network. If a network has connected endpoints, an error occurs. } ] ``` - + 3. Remove the `isolated_nw` network. ```bash $ docker network rm isolated_nw diff --git a/engine/userguide/storagedriver/device-mapper-driver.md b/engine/userguide/storagedriver/device-mapper-driver.md index 5e01f231bc1..b7829ae7009 100644 --- a/engine/userguide/storagedriver/device-mapper-driver.md +++ b/engine/userguide/storagedriver/device-mapper-driver.md @@ -189,7 +189,7 @@ Storage Driver: devicemapper Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata Library Version: 1.02.93-RHEL7 (2015-01-28) [...] -``` + ``` The output above shows a Docker host running with the `devicemapper` storage driver operating in `loop-lvm` mode. This is indicated by the fact that the @@ -205,7 +205,7 @@ you how to configure a Docker host to use the `devicemapper` storage driver in a `direct-lvm` configuration. > **Caution:** If you have already run the Docker daemon on your Docker host -> and have images you want to keep, `push` them Docker Hub or your private +> and have images you want to keep, `push` them to Docker Hub or your private > Docker Trusted Registry before attempting this procedure. The procedure below will create a logical volume configured as a thin pool to @@ -227,79 +227,79 @@ assumes that the Docker daemon is in the `stopped` state. 3. Create a physical volume replacing `/dev/xvdf` with your block device. - ```bash - $ pvcreate /dev/xvdf - ``` + ```bash + $ pvcreate /dev/xvdf + ``` 4. Create a 'docker' volume group. - ```bash - $ vgcreate docker /dev/xvdf - ``` + ```bash + $ vgcreate docker /dev/xvdf + ``` 5. Create a thin pool named `thinpool`. - In this example, the data logical is 95% of the 'docker' volume group size. - Leaving this free space allows for auto expanding of either the data or - metadata if space runs low as a temporary stopgap. + In this example, the data logical is 95% of the 'docker' volume group size. + Leaving this free space allows for auto expanding of either the data or + metadata if space runs low as a temporary stopgap. - ```bash - $ lvcreate --wipesignatures y -n thinpool docker -l 95%VG - $ lvcreate --wipesignatures y -n thinpoolmeta docker -l 1%VG - ``` + ```bash + $ lvcreate --wipesignatures y -n thinpool docker -l 95%VG + $ lvcreate --wipesignatures y -n thinpoolmeta docker -l 1%VG + ``` 6. Convert the pool to a thin pool. - ```bash - $ lvconvert -y --zero n -c 512K --thinpool docker/thinpool --poolmetadata docker/thinpoolmeta - ``` + ```bash + $ lvconvert -y --zero n -c 512K --thinpool docker/thinpool --poolmetadata docker/thinpoolmeta + ``` 7. Configure autoextension of thin pools via an `lvm` profile. - ```bash - $ vi /etc/lvm/profile/docker-thinpool.profile - ``` + ```bash + $ vi /etc/lvm/profile/docker-thinpool.profile + ``` -8. Specify `thin_pool_autoextend_threshold` value. +8. Specify 'thin_pool_autoextend_threshold' value. - The value should be the percentage of space used before `lvm` attempts - to autoextend the available space (100 = disabled). + The value should be the percentage of space used before `lvm` attempts + to autoextend the available space (100 = disabled). - ``` - thin_pool_autoextend_threshold = 80 - ``` + ``` + thin_pool_autoextend_threshold = 80 + ``` 9. Modify the `thin_pool_autoextend_percent` for when thin pool autoextension occurs. - The value's setting is the percentage of space to increase the thin pool (100 = - disabled) + The value's setting is the perentage of space to increase the thin pool (100 = + disabled) - ``` - thin_pool_autoextend_percent = 20 - ``` + ``` + thin_pool_autoextend_percent = 20 + ``` 10. Check your work, your `docker-thinpool.profile` file should appear similar to the following: - An example `/etc/lvm/profile/docker-thinpool.profile` file: + An example `/etc/lvm/profile/docker-thinpool.profile` file: - ``` - activation { - thin_pool_autoextend_threshold=80 - thin_pool_autoextend_percent=20 - } - ``` + ``` + activation { + thin_pool_autoextend_threshold=80 + thin_pool_autoextend_percent=20 + } + ``` 11. Apply your new lvm profile - ```bash - $ lvchange --metadataprofile docker-thinpool docker/thinpool - ``` + ```bash + $ lvchange --metadataprofile docker-thinpool docker/thinpool + ``` 12. Verify the `lv` is monitored. - ```bash - $ lvs -o+seg_monitor - ``` + ```bash + $ lvs -o+seg_monitor + ``` 13. If the Docker daemon was previously started, move your existing graph driver directory out of the way. @@ -323,7 +323,7 @@ assumes that the Docker daemon is in the `stopped` state. --storage-driver=devicemapper --storage-opt=dm.thinpooldev=/dev/mapper/docker-thinpool --storage-opt=dm.use_deferred_removal=true --storage-opt=dm.use_deferred_deletion=true ``` - You can also set them for startup in the `daemon.json` configuration, for example: + You can also set them for startup in the `daemon.json` configuration, for example: ```json { @@ -340,15 +340,15 @@ assumes that the Docker daemon is in the `stopped` state. 15. If using systemd and modifying the daemon configuration via unit or drop-in file, reload systemd to scan for changes. - ```bash - $ systemctl daemon-reload - ``` + ```bash + $ systemctl daemon-reload + ``` 16. Start the Docker daemon. - ```bash - $ systemctl start docker - ``` + ```bash + $ systemctl start docker + ``` After you start the Docker daemon, ensure you monitor your thin pool and volume group free space. While the volume group will auto-extend, it can still fill @@ -467,79 +467,79 @@ The `Data Space` values show that the pool is 100GB total. This example extends 1. List the sizes of the devices. - ```bash - $ sudo ls -lh /var/lib/docker/devicemapper/devicemapper/ + ```bash + $ sudo ls -lh /var/lib/docker/devicemapper/devicemapper/ - total 1175492 - -rw------- 1 root root 100G Mar 30 05:22 data - -rw------- 1 root root 2.0G Mar 31 11:17 metadata - ``` + total 1175492 + -rw------- 1 root root 100G Mar 30 05:22 data + -rw------- 1 root root 2.0G Mar 31 11:17 metadata + ``` 2. Truncate `data` file to the size of the `metadata` file (approximately 200GB). - ```bash - $ sudo truncate -s 214748364800 /var/lib/docker/devicemapper/devicemapper/data - ``` + ```bash + $ sudo truncate -s 214748364800 /var/lib/docker/devicemapper/devicemapper/data + ``` 3. Verify the file size changed. - ```bash - $ sudo ls -lh /var/lib/docker/devicemapper/devicemapper/ + ```bash + $ sudo ls -lh /var/lib/docker/devicemapper/devicemapper/ - total 1.2G - -rw------- 1 root root 200G Apr 14 08:47 data - -rw------- 1 root root 2.0G Apr 19 13:27 metadata - ``` + total 1.2G + -rw------- 1 root root 200G Apr 14 08:47 data + -rw------- 1 root root 2.0G Apr 19 13:27 metadata + ``` 4. Reload data loop device - ```bash - $ sudo blockdev --getsize64 /dev/loop0 + ```bash + $ sudo blockdev --getsize64 /dev/loop0 - 107374182400 + 107374182400 - $ sudo losetup -c /dev/loop0 + $ sudo losetup -c /dev/loop0 - $ sudo blockdev --getsize64 /dev/loop0 + $ sudo blockdev --getsize64 /dev/loop0 - 214748364800 - ``` + 214748364800 + ``` 5. Reload devicemapper thin pool. - 1. Get the pool name first. + a. Get the pool name first. - ```bash - $ sudo dmsetup status | grep pool + ```bash + $ sudo dmsetup status | grep pool - docker-8:1-123141-pool: 0 209715200 thin-pool 91 - 422/524288 18338/1638400 - rw discard_passdown queue_if_no_space - - ``` + docker-8:1-123141-pool: 0 209715200 thin-pool 91 + 422/524288 18338/1638400 - rw discard_passdown queue_if_no_space - + ``` - The name is the string before the colon. + The name is the string before the colon. - 2. Dump the device mapper table first. + b. Dump the device mapper table first. - ```bash - $ sudo dmsetup table docker-8:1-123141-pool + ```bash + $ sudo dmsetup table docker-8:1-123141-pool - 0 209715200 thin-pool 7:1 7:0 128 32768 1 skip_block_zeroing - ``` + 0 209715200 thin-pool 7:1 7:0 128 32768 1 skip_block_zeroing + ``` - 3. Calculate the real total sectors of the thin pool now. + c. Calculate the real total sectors of the thin pool now. - Change the second number of the table info (i.e. the disk end sector) to - reflect the new number of 512 byte sectors in the disk. For example, as the - new loop size is 200GB, change the second number to 419430400. + Change the second number of the table info (i.e. the disk end sector) to + reflect the new number of 512 byte sectors in the disk. For example, as the + new loop size is 200GB, change the second number to 419430400. - 4. Reload the thin pool with the new sector number + d. Reload the thin pool with the new sector number - ```bash - $ sudo dmsetup suspend docker-8:1-123141-pool \ - && sudo dmsetup reload docker-8:1-123141-pool --table '0 419430400 thin-pool 7:1 7:0 128 32768 1 skip_block_zeroing' \ - && sudo dmsetup resume docker-8:1-123141-pool - ``` + ```bash + $ sudo dmsetup suspend docker-8:1-123141-pool \ + && sudo dmsetup reload docker-8:1-123141-pool --table '0 419430400 thin-pool 7:1 7:0 128 32768 1 skip_block_zeroing' \ + && sudo dmsetup resume docker-8:1-123141-pool + ``` #### The device_tool @@ -562,64 +562,63 @@ disk partition. 1. Extend the volume group (VG) `vg-docker`. - ```bash - $ sudo vgextend vg-docker /dev/sdh1 + ```bash + $ sudo vgextend vg-docker /dev/sdh1 - Volume group "vg-docker" successfully extended - ``` + Volume group "vg-docker" successfully extended + ``` - Your volume group may use a different name. + Your volume group may use a different name. 2. Extend the `data` logical volume(LV) `vg-docker/data` - ```bash - $ sudo lvextend -l+100%FREE -n vg-docker/data + ```bash + $ sudo lvextend -l+100%FREE -n vg-docker/data - Extending logical volume data to 200 GiB - Logical volume data successfully resized - ``` + Extending logical volume data to 200 GiB + Logical volume data successfully resized + ``` 3. Reload devicemapper thin pool. - 1. Get the pool name. + a. Get the pool name. - ```bash - $ sudo dmsetup status | grep pool + ```bash + $ sudo dmsetup status | grep pool - docker-253:17-1835016-pool: 0 96460800 thin-pool 51593 6270/1048576 701943/753600 - rw no_discard_passdown queue_if_no_space - ``` + docker-253:17-1835016-pool: 0 96460800 thin-pool 51593 6270/1048576 701943/753600 - rw no_discard_passdown queue_if_no_space + ``` - The name is the string before the colon. + The name is the string before the colon. - 2. Dump the device mapper table. + b. Dump the device mapper table. - ```bash - $ sudo dmsetup table docker-253:17-1835016-pool + ```bash + $ sudo dmsetup table docker-253:17-1835016-pool - 0 96460800 thin-pool 252:0 252:1 128 32768 1 skip_block_zeroing - ``` + 0 96460800 thin-pool 252:0 252:1 128 32768 1 skip_block_zeroing + ``` - 3. Calculate the real total sectors of the thin pool now. we can use `blockdev` to get the real size of data lv. + c. Calculate the real total sectors of the thin pool now. we can use `blockdev` to get the real size of data lv. - Change the second number of the table info (i.e. the number of sectors) to - reflect the new number of 512 byte sectors in the disk. For example, as the - new data `lv` size is `264132100096` bytes, change the second number to - `515883008`. + Change the second number of the table info (i.e. the number of sectors) to + reflect the new number of 512 byte sectors in the disk. For example, as the + new data `lv` size is `264132100096` bytes, change the second number to + `515883008`. - ```bash - $ sudo blockdev --getsize64 /dev/vg-docker/data + ```bash + $ sudo blockdev --getsize64 /dev/vg-docker/data - 264132100096 - ``` + 264132100096 + ``` - 4. Then reload the thin pool with the new sector number. + d. Then reload the thin pool with the new sector number. - ```bash - $ sudo dmsetup suspend docker-253:17-1835016-pool \ - && sudo dmsetup reload docker-253:17-1835016-pool \ - --table '0 515883008 thin-pool 252:0 252:1 128 32768 1 skip_block_zeroing' \ - && sudo dmsetup resume docker-253:17-1835016-pool - ``` + ```bash + $ sudo dmsetup suspend docker-253:17-1835016-pool \ + && sudo dmsetup reload docker-253:17-1835016-pool --table '0 515883008 thin-pool 252:0 252:1 128 32768 1 skip_block_zeroing' \ + && sudo dmsetup resume docker-253:17-1835016-pool + ``` ## Device Mapper and Docker performance diff --git a/engine/userguide/storagedriver/index.md b/engine/userguide/storagedriver/index.md index ad8fc8b4b53..4319cf8535d 100644 --- a/engine/userguide/storagedriver/index.md +++ b/engine/userguide/storagedriver/index.md @@ -26,4 +26,4 @@ videos](http://www.pluralsight.com/author/nigel-poulton), co-hosts the weekly on [Twitter](https://twitter.com/nigelpoulton). -  \ No newline at end of file +  diff --git a/engine/userguide/storagedriver/overlayfs-driver.md b/engine/userguide/storagedriver/overlayfs-driver.md index d91f88249a2..d567a1fbbff 100644 --- a/engine/userguide/storagedriver/overlayfs-driver.md +++ b/engine/userguide/storagedriver/overlayfs-driver.md @@ -428,4 +428,4 @@ before running `yum install`. - **rename(2)**. OverlayFS does not fully support the `rename(2)` system call. Your application needs to detect its failure and fall back to a "copy and -unlink" strategy. \ No newline at end of file +unlink" strategy. From 2169ef3b2e078423c02d284bb1866b77956f63cf Mon Sep 17 00:00:00 2001 From: Aaron Lehmann Date: Fri, 14 Oct 2016 18:01:13 -0700 Subject: [PATCH 02/48] swarm: Document rollback, failure threshold, and monitor flags These are new flags to service create/update being added in a Docker engine PR. Signed-off-by: Aaron Lehmann --- engine/swarm/services.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index ec00fba7a78..f8f774465f5 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -266,7 +266,40 @@ $ docker service create \ 0u6a4s31ybk7yw2wyvtikmu50 ``` -### Configure mounts +The `--update-max-failure-ratio` flag controls what fraction of tasks can fail +during an update before the update as a whole is considered to have failed. For +example, with `--update-max-failure-ratio 0.1 --update-failure-action pause`, +after 10% of the tasks being updated fail, the update will be paused. + +An individual task update is considered to have failed if the task doesn't +start up, or if it stops running within the monitoring period specified with +the `--update-monitor` flag. The default value for `--update-monitor` is 30 +seconds, which means that a task failing in the first 30 seconds after its +started counts towards the service update failure threshold, and a failure +after that is not counted. + +## Roll back to the previous version of a service + +In case the updated version of a service doesn't function as expected, it's +possible to roll back to the previous version of the service using +`docker service update`'s `--rollback` flag. This will revert the service +to the configuration that was in place before the most recent +`docker service update` command. + +Other options can be combined with `--rollback`; for example, +`--update-delay 0s` to execute the rollback without a delay between tasks: + +```bash +$ docker service update \ + --rollback \ + --update-delay 0s + my_web + +my_web + +``` + +## Configure mounts You can create two types of mounts for services in a swarm, `volume` mounts or `bind` mounts. You pass the `--mount` flag when you create a service. The From c15d1f50c81d16521a09b51e9514865c0ecb3468 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 16 Oct 2016 23:15:53 -0700 Subject: [PATCH 03/48] Remove Fedora 22 as it's EOL https://fedoramagazine.org/fedora-22-end-of-life-2016-july/ With the recent release of Fedora 24, Fedora 22 will officially enter End Of Life (EOL) status on July 19th, 2016. After July 19th, all packages in the Fedora 22 repositories will no longer receive security, bugfix, or enhancement updates, and no new packages will be added to the Fedora 22 collection. Upgrading to Fedora 23 or Fedora 24 before July 19th 2016 is highly recommended for all users still running Fedora 22. Signed-off-by: Sebastiaan van Stijn --- engine/installation/linux/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/installation/linux/fedora.md b/engine/installation/linux/fedora.md index 07fc9094200..fe25248dcd7 100644 --- a/engine/installation/linux/fedora.md +++ b/engine/installation/linux/fedora.md @@ -6,7 +6,7 @@ redirect_from: title: Install Docker on Fedora --- -Docker is supported on Fedora version 22, 23, and 24. These instructions install +Docker is supported on Fedora version 23, and 24. These instructions install Docker using release packages and installation mechanisms managed by Docker, to be sure that you get the latest version of Docker. If you wish to install using Fedora-managed packages, consult your Fedora release documentation. From 4e2241748e8b24dad43dd1c55e01f3b98c3dbd6a Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 11 Oct 2016 13:08:37 -0500 Subject: [PATCH 04/48] update apparmor documentation to reflect changes in 1.13.0 Updates the apparmor docs to reflect recent changes, specifically that we are no longer saving to /etc/apparmor.d/. Also removes the seccomp profile and instead links to the generating template. Signed-off-by: Christopher Jones --- engine/security/apparmor.md | 53 +++++++++++-------------------------- 1 file changed, 16 insertions(+), 37 deletions(-) diff --git a/engine/security/apparmor.md b/engine/security/apparmor.md index cdeaf1cb383..202a7702ca2 100644 --- a/engine/security/apparmor.md +++ b/engine/security/apparmor.md @@ -9,9 +9,13 @@ operating system and its applications from security threats. To use it, a system administrator associates an AppArmor security profile with each program. Docker expects to find an AppArmor policy loaded and enforced. -Docker automatically loads container profiles. The Docker binary installs -a `docker-default` profile in the `/etc/apparmor.d/docker` file. This profile -is used on containers, _not_ on the Docker Daemon. +Docker automatically generates and loads a default profile for containers named +`docker-default`. On Docker versions `1.13.0` and later, the Docker binary generates +this profile in `tmpfs` and then loads it into the kernel. On Docker versions +earlier than `1.13.0`, this profile is generated in `/etc/apparmor.d/docker` +instead. + +> **Note:** This profile is used on containers, _not_ on the Docker Daemon. A profile for the Docker Engine daemon exists but it is not currently installed with the `deb` packages. If you are interested in the source for the daemon @@ -23,39 +27,8 @@ in the Docker Engine source repository. The `docker-default` profile is the default for running containers. It is moderately protective while providing wide application compatibility. The -profile is the following: - -``` -#include - - -profile docker-default flags=(attach_disconnected,mediate_deleted) { - - #include - - - network, - capability, - file, - umount, - - deny @{PROC}/{*,**^[0-9*],sys/kernel/shm*} wkx, - deny @{PROC}/sysrq-trigger rwklx, - deny @{PROC}/mem rwklx, - deny @{PROC}/kmem rwklx, - deny @{PROC}/kcore rwklx, - - deny mount, - - deny /sys/[^f]*/** wklx, - deny /sys/f[^s]*/** wklx, - deny /sys/fs/[^c]*/** wklx, - deny /sys/fs/c[^g]*/** wklx, - deny /sys/fs/cg[^r]*/** wklx, - deny /sys/firmware/** rwklx, - deny /sys/kernel/security/** rwklx, -} -``` +profile is generated from the following +[template](https://github.com/docker/docker/blob/master/profiles/apparmor/template.go). When you run a container, it uses the `docker-default` policy unless you override it with the `security-opt` option. For example, the following @@ -157,12 +130,18 @@ profile docker-nginx flags=(attach_disconnected,mediate_deleted) { capability setgid, capability net_bind_service, - deny @{PROC}/{*,**^[0-9*],sys/kernel/shm*} wkx, + deny @{PROC}/* w, # deny write for all files directly in /proc (not in a subdir) + # deny write to files not in /proc//** or /proc/sys/** + deny @{PROC}/{[^1-9],[^1-9][^0-9],[^1-9s][^0-9y][^0-9s],[^1-9][^0-9][^0-9][^0-9]*}/** w, + deny @{PROC}/sys/[^k]** w, # deny /proc/sys except /proc/sys/k* (effectively /proc/sys/kernel) + deny @{PROC}/sys/kernel/{?,??,[^s][^h][^m]**} w, # deny everything except shm* in /proc/sys/kernel/ deny @{PROC}/sysrq-trigger rwklx, deny @{PROC}/mem rwklx, deny @{PROC}/kmem rwklx, deny @{PROC}/kcore rwklx, + deny mount, + deny /sys/[^f]*/** wklx, deny /sys/f[^s]*/** wklx, deny /sys/fs/[^c]*/** wklx, From 0e10a6618c54790018387952842be181e47600b8 Mon Sep 17 00:00:00 2001 From: French Ben Date: Fri, 28 Oct 2016 17:30:31 -0700 Subject: [PATCH 05/48] Added details about tag support for AWS log driver Signed-off-by: French Ben --- engine/admin/logging/awslogs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/engine/admin/logging/awslogs.md b/engine/admin/logging/awslogs.md index ca9ddab081d..9ba37145ecb 100644 --- a/engine/admin/logging/awslogs.md +++ b/engine/admin/logging/awslogs.md @@ -58,6 +58,17 @@ specified, the container ID is used as the log stream. > at a time. Using the same log stream for multiple containers concurrently > can cause reduced logging performance. +### tag + +Specify tag as an alternative to the AWS logstream name, which interpret some markup, ex `{{.ID}}`, `{{.FullID}}` or `{{.Name}}` `docker.{{.ID}}` + +By default, Docker uses the first 12 characters of the container ID to tag log messages. +Refer to the [log tag option documentation](log_tags.md) for customizing +the log tag format. + +> **Note:** +> `awslogs-stream` will **always** overwrite the `tag` specified. + ## Credentials You must provide AWS credentials to the Docker daemon to use the `awslogs` From 4567784f3a30ff15761879eb33bf75a6195d0d9c Mon Sep 17 00:00:00 2001 From: French Ben Date: Mon, 31 Oct 2016 10:17:15 -0700 Subject: [PATCH 06/48] Changed wording for tag description --- engine/admin/logging/awslogs.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/engine/admin/logging/awslogs.md b/engine/admin/logging/awslogs.md index 9ba37145ecb..638a5ccd193 100644 --- a/engine/admin/logging/awslogs.md +++ b/engine/admin/logging/awslogs.md @@ -60,14 +60,15 @@ specified, the container ID is used as the log stream. ### tag -Specify tag as an alternative to the AWS logstream name, which interpret some markup, ex `{{.ID}}`, `{{.FullID}}` or `{{.Name}}` `docker.{{.ID}}` +Specify `tag` as an alternative to the `awslogs-stream` option. `tag` interprets template markup (e.g., `{{.ID}}`, `{{.FullID}}` or `{{.Name}}` `docker.{{.ID}}`). +See the [tag option documentation](log_tags.md) for details on all supported template substitutions. + +When both `awslogs-stream` and `tag` are specified, the value supplied for `awslogs-stream` will override the template specified with `tag`. By default, Docker uses the first 12 characters of the container ID to tag log messages. Refer to the [log tag option documentation](log_tags.md) for customizing the log tag format. -> **Note:** -> `awslogs-stream` will **always** overwrite the `tag` specified. ## Credentials From 06cfd9e135481a7e3d00dec83f458cf15d38f868 Mon Sep 17 00:00:00 2001 From: French Ben Date: Mon, 31 Oct 2016 13:35:28 -0700 Subject: [PATCH 07/48] Updated docs to show full container ID --- engine/admin/logging/awslogs.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/engine/admin/logging/awslogs.md b/engine/admin/logging/awslogs.md index 638a5ccd193..2d0e0632f4f 100644 --- a/engine/admin/logging/awslogs.md +++ b/engine/admin/logging/awslogs.md @@ -65,9 +65,7 @@ See the [tag option documentation](log_tags.md) for details on all supported tem When both `awslogs-stream` and `tag` are specified, the value supplied for `awslogs-stream` will override the template specified with `tag`. -By default, Docker uses the first 12 characters of the container ID to tag log messages. -Refer to the [log tag option documentation](log_tags.md) for customizing -the log tag format. +By default, the `{{.FullID}}` template will be used to tag log messages. ## Credentials From 04c11a3d2bb1a6e49bec59c37843ce4188d9031d Mon Sep 17 00:00:00 2001 From: French Ben Date: Mon, 31 Oct 2016 15:13:34 -0700 Subject: [PATCH 08/48] Updated wording on log stream default Signed-off-by: French Ben --- engine/admin/logging/awslogs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/logging/awslogs.md b/engine/admin/logging/awslogs.md index 2d0e0632f4f..6e852c399aa 100644 --- a/engine/admin/logging/awslogs.md +++ b/engine/admin/logging/awslogs.md @@ -65,7 +65,7 @@ See the [tag option documentation](log_tags.md) for details on all supported tem When both `awslogs-stream` and `tag` are specified, the value supplied for `awslogs-stream` will override the template specified with `tag`. -By default, the `{{.FullID}}` template will be used to tag log messages. +If not specified, the container ID is used as the log stream. ## Credentials From 2bc543c90a697b4880040cfbeceae2c5fd3de0f1 Mon Sep 17 00:00:00 2001 From: French Ben Date: Tue, 1 Nov 2016 14:26:25 -0700 Subject: [PATCH 09/48] Added raw tags Signed-off-by: French Ben --- engine/admin/logging/awslogs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/logging/awslogs.md b/engine/admin/logging/awslogs.md index 6e852c399aa..d88add4411f 100644 --- a/engine/admin/logging/awslogs.md +++ b/engine/admin/logging/awslogs.md @@ -60,7 +60,7 @@ specified, the container ID is used as the log stream. ### tag -Specify `tag` as an alternative to the `awslogs-stream` option. `tag` interprets template markup (e.g., `{{.ID}}`, `{{.FullID}}` or `{{.Name}}` `docker.{{.ID}}`). +Specify `tag` as an alternative to the `awslogs-stream` option. `tag` interprets template markup (e.g., `{% raw %}{{.ID}}{% endraw %}`, `{% raw %}{{.FullID}}{% endraw %}` or `{% raw %}{{.Name}}{% endraw %}` `{% raw %}docker.{{.ID}}{% endraw %}`). See the [tag option documentation](log_tags.md) for details on all supported template substitutions. When both `awslogs-stream` and `tag` are specified, the value supplied for `awslogs-stream` will override the template specified with `tag`. From 10590cfc4b7d9649fd7a342528981e31ea16fc3b Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 1 Nov 2016 16:43:50 -0700 Subject: [PATCH 10/48] Update note about custom certs with system certs Fixed incorrect statement about example layout Related to https://github.com/docker/docker/pull/27918 Signed-off-by: Derek McGowan (github: dmcgowan) --- engine/security/certificates.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/engine/security/certificates.md b/engine/security/certificates.md index 2e4e798255f..0b3c87a5d43 100644 --- a/engine/security/certificates.md +++ b/engine/security/certificates.md @@ -22,8 +22,10 @@ A custom certificate is configured by creating a directory under `localhost`). All `*.crt` files are added to this directory as CA roots. > **Note:** -> In the absence of any root certificate authorities, Docker -> will use the system default (i.e., host's root CA set). +> As of docker 1.13, on Linux any root certificates authorities will be merged +> in with the system defaults (i.e., host's root CA set). Prior to 1.13 and on +> Windows, the system default certificates will only be used when there are no +> custom root certificates provided. The presence of one or more `.key/cert` pairs indicates to Docker that there are custom certificates required for access to the desired @@ -34,7 +36,7 @@ repository. > order. If there is an authentication error (e.g., 403, 404, 5xx, etc.), Docker > will continue to try with the next certificate. -The following illustrates a configuration with multiple certs: +The following illustrates a configuration with custom certificates: ``` /etc/docker/certs.d/ <-- Certificate directory From 8f8b4a25fe1cba01dac2b16c78c888e2a3208e11 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 9 Nov 2016 13:52:29 +0100 Subject: [PATCH 11/48] Remove Ubuntu 15.10 Wily Werewolf As of July 28, 2016, Ubuntu 15.10 is officially EOL (https://lists.ubuntu.com/archives/ubuntu-announce/2016-July/000210.html), and will receive no further updates. Support for 15.10 was removed in Docker 1.13 through https://github.com/docker/docker/pull/27042 (https://github.com/docker/docker/pull/27042/commits/e9a81057086cf9834cce4c49c6f8ef035938fc64) Signed-off-by: Sebastiaan van Stijn --- engine/installation/linux/ubuntulinux.md | 13 +++++++------ engine/security/seccomp.md | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/engine/installation/linux/ubuntulinux.md b/engine/installation/linux/ubuntulinux.md index 2d8dcef50d0..455ac146217 100644 --- a/engine/installation/linux/ubuntulinux.md +++ b/engine/installation/linux/ubuntulinux.md @@ -10,7 +10,6 @@ title: Install Docker on Ubuntu Docker is supported on these Ubuntu operating systems: - Ubuntu Xenial 16.04 (LTS) -- Ubuntu Wily 15.10 - Ubuntu Trusty 14.04 (LTS) - Ubuntu Precise 12.04 (LTS) @@ -20,8 +19,8 @@ release of Docker. If you are required to install using Ubuntu-managed packages, consult the Ubuntu documentation. Some files and commands may be different if you use Ubuntu-managed packages. ->**Note**: Ubuntu Utopic 14.10 and 15.04 exist in Docker's `APT` repository but -are no longer officially supported. +>**Note**: Ubuntu Utopic 14.10, 15.10, and 15.04 exist in Docker's `APT` +repository but are no longer officially supported. ## Prerequisites @@ -127,10 +126,12 @@ From now on when you run `apt-get upgrade`, `APT` pulls from the new repository. ### Prerequisites by Ubuntu Version -#### Ubuntu Xenial 16.04 (LTS), Wily 15.10, Trusty 14.04 (LTS) +- Ubuntu Xenial 16.04 (LTS) +- Ubuntu Trusty 14.04 (LTS) -For Ubuntu Trusty, Wily, and Xenial, install the `linux-image-extra-*` kernel -packages, which allows you use the `aufs` storage driver. +For Ubuntu Trusty and Xenial, it's recommended to install the +`linux-image-extra-*` kernel packages. The `linux-image-extra-*` packages +allows you use the `aufs` storage driver. To install the `linux-image-extra-*` packages: diff --git a/engine/security/seccomp.md b/engine/security/seccomp.md index ff31ceac57a..dc4f887d66e 100644 --- a/engine/security/seccomp.md +++ b/engine/security/seccomp.md @@ -19,7 +19,7 @@ CONFIG_SECCOMP=y ``` > **Note**: seccomp profiles require seccomp 2.2.1 and are only -> available starting with Debian 9 "Stretch", Ubuntu 15.10 "Wily", +> available starting with Debian 9 "Stretch", Ubuntu 16.04 "Xenial", > Fedora 22, CentOS 7 and Oracle Linux 7. To use this feature on Ubuntu 14.04, Debian Wheezy, or > Debian Jessie, you must download the [latest static Docker Linux binary](../installation/binaries.md). > This feature is currently *not* available on other distributions. From 45a19ec8f34cc33be977d5454ac3415e2e63f700 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 9 Nov 2016 14:03:25 +0100 Subject: [PATCH 12/48] Add Ubuntu 16.10 Yakkety Yak Support for Ubuntu 16.10 was added in https://github.com/docker/docker/pull/27993 (https://github.com/docker/docker/pull/27993/commits/27beb64d468614db0eb7344340d39b5619219a7d) Signed-off-by: Sebastiaan van Stijn --- engine/installation/linux/ubuntulinux.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/engine/installation/linux/ubuntulinux.md b/engine/installation/linux/ubuntulinux.md index 455ac146217..0642a4352cd 100644 --- a/engine/installation/linux/ubuntulinux.md +++ b/engine/installation/linux/ubuntulinux.md @@ -9,6 +9,7 @@ title: Install Docker on Ubuntu Docker is supported on these Ubuntu operating systems: +- Ubuntu Yakkety 16.10 - Ubuntu Xenial 16.04 (LTS) - Ubuntu Trusty 14.04 (LTS) - Ubuntu Precise 12.04 (LTS) @@ -72,12 +73,12 @@ To set `APT` to use packages from the Docker repository: This determines where APT will search for Docker packages. When possible, run a long-term support (LTS) edition of Ubuntu. - | Ubuntu version | Repository | - | ------------------- | ----------------------------------------------------------- | - | Precise 12.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-precise main`| - | Trusty 14.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-trusty main` | - | Wily 15.10 | `deb https://apt.dockerproject.org/repo ubuntu-wily main` | - | Xenial 16.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-xenial main` | + | Ubuntu version | Repository | + | ------------------- | ------------------------------------------------------------ | + | Precise 12.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-precise main` | + | Trusty 14.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-trusty main` | + | Xenial 16.04 (LTS) | `deb https://apt.dockerproject.org/repo ubuntu-xenial main` | + | Yakkety 16.10 | `deb https://apt.dockerproject.org/repo ubuntu-yakkety main` | >**Note**: Docker does not provide packages for all architectures. Binary artifacts @@ -126,10 +127,11 @@ From now on when you run `apt-get upgrade`, `APT` pulls from the new repository. ### Prerequisites by Ubuntu Version +- Ubuntu Yakkety 16.10 - Ubuntu Xenial 16.04 (LTS) - Ubuntu Trusty 14.04 (LTS) -For Ubuntu Trusty and Xenial, it's recommended to install the +For Ubuntu Trusty, Yakkety, and Xenial, it's recommended to install the `linux-image-extra-*` kernel packages. The `linux-image-extra-*` packages allows you use the `aufs` storage driver. From eb93d336095a5a2a483366f4514787917f21d3e8 Mon Sep 17 00:00:00 2001 From: Akira Koyasu Date: Sun, 13 Nov 2016 01:52:16 +0900 Subject: [PATCH 13/48] add unix-sockets support in Fluentd logging driver Signed-off-by: Akira Koyasu --- engine/admin/logging/fluentd.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/engine/admin/logging/fluentd.md b/engine/admin/logging/fluentd.md index 03bfc15fa53..b682e5295f1 100644 --- a/engine/admin/logging/fluentd.md +++ b/engine/admin/logging/fluentd.md @@ -28,7 +28,7 @@ The `docker logs` command is not available for this logging driver. Some options are supported by specifying `--log-opt` as many times as needed: - - `fluentd-address`: specify `host:port` to connect `localhost:24224` + - `fluentd-address`: specify a socket address to connect to the Fluentd daemon, ex `fluentdhost:24224` or `unix:///path/to/fluentd.sock` - `tag`: specify tag for fluentd message, which interpret some markup, ex `{{.ID}}`, `{{.FullID}}` or `{{.Name}}` `docker.{{.ID}}` @@ -46,7 +46,7 @@ Before using this logging driver, launch a Fluentd daemon. The logging driver connects to this daemon through `localhost:24224` by default. Use the `fluentd-address` option to connect to a different address. - docker run --log-driver=fluentd --log-opt fluentd-address=myhost.local:24224 + docker run --log-driver=fluentd --log-opt fluentd-address=fluentdhost:24224 If container cannot connect to the Fluentd daemon, the container stops immediately unless the `fluentd-async-connect` option is used. @@ -58,9 +58,13 @@ Users can use the `--log-opt NAME=VALUE` flag to specify additional Fluentd logg ### fluentd-address By default, the logging driver connects to `localhost:24224`. Supply the -`fluentd-address` option to connect to a different address. +`fluentd-address` option to connect to a different address. `tcp`(default) and `unix` sockets are supported. + + docker run --log-driver=fluentd --log-opt fluentd-address=fluentdhost:24224 + docker run --log-driver=fluentd --log-opt fluentd-address=tcp://fluentdhost:24224 + docker run --log-driver=fluentd --log-opt fluentd-address=unix:///path/to/fluentd.sock - docker run --log-driver=fluentd --log-opt fluentd-address=myhost.local:24224 +Two of the above specify the same address, because `tcp` is default. ### tag From d2826a89958e5a86079b6daefb4fd8af5987925f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 15 Nov 2016 23:12:00 +0100 Subject: [PATCH 14/48] Add engine changes that were lost in syncing When syncing docs from the docker/docker repository (e4bce35ac2d2963e0f52414ca98742c60e8df510) some commits were not included. This includes those changes, by copying the documentation from https://github.com/docker/docker/commit/8658748ef716e43a5f6d834825d818012ed6e2c4, which is the last commit before the docs were removed from the docker/docker repository in https://github.com/docker/docker/commit/29f08cf49bede9bcaf4f06e643988d30be008c0b Signed-off-by: Sebastiaan van Stijn --- engine/security/seccomp.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/engine/security/seccomp.md b/engine/security/seccomp.md index dc4f887d66e..de41d3d28e5 100644 --- a/engine/security/seccomp.md +++ b/engine/security/seccomp.md @@ -114,29 +114,29 @@ the reason each syscall is blocked rather than white-listed. |---------------------|---------------------------------------------------------------------------------------------------------------------------------------| | `acct` | Accounting syscall which could let containers disable their own resource limits or process accounting. Also gated by `CAP_SYS_PACCT`. | | `add_key` | Prevent containers from using the kernel keyring, which is not namespaced. | -| `adjtimex` | Similar to `clock_settime` and `settimeofday`, time/date is not namespaced. | +| `adjtimex` | Similar to `clock_settime` and `settimeofday`, time/date is not namespaced. Also gated by `CAP_SYS_TIME` | | `bpf` | Deny loading potentially persistent bpf programs into kernel, already gated by `CAP_SYS_ADMIN`. | -| `clock_adjtime` | Time/date is not namespaced. | -| `clock_settime` | Time/date is not namespaced. | +| `clock_adjtime` | Time/date is not namespaced. Also gated by `CAP_SYS_TIME`. | +| `clock_settime` | Time/date is not namespaced. Also gated by `CAP_SYS_TIME`. | | `clone` | Deny cloning new namespaces. Also gated by `CAP_SYS_ADMIN` for CLONE_* flags, except `CLONE_USERNS`. | -| `create_module` | Deny manipulation and functions on kernel modules. | +| `create_module` | Deny manipulation and functions on kernel modules. Obsolete. Also gated by `CAP_SYS_MODULE` | | `delete_module` | Deny manipulation and functions on kernel modules. Also gated by `CAP_SYS_MODULE`. | | `finit_module` | Deny manipulation and functions on kernel modules. Also gated by `CAP_SYS_MODULE`. | -| `get_kernel_syms` | Deny retrieval of exported kernel and module symbols. | +| `get_kernel_syms` | Deny retrieval of exported kernel and module symbols. Obsolete. | | `get_mempolicy` | Syscall that modifies kernel memory and NUMA settings. Already gated by `CAP_SYS_NICE`. | | `init_module` | Deny manipulation and functions on kernel modules. Also gated by `CAP_SYS_MODULE`. | | `ioperm` | Prevent containers from modifying kernel I/O privilege levels. Already gated by `CAP_SYS_RAWIO`. | | `iopl` | Prevent containers from modifying kernel I/O privilege levels. Already gated by `CAP_SYS_RAWIO`. | | `kcmp` | Restrict process inspection capabilities, already blocked by dropping `CAP_PTRACE`. | -| `kexec_file_load` | Sister syscall of `kexec_load` that does the same thing, slightly different arguments. | -| `kexec_load` | Deny loading a new kernel for later execution. | +| `kexec_file_load` | Sister syscall of `kexec_load` that does the same thing, slightly different arguments. Also gated by `CAP_SYS_BOOT`. | +| `kexec_load` | Deny loading a new kernel for later execution. Also gated by `CAP_SYS_BOOT`. | | `keyctl` | Prevent containers from using the kernel keyring, which is not namespaced. | -| `lookup_dcookie` | Tracing/profiling syscall, which could leak a lot of information on the host. | +| `lookup_dcookie` | Tracing/profiling syscall, which could leak a lot of information on the host. Also gated by `CAP_SYS_ADMIN`. | | `mbind` | Syscall that modifies kernel memory and NUMA settings. Already gated by `CAP_SYS_NICE`. | | `mount` | Deny mounting, already gated by `CAP_SYS_ADMIN`. | | `move_pages` | Syscall that modifies kernel memory and NUMA settings. | | `name_to_handle_at` | Sister syscall to `open_by_handle_at`. Already gated by `CAP_SYS_NICE`. | -| `nfsservctl` | Deny interaction with the kernel nfs daemon. | +| `nfsservctl` | Deny interaction with the kernel nfs daemon. Obsolete since Linux 3.1. | | `open_by_handle_at` | Cause of an old container breakout. Also gated by `CAP_DAC_READ_SEARCH`. | | `perf_event_open` | Tracing/profiling syscall, which could leak a lot of information on the host. | | `personality` | Prevent container from enabling BSD emulation. Not inherently dangerous, but poorly tested, potential for a lot of kernel vulns. | @@ -144,7 +144,7 @@ the reason each syscall is blocked rather than white-listed. | `process_vm_readv` | Restrict process inspection capabilities, already blocked by dropping `CAP_PTRACE`. | | `process_vm_writev` | Restrict process inspection capabilities, already blocked by dropping `CAP_PTRACE`. | | `ptrace` | Tracing/profiling syscall, which could leak a lot of information on the host. Already blocked by dropping `CAP_PTRACE`. | -| `query_module` | Deny manipulation and functions on kernel modules. | +| `query_module` | Deny manipulation and functions on kernel modules. Obsolete. | | `quotactl` | Quota syscall which could let containers disable their own resource limits or process accounting. Also gated by `CAP_SYS_ADMIN`. | | `reboot` | Don't let containers reboot the host. Also gated by `CAP_SYS_BOOT`. | | `request_key` | Prevent containers from using the kernel keyring, which is not namespaced. | @@ -157,7 +157,7 @@ the reason each syscall is blocked rather than white-listed. | `sysfs` | Obsolete syscall. | | `_sysctl` | Obsolete, replaced by /proc/sys. | | `umount` | Should be a privileged operation. Also gated by `CAP_SYS_ADMIN`. | -| `umount2` | Should be a privileged operation. | +| `umount2` | Should be a privileged operation. Also gated by `CAP_SYS_ADMIN`. | | `unshare` | Deny cloning new namespaces for processes. Also gated by `CAP_SYS_ADMIN`, with the exception of `unshare --user`. | | `uselib` | Older syscall related to shared libraries, unused for a long time. | | `userfaultfd` | Userspace page fault handling, largely needed for process migration. | From 4b631d8025bfcea190df94b433b6275b22b244ac Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 16 Nov 2016 21:11:33 -0200 Subject: [PATCH 15/48] Create logentries.md (#244) * Create logentries.md Signed-off-by: Carlos Alexandro Becker --- _data/toc.yaml | 2 ++ engine/admin/logging/logentries.md | 48 ++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 engine/admin/logging/logentries.md diff --git a/_data/toc.yaml b/_data/toc.yaml index f8f38ce1cc4..a33bab95770 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -161,6 +161,8 @@ toc: title: Configuring Logging Drivers - path: /engine/admin/logging/log_tags/ title: Log tags for logging driver + - path: engine/admin/logging/logentries/ + title: Logentries logging driver - path: /engine/admin/logging/awslogs/ title: Amazon CloudWatch Logs logging driver - path: /engine/admin/logging/etwlogs/ diff --git a/engine/admin/logging/logentries.md b/engine/admin/logging/logentries.md new file mode 100644 index 00000000000..551aa1b11ec --- /dev/null +++ b/engine/admin/logging/logentries.md @@ -0,0 +1,48 @@ +--- +title: Logentries logging driver +description: Describes how to use the logentries logging driver. +keywords: logentries, docker, logging, driver +--- + +The `logentries` logging driver sends container logs to the +[Logentries](https://logentries.com/) server. + +## Usage + +Some options are supported by specifying `--log-opt` as many times as needed: + + - `logentries-token`: specify the logentries log set token + +Configure the default logging driver by passing the +`--log-driver` option to the Docker daemon: + +```bash +$ dockerd --log-driver=logentries +``` + +To set the logging driver for a specific container, pass the +`--log-driver` option to `docker run`: + +```bash +$ docker run --log-driver=logentries ... +``` + +Before using this logging driver, you'll need to create a new Log Set in the +Logentries web interface. Then, you'll need to pass the token of that log set +to Docker: + +```bash +$ docker run --log-driver=logentries --log-opt logentries-token=abcd1234-12ab-34cd-5678-0123456789ab +``` + +## Options + +Users can use the `--log-opt NAME=VALUE` flag to specify additional Logentries logging driver options. + +### logentries-token + +You need to provide your log set token for logentries driver to work: + +```bash +$ docker run --log-driver=logentries --log-opt logentries-token=abcd1234-12ab-34cd-5678-0123456789ab +``` From 9e20d718538b26e74e68aa62325d3d12f7f24f04 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Tue, 22 Nov 2016 15:07:29 -0800 Subject: [PATCH 16/48] Add NATS client as option for publishing container logs (#369) * Add NATS client as option for publishing container logs Signed-off-by: Waldemar Quevedo --- engine/admin/logging/index.md | 3 +- engine/admin/logging/nats.md | 88 ++++++++++++++++++++++++++++++++ engine/admin/logging/overview.md | 50 +++++++++++------- 3 files changed, 122 insertions(+), 19 deletions(-) create mode 100644 engine/admin/logging/nats.md diff --git a/engine/admin/logging/index.md b/engine/admin/logging/index.md index d77c56fb8d4..1a5a63f488c 100644 --- a/engine/admin/logging/index.md +++ b/engine/admin/logging/index.md @@ -13,4 +13,5 @@ title: Logging drivers * [Amazon CloudWatch Logs logging driver](awslogs.md) * [Splunk logging driver](splunk.md) * [ETW logging driver](etwlogs.md) -* [Google Cloud Logging driver](gcplogs.md) \ No newline at end of file +* [Google Cloud Logging driver](gcplogs.md) +* [NATS Logging driver](nats.md) diff --git a/engine/admin/logging/nats.md b/engine/admin/logging/nats.md new file mode 100644 index 00000000000..81f11ccb007 --- /dev/null +++ b/engine/admin/logging/nats.md @@ -0,0 +1,88 @@ +--- +description: Describes how to use NATS for publishing log entries +keywords: NATS, nats.io, messaging, docker, logging, driver +title: NATS logging driver +--- + +Docker logging driver for sending container the logs as events published to NATS in JSON format. + +## Usage + +You can configure the default logging driver by passing the `--log-driver` +option to the Docker daemon: + +```bash +$ dockerd --log-driver=nats +``` + +You can set the logging driver for a specific container by using the +`--log-driver` option to `docker run`: + +```bash +$ docker run --log-driver=nats ... +``` + +This log driver does not implement a reader so it is incompatible with `docker logs`. + +## nats options + +You can use the `--log-opt NAME=VALUE` flag to customize the logging driver +for NATS: + +| Option | Required | Description | +|-----------------------------|----------|---------------------------------------------------------------------------------------------------------------------------------------------| +| `labels` | optional | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for container. | +| `env` | optional | Comma-separated list of keys of environment variables, which should be included in message, if these variables are specified for container. | +| `tag` | optional | Specify tag for message. Refer to the [log tag option documentation](log_tags.md) for customizing the log tag format. | +| `nats-servers` | optional | NATS cluster nodes separated by commas. e.g. `nats://127.0.0.1:4222,nats://127.0.0.1:4223`. Defaults to `localhost:4222` | +| `nats-max-reconnect` | optional | Maximum attempts that the driver will try to connect before giving up. Defaults to infinite (`-1`) | +| `nats-subject` | optional | Specific subject to which logs will be published. Defaults to using `tag` if not specified | +| `nats-user` | optional | Specify user in case of authentication required | +| `nats-pass` | optional | Specify password in case of authentication required | +| `nats-token` | optional | Specify token in case of authentication required | +| `nats-tls-ca-cert` | optional | Specified the absolute path to the trust certificates signed by the CA | +| `nats-tls-cert` | optional | Specifies the absolute path to the TLS certificate file | +| `nats-tls-key` | optional | Specifies the absolute path to the TLS key file | +| `nats-tls-skip-verify` | optional | Specifies whether to skip verification by setting it to `true` | + +Below is an example usage of the driver for sending logs to a node in a +NATS cluster to the `docker.logs` subject: + +```bash +$ docker run --log-driver=nats \ + --log-opt nats-subject=docker.logs \ + --log-opt nats-servers=nats://nats-node-1:4222,nats://nats-node-2:4222,nats://nats-node-3:4222 \ + your/application +``` + +By default, the tag is used as the subject for NATS, so it has to be a valid +subject in case subject it is left unspecified: + +```bash +{% raw %} +$ docker run --log-driver nats \ + --log-opt tag="docker.{{.ID}}.{{.ImageName}}" + your/application +{% endraw %} +``` + +Secure connection to NATS using TLS can be customized by setting `tls://` scheme +in the URI and absolute paths to the certs and key files: + +```bash +docker run --log-driver nats \ + --log-opt nats-tls-key=/srv/configs/certs/client-key.pem \ + --log-opt nats-tls-cert=/srv/configs/certs/client-cert.pem \ + --log-opt nats-tls-ca-cert=/srv/configs/certs/ca.pem \ + --log-opt nats-servers="tls://127.0.0.1:4223,tls://127.0.0.1:4222" \ + your/application +``` + +Skip verify is enabled by default, in order to deactivate we can specify `nats-tls-skip-verify`: + +```bash + docker run --log-driver nats \ + --log-opt nats-tls-skip-verify \ + --log-opt nats-servers="tls://127.0.0.1:4223,tls://127.0.0.1:4222" \ + your/application +``` diff --git a/engine/admin/logging/overview.md b/engine/admin/logging/overview.md index f6b7470d682..3d9a1040b44 100644 --- a/engine/admin/logging/overview.md +++ b/engine/admin/logging/overview.md @@ -67,14 +67,13 @@ for its configurable options, if applicable. | `splunk` | Writes log messages to `splunk` using the HTTP Event Collector.| | `etwlogs` | Writes log messages as Event Tracing for Windows (ETW) events. Only available on Windows platforms. | | `gcplogs` | Writes log messages to Google Cloud Platform (GCP) Logging. | +| `nats` | NATS logging driver for Docker. Publishes log entries to a NATS server.| ## Limitations of logging drivers - The `docker logs` command is not available for drivers other than `json-file` and `journald`. -- - ## Examples ### Configure the logging driver using labels or environment variables @@ -250,10 +249,7 @@ $ docker run -dit \ ## `fluentd` -The `gelf-compression-level` option can be used to change the level of -compresssion when `gzip` or `zlib` is selected as `gelf-compression-type`. -Accepted value must be from -1 to 9 (BestCompression). Higher levels -typically run slower but compress more. Default value is 1 (BestSpeed). +### Options The `fluentd` logging driver supports the following options: @@ -275,10 +271,10 @@ of each message. ```bash {% raw %} $ docker run -dit \ - --log-driver=fluentd \ - --log-opt fluentd-address=localhost:24224 \ - --log-opt tag="docker.{{.Name}}" \ - alpine sh + --log-driver=fluentd \ + --log-opt fluentd-address=localhost:24224 \ + --log-opt tag="docker.{{.Name}}" \ + alpine sh {% endraw %} ``` @@ -331,7 +327,6 @@ The `splunk` logging driver **requires** the following options: | `splunk-token` | The Splunk HTTP Event Collector token. | `--log-opt splunk-token=` | | `splunk-url` | Path to your Splunk Enterprise or Splunk Cloud instance (including port and scheme used by HTTP Event Collector).| `--log-opt splunk-url=https://your_splunk_instance:8088` | - The `splunk` logging driver **allows** the following options: | Option | Description | Example value | @@ -375,9 +370,9 @@ For detailed information about working with the `splunk` logging driver, see the ### Options -The etwlogs logging driver does not require any options to be specified. This -logging driver forwards each log message as an ETW event. An ETW listener -can then be created to listen for these events. +The `etwlogs` logging driver forwards each log message as an ETW event. An ETW +listener can then be created to listen for these events. This driver does not +accept any options. ### Examples @@ -388,7 +383,7 @@ $ docker run \ ``` The ETW logging driver is only available on Windows. For detailed information -on working with this logging driver, see [the ETW logging driver](etwlogs.md) +about working with this logging driver, see [the ETW logging driver](etwlogs.md) reference documentation. ## `gcplogs` @@ -405,7 +400,6 @@ options: | `labels` | Applies when starting the Docker daemon. A comma-separated list of logging-related labels this daemon will accept. Adds additional key on the `extra` fields, prefixed by an underscore (`_`). Used for advanced [log tag options](log_tags.md).| `--log-opt labels=production_status,geo` | | `env` | Applies when starting the Docker daemon. A comma-separated list of logging-related environment variables this daemon will accept. Adds additional key on the `extra` fields, prefixed by an underscore (`_`). Used for advanced [log tag options](log_tags.md). | `--log-opt env=os,customer` | - ### Examples This example logs the start command and sets a label and an environment @@ -420,5 +414,25 @@ $ docker run --log-driver=gcplogs \ your/application \ ``` -For detailed information about working with this logging driver, see the -[Google Cloud Logging driver](gcplogs.md). reference documentation. +For detailed information about working with the Google Cloud logging driver, see +the [Google Cloud Logging driver](gcplogs.md). reference documentation. + +## NATS logging options + +The NATS logging driver supports the following options: + +```none +--log-opt labels=, +--log-opt env=, +--log-opt tag= +--log-opt nats-servers="" +--log-opt nats-max-reconnect="" +--log-opt nats-subject="" +--log-opt nats-tls-ca-cert="" +--log-opt nats-tls-cert="" +--log-opt nats-tls-key="" +--log-opt nats-tls-skip-verify="" +``` + +For detailed information, see [the NATS logging driver](nats.md) reference +documentation. From 1b80389ff40e8dc7a34520ba9d55f1f932c3a374 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 10 Nov 2016 16:53:39 -0800 Subject: [PATCH 17/48] Document ability to update a service's image Fixes #528 Signed-off-by: Misty Stanley-Jones --- engine/swarm/services.md | 129 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index f8f774465f5..693c4f97c0b 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -99,6 +99,135 @@ $ docker service create --name helloworld \ 9uk4639qpg7npwf3fn2aasksr ``` +### Specify the image version the service should use + +When you create a service without specifying any details about the version of +the image to use, the service uses the latest version available in Docker Hub +or your registry. You can force the service to use a specific version of +the image in a few different ways, depending on your desired outcome. + +An image version can be expressed in several different ways: + +- If you specify a tag, the manager resolves that tag to a digest, and directs + workers to uses that version. + ```bash + $ docker service create --name="myservice" ubuntu:16.04 + ``` + + Some tags represent discrete releases, such as `ubuntu:16.04`. Tags like this + will almost always resolve to a stable digest over time. It is recommended + that you use this kind of tag when possible. + + Other types of tags, such as `latest` or `nightly`, may resolve to a new + digest often, depending on how often an image's author updates the tag. It is + not recommended to run services using a tag which is updated frequently, to + prevent different service replica tasks from using different image versions. + +- If you don't specify a version at all, by convention the image's `latest` tag + is resolved to a digest. The following two commands are equivalent: + ```bash + $ docker service create --name="myservice" ubuntu + + $ docker service create --name="myservice" ubuntu:latest + ``` + +- If you specify a digest directly, that exact version of the image is always + used. + ```bash + $ docker service create --name="myservice" ubuntu:16.04@sha256:35bc48a1ca97c3971611dc4662d08d131869daa692acb281c7e9e052924e38b1 + ``` + +When you create a service, the swarm manager resolves the +image's tag to the specific digest it points to at the time of service creation. +If the manager is able to resolve the tag to a digest, worker nodes for that +service will use that specific digest unless the service is explicitly updated. +This feature is particularly important if you do use often-change tags such as +`latest`, to be sure that all service tasks use the same version of the image. + +If the manager is not able to resolve the tag to a digest, each worker +node is responsible for resolving the tag to a digest, and different nodes may +use different versions of the image. If this happens, a warning like the +following will be logged, substituting the placeholders for real information. + +```none +unable to pin image to digest: +``` + +To see an image's current digest, issue the command `docker inspect +:` and look for the `RepoDigests` line. The following is the current +digest for `ubuntu:latest` at the time this content was written. The output is +truncated for clarity. + +```bash +$ docker inspect ubuntu:latest +``` + +```json +"RepoDigests": [ + "ubuntu@sha256:35bc48a1ca97c3971611dc4662d08d131869daa692acb281c7e9e052924e38b1" +], +``` + +After you create a service, its image is never updated unless you explicitly run +`docker service update` with the `--image` flag as described below. Other update +operations such as scaling the service, adding or removing networks or volumes, +renaming the service, or any other type of update operation do not update the +service's image. + +### Update a service's image after creation + +Each tag represents a digest, similar to a Git hash. Some tags, such as +`latest`, are updated often to point to a new digest. Others, such as +`ubuntu:16.04`, represent a released software version and are not expected to +update to point to a new digest often if at all. In Docker 1.13 and higher, when +you create a service, it is constrained to run a specific digest of an image +until you update the service using `service update` with the `--image` flag. If +you use an older version of Docker Engine, you must remove and re-create the +service to update its image. + +When you run `service update` with the `--image` flag, the swarm manager queries +Docker Hub or your private Docker registry for the digest the tag currently +points to and updates the service tasks to use that digest. + +Usually, the manager is able to resolve the tag to a new digest and the service +updates, redeploying each task to use the new image. If the manager is unable to +resolve the tag or some other problem occurs, the next two sections outline what +to expect. + +#### If the manager resolves the tag + +If the swarm manager can resolve the image tag to a digest, it instructs the +worker nodes to redeploy the tasks and use the image at that digest. + +- If a worker has cached the image at that digest, it uses it. + +- If not, it attempts to pull the image from Docker Hub or the private registry. + + - If it succeeds, the task is deployed using the new image. + + - If the worker fails to pull the image, the service fails to deploy on that + worker node. Docker tries again to deploy the task, possibly on a different + worker node. + +#### If the manager cannot resolve the tag + +If the swarm manager cannot resolve the image to a digest, all is not lost: + +- The manager instructs the worker nodes to redeploy the tasks using the image + at that tag. + +- If the worker has a locally cached image that resolves to that tag, it uses + that image. + +- If the worker does not have a locally cached image that resolves to the tag, + the worker tries to connect to Docker Hub or the private registry to pull the + image at that tag. + + - If this succeeds, the worker uses that image. + + - If this fails, the task fails to deploy and the manager tries again to deploy + the task, possibly on a different worker node. + ### Control service scale and placement Swarm mode has two types of services, replicated and global. For replicated From 31a3924eb8b8b1461e85e28e5190496193f327c3 Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Tue, 22 Nov 2016 13:45:10 +0000 Subject: [PATCH 18/48] First version of stack deployment tutorial Signed-off-by: Aanand Prasad --- engine/swarm/stack-deploy.md | 296 +++++++++++++++++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 engine/swarm/stack-deploy.md diff --git a/engine/swarm/stack-deploy.md b/engine/swarm/stack-deploy.md new file mode 100644 index 00000000000..66b42977262 --- /dev/null +++ b/engine/swarm/stack-deploy.md @@ -0,0 +1,296 @@ +--- +description: How to deploy a stack to a swarm +keywords: +- guide, swarm mode, composefile, stack, compose, deploy +title: Deploy a stack to a swarm +--- + +When running Docker Engine in swarm mode, you can use `docker stack deploy` to +deploy a complete application stack to the swarm. The `deploy` command accepts +a stack description in the form of a [Compose file](/compose/compose-file.md). + +The `docker stack deploy` command supports any Compose file of version "3.0" or +above. If you have an older version, see the [upgrade +guide](/compose/compose-file.md#upgrading). + +To run through this tutorial, you will need: + +1. A Docker Engine of version 1.13.0 or later, running in [swarm + mode](/engine/swarm/swarm-mode.md). If you're not familiar with swarm mode, + you might want to read [Swarm mode key concepts ](key-concepts.md) and + [How services work](how-swarm-mode- works/services.md). + + > **Note:** If you're trying things out on a local development environment, + > you can put your engine into swarm mode with `docker swarm init`. + > + > If you've already got a multi-node swarm running, keep in mind that all + > `docker stack` and `docker service` commands must be run from a manager + > node. + +2. [Docker Compose](/compose/install.md) version 1.10 or later. + + +## Set up a Docker registry + +Because a swarm consists of multiple Docker Engines, a registry is required to +distribute images to all of them. You can use the +[Docker Hub](https://hub.docker.com) or maintain your own. Here's how to create +a throwaway registry, which you can discard afterward. + +1. Start the registry as a service on your swarm: + + ```bash + $ docker service create --name registry --publish 5000:5000 registry:2 + ``` + +2. Check its status with `docker service ls`: + + ```bash + $ docker service ls + + ID NAME REPLICAS IMAGE COMMAND + l7791tpuwkco registry 1/1 registry:2@sha256:1152291c7f93a4ea2ddc95e46d142c31e743b6dd70e194af9e6ebe530f782c17 + ``` + + Once it reads `1/1` under `REPLICAS`, it's running. If it reads `0/1`, it's + probably still pulling the image. + +3. Check that it's working with `curl`: + + ```bash + $ curl http://localhost:5000/v2/ + + {} + ``` + +## Create the example application + +The app used in this guide is based on the hit counter app in the [Get started +with Docker Compose](/compose/gettingstarted.md) guide. It consists of a Python +app which maintains a counter in a Redis instance and increments the counter +whenever you visit it. + +1. Create a directory for the project: + + ```bash + $ mkdir stackdemo + $ cd stackdemo + ``` + +2. Create a file called `app.py` in the project directory and paste this in: + + ```python + from flask import Flask + from redis import Redis + + app = Flask(__name__) + redis = Redis(host='redis', port=6379) + + @app.route('/') + def hello(): + count = redis.incr('hits') + return 'Hello World! I have been seen {} times.\n'.format(count) + + if __name__ == "__main__": + app.run(host="0.0.0.0", port=8000, debug=True) + ``` + +3. Create a file called `requirements.txt` and paste these two lines in: + + ```none + flask + redis + ``` + +4. Create a file called `Dockerfile` and paste this in: + + ```Dockerfile + FROM python:3.4-alpine + ADD . /code + WORKDIR /code + RUN pip install -r requirements.txt + CMD ["python", "app.py"] + ``` + +5. Create a file called `docker-compose.yml` and paste this in: + + ```yaml + version: '3' + + services: + web: + image: 127.0.0.1:5000/stackdemo + build: . + ports: + - "8000:8000" + redis: + image: redis:alpine + ``` + + Note that the image for the web app is built using the Dockerfile defined + above. It's also tagged with `127.0.0.1:5000` - the address of the registry + created earlier. This will be important when distributing the app to the + swarm. + + +## Test the app with Compose + +1. Start the app with `docker-compose up`. This builds the web app image, + pull the Redis image if you don't already have it, and create two + containers. + + You will see a warning about the Engine being in swarm mode. This is because + Compose doesn't take advantage of swarm mode, and deploys everything to a + single node. You can safely ignore this. + + ```bash + $ docker-compose up -d + + WARNING: The Docker Engine you're using is running in swarm mode. + + Compose does not use swarm mode to deploy services to multiple nodes in + a swarm. All containers will be scheduled on the current node. + + To deploy your application across the swarm, use `docker stack deploy`. + + Creating network "stackdemo_default" with the default driver + Building web + ...(build output)... + Creating stackdemo_redis_1 + Creating stackdemo_web_1 + ``` + +2. Check that the app is running with `docker-compose ps`: + + ```bash + $ docker-compose ps + + Name Command State Ports + ----------------------------------------------------------------------------------- + stackdemo_redis_1 docker-entrypoint.sh redis ... Up 6379/tcp + stackdemo_web_1 python app.py Up 0.0.0.0:8000->8000/tcp + ``` + + You can test the app with `curl`: + + ```bash + $ curl http://localhost:8000 + Hello World! I have been seen 1 times. + + $ curl http://localhost:8000 + Hello World! I have been seen 2 times. + + $ curl http://localhost:8000 + Hello World! I have been seen 3 times. + ``` + +3. Bring the app down: + + ```bash + $ docker-compose down --volumes + + Stopping stackdemo_web_1 ... done + Stopping stackdemo_redis_1 ... done + Removing stackdemo_web_1 ... done + Removing stackdemo_redis_1 ... done + Removing network stackdemo_default + ``` + + +## Push the generated image to the registry + +To distribute the web app's image across the swarm, it needs to be pushed to the +registry you set up earlier. With Compose, this is very simple: + +```bash +$ docker-compose push + +Pushing web (127.0.0.1:5000/stackdemo:latest)... +The push refers to a repository [127.0.0.1:5000/stackdemo] +5b5a49501a76: Pushed +be44185ce609: Pushed +bd7330a79bcf: Pushed +c9fc143a069a: Pushed +011b303988d2: Pushed +latest: digest: sha256:a81840ebf5ac24b42c1c676cbda3b2cb144580ee347c07e1bc80e35e5ca76507 size: 1372 +``` + +The stack is now ready to be deployed. + + +## Deploy the stack to the swarm + +1. Create the stack with `docker stack deploy`: + + ```bash + $ docker stack deploy --compose-file docker-compose.yml stackdemo + + Ignoring unsupported options: build + + Creating network stackdemo_default + Creating service stackdemo_web + Creating service stackdemo_redis + ``` + + The last argument is a name for the stack. Each network, volume and service + name is prefixed with the stack name. + +2. Check that it's running with `docker stack services stackdemo`: + + ```bash + $ docker stack services stackdemo + + ID NAME MODE REPLICAS IMAGE + orvjk2263y1p stackdemo_redis replicated 1/1 redis:3.2-alpine@sha256:f1ed3708f538b537eb9c2a7dd50dc90a706f7debd7e1196c9264edeea521a86d + s1nf0xy8t1un stackdemo_web replicated 1/1 127.0.0.1:5000/stackdemo@sha256:adb070e0805d04ba2f92c724298370b7a4eb19860222120d43e0f6351ddbc26f + ``` + + Once it's running, you should see `1/1` under `REPLICAS` for both services. + This might take some time if you have a multi-node swarm, as images need to + be pulled. + + As before, you can test the app with `curl`: + + ```bash + $ curl http://localhost:8000 + Hello World! I have been seen 1 times. + + $ curl http://localhost:8000 + Hello World! I have been seen 2 times. + + $ curl http://localhost:8000 + Hello World! I have been seen 3 times. + ``` + + Thanks to Docker's built-in routing mesh, you can access any node in the + swarm on port 8000 and get routed to the app: + + ```bash + $ curl http://address-of-other-node:8000 + Hello World! I have been seen 4 times. + ``` + +3. Bring the stack down with `docker stack rm`: + + ```bash + $ docker stack rm stackdemo + + Removing service stackdemo_web + Removing service stackdemo_redis + Removing network stackdemo_default + ``` + +4. Bring the registry down with `docker service rm`: + + ```bash + $ docker service rm registry + ``` + +5. If you're just testing things out on a local machine and want to bring your + Docker Engine out of swarm mode, use `docker swarm leave`: + + ```bash + $ docker swarm leave --force + + Node left the swarm. + ``` From 404323767568bab72574238193b250bf5e802005 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 12 Dec 2016 11:31:39 -0800 Subject: [PATCH 19/48] Document new CPU scheduling flags Signed-off-by: Misty Stanley-Jones --- engine/admin/resource_constraints.md | 116 ++++++++++++++------------- 1 file changed, 62 insertions(+), 54 deletions(-) diff --git a/engine/admin/resource_constraints.md b/engine/admin/resource_constraints.md index 78dbb9ebeb0..d4de6978ec2 100644 --- a/engine/admin/resource_constraints.md +++ b/engine/admin/resource_constraints.md @@ -88,85 +88,93 @@ by viewing `/proc//status` on the host machine. By default, each container's access to the host machine's CPU cycles is unlimited. You can set various constraints to limit a given container's access to the host -machine's CPU cycles. +machine's CPU cycles. Most users will use and configure the +[default CFS scheduler](#configure-the-default-cfs-scheduler). In Docker 1.13 +and higher, you can also configure the +[realtime scheduler](#configure-the-realtime-scheduler). + +### Configure the default CFS scheduler + +The CFS is the Linux kernel CPU scheduler for normal Linux processes. Several +runtime flags allow you to configure the amount of access to CPU resources your +container has. When you use these settings, Docker modifies the settings for the +the container's cgroup on the host machine. | Option | Description | |-----------------------|-----------------------------| +| `--cpus=` | Specify how much of the available CPU resources a container can use. For instance, if the host machine has two CPUs and you set `--cpus="1.5"`, the container will be guaranteed to be able to access at most one and a half of the CPUs. This is the equivalent of setting `--cpu-period="100000"` and `--cpu-quota="150000"`. Available in Docker 1.13 and higher. | +| `--cpu-period=`| Specify the CPU CFS scheduler period, which is used alongside `--cpu-quota`. Defaults to 1 second, expressed in micro-seconds. Most users do not change this from the default. If you use Docker 1.13 or higher, use `--cpus` instead. | +| `--cpu-quota=`: impose a CPU CFS quota on the container. The number of microseconds per `--cpu-period` that the container is guaranteed CPU access. In other words, `cpu-quota / cpu-period`. If you use Docker 1.13 or higher, use `--cpus` instead. | +| `--cpuset-cpus`: limit the specific CPUs or cores a container can use. A comma-separated list or hyphen-separated range of CPUs a container can use, if you have more than one CPU. The first CPU is numbered 0. A valid value might be `0-3` (to use the first, second, third, and fourth CPU) or `1,3` (to use the second and fourth CPU). | | `--cpu-shares` | Set this flag to a value greater or less than the default of 1024 to increase or reduce the container's weight, and give it access to a greater or lesser proportion of the host machine's CPU cycles. This is only enforced when CPU cycles are constrained. When plenty of CPU cycles are available, all containers use as much CPU as they need. In that way, this is a soft limit. `--cpu-shares` does not prevent containers from being scheduled in swarm mode. It prioritizes container CPU resources for the available CPU cycles. It does not guarantee or reserve any specific CPU access. | -| `--cpu-period` | The scheduling period of one logical CPU on a container. `--cpu-period` defaults to a time value of 100000 (100 ms). | -| `--cpu-quota` | maximum amount of time that a container can be scheduled during the period set by `--cpu-period`. | -| `--cpuset-cpus` | Use this option to pin your container to one or more CPU cores, separated by commas. | -### Example with `--cpu-period` and `--cpu-qota` +If you have 1 CPU, each of the following commands will guarantee the container at +most 50% of the CPU every second. -If you have 1 vCPU system and your container runs with `--cpu-period=100000` and -`--cpu-quota=50000`, the container can consume up to 50% of 1 CPU. +**Docker 1.13 and higher**: ```bash -$ docker run -ti --cpu-period=10000 --cpu-quota=50000 busybox +docker run -it --cpus=".5" ubuntu /bin/bash ``` -If you have a 4 vCPU system your container runs with `--cpu-period=100000` and -`--cpu-quota=200000`, your container can consume up to 2 logical CPUs (200% of -`--cpu-period`). - -```bash -$ docker run -ti --cpu-period=100000 --cpu-quota=200000 -``` - -### Example with `--cpuset-cpus` - -To give a container access to exactly 4 CPUs, issue a command like the -following: +**Docker 1.12 and lower**: ```bash -$ docker run -ti --cpuset-cpus=4 busybox +$ docker run -it --cpu-period=100000 --cpu-quota=50000 ubuntu /bin/bash ``` -## Block IO (blkio) +### Configure the realtime scheduler -Two option are available for tuning a given container's access to direct block IO -devices. You can also specify bandwidth limits in terms of bytes per second or -IO operations per second. +In Docker 1.13 and higher, you can configure your container to use the +realtime scheduler, for tasks which cannot use the CFS scheduler. You need to +[make sure the host machine's kernel is configured correctly](#configure-the-host-machines-kernel) +before you can [configure the Docker daemon](#configure-the-docker-daemon) or +[configure individuyal containers](#configure-individual-containers). -| Option | Description | -|-----------------------|-----------------------------| -| `blkio-weight` | By default, each container can use the same proportion of block IO bandwidth (blkio). The default weight is 500. To raise or lower the proportion of blkio used by a given container, set the `--blkio-weight` flag to a value between 10 and 1000. This setting affects all block IO devices equally. | -| `blkio-weight-device` | The same as `--blkio-weight`, but you can set a weight per device, using the syntax `--blkio-weight-device="DEVICE_NAME:WEIGHT"` The DEVICE_NAME:WEIGHT is a string containing a colon-separated device name and weight. | -| `--device-read-bps` and `--device-write-bps` | Limits the read or write rate to or from a device by size, using a suffix of `kb`, `mb`, or `gb`. | -| `--device-read-iops` or `--device-write-iops` | Limits the read or write rate to or from a device by IO operations per second. | +>**Warning**: CPU scheduling and prioritization are advanced kernel-level +features. Most users do not need to change these values from their defaults. +Setting these values incorrectly can cause your host system to become unstable +or unusable. +#### Configure the host machine's kernel -### Block IO weight examples +Verify that `CONFIG_RT_GROUP_SCHED` is enabled in the Linux kernel by running +`zcat /proc/config.gz | grep CONFIG_RT_GROUP_SCHED` or by checking for the +existence of the file `/sys/fs/cgroup/cpu.rt_runtime_us`. For guidance on +configuring the kernel realtime scheduler, consult the documentation for your +operating system. ->**Note**: The `--blkio-weight` flag only affects direct IO and has no effect on -buffered IO. +#### Configure the Docker daemon -If you specify both the `--blkio-weight` and `--blkio-weight-device`, Docker -uses `--blkio-weight` as the default weight and uses `--blkio-weight-device` to -override the default on the named device. +To run containers using the realtime scheduler, run the Docker daemon with +the `--cpu-rt-runtime` flag set to the maximum number of microseconds reserved +for realtime tasks per runtime period. For instance, with the default period of +10000 microseconds (1 second), setting `--cpu-rt-runtime=95000` ensures that +containers using the realtime scheduler can run for 95000 microseconds for every +10000-microsecond period, leaving at least 5000 microseconds available for +non-realtime tasks. To make this configuration permanent on systems which use +`systemd`, see [Control and configure Docker with systemd](systemd.md). -To set a container's device weight for `/dev/sda` to 200 and not specify a -default `blkio-weight`: +#### Configure individual containers -```bash -$ docker run -it \ - --blkio-weight-device "/dev/sda:200" \ - ubuntu -``` +You can pass several flags to control a container's CPU priority when you +start the container using `docker run`. Consult your operating system's +documentation or the `ulimit` command for information on appropriate values. -### Block bandwidth limit examples +| Option | Description | +|---------------------------|-----------------------------| +| `--cap-add=sys_nice` | Grants the container the `CAP_SYS_NICE` capability, which allows the container to raise process `nice` values, set real-time scheduling policies, set CPU affinity, and other operations. | +| `--cpu-rt-runtime=`| The maximum number of microseconds the container can run at realtime priority within the Docker daemon's realtime scheduler period. You also need the `--cap-add=sys_nice` flag. | +| `--ulimit rtprio=` | The maximum realtime priority allowed for the container. You also need the `--cap-add=sys_nice` flag. | -This example limits the `ubuntu` container to a maximum write speed of 1mbps to -`/dev/sda`: +The following example command sets each of these three flags on a `debian:jessie` +container. ```bash -$ docker run -it --device-write-bps /dev/sda:1mb ubuntu +$ docker run --it --cpu-rt-runtime=95000 \ + --ulimit rtprio=99 \ + --cap-add=sys_nice \ + debian:jessie ``` -This example limits the `ubuntu` container to a maximum read rate of 1000 IO -operations per second from `/dev/sda`: - -```bash -$ docker run -ti --device-read-iops /dev/sda:1000 ubuntu -``` +If the kernel or Docker daemon is not configured correctly, an error will occur. From d612188de023e04ce9da3db107960b843267528d Mon Sep 17 00:00:00 2001 From: French Ben Date: Tue, 29 Nov 2016 12:00:14 -0800 Subject: [PATCH 20/48] Initial dump of CLI in yaml (#737) Signed-off-by: French Ben --- _data/engine-cli/docker.yaml | 3 + _data/engine-cli/docker_attach.yaml | 15 + _data/engine-cli/docker_build.yaml | 77 +++++ _data/engine-cli/docker_commit.yaml | 21 ++ _data/engine-cli/docker_container.yaml | 8 + _data/engine-cli/docker_container_attach.yaml | 15 + _data/engine-cli/docker_container_commit.yaml | 21 ++ _data/engine-cli/docker_container_cp.yaml | 18 ++ _data/engine-cli/docker_container_create.yaml | 258 +++++++++++++++++ _data/engine-cli/docker_container_diff.yaml | 6 + _data/engine-cli/docker_container_exec.yaml | 27 ++ _data/engine-cli/docker_container_export.yaml | 10 + .../engine-cli/docker_container_inspect.yaml | 14 + _data/engine-cli/docker_container_kill.yaml | 11 + _data/engine-cli/docker_container_logs.yaml | 23 ++ _data/engine-cli/docker_container_ls.yaml | 35 +++ _data/engine-cli/docker_container_pause.yaml | 6 + _data/engine-cli/docker_container_port.yaml | 6 + _data/engine-cli/docker_container_prune.yaml | 11 + _data/engine-cli/docker_container_rename.yaml | 6 + .../engine-cli/docker_container_restart.yaml | 11 + _data/engine-cli/docker_container_rm.yaml | 19 ++ _data/engine-cli/docker_container_run.yaml | 267 ++++++++++++++++++ _data/engine-cli/docker_container_start.yaml | 17 ++ _data/engine-cli/docker_container_stats.yaml | 16 ++ _data/engine-cli/docker_container_stop.yaml | 11 + _data/engine-cli/docker_container_top.yaml | 6 + .../engine-cli/docker_container_unpause.yaml | 6 + _data/engine-cli/docker_container_update.yaml | 36 +++ _data/engine-cli/docker_container_wait.yaml | 6 + _data/engine-cli/docker_cp.yaml | 18 ++ _data/engine-cli/docker_create.yaml | 258 +++++++++++++++++ _data/engine-cli/docker_diff.yaml | 6 + _data/engine-cli/docker_events.yaml | 16 ++ _data/engine-cli/docker_exec.yaml | 27 ++ _data/engine-cli/docker_export.yaml | 10 + _data/engine-cli/docker_history.yaml | 18 ++ _data/engine-cli/docker_image.yaml | 8 + _data/engine-cli/docker_image_build.yaml | 77 +++++ _data/engine-cli/docker_image_history.yaml | 18 ++ _data/engine-cli/docker_image_import.yaml | 14 + _data/engine-cli/docker_image_inspect.yaml | 10 + _data/engine-cli/docker_image_load.yaml | 14 + _data/engine-cli/docker_image_ls.yaml | 26 ++ _data/engine-cli/docker_image_prune.yaml | 15 + _data/engine-cli/docker_image_pull.yaml | 14 + _data/engine-cli/docker_image_push.yaml | 10 + _data/engine-cli/docker_image_rm.yaml | 14 + _data/engine-cli/docker_image_save.yaml | 10 + _data/engine-cli/docker_image_tag.yaml | 6 + _data/engine-cli/docker_images.yaml | 26 ++ _data/engine-cli/docker_import.yaml | 14 + _data/engine-cli/docker_info.yaml | 10 + _data/engine-cli/docker_inspect.yaml | 16 ++ _data/engine-cli/docker_kill.yaml | 11 + _data/engine-cli/docker_load.yaml | 14 + _data/engine-cli/docker_login.yaml | 18 ++ _data/engine-cli/docker_logout.yaml | 8 + _data/engine-cli/docker_logs.yaml | 23 ++ _data/engine-cli/docker_network.yaml | 8 + _data/engine-cli/docker_network_connect.yaml | 62 ++++ _data/engine-cli/docker_network_create.yaml | 102 +++++++ .../engine-cli/docker_network_disconnect.yaml | 16 ++ _data/engine-cli/docker_network_inspect.yaml | 98 +++++++ _data/engine-cli/docker_network_ls.yaml | 78 +++++ _data/engine-cli/docker_network_rm.yaml | 26 ++ _data/engine-cli/docker_node.yaml | 8 + _data/engine-cli/docker_node_demote.yaml | 6 + _data/engine-cli/docker_node_inspect.yaml | 13 + _data/engine-cli/docker_node_ls.yaml | 14 + _data/engine-cli/docker_node_promote.yaml | 6 + _data/engine-cli/docker_node_ps.yaml | 16 ++ _data/engine-cli/docker_node_rm.yaml | 10 + _data/engine-cli/docker_node_update.yaml | 17 ++ _data/engine-cli/docker_pause.yaml | 6 + _data/engine-cli/docker_port.yaml | 6 + _data/engine-cli/docker_ps.yaml | 35 +++ _data/engine-cli/docker_pull.yaml | 14 + _data/engine-cli/docker_push.yaml | 10 + _data/engine-cli/docker_rename.yaml | 6 + _data/engine-cli/docker_restart.yaml | 11 + _data/engine-cli/docker_rm.yaml | 19 ++ _data/engine-cli/docker_rmi.yaml | 14 + _data/engine-cli/docker_run.yaml | 267 ++++++++++++++++++ _data/engine-cli/docker_save.yaml | 10 + _data/engine-cli/docker_search.yaml | 23 ++ _data/engine-cli/docker_service.yaml | 8 + _data/engine-cli/docker_service_create.yaml | 93 ++++++ _data/engine-cli/docker_service_inspect.yaml | 13 + _data/engine-cli/docker_service_ls.yaml | 14 + _data/engine-cli/docker_service_ps.yaml | 16 ++ _data/engine-cli/docker_service_rm.yaml | 6 + _data/engine-cli/docker_service_scale.yaml | 6 + _data/engine-cli/docker_service_update.yaml | 109 +++++++ _data/engine-cli/docker_start.yaml | 17 ++ _data/engine-cli/docker_stats.yaml | 16 ++ _data/engine-cli/docker_stop.yaml | 11 + _data/engine-cli/docker_swarm.yaml | 8 + _data/engine-cli/docker_swarm_init.yaml | 26 ++ _data/engine-cli/docker_swarm_join-token.yaml | 14 + _data/engine-cli/docker_swarm_join.yaml | 14 + _data/engine-cli/docker_swarm_leave.yaml | 10 + _data/engine-cli/docker_swarm_update.yaml | 18 ++ _data/engine-cli/docker_system.yaml | 8 + _data/engine-cli/docker_system_df.yaml | 11 + _data/engine-cli/docker_system_events.yaml | 16 ++ _data/engine-cli/docker_system_info.yaml | 10 + _data/engine-cli/docker_system_prune.yaml | 15 + _data/engine-cli/docker_tag.yaml | 6 + _data/engine-cli/docker_top.yaml | 17 ++ _data/engine-cli/docker_unpause.yaml | 6 + _data/engine-cli/docker_update.yaml | 36 +++ _data/engine-cli/docker_version.yaml | 21 ++ _data/engine-cli/docker_volume.yaml | 22 ++ _data/engine-cli/docker_volume_create.yaml | 55 ++++ _data/engine-cli/docker_volume_inspect.yaml | 14 + _data/engine-cli/docker_volume_ls.yaml | 27 ++ _data/engine-cli/docker_volume_prune.yaml | 11 + _data/engine-cli/docker_volume_rm.yaml | 17 ++ _data/engine-cli/docker_wait.yaml | 6 + 120 files changed, 3313 insertions(+) create mode 100644 _data/engine-cli/docker.yaml create mode 100644 _data/engine-cli/docker_attach.yaml create mode 100644 _data/engine-cli/docker_build.yaml create mode 100644 _data/engine-cli/docker_commit.yaml create mode 100644 _data/engine-cli/docker_container.yaml create mode 100644 _data/engine-cli/docker_container_attach.yaml create mode 100644 _data/engine-cli/docker_container_commit.yaml create mode 100644 _data/engine-cli/docker_container_cp.yaml create mode 100644 _data/engine-cli/docker_container_create.yaml create mode 100644 _data/engine-cli/docker_container_diff.yaml create mode 100644 _data/engine-cli/docker_container_exec.yaml create mode 100644 _data/engine-cli/docker_container_export.yaml create mode 100644 _data/engine-cli/docker_container_inspect.yaml create mode 100644 _data/engine-cli/docker_container_kill.yaml create mode 100644 _data/engine-cli/docker_container_logs.yaml create mode 100644 _data/engine-cli/docker_container_ls.yaml create mode 100644 _data/engine-cli/docker_container_pause.yaml create mode 100644 _data/engine-cli/docker_container_port.yaml create mode 100644 _data/engine-cli/docker_container_prune.yaml create mode 100644 _data/engine-cli/docker_container_rename.yaml create mode 100644 _data/engine-cli/docker_container_restart.yaml create mode 100644 _data/engine-cli/docker_container_rm.yaml create mode 100644 _data/engine-cli/docker_container_run.yaml create mode 100644 _data/engine-cli/docker_container_start.yaml create mode 100644 _data/engine-cli/docker_container_stats.yaml create mode 100644 _data/engine-cli/docker_container_stop.yaml create mode 100644 _data/engine-cli/docker_container_top.yaml create mode 100644 _data/engine-cli/docker_container_unpause.yaml create mode 100644 _data/engine-cli/docker_container_update.yaml create mode 100644 _data/engine-cli/docker_container_wait.yaml create mode 100644 _data/engine-cli/docker_cp.yaml create mode 100644 _data/engine-cli/docker_create.yaml create mode 100644 _data/engine-cli/docker_diff.yaml create mode 100644 _data/engine-cli/docker_events.yaml create mode 100644 _data/engine-cli/docker_exec.yaml create mode 100644 _data/engine-cli/docker_export.yaml create mode 100644 _data/engine-cli/docker_history.yaml create mode 100644 _data/engine-cli/docker_image.yaml create mode 100644 _data/engine-cli/docker_image_build.yaml create mode 100644 _data/engine-cli/docker_image_history.yaml create mode 100644 _data/engine-cli/docker_image_import.yaml create mode 100644 _data/engine-cli/docker_image_inspect.yaml create mode 100644 _data/engine-cli/docker_image_load.yaml create mode 100644 _data/engine-cli/docker_image_ls.yaml create mode 100644 _data/engine-cli/docker_image_prune.yaml create mode 100644 _data/engine-cli/docker_image_pull.yaml create mode 100644 _data/engine-cli/docker_image_push.yaml create mode 100644 _data/engine-cli/docker_image_rm.yaml create mode 100644 _data/engine-cli/docker_image_save.yaml create mode 100644 _data/engine-cli/docker_image_tag.yaml create mode 100644 _data/engine-cli/docker_images.yaml create mode 100644 _data/engine-cli/docker_import.yaml create mode 100644 _data/engine-cli/docker_info.yaml create mode 100644 _data/engine-cli/docker_inspect.yaml create mode 100644 _data/engine-cli/docker_kill.yaml create mode 100644 _data/engine-cli/docker_load.yaml create mode 100644 _data/engine-cli/docker_login.yaml create mode 100644 _data/engine-cli/docker_logout.yaml create mode 100644 _data/engine-cli/docker_logs.yaml create mode 100644 _data/engine-cli/docker_network.yaml create mode 100644 _data/engine-cli/docker_network_connect.yaml create mode 100644 _data/engine-cli/docker_network_create.yaml create mode 100644 _data/engine-cli/docker_network_disconnect.yaml create mode 100644 _data/engine-cli/docker_network_inspect.yaml create mode 100644 _data/engine-cli/docker_network_ls.yaml create mode 100644 _data/engine-cli/docker_network_rm.yaml create mode 100644 _data/engine-cli/docker_node.yaml create mode 100644 _data/engine-cli/docker_node_demote.yaml create mode 100644 _data/engine-cli/docker_node_inspect.yaml create mode 100644 _data/engine-cli/docker_node_ls.yaml create mode 100644 _data/engine-cli/docker_node_promote.yaml create mode 100644 _data/engine-cli/docker_node_ps.yaml create mode 100644 _data/engine-cli/docker_node_rm.yaml create mode 100644 _data/engine-cli/docker_node_update.yaml create mode 100644 _data/engine-cli/docker_pause.yaml create mode 100644 _data/engine-cli/docker_port.yaml create mode 100644 _data/engine-cli/docker_ps.yaml create mode 100644 _data/engine-cli/docker_pull.yaml create mode 100644 _data/engine-cli/docker_push.yaml create mode 100644 _data/engine-cli/docker_rename.yaml create mode 100644 _data/engine-cli/docker_restart.yaml create mode 100644 _data/engine-cli/docker_rm.yaml create mode 100644 _data/engine-cli/docker_rmi.yaml create mode 100644 _data/engine-cli/docker_run.yaml create mode 100644 _data/engine-cli/docker_save.yaml create mode 100644 _data/engine-cli/docker_search.yaml create mode 100644 _data/engine-cli/docker_service.yaml create mode 100644 _data/engine-cli/docker_service_create.yaml create mode 100644 _data/engine-cli/docker_service_inspect.yaml create mode 100644 _data/engine-cli/docker_service_ls.yaml create mode 100644 _data/engine-cli/docker_service_ps.yaml create mode 100644 _data/engine-cli/docker_service_rm.yaml create mode 100644 _data/engine-cli/docker_service_scale.yaml create mode 100644 _data/engine-cli/docker_service_update.yaml create mode 100644 _data/engine-cli/docker_start.yaml create mode 100644 _data/engine-cli/docker_stats.yaml create mode 100644 _data/engine-cli/docker_stop.yaml create mode 100644 _data/engine-cli/docker_swarm.yaml create mode 100644 _data/engine-cli/docker_swarm_init.yaml create mode 100644 _data/engine-cli/docker_swarm_join-token.yaml create mode 100644 _data/engine-cli/docker_swarm_join.yaml create mode 100644 _data/engine-cli/docker_swarm_leave.yaml create mode 100644 _data/engine-cli/docker_swarm_update.yaml create mode 100644 _data/engine-cli/docker_system.yaml create mode 100644 _data/engine-cli/docker_system_df.yaml create mode 100644 _data/engine-cli/docker_system_events.yaml create mode 100644 _data/engine-cli/docker_system_info.yaml create mode 100644 _data/engine-cli/docker_system_prune.yaml create mode 100644 _data/engine-cli/docker_tag.yaml create mode 100644 _data/engine-cli/docker_top.yaml create mode 100644 _data/engine-cli/docker_unpause.yaml create mode 100644 _data/engine-cli/docker_update.yaml create mode 100644 _data/engine-cli/docker_version.yaml create mode 100644 _data/engine-cli/docker_volume.yaml create mode 100644 _data/engine-cli/docker_volume_create.yaml create mode 100644 _data/engine-cli/docker_volume_inspect.yaml create mode 100644 _data/engine-cli/docker_volume_ls.yaml create mode 100644 _data/engine-cli/docker_volume_prune.yaml create mode 100644 _data/engine-cli/docker_volume_rm.yaml create mode 100644 _data/engine-cli/docker_wait.yaml diff --git a/_data/engine-cli/docker.yaml b/_data/engine-cli/docker.yaml new file mode 100644 index 00000000000..6c757ebb41b --- /dev/null +++ b/_data/engine-cli/docker.yaml @@ -0,0 +1,3 @@ +command: docker +cname: docker wait +clink: docker_wait.yaml diff --git a/_data/engine-cli/docker_attach.yaml b/_data/engine-cli/docker_attach.yaml new file mode 100644 index 00000000000..6ce8b4ff285 --- /dev/null +++ b/_data/engine-cli/docker_attach.yaml @@ -0,0 +1,15 @@ +command: docker attach +short: Attach to a running container +long: Attach to a running container +usage: docker attach [OPTIONS] CONTAINER +pname: docker +plink: docker.yaml +options: +- option: detach-keys + description: Override the key sequence for detaching a container +- option: no-stdin + default_value: "false" + description: Do not attach STDIN +- option: sig-proxy + default_value: "true" + description: Proxy all received signals to the process diff --git a/_data/engine-cli/docker_build.yaml b/_data/engine-cli/docker_build.yaml new file mode 100644 index 00000000000..0fcf8417f0a --- /dev/null +++ b/_data/engine-cli/docker_build.yaml @@ -0,0 +1,77 @@ +command: docker build +short: Build an image from a Dockerfile +long: Build an image from a Dockerfile +usage: docker build [OPTIONS] PATH | URL | - +pname: docker +plink: docker.yaml +options: +- option: build-arg + default_value: '[]' + description: Set build-time variables +- option: cache-from + default_value: '[]' + description: Images to consider as cache sources +- option: cgroup-parent + description: Optional parent cgroup for the container +- option: compress + default_value: "false" + description: Compress the build context using gzip +- option: cpu-period + default_value: "0" + description: Limit the CPU CFS (Completely Fair Scheduler) period +- option: cpu-quota + default_value: "0" + description: Limit the CPU CFS (Completely Fair Scheduler) quota +- option: cpu-shares + shorthand: c + default_value: "0" + description: CPU shares (relative weight) +- option: cpuset-cpus + description: CPUs in which to allow execution (0-3, 0,1) +- option: cpuset-mems + description: MEMs in which to allow execution (0-3, 0,1) +- option: disable-content-trust + default_value: "true" + description: Skip image verification +- option: file + shorthand: f + description: Name of the Dockerfile (Default is 'PATH/Dockerfile') +- option: force-rm + default_value: "false" + description: Always remove intermediate containers +- option: isolation + description: Container isolation technology +- option: label + default_value: '[]' + description: Set metadata for an image +- option: memory + shorthand: m + description: Memory limit +- option: memory-swap + description: | + Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: no-cache + default_value: "false" + description: Do not use cache when building the image +- option: pull + default_value: "false" + description: Always attempt to pull a newer version of the image +- option: quiet + shorthand: q + default_value: "false" + description: Suppress the build output and print image ID on success +- option: rm + default_value: "true" + description: Remove intermediate containers after a successful build +- option: security-opt + default_value: '[]' + description: Security options +- option: shm-size + description: Size of /dev/shm, default value is 64MB +- option: tag + shorthand: t + default_value: '[]' + description: Name and optionally a tag in the 'name:tag' format +- option: ulimit + default_value: '[]' + description: Ulimit options diff --git a/_data/engine-cli/docker_commit.yaml b/_data/engine-cli/docker_commit.yaml new file mode 100644 index 00000000000..3c00e494345 --- /dev/null +++ b/_data/engine-cli/docker_commit.yaml @@ -0,0 +1,21 @@ +command: docker commit +short: Create a new image from a container's changes +long: Create a new image from a container's changes +usage: docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] +pname: docker +plink: docker.yaml +options: +- option: author + shorthand: a + description: Author (e.g., "John Hannibal Smith ") +- option: change + shorthand: c + default_value: '[]' + description: Apply Dockerfile instruction to the created image +- option: message + shorthand: m + description: Commit message +- option: pause + shorthand: p + default_value: "true" + description: Pause container during commit diff --git a/_data/engine-cli/docker_container.yaml b/_data/engine-cli/docker_container.yaml new file mode 100644 index 00000000000..b386fc034c0 --- /dev/null +++ b/_data/engine-cli/docker_container.yaml @@ -0,0 +1,8 @@ +command: docker container +short: Manage containers +long: Manage containers +usage: docker container +pname: docker +plink: docker.yaml +cname: docker container wait +clink: docker_container_wait.yaml diff --git a/_data/engine-cli/docker_container_attach.yaml b/_data/engine-cli/docker_container_attach.yaml new file mode 100644 index 00000000000..ff4c77b2fa7 --- /dev/null +++ b/_data/engine-cli/docker_container_attach.yaml @@ -0,0 +1,15 @@ +command: docker container attach +short: Attach to a running container +long: Attach to a running container +usage: docker container attach [OPTIONS] CONTAINER +pname: docker container +plink: docker_container.yaml +options: +- option: detach-keys + description: Override the key sequence for detaching a container +- option: no-stdin + default_value: "false" + description: Do not attach STDIN +- option: sig-proxy + default_value: "true" + description: Proxy all received signals to the process diff --git a/_data/engine-cli/docker_container_commit.yaml b/_data/engine-cli/docker_container_commit.yaml new file mode 100644 index 00000000000..3c5a87bcb2d --- /dev/null +++ b/_data/engine-cli/docker_container_commit.yaml @@ -0,0 +1,21 @@ +command: docker container commit +short: Create a new image from a container's changes +long: Create a new image from a container's changes +usage: docker container commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]] +pname: docker container +plink: docker_container.yaml +options: +- option: author + shorthand: a + description: Author (e.g., "John Hannibal Smith ") +- option: change + shorthand: c + default_value: '[]' + description: Apply Dockerfile instruction to the created image +- option: message + shorthand: m + description: Commit message +- option: pause + shorthand: p + default_value: "true" + description: Pause container during commit diff --git a/_data/engine-cli/docker_container_cp.yaml b/_data/engine-cli/docker_container_cp.yaml new file mode 100644 index 00000000000..b437905c37c --- /dev/null +++ b/_data/engine-cli/docker_container_cp.yaml @@ -0,0 +1,18 @@ +command: docker container cp +short: Copy files/folders between a container and the local filesystem +long: |- + Copy files/folders between a container and the local filesystem + + Use '-' as the source to read a tar archive from stdin + and extract it to a directory destination in a container. + Use '-' as the destination to stream a tar archive of a + container source to stdout. +usage: "docker container cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-\n\tdocker cp + [OPTIONS] SRC_PATH|- CONTAINER:DEST_PATH" +pname: docker container +plink: docker_container.yaml +options: +- option: follow-link + shorthand: L + default_value: "false" + description: Always follow symbol link in SRC_PATH diff --git a/_data/engine-cli/docker_container_create.yaml b/_data/engine-cli/docker_container_create.yaml new file mode 100644 index 00000000000..d0e5909601c --- /dev/null +++ b/_data/engine-cli/docker_container_create.yaml @@ -0,0 +1,258 @@ +command: docker container create +short: Create a new container +long: Create a new container +usage: docker container create [OPTIONS] IMAGE [COMMAND] [ARG...] +pname: docker container +plink: docker_container.yaml +options: +- option: add-host + default_value: '[]' + description: Add a custom host-to-IP mapping (host:ip) +- option: attach + shorthand: a + default_value: '[]' + description: Attach to STDIN, STDOUT or STDERR +- option: blkio-weight + default_value: "0" + description: Block IO (relative weight), between 10 and 1000 +- option: blkio-weight-device + default_value: '[]' + description: Block IO weight (relative device weight) +- option: cap-add + default_value: '[]' + description: Add Linux capabilities +- option: cap-drop + default_value: '[]' + description: Drop Linux capabilities +- option: cgroup-parent + description: Optional parent cgroup for the container +- option: cidfile + description: Write the container ID to the file +- option: cpu-percent + default_value: "0" + description: CPU percent (Windows only) +- option: cpu-period + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) period +- option: cpu-quota + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-shares + shorthand: c + default_value: "0" + description: CPU shares (relative weight) +- option: cpuset-cpus + description: CPUs in which to allow execution (0-3, 0,1) +- option: cpuset-mems + description: MEMs in which to allow execution (0-3, 0,1) +- option: credentialspec + description: Credential spec for managed service account (Windows only) +- option: device + default_value: '[]' + description: Add a host device to the container +- option: device-read-bps + default_value: '[]' + description: Limit read rate (bytes per second) from a device +- option: device-read-iops + default_value: '[]' + description: Limit read rate (IO per second) from a device +- option: device-write-bps + default_value: '[]' + description: Limit write rate (bytes per second) to a device +- option: device-write-iops + default_value: '[]' + description: Limit write rate (IO per second) to a device +- option: disable-content-trust + default_value: "true" + description: Skip image verification +- option: dns + default_value: '[]' + description: Set custom DNS servers +- option: dns-opt + default_value: '[]' + description: Set DNS options +- option: dns-search + default_value: '[]' + description: Set custom DNS search domains +- option: entrypoint + description: Overwrite the default ENTRYPOINT of the image +- option: env + shorthand: e + default_value: '[]' + description: Set environment variables +- option: env-file + default_value: '[]' + description: Read in a file of environment variables +- option: expose + default_value: '[]' + description: Expose a port or a range of ports +- option: group-add + default_value: '[]' + description: Add additional groups to join +- option: health-cmd + description: Command to run to check health +- option: health-interval + default_value: "0" + description: Time between running the check +- option: health-retries + default_value: "0" + description: Consecutive failures needed to report unhealthy +- option: health-timeout + default_value: "0" + description: Maximum time to allow one check to run +- option: help + default_value: "false" + description: Print usage +- option: hostname + shorthand: h + description: Container host name +- option: init + default_value: "false" + description: | + Run an init inside the container that forwards signals and reaps processes +- option: init-path + description: Path to the docker-init binary +- option: interactive + shorthand: i + default_value: "false" + description: Keep STDIN open even if not attached +- option: io-maxbandwidth + description: | + Maximum IO bandwidth limit for the system drive (Windows only) +- option: io-maxiops + default_value: "0" + description: Maximum IOps limit for the system drive (Windows only) +- option: ip + description: Container IPv4 address (e.g. 172.30.100.104) +- option: ip6 + description: Container IPv6 address (e.g. 2001:db8::33) +- option: ipc + description: IPC namespace to use +- option: isolation + description: Container isolation technology +- option: kernel-memory + description: Kernel memory limit +- option: label + shorthand: l + default_value: '[]' + description: Set meta data on a container +- option: label-file + default_value: '[]' + description: Read in a line delimited file of labels +- option: link + default_value: '[]' + description: Add link to another container +- option: link-local-ip + default_value: '[]' + description: Container IPv4/IPv6 link-local addresses +- option: log-driver + description: Logging driver for the container +- option: log-opt + default_value: '[]' + description: Log driver options +- option: mac-address + description: Container MAC address (e.g. 92:d0:c6:0a:29:33) +- option: memory + shorthand: m + description: Memory limit +- option: memory-reservation + description: Memory soft limit +- option: memory-swap + description: | + Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: memory-swappiness + default_value: "-1" + description: Tune container memory swappiness (0 to 100) +- option: name + description: Assign a name to the container +- option: net + default_value: default + description: Connect a container to a network +- option: net-alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: network + default_value: default + description: Connect a container to a network +- option: network-alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: no-healthcheck + default_value: "false" + description: Disable any container-specified HEALTHCHECK +- option: oom-kill-disable + default_value: "false" + description: Disable OOM Killer +- option: oom-score-adj + default_value: "0" + description: Tune host's OOM preferences (-1000 to 1000) +- option: pid + description: PID namespace to use +- option: pids-limit + default_value: "0" + description: Tune container pids limit (set -1 for unlimited) +- option: privileged + default_value: "false" + description: Give extended privileges to this container +- option: publish + shorthand: p + default_value: '[]' + description: Publish a container's port(s) to the host +- option: publish-all + shorthand: P + default_value: "false" + description: Publish all exposed ports to random ports +- option: read-only + default_value: "false" + description: Mount the container's root filesystem as read only +- option: restart + default_value: "no" + description: Restart policy to apply when a container exits +- option: rm + default_value: "false" + description: Automatically remove the container when it exits +- option: runtime + description: Runtime to use for this container +- option: security-opt + default_value: '[]' + description: Security Options +- option: shm-size + description: Size of /dev/shm, default value is 64MB +- option: stop-signal + default_value: SIGTERM + description: Signal to stop a container, SIGTERM by default +- option: storage-opt + default_value: '[]' + description: Storage driver options for the container +- option: sysctl + default_value: map[] + description: Sysctl options +- option: tmpfs + default_value: '[]' + description: Mount a tmpfs directory +- option: tty + shorthand: t + default_value: "false" + description: Allocate a pseudo-TTY +- option: ulimit + default_value: '[]' + description: Ulimit options +- option: user + shorthand: u + description: 'Username or UID (format: [:])' +- option: userns + description: User namespace to use +- option: uts + description: UTS namespace to use +- option: volume + shorthand: v + default_value: '[]' + description: Bind mount a volume +- option: volume-driver + description: Optional volume driver for the container +- option: volumes-from + default_value: '[]' + description: Mount volumes from the specified container(s) +- option: workdir + shorthand: w + description: Working directory inside the container diff --git a/_data/engine-cli/docker_container_diff.yaml b/_data/engine-cli/docker_container_diff.yaml new file mode 100644 index 00000000000..0e532f24686 --- /dev/null +++ b/_data/engine-cli/docker_container_diff.yaml @@ -0,0 +1,6 @@ +command: docker container diff +short: Inspect changes on a container's filesystem +long: Inspect changes on a container's filesystem +usage: docker container diff CONTAINER +pname: docker container +plink: docker_container.yaml diff --git a/_data/engine-cli/docker_container_exec.yaml b/_data/engine-cli/docker_container_exec.yaml new file mode 100644 index 00000000000..6ffd766538a --- /dev/null +++ b/_data/engine-cli/docker_container_exec.yaml @@ -0,0 +1,27 @@ +command: docker container exec +short: Run a command in a running container +long: Run a command in a running container +usage: docker container exec [OPTIONS] CONTAINER COMMAND [ARG...] +pname: docker container +plink: docker_container.yaml +options: +- option: detach + shorthand: d + default_value: "false" + description: 'Detached mode: run command in the background' +- option: detach-keys + description: Override the key sequence for detaching a container +- option: interactive + shorthand: i + default_value: "false" + description: Keep STDIN open even if not attached +- option: privileged + default_value: "false" + description: Give extended privileges to the command +- option: tty + shorthand: t + default_value: "false" + description: Allocate a pseudo-TTY +- option: user + shorthand: u + description: 'Username or UID (format: [:])' diff --git a/_data/engine-cli/docker_container_export.yaml b/_data/engine-cli/docker_container_export.yaml new file mode 100644 index 00000000000..fff2766d2cb --- /dev/null +++ b/_data/engine-cli/docker_container_export.yaml @@ -0,0 +1,10 @@ +command: docker container export +short: Export a container's filesystem as a tar archive +long: Export a container's filesystem as a tar archive +usage: docker container export [OPTIONS] CONTAINER +pname: docker container +plink: docker_container.yaml +options: +- option: output + shorthand: o + description: Write to a file, instead of STDOUT diff --git a/_data/engine-cli/docker_container_inspect.yaml b/_data/engine-cli/docker_container_inspect.yaml new file mode 100644 index 00000000000..c275523a74b --- /dev/null +++ b/_data/engine-cli/docker_container_inspect.yaml @@ -0,0 +1,14 @@ +command: docker container inspect +short: Display detailed information on one or more containers +long: Display detailed information on one or more containers +usage: docker container inspect [OPTIONS] CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template +- option: size + shorthand: s + default_value: "false" + description: Display total file sizes diff --git a/_data/engine-cli/docker_container_kill.yaml b/_data/engine-cli/docker_container_kill.yaml new file mode 100644 index 00000000000..421f779e5fe --- /dev/null +++ b/_data/engine-cli/docker_container_kill.yaml @@ -0,0 +1,11 @@ +command: docker container kill +short: Kill one or more running containers +long: Kill one or more running containers +usage: docker container kill [OPTIONS] CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml +options: +- option: signal + shorthand: s + default_value: KILL + description: Signal to send to the container diff --git a/_data/engine-cli/docker_container_logs.yaml b/_data/engine-cli/docker_container_logs.yaml new file mode 100644 index 00000000000..b1d9d5af214 --- /dev/null +++ b/_data/engine-cli/docker_container_logs.yaml @@ -0,0 +1,23 @@ +command: docker container logs +short: Fetch the logs of a container +long: Fetch the logs of a container +usage: docker container logs [OPTIONS] CONTAINER +pname: docker container +plink: docker_container.yaml +options: +- option: details + default_value: "false" + description: Show extra details provided to logs +- option: follow + shorthand: f + default_value: "false" + description: Follow log output +- option: since + description: Show logs since timestamp +- option: tail + default_value: all + description: Number of lines to show from the end of the logs +- option: timestamps + shorthand: t + default_value: "false" + description: Show timestamps diff --git a/_data/engine-cli/docker_container_ls.yaml b/_data/engine-cli/docker_container_ls.yaml new file mode 100644 index 00000000000..ef425c6be18 --- /dev/null +++ b/_data/engine-cli/docker_container_ls.yaml @@ -0,0 +1,35 @@ +command: docker container ls +short: List containers +long: List containers +usage: docker container ls [OPTIONS] +pname: docker container +plink: docker_container.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Show all containers (default shows just running) +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: format + description: Pretty-print containers using a Go template +- option: last + shorthand: "n" + default_value: "-1" + description: Show n last created containers (includes all states) +- option: latest + shorthand: l + default_value: "false" + description: Show the latest created container (includes all states) +- option: no-trunc + default_value: "false" + description: Don't truncate output +- option: quiet + shorthand: q + default_value: "false" + description: Only display numeric IDs +- option: size + shorthand: s + default_value: "false" + description: Display total file sizes diff --git a/_data/engine-cli/docker_container_pause.yaml b/_data/engine-cli/docker_container_pause.yaml new file mode 100644 index 00000000000..e6fabc1f766 --- /dev/null +++ b/_data/engine-cli/docker_container_pause.yaml @@ -0,0 +1,6 @@ +command: docker container pause +short: Pause all processes within one or more containers +long: Pause all processes within one or more containers +usage: docker container pause CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml diff --git a/_data/engine-cli/docker_container_port.yaml b/_data/engine-cli/docker_container_port.yaml new file mode 100644 index 00000000000..99c0ee6702b --- /dev/null +++ b/_data/engine-cli/docker_container_port.yaml @@ -0,0 +1,6 @@ +command: docker container port +short: List port mappings or a specific mapping for the container +long: List port mappings or a specific mapping for the container +usage: docker container port CONTAINER [PRIVATE_PORT[/PROTO]] +pname: docker container +plink: docker_container.yaml diff --git a/_data/engine-cli/docker_container_prune.yaml b/_data/engine-cli/docker_container_prune.yaml new file mode 100644 index 00000000000..3b433e0d0e0 --- /dev/null +++ b/_data/engine-cli/docker_container_prune.yaml @@ -0,0 +1,11 @@ +command: docker container prune +short: Remove all stopped containers +long: Remove all stopped containers +usage: docker container prune [OPTIONS] +pname: docker container +plink: docker_container.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Do not prompt for confirmation diff --git a/_data/engine-cli/docker_container_rename.yaml b/_data/engine-cli/docker_container_rename.yaml new file mode 100644 index 00000000000..9a289fe028a --- /dev/null +++ b/_data/engine-cli/docker_container_rename.yaml @@ -0,0 +1,6 @@ +command: docker container rename +short: Rename a container +long: Rename a container +usage: docker container rename CONTAINER NEW_NAME +pname: docker container +plink: docker_container.yaml diff --git a/_data/engine-cli/docker_container_restart.yaml b/_data/engine-cli/docker_container_restart.yaml new file mode 100644 index 00000000000..717e1ce8971 --- /dev/null +++ b/_data/engine-cli/docker_container_restart.yaml @@ -0,0 +1,11 @@ +command: docker container restart +short: Restart one or more containers +long: Restart one or more containers +usage: docker container restart [OPTIONS] CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml +options: +- option: time + shorthand: t + default_value: "10" + description: Seconds to wait for stop before killing the container diff --git a/_data/engine-cli/docker_container_rm.yaml b/_data/engine-cli/docker_container_rm.yaml new file mode 100644 index 00000000000..6cbc0396a68 --- /dev/null +++ b/_data/engine-cli/docker_container_rm.yaml @@ -0,0 +1,19 @@ +command: docker container rm +short: Remove one or more containers +long: Remove one or more containers +usage: docker container rm [OPTIONS] CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Force the removal of a running container (uses SIGKILL) +- option: link + shorthand: l + default_value: "false" + description: Remove the specified link +- option: volumes + shorthand: v + default_value: "false" + description: Remove the volumes associated with the container diff --git a/_data/engine-cli/docker_container_run.yaml b/_data/engine-cli/docker_container_run.yaml new file mode 100644 index 00000000000..9a1e1a1684f --- /dev/null +++ b/_data/engine-cli/docker_container_run.yaml @@ -0,0 +1,267 @@ +command: docker container run +short: Run a command in a new container +long: Run a command in a new container +usage: docker container run [OPTIONS] IMAGE [COMMAND] [ARG...] +pname: docker container +plink: docker_container.yaml +options: +- option: add-host + default_value: '[]' + description: Add a custom host-to-IP mapping (host:ip) +- option: attach + shorthand: a + default_value: '[]' + description: Attach to STDIN, STDOUT or STDERR +- option: blkio-weight + default_value: "0" + description: Block IO (relative weight), between 10 and 1000 +- option: blkio-weight-device + default_value: '[]' + description: Block IO weight (relative device weight) +- option: cap-add + default_value: '[]' + description: Add Linux capabilities +- option: cap-drop + default_value: '[]' + description: Drop Linux capabilities +- option: cgroup-parent + description: Optional parent cgroup for the container +- option: cidfile + description: Write the container ID to the file +- option: cpu-percent + default_value: "0" + description: CPU percent (Windows only) +- option: cpu-period + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) period +- option: cpu-quota + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-shares + shorthand: c + default_value: "0" + description: CPU shares (relative weight) +- option: cpuset-cpus + description: CPUs in which to allow execution (0-3, 0,1) +- option: cpuset-mems + description: MEMs in which to allow execution (0-3, 0,1) +- option: credentialspec + description: Credential spec for managed service account (Windows only) +- option: detach + shorthand: d + default_value: "false" + description: Run container in background and print container ID +- option: detach-keys + description: Override the key sequence for detaching a container +- option: device + default_value: '[]' + description: Add a host device to the container +- option: device-read-bps + default_value: '[]' + description: Limit read rate (bytes per second) from a device +- option: device-read-iops + default_value: '[]' + description: Limit read rate (IO per second) from a device +- option: device-write-bps + default_value: '[]' + description: Limit write rate (bytes per second) to a device +- option: device-write-iops + default_value: '[]' + description: Limit write rate (IO per second) to a device +- option: disable-content-trust + default_value: "true" + description: Skip image verification +- option: dns + default_value: '[]' + description: Set custom DNS servers +- option: dns-opt + default_value: '[]' + description: Set DNS options +- option: dns-search + default_value: '[]' + description: Set custom DNS search domains +- option: entrypoint + description: Overwrite the default ENTRYPOINT of the image +- option: env + shorthand: e + default_value: '[]' + description: Set environment variables +- option: env-file + default_value: '[]' + description: Read in a file of environment variables +- option: expose + default_value: '[]' + description: Expose a port or a range of ports +- option: group-add + default_value: '[]' + description: Add additional groups to join +- option: health-cmd + description: Command to run to check health +- option: health-interval + default_value: "0" + description: Time between running the check +- option: health-retries + default_value: "0" + description: Consecutive failures needed to report unhealthy +- option: health-timeout + default_value: "0" + description: Maximum time to allow one check to run +- option: help + default_value: "false" + description: Print usage +- option: hostname + shorthand: h + description: Container host name +- option: init + default_value: "false" + description: | + Run an init inside the container that forwards signals and reaps processes +- option: init-path + description: Path to the docker-init binary +- option: interactive + shorthand: i + default_value: "false" + description: Keep STDIN open even if not attached +- option: io-maxbandwidth + description: | + Maximum IO bandwidth limit for the system drive (Windows only) +- option: io-maxiops + default_value: "0" + description: Maximum IOps limit for the system drive (Windows only) +- option: ip + description: Container IPv4 address (e.g. 172.30.100.104) +- option: ip6 + description: Container IPv6 address (e.g. 2001:db8::33) +- option: ipc + description: IPC namespace to use +- option: isolation + description: Container isolation technology +- option: kernel-memory + description: Kernel memory limit +- option: label + shorthand: l + default_value: '[]' + description: Set meta data on a container +- option: label-file + default_value: '[]' + description: Read in a line delimited file of labels +- option: link + default_value: '[]' + description: Add link to another container +- option: link-local-ip + default_value: '[]' + description: Container IPv4/IPv6 link-local addresses +- option: log-driver + description: Logging driver for the container +- option: log-opt + default_value: '[]' + description: Log driver options +- option: mac-address + description: Container MAC address (e.g. 92:d0:c6:0a:29:33) +- option: memory + shorthand: m + description: Memory limit +- option: memory-reservation + description: Memory soft limit +- option: memory-swap + description: | + Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: memory-swappiness + default_value: "-1" + description: Tune container memory swappiness (0 to 100) +- option: name + description: Assign a name to the container +- option: net + default_value: default + description: Connect a container to a network +- option: net-alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: network + default_value: default + description: Connect a container to a network +- option: network-alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: no-healthcheck + default_value: "false" + description: Disable any container-specified HEALTHCHECK +- option: oom-kill-disable + default_value: "false" + description: Disable OOM Killer +- option: oom-score-adj + default_value: "0" + description: Tune host's OOM preferences (-1000 to 1000) +- option: pid + description: PID namespace to use +- option: pids-limit + default_value: "0" + description: Tune container pids limit (set -1 for unlimited) +- option: privileged + default_value: "false" + description: Give extended privileges to this container +- option: publish + shorthand: p + default_value: '[]' + description: Publish a container's port(s) to the host +- option: publish-all + shorthand: P + default_value: "false" + description: Publish all exposed ports to random ports +- option: read-only + default_value: "false" + description: Mount the container's root filesystem as read only +- option: restart + default_value: "no" + description: Restart policy to apply when a container exits +- option: rm + default_value: "false" + description: Automatically remove the container when it exits +- option: runtime + description: Runtime to use for this container +- option: security-opt + default_value: '[]' + description: Security Options +- option: shm-size + description: Size of /dev/shm, default value is 64MB +- option: sig-proxy + default_value: "true" + description: Proxy received signals to the process +- option: stop-signal + default_value: SIGTERM + description: Signal to stop a container, SIGTERM by default +- option: storage-opt + default_value: '[]' + description: Storage driver options for the container +- option: sysctl + default_value: map[] + description: Sysctl options +- option: tmpfs + default_value: '[]' + description: Mount a tmpfs directory +- option: tty + shorthand: t + default_value: "false" + description: Allocate a pseudo-TTY +- option: ulimit + default_value: '[]' + description: Ulimit options +- option: user + shorthand: u + description: 'Username or UID (format: [:])' +- option: userns + description: User namespace to use +- option: uts + description: UTS namespace to use +- option: volume + shorthand: v + default_value: '[]' + description: Bind mount a volume +- option: volume-driver + description: Optional volume driver for the container +- option: volumes-from + default_value: '[]' + description: Mount volumes from the specified container(s) +- option: workdir + shorthand: w + description: Working directory inside the container diff --git a/_data/engine-cli/docker_container_start.yaml b/_data/engine-cli/docker_container_start.yaml new file mode 100644 index 00000000000..ae09a8f6c90 --- /dev/null +++ b/_data/engine-cli/docker_container_start.yaml @@ -0,0 +1,17 @@ +command: docker container start +short: Start one or more stopped containers +long: Start one or more stopped containers +usage: docker container start [OPTIONS] CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml +options: +- option: attach + shorthand: a + default_value: "false" + description: Attach STDOUT/STDERR and forward signals +- option: detach-keys + description: Override the key sequence for detaching a container +- option: interactive + shorthand: i + default_value: "false" + description: Attach container's STDIN diff --git a/_data/engine-cli/docker_container_stats.yaml b/_data/engine-cli/docker_container_stats.yaml new file mode 100644 index 00000000000..55bc855c3f4 --- /dev/null +++ b/_data/engine-cli/docker_container_stats.yaml @@ -0,0 +1,16 @@ +command: docker container stats +short: Display a live stream of container(s) resource usage statistics +long: Display a live stream of container(s) resource usage statistics +usage: docker container stats [OPTIONS] [CONTAINER...] +pname: docker container +plink: docker_container.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Show all containers (default shows just running) +- option: format + description: Pretty-print images using a Go template +- option: no-stream + default_value: "false" + description: Disable streaming stats and only pull the first result diff --git a/_data/engine-cli/docker_container_stop.yaml b/_data/engine-cli/docker_container_stop.yaml new file mode 100644 index 00000000000..346cd358f6a --- /dev/null +++ b/_data/engine-cli/docker_container_stop.yaml @@ -0,0 +1,11 @@ +command: docker container stop +short: Stop one or more running containers +long: Stop one or more running containers +usage: docker container stop [OPTIONS] CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml +options: +- option: time + shorthand: t + default_value: "10" + description: Seconds to wait for stop before killing it diff --git a/_data/engine-cli/docker_container_top.yaml b/_data/engine-cli/docker_container_top.yaml new file mode 100644 index 00000000000..2746ea9a9a6 --- /dev/null +++ b/_data/engine-cli/docker_container_top.yaml @@ -0,0 +1,6 @@ +command: docker container top +short: Display the running processes of a container +long: Display the running processes of a container +usage: docker container top CONTAINER [ps OPTIONS] +pname: docker container +plink: docker_container.yaml diff --git a/_data/engine-cli/docker_container_unpause.yaml b/_data/engine-cli/docker_container_unpause.yaml new file mode 100644 index 00000000000..619b6b01baf --- /dev/null +++ b/_data/engine-cli/docker_container_unpause.yaml @@ -0,0 +1,6 @@ +command: docker container unpause +short: Unpause all processes within one or more containers +long: Unpause all processes within one or more containers +usage: docker container unpause CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml diff --git a/_data/engine-cli/docker_container_update.yaml b/_data/engine-cli/docker_container_update.yaml new file mode 100644 index 00000000000..e027ccb9cd3 --- /dev/null +++ b/_data/engine-cli/docker_container_update.yaml @@ -0,0 +1,36 @@ +command: docker container update +short: Update configuration of one or more containers +long: Update configuration of one or more containers +usage: docker container update [OPTIONS] CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml +options: +- option: blkio-weight + default_value: "0" + description: Block IO (relative weight), between 10 and 1000 +- option: cpu-period + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) period +- option: cpu-quota + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-shares + shorthand: c + default_value: "0" + description: CPU shares (relative weight) +- option: cpuset-cpus + description: CPUs in which to allow execution (0-3, 0,1) +- option: cpuset-mems + description: MEMs in which to allow execution (0-3, 0,1) +- option: kernel-memory + description: Kernel memory limit +- option: memory + shorthand: m + description: Memory limit +- option: memory-reservation + description: Memory soft limit +- option: memory-swap + description: | + Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: restart + description: Restart policy to apply when a container exits diff --git a/_data/engine-cli/docker_container_wait.yaml b/_data/engine-cli/docker_container_wait.yaml new file mode 100644 index 00000000000..b524287d756 --- /dev/null +++ b/_data/engine-cli/docker_container_wait.yaml @@ -0,0 +1,6 @@ +command: docker container wait +short: Block until one or more containers stop, then print their exit codes +long: Block until one or more containers stop, then print their exit codes +usage: docker container wait CONTAINER [CONTAINER...] +pname: docker container +plink: docker_container.yaml diff --git a/_data/engine-cli/docker_cp.yaml b/_data/engine-cli/docker_cp.yaml new file mode 100644 index 00000000000..596fe8ccf13 --- /dev/null +++ b/_data/engine-cli/docker_cp.yaml @@ -0,0 +1,18 @@ +command: docker cp +short: Copy files/folders between a container and the local filesystem +long: |- + Copy files/folders between a container and the local filesystem + + Use '-' as the source to read a tar archive from stdin + and extract it to a directory destination in a container. + Use '-' as the destination to stream a tar archive of a + container source to stdout. +usage: "docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|-\n\tdocker cp [OPTIONS] + SRC_PATH|- CONTAINER:DEST_PATH" +pname: docker +plink: docker.yaml +options: +- option: follow-link + shorthand: L + default_value: "false" + description: Always follow symbol link in SRC_PATH diff --git a/_data/engine-cli/docker_create.yaml b/_data/engine-cli/docker_create.yaml new file mode 100644 index 00000000000..cde73859e06 --- /dev/null +++ b/_data/engine-cli/docker_create.yaml @@ -0,0 +1,258 @@ +command: docker create +short: Create a new container +long: Create a new container +usage: docker create [OPTIONS] IMAGE [COMMAND] [ARG...] +pname: docker +plink: docker.yaml +options: +- option: add-host + default_value: '[]' + description: Add a custom host-to-IP mapping (host:ip) +- option: attach + shorthand: a + default_value: '[]' + description: Attach to STDIN, STDOUT or STDERR +- option: blkio-weight + default_value: "0" + description: Block IO (relative weight), between 10 and 1000 +- option: blkio-weight-device + default_value: '[]' + description: Block IO weight (relative device weight) +- option: cap-add + default_value: '[]' + description: Add Linux capabilities +- option: cap-drop + default_value: '[]' + description: Drop Linux capabilities +- option: cgroup-parent + description: Optional parent cgroup for the container +- option: cidfile + description: Write the container ID to the file +- option: cpu-percent + default_value: "0" + description: CPU percent (Windows only) +- option: cpu-period + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) period +- option: cpu-quota + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-shares + shorthand: c + default_value: "0" + description: CPU shares (relative weight) +- option: cpuset-cpus + description: CPUs in which to allow execution (0-3, 0,1) +- option: cpuset-mems + description: MEMs in which to allow execution (0-3, 0,1) +- option: credentialspec + description: Credential spec for managed service account (Windows only) +- option: device + default_value: '[]' + description: Add a host device to the container +- option: device-read-bps + default_value: '[]' + description: Limit read rate (bytes per second) from a device +- option: device-read-iops + default_value: '[]' + description: Limit read rate (IO per second) from a device +- option: device-write-bps + default_value: '[]' + description: Limit write rate (bytes per second) to a device +- option: device-write-iops + default_value: '[]' + description: Limit write rate (IO per second) to a device +- option: disable-content-trust + default_value: "true" + description: Skip image verification +- option: dns + default_value: '[]' + description: Set custom DNS servers +- option: dns-opt + default_value: '[]' + description: Set DNS options +- option: dns-search + default_value: '[]' + description: Set custom DNS search domains +- option: entrypoint + description: Overwrite the default ENTRYPOINT of the image +- option: env + shorthand: e + default_value: '[]' + description: Set environment variables +- option: env-file + default_value: '[]' + description: Read in a file of environment variables +- option: expose + default_value: '[]' + description: Expose a port or a range of ports +- option: group-add + default_value: '[]' + description: Add additional groups to join +- option: health-cmd + description: Command to run to check health +- option: health-interval + default_value: "0" + description: Time between running the check +- option: health-retries + default_value: "0" + description: Consecutive failures needed to report unhealthy +- option: health-timeout + default_value: "0" + description: Maximum time to allow one check to run +- option: help + default_value: "false" + description: Print usage +- option: hostname + shorthand: h + description: Container host name +- option: init + default_value: "false" + description: | + Run an init inside the container that forwards signals and reaps processes +- option: init-path + description: Path to the docker-init binary +- option: interactive + shorthand: i + default_value: "false" + description: Keep STDIN open even if not attached +- option: io-maxbandwidth + description: | + Maximum IO bandwidth limit for the system drive (Windows only) +- option: io-maxiops + default_value: "0" + description: Maximum IOps limit for the system drive (Windows only) +- option: ip + description: Container IPv4 address (e.g. 172.30.100.104) +- option: ip6 + description: Container IPv6 address (e.g. 2001:db8::33) +- option: ipc + description: IPC namespace to use +- option: isolation + description: Container isolation technology +- option: kernel-memory + description: Kernel memory limit +- option: label + shorthand: l + default_value: '[]' + description: Set meta data on a container +- option: label-file + default_value: '[]' + description: Read in a line delimited file of labels +- option: link + default_value: '[]' + description: Add link to another container +- option: link-local-ip + default_value: '[]' + description: Container IPv4/IPv6 link-local addresses +- option: log-driver + description: Logging driver for the container +- option: log-opt + default_value: '[]' + description: Log driver options +- option: mac-address + description: Container MAC address (e.g. 92:d0:c6:0a:29:33) +- option: memory + shorthand: m + description: Memory limit +- option: memory-reservation + description: Memory soft limit +- option: memory-swap + description: | + Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: memory-swappiness + default_value: "-1" + description: Tune container memory swappiness (0 to 100) +- option: name + description: Assign a name to the container +- option: net + default_value: default + description: Connect a container to a network +- option: net-alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: network + default_value: default + description: Connect a container to a network +- option: network-alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: no-healthcheck + default_value: "false" + description: Disable any container-specified HEALTHCHECK +- option: oom-kill-disable + default_value: "false" + description: Disable OOM Killer +- option: oom-score-adj + default_value: "0" + description: Tune host's OOM preferences (-1000 to 1000) +- option: pid + description: PID namespace to use +- option: pids-limit + default_value: "0" + description: Tune container pids limit (set -1 for unlimited) +- option: privileged + default_value: "false" + description: Give extended privileges to this container +- option: publish + shorthand: p + default_value: '[]' + description: Publish a container's port(s) to the host +- option: publish-all + shorthand: P + default_value: "false" + description: Publish all exposed ports to random ports +- option: read-only + default_value: "false" + description: Mount the container's root filesystem as read only +- option: restart + default_value: "no" + description: Restart policy to apply when a container exits +- option: rm + default_value: "false" + description: Automatically remove the container when it exits +- option: runtime + description: Runtime to use for this container +- option: security-opt + default_value: '[]' + description: Security Options +- option: shm-size + description: Size of /dev/shm, default value is 64MB +- option: stop-signal + default_value: SIGTERM + description: Signal to stop a container, SIGTERM by default +- option: storage-opt + default_value: '[]' + description: Storage driver options for the container +- option: sysctl + default_value: map[] + description: Sysctl options +- option: tmpfs + default_value: '[]' + description: Mount a tmpfs directory +- option: tty + shorthand: t + default_value: "false" + description: Allocate a pseudo-TTY +- option: ulimit + default_value: '[]' + description: Ulimit options +- option: user + shorthand: u + description: 'Username or UID (format: [:])' +- option: userns + description: User namespace to use +- option: uts + description: UTS namespace to use +- option: volume + shorthand: v + default_value: '[]' + description: Bind mount a volume +- option: volume-driver + description: Optional volume driver for the container +- option: volumes-from + default_value: '[]' + description: Mount volumes from the specified container(s) +- option: workdir + shorthand: w + description: Working directory inside the container diff --git a/_data/engine-cli/docker_diff.yaml b/_data/engine-cli/docker_diff.yaml new file mode 100644 index 00000000000..6d5385ceaff --- /dev/null +++ b/_data/engine-cli/docker_diff.yaml @@ -0,0 +1,6 @@ +command: docker diff +short: Inspect changes on a container's filesystem +long: Inspect changes on a container's filesystem +usage: docker diff CONTAINER +pname: docker +plink: docker.yaml diff --git a/_data/engine-cli/docker_events.yaml b/_data/engine-cli/docker_events.yaml new file mode 100644 index 00000000000..dd5f6658398 --- /dev/null +++ b/_data/engine-cli/docker_events.yaml @@ -0,0 +1,16 @@ +command: docker events +short: Get real time events from the server +long: Get real time events from the server +usage: docker events [OPTIONS] +pname: docker +plink: docker.yaml +options: +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: format + description: Format the output using the given go template +- option: since + description: Show all events created since timestamp +- option: until + description: Stream events until this timestamp diff --git a/_data/engine-cli/docker_exec.yaml b/_data/engine-cli/docker_exec.yaml new file mode 100644 index 00000000000..9e48d6cbce5 --- /dev/null +++ b/_data/engine-cli/docker_exec.yaml @@ -0,0 +1,27 @@ +command: docker exec +short: Run a command in a running container +long: Run a command in a running container +usage: docker exec [OPTIONS] CONTAINER COMMAND [ARG...] +pname: docker +plink: docker.yaml +options: +- option: detach + shorthand: d + default_value: "false" + description: 'Detached mode: run command in the background' +- option: detach-keys + description: Override the key sequence for detaching a container +- option: interactive + shorthand: i + default_value: "false" + description: Keep STDIN open even if not attached +- option: privileged + default_value: "false" + description: Give extended privileges to the command +- option: tty + shorthand: t + default_value: "false" + description: Allocate a pseudo-TTY +- option: user + shorthand: u + description: 'Username or UID (format: [:])' diff --git a/_data/engine-cli/docker_export.yaml b/_data/engine-cli/docker_export.yaml new file mode 100644 index 00000000000..7b9f38eb7e8 --- /dev/null +++ b/_data/engine-cli/docker_export.yaml @@ -0,0 +1,10 @@ +command: docker export +short: Export a container's filesystem as a tar archive +long: Export a container's filesystem as a tar archive +usage: docker export [OPTIONS] CONTAINER +pname: docker +plink: docker.yaml +options: +- option: output + shorthand: o + description: Write to a file, instead of STDOUT diff --git a/_data/engine-cli/docker_history.yaml b/_data/engine-cli/docker_history.yaml new file mode 100644 index 00000000000..e6698aead8f --- /dev/null +++ b/_data/engine-cli/docker_history.yaml @@ -0,0 +1,18 @@ +command: docker history +short: Show the history of an image +long: Show the history of an image +usage: docker history [OPTIONS] IMAGE +pname: docker +plink: docker.yaml +options: +- option: human + shorthand: H + default_value: "true" + description: Print sizes and dates in human readable format +- option: no-trunc + default_value: "false" + description: Don't truncate output +- option: quiet + shorthand: q + default_value: "false" + description: Only show numeric IDs diff --git a/_data/engine-cli/docker_image.yaml b/_data/engine-cli/docker_image.yaml new file mode 100644 index 00000000000..091c87d025d --- /dev/null +++ b/_data/engine-cli/docker_image.yaml @@ -0,0 +1,8 @@ +command: docker image +short: Manage images +long: Manage images +usage: docker image +pname: docker +plink: docker.yaml +cname: docker image tag +clink: docker_image_tag.yaml diff --git a/_data/engine-cli/docker_image_build.yaml b/_data/engine-cli/docker_image_build.yaml new file mode 100644 index 00000000000..b6592dea338 --- /dev/null +++ b/_data/engine-cli/docker_image_build.yaml @@ -0,0 +1,77 @@ +command: docker image build +short: Build an image from a Dockerfile +long: Build an image from a Dockerfile +usage: docker image build [OPTIONS] PATH | URL | - +pname: docker image +plink: docker_image.yaml +options: +- option: build-arg + default_value: '[]' + description: Set build-time variables +- option: cache-from + default_value: '[]' + description: Images to consider as cache sources +- option: cgroup-parent + description: Optional parent cgroup for the container +- option: compress + default_value: "false" + description: Compress the build context using gzip +- option: cpu-period + default_value: "0" + description: Limit the CPU CFS (Completely Fair Scheduler) period +- option: cpu-quota + default_value: "0" + description: Limit the CPU CFS (Completely Fair Scheduler) quota +- option: cpu-shares + shorthand: c + default_value: "0" + description: CPU shares (relative weight) +- option: cpuset-cpus + description: CPUs in which to allow execution (0-3, 0,1) +- option: cpuset-mems + description: MEMs in which to allow execution (0-3, 0,1) +- option: disable-content-trust + default_value: "true" + description: Skip image verification +- option: file + shorthand: f + description: Name of the Dockerfile (Default is 'PATH/Dockerfile') +- option: force-rm + default_value: "false" + description: Always remove intermediate containers +- option: isolation + description: Container isolation technology +- option: label + default_value: '[]' + description: Set metadata for an image +- option: memory + shorthand: m + description: Memory limit +- option: memory-swap + description: | + Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: no-cache + default_value: "false" + description: Do not use cache when building the image +- option: pull + default_value: "false" + description: Always attempt to pull a newer version of the image +- option: quiet + shorthand: q + default_value: "false" + description: Suppress the build output and print image ID on success +- option: rm + default_value: "true" + description: Remove intermediate containers after a successful build +- option: security-opt + default_value: '[]' + description: Security options +- option: shm-size + description: Size of /dev/shm, default value is 64MB +- option: tag + shorthand: t + default_value: '[]' + description: Name and optionally a tag in the 'name:tag' format +- option: ulimit + default_value: '[]' + description: Ulimit options diff --git a/_data/engine-cli/docker_image_history.yaml b/_data/engine-cli/docker_image_history.yaml new file mode 100644 index 00000000000..e6688a348a1 --- /dev/null +++ b/_data/engine-cli/docker_image_history.yaml @@ -0,0 +1,18 @@ +command: docker image history +short: Show the history of an image +long: Show the history of an image +usage: docker image history [OPTIONS] IMAGE +pname: docker image +plink: docker_image.yaml +options: +- option: human + shorthand: H + default_value: "true" + description: Print sizes and dates in human readable format +- option: no-trunc + default_value: "false" + description: Don't truncate output +- option: quiet + shorthand: q + default_value: "false" + description: Only show numeric IDs diff --git a/_data/engine-cli/docker_image_import.yaml b/_data/engine-cli/docker_image_import.yaml new file mode 100644 index 00000000000..743d8f9dbee --- /dev/null +++ b/_data/engine-cli/docker_image_import.yaml @@ -0,0 +1,14 @@ +command: docker image import +short: Import the contents from a tarball to create a filesystem image +long: Import the contents from a tarball to create a filesystem image +usage: docker image import [OPTIONS] file|URL|- [REPOSITORY[:TAG]] +pname: docker image +plink: docker_image.yaml +options: +- option: change + shorthand: c + default_value: '[]' + description: Apply Dockerfile instruction to the created image +- option: message + shorthand: m + description: Set commit message for imported image diff --git a/_data/engine-cli/docker_image_inspect.yaml b/_data/engine-cli/docker_image_inspect.yaml new file mode 100644 index 00000000000..31604b9d2e3 --- /dev/null +++ b/_data/engine-cli/docker_image_inspect.yaml @@ -0,0 +1,10 @@ +command: docker image inspect +short: Display detailed information on one or more images +long: Display detailed information on one or more images +usage: docker image inspect [OPTIONS] IMAGE [IMAGE...] +pname: docker image +plink: docker_image.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template diff --git a/_data/engine-cli/docker_image_load.yaml b/_data/engine-cli/docker_image_load.yaml new file mode 100644 index 00000000000..e2ad0ddb93d --- /dev/null +++ b/_data/engine-cli/docker_image_load.yaml @@ -0,0 +1,14 @@ +command: docker image load +short: Load an image from a tar archive or STDIN +long: Load an image from a tar archive or STDIN +usage: docker image load [OPTIONS] +pname: docker image +plink: docker_image.yaml +options: +- option: input + shorthand: i + description: Read from tar archive file, instead of STDIN +- option: quiet + shorthand: q + default_value: "false" + description: Suppress the load output diff --git a/_data/engine-cli/docker_image_ls.yaml b/_data/engine-cli/docker_image_ls.yaml new file mode 100644 index 00000000000..60caf152371 --- /dev/null +++ b/_data/engine-cli/docker_image_ls.yaml @@ -0,0 +1,26 @@ +command: docker image ls +short: List images +long: List images +usage: docker image ls [OPTIONS] [REPOSITORY[:TAG]] +pname: docker image +plink: docker_image.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Show all images (default hides intermediate images) +- option: digests + default_value: "false" + description: Show digests +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: format + description: Pretty-print images using a Go template +- option: no-trunc + default_value: "false" + description: Don't truncate output +- option: quiet + shorthand: q + default_value: "false" + description: Only show numeric IDs diff --git a/_data/engine-cli/docker_image_prune.yaml b/_data/engine-cli/docker_image_prune.yaml new file mode 100644 index 00000000000..f8d1fa82289 --- /dev/null +++ b/_data/engine-cli/docker_image_prune.yaml @@ -0,0 +1,15 @@ +command: docker image prune +short: Remove unused images +long: Remove unused images +usage: docker image prune [OPTIONS] +pname: docker image +plink: docker_image.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Remove all unused images, not just dangling ones +- option: force + shorthand: f + default_value: "false" + description: Do not prompt for confirmation diff --git a/_data/engine-cli/docker_image_pull.yaml b/_data/engine-cli/docker_image_pull.yaml new file mode 100644 index 00000000000..a5697848347 --- /dev/null +++ b/_data/engine-cli/docker_image_pull.yaml @@ -0,0 +1,14 @@ +command: docker image pull +short: Pull an image or a repository from a registry +long: Pull an image or a repository from a registry +usage: docker image pull [OPTIONS] NAME[:TAG|@DIGEST] +pname: docker image +plink: docker_image.yaml +options: +- option: all-tags + shorthand: a + default_value: "false" + description: Download all tagged images in the repository +- option: disable-content-trust + default_value: "true" + description: Skip image verification diff --git a/_data/engine-cli/docker_image_push.yaml b/_data/engine-cli/docker_image_push.yaml new file mode 100644 index 00000000000..d59d7aa5252 --- /dev/null +++ b/_data/engine-cli/docker_image_push.yaml @@ -0,0 +1,10 @@ +command: docker image push +short: Push an image or a repository to a registry +long: Push an image or a repository to a registry +usage: docker image push [OPTIONS] NAME[:TAG] +pname: docker image +plink: docker_image.yaml +options: +- option: disable-content-trust + default_value: "true" + description: Skip image verification diff --git a/_data/engine-cli/docker_image_rm.yaml b/_data/engine-cli/docker_image_rm.yaml new file mode 100644 index 00000000000..349eb32432f --- /dev/null +++ b/_data/engine-cli/docker_image_rm.yaml @@ -0,0 +1,14 @@ +command: docker image rm +short: Remove one or more images +long: Remove one or more images +usage: docker image rm [OPTIONS] IMAGE [IMAGE...] +pname: docker image +plink: docker_image.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Force removal of the image +- option: no-prune + default_value: "false" + description: Do not delete untagged parents diff --git a/_data/engine-cli/docker_image_save.yaml b/_data/engine-cli/docker_image_save.yaml new file mode 100644 index 00000000000..883f909b615 --- /dev/null +++ b/_data/engine-cli/docker_image_save.yaml @@ -0,0 +1,10 @@ +command: docker image save +short: Save one or more images to a tar archive (streamed to STDOUT by default) +long: Save one or more images to a tar archive (streamed to STDOUT by default) +usage: docker image save [OPTIONS] IMAGE [IMAGE...] +pname: docker image +plink: docker_image.yaml +options: +- option: output + shorthand: o + description: Write to a file, instead of STDOUT diff --git a/_data/engine-cli/docker_image_tag.yaml b/_data/engine-cli/docker_image_tag.yaml new file mode 100644 index 00000000000..f72136e6965 --- /dev/null +++ b/_data/engine-cli/docker_image_tag.yaml @@ -0,0 +1,6 @@ +command: docker image tag +short: Tag an image into a repository +long: Tag an image into a repository +usage: docker image tag IMAGE[:TAG] IMAGE[:TAG] +pname: docker image +plink: docker_image.yaml diff --git a/_data/engine-cli/docker_images.yaml b/_data/engine-cli/docker_images.yaml new file mode 100644 index 00000000000..6d22bfdd862 --- /dev/null +++ b/_data/engine-cli/docker_images.yaml @@ -0,0 +1,26 @@ +command: docker images +short: List images +long: List images +usage: docker images [OPTIONS] [REPOSITORY[:TAG]] +pname: docker +plink: docker.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Show all images (default hides intermediate images) +- option: digests + default_value: "false" + description: Show digests +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: format + description: Pretty-print images using a Go template +- option: no-trunc + default_value: "false" + description: Don't truncate output +- option: quiet + shorthand: q + default_value: "false" + description: Only show numeric IDs diff --git a/_data/engine-cli/docker_import.yaml b/_data/engine-cli/docker_import.yaml new file mode 100644 index 00000000000..862d385f6d6 --- /dev/null +++ b/_data/engine-cli/docker_import.yaml @@ -0,0 +1,14 @@ +command: docker import +short: Import the contents from a tarball to create a filesystem image +long: Import the contents from a tarball to create a filesystem image +usage: docker import [OPTIONS] file|URL|- [REPOSITORY[:TAG]] +pname: docker +plink: docker.yaml +options: +- option: change + shorthand: c + default_value: '[]' + description: Apply Dockerfile instruction to the created image +- option: message + shorthand: m + description: Set commit message for imported image diff --git a/_data/engine-cli/docker_info.yaml b/_data/engine-cli/docker_info.yaml new file mode 100644 index 00000000000..6671b47b02d --- /dev/null +++ b/_data/engine-cli/docker_info.yaml @@ -0,0 +1,10 @@ +command: docker info +short: Display system-wide information +long: Display system-wide information +usage: docker info [OPTIONS] +pname: docker +plink: docker.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template diff --git a/_data/engine-cli/docker_inspect.yaml b/_data/engine-cli/docker_inspect.yaml new file mode 100644 index 00000000000..46b641a8786 --- /dev/null +++ b/_data/engine-cli/docker_inspect.yaml @@ -0,0 +1,16 @@ +command: docker inspect +short: Return low-level information on a container, image or task +long: Return low-level information on a container, image or task +usage: docker inspect [OPTIONS] CONTAINER|IMAGE|TASK [CONTAINER|IMAGE|TASK...] +pname: docker +plink: docker.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template +- option: size + shorthand: s + default_value: "false" + description: Display total file sizes if the type is container +- option: type + description: Return JSON for specified type diff --git a/_data/engine-cli/docker_kill.yaml b/_data/engine-cli/docker_kill.yaml new file mode 100644 index 00000000000..5c1bcbb5bc4 --- /dev/null +++ b/_data/engine-cli/docker_kill.yaml @@ -0,0 +1,11 @@ +command: docker kill +short: Kill one or more running containers +long: Kill one or more running containers +usage: docker kill [OPTIONS] CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml +options: +- option: signal + shorthand: s + default_value: KILL + description: Signal to send to the container diff --git a/_data/engine-cli/docker_load.yaml b/_data/engine-cli/docker_load.yaml new file mode 100644 index 00000000000..c0fbdc02d28 --- /dev/null +++ b/_data/engine-cli/docker_load.yaml @@ -0,0 +1,14 @@ +command: docker load +short: Load an image from a tar archive or STDIN +long: Load an image from a tar archive or STDIN +usage: docker load [OPTIONS] +pname: docker +plink: docker.yaml +options: +- option: input + shorthand: i + description: Read from tar archive file, instead of STDIN +- option: quiet + shorthand: q + default_value: "false" + description: Suppress the load output diff --git a/_data/engine-cli/docker_login.yaml b/_data/engine-cli/docker_login.yaml new file mode 100644 index 00000000000..fb6f7a49947 --- /dev/null +++ b/_data/engine-cli/docker_login.yaml @@ -0,0 +1,18 @@ +command: docker login +short: Log in to a Docker registry. +long: |- + Log in to a Docker registry. + If no server is specified, the default is defined by the daemon. +usage: docker login [OPTIONS] [SERVER] +pname: docker +plink: docker.yaml +options: +- option: email + shorthand: e + description: Email +- option: password + shorthand: p + description: Password +- option: username + shorthand: u + description: Username diff --git a/_data/engine-cli/docker_logout.yaml b/_data/engine-cli/docker_logout.yaml new file mode 100644 index 00000000000..ee9c02515ed --- /dev/null +++ b/_data/engine-cli/docker_logout.yaml @@ -0,0 +1,8 @@ +command: docker logout +short: Log out from a Docker registry. +long: |- + Log out from a Docker registry. + If no server is specified, the default is defined by the daemon. +usage: docker logout [SERVER] +pname: docker +plink: docker.yaml diff --git a/_data/engine-cli/docker_logs.yaml b/_data/engine-cli/docker_logs.yaml new file mode 100644 index 00000000000..c175c19e89b --- /dev/null +++ b/_data/engine-cli/docker_logs.yaml @@ -0,0 +1,23 @@ +command: docker logs +short: Fetch the logs of a container +long: Fetch the logs of a container +usage: docker logs [OPTIONS] CONTAINER +pname: docker +plink: docker.yaml +options: +- option: details + default_value: "false" + description: Show extra details provided to logs +- option: follow + shorthand: f + default_value: "false" + description: Follow log output +- option: since + description: Show logs since timestamp +- option: tail + default_value: all + description: Number of lines to show from the end of the logs +- option: timestamps + shorthand: t + default_value: "false" + description: Show timestamps diff --git a/_data/engine-cli/docker_network.yaml b/_data/engine-cli/docker_network.yaml new file mode 100644 index 00000000000..bebc280da76 --- /dev/null +++ b/_data/engine-cli/docker_network.yaml @@ -0,0 +1,8 @@ +command: docker network +short: Manage networks +long: Manage networks +usage: docker network +pname: docker +plink: docker.yaml +cname: docker network rm +clink: docker_network_rm.yaml diff --git a/_data/engine-cli/docker_network_connect.yaml b/_data/engine-cli/docker_network_connect.yaml new file mode 100644 index 00000000000..c3e8650cac0 --- /dev/null +++ b/_data/engine-cli/docker_network_connect.yaml @@ -0,0 +1,62 @@ +command: docker network connect +short: Connect a container to a network +long: | + Connects a container to a network. You can connect a container by name + or by ID. Once connected, the container can communicate with other containers in + the same network. + + ```bash + $ docker network connect multi-host-network container1 + ``` + + You can also use the `docker run --net=` option to start a container and immediately connect it to a network. + + ```bash + $ docker run -itd --net=multi-host-network --ip 172.20.88.22 --ip6 2001:db8::8822 busybox + ``` + + You can pause, restart, and stop containers that are connected to a network. + Paused containers remain connected and can be revealed by a `network inspect`. + When the container is stopped, it does not appear on the network until you restart + it. + + If specified, the container's IP address(es) is reapplied when a stopped + container is restarted. If the IP address is no longer available, the container + fails to start. One way to guarantee that the IP address is available is + to specify an `--ip-range` when creating the network, and choose the static IP + address(es) from outside that range. This ensures that the IP address is not + given to another container while this container is not on the network. + + ```bash + $ docker network create --subnet 172.20.0.0/16 --ip-range 172.20.240.0/20 multi-host-network + ``` + + ```bash + $ docker network connect --ip 172.20.128.2 multi-host-network container2 + ``` + + To verify the container is connected, use the `docker network inspect` command. Use `docker network disconnect` to remove a container from the network. + + Once connected in network, containers can communicate using only another + container's IP address or name. For `overlay` networks or custom plugins that + support multi-host connectivity, containers connected to the same multi-host + network but launched from different Engines can also communicate in this way. + + You can connect a container to one or more networks. The networks need not be the same type. For example, you can connect a single container bridge and overlay networks. +usage: docker network connect [OPTIONS] NETWORK CONTAINER +pname: docker network +plink: docker_network.yaml +options: +- option: alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: ip + description: IP Address +- option: ip6 + description: IPv6 Address +- option: link + default_value: '[]' + description: Add link to another container +- option: link-local-ip + default_value: '[]' + description: Add a link-local address for the container diff --git a/_data/engine-cli/docker_network_create.yaml b/_data/engine-cli/docker_network_create.yaml new file mode 100644 index 00000000000..8c4e507d78a --- /dev/null +++ b/_data/engine-cli/docker_network_create.yaml @@ -0,0 +1,102 @@ +command: docker network create +short: Create a network +long: "Creates a new network. The `DRIVER` accepts `bridge` or `overlay` which are + the\nbuilt-in network drivers. If you have installed a third party or your own custom\nnetwork + driver you can specify that `DRIVER` here also. If you don't specify the\n`--driver` + option, the command automatically creates a `bridge` network for you.\nWhen you + install Docker Engine it creates a `bridge` network automatically. This\nnetwork + corresponds to the `docker0` bridge that Engine has traditionally relied\non. When + launch a new container with `docker run` it automatically connects to\nthis bridge + network. You cannot remove this default bridge network but you can\ncreate new ones + using the `network create` command.\n\n```bash\n$ docker network create -d bridge + my-bridge-network\n```\n\nBridge networks are isolated networks on a single Engine + installation. If you\nwant to create a network that spans multiple Docker hosts + each running an\nEngine, you must create an `overlay` network. Unlike `bridge` networks + overlay\nnetworks require some pre-existing conditions before you can create one. + These\nconditions are:\n\n* Access to a key-value store. Engine supports Consul, + Etcd, and Zookeeper (Distributed store) key-value stores.\n* A cluster of hosts + with connectivity to the key-value store.\n* A properly configured Engine `daemon` + on each host in the cluster.\n\nThe `dockerd` options that support the `overlay` + network are:\n\n* `--cluster-store`\n* `--cluster-store-opt`\n* `--cluster-advertise`\n\nTo + read more about these options and how to configure them, see [\"*Get started\nwith + multi-host\nnetwork*\"](https://docs.docker.com/engine/userguide/networking/get-started-overlay/).\n\nIt + is also a good idea, though not required, that you install Docker Swarm on to\nmanage + the cluster that makes up your network. Swarm provides sophisticated\ndiscovery + and server management that can assist your implementation.\n\nOnce you have prepared + the `overlay` network prerequisites you simply choose a\nDocker host in the cluster + and issue the following to create the network:\n\n```bash\n$ docker network create + -d overlay my-multihost-network\n```\n\nNetwork names must be unique. The Docker + daemon attempts to identify naming\nconflicts but this is not guaranteed. It is + the user's responsibility to avoid\nname conflicts.\n\n## Connect containers\n\nWhen + you start a container use the `--net` flag to connect it to a network.\nThis adds + the `busybox` container to the `mynet` network.\n\n```bash\n$ docker run -itd --net=mynet + busybox\n```\n\nIf you want to add a container to a network after the container + is already\nrunning use the `docker network connect` subcommand.\n\nYou can connect + multiple containers to the same network. Once connected, the\ncontainers can communicate + using only another container's IP address or name.\nFor `overlay` networks or custom + plugins that support multi-host connectivity,\ncontainers connected to the same + multi-host network but launched from different\nEngines can also communicate in + this way.\n\nYou can disconnect a container from a network using the `docker network\ndisconnect` + command.\n\n## Specifying advanced options\n\nWhen you create a network, Engine + creates a non-overlapping subnetwork for the\nnetwork by default. This subnetwork + is not a subdivision of an existing network.\nIt is purely for ip-addressing purposes. + You can override this default and\nspecify subnetwork values directly using the + `--subnet` option. On a\n`bridge` network you can only create a single subnet:\n\n```bash\n$ + docker network create -d bridge --subnet=192.168.0.0/16 br0\n```\n\nAdditionally, + you also specify the `--gateway` `--ip-range` and `--aux-address`\noptions.\n\n```bash\n$ + docker network create \\\n --driver=bridge \\\n --subnet=172.28.0.0/16 \\\n --ip-range=172.28.5.0/24 + \\\n --gateway=172.28.5.254 \\\n br0\n```\n\nIf you omit the `--gateway` flag + the Engine selects one for you from inside a\npreferred pool. For `overlay` networks + and for network driver plugins that\nsupport it you can create multiple subnetworks.\n\n```bash\n$ + docker network create -d overlay \\\n --subnet=192.168.0.0/16 \\\n --subnet=192.170.0.0/16 + \\\n --gateway=192.168.0.100 \\ \n --gateway=192.170.0.100 \\\n --ip-range=192.168.1.0/24 + \\\n --aux-address=\"my-router=192.168.1.5\" --aux-address=\"my-switch=192.168.1.6\" + \\\n --aux-address=\"my-printer=192.170.1.5\" --aux-address=\"my-nas=192.170.1.6\" + \\\n my-multihost-network\n```\n\nBe sure that your subnetworks do not overlap. + If they do, the network create\nfails and Engine returns an error.\n\n### Network + internal mode\n\nBy default, when you connect a container to an `overlay` network, + Docker also\nconnects a bridge network to it to provide external connectivity. If + you want\nto create an externally isolated `overlay` network, you can specify the\n`--internal` + option.\n" +usage: docker network create [OPTIONS] NETWORK +pname: docker network +plink: docker_network.yaml +options: +- option: attachable + default_value: "false" + description: Enable manual container attachment +- option: aux-address + default_value: map[] + description: Auxiliary IPv4 or IPv6 addresses used by Network driver +- option: driver + shorthand: d + default_value: bridge + description: Driver to manage the Network +- option: gateway + default_value: '[]' + description: IPv4 or IPv6 Gateway for the master subnet +- option: internal + default_value: "false" + description: Restrict external access to the network +- option: ip-range + default_value: '[]' + description: Allocate container ip from a sub-range +- option: ipam-driver + default_value: default + description: IP Address Management Driver +- option: ipam-opt + default_value: map[] + description: Set IPAM driver specific options +- option: ipv6 + default_value: "false" + description: Enable IPv6 networking +- option: label + default_value: '[]' + description: Set metadata on a network +- option: opt + shorthand: o + default_value: map[] + description: Set driver specific options +- option: subnet + default_value: '[]' + description: Subnet in CIDR format that represents a network segment diff --git a/_data/engine-cli/docker_network_disconnect.yaml b/_data/engine-cli/docker_network_disconnect.yaml new file mode 100644 index 00000000000..87fca9d5bf5 --- /dev/null +++ b/_data/engine-cli/docker_network_disconnect.yaml @@ -0,0 +1,16 @@ +command: docker network disconnect +short: Disconnect a container from a network +long: | + Disconnects a container from a network. + + ```bash + $ docker network disconnect multi-host-network container1 + ``` +usage: docker network disconnect [OPTIONS] NETWORK CONTAINER +pname: docker network +plink: docker_network.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Force the container to disconnect from a network diff --git a/_data/engine-cli/docker_network_inspect.yaml b/_data/engine-cli/docker_network_inspect.yaml new file mode 100644 index 00000000000..4fb549a46ee --- /dev/null +++ b/_data/engine-cli/docker_network_inspect.yaml @@ -0,0 +1,98 @@ +command: docker network inspect +short: Display detailed information on one or more networks +long: | + Returns information about one or more networks. By default, this command renders all results in a JSON object. For example, if you connect two containers to the default `bridge` network: + + ```bash + $ sudo docker run -itd --name=container1 busybox + f2870c98fd504370fb86e59f32cd0753b1ac9b69b7d80566ffc7192a82b3ed27 + + $ sudo docker run -itd --name=container2 busybox + bda12f8922785d1f160be70736f26c1e331ab8aaf8ed8d56728508f2e2fd4727 + ``` + + The `network inspect` command shows the containers, by id, in its + results. You can specify an alternate format to execute a given + template for each result. Go's + [text/template](http://golang.org/pkg/text/template/) package + describes all the details of the format. + + ```bash + $ sudo docker network inspect bridge + [ + { + "Name": "bridge", + "Id": "b2b1a2cba717161d984383fd68218cf70bbbd17d328496885f7c921333228b0f", + "Scope": "local", + "Driver": "bridge", + "IPAM": { + "Driver": "default", + "Config": [ + { + "Subnet": "172.17.42.1/16", + "Gateway": "172.17.42.1" + } + ] + }, + "Internal": false, + "Containers": { + "bda12f8922785d1f160be70736f26c1e331ab8aaf8ed8d56728508f2e2fd4727": { + "Name": "container2", + "EndpointID": "0aebb8fcd2b282abe1365979536f21ee4ceaf3ed56177c628eae9f706e00e019", + "MacAddress": "02:42:ac:11:00:02", + "IPv4Address": "172.17.0.2/16", + "IPv6Address": "" + }, + "f2870c98fd504370fb86e59f32cd0753b1ac9b69b7d80566ffc7192a82b3ed27": { + "Name": "container1", + "EndpointID": "a00676d9c91a96bbe5bcfb34f705387a33d7cc365bac1a29e4e9728df92d10ad", + "MacAddress": "02:42:ac:11:00:01", + "IPv4Address": "172.17.0.1/16", + "IPv6Address": "" + } + }, + "Options": { + "com.docker.network.bridge.default_bridge": "true", + "com.docker.network.bridge.enable_icc": "true", + "com.docker.network.bridge.enable_ip_masquerade": "true", + "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0", + "com.docker.network.bridge.name": "docker0", + "com.docker.network.driver.mtu": "1500" + } + } + ] + ``` + + Returns the information about the user-defined network: + + ```bash + $ docker network create simple-network + 69568e6336d8c96bbf57869030919f7c69524f71183b44d80948bd3927c87f6a + $ docker network inspect simple-network + [ + { + "Name": "simple-network", + "Id": "69568e6336d8c96bbf57869030919f7c69524f71183b44d80948bd3927c87f6a", + "Scope": "local", + "Driver": "bridge", + "IPAM": { + "Driver": "default", + "Config": [ + { + "Subnet": "172.22.0.0/16", + "Gateway": "172.22.0.1" + } + ] + }, + "Containers": {}, + "Options": {} + } + ] + ``` +usage: docker network inspect [OPTIONS] NETWORK [NETWORK...] +pname: docker network +plink: docker_network.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template diff --git a/_data/engine-cli/docker_network_ls.yaml b/_data/engine-cli/docker_network_ls.yaml new file mode 100644 index 00000000000..598caffd5e2 --- /dev/null +++ b/_data/engine-cli/docker_network_ls.yaml @@ -0,0 +1,78 @@ +command: docker network ls +short: List networks +long: "Lists all the networks the Engine `daemon` knows about. This includes the\nnetworks + that span across multiple hosts in a cluster, for example:\n\n```bash\n $ docker + network ls\n NETWORK ID NAME DRIVER\n 7fca4eb8c647 + \ bridge bridge\n 9f904ee27bf5 none null\n + \ cf03ee007fb4 host host\n 78b03ee04fc4 multi-host + \ overlay\n```\n\nUse the `--no-trunc` option to display the full network + id:\n\n```bash\n$ docker network ls --no-trunc\nNETWORK ID NAME + \ DRIVER\n18a2866682b85619a026c81b98a5e375bd33e1b0936a26cc497c283d27bae9b3 + \ none null \nc288470c46f6c8949c5f7e5099b5b7947b07eabe8d9a27d79a9cbf111adcbf47 + \ host host \n7b369448dccbf865d397c8d2be0cda7cf7edc6b0945f77d2529912ae917a0185 + \ bridge bridge \n95e74588f40db048e86320c6526440c504650a1ff3e9f7d60a497c4d2163e5bd + \ foo bridge \n63d1ff1f77b07ca51070a8c227e962238358bd310bde1529cf62e6c307ade161 + \ dev bridge\n```\n\n## Filtering\n\nThe filtering flag (`-f` or + `--filter`) format is a `key=value` pair. If there\nis more than one filter, then + pass multiple flags (e.g. `--filter \"foo=bar\" --filter \"bif=baz\"`).\nMultiple + filter flags are combined as an `OR` filter. For example, \n`-f type=custom -f type=builtin` + returns both `custom` and `builtin` networks.\n\nThe currently supported filters + are:\n\n* driver\n* id (network's id)\n* label (`label=` or `label==`)\n* + name (network's name)\n* type (custom|builtin)\n\n#### Driver\n\nThe `driver` filter + matches networks based on their driver.\n\nThe following example matches networks + with the `bridge` driver:\n\n```bash\n$ docker network ls --filter driver=bridge\nNETWORK + ID NAME DRIVER\ndb9db329f835 test1 bridge\nf6e212da9dfd + \ test2 bridge\n```\n\n#### ID\n\nThe `id` filter matches on + all or part of a network's ID.\n\nThe following filter matches all networks with + an ID containing the\n`63d1ff1f77b0...` string.\n\n```bash\n$ docker network ls + --filter id=63d1ff1f77b07ca51070a8c227e962238358bd310bde1529cf62e6c307ade161\nNETWORK + ID NAME DRIVER\n63d1ff1f77b0 dev bridge\n```\n\nYou + can also filter for a substring in an ID as this shows:\n\n```bash\n$ docker network + ls --filter id=95e74588f40d\nNETWORK ID NAME DRIVER\n95e74588f40d + \ foo bridge\n\n$ docker network ls --filter id=95e\nNETWORK + ID NAME DRIVER\n95e74588f40d foo bridge\n```\n\n#### + Label\n\nThe `label` filter matches networks based on the presence of a `label` + alone or a `label` and a\nvalue.\n\nThe following filter matches networks with the + `usage` label regardless of its value.\n\n```bash\n$ docker network ls -f \"label=usage\"\nNETWORK + ID NAME DRIVER\ndb9db329f835 test1 bridge + \ \nf6e212da9dfd test2 bridge\n```\n\nThe following + filter matches networks with the `usage` label with the `prod` value.\n\n```bash\n$ + docker network ls -f \"label=usage=prod\"\nNETWORK ID NAME DRIVER\nf6e212da9dfd + \ test2 bridge\n```\n\n#### Name\n\nThe `name` filter matches + on all or part of a network's name.\n\nThe following filter matches all networks + with a name containing the `foobar` string.\n\n```bash\n$ docker network ls --filter + name=foobar\nNETWORK ID NAME DRIVER\n06e7eef0a170 foobar + \ bridge\n```\n\nYou can also filter for a substring in a name as this + shows:\n\n```bash\n$ docker network ls --filter name=foo\nNETWORK ID NAME + \ DRIVER\n95e74588f40d foo bridge\n06e7eef0a170 + \ foobar bridge\n```\n\n#### Type\n\nThe `type` filter supports + two values; `builtin` displays predefined networks\n(`bridge`, `none`, `host`), + whereas `custom` displays user defined networks.\n\nThe following filter matches + all user defined networks:\n\n```bash\n$ docker network ls --filter type=custom\nNETWORK + ID NAME DRIVER\n95e74588f40d foo bridge\n63d1ff1f77b0 + \ dev bridge\n```\n\nBy having this flag it allows for batch + cleanup. For example, use this filter\nto delete all user defined networks:\n\n```bash\n$ + docker network rm `docker network ls --filter type=custom -q`\n```\n\nA warning + will be issued when trying to remove a network that has containers\nattached.\n\n## + Format\n\nFormat uses a Go template to print the output. The following variables + are \nsupported: \n\n* .ID - Network ID\n* .Name - Network name\n* .Driver - Network + driver\n* .Scope - Network scope (local, global)\n* .IPv6 - Whether IPv6 is enabled + on the network or not\n* .Internal - Whether the network is internal or not\n* .Labels + - All labels assigned to the network\n* .Label - Value of a specific label for this + network. For example `{{.Label \"project.version\"}}`\n" +usage: docker network ls [OPTIONS] +pname: docker network +plink: docker_network.yaml +options: +- option: filter + shorthand: f + description: Provide filter values (i.e. 'dangling=true') +- option: format + description: Pretty-print networks using a Go template +- option: no-trunc + default_value: "false" + description: Do not truncate the output +- option: quiet + shorthand: q + default_value: "false" + description: Only display network IDs diff --git a/_data/engine-cli/docker_network_rm.yaml b/_data/engine-cli/docker_network_rm.yaml new file mode 100644 index 00000000000..afc3c2f3d14 --- /dev/null +++ b/_data/engine-cli/docker_network_rm.yaml @@ -0,0 +1,26 @@ +command: docker network rm +short: Remove one or more networks +long: | + Removes one or more networks by name or identifier. To remove a network, + you must first disconnect any containers connected to it. + To remove the network named 'my-network': + + ```bash + $ docker network rm my-network + ``` + + To delete multiple networks in a single `docker network rm` command, provide + multiple network names or ids. The following example deletes a network with id + `3695c422697f` and a network named `my-network`: + + ```bash + $ docker network rm 3695c422697f my-network + ``` + + When you specify multiple networks, the command attempts to delete each in turn. + If the deletion of one network fails, the command continues to the next on the + list and tries to delete that. The command reports success or failure for each + deletion. +usage: docker network rm NETWORK [NETWORK...] +pname: docker network +plink: docker_network.yaml diff --git a/_data/engine-cli/docker_node.yaml b/_data/engine-cli/docker_node.yaml new file mode 100644 index 00000000000..31c39d0471b --- /dev/null +++ b/_data/engine-cli/docker_node.yaml @@ -0,0 +1,8 @@ +command: docker node +short: Manage Swarm nodes +long: Manage Swarm nodes +usage: docker node +pname: docker +plink: docker.yaml +cname: docker node update +clink: docker_node_update.yaml diff --git a/_data/engine-cli/docker_node_demote.yaml b/_data/engine-cli/docker_node_demote.yaml new file mode 100644 index 00000000000..282c0971faf --- /dev/null +++ b/_data/engine-cli/docker_node_demote.yaml @@ -0,0 +1,6 @@ +command: docker node demote +short: Demote one or more nodes from manager in the swarm +long: Demote one or more nodes from manager in the swarm +usage: docker node demote NODE [NODE...] +pname: docker node +plink: docker_node.yaml diff --git a/_data/engine-cli/docker_node_inspect.yaml b/_data/engine-cli/docker_node_inspect.yaml new file mode 100644 index 00000000000..b8d8aed8569 --- /dev/null +++ b/_data/engine-cli/docker_node_inspect.yaml @@ -0,0 +1,13 @@ +command: docker node inspect +short: Display detailed information on one or more nodes +long: Display detailed information on one or more nodes +usage: docker node inspect [OPTIONS] self|NODE [NODE...] +pname: docker node +plink: docker_node.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template +- option: pretty + default_value: "false" + description: Print the information in a human friendly format. diff --git a/_data/engine-cli/docker_node_ls.yaml b/_data/engine-cli/docker_node_ls.yaml new file mode 100644 index 00000000000..9c478e2d133 --- /dev/null +++ b/_data/engine-cli/docker_node_ls.yaml @@ -0,0 +1,14 @@ +command: docker node ls +short: List nodes in the swarm +long: List nodes in the swarm +usage: docker node ls [OPTIONS] +pname: docker node +plink: docker_node.yaml +options: +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: quiet + shorthand: q + default_value: "false" + description: Only display IDs diff --git a/_data/engine-cli/docker_node_promote.yaml b/_data/engine-cli/docker_node_promote.yaml new file mode 100644 index 00000000000..ee12b6d7b6d --- /dev/null +++ b/_data/engine-cli/docker_node_promote.yaml @@ -0,0 +1,6 @@ +command: docker node promote +short: Promote one or more nodes to manager in the swarm +long: Promote one or more nodes to manager in the swarm +usage: docker node promote NODE [NODE...] +pname: docker node +plink: docker_node.yaml diff --git a/_data/engine-cli/docker_node_ps.yaml b/_data/engine-cli/docker_node_ps.yaml new file mode 100644 index 00000000000..e17c1612c71 --- /dev/null +++ b/_data/engine-cli/docker_node_ps.yaml @@ -0,0 +1,16 @@ +command: docker node ps +short: List tasks running on one or more nodes, defaults to current node +long: List tasks running on one or more nodes, defaults to current node +usage: docker node ps [OPTIONS] [NODE...] +pname: docker node +plink: docker_node.yaml +options: +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: no-resolve + default_value: "false" + description: Do not map IDs to Names +- option: no-trunc + default_value: "false" + description: Do not truncate output diff --git a/_data/engine-cli/docker_node_rm.yaml b/_data/engine-cli/docker_node_rm.yaml new file mode 100644 index 00000000000..50a4d298c0b --- /dev/null +++ b/_data/engine-cli/docker_node_rm.yaml @@ -0,0 +1,10 @@ +command: docker node rm +short: Remove one or more nodes from the swarm +long: Remove one or more nodes from the swarm +usage: docker node rm [OPTIONS] NODE [NODE...] +pname: docker node +plink: docker_node.yaml +options: +- option: force + default_value: "false" + description: Force remove an active node diff --git a/_data/engine-cli/docker_node_update.yaml b/_data/engine-cli/docker_node_update.yaml new file mode 100644 index 00000000000..bf7187c6dd6 --- /dev/null +++ b/_data/engine-cli/docker_node_update.yaml @@ -0,0 +1,17 @@ +command: docker node update +short: Update a node +long: Update a node +usage: docker node update [OPTIONS] NODE +pname: docker node +plink: docker_node.yaml +options: +- option: availability + description: Availability of the node (active/pause/drain) +- option: label-add + default_value: '[]' + description: Add or update a node label (key=value) +- option: label-rm + default_value: '[]' + description: Remove a node label if exists +- option: role + description: Role of the node (worker/manager) diff --git a/_data/engine-cli/docker_pause.yaml b/_data/engine-cli/docker_pause.yaml new file mode 100644 index 00000000000..bd878757f45 --- /dev/null +++ b/_data/engine-cli/docker_pause.yaml @@ -0,0 +1,6 @@ +command: docker pause +short: Pause all processes within one or more containers +long: Pause all processes within one or more containers +usage: docker pause CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml diff --git a/_data/engine-cli/docker_port.yaml b/_data/engine-cli/docker_port.yaml new file mode 100644 index 00000000000..2427702df7d --- /dev/null +++ b/_data/engine-cli/docker_port.yaml @@ -0,0 +1,6 @@ +command: docker port +short: List port mappings or a specific mapping for the container +long: List port mappings or a specific mapping for the container +usage: docker port CONTAINER [PRIVATE_PORT[/PROTO]] +pname: docker +plink: docker.yaml diff --git a/_data/engine-cli/docker_ps.yaml b/_data/engine-cli/docker_ps.yaml new file mode 100644 index 00000000000..2836a4bdbff --- /dev/null +++ b/_data/engine-cli/docker_ps.yaml @@ -0,0 +1,35 @@ +command: docker ps +short: List containers +long: List containers +usage: docker ps [OPTIONS] +pname: docker +plink: docker.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Show all containers (default shows just running) +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: format + description: Pretty-print containers using a Go template +- option: last + shorthand: "n" + default_value: "-1" + description: Show n last created containers (includes all states) +- option: latest + shorthand: l + default_value: "false" + description: Show the latest created container (includes all states) +- option: no-trunc + default_value: "false" + description: Don't truncate output +- option: quiet + shorthand: q + default_value: "false" + description: Only display numeric IDs +- option: size + shorthand: s + default_value: "false" + description: Display total file sizes diff --git a/_data/engine-cli/docker_pull.yaml b/_data/engine-cli/docker_pull.yaml new file mode 100644 index 00000000000..86bada6b54e --- /dev/null +++ b/_data/engine-cli/docker_pull.yaml @@ -0,0 +1,14 @@ +command: docker pull +short: Pull an image or a repository from a registry +long: Pull an image or a repository from a registry +usage: docker pull [OPTIONS] NAME[:TAG|@DIGEST] +pname: docker +plink: docker.yaml +options: +- option: all-tags + shorthand: a + default_value: "false" + description: Download all tagged images in the repository +- option: disable-content-trust + default_value: "true" + description: Skip image verification diff --git a/_data/engine-cli/docker_push.yaml b/_data/engine-cli/docker_push.yaml new file mode 100644 index 00000000000..be641b24aa6 --- /dev/null +++ b/_data/engine-cli/docker_push.yaml @@ -0,0 +1,10 @@ +command: docker push +short: Push an image or a repository to a registry +long: Push an image or a repository to a registry +usage: docker push [OPTIONS] NAME[:TAG] +pname: docker +plink: docker.yaml +options: +- option: disable-content-trust + default_value: "true" + description: Skip image verification diff --git a/_data/engine-cli/docker_rename.yaml b/_data/engine-cli/docker_rename.yaml new file mode 100644 index 00000000000..3935d3e0a20 --- /dev/null +++ b/_data/engine-cli/docker_rename.yaml @@ -0,0 +1,6 @@ +command: docker rename +short: Rename a container +long: Rename a container +usage: docker rename CONTAINER NEW_NAME +pname: docker +plink: docker.yaml diff --git a/_data/engine-cli/docker_restart.yaml b/_data/engine-cli/docker_restart.yaml new file mode 100644 index 00000000000..b2795c0ab44 --- /dev/null +++ b/_data/engine-cli/docker_restart.yaml @@ -0,0 +1,11 @@ +command: docker restart +short: Restart one or more containers +long: Restart one or more containers +usage: docker restart [OPTIONS] CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml +options: +- option: time + shorthand: t + default_value: "10" + description: Seconds to wait for stop before killing the container diff --git a/_data/engine-cli/docker_rm.yaml b/_data/engine-cli/docker_rm.yaml new file mode 100644 index 00000000000..d7ddef45069 --- /dev/null +++ b/_data/engine-cli/docker_rm.yaml @@ -0,0 +1,19 @@ +command: docker rm +short: Remove one or more containers +long: Remove one or more containers +usage: docker rm [OPTIONS] CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Force the removal of a running container (uses SIGKILL) +- option: link + shorthand: l + default_value: "false" + description: Remove the specified link +- option: volumes + shorthand: v + default_value: "false" + description: Remove the volumes associated with the container diff --git a/_data/engine-cli/docker_rmi.yaml b/_data/engine-cli/docker_rmi.yaml new file mode 100644 index 00000000000..e558864ee9a --- /dev/null +++ b/_data/engine-cli/docker_rmi.yaml @@ -0,0 +1,14 @@ +command: docker rmi +short: Remove one or more images +long: Remove one or more images +usage: docker rmi [OPTIONS] IMAGE [IMAGE...] +pname: docker +plink: docker.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Force removal of the image +- option: no-prune + default_value: "false" + description: Do not delete untagged parents diff --git a/_data/engine-cli/docker_run.yaml b/_data/engine-cli/docker_run.yaml new file mode 100644 index 00000000000..41317c15a61 --- /dev/null +++ b/_data/engine-cli/docker_run.yaml @@ -0,0 +1,267 @@ +command: docker run +short: Run a command in a new container +long: Run a command in a new container +usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...] +pname: docker +plink: docker.yaml +options: +- option: add-host + default_value: '[]' + description: Add a custom host-to-IP mapping (host:ip) +- option: attach + shorthand: a + default_value: '[]' + description: Attach to STDIN, STDOUT or STDERR +- option: blkio-weight + default_value: "0" + description: Block IO (relative weight), between 10 and 1000 +- option: blkio-weight-device + default_value: '[]' + description: Block IO weight (relative device weight) +- option: cap-add + default_value: '[]' + description: Add Linux capabilities +- option: cap-drop + default_value: '[]' + description: Drop Linux capabilities +- option: cgroup-parent + description: Optional parent cgroup for the container +- option: cidfile + description: Write the container ID to the file +- option: cpu-percent + default_value: "0" + description: CPU percent (Windows only) +- option: cpu-period + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) period +- option: cpu-quota + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-shares + shorthand: c + default_value: "0" + description: CPU shares (relative weight) +- option: cpuset-cpus + description: CPUs in which to allow execution (0-3, 0,1) +- option: cpuset-mems + description: MEMs in which to allow execution (0-3, 0,1) +- option: credentialspec + description: Credential spec for managed service account (Windows only) +- option: detach + shorthand: d + default_value: "false" + description: Run container in background and print container ID +- option: detach-keys + description: Override the key sequence for detaching a container +- option: device + default_value: '[]' + description: Add a host device to the container +- option: device-read-bps + default_value: '[]' + description: Limit read rate (bytes per second) from a device +- option: device-read-iops + default_value: '[]' + description: Limit read rate (IO per second) from a device +- option: device-write-bps + default_value: '[]' + description: Limit write rate (bytes per second) to a device +- option: device-write-iops + default_value: '[]' + description: Limit write rate (IO per second) to a device +- option: disable-content-trust + default_value: "true" + description: Skip image verification +- option: dns + default_value: '[]' + description: Set custom DNS servers +- option: dns-opt + default_value: '[]' + description: Set DNS options +- option: dns-search + default_value: '[]' + description: Set custom DNS search domains +- option: entrypoint + description: Overwrite the default ENTRYPOINT of the image +- option: env + shorthand: e + default_value: '[]' + description: Set environment variables +- option: env-file + default_value: '[]' + description: Read in a file of environment variables +- option: expose + default_value: '[]' + description: Expose a port or a range of ports +- option: group-add + default_value: '[]' + description: Add additional groups to join +- option: health-cmd + description: Command to run to check health +- option: health-interval + default_value: "0" + description: Time between running the check +- option: health-retries + default_value: "0" + description: Consecutive failures needed to report unhealthy +- option: health-timeout + default_value: "0" + description: Maximum time to allow one check to run +- option: help + default_value: "false" + description: Print usage +- option: hostname + shorthand: h + description: Container host name +- option: init + default_value: "false" + description: | + Run an init inside the container that forwards signals and reaps processes +- option: init-path + description: Path to the docker-init binary +- option: interactive + shorthand: i + default_value: "false" + description: Keep STDIN open even if not attached +- option: io-maxbandwidth + description: | + Maximum IO bandwidth limit for the system drive (Windows only) +- option: io-maxiops + default_value: "0" + description: Maximum IOps limit for the system drive (Windows only) +- option: ip + description: Container IPv4 address (e.g. 172.30.100.104) +- option: ip6 + description: Container IPv6 address (e.g. 2001:db8::33) +- option: ipc + description: IPC namespace to use +- option: isolation + description: Container isolation technology +- option: kernel-memory + description: Kernel memory limit +- option: label + shorthand: l + default_value: '[]' + description: Set meta data on a container +- option: label-file + default_value: '[]' + description: Read in a line delimited file of labels +- option: link + default_value: '[]' + description: Add link to another container +- option: link-local-ip + default_value: '[]' + description: Container IPv4/IPv6 link-local addresses +- option: log-driver + description: Logging driver for the container +- option: log-opt + default_value: '[]' + description: Log driver options +- option: mac-address + description: Container MAC address (e.g. 92:d0:c6:0a:29:33) +- option: memory + shorthand: m + description: Memory limit +- option: memory-reservation + description: Memory soft limit +- option: memory-swap + description: | + Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: memory-swappiness + default_value: "-1" + description: Tune container memory swappiness (0 to 100) +- option: name + description: Assign a name to the container +- option: net + default_value: default + description: Connect a container to a network +- option: net-alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: network + default_value: default + description: Connect a container to a network +- option: network-alias + default_value: '[]' + description: Add network-scoped alias for the container +- option: no-healthcheck + default_value: "false" + description: Disable any container-specified HEALTHCHECK +- option: oom-kill-disable + default_value: "false" + description: Disable OOM Killer +- option: oom-score-adj + default_value: "0" + description: Tune host's OOM preferences (-1000 to 1000) +- option: pid + description: PID namespace to use +- option: pids-limit + default_value: "0" + description: Tune container pids limit (set -1 for unlimited) +- option: privileged + default_value: "false" + description: Give extended privileges to this container +- option: publish + shorthand: p + default_value: '[]' + description: Publish a container's port(s) to the host +- option: publish-all + shorthand: P + default_value: "false" + description: Publish all exposed ports to random ports +- option: read-only + default_value: "false" + description: Mount the container's root filesystem as read only +- option: restart + default_value: "no" + description: Restart policy to apply when a container exits +- option: rm + default_value: "false" + description: Automatically remove the container when it exits +- option: runtime + description: Runtime to use for this container +- option: security-opt + default_value: '[]' + description: Security Options +- option: shm-size + description: Size of /dev/shm, default value is 64MB +- option: sig-proxy + default_value: "true" + description: Proxy received signals to the process +- option: stop-signal + default_value: SIGTERM + description: Signal to stop a container, SIGTERM by default +- option: storage-opt + default_value: '[]' + description: Storage driver options for the container +- option: sysctl + default_value: map[] + description: Sysctl options +- option: tmpfs + default_value: '[]' + description: Mount a tmpfs directory +- option: tty + shorthand: t + default_value: "false" + description: Allocate a pseudo-TTY +- option: ulimit + default_value: '[]' + description: Ulimit options +- option: user + shorthand: u + description: 'Username or UID (format: [:])' +- option: userns + description: User namespace to use +- option: uts + description: UTS namespace to use +- option: volume + shorthand: v + default_value: '[]' + description: Bind mount a volume +- option: volume-driver + description: Optional volume driver for the container +- option: volumes-from + default_value: '[]' + description: Mount volumes from the specified container(s) +- option: workdir + shorthand: w + description: Working directory inside the container diff --git a/_data/engine-cli/docker_save.yaml b/_data/engine-cli/docker_save.yaml new file mode 100644 index 00000000000..5d8ee319a83 --- /dev/null +++ b/_data/engine-cli/docker_save.yaml @@ -0,0 +1,10 @@ +command: docker save +short: Save one or more images to a tar archive (streamed to STDOUT by default) +long: Save one or more images to a tar archive (streamed to STDOUT by default) +usage: docker save [OPTIONS] IMAGE [IMAGE...] +pname: docker +plink: docker.yaml +options: +- option: output + shorthand: o + description: Write to a file, instead of STDOUT diff --git a/_data/engine-cli/docker_search.yaml b/_data/engine-cli/docker_search.yaml new file mode 100644 index 00000000000..337c5f1afdb --- /dev/null +++ b/_data/engine-cli/docker_search.yaml @@ -0,0 +1,23 @@ +command: docker search +short: Search the Docker Hub for images +long: Search the Docker Hub for images +usage: docker search [OPTIONS] TERM +pname: docker +plink: docker.yaml +options: +- option: automated + default_value: "false" + description: Only show automated builds +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: limit + default_value: "25" + description: Max number of search results +- option: no-trunc + default_value: "false" + description: Don't truncate output +- option: stars + shorthand: s + default_value: "0" + description: Only displays with at least x stars diff --git a/_data/engine-cli/docker_service.yaml b/_data/engine-cli/docker_service.yaml new file mode 100644 index 00000000000..194f40b2172 --- /dev/null +++ b/_data/engine-cli/docker_service.yaml @@ -0,0 +1,8 @@ +command: docker service +short: Manage services +long: Manage services +usage: docker service +pname: docker +plink: docker.yaml +cname: docker service update +clink: docker_service_update.yaml diff --git a/_data/engine-cli/docker_service_create.yaml b/_data/engine-cli/docker_service_create.yaml new file mode 100644 index 00000000000..aa15edbf39f --- /dev/null +++ b/_data/engine-cli/docker_service_create.yaml @@ -0,0 +1,93 @@ +command: docker service create +short: Create a new service +long: Create a new service +usage: docker service create [OPTIONS] IMAGE [COMMAND] [ARG...] +pname: docker service +plink: docker_service.yaml +options: +- option: constraint + default_value: '[]' + description: Placement constraints +- option: container-label + default_value: '[]' + description: Container labels +- option: endpoint-mode + description: Endpoint mode (vip or dnsrr) +- option: env + shorthand: e + default_value: '[]' + description: Set environment variables +- option: group-add + default_value: '[]' + description: Add additional user groups to the container +- option: label + shorthand: l + default_value: '[]' + description: Service labels +- option: limit-cpu + default_value: "0.000" + description: Limit CPUs +- option: limit-memory + default_value: 0 B + description: Limit Memory +- option: log-driver + description: Logging driver for service +- option: log-opt + default_value: '[]' + description: Logging driver options +- option: mode + default_value: replicated + description: Service mode (replicated or global) +- option: mount + description: Attach a mount to the service +- option: name + description: Service name +- option: network + default_value: '[]' + description: Network attachments +- option: publish + shorthand: p + default_value: '[]' + description: Publish a port as a node port +- option: replicas + default_value: none + description: Number of tasks +- option: reserve-cpu + default_value: "0.000" + description: Reserve CPUs +- option: reserve-memory + default_value: 0 B + description: Reserve Memory +- option: restart-condition + description: Restart when condition is met (none, on-failure, or any) +- option: restart-delay + default_value: none + description: Delay between restart attempts +- option: restart-max-attempts + default_value: none + description: Maximum number of restarts before giving up +- option: restart-window + default_value: none + description: Window used to evaluate the restart policy +- option: stop-grace-period + default_value: none + description: Time to wait before force killing a container +- option: update-delay + default_value: "0" + description: Delay between updates +- option: update-failure-action + default_value: pause + description: Action on update failure (pause|continue) +- option: update-parallelism + default_value: "1" + description: | + Maximum number of tasks updated simultaneously (0 to update all at once) +- option: user + shorthand: u + description: 'Username or UID (format: [:])' +- option: with-registry-auth + default_value: "false" + description: Send registry authentication details to swarm agents +- option: workdir + shorthand: w + description: Working directory inside the container diff --git a/_data/engine-cli/docker_service_inspect.yaml b/_data/engine-cli/docker_service_inspect.yaml new file mode 100644 index 00000000000..0b5a450a42f --- /dev/null +++ b/_data/engine-cli/docker_service_inspect.yaml @@ -0,0 +1,13 @@ +command: docker service inspect +short: Display detailed information on one or more services +long: Display detailed information on one or more services +usage: docker service inspect [OPTIONS] SERVICE [SERVICE...] +pname: docker service +plink: docker_service.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template +- option: pretty + default_value: "false" + description: Print the information in a human friendly format. diff --git a/_data/engine-cli/docker_service_ls.yaml b/_data/engine-cli/docker_service_ls.yaml new file mode 100644 index 00000000000..1fe576c38d5 --- /dev/null +++ b/_data/engine-cli/docker_service_ls.yaml @@ -0,0 +1,14 @@ +command: docker service ls +short: List services +long: List services +usage: docker service ls [OPTIONS] +pname: docker service +plink: docker_service.yaml +options: +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: quiet + shorthand: q + default_value: "false" + description: Only display IDs diff --git a/_data/engine-cli/docker_service_ps.yaml b/_data/engine-cli/docker_service_ps.yaml new file mode 100644 index 00000000000..877a6912752 --- /dev/null +++ b/_data/engine-cli/docker_service_ps.yaml @@ -0,0 +1,16 @@ +command: docker service ps +short: List the tasks of a service +long: List the tasks of a service +usage: docker service ps [OPTIONS] SERVICE +pname: docker service +plink: docker_service.yaml +options: +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: no-resolve + default_value: "false" + description: Do not map IDs to Names +- option: no-trunc + default_value: "false" + description: Do not truncate output diff --git a/_data/engine-cli/docker_service_rm.yaml b/_data/engine-cli/docker_service_rm.yaml new file mode 100644 index 00000000000..2a62ac01ded --- /dev/null +++ b/_data/engine-cli/docker_service_rm.yaml @@ -0,0 +1,6 @@ +command: docker service rm +short: Remove one or more services +long: Remove one or more services +usage: docker service rm SERVICE [SERVICE...] +pname: docker service +plink: docker_service.yaml diff --git a/_data/engine-cli/docker_service_scale.yaml b/_data/engine-cli/docker_service_scale.yaml new file mode 100644 index 00000000000..c1aefc0a5bf --- /dev/null +++ b/_data/engine-cli/docker_service_scale.yaml @@ -0,0 +1,6 @@ +command: docker service scale +short: Scale one or multiple services +long: Scale one or multiple services +usage: docker service scale SERVICE=REPLICAS [SERVICE=REPLICAS...] +pname: docker service +plink: docker_service.yaml diff --git a/_data/engine-cli/docker_service_update.yaml b/_data/engine-cli/docker_service_update.yaml new file mode 100644 index 00000000000..6ff411c2d01 --- /dev/null +++ b/_data/engine-cli/docker_service_update.yaml @@ -0,0 +1,109 @@ +command: docker service update +short: Update a service +long: Update a service +usage: docker service update [OPTIONS] SERVICE +pname: docker service +plink: docker_service.yaml +options: +- option: args + description: Service command args +- option: constraint-add + default_value: '[]' + description: Add or update placement constraints +- option: constraint-rm + default_value: '[]' + description: Remove a constraint +- option: container-label-add + default_value: '[]' + description: Add or update container labels +- option: container-label-rm + default_value: '[]' + description: Remove a container label by its key +- option: endpoint-mode + description: Endpoint mode (vip or dnsrr) +- option: env-add + default_value: '[]' + description: Add or update environment variables +- option: env-rm + default_value: '[]' + description: Remove an environment variable +- option: group-add + default_value: '[]' + description: Add additional user groups to the container +- option: group-rm + default_value: '[]' + description: Remove previously added user groups from the container +- option: image + description: Service image tag +- option: label-add + default_value: '[]' + description: Add or update service labels +- option: label-rm + default_value: '[]' + description: Remove a label by its key +- option: limit-cpu + default_value: "0.000" + description: Limit CPUs +- option: limit-memory + default_value: 0 B + description: Limit Memory +- option: log-driver + description: Logging driver for service +- option: log-opt + default_value: '[]' + description: Logging driver options +- option: mount-add + description: Add or update a mount on a service +- option: mount-rm + default_value: '[]' + description: Remove a mount by its target path +- option: name + description: Service name +- option: publish-add + default_value: '[]' + description: Add or update a published port +- option: publish-rm + default_value: '[]' + description: Remove a published port by its target port +- option: replicas + default_value: none + description: Number of tasks +- option: reserve-cpu + default_value: "0.000" + description: Reserve CPUs +- option: reserve-memory + default_value: 0 B + description: Reserve Memory +- option: restart-condition + description: Restart when condition is met (none, on-failure, or any) +- option: restart-delay + default_value: none + description: Delay between restart attempts +- option: restart-max-attempts + default_value: none + description: Maximum number of restarts before giving up +- option: restart-window + default_value: none + description: Window used to evaluate the restart policy +- option: stop-grace-period + default_value: none + description: Time to wait before force killing a container +- option: update-delay + default_value: "0" + description: Delay between updates +- option: update-failure-action + default_value: pause + description: Action on update failure (pause|continue) +- option: update-parallelism + default_value: "1" + description: | + Maximum number of tasks updated simultaneously (0 to update all at once) +- option: user + shorthand: u + description: 'Username or UID (format: [:])' +- option: with-registry-auth + default_value: "false" + description: Send registry authentication details to swarm agents +- option: workdir + shorthand: w + description: Working directory inside the container diff --git a/_data/engine-cli/docker_start.yaml b/_data/engine-cli/docker_start.yaml new file mode 100644 index 00000000000..a142008f0e9 --- /dev/null +++ b/_data/engine-cli/docker_start.yaml @@ -0,0 +1,17 @@ +command: docker start +short: Start one or more stopped containers +long: Start one or more stopped containers +usage: docker start [OPTIONS] CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml +options: +- option: attach + shorthand: a + default_value: "false" + description: Attach STDOUT/STDERR and forward signals +- option: detach-keys + description: Override the key sequence for detaching a container +- option: interactive + shorthand: i + default_value: "false" + description: Attach container's STDIN diff --git a/_data/engine-cli/docker_stats.yaml b/_data/engine-cli/docker_stats.yaml new file mode 100644 index 00000000000..14010bfd096 --- /dev/null +++ b/_data/engine-cli/docker_stats.yaml @@ -0,0 +1,16 @@ +command: docker stats +short: Display a live stream of container(s) resource usage statistics +long: Display a live stream of container(s) resource usage statistics +usage: docker stats [OPTIONS] [CONTAINER...] +pname: docker +plink: docker.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Show all containers (default shows just running) +- option: format + description: Pretty-print images using a Go template +- option: no-stream + default_value: "false" + description: Disable streaming stats and only pull the first result diff --git a/_data/engine-cli/docker_stop.yaml b/_data/engine-cli/docker_stop.yaml new file mode 100644 index 00000000000..6be109b2fe6 --- /dev/null +++ b/_data/engine-cli/docker_stop.yaml @@ -0,0 +1,11 @@ +command: docker stop +short: Stop one or more running containers +long: Stop one or more running containers +usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml +options: +- option: time + shorthand: t + default_value: "10" + description: Seconds to wait for stop before killing it diff --git a/_data/engine-cli/docker_swarm.yaml b/_data/engine-cli/docker_swarm.yaml new file mode 100644 index 00000000000..8b1144a39e3 --- /dev/null +++ b/_data/engine-cli/docker_swarm.yaml @@ -0,0 +1,8 @@ +command: docker swarm +short: Manage Swarm +long: Manage Swarm +usage: docker swarm +pname: docker +plink: docker.yaml +cname: docker swarm update +clink: docker_swarm_update.yaml diff --git a/_data/engine-cli/docker_swarm_init.yaml b/_data/engine-cli/docker_swarm_init.yaml new file mode 100644 index 00000000000..c1693565c9f --- /dev/null +++ b/_data/engine-cli/docker_swarm_init.yaml @@ -0,0 +1,26 @@ +command: docker swarm init +short: Initialize a swarm +long: Initialize a swarm +usage: docker swarm init [OPTIONS] +pname: docker swarm +plink: docker_swarm.yaml +options: +- option: advertise-addr + description: 'Advertised address (format: [:port])' +- option: cert-expiry + default_value: 2160h0m0s + description: Validity period for node certificates +- option: dispatcher-heartbeat + default_value: 5s + description: Dispatcher heartbeat period +- option: external-ca + description: Specifications of one or more certificate signing endpoints +- option: force-new-cluster + default_value: "false" + description: Force create a new cluster from current state. +- option: listen-addr + default_value: 0.0.0.0:2377 + description: 'Listen address (format: [:port])' +- option: task-history-limit + default_value: "5" + description: Task history retention limit diff --git a/_data/engine-cli/docker_swarm_join-token.yaml b/_data/engine-cli/docker_swarm_join-token.yaml new file mode 100644 index 00000000000..a334eb1dd79 --- /dev/null +++ b/_data/engine-cli/docker_swarm_join-token.yaml @@ -0,0 +1,14 @@ +command: docker swarm join-token +short: Manage join tokens +long: Manage join tokens +usage: docker swarm join-token [OPTIONS] (worker|manager) +pname: docker swarm +plink: docker_swarm.yaml +options: +- option: quiet + shorthand: q + default_value: "false" + description: Only display token +- option: rotate + default_value: "false" + description: Rotate join token diff --git a/_data/engine-cli/docker_swarm_join.yaml b/_data/engine-cli/docker_swarm_join.yaml new file mode 100644 index 00000000000..57d27329f1f --- /dev/null +++ b/_data/engine-cli/docker_swarm_join.yaml @@ -0,0 +1,14 @@ +command: docker swarm join +short: Join a swarm as a node and/or manager +long: Join a swarm as a node and/or manager +usage: docker swarm join [OPTIONS] HOST:PORT +pname: docker swarm +plink: docker_swarm.yaml +options: +- option: advertise-addr + description: 'Advertised address (format: [:port])' +- option: listen-addr + default_value: 0.0.0.0:2377 + description: 'Listen address (format: [:port])' +- option: token + description: Token for entry into the swarm diff --git a/_data/engine-cli/docker_swarm_leave.yaml b/_data/engine-cli/docker_swarm_leave.yaml new file mode 100644 index 00000000000..319b557b3f4 --- /dev/null +++ b/_data/engine-cli/docker_swarm_leave.yaml @@ -0,0 +1,10 @@ +command: docker swarm leave +short: Leave the swarm (workers only) +long: Leave the swarm (workers only) +usage: docker swarm leave [OPTIONS] +pname: docker swarm +plink: docker_swarm.yaml +options: +- option: force + default_value: "false" + description: Force this node to leave the swarm, ignoring warnings diff --git a/_data/engine-cli/docker_swarm_update.yaml b/_data/engine-cli/docker_swarm_update.yaml new file mode 100644 index 00000000000..448f47fc6ea --- /dev/null +++ b/_data/engine-cli/docker_swarm_update.yaml @@ -0,0 +1,18 @@ +command: docker swarm update +short: Update the swarm +long: Update the swarm +usage: docker swarm update [OPTIONS] +pname: docker swarm +plink: docker_swarm.yaml +options: +- option: cert-expiry + default_value: 2160h0m0s + description: Validity period for node certificates +- option: dispatcher-heartbeat + default_value: 5s + description: Dispatcher heartbeat period +- option: external-ca + description: Specifications of one or more certificate signing endpoints +- option: task-history-limit + default_value: "5" + description: Task history retention limit diff --git a/_data/engine-cli/docker_system.yaml b/_data/engine-cli/docker_system.yaml new file mode 100644 index 00000000000..391ae639da4 --- /dev/null +++ b/_data/engine-cli/docker_system.yaml @@ -0,0 +1,8 @@ +command: docker system +short: Manage Docker +long: Manage Docker +usage: docker system +pname: docker +plink: docker.yaml +cname: docker system prune +clink: docker_system_prune.yaml diff --git a/_data/engine-cli/docker_system_df.yaml b/_data/engine-cli/docker_system_df.yaml new file mode 100644 index 00000000000..bef13871a4b --- /dev/null +++ b/_data/engine-cli/docker_system_df.yaml @@ -0,0 +1,11 @@ +command: docker system df +short: Show docker disk usage +long: Show docker disk usage +usage: docker system df [OPTIONS] +pname: docker system +plink: docker_system.yaml +options: +- option: verbose + shorthand: v + default_value: "false" + description: Show detailed information on space usage diff --git a/_data/engine-cli/docker_system_events.yaml b/_data/engine-cli/docker_system_events.yaml new file mode 100644 index 00000000000..1339f648a8c --- /dev/null +++ b/_data/engine-cli/docker_system_events.yaml @@ -0,0 +1,16 @@ +command: docker system events +short: Get real time events from the server +long: Get real time events from the server +usage: docker system events [OPTIONS] +pname: docker system +plink: docker_system.yaml +options: +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: format + description: Format the output using the given go template +- option: since + description: Show all events created since timestamp +- option: until + description: Stream events until this timestamp diff --git a/_data/engine-cli/docker_system_info.yaml b/_data/engine-cli/docker_system_info.yaml new file mode 100644 index 00000000000..f155e7cfe74 --- /dev/null +++ b/_data/engine-cli/docker_system_info.yaml @@ -0,0 +1,10 @@ +command: docker system info +short: Display system-wide information +long: Display system-wide information +usage: docker system info [OPTIONS] +pname: docker system +plink: docker_system.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template diff --git a/_data/engine-cli/docker_system_prune.yaml b/_data/engine-cli/docker_system_prune.yaml new file mode 100644 index 00000000000..953ea7eb42f --- /dev/null +++ b/_data/engine-cli/docker_system_prune.yaml @@ -0,0 +1,15 @@ +command: docker system prune +short: Remove unused data +long: Remove unused data +usage: docker system prune [OPTIONS] +pname: docker system +plink: docker_system.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Remove all unused images not just dangling ones +- option: force + shorthand: f + default_value: "false" + description: Do not prompt for confirmation diff --git a/_data/engine-cli/docker_tag.yaml b/_data/engine-cli/docker_tag.yaml new file mode 100644 index 00000000000..cb5ee57a56e --- /dev/null +++ b/_data/engine-cli/docker_tag.yaml @@ -0,0 +1,6 @@ +command: docker tag +short: Tag an image into a repository +long: Tag an image into a repository +usage: docker tag IMAGE[:TAG] IMAGE[:TAG] +pname: docker +plink: docker.yaml diff --git a/_data/engine-cli/docker_top.yaml b/_data/engine-cli/docker_top.yaml new file mode 100644 index 00000000000..5082a5a5b7e --- /dev/null +++ b/_data/engine-cli/docker_top.yaml @@ -0,0 +1,17 @@ +command: docker top +short: Display the running processes of a container +long: | + Display the running process of the container. ps-OPTION can be any of the options you would pass to a Linux ps command. + + All displayed information is from host's point of view. + + # EXAMPLES + + Run **docker top** with the ps option of -x: + + $ docker top 8601afda2b -x + PID TTY STAT TIME COMMAND + 16623 ? Ss 0:00 sleep 99999 +usage: docker top CONTAINER [ps OPTIONS] +pname: docker +plink: docker.yaml diff --git a/_data/engine-cli/docker_unpause.yaml b/_data/engine-cli/docker_unpause.yaml new file mode 100644 index 00000000000..3e3de8cdc83 --- /dev/null +++ b/_data/engine-cli/docker_unpause.yaml @@ -0,0 +1,6 @@ +command: docker unpause +short: Unpause all processes within one or more containers +long: Unpause all processes within one or more containers +usage: docker unpause CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml diff --git a/_data/engine-cli/docker_update.yaml b/_data/engine-cli/docker_update.yaml new file mode 100644 index 00000000000..fb4ee3405bb --- /dev/null +++ b/_data/engine-cli/docker_update.yaml @@ -0,0 +1,36 @@ +command: docker update +short: Update configuration of one or more containers +long: Update configuration of one or more containers +usage: docker update [OPTIONS] CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml +options: +- option: blkio-weight + default_value: "0" + description: Block IO (relative weight), between 10 and 1000 +- option: cpu-period + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) period +- option: cpu-quota + default_value: "0" + description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-shares + shorthand: c + default_value: "0" + description: CPU shares (relative weight) +- option: cpuset-cpus + description: CPUs in which to allow execution (0-3, 0,1) +- option: cpuset-mems + description: MEMs in which to allow execution (0-3, 0,1) +- option: kernel-memory + description: Kernel memory limit +- option: memory + shorthand: m + description: Memory limit +- option: memory-reservation + description: Memory soft limit +- option: memory-swap + description: | + Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: restart + description: Restart policy to apply when a container exits diff --git a/_data/engine-cli/docker_version.yaml b/_data/engine-cli/docker_version.yaml new file mode 100644 index 00000000000..2d85f5d4836 --- /dev/null +++ b/_data/engine-cli/docker_version.yaml @@ -0,0 +1,21 @@ +command: docker version +short: Show the Docker version information +long: "This command displays version information for both the Docker client and \ndaemon. + \n\n# EXAMPLES\n\n## Display Docker version information\n\nThe default output:\n\n + \ $ docker version\n\tClient:\n\t Version: 1.8.0\n\t API version: 1.20\n\t + Go version: go1.4.2\n\t Git commit: f5bae0a\n\t Built: Tue Jun 23 17:56:00 + UTC 2015\n\t OS/Arch: linux/amd64\n\n\tServer:\n\t Version: 1.8.0\n\t + API version: 1.20\n\t Go version: go1.4.2\n\t Git commit: f5bae0a\n\t Built: + \ Tue Jun 23 17:56:00 UTC 2015\n\t OS/Arch: linux/amd64\n\nGet server + version:\n\n $ docker version --format '{{.Server.Version}}'\n\t1.8.0\n\nDump + raw data:\n\nTo view all available fields, you can use the format `{{json .}}`.\n\n + \ $ docker version --format '{{json .}}'\n {\"Client\":{\"Version\":\"1.8.0\",\"ApiVersion\":\"1.20\",\"GitCommit\":\"f5bae0a\",\"GoVersion\":\"go1.4.2\",\"Os\":\"linux\",\"Arch\":\"amd64\",\"BuildTime\":\"Tue + Jun 23 17:56:00 UTC 2015\"},\"ServerOK\":true,\"Server\":{\"Version\":\"1.8.0\",\"ApiVersion\":\"1.20\",\"GitCommit\":\"f5bae0a\",\"GoVersion\":\"go1.4.2\",\"Os\":\"linux\",\"Arch\":\"amd64\",\"KernelVersion\":\"3.13.2-gentoo\",\"BuildTime\":\"Tue + Jun 23 17:56:00 UTC 2015\"}}\n" +usage: docker version [OPTIONS] +pname: docker +plink: docker.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template diff --git a/_data/engine-cli/docker_volume.yaml b/_data/engine-cli/docker_volume.yaml new file mode 100644 index 00000000000..784d495c2d6 --- /dev/null +++ b/_data/engine-cli/docker_volume.yaml @@ -0,0 +1,22 @@ +command: docker volume +short: Manage volumes +long: | + The `docker volume` command has subcommands for managing data volumes. A data + volume is a specially-designated directory that by-passes storage driver + management. + + Data volumes persist data independent of a container's life cycle. When you + delete a container, the Engine daemon does not delete any data volumes. You can + share volumes across multiple containers. Moreover, you can share data volumes + with other computing resources in your system. + + To see help for a subcommand, use: + + docker volume CMD help + + For full details on using docker volume visit Docker's online documentation. +usage: docker volume COMMAND +pname: docker +plink: docker.yaml +cname: docker volume rm +clink: docker_volume_rm.yaml diff --git a/_data/engine-cli/docker_volume_create.yaml b/_data/engine-cli/docker_volume_create.yaml new file mode 100644 index 00000000000..4e813009897 --- /dev/null +++ b/_data/engine-cli/docker_volume_create.yaml @@ -0,0 +1,55 @@ +command: docker volume create +short: Create a volume +long: | + Creates a new volume that containers can consume and store data in. If a name + is not specified, Docker generates a random name. You create a volume and then + configure the container to use it, for example: + + $ docker volume create hello + hello + $ docker run -d -v hello:/world busybox ls /world + + The mount is created inside the container's `/src` directory. Docker doesn't + not support relative paths for mount points inside the container. + + Multiple containers can use the same volume in the same time period. This is + useful if two containers need access to shared data. For example, if one + container writes and the other reads the data. + + ## Driver specific options + + Some volume drivers may take options to customize the volume creation. Use the + `-o` or `--opt` flags to pass driver options: + + $ docker volume create --driver fake --opt tardis=blue --opt timey=wimey + + These options are passed directly to the volume driver. Options for different + volume drivers may do different things (or nothing at all). + + The built-in `local` driver on Windows does not support any options. + + The built-in `local` driver on Linux accepts options similar to the linux + `mount` command: + + $ docker volume create --driver local --opt type=tmpfs --opt device=tmpfs --opt o=size=100m,uid=1000 + + Another example: + + $ docker volume create --driver local --opt type=btrfs --opt device=/dev/sda2 +usage: docker volume create [OPTIONS] [VOLUME] +pname: docker volume +plink: docker_volume.yaml +options: +- option: driver + shorthand: d + default_value: local + description: Specify volume driver name +- option: label + default_value: '[]' + description: Set metadata for a volume +- option: name + description: Specify volume name +- option: opt + shorthand: o + default_value: map[] + description: Set driver specific options diff --git a/_data/engine-cli/docker_volume_inspect.yaml b/_data/engine-cli/docker_volume_inspect.yaml new file mode 100644 index 00000000000..38a9a2f36de --- /dev/null +++ b/_data/engine-cli/docker_volume_inspect.yaml @@ -0,0 +1,14 @@ +command: docker volume inspect +short: Display detailed information on one or more volumes +long: | + Returns information about one or more volumes. By default, this command renders + all results in a JSON array. You can specify an alternate format to execute a + given template is executed for each result. Go's https://golang.org/pkg/text/template/ + package describes all the details of the format. +usage: docker volume inspect [OPTIONS] VOLUME [VOLUME...] +pname: docker volume +plink: docker_volume.yaml +options: +- option: format + shorthand: f + description: Format the output using the given go template diff --git a/_data/engine-cli/docker_volume_ls.yaml b/_data/engine-cli/docker_volume_ls.yaml new file mode 100644 index 00000000000..72899aa4af1 --- /dev/null +++ b/_data/engine-cli/docker_volume_ls.yaml @@ -0,0 +1,27 @@ +command: docker volume ls +short: List volumes +long: | + Lists all the volumes Docker knows about. You can filter using the `-f` or + `--filter` flag. The filtering format is a `key=value` pair. To specify + more than one filter, pass multiple flags (for example, + `--filter "foo=bar" --filter "bif=baz"`) + + The currently supported filters are: + + * `dangling` (boolean - `true` or `false`, `1` or `0`) + * `driver` (a volume driver's name) + * `label` (`label=` or `label==`) + * `name` (a volume's name) +usage: docker volume ls [OPTIONS] +pname: docker volume +plink: docker_volume.yaml +options: +- option: filter + shorthand: f + description: Provide filter values (e.g. 'dangling=true') +- option: format + description: Pretty-print volumes using a Go template +- option: quiet + shorthand: q + default_value: "false" + description: Only display volume names diff --git a/_data/engine-cli/docker_volume_prune.yaml b/_data/engine-cli/docker_volume_prune.yaml new file mode 100644 index 00000000000..e9facac4977 --- /dev/null +++ b/_data/engine-cli/docker_volume_prune.yaml @@ -0,0 +1,11 @@ +command: docker volume prune +short: Remove all unused volumes +long: Remove all unused volumes +usage: docker volume prune [OPTIONS] +pname: docker volume +plink: docker_volume.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Do not prompt for confirmation diff --git a/_data/engine-cli/docker_volume_rm.yaml b/_data/engine-cli/docker_volume_rm.yaml new file mode 100644 index 00000000000..e316229bd4c --- /dev/null +++ b/_data/engine-cli/docker_volume_rm.yaml @@ -0,0 +1,17 @@ +command: docker volume rm +short: Remove one or more volumes +long: |2 + + Remove one or more volumes. You cannot remove a volume that is in use by a container. +usage: docker volume rm [OPTIONS] VOLUME [VOLUME...] +pname: docker volume +plink: docker_volume.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Force the removal of one or more volumes +example: |2 + + $ docker volume rm hello + hello diff --git a/_data/engine-cli/docker_wait.yaml b/_data/engine-cli/docker_wait.yaml new file mode 100644 index 00000000000..a45f9cd074a --- /dev/null +++ b/_data/engine-cli/docker_wait.yaml @@ -0,0 +1,6 @@ +command: docker wait +short: Block until one or more containers stop, then print their exit codes +long: Block until one or more containers stop, then print their exit codes +usage: docker wait CONTAINER [CONTAINER...] +pname: docker +plink: docker.yaml From 4197fd8268d4cb675acaea7fdaef98bf969453a1 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Tue, 13 Dec 2016 15:27:01 -0800 Subject: [PATCH 21/48] Update dockerfile vnext (#874) * Merge pull request #731 from mstanleyjones/distribution_docs_from_upstream Pull distribution reference docs from upstream repo * Bump Engine ref docs branch to 1.13.x Signed-off-by: Misty Stanley-Jones --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd12c3cebe0..6227536f757 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN git clone https://www.github.com/docker/docker.github.io temp; \ COPY . allv ## Branch to pull from, per ref doc -ENV ENGINE_BRANCH="1.12.x" +ENV ENGINE_BRANCH="1.13.x" ENV DISTRIBUTION_BRANCH="release/2.5" # The statements below pull reference docs from upstream locations, From 3344f169994c19b3574d2387fc30f61293f76a90 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Mon, 21 Nov 2016 15:12:17 +0000 Subject: [PATCH 22/48] Move accounts API docs to Docker ID section Makes more sense here instead of the Engine reference. It is only consumed by the Engine. Signed-off-by: Ben Firshman --- _data/toc.yaml | 4 +- docker-id/api-reference.md | 277 +++++++++++++++++++++++++++++++++++++ 2 files changed, 279 insertions(+), 2 deletions(-) create mode 100644 docker-id/api-reference.md diff --git a/_data/toc.yaml b/_data/toc.yaml index a33bab95770..d9705038a21 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -5,6 +5,8 @@ toc: section: - path: /docker-id/ title: Docker ID accounts + - path: /docker-id/api-reference/ + title: API Reference - sectiontitle: Docker Engine section: - sectiontitle: Install @@ -495,8 +497,6 @@ toc: title: Remote API v1.18 - path: /engine/reference/api/remote_api_client_libraries/ title: Remote API client libraries - - path: /engine/reference/api/docker_io_accounts_api/ - title: docker.io accounts API - path: /engine/migration/ title: Migrate to Engine 1.10 - path: /engine/breaking_changes/ diff --git a/docker-id/api-reference.md b/docker-id/api-reference.md new file mode 100644 index 00000000000..6fd08d4a7b6 --- /dev/null +++ b/docker-id/api-reference.md @@ -0,0 +1,277 @@ +--- +title: "docker.io accounts API" +description: "API Documentation for docker.io accounts." +keywords: "API, Docker, accounts, REST, documentation" +redirect_from: + - /reference/api/docker_io_accounts_api/ + - /engine/reference/api/docker_io_accounts_api/ +--- + +# Docker ID accounts API + +The accounts API is an API for accessing and updating Docker ID accounts. + +## Get a single user + +`GET /api/v1.1/users/:username/` + +Get profile info for the specified user. + +Parameters: + +- **username** – username of the user whose profile info is being + requested. + +Request Headers: + +- **Authorization** – required authentication credentials of + either type HTTP Basic or OAuth Bearer Token. + +Status Codes: + +- **200** – success, user data returned. +- **401** – authentication error. +- **403** – permission error, authenticated user must be the user + whose data is being requested, OAuth access tokens must have + `profile_read` scope. +- **404** – the specified username does not exist. + +**Example request**: + + GET /api/v1.1/users/janedoe/ HTTP/1.1 + Host: www.docker.io + Accept: application/json + Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ= + +**Example response**: + + HTTP/1.1 200 OK + Content-Type: application/json + + { + "id": 2, + "username": "janedoe", + "url": "https://www.docker.io/api/v1.1/users/janedoe/", + "date_joined": "2014-02-12T17:58:01.431312Z", + "type": "User", + "full_name": "Jane Doe", + "location": "San Francisco, CA", + "company": "Success, Inc.", + "profile_url": "https://docker.io/", + "gravatar_url": "https://secure.gravatar.com/avatar/0212b397124be4acd4e7dea9aa357.jpg?s=80&r=g&d=mm" + "email": "jane.doe@example.com", + "is_active": true + } + +## Update a single user + +`PATCH /api/v1.1/users/:username/` + +Update profile info for the specified user. + +Parameters: + +- **username** – username of the user whose profile info is being + updated. + +Json Parameters: + +- **full_name** (*string*) – (optional) the new name of the user. +- **location** (*string*) – (optional) the new location. +- **company** (*string*) – (optional) the new company of the user. +- **profile_url** (*string*) – (optional) the new profile url. +- **gravatar_email** (*string*) – (optional) the new Gravatar + email address. + +Request Headers: + +- **Authorization** – required authentication credentials of + either type HTTP Basic or OAuth Bearer Token. +- **Content-Type** – MIME Type of post data. JSON, url-encoded + form data, etc. + +Status Codes: + +- **200** – success, user data updated. +- **400** – post data validation error. +- **401** – authentication error. +- **403** – permission error, authenticated user must be the user + whose data is being updated, OAuth access tokens must have + `profile_write` scope. +- **404** – the specified username does not exist. + +**Example request**: + + PATCH /api/v1.1/users/janedoe/ HTTP/1.1 + Host: www.docker.io + Accept: application/json + Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ= + + { + "location": "Private Island", + "profile_url": "http://janedoe.com/", + "company": "Retired", + } + +**Example response**: + + HTTP/1.1 200 OK + Content-Type: application/json + + { + "id": 2, + "username": "janedoe", + "url": "https://www.docker.io/api/v1.1/users/janedoe/", + "date_joined": "2014-02-12T17:58:01.431312Z", + "type": "User", + "full_name": "Jane Doe", + "location": "Private Island", + "company": "Retired", + "profile_url": "http://janedoe.com/", + "gravatar_url": "https://secure.gravatar.com/avatar/0212b397124be4acd4e7dea9aa357.jpg?s=80&r=g&d=mm" + "email": "jane.doe@example.com", + "is_active": true + } + +## List email addresses for a user + +`GET /api/v1.1/users/:username/emails/` + +List email info for the specified user. + +Parameters: + +- **username** – username of the user whose profile info is being + updated. + +Request Headers: + +- **Authorization** – required authentication credentials of + either type HTTP Basic or OAuth Bearer Token + +Status Codes: + +- **200** – success, user data updated. +- **401** – authentication error. +- **403** – permission error, authenticated user must be the user + whose data is being requested, OAuth access tokens must have + `email_read` scope. +- **404** – the specified username does not exist. + +**Example request**: + + GET /api/v1.1/users/janedoe/emails/ HTTP/1.1 + Host: www.docker.io + Accept: application/json + Authorization: Bearer zAy0BxC1wDv2EuF3tGs4HrI6qJp6KoL7nM + +**Example response**: + + HTTP/1.1 200 OK + Content-Type: application/json + + [ + { + "email": "jane.doe@example.com", + "verified": true, + "primary": true + } + ] + +## Add email address for a user + +`POST /api/v1.1/users/:username/emails/` + +Add a new email address to the specified user's account. The email +address must be verified separately, a confirmation email is not +automatically sent. + +Json Parameters: + +- **email** (*string*) – email address to be added. + +Request Headers: + +- **Authorization** – required authentication credentials of + either type HTTP Basic or OAuth Bearer Token. +- **Content-Type** – MIME Type of post data. JSON, url-encoded + form data, etc. + +Status Codes: + +- **201** – success, new email added. +- **400** – data validation error. +- **401** – authentication error. +- **403** – permission error, authenticated user must be the user + whose data is being requested, OAuth access tokens must have + `email_write` scope. +- **404** – the specified username does not exist. + +**Example request**: + + POST /api/v1.1/users/janedoe/emails/ HTTP/1.1 + Host: www.docker.io + Accept: application/json + Content-Type: application/json + Authorization: Bearer zAy0BxC1wDv2EuF3tGs4HrI6qJp6KoL7nM + + { + "email": "jane.doe+other@example.com" + } + +**Example response**: + + HTTP/1.1 201 Created + Content-Type: application/json + + { + "email": "jane.doe+other@example.com", + "verified": false, + "primary": false + } + +## Delete email address for a user + +`DELETE /api/v1.1/users/:username/emails/` + +Delete an email address from the specified user's account. You +cannot delete a user's primary email address. + +Json Parameters: + +- **email** (*string*) – email address to be deleted. + +Request Headers: + +- **Authorization** – required authentication credentials of + either type HTTP Basic or OAuth Bearer Token. +- **Content-Type** – MIME Type of post data. JSON, url-encoded + form data, etc. + +Status Codes: + +- **204** – success, email address removed. +- **400** – validation error. +- **401** – authentication error. +- **403** – permission error, authenticated user must be the user + whose data is being requested, OAuth access tokens must have + `email_write` scope. +- **404** – the specified username or email address does not + exist. + +**Example request**: + + DELETE /api/v1.1/users/janedoe/emails/ HTTP/1.1 + Host: www.docker.io + Accept: application/json + Content-Type: application/json + Authorization: Bearer zAy0BxC1wDv2EuF3tGs4HrI6qJp6KoL7nM + + { + "email": "jane.doe+other@example.com" + } + +**Example response**: + + HTTP/1.1 204 NO CONTENT + Content-Length: 0 From 2f3218c2c4890b3e02b1a89177afbc7edf3ee94c Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 16 Nov 2016 15:33:01 +0000 Subject: [PATCH 23/48] Rename Remote API to Engine API See https://github.com/docker/docker/issues/28319 Signed-off-by: Ben Firshman --- _data/toc.yaml | 18 +++++++++--------- datacenter/ucp/1.1/install-sandbox-2.md | 2 +- docker-for-mac/faqs.md | 4 ++-- docker-for-windows/faqs.md | 4 ++-- kitematic/faq.md | 2 +- swarm/install-w-machine.md | 2 +- swarm/reference/manage.md | 6 +++--- swarm/secure-swarm-tls.md | 6 +++--- swarm/swarm-api.md | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index d9705038a21..4938fcb92ad 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -480,23 +480,23 @@ toc: - sectiontitle: API Reference section: - path: /engine/reference/api/docker_remote_api/ - title: Remote API + title: Engine API - path: /engine/reference/api/docker_remote_api_v1.24/ - title: Remote API v1.24 + title: Engine API v1.24 - path: /engine/reference/api/docker_remote_api_v1.23/ - title: Remote API v1.23 + title: Engine API v1.23 - path: /engine/reference/api/docker_remote_api_v1.22/ - title: Remote API v1.22 + title: Engine API v1.22 - path: /engine/reference/api/docker_remote_api_v1.21/ - title: Remote API v1.21 + title: Engine API v1.21 - path: /engine/reference/api/docker_remote_api_v1.20/ - title: Remote API v1.20 + title: Engine API v1.20 - path: /engine/reference/api/docker_remote_api_v1.19/ - title: Remote API v1.19 + title: Engine API v1.19 - path: /engine/reference/api/docker_remote_api_v1.18/ - title: Remote API v1.18 + title: Engine API v1.18 - path: /engine/reference/api/remote_api_client_libraries/ - title: Remote API client libraries + title: Engine API client libraries - path: /engine/migration/ title: Migrate to Engine 1.10 - path: /engine/breaking_changes/ diff --git a/datacenter/ucp/1.1/install-sandbox-2.md b/datacenter/ucp/1.1/install-sandbox-2.md index b2f901c0b77..c4da8242d1a 100644 --- a/datacenter/ucp/1.1/install-sandbox-2.md +++ b/datacenter/ucp/1.1/install-sandbox-2.md @@ -169,7 +169,7 @@ UCP allows you to deploy and manage "Dockerized" applications in production. An application is built using Docker objects, such as images and containers, and Docker resources, such as volumes and networks. -UCP deploys and manages these objects and resources using remote API calls to +UCP deploys and manages these objects and resources using Engine API calls to the Engine daemons running on the nodes. For example, the `run` action may deploy an image in a Docker container. That image might define a service such as an Nginx web server or a database like Postgres. diff --git a/docker-for-mac/faqs.md b/docker-for-mac/faqs.md index 3e5eb42effb..811f64b06e7 100644 --- a/docker-for-mac/faqs.md +++ b/docker-for-mac/faqs.md @@ -84,11 +84,11 @@ experiment a multi-node swarm. Check out the tutorial at [Get started with swarm ### How do I connect to the remote Docker Engine API? -You might need to provide the location of the remote API for Docker clients and development tools. +You might need to provide the location of the Engine API for Docker clients and development tools. On Docker for Mac, clients can connect to the Docker Engine through a Unix socket: `unix:///var/run/docker.sock`. -See also [Docker Remote API](/engine/reference/api/docker_remote_api.md) and Docker for Mac forums topic [Using pycharm Docker plugin..](https://forums.docker.com/t/using-pycharm-docker-plugin-with-docker-beta/8617). +See also [Docker Engine API](/engine/reference/api/docker_remote_api.md) and Docker for Mac forums topic [Using pycharm Docker plugin..](https://forums.docker.com/t/using-pycharm-docker-plugin-with-docker-beta/8617). If you are working with applications like [Apache Maven](https://maven.apache.org/) that expect settings for `DOCKER_HOST` and `DOCKER_CERT_PATH` environment variables, specify these to connect to Docker instances through Unix sockets. For example: diff --git a/docker-for-windows/faqs.md b/docker-for-windows/faqs.md index cc7684af6ca..44073e9100e 100644 --- a/docker-for-windows/faqs.md +++ b/docker-for-windows/faqs.md @@ -103,13 +103,13 @@ swarm mode](/engine/swarm/swarm-tutorial/index.md). ### How do I connect to the remote Docker Engine API? -You might need to provide the location of the remote API for Docker clients and development tools. +You might need to provide the location of the Engine API for Docker clients and development tools. On Docker for Windows, clients can connect to the Docker Engine through a **named pipe**: `npipe:////./pipe/docker_engine`, or **TCP socket** at this URL: `http://localhost:2375`. This sets `DOCKER_HOST` and `DOCKER_CERT_PATH` environment variables to the given values (for the named pipe or TCP socket, whichever you use). -See also [Docker Remote API](/engine/reference/api/docker_remote_api.md) and the Docker for Windows forums topic [How to find the remote API](https://forums.docker.com/t/how-to-find-the-remote-api/20988). +See also [Docker Engine API](/engine/reference/api/) and the Docker for Windows forums topic [How to find the remote API](https://forums.docker.com/t/how-to-find-the-remote-api/20988). ### Why doesn't `nodemon` pick up file changes in a container mounted on a shared drive? diff --git a/kitematic/faq.md b/kitematic/faq.md index 830d926c5b6..51b448f43ae 100644 --- a/kitematic/faq.md +++ b/kitematic/faq.md @@ -19,7 +19,7 @@ best way to start contributing to Kitematic is to review our doc on
s"` to specify the interval, in seconds, between heartbeats the manager sends to the primary manager. These heartbeats indicate that the manager is healthy and reachable. By default, the interval is 60 seconds. -### `--api-enable-cors`, `--cors` — Enable CORS headers in the remote API +### `--api-enable-cors`, `--cors` — Enable CORS headers in the Engine API -Use `--api-enable-cors` or `--cors` to enable cross-origin resource sharing (CORS) headers in the remote API. +Use `--api-enable-cors` or `--cors` to enable cross-origin resource sharing (CORS) headers in the Engine API. ### `--cluster-driver`, `-c` — Cluster driver to use @@ -198,4 +198,4 @@ Use `--discovery-opt ` to discovery options, such as paths to the TLS fil --discovery-opt kv.certfile=/path/to/mycert.pem \ --discovery-opt kv.keyfile=/path/to/mykey.pem \ -For more information, see [Use TLS with distributed key/value discovery](../discovery.md) \ No newline at end of file +For more information, see [Use TLS with distributed key/value discovery](../discovery.md) diff --git a/swarm/secure-swarm-tls.md b/swarm/secure-swarm-tls.md index e17fdce9820..18f6f57d2dc 100644 --- a/swarm/secure-swarm-tls.md +++ b/swarm/secure-swarm-tls.md @@ -94,11 +94,11 @@ the Docker Engine daemon automatically trusts any certificates signed by the CA. certificate is in order (the certificate has not expired or been revoked etc.) the Docker Engine daemon accepts commands from this trusted Docker Engine CLI. -The Docker Engine CLI is simply a client that uses the Docker Engine Remote API to -communicate with the Docker Engine daemon. Any client that uses this Docker Engine Remote API can use +The Docker Engine CLI is simply a client that uses the Docker Engine API to +communicate with the Docker Engine daemon. Any client that uses this Docker Engine API can use TLS. For example, Docker Engine clients such as 'Docker Universal Control Plane' (UCP) have TLS support built-in. Other, third party products, that use Docker Engine -Remote API, can also be configured this way. +API, can also be configured this way. ## TLS modes with Docker and Swarm diff --git a/swarm/swarm-api.md b/swarm/swarm-api.md index 9c94e677b3b..f44cf5d230c 100644 --- a/swarm/swarm-api.md +++ b/swarm/swarm-api.md @@ -12,7 +12,7 @@ title: Docker Swarm API The Docker Swarm API is mostly compatible with the [Docker Remote API](/engine/reference/api/docker_remote_api/). This document is an overview of the differences between the Swarm API and the Docker -Remote API. +Engine API. ## Missing endpoints From f8dac1b53c53d1d90192fdc2306afad2e4fbcdb6 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Fri, 25 Nov 2016 13:03:46 +0000 Subject: [PATCH 24/48] Add automatically generated Engine API docs Signed-off-by: Ben Firshman --- Dockerfile | 1 + _data/toc.yaml | 42 +++++---- engine/api/client-libraries.md | 131 ++++++++++++++++++++++++++++ engine/api/v1.25/index.html | 41 +++++++++ engine/api/v1.25/redoc.1.6.0.min.js | 47 ++++++++++ 5 files changed, 243 insertions(+), 19 deletions(-) create mode 100644 engine/api/client-libraries.md create mode 100644 engine/api/v1.25/index.html create mode 100644 engine/api/v1.25/redoc.1.6.0.min.js diff --git a/Dockerfile b/Dockerfile index 6227536f757..8e36dfecac3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/referen && wget -O allv/registry/configuration.md https://raw.githubusercontent.com/docker/distribution/$DISTRIBUTION_BRANCH/docs/configuration.md \ && rm -rf allv/apidocs/cloud-api-source \ && rm -rf allv/tests \ + && wget -O allv/engine/api/v1.25/swagger.yaml https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/api/swagger.yaml \ && jekyll build -s allv -d allvbuild \ && find allvbuild/engine/reference -type f -name '*.html' -print0 | xargs -0 sed -i 's#href="https://docs.docker.com/#href="/#g' \ && find allvbuild/engine/extend -type f -name '*.html' -print0 | xargs -0 sed -i 's#href="https://docs.docker.com/#href="/#g' \ diff --git a/_data/toc.yaml b/_data/toc.yaml index 4938fcb92ad..aeb6911a355 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -477,26 +477,30 @@ toc: title: volume rm - path: /engine/reference/commandline/wait/ title: wait - - sectiontitle: API Reference + - sectiontitle: Engine API + section: + - path: /engine/api/v1.25/ + title: Reference + - path: /engine/api/client-libraries/ + title: Client libraries + - sectiontitle: Version history section: - - path: /engine/reference/api/docker_remote_api/ - title: Engine API - - path: /engine/reference/api/docker_remote_api_v1.24/ - title: Engine API v1.24 - - path: /engine/reference/api/docker_remote_api_v1.23/ - title: Engine API v1.23 - - path: /engine/reference/api/docker_remote_api_v1.22/ - title: Engine API v1.22 - - path: /engine/reference/api/docker_remote_api_v1.21/ - title: Engine API v1.21 - - path: /engine/reference/api/docker_remote_api_v1.20/ - title: Engine API v1.20 - - path: /engine/reference/api/docker_remote_api_v1.19/ - title: Engine API v1.19 - - path: /engine/reference/api/docker_remote_api_v1.18/ - title: Engine API v1.18 - - path: /engine/reference/api/remote_api_client_libraries/ - title: Engine API client libraries + - path: /engine/api/version-history/ + title: Overview + - path: /engine/api/v1.24/ + title: v1.24 reference + - path: /engine/api/v1.23/ + title: v1.23 reference + - path: /engine/api/v1.22/ + title: v1.22 reference + - path: /engine/api/v1.21/ + title: v1.21 reference + - path: /engine/api/v1.20/ + title: v1.20 reference + - path: /engine/api/v1.19/ + title: v1.19 reference + - path: /engine/api/v1.18/ + title: v1.18 reference - path: /engine/migration/ title: Migrate to Engine 1.10 - path: /engine/breaking_changes/ diff --git a/engine/api/client-libraries.md b/engine/api/client-libraries.md new file mode 100644 index 00000000000..e58a3948c25 --- /dev/null +++ b/engine/api/client-libraries.md @@ -0,0 +1,131 @@ +--- +redirect_from: + - /engine/reference/api/remote_api_client_libraries/ + - /reference/api/remote_api_client_libraries/ +description: Various client libraries available to use with the Docker Engine API +keywords: +- API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala +title: Engine API client libraries +--- + +These libraries make it easier to build applications on top of the Docker +Engine with various programming languages. They have not been tested by the +Docker maintainers for compatibility, so if you run into any issues, file them +with the library maintainers. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Language/FrameworkNameRepository
C#Docker.DotNethttps://github.com/ahmetalpbalkan/Docker.DotNet
C++lasote/docker_clienthttps://github.com/lasote/docker_client
Erlangerldockerhttps://github.com/proger/erldocker
Dartbwu_dockerhttps://github.com/bwu-dart/bwu_docker
GoDocker Go clienthttps://godoc.org/github.com/docker/docker/client
Gradlegradle-docker-pluginhttps://github.com/gesellix/gradle-docker-plugin
Groovydocker-clienthttps://github.com/gesellix/docker-client
Haskelldocker-hshttps://github.com/denibertovic/docker-hs
HTML (Web Components)docker-elementshttps://github.com/kapalhq/docker-elements
Javadocker-javahttps://github.com/docker-java/docker-java
Javadocker-clienthttps://github.com/spotify/docker-client
NodeJSdockerodehttps://github.com/apocas/dockerode
PerlEixo::Dockerhttps://github.com/alambike/eixo-docker
PHPDocker-PHPhttps://github.com/docker-php/docker-php
Pythondocker-pyhttps://github.com/docker/docker-py
Rubydocker-apihttps://github.com/swipely/docker-api
Rustdocker-rusthttps://github.com/abh1nav/docker-rust
Rustshiplifthttps://github.com/softprops/shiplift
Scalatugboathttps://github.com/softprops/tugboat
Scalareactive-dockerhttps://github.com/almoehi/reactive-docker
diff --git a/engine/api/v1.25/index.html b/engine/api/v1.25/index.html new file mode 100644 index 00000000000..249a4cdff34 --- /dev/null +++ b/engine/api/v1.25/index.html @@ -0,0 +1,41 @@ +--- +layout: null +redirect_from: + - /engine/api/ + - /engine/reference/api/ + - /engine/reference/api/docker_remote_api/ + - /engine/reference/api/docker_remote_api_v1.25/ + - /reference/api/ +--- + + + + Docker Engine API v1.25 Reference + + + + + + + + + + + + diff --git a/engine/api/v1.25/redoc.1.6.0.min.js b/engine/api/v1.25/redoc.1.6.0.min.js new file mode 100644 index 00000000000..368e7e0621d --- /dev/null +++ b/engine/api/v1.25/redoc.1.6.0.min.js @@ -0,0 +1,47 @@ +/*! + * ReDoc - OpenAPI/Swagger-generated API Reference Documentation + * ------------------------------------------------------------- + * Version: "1.6.0" + * Repo: https://github.com/Rebilly/ReDoc + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(function(){try{return require("esprima")}catch(t){}}(),function(){try{return require("jquery")}catch(t){}}()):"function"==typeof define&&define.amd?define("Redoc",["esprima","jquery"],e):"object"==typeof exports?exports.Redoc=e(function(){try{return require("esprima")}catch(t){}}(),function(){try{return require("jquery")}catch(t){}}()):t.Redoc=e(t.esprima,t.jquery)}(this,function(t,e){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,e,n){Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=1083)}([function(t,e,n){"use strict";var r=n(37),i=n(1061),o=n(185),s=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var r=this.operator,o=i.toSubscriber(t,e,n);if(r?r.call(o,this):o.add(this._subscribe(o)),o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o},t.prototype.forEach=function(t,e){var n=this;if(e||(r.root.Rx&&r.root.Rx.config&&r.root.Rx.config.Promise?e=r.root.Rx.config.Promise:r.root.Promise&&(e=r.root.Promise)),!e)throw new Error("no Promise impl found");return new e(function(e,r){var i=n.subscribe(function(e){if(i)try{t(e)}catch(t){r(t),i.unsubscribe()}else t(e)},r,e)})},t.prototype._subscribe=function(t){return this.source.subscribe(t)},t.prototype[o.$$observable]=function(){return this},t.create=function(e){return new t(e)},t}();e.Observable=s},function(t,e,n){var r=n(14),i=n(18),o=n(52),s=n(48),a=n(93),c="prototype",u=function(t,e,n){var l,h,p,f,_=t&u.F,d=t&u.G,g=t&u.S,m=t&u.P,y=t&u.B,v=d?r:g?r[e]||(r[e]={}):(r[e]||{})[c],b=d?i:i[e]||(i[e]={}),w=b[c]||(b[c]={});d&&(n=e);for(l in n)h=!_&&v&&void 0!==v[l],p=(h?v:n)[l],f=y&&h?a(p,r):m&&"function"==typeof p?a(Function.call,p):p,v&&s(v,l,p,t&u.U),b[l]!=p&&o(b,l,f),m&&w[l]!=p&&(w[l]=p)};r.core=i,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},function(t,e,n){"use strict";var r=n(421);n.d(e,"assertPlatform",function(){return r.a}),n.d(e,"destroyPlatform",function(){return r.b}),n.d(e,"getPlatform",function(){return r.c}),n.d(e,"createPlatform",function(){return r.d}),n.d(e,"ApplicationRef",function(){return r.e}),n.d(e,"enableProdMode",function(){return r.f}),n.d(e,"isDevMode",function(){return r.g}),n.d(e,"createPlatformFactory",function(){return r.h}),n.d(e,"PlatformRef",function(){return r.i}),n.d(e,"APP_ID",function(){return r.j}),n.d(e,"PACKAGE_ROOT_URL",function(){return r.k}),n.d(e,"APP_BOOTSTRAP_LISTENER",function(){return r.l}),n.d(e,"PLATFORM_INITIALIZER",function(){return r.m}),n.d(e,"ApplicationInitStatus",function(){return r.n}),n.d(e,"APP_INITIALIZER",function(){return r.o}),n.d(e,"DebugElement",function(){return r.p}),n.d(e,"DebugNode",function(){return r.q}),n.d(e,"asNativeElements",function(){return r.r}),n.d(e,"getDebugNode",function(){return r.s}),n.d(e,"Testability",function(){return r.t}),n.d(e,"TestabilityRegistry",function(){return r.u}),n.d(e,"setTestabilityGetter",function(){return r.v}),n.d(e,"TRANSLATIONS",function(){return r.w}),n.d(e,"TRANSLATIONS_FORMAT",function(){return r.x}),n.d(e,"LOCALE_ID",function(){return r.y}),n.d(e,"ApplicationModule",function(){return r.z}),n.d(e,"wtfCreateScope",function(){return r.A}),n.d(e,"wtfLeave",function(){return r.B}),n.d(e,"wtfStartTimeRange",function(){return r.C}),n.d(e,"wtfEndTimeRange",function(){return r.D}),n.d(e,"Type",function(){return r.E}),n.d(e,"EventEmitter",function(){return r.F}),n.d(e,"ErrorHandler",function(){return r.G}),n.d(e,"AnimationTransitionEvent",function(){return r.H}),n.d(e,"AnimationPlayer",function(){return r.I}),n.d(e,"Sanitizer",function(){return r.J}),n.d(e,"SecurityContext",function(){return r.K}),n.d(e,"Attribute",function(){return r.L}),n.d(e,"ContentChild",function(){return r.M}),n.d(e,"ContentChildren",function(){return r.N}),n.d(e,"Query",function(){return r.O}),n.d(e,"ViewChild",function(){return r.P}),n.d(e,"ViewChildren",function(){return r.Q}),n.d(e,"ANALYZE_FOR_ENTRY_COMPONENTS",function(){return r.R}),n.d(e,"Component",function(){return r.S}),n.d(e,"Directive",function(){return r.T}),n.d(e,"HostBinding",function(){return r.U}),n.d(e,"HostListener",function(){return r.V}),n.d(e,"Input",function(){return r.W}),n.d(e,"Output",function(){return r.X}),n.d(e,"Pipe",function(){return r.Y}),n.d(e,"OnDestroy",function(){return r.Z}),n.d(e,"AfterContentInit",function(){return r._0}),n.d(e,"AfterViewChecked",function(){return r._1}),n.d(e,"AfterViewInit",function(){return r._2}),n.d(e,"DoCheck",function(){return r._3}),n.d(e,"OnChanges",function(){return r._4}),n.d(e,"AfterContentChecked",function(){return r._5}),n.d(e,"OnInit",function(){return r._6}),n.d(e,"CUSTOM_ELEMENTS_SCHEMA",function(){return r._7}),n.d(e,"NO_ERRORS_SCHEMA",function(){return r._8}),n.d(e,"NgModule",function(){return r._9}),n.d(e,"ViewEncapsulation",function(){return r._10}),n.d(e,"Class",function(){return r._11}),n.d(e,"forwardRef",function(){return r._12}),n.d(e,"resolveForwardRef",function(){return r._13}),n.d(e,"Injector",function(){return r._14}),n.d(e,"ReflectiveInjector",function(){return r._15}),n.d(e,"ResolvedReflectiveFactory",function(){return r._16}),n.d(e,"ReflectiveKey",function(){return r._17}),n.d(e,"OpaqueToken",function(){return r._18}),n.d(e,"NgZone",function(){return r._19}),n.d(e,"RenderComponentType",function(){return r._20}),n.d(e,"Renderer",function(){return r._21}),n.d(e,"RootRenderer",function(){return r._22}),n.d(e,"COMPILER_OPTIONS",function(){return r._23}),n.d(e,"CompilerFactory",function(){return r._24}),n.d(e,"ModuleWithComponentFactories",function(){return r._25}),n.d(e,"Compiler",function(){return r._26}),n.d(e,"ComponentFactory",function(){return r._27}),n.d(e,"ComponentRef",function(){return r._28}),n.d(e,"ComponentFactoryResolver",function(){return r._29}),n.d(e,"ElementRef",function(){return r._30}),n.d(e,"NgModuleFactory",function(){return r._31}),n.d(e,"NgModuleRef",function(){return r._32}),n.d(e,"NgModuleFactoryLoader",function(){return r._33}),n.d(e,"getModuleFactory",function(){return r._34}),n.d(e,"QueryList",function(){return r._35}),n.d(e,"SystemJsNgModuleLoader",function(){return r._36}),n.d(e,"SystemJsNgModuleLoaderConfig",function(){return r._37}),n.d(e,"TemplateRef",function(){return r._38}),n.d(e,"ViewContainerRef",function(){return r._39}),n.d(e,"EmbeddedViewRef",function(){return r._40}),n.d(e,"ViewRef",function(){return r._41}),n.d(e,"ChangeDetectionStrategy",function(){return r._42}),n.d(e,"ChangeDetectorRef",function(){return r._43}),n.d(e,"CollectionChangeRecord",function(){return r._44}),n.d(e,"DefaultIterableDiffer",function(){return r._45}),n.d(e,"IterableDiffers",function(){return r._46}),n.d(e,"KeyValueChangeRecord",function(){return r._47}),n.d(e,"KeyValueDiffers",function(){return r._48}),n.d(e,"SimpleChange",function(){return r._49}),n.d(e,"WrappedValue",function(){return r._50}),n.d(e,"platformCore",function(){return r._51}),n.d(e,"__core_private__",function(){return r._52}),n.d(e,"AUTO_STYLE",function(){return r._53}),n.d(e,"AnimationEntryMetadata",function(){return r._54}),n.d(e,"AnimationStateMetadata",function(){return r._55}),n.d(e,"AnimationStateDeclarationMetadata",function(){return r._56}),n.d(e,"AnimationStateTransitionMetadata",function(){return r._57}),n.d(e,"AnimationMetadata",function(){return r._58}),n.d(e,"AnimationKeyframesSequenceMetadata",function(){return r._59}),n.d(e,"AnimationStyleMetadata",function(){return r._60}),n.d(e,"AnimationAnimateMetadata",function(){return r._61}),n.d(e,"AnimationWithStepsMetadata",function(){return r._62}),n.d(e,"AnimationSequenceMetadata",function(){return r._63}),n.d(e,"AnimationGroupMetadata",function(){return r._64}),n.d(e,"animate",function(){return r._65}),n.d(e,"group",function(){return r._66}),n.d(e,"sequence",function(){return r._67}),n.d(e,"style",function(){return r._68}),n.d(e,"state",function(){return r._69}),n.d(e,"keyframes",function(){return r._70}),n.d(e,"transition",function(){return r._71}),n.d(e,"trigger",function(){return r._72}),n.d(e,"Inject",function(){return r._73}),n.d(e,"Optional",function(){return r._74}),n.d(e,"Injectable",function(){return r._75}),n.d(e,"Self",function(){return r._76}),n.d(e,"SkipSelf",function(){return r._77}),n.d(e,"Host",function(){return r._78})},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(268),o=n(30),s=n(783),a=n(186),c=function(t){function e(n,r,i){switch(t.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=s.empty;break;case 1:if(!n){this.destination=s.empty;break}if("object"==typeof n){n instanceof e?(this.destination=n,this.destination.add(this)):(this.syncErrorThrowable=!0,this.destination=new u(this,n));break}default:this.syncErrorThrowable=!0,this.destination=new u(this,n,r,i)}}return r(e,t),e.prototype[a.$$rxSubscriber]=function(){return this},e.create=function(t,n,r){var i=new e(t,n,r);return i.syncErrorThrowable=!1,i},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},e}(o.Subscription);e.Subscriber=c;var u=function(t){function e(e,n,r,o){t.call(this),this._parent=e;var s,a=this;i.isFunction(n)?s=n:n&&(a=n,s=n.next,r=n.error,o=n.complete,i.isFunction(a.unsubscribe)&&this.add(a.unsubscribe.bind(a)),a.unsubscribe=this.unsubscribe.bind(this)),this._context=a,this._next=s,this._error=r,this._complete=o}return r(e,t),e.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parent;e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},e.prototype.error=function(t){if(!this.isStopped){var e=this._parent;if(this._error)e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else{if(!e.syncErrorThrowable)throw this.unsubscribe(),t;e.syncErrorValue=t,e.syncErrorThrown=!0,this.unsubscribe()}}},e.prototype.complete=function(){if(!this.isStopped){var t=this._parent;this._complete?t.syncErrorThrowable?(this.__tryOrSetError(t,this._complete),this.unsubscribe()):(this.__tryOrUnsub(this._complete),this.unsubscribe()):this.unsubscribe()}},e.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){throw this.unsubscribe(),t}},e.prototype.__tryOrSetError=function(t,e,n){try{e.call(this._context,n)}catch(e){return t.syncErrorValue=e,t.syncErrorThrown=!0,!0}return!1},e.prototype._unsubscribe=function(){var t=this._parent;this._context=null,this._parent=null,t.unsubscribe()},e}(c)},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(3),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t,e){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.destination.complete()},e}(i.Subscriber);e.OuterSubscriber=o},function(t,e,n){"use strict";function r(t,e,n,r){var h=new u.InnerSubscriber(t,n,r);if(h.closed)return null;if(e instanceof a.Observable)return e._isScalar?(h.next(e.value),h.complete(),null):e.subscribe(h);if(o.isArray(e)){for(var p=0,f=e.length;p0){var c=o[e-1];a=c.lastRootNode}else a=this.nativeElement;n.i(r.d)(a)&&t.renderer.attachViewAfter(a,t.flatRootNodes),t.markContentChildAsMoved(this)},t.prototype.attachView=function(t,e){if(t.type===s.ViewType.COMPONENT)throw new Error("Component views can't be moved!");var i=this.nestedViews;null==i&&(i=[],this.nestedViews=i),i.splice(e,0,t);var o;if(e>0){var a=i[e-1];o=a.lastRootNode}else o=this.nativeElement;n.i(r.d)(o)&&t.renderer.attachViewAfter(o,t.flatRootNodes),t.addToContentChildren(this)},t.prototype.detachView=function(t){var e=this.nestedViews.splice(t,1)[0];if(e.type===s.ViewType.COMPONENT)throw new Error("Component views can't be moved!");return e.detach(),e.removeFromContentChildren(this),e},t}()},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){"use strict";var r=n(50),i=n(8);n.d(e,"ComponentRef",function(){return s}),n.d(e,"ComponentRef_",function(){return a}),n.d(e,"ComponentFactory",function(){return u});var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=function(){function t(){}return Object.defineProperty(t.prototype,"location",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"instance",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hostView",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"changeDetectorRef",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),t}(),a=function(t){function e(e,n){t.call(this),this._hostElement=e,this._componentType=n}return o(e,t),Object.defineProperty(e.prototype,"location",{get:function(){return this._hostElement.elementRef},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return this._hostElement.injector},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"instance",{get:function(){return this._hostElement.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hostView",{get:function(){return this._hostElement.parentView.ref},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"changeDetectorRef",{get:function(){return this._hostElement.parentView.ref},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentType",{get:function(){return this._componentType},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){this._hostElement.parentView.destroy()},e.prototype.onDestroy=function(t){this.hostView.onDestroy(t)},e}(s),c=new Object,u=function(){function t(t,e,n){this.selector=t,this._viewFactory=e,this._componentType=n}return Object.defineProperty(t.prototype,"componentType",{get:function(){return this._componentType},enumerable:!0,configurable:!0}),t.prototype.create=function(t,e,n){void 0===e&&(e=null),void 0===n&&(n=null);var r=t.get(i.ViewUtils);e||(e=[]);var o=this._viewFactory(r,t,null),s=o.create(c,e,n);return new a(s,this._componentType)},t}()},function(t,e,n){"use strict";n.d(e,"ViewEncapsulation",function(){return r}),n.d(e,"ViewMetadata",function(){return i});var r;!function(t){t[t.Emulated=0]="Emulated",t[t.Native=1]="Native",t[t.None=2]="None"}(r||(r={}));var i=function(){function t(t){var e=void 0===t?{}:t,n=e.templateUrl,r=e.template,i=e.encapsulation,o=e.styles,s=e.styleUrls,a=e.animations,c=e.interpolation;this.templateUrl=n,this.template=r,this.styleUrls=s,this.styles=o,this.encapsulation=i,this.animations=a,this.interpolation=c}return t}()},function(t,e,n){"use strict";(function(t,r){function i(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"==typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(t){return!1}}function o(){return t.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,n){if(o()=o())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o().toString(16)+" bytes");return 0|t}function g(e){return+e!=e&&(e=0),t.alloc(+e)}function m(e,n){if(t.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var i=!1;;)switch(n){case"ascii":case"latin1":case"binary":return r; +case"utf8":case"utf-8":case void 0:return W(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return Z(e).length;default:if(i)return W(e).length;n=(""+n).toLowerCase(),i=!0}}function y(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if(n>>>=0,e>>>=0,n<=e)return"";for(t||(t="utf8");;)switch(t){case"hex":return N(this,e,n);case"utf8":case"utf-8":return O(this,e,n);case"ascii":return P(this,e,n);case"latin1":case"binary":return R(this,e,n);case"base64":return k(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function v(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function b(e,n,r,i,o){if(0===e.length)return-1;if("string"==typeof r?(i=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=o?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(o)return-1;r=e.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof n&&(n=t.from(n,i)),t.isBuffer(n))return 0===n.length?-1:w(e,n,r,i,o);if("number"==typeof n)return n=255&n,t.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,n,r):Uint8Array.prototype.lastIndexOf.call(e,n,r):w(e,[n],r,i,o);throw new TypeError("val must be string, number or Buffer")}function w(t,e,n,r,i){function o(t,e){return 1===s?t[e]:t.readUInt16BE(e*s)}var s=1,a=t.length,c=e.length;if(void 0!==r&&(r=String(r).toLowerCase(),"ucs2"===r||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;s=2,a/=2,c/=2,n/=2}var u;if(i){var l=-1;for(u=n;ua&&(n=a-c),u=n;u>=0;u--){for(var h=!0,p=0;pi&&(r=i)):r=i;var o=e.length;if(o%2!==0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var s=0;s239?4:o>223?3:o>191?2:1;if(i+a<=n){var c,u,l,h;switch(a){case 1:o<128&&(s=o);break;case 2:c=t[i+1],128===(192&c)&&(h=(31&o)<<6|63&c,h>127&&(s=h));break;case 3:c=t[i+1],u=t[i+2],128===(192&c)&&128===(192&u)&&(h=(15&o)<<12|(63&c)<<6|63&u,h>2047&&(h<55296||h>57343)&&(s=h));break;case 4:c=t[i+1],u=t[i+2],l=t[i+3],128===(192&c)&&128===(192&u)&&128===(192&l)&&(h=(15&o)<<18|(63&c)<<12|(63&u)<<6|63&l,h>65535&&h<1114112&&(s=h))}}null===s?(s=65533,a=1):s>65535&&(s-=65536,r.push(s>>>10&1023|55296),s=56320|1023&s),r.push(s),i+=a}return A(r)}function A(t){var e=t.length;if(e<=tt)return String.fromCharCode.apply(String,t);for(var n="",r=0;rr)&&(n=r);for(var i="",o=e;on)throw new RangeError("Trying to access beyond buffer length")}function D(e,n,r,i,o,s){if(!t.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(n>o||ne.length)throw new RangeError("Index out of range")}function L(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-n,2);i>>8*(r?i:1-i)}function V(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-n,4);i>>8*(r?i:3-i)&255}function F(t,e,n,r,i,o){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function B(t,e,n,r,i){return i||F(t,e,n,4,3.4028234663852886e38,-3.4028234663852886e38),X.write(t,e,n,r,23,4),n+4}function U(t,e,n,r,i){return i||F(t,e,n,8,1.7976931348623157e308,-1.7976931348623157e308),X.write(t,e,n,r,52,8),n+8}function z(t){if(t=H(t).replace(et,""),t.length<2)return"";for(;t.length%4!==0;)t+="=";return t}function H(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function q(t){return t<16?"0"+t.toString(16):t.toString(16)}function W(t,e){e=e||1/0;for(var n,r=t.length,i=null,o=[],s=0;s55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(s+1===r){(e-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&o.push(239,191,189),i=n;continue}n=(i-55296<<10|n-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;o.push(n)}else if(n<2048){if((e-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function $(t){for(var e=[],n=0;n>8,i=n%256,o.push(i),o.push(r);return o}function Z(t){return K.toByteArray(z(t))}function G(t,e,n,r){for(var i=0;i=e.length||i>=t.length);++i)e[i+n]=t[i];return i}function J(t){return t!==t}var K=n(489),X=n(657),Q=n(254);e.Buffer=t,e.SlowBuffer=g,e.INSPECT_MAX_BYTES=50,t.TYPED_ARRAY_SUPPORT=void 0!==r.TYPED_ARRAY_SUPPORT?r.TYPED_ARRAY_SUPPORT:i(),e.kMaxLength=o(),t.poolSize=8192,t._augment=function(e){return e.__proto__=t.prototype,e},t.from=function(t,e,n){return a(null,t,e,n)},t.TYPED_ARRAY_SUPPORT&&(t.prototype.__proto__=Uint8Array.prototype,t.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&t[Symbol.species]===t&&Object.defineProperty(t,Symbol.species,{value:null,configurable:!0})),t.alloc=function(t,e,n){return u(null,t,e,n)},t.allocUnsafe=function(t){return l(null,t)},t.allocUnsafeSlow=function(t){return l(null,t)},t.isBuffer=function(t){return!(null==t||!t._isBuffer)},t.compare=function(e,n){if(!t.isBuffer(e)||!t.isBuffer(n))throw new TypeError("Arguments must be Buffers");if(e===n)return 0;for(var r=e.length,i=n.length,o=0,s=Math.min(r,i);o0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),""},t.prototype.compare=function(e,n,r,i,o){if(!t.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===n&&(n=0),void 0===r&&(r=e?e.length:0),void 0===i&&(i=0),void 0===o&&(o=this.length),n<0||r>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&n>=r)return 0;if(i>=o)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var s=o-i,a=r-n,c=Math.min(s,a),u=this.slice(i,o),l=e.slice(n,r),h=0;hi)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return x(this,t,e,n);case"utf8":case"utf-8":return C(this,t,e,n);case"ascii":return E(this,t,e,n);case"latin1":case"binary":return I(this,t,e,n);case"base64":return S(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,t,e,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},t.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var tt=4096;t.prototype.slice=function(e,n){var r=this.length;e=~~e,n=void 0===n?r:~~n,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n0&&(i*=256);)r+=this[t+--e]*i;return r},t.prototype.readUInt8=function(t,e){return e||j(t,1,this.length),this[t]},t.prototype.readUInt16LE=function(t,e){return e||j(t,2,this.length),this[t]|this[t+1]<<8},t.prototype.readUInt16BE=function(t,e){return e||j(t,2,this.length),this[t]<<8|this[t+1]},t.prototype.readUInt32LE=function(t,e){return e||j(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},t.prototype.readUInt32BE=function(t,e){return e||j(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},t.prototype.readIntLE=function(t,e,n){t=0|t,e=0|e,n||j(t,e,this.length);for(var r=this[t],i=1,o=0;++o=i&&(r-=Math.pow(2,8*e)),r},t.prototype.readIntBE=function(t,e,n){t=0|t,e=0|e,n||j(t,e,this.length);for(var r=e,i=1,o=this[t+--r];r>0&&(i*=256);)o+=this[t+--r]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*e)),o},t.prototype.readInt8=function(t,e){return e||j(t,1,this.length),128&this[t]?(255-this[t]+1)*-1:this[t]},t.prototype.readInt16LE=function(t,e){e||j(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},t.prototype.readInt16BE=function(t,e){e||j(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},t.prototype.readInt32LE=function(t,e){return e||j(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},t.prototype.readInt32BE=function(t,e){return e||j(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},t.prototype.readFloatLE=function(t,e){return e||j(t,4,this.length),X.read(this,t,!0,23,4)},t.prototype.readFloatBE=function(t,e){return e||j(t,4,this.length),X.read(this,t,!1,23,4)},t.prototype.readDoubleLE=function(t,e){return e||j(t,8,this.length),X.read(this,t,!0,52,8)},t.prototype.readDoubleBE=function(t,e){return e||j(t,8,this.length),X.read(this,t,!1,52,8)},t.prototype.writeUIntLE=function(t,e,n,r){if(t=+t,e=0|e,n=0|n,!r){var i=Math.pow(2,8*n)-1;D(this,t,e,n,i,0)}var o=1,s=0;for(this[e]=255&t;++s=0&&(s*=256);)this[e+o]=t/s&255;return e+n},t.prototype.writeUInt8=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,1,255,0),t.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[n]=255&e,n+1},t.prototype.writeUInt16LE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,2,65535,0),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):L(this,e,n,!0),n+2},t.prototype.writeUInt16BE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,2,65535,0),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):L(this,e,n,!1),n+2},t.prototype.writeUInt32LE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,4,4294967295,0),t.TYPED_ARRAY_SUPPORT?(this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=255&e):V(this,e,n,!0),n+4},t.prototype.writeUInt32BE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,4,4294967295,0),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):V(this,e,n,!1),n+4},t.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e=0|e,!r){var i=Math.pow(2,8*n-1);D(this,t,e,n,i-1,-i)}var o=0,s=1,a=0;for(this[e]=255&t;++o>0)-a&255;return e+n},t.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e=0|e,!r){var i=Math.pow(2,8*n-1);D(this,t,e,n,i-1,-i)}var o=n-1,s=1,a=0;for(this[e+o]=255&t;--o>=0&&(s*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/s>>0)-a&255;return e+n},t.prototype.writeInt8=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,1,127,-128),t.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[n]=255&e,n+1},t.prototype.writeInt16LE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,2,32767,-32768),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):L(this,e,n,!0),n+2},t.prototype.writeInt16BE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,2,32767,-32768),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):L(this,e,n,!1),n+2},t.prototype.writeInt32LE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,4,2147483647,-2147483648),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24):V(this,e,n,!0),n+4},t.prototype.writeInt32BE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):V(this,e,n,!1),n+4},t.prototype.writeFloatLE=function(t,e,n){return B(this,t,e,!0,n)},t.prototype.writeFloatBE=function(t,e,n){return B(this,t,e,!1,n)},t.prototype.writeDoubleLE=function(t,e,n){return U(this,t,e,!0,n)},t.prototype.writeDoubleBE=function(t,e,n){return U(this,t,e,!1,n)},t.prototype.copy=function(e,n,r,i){if(r||(r=0),i||0===i||(i=this.length),n>=e.length&&(n=e.length),n||(n=0),i>0&&i=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-n=0;--o)e[o+n]=this[o+r];else if(s<1e3||!t.TYPED_ARRAY_SUPPORT)for(o=0;o>>=0,r=void 0===r?this.length:r>>>0,e||(e=0);var s;if("number"==typeof e)for(s=n;s=0;o--){var a=i.nestedViews[o];a.rootNodesOrAppElements.length>0&&(e=r(a.rootNodesOrAppElements[a.rootNodesOrAppElements.length-1]))}}else e=t;return e}var i=n(9),o=n(67),s=n(6),a=n(151),c=n(426),u=n(290),l=n(13),h=n(427),p=n(291),f=n(295),_=n(12),d=n(8);n.d(e,"AppView",function(){return y}),n.d(e,"DebugAppView",function(){return v});var g=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},m=n.i(a.a)("AppView#check(ascii id)"),y=function(){function t(t,e,n,r,i,o,s){this.clazz=t,this.componentType=e,this.type=n,this.viewUtils=r,this.parentInjector=i,this.declarationAppElement=o,this.cdMode=s,this.contentChildren=[],this.viewChildren=[],this.viewContainerElement=null,this.numberOfChecks=0,this.ref=new f.a(this),n===_.ViewType.COMPONENT||n===_.ViewType.HOST?this.renderer=r.renderComponent(e):this.renderer=o.parentView.renderer}return Object.defineProperty(t.prototype,"animationContext",{get:function(){return this._animationContext||(this._animationContext=new c.a),this._animationContext},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"destroyed",{get:function(){return this.cdMode===i.ChangeDetectorStatus.Destroyed},enumerable:!0,configurable:!0}),t.prototype.create=function(t,e,r){this.context=t;var i;switch(this.type){case _.ViewType.COMPONENT:i=n.i(d.ensureSlotCount)(e,this.componentType.slotCount);break;case _.ViewType.EMBEDDED:i=this.declarationAppElement.parentView.projectableNodes;break;case _.ViewType.HOST:i=e}return this._hasExternalHostElement=n.i(s.d)(r),this.projectableNodes=i,this.createInternal(r)},t.prototype.createInternal=function(t){return null},t.prototype.init=function(t,e,n,r){this.rootNodesOrAppElements=t,this.allNodes=e,this.disposables=n,this.subscriptions=r,this.type===_.ViewType.COMPONENT&&(this.declarationAppElement.parentView.viewChildren.push(this),this.dirtyParentQueriesInternal())},t.prototype.injectorGet=function(t,e,n){return this.injectorGetInternal(t,e,n)},t.prototype.injectorGetInternal=function(t,e,n){return n},t.prototype.injector=function(t){return n.i(s.d)(t)?new h.a(this,t):this.parentInjector},t.prototype.destroy=function(){this._hasExternalHostElement?this.renderer.detachView(this.flatRootNodes):n.i(s.d)(this.viewContainerElement)&&this.viewContainerElement.detachView(this.viewContainerElement.nestedViews.indexOf(this)),this._destroyRecurse()},t.prototype._destroyRecurse=function(){if(this.cdMode!==i.ChangeDetectorStatus.Destroyed){for(var t=this.contentChildren,e=0;e0?this.rootNodesOrAppElements[this.rootNodesOrAppElements.length-1]:null;return r(t)},enumerable:!0,configurable:!0}),t.prototype.dirtyParentQueriesInternal=function(){},t.prototype.detectChanges=function(t){var e=m(this.clazz);this.cdMode!==i.ChangeDetectorStatus.Checked&&this.cdMode!==i.ChangeDetectorStatus.Errored&&(this.cdMode===i.ChangeDetectorStatus.Destroyed&&this.throwDestroyedError("detectChanges"),this.detectChangesInternal(t),this.cdMode===i.ChangeDetectorStatus.CheckOnce&&(this.cdMode=i.ChangeDetectorStatus.Checked),this.numberOfChecks++,n.i(a.b)(e))},t.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},t.prototype.detectContentChildrenChanges=function(t){for(var e=0;e=0&&(t="https")):t=e.protocol?e.protocol.slice(0,-1):"http";var r=this._schema.host||e.host;this.basePath=this._schema.basePath||"/",this.apiUrl=t+"://"+r+this.basePath,this.apiUrl.endsWith("/")&&(this.apiUrl=this.apiUrl.substr(0,this.apiUrl.length-1)),this.preprocess()},t.prototype.preprocess=function(){var t=new a.MdRenderer;if(this._schema.info.description||(this._schema.info.description=""),this._schema.securityDefinitions){var e=n(160).SecurityDefinitions;t.addPreprocessor(e.insertTagIntoDescription)}this._schema.info["x-redoc-html-description"]=t.renderMd(this._schema.info.description),this._schema.info["x-redoc-markdown-headers"]=t.firstLevelHeadings},Object.defineProperty(t.prototype,"schema",{get:function(){return this._schema},set:function(t){this._schema=t,this.spec.next(this._schema)},enumerable:!0,configurable:!0}),t.prototype.byPointer=function(t){var e=null;if(void 0==t)return null;try{e=i.JsonPointer.get(this._schema,decodeURIComponent(t))}catch(n){"#"!==t.charAt(0)&&(t="#"+t);try{e=this.parser.$refs.get(decodeURIComponent(t))}catch(t){}}return e},t.prototype.resolveRefs=function(t){var e=this;return Object.keys(t).forEach(function(n){if(t[n].$ref){var r=e.byPointer(t[n].$ref);r._pointer=t[n].$ref,t[n]=r}}),t},t.prototype.getMethodParams=function(t,e){function n(t,e){if(!Array.isArray(t))throw new Error("parameters must be an array. Got "+typeof t+" at "+e);return t.map(function(t,n){return t._pointer=i.JsonPointer.join(e,n),t})}"parameters"===i.JsonPointer.baseName(t)&&(t=i.JsonPointer.dirName(t));var r=i.JsonPointer.join(i.JsonPointer.dirName(t),["parameters"]),o=this.byPointer(r)||[],s=i.JsonPointer.join(t,["parameters"]),a=this.byPointer(s)||[];return o=n(o,r),a=n(a,s),e&&(a=this.resolveRefs(a),o=this.resolveRefs(o)),a.concat(o)},t.prototype.getTagsMap=function(){for(var t=this._schema.tags||[],e={},n=0,r=t;n0?i(r(t),9007199254740991):0}},function(t,e,n){"use strict";(function(t){var n={boolean:!1,function:!0,object:!0,number:!1,string:!1,undefined:!1};e.root=n[typeof self]&&self||n[typeof window]&&window;var r=n[typeof t]&&t;!r||r.global!==r&&r.window!==r||(e.root=r)}).call(e,n(27))},function(t,e,n){"use strict";n.d(e,"SecurityContext",function(){return r}),n.d(e,"Sanitizer",function(){return i});var r;!function(t){t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL"}(r||(r={}));var i=function(){function t(){}return t}()},function(t,e,n){"use strict";var r=n(21);e.SpecManager=r.SpecManager;var i=function(){function t(t){this.specMgr=t,this.componentSchema=null,this.dereferencedCache={}}return t.prototype.ngOnInit=function(){this.preinit()},t.prototype.preinit=function(){this.componentSchema=this.specMgr.byPointer(this.pointer||""),this.init()},t.prototype.ngOnDestroy=function(){this.destroy()},t.prototype.init=function(){},t.prototype.destroy=function(){},t}();e.BaseComponent=i},function(t,e,n){"use strict";var r=n(32),i=n(9),o=n(8),s=function(){function t(t,e){this.changed=!1,this.context=new r.NgIf(t,e),this._expr_0=i.UNINITIALIZED}return t.prototype.check_ngIf=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.ngIf=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgIf=s},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){"function"==typeof Object.create?t.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(t,e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}},function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(t){if(l===setTimeout)return setTimeout(t,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function o(t){if(h===clearTimeout)return clearTimeout(t);if((h===r||!h)&&clearTimeout)return h=clearTimeout,clearTimeout(t);try{return h(t)}catch(e){try{return h.call(null,t)}catch(e){return h.call(this,t)}}}function s(){d&&f&&(d=!1,f.length?_=f.concat(_):g=-1,_.length&&a())}function a(){if(!d){var t=i(s);d=!0;for(var e=_.length;e;){for(f=_,_=[];++g1)for(var n=1;n=55296&&t<=57343)&&(!(t>=64976&&t<=65007)&&(65535!==(65535&t)&&65534!==(65535&t)&&(!(t>=0&&t<=8)&&(11!==t&&(!(t>=14&&t<=31)&&(!(t>=127&&t<=159)&&!(t>1114111)))))))}function u(t){if(t>65535){t-=65536;var e=55296+(t>>10),n=56320+(1023&t);return String.fromCharCode(e,n)}return String.fromCharCode(t)}function l(t,e){var n=0;return o(y,e)?y[e]:35===e.charCodeAt(0)&&m.test(e)&&(n="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10),c(n))?u(n):t}function h(t){return t.indexOf("&")<0?t:t.replace(g,l)}function p(t){return w[t]}function f(t){return v.test(t)?t.replace(b,p):t}var _=Object.prototype.hasOwnProperty,d=/\\([\\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g,g=/&([a-z#][a-z0-9]{1,31});/gi,m=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,y=n(362),v=/[&<>"]/,b=/[&<>"]/g,w={"&":"&","<":"<",">":">",'"':"""};e.assign=s,e.isString=i,e.has=o,e.unescapeMd=a,e.isValidEntityCode=c,e.fromCodePoint=u,e.replaceEntities=h,e.escapeHtml=f},function(t,e,n){"use strict";var r=n(135),i=n(136);e.async=new i.AsyncScheduler(r.AsyncAction)},function(t,e,n){"use strict";var r=n(2),i=n(47);n.d(e,"NgForRow",function(){return o}),n.d(e,"NgFor",function(){return s});var o=function(){function t(t,e,n){this.$implicit=t,this.index=e,this.count=n}return Object.defineProperty(t.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"even",{get:function(){return this.index%2===0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),t}(),s=function(){function t(t,e,n,r){this._viewContainer=t,this._template=e,this._differs=n,this._cdr=r,this._differ=null}return Object.defineProperty(t.prototype,"ngForTemplate",{set:function(t){t&&(this._template=t)},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){if("ngForOf"in t){var e=t.ngForOf.currentValue;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this._cdr,this.ngForTrackBy)}catch(t){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+n.i(i.e)(e)+"'. NgFor only supports binding to Iterables such as Arrays.")}}},t.prototype.ngDoCheck=function(){if(this._differ){var t=this._differ.diff(this.ngForOf);t&&this._applyChanges(t)}},t.prototype._applyChanges=function(t){var e=this,n=[];t.forEachOperation(function(t,r,i){if(null==t.previousIndex){var s=e._viewContainer.createEmbeddedView(e._template,new o(null,null,null),i),c=new a(t,s);n.push(c)}else if(null==i)e._viewContainer.remove(r);else{var s=e._viewContainer.get(r);e._viewContainer.move(s,i);var c=new a(t,s);n.push(c)}});for(var r=0;r"+i+""};t.exports=function(t,e){var n={};n[t]=e(a),r(r.P+r.F*i(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}),"String",n)}},function(t,e,n){"use strict";function r(){throw new Error("unimplemented")}e.a=r,n.d(e,"b",function(){return o}),n.d(e,"c",function(){return s});var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=function(t){function e(e){var n=t.call(this,e);this._nativeError=n}return i(e,t),Object.defineProperty(e.prototype,"message",{get:function(){return this._nativeError.message},set:function(t){this._nativeError.message=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"name",{get:function(){return this._nativeError.name},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"stack",{get:function(){return this._nativeError.stack},set:function(t){this._nativeError.stack=t},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return this._nativeError.toString()},e}(Error),s=function(t){function e(e,n){t.call(this,e+" caused by: "+(n instanceof Error?n.message:n)),this.originalError=n}return i(e,t),Object.defineProperty(e.prototype,"stack",{get:function(){return(this.originalError instanceof Error?this.originalError:this._nativeError).stack},enumerable:!0,configurable:!0}),e}(o)},function(t,e,n){"use strict";(function(t){function r(t){return null!=t}function i(t){return null==t}function o(t){if("string"==typeof t)return t;if(void 0===t||null===t)return""+t;if(t.overriddenName)return t.overriddenName;if(t.name)return t.name;var e=t.toString(),n=e.indexOf("\n");return n===-1?e:e.substring(0,n)}function s(t){return null!==t&&("function"==typeof t||"object"==typeof t)}function a(t,e,n){for(var i=e.split("."),o=t;i.length>1;){var s=i.shift();o=o.hasOwnProperty(s)&&r(o[s])?o[s]:o[s]={}}void 0!==o&&null!==o||(o={}),o[i.shift()]=n}function c(){if(!h)if(u.Symbol&&Symbol.iterator)h=Symbol.iterator;else for(var t=Object.getOwnPropertyNames(Map.prototype),e=0;ew;w++)if((p||w in y)&&(d=y[w],g=v(d,w,m),t))if(n)x[w]=g;else if(g)switch(t){case 3:return!0;case 5:return d;case 6:return w;case 2:x.push(d)}else if(l)return!1;return h?-1:u||l?l:x}}},function(t,e,n){var r=n(41),i=n(53),o=n(248)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){var r=n(1),i=n(18),o=n(10);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],s={};s[t]=e(n),r(r.S+r.F*o(function(){n(1)}),"Object",s)}},function(t,e,n){(function(t){function n(t){return Array.isArray?Array.isArray(t):"[object Array]"===g(t)}function r(t){return"boolean"==typeof t}function i(t){return null===t}function o(t){return null==t}function s(t){return"number"==typeof t}function a(t){return"string"==typeof t}function c(t){return"symbol"==typeof t}function u(t){return void 0===t}function l(t){return"[object RegExp]"===g(t)}function h(t){return"object"==typeof t&&null!==t}function p(t){return"[object Date]"===g(t)}function f(t){return"[object Error]"===g(t)||t instanceof Error}function _(t){return"function"==typeof t}function d(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||"undefined"==typeof t}function g(t){return Object.prototype.toString.call(t)}e.isArray=n,e.isBoolean=r,e.isNull=i,e.isNullOrUndefined=o,e.isNumber=s,e.isString=a,e.isSymbol=c,e.isUndefined=u,e.isRegExp=l,e.isObject=h,e.isDate=p,e.isError=f,e.isFunction=_,e.isPrimitive=d,e.isBuffer=t.isBuffer}).call(e,n(17).Buffer)},function(t,e){"use strict";e.isArray=Array.isArray||function(t){return t&&"number"==typeof t.length}},function(t,e,n){"use strict";function r(t,e){if(n.i(a.d)(t))for(var i=0;i-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;nr&&(n=o,r=s)}}return n},t.flatten=function(t){var e=[];return r(t,e),e},t}()},function(t,e,n){"use strict";var r=n(2),i=n(106),o=n(35),s=n(80);e.INVIEW_POSITION={ABOVE:1,BELLOW:-1,INVIEW:0};var a=function(){function t(t){this.optionsService=t,this.scroll=new r.EventEmitter,this.scrollYOffset=function(){return t.options.scrollYOffset()},this.$scrollParent=t.options.$scrollParent||window,this.scroll=new r.EventEmitter,this.bind(),"scrollRestoration"in history&&(history.scrollRestoration="manual")}return t.prototype.scrollY=function(){return void 0!=this.$scrollParent.pageYOffset?this.$scrollParent.pageYOffset:this.$scrollParent.scrollTop},t.prototype.getElementPos=function(t,n){void 0===n&&(n=!1);var r=this.scrollYOffset(),i=n?-1:1;return i*Math.floor(t.getBoundingClientRect().top)>i*r?e.INVIEW_POSITION.ABOVE:i*t.getBoundingClientRect().bottom<=i*r?e.INVIEW_POSITION.BELLOW:e.INVIEW_POSITION.INVIEW},t.prototype.scrollToPos=function(t){this.$scrollParent.scrollTo?this.$scrollParent.scrollTo(0,Math.floor(t)):this.$scrollParent.scrollTop=t},t.prototype.scrollTo=function(t,e){if(void 0===e&&(e=0),t){var n=t.getBoundingClientRect(),r=this.scrollY()+n.top-this.scrollYOffset()+e+1;return this.scrollToPos(r),r}},t.prototype.saveScroll=function(){var t=this._stickElement;if(t){var e=t.offsetParent;this._savedPosition=t.offsetTop+e.offsetTop}},t.prototype.setStickElement=function(t){this._stickElement=t},t.prototype.restoreScroll=function(){var t=this._stickElement;if(t){var e=t.offsetParent,n=t.offsetTop+e.offsetTop,r=this.scrollY()+(n-this._savedPosition);this.scrollToPos(r)}},t.prototype.relativeScrollPos=function(t){var e=t.getBoundingClientRect();return-e.top+this.scrollYOffset()-1},t.prototype.scrollHandler=function(t){var e=this.scrollY()-this.prevOffsetY>0;this.prevOffsetY=this.scrollY(),this.scroll.next({isScrolledDown:e,evt:t})},t.prototype.bind=function(){var t=this;this.prevOffsetY=this.scrollY(),this._cancel=i.BrowserDomAdapter.onAndCancel(this.$scrollParent,"scroll",s.throttle(function(e){t.scrollHandler(e)},100,this))},t.prototype.unbind=function(){this._cancel()},t=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.OptionsService&&o.OptionsService)&&n||Object])],t);var n}();e.ScrollService=a},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(347),i=n(1),o=n(172)("metadata"),s=o.store||(o.store=new(n(355))),a=function(t,e,n){var i=s.get(t);if(!i){if(!n)return;s.set(t,i=new r)}var o=i.get(e);if(!o){if(!n)return;i.set(e,o=new r)}return o},c=function(t,e,n){ +var r=a(e,n,!1);return void 0!==r&&r.has(t)},u=function(t,e,n){var r=a(e,n,!1);return void 0===r?void 0:r.get(t)},l=function(t,e,n,r){a(n,r,!0).set(t,e)},h=function(t,e){var n=a(t,e,!1),r=[];return n&&n.forEach(function(t,e){r.push(e)}),r},p=function(t){return void 0===t||"symbol"==typeof t?t:String(t)},f=function(t){i(i.S,"Reflect",t)};t.exports={store:s,map:a,has:c,get:u,set:l,keys:h,key:p,exp:f}},function(t,e,n){var r=n(171),i=n(84),o=n(59),s=n(86),a=n(41),c=n(330),u=Object.getOwnPropertyDescriptor;e.f=n(29)?u:function(t,e){if(t=o(t),e=s(e,!0),c)try{return u(t,e)}catch(t){}if(a(t,e))return i(!r.f.call(t,e),t[e])}},function(t,e,n){"use strict";if(n(29)){var r=n(127),i=n(14),o=n(10),s=n(1),a=n(174),c=n(251),u=n(93),l=n(125),h=n(84),p=n(52),f=n(128),_=n(85),d=n(36),g=n(96),m=n(86),y=n(41),v=n(342),b=n(235),w=n(11),x=n(53),C=n(240),E=n(94),I=n(63),S=n(95).f,T=n(252),k=n(97),O=n(19),A=n(62),P=n(234),R=n(343),N=n(175),M=n(108),j=n(244),D=n(129),L=n(233),V=n(322),F=n(23),B=n(71),U=F.f,z=B.f,H=i.RangeError,q=i.TypeError,W=i.Uint8Array,$="ArrayBuffer",Y="Shared"+$,Z="BYTES_PER_ELEMENT",G="prototype",J=Array[G],K=c.ArrayBuffer,X=c.DataView,Q=A(0),tt=A(2),et=A(3),nt=A(4),rt=A(5),it=A(6),ot=P(!0),st=P(!1),at=N.values,ct=N.keys,ut=N.entries,lt=J.lastIndexOf,ht=J.reduce,pt=J.reduceRight,ft=J.join,_t=J.sort,dt=J.slice,gt=J.toString,mt=J.toLocaleString,yt=O("iterator"),vt=O("toStringTag"),bt=k("typed_constructor"),wt=k("def_constructor"),xt=a.CONSTR,Ct=a.TYPED,Et=a.VIEW,It="Wrong length!",St=A(1,function(t,e){return Rt(R(t,t[wt]),e)}),Tt=o(function(){return 1===new W(new Uint16Array([1]).buffer)[0]}),kt=!!W&&!!W[G].set&&o(function(){new W(1).set({})}),Ot=function(t,e){if(void 0===t)throw q(It);var n=+t,r=d(t);if(e&&!v(n,r))throw H(It);return r},At=function(t,e){var n=_(t);if(n<0||n%e)throw H("Wrong offset!");return n},Pt=function(t){if(w(t)&&Ct in t)return t;throw q(t+" is not a typed array!")},Rt=function(t,e){if(!(w(t)&&bt in t))throw q("It is not a typed array constructor!");return new t(e)},Nt=function(t,e){return Mt(R(t,t[wt]),e)},Mt=function(t,e){for(var n=0,r=e.length,i=Rt(t,r);r>n;)i[n]=e[n++];return i},jt=function(t,e,n){U(t,e,{get:function(){return this._d[n]}})},Dt=function(t){var e,n,r,i,o,s,a=x(t),c=arguments.length,l=c>1?arguments[1]:void 0,h=void 0!==l,p=T(a);if(void 0!=p&&!C(p)){for(s=p.call(a),r=[],e=0;!(o=s.next()).done;e++)r.push(o.value);a=r}for(h&&c>2&&(l=u(l,arguments[2],2)),e=0,n=d(a.length),i=Rt(this,n);n>e;e++)i[e]=h?l(a[e],e):a[e];return i},Lt=function(){for(var t=0,e=arguments.length,n=Rt(this,e);e>t;)n[t]=arguments[t++];return n},Vt=!!W&&o(function(){mt.call(new W(1))}),Ft=function(){return mt.apply(Vt?dt.call(Pt(this)):Pt(this),arguments)},Bt={copyWithin:function(t,e){return V.call(Pt(this),t,e,arguments.length>2?arguments[2]:void 0)},every:function(t){return nt(Pt(this),t,arguments.length>1?arguments[1]:void 0)},fill:function(t){return L.apply(Pt(this),arguments)},filter:function(t){return Nt(this,tt(Pt(this),t,arguments.length>1?arguments[1]:void 0))},find:function(t){return rt(Pt(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function(t){return it(Pt(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function(t){Q(Pt(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function(t){return st(Pt(this),t,arguments.length>1?arguments[1]:void 0)},includes:function(t){return ot(Pt(this),t,arguments.length>1?arguments[1]:void 0)},join:function(t){return ft.apply(Pt(this),arguments)},lastIndexOf:function(t){return lt.apply(Pt(this),arguments)},map:function(t){return St(Pt(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return ht.apply(Pt(this),arguments)},reduceRight:function(t){return pt.apply(Pt(this),arguments)},reverse:function(){for(var t,e=this,n=Pt(e).length,r=Math.floor(n/2),i=0;i1?arguments[1]:void 0)},sort:function(t){return _t.call(Pt(this),t)},subarray:function(t,e){var n=Pt(this),r=n.length,i=g(t,r);return new(R(n,n[wt]))(n.buffer,n.byteOffset+i*n.BYTES_PER_ELEMENT,d((void 0===e?r:g(e,r))-i))}},Ut=function(t,e){return Nt(this,dt.call(Pt(this),t,e))},zt=function(t){Pt(this);var e=At(arguments[1],1),n=this.length,r=x(t),i=d(r.length),o=0;if(i+e>n)throw H(It);for(;o255?255:255&r),i.v[_](n*e+i.o,r,Tt)},O=function(t,e){U(t,e,{get:function(){return T(this,e)},set:function(t){return k(this,e,t)},enumerable:!0})};v?(g=n(function(t,n,r,i){l(t,g,u,"_d");var o,s,a,c,h=0,f=0;if(w(n)){if(!(n instanceof K||(c=b(n))==$||c==Y))return Ct in n?Mt(g,n):Dt.call(g,n);o=n,f=At(r,e);var _=n.byteLength;if(void 0===i){if(_%e)throw H(It);if(s=_-f,s<0)throw H(It)}else if(s=d(i)*e,s+f>_)throw H(It);a=s/e}else a=Ot(n,!0),s=a*e,o=new K(s);for(p(t,"_d",{b:o,o:f,l:s,e:a,v:new X(o)});h=0?t.substr(e).toLowerCase():""},e.getHash=function(t){var e=t.indexOf("#");return e>=0?t.substr(e):"#"},e.stripHash=function(t){var e=t.indexOf("#");return e>=0&&(t=t.substr(0,e)),t},e.isHttp=function(t){var e=a.getProtocol(t);return"http"===e||"https"===e||void 0===e&&r.browser},e.isFileSystemPath=function(t){if(r.browser)return!1;var e=a.getProtocol(t);return void 0===e||"file"===e},e.fromFileSystemPath=function(t){for(var e=0;e1?new e(t,r):1===i?new o.ScalarObservable(t[0],r):new s.EmptyObservable(r)},e.dispatch=function(t){var e=t.array,n=t.index,r=t.count,i=t.subscriber;return n>=r?void i.complete():(i.next(e[n]),void(i.closed||(t.index=n+1,this.schedule(t))))},e.prototype._subscribe=function(t){var n=0,r=this.array,i=r.length,o=this.scheduler;if(o)return o.schedule(e.dispatch,0,{array:r,index:n,count:i,subscriber:t});for(var s=0;s=0?this._tasks.findIndex(function(n){return n.catIdx===t&&n.idx===e}):this._tasks.findIndex(function(e){return e.catIdx===t}),r+=1):this.sortTasks(t,e),this.allSync&&(r=this._tasks.length);for(var i=this._current;i599)throw new Error("invalid HTTP code");var e="success";return t>=300&&t<400?e="redirect":t>=400?e="error":t<200&&(e="info"),e}function a(t,e){for(var n=Object.keys(e),r=-1,i=n.length;++r0||function(t){return"[object SafariRemoteNotification]"===t.toString()}(!window.safari||safari.pushNotification)},function(t,e,n){"use strict";var r=n(2),i=n(118),o=n(80),s=n(79),a=n(319),c=n(317),u=function(){function t(t){this.message=t}return t}(),l=function(t){function e(e,n){t.call(this,"Invalid argument '"+n+"' for pipe '"+o.stringify(e)+"'")}return __extends(e,t),e}(u),h=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if("object"!=typeof e)throw new l(t,e);return Object.keys(e)},t=__decorate([r.Pipe({name:"keys"}),__metadata("design:paramtypes",[])],t)}();e.KeysPipe=h;var p=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if(!o.isString(e))throw new l(t,e);return s.default.escape(e)},t=__decorate([r.Pipe({name:"jsonPointerEscape"}),__metadata("design:paramtypes",[])],t)}();e.JsonPointerEscapePipe=p;var f=function(){function t(t){this.sanitizer=t,this.renderer=new a.MdRenderer(!0)}return t.prototype.transform=function(t){if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);return this.sanitizer.bypassSecurityTrustHtml(''+this.renderer.renderMd(t)+"")},t=__decorate([r.Pipe({name:"marked"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.MarkedPipe=f;var _=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t){if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);return this.sanitizer.bypassSecurityTrustHtml(t)},t=__decorate([r.Pipe({name:"safe"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.SafePipe=_;var d={"c++":"cpp","c#":"csharp","objective-c":"objectivec",shell:"bash",viml:"vim"},g=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t,e){if(o.isBlank(e)||0===e.length)throw new u("Prism pipe requires one argument");if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);var n=e[0].toString().trim().toLowerCase();d[n]&&(n=d[n]);var r=Prism.languages[n];return r||(r=Prism.languages.clike),this.sanitizer.bypassSecurityTrustHtml(Prism.highlight(t,r))},t=__decorate([r.Pipe({name:"prism"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.PrismPipe=g;var m=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if(!o.isString(e))throw new l(t,e);return encodeURIComponent(e)},t=__decorate([r.Pipe({name:"encodeURIComponent"}),__metadata("design:paramtypes",[])],t)}();e.EncodeURIComponentPipe=m;var y={csv:"Comma Separated",ssv:"Space Separated",tsv:"Tab Separated",pipes:"Pipe Separated"},v=function(){function t(){}return t.prototype.transform=function(t){var e=t.collectionFormat;return e||(e="csv"),"multi"===e?"Multiple "+t.in+" params of":y[e]},t=__decorate([r.Pipe({name:"collectionFormat"}),__metadata("design:paramtypes",[])],t)}();e.CollectionFormatPipe=v,e.REDOC_PIPES=[p,f,_,g,m,c.JsonFormatter,h,v]},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var r=n(97)("meta"),i=n(11),o=n(41),s=n(23).f,a=0,c=Object.isExtensible||function(){return!0},u=!n(10)(function(){return c(Object.preventExtensions({}))}),l=function(t){s(t,r,{value:{i:"O"+ ++a,w:{}}})},h=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,r)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[r].i},p=function(t,e){if(!o(t,r)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[r].w},f=function(t){return u&&_.NEED&&c(t)&&!o(t,r)&&l(t),t},_=t.exports={KEY:r,NEED:!1,fastKey:h,getWeak:p,onFreeze:f}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(11);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){"use strict";t.exports="function"==typeof Promise?Promise:n(677).Promise},function(t,e,n){"use strict";function r(e){return function(n,r,a,c){var u,l=t.exports.formatter;"string"==typeof n?(u=l.apply(null,arguments),n=r=void 0):u="string"==typeof r?l.apply(null,f.call(arguments,1)):l.apply(null,f.call(arguments,2)),n instanceof Error||(r=n,n=void 0),n&&(u+=(u?" \n":"")+n.message);var h=new e(u);return i(h,n),o(h),s(h,r),h}}function i(t,e){e&&(u(t,e),s(t,e,!0))}function o(t){t.toJSON=a,t.inspect=c}function s(t,e,n){if(e&&"object"==typeof e)for(var r=Object.keys(e),i=0;i=0))try{t[o]=e[o]}catch(t){}}}function a(){var t={},e=Object.keys(this);e=e.concat(_);for(var n=0;n";for(e.style.display="none",n(329).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(i+"script"+s+"document.F=Object"+i+"/script"+s),t.close(),u=t.F;r--;)delete u[c][o[r]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(a[c]=r(t),n=new a,a[c]=null,n[s]=t):n=u(),void 0===e?n:i(n,e)}},function(t,e,n){var r=n(339),i=n(236).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){var r=n(85),i=Math.max,o=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):o(t,e)}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e,n){"use strict";var r=n(235),i={};i[n(19)("toStringTag")]="z",i+""!="[object z]"&&n(48)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(t,e){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(t){return"function"==typeof t}function i(t){return"number"==typeof t}function o(t){return"object"==typeof t&&null!==t}function s(t){return void 0===t}t.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(t){if(!i(t)||t<0||isNaN(t))throw TypeError("n must be a positive number");return this._maxListeners=t,this},n.prototype.emit=function(t){var e,n,i,a,c,u;if(this._events||(this._events={}),"error"===t&&(!this._events.error||o(this._events.error)&&!this._events.error.length)){if(e=arguments[1],e instanceof Error)throw e;var l=new Error('Uncaught, unspecified "error" event. ('+e+")");throw l.context=e,l}if(n=this._events[t],s(n))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:a=Array.prototype.slice.call(arguments,1),n.apply(this,a)}else if(o(n))for(a=Array.prototype.slice.call(arguments,1),u=n.slice(),i=u.length,c=0;c0&&this._events[t].length>i&&(this._events[t].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[t].length),"function"==typeof console.trace&&console.trace())),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(t,e){function n(){this.removeListener(t,n),i||(i=!0,e.apply(this,arguments))}if(!r(e))throw TypeError("listener must be a function");var i=!1;return n.listener=e,this.on(t,n),this},n.prototype.removeListener=function(t,e){var n,i,s,a;if(!r(e))throw TypeError("listener must be a function");if(!this._events||!this._events[t])return this;if(n=this._events[t],s=n.length,i=-1,n===e||r(n.listener)&&n.listener===e)delete this._events[t],this._events.removeListener&&this.emit("removeListener",t,e);else if(o(n)){for(a=s;a-- >0;)if(n[a]===e||n[a].listener&&n[a].listener===e){i=a;break}if(i<0)return this;1===n.length?(n.length=0,delete this._events[t]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",t,e)}return this},n.prototype.removeAllListeners=function(t){var e,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[t]&&delete this._events[t],this;if(0===arguments.length){for(e in this._events)"removeListener"!==e&&this.removeAllListeners(e);return this.removeAllListeners("removeListener"),this._events={},this}if(n=this._events[t],r(n))this.removeListener(t,n);else if(n)for(;n.length;)this.removeListener(t,n[n.length-1]);return delete this._events[t],this},n.prototype.listeners=function(t){var e;return e=this._events&&this._events[t]?r(this._events[t])?[this._events[t]]:this._events[t].slice():[]},n.prototype.listenerCount=function(t){if(this._events){var e=this._events[t];if(r(e))return 1;if(e)return e.length}return 0},n.listenerCount=function(t,e){return t.listenerCount(e)}},function(t,e,n){"use strict";var r=n(674);t.exports=r("json-schema-ref-parser")},function(t,e,n){"use strict";function r(t){return this instanceof r?(u.call(this,t),l.call(this,t),t&&t.readable===!1&&(this.readable=!1),t&&t.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0, +t&&t.allowHalfOpen===!1&&(this.allowHalfOpen=!1),void this.once("end",i)):new r(t)}function i(){this.allowHalfOpen||this._writableState.ended||a(o,this)}function o(t){t.end()}var s=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e};t.exports=r;var a=n(112),c=n(65);c.inherits=n(42);var u=n(361),l=n(257);c.inherits(r,u);for(var h=s(l.prototype),p=0;p0},t.hasAttribute=function(t,e){return t.hasAttribute(e)},t.getAttribute=function(t,e){return t.getAttribute(e)},t.setAttribute=function(t,e,n){t.setAttribute(e,n)},t.removeAttribute=function(t,e){t.removeAttribute(e)},t.getLocation=function(){return window.location},t.defaultDoc=function(){return document},t}();e.BrowserDomAdapter=n},function(t,e,n){"use strict";var r=n(75),i=n(9),o=n(8),s=function(){function t(t,e,n,o){this.changed=!1,this.context=new r.NgClass(t,e,n,o),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED}return t.prototype.check_klass=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.klass=t,this._expr_0=t)},t.prototype.check_ngClass=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.ngClass=t,this._expr_1=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||this.context.ngDoCheck(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgClass=s},function(t,e){t.exports={}},function(t,e,n){var r=n(339),i=n(236);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e){"use strict";function n(t){return"undefined"==typeof t||null===t}function r(t){return"object"==typeof t&&null!==t}function i(t){return Array.isArray(t)?t:n(t)?[]:[t]}function o(t,e){var n,r,i,o;if(e)for(o=Object.keys(e),n=0,r=o.length;n-1?r:n.getPluralCategory(t)}function i(t,e){"string"==typeof e&&(e=parseInt(e,10));var n=e,r=n.toString().replace(/^[^.]*\.?/,""),i=Math.floor(Math.abs(n)),o=r.length,a=parseInt(r,10),c=parseInt(n.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0,u=t.split("-")[0].toLowerCase();switch(u){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===n?s.One:s.Other;case"agq":case"bas":case"cu":case"dav":case"dje":case"dua":case"dyo":case"ebu":case"ewo":case"guz":case"kam":case"khq":case"ki":case"kln":case"kok":case"ksf":case"lrc":case"lu":case"luo":case"luy":case"mer":case"mfe":case"mgh":case"mua":case"mzn":case"nmg":case"nus":case"qu":case"rn":case"rw":case"sbp":case"twq":case"vai":case"yav":case"yue":case"zgh":case"ak":case"ln":case"mg":case"pa":case"ti":return n===Math.floor(n)&&n>=0&&n<=1?s.One:s.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===i||1===n?s.One:s.Other;case"ar":return 0===n?s.Zero:1===n?s.One:2===n?s.Two:n%100===Math.floor(n%100)&&n%100>=3&&n%100<=10?s.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=99?s.Many:s.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===i&&0===o?s.One:s.Other;case"be":return n%10===1&&n%100!==11?s.One:n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)?s.Few:n%10===0||n%10===Math.floor(n%10)&&n%10>=5&&n%10<=9||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=14?s.Many:s.Other;case"br":return n%10===1&&n%100!==11&&n%100!==71&&n%100!==91?s.One:n%10===2&&n%100!==12&&n%100!==72&&n%100!==92?s.Two:n%10===Math.floor(n%10)&&(n%10>=3&&n%10<=4||n%10===9)&&!(n%100>=10&&n%100<=19||n%100>=70&&n%100<=79||n%100>=90&&n%100<=99)?s.Few:0!==n&&n%1e6===0?s.Many:s.Other;case"bs":case"hr":case"sr":return 0===o&&i%10===1&&i%100!==11||a%10===1&&a%100!==11?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?s.Few:s.Other;case"cs":case"sk":return 1===i&&0===o?s.One:i===Math.floor(i)&&i>=2&&i<=4&&0===o?s.Few:0!==o?s.Many:s.Other;case"cy":return 0===n?s.Zero:1===n?s.One:2===n?s.Two:3===n?s.Few:6===n?s.Many:s.Other;case"da":return 1===n||0!==c&&(0===i||1===i)?s.One:s.Other;case"dsb":case"hsb":return 0===o&&i%100===1||a%100===1?s.One:0===o&&i%100===2||a%100===2?s.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?s.Few:s.Other;case"ff":case"fr":case"hy":case"kab":return 0===i||1===i?s.One:s.Other;case"fil":return 0===o&&(1===i||2===i||3===i)||0===o&&i%10!==4&&i%10!==6&&i%10!==9||0!==o&&a%10!==4&&a%10!==6&&a%10!==9?s.One:s.Other;case"ga":return 1===n?s.One:2===n?s.Two:n===Math.floor(n)&&n>=3&&n<=6?s.Few:n===Math.floor(n)&&n>=7&&n<=10?s.Many:s.Other;case"gd":return 1===n||11===n?s.One:2===n||12===n?s.Two:n===Math.floor(n)&&(n>=3&&n<=10||n>=13&&n<=19)?s.Few:s.Other;case"gv":return 0===o&&i%10===1?s.One:0===o&&i%10===2?s.Two:0!==o||i%100!==0&&i%100!==20&&i%100!==40&&i%100!==60&&i%100!==80?0!==o?s.Many:s.Other:s.Few;case"he":return 1===i&&0===o?s.One:2===i&&0===o?s.Two:0!==o||n>=0&&n<=10||n%10!==0?s.Other:s.Many;case"is":return 0===c&&i%10===1&&i%100!==11||0!==c?s.One:s.Other;case"ksh":return 0===n?s.Zero:1===n?s.One:s.Other;case"kw":case"naq":case"se":case"smn":return 1===n?s.One:2===n?s.Two:s.Other;case"lag":return 0===n?s.Zero:0!==i&&1!==i||0===n?s.Other:s.One;case"lt":return n%10!==1||n%100>=11&&n%100<=19?n%10===Math.floor(n%10)&&n%10>=2&&n%10<=9&&!(n%100>=11&&n%100<=19)?s.Few:0!==a?s.Many:s.Other:s.One;case"lv":case"prg":return n%10===0||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19||2===o&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?s.Zero:n%10===1&&n%100!==11||2===o&&a%10===1&&a%100!==11||2!==o&&a%10===1?s.One:s.Other;case"mk":return 0===o&&i%10===1||a%10===1?s.One:s.Other;case"mt":return 1===n?s.One:0===n||n%100===Math.floor(n%100)&&n%100>=2&&n%100<=10?s.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?s.Many:s.Other;case"pl":return 1===i&&0===o?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?s.Few:0===o&&1!==i&&i%10===Math.floor(i%10)&&i%10>=0&&i%10<=1||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=12&&i%100<=14?s.Many:s.Other;case"pt":return n===Math.floor(n)&&n>=0&&n<=2&&2!==n?s.One:s.Other;case"ro":return 1===i&&0===o?s.One:0!==o||0===n||1!==n&&n%100===Math.floor(n%100)&&n%100>=1&&n%100<=19?s.Few:s.Other;case"ru":case"uk":return 0===o&&i%10===1&&i%100!==11?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?s.Few:0===o&&i%10===0||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=11&&i%100<=14?s.Many:s.Other;case"shi":return 0===i||1===n?s.One:n===Math.floor(n)&&n>=2&&n<=10?s.Few:s.Other;case"si":return 0===n||1===n||0===i&&1===a?s.One:s.Other;case"sl":return 0===o&&i%100===1?s.One:0===o&&i%100===2?s.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||0!==o?s.Few:s.Other;case"tzm":return n===Math.floor(n)&&n>=0&&n<=1||n===Math.floor(n)&&n>=11&&n<=99?s.One:s.Other;default:return s.Other}}var o=n(2);n.d(e,"NgLocalization",function(){return c}),e.getPluralCategory=r,n.d(e,"NgLocaleLocalization",function(){return u}),n.d(e,"Plural",function(){return s}),e.getPluralCase=i;var s,a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=function(){function t(){}return t}(),u=function(t){function e(e){t.call(this),this._locale=e}return a(e,t),e.prototype.getPluralCategory=function(t){var e=i(this._locale,t);switch(e){case s.Zero:return"zero";case s.One:return"one";case s.Two:return"two";case s.Few:return"few";case s.Many:return"many";default:return"other"}},e.decorators=[{type:o.Injectable}],e.ctorParameters=[{type:void 0,decorators:[{type:o.Inject,args:[o.LOCALE_ID]}]}],e}(c);!function(t){t[t.Zero=0]="Zero",t[t.One=1]="One",t[t.Two=2]="Two",t[t.Few=3]="Few",t[t.Many=4]="Many",t[t.Other=5]="Other"}(s||(s={}))},function(t,e,n){"use strict";function r(){return""+i()+i()+i()}function i(){return String.fromCharCode(97+Math.floor(25*Math.random()))}var o=n(54);n.d(e,"APP_ID",function(){return s}),e._appIdRandomProviderFactory=r,n.d(e,"APP_ID_RANDOM_PROVIDER",function(){return a}),n.d(e,"PLATFORM_INITIALIZER",function(){return c}),n.d(e,"APP_BOOTSTRAP_LISTENER",function(){return u}),n.d(e,"PACKAGE_ROOT_URL",function(){return l});var s=new o.a("AppId"),a={provide:s,useFactory:r,deps:[]},c=new o.a("Platform Initializer"),u=new o.a("appBootstrapListener"),l=new o.a("Application Packages Root URL")},function(t,e,n){"use strict";var r=n(446);n.d(e,"BrowserModule",function(){return r.a}),n.d(e,"platformBrowser",function(){return r.b}),n.d(e,"Title",function(){return r.c}),n.d(e,"disableDebugTools",function(){return r.d}),n.d(e,"enableDebugTools",function(){return r.e}),n.d(e,"AnimationDriver",function(){return r.f}),n.d(e,"By",function(){return r.g}),n.d(e,"NgProbeToken",function(){return r.h}),n.d(e,"DOCUMENT",function(){return r.i}),n.d(e,"EVENT_MANAGER_PLUGINS",function(){return r.j}),n.d(e,"EventManager",function(){return r.k}),n.d(e,"HAMMER_GESTURE_CONFIG",function(){return r.l}),n.d(e,"HammerGestureConfig",function(){return r.m}),n.d(e,"DomSanitizer",function(){return r.n}),n.d(e,"__platform_browser_private__",function(){return r.o})},function(t,e,n){"use strict";var r=n(2);n.d(e,"DOCUMENT",function(){return i});var i=new r.OpaqueToken("DocumentToken")},function(t,e,n){"use strict";var r=n(2),i=n(217),o=n(35),s=n(21),a={},c=function(){function t(t,e,n,r,i,o){this.specMgr=t,this.location=e,this.elementRef=n,this.resolver=r,this.optionsService=i,this._renderer=o,this.final=!1,this.disableLazy=!1,this.loaded=!1,this.disableLazy=this.optionsService.options.disableLazySchemas}return t.prototype.normalizePointer=function(){var t=this.specMgr.byPointer(this.pointer);return t&&t.$ref||this.pointer},t.prototype._loadAfterSelf=function(){var t=this.resolver.resolveComponentFactory(i.JsonSchema),e=this.location.parentInjector,n=this.location.createComponent(t,null,e,null);return this.projectComponentInputs(n.instance),this._renderer.setElementAttribute(n.location.nativeElement,"class",this.location.element.nativeElement.className),n.changeDetectorRef.detectChanges(),this.loaded=!0,n},t.prototype.load=function(){this.disableLazy||this.loaded||this.pointer&&this._loadAfterSelf()},t.prototype.loadCached=function(){if(this.pointer=this.normalizePointer(),a[this.pointer]){var t=a[this.pointer];t.location.nativeElement;if(!this.disableLazy&&(t.instance.hasDescendants||t.instance._hasSubSchemas))return void this._loadAfterSelf();this.loaded=!0}else a[this.pointer]=this._loadAfterSelf()},t.prototype.projectComponentInputs=function(t){Object.assign(t,this)},t.prototype.ngAfterViewInit=function(){(this.auto||this.disableLazy)&&this.loadCached()},t.prototype.ngOnDestroy=function(){a={}},__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"auto",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"isRequestSchema",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"final",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"nestOdd",void 0),__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"childFor",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"isArray",void 0),t=__decorate([r.Component({selector:"json-schema-lazy",entryComponents:[i.JsonSchema],template:"",styles:[":host { display:none }"]}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof s.SpecManager&&s.SpecManager)&&e||Object,"function"==typeof(n="undefined"!=typeof r.ViewContainerRef&&r.ViewContainerRef)&&n||Object,"function"==typeof(c="undefined"!=typeof r.ElementRef&&r.ElementRef)&&c||Object,"function"==typeof(u="undefined"!=typeof r.ComponentFactoryResolver&&r.ComponentFactoryResolver)&&u||Object,"function"==typeof(l="undefined"!=typeof o.OptionsService&&o.OptionsService)&&l||Object,"function"==typeof(h="undefined"!=typeof r.Renderer&&r.Renderer)&&h||Object])],t);var e,n,c,u,l,h}();e.JsonSchemaLazy=c},function(t,e,n){"use strict";var r=n(2);e.COMPONENT_PARSER_ALLOWED="COMPONENT_PARSER_ALLOWED";var i="^\\s*\\s*$",o=function(){function t(t,e){this.resolver=t,this.allowedComponents=e}return t.contains=function(t,e){var n=new RegExp(i.replace("{component}","<"+e+".*>"),"mi");return n.test(t)},t.build=function(t){return""},t.prototype.setRenderer=function(t){this.renderer=t},t.prototype.splitIntoNodesOrComponents=function(t,e){for(var n,r=[],o=new RegExp(i.replace("{component}","(.*?)"),"gmi");n=o.exec(t);)r.push(n[1]);for(var s=new RegExp(i.replace("{component}",".*?"),"mi"),a=t.split(s),c=[],u=0;u/.exec(t);if(e.length<=1)return{componentType:null,options:null};var n=e[1],r=this.allowedComponents[n],i={};return{componentType:r,options:i}},t=__decorate([r.Injectable(),__param(1,r.Inject(e.COMPONENT_PARSER_ALLOWED)),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof r.ComponentFactoryResolver&&r.ComponentFactoryResolver)&&n||Object,Object])],t);var n}();e.ComponentParser=o},function(t,e,n){"use strict";var r=n(2),i=n(138),o=n(102),s=function(){function t(t){this.location=t,this.value=new o.BehaviorSubject(null),this.bind()}return t.prototype.start=function(){this.value.next(this.hash)},Object.defineProperty(t.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),t.prototype.bind=function(){var t=this;this.location.onHashChange(function(){t.value.next(t.hash)})},t=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.PlatformLocation&&i.PlatformLocation)&&e||Object])],t);var e}();e.Hash=s},function(t,e,n){"use strict";var r,i=n(79),o=n(486),s=n(163),a=n(391),c={notype:{check:function(t){return!t.type},inject:function(t,e,n){if(t.type=u.detectType(e),e.type=t.type,t.type){var r='No "type" specified at "'+n+'". Automatically detected: "'+t.type+'"';s.WarningsService.warn(r)}}},general:{check:function(){return!0},inject:function(t,e,n){t._pointer=e._pointer||n,t._displayType=e.type,e.format&&(t._displayFormat="<"+e.format+">"),e.enum&&(t.enum=e.enum.map(function(t){return{val:t,type:typeof t}}),e.enum&&1===e.enum.length&&(t._enumItem=e.enum[0],t.enum=null))}},discriminator:{check:function(t){return t.discriminator||t["x-extendedDiscriminator"]},inject:function(t,e,n){void 0===e&&(e=t),t.discriminator=e.discriminator,t["x-extendedDiscriminator"]=e["x-extendedDiscriminator"]}},simpleArray:{check:function(t){return"array"===t.type&&!Array.isArray(t.items)},inject:function(t,e,n){void 0===e&&(e=t),"object"!==u.detectType(e.items)?(t._isArray=!0,t._pointer=e.items._pointer||i.JsonPointer.join(e._pointer||n,["items"]),u.runInjectors(t,e.items,n)):c.object.inject(t,e.items),t._widgetType="array"}},tuple:{check:function(t){return"array"===t.type&&Array.isArray(t.items)},inject:function(t,e,n){void 0===e&&(e=t),t._isTuple=!0,t._displayType="";for(var r=i.JsonPointer.join(e._pointer||n,["items"]),o=0;o",t._displayTypeHint="This field may contain data of any type",t.isTrivial=!0,t._widgetType="trivial",t._pointer=void 0}},simpleType:{check:function(t){return"object"===t.type?!(t.properties&&Object.keys(t.properties).length||"object"==typeof t.additionalProperties):"array"!==t.type&&t.type},inject:function(t,e){void 0===e&&(e=t),t.isTrivial=!0,t._pointer&&(t._pointer=void 0,t._displayType=e.title?e.title+" ("+e.type+")":e.type),t._widgetType="trivial"}},integer:{check:function(t){return"integer"===t.type||"number"===t.type},inject:function(t,e){void 0===e&&(e=t);var n="";void 0!=e.minimum&&void 0!=e.maximum?(n+=e.exclusiveMinimum?"( ":"[ ",n+=e.minimum,n+=" .. ",n+=e.maximum,n+=e.exclusiveMaximum?" )":" ]"):void 0!=e.maximum?(n+=e.exclusiveMaximum?"< ":"<= ",n+=e.maximum):void 0!=e.minimum&&(n+=e.exclusiveMinimum?"> ":">= ",n+=e.minimum),n&&(t._range=n)}},string:{check:function(t){return"string"===t.type},inject:function(t,e){void 0===e&&(e=t);var n;void 0!=e.minLength&&void 0!=e.maxLength?n="[ "+e.minLength+" .. "+e.maxLength+" ]":void 0!=e.maxLength?n="<= "+e.maxLength:void 0!=e.minLength&&(n=">= "+e.minLength),n&&(t._range=n+" characters")}},file:{check:function(t){return"file"===t.type},inject:function(t,e,n,o){void 0===e&&(e=t),t.isFile=!0;var s;s="formData"===e.in?i.JsonPointer.dirName(o,1):i.JsonPointer.dirName(o,3); +var a=r.byPointer(s),c=r.schema;t._produces=a&&a.produces||c.produces,t._consumes=a&&a.consumes||c.consumes,t._widgetType="file"}}},u=function(){function t(){}return t.setSpecManager=function(t){r=t},t.preprocess=function(e,n,r){return e["x-redoc-schema-precompiled"]?e:(t.runInjectors(e,e,n,r),e["x-redoc-schema-precompiled"]=!0,e)},t.runInjectors=function(t,e,n,r){for(var i=0,o=Object.keys(c);i"},t.detectType=function(t){if(t.type)return t.type;for(var e=Object.keys(o.keywordTypes),n=0;n0},r.isExternal$Ref=function(t){return r.is$Ref(t)&&"#"!==t.$ref[0]},r.isAllowed$Ref=function(t,e){if(r.is$Ref(t)&&("#"===t.$ref[0]||!e||e.resolve.external))return!0},r.isExtended$Ref=function(t){return r.is$Ref(t)&&Object.keys(t).length>1},r.dereference=function(t,e){if(e&&"object"==typeof e&&r.isExtended$Ref(t)){var n={};return Object.keys(t).forEach(function(e){"$ref"!==e&&(n[e]=t[e])}),Object.keys(e).forEach(function(t){t in n||(n[t]=e[t])}),n}return e}},function(t,e){"use strict";function n(t,e){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||"",this.name="YAMLException",this.reason=t,this.mark=e,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():"")}n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n.prototype.toString=function(t){var e=this.name+": ";return e+=this.reason||"(unknown reason)",!t&&this.mark&&(e+=" "+this.mark.toString()),e},t.exports=n},function(t,e,n){"use strict";var r=n(111);t.exports=new r({include:[n(358)],implicit:[n(698),n(691)],explicit:[n(683),n(693),n(694),n(696)]})},function(t,e,n){"use strict";var r=n(0),i=function(){function t(t,e,n){this.kind=t,this.value=e,this.exception=n,this.hasValue="N"===t}return t.prototype.observe=function(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.exception);case"C":return t.complete&&t.complete()}},t.prototype.do=function(t,e,n){var r=this.kind;switch(r){case"N":return t&&t(this.value);case"E":return e&&e(this.exception);case"C":return n&&n()}},t.prototype.accept=function(t,e,n){return t&&"function"==typeof t.next?this.observe(t):this.do(t,e,n)},t.prototype.toObservable=function(){var t=this.kind;switch(t){case"N":return r.Observable.of(this.value);case"E":return r.Observable.throw(this.exception);case"C":return r.Observable.empty()}throw new Error("unexpected notification kind value")},t.createNext=function(e){return"undefined"!=typeof e?new t("N",e):this.undefinedValueNotification},t.createError=function(e){return new t("E",void 0,e)},t.createComplete=function(){return this.completeNotification},t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t}();e.Notification=i},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(37),o=n(1042),s=function(t){function e(e,n){t.call(this,e,n),this.scheduler=e,this.work=n,this.pending=!1}return r(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t,this.pending=!0;var n=this.id,r=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(r,n,e)),this.delay=e,this.id=this.id||this.requestAsyncId(r,this.id,e),this},e.prototype.requestAsyncId=function(t,e,n){return void 0===n&&(n=0),i.root.setInterval(t.flush.bind(t,this),n)},e.prototype.recycleAsyncId=function(t,e,n){return void 0===n&&(n=0),null!==n&&this.delay===n?e:i.root.clearInterval(e)&&void 0||void 0},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var n=this._execute(t,e);return n?n:void(this.pending===!1&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null)))},e.prototype._execute=function(t,e){var n=!1,r=void 0;try{this.work(t)}catch(t){n=!0,r=!!t&&t||new Error(t)}if(n)return this.unsubscribe(),r},e.prototype._unsubscribe=function(){var t=this.id,e=this.scheduler,n=e.actions,r=n.indexOf(this);this.work=null,this.delay=null,this.state=null,this.pending=!1,this.scheduler=null,r!==-1&&n.splice(r,1),null!=t&&(this.id=this.recycleAsyncId(e,t,null))},e}(o.Action);e.AsyncAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(785),o=function(t){function e(){t.apply(this,arguments),this.actions=[],this.active=!1,this.scheduled=void 0}return r(e,t),e.prototype.flush=function(t){var e=this.actions;if(this.active)return void e.push(t);var n;this.active=!0;do if(n=t.execute(t.state,t.delay))break;while(t=e.shift());if(this.active=!1,n){for(;t=e.shift();)t.unsubscribe();throw n}},e}(i.Scheduler);e.AsyncScheduler=o},function(t,e,n){"use strict";var r=n(37),i=r.root.Symbol;if("function"==typeof i)i.iterator?e.$$iterator=i.iterator:"function"==typeof i.for&&(e.$$iterator=i.for("iterator"));else if(r.root.Set&&"function"==typeof(new r.root.Set)["@@iterator"])e.$$iterator="@@iterator";else if(r.root.Map)for(var o=Object.getOwnPropertyNames(r.root.Map.prototype),s=0;s0)t.bootstrapFactories.forEach(function(t){return e.bootstrap(t)});else{if(!t.instance.ngDoBootstrap)throw new Error("The module "+n.i(_.b)(t.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');t.instance.ngDoBootstrap(e)}},e.decorators=[{type:v.b}],e.ctorParameters=[{type:v.g}],e}(A),R=function(){function t(){}return Object.defineProperty(t.prototype,"componentTypes",{get:function(){return n.i(f.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"components",{get:function(){return n.i(f.a)()},enumerable:!0,configurable:!0}),t}(),N=function(t){function e(e,n,r,o,s,a,c,u){var l=this;t.call(this),this._zone=e,this._console=n,this._injector=r,this._exceptionHandler=o,this._componentFactoryResolver=s,this._initStatus=a,this._testabilityRegistry=c,this._testability=u,this._bootstrapListeners=[],this._rootComponents=[],this._rootComponentTypes=[],this._changeDetectorRefs=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._enforceNoNewChanges=i(),this._zone.onMicrotaskEmpty.subscribe({next:function(){l._zone.run(function(){l.tick()})}})}return T(e,t),e.prototype.registerChangeDetector=function(t){this._changeDetectorRefs.push(t)},e.prototype.unregisterChangeDetector=function(t){p.e.remove(this._changeDetectorRefs,t)},e.prototype.bootstrap=function(t){var e=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");var n;n=t instanceof w.ComponentFactory?t:this._componentFactoryResolver.resolveComponentFactory(t),this._rootComponentTypes.push(n.componentType);var r=n.create(this._injector,[],n.selector);r.onDestroy(function(){e._unloadComponent(r)});var o=r.injector.get(E.Testability,null);return o&&r.injector.get(E.TestabilityRegistry).registerApplication(r.location.nativeElement,o),this._loadComponent(r),i()&&this._console.log("Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode."),r},e.prototype._loadComponent=function(t){this._changeDetectorRefs.push(t.changeDetectorRef),this.tick(),this._rootComponents.push(t);var e=this._injector.get(m.APP_BOOTSTRAP_LISTENER,[]).concat(this._bootstrapListeners);e.forEach(function(e){return e(t)})},e.prototype._unloadComponent=function(t){this._rootComponents.indexOf(t)!=-1&&(this.unregisterChangeDetector(t.changeDetectorRef),p.e.remove(this._rootComponents,t))},e.prototype.tick=function(){if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var t=e._tickScope();try{this._runningTick=!0,this._changeDetectorRefs.forEach(function(t){return t.detectChanges()}),this._enforceNoNewChanges&&this._changeDetectorRefs.forEach(function(t){return t.checkNoChanges()})}finally{this._runningTick=!1,n.i(C.b)(t)}},e.prototype.ngOnDestroy=function(){this._rootComponents.slice().forEach(function(t){return t.destroy()})},Object.defineProperty(e.prototype,"componentTypes",{get:function(){return this._rootComponentTypes},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"components",{get:function(){return this._rootComponents},enumerable:!0,configurable:!0}),e._tickScope=n.i(C.a)("ApplicationRef#tick()"),e.decorators=[{type:v.b}],e.ctorParameters=[{type:I.NgZone},{type:y.Console},{type:v.g},{type:h.ErrorHandler},{type:x.ComponentFactoryResolver},{type:g.ApplicationInitStatus},{type:E.TestabilityRegistry,decorators:[{type:v.d}]},{type:E.Testability,decorators:[{type:v.d}]}],e}(R)},function(t,e,n){"use strict";function r(t,e){return n.i(i.b)(t)&&n.i(i.b)(e)?n.i(i.d)(t,e,r):!(n.i(i.b)(t)||n.i(o.k)(t)||n.i(i.b)(e)||n.i(o.k)(e))||n.i(o.i)(t,e)}var i=n(67),o=n(6);n.d(e,"a",function(){return s}),e.b=r,n.d(e,"e",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u}),n.d(e,"f",function(){return o.i});var s={toString:function(){return"CD_INIT_VALUE"}},a=function(){function t(t){this.wrapped=t}return t.wrap=function(e){return new t(e)},t}(),c=function(){function t(){this.hasWrappedValue=!1}return t.prototype.unwrap=function(t){return t instanceof a?(this.hasWrappedValue=!0,t.wrapped):t},t.prototype.reset=function(){this.hasWrappedValue=!1},t}(),u=function(){function t(t,e){this.previousValue=t,this.currentValue=e}return t.prototype.isFirstChange=function(){return this.previousValue===s},t}()},function(t,e,n){"use strict";function r(t){return n.i(i.c)(t)||t===o.Default}var i=n(6);n.d(e,"a",function(){return o}),n.d(e,"b",function(){return s}),e.c=r;var o;!function(t){t[t.OnPush=0]="OnPush",t[t.Default=1]="Default"}(o||(o={}));var s;!function(t){t[t.CheckOnce=0]="CheckOnce",t[t.Checked=1]="Checked",t[t.CheckAlways=2]="CheckAlways",t[t.Detached=3]="Detached",t[t.Errored=4]="Errored",t[t.Destroyed=5]="Destroyed"}(s||(s={}))},function(t,e,n){"use strict";var r=n(54),i=n(6);n.d(e,"Console",function(){return o});var o=function(){function t(){}return t.prototype.log=function(t){n.i(i.g)(t)},t.prototype.warn=function(t){n.i(i.h)(t)},t.decorators=[{type:r.b}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(50),i=n(6);n.d(e,"a",function(){return s}),n.d(e,"b",function(){return c});var o=new Object,s=o,a=function(){function t(){}return t.prototype.get=function(t,e){if(void 0===e&&(e=o),e===o)throw new Error("No provider for "+n.i(i.b)(t)+"!");return e},t}(),c=function(){function t(){}return t.prototype.get=function(t,e){return n.i(r.a)()},t.THROW_IF_NOT_FOUND=o,t.NULL=new a,t}()},function(t,e,n){"use strict";var r=n(104);n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"d",function(){return a}),n.d(e,"f",function(){return c}),n.d(e,"e",function(){return u});var i=n.i(r.a)("Inject",[["token",void 0]]),o=n.i(r.a)("Optional",[]),s=n.i(r.a)("Injectable",[]),a=n.i(r.a)("Self",[]),c=n.i(r.a)("SkipSelf",[]),u=n.i(r.a)("Host",[])},function(t,e,n){"use strict";function r(t,e){return null}var i=n(433);n.d(e,"a",function(){return s}),n.d(e,"b",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u});var o=n.i(i.a)(),s=o?i.b:function(t,e){return r},a=o?i.c:function(t,e){return e},c=o?i.d:function(t,e){return null},u=o?i.e:function(t){return null}},function(t,e,n){"use strict";var r=n(50);n.d(e,"RenderComponentType",function(){return i}),n.d(e,"RenderDebugInfo",function(){return o}),n.d(e,"Renderer",function(){return s}),n.d(e,"RootRenderer",function(){return a});var i=function(){function t(t,e,n,r,i,o){this.id=t,this.templateUrl=e,this.slotCount=n,this.encapsulation=r,this.styles=i,this.animations=o}return t}(),o=function(){function t(){}return Object.defineProperty(t.prototype,"injector",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"component",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"source",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),t}(),s=function(){function t(){}return t}(),a=function(){function t(){}return t}()},function(t,e,n){"use strict";function r(t){h=t}var i=n(54),o=n(67),s=n(6),a=n(105);n.d(e,"Testability",function(){return c}),n.d(e,"TestabilityRegistry",function(){return u}),e.setTestabilityGetter=r;var c=function(){function t(t){this._ngZone=t,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this._watchAngularEvents()}return t.prototype._watchAngularEvents=function(){var t=this;this._ngZone.onUnstable.subscribe({next:function(){t._didWork=!0,t._isZoneStable=!1}}),this._ngZone.runOutsideAngular(function(){t._ngZone.onStable.subscribe({next:function(){a.NgZone.assertNotInAngularZone(),n.i(s.l)(function(){t._isZoneStable=!0,t._runCallbacksIfReady()})}})})},t.prototype.increasePendingRequestCount=function(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount},t.prototype.decreasePendingRequestCount=function(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount},t.prototype.isStable=function(){return this._isZoneStable&&0==this._pendingCount&&!this._ngZone.hasPendingMacrotasks},t.prototype._runCallbacksIfReady=function(){var t=this;this.isStable()?n.i(s.l)(function(){for(;0!==t._callbacks.length;)t._callbacks.pop()(t._didWork);t._didWork=!1}):this._didWork=!0},t.prototype.whenStable=function(t){this._callbacks.push(t),this._runCallbacksIfReady()},t.prototype.getPendingRequestCount=function(){return this._pendingCount},t.prototype.findBindings=function(t,e,n){return[]},t.prototype.findProviders=function(t,e,n){return[]},t.decorators=[{type:i.b}],t.ctorParameters=[{type:a.NgZone}],t}(),u=function(){function t(){this._applications=new Map,h.addToWindow(this)}return t.prototype.registerApplication=function(t,e){this._applications.set(t,e)},t.prototype.getTestability=function(t){return this._applications.get(t)},t.prototype.getAllTestabilities=function(){return o.a.values(this._applications)},t.prototype.getAllRootElements=function(){return o.a.keys(this._applications)},t.prototype.findTestabilityInTree=function(t,e){return void 0===e&&(e=!0),h.findTestabilityInTree(this,t,e)},t.decorators=[{type:i.b}],t.ctorParameters=[],t}(),l=function(){function t(){}return t.prototype.addToWindow=function(t){},t.prototype.findTestabilityInTree=function(t,e,n){return null},t}(),h=new l},function(t,e,n){"use strict";var r=n(305);n.d(e,"AnimationDriver",function(){return o});var i=function(){function t(){}return t.prototype.animate=function(t,e,n,i,o,s){return new r.a},t}(),o=function(){function t(){}return t.NOOP=new i,t}()},function(t,e,n){"use strict";function r(t){return n.i(a.getDebugNode)(t)}function i(t,e){return n.i(a.isDevMode)()?o(t,e):t}function o(t,e){return n.i(l.a)().setGlobalVar(f,r),n.i(l.a)().setGlobalVar(_,c.a.merge(p,s(e||[]))),new u.b(t)}function s(t){return t.reduce(function(t,e){return t[e.name]=e.token,t},{})}var a=n(2),c=n(304),u=n(305),l=n(25),h=n(156);e.inspectNativeElement=r,n.d(e,"NgProbeToken",function(){return d}),e._createConditionalRootRenderer=i,n.d(e,"ELEMENT_PROBE_PROVIDERS",function(){return g}),n.d(e,"ELEMENT_PROBE_PROVIDERS_PROD_MODE",function(){return m});var p={ApplicationRef:a.ApplicationRef,NgZone:a.NgZone},f="ng.probe",_="ng.coreTokens",d=function(){function t(t,e){this.name=t,this.token=e}return t}(),g=[{provide:a.RootRenderer,useFactory:i,deps:[h.DomRootRenderer,[d,new a.Optional]]}],m=[{provide:a.RootRenderer,useFactory:o,deps:[h.DomRootRenderer,[d,new a.Optional]]}]},function(t,e,n){"use strict";function r(t,e){var r=n.i(f.a)().parentElement(t);if(e.length>0&&n.i(h.a)(r)){var i=n.i(f.a)().nextSibling(t);if(n.i(h.a)(i))for(var o=0;o-1},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:c,decorators:[{type:r.Inject,args:[a]}]}],e}(o.a)},function(t,e,n){"use strict";var r=n(2),i=n(25),o=n(119);n.d(e,"SharedStylesHost",function(){return a}),n.d(e,"DomSharedStylesHost",function(){return c});var s=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},a=function(){function t(){this._styles=[],this._stylesSet=new Set}return t.prototype.addStyles=function(t){var e=this,n=[];t.forEach(function(t){e._stylesSet.has(t)||(e._stylesSet.add(t),e._styles.push(t),n.push(t))}),this.onStylesAdded(n)},t.prototype.onStylesAdded=function(t){},t.prototype.getAllStyles=function(){return this._styles},t.decorators=[{type:r.Injectable}],t.ctorParameters=[],t}(),c=function(t){function e(e){t.call(this),this._hostNodes=new Set,this._hostNodes.add(e.head)}return s(e,t),e.prototype._addStylesToHost=function(t,e){for(var r=0;r=r.methods.length-1||i<0)&&(r=this.categories[this.activeCatIdx+Math.sign(t)]||r,i=t>0?-1:r.methods.length-1),e=r.methods[i]&&r.methods[i].pointer}return this.getMethodElByPtr(e,n.id)},t.prototype.getCurrentMethodEl=function(){return this.getMethodElByPtr(this.activeMethodPtr,this.categories[this.activeCatIdx].id)},t.prototype.getMethodElByPtr=function(t,e){var n=t?'[pointer="'+t+'"][section="'+e+'"]':'[section="'+e+'"]';return document.querySelector(n)},t.prototype.getMethodElByOperId=function(t){var e='[operation-id="'+t+'"]';return document.querySelector(e)},t.prototype.activate=function(t,e){if(!(t<0)){var n=this.categories;n[this.activeCatIdx].active=!1,n[this.activeCatIdx].methods.length&&this.activeMethodIdx>=0&&(n[this.activeCatIdx].methods[this.activeMethodIdx].active=!1),this.activeCatIdx=t,this.activeMethodIdx=e,n[t].active=!0;var r;n[t].methods.length&&e>-1&&(r=n[t].methods[e],r.active=!0),this.changed.next({cat:n[t],item:r})}},t.prototype._calcActiveIndexes=function(t){var e=this.categories,n=e.length;if(!n)return[0,-1];var r=e[this.activeCatIdx].methods.length,i=this.activeMethodIdx+t,o=this.activeCatIdx;if(i>r-1&&(o++,i=-1),i<-1){var s=--o;r=e[Math.max(s,0)].methods.length,i=r-1}return o>n-1&&(o=n-1,i=r-1),o<0&&(o=0,i=0),[o,i]},t.prototype.changeActive=function(t){void 0===t&&(t=1);var e=this._calcActiveIndexes(t),n=e[0],r=e[1];return this.activate(n,r),0===r&&0===n},t.prototype.scrollToActive=function(){this.scrollService.scrollTo(this.getCurrentMethodEl())},t.prototype.setActiveByHash=function(t){if(t){var e,n;t=t.substr(1);var r=t.split("/")[0],i=decodeURIComponent(t.substr(r.length+1));if("section"===r||"tag"===r){var o=i.split("/")[0];e=this.categories.findIndex(function(t){return t.id===r+"/"+o});var s=this.categories[e];i=i.substr(o.length)||null,n=s.methods.findIndex(function(t){return t.pointer===i})}else e=this.categories.findIndex(function(t){return!!t.methods.length&&(n=t.methods.findIndex(function(t){return t.operationId===i||t.pointer===i}),n>=0)});this.activate(e,n)}},t=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof s.Hash&&s.Hash)&&e||Object,"function"==typeof(n="undefined"!=typeof l.LazyTasksService&&l.LazyTasksService)&&n||Object,"function"==typeof(p="undefined"!=typeof o.ScrollService&&o.ScrollService)&&p||Object,"function"==typeof(f="undefined"!=typeof u.AppStateService&&u.AppStateService)&&f||Object,"function"==typeof(_="undefined"!=typeof a.SpecManager&&a.SpecManager)&&_||Object])],t);var e,n,p,f,_}();e.MenuService=p},function(t,e,n){"use strict";var r=n(2),i=n(784),o=function(){function t(){}return Object.defineProperty(t,"warnings",{get:function(){return t._warningsObs},enumerable:!0,configurable:!0}),t.hasWarnings=function(){return!!t._warnings.length},t.warn=function(e){t._warnings.push(e),t._warningsObs.next(t._warnings),console.warn(e)},t._warnings=[],t._warningsObs=new i.Subject,t=__decorate([r.Injectable(),__metadata("design:paramtypes",[])],t)}();e.WarningsService=o},function(t,e,n){"use strict";var r=n(2),i=n(310),o=function(){function t(t,e){this.renderer=t,this.element=e}return t.prototype.ngOnInit=function(){i.Clipboard.isSupported()||this.element.nativeElement.parentNode.removeChild(this.element.nativeElement),this.renderer.setElementAttribute(this.element.nativeElement,"data-hint","Copy to Clipboard!")},t.prototype.onClick=function(){var t;if(t=this.copyText?i.Clipboard.copyCustom(JSON.stringify(this.copyText)):i.Clipboard.copyElement(this.copyElement))this.renderer.setElementAttribute(this.element.nativeElement,"data-hint","Copied!");else{var e=this.hintElement||this.copyElement;if(!e)return;this.renderer.setElementAttribute(e,"data-hint",'Press "ctrl + c" to copy'),this.renderer.setElementClass(e,"hint--top",!0),this.renderer.setElementClass(e,"hint--always",!0)}},t.prototype.onLeave=function(){var t=this;setTimeout(function(){t.renderer.setElementAttribute(t.element.nativeElement,"data-hint","Copy to Clipboard")},500)},__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"copyText",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"copyElement",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"hintElement",void 0),__decorate([r.HostListener("click"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onClick",null),__decorate([r.HostListener("mouseleave"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onLeave",null),t=__decorate([r.Directive({selector:"[copy-button]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.Renderer&&r.Renderer)&&e||Object,"function"==typeof(n="undefined"!=typeof r.ElementRef&&r.ElementRef)&&n||Object])],t);var e,n}();e.CopyButton=o},function(t,e,n){"use strict";var r=n(2),i=n(2),o=function(){function t(t){this.changeDetector=t,this.change=new r.EventEmitter,this.tabs=[]}return t.prototype.selectTab=function(t,e){void 0===e&&(e=!0),t.active||(this.tabs.forEach(function(t){t.active=!1}),t.active=!0,e&&this.change.next(t.tabTitle))},t.prototype.selectyByTitle=function(t,e){void 0===e&&(e=!1);var n,r;this.tabs.forEach(function(e){e.active&&(n=e),e.active=!1,e.tabTitle===t&&(r=e)}),r?r.active=!0:n.active=!0,e&&this.change.next(t),this.changeDetector.markForCheck()},t.prototype.addTab=function(t){0===this.tabs.length&&(t.active=!0),this.tabs.push(t)},t.prototype.ngOnInit=function(){var t=this;this.selected&&this.selected.subscribe(function(e){return t.selectyByTitle(e)})},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"selected",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"change",void 0),t=__decorate([r.Component({selector:"tabs",template:'\n
    \n
  • {{tab.tabTitle}}
  • \n
\n \n ',styleUrls:["tabs.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.ChangeDetectorRef&&i.ChangeDetectorRef)&&e||Object])],t);var e}();e.Tabs=o;var s=function(){function t(t){this.active=!1,t.addTab(this)}return __decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"active",void 0),__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"tabTitle",void 0),__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"tabStatus",void 0),t=__decorate([r.Component({selector:"tab",template:'\n
\n \n
\n ',styles:["\n :host {\n display: block;\n }\n .tab-wrap {\n display: none;\n }\n\n .tab-wrap.active {\n display: block;\n }"]}),__metadata("design:paramtypes",[o])],t)}();e.Tab=s},function(t,e,n){"use strict";var r=n(2),i=function(){function t(){this.type="general",this.visible=!1,this.empty=!1,this.headless=!1,this.open=new r.EventEmitter,this.close=new r.EventEmitter}return t.prototype.toggle=function(){this.visible=!this.visible,this.empty||(this.visible?this.open.next({}):this.close.next({}))},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"type",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"visible",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"empty",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"title",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"headless",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"open",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"close",void 0),t=__decorate([r.Component({selector:"zippy",templateUrl:"./zippy.html",styleUrls:["./zippy.css"]}),__metadata("design:paramtypes",[])],t)}();e.Zippy=i},function(t,e,n){"use strict";var r=n(14),i=n(1),o=n(48),s=n(128),a=n(83),c=n(169),u=n(125),l=n(11),h=n(10),p=n(244),f=n(130),_=n(239);t.exports=function(t,e,n,d,g,m){var y=r[t],v=y,b=g?"set":"add",w=v&&v.prototype,x={},C=function(t){var e=w[t];o(w,t,"delete"==t?function(t){return!(m&&!l(t))&&e.call(this,0===t?0:t)}:"has"==t?function(t){return!(m&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return m&&!l(t)?void 0:e.call(this,0===t?0:t)}:"add"==t?function(t){return e.call(this,0===t?0:t),this}:function(t,n){return e.call(this,0===t?0:t,n),this})};if("function"==typeof v&&(m||w.forEach&&!h(function(){(new v).entries().next()}))){var E=new v,I=E[b](m?{}:-0,1)!=E,S=h(function(){E.has(1)}),T=p(function(t){new v(t)}),k=!m&&h(function(){for(var t=new v,e=5;e--;)t[b](e,e);return!t.has(-0)});T||(v=e(function(e,n){u(e,v,t);var r=_(new y,e,v);return void 0!=n&&c(n,g,r[b],r),r}),v.prototype=w,w.constructor=v),(S||k)&&(C("delete"),C("has"),g&&C("get")),(k||I)&&C(b),m&&w.clear&&delete w.clear}else v=d.getConstructor(e,t,g,b),s(v.prototype,n),a.NEED=!0;return f(v,t),x[t]=v,i(i.G+i.W+i.F*(v!=y),x),m||d.setStrong(v,t,g),v}},function(t,e,n){"use strict";var r=n(52),i=n(48),o=n(10),s=n(69),a=n(19);t.exports=function(t,e,n){var c=a(t),u=n(s,c,""[t]),l=u[0],h=u[1];o(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(i(String.prototype,t,l),r(RegExp.prototype,c,2==e?function(t,e){return h.call(t,this,e)}:function(t){return h.call(t,this)}))}},function(t,e,n){var r=n(93),i=n(332),o=n(240),s=n(7),a=n(36),c=n(252),u={},l={},e=t.exports=function(t,e,n,h,p){var f,_,d,g,m=p?function(){return t}:c(t),y=r(n,h,e?2:1),v=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(o(m)){for(f=a(t.length);f>v;v++)if(g=e?y(s(_=t[v])[0],_[1]):y(t[v]),g===u||g===l)return g}else for(d=m.call(t);!(_=d.next()).done;)if(g=i(d,y,_.value,e),g===u||g===l)return g};e.BREAK=u,e.RETURN=l},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var r=n(14),i="__core-js_shared__",o=r[i]||(r[i]={});t.exports=function(t){return o[t]||(o[t]={})}},function(t,e,n){var r=n(1),i=n(69),o=n(10),s=n(250),a="["+s+"]",c="​…",u=RegExp("^"+a+a+"*"),l=RegExp(a+a+"*$"),h=function(t,e,n){var i={},a=o(function(){return!!s[t]()||c[t]()!=c}),u=i[t]=a?e(p):s[t];n&&(i[n]=u),r(r.P+r.F*a,"String",i)},p=h.trim=function(t,e){return t=String(i(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=h},function(t,e,n){for(var r,i=n(14),o=n(52),s=n(97),a=s("typed_array"),c=s("view"),u=!(!i.ArrayBuffer||!i.DataView),l=u,h=0,p=9,f="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");h=t.length?(this._t=void 0,i(1)):"keys"==e?i(0,n):"values"==e?i(0,t[n]):i(0,[n,t[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(t,e,n){"use strict";var r=n(344)(!0);n(243)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;ee&&(o=Math.max(o,i-e)),o>0&&r.splice(0,o),r},e}(i.Subject);e.ReplaySubject=a;var c=function(){function t(t,e){this.time=t, +this.value=e}return t}()},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=Number.POSITIVE_INFINITY),this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.mergeAll=r;var a=function(){function t(t){this.concurrent=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.concurrent))},t}();e.MergeAllOperator=a;var c=function(t){function e(e,n){t.call(this,e),this.concurrent=n,this.hasCompleted=!1,this.buffer=[],this.active=0}return i(e,t),e.prototype._next=function(t){this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber);e.MergeAllSubscriber=c},function(t,e,n){"use strict";function r(t){var e,n=t.Symbol;return"function"==typeof n?n.observable?e=n.observable:(e=n("observable"),n.observable=e):e="@@observable",e}var i=n(37);e.getSymbolObservable=r,e.$$observable=r(i.root)},function(t,e,n){"use strict";var r=n(37),i=r.root.Symbol;e.$$rxSubscriber="function"==typeof i&&"function"==typeof i.for?i.for("rxSubscriber"):"@@rxSubscriber"},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"argument out of range");this.name=e.name="ArgumentOutOfRangeError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.ArgumentOutOfRangeError=r},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"no elements in sequence");this.name=e.name="EmptyError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.EmptyError=r},function(t,e){"use strict";function n(t){return t instanceof Date&&!isNaN(+t)}e.isDate=n},function(t,e,n){function r(t){if(t&&!c(t))throw new Error("Unknown encoding: "+t)}function i(t){return t.toString(this.encoding)}function o(t){this.charReceived=t.length%2,this.charLength=this.charReceived?2:0}function s(t){this.charReceived=t.length%3,this.charLength=this.charReceived?3:0}var a=n(17).Buffer,c=a.isEncoding||function(t){switch(t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},u=e.StringDecoder=function(t){switch(this.encoding=(t||"utf8").toLowerCase().replace(/[-_]/,""),r(t),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=o;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=s;break;default:return void(this.write=i)}this.charBuffer=new a(6),this.charReceived=0,this.charLength=0};u.prototype.write=function(t){for(var e="";this.charLength;){var n=t.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:t.length;if(t.copy(this.charBuffer,this.charReceived,0,n),this.charReceived+=n,this.charReceived=55296&&r<=56319)){if(this.charReceived=this.charLength=0,0===t.length)return e;break}this.charLength+=this.surrogateSize,e=""}this.detectIncompleteChar(t);var i=t.length;this.charLength&&(t.copy(this.charBuffer,0,t.length-this.charReceived,i),i-=this.charReceived),e+=t.toString(this.encoding,0,i);var i=e.length-1,r=e.charCodeAt(i);if(r>=55296&&r<=56319){var o=this.surrogateSize;return this.charLength+=o,this.charReceived+=o,this.charBuffer.copy(this.charBuffer,o,0,o),t.copy(this.charBuffer,0,0,o),e.substring(0,i)}return e},u.prototype.detectIncompleteChar=function(t){for(var e=t.length>=3?3:t.length;e>0;e--){var n=t[t.length-e];if(1==e&&n>>5==6){this.charLength=2;break}if(e<=2&&n>>4==14){this.charLength=3;break}if(e<=3&&n>>3==30){this.charLength=4;break}}this.charReceived=e},u.prototype.end=function(t){var e="";if(t&&t.length&&(e=this.write(t)),this.charReceived){var n=this.charReceived,r=this.charBuffer,i=this.encoding;e+=r.slice(0,n).toString(i)}return e}},function(t,e){function n(t,e){for(var n=0;n=0&&y.splice(e,1)}function s(t){var e=document.createElement("style");return e.type="text/css",i(t,e),e}function a(t){var e=document.createElement("link");return e.rel="stylesheet",i(t,e),e}function c(t,e){var n,r,i;if(e.singleton){var c=m++;n=g||(g=s(e)),r=u.bind(null,n,c,!1),i=u.bind(null,n,c,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=a(e),r=h.bind(null,n),i=function(){o(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(e),r=l.bind(null,n),i=function(){o(n)});return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else i()}}function u(t,e,n,r){var i=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=v(e,i);else{var o=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(o,s[e]):t.appendChild(o)}}function l(t,e){var n=e.css,r=e.media;if(r&&t.setAttribute("media",r),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}function h(t,e){var n=e.css,r=e.sourceMap;r&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var i=new Blob([n],{type:"text/css"}),o=t.href;t.href=URL.createObjectURL(i),o&&URL.revokeObjectURL(o)}var p={},f=function(t){var e;return function(){return"undefined"==typeof e&&(e=t.apply(this,arguments)),e}},_=f(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),d=f(function(){return document.head||document.getElementsByTagName("head")[0]}),g=null,m=0,y=[];t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},"undefined"==typeof e.singleton&&(e.singleton=_()),"undefined"==typeof e.insertAt&&(e.insertAt="bottom");var i=r(t);return n(i,e),function(t){for(var o=[],s=0;s",'"',"`"," ","\r","\n","\t"],_=["{","}","|","\\","^","`"].concat(f),d=["'"].concat(_),g=["%","/","?",";","#"].concat(d),m=["/","?","#"],y=255,v=/^[+a-z0-9A-Z_-]{0,63}$/,b=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,w={javascript:!0,"javascript:":!0},x={javascript:!0,"javascript:":!0},C={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},E=n(724);r.prototype.parse=function(t,e,n){if(!u.isString(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var r=t.indexOf("?"),i=r!==-1&&r127?"x":M[D];if(!j.match(v)){var V=R.slice(0,T),F=R.slice(T+1),B=M.match(b);B&&(V.push(B[1]),F.unshift(B[2])),F.length&&(a="/"+F.join(".")+a),this.hostname=V.join(".");break}}}this.hostname.length>y?this.hostname="":this.hostname=this.hostname.toLowerCase(),P||(this.hostname=c.toASCII(this.hostname));var U=this.port?":"+this.port:"",z=this.hostname||"";this.host=z+U,this.href+=this.host,P&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==a[0]&&(a="/"+a))}if(!w[_])for(var T=0,N=d.length;T0)&&n.host.split("@");I&&(n.auth=I.shift(),n.host=n.hostname=I.shift())}return n.search=t.search,n.query=t.query,u.isNull(n.pathname)&&u.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!w.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var S=w.slice(-1)[0],T=(n.host||t.host||w.length>1)&&("."===S||".."===S)||""===S,k=0,O=w.length;O>=0;O--)S=w[O],"."===S?w.splice(O,1):".."===S?(w.splice(O,1),k++):k&&(w.splice(O,1),k--);if(!v&&!b)for(;k--;k)w.unshift("..");!v||""===w[0]||w[0]&&"/"===w[0].charAt(0)||w.unshift(""),T&&"/"!==w.join("/").substr(-1)&&w.push("");var A=""===w[0]||w[0]&&"/"===w[0].charAt(0);if(E){n.hostname=n.host=A?"":w.length?w.shift():"";var I=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@");I&&(n.auth=I.shift(),n.host=n.hostname=I.shift())}return v=v||n.host&&w.length,v&&!A&&w.unshift(""),w.length?n.pathname=w.join("/"):(n.pathname=null,n.path=null),u.isNull(n.pathname)&&u.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=t.auth||n.auth,n.slashes=n.slashes||t.slashes,n.href=n.format(),n},r.prototype.parseHost=function(){var t=this.host,e=h.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)}},function(t,e,n){"use strict";var r=n(2);n.d(e,"NgStyle",function(){return i});var i=function(){function t(t,e,n){this._differs=t,this._ngEl=e,this._renderer=n}return Object.defineProperty(t.prototype,"ngStyle",{set:function(t){this._ngStyle=t,!this._differ&&t&&(this._differ=this._differs.find(t).create(null))},enumerable:!0,configurable:!0}),t.prototype.ngDoCheck=function(){if(this._differ){var t=this._differ.diff(this._ngStyle);t&&this._applyChanges(t)}},t.prototype._applyChanges=function(t){var e=this;t.forEachRemovedItem(function(t){return e._setStyle(t.key,null)}),t.forEachAddedItem(function(t){return e._setStyle(t.key,t.currentValue)}),t.forEachChangedItem(function(t){return e._setStyle(t.key,t.currentValue)})},t.prototype._setStyle=function(t,e){var n=t.split("."),r=n[0],i=n[1];e=e&&i?""+e+i:e,this._renderer.setElementStyle(this._ngEl.nativeElement,r,e)},t.decorators=[{type:r.Directive,args:[{selector:"[ngStyle]"}]}],t.ctorParameters=[{type:r.KeyValueDiffers},{type:r.ElementRef},{type:r.Renderer}],t.propDecorators={ngStyle:[{type:r.Input}]},t}()},function(t,e,n){"use strict";function r(t,e){return t.length>0&&e.startsWith(t)?e.substring(t.length):e}function i(t){return/\/index.html$/g.test(t)?t.substring(0,t.length-11):t}var o=n(2),s=n(140);n.d(e,"a",function(){return a});var a=function(){function t(e){var n=this;this._subject=new o.EventEmitter,this._platformStrategy=e;var r=this._platformStrategy.getBaseHref();this._baseHref=t.stripTrailingSlash(i(r)),this._platformStrategy.onPopState(function(t){n._subject.emit({url:n.path(!0),pop:!0,type:t.type})})}return t.prototype.path=function(t){return void 0===t&&(t=!1),this.normalize(this._platformStrategy.path(t))},t.prototype.isCurrentPathEqualTo=function(e,n){return void 0===n&&(n=""),this.path()==this.normalize(e+t.normalizeQueryParams(n))},t.prototype.normalize=function(e){return t.stripTrailingSlash(r(this._baseHref,i(e)))},t.prototype.prepareExternalUrl=function(t){return t.length>0&&!t.startsWith("/")&&(t="/"+t),this._platformStrategy.prepareExternalUrl(t)},t.prototype.go=function(t,e){void 0===e&&(e=""),this._platformStrategy.pushState(null,"",t,e)},t.prototype.replaceState=function(t,e){void 0===e&&(e=""),this._platformStrategy.replaceState(null,"",t,e)},t.prototype.forward=function(){this._platformStrategy.forward()},t.prototype.back=function(){this._platformStrategy.back()},t.prototype.subscribe=function(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=null),this._subject.subscribe({next:t,error:e,complete:n})},t.normalizeQueryParams=function(t){return t.length>0&&"?"!=t.substring(0,1)?"?"+t:t},t.joinWithSlash=function(t,e){if(0==t.length)return e;if(0==e.length)return t;var n=0;return t.endsWith("/")&&n++,e.startsWith("/")&&n++,2==n?t+e.substring(1):1==n?t+e:t+"/"+e},t.stripTrailingSlash=function(t){return/\/$/g.test(t)&&(t=t.substring(0,t.length-1)),t},t.decorators=[{type:o.Injectable}],t.ctorParameters=[{type:s.a}],t}()},function(t,e,n){"use strict";function r(t,e,n){var r=t.previousIndex;if(null===r)return r;var i=0;return n&&r"+n.i(o.b)(this.currentIndex)+"]"},t}(),l=function(){function t(){this._head=null,this._tail=null}return t.prototype.add=function(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)},t.prototype.get=function(t,e){var r;for(r=this._head;null!==r;r=r._nextDup)if((null===e||e-1&&(i.b.remove(n,t),s+=t+".")}),s+=o,0!=n.length||0===o.length)return null;var a={};return a.domEventName=r,a.fullKey=s,a},e.getEventFullKey=function(t){var e="",r=n.i(s.a)().getEventKey(t);return r=r.toLowerCase()," "===r?r="space":"."===r&&(r="dot"),u.forEach(function(n){if(n!=r){var i=l[n];i(t)&&(e+=n+".")}}),e+=r},e.eventCallback=function(t,n,r,i){return function(t){e.getEventFullKey(t)===n&&i.runGuarded(function(){return r(t)})}},e._normalizeKey=function(t){switch(t){case"esc":return"escape";default:return t}},e.decorators=[{type:r.Injectable}],e.ctorParameters=[],e}(a.EventManagerPlugin)},function(t,e,n){"use strict";function r(t){return t=String(t),t.match(a)||t.match(c)?t:(n.i(o.isDevMode)()&&n.i(s.a)().log("WARNING: sanitizing unsafe URL value "+t+" (see http://g.co/ng/security#xss)"),"unsafe:"+t)}function i(t){return t=String(t),t.split(",").map(function(t){return r(t.trim())}).join(", ")}var o=n(2),s=n(25);e.a=r,e.b=i;var a=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi,c=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(56),s=function(t){function e(e,n){t.call(this,e),this.optionsService=n,this.info={}}return __extends(e,t),e.prototype.init=function(){this.info=this.componentSchema.info,this.specUrl=this.optionsService.options.specUrl,isNaN(parseInt(this.info.version.substring(0,1)))||(this.info.version="v"+this.info.version)},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"api-info",styleUrls:["./api-info.css"],templateUrl:"./api-info.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof o.OptionsService&&o.OptionsService)&&s||Object])],e);var n,s}(i.BaseComponent);e.ApiInfo=s},function(t,e,n){"use strict";var r=n(2),i=n(39),o=function(t){function e(e){t.call(this,e),this.logo={}}return __extends(e,t),e.prototype.init=function(){var t=this.componentSchema.info["x-logo"];t&&(this.logo.imgUrl=t.url,this.logo.bgColor=t.backgroundColor||"transparent")},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"api-logo",styleUrls:["./api-logo.css"],templateUrl:"./api-logo.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.ApiLogo=o},function(t,e,n){"use strict";function r(t,e,n){return null===v&&(v=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new b(t,e,n)}function i(t,e,n){return null===x&&(x=t.createRenderComponentType("",0,g.ViewEncapsulation.Emulated,w,{})),new C(t,e,n)}var o=n(120),s=n(9),a=n(8),c=n(20),u=n(13),l=n(12),h=n(61),p=n(216),f=n(21),_=n(28),d=n(35),g=n(16),m=n(15),y=function(){function t(t,e,n,r,i,a){this.changed=!1,this.context=new o.JsonSchemaLazy(t,e,n,r,i,a),this._expr_0=s.UNINITIALIZED,this._expr_1=s.UNINITIALIZED,this._expr_2=s.UNINITIALIZED,this._expr_3=s.UNINITIALIZED,this._expr_4=s.UNINITIALIZED,this._expr_5=s.UNINITIALIZED,this._expr_6=s.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||a.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_auto=function(t,e,n){(n||a.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.auto=t,this._expr_1=t)},t.prototype.check_isRequestSchema=function(t,e,n){(n||a.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.isRequestSchema=t,this._expr_2=t)},t.prototype.check_final=function(t,e,n){(n||a.checkBinding(e,this._expr_3,t))&&(this.changed=!0,this.context.final=t,this._expr_3=t)},t.prototype.check_nestOdd=function(t,e,n){(n||a.checkBinding(e,this._expr_4,t))&&(this.changed=!0,this.context.nestOdd=t,this._expr_4=t)},t.prototype.check_childFor=function(t,e,n){(n||a.checkBinding(e,this._expr_5,t))&&(this.changed=!0,this.context.childFor=t,this._expr_5=t)},t.prototype.check_isArray=function(t,e,n){(n||a.checkBinding(e,this._expr_6,t))&&(this.changed=!0,this.context.isArray=t,this._expr_6=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_JsonSchemaLazy=y;var v=null,b=function(t){function e(n,r,i){t.call(this,e,v,l.ViewType.HOST,n,r,i,s.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=a.selectOrCreateRenderHostElement(this.renderer,"json-schema-lazy",a.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new u.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ComponentFactoryResolver_0_5=new h.CodegenComponentFactoryResolver([p.JsonSchemaNgFactory],this.parentInjector.get(h.ComponentFactoryResolver)),this._JsonSchemaLazy_0_6=new y(this.parentInjector.get(f.SpecManager),this._appEl_0.vcRef,new _.ElementRef(this._el_0),this._ComponentFactoryResolver_0_5,this.parentInjector.get(d.OptionsService),this.renderer),this._appEl_0.initComponent(this._JsonSchemaLazy_0_6.context,[],e),e.create(this._JsonSchemaLazy_0_6.context,this.projectableNodes,null),this.init([].concat([this._appEl_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===h.ComponentFactoryResolver&&0===e?this._ComponentFactoryResolver_0_5:t===o.JsonSchemaLazy&&0===e?this._JsonSchemaLazy_0_6.context:n},e.prototype.detectChangesInternal=function(t){this._JsonSchemaLazy_0_6.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._JsonSchemaLazy_0_6.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_0_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._JsonSchemaLazy_0_6.context.ngOnDestroy()},e}(c.AppView);e.JsonSchemaLazyNgFactory=new m.ComponentFactory("json-schema-lazy",r,o.JsonSchemaLazy);var w=["[_nghost-%COMP%] { display:none }"],x=null,C=function(t){function e(n,r,i){t.call(this,e,x,l.ViewType.COMPONENT,n,r,i,s.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this.init([],[],[],[]),null},e}(c.AppView);e.viewFactory_JsonSchemaLazy0=i},function(t,e,n){"use strict";function r(t,e,n){return null===pt&&(pt=t.createRenderComponentType("",0,F.ViewEncapsulation.None,[],{})),new ft(t,e,n)}function i(t,e,n){return null===dt&&(dt=t.createRenderComponentType("",0,F.ViewEncapsulation.Emulated,_t,{})),new gt(t,e,n)}function o(t,e,n){return new mt(t,e,n)}function s(t,e,n){return new yt(t,e,n)}function a(t,e,n){return new vt(t,e,n)}function c(t,e,n){return new bt(t,e,n)}function u(t,e,n){return new wt(t,e,n)}function l(t,e,n){return new xt(t,e,n)}function h(t,e,n){return new Ct(t,e,n)}function p(t,e,n){return new Et(t,e,n)}function f(t,e,n){return new It(t,e,n)}function _(t,e,n){return new St(t,e,n)}function d(t,e,n){return new Tt(t,e,n)}function g(t,e,n){return new kt(t,e,n)}function m(t,e,n){return new Ot(t,e,n)}function y(t,e,n){return new At(t,e,n)}function v(t,e,n){return new Pt(t,e,n)}function b(t,e,n){return new Rt(t,e,n)}function w(t,e,n){return new Nt(t,e,n)}function x(t,e,n){return new Mt(t,e,n)}function C(t,e,n){return new jt(t,e,n)}function E(t,e,n){return new Dt(t,e,n)}function I(t,e,n){return new Lt(t,e,n)}function S(t,e,n){return new Vt(t,e,n)}function T(t,e,n){return new Ft(t,e,n)}function k(t,e,n){return new Bt(t,e,n)}function O(t,e,n){return new Ut(t,e,n)}function A(t,e,n){return new zt(t,e,n)}var P=n(217),R=n(9),N=n(8),M=n(20),j=n(13),D=n(12),L=n(21),V=n(28),F=n(16),B=n(15),U=n(457),z=n(488),H=n(81),q=n(24),W=n(55),$=n(139),Y=n(40),Z=n(32),G=n(57),J=n(34),K=n(46),X=n(107),Q=n(60),tt=n(75),et=n(142),nt=n(315),rt=n(215),it=n(61),ot=n(35),st=n(120),at=n(166),ct=n(38),ut=n(480),lt=n(228),ht=function(){function t(t,e,n){this.changed=!1,this.context=new P.JsonSchema(t,e,n),this._expr_0=R.UNINITIALIZED,this._expr_1=R.UNINITIALIZED,this._expr_2=R.UNINITIALIZED,this._expr_3=R.UNINITIALIZED,this._expr_4=R.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||N.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_final=function(t,e,n){(n||N.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.final=t,this._expr_1=t)},t.prototype.check_nestOdd=function(t,e,n){(n||N.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.nestOdd=t,this._expr_2=t)},t.prototype.check_childFor=function(t,e,n){(n||N.checkBinding(e,this._expr_3,t))&&(this.changed=!0,this.context.childFor=t,this._expr_3=t)},t.prototype.check_isRequestSchema=function(t,e,n){(n||N.checkBinding(e,this._expr_4,t))&&(this.changed=!0,this.context.isRequestSchema=t,this._expr_4=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_JsonSchema=ht;var pt=null,ft=function(t){function e(n,r,i){t.call(this,e,pt,D.ViewType.HOST,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=N.selectOrCreateRenderHostElement(this.renderer,"json-schema",N.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new j.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._JsonSchema_0_4=new ht(this.parentInjector.get(L.SpecManager),this.renderer,new V.ElementRef(this._el_0)),this._appEl_0.initComponent(this._JsonSchema_0_4.context,[],e),e.create(this._JsonSchema_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===P.JsonSchema&&0===e?this._JsonSchema_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._JsonSchema_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._JsonSchema_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(M.AppView);e.JsonSchemaNgFactory=new B.ComponentFactory("json-schema",r,P.JsonSchema);var _t=[U.styles],dt=null,gt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.COMPONENT,n,r,i,R.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._el_0=this.renderer.createTemplateAnchor(e,null),this._NgSwitch_0_3=new z.Wrapper_NgSwitch,this._text_1=this.renderer.createText(e,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new j.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new q.TemplateRef_(this._appEl_2,o),this._NgSwitchCase_2_6=new z.Wrapper_NgSwitchCase(this._appEl_2.vcRef,this._TemplateRef_2_5,this._NgSwitch_0_3.context),this._text_3=this.renderer.createText(e,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._appEl_4=new j.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,l),this._NgSwitchCase_4_6=new z.Wrapper_NgSwitchCase(this._appEl_4.vcRef,this._TemplateRef_4_5,this._NgSwitch_0_3.context),this._text_5=this.renderer.createText(e,"\n ",null),this._anchor_6=this.renderer.createTemplateAnchor(e,null),this._appEl_6=new j.AppElement(6,0,this,this._anchor_6),this._TemplateRef_6_5=new q.TemplateRef_(this._appEl_6,g),this._NgSwitchCase_6_6=new z.Wrapper_NgSwitchCase(this._appEl_6.vcRef,this._TemplateRef_6_5,this._NgSwitch_0_3.context),this._text_7=this.renderer.createText(e,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(e,null),this._appEl_8=new j.AppElement(8,0,this,this._anchor_8),this._TemplateRef_8_5=new q.TemplateRef_(this._appEl_8,y),this._NgSwitchCase_8_6=new z.Wrapper_NgSwitchCase(this._appEl_8.vcRef,this._TemplateRef_8_5,this._NgSwitch_0_3.context),this._text_9=this.renderer.createText(e,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(e,null),this._appEl_10=new j.AppElement(10,0,this,this._anchor_10),this._TemplateRef_10_5=new q.TemplateRef_(this._appEl_10,v),this._NgSwitchCase_10_6=new z.Wrapper_NgSwitchCase(this._appEl_10.vcRef,this._TemplateRef_10_5,this._NgSwitch_0_3.context),this._text_11=this.renderer.createText(e,"\n\n",null),this._text_12=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new H.MarkedPipe(this.parentInjector.get(W.DomSanitizer)),this.init([],[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5,this._anchor_6,this._text_7,this._anchor_8,this._text_9,this._anchor_10,this._text_11,this._text_12],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&2===e?this._TemplateRef_2_5:t===$.NgSwitchCase&&2===e?this._NgSwitchCase_2_6.context:t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===$.NgSwitchCase&&4===e?this._NgSwitchCase_4_6.context:t===q.TemplateRef&&6===e?this._TemplateRef_6_5:t===$.NgSwitchCase&&6===e?this._NgSwitchCase_6_6.context:t===q.TemplateRef&&8===e?this._TemplateRef_8_5:t===$.NgSwitchCase&&8===e?this._NgSwitchCase_8_6.context:t===q.TemplateRef&&10===e?this._TemplateRef_10_5:t===$.NgSwitchCase&&10===e?this._NgSwitchCase_10_6.context:t===$.NgSwitch&&0<=e&&e<=11?this._NgSwitch_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.schema._widgetType;this._NgSwitch_0_3.check_ngSwitch(e,t,!1),this._NgSwitch_0_3.detectChangesInInputProps(this,this._el_0,t);var n="file";this._NgSwitchCase_2_6.check_ngSwitchCase(n,t,!1),this._NgSwitchCase_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r="trivial";this._NgSwitchCase_4_6.check_ngSwitchCase(r,t,!1),this._NgSwitchCase_4_6.detectChangesInInputProps(this,this._anchor_4,t);var i="tuple";this._NgSwitchCase_6_6.check_ngSwitchCase(i,t,!1),this._NgSwitchCase_6_6.detectChangesInInputProps(this,this._anchor_6,t);var o="array";this._NgSwitchCase_8_6.check_ngSwitchCase(o,t,!1),this._NgSwitchCase_8_6.detectChangesInInputProps(this,this._anchor_8,t);var s="object";this._NgSwitchCase_10_6.check_ngSwitchCase(s,t,!1),this._NgSwitchCase_10_6.detectChangesInInputProps(this,this._anchor_10,t),this.detectContentChildrenChanges(t),this._NgSwitch_0_3.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(M.AppView);e.viewFactory_JsonSchema0=i;var mt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-wrap"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=N.createRenderElement(this.renderer,this._el_1,"span",new N.InlineArray2(2,"class","param-type-file"),null),this._text_4=this.renderer.createText(this._el_3,"file",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._anchor_6=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_6=new j.AppElement(6,1,this,this._anchor_6),this._TemplateRef_6_5=new q.TemplateRef_(this._appEl_6,s),this._NgIf_6_6=new Y.Wrapper_NgIf(this._appEl_6.vcRef,this._TemplateRef_6_5),this._text_7=this.renderer.createText(this._el_1,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_8=new j.AppElement(8,1,this,this._anchor_8),this._TemplateRef_8_5=new q.TemplateRef_(this._appEl_8,c),this._NgIf_8_6=new Y.Wrapper_NgIf(this._appEl_8.vcRef,this._TemplateRef_8_5),this._text_9=this.renderer.createText(this._el_1,"\n ",null),this._text_10=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_10]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._anchor_6,this._text_7,this._anchor_8,this._text_9,this._text_10],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&6===e?this._TemplateRef_6_5:t===Z.NgIf&&6===e?this._NgIf_6_6.context:t===q.TemplateRef&&8===e?this._TemplateRef_8_5:t===Z.NgIf&&8===e?this._NgIf_8_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.schema._produces&&!this.parent.context.isRequestSchema;this._NgIf_6_6.check_ngIf(e,t,!1),this._NgIf_6_6.detectChangesInInputProps(this,this._anchor_6,t);var n=this.parent.context.schema._consumes&&this.parent.context.isRequestSchema;this._NgIf_8_6.check_ngIf(n,t,!1),this._NgIf_8_6.detectChangesInInputProps(this,this._anchor_8,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),yt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","file produces"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,"ul",N.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_2,null),this._appEl_4=new j.AppElement(4,2,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,a),this._NgFor_4_6=new G.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.ref),this._text_5=this.renderer.createText(this._el_2,"\n ",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===K.NgFor&&4===e?this._NgFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.parent.context.schema._produces;this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),vt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"li",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1,"",this.context.$implicit,"");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),bt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","file consume"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,"ul",N.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_2,null),this._appEl_4=new j.AppElement(4,2,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,u),this._NgFor_4_6=new G.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.ref),this._text_5=this.renderer.createText(this._el_2,"\n ",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===K.NgFor&&4===e?this._NgFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.parent.context.schema._consumes;this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),wt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"li",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1,"",this.context.$implicit,"");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),xt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_28=R.UNINITIALIZED,this._map_29=N.pureProxy2(function(t,e){return{"with-hint":t,array:e}}),this._expr_30=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-wrap"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=N.createRenderElement(this.renderer,this._el_1,"span",N.EMPTY_INLINE_ARRAY,null),this._NgClass_3_3=new X.Wrapper_NgClass(this.parent.parentInjector.get(J.IterableDiffers),this.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_3),this.renderer),this._text_4=this.renderer.createText(this._el_3,"",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_3,null),this._appEl_5=new j.AppElement(5,3,this,this._anchor_5),this._TemplateRef_5_5=new q.TemplateRef_(this._appEl_5,h),this._NgIf_5_6=new Y.Wrapper_NgIf(this._appEl_5.vcRef,this._TemplateRef_5_5),this._text_6=this.renderer.createText(this._el_3,"\n ",null),this._text_7=this.renderer.createText(this._el_1,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_8=new j.AppElement(8,1,this,this._anchor_8),this._TemplateRef_8_5=new q.TemplateRef_(this._appEl_8,p),this._NgIf_8_6=new Y.Wrapper_NgIf(this._appEl_8.vcRef,this._TemplateRef_8_5),this._text_9=this.renderer.createText(this._el_1,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_10=new j.AppElement(10,1,this,this._anchor_10),this._TemplateRef_10_5=new q.TemplateRef_(this._appEl_10,f),this._NgIf_10_6=new Y.Wrapper_NgIf(this._appEl_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(this._el_1,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_1,null), +this._appEl_12=new j.AppElement(12,1,this,this._anchor_12),this._TemplateRef_12_5=new q.TemplateRef_(this._appEl_12,d),this._NgIf_12_6=new Y.Wrapper_NgIf(this._appEl_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_1,"\n ",null),this._text_14=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_14]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._anchor_5,this._text_6,this._text_7,this._anchor_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13,this._text_14],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&5===e?this._TemplateRef_5_5:t===Z.NgIf&&5===e?this._NgIf_5_6.context:t===tt.NgClass&&3<=e&&e<=6?this._NgClass_3_3.context:t===q.TemplateRef&&8===e?this._TemplateRef_8_5:t===Z.NgIf&&8===e?this._NgIf_8_6.context:t===q.TemplateRef&&10===e?this._TemplateRef_10_5:t===Z.NgIf&&10===e?this._NgIf_10_6.context:t===q.TemplateRef&&12===e?this._TemplateRef_12_5:t===Z.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e=N.interpolate(1,"param-type param-type-trivial ",this.parent.context.schema.type,"");this._NgClass_3_3.check_klass(e,t,!1);var n=this._map_29(this.parent.context.schema._displayTypeHint,this.parent.context._isArray);this._NgClass_3_3.check_ngClass(n,t,!1),this._NgClass_3_3.detectChangesInInputProps(this,this._el_3,t);var r=this.parent.context.schema._range;this._NgIf_5_6.check_ngIf(r,t,!1),this._NgIf_5_6.detectChangesInInputProps(this,this._anchor_5,t);var i=this.parent.context.schema["x-nullable"];this._NgIf_8_6.check_ngIf(i,t,!1),this._NgIf_8_6.detectChangesInInputProps(this,this._anchor_8,t);var o=this.parent.context.schema.enum;this._NgIf_10_6.check_ngIf(o,t,!1),this._NgIf_10_6.detectChangesInInputProps(this,this._anchor_10,t);var s=this.parent.context.schema.pattern;this._NgIf_12_6.check_ngIf(s,t,!1),this._NgIf_12_6.detectChangesInInputProps(this,this._anchor_12,t),this.detectContentChildrenChanges(t);var a=N.interpolate(1,"",this.parent.context.schema._displayTypeHint,"");N.checkBinding(t,this._expr_28,a)&&(this.renderer.setElementProperty(this._el_3,"title",a),this._expr_28=a),this._NgClass_3_3.detectChangesInHostProps(this,this._el_3,t);var c=N.interpolate(2,"",this.parent.context.schema._displayType," ",this.parent.context.schema._displayFormat,"\n ");N.checkBinding(t,this._expr_30,c)&&(this.renderer.setText(this._text_4,c),this._expr_30=c),this.detectViewChildrenChanges(t)},e}(M.AppView),Ct=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1," ",this.parent.parent.context.schema._range," ");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),Et=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-nullable"),null),this._text_1=this.renderer.createText(this._el_0,"Nullable",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(M.AppView),It=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new j.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new q.TemplateRef_(this._appEl_2,_),this._NgFor_2_6=new G.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&2===e?this._TemplateRef_2_5:t===K.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.parent.context.schema.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),St=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED,this._expr_3=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new et.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new R.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=N.interpolate(1,"param-enum-value ",this.context.$implicit.type,"");N.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=N.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||N.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(M.AppView),Tt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1,"",this.parent.parent.context.schema.pattern,"");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),kt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","params-wrap params-array array-tuple"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_3=new j.AppElement(3,1,this,this._anchor_3),this._TemplateRef_3_5=new q.TemplateRef_(this._appEl_3,m),this._NgFor_3_6=new G.Wrapper_NgFor(this._appEl_3.vcRef,this._TemplateRef_3_5,this.parent.parentInjector.get(J.IterableDiffers),this.parent.ref),this._text_4=this.renderer.createText(this._el_1,"\n ",null),this._text_5=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_5]),[this._text_0,this._el_1,this._text_2,this._anchor_3,this._text_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&3===e?this._TemplateRef_3_5:t===K.NgFor&&3===e?this._NgFor_3_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.schema.items;this._NgFor_3_6.check_ngForOf(e,t,!1);var n=this.parent.context.trackByIdx;this._NgFor_3_6.check_ngForTrackBy(n,t,!1),this._NgFor_3_6.detectChangesInInputProps(this,this._anchor_3,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),Ot=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_12=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","tuple-item"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=N.createRenderElement(this.renderer,this._el_1,"span",new N.InlineArray2(2,"class","tuple-item-index"),null),this._text_4=this.renderer.createText(this._el_3,"",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._el_6=N.createRenderElement(this.renderer,this._el_1,"json-schema",new N.InlineArray2(2,"class","nested-schema"),null),this._appEl_6=new j.AppElement(6,1,this,this._el_6);var e=i(this.viewUtils,this.injector(6),this._appEl_6);return this._JsonSchema_6_4=new ht(this.parent.parent.parentInjector.get(L.SpecManager),this.renderer,new V.ElementRef(this._el_6)),this._appEl_6.initComponent(this._JsonSchema_6_4.context,[],e),this._text_7=this.renderer.createText(null,"\n ",null),e.create(this._JsonSchema_6_4.context,[],null),this._text_8=this.renderer.createText(this._el_1,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_9]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===P.JsonSchema&&6<=e&&e<=7?this._JsonSchema_6_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit._pointer;this._JsonSchema_6_4.check_pointer(e,t,!1);var n=!this.parent.parent.context.nestOdd;this._JsonSchema_6_4.check_nestOdd(n,t,!1);var r=this.parent.parent.context.isRequestSchema;this._JsonSchema_6_4.check_isRequestSchema(r,t,!1),this._JsonSchema_6_4.detectChangesInInputProps(this,this._el_6,t)&&this._appEl_6.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t);var i=N.interpolate(1," [",this.context.index,"]: ");N.checkBinding(t,this._expr_12,i)&&(this.renderer.setText(this._text_4,i),this._expr_12=i),this._JsonSchema_6_4.detectChangesInHostProps(this,this._el_6,t),this.detectViewChildrenChanges(t)},e}(M.AppView),At=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"json-schema",new N.InlineArray2(2,"class","nested-schema"),null),this._appEl_1=new j.AppElement(1,null,this,this._el_1);var e=i(this.viewUtils,this.injector(1),this._appEl_1);return this._JsonSchema_1_4=new ht(this.parent.parentInjector.get(L.SpecManager),this.renderer,new V.ElementRef(this._el_1)),this._appEl_1.initComponent(this._JsonSchema_1_4.context,[],e),this._text_2=this.renderer.createText(null," ",null),e.create(this._JsonSchema_1_4.context,[],null),this._text_3=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_3]),[this._text_0,this._el_1,this._text_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===P.JsonSchema&&1<=e&&e<=2?this._JsonSchema_1_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.schema._pointer;this._JsonSchema_1_4.check_pointer(e,t,!1);var n=!this.parent.context.nestOdd;this._JsonSchema_1_4.check_nestOdd(n,t,!1);var r=this.parent.context.isRequestSchema;this._JsonSchema_1_4.check_isRequestSchema(r,t,!1),this._JsonSchema_1_4.detectChangesInInputProps(this,this._el_1,t)&&this._appEl_1.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._JsonSchema_1_4.detectChangesInHostProps(this,this._el_1,t),this.detectViewChildrenChanges(t)},e}(M.AppView),Pt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._map_11=N.pureProxy1(function(t){return{"params-array":t}})}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"table",new N.InlineArray2(2,"class","params-wrap"),null),this._NgClass_1_3=new X.Wrapper_NgClass(this.parent.parentInjector.get(J.IterableDiffers),this.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_4=new j.AppElement(4,1,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,b),this._NgFor_4_6=new G.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parent.parentInjector.get(J.IterableDiffers),this.parent.ref),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._text_6=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_6]),[this._text_0,this._el_1,this._text_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===K.NgFor&&4===e?this._NgFor_4_6.context:t===tt.NgClass&&1<=e&&e<=5?this._NgClass_1_3.context:n},e.prototype.detectChangesInternal=function(t){var e="params-wrap";this._NgClass_1_3.check_klass(e,t,!1);var n=this._map_11(this.parent.context._isArray);this._NgClass_1_3.check_ngClass(n,t,!1),this._NgClass_1_3.detectChangesInInputProps(this,this._el_1,t);var r=this.parent.context.properties;this._NgFor_4_6.check_ngForOf(r,t,!1);var i=this.parent.context.trackByName;this._NgFor_4_6.check_ngForTrackBy(i,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this._NgClass_1_3.detectChangesInHostProps(this,this._el_1,t),this.detectViewChildrenChanges(t)},e}(M.AppView),Rt=function(t){function n(e,r,i){t.call(this,n,dt,D.ViewType.EMBEDDED,e,r,i,R.ChangeDetectorStatus.CheckAlways),this._map_87=N.pureProxy5(function(t,e,n,r,i){return{last:t,discriminator:e,complex:n,additional:r,expanded:i}}),this._expr_88=R.UNINITIALIZED,this._expr_89=R.UNINITIALIZED,this._expr_90=R.UNINITIALIZED,this._expr_92=R.UNINITIALIZED,this._map_93=N.pureProxy2(function(t,e){return{"with-hint":t,tuple:e}}),this._expr_94=R.UNINITIALIZED,this._expr_95=R.UNINITIALIZED,this._expr_97=R.UNINITIALIZED,this._map_98=N.pureProxy1(function(t){return{last:t}})}return __extends(n,t),n.prototype.createInternal=function(t){this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"tr",new N.InlineArray2(2,"class","param"),null),this._NgClass_1_3=new X.Wrapper_NgClass(this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=N.createRenderElement(this.renderer,this._el_1,"td",new N.InlineArray2(2,"class","param-name"),null),this._text_4=this.renderer.createText(this._el_3,"\n ",null),this._el_5=N.createRenderElement(this.renderer,this._el_3,"span",new N.InlineArray2(2,"class","param-name-wrap"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=N.createRenderElement(this.renderer,this._el_5,"span",new N.InlineArray2(2,"class","param-name-content"),null),this._text_8=this.renderer.createText(this._el_7,"",null),this._el_9=N.createRenderElement(this.renderer,this._el_7,"span",new N.InlineArray2(2,"class","param-name-enumvalue"),null),this._text_10=this.renderer.createText(this._el_9,"",null),this._text_11=this.renderer.createText(this._el_7,"\n ",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._anchor_13=this.renderer.createTemplateAnchor(this._el_5,null),this._appEl_13=new j.AppElement(13,5,this,this._anchor_13),this._TemplateRef_13_5=new q.TemplateRef_(this._appEl_13,w),this._NgIf_13_6=new Y.Wrapper_NgIf(this._appEl_13.vcRef,this._TemplateRef_13_5),this._text_14=this.renderer.createText(this._el_5,"\n ",null),this._text_15=this.renderer.createText(this._el_3,"\n ",null),this._text_16=this.renderer.createText(this._el_1,"\n ",null),this._el_17=N.createRenderElement(this.renderer,this._el_1,"td",new N.InlineArray2(2,"class","param-info"),null),this._text_18=this.renderer.createText(this._el_17,"\n ",null),this._el_19=N.createRenderElement(this.renderer,this._el_17,"div",N.EMPTY_INLINE_ARRAY,null),this._text_20=this.renderer.createText(this._el_19,"\n ",null),this._el_21=N.createRenderElement(this.renderer,this._el_19,"span",N.EMPTY_INLINE_ARRAY,null),this._NgClass_21_3=new X.Wrapper_NgClass(this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_21),this.renderer),this._text_22=this.renderer.createText(this._el_21,"",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_21,null),this._appEl_23=new j.AppElement(23,21,this,this._anchor_23),this._TemplateRef_23_5=new q.TemplateRef_(this._appEl_23,x),this._NgIf_23_6=new Y.Wrapper_NgIf(this._appEl_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_21,"\n ",null),this._text_25=this.renderer.createText(this._el_19,"\n ",null),this._anchor_26=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_26=new j.AppElement(26,19,this,this._anchor_26),this._TemplateRef_26_5=new q.TemplateRef_(this._appEl_26,C),this._NgIf_26_6=new Y.Wrapper_NgIf(this._appEl_26.vcRef,this._TemplateRef_26_5),this._text_27=this.renderer.createText(this._el_19,"\n ",null),this._anchor_28=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_28=new j.AppElement(28,19,this,this._anchor_28),this._TemplateRef_28_5=new q.TemplateRef_(this._appEl_28,E),this._NgIf_28_6=new Y.Wrapper_NgIf(this._appEl_28.vcRef,this._TemplateRef_28_5),this._text_29=this.renderer.createText(this._el_19,"\n ",null),this._anchor_30=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_30=new j.AppElement(30,19,this,this._anchor_30),this._TemplateRef_30_5=new q.TemplateRef_(this._appEl_30,I),this._NgIf_30_6=new Y.Wrapper_NgIf(this._appEl_30.vcRef,this._TemplateRef_30_5),this._text_31=this.renderer.createText(this._el_19,"\n ",null),this._anchor_32=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_32=new j.AppElement(32,19,this,this._anchor_32),this._TemplateRef_32_5=new q.TemplateRef_(this._appEl_32,S),this._NgIf_32_6=new Y.Wrapper_NgIf(this._appEl_32.vcRef,this._TemplateRef_32_5),this._text_33=this.renderer.createText(this._el_19,"\n ",null),this._anchor_34=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_34=new j.AppElement(34,19,this,this._anchor_34),this._TemplateRef_34_5=new q.TemplateRef_(this._appEl_34,k),this._NgIf_34_6=new Y.Wrapper_NgIf(this._appEl_34.vcRef,this._TemplateRef_34_5),this._text_35=this.renderer.createText(this._el_19,"\n ",null),this._text_36=this.renderer.createText(this._el_17,"\n ",null),this._el_37=N.createRenderElement(this.renderer,this._el_17,"div",new N.InlineArray2(2,"class","param-description"),null),this._text_38=this.renderer.createText(this._el_17,"\n ",null),this._anchor_39=this.renderer.createTemplateAnchor(this._el_17,null),this._appEl_39=new j.AppElement(39,17,this,this._anchor_39),this._TemplateRef_39_5=new q.TemplateRef_(this._appEl_39,O),this._NgIf_39_6=new Y.Wrapper_NgIf(this._appEl_39.vcRef,this._TemplateRef_39_5),this._text_40=this.renderer.createText(this._el_17,"\n ",null),this._text_41=this.renderer.createText(this._el_1,"\n ",null),this._text_42=this.renderer.createText(null,"\n ",null),this._el_43=N.createRenderElement(this.renderer,null,"tr",new N.InlineArray2(2,"class","param-schema"),null),this._NgClass_43_3=new X.Wrapper_NgClass(this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_43),this.renderer),this._text_44=this.renderer.createText(this._el_43,"\n ",null),this._el_45=N.createRenderElement(this.renderer,this._el_43,"td",new N.InlineArray2(2,"colspan","2"),null),this._text_46=this.renderer.createText(this._el_45,"\n ",null),this._el_47=N.createRenderElement(this.renderer,this._el_45,"zippy",new N.InlineArray2(2,"title","Expand"),null),this._appEl_47=new j.AppElement(47,45,this,this._el_47);var n=nt.viewFactory_Zippy0(this.viewUtils,this.injector(47),this._appEl_47);this._Zippy_47_4=new nt.Wrapper_Zippy,this._appEl_47.initComponent(this._Zippy_47_4.context,[],n),this._text_48=this.renderer.createText(null,"\n ",null),this._el_49=N.createRenderElement(this.renderer,null,"json-schema-lazy",new N.InlineArray2(2,"class","nested-schema"),null),this._appEl_49=new j.AppElement(49,47,this,this._el_49);var r=rt.viewFactory_JsonSchemaLazy0(this.viewUtils,this.injector(49),this._appEl_49);this._ComponentFactoryResolver_49_5=new it.CodegenComponentFactoryResolver([e.JsonSchemaNgFactory],this.parentInjector.get(it.ComponentFactoryResolver)),this._JsonSchemaLazy_49_6=new rt.Wrapper_JsonSchemaLazy(this.parent.parent.parentInjector.get(L.SpecManager),this._appEl_49.vcRef,new V.ElementRef(this._el_49),this._ComponentFactoryResolver_49_5,this.parent.parent.parentInjector.get(ot.OptionsService),this.renderer),this._appEl_49.initComponent(this._JsonSchemaLazy_49_6.context,[],r),this._text_50=this.renderer.createText(null,"\n ",null),r.create(this._JsonSchemaLazy_49_6.context,[],null),this._text_51=this.renderer.createText(null,"\n ",null),n.create(this._Zippy_47_4.context,[[].concat([this._text_48,this._appEl_49,this._text_51])],null),this._text_52=this.renderer.createText(this._el_45,"\n ",null),this._text_53=this.renderer.createText(this._el_43,"\n ",null),this._text_54=this.renderer.createText(null,"\n ",null);var i=this.renderer.listen(this._el_5,"click",this.eventHandler(this._handle_click_5_0.bind(this)));this._pipe_json_0=new et.JsonPipe,this._pipe_marked_0_0=N.pureProxy1(this.parent.parent._pipe_marked_0.transform.bind(this.parent.parent._pipe_marked_0));var o=this.renderer.listen(this._el_47,"open",this.eventHandler(this._handle_open_47_0.bind(this))),s=this._Zippy_47_4.context.open.subscribe(this.eventHandler(this._handle_open_47_0.bind(this)));return this.init([].concat([this._text_0,this._el_1,this._text_42,this._el_43,this._text_54]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._anchor_13,this._text_14,this._text_15,this._text_16,this._el_17,this._text_18,this._el_19,this._text_20,this._el_21,this._text_22,this._anchor_23,this._text_24,this._text_25,this._anchor_26,this._text_27,this._anchor_28,this._text_29,this._anchor_30,this._text_31,this._anchor_32,this._text_33,this._anchor_34,this._text_35,this._text_36,this._el_37,this._text_38,this._anchor_39,this._text_40,this._text_41,this._text_42,this._el_43,this._text_44,this._el_45,this._text_46,this._el_47,this._text_48,this._el_49,this._text_50,this._text_51,this._text_52,this._text_53,this._text_54],[i,o],[s]),null},n.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&13===e?this._TemplateRef_13_5:t===Z.NgIf&&13===e?this._NgIf_13_6.context:t===q.TemplateRef&&23===e?this._TemplateRef_23_5:t===Z.NgIf&&23===e?this._NgIf_23_6.context:t===tt.NgClass&&21<=e&&e<=24?this._NgClass_21_3.context:t===q.TemplateRef&&26===e?this._TemplateRef_26_5:t===Z.NgIf&&26===e?this._NgIf_26_6.context:t===q.TemplateRef&&28===e?this._TemplateRef_28_5:t===Z.NgIf&&28===e?this._NgIf_28_6.context:t===q.TemplateRef&&30===e?this._TemplateRef_30_5:t===Z.NgIf&&30===e?this._NgIf_30_6.context:t===q.TemplateRef&&32===e?this._TemplateRef_32_5:t===Z.NgIf&&32===e?this._NgIf_32_6.context:t===q.TemplateRef&&34===e?this._TemplateRef_34_5:t===Z.NgIf&&34===e?this._NgIf_34_6.context:t===q.TemplateRef&&39===e?this._TemplateRef_39_5:t===Z.NgIf&&39===e?this._NgIf_39_6.context:t===tt.NgClass&&1<=e&&e<=41?this._NgClass_1_3.context:t===it.ComponentFactoryResolver&&49===e?this._ComponentFactoryResolver_49_5:t===st.JsonSchemaLazy&&49<=e&&e<=50?this._JsonSchemaLazy_49_6.context:t===at.Zippy&&47<=e&&e<=51?this._Zippy_47_4.context:t===tt.NgClass&&43<=e&&e<=53?this._NgClass_43_3.context:n},n.prototype.detectChangesInternal=function(t){var e=new R.ValueUnwrapper,n="param";this._NgClass_1_3.check_klass(n,t,!1);var r=this._map_87(this.context.last,this.context.$implicit.isDiscriminator,this.context.$implicit._pointer,this.context.$implicit._additional,this._Zippy_47_4.context.visible);this._NgClass_1_3.check_ngClass(r,t,!1),this._NgClass_1_3.detectChangesInInputProps(this,this._el_1,t);var i=this.context.$implicit._pointer;this._NgIf_13_6.check_ngIf(i,t,!1),this._NgIf_13_6.detectChangesInInputProps(this,this._anchor_13,t);var o=N.interpolate(1,"param-type ",this.context.$implicit.type,"");this._NgClass_21_3.check_klass(o,t,!1);var s=this._map_93(this.context.$implicit._displayTypeHint,this.context.$implicit._isTuple);this._NgClass_21_3.check_ngClass(s,t,!1),this._NgClass_21_3.detectChangesInInputProps(this,this._el_21,t);var a=this.context.$implicit._range;this._NgIf_23_6.check_ngIf(a,t,!1),this._NgIf_23_6.detectChangesInInputProps(this,this._anchor_23,t);var c=this.context.$implicit._required;this._NgIf_26_6.check_ngIf(c,t,!1),this._NgIf_26_6.detectChangesInInputProps(this,this._anchor_26,t);var u=this.context.$implicit["x-nullable"];this._NgIf_28_6.check_ngIf(u,t,!1),this._NgIf_28_6.detectChangesInInputProps(this,this._anchor_28,t);var l=null!=this.context.$implicit.default;this._NgIf_30_6.check_ngIf(l,t,!1),this._NgIf_30_6.detectChangesInInputProps(this,this._anchor_30,t);var h=this.context.$implicit.enum&&!this.context.$implicit.isDiscriminator;this._NgIf_32_6.check_ngIf(h,t,!1),this._NgIf_32_6.detectChangesInInputProps(this,this._anchor_32,t);var p=this.context.$implicit.pattern;this._NgIf_34_6.check_ngIf(p,t,!1),this._NgIf_34_6.detectChangesInInputProps(this,this._anchor_34,t);var f=this.context.$implicit.isDiscriminator;this._NgIf_39_6.check_ngIf(f,t,!1),this._NgIf_39_6.detectChangesInInputProps(this,this._anchor_39,t);var _="param-schema";this._NgClass_43_3.check_klass(_,t,!1);var d=this._map_98(this.context.last);this._NgClass_43_3.check_ngClass(d,t,!1),this._NgClass_43_3.detectChangesInInputProps(this,this._el_43,t);var g=this.parent.parent.context.autoExpand;this._Zippy_47_4.check_visible(g,t,!1);var m="Expand";this._Zippy_47_4.check_title(m,t,!1);var y=!0;this._Zippy_47_4.check_headless(y,t,!1),this._Zippy_47_4.detectChangesInInputProps(this,this._el_47,t);var v=this.context.$implicit._pointer;this._JsonSchemaLazy_49_6.check_pointer(v,t,!1);var b=this.parent.parent.context.autoExpand;this._JsonSchemaLazy_49_6.check_auto(b,t,!1);var w=this.parent.parent.context.isRequestSchema;this._JsonSchemaLazy_49_6.check_isRequestSchema(w,t,!1);var x=!this.parent.parent.context.nestOdd;this._JsonSchemaLazy_49_6.check_nestOdd(x,t,!1),this._JsonSchemaLazy_49_6.detectChangesInInputProps(this,this._el_49,t),this.detectContentChildrenChanges(t),this._NgClass_1_3.detectChangesInHostProps(this,this._el_1,t);var C=N.interpolate(1,"\n ",this.context.$implicit._name,"\n ");N.checkBinding(t,this._expr_88,C)&&(this.renderer.setText(this._text_8,C),this._expr_88=C);var E=!this.context.$implicit._enumItem;N.checkBinding(t,this._expr_89,E)&&(this.renderer.setElementProperty(this._el_9,"hidden",E),this._expr_89=E),e.reset();var I=N.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(null==this.context.$implicit._enumItem?null:this.context.$implicit._enumItem.val))," ");(e.hasWrappedValue||N.checkBinding(t,this._expr_90,I))&&(this.renderer.setText(this._text_10,I),this._expr_90=I);var S=N.interpolate(1,"",this.context.$implicit._displayTypeHint,"");N.checkBinding(t,this._expr_92,S)&&(this.renderer.setElementProperty(this._el_21,"title",S),this._expr_92=S),this._NgClass_21_3.detectChangesInHostProps(this,this._el_21,t);var T=N.interpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"\n ");N.checkBinding(t,this._expr_94,T)&&(this.renderer.setText(this._text_22,T),this._expr_94=T),e.reset();var k=e.unwrap(N.castByValue(this._pipe_marked_0_0,this.parent.parent._pipe_marked_0.transform)(this.context.$implicit.description));(e.hasWrappedValue||N.checkBinding(t,this._expr_95,k))&&(this.renderer.setElementProperty(this._el_37,"innerHTML",this.viewUtils.sanitizer.sanitize(ct.SecurityContext.HTML,k)),this._expr_95=k);var O=!this.context.$implicit._pointer;N.checkBinding(t,this._expr_97,O)&&(this.renderer.setElementProperty(this._el_43,"hidden",O),this._expr_97=O),this._NgClass_43_3.detectChangesInHostProps(this,this._el_43,t),this._Zippy_47_4.detectChangesInHostProps(this,this._el_47,t),this._JsonSchemaLazy_49_6.detectChangesInHostProps(this,this._el_49,t),this.detectViewChildrenChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_49_6.context.ngAfterViewInit()},n.prototype.destroyInternal=function(){this._JsonSchemaLazy_49_6.context.ngOnDestroy()},n.prototype._handle_click_5_0=function(t){this.markPathToRootAsCheckOnce();var e=this._Zippy_47_4.context.toggle()!==!1;return e},n.prototype._handle_open_47_0=function(t){this.markPathToRootAsCheckOnce();var e=this._JsonSchemaLazy_49_6.context.load()!==!1;return e},n}(M.AppView),Nt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,":svg:svg",new N.InlineArray16(12,":xml:space","preserve","version","1.1","viewBox","0 0 24 24","x","0","xmlns","http://www.w3.org/2000/svg","y","0"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,":svg:polygon",new N.InlineArray2(2,"points","17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "),null),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3],[],[]),null},e}(M.AppView),Mt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1," ",this.parent.context.$implicit._range," ");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),jt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t), +e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-required"),null),this._text_1=this.renderer.createText(this._el_0,"Required",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(M.AppView),Dt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-nullable"),null),this._text_1=this.renderer.createText(this._el_0,"Nullable",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(M.AppView),Lt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_5=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","param-default"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,"span",new N.InlineArray2(2,"class","param-default-value"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._pipe_json_0=new et.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new R.ValueUnwrapper;this.detectContentChildrenChanges(t),e.reset();var n=N.interpolate(1,"",e.unwrap(this._pipe_json_0.transform(this.parent.context.$implicit.default)),"");(e.hasWrappedValue||N.checkBinding(t,this._expr_5,n))&&(this.renderer.setText(this._text_3,n),this._expr_5=n),this.detectViewChildrenChanges(t)},e}(M.AppView),Vt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new j.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new q.TemplateRef_(this._appEl_2,T),this._NgFor_2_6=new G.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&2===e?this._TemplateRef_2_5:t===K.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),Ft=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED,this._expr_3=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new et.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new R.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=N.interpolate(1,"param-enum-value ",this.context.$implicit.type,"");N.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=N.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||N.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(M.AppView),Bt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1,"",this.parent.context.$implicit.pattern,"");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),Ut=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","discriminator-info"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,"drop-down",N.EMPTY_INLINE_ARRAY,null),this._appEl_2=new j.AppElement(2,0,this,this._el_2);var e=ut.viewFactory_DropDown0(this.viewUtils,this.injector(2),this._appEl_2);this._DropDown_2_4=new ut.Wrapper_DropDown(new V.ElementRef(this._el_2)),this._appEl_2.initComponent(this._DropDown_2_4.context,[],e),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._appEl_4=new j.AppElement(4,2,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,A),this._NgFor_4_6=new G.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parent.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parent.ref),this._text_5=this.renderer.createText(null,"\n ",null),e.create(this._DropDown_2_4.context,[[].concat([this._text_3,this._appEl_4,this._text_5])],null),this._text_6=this.renderer.createText(this._el_0,"\n ",null);var n=this.renderer.listen(this._el_2,"change",this.eventHandler(this._handle_change_2_0.bind(this))),r=this._DropDown_2_4.context.change.subscribe(this.eventHandler(this._handle_change_2_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[n],[r]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===K.NgFor&&4===e?this._NgFor_4_6.context:t===lt.DropDown&&2<=e&&e<=5?this._DropDown_2_4.context:n},e.prototype.detectChangesInternal=function(t){this._DropDown_2_4.detectChangesInInputProps(this,this._el_2,t);var e=this.parent.parent.parent.context.descendants;this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),t||0===this.numberOfChecks&&this._DropDown_2_4.context.ngAfterContentInit(),this._DropDown_2_4.detectChangesInHostProps(this,this._el_2,t),this.detectViewChildrenChanges(t)},e.prototype._handle_change_2_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.parent.parent.context.selectDescendant(t)!==!1;return e},e}(M.AppView),zt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED,this._expr_3=R.UNINITIALIZED,this._expr_4=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"option",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=this.context.index;N.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"value",e),this._expr_2=e);var n=this.context.$implicit.active?"":null;N.checkBinding(t,this._expr_3,n)&&(this.renderer.setElementAttribute(this._el_0,"selected",null==n?null:n.toString()),this._expr_3=n);var r=N.interpolate(1,"",this.context.$implicit.name,"");N.checkBinding(t,this._expr_4,r)&&(this.renderer.setText(this._text_1,r),this._expr_4=r),this.detectViewChildrenChanges(t)},e}(M.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(56),s=function(t){function e(e,n,r){t.call(this,e),this._renderer=n,this._elementRef=r,this.final=!1,this.schema={},this.activeDescendant={},this.hasDescendants=!1,this._hasSubSchemas=!1,this.autoExpand=!1,this.normalizer=new o.SchemaNormalizer(e)}return __extends(e,t),Object.defineProperty(e.prototype,"normPointer",{get:function(){return this.schema._pointer||this.pointer},enumerable:!0,configurable:!0}),e.prototype.selectDescendant=function(t){var e=this.descendants[t];e&&!e.active&&(this.descendants.forEach(function(t){t.active=!1}),e.active=!0,this.pointer=e.$ref,this.schema=this.specMgr.byPointer(this.pointer),this.normalizer.reset(),this.schema=this.normalizer.normalize(this.schema,this.normPointer,{resolved:!0}),this.preprocessSchema())},e.prototype.initDescendants=function(){if(this.descendants=this.specMgr.findDerivedDefinitions(this.normPointer),this.descendants.length){this.hasDescendants=!0;var t=this.schema.discriminator||this.schema["x-extendedDiscriminator"],e=this.schema._properties&&this.schema._properties.filter(function(e){return e.name===t})[0];if(e&&e.enum){var n={};e.enum.forEach(function(t,e){n[t.val]=e}),this.schema._descendants.sort(function(t,e){return n[t.name]>n[e.name]?1:-1})}this.selectDescendant(0)}},e.prototype.init=function(){if(this.pointer){if(this.schema=this.componentSchema,!this.schema)throw new Error("Can't load component schema at "+this.pointer);this.applyStyling(),this.schema=this.normalizer.normalize(this.schema,this.normPointer,{resolved:!0}),this.schema=o.SchemaHelper.unwrapArray(this.schema,this.normPointer),this._isArray=this.schema._isArray,this.initDescendants(),this.preprocessSchema()}},e.prototype.preprocessSchema=function(){o.SchemaHelper.preprocess(this.schema,this.normPointer,this.pointer),this.schema.isTrivial||o.SchemaHelper.preprocessProperties(this.schema,this.normPointer,{childFor:this.childFor}),this.properties=this.schema._properties,this.isRequestSchema&&(this.properties=this.properties&&this.properties.filter(function(t){return!t.readOnly})),this._hasSubSchemas=this.properties&&this.properties.some(function(t){return"array"===t.type&&(t=t.items),t&&"object"===t.type&&t._pointer}),this.autoExpand=this.properties&&1===this.properties.length},e.prototype.applyStyling=function(){this.nestOdd&&this._renderer.setElementAttribute(this._elementRef.nativeElement,"nestodd","true")},e.prototype.trackByName=function(t,e){return e.name+(e._pointer||"")},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"final",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"nestOdd",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"childFor",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"isRequestSchema",void 0),e=__decorate([r.Component({selector:"json-schema",templateUrl:"./json-schema.html",styleUrls:["./json-schema.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof r.Renderer&&r.Renderer)&&s||Object,"function"==typeof(a="undefined"!=typeof r.ElementRef&&r.ElementRef)&&a||Object])],e);var n,s,a}(i.BaseComponent);e.JsonSchema=s},function(t,e,n){"use strict";var r=n(2),i=function(){function t(){this.progress=0,this.display="block"}return t.prototype.ngOnChanges=function(t){var e=this;100===t.progress.currentValue&&setTimeout(function(){e.display="none"},500)},__decorate([r.Input(),__metadata("design:type",Number)],t.prototype,"progress",void 0),__decorate([r.HostBinding("style.display"),__metadata("design:type",Object)],t.prototype,"display",void 0),t=__decorate([r.Component({selector:"loading-bar",template:"\n \n ",styles:["\n :host {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n display: block;\n\n height: 5px;\n z-index: 100;\n }\n\n span {\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: attr(progress percentage);\n background-color: #5f7fc3;\n transition: right 0.2s linear;\n }\n "]}),__metadata("design:paramtypes",[])],t)}();e.LoadingBar=i},function(t,e,n){"use strict";var r=n(2),i=n(79),o=n(39),s=n(123),a=n(56),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.optionsService=n,this.chDetector=r,this.appState=i,this.el=o,this.hidden=!0}return __extends(e,t),e.prototype.init=function(){this.method={},this.optionsService.options.hideHostname?this.method.apiUrl=this.specMgr.basePath:this.method.apiUrl=this.specMgr.apiUrl,this.method.httpMethod=i.default.baseName(this.pointer),this.method.path=i.default.baseName(this.pointer,2),this.method.info=this.componentSchema,this.method.info.tags=this.filterMainTags(this.method.info.tags),this.method.bodyParam=this.findBodyParam(),this.method.summary=s.SchemaHelper.methodSummary(this.componentSchema),this.componentSchema.operationId?this.method.anchor="operation/"+encodeURIComponent(this.componentSchema.operationId):this.method.anchor=this.tag+encodeURIComponent(this.pointer)},e.prototype.filterMainTags=function(t){var e=this.specMgr.getTagsMap();return t?t.filter(function(t){return e[t]&&e[t]["x-traitTag"]}):[]},e.prototype.findBodyParam=function(){var t=this.specMgr.getMethodParams(this.pointer,!0),e=t.find(function(t){return"body"===t.in});return e},e.prototype.show=function(t){t?this.el.nativeElement.firstElementChild.removeAttribute("hidden"):this.el.nativeElement.firstElementChild.setAttribute("hidden","hidden")},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"tag",void 0),__decorate([r.Input(),__metadata("design:type",Object)],e.prototype,"posInfo",void 0),e=__decorate([r.Component({selector:"method",templateUrl:"./method.html",styleUrls:["./method.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(c="undefined"!=typeof a.OptionsService&&a.OptionsService)&&c||Object,"function"==typeof(u="undefined"!=typeof r.ChangeDetectorRef&&r.ChangeDetectorRef)&&u||Object,"function"==typeof(l="undefined"!=typeof a.AppStateService&&a.AppStateService)&&l||Object,"function"==typeof(h="undefined"!=typeof r.ElementRef&&r.ElementRef)&&h||Object])],e);var n,c,u,l,h}(o.BaseComponent);e.Method=c},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(56),s=function(t){function e(e){t.call(this,e),this.tags=[]}return __extends(e,t),e.prototype.init=function(){var t=o.SchemaHelper.buildMenuTree(this.specMgr.schema);this.tags=t.filter(function(t){return!t.virtual}),this.tags.forEach(function(t){t.methods=t.methods||[],t.methods.forEach(function(e){e.tag=t.id})})},e.prototype.trackByPointer=function(t,e){return e.pointer},e.prototype.trackByTagName=function(t,e){return e.name},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([r.Component({selector:"methods-list",templateUrl:"./methods-list.html",styleUrls:["./methods-list.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.MethodsList=s},function(t,e,n){"use strict";function r(t,e,n){t[e]||(t[e]=[]),t[e].push(n)}var i=n(2),o=n(39),s=n(123),a=function(t){function e(e){t.call(this,e)}return __extends(e,t),e.prototype.init=function(){var t=this;this.params=[];var e=this.specMgr.getMethodParams(this.pointer,!0);e=e.map(function(e){var n=e._pointer;return"body"===e.in?e:(e._name=e.name,s.SchemaHelper.preprocess(e,n,t.pointer))});var n=this.orderParams(e);if(n.body&&n.body.length){var r=n.body[0];this.bodyParam=r,n.body=void 0}this.empty=!(Object.keys(n).length||this.bodyParam);var i=["path","query","formData","header","body"],o={path:"Used together with Path Templating, where the parameter value is actually part\n of the operation's URL. This does not include the host or base path of the API.\n For example, in /items/{itemId}, the path parameter is itemId",query:"Parameters that are appended to the URL.\n For example, in /items?id=###, the query parameter is id",formData:"Parameters that are submitted through a form.\n application/x-www-form-urlencoded, multipart/form-data or both are usually\n used as the content type of the request",header:"Custom headers that are expected as part of the request"},a=[];i.forEach(function(t){n[t]&&n[t].length&&a.push({place:t,placeHint:o[t],params:n[t]})}),this.params=a},e.prototype.orderParams=function(t){var e={};return t.forEach(function(t){return r(e,t.in,t)}),e},e.prototype.ngOnInit=function(){this.preinit()},__decorate([i.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([i.Component({selector:"params-list",templateUrl:"./params-list.html",styleUrls:["./params-list.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object])],e);var n}(o.BaseComponent);e.ParamsList=a},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(79),s=n(316),a=n(56),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.appState=n,this.scrollService=r,this.el=i,this.zone=o,this.selectedLang=this.appState.samplesLanguage}return __extends(e,t),e.prototype.changeLangNotify=function(t){var e=this,n=this.scrollService.relativeScrollPos(this.el.nativeElement);this.selectedLang.next(t);var r=this.zone.onMicrotaskEmpty.subscribe(function(){e.scrollService.scrollTo(e.el.nativeElement,n),r.unsubscribe()})},e.prototype.init=function(){this.schemaPointer=this.schemaPointer?o.default.join(this.schemaPointer,"schema"):null,this.samples=this.componentSchema["x-code-samples"]||[],this.schemaPointer||this.samples.length||(this.hidden=!0)},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"schemaPointer",void 0),__decorate([r.ViewChildren(s.Tabs),__metadata("design:type","function"==typeof(n="undefined"!=typeof r.QueryList&&r.QueryList)&&n||Object)],e.prototype,"childQuery",void 0),__decorate([r.HostBinding("attr.hidden"),__metadata("design:type",Object)],e.prototype,"hidden",void 0),e=__decorate([r.Component({selector:"request-samples",templateUrl:"./request-samples.html",styleUrls:["./request-samples.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(c="undefined"!=typeof i.SpecManager&&i.SpecManager)&&c||Object,"function"==typeof(u="undefined"!=typeof a.AppStateService&&a.AppStateService)&&u||Object,"function"==typeof(l="undefined"!=typeof a.ScrollService&&a.ScrollService)&&l||Object,"function"==typeof(h="undefined"!=typeof r.ElementRef&&r.ElementRef)&&h||Object,"function"==typeof(p="undefined"!=typeof r.NgZone&&r.NgZone)&&p||Object])],e);var n,c,u,l,h,p}(i.BaseComponent);e.RequestSamples=c},function(t,e,n){"use strict";function r(t){return!isNaN(parseFloat(t))&&isFinite(t)}var i=n(2),o=n(39),s=n(79),a=n(80),c=n(56),u=n(123),l=function(t){function e(e,n){t.call(this,e),this.options=n.options}return __extends(e,t),e.prototype.init=function(){var t=this;this.responses=[];var e=this.componentSchema;e&&(e=Object.keys(e).filter(function(t){return r(t)||"default"===t}).map(function(n){var r=e[n];if(r.pointer=s.default.join(t.pointer,n),r.$ref){var i=r.$ref;r=t.specMgr.byPointer(r.$ref),r.pointer=i}return r.empty=!r.schema,r.code=n,r.type=a.statusCodeType(r.code),!r.headers||r.headers instanceof Array||(r.headers=Object.keys(r.headers).map(function(e){var n=r.headers[e];return n.name=e,u.SchemaHelper.preprocess(n,t.pointer,t.pointer)}),r.empty=!1),r.extendable=r.headers||r.length,r}),this.responses=e)},e.prototype.trackByCode=function(t,e){return e.code},e.prototype.ngOnInit=function(){this.preinit()},__decorate([i.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([i.Component({selector:"responses-list",templateUrl:"./responses-list.html",styleUrls:["./responses-list.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(l="undefined"!=typeof c.OptionsService&&c.OptionsService)&&l||Object])],e);var n,l}(o.BaseComponent);e.ResponsesList=l},function(t,e,n){"use strict";function r(t){return!isNaN(parseFloat(t))&&isFinite(t)}function i(t){return t.examples&&t.examples["application/json"]||t.schema}var o=n(2),s=n(39),a=n(79),c=n(80),u=function(t){function e(e){t.call(this,e)}return __extends(e,t),e.prototype.init=function(){var t=this;this.data={},this.data.responses=[];var e=this.componentSchema;e&&(e=Object.keys(e).filter(function(t){return r(t)||"default"===t}).map(function(n){var r=e[n];if(r.pointer=a.default.join(t.pointer,n),r.$ref){var i=r.$ref;r=t.specMgr.byPointer(r.$ref),r.pointer=i}return r.code=n,r.type=c.statusCodeType(r.code),r}).filter(function(t){return i(t)}),this.data.responses=e)},e.prototype.ngOnInit=function(){this.preinit()},__decorate([o.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([o.Component({selector:"responses-samples",templateUrl:"./responses-samples.html",styleUrls:["./responses-samples.css"],changeDetection:o.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof s.SpecManager&&s.SpecManager)&&n||Object])],e);var n}(s.BaseComponent);e.ResponsesSamples=u},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(121),s={oauth2:"OAuth2",apiKey:"API Key",basic:"Basic Authorization"},a=function(t){function e(e){t.call(this,e),this.info={}}return __extends(e,t),e.insertTagIntoDescription=function(t){return o.ComponentParser.contains(t,"security-definitions")?t:/^#\s?Authentication\s*$/im.test(t)?t:t+"\n# Authentication \n"+o.ComponentParser.build("security-definitions")},e.prototype.init=function(){var t=this;this.componentSchema=this.componentSchema.securityDefinitions,this.defs=Object.keys(this.componentSchema).map(function(e){var n=t.componentSchema[e];return n._displayType=s[n.type],{name:e,details:n}})},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"security-definitions",styleUrls:["./security-definitions.css"],templateUrl:"./security-definitions.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.SecurityDefinitions=a},function(t,e,n){"use strict";var r=n(2),i=n(2),o=n(39),s=n(56),a=n(106),c=window,u=function(t){function e(e,n,r,i,o,s,a){var c=this;t.call(this,e),this.scrollService=r,this.menuService=i,this.hash=o,this.detectorRef=a,this.firstChange=!0,this.$element=n.nativeElement,this.activeCatCaption="",this.activeItemCaption="",this.options=s.options,this.menuService.changed.subscribe(function(t){return c.changed(t)})}return __extends(e,t),e.prototype.changed=function(t){if(t){var e=t.cat,n=t.item;this.activeCatCaption=e.name||"",this.activeItemCaption=n&&n.summary||""}this.detectorRef.detectChanges(),this.firstChange&&(this.scrollActiveIntoView(),this.firstChange=!1)},e.prototype.scrollActiveIntoView=function(){var t=this.$element.querySelector("li.active, label.active");t&&t.scrollIntoView()},e.prototype.activateAndScroll=function(t,e){this.mobileMode()&&this.toggleMobileNav();var n=this.categories;n[t].ready&&(n[t].methods&&n[t].methods.length&&e>=0&&!n[t].methods[e].ready||(this.menuService.activate(t,e),this.menuService.scrollToActive()))},e.prototype.init=function(){var t=this;this.categories=this.menuService.categories,this.$mobileNav=a.BrowserDomAdapter.querySelector(this.$element,".mobile-nav"),this.$resourcesNav=a.BrowserDomAdapter.querySelector(this.$element,"#resources-nav"),this.scrollService.scrollYOffset=function(){var e=t.$mobileNav.clientHeight;return t.options.scrollYOffset()+e}},e.prototype.mobileMode=function(){return this.$mobileNav.clientHeight>0},e.prototype.toggleMobileNav=function(){var t=this.options.$scrollParent===c?a.BrowserDomAdapter.defaultDoc().body:this.$scrollParent;if(a.BrowserDomAdapter.hasStyle(this.$resourcesNav,"height"))a.BrowserDomAdapter.removeStyle(this.$resourcesNav,"height"),a.BrowserDomAdapter.removeStyle(t,"overflow-y");else{var e=this.options.$scrollParent.innerHeight||this.options.$scrollParent.clientHeight,n=e-this.$mobileNav.getBoundingClientRect().bottom;a.BrowserDomAdapter.setStyle(t,"overflow-y","hidden"),a.BrowserDomAdapter.setStyle(this.$resourcesNav,"height",n+"px")}},e.prototype.destroy=function(){this.scrollService.unbind()},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"side-menu",templateUrl:"./side-menu.html",styleUrls:["./side-menu.css"],animations:[i.trigger("itemAnimation",[i.state("collapsed, void",i.style({height:"0px"})),i.state("expanded",i.style({height:"*"})),i.transition("collapsed <=> expanded",[i.animate("200ms ease")])])]}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(u="undefined"!=typeof r.ElementRef&&r.ElementRef)&&u||Object,"function"==typeof(l="undefined"!=typeof s.ScrollService&&s.ScrollService)&&l||Object,"function"==typeof(h="undefined"!=typeof s.MenuService&&s.MenuService)&&h||Object,"function"==typeof(p="undefined"!=typeof s.Hash&&s.Hash)&&p||Object,"function"==typeof(f="undefined"!=typeof s.OptionsService&&s.OptionsService)&&f||Object,"function"==typeof(_="undefined"!=typeof r.ChangeDetectorRef&&r.ChangeDetectorRef)&&_||Object])],e);var n,u,l,h,p,f,_}(o.BaseComponent);e.SideMenu=u},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(56),s=function(t){function e(e,n){t.call(this,e),this.warnings=[],this.shown=!1,this.suppressWarnings=n.options.suppressWarnings}return __extends(e,t),e.prototype.init=function(){var t=this;this.shown=!this.suppressWarnings&&!!this.warnings.length,o.WarningsService.warnings.subscribe(function(e){t.warnings=e,t.shown=!t.suppressWarnings&&!!e.length})},e.prototype.close=function(){this.shown=!1},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"warnings",styleUrls:["./warnings.css"],templateUrl:"./warnings.html"}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof o.OptionsService&&o.OptionsService)&&s||Object])],e);var n,s}(i.BaseComponent);e.Warnings=s},function(t,e,n){"use strict";var r=n(2),i=n(655),o=function(){function t(t){this.change=new r.EventEmitter,this.elem=t.nativeElement}return t.prototype.ngAfterContentInit=function(){this.inst=new i(this.elem.firstElementChild,{autoWidth:!0})},t.prototype.onChange=function(t){this.change.next(t)},t.prototype.destroy=function(){this.inst.dispose()},__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"change",void 0),t=__decorate([r.Component({selector:"drop-down",template:"\n \n ",styleUrls:["./drop-down.css"]}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.DropDown=o},function(t,e,n){"use strict";var r=n(2),i=n(56),o=function(){function t(t,e,n,r,i){this.view=t,this.projector=e,this.parser=n,this.resolver=r,this.renderer=i}return t.prototype.ngOnInit=function(){this.parser.setRenderer(this.renderer);var t=this.parser.splitIntoNodesOrComponents(this.html,this.view.injector),e=this.resolver.resolveComponentFactory(s),n=this.projector.instantiateAndProject(e,this.view,t);n.changeDetectorRef.markForCheck()},__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"html",void 0),t=__decorate([r.Component({selector:"dynamic-ng2-viewer",template:""}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ViewContainerRef&&r.ViewContainerRef)&&e||Object,"function"==typeof(n="undefined"!=typeof i.ContentProjector&&i.ContentProjector)&&n||Object,"function"==typeof(o="undefined"!=typeof i.ComponentParser&&i.ComponentParser)&&o||Object,"function"==typeof(a="undefined"!=typeof r.ComponentFactoryResolver&&r.ComponentFactoryResolver)&&a||Object,"function"==typeof(c="undefined"!=typeof r.Renderer&&r.Renderer)&&c||Object])],t);var e,n,o,a,c}();e.DynamicNg2Viewer=o;var s=function(){function t(){}return t=__decorate([r.Component({selector:"dynamic-ng2-wrapper",template:""}),__metadata("design:paramtypes",[])],t)}();e.DynamicNg2Wrapper=s},function(t,e,n){"use strict";var r=n(2),i=n(310),o=function(){function t(t){this.element=t}return t.prototype.onClick=function(){i.Clipboard.selectElement(this.element.nativeElement)},__decorate([r.HostListener("click"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onClick",null),t=__decorate([r.Directive({selector:"[select-on-click]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.SelectOnClick=o},function(t,e,n){"use strict";var r=n(2),i=n(106),o=function(){function t(t){this.$element=t.nativeElement,i.BrowserDomAdapter.setStyle(this.$element,"position","absolute"),i.BrowserDomAdapter.setStyle(this.$element,"top","0"),i.BrowserDomAdapter.setStyle(this.$element,"bottom","0"),i.BrowserDomAdapter.setStyle(this.$element,"max-height","100%")}return t.prototype.bind=function(){var t=this;this.cancelScrollBinding=i.BrowserDomAdapter.onAndCancel(this.scrollParent,"scroll",function(){t.updatePosition()})},t.prototype.unbind=function(){this.cancelScrollBinding&&this.cancelScrollBinding()},t.prototype.updatePosition=function(){var t=!1;this.scrollY+this.scrollYOffset()>=this.$redocEl.offsetTop?(this.stick(),t=!0):this.unstick(),this.scrollY+window.innerHeight-this.scrollYOffset()>=this.$redocEl.scrollHeight?(this.stickBottom(),t=!0):this.unstickBottom(),t||i.BrowserDomAdapter.setStyle(this.$element,"position","absolute")},t.prototype.stick=function(){i.BrowserDomAdapter.setStyle(this.$element,"position","fixed"),i.BrowserDomAdapter.setStyle(this.$element,"top",this.scrollYOffset()+"px")},t.prototype.unstick=function(){i.BrowserDomAdapter.setStyle(this.$element,"top","0")},t.prototype.stickBottom=function(){i.BrowserDomAdapter.setStyle(this.$element,"position","fixed");var t=this.scrollY+this.scrollParentHeight-(this.$redocEl.scrollHeight+this.$redocEl.offsetTop);i.BrowserDomAdapter.setStyle(this.$element,"bottom",t+"px")},t.prototype.unstickBottom=function(){ +i.BrowserDomAdapter.setStyle(this.$element,"bottom","0")},Object.defineProperty(t.prototype,"scrollY",{get:function(){return void 0!=this.scrollParent.pageYOffset?this.scrollParent.pageYOffset:this.scrollParent.scrollTop},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"scrollParentHeight",{get:function(){return void 0!=this.scrollParent.innerHeight?this.scrollParent.innerHeight:this.scrollParent.clientHeight},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var t=this;this.$redocEl=this.$element.offsetParent.parentNode||i.BrowserDomAdapter.defaultDoc().body,this.bind(),requestAnimationFrame(function(){return t.updatePosition()})},t.prototype.ngOnDestroy=function(){this.unbind()},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"scrollParent",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"scrollYOffset",void 0),t=__decorate([r.Directive({selector:"[sticky-sidebar]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.StickySidebar=o},function(t,e,n){"use strict";(function(t){var r=n(17),i=r.Buffer,o=r.SlowBuffer,s=r.kMaxLength||2147483647;e.alloc=function(t,e,n){if("function"==typeof i.alloc)return i.alloc(t,e,n);if("number"==typeof n)throw new TypeError("encoding must not be number");if("number"!=typeof t)throw new TypeError("size must be a number");if(t>s)throw new RangeError("size is too large");var r=n,o=e;void 0===o&&(r=void 0,o=0);var a=new i(t);if("string"==typeof o)for(var c=new i(o,r),u=c.length,l=-1;++ls)throw new RangeError("size is too large");return new i(t)},e.from=function(e,n,r){if("function"==typeof i.from&&(!t.Uint8Array||Uint8Array.from!==i.from))return i.from(e,n,r);if("number"==typeof e)throw new TypeError('"value" argument must not be a number');if("string"==typeof e)return new i(e,n);if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer){var o=n;if(1===arguments.length)return new i(e);"undefined"==typeof o&&(o=0);var s=r;if("undefined"==typeof s&&(s=e.byteLength-o),o>=e.byteLength)throw new RangeError("'offset' is out of bounds");if(s>e.byteLength-o)throw new RangeError("'length' is out of bounds");return new i(e.slice(o,o+s))}if(i.isBuffer(e)){var a=new i(e.length);return e.copy(a,0,0,e.length),a}if(e){if(Array.isArray(e)||"undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return new i(e);if("Buffer"===e.type&&Array.isArray(e.data))return new i(e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")},e.allocUnsafeSlow=function(t){if("function"==typeof i.allocUnsafeSlow)return i.allocUnsafeSlow(t);if("number"!=typeof t)throw new TypeError("size must be a number");if(t>=s)throw new RangeError("size is too large");return new o(t)}}).call(e,n(27))},function(t,e,n){"use strict";var r=n(53),i=n(96),o=n(36);t.exports=function(t){for(var e=r(this),n=o(e.length),s=arguments.length,a=i(s>1?arguments[1]:void 0,n),c=s>2?arguments[2]:void 0,u=void 0===c?n:i(c,n);u>a;)e[a++]=t;return e}},function(t,e,n){var r=n(59),i=n(36),o=n(96);t.exports=function(t){return function(e,n,s){var a,c=r(e),u=i(c.length),l=o(s,u);if(t&&n!=n){for(;u>l;)if(a=c[l++],a!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},function(t,e,n){var r=n(92),i=n(19)("toStringTag"),o="Arguments"==r(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(19)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,!"/./"[t](e)}catch(t){}}return!0}},function(t,e,n){"use strict";var r=n(7);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(11),i=n(247).set;t.exports=function(t,e,n){var o,s=e.constructor;return s!==n&&"function"==typeof s&&(o=s.prototype)!==n.prototype&&r(o)&&i&&i(t,o),t}},function(t,e,n){var r=n(108),i=n(19)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},function(t,e,n){var r=n(92);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(11),i=n(92),o=n(19)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,n){"use strict";var r=n(127),i=n(1),o=n(48),s=n(52),a=n(41),c=n(108),u=n(333),l=n(130),h=n(63),p=n(19)("iterator"),f=!([].keys&&"next"in[].keys()),_="@@iterator",d="keys",g="values",m=function(){return this};t.exports=function(t,e,n,y,v,b,w){u(n,e,y);var x,C,E,I=function(t){if(!f&&t in O)return O[t];switch(t){case d:return function(){return new n(this,t)};case g:return function(){return new n(this,t)}}return function(){return new n(this,t)}},S=e+" Iterator",T=v==g,k=!1,O=t.prototype,A=O[p]||O[_]||v&&O[v],P=A||I(v),R=v?T?I("entries"):P:void 0,N="Array"==e?O.entries||A:A;if(N&&(E=h(N.call(new t)),E!==Object.prototype&&(l(E,S,!0),r||a(E,p)||s(E,p,m))),T&&A&&A.name!==g&&(k=!0,P=function(){return A.call(this)}),r&&!w||!f&&!k&&O[p]||s(O,p,P),c[e]=P,c[S]=m,v)if(x={values:T?P:I(g),keys:b?P:I(d),entries:R},w)for(C in x)C in O||o(O,C,x[C]);else i(i.P+i.F*(f||k),e,x);return x}},function(t,e,n){var r=n(19)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],s=o[r]();s.next=function(){return{done:n=!0}},o[r]=function(){return s},t(o)}catch(t){}return n}},function(t,e){var n=Math.expm1;t.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||n(-2e-17)!=-2e-17?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:n},function(t,e){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,e,n){var r=n(11),i=n(7),o=function(t,e){if(i(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{r=n(93)(Function.call,n(71).f(Object.prototype,"__proto__").set,2),r(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return o(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:o}},function(t,e,n){var r=n(172)("keys"),i=n(97);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,e,n){var r=n(242),i=n(69);t.exports=function(t,e,n){if(r(e))throw TypeError("String#"+n+" doesn't accept regex!");return String(i(t))}},function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,e,n){"use strict";var r=n(14),i=n(29),o=n(127),s=n(174),a=n(52),c=n(128),u=n(10),l=n(125),h=n(85),p=n(36),f=n(95).f,_=n(23).f,d=n(233),g=n(130),m="ArrayBuffer",y="DataView",v="prototype",b="Wrong length!",w="Wrong index!",x=r[m],C=r[y],E=r.Math,I=r.RangeError,S=r.Infinity,T=x,k=E.abs,O=E.pow,A=E.floor,P=E.log,R=E.LN2,N="buffer",M="byteLength",j="byteOffset",D=i?"_b":N,L=i?"_l":M,V=i?"_o":j,F=function(t,e,n){var r,i,o,s=Array(n),a=8*n-e-1,c=(1<>1,l=23===e?O(2,-24)-O(2,-77):0,h=0,p=t<0||0===t&&1/t<0?1:0;for(t=k(t),t!=t||t===S?(i=t!=t?1:0,r=c):(r=A(P(t)/R),t*(o=O(2,-r))<1&&(r--,o*=2),t+=r+u>=1?l/o:l*O(2,1-u),t*o>=2&&(r++,o/=2),r+u>=c?(i=0,r=c):r+u>=1?(i=(t*o-1)*O(2,e),r+=u):(i=t*O(2,u-1)*O(2,e),r=0));e>=8;s[h++]=255&i,i/=256,e-=8);for(r=r<0;s[h++]=255&r,r/=256,a-=8);return s[--h]|=128*p,s},B=function(t,e,n){var r,i=8*n-e-1,o=(1<>1,a=i-7,c=n-1,u=t[c--],l=127&u;for(u>>=7;a>0;l=256*l+t[c],c--,a-=8);for(r=l&(1<<-a)-1,l>>=-a,a+=e;a>0;r=256*r+t[c],c--,a-=8);if(0===l)l=1-s;else{if(l===o)return r?NaN:u?-S:S;r+=O(2,e),l-=s}return(u?-1:1)*r*O(2,l-e)},U=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},z=function(t){return[255&t]},H=function(t){return[255&t,t>>8&255]},q=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},W=function(t){return F(t,52,8)},$=function(t){return F(t,23,4)},Y=function(t,e,n){_(t[v],e,{get:function(){return this[n]}})},Z=function(t,e,n,r){var i=+n,o=h(i);if(i!=o||o<0||o+e>t[L])throw I(w);var s=t[D]._b,a=o+t[V],c=s.slice(a,a+e);return r?c:c.reverse()},G=function(t,e,n,r,i,o){var s=+n,a=h(s);if(s!=a||a<0||a+e>t[L])throw I(w);for(var c=t[D]._b,u=a+t[V],l=r(+i),p=0;ptt;)(K=Q[tt++])in x||a(x,K,T[K]);o||(X.constructor=x)}var et=new C(new x(2)),nt=C[v].setInt8;et.setInt8(0,2147483648),et.setInt8(1,2147483649),!et.getInt8(0)&&et.getInt8(1)||c(C[v],{setInt8:function(t,e){nt.call(this,t,e<<24>>24)},setUint8:function(t,e){nt.call(this,t,e<<24>>24)}},!0)}else x=function(t){var e=J(this,t);this._b=d.call(Array(e),0),this[L]=e},C=function(t,e,n){l(this,C,y),l(t,x,y);var r=t[L],i=h(e);if(i<0||i>r)throw I("Wrong offset!");if(n=void 0===n?r-i:p(n),i+n>r)throw I(b);this[D]=t,this[V]=i,this[L]=n},i&&(Y(x,M,"_l"),Y(C,N,"_b"),Y(C,M,"_l"),Y(C,j,"_o")),c(C[v],{getInt8:function(t){return Z(this,1,t)[0]<<24>>24},getUint8:function(t){return Z(this,1,t)[0]},getInt16:function(t){var e=Z(this,2,t,arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=Z(this,2,t,arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return U(Z(this,4,t,arguments[1]))},getUint32:function(t){return U(Z(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return B(Z(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return B(Z(this,8,t,arguments[1]),52,8)},setInt8:function(t,e){G(this,1,t,z,e)},setUint8:function(t,e){G(this,1,t,z,e)},setInt16:function(t,e){G(this,2,t,H,e,arguments[2])},setUint16:function(t,e){G(this,2,t,H,e,arguments[2])},setInt32:function(t,e){G(this,4,t,q,e,arguments[2])},setUint32:function(t,e){G(this,4,t,q,e,arguments[2])},setFloat32:function(t,e){G(this,4,t,$,e,arguments[2])},setFloat64:function(t,e){G(this,8,t,W,e,arguments[2])}});g(x,m),g(C,y),a(C[v],s.VIEW,!0),e[m]=x,e[y]=C},function(t,e,n){var r=n(235),i=n(19)("iterator"),o=n(108);t.exports=n(18).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){for(var r=n(175),i=n(48),o=n(14),s=n(52),a=n(108),c=n(19),u=c("iterator"),l=c("toStringTag"),h=a.Array,p=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],f=0;f<5;f++){var _,d=p[f],g=o[d],m=g&&g.prototype;if(m){m[u]||s(m,u,h),m[l]||s(m,l,d),a[d]=h;for(_ in r)m[_]||i(m,_,r[_],!0)}}},function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}},function(t,e,n){"use strict";var r=n(111);t.exports=new r({explicit:[n(697),n(695),n(690)]})},function(t,e,n){"use strict";function r(t){this.afterTransform=function(e,n){return i(t,e,n)},this.needTransform=!1,this.transforming=!1,this.writecb=null,this.writechunk=null,this.writeencoding=null}function i(t,e,n){var r=t._transformState;r.transforming=!1;var i=r.writecb;if(!i)return t.emit("error",new Error("no writecb in Transform class"));r.writechunk=null,r.writecb=null,null!==n&&void 0!==n&&t.push(n),i(e);var o=t._readableState;o.reading=!1,(o.needReadable||o.length-1?setImmediate:C,I=n(17).Buffer;s.WritableState=o;var S=n(65);S.inherits=n(42);var T,k={deprecate:n(398)};!function(){try{T=n(114)}catch(t){}finally{T||(T=n(99).EventEmitter)}}();var I=n(17).Buffer;S.inherits(s,T);var O;o.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(o.prototype,"buffer",{get:k.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")})}catch(t){}}();var O;s.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe. Not readable."))},s.prototype.write=function(t,e,n){var i=this._writableState,o=!1;return"function"==typeof e&&(n=e,e=null),I.isBuffer(t)?e="buffer":e||(e=i.defaultEncoding),"function"!=typeof n&&(n=r),i.ended?a(this,n):c(this,i,t,n)&&(i.pendingcb++,o=l(this,i,t,e,n)),o},s.prototype.cork=function(){var t=this._writableState;t.corked++},s.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||m(this,t))},s.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);this._writableState.defaultEncoding=t},s.prototype._write=function(t,e,n){n(new Error("not implemented"))},s.prototype._writev=null,s.prototype.end=function(t,e,n){var r=this._writableState;"function"==typeof t?(n=t,t=null,e=null):"function"==typeof e&&(n=e,e=null),null!==t&&void 0!==t&&this.write(t,e),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||w(this,r,n)}}).call(e,n(43))},function(t,e){"use strict";function n(t,e,n,r,i){this.src=t,this.env=r,this.options=n,this.parser=e,this.tokens=i,this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache=[],this.isInLabel=!1,this.linkLevel=0,this.linkContent="",this.labelUnmatchedScopes=0}n.prototype.pushPending=function(){this.tokens.push({type:"text",content:this.pending,level:this.pendingLevel}),this.pending=""},n.prototype.push=function(t){this.pending&&this.pushPending(),this.tokens.push(t),this.pendingLevel=this.level},n.prototype.cacheSet=function(t,e){for(var n=this.cache.length;n<=t;n++)this.cache.push(0);this.cache[t]=e},n.prototype.cacheGet=function(t){return t1)return void(this.connection=null);var n=this.connection,r=t._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()},e}(s.Subscriber)},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=function(t){function e(e,n){t.call(this),this.value=e,this.scheduler=n,this._isScalar=!0,n&&(this._isScalar=!1)}return r(e,t),e.create=function(t,n){return new e(t,n)},e.dispatch=function(t){var e=t.done,n=t.value,r=t.subscriber;return e?void r.complete():(r.next(n),void(r.closed||(t.done=!0,this.schedule(t))))},e.prototype._subscribe=function(t){var n=this.value,r=this.scheduler;return r?r.schedule(e.dispatch,0,{done:!1,value:n,subscriber:t}):(t.next(n),void(t.closed||t.complete()))},e}(i.Observable);e.ScalarObservable=o},function(t,e,n){"use strict";function r(){for(var t=[],e=0;ethis.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),g=function(t){function e(e,n,r,i){t.call(this,e),this.parent=n,this.observable=r,this.index=i,this.stillUnsubscribed=!0,this.buffer=[],this.isComplete=!1}return o(e,t),e.prototype[h.$$iterator]=function(){return this},e.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},e.prototype.hasValue=function(){return this.buffer.length>0},e.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},e.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){this.buffer.push(e),this.parent.checkIterators()},e.prototype.subscribe=function(t,e){return l.subscribeToResult(this,this.observable,this,e)},e}(u.OuterSubscriber)},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"object unsubscribed");this.name=e.name="ObjectUnsubscribedError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.ObjectUnsubscribedError=r},function(t,e){"use strict";function n(t){return"function"==typeof t}e.isFunction=n},function(t,e,n){"use strict";function r(t){return!i.isArray(t)&&t-parseFloat(t)+1>=0}var i=n(66);e.isNumeric=r},function(t,e,n){"use strict";var r=n(2),i=n(271),o=n(116),s=n(274);n.d(e,"CommonModule",function(){return a});var a=function(){function t(){}return t.decorators=[{type:r.NgModule,args:[{declarations:[i.a,s.a],exports:[i.a,s.a],providers:[{provide:o.NgLocalization,useClass:o.NgLocaleLocalization}]}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(75),i=n(46),o=n(32),s=n(403),a=n(193),c=n(139),u=n(404);n.d(e,"a",function(){return l}),n.d(e,"b",function(){return r.NgClass}),n.d(e,"c",function(){return i.NgFor}),n.d(e,"d",function(){return o.NgIf}),n.d(e,"e",function(){return s.a}),n.d(e,"f",function(){return s.b}),n.d(e,"g",function(){ +return a.NgStyle}),n.d(e,"h",function(){return c.NgSwitch}),n.d(e,"i",function(){return c.NgSwitchCase}),n.d(e,"j",function(){return c.NgSwitchDefault}),n.d(e,"k",function(){return u.a});var l=[r.NgClass,i.NgFor,o.NgIf,u.a,a.NgStyle,c.NgSwitch,c.NgSwitchCase,c.NgSwitchDefault,s.a,s.b]},function(t,e,n){"use strict";function r(t,e){if(n.i(o.a)(t))for(var i=0;i-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;nr&&(n=o,r=s)}}return n},t.flatten=function(t){var e=[];return r(t,e),e},t}())},function(t,e,n){"use strict";function r(t){return function(e,n){var r=t(e,n);return 1==r.length?"0"+r:r}}function i(t){return function(e,n){var r=t(e,n);return r.split(" ")[1]}}function o(t){return function(e,n){var r=t(e,n);return r.split(" ")[0]}}function s(t,e,n){return new Intl.DateTimeFormat(e,n).format(t).replace(/[\u200e\u200f]/g,"")}function a(t){var e={hour:"2-digit",hour12:!1,timeZoneName:t};return function(t,n){var r=s(t,n,e);return r?r.substring(3):""}}function c(t,e){return t.hour12=e,t}function u(t,e){var n={};return n[t]=2==e?"2-digit":"numeric",n}function l(t,e){var n={};return n[t]=e<4?"short":"long",n}function h(t){var e={};return t.forEach(function(t){Object.assign(e,t)}),e}function p(t){return function(e,n){return s(e,n,t)}}function f(t,e,n){var r,i,o="",s=[];if(y[t])return y[t](e,n);if(b.has(t))s=b.get(t);else{for(m.exec(t);t;)r=m.exec(t),r?(s=_(s,r,1),t=s.pop()):(s.push(t),t=null);b.set(t,s)}return s.forEach(function(t){i=v[t],o+=i?i(e,n):"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),o}function _(t,e,n){return t.concat(w.call(e,n))}n.d(e,"b",function(){return d}),n.d(e,"c",function(){return g}),n.d(e,"a",function(){return x});var d;!function(t){t[t.Decimal=0]="Decimal",t[t.Percent=1]="Percent",t[t.Currency=2]="Currency"}(d||(d={}));var g=function(){function t(){}return t.format=function(t,e,n,r){var i=void 0===r?{}:r,o=i.minimumIntegerDigits,s=i.minimumFractionDigits,a=i.maximumFractionDigits,c=i.currency,u=i.currencyAsSymbol,l=void 0!==u&&u,h={minimumIntegerDigits:o,minimumFractionDigits:s,maximumFractionDigits:a,style:d[n].toLowerCase()};return n==d.Currency&&(h.currency=c,h.currencyDisplay=l?"symbol":"code"),new Intl.NumberFormat(e,h).format(t)},t}(),m=/((?:[^yMLdHhmsazZEwGjJ']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|J+|j+|m+|s+|a|z|Z|G+|w+))(.*)/,y={yMMMdjms:p(h([u("year",1),l("month",3),u("day",1),u("hour",1),u("minute",1),u("second",1)])),yMdjm:p(h([u("year",1),u("month",1),u("day",1),u("hour",1),u("minute",1)])),yMMMMEEEEd:p(h([u("year",1),l("month",4),l("weekday",4),u("day",1)])),yMMMMd:p(h([u("year",1),l("month",4),u("day",1)])),yMMMd:p(h([u("year",1),l("month",3),u("day",1)])),yMd:p(h([u("year",1),u("month",1),u("day",1)])),jms:p(h([u("hour",1),u("second",1),u("minute",1)])),jm:p(h([u("hour",1),u("minute",1)]))},v={yyyy:p(u("year",4)),yy:p(u("year",2)),y:p(u("year",1)),MMMM:p(l("month",4)),MMM:p(l("month",3)),MM:p(u("month",2)),M:p(u("month",1)),LLLL:p(l("month",4)),dd:p(u("day",2)),d:p(u("day",1)),HH:r(o(p(c(u("hour",2),!1)))),H:o(p(c(u("hour",1),!1))),hh:r(o(p(c(u("hour",2),!0)))),h:o(p(c(u("hour",1),!0))),jj:p(u("hour",2)),j:p(u("hour",1)),mm:r(p(u("minute",2))),m:p(u("minute",1)),ss:r(p(u("second",2))),s:p(u("second",1)),sss:p(u("second",3)),EEEE:p(l("weekday",4)),EEE:p(l("weekday",3)),EE:p(l("weekday",2)),E:p(l("weekday",1)),a:i(p(c(u("hour",1),!0))),Z:a("short"),z:a("long"),ww:p({}),w:p({}),G:p(l("era",1)),GG:p(l("era",2)),GGG:p(l("era",3)),GGGG:p(l("era",4))},b=new Map,w=[].slice,x=function(){function t(){}return t.format=function(t,e,n){return f(n,t,e)},t}()},function(t,e,n){"use strict";var r=n(409),i=n(410),o=n(411),s=n(412),a=n(142),c=n(413),u=n(414),l=n(415),h=n(416);n.d(e,"a",function(){return p}),n.d(e,"g",function(){return r.a}),n.d(e,"h",function(){return u.c}),n.d(e,"c",function(){return i.a}),n.d(e,"i",function(){return u.a}),n.d(e,"d",function(){return o.a}),n.d(e,"e",function(){return s.a}),n.d(e,"f",function(){return a.JsonPipe}),n.d(e,"b",function(){return c.a}),n.d(e,"j",function(){return u.b}),n.d(e,"k",function(){return l.a}),n.d(e,"l",function(){return h.a});var p=[r.a,h.a,c.a,a.JsonPipe,l.a,u.a,u.b,u.c,i.a,o.a,s.a]},function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"d",function(){return s});var r="true",i="*",o="*",s="void"},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return i});var i=function(){function t(t){var e=this;this._players=t,this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this.parentPlayer=null;var i=0,o=this._players.length;0==o?n.i(r.l)(function(){return e._onFinish()}):this._players.forEach(function(t){t.parentPlayer=e,t.onDone(function(){++i>=o&&e._onFinish()})})}return t.prototype._onFinish=function(){this._finished||(this._finished=!0,n.i(r.d)(this.parentPlayer)||this.destroy(),this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){this._players.forEach(function(t){return t.init()})},t.prototype.onStart=function(t){this._onStartFns.push(t)},t.prototype.onDone=function(t){this._onDoneFns.push(t)},t.prototype.hasStarted=function(){return this._started},t.prototype.play=function(){n.i(r.d)(this.parentPlayer)||this.init(),this.hasStarted()||(this._onStartFns.forEach(function(t){return t()}),this._onStartFns=[],this._started=!0),this._players.forEach(function(t){return t.play()})},t.prototype.pause=function(){this._players.forEach(function(t){return t.pause()})},t.prototype.restart=function(){this._players.forEach(function(t){return t.restart()})},t.prototype.finish=function(){this._onFinish(),this._players.forEach(function(t){return t.finish()})},t.prototype.destroy=function(){this._onFinish(),this._players.forEach(function(t){return t.destroy()})},t.prototype.reset=function(){this._players.forEach(function(t){return t.reset()})},t.prototype.setPosition=function(t){this._players.forEach(function(e){e.setPosition(t)})},t.prototype.getPosition=function(){var t=0;return this._players.forEach(function(e){var n=e.getPosition();t=Math.min(n,t)}),t},t}()},function(t,e,n){"use strict";n.d(e,"AnimationKeyframe",function(){return r});var r=function(){function t(t,e){this.offset=t,this.styles=e}return t}()},function(t,e,n){"use strict";function r(t){o.push(t)}function i(){for(var t=0;t=this._players.length)this._activePlayer=new i.NoOpAnimationPlayer,this._onFinish();else{var o=this._players[this._currentIndex++];o.onDone(function(){return e._onNext(!0)}),this._activePlayer=o,t&&o.play()}},t.prototype._onFinish=function(){this._finished||(this._finished=!0,n.i(r.d)(this.parentPlayer)||this.destroy(),this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){this._players.forEach(function(t){return t.init()})},t.prototype.onStart=function(t){this._onStartFns.push(t)},t.prototype.onDone=function(t){this._onDoneFns.push(t)},t.prototype.hasStarted=function(){return this._started},t.prototype.play=function(){n.i(r.d)(this.parentPlayer)||this.init(),this.hasStarted()||(this._onStartFns.forEach(function(t){return t()}),this._onStartFns=[],this._started=!0),this._activePlayer.play()},t.prototype.pause=function(){this._activePlayer.pause()},t.prototype.restart=function(){this._players.length>0&&(this.reset(),this._players[0].restart())},t.prototype.reset=function(){this._players.forEach(function(t){return t.reset()})},t.prototype.finish=function(){this._onFinish(),this._players.forEach(function(t){return t.finish()})},t.prototype.destroy=function(){this._onFinish(),this._players.forEach(function(t){return t.destroy()})},t.prototype.setPosition=function(t){this._players[0].setPosition(t)},t.prototype.getPosition=function(){return this._players[0].getPosition()},t}()},function(t,e,n){"use strict";function r(t,e,r){void 0===r&&(r=null);var i={};return Object.keys(e).forEach(function(t){var n=e[t];i[t]=n==p.a?r:n.toString()}),Object.keys(t).forEach(function(t){n.i(l.d)(i[t])||(i[t]=r)}),i}function i(t,e,r){var i=r.length-1,o=r[0],s=c(o.styles.styles),a={},h=!1;Object.keys(t).forEach(function(e){var n=t[e];s[e]||(s[e]=n,a[e]=n,h=!0)});var f=u.f.merge({},s),_=r[i];_.styles.styles.unshift(e);var d=c(_.styles.styles),g={},m=!1;return Object.keys(f).forEach(function(t){n.i(l.d)(d[t])||(g[t]=p.a,m=!0)}),m&&_.styles.styles.push(g),Object.keys(d).forEach(function(t){n.i(l.d)(s[t])||(a[t]=p.a,h=!0)}),h&&o.styles.styles.push(a),r}function o(t){var e={};return Object.keys(t).forEach(function(t){e[t]=null}),e}function s(t,e){return e.map(function(e){var r={};return Object.keys(e).forEach(function(i){var o=e[i];o==h.a&&(o=t[i],n.i(l.d)(o)||(o=p.a)),t[i]=o,r[i]=o}),r})}function a(t,e,n){Object.keys(n).forEach(function(r){e.setElementStyle(t,r,n[r])})}function c(t){var e={};return t.forEach(function(t){Object.keys(t).forEach(function(n){e[n]=t[n]})}),e}var u=n(67),l=n(6),h=n(275),p=n(284);e.prepareFinalAnimationStyles=r,e.balanceAnimationKeyframes=i,e.clearStyles=o,e.collectAndResolveStyles=s,e.renderStyles=a,e.flattenStyles=c},function(t,e,n){"use strict";n.d(e,"AnimationStyles",function(){return r});var r=function(){function t(t){this.styles=t}return t}()},function(t,e,n){"use strict";var r=n(283);n.d(e,"AnimationTransition",function(){return i});var i=function(){function t(t,e,n,r){this._player=t,this._fromState=e,this._toState=n,this._totalTime=r}return t.prototype._createEvent=function(t){return new r.a({fromState:this._fromState,toState:this._toState,totalTime:this._totalTime,phaseName:t})},t.prototype.onStart=function(t){var e=this._createEvent("start");this._player.onStart(function(){return t(e)})},t.prototype.onDone=function(t){var e=this._createEvent("done");this._player.onDone(function(){return t(e)})},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var r=function(){function t(t){var e=t.fromState,n=t.toState,r=t.totalTime,i=t.phaseName;this.fromState=e,this.toState=n,this.totalTime=r,this.phaseName=i}return t}()},function(t,e,n){"use strict";function r(t,e){void 0===e&&(e=null);var r=e;if(!n.i(h.d)(r)){var i={};r=new b([i],1)}return new w(t,r)}function i(t){return new E(t)}function o(t){return new C(t)}function s(t){var e,r=null;return"string"==typeof t?e=[t]:(e=Array.isArray(t)?t:[t],e.forEach(function(t){var e=t.offset;n.i(h.d)(e)&&(r=null==r?parseFloat(e):r)})),new b(e,r)}function a(t,e){return new g(t,e)}function c(t){return new v(t)}function u(t,e){var n=Array.isArray(e)?new C(e):e;return new m(t,n)}function l(t,e){return new _(t,e)}var h=n(6);n.d(e,"a",function(){return f}),n.d(e,"b",function(){return _}),n.d(e,"c",function(){return d}),n.d(e,"d",function(){return g}),n.d(e,"e",function(){return m}),n.d(e,"f",function(){return y}),n.d(e,"g",function(){return v}),n.d(e,"h",function(){return b}),n.d(e,"i",function(){return w}),n.d(e,"j",function(){return x}),n.d(e,"k",function(){return C}),n.d(e,"l",function(){return E}),e.m=r,e.n=i,e.o=o,e.p=s,e.q=a,e.r=c,e.s=u,e.t=l;var p=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},f="*",_=function(){function t(t,e){this.name=t,this.definitions=e}return t}(),d=function(){function t(){}return t}(),g=function(t){function e(e,n){t.call(this),this.stateNameExpr=e,this.styles=n}return p(e,t),e}(d),m=function(t){function e(e,n){t.call(this),this.stateChangeExpr=e,this.steps=n}return p(e,t),e}(d),y=function(){function t(){}return t}(),v=function(t){function e(e){t.call(this),this.steps=e}return p(e,t),e}(y),b=function(t){function e(e,n){void 0===n&&(n=null),t.call(this),this.styles=e,this.offset=n}return p(e,t),e}(y),w=function(t){function e(e,n){t.call(this),this.timings=e,this.styles=n}return p(e,t),e}(y),x=function(t){function e(){t.call(this)}return p(e,t),Object.defineProperty(e.prototype,"steps",{get:function(){throw new Error("NOT IMPLEMENTED: Base Class")},enumerable:!0,configurable:!0}),e}(y),C=function(t){function e(e){t.call(this),this._steps=e}return p(e,t),Object.defineProperty(e.prototype,"steps",{get:function(){return this._steps},enumerable:!0,configurable:!0}),e}(x),E=function(t){function e(e){t.call(this),this._steps=e}return p(e,t),Object.defineProperty(e.prototype,"steps",{get:function(){return this._steps},enumerable:!0,configurable:!0}),e}(x)},function(t,e,n){"use strict";function r(){return c.defaultIterableDiffers}function i(){return c.defaultKeyValueDiffers}var o=n(144),s=n(145),a=n(117),c=n(9),u=n(202),l=n(103),h=n(8),p=n(296);e._iterableDiffersFactory=r,e._keyValueDiffersFactory=i,n.d(e,"ApplicationModule",function(){return f});var f=function(){function t(){}return t.decorators=[{type:p.a,args:[{providers:[s.ApplicationRef_,{provide:s.ApplicationRef,useExisting:s.ApplicationRef_},o.ApplicationInitStatus,l.Compiler,a.APP_ID_RANDOM_PROVIDER,h.ViewUtils,{provide:c.IterableDiffers,useFactory:r},{provide:c.KeyValueDiffers,useFactory:i},{provide:u.LOCALE_ID,useValue:"en-US"}]}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return i}),n.d(e,"b",function(){return s});var i=function(){function t(){}return t.prototype.supports=function(t){return t instanceof Map||n.i(r.e)(t)},t.prototype.create=function(t){return new o},t}(),o=function(){function t(){this._records=new Map,this._mapHead=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}return Object.defineProperty(t.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead},enumerable:!0,configurable:!0}),t.prototype.forEachItem=function(t){var e;for(e=this._mapHead;null!==e;e=e._next)t(e)},t.prototype.forEachPreviousItem=function(t){var e;for(e=this._previousMapHead;null!==e;e=e._nextPrevious)t(e)},t.prototype.forEachChangedItem=function(t){var e;for(e=this._changesHead;null!==e;e=e._nextChanged)t(e)},t.prototype.forEachAddedItem=function(t){var e;for(e=this._additionsHead;null!==e;e=e._nextAdded)t(e)},t.prototype.forEachRemovedItem=function(t){var e;for(e=this._removalsHead;null!==e;e=e._nextRemoved)t(e)},t.prototype.diff=function(t){if(t){if(!(t instanceof Map||n.i(r.e)(t)))throw new Error("Error trying to diff '"+t+"'")}else t=new Map;return this.check(t)?this:null},t.prototype.onDestroy=function(){},t.prototype.check=function(t){var e=this;this._reset();var n=this._records,r=this._mapHead,i=null,o=null,a=!1;return this._forEach(t,function(t,c){var u;r&&c===r.key?(u=r,e._maybeAddToChanges(u,t)):(a=!0,null!==r&&(e._removeFromSeq(i,r),e._addToRemovals(r)),n.has(c)?(u=n.get(c),e._maybeAddToChanges(u,t)):(u=new s(c),n.set(c,u),u.currentValue=t,e._addToAdditions(u))),a&&(e._isInRemovals(u)&&e._removeFromRemovals(u),null==o?e._mapHead=u:o._next=u),i=r,o=u,r=r&&r._next}),this._truncate(i,r),this.isDirty},t.prototype._reset=function(){if(this.isDirty){var t=void 0;for(t=this._previousMapHead=this._mapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=this._removalsTail=null}},t.prototype._truncate=function(t,e){for(;null!==e;){null===t?this._mapHead=null:t._next=null;var n=e._next;this._addToRemovals(e),t=e,e=n}for(var r=this._removalsHead;null!==r;r=r._nextRemoved)r.previousValue=r.currentValue,r.currentValue=null,this._records.delete(r.key)},t.prototype._maybeAddToChanges=function(t,e){n.i(r.i)(e,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=e,this._addToChanges(t))},t.prototype._isInRemovals=function(t){return t===this._removalsHead||null!==t._nextRemoved||null!==t._prevRemoved},t.prototype._addToRemovals=function(t){null===this._removalsHead?this._removalsHead=this._removalsTail=t:(this._removalsTail._nextRemoved=t,t._prevRemoved=this._removalsTail,this._removalsTail=t)},t.prototype._removeFromSeq=function(t,e){var n=e._next;null===t?this._mapHead=n:t._next=n,e._next=null},t.prototype._removeFromRemovals=function(t){var e=t._prevRemoved,n=t._nextRemoved;null===e?this._removalsHead=n:e._nextRemoved=n,null===n?this._removalsTail=e:n._prevRemoved=e,t._prevRemoved=t._nextRemoved=null},t.prototype._addToAdditions=function(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)},t.prototype._addToChanges=function(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)},t.prototype.toString=function(){var t,e=[],i=[],o=[],s=[],a=[];for(t=this._mapHead;null!==t;t=t._next)e.push(n.i(r.b)(t));for(t=this._previousMapHead;null!==t;t=t._nextPrevious)i.push(n.i(r.b)(t));for(t=this._changesHead;null!==t;t=t._nextChanged)o.push(n.i(r.b)(t));for(t=this._additionsHead;null!==t;t=t._nextAdded)s.push(n.i(r.b)(t));for(t=this._removalsHead;null!==t;t=t._nextRemoved)a.push(n.i(r.b)(t));return"map: "+e.join(", ")+"\nprevious: "+i.join(", ")+"\nadditions: "+s.join(", ")+"\nchanges: "+o.join(", ")+"\nremovals: "+a.join(", ")+"\n"},t.prototype._forEach=function(t,e){t instanceof Map?t.forEach(e):Object.keys(t).forEach(function(n){return e(t[n],n)})},t}(),s=function(){function t(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._nextAdded=null,this._nextRemoved=null,this._prevRemoved=null,this._nextChanged=null}return t.prototype.toString=function(){return n.i(r.i)(this.previousValue,this.currentValue)?n.i(r.b)(this.key):n.i(r.b)(this.key)+"["+n.i(r.b)(this.previousValue)+"->"+n.i(r.b)(this.currentValue)+"]"},t}()},function(t,e,n){"use strict";function r(t){return t.map(function(t){return t.nativeElement})}function i(t,e,n){t.childNodes.forEach(function(t){t instanceof f&&(e(t)&&n.push(t),i(t,e,n))})}function o(t,e,n){t instanceof f&&t.childNodes.forEach(function(t){e(t)&&n.push(t),t instanceof f&&o(t,e,n)})}function s(t){return _.get(t)}function a(t){_.set(t.nativeNode,t)}function c(t){_.delete(t.nativeNode)}var u=(n(67),n(6));n.d(e,"f",function(){return h}),n.d(e,"d",function(){return p}),n.d(e,"a",function(){return f}),e.g=r,e.c=s,e.b=a,e.e=c;var l=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},h=function(){function t(t,e){this.name=t,this.callback=e}return t}(),p=function(){function t(t,e,r){this._debugInfo=r,this.nativeNode=t,n.i(u.d)(e)&&e instanceof f?e.addChild(this):this.parent=null,this.listeners=[]}return Object.defineProperty(t.prototype,"injector",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.injector:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentInstance",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.component:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.context:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.references:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.providerTokens:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"source",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.source:null},enumerable:!0,configurable:!0}),t}(),f=function(t){function e(e,n,r){t.call(this,e,n,r),this.properties={},this.attributes={},this.classes={},this.styles={},this.childNodes=[],this.nativeElement=e}return l(e,t),e.prototype.addChild=function(t){n.i(u.d)(t)&&(this.childNodes.push(t),t.parent=this)},e.prototype.removeChild=function(t){var e=this.childNodes.indexOf(t);e!==-1&&(t.parent=null,this.childNodes.splice(e,1))},e.prototype.insertChildrenAfter=function(t,e){var r=this.childNodes.indexOf(t);if(r!==-1){var i=this.childNodes.slice(0,r+1),o=this.childNodes.slice(r+1);this.childNodes=i.concat(e,o);for(var s=0;s0?e[0]:null},e.prototype.queryAll=function(t){var e=[];return i(this,t,e),e},e.prototype.queryAllNodes=function(t){var e=[];return o(this,t,e),e},Object.defineProperty(e.prototype,"children",{get:function(){var t=[];return this.childNodes.forEach(function(n){n instanceof e&&t.push(n)}),t},enumerable:!0,configurable:!0}),e.prototype.triggerEventHandler=function(t,e){this.listeners.forEach(function(n){n.name==t&&n.callback(e)})},e}(p),_=new Map},function(t,e,n){"use strict";function r(t){for(var e=[],n=0;n-1)return e.push(t[n]),e;e.push(t[n])}return e}function i(t){if(t.length>1){var e=r(t.slice().reverse()),i=e.map(function(t){return n.i(s.b)(t.token)});return" ("+i.join(" -> ")+")"}return""}var o=n(50),s=n(6);n.d(e,"f",function(){return c}),n.d(e,"h",function(){return u}),n.d(e,"e",function(){return l}),n.d(e,"g",function(){return h}),n.d(e,"b",function(){return p}),n.d(e,"c",function(){return f}),n.d(e,"d",function(){return _}),n.d(e,"a",function(){return d});var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=function(t){function e(e,n,r){t.call(this,"DI Error"),this.keys=[n],this.injectors=[e],this.constructResolvingMessage=r,this.message=this.constructResolvingMessage(this.keys)}return a(e,t),e.prototype.addKey=function(t,e){this.injectors.push(t),this.keys.push(e),this.message=this.constructResolvingMessage(this.keys)},e}(o.b),u=function(t){function e(e,r){t.call(this,e,r,function(t){var e=n.i(s.b)(t[0].token);return"No provider for "+e+"!"+i(t)})}return a(e,t),e}(c),l=function(t){function e(e,n){t.call(this,e,n,function(t){return"Cannot instantiate cyclic dependency!"+i(t)})}return a(e,t),e}(c),h=function(t){function e(e,n,r,i){t.call(this,"DI Error",n),this.keys=[i],this.injectors=[e]}return a(e,t),e.prototype.addKey=function(t,e){this.injectors.push(t),this.keys.push(e)},Object.defineProperty(e.prototype,"message",{get:function(){var t=n.i(s.b)(this.keys[0].token);return this.originalError.message+": Error during instantiation of "+t+"!"+i(this.keys)+"."},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"causeKey",{get:function(){return this.keys[0]},enumerable:!0,configurable:!0}),e}(o.c),p=function(t){function e(e){t.call(this,"Invalid provider - only instances of Provider and Type are allowed, got: "+e)}return a(e,t),e}(o.b),f=function(t){function e(n,r){t.call(this,e._genMessage(n,r))}return a(e,t),e._genMessage=function(t,e){for(var r=[],i=0,o=e.length;i=0;t--)this.remove(t)},t}()},function(t,e,n){"use strict";var r=n(278),i=n(147),o=n(50);n.d(e,"c",function(){return a}),n.d(e,"b",function(){return c}),n.d(e,"a",function(){return u});var s=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},a=function(){function t(){}return Object.defineProperty(t.prototype,"destroyed",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),t}(),c=function(t){function e(){t.apply(this,arguments)}return s(e,t),Object.defineProperty(e.prototype,"context",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"rootNodes",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),e}(a),u=function(){function t(t){this._view=t,this._view=t,this._originalMode=this._view.cdMode}return Object.defineProperty(t.prototype,"internalView",{get:function(){return this._view},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rootNodes",{get:function(){return this._view.flatRootNodes},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"destroyed",{get:function(){return this._view.destroyed},enumerable:!0,configurable:!0}),t.prototype.markForCheck=function(){this._view.markPathToRootAsCheckOnce()},t.prototype.detach=function(){this._view.cdMode=i.b.Detached},t.prototype.detectChanges=function(){this._view.detectChanges(!1),n.i(r.a)()},t.prototype.checkNoChanges=function(){this._view.detectChanges(!0)},t.prototype.reattach=function(){this._view.cdMode=this._originalMode,this.markForCheck()},t.prototype.onDestroy=function(t){this._view.disposables.push(t)},t.prototype.destroy=function(){this._view.destroy()},t}()},function(t,e,n){"use strict";var r=n(429),i=n(430),o=n(297),s=n(431),a=n(16);n.d(e,"b",function(){return r.a}),n.d(e,"c",function(){return r.b}),n.d(e,"d",function(){return r.c}),n.d(e,"e",function(){return r.d}),n.d(e,"f",function(){return r.e}),n.d(e,"g",function(){return r.f}),n.d(e,"h",function(){return r.g}),n.d(e,"i",function(){return i.a}),n.d(e,"j",function(){return i.b}),n.d(e,"k",function(){return i.c}),n.d(e,"l",function(){return i.d}),n.d(e,"m",function(){return i.e}),n.d(e,"n",function(){return i.f}),n.d(e,"o",function(){return i.g}),n.d(e,"p",function(){return o.c}),n.d(e,"q",function(){return o.d}),n.d(e,"r",function(){return o.e}),n.d(e,"s",function(){return o.f}),n.d(e,"t",function(){return o.g}),n.d(e,"u",function(){return o.h}),n.d(e,"v",function(){return o.i}),n.d(e,"w",function(){return o.j}),n.d(e,"x",function(){return s.b}),n.d(e,"y",function(){return s.c}),n.d(e,"a",function(){return s.a}),n.d(e,"z",function(){return a.ViewEncapsulation})},function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i}),n.d(e,"h",function(){return o}),n.d(e,"j",function(){return s}),n.d(e,"g",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u}),n.d(e,"i",function(){return l}),n.d(e,"f",function(){return h}),n.d(e,"e",function(){return p});var r;!function(t){t[t.OnInit=0]="OnInit",t[t.OnDestroy=1]="OnDestroy",t[t.DoCheck=2]="DoCheck",t[t.OnChanges=3]="OnChanges",t[t.AfterContentInit=4]="AfterContentInit",t[t.AfterContentChecked=5]="AfterContentChecked",t[t.AfterViewInit=6]="AfterViewInit",t[t.AfterViewChecked=7]="AfterViewChecked"}(r||(r={}));var i=[r.OnInit,r.OnDestroy,r.DoCheck,r.OnChanges,r.AfterContentInit,r.AfterContentChecked,r.AfterViewInit,r.AfterViewChecked],o=function(){function t(){}return t}(),s=function(){function t(){}return t}(),a=function(){function t(){}return t}(),c=function(){function t(){}return t}(),u=function(){function t(){}return t}(),l=function(){function t(){}return t}(),h=function(){function t(){}return t}(),p=function(){function t(){}return t}()},function(t,e,n){"use strict";function r(t){return t?t.map(function(t){var e=t.type,n=e.annotationCls,r=t.args?t.args:[];return new(n.bind.apply(n,[void 0].concat(r)))}):[]}var i=n(6),o=n(206);n.d(e,"a",function(){return s});var s=function(){function t(t){this._reflect=t||i.a.Reflect}return t.prototype.isReflectionEnabled=function(){return!0},t.prototype.factory=function(t){return function(){for(var e=[],n=0;n0},e.prototype.tagName=function(t){return t.tagName},e.prototype.attributeMap=function(t){for(var e=new Map,n=t.attributes,r=0;r-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;nr&&(n=o,r=s)}}return n},t.flatten=function(t){var e=[];return r(t,e),e},t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"b",function(){return i}),n.d(e,"a",function(){return o});var i=(r.__core_private__.RenderDebugInfo,r.__core_private__.ReflectionCapabilities,r.__core_private__.DebugDomRootRenderer),o=(r.__core_private__.reflector,r.__core_private__.NoOpAnimationPlayer);r.__core_private__.AnimationPlayer,r.__core_private__.AnimationSequencePlayer,r.__core_private__.AnimationGroupPlayer,r.__core_private__.AnimationKeyframe,r.__core_private__.AnimationStyles,r.__core_private__.prepareFinalAnimationStyles,r.__core_private__.balanceAnimationKeyframes,r.__core_private__.clearStyles,r.__core_private__.collectAndResolveStyles},function(t,e,n){"use strict";function r(t,e,n){return null===Y&&(Y=t.createRenderComponentType("",0,v.ViewEncapsulation.None,[],{})),new Z(t,e,n)}function i(t,e,n){return null===J&&(J=t.createRenderComponentType("",0,v.ViewEncapsulation.Emulated,G,{})),new K(t,e,n)}function o(t,e,n){return new X(t,e,n)}function s(t,e,n){return new Q(t,e,n)}function a(t,e,n){return new tt(t,e,n)}function c(t,e,n){return new et(t,e,n)}var u=n(219),l=n(9),h=n(8),p=n(20),f=n(13),_=n(12),d=n(21),g=n(35),m=n(77),y=n(28),v=n(16),b=n(15),w=n(459),x=n(40),C=n(81),E=n(24),I=n(55),S=n(32),T=n(463),k=n(469),O=n(107),A=n(482),P=n(467),R=n(471),N=n(34),M=n(60),j=n(68),D=n(105),L=n(221),V=n(223),F=n(75),B=n(230),U=n(222),z=n(224),H=n(38),q=n(57),W=n(46),$=function(){function t(t,e,n,r,i){this.changed=!1,this.context=new u.Method(t,e,n,r,i),this._expr_0=l.UNINITIALIZED,this._expr_1=l.UNINITIALIZED,this._expr_2=l.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||h.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_tag=function(t,e,n){(n||h.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.tag=t,this._expr_1=t)},t.prototype.check_posInfo=function(t,e,n){(n||h.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.posInfo=t,this._expr_2=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Method=$;var Y=null,Z=function(t){function e(n,r,i){t.call(this,e,Y,_.ViewType.HOST,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.selectOrCreateRenderHostElement(this.renderer,"method",h.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new f.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Method_0_4=new $(this.parentInjector.get(d.SpecManager),this.parentInjector.get(g.OptionsService),e.ref,this.parentInjector.get(m.AppStateService),new y.ElementRef(this._el_0)),this._appEl_0.initComponent(this._Method_0_4.context,[],e),e.create(this._Method_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===u.Method&&0===e?this._Method_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Method_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._Method_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.MethodNgFactory=new b.ComponentFactory("method",r,u.Method);var G=[w.styles],J=null,K=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.COMPONENT,n,r,i,l.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new f.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new E.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new x.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new C.MarkedPipe(this.parentInjector.get(I.DomSanitizer)),this.init([],[this._anchor_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&0===e?this._TemplateRef_0_5:t===S.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.method;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.viewFactory_Method0=i;var X=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_68=l.UNINITIALIZED,this._expr_69=l.UNINITIALIZED,this._expr_70=l.UNINITIALIZED,this._expr_71=l.UNINITIALIZED,this._expr_72=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","method"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=h.createRenderElement(this.renderer,this._el_0,"div",new h.InlineArray2(2,"class","method-content"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=h.createRenderElement(this.renderer,this._el_2,"h2",new h.InlineArray2(2,"class","method-header sharable-header"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=h.createRenderElement(this.renderer,this._el_4,"a",new h.InlineArray2(2,"class","share-link"),null),this._text_7=this.renderer.createText(this._el_4,"",null),this._text_8=this.renderer.createText(this._el_2,"\n ",null),this._anchor_9=this.renderer.createTemplateAnchor(this._el_2,null),this._appEl_9=new f.AppElement(9,2,this,this._anchor_9),this._TemplateRef_9_5=new E.TemplateRef_(this._appEl_9,s),this._NgIf_9_6=new x.Wrapper_NgIf(this._appEl_9.vcRef,this._TemplateRef_9_5),this._text_10=this.renderer.createText(this._el_2,"\n ",null),this._anchor_11=this.renderer.createTemplateAnchor(this._el_2,null),this._appEl_11=new f.AppElement(11,2,this,this._anchor_11),this._TemplateRef_11_5=new E.TemplateRef_(this._appEl_11,c),this._NgIf_11_6=new x.Wrapper_NgIf(this._appEl_11.vcRef,this._TemplateRef_11_5),this._text_12=this.renderer.createText(this._el_2,"\n ",null),this._el_13=h.createRenderElement(this.renderer,this._el_2,"params-list",h.EMPTY_INLINE_ARRAY,null),this._appEl_13=new f.AppElement(13,2,this,this._el_13);var e=T.viewFactory_ParamsList0(this.viewUtils,this.injector(13),this._appEl_13);this._ParamsList_13_4=new T.Wrapper_ParamsList(this.parentInjector.get(d.SpecManager)),this._appEl_13.initComponent(this._ParamsList_13_4.context,[],e),this._text_14=this.renderer.createText(null," ",null),e.create(this._ParamsList_13_4.context,[],null),this._text_15=this.renderer.createText(this._el_2,"\n ",null),this._el_16=h.createRenderElement(this.renderer,this._el_2,"responses-list",h.EMPTY_INLINE_ARRAY,null),this._appEl_16=new f.AppElement(16,2,this,this._el_16);var n=k.viewFactory_ResponsesList0(this.viewUtils,this.injector(16),this._appEl_16);this._ResponsesList_16_4=new k.Wrapper_ResponsesList(this.parentInjector.get(d.SpecManager),this.parentInjector.get(g.OptionsService)),this._appEl_16.initComponent(this._ResponsesList_16_4.context,[],n),this._text_17=this.renderer.createText(null," ",null),n.create(this._ResponsesList_16_4.context,[],null),this._text_18=this.renderer.createText(this._el_2,"\n ",null),this._text_19=this.renderer.createText(this._el_0,"\n ",null),this._el_20=h.createRenderElement(this.renderer,this._el_0,"div",new h.InlineArray2(2,"class","method-samples"),null),this._text_21=this.renderer.createText(this._el_20,"\n ",null),this._el_22=h.createRenderElement(this.renderer,this._el_20,"h4",new h.InlineArray2(2,"class","method-params-subheader"),null),this._text_23=this.renderer.createText(this._el_22,"Definition",null),this._text_24=this.renderer.createText(this._el_20,"\n\n ",null),this._el_25=h.createRenderElement(this.renderer,this._el_20,"div",new h.InlineArray2(2,"class","method-endpoint"),null),this._text_26=this.renderer.createText(this._el_25,"\n ",null),this._el_27=h.createRenderElement(this.renderer,this._el_25,"h5",new h.InlineArray2(2,"class","http-method"),null), +this._NgClass_27_3=new O.Wrapper_NgClass(this.parentInjector.get(N.IterableDiffers),this.parentInjector.get(M.KeyValueDiffers),new y.ElementRef(this._el_27),this.renderer),this._text_28=this.renderer.createText(this._el_27,"",null),this._text_29=this.renderer.createText(this._el_25,"\n ",null),this._el_30=h.createRenderElement(this.renderer,this._el_25,"span",new h.InlineArray2(2,"select-on-click",""),null),this._SelectOnClick_30_3=new A.Wrapper_SelectOnClick(new y.ElementRef(this._el_30)),this._el_31=h.createRenderElement(this.renderer,this._el_30,"span",new h.InlineArray2(2,"class","method-api-url"),null),this._text_32=this.renderer.createText(this._el_31,"",null),this._el_33=h.createRenderElement(this.renderer,this._el_30,"span",new h.InlineArray2(2,"class","method-api-url-path"),null),this._text_34=this.renderer.createText(this._el_33,"",null),this._text_35=this.renderer.createText(this._el_25,"\n ",null),this._text_36=this.renderer.createText(this._el_20,"\n\n ",null),this._el_37=h.createRenderElement(this.renderer,this._el_20,"div",h.EMPTY_INLINE_ARRAY,null),this._text_38=this.renderer.createText(this._el_37,"\n ",null),this._el_39=h.createRenderElement(this.renderer,this._el_37,"request-samples",h.EMPTY_INLINE_ARRAY,null),this._appEl_39=new f.AppElement(39,37,this,this._el_39);var r=P.viewFactory_RequestSamples0(this.viewUtils,this.injector(39),this._appEl_39);this._RequestSamples_39_4=new P.Wrapper_RequestSamples(this.parentInjector.get(d.SpecManager),this.parentInjector.get(m.AppStateService),this.parentInjector.get(j.ScrollService),new y.ElementRef(this._el_39),this.parentInjector.get(D.NgZone)),this._appEl_39.initComponent(this._RequestSamples_39_4.context,[],r),this._text_40=this.renderer.createText(null,"\n ",null),r.create(this._RequestSamples_39_4.context,[],null),this._text_41=this.renderer.createText(this._el_37,"\n ",null),this._text_42=this.renderer.createText(this._el_20,"\n ",null),this._el_43=h.createRenderElement(this.renderer,this._el_20,"div",h.EMPTY_INLINE_ARRAY,null),this._text_44=this.renderer.createText(this._el_43,"\n ",null),this._el_45=h.createRenderElement(this.renderer,this._el_43,"br",h.EMPTY_INLINE_ARRAY,null),this._text_46=this.renderer.createText(this._el_43,"\n ",null),this._el_47=h.createRenderElement(this.renderer,this._el_43,"responses-samples",h.EMPTY_INLINE_ARRAY,null),this._appEl_47=new f.AppElement(47,43,this,this._el_47);var i=R.viewFactory_ResponsesSamples0(this.viewUtils,this.injector(47),this._appEl_47);this._ResponsesSamples_47_4=new R.Wrapper_ResponsesSamples(this.parentInjector.get(d.SpecManager)),this._appEl_47.initComponent(this._ResponsesSamples_47_4.context,[],i),this._text_48=this.renderer.createText(null," ",null),i.create(this._ResponsesSamples_47_4.context,[],null),this._text_49=this.renderer.createText(this._el_43,"\n ",null),this._text_50=this.renderer.createText(this._el_20,"\n ",null),this._text_51=this.renderer.createText(this._el_0,"\n",null);var o=this.renderer.listen(this._el_30,"click",this.eventHandler(this._handle_click_30_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._text_8,this._anchor_9,this._text_10,this._anchor_11,this._text_12,this._el_13,this._text_14,this._text_15,this._el_16,this._text_17,this._text_18,this._text_19,this._el_20,this._text_21,this._el_22,this._text_23,this._text_24,this._el_25,this._text_26,this._el_27,this._text_28,this._text_29,this._el_30,this._el_31,this._text_32,this._el_33,this._text_34,this._text_35,this._text_36,this._el_37,this._text_38,this._el_39,this._text_40,this._text_41,this._text_42,this._el_43,this._text_44,this._el_45,this._text_46,this._el_47,this._text_48,this._text_49,this._text_50,this._text_51],[o],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&9===e?this._TemplateRef_9_5:t===S.NgIf&&9===e?this._NgIf_9_6.context:t===E.TemplateRef&&11===e?this._TemplateRef_11_5:t===S.NgIf&&11===e?this._NgIf_11_6.context:t===L.ParamsList&&13<=e&&e<=14?this._ParamsList_13_4.context:t===V.ResponsesList&&16<=e&&e<=17?this._ResponsesList_16_4.context:t===F.NgClass&&27<=e&&e<=28?this._NgClass_27_3.context:t===B.SelectOnClick&&30<=e&&e<=34?this._SelectOnClick_30_3.context:t===U.RequestSamples&&39<=e&&e<=40?this._RequestSamples_39_4.context:t===z.ResponsesSamples&&47<=e&&e<=48?this._ResponsesSamples_47_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.method.info.tags.length;this._NgIf_9_6.check_ngIf(e,t,!1),this._NgIf_9_6.detectChangesInInputProps(this,this._anchor_9,t);var n=this.parent.context.method.info.description;this._NgIf_11_6.check_ngIf(n,t,!1),this._NgIf_11_6.detectChangesInInputProps(this,this._anchor_11,t);var r=h.interpolate(1,"",this.parent.context.pointer,"/parameters");this._ParamsList_13_4.check_pointer(r,t,!1),this._ParamsList_13_4.detectChangesInInputProps(this,this._el_13,t)&&this._appEl_13.componentView.markAsCheckOnce();var i=h.interpolate(1,"",this.parent.context.pointer,"/responses");this._ResponsesList_16_4.check_pointer(i,t,!1),this._ResponsesList_16_4.detectChangesInInputProps(this,this._el_16,t)&&this._appEl_16.componentView.markAsCheckOnce();var o="http-method";this._NgClass_27_3.check_klass(o,t,!1);var s=this.parent.context.method.httpMethod;this._NgClass_27_3.check_ngClass(s,t,!1),this._NgClass_27_3.detectChangesInInputProps(this,this._el_27,t),this._SelectOnClick_30_3.detectChangesInInputProps(this,this._el_30,t);var a=this.parent.context.pointer;this._RequestSamples_39_4.check_pointer(a,t,!1);var c=null==this.parent.context.method.bodyParam?null:this.parent.context.method.bodyParam._pointer;this._RequestSamples_39_4.check_schemaPointer(c,t,!1),this._RequestSamples_39_4.detectChangesInInputProps(this,this._el_39,t)&&this._appEl_39.componentView.markAsCheckOnce();var u=h.interpolate(1,"",this.parent.context.pointer,"/responses");this._ResponsesSamples_47_4.check_pointer(u,t,!1),this._ResponsesSamples_47_4.detectChangesInInputProps(this,this._el_47,t)&&this._appEl_47.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t);var l=h.interpolate(1,"#",this.parent.context.method.anchor,"");h.checkBinding(t,this._expr_68,l)&&(this.renderer.setElementProperty(this._el_6,"href",this.viewUtils.sanitizer.sanitize(H.SecurityContext.URL,l)),this._expr_68=l);var p=h.interpolate(1,"",this.parent.context.method.summary,"\n ");h.checkBinding(t,this._expr_69,p)&&(this.renderer.setText(this._text_7,p),this._expr_69=p),this._ParamsList_13_4.detectChangesInHostProps(this,this._el_13,t),this._ResponsesList_16_4.detectChangesInHostProps(this,this._el_16,t),this._NgClass_27_3.detectChangesInHostProps(this,this._el_27,t);var f=h.interpolate(1,"",this.parent.context.method.httpMethod,"");h.checkBinding(t,this._expr_70,f)&&(this.renderer.setText(this._text_28,f),this._expr_70=f),this._SelectOnClick_30_3.detectChangesInHostProps(this,this._el_30,t);var _=h.interpolate(1,"",this.parent.context.method.apiUrl,"");h.checkBinding(t,this._expr_71,_)&&(this.renderer.setText(this._text_32,_),this._expr_71=_);var d=h.interpolate(1,"",this.parent.context.method.path,"");h.checkBinding(t,this._expr_72,d)&&(this.renderer.setText(this._text_34,d),this._expr_72=d),this._RequestSamples_39_4.detectChangesInHostProps(this,this._el_39,t),this._ResponsesSamples_47_4.detectChangesInHostProps(this,this._el_47,t),this.detectViewChildrenChanges(t)},e.prototype._handle_click_30_0=function(t){this.markPathToRootAsCheckOnce();var e=this._SelectOnClick_30_3.context.onClick()!==!1;return e},e}(p.AppView),Q=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","method-tags"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new E.TemplateRef_(this._appEl_2,a),this._NgFor_2_6=new q.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parentInjector.get(N.IterableDiffers),this.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&2===e?this._TemplateRef_2_5:t===W.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.parent.context.method.info.tags;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView),tt=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_2=l.UNINITIALIZED,this._expr_3=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"a",h.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=h.interpolate(1,"#tag/",this.context.$implicit,"");h.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementAttribute(this._el_0,"href",null==this.viewUtils.sanitizer.sanitize(H.SecurityContext.URL,e)?null:this.viewUtils.sanitizer.sanitize(H.SecurityContext.URL,e).toString()),this._expr_2=e);var n=h.interpolate(1," ",this.context.$implicit," ");h.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n),this.detectViewChildrenChanges(t)},e}(p.AppView),et=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_2=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"p",new h.InlineArray2(2,"class","method-description"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_0_0=h.pureProxy1(this.parent.parent._pipe_marked_0.transform.bind(this.parent.parent._pipe_marked_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new l.ValueUnwrapper;this.detectContentChildrenChanges(t),e.reset();var n=e.unwrap(h.castByValue(this._pipe_marked_0_0,this.parent.parent._pipe_marked_0.transform)(this.parent.parent.context.method.info.description));(e.hasWrappedValue||h.checkBinding(t,this._expr_2,n))&&(this.renderer.setElementProperty(this._el_0,"innerHTML",this.viewUtils.sanitizer.sanitize(H.SecurityContext.HTML,n)),this._expr_2=n),this.detectViewChildrenChanges(t)},e}(p.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(106),o=n(39),s=n(1062),a=n(21),c=n(56),u=n(78),l=function(t){function e(n,r,o,a,u,l,h){t.call(this,n),this.changeDetector=a,this.appState=u,this.lazyTasksService=l,this.hash=h,this.specLoading=!1,this.specLoadingRemove=!1,c.SchemaHelper.setSpecManager(n),r.options=e._preOptions||{},this.element=o.nativeElement,r.parseOptions(this.element);var p=s(this.element);p===i.BrowserDomAdapter.defaultDoc().body&&(p=window),r.options.$scrollParent=p,this.options=r.options,this.lazyTasksService.allSync=!this.options.lazyRendering}return __extends(e,t),e.prototype.hideLoadingAnimation=function(){var t=this;requestAnimationFrame(function(){t.specLoadingRemove=!0,setTimeout(function(){t.specLoadingRemove=!1,t.specLoading=!1},400)})},e.prototype.showLoadingAnimation=function(){this.specLoading=!0,this.specLoadingRemove=!1},e.prototype.load=function(){var t=this;this.specMgr.load(this.options.specUrl).catch(function(t){throw t}),this.appState.loading.subscribe(function(e){e?t.showLoadingAnimation():t.hideLoadingAnimation()}),this.specMgr.spec.subscribe(function(e){e?(t.changeDetector.markForCheck(),t.changeDetector.detectChanges(),t.specLoaded=!0,setTimeout(function(){t.hash.start()})):t.appState.startLoading()})},e.prototype.ngOnInit=function(){var t=this;this.lazyTasksService.loadProgress.subscribe(function(e){return t.loadingProgress=e}),this.appState.error.subscribe(function(e){e&&(t.specLoading&&(t.specLoaded=!0,t.hideLoadingAnimation()),t.error=e,t.changeDetector.markForCheck(),setTimeout(function(){t.changeDetector.detectChanges()}))}),this.specUrl&&(this.options.specUrl=this.specUrl),this.load()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"specUrl",void 0),__decorate([r.HostBinding("class.loading"),__metadata("design:type",Boolean)],e.prototype,"specLoading",void 0),__decorate([r.HostBinding("class.loading-remove"),__metadata("design:type",Boolean)],e.prototype,"specLoadingRemove",void 0),e=__decorate([r.Component({selector:"redoc",templateUrl:"./redoc.html",styleUrls:["./redoc.css"]}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof a.SpecManager&&a.SpecManager)&&n||Object,"function"==typeof(o="undefined"!=typeof c.OptionsService&&c.OptionsService)&&o||Object,"function"==typeof(l="undefined"!=typeof r.ElementRef&&r.ElementRef)&&l||Object,"function"==typeof(h="undefined"!=typeof r.ChangeDetectorRef&&r.ChangeDetectorRef)&&h||Object,"function"==typeof(p="undefined"!=typeof c.AppStateService&&c.AppStateService)&&p||Object,"function"==typeof(f="undefined"!=typeof u.LazyTasksService&&u.LazyTasksService)&&f||Object,"function"==typeof(_="undefined"!=typeof c.Hash&&c.Hash)&&_||Object])],e);var n,o,l,h,p,f,_}(o.BaseComponent);e.Redoc=l},function(t,e,n){"use strict";function r(t,e,n){return null===k&&(k=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new O(t,e,n)}function i(t,e,n){return null===P&&(P=t.createRenderComponentType("",0,g.ViewEncapsulation.Emulated,A,{})),new R(t,e,n)}function o(t,e,n){return new N(t,e,n)}function s(t,e,n){return new M(t,e,n)}function a(t,e,n){return new j(t,e,n)}var c=n(159),u=n(9),l=n(8),h=n(20),p=n(13),f=n(12),_=n(21),d=n(28),g=n(16),m=n(15),y=n(472),v=n(40),b=n(312),w=n(317),x=n(24),C=n(55),E=n(32),I=n(164),S=n(38),T=function(){function t(t,e){this.changed=!1,this.context=new c.SchemaSample(t,e),this._expr_0=u.UNINITIALIZED,this._expr_1=u.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_skipReadOnly=function(t,e,n){(n||l.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.skipReadOnly=t,this._expr_1=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_SchemaSample=T;var k=null,O=function(t){function e(n,r,i){t.call(this,e,k,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"schema-sample",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._SchemaSample_0_4=new T(this.parentInjector.get(_.SpecManager),new d.ElementRef(this._el_0)),this._appEl_0.initComponent(this._SchemaSample_0_4.context,[],e),e.create(this._SchemaSample_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.SchemaSample&&0===e?this._SchemaSample_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._SchemaSample_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._SchemaSample_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.SchemaSampleNgFactory=new m.ComponentFactory("schema-sample",r,c.SchemaSample);var A=[y.styles],P=null,R=function(t){function e(n,r,i){t.call(this,e,P,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckOnce),this._expr_37=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);this._el_0=l.createRenderElement(this.renderer,e,"div",new l.InlineArray2(2,"class","snippet"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._text_2=this.renderer.createText(this._el_0,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_3=new p.AppElement(3,0,this,this._anchor_3),this._TemplateRef_3_5=new x.TemplateRef_(this._appEl_3,o),this._NgIf_3_6=new v.Wrapper_NgIf(this._appEl_3.vcRef,this._TemplateRef_3_5),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray2(2,"class","action-buttons"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=l.createRenderElement(this.renderer,this._el_5,"span",new l.InlineArray4(4,"class","hint--top-left hint--inversed","copy-button",""),null),this._CopyButton_7_3=new b.Wrapper_CopyButton(this.renderer,new d.ElementRef(this._el_7)),this._text_8=this.renderer.createText(this._el_7," ",null),this._el_9=l.createRenderElement(this.renderer,this._el_7,"a",l.EMPTY_INLINE_ARRAY,null),this._text_10=this.renderer.createText(this._el_9,"Copy",null),this._text_11=this.renderer.createText(this._el_7," ",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._el_13=l.createRenderElement(this.renderer,this._el_5,"span",l.EMPTY_INLINE_ARRAY,null),this._text_14=this.renderer.createText(this._el_13," ",null),this._anchor_15=this.renderer.createTemplateAnchor(this._el_13,null),this._appEl_15=new p.AppElement(15,13,this,this._anchor_15),this._TemplateRef_15_5=new x.TemplateRef_(this._appEl_15,s),this._NgIf_15_6=new v.Wrapper_NgIf(this._appEl_15.vcRef,this._TemplateRef_15_5),this._text_16=this.renderer.createText(this._el_13," ",null),this._text_17=this.renderer.createText(this._el_5,"\n ",null),this._el_18=l.createRenderElement(this.renderer,this._el_5,"span",l.EMPTY_INLINE_ARRAY,null),this._text_19=this.renderer.createText(this._el_18," ",null),this._anchor_20=this.renderer.createTemplateAnchor(this._el_18,null),this._appEl_20=new p.AppElement(20,18,this,this._anchor_20),this._TemplateRef_20_5=new x.TemplateRef_(this._appEl_20,a),this._NgIf_20_6=new v.Wrapper_NgIf(this._appEl_20.vcRef,this._TemplateRef_20_5),this._text_21=this.renderer.createText(this._el_18," ",null),this._text_22=this.renderer.createText(this._el_5,"\n ",null),this._text_23=this.renderer.createText(this._el_0,"\n ",null),this._el_24=l.createRenderElement(this.renderer,this._el_0,"pre",l.EMPTY_INLINE_ARRAY,null),this._text_25=this.renderer.createText(this._el_0,"\n",null),this._text_26=this.renderer.createText(e,"\n",null);var n=this.renderer.listen(this._el_7,"click",this.eventHandler(this._handle_click_7_0.bind(this))),r=this.renderer.listen(this._el_7,"mouseleave",this.eventHandler(this._handle_mouseleave_7_1.bind(this)));return this._pipe_jsonFormatter_0=new w.JsonFormatter(this.parentInjector.get(C.DomSanitizer)),this._pipe_jsonFormatter_0_0=l.pureProxy1(this._pipe_jsonFormatter_0.transform.bind(this._pipe_jsonFormatter_0)),this.init([],[this._el_0,this._text_1,this._text_2,this._anchor_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._el_13,this._text_14,this._anchor_15,this._text_16,this._text_17,this._el_18,this._text_19,this._anchor_20,this._text_21,this._text_22,this._text_23,this._el_24,this._text_25,this._text_26],[n,r],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===x.TemplateRef&&3===e?this._TemplateRef_3_5:t===E.NgIf&&3===e?this._NgIf_3_6.context:t===I.CopyButton&&7<=e&&e<=11?this._CopyButton_7_3.context:t===x.TemplateRef&&15===e?this._TemplateRef_15_5:t===E.NgIf&&15===e?this._NgIf_15_6.context:t===x.TemplateRef&&20===e?this._TemplateRef_20_5:t===E.NgIf&&20===e?this._NgIf_20_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new u.ValueUnwrapper,n=null==this.context.sample;this._NgIf_3_6.check_ngIf(n,t,!1),this._NgIf_3_6.detectChangesInInputProps(this,this._anchor_3,t);var r=this.context.sample;this._CopyButton_7_3.check_copyText(r,t,!1),this._CopyButton_7_3.detectChangesInInputProps(this,this._el_7,t);var i=this.context.enableButtons;this._NgIf_15_6.check_ngIf(i,t,!1),this._NgIf_15_6.detectChangesInInputProps(this,this._anchor_15,t);var o=this.context.enableButtons;this._NgIf_20_6.check_ngIf(o,t,!1),this._NgIf_20_6.detectChangesInInputProps(this,this._anchor_20,t),this.detectContentChildrenChanges(t),this._CopyButton_7_3.detectChangesInHostProps(this,this._el_7,t),e.reset();var s=e.unwrap(l.castByValue(this._pipe_jsonFormatter_0_0,this._pipe_jsonFormatter_0.transform)(this.context.sample));(e.hasWrappedValue||l.checkBinding(t,this._expr_37,s))&&(this.renderer.setElementProperty(this._el_24,"innerHTML",this.viewUtils.sanitizer.sanitize(S.SecurityContext.HTML,s)),this._expr_37=s),this.detectViewChildrenChanges(t)},e.prototype._handle_click_7_0=function(t){this.markPathToRootAsCheckOnce();var e=this._CopyButton_7_3.context.onClick()!==!1;return e},e.prototype._handle_mouseleave_7_1=function(t){this.markPathToRootAsCheckOnce();var e=this._CopyButton_7_3.context.onLeave()!==!1;return e},e}(h.AppView);e.viewFactory_SchemaSample0=i;var N=function(t){function e(n,r,i){t.call(this,e,P,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=l.createRenderElement(this.renderer,null,"pre",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Sample unavailable ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(h.AppView),M=function(t){function e(n,r,i){t.call(this,e,P,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"a",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"Expand all",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1],[e],[]),null},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.expandAll()!==!1;return e},e}(h.AppView),j=function(t){function e(n,r,i){t.call(this,e,P,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"a",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"Collapse all",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1],[e],[]),null},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.collapseAll()!==!1;return e},e}(h.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(138),o=n(160);e.Redoc=o.Redoc;var s=n(316),a=n(81),c=n(319),u=n(78),l=n(56),h=n(21);e.SpecManager=h.SpecManager;var p=function(){function t(){}return t=__decorate([r.NgModule({imports:[i.CommonModule],declarations:[o.REDOC_DIRECTIVES,s.REDOC_COMMON_DIRECTIVES,a.REDOC_PIPES],bootstrap:[o.Redoc],entryComponents:[o.SecurityDefinitions,s.DynamicNg2Wrapper,o.Method],providers:[h.SpecManager,l.ScrollService,l.Hash,l.MenuService,l.WarningsService,l.OptionsService,l.AppStateService,l.ComponentParser,l.ContentProjector,u.LazyTasksService,{provide:r.ErrorHandler,useClass:c.CustomErrorHandler},{provide:l.COMPONENT_PARSER_ALLOWED,useValue:{"security-definitions":o.SecurityDefinitions}}],exports:[o.Redoc]}),__metadata("design:paramtypes",[])],t)}();e.RedocModule=p},function(t,e){"use strict";var n=document.queryCommandSupported&&document.queryCommandSupported("copy"),r=function(){function t(){}return t.isSupported=function(){return n},t.selectElement=function(t){var e,n;document.body.createTextRange?(e=document.body.createTextRange(),e.moveToElementText(t),e.select()):document.createRange&&window.getSelection&&(n=window.getSelection(),e=document.createRange(),e.selectNodeContents(t),n.removeAllRanges(),n.addRange(e))},t.deselect=function(){document.selection?document.selection.empty():window.getSelection&&window.getSelection().removeAllRanges()},t.copySelected=function(){var t;try{t=document.execCommand("copy")}catch(e){t=!1}return t},t.copyElement=function(e){t.selectElement(e);var n=t.copySelected();return n&&t.deselect(),n},t.copyCustom=function(e){var n=document.createElement("textarea");n.style.position="fixed",n.style.top="0",n.style.left="0",n.style.width="2em",n.style.height="2em",n.style.padding="0",n.style.border="none",n.style.outline="none",n.style.boxShadow="none",n.style.background="transparent",n.value=e,document.body.appendChild(n),n.select();var r=t.copySelected();return document.body.removeChild(n),r},t}();e.Clipboard=r},function(t,e,n){"use strict";var r=n(2),i=n(79),o=n(80),s=n(163),a=function(){function t(t){this._schema=t,this._dereferencer=new h(t,this)}return t.prototype.normalize=function(t,e,n){var r=this;void 0===n&&(n={});var i=!!t.$ref;if(n.resolved&&!i&&this._dereferencer.visit(e),t["x-redoc-normalized"])return t;var o=c.walk(t,e,function(t,e){var n=r._dereferencer.dereference(t,e);return n.allOf&&(n._pointer=n._pointer||e,n=Object.assign({},n),u.merge(n,n.allOf)),n});return n.resolved&&!i&&this._dereferencer.exit(e),o["x-redoc-normalized"]=!0,o},t.prototype.reset=function(){this._dereferencer.reset()},t=__decorate([r.Injectable(),__metadata("design:paramtypes",[Object])],t)}();e.SchemaNormalizer=a;var c=function(){function t(){}return t.walk=function(e,n,r){if(void 0!=e&&"object"==typeof e){if(e.properties){var o=i.JsonPointer.join(n,["properties"]);t.walkEach(e.properties,o,r)}if(e.additionalProperties){var o=i.JsonPointer.join(n,["additionalProperties"]);if(Array.isArray(e.additionalProperties))t.walkEach(e.additionalProperties,o,r);else{var s=t.walk(e.additionalProperties,o,r);s&&(e.additionalProperties=s)}}if(e.allOf){var o=i.JsonPointer.join(n,["allOf"]);t.walkEach(e.allOf,o,r)}if(e.items){var o=i.JsonPointer.join(n,["items"]);if(Array.isArray(e.items))t.walkEach(e.items,o,r);else{var s=t.walk(e.items,o,r);s&&(e.items=s)}}return r(e,n)}},t.walkEach=function(e,n,r){for(var o=0,s=Object.keys(e);o2||2===o&&!t.description)&&(s.WarningsService.warn('Other properties are defined at the same level as $ref at "#'+e+'". They are IGNORED according to the JsonSchema spec'),r.description=r.description||t.description),r=this.normalizator.normalize(r,n),this._refCouner.exit(n),r},t}()},function(t,e,n){"use strict";var r=n(164),i=n(9),o=n(8),s=function(){function t(t,e){this.changed=!1,this.context=new r.CopyButton(t,e),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED}return t.prototype.check_copyText=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.copyText=t,this._expr_0=t)},t.prototype.check_copyElement=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.copyElement=t,this._expr_1=t)},t.prototype.check_hintElement=function(t,e,n){(n||o.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.hintElement=t,this._expr_2=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_CopyButton=s},function(t,e,n){"use strict";function r(t,e,n){return null===b&&(b=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new w(t,e,n)}function i(t,e,n){return null===C&&(C=t.createRenderComponentType("",0,g.ViewEncapsulation.None,x,{})),new E(t,e,n)}function o(t,e,n){return null===I&&(I=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new S(t,e,n)}function s(t,e,n){return null===k&&(k=t.createRenderComponentType("",1,g.ViewEncapsulation.None,T,{})),new O(t,e,n)}var a=n(229),c=n(9),u=n(8),l=n(20),h=n(13),p=n(12),f=n(161),_=n(121),d=n(61),g=n(16),m=n(15),y=function(){function t(t,e,n,r,i){this.changed=!1,this.context=new a.DynamicNg2Viewer(t,e,n,r,i),this._expr_0=c.UNINITIALIZED}return t.prototype.check_html=function(t,e,n){(n||u.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.html=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_DynamicNg2Viewer=y;var v=function(){function t(){this.changed=!1,this.context=new a.DynamicNg2Wrapper}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_DynamicNg2Wrapper=v;var b=null,w=function(t){function e(n,r,i){t.call(this,e,b,p.ViewType.HOST,n,r,i,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=u.selectOrCreateRenderHostElement(this.renderer,"dynamic-ng2-viewer",u.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new h.AppElement(0,null,this,this._el_0); +var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._DynamicNg2Viewer_0_5=new y(this._appEl_0.vcRef,this.parentInjector.get(f.ContentProjector),this.parentInjector.get(_.ComponentParser),this.parentInjector.get(d.ComponentFactoryResolver),this.renderer),this._appEl_0.initComponent(this._DynamicNg2Viewer_0_5.context,[],e),e.create(this._DynamicNg2Viewer_0_5.context,this.projectableNodes,null),this.init([].concat([this._appEl_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===a.DynamicNg2Viewer&&0===e?this._DynamicNg2Viewer_0_5.context:n},e.prototype.detectChangesInternal=function(t){this._DynamicNg2Viewer_0_5.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._DynamicNg2Viewer_0_5.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(l.AppView);e.DynamicNg2ViewerNgFactory=new m.ComponentFactory("dynamic-ng2-viewer",r,a.DynamicNg2Viewer);var x=[],C=null,E=function(t){function e(n,r,i){t.call(this,e,C,p.ViewType.COMPONENT,n,r,i,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this.init([],[],[],[]),null},e}(l.AppView);e.viewFactory_DynamicNg2Viewer0=i;var I=null,S=function(t){function e(n,r,i){t.call(this,e,I,p.ViewType.HOST,n,r,i,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=u.selectOrCreateRenderHostElement(this.renderer,"dynamic-ng2-wrapper",u.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new h.AppElement(0,null,this,this._el_0);var e=s(this.viewUtils,this.injector(0),this._appEl_0);return this._DynamicNg2Wrapper_0_4=new v,this._appEl_0.initComponent(this._DynamicNg2Wrapper_0_4.context,[],e),e.create(this._DynamicNg2Wrapper_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===a.DynamicNg2Wrapper&&0===e?this._DynamicNg2Wrapper_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._DynamicNg2Wrapper_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._DynamicNg2Wrapper_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(l.AppView);e.DynamicNg2WrapperNgFactory=new m.ComponentFactory("dynamic-ng2-wrapper",o,a.DynamicNg2Wrapper);var T=[],k=null,O=function(t){function e(n,r,i){t.call(this,e,k,p.ViewType.COMPONENT,n,r,i,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this.renderer.projectNodes(e,u.flattenNestedViewRenderNodes(this.projectableNodes[0])),this.init([],[],[],[]),null},e}(l.AppView);e.viewFactory_DynamicNg2Wrapper0=s},function(t,e,n){"use strict";function r(t,e,n){return null===T&&(T=t.createRenderComponentType("",0,_.ViewEncapsulation.None,[],{})),new k(t,e,n)}function i(t,e,n){return null===A&&(A=t.createRenderComponentType("",1,_.ViewEncapsulation.Emulated,O,{})),new P(t,e,n)}function o(t,e,n){return new R(t,e,n)}function s(t,e,n){return null===N&&(N=t.createRenderComponentType("",0,_.ViewEncapsulation.None,[],{})),new M(t,e,n)}function a(t,e,n){return null===D&&(D=t.createRenderComponentType("",1,_.ViewEncapsulation.Emulated,j,{})),new L(t,e,n)}var c=n(165),u=n(9),l=n(8),h=n(20),p=n(13),f=n(12),_=n(16),d=n(15),g=n(484),m=n(57),y=n(24),v=n(34),b=n(46),w=n(107),x=n(60),C=n(28),E=n(75),I=function(){function t(t){this.changed=!1,this.context=new c.Tabs(t),this._expr_0=u.UNINITIALIZED}return t.prototype.check_selected=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.selected=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Tabs=I;var S=function(){function t(t){this.changed=!1,this.context=new c.Tab(t),this._expr_0=u.UNINITIALIZED,this._expr_1=u.UNINITIALIZED,this._expr_2=u.UNINITIALIZED}return t.prototype.check_active=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.active=t,this._expr_0=t)},t.prototype.check_tabTitle=function(t,e,n){(n||l.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.tabTitle=t,this._expr_1=t)},t.prototype.check_tabStatus=function(t,e,n){(n||l.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.tabStatus=t,this._expr_2=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Tab=S;var T=null,k=function(t){function e(n,r,i){t.call(this,e,T,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"tabs",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Tabs_0_4=new I(e.ref),this._appEl_0.initComponent(this._Tabs_0_4.context,[],e),e.create(this._Tabs_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.Tabs&&0===e?this._Tabs_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Tabs_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._Tabs_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.TabsNgFactory=new d.ComponentFactory("tabs",r,c.Tabs);var O=[g.styles],A=null,P=function(t){function e(n,r,i){t.call(this,e,A,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=l.createRenderElement(this.renderer,e,"ul",l.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_3=new p.AppElement(3,1,this,this._anchor_3),this._TemplateRef_3_5=new y.TemplateRef_(this._appEl_3,o),this._NgFor_3_6=new m.Wrapper_NgFor(this._appEl_3.vcRef,this._TemplateRef_3_5,this.parentInjector.get(v.IterableDiffers),this.ref),this._text_4=this.renderer.createText(this._el_1,"\n ",null),this._text_5=this.renderer.createText(e,"\n ",null),this.renderer.projectNodes(e,l.flattenNestedViewRenderNodes(this.projectableNodes[0])),this._text_6=this.renderer.createText(e,"\n ",null),this.init([],[this._text_0,this._el_1,this._text_2,this._anchor_3,this._text_4,this._text_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&3===e?this._TemplateRef_3_5:t===b.NgFor&&3===e?this._NgFor_3_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.tabs;this._NgFor_3_6.check_ngForOf(e,t,!1),this._NgFor_3_6.detectChangesInInputProps(this,this._anchor_3,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.viewFactory_Tabs0=i;var R=function(t){function e(n,r,i){t.call(this,e,A,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways),this._map_3=l.pureProxy1(function(t){return{active:t}}),this._expr_4=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"li",l.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new w.Wrapper_NgClass(this.parent.parentInjector.get(v.IterableDiffers),this.parent.parentInjector.get(x.KeyValueDiffers),new C.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1],[e],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.NgClass&&0<=e&&e<=1?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=l.interpolate(1,"tab-",this.context.$implicit.tabStatus,"");this._NgClass_0_3.check_klass(e,t,!1);var n=this._map_3(this.context.$implicit.active);this._NgClass_0_3.check_ngClass(n,t,!1),this._NgClass_0_3.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._NgClass_0_3.detectChangesInHostProps(this,this._el_0,t);var r=l.interpolate(1,"",this.context.$implicit.tabTitle,"");l.checkBinding(t,this._expr_4,r)&&(this.renderer.setText(this._text_1,r),this._expr_4=r),this.detectViewChildrenChanges(t)},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.selectTab(this.context.$implicit)!==!1;return e},e}(h.AppView),N=null,M=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"tab",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=a(this.viewUtils,this.injector(0),this._appEl_0);return this._Tab_0_4=new S(this.parentInjector.get(c.Tabs)),this._appEl_0.initComponent(this._Tab_0_4.context,[],e),e.create(this._Tab_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.Tab&&0===e?this._Tab_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Tab_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._Tab_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.TabNgFactory=new d.ComponentFactory("tab",s,c.Tab);var j=["[_nghost-%COMP%] {\n display: block;\n }\n .tab-wrap[_ngcontent-%COMP%] {\n display: none;\n }\n\n .tab-wrap.active[_ngcontent-%COMP%] {\n display: block;\n }"],D=null,L=function(t){function e(n,r,i){t.call(this,e,D,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckAlways),this._map_6=l.pureProxy1(function(t){return{active:t}})}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=l.createRenderElement(this.renderer,e,"div",new l.InlineArray2(2,"class","tab-wrap"),null),this._NgClass_1_3=new w.Wrapper_NgClass(this.parentInjector.get(v.IterableDiffers),this.parentInjector.get(x.KeyValueDiffers),new C.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this.renderer.projectNodes(this._el_1,l.flattenNestedViewRenderNodes(this.projectableNodes[0])),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._text_4=this.renderer.createText(e,"\n ",null),this.init([],[this._text_0,this._el_1,this._text_2,this._text_3,this._text_4],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.NgClass&&1<=e&&e<=3?this._NgClass_1_3.context:n},e.prototype.detectChangesInternal=function(t){var e="tab-wrap";this._NgClass_1_3.check_klass(e,t,!1);var n=this._map_6(this.context.active);this._NgClass_1_3.check_ngClass(n,t,!1),this._NgClass_1_3.detectChangesInInputProps(this,this._el_1,t),this.detectContentChildrenChanges(t),this._NgClass_1_3.detectChangesInHostProps(this,this._el_1,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.viewFactory_Tab0=a},function(t,e,n){"use strict";function r(t,e,n){return null===E&&(E=t.createRenderComponentType("",0,p.ViewEncapsulation.None,[],{})),new I(t,e,n)}function i(t,e,n){return null===T&&(T=t.createRenderComponentType("",1,p.ViewEncapsulation.Emulated,S,{})),new k(t,e,n)}function o(t,e,n){return new O(t,e,n)}var s=n(166),a=n(9),c=n(8),u=n(20),l=n(13),h=n(12),p=n(16),f=n(15),_=n(485),d=n(107),g=n(40),m=n(34),y=n(60),v=n(28),b=n(24),w=n(32),x=n(75),C=function(){function t(){this.changed=!1,this.context=new s.Zippy,this._expr_0=a.UNINITIALIZED,this._expr_1=a.UNINITIALIZED,this._expr_2=a.UNINITIALIZED,this._expr_3=a.UNINITIALIZED,this._expr_4=a.UNINITIALIZED}return t.prototype.check_type=function(t,e,n){(n||c.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.type=t,this._expr_0=t)},t.prototype.check_visible=function(t,e,n){(n||c.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.visible=t,this._expr_1=t)},t.prototype.check_empty=function(t,e,n){(n||c.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.empty=t,this._expr_2=t)},t.prototype.check_title=function(t,e,n){(n||c.checkBinding(e,this._expr_3,t))&&(this.changed=!0,this.context.title=t,this._expr_3=t)},t.prototype.check_headless=function(t,e,n){(n||c.checkBinding(e,this._expr_4,t))&&(this.changed=!0,this.context.headless=t,this._expr_4=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Zippy=C;var E=null,I=function(t){function e(n,r,i){t.call(this,e,E,h.ViewType.HOST,n,r,i,a.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=c.selectOrCreateRenderHostElement(this.renderer,"zippy",c.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new l.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Zippy_0_4=new C,this._appEl_0.initComponent(this._Zippy_0_4.context,[],e),e.create(this._Zippy_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===s.Zippy&&0===e?this._Zippy_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Zippy_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._Zippy_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(u.AppView);e.ZippyNgFactory=new f.ComponentFactory("zippy",r,s.Zippy);var S=[_.styles],T=null,k=function(t){function e(n,r,i){t.call(this,e,T,h.ViewType.COMPONENT,n,r,i,a.ChangeDetectorStatus.CheckAlways),this._map_13=c.pureProxy2(function(t,e){return{"zippy-empty":t,"zippy-hidden":e}})}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._el_0=c.createRenderElement(this.renderer,e,"div",c.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new d.Wrapper_NgClass(this.parentInjector.get(m.IterableDiffers),this.parentInjector.get(y.KeyValueDiffers),new v.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new l.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new b.TemplateRef_(this._appEl_2,o),this._NgIf_2_6=new g.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._el_4=c.createRenderElement(this.renderer,this._el_0,"div",new c.InlineArray2(2,"class","zippy-content"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this.renderer.projectNodes(this._el_4,c.flattenNestedViewRenderNodes(this.projectableNodes[0])),this._text_6=this.renderer.createText(this._el_4,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n",null),this._text_8=this.renderer.createText(e,"\n",null),this.init([],[this._el_0,this._text_1,this._anchor_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._text_8],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===b.TemplateRef&&2===e?this._TemplateRef_2_5:t===w.NgIf&&2===e?this._NgIf_2_6.context:t===x.NgClass&&0<=e&&e<=7?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=c.interpolate(1,"zippy zippy-",this.context.type,"");this._NgClass_0_3.check_klass(e,t,!1);var n=this._map_13(this.context.empty,!this.context.visible);this._NgClass_0_3.check_ngClass(n,t,!1),this._NgClass_0_3.detectChangesInInputProps(this,this._el_0,t);var r=!this.context.headless;this._NgIf_2_6.check_ngIf(r,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this._NgClass_0_3.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(u.AppView);e.viewFactory_Zippy0=i;var O=function(t){function e(n,r,i){t.call(this,e,T,h.ViewType.EMBEDDED,n,r,i,a.ChangeDetectorStatus.CheckAlways),this._expr_10=a.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=c.createRenderElement(this.renderer,null,"div",new c.InlineArray2(2,"class","zippy-title"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=c.createRenderElement(this.renderer,this._el_0,"span",new c.InlineArray2(2,"class","zippy-indicator"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=c.createRenderElement(this.renderer,this._el_2,":svg:svg",new c.InlineArray16(12,":xml:space","preserve","version","1.1","viewBox","0 0 24 24","x","0","xmlns","http://www.w3.org/2000/svg","y","0"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=c.createRenderElement(this.renderer,this._el_4,":svg:polygon",new c.InlineArray2(2,"points","17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "),null),this._text_7=this.renderer.createText(this._el_4,"\n ",null),this._text_8=this.renderer.createText(this._el_2,"\n ",null),this._text_9=this.renderer.createText(this._el_0,"",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9],[e],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=c.interpolate(1,"\n ",this.parent.context.title,"\n ");c.checkBinding(t,this._expr_10,e)&&(this.renderer.setText(this._text_9,e),this._expr_10=e),this.detectViewChildrenChanges(t)},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.toggle()!==!1;return e},e}(u.AppView)},function(t,e,n){"use strict";var r=n(228);e.DropDown=r.DropDown;var i=n(231);e.StickySidebar=i.StickySidebar;var o=n(165);e.Tabs=o.Tabs,e.Tab=o.Tab;var s=n(166);e.Zippy=s.Zippy;var a=n(164);e.CopyButton=a.CopyButton;var c=n(230);e.SelectOnClick=c.SelectOnClick;var u=n(229);e.DynamicNg2Viewer=u.DynamicNg2Viewer,e.DynamicNg2Wrapper=u.DynamicNg2Wrapper;var l=n(78);e.LazyFor=l.LazyFor,e.LazyTasksService=l.LazyTasksService,e.LazyTasksServiceSync=l.LazyTasksServiceSync,e.REDOC_COMMON_DIRECTIVES=[r.DropDown,i.StickySidebar,o.Tabs,o.Tab,s.Zippy,a.CopyButton,c.SelectOnClick,u.DynamicNg2Viewer,u.DynamicNg2Wrapper,l.LazyFor]},function(t,e,n){"use strict";function r(t){return void 0===t||null===t}function i(t){return void 0!=t?t.toString().replace(/&/g,"&").replace(/"/g,""").replace(//g,">"):""}function o(t,e){return''+i(t)+""}function s(t){var e=typeof t,n="";return void 0==t?n+=o("null","type-null"):t&&t.constructor===Array?(p++,n+=a(t),p--):"object"===e?(p++,n+=c(t),p--):"number"===e?n+=o(t,"type-number"):"string"===e?n+=/^(http|https):\/\/[^\\s]+$/.test(t)?o('"',"type-string")+'
'+i(t)+""+o('"',"type-string"):o('"'+t+'"',"type-string"):"boolean"===e&&(n+=o(t,"type-boolean")),n}function a(t){var e,n,r=p>f?"collapsed":"",i='
[
    ',o=!1;for(e=0,n=t.length;e
    ',i+=s(t[e]),e";return i+="
]",o||(i="[ ]"),i}function c(t){var e,n,r,o=p>f?"collapsed":"",a=Object.keys(t),c='
{
    ',u=!1;for(e=0,r=a.length;e
    ',c+='"'+i(n)+'": ',c+=s(t[n]),e";return c+="
}",u||(c="{ }"),c}function u(t){p=1;var e="";return e+='
',e+=s(t),e+="
"}var l=n(2),h=n(118),p=1,f=2,_=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t){return r(t)?t:this.sanitizer.bypassSecurityTrustHtml(u(t))},t=__decorate([l.Pipe({name:"jsonFormatter"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof h.DomSanitizer&&h.DomSanitizer)&&e||Object])],t);var e}();e.JsonFormatter=_},function(t,e,n){"use strict";var r=n(2),i=n(77),o=function(t){function e(e){t.call(this,!0),this.appState=e}return __extends(e,t),e.prototype.handleError=function(e){this.appState.error.next(e&&e.rejection||e),t.prototype.handleError.call(this,e)},e=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.AppStateService&&i.AppStateService)&&n||Object])],e);var n}(r.ErrorHandler);e.CustomErrorHandler=o},function(t,e,n){"use strict";function r(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}r(n(318)),r(n(80)),r(n(320))},function(t,e,n){"use strict";var r=n(2),i=n(391),o=n(730),s=new o({html:!0,linkify:!0,breaks:!1,typographer:!1,highlight:function(t,e){"json"===e&&(e="js");var n=Prism.languages[e];return n?Prism.highlight(t,n):t}}),a=function(){function t(t){void 0===t&&(t=!1),this.raw=t,this.firstLevelHeadings=[],this._origRules={},this._preProcessors=[]}return t.prototype.addPreprocessor=function(t){this._preProcessors.push(t)},t.prototype.saveOrigRules=function(){this._origRules.open=s.renderer.rules.heading_open,this._origRules.close=s.renderer.rules.heading_close},t.prototype.restoreOrigRules=function(){s.renderer.rules.heading_open=this._origRules.open,s.renderer.rules.heading_close=this._origRules.close},t.prototype.headingOpenRule=function(t,e){if(1!==t[e].hLevel)return this._origRules.open(t,e);var n=t[e+1].content;this.firstLevelHeadings.push(n);var r=i(n);return"'+('')},t.prototype.headingCloseRule=function(t,e){return 1!==t[e].hLevel?this._origRules.close(t,e):"\n"},t.prototype.renderMd=function(t){this.raw||(this.saveOrigRules(),s.renderer.rules.heading_open=this.headingOpenRule.bind(this),s.renderer.rules.heading_close=this.headingCloseRule.bind(this));for(var e=t,n=0;n2?arguments[2]:void 0,l=Math.min((void 0===u?s:i(u,s))-c,s-a),h=1;for(c0;)c in n?n[a]=n[c]:delete n[a],a+=h,c+=h;return n}},function(t,e,n){var r=n(82),i=n(53),o=n(126),s=n(36);t.exports=function(t,e,n,a,c){r(e);var u=i(t),l=o(u),h=s(u.length),p=c?h-1:0,f=c?-1:1;if(n<2)for(;;){if(p in l){a=l[p],p+=f;break}if(p+=f,c?p<0:h<=p)throw TypeError("Reduce of empty array with no initial value")}for(;c?p>=0:h>p;p+=f)p in l&&(a=e(a,l[p],p,u));return a}},function(t,e,n){"use strict";var r=n(82),i=n(11),o=n(514),s=[].slice,a={},c=function(t,e,n){if(!(e in a)){for(var r=[],i=0;i1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(n(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!g(this,t)}}),f&&r(h.prototype,"size",{get:function(){return c(this[d])}}),h},def:function(t,e,n){var r,i,o=g(t,e);return o?o.v=n:(t._l=o={i:i=_(e,!0),k:e,v:n,p:r=t._l,n:void 0,r:!1},t._f||(t._f=o),r&&(r.n=o),t[d]++,"F"!==i&&(t._i[i]=o)),t},getEntry:g,setStrong:function(t,e,n){l(t,e,function(t,e){this._t=t,this._k=e,this._l=void 0},function(){for(var t=this,e=t._k,n=t._l;n&&n.r;)n=n.p;return t._t&&(t._l=n=n?n.n:t._t._f)?"keys"==e?h(0,n.k):"values"==e?h(0,n.v):h(0,[n.k,n.v]):(t._t=void 0,h(1))},n?"entries":"values",!n,!0),p(e)}}},function(t,e,n){"use strict";var r=n(128),i=n(83).getWeak,o=n(7),s=n(11),a=n(125),c=n(169),u=n(62),l=n(41),h=u(5),p=u(6),f=0,_=function(t){return t._l||(t._l=new d)},d=function(){this.a=[]},g=function(t,e){return h(t.a,function(t){return t[0]===e})};d.prototype={get:function(t){var e=g(this,t);if(e)return e[1]},has:function(t){return!!g(this,t)},set:function(t,e){var n=g(this,t);n?n[1]=e:this.a.push([t,e])},delete:function(t){var e=p(this.a,function(e){return e[0]===t});return~e&&this.a.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,n,o){var u=t(function(t,r){a(t,u,e,"_i"),t._i=f++,t._l=void 0,void 0!=r&&c(r,n,t[o],t)});return r(u.prototype,{delete:function(t){if(!s(t))return!1;var e=i(t);return e===!0?_(this).delete(t):e&&l(e,this._i)&&delete e[this._i]},has:function(t){if(!s(t))return!1;var e=i(t);return e===!0?_(this).has(t):e&&l(e,this._i)}}),u},def:function(t,e,n){var r=i(o(e),!0);return r===!0?_(t).set(e,n):r[t._i]=n,t},ufstore:_}},function(t,e,n){"use strict";var r=n(23),i=n(84);t.exports=function(t,e,n){e in t?r.f(t,e,i(0,n)):t[e]=n}},function(t,e,n){var r=n(11),i=n(14).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,e,n){t.exports=n(14).document&&document.documentElement},function(t,e,n){t.exports=!n(29)&&!n(10)(function(){return 7!=Object.defineProperty(n(328)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(11),i=Math.floor;t.exports=function(t){return!r(t)&&isFinite(t)&&i(t)===t}},function(t,e,n){var r=n(7);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){"use strict";var r=n(94),i=n(84),o=n(130),s={};n(52)(s,n(19)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(s,{next:i(1,n)}),o(t,e+" Iterator")}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e){t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},function(t,e,n){"use strict";var r=n(109),i=n(170),o=n(171),s=n(53),a=n(126),c=Object.assign;t.exports=!c||n(10)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=c({},t)[n]||Object.keys(c({},e)).join("")!=r})?function(t,e){for(var n=s(t),c=arguments.length,u=1,l=i.f,h=o.f;c>u;)for(var p,f=a(arguments[u++]),_=l?r(f).concat(l(f)):r(f),d=_.length,g=0;d>g;)h.call(f,p=_[g++])&&(n[p]=f[p]);return n}:c},function(t,e,n){var r=n(23),i=n(7),o=n(109);t.exports=n(29)?Object.defineProperties:function(t,e){i(t);for(var n,s=o(e),a=s.length,c=0;a>c;)r.f(t,n=s[c++],e[n]);return t}},function(t,e,n){var r=n(59),i=n(95).f,o={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return i(t)}catch(t){return s.slice()}};t.exports.f=function(t){return s&&"[object Window]"==o.call(t)?a(t):i(r(t))}},function(t,e,n){var r=n(41),i=n(59),o=n(234)(!1),s=n(248)("IE_PROTO");t.exports=function(t,e){var n,a=i(t),c=0,u=[];for(n in a)n!=s&&r(a,n)&&u.push(n);for(;e.length>c;)r(a,n=e[c++])&&(~o(u,n)||u.push(n));return u}},function(t,e,n){var r=n(14).parseFloat,i=n(173).trim;t.exports=1/r(n(250)+"-0")!==-(1/0)?function(t){var e=i(String(t),3),n=r(e);return 0===n&&"-"==e.charAt(0)?-0:n}:r},function(t,e,n){var r=n(14).parseInt,i=n(173).trim,o=n(250),s=/^[\-+]?0[xX]/;t.exports=8!==r(o+"08")||22!==r(o+"0x16")?function(t,e){var n=i(String(t),3);return r(n,e>>>0||(s.test(n)?16:10))}:r},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!=t&&e!=e}},function(t,e,n){var r=n(7),i=n(82),o=n(19)("species");t.exports=function(t,e){var n,s=r(t).constructor;return void 0===s||void 0==(n=r(s)[o])?e:i(n)}},function(t,e,n){var r=n(85),i=n(69);t.exports=function(t){return function(e,n){var o,s,a=String(i(e)),c=r(n),u=a.length;return c<0||c>=u?t?"":void 0:(o=a.charCodeAt(c),o<55296||o>56319||c+1===u||(s=a.charCodeAt(c+1))<56320||s>57343?t?a.charAt(c):o:t?a.slice(c,c+2):(o-55296<<10)+(s-56320)+65536)}}},function(t,e,n){"use strict";var r=n(85),i=n(69);t.exports=function(t){var e=String(i(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Count can't be negative");for(;o>0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},function(t,e,n){e.f=n(19)},function(t,e,n){"use strict";var r=n(325);t.exports=n(167)("Map",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function(t){var e=r.getEntry(this,t);return e&&e.v},set:function(t,e){return r.def(this,0===t?0:t,e)}},r,!0)},function(t,e,n){n(29)&&"g"!=/./g.flags&&n(23).f(RegExp.prototype,"flags",{configurable:!0,get:n(238)})},function(t,e,n){n(168)("match",1,function(t,e,n){return[function(n){"use strict";var r=t(this),i=void 0==n?void 0:n[e];return void 0!==i?i.call(n,r):new RegExp(n)[e](String(r))},n]})},function(t,e,n){n(168)("replace",2,function(t,e,n){return[function(r,i){"use strict";var o=t(this),s=void 0==r?void 0:r[e];return void 0!==s?s.call(r,o,i):n.call(String(o),r,i)},n]})},function(t,e,n){n(168)("search",1,function(t,e,n){return[function(n){"use strict";var r=t(this),i=void 0==n?void 0:n[e];return void 0!==i?i.call(n,r):new RegExp(n)[e](String(r))},n]})},function(t,e,n){n(168)("split",2,function(t,e,r){"use strict";var i=n(242),o=r,s=[].push,a="split",c="length",u="lastIndex";if("c"=="abbc"[a](/(b)*/)[1]||4!="test"[a](/(?:)/,-1)[c]||2!="ab"[a](/(?:ab)*/)[c]||4!="."[a](/(.?)(.?)/)[c]||"."[a](/()()/)[c]>1||""[a](/.?/)[c]){var l=void 0===/()??/.exec("")[1];r=function(t,e){var n=String(this);if(void 0===t&&0===e)return[];if(!i(t))return o.call(n,t,e);var r,a,h,p,f,_=[],d=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),g=0,m=void 0===e?4294967295:e>>>0,y=new RegExp(t.source,d+"g");for(l||(r=new RegExp("^"+y.source+"$(?!\\s)",d));(a=y.exec(n))&&(h=a.index+a[0][c],!(h>g&&(_.push(n.slice(g,a.index)),!l&&a[c]>1&&a[0].replace(r,function(){for(f=1;f1&&a.index=m)));)y[u]===a.index&&y[u]++;return g===n[c]?!p&&y.test("")||_.push(""):_.push(n.slice(g)),_[c]>m?_.slice(0,m):_}}else"0"[a](void 0,0)[c]&&(r=function(t,e){return void 0===t&&0===e?[]:o.call(this,t,e); +});return[function(n,i){var o=t(this),s=void 0==n?void 0:n[e];return void 0!==s?s.call(n,o,i):r.call(String(o),n,i)},r]})},function(t,e,n){"use strict";var r=n(325);t.exports=n(167)("Set",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return r.def(this,t=0===t?0:t,t)}},r)},function(t,e,n){"use strict";var r=n(14),i=n(41),o=n(29),s=n(1),a=n(48),c=n(83).KEY,u=n(10),l=n(172),h=n(130),p=n(97),f=n(19),_=n(346),d=n(517),g=n(515),m=n(513),y=n(241),v=n(7),b=n(59),w=n(86),x=n(84),C=n(94),E=n(338),I=n(71),S=n(23),T=n(109),k=I.f,O=S.f,A=E.f,P=r.Symbol,R=r.JSON,N=R&&R.stringify,M="prototype",j=f("_hidden"),D=f("toPrimitive"),L={}.propertyIsEnumerable,V=l("symbol-registry"),F=l("symbols"),B=l("op-symbols"),U=Object[M],z="function"==typeof P,H=r.QObject,q=!H||!H[M]||!H[M].findChild,W=o&&u(function(){return 7!=C(O({},"a",{get:function(){return O(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=k(U,e);r&&delete U[e],O(t,e,n),r&&t!==U&&O(U,e,r)}:O,$=function(t){var e=F[t]=C(P[M]);return e._k=t,e},Y=z&&"symbol"==typeof P.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof P},Z=function(t,e,n){return t===U&&Z(B,e,n),v(t),e=w(e,!0),v(n),i(F,e)?(n.enumerable?(i(t,j)&&t[j][e]&&(t[j][e]=!1),n=C(n,{enumerable:x(0,!1)})):(i(t,j)||O(t,j,x(1,{})),t[j][e]=!0),W(t,e,n)):O(t,e,n)},G=function(t,e){v(t);for(var n,r=m(e=b(e)),i=0,o=r.length;o>i;)Z(t,n=r[i++],e[n]);return t},J=function(t,e){return void 0===e?C(t):G(C(t),e)},K=function(t){var e=L.call(this,t=w(t,!0));return!(this===U&&i(F,t)&&!i(B,t))&&(!(e||!i(this,t)||!i(F,t)||i(this,j)&&this[j][t])||e)},X=function(t,e){if(t=b(t),e=w(e,!0),t!==U||!i(F,e)||i(B,e)){var n=k(t,e);return!n||!i(F,e)||i(t,j)&&t[j][e]||(n.enumerable=!0),n}},Q=function(t){for(var e,n=A(b(t)),r=[],o=0;n.length>o;)i(F,e=n[o++])||e==j||e==c||r.push(e);return r},tt=function(t){for(var e,n=t===U,r=A(n?B:b(t)),o=[],s=0;r.length>s;)!i(F,e=r[s++])||n&&!i(U,e)||o.push(F[e]);return o};z||(P=function(){if(this instanceof P)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),e=function(n){this===U&&e.call(B,n),i(this,j)&&i(this[j],t)&&(this[j][t]=!1),W(this,t,x(1,n))};return o&&q&&W(U,t,{configurable:!0,set:e}),$(t)},a(P[M],"toString",function(){return this._k}),I.f=X,S.f=Z,n(95).f=E.f=Q,n(171).f=K,n(170).f=tt,o&&!n(127)&&a(U,"propertyIsEnumerable",K,!0),_.f=function(t){return $(f(t))}),s(s.G+s.W+s.F*!z,{Symbol:P});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;et.length>nt;)f(et[nt++]);for(var et=T(f.store),nt=0;et.length>nt;)d(et[nt++]);s(s.S+s.F*!z,"Symbol",{for:function(t){return i(V,t+="")?V[t]:V[t]=P(t)},keyFor:function(t){if(Y(t))return g(V,t);throw TypeError(t+" is not a symbol!")},useSetter:function(){q=!0},useSimple:function(){q=!1}}),s(s.S+s.F*!z,"Object",{create:J,defineProperty:Z,defineProperties:G,getOwnPropertyDescriptor:X,getOwnPropertyNames:Q,getOwnPropertySymbols:tt}),R&&s(s.S+s.F*(!z||u(function(){var t=P();return"[null]"!=N([t])||"{}"!=N({a:t})||"{}"!=N(Object(t))})),"JSON",{stringify:function(t){if(void 0!==t&&!Y(t)){for(var e,n,r=[t],i=1;arguments.length>i;)r.push(arguments[i++]);return e=r[1],"function"==typeof e&&(n=e),!n&&y(e)||(e=function(t,e){if(n&&(e=n.call(this,t,e)),!Y(e))return e}),r[1]=e,N.apply(R,r)}}}),P[M][D]||n(52)(P[M],D,P[M].valueOf),h(P,"Symbol"),h(Math,"Math",!0),h(r.JSON,"JSON",!0)},function(t,e,n){"use strict";var r,i=n(62)(0),o=n(48),s=n(83),a=n(336),c=n(326),u=n(11),l=s.getWeak,h=Object.isExtensible,p=c.ufstore,f={},_=function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},d={get:function(t){if(u(t)){var e=l(t);return e===!0?p(this).get(t):e?e[this._i]:void 0}},set:function(t,e){return c.def(this,t,e)}},g=t.exports=n(167)("WeakMap",_,d,c,!0,!0);7!=(new g).set((Object.freeze||Object)(f),7).get(f)&&(r=c.getConstructor(_),a(r.prototype,d),s.NEED=!0,i(["delete","has","get","set"],function(t){var e=g.prototype,n=e[t];o(e,t,function(e,i){if(u(e)&&!h(e)){this._f||(this._f=new r);var o=this._f[t](e,i);return"set"==t?this:o}return n.call(this,e,i)})}))},function(t,e,n){"use strict";(function(e){function r(t,e,n){try{t=u.stripHash(t);var r=e._add(t),s={url:t,extension:u.getExtension(t)};return i(s,n).then(function(t){return r.pathType=t.plugin.name,s.data=t.result,o(s,n)}).then(function(t){return r.value=t.result,t.result})}catch(t){return h.reject(t)}}function i(t,e){return new h(function(n,r){function i(e){r(!e||e instanceof SyntaxError?a.syntax('Unable to resolve $ref pointer "%s"',t.url):e)}c("Reading %s",t.url);var o=l.all(e.resolve);o=l.filter(o,"canRead",t),l.sort(o),l.run(o,"read",t).then(n,i)})}function o(t,e){return new h(function(n,r){function i(e){!e.plugin.allowEmpty&&s(e.result)?r(a.syntax('Error parsing "%s" as %s. \nParsed value is empty',t.url,e.plugin.name)):n(e)}function o(e){e?(e=e instanceof Error?e:new Error(e),r(a.syntax(e,"Error parsing %s",t.url))):r(a.syntax("Unable to parse %s",t.url))}c("Parsing %s",t.url);var u=l.all(e.parse),h=l.filter(u,"canParse",t),p=h.length>0?h:u;l.sort(p),l.run(p,"parse",t).then(i,o)})}function s(t){return void 0===t||"object"==typeof t&&0===Object.keys(t).length||"string"==typeof t&&0===t.trim().length||e.isBuffer(t)&&0===t.length}var a=n(88),c=n(100),u=n(73),l=n(671),h=n(87);t.exports=r}).call(e,n(17).Buffer)},function(t,e,n){"use strict";var r=n(678),i=n(88);t.exports={parse:function(t,e){try{return r.safeLoad(t)}catch(t){throw t instanceof Error?t:i(t,t.message)}},stringify:function(t,e,n){try{var o=("string"==typeof n?n.length:n)||2;return r.safeDump(t,{indent:o})}catch(t){throw t instanceof Error?t:i(t,t.message)}}}},function(t,e,n){"use strict";var r=n(111);t.exports=new r({include:[n(359)]})},function(t,e,n){"use strict";var r=n(111);t.exports=new r({include:[n(255)],implicit:[n(692),n(684),n(686),n(685)]})},function(t,e,n){"use strict";function r(t){return this instanceof r?void i.call(this,t):new r(t)}t.exports=r;var i=n(256),o=n(65);o.inherits=n(42),o.inherits(r,i),r.prototype._transform=function(t,e,n){n(null,t)}},function(t,e,n){"use strict";(function(e){function r(t,e){M=M||n(101),t=t||{},this.objectMode=!!t.objectMode,e instanceof M&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var r=t.highWaterMark,i=this.objectMode?16:16384;this.highWaterMark=r||0===r?r:i,this.highWaterMark=~~this.highWaterMark,this.buffer=[],this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(N||(N=n(190).StringDecoder),this.decoder=new N(t.encoding),this.encoding=t.encoding)}function i(t){return M=M||n(101),this instanceof i?(this._readableState=new r(t,this),this.readable=!0,t&&"function"==typeof t.read&&(this._read=t.read),void k.call(this)):new i(t)}function o(t,e,n,r,i){var o=u(e,n);if(o)t.emit("error",o);else if(null===n)e.reading=!1,l(t,e);else if(e.objectMode||n&&n.length>0)if(e.ended&&!i){var a=new Error("stream.push() after EOF");t.emit("error",a)}else if(e.endEmitted&&i){var a=new Error("stream.unshift() after end event");t.emit("error",a)}else{var c;!e.decoder||i||r||(n=e.decoder.write(n),c=!e.objectMode&&0===n.length),i||(e.reading=!1),c||(e.flowing&&0===e.length&&!e.sync?(t.emit("data",n),t.read(0)):(e.length+=e.objectMode?1:n.length,i?e.buffer.unshift(n):e.buffer.push(n),e.needReadable&&h(t))),f(t,e)}else i||(e.reading=!1);return s(e)}function s(t){return!t.ended&&(t.needReadable||t.length=j?t=j:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function c(t,e){return 0===e.length&&e.ended?0:e.objectMode?0===t?0:1:null===t||isNaN(t)?e.flowing&&e.buffer.length?e.buffer[0].length:e.length:t<=0?0:(t>e.highWaterMark&&(e.highWaterMark=a(t)),t>e.length?e.ended?e.length:(e.needReadable=!0,0):t)}function u(t,e){var n=null;return T.isBuffer(e)||"string"==typeof e||null===e||void 0===e||t.objectMode||(n=new TypeError("Invalid non-string/buffer chunk")),n}function l(t,e){if(!e.ended){if(e.decoder){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,h(t)}}function h(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(R("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?I(p,t):p(t))}function p(t){R("emit readable"),t.emit("readable"),v(t)}function f(t,e){e.readingMore||(e.readingMore=!0,I(_,t,e))}function _(t,e){for(var n=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=i)n=o?r.join(""):1===r.length?r[0]:T.concat(r,i),r.length=0;else if(t0)throw new Error("endReadable called on non-empty stream");e.endEmitted||(e.ended=!0,I(x,e,t))}function x(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function C(t,e){for(var n=0,r=t.length;n0)&&(e.emittedReadable=!1),0===t&&e.needReadable&&(e.length>=e.highWaterMark||e.ended))return R("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?w(this):h(this),null;if(t=c(t,e),0===t&&e.ended)return 0===e.length&&w(this),null;var r=e.needReadable;R("need readable",r),(0===e.length||e.length-t0?b(t,e):null,null===i&&(e.needReadable=!0,t=0),e.length-=t,0!==e.length||e.ended||(e.needReadable=!0),n!==t&&e.ended&&0===e.length&&w(this),null!==i&&this.emit("data",i),i},i.prototype._read=function(t){this.emit("error",new Error("not implemented"))},i.prototype.pipe=function(t,n){function r(t){R("onunpipe"),t===h&&o()}function i(){R("onend"),t.end()}function o(){R("cleanup"),t.removeListener("close",c),t.removeListener("finish",u),t.removeListener("drain",g),t.removeListener("error",a),t.removeListener("unpipe",r),h.removeListener("end",i),h.removeListener("end",o),h.removeListener("data",s),m=!0,!p.awaitDrain||t._writableState&&!t._writableState.needDrain||g()}function s(e){R("ondata");var n=t.write(e);!1===n&&(1!==p.pipesCount||p.pipes[0]!==t||1!==h.listenerCount("data")||m||(R("false write response, pause",h._readableState.awaitDrain),h._readableState.awaitDrain++),h.pause())}function a(e){R("onerror",e),l(),t.removeListener("error",a),0===O(t,"error")&&t.emit("error",e)}function c(){t.removeListener("finish",u),l()}function u(){R("onfinish"),t.removeListener("close",c),l()}function l(){R("unpipe"),h.unpipe(t)}var h=this,p=this._readableState;switch(p.pipesCount){case 0:p.pipes=t;break;case 1:p.pipes=[p.pipes,t];break;default:p.pipes.push(t)}p.pipesCount+=1,R("pipe count=%d opts=%j",p.pipesCount,n);var f=(!n||n.end!==!1)&&t!==e.stdout&&t!==e.stderr,_=f?i:o;p.endEmitted?I(_):h.once("end",_),t.on("unpipe",r);var g=d(h);t.on("drain",g);var m=!1;return h.on("data",s),t._events&&t._events.error?S(t._events.error)?t._events.error.unshift(a):t._events.error=[a,t._events.error]:t.on("error",a),t.once("close",c),t.once("finish",u),t.emit("pipe",h),p.flowing||(R("pipe resume"),h.resume()),t},i.prototype.unpipe=function(t){var e=this._readableState;if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this),this);if(!t){var n=e.pipes,r=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var i=0;i",Gt:"≫",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",LT:"<",Lt:"≪",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ", +plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}},function(t,e,n){"use strict";var r=n(44).replaceEntities;t.exports=function(t){var e=r(t);try{e=decodeURI(e)}catch(t){}return encodeURI(e)}},function(t,e){"use strict";t.exports=function(t){return t.trim().replace(/\s+/g," ").toUpperCase()}},function(t,e,n){"use strict";var r=n(363),i=n(44).unescapeMd;t.exports=function(t,e){var n,o,s,a=e,c=t.posMax;if(60===t.src.charCodeAt(e)){for(e++;e8&&n<14);)if(92===n&&e+11))break;if(41===n&&(o--,o<0))break;e++}return a!==e&&(s=i(t.src.slice(a,e)),!!t.parser.validateLink(s)&&(t.linkContent=s,t.pos=e,!0))}},function(t,e,n){"use strict";var r=n(44).unescapeMd;t.exports=function(t,e){var n,i=e,o=t.posMax,s=t.src.charCodeAt(e);if(34!==s&&39!==s&&40!==s)return!1;for(e++,40===s&&(s=41);e1&&"number"==typeof t[t.length-1]&&(n=t.pop())):"number"==typeof i&&(n=t.pop()),1===t.length?t[0]:new o.ArrayObservable(t,r).lift(new s.MergeAllOperator(n))}var o=n(74),s=n(184),a=n(90);e.merge=r,e.mergeStatic=i},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),"number"==typeof e&&(n=e,e=null),this.lift(new a(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(5),s=n(4);e.mergeMap=r;var a=function(){function t(t,e,n){void 0===n&&(n=Number.POSITIVE_INFINITY),this.project=t,this.resultSelector=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector,this.concurrent))},t}();e.MergeMapOperator=a;var c=function(t){function e(e,n,r,i){void 0===i&&(i=Number.POSITIVE_INFINITY),t.call(this,e),this.project=n,this.resultSelector=r,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(s.OuterSubscriber);e.MergeMapSubscriber=c},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),"number"==typeof e&&(n=e,e=null),this.lift(new a(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.mergeMapTo=r;var a=function(){function t(t,e,n){void 0===n&&(n=Number.POSITIVE_INFINITY),this.ish=t,this.resultSelector=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.ish,this.resultSelector,this.concurrent))},t}();e.MergeMapToOperator=a;var c=function(t){function e(e,n,r,i){void 0===i&&(i=Number.POSITIVE_INFINITY),t.call(this,e),this.ish=n,this.resultSelector=r,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){if(this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber);e.MergeMapToSubscriber=c},function(t,e,n){"use strict";function r(){for(var t=[],e=0;ee.index?1:-1:t.delay>e.delay?1:-1},e}(i.AsyncAction);e.VirtualAction=a},function(t,e,n){"use strict";var r=n(1045),i=n(1046);e.asap=new i.AsapScheduler(r.AsapAction)},function(t,e,n){"use strict";var r=n(1047),i=n(1048);e.queue=new i.QueueScheduler(r.QueueAction)},function(t,e){"use strict";var n=function(){function t(t,e){void 0===e&&(e=Number.POSITIVE_INFINITY), +this.subscribedFrame=t,this.unsubscribedFrame=e}return t}();e.SubscriptionLog=n},function(t,e,n){"use strict";var r=n(385),i=function(){function t(){this.subscriptions=[]}return t.prototype.logSubscribedFrame=function(){return this.subscriptions.push(new r.SubscriptionLog(this.scheduler.now())),this.subscriptions.length-1},t.prototype.logUnsubscribedFrame=function(t){var e=this.subscriptions,n=e[t];e[t]=new r.SubscriptionLog(n.subscribedFrame,this.scheduler.now())},t}();e.SubscriptionLoggable=i},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(e){t.call(this),this.errors=e;var n=Error.call(this,e?e.length+" errors occurred during unsubscription:\n "+e.map(function(t,e){return e+1+") "+t.toString()}).join("\n "):"");this.name=n.name="UnsubscriptionError",this.stack=n.stack,this.message=n.message}return n(e,t),e}(Error);e.UnsubscriptionError=r},function(t,e){"use strict";function n(t,e){for(var n=0,r=e.length;n":"greater"};e=t.exports=function(t,e){return t.split("").reduce(function(t,e){return n[e]&&(e=n[e]),e=e.replace(/[^\w\s$\*_\+~\.\(\)'"!\-:@]/g,""),t+=e},"").replace(/^\s+|\s+$/g,"").replace(/[-\s]+/g,e||"-").replace("#{replacement}$","")}},function(t,e,n){(function(t){var r=n(1063),i=n(1076),o=n(490),s=n(192),a=e;a.request=function(e,n){e="string"==typeof e?s.parse(e):i(e);var o=t.location.protocol.search(/^https?:$/)===-1?"http:":"",a=e.protocol||o,c=e.hostname||e.host,u=e.port,l=e.path||"/";c&&c.indexOf(":")!==-1&&(c="["+c+"]"),e.url=(c?a+"//"+c:"")+(u?":"+u:"")+l,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var h=new r(e);return n&&h.on("response",n),h},a.get=function(t,e){var n=a.request(t,e);return n.end(),n},a.Agent=function(){},a.Agent.defaultMaxSockets=4,a.STATUS_CODES=o,a.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(e,n(27))},function(t,e,n){(function(t){function n(t){try{return i.responseType=t,i.responseType===t}catch(t){}return!1}function r(t){return"function"==typeof t}e.fetch=r(t.fetch)&&r(t.ReadableStream),e.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),e.blobConstructor=!0}catch(t){}var i=new t.XMLHttpRequest;i.open("GET",t.location.host?"/":"https://example.com");var o="undefined"!=typeof t.ArrayBuffer,s=o&&r(t.ArrayBuffer.prototype.slice);e.arraybuffer=o&&n("arraybuffer"),e.msstream=!e.fetch&&s&&n("ms-stream"),e.mozchunkedarraybuffer=!e.fetch&&o&&n("moz-chunked-arraybuffer"),e.overrideMimeType=r(i.overrideMimeType),e.vbArray=r(t.VBArray),i=null}).call(e,n(27))},function(t,e,n){"use strict";(function(e){function r(t,e,n){return"function"==typeof t.prependListener?t.prependListener(e,n):void(t._events&&t._events[e]?A(t._events[e])?t._events[e].unshift(n):t._events[e]=[n,t._events[e]]:t.on(e,n))}function i(t,e){B=B||n(115),t=t||{},this.objectMode=!!t.objectMode,e instanceof B&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var r=t.highWaterMark,i=this.objectMode?16:16384;this.highWaterMark=r||0===r?r:i,this.highWaterMark=~~this.highWaterMark,this.buffer=new F,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(V||(V=n(190).StringDecoder),this.decoder=new V(t.encoding),this.encoding=t.encoding)}function o(t){return B=B||n(115),this instanceof o?(this._readableState=new i(t,this),this.readable=!0,t&&"function"==typeof t.read&&(this._read=t.read),void P.call(this)):new o(t)}function s(t,e,n,r,i){var o=l(e,n);if(o)t.emit("error",o);else if(null===n)e.reading=!1,h(t,e);else if(e.objectMode||n&&n.length>0)if(e.ended&&!i){var s=new Error("stream.push() after EOF");t.emit("error",s)}else if(e.endEmitted&&i){var c=new Error("stream.unshift() after end event");t.emit("error",c)}else{var u;!e.decoder||i||r||(n=e.decoder.write(n),u=!e.objectMode&&0===n.length),i||(e.reading=!1),u||(e.flowing&&0===e.length&&!e.sync?(t.emit("data",n),t.read(0)):(e.length+=e.objectMode?1:n.length,i?e.buffer.unshift(n):e.buffer.push(n),e.needReadable&&p(t))),_(t,e)}else i||(e.reading=!1);return a(e)}function a(t){return!t.ended&&(t.needReadable||t.length=U?t=U:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function u(t,e){return t<=0||0===e.length&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=c(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function l(t,e){var n=null;return N.isBuffer(e)||"string"==typeof e||null===e||void 0===e||t.objectMode||(n=new TypeError("Invalid non-string/buffer chunk")),n}function h(t,e){if(!e.ended){if(e.decoder){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,p(t)}}function p(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(L("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?O(f,t):f(t))}function f(t){L("emit readable"),t.emit("readable"),b(t)}function _(t,e){e.readingMore||(e.readingMore=!0,O(d,t,e))}function d(t,e){for(var n=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=e.length?(n=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.head.data:e.buffer.concat(e.length),e.buffer.clear()):n=x(t,e.buffer,e.decoder),n}function x(t,e,n){var r;return to.length?o.length:t;if(i+=s===o.length?o:o.slice(0,t),t-=s,0===t){s===o.length?(++r,n.next?e.head=n.next:e.head=e.tail=null):(e.head=n,n.data=o.slice(s));break}++r}return e.length-=r,i}function E(t,e){var n=M.allocUnsafe(t),r=e.head,i=1;for(r.data.copy(n),t-=r.data.length;r=r.next;){var o=r.data,s=t>o.length?o.length:t;if(o.copy(n,n.length-t,0,s),t-=s,0===t){s===o.length?(++i,r.next?e.head=r.next:e.head=e.tail=null):(e.head=r,r.data=o.slice(s));break}++i}return e.length-=i,n}function I(t){var e=t._readableState;if(e.length>0)throw new Error('"endReadable()" called on non-empty stream');e.endEmitted||(e.ended=!0,O(S,e,t))}function S(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function T(t,e){for(var n=0,r=t.length;n=e.highWaterMark||e.ended))return L("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?I(this):p(this),null;if(t=u(t,e),0===t&&e.ended)return 0===e.length&&I(this),null;var r=e.needReadable;L("need readable",r),(0===e.length||e.length-t0?w(t,e):null,null===i?(e.needReadable=!0,t=0):e.length-=t,0===e.length&&(e.ended||(e.needReadable=!0),n!==t&&e.ended&&I(this)),null!==i&&this.emit("data",i),i},o.prototype._read=function(t){this.emit("error",new Error("not implemented"))},o.prototype.pipe=function(t,n){function i(t){L("onunpipe"),t===p&&s()}function o(){L("onend"),t.end()}function s(){L("cleanup"),t.removeListener("close",u),t.removeListener("finish",l),t.removeListener("drain",m),t.removeListener("error",c),t.removeListener("unpipe",i),p.removeListener("end",o),p.removeListener("end",s),p.removeListener("data",a),y=!0,!f.awaitDrain||t._writableState&&!t._writableState.needDrain||m()}function a(e){L("ondata"),v=!1;var n=t.write(e);!1!==n||v||((1===f.pipesCount&&f.pipes===t||f.pipesCount>1&&k(f.pipes,t)!==-1)&&!y&&(L("false write response, pause",p._readableState.awaitDrain),p._readableState.awaitDrain++,v=!0),p.pause())}function c(e){L("onerror",e),h(),t.removeListener("error",c),0===R(t,"error")&&t.emit("error",e)}function u(){t.removeListener("finish",l),h()}function l(){L("onfinish"),t.removeListener("close",u),h()}function h(){L("unpipe"),p.unpipe(t)}var p=this,f=this._readableState;switch(f.pipesCount){case 0:f.pipes=t;break;case 1:f.pipes=[f.pipes,t];break;default:f.pipes.push(t)}f.pipesCount+=1,L("pipe count=%d opts=%j",f.pipesCount,n);var _=(!n||n.end!==!1)&&t!==e.stdout&&t!==e.stderr,d=_?o:s;f.endEmitted?O(d):p.once("end",d),t.on("unpipe",i);var m=g(p);t.on("drain",m);var y=!1,v=!1;return p.on("data",a),r(t,"error",c),t.once("close",u),t.once("finish",l),t.emit("pipe",p),f.flowing||(L("pipe resume"),p.resume()),t},o.prototype.unpipe=function(t){var e=this._readableState;if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this),this);if(!t){var n=e.pipes,r=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var i=0;i-1?setImmediate:C;s.WritableState=o;var I=n(65);I.inherits=n(42);var S,T={deprecate:n(398)};!function(){try{S=n(114)}catch(t){}finally{S||(S=n(99).EventEmitter)}}();var k=n(17).Buffer,O=n(232);I.inherits(s,S);var A;o.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(o.prototype,"buffer",{get:T.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")})}catch(t){}}();var A;s.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},s.prototype.write=function(t,e,n){var i=this._writableState,o=!1;return"function"==typeof e&&(n=e,e=null),k.isBuffer(t)?e="buffer":e||(e=i.defaultEncoding),"function"!=typeof n&&(n=r),i.ended?a(this,n):c(this,i,t,n)&&(i.pendingcb++,o=l(this,i,t,e,n)),o},s.prototype.cork=function(){var t=this._writableState;t.corked++},s.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||m(this,t))},s.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);return this._writableState.defaultEncoding=t,this},s.prototype._write=function(t,e,n){n(new Error("not implemented"))},s.prototype._writev=null,s.prototype.end=function(t,e,n){var r=this._writableState;"function"==typeof t?(n=t,t=null,e=null):"function"==typeof e&&(n=e,e=null),null!==t&&void 0!==t&&this.write(t,e),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||w(this,r,n)}}).call(e,n(43))},function(t,e,n){(function(r){var i=function(){try{return n(114)}catch(t){}}();e=t.exports=n(394),e.Stream=i||e,e.Readable=e,e.Writable=n(396),e.Duplex=n(115),e.Transform=n(395),e.PassThrough=n(1065),!r.browser&&"disable"===r.env.READABLE_STREAM&&i&&(t.exports=i)}).call(e,n(43))},function(t,e,n){(function(e){function n(t,e){function n(){if(!i){if(r("throwDeprecation"))throw new Error(e);r("traceDeprecation")?console.trace(e):console.warn(e),i=!0}return t.apply(this,arguments)}if(r("noDeprecation"))return t;var i=!1;return n}function r(t){try{if(!e.localStorage)return!1}catch(t){return!1}var n=e.localStorage[t];return null!=n&&"true"===String(n).toLowerCase()}t.exports=n}).call(e,n(27))},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,configurable:!1,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,configurable:!1,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e={}),h&&i(),c.Redoc._preOptions=e,e.specUrl=e.specUrl||t,s().then(function(t){h=t,console.log("ReDoc initialized!")}).catch(function(t){throw t})}function i(){h.destroy(),h=null}function o(){var t="spec-url",e=u.BrowserDomAdapter.query("redoc");if(e&&u.BrowserDomAdapter.hasAttribute(e,t)){var n=u.BrowserDomAdapter.getAttribute(e,t);r(n)}}n(1067);var s,a=n(2),c=n(160),u=n(106),l=n(118);s=n(452).bootstrapRedoc,l.disableDebugTools(),a.enableProdMode(),e.version="1.6.0";var h;e.init=r,e.destroy=i,o()},function(t,e,n){"use strict";n(508),n(1077),n(504),n(497),n(493),n(499),n(498),n(496),n(495),n(503),n(492),n(491),n(501),n(494),n(502),n(506),n(507),n(505),n(500),n(1072)},function(t,e,n){"use strict";n(720),n(701),n(703),n(705),n(706),n(714),n(704),n(707),n(708),n(709),n(710),n(711),n(713),n(715),n(716),n(717),n(702),n(719),n(712),n(718),n(1068),n(1070),n(1069)},function(t,e,n){"use strict";var r=n(2),i=n(116),o=n(139);n.d(e,"a",function(){return s}),n.d(e,"b",function(){return a});var s=function(){function t(t){this._localization=t,this._caseViews={}}return Object.defineProperty(t.prototype,"ngPlural",{set:function(t){this._switchValue=t,this._updateView()},enumerable:!0,configurable:!0}),t.prototype.addCase=function(t,e){this._caseViews[t]=e},t.prototype._updateView=function(){this._clearViews();var t=Object.keys(this._caseViews),e=n.i(i.getPluralCategory)(this._switchValue,t,this._localization);this._activateView(this._caseViews[e])},t.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},t.prototype._activateView=function(t){t&&(this._activeView=t,this._activeView.create())},t.decorators=[{type:r.Directive,args:[{selector:"[ngPlural]"}]}],t.ctorParameters=[{type:i.NgLocalization}],t.propDecorators={ngPlural:[{type:r.Input}]},t}(),a=function(){function t(t,e,n,r){this.value=t,r.addCase(t,new o.SwitchView(n,e))}return t.decorators=[{type:r.Directive,args:[{selector:"[ngPluralCase]"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:r.Attribute,args:["ngPluralCase"]}]},{type:r.TemplateRef},{type:r.ViewContainerRef},{type:s,decorators:[{type:r.Host}]}],t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"a",function(){return i});var i=function(){function t(t){this._viewContainerRef=t}return Object.defineProperty(t.prototype,"ngOutletContext",{set:function(t){this._context=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ngTemplateOutlet",{set:function(t){this._templateRef=t},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){this._viewRef&&this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._viewRef)),this._templateRef&&(this._viewRef=this._viewContainerRef.createEmbeddedView(this._templateRef,this._context))},t.decorators=[{type:r.Directive,args:[{selector:"[ngTemplateOutlet]"}]}],t.ctorParameters=[{type:r.ViewContainerRef}],t.propDecorators={ngOutletContext:[{type:r.Input}],ngTemplateOutlet:[{type:r.Input}]},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=function(t){function e(e){var n=t.call(this,e);this._nativeError=n}return r(e,t),Object.defineProperty(e.prototype,"message",{get:function(){return this._nativeError.message},set:function(t){this._nativeError.message=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"name",{get:function(){return this._nativeError.name},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"stack",{get:function(){return this._nativeError.stack},set:function(t){this._nativeError.stack=t},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return this._nativeError.toString()},e}(Error);(function(t){function e(e,n){t.call(this,e+" caused by: "+(n instanceof Error?n.message:n)),this.originalError=n}return r(e,t),Object.defineProperty(e.prototype,"stack",{get:function(){return(this.originalError instanceof Error?this.originalError:this._nativeError).stack},enumerable:!0,configurable:!0}),e})(i)},function(t,e,n){"use strict";var r=n(141),i=n(140),o=n(407),s=n(408),a=n(194);n.d(e,"a",function(){return r.PlatformLocation}),n.d(e,"b",function(){return i.a}),n.d(e,"c",function(){return i.b}),n.d(e,"d",function(){return o.a}),n.d(e,"e",function(){return s.a}),n.d(e,"f",function(){return a.a})},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(194),s=n(140),a=n(141);n.d(e,"a",function(){return u});var c=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},u=function(t){function e(e,r){t.call(this),this._platformLocation=e,this._baseHref="",n.i(i.a)(r)&&(this._baseHref=r)}return c(e,t),e.prototype.onPopState=function(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)},e.prototype.getBaseHref=function(){return this._baseHref},e.prototype.path=function(t){void 0===t&&(t=!1);var e=this._platformLocation.hash;return n.i(i.a)(e)||(e="#"),e.length>0?e.substring(1):e},e.prototype.prepareExternalUrl=function(t){var e=o.a.joinWithSlash(this._baseHref,t);return e.length>0?"#"+e:e},e.prototype.pushState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.pushState(t,e,i)},e.prototype.replaceState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.replaceState(t,e,i)},e.prototype.forward=function(){this._platformLocation.forward()},e.prototype.back=function(){this._platformLocation.back()},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:a.PlatformLocation},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[s.b]}]}],e}(s.a)},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(194),s=n(140),a=n(141);n.d(e,"a",function(){return u});var c=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},u=function(t){function e(e,r){if(t.call(this),this._platformLocation=e,n.i(i.b)(r)&&(r=this._platformLocation.getBaseHrefFromDOM()),n.i(i.b)(r))throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=r}return c(e,t),e.prototype.onPopState=function(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)},e.prototype.getBaseHref=function(){return this._baseHref},e.prototype.prepareExternalUrl=function(t){return o.a.joinWithSlash(this._baseHref,t)},e.prototype.path=function(t){void 0===t&&(t=!1);var e=this._platformLocation.pathname+o.a.normalizeQueryParams(this._platformLocation.search),n=this._platformLocation.hash;return n&&t?""+e+n:e},e.prototype.pushState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));this._platformLocation.pushState(t,e,i)},e.prototype.replaceState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));this._platformLocation.replaceState(t,e,i)},e.prototype.forward=function(){this._platformLocation.forward()},e.prototype.back=function(){this._platformLocation.back()},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:a.PlatformLocation},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject, +args:[s.b]}]}],e}(s.a)},function(t,e,n){"use strict";var r=n(2),i=n(417),o=n(76);n.d(e,"a",function(){return l});var s=function(){function t(){}return t.prototype.createSubscription=function(t,e){return t.subscribe({next:e,error:function(t){throw t}})},t.prototype.dispose=function(t){t.unsubscribe()},t.prototype.onDestroy=function(t){t.unsubscribe()},t}(),a=function(){function t(){}return t.prototype.createSubscription=function(t,e){return t.then(e,function(t){throw t})},t.prototype.dispose=function(t){},t.prototype.onDestroy=function(t){},t}(),c=new a,u=new s,l=function(){function t(t){this._ref=t,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}return t.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},t.prototype.transform=function(t){return this._obj?t!==this._obj?(this._dispose(),this.transform(t)):this._latestValue===this._latestReturnedValue?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,r.WrappedValue.wrap(this._latestValue)):(t&&this._subscribe(t),this._latestReturnedValue=this._latestValue,this._latestValue)},t.prototype._subscribe=function(t){var e=this;this._obj=t,this._strategy=this._selectStrategy(t),this._subscription=this._strategy.createSubscription(t,function(n){return e._updateLatestValue(t,n)})},t.prototype._selectStrategy=function(e){if(n.i(i.a)(e))return c;if(e.subscribe)return u;throw new o.a(t,e)},t.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},t.prototype._updateLatestValue=function(t,e){t===this._obj&&(this._latestValue=e,this._ref.markForCheck())},t.decorators=[{type:r.Pipe,args:[{name:"async",pure:!1}]}],t.ctorParameters=[{type:r.ChangeDetectorRef}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(273),o=n(47),s=n(76);n.d(e,"a",function(){return a});var a=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,r){if(void 0===r&&(r="mediumDate"),n.i(o.b)(e))return null;if(!this.supports(e))throw new s.a(t,e);return o.g.isNumeric(e)&&(e=parseFloat(e)),i.a.format(new Date(e),this._locale,t._ALIASES[r]||r)},t.prototype.supports=function(t){return n.i(o.h)(t)||o.g.isNumeric(t)||"string"==typeof t&&n.i(o.h)(new Date(t))},t._ALIASES={medium:"yMMMdjms",short:"yMdjm",fullDate:"yMMMMEEEEd",longDate:"yMMMMd",mediumDate:"yMMMd",shortDate:"yMd",mediumTime:"jms",shortTime:"jm"},t.decorators=[{type:r.Pipe,args:[{name:"date",pure:!0}]}],t.ctorParameters=[{type:void 0,decorators:[{type:r.Inject,args:[r.LOCALE_ID]}]}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(116),s=n(76);n.d(e,"a",function(){return c});var a=/#/g,c=function(){function t(t){this._localization=t}return t.prototype.transform=function(e,r){if(n.i(i.b)(e))return"";if("object"!=typeof r||null===r)throw new s.a(t,r);var c=n.i(o.getPluralCategory)(e,Object.keys(r),this._localization);return r[c].replace(a,e.toString())},t.decorators=[{type:r.Pipe,args:[{name:"i18nPlural",pure:!0}]}],t.ctorParameters=[{type:o.NgLocalization}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(76);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e,r){if(n.i(i.b)(e))return"";if("object"!=typeof r||null===r)throw new o.a(t,r);return r[e]||""},t.decorators=[{type:r.Pipe,args:[{name:"i18nSelect",pure:!0}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(76);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e){if(n.i(i.b)(e))return e;if("string"!=typeof e)throw new o.a(t,e);return e.toLowerCase()},t.decorators=[{type:r.Pipe,args:[{name:"lowercase"}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";function r(t,e,r,i,u,l,h){if(void 0===l&&(l=null),void 0===h&&(h=!1),n.i(s.b)(r))return null;if(r="string"==typeof r&&s.g.isNumeric(r)?+r:r,"number"!=typeof r)throw new a.a(t,r);var p,f,_;if(i!==o.b.Currency&&(p=1,f=0,_=3),u){var d=u.match(c);if(null===d)throw new Error(u+" is not a valid digit info for number pipes");n.i(s.a)(d[1])&&(p=s.g.parseIntAutoRadix(d[1])),n.i(s.a)(d[3])&&(f=s.g.parseIntAutoRadix(d[3])),n.i(s.a)(d[5])&&(_=s.g.parseIntAutoRadix(d[5]))}return o.c.format(r,e,i,{minimumIntegerDigits:p,minimumFractionDigits:f,maximumFractionDigits:_,currency:l,currencyAsSymbol:h})}var i=n(2),o=n(273),s=n(47),a=n(76);n.d(e,"a",function(){return u}),n.d(e,"b",function(){return l}),n.d(e,"c",function(){return h});var c=/^(\d+)?\.((\d+)(-(\d+))?)?$/,u=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n){return void 0===n&&(n=null),r(t,this._locale,e,o.b.Decimal,n)},t.decorators=[{type:i.Pipe,args:[{name:"number"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}(),l=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n){return void 0===n&&(n=null),r(t,this._locale,e,o.b.Percent,n)},t.decorators=[{type:i.Pipe,args:[{name:"percent"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}(),h=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n,i,s){return void 0===n&&(n="USD"),void 0===i&&(i=!1),void 0===s&&(s=null),r(t,this._locale,e,o.b.Currency,s,n,i)},t.decorators=[{type:i.Pipe,args:[{name:"currency"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(76);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e,r,s){if(n.i(i.b)(e))return e;if(!this.supports(e))throw new o.a(t,e);return e.slice(r,s)},t.prototype.supports=function(t){return"string"==typeof t||Array.isArray(t)},t.decorators=[{type:r.Pipe,args:[{name:"slice",pure:!1}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(76);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e){if(n.i(i.b)(e))return e;if("string"!=typeof e)throw new o.a(t,e);return e.toUpperCase()},t.decorators=[{type:r.Pipe,args:[{name:"uppercase"}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"a",function(){return i});var i=r.__core_private__.isPromise},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return i});var i=function(){function t(){this._map=new Map,this._allPlayers=[]}return t.prototype.find=function(t,e){var i=this._map.get(t);if(n.i(r.d)(i))return i[e]},t.prototype.findAllPlayersByElement=function(t){var e=this._map.get(t);return e?Object.keys(e).map(function(t){return e[t]}):[]},t.prototype.set=function(t,e,i){var o=this._map.get(t);n.i(r.d)(o)||(o={});var s=o[e];n.i(r.d)(s)&&this.remove(t,e),o[e]=i,this._allPlayers.push(i),this._map.set(t,o)},t.prototype.getAllPlayers=function(){return this._allPlayers},t.prototype.remove=function(t,e){var n=this._map.get(t);if(n){var r=n[e];delete n[e];var i=this._allPlayers.indexOf(r);this._allPlayers.splice(i,1),0===Object.keys(n).length&&this._map.delete(t)}},t}()},function(t,e,n){"use strict";var r=n(9);n.d(e,"a",function(){return r.ChangeDetectionStrategy}),n.d(e,"b",function(){return r.ChangeDetectorRef}),n.d(e,"c",function(){return r.CollectionChangeRecord}),n.d(e,"d",function(){return r.DefaultIterableDiffer}),n.d(e,"e",function(){return r.IterableDiffers}),n.d(e,"f",function(){return r.KeyValueChangeRecord}),n.d(e,"g",function(){return r.KeyValueDiffers}),n.d(e,"h",function(){return r.SimpleChange}),n.d(e,"i",function(){return r.WrappedValue})},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var r=function(){function t(){}return t}()},function(t,e,n){"use strict";var r=n(296),i=n(435),o=n(54),s=n(145),a=n(117),c=n(144),u=n(436),l=n(434),h=n(425),p=n(287),f=n(153),_=n(419),d=n(432),g=n(202),m=n(285),y=n(151),v=n(206),b=n(201),w=n(200),x=n(422),C=n(284),E=n(283),I=n(143),S=n(38);n.d(e,"L",function(){return r.b}),n.d(e,"M",function(){return r.c}),n.d(e,"N",function(){return r.d}),n.d(e,"O",function(){return r.e}),n.d(e,"P",function(){return r.f}),n.d(e,"Q",function(){return r.g}),n.d(e,"R",function(){return r.h}),n.d(e,"S",function(){return r.i}),n.d(e,"T",function(){return r.j}),n.d(e,"U",function(){return r.k}),n.d(e,"V",function(){return r.l}),n.d(e,"W",function(){return r.m}),n.d(e,"X",function(){return r.n}),n.d(e,"Y",function(){return r.o}),n.d(e,"Z",function(){return r.p}),n.d(e,"_0",function(){return r.q}),n.d(e,"_1",function(){return r.r}),n.d(e,"_2",function(){return r.s}),n.d(e,"_3",function(){return r.t}),n.d(e,"_4",function(){return r.u}),n.d(e,"_5",function(){return r.v}),n.d(e,"_6",function(){return r.w}),n.d(e,"_7",function(){return r.x}),n.d(e,"_8",function(){return r.y}),n.d(e,"_9",function(){return r.a}),n.d(e,"_10",function(){return r.z}),n.d(e,"_11",function(){return i.a}),n.d(e,"_12",function(){return o.h}),n.d(e,"_13",function(){return o.i}),n.d(e,"_14",function(){return o.g}),n.d(e,"_15",function(){return o.f}),n.d(e,"_16",function(){return o.j}),n.d(e,"_17",function(){return o.k}),n.d(e,"_18",function(){return o.a}),n.d(e,"_73",function(){return o.c}),n.d(e,"_74",function(){return o.d}),n.d(e,"_75",function(){return o.b}),n.d(e,"_76",function(){return o.l}),n.d(e,"_77",function(){return o.e}),n.d(e,"_78",function(){return o.m}),n.d(e,"a",function(){return s.assertPlatform}),n.d(e,"b",function(){return s.destroyPlatform}),n.d(e,"c",function(){return s.getPlatform}),n.d(e,"d",function(){return s.createPlatform}),n.d(e,"e",function(){return s.ApplicationRef}),n.d(e,"f",function(){return s.enableProdMode}),n.d(e,"g",function(){return s.isDevMode}),n.d(e,"h",function(){return s.createPlatformFactory}),n.d(e,"i",function(){return s.PlatformRef}),n.d(e,"j",function(){return a.APP_ID}),n.d(e,"k",function(){return a.PACKAGE_ROOT_URL}),n.d(e,"l",function(){return a.APP_BOOTSTRAP_LISTENER}),n.d(e,"m",function(){return a.PLATFORM_INITIALIZER}),n.d(e,"n",function(){return c.ApplicationInitStatus}),n.d(e,"o",function(){return c.APP_INITIALIZER}),n.d(e,"_19",function(){return u.a}),n.d(e,"_20",function(){return l.a}),n.d(e,"_21",function(){return l.b}),n.d(e,"_22",function(){return l.c}),n.d(e,"_23",function(){return h.a}),n.d(e,"_24",function(){return h.b}),n.d(e,"_25",function(){return h.c}),n.d(e,"_26",function(){return h.d}),n.d(e,"_27",function(){return h.e}),n.d(e,"_28",function(){return h.f}),n.d(e,"_29",function(){return h.g}),n.d(e,"_30",function(){return h.h}),n.d(e,"_31",function(){return h.i}),n.d(e,"_32",function(){return h.j}),n.d(e,"_33",function(){return h.k}),n.d(e,"_34",function(){return h.l}),n.d(e,"_35",function(){return h.m}),n.d(e,"_36",function(){return h.n}),n.d(e,"_37",function(){return h.o}),n.d(e,"_38",function(){return h.p}),n.d(e,"_39",function(){return h.q}),n.d(e,"_40",function(){return h.r}),n.d(e,"_41",function(){return h.s}),n.d(e,"p",function(){return p.a}),n.d(e,"q",function(){return p.d}),n.d(e,"r",function(){return p.g}),n.d(e,"s",function(){return p.c}),n.d(e,"t",function(){return f.Testability}),n.d(e,"u",function(){return f.TestabilityRegistry}),n.d(e,"v",function(){return f.setTestabilityGetter}),n.d(e,"_42",function(){return _.a}),n.d(e,"_43",function(){return _.b}),n.d(e,"_44",function(){return _.c}),n.d(e,"_45",function(){return _.d}),n.d(e,"_46",function(){return _.e}),n.d(e,"_47",function(){return _.f}),n.d(e,"_48",function(){return _.g}),n.d(e,"_49",function(){return _.h}),n.d(e,"_50",function(){return _.i}),n.d(e,"_51",function(){return d.a}),n.d(e,"w",function(){return g.TRANSLATIONS}),n.d(e,"x",function(){return g.TRANSLATIONS_FORMAT}),n.d(e,"y",function(){return g.LOCALE_ID}),n.d(e,"z",function(){return m.ApplicationModule}),n.d(e,"A",function(){return y.a}),n.d(e,"B",function(){return y.b}),n.d(e,"C",function(){return y.c}),n.d(e,"D",function(){return y.d}),n.d(e,"E",function(){return v.a}),n.d(e,"F",function(){return b.a}),n.d(e,"G",function(){return w.ErrorHandler}),n.d(e,"_52",function(){return x.a}),n.d(e,"_53",function(){return C.a}),n.d(e,"_54",function(){return C.b}),n.d(e,"_55",function(){return C.c}),n.d(e,"_56",function(){return C.d}),n.d(e,"_57",function(){return C.e}),n.d(e,"_58",function(){return C.f}),n.d(e,"_59",function(){return C.g}),n.d(e,"_60",function(){return C.h}),n.d(e,"_61",function(){return C.i}),n.d(e,"_62",function(){return C.j}),n.d(e,"_63",function(){return C.k}),n.d(e,"_64",function(){return C.l}),n.d(e,"_65",function(){return C.m}),n.d(e,"_66",function(){return C.n}),n.d(e,"_67",function(){return C.o}),n.d(e,"_68",function(){return C.p}),n.d(e,"_69",function(){return C.q}),n.d(e,"_70",function(){return C.r}),n.d(e,"_71",function(){return C.s}),n.d(e,"_72",function(){return C.t}),n.d(e,"H",function(){return E.a}),n.d(e,"I",function(){return I.AnimationPlayer}),n.d(e,"J",function(){return S.Sanitizer}),n.d(e,"K",function(){return S.SecurityContext})},function(t,e,n){"use strict";var r=n(275),i=n(276),o=n(277),s=n(143),a=n(279),c=n(280),u=n(281),l=n(282),h=n(146),p=n(147),f=n(148),_=n(423),d=n(199),g=n(103),m=n(61),y=n(290),v=n(13),b=n(203),w=n(292),x=n(24),C=n(20),E=n(12),I=n(8),S=n(297),T=n(16),k=n(204),O=n(298),A=n(205),P=n(152),R=n(104),N=n(207);n.d(e,"a",function(){return M});var M={isDefaultChangeDetectionStrategy:p.c,ChangeDetectorStatus:p.b,constructDependencies:d.b,LifecycleHooks:S.a,LIFECYCLE_HOOKS_VALUES:S.b,ReflectorReader:A.a,CodegenComponentFactoryResolver:m.CodegenComponentFactoryResolver,AppElement:v.AppElement,AppView:C.AppView,DebugAppView:C.DebugAppView,NgModuleInjector:b.NgModuleInjector,registerModuleFactory:w.a,ViewType:E.ViewType,view_utils:I,ViewMetadata:T.ViewMetadata,DebugContext:y.a,StaticNodeDebugInfo:y.b,devModeEqual:h.b,UNINITIALIZED:h.a,ValueUnwrapper:h.c,RenderDebugInfo:P.RenderDebugInfo,TemplateRef_:x.TemplateRef_,ReflectionCapabilities:O.a,makeDecorator:R.c,DebugDomRootRenderer:_.a,Console:f.Console,reflector:k.a,Reflector:k.b,NoOpAnimationPlayer:s.NoOpAnimationPlayer,AnimationPlayer:s.AnimationPlayer,AnimationSequencePlayer:a.AnimationSequencePlayer,AnimationGroupPlayer:i.a,AnimationKeyframe:o.AnimationKeyframe,prepareFinalAnimationStyles:c.prepareFinalAnimationStyles,balanceAnimationKeyframes:c.balanceAnimationKeyframes,flattenStyles:c.flattenStyles,clearStyles:c.clearStyles,renderStyles:c.renderStyles,collectAndResolveStyles:c.collectAndResolveStyles,AnimationStyles:u.AnimationStyles,ANY_STATE:r.b,DEFAULT_STATE:r.c,EMPTY_STATE:r.d,FILL_STYLE_FLAG:r.a,ComponentStillLoadingError:g.ComponentStillLoadingError,isPromise:N.a,AnimationTransition:l.AnimationTransition}},function(t,e,n){"use strict";var r=n(6),i=n(287);n.d(e,"a",function(){return o});var o=function(){function t(t){this._delegate=t}return t.prototype.renderComponent=function(t){return new s(this._delegate.renderComponent(t))},t}(),s=function(){function t(t){this._delegate=t}return t.prototype.selectRootElement=function(t,e){var r=this._delegate.selectRootElement(t,e),o=new i.a(r,null,e);return n.i(i.b)(o),r},t.prototype.createElement=function(t,e,r){var o=this._delegate.createElement(t,e,r),s=new i.a(o,n.i(i.c)(t),r);return s.name=e,n.i(i.b)(s),o},t.prototype.createViewRoot=function(t){return this._delegate.createViewRoot(t)},t.prototype.createTemplateAnchor=function(t,e){var r=this._delegate.createTemplateAnchor(t,e),o=new i.d(r,n.i(i.c)(t),e);return n.i(i.b)(o),r},t.prototype.createText=function(t,e,r){var o=this._delegate.createText(t,e,r),s=new i.d(o,n.i(i.c)(t),r);return n.i(i.b)(s),o},t.prototype.projectNodes=function(t,e){var o=n.i(i.c)(t);if(n.i(r.d)(o)&&o instanceof i.a){var s=o;e.forEach(function(t){s.addChild(n.i(i.c)(t))})}this._delegate.projectNodes(t,e)},t.prototype.attachViewAfter=function(t,e){var o=n.i(i.c)(t);if(n.i(r.d)(o)){var s=o.parent;if(e.length>0&&n.i(r.d)(s)){var a=[];e.forEach(function(t){return a.push(n.i(i.c)(t))}),s.insertChildrenAfter(o,a)}}this._delegate.attachViewAfter(t,e)},t.prototype.detachView=function(t){t.forEach(function(t){var e=n.i(i.c)(t);n.i(r.d)(e)&&n.i(r.d)(e.parent)&&e.parent.removeChild(e)}),this._delegate.detachView(t)},t.prototype.destroyView=function(t,e){e.forEach(function(t){n.i(i.e)(n.i(i.c)(t))}),this._delegate.destroyView(t,e)},t.prototype.listen=function(t,e,o){var s=n.i(i.c)(t);return n.i(r.d)(s)&&s.listeners.push(new i.f(e,o)),this._delegate.listen(t,e,o)},t.prototype.listenGlobal=function(t,e,n){return this._delegate.listenGlobal(t,e,n)},t.prototype.setElementProperty=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.properties[e]=o),this._delegate.setElementProperty(t,e,o)},t.prototype.setElementAttribute=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.attributes[e]=o),this._delegate.setElementAttribute(t,e,o)},t.prototype.setBindingDebugInfo=function(t,e,n){this._delegate.setBindingDebugInfo(t,e,n)},t.prototype.setElementClass=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.classes[e]=o),this._delegate.setElementClass(t,e,o)},t.prototype.setElementStyle=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.styles[e]=o),this._delegate.setElementStyle(t,e,o)},t.prototype.invokeElementMethod=function(t,e,n){this._delegate.invokeElementMethod(t,e,n)},t.prototype.setText=function(t,e){this._delegate.setText(t,e)},t.prototype.animate=function(t,e,n,r,i,o){return this._delegate.animate(t,e,n,r,i,o)},t}()},function(t,e,n){"use strict";function r(t,e){for(var n=new Array(t._proto.numberOfProviders),r=0;r0&&(this.provider0=e[0],this.keyId0=e[0].key.id),n>1&&(this.provider1=e[1],this.keyId1=e[1].key.id),n>2&&(this.provider2=e[2],this.keyId2=e[2].key.id),n>3&&(this.provider3=e[3],this.keyId3=e[3].key.id),n>4&&(this.provider4=e[4],this.keyId4=e[4].key.id),n>5&&(this.provider5=e[5],this.keyId5=e[5].key.id),n>6&&(this.provider6=e[6],this.keyId6=e[6].key.id),n>7&&(this.provider7=e[7],this.keyId7=e[7].key.id),n>8&&(this.provider8=e[8],this.keyId8=e[8].key.id),n>9&&(this.provider9=e[9],this.keyId9=e[9].key.id)}return t.prototype.getProviderAtIndex=function(t){if(0==t)return this.provider0;if(1==t)return this.provider1;if(2==t)return this.provider2;if(3==t)return this.provider3;if(4==t)return this.provider4;if(5==t)return this.provider5;if(6==t)return this.provider6;if(7==t)return this.provider7;if(8==t)return this.provider8;if(9==t)return this.provider9;throw new a.d(t)},t.prototype.createInjectorStrategy=function(t){return new d(t,this)},t}(),f=function(){function t(t,e){this.providers=e;var n=e.length;this.keyIds=new Array(n);for(var r=0;r=this.providers.length)throw new a.d(t);return this.providers[t]},t.prototype.createInjectorStrategy=function(t){return new g(this,t)},t}(),_=function(){function t(t){this.numberOfProviders=t.length,this._strategy=t.length>l?new f(this,t):new p(this,t)}return t.fromResolvedProviders=function(e){return new t(e)},t.prototype.getProviderAtIndex=function(t){return this._strategy.getProviderAtIndex(t)},t}(),d=function(){function t(t,e){this.injector=t,this.protoStrategy=e,this.obj0=h,this.obj1=h,this.obj2=h,this.obj3=h,this.obj4=h,this.obj5=h,this.obj6=h,this.obj7=h,this.obj8=h,this.obj9=h}return t.prototype.resetConstructionCounter=function(){this.injector._constructionCounter=0},t.prototype.instantiateProvider=function(t){return this.injector._new(t)},t.prototype.getObjByKeyId=function(t){var e=this.protoStrategy,n=this.injector;return e.keyId0===t?(this.obj0===h&&(this.obj0=n._new(e.provider0)),this.obj0):e.keyId1===t?(this.obj1===h&&(this.obj1=n._new(e.provider1)),this.obj1):e.keyId2===t?(this.obj2===h&&(this.obj2=n._new(e.provider2)),this.obj2):e.keyId3===t?(this.obj3===h&&(this.obj3=n._new(e.provider3)),this.obj3):e.keyId4===t?(this.obj4===h&&(this.obj4=n._new(e.provider4)),this.obj4):e.keyId5===t?(this.obj5===h&&(this.obj5=n._new(e.provider5)),this.obj5):e.keyId6===t?(this.obj6===h&&(this.obj6=n._new(e.provider6)),this.obj6):e.keyId7===t?(this.obj7===h&&(this.obj7=n._new(e.provider7)),this.obj7):e.keyId8===t?(this.obj8===h&&(this.obj8=n._new(e.provider8)),this.obj8):e.keyId9===t?(this.obj9===h&&(this.obj9=n._new(e.provider9)),this.obj9):h},t.prototype.getObjAtIndex=function(t){if(0==t)return this.obj0;if(1==t)return this.obj1;if(2==t)return this.obj2;if(3==t)return this.obj3;if(4==t)return this.obj4;if(5==t)return this.obj5;if(6==t)return this.obj6;if(7==t)return this.obj7;if(8==t)return this.obj8;if(9==t)return this.obj9;throw new a.d(t)},t.prototype.getMaxNumberOfObjects=function(){return l},t}(),g=function(){function t(t,e){this.protoStrategy=t,this.injector=e,this.objs=new Array(t.providers.length).fill(h)}return t.prototype.resetConstructionCounter=function(){this.injector._constructionCounter=0},t.prototype.instantiateProvider=function(t){return this.injector._new(t)},t.prototype.getObjByKeyId=function(t){for(var e=this.protoStrategy,n=0;n=this.objs.length)throw new a.d(t);return this.objs[t]},t.prototype.getMaxNumberOfObjects=function(){return this.objs.length},t}(),m=function(){function t(){}return t.resolve=function(t){return n.i(u.a)(t)},t.resolveAndCreate=function(e,n){void 0===n&&(n=null);var r=t.resolve(e);return t.fromResolvedProviders(r,n)},t.fromResolvedProviders=function(t,e){return void 0===e&&(e=null),new y(_.fromResolvedProviders(t),e)},Object.defineProperty(t.prototype,"parent",{get:function(){return n.i(i.a)()},enumerable:!0,configurable:!0}),t.prototype.resolveAndCreateChild=function(t){return n.i(i.a)()},t.prototype.createChildFromResolved=function(t){return n.i(i.a)()},t.prototype.resolveAndInstantiate=function(t){return n.i(i.a)()},t.prototype.instantiateResolved=function(t){return n.i(i.a)()},t}(),y=function(){function t(t,e){void 0===e&&(e=null),this._constructionCounter=0,this._proto=t,this._parent=e,this._strategy=t._strategy.createInjectorStrategy(this)}return t.prototype.get=function(t,e){return void 0===e&&(e=o.a),this._getByKey(c.a.get(t),null,null,e)},t.prototype.getAt=function(t){return this._strategy.getObjAtIndex(t)},Object.defineProperty(t.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"internalStrategy",{get:function(){return this._strategy},enumerable:!0,configurable:!0}),t.prototype.resolveAndCreateChild=function(t){var e=m.resolve(t);return this.createChildFromResolved(e)},t.prototype.createChildFromResolved=function(e){var n=new _(e),r=new t(n);return r._parent=this,r},t.prototype.resolveAndInstantiate=function(t){return this.instantiateResolved(m.resolve([t])[0])},t.prototype.instantiateResolved=function(t){return this._instantiateProvider(t)},t.prototype._new=function(t){if(this._constructionCounter++>this._strategy.getMaxNumberOfObjects())throw new a.e(this,t.key);return this._instantiateProvider(t)},t.prototype._instantiateProvider=function(t){if(t.multiProvider){for(var e=new Array(t.resolvedFactories.length),n=0;n0?this._getByReflectiveDependency(t,E[0]):null,r=I>1?this._getByReflectiveDependency(t,E[1]):null,i=I>2?this._getByReflectiveDependency(t,E[2]):null,o=I>3?this._getByReflectiveDependency(t,E[3]):null,s=I>4?this._getByReflectiveDependency(t,E[4]):null,c=I>5?this._getByReflectiveDependency(t,E[5]):null,u=I>6?this._getByReflectiveDependency(t,E[6]):null,l=I>7?this._getByReflectiveDependency(t,E[7]):null,h=I>8?this._getByReflectiveDependency(t,E[8]):null,p=I>9?this._getByReflectiveDependency(t,E[9]):null,f=I>10?this._getByReflectiveDependency(t,E[10]):null,_=I>11?this._getByReflectiveDependency(t,E[11]):null,d=I>12?this._getByReflectiveDependency(t,E[12]):null,g=I>13?this._getByReflectiveDependency(t,E[13]):null,m=I>14?this._getByReflectiveDependency(t,E[14]):null,y=I>15?this._getByReflectiveDependency(t,E[15]):null,v=I>16?this._getByReflectiveDependency(t,E[16]):null,b=I>17?this._getByReflectiveDependency(t,E[17]):null,w=I>18?this._getByReflectiveDependency(t,E[18]):null,x=I>19?this._getByReflectiveDependency(t,E[19]):null}catch(e){throw(e instanceof a.f||e instanceof a.g)&&e.addKey(this,t.key),e}var S;try{switch(I){case 0:S=C();break;case 1:S=C(n);break;case 2:S=C(n,r);break;case 3:S=C(n,r,i);break;case 4:S=C(n,r,i,o);break;case 5:S=C(n,r,i,o,s);break;case 6:S=C(n,r,i,o,s,c);break;case 7:S=C(n,r,i,o,s,c,u);break;case 8:S=C(n,r,i,o,s,c,u,l);break;case 9:S=C(n,r,i,o,s,c,u,l,h);break;case 10:S=C(n,r,i,o,s,c,u,l,h,p);break;case 11:S=C(n,r,i,o,s,c,u,l,h,p,f);break;case 12:S=C(n,r,i,o,s,c,u,l,h,p,f,_);break;case 13:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d);break;case 14:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g);break;case 15:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m);break;case 16:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y);break;case 17:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y,v);break;case 18:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y,v,b);break;case 19:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y,v,b,w);break;case 20:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y,v,b,w,x);break;default:throw new Error("Cannot instantiate '"+t.key.displayName+"' because it has more than 20 dependencies")}}catch(e){throw new a.g(this,e,e.stack,t.key)}return S},t.prototype._getByReflectiveDependency=function(t,e){return this._getByKey(e.key,e.lowerBoundVisibility,e.upperBoundVisibility,e.optional?null:o.a)},t.prototype._getByKey=function(t,e,n,r){return t===v?this:n instanceof s.d?this._getByKeySelf(t,r):this._getByKeyDefault(t,r,e)},t.prototype._throwOrNull=function(t,e){if(e!==o.a)return e;throw new a.h(this,t)},t.prototype._getByKeySelf=function(t,e){var n=this._strategy.getObjByKeyId(t.id);return n!==h?n:this._throwOrNull(t,e)},t.prototype._getByKeyDefault=function(e,n,r){var i;for(i=r instanceof s.f?this._parent:this;i instanceof t;){var o=i,a=o._strategy.getObjByKeyId(e.id);if(a!==h)return a;i=o._parent}return null!==i?i.get(e.token,n):this._throwOrNull(e,n)},Object.defineProperty(t.prototype,"displayName",{get:function(){var t=r(this,function(t){return' "'+t.key.displayName+'" '}).join(", ");return"ReflectiveInjector(providers: ["+t+"])"},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return this.displayName},t}(),v=c.a.get(o.b)},function(t,e,n){"use strict";var r=n(103),i=n(15),o=n(61),s=n(28),a=n(203),c=n(292),u=n(293),l=n(428),h=n(24),p=n(294),f=n(295);n.d(e,"a",function(){return r.COMPILER_OPTIONS}),n.d(e,"b",function(){return r.CompilerFactory}),n.d(e,"c",function(){return r.ModuleWithComponentFactories}),n.d(e,"d",function(){return r.Compiler}),n.d(e,"e",function(){return i.ComponentFactory}),n.d(e,"f",function(){return i.ComponentRef}),n.d(e,"g",function(){return o.ComponentFactoryResolver}),n.d(e,"h",function(){return s.ElementRef}),n.d(e,"i",function(){return a.NgModuleFactory}),n.d(e,"j",function(){return a.NgModuleRef}),n.d(e,"k",function(){return c.b}),n.d(e,"l",function(){return c.c}),n.d(e,"m",function(){return u.QueryList}),n.d(e,"n",function(){return l.a}),n.d(e,"o",function(){return l.b}),n.d(e,"p",function(){return h.TemplateRef}),n.d(e,"q",function(){return p.b}),n.d(e,"r",function(){return f.b}),n.d(e,"s",function(){return f.c})},function(t,e,n){"use strict";var r=n(276),i=n(278),o=n(418);n.d(e,"a",function(){return s});var s=function(){function t(){this._players=new o.a}return t.prototype.onAllActiveAnimationsDone=function(t){var e=this._players.getAllPlayers();e.length?new r.a(e).onDone(function(){return t()}):t()},t.prototype.queueAnimation=function(t,e,r){n.i(i.b)(r),this._players.set(t,e,r)},t.prototype.cancelActiveAnimation=function(t,e,n){if(void 0===n&&(n=!1),n)this._players.findAllPlayersByElement(t).forEach(function(t){return t.destroy()});else{var r=this._players.find(t,e);r&&r.destroy()}},t}()},function(t,e,n){"use strict";var r=n(149);n.d(e,"a",function(){return s});var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=new Object,s=function(t){function e(e,n){t.call(this),this._view=e,this._nodeIndex=n}return i(e,t),e.prototype.get=function(t,e){void 0===e&&(e=r.a);var n=o;return n===o&&(n=this._view.injectorGet(t,this._nodeIndex,o)),n===o&&(n=this._view.parentInjector.get(t,e)),n},e}(r.b)},function(t,e,n){"use strict";function r(t,e,n){if(!t)throw new Error("Cannot find '"+n+"' in '"+e+"'");return t}var i=n(54),o=n(103);n.d(e,"b",function(){return c}),n.d(e,"a",function(){return l});var s="#",a="NgFactory",c=function(){function t(){}return t}(),u={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},l=function(){function t(t,e){this._compiler=t,this._config=e||u}return t.prototype.load=function(t){var e=this._compiler instanceof o.Compiler;return e?this.loadFactory(t):this.loadAndCompile(t)},t.prototype.loadAndCompile=function(t){var e=this,i=t.split(s),o=i[0],a=i[1];return void 0===a&&(a="default"),n(289)(o).then(function(t){return t[a]}).then(function(t){return r(t,o,a)}).then(function(t){return e._compiler.compileModuleAsync(t)})},t.prototype.loadFactory=function(t){var e=t.split(s),i=e[0],o=e[1],c=a;return void 0===o&&(o="default",c=""),n(289)(this._config.factoryPathPrefix+i+this._config.factoryPathSuffix).then(function(t){return t[o+c]}).then(function(t){return r(t,i,o)})},t.decorators=[{type:i.b}],t.ctorParameters=[{type:o.Compiler},{type:c,decorators:[{type:i.d}]}],t}()},function(t,e,n){"use strict";var r=n(197),i=n(104);n.d(e,"g",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"d",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"b",function(){return u}),n.d(e,"f",function(){return l}),n.d(e,"e",function(){return h});var o=new r.a("AnalyzeForEntryComponents"),s=n.i(i.a)("Attribute",[["attributeName",void 0]]),a=function(){function t(){}return t}(),c=n.i(i.b)("ContentChildren",[["selector",void 0],{first:!1,isViewQuery:!1,descendants:!1,read:void 0}],a),u=n.i(i.b)("ContentChild",[["selector",void 0],{first:!0,isViewQuery:!1,descendants:!0,read:void 0}],a),l=n.i(i.b)("ViewChildren",[["selector",void 0],{first:!1,isViewQuery:!0,descendants:!0,read:void 0}],a),h=n.i(i.b)("ViewChild",[["selector",void 0],{first:!0,isViewQuery:!0,descendants:!0,read:void 0}],a)},function(t,e,n){"use strict";var r=n(147),i=n(104);n.d(e,"b",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"g",function(){return a}),n.d(e,"e",function(){return c}),n.d(e,"f",function(){return u}),n.d(e,"c",function(){return l}),n.d(e,"d",function(){return h});var o=n.i(i.c)("Directive",{selector:void 0,inputs:void 0,outputs:void 0,host:void 0,providers:void 0,exportAs:void 0,queries:void 0}),s=n.i(i.c)("Component",{selector:void 0,inputs:void 0,outputs:void 0,host:void 0,exportAs:void 0,moduleId:void 0,providers:void 0,viewProviders:void 0,changeDetection:r.a.Default,queries:void 0,templateUrl:void 0,template:void 0,styleUrls:void 0,styles:void 0,animations:void 0,encapsulation:void 0,interpolation:void 0,entryComponents:void 0},o),a=n.i(i.c)("Pipe",{name:void 0,pure:!0}),c=n.i(i.b)("Input",[["bindingPropertyName",void 0]]),u=n.i(i.b)("Output",[["bindingPropertyName",void 0]]),l=n.i(i.b)("HostBinding",[["hostPropertyName",void 0]]),h=n.i(i.b)("HostListener",[["eventName",void 0],["args",[]]]); +},function(t,e,n){"use strict";var r=n(104);n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"a",function(){return s});var i={name:"custom-elements"},o={name:"no-errors-schema"},s=n.i(r.c)("NgModule",{providers:void 0,declarations:void 0,imports:void 0,exports:void 0,entryComponents:void 0,bootstrap:void 0,schemas:void 0,id:void 0})},function(t,e,n){"use strict";function r(){return s.a}var i=n(145),o=n(148),s=n(204),a=n(205),c=n(153);n.d(e,"a",function(){return l});var u=[i.PlatformRef_,{provide:i.PlatformRef,useExisting:i.PlatformRef_},{provide:s.b,useFactory:r,deps:[]},{provide:a.a,useExisting:s.b},c.TestabilityRegistry,o.Console],l=n.i(i.createPlatformFactory)(null,"core",u)},function(t,e,n){"use strict";function r(){var t=c.a.wtf;return!(!t||!(u=t.trace))&&(l=u.events,!0)}function i(t,e){return void 0===e&&(e=null),l.createScope(t,e)}function o(t,e){return u.leaveScope(t,e),e}function s(t,e){return u.beginTimeRange(t,e)}function a(t){u.endTimeRange(t)}var c=n(6);e.a=r,e.b=i,e.c=o,e.d=s,e.e=a;var u,l},function(t,e,n){"use strict";var r=n(152);n.d(e,"a",function(){return r.RenderComponentType}),n.d(e,"b",function(){return r.Renderer}),n.d(e,"c",function(){return r.RootRenderer})},function(t,e,n){"use strict";var r=n(104);n.d(e,"a",function(){return r.d})},function(t,e,n){"use strict";var r=n(105);n.d(e,"a",function(){return r.NgZone})},function(t,e,n){"use strict";var r=n(25),i=n(51);n.d(e,"a",function(){return s});var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=function(t){function e(){var e=this;t.call(this),this._animationPrefix=null,this._transitionEnd=null;try{var r=this.createElement("div",this.defaultDoc());if(n.i(i.a)(this.getStyle(r,"animationName")))this._animationPrefix="";else for(var o=["Webkit","Moz","O","ms"],s=0;s=p&&n<=f||n==_))return t.substring(e,t.length)}return""}function s(t){switch(t){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}var a=n(2),c=n(51),u=n(303),l=n(444);n.d(e,"a",function(){return h});var h=function(){function t(){}return t.prototype.animate=function(t,e,i,o,s,a){var u=[],h={};if(n.i(c.a)(e)&&e.styles.length>0&&(h=r(t,e,{}),h.offset=0,u.push(h)),i.forEach(function(e){var n=r(t,e.styles,h);n.offset=e.offset,u.push(n)}),1==u.length){var p=u[0];p.offset=null,u=[p,p]}var f={duration:o,delay:s,fill:"both"};return a&&(f.easing=a),new l.a(t,u,f)},t}(),p=48,f=57,_=46},function(t,e,n){"use strict";function r(t,e){return n.i(s.a)().getComputedStyle(t)[e]}var i=n(2),o=n(51),s=n(25);n.d(e,"a",function(){return a});var a=function(){function t(t,e,n){this.element=t,this.keyframes=e,this.options=n,this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._initialized=!1,this._started=!1,this.parentPlayer=null,this._duration=n.duration}return t.prototype._onFinish=function(){this._finished||(this._finished=!0,n.i(o.a)(this.parentPlayer)||this.destroy(),this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){var t=this;if(!this._initialized){this._initialized=!0;var e=this.keyframes.map(function(e){var n={};return Object.keys(e).forEach(function(o){var s=e[o];n[o]=s==i.AUTO_STYLE?r(t.element,o):s}),n});this._player=this._triggerWebAnimation(this.element,e,this.options),this.reset(),this._player.onfinish=function(){return t._onFinish()}}},t.prototype._triggerWebAnimation=function(t,e,n){return t.animate(e,n)},t.prototype.onStart=function(t){this._onStartFns.push(t)},t.prototype.onDone=function(t){this._onDoneFns.push(t)},t.prototype.play=function(){this.init(),this.hasStarted()||(this._onStartFns.forEach(function(t){return t()}),this._onStartFns=[],this._started=!0),this._player.play()},t.prototype.pause=function(){this.init(),this._player.pause()},t.prototype.finish=function(){this.init(),this._onFinish(),this._player.finish()},t.prototype.reset=function(){this._player.cancel()},t.prototype.restart=function(){this.reset(),this.play()},t.prototype.hasStarted=function(){return this._started},t.prototype.destroy=function(){this.reset(),this._onFinish()},Object.defineProperty(t.prototype,"totalTime",{get:function(){return this._duration},enumerable:!0,configurable:!0}),t.prototype.setPosition=function(t){this._player.currentTime=t*this.totalTime},t.prototype.getPosition=function(){return this._player.currentTime/this.totalTime},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var r="undefined"!=typeof window&&window||{};r.document,r.location,r.gc?function(){return r.gc()}:function(){return null},r.performance?r.performance:null,r.Event,r.MouseEvent,r.KeyboardEvent,r.EventTarget,r.History,r.Location,r.EventListener},function(t,e,n){"use strict";var r=n(208),i=n(209),o=n(440),s=n(154),a=n(441),c=n(155),u=n(119),l=n(91),h=n(157),p=n(55),f=n(447);n.d(e,"a",function(){return r.BrowserModule}),n.d(e,"b",function(){return r.platformBrowser}),n.d(e,"c",function(){return i.Title}),n.d(e,"d",function(){return o.a}),n.d(e,"e",function(){return o.b}),n.d(e,"f",function(){return s.AnimationDriver}),n.d(e,"g",function(){return a.a}),n.d(e,"h",function(){return c.NgProbeToken}),n.d(e,"i",function(){return u.DOCUMENT}),n.d(e,"j",function(){return l.EVENT_MANAGER_PLUGINS}),n.d(e,"k",function(){return l.EventManager}),n.d(e,"l",function(){return h.HAMMER_GESTURE_CONFIG}),n.d(e,"m",function(){return h.HammerGestureConfig}),n.d(e,"n",function(){return p.DomSanitizer}),n.d(e,"o",function(){return f.a})},function(t,e,n){"use strict";var r=n(208),i=n(300),o=n(301),s=n(302),a=n(155),c=n(25),u=n(156),l=n(210),h=n(157),p=n(211),f=n(158);n.d(e,"a",function(){return _});var _={BrowserPlatformLocation:o.a,DomAdapter:c.b,BrowserDomAdapter:i.a,BrowserGetTestability:s.a,getDOM:c.a,setRootDomAdapter:c.c,DomRootRenderer_:u.DomRootRenderer_,DomRootRenderer:u.DomRootRenderer,DomSharedStylesHost:f.DomSharedStylesHost,SharedStylesHost:f.SharedStylesHost,ELEMENT_PROBE_PROVIDERS:a.ELEMENT_PROBE_PROVIDERS,DomEventsPlugin:l.DomEventsPlugin,KeyEventsPlugin:p.KeyEventsPlugin,HammerGesturesPlugin:h.HammerGesturesPlugin,initDomAdapter:r.initDomAdapter,INTERNAL_BROWSER_PLATFORM_PROVIDERS:r.INTERNAL_BROWSER_PLATFORM_PROVIDERS,BROWSER_SANITIZATION_PROVIDERS:r.BROWSER_SANITIZATION_PROVIDERS}},function(t,e,n){"use strict";function r(){if(p)return p;f=n.i(l.a)();var t=f.createElement("template");if("content"in t)return t;var e=f.createHtmlDocument();if(p=f.querySelector(e,"body"),null==p){var r=f.createElement("html",e);p=f.createElement("body",e),f.appendChild(r,p),f.appendChild(e,r)}return p}function i(t){for(var e={},n=0,r=t.split(",");n/g,">")}function a(t){f.attributeMap(t).forEach(function(e,n){"xmlns:ns1"!==n&&0!==n.indexOf("ns1:")||f.removeAttribute(t,n)});for(var e=0,n=f.childNodesAsList(t);e")):void(this.sanitizedSomething=!0)},t.prototype.endElement=function(t){var e=f.nodeName(t).toLowerCase();b.hasOwnProperty(e)&&!_.hasOwnProperty(e)&&(this.buf.push(""))},t.prototype.chars=function(t){this.buf.push(s(t))},t}(),S=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,T=/([^\#-~ |!])/g},function(t,e,n){"use strict";function r(t){for(var e=!0,n=!0,r=0;r .api-info-wrapper[_ngcontent-%COMP%] {\n box-sizing: border-box;\n padding: 40px;\n width: 60%; }\n @media (max-width: 1100px) {\n [_nghost-%COMP%] > .api-info-wrapper[_ngcontent-%COMP%] {\n width: 100%; } }\n\n.openapi-button[_ngcontent-%COMP%] {\n border: 1px solid #0033a0;\n color: #0033a0;\n font-weight: normal;\n margin-left: 0.5em;\n padding: 3px 8px 4px; }\n\n[_nghost-%COMP%] [section] {\n padding-top: 80px; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===R&&(R=t.createRenderComponentType("",0,v.ViewEncapsulation.None,[],{})),new N(t,e,n)}function i(t,e,n){return null===j&&(j=t.createRenderComponentType("",0,v.ViewEncapsulation.Emulated,M,{})),new D(t,e,n)}function o(t,e,n){return new L(t,e,n)}function s(t,e,n){return new V(t,e,n)}function a(t,e,n){return new F(t,e,n)}function c(t,e,n){return new B(t,e,n)}function u(t,e,n){return new U(t,e,n)}function l(t,e,n){return new z(t,e,n)}var h=n(213),p=n(20),f=n(13),_=n(8),d=n(12),g=n(9),m=n(21),y=n(35),v=n(16),b=n(15),w=n(453),x=n(40),C=n(313),E=n(24),I=n(161),S=n(121),T=n(61),k=n(32),O=n(229),A=n(38),P=function(){function t(t,e){this.changed=!1,this.context=new h.ApiInfo(t,e)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ApiInfo=P;var R=null,N=function(t){function e(n,r,i){t.call(this,e,R,d.ViewType.HOST,n,r,i,g.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=_.selectOrCreateRenderHostElement(this.renderer,"api-info",_.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new f.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ApiInfo_0_4=new P(this.parentInjector.get(m.SpecManager),this.parentInjector.get(y.OptionsService)),this._appEl_0.initComponent(this._ApiInfo_0_4.context,[],e),e.create(this._ApiInfo_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===h.ApiInfo&&0===e?this._ApiInfo_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ApiInfo_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ApiInfo_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.ApiInfoNgFactory=new b.ComponentFactory("api-info",r,h.ApiInfo);var M=[w.styles],j=null,D=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.COMPONENT,n,r,i,g.ChangeDetectorStatus.CheckOnce),this._expr_35=g.UNINITIALIZED,this._expr_36=g.UNINITIALIZED,this._expr_37=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);this._el_0=_.createRenderElement(this.renderer,e,"div",new _.InlineArray2(2,"class","api-info-wrapper"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=_.createRenderElement(this.renderer,this._el_0,"h1",_.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._el_4=_.createRenderElement(this.renderer,this._el_2,"span",new _.InlineArray2(2,"class","api-info-version"),null),this._text_5=this.renderer.createText(this._el_4,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._el_7=_.createRenderElement(this.renderer,this._el_0,"p",_.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_7,"\n Download OpenAPI (fka Swagger) specification:\n ",null),this._el_9=_.createRenderElement(this.renderer,this._el_7,"a",new _.InlineArray4(4,"class","openapi-button","target","_blank"),null),this._text_10=this.renderer.createText(this._el_9," Download ",null),this._text_11=this.renderer.createText(this._el_7,"\n ",null),this._text_12=this.renderer.createText(this._el_0,"\n ",null),this._el_13=_.createRenderElement(this.renderer,this._el_0,"p",_.EMPTY_INLINE_ARRAY,null),this._text_14=this.renderer.createText(this._el_13,"\n ",null),this._text_15=this.renderer.createText(this._el_13,"\n ",null),this._anchor_16=this.renderer.createTemplateAnchor(this._el_13,null),this._appEl_16=new f.AppElement(16,13,this,this._anchor_16),this._TemplateRef_16_5=new E.TemplateRef_(this._appEl_16,o),this._NgIf_16_6=new x.Wrapper_NgIf(this._appEl_16.vcRef,this._TemplateRef_16_5),this._text_17=this.renderer.createText(this._el_13,"\n ",null),this._anchor_18=this.renderer.createTemplateAnchor(this._el_13,null),this._appEl_18=new f.AppElement(18,13,this,this._anchor_18),this._TemplateRef_18_5=new E.TemplateRef_(this._appEl_18,c),this._NgIf_18_6=new x.Wrapper_NgIf(this._appEl_18.vcRef,this._TemplateRef_18_5),this._text_19=this.renderer.createText(this._el_13,"\n ",null),this._text_20=this.renderer.createText(this._el_0,"\n ",null),this._el_21=_.createRenderElement(this.renderer,this._el_0,"span",new _.InlineArray2(2,"class","redoc-markdown-block"),null),this._text_22=this.renderer.createText(this._el_21,"\n ",null),this._el_23=_.createRenderElement(this.renderer,this._el_21,"dynamic-ng2-viewer",_.EMPTY_INLINE_ARRAY,null),this._appEl_23=new f.AppElement(23,21,this,this._el_23);var n=C.viewFactory_DynamicNg2Viewer0(this.viewUtils,this.injector(23),this._appEl_23);return this._DynamicNg2Viewer_23_5=new C.Wrapper_DynamicNg2Viewer(this._appEl_23.vcRef,this.parentInjector.get(I.ContentProjector),this.parentInjector.get(S.ComponentParser),this.parentInjector.get(T.ComponentFactoryResolver),this.renderer),this._appEl_23.initComponent(this._DynamicNg2Viewer_23_5.context,[],n),n.create(this._DynamicNg2Viewer_23_5.context,[],null),this._text_24=this.renderer.createText(this._el_21,"\n ",null),this._text_25=this.renderer.createText(this._el_0,"\n",null),this._text_26=this.renderer.createText(e,"\n",null), +this.init([],[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._el_13,this._text_14,this._text_15,this._anchor_16,this._text_17,this._anchor_18,this._text_19,this._text_20,this._el_21,this._text_22,this._el_23,this._text_24,this._text_25,this._text_26],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&16===e?this._TemplateRef_16_5:t===k.NgIf&&16===e?this._NgIf_16_6.context:t===E.TemplateRef&&18===e?this._TemplateRef_18_5:t===k.NgIf&&18===e?this._NgIf_18_6.context:t===O.DynamicNg2Viewer&&23===e?this._DynamicNg2Viewer_23_5.context:n},e.prototype.detectChangesInternal=function(t){var e=null==this.context.info?null:this.context.info.contact;this._NgIf_16_6.check_ngIf(e,t,!1),this._NgIf_16_6.detectChangesInInputProps(this,this._anchor_16,t);var n=this.context.info.license;this._NgIf_18_6.check_ngIf(n,t,!1),this._NgIf_18_6.detectChangesInInputProps(this,this._anchor_18,t);var r=this.context.info["x-redoc-html-description"];this._DynamicNg2Viewer_23_5.check_html(r,t,!1),this._DynamicNg2Viewer_23_5.detectChangesInInputProps(this,this._el_23,t),this.detectContentChildrenChanges(t);var i=_.interpolate(1,"",this.context.info.title," ");_.checkBinding(t,this._expr_35,i)&&(this.renderer.setText(this._text_3,i),this._expr_35=i);var o=_.interpolate(1,"(",this.context.info.version,")");_.checkBinding(t,this._expr_36,o)&&(this.renderer.setText(this._text_5,o),this._expr_36=o);var s=_.interpolate(1,"",this.context.specUrl,"");_.checkBinding(t,this._expr_37,s)&&(this.renderer.setElementAttribute(this._el_9,"href",null==this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,s)?null:this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,s).toString()),this._expr_37=s),this._DynamicNg2Viewer_23_5.detectChangesInHostProps(this,this._el_23,t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.viewFactory_ApiInfo0=i;var L=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"span",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Contact:\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new E.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new x.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_4=new f.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new E.TemplateRef_(this._appEl_4,a),this._NgIf_4_6=new x.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&2===e?this._TemplateRef_2_5:t===k.NgIf&&2===e?this._NgIf_2_6.context:t===E.TemplateRef&&4===e?this._TemplateRef_4_5:t===k.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.info.contact.url;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var n=this.parent.context.info.contact.email;this._NgIf_4_6.check_ngIf(n,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView),V=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways),this._expr_2=g.UNINITIALIZED,this._expr_3=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"a",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=_.interpolate(1,"",this.parent.parent.context.info.contact.url,"");_.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,e)),this._expr_2=e);var n=_.interpolate(1,"\n ",this.parent.parent.context.info.contact.name||this.parent.parent.context.info.contact.url,"");_.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n),this.detectViewChildrenChanges(t)},e}(p.AppView),F=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways),this._expr_2=g.UNINITIALIZED,this._expr_3=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"a",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=_.interpolate(1,"mailto:",this.parent.parent.context.info.contact.email,"");_.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,e)),this._expr_2=e);var n=_.interpolate(1,"\n ",this.parent.parent.context.info.contact.email,"");_.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n),this.detectViewChildrenChanges(t)},e}(p.AppView),B=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"span",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," License:\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new E.TemplateRef_(this._appEl_2,u),this._NgIf_2_6=new x.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_4=new f.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new E.TemplateRef_(this._appEl_4,l),this._NgIf_4_6=new x.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&2===e?this._TemplateRef_2_5:t===k.NgIf&&2===e?this._NgIf_2_6.context:t===E.TemplateRef&&4===e?this._TemplateRef_4_5:t===k.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.info.license.url;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var n=!this.parent.context.info.license.url;this._NgIf_4_6.check_ngIf(n,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView),U=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways),this._expr_2=g.UNINITIALIZED,this._expr_3=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"a",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=_.interpolate(1,"",this.parent.parent.context.info.license.url,"");_.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,e)),this._expr_2=e);var n=_.interpolate(1," ",this.parent.parent.context.info.license.name," ");_.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n),this.detectViewChildrenChanges(t)},e}(p.AppView),z=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways),this._expr_2=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"span",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=_.interpolate(1," ",this.parent.parent.context.info.license.name," ");_.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(p.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block;\n text-align: center; }\n @media (max-width: 1000px) {\n [_nghost-%COMP%] {\n display: none; } }\n\nimg[_ngcontent-%COMP%] {\n max-height: 150px;\n width: auto;\n display: inline-block;\n max-width: 100%;\n box-sizing: border-box; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===I&&(I=t.createRenderComponentType("",0,f.ViewEncapsulation.None,[],{})),new S(t,e,n)}function i(t,e,n){return null===k&&(k=t.createRenderComponentType("",0,f.ViewEncapsulation.Emulated,T,{})),new O(t,e,n)}function o(t,e,n){return new A(t,e,n)}var s=n(214),a=n(20),c=n(13),u=n(8),l=n(12),h=n(9),p=n(21),f=n(16),_=n(15),d=n(455),g=n(40),m=n(24),y=n(32),v=n(487),b=n(60),w=n(28),x=n(193),C=n(38),E=function(){function t(t){this.changed=!1,this.context=new s.ApiLogo(t)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ApiLogo=E;var I=null,S=function(t){function e(n,r,i){t.call(this,e,I,l.ViewType.HOST,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=u.selectOrCreateRenderHostElement(this.renderer,"api-logo",u.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new c.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ApiLogo_0_4=new E(this.parentInjector.get(p.SpecManager)),this._appEl_0.initComponent(this._ApiLogo_0_4.context,[],e),e.create(this._ApiLogo_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===s.ApiLogo&&0===e?this._ApiLogo_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ApiLogo_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ApiLogo_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(a.AppView);e.ApiLogoNgFactory=new _.ComponentFactory("api-logo",r,s.ApiLogo);var T=[d.styles],k=null,O=function(t){function e(n,r,i){t.call(this,e,k,l.ViewType.COMPONENT,n,r,i,h.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new c.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new m.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new g.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this.init([],[this._anchor_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&0===e?this._TemplateRef_0_5:t===y.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.logo.imgUrl;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(a.AppView);e.viewFactory_ApiLogo0=i;var A=function(t){function e(n,r,i){t.call(this,e,k,l.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways),this._expr_2=h.UNINITIALIZED,this._map_3=u.pureProxy1(function(t){return{"background-color":t}})}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=u.createRenderElement(this.renderer,null,"img",u.EMPTY_INLINE_ARRAY,null),this._NgStyle_0_3=new v.Wrapper_NgStyle(this.parentInjector.get(b.KeyValueDiffers),new w.ElementRef(this._el_0),this.renderer),this.init([].concat([this._el_0]),[this._el_0],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===x.NgStyle&&0===e?this._NgStyle_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this._map_3(this.parent.context.logo.bgColor);this._NgStyle_0_3.check_ngStyle(e,t,!1),this._NgStyle_0_3.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t);var n=this.parent.context.logo.imgUrl;u.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementAttribute(this._el_0,"src",null==this.viewUtils.sanitizer.sanitize(C.SecurityContext.URL,n)?null:this.viewUtils.sanitizer.sanitize(C.SecurityContext.URL,n).toString()),this._expr_2=n),this._NgStyle_0_3.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(a.AppView)},function(t,e){"use strict";e.styles=['.param-name-wrap[_ngcontent-%COMP%] {\n display: inline-block;\n padding-right: 25px;\n font-family: Montserrat, sans-serif; }\n\n.param-info[_ngcontent-%COMP%] {\n border-bottom: 1px solid #9fb4be;\n padding: 10px 0;\n width: 75%;\n box-sizing: border-box; }\n .param-info[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n line-height: 1; }\n\n.param-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.param-required[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #e53935;\n font-size: 12px;\n font-weight: bold; }\n\n.param-nullable[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #3195a6;\n font-size: 12px;\n font-weight: bold; }\n\n.param-type[_ngcontent-%COMP%], .param-array-format[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: rgba(38, 50, 56, 0.4);\n font-size: 0.929em; }\n\n.param-type[_ngcontent-%COMP%] {\n font-weight: normal; }\n .param-type.array[_ngcontent-%COMP%]::before, .param-type.tuple[_ngcontent-%COMP%]::before {\n color: #263238;\n font-weight: 300; }\n .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.array[_ngcontent-%COMP%]::before, .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.tuple[_ngcontent-%COMP%]::before {\n content: none; }\n .param-type.array[_ngcontent-%COMP%]::before {\n content: "Array of "; }\n .param-type.tuple[_ngcontent-%COMP%]::before {\n content: "Tuple "; }\n .param-type.with-hint[_ngcontent-%COMP%] {\n display: inline-block;\n margin-bottom: 0.4em;\n border-bottom: 1px dotted rgba(38, 50, 56, 0.4);\n padding: 0;\n cursor: help; }\n .param-type-trivial[_ngcontent-%COMP%] {\n display: inline-block; }\n .param-type-file[_ngcontent-%COMP%] {\n font-weight: bold;\n text-transform: capitalize; }\n\n.param-name[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n box-sizing: border-box;\n position: relative;\n padding: 10px 0;\n vertical-align: top;\n line-height: 20px;\n white-space: nowrap;\n font-size: 0.929em;\n font-weight: 400; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::before {\n content: \'\';\n display: inline-block;\n width: 1px;\n height: 7px;\n background-color: #0033a0;\n margin: 0 10px;\n vertical-align: middle; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::after {\n content: \'\';\n position: absolute;\n border-top: 1px solid rgba(0, 51, 160, 0.5);\n width: 10px;\n left: 0;\n top: 21px; }\n\n.param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]::before {\n content: \'\';\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 21px; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%], .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n position: relative; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]::after, .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]::after {\n content: \'\';\n display: block;\n position: absolute;\n left: -2px;\n border-left: 2px solid #fff;\n top: 22px;\n background-color: #fff;\n bottom: 0; }\n\n.param-wrap[_ngcontent-%COMP%]:last-of-type > .param-schema[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.param-schema[_ngcontent-%COMP%] .param-wrap[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]::before {\n display: none; }\n\n.param-schema.last[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 0; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid values: \'; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid values: \'; }\n .param-type.array[_ngcontent-%COMP%] ~ .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid items values: \'; }\n\n.param-pattern[_ngcontent-%COMP%] {\n color: #3195a6;\n white-space: nowrap; }\n .param-pattern[_ngcontent-%COMP%]::before, .param-pattern[_ngcontent-%COMP%]::after {\n content: \'/\';\n margin: 0 3px;\n font-size: 1.2em;\n font-weight: bold; }\n\n.param-default[_ngcontent-%COMP%] {\n font-size: 0.95em; }\n .param-default[_ngcontent-%COMP%]::before {\n content: \'Default: \'; }\n\n.param-enum-value[_ngcontent-%COMP%], .param-default-value[_ngcontent-%COMP%] {\n background-color: #fff;\n border: 1px solid rgba(38, 50, 56, 0.2);\n margin: 2px 3px;\n padding: 0 5px;\n border-radius: 2px;\n color: #263238;\n display: inline-block;\n min-width: 20px;\n text-align: center; }\n\n[_nghost-%COMP%] {\n display: block; }\n\n.param-schema[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n padding: 0 10px; }\n\n.derived-schema[_ngcontent-%COMP%] {\n display: none; }\n\n.derived-schema.active[_ngcontent-%COMP%] {\n display: block; }\n\n.nested-schema[_nghost-%COMP%] {\n background-color: white;\n padding: 10px 20px;\n position: relative;\n border-radius: 2px; }\n .nested-schema:before[_nghost-%COMP%], .nested-schema:after[_nghost-%COMP%] {\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n top: 0;\n border-style: solid;\n border-color: transparent;\n border-width: 10px 15px 0;\n margin-left: -7.5px;\n border-top-color: #f0f0f0; }\n .nested-schema:before[_nghost-%COMP%] {\n left: 10%; }\n .nested-schema:after[_nghost-%COMP%] {\n right: 10%; }\n .nested-schema[_nghost-%COMP%] .param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]:before, .nested-schema[_nghost-%COMP%] .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n border-color: white; }\n\n[nestodd="true"][_nghost-%COMP%] {\n background-color: #f0f0f0;\n border-radius: 2px; }\n [nestodd="true"]:before[_nghost-%COMP%], [nestodd="true"]:after[_nghost-%COMP%] {\n border-top-color: white; }\n [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]:before, [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n border-color: #f0f0f0; }\n [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after, [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]:after {\n border-color: #f0f0f0; }\n\nzippy[_ngcontent-%COMP%] {\n overflow: visible; }\n\n.zippy-content-wrap[_ngcontent-%COMP%] {\n padding: 0; }\n\n.param.complex.expanded[_ngcontent-%COMP%] > .param-info[_ngcontent-%COMP%] {\n border-bottom: 0; }\n\n.param.complex[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] .param-name-wrap[_ngcontent-%COMP%] {\n font-weight: bold;\n cursor: pointer;\n color: #263238; }\n\n.param.complex[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n height: 1.2em;\n vertical-align: middle;\n transition: all 0.3s ease; }\n\n.param.complex.expanded[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n transform: rotateZ(-180deg); }\n\n.param.additional[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n color: rgba(38, 50, 56, 0.4); }\n\n.params-wrap[_ngcontent-%COMP%] {\n width: 100%; }\n\ntable[_ngcontent-%COMP%] {\n border-spacing: 0; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:before, .params-wrap.params-array[_ngcontent-%COMP%]:after {\n display: block;\n font-weight: 300;\n color: #263238;\n font-size: 13px;\n line-height: 1.5; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:after {\n content: "]";\n font-family: monospace; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:before {\n content: "Array [";\n padding-top: 1em;\n font-family: monospace; }\n\n.params-wrap.params-array[_ngcontent-%COMP%] {\n padding-left: 10px; }\n\n.param-schema.param-array[_ngcontent-%COMP%]:before {\n bottom: 9.75px;\n width: 10px;\n border-left-style: dashed;\n border-bottom: 1px dashed rgba(0, 51, 160, 0.5); }\n\n.params-wrap.params-array[_ngcontent-%COMP%] > .param-wrap[_ngcontent-%COMP%]:first-of-type > .param[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]:after {\n content: "";\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 20px; }\n\n.params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%] > .param-schema.param-array[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.discriminator-info[_ngcontent-%COMP%] {\n margin-top: 5px; }\n\n.discriminator-wrap[_ngcontent-%COMP%]:not(.empty) > td[_ngcontent-%COMP%] {\n padding: 0;\n position: relative; }\n .discriminator-wrap[_ngcontent-%COMP%]:not(.empty) > td[_ngcontent-%COMP%]:before {\n content: "";\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n height: 21px;\n z-index: 1; }\n\nul[_ngcontent-%COMP%], li[_ngcontent-%COMP%] {\n margin: 0; }\n\nul[_ngcontent-%COMP%] {\n list-style: none;\n padding-left: 1em; }\n\nli[_ngcontent-%COMP%]:before {\n content: "- ";\n font-weight: bold; }\n\n.array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] {\n margin-top: 1.5em;\n display: flex; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n flex: 0;\n padding: 10px 15px 10px 0;\n font-family: monospace; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%] {\n flex: 1; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%]:before, .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%]:after {\n display: none; }\n\n.param-name-enumvalue[_ngcontent-%COMP%] {\n padding: 2px;\n background-color: #e6ebf6; }\n .param-name-enumvalue[_ngcontent-%COMP%]:before {\n content: " = "; }']},function(t,e,n){"use strict";function r(t,e,n){return null===d&&(d=t.createRenderComponentType("",0,p.ViewEncapsulation.None,[],{})),new g(t,e,n)}function i(t,e,n){return null===y&&(y=t.createRenderComponentType("",0,p.ViewEncapsulation.Emulated,m,{})),new v(t,e,n)}var o=n(218),s=n(9),a=n(8),c=n(20),u=n(38),l=n(13),h=n(12),p=n(16),f=n(15),_=function(){function t(){this.changed=!1,this.changes={},this.context=new o.LoadingBar,this._expr_0=s.UNINITIALIZED,this._expr_1=s.UNINITIALIZED}return t.prototype.check_progress=function(t,e,n){(n||a.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.progress=t,this.changes.progress=new s.SimpleChange(this._expr_0,t),this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||r&&(this.context.ngOnChanges(this.changes),this.changes={}),r},t.prototype.detectChangesInHostProps=function(t,e,n){var r=this.context.display;a.checkBinding(n,this._expr_1,r)&&(t.renderer.setElementStyle(e,"display",null==t.viewUtils.sanitizer.sanitize(u.SecurityContext.STYLE,r)?null:t.viewUtils.sanitizer.sanitize(u.SecurityContext.STYLE,r).toString()),this._expr_1=r)},t}();e.Wrapper_LoadingBar=_;var d=null,g=function(t){function e(n,r,i){t.call(this,e,d,h.ViewType.HOST,n,r,i,s.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=a.selectOrCreateRenderHostElement(this.renderer,"loading-bar",a.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new l.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._LoadingBar_0_4=new _,this._appEl_0.initComponent(this._LoadingBar_0_4.context,[],e),e.create(this._LoadingBar_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===o.LoadingBar&&0===e?this._LoadingBar_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._LoadingBar_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._LoadingBar_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(c.AppView);e.LoadingBarNgFactory=new f.ComponentFactory("loading-bar",r,o.LoadingBar);var m=["[_nghost-%COMP%] {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n display: block;\n\n height: 5px;\n z-index: 100;\n }\n\n span[_ngcontent-%COMP%] {\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: attr(progress percentage);\n background-color: #5f7fc3;\n transition: right 0.2s linear;\n }"],y=null,v=function(t){function e(n,r,i){t.call(this,e,y,h.ViewType.COMPONENT,n,r,i,s.ChangeDetectorStatus.CheckAlways),this._expr_4=s.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=a.createRenderElement(this.renderer,e,"span",a.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1," ",null),this._text_3=this.renderer.createText(e,"\n ",null),this.init([],[this._text_0,this._el_1,this._text_2,this._text_3],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=this.context.progress+"%";a.checkBinding(t,this._expr_4,e)&&(this.renderer.setElementStyle(this._el_1,"width",null==this.viewUtils.sanitizer.sanitize(u.SecurityContext.STYLE,e)?null:this.viewUtils.sanitizer.sanitize(u.SecurityContext.STYLE,e).toString()),this._expr_4=e),this.detectViewChildrenChanges(t)},e}(c.AppView);e.viewFactory_LoadingBar0=i},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n padding-bottom: 100px;\n display: block;\n border-bottom: 1px solid rgba(127, 127, 127, 0.25);\n margin-top: 1em;\n transform: translateZ(0);\n z-index: 2; }\n\n.method-header[_ngcontent-%COMP%] {\n margin-bottom: calc(1em - 6px); }\n\n.method-endpoint[_ngcontent-%COMP%] {\n padding: 10px 20px;\n border-radius: 4px;\n background-color: #222d32;\n display: block;\n font-weight: 300;\n white-space: nowrap;\n overflow-x: auto; }\n\n.method-endpoint[_ngcontent-%COMP%] > .method-params-subheader[_ngcontent-%COMP%] {\n padding-top: 1px;\n padding-bottom: 0;\n margin: 0;\n font-size: 12/14em;\n color: #263238;\n vertical-align: middle;\n display: inline-block;\n border-radius: 2px; }\n\n.method-api-url[_ngcontent-%COMP%] {\n color: rgba(255, 255, 255, 0.6);\n margin-left: 10px;\n margin-top: 2px;\n position: relative;\n top: 1px;\n font-family: Montserrat, sans-serif;\n font-size: 0.929em; }\n .method-api-url-path[_ngcontent-%COMP%] {\n font-family: Montserrat, sans-serif;\n position: relative;\n top: 1px;\n color: #ffffff; }\n\n.method-tags[_ngcontent-%COMP%] {\n margin-top: 20px; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n font-size: 16px;\n color: #999;\n display: inline-block;\n padding: 0 0.5em;\n text-decoration: none; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:before {\n content: '#';\n margin-right: -0.4em; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:first-of-type {\n padding: 0; }\n\n.method-content[_ngcontent-%COMP%], .method-samples[_ngcontent-%COMP%] {\n display: block;\n box-sizing: border-box;\n float: left; }\n\n.method-content[_ngcontent-%COMP%] {\n width: 60%;\n padding: 40px; }\n\n.method-samples[_ngcontent-%COMP%] {\n color: #fafbfc;\n width: 40%;\n padding: 40px;\n background: #263238; }\n\n.method-samples[_ngcontent-%COMP%] header[_ngcontent-%COMP%], .method-samples[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] {\n color: #9fb4be;\n text-transform: uppercase; }\n\n.method-samples[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] {\n margin-bottom: 8px; }\n\n.method-samples[_ngcontent-%COMP%] schema-sample[_ngcontent-%COMP%] {\n display: block; }\n\n.method[_ngcontent-%COMP%]:after {\n content: \"\";\n display: table;\n clear: both; }\n\n.method-description[_ngcontent-%COMP%] {\n padding: 6px 0 10px 0;\n margin: 0; }\n\n.http-method[_ngcontent-%COMP%] {\n color: #263238;\n background: #ffffff;\n padding: 3px 10px;\n text-transform: uppercase;\n display: inline-block;\n margin: 0; }\n\n[select-on-click][_ngcontent-%COMP%] {\n cursor: pointer; }\n\n@media (max-width: 1100px) {\n .methods[_ngcontent-%COMP%]:before {\n display: none; }\n .method-samples[_ngcontent-%COMP%], .method-content[_ngcontent-%COMP%] {\n width: 100%; }\n .method-samples[_ngcontent-%COMP%] {\n margin-top: 2em; }\n [_nghost-%COMP%] {\n padding-bottom: 0; } }"]},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n overflow: hidden; }\n\n[_nghost-%COMP%] [hidden][_ngcontent-%COMP%] {\n display: none; }\n\n.tag-info[_ngcontent-%COMP%] {\n padding: 40px;\n box-sizing: border-box;\n background-color: white;\n width: 60%; }\n @media (max-width: 1100px) {\n .tag-info[_ngcontent-%COMP%] {\n width: 100%; } }\n\n.tag-info[_ngcontent-%COMP%]:after, .tag-info[_ngcontent-%COMP%]:before {\n content: "";\n display: table; }\n\n.tag-info[_ngcontent-%COMP%] h1[_ngcontent-%COMP%] {\n color: #0033a0;\n text-transform: capitalize;\n font-weight: normal;\n margin-top: 0; }\n\n.methods[_ngcontent-%COMP%] {\n display: block;\n position: relative; }']; +},function(t,e,n){"use strict";function r(t,e,n){return null===L&&(L=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new V(t,e,n)}function i(t,e,n){return null===B&&(B=t.createRenderComponentType("",0,g.ViewEncapsulation.Emulated,F,{})),new U(t,e,n)}function o(t,e,n){return new z(t,e,n)}function s(t,e,n){return new H(t,e,n)}function a(t,e,n){return new q(t,e,n)}function c(t,e,n){return new W(t,e,n)}var u=n(220),l=n(9),h=n(8),p=n(20),f=n(13),_=n(12),d=n(21),g=n(16),m=n(15),y=n(460),v=n(57),b=n(81),w=n(24),x=n(34),C=n(55),E=n(46),I=n(40),S=n(481),T=n(78),k=n(68),O=n(32),A=n(38),P=n(306),R=n(35),N=n(77),M=n(28),j=n(219),D=function(){function t(t){this.changed=!1,this.context=new u.MethodsList(t),this._expr_0=l.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||h.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_MethodsList=D;var L=null,V=function(t){function e(n,r,i){t.call(this,e,L,_.ViewType.HOST,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.selectOrCreateRenderHostElement(this.renderer,"methods-list",h.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new f.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._MethodsList_0_4=new D(this.parentInjector.get(d.SpecManager)),this._appEl_0.initComponent(this._MethodsList_0_4.context,[],e),e.create(this._MethodsList_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===u.MethodsList&&0===e?this._MethodsList_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._MethodsList_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._MethodsList_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.MethodsListNgFactory=new m.ComponentFactory("methods-list",r,u.MethodsList);var F=[y.styles],B=null,U=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.COMPONENT,n,r,i,l.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._el_0=h.createRenderElement(this.renderer,e,"div",new h.InlineArray2(2,"class","methods"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new w.TemplateRef_(this._appEl_2,o),this._NgFor_2_6=new v.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parentInjector.get(x.IterableDiffers),this.ref),this._text_3=this.renderer.createText(this._el_0,"\n",null),this._text_4=this.renderer.createText(e,"\n",null),this._pipe_encodeURIComponent_0=new b.EncodeURIComponentPipe,this._pipe_marked_1=new b.MarkedPipe(this.parentInjector.get(C.DomSanitizer)),this.init([],[this._el_0,this._text_1,this._anchor_2,this._text_3,this._text_4],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===w.TemplateRef&&2===e?this._TemplateRef_2_5:t===E.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.tags;this._NgFor_2_6.check_ngForOf(e,t,!1);var n=this.context.trackByTagName;this._NgFor_2_6.check_ngForTrackBy(n,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.viewFactory_MethodsList0=i;var z=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","tag"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new w.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new I.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_4=new f.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new w.TemplateRef_(this._appEl_4,c),this._LazyFor_4_6=new S.Wrapper_LazyFor(this._TemplateRef_4_5,this.parent.ref,this._appEl_4.vcRef,this.parent.parentInjector.get(T.LazyTasksService),this.parent.parentInjector.get(k.ScrollService)),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===w.TemplateRef&&2===e?this._TemplateRef_2_5:t===O.NgIf&&2===e?this._NgIf_2_6.context:t===w.TemplateRef&&4===e?this._TemplateRef_4_5:t===T.LazyFor&&4===e?this._LazyFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=!this.context.$implicit.headless;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var n=this.context.$implicit.methods;this._LazyFor_4_6.check_lazyForOf(n,t,!1),this._LazyFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView),H=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_12=l.UNINITIALIZED,this._expr_13=l.UNINITIALIZED,this._expr_15=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","tag-info"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=h.createRenderElement(this.renderer,this._el_0,"h1",new h.InlineArray2(2,"class","sharable-header"),null),this._text_3=this.renderer.createText(this._el_2," ",null),this._el_4=h.createRenderElement(this.renderer,this._el_2,"a",new h.InlineArray2(2,"class","share-link"),null),this._text_5=this.renderer.createText(this._el_2,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_7=new f.AppElement(7,0,this,this._anchor_7),this._TemplateRef_7_5=new w.TemplateRef_(this._appEl_7,a),this._NgIf_7_6=new I.Wrapper_NgIf(this._appEl_7.vcRef,this._TemplateRef_7_5),this._text_8=this.renderer.createText(this._el_0,"\n ",null),this._pipe_encodeURIComponent_0_0=h.pureProxy1(this.parent.parent._pipe_encodeURIComponent_0.transform.bind(this.parent.parent._pipe_encodeURIComponent_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._anchor_7,this._text_8],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===w.TemplateRef&&7===e?this._TemplateRef_7_5:t===O.NgIf&&7===e?this._NgIf_7_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new l.ValueUnwrapper,n=this.parent.context.$implicit.description;this._NgIf_7_6.check_ngIf(n,t,!1),this._NgIf_7_6.detectChangesInInputProps(this,this._anchor_7,t),this.detectContentChildrenChanges(t);var r=this.parent.context.$implicit.id;h.checkBinding(t,this._expr_12,r)&&(this.renderer.setElementAttribute(this._el_0,"section",null==r?null:r.toString()),this._expr_12=r),e.reset();var i=h.interpolate(1,"#tag/",e.unwrap(h.castByValue(this._pipe_encodeURIComponent_0_0,this.parent.parent._pipe_encodeURIComponent_0.transform)(this.parent.context.$implicit.name)),"");(e.hasWrappedValue||h.checkBinding(t,this._expr_13,i))&&(this.renderer.setElementProperty(this._el_4,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,i)),this._expr_13=i);var o=h.interpolate(1,"",this.parent.context.$implicit.name," ");h.checkBinding(t,this._expr_15,o)&&(this.renderer.setText(this._text_5,o),this._expr_15=o),this.detectViewChildrenChanges(t)},e}(p.AppView),q=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_2=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"p",h.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," ",null),this._pipe_marked_1_0=h.pureProxy1(this.parent.parent.parent._pipe_marked_1.transform.bind(this.parent.parent.parent._pipe_marked_1)),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new l.ValueUnwrapper;this.detectContentChildrenChanges(t),e.reset();var n=e.unwrap(h.castByValue(this._pipe_marked_1_0,this.parent.parent.parent._pipe_marked_1.transform)(this.parent.parent.context.$implicit.description));(e.hasWrappedValue||h.checkBinding(t,this._expr_2,n))&&(this.renderer.setElementProperty(this._el_0,"innerHTML",this.viewUtils.sanitizer.sanitize(A.SecurityContext.HTML,n)),this._expr_2=n),this.detectViewChildrenChanges(t)},e}(p.AppView),W=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_3=l.UNINITIALIZED,this._expr_4=l.UNINITIALIZED,this._expr_5=l.UNINITIALIZED,this._expr_6=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.createRenderElement(this.renderer,null,"method",h.EMPTY_INLINE_ARRAY,null),this._appEl_0=new f.AppElement(0,null,this,this._el_0);var e=P.viewFactory_Method0(this.viewUtils,this.injector(0),this._appEl_0);return this._Method_0_4=new P.Wrapper_Method(this.parent.parent.parentInjector.get(d.SpecManager),this.parent.parent.parentInjector.get(R.OptionsService),e.ref,this.parent.parent.parentInjector.get(N.AppStateService),new M.ElementRef(this._el_0)),this._appEl_0.initComponent(this._Method_0_4.context,[],e),e.create(this._Method_0_4.context,[],null),this.init([].concat([this._el_0]),[this._el_0],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===j.Method&&0===e?this._Method_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.pointer;this._Method_0_4.check_pointer(e,t,!1);var n=this.context.$implicit.tag;this._Method_0_4.check_tag(n,t,!1),this._Method_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t);var r=!this.context.show;h.checkBinding(t,this._expr_3,r)&&(this.renderer.setElementProperty(this._el_0,"hidden",r),this._expr_3=r);var i=this.context.$implicit.pointer;h.checkBinding(t,this._expr_4,i)&&(this.renderer.setElementAttribute(this._el_0,"pointer",null==i?null:i.toString()),this._expr_4=i);var o=this.context.$implicit.tag;h.checkBinding(t,this._expr_5,o)&&(this.renderer.setElementAttribute(this._el_0,"section",null==o?null:o.toString()),this._expr_5=o);var s=this.context.$implicit.operationId;h.checkBinding(t,this._expr_6,s)&&(this.renderer.setElementAttribute(this._el_0,"operation-id",null==s?null:s.toString()),this._expr_6=s),this._Method_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(p.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block; }\n\n.param-list-header[_ngcontent-%COMP%] {\n border-bottom: 1px solid rgba(38, 50, 56, 0.3);\n margin: 3em 0 1em 0;\n color: rgba(38, 50, 56, 0.5);\n font-weight: normal;\n text-transform: uppercase; }\n\n.param-name-wrap[_ngcontent-%COMP%] {\n display: inline-block;\n padding-right: 25px;\n font-family: Montserrat, sans-serif; }\n\n.param-info[_ngcontent-%COMP%] {\n border-bottom: 1px solid #9fb4be;\n padding: 10px 0;\n width: 75%;\n box-sizing: border-box; }\n .param-info[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n line-height: 1; }\n\n.param-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.param-required[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #e53935;\n font-size: 12px;\n font-weight: bold; }\n\n.param-nullable[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #3195a6;\n font-size: 12px;\n font-weight: bold; }\n\n.param-type[_ngcontent-%COMP%], .param-array-format[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: rgba(38, 50, 56, 0.4);\n font-size: 0.929em; }\n\n.param-type[_ngcontent-%COMP%] {\n font-weight: normal; }\n .param-type.array[_ngcontent-%COMP%]::before, .param-type.tuple[_ngcontent-%COMP%]::before {\n color: #263238;\n font-weight: 300; }\n .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.array[_ngcontent-%COMP%]::before, .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.tuple[_ngcontent-%COMP%]::before {\n content: none; }\n .param-type.array[_ngcontent-%COMP%]::before {\n content: \"Array of \"; }\n .param-type.tuple[_ngcontent-%COMP%]::before {\n content: \"Tuple \"; }\n .param-type.with-hint[_ngcontent-%COMP%] {\n display: inline-block;\n margin-bottom: 0.4em;\n border-bottom: 1px dotted rgba(38, 50, 56, 0.4);\n padding: 0;\n cursor: help; }\n .param-type-trivial[_ngcontent-%COMP%] {\n display: inline-block; }\n .param-type-file[_ngcontent-%COMP%] {\n font-weight: bold;\n text-transform: capitalize; }\n\n.param-name[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n box-sizing: border-box;\n position: relative;\n padding: 10px 0;\n vertical-align: top;\n line-height: 20px;\n white-space: nowrap;\n font-size: 0.929em;\n font-weight: 400; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::before {\n content: '';\n display: inline-block;\n width: 1px;\n height: 7px;\n background-color: #0033a0;\n margin: 0 10px;\n vertical-align: middle; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::after {\n content: '';\n position: absolute;\n border-top: 1px solid rgba(0, 51, 160, 0.5);\n width: 10px;\n left: 0;\n top: 21px; }\n\n.param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]::before {\n content: '';\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 21px; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%], .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n position: relative; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]::after, .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]::after {\n content: '';\n display: block;\n position: absolute;\n left: -2px;\n border-left: 2px solid #fff;\n top: 22px;\n background-color: #fff;\n bottom: 0; }\n\n.param-wrap[_ngcontent-%COMP%]:last-of-type > .param-schema[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.param-schema[_ngcontent-%COMP%] .param-wrap[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]::before {\n display: none; }\n\n.param-schema.last[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 0; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid values: '; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid values: '; }\n .param-type.array[_ngcontent-%COMP%] ~ .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid items values: '; }\n\n.param-pattern[_ngcontent-%COMP%] {\n color: #3195a6;\n white-space: nowrap; }\n .param-pattern[_ngcontent-%COMP%]::before, .param-pattern[_ngcontent-%COMP%]::after {\n content: '/';\n margin: 0 3px;\n font-size: 1.2em;\n font-weight: bold; }\n\n.param-default[_ngcontent-%COMP%] {\n font-size: 0.95em; }\n .param-default[_ngcontent-%COMP%]::before {\n content: 'Default: '; }\n\n.param-enum-value[_ngcontent-%COMP%], .param-default-value[_ngcontent-%COMP%] {\n background-color: #fff;\n border: 1px solid rgba(38, 50, 56, 0.2);\n margin: 2px 3px;\n padding: 0 5px;\n border-radius: 2px;\n color: #263238;\n display: inline-block;\n min-width: 20px;\n text-align: center; }\n\nheader.paramType[_ngcontent-%COMP%] {\n margin: 25px 0 5px 0;\n text-transform: capitalize; }\n\n.param-array-format[_ngcontent-%COMP%] {\n color: black;\n font-weight: 300; }\n\n.params-wrap[_ngcontent-%COMP%] {\n display: table;\n width: 100%; }\n\n.param-name[_ngcontent-%COMP%] {\n display: table-cell;\n vertical-align: top; }\n\n.param-info[_ngcontent-%COMP%] {\n display: table-cell;\n width: 100%; }\n\n.param[_ngcontent-%COMP%] {\n display: table-row; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%] {\n border-left: 0; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n content: \"\";\n display: block;\n position: absolute;\n left: 0;\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n height: 21px;\n background-color: white;\n top: 0; }\n\n.param[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]:after {\n content: \"\";\n display: block;\n position: absolute;\n left: -1px;\n border-left: 2px solid #fff;\n height: 20px;\n background-color: white;\n top: 0; }\n\n[data-hint][_ngcontent-%COMP%] {\n width: 1.2em;\n text-align: center;\n border-radius: 50%;\n vertical-align: middle;\n color: #999999;\n line-height: 1.2;\n text-transform: none;\n cursor: help;\n border: 1px solid #999999;\n margin-left: 0.5em; }\n\n@media (max-width: 520px) {\n [data-hint][_ngcontent-%COMP%] {\n float: right; }\n [data-hint][_ngcontent-%COMP%]:after {\n margin-left: 12px;\n transform: translateX(-100%) translateY(-8px);\n -moz-transform: translateX(-100%) translateY(-8px);\n -webkit-transform: translateX(-100%) translateY(-8px); } }"]},function(t,e,n){"use strict";function r(t,e,n){return null===Y&&(Y=t.createRenderComponentType("",0,E.ViewEncapsulation.None,[],{})),new Z(t,e,n)}function i(t,e,n){return null===J&&(J=t.createRenderComponentType("",0,E.ViewEncapsulation.Emulated,G,{})),new K(t,e,n)}function o(t,e,n){return new X(t,e,n)}function s(t,e,n){return new Q(t,e,n)}function a(t,e,n){return new tt(t,e,n)}function c(t,e,n){return new et(t,e,n)}function u(t,e,n){return new nt(t,e,n)}function l(t,e,n){return new rt(t,e,n)}function h(t,e,n){return new it(t,e,n)}function p(t,e,n){return new ot(t,e,n)}function f(t,e,n){return new st(t,e,n)}function _(t,e,n){return new at(t,e,n)}function d(t,e,n){return new ct(t,e,n)}function g(t,e,n){return new ut(t,e,n)}var m=n(221),y=n(9),v=n(8),b=n(20),w=n(13),x=n(12),C=n(21),E=n(16),I=n(15),S=n(462),T=n(40),k=n(57),O=n(81),A=n(24),P=n(34),R=n(55),N=n(32),M=n(46),j=n(107),D=n(60),L=n(28),V=n(75),F=n(38),B=n(142),U=n(215),z=n(61),H=n(216),q=n(35),W=n(120),$=function(){function t(t){this.changed=!1,this.context=new m.ParamsList(t),this._expr_0=y.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||v.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ParamsList=$;var Y=null,Z=function(t){function e(n,r,i){t.call(this,e,Y,x.ViewType.HOST,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=v.selectOrCreateRenderHostElement(this.renderer,"params-list",v.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new w.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ParamsList_0_4=new $(this.parentInjector.get(C.SpecManager)),this._appEl_0.initComponent(this._ParamsList_0_4.context,[],e),e.create(this._ParamsList_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===m.ParamsList&&0===e?this._ParamsList_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ParamsList_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ParamsList_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(b.AppView);e.ParamsListNgFactory=new I.ComponentFactory("params-list",r,m.ParamsList);var G=[S.styles],J=null,K=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.COMPONENT,n,r,i,y.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new w.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new A.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new T.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new w.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new A.TemplateRef_(this._appEl_2,s),this._NgFor_2_6=new k.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parentInjector.get(P.IterableDiffers),this.ref),this._text_3=this.renderer.createText(e,"\n\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._appEl_4=new w.AppElement(4,null,this,this._anchor_4),this._TemplateRef_4_5=new A.TemplateRef_(this._appEl_4,d),this._NgIf_4_6=new T.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this._pipe_collectionFormat_0=new O.CollectionFormatPipe,this._pipe_marked_1=new O.MarkedPipe(this.parentInjector.get(R.DomSanitizer)),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&0===e?this._TemplateRef_0_5:t===N.NgIf&&0===e?this._NgIf_0_6.context:t===A.TemplateRef&&2===e?this._TemplateRef_2_5:t===M.NgFor&&2===e?this._NgFor_2_6.context:t===A.TemplateRef&&4===e?this._TemplateRef_4_5:t===N.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.params.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.params;this._NgFor_2_6.check_ngForOf(n,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=this.context.bodyParam;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(b.AppView);e.viewFactory_ParamsList0=i;var X=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"h5",new v.InlineArray2(2,"class","param-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Parameters ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(b.AppView),Q=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_15=y.UNINITIALIZED,this._expr_16=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=v.createRenderElement(this.renderer,null,"header",new v.InlineArray2(2,"class","paramType"),null),this._text_2=this.renderer.createText(this._el_1,"",null),this._el_3=v.createRenderElement(this.renderer,this._el_1,"span",new v.InlineArray2(2,"class","hint--top-right hint--large"),null),this._text_4=this.renderer.createText(this._el_3,"?",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._text_6=this.renderer.createText(null,"\n ",null),this._el_7=v.createRenderElement(this.renderer,null,"div",new v.InlineArray2(2,"class","params-wrap"),null),this._text_8=this.renderer.createText(this._el_7,"\n ",null),this._anchor_9=this.renderer.createTemplateAnchor(this._el_7,null),this._appEl_9=new w.AppElement(9,7,this,this._anchor_9),this._TemplateRef_9_5=new A.TemplateRef_(this._appEl_9,a),this._NgFor_9_6=new k.Wrapper_NgFor(this._appEl_9.vcRef,this._TemplateRef_9_5,this.parentInjector.get(P.IterableDiffers),this.parent.ref),this._text_10=this.renderer.createText(this._el_7,"\n ",null),this._text_11=this.renderer.createText(null,"\n",null),this.init([].concat([this._text_0,this._el_1,this._text_6,this._el_7,this._text_11]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._text_6,this._el_7,this._text_8,this._anchor_9,this._text_10,this._text_11],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&9===e?this._TemplateRef_9_5:t===M.NgFor&&9===e?this._NgFor_9_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.params;this._NgFor_9_6.check_ngForOf(e,t,!1),this._NgFor_9_6.detectChangesInInputProps(this,this._anchor_9,t),this.detectContentChildrenChanges(t);var n=v.interpolate(1,"\n ",this.context.$implicit.place," Parameters\n ");v.checkBinding(t,this._expr_15,n)&&(this.renderer.setText(this._text_2,n),this._expr_15=n);var r=this.context.$implicit.placeHint;v.checkBinding(t,this._expr_16,r)&&(this.renderer.setElementAttribute(this._el_3,"data-hint",null==r?null:r.toString()),this._expr_16=r),this.detectViewChildrenChanges(t)},e}(b.AppView),tt=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_50=y.UNINITIALIZED,this._expr_51=y.UNINITIALIZED,this._map_52=v.pureProxy1(function(t){return{"with-hint":t}}),this._expr_53=y.UNINITIALIZED,this._expr_54=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"div",new v.InlineArray2(2,"class","param"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=v.createRenderElement(this.renderer,this._el_0,"div",new v.InlineArray2(2,"class","param-name"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=v.createRenderElement(this.renderer,this._el_2,"span",new v.InlineArray2(2,"class","param-name-wrap"),null),this._text_5=this.renderer.createText(this._el_4,"",null),this._text_6=this.renderer.createText(this._el_2,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this._el_8=v.createRenderElement(this.renderer,this._el_0,"div",new v.InlineArray2(2,"class","param-info"),null),this._text_9=this.renderer.createText(this._el_8,"\n ",null),this._el_10=v.createRenderElement(this.renderer,this._el_8,"div",v.EMPTY_INLINE_ARRAY,null),this._text_11=this.renderer.createText(this._el_10,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_12=new w.AppElement(12,10,this,this._anchor_12),this._TemplateRef_12_5=new A.TemplateRef_(this._appEl_12,c),this._NgIf_12_6=new T.Wrapper_NgIf(this._appEl_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_10,"\n ",null),this._el_14=v.createRenderElement(this.renderer,this._el_10,"span",v.EMPTY_INLINE_ARRAY,null),this._NgClass_14_3=new j.Wrapper_NgClass(this.parent.parentInjector.get(P.IterableDiffers),this.parent.parentInjector.get(D.KeyValueDiffers),new L.ElementRef(this._el_14),this.renderer),this._text_15=this.renderer.createText(this._el_14,"",null),this._text_16=this.renderer.createText(this._el_10,"\n ",null),this._anchor_17=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_17=new w.AppElement(17,10,this,this._anchor_17),this._TemplateRef_17_5=new A.TemplateRef_(this._appEl_17,u),this._NgIf_17_6=new T.Wrapper_NgIf(this._appEl_17.vcRef,this._TemplateRef_17_5),this._text_18=this.renderer.createText(this._el_10,"\n ",null),this._anchor_19=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_19=new w.AppElement(19,10,this,this._anchor_19),this._TemplateRef_19_5=new A.TemplateRef_(this._appEl_19,l),this._NgIf_19_6=new T.Wrapper_NgIf(this._appEl_19.vcRef,this._TemplateRef_19_5),this._text_20=this.renderer.createText(this._el_10,"\n ",null),this._anchor_21=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_21=new w.AppElement(21,10,this,this._anchor_21),this._TemplateRef_21_5=new A.TemplateRef_(this._appEl_21,h),this._NgIf_21_6=new T.Wrapper_NgIf(this._appEl_21.vcRef,this._TemplateRef_21_5),this._text_22=this.renderer.createText(this._el_10,"\n ",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_23=new w.AppElement(23,10,this,this._anchor_23),this._TemplateRef_23_5=new A.TemplateRef_(this._appEl_23,p),this._NgIf_23_6=new T.Wrapper_NgIf(this._appEl_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_10,"\n ",null),this._anchor_25=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_25=new w.AppElement(25,10,this,this._anchor_25),this._TemplateRef_25_5=new A.TemplateRef_(this._appEl_25,_),this._NgIf_25_6=new T.Wrapper_NgIf(this._appEl_25.vcRef,this._TemplateRef_25_5),this._text_26=this.renderer.createText(this._el_10,"\n ",null),this._text_27=this.renderer.createText(this._el_8,"\n ",null),this._el_28=v.createRenderElement(this.renderer,this._el_8,"div",new v.InlineArray2(2,"class","param-description"),null),this._text_29=this.renderer.createText(this._el_8,"\n ",null),this._text_30=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_1_0=v.pureProxy1(this.parent.parent._pipe_marked_1.transform.bind(this.parent.parent._pipe_marked_1)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._anchor_12,this._text_13,this._el_14,this._text_15,this._text_16,this._anchor_17,this._text_18,this._anchor_19,this._text_20,this._anchor_21,this._text_22,this._anchor_23,this._text_24,this._anchor_25,this._text_26,this._text_27,this._el_28,this._text_29,this._text_30],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&12===e?this._TemplateRef_12_5:t===N.NgIf&&12===e?this._NgIf_12_6.context:t===V.NgClass&&14<=e&&e<=15?this._NgClass_14_3.context:t===A.TemplateRef&&17===e?this._TemplateRef_17_5:t===N.NgIf&&17===e?this._NgIf_17_6.context:t===A.TemplateRef&&19===e?this._TemplateRef_19_5:t===N.NgIf&&19===e?this._NgIf_19_6.context:t===A.TemplateRef&&21===e?this._TemplateRef_21_5:t===N.NgIf&&21===e?this._NgIf_21_6.context:t===A.TemplateRef&&23===e?this._TemplateRef_23_5:t===N.NgIf&&23===e?this._NgIf_23_6.context:t===A.TemplateRef&&25===e?this._TemplateRef_25_5:t===N.NgIf&&25===e?this._NgIf_25_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper,n="array"===this.context.$implicit.type;this._NgIf_12_6.check_ngIf(n,t,!1), +this._NgIf_12_6.detectChangesInInputProps(this,this._anchor_12,t);var r=v.interpolate(1,"param-type ",this.context.$implicit.type,"");this._NgClass_14_3.check_klass(r,t,!1);var i=this._map_52(this.context.$implicit._displayTypeHint);this._NgClass_14_3.check_ngClass(i,t,!1),this._NgClass_14_3.detectChangesInInputProps(this,this._el_14,t);var o=this.context.$implicit._range;this._NgIf_17_6.check_ngIf(o,t,!1),this._NgIf_17_6.detectChangesInInputProps(this,this._anchor_17,t);var s=this.context.$implicit.required;this._NgIf_19_6.check_ngIf(s,t,!1),this._NgIf_19_6.detectChangesInInputProps(this,this._anchor_19,t);var a=null!=this.context.$implicit.default;this._NgIf_21_6.check_ngIf(a,t,!1),this._NgIf_21_6.detectChangesInInputProps(this,this._anchor_21,t);var c=this.context.$implicit.enum;this._NgIf_23_6.check_ngIf(c,t,!1),this._NgIf_23_6.detectChangesInInputProps(this,this._anchor_23,t);var u=this.context.$implicit.pattern;this._NgIf_25_6.check_ngIf(u,t,!1),this._NgIf_25_6.detectChangesInInputProps(this,this._anchor_25,t),this.detectContentChildrenChanges(t);var l=v.interpolate(1," ",this.context.$implicit.name," ");v.checkBinding(t,this._expr_50,l)&&(this.renderer.setText(this._text_5,l),this._expr_50=l);var h=v.interpolate(1,"",this.context.$implicit._displayTypeHint,"");v.checkBinding(t,this._expr_51,h)&&(this.renderer.setElementProperty(this._el_14,"title",h),this._expr_51=h),this._NgClass_14_3.detectChangesInHostProps(this,this._el_14,t);var p=v.interpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"");v.checkBinding(t,this._expr_53,p)&&(this.renderer.setText(this._text_15,p),this._expr_53=p),e.reset();var f=e.unwrap(v.castByValue(this._pipe_marked_1_0,this.parent.parent._pipe_marked_1.transform)(this.context.$implicit.description));(e.hasWrappedValue||v.checkBinding(t,this._expr_54,f))&&(this.renderer.setElementProperty(this._el_28,"innerHTML",this.viewUtils.sanitizer.sanitize(F.SecurityContext.HTML,f)),this._expr_54=f),this.detectViewChildrenChanges(t)},e}(b.AppView),et=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_2=y.UNINITIALIZED,this._expr_3=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",v.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_collectionFormat_0_0=v.pureProxy1(this.parent.parent.parent._pipe_collectionFormat_0.transform.bind(this.parent.parent.parent._pipe_collectionFormat_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=v.interpolate(1,"param-array-format param-collection-format-",this.parent.context.$implicit.collectionFormat,"");v.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=v.interpolate(1,"\n ",e.unwrap(v.castByValue(this._pipe_collectionFormat_0_0,this.parent.parent.parent._pipe_collectionFormat_0.transform)(this.parent.context.$implicit)),"\n ");(e.hasWrappedValue||v.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(b.AppView),nt=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_2=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",new v.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=v.interpolate(1," ",this.parent.context.$implicit._range," ");v.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(b.AppView),rt=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",new v.InlineArray2(2,"class","param-required"),null),this._text_1=this.renderer.createText(this._el_0,"Required",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(b.AppView),it=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_5=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"div",new v.InlineArray2(2,"class","param-default"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=v.createRenderElement(this.renderer,this._el_0,"span",new v.InlineArray2(2,"class","param-default-value"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._pipe_json_0=new B.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper;this.detectContentChildrenChanges(t),e.reset();var n=v.interpolate(1,"",e.unwrap(this._pipe_json_0.transform(this.parent.context.$implicit.default)),"");(e.hasWrappedValue||v.checkBinding(t,this._expr_5,n))&&(this.renderer.setText(this._text_3,n),this._expr_5=n),this.detectViewChildrenChanges(t)},e}(b.AppView),ot=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"div",new v.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new w.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new A.TemplateRef_(this._appEl_2,f),this._NgFor_2_6=new k.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parent.parentInjector.get(P.IterableDiffers),this.parent.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&2===e?this._TemplateRef_2_5:t===M.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(b.AppView),st=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_2=y.UNINITIALIZED,this._expr_3=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",v.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new B.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=v.interpolate(1,"param-enum-value ",this.context.$implicit.type,"");v.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=v.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||v.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(b.AppView),at=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_2=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",new v.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=v.interpolate(1,"",this.parent.context.$implicit.pattern,"");v.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(b.AppView),ct=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_20=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=v.createRenderElement(this.renderer,null,"div",v.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new w.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new A.TemplateRef_(this._appEl_2,g),this._NgIf_2_6=new T.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n\n ",null),this._el_4=v.createRenderElement(this.renderer,this._el_0,"div",new v.InlineArray2(2,"class","body-param-description"),null),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this._el_6=v.createRenderElement(this.renderer,this._el_0,"div",v.EMPTY_INLINE_ARRAY,null),this._text_7=this.renderer.createText(this._el_6,"\n ",null),this._el_8=v.createRenderElement(this.renderer,this._el_6,"br",v.EMPTY_INLINE_ARRAY,null),this._text_9=this.renderer.createText(this._el_6,"\n ",null),this._el_10=v.createRenderElement(this.renderer,this._el_6,"json-schema-lazy",v.EMPTY_INLINE_ARRAY,null),this._appEl_10=new w.AppElement(10,6,this,this._el_10);var e=U.viewFactory_JsonSchemaLazy0(this.viewUtils,this.injector(10),this._appEl_10);return this._ComponentFactoryResolver_10_5=new z.CodegenComponentFactoryResolver([H.JsonSchemaNgFactory],this.parentInjector.get(z.ComponentFactoryResolver)),this._JsonSchemaLazy_10_6=new U.Wrapper_JsonSchemaLazy(this.parentInjector.get(C.SpecManager),this._appEl_10.vcRef,new L.ElementRef(this._el_10),this._ComponentFactoryResolver_10_5,this.parentInjector.get(q.OptionsService),this.renderer),this._appEl_10.initComponent(this._JsonSchemaLazy_10_6.context,[],e),this._text_11=this.renderer.createText(null,"\n ",null),e.create(this._JsonSchemaLazy_10_6.context,[],null),this._text_12=this.renderer.createText(this._el_6,"\n ",null),this._text_13=this.renderer.createText(this._el_0,"\n",null),this._pipe_marked_1_1=v.pureProxy1(this.parent._pipe_marked_1.transform.bind(this.parent._pipe_marked_1)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._text_12,this._text_13],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&2===e?this._TemplateRef_2_5:t===N.NgIf&&2===e?this._NgIf_2_6.context:t===z.ComponentFactoryResolver&&10===e?this._ComponentFactoryResolver_10_5:t===W.JsonSchemaLazy&&10<=e&&e<=11?this._JsonSchemaLazy_10_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper,n=this.parent.context.bodyParam;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=v.interpolate(1,"",this.parent.context.bodyParam._pointer,"/schema");this._JsonSchemaLazy_10_6.check_pointer(r,t,!1);var i=!0;this._JsonSchemaLazy_10_6.check_auto(i,t,!1);var o=!0;this._JsonSchemaLazy_10_6.check_isRequestSchema(o,t,!1),this._JsonSchemaLazy_10_6.detectChangesInInputProps(this,this._el_10,t),this.detectContentChildrenChanges(t),e.reset();var s=e.unwrap(v.castByValue(this._pipe_marked_1_1,this.parent._pipe_marked_1.transform)(this.parent.context.bodyParam.description));(e.hasWrappedValue||v.checkBinding(t,this._expr_20,s))&&(this.renderer.setElementProperty(this._el_4,"innerHTML",this.viewUtils.sanitizer.sanitize(F.SecurityContext.HTML,s)),this._expr_20=s),this._JsonSchemaLazy_10_6.detectChangesInHostProps(this,this._el_10,t),this.detectViewChildrenChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_10_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._JsonSchemaLazy_10_6.context.ngOnDestroy()},e}(b.AppView),ut=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"h5",new v.InlineArray2(2,"class","param-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Request Body ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(b.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n box-sizing: border-box;\n -webkit-tap-highlight-color: transparent;\n -moz-tap-highlight-color: transparent;\n -ms-tap-highlight-color: transparent;\n -o-tap-highlight-color: transparent;\n tap-highlight-color: transparent;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-smoothing: antialiased;\n -webkit-osx-font-smoothing: grayscale;\n -moz-osx-font-smoothing: grayscale;\n osx-font-smoothing: grayscale;\n -webkit-text-size-adjust: 100%;\n -moz-text-size-adjust: 100%;\n text-size-adjust: 100%;\n -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n text-rendering: optimizeSpeed !important;\n font-smooth: always;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n text-size-adjust: 100%; }\n\n.redoc-wrap[_ngcontent-%COMP%] {\n z-index: 0;\n position: relative;\n font-family: Roboto, sans-serif;\n font-size: 14px;\n line-height: 1.5em;\n color: #263238; }\n\n.menu-content[_ngcontent-%COMP%] {\n overflow: hidden; }\n\n[sticky-sidebar][_ngcontent-%COMP%] {\n width: 260px;\n background-color: #fafafa;\n overflow-y: auto;\n overflow-x: hidden;\n transform: translateZ(0);\n z-index: 75; }\n @media (max-width: 1000px) {\n [sticky-sidebar][_ngcontent-%COMP%] {\n width: 100%;\n bottom: auto !important; } }\n\n.api-content[_ngcontent-%COMP%] {\n margin-left: 260px;\n z-index: 50;\n position: relative;\n top: 0; }\n @media (max-width: 1000px) {\n .api-content[_ngcontent-%COMP%] {\n padding-top: 3em;\n margin-left: 0; } }\n\n.background[_ngcontent-%COMP%] {\n position: fixed;\n top: 0;\n bottom: 0;\n right: 0;\n left: 260px;\n z-index: 1; }\n .background-actual[_ngcontent-%COMP%] {\n background: #263238;\n left: 60%;\n right: 0;\n top: 0;\n bottom: 0;\n position: absolute; }\n @media (max-width: 1100px) {\n .background[_ngcontent-%COMP%] {\n display: none; } }\n\n.redoc-error[_ngcontent-%COMP%] {\n padding: 20px;\n text-align: center;\n color: #e53935; }\n .redoc-error[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] {\n color: #e53935;\n font-size: 40px; }\n\n.redoc-error-details[_ngcontent-%COMP%] {\n max-width: 750px;\n margin: 0 auto;\n font-size: 18px; }\n\n\n[_nghost-%COMP%] h1 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h2 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h3 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h4 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h5 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h1 {\n font-size: 1.85714em;\n color: #0033a0; }\n\n[_nghost-%COMP%] h2 {\n font-size: 1.57143em; }\n\n[_nghost-%COMP%] h3 {\n font-size: 1.28571em; }\n\n[_nghost-%COMP%] h4 {\n font-size: 1.14286em; }\n\n[_nghost-%COMP%] h5 {\n font-size: 0.929em;\n line-height: 20px; }\n\n[_nghost-%COMP%] p {\n font-family: Roboto, sans-serif;\n font-weight: 300;\n margin: 0;\n margin-bottom: 1em;\n line-height: 1.5em; }\n\n[_nghost-%COMP%] a {\n text-decoration: none;\n color: #0033a0; }\n\n[_nghost-%COMP%] p > code {\n color: #e53935;\n border: 1px solid rgba(38, 50, 56, 0.1); }\n\n[_nghost-%COMP%] .hint--inversed:before {\n border-top-color: #fff; }\n\n[_nghost-%COMP%] .hint--inversed:after {\n background: #fff;\n color: #383838; }\n\n[_nghost-%COMP%] .share-link {\n cursor: pointer;\n margin-left: -15px;\n padding: 0;\n line-height: 1;\n width: 15px;\n display: inline-block; }\n\n[_nghost-%COMP%] .share-link:before {\n content: "";\n width: 15px;\n height: 15px;\n background-size: contain;\n background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==");\n opacity: 0.5;\n visibility: hidden;\n display: inline-block;\n vertical-align: middle; }\n\n[_nghost-%COMP%] .sharable-header:hover .share-link:before, [_nghost-%COMP%] .share-link:hover:before {\n visibility: visible; }\n\nfooter[_ngcontent-%COMP%] {\n position: relative;\n text-align: right;\n padding: 10px 40px;\n font-size: 15px;\n margin-top: -35px;\n color: white; }\n footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%] {\n color: white; }\n footer[_ngcontent-%COMP%] strong[_ngcontent-%COMP%] {\n font-size: 18px; }\n\n\n[_nghost-%COMP%] .redoc-markdown-block pre {\n font-family: Courier, monospace;\n white-space: pre-wrap;\n background-color: #263238;\n color: white;\n padding: 12px 14px 15px 14px;\n overflow-x: auto;\n line-height: normal;\n border-radius: 2px;\n border: 1px solid rgba(38, 50, 56, 0.1); }\n [_nghost-%COMP%] .redoc-markdown-block pre code {\n background-color: transparent; }\n [_nghost-%COMP%] .redoc-markdown-block pre code:before, [_nghost-%COMP%] .redoc-markdown-block pre code:after {\n content: none; }\n\n[_nghost-%COMP%] .redoc-markdown-block code {\n font-family: Courier, monospace;\n background-color: rgba(38, 50, 56, 0.04);\n padding: 0.1em 0 0.2em 0;\n font-size: 1em;\n border-radius: 2px; }\n [_nghost-%COMP%] .redoc-markdown-block code:before, [_nghost-%COMP%] .redoc-markdown-block code:after {\n letter-spacing: -0.2em;\n content: "\\00a0"; }\n\n[_nghost-%COMP%] .redoc-markdown-block p:last-of-type {\n margin-bottom: 0; }\n\n[_nghost-%COMP%] .redoc-markdown-block blockquote {\n margin: 0;\n margin-bottom: 1em;\n padding: 0 15px;\n color: #777;\n border-left: 4px solid #ddd; }\n\n[_nghost-%COMP%] .redoc-markdown-block img {\n max-width: 100%;\n box-sizing: content-box; }\n\n[_nghost-%COMP%] .redoc-markdown-block ul, [_nghost-%COMP%] .redoc-markdown-block ol {\n padding-left: 2em;\n margin: 0;\n margin-bottom: 1em; }\n\n[_nghost-%COMP%] .redoc-markdown-block table {\n display: block;\n width: 100%;\n overflow: auto;\n word-break: normal;\n word-break: keep-all;\n border-collapse: collapse;\n border-spacing: 0;\n margin-top: 0.5em;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] .redoc-markdown-block table tr {\n background-color: #fff;\n border-top: 1px solid #ccc; }\n [_nghost-%COMP%] .redoc-markdown-block table tr:nth-child(2n) {\n background-color: #f8f8f8; }\n\n[_nghost-%COMP%] .redoc-markdown-block table th, [_nghost-%COMP%] .redoc-markdown-block table td {\n padding: 6px 13px;\n border: 1px solid #ddd; }\n\n[_nghost-%COMP%] .redoc-markdown-block table th {\n text-align: left;\n font-weight: bold; }']},function(t,e,n){"use strict";function r(t,e,n){return null===H&&(H=t.createRenderComponentType("",0,b.ViewEncapsulation.None,[],{})),new q(t,e,n)}function i(t,e,n){return null===$&&($=t.createRenderComponentType("",0,b.ViewEncapsulation.Emulated,W,{})),new Y(t,e,n)}function o(t,e,n){return new Z(t,e,n)}function s(t,e,n){return new G(t,e,n)}function a(t,e,n){return new J(t,e,n)}var c=n(307),u=n(9),l=n(8),h=n(20),p=n(13),f=n(12),_=n(21),d=n(35),g=n(28),m=n(77),y=n(78),v=n(122),b=n(16),w=n(15),x=n(464),C=n(40),E=n(24),I=n(32),S=n(458),T=n(218),k=n(483),O=n(456),A=n(476),P=n(478),R=n(454),N=n(461),M=n(68),j=n(162),D=n(214),L=n(226),V=n(231),F=n(227),B=n(213),U=n(220),z=function(){function t(t,e,n,r,i,o,s){this.changed=!1,this.context=new c.Redoc(t,e,n,r,i,o,s),this._expr_0=u.UNINITIALIZED,this._expr_1=u.UNINITIALIZED,this._expr_2=u.UNINITIALIZED}return t.prototype.check_specUrl=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.specUrl=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){var r=this.context.specLoading;l.checkBinding(n,this._expr_1,r)&&(t.renderer.setElementClass(e,"loading",r),this._expr_1=r);var i=this.context.specLoadingRemove;l.checkBinding(n,this._expr_2,i)&&(t.renderer.setElementClass(e,"loading-remove",i),this._expr_2=i)},t}();e.Wrapper_Redoc=z;var H=null,q=function(t){function e(n,r,i){t.call(this,e,H,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"redoc",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Redoc_0_4=new z(this.parentInjector.get(_.SpecManager),this.parentInjector.get(d.OptionsService),new g.ElementRef(this._el_0),e.ref,this.parentInjector.get(m.AppStateService),this.parentInjector.get(y.LazyTasksService),this.parentInjector.get(v.Hash)),this._appEl_0.initComponent(this._Redoc_0_4.context,[],e),e.create(this._Redoc_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.Redoc&&0===e?this._Redoc_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Redoc_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._Redoc_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.RedocNgFactory=new w.ComponentFactory("redoc",r,c.Redoc);var W=[x.styles],$=null,Y=function(t){function e(n,r,i){t.call(this,e,$,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new p.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new E.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new C.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new p.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new E.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new C.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._appEl_4=new p.AppElement(4,null,this,this._anchor_4),this._TemplateRef_4_5=new E.TemplateRef_(this._appEl_4,a),this._NgIf_4_6=new C.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&0===e?this._TemplateRef_0_5:t===I.NgIf&&0===e?this._NgIf_0_6.context:t===E.TemplateRef&&2===e?this._TemplateRef_2_5:t===I.NgIf&&2===e?this._NgIf_2_6.context:t===E.TemplateRef&&4===e?this._TemplateRef_4_5:t===I.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.error;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.options.lazyRendering;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=this.context.specLoaded&&!this.context.error;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.viewFactory_Redoc0=i;var Z=function(t){function e(n,r,i){t.call(this,e,$,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways),this._expr_8=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=l.createRenderElement(this.renderer,null,"div",new l.InlineArray2(2,"class","redoc-error"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=l.createRenderElement(this.renderer,this._el_0,"h1",l.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"Oops... ReDoc failed to render this spec",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray2(2,"class","redoc-error-details"),null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=l.interpolate(1,"",this.parent.context.error.message,"");l.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e),this.detectViewChildrenChanges(t)},e}(h.AppView),G=function(t){function e(n,r,i){t.call(this,e,$,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"loading-bar",l.EMPTY_INLINE_ARRAY,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=S.viewFactory_LoadingBar0(this.viewUtils,this.injector(0),this._appEl_0);return this._LoadingBar_0_4=new S.Wrapper_LoadingBar,this._appEl_0.initComponent(this._LoadingBar_0_4.context,[],e),this._text_1=this.renderer.createText(null," ",null),e.create(this._LoadingBar_0_4.context,[],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===T.LoadingBar&&0<=e&&e<=1?this._LoadingBar_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.loadingProgress;this._LoadingBar_0_4.check_progress(e,t,!1),this._LoadingBar_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._LoadingBar_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView),J=function(t){function e(n,r,i){t.call(this,e,$,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"div",new l.InlineArray2(2,"class","redoc-wrap"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray2(2,"class","background"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=l.createRenderElement(this.renderer,this._el_2,"div",new l.InlineArray2(2,"class","background-actual"),null),this._text_5=this.renderer.createText(this._el_4," ",null),this._text_6=this.renderer.createText(this._el_2,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this._el_8=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray4(4,"class","menu-content","sticky-sidebar",""),null),this._StickySidebar_8_3=new k.Wrapper_StickySidebar(new g.ElementRef(this._el_8)),this._text_9=this.renderer.createText(this._el_8,"\n ",null),this._el_10=l.createRenderElement(this.renderer,this._el_8,"api-logo",l.EMPTY_INLINE_ARRAY,null),this._appEl_10=new p.AppElement(10,8,this,this._el_10);var e=O.viewFactory_ApiLogo0(this.viewUtils,this.injector(10),this._appEl_10);this._ApiLogo_10_4=new O.Wrapper_ApiLogo(this.parentInjector.get(_.SpecManager)),this._appEl_10.initComponent(this._ApiLogo_10_4.context,[],e),this._text_11=this.renderer.createText(null," ",null),e.create(this._ApiLogo_10_4.context,[],null),this._text_12=this.renderer.createText(this._el_8,"\n ",null),this._el_13=l.createRenderElement(this.renderer,this._el_8,"side-menu",l.EMPTY_INLINE_ARRAY,null),this._appEl_13=new p.AppElement(13,8,this,this._el_13);var n=A.viewFactory_SideMenu0(this.viewUtils,this.injector(13),this._appEl_13);this._SideMenu_13_4=new A.Wrapper_SideMenu(this.parentInjector.get(_.SpecManager),new g.ElementRef(this._el_13),this.parentInjector.get(M.ScrollService),this.parentInjector.get(j.MenuService),this.parentInjector.get(v.Hash),this.parentInjector.get(d.OptionsService),n.ref),this._appEl_13.initComponent(this._SideMenu_13_4.context,[],n),this._text_14=this.renderer.createText(null," ",null),n.create(this._SideMenu_13_4.context,[],null),this._text_15=this.renderer.createText(this._el_8,"\n ",null),this._text_16=this.renderer.createText(this._el_0,"\n ",null),this._el_17=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray2(2,"class","api-content"),null),this._text_18=this.renderer.createText(this._el_17,"\n ",null),this._el_19=l.createRenderElement(this.renderer,this._el_17,"warnings",l.EMPTY_INLINE_ARRAY,null),this._appEl_19=new p.AppElement(19,17,this,this._el_19);var r=P.viewFactory_Warnings0(this.viewUtils,this.injector(19),this._appEl_19);this._Warnings_19_4=new P.Wrapper_Warnings(this.parentInjector.get(_.SpecManager),this.parentInjector.get(d.OptionsService)),this._appEl_19.initComponent(this._Warnings_19_4.context,[],r),r.create(this._Warnings_19_4.context,[],null),this._text_20=this.renderer.createText(this._el_17,"\n ",null), +this._el_21=l.createRenderElement(this.renderer,this._el_17,"api-info",l.EMPTY_INLINE_ARRAY,null),this._appEl_21=new p.AppElement(21,17,this,this._el_21);var i=R.viewFactory_ApiInfo0(this.viewUtils,this.injector(21),this._appEl_21);this._ApiInfo_21_4=new R.Wrapper_ApiInfo(this.parentInjector.get(_.SpecManager),this.parentInjector.get(d.OptionsService)),this._appEl_21.initComponent(this._ApiInfo_21_4.context,[],i),i.create(this._ApiInfo_21_4.context,[],null),this._text_22=this.renderer.createText(this._el_17,"\n ",null),this._el_23=l.createRenderElement(this.renderer,this._el_17,"methods-list",l.EMPTY_INLINE_ARRAY,null),this._appEl_23=new p.AppElement(23,17,this,this._el_23);var o=N.viewFactory_MethodsList0(this.viewUtils,this.injector(23),this._appEl_23);return this._MethodsList_23_4=new N.Wrapper_MethodsList(this.parentInjector.get(_.SpecManager)),this._appEl_23.initComponent(this._MethodsList_23_4.context,[],o),this._text_24=this.renderer.createText(null," ",null),o.create(this._MethodsList_23_4.context,[],null),this._text_25=this.renderer.createText(this._el_17,"\n ",null),this._el_26=l.createRenderElement(this.renderer,this._el_17,"footer",l.EMPTY_INLINE_ARRAY,null),this._text_27=this.renderer.createText(this._el_26,"\n ",null),this._el_28=l.createRenderElement(this.renderer,this._el_26,"div",new l.InlineArray2(2,"class","powered-by-badge"),null),this._text_29=this.renderer.createText(this._el_28,"\n ",null),this._el_30=l.createRenderElement(this.renderer,this._el_28,"a",new l.InlineArray8(6,"href","https://github.com/Rebilly/ReDoc","target","_blank","title","Swagger-generated API Reference Documentation"),null),this._text_31=this.renderer.createText(this._el_30,"\n Powered by ",null),this._el_32=l.createRenderElement(this.renderer,this._el_30,"strong",l.EMPTY_INLINE_ARRAY,null),this._text_33=this.renderer.createText(this._el_32,"ReDoc",null),this._text_34=this.renderer.createText(this._el_30,"\n ",null),this._text_35=this.renderer.createText(this._el_28,"\n ",null),this._text_36=this.renderer.createText(this._el_26,"\n ",null),this._text_37=this.renderer.createText(this._el_17,"\n ",null),this._text_38=this.renderer.createText(this._el_0,"\n",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._text_12,this._el_13,this._text_14,this._text_15,this._text_16,this._el_17,this._text_18,this._el_19,this._text_20,this._el_21,this._text_22,this._el_23,this._text_24,this._text_25,this._el_26,this._text_27,this._el_28,this._text_29,this._el_30,this._text_31,this._el_32,this._text_33,this._text_34,this._text_35,this._text_36,this._text_37,this._text_38],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===D.ApiLogo&&10<=e&&e<=11?this._ApiLogo_10_4.context:t===L.SideMenu&&13<=e&&e<=14?this._SideMenu_13_4.context:t===V.StickySidebar&&8<=e&&e<=15?this._StickySidebar_8_3.context:t===F.Warnings&&19===e?this._Warnings_19_4.context:t===B.ApiInfo&&21===e?this._ApiInfo_21_4.context:t===U.MethodsList&&23<=e&&e<=24?this._MethodsList_23_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.options.$scrollParent;this._StickySidebar_8_3.check_scrollParent(e,t,!1);var n=this.parent.context.options.scrollYOffset;this._StickySidebar_8_3.check_scrollYOffset(n,t,!1),this._StickySidebar_8_3.detectChangesInInputProps(this,this._el_8,t),this._ApiLogo_10_4.detectChangesInInputProps(this,this._el_10,t)&&this._appEl_10.componentView.markAsCheckOnce(),this._SideMenu_13_4.detectChangesInInputProps(this,this._el_13,t),this._Warnings_19_4.detectChangesInInputProps(this,this._el_19,t),this._ApiInfo_21_4.detectChangesInInputProps(this,this._el_21,t)&&this._appEl_21.componentView.markAsCheckOnce(),this._MethodsList_23_4.detectChangesInInputProps(this,this._el_23,t)&&this._appEl_23.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._StickySidebar_8_3.detectChangesInHostProps(this,this._el_8,t),this._ApiLogo_10_4.detectChangesInHostProps(this,this._el_10,t),this._SideMenu_13_4.detectChangesInHostProps(this,this._el_13,t),this._Warnings_19_4.detectChangesInHostProps(this,this._el_19,t),this._ApiInfo_21_4.detectChangesInHostProps(this,this._el_21,t),this._MethodsList_23_4.detectChangesInHostProps(this,this._el_23,t),this.detectViewChildrenChanges(t)},e.prototype.destroyInternal=function(){this._StickySidebar_8_3.context.ngOnDestroy()},e}(h.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\n.action-buttons[_ngcontent-%COMP%] {\n opacity: 0;\n transition: opacity 0.3s ease;\n transform: translateY(100%);\n z-index: 3;\n position: relative;\n height: 2em;\n line-height: 2em;\n padding-right: 10px;\n text-align: right;\n margin-top: -1em; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n padding: 2px 10px;\n color: #ffffff;\n cursor: pointer; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover {\n background-color: #455b66; }\n\n.code-sample[_ngcontent-%COMP%]:hover > .action-buttons[_ngcontent-%COMP%] {\n opacity: 1; }\n\nheader[_ngcontent-%COMP%] {\n font-family: Montserrat;\n font-size: 0.929em;\n text-transform: uppercase;\n margin: 0;\n color: #9fb4be;\n text-transform: uppercase;\n font-weight: normal;\n margin-top: 20px; }\n\n[_nghost-%COMP%] > tabs > ul li {\n font-family: Montserrat;\n font-size: .9em;\n border-radius: 2px;\n margin: 2px 0;\n padding: 3px 10px 2px 10px;\n line-height: 16px;\n color: #9fb4be; }\n [_nghost-%COMP%] > tabs > ul li:hover {\n background-color: rgba(255, 255, 255, 0.1);\n color: #ffffff; }\n [_nghost-%COMP%] > tabs > ul li.active {\n background-color: #ffffff;\n color: #263238; }\n\n[_nghost-%COMP%] tabs ul {\n padding-top: 10px; }\n\n.code-sample[_ngcontent-%COMP%] pre[_ngcontent-%COMP%] {\n overflow-x: auto;\n word-break: break-all;\n word-wrap: break-word;\n white-space: pre-wrap;\n margin-top: 0;\n overflow-x: auto;\n padding: 20px;\n border-radius: 4px;\n background-color: #222d32;\n margin-bottom: 36px; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===U&&(U=t.createRenderComponentType("",0,w.ViewEncapsulation.None,[],{})),new z(t,e,n)}function i(t,e,n){return null===q&&(q=t.createRenderComponentType("",0,w.ViewEncapsulation.Emulated,H,{})),new W(t,e,n)}function o(t,e,n){return new $(t,e,n)}function s(t,e,n){return new Y(t,e,n)}function a(t,e,n){return new Z(t,e,n)}function c(t,e,n){return new G(t,e,n)}function u(t,e,n){return new J(t,e,n)}var l=n(222),h=n(9),p=n(8),f=n(20),_=n(13),d=n(12),g=n(21),m=n(77),y=n(68),v=n(28),b=n(105),w=n(16),x=n(15),C=n(466),E=n(293),I=n(40),S=n(81),T=n(24),k=n(55),O=n(32),A=n(308),P=n(159),R=n(314),N=n(57),M=n(34),j=n(46),D=n(165),L=n(312),V=n(164),F=n(38),B=function(){function t(t,e,n,r,i){this.changed=!1,this.context=new l.RequestSamples(t,e,n,r,i),this._expr_0=h.UNINITIALIZED,this._expr_1=h.UNINITIALIZED,this._expr_2=h.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||p.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_schemaPointer=function(t,e,n){(n||p.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.schemaPointer=t,this._expr_1=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){var r=this.context.hidden;p.checkBinding(n,this._expr_2,r)&&(t.renderer.setElementAttribute(e,"hidden",null==r?null:r.toString()),this._expr_2=r)},t}();e.Wrapper_RequestSamples=B;var U=null,z=function(t){function e(n,r,i){t.call(this,e,U,d.ViewType.HOST,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.selectOrCreateRenderHostElement(this.renderer,"request-samples",p.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._RequestSamples_0_4=new B(this.parentInjector.get(g.SpecManager),this.parentInjector.get(m.AppStateService),this.parentInjector.get(y.ScrollService),new v.ElementRef(this._el_0),this.parentInjector.get(b.NgZone)),this._appEl_0.initComponent(this._RequestSamples_0_4.context,[],e),e.create(this._RequestSamples_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===l.RequestSamples&&0===e?this._RequestSamples_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._RequestSamples_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._RequestSamples_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(f.AppView);e.RequestSamplesNgFactory=new x.ComponentFactory("request-samples",r,l.RequestSamples);var H=[C.styles],q=null,W=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.COMPONENT,n,r,i,h.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._viewQuery_Tabs_0=new E.QueryList,this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new _.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new T.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new I.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new _.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new T.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new I.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._appEl_4=new _.AppElement(4,null,this,this._anchor_4),this._TemplateRef_4_5=new T.TemplateRef_(this._appEl_4,a),this._NgIf_4_6=new I.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this._pipe_prism_0=new S.PrismPipe(this.parentInjector.get(k.DomSanitizer)),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===T.TemplateRef&&0===e?this._TemplateRef_0_5:t===O.NgIf&&0===e?this._NgIf_0_6.context:t===T.TemplateRef&&2===e?this._TemplateRef_2_5:t===O.NgIf&&2===e?this._NgIf_2_6.context:t===T.TemplateRef&&4===e?this._TemplateRef_4_5:t===O.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.schemaPointer||this.context.samples.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.schemaPointer&&!this.context.samples.length;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=this.context.samples.length;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t),t||this._viewQuery_Tabs_0.dirty&&(this._viewQuery_Tabs_0.reset([this._appEl_4.mapNestedViews(Z,function(t){return[t._Tabs_0_4.context]})]),this.context.childQuery=this._viewQuery_Tabs_0,this._viewQuery_Tabs_0.notifyOnChanges())},e}(f.AppView);e.viewFactory_RequestSamples0=i;var $=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=p.createRenderElement(this.renderer,null,"header",p.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Request samples ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(f.AppView),Y=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.createRenderElement(this.renderer,null,"schema-sample",p.EMPTY_INLINE_ARRAY,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=A.viewFactory_SchemaSample0(this.viewUtils,this.injector(0),this._appEl_0);return this._SchemaSample_0_4=new A.Wrapper_SchemaSample(this.parentInjector.get(g.SpecManager),new v.ElementRef(this._el_0)),this._appEl_0.initComponent(this._SchemaSample_0_4.context,[],e),this._text_1=this.renderer.createText(null," ",null),e.create(this._SchemaSample_0_4.context,[],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===P.SchemaSample&&0<=e&&e<=1?this._SchemaSample_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.schemaPointer;this._SchemaSample_0_4.check_pointer(e,t,!1);var n=!0;this._SchemaSample_0_4.check_skipReadOnly(n,t,!1),this._SchemaSample_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._SchemaSample_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(f.AppView),Z=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.createRenderElement(this.renderer,null,"tabs",p.EMPTY_INLINE_ARRAY,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=R.viewFactory_Tabs0(this.viewUtils,this.injector(0),this._appEl_0);this._Tabs_0_4=new R.Wrapper_Tabs(e.ref),this._appEl_0.initComponent(this._Tabs_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._appEl_2=new _.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new T.TemplateRef_(this._appEl_2,c),this._NgIf_2_6=new I.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._appEl_4=new _.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new T.TemplateRef_(this._appEl_4,u),this._NgFor_4_6=new N.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parentInjector.get(M.IterableDiffers),this.parent.ref),this._text_5=this.renderer.createText(null,"\n",null),e.create(this._Tabs_0_4.context,[[].concat([this._text_1,this._appEl_2,this._text_3,this._appEl_4,this._text_5])],null);var n=this.renderer.listen(this._el_0,"change",this.eventHandler(this._handle_change_0_0.bind(this))),r=this._Tabs_0_4.context.change.subscribe(this.eventHandler(this._handle_change_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[n],[r]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===T.TemplateRef&&2===e?this._TemplateRef_2_5:t===O.NgIf&&2===e?this._NgIf_2_6.context:t===T.TemplateRef&&4===e?this._TemplateRef_4_5:t===j.NgFor&&4===e?this._NgFor_4_6.context:t===D.Tabs&&0<=e&&e<=5?this._Tabs_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.selectedLang;this._Tabs_0_4.check_selected(e,t,!1),this._Tabs_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce();var n=this.parent.context.schemaPointer;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=this.parent.context.samples;this._NgFor_4_6.check_ngForOf(r,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this._Tabs_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e.prototype.dirtyParentQueriesInternal=function(){this.parent._viewQuery_Tabs_0.setDirty()},e.prototype._handle_change_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.changeLangNotify(t)!==!1;return e},e}(f.AppView),G=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.createRenderElement(this.renderer,null,"tab",new p.InlineArray2(2,"tabTitle","JSON"),null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=R.viewFactory_Tab0(this.viewUtils,this.injector(0),this._appEl_0);this._Tab_0_4=new R.Wrapper_Tab(this.parent._Tabs_0_4.context),this._appEl_0.initComponent(this._Tab_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=p.createRenderElement(this.renderer,null,"schema-sample",p.EMPTY_INLINE_ARRAY,null),this._appEl_2=new _.AppElement(2,0,this,this._el_2);var n=A.viewFactory_SchemaSample0(this.viewUtils,this.injector(2),this._appEl_2);return this._SchemaSample_2_4=new A.Wrapper_SchemaSample(this.parent.parentInjector.get(g.SpecManager),new v.ElementRef(this._el_2)),this._appEl_2.initComponent(this._SchemaSample_2_4.context,[],n),this._text_3=this.renderer.createText(null," ",null),n.create(this._SchemaSample_2_4.context,[],null),this._text_4=this.renderer.createText(null,"\n ",null),e.create(this._Tab_0_4.context,[[].concat([this._text_1,this._el_2,this._text_4])],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===P.SchemaSample&&2<=e&&e<=3?this._SchemaSample_2_4.context:t===D.Tab&&0<=e&&e<=4?this._Tab_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e="JSON";this._Tab_0_4.check_tabTitle(e,t,!1),this._Tab_0_4.detectChangesInInputProps(this,this._el_0,t);var n=this.parent.parent.context.schemaPointer;this._SchemaSample_2_4.check_pointer(n,t,!1);var r=!0;this._SchemaSample_2_4.check_skipReadOnly(r,t,!1),this._SchemaSample_2_4.detectChangesInInputProps(this,this._el_2,t)&&this._appEl_2.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._Tab_0_4.detectChangesInHostProps(this,this._el_0,t),this._SchemaSample_2_4.detectChangesInHostProps(this,this._el_2,t),this.detectViewChildrenChanges(t)},e}(f.AppView),J=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways),this._expr_17=h.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.createRenderElement(this.renderer,null,"tab",p.EMPTY_INLINE_ARRAY,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=R.viewFactory_Tab0(this.viewUtils,this.injector(0),this._appEl_0);this._Tab_0_4=new R.Wrapper_Tab(this.parent._Tabs_0_4.context),this._appEl_0.initComponent(this._Tab_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=p.createRenderElement(this.renderer,null,"div",new p.InlineArray2(2,"class","code-sample"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=p.createRenderElement(this.renderer,this._el_2,"div",new p.InlineArray2(2,"class","action-buttons"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=p.createRenderElement(this.renderer,this._el_4,"span",new p.InlineArray4(4,"class","hint--top-left hint--inversed","copy-button",""),null),this._CopyButton_6_3=new L.Wrapper_CopyButton(this.renderer,new v.ElementRef(this._el_6)),this._el_7=p.createRenderElement(this.renderer,this._el_6,"a",p.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_7,"Copy",null),this._text_9=this.renderer.createText(this._el_4,"\n ",null),this._text_10=this.renderer.createText(this._el_2,"\n ",null),this._el_11=p.createRenderElement(this.renderer,this._el_2,"pre",p.EMPTY_INLINE_ARRAY,null),this._text_12=this.renderer.createText(this._el_2,"\n ",null),this._text_13=this.renderer.createText(null,"\n ",null),e.create(this._Tab_0_4.context,[[].concat([this._text_1,this._el_2,this._text_13])],null);var n=this.renderer.listen(this._el_6,"click",this.eventHandler(this._handle_click_6_0.bind(this))),r=this.renderer.listen(this._el_6,"mouseleave",this.eventHandler(this._handle_mouseleave_6_1.bind(this)));return this._pipe_prism_0_0=p.pureProxy2(this.parent.parent._pipe_prism_0.transform.bind(this.parent.parent._pipe_prism_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._el_7,this._text_8,this._text_9,this._text_10,this._el_11,this._text_12,this._text_13],[n,r],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===V.CopyButton&&6<=e&&e<=8?this._CopyButton_6_3.context:t===D.Tab&&0<=e&&e<=13?this._Tab_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=new h.ValueUnwrapper,n=this.context.$implicit.lang;this._Tab_0_4.check_tabTitle(n,t,!1),this._Tab_0_4.detectChangesInInputProps(this,this._el_0,t);var r=this.context.$implicit.source;this._CopyButton_6_3.check_copyText(r,t,!1),this._CopyButton_6_3.detectChangesInInputProps(this,this._el_6,t),this.detectContentChildrenChanges(t),this._Tab_0_4.detectChangesInHostProps(this,this._el_0,t),this._CopyButton_6_3.detectChangesInHostProps(this,this._el_6,t),e.reset();var i=e.unwrap(p.castByValue(this._pipe_prism_0_0,this.parent.parent._pipe_prism_0.transform)(this.context.$implicit.source,this.context.$implicit.lang));(e.hasWrappedValue||p.checkBinding(t,this._expr_17,i))&&(this.renderer.setElementProperty(this._el_11,"innerHTML",this.viewUtils.sanitizer.sanitize(F.SecurityContext.HTML,i)),this._expr_17=i),this.detectViewChildrenChanges(t)},e.prototype._handle_click_6_0=function(t){this.markPathToRootAsCheckOnce();var e=this._CopyButton_6_3.context.onClick()!==!1;return e},e.prototype._handle_mouseleave_6_1=function(t){this.markPathToRootAsCheckOnce();var e=this._CopyButton_6_3.context.onLeave()!==!1;return e},e}(f.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block; }\n\n.responses-list-header[_ngcontent-%COMP%] {\n font-size: 18px;\n padding: 0.2em 0;\n margin: 3em 0 1.1em;\n color: #253137;\n font-weight: normal; }\n\n[_nghost-%COMP%] .zippy-title[_ngcontent-%COMP%] {\n font-family: Montserrat, sans-serif; }\n\n.header-name[_ngcontent-%COMP%] {\n font-weight: bold;\n display: inline-block; }\n\n.header-type[_ngcontent-%COMP%] {\n display: inline-block;\n font-weight: bold;\n color: #999; }\n\nheader[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bold;\n text-transform: uppercase;\n margin-bottom: 15px; }\n header[_ngcontent-%COMP%]:not(:first-child) {\n margin-top: 15px;\n margin-bottom: 0; }\n\n.header[_ngcontent-%COMP%] {\n margin-bottom: 10px; }\n\n.header-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.header-type.array[_ngcontent-%COMP%]::before {\n content: "Array of ";\n color: #263238;\n font-weight: 300; }']},function(t,e,n){"use strict";function r(t,e,n){return null===H&&(H=t.createRenderComponentType("",0,x.ViewEncapsulation.None,[],{})),new q(t,e,n)}function i(t,e,n){return null===$&&($=t.createRenderComponentType("",0,x.ViewEncapsulation.Emulated,W,{})),new Y(t,e,n)}function o(t,e,n){return new Z(t,e,n)}function s(t,e,n){return new G(t,e,n)}function a(t,e,n){return new J(t,e,n)}function c(t,e,n){return new K(t,e,n)}function u(t,e,n){return new X(t,e,n)}function l(t,e,n){return new Q(t,e,n)}function h(t,e,n){return new tt(t,e,n)}function p(t,e,n){return new et(t,e,n)}function f(t,e,n){return new nt(t,e,n)}var _=n(223),d=n(9),g=n(8),m=n(20),y=n(13),v=n(12),b=n(21),w=n(35),x=n(16),C=n(15),E=n(468),I=n(40),S=n(57),T=n(81),k=n(24),O=n(34),A=n(55),P=n(32),R=n(46),N=n(315),M=n(215),j=n(61),D=n(216),L=n(28),V=n(120),F=n(166),B=n(38),U=n(142),z=function(){function t(t,e){this.changed=!1,this.context=new _.ResponsesList(t,e),this._expr_0=d.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||g.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ResponsesList=z;var H=null,q=function(t){function e(n,r,i){t.call(this,e,H,v.ViewType.HOST,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=g.selectOrCreateRenderHostElement(this.renderer,"responses-list",g.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new y.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ResponsesList_0_4=new z(this.parentInjector.get(b.SpecManager),this.parentInjector.get(w.OptionsService)),this._appEl_0.initComponent(this._ResponsesList_0_4.context,[],e),e.create(this._ResponsesList_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===_.ResponsesList&&0===e?this._ResponsesList_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ResponsesList_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ResponsesList_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(m.AppView);e.ResponsesListNgFactory=new C.ComponentFactory("responses-list",r,_.ResponsesList);var W=[E.styles],$=null,Y=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.COMPONENT,n,r,i,d.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new y.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new k.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new I.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new y.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new k.TemplateRef_(this._appEl_2,s),this._NgFor_2_6=new S.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parentInjector.get(O.IterableDiffers),this.ref),this._text_3=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new T.MarkedPipe(this.parentInjector.get(A.DomSanitizer)),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&0===e?this._TemplateRef_0_5:t===P.NgIf&&0===e?this._NgIf_0_6.context:t===k.TemplateRef&&2===e?this._TemplateRef_2_5:t===R.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.responses.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.responses;this._NgFor_2_6.check_ngForOf(n,t,!1);var r=this.context.trackByCode;this._NgFor_2_6.check_ngForTrackBy(r,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(m.AppView);e.viewFactory_ResponsesList0=i;var Z=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"h2",new g.InlineArray2(2,"class","responses-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Responses ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(m.AppView),G=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=g.createRenderElement(this.renderer,null,"zippy",g.EMPTY_INLINE_ARRAY,null),this._appEl_0=new y.AppElement(0,null,this,this._el_0);var e=N.viewFactory_Zippy0(this.viewUtils,this.injector(0),this._appEl_0);this._Zippy_0_4=new N.Wrapper_Zippy,this._appEl_0.initComponent(this._Zippy_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._appEl_2=new y.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new k.TemplateRef_(this._appEl_2,a),this._NgIf_2_6=new I.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._appEl_4=new y.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new k.TemplateRef_(this._appEl_4,f),this._NgIf_4_6=new I.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(null,"\n ",null),this._el_6=g.createRenderElement(this.renderer,null,"json-schema-lazy",g.EMPTY_INLINE_ARRAY,null),this._appEl_6=new y.AppElement(6,0,this,this._el_6);var n=M.viewFactory_JsonSchemaLazy0(this.viewUtils,this.injector(6),this._appEl_6);this._ComponentFactoryResolver_6_5=new j.CodegenComponentFactoryResolver([D.JsonSchemaNgFactory],this.parentInjector.get(j.ComponentFactoryResolver)),this._JsonSchemaLazy_6_6=new M.Wrapper_JsonSchemaLazy(this.parentInjector.get(b.SpecManager),this._appEl_6.vcRef,new L.ElementRef(this._el_6),this._ComponentFactoryResolver_6_5,this.parentInjector.get(w.OptionsService),this.renderer),this._appEl_6.initComponent(this._JsonSchemaLazy_6_6.context,[],n),this._text_7=this.renderer.createText(null,"\n ",null),n.create(this._JsonSchemaLazy_6_6.context,[],null),this._text_8=this.renderer.createText(null,"\n",null),e.create(this._Zippy_0_4.context,[[].concat([this._text_1,this._appEl_2,this._text_3,this._appEl_4,this._text_5,this._appEl_6,this._text_8])],null);var r=this.renderer.listen(this._el_0,"open",this.eventHandler(this._handle_open_0_0.bind(this))),i=this._Zippy_0_4.context.open.subscribe(this.eventHandler(this._handle_open_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5,this._el_6,this._text_7,this._text_8],[r],[i]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&2===e?this._TemplateRef_2_5:t===P.NgIf&&2===e?this._NgIf_2_6.context:t===k.TemplateRef&&4===e?this._TemplateRef_4_5:t===P.NgIf&&4===e?this._NgIf_4_6.context:t===j.ComponentFactoryResolver&&6===e?this._ComponentFactoryResolver_6_5:t===V.JsonSchemaLazy&&6<=e&&e<=7?this._JsonSchemaLazy_6_6.context:t===F.Zippy&&0<=e&&e<=8?this._Zippy_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.type;this._Zippy_0_4.check_type(e,t,!1);var n=this.context.$implicit.empty;this._Zippy_0_4.check_empty(n,t,!1);var r=g.interpolate(2,"",this.context.$implicit.code," ",this.context.$implicit.description,"");this._Zippy_0_4.check_title(r,t,!1),this._Zippy_0_4.detectChangesInInputProps(this,this._el_0,t);var i=this.context.$implicit.headers;this._NgIf_2_6.check_ngIf(i,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var o=this.context.$implicit.schema;this._NgIf_4_6.check_ngIf(o,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t);var s=g.interpolate(1,"",this.context.$implicit.schema?this.context.$implicit.pointer+"/schema":null,"");this._JsonSchemaLazy_6_6.check_pointer(s,t,!1), +this._JsonSchemaLazy_6_6.detectChangesInInputProps(this,this._el_6,t),this.detectContentChildrenChanges(t),this._Zippy_0_4.detectChangesInHostProps(this,this._el_0,t),this._JsonSchemaLazy_6_6.detectChangesInHostProps(this,this._el_6,t),this.detectViewChildrenChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_6_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._JsonSchemaLazy_6_6.context.ngOnDestroy()},e.prototype._handle_open_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this._JsonSchemaLazy_6_6.context.load()!==!1;return e},e}(m.AppView),J=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"div",new g.InlineArray2(2,"class","response-headers"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=g.createRenderElement(this.renderer,this._el_0,"header",g.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n Headers\n ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_5=new y.AppElement(5,0,this,this._anchor_5),this._TemplateRef_5_5=new k.TemplateRef_(this._appEl_5,c),this._NgFor_5_6=new S.Wrapper_NgFor(this._appEl_5.vcRef,this._TemplateRef_5_5,this.parent.parentInjector.get(O.IterableDiffers),this.parent.parent.ref),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._anchor_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&5===e?this._TemplateRef_5_5:t===R.NgFor&&5===e?this._NgFor_5_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.$implicit.headers;this._NgFor_5_6.check_ngForOf(e,t,!1),this._NgFor_5_6.detectChangesInInputProps(this,this._anchor_5,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(m.AppView),K=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways),this._expr_26=d.UNINITIALIZED,this._expr_27=d.UNINITIALIZED,this._expr_28=d.UNINITIALIZED,this._expr_29=d.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"div",new g.InlineArray2(2,"class","header"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=g.createRenderElement(this.renderer,this._el_0,"div",new g.InlineArray2(2,"class","header-name"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=g.createRenderElement(this.renderer,this._el_0,"div",g.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_5,null),this._appEl_7=new y.AppElement(7,5,this,this._anchor_7),this._TemplateRef_7_5=new k.TemplateRef_(this._appEl_7,u),this._NgIf_7_6=new I.Wrapper_NgIf(this._appEl_7.vcRef,this._TemplateRef_7_5),this._text_8=this.renderer.createText(this._el_5,"\n ",null),this._text_9=this.renderer.createText(this._el_0,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_10=new y.AppElement(10,0,this,this._anchor_10),this._TemplateRef_10_5=new k.TemplateRef_(this._appEl_10,l),this._NgIf_10_6=new I.Wrapper_NgIf(this._appEl_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(this._el_0,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_12=new y.AppElement(12,0,this,this._anchor_12),this._TemplateRef_12_5=new k.TemplateRef_(this._appEl_12,h),this._NgIf_12_6=new I.Wrapper_NgIf(this._appEl_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_0,"\n ",null),this._el_14=g.createRenderElement(this.renderer,this._el_0,"div",new g.InlineArray2(2,"class","header-description"),null),this._text_15=this.renderer.createText(this._el_14," ",null),this._text_16=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_0_0=g.pureProxy1(this.parent.parent.parent._pipe_marked_0.transform.bind(this.parent.parent.parent._pipe_marked_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._anchor_7,this._text_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13,this._el_14,this._text_15,this._text_16],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&7===e?this._TemplateRef_7_5:t===P.NgIf&&7===e?this._NgIf_7_6.context:t===k.TemplateRef&&10===e?this._TemplateRef_10_5:t===P.NgIf&&10===e?this._NgIf_10_6.context:t===k.TemplateRef&&12===e?this._TemplateRef_12_5:t===P.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new d.ValueUnwrapper,n=this.context.$implicit._range;this._NgIf_7_6.check_ngIf(n,t,!1),this._NgIf_7_6.detectChangesInInputProps(this,this._anchor_7,t);var r=this.context.$implicit.default;this._NgIf_10_6.check_ngIf(r,t,!1),this._NgIf_10_6.detectChangesInInputProps(this,this._anchor_10,t);var i=this.context.$implicit.enum;this._NgIf_12_6.check_ngIf(i,t,!1),this._NgIf_12_6.detectChangesInInputProps(this,this._anchor_12,t),this.detectContentChildrenChanges(t);var o=g.interpolate(1," ",this.context.$implicit.name," ");g.checkBinding(t,this._expr_26,o)&&(this.renderer.setText(this._text_3,o),this._expr_26=o);var s=g.interpolate(1,"header-type ",this.context.$implicit.type,"");g.checkBinding(t,this._expr_27,s)&&(this.renderer.setElementProperty(this._el_5,"className",s),this._expr_27=s);var a=g.interpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"\n ");g.checkBinding(t,this._expr_28,a)&&(this.renderer.setText(this._text_6,a),this._expr_28=a),e.reset();var c=e.unwrap(g.castByValue(this._pipe_marked_0_0,this.parent.parent.parent._pipe_marked_0.transform)(this.context.$implicit.description));(e.hasWrappedValue||g.checkBinding(t,this._expr_29,c))&&(this.renderer.setElementProperty(this._el_14,"innerHTML",this.viewUtils.sanitizer.sanitize(B.SecurityContext.HTML,c)),this._expr_29=c),this.detectViewChildrenChanges(t)},e}(m.AppView),X=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways),this._expr_2=d.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"span",new g.InlineArray2(2,"class","header-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=g.interpolate(1," ",this.parent.context.$implicit._range," ");g.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(m.AppView),Q=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways),this._expr_2=d.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"div",new g.InlineArray2(2,"class","header-default"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=g.interpolate(1," Default: ",this.parent.context.$implicit.default," ");g.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(m.AppView),tt=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"div",new g.InlineArray2(2,"class","header-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new y.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new k.TemplateRef_(this._appEl_2,p),this._NgFor_2_6=new S.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parent.parent.parentInjector.get(O.IterableDiffers),this.parent.parent.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&2===e?this._TemplateRef_2_5:t===R.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(m.AppView),et=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways),this._expr_2=d.UNINITIALIZED,this._expr_3=d.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"span",g.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new U.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new d.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=g.interpolate(1,"enum-value ",this.context.$implicit.type,"");g.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=g.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||g.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(m.AppView),nt=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"header",g.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n Response Schema\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(m.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\nheader[_ngcontent-%COMP%] {\n font-family: Montserrat;\n font-size: 0.929em;\n text-transform: uppercase;\n margin: 0;\n color: #9fb4be;\n text-transform: uppercase;\n font-weight: normal; }\n\n[_nghost-%COMP%] > tabs > ul li {\n font-family: Montserrat;\n font-size: 0.929em;\n border-radius: 2px;\n margin: 2px 0;\n padding: 2px 8px 3px 8px;\n color: #9fb4be;\n line-height: 16px; }\n [_nghost-%COMP%] > tabs > ul li:hover {\n color: #ffffff;\n background-color: rgba(255, 255, 255, 0.1); }\n [_nghost-%COMP%] > tabs > ul li.active {\n background-color: white;\n color: #263238; }\n\n[_nghost-%COMP%] tabs ul {\n padding-top: 10px; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===A&&(A=t.createRenderComponentType("",0,d.ViewEncapsulation.None,[],{})),new P(t,e,n)}function i(t,e,n){return null===N&&(N=t.createRenderComponentType("",0,d.ViewEncapsulation.Emulated,R,{})),new M(t,e,n)}function o(t,e,n){return new j(t,e,n)}function s(t,e,n){return new D(t,e,n)}function a(t,e,n){return new L(t,e,n)}var c=n(224),u=n(9),l=n(8),h=n(20),p=n(13),f=n(12),_=n(21),d=n(16),g=n(15),m=n(470),y=n(40),v=n(24),b=n(32),w=n(314),x=n(57),C=n(34),E=n(46),I=n(165),S=n(308),T=n(28),k=n(159),O=function(){function t(t){this.changed=!1,this.context=new c.ResponsesSamples(t),this._expr_0=u.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ResponsesSamples=O;var A=null,P=function(t){function e(n,r,i){t.call(this,e,A,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"responses-samples",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ResponsesSamples_0_4=new O(this.parentInjector.get(_.SpecManager)),this._appEl_0.initComponent(this._ResponsesSamples_0_4.context,[],e),e.create(this._ResponsesSamples_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.ResponsesSamples&&0===e?this._ResponsesSamples_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ResponsesSamples_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ResponsesSamples_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.ResponsesSamplesNgFactory=new g.ComponentFactory("responses-samples",r,c.ResponsesSamples);var R=[m.styles],N=null,M=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new p.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new v.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new y.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new p.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new v.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new y.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&0===e?this._TemplateRef_0_5:t===b.NgIf&&0===e?this._NgIf_0_6.context:t===v.TemplateRef&&2===e?this._TemplateRef_2_5:t===b.NgIf&&2===e?this._NgIf_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.data.responses.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.data.responses.length;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.viewFactory_ResponsesSamples0=i;var j=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=l.createRenderElement(this.renderer,null,"header",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Response samples ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(h.AppView),D=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"tabs",l.EMPTY_INLINE_ARRAY,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=w.viewFactory_Tabs0(this.viewUtils,this.injector(0),this._appEl_0);return this._Tabs_0_4=new w.Wrapper_Tabs(e.ref),this._appEl_0.initComponent(this._Tabs_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._appEl_2=new p.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new v.TemplateRef_(this._appEl_2,a),this._NgFor_2_6=new x.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parentInjector.get(C.IterableDiffers),this.parent.ref),this._text_3=this.renderer.createText(null,"\n",null),e.create(this._Tabs_0_4.context,[[].concat([this._text_1,this._appEl_2,this._text_3])],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&2===e?this._TemplateRef_2_5:t===E.NgFor&&2===e?this._NgFor_2_6.context:t===I.Tabs&&0<=e&&e<=3?this._Tabs_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Tabs_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce();var e=this.parent.context.data.responses;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this._Tabs_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView),L=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"tab",l.EMPTY_INLINE_ARRAY,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=w.viewFactory_Tab0(this.viewUtils,this.injector(0),this._appEl_0);this._Tab_0_4=new w.Wrapper_Tab(this.parent._Tabs_0_4.context),this._appEl_0.initComponent(this._Tab_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=l.createRenderElement(this.renderer,null,"schema-sample",l.EMPTY_INLINE_ARRAY,null),this._appEl_2=new p.AppElement(2,0,this,this._el_2);var n=S.viewFactory_SchemaSample0(this.viewUtils,this.injector(2),this._appEl_2);return this._SchemaSample_2_4=new S.Wrapper_SchemaSample(this.parent.parentInjector.get(_.SpecManager),new T.ElementRef(this._el_2)),this._appEl_2.initComponent(this._SchemaSample_2_4.context,[],n),n.create(this._SchemaSample_2_4.context,[],null),this._text_3=this.renderer.createText(null,"\n ",null),e.create(this._Tab_0_4.context,[[].concat([this._text_1,this._el_2,this._text_3])],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.SchemaSample&&2===e?this._SchemaSample_2_4.context:t===I.Tab&&0<=e&&e<=3?this._Tab_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=l.interpolate(2,"",this.context.$implicit.code," ",this.context.$implicit.description,"");this._Tab_0_4.check_tabTitle(e,t,!1);var n=this.context.$implicit.type;this._Tab_0_4.check_tabStatus(n,t,!1),this._Tab_0_4.detectChangesInInputProps(this,this._el_0,t);var r=this.context.$implicit.pointer;this._SchemaSample_2_4.check_pointer(r,t,!1),this._SchemaSample_2_4.detectChangesInInputProps(this,this._el_2,t)&&this._appEl_2.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._Tab_0_4.detectChangesInHostProps(this,this._el_0,t),this._SchemaSample_2_4.detectChangesInHostProps(this,this._el_2,t),this.detectViewChildrenChanges(t)},e}(h.AppView)},function(t,e){"use strict";e.styles=['@charset "UTF-8";\n[_nghost-%COMP%] {\n display: block; }\n\npre[_ngcontent-%COMP%] {\n background-color: transparent;\n padding: 0;\n margin: 0;\n clear: both;\n position: relative; }\n\n.action-buttons[_ngcontent-%COMP%] {\n opacity: 0;\n transition: opacity 0.3s ease;\n transform: translateY(100%);\n z-index: 3;\n position: relative;\n height: 2em;\n line-height: 2em;\n padding-right: 10px;\n text-align: right;\n margin-top: -1em; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n padding: 2px 10px;\n color: #ffffff;\n cursor: pointer; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover {\n background-color: #455b66; }\n\n.snippet[_ngcontent-%COMP%]:hover .action-buttons[_ngcontent-%COMP%] {\n opacity: 1; }\n\n[_nghost-%COMP%] .type-null {\n color: gray; }\n\n[_nghost-%COMP%] .type-boolean {\n color: firebrick; }\n\n[_nghost-%COMP%] .type-number {\n color: #4A8BB3; }\n\n[_nghost-%COMP%] .type-string {\n color: #66B16E; }\n\n[_nghost-%COMP%] .callback-function {\n color: gray; }\n\n[_nghost-%COMP%] .collapser:after {\n content: "-";\n cursor: pointer; }\n\n[_nghost-%COMP%] .collapsed > .collapser:after {\n content: "+";\n cursor: pointer; }\n\n[_nghost-%COMP%] .ellipsis:after {\n content: " … "; }\n\n[_nghost-%COMP%] .collapsible {\n margin-left: 2em; }\n\n[_nghost-%COMP%] .hoverable {\n padding-top: 1px;\n padding-bottom: 1px;\n padding-left: 2px;\n padding-right: 2px;\n border-radius: 2px; }\n\n[_nghost-%COMP%] .hovered {\n background-color: #ebeef9; }\n\n[_nghost-%COMP%] .collapser {\n padding-right: 6px;\n padding-left: 6px; }\n\n[_nghost-%COMP%] .redoc-json {\n overflow-x: auto;\n padding: 20px;\n border-radius: 4px;\n background-color: #222d32;\n margin-bottom: 36px; }\n\n[_nghost-%COMP%] ul, [_nghost-%COMP%] .redoc-json ul {\n list-style-type: none;\n padding: 0px;\n margin: 0px 0px 0px 26px; }\n\n[_nghost-%COMP%] li {\n position: relative;\n display: block; }\n\n[_nghost-%COMP%] .hoverable {\n transition: background-color .2s ease-out 0s;\n -webkit-transition: background-color .2s ease-out 0s;\n display: inline-block; }\n\n[_nghost-%COMP%] .hovered {\n transition-delay: .2s;\n -webkit-transition-delay: .2s; }\n\n[_nghost-%COMP%] .selected {\n outline-style: solid;\n outline-width: 1px;\n outline-style: dotted; }\n\n[_nghost-%COMP%] .collapsed > .collapsible {\n display: none; }\n\n[_nghost-%COMP%] .ellipsis {\n display: none; }\n\n[_nghost-%COMP%] .collapsed > .ellipsis {\n display: inherit; }\n\n[_nghost-%COMP%] .collapser {\n position: absolute;\n top: 1px;\n left: -1.5em;\n cursor: default;\n user-select: none;\n -webkit-user-select: none; }\n\n[_nghost-%COMP%] .redoc-json > .collapser {\n display: none; }']},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block; }\n\n.security-definition[_ngcontent-%COMP%]:not(:last-of-type) {\n border-bottom: 1px solid rgba(38, 50, 56, 0.3);\n padding-bottom: 20px; }\n\n[_nghost-%COMP%] h2[_ngcontent-%COMP%] {\n padding-top: 40px; }\n\nh3[_ngcontent-%COMP%] {\n margin: 1em 0;\n font-size: 1em; }\n\n[_nghost-%COMP%] .security-scopes-details[_ngcontent-%COMP%], [_nghost-%COMP%] .security-details[_ngcontent-%COMP%] {\n margin-top: 20px; }\n\ntable.details[_ngcontent-%COMP%] th[_ngcontent-%COMP%], table.details[_ngcontent-%COMP%] td[_ngcontent-%COMP%] {\n font-weight: bold;\n width: 200px;\n max-width: 50%; }\n\ntable.details[_ngcontent-%COMP%] th[_ngcontent-%COMP%] {\n text-align: left;\n padding: 6px;\n text-transform: capitalize;\n font-weight: normal; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===R&&(R=t.createRenderComponentType("",0,v.ViewEncapsulation.None,[],{})),new N(t,e,n)}function i(t,e,n){return null===j&&(j=t.createRenderComponentType("",0,v.ViewEncapsulation.Emulated,M,{})),new D(t,e,n)}function o(t,e,n){return new L(t,e,n)}function s(t,e,n){return new V(t,e,n)}function a(t,e,n){return new F(t,e,n)}function c(t,e,n){return new B(t,e,n)}function u(t,e,n){return new U(t,e,n)}function l(t,e,n){return new z(t,e,n)}function h(t,e,n){return new H(t,e,n)}var p=n(225),f=n(20),_=n(13),d=n(8),g=n(12),m=n(9),y=n(21),v=n(16),b=n(15),w=n(473),x=n(57),C=n(81),E=n(24),I=n(34),S=n(55),T=n(46),k=n(40),O=n(32),A=n(38),P=function(){function t(t){this.changed=!1,this.context=new p.SecurityDefinitions(t)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_SecurityDefinitions=P;var R=null,N=function(t){function e(n,r,i){t.call(this,e,R,g.ViewType.HOST,n,r,i,m.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=d.selectOrCreateRenderHostElement(this.renderer,"security-definitions",d.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._SecurityDefinitions_0_4=new P(this.parentInjector.get(y.SpecManager)),this._appEl_0.initComponent(this._SecurityDefinitions_0_4.context,[],e),e.create(this._SecurityDefinitions_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===p.SecurityDefinitions&&0===e?this._SecurityDefinitions_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._SecurityDefinitions_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._SecurityDefinitions_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(f.AppView);e.SecurityDefinitionsNgFactory=new b.ComponentFactory("security-definitions",r,p.SecurityDefinitions);var M=[w.styles],j=null,D=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.COMPONENT,n,r,i,m.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new _.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new E.TemplateRef_(this._appEl_0,o),this._NgFor_0_6=new x.Wrapper_NgFor(this._appEl_0.vcRef,this._TemplateRef_0_5,this.parentInjector.get(I.IterableDiffers),this.ref),this._text_1=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new C.MarkedPipe(this.parentInjector.get(S.DomSanitizer)),this._pipe_keys_1=new C.KeysPipe,this.init([],[this._anchor_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&0===e?this._TemplateRef_0_5:t===T.NgFor&&0===e?this._NgFor_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.defs;this._NgFor_0_6.check_ngForOf(e,t,!1),this._NgFor_0_6.detectChangesInInputProps(this,this._anchor_0,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(f.AppView);e.viewFactory_SecurityDefinitions0=i;var L=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_37=m.UNINITIALIZED,this._expr_38=m.UNINITIALIZED,this._expr_39=m.UNINITIALIZED,this._expr_40=m.UNINITIALIZED,this._expr_42=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"div",new d.InlineArray2(2,"class","security-definition"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"h2",new d.InlineArray2(2,"class","sharable-header"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=d.createRenderElement(this.renderer,this._el_2,"a",new d.InlineArray2(2,"class","share-link"),null),this._text_5=this.renderer.createText(this._el_2,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._el_7=d.createRenderElement(this.renderer,this._el_0,"div",d.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_0,"\n ",null),this._el_9=d.createRenderElement(this.renderer,this._el_0,"table",new d.InlineArray2(2,"class","security-details"),null),this._text_10=this.renderer.createText(this._el_9,"\n ",null),this._el_11=d.createRenderElement(this.renderer,this._el_9,"tbody",d.EMPTY_INLINE_ARRAY,null),this._el_12=d.createRenderElement(this.renderer,this._el_11,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_13=this.renderer.createText(this._el_12,"\n ",null),this._el_14=d.createRenderElement(this.renderer,this._el_12,"th",d.EMPTY_INLINE_ARRAY,null),this._text_15=this.renderer.createText(this._el_14," Security scheme type: ",null),this._text_16=this.renderer.createText(this._el_12,"\n ",null),this._el_17=d.createRenderElement(this.renderer,this._el_12,"td",d.EMPTY_INLINE_ARRAY,null),this._text_18=this.renderer.createText(this._el_17,"",null),this._text_19=this.renderer.createText(this._el_12,"\n ",null),this._text_20=this.renderer.createText(this._el_11,"\n ",null),this._anchor_21=this.renderer.createTemplateAnchor(this._el_11,null),this._appEl_21=new _.AppElement(21,11,this,this._anchor_21),this._TemplateRef_21_5=new E.TemplateRef_(this._appEl_21,s),this._NgIf_21_6=new k.Wrapper_NgIf(this._appEl_21.vcRef,this._TemplateRef_21_5),this._text_22=this.renderer.createText(this._el_11,"\n ",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_11,null),this._appEl_23=new _.AppElement(23,11,this,this._anchor_23),this._TemplateRef_23_5=new E.TemplateRef_(this._appEl_23,a),this._NgIf_23_6=new k.Wrapper_NgIf(this._appEl_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_11,"\n ",null),this._text_25=this.renderer.createText(this._el_0,"\n ",null),this._anchor_26=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_26=new _.AppElement(26,0,this,this._anchor_26),this._TemplateRef_26_5=new E.TemplateRef_(this._appEl_26,l),this._NgIf_26_6=new k.Wrapper_NgIf(this._appEl_26.vcRef,this._TemplateRef_26_5),this._text_27=this.renderer.createText(this._el_0,"\n",null),this._pipe_marked_0_0=d.pureProxy1(this.parent._pipe_marked_0.transform.bind(this.parent._pipe_marked_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._el_11,this._el_12,this._text_13,this._el_14,this._text_15,this._text_16,this._el_17,this._text_18,this._text_19,this._text_20,this._anchor_21,this._text_22,this._anchor_23,this._text_24,this._text_25,this._anchor_26,this._text_27],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&21===e?this._TemplateRef_21_5:t===O.NgIf&&21===e?this._NgIf_21_6.context:t===E.TemplateRef&&23===e?this._TemplateRef_23_5:t===O.NgIf&&23===e?this._NgIf_23_6.context:t===E.TemplateRef&&26===e?this._TemplateRef_26_5:t===O.NgIf&&26===e?this._NgIf_26_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new m.ValueUnwrapper,n="apiKey"===this.context.$implicit.details.type;this._NgIf_21_6.check_ngIf(n,t,!1),this._NgIf_21_6.detectChangesInInputProps(this,this._anchor_21,t);var r="oauth2"===this.context.$implicit.details.type;this._NgIf_23_6.check_ngIf(r,t,!1),this._NgIf_23_6.detectChangesInInputProps(this,this._anchor_23,t);var i="oauth2"===this.context.$implicit.details.type;this._NgIf_26_6.check_ngIf(i,t,!1),this._NgIf_26_6.detectChangesInInputProps(this,this._anchor_26,t),this.detectContentChildrenChanges(t);var o=d.interpolate(1,"section/Authentication/",this.context.$implicit.name,"");d.checkBinding(t,this._expr_37,o)&&(this.renderer.setElementAttribute(this._el_2,"section",null==o?null:o.toString()),this._expr_37=o);var s=d.interpolate(1,"#section/Authentication/",this.context.$implicit.name,"");d.checkBinding(t,this._expr_38,s)&&(this.renderer.setElementProperty(this._el_4,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,s)), +this._expr_38=s);var a=d.interpolate(1,"",this.context.$implicit.name,"");d.checkBinding(t,this._expr_39,a)&&(this.renderer.setText(this._text_5,a),this._expr_39=a),e.reset();var c=e.unwrap(d.castByValue(this._pipe_marked_0_0,this.parent._pipe_marked_0.transform)(this.context.$implicit.details.description));(e.hasWrappedValue||d.checkBinding(t,this._expr_40,c))&&(this.renderer.setElementProperty(this._el_7,"innerHTML",this.viewUtils.sanitizer.sanitize(A.SecurityContext.HTML,c)),this._expr_40=c);var u=d.interpolate(1," ",this.context.$implicit.details._displayType," ");d.checkBinding(t,this._expr_42,u)&&(this.renderer.setText(this._text_18,u),this._expr_42=u),this.detectViewChildrenChanges(t)},e}(f.AppView),V=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_8=m.UNINITIALIZED,this._expr_9=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"th",d.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=d.createRenderElement(this.renderer,this._el_0,"td",d.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=d.interpolate(1," ",this.parent.context.$implicit.details.in," parameter name:");d.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_3,e),this._expr_8=e);var n=d.interpolate(1," ",this.parent.context.$implicit.details.name," ");d.checkBinding(t,this._expr_9,n)&&(this.renderer.setText(this._text_6,n),this._expr_9=n),this.detectViewChildrenChanges(t)},e}(f.AppView),F=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_20=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=d.createRenderElement(this.renderer,this._el_1,"th",d.EMPTY_INLINE_ARRAY,null),this._text_4=this.renderer.createText(this._el_3," OAuth2 Flow",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._el_6=d.createRenderElement(this.renderer,this._el_1,"td",d.EMPTY_INLINE_ARRAY,null),this._text_7=this.renderer.createText(this._el_6,"",null),this._text_8=this.renderer.createText(this._el_1,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(null,null),this._appEl_10=new _.AppElement(10,null,this,this._anchor_10),this._TemplateRef_10_5=new E.TemplateRef_(this._appEl_10,c),this._NgIf_10_6=new k.Wrapper_NgIf(this._appEl_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(null,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(null,null),this._appEl_12=new _.AppElement(12,null,this,this._anchor_12),this._TemplateRef_12_5=new E.TemplateRef_(this._appEl_12,u),this._NgIf_12_6=new k.Wrapper_NgIf(this._appEl_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_9,this._appEl_10,this._text_11,this._appEl_12,this._text_13]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&10===e?this._TemplateRef_10_5:t===O.NgIf&&10===e?this._NgIf_10_6.context:t===E.TemplateRef&&12===e?this._TemplateRef_12_5:t===O.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e="implicit"===this.parent.context.$implicit.details.flow||"accessCode"===this.parent.context.$implicit.details.flow;this._NgIf_10_6.check_ngIf(e,t,!1),this._NgIf_10_6.detectChangesInInputProps(this,this._anchor_10,t);var n="implicit"!==this.parent.context.$implicit.details.flow;this._NgIf_12_6.check_ngIf(n,t,!1),this._NgIf_12_6.detectChangesInInputProps(this,this._anchor_12,t),this.detectContentChildrenChanges(t);var r=d.interpolate(1," ",this.parent.context.$implicit.details.flow," ");d.checkBinding(t,this._expr_20,r)&&(this.renderer.setText(this._text_7,r),this._expr_20=r),this.detectViewChildrenChanges(t)},e}(f.AppView),B=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_8=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"th",d.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2," Authorization URL ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=d.createRenderElement(this.renderer,this._el_0,"td",d.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=d.interpolate(1," ",this.parent.parent.context.$implicit.details.authorizationUrl," ");d.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e),this.detectViewChildrenChanges(t)},e}(f.AppView),U=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_8=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"th",d.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2," Token URL ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=d.createRenderElement(this.renderer,this._el_0,"td",d.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=d.interpolate(1," ",this.parent.parent.context.$implicit.details.tokenUrl," ");d.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e),this.detectViewChildrenChanges(t)},e}(f.AppView),z=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=d.createRenderElement(this.renderer,null,"h3",d.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1," OAuth2 Scopes ",null),this._text_3=this.renderer.createText(null,"\n ",null),this._el_4=d.createRenderElement(this.renderer,null,"table",new d.InlineArray2(2,"class","security-scopes-details"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=d.createRenderElement(this.renderer,this._el_4,"tbody",d.EMPTY_INLINE_ARRAY,null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_6,null),this._appEl_7=new _.AppElement(7,6,this,this._anchor_7),this._TemplateRef_7_5=new E.TemplateRef_(this._appEl_7,h),this._NgFor_7_6=new x.Wrapper_NgFor(this._appEl_7.vcRef,this._TemplateRef_7_5,this.parent.parentInjector.get(I.IterableDiffers),this.parent.parent.ref),this._text_8=this.renderer.createText(this._el_6,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this._pipe_keys_1_0=d.pureProxy1(this.parent.parent._pipe_keys_1.transform.bind(this.parent.parent._pipe_keys_1)),this.init([].concat([this._text_0,this._el_1,this._text_3,this._el_4,this._text_9]),[this._text_0,this._el_1,this._text_2,this._text_3,this._el_4,this._text_5,this._el_6,this._anchor_7,this._text_8,this._text_9],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&7===e?this._TemplateRef_7_5:t===T.NgFor&&7===e?this._NgFor_7_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new m.ValueUnwrapper;e.reset();var n=e.unwrap(d.castByValue(this._pipe_keys_1_0,this.parent.parent._pipe_keys_1.transform)(this.parent.context.$implicit.details.scopes));this._NgFor_7_6.check_ngForOf(n,t,e.hasWrappedValue),this._NgFor_7_6.detectChangesInInputProps(this,this._anchor_7,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(f.AppView),H=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_8=m.UNINITIALIZED,this._expr_9=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"th",d.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=d.createRenderElement(this.renderer,this._el_0,"td",d.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=d.interpolate(1," ",this.context.$implicit," ");d.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_3,e),this._expr_8=e);var n=d.interpolate(1," ",this.parent.parent.context.$implicit.details.scopes[this.context.$implicit]," ");d.checkBinding(t,this._expr_9,n)&&(this.renderer.setText(this._text_6,n),this._expr_9=n),this.detectViewChildrenChanges(t)},e}(f.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n box-sizing: border-box; }\n\n.menu-header[_ngcontent-%COMP%] {\n text-transform: uppercase;\n color: #0033a0;\n padding: 0 20px;\n margin: 10px 0; }\n\n.menu-cat-header[_ngcontent-%COMP%] {\n font-size: 0.929em;\n font-family: Montserrat, sans-serif;\n font-weight: 300;\n cursor: pointer;\n color: rgba(38, 50, 56, 0.6);\n text-transform: uppercase;\n background-color: #fafafa;\n -webkit-transition: all .15s ease-in-out;\n -moz-transition: all .15s ease-in-out;\n -ms-transition: all .15s ease-in-out;\n -o-transition: all .15s ease-in-out;\n transition: all .15s ease-in-out;\n display: block;\n padding: 12.5px 20px; }\n .menu-cat-header[_ngcontent-%COMP%]:hover, .menu-cat-header.active[_ngcontent-%COMP%] {\n color: #0033a0;\n background-color: #f0f0f0; }\n .menu-cat-header[hidden][_ngcontent-%COMP%] {\n display: none; }\n .menu-cat-header.disabled[_ngcontent-%COMP%], .menu-cat-header.disabled[_ngcontent-%COMP%]:hover {\n cursor: default;\n color: #bdccd3; }\n\n.menu-subitems[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 0.929em;\n line-height: 1.2em;\n font-weight: 300;\n color: rgba(38, 50, 56, 0.9);\n padding: 0;\n overflow: hidden; }\n .menu-subitems.active[_ngcontent-%COMP%] {\n height: auto; }\n .menu-subitems[_ngcontent-%COMP%] li[_ngcontent-%COMP%] {\n -webkit-transition: all .15s ease-in-out;\n -moz-transition: all .15s ease-in-out;\n -ms-transition: all .15s ease-in-out;\n -o-transition: all .15s ease-in-out;\n transition: all .15s ease-in-out;\n list-style: none inside none;\n cursor: pointer;\n background-color: #f0f0f0;\n padding: 10px 40px;\n padding-left: 40px;\n overflow: hidden;\n text-overflow: ellipsis; }\n .menu-subitems[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover, .menu-subitems[_ngcontent-%COMP%] li.active[_ngcontent-%COMP%] {\n background: #e1e1e1; }\n .menu-subitems.disabled[_ngcontent-%COMP%], .menu-subitems.disabled[_ngcontent-%COMP%]:hover {\n cursor: default;\n color: #bdccd3; }\n\n.mobile-nav[_ngcontent-%COMP%] {\n display: none;\n height: 3em;\n line-height: 3em;\n box-sizing: border-box;\n border-bottom: 1px solid #ccc;\n cursor: pointer; }\n .mobile-nav[_ngcontent-%COMP%]:after {\n content: "";\n display: inline-block;\n width: 3em;\n height: 3em;\n background: url(\'data:image/svg+xml;utf8,\');\n background-size: 70%;\n background-repeat: no-repeat;\n background-position: center;\n float: right;\n vertical-align: middle; }\n .mobile-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n padding: 0 10px 0 20px;\n font-size: 0.95em; }\n @media (max-width: 550px) {\n .mobile-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n display: none; } }\n\n@media (max-width: 1000px) {\n .mobile-nav[_ngcontent-%COMP%] {\n display: block; }\n #resources-nav[_ngcontent-%COMP%] {\n height: 0;\n overflow-y: auto;\n transition: all 0.3s ease; }\n #resources-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n display: none; }\n .menu-subitems[_ngcontent-%COMP%] {\n height: auto; } }\n\n.selected-tag[_ngcontent-%COMP%] {\n text-transform: capitalize; }\n\n.selected-endpoint[_ngcontent-%COMP%]:before {\n content: "/";\n padding: 0 2px;\n color: #ccc; }\n\n.selected-endpoint[_ngcontent-%COMP%]:empty:before {\n display: none; }\n\n.selected-item-info[_ngcontent-%COMP%] {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n box-sizing: border-box;\n max-width: 350px; }\n @media (max-width: 550px) {\n .selected-item-info[_ngcontent-%COMP%] {\n display: inline-block;\n padding: 0 20px;\n max-width: 80%;\n max-width: calc(100% - 4em); } }']},function(t,e,n){"use strict";function r(t,e,n){return null===L&&(L=t.createRenderComponentType("",0,b.ViewEncapsulation.None,[],{})),new V(t,e,n)}function i(t,e,n,r){t.animationContext.cancelActiveAnimation(e,"itemAnimation","void"==r);var i={},o=null,s=0,a=B["*"],c=B[n];null==c&&(c=a);var u=B[r];return null==u&&(u=a),E.renderStyles(e,t.renderer,E.clearStyles(c)),null==o&&("collapsed"==n&&"expanded"==r||"expanded"==n&&"collapsed"==r)&&(o=new I.AnimationSequencePlayer([t.renderer.animate(e,new S.AnimationStyles(E.collectAndResolveStyles(i,[c])),E.balanceAnimationKeyframes(i,u,[new T.AnimationKeyframe(0,new S.AnimationStyles(E.collectAndResolveStyles(i,[{}]))),new T.AnimationKeyframe(1,new S.AnimationStyles(E.collectAndResolveStyles(i,[{}])))]),200,0,"ease")]),s=200),null==o&&(o=new k.NoOpAnimationPlayer),o.onDone(function(){E.renderStyles(e,t.renderer,E.prepareFinalAnimationStyles(c,u))}),t.animationContext.queueAnimation(e,"itemAnimation",o),new C.AnimationTransition(o,n,r,s)}function o(t,e,n){return null===U&&(U=t.createRenderComponentType("",0,b.ViewEncapsulation.Emulated,F,{itemAnimation:i})),new z(t,e,n)}function s(t,e,n){return new H(t,e,n)}function a(t,e,n){return new q(t,e,n)}var c=n(226),u=n(20),l=n(13),h=n(8),p=n(12),f=n(9),_=n(21),d=n(28),g=n(68),m=n(162),y=n(122),v=n(35),b=n(16),w=n(15),x=n(475),C=n(282),E=n(280),I=n(279),S=n(281),T=n(277),k=n(143),O=n(57),A=n(24),P=n(34),R=n(46),N=n(107),M=n(60),j=n(75),D=function(){function t(t,e,n,r,i,o,s){this.changed=!1,this.context=new c.SideMenu(t,e,n,r,i,o,s)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_SideMenu=D;var L=null,V=function(t){function e(n,r,i){t.call(this,e,L,p.ViewType.HOST,n,r,i,f.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.selectOrCreateRenderHostElement(this.renderer,"side-menu",h.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new l.AppElement(0,null,this,this._el_0);var e=o(this.viewUtils,this.injector(0),this._appEl_0);return this._SideMenu_0_4=new D(this.parentInjector.get(_.SpecManager),new d.ElementRef(this._el_0),this.parentInjector.get(g.ScrollService),this.parentInjector.get(m.MenuService),this.parentInjector.get(y.Hash),this.parentInjector.get(v.OptionsService),e.ref),this._appEl_0.initComponent(this._SideMenu_0_4.context,[],e),e.create(this._SideMenu_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.SideMenu&&0===e?this._SideMenu_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._SideMenu_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._SideMenu_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(u.AppView);e.SideMenuNgFactory=new w.ComponentFactory("side-menu",r,c.SideMenu);var F=[x.styles],B={collapsed:{height:"0px"},void:{height:"0px"},expanded:{height:"*"},"*":{}},U=null,z=function(t){function e(n,r,i){t.call(this,e,U,p.ViewType.COMPONENT,n,r,i,f.ChangeDetectorStatus.CheckAlways),this._expr_26=f.UNINITIALIZED,this._expr_27=f.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);this._el_0=h.createRenderElement(this.renderer,e,"div",new h.InlineArray2(2,"class","mobile-nav"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=h.createRenderElement(this.renderer,this._el_0,"span",new h.InlineArray2(2,"class","menu-header"),null),this._text_3=this.renderer.createText(this._el_2," API Reference: ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=h.createRenderElement(this.renderer,this._el_0,"span",new h.InlineArray2(2,"class","selected-item-info"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=h.createRenderElement(this.renderer,this._el_5,"span",new h.InlineArray2(2,"class","selected-tag"),null),this._text_8=this.renderer.createText(this._el_7,"",null),this._text_9=this.renderer.createText(this._el_5,"\n ",null),this._el_10=h.createRenderElement(this.renderer,this._el_5,"span",new h.InlineArray2(2,"class","selected-endpoint"),null),this._text_11=this.renderer.createText(this._el_10,"",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._text_13=this.renderer.createText(this._el_0,"\n",null),this._text_14=this.renderer.createText(e,"\n",null),this._el_15=h.createRenderElement(this.renderer,e,"div",new h.InlineArray2(2,"id","resources-nav"),null),this._text_16=this.renderer.createText(this._el_15,"\n ",null),this._el_17=h.createRenderElement(this.renderer,this._el_15,"h5",new h.InlineArray2(2,"class","menu-header"),null),this._text_18=this.renderer.createText(this._el_17," API reference ",null),this._text_19=this.renderer.createText(this._el_15,"\n ",null),this._anchor_20=this.renderer.createTemplateAnchor(this._el_15,null),this._appEl_20=new l.AppElement(20,15,this,this._anchor_20),this._TemplateRef_20_5=new A.TemplateRef_(this._appEl_20,s),this._NgFor_20_6=new O.Wrapper_NgFor(this._appEl_20.vcRef,this._TemplateRef_20_5,this.parentInjector.get(P.IterableDiffers),this.ref),this._text_21=this.renderer.createText(this._el_15,"\n",null),this._text_22=this.renderer.createText(e,"\n",null);var n=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([],[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._text_9,this._el_10,this._text_11,this._text_12,this._text_13,this._text_14,this._el_15,this._text_16,this._el_17,this._text_18,this._text_19,this._anchor_20,this._text_21,this._text_22],[n],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&20===e?this._TemplateRef_20_5:t===R.NgFor&&20===e?this._NgFor_20_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.categories;this._NgFor_20_6.check_ngForOf(e,t,!1),this._NgFor_20_6.detectChangesInInputProps(this,this._anchor_20,t),this.detectContentChildrenChanges(t);var n=h.interpolate(1," ",this.context.activeCatCaption," ");h.checkBinding(t,this._expr_26,n)&&(this.renderer.setText(this._text_8,n),this._expr_26=n);var r=h.interpolate(1,"",this.context.activeItemCaption,"");h.checkBinding(t,this._expr_27,r)&&(this.renderer.setText(this._text_11,r),this._expr_27=r),this.detectViewChildrenChanges(t)},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.context.toggleMobileNav()!==!1;return e},e}(u.AppView);e.viewFactory_SideMenu0=o;var H=function(t){function e(n,r,i){t.call(this,e,U,p.ViewType.EMBEDDED,n,r,i,f.ChangeDetectorStatus.CheckAlways),this._expr_14=f.UNINITIALIZED,this._map_15=h.pureProxy2(function(t,e){return{active:t,disabled:e}}),this._expr_16=f.UNINITIALIZED,this._expr_17=f.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","menu-cat"),null),this._text_1=this.renderer.createText(this._el_0,"\n\n ",null),this._el_2=h.createRenderElement(this.renderer,this._el_0,"label",new h.InlineArray2(2,"class","menu-cat-header"),null),this._NgClass_2_3=new N.Wrapper_NgClass(this.parent.parentInjector.get(P.IterableDiffers),this.parent.parentInjector.get(M.KeyValueDiffers),new d.ElementRef(this._el_2),this.renderer),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=h.createRenderElement(this.renderer,this._el_0,"ul",new h.InlineArray2(2,"class","menu-subitems"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_5,null),this._appEl_7=new l.AppElement(7,5,this,this._anchor_7),this._TemplateRef_7_5=new A.TemplateRef_(this._appEl_7,a),this._NgFor_7_6=new O.Wrapper_NgFor(this._appEl_7.vcRef,this._TemplateRef_7_5,this.parent.parentInjector.get(P.IterableDiffers),this.parent.ref),this._text_8=this.renderer.createText(this._el_5,"\n ",null),this._text_9=this.renderer.createText(this._el_0,"\n\n ",null);var e=this.renderer.listen(this._el_2,"click",this.eventHandler(this._handle_click_2_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._anchor_7,this._text_8,this._text_9],[e],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===j.NgClass&&2<=e&&e<=3?this._NgClass_2_3.context:t===A.TemplateRef&&7===e?this._TemplateRef_7_5:t===R.NgFor&&7===e?this._NgFor_7_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.active?"expanded":"collapsed";if(h.checkBinding(t,this._expr_17,e)){this.componentType.animations.itemAnimation(this,this._el_5,this._expr_17==f.UNINITIALIZED?"void":this._expr_17,e==f.UNINITIALIZED?"void":e);this._expr_17=e}var n="menu-cat-header";this._NgClass_2_3.check_klass(n,t,!1);var r=this._map_15(this.context.$implicit.active,!this.context.$implicit.ready);this._NgClass_2_3.check_ngClass(r,t,!1),this._NgClass_2_3.detectChangesInInputProps(this,this._el_2,t);var i=this.context.$implicit.methods;this._NgFor_7_6.check_ngForOf(i,t,!1);var o=this.parent.context.summary;this._NgFor_7_6.check_ngForTrackBy(o,t,!1),this._NgFor_7_6.detectChangesInInputProps(this,this._anchor_7,t),this.detectContentChildrenChanges(t);var s=this.context.$implicit.headless;h.checkBinding(t,this._expr_14,s)&&(this.renderer.setElementProperty(this._el_2,"hidden",s),this._expr_14=s),this._NgClass_2_3.detectChangesInHostProps(this,this._el_2,t);var a=h.interpolate(1," ",this.context.$implicit.name,"");h.checkBinding(t,this._expr_16,a)&&(this.renderer.setText(this._text_3,a),this._expr_16=a),this.detectViewChildrenChanges(t)},e.prototype.detachInternal=function(){this.componentType.animations.itemAnimation(this,this._el_5,this._expr_17,"void")},e.prototype._handle_click_2_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.activateAndScroll(this.context.index,-1)!==!1;return e},e}(u.AppView),q=function(t){function e(n,r,i){t.call(this,e,U,p.ViewType.EMBEDDED,n,r,i,f.ChangeDetectorStatus.CheckAlways),this._map_3=h.pureProxy2(function(t,e){return{active:t,disabled:e}}),this._expr_4=f.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.createRenderElement(this.renderer,null,"li",h.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new N.Wrapper_NgClass(this.parent.parent.parentInjector.get(P.IterableDiffers),this.parent.parent.parentInjector.get(M.KeyValueDiffers),new d.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1],[e],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===j.NgClass&&0<=e&&e<=1?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this._map_3(this.context.$implicit.active,!this.context.$implicit.ready);this._NgClass_0_3.check_ngClass(e,t,!1),this._NgClass_0_3.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._NgClass_0_3.detectChangesInHostProps(this,this._el_0,t);var n=h.interpolate(1,"\n ",this.context.$implicit.summary,"\n ");h.checkBinding(t,this._expr_4,n)&&(this.renderer.setText(this._text_1,n),this._expr_4=n),this.detectViewChildrenChanges(t)},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.parent.context.activateAndScroll(this.parent.context.index,this.context.index)!==!1;return e},e}(u.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n width: 60%;\n display: block; }\n\n.message[_ngcontent-%COMP%] {\n padding: 5px 40px;\n background-color: #fcf8e3;\n color: #8a6d3b; }\n .message[_ngcontent-%COMP%]:before {\n content: "Warning: ";\n font-weight: bold; }\n\n.warnings-close[_ngcontent-%COMP%] {\n font-size: 150%;\n color: black;\n opacity: 0.4;\n float: right;\n margin: 5px 20px 0 0;\n font-weight: bold;\n cursor: pointer; }\n .warnings-close[_ngcontent-%COMP%]:hover {\n opacity: 0.8; }\n\np[_ngcontent-%COMP%] {\n display: inline; }']},function(t,e,n){"use strict";function r(t,e,n){return null===I&&(I=t.createRenderComponentType("",0,d.ViewEncapsulation.None,[],{})),new S(t,e,n)}function i(t,e,n){return null===k&&(k=t.createRenderComponentType("",0,d.ViewEncapsulation.Emulated,T,{})),new O(t,e,n)}function o(t,e,n){return new A(t,e,n)}function s(t,e,n){return new P(t,e,n)}var a=n(227),c=n(20),u=n(13),l=n(8),h=n(12),p=n(9),f=n(21),_=n(35),d=n(16),g=n(15),m=n(477),y=n(40),v=n(24),b=n(32),w=n(57),x=n(34),C=n(46),E=function(){function t(t,e){this.changed=!1,this.context=new a.Warnings(t,e)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Warnings=E;var I=null,S=function(t){function e(n,r,i){t.call(this,e,I,h.ViewType.HOST,n,r,i,p.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"warnings",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new u.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Warnings_0_4=new E(this.parentInjector.get(f.SpecManager),this.parentInjector.get(_.OptionsService)),this._appEl_0.initComponent(this._Warnings_0_4.context,[],e),e.create(this._Warnings_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===a.Warnings&&0===e?this._Warnings_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Warnings_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._Warnings_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(c.AppView);e.WarningsNgFactory=new g.ComponentFactory("warnings",r,a.Warnings);var T=[m.styles],k=null,O=function(t){function e(n,r,i){t.call(this,e,k,h.ViewType.COMPONENT,n,r,i,p.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new u.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new v.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new y.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this.init([],[this._anchor_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&0===e?this._TemplateRef_0_5:t===b.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.shown;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(c.AppView);e.viewFactory_Warnings0=i;var A=function(t){function e(n,r,i){t.call(this,e,k,h.ViewType.EMBEDDED,n,r,i,p.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"div",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=l.createRenderElement(this.renderer,this._el_0,"a",new l.InlineArray2(2,"class","warnings-close"),null),this._text_3=this.renderer.createText(this._el_2,"×",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_5=new u.AppElement(5,0,this,this._anchor_5),this._TemplateRef_5_5=new v.TemplateRef_(this._appEl_5,s),this._NgFor_5_6=new w.Wrapper_NgFor(this._appEl_5.vcRef,this._TemplateRef_5_5,this.parentInjector.get(x.IterableDiffers),this.parent.ref),this._text_6=this.renderer.createText(this._el_0,"\n",null);var e=this.renderer.listen(this._el_2,"click",this.eventHandler(this._handle_click_2_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._anchor_5,this._text_6],[e],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&5===e?this._TemplateRef_5_5:t===C.NgFor&&5===e?this._NgFor_5_6.context:n; +},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.warnings;this._NgFor_5_6.check_ngForOf(e,t,!1),this._NgFor_5_6.detectChangesInInputProps(this,this._anchor_5,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e.prototype._handle_click_2_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.close()!==!1;return e},e}(c.AppView),P=function(t){function e(n,r,i){t.call(this,e,k,h.ViewType.EMBEDDED,n,r,i,p.ChangeDetectorStatus.CheckAlways),this._expr_2=p.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=l.createRenderElement(this.renderer,null,"div",new l.InlineArray2(2,"class","message"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=l.interpolate(1,"",this.context.$implicit,"");l.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(c.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] .dk-select {\n max-width: 100%;\n font-family: Montserrat, sans-serif;\n font-size: .929em;\n min-width: 100px;\n width: auto; }\n\n[_nghost-%COMP%] .dk-selected:after {\n display: none; }\n\n[_nghost-%COMP%] .dk-selected {\n color: #263238;\n border-color: rgba(38, 50, 56, 0.5);\n padding: 0.15em 1.5em 0.2em 0.5em;\n border-radius: 2px; }\n\n[_nghost-%COMP%] .dk-select-open-down .dk-selected, [_nghost-%COMP%] .dk-selected:focus, [_nghost-%COMP%] .dk-selected:hover {\n border-color: #0033a0;\n color: #0033a0; }\n\n[_nghost-%COMP%] .dk-selected:before {\n border-top-color: #263238;\n border-width: .35em .35em 0; }\n\n[_nghost-%COMP%] .dk-select-open-down .dk-selected:before, [_nghost-%COMP%] .dk-select-open-up .dk-selected:before {\n border-bottom-color: #0033a0; }\n\n[_nghost-%COMP%] .dk-select-multi:focus .dk-select-options, [_nghost-%COMP%] .dk-select-open-down .dk-select-options, [_nghost-%COMP%] .dk-select-open-up .dk-select-options {\n border-color: rgba(38, 50, 56, 0.2); }\n\n[_nghost-%COMP%] .dk-select-options .dk-option-highlight {\n background: #ffffff; }\n\n[_nghost-%COMP%] .dk-select-options {\n margin-top: 0.2em;\n padding: 0;\n border-radius: 2px;\n box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;\n right: auto;\n min-width: 100%; }\n\n[_nghost-%COMP%] .dk-option {\n color: #263238;\n padding: 0.16em 0.6em 0.2em 0.5em; }\n [_nghost-%COMP%] .dk-option:hover {\n background-color: rgba(38, 50, 56, 0.12); }\n [_nghost-%COMP%] .dk-option:focus {\n background-color: rgba(38, 50, 56, 0.12); }\n\n[_nghost-%COMP%] .dk-option-selected {\n background-color: rgba(0, 0, 0, 0.05) !important; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===g&&(g=t.createRenderComponentType("",0,p.ViewEncapsulation.None,[],{})),new m(t,e,n)}function i(t,e,n){return null===v&&(v=t.createRenderComponentType("",1,p.ViewEncapsulation.Emulated,y,{})),new b(t,e,n)}var o=n(228),s=n(20),a=n(13),c=n(8),u=n(12),l=n(9),h=n(28),p=n(16),f=n(15),_=n(479),d=function(){function t(t){this.changed=!1,this.context=new o.DropDown(t)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_DropDown=d;var g=null,m=function(t){function e(n,r,i){t.call(this,e,g,u.ViewType.HOST,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=c.selectOrCreateRenderHostElement(this.renderer,"drop-down",c.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new a.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._DropDown_0_4=new d(new h.ElementRef(this._el_0)),this._appEl_0.initComponent(this._DropDown_0_4.context,[],e),e.create(this._DropDown_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===o.DropDown&&0===e?this._DropDown_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._DropDown_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),t||0===this.numberOfChecks&&this._DropDown_0_4.context.ngAfterContentInit(),this._DropDown_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(s.AppView);e.DropDownNgFactory=new f.ComponentFactory("drop-down",r,o.DropDown);var y=[_.styles],v=null,b=function(t){function e(n,r,i){t.call(this,e,v,u.ViewType.COMPONENT,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=c.createRenderElement(this.renderer,e,"select",c.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this.renderer.projectNodes(this._el_1,c.flattenNestedViewRenderNodes(this.projectableNodes[0])),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._text_4=this.renderer.createText(e,"\n ",null);var n=this.renderer.listen(this._el_1,"change",this.eventHandler(this._handle_change_1_0.bind(this)));return this.init([],[this._text_0,this._el_1,this._text_2,this._text_3,this._text_4],[n],[]),null},e.prototype._handle_change_1_0=function(t){this.markPathToRootAsCheckOnce();var e=this.context.onChange(t.target.value)!==!1;return e},e}(s.AppView);e.viewFactory_DropDown0=i},function(t,e,n){"use strict";var r=n(78),i=n(9),o=n(8),s=function(){function t(t,e,n,o,s){this.changed=!1,this.context=new r.LazyFor(t,e,n,o,s),this._expr_0=i.UNINITIALIZED}return t.prototype.check_lazyForOf=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.lazyForOf=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_LazyFor=s},function(t,e,n){"use strict";var r=n(230),i=function(){function t(t){this.changed=!1,this.context=new r.SelectOnClick(t)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_SelectOnClick=i},function(t,e,n){"use strict";var r=n(231),i=n(9),o=n(8),s=function(){function t(t){this.changed=!1,this.context=new r.StickySidebar(t),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED}return t.prototype.check_scrollParent=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.scrollParent=t,this._expr_0=t)},t.prototype.check_scrollYOffset=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.scrollYOffset=t,this._expr_1=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_StickySidebar=s},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block; }\n\nul[_ngcontent-%COMP%] {\n display: block;\n margin: 0;\n padding: 0; }\n\nli[_ngcontent-%COMP%] {\n list-style: none;\n display: inline-block;\n cursor: pointer; }\n\n.tab-success[_ngcontent-%COMP%]:before, .tab-error[_ngcontent-%COMP%]:before, .tab-redirect[_ngcontent-%COMP%]:before, .tab-info[_ngcontent-%COMP%]:before {\n content: "";\n display: inline-block;\n position: relative;\n top: -2px;\n height: 4px;\n width: 4px;\n border-radius: 50%;\n margin-right: 0.5em; }\n\n.tab-success[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #00aa13;\n background-color: #00aa13; }\n\n.tab-error[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #e53935;\n background-color: #e53935; }\n\n.tab-redirect[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #f1c400;\n background-color: #f1c400; }\n\n.tab-info[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #0033a0;\n background-color: #0033a0; }']},function(t,e){"use strict";e.styles=['@charset "UTF-8";\n[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\n.zippy-title[_ngcontent-%COMP%] {\n padding: 10px;\n border-radius: 2px;\n margin-bottom: 4px;\n line-height: 1.5em;\n background-color: #f2f2f2;\n cursor: pointer; }\n .zippy-success[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #00aa13;\n background-color: rgba(0, 170, 19, 0.08); }\n .zippy-error[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #e53935;\n background-color: rgba(229, 57, 53, 0.06); }\n .zippy-redirect[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #263238;\n background-color: rgba(38, 50, 56, 0.08); }\n .zippy-info[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #0033a0;\n background-color: rgba(0, 51, 160, 0.08); }\n\n.zippy-indicator[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n height: 1.2em;\n vertical-align: middle;\n transition: all 0.3s ease;\n transform: rotateZ(-180deg); }\n\n.zippy-hidden[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n transform: rotateZ(0); }\n\n.zippy-success[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #00aa13; }\n\n.zippy-error[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #e53935; }\n\n.zippy-redirect[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #263238; }\n\n.zippy-info[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #0033a0; }\n\nspan.zippy-indicator[_ngcontent-%COMP%] {\n width: 1em;\n font-size: 1.2em;\n text-align: center;\n display: inline-block; }\n\n.zippy-content[_ngcontent-%COMP%] {\n padding: 15px 0; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-title[_ngcontent-%COMP%] {\n cursor: default; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-indicator[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n display: none; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-indicator[_ngcontent-%COMP%]:before {\n content: "—";\n font-weight: bold; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-content[_ngcontent-%COMP%] {\n display: none; }\n\n.zippy-hidden[_ngcontent-%COMP%] > .zippy-content[_ngcontent-%COMP%] {\n display: none; }']},function(t,e){"use strict";e.methods=new Set(["get","put","post","delete","options","head","patch"]),e.keywordTypes={multipleOf:"number",maximum:"number",exclusiveMaximum:"number",minimum:"number",exclusiveMinimum:"number",maxLength:"string",minLength:"string",pattern:"string",items:"array",maxItems:"array",minItems:"array",uniqueItems:"array",maxProperties:"object",minProperties:"object",required:"object",additionalProperties:"object",properties:"object"}},function(t,e,n){"use strict";var r=n(193),i=n(9),o=n(8),s=function(){function t(t,e,n){this.changed=!1,this.context=new r.NgStyle(t,e,n),this._expr_0=i.UNINITIALIZED}return t.prototype.check_ngStyle=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.ngStyle=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||this.context.ngDoCheck(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgStyle=s},function(t,e,n){"use strict";var r=n(139),i=n(9),o=n(8),s=function(){function t(){this.changed=!1,this.context=new r.NgSwitch,this._expr_0=i.UNINITIALIZED}return t.prototype.check_ngSwitch=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.ngSwitch=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgSwitch=s;var a=function(){function t(t,e,n){this.changed=!1,this.context=new r.NgSwitchCase(t,e,n),this._expr_0=i.UNINITIALIZED}return t.prototype.check_ngSwitchCase=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.ngSwitchCase=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgSwitchCase=a;var c=function(){function t(t,e,n){this.changed=!1,this.context=new r.NgSwitchDefault(t,e,n)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgSwitchDefault=c},function(t,e){"use strict";function n(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===t[e-2]?2:"="===t[e-1]?1:0}function r(t){return 3*t.length/4-n(t)}function i(t){var e,r,i,o,s,a,c=t.length;s=n(t),a=new l(3*c/4-s),i=s>0?c-4:c;var h=0;for(e=0,r=0;e>16&255,a[h++]=o>>8&255,a[h++]=255&o;return 2===s?(o=u[t.charCodeAt(e)]<<2|u[t.charCodeAt(e+1)]>>4,a[h++]=255&o):1===s&&(o=u[t.charCodeAt(e)]<<10|u[t.charCodeAt(e+1)]<<4|u[t.charCodeAt(e+2)]>>2,a[h++]=o>>8&255,a[h++]=255&o),a}function o(t){return c[t>>18&63]+c[t>>12&63]+c[t>>6&63]+c[63&t]}function s(t,e,n){for(var r,i=[],s=e;sl?l:u+a));return 1===r?(e=t[n-1],i+=c[e>>2],i+=c[e<<4&63],i+="=="):2===r&&(e=(t[n-2]<<8)+t[n-1],i+=c[e>>10],i+=c[e>>4&63],i+=c[e<<2&63],i+="="),o.push(i),o.join("")}e.byteLength=r,e.toByteArray=i,e.fromByteArray=a;for(var c=[],u=[],l="undefined"!=typeof Uint8Array?Uint8Array:Array,h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",p=0,f=h.length;pu;)c.call(t,s=a[u++])&&e.push(s);return e}},function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},function(t,e,n){var r=n(109),i=n(59);t.exports=function(t,e){for(var n,o=i(t),s=r(o),a=s.length,c=0;a>c;)if(o[n=s[c++]]===e)return n}},function(t,e,n){var r=n(95),i=n(170),o=n(7),s=n(14).Reflect;t.exports=s&&s.ownKeys||function(t){var e=r.f(o(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(14),i=n(18),o=n(127),s=n(346),a=n(23).f;t.exports=function(t){var e=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:s.f(t)})}},function(t,e,n){var r=n(1);r(r.P,"Array",{copyWithin:n(322)}),n(124)("copyWithin")},function(t,e,n){"use strict";var r=n(1),i=n(62)(4);r(r.P+r.F*!n(58)([].every,!0),"Array",{every:function(t){return i(this,t,arguments[1])}})},function(t,e,n){var r=n(1);r(r.P,"Array",{fill:n(233)}),n(124)("fill")},function(t,e,n){"use strict";var r=n(1),i=n(62)(2);r(r.P+r.F*!n(58)([].filter,!0),"Array",{filter:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(1),i=n(62)(6),o="findIndex",s=!0;o in[]&&Array(1)[o](function(){s=!1}),r(r.P+r.F*s,"Array",{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),n(124)(o)},function(t,e,n){"use strict";var r=n(1),i=n(62)(5),o="find",s=!0;o in[]&&Array(1)[o](function(){s=!1}),r(r.P+r.F*s,"Array",{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),n(124)(o)},function(t,e,n){"use strict";var r=n(1),i=n(62)(0),o=n(58)([].forEach,!0);r(r.P+r.F*!o,"Array",{forEach:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(93),i=n(1),o=n(53),s=n(332),a=n(240),c=n(36),u=n(327),l=n(252);i(i.S+i.F*!n(244)(function(t){Array.from(t)}),"Array",{from:function(t){var e,n,i,h,p=o(t),f="function"==typeof this?this:Array,_=arguments.length,d=_>1?arguments[1]:void 0,g=void 0!==d,m=0,y=l(p);if(g&&(d=r(d,_>2?arguments[2]:void 0,2)),void 0==y||f==Array&&a(y))for(e=c(p.length),n=new f(e);e>m;m++)u(n,m,g?d(p[m],m):p[m]);else for(h=y.call(p),n=new f;!(i=h.next()).done;m++)u(n,m,g?s(h,d,[i.value,m],!0):i.value);return n.length=m,n}})},function(t,e,n){"use strict";var r=n(1),i=n(234)(!1),o=[].indexOf,s=!!o&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(s||!n(58)(o)),"Array",{indexOf:function(t){return s?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},function(t,e,n){var r=n(1);r(r.S,"Array",{isArray:n(241)})},function(t,e,n){"use strict";var r=n(1),i=n(59),o=[].join;r(r.P+r.F*(n(126)!=Object||!n(58)(o)),"Array",{join:function(t){return o.call(i(this),void 0===t?",":t)}})},function(t,e,n){"use strict";var r=n(1),i=n(59),o=n(85),s=n(36),a=[].lastIndexOf,c=!!a&&1/[1].lastIndexOf(1,-0)<0;r(r.P+r.F*(c||!n(58)(a)),"Array",{lastIndexOf:function(t){if(c)return a.apply(this,arguments)||0;var e=i(this),n=s(e.length),r=n-1;for(arguments.length>1&&(r=Math.min(r,o(arguments[1]))),r<0&&(r=n+r);r>=0;r--)if(r in e&&e[r]===t)return r||0;return-1}})},function(t,e,n){"use strict";var r=n(1),i=n(62)(1);r(r.P+r.F*!n(58)([].map,!0),"Array",{map:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(1),i=n(327);r(r.S+r.F*n(10)(function(){function t(){}return!(Array.of.call(t)instanceof t)}),"Array",{of:function(){for(var t=0,e=arguments.length,n=new("function"==typeof this?this:Array)(e);e>t;)i(n,t,arguments[t++]);return n.length=e,n}})},function(t,e,n){"use strict";var r=n(1),i=n(323);r(r.P+r.F*!n(58)([].reduceRight,!0),"Array",{reduceRight:function(t){return i(this,t,arguments.length,arguments[1],!0)}})},function(t,e,n){"use strict";var r=n(1),i=n(323);r(r.P+r.F*!n(58)([].reduce,!0),"Array",{reduce:function(t){return i(this,t,arguments.length,arguments[1],!1)}})},function(t,e,n){"use strict";var r=n(1),i=n(329),o=n(92),s=n(96),a=n(36),c=[].slice;r(r.P+r.F*n(10)(function(){i&&c.call(i)}),"Array",{slice:function(t,e){var n=a(this.length),r=o(this);if(e=void 0===e?n:e,"Array"==r)return c.call(this,t,e);for(var i=s(t,n),u=s(e,n),l=a(u-i),h=Array(l),p=0;p9?t:"0"+t};r(r.P+r.F*(i(function(){return"0385-07-25T07:06:39.999Z"!=new Date(-5e13-1).toISOString()})||!i(function(){new Date(NaN).toISOString()})),"Date",{toISOString:function(){if(!isFinite(o.call(this)))throw RangeError("Invalid time value");var t=this,e=t.getUTCFullYear(),n=t.getUTCMilliseconds(),r=e<0?"-":e>9999?"+":"";return r+("00000"+Math.abs(e)).slice(r?-6:-4)+"-"+s(t.getUTCMonth()+1)+"-"+s(t.getUTCDate())+"T"+s(t.getUTCHours())+":"+s(t.getUTCMinutes())+":"+s(t.getUTCSeconds())+"."+(n>99?n:"0"+s(n))+"Z"}})},function(t,e,n){"use strict";var r=n(1),i=n(53),o=n(86);r(r.P+r.F*n(10)(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function(t){var e=i(this),n=o(e);return"number"!=typeof n||isFinite(n)?e.toISOString():null}})},function(t,e,n){var r=n(19)("toPrimitive"),i=Date.prototype;r in i||n(52)(i,r,n(512))},function(t,e,n){var r=Date.prototype,i="Invalid Date",o="toString",s=r[o],a=r.getTime;new Date(NaN)+""!=i&&n(48)(r,o,function(){var t=a.call(this);return t===t?s.call(this):i})},function(t,e,n){var r=n(1);r(r.P,"Function",{bind:n(324)})},function(t,e,n){"use strict";var r=n(11),i=n(63),o=n(19)("hasInstance"),s=Function.prototype;o in s||n(23).f(s,o,{value:function(t){if("function"!=typeof this||!r(t))return!1;if(!r(this.prototype))return t instanceof this;for(;t=i(t);)if(this.prototype===t)return!0;return!1}})},function(t,e,n){var r=n(23).f,i=n(84),o=n(41),s=Function.prototype,a=/^\s*function ([^ (]*)/,c="name",u=Object.isExtensible||function(){return!0};c in s||n(29)&&r(s,c,{configurable:!0,get:function(){try{var t=this,e=(""+t).match(a)[1];return o(t,c)||!u(t)||r(t,c,i(5,e)),e}catch(t){return""}}})},function(t,e,n){var r=n(1),i=n(335),o=Math.sqrt,s=Math.acosh;r(r.S+r.F*!(s&&710==Math.floor(s(Number.MAX_VALUE))&&s(1/0)==1/0),"Math",{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},function(t,e,n){function r(t){return isFinite(t=+t)&&0!=t?t<0?-r(-t):Math.log(t+Math.sqrt(t*t+1)):t}var i=n(1),o=Math.asinh;i(i.S+i.F*!(o&&1/o(0)>0),"Math",{asinh:r})},function(t,e,n){var r=n(1),i=Math.atanh;r(r.S+r.F*!(i&&1/i(-0)<0),"Math",{atanh:function(t){return 0==(t=+t)?t:Math.log((1+t)/(1-t))/2}})},function(t,e,n){var r=n(1),i=n(246);r(r.S,"Math",{cbrt:function(t){return i(t=+t)*Math.pow(Math.abs(t),1/3)}})},function(t,e,n){var r=n(1);r(r.S,"Math",{clz32:function(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},function(t,e,n){var r=n(1),i=Math.exp;r(r.S,"Math",{cosh:function(t){return(i(t=+t)+i(-t))/2}})},function(t,e,n){var r=n(1),i=n(245);r(r.S+r.F*(i!=Math.expm1),"Math",{expm1:i})},function(t,e,n){var r=n(1),i=n(246),o=Math.pow,s=o(2,-52),a=o(2,-23),c=o(2,127)*(2-a),u=o(2,-126),l=function(t){return t+1/s-1/s};r(r.S,"Math",{fround:function(t){var e,n,r=Math.abs(t),o=i(t);return rc||n!=n?o*(1/0):o*n)}})},function(t,e,n){var r=n(1),i=Math.abs;r(r.S,"Math",{hypot:function(t,e){for(var n,r,o=0,s=0,a=arguments.length,c=0;s0?(r=n/c,o+=r*r):o+=n;return c===1/0?1/0:c*Math.sqrt(o)}})},function(t,e,n){var r=n(1),i=Math.imul;r(r.S+r.F*n(10)(function(){return i(4294967295,5)!=-5||2!=i.length}),"Math",{imul:function(t,e){var n=65535,r=+t,i=+e,o=n&r,s=n&i;return 0|o*s+((n&r>>>16)*s+o*(n&i>>>16)<<16>>>0)}})},function(t,e,n){var r=n(1);r(r.S,"Math",{log10:function(t){return Math.log(t)/Math.LN10}})},function(t,e,n){var r=n(1);r(r.S,"Math",{log1p:n(335)})},function(t,e,n){var r=n(1);r(r.S,"Math",{log2:function(t){return Math.log(t)/Math.LN2}})},function(t,e,n){var r=n(1);r(r.S,"Math",{sign:n(246)})},function(t,e,n){var r=n(1),i=n(245),o=Math.exp;r(r.S+r.F*n(10)(function(){return!Math.sinh(-2e-17)!=-2e-17}),"Math",{sinh:function(t){return Math.abs(t=+t)<1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},function(t,e,n){var r=n(1),i=n(245),o=Math.exp;r(r.S,"Math",{tanh:function(t){var e=i(t=+t),n=i(-t);return e==1/0?1:n==1/0?-1:(e-n)/(o(t)+o(-t))}})},function(t,e,n){var r=n(1);r(r.S,"Math",{trunc:function(t){return(t>0?Math.floor:Math.ceil)(t)}})},function(t,e,n){"use strict";var r=n(14),i=n(41),o=n(92),s=n(239),a=n(86),c=n(10),u=n(95).f,l=n(71).f,h=n(23).f,p=n(173).trim,f="Number",_=r[f],d=_,g=_.prototype,m=o(n(94)(g))==f,y="trim"in String.prototype,v=function(t){var e=a(t,!1);if("string"==typeof e&&e.length>2){e=y?e.trim():p(e,3);var n,r,i,o=e.charCodeAt(0);if(43===o||45===o){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===o){switch(e.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+e}for(var s,c=e.slice(2),u=0,l=c.length;ui)return NaN;return parseInt(c,r)}}return+e};if(!_(" 0o1")||!_("0b1")||_("+0x1")){_=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof _&&(m?c(function(){g.valueOf.call(n)}):o(n)!=f)?s(new d(v(e)),n,_):v(e)};for(var b,w=n(29)?u(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),x=0;w.length>x;x++)i(d,b=w[x])&&!i(_,b)&&h(_,b,l(d,b));_.prototype=g,g.constructor=_,n(48)(r,f,_)}},function(t,e,n){var r=n(1);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(t,e,n){var r=n(1),i=n(14).isFinite;r(r.S,"Number",{isFinite:function(t){return"number"==typeof t&&i(t)}})},function(t,e,n){var r=n(1);r(r.S,"Number",{isInteger:n(331)})},function(t,e,n){var r=n(1);r(r.S,"Number",{isNaN:function(t){return t!=t}})},function(t,e,n){var r=n(1),i=n(331),o=Math.abs;r(r.S,"Number",{isSafeInteger:function(t){return i(t)&&o(t)<=9007199254740991}})},function(t,e,n){var r=n(1);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(t,e,n){var r=n(1);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(t,e,n){var r=n(1),i=n(340);r(r.S+r.F*(Number.parseFloat!=i),"Number",{parseFloat:i})},function(t,e,n){var r=n(1),i=n(341);r(r.S+r.F*(Number.parseInt!=i),"Number",{parseInt:i})},function(t,e,n){"use strict";var r=n(1),i=n(85),o=n(321),s=n(345),a=1..toFixed,c=Math.floor,u=[0,0,0,0,0,0],l="Number.toFixed: incorrect invocation!",h="0",p=function(t,e){for(var n=-1,r=e;++n<6;)r+=t*u[n],u[n]=r%1e7,r=c(r/1e7)},f=function(t){for(var e=6,n=0;--e>=0;)n+=u[e],u[e]=c(n/t),n=n%t*1e7},_=function(){for(var t=6,e="";--t>=0;)if(""!==e||0===t||0!==u[t]){var n=String(u[t]);e=""===e?n:e+s.call(h,7-n.length)+n}return e},d=function(t,e,n){return 0===e?n:e%2===1?d(t,e-1,n*t):d(t*t,e/2,n)},g=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e};r(r.P+r.F*(!!a&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n(10)(function(){a.call({})})),"Number",{toFixed:function(t){var e,n,r,a,c=o(this,l),u=i(t),m="",y=h;if(u<0||u>20)throw RangeError(l);if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(m="-",c=-c),c>1e-21)if(e=g(c*d(2,69,1))-69,n=e<0?c*d(2,-e,1):c/d(2,e,1),n*=4503599627370496,e=52-e,e>0){for(p(0,n),r=u;r>=7;)p(1e7,0),r-=7;for(p(d(10,r,1),0),r=e-1;r>=23;)f(1<<23),r-=23;f(1<0?(a=y.length,y=m+(a<=u?"0."+s.call(h,u-a)+y:y.slice(0,a-u)+"."+y.slice(a-u))):y=m+y,y}})},function(t,e,n){"use strict";var r=n(1),i=n(10),o=n(321),s=1..toPrecision;r(r.P+r.F*(i(function(){return"1"!==s.call(1,void 0)})||!i(function(){s.call({})})),"Number",{toPrecision:function(t){var e=o(this,"Number#toPrecision: incorrect invocation!");return void 0===t?s.call(e):s.call(e,t)}})},function(t,e,n){var r=n(1);r(r.S+r.F,"Object",{assign:n(336)})},function(t,e,n){var r=n(1);r(r.S,"Object",{create:n(94)})},function(t,e,n){var r=n(1);r(r.S+r.F*!n(29),"Object",{defineProperties:n(337)})},function(t,e,n){var r=n(1);r(r.S+r.F*!n(29),"Object",{defineProperty:n(23).f})},function(t,e,n){var r=n(11),i=n(83).onFreeze;n(64)("freeze",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(59),i=n(71).f;n(64)("getOwnPropertyDescriptor",function(){return function(t,e){return i(r(t),e)}})},function(t,e,n){n(64)("getOwnPropertyNames",function(){return n(338).f})},function(t,e,n){var r=n(53),i=n(63);n(64)("getPrototypeOf",function(){return function(t){return i(r(t))}})},function(t,e,n){var r=n(11);n(64)("isExtensible",function(t){return function(e){return!!r(e)&&(!t||t(e))}})},function(t,e,n){var r=n(11);n(64)("isFrozen",function(t){return function(e){return!r(e)||!!t&&t(e)}})},function(t,e,n){var r=n(11);n(64)("isSealed",function(t){return function(e){return!r(e)||!!t&&t(e)}})},function(t,e,n){var r=n(1);r(r.S,"Object",{is:n(342)})},function(t,e,n){var r=n(53),i=n(109);n(64)("keys",function(){ +return function(t){return i(r(t))}})},function(t,e,n){var r=n(11),i=n(83).onFreeze;n(64)("preventExtensions",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(11),i=n(83).onFreeze;n(64)("seal",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(1);r(r.S,"Object",{setPrototypeOf:n(247).set})},function(t,e,n){var r=n(1),i=n(340);r(r.G+r.F*(parseFloat!=i),{parseFloat:i})},function(t,e,n){var r=n(1),i=n(341);r(r.G+r.F*(parseInt!=i),{parseInt:i})},function(t,e,n){var r=n(1),i=n(82),o=n(7),s=(n(14).Reflect||{}).apply,a=Function.apply;r(r.S+r.F*!n(10)(function(){s(function(){})}),"Reflect",{apply:function(t,e,n){var r=i(t),c=o(n);return s?s(r,e,c):a.call(r,e,c)}})},function(t,e,n){var r=n(1),i=n(94),o=n(82),s=n(7),a=n(11),c=n(10),u=n(324),l=(n(14).Reflect||{}).construct,h=c(function(){function t(){}return!(l(function(){},[],t)instanceof t)}),p=!c(function(){l(function(){})});r(r.S+r.F*(h||p),"Reflect",{construct:function(t,e){o(t),s(e);var n=arguments.length<3?t:o(arguments[2]);if(p&&!h)return l(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return r.push.apply(r,e),new(u.apply(t,r))}var c=n.prototype,f=i(a(c)?c:Object.prototype),_=Function.apply.call(t,f,e);return a(_)?_:f}})},function(t,e,n){var r=n(23),i=n(1),o=n(7),s=n(86);i(i.S+i.F*n(10)(function(){Reflect.defineProperty(r.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function(t,e,n){o(t),e=s(e,!0),o(n);try{return r.f(t,e,n),!0}catch(t){return!1}}})},function(t,e,n){var r=n(1),i=n(71).f,o=n(7);r(r.S,"Reflect",{deleteProperty:function(t,e){var n=i(o(t),e);return!(n&&!n.configurable)&&delete t[e]}})},function(t,e,n){"use strict";var r=n(1),i=n(7),o=function(t){this._t=i(t),this._i=0;var e,n=this._k=[];for(e in t)n.push(e)};n(333)(o,"Object",function(){var t,e=this,n=e._k;do if(e._i>=n.length)return{value:void 0,done:!0};while(!((t=n[e._i++])in e._t));return{value:t,done:!1}}),r(r.S,"Reflect",{enumerate:function(t){return new o(t)}})},function(t,e,n){var r=n(71),i=n(1),o=n(7);i(i.S,"Reflect",{getOwnPropertyDescriptor:function(t,e){return r.f(o(t),e)}})},function(t,e,n){var r=n(1),i=n(63),o=n(7);r(r.S,"Reflect",{getPrototypeOf:function(t){return i(o(t))}})},function(t,e,n){function r(t,e){var n,a,l=arguments.length<3?t:arguments[2];return u(t)===l?t[e]:(n=i.f(t,e))?s(n,"value")?n.value:void 0!==n.get?n.get.call(l):void 0:c(a=o(t))?r(a,e,l):void 0}var i=n(71),o=n(63),s=n(41),a=n(1),c=n(11),u=n(7);a(a.S,"Reflect",{get:r})},function(t,e,n){var r=n(1);r(r.S,"Reflect",{has:function(t,e){return e in t}})},function(t,e,n){var r=n(1),i=n(7),o=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(t){return i(t),!o||o(t)}})},function(t,e,n){var r=n(1);r(r.S,"Reflect",{ownKeys:n(516)})},function(t,e,n){var r=n(1),i=n(7),o=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(t){i(t);try{return o&&o(t),!0}catch(t){return!1}}})},function(t,e,n){var r=n(1),i=n(247);i&&r(r.S,"Reflect",{setPrototypeOf:function(t,e){i.check(t,e);try{return i.set(t,e),!0}catch(t){return!1}}})},function(t,e,n){function r(t,e,n){var c,p,f=arguments.length<4?t:arguments[3],_=o.f(l(t),e);if(!_){if(h(p=s(t)))return r(p,e,n,f);_=u(0)}return a(_,"value")?!(_.writable===!1||!h(f))&&(c=o.f(f,e)||u(0),c.value=n,i.f(f,e,c),!0):void 0!==_.set&&(_.set.call(f,n),!0)}var i=n(23),o=n(71),s=n(63),a=n(41),c=n(1),u=n(84),l=n(7),h=n(11);c(c.S,"Reflect",{set:r})},function(t,e,n){var r=n(14),i=n(239),o=n(23).f,s=n(95).f,a=n(242),c=n(238),u=r.RegExp,l=u,h=u.prototype,p=/a/g,f=/a/g,_=new u(p)!==p;if(n(29)&&(!_||n(10)(function(){return f[n(19)("match")]=!1,u(p)!=p||u(f)==f||"/a/i"!=u(p,"i")}))){u=function(t,e){var n=this instanceof u,r=a(t),o=void 0===e;return!n&&r&&t.constructor===u&&o?t:i(_?new l(r&&!o?t.source:t,e):l((r=t instanceof u)?t.source:t,r&&o?c.call(t):e),n?this:h,u)};for(var d=(function(t){t in u||o(u,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})}),g=s(l),m=0;g.length>m;)d(g[m++]);h.constructor=u,u.prototype=h,n(48)(r,"RegExp",u)}n(129)("RegExp")},function(t,e,n){"use strict";n(348);var r=n(7),i=n(238),o=n(29),s="toString",a=/./[s],c=function(t){n(48)(RegExp.prototype,s,t,!0)};n(10)(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?c(function(){var t=r(this);return"/".concat(t.source,"/","flags"in t?t.flags:!o&&t instanceof RegExp?i.call(t):void 0)}):a.name!=s&&c(function(){return a.call(this)})},function(t,e,n){"use strict";n(49)("anchor",function(t){return function(e){return t(this,"a","name",e)}})},function(t,e,n){"use strict";n(49)("big",function(t){return function(){return t(this,"big","","")}})},function(t,e,n){"use strict";n(49)("blink",function(t){return function(){return t(this,"blink","","")}})},function(t,e,n){"use strict";n(49)("bold",function(t){return function(){return t(this,"b","","")}})},function(t,e,n){"use strict";var r=n(1),i=n(344)(!1);r(r.P,"String",{codePointAt:function(t){return i(this,t)}})},function(t,e,n){"use strict";var r=n(1),i=n(36),o=n(249),s="endsWith",a=""[s];r(r.P+r.F*n(237)(s),"String",{endsWith:function(t){var e=o(this,t,s),n=arguments.length>1?arguments[1]:void 0,r=i(e.length),c=void 0===n?r:Math.min(i(n),r),u=String(t);return a?a.call(e,u,c):e.slice(c-u.length,c)===u}})},function(t,e,n){"use strict";n(49)("fixed",function(t){return function(){return t(this,"tt","","")}})},function(t,e,n){"use strict";n(49)("fontcolor",function(t){return function(e){return t(this,"font","color",e)}})},function(t,e,n){"use strict";n(49)("fontsize",function(t){return function(e){return t(this,"font","size",e)}})},function(t,e,n){var r=n(1),i=n(96),o=String.fromCharCode,s=String.fromCodePoint;r(r.S+r.F*(!!s&&1!=s.length),"String",{fromCodePoint:function(t){for(var e,n=[],r=arguments.length,s=0;r>s;){if(e=+arguments[s++],i(e,1114111)!==e)throw RangeError(e+" is not a valid code point");n.push(e<65536?o(e):o(((e-=65536)>>10)+55296,e%1024+56320))}return n.join("")}})},function(t,e,n){"use strict";var r=n(1),i=n(249),o="includes";r(r.P+r.F*n(237)(o),"String",{includes:function(t){return!!~i(this,t,o).indexOf(t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";n(49)("italics",function(t){return function(){return t(this,"i","","")}})},function(t,e,n){"use strict";n(49)("link",function(t){return function(e){return t(this,"a","href",e)}})},function(t,e,n){var r=n(1),i=n(59),o=n(36);r(r.S,"String",{raw:function(t){for(var e=i(t.raw),n=o(e.length),r=arguments.length,s=[],a=0;n>a;)s.push(String(e[a++])),a1?arguments[1]:void 0,e.length)),r=String(t);return a?a.call(e,r,n):e.slice(n,n+r.length)===r}})},function(t,e,n){"use strict";n(49)("strike",function(t){return function(){return t(this,"strike","","")}})},function(t,e,n){"use strict";n(49)("sub",function(t){return function(){return t(this,"sub","","")}})},function(t,e,n){"use strict";n(49)("sup",function(t){return function(){return t(this,"sup","","")}})},function(t,e,n){"use strict";n(173)("trim",function(t){return function(){return t(this,3)}})},function(t,e,n){"use strict";var r=n(1),i=n(174),o=n(251),s=n(7),a=n(96),c=n(36),u=n(11),l=n(14).ArrayBuffer,h=n(343),p=o.ArrayBuffer,f=o.DataView,_=i.ABV&&l.isView,d=p.prototype.slice,g=i.VIEW,m="ArrayBuffer";r(r.G+r.W+r.F*(l!==p),{ArrayBuffer:p}),r(r.S+r.F*!i.CONSTR,m,{isView:function(t){return _&&_(t)||u(t)&&g in t}}),r(r.P+r.U+r.F*n(10)(function(){return!new p(2).slice(1,void 0).byteLength}),m,{slice:function(t,e){if(void 0!==d&&void 0===e)return d.call(s(this),t);for(var n=s(this).byteLength,r=a(t,n),i=a(void 0===e?n:e,n),o=new(h(this,p))(c(i-r)),u=new f(this),l=new f(o),_=0;r0?arguments[0]:void 0)}},{add:function(t){return r.def(this,t,!0)}},r,!1,!0)},function(t,e,n){var r=n(70),i=n(7),o=r.key,s=r.set;r.exp({defineMetadata:function(t,e,n,r){s(t,e,i(n),o(r))}})},function(t,e,n){var r=n(70),i=n(7),o=r.key,s=r.map,a=r.store;r.exp({deleteMetadata:function(t,e){var n=arguments.length<3?void 0:o(arguments[2]),r=s(i(e),n,!1);if(void 0===r||!r.delete(t))return!1;if(r.size)return!0;var c=a.get(e);return c.delete(n),!!c.size||a.delete(e)}})},function(t,e,n){var r=n(353),i=n(509),o=n(70),s=n(7),a=n(63),c=o.keys,u=o.key,l=function(t,e){var n=c(t,e),o=a(t);if(null===o)return n;var s=l(o,e);return s.length?n.length?i(new r(n.concat(s))):s:n};o.exp({getMetadataKeys:function(t){return l(s(t),arguments.length<2?void 0:u(arguments[1]))}})},function(t,e,n){var r=n(70),i=n(7),o=n(63),s=r.has,a=r.get,c=r.key,u=function(t,e,n){var r=s(t,e,n);if(r)return a(t,e,n);var i=o(e);return null!==i?u(t,i,n):void 0};r.exp({getMetadata:function(t,e){return u(t,i(e),arguments.length<3?void 0:c(arguments[2]))}})},function(t,e,n){var r=n(70),i=n(7),o=r.keys,s=r.key;r.exp({getOwnMetadataKeys:function(t){return o(i(t),arguments.length<2?void 0:s(arguments[1]))}})},function(t,e,n){var r=n(70),i=n(7),o=r.get,s=r.key;r.exp({getOwnMetadata:function(t,e){return o(t,i(e),arguments.length<3?void 0:s(arguments[2]))}})},function(t,e,n){var r=n(70),i=n(7),o=n(63),s=r.has,a=r.key,c=function(t,e,n){var r=s(t,e,n);if(r)return!0;var i=o(e);return null!==i&&c(t,i,n)};r.exp({hasMetadata:function(t,e){return c(t,i(e),arguments.length<3?void 0:a(arguments[2]))}})},function(t,e,n){var r=n(70),i=n(7),o=r.has,s=r.key;r.exp({hasOwnMetadata:function(t,e){return o(t,i(e),arguments.length<3?void 0:s(arguments[2]))}})},function(t,e,n){var r=n(70),i=n(7),o=n(82),s=r.key,a=r.set;r.exp({metadata:function(t,e){return function(n,r){a(t,e,(void 0!==r?i:o)(n),s(r))}}})},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,'@import url("//fonts.googleapis.com/css?family=Roboto:300,400,700");@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");redoc.loading{position:relative;display:block;min-height:350px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}redoc.loading:before{font-family:Helvetica;content:"Loading";font-size:24px;text-align:center;padding-top:40px;color:#0033a0;font-weight:400;display:block;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:9999}redoc.loading:after,redoc.loading:before{position:absolute;opacity:1;transition:all .6s ease-out}redoc.loading:after{z-index:10000;background-image:url(\'data:image/svg+xml;utf8,\');animation:2s rotate linear infinite;width:50px;height:50px;content:"";left:50%;margin-left:-25px;background-size:cover;top:75px}redoc.loading-remove:after,redoc.loading-remove:before{opacity:0}',""])},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,".dk-select,.dk-select *,.dk-select-multi,.dk-select-multi *,.dk-select-multi :after,.dk-select-multi :before,.dk-select :after,.dk-select :before{box-sizing:border-box}.dk-select,.dk-select-multi{position:relative;display:inline-block;vertical-align:middle;line-height:1.5em;width:200px;cursor:pointer}.dk-selected{width:100%;white-space:nowrap;overflow:hidden;position:relative;background-color:#fff;border:1px solid #ccc;border-radius:.4em;padding:0 1.5em 0 .5em;text-overflow:ellipsis}.dk-selected:after,.dk-selected:before{content:'';display:block;position:absolute;right:0}.dk-selected:before{top:50%;border:solid transparent;border-width:.25em .25em 0;border-top-color:#ccc;margin:-.125em .5em 0 0}.dk-selected:after{top:0;height:100%;border-left:1px solid #ccc;margin:0 1.5em 0 0}.dk-selected-disabled{color:#bbb}.dk-select .dk-select-options{position:absolute;display:none;left:0;right:0}.dk-select-open-up .dk-select-options{border-radius:.4em .4em 0 0;margin-bottom:-1px;bottom:100%}.dk-select-open-down .dk-select-options{border-radius:0 0 .4em .4em;margin-top:-1px;top:100%}.dk-select-multi .dk-select-options{max-height:10em}.dk-select-options{background-color:#fff;border:1px solid #ccc;border-radius:.4em;list-style:none;margin:0;max-height:10.5em;overflow-x:hidden;overflow-y:auto;padding:.25em 0;width:auto;z-index:100}.dk-option-selected{background-color:#3297fd;color:#fff}.dk-select-options-highlight .dk-option-selected{background-color:transparent;color:inherit}.dk-option{padding:0 .5em}.dk-select-options .dk-option-highlight{background-color:#3297fd;color:#fff}.dk-select-options .dk-option-disabled{color:#bbb;background-color:transparent}.dk-select-options .dk-option-hidden{display:none}.dk-optgroup{border:solid #ccc;border-width:1px 0;padding:.25em 0}.dk-optgroup,.dk-optgroup+.dk-option{margin-top:.25em}.dk-optgroup+.dk-optgroup{border-top-width:0;margin-top:0}.dk-optgroup:nth-child(2){padding-top:0;border-top:none;margin-top:0}.dk-optgroup:last-child{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.dk-optgroup-label{padding:0 .5em .25em;font-weight:700;width:100%}.dk-optgroup-options{list-style:none;padding-left:0}.dk-optgroup-options li{padding-left:1.2em}.dk-select-open-up .dk-selected{border-top-left-radius:0;border-top-right-radius:0;border-color:#3297fd}.dk-select-open-down .dk-selected{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#3297fd}.dk-select-open-down .dk-selected:before,.dk-select-open-up .dk-selected:before{border-width:0 .25em .25em;border-bottom-color:#3297fd}.dk-select-open-down .dk-selected:after,.dk-select-open-up .dk-selected:after{border-left-color:#3297fd}.dk-select-multi:focus .dk-select-options,.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options{display:block;border-color:#3297fd}.dk-select-multi:focus,.dk-select-multi:hover{outline:none}.dk-selected:focus,.dk-selected:hover{outline:none;border-color:#3297fd}.dk-selected:focus:before,.dk-selected:hover:before{border-top-color:#3297fd}.dk-selected:focus:after,.dk-selected:hover:after{border-left-color:#3297fd}.dk-select-disabled{opacity:.6;color:#bbb;cursor:not-allowed}.dk-select-disabled .dk-selected:focus,.dk-select-disabled .dk-selected:hover{border-color:inherit}.dk-select-disabled .dk-selected:focus:before,.dk-select-disabled .dk-selected:hover:before{border-top-color:inherit}.dk-select-disabled .dk-selected:focus:after,.dk-select-disabled .dk-selected:hover:after{border-left-color:inherit}select[data-dkcacheid]{display:none}",""])},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,"/*! Hint.css (base version) - v2.3.2 - 2016-07-28\n* http://kushagragour.in/lab/hint/\n* Copyright (c) 2016 Kushagra Gour; Licensed */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;transition-delay:0ms}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-11px}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:before{margin-top:-11px}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:before{margin-bottom:-11px}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:before{margin-bottom:-11px}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:before{margin-top:-11px}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:before{margin-top:-11px}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);transform:translateX(8px)}",""])},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,"code[class*=language-],pre[class*=language-]{color:#fff;background:none;text-shadow:0 -.1em .2em #000;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}:not(pre)>code[class*=language-],pre[class*=language-]{background:#4d4033}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border:.3em solid #7a6652;border-radius:.5em;box-shadow:inset 1px 1px .5em #000}:not(pre)>code[class*=language-]{padding:.15em .2em .05em;border-radius:.3em;border:.13em solid #7a6652;box-shadow:inset 1px 1px .3em -.1em #000;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#998066}.namespace,.token.punctuation{opacity:.7}.token.boolean,.token.constant,.token.number,.token.property,.token.symbol,.token.tag{color:#d1949e}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#bde052}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f5b83d}.token.atrule,.token.attr-value,.token.keyword{color:#d1949e}.token.important,.token.regex{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.deleted{color:red}",""])},function(t,e,n){!function(){if(!window.CustomEvent&&document.createEventObject)return void(window.CustomEvent=function(t,e){if(!arguments.length)throw new Error("Not enough arguments");var n={type:t,bubbles:!1,cancelable:!1,detail:null},r=document.createEventObject();for(var i in n)r[i]=n[i];for(var i in e)r[i]=e[i];return r});try{new CustomEvent("test")}catch(e){var t=function(t,e){if(!arguments.length)throw new Error("Not enough arguments");var n={bubbles:!1,cancelable:!1,detail:null};for(var r in e)n[r]=e[r];var i=document.createEvent("CustomEvent");return i.initCustomEvent(t,n.bubbles,n.cancelable,n.detail),i};t.prototype=(window.CustomEvent||window.Event).prototype,window.CustomEvent=t}}(),function(){if(!document.addEventListener&&window.Element&&window.Event){var t="__events",e="__immediateStopped";Event.prototype.NONE=Event.NONE=0,Event.prototype.CAPTURING_PHASE=Event.CAPTURING_PHASE=1,Event.prototype.AT_TARGET=Event.AT_TARGET=2,Event.prototype.BUBBLING_PHASE=Event.BUBBLING_PHASE=3,Event.prototype.preventDefault=function(){this.cancelable!==!1&&(this.returnValue=!1)},Event.prototype.stopPropagation=function(){this.cancelBubble=!0},Event.prototype.stopImmediatePropagation=function(){this[e]=this.cancelBubble=!0};for(var n=function(t,e){return t.timeStamp=+new Date,t.target||(t.target=t.srcElement||e),t.pageX=t.clientX+document.documentElement.scrollLeft,t.pageY=t.clientY+document.documentElement.scrollTop,"mouseover"==t.type?t.relatedTarget=t.fromElement:"mouseout"==t.type?t.relatedTarget=t.toElement:t.relatedTarget=null,t},r=function(t,e,n){for(var r=0;r-1)){if(t in this)var u=this[t];else{var u={_handler:function(){a.apply(o,arguments)}};this[t]=u}e in u||(u[e]=[]),u[e].push({listener:n,useCapture:i}),c||this.attachEvent("on"+e,u._handler)}},removeEventListener:function(e,n,i){var o=(this[t]||{})[e]||[],s=r(o,n,i);-1!=s&&(o.splice(s,1),o.length||this.detachEvent("on"+e,this[t]._handler))},dispatchEvent:function(t){return t.returnValue=!0,a.call(this,t)}}),u=[Element,window.constructor,document.constructor];u.length;){var l=u.pop();for(var h in c)l.prototype[h]=c[h]}}}(),Array.prototype.forEach||(Array.prototype.forEach=function(t,e){var n,r;if(null==this)throw new TypeError(" this is null or not defined");var i=Object(this),o=i.length>>>0;if("function"!=typeof t)throw new TypeError(t+" is not a function");for(arguments.length>1&&(n=e),r=0;o>r;){var s;r in i&&(s=i[r],t.call(n,s,r,i)),r++}}),Array.prototype.indexOf||(Array.prototype.indexOf=function(t,e){var n;if(null==this)throw new TypeError('"this" is null or not defined');var r=Object(this),i=r.length>>>0;if(0===i)return-1;var o=+e||0;if(Math.abs(o)===1/0&&(o=0),o>=i)return-1;for(n=Math.max(o>=0?o:i-Math.abs(o),0);i>n;){if(n in r&&r[n]===t)return n;n++}return-1}),function(e){var r;try{r=n(1079)}catch(t){}t.exports=e(window,document,r)}(function(t,e,n,r){var i,o=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),s=t.parent!==t.self,a=-1!==navigator.appVersion.indexOf("MSIE"),c=function(n,r){var i,o;if(this===t)return new c(n,r);for("string"==typeof n&&"#"===n[0]&&(n=e.getElementById(n.substr(1))),i=0;i: ",n),!1):"SELECT"===n.nodeName?this.init(n,r):void 0:(console.error("You must pass a select to DropKick"),!1)},u=function(){},l={initialize:u,mobile:!1,change:u,open:u,close:u,search:"strict",bubble:!0},h={hasClass:function(t,e){var n=new RegExp("(^|\\s+)"+e+"(\\s+|$)");return t&&n.test(t.className)},addClass:function(t,e){t&&!h.hasClass(t,e)&&(t.className+=" "+e)},removeClass:function(t,e){var n=new RegExp("(^|\\s+)"+e+"(\\s+|$)");t&&(t.className=t.className.replace(n," "))},toggleClass:function(t,e){var n=h.hasClass(t,e)?"remove":"add";h[n+"Class"](t,e)},extend:function(t){return Array.prototype.slice.call(arguments,1).forEach(function(e){if(e)for(var n in e)t[n]=e[n]}),t},offset:function(n){var r=n.getBoundingClientRect()||{top:0,left:0},i=e.documentElement,o=a?i.scrollTop:t.pageYOffset,s=a?i.scrollLeft:t.pageXOffset;return{top:r.top+o-i.clientTop,left:r.left+s-i.clientLeft}},position:function(t,e){for(var n={top:0,left:0};t&&t!==e;)n.top+=t.offsetTop,n.left+=t.offsetLeft,t=t.parentNode;return n},closest:function(t,e){for(;t;){if(t===e)return t;t=t.parentNode}return!1},create:function(t,n){var r,i=e.createElement(t);n||(n={});for(r in n)n.hasOwnProperty(r)&&("innerHTML"===r?i.innerHTML=n[r]:i.setAttribute(r,n[r]));return i},deferred:function(e){return function(){var n=arguments,r=this;t.setTimeout(function(){e.apply(r,n)},1)}}};return c.cache={},c.uid=0,c.prototype={add:function(t,n){var r,i,o;"string"==typeof t&&(r=t,t=e.createElement("option"),t.text=r),"OPTION"===t.nodeName&&(i=h.create("li",{class:"dk-option","data-value":t.value,text:t.text,innerHTML:t.innerHTML,role:"option","aria-selected":"false",id:"dk"+this.data.cacheID+"-"+(t.id||t.value.replace(" ","-"))}),h.addClass(i,t.className),this.length+=1,t.disabled&&(h.addClass(i,"dk-option-disabled"),i.setAttribute("aria-disabled","true")),t.hidden&&(h.addClass(i,"dk-option-hidden"),i.setAttribute("aria-hidden","true")),this.data.select.add(t,n),"number"==typeof n&&(n=this.item(n)),o=this.options.indexOf(n),o>-1?(n.parentNode.insertBefore(i,n),this.options.splice(o,0,i)):(this.data.elem.lastChild.appendChild(i),this.options.push(i)),i.addEventListener("mouseover",this),t.selected&&this.select(o))},item:function(t){return t=0>t?this.options.length+t:t,this.options[t]||null},remove:function(t){var e=this.item(t);e.parentNode.removeChild(e),this.options.splice(t,1),this.data.select.remove(t),this.select(this.data.select.selectedIndex), +this.length-=1},init:function(t,n){var r,a=c.build(t,"dk"+c.uid);if(this.data={},this.data.select=t,this.data.elem=a.elem,this.data.settings=h.extend({},l,n),this.disabled=t.disabled,this.form=t.form,this.length=t.length,this.multiple=t.multiple,this.options=a.options.slice(0),this.selectedIndex=t.selectedIndex,this.selectedOptions=a.selected.slice(0),this.value=t.value,this.data.cacheID=c.uid,c.cache[this.data.cacheID]=this,this.data.settings.initialize.call(this),c.uid+=1,this._changeListener||(t.addEventListener("change",this),this._changeListener=!0),!o||this.data.settings.mobile){if(t.parentNode.insertBefore(this.data.elem,t),t.setAttribute("data-dkCacheId",this.data.cacheID),this.data.elem.addEventListener("click",this),this.data.elem.addEventListener("keydown",this),this.data.elem.addEventListener("keypress",this),this.form&&this.form.addEventListener("reset",this),!this.multiple)for(r=0;rn,o=c>n,s=i&&!o?"-up":"-down",this.isOpen=!0,h.addClass(u,"dk-select-open"+s),l.setAttribute("aria-expanded","true"),this._scrollTo(this.options.length-1),this._scrollTo(this.selectedIndex),void this.data.settings.open.call(this))}),disable:function(t,e){var n="dk-option-disabled";0!==arguments.length&&"boolean"!=typeof t||(e=t===r,t=this.data.elem,n="dk-select-disabled",this.disabled=e),e===r&&(e=!0),"number"==typeof t&&(t=this.item(t)),e?(t.setAttribute("aria-disabled",!0),h.addClass(t,n)):(t.setAttribute("aria-disabled",!1),h.removeClass(t,n))},hide:function(t,e){var n="dk-option-hidden";e===r&&(e=!0),t=this.item(t),e?(t.setAttribute("aria-hidden",!0),h.addClass(t,n)):(t.setAttribute("aria-hidden",!1),h.removeClass(t,n))},select:function(t,e){var n,r,i,o,s=this.data.select;if("number"==typeof t&&(t=this.item(t)),"string"==typeof t)for(n=0;n0&&(!o||this.data.settings.mobile)&&this.dispose().init(this.data.select,this.data.settings)},dispose:function(){return Object.keys(this).length>0&&(!o||this.data.settings.mobile)&&(delete c.cache[this.data.cacheID],this.data.elem.parentNode.removeChild(this.data.elem),this.data.select.removeAttribute("data-dkCacheId")),this},handleEvent:function(t){if(!this.disabled)switch(t.type){case"click":this._delegate(t);break;case"keydown":this._keyHandler(t);break;case"keypress":this._searchOptions(t);break;case"mouseover":this._highlight(t);break;case"reset":this.reset();break;case"change":this.data.settings.change.call(this)}},_delegate:function(e){var n,r,i,o,s=e.target;if(h.hasClass(s,"dk-option-disabled"))return!1;if(this.multiple){if(h.hasClass(s,"dk-option"))if(n=t.getSelection(),"Range"===n.type&&n.collapseToStart(),e.shiftKey)if(i=this.options.indexOf(this.selectedOptions[0]),o=this.options.indexOf(this.selectedOptions[this.selectedOptions.length-1]),r=this.options.indexOf(s),r>i&&o>r&&(r=i),r>o&&o>i&&(o=i),this.reset(!0),o>r)for(;o+1>r;)this.select(r++);else for(;r>o-1;)this.select(r--);else e.ctrlKey||e.metaKey?this.select(s):(this.reset(!0),this.select(s))}else this[this.isOpen?"close":"open"](),h.hasClass(s,"dk-option")&&this.select(s)},_highlight:function(t){var e,n=t.target;if(!this.multiple){for(e=0;ei.length-1?o=i.length-1:0>o&&(o=0),this.data.select.options[o].disabled||(this.reset(!0),this.select(o),this._scrollTo(o));break;case s.space:if(!this.isOpen){t.preventDefault(),this.open();break}case s.tab:case s.enter:for(o=0;oi.offsetHeight?(e+=t.offsetHeight,i.scrollTop=e-i.offsetHeight):0>n&&(i.scrollTop=e)))}},c.build=function(t,e){var n,r,i,o=[],s={elem:null,options:[],selected:[]},a=function(t){var n,r,i,o,c=[];switch(t.nodeName){case"OPTION":n=h.create("li",{class:"dk-option ","data-value":t.value,text:t.text,innerHTML:t.innerHTML,role:"option","aria-selected":"false",id:e+"-"+(t.id||t.value.replace(" ","-"))}),h.addClass(n,t.className),t.disabled&&(h.addClass(n,"dk-option-disabled"),n.setAttribute("aria-disabled","true")),t.hidden&&(h.addClass(n,"dk-option-hidden"),n.setAttribute("aria-hidden","true")),t.selected&&(h.addClass(n,"dk-option-selected"),n.setAttribute("aria-selected","true"),s.selected.push(n)),s.options.push(this.appendChild(n));break;case"OPTGROUP":for(r=h.create("li",{class:"dk-optgroup"}),t.label&&r.appendChild(h.create("div",{class:"dk-optgroup-label",innerHTML:t.label})),i=h.create("ul",{class:"dk-optgroup-options"}),o=t.children.length;o--;c.unshift(t.children[o]));c.forEach(a,i),this.appendChild(r).appendChild(i)}};for(s.elem=h.create("div",{class:"dk-select"+(t.multiple?"-multi":"")}),r=h.create("ul",{class:"dk-select-options",id:e+"-listbox",role:"listbox"}),t.disabled&&(h.addClass(s.elem,"dk-select-disabled"),s.elem.setAttribute("aria-disabled",!0)),s.elem.id=e+(t.id?"-"+t.id:""),h.addClass(s.elem,t.className),t.multiple?(s.elem.setAttribute("tabindex",t.getAttribute("tabindex")||"0"),r.setAttribute("aria-multiselectable","true")):(n=t.options[t.selectedIndex],s.elem.appendChild(h.create("div",{class:"dk-selected "+n.className,tabindex:t.tabindex||0,innerHTML:n?n.text:" ",id:e+"-combobox","aria-live":"assertive","aria-owns":r.id,role:"combobox"})),r.setAttribute("aria-expanded","false")),i=t.children.length;i--;o.unshift(t.children[i]));return o.forEach(a,s.elem.appendChild(r)),s},c.onDocClick=function(t){var e,n;if(1!==t.target.nodeType)return!1;null!==(e=t.target.getAttribute("data-dkcacheid"))&&c.cache[e].focus();for(n in c.cache)h.closest(t.target,c.cache[n].data.elem)||n===e||c.cache[n].disabled||c.cache[n].close()},n!==r&&(n.fn.dropkick=function(){var t=Array.prototype.slice.call(arguments);return n(this).each(function(){t[0]&&"object"!=typeof t[0]?"string"==typeof t[0]&&c.prototype[t[0]].apply(new c(this),t.slice(1)):new c(this,t[0]||{})})}),c})},function(t,e){var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString;t.exports=function(t,e,i){if("[object Function]"!==r.call(e))throw new TypeError("iterator must be a function");var o=t.length;if(o===+o)for(var s=0;s>1,l=-7,h=n?i-1:0,p=n?-1:1,f=t[e+h];for(h+=p,o=f&(1<<-l)-1,f>>=-l,l+=a;l>0;o=256*o+t[e+h],h+=p,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=r;l>0;s=256*s+t[e+h],h+=p,l-=8);if(0===o)o=1-u;else{if(o===c)return s?NaN:(f?-1:1)*(1/0);s+=Math.pow(2,r),o-=u}return(f?-1:1)*s*Math.pow(2,o-r)},e.write=function(t,e,n,r,i,o){var s,a,c,u=8*o-i-1,l=(1<>1,p=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:o-1,_=r?1:-1,d=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=l):(s=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-s))<1&&(s--,c*=2),e+=s+h>=1?p/c:p*Math.pow(2,1-h),e*c>=2&&(s++,c/=2),s+h>=l?(a=0,s=l):s+h>=1?(a=(e*c-1)*Math.pow(2,i),s+=h):(a=e*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;t[n+f]=255&a,f+=_,a/=256,i-=8);for(s=s<0;t[n+f]=255&s,f+=_,s/=256,u-=8);t[n+f-_]|=128*d}},function(t,e,n){"use strict";function r(t,e,n){if(3===arguments.length)return r.set(t,e,n);if(2===arguments.length)return r.get(t,e);var i=r.bind(r,t);for(var o in r)r.hasOwnProperty(o)&&(i[o]=r[o].bind(i,t));return i}var i=n(656);t.exports=r,r.get=function(t,e){for(var n=Array.isArray(e)?e:r.parse(e),i=0;i0&&p.splice(0,0,p.splice(f,1)[0]),p.forEach(function(t){var e=c.join(n,t),p=c.join(r,t),f=h[t];a.is$Ref(f)?o(h,t,n,p,s,u,l):i(h,t,e,p,s,u,l)})}}function o(t,e,n,r,o,s,u){if(!o.some(function(n){return n.parent===t&&n.key===e})){var h=null===e?t:t[e],p=l.resolve(n,h.$ref),f=s._resolve(p,u),_=c.parse(r).length,d=l.stripHash(f.path),g=l.getHash(f.path),m=d!==s._root$Ref.path,y=a.isExtended$Ref(h);o.push({$ref:h,parent:t,key:e,pathFromRoot:r,depth:_,file:d,hash:g,value:f.value,circular:f.circular,extended:y,external:m}),i(f.value,null,f.path,r,o,s,u)}}function s(t){t.sort(function(t,e){return t.file!==e.file?t.file0&&e[0]&&(n=n.filter(function(n){return e.indexOf(t[n].pathType)!==-1})),n.map(function(e){return{encoded:e,decoded:"file"===t[e].pathType?a.toFileSystemPath(e,!0):e}})}var o=n(88),s=n(131),a=n(73);t.exports=r,r.prototype.paths=function(t){var e=i(this._$refs,arguments);return e.map(function(t){return t.decoded})},r.prototype.values=function(t){var e=this._$refs,n=i(e,arguments);return n.reduce(function(t,n){return t[n.decoded]=e[n.encoded].value,t},{})},r.prototype.toJSON=r.prototype.values,r.prototype.exists=function(t,e){try{return this._resolve(t,e),!0}catch(t){return!1}},r.prototype.get=function(t,e){return this._resolve(t,e).value},r.prototype.set=function(t,e){t=a.resolve(this._root$Ref.path,t);var n=a.stripHash(t),r=this._$refs[n];if(!r)throw o('Error resolving $ref pointer "%s". \n"%s" not found.',t,n);r.set(t,e)},r.prototype._add=function(t,e){var n=a.stripHash(t),r=new s;return r.path=n,r.value=e,r.$refs=this,this._$refs[n]=r,this._root$Ref=this._root$Ref||r,r},r.prototype._resolve=function(t,e){t=a.resolve(this._root$Ref.path,t);var n=a.stripHash(t),r=this._$refs[n];if(!r)throw o('Error resolving $ref pointer "%s". \n"%s" not found.',t,n);return r.resolve(t,e)},r.prototype._get$Ref=function(t){t=a.resolve(this._root$Ref.path,t);var e=a.stripHash(t);return this._$refs[e]}},function(t,e,n){"use strict";function r(t,e){if(!e.resolve.external)return s.resolve();try{l("Resolving $ref pointers in %s",t.$refs._root$Ref.path);var n=i(t.schema,t.$refs._root$Ref.path+"#",t.$refs,e);return s.all(n)}catch(t){return s.reject(t)}}function i(t,e,n,r){var s=[];return t&&"object"==typeof t&&(a.isExternal$Ref(t)?s.push(o(t,e,n,r)):Object.keys(t).forEach(function(u){var l=c.join(e,u),h=t[u];a.isExternal$Ref(h)?s.push(o(h,l,n,r)):s=s.concat(i(h,l,n,r))})),s}function o(t,e,n,r){l('Resolving $ref pointer "%s" at %s',t.$ref,e);var o=h.resolve(e,t.$ref),a=h.stripHash(o);return t=n._$refs[a],t?s.resolve(t.value):u(o,n,r).then(function(t){l("Resolving $ref pointers in %s",a);var e=i(t,a+"#",n,r);return s.all(e)})}var s=n(87),a=n(131),c=n(178),u=n(356),l=n(100),h=n(73);t.exports=r},function(t,e,n){"use strict";var r=n(699),i=n(88),o=n(87),s=n(73),a=n(100);t.exports={order:100,canRead:function(t){return s.isFileSystemPath(t.url)},read:function(t){return new o(function(e,n){var o;try{o=s.toFileSystemPath(t.url)}catch(e){n(i.uri(e,"Malformed URI: %s",t.url))}a("Opening file: %s",o);try{r.readFile(o,function(t,r){t?n(i(t,'Error opening file "%s"',o)):e(r)})}catch(t){n(i(t,'Error opening file "%s"',o))}})}}},function(t,e,n){"use strict";(function(e,r){function i(t,e,n){return new h(function(s,a){t=u.parse(t),n=n||[],n.push(t.href),o(t,e).then(function(o){if(o.statusCode>=400)throw c({status:o.statusCode},"HTTP ERROR %d",o.statusCode);if(o.statusCode>=300)if(n.length>e.redirects)a(c({status:o.statusCode},"Error downloading %s. \nToo many redirects: \n %s",n[0],n.join(" \n ")));else{if(!o.headers.location)throw c({status:o.statusCode},"HTTP %d redirect with no location header",o.statusCode);l("HTTP %d redirect %s -> %s",o.statusCode,t.href,o.headers.location);var h=u.resolve(t,o.headers.location);i(h,e,n).then(s,a)}else s(o.body||new r(0))}).catch(function(e){a(c(e,"Error downloading",t.href))})})}function o(t,e){return new h(function(n,i){l("GET",t.href);var o="https:"===t.protocol?a:s,c=o.get({hostname:t.hostname,port:t.port,path:t.path,auth:t.auth,headers:e.headers||{},withCredentials:e.withCredentials});"function"==typeof c.setTimeout&&c.setTimeout(e.timeout),c.on("timeout",function(){c.abort()}),c.on("error",i),c.once("response",function(t){t.body=new r(0),t.on("data",function(e){t.body=r.concat([t.body,new r(e)])}),t.on("error",i),t.on("end",function(){n(t)})})})}var s=n(392),a=n(392),c=n(88),u=n(73),l=n(100),h=n(87);t.exports={order:200,headers:null,timeout:5e3,redirects:5,withCredentials:!1,canRead:function(t){return u.isHttp(t.url)},read:function(t){var n=u.parse(t.url);return e.browser&&!n.protocol&&(n.protocol=u.parse(location.href).protocol),i(n,this)}}}).call(e,n(43),n(17).Buffer)},function(t,e,n){"use strict";function r(t,e,n,r){var i=t[e];if("function"==typeof i)return i.apply(t,[n,r]);if(!r){if(i instanceof RegExp)return i.test(n.url);if("string"==typeof i)return i===n.extension;if(Array.isArray(i))return i.indexOf(n.extension)!==-1}return i}var i=n(87),o=n(100);e.all=function(t){return Object.keys(t).filter(function(e){return"object"==typeof t[e]}).map(function(e){return t[e].name=e,t[e]})},e.filter=function(t,e,n){return t.filter(function(t){return!!r(t,e,n)})},e.sort=function(t){return t.forEach(function(t){t.order=t.order||Number.MAX_SAFE_INTEGER}),t.sort(function(t,e){return t.order-e.order})},e.run=function(t,e,n){var s,a,c=0;return new i(function(i,u){function l(){if(s=t[c++],!s)return u(a);try{o(" %s",s.name);var i=r(s,e,n,h);i&&"function"==typeof i.then?i.then(p,f):void 0!==i&&p(i)}catch(t){f(t)}}function h(t,e){t?f(t):p(e)}function p(t){o(" success"),i({plugin:s,result:t})}function f(t){o(" %s",t.message||t),a=t,l()}l()})}},function(t,e){"use strict";t.exports={order:100,canValidate:function(t){return!!t.resolved},validate:function(t){}}},function(t,e,n){"use strict";(function(e,n){var r=e.process&&n.nextTick||e.setImmediate||function(t){setTimeout(t,0)};t.exports=function(t,e){return t?void e.then(function(e){r(function(){t(null,e)})},function(e){r(function(){t(e)})}):e}}).call(e,n(27),n(43))},function(t,e,n){function r(){return"WebkitAppearance"in document.documentElement.style||window.console&&(console.firebug||console.exception&&console.table)||navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31}function i(){var t=arguments,n=this.useColors;if(t[0]=(n?"%c":"")+this.namespace+(n?" %c":" ")+t[0]+(n?"%c ":" ")+"+"+e.humanize(this.diff),!n)return t;var r="color: "+this.color;t=[t[0],r,"color: inherit"].concat(Array.prototype.slice.call(t,1));var i=0,o=0;return t[0].replace(/%[a-z%]/g,function(t){"%%"!==t&&(i++,"%c"===t&&(o=i))}),t.splice(o,0,r),t}function o(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function s(t){try{null==t?e.storage.removeItem("debug"):e.storage.debug=t}catch(t){}}function a(){var t;try{t=e.storage.debug}catch(t){}return t}function c(){try{return window.localStorage}catch(t){}}e=t.exports=n(675),e.log=o,e.formatArgs=i,e.save=s,e.load=a,e.useColors=r,e.storage="undefined"!=typeof chrome&&"undefined"!=typeof chrome.storage?chrome.storage.local:c(),e.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],e.formatters.j=function(t){return JSON.stringify(t)},e.enable(a())},function(t,e,n){function r(){return e.colors[l++%e.colors.length]}function i(t){function n(){}function i(){var t=i,n=+new Date,o=n-(u||n);t.diff=o,t.prev=u,t.curr=n,u=n,null==t.useColors&&(t.useColors=e.useColors()),null==t.color&&t.useColors&&(t.color=r());var s=Array.prototype.slice.call(arguments);s[0]=e.coerce(s[0]),"string"!=typeof s[0]&&(s=["%o"].concat(s));var a=0;s[0]=s[0].replace(/%([a-z%])/g,function(n,r){if("%%"===n)return n;a++;var i=e.formatters[r];if("function"==typeof i){var o=s[a];n=i.call(t,o),s.splice(a,1),a--}return n}),"function"==typeof e.formatArgs&&(s=e.formatArgs.apply(t,s));var c=i.log||e.log||console.log.bind(console);c.apply(t,s)}n.enabled=!1,i.enabled=!0;var o=e.enabled(t)?i:n;return o.namespace=t,o}function o(t){e.save(t);for(var n=(t||"").split(/[\s,]+/),r=n.length,i=0;i1e4)){var e=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),r=(e[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*l;case"days":case"day":case"d":return n*u;case"hours":case"hour":case"hrs":case"hr":case"h":return n*c;case"minutes":case"minute":case"mins":case"min":case"m":return n*a;case"seconds":case"second":case"secs":case"sec":case"s":return n*s;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n}}}}function r(t){return t>=u?Math.round(t/u)+"d":t>=c?Math.round(t/c)+"h":t>=a?Math.round(t/a)+"m":t>=s?Math.round(t/s)+"s":t+"ms"}function i(t){return o(t,u,"day")||o(t,c,"hour")||o(t,a,"minute")||o(t,s,"second")||t+" ms"}function o(t,e,n){if(!(tr&&" "!==t[_+1],_=o);else if(!l(s))return lt;d=d&&h(s)}c=c||f&&o-_-1>r&&" "!==t[_+1]}return a||c?" "===t[0]&&n>9?lt:c?ut:ct:d&&!i(t)?st:at}function _(t,e,n,r){t.dump=function(){function i(e){return c(t,e)}if(0===e.length)return"''";if(!t.noCompatMode&&ot.indexOf(e)!==-1)return"'"+e+"'";var o=t.indent*Math.max(1,n),a=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-o),u=r||t.flowLevel>-1&&n>=t.flowLevel;switch(f(e,u,t.indent,a,i)){case st:return e;case at:return"'"+e.replace(/'/g,"''")+"'";case ct:return"|"+d(e,t.indent)+g(s(e,o));case ut:return">"+d(e,t.indent)+g(s(m(e,a),o));case lt:return'"'+v(e,a)+'"';default:throw new P("impossible error: invalid scalar style")}}()}function d(t,e){var n=" "===t[0]?String(e):"",r="\n"===t[t.length-1],i=r&&("\n"===t[t.length-2]||"\n"===t),o=i?"+":r?"":"-";return n+o+"\n"}function g(t){return"\n"===t[t.length-1]?t.slice(0,-1):t}function m(t,e){for(var n,r,i=/(\n+)([^\n]*)/g,o=function(){var n=t.indexOf("\n");return n=n!==-1?n:t.length,i.lastIndex=n,y(t.slice(0,n),e)}(),s="\n"===t[0]||" "===t[0];r=i.exec(t);){var a=r[1],c=r[2];n=" "===c[0],o+=a+(s||n||""===c?"":"\n")+y(c,e),s=n}return o}function y(t,e){if(""===t||" "===t[0])return t;for(var n,r,i=/ [^ ]/g,o=0,s=0,a=0,c="";n=i.exec(t);)a=n.index,a-o>e&&(r=s>o?s:a,c+="\n"+t.slice(o,r),o=r+1),s=a;return c+="\n",c+=t.length-o>e&&s>o?t.slice(o,s)+"\n"+t.slice(s+1):t.slice(o),c.slice(1)}function v(t){for(var e,n,r="",o=0;o1024&&(a+="? "),a+=t.dump+": ",I(t,e,s,!1,!1)&&(a+=t.dump,c+=a));t.tag=u,t.dump="{"+c+"}"}function C(t,e,n,r){var i,o,s,c,u,l,h="",p=t.tag,f=Object.keys(n);if(t.sortKeys===!0)f.sort();else if("function"==typeof t.sortKeys)f.sort(t.sortKeys);else if(t.sortKeys)throw new P("sortKeys must be a boolean or a function");for(i=0,o=f.length;i1024,u&&(l+=t.dump&&L===t.dump.charCodeAt(0)?"?":"? "),l+=t.dump,u&&(l+=a(t,e)),I(t,e+1,c,!0,u)&&(l+=t.dump&&L===t.dump.charCodeAt(0)?":":": ",l+=t.dump,h+=l));t.tag=p,t.dump=h||"{}"}function E(t,e,n){var r,i,o,s,a,c;for(i=n?t.explicitTypes:t.implicitTypes,o=0,s=i.length;o tag resolver accepts not "'+c+'" style');r=a.represent[c](e,c)}t.dump=r}return!0}return!1}function I(t,e,n,r,i,o){t.tag=null,t.dump=n,E(t,n,!1)||E(t,n,!0);var s=M.call(t.dump);r&&(r=t.flowLevel<0||t.flowLevel>e);var a,c,u="[object Object]"===s||"[object Array]"===s;if(u&&(a=t.duplicates.indexOf(n),c=a!==-1),(null!==t.tag&&"?"!==t.tag||c||2!==t.indent&&e>0)&&(i=!1),c&&t.usedDuplicates[a])t.dump="*ref_"+a;else{if(u&&c&&!t.usedDuplicates[a]&&(t.usedDuplicates[a]=!0),"[object Object]"===s)r&&0!==Object.keys(t.dump).length?(C(t,e,t.dump,i),c&&(t.dump="&ref_"+a+t.dump)):(x(t,e,t.dump),c&&(t.dump="&ref_"+a+" "+t.dump));else if("[object Array]"===s)r&&0!==t.dump.length?(w(t,e,t.dump,i),c&&(t.dump="&ref_"+a+t.dump)):(b(t,e,t.dump),c&&(t.dump="&ref_"+a+" "+t.dump));else{if("[object String]"!==s){if(t.skipInvalid)return!1;throw new P("unacceptable kind of an object to dump "+s)}"?"!==t.tag&&_(t,t.dump,e,o)}null!==t.tag&&"?"!==t.tag&&(t.dump="!<"+t.tag+"> "+t.dump)}return!0}function S(t,e){var n,r,i=[],o=[];for(T(t,i,o),n=0,r=o.length;n>10)+55296,(t-65536&1023)+56320)}function p(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||q,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function f(t,e){return new U(e,new z(t.filename,t.input,t.position,t.line,t.position-t.lineStart))}function _(t,e){throw f(t,e)}function d(t,e){t.onWarning&&t.onWarning.call(null,f(t,e))}function g(t,e,n,r){var i,o,s,a;if(e1&&(t.result+=B.repeat("\n",e-1))}function C(t,e,n){var a,c,u,l,h,p,f,_,d,m=t.kind,y=t.result;if(d=t.input.charCodeAt(t.position),o(d)||s(d)||35===d||38===d||42===d||33===d||124===d||62===d||39===d||34===d||37===d||64===d||96===d)return!1;if((63===d||45===d)&&(c=t.input.charCodeAt(t.position+1),o(c)||n&&s(c)))return!1;for(t.kind="scalar",t.result="",u=l=t.position,h=!1;0!==d;){if(58===d){if(c=t.input.charCodeAt(t.position+1),o(c)||n&&s(c))break}else if(35===d){if(a=t.input.charCodeAt(t.position-1),o(a))break}else{if(t.position===t.lineStart&&w(t)||n&&s(d))break;if(r(d)){if(p=t.line,f=t.lineStart,_=t.lineIndent,b(t,!1,-1),t.lineIndent>=e){h=!0,d=t.input.charCodeAt(t.position);continue}t.position=l,t.line=p,t.lineStart=f,t.lineIndent=_;break}}h&&(g(t,u,l,!1),x(t,t.line-p),u=l=t.position,h=!1),i(d)||(l=t.position+1),d=t.input.charCodeAt(++t.position)}return g(t,u,l,!1),!!t.result||(t.kind=m,t.result=y,!1)}function E(t,e){var n,i,o;if(n=t.input.charCodeAt(t.position),39!==n)return!1;for(t.kind="scalar",t.result="",t.position++,i=o=t.position;0!==(n=t.input.charCodeAt(t.position));)if(39===n){if(g(t,i,t.position,!0),n=t.input.charCodeAt(++t.position),39!==n)return!0;i=o=t.position,t.position++}else r(n)?(g(t,i,o,!0),x(t,b(t,!1,e)),i=o=t.position):t.position===t.lineStart&&w(t)?_(t,"unexpected end of the document within a single quoted scalar"):(t.position++,o=t.position);_(t,"unexpected end of the stream within a single quoted scalar")}function I(t,e){var n,i,o,s,u,l;if(l=t.input.charCodeAt(t.position),34!==l)return!1;for(t.kind="scalar",t.result="",t.position++,n=i=t.position;0!==(l=t.input.charCodeAt(t.position));){if(34===l)return g(t,n,t.position,!0),t.position++,!0;if(92===l){if(g(t,n,t.position,!0),l=t.input.charCodeAt(++t.position),r(l))b(t,!1,e);else if(l<256&&it[l])t.result+=ot[l],t.position++;else if((u=c(l))>0){for(o=u,s=0;o>0;o--)l=t.input.charCodeAt(++t.position),(u=a(l))>=0?s=(s<<4)+u:_(t,"expected hexadecimal character");t.result+=h(s),t.position++}else _(t,"unknown escape sequence");n=i=t.position}else r(l)?(g(t,n,i,!0),x(t,b(t,!1,e)),n=i=t.position):t.position===t.lineStart&&w(t)?_(t,"unexpected end of the document within a double quoted scalar"):(t.position++,i=t.position)}_(t,"unexpected end of the stream within a double quoted scalar")}function S(t,e){var n,r,i,s,a,c,u,l,h,p,f,d=!0,g=t.tag,m=t.anchor,v={};if(f=t.input.charCodeAt(t.position),91===f)s=93,u=!1,r=[];else{if(123!==f)return!1;s=125,u=!0,r={}}for(null!==t.anchor&&(t.anchorMap[t.anchor]=r),f=t.input.charCodeAt(++t.position);0!==f;){if(b(t,!0,e),f=t.input.charCodeAt(t.position),f===s)return t.position++,t.tag=g,t.anchor=m,t.kind=u?"mapping":"sequence",t.result=r,!0;d||_(t,"missed comma between flow collection entries"),h=l=p=null,a=c=!1,63===f&&(i=t.input.charCodeAt(t.position+1),o(i)&&(a=c=!0,t.position++,b(t,!0,e))),n=t.line,N(t,e,$,!1,!0),h=t.tag,l=t.result,b(t,!0,e),f=t.input.charCodeAt(t.position),!c&&t.line!==n||58!==f||(a=!0,f=t.input.charCodeAt(++t.position),b(t,!0,e),N(t,e,$,!1,!0),p=t.result),u?y(t,r,v,h,l,p):a?r.push(y(t,null,v,h,l,p)):r.push(l),b(t,!0,e),f=t.input.charCodeAt(t.position),44===f?(d=!0,f=t.input.charCodeAt(++t.position)):d=!1}_(t,"unexpected end of the stream within a flow collection")}function T(t,e){var n,o,s,a,c=J,l=!1,h=!1,p=e,f=0,d=!1;if(a=t.input.charCodeAt(t.position),124===a)o=!1;else{if(62!==a)return!1;o=!0}for(t.kind="scalar",t.result="";0!==a;)if(a=t.input.charCodeAt(++t.position),43===a||45===a)J===c?c=43===a?X:K:_(t,"repeat of a chomping mode identifier");else{if(!((s=u(a))>=0))break;0===s?_(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):h?_(t,"repeat of an indentation width identifier"):(p=e+s-1,h=!0)}if(i(a)){do a=t.input.charCodeAt(++t.position);while(i(a));if(35===a)do a=t.input.charCodeAt(++t.position);while(!r(a)&&0!==a)}for(;0!==a;){for(v(t),t.lineIndent=0,a=t.input.charCodeAt(t.position);(!h||t.lineIndentp&&(p=t.lineIndent),r(a))f++;else{if(t.lineIndente)&&0!==i)_(t,"bad indentation of a sequence entry");else if(t.lineIndente)&&(N(t,e,G,!0,s)&&(m?d=t.result:g=t.result),m||(y(t,h,p,f,d,g),f=d=g=null),b(t,!0,-1),c=t.input.charCodeAt(t.position)),t.lineIndent>e&&0!==c)_(t,"bad indentation of a mapping entry");else if(t.lineIndente?f=1:t.lineIndent===e?f=0:t.lineIndente?f=1:t.lineIndent===e?f=0:t.lineIndent tag; it should be "'+l.kind+'", not "'+t.kind+'"'),l.resolve(t.result)?(t.result=l.construct(t.result),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):_(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")):_(t,"unknown tag !<"+t.tag+">");return null!==t.listener&&t.listener("close",t),null!==t.tag||null!==t.anchor||g}function M(t){var e,n,s,a,c=t.position,u=!1;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap={},t.anchorMap={};0!==(a=t.input.charCodeAt(t.position))&&(b(t,!0,-1),a=t.input.charCodeAt(t.position),!(t.lineIndent>0||37!==a));){for(u=!0,a=t.input.charCodeAt(++t.position),e=t.position;0!==a&&!o(a);)a=t.input.charCodeAt(++t.position);for(n=t.input.slice(e,t.position),s=[],n.length<1&&_(t,"directive name must not be less than one character in length");0!==a;){for(;i(a);)a=t.input.charCodeAt(++t.position);if(35===a){do a=t.input.charCodeAt(++t.position);while(0!==a&&!r(a));break}if(r(a))break;for(e=t.position;0!==a&&!o(a);)a=t.input.charCodeAt(++t.position);s.push(t.input.slice(e,t.position))}0!==a&&v(t),W.call(at,n)?at[n](t,n,s):d(t,'unknown document directive "'+n+'"')}return b(t,!0,-1),0===t.lineIndent&&45===t.input.charCodeAt(t.position)&&45===t.input.charCodeAt(t.position+1)&&45===t.input.charCodeAt(t.position+2)?(t.position+=3,b(t,!0,-1)):u&&_(t,"directives end mark is expected"),N(t,t.lineIndent-1,G,!1,!0),b(t,!0,-1),t.checkLineBreaks&&tt.test(t.input.slice(c,t.position))&&d(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&w(t)?void(46===t.input.charCodeAt(t.position)&&(t.position+=3,b(t,!0,-1))):void(t.position0&&"\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(r-1))===-1;)if(r-=1,this.position-r>e/2-1){n=" ... ",r+=5;break}for(o="",s=this.position;se/2-1){o=" ... ",s-=5;break}return a=this.buffer.slice(r,s),i.repeat(" ",t)+n+a+o+"\n"+i.repeat(" ",t+this.position-r+n.length)+"^"},r.prototype.toString=function(t){var e,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),t||(e=this.getSnippet(),e&&(n+=":\n"+e)),n},t.exports=r},function(t,e,n){"use strict";function r(t){if(null===t)return!1;var e,n,r=0,i=t.length,o=u;for(n=0;n64)){if(e<0)return!1;r+=6}return r%8===0}function i(t){var e,n,r=t.replace(/[\r\n=]/g,""),i=r.length,o=u,s=0,c=[];for(e=0;e>16&255),c.push(s>>8&255),c.push(255&s)),s=s<<6|o.indexOf(r.charAt(e));return n=i%4*6,0===n?(c.push(s>>16&255),c.push(s>>8&255),c.push(255&s)):18===n?(c.push(s>>10&255),c.push(s>>2&255)):12===n&&c.push(s>>4&255),a?new a(c):c}function o(t){var e,n,r="",i=0,o=t.length,s=u;for(e=0;e>18&63],r+=s[i>>12&63],r+=s[i>>6&63],r+=s[63&i]),i=(i<<8)+t[e];return n=o%3,0===n?(r+=s[i>>18&63],r+=s[i>>12&63],r+=s[i>>6&63],r+=s[63&i]):2===n?(r+=s[i>>10&63],r+=s[i>>4&63],r+=s[i<<2&63],r+=s[64]):1===n&&(r+=s[i>>2&63],r+=s[i<<4&63],r+=s[64],r+=s[64]),r}function s(t){return a&&a.isBuffer(t)}var a;try{a=n(17).Buffer}catch(t){}var c=n(26),u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";t.exports=new c("tag:yaml.org,2002:binary",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";function r(t){if(null===t)return!1;var e=t.length;return 4===e&&("true"===t||"True"===t||"TRUE"===t)||5===e&&("false"===t||"False"===t||"FALSE"===t)}function i(t){return"true"===t||"True"===t||"TRUE"===t}function o(t){return"[object Boolean]"===Object.prototype.toString.call(t)}var s=n(26);t.exports=new s("tag:yaml.org,2002:bool",{kind:"scalar",resolve:r,construct:i,predicate:o,represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}},defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){return null!==t&&!!u.test(t)}function i(t){var e,n,r,i;return e=t.replace(/_/g,"").toLowerCase(),n="-"===e[0]?-1:1,i=[],"+-".indexOf(e[0])>=0&&(e=e.slice(1)),".inf"===e?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===e?NaN:e.indexOf(":")>=0?(e.split(":").forEach(function(t){i.unshift(parseFloat(t,10))}),e=0,r=1,i.forEach(function(t){e+=t*r,r*=60}),n*e):n*parseFloat(e,10)}function o(t,e){var n;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(a.isNegativeZero(t))return"-0.0";return n=t.toString(10),l.test(n)?n.replace("e",".e"):n}function s(t){return"[object Number]"===Object.prototype.toString.call(t)&&(t%1!==0||a.isNegativeZero(t))}var a=n(110),c=n(26),u=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)\\.[0-9_]*(?:[eE][-+][0-9]+)?|\\.[0-9_]+(?:[eE][-+][0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"),l=/^[-+]?[0-9]+e/;t.exports=new c("tag:yaml.org,2002:float",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o,defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){return 48<=t&&t<=57||65<=t&&t<=70||97<=t&&t<=102}function i(t){return 48<=t&&t<=55}function o(t){return 48<=t&&t<=57}function s(t){if(null===t)return!1;var e,n=t.length,s=0,a=!1;if(!n)return!1;if(e=t[s],"-"!==e&&"+"!==e||(e=t[++s]),"0"===e){if(s+1===n)return!0;if(e=t[++s],"b"===e){for(s++;s3)return!1;if("/"!==e[e.length-r.length-1])return!1}return!0}function i(t){var e=t,n=/\/([gim]*)$/.exec(t),r="";return"/"===e[0]&&(n&&(r=n[1]),e=e.slice(1,e.length-r.length-1)),new RegExp(e,r)}function o(t){var e="/"+t.source+"/";return t.global&&(e+="g"),t.multiline&&(e+="m"),t.ignoreCase&&(e+="i"),e}function s(t){return"[object RegExp]"===Object.prototype.toString.call(t)}var a=n(26);t.exports=new a("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";function r(){return!0}function i(){}function o(){return""}function s(t){return"undefined"==typeof t}var a=n(26);t.exports=new a("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";var r=n(26);t.exports=new r("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return null!==t?t:{}}})},function(t,e,n){"use strict";function r(t){return"<<"===t||null===t}var i=n(26);t.exports=new i("tag:yaml.org,2002:merge",{kind:"scalar",resolve:r})},function(t,e,n){"use strict";function r(t){if(null===t)return!0;var e=t.length;return 1===e&&"~"===t||4===e&&("null"===t||"Null"===t||"NULL"===t)}function i(){return null}function o(t){return null===t}var s=n(26);t.exports=new s("tag:yaml.org,2002:null",{kind:"scalar",resolve:r,construct:i,predicate:o,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){if(null===t)return!0;var e,n,r,i,o,c=[],u=t;for(e=0,n=u.length;e=t.maximum||!t.exclusiveMaximum&&e>t.maximum)&&(e=(t.maximum+t.minimum)/2),e):t.minimum?t.exclusiveMinimum?Math.floor(t.minimum)+1:t.minimum:t.maximum?t.exclusiveMaximum?t.maximum>0?0:Math.floor(t.maximum)-1:t.maximum>0?0:t.maximum:0}Object.defineProperty(n,"__esModule",{value:!0}),n.sampleNumber=r},{}],7:[function(t,e,n){"use strict";function r(t){var e=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],n={};return t&&"object"===i(t.properties)&&Object.keys(t.properties).forEach(function(r){e.skipReadOnly&&t.properties[r].readOnly||(n[r]=(0,o.traverse)(t.properties[r]))}),t&&"object"===i(t.additionalProperties)&&(n.property1=(0,o.traverse)(t.additionalProperties),n.property2=(0,o.traverse)(t.additionalProperties)),n}Object.defineProperty(n,"__esModule",{value:!0});var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t};n.sampleObject=r;var o=t("../traverse")},{"../traverse":9}],8:[function(t,e,n){"use strict";function r(){return"user@example.com"}function i(t,e){var n="pa$$word";return t>n.length&&(n+="_",n+=(0,_.ensureMinLength)(d,t-n.length).substring(0,t-n.length)),n}function o(t,e,n){var r=(0,_.toRFCDateTime)(new Date,n,!1);if(r.lengthe)throw Erorr("Using maxLength = "+e+' is incorrect with format "date-time"');return r}function s(t,e){return o(t,e)}function a(t,e){return o(t,e,!0)}function c(t,e){var n=(0,_.ensureMinLength)("string",t);return e&&n.length>e&&(n=n.substring(0,e)),n}function u(){return"192.168.0.1"}function l(){return"2001:0db8:85a3:0000:0000:8a2e:0370:7334"}function h(){return"example.com"}function p(){return"http://example.com"}function f(t){var e=t.format||"default",n=g[e]||c;return n(0|t.minLength,t.maxLength)}Object.defineProperty(n,"__esModule",{value:!0}),n.sampleString=f;var _=t("../utils"),d="qwerty!@#$%^123456",g={email:r,password:i,"date-time":s,date:a,ipv4:u,ipv6:l,hostname:h,uri:p,default:c}},{"../utils":10}],9:[function(t,e,n){"use strict";function r(t,e){if(t.allOf&&(0,o.mergeAllOf)(t),null!=t.example)return t.example;if(null!=t.default)return t.default;if(t.enum&&t.enum.length)return t.enum[0];var n=t.type,r=i._samplers[n];return r?r(t,e):{}}Object.defineProperty(n,"__esModule",{value:!0}),n.traverse=r;var i=t("./openapi-sampler"),o=t("./normalize")},{"./normalize":1,"./openapi-sampler":2}],10:[function(t,e,n){"use strict";function r(t){return t<10?"0"+t:t}function i(t,e,n){var i=t.getUTCFullYear()+"-"+r(t.getUTCMonth()+1)+"-"+r(t.getUTCDate());return e||(i+="T"+r(t.getUTCHours())+":"+r(t.getUTCMinutes())+":"+r(t.getUTCSeconds())+(n?"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5):"")+"Z"),i}function o(t,e){return e>t.length?t.repeat(Math.trunc(e/t.length)+1).substring(0,e):t}function s(t,e){for(var n=Object.keys(e),r=-1,i=n.length;++r>?>?|[!=]=?)=?|[~?@]/}),Prism.languages.actionscript["class-name"].alias="function",Prism.languages.markup&&Prism.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\\1|\\?(?!\1)[\w\W])*\2)*\s*\/?>/,lookbehind:!0,inside:{rest:Prism.languages.markup}}})},function(t,e){!function(t){var e={variable:[{pattern:/\$?\(\([\w\W]+?\)\)/,inside:{variable:[{pattern:/(^\$\(\([\w\W]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b-?(?:0x[\dA-Fa-f]+|\d*\.?\d+(?:[Ee]-?\d+)?)\b/,operator:/--?|-=|\+\+?|\+=|!=?|~|\*\*?|\*=|\/=?|%=?|<<=?|>>=?|<=?|>=?|==?|&&?|&=|\^=?|\|\|?|\|=|\?|:/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\([^)]+\)|`[^`]+`/,inside:{variable:/^\$\(|^`|\)$|`$/}},/\$(?:[a-z0-9_#\?\*!@]+|\{[^}]+\})/i]};t.languages.bash={shebang:{pattern:/^#!\s*\/bin\/bash|^#!\s*\/bin\/sh/,alias:"important"},comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},string:[{pattern:/((?:^|[^<])<<\s*)(?:"|')?(\w+?)(?:"|')?\s*\r?\n(?:[\s\S])*?\r?\n\2/g,lookbehind:!0,greedy:!0,inside:e},{pattern:/(["'])(?:\\\\|\\?[^\\])*?\1/g,greedy:!0,inside:e}],variable:e.variable,function:{pattern:/(^|\s|;|\||&)(?:alias|apropos|apt-get|aptitude|aspell|awk|basename|bash|bc|bg|builtin|bzip2|cal|cat|cd|cfdisk|chgrp|chmod|chown|chroot|chkconfig|cksum|clear|cmp|comm|command|cp|cron|crontab|csplit|cut|date|dc|dd|ddrescue|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|enable|env|ethtool|eval|exec|expand|expect|export|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|getopts|git|grep|groupadd|groupdel|groupmod|groups|gzip|hash|head|help|hg|history|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|jobs|join|kill|killall|less|link|ln|locate|logname|logout|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|make|man|mkdir|mkfifo|mkisofs|mknod|more|most|mount|mtools|mtr|mv|mmv|nano|netstat|nice|nl|nohup|notify-send|nslookup|open|op|passwd|paste|pathchk|ping|pkill|popd|pr|printcap|printenv|printf|ps|pushd|pv|pwd|quota|quotacheck|quotactl|ram|rar|rcp|read|readarray|readonly|reboot|rename|renice|remsync|rev|rm|rmdir|rsync|screen|scp|sdiff|sed|seq|service|sftp|shift|shopt|shutdown|sleep|slocate|sort|source|split|ssh|stat|strace|su|sudo|sum|suspend|sync|tail|tar|tee|test|time|timeout|times|touch|top|traceroute|trap|tr|tsort|tty|type|ulimit|umask|umount|unalias|uname|unexpand|uniq|units|unrar|unshar|uptime|useradd|userdel|usermod|users|uuencode|uudecode|v|vdir|vi|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yes|zip)(?=$|\s|;|\||&)/,lookbehind:!0},keyword:{pattern:/(^|\s|;|\||&)(?:let|:|\.|if|then|else|elif|fi|for|break|continue|while|in|case|function|select|do|done|until|echo|exit|return|set|declare)(?=$|\s|;|\||&)/,lookbehind:!0},boolean:{pattern:/(^|\s|;|\||&)(?:true|false)(?=$|\s|;|\||&)/,lookbehind:!0},operator:/&&?|\|\|?|==?|!=?|<<>|<=?|>=?|=~/,punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];]/};var n=e.variable[1].inside;n.function=t.languages.bash.function,n.keyword=t.languages.bash.keyword,n.boolean=t.languages.bash.boolean,n.operator=t.languages.bash.operator,n.punctuation=t.languages.bash.punctuation}(Prism)},function(t,e){Prism.languages.c=Prism.languages.extend("clike",{keyword:/\b(asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|union|unsigned|void|volatile|while)\b/,operator:/\-[>-]?|\+\+?|!=?|<>?=?|==?|&&?|\|?\||[~^%?*\/]/,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)[ful]*\b/i}),Prism.languages.insertBefore("c","string",{macro:{pattern:/(^\s*)#\s*[a-z]+([^\r\n\\]|\\.|\\(?:\r\n?|\n))*/im,lookbehind:!0,alias:"property",inside:{string:{pattern:/(#\s*include\s*)(<.+?>|("|')(\\?.)+?\3)/,lookbehind:!0},directive:{pattern:/(#\s*)\b(define|elif|else|endif|error|ifdef|ifndef|if|import|include|line|pragma|undef|using)\b/,lookbehind:!0,alias:"keyword"}}},constant:/\b(__FILE__|__LINE__|__DATE__|__TIME__|__TIMESTAMP__|__func__|EOF|NULL|stdin|stdout|stderr)\b/}),delete Prism.languages.c["class-name"],delete Prism.languages.c.boolean},function(t,e){!function(t){var e=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};t.languages.coffeescript=t.languages.extend("javascript",{comment:e,string:[{pattern:/'(?:\\?[^\\])*?'/,greedy:!0},{pattern:/"(?:\\?[^\\])*?"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),t.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:e,interpolation:n}}}),t.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\?[\s\S])*?`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},rest:t.languages.javascript}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),t.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete t.languages.coffeescript["template-string"]}(Prism)},function(t,e){Prism.languages.cpp=Prism.languages.extend("c",{keyword:/\b(alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|class|compl|const|constexpr|const_cast|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|float|for|friend|goto|if|inline|int|long|mutable|namespace|new|noexcept|nullptr|operator|private|protected|public|register|reinterpret_cast|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,boolean:/\b(true|false)\b/,operator:/[-+]{1,2}|!=?|<{1,2}=?|>{1,2}=?|\->|:{1,2}|={1,2}|\^|~|%|&{1,2}|\|?\||\?|\*|\/|\b(and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/}),Prism.languages.insertBefore("cpp","keyword",{"class-name":{pattern:/(class\s+)[a-z0-9_]+/i,lookbehind:!0}})},function(t,e){Prism.languages.csharp=Prism.languages.extend("clike",{keyword:/\b(abstract|as|async|await|base|bool|break|byte|case|catch|char|checked|class|const|continue|decimal|default|delegate|do|double|else|enum|event|explicit|extern|false|finally|fixed|float|for|foreach|goto|if|implicit|in|int|interface|internal|is|lock|long|namespace|new|null|object|operator|out|override|params|private|protected|public|readonly|ref|return|sbyte|sealed|short|sizeof|stackalloc|static|string|struct|switch|this|throw|true|try|typeof|uint|ulong|unchecked|unsafe|ushort|using|virtual|void|volatile|while|add|alias|ascending|async|await|descending|dynamic|from|get|global|group|into|join|let|orderby|partial|remove|select|set|value|var|where|yield)\b/,string:[/@("|')(\1\1|\\\1|\\?(?!\1)[\s\S])*\1/,/("|')(\\?.)*?\1/],number:/\b-?(0x[\da-f]+|\d*\.?\d+f?)\b/i}),Prism.languages.insertBefore("csharp","keyword",{"generic-method":{pattern:/[a-z0-9_]+\s*<[^>\r\n]+?>\s*(?=\()/i,alias:"function",inside:{keyword:Prism.languages.csharp.keyword,punctuation:/[<>(),.:]/}},preprocessor:{pattern:/(^\s*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(\s*#)\b(define|elif|else|endif|endregion|error|if|line|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}})},function(t,e){Prism.languages.go=Prism.languages.extend("clike",{keyword:/\b(break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,builtin:/\b(bool|byte|complex(64|128)|error|float(32|64)|rune|string|u?int(8|16|32|64|)|uintptr|append|cap|close|complex|copy|delete|imag|len|make|new|panic|print(ln)?|real|recover)\b/,boolean:/\b(_|iota|nil|true|false)\b/,operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,number:/\b(-?(0x[a-f\d]+|(\d+\.?\d*|\.\d+)(e[-+]?\d+)?)i?)\b/i,string:/("|'|`)(\\?.|\r|\n)*?\1/}),delete Prism.languages.go["class-name"]},function(t,e){Prism.languages.haskell={comment:{pattern:/(^|[^-!#$%*+=?&@|~.:<>^\\\/])(--[^-!#$%*+=?&@|~.:<>^\\\/].*|{-[\w\W]*?-})/m,lookbehind:!0},char:/'([^\\']|\\([abfnrtv\\"'&]|\^[A-Z@[\]\^_]|NUL|SOH|STX|ETX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|SO|SI|DLE|DC1|DC2|DC3|DC4|NAK|SYN|ETB|CAN|EM|SUB|ESC|FS|GS|RS|US|SP|DEL|\d+|o[0-7]+|x[0-9a-fA-F]+))'/,string:{pattern:/"([^\\"]|\\([abfnrtv\\"'&]|\^[A-Z@[\]\^_]|NUL|SOH|STX|ETX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|SO|SI|DLE|DC1|DC2|DC3|DC4|NAK|SYN|ETB|CAN|EM|SUB|ESC|FS|GS|RS|US|SP|DEL|\d+|o[0-7]+|x[0-9a-fA-F]+)|\\\s+\\)*"/,greedy:!0},keyword:/\b(case|class|data|deriving|do|else|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b/,import_statement:{pattern:/(\r?\n|\r|^)\s*import\s+(qualified\s+)?([A-Z][_a-zA-Z0-9']*)(\.[A-Z][_a-zA-Z0-9']*)*(\s+as\s+([A-Z][_a-zA-Z0-9']*)(\.[A-Z][_a-zA-Z0-9']*)*)?(\s+hiding\b)?/m,inside:{keyword:/\b(import|qualified|as|hiding)\b/}},builtin:/\b(abs|acos|acosh|all|and|any|appendFile|approxRational|asTypeOf|asin|asinh|atan|atan2|atanh|basicIORun|break|catch|ceiling|chr|compare|concat|concatMap|const|cos|cosh|curry|cycle|decodeFloat|denominator|digitToInt|div|divMod|drop|dropWhile|either|elem|encodeFloat|enumFrom|enumFromThen|enumFromThenTo|enumFromTo|error|even|exp|exponent|fail|filter|flip|floatDigits|floatRadix|floatRange|floor|fmap|foldl|foldl1|foldr|foldr1|fromDouble|fromEnum|fromInt|fromInteger|fromIntegral|fromRational|fst|gcd|getChar|getContents|getLine|group|head|id|inRange|index|init|intToDigit|interact|ioError|isAlpha|isAlphaNum|isAscii|isControl|isDenormalized|isDigit|isHexDigit|isIEEE|isInfinite|isLower|isNaN|isNegativeZero|isOctDigit|isPrint|isSpace|isUpper|iterate|last|lcm|length|lex|lexDigits|lexLitChar|lines|log|logBase|lookup|map|mapM|mapM_|max|maxBound|maximum|maybe|min|minBound|minimum|mod|negate|not|notElem|null|numerator|odd|or|ord|otherwise|pack|pi|pred|primExitWith|print|product|properFraction|putChar|putStr|putStrLn|quot|quotRem|range|rangeSize|read|readDec|readFile|readFloat|readHex|readIO|readInt|readList|readLitChar|readLn|readOct|readParen|readSigned|reads|readsPrec|realToFrac|recip|rem|repeat|replicate|return|reverse|round|scaleFloat|scanl|scanl1|scanr|scanr1|seq|sequence|sequence_|show|showChar|showInt|showList|showLitChar|showParen|showSigned|showString|shows|showsPrec|significand|signum|sin|sinh|snd|sort|span|splitAt|sqrt|subtract|succ|sum|tail|take|takeWhile|tan|tanh|threadToIOResult|toEnum|toInt|toInteger|toLower|toRational|toUpper|truncate|uncurry|undefined|unlines|until|unwords|unzip|unzip3|userError|words|writeFile|zip|zip3|zipWith|zipWith3)\b/,number:/\b(\d+(\.\d+)?(e[+-]?\d+)?|0o[0-7]+|0x[0-9a-f]+)\b/i,operator:/\s\.\s|[-!#$%*+=?&@|~.:<>^\\\/]*\.[-!#$%*+=?&@|~.:<>^\\\/]+|[-!#$%*+=?&@|~.:<>^\\\/]+\.[-!#$%*+=?&@|~.:<>^\\\/]*|[-!#$%*+=?&@|~:<>^\\\/]+|`([A-Z][_a-zA-Z0-9']*\.)*[_a-z][_a-zA-Z0-9']*`/,hvariable:/\b([A-Z][_a-zA-Z0-9']*\.)*[_a-z][_a-zA-Z0-9']*\b/,constant:/\b([A-Z][_a-zA-Z0-9']*\.)*[A-Z][_a-zA-Z0-9']*\b/,punctuation:/[{}[\];(),.:]/}},function(t,e){Prism.languages.java=Prism.languages.extend("clike",{keyword:/\b(abstract|continue|for|new|switch|assert|default|goto|package|synchronized|boolean|do|if|private|this|break|double|implements|protected|throw|byte|else|import|public|throws|case|enum|instanceof|return|transient|catch|extends|int|short|try|char|final|interface|static|void|class|finally|long|strictfp|volatile|const|float|native|super|while)\b/,number:/\b0b[01]+\b|\b0x[\da-f]*\.?[\da-fp\-]+\b|\b\d*\.?\d+(?:e[+-]?\d+)?[df]?\b/i,operator:{pattern:/(^|[^.])(?:\+[+=]?|-[-=]?|!=?|<>?>?=?|==?|&[&=]?|\|[|=]?|\*=?|\/=?|%=?|\^=?|[?:~])/m,lookbehind:!0}}),Prism.languages.insertBefore("java","function",{annotation:{alias:"punctuation",pattern:/(^|[^.])@\w+/,lookbehind:!0}})},function(t,e){Prism.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[\s\S]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+\.?[a-f\d]*(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|\.?\d*(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,function:/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/}},function(t,e){Prism.languages.matlab={string:/\B'(?:''|[^'\n])*'/,comment:[/%\{[\s\S]*?\}%/,/%.+/],number:/\b-?(?:\d*\.?\d+(?:[eE][+-]?\d+)?(?:[ij])?|[ij])\b/,keyword:/\b(?:break|case|catch|continue|else|elseif|end|for|function|if|inf|NaN|otherwise|parfor|pause|pi|return|switch|try|while)\b/,function:/(?!\d)\w+(?=\s*\()/,operator:/\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,punctuation:/\.{3}|[.,;\[\](){}!]/}},function(t,e){Prism.languages.objectivec=Prism.languages.extend("c",{keyword:/\b(asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|union|unsigned|void|volatile|while|in|self|super)\b|(@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,string:/("|')(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|@"(\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,operator:/-[->]?|\+\+?|!=?|<>?=?|==?|&&?|\|\|?|[~^%?*\/@]/})},function(t,e){Prism.languages.perl={comment:[{pattern:/(^\s*)=\w+[\s\S]*?=cut.*/m,lookbehind:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0}],string:[/\b(?:q|qq|qx|qw)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1/,/\b(?:q|qq|qx|qw)\s+([a-zA-Z0-9])(?:[^\\]|\\[\s\S])*?\1/,/\b(?:q|qq|qx|qw)\s*\((?:[^()\\]|\\[\s\S])*\)/,/\b(?:q|qq|qx|qw)\s*\{(?:[^{}\\]|\\[\s\S])*\}/,/\b(?:q|qq|qx|qw)\s*\[(?:[^[\]\\]|\\[\s\S])*\]/,/\b(?:q|qq|qx|qw)\s*<(?:[^<>\\]|\\[\s\S])*>/,/("|`)(?:[^\\]|\\[\s\S])*?\1/,/'(?:[^'\\\r\n]|\\.)*'/],regex:[/\b(?:m|qr)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1[msixpodualngc]*/,/\b(?:m|qr)\s+([a-zA-Z0-9])(?:[^\\]|\\.)*?\1[msixpodualngc]*/,/\b(?:m|qr)\s*\((?:[^()\\]|\\[\s\S])*\)[msixpodualngc]*/,/\b(?:m|qr)\s*\{(?:[^{}\\]|\\[\s\S])*\}[msixpodualngc]*/,/\b(?:m|qr)\s*\[(?:[^[\]\\]|\\[\s\S])*\][msixpodualngc]*/,/\b(?:m|qr)\s*<(?:[^<>\\]|\\[\s\S])*>[msixpodualngc]*/,{pattern:/(^|[^-]\b)(?:s|tr|y)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\2(?:[^\\]|\\[\s\S])*?\2[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s+([a-zA-Z0-9])(?:[^\\]|\\[\s\S])*?\2(?:[^\\]|\\[\s\S])*?\2[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\((?:[^()\\]|\\[\s\S])*\)\s*\((?:[^()\\]|\\[\s\S])*\)[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\{(?:[^{}\\]|\\[\s\S])*\}\s*\{(?:[^{}\\]|\\[\s\S])*\}[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\[(?:[^[\]\\]|\\[\s\S])*\]\s*\[(?:[^[\]\\]|\\[\s\S])*\][msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*<(?:[^<>\\]|\\[\s\S])*>\s*<(?:[^<>\\]|\\[\s\S])*>[msixpodualngcer]*/,lookbehind:!0},/\/(?:[^\/\\\r\n]|\\.)*\/[msixpodualngc]*(?=\s*(?:$|[\r\n,.;})&|\-+*~<>!?^]|(lt|gt|le|ge|eq|ne|cmp|not|and|or|xor|x)\b))/],variable:[/[&*$@%]\{\^[A-Z]+\}/,/[&*$@%]\^[A-Z_]/,/[&*$@%]#?(?=\{)/,/[&*$@%]#?((::)*'?(?!\d)[\w$]+)+(::)*/i,/[&*$@%]\d+/,/(?!%=)[$@%][!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~]/],filehandle:{pattern:/<(?![<=])\S*>|\b_\b/,alias:"symbol"},vstring:{pattern:/v\d+(\.\d+)*|\d+(\.\d+){2,}/,alias:"string"},function:{pattern:/sub [a-z0-9_]+/i,inside:{keyword:/sub/}},keyword:/\b(any|break|continue|default|delete|die|do|else|elsif|eval|for|foreach|given|goto|if|last|local|my|next|our|package|print|redo|require|say|state|sub|switch|undef|unless|until|use|when|while)\b/,number:/\b-?(0x[\dA-Fa-f](_?[\dA-Fa-f])*|0b[01](_?[01])*|(\d(_?\d)*)?\.?\d(_?\d)*([Ee][+-]?\d+)?)\b/,operator:/-[rwxoRWXOezsfdlpSbctugkTBMAC]\b|\+[+=]?|-[-=>]?|\*\*?=?|\/\/?=?|=[=~>]?|~[~=]?|\|\|?=?|&&?=?|<(?:=>?|<=?)?|>>?=?|![~=]?|[%^]=?|\.(?:=|\.\.?)?|[\\?]|\bx(?:=|\b)|\b(lt|gt|le|ge|eq|ne|cmp|not|and|or|xor)\b/,punctuation:/[{}[\];(),:]/}},function(t,e){Prism.languages.php=Prism.languages.extend("clike",{keyword:/\b(and|or|xor|array|as|break|case|cfunction|class|const|continue|declare|default|die|do|else|elseif|enddeclare|endfor|endforeach|endif|endswitch|endwhile|extends|for|foreach|function|include|include_once|global|if|new|return|static|switch|use|require|require_once|var|while|abstract|interface|public|implements|private|protected|parent|throw|null|echo|print|trait|namespace|final|yield|goto|instanceof|finally|try|catch)\b/i,constant:/\b[A-Z0-9_]{2,}\b/,comment:{pattern:/(^|[^\\])(?:\/\*[\w\W]*?\*\/|\/\/.*)/,lookbehind:!0}}),Prism.languages.insertBefore("php","class-name",{"shell-comment":{pattern:/(^|[^\\])#.*/,lookbehind:!0,alias:"comment"}}),Prism.languages.insertBefore("php","keyword",{delimiter:/\?>|<\?(?:php)?/i,variable:/\$\w+\b/i,package:{pattern:/(\\|namespace\s+|use\s+)[\w\\]+/,lookbehind:!0,inside:{punctuation:/\\/}}}),Prism.languages.insertBefore("php","operator",{property:{pattern:/(->)[\w]+/,lookbehind:!0}}),Prism.languages.markup&&(Prism.hooks.add("before-highlight",function(t){"php"===t.language&&(t.tokenStack=[],t.backupCode=t.code,t.code=t.code.replace(/(?:<\?php|<\?)[\w\W]*?(?:\?>)/gi,function(e){return t.tokenStack.push(e),"{{{PHP"+t.tokenStack.length+"}}}"}))}),Prism.hooks.add("before-insert",function(t){"php"===t.language&&(t.code=t.backupCode,delete t.backupCode)}),Prism.hooks.add("after-highlight",function(t){if("php"===t.language){for(var e,n=0;e=t.tokenStack[n];n++)t.highlightedCode=t.highlightedCode.replace("{{{PHP"+(n+1)+"}}}",Prism.highlight(e,t.grammar,"php").replace(/\$/g,"$$$$"));t.element.innerHTML=t.highlightedCode}}),Prism.hooks.add("wrap",function(t){"php"===t.language&&"markup"===t.type&&(t.content=t.content.replace(/(\{\{\{PHP[0-9]+\}\}\})/g,'$1'))}),Prism.languages.insertBefore("php","comment",{markup:{pattern:/<[^?]\/?(.*?)>/,inside:Prism.languages.markup},php:/\{\{\{PHP[0-9]+\}\}\}/}))},function(t,e){Prism.languages.python={"triple-quoted-string":{pattern:/"""[\s\S]+?"""|'''[\s\S]+?'''/,alias:"string"},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},string:{pattern:/("|')(?:\\\\|\\?[^\\\r\n])*?\1/,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_][a-zA-Z0-9_]*(?=\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)[a-z0-9_]+/i,lookbehind:!0},keyword:/\b(?:as|assert|async|await|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|pass|print|raise|return|try|while|with|yield)\b/,boolean:/\b(?:True|False)\b/,number:/\b-?(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*\.?\d*|\.\d+)(?:e[+-]?\d+)?j?\b/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]|\b(?:or|and|not)\b/,punctuation:/[{}[\];(),.:]/ +}},function(t,e){Prism.languages.r={comment:/#.*/,string:/(['"])(?:\\?.)*?\1/,"percent-operator":{pattern:/%[^%\s]*%/,alias:"operator"},boolean:/\b(?:TRUE|FALSE)\b/,ellipsis:/\.\.(?:\.|\d+)/,number:[/\b(?:NaN|Inf)\b/,/\b(?:0x[\dA-Fa-f]+(?:\.\d*)?|\d*\.?\d+)(?:[EePp][+-]?\d+)?[iL]?\b/],keyword:/\b(?:if|else|repeat|while|function|for|in|next|break|NULL|NA|NA_integer_|NA_real_|NA_complex_|NA_character_)\b/,operator:/->?>?|<(?:=|=!]=?|::?|&&?|\|\|?|[+*\/^$@~]/,punctuation:/[(){}\[\],;]/}},function(t,e){!function(t){t.languages.ruby=t.languages.extend("clike",{comment:/#(?!\{[^\r\n]*?\}).*/,keyword:/\b(alias|and|BEGIN|begin|break|case|class|def|define_method|defined|do|each|else|elsif|END|end|ensure|false|for|if|in|module|new|next|nil|not|or|raise|redo|require|rescue|retry|return|self|super|then|throw|true|undef|unless|until|when|while|yield)\b/});var e={pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"tag"},rest:t.util.clone(t.languages.ruby)}};t.languages.insertBefore("ruby","keyword",{regex:[{pattern:/%r([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\((?:[^()\\]|\\[\s\S])*\)[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\[(?:[^\[\]\\]|\\[\s\S])*\][gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r<(?:[^<>\\]|\\[\s\S])*>[gim]{0,3}/,inside:{interpolation:e}},{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\r\n])+\/[gim]{0,3}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0}],variable:/[@$]+[a-zA-Z_][a-zA-Z_0-9]*(?:[?!]|\b)/,symbol:/:[a-zA-Z_][a-zA-Z_0-9]*(?:[?!]|\b)/}),t.languages.insertBefore("ruby","number",{builtin:/\b(Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Stat|File|Fixnum|Fload|Hash|Integer|IO|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|String|Struct|TMS|Symbol|ThreadGroup|Thread|Time|TrueClass)\b/,constant:/\b[A-Z][a-zA-Z_0-9]*(?:[?!]|\b)/}),t.languages.ruby.string=[{pattern:/%[qQiIwWxs]?([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\((?:[^()\\]|\\[\s\S])*\)/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\[(?:[^\[\]\\]|\\[\s\S])*\]/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?<(?:[^<>\\]|\\[\s\S])*>/,inside:{interpolation:e}},{pattern:/("|')(#\{[^}]+\}|\\(?:\r?\n|\r)|\\?.)*?\1/,inside:{interpolation:e}}]}(Prism)},function(t,e){Prism.languages.scala=Prism.languages.extend("java",{keyword:/<-|=>|\b(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|null|object|override|package|private|protected|return|sealed|self|super|this|throw|trait|try|type|val|var|while|with|yield)\b/,string:[{pattern:/"""[\W\w]*?"""/,greedy:!0},{pattern:/("|')(?:\\\\|\\?[^\\\r\n])*?\1/,greedy:!0}],builtin:/\b(?:String|Int|Long|Short|Byte|Boolean|Double|Float|Char|Any|AnyRef|AnyVal|Unit|Nothing)\b/,number:/\b(?:0x[\da-f]*\.?[\da-f]+|\d*\.?\d+e?\d*[dfl]?)\b/i,symbol:/'[^\d\s\\]\w*/}),delete Prism.languages.scala["class-name"],delete Prism.languages.scala.function},function(t,e){Prism.languages.swift=Prism.languages.extend("clike",{string:{pattern:/("|')(\\(?:\((?:[^()]|\([^)]+\))+\)|\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/\\\((?:[^()]|\([^)]+\))+\)/,inside:{delimiter:{pattern:/^\\\(|\)$/,alias:"variable"}}}}},keyword:/\b(as|associativity|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic(?:Type)?|else|enum|extension|fallthrough|final|for|func|get|guard|if|import|in|infix|init|inout|internal|is|lazy|left|let|mutating|new|none|nonmutating|operator|optional|override|postfix|precedence|prefix|private|Protocol|public|repeat|required|rethrows|return|right|safe|self|Self|set|static|struct|subscript|super|switch|throws?|try|Type|typealias|unowned|unsafe|var|weak|where|while|willSet|__(?:COLUMN__|FILE__|FUNCTION__|LINE__))\b/,number:/\b([\d_]+(\.[\de_]+)?|0x[a-f0-9_]+(\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,constant:/\b(nil|[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,atrule:/@\b(IB(?:Outlet|Designable|Action|Inspectable)|class_protocol|exported|noreturn|NS(?:Copying|Managed)|objc|UIApplicationMain|auto_closure)\b/,builtin:/\b([A-Z]\S+|abs|advance|alignof(?:Value)?|assert|contains|count(?:Elements)?|debugPrint(?:ln)?|distance|drop(?:First|Last)|dump|enumerate|equal|filter|find|first|getVaList|indices|isEmpty|join|last|lexicographicalCompare|map|max(?:Element)?|min(?:Element)?|numericCast|overlaps|partition|print(?:ln)?|reduce|reflect|reverse|sizeof(?:Value)?|sort(?:ed)?|split|startsWith|stride(?:of(?:Value)?)?|suffix|swap|toDebugString|toString|transcode|underestimateCount|unsafeBitCast|with(?:ExtendedLifetime|Unsafe(?:MutablePointers?|Pointers?)|VaList))\b/}),Prism.languages.swift.string.inside.interpolation.inside.rest=Prism.util.clone(Prism.languages.swift)},function(t,e,n){(function(e){var n="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},r=function(){var t=/\blang(?:uage)?-(\w+)\b/i,e=0,r=n.Prism={util:{encode:function(t){return t instanceof i?new i(t.type,r.util.encode(t.content),t.alias):"Array"===r.util.type(t)?t.map(r.util.encode):t.replace(/&/g,"&").replace(/t.length)break t;if(!(m instanceof i)){l.lastIndex=0;var y=l.exec(m),v=1;if(!y&&f&&g!=o.length-1){var b=o[g+1].matchedStr||o[g+1],w=m+b;if(g=m.length)continue;var C=y.index+y[0].length,E=m.length+b.length;if(v=3,C<=E){if(o[g+1].greedy)continue;v=2,w=w.slice(0,E)}m=w}if(y){p&&(_=y[1].length);var x=y.index+_,y=y[0].slice(_),C=x+y.length,I=m.slice(0,x),S=m.slice(C),T=[g,v];I&&T.push(I);var k=new i(a,h?r.tokenize(y,h):y,d,y,f);T.push(k),S&&T.push(S),Array.prototype.splice.apply(o,T)}}}}}return o},hooks:{all:{},add:function(t,e){var n=r.hooks.all;n[t]=n[t]||[],n[t].push(e)},run:function(t,e){var n=r.hooks.all[t];if(n&&n.length)for(var i,o=0;i=n[o++];)i(e)}}},i=r.Token=function(t,e,n,r,i){this.type=t,this.content=e,this.alias=n,this.matchedStr=r||null,this.greedy=!!i};if(i.stringify=function(t,e,n){if("string"==typeof t)return t;if("Array"===r.util.type(t))return t.map(function(n){return i.stringify(n,e,t)}).join("");var o={type:t.type,content:i.stringify(t.content,e,n),tag:"span",classes:["token",t.type],attributes:{},language:e,parent:n};if("comment"==o.type&&(o.attributes.spellcheck="true"),t.alias){var s="Array"===r.util.type(t.alias)?t.alias:[t.alias];Array.prototype.push.apply(o.classes,s)}r.hooks.run("wrap",o);var a="";for(var c in o.attributes)a+=(a?" ":"")+c+'="'+(o.attributes[c]||"")+'"';return"<"+o.tag+' class="'+o.classes.join(" ")+'" '+a+">"+o.content+""},!n.document)return n.addEventListener?(n.addEventListener("message",function(t){var e=JSON.parse(t.data),i=e.language,o=e.code,s=e.immediateClose;n.postMessage(r.highlight(o,r.languages[i],i)),s&&n.close()},!1),n.Prism):n.Prism;var o=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return o&&(r.filename=o.src,document.addEventListener&&!o.hasAttribute("data-manual")&&("loading"!==document.readyState?requestAnimationFrame(r.highlightAll,0):document.addEventListener("DOMContentLoaded",r.highlightAll))),n.Prism}();"undefined"!=typeof t&&t.exports&&(t.exports=r),"undefined"!=typeof e&&(e.Prism=r),r.languages.markup={comment://,prolog:/<\?[\w\W]+?\?>/,doctype://,cdata://i,tag:{pattern:/<\/?(?!\d)[^\s>\/=.$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\w\W])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},r.hooks.add("wrap",function(t){"entity"===t.type&&(t.attributes.title=t.content.replace(/&/,"&"))}),r.languages.xml=r.languages.markup,r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:/("|')(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1/,property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},r.languages.css.atrule.inside.rest=r.util.clone(r.languages.css),r.languages.markup&&(r.languages.insertBefore("markup","tag",{style:{pattern:/()[\w\W]*?(?=<\/style>)/i,lookbehind:!0,inside:r.languages.css,alias:"language-css"}}),r.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|').*?\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:r.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:r.languages.css}},alias:"language-css"}},r.languages.markup.tag)),r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:{pattern:/(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(true|false)\b/,function:/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},r.languages.javascript=r.languages.extend("clike",{keyword:/\b(as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b-?(0x[\dA-Fa-f]+|0b[01]+|0o[0-7]+|\d*\.?\d+([Ee][+-]?\d+)?|NaN|Infinity)\b/,function:/[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*(?=\()/i}),r.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\\\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0,greedy:!0}}),r.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\\\|\\?[^\\])*?`/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^}]+\}/,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}}}),r.languages.markup&&r.languages.insertBefore("markup","tag",{script:{pattern:/()[\w\W]*?(?=<\/script>)/i,lookbehind:!0,inside:r.languages.javascript,alias:"language-javascript"}}),r.languages.js=r.languages.javascript,function(){"undefined"!=typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(){var t={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"};Array.prototype.forEach&&Array.prototype.slice.call(document.querySelectorAll("pre[data-src]")).forEach(function(e){for(var n,i=e.getAttribute("data-src"),o=e,s=/\blang(?:uage)?-(?!\*)(\w+)\b/i;o&&!s.test(o.className);)o=o.parentNode;if(o&&(n=(e.className.match(s)||[,""])[1]),!n){var a=(i.match(/\.(\w+)$/)||[,""])[1];n=t[a]||a}var c=document.createElement("code");c.className="language-"+n,e.textContent="",c.textContent="Loading…",e.appendChild(c);var u=new XMLHttpRequest;u.open("GET",i,!0),u.onreadystatechange=function(){4==u.readyState&&(u.status<400&&u.responseText?(c.textContent=u.responseText,r.highlightElement(c)):u.status>=400?c.textContent="✖ Error "+u.status+" while fetching file: "+u.statusText:c.textContent="✖ Error: File does not exist or is empty")},u.send(null)})},document.addEventListener("DOMContentLoaded",self.Prism.fileHighlight))}()}).call(e,n(27))},function(t,e,n){(function(t,r){var i;!function(o){function s(t){throw new RangeError(R[t])}function a(t,e){for(var n=t.length,r=[];n--;)r[n]=e(t[n]);return r}function c(t,e){var n=t.split("@"),r="";n.length>1&&(r=n[0]+"@",t=n[1]),t=t.replace(P,".");var i=t.split("."),o=a(i,e).join(".");return r+o}function u(t){for(var e,n,r=[],i=0,o=t.length;i=55296&&e<=56319&&i65535&&(t-=65536,e+=j(t>>>10&1023|55296),t=56320|1023&t),e+=j(t)}).join("")}function h(t){return t-48<10?t-22:t-65<26?t-65:t-97<26?t-97:w}function p(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function f(t,e,n){var r=0;for(t=n?M(t/I):t>>1,t+=M(t/e);t>N*C>>1;r+=w)t=M(t/N);return M(r+(N+1)*t/(t+E))}function _(t){var e,n,r,i,o,a,c,u,p,_,d=[],g=t.length,m=0,y=T,v=S;for(n=t.lastIndexOf(k),n<0&&(n=0),r=0;r=128&&s("not-basic"),d.push(t.charCodeAt(r));for(i=n>0?n+1:0;i=g&&s("invalid-input"),u=h(t.charCodeAt(i++)),(u>=w||u>M((b-m)/a))&&s("overflow"),m+=u*a,p=c<=v?x:c>=v+C?C:c-v,!(uM(b/_)&&s("overflow"),a*=_;e=d.length+1,v=f(m-o,e,0==o),M(m/e)>b-y&&s("overflow"),y+=M(m/e),m%=e,d.splice(m++,0,y)}return l(d)}function d(t){var e,n,r,i,o,a,c,l,h,_,d,g,m,y,v,E=[];for(t=u(t),g=t.length,e=T,n=0,o=S,a=0;a=e&&dM((b-n)/m)&&s("overflow"),n+=(c-e)*m,e=c,a=0;ab&&s("overflow"),d==e){for(l=n,h=w;_=h<=o?x:h>=o+C?C:h-o,!(l<_);h+=w)v=l-_,y=w-_,E.push(j(p(_+v%y,0))),l=M(v/y);E.push(j(p(l,0))),o=f(n,m,r==i),n=0,++r}++n,++e}return E.join("")}function g(t){return c(t,function(t){return O.test(t)?_(t.slice(4).toLowerCase()):t})}function m(t){return c(t,function(t){return A.test(t)?"xn--"+d(t):t})}var y=("object"==typeof e&&e&&!e.nodeType&&e,"object"==typeof t&&t&&!t.nodeType&&t,"object"==typeof r&&r);y.global!==y&&y.window!==y&&y.self!==y||(o=y);var v,b=2147483647,w=36,x=1,C=26,E=38,I=700,S=72,T=128,k="-",O=/^xn--/,A=/[^\x20-\x7E]/,P=/[\x2E\u3002\uFF0E\uFF61]/g,R={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},N=w-x,M=Math.floor,j=String.fromCharCode;v={version:"1.4.1",ucs2:{decode:u,encode:l},decode:_,encode:d,toASCII:m,toUnicode:g},i=function(){return v}.call(e,n,e,t),!(void 0!==i&&(t.exports=i))}(this)}).call(e,n(399)(t),n(27))},function(t,e){"use strict";function n(t,e){return Object.prototype.hasOwnProperty.call(t,e)}t.exports=function(t,e,i,o){e=e||"&",i=i||"=";var s={};if("string"!=typeof t||0===t.length)return s;var a=/\+/g;t=t.split(e);var c=1e3;o&&"number"==typeof o.maxKeys&&(c=o.maxKeys);var u=t.length;c>0&&u>c&&(u=c);for(var l=0;l=0?(h=d.substr(0,g),p=d.substr(g+1)):(h=d,p=""),f=decodeURIComponent(h),_=decodeURIComponent(p),n(s,f)?r(s[f])?s[f].push(_):s[f]=[s[f],_]:s[f]=_}return s};var r=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},function(t,e){"use strict";function n(t,e){if(t.map)return t.map(e);for(var n=[],r=0;r`\x00-\x20]+/,o=/'[^']*'/,s=/"[^"]*"/,a=n(/(?:unquoted|single_quoted|double_quoted)/)("unquoted",i)("single_quoted",o)("double_quoted",s)(),c=n(/(?:\s+attr_name(?:\s*=\s*attr_value)?)/)("attr_name",r)("attr_value",a)(),u=n(/<[A-Za-z][A-Za-z0-9]*attribute*\s*\/?>/)("attribute",c)(),l=/<\/[A-Za-z][A-Za-z0-9]*\s*>/,h=//,p=/<[?].*?[?]>/,f=/]*>/,_=/])*\]\]>/,d=n(/^(?:open_tag|close_tag|comment|processing|declaration|cdata)/)("open_tag",u)("close_tag",l)("comment",h)("processing",p)("declaration",f)("cdata",_)();t.exports.HTML_TAG_RE=d},function(t,e){"use strict";t.exports=["coap","doi","javascript","aaa","aaas","about","acap","cap","cid","crid","data","dav","dict","dns","file","ftp","geo","go","gopher","h323","http","https","iax","icap","im","imap","info","ipp","iris","iris.beep","iris.xpc","iris.xpcs","iris.lwz","ldap","mailto","mid","msrp","msrps","mtqp","mupdate","news","nfs","ni","nih","nntp","opaquelocktoken","pop","pres","rtsp","service","session","shttp","sieve","sip","sips","sms","snmp","soap.beep","soap.beeps","tag","tel","telnet","tftp","thismessage","tn3270","tip","tv","urn","vemmi","ws","wss","xcon","xcon-userid","xmlrpc.beep","xmlrpc.beeps","xmpp","z39.50r","z39.50s","adiumxtra","afp","afs","aim","apt","attachment","aw","beshare","bitcoin","bolo","callto","chrome","chrome-extension","com-eventbrite-attendee","content","cvs","dlna-playsingle","dlna-playcontainer","dtn","dvb","ed2k","facetime","feed","finger","fish","gg","git","gizmoproject","gtalk","hcp","icon","ipn","irc","irc6","ircs","itms","jar","jms","keyparc","lastfm","ldaps","magnet","maps","market","message","mms","ms-help","msnim","mumble","mvn","notes","oid","palm","paparazzi","platform","proxy","psyc","query","res","resource","rmi","rsync","rtmp","secondlife","sftp","sgn","skype","smb","soldat","spotify","ssh","steam","svn","teamspeak","things","udp","unreal","ut2004","ventrilo","view-source","webcal","wtai","wyciwyg","xfire","xri","ymsgr"]},function(t,e){"use strict";t.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","abbr2"]},block:{rules:["blockquote","code","fences","heading","hr","htmlblock","lheading","list","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","htmltag","links","newline","text"]}}}},function(t,e){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","replacements","linkify","smartquotes","references","abbr2","footnote_tail"]},block:{rules:["blockquote","code","fences","heading","hr","htmlblock","lheading","list","paragraph","table"]},inline:{rules:["autolink","backticks","del","emphasis","entity","escape","footnote_ref","htmltag","links","newline","text"]}}}},function(t,e){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{},block:{},inline:{}}}},function(t,e,n){"use strict";function r(t,e,n){this.src=e,this.env=n,this.options=t.options,this.tokens=[],this.inlineMode=!1,this.inline=t.inline,this.block=t.block,this.renderer=t.renderer,this.typographer=t.typographer}function i(t,e){"string"!=typeof t&&(e=t,t="default"),this.inline=new u,this.block=new c,this.core=new a,this.renderer=new s,this.ruler=new l,this.options={},this.configure(h[t]),this.set(e||{})}var o=n(44).assign,s=n(741),a=n(739),c=n(738),u=n(740),l=n(181),h={default:n(735),full:n(736),commonmark:n(734)};i.prototype.set=function(t){o(this.options,t)},i.prototype.configure=function(t){var e=this;if(!t)throw new Error("Wrong `remarkable` preset, check name/content");t.options&&e.set(t.options),t.components&&Object.keys(t.components).forEach(function(n){t.components[n].rules&&e[n].ruler.enable(t.components[n].rules,!0)})},i.prototype.use=function(t,e){return t(this,e),this},i.prototype.parse=function(t,e){var n=new r(this,t,e);return this.core.process(n),n.tokens},i.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)},i.prototype.parseInline=function(t,e){var n=new r(this,t,e);return n.inlineMode=!0,this.core.process(n),n.tokens},i.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)},t.exports=i,t.exports.utils=n(44)},function(t,e,n){"use strict";function r(){this.ruler=new i;for(var t=0;t=n))&&!(t.tShift[a]=0&&(t=t.replace(a,function(e,n){var r;return 10===t.charCodeAt(n)?(s=n+1,l=0,e):(r=" ".slice((n-s-l)%4),l=n-s+1,r)})),i=new o(t,this,e,n,r),void this.tokenize(i,i.line,i.lineMax)):[]},t.exports=r},function(t,e,n){"use strict";function r(){this.options={},this.ruler=new i;for(var t=0;t0)return void(t.pos=n);for(e=0;e=o)break}else t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()},r.prototype.parse=function(t,e,n,r){var i=new s(t,this,e,n,r);this.tokenize(i)},t.exports=r},function(t,e,n){"use strict";function r(){this.rules=i.assign({},o),this.getBreak=o.getBreak}var i=n(44),o=n(742);t.exports=r,r.prototype.renderInline=function(t,e,n){for(var r=this.rules,i=t.length,o=0,s="";i--;)s+=r[t[o].type](t,o++,e,n,this);return s},r.prototype.render=function(t,e,n){for(var r=this.rules,i=t.length,o=-1,s="";++o=t.length-2?e:"paragraph_open"===t[e].type&&t[e].tight&&"inline"===t[e+1].type&&0===t[e+1].content.length&&"paragraph_close"===t[e+2].type&&t[e+2].tight?r(t,e+2):e}var i=n(44).has,o=n(44).unescapeMd,s=n(44).replaceEntities,a=n(44).escapeHtml,c={};c.blockquote_open=function(){return"
\n"},c.blockquote_close=function(t,e){return"
"+u(t,e)},c.code=function(t,e){return t[e].block?"
"+a(t[e].content)+"
"+u(t,e):""+a(t[e].content)+""},c.fence=function(t,e,n,r,c){var l,h,p=t[e],f="",_=n.langPrefix,d="";if(p.params){if(l=p.params.split(/\s+/g)[0],i(c.rules.fence_custom,l))return c.rules.fence_custom[l](t,e,n,r,c);d=a(s(o(l))),f=' class="'+_+d+'"'}return h=n.highlight?n.highlight(p.content,d)||a(p.content):a(p.content),"
"+h+"
"+u(t,e)},c.fence_custom={},c.heading_open=function(t,e){return""},c.heading_close=function(t,e){return"\n"},c.hr=function(t,e,n){return(n.xhtmlOut?"
":"
")+u(t,e)},c.bullet_list_open=function(){return"
    \n"},c.bullet_list_close=function(t,e){return"
"+u(t,e)},c.list_item_open=function(){return"
  • "},c.list_item_close=function(){return"
  • \n"},c.ordered_list_open=function(t,e){var n=t[e],r=n.order>1?' start="'+n.order+'"':"";return"\n"},c.ordered_list_close=function(t,e){return""+u(t,e)},c.paragraph_open=function(t,e){return t[e].tight?"":"

    "},c.paragraph_close=function(t,e){var n=!(t[e].tight&&e&&"inline"===t[e-1].type&&!t[e-1].content);return(t[e].tight?"":"

    ")+(n?u(t,e):"")},c.link_open=function(t,e,n){var r=t[e].title?' title="'+a(s(t[e].title))+'"':"",i=n.linkTarget?' target="'+n.linkTarget+'"':"";return'"},c.link_close=function(){return""},c.image=function(t,e,n){var r=' src="'+a(t[e].src)+'"',i=t[e].title?' title="'+a(s(t[e].title))+'"':"",o=' alt="'+(t[e].alt?a(s(t[e].alt)):"")+'"',c=n.xhtmlOut?" /":"";return""},c.table_open=function(){return"\n"},c.table_close=function(){return"
    \n"},c.thead_open=function(){return"\n"},c.thead_close=function(){return"\n"},c.tbody_open=function(){return"\n"},c.tbody_close=function(){return"\n"},c.tr_open=function(){return""},c.tr_close=function(){return"\n"},c.th_open=function(t,e){var n=t[e];return""},c.th_close=function(){return""},c.td_open=function(t,e){var n=t[e];return""},c.td_close=function(){return""},c.strong_open=function(){return""},c.strong_close=function(){return""},c.em_open=function(){return""},c.em_close=function(){return""},c.del_open=function(){return""},c.del_close=function(){return""},c.ins_open=function(){return""},c.ins_close=function(){return""},c.mark_open=function(){return""},c.mark_close=function(){return""},c.sub=function(t,e){return""+a(t[e].content)+""},c.sup=function(t,e){return""+a(t[e].content)+""},c.hardbreak=function(t,e,n){return n.xhtmlOut?"
    \n":"
    \n"},c.softbreak=function(t,e,n){return n.breaks?n.xhtmlOut?"
    \n":"
    \n":"\n"},c.text=function(t,e){return a(t[e].content)},c.htmlblock=function(t,e){return t[e].content},c.htmltag=function(t,e){return t[e].content},c.abbr_open=function(t,e){return''},c.abbr_close=function(){return""; +},c.footnote_ref=function(t,e){var n=Number(t[e].id+1).toString(),r="fnref"+n;return t[e].subId>0&&(r+=":"+t[e].subId),'['+n+"]"},c.footnote_block_open=function(t,e,n){var r=n.xhtmlOut?'
    \n':'
    \n';return r+'
    \n
      \n'},c.footnote_block_close=function(){return"
    \n
    \n"},c.footnote_open=function(t,e){var n=Number(t[e].id+1).toString();return'
  • '},c.footnote_close=function(){return"
  • \n"},c.footnote_anchor=function(t,e){var n=Number(t[e].id+1).toString(),r="fnref"+n;return t[e].subId>0&&(r+=":"+t[e].subId),' '},c.dl_open=function(){return"
    \n"},c.dt_open=function(){return"
    "},c.dd_open=function(){return"
    "},c.dl_close=function(){return"
    \n"},c.dt_close=function(){return"\n"},c.dd_close=function(){return"\n"};var u=c.getBreak=function(t,e){return e=r(t,e),eg)return!1;if(62!==t.src.charCodeAt(d++))return!1;if(t.level>=t.options.maxNesting)return!1;if(r)return!0;for(32===t.src.charCodeAt(d)&&d++,c=t.blkIndent,t.blkIndent=0,a=[t.bMarks[e]],t.bMarks[e]=d,d=d=g,s=[t.tShift[e]],t.tShift[e]=d-t.bMarks[e],h=t.parser.ruler.getRules("blockquote"),i=e+1;i=g));i++)if(62!==t.src.charCodeAt(d++)){if(o)break;for(_=!1,p=0,f=h.length;p=g,s.push(t.tShift[i]),t.tShift[i]=d-t.bMarks[i];for(u=t.parentType,t.parentType="blockquote",t.tokens.push({type:"blockquote_open",lines:l=[e,0],level:t.level++}),t.parser.tokenize(t,e,i),t.tokens.push({type:"blockquote_close",level:--t.level}),t.parentType=u,l[1]=t.line,p=0;p=4))break;r++,i=r}return t.line=r,t.tokens.push({type:"code",content:t.getLines(e,i,4+t.blkIndent,!0),block:!0,lines:[e,t.line],level:t.level}),!0}},function(t,e){"use strict";function n(t,e){var n,r,i=t.bMarks[e]+t.tShift[e],o=t.eMarks[e];return i>=o?-1:(r=t.src.charCodeAt(i++),126!==r&&58!==r?-1:(n=t.skipSpaces(i),i===n?-1:n>=o?-1:n))}function r(t,e){var n,r,i=t.level+2;for(n=e+2,r=t.tokens.length-2;n=0;if(p=e+1,t.isEmpty(p)&&++p>i)return!1;if(t.tShift[p]=t.options.maxNesting)return!1;h=t.tokens.length,t.tokens.push({type:"dl_open",lines:l=[e,0],level:t.level++}),c=e,a=p;t:for(;;){for(v=!0,y=!1,t.tokens.push({type:"dt_open",lines:[c,c],level:t.level++}),t.tokens.push({type:"inline",content:t.getLines(c,c+1,t.blkIndent,!1).trim(),level:t.level+1,lines:[c,c],children:[]}),t.tokens.push({type:"dt_close",level:--t.level});;){if(t.tokens.push({type:"dd_open",lines:u=[p,0],level:t.level++}),m=t.tight,_=t.ddIndent,f=t.blkIndent,g=t.tShift[a],d=t.parentType,t.blkIndent=t.ddIndent=t.tShift[a]+2,t.tShift[a]=s-t.bMarks[a],t.tight=!0,t.parentType="deflist",t.parser.tokenize(t,a,i,!0),t.tight&&!y||(v=!1),y=t.line-a>1&&t.isEmpty(t.line-1),t.tShift[a]=g,t.tight=m,t.parentType=d,t.blkIndent=f,t.ddIndent=_,t.tokens.push({type:"dd_close",level:--t.level}),u[1]=p=t.line,p>=i)break t;if(t.tShift[p]=i)break;if(c=p,t.isEmpty(c))break;if(t.tShift[c]=i)break;if(t.isEmpty(a)&&a++,a>=i)break;if(t.tShift[a]h)return!1;if(i=t.src.charCodeAt(l),126!==i&&96!==i)return!1;if(c=l,l=t.skipChars(l,i),o=l-c,o<3)return!1;if(s=t.src.slice(l,h).trim(),s.indexOf("`")>=0)return!1;if(r)return!0;for(a=e;(a++,!(a>=n))&&(l=c=t.bMarks[a]+t.tShift[a],h=t.eMarks[a],!(l=4||(l=t.skipChars(l,i),l-cl)return!1;if(91!==t.src.charCodeAt(u))return!1;if(94!==t.src.charCodeAt(u+1))return!1;if(t.level>=t.options.maxNesting)return!1;for(a=u+2;a=l||58!==t.src.charCodeAt(++a))&&(!!r||(a++,t.env.footnotes||(t.env.footnotes={}),t.env.footnotes.refs||(t.env.footnotes.refs={}),c=t.src.slice(u+2,a-2),t.env.footnotes.refs[":"+c]=-1,t.tokens.push({type:"footnote_reference_open",label:c,level:t.level++}),i=t.bMarks[e],o=t.tShift[e],s=t.parentType,t.tShift[e]=t.skipSpaces(a)-a,t.bMarks[e]=a,t.blkIndent+=4,t.parentType="footnote",t.tShift[e]=c)return!1;if(i=t.src.charCodeAt(a),35!==i||a>=c)return!1;for(o=1,i=t.src.charCodeAt(++a);35===i&&a6||aa&&32===t.src.charCodeAt(s-1)&&(c=s),t.line=e+1,t.tokens.push({type:"heading_open",hLevel:o,lines:[e,t.line],level:t.level}),ac)return!1;if(i=t.src.charCodeAt(a++),42!==i&&45!==i&&95!==i)return!1;for(o=1;a=97&&e<=122}var i=n(731),o=/^<([a-zA-Z]{1,15})[\s\/>]/,s=/^<\/([a-zA-Z]{1,15})[\s>]/;t.exports=function(t,e,n,a){var c,u,l,h=t.bMarks[e],p=t.eMarks[e],f=t.tShift[e];if(h+=f,!t.options.html)return!1;if(f>3||h+2>=p)return!1;if(60!==t.src.charCodeAt(h))return!1;if(c=t.src.charCodeAt(h+1),33===c||63===c){if(a)return!0}else{if(47!==c&&!r(c))return!1;if(47===c){if(u=t.src.slice(h,p).match(s),!u)return!1}else if(u=t.src.slice(h,p).match(o),!u)return!1;if(i[u[1].toLowerCase()]!==!0)return!1;if(a)return!0}for(l=e+1;l=n)&&(!(t.tShift[s]3)&&(i=t.bMarks[s]+t.tShift[s],o=t.eMarks[s],!(i>=o)&&(r=t.src.charCodeAt(i),(45===r||61===r)&&(i=t.skipChars(i,r),i=t.skipSpaces(i),!(i=i?-1:(n=t.src.charCodeAt(r++),42!==n&&45!==n&&43!==n?-1:r=i)return-1;if(n=t.src.charCodeAt(r++),n<48||n>57)return-1;for(;;){if(r>=i)return-1;if(n=t.src.charCodeAt(r++),!(n>=48&&n<=57)){if(41===n||46===n)break;return-1}}return r=0)v=!0;else{if(!((_=n(t,e))>=0))return!1;v=!1}if(t.level>=t.options.maxNesting)return!1;if(y=t.src.charCodeAt(_-1),s)return!0;for(w=t.tokens.length,v?(f=t.bMarks[e]+t.tShift[e],m=Number(t.src.substr(f,_-f-1)),t.tokens.push({type:"ordered_list_open",order:m,lines:C=[e,0],level:t.level++})):t.tokens.push({type:"bullet_list_open",lines:C=[e,0],level:t.level++}),a=e,x=!1,I=t.parser.ruler.getRules("list");!(!(a=d?1:b-_,g>4&&(g=1),g<1&&(g=1),c=_-t.bMarks[a]+g,t.tokens.push({type:"list_item_open",lines:E=[e,0],level:t.level++}),l=t.blkIndent,h=t.tight,u=t.tShift[e],p=t.parentType,t.tShift[e]=b-t.bMarks[e],t.blkIndent=c,t.tight=!0,t.parentType="list",t.parser.tokenize(t,e,o,!0),t.tight&&!x||(O=!1),x=t.line-e>1&&t.isEmpty(t.line-1),t.blkIndent=l,t.tShift[e]=u,t.tight=h,t.parentType=p,t.tokens.push({type:"list_item_close",level:--t.level}),a=e=t.line,E[1]=a,b=t.bMarks[e],a>=o)||t.isEmpty(a)||t.tShift[a]3)){for(i=!1,o=0,s=a.length;o=this.eMarks[t]},n.prototype.skipEmptyLines=function(t){for(var e=this.lineMax;tn;)if(e!==this.src.charCodeAt(--t))return t+1;return t},n.prototype.getLines=function(t,e,n,r){var i,o,s,a,c,u=t;if(t>=e)return"";if(u+1===e)return o=this.bMarks[u]+Math.min(this.tShift[u],n),s=r?this.eMarks[u]+1:this.eMarks[u],this.src.slice(o,s);for(a=new Array(e-t),i=0;un&&(c=n),c<0&&(c=0),o=this.bMarks[u]+c,s=u+1r)return!1;if(u=e+1,t.tShift[u]=t.eMarks[u])return!1;if(o=t.src.charCodeAt(a),124!==o&&45!==o&&58!==o)return!1;if(s=n(t,e+1),!/^[-:| ]+$/.test(s))return!1;if(l=s.split("|"),l<=2)return!1;for(h=[],c=0;c=0;e--)if(a=s[e],"text"===a.type){for(l=0,c=a.content,p.lastIndex=0,h=a.level,u=[];f=p.exec(c);)p.lastIndex>l&&u.push({type:"text",content:c.slice(l,f.index+f[1].length),level:h}),u.push({type:"abbr_open",title:t.env.abbreviations[":"+f[2]],level:h++}),u.push({type:"text",content:f[2],level:h}),u.push({type:"abbr_close",level:--h}),l=p.lastIndex-f[3].length;u.length&&(l0?s[e].count:1,r=0;r\s]/i.test(t)}function i(t){return/^<\/a\s*>/i.test(t)}function o(){var t=[],e=new s({stripPrefix:!1,url:!0,email:!0,twitter:!1,replaceFn:function(e,n){switch(n.getType()){case"url":t.push({text:n.matchedText,url:n.getUrl()});break;case"email":t.push({text:n.matchedText,url:"mailto:"+n.getEmail().replace(/^mailto:/i,"")})}return!1}});return{links:t,autolinker:e}}var s=n(781),a=/www|@|\:\/\//;t.exports=function(t){var e,n,s,c,u,l,h,p,f,_,d,g,m,y=t.tokens,v=null;if(t.options.linkify)for(n=0,s=y.length;n=0;e--)if(u=c[e],"link_close"!==u.type){if("htmltag"===u.type&&(r(u.content)&&d>0&&d--,i(u.content)&&d++),!(d>0)&&"text"===u.type&&a.test(u.content)){if(v||(v=o(),g=v.links,m=v.autolinker),l=u.content,g.length=0,m.link(l),!g.length)continue;for(h=[],_=u.level,p=0;p=0;a--)if("inline"===t.tokens[a].type)for(s=t.tokens[a].children,e=s.length-1;e>=0;e--)i=s[e],"text"===i.type&&(o=i.content,o=n(o),r.test(o)&&(o=o.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---([^-]|$)/gm,"$1—$2").replace(/(^|\s)--(\s|$)/gm,"$1–$2").replace(/(^|[^-\s])--([^-\s]|$)/gm,"$1–$2")),i.content=o)}},function(t,e){"use strict";function n(t,e){return!(e<0||e>=t.length)&&!s.test(t[e])}function r(t,e,n){return t.substr(0,e)+n+t.substr(e+1)}var i=/['"]/,o=/['"]/g,s=/[-\s()\[\]]/,a="’";t.exports=function(t){var e,s,c,u,l,h,p,f,_,d,g,m,y,v,b,w,x;if(t.options.typographer)for(x=[],b=t.tokens.length-1;b>=0;b--)if("inline"===t.tokens[b].type)for(w=t.tokens[b].children,x.length=0,e=0;e=0&&!(x[y].level<=p);y--);x.length=y+1,c=s.content,l=0,h=c.length;t:for(;l=0&&(d=x[y],!(x[y].level/,s=/^<([a-zA-Z.\-]{1,25}):([^<>\x00-\x20]*)>/;t.exports=function(t,e){var n,a,c,u,l,h=t.pos;return 60===t.src.charCodeAt(h)&&(n=t.src.slice(h),!(n.indexOf(">")<0)&&((a=n.match(s))?!(r.indexOf(a[1].toLowerCase())<0)&&(u=a[0].slice(1,-1),l=i(u),!!t.parser.validateLink(u)&&(e||(t.push({type:"link_open",href:l,level:t.level}),t.push({type:"text",content:u,level:t.level+1}),t.push({type:"link_close",level:t.level})),t.pos+=a[0].length,!0)):(c=n.match(o),!!c&&(u=c[0].slice(1,-1),l=i("mailto:"+u),!!t.parser.validateLink(l)&&(e||(t.push({type:"link_open",href:l,level:t.level}),t.push({type:"text",content:u,level:t.level+1}),t.push({type:"link_close",level:t.level})),t.pos+=c[0].length,!0)))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.pos,c=t.src.charCodeAt(a);if(96!==c)return!1;for(n=a,a++,r=t.posMax;a=a)return!1;if(126!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),126===o)return!1;if(126===s)return!1;if(32===s||10===s)return!1;for(r=c+2;rc+3)return t.pos+=r-c,e||(t.pending+=t.src.slice(c,r)),!0;for(t.pos=c+2,i=1;t.pos+1=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122}function r(t,e){var r,i,o,s=e,a=!0,c=!0,u=t.posMax,l=t.src.charCodeAt(e);for(r=e>0?t.src.charCodeAt(e-1):-1;s=u&&(a=!1),o=s-e,o>=4?a=c=!1:(i=s=t.options.maxNesting)return!1;for(t.pos=h+n,c=[n];t.pos?@[]^_`{|}~-".split("").forEach(function(t){n[t.charCodeAt(0)]=1}),t.exports=function(t,e){var r,i=t.pos,o=t.posMax;if(92!==t.src.charCodeAt(i))return!1;if(i++,i=a)&&(94===t.src.charCodeAt(c)&&(91===t.src.charCodeAt(c+1)&&(!(t.level>=t.options.maxNesting)&&(n=c+2,i=r(t,c+1),!(i<0)&&(e||(t.env.footnotes||(t.env.footnotes={}),t.env.footnotes.list||(t.env.footnotes.list=[]),o=t.env.footnotes.list.length,t.pos=n,t.posMax=i,t.push({type:"footnote_ref",id:o,level:t.level}),t.linkLevel++,s=t.tokens.length,t.parser.tokenize(t),t.env.footnotes.list[o]={tokens:t.tokens.splice(s)},t.linkLevel--),t.pos=i+1,t.posMax=a,!0)))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s=t.posMax,a=t.pos;if(a+3>s)return!1;if(!t.env.footnotes||!t.env.footnotes.refs)return!1;if(91!==t.src.charCodeAt(a))return!1;if(94!==t.src.charCodeAt(a+1))return!1;if(t.level>=t.options.maxNesting)return!1;for(r=a+2;r=s)&&(r++,n=t.src.slice(a+2,r-1),"undefined"!=typeof t.env.footnotes.refs[":"+n]&&(e||(t.env.footnotes.list||(t.env.footnotes.list=[]),t.env.footnotes.refs[":"+n]<0?(i=t.env.footnotes.list.length,t.env.footnotes.list[i]={label:n,count:0},t.env.footnotes.refs[":"+n]=i):i=t.env.footnotes.refs[":"+n],o=t.env.footnotes.list[i].count,t.env.footnotes.list[i].count++,t.push({type:"footnote_ref",id:i,subId:o,level:t.level})),t.pos=r,t.posMax=s,!0)))}},function(t,e,n){"use strict";function r(t){var e=32|t;return e>=97&&e<=122}var i=n(732).HTML_TAG_RE;t.exports=function(t,e){var n,o,s,a=t.pos;return!!t.options.html&&(s=t.posMax,!(60!==t.src.charCodeAt(a)||a+2>=s)&&(n=t.src.charCodeAt(a+1),!(33!==n&&63!==n&&47!==n&&!r(n))&&(!!(o=t.src.slice(a).match(i))&&(e||t.push({type:"htmltag",content:t.src.slice(a,a+o[0].length),level:t.level}),t.pos+=o[0].length,!0))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.posMax,c=t.pos;if(43!==t.src.charCodeAt(c))return!1;if(e)return!1;if(c+4>=a)return!1;if(43!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),43===o)return!1;if(43===s)return!1;if(32===s||10===s)return!1;for(r=c+2;r=t.options.maxNesting)return!1;if(n=m+1,a=r(t,m),a<0)return!1;if(h=a+1,h=g)return!1;for(m=h,i(t,h)?(u=t.linkContent,h=t.pos):u="",m=h;h=g||41!==t.src.charCodeAt(h))return t.pos=d,!1;h++}else{if(t.linkLevel>0)return!1;for(;h=0?c=t.src.slice(m,h++):h=m-1),c||("undefined"==typeof c&&(h=a+1),c=t.src.slice(n,a)),p=t.env.references[s(c)],!p)return t.pos=d,!1;u=p.href,l=p.title}return e||(t.pos=n,t.posMax=a,_?t.push({type:"image",src:u,title:l,alt:t.src.substr(n,a-n),level:t.level}):(t.push({type:"link_open",href:u,title:l,level:t.level++}),t.linkLevel++,t.parser.tokenize(t),t.linkLevel--,t.push({type:"link_close",level:--t.level}))),t.pos=h,t.posMax=g,!0}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.posMax,c=t.pos;if(61!==t.src.charCodeAt(c))return!1;if(e)return!1;if(c+4>=a)return!1;if(61!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),61===o)return!1;if(61===s)return!1;if(32===s||10===s)return!1;for(r=c+2;r=0&&32===t.pending.charCodeAt(n)?n>=1&&32===t.pending.charCodeAt(n-1)?(t.pending=t.pending.replace(/ +$/,""),t.push({type:"hardbreak",level:t.level})):(t.pending=t.pending.slice(0,-1),t.push({type:"softbreak",level:t.level})):t.push({type:"softbreak",level:t.level})), +i++;i?@[\]^_`{|}~-])/g;t.exports=function(t,e){var r,i,o=t.posMax,s=t.pos;if(126!==t.src.charCodeAt(s))return!1;if(e)return!1;if(s+2>=o)return!1;if(t.level>=t.options.maxNesting)return!1;for(t.pos=s+1;t.pos?@[\]^_`{|}~-])/g;t.exports=function(t,e){var r,i,o=t.posMax,s=t.pos;if(94!==t.src.charCodeAt(s))return!1;if(e)return!1;if(s+2>=o)return!1;if(t.level>=t.options.maxNesting)return!1;for(t.pos=s+1;t.pose&&(n=null==n?"..":n,t=t.substring(0,e-n.length)+n),t},indexOf:function(t,e){if(Array.prototype.indexOf)return t.indexOf(e);for(var n=0,r=t.length;n",this.getInnerHtml(),""].join("")},buildAttrsStr:function(){if(!this.attrs)return"";var t=this.getAttrs(),e=[];for(var n in t)t.hasOwnProperty(n)&&e.push(n+'="'+t[n]+'"');return e.join(" ")}}),t.AnchorTagBuilder=t.Util.extend(Object,{constructor:function(e){t.Util.assign(this,e)},build:function(e){var n=new t.HtmlTag({tagName:"a",attrs:this.createAttrs(e.getType(),e.getAnchorHref()),innerHtml:this.processAnchorText(e.getAnchorText())});return n},createAttrs:function(t,e){var n={href:e},r=this.createCssClass(t);return r&&(n.class=r),this.newWindow&&(n.target="_blank"),n},createCssClass:function(t){var e=this.className;return e?e+" "+e+"-"+t:""},processAnchorText:function(t){return t=this.doTruncate(t)},doTruncate:function(e){return t.Util.ellipsis(e,this.truncate||Number.POSITIVE_INFINITY)}}),t.htmlParser.HtmlParser=t.Util.extend(Object,{htmlRegex:function(){var t=/[0-9a-zA-Z][0-9a-zA-Z:]*/,e=/[^\s\0"'>\/=\x01-\x1F\x7F]+/,n=/(?:"[^"]*?"|'[^']*?'|[^'"=<>`\s]+)/,r=e.source+"(?:\\s*=\\s*"+n.source+")?";return new RegExp(["(?:","<(!DOCTYPE)","(?:","\\s+","(?:",r,"|",n.source+")",")*",">",")","|","(?:","<(/)?","("+t.source+")","(?:","\\s+",r,")*","\\s*/?",">",")"].join(""),"gi")}(),htmlCharacterEntitiesRegex:/( | |<|<|>|>|"|"|')/gi,parse:function(t){for(var e,n,r=this.htmlRegex,i=0,o=[];null!==(e=r.exec(t));){var s=e[0],a=e[1]||e[3],c=!!e[2],u=t.substring(i,e.index);u&&(n=this.parseTextAndEntityNodes(u),o.push.apply(o,n)),o.push(this.createElementNode(s,a,c)),i=e.index+s.length}if(i=r)return void i.complete();i.next(e[n]),t.index=n+1,this.schedule(t)}},e.prototype._subscribe=function(t){var n=0,r=this,i=r.arrayLike,o=r.scheduler,s=i.length;if(o)return o.schedule(e.dispatch,0,{arrayLike:i,index:n,length:s,subscriber:t});for(var a=0;a_?_:e):e}function o(t){return"number"==typeof t&&c.root.isFinite(t)}function s(t){var e=+t;return 0===e?e:isNaN(e)?e:e<0?-1:1}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(37),u=n(0),l=n(137),h=function(t){function e(e,n){if(t.call(this),this.scheduler=n,null==e)throw new Error("iterator cannot be null.");this.iterator=r(e)}return a(e,t),e.create=function(t,n){return new e(t,n)},e.dispatch=function(t){var e=t.index,n=t.hasError,r=t.iterator,i=t.subscriber;if(n)return void i.error(t.error);var o=r.next();return o.done?void i.complete():(i.next(o.value),t.index=e+1,void(i.closed||this.schedule(t)))},e.prototype._subscribe=function(t){var n=0,r=this,i=r.iterator,o=r.scheduler;if(o)return o.schedule(e.dispatch,0,{index:n,iterator:i,subscriber:t});for(;;){var s=i.next();if(s.done){t.complete();break}if(t.next(s.value),t.closed)break}},e}(u.Observable);e.IteratorObservable=h;var p=function(){function t(t,e,n){void 0===e&&(e=0),void 0===n&&(n=t.length),this.str=t,this.idx=e,this.len=n}return t.prototype[l.$$iterator]=function(){return this},t.prototype.next=function(){return this.idx=r?void i.complete():(i.next(e),void(i.closed||(t.index=n+1,t.start=e+1,this.schedule(t))))},e.prototype._subscribe=function(t){var n=0,r=this.start,i=this._count,o=this.scheduler;if(o)return o.schedule(e.dispatch,0,{index:n,count:i,start:r,subscriber:t});for(;;){if(n++>=i){t.complete();break}if(t.next(r++),t.closed)break}},e}(i.Observable);e.RangeObservable=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(383),s=n(269),a=function(t){function e(e,n,r){void 0===n&&(n=0),void 0===r&&(r=o.asap),t.call(this),this.source=e,this.delayTime=n,this.scheduler=r,(!s.isNumeric(n)||n<0)&&(this.delayTime=0),r&&"function"==typeof r.schedule||(this.scheduler=o.asap)}return r(e,t),e.create=function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=o.asap),new e(t,n,r)},e.dispatch=function(t){var e=t.source,n=t.subscriber;return e.subscribe(n)},e.prototype._subscribe=function(t){var n=this.delayTime,r=this.source,i=this.scheduler;return i.schedule(e.dispatch,n,{source:r,subscriber:t})},e}(i.Observable);e.SubscribeOnObservable=a},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(269),o=n(0),s=n(45),a=n(90),c=n(189),u=function(t){function e(e,n,r){void 0===e&&(e=0),t.call(this),this.period=-1,this.dueTime=0,i.isNumeric(n)?this.period=Number(n)<1&&1||Number(n):a.isScheduler(n)&&(r=n),a.isScheduler(r)||(r=s.async),this.scheduler=r,this.dueTime=c.isDate(e)?+e-this.scheduler.now():e}return r(e,t),e.create=function(t,n,r){return void 0===t&&(t=0),new e(t,n,r)},e.dispatch=function(t){var e=t.index,n=t.period,r=t.subscriber,i=this;if(r.next(e),!r.closed){if(n===-1)return r.complete();t.index=e+1,i.schedule(t,n)}},e.prototype._subscribe=function(t){var n=0,r=this,i=r.period,o=r.dueTime,s=r.scheduler;return s.schedule(e.dispatch,o,{index:n,period:i,subscriber:t})},e}(o.Observable);e.TimerObservable=u},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(5),s=n(4),a=function(t){function e(e,n){t.call(this),this.resourceFactory=e,this.observableFactory=n}return r(e,t),e.create=function(t,n){return new e(t,n)},e.prototype._subscribe=function(t){var e,n=this,r=n.resourceFactory,i=n.observableFactory;try{return e=r(),new c(t,e,i)}catch(e){t.error(e)}},e}(i.Observable);e.UsingObservable=a;var c=function(t){function e(e,n,r){t.call(this,e),this.resource=n,this.observableFactory=r,e.add(n),this.tryUse()}return r(e,t),e.prototype.tryUse=function(){try{var t=this.observableFactory.call(this,this.resource);t&&this.add(o.subscribeToResult(this,t))}catch(t){this._error(t)}},e}(s.OuterSubscriber)},function(t,e,n){"use strict";var r=n(917);e.bindCallback=r.BoundCallbackObservable.create},function(t,e,n){"use strict";var r=n(918);e.bindNodeCallback=r.BoundNodeCallbackObservable.create},function(t,e,n){"use strict";function r(){for(var t=[],e=0;e0;){var r=n.shift();r.length>0&&e.next(r)}t.prototype._complete.call(this)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){var e=arguments.length,n=c.async;l.isScheduler(arguments[arguments.length-1])&&(n=arguments[arguments.length-1],e--);var r=null;e>=2&&(r=arguments[1]);var i=Number.POSITIVE_INFINITY;return e>=3&&(i=arguments[2]),this.lift(new h(t,r,i,n))}function i(t){var e=t.subscriber,n=t.context;n&&e.closeContext(n),e.closed||(t.context=e.openContext(),t.context.closeAction=this.schedule(t,t.bufferTimeSpan))}function o(t){var e=t.bufferCreationInterval,n=t.bufferTimeSpan,r=t.subscriber,i=t.scheduler,o=r.openContext(),a=this;r.closed||(r.add(o.closeAction=i.schedule(s,n,{subscriber:r,context:o})),a.schedule(t,e))}function s(t){var e=t.subscriber,n=t.context;e.closeContext(n)}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(45),u=n(3),l=n(90);e.bufferTime=r;var h=function(){function t(t,e,n,r){this.bufferTimeSpan=t,this.bufferCreationInterval=e,this.maxBufferSize=n,this.scheduler=r}return t.prototype.call=function(t,e){return e._subscribe(new f(t,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))},t}(),p=function(){function t(){this.buffer=[]}return t}(),f=function(t){function e(e,n,r,a,c){t.call(this,e),this.bufferTimeSpan=n,this.bufferCreationInterval=r,this.maxBufferSize=a,this.scheduler=c,this.contexts=[];var u=this.openContext();if(this.timespanOnly=null==r||r<0,this.timespanOnly){var l={subscriber:this,context:u,bufferTimeSpan:n};this.add(u.closeAction=c.schedule(i,n,l))}else{var h={subscriber:this,context:u},p={bufferTimeSpan:n,bufferCreationInterval:r,subscriber:this,scheduler:c};this.add(u.closeAction=c.schedule(s,n,h)),this.add(c.schedule(o,r,p))}}return a(e,t),e.prototype._next=function(t){for(var e,n=this.contexts,r=n.length,i=0;i0;){var i=n.shift();r.next(i.buffer)}t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.contexts=null},e.prototype.onBufferFull=function(t){this.closeContext(t);var e=t.closeAction;if(e.unsubscribe(),this.remove(e),this.timespanOnly){t=this.openContext();var n=this.bufferTimeSpan,r={subscriber:this,context:t,bufferTimeSpan:n};this.add(t.closeAction=this.scheduler.schedule(i,n,r))}},e.prototype.openContext=function(){var t=new p;return this.contexts.push(t),t},e.prototype.closeContext=function(t){this.destination.next(t.buffer);var e=this.contexts,n=e?e.indexOf(t):-1;n>=0&&e.splice(e.indexOf(t),1)},e}(u.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new c(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(30),s=n(5),a=n(4);e.bufferToggle=r;var c=function(){function t(t,e){this.openings=t,this.closingSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.openings,this.closingSelector))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.openings=n,this.closingSelector=r,this.contexts=[],this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(t){for(var e=this.contexts,n=e.length,r=0;r0;){var r=n.shift();r.subscription.unsubscribe(),r.buffer=null,r.subscription=null}this.contexts=null,t.prototype._error.call(this,e)},e.prototype._complete=function(){for(var e=this.contexts;e.length>0;){var n=e.shift();this.destination.next(n.buffer),n.subscription.unsubscribe(),n.buffer=null,n.subscription=null}this.contexts=null,t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){t?this.closeBuffer(t):this.openBuffer(e)},e.prototype.notifyComplete=function(t){this.closeBuffer(t.context)},e.prototype.openBuffer=function(t){try{var e=this.closingSelector,n=e.call(this,t);n&&this.trySubscribe(n)}catch(t){this._error(t)}},e.prototype.closeBuffer=function(t){var e=this.contexts;if(e&&t){var n=t.buffer,r=t.subscription; +this.destination.next(n),e.splice(e.indexOf(t),1),this.remove(r),r.unsubscribe()}},e.prototype.trySubscribe=function(t){var e=this.contexts,n=[],r=new o.Subscription,i={buffer:n,subscription:r};e.push(i);var a=s.subscribeToResult(this,t,i);!a||a.closed?this.closeBuffer(i):(a.context=i,this.add(a),r.add(a))},e}(a.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(30),s=n(33),a=n(31),c=n(4),u=n(5);e.bufferWhen=r;var l=function(){function t(t){this.closingSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.closingSelector))},t}(),h=function(t){function e(e,n){t.call(this,e),this.closingSelector=n,this.subscribing=!1,this.openBuffer()}return i(e,t),e.prototype._next=function(t){this.buffer.push(t)},e.prototype._complete=function(){var e=this.buffer;e&&this.destination.next(e),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.buffer=null,this.subscribing=!1},e.prototype.notifyNext=function(t,e,n,r,i){this.openBuffer()},e.prototype.notifyComplete=function(){this.subscribing?this.complete():this.openBuffer()},e.prototype.openBuffer=function(){var t=this.closingSubscription;t&&(this.remove(t),t.unsubscribe());var e=this.buffer;this.buffer&&this.destination.next(e),this.buffer=[];var n=s.tryCatch(this.closingSelector)();n===a.errorObject?this.error(a.errorObject.e):(t=new o.Subscription,this.closingSubscription=t,this.add(t),this.subscribing=!0,t.add(u.subscribeToResult(this,n)),this.subscribing=!1)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e,n){void 0===t&&(t=Number.POSITIVE_INFINITY),void 0===e&&(e=Number.POSITIVE_INFINITY);var r,s,a=this,c=0,u=function(){return r=new o.ReplaySubject(t,e,n)};return new i.Observable(function(t){r||(r=u(),s=a.subscribe(function(t){return r.next(t)},function(t){var e=r;r=null,e.error(t)},function(){return r.complete()})),c++,r||(r=u());var e=r.subscribe(t);return function(){c--,e&&e.unsubscribe(),0===c&&s.unsubscribe()}})}var i=n(0),o=n(183);e.cache=r},function(t,e,n){"use strict";function r(t){var e=new a(t),n=this.lift(e);return e.caught=n}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e._catch=r;var a=function(){function t(t){this.selector=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.selector,this.caught))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.selector=n,this.caught=r}return i(e,t),e.prototype.error=function(t){if(!this.isStopped){var e=void 0;try{e=this.selector(t,this.caught)}catch(t){return void this.destination.error(t)}this.unsubscribe(),this.destination.remove(this),s.subscribeToResult(this,e)}},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new i.CombineLatestOperator(t))}var i=n(261);e.combineAll=r},function(t,e,n){"use strict";function r(){return this.lift(new i.MergeAllOperator(1))}var i=n(184);e.concatAll=r},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.MergeMapOperator(t,e,1))}var i=n(376);e.concatMap=r},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.MergeMapToOperator(t,e,1))}var i=n(377);e.concatMapTo=r},function(t,e,n){"use strict";function r(t){return this.lift(new s(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.count=r;var s=function(){function t(t,e){this.predicate=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate,this.source))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.predicate=n,this.source=r,this.count=0,this.index=0}return i(e,t),e.prototype._next=function(t){this.predicate?this._tryPredicate(t):this.count++},e.prototype._tryPredicate=function(t){var e;try{e=this.predicate(t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e&&this.count++},e.prototype._complete=function(){this.destination.next(this.count),this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.debounce=r;var a=function(){function t(t){this.durationSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.durationSelector))},t}(),c=function(t){function e(e,n){t.call(this,e),this.durationSelector=n,this.hasValue=!1,this.durationSubscription=null}return i(e,t),e.prototype._next=function(t){try{var e=this.durationSelector.call(this,t);e&&this._tryNext(t,e)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.emitValue(),this.destination.complete()},e.prototype._tryNext=function(t,e){var n=this.durationSubscription;this.value=t,this.hasValue=!0,n&&(n.unsubscribe(),this.remove(n)),n=s.subscribeToResult(this,e),n.closed||this.add(this.durationSubscription=n)},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){if(this.hasValue){var e=this.value,n=this.durationSubscription;n&&(this.durationSubscription=null,n.unsubscribe(),this.remove(n)),this.value=null,this.hasValue=!1,t.prototype._next.call(this,e)}},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=a.async),this.lift(new c(t,e))}function i(t){t.debouncedNext()}var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=n(3),a=n(45);e.debounceTime=r;var c=function(){function t(t,e){this.dueTime=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.dueTime,this.scheduler))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.dueTime=n,this.scheduler=r,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}return o(e,t),e.prototype._next=function(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(i,this.dueTime,this))},e.prototype._complete=function(){this.debouncedNext(),this.destination.complete()},e.prototype.debouncedNext=function(){this.clearDebounce(),this.hasValue&&(this.destination.next(this.lastValue),this.lastValue=null,this.hasValue=!1)},e.prototype.clearDebounce=function(){var t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)},e}(s.Subscriber)},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=null),this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.defaultIfEmpty=r;var s=function(){function t(t){this.defaultValue=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.defaultValue))},t}(),a=function(t){function e(e,n){t.call(this,e),this.defaultValue=n,this.isEmpty=!0}return i(e,t),e.prototype._next=function(t){this.isEmpty=!1,this.destination.next(t)},e.prototype._complete=function(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){void 0===e&&(e=o.async);var n=s.isDate(t),r=n?+t-e.now():Math.abs(t);return this.lift(new u(r,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(45),s=n(189),a=n(3),c=n(134);e.delay=r;var u=function(){function t(t,e){this.delay=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.delay,this.scheduler))},t}(),l=function(t){function e(e,n,r){t.call(this,e),this.delay=n,this.scheduler=r,this.queue=[],this.active=!1,this.errored=!1}return i(e,t),e.dispatch=function(t){for(var e=t.source,n=e.queue,r=t.scheduler,i=t.destination;n.length>0&&n[0].time-r.now()<=0;)n.shift().notification.observe(i);if(n.length>0){var o=Math.max(0,n[0].time-r.now());this.schedule(t,o)}else e.active=!1},e.prototype._schedule=function(t){this.active=!0,this.add(t.schedule(e.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))},e.prototype.scheduleNotification=function(t){if(this.errored!==!0){var e=this.scheduler,n=new h(e.now()+this.delay,t);this.queue.push(n),this.active===!1&&this._schedule(e)}},e.prototype._next=function(t){this.scheduleNotification(c.Notification.createNext(t))},e.prototype._error=function(t){this.errored=!0,this.queue=[],this.destination.error(t)},e.prototype._complete=function(){this.scheduleNotification(c.Notification.createComplete())},e}(a.Subscriber),h=function(){function t(t,e){this.time=t,this.notification=e}return t}()},function(t,e,n){"use strict";function r(t,e){return e?new h(this,e).lift(new u(t)):this.lift(new u(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(0),a=n(4),c=n(5);e.delayWhen=r;var u=function(){function t(t){this.delayDurationSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.delayDurationSelector))},t}(),l=function(t){function e(e,n){t.call(this,e),this.delayDurationSelector=n,this.completed=!1,this.delayNotifierSubscriptions=[],this.values=[]}return i(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(t),this.removeSubscription(i),this.tryComplete()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){var e=this.removeSubscription(t);e&&this.destination.next(e),this.tryComplete()},e.prototype._next=function(t){try{var e=this.delayDurationSelector(t);e&&this.tryDelay(e,t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.completed=!0,this.tryComplete()},e.prototype.removeSubscription=function(t){t.unsubscribe();var e=this.delayNotifierSubscriptions.indexOf(t),n=null;return e!==-1&&(n=this.values[e],this.delayNotifierSubscriptions.splice(e,1),this.values.splice(e,1)),n},e.prototype.tryDelay=function(t,e){var n=c.subscribeToResult(this,t,e);this.add(n),this.delayNotifierSubscriptions.push(n),this.values.push(e)},e.prototype.tryComplete=function(){this.completed&&0===this.delayNotifierSubscriptions.length&&this.destination.complete()},e}(a.OuterSubscriber),h=function(t){function e(e,n){t.call(this),this.source=e,this.subscriptionDelay=n}return i(e,t),e.prototype._subscribe=function(t){this.subscriptionDelay.subscribe(new p(t,this.source))},e}(s.Observable),p=function(t){function e(e,n){t.call(this),this.parent=e,this.source=n,this.sourceSubscribed=!1}return i(e,t),e.prototype._next=function(t){this.subscribeToSource()},e.prototype._error=function(t){this.unsubscribe(),this.parent.error(t)},e.prototype._complete=function(){this.subscribeToSource()},e.prototype.subscribeToSource=function(){this.sourceSubscribed||(this.sourceSubscribed=!0,this.unsubscribe(),this.source.subscribe(this.parent))},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new s)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.dematerialize=r;var s=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new a(t))},t}(),a=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype._next=function(t){t.observe(this.destination)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return i.distinct.call(this,function(n,r){return e?e(n[t],r[t]):n[t]===r[t]},n)}var i=n(371);e.distinctKey=r},function(t,e,n){"use strict";function r(t,e){return i.distinctUntilChanged.call(this,function(n,r){return e?e(n[t],r[t]):n[t]===r[t]})}var i=n(372);e.distinctUntilKeyChanged=r},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new s(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e._do=r;var s=function(){function t(t,e,n){this.nextOrObserver=t,this.error=e,this.complete=n}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.nextOrObserver,this.error,this.complete))},t}(),a=function(t){function e(e,n,r,i){t.call(this,e);var s=new o.Subscriber(n,r,i);s.syncErrorThrowable=!0,this.add(s),this.safeSubscriber=s}return i(e,t),e.prototype._next=function(t){var e=this.safeSubscriber;e.next(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.next(t)},e.prototype._error=function(t){var e=this.safeSubscriber;e.error(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.error(t)},e.prototype._complete=function(){var t=this.safeSubscriber;t.complete(),t.syncErrorThrown?this.destination.error(t.syncErrorValue):this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187);e.elementAt=r;var a=function(){function t(t,e){if(this.index=t,this.defaultValue=e,t<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.index,this.defaultValue))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.index=n,this.defaultValue=r}return i(e,t),e.prototype._next=function(t){0===this.index--&&(this.destination.next(t),this.destination.complete())},e.prototype._complete=function(){var t=this.destination;this.index>=0&&("undefined"!=typeof this.defaultValue?t.next(this.defaultValue):t.error(new s.ArgumentOutOfRangeError)),t.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new s(t,e,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.every=r;var s=function(){function t(t,e,n){this.predicate=t,this.thisArg=e,this.source=n}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate,this.thisArg,this.source))},t}(),a=function(t){function e(e,n,r,i){t.call(this,e),this.predicate=n,this.thisArg=r,this.source=i,this.index=0,this.thisArg=r||this}return i(e,t),e.prototype.notifyComplete=function(t){this.destination.next(t),this.destination.complete()},e.prototype._next=function(t){var e=!1;try{e=this.predicate.call(this.thisArg,t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e||this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.exhaust=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e),this.hasCompleted=!1,this.hasSubscription=!1}return i(e,t),e.prototype._next=function(t){this.hasSubscription||(this.hasSubscription=!0,this.add(s.subscribeToResult(this,t)))},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.exhaustMap=r;var a=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.project=n,this.resultSelector=r,this.hasSubscription=!1,this.hasCompleted=!1,this.index=0}return i(e,t),e.prototype._next=function(t){this.hasSubscription||this.tryNext(t)},e.prototype.tryNext=function(t){var e=this.index++,n=this.destination;try{var r=this.project(t,e);this.hasSubscription=!0,this.add(s.subscribeToResult(this,r,t,e))}catch(t){n.error(t)}},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.resultSelector,a=o.destination;s?this.trySelectResult(t,e,n,r):a.next(e)},e.prototype.trySelectResult=function(t,e,n,r){var i=this,o=i.resultSelector,s=i.destination;try{var a=o(t,e,n,r);s.next(a)}catch(t){s.error(t)}},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e,n){return void 0===e&&(e=Number.POSITIVE_INFINITY),void 0===n&&(n=void 0),e=(e||0)<1?Number.POSITIVE_INFINITY:e,this.lift(new u(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(33),s=n(31),a=n(4),c=n(5);e.expand=r;var u=function(){function t(t,e,n){this.project=t,this.concurrent=e,this.scheduler=n}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.project,this.concurrent,this.scheduler))},t}();e.ExpandOperator=u;var l=function(t){function e(e,n,r,i){t.call(this,e),this.project=n,this.concurrent=r,this.scheduler=i,this.index=0,this.active=0,this.hasCompleted=!1,r0&&this._next(e.shift()),this.hasCompleted&&0===this.active&&this.destination.complete()},e}(a.OuterSubscriber);e.ExpandSubscriber=l},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(30);e._finally=r;var a=function(){function t(t){this.callback=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.callback))},t}(),c=function(t){function e(e,n){t.call(this,e),this.add(new s.Subscription(n))}return i(e,t),e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.FindValueOperator(t,this,!0,e))}var i=n(374);e.findIndex=r},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new a(t,e,n,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.first=r;var a=function(){function t(t,e,n,r){this.predicate=t,this.resultSelector=e,this.defaultValue=n,this.source=r}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.resultSelector,this.defaultValue,this.source))},t}(),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.predicate=n,this.resultSelector=r,this.defaultValue=i,this.source=o,this.index=0,this.hasCompleted=!1}return i(e,t),e.prototype._next=function(t){var e=this.index++;this.predicate?this._tryPredicate(t,e):this._emit(t,e)},e.prototype._tryPredicate=function(t,e){var n;try{n=this.predicate(t,e,this.source)}catch(t){return void this.destination.error(t)}n&&this._emit(t,e)},e.prototype._emit=function(t,e){return this.resultSelector?void this._tryResultSelector(t,e):void this._emitFinal(t)},e.prototype._tryResultSelector=function(t,e){var n;try{n=this.resultSelector(t,e)}catch(t){return void this.destination.error(t)}this._emitFinal(n)},e.prototype._emitFinal=function(t){var e=this.destination;e.next(t),e.complete(),this.hasCompleted=!0},e.prototype._complete=function(){var t=this.destination;this.hasCompleted||"undefined"==typeof this.defaultValue?this.hasCompleted||t.error(new s.EmptyError):(t.next(this.defaultValue),t.complete())},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new h(this,t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(30),a=n(0),c=n(22),u=n(1056),l=n(1054);e.groupBy=r;var h=function(){function t(t,e,n,r){this.source=t,this.keySelector=e,this.elementSelector=n,this.durationSelector=r}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.keySelector,this.elementSelector,this.durationSelector))},t}(),p=function(t){function e(e,n,r,i){t.call(this,e),this.keySelector=n,this.elementSelector=r,this.durationSelector=i,this.groups=null,this.attemptedToUnsubscribe=!1,this.count=0}return i(e,t),e.prototype._next=function(t){var e;try{e=this.keySelector(t)}catch(t){return void this.error(t)}this._group(t,e)},e.prototype._group=function(t,e){var n=this.groups;n||(n=this.groups="string"==typeof e?new l.FastMap:new u.Map);var r,i=n.get(e);if(this.elementSelector)try{r=this.elementSelector(t)}catch(t){this.error(t)}else r=t;if(!i){n.set(e,i=new c.Subject);var o=new _(e,i,this);if(this.destination.next(o),this.durationSelector){var s=void 0;try{s=this.durationSelector(new _(e,i))}catch(t){return void this.error(t)}this.add(s.subscribe(new f(e,i,this)))}}i.closed||i.next(r)},e.prototype._error=function(t){var e=this.groups;e&&(e.forEach(function(e,n){e.error(t)}),e.clear()),this.destination.error(t)},e.prototype._complete=function(){var t=this.groups;t&&(t.forEach(function(t,e){t.complete()}),t.clear()),this.destination.complete()},e.prototype.removeGroup=function(t){this.groups.delete(t)},e.prototype.unsubscribe=function(){this.closed||this.attemptedToUnsubscribe||(this.attemptedToUnsubscribe=!0,0===this.count&&t.prototype.unsubscribe.call(this))},e}(o.Subscriber),f=function(t){function e(e,n,r){t.call(this),this.key=e,this.group=n,this.parent=r}return i(e,t),e.prototype._next=function(t){this._complete()},e.prototype._error=function(t){var e=this.group;e.closed||e.error(t),this.parent.removeGroup(this.key)},e.prototype._complete=function(){var t=this.group;t.closed||t.complete(),this.parent.removeGroup(this.key)},e}(o.Subscriber),_=function(t){function e(e,n,r){t.call(this),this.key=e,this.groupSubject=n,this.refCountSubscription=r}return i(e,t),e.prototype._subscribe=function(t){var e=new s.Subscription,n=this,r=n.refCountSubscription,i=n.groupSubject;return r&&!r.closed&&e.add(new d(r)),e.add(i.subscribe(t)),e},e}(a.Observable);e.GroupedObservable=_;var d=function(t){function e(e){t.call(this),this.parent=e,e.count++}return i(e,t),e.prototype.unsubscribe=function(){var e=this.parent;e.closed||this.closed||(t.prototype.unsubscribe.call(this),e.count-=1,0===e.count&&e.attemptedToUnsubscribe&&e.unsubscribe())},e}(s.Subscription)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(390);e.ignoreElements=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(){t.apply(this,arguments)}return i(e,t),e.prototype._next=function(t){s.noop()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new s)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.isEmpty=r;var s=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new a(t))},t}(),a=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype._next=function(t){this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new a(t,e,n,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.last=r;var a=function(){function t(t,e,n,r){this.predicate=t,this.resultSelector=e,this.defaultValue=n,this.source=r}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.resultSelector,this.defaultValue,this.source))},t}(),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.predicate=n,this.resultSelector=r,this.defaultValue=i,this.source=o,this.hasValue=!1,this.index=0,"undefined"!=typeof i&&(this.lastValue=i,this.hasValue=!0)}return i(e,t),e.prototype._next=function(t){var e=this.index++;if(this.predicate)this._tryPredicate(t,e);else{if(this.resultSelector)return void this._tryResultSelector(t,e);this.lastValue=t,this.hasValue=!0}},e.prototype._tryPredicate=function(t,e){var n;try{n=this.predicate(t,e,this.source)}catch(t){return void this.destination.error(t)}if(n){if(this.resultSelector)return void this._tryResultSelector(t,e);this.lastValue=t,this.hasValue=!0}},e.prototype._tryResultSelector=function(t,e){var n;try{n=this.resultSelector(t,e)}catch(t){return void this.destination.error(t)}this.lastValue=n,this.hasValue=!0},e.prototype._complete=function(){var t=this.destination;this.hasValue?(t.next(this.lastValue),t.complete()):t.error(new s.EmptyError)},e}(o.Subscriber)},function(t,e){"use strict";function n(t){return t(this)}e.letProto=n},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.mapTo=r;var s=function(){function t(t){this.value=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.value))},t}(),a=function(t){function e(e,n){t.call(this,e),this.value=n}return i(e,t),e.prototype._next=function(t){this.destination.next(this.value)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(134);e.materialize=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype._next=function(t){this.destination.next(s.Notification.createNext(t))},e.prototype._error=function(t){var e=this.destination;e.next(s.Notification.createError(t)),e.complete()},e.prototype._complete=function(){var t=this.destination;t.next(s.Notification.createComplete()),t.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){var e="function"==typeof t?function(e,n){return t(e,n)>0?e:n}:function(t,e){return t>e?t:e};return this.lift(new i.ReduceOperator(e))}var i=n(265);e.max=r},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),this.lift(new u(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(33),s=n(31),a=n(5),c=n(4);e.mergeScan=r;var u=function(){function t(t,e,n){this.project=t,this.seed=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.project,this.seed,this.concurrent))},t}();e.MergeScanOperator=u;var l=function(t){function e(e,n,r,i){t.call(this,e),this.project=n,this.acc=r,this.concurrent=i,this.hasValue=!1,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){if(this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&(this.hasValue===!1&&this.destination.next(this.acc),this.destination.complete())},e}(c.OuterSubscriber);e.MergeScanSubscriber=l},function(t,e,n){"use strict";function r(t){var e="function"==typeof t?function(e,n){return t(e,n)<0?e:n}:function(t,e){return t-1&&(this.count=r-1),this.unsubscribe(),this.isStopped=!1,this.closed=!1,n.subscribe(this)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(22),s=n(33),a=n(31),c=n(4),u=n(5);e.repeatWhen=r;var l=function(){function t(t,e){this.notifier=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.notifier,this.source))},t}(),h=function(t){function e(e,n,r){t.call(this,e),this.notifier=n,this.source=r}return i(e,t),e.prototype.complete=function(){if(!this.isStopped){var e=this.notifications,n=this.retries,r=this.retriesSubscription;if(n)this.notifications=null,this.retriesSubscription=null;else{if(e=new o.Subject,n=s.tryCatch(this.notifier)(e),n===a.errorObject)return t.prototype.complete.call(this);r=u.subscribeToResult(this,n)}this.unsubscribe(),this.closed=!1,this.notifications=e,this.retries=n,this.retriesSubscription=r,e.next()}},e.prototype._unsubscribe=function(){var t=this,e=t.notifications,n=t.retriesSubscription;e&&(e.unsubscribe(),this.notifications=null),n&&(n.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.notifications,a=o.retries,c=o.retriesSubscription;this.notifications=null,this.retries=null,this.retriesSubscription=null,this.unsubscribe(),this.isStopped=!1,this.closed=!1,this.notifications=s,this.retries=a,this.retriesSubscription=c,this.source.subscribe(this)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=-1),this.lift(new s(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.retry=r;var s=function(){function t(t,e){this.count=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.count,this.source))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.count=n,this.source=r}return i(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this,r=n.source,i=n.count;if(0===i)return t.prototype.error.call(this,e);i>-1&&(this.count=i-1),this.unsubscribe(),this.isStopped=!1,this.closed=!1,r.subscribe(this)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(22),s=n(33),a=n(31),c=n(4),u=n(5);e.retryWhen=r;var l=function(){function t(t,e){this.notifier=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.notifier,this.source))},t}(),h=function(t){function e(e,n,r){t.call(this,e),this.notifier=n,this.source=r}return i(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.errors,r=this.retries,i=this.retriesSubscription;if(r)this.errors=null,this.retriesSubscription=null;else{if(n=new o.Subject,r=s.tryCatch(this.notifier)(n),r===a.errorObject)return t.prototype.error.call(this,a.errorObject.e);i=u.subscribeToResult(this,r)}this.unsubscribe(),this.closed=!1,this.errors=n,this.retries=r,this.retriesSubscription=i,n.next(e)}},e.prototype._unsubscribe=function(){var t=this,e=t.errors,n=t.retriesSubscription;e&&(e.unsubscribe(),this.errors=null),n&&(n.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.errors,a=o.retries,c=o.retriesSubscription;this.errors=null,this.retries=null,this.retriesSubscription=null,this.unsubscribe(),this.isStopped=!1,this.closed=!1,this.errors=s,this.retries=a,this.retriesSubscription=c,this.source.subscribe(this)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.sample=r;var a=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.notifier))},t}(),c=function(t){function e(e,n){t.call(this,e),this.hasValue=!1,this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(t){this.value=t,this.hasValue=!0},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=a.async),this.lift(new c(t,e))}function i(t){var e=t.subscriber,n=t.period;e.notifyNext(),this.schedule(t,n)}var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=n(3),a=n(45);e.sampleTime=r;var c=function(){function t(t,e){this.period=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.period,this.scheduler))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.period=n,this.scheduler=r,this.hasValue=!1,this.add(r.schedule(i,n,{subscriber:this,period:n}))}return o(e,t),e.prototype._next=function(t){this.lastValue=t,this.hasValue=!0},e.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))},e}(s.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new s(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.scan=r;var s=function(){function t(t,e){this.accumulator=t,this.seed=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.accumulator,this.seed))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.accumulator=n,this.index=0,this.accumulatorSet=!1,this.seed=r,this.accumulatorSet="undefined"!=typeof r}return i(e,t),Object.defineProperty(e.prototype,"seed",{get:function(){return this._seed},set:function(t){this.accumulatorSet=!0,this._seed=t},enumerable:!0,configurable:!0}),e.prototype._next=function(t){return this.accumulatorSet?this._tryNext(t):(this.seed=t,void this.destination.next(t))},e.prototype._tryNext=function(t){var e,n=this.index++;try{e=this.accumulator(this.seed,t,n)}catch(t){this.destination.error(t)}this.seed=e,this.destination.next(e)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new c(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(33),a=n(31);e.sequenceEqual=r;var c=function(){function t(t,e){this.compareTo=t,this.comparor=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.compareTo,this.comparor))},t}();e.SequenceEqualOperator=c;var u=function(t){function e(e,n,r){t.call(this,e),this.compareTo=n,this.comparor=r,this._a=[],this._b=[],this._oneComplete=!1,this.add(n.subscribe(new l(e,this)))}return i(e,t),e.prototype._next=function(t){this._oneComplete&&0===this._b.length?this.emit(!1):(this._a.push(t),this.checkValues())},e.prototype._complete=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0},e.prototype.checkValues=function(){for(var t=this,e=t._a,n=t._b,r=t.comparor;e.length>0&&n.length>0;){var i=e.shift(),o=n.shift(),c=!1;r?(c=s.tryCatch(r)(i,o),c===a.errorObject&&this.destination.error(a.errorObject.e)):c=i===o,c||this.emit(!1)}},e.prototype.emit=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype.nextB=function(t){this._oneComplete&&0===this._a.length?this.emit(!1):(this._b.push(t),this.checkValues())},e}(o.Subscriber);e.SequenceEqualSubscriber=u;var l=function(t){function e(e,n){t.call(this,e),this.parent=n}return i(e,t),e.prototype._next=function(t){this.parent.nextB(t)},e.prototype._error=function(t){this.parent.error(t)},e.prototype._complete=function(){this.parent._complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return new s.Subject}function i(){return o.multicast.call(this,r).refCount()}var o=n(113),s=n(22);e.share=i},function(t,e,n){"use strict";function r(t){return this.lift(new a(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.single=r;var a=function(){function t(t,e){this.predicate=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.source))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.predicate=n,this.source=r,this.seenValue=!1,this.index=0}return i(e,t),e.prototype.applySingleValue=function(t){this.seenValue?this.destination.error("Sequence contains more than one element"):(this.seenValue=!0,this.singleValue=t)},e.prototype._next=function(t){var e=this.predicate;this.index++,e?this.tryNext(t):this.applySingleValue(t)},e.prototype.tryNext=function(t){try{var e=this.predicate(t,this.index,this.source);e&&this.applySingleValue(t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){var t=this.destination;this.index>0?(t.next(this.seenValue?this.singleValue:void 0),t.complete()):t.error(new s.EmptyError)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.skip=r;var s=function(){function t(t){this.total=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.total))},t}(),a=function(t){function e(e,n){t.call(this,e),this.total=n,this.count=0}return i(e,t),e.prototype._next=function(t){++this.count>this.total&&this.destination.next(t)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.skipUntil=r;var a=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.notifier))},t}(),c=function(t){function e(e,n){t.call(this,e),this.hasValue=!1,this.isInnerStopped=!1,this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(e){this.hasValue&&t.prototype._next.call(this,e)},e.prototype._complete=function(){this.isInnerStopped?t.prototype._complete.call(this):this.unsubscribe()},e.prototype.notifyNext=function(t,e,n,r,i){this.hasValue=!0},e.prototype.notifyComplete=function(){this.isInnerStopped=!0,this.isStopped&&t.prototype._complete.call(this)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.skipWhile=r;var s=function(){function t(t){this.predicate=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate))},t}(),a=function(t){function e(e,n){t.call(this,e),this.predicate=n,this.skipping=!0,this.index=0}return i(e,t),e.prototype._next=function(t){var e=this.destination;this.skipping&&this.tryCallPredicate(t),this.skipping||e.next(t)},e.prototype.tryCallPredicate=function(t){try{var e=this.predicate(t,this.index++);this.skipping=Boolean(e)}catch(t){this.destination.error(t)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){for(var t=[],e=0;e1?a.concatStatic(new i.ArrayObservable(t,n),this):a.concatStatic(new s.EmptyObservable(n),this)}var i=n(74),o=n(260),s=n(89),a=n(262),c=n(90);e.startWith=r},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=0),new i.SubscribeOnObservable(this,e,t)}var i=n(931);e.subscribeOn=r},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e._switch=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e),this.active=0,this.hasCompleted=!1}return i(e,t),e.prototype._next=function(t){this.unsubscribeInner(),this.active++,this.add(this.innerSubscription=s.subscribeToResult(this,t))},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&this.destination.complete()},e.prototype.unsubscribeInner=function(){this.active=this.active>0?this.active-1:0;var t=this.innerSubscription;t&&(t.unsubscribe(),this.remove(t))},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(){this.unsubscribeInner(),this.hasCompleted&&0===this.active&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.switchMap=r;var a=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.project=n,this.resultSelector=r,this.index=0}return i(e,t),e.prototype._next=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){var r=this.innerSubscription;r&&r.unsubscribe(),this.add(this.innerSubscription=s.subscribeToResult(this,t,e,n))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){this.resultSelector?this._tryNotifyNext(t,e,n,r):this.destination.next(e)},e.prototype._tryNotifyNext=function(t,e,n,r){var i;try{i=this.resultSelector(t,e,n,r)}catch(t){return void this.destination.error(t)}this.destination.next(i)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.switchMapTo=r;var a=function(){function t(t,e){this.observable=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.observable,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.inner=n,this.resultSelector=r,this.index=0}return i(e,t),e.prototype._next=function(t){var e=this.innerSubscription;e&&e.unsubscribe(),this.add(this.innerSubscription=s.subscribeToResult(this,this.inner,t,this.index++))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.resultSelector,a=o.destination;s?this.tryResultSelector(t,e,n,r):a.next(e)},e.prototype.tryResultSelector=function(t,e,n,r){var i,o=this,s=o.resultSelector,a=o.destination;try{i=s(t,e,n,r)}catch(t){return void a.error(t)}a.next(i)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return 0===t?new a.EmptyObservable:this.lift(new c(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187),a=n(89);e.take=r;var c=function(){function t(t){if(this.total=t,this.total<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.total))},t}(),u=function(t){function e(e,n){t.call(this,e),this.total=n,this.count=0}return i(e,t),e.prototype._next=function(t){var e=this.total;++this.count<=e&&(this.destination.next(t),this.count===e&&(this.destination.complete(),this.unsubscribe()))},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return 0===t?new a.EmptyObservable:this.lift(new c(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187),a=n(89);e.takeLast=r;var c=function(){function t(t){if(this.total=t,this.total<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.total))},t}(),u=function(t){function e(e,n){t.call(this,e),this.total=n,this.ring=new Array,this.count=0}return i(e,t),e.prototype._next=function(t){var e=this.ring,n=this.total,r=this.count++;if(e.length0)for(var n=this.count>=this.total?this.total:this.count,r=this.ring,i=0;i0?this.startWindowEvery:this.windowSize,n=this.destination,r=this.windowSize,i=this.windows,o=i.length,a=0;a=0&&c%e===0&&!this.closed&&i.shift().complete(),++this.count%e===0&&!this.closed){var u=new s.Subject;i.push(u),n.next(u)}},e.prototype._error=function(t){var e=this.windows;if(e)for(;e.length>0&&!this.closed;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){var t=this.windows;if(t)for(;t.length>0&&!this.closed;)t.shift().complete();this.destination.complete()},e.prototype._unsubscribe=function(){this.count=0,this.windows=null},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=u.async),this.lift(new h(t,e,n))}function i(t){var e=t.subscriber,n=t.windowTimeSpan,r=t.window;r&&r.complete(),t.window=e.openWindow(),this.schedule(t,n)}function o(t){var e=t.windowTimeSpan,n=t.subscriber,r=t.scheduler,i=t.windowCreationInterval,o=n.openWindow(),a=this,c={action:a,subscription:null},u={subscriber:n,window:o,context:c};c.subscription=r.schedule(s,e,u),a.add(c.subscription),a.schedule(t,i)}function s(t){var e=t.subscriber,n=t.window,r=t.context;r&&r.action&&r.subscription&&r.action.remove(r.subscription),e.closeWindow(n)}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(22),u=n(45),l=n(3);e.windowTime=r;var h=function(){function t(t,e,n){this.windowTimeSpan=t,this.windowCreationInterval=e,this.scheduler=n}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.windowTimeSpan,this.windowCreationInterval,this.scheduler))},t}(),p=function(t){function e(e,n,r,a){if(t.call(this,e),this.destination=e,this.windowTimeSpan=n,this.windowCreationInterval=r, +this.scheduler=a,this.windows=[],null!==r&&r>=0){var c=this.openWindow(),u={subscriber:this,window:c,context:null},l={windowTimeSpan:n,windowCreationInterval:r,subscriber:this,scheduler:a};this.add(a.schedule(s,n,u)),this.add(a.schedule(o,r,l))}else{var h=this.openWindow(),p={subscriber:this,window:h,windowTimeSpan:n};this.add(a.schedule(i,n,p))}}return a(e,t),e.prototype._next=function(t){for(var e=this.windows,n=e.length,r=0;r0;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){for(var t=this.windows;t.length>0;){var e=t.shift();e.closed||e.complete()}this.destination.complete()},e.prototype.openWindow=function(){var t=new c.Subject;this.windows.push(t);var e=this.destination;return e.next(t),t},e.prototype.closeWindow=function(t){t.complete();var e=this.windows;e.splice(e.indexOf(t),1)},e}(l.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new h(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(22),s=n(30),a=n(33),c=n(31),u=n(4),l=n(5);e.windowToggle=r;var h=function(){function t(t,e){this.openings=t,this.closingSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.openings,this.closingSelector))},t}(),p=function(t){function e(e,n,r){t.call(this,e),this.openings=n,this.closingSelector=r,this.contexts=[],this.add(this.openSubscription=l.subscribeToResult(this,n,n))}return i(e,t),e.prototype._next=function(t){var e=this.contexts;if(e)for(var n=e.length,r=0;r0){var s=o.indexOf(n);s!==-1&&o.splice(s,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=[t].concat(this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new i.ZipOperator(t))}var i=n(266);e.zipAll=r},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(30),o=function(t){function e(e,n){t.call(this)}return r(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(i.Subscription);e.Action=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(135),o=n(1053),s=function(t){function e(e,n){t.call(this,e,n),this.scheduler=e,this.work=n}return r(e,t),e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=o.AnimationFrame.requestAnimationFrame(e.flush.bind(e,null))))},e.prototype.recycleAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.recycleAsyncId.call(this,e,n,r):void(0===e.actions.length&&(o.AnimationFrame.cancelAnimationFrame(n),e.scheduled=void 0))},e}(i.AsyncAction);e.AnimationFrameAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e.prototype.flush=function(){this.active=!0,this.scheduled=void 0;var t,e=this.actions,n=-1,r=e.length,i=e.shift();do if(t=i.execute(i.state,i.delay))break;while(++n0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=i.Immediate.setImmediate(e.flush.bind(e,null))))},e.prototype.recycleAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.recycleAsyncId.call(this,e,n,r):void(0===e.actions.length&&(i.Immediate.clearImmediate(n),e.scheduled=void 0))},e}(o.AsyncAction);e.AsapAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e.prototype.flush=function(){this.active=!0,this.scheduled=void 0;var t,e=this.actions,n=-1,r=e.length,i=e.shift();do if(t=i.execute(i.state,i.delay))break;while(++n0?t.prototype.schedule.call(this,e,n):(this.delay=n,this.state=e,this.scheduler.flush(this),this)},e.prototype.execute=function(e,n){return n>0||this.closed?t.prototype.execute.call(this,e,n):this._execute(e,n)},e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):e.flush(this)},e}(i.AsyncAction);e.QueueAction=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e}(i.AsyncScheduler);e.QueueScheduler=o},function(t,e,n){"use strict";var r=n(1043),i=n(1044);e.animationFrame=new i.AnimationFrameScheduler(r.AnimationFrameAction)},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(30),s=n(386),a=n(388),c=function(t){function e(e,n){t.call(this,function(t){var e=this,n=e.logSubscribedFrame();return t.add(new o.Subscription(function(){e.logUnsubscribedFrame(n)})),e.scheduleMessages(t),t}),this.messages=e,this.subscriptions=[],this.scheduler=n}return r(e,t),e.prototype.scheduleMessages=function(t){for(var e=this.messages.length,n=0;n0;)e.shift().setup();t.prototype.flush.call(this);for(var n=this.flushTests.filter(function(t){return t.ready});n.length>0;){var r=n.shift();this.assertDeepEqual(r.actual,r.expected)}},e.parseMarblesAsSubscriptions=function(t){if("string"!=typeof t)return new c.SubscriptionLog(Number.POSITIVE_INFINITY);for(var e=t.length,n=-1,r=Number.POSITIVE_INFINITY,i=Number.POSITIVE_INFINITY,o=0;o-1?n:s;break;case"!":if(i!==Number.POSITIVE_INFINITY)throw new Error("found a second subscription point '^' in a subscription marble diagram. There can only be one.");i=n>-1?n:s;break;default:throw new Error("there can only be '^' and '!' markers in a subscription marble diagram. Found instead '"+a+"'.")}}return i<0?new c.SubscriptionLog(r):new c.SubscriptionLog(r,i)},e.parseMarbles=function(t,e,n,r){if(void 0===r&&(r=!1),t.indexOf("!")!==-1)throw new Error('conventional marble diagrams cannot have the unsubscription marker "!"');for(var i=t.length,a=[],c=t.indexOf("^"),u=c===-1?0:c*-this.frameTimeFactor,l="object"!=typeof e?function(t){return t}:function(t){return r&&e[t]instanceof s.ColdObservable?e[t].messages:e[t]},h=-1,p=0;p-1?h:f,notification:_})}return a},e}(u.VirtualTimeScheduler);e.TestScheduler=h},function(t,e,n){"use strict";var r=n(37),i=function(){function t(t){t.requestAnimationFrame?(this.cancelAnimationFrame=t.cancelAnimationFrame.bind(t),this.requestAnimationFrame=t.requestAnimationFrame.bind(t)):t.mozRequestAnimationFrame?(this.cancelAnimationFrame=t.mozCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.mozRequestAnimationFrame.bind(t)):t.webkitRequestAnimationFrame?(this.cancelAnimationFrame=t.webkitCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.webkitRequestAnimationFrame.bind(t)):t.msRequestAnimationFrame?(this.cancelAnimationFrame=t.msCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.msRequestAnimationFrame.bind(t)):t.oRequestAnimationFrame?(this.cancelAnimationFrame=t.oCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.oRequestAnimationFrame.bind(t)):(this.cancelAnimationFrame=t.clearTimeout.bind(t),this.requestAnimationFrame=function(e){return t.setTimeout(e,1e3/60)})}return t}();e.RequestAnimationFrameDefinition=i,e.AnimationFrame=new i(r.root)},function(t,e){"use strict";var n=function(){function t(){this.values={}}return t.prototype.delete=function(t){return this.values[t]=null,!0},t.prototype.set=function(t,e){return this.values[t]=e,this},t.prototype.get=function(t){return this.values[t]},t.prototype.forEach=function(t,e){var n=this.values;for(var r in n)n.hasOwnProperty(r)&&null!==n[r]&&t.call(e,n[r],r)},t.prototype.clear=function(){this.values={}},t}();e.FastMap=n},function(t,e,n){"use strict";var r=n(37),i=function(){function t(t){if(this.root=t,t.setImmediate&&"function"==typeof t.setImmediate)this.setImmediate=t.setImmediate.bind(t),this.clearImmediate=t.clearImmediate.bind(t);else{this.nextHandle=1,this.tasksByHandle={},this.currentlyRunningATask=!1,this.canUseProcessNextTick()?this.setImmediate=this.createProcessNextTickSetImmediate():this.canUsePostMessage()?this.setImmediate=this.createPostMessageSetImmediate():this.canUseMessageChannel()?this.setImmediate=this.createMessageChannelSetImmediate():this.canUseReadyStateChange()?this.setImmediate=this.createReadyStateChangeSetImmediate():this.setImmediate=this.createSetTimeoutSetImmediate();var e=function t(e){delete t.instance.tasksByHandle[e]};e.instance=this,this.clearImmediate=e}}return t.prototype.identify=function(t){return this.root.Object.prototype.toString.call(t)},t.prototype.canUseProcessNextTick=function(){return"[object process]"===this.identify(this.root.process)},t.prototype.canUseMessageChannel=function(){return Boolean(this.root.MessageChannel)},t.prototype.canUseReadyStateChange=function(){var t=this.root.document;return Boolean(t&&"onreadystatechange"in t.createElement("script"))},t.prototype.canUsePostMessage=function(){var t=this.root;if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}return!1},t.prototype.partiallyApplied=function(t){for(var e=[],n=1;nt._pos){var o=n.substr(t._pos);if("x-user-defined"===t._charset){for(var s=new r(o.length),a=0;at._pos&&(t.push(new r(new Uint8Array(u.result.slice(t._pos)))),t._pos=u.result.byteLength)},u.onload=function(){t.push(null)},u.readAsArrayBuffer(n)}t._xhr.readyState===c.DONE&&"ms-stream"!==t._mode&&t.push(null)}}).call(e,n(43),n(17).Buffer,n(27))},function(t,e,n){"use strict";function r(t){return this instanceof r?void i.call(this,t):new r(t)}t.exports=r;var i=n(395),o=n(65);o.inherits=n(42),o.inherits(r,i),r.prototype._transform=function(t,e,n){n(null,t)}},function(t,e,n){"use strict";function r(){this.head=null,this.tail=null,this.length=0}var i=(n(17).Buffer,n(232));t.exports=r,r.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},r.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},r.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},r.prototype.clear=function(){this.head=this.tail=null,this.length=0},r.prototype.join=function(t){if(0===this.length)return"";for(var e=this.head,n=""+e.data;e=e.next;)n+=t+e.data;return n},r.prototype.concat=function(t){if(0===this.length)return i.alloc(0);if(1===this.length)return this.head.data;for(var e=i.allocUnsafe(t>>>0),n=this.head,r=0;n;)n.data.copy(e,r),r+=n.data.length,n=n.next;return e}},function(t,e,n){var r=n(651);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(652);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(653);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(654);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(17).Buffer;t.exports=function(t){if(t instanceof Uint8Array){if(0===t.byteOffset&&t.byteLength===t.buffer.byteLength)return t.buffer;if("function"==typeof t.buffer.slice)return t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength)}if(r.isBuffer(t)){for(var e=new Uint8Array(t.length),n=t.length,i=0;i=0;a--)(i=t[a])&&(s=(o<3?i(s):o>3?i(e,n,s):i(e,n))||s);return o>3&&s&&Object.defineProperty(e,n,s),s}function i(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)}function o(t,e){return function(n,r){e(n,r,t)}}function s(t,e,n,r){return new(n||(n=Promise))(function(i,o){function s(t){try{c(r.next(t))}catch(t){o(t)}}function a(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){t.done?i(t.value):new n(function(e){e(t.value)}).then(s,a)}c((r=r.apply(t,e)).next())})}!function(t){t.__assign=t&&t.__assign||Object.assign||e,t.__extends=t&&t.__extends||n,t.__decorate=t&&t.__decorate||r,t.__metadata=t&&t.__metadata||i,t.__param=t&&t.__param||o,t.__awaiter=t&&t.__awaiter||s}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope?self:"undefined"!=typeof t?t:Function("return this;")())}).call(e,n(27))},function(t,e){"use strict";t.exports={isString:function(t){return"string"==typeof t},isObject:function(t){return"object"==typeof t&&null!==t},isNull:function(t){return null===t},isNullOrUndefined:function(t){return null==t}}},function(t,e){t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},function(t,e,n){(function(t,r){function i(t,n){var r={seen:[],stylize:s};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),d(n)?r.showHidden=n:n&&e._extend(r,n),w(r.showHidden)&&(r.showHidden=!1),w(r.depth)&&(r.depth=2),w(r.colors)&&(r.colors=!1),w(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=o),c(r,t,r.depth)}function o(t,e){var n=i.styles[e];return n?"["+i.colors[n][0]+"m"+t+"["+i.colors[n][1]+"m":t}function s(t,e){return t}function a(t){var e={};return t.forEach(function(t,n){e[t]=!0}),e}function c(t,n,r){if(t.customInspect&&n&&S(n.inspect)&&n.inspect!==e.inspect&&(!n.constructor||n.constructor.prototype!==n)){var i=n.inspect(r,t);return v(i)||(i=c(t,i,r)),i}var o=u(t,n);if(o)return o;var s=Object.keys(n),d=a(s);if(t.showHidden&&(s=Object.getOwnPropertyNames(n)),I(n)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return l(n);if(0===s.length){if(S(n)){var g=n.name?": "+n.name:"";return t.stylize("[Function"+g+"]","special")}if(x(n))return t.stylize(RegExp.prototype.toString.call(n),"regexp");if(E(n))return t.stylize(Date.prototype.toString.call(n),"date");if(I(n))return l(n)}var m="",y=!1,b=["{","}"];if(_(n)&&(y=!0,b=["[","]"]),S(n)){var w=n.name?": "+n.name:"";m=" [Function"+w+"]"}if(x(n)&&(m=" "+RegExp.prototype.toString.call(n)),E(n)&&(m=" "+Date.prototype.toUTCString.call(n)),I(n)&&(m=" "+l(n)),0===s.length&&(!y||0==n.length))return b[0]+m+b[1];if(r<0)return x(n)?t.stylize(RegExp.prototype.toString.call(n),"regexp"):t.stylize("[Object]","special");t.seen.push(n);var C;return C=y?h(t,n,r,d,s):s.map(function(e){return p(t,n,r,d,e,y)}),t.seen.pop(),f(C,m,b)}function u(t,e){if(w(e))return t.stylize("undefined","undefined");if(v(e)){var n="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(n,"string")}return y(e)?t.stylize(""+e,"number"):d(e)?t.stylize(""+e,"boolean"):g(e)?t.stylize("null","null"):void 0}function l(t){return"["+Error.prototype.toString.call(t)+"]"}function h(t,e,n,r,i){for(var o=[],s=0,a=e.length;s-1&&(a=o?a.split("\n").map(function(t){return" "+t}).join("\n").substr(2):"\n"+a.split("\n").map(function(t){return" "+t}).join("\n"))):a=t.stylize("[Circular]","special")),w(s)){if(o&&i.match(/^\d+$/))return a;s=JSON.stringify(""+i),s.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=t.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=t.stylize(s,"string"))}return s+": "+a}function f(t,e,n){var r=0,i=t.reduce(function(t,e){return r++,e.indexOf("\n")>=0&&r++,t+e.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?n[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+n[1]:n[0]+e+" "+t.join(", ")+" "+n[1]}function _(t){return Array.isArray(t)}function d(t){return"boolean"==typeof t}function g(t){return null===t}function m(t){return null==t}function y(t){return"number"==typeof t}function v(t){return"string"==typeof t}function b(t){return"symbol"==typeof t}function w(t){return void 0===t}function x(t){return C(t)&&"[object RegExp]"===k(t)}function C(t){return"object"==typeof t&&null!==t}function E(t){return C(t)&&"[object Date]"===k(t)}function I(t){return C(t)&&("[object Error]"===k(t)||t instanceof Error)}function S(t){return"function"==typeof t}function T(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||"undefined"==typeof t}function k(t){return Object.prototype.toString.call(t)}function O(t){return t<10?"0"+t.toString(10):t.toString(10)}function A(){var t=new Date,e=[O(t.getHours()),O(t.getMinutes()),O(t.getSeconds())].join(":");return[t.getDate(),j[t.getMonth()],e].join(" ")}function P(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var R=/%[sdj%]/g;e.format=function(t){if(!v(t)){for(var e=[],n=0;n=o)return t;switch(t){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(t){return"[Circular]"}default:return t}}),a=r[n];n=0;n--)"function"==typeof t[n]&&(t[n]=Zone.current.wrap(t[n],e+"_"+n));return t}function r(t,e){for(var r=t.constructor.name,i=function(i){var o=e[i],s=t[o];s&&(t[o]=function(t){return function(){return t.apply(this,n(arguments,r+"."+o))}}(s))},o=0;o1?new e(t,n):new e(t),s=Object.getOwnPropertyDescriptor(i,"onmessage");return s&&s.configurable===!1?(r=Object.create(i),["addEventListener","removeEventListener","send","close"].forEach(function(t){r[t]=function(){return i[t].apply(i,arguments)}})):r=i,o(r,["close","error","message","open"]),r};for(var n in e)t.WebSocket[n]=e[n]}function x(t){if(!A){var e="undefined"!=typeof WebSocket;C()?(P&&o(HTMLElement.prototype,W),o(XMLHttpRequest.prototype,null),"undefined"!=typeof IDBIndex&&(o(IDBIndex.prototype,null),o(IDBRequest.prototype,null),o(IDBOpenDBRequest.prototype,null),o(IDBDatabase.prototype,null),o(IDBTransaction.prototype,null),o(IDBCursor.prototype,null)),e&&o(WebSocket.prototype,null)):(E(),h("XMLHttpRequest"),e&&w(t))}}function C(){if(P&&!Object.getOwnPropertyDescriptor(HTMLElement.prototype,"onclick")&&"undefined"!=typeof Element){var t=Object.getOwnPropertyDescriptor(Element.prototype,"onclick");if(t&&!t.configurable)return!1}Object.defineProperty(XMLHttpRequest.prototype,"onreadystatechange",{get:function(){return!0}});var e=new XMLHttpRequest,n=!!e.onreadystatechange;return Object.defineProperty(XMLHttpRequest.prototype,"onreadystatechange",{}),n}function E(){for(var t=function(t){var e=W[t],n="on"+e;document.addEventListener(e,function(t){var e,r,i=t.target;for(r=i?i.constructor.name+"."+n:"unknown."+n;i;)i[n]&&!i[n][$]&&(e=Zone.current.wrap(i[n],r),e[$]=i[n],i[n]=e),i=i.parentElement},!0)},e=0;e",this._properties=e&&e.properties||{},this._zoneDelegate=new d(this,this._parent&&this._parent._zoneDelegate,e)}return n.assertZonePatched=function(){if(t.Promise!==N)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")},Object.defineProperty(n,"current",{get:function(){return b},enumerable:!0,configurable:!0}),Object.defineProperty(n,"currentTask",{get:function(){return w},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"name",{get:function(){return this._name},enumerable:!0,configurable:!0}),n.prototype.get=function(t){var e=this.getZoneWith(t);if(e)return e._properties[t]},n.prototype.getZoneWith=function(t){for(var e=this;e;){if(e._properties.hasOwnProperty(t))return e;e=e._parent}return null},n.prototype.fork=function(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)},n.prototype.wrap=function(t,e){if("function"!=typeof t)throw new Error("Expecting function got: "+t);var n=this._zoneDelegate.intercept(this,t,e),r=this;return function(){return r.runGuarded(n,this,arguments,e)}},n.prototype.run=function(t,e,n,r){void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null);var i=b;b=this;try{return this._zoneDelegate.invoke(this,t,e,n,r)}finally{b=i}},n.prototype.runGuarded=function(t,e,n,r){void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null);var i=b;b=this;try{try{return this._zoneDelegate.invoke(this,t,e,n,r)}catch(t){if(this._zoneDelegate.handleError(this,t))throw t}}finally{b=i}},n.prototype.runTask=function(t,e,n){if(t.runCount++,t.zone!=this)throw new Error("A task can only be run in the zone which created it! (Creation: "+t.zone.name+"; Execution: "+this.name+")");var r=w;w=t;var i=b;b=this;try{"macroTask"==t.type&&t.data&&!t.data.isPeriodic&&(t.cancelFn=null);try{return this._zoneDelegate.invokeTask(this,t,e,n)}catch(t){if(this._zoneDelegate.handleError(this,t))throw t}}finally{b=i,w=r}},n.prototype.scheduleMicroTask=function(t,e,n,r){return this._zoneDelegate.scheduleTask(this,new g("microTask",this,t,e,n,r,null))},n.prototype.scheduleMacroTask=function(t,e,n,r,i){return this._zoneDelegate.scheduleTask(this,new g("macroTask",this,t,e,n,r,i))},n.prototype.scheduleEventTask=function(t,e,n,r,i){return this._zoneDelegate.scheduleTask(this,new g("eventTask",this,t,e,n,r,i))},n.prototype.cancelTask=function(t){var e=this._zoneDelegate.cancelTask(this,t);return t.runCount=-1,t.cancelFn=null,e},n.__symbol__=e,n}(),d=function(){function t(t,e,n){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=t,this._parentDelegate=e,this._forkZS=n&&(n&&n.onFork?n:e._forkZS),this._forkDlgt=n&&(n.onFork?e:e._forkDlgt),this._interceptZS=n&&(n.onIntercept?n:e._interceptZS),this._interceptDlgt=n&&(n.onIntercept?e:e._interceptDlgt),this._invokeZS=n&&(n.onInvoke?n:e._invokeZS),this._invokeDlgt=n&&(n.onInvoke?e:e._invokeDlgt),this._handleErrorZS=n&&(n.onHandleError?n:e._handleErrorZS),this._handleErrorDlgt=n&&(n.onHandleError?e:e._handleErrorDlgt),this._scheduleTaskZS=n&&(n.onScheduleTask?n:e._scheduleTaskZS),this._scheduleTaskDlgt=n&&(n.onScheduleTask?e:e._scheduleTaskDlgt),this._invokeTaskZS=n&&(n.onInvokeTask?n:e._invokeTaskZS),this._invokeTaskDlgt=n&&(n.onInvokeTask?e:e._invokeTaskDlgt),this._cancelTaskZS=n&&(n.onCancelTask?n:e._cancelTaskZS),this._cancelTaskDlgt=n&&(n.onCancelTask?e:e._cancelTaskDlgt),this._hasTaskZS=n&&(n.onHasTask?n:e._hasTaskZS),this._hasTaskDlgt=n&&(n.onHasTask?e:e._hasTaskDlgt)}return t.prototype.fork=function(t,e){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,t,e):new _(t,e)},t.prototype.intercept=function(t,e,n){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this.zone,t,e,n):e},t.prototype.invoke=function(t,e,n,r,i){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this.zone,t,e,n,r,i):e.apply(n,r)},t.prototype.handleError=function(t,e){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this.zone,t,e)},t.prototype.scheduleTask=function(t,e){try{if(this._scheduleTaskZS)return this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this.zone,t,e);if(e.scheduleFn)e.scheduleFn(e);else{if("microTask"!=e.type)throw new Error("Task is missing scheduleFn.");r(e)}return e}finally{t==this.zone&&this._updateTaskCount(e.type,1)}},t.prototype.invokeTask=function(t,e,n,r){try{return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this.zone,t,e,n,r):e.callback.apply(n,r)}finally{t!=this.zone||"eventTask"==e.type||e.data&&e.data.isPeriodic||this._updateTaskCount(e.type,-1)}},t.prototype.cancelTask=function(t,e){var n;if(this._cancelTaskZS)n=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this.zone,t,e);else{if(!e.cancelFn)throw new Error("Task does not support cancellation, or is already canceled.");n=e.cancelFn(e)}return t==this.zone&&this._updateTaskCount(e.type,-1),n},t.prototype.hasTask=function(t,e){return this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this.zone,t,e)},t.prototype._updateTaskCount=function(t,e){var n=this._taskCounts,r=n[t],i=n[t]=r+e;if(i<0)throw new Error("More tasks executed then were scheduled.");if(0==r||0==i){var o={microTask:n.microTask>0,macroTask:n.macroTask>0,eventTask:n.eventTask>0,change:t};try{this.hasTask(this.zone,o)}finally{this._parentDelegate&&this._parentDelegate._updateTaskCount(t,e)}}},t}(),g=function(){function t(t,e,n,r,i,s,a){this.runCount=0,this.type=t,this.zone=e,this.source=n,this.data=i,this.scheduleFn=s,this.cancelFn=a,this.callback=r;var c=this;this.invoke=function(){I++;try{return e.runTask(c,this,arguments)}finally{1==I&&o(),I--}}}return t.prototype.toString=function(){return this.data&&"undefined"!=typeof this.data.handleId?this.data.handleId:this.toString()},t}(),m=e("setTimeout"),y=e("Promise"),v=e("then"),b=new _(null,null),w=null,x=[],C=!1,E=[],I=0,S=e("state"),T=e("value"),k="Promise.then",O=null,A=!0,P=!1,R=0,N=function(){function t(e){var n=this;if(!(n instanceof t))throw new Error("Must be an instanceof Promise.");n[S]=O,n[T]=[];try{e&&e(u(n,A),u(n,P))}catch(t){l(n,!1,t)}}return t.resolve=function(t){return l(new this(null),A,t)},t.reject=function(t){return l(new this(null),P,t)},t.race=function(t){function e(t){o&&(o=r(t))}function n(t){o&&(o=i(t))}for(var r,i,o=new this(function(t,e){r=t,i=e}),a=0,c=t;a Date: Fri, 16 Dec 2016 01:54:24 +0000 Subject: [PATCH 25/48] Upgrade to ReDoc 1.6.2 (#891) To make use of x-displayName added in https://github.com/docker/docker/pull/29401 Signed-off-by: Ben Firshman --- engine/api/v1.25/index.html | 2 +- engine/api/v1.25/redoc.1.6.0.min.js | 47 ---------------------------- engine/api/v1.25/redoc.1.6.2.min.js | 48 +++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 48 deletions(-) delete mode 100644 engine/api/v1.25/redoc.1.6.0.min.js create mode 100644 engine/api/v1.25/redoc.1.6.2.min.js diff --git a/engine/api/v1.25/index.html b/engine/api/v1.25/index.html index 249a4cdff34..7e3274e80e7 100644 --- a/engine/api/v1.25/index.html +++ b/engine/api/v1.25/index.html @@ -36,6 +36,6 @@ - + diff --git a/engine/api/v1.25/redoc.1.6.0.min.js b/engine/api/v1.25/redoc.1.6.0.min.js deleted file mode 100644 index 368e7e0621d..00000000000 --- a/engine/api/v1.25/redoc.1.6.0.min.js +++ /dev/null @@ -1,47 +0,0 @@ -/*! - * ReDoc - OpenAPI/Swagger-generated API Reference Documentation - * ------------------------------------------------------------- - * Version: "1.6.0" - * Repo: https://github.com/Rebilly/ReDoc - */ -!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(function(){try{return require("esprima")}catch(t){}}(),function(){try{return require("jquery")}catch(t){}}()):"function"==typeof define&&define.amd?define("Redoc",["esprima","jquery"],e):"object"==typeof exports?exports.Redoc=e(function(){try{return require("esprima")}catch(t){}}(),function(){try{return require("jquery")}catch(t){}}()):t.Redoc=e(t.esprima,t.jquery)}(this,function(t,e){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,e,n){Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:n})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=1083)}([function(t,e,n){"use strict";var r=n(37),i=n(1061),o=n(185),s=function(){function t(t){this._isScalar=!1,t&&(this._subscribe=t)}return t.prototype.lift=function(e){var n=new t;return n.source=this,n.operator=e,n},t.prototype.subscribe=function(t,e,n){var r=this.operator,o=i.toSubscriber(t,e,n);if(r?r.call(o,this):o.add(this._subscribe(o)),o.syncErrorThrowable&&(o.syncErrorThrowable=!1,o.syncErrorThrown))throw o.syncErrorValue;return o},t.prototype.forEach=function(t,e){var n=this;if(e||(r.root.Rx&&r.root.Rx.config&&r.root.Rx.config.Promise?e=r.root.Rx.config.Promise:r.root.Promise&&(e=r.root.Promise)),!e)throw new Error("no Promise impl found");return new e(function(e,r){var i=n.subscribe(function(e){if(i)try{t(e)}catch(t){r(t),i.unsubscribe()}else t(e)},r,e)})},t.prototype._subscribe=function(t){return this.source.subscribe(t)},t.prototype[o.$$observable]=function(){return this},t.create=function(e){return new t(e)},t}();e.Observable=s},function(t,e,n){var r=n(14),i=n(18),o=n(52),s=n(48),a=n(93),c="prototype",u=function(t,e,n){var l,h,p,f,_=t&u.F,d=t&u.G,g=t&u.S,m=t&u.P,y=t&u.B,v=d?r:g?r[e]||(r[e]={}):(r[e]||{})[c],b=d?i:i[e]||(i[e]={}),w=b[c]||(b[c]={});d&&(n=e);for(l in n)h=!_&&v&&void 0!==v[l],p=(h?v:n)[l],f=y&&h?a(p,r):m&&"function"==typeof p?a(Function.call,p):p,v&&s(v,l,p,t&u.U),b[l]!=p&&o(b,l,f),m&&w[l]!=p&&(w[l]=p)};r.core=i,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,t.exports=u},function(t,e,n){"use strict";var r=n(421);n.d(e,"assertPlatform",function(){return r.a}),n.d(e,"destroyPlatform",function(){return r.b}),n.d(e,"getPlatform",function(){return r.c}),n.d(e,"createPlatform",function(){return r.d}),n.d(e,"ApplicationRef",function(){return r.e}),n.d(e,"enableProdMode",function(){return r.f}),n.d(e,"isDevMode",function(){return r.g}),n.d(e,"createPlatformFactory",function(){return r.h}),n.d(e,"PlatformRef",function(){return r.i}),n.d(e,"APP_ID",function(){return r.j}),n.d(e,"PACKAGE_ROOT_URL",function(){return r.k}),n.d(e,"APP_BOOTSTRAP_LISTENER",function(){return r.l}),n.d(e,"PLATFORM_INITIALIZER",function(){return r.m}),n.d(e,"ApplicationInitStatus",function(){return r.n}),n.d(e,"APP_INITIALIZER",function(){return r.o}),n.d(e,"DebugElement",function(){return r.p}),n.d(e,"DebugNode",function(){return r.q}),n.d(e,"asNativeElements",function(){return r.r}),n.d(e,"getDebugNode",function(){return r.s}),n.d(e,"Testability",function(){return r.t}),n.d(e,"TestabilityRegistry",function(){return r.u}),n.d(e,"setTestabilityGetter",function(){return r.v}),n.d(e,"TRANSLATIONS",function(){return r.w}),n.d(e,"TRANSLATIONS_FORMAT",function(){return r.x}),n.d(e,"LOCALE_ID",function(){return r.y}),n.d(e,"ApplicationModule",function(){return r.z}),n.d(e,"wtfCreateScope",function(){return r.A}),n.d(e,"wtfLeave",function(){return r.B}),n.d(e,"wtfStartTimeRange",function(){return r.C}),n.d(e,"wtfEndTimeRange",function(){return r.D}),n.d(e,"Type",function(){return r.E}),n.d(e,"EventEmitter",function(){return r.F}),n.d(e,"ErrorHandler",function(){return r.G}),n.d(e,"AnimationTransitionEvent",function(){return r.H}),n.d(e,"AnimationPlayer",function(){return r.I}),n.d(e,"Sanitizer",function(){return r.J}),n.d(e,"SecurityContext",function(){return r.K}),n.d(e,"Attribute",function(){return r.L}),n.d(e,"ContentChild",function(){return r.M}),n.d(e,"ContentChildren",function(){return r.N}),n.d(e,"Query",function(){return r.O}),n.d(e,"ViewChild",function(){return r.P}),n.d(e,"ViewChildren",function(){return r.Q}),n.d(e,"ANALYZE_FOR_ENTRY_COMPONENTS",function(){return r.R}),n.d(e,"Component",function(){return r.S}),n.d(e,"Directive",function(){return r.T}),n.d(e,"HostBinding",function(){return r.U}),n.d(e,"HostListener",function(){return r.V}),n.d(e,"Input",function(){return r.W}),n.d(e,"Output",function(){return r.X}),n.d(e,"Pipe",function(){return r.Y}),n.d(e,"OnDestroy",function(){return r.Z}),n.d(e,"AfterContentInit",function(){return r._0}),n.d(e,"AfterViewChecked",function(){return r._1}),n.d(e,"AfterViewInit",function(){return r._2}),n.d(e,"DoCheck",function(){return r._3}),n.d(e,"OnChanges",function(){return r._4}),n.d(e,"AfterContentChecked",function(){return r._5}),n.d(e,"OnInit",function(){return r._6}),n.d(e,"CUSTOM_ELEMENTS_SCHEMA",function(){return r._7}),n.d(e,"NO_ERRORS_SCHEMA",function(){return r._8}),n.d(e,"NgModule",function(){return r._9}),n.d(e,"ViewEncapsulation",function(){return r._10}),n.d(e,"Class",function(){return r._11}),n.d(e,"forwardRef",function(){return r._12}),n.d(e,"resolveForwardRef",function(){return r._13}),n.d(e,"Injector",function(){return r._14}),n.d(e,"ReflectiveInjector",function(){return r._15}),n.d(e,"ResolvedReflectiveFactory",function(){return r._16}),n.d(e,"ReflectiveKey",function(){return r._17}),n.d(e,"OpaqueToken",function(){return r._18}),n.d(e,"NgZone",function(){return r._19}),n.d(e,"RenderComponentType",function(){return r._20}),n.d(e,"Renderer",function(){return r._21}),n.d(e,"RootRenderer",function(){return r._22}),n.d(e,"COMPILER_OPTIONS",function(){return r._23}),n.d(e,"CompilerFactory",function(){return r._24}),n.d(e,"ModuleWithComponentFactories",function(){return r._25}),n.d(e,"Compiler",function(){return r._26}),n.d(e,"ComponentFactory",function(){return r._27}),n.d(e,"ComponentRef",function(){return r._28}),n.d(e,"ComponentFactoryResolver",function(){return r._29}),n.d(e,"ElementRef",function(){return r._30}),n.d(e,"NgModuleFactory",function(){return r._31}),n.d(e,"NgModuleRef",function(){return r._32}),n.d(e,"NgModuleFactoryLoader",function(){return r._33}),n.d(e,"getModuleFactory",function(){return r._34}),n.d(e,"QueryList",function(){return r._35}),n.d(e,"SystemJsNgModuleLoader",function(){return r._36}),n.d(e,"SystemJsNgModuleLoaderConfig",function(){return r._37}),n.d(e,"TemplateRef",function(){return r._38}),n.d(e,"ViewContainerRef",function(){return r._39}),n.d(e,"EmbeddedViewRef",function(){return r._40}),n.d(e,"ViewRef",function(){return r._41}),n.d(e,"ChangeDetectionStrategy",function(){return r._42}),n.d(e,"ChangeDetectorRef",function(){return r._43}),n.d(e,"CollectionChangeRecord",function(){return r._44}),n.d(e,"DefaultIterableDiffer",function(){return r._45}),n.d(e,"IterableDiffers",function(){return r._46}),n.d(e,"KeyValueChangeRecord",function(){return r._47}),n.d(e,"KeyValueDiffers",function(){return r._48}),n.d(e,"SimpleChange",function(){return r._49}),n.d(e,"WrappedValue",function(){return r._50}),n.d(e,"platformCore",function(){return r._51}),n.d(e,"__core_private__",function(){return r._52}),n.d(e,"AUTO_STYLE",function(){return r._53}),n.d(e,"AnimationEntryMetadata",function(){return r._54}),n.d(e,"AnimationStateMetadata",function(){return r._55}),n.d(e,"AnimationStateDeclarationMetadata",function(){return r._56}),n.d(e,"AnimationStateTransitionMetadata",function(){return r._57}),n.d(e,"AnimationMetadata",function(){return r._58}),n.d(e,"AnimationKeyframesSequenceMetadata",function(){return r._59}),n.d(e,"AnimationStyleMetadata",function(){return r._60}),n.d(e,"AnimationAnimateMetadata",function(){return r._61}),n.d(e,"AnimationWithStepsMetadata",function(){return r._62}),n.d(e,"AnimationSequenceMetadata",function(){return r._63}),n.d(e,"AnimationGroupMetadata",function(){return r._64}),n.d(e,"animate",function(){return r._65}),n.d(e,"group",function(){return r._66}),n.d(e,"sequence",function(){return r._67}),n.d(e,"style",function(){return r._68}),n.d(e,"state",function(){return r._69}),n.d(e,"keyframes",function(){return r._70}),n.d(e,"transition",function(){return r._71}),n.d(e,"trigger",function(){return r._72}),n.d(e,"Inject",function(){return r._73}),n.d(e,"Optional",function(){return r._74}),n.d(e,"Injectable",function(){return r._75}),n.d(e,"Self",function(){return r._76}),n.d(e,"SkipSelf",function(){return r._77}),n.d(e,"Host",function(){return r._78})},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(268),o=n(30),s=n(783),a=n(186),c=function(t){function e(n,r,i){switch(t.call(this),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=s.empty;break;case 1:if(!n){this.destination=s.empty;break}if("object"==typeof n){n instanceof e?(this.destination=n,this.destination.add(this)):(this.syncErrorThrowable=!0,this.destination=new u(this,n));break}default:this.syncErrorThrowable=!0,this.destination=new u(this,n,r,i)}}return r(e,t),e.prototype[a.$$rxSubscriber]=function(){return this},e.create=function(t,n,r){var i=new e(t,n,r);return i.syncErrorThrowable=!1,i},e.prototype.next=function(t){this.isStopped||this._next(t)},e.prototype.error=function(t){this.isStopped||(this.isStopped=!0,this._error(t))},e.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},e.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this))},e.prototype._next=function(t){this.destination.next(t)},e.prototype._error=function(t){this.destination.error(t),this.unsubscribe()},e.prototype._complete=function(){this.destination.complete(),this.unsubscribe()},e}(o.Subscription);e.Subscriber=c;var u=function(t){function e(e,n,r,o){t.call(this),this._parent=e;var s,a=this;i.isFunction(n)?s=n:n&&(a=n,s=n.next,r=n.error,o=n.complete,i.isFunction(a.unsubscribe)&&this.add(a.unsubscribe.bind(a)),a.unsubscribe=this.unsubscribe.bind(this)),this._context=a,this._next=s,this._error=r,this._complete=o}return r(e,t),e.prototype.next=function(t){if(!this.isStopped&&this._next){var e=this._parent;e.syncErrorThrowable?this.__tryOrSetError(e,this._next,t)&&this.unsubscribe():this.__tryOrUnsub(this._next,t)}},e.prototype.error=function(t){if(!this.isStopped){var e=this._parent;if(this._error)e.syncErrorThrowable?(this.__tryOrSetError(e,this._error,t),this.unsubscribe()):(this.__tryOrUnsub(this._error,t),this.unsubscribe());else{if(!e.syncErrorThrowable)throw this.unsubscribe(),t;e.syncErrorValue=t,e.syncErrorThrown=!0,this.unsubscribe()}}},e.prototype.complete=function(){if(!this.isStopped){var t=this._parent;this._complete?t.syncErrorThrowable?(this.__tryOrSetError(t,this._complete),this.unsubscribe()):(this.__tryOrUnsub(this._complete),this.unsubscribe()):this.unsubscribe()}},e.prototype.__tryOrUnsub=function(t,e){try{t.call(this._context,e)}catch(t){throw this.unsubscribe(),t}},e.prototype.__tryOrSetError=function(t,e,n){try{e.call(this._context,n)}catch(e){return t.syncErrorValue=e,t.syncErrorThrown=!0,!0}return!1},e.prototype._unsubscribe=function(){var t=this._parent;this._context=null,this._parent=null,t.unsubscribe()},e}(c)},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(3),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t,e){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.destination.complete()},e}(i.Subscriber);e.OuterSubscriber=o},function(t,e,n){"use strict";function r(t,e,n,r){var h=new u.InnerSubscriber(t,n,r);if(h.closed)return null;if(e instanceof a.Observable)return e._isScalar?(h.next(e.value),h.complete(),null):e.subscribe(h);if(o.isArray(e)){for(var p=0,f=e.length;p0){var c=o[e-1];a=c.lastRootNode}else a=this.nativeElement;n.i(r.d)(a)&&t.renderer.attachViewAfter(a,t.flatRootNodes),t.markContentChildAsMoved(this)},t.prototype.attachView=function(t,e){if(t.type===s.ViewType.COMPONENT)throw new Error("Component views can't be moved!");var i=this.nestedViews;null==i&&(i=[],this.nestedViews=i),i.splice(e,0,t);var o;if(e>0){var a=i[e-1];o=a.lastRootNode}else o=this.nativeElement;n.i(r.d)(o)&&t.renderer.attachViewAfter(o,t.flatRootNodes),t.addToContentChildren(this)},t.prototype.detachView=function(t){var e=this.nestedViews.splice(t,1)[0];if(e.type===s.ViewType.COMPONENT)throw new Error("Component views can't be moved!");return e.detach(),e.removeFromContentChildren(this),e},t}()},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e,n){"use strict";var r=n(50),i=n(8);n.d(e,"ComponentRef",function(){return s}),n.d(e,"ComponentRef_",function(){return a}),n.d(e,"ComponentFactory",function(){return u});var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=function(){function t(){}return Object.defineProperty(t.prototype,"location",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"injector",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"instance",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"hostView",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"changeDetectorRef",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentType",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),t}(),a=function(t){function e(e,n){t.call(this),this._hostElement=e,this._componentType=n}return o(e,t),Object.defineProperty(e.prototype,"location",{get:function(){return this._hostElement.elementRef},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"injector",{get:function(){return this._hostElement.injector},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"instance",{get:function(){return this._hostElement.component},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"hostView",{get:function(){return this._hostElement.parentView.ref},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"changeDetectorRef",{get:function(){return this._hostElement.parentView.ref},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"componentType",{get:function(){return this._componentType},enumerable:!0,configurable:!0}),e.prototype.destroy=function(){this._hostElement.parentView.destroy()},e.prototype.onDestroy=function(t){this.hostView.onDestroy(t)},e}(s),c=new Object,u=function(){function t(t,e,n){this.selector=t,this._viewFactory=e,this._componentType=n}return Object.defineProperty(t.prototype,"componentType",{get:function(){return this._componentType},enumerable:!0,configurable:!0}),t.prototype.create=function(t,e,n){void 0===e&&(e=null),void 0===n&&(n=null);var r=t.get(i.ViewUtils);e||(e=[]);var o=this._viewFactory(r,t,null),s=o.create(c,e,n);return new a(s,this._componentType)},t}()},function(t,e,n){"use strict";n.d(e,"ViewEncapsulation",function(){return r}),n.d(e,"ViewMetadata",function(){return i});var r;!function(t){t[t.Emulated=0]="Emulated",t[t.Native=1]="Native",t[t.None=2]="None"}(r||(r={}));var i=function(){function t(t){var e=void 0===t?{}:t,n=e.templateUrl,r=e.template,i=e.encapsulation,o=e.styles,s=e.styleUrls,a=e.animations,c=e.interpolation;this.templateUrl=n,this.template=r,this.styleUrls=s,this.styles=o,this.encapsulation=i,this.animations=a,this.interpolation=c}return t}()},function(t,e,n){"use strict";(function(t,r){function i(){try{var t=new Uint8Array(1);return t.__proto__={__proto__:Uint8Array.prototype,foo:function(){return 42}},42===t.foo()&&"function"==typeof t.subarray&&0===t.subarray(1,1).byteLength}catch(t){return!1}}function o(){return t.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function s(e,n){if(o()=o())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o().toString(16)+" bytes");return 0|t}function g(e){return+e!=e&&(e=0),t.alloc(+e)}function m(e,n){if(t.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var i=!1;;)switch(n){case"ascii":case"latin1":case"binary":return r; -case"utf8":case"utf-8":case void 0:return W(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return Z(e).length;default:if(i)return W(e).length;n=(""+n).toLowerCase(),i=!0}}function y(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if(n>>>=0,e>>>=0,n<=e)return"";for(t||(t="utf8");;)switch(t){case"hex":return N(this,e,n);case"utf8":case"utf-8":return O(this,e,n);case"ascii":return P(this,e,n);case"latin1":case"binary":return R(this,e,n);case"base64":return k(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function v(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function b(e,n,r,i,o){if(0===e.length)return-1;if("string"==typeof r?(i=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=o?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(o)return-1;r=e.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof n&&(n=t.from(n,i)),t.isBuffer(n))return 0===n.length?-1:w(e,n,r,i,o);if("number"==typeof n)return n=255&n,t.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,n,r):Uint8Array.prototype.lastIndexOf.call(e,n,r):w(e,[n],r,i,o);throw new TypeError("val must be string, number or Buffer")}function w(t,e,n,r,i){function o(t,e){return 1===s?t[e]:t.readUInt16BE(e*s)}var s=1,a=t.length,c=e.length;if(void 0!==r&&(r=String(r).toLowerCase(),"ucs2"===r||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;s=2,a/=2,c/=2,n/=2}var u;if(i){var l=-1;for(u=n;ua&&(n=a-c),u=n;u>=0;u--){for(var h=!0,p=0;pi&&(r=i)):r=i;var o=e.length;if(o%2!==0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var s=0;s239?4:o>223?3:o>191?2:1;if(i+a<=n){var c,u,l,h;switch(a){case 1:o<128&&(s=o);break;case 2:c=t[i+1],128===(192&c)&&(h=(31&o)<<6|63&c,h>127&&(s=h));break;case 3:c=t[i+1],u=t[i+2],128===(192&c)&&128===(192&u)&&(h=(15&o)<<12|(63&c)<<6|63&u,h>2047&&(h<55296||h>57343)&&(s=h));break;case 4:c=t[i+1],u=t[i+2],l=t[i+3],128===(192&c)&&128===(192&u)&&128===(192&l)&&(h=(15&o)<<18|(63&c)<<12|(63&u)<<6|63&l,h>65535&&h<1114112&&(s=h))}}null===s?(s=65533,a=1):s>65535&&(s-=65536,r.push(s>>>10&1023|55296),s=56320|1023&s),r.push(s),i+=a}return A(r)}function A(t){var e=t.length;if(e<=tt)return String.fromCharCode.apply(String,t);for(var n="",r=0;rr)&&(n=r);for(var i="",o=e;on)throw new RangeError("Trying to access beyond buffer length")}function D(e,n,r,i,o,s){if(!t.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(n>o||ne.length)throw new RangeError("Index out of range")}function L(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-n,2);i>>8*(r?i:1-i)}function V(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-n,4);i>>8*(r?i:3-i)&255}function F(t,e,n,r,i,o){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function B(t,e,n,r,i){return i||F(t,e,n,4,3.4028234663852886e38,-3.4028234663852886e38),X.write(t,e,n,r,23,4),n+4}function U(t,e,n,r,i){return i||F(t,e,n,8,1.7976931348623157e308,-1.7976931348623157e308),X.write(t,e,n,r,52,8),n+8}function z(t){if(t=H(t).replace(et,""),t.length<2)return"";for(;t.length%4!==0;)t+="=";return t}function H(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function q(t){return t<16?"0"+t.toString(16):t.toString(16)}function W(t,e){e=e||1/0;for(var n,r=t.length,i=null,o=[],s=0;s55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(s+1===r){(e-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&o.push(239,191,189),i=n;continue}n=(i-55296<<10|n-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;o.push(n)}else if(n<2048){if((e-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function $(t){for(var e=[],n=0;n>8,i=n%256,o.push(i),o.push(r);return o}function Z(t){return K.toByteArray(z(t))}function G(t,e,n,r){for(var i=0;i=e.length||i>=t.length);++i)e[i+n]=t[i];return i}function J(t){return t!==t}var K=n(489),X=n(657),Q=n(254);e.Buffer=t,e.SlowBuffer=g,e.INSPECT_MAX_BYTES=50,t.TYPED_ARRAY_SUPPORT=void 0!==r.TYPED_ARRAY_SUPPORT?r.TYPED_ARRAY_SUPPORT:i(),e.kMaxLength=o(),t.poolSize=8192,t._augment=function(e){return e.__proto__=t.prototype,e},t.from=function(t,e,n){return a(null,t,e,n)},t.TYPED_ARRAY_SUPPORT&&(t.prototype.__proto__=Uint8Array.prototype,t.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&t[Symbol.species]===t&&Object.defineProperty(t,Symbol.species,{value:null,configurable:!0})),t.alloc=function(t,e,n){return u(null,t,e,n)},t.allocUnsafe=function(t){return l(null,t)},t.allocUnsafeSlow=function(t){return l(null,t)},t.isBuffer=function(t){return!(null==t||!t._isBuffer)},t.compare=function(e,n){if(!t.isBuffer(e)||!t.isBuffer(n))throw new TypeError("Arguments must be Buffers");if(e===n)return 0;for(var r=e.length,i=n.length,o=0,s=Math.min(r,i);o0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),""},t.prototype.compare=function(e,n,r,i,o){if(!t.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===n&&(n=0),void 0===r&&(r=e?e.length:0),void 0===i&&(i=0),void 0===o&&(o=this.length),n<0||r>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&n>=r)return 0;if(i>=o)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var s=o-i,a=r-n,c=Math.min(s,a),u=this.slice(i,o),l=e.slice(n,r),h=0;hi)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return x(this,t,e,n);case"utf8":case"utf-8":return C(this,t,e,n);case"ascii":return E(this,t,e,n);case"latin1":case"binary":return I(this,t,e,n);case"base64":return S(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return T(this,t,e,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},t.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var tt=4096;t.prototype.slice=function(e,n){var r=this.length;e=~~e,n=void 0===n?r:~~n,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n0&&(i*=256);)r+=this[t+--e]*i;return r},t.prototype.readUInt8=function(t,e){return e||j(t,1,this.length),this[t]},t.prototype.readUInt16LE=function(t,e){return e||j(t,2,this.length),this[t]|this[t+1]<<8},t.prototype.readUInt16BE=function(t,e){return e||j(t,2,this.length),this[t]<<8|this[t+1]},t.prototype.readUInt32LE=function(t,e){return e||j(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},t.prototype.readUInt32BE=function(t,e){return e||j(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},t.prototype.readIntLE=function(t,e,n){t=0|t,e=0|e,n||j(t,e,this.length);for(var r=this[t],i=1,o=0;++o=i&&(r-=Math.pow(2,8*e)),r},t.prototype.readIntBE=function(t,e,n){t=0|t,e=0|e,n||j(t,e,this.length);for(var r=e,i=1,o=this[t+--r];r>0&&(i*=256);)o+=this[t+--r]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*e)),o},t.prototype.readInt8=function(t,e){return e||j(t,1,this.length),128&this[t]?(255-this[t]+1)*-1:this[t]},t.prototype.readInt16LE=function(t,e){e||j(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},t.prototype.readInt16BE=function(t,e){e||j(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},t.prototype.readInt32LE=function(t,e){return e||j(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},t.prototype.readInt32BE=function(t,e){return e||j(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},t.prototype.readFloatLE=function(t,e){return e||j(t,4,this.length),X.read(this,t,!0,23,4)},t.prototype.readFloatBE=function(t,e){return e||j(t,4,this.length),X.read(this,t,!1,23,4)},t.prototype.readDoubleLE=function(t,e){return e||j(t,8,this.length),X.read(this,t,!0,52,8)},t.prototype.readDoubleBE=function(t,e){return e||j(t,8,this.length),X.read(this,t,!1,52,8)},t.prototype.writeUIntLE=function(t,e,n,r){if(t=+t,e=0|e,n=0|n,!r){var i=Math.pow(2,8*n)-1;D(this,t,e,n,i,0)}var o=1,s=0;for(this[e]=255&t;++s=0&&(s*=256);)this[e+o]=t/s&255;return e+n},t.prototype.writeUInt8=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,1,255,0),t.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[n]=255&e,n+1},t.prototype.writeUInt16LE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,2,65535,0),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):L(this,e,n,!0),n+2},t.prototype.writeUInt16BE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,2,65535,0),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):L(this,e,n,!1),n+2},t.prototype.writeUInt32LE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,4,4294967295,0),t.TYPED_ARRAY_SUPPORT?(this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=255&e):V(this,e,n,!0),n+4},t.prototype.writeUInt32BE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,4,4294967295,0),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):V(this,e,n,!1),n+4},t.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e=0|e,!r){var i=Math.pow(2,8*n-1);D(this,t,e,n,i-1,-i)}var o=0,s=1,a=0;for(this[e]=255&t;++o>0)-a&255;return e+n},t.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e=0|e,!r){var i=Math.pow(2,8*n-1);D(this,t,e,n,i-1,-i)}var o=n-1,s=1,a=0;for(this[e+o]=255&t;--o>=0&&(s*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/s>>0)-a&255;return e+n},t.prototype.writeInt8=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,1,127,-128),t.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[n]=255&e,n+1},t.prototype.writeInt16LE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,2,32767,-32768),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):L(this,e,n,!0),n+2},t.prototype.writeInt16BE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,2,32767,-32768),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):L(this,e,n,!1),n+2},t.prototype.writeInt32LE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,4,2147483647,-2147483648),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24):V(this,e,n,!0),n+4},t.prototype.writeInt32BE=function(e,n,r){return e=+e,n=0|n,r||D(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):V(this,e,n,!1),n+4},t.prototype.writeFloatLE=function(t,e,n){return B(this,t,e,!0,n)},t.prototype.writeFloatBE=function(t,e,n){return B(this,t,e,!1,n)},t.prototype.writeDoubleLE=function(t,e,n){return U(this,t,e,!0,n)},t.prototype.writeDoubleBE=function(t,e,n){return U(this,t,e,!1,n)},t.prototype.copy=function(e,n,r,i){if(r||(r=0),i||0===i||(i=this.length),n>=e.length&&(n=e.length),n||(n=0),i>0&&i=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-n=0;--o)e[o+n]=this[o+r];else if(s<1e3||!t.TYPED_ARRAY_SUPPORT)for(o=0;o>>=0,r=void 0===r?this.length:r>>>0,e||(e=0);var s;if("number"==typeof e)for(s=n;s=0;o--){var a=i.nestedViews[o];a.rootNodesOrAppElements.length>0&&(e=r(a.rootNodesOrAppElements[a.rootNodesOrAppElements.length-1]))}}else e=t;return e}var i=n(9),o=n(67),s=n(6),a=n(151),c=n(426),u=n(290),l=n(13),h=n(427),p=n(291),f=n(295),_=n(12),d=n(8);n.d(e,"AppView",function(){return y}),n.d(e,"DebugAppView",function(){return v});var g=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},m=n.i(a.a)("AppView#check(ascii id)"),y=function(){function t(t,e,n,r,i,o,s){this.clazz=t,this.componentType=e,this.type=n,this.viewUtils=r,this.parentInjector=i,this.declarationAppElement=o,this.cdMode=s,this.contentChildren=[],this.viewChildren=[],this.viewContainerElement=null,this.numberOfChecks=0,this.ref=new f.a(this),n===_.ViewType.COMPONENT||n===_.ViewType.HOST?this.renderer=r.renderComponent(e):this.renderer=o.parentView.renderer}return Object.defineProperty(t.prototype,"animationContext",{get:function(){return this._animationContext||(this._animationContext=new c.a),this._animationContext},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"destroyed",{get:function(){return this.cdMode===i.ChangeDetectorStatus.Destroyed},enumerable:!0,configurable:!0}),t.prototype.create=function(t,e,r){this.context=t;var i;switch(this.type){case _.ViewType.COMPONENT:i=n.i(d.ensureSlotCount)(e,this.componentType.slotCount);break;case _.ViewType.EMBEDDED:i=this.declarationAppElement.parentView.projectableNodes;break;case _.ViewType.HOST:i=e}return this._hasExternalHostElement=n.i(s.d)(r),this.projectableNodes=i,this.createInternal(r)},t.prototype.createInternal=function(t){return null},t.prototype.init=function(t,e,n,r){this.rootNodesOrAppElements=t,this.allNodes=e,this.disposables=n,this.subscriptions=r,this.type===_.ViewType.COMPONENT&&(this.declarationAppElement.parentView.viewChildren.push(this),this.dirtyParentQueriesInternal())},t.prototype.injectorGet=function(t,e,n){return this.injectorGetInternal(t,e,n)},t.prototype.injectorGetInternal=function(t,e,n){return n},t.prototype.injector=function(t){return n.i(s.d)(t)?new h.a(this,t):this.parentInjector},t.prototype.destroy=function(){this._hasExternalHostElement?this.renderer.detachView(this.flatRootNodes):n.i(s.d)(this.viewContainerElement)&&this.viewContainerElement.detachView(this.viewContainerElement.nestedViews.indexOf(this)),this._destroyRecurse()},t.prototype._destroyRecurse=function(){if(this.cdMode!==i.ChangeDetectorStatus.Destroyed){for(var t=this.contentChildren,e=0;e0?this.rootNodesOrAppElements[this.rootNodesOrAppElements.length-1]:null;return r(t)},enumerable:!0,configurable:!0}),t.prototype.dirtyParentQueriesInternal=function(){},t.prototype.detectChanges=function(t){var e=m(this.clazz);this.cdMode!==i.ChangeDetectorStatus.Checked&&this.cdMode!==i.ChangeDetectorStatus.Errored&&(this.cdMode===i.ChangeDetectorStatus.Destroyed&&this.throwDestroyedError("detectChanges"),this.detectChangesInternal(t),this.cdMode===i.ChangeDetectorStatus.CheckOnce&&(this.cdMode=i.ChangeDetectorStatus.Checked),this.numberOfChecks++,n.i(a.b)(e))},t.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},t.prototype.detectContentChildrenChanges=function(t){for(var e=0;e=0&&(t="https")):t=e.protocol?e.protocol.slice(0,-1):"http";var r=this._schema.host||e.host;this.basePath=this._schema.basePath||"/",this.apiUrl=t+"://"+r+this.basePath,this.apiUrl.endsWith("/")&&(this.apiUrl=this.apiUrl.substr(0,this.apiUrl.length-1)),this.preprocess()},t.prototype.preprocess=function(){var t=new a.MdRenderer;if(this._schema.info.description||(this._schema.info.description=""),this._schema.securityDefinitions){var e=n(160).SecurityDefinitions;t.addPreprocessor(e.insertTagIntoDescription)}this._schema.info["x-redoc-html-description"]=t.renderMd(this._schema.info.description),this._schema.info["x-redoc-markdown-headers"]=t.firstLevelHeadings},Object.defineProperty(t.prototype,"schema",{get:function(){return this._schema},set:function(t){this._schema=t,this.spec.next(this._schema)},enumerable:!0,configurable:!0}),t.prototype.byPointer=function(t){var e=null;if(void 0==t)return null;try{e=i.JsonPointer.get(this._schema,decodeURIComponent(t))}catch(n){"#"!==t.charAt(0)&&(t="#"+t);try{e=this.parser.$refs.get(decodeURIComponent(t))}catch(t){}}return e},t.prototype.resolveRefs=function(t){var e=this;return Object.keys(t).forEach(function(n){if(t[n].$ref){var r=e.byPointer(t[n].$ref);r._pointer=t[n].$ref,t[n]=r}}),t},t.prototype.getMethodParams=function(t,e){function n(t,e){if(!Array.isArray(t))throw new Error("parameters must be an array. Got "+typeof t+" at "+e);return t.map(function(t,n){return t._pointer=i.JsonPointer.join(e,n),t})}"parameters"===i.JsonPointer.baseName(t)&&(t=i.JsonPointer.dirName(t));var r=i.JsonPointer.join(i.JsonPointer.dirName(t),["parameters"]),o=this.byPointer(r)||[],s=i.JsonPointer.join(t,["parameters"]),a=this.byPointer(s)||[];return o=n(o,r),a=n(a,s),e&&(a=this.resolveRefs(a),o=this.resolveRefs(o)),a.concat(o)},t.prototype.getTagsMap=function(){for(var t=this._schema.tags||[],e={},n=0,r=t;n0?i(r(t),9007199254740991):0}},function(t,e,n){"use strict";(function(t){var n={boolean:!1,function:!0,object:!0,number:!1,string:!1,undefined:!1};e.root=n[typeof self]&&self||n[typeof window]&&window;var r=n[typeof t]&&t;!r||r.global!==r&&r.window!==r||(e.root=r)}).call(e,n(27))},function(t,e,n){"use strict";n.d(e,"SecurityContext",function(){return r}),n.d(e,"Sanitizer",function(){return i});var r;!function(t){t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL"}(r||(r={}));var i=function(){function t(){}return t}()},function(t,e,n){"use strict";var r=n(21);e.SpecManager=r.SpecManager;var i=function(){function t(t){this.specMgr=t,this.componentSchema=null,this.dereferencedCache={}}return t.prototype.ngOnInit=function(){this.preinit()},t.prototype.preinit=function(){this.componentSchema=this.specMgr.byPointer(this.pointer||""),this.init()},t.prototype.ngOnDestroy=function(){this.destroy()},t.prototype.init=function(){},t.prototype.destroy=function(){},t}();e.BaseComponent=i},function(t,e,n){"use strict";var r=n(32),i=n(9),o=n(8),s=function(){function t(t,e){this.changed=!1,this.context=new r.NgIf(t,e),this._expr_0=i.UNINITIALIZED}return t.prototype.check_ngIf=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.ngIf=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgIf=s},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){"function"==typeof Object.create?t.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(t,e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}},function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(t){if(l===setTimeout)return setTimeout(t,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function o(t){if(h===clearTimeout)return clearTimeout(t);if((h===r||!h)&&clearTimeout)return h=clearTimeout,clearTimeout(t);try{return h(t)}catch(e){try{return h.call(null,t)}catch(e){return h.call(this,t)}}}function s(){d&&f&&(d=!1,f.length?_=f.concat(_):g=-1,_.length&&a())}function a(){if(!d){var t=i(s);d=!0;for(var e=_.length;e;){for(f=_,_=[];++g1)for(var n=1;n=55296&&t<=57343)&&(!(t>=64976&&t<=65007)&&(65535!==(65535&t)&&65534!==(65535&t)&&(!(t>=0&&t<=8)&&(11!==t&&(!(t>=14&&t<=31)&&(!(t>=127&&t<=159)&&!(t>1114111)))))))}function u(t){if(t>65535){t-=65536;var e=55296+(t>>10),n=56320+(1023&t);return String.fromCharCode(e,n)}return String.fromCharCode(t)}function l(t,e){var n=0;return o(y,e)?y[e]:35===e.charCodeAt(0)&&m.test(e)&&(n="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10),c(n))?u(n):t}function h(t){return t.indexOf("&")<0?t:t.replace(g,l)}function p(t){return w[t]}function f(t){return v.test(t)?t.replace(b,p):t}var _=Object.prototype.hasOwnProperty,d=/\\([\\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g,g=/&([a-z#][a-z0-9]{1,31});/gi,m=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,y=n(362),v=/[&<>"]/,b=/[&<>"]/g,w={"&":"&","<":"<",">":">",'"':"""};e.assign=s,e.isString=i,e.has=o,e.unescapeMd=a,e.isValidEntityCode=c,e.fromCodePoint=u,e.replaceEntities=h,e.escapeHtml=f},function(t,e,n){"use strict";var r=n(135),i=n(136);e.async=new i.AsyncScheduler(r.AsyncAction)},function(t,e,n){"use strict";var r=n(2),i=n(47);n.d(e,"NgForRow",function(){return o}),n.d(e,"NgFor",function(){return s});var o=function(){function t(t,e,n){this.$implicit=t,this.index=e,this.count=n}return Object.defineProperty(t.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"even",{get:function(){return this.index%2===0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),t}(),s=function(){function t(t,e,n,r){this._viewContainer=t,this._template=e,this._differs=n,this._cdr=r,this._differ=null}return Object.defineProperty(t.prototype,"ngForTemplate",{set:function(t){t&&(this._template=t)},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){if("ngForOf"in t){var e=t.ngForOf.currentValue;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this._cdr,this.ngForTrackBy)}catch(t){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+n.i(i.e)(e)+"'. NgFor only supports binding to Iterables such as Arrays.")}}},t.prototype.ngDoCheck=function(){if(this._differ){var t=this._differ.diff(this.ngForOf);t&&this._applyChanges(t)}},t.prototype._applyChanges=function(t){var e=this,n=[];t.forEachOperation(function(t,r,i){if(null==t.previousIndex){var s=e._viewContainer.createEmbeddedView(e._template,new o(null,null,null),i),c=new a(t,s);n.push(c)}else if(null==i)e._viewContainer.remove(r);else{var s=e._viewContainer.get(r);e._viewContainer.move(s,i);var c=new a(t,s);n.push(c)}});for(var r=0;r"+i+""};t.exports=function(t,e){var n={};n[t]=e(a),r(r.P+r.F*i(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}),"String",n)}},function(t,e,n){"use strict";function r(){throw new Error("unimplemented")}e.a=r,n.d(e,"b",function(){return o}),n.d(e,"c",function(){return s});var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=function(t){function e(e){var n=t.call(this,e);this._nativeError=n}return i(e,t),Object.defineProperty(e.prototype,"message",{get:function(){return this._nativeError.message},set:function(t){this._nativeError.message=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"name",{get:function(){return this._nativeError.name},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"stack",{get:function(){return this._nativeError.stack},set:function(t){this._nativeError.stack=t},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return this._nativeError.toString()},e}(Error),s=function(t){function e(e,n){t.call(this,e+" caused by: "+(n instanceof Error?n.message:n)),this.originalError=n}return i(e,t),Object.defineProperty(e.prototype,"stack",{get:function(){return(this.originalError instanceof Error?this.originalError:this._nativeError).stack},enumerable:!0,configurable:!0}),e}(o)},function(t,e,n){"use strict";(function(t){function r(t){return null!=t}function i(t){return null==t}function o(t){if("string"==typeof t)return t;if(void 0===t||null===t)return""+t;if(t.overriddenName)return t.overriddenName;if(t.name)return t.name;var e=t.toString(),n=e.indexOf("\n");return n===-1?e:e.substring(0,n)}function s(t){return null!==t&&("function"==typeof t||"object"==typeof t)}function a(t,e,n){for(var i=e.split("."),o=t;i.length>1;){var s=i.shift();o=o.hasOwnProperty(s)&&r(o[s])?o[s]:o[s]={}}void 0!==o&&null!==o||(o={}),o[i.shift()]=n}function c(){if(!h)if(u.Symbol&&Symbol.iterator)h=Symbol.iterator;else for(var t=Object.getOwnPropertyNames(Map.prototype),e=0;ew;w++)if((p||w in y)&&(d=y[w],g=v(d,w,m),t))if(n)x[w]=g;else if(g)switch(t){case 3:return!0;case 5:return d;case 6:return w;case 2:x.push(d)}else if(l)return!1;return h?-1:u||l?l:x}}},function(t,e,n){var r=n(41),i=n(53),o=n(248)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){var r=n(1),i=n(18),o=n(10);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],s={};s[t]=e(n),r(r.S+r.F*o(function(){n(1)}),"Object",s)}},function(t,e,n){(function(t){function n(t){return Array.isArray?Array.isArray(t):"[object Array]"===g(t)}function r(t){return"boolean"==typeof t}function i(t){return null===t}function o(t){return null==t}function s(t){return"number"==typeof t}function a(t){return"string"==typeof t}function c(t){return"symbol"==typeof t}function u(t){return void 0===t}function l(t){return"[object RegExp]"===g(t)}function h(t){return"object"==typeof t&&null!==t}function p(t){return"[object Date]"===g(t)}function f(t){return"[object Error]"===g(t)||t instanceof Error}function _(t){return"function"==typeof t}function d(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||"undefined"==typeof t}function g(t){return Object.prototype.toString.call(t)}e.isArray=n,e.isBoolean=r,e.isNull=i,e.isNullOrUndefined=o,e.isNumber=s,e.isString=a,e.isSymbol=c,e.isUndefined=u,e.isRegExp=l,e.isObject=h,e.isDate=p,e.isError=f,e.isFunction=_,e.isPrimitive=d,e.isBuffer=t.isBuffer}).call(e,n(17).Buffer)},function(t,e){"use strict";e.isArray=Array.isArray||function(t){return t&&"number"==typeof t.length}},function(t,e,n){"use strict";function r(t,e){if(n.i(a.d)(t))for(var i=0;i-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;nr&&(n=o,r=s)}}return n},t.flatten=function(t){var e=[];return r(t,e),e},t}()},function(t,e,n){"use strict";var r=n(2),i=n(106),o=n(35),s=n(80);e.INVIEW_POSITION={ABOVE:1,BELLOW:-1,INVIEW:0};var a=function(){function t(t){this.optionsService=t,this.scroll=new r.EventEmitter,this.scrollYOffset=function(){return t.options.scrollYOffset()},this.$scrollParent=t.options.$scrollParent||window,this.scroll=new r.EventEmitter,this.bind(),"scrollRestoration"in history&&(history.scrollRestoration="manual")}return t.prototype.scrollY=function(){return void 0!=this.$scrollParent.pageYOffset?this.$scrollParent.pageYOffset:this.$scrollParent.scrollTop},t.prototype.getElementPos=function(t,n){void 0===n&&(n=!1);var r=this.scrollYOffset(),i=n?-1:1;return i*Math.floor(t.getBoundingClientRect().top)>i*r?e.INVIEW_POSITION.ABOVE:i*t.getBoundingClientRect().bottom<=i*r?e.INVIEW_POSITION.BELLOW:e.INVIEW_POSITION.INVIEW},t.prototype.scrollToPos=function(t){this.$scrollParent.scrollTo?this.$scrollParent.scrollTo(0,Math.floor(t)):this.$scrollParent.scrollTop=t},t.prototype.scrollTo=function(t,e){if(void 0===e&&(e=0),t){var n=t.getBoundingClientRect(),r=this.scrollY()+n.top-this.scrollYOffset()+e+1;return this.scrollToPos(r),r}},t.prototype.saveScroll=function(){var t=this._stickElement;if(t){var e=t.offsetParent;this._savedPosition=t.offsetTop+e.offsetTop}},t.prototype.setStickElement=function(t){this._stickElement=t},t.prototype.restoreScroll=function(){var t=this._stickElement;if(t){var e=t.offsetParent,n=t.offsetTop+e.offsetTop,r=this.scrollY()+(n-this._savedPosition);this.scrollToPos(r)}},t.prototype.relativeScrollPos=function(t){var e=t.getBoundingClientRect();return-e.top+this.scrollYOffset()-1},t.prototype.scrollHandler=function(t){var e=this.scrollY()-this.prevOffsetY>0;this.prevOffsetY=this.scrollY(),this.scroll.next({isScrolledDown:e,evt:t})},t.prototype.bind=function(){var t=this;this.prevOffsetY=this.scrollY(),this._cancel=i.BrowserDomAdapter.onAndCancel(this.$scrollParent,"scroll",s.throttle(function(e){t.scrollHandler(e)},100,this))},t.prototype.unbind=function(){this._cancel()},t=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.OptionsService&&o.OptionsService)&&n||Object])],t);var n}();e.ScrollService=a},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(347),i=n(1),o=n(172)("metadata"),s=o.store||(o.store=new(n(355))),a=function(t,e,n){var i=s.get(t);if(!i){if(!n)return;s.set(t,i=new r)}var o=i.get(e);if(!o){if(!n)return;i.set(e,o=new r)}return o},c=function(t,e,n){ -var r=a(e,n,!1);return void 0!==r&&r.has(t)},u=function(t,e,n){var r=a(e,n,!1);return void 0===r?void 0:r.get(t)},l=function(t,e,n,r){a(n,r,!0).set(t,e)},h=function(t,e){var n=a(t,e,!1),r=[];return n&&n.forEach(function(t,e){r.push(e)}),r},p=function(t){return void 0===t||"symbol"==typeof t?t:String(t)},f=function(t){i(i.S,"Reflect",t)};t.exports={store:s,map:a,has:c,get:u,set:l,keys:h,key:p,exp:f}},function(t,e,n){var r=n(171),i=n(84),o=n(59),s=n(86),a=n(41),c=n(330),u=Object.getOwnPropertyDescriptor;e.f=n(29)?u:function(t,e){if(t=o(t),e=s(e,!0),c)try{return u(t,e)}catch(t){}if(a(t,e))return i(!r.f.call(t,e),t[e])}},function(t,e,n){"use strict";if(n(29)){var r=n(127),i=n(14),o=n(10),s=n(1),a=n(174),c=n(251),u=n(93),l=n(125),h=n(84),p=n(52),f=n(128),_=n(85),d=n(36),g=n(96),m=n(86),y=n(41),v=n(342),b=n(235),w=n(11),x=n(53),C=n(240),E=n(94),I=n(63),S=n(95).f,T=n(252),k=n(97),O=n(19),A=n(62),P=n(234),R=n(343),N=n(175),M=n(108),j=n(244),D=n(129),L=n(233),V=n(322),F=n(23),B=n(71),U=F.f,z=B.f,H=i.RangeError,q=i.TypeError,W=i.Uint8Array,$="ArrayBuffer",Y="Shared"+$,Z="BYTES_PER_ELEMENT",G="prototype",J=Array[G],K=c.ArrayBuffer,X=c.DataView,Q=A(0),tt=A(2),et=A(3),nt=A(4),rt=A(5),it=A(6),ot=P(!0),st=P(!1),at=N.values,ct=N.keys,ut=N.entries,lt=J.lastIndexOf,ht=J.reduce,pt=J.reduceRight,ft=J.join,_t=J.sort,dt=J.slice,gt=J.toString,mt=J.toLocaleString,yt=O("iterator"),vt=O("toStringTag"),bt=k("typed_constructor"),wt=k("def_constructor"),xt=a.CONSTR,Ct=a.TYPED,Et=a.VIEW,It="Wrong length!",St=A(1,function(t,e){return Rt(R(t,t[wt]),e)}),Tt=o(function(){return 1===new W(new Uint16Array([1]).buffer)[0]}),kt=!!W&&!!W[G].set&&o(function(){new W(1).set({})}),Ot=function(t,e){if(void 0===t)throw q(It);var n=+t,r=d(t);if(e&&!v(n,r))throw H(It);return r},At=function(t,e){var n=_(t);if(n<0||n%e)throw H("Wrong offset!");return n},Pt=function(t){if(w(t)&&Ct in t)return t;throw q(t+" is not a typed array!")},Rt=function(t,e){if(!(w(t)&&bt in t))throw q("It is not a typed array constructor!");return new t(e)},Nt=function(t,e){return Mt(R(t,t[wt]),e)},Mt=function(t,e){for(var n=0,r=e.length,i=Rt(t,r);r>n;)i[n]=e[n++];return i},jt=function(t,e,n){U(t,e,{get:function(){return this._d[n]}})},Dt=function(t){var e,n,r,i,o,s,a=x(t),c=arguments.length,l=c>1?arguments[1]:void 0,h=void 0!==l,p=T(a);if(void 0!=p&&!C(p)){for(s=p.call(a),r=[],e=0;!(o=s.next()).done;e++)r.push(o.value);a=r}for(h&&c>2&&(l=u(l,arguments[2],2)),e=0,n=d(a.length),i=Rt(this,n);n>e;e++)i[e]=h?l(a[e],e):a[e];return i},Lt=function(){for(var t=0,e=arguments.length,n=Rt(this,e);e>t;)n[t]=arguments[t++];return n},Vt=!!W&&o(function(){mt.call(new W(1))}),Ft=function(){return mt.apply(Vt?dt.call(Pt(this)):Pt(this),arguments)},Bt={copyWithin:function(t,e){return V.call(Pt(this),t,e,arguments.length>2?arguments[2]:void 0)},every:function(t){return nt(Pt(this),t,arguments.length>1?arguments[1]:void 0)},fill:function(t){return L.apply(Pt(this),arguments)},filter:function(t){return Nt(this,tt(Pt(this),t,arguments.length>1?arguments[1]:void 0))},find:function(t){return rt(Pt(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function(t){return it(Pt(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function(t){Q(Pt(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function(t){return st(Pt(this),t,arguments.length>1?arguments[1]:void 0)},includes:function(t){return ot(Pt(this),t,arguments.length>1?arguments[1]:void 0)},join:function(t){return ft.apply(Pt(this),arguments)},lastIndexOf:function(t){return lt.apply(Pt(this),arguments)},map:function(t){return St(Pt(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return ht.apply(Pt(this),arguments)},reduceRight:function(t){return pt.apply(Pt(this),arguments)},reverse:function(){for(var t,e=this,n=Pt(e).length,r=Math.floor(n/2),i=0;i1?arguments[1]:void 0)},sort:function(t){return _t.call(Pt(this),t)},subarray:function(t,e){var n=Pt(this),r=n.length,i=g(t,r);return new(R(n,n[wt]))(n.buffer,n.byteOffset+i*n.BYTES_PER_ELEMENT,d((void 0===e?r:g(e,r))-i))}},Ut=function(t,e){return Nt(this,dt.call(Pt(this),t,e))},zt=function(t){Pt(this);var e=At(arguments[1],1),n=this.length,r=x(t),i=d(r.length),o=0;if(i+e>n)throw H(It);for(;o255?255:255&r),i.v[_](n*e+i.o,r,Tt)},O=function(t,e){U(t,e,{get:function(){return T(this,e)},set:function(t){return k(this,e,t)},enumerable:!0})};v?(g=n(function(t,n,r,i){l(t,g,u,"_d");var o,s,a,c,h=0,f=0;if(w(n)){if(!(n instanceof K||(c=b(n))==$||c==Y))return Ct in n?Mt(g,n):Dt.call(g,n);o=n,f=At(r,e);var _=n.byteLength;if(void 0===i){if(_%e)throw H(It);if(s=_-f,s<0)throw H(It)}else if(s=d(i)*e,s+f>_)throw H(It);a=s/e}else a=Ot(n,!0),s=a*e,o=new K(s);for(p(t,"_d",{b:o,o:f,l:s,e:a,v:new X(o)});h=0?t.substr(e).toLowerCase():""},e.getHash=function(t){var e=t.indexOf("#");return e>=0?t.substr(e):"#"},e.stripHash=function(t){var e=t.indexOf("#");return e>=0&&(t=t.substr(0,e)),t},e.isHttp=function(t){var e=a.getProtocol(t);return"http"===e||"https"===e||void 0===e&&r.browser},e.isFileSystemPath=function(t){if(r.browser)return!1;var e=a.getProtocol(t);return void 0===e||"file"===e},e.fromFileSystemPath=function(t){for(var e=0;e1?new e(t,r):1===i?new o.ScalarObservable(t[0],r):new s.EmptyObservable(r)},e.dispatch=function(t){var e=t.array,n=t.index,r=t.count,i=t.subscriber;return n>=r?void i.complete():(i.next(e[n]),void(i.closed||(t.index=n+1,this.schedule(t))))},e.prototype._subscribe=function(t){var n=0,r=this.array,i=r.length,o=this.scheduler;if(o)return o.schedule(e.dispatch,0,{array:r,index:n,count:i,subscriber:t});for(var s=0;s=0?this._tasks.findIndex(function(n){return n.catIdx===t&&n.idx===e}):this._tasks.findIndex(function(e){return e.catIdx===t}),r+=1):this.sortTasks(t,e),this.allSync&&(r=this._tasks.length);for(var i=this._current;i599)throw new Error("invalid HTTP code");var e="success";return t>=300&&t<400?e="redirect":t>=400?e="error":t<200&&(e="info"),e}function a(t,e){for(var n=Object.keys(e),r=-1,i=n.length;++r0||function(t){return"[object SafariRemoteNotification]"===t.toString()}(!window.safari||safari.pushNotification)},function(t,e,n){"use strict";var r=n(2),i=n(118),o=n(80),s=n(79),a=n(319),c=n(317),u=function(){function t(t){this.message=t}return t}(),l=function(t){function e(e,n){t.call(this,"Invalid argument '"+n+"' for pipe '"+o.stringify(e)+"'")}return __extends(e,t),e}(u),h=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if("object"!=typeof e)throw new l(t,e);return Object.keys(e)},t=__decorate([r.Pipe({name:"keys"}),__metadata("design:paramtypes",[])],t)}();e.KeysPipe=h;var p=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if(!o.isString(e))throw new l(t,e);return s.default.escape(e)},t=__decorate([r.Pipe({name:"jsonPointerEscape"}),__metadata("design:paramtypes",[])],t)}();e.JsonPointerEscapePipe=p;var f=function(){function t(t){this.sanitizer=t,this.renderer=new a.MdRenderer(!0)}return t.prototype.transform=function(t){if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);return this.sanitizer.bypassSecurityTrustHtml(''+this.renderer.renderMd(t)+"")},t=__decorate([r.Pipe({name:"marked"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.MarkedPipe=f;var _=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t){if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);return this.sanitizer.bypassSecurityTrustHtml(t)},t=__decorate([r.Pipe({name:"safe"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.SafePipe=_;var d={"c++":"cpp","c#":"csharp","objective-c":"objectivec",shell:"bash",viml:"vim"},g=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t,e){if(o.isBlank(e)||0===e.length)throw new u("Prism pipe requires one argument");if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);var n=e[0].toString().trim().toLowerCase();d[n]&&(n=d[n]);var r=Prism.languages[n];return r||(r=Prism.languages.clike),this.sanitizer.bypassSecurityTrustHtml(Prism.highlight(t,r))},t=__decorate([r.Pipe({name:"prism"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.PrismPipe=g;var m=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if(!o.isString(e))throw new l(t,e);return encodeURIComponent(e)},t=__decorate([r.Pipe({name:"encodeURIComponent"}),__metadata("design:paramtypes",[])],t)}();e.EncodeURIComponentPipe=m;var y={csv:"Comma Separated",ssv:"Space Separated",tsv:"Tab Separated",pipes:"Pipe Separated"},v=function(){function t(){}return t.prototype.transform=function(t){var e=t.collectionFormat;return e||(e="csv"),"multi"===e?"Multiple "+t.in+" params of":y[e]},t=__decorate([r.Pipe({name:"collectionFormat"}),__metadata("design:paramtypes",[])],t)}();e.CollectionFormatPipe=v,e.REDOC_PIPES=[p,f,_,g,m,c.JsonFormatter,h,v]},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var r=n(97)("meta"),i=n(11),o=n(41),s=n(23).f,a=0,c=Object.isExtensible||function(){return!0},u=!n(10)(function(){return c(Object.preventExtensions({}))}),l=function(t){s(t,r,{value:{i:"O"+ ++a,w:{}}})},h=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,r)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[r].i},p=function(t,e){if(!o(t,r)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[r].w},f=function(t){return u&&_.NEED&&c(t)&&!o(t,r)&&l(t),t},_=t.exports={KEY:r,NEED:!1,fastKey:h,getWeak:p,onFreeze:f}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(11);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){"use strict";t.exports="function"==typeof Promise?Promise:n(677).Promise},function(t,e,n){"use strict";function r(e){return function(n,r,a,c){var u,l=t.exports.formatter;"string"==typeof n?(u=l.apply(null,arguments),n=r=void 0):u="string"==typeof r?l.apply(null,f.call(arguments,1)):l.apply(null,f.call(arguments,2)),n instanceof Error||(r=n,n=void 0),n&&(u+=(u?" \n":"")+n.message);var h=new e(u);return i(h,n),o(h),s(h,r),h}}function i(t,e){e&&(u(t,e),s(t,e,!0))}function o(t){t.toJSON=a,t.inspect=c}function s(t,e,n){if(e&&"object"==typeof e)for(var r=Object.keys(e),i=0;i=0))try{t[o]=e[o]}catch(t){}}}function a(){var t={},e=Object.keys(this);e=e.concat(_);for(var n=0;n";for(e.style.display="none",n(329).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(i+"script"+s+"document.F=Object"+i+"/script"+s),t.close(),u=t.F;r--;)delete u[c][o[r]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(a[c]=r(t),n=new a,a[c]=null,n[s]=t):n=u(),void 0===e?n:i(n,e)}},function(t,e,n){var r=n(339),i=n(236).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){var r=n(85),i=Math.max,o=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):o(t,e)}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e,n){"use strict";var r=n(235),i={};i[n(19)("toStringTag")]="z",i+""!="[object z]"&&n(48)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(t,e){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(t){return"function"==typeof t}function i(t){return"number"==typeof t}function o(t){return"object"==typeof t&&null!==t}function s(t){return void 0===t}t.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(t){if(!i(t)||t<0||isNaN(t))throw TypeError("n must be a positive number");return this._maxListeners=t,this},n.prototype.emit=function(t){var e,n,i,a,c,u;if(this._events||(this._events={}),"error"===t&&(!this._events.error||o(this._events.error)&&!this._events.error.length)){if(e=arguments[1],e instanceof Error)throw e;var l=new Error('Uncaught, unspecified "error" event. ('+e+")");throw l.context=e,l}if(n=this._events[t],s(n))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:a=Array.prototype.slice.call(arguments,1),n.apply(this,a)}else if(o(n))for(a=Array.prototype.slice.call(arguments,1),u=n.slice(),i=u.length,c=0;c0&&this._events[t].length>i&&(this._events[t].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[t].length),"function"==typeof console.trace&&console.trace())),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(t,e){function n(){this.removeListener(t,n),i||(i=!0,e.apply(this,arguments))}if(!r(e))throw TypeError("listener must be a function");var i=!1;return n.listener=e,this.on(t,n),this},n.prototype.removeListener=function(t,e){var n,i,s,a;if(!r(e))throw TypeError("listener must be a function");if(!this._events||!this._events[t])return this;if(n=this._events[t],s=n.length,i=-1,n===e||r(n.listener)&&n.listener===e)delete this._events[t],this._events.removeListener&&this.emit("removeListener",t,e);else if(o(n)){for(a=s;a-- >0;)if(n[a]===e||n[a].listener&&n[a].listener===e){i=a;break}if(i<0)return this;1===n.length?(n.length=0,delete this._events[t]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",t,e)}return this},n.prototype.removeAllListeners=function(t){var e,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[t]&&delete this._events[t],this;if(0===arguments.length){for(e in this._events)"removeListener"!==e&&this.removeAllListeners(e);return this.removeAllListeners("removeListener"),this._events={},this}if(n=this._events[t],r(n))this.removeListener(t,n);else if(n)for(;n.length;)this.removeListener(t,n[n.length-1]);return delete this._events[t],this},n.prototype.listeners=function(t){var e;return e=this._events&&this._events[t]?r(this._events[t])?[this._events[t]]:this._events[t].slice():[]},n.prototype.listenerCount=function(t){if(this._events){var e=this._events[t];if(r(e))return 1;if(e)return e.length}return 0},n.listenerCount=function(t,e){return t.listenerCount(e)}},function(t,e,n){"use strict";var r=n(674);t.exports=r("json-schema-ref-parser")},function(t,e,n){"use strict";function r(t){return this instanceof r?(u.call(this,t),l.call(this,t),t&&t.readable===!1&&(this.readable=!1),t&&t.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0, -t&&t.allowHalfOpen===!1&&(this.allowHalfOpen=!1),void this.once("end",i)):new r(t)}function i(){this.allowHalfOpen||this._writableState.ended||a(o,this)}function o(t){t.end()}var s=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e};t.exports=r;var a=n(112),c=n(65);c.inherits=n(42);var u=n(361),l=n(257);c.inherits(r,u);for(var h=s(l.prototype),p=0;p0},t.hasAttribute=function(t,e){return t.hasAttribute(e)},t.getAttribute=function(t,e){return t.getAttribute(e)},t.setAttribute=function(t,e,n){t.setAttribute(e,n)},t.removeAttribute=function(t,e){t.removeAttribute(e)},t.getLocation=function(){return window.location},t.defaultDoc=function(){return document},t}();e.BrowserDomAdapter=n},function(t,e,n){"use strict";var r=n(75),i=n(9),o=n(8),s=function(){function t(t,e,n,o){this.changed=!1,this.context=new r.NgClass(t,e,n,o),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED}return t.prototype.check_klass=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.klass=t,this._expr_0=t)},t.prototype.check_ngClass=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.ngClass=t,this._expr_1=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||this.context.ngDoCheck(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgClass=s},function(t,e){t.exports={}},function(t,e,n){var r=n(339),i=n(236);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e){"use strict";function n(t){return"undefined"==typeof t||null===t}function r(t){return"object"==typeof t&&null!==t}function i(t){return Array.isArray(t)?t:n(t)?[]:[t]}function o(t,e){var n,r,i,o;if(e)for(o=Object.keys(e),n=0,r=o.length;n-1?r:n.getPluralCategory(t)}function i(t,e){"string"==typeof e&&(e=parseInt(e,10));var n=e,r=n.toString().replace(/^[^.]*\.?/,""),i=Math.floor(Math.abs(n)),o=r.length,a=parseInt(r,10),c=parseInt(n.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0,u=t.split("-")[0].toLowerCase();switch(u){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===n?s.One:s.Other;case"agq":case"bas":case"cu":case"dav":case"dje":case"dua":case"dyo":case"ebu":case"ewo":case"guz":case"kam":case"khq":case"ki":case"kln":case"kok":case"ksf":case"lrc":case"lu":case"luo":case"luy":case"mer":case"mfe":case"mgh":case"mua":case"mzn":case"nmg":case"nus":case"qu":case"rn":case"rw":case"sbp":case"twq":case"vai":case"yav":case"yue":case"zgh":case"ak":case"ln":case"mg":case"pa":case"ti":return n===Math.floor(n)&&n>=0&&n<=1?s.One:s.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===i||1===n?s.One:s.Other;case"ar":return 0===n?s.Zero:1===n?s.One:2===n?s.Two:n%100===Math.floor(n%100)&&n%100>=3&&n%100<=10?s.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=99?s.Many:s.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===i&&0===o?s.One:s.Other;case"be":return n%10===1&&n%100!==11?s.One:n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)?s.Few:n%10===0||n%10===Math.floor(n%10)&&n%10>=5&&n%10<=9||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=14?s.Many:s.Other;case"br":return n%10===1&&n%100!==11&&n%100!==71&&n%100!==91?s.One:n%10===2&&n%100!==12&&n%100!==72&&n%100!==92?s.Two:n%10===Math.floor(n%10)&&(n%10>=3&&n%10<=4||n%10===9)&&!(n%100>=10&&n%100<=19||n%100>=70&&n%100<=79||n%100>=90&&n%100<=99)?s.Few:0!==n&&n%1e6===0?s.Many:s.Other;case"bs":case"hr":case"sr":return 0===o&&i%10===1&&i%100!==11||a%10===1&&a%100!==11?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?s.Few:s.Other;case"cs":case"sk":return 1===i&&0===o?s.One:i===Math.floor(i)&&i>=2&&i<=4&&0===o?s.Few:0!==o?s.Many:s.Other;case"cy":return 0===n?s.Zero:1===n?s.One:2===n?s.Two:3===n?s.Few:6===n?s.Many:s.Other;case"da":return 1===n||0!==c&&(0===i||1===i)?s.One:s.Other;case"dsb":case"hsb":return 0===o&&i%100===1||a%100===1?s.One:0===o&&i%100===2||a%100===2?s.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?s.Few:s.Other;case"ff":case"fr":case"hy":case"kab":return 0===i||1===i?s.One:s.Other;case"fil":return 0===o&&(1===i||2===i||3===i)||0===o&&i%10!==4&&i%10!==6&&i%10!==9||0!==o&&a%10!==4&&a%10!==6&&a%10!==9?s.One:s.Other;case"ga":return 1===n?s.One:2===n?s.Two:n===Math.floor(n)&&n>=3&&n<=6?s.Few:n===Math.floor(n)&&n>=7&&n<=10?s.Many:s.Other;case"gd":return 1===n||11===n?s.One:2===n||12===n?s.Two:n===Math.floor(n)&&(n>=3&&n<=10||n>=13&&n<=19)?s.Few:s.Other;case"gv":return 0===o&&i%10===1?s.One:0===o&&i%10===2?s.Two:0!==o||i%100!==0&&i%100!==20&&i%100!==40&&i%100!==60&&i%100!==80?0!==o?s.Many:s.Other:s.Few;case"he":return 1===i&&0===o?s.One:2===i&&0===o?s.Two:0!==o||n>=0&&n<=10||n%10!==0?s.Other:s.Many;case"is":return 0===c&&i%10===1&&i%100!==11||0!==c?s.One:s.Other;case"ksh":return 0===n?s.Zero:1===n?s.One:s.Other;case"kw":case"naq":case"se":case"smn":return 1===n?s.One:2===n?s.Two:s.Other;case"lag":return 0===n?s.Zero:0!==i&&1!==i||0===n?s.Other:s.One;case"lt":return n%10!==1||n%100>=11&&n%100<=19?n%10===Math.floor(n%10)&&n%10>=2&&n%10<=9&&!(n%100>=11&&n%100<=19)?s.Few:0!==a?s.Many:s.Other:s.One;case"lv":case"prg":return n%10===0||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19||2===o&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?s.Zero:n%10===1&&n%100!==11||2===o&&a%10===1&&a%100!==11||2!==o&&a%10===1?s.One:s.Other;case"mk":return 0===o&&i%10===1||a%10===1?s.One:s.Other;case"mt":return 1===n?s.One:0===n||n%100===Math.floor(n%100)&&n%100>=2&&n%100<=10?s.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?s.Many:s.Other;case"pl":return 1===i&&0===o?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?s.Few:0===o&&1!==i&&i%10===Math.floor(i%10)&&i%10>=0&&i%10<=1||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=12&&i%100<=14?s.Many:s.Other;case"pt":return n===Math.floor(n)&&n>=0&&n<=2&&2!==n?s.One:s.Other;case"ro":return 1===i&&0===o?s.One:0!==o||0===n||1!==n&&n%100===Math.floor(n%100)&&n%100>=1&&n%100<=19?s.Few:s.Other;case"ru":case"uk":return 0===o&&i%10===1&&i%100!==11?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?s.Few:0===o&&i%10===0||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=11&&i%100<=14?s.Many:s.Other;case"shi":return 0===i||1===n?s.One:n===Math.floor(n)&&n>=2&&n<=10?s.Few:s.Other;case"si":return 0===n||1===n||0===i&&1===a?s.One:s.Other;case"sl":return 0===o&&i%100===1?s.One:0===o&&i%100===2?s.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||0!==o?s.Few:s.Other;case"tzm":return n===Math.floor(n)&&n>=0&&n<=1||n===Math.floor(n)&&n>=11&&n<=99?s.One:s.Other;default:return s.Other}}var o=n(2);n.d(e,"NgLocalization",function(){return c}),e.getPluralCategory=r,n.d(e,"NgLocaleLocalization",function(){return u}),n.d(e,"Plural",function(){return s}),e.getPluralCase=i;var s,a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=function(){function t(){}return t}(),u=function(t){function e(e){t.call(this),this._locale=e}return a(e,t),e.prototype.getPluralCategory=function(t){var e=i(this._locale,t);switch(e){case s.Zero:return"zero";case s.One:return"one";case s.Two:return"two";case s.Few:return"few";case s.Many:return"many";default:return"other"}},e.decorators=[{type:o.Injectable}],e.ctorParameters=[{type:void 0,decorators:[{type:o.Inject,args:[o.LOCALE_ID]}]}],e}(c);!function(t){t[t.Zero=0]="Zero",t[t.One=1]="One",t[t.Two=2]="Two",t[t.Few=3]="Few",t[t.Many=4]="Many",t[t.Other=5]="Other"}(s||(s={}))},function(t,e,n){"use strict";function r(){return""+i()+i()+i()}function i(){return String.fromCharCode(97+Math.floor(25*Math.random()))}var o=n(54);n.d(e,"APP_ID",function(){return s}),e._appIdRandomProviderFactory=r,n.d(e,"APP_ID_RANDOM_PROVIDER",function(){return a}),n.d(e,"PLATFORM_INITIALIZER",function(){return c}),n.d(e,"APP_BOOTSTRAP_LISTENER",function(){return u}),n.d(e,"PACKAGE_ROOT_URL",function(){return l});var s=new o.a("AppId"),a={provide:s,useFactory:r,deps:[]},c=new o.a("Platform Initializer"),u=new o.a("appBootstrapListener"),l=new o.a("Application Packages Root URL")},function(t,e,n){"use strict";var r=n(446);n.d(e,"BrowserModule",function(){return r.a}),n.d(e,"platformBrowser",function(){return r.b}),n.d(e,"Title",function(){return r.c}),n.d(e,"disableDebugTools",function(){return r.d}),n.d(e,"enableDebugTools",function(){return r.e}),n.d(e,"AnimationDriver",function(){return r.f}),n.d(e,"By",function(){return r.g}),n.d(e,"NgProbeToken",function(){return r.h}),n.d(e,"DOCUMENT",function(){return r.i}),n.d(e,"EVENT_MANAGER_PLUGINS",function(){return r.j}),n.d(e,"EventManager",function(){return r.k}),n.d(e,"HAMMER_GESTURE_CONFIG",function(){return r.l}),n.d(e,"HammerGestureConfig",function(){return r.m}),n.d(e,"DomSanitizer",function(){return r.n}),n.d(e,"__platform_browser_private__",function(){return r.o})},function(t,e,n){"use strict";var r=n(2);n.d(e,"DOCUMENT",function(){return i});var i=new r.OpaqueToken("DocumentToken")},function(t,e,n){"use strict";var r=n(2),i=n(217),o=n(35),s=n(21),a={},c=function(){function t(t,e,n,r,i,o){this.specMgr=t,this.location=e,this.elementRef=n,this.resolver=r,this.optionsService=i,this._renderer=o,this.final=!1,this.disableLazy=!1,this.loaded=!1,this.disableLazy=this.optionsService.options.disableLazySchemas}return t.prototype.normalizePointer=function(){var t=this.specMgr.byPointer(this.pointer);return t&&t.$ref||this.pointer},t.prototype._loadAfterSelf=function(){var t=this.resolver.resolveComponentFactory(i.JsonSchema),e=this.location.parentInjector,n=this.location.createComponent(t,null,e,null);return this.projectComponentInputs(n.instance),this._renderer.setElementAttribute(n.location.nativeElement,"class",this.location.element.nativeElement.className),n.changeDetectorRef.detectChanges(),this.loaded=!0,n},t.prototype.load=function(){this.disableLazy||this.loaded||this.pointer&&this._loadAfterSelf()},t.prototype.loadCached=function(){if(this.pointer=this.normalizePointer(),a[this.pointer]){var t=a[this.pointer];t.location.nativeElement;if(!this.disableLazy&&(t.instance.hasDescendants||t.instance._hasSubSchemas))return void this._loadAfterSelf();this.loaded=!0}else a[this.pointer]=this._loadAfterSelf()},t.prototype.projectComponentInputs=function(t){Object.assign(t,this)},t.prototype.ngAfterViewInit=function(){(this.auto||this.disableLazy)&&this.loadCached()},t.prototype.ngOnDestroy=function(){a={}},__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"auto",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"isRequestSchema",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"final",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"nestOdd",void 0),__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"childFor",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"isArray",void 0),t=__decorate([r.Component({selector:"json-schema-lazy",entryComponents:[i.JsonSchema],template:"",styles:[":host { display:none }"]}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof s.SpecManager&&s.SpecManager)&&e||Object,"function"==typeof(n="undefined"!=typeof r.ViewContainerRef&&r.ViewContainerRef)&&n||Object,"function"==typeof(c="undefined"!=typeof r.ElementRef&&r.ElementRef)&&c||Object,"function"==typeof(u="undefined"!=typeof r.ComponentFactoryResolver&&r.ComponentFactoryResolver)&&u||Object,"function"==typeof(l="undefined"!=typeof o.OptionsService&&o.OptionsService)&&l||Object,"function"==typeof(h="undefined"!=typeof r.Renderer&&r.Renderer)&&h||Object])],t);var e,n,c,u,l,h}();e.JsonSchemaLazy=c},function(t,e,n){"use strict";var r=n(2);e.COMPONENT_PARSER_ALLOWED="COMPONENT_PARSER_ALLOWED";var i="^\\s*\\s*$",o=function(){function t(t,e){this.resolver=t,this.allowedComponents=e}return t.contains=function(t,e){var n=new RegExp(i.replace("{component}","<"+e+".*>"),"mi");return n.test(t)},t.build=function(t){return""},t.prototype.setRenderer=function(t){this.renderer=t},t.prototype.splitIntoNodesOrComponents=function(t,e){for(var n,r=[],o=new RegExp(i.replace("{component}","(.*?)"),"gmi");n=o.exec(t);)r.push(n[1]);for(var s=new RegExp(i.replace("{component}",".*?"),"mi"),a=t.split(s),c=[],u=0;u/.exec(t);if(e.length<=1)return{componentType:null,options:null};var n=e[1],r=this.allowedComponents[n],i={};return{componentType:r,options:i}},t=__decorate([r.Injectable(),__param(1,r.Inject(e.COMPONENT_PARSER_ALLOWED)),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof r.ComponentFactoryResolver&&r.ComponentFactoryResolver)&&n||Object,Object])],t);var n}();e.ComponentParser=o},function(t,e,n){"use strict";var r=n(2),i=n(138),o=n(102),s=function(){function t(t){this.location=t,this.value=new o.BehaviorSubject(null),this.bind()}return t.prototype.start=function(){this.value.next(this.hash)},Object.defineProperty(t.prototype,"hash",{get:function(){return this.location.hash},enumerable:!0,configurable:!0}),t.prototype.bind=function(){var t=this;this.location.onHashChange(function(){t.value.next(t.hash)})},t=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.PlatformLocation&&i.PlatformLocation)&&e||Object])],t);var e}();e.Hash=s},function(t,e,n){"use strict";var r,i=n(79),o=n(486),s=n(163),a=n(391),c={notype:{check:function(t){return!t.type},inject:function(t,e,n){if(t.type=u.detectType(e),e.type=t.type,t.type){var r='No "type" specified at "'+n+'". Automatically detected: "'+t.type+'"';s.WarningsService.warn(r)}}},general:{check:function(){return!0},inject:function(t,e,n){t._pointer=e._pointer||n,t._displayType=e.type,e.format&&(t._displayFormat="<"+e.format+">"),e.enum&&(t.enum=e.enum.map(function(t){return{val:t,type:typeof t}}),e.enum&&1===e.enum.length&&(t._enumItem=e.enum[0],t.enum=null))}},discriminator:{check:function(t){return t.discriminator||t["x-extendedDiscriminator"]},inject:function(t,e,n){void 0===e&&(e=t),t.discriminator=e.discriminator,t["x-extendedDiscriminator"]=e["x-extendedDiscriminator"]}},simpleArray:{check:function(t){return"array"===t.type&&!Array.isArray(t.items)},inject:function(t,e,n){void 0===e&&(e=t),"object"!==u.detectType(e.items)?(t._isArray=!0,t._pointer=e.items._pointer||i.JsonPointer.join(e._pointer||n,["items"]),u.runInjectors(t,e.items,n)):c.object.inject(t,e.items),t._widgetType="array"}},tuple:{check:function(t){return"array"===t.type&&Array.isArray(t.items)},inject:function(t,e,n){void 0===e&&(e=t),t._isTuple=!0,t._displayType="";for(var r=i.JsonPointer.join(e._pointer||n,["items"]),o=0;o",t._displayTypeHint="This field may contain data of any type",t.isTrivial=!0,t._widgetType="trivial",t._pointer=void 0}},simpleType:{check:function(t){return"object"===t.type?!(t.properties&&Object.keys(t.properties).length||"object"==typeof t.additionalProperties):"array"!==t.type&&t.type},inject:function(t,e){void 0===e&&(e=t),t.isTrivial=!0,t._pointer&&(t._pointer=void 0,t._displayType=e.title?e.title+" ("+e.type+")":e.type),t._widgetType="trivial"}},integer:{check:function(t){return"integer"===t.type||"number"===t.type},inject:function(t,e){void 0===e&&(e=t);var n="";void 0!=e.minimum&&void 0!=e.maximum?(n+=e.exclusiveMinimum?"( ":"[ ",n+=e.minimum,n+=" .. ",n+=e.maximum,n+=e.exclusiveMaximum?" )":" ]"):void 0!=e.maximum?(n+=e.exclusiveMaximum?"< ":"<= ",n+=e.maximum):void 0!=e.minimum&&(n+=e.exclusiveMinimum?"> ":">= ",n+=e.minimum),n&&(t._range=n)}},string:{check:function(t){return"string"===t.type},inject:function(t,e){void 0===e&&(e=t);var n;void 0!=e.minLength&&void 0!=e.maxLength?n="[ "+e.minLength+" .. "+e.maxLength+" ]":void 0!=e.maxLength?n="<= "+e.maxLength:void 0!=e.minLength&&(n=">= "+e.minLength),n&&(t._range=n+" characters")}},file:{check:function(t){return"file"===t.type},inject:function(t,e,n,o){void 0===e&&(e=t),t.isFile=!0;var s;s="formData"===e.in?i.JsonPointer.dirName(o,1):i.JsonPointer.dirName(o,3); -var a=r.byPointer(s),c=r.schema;t._produces=a&&a.produces||c.produces,t._consumes=a&&a.consumes||c.consumes,t._widgetType="file"}}},u=function(){function t(){}return t.setSpecManager=function(t){r=t},t.preprocess=function(e,n,r){return e["x-redoc-schema-precompiled"]?e:(t.runInjectors(e,e,n,r),e["x-redoc-schema-precompiled"]=!0,e)},t.runInjectors=function(t,e,n,r){for(var i=0,o=Object.keys(c);i"},t.detectType=function(t){if(t.type)return t.type;for(var e=Object.keys(o.keywordTypes),n=0;n0},r.isExternal$Ref=function(t){return r.is$Ref(t)&&"#"!==t.$ref[0]},r.isAllowed$Ref=function(t,e){if(r.is$Ref(t)&&("#"===t.$ref[0]||!e||e.resolve.external))return!0},r.isExtended$Ref=function(t){return r.is$Ref(t)&&Object.keys(t).length>1},r.dereference=function(t,e){if(e&&"object"==typeof e&&r.isExtended$Ref(t)){var n={};return Object.keys(t).forEach(function(e){"$ref"!==e&&(n[e]=t[e])}),Object.keys(e).forEach(function(t){t in n||(n[t]=e[t])}),n}return e}},function(t,e){"use strict";function n(t,e){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||"",this.name="YAMLException",this.reason=t,this.mark=e,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():"")}n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n.prototype.toString=function(t){var e=this.name+": ";return e+=this.reason||"(unknown reason)",!t&&this.mark&&(e+=" "+this.mark.toString()),e},t.exports=n},function(t,e,n){"use strict";var r=n(111);t.exports=new r({include:[n(358)],implicit:[n(698),n(691)],explicit:[n(683),n(693),n(694),n(696)]})},function(t,e,n){"use strict";var r=n(0),i=function(){function t(t,e,n){this.kind=t,this.value=e,this.exception=n,this.hasValue="N"===t}return t.prototype.observe=function(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.exception);case"C":return t.complete&&t.complete()}},t.prototype.do=function(t,e,n){var r=this.kind;switch(r){case"N":return t&&t(this.value);case"E":return e&&e(this.exception);case"C":return n&&n()}},t.prototype.accept=function(t,e,n){return t&&"function"==typeof t.next?this.observe(t):this.do(t,e,n)},t.prototype.toObservable=function(){var t=this.kind;switch(t){case"N":return r.Observable.of(this.value);case"E":return r.Observable.throw(this.exception);case"C":return r.Observable.empty()}throw new Error("unexpected notification kind value")},t.createNext=function(e){return"undefined"!=typeof e?new t("N",e):this.undefinedValueNotification},t.createError=function(e){return new t("E",void 0,e)},t.createComplete=function(){return this.completeNotification},t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t}();e.Notification=i},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(37),o=n(1042),s=function(t){function e(e,n){t.call(this,e,n),this.scheduler=e,this.work=n,this.pending=!1}return r(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t,this.pending=!0;var n=this.id,r=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(r,n,e)),this.delay=e,this.id=this.id||this.requestAsyncId(r,this.id,e),this},e.prototype.requestAsyncId=function(t,e,n){return void 0===n&&(n=0),i.root.setInterval(t.flush.bind(t,this),n)},e.prototype.recycleAsyncId=function(t,e,n){return void 0===n&&(n=0),null!==n&&this.delay===n?e:i.root.clearInterval(e)&&void 0||void 0},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var n=this._execute(t,e);return n?n:void(this.pending===!1&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null)))},e.prototype._execute=function(t,e){var n=!1,r=void 0;try{this.work(t)}catch(t){n=!0,r=!!t&&t||new Error(t)}if(n)return this.unsubscribe(),r},e.prototype._unsubscribe=function(){var t=this.id,e=this.scheduler,n=e.actions,r=n.indexOf(this);this.work=null,this.delay=null,this.state=null,this.pending=!1,this.scheduler=null,r!==-1&&n.splice(r,1),null!=t&&(this.id=this.recycleAsyncId(e,t,null))},e}(o.Action);e.AsyncAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(785),o=function(t){function e(){t.apply(this,arguments),this.actions=[],this.active=!1,this.scheduled=void 0}return r(e,t),e.prototype.flush=function(t){var e=this.actions;if(this.active)return void e.push(t);var n;this.active=!0;do if(n=t.execute(t.state,t.delay))break;while(t=e.shift());if(this.active=!1,n){for(;t=e.shift();)t.unsubscribe();throw n}},e}(i.Scheduler);e.AsyncScheduler=o},function(t,e,n){"use strict";var r=n(37),i=r.root.Symbol;if("function"==typeof i)i.iterator?e.$$iterator=i.iterator:"function"==typeof i.for&&(e.$$iterator=i.for("iterator"));else if(r.root.Set&&"function"==typeof(new r.root.Set)["@@iterator"])e.$$iterator="@@iterator";else if(r.root.Map)for(var o=Object.getOwnPropertyNames(r.root.Map.prototype),s=0;s0)t.bootstrapFactories.forEach(function(t){return e.bootstrap(t)});else{if(!t.instance.ngDoBootstrap)throw new Error("The module "+n.i(_.b)(t.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');t.instance.ngDoBootstrap(e)}},e.decorators=[{type:v.b}],e.ctorParameters=[{type:v.g}],e}(A),R=function(){function t(){}return Object.defineProperty(t.prototype,"componentTypes",{get:function(){return n.i(f.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"components",{get:function(){return n.i(f.a)()},enumerable:!0,configurable:!0}),t}(),N=function(t){function e(e,n,r,o,s,a,c,u){var l=this;t.call(this),this._zone=e,this._console=n,this._injector=r,this._exceptionHandler=o,this._componentFactoryResolver=s,this._initStatus=a,this._testabilityRegistry=c,this._testability=u,this._bootstrapListeners=[],this._rootComponents=[],this._rootComponentTypes=[],this._changeDetectorRefs=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._enforceNoNewChanges=i(),this._zone.onMicrotaskEmpty.subscribe({next:function(){l._zone.run(function(){l.tick()})}})}return T(e,t),e.prototype.registerChangeDetector=function(t){this._changeDetectorRefs.push(t)},e.prototype.unregisterChangeDetector=function(t){p.e.remove(this._changeDetectorRefs,t)},e.prototype.bootstrap=function(t){var e=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");var n;n=t instanceof w.ComponentFactory?t:this._componentFactoryResolver.resolveComponentFactory(t),this._rootComponentTypes.push(n.componentType);var r=n.create(this._injector,[],n.selector);r.onDestroy(function(){e._unloadComponent(r)});var o=r.injector.get(E.Testability,null);return o&&r.injector.get(E.TestabilityRegistry).registerApplication(r.location.nativeElement,o),this._loadComponent(r),i()&&this._console.log("Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode."),r},e.prototype._loadComponent=function(t){this._changeDetectorRefs.push(t.changeDetectorRef),this.tick(),this._rootComponents.push(t);var e=this._injector.get(m.APP_BOOTSTRAP_LISTENER,[]).concat(this._bootstrapListeners);e.forEach(function(e){return e(t)})},e.prototype._unloadComponent=function(t){this._rootComponents.indexOf(t)!=-1&&(this.unregisterChangeDetector(t.changeDetectorRef),p.e.remove(this._rootComponents,t))},e.prototype.tick=function(){if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var t=e._tickScope();try{this._runningTick=!0,this._changeDetectorRefs.forEach(function(t){return t.detectChanges()}),this._enforceNoNewChanges&&this._changeDetectorRefs.forEach(function(t){return t.checkNoChanges()})}finally{this._runningTick=!1,n.i(C.b)(t)}},e.prototype.ngOnDestroy=function(){this._rootComponents.slice().forEach(function(t){return t.destroy()})},Object.defineProperty(e.prototype,"componentTypes",{get:function(){return this._rootComponentTypes},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"components",{get:function(){return this._rootComponents},enumerable:!0,configurable:!0}),e._tickScope=n.i(C.a)("ApplicationRef#tick()"),e.decorators=[{type:v.b}],e.ctorParameters=[{type:I.NgZone},{type:y.Console},{type:v.g},{type:h.ErrorHandler},{type:x.ComponentFactoryResolver},{type:g.ApplicationInitStatus},{type:E.TestabilityRegistry,decorators:[{type:v.d}]},{type:E.Testability,decorators:[{type:v.d}]}],e}(R)},function(t,e,n){"use strict";function r(t,e){return n.i(i.b)(t)&&n.i(i.b)(e)?n.i(i.d)(t,e,r):!(n.i(i.b)(t)||n.i(o.k)(t)||n.i(i.b)(e)||n.i(o.k)(e))||n.i(o.i)(t,e)}var i=n(67),o=n(6);n.d(e,"a",function(){return s}),e.b=r,n.d(e,"e",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u}),n.d(e,"f",function(){return o.i});var s={toString:function(){return"CD_INIT_VALUE"}},a=function(){function t(t){this.wrapped=t}return t.wrap=function(e){return new t(e)},t}(),c=function(){function t(){this.hasWrappedValue=!1}return t.prototype.unwrap=function(t){return t instanceof a?(this.hasWrappedValue=!0,t.wrapped):t},t.prototype.reset=function(){this.hasWrappedValue=!1},t}(),u=function(){function t(t,e){this.previousValue=t,this.currentValue=e}return t.prototype.isFirstChange=function(){return this.previousValue===s},t}()},function(t,e,n){"use strict";function r(t){return n.i(i.c)(t)||t===o.Default}var i=n(6);n.d(e,"a",function(){return o}),n.d(e,"b",function(){return s}),e.c=r;var o;!function(t){t[t.OnPush=0]="OnPush",t[t.Default=1]="Default"}(o||(o={}));var s;!function(t){t[t.CheckOnce=0]="CheckOnce",t[t.Checked=1]="Checked",t[t.CheckAlways=2]="CheckAlways",t[t.Detached=3]="Detached",t[t.Errored=4]="Errored",t[t.Destroyed=5]="Destroyed"}(s||(s={}))},function(t,e,n){"use strict";var r=n(54),i=n(6);n.d(e,"Console",function(){return o});var o=function(){function t(){}return t.prototype.log=function(t){n.i(i.g)(t)},t.prototype.warn=function(t){n.i(i.h)(t)},t.decorators=[{type:r.b}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(50),i=n(6);n.d(e,"a",function(){return s}),n.d(e,"b",function(){return c});var o=new Object,s=o,a=function(){function t(){}return t.prototype.get=function(t,e){if(void 0===e&&(e=o),e===o)throw new Error("No provider for "+n.i(i.b)(t)+"!");return e},t}(),c=function(){function t(){}return t.prototype.get=function(t,e){return n.i(r.a)()},t.THROW_IF_NOT_FOUND=o,t.NULL=new a,t}()},function(t,e,n){"use strict";var r=n(104);n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"d",function(){return a}),n.d(e,"f",function(){return c}),n.d(e,"e",function(){return u});var i=n.i(r.a)("Inject",[["token",void 0]]),o=n.i(r.a)("Optional",[]),s=n.i(r.a)("Injectable",[]),a=n.i(r.a)("Self",[]),c=n.i(r.a)("SkipSelf",[]),u=n.i(r.a)("Host",[])},function(t,e,n){"use strict";function r(t,e){return null}var i=n(433);n.d(e,"a",function(){return s}),n.d(e,"b",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u});var o=n.i(i.a)(),s=o?i.b:function(t,e){return r},a=o?i.c:function(t,e){return e},c=o?i.d:function(t,e){return null},u=o?i.e:function(t){return null}},function(t,e,n){"use strict";var r=n(50);n.d(e,"RenderComponentType",function(){return i}),n.d(e,"RenderDebugInfo",function(){return o}),n.d(e,"Renderer",function(){return s}),n.d(e,"RootRenderer",function(){return a});var i=function(){function t(t,e,n,r,i,o){this.id=t,this.templateUrl=e,this.slotCount=n,this.encapsulation=r,this.styles=i,this.animations=o}return t}(),o=function(){function t(){}return Object.defineProperty(t.prototype,"injector",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"component",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"source",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),t}(),s=function(){function t(){}return t}(),a=function(){function t(){}return t}()},function(t,e,n){"use strict";function r(t){h=t}var i=n(54),o=n(67),s=n(6),a=n(105);n.d(e,"Testability",function(){return c}),n.d(e,"TestabilityRegistry",function(){return u}),e.setTestabilityGetter=r;var c=function(){function t(t){this._ngZone=t,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this._watchAngularEvents()}return t.prototype._watchAngularEvents=function(){var t=this;this._ngZone.onUnstable.subscribe({next:function(){t._didWork=!0,t._isZoneStable=!1}}),this._ngZone.runOutsideAngular(function(){t._ngZone.onStable.subscribe({next:function(){a.NgZone.assertNotInAngularZone(),n.i(s.l)(function(){t._isZoneStable=!0,t._runCallbacksIfReady()})}})})},t.prototype.increasePendingRequestCount=function(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount},t.prototype.decreasePendingRequestCount=function(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount},t.prototype.isStable=function(){return this._isZoneStable&&0==this._pendingCount&&!this._ngZone.hasPendingMacrotasks},t.prototype._runCallbacksIfReady=function(){var t=this;this.isStable()?n.i(s.l)(function(){for(;0!==t._callbacks.length;)t._callbacks.pop()(t._didWork);t._didWork=!1}):this._didWork=!0},t.prototype.whenStable=function(t){this._callbacks.push(t),this._runCallbacksIfReady()},t.prototype.getPendingRequestCount=function(){return this._pendingCount},t.prototype.findBindings=function(t,e,n){return[]},t.prototype.findProviders=function(t,e,n){return[]},t.decorators=[{type:i.b}],t.ctorParameters=[{type:a.NgZone}],t}(),u=function(){function t(){this._applications=new Map,h.addToWindow(this)}return t.prototype.registerApplication=function(t,e){this._applications.set(t,e)},t.prototype.getTestability=function(t){return this._applications.get(t)},t.prototype.getAllTestabilities=function(){return o.a.values(this._applications)},t.prototype.getAllRootElements=function(){return o.a.keys(this._applications)},t.prototype.findTestabilityInTree=function(t,e){return void 0===e&&(e=!0),h.findTestabilityInTree(this,t,e)},t.decorators=[{type:i.b}],t.ctorParameters=[],t}(),l=function(){function t(){}return t.prototype.addToWindow=function(t){},t.prototype.findTestabilityInTree=function(t,e,n){return null},t}(),h=new l},function(t,e,n){"use strict";var r=n(305);n.d(e,"AnimationDriver",function(){return o});var i=function(){function t(){}return t.prototype.animate=function(t,e,n,i,o,s){return new r.a},t}(),o=function(){function t(){}return t.NOOP=new i,t}()},function(t,e,n){"use strict";function r(t){return n.i(a.getDebugNode)(t)}function i(t,e){return n.i(a.isDevMode)()?o(t,e):t}function o(t,e){return n.i(l.a)().setGlobalVar(f,r),n.i(l.a)().setGlobalVar(_,c.a.merge(p,s(e||[]))),new u.b(t)}function s(t){return t.reduce(function(t,e){return t[e.name]=e.token,t},{})}var a=n(2),c=n(304),u=n(305),l=n(25),h=n(156);e.inspectNativeElement=r,n.d(e,"NgProbeToken",function(){return d}),e._createConditionalRootRenderer=i,n.d(e,"ELEMENT_PROBE_PROVIDERS",function(){return g}),n.d(e,"ELEMENT_PROBE_PROVIDERS_PROD_MODE",function(){return m});var p={ApplicationRef:a.ApplicationRef,NgZone:a.NgZone},f="ng.probe",_="ng.coreTokens",d=function(){function t(t,e){this.name=t,this.token=e}return t}(),g=[{provide:a.RootRenderer,useFactory:i,deps:[h.DomRootRenderer,[d,new a.Optional]]}],m=[{provide:a.RootRenderer,useFactory:o,deps:[h.DomRootRenderer,[d,new a.Optional]]}]},function(t,e,n){"use strict";function r(t,e){var r=n.i(f.a)().parentElement(t);if(e.length>0&&n.i(h.a)(r)){var i=n.i(f.a)().nextSibling(t);if(n.i(h.a)(i))for(var o=0;o-1},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:c,decorators:[{type:r.Inject,args:[a]}]}],e}(o.a)},function(t,e,n){"use strict";var r=n(2),i=n(25),o=n(119);n.d(e,"SharedStylesHost",function(){return a}),n.d(e,"DomSharedStylesHost",function(){return c});var s=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},a=function(){function t(){this._styles=[],this._stylesSet=new Set}return t.prototype.addStyles=function(t){var e=this,n=[];t.forEach(function(t){e._stylesSet.has(t)||(e._stylesSet.add(t),e._styles.push(t),n.push(t))}),this.onStylesAdded(n)},t.prototype.onStylesAdded=function(t){},t.prototype.getAllStyles=function(){return this._styles},t.decorators=[{type:r.Injectable}],t.ctorParameters=[],t}(),c=function(t){function e(e){t.call(this),this._hostNodes=new Set,this._hostNodes.add(e.head)}return s(e,t),e.prototype._addStylesToHost=function(t,e){for(var r=0;r=r.methods.length-1||i<0)&&(r=this.categories[this.activeCatIdx+Math.sign(t)]||r,i=t>0?-1:r.methods.length-1),e=r.methods[i]&&r.methods[i].pointer}return this.getMethodElByPtr(e,n.id)},t.prototype.getCurrentMethodEl=function(){return this.getMethodElByPtr(this.activeMethodPtr,this.categories[this.activeCatIdx].id)},t.prototype.getMethodElByPtr=function(t,e){var n=t?'[pointer="'+t+'"][section="'+e+'"]':'[section="'+e+'"]';return document.querySelector(n)},t.prototype.getMethodElByOperId=function(t){var e='[operation-id="'+t+'"]';return document.querySelector(e)},t.prototype.activate=function(t,e){if(!(t<0)){var n=this.categories;n[this.activeCatIdx].active=!1,n[this.activeCatIdx].methods.length&&this.activeMethodIdx>=0&&(n[this.activeCatIdx].methods[this.activeMethodIdx].active=!1),this.activeCatIdx=t,this.activeMethodIdx=e,n[t].active=!0;var r;n[t].methods.length&&e>-1&&(r=n[t].methods[e],r.active=!0),this.changed.next({cat:n[t],item:r})}},t.prototype._calcActiveIndexes=function(t){var e=this.categories,n=e.length;if(!n)return[0,-1];var r=e[this.activeCatIdx].methods.length,i=this.activeMethodIdx+t,o=this.activeCatIdx;if(i>r-1&&(o++,i=-1),i<-1){var s=--o;r=e[Math.max(s,0)].methods.length,i=r-1}return o>n-1&&(o=n-1,i=r-1),o<0&&(o=0,i=0),[o,i]},t.prototype.changeActive=function(t){void 0===t&&(t=1);var e=this._calcActiveIndexes(t),n=e[0],r=e[1];return this.activate(n,r),0===r&&0===n},t.prototype.scrollToActive=function(){this.scrollService.scrollTo(this.getCurrentMethodEl())},t.prototype.setActiveByHash=function(t){if(t){var e,n;t=t.substr(1);var r=t.split("/")[0],i=decodeURIComponent(t.substr(r.length+1));if("section"===r||"tag"===r){var o=i.split("/")[0];e=this.categories.findIndex(function(t){return t.id===r+"/"+o});var s=this.categories[e];i=i.substr(o.length)||null,n=s.methods.findIndex(function(t){return t.pointer===i})}else e=this.categories.findIndex(function(t){return!!t.methods.length&&(n=t.methods.findIndex(function(t){return t.operationId===i||t.pointer===i}),n>=0)});this.activate(e,n)}},t=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof s.Hash&&s.Hash)&&e||Object,"function"==typeof(n="undefined"!=typeof l.LazyTasksService&&l.LazyTasksService)&&n||Object,"function"==typeof(p="undefined"!=typeof o.ScrollService&&o.ScrollService)&&p||Object,"function"==typeof(f="undefined"!=typeof u.AppStateService&&u.AppStateService)&&f||Object,"function"==typeof(_="undefined"!=typeof a.SpecManager&&a.SpecManager)&&_||Object])],t);var e,n,p,f,_}();e.MenuService=p},function(t,e,n){"use strict";var r=n(2),i=n(784),o=function(){function t(){}return Object.defineProperty(t,"warnings",{get:function(){return t._warningsObs},enumerable:!0,configurable:!0}),t.hasWarnings=function(){return!!t._warnings.length},t.warn=function(e){t._warnings.push(e),t._warningsObs.next(t._warnings),console.warn(e)},t._warnings=[],t._warningsObs=new i.Subject,t=__decorate([r.Injectable(),__metadata("design:paramtypes",[])],t)}();e.WarningsService=o},function(t,e,n){"use strict";var r=n(2),i=n(310),o=function(){function t(t,e){this.renderer=t,this.element=e}return t.prototype.ngOnInit=function(){i.Clipboard.isSupported()||this.element.nativeElement.parentNode.removeChild(this.element.nativeElement),this.renderer.setElementAttribute(this.element.nativeElement,"data-hint","Copy to Clipboard!")},t.prototype.onClick=function(){var t;if(t=this.copyText?i.Clipboard.copyCustom(JSON.stringify(this.copyText)):i.Clipboard.copyElement(this.copyElement))this.renderer.setElementAttribute(this.element.nativeElement,"data-hint","Copied!");else{var e=this.hintElement||this.copyElement;if(!e)return;this.renderer.setElementAttribute(e,"data-hint",'Press "ctrl + c" to copy'),this.renderer.setElementClass(e,"hint--top",!0),this.renderer.setElementClass(e,"hint--always",!0)}},t.prototype.onLeave=function(){var t=this;setTimeout(function(){t.renderer.setElementAttribute(t.element.nativeElement,"data-hint","Copy to Clipboard")},500)},__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"copyText",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"copyElement",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"hintElement",void 0),__decorate([r.HostListener("click"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onClick",null),__decorate([r.HostListener("mouseleave"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onLeave",null),t=__decorate([r.Directive({selector:"[copy-button]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.Renderer&&r.Renderer)&&e||Object,"function"==typeof(n="undefined"!=typeof r.ElementRef&&r.ElementRef)&&n||Object])],t);var e,n}();e.CopyButton=o},function(t,e,n){"use strict";var r=n(2),i=n(2),o=function(){function t(t){this.changeDetector=t,this.change=new r.EventEmitter,this.tabs=[]}return t.prototype.selectTab=function(t,e){void 0===e&&(e=!0),t.active||(this.tabs.forEach(function(t){t.active=!1}),t.active=!0,e&&this.change.next(t.tabTitle))},t.prototype.selectyByTitle=function(t,e){void 0===e&&(e=!1);var n,r;this.tabs.forEach(function(e){e.active&&(n=e),e.active=!1,e.tabTitle===t&&(r=e)}),r?r.active=!0:n.active=!0,e&&this.change.next(t),this.changeDetector.markForCheck()},t.prototype.addTab=function(t){0===this.tabs.length&&(t.active=!0),this.tabs.push(t)},t.prototype.ngOnInit=function(){var t=this;this.selected&&this.selected.subscribe(function(e){return t.selectyByTitle(e)})},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"selected",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"change",void 0),t=__decorate([r.Component({selector:"tabs",template:'\n
      \n
    • {{tab.tabTitle}}
    • \n
    \n \n ',styleUrls:["tabs.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.ChangeDetectorRef&&i.ChangeDetectorRef)&&e||Object])],t);var e}();e.Tabs=o;var s=function(){function t(t){this.active=!1,t.addTab(this)}return __decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"active",void 0),__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"tabTitle",void 0),__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"tabStatus",void 0),t=__decorate([r.Component({selector:"tab",template:'\n
    \n \n
    \n ',styles:["\n :host {\n display: block;\n }\n .tab-wrap {\n display: none;\n }\n\n .tab-wrap.active {\n display: block;\n }"]}),__metadata("design:paramtypes",[o])],t)}();e.Tab=s},function(t,e,n){"use strict";var r=n(2),i=function(){function t(){this.type="general",this.visible=!1,this.empty=!1,this.headless=!1,this.open=new r.EventEmitter,this.close=new r.EventEmitter}return t.prototype.toggle=function(){this.visible=!this.visible,this.empty||(this.visible?this.open.next({}):this.close.next({}))},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"type",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"visible",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"empty",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"title",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"headless",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"open",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"close",void 0),t=__decorate([r.Component({selector:"zippy",templateUrl:"./zippy.html",styleUrls:["./zippy.css"]}),__metadata("design:paramtypes",[])],t)}();e.Zippy=i},function(t,e,n){"use strict";var r=n(14),i=n(1),o=n(48),s=n(128),a=n(83),c=n(169),u=n(125),l=n(11),h=n(10),p=n(244),f=n(130),_=n(239);t.exports=function(t,e,n,d,g,m){var y=r[t],v=y,b=g?"set":"add",w=v&&v.prototype,x={},C=function(t){var e=w[t];o(w,t,"delete"==t?function(t){return!(m&&!l(t))&&e.call(this,0===t?0:t)}:"has"==t?function(t){return!(m&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return m&&!l(t)?void 0:e.call(this,0===t?0:t)}:"add"==t?function(t){return e.call(this,0===t?0:t),this}:function(t,n){return e.call(this,0===t?0:t,n),this})};if("function"==typeof v&&(m||w.forEach&&!h(function(){(new v).entries().next()}))){var E=new v,I=E[b](m?{}:-0,1)!=E,S=h(function(){E.has(1)}),T=p(function(t){new v(t)}),k=!m&&h(function(){for(var t=new v,e=5;e--;)t[b](e,e);return!t.has(-0)});T||(v=e(function(e,n){u(e,v,t);var r=_(new y,e,v);return void 0!=n&&c(n,g,r[b],r),r}),v.prototype=w,w.constructor=v),(S||k)&&(C("delete"),C("has"),g&&C("get")),(k||I)&&C(b),m&&w.clear&&delete w.clear}else v=d.getConstructor(e,t,g,b),s(v.prototype,n),a.NEED=!0;return f(v,t),x[t]=v,i(i.G+i.W+i.F*(v!=y),x),m||d.setStrong(v,t,g),v}},function(t,e,n){"use strict";var r=n(52),i=n(48),o=n(10),s=n(69),a=n(19);t.exports=function(t,e,n){var c=a(t),u=n(s,c,""[t]),l=u[0],h=u[1];o(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(i(String.prototype,t,l),r(RegExp.prototype,c,2==e?function(t,e){return h.call(t,this,e)}:function(t){return h.call(t,this)}))}},function(t,e,n){var r=n(93),i=n(332),o=n(240),s=n(7),a=n(36),c=n(252),u={},l={},e=t.exports=function(t,e,n,h,p){var f,_,d,g,m=p?function(){return t}:c(t),y=r(n,h,e?2:1),v=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(o(m)){for(f=a(t.length);f>v;v++)if(g=e?y(s(_=t[v])[0],_[1]):y(t[v]),g===u||g===l)return g}else for(d=m.call(t);!(_=d.next()).done;)if(g=i(d,y,_.value,e),g===u||g===l)return g};e.BREAK=u,e.RETURN=l},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var r=n(14),i="__core-js_shared__",o=r[i]||(r[i]={});t.exports=function(t){return o[t]||(o[t]={})}},function(t,e,n){var r=n(1),i=n(69),o=n(10),s=n(250),a="["+s+"]",c="​…",u=RegExp("^"+a+a+"*"),l=RegExp(a+a+"*$"),h=function(t,e,n){var i={},a=o(function(){return!!s[t]()||c[t]()!=c}),u=i[t]=a?e(p):s[t];n&&(i[n]=u),r(r.P+r.F*a,"String",i)},p=h.trim=function(t,e){return t=String(i(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=h},function(t,e,n){for(var r,i=n(14),o=n(52),s=n(97),a=s("typed_array"),c=s("view"),u=!(!i.ArrayBuffer||!i.DataView),l=u,h=0,p=9,f="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");h=t.length?(this._t=void 0,i(1)):"keys"==e?i(0,n):"values"==e?i(0,t[n]):i(0,[n,t[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(t,e,n){"use strict";var r=n(344)(!0);n(243)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;ee&&(o=Math.max(o,i-e)),o>0&&r.splice(0,o),r},e}(i.Subject);e.ReplaySubject=a;var c=function(){function t(t,e){this.time=t, -this.value=e}return t}()},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=Number.POSITIVE_INFINITY),this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.mergeAll=r;var a=function(){function t(t){this.concurrent=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.concurrent))},t}();e.MergeAllOperator=a;var c=function(t){function e(e,n){t.call(this,e),this.concurrent=n,this.hasCompleted=!1,this.buffer=[],this.active=0}return i(e,t),e.prototype._next=function(t){this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber);e.MergeAllSubscriber=c},function(t,e,n){"use strict";function r(t){var e,n=t.Symbol;return"function"==typeof n?n.observable?e=n.observable:(e=n("observable"),n.observable=e):e="@@observable",e}var i=n(37);e.getSymbolObservable=r,e.$$observable=r(i.root)},function(t,e,n){"use strict";var r=n(37),i=r.root.Symbol;e.$$rxSubscriber="function"==typeof i&&"function"==typeof i.for?i.for("rxSubscriber"):"@@rxSubscriber"},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"argument out of range");this.name=e.name="ArgumentOutOfRangeError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.ArgumentOutOfRangeError=r},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"no elements in sequence");this.name=e.name="EmptyError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.EmptyError=r},function(t,e){"use strict";function n(t){return t instanceof Date&&!isNaN(+t)}e.isDate=n},function(t,e,n){function r(t){if(t&&!c(t))throw new Error("Unknown encoding: "+t)}function i(t){return t.toString(this.encoding)}function o(t){this.charReceived=t.length%2,this.charLength=this.charReceived?2:0}function s(t){this.charReceived=t.length%3,this.charLength=this.charReceived?3:0}var a=n(17).Buffer,c=a.isEncoding||function(t){switch(t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},u=e.StringDecoder=function(t){switch(this.encoding=(t||"utf8").toLowerCase().replace(/[-_]/,""),r(t),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=o;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=s;break;default:return void(this.write=i)}this.charBuffer=new a(6),this.charReceived=0,this.charLength=0};u.prototype.write=function(t){for(var e="";this.charLength;){var n=t.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:t.length;if(t.copy(this.charBuffer,this.charReceived,0,n),this.charReceived+=n,this.charReceived=55296&&r<=56319)){if(this.charReceived=this.charLength=0,0===t.length)return e;break}this.charLength+=this.surrogateSize,e=""}this.detectIncompleteChar(t);var i=t.length;this.charLength&&(t.copy(this.charBuffer,0,t.length-this.charReceived,i),i-=this.charReceived),e+=t.toString(this.encoding,0,i);var i=e.length-1,r=e.charCodeAt(i);if(r>=55296&&r<=56319){var o=this.surrogateSize;return this.charLength+=o,this.charReceived+=o,this.charBuffer.copy(this.charBuffer,o,0,o),t.copy(this.charBuffer,0,0,o),e.substring(0,i)}return e},u.prototype.detectIncompleteChar=function(t){for(var e=t.length>=3?3:t.length;e>0;e--){var n=t[t.length-e];if(1==e&&n>>5==6){this.charLength=2;break}if(e<=2&&n>>4==14){this.charLength=3;break}if(e<=3&&n>>3==30){this.charLength=4;break}}this.charReceived=e},u.prototype.end=function(t){var e="";if(t&&t.length&&(e=this.write(t)),this.charReceived){var n=this.charReceived,r=this.charBuffer,i=this.encoding;e+=r.slice(0,n).toString(i)}return e}},function(t,e){function n(t,e){for(var n=0;n=0&&y.splice(e,1)}function s(t){var e=document.createElement("style");return e.type="text/css",i(t,e),e}function a(t){var e=document.createElement("link");return e.rel="stylesheet",i(t,e),e}function c(t,e){var n,r,i;if(e.singleton){var c=m++;n=g||(g=s(e)),r=u.bind(null,n,c,!1),i=u.bind(null,n,c,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=a(e),r=h.bind(null,n),i=function(){o(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(e),r=l.bind(null,n),i=function(){o(n)});return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else i()}}function u(t,e,n,r){var i=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=v(e,i);else{var o=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(o,s[e]):t.appendChild(o)}}function l(t,e){var n=e.css,r=e.media;if(r&&t.setAttribute("media",r),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}function h(t,e){var n=e.css,r=e.sourceMap;r&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var i=new Blob([n],{type:"text/css"}),o=t.href;t.href=URL.createObjectURL(i),o&&URL.revokeObjectURL(o)}var p={},f=function(t){var e;return function(){return"undefined"==typeof e&&(e=t.apply(this,arguments)),e}},_=f(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),d=f(function(){return document.head||document.getElementsByTagName("head")[0]}),g=null,m=0,y=[];t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},"undefined"==typeof e.singleton&&(e.singleton=_()),"undefined"==typeof e.insertAt&&(e.insertAt="bottom");var i=r(t);return n(i,e),function(t){for(var o=[],s=0;s",'"',"`"," ","\r","\n","\t"],_=["{","}","|","\\","^","`"].concat(f),d=["'"].concat(_),g=["%","/","?",";","#"].concat(d),m=["/","?","#"],y=255,v=/^[+a-z0-9A-Z_-]{0,63}$/,b=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,w={javascript:!0,"javascript:":!0},x={javascript:!0,"javascript:":!0},C={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},E=n(724);r.prototype.parse=function(t,e,n){if(!u.isString(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var r=t.indexOf("?"),i=r!==-1&&r127?"x":M[D];if(!j.match(v)){var V=R.slice(0,T),F=R.slice(T+1),B=M.match(b);B&&(V.push(B[1]),F.unshift(B[2])),F.length&&(a="/"+F.join(".")+a),this.hostname=V.join(".");break}}}this.hostname.length>y?this.hostname="":this.hostname=this.hostname.toLowerCase(),P||(this.hostname=c.toASCII(this.hostname));var U=this.port?":"+this.port:"",z=this.hostname||"";this.host=z+U,this.href+=this.host,P&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==a[0]&&(a="/"+a))}if(!w[_])for(var T=0,N=d.length;T0)&&n.host.split("@");I&&(n.auth=I.shift(),n.host=n.hostname=I.shift())}return n.search=t.search,n.query=t.query,u.isNull(n.pathname)&&u.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!w.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var S=w.slice(-1)[0],T=(n.host||t.host||w.length>1)&&("."===S||".."===S)||""===S,k=0,O=w.length;O>=0;O--)S=w[O],"."===S?w.splice(O,1):".."===S?(w.splice(O,1),k++):k&&(w.splice(O,1),k--);if(!v&&!b)for(;k--;k)w.unshift("..");!v||""===w[0]||w[0]&&"/"===w[0].charAt(0)||w.unshift(""),T&&"/"!==w.join("/").substr(-1)&&w.push("");var A=""===w[0]||w[0]&&"/"===w[0].charAt(0);if(E){n.hostname=n.host=A?"":w.length?w.shift():"";var I=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@");I&&(n.auth=I.shift(),n.host=n.hostname=I.shift())}return v=v||n.host&&w.length,v&&!A&&w.unshift(""),w.length?n.pathname=w.join("/"):(n.pathname=null,n.path=null),u.isNull(n.pathname)&&u.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=t.auth||n.auth,n.slashes=n.slashes||t.slashes,n.href=n.format(),n},r.prototype.parseHost=function(){var t=this.host,e=h.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)}},function(t,e,n){"use strict";var r=n(2);n.d(e,"NgStyle",function(){return i});var i=function(){function t(t,e,n){this._differs=t,this._ngEl=e,this._renderer=n}return Object.defineProperty(t.prototype,"ngStyle",{set:function(t){this._ngStyle=t,!this._differ&&t&&(this._differ=this._differs.find(t).create(null))},enumerable:!0,configurable:!0}),t.prototype.ngDoCheck=function(){if(this._differ){var t=this._differ.diff(this._ngStyle);t&&this._applyChanges(t)}},t.prototype._applyChanges=function(t){var e=this;t.forEachRemovedItem(function(t){return e._setStyle(t.key,null)}),t.forEachAddedItem(function(t){return e._setStyle(t.key,t.currentValue)}),t.forEachChangedItem(function(t){return e._setStyle(t.key,t.currentValue)})},t.prototype._setStyle=function(t,e){var n=t.split("."),r=n[0],i=n[1];e=e&&i?""+e+i:e,this._renderer.setElementStyle(this._ngEl.nativeElement,r,e)},t.decorators=[{type:r.Directive,args:[{selector:"[ngStyle]"}]}],t.ctorParameters=[{type:r.KeyValueDiffers},{type:r.ElementRef},{type:r.Renderer}],t.propDecorators={ngStyle:[{type:r.Input}]},t}()},function(t,e,n){"use strict";function r(t,e){return t.length>0&&e.startsWith(t)?e.substring(t.length):e}function i(t){return/\/index.html$/g.test(t)?t.substring(0,t.length-11):t}var o=n(2),s=n(140);n.d(e,"a",function(){return a});var a=function(){function t(e){var n=this;this._subject=new o.EventEmitter,this._platformStrategy=e;var r=this._platformStrategy.getBaseHref();this._baseHref=t.stripTrailingSlash(i(r)),this._platformStrategy.onPopState(function(t){n._subject.emit({url:n.path(!0),pop:!0,type:t.type})})}return t.prototype.path=function(t){return void 0===t&&(t=!1),this.normalize(this._platformStrategy.path(t))},t.prototype.isCurrentPathEqualTo=function(e,n){return void 0===n&&(n=""),this.path()==this.normalize(e+t.normalizeQueryParams(n))},t.prototype.normalize=function(e){return t.stripTrailingSlash(r(this._baseHref,i(e)))},t.prototype.prepareExternalUrl=function(t){return t.length>0&&!t.startsWith("/")&&(t="/"+t),this._platformStrategy.prepareExternalUrl(t)},t.prototype.go=function(t,e){void 0===e&&(e=""),this._platformStrategy.pushState(null,"",t,e)},t.prototype.replaceState=function(t,e){void 0===e&&(e=""),this._platformStrategy.replaceState(null,"",t,e)},t.prototype.forward=function(){this._platformStrategy.forward()},t.prototype.back=function(){this._platformStrategy.back()},t.prototype.subscribe=function(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=null),this._subject.subscribe({next:t,error:e,complete:n})},t.normalizeQueryParams=function(t){return t.length>0&&"?"!=t.substring(0,1)?"?"+t:t},t.joinWithSlash=function(t,e){if(0==t.length)return e;if(0==e.length)return t;var n=0;return t.endsWith("/")&&n++,e.startsWith("/")&&n++,2==n?t+e.substring(1):1==n?t+e:t+"/"+e},t.stripTrailingSlash=function(t){return/\/$/g.test(t)&&(t=t.substring(0,t.length-1)),t},t.decorators=[{type:o.Injectable}],t.ctorParameters=[{type:s.a}],t}()},function(t,e,n){"use strict";function r(t,e,n){var r=t.previousIndex;if(null===r)return r;var i=0;return n&&r"+n.i(o.b)(this.currentIndex)+"]"},t}(),l=function(){function t(){this._head=null,this._tail=null}return t.prototype.add=function(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)},t.prototype.get=function(t,e){var r;for(r=this._head;null!==r;r=r._nextDup)if((null===e||e-1&&(i.b.remove(n,t),s+=t+".")}),s+=o,0!=n.length||0===o.length)return null;var a={};return a.domEventName=r,a.fullKey=s,a},e.getEventFullKey=function(t){var e="",r=n.i(s.a)().getEventKey(t);return r=r.toLowerCase()," "===r?r="space":"."===r&&(r="dot"),u.forEach(function(n){if(n!=r){var i=l[n];i(t)&&(e+=n+".")}}),e+=r},e.eventCallback=function(t,n,r,i){return function(t){e.getEventFullKey(t)===n&&i.runGuarded(function(){return r(t)})}},e._normalizeKey=function(t){switch(t){case"esc":return"escape";default:return t}},e.decorators=[{type:r.Injectable}],e.ctorParameters=[],e}(a.EventManagerPlugin)},function(t,e,n){"use strict";function r(t){return t=String(t),t.match(a)||t.match(c)?t:(n.i(o.isDevMode)()&&n.i(s.a)().log("WARNING: sanitizing unsafe URL value "+t+" (see http://g.co/ng/security#xss)"),"unsafe:"+t)}function i(t){return t=String(t),t.split(",").map(function(t){return r(t.trim())}).join(", ")}var o=n(2),s=n(25);e.a=r,e.b=i;var a=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi,c=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(56),s=function(t){function e(e,n){t.call(this,e),this.optionsService=n,this.info={}}return __extends(e,t),e.prototype.init=function(){this.info=this.componentSchema.info,this.specUrl=this.optionsService.options.specUrl,isNaN(parseInt(this.info.version.substring(0,1)))||(this.info.version="v"+this.info.version)},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"api-info",styleUrls:["./api-info.css"],templateUrl:"./api-info.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof o.OptionsService&&o.OptionsService)&&s||Object])],e);var n,s}(i.BaseComponent);e.ApiInfo=s},function(t,e,n){"use strict";var r=n(2),i=n(39),o=function(t){function e(e){t.call(this,e),this.logo={}}return __extends(e,t),e.prototype.init=function(){var t=this.componentSchema.info["x-logo"];t&&(this.logo.imgUrl=t.url,this.logo.bgColor=t.backgroundColor||"transparent")},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"api-logo",styleUrls:["./api-logo.css"],templateUrl:"./api-logo.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.ApiLogo=o},function(t,e,n){"use strict";function r(t,e,n){return null===v&&(v=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new b(t,e,n)}function i(t,e,n){return null===x&&(x=t.createRenderComponentType("",0,g.ViewEncapsulation.Emulated,w,{})),new C(t,e,n)}var o=n(120),s=n(9),a=n(8),c=n(20),u=n(13),l=n(12),h=n(61),p=n(216),f=n(21),_=n(28),d=n(35),g=n(16),m=n(15),y=function(){function t(t,e,n,r,i,a){this.changed=!1,this.context=new o.JsonSchemaLazy(t,e,n,r,i,a),this._expr_0=s.UNINITIALIZED,this._expr_1=s.UNINITIALIZED,this._expr_2=s.UNINITIALIZED,this._expr_3=s.UNINITIALIZED,this._expr_4=s.UNINITIALIZED,this._expr_5=s.UNINITIALIZED,this._expr_6=s.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||a.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_auto=function(t,e,n){(n||a.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.auto=t,this._expr_1=t)},t.prototype.check_isRequestSchema=function(t,e,n){(n||a.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.isRequestSchema=t,this._expr_2=t)},t.prototype.check_final=function(t,e,n){(n||a.checkBinding(e,this._expr_3,t))&&(this.changed=!0,this.context.final=t,this._expr_3=t)},t.prototype.check_nestOdd=function(t,e,n){(n||a.checkBinding(e,this._expr_4,t))&&(this.changed=!0,this.context.nestOdd=t,this._expr_4=t)},t.prototype.check_childFor=function(t,e,n){(n||a.checkBinding(e,this._expr_5,t))&&(this.changed=!0,this.context.childFor=t,this._expr_5=t)},t.prototype.check_isArray=function(t,e,n){(n||a.checkBinding(e,this._expr_6,t))&&(this.changed=!0,this.context.isArray=t,this._expr_6=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_JsonSchemaLazy=y;var v=null,b=function(t){function e(n,r,i){t.call(this,e,v,l.ViewType.HOST,n,r,i,s.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=a.selectOrCreateRenderHostElement(this.renderer,"json-schema-lazy",a.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new u.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ComponentFactoryResolver_0_5=new h.CodegenComponentFactoryResolver([p.JsonSchemaNgFactory],this.parentInjector.get(h.ComponentFactoryResolver)),this._JsonSchemaLazy_0_6=new y(this.parentInjector.get(f.SpecManager),this._appEl_0.vcRef,new _.ElementRef(this._el_0),this._ComponentFactoryResolver_0_5,this.parentInjector.get(d.OptionsService),this.renderer),this._appEl_0.initComponent(this._JsonSchemaLazy_0_6.context,[],e),e.create(this._JsonSchemaLazy_0_6.context,this.projectableNodes,null),this.init([].concat([this._appEl_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===h.ComponentFactoryResolver&&0===e?this._ComponentFactoryResolver_0_5:t===o.JsonSchemaLazy&&0===e?this._JsonSchemaLazy_0_6.context:n},e.prototype.detectChangesInternal=function(t){this._JsonSchemaLazy_0_6.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._JsonSchemaLazy_0_6.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_0_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._JsonSchemaLazy_0_6.context.ngOnDestroy()},e}(c.AppView);e.JsonSchemaLazyNgFactory=new m.ComponentFactory("json-schema-lazy",r,o.JsonSchemaLazy);var w=["[_nghost-%COMP%] { display:none }"],x=null,C=function(t){function e(n,r,i){t.call(this,e,x,l.ViewType.COMPONENT,n,r,i,s.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this.init([],[],[],[]),null},e}(c.AppView);e.viewFactory_JsonSchemaLazy0=i},function(t,e,n){"use strict";function r(t,e,n){return null===pt&&(pt=t.createRenderComponentType("",0,F.ViewEncapsulation.None,[],{})),new ft(t,e,n)}function i(t,e,n){return null===dt&&(dt=t.createRenderComponentType("",0,F.ViewEncapsulation.Emulated,_t,{})),new gt(t,e,n)}function o(t,e,n){return new mt(t,e,n)}function s(t,e,n){return new yt(t,e,n)}function a(t,e,n){return new vt(t,e,n)}function c(t,e,n){return new bt(t,e,n)}function u(t,e,n){return new wt(t,e,n)}function l(t,e,n){return new xt(t,e,n)}function h(t,e,n){return new Ct(t,e,n)}function p(t,e,n){return new Et(t,e,n)}function f(t,e,n){return new It(t,e,n)}function _(t,e,n){return new St(t,e,n)}function d(t,e,n){return new Tt(t,e,n)}function g(t,e,n){return new kt(t,e,n)}function m(t,e,n){return new Ot(t,e,n)}function y(t,e,n){return new At(t,e,n)}function v(t,e,n){return new Pt(t,e,n)}function b(t,e,n){return new Rt(t,e,n)}function w(t,e,n){return new Nt(t,e,n)}function x(t,e,n){return new Mt(t,e,n)}function C(t,e,n){return new jt(t,e,n)}function E(t,e,n){return new Dt(t,e,n)}function I(t,e,n){return new Lt(t,e,n)}function S(t,e,n){return new Vt(t,e,n)}function T(t,e,n){return new Ft(t,e,n)}function k(t,e,n){return new Bt(t,e,n)}function O(t,e,n){return new Ut(t,e,n)}function A(t,e,n){return new zt(t,e,n)}var P=n(217),R=n(9),N=n(8),M=n(20),j=n(13),D=n(12),L=n(21),V=n(28),F=n(16),B=n(15),U=n(457),z=n(488),H=n(81),q=n(24),W=n(55),$=n(139),Y=n(40),Z=n(32),G=n(57),J=n(34),K=n(46),X=n(107),Q=n(60),tt=n(75),et=n(142),nt=n(315),rt=n(215),it=n(61),ot=n(35),st=n(120),at=n(166),ct=n(38),ut=n(480),lt=n(228),ht=function(){function t(t,e,n){this.changed=!1,this.context=new P.JsonSchema(t,e,n),this._expr_0=R.UNINITIALIZED,this._expr_1=R.UNINITIALIZED,this._expr_2=R.UNINITIALIZED,this._expr_3=R.UNINITIALIZED,this._expr_4=R.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||N.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_final=function(t,e,n){(n||N.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.final=t,this._expr_1=t)},t.prototype.check_nestOdd=function(t,e,n){(n||N.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.nestOdd=t,this._expr_2=t)},t.prototype.check_childFor=function(t,e,n){(n||N.checkBinding(e,this._expr_3,t))&&(this.changed=!0,this.context.childFor=t,this._expr_3=t)},t.prototype.check_isRequestSchema=function(t,e,n){(n||N.checkBinding(e,this._expr_4,t))&&(this.changed=!0,this.context.isRequestSchema=t,this._expr_4=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_JsonSchema=ht;var pt=null,ft=function(t){function e(n,r,i){t.call(this,e,pt,D.ViewType.HOST,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=N.selectOrCreateRenderHostElement(this.renderer,"json-schema",N.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new j.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._JsonSchema_0_4=new ht(this.parentInjector.get(L.SpecManager),this.renderer,new V.ElementRef(this._el_0)),this._appEl_0.initComponent(this._JsonSchema_0_4.context,[],e),e.create(this._JsonSchema_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===P.JsonSchema&&0===e?this._JsonSchema_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._JsonSchema_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._JsonSchema_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(M.AppView);e.JsonSchemaNgFactory=new B.ComponentFactory("json-schema",r,P.JsonSchema);var _t=[U.styles],dt=null,gt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.COMPONENT,n,r,i,R.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._el_0=this.renderer.createTemplateAnchor(e,null),this._NgSwitch_0_3=new z.Wrapper_NgSwitch,this._text_1=this.renderer.createText(e,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new j.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new q.TemplateRef_(this._appEl_2,o),this._NgSwitchCase_2_6=new z.Wrapper_NgSwitchCase(this._appEl_2.vcRef,this._TemplateRef_2_5,this._NgSwitch_0_3.context),this._text_3=this.renderer.createText(e,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._appEl_4=new j.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,l),this._NgSwitchCase_4_6=new z.Wrapper_NgSwitchCase(this._appEl_4.vcRef,this._TemplateRef_4_5,this._NgSwitch_0_3.context),this._text_5=this.renderer.createText(e,"\n ",null),this._anchor_6=this.renderer.createTemplateAnchor(e,null),this._appEl_6=new j.AppElement(6,0,this,this._anchor_6),this._TemplateRef_6_5=new q.TemplateRef_(this._appEl_6,g),this._NgSwitchCase_6_6=new z.Wrapper_NgSwitchCase(this._appEl_6.vcRef,this._TemplateRef_6_5,this._NgSwitch_0_3.context),this._text_7=this.renderer.createText(e,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(e,null),this._appEl_8=new j.AppElement(8,0,this,this._anchor_8),this._TemplateRef_8_5=new q.TemplateRef_(this._appEl_8,y),this._NgSwitchCase_8_6=new z.Wrapper_NgSwitchCase(this._appEl_8.vcRef,this._TemplateRef_8_5,this._NgSwitch_0_3.context),this._text_9=this.renderer.createText(e,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(e,null),this._appEl_10=new j.AppElement(10,0,this,this._anchor_10),this._TemplateRef_10_5=new q.TemplateRef_(this._appEl_10,v),this._NgSwitchCase_10_6=new z.Wrapper_NgSwitchCase(this._appEl_10.vcRef,this._TemplateRef_10_5,this._NgSwitch_0_3.context),this._text_11=this.renderer.createText(e,"\n\n",null),this._text_12=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new H.MarkedPipe(this.parentInjector.get(W.DomSanitizer)),this.init([],[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5,this._anchor_6,this._text_7,this._anchor_8,this._text_9,this._anchor_10,this._text_11,this._text_12],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&2===e?this._TemplateRef_2_5:t===$.NgSwitchCase&&2===e?this._NgSwitchCase_2_6.context:t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===$.NgSwitchCase&&4===e?this._NgSwitchCase_4_6.context:t===q.TemplateRef&&6===e?this._TemplateRef_6_5:t===$.NgSwitchCase&&6===e?this._NgSwitchCase_6_6.context:t===q.TemplateRef&&8===e?this._TemplateRef_8_5:t===$.NgSwitchCase&&8===e?this._NgSwitchCase_8_6.context:t===q.TemplateRef&&10===e?this._TemplateRef_10_5:t===$.NgSwitchCase&&10===e?this._NgSwitchCase_10_6.context:t===$.NgSwitch&&0<=e&&e<=11?this._NgSwitch_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.schema._widgetType;this._NgSwitch_0_3.check_ngSwitch(e,t,!1),this._NgSwitch_0_3.detectChangesInInputProps(this,this._el_0,t);var n="file";this._NgSwitchCase_2_6.check_ngSwitchCase(n,t,!1),this._NgSwitchCase_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r="trivial";this._NgSwitchCase_4_6.check_ngSwitchCase(r,t,!1),this._NgSwitchCase_4_6.detectChangesInInputProps(this,this._anchor_4,t);var i="tuple";this._NgSwitchCase_6_6.check_ngSwitchCase(i,t,!1),this._NgSwitchCase_6_6.detectChangesInInputProps(this,this._anchor_6,t);var o="array";this._NgSwitchCase_8_6.check_ngSwitchCase(o,t,!1),this._NgSwitchCase_8_6.detectChangesInInputProps(this,this._anchor_8,t);var s="object";this._NgSwitchCase_10_6.check_ngSwitchCase(s,t,!1),this._NgSwitchCase_10_6.detectChangesInInputProps(this,this._anchor_10,t),this.detectContentChildrenChanges(t),this._NgSwitch_0_3.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(M.AppView);e.viewFactory_JsonSchema0=i;var mt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-wrap"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=N.createRenderElement(this.renderer,this._el_1,"span",new N.InlineArray2(2,"class","param-type-file"),null),this._text_4=this.renderer.createText(this._el_3,"file",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._anchor_6=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_6=new j.AppElement(6,1,this,this._anchor_6),this._TemplateRef_6_5=new q.TemplateRef_(this._appEl_6,s),this._NgIf_6_6=new Y.Wrapper_NgIf(this._appEl_6.vcRef,this._TemplateRef_6_5),this._text_7=this.renderer.createText(this._el_1,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_8=new j.AppElement(8,1,this,this._anchor_8),this._TemplateRef_8_5=new q.TemplateRef_(this._appEl_8,c),this._NgIf_8_6=new Y.Wrapper_NgIf(this._appEl_8.vcRef,this._TemplateRef_8_5),this._text_9=this.renderer.createText(this._el_1,"\n ",null),this._text_10=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_10]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._anchor_6,this._text_7,this._anchor_8,this._text_9,this._text_10],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&6===e?this._TemplateRef_6_5:t===Z.NgIf&&6===e?this._NgIf_6_6.context:t===q.TemplateRef&&8===e?this._TemplateRef_8_5:t===Z.NgIf&&8===e?this._NgIf_8_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.schema._produces&&!this.parent.context.isRequestSchema;this._NgIf_6_6.check_ngIf(e,t,!1),this._NgIf_6_6.detectChangesInInputProps(this,this._anchor_6,t);var n=this.parent.context.schema._consumes&&this.parent.context.isRequestSchema;this._NgIf_8_6.check_ngIf(n,t,!1),this._NgIf_8_6.detectChangesInInputProps(this,this._anchor_8,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),yt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","file produces"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,"ul",N.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_2,null),this._appEl_4=new j.AppElement(4,2,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,a),this._NgFor_4_6=new G.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.ref),this._text_5=this.renderer.createText(this._el_2,"\n ",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===K.NgFor&&4===e?this._NgFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.parent.context.schema._produces;this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),vt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"li",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1,"",this.context.$implicit,"");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),bt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","file consume"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,"ul",N.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_2,null),this._appEl_4=new j.AppElement(4,2,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,u),this._NgFor_4_6=new G.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.ref),this._text_5=this.renderer.createText(this._el_2,"\n ",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===K.NgFor&&4===e?this._NgFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.parent.context.schema._consumes;this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),wt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"li",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1,"",this.context.$implicit,"");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),xt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_28=R.UNINITIALIZED,this._map_29=N.pureProxy2(function(t,e){return{"with-hint":t,array:e}}),this._expr_30=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-wrap"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=N.createRenderElement(this.renderer,this._el_1,"span",N.EMPTY_INLINE_ARRAY,null),this._NgClass_3_3=new X.Wrapper_NgClass(this.parent.parentInjector.get(J.IterableDiffers),this.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_3),this.renderer),this._text_4=this.renderer.createText(this._el_3,"",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_3,null),this._appEl_5=new j.AppElement(5,3,this,this._anchor_5),this._TemplateRef_5_5=new q.TemplateRef_(this._appEl_5,h),this._NgIf_5_6=new Y.Wrapper_NgIf(this._appEl_5.vcRef,this._TemplateRef_5_5),this._text_6=this.renderer.createText(this._el_3,"\n ",null),this._text_7=this.renderer.createText(this._el_1,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_8=new j.AppElement(8,1,this,this._anchor_8),this._TemplateRef_8_5=new q.TemplateRef_(this._appEl_8,p),this._NgIf_8_6=new Y.Wrapper_NgIf(this._appEl_8.vcRef,this._TemplateRef_8_5),this._text_9=this.renderer.createText(this._el_1,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_10=new j.AppElement(10,1,this,this._anchor_10),this._TemplateRef_10_5=new q.TemplateRef_(this._appEl_10,f),this._NgIf_10_6=new Y.Wrapper_NgIf(this._appEl_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(this._el_1,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_1,null), -this._appEl_12=new j.AppElement(12,1,this,this._anchor_12),this._TemplateRef_12_5=new q.TemplateRef_(this._appEl_12,d),this._NgIf_12_6=new Y.Wrapper_NgIf(this._appEl_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_1,"\n ",null),this._text_14=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_14]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._anchor_5,this._text_6,this._text_7,this._anchor_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13,this._text_14],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&5===e?this._TemplateRef_5_5:t===Z.NgIf&&5===e?this._NgIf_5_6.context:t===tt.NgClass&&3<=e&&e<=6?this._NgClass_3_3.context:t===q.TemplateRef&&8===e?this._TemplateRef_8_5:t===Z.NgIf&&8===e?this._NgIf_8_6.context:t===q.TemplateRef&&10===e?this._TemplateRef_10_5:t===Z.NgIf&&10===e?this._NgIf_10_6.context:t===q.TemplateRef&&12===e?this._TemplateRef_12_5:t===Z.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e=N.interpolate(1,"param-type param-type-trivial ",this.parent.context.schema.type,"");this._NgClass_3_3.check_klass(e,t,!1);var n=this._map_29(this.parent.context.schema._displayTypeHint,this.parent.context._isArray);this._NgClass_3_3.check_ngClass(n,t,!1),this._NgClass_3_3.detectChangesInInputProps(this,this._el_3,t);var r=this.parent.context.schema._range;this._NgIf_5_6.check_ngIf(r,t,!1),this._NgIf_5_6.detectChangesInInputProps(this,this._anchor_5,t);var i=this.parent.context.schema["x-nullable"];this._NgIf_8_6.check_ngIf(i,t,!1),this._NgIf_8_6.detectChangesInInputProps(this,this._anchor_8,t);var o=this.parent.context.schema.enum;this._NgIf_10_6.check_ngIf(o,t,!1),this._NgIf_10_6.detectChangesInInputProps(this,this._anchor_10,t);var s=this.parent.context.schema.pattern;this._NgIf_12_6.check_ngIf(s,t,!1),this._NgIf_12_6.detectChangesInInputProps(this,this._anchor_12,t),this.detectContentChildrenChanges(t);var a=N.interpolate(1,"",this.parent.context.schema._displayTypeHint,"");N.checkBinding(t,this._expr_28,a)&&(this.renderer.setElementProperty(this._el_3,"title",a),this._expr_28=a),this._NgClass_3_3.detectChangesInHostProps(this,this._el_3,t);var c=N.interpolate(2,"",this.parent.context.schema._displayType," ",this.parent.context.schema._displayFormat,"\n ");N.checkBinding(t,this._expr_30,c)&&(this.renderer.setText(this._text_4,c),this._expr_30=c),this.detectViewChildrenChanges(t)},e}(M.AppView),Ct=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1," ",this.parent.parent.context.schema._range," ");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),Et=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-nullable"),null),this._text_1=this.renderer.createText(this._el_0,"Nullable",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(M.AppView),It=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new j.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new q.TemplateRef_(this._appEl_2,_),this._NgFor_2_6=new G.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&2===e?this._TemplateRef_2_5:t===K.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.parent.context.schema.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),St=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED,this._expr_3=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new et.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new R.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=N.interpolate(1,"param-enum-value ",this.context.$implicit.type,"");N.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=N.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||N.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(M.AppView),Tt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1,"",this.parent.parent.context.schema.pattern,"");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),kt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","params-wrap params-array array-tuple"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_3=new j.AppElement(3,1,this,this._anchor_3),this._TemplateRef_3_5=new q.TemplateRef_(this._appEl_3,m),this._NgFor_3_6=new G.Wrapper_NgFor(this._appEl_3.vcRef,this._TemplateRef_3_5,this.parent.parentInjector.get(J.IterableDiffers),this.parent.ref),this._text_4=this.renderer.createText(this._el_1,"\n ",null),this._text_5=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_5]),[this._text_0,this._el_1,this._text_2,this._anchor_3,this._text_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&3===e?this._TemplateRef_3_5:t===K.NgFor&&3===e?this._NgFor_3_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.schema.items;this._NgFor_3_6.check_ngForOf(e,t,!1);var n=this.parent.context.trackByIdx;this._NgFor_3_6.check_ngForTrackBy(n,t,!1),this._NgFor_3_6.detectChangesInInputProps(this,this._anchor_3,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),Ot=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_12=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","tuple-item"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=N.createRenderElement(this.renderer,this._el_1,"span",new N.InlineArray2(2,"class","tuple-item-index"),null),this._text_4=this.renderer.createText(this._el_3,"",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._el_6=N.createRenderElement(this.renderer,this._el_1,"json-schema",new N.InlineArray2(2,"class","nested-schema"),null),this._appEl_6=new j.AppElement(6,1,this,this._el_6);var e=i(this.viewUtils,this.injector(6),this._appEl_6);return this._JsonSchema_6_4=new ht(this.parent.parent.parentInjector.get(L.SpecManager),this.renderer,new V.ElementRef(this._el_6)),this._appEl_6.initComponent(this._JsonSchema_6_4.context,[],e),this._text_7=this.renderer.createText(null,"\n ",null),e.create(this._JsonSchema_6_4.context,[],null),this._text_8=this.renderer.createText(this._el_1,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_9]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===P.JsonSchema&&6<=e&&e<=7?this._JsonSchema_6_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit._pointer;this._JsonSchema_6_4.check_pointer(e,t,!1);var n=!this.parent.parent.context.nestOdd;this._JsonSchema_6_4.check_nestOdd(n,t,!1);var r=this.parent.parent.context.isRequestSchema;this._JsonSchema_6_4.check_isRequestSchema(r,t,!1),this._JsonSchema_6_4.detectChangesInInputProps(this,this._el_6,t)&&this._appEl_6.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t);var i=N.interpolate(1," [",this.context.index,"]: ");N.checkBinding(t,this._expr_12,i)&&(this.renderer.setText(this._text_4,i),this._expr_12=i),this._JsonSchema_6_4.detectChangesInHostProps(this,this._el_6,t),this.detectViewChildrenChanges(t)},e}(M.AppView),At=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"json-schema",new N.InlineArray2(2,"class","nested-schema"),null),this._appEl_1=new j.AppElement(1,null,this,this._el_1);var e=i(this.viewUtils,this.injector(1),this._appEl_1);return this._JsonSchema_1_4=new ht(this.parent.parentInjector.get(L.SpecManager),this.renderer,new V.ElementRef(this._el_1)),this._appEl_1.initComponent(this._JsonSchema_1_4.context,[],e),this._text_2=this.renderer.createText(null," ",null),e.create(this._JsonSchema_1_4.context,[],null),this._text_3=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_3]),[this._text_0,this._el_1,this._text_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===P.JsonSchema&&1<=e&&e<=2?this._JsonSchema_1_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.schema._pointer;this._JsonSchema_1_4.check_pointer(e,t,!1);var n=!this.parent.context.nestOdd;this._JsonSchema_1_4.check_nestOdd(n,t,!1);var r=this.parent.context.isRequestSchema;this._JsonSchema_1_4.check_isRequestSchema(r,t,!1),this._JsonSchema_1_4.detectChangesInInputProps(this,this._el_1,t)&&this._appEl_1.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._JsonSchema_1_4.detectChangesInHostProps(this,this._el_1,t),this.detectViewChildrenChanges(t)},e}(M.AppView),Pt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._map_11=N.pureProxy1(function(t){return{"params-array":t}})}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"table",new N.InlineArray2(2,"class","params-wrap"),null),this._NgClass_1_3=new X.Wrapper_NgClass(this.parent.parentInjector.get(J.IterableDiffers),this.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_4=new j.AppElement(4,1,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,b),this._NgFor_4_6=new G.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parent.parentInjector.get(J.IterableDiffers),this.parent.ref),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._text_6=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_6]),[this._text_0,this._el_1,this._text_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===K.NgFor&&4===e?this._NgFor_4_6.context:t===tt.NgClass&&1<=e&&e<=5?this._NgClass_1_3.context:n},e.prototype.detectChangesInternal=function(t){var e="params-wrap";this._NgClass_1_3.check_klass(e,t,!1);var n=this._map_11(this.parent.context._isArray);this._NgClass_1_3.check_ngClass(n,t,!1),this._NgClass_1_3.detectChangesInInputProps(this,this._el_1,t);var r=this.parent.context.properties;this._NgFor_4_6.check_ngForOf(r,t,!1);var i=this.parent.context.trackByName;this._NgFor_4_6.check_ngForTrackBy(i,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this._NgClass_1_3.detectChangesInHostProps(this,this._el_1,t),this.detectViewChildrenChanges(t)},e}(M.AppView),Rt=function(t){function n(e,r,i){t.call(this,n,dt,D.ViewType.EMBEDDED,e,r,i,R.ChangeDetectorStatus.CheckAlways),this._map_87=N.pureProxy5(function(t,e,n,r,i){return{last:t,discriminator:e,complex:n,additional:r,expanded:i}}),this._expr_88=R.UNINITIALIZED,this._expr_89=R.UNINITIALIZED,this._expr_90=R.UNINITIALIZED,this._expr_92=R.UNINITIALIZED,this._map_93=N.pureProxy2(function(t,e){return{"with-hint":t,tuple:e}}),this._expr_94=R.UNINITIALIZED,this._expr_95=R.UNINITIALIZED,this._expr_97=R.UNINITIALIZED,this._map_98=N.pureProxy1(function(t){return{last:t}})}return __extends(n,t),n.prototype.createInternal=function(t){this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=N.createRenderElement(this.renderer,null,"tr",new N.InlineArray2(2,"class","param"),null),this._NgClass_1_3=new X.Wrapper_NgClass(this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=N.createRenderElement(this.renderer,this._el_1,"td",new N.InlineArray2(2,"class","param-name"),null),this._text_4=this.renderer.createText(this._el_3,"\n ",null),this._el_5=N.createRenderElement(this.renderer,this._el_3,"span",new N.InlineArray2(2,"class","param-name-wrap"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=N.createRenderElement(this.renderer,this._el_5,"span",new N.InlineArray2(2,"class","param-name-content"),null),this._text_8=this.renderer.createText(this._el_7,"",null),this._el_9=N.createRenderElement(this.renderer,this._el_7,"span",new N.InlineArray2(2,"class","param-name-enumvalue"),null),this._text_10=this.renderer.createText(this._el_9,"",null),this._text_11=this.renderer.createText(this._el_7,"\n ",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._anchor_13=this.renderer.createTemplateAnchor(this._el_5,null),this._appEl_13=new j.AppElement(13,5,this,this._anchor_13),this._TemplateRef_13_5=new q.TemplateRef_(this._appEl_13,w),this._NgIf_13_6=new Y.Wrapper_NgIf(this._appEl_13.vcRef,this._TemplateRef_13_5),this._text_14=this.renderer.createText(this._el_5,"\n ",null),this._text_15=this.renderer.createText(this._el_3,"\n ",null),this._text_16=this.renderer.createText(this._el_1,"\n ",null),this._el_17=N.createRenderElement(this.renderer,this._el_1,"td",new N.InlineArray2(2,"class","param-info"),null),this._text_18=this.renderer.createText(this._el_17,"\n ",null),this._el_19=N.createRenderElement(this.renderer,this._el_17,"div",N.EMPTY_INLINE_ARRAY,null),this._text_20=this.renderer.createText(this._el_19,"\n ",null),this._el_21=N.createRenderElement(this.renderer,this._el_19,"span",N.EMPTY_INLINE_ARRAY,null),this._NgClass_21_3=new X.Wrapper_NgClass(this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_21),this.renderer),this._text_22=this.renderer.createText(this._el_21,"",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_21,null),this._appEl_23=new j.AppElement(23,21,this,this._anchor_23),this._TemplateRef_23_5=new q.TemplateRef_(this._appEl_23,x),this._NgIf_23_6=new Y.Wrapper_NgIf(this._appEl_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_21,"\n ",null),this._text_25=this.renderer.createText(this._el_19,"\n ",null),this._anchor_26=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_26=new j.AppElement(26,19,this,this._anchor_26),this._TemplateRef_26_5=new q.TemplateRef_(this._appEl_26,C),this._NgIf_26_6=new Y.Wrapper_NgIf(this._appEl_26.vcRef,this._TemplateRef_26_5),this._text_27=this.renderer.createText(this._el_19,"\n ",null),this._anchor_28=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_28=new j.AppElement(28,19,this,this._anchor_28),this._TemplateRef_28_5=new q.TemplateRef_(this._appEl_28,E),this._NgIf_28_6=new Y.Wrapper_NgIf(this._appEl_28.vcRef,this._TemplateRef_28_5),this._text_29=this.renderer.createText(this._el_19,"\n ",null),this._anchor_30=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_30=new j.AppElement(30,19,this,this._anchor_30),this._TemplateRef_30_5=new q.TemplateRef_(this._appEl_30,I),this._NgIf_30_6=new Y.Wrapper_NgIf(this._appEl_30.vcRef,this._TemplateRef_30_5),this._text_31=this.renderer.createText(this._el_19,"\n ",null),this._anchor_32=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_32=new j.AppElement(32,19,this,this._anchor_32),this._TemplateRef_32_5=new q.TemplateRef_(this._appEl_32,S),this._NgIf_32_6=new Y.Wrapper_NgIf(this._appEl_32.vcRef,this._TemplateRef_32_5),this._text_33=this.renderer.createText(this._el_19,"\n ",null),this._anchor_34=this.renderer.createTemplateAnchor(this._el_19,null),this._appEl_34=new j.AppElement(34,19,this,this._anchor_34),this._TemplateRef_34_5=new q.TemplateRef_(this._appEl_34,k),this._NgIf_34_6=new Y.Wrapper_NgIf(this._appEl_34.vcRef,this._TemplateRef_34_5),this._text_35=this.renderer.createText(this._el_19,"\n ",null),this._text_36=this.renderer.createText(this._el_17,"\n ",null),this._el_37=N.createRenderElement(this.renderer,this._el_17,"div",new N.InlineArray2(2,"class","param-description"),null),this._text_38=this.renderer.createText(this._el_17,"\n ",null),this._anchor_39=this.renderer.createTemplateAnchor(this._el_17,null),this._appEl_39=new j.AppElement(39,17,this,this._anchor_39),this._TemplateRef_39_5=new q.TemplateRef_(this._appEl_39,O),this._NgIf_39_6=new Y.Wrapper_NgIf(this._appEl_39.vcRef,this._TemplateRef_39_5),this._text_40=this.renderer.createText(this._el_17,"\n ",null),this._text_41=this.renderer.createText(this._el_1,"\n ",null),this._text_42=this.renderer.createText(null,"\n ",null),this._el_43=N.createRenderElement(this.renderer,null,"tr",new N.InlineArray2(2,"class","param-schema"),null),this._NgClass_43_3=new X.Wrapper_NgClass(this.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parentInjector.get(Q.KeyValueDiffers),new V.ElementRef(this._el_43),this.renderer),this._text_44=this.renderer.createText(this._el_43,"\n ",null),this._el_45=N.createRenderElement(this.renderer,this._el_43,"td",new N.InlineArray2(2,"colspan","2"),null),this._text_46=this.renderer.createText(this._el_45,"\n ",null),this._el_47=N.createRenderElement(this.renderer,this._el_45,"zippy",new N.InlineArray2(2,"title","Expand"),null),this._appEl_47=new j.AppElement(47,45,this,this._el_47);var n=nt.viewFactory_Zippy0(this.viewUtils,this.injector(47),this._appEl_47);this._Zippy_47_4=new nt.Wrapper_Zippy,this._appEl_47.initComponent(this._Zippy_47_4.context,[],n),this._text_48=this.renderer.createText(null,"\n ",null),this._el_49=N.createRenderElement(this.renderer,null,"json-schema-lazy",new N.InlineArray2(2,"class","nested-schema"),null),this._appEl_49=new j.AppElement(49,47,this,this._el_49);var r=rt.viewFactory_JsonSchemaLazy0(this.viewUtils,this.injector(49),this._appEl_49);this._ComponentFactoryResolver_49_5=new it.CodegenComponentFactoryResolver([e.JsonSchemaNgFactory],this.parentInjector.get(it.ComponentFactoryResolver)),this._JsonSchemaLazy_49_6=new rt.Wrapper_JsonSchemaLazy(this.parent.parent.parentInjector.get(L.SpecManager),this._appEl_49.vcRef,new V.ElementRef(this._el_49),this._ComponentFactoryResolver_49_5,this.parent.parent.parentInjector.get(ot.OptionsService),this.renderer),this._appEl_49.initComponent(this._JsonSchemaLazy_49_6.context,[],r),this._text_50=this.renderer.createText(null,"\n ",null),r.create(this._JsonSchemaLazy_49_6.context,[],null),this._text_51=this.renderer.createText(null,"\n ",null),n.create(this._Zippy_47_4.context,[[].concat([this._text_48,this._appEl_49,this._text_51])],null),this._text_52=this.renderer.createText(this._el_45,"\n ",null),this._text_53=this.renderer.createText(this._el_43,"\n ",null),this._text_54=this.renderer.createText(null,"\n ",null);var i=this.renderer.listen(this._el_5,"click",this.eventHandler(this._handle_click_5_0.bind(this)));this._pipe_json_0=new et.JsonPipe,this._pipe_marked_0_0=N.pureProxy1(this.parent.parent._pipe_marked_0.transform.bind(this.parent.parent._pipe_marked_0));var o=this.renderer.listen(this._el_47,"open",this.eventHandler(this._handle_open_47_0.bind(this))),s=this._Zippy_47_4.context.open.subscribe(this.eventHandler(this._handle_open_47_0.bind(this)));return this.init([].concat([this._text_0,this._el_1,this._text_42,this._el_43,this._text_54]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._anchor_13,this._text_14,this._text_15,this._text_16,this._el_17,this._text_18,this._el_19,this._text_20,this._el_21,this._text_22,this._anchor_23,this._text_24,this._text_25,this._anchor_26,this._text_27,this._anchor_28,this._text_29,this._anchor_30,this._text_31,this._anchor_32,this._text_33,this._anchor_34,this._text_35,this._text_36,this._el_37,this._text_38,this._anchor_39,this._text_40,this._text_41,this._text_42,this._el_43,this._text_44,this._el_45,this._text_46,this._el_47,this._text_48,this._el_49,this._text_50,this._text_51,this._text_52,this._text_53,this._text_54],[i,o],[s]),null},n.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&13===e?this._TemplateRef_13_5:t===Z.NgIf&&13===e?this._NgIf_13_6.context:t===q.TemplateRef&&23===e?this._TemplateRef_23_5:t===Z.NgIf&&23===e?this._NgIf_23_6.context:t===tt.NgClass&&21<=e&&e<=24?this._NgClass_21_3.context:t===q.TemplateRef&&26===e?this._TemplateRef_26_5:t===Z.NgIf&&26===e?this._NgIf_26_6.context:t===q.TemplateRef&&28===e?this._TemplateRef_28_5:t===Z.NgIf&&28===e?this._NgIf_28_6.context:t===q.TemplateRef&&30===e?this._TemplateRef_30_5:t===Z.NgIf&&30===e?this._NgIf_30_6.context:t===q.TemplateRef&&32===e?this._TemplateRef_32_5:t===Z.NgIf&&32===e?this._NgIf_32_6.context:t===q.TemplateRef&&34===e?this._TemplateRef_34_5:t===Z.NgIf&&34===e?this._NgIf_34_6.context:t===q.TemplateRef&&39===e?this._TemplateRef_39_5:t===Z.NgIf&&39===e?this._NgIf_39_6.context:t===tt.NgClass&&1<=e&&e<=41?this._NgClass_1_3.context:t===it.ComponentFactoryResolver&&49===e?this._ComponentFactoryResolver_49_5:t===st.JsonSchemaLazy&&49<=e&&e<=50?this._JsonSchemaLazy_49_6.context:t===at.Zippy&&47<=e&&e<=51?this._Zippy_47_4.context:t===tt.NgClass&&43<=e&&e<=53?this._NgClass_43_3.context:n},n.prototype.detectChangesInternal=function(t){var e=new R.ValueUnwrapper,n="param";this._NgClass_1_3.check_klass(n,t,!1);var r=this._map_87(this.context.last,this.context.$implicit.isDiscriminator,this.context.$implicit._pointer,this.context.$implicit._additional,this._Zippy_47_4.context.visible);this._NgClass_1_3.check_ngClass(r,t,!1),this._NgClass_1_3.detectChangesInInputProps(this,this._el_1,t);var i=this.context.$implicit._pointer;this._NgIf_13_6.check_ngIf(i,t,!1),this._NgIf_13_6.detectChangesInInputProps(this,this._anchor_13,t);var o=N.interpolate(1,"param-type ",this.context.$implicit.type,"");this._NgClass_21_3.check_klass(o,t,!1);var s=this._map_93(this.context.$implicit._displayTypeHint,this.context.$implicit._isTuple);this._NgClass_21_3.check_ngClass(s,t,!1),this._NgClass_21_3.detectChangesInInputProps(this,this._el_21,t);var a=this.context.$implicit._range;this._NgIf_23_6.check_ngIf(a,t,!1),this._NgIf_23_6.detectChangesInInputProps(this,this._anchor_23,t);var c=this.context.$implicit._required;this._NgIf_26_6.check_ngIf(c,t,!1),this._NgIf_26_6.detectChangesInInputProps(this,this._anchor_26,t);var u=this.context.$implicit["x-nullable"];this._NgIf_28_6.check_ngIf(u,t,!1),this._NgIf_28_6.detectChangesInInputProps(this,this._anchor_28,t);var l=null!=this.context.$implicit.default;this._NgIf_30_6.check_ngIf(l,t,!1),this._NgIf_30_6.detectChangesInInputProps(this,this._anchor_30,t);var h=this.context.$implicit.enum&&!this.context.$implicit.isDiscriminator;this._NgIf_32_6.check_ngIf(h,t,!1),this._NgIf_32_6.detectChangesInInputProps(this,this._anchor_32,t);var p=this.context.$implicit.pattern;this._NgIf_34_6.check_ngIf(p,t,!1),this._NgIf_34_6.detectChangesInInputProps(this,this._anchor_34,t);var f=this.context.$implicit.isDiscriminator;this._NgIf_39_6.check_ngIf(f,t,!1),this._NgIf_39_6.detectChangesInInputProps(this,this._anchor_39,t);var _="param-schema";this._NgClass_43_3.check_klass(_,t,!1);var d=this._map_98(this.context.last);this._NgClass_43_3.check_ngClass(d,t,!1),this._NgClass_43_3.detectChangesInInputProps(this,this._el_43,t);var g=this.parent.parent.context.autoExpand;this._Zippy_47_4.check_visible(g,t,!1);var m="Expand";this._Zippy_47_4.check_title(m,t,!1);var y=!0;this._Zippy_47_4.check_headless(y,t,!1),this._Zippy_47_4.detectChangesInInputProps(this,this._el_47,t);var v=this.context.$implicit._pointer;this._JsonSchemaLazy_49_6.check_pointer(v,t,!1);var b=this.parent.parent.context.autoExpand;this._JsonSchemaLazy_49_6.check_auto(b,t,!1);var w=this.parent.parent.context.isRequestSchema;this._JsonSchemaLazy_49_6.check_isRequestSchema(w,t,!1);var x=!this.parent.parent.context.nestOdd;this._JsonSchemaLazy_49_6.check_nestOdd(x,t,!1),this._JsonSchemaLazy_49_6.detectChangesInInputProps(this,this._el_49,t),this.detectContentChildrenChanges(t),this._NgClass_1_3.detectChangesInHostProps(this,this._el_1,t);var C=N.interpolate(1,"\n ",this.context.$implicit._name,"\n ");N.checkBinding(t,this._expr_88,C)&&(this.renderer.setText(this._text_8,C),this._expr_88=C);var E=!this.context.$implicit._enumItem;N.checkBinding(t,this._expr_89,E)&&(this.renderer.setElementProperty(this._el_9,"hidden",E),this._expr_89=E),e.reset();var I=N.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(null==this.context.$implicit._enumItem?null:this.context.$implicit._enumItem.val))," ");(e.hasWrappedValue||N.checkBinding(t,this._expr_90,I))&&(this.renderer.setText(this._text_10,I),this._expr_90=I);var S=N.interpolate(1,"",this.context.$implicit._displayTypeHint,"");N.checkBinding(t,this._expr_92,S)&&(this.renderer.setElementProperty(this._el_21,"title",S),this._expr_92=S),this._NgClass_21_3.detectChangesInHostProps(this,this._el_21,t);var T=N.interpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"\n ");N.checkBinding(t,this._expr_94,T)&&(this.renderer.setText(this._text_22,T),this._expr_94=T),e.reset();var k=e.unwrap(N.castByValue(this._pipe_marked_0_0,this.parent.parent._pipe_marked_0.transform)(this.context.$implicit.description));(e.hasWrappedValue||N.checkBinding(t,this._expr_95,k))&&(this.renderer.setElementProperty(this._el_37,"innerHTML",this.viewUtils.sanitizer.sanitize(ct.SecurityContext.HTML,k)),this._expr_95=k);var O=!this.context.$implicit._pointer;N.checkBinding(t,this._expr_97,O)&&(this.renderer.setElementProperty(this._el_43,"hidden",O),this._expr_97=O),this._NgClass_43_3.detectChangesInHostProps(this,this._el_43,t),this._Zippy_47_4.detectChangesInHostProps(this,this._el_47,t),this._JsonSchemaLazy_49_6.detectChangesInHostProps(this,this._el_49,t),this.detectViewChildrenChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_49_6.context.ngAfterViewInit()},n.prototype.destroyInternal=function(){this._JsonSchemaLazy_49_6.context.ngOnDestroy()},n.prototype._handle_click_5_0=function(t){this.markPathToRootAsCheckOnce();var e=this._Zippy_47_4.context.toggle()!==!1;return e},n.prototype._handle_open_47_0=function(t){this.markPathToRootAsCheckOnce();var e=this._JsonSchemaLazy_49_6.context.load()!==!1;return e},n}(M.AppView),Nt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,":svg:svg",new N.InlineArray16(12,":xml:space","preserve","version","1.1","viewBox","0 0 24 24","x","0","xmlns","http://www.w3.org/2000/svg","y","0"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,":svg:polygon",new N.InlineArray2(2,"points","17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "),null),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3],[],[]),null},e}(M.AppView),Mt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1," ",this.parent.context.$implicit._range," ");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),jt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t), -e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-required"),null),this._text_1=this.renderer.createText(this._el_0,"Required",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(M.AppView),Dt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-nullable"),null),this._text_1=this.renderer.createText(this._el_0,"Nullable",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(M.AppView),Lt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_5=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","param-default"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,"span",new N.InlineArray2(2,"class","param-default-value"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._pipe_json_0=new et.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new R.ValueUnwrapper;this.detectContentChildrenChanges(t),e.reset();var n=N.interpolate(1,"",e.unwrap(this._pipe_json_0.transform(this.parent.context.$implicit.default)),"");(e.hasWrappedValue||N.checkBinding(t,this._expr_5,n))&&(this.renderer.setText(this._text_3,n),this._expr_5=n),this.detectViewChildrenChanges(t)},e}(M.AppView),Vt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new j.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new q.TemplateRef_(this._appEl_2,T),this._NgFor_2_6=new G.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&2===e?this._TemplateRef_2_5:t===K.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(M.AppView),Ft=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED,this._expr_3=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new et.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new R.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=N.interpolate(1,"param-enum-value ",this.context.$implicit.type,"");N.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=N.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||N.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(M.AppView),Bt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"span",new N.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=N.interpolate(1,"",this.parent.context.$implicit.pattern,"");N.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(M.AppView),Ut=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=N.createRenderElement(this.renderer,null,"div",new N.InlineArray2(2,"class","discriminator-info"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=N.createRenderElement(this.renderer,this._el_0,"drop-down",N.EMPTY_INLINE_ARRAY,null),this._appEl_2=new j.AppElement(2,0,this,this._el_2);var e=ut.viewFactory_DropDown0(this.viewUtils,this.injector(2),this._appEl_2);this._DropDown_2_4=new ut.Wrapper_DropDown(new V.ElementRef(this._el_2)),this._appEl_2.initComponent(this._DropDown_2_4.context,[],e),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._appEl_4=new j.AppElement(4,2,this,this._anchor_4),this._TemplateRef_4_5=new q.TemplateRef_(this._appEl_4,A),this._NgFor_4_6=new G.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parent.parent.parent.parentInjector.get(J.IterableDiffers),this.parent.parent.parent.ref),this._text_5=this.renderer.createText(null,"\n ",null),e.create(this._DropDown_2_4.context,[[].concat([this._text_3,this._appEl_4,this._text_5])],null),this._text_6=this.renderer.createText(this._el_0,"\n ",null);var n=this.renderer.listen(this._el_2,"change",this.eventHandler(this._handle_change_2_0.bind(this))),r=this._DropDown_2_4.context.change.subscribe(this.eventHandler(this._handle_change_2_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[n],[r]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===q.TemplateRef&&4===e?this._TemplateRef_4_5:t===K.NgFor&&4===e?this._NgFor_4_6.context:t===lt.DropDown&&2<=e&&e<=5?this._DropDown_2_4.context:n},e.prototype.detectChangesInternal=function(t){this._DropDown_2_4.detectChangesInInputProps(this,this._el_2,t);var e=this.parent.parent.parent.context.descendants;this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),t||0===this.numberOfChecks&&this._DropDown_2_4.context.ngAfterContentInit(),this._DropDown_2_4.detectChangesInHostProps(this,this._el_2,t),this.detectViewChildrenChanges(t)},e.prototype._handle_change_2_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.parent.parent.context.selectDescendant(t)!==!1;return e},e}(M.AppView),zt=function(t){function e(n,r,i){t.call(this,e,dt,D.ViewType.EMBEDDED,n,r,i,R.ChangeDetectorStatus.CheckAlways),this._expr_2=R.UNINITIALIZED,this._expr_3=R.UNINITIALIZED,this._expr_4=R.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=N.createRenderElement(this.renderer,null,"option",N.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=this.context.index;N.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"value",e),this._expr_2=e);var n=this.context.$implicit.active?"":null;N.checkBinding(t,this._expr_3,n)&&(this.renderer.setElementAttribute(this._el_0,"selected",null==n?null:n.toString()),this._expr_3=n);var r=N.interpolate(1,"",this.context.$implicit.name,"");N.checkBinding(t,this._expr_4,r)&&(this.renderer.setText(this._text_1,r),this._expr_4=r),this.detectViewChildrenChanges(t)},e}(M.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(56),s=function(t){function e(e,n,r){t.call(this,e),this._renderer=n,this._elementRef=r,this.final=!1,this.schema={},this.activeDescendant={},this.hasDescendants=!1,this._hasSubSchemas=!1,this.autoExpand=!1,this.normalizer=new o.SchemaNormalizer(e)}return __extends(e,t),Object.defineProperty(e.prototype,"normPointer",{get:function(){return this.schema._pointer||this.pointer},enumerable:!0,configurable:!0}),e.prototype.selectDescendant=function(t){var e=this.descendants[t];e&&!e.active&&(this.descendants.forEach(function(t){t.active=!1}),e.active=!0,this.pointer=e.$ref,this.schema=this.specMgr.byPointer(this.pointer),this.normalizer.reset(),this.schema=this.normalizer.normalize(this.schema,this.normPointer,{resolved:!0}),this.preprocessSchema())},e.prototype.initDescendants=function(){if(this.descendants=this.specMgr.findDerivedDefinitions(this.normPointer),this.descendants.length){this.hasDescendants=!0;var t=this.schema.discriminator||this.schema["x-extendedDiscriminator"],e=this.schema._properties&&this.schema._properties.filter(function(e){return e.name===t})[0];if(e&&e.enum){var n={};e.enum.forEach(function(t,e){n[t.val]=e}),this.schema._descendants.sort(function(t,e){return n[t.name]>n[e.name]?1:-1})}this.selectDescendant(0)}},e.prototype.init=function(){if(this.pointer){if(this.schema=this.componentSchema,!this.schema)throw new Error("Can't load component schema at "+this.pointer);this.applyStyling(),this.schema=this.normalizer.normalize(this.schema,this.normPointer,{resolved:!0}),this.schema=o.SchemaHelper.unwrapArray(this.schema,this.normPointer),this._isArray=this.schema._isArray,this.initDescendants(),this.preprocessSchema()}},e.prototype.preprocessSchema=function(){o.SchemaHelper.preprocess(this.schema,this.normPointer,this.pointer),this.schema.isTrivial||o.SchemaHelper.preprocessProperties(this.schema,this.normPointer,{childFor:this.childFor}),this.properties=this.schema._properties,this.isRequestSchema&&(this.properties=this.properties&&this.properties.filter(function(t){return!t.readOnly})),this._hasSubSchemas=this.properties&&this.properties.some(function(t){return"array"===t.type&&(t=t.items),t&&"object"===t.type&&t._pointer}),this.autoExpand=this.properties&&1===this.properties.length},e.prototype.applyStyling=function(){this.nestOdd&&this._renderer.setElementAttribute(this._elementRef.nativeElement,"nestodd","true")},e.prototype.trackByName=function(t,e){return e.name+(e._pointer||"")},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"final",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"nestOdd",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"childFor",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"isRequestSchema",void 0),e=__decorate([r.Component({selector:"json-schema",templateUrl:"./json-schema.html",styleUrls:["./json-schema.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof r.Renderer&&r.Renderer)&&s||Object,"function"==typeof(a="undefined"!=typeof r.ElementRef&&r.ElementRef)&&a||Object])],e);var n,s,a}(i.BaseComponent);e.JsonSchema=s},function(t,e,n){"use strict";var r=n(2),i=function(){function t(){this.progress=0,this.display="block"}return t.prototype.ngOnChanges=function(t){var e=this;100===t.progress.currentValue&&setTimeout(function(){e.display="none"},500)},__decorate([r.Input(),__metadata("design:type",Number)],t.prototype,"progress",void 0),__decorate([r.HostBinding("style.display"),__metadata("design:type",Object)],t.prototype,"display",void 0),t=__decorate([r.Component({selector:"loading-bar",template:"\n \n ",styles:["\n :host {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n display: block;\n\n height: 5px;\n z-index: 100;\n }\n\n span {\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: attr(progress percentage);\n background-color: #5f7fc3;\n transition: right 0.2s linear;\n }\n "]}),__metadata("design:paramtypes",[])],t)}();e.LoadingBar=i},function(t,e,n){"use strict";var r=n(2),i=n(79),o=n(39),s=n(123),a=n(56),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.optionsService=n,this.chDetector=r,this.appState=i,this.el=o,this.hidden=!0}return __extends(e,t),e.prototype.init=function(){this.method={},this.optionsService.options.hideHostname?this.method.apiUrl=this.specMgr.basePath:this.method.apiUrl=this.specMgr.apiUrl,this.method.httpMethod=i.default.baseName(this.pointer),this.method.path=i.default.baseName(this.pointer,2),this.method.info=this.componentSchema,this.method.info.tags=this.filterMainTags(this.method.info.tags),this.method.bodyParam=this.findBodyParam(),this.method.summary=s.SchemaHelper.methodSummary(this.componentSchema),this.componentSchema.operationId?this.method.anchor="operation/"+encodeURIComponent(this.componentSchema.operationId):this.method.anchor=this.tag+encodeURIComponent(this.pointer)},e.prototype.filterMainTags=function(t){var e=this.specMgr.getTagsMap();return t?t.filter(function(t){return e[t]&&e[t]["x-traitTag"]}):[]},e.prototype.findBodyParam=function(){var t=this.specMgr.getMethodParams(this.pointer,!0),e=t.find(function(t){return"body"===t.in});return e},e.prototype.show=function(t){t?this.el.nativeElement.firstElementChild.removeAttribute("hidden"):this.el.nativeElement.firstElementChild.setAttribute("hidden","hidden")},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"tag",void 0),__decorate([r.Input(),__metadata("design:type",Object)],e.prototype,"posInfo",void 0),e=__decorate([r.Component({selector:"method",templateUrl:"./method.html",styleUrls:["./method.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(c="undefined"!=typeof a.OptionsService&&a.OptionsService)&&c||Object,"function"==typeof(u="undefined"!=typeof r.ChangeDetectorRef&&r.ChangeDetectorRef)&&u||Object,"function"==typeof(l="undefined"!=typeof a.AppStateService&&a.AppStateService)&&l||Object,"function"==typeof(h="undefined"!=typeof r.ElementRef&&r.ElementRef)&&h||Object])],e);var n,c,u,l,h}(o.BaseComponent);e.Method=c},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(56),s=function(t){function e(e){t.call(this,e),this.tags=[]}return __extends(e,t),e.prototype.init=function(){var t=o.SchemaHelper.buildMenuTree(this.specMgr.schema);this.tags=t.filter(function(t){return!t.virtual}),this.tags.forEach(function(t){t.methods=t.methods||[],t.methods.forEach(function(e){e.tag=t.id})})},e.prototype.trackByPointer=function(t,e){return e.pointer},e.prototype.trackByTagName=function(t,e){return e.name},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([r.Component({selector:"methods-list",templateUrl:"./methods-list.html",styleUrls:["./methods-list.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.MethodsList=s},function(t,e,n){"use strict";function r(t,e,n){t[e]||(t[e]=[]),t[e].push(n)}var i=n(2),o=n(39),s=n(123),a=function(t){function e(e){t.call(this,e)}return __extends(e,t),e.prototype.init=function(){var t=this;this.params=[];var e=this.specMgr.getMethodParams(this.pointer,!0);e=e.map(function(e){var n=e._pointer;return"body"===e.in?e:(e._name=e.name,s.SchemaHelper.preprocess(e,n,t.pointer))});var n=this.orderParams(e);if(n.body&&n.body.length){var r=n.body[0];this.bodyParam=r,n.body=void 0}this.empty=!(Object.keys(n).length||this.bodyParam);var i=["path","query","formData","header","body"],o={path:"Used together with Path Templating, where the parameter value is actually part\n of the operation's URL. This does not include the host or base path of the API.\n For example, in /items/{itemId}, the path parameter is itemId",query:"Parameters that are appended to the URL.\n For example, in /items?id=###, the query parameter is id",formData:"Parameters that are submitted through a form.\n application/x-www-form-urlencoded, multipart/form-data or both are usually\n used as the content type of the request",header:"Custom headers that are expected as part of the request"},a=[];i.forEach(function(t){n[t]&&n[t].length&&a.push({place:t,placeHint:o[t],params:n[t]})}),this.params=a},e.prototype.orderParams=function(t){var e={};return t.forEach(function(t){return r(e,t.in,t)}),e},e.prototype.ngOnInit=function(){this.preinit()},__decorate([i.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([i.Component({selector:"params-list",templateUrl:"./params-list.html",styleUrls:["./params-list.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object])],e);var n}(o.BaseComponent);e.ParamsList=a},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(79),s=n(316),a=n(56),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.appState=n,this.scrollService=r,this.el=i,this.zone=o,this.selectedLang=this.appState.samplesLanguage}return __extends(e,t),e.prototype.changeLangNotify=function(t){var e=this,n=this.scrollService.relativeScrollPos(this.el.nativeElement);this.selectedLang.next(t);var r=this.zone.onMicrotaskEmpty.subscribe(function(){e.scrollService.scrollTo(e.el.nativeElement,n),r.unsubscribe()})},e.prototype.init=function(){this.schemaPointer=this.schemaPointer?o.default.join(this.schemaPointer,"schema"):null,this.samples=this.componentSchema["x-code-samples"]||[],this.schemaPointer||this.samples.length||(this.hidden=!0)},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"schemaPointer",void 0),__decorate([r.ViewChildren(s.Tabs),__metadata("design:type","function"==typeof(n="undefined"!=typeof r.QueryList&&r.QueryList)&&n||Object)],e.prototype,"childQuery",void 0),__decorate([r.HostBinding("attr.hidden"),__metadata("design:type",Object)],e.prototype,"hidden",void 0),e=__decorate([r.Component({selector:"request-samples",templateUrl:"./request-samples.html",styleUrls:["./request-samples.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(c="undefined"!=typeof i.SpecManager&&i.SpecManager)&&c||Object,"function"==typeof(u="undefined"!=typeof a.AppStateService&&a.AppStateService)&&u||Object,"function"==typeof(l="undefined"!=typeof a.ScrollService&&a.ScrollService)&&l||Object,"function"==typeof(h="undefined"!=typeof r.ElementRef&&r.ElementRef)&&h||Object,"function"==typeof(p="undefined"!=typeof r.NgZone&&r.NgZone)&&p||Object])],e);var n,c,u,l,h,p}(i.BaseComponent);e.RequestSamples=c},function(t,e,n){"use strict";function r(t){return!isNaN(parseFloat(t))&&isFinite(t)}var i=n(2),o=n(39),s=n(79),a=n(80),c=n(56),u=n(123),l=function(t){function e(e,n){t.call(this,e),this.options=n.options}return __extends(e,t),e.prototype.init=function(){var t=this;this.responses=[];var e=this.componentSchema;e&&(e=Object.keys(e).filter(function(t){return r(t)||"default"===t}).map(function(n){var r=e[n];if(r.pointer=s.default.join(t.pointer,n),r.$ref){var i=r.$ref;r=t.specMgr.byPointer(r.$ref),r.pointer=i}return r.empty=!r.schema,r.code=n,r.type=a.statusCodeType(r.code),!r.headers||r.headers instanceof Array||(r.headers=Object.keys(r.headers).map(function(e){var n=r.headers[e];return n.name=e,u.SchemaHelper.preprocess(n,t.pointer,t.pointer)}),r.empty=!1),r.extendable=r.headers||r.length,r}),this.responses=e)},e.prototype.trackByCode=function(t,e){return e.code},e.prototype.ngOnInit=function(){this.preinit()},__decorate([i.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([i.Component({selector:"responses-list",templateUrl:"./responses-list.html",styleUrls:["./responses-list.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(l="undefined"!=typeof c.OptionsService&&c.OptionsService)&&l||Object])],e);var n,l}(o.BaseComponent);e.ResponsesList=l},function(t,e,n){"use strict";function r(t){return!isNaN(parseFloat(t))&&isFinite(t)}function i(t){return t.examples&&t.examples["application/json"]||t.schema}var o=n(2),s=n(39),a=n(79),c=n(80),u=function(t){function e(e){t.call(this,e)}return __extends(e,t),e.prototype.init=function(){var t=this;this.data={},this.data.responses=[];var e=this.componentSchema;e&&(e=Object.keys(e).filter(function(t){return r(t)||"default"===t}).map(function(n){var r=e[n];if(r.pointer=a.default.join(t.pointer,n),r.$ref){var i=r.$ref;r=t.specMgr.byPointer(r.$ref),r.pointer=i}return r.code=n,r.type=c.statusCodeType(r.code),r}).filter(function(t){return i(t)}),this.data.responses=e)},e.prototype.ngOnInit=function(){this.preinit()},__decorate([o.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([o.Component({selector:"responses-samples",templateUrl:"./responses-samples.html",styleUrls:["./responses-samples.css"],changeDetection:o.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof s.SpecManager&&s.SpecManager)&&n||Object])],e);var n}(s.BaseComponent);e.ResponsesSamples=u},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(121),s={oauth2:"OAuth2",apiKey:"API Key",basic:"Basic Authorization"},a=function(t){function e(e){t.call(this,e),this.info={}}return __extends(e,t),e.insertTagIntoDescription=function(t){return o.ComponentParser.contains(t,"security-definitions")?t:/^#\s?Authentication\s*$/im.test(t)?t:t+"\n# Authentication \n"+o.ComponentParser.build("security-definitions")},e.prototype.init=function(){var t=this;this.componentSchema=this.componentSchema.securityDefinitions,this.defs=Object.keys(this.componentSchema).map(function(e){var n=t.componentSchema[e];return n._displayType=s[n.type],{name:e,details:n}})},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"security-definitions",styleUrls:["./security-definitions.css"],templateUrl:"./security-definitions.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.SecurityDefinitions=a},function(t,e,n){"use strict";var r=n(2),i=n(2),o=n(39),s=n(56),a=n(106),c=window,u=function(t){function e(e,n,r,i,o,s,a){var c=this;t.call(this,e),this.scrollService=r,this.menuService=i,this.hash=o,this.detectorRef=a,this.firstChange=!0,this.$element=n.nativeElement,this.activeCatCaption="",this.activeItemCaption="",this.options=s.options,this.menuService.changed.subscribe(function(t){return c.changed(t)})}return __extends(e,t),e.prototype.changed=function(t){if(t){var e=t.cat,n=t.item;this.activeCatCaption=e.name||"",this.activeItemCaption=n&&n.summary||""}this.detectorRef.detectChanges(),this.firstChange&&(this.scrollActiveIntoView(),this.firstChange=!1)},e.prototype.scrollActiveIntoView=function(){var t=this.$element.querySelector("li.active, label.active");t&&t.scrollIntoView()},e.prototype.activateAndScroll=function(t,e){this.mobileMode()&&this.toggleMobileNav();var n=this.categories;n[t].ready&&(n[t].methods&&n[t].methods.length&&e>=0&&!n[t].methods[e].ready||(this.menuService.activate(t,e),this.menuService.scrollToActive()))},e.prototype.init=function(){var t=this;this.categories=this.menuService.categories,this.$mobileNav=a.BrowserDomAdapter.querySelector(this.$element,".mobile-nav"),this.$resourcesNav=a.BrowserDomAdapter.querySelector(this.$element,"#resources-nav"),this.scrollService.scrollYOffset=function(){var e=t.$mobileNav.clientHeight;return t.options.scrollYOffset()+e}},e.prototype.mobileMode=function(){return this.$mobileNav.clientHeight>0},e.prototype.toggleMobileNav=function(){var t=this.options.$scrollParent===c?a.BrowserDomAdapter.defaultDoc().body:this.$scrollParent;if(a.BrowserDomAdapter.hasStyle(this.$resourcesNav,"height"))a.BrowserDomAdapter.removeStyle(this.$resourcesNav,"height"),a.BrowserDomAdapter.removeStyle(t,"overflow-y");else{var e=this.options.$scrollParent.innerHeight||this.options.$scrollParent.clientHeight,n=e-this.$mobileNav.getBoundingClientRect().bottom;a.BrowserDomAdapter.setStyle(t,"overflow-y","hidden"),a.BrowserDomAdapter.setStyle(this.$resourcesNav,"height",n+"px")}},e.prototype.destroy=function(){this.scrollService.unbind()},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"side-menu",templateUrl:"./side-menu.html",styleUrls:["./side-menu.css"],animations:[i.trigger("itemAnimation",[i.state("collapsed, void",i.style({height:"0px"})),i.state("expanded",i.style({height:"*"})),i.transition("collapsed <=> expanded",[i.animate("200ms ease")])])]}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(u="undefined"!=typeof r.ElementRef&&r.ElementRef)&&u||Object,"function"==typeof(l="undefined"!=typeof s.ScrollService&&s.ScrollService)&&l||Object,"function"==typeof(h="undefined"!=typeof s.MenuService&&s.MenuService)&&h||Object,"function"==typeof(p="undefined"!=typeof s.Hash&&s.Hash)&&p||Object,"function"==typeof(f="undefined"!=typeof s.OptionsService&&s.OptionsService)&&f||Object,"function"==typeof(_="undefined"!=typeof r.ChangeDetectorRef&&r.ChangeDetectorRef)&&_||Object])],e);var n,u,l,h,p,f,_}(o.BaseComponent);e.SideMenu=u},function(t,e,n){"use strict";var r=n(2),i=n(39),o=n(56),s=function(t){function e(e,n){t.call(this,e),this.warnings=[],this.shown=!1,this.suppressWarnings=n.options.suppressWarnings}return __extends(e,t),e.prototype.init=function(){var t=this;this.shown=!this.suppressWarnings&&!!this.warnings.length,o.WarningsService.warnings.subscribe(function(e){t.warnings=e,t.shown=!t.suppressWarnings&&!!e.length})},e.prototype.close=function(){this.shown=!1},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"warnings",styleUrls:["./warnings.css"],templateUrl:"./warnings.html"}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof o.OptionsService&&o.OptionsService)&&s||Object])],e);var n,s}(i.BaseComponent);e.Warnings=s},function(t,e,n){"use strict";var r=n(2),i=n(655),o=function(){function t(t){this.change=new r.EventEmitter,this.elem=t.nativeElement}return t.prototype.ngAfterContentInit=function(){this.inst=new i(this.elem.firstElementChild,{autoWidth:!0})},t.prototype.onChange=function(t){this.change.next(t)},t.prototype.destroy=function(){this.inst.dispose()},__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"change",void 0),t=__decorate([r.Component({selector:"drop-down",template:"\n \n ",styleUrls:["./drop-down.css"]}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.DropDown=o},function(t,e,n){"use strict";var r=n(2),i=n(56),o=function(){function t(t,e,n,r,i){this.view=t,this.projector=e,this.parser=n,this.resolver=r,this.renderer=i}return t.prototype.ngOnInit=function(){this.parser.setRenderer(this.renderer);var t=this.parser.splitIntoNodesOrComponents(this.html,this.view.injector),e=this.resolver.resolveComponentFactory(s),n=this.projector.instantiateAndProject(e,this.view,t);n.changeDetectorRef.markForCheck()},__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"html",void 0),t=__decorate([r.Component({selector:"dynamic-ng2-viewer",template:""}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ViewContainerRef&&r.ViewContainerRef)&&e||Object,"function"==typeof(n="undefined"!=typeof i.ContentProjector&&i.ContentProjector)&&n||Object,"function"==typeof(o="undefined"!=typeof i.ComponentParser&&i.ComponentParser)&&o||Object,"function"==typeof(a="undefined"!=typeof r.ComponentFactoryResolver&&r.ComponentFactoryResolver)&&a||Object,"function"==typeof(c="undefined"!=typeof r.Renderer&&r.Renderer)&&c||Object])],t);var e,n,o,a,c}();e.DynamicNg2Viewer=o;var s=function(){function t(){}return t=__decorate([r.Component({selector:"dynamic-ng2-wrapper",template:""}),__metadata("design:paramtypes",[])],t)}();e.DynamicNg2Wrapper=s},function(t,e,n){"use strict";var r=n(2),i=n(310),o=function(){function t(t){this.element=t}return t.prototype.onClick=function(){i.Clipboard.selectElement(this.element.nativeElement)},__decorate([r.HostListener("click"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onClick",null),t=__decorate([r.Directive({selector:"[select-on-click]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.SelectOnClick=o},function(t,e,n){"use strict";var r=n(2),i=n(106),o=function(){function t(t){this.$element=t.nativeElement,i.BrowserDomAdapter.setStyle(this.$element,"position","absolute"),i.BrowserDomAdapter.setStyle(this.$element,"top","0"),i.BrowserDomAdapter.setStyle(this.$element,"bottom","0"),i.BrowserDomAdapter.setStyle(this.$element,"max-height","100%")}return t.prototype.bind=function(){var t=this;this.cancelScrollBinding=i.BrowserDomAdapter.onAndCancel(this.scrollParent,"scroll",function(){t.updatePosition()})},t.prototype.unbind=function(){this.cancelScrollBinding&&this.cancelScrollBinding()},t.prototype.updatePosition=function(){var t=!1;this.scrollY+this.scrollYOffset()>=this.$redocEl.offsetTop?(this.stick(),t=!0):this.unstick(),this.scrollY+window.innerHeight-this.scrollYOffset()>=this.$redocEl.scrollHeight?(this.stickBottom(),t=!0):this.unstickBottom(),t||i.BrowserDomAdapter.setStyle(this.$element,"position","absolute")},t.prototype.stick=function(){i.BrowserDomAdapter.setStyle(this.$element,"position","fixed"),i.BrowserDomAdapter.setStyle(this.$element,"top",this.scrollYOffset()+"px")},t.prototype.unstick=function(){i.BrowserDomAdapter.setStyle(this.$element,"top","0")},t.prototype.stickBottom=function(){i.BrowserDomAdapter.setStyle(this.$element,"position","fixed");var t=this.scrollY+this.scrollParentHeight-(this.$redocEl.scrollHeight+this.$redocEl.offsetTop);i.BrowserDomAdapter.setStyle(this.$element,"bottom",t+"px")},t.prototype.unstickBottom=function(){ -i.BrowserDomAdapter.setStyle(this.$element,"bottom","0")},Object.defineProperty(t.prototype,"scrollY",{get:function(){return void 0!=this.scrollParent.pageYOffset?this.scrollParent.pageYOffset:this.scrollParent.scrollTop},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"scrollParentHeight",{get:function(){return void 0!=this.scrollParent.innerHeight?this.scrollParent.innerHeight:this.scrollParent.clientHeight},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var t=this;this.$redocEl=this.$element.offsetParent.parentNode||i.BrowserDomAdapter.defaultDoc().body,this.bind(),requestAnimationFrame(function(){return t.updatePosition()})},t.prototype.ngOnDestroy=function(){this.unbind()},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"scrollParent",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"scrollYOffset",void 0),t=__decorate([r.Directive({selector:"[sticky-sidebar]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.StickySidebar=o},function(t,e,n){"use strict";(function(t){var r=n(17),i=r.Buffer,o=r.SlowBuffer,s=r.kMaxLength||2147483647;e.alloc=function(t,e,n){if("function"==typeof i.alloc)return i.alloc(t,e,n);if("number"==typeof n)throw new TypeError("encoding must not be number");if("number"!=typeof t)throw new TypeError("size must be a number");if(t>s)throw new RangeError("size is too large");var r=n,o=e;void 0===o&&(r=void 0,o=0);var a=new i(t);if("string"==typeof o)for(var c=new i(o,r),u=c.length,l=-1;++ls)throw new RangeError("size is too large");return new i(t)},e.from=function(e,n,r){if("function"==typeof i.from&&(!t.Uint8Array||Uint8Array.from!==i.from))return i.from(e,n,r);if("number"==typeof e)throw new TypeError('"value" argument must not be a number');if("string"==typeof e)return new i(e,n);if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer){var o=n;if(1===arguments.length)return new i(e);"undefined"==typeof o&&(o=0);var s=r;if("undefined"==typeof s&&(s=e.byteLength-o),o>=e.byteLength)throw new RangeError("'offset' is out of bounds");if(s>e.byteLength-o)throw new RangeError("'length' is out of bounds");return new i(e.slice(o,o+s))}if(i.isBuffer(e)){var a=new i(e.length);return e.copy(a,0,0,e.length),a}if(e){if(Array.isArray(e)||"undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return new i(e);if("Buffer"===e.type&&Array.isArray(e.data))return new i(e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")},e.allocUnsafeSlow=function(t){if("function"==typeof i.allocUnsafeSlow)return i.allocUnsafeSlow(t);if("number"!=typeof t)throw new TypeError("size must be a number");if(t>=s)throw new RangeError("size is too large");return new o(t)}}).call(e,n(27))},function(t,e,n){"use strict";var r=n(53),i=n(96),o=n(36);t.exports=function(t){for(var e=r(this),n=o(e.length),s=arguments.length,a=i(s>1?arguments[1]:void 0,n),c=s>2?arguments[2]:void 0,u=void 0===c?n:i(c,n);u>a;)e[a++]=t;return e}},function(t,e,n){var r=n(59),i=n(36),o=n(96);t.exports=function(t){return function(e,n,s){var a,c=r(e),u=i(c.length),l=o(s,u);if(t&&n!=n){for(;u>l;)if(a=c[l++],a!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},function(t,e,n){var r=n(92),i=n(19)("toStringTag"),o="Arguments"==r(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(19)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,!"/./"[t](e)}catch(t){}}return!0}},function(t,e,n){"use strict";var r=n(7);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(11),i=n(247).set;t.exports=function(t,e,n){var o,s=e.constructor;return s!==n&&"function"==typeof s&&(o=s.prototype)!==n.prototype&&r(o)&&i&&i(t,o),t}},function(t,e,n){var r=n(108),i=n(19)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},function(t,e,n){var r=n(92);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(11),i=n(92),o=n(19)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,n){"use strict";var r=n(127),i=n(1),o=n(48),s=n(52),a=n(41),c=n(108),u=n(333),l=n(130),h=n(63),p=n(19)("iterator"),f=!([].keys&&"next"in[].keys()),_="@@iterator",d="keys",g="values",m=function(){return this};t.exports=function(t,e,n,y,v,b,w){u(n,e,y);var x,C,E,I=function(t){if(!f&&t in O)return O[t];switch(t){case d:return function(){return new n(this,t)};case g:return function(){return new n(this,t)}}return function(){return new n(this,t)}},S=e+" Iterator",T=v==g,k=!1,O=t.prototype,A=O[p]||O[_]||v&&O[v],P=A||I(v),R=v?T?I("entries"):P:void 0,N="Array"==e?O.entries||A:A;if(N&&(E=h(N.call(new t)),E!==Object.prototype&&(l(E,S,!0),r||a(E,p)||s(E,p,m))),T&&A&&A.name!==g&&(k=!0,P=function(){return A.call(this)}),r&&!w||!f&&!k&&O[p]||s(O,p,P),c[e]=P,c[S]=m,v)if(x={values:T?P:I(g),keys:b?P:I(d),entries:R},w)for(C in x)C in O||o(O,C,x[C]);else i(i.P+i.F*(f||k),e,x);return x}},function(t,e,n){var r=n(19)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],s=o[r]();s.next=function(){return{done:n=!0}},o[r]=function(){return s},t(o)}catch(t){}return n}},function(t,e){var n=Math.expm1;t.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||n(-2e-17)!=-2e-17?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:n},function(t,e){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,e,n){var r=n(11),i=n(7),o=function(t,e){if(i(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{r=n(93)(Function.call,n(71).f(Object.prototype,"__proto__").set,2),r(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return o(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:o}},function(t,e,n){var r=n(172)("keys"),i=n(97);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,e,n){var r=n(242),i=n(69);t.exports=function(t,e,n){if(r(e))throw TypeError("String#"+n+" doesn't accept regex!");return String(i(t))}},function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,e,n){"use strict";var r=n(14),i=n(29),o=n(127),s=n(174),a=n(52),c=n(128),u=n(10),l=n(125),h=n(85),p=n(36),f=n(95).f,_=n(23).f,d=n(233),g=n(130),m="ArrayBuffer",y="DataView",v="prototype",b="Wrong length!",w="Wrong index!",x=r[m],C=r[y],E=r.Math,I=r.RangeError,S=r.Infinity,T=x,k=E.abs,O=E.pow,A=E.floor,P=E.log,R=E.LN2,N="buffer",M="byteLength",j="byteOffset",D=i?"_b":N,L=i?"_l":M,V=i?"_o":j,F=function(t,e,n){var r,i,o,s=Array(n),a=8*n-e-1,c=(1<>1,l=23===e?O(2,-24)-O(2,-77):0,h=0,p=t<0||0===t&&1/t<0?1:0;for(t=k(t),t!=t||t===S?(i=t!=t?1:0,r=c):(r=A(P(t)/R),t*(o=O(2,-r))<1&&(r--,o*=2),t+=r+u>=1?l/o:l*O(2,1-u),t*o>=2&&(r++,o/=2),r+u>=c?(i=0,r=c):r+u>=1?(i=(t*o-1)*O(2,e),r+=u):(i=t*O(2,u-1)*O(2,e),r=0));e>=8;s[h++]=255&i,i/=256,e-=8);for(r=r<0;s[h++]=255&r,r/=256,a-=8);return s[--h]|=128*p,s},B=function(t,e,n){var r,i=8*n-e-1,o=(1<>1,a=i-7,c=n-1,u=t[c--],l=127&u;for(u>>=7;a>0;l=256*l+t[c],c--,a-=8);for(r=l&(1<<-a)-1,l>>=-a,a+=e;a>0;r=256*r+t[c],c--,a-=8);if(0===l)l=1-s;else{if(l===o)return r?NaN:u?-S:S;r+=O(2,e),l-=s}return(u?-1:1)*r*O(2,l-e)},U=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},z=function(t){return[255&t]},H=function(t){return[255&t,t>>8&255]},q=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},W=function(t){return F(t,52,8)},$=function(t){return F(t,23,4)},Y=function(t,e,n){_(t[v],e,{get:function(){return this[n]}})},Z=function(t,e,n,r){var i=+n,o=h(i);if(i!=o||o<0||o+e>t[L])throw I(w);var s=t[D]._b,a=o+t[V],c=s.slice(a,a+e);return r?c:c.reverse()},G=function(t,e,n,r,i,o){var s=+n,a=h(s);if(s!=a||a<0||a+e>t[L])throw I(w);for(var c=t[D]._b,u=a+t[V],l=r(+i),p=0;ptt;)(K=Q[tt++])in x||a(x,K,T[K]);o||(X.constructor=x)}var et=new C(new x(2)),nt=C[v].setInt8;et.setInt8(0,2147483648),et.setInt8(1,2147483649),!et.getInt8(0)&&et.getInt8(1)||c(C[v],{setInt8:function(t,e){nt.call(this,t,e<<24>>24)},setUint8:function(t,e){nt.call(this,t,e<<24>>24)}},!0)}else x=function(t){var e=J(this,t);this._b=d.call(Array(e),0),this[L]=e},C=function(t,e,n){l(this,C,y),l(t,x,y);var r=t[L],i=h(e);if(i<0||i>r)throw I("Wrong offset!");if(n=void 0===n?r-i:p(n),i+n>r)throw I(b);this[D]=t,this[V]=i,this[L]=n},i&&(Y(x,M,"_l"),Y(C,N,"_b"),Y(C,M,"_l"),Y(C,j,"_o")),c(C[v],{getInt8:function(t){return Z(this,1,t)[0]<<24>>24},getUint8:function(t){return Z(this,1,t)[0]},getInt16:function(t){var e=Z(this,2,t,arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=Z(this,2,t,arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return U(Z(this,4,t,arguments[1]))},getUint32:function(t){return U(Z(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return B(Z(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return B(Z(this,8,t,arguments[1]),52,8)},setInt8:function(t,e){G(this,1,t,z,e)},setUint8:function(t,e){G(this,1,t,z,e)},setInt16:function(t,e){G(this,2,t,H,e,arguments[2])},setUint16:function(t,e){G(this,2,t,H,e,arguments[2])},setInt32:function(t,e){G(this,4,t,q,e,arguments[2])},setUint32:function(t,e){G(this,4,t,q,e,arguments[2])},setFloat32:function(t,e){G(this,4,t,$,e,arguments[2])},setFloat64:function(t,e){G(this,8,t,W,e,arguments[2])}});g(x,m),g(C,y),a(C[v],s.VIEW,!0),e[m]=x,e[y]=C},function(t,e,n){var r=n(235),i=n(19)("iterator"),o=n(108);t.exports=n(18).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){for(var r=n(175),i=n(48),o=n(14),s=n(52),a=n(108),c=n(19),u=c("iterator"),l=c("toStringTag"),h=a.Array,p=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],f=0;f<5;f++){var _,d=p[f],g=o[d],m=g&&g.prototype;if(m){m[u]||s(m,u,h),m[l]||s(m,l,d),a[d]=h;for(_ in r)m[_]||i(m,_,r[_],!0)}}},function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}},function(t,e,n){"use strict";var r=n(111);t.exports=new r({explicit:[n(697),n(695),n(690)]})},function(t,e,n){"use strict";function r(t){this.afterTransform=function(e,n){return i(t,e,n)},this.needTransform=!1,this.transforming=!1,this.writecb=null,this.writechunk=null,this.writeencoding=null}function i(t,e,n){var r=t._transformState;r.transforming=!1;var i=r.writecb;if(!i)return t.emit("error",new Error("no writecb in Transform class"));r.writechunk=null,r.writecb=null,null!==n&&void 0!==n&&t.push(n),i(e);var o=t._readableState;o.reading=!1,(o.needReadable||o.length-1?setImmediate:C,I=n(17).Buffer;s.WritableState=o;var S=n(65);S.inherits=n(42);var T,k={deprecate:n(398)};!function(){try{T=n(114)}catch(t){}finally{T||(T=n(99).EventEmitter)}}();var I=n(17).Buffer;S.inherits(s,T);var O;o.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(o.prototype,"buffer",{get:k.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")})}catch(t){}}();var O;s.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe. Not readable."))},s.prototype.write=function(t,e,n){var i=this._writableState,o=!1;return"function"==typeof e&&(n=e,e=null),I.isBuffer(t)?e="buffer":e||(e=i.defaultEncoding),"function"!=typeof n&&(n=r),i.ended?a(this,n):c(this,i,t,n)&&(i.pendingcb++,o=l(this,i,t,e,n)),o},s.prototype.cork=function(){var t=this._writableState;t.corked++},s.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||m(this,t))},s.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);this._writableState.defaultEncoding=t},s.prototype._write=function(t,e,n){n(new Error("not implemented"))},s.prototype._writev=null,s.prototype.end=function(t,e,n){var r=this._writableState;"function"==typeof t?(n=t,t=null,e=null):"function"==typeof e&&(n=e,e=null),null!==t&&void 0!==t&&this.write(t,e),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||w(this,r,n)}}).call(e,n(43))},function(t,e){"use strict";function n(t,e,n,r,i){this.src=t,this.env=r,this.options=n,this.parser=e,this.tokens=i,this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache=[],this.isInLabel=!1,this.linkLevel=0,this.linkContent="",this.labelUnmatchedScopes=0}n.prototype.pushPending=function(){this.tokens.push({type:"text",content:this.pending,level:this.pendingLevel}),this.pending=""},n.prototype.push=function(t){this.pending&&this.pushPending(),this.tokens.push(t),this.pendingLevel=this.level},n.prototype.cacheSet=function(t,e){for(var n=this.cache.length;n<=t;n++)this.cache.push(0);this.cache[t]=e},n.prototype.cacheGet=function(t){return t1)return void(this.connection=null);var n=this.connection,r=t._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()},e}(s.Subscriber)},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=function(t){function e(e,n){t.call(this),this.value=e,this.scheduler=n,this._isScalar=!0,n&&(this._isScalar=!1)}return r(e,t),e.create=function(t,n){return new e(t,n)},e.dispatch=function(t){var e=t.done,n=t.value,r=t.subscriber;return e?void r.complete():(r.next(n),void(r.closed||(t.done=!0,this.schedule(t))))},e.prototype._subscribe=function(t){var n=this.value,r=this.scheduler;return r?r.schedule(e.dispatch,0,{done:!1,value:n,subscriber:t}):(t.next(n),void(t.closed||t.complete()))},e}(i.Observable);e.ScalarObservable=o},function(t,e,n){"use strict";function r(){for(var t=[],e=0;ethis.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),g=function(t){function e(e,n,r,i){t.call(this,e),this.parent=n,this.observable=r,this.index=i,this.stillUnsubscribed=!0,this.buffer=[],this.isComplete=!1}return o(e,t),e.prototype[h.$$iterator]=function(){return this},e.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},e.prototype.hasValue=function(){return this.buffer.length>0},e.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},e.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){this.buffer.push(e),this.parent.checkIterators()},e.prototype.subscribe=function(t,e){return l.subscribeToResult(this,this.observable,this,e)},e}(u.OuterSubscriber)},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"object unsubscribed");this.name=e.name="ObjectUnsubscribedError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.ObjectUnsubscribedError=r},function(t,e){"use strict";function n(t){return"function"==typeof t}e.isFunction=n},function(t,e,n){"use strict";function r(t){return!i.isArray(t)&&t-parseFloat(t)+1>=0}var i=n(66);e.isNumeric=r},function(t,e,n){"use strict";var r=n(2),i=n(271),o=n(116),s=n(274);n.d(e,"CommonModule",function(){return a});var a=function(){function t(){}return t.decorators=[{type:r.NgModule,args:[{declarations:[i.a,s.a],exports:[i.a,s.a],providers:[{provide:o.NgLocalization,useClass:o.NgLocaleLocalization}]}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(75),i=n(46),o=n(32),s=n(403),a=n(193),c=n(139),u=n(404);n.d(e,"a",function(){return l}),n.d(e,"b",function(){return r.NgClass}),n.d(e,"c",function(){return i.NgFor}),n.d(e,"d",function(){return o.NgIf}),n.d(e,"e",function(){return s.a}),n.d(e,"f",function(){return s.b}),n.d(e,"g",function(){ -return a.NgStyle}),n.d(e,"h",function(){return c.NgSwitch}),n.d(e,"i",function(){return c.NgSwitchCase}),n.d(e,"j",function(){return c.NgSwitchDefault}),n.d(e,"k",function(){return u.a});var l=[r.NgClass,i.NgFor,o.NgIf,u.a,a.NgStyle,c.NgSwitch,c.NgSwitchCase,c.NgSwitchDefault,s.a,s.b]},function(t,e,n){"use strict";function r(t,e){if(n.i(o.a)(t))for(var i=0;i-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;nr&&(n=o,r=s)}}return n},t.flatten=function(t){var e=[];return r(t,e),e},t}())},function(t,e,n){"use strict";function r(t){return function(e,n){var r=t(e,n);return 1==r.length?"0"+r:r}}function i(t){return function(e,n){var r=t(e,n);return r.split(" ")[1]}}function o(t){return function(e,n){var r=t(e,n);return r.split(" ")[0]}}function s(t,e,n){return new Intl.DateTimeFormat(e,n).format(t).replace(/[\u200e\u200f]/g,"")}function a(t){var e={hour:"2-digit",hour12:!1,timeZoneName:t};return function(t,n){var r=s(t,n,e);return r?r.substring(3):""}}function c(t,e){return t.hour12=e,t}function u(t,e){var n={};return n[t]=2==e?"2-digit":"numeric",n}function l(t,e){var n={};return n[t]=e<4?"short":"long",n}function h(t){var e={};return t.forEach(function(t){Object.assign(e,t)}),e}function p(t){return function(e,n){return s(e,n,t)}}function f(t,e,n){var r,i,o="",s=[];if(y[t])return y[t](e,n);if(b.has(t))s=b.get(t);else{for(m.exec(t);t;)r=m.exec(t),r?(s=_(s,r,1),t=s.pop()):(s.push(t),t=null);b.set(t,s)}return s.forEach(function(t){i=v[t],o+=i?i(e,n):"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),o}function _(t,e,n){return t.concat(w.call(e,n))}n.d(e,"b",function(){return d}),n.d(e,"c",function(){return g}),n.d(e,"a",function(){return x});var d;!function(t){t[t.Decimal=0]="Decimal",t[t.Percent=1]="Percent",t[t.Currency=2]="Currency"}(d||(d={}));var g=function(){function t(){}return t.format=function(t,e,n,r){var i=void 0===r?{}:r,o=i.minimumIntegerDigits,s=i.minimumFractionDigits,a=i.maximumFractionDigits,c=i.currency,u=i.currencyAsSymbol,l=void 0!==u&&u,h={minimumIntegerDigits:o,minimumFractionDigits:s,maximumFractionDigits:a,style:d[n].toLowerCase()};return n==d.Currency&&(h.currency=c,h.currencyDisplay=l?"symbol":"code"),new Intl.NumberFormat(e,h).format(t)},t}(),m=/((?:[^yMLdHhmsazZEwGjJ']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|J+|j+|m+|s+|a|z|Z|G+|w+))(.*)/,y={yMMMdjms:p(h([u("year",1),l("month",3),u("day",1),u("hour",1),u("minute",1),u("second",1)])),yMdjm:p(h([u("year",1),u("month",1),u("day",1),u("hour",1),u("minute",1)])),yMMMMEEEEd:p(h([u("year",1),l("month",4),l("weekday",4),u("day",1)])),yMMMMd:p(h([u("year",1),l("month",4),u("day",1)])),yMMMd:p(h([u("year",1),l("month",3),u("day",1)])),yMd:p(h([u("year",1),u("month",1),u("day",1)])),jms:p(h([u("hour",1),u("second",1),u("minute",1)])),jm:p(h([u("hour",1),u("minute",1)]))},v={yyyy:p(u("year",4)),yy:p(u("year",2)),y:p(u("year",1)),MMMM:p(l("month",4)),MMM:p(l("month",3)),MM:p(u("month",2)),M:p(u("month",1)),LLLL:p(l("month",4)),dd:p(u("day",2)),d:p(u("day",1)),HH:r(o(p(c(u("hour",2),!1)))),H:o(p(c(u("hour",1),!1))),hh:r(o(p(c(u("hour",2),!0)))),h:o(p(c(u("hour",1),!0))),jj:p(u("hour",2)),j:p(u("hour",1)),mm:r(p(u("minute",2))),m:p(u("minute",1)),ss:r(p(u("second",2))),s:p(u("second",1)),sss:p(u("second",3)),EEEE:p(l("weekday",4)),EEE:p(l("weekday",3)),EE:p(l("weekday",2)),E:p(l("weekday",1)),a:i(p(c(u("hour",1),!0))),Z:a("short"),z:a("long"),ww:p({}),w:p({}),G:p(l("era",1)),GG:p(l("era",2)),GGG:p(l("era",3)),GGGG:p(l("era",4))},b=new Map,w=[].slice,x=function(){function t(){}return t.format=function(t,e,n){return f(n,t,e)},t}()},function(t,e,n){"use strict";var r=n(409),i=n(410),o=n(411),s=n(412),a=n(142),c=n(413),u=n(414),l=n(415),h=n(416);n.d(e,"a",function(){return p}),n.d(e,"g",function(){return r.a}),n.d(e,"h",function(){return u.c}),n.d(e,"c",function(){return i.a}),n.d(e,"i",function(){return u.a}),n.d(e,"d",function(){return o.a}),n.d(e,"e",function(){return s.a}),n.d(e,"f",function(){return a.JsonPipe}),n.d(e,"b",function(){return c.a}),n.d(e,"j",function(){return u.b}),n.d(e,"k",function(){return l.a}),n.d(e,"l",function(){return h.a});var p=[r.a,h.a,c.a,a.JsonPipe,l.a,u.a,u.b,u.c,i.a,o.a,s.a]},function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"d",function(){return s});var r="true",i="*",o="*",s="void"},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return i});var i=function(){function t(t){var e=this;this._players=t,this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this.parentPlayer=null;var i=0,o=this._players.length;0==o?n.i(r.l)(function(){return e._onFinish()}):this._players.forEach(function(t){t.parentPlayer=e,t.onDone(function(){++i>=o&&e._onFinish()})})}return t.prototype._onFinish=function(){this._finished||(this._finished=!0,n.i(r.d)(this.parentPlayer)||this.destroy(),this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){this._players.forEach(function(t){return t.init()})},t.prototype.onStart=function(t){this._onStartFns.push(t)},t.prototype.onDone=function(t){this._onDoneFns.push(t)},t.prototype.hasStarted=function(){return this._started},t.prototype.play=function(){n.i(r.d)(this.parentPlayer)||this.init(),this.hasStarted()||(this._onStartFns.forEach(function(t){return t()}),this._onStartFns=[],this._started=!0),this._players.forEach(function(t){return t.play()})},t.prototype.pause=function(){this._players.forEach(function(t){return t.pause()})},t.prototype.restart=function(){this._players.forEach(function(t){return t.restart()})},t.prototype.finish=function(){this._onFinish(),this._players.forEach(function(t){return t.finish()})},t.prototype.destroy=function(){this._onFinish(),this._players.forEach(function(t){return t.destroy()})},t.prototype.reset=function(){this._players.forEach(function(t){return t.reset()})},t.prototype.setPosition=function(t){this._players.forEach(function(e){e.setPosition(t)})},t.prototype.getPosition=function(){var t=0;return this._players.forEach(function(e){var n=e.getPosition();t=Math.min(n,t)}),t},t}()},function(t,e,n){"use strict";n.d(e,"AnimationKeyframe",function(){return r});var r=function(){function t(t,e){this.offset=t,this.styles=e}return t}()},function(t,e,n){"use strict";function r(t){o.push(t)}function i(){for(var t=0;t=this._players.length)this._activePlayer=new i.NoOpAnimationPlayer,this._onFinish();else{var o=this._players[this._currentIndex++];o.onDone(function(){return e._onNext(!0)}),this._activePlayer=o,t&&o.play()}},t.prototype._onFinish=function(){this._finished||(this._finished=!0,n.i(r.d)(this.parentPlayer)||this.destroy(),this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){this._players.forEach(function(t){return t.init()})},t.prototype.onStart=function(t){this._onStartFns.push(t)},t.prototype.onDone=function(t){this._onDoneFns.push(t)},t.prototype.hasStarted=function(){return this._started},t.prototype.play=function(){n.i(r.d)(this.parentPlayer)||this.init(),this.hasStarted()||(this._onStartFns.forEach(function(t){return t()}),this._onStartFns=[],this._started=!0),this._activePlayer.play()},t.prototype.pause=function(){this._activePlayer.pause()},t.prototype.restart=function(){this._players.length>0&&(this.reset(),this._players[0].restart())},t.prototype.reset=function(){this._players.forEach(function(t){return t.reset()})},t.prototype.finish=function(){this._onFinish(),this._players.forEach(function(t){return t.finish()})},t.prototype.destroy=function(){this._onFinish(),this._players.forEach(function(t){return t.destroy()})},t.prototype.setPosition=function(t){this._players[0].setPosition(t)},t.prototype.getPosition=function(){return this._players[0].getPosition()},t}()},function(t,e,n){"use strict";function r(t,e,r){void 0===r&&(r=null);var i={};return Object.keys(e).forEach(function(t){var n=e[t];i[t]=n==p.a?r:n.toString()}),Object.keys(t).forEach(function(t){n.i(l.d)(i[t])||(i[t]=r)}),i}function i(t,e,r){var i=r.length-1,o=r[0],s=c(o.styles.styles),a={},h=!1;Object.keys(t).forEach(function(e){var n=t[e];s[e]||(s[e]=n,a[e]=n,h=!0)});var f=u.f.merge({},s),_=r[i];_.styles.styles.unshift(e);var d=c(_.styles.styles),g={},m=!1;return Object.keys(f).forEach(function(t){n.i(l.d)(d[t])||(g[t]=p.a,m=!0)}),m&&_.styles.styles.push(g),Object.keys(d).forEach(function(t){n.i(l.d)(s[t])||(a[t]=p.a,h=!0)}),h&&o.styles.styles.push(a),r}function o(t){var e={};return Object.keys(t).forEach(function(t){e[t]=null}),e}function s(t,e){return e.map(function(e){var r={};return Object.keys(e).forEach(function(i){var o=e[i];o==h.a&&(o=t[i],n.i(l.d)(o)||(o=p.a)),t[i]=o,r[i]=o}),r})}function a(t,e,n){Object.keys(n).forEach(function(r){e.setElementStyle(t,r,n[r])})}function c(t){var e={};return t.forEach(function(t){Object.keys(t).forEach(function(n){e[n]=t[n]})}),e}var u=n(67),l=n(6),h=n(275),p=n(284);e.prepareFinalAnimationStyles=r,e.balanceAnimationKeyframes=i,e.clearStyles=o,e.collectAndResolveStyles=s,e.renderStyles=a,e.flattenStyles=c},function(t,e,n){"use strict";n.d(e,"AnimationStyles",function(){return r});var r=function(){function t(t){this.styles=t}return t}()},function(t,e,n){"use strict";var r=n(283);n.d(e,"AnimationTransition",function(){return i});var i=function(){function t(t,e,n,r){this._player=t,this._fromState=e,this._toState=n,this._totalTime=r}return t.prototype._createEvent=function(t){return new r.a({fromState:this._fromState,toState:this._toState,totalTime:this._totalTime,phaseName:t})},t.prototype.onStart=function(t){var e=this._createEvent("start");this._player.onStart(function(){return t(e)})},t.prototype.onDone=function(t){var e=this._createEvent("done");this._player.onDone(function(){return t(e)})},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var r=function(){function t(t){var e=t.fromState,n=t.toState,r=t.totalTime,i=t.phaseName;this.fromState=e,this.toState=n,this.totalTime=r,this.phaseName=i}return t}()},function(t,e,n){"use strict";function r(t,e){void 0===e&&(e=null);var r=e;if(!n.i(h.d)(r)){var i={};r=new b([i],1)}return new w(t,r)}function i(t){return new E(t)}function o(t){return new C(t)}function s(t){var e,r=null;return"string"==typeof t?e=[t]:(e=Array.isArray(t)?t:[t],e.forEach(function(t){var e=t.offset;n.i(h.d)(e)&&(r=null==r?parseFloat(e):r)})),new b(e,r)}function a(t,e){return new g(t,e)}function c(t){return new v(t)}function u(t,e){var n=Array.isArray(e)?new C(e):e;return new m(t,n)}function l(t,e){return new _(t,e)}var h=n(6);n.d(e,"a",function(){return f}),n.d(e,"b",function(){return _}),n.d(e,"c",function(){return d}),n.d(e,"d",function(){return g}),n.d(e,"e",function(){return m}),n.d(e,"f",function(){return y}),n.d(e,"g",function(){return v}),n.d(e,"h",function(){return b}),n.d(e,"i",function(){return w}),n.d(e,"j",function(){return x}),n.d(e,"k",function(){return C}),n.d(e,"l",function(){return E}),e.m=r,e.n=i,e.o=o,e.p=s,e.q=a,e.r=c,e.s=u,e.t=l;var p=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},f="*",_=function(){function t(t,e){this.name=t,this.definitions=e}return t}(),d=function(){function t(){}return t}(),g=function(t){function e(e,n){t.call(this),this.stateNameExpr=e,this.styles=n}return p(e,t),e}(d),m=function(t){function e(e,n){t.call(this),this.stateChangeExpr=e,this.steps=n}return p(e,t),e}(d),y=function(){function t(){}return t}(),v=function(t){function e(e){t.call(this),this.steps=e}return p(e,t),e}(y),b=function(t){function e(e,n){void 0===n&&(n=null),t.call(this),this.styles=e,this.offset=n}return p(e,t),e}(y),w=function(t){function e(e,n){t.call(this),this.timings=e,this.styles=n}return p(e,t),e}(y),x=function(t){function e(){t.call(this)}return p(e,t),Object.defineProperty(e.prototype,"steps",{get:function(){throw new Error("NOT IMPLEMENTED: Base Class")},enumerable:!0,configurable:!0}),e}(y),C=function(t){function e(e){t.call(this),this._steps=e}return p(e,t),Object.defineProperty(e.prototype,"steps",{get:function(){return this._steps},enumerable:!0,configurable:!0}),e}(x),E=function(t){function e(e){t.call(this),this._steps=e}return p(e,t),Object.defineProperty(e.prototype,"steps",{get:function(){return this._steps},enumerable:!0,configurable:!0}),e}(x)},function(t,e,n){"use strict";function r(){return c.defaultIterableDiffers}function i(){return c.defaultKeyValueDiffers}var o=n(144),s=n(145),a=n(117),c=n(9),u=n(202),l=n(103),h=n(8),p=n(296);e._iterableDiffersFactory=r,e._keyValueDiffersFactory=i,n.d(e,"ApplicationModule",function(){return f});var f=function(){function t(){}return t.decorators=[{type:p.a,args:[{providers:[s.ApplicationRef_,{provide:s.ApplicationRef,useExisting:s.ApplicationRef_},o.ApplicationInitStatus,l.Compiler,a.APP_ID_RANDOM_PROVIDER,h.ViewUtils,{provide:c.IterableDiffers,useFactory:r},{provide:c.KeyValueDiffers,useFactory:i},{provide:u.LOCALE_ID,useValue:"en-US"}]}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return i}),n.d(e,"b",function(){return s});var i=function(){function t(){}return t.prototype.supports=function(t){return t instanceof Map||n.i(r.e)(t)},t.prototype.create=function(t){return new o},t}(),o=function(){function t(){this._records=new Map,this._mapHead=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}return Object.defineProperty(t.prototype,"isDirty",{get:function(){return null!==this._additionsHead||null!==this._changesHead||null!==this._removalsHead},enumerable:!0,configurable:!0}),t.prototype.forEachItem=function(t){var e;for(e=this._mapHead;null!==e;e=e._next)t(e)},t.prototype.forEachPreviousItem=function(t){var e;for(e=this._previousMapHead;null!==e;e=e._nextPrevious)t(e)},t.prototype.forEachChangedItem=function(t){var e;for(e=this._changesHead;null!==e;e=e._nextChanged)t(e)},t.prototype.forEachAddedItem=function(t){var e;for(e=this._additionsHead;null!==e;e=e._nextAdded)t(e)},t.prototype.forEachRemovedItem=function(t){var e;for(e=this._removalsHead;null!==e;e=e._nextRemoved)t(e)},t.prototype.diff=function(t){if(t){if(!(t instanceof Map||n.i(r.e)(t)))throw new Error("Error trying to diff '"+t+"'")}else t=new Map;return this.check(t)?this:null},t.prototype.onDestroy=function(){},t.prototype.check=function(t){var e=this;this._reset();var n=this._records,r=this._mapHead,i=null,o=null,a=!1;return this._forEach(t,function(t,c){var u;r&&c===r.key?(u=r,e._maybeAddToChanges(u,t)):(a=!0,null!==r&&(e._removeFromSeq(i,r),e._addToRemovals(r)),n.has(c)?(u=n.get(c),e._maybeAddToChanges(u,t)):(u=new s(c),n.set(c,u),u.currentValue=t,e._addToAdditions(u))),a&&(e._isInRemovals(u)&&e._removeFromRemovals(u),null==o?e._mapHead=u:o._next=u),i=r,o=u,r=r&&r._next}),this._truncate(i,r),this.isDirty},t.prototype._reset=function(){if(this.isDirty){var t=void 0;for(t=this._previousMapHead=this._mapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=this._removalsTail=null}},t.prototype._truncate=function(t,e){for(;null!==e;){null===t?this._mapHead=null:t._next=null;var n=e._next;this._addToRemovals(e),t=e,e=n}for(var r=this._removalsHead;null!==r;r=r._nextRemoved)r.previousValue=r.currentValue,r.currentValue=null,this._records.delete(r.key)},t.prototype._maybeAddToChanges=function(t,e){n.i(r.i)(e,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=e,this._addToChanges(t))},t.prototype._isInRemovals=function(t){return t===this._removalsHead||null!==t._nextRemoved||null!==t._prevRemoved},t.prototype._addToRemovals=function(t){null===this._removalsHead?this._removalsHead=this._removalsTail=t:(this._removalsTail._nextRemoved=t,t._prevRemoved=this._removalsTail,this._removalsTail=t)},t.prototype._removeFromSeq=function(t,e){var n=e._next;null===t?this._mapHead=n:t._next=n,e._next=null},t.prototype._removeFromRemovals=function(t){var e=t._prevRemoved,n=t._nextRemoved;null===e?this._removalsHead=n:e._nextRemoved=n,null===n?this._removalsTail=e:n._prevRemoved=e,t._prevRemoved=t._nextRemoved=null},t.prototype._addToAdditions=function(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)},t.prototype._addToChanges=function(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)},t.prototype.toString=function(){var t,e=[],i=[],o=[],s=[],a=[];for(t=this._mapHead;null!==t;t=t._next)e.push(n.i(r.b)(t));for(t=this._previousMapHead;null!==t;t=t._nextPrevious)i.push(n.i(r.b)(t));for(t=this._changesHead;null!==t;t=t._nextChanged)o.push(n.i(r.b)(t));for(t=this._additionsHead;null!==t;t=t._nextAdded)s.push(n.i(r.b)(t));for(t=this._removalsHead;null!==t;t=t._nextRemoved)a.push(n.i(r.b)(t));return"map: "+e.join(", ")+"\nprevious: "+i.join(", ")+"\nadditions: "+s.join(", ")+"\nchanges: "+o.join(", ")+"\nremovals: "+a.join(", ")+"\n"},t.prototype._forEach=function(t,e){t instanceof Map?t.forEach(e):Object.keys(t).forEach(function(n){return e(t[n],n)})},t}(),s=function(){function t(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._nextAdded=null,this._nextRemoved=null,this._prevRemoved=null,this._nextChanged=null}return t.prototype.toString=function(){return n.i(r.i)(this.previousValue,this.currentValue)?n.i(r.b)(this.key):n.i(r.b)(this.key)+"["+n.i(r.b)(this.previousValue)+"->"+n.i(r.b)(this.currentValue)+"]"},t}()},function(t,e,n){"use strict";function r(t){return t.map(function(t){return t.nativeElement})}function i(t,e,n){t.childNodes.forEach(function(t){t instanceof f&&(e(t)&&n.push(t),i(t,e,n))})}function o(t,e,n){t instanceof f&&t.childNodes.forEach(function(t){e(t)&&n.push(t),t instanceof f&&o(t,e,n)})}function s(t){return _.get(t)}function a(t){_.set(t.nativeNode,t)}function c(t){_.delete(t.nativeNode)}var u=(n(67),n(6));n.d(e,"f",function(){return h}),n.d(e,"d",function(){return p}),n.d(e,"a",function(){return f}),e.g=r,e.c=s,e.b=a,e.e=c;var l=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},h=function(){function t(t,e){this.name=t,this.callback=e}return t}(),p=function(){function t(t,e,r){this._debugInfo=r,this.nativeNode=t,n.i(u.d)(e)&&e instanceof f?e.addChild(this):this.parent=null,this.listeners=[]}return Object.defineProperty(t.prototype,"injector",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.injector:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentInstance",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.component:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.context:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.references:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.providerTokens:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"source",{get:function(){return n.i(u.d)(this._debugInfo)?this._debugInfo.source:null},enumerable:!0,configurable:!0}),t}(),f=function(t){function e(e,n,r){t.call(this,e,n,r),this.properties={},this.attributes={},this.classes={},this.styles={},this.childNodes=[],this.nativeElement=e}return l(e,t),e.prototype.addChild=function(t){n.i(u.d)(t)&&(this.childNodes.push(t),t.parent=this)},e.prototype.removeChild=function(t){var e=this.childNodes.indexOf(t);e!==-1&&(t.parent=null,this.childNodes.splice(e,1))},e.prototype.insertChildrenAfter=function(t,e){var r=this.childNodes.indexOf(t);if(r!==-1){var i=this.childNodes.slice(0,r+1),o=this.childNodes.slice(r+1);this.childNodes=i.concat(e,o);for(var s=0;s0?e[0]:null},e.prototype.queryAll=function(t){var e=[];return i(this,t,e),e},e.prototype.queryAllNodes=function(t){var e=[];return o(this,t,e),e},Object.defineProperty(e.prototype,"children",{get:function(){var t=[];return this.childNodes.forEach(function(n){n instanceof e&&t.push(n)}),t},enumerable:!0,configurable:!0}),e.prototype.triggerEventHandler=function(t,e){this.listeners.forEach(function(n){n.name==t&&n.callback(e)})},e}(p),_=new Map},function(t,e,n){"use strict";function r(t){for(var e=[],n=0;n-1)return e.push(t[n]),e;e.push(t[n])}return e}function i(t){if(t.length>1){var e=r(t.slice().reverse()),i=e.map(function(t){return n.i(s.b)(t.token)});return" ("+i.join(" -> ")+")"}return""}var o=n(50),s=n(6);n.d(e,"f",function(){return c}),n.d(e,"h",function(){return u}),n.d(e,"e",function(){return l}),n.d(e,"g",function(){return h}),n.d(e,"b",function(){return p}),n.d(e,"c",function(){return f}),n.d(e,"d",function(){return _}),n.d(e,"a",function(){return d});var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=function(t){function e(e,n,r){t.call(this,"DI Error"),this.keys=[n],this.injectors=[e],this.constructResolvingMessage=r,this.message=this.constructResolvingMessage(this.keys)}return a(e,t),e.prototype.addKey=function(t,e){this.injectors.push(t),this.keys.push(e),this.message=this.constructResolvingMessage(this.keys)},e}(o.b),u=function(t){function e(e,r){t.call(this,e,r,function(t){var e=n.i(s.b)(t[0].token);return"No provider for "+e+"!"+i(t)})}return a(e,t),e}(c),l=function(t){function e(e,n){t.call(this,e,n,function(t){return"Cannot instantiate cyclic dependency!"+i(t)})}return a(e,t),e}(c),h=function(t){function e(e,n,r,i){t.call(this,"DI Error",n),this.keys=[i],this.injectors=[e]}return a(e,t),e.prototype.addKey=function(t,e){this.injectors.push(t),this.keys.push(e)},Object.defineProperty(e.prototype,"message",{get:function(){var t=n.i(s.b)(this.keys[0].token);return this.originalError.message+": Error during instantiation of "+t+"!"+i(this.keys)+"."},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"causeKey",{get:function(){return this.keys[0]},enumerable:!0,configurable:!0}),e}(o.c),p=function(t){function e(e){t.call(this,"Invalid provider - only instances of Provider and Type are allowed, got: "+e)}return a(e,t),e}(o.b),f=function(t){function e(n,r){t.call(this,e._genMessage(n,r))}return a(e,t),e._genMessage=function(t,e){for(var r=[],i=0,o=e.length;i=0;t--)this.remove(t)},t}()},function(t,e,n){"use strict";var r=n(278),i=n(147),o=n(50);n.d(e,"c",function(){return a}),n.d(e,"b",function(){return c}),n.d(e,"a",function(){return u});var s=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},a=function(){function t(){}return Object.defineProperty(t.prototype,"destroyed",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),t}(),c=function(t){function e(){t.apply(this,arguments)}return s(e,t),Object.defineProperty(e.prototype,"context",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"rootNodes",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),e}(a),u=function(){function t(t){this._view=t,this._view=t,this._originalMode=this._view.cdMode}return Object.defineProperty(t.prototype,"internalView",{get:function(){return this._view},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rootNodes",{get:function(){return this._view.flatRootNodes},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"destroyed",{get:function(){return this._view.destroyed},enumerable:!0,configurable:!0}),t.prototype.markForCheck=function(){this._view.markPathToRootAsCheckOnce()},t.prototype.detach=function(){this._view.cdMode=i.b.Detached},t.prototype.detectChanges=function(){this._view.detectChanges(!1),n.i(r.a)()},t.prototype.checkNoChanges=function(){this._view.detectChanges(!0)},t.prototype.reattach=function(){this._view.cdMode=this._originalMode,this.markForCheck()},t.prototype.onDestroy=function(t){this._view.disposables.push(t)},t.prototype.destroy=function(){this._view.destroy()},t}()},function(t,e,n){"use strict";var r=n(429),i=n(430),o=n(297),s=n(431),a=n(16);n.d(e,"b",function(){return r.a}),n.d(e,"c",function(){return r.b}),n.d(e,"d",function(){return r.c}),n.d(e,"e",function(){return r.d}),n.d(e,"f",function(){return r.e}),n.d(e,"g",function(){return r.f}),n.d(e,"h",function(){return r.g}),n.d(e,"i",function(){return i.a}),n.d(e,"j",function(){return i.b}),n.d(e,"k",function(){return i.c}),n.d(e,"l",function(){return i.d}),n.d(e,"m",function(){return i.e}),n.d(e,"n",function(){return i.f}),n.d(e,"o",function(){return i.g}),n.d(e,"p",function(){return o.c}),n.d(e,"q",function(){return o.d}),n.d(e,"r",function(){return o.e}),n.d(e,"s",function(){return o.f}),n.d(e,"t",function(){return o.g}),n.d(e,"u",function(){return o.h}),n.d(e,"v",function(){return o.i}),n.d(e,"w",function(){return o.j}),n.d(e,"x",function(){return s.b}),n.d(e,"y",function(){return s.c}),n.d(e,"a",function(){return s.a}),n.d(e,"z",function(){return a.ViewEncapsulation})},function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i}),n.d(e,"h",function(){return o}),n.d(e,"j",function(){return s}),n.d(e,"g",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u}),n.d(e,"i",function(){return l}),n.d(e,"f",function(){return h}),n.d(e,"e",function(){return p});var r;!function(t){t[t.OnInit=0]="OnInit",t[t.OnDestroy=1]="OnDestroy",t[t.DoCheck=2]="DoCheck",t[t.OnChanges=3]="OnChanges",t[t.AfterContentInit=4]="AfterContentInit",t[t.AfterContentChecked=5]="AfterContentChecked",t[t.AfterViewInit=6]="AfterViewInit",t[t.AfterViewChecked=7]="AfterViewChecked"}(r||(r={}));var i=[r.OnInit,r.OnDestroy,r.DoCheck,r.OnChanges,r.AfterContentInit,r.AfterContentChecked,r.AfterViewInit,r.AfterViewChecked],o=function(){function t(){}return t}(),s=function(){function t(){}return t}(),a=function(){function t(){}return t}(),c=function(){function t(){}return t}(),u=function(){function t(){}return t}(),l=function(){function t(){}return t}(),h=function(){function t(){}return t}(),p=function(){function t(){}return t}()},function(t,e,n){"use strict";function r(t){return t?t.map(function(t){var e=t.type,n=e.annotationCls,r=t.args?t.args:[];return new(n.bind.apply(n,[void 0].concat(r)))}):[]}var i=n(6),o=n(206);n.d(e,"a",function(){return s});var s=function(){function t(t){this._reflect=t||i.a.Reflect}return t.prototype.isReflectionEnabled=function(){return!0},t.prototype.factory=function(t){return function(){for(var e=[],n=0;n0},e.prototype.tagName=function(t){return t.tagName},e.prototype.attributeMap=function(t){for(var e=new Map,n=t.attributes,r=0;r-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;nr&&(n=o,r=s)}}return n},t.flatten=function(t){var e=[];return r(t,e),e},t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"b",function(){return i}),n.d(e,"a",function(){return o});var i=(r.__core_private__.RenderDebugInfo,r.__core_private__.ReflectionCapabilities,r.__core_private__.DebugDomRootRenderer),o=(r.__core_private__.reflector,r.__core_private__.NoOpAnimationPlayer);r.__core_private__.AnimationPlayer,r.__core_private__.AnimationSequencePlayer,r.__core_private__.AnimationGroupPlayer,r.__core_private__.AnimationKeyframe,r.__core_private__.AnimationStyles,r.__core_private__.prepareFinalAnimationStyles,r.__core_private__.balanceAnimationKeyframes,r.__core_private__.clearStyles,r.__core_private__.collectAndResolveStyles},function(t,e,n){"use strict";function r(t,e,n){return null===Y&&(Y=t.createRenderComponentType("",0,v.ViewEncapsulation.None,[],{})),new Z(t,e,n)}function i(t,e,n){return null===J&&(J=t.createRenderComponentType("",0,v.ViewEncapsulation.Emulated,G,{})),new K(t,e,n)}function o(t,e,n){return new X(t,e,n)}function s(t,e,n){return new Q(t,e,n)}function a(t,e,n){return new tt(t,e,n)}function c(t,e,n){return new et(t,e,n)}var u=n(219),l=n(9),h=n(8),p=n(20),f=n(13),_=n(12),d=n(21),g=n(35),m=n(77),y=n(28),v=n(16),b=n(15),w=n(459),x=n(40),C=n(81),E=n(24),I=n(55),S=n(32),T=n(463),k=n(469),O=n(107),A=n(482),P=n(467),R=n(471),N=n(34),M=n(60),j=n(68),D=n(105),L=n(221),V=n(223),F=n(75),B=n(230),U=n(222),z=n(224),H=n(38),q=n(57),W=n(46),$=function(){function t(t,e,n,r,i){this.changed=!1,this.context=new u.Method(t,e,n,r,i),this._expr_0=l.UNINITIALIZED,this._expr_1=l.UNINITIALIZED,this._expr_2=l.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||h.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_tag=function(t,e,n){(n||h.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.tag=t,this._expr_1=t)},t.prototype.check_posInfo=function(t,e,n){(n||h.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.posInfo=t,this._expr_2=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Method=$;var Y=null,Z=function(t){function e(n,r,i){t.call(this,e,Y,_.ViewType.HOST,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.selectOrCreateRenderHostElement(this.renderer,"method",h.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new f.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Method_0_4=new $(this.parentInjector.get(d.SpecManager),this.parentInjector.get(g.OptionsService),e.ref,this.parentInjector.get(m.AppStateService),new y.ElementRef(this._el_0)),this._appEl_0.initComponent(this._Method_0_4.context,[],e),e.create(this._Method_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===u.Method&&0===e?this._Method_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Method_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._Method_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.MethodNgFactory=new b.ComponentFactory("method",r,u.Method);var G=[w.styles],J=null,K=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.COMPONENT,n,r,i,l.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new f.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new E.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new x.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new C.MarkedPipe(this.parentInjector.get(I.DomSanitizer)),this.init([],[this._anchor_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&0===e?this._TemplateRef_0_5:t===S.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.method;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.viewFactory_Method0=i;var X=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_68=l.UNINITIALIZED,this._expr_69=l.UNINITIALIZED,this._expr_70=l.UNINITIALIZED,this._expr_71=l.UNINITIALIZED,this._expr_72=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","method"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=h.createRenderElement(this.renderer,this._el_0,"div",new h.InlineArray2(2,"class","method-content"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=h.createRenderElement(this.renderer,this._el_2,"h2",new h.InlineArray2(2,"class","method-header sharable-header"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=h.createRenderElement(this.renderer,this._el_4,"a",new h.InlineArray2(2,"class","share-link"),null),this._text_7=this.renderer.createText(this._el_4,"",null),this._text_8=this.renderer.createText(this._el_2,"\n ",null),this._anchor_9=this.renderer.createTemplateAnchor(this._el_2,null),this._appEl_9=new f.AppElement(9,2,this,this._anchor_9),this._TemplateRef_9_5=new E.TemplateRef_(this._appEl_9,s),this._NgIf_9_6=new x.Wrapper_NgIf(this._appEl_9.vcRef,this._TemplateRef_9_5),this._text_10=this.renderer.createText(this._el_2,"\n ",null),this._anchor_11=this.renderer.createTemplateAnchor(this._el_2,null),this._appEl_11=new f.AppElement(11,2,this,this._anchor_11),this._TemplateRef_11_5=new E.TemplateRef_(this._appEl_11,c),this._NgIf_11_6=new x.Wrapper_NgIf(this._appEl_11.vcRef,this._TemplateRef_11_5),this._text_12=this.renderer.createText(this._el_2,"\n ",null),this._el_13=h.createRenderElement(this.renderer,this._el_2,"params-list",h.EMPTY_INLINE_ARRAY,null),this._appEl_13=new f.AppElement(13,2,this,this._el_13);var e=T.viewFactory_ParamsList0(this.viewUtils,this.injector(13),this._appEl_13);this._ParamsList_13_4=new T.Wrapper_ParamsList(this.parentInjector.get(d.SpecManager)),this._appEl_13.initComponent(this._ParamsList_13_4.context,[],e),this._text_14=this.renderer.createText(null," ",null),e.create(this._ParamsList_13_4.context,[],null),this._text_15=this.renderer.createText(this._el_2,"\n ",null),this._el_16=h.createRenderElement(this.renderer,this._el_2,"responses-list",h.EMPTY_INLINE_ARRAY,null),this._appEl_16=new f.AppElement(16,2,this,this._el_16);var n=k.viewFactory_ResponsesList0(this.viewUtils,this.injector(16),this._appEl_16);this._ResponsesList_16_4=new k.Wrapper_ResponsesList(this.parentInjector.get(d.SpecManager),this.parentInjector.get(g.OptionsService)),this._appEl_16.initComponent(this._ResponsesList_16_4.context,[],n),this._text_17=this.renderer.createText(null," ",null),n.create(this._ResponsesList_16_4.context,[],null),this._text_18=this.renderer.createText(this._el_2,"\n ",null),this._text_19=this.renderer.createText(this._el_0,"\n ",null),this._el_20=h.createRenderElement(this.renderer,this._el_0,"div",new h.InlineArray2(2,"class","method-samples"),null),this._text_21=this.renderer.createText(this._el_20,"\n ",null),this._el_22=h.createRenderElement(this.renderer,this._el_20,"h4",new h.InlineArray2(2,"class","method-params-subheader"),null),this._text_23=this.renderer.createText(this._el_22,"Definition",null),this._text_24=this.renderer.createText(this._el_20,"\n\n ",null),this._el_25=h.createRenderElement(this.renderer,this._el_20,"div",new h.InlineArray2(2,"class","method-endpoint"),null),this._text_26=this.renderer.createText(this._el_25,"\n ",null),this._el_27=h.createRenderElement(this.renderer,this._el_25,"h5",new h.InlineArray2(2,"class","http-method"),null), -this._NgClass_27_3=new O.Wrapper_NgClass(this.parentInjector.get(N.IterableDiffers),this.parentInjector.get(M.KeyValueDiffers),new y.ElementRef(this._el_27),this.renderer),this._text_28=this.renderer.createText(this._el_27,"",null),this._text_29=this.renderer.createText(this._el_25,"\n ",null),this._el_30=h.createRenderElement(this.renderer,this._el_25,"span",new h.InlineArray2(2,"select-on-click",""),null),this._SelectOnClick_30_3=new A.Wrapper_SelectOnClick(new y.ElementRef(this._el_30)),this._el_31=h.createRenderElement(this.renderer,this._el_30,"span",new h.InlineArray2(2,"class","method-api-url"),null),this._text_32=this.renderer.createText(this._el_31,"",null),this._el_33=h.createRenderElement(this.renderer,this._el_30,"span",new h.InlineArray2(2,"class","method-api-url-path"),null),this._text_34=this.renderer.createText(this._el_33,"",null),this._text_35=this.renderer.createText(this._el_25,"\n ",null),this._text_36=this.renderer.createText(this._el_20,"\n\n ",null),this._el_37=h.createRenderElement(this.renderer,this._el_20,"div",h.EMPTY_INLINE_ARRAY,null),this._text_38=this.renderer.createText(this._el_37,"\n ",null),this._el_39=h.createRenderElement(this.renderer,this._el_37,"request-samples",h.EMPTY_INLINE_ARRAY,null),this._appEl_39=new f.AppElement(39,37,this,this._el_39);var r=P.viewFactory_RequestSamples0(this.viewUtils,this.injector(39),this._appEl_39);this._RequestSamples_39_4=new P.Wrapper_RequestSamples(this.parentInjector.get(d.SpecManager),this.parentInjector.get(m.AppStateService),this.parentInjector.get(j.ScrollService),new y.ElementRef(this._el_39),this.parentInjector.get(D.NgZone)),this._appEl_39.initComponent(this._RequestSamples_39_4.context,[],r),this._text_40=this.renderer.createText(null,"\n ",null),r.create(this._RequestSamples_39_4.context,[],null),this._text_41=this.renderer.createText(this._el_37,"\n ",null),this._text_42=this.renderer.createText(this._el_20,"\n ",null),this._el_43=h.createRenderElement(this.renderer,this._el_20,"div",h.EMPTY_INLINE_ARRAY,null),this._text_44=this.renderer.createText(this._el_43,"\n ",null),this._el_45=h.createRenderElement(this.renderer,this._el_43,"br",h.EMPTY_INLINE_ARRAY,null),this._text_46=this.renderer.createText(this._el_43,"\n ",null),this._el_47=h.createRenderElement(this.renderer,this._el_43,"responses-samples",h.EMPTY_INLINE_ARRAY,null),this._appEl_47=new f.AppElement(47,43,this,this._el_47);var i=R.viewFactory_ResponsesSamples0(this.viewUtils,this.injector(47),this._appEl_47);this._ResponsesSamples_47_4=new R.Wrapper_ResponsesSamples(this.parentInjector.get(d.SpecManager)),this._appEl_47.initComponent(this._ResponsesSamples_47_4.context,[],i),this._text_48=this.renderer.createText(null," ",null),i.create(this._ResponsesSamples_47_4.context,[],null),this._text_49=this.renderer.createText(this._el_43,"\n ",null),this._text_50=this.renderer.createText(this._el_20,"\n ",null),this._text_51=this.renderer.createText(this._el_0,"\n",null);var o=this.renderer.listen(this._el_30,"click",this.eventHandler(this._handle_click_30_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._text_8,this._anchor_9,this._text_10,this._anchor_11,this._text_12,this._el_13,this._text_14,this._text_15,this._el_16,this._text_17,this._text_18,this._text_19,this._el_20,this._text_21,this._el_22,this._text_23,this._text_24,this._el_25,this._text_26,this._el_27,this._text_28,this._text_29,this._el_30,this._el_31,this._text_32,this._el_33,this._text_34,this._text_35,this._text_36,this._el_37,this._text_38,this._el_39,this._text_40,this._text_41,this._text_42,this._el_43,this._text_44,this._el_45,this._text_46,this._el_47,this._text_48,this._text_49,this._text_50,this._text_51],[o],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&9===e?this._TemplateRef_9_5:t===S.NgIf&&9===e?this._NgIf_9_6.context:t===E.TemplateRef&&11===e?this._TemplateRef_11_5:t===S.NgIf&&11===e?this._NgIf_11_6.context:t===L.ParamsList&&13<=e&&e<=14?this._ParamsList_13_4.context:t===V.ResponsesList&&16<=e&&e<=17?this._ResponsesList_16_4.context:t===F.NgClass&&27<=e&&e<=28?this._NgClass_27_3.context:t===B.SelectOnClick&&30<=e&&e<=34?this._SelectOnClick_30_3.context:t===U.RequestSamples&&39<=e&&e<=40?this._RequestSamples_39_4.context:t===z.ResponsesSamples&&47<=e&&e<=48?this._ResponsesSamples_47_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.method.info.tags.length;this._NgIf_9_6.check_ngIf(e,t,!1),this._NgIf_9_6.detectChangesInInputProps(this,this._anchor_9,t);var n=this.parent.context.method.info.description;this._NgIf_11_6.check_ngIf(n,t,!1),this._NgIf_11_6.detectChangesInInputProps(this,this._anchor_11,t);var r=h.interpolate(1,"",this.parent.context.pointer,"/parameters");this._ParamsList_13_4.check_pointer(r,t,!1),this._ParamsList_13_4.detectChangesInInputProps(this,this._el_13,t)&&this._appEl_13.componentView.markAsCheckOnce();var i=h.interpolate(1,"",this.parent.context.pointer,"/responses");this._ResponsesList_16_4.check_pointer(i,t,!1),this._ResponsesList_16_4.detectChangesInInputProps(this,this._el_16,t)&&this._appEl_16.componentView.markAsCheckOnce();var o="http-method";this._NgClass_27_3.check_klass(o,t,!1);var s=this.parent.context.method.httpMethod;this._NgClass_27_3.check_ngClass(s,t,!1),this._NgClass_27_3.detectChangesInInputProps(this,this._el_27,t),this._SelectOnClick_30_3.detectChangesInInputProps(this,this._el_30,t);var a=this.parent.context.pointer;this._RequestSamples_39_4.check_pointer(a,t,!1);var c=null==this.parent.context.method.bodyParam?null:this.parent.context.method.bodyParam._pointer;this._RequestSamples_39_4.check_schemaPointer(c,t,!1),this._RequestSamples_39_4.detectChangesInInputProps(this,this._el_39,t)&&this._appEl_39.componentView.markAsCheckOnce();var u=h.interpolate(1,"",this.parent.context.pointer,"/responses");this._ResponsesSamples_47_4.check_pointer(u,t,!1),this._ResponsesSamples_47_4.detectChangesInInputProps(this,this._el_47,t)&&this._appEl_47.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t);var l=h.interpolate(1,"#",this.parent.context.method.anchor,"");h.checkBinding(t,this._expr_68,l)&&(this.renderer.setElementProperty(this._el_6,"href",this.viewUtils.sanitizer.sanitize(H.SecurityContext.URL,l)),this._expr_68=l);var p=h.interpolate(1,"",this.parent.context.method.summary,"\n ");h.checkBinding(t,this._expr_69,p)&&(this.renderer.setText(this._text_7,p),this._expr_69=p),this._ParamsList_13_4.detectChangesInHostProps(this,this._el_13,t),this._ResponsesList_16_4.detectChangesInHostProps(this,this._el_16,t),this._NgClass_27_3.detectChangesInHostProps(this,this._el_27,t);var f=h.interpolate(1,"",this.parent.context.method.httpMethod,"");h.checkBinding(t,this._expr_70,f)&&(this.renderer.setText(this._text_28,f),this._expr_70=f),this._SelectOnClick_30_3.detectChangesInHostProps(this,this._el_30,t);var _=h.interpolate(1,"",this.parent.context.method.apiUrl,"");h.checkBinding(t,this._expr_71,_)&&(this.renderer.setText(this._text_32,_),this._expr_71=_);var d=h.interpolate(1,"",this.parent.context.method.path,"");h.checkBinding(t,this._expr_72,d)&&(this.renderer.setText(this._text_34,d),this._expr_72=d),this._RequestSamples_39_4.detectChangesInHostProps(this,this._el_39,t),this._ResponsesSamples_47_4.detectChangesInHostProps(this,this._el_47,t),this.detectViewChildrenChanges(t)},e.prototype._handle_click_30_0=function(t){this.markPathToRootAsCheckOnce();var e=this._SelectOnClick_30_3.context.onClick()!==!1;return e},e}(p.AppView),Q=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","method-tags"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new E.TemplateRef_(this._appEl_2,a),this._NgFor_2_6=new q.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parentInjector.get(N.IterableDiffers),this.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&2===e?this._TemplateRef_2_5:t===W.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.parent.context.method.info.tags;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView),tt=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_2=l.UNINITIALIZED,this._expr_3=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"a",h.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=h.interpolate(1,"#tag/",this.context.$implicit,"");h.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementAttribute(this._el_0,"href",null==this.viewUtils.sanitizer.sanitize(H.SecurityContext.URL,e)?null:this.viewUtils.sanitizer.sanitize(H.SecurityContext.URL,e).toString()),this._expr_2=e);var n=h.interpolate(1," ",this.context.$implicit," ");h.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n),this.detectViewChildrenChanges(t)},e}(p.AppView),et=function(t){function e(n,r,i){t.call(this,e,J,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_2=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"p",new h.InlineArray2(2,"class","method-description"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_0_0=h.pureProxy1(this.parent.parent._pipe_marked_0.transform.bind(this.parent.parent._pipe_marked_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new l.ValueUnwrapper;this.detectContentChildrenChanges(t),e.reset();var n=e.unwrap(h.castByValue(this._pipe_marked_0_0,this.parent.parent._pipe_marked_0.transform)(this.parent.parent.context.method.info.description));(e.hasWrappedValue||h.checkBinding(t,this._expr_2,n))&&(this.renderer.setElementProperty(this._el_0,"innerHTML",this.viewUtils.sanitizer.sanitize(H.SecurityContext.HTML,n)),this._expr_2=n),this.detectViewChildrenChanges(t)},e}(p.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(106),o=n(39),s=n(1062),a=n(21),c=n(56),u=n(78),l=function(t){function e(n,r,o,a,u,l,h){t.call(this,n),this.changeDetector=a,this.appState=u,this.lazyTasksService=l,this.hash=h,this.specLoading=!1,this.specLoadingRemove=!1,c.SchemaHelper.setSpecManager(n),r.options=e._preOptions||{},this.element=o.nativeElement,r.parseOptions(this.element);var p=s(this.element);p===i.BrowserDomAdapter.defaultDoc().body&&(p=window),r.options.$scrollParent=p,this.options=r.options,this.lazyTasksService.allSync=!this.options.lazyRendering}return __extends(e,t),e.prototype.hideLoadingAnimation=function(){var t=this;requestAnimationFrame(function(){t.specLoadingRemove=!0,setTimeout(function(){t.specLoadingRemove=!1,t.specLoading=!1},400)})},e.prototype.showLoadingAnimation=function(){this.specLoading=!0,this.specLoadingRemove=!1},e.prototype.load=function(){var t=this;this.specMgr.load(this.options.specUrl).catch(function(t){throw t}),this.appState.loading.subscribe(function(e){e?t.showLoadingAnimation():t.hideLoadingAnimation()}),this.specMgr.spec.subscribe(function(e){e?(t.changeDetector.markForCheck(),t.changeDetector.detectChanges(),t.specLoaded=!0,setTimeout(function(){t.hash.start()})):t.appState.startLoading()})},e.prototype.ngOnInit=function(){var t=this;this.lazyTasksService.loadProgress.subscribe(function(e){return t.loadingProgress=e}),this.appState.error.subscribe(function(e){e&&(t.specLoading&&(t.specLoaded=!0,t.hideLoadingAnimation()),t.error=e,t.changeDetector.markForCheck(),setTimeout(function(){t.changeDetector.detectChanges()}))}),this.specUrl&&(this.options.specUrl=this.specUrl),this.load()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"specUrl",void 0),__decorate([r.HostBinding("class.loading"),__metadata("design:type",Boolean)],e.prototype,"specLoading",void 0),__decorate([r.HostBinding("class.loading-remove"),__metadata("design:type",Boolean)],e.prototype,"specLoadingRemove",void 0),e=__decorate([r.Component({selector:"redoc",templateUrl:"./redoc.html",styleUrls:["./redoc.css"]}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof a.SpecManager&&a.SpecManager)&&n||Object,"function"==typeof(o="undefined"!=typeof c.OptionsService&&c.OptionsService)&&o||Object,"function"==typeof(l="undefined"!=typeof r.ElementRef&&r.ElementRef)&&l||Object,"function"==typeof(h="undefined"!=typeof r.ChangeDetectorRef&&r.ChangeDetectorRef)&&h||Object,"function"==typeof(p="undefined"!=typeof c.AppStateService&&c.AppStateService)&&p||Object,"function"==typeof(f="undefined"!=typeof u.LazyTasksService&&u.LazyTasksService)&&f||Object,"function"==typeof(_="undefined"!=typeof c.Hash&&c.Hash)&&_||Object])],e);var n,o,l,h,p,f,_}(o.BaseComponent);e.Redoc=l},function(t,e,n){"use strict";function r(t,e,n){return null===k&&(k=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new O(t,e,n)}function i(t,e,n){return null===P&&(P=t.createRenderComponentType("",0,g.ViewEncapsulation.Emulated,A,{})),new R(t,e,n)}function o(t,e,n){return new N(t,e,n)}function s(t,e,n){return new M(t,e,n)}function a(t,e,n){return new j(t,e,n)}var c=n(159),u=n(9),l=n(8),h=n(20),p=n(13),f=n(12),_=n(21),d=n(28),g=n(16),m=n(15),y=n(472),v=n(40),b=n(312),w=n(317),x=n(24),C=n(55),E=n(32),I=n(164),S=n(38),T=function(){function t(t,e){this.changed=!1,this.context=new c.SchemaSample(t,e),this._expr_0=u.UNINITIALIZED,this._expr_1=u.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_skipReadOnly=function(t,e,n){(n||l.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.skipReadOnly=t,this._expr_1=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_SchemaSample=T;var k=null,O=function(t){function e(n,r,i){t.call(this,e,k,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"schema-sample",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._SchemaSample_0_4=new T(this.parentInjector.get(_.SpecManager),new d.ElementRef(this._el_0)),this._appEl_0.initComponent(this._SchemaSample_0_4.context,[],e),e.create(this._SchemaSample_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.SchemaSample&&0===e?this._SchemaSample_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._SchemaSample_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._SchemaSample_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.SchemaSampleNgFactory=new m.ComponentFactory("schema-sample",r,c.SchemaSample);var A=[y.styles],P=null,R=function(t){function e(n,r,i){t.call(this,e,P,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckOnce),this._expr_37=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);this._el_0=l.createRenderElement(this.renderer,e,"div",new l.InlineArray2(2,"class","snippet"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._text_2=this.renderer.createText(this._el_0,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_3=new p.AppElement(3,0,this,this._anchor_3),this._TemplateRef_3_5=new x.TemplateRef_(this._appEl_3,o),this._NgIf_3_6=new v.Wrapper_NgIf(this._appEl_3.vcRef,this._TemplateRef_3_5),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray2(2,"class","action-buttons"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=l.createRenderElement(this.renderer,this._el_5,"span",new l.InlineArray4(4,"class","hint--top-left hint--inversed","copy-button",""),null),this._CopyButton_7_3=new b.Wrapper_CopyButton(this.renderer,new d.ElementRef(this._el_7)),this._text_8=this.renderer.createText(this._el_7," ",null),this._el_9=l.createRenderElement(this.renderer,this._el_7,"a",l.EMPTY_INLINE_ARRAY,null),this._text_10=this.renderer.createText(this._el_9,"Copy",null),this._text_11=this.renderer.createText(this._el_7," ",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._el_13=l.createRenderElement(this.renderer,this._el_5,"span",l.EMPTY_INLINE_ARRAY,null),this._text_14=this.renderer.createText(this._el_13," ",null),this._anchor_15=this.renderer.createTemplateAnchor(this._el_13,null),this._appEl_15=new p.AppElement(15,13,this,this._anchor_15),this._TemplateRef_15_5=new x.TemplateRef_(this._appEl_15,s),this._NgIf_15_6=new v.Wrapper_NgIf(this._appEl_15.vcRef,this._TemplateRef_15_5),this._text_16=this.renderer.createText(this._el_13," ",null),this._text_17=this.renderer.createText(this._el_5,"\n ",null),this._el_18=l.createRenderElement(this.renderer,this._el_5,"span",l.EMPTY_INLINE_ARRAY,null),this._text_19=this.renderer.createText(this._el_18," ",null),this._anchor_20=this.renderer.createTemplateAnchor(this._el_18,null),this._appEl_20=new p.AppElement(20,18,this,this._anchor_20),this._TemplateRef_20_5=new x.TemplateRef_(this._appEl_20,a),this._NgIf_20_6=new v.Wrapper_NgIf(this._appEl_20.vcRef,this._TemplateRef_20_5),this._text_21=this.renderer.createText(this._el_18," ",null),this._text_22=this.renderer.createText(this._el_5,"\n ",null),this._text_23=this.renderer.createText(this._el_0,"\n ",null),this._el_24=l.createRenderElement(this.renderer,this._el_0,"pre",l.EMPTY_INLINE_ARRAY,null),this._text_25=this.renderer.createText(this._el_0,"\n",null),this._text_26=this.renderer.createText(e,"\n",null);var n=this.renderer.listen(this._el_7,"click",this.eventHandler(this._handle_click_7_0.bind(this))),r=this.renderer.listen(this._el_7,"mouseleave",this.eventHandler(this._handle_mouseleave_7_1.bind(this)));return this._pipe_jsonFormatter_0=new w.JsonFormatter(this.parentInjector.get(C.DomSanitizer)),this._pipe_jsonFormatter_0_0=l.pureProxy1(this._pipe_jsonFormatter_0.transform.bind(this._pipe_jsonFormatter_0)),this.init([],[this._el_0,this._text_1,this._text_2,this._anchor_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._el_13,this._text_14,this._anchor_15,this._text_16,this._text_17,this._el_18,this._text_19,this._anchor_20,this._text_21,this._text_22,this._text_23,this._el_24,this._text_25,this._text_26],[n,r],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===x.TemplateRef&&3===e?this._TemplateRef_3_5:t===E.NgIf&&3===e?this._NgIf_3_6.context:t===I.CopyButton&&7<=e&&e<=11?this._CopyButton_7_3.context:t===x.TemplateRef&&15===e?this._TemplateRef_15_5:t===E.NgIf&&15===e?this._NgIf_15_6.context:t===x.TemplateRef&&20===e?this._TemplateRef_20_5:t===E.NgIf&&20===e?this._NgIf_20_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new u.ValueUnwrapper,n=null==this.context.sample;this._NgIf_3_6.check_ngIf(n,t,!1),this._NgIf_3_6.detectChangesInInputProps(this,this._anchor_3,t);var r=this.context.sample;this._CopyButton_7_3.check_copyText(r,t,!1),this._CopyButton_7_3.detectChangesInInputProps(this,this._el_7,t);var i=this.context.enableButtons;this._NgIf_15_6.check_ngIf(i,t,!1),this._NgIf_15_6.detectChangesInInputProps(this,this._anchor_15,t);var o=this.context.enableButtons;this._NgIf_20_6.check_ngIf(o,t,!1),this._NgIf_20_6.detectChangesInInputProps(this,this._anchor_20,t),this.detectContentChildrenChanges(t),this._CopyButton_7_3.detectChangesInHostProps(this,this._el_7,t),e.reset();var s=e.unwrap(l.castByValue(this._pipe_jsonFormatter_0_0,this._pipe_jsonFormatter_0.transform)(this.context.sample));(e.hasWrappedValue||l.checkBinding(t,this._expr_37,s))&&(this.renderer.setElementProperty(this._el_24,"innerHTML",this.viewUtils.sanitizer.sanitize(S.SecurityContext.HTML,s)),this._expr_37=s),this.detectViewChildrenChanges(t)},e.prototype._handle_click_7_0=function(t){this.markPathToRootAsCheckOnce();var e=this._CopyButton_7_3.context.onClick()!==!1;return e},e.prototype._handle_mouseleave_7_1=function(t){this.markPathToRootAsCheckOnce();var e=this._CopyButton_7_3.context.onLeave()!==!1;return e},e}(h.AppView);e.viewFactory_SchemaSample0=i;var N=function(t){function e(n,r,i){t.call(this,e,P,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=l.createRenderElement(this.renderer,null,"pre",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Sample unavailable ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(h.AppView),M=function(t){function e(n,r,i){t.call(this,e,P,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"a",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"Expand all",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1],[e],[]),null},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.expandAll()!==!1;return e},e}(h.AppView),j=function(t){function e(n,r,i){t.call(this,e,P,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"a",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"Collapse all",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1],[e],[]),null},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.collapseAll()!==!1;return e},e}(h.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(138),o=n(160);e.Redoc=o.Redoc;var s=n(316),a=n(81),c=n(319),u=n(78),l=n(56),h=n(21);e.SpecManager=h.SpecManager;var p=function(){function t(){}return t=__decorate([r.NgModule({imports:[i.CommonModule],declarations:[o.REDOC_DIRECTIVES,s.REDOC_COMMON_DIRECTIVES,a.REDOC_PIPES],bootstrap:[o.Redoc],entryComponents:[o.SecurityDefinitions,s.DynamicNg2Wrapper,o.Method],providers:[h.SpecManager,l.ScrollService,l.Hash,l.MenuService,l.WarningsService,l.OptionsService,l.AppStateService,l.ComponentParser,l.ContentProjector,u.LazyTasksService,{provide:r.ErrorHandler,useClass:c.CustomErrorHandler},{provide:l.COMPONENT_PARSER_ALLOWED,useValue:{"security-definitions":o.SecurityDefinitions}}],exports:[o.Redoc]}),__metadata("design:paramtypes",[])],t)}();e.RedocModule=p},function(t,e){"use strict";var n=document.queryCommandSupported&&document.queryCommandSupported("copy"),r=function(){function t(){}return t.isSupported=function(){return n},t.selectElement=function(t){var e,n;document.body.createTextRange?(e=document.body.createTextRange(),e.moveToElementText(t),e.select()):document.createRange&&window.getSelection&&(n=window.getSelection(),e=document.createRange(),e.selectNodeContents(t),n.removeAllRanges(),n.addRange(e))},t.deselect=function(){document.selection?document.selection.empty():window.getSelection&&window.getSelection().removeAllRanges()},t.copySelected=function(){var t;try{t=document.execCommand("copy")}catch(e){t=!1}return t},t.copyElement=function(e){t.selectElement(e);var n=t.copySelected();return n&&t.deselect(),n},t.copyCustom=function(e){var n=document.createElement("textarea");n.style.position="fixed",n.style.top="0",n.style.left="0",n.style.width="2em",n.style.height="2em",n.style.padding="0",n.style.border="none",n.style.outline="none",n.style.boxShadow="none",n.style.background="transparent",n.value=e,document.body.appendChild(n),n.select();var r=t.copySelected();return document.body.removeChild(n),r},t}();e.Clipboard=r},function(t,e,n){"use strict";var r=n(2),i=n(79),o=n(80),s=n(163),a=function(){function t(t){this._schema=t,this._dereferencer=new h(t,this)}return t.prototype.normalize=function(t,e,n){var r=this;void 0===n&&(n={});var i=!!t.$ref;if(n.resolved&&!i&&this._dereferencer.visit(e),t["x-redoc-normalized"])return t;var o=c.walk(t,e,function(t,e){var n=r._dereferencer.dereference(t,e);return n.allOf&&(n._pointer=n._pointer||e,n=Object.assign({},n),u.merge(n,n.allOf)),n});return n.resolved&&!i&&this._dereferencer.exit(e),o["x-redoc-normalized"]=!0,o},t.prototype.reset=function(){this._dereferencer.reset()},t=__decorate([r.Injectable(),__metadata("design:paramtypes",[Object])],t)}();e.SchemaNormalizer=a;var c=function(){function t(){}return t.walk=function(e,n,r){if(void 0!=e&&"object"==typeof e){if(e.properties){var o=i.JsonPointer.join(n,["properties"]);t.walkEach(e.properties,o,r)}if(e.additionalProperties){var o=i.JsonPointer.join(n,["additionalProperties"]);if(Array.isArray(e.additionalProperties))t.walkEach(e.additionalProperties,o,r);else{var s=t.walk(e.additionalProperties,o,r);s&&(e.additionalProperties=s)}}if(e.allOf){var o=i.JsonPointer.join(n,["allOf"]);t.walkEach(e.allOf,o,r)}if(e.items){var o=i.JsonPointer.join(n,["items"]);if(Array.isArray(e.items))t.walkEach(e.items,o,r);else{var s=t.walk(e.items,o,r);s&&(e.items=s)}}return r(e,n)}},t.walkEach=function(e,n,r){for(var o=0,s=Object.keys(e);o2||2===o&&!t.description)&&(s.WarningsService.warn('Other properties are defined at the same level as $ref at "#'+e+'". They are IGNORED according to the JsonSchema spec'),r.description=r.description||t.description),r=this.normalizator.normalize(r,n),this._refCouner.exit(n),r},t}()},function(t,e,n){"use strict";var r=n(164),i=n(9),o=n(8),s=function(){function t(t,e){this.changed=!1,this.context=new r.CopyButton(t,e),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED}return t.prototype.check_copyText=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.copyText=t,this._expr_0=t)},t.prototype.check_copyElement=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.copyElement=t,this._expr_1=t)},t.prototype.check_hintElement=function(t,e,n){(n||o.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.hintElement=t,this._expr_2=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_CopyButton=s},function(t,e,n){"use strict";function r(t,e,n){return null===b&&(b=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new w(t,e,n)}function i(t,e,n){return null===C&&(C=t.createRenderComponentType("",0,g.ViewEncapsulation.None,x,{})),new E(t,e,n)}function o(t,e,n){return null===I&&(I=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new S(t,e,n)}function s(t,e,n){return null===k&&(k=t.createRenderComponentType("",1,g.ViewEncapsulation.None,T,{})),new O(t,e,n)}var a=n(229),c=n(9),u=n(8),l=n(20),h=n(13),p=n(12),f=n(161),_=n(121),d=n(61),g=n(16),m=n(15),y=function(){function t(t,e,n,r,i){this.changed=!1,this.context=new a.DynamicNg2Viewer(t,e,n,r,i),this._expr_0=c.UNINITIALIZED}return t.prototype.check_html=function(t,e,n){(n||u.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.html=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_DynamicNg2Viewer=y;var v=function(){function t(){this.changed=!1,this.context=new a.DynamicNg2Wrapper}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_DynamicNg2Wrapper=v;var b=null,w=function(t){function e(n,r,i){t.call(this,e,b,p.ViewType.HOST,n,r,i,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=u.selectOrCreateRenderHostElement(this.renderer,"dynamic-ng2-viewer",u.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new h.AppElement(0,null,this,this._el_0); -var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._DynamicNg2Viewer_0_5=new y(this._appEl_0.vcRef,this.parentInjector.get(f.ContentProjector),this.parentInjector.get(_.ComponentParser),this.parentInjector.get(d.ComponentFactoryResolver),this.renderer),this._appEl_0.initComponent(this._DynamicNg2Viewer_0_5.context,[],e),e.create(this._DynamicNg2Viewer_0_5.context,this.projectableNodes,null),this.init([].concat([this._appEl_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===a.DynamicNg2Viewer&&0===e?this._DynamicNg2Viewer_0_5.context:n},e.prototype.detectChangesInternal=function(t){this._DynamicNg2Viewer_0_5.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._DynamicNg2Viewer_0_5.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(l.AppView);e.DynamicNg2ViewerNgFactory=new m.ComponentFactory("dynamic-ng2-viewer",r,a.DynamicNg2Viewer);var x=[],C=null,E=function(t){function e(n,r,i){t.call(this,e,C,p.ViewType.COMPONENT,n,r,i,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this.init([],[],[],[]),null},e}(l.AppView);e.viewFactory_DynamicNg2Viewer0=i;var I=null,S=function(t){function e(n,r,i){t.call(this,e,I,p.ViewType.HOST,n,r,i,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=u.selectOrCreateRenderHostElement(this.renderer,"dynamic-ng2-wrapper",u.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new h.AppElement(0,null,this,this._el_0);var e=s(this.viewUtils,this.injector(0),this._appEl_0);return this._DynamicNg2Wrapper_0_4=new v,this._appEl_0.initComponent(this._DynamicNg2Wrapper_0_4.context,[],e),e.create(this._DynamicNg2Wrapper_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===a.DynamicNg2Wrapper&&0===e?this._DynamicNg2Wrapper_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._DynamicNg2Wrapper_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._DynamicNg2Wrapper_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(l.AppView);e.DynamicNg2WrapperNgFactory=new m.ComponentFactory("dynamic-ng2-wrapper",o,a.DynamicNg2Wrapper);var T=[],k=null,O=function(t){function e(n,r,i){t.call(this,e,k,p.ViewType.COMPONENT,n,r,i,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this.renderer.projectNodes(e,u.flattenNestedViewRenderNodes(this.projectableNodes[0])),this.init([],[],[],[]),null},e}(l.AppView);e.viewFactory_DynamicNg2Wrapper0=s},function(t,e,n){"use strict";function r(t,e,n){return null===T&&(T=t.createRenderComponentType("",0,_.ViewEncapsulation.None,[],{})),new k(t,e,n)}function i(t,e,n){return null===A&&(A=t.createRenderComponentType("",1,_.ViewEncapsulation.Emulated,O,{})),new P(t,e,n)}function o(t,e,n){return new R(t,e,n)}function s(t,e,n){return null===N&&(N=t.createRenderComponentType("",0,_.ViewEncapsulation.None,[],{})),new M(t,e,n)}function a(t,e,n){return null===D&&(D=t.createRenderComponentType("",1,_.ViewEncapsulation.Emulated,j,{})),new L(t,e,n)}var c=n(165),u=n(9),l=n(8),h=n(20),p=n(13),f=n(12),_=n(16),d=n(15),g=n(484),m=n(57),y=n(24),v=n(34),b=n(46),w=n(107),x=n(60),C=n(28),E=n(75),I=function(){function t(t){this.changed=!1,this.context=new c.Tabs(t),this._expr_0=u.UNINITIALIZED}return t.prototype.check_selected=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.selected=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Tabs=I;var S=function(){function t(t){this.changed=!1,this.context=new c.Tab(t),this._expr_0=u.UNINITIALIZED,this._expr_1=u.UNINITIALIZED,this._expr_2=u.UNINITIALIZED}return t.prototype.check_active=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.active=t,this._expr_0=t)},t.prototype.check_tabTitle=function(t,e,n){(n||l.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.tabTitle=t,this._expr_1=t)},t.prototype.check_tabStatus=function(t,e,n){(n||l.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.tabStatus=t,this._expr_2=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Tab=S;var T=null,k=function(t){function e(n,r,i){t.call(this,e,T,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"tabs",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Tabs_0_4=new I(e.ref),this._appEl_0.initComponent(this._Tabs_0_4.context,[],e),e.create(this._Tabs_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.Tabs&&0===e?this._Tabs_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Tabs_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._Tabs_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.TabsNgFactory=new d.ComponentFactory("tabs",r,c.Tabs);var O=[g.styles],A=null,P=function(t){function e(n,r,i){t.call(this,e,A,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=l.createRenderElement(this.renderer,e,"ul",l.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_1,null),this._appEl_3=new p.AppElement(3,1,this,this._anchor_3),this._TemplateRef_3_5=new y.TemplateRef_(this._appEl_3,o),this._NgFor_3_6=new m.Wrapper_NgFor(this._appEl_3.vcRef,this._TemplateRef_3_5,this.parentInjector.get(v.IterableDiffers),this.ref),this._text_4=this.renderer.createText(this._el_1,"\n ",null),this._text_5=this.renderer.createText(e,"\n ",null),this.renderer.projectNodes(e,l.flattenNestedViewRenderNodes(this.projectableNodes[0])),this._text_6=this.renderer.createText(e,"\n ",null),this.init([],[this._text_0,this._el_1,this._text_2,this._anchor_3,this._text_4,this._text_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&3===e?this._TemplateRef_3_5:t===b.NgFor&&3===e?this._NgFor_3_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.tabs;this._NgFor_3_6.check_ngForOf(e,t,!1),this._NgFor_3_6.detectChangesInInputProps(this,this._anchor_3,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.viewFactory_Tabs0=i;var R=function(t){function e(n,r,i){t.call(this,e,A,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways),this._map_3=l.pureProxy1(function(t){return{active:t}}),this._expr_4=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"li",l.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new w.Wrapper_NgClass(this.parent.parentInjector.get(v.IterableDiffers),this.parent.parentInjector.get(x.KeyValueDiffers),new C.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1],[e],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.NgClass&&0<=e&&e<=1?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=l.interpolate(1,"tab-",this.context.$implicit.tabStatus,"");this._NgClass_0_3.check_klass(e,t,!1);var n=this._map_3(this.context.$implicit.active);this._NgClass_0_3.check_ngClass(n,t,!1),this._NgClass_0_3.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._NgClass_0_3.detectChangesInHostProps(this,this._el_0,t);var r=l.interpolate(1,"",this.context.$implicit.tabTitle,"");l.checkBinding(t,this._expr_4,r)&&(this.renderer.setText(this._text_1,r),this._expr_4=r),this.detectViewChildrenChanges(t)},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.selectTab(this.context.$implicit)!==!1;return e},e}(h.AppView),N=null,M=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"tab",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=a(this.viewUtils,this.injector(0),this._appEl_0);return this._Tab_0_4=new S(this.parentInjector.get(c.Tabs)),this._appEl_0.initComponent(this._Tab_0_4.context,[],e),e.create(this._Tab_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.Tab&&0===e?this._Tab_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Tab_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._Tab_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.TabNgFactory=new d.ComponentFactory("tab",s,c.Tab);var j=["[_nghost-%COMP%] {\n display: block;\n }\n .tab-wrap[_ngcontent-%COMP%] {\n display: none;\n }\n\n .tab-wrap.active[_ngcontent-%COMP%] {\n display: block;\n }"],D=null,L=function(t){function e(n,r,i){t.call(this,e,D,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckAlways),this._map_6=l.pureProxy1(function(t){return{active:t}})}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=l.createRenderElement(this.renderer,e,"div",new l.InlineArray2(2,"class","tab-wrap"),null),this._NgClass_1_3=new w.Wrapper_NgClass(this.parentInjector.get(v.IterableDiffers),this.parentInjector.get(x.KeyValueDiffers),new C.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this.renderer.projectNodes(this._el_1,l.flattenNestedViewRenderNodes(this.projectableNodes[0])),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._text_4=this.renderer.createText(e,"\n ",null),this.init([],[this._text_0,this._el_1,this._text_2,this._text_3,this._text_4],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.NgClass&&1<=e&&e<=3?this._NgClass_1_3.context:n},e.prototype.detectChangesInternal=function(t){var e="tab-wrap";this._NgClass_1_3.check_klass(e,t,!1);var n=this._map_6(this.context.active);this._NgClass_1_3.check_ngClass(n,t,!1),this._NgClass_1_3.detectChangesInInputProps(this,this._el_1,t),this.detectContentChildrenChanges(t),this._NgClass_1_3.detectChangesInHostProps(this,this._el_1,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.viewFactory_Tab0=a},function(t,e,n){"use strict";function r(t,e,n){return null===E&&(E=t.createRenderComponentType("",0,p.ViewEncapsulation.None,[],{})),new I(t,e,n)}function i(t,e,n){return null===T&&(T=t.createRenderComponentType("",1,p.ViewEncapsulation.Emulated,S,{})),new k(t,e,n)}function o(t,e,n){return new O(t,e,n)}var s=n(166),a=n(9),c=n(8),u=n(20),l=n(13),h=n(12),p=n(16),f=n(15),_=n(485),d=n(107),g=n(40),m=n(34),y=n(60),v=n(28),b=n(24),w=n(32),x=n(75),C=function(){function t(){this.changed=!1,this.context=new s.Zippy,this._expr_0=a.UNINITIALIZED,this._expr_1=a.UNINITIALIZED,this._expr_2=a.UNINITIALIZED,this._expr_3=a.UNINITIALIZED,this._expr_4=a.UNINITIALIZED}return t.prototype.check_type=function(t,e,n){(n||c.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.type=t,this._expr_0=t)},t.prototype.check_visible=function(t,e,n){(n||c.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.visible=t,this._expr_1=t)},t.prototype.check_empty=function(t,e,n){(n||c.checkBinding(e,this._expr_2,t))&&(this.changed=!0,this.context.empty=t,this._expr_2=t)},t.prototype.check_title=function(t,e,n){(n||c.checkBinding(e,this._expr_3,t))&&(this.changed=!0,this.context.title=t,this._expr_3=t)},t.prototype.check_headless=function(t,e,n){(n||c.checkBinding(e,this._expr_4,t))&&(this.changed=!0,this.context.headless=t,this._expr_4=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Zippy=C;var E=null,I=function(t){function e(n,r,i){t.call(this,e,E,h.ViewType.HOST,n,r,i,a.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=c.selectOrCreateRenderHostElement(this.renderer,"zippy",c.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new l.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Zippy_0_4=new C,this._appEl_0.initComponent(this._Zippy_0_4.context,[],e),e.create(this._Zippy_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===s.Zippy&&0===e?this._Zippy_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Zippy_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._Zippy_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(u.AppView);e.ZippyNgFactory=new f.ComponentFactory("zippy",r,s.Zippy);var S=[_.styles],T=null,k=function(t){function e(n,r,i){t.call(this,e,T,h.ViewType.COMPONENT,n,r,i,a.ChangeDetectorStatus.CheckAlways),this._map_13=c.pureProxy2(function(t,e){return{"zippy-empty":t,"zippy-hidden":e}})}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._el_0=c.createRenderElement(this.renderer,e,"div",c.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new d.Wrapper_NgClass(this.parentInjector.get(m.IterableDiffers),this.parentInjector.get(y.KeyValueDiffers),new v.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new l.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new b.TemplateRef_(this._appEl_2,o),this._NgIf_2_6=new g.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._el_4=c.createRenderElement(this.renderer,this._el_0,"div",new c.InlineArray2(2,"class","zippy-content"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this.renderer.projectNodes(this._el_4,c.flattenNestedViewRenderNodes(this.projectableNodes[0])),this._text_6=this.renderer.createText(this._el_4,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n",null),this._text_8=this.renderer.createText(e,"\n",null),this.init([],[this._el_0,this._text_1,this._anchor_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._text_8],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===b.TemplateRef&&2===e?this._TemplateRef_2_5:t===w.NgIf&&2===e?this._NgIf_2_6.context:t===x.NgClass&&0<=e&&e<=7?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=c.interpolate(1,"zippy zippy-",this.context.type,"");this._NgClass_0_3.check_klass(e,t,!1);var n=this._map_13(this.context.empty,!this.context.visible);this._NgClass_0_3.check_ngClass(n,t,!1),this._NgClass_0_3.detectChangesInInputProps(this,this._el_0,t);var r=!this.context.headless;this._NgIf_2_6.check_ngIf(r,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this._NgClass_0_3.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(u.AppView);e.viewFactory_Zippy0=i;var O=function(t){function e(n,r,i){t.call(this,e,T,h.ViewType.EMBEDDED,n,r,i,a.ChangeDetectorStatus.CheckAlways),this._expr_10=a.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=c.createRenderElement(this.renderer,null,"div",new c.InlineArray2(2,"class","zippy-title"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=c.createRenderElement(this.renderer,this._el_0,"span",new c.InlineArray2(2,"class","zippy-indicator"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=c.createRenderElement(this.renderer,this._el_2,":svg:svg",new c.InlineArray16(12,":xml:space","preserve","version","1.1","viewBox","0 0 24 24","x","0","xmlns","http://www.w3.org/2000/svg","y","0"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=c.createRenderElement(this.renderer,this._el_4,":svg:polygon",new c.InlineArray2(2,"points","17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "),null),this._text_7=this.renderer.createText(this._el_4,"\n ",null),this._text_8=this.renderer.createText(this._el_2,"\n ",null),this._text_9=this.renderer.createText(this._el_0,"",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9],[e],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=c.interpolate(1,"\n ",this.parent.context.title,"\n ");c.checkBinding(t,this._expr_10,e)&&(this.renderer.setText(this._text_9,e),this._expr_10=e),this.detectViewChildrenChanges(t)},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.toggle()!==!1;return e},e}(u.AppView)},function(t,e,n){"use strict";var r=n(228);e.DropDown=r.DropDown;var i=n(231);e.StickySidebar=i.StickySidebar;var o=n(165);e.Tabs=o.Tabs,e.Tab=o.Tab;var s=n(166);e.Zippy=s.Zippy;var a=n(164);e.CopyButton=a.CopyButton;var c=n(230);e.SelectOnClick=c.SelectOnClick;var u=n(229);e.DynamicNg2Viewer=u.DynamicNg2Viewer,e.DynamicNg2Wrapper=u.DynamicNg2Wrapper;var l=n(78);e.LazyFor=l.LazyFor,e.LazyTasksService=l.LazyTasksService,e.LazyTasksServiceSync=l.LazyTasksServiceSync,e.REDOC_COMMON_DIRECTIVES=[r.DropDown,i.StickySidebar,o.Tabs,o.Tab,s.Zippy,a.CopyButton,c.SelectOnClick,u.DynamicNg2Viewer,u.DynamicNg2Wrapper,l.LazyFor]},function(t,e,n){"use strict";function r(t){return void 0===t||null===t}function i(t){return void 0!=t?t.toString().replace(/&/g,"&").replace(/"/g,""").replace(//g,">"):""}function o(t,e){return''+i(t)+""}function s(t){var e=typeof t,n="";return void 0==t?n+=o("null","type-null"):t&&t.constructor===Array?(p++,n+=a(t),p--):"object"===e?(p++,n+=c(t),p--):"number"===e?n+=o(t,"type-number"):"string"===e?n+=/^(http|https):\/\/[^\\s]+$/.test(t)?o('"',"type-string")+''+i(t)+""+o('"',"type-string"):o('"'+t+'"',"type-string"):"boolean"===e&&(n+=o(t,"type-boolean")),n}function a(t){var e,n,r=p>f?"collapsed":"",i='
    [
      ',o=!1;for(e=0,n=t.length;e
      ',i+=s(t[e]),e";return i+="
    ]",o||(i="[ ]"),i}function c(t){var e,n,r,o=p>f?"collapsed":"",a=Object.keys(t),c='
    {
      ',u=!1;for(e=0,r=a.length;e
      ',c+='"'+i(n)+'": ',c+=s(t[n]),e";return c+="
    }",u||(c="{ }"),c}function u(t){p=1;var e="";return e+='
    ',e+=s(t),e+="
    "}var l=n(2),h=n(118),p=1,f=2,_=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t){return r(t)?t:this.sanitizer.bypassSecurityTrustHtml(u(t))},t=__decorate([l.Pipe({name:"jsonFormatter"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof h.DomSanitizer&&h.DomSanitizer)&&e||Object])],t);var e}();e.JsonFormatter=_},function(t,e,n){"use strict";var r=n(2),i=n(77),o=function(t){function e(e){t.call(this,!0),this.appState=e}return __extends(e,t),e.prototype.handleError=function(e){this.appState.error.next(e&&e.rejection||e),t.prototype.handleError.call(this,e)},e=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.AppStateService&&i.AppStateService)&&n||Object])],e);var n}(r.ErrorHandler);e.CustomErrorHandler=o},function(t,e,n){"use strict";function r(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}r(n(318)),r(n(80)),r(n(320))},function(t,e,n){"use strict";var r=n(2),i=n(391),o=n(730),s=new o({html:!0,linkify:!0,breaks:!1,typographer:!1,highlight:function(t,e){"json"===e&&(e="js");var n=Prism.languages[e];return n?Prism.highlight(t,n):t}}),a=function(){function t(t){void 0===t&&(t=!1),this.raw=t,this.firstLevelHeadings=[],this._origRules={},this._preProcessors=[]}return t.prototype.addPreprocessor=function(t){this._preProcessors.push(t)},t.prototype.saveOrigRules=function(){this._origRules.open=s.renderer.rules.heading_open,this._origRules.close=s.renderer.rules.heading_close},t.prototype.restoreOrigRules=function(){s.renderer.rules.heading_open=this._origRules.open,s.renderer.rules.heading_close=this._origRules.close},t.prototype.headingOpenRule=function(t,e){if(1!==t[e].hLevel)return this._origRules.open(t,e);var n=t[e+1].content;this.firstLevelHeadings.push(n);var r=i(n);return"'+('')},t.prototype.headingCloseRule=function(t,e){return 1!==t[e].hLevel?this._origRules.close(t,e):"\n"},t.prototype.renderMd=function(t){this.raw||(this.saveOrigRules(),s.renderer.rules.heading_open=this.headingOpenRule.bind(this),s.renderer.rules.heading_close=this.headingCloseRule.bind(this));for(var e=t,n=0;n2?arguments[2]:void 0,l=Math.min((void 0===u?s:i(u,s))-c,s-a),h=1;for(c0;)c in n?n[a]=n[c]:delete n[a],a+=h,c+=h;return n}},function(t,e,n){var r=n(82),i=n(53),o=n(126),s=n(36);t.exports=function(t,e,n,a,c){r(e);var u=i(t),l=o(u),h=s(u.length),p=c?h-1:0,f=c?-1:1;if(n<2)for(;;){if(p in l){a=l[p],p+=f;break}if(p+=f,c?p<0:h<=p)throw TypeError("Reduce of empty array with no initial value")}for(;c?p>=0:h>p;p+=f)p in l&&(a=e(a,l[p],p,u));return a}},function(t,e,n){"use strict";var r=n(82),i=n(11),o=n(514),s=[].slice,a={},c=function(t,e,n){if(!(e in a)){for(var r=[],i=0;i1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(n(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!g(this,t)}}),f&&r(h.prototype,"size",{get:function(){return c(this[d])}}),h},def:function(t,e,n){var r,i,o=g(t,e);return o?o.v=n:(t._l=o={i:i=_(e,!0),k:e,v:n,p:r=t._l,n:void 0,r:!1},t._f||(t._f=o),r&&(r.n=o),t[d]++,"F"!==i&&(t._i[i]=o)),t},getEntry:g,setStrong:function(t,e,n){l(t,e,function(t,e){this._t=t,this._k=e,this._l=void 0},function(){for(var t=this,e=t._k,n=t._l;n&&n.r;)n=n.p;return t._t&&(t._l=n=n?n.n:t._t._f)?"keys"==e?h(0,n.k):"values"==e?h(0,n.v):h(0,[n.k,n.v]):(t._t=void 0,h(1))},n?"entries":"values",!n,!0),p(e)}}},function(t,e,n){"use strict";var r=n(128),i=n(83).getWeak,o=n(7),s=n(11),a=n(125),c=n(169),u=n(62),l=n(41),h=u(5),p=u(6),f=0,_=function(t){return t._l||(t._l=new d)},d=function(){this.a=[]},g=function(t,e){return h(t.a,function(t){return t[0]===e})};d.prototype={get:function(t){var e=g(this,t);if(e)return e[1]},has:function(t){return!!g(this,t)},set:function(t,e){var n=g(this,t);n?n[1]=e:this.a.push([t,e])},delete:function(t){var e=p(this.a,function(e){return e[0]===t});return~e&&this.a.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,n,o){var u=t(function(t,r){a(t,u,e,"_i"),t._i=f++,t._l=void 0,void 0!=r&&c(r,n,t[o],t)});return r(u.prototype,{delete:function(t){if(!s(t))return!1;var e=i(t);return e===!0?_(this).delete(t):e&&l(e,this._i)&&delete e[this._i]},has:function(t){if(!s(t))return!1;var e=i(t);return e===!0?_(this).has(t):e&&l(e,this._i)}}),u},def:function(t,e,n){var r=i(o(e),!0);return r===!0?_(t).set(e,n):r[t._i]=n,t},ufstore:_}},function(t,e,n){"use strict";var r=n(23),i=n(84);t.exports=function(t,e,n){e in t?r.f(t,e,i(0,n)):t[e]=n}},function(t,e,n){var r=n(11),i=n(14).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,e,n){t.exports=n(14).document&&document.documentElement},function(t,e,n){t.exports=!n(29)&&!n(10)(function(){return 7!=Object.defineProperty(n(328)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(11),i=Math.floor;t.exports=function(t){return!r(t)&&isFinite(t)&&i(t)===t}},function(t,e,n){var r=n(7);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){"use strict";var r=n(94),i=n(84),o=n(130),s={};n(52)(s,n(19)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(s,{next:i(1,n)}),o(t,e+" Iterator")}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e){t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},function(t,e,n){"use strict";var r=n(109),i=n(170),o=n(171),s=n(53),a=n(126),c=Object.assign;t.exports=!c||n(10)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=c({},t)[n]||Object.keys(c({},e)).join("")!=r})?function(t,e){for(var n=s(t),c=arguments.length,u=1,l=i.f,h=o.f;c>u;)for(var p,f=a(arguments[u++]),_=l?r(f).concat(l(f)):r(f),d=_.length,g=0;d>g;)h.call(f,p=_[g++])&&(n[p]=f[p]);return n}:c},function(t,e,n){var r=n(23),i=n(7),o=n(109);t.exports=n(29)?Object.defineProperties:function(t,e){i(t);for(var n,s=o(e),a=s.length,c=0;a>c;)r.f(t,n=s[c++],e[n]);return t}},function(t,e,n){var r=n(59),i=n(95).f,o={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return i(t)}catch(t){return s.slice()}};t.exports.f=function(t){return s&&"[object Window]"==o.call(t)?a(t):i(r(t))}},function(t,e,n){var r=n(41),i=n(59),o=n(234)(!1),s=n(248)("IE_PROTO");t.exports=function(t,e){var n,a=i(t),c=0,u=[];for(n in a)n!=s&&r(a,n)&&u.push(n);for(;e.length>c;)r(a,n=e[c++])&&(~o(u,n)||u.push(n));return u}},function(t,e,n){var r=n(14).parseFloat,i=n(173).trim;t.exports=1/r(n(250)+"-0")!==-(1/0)?function(t){var e=i(String(t),3),n=r(e);return 0===n&&"-"==e.charAt(0)?-0:n}:r},function(t,e,n){var r=n(14).parseInt,i=n(173).trim,o=n(250),s=/^[\-+]?0[xX]/;t.exports=8!==r(o+"08")||22!==r(o+"0x16")?function(t,e){var n=i(String(t),3);return r(n,e>>>0||(s.test(n)?16:10))}:r},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!=t&&e!=e}},function(t,e,n){var r=n(7),i=n(82),o=n(19)("species");t.exports=function(t,e){var n,s=r(t).constructor;return void 0===s||void 0==(n=r(s)[o])?e:i(n)}},function(t,e,n){var r=n(85),i=n(69);t.exports=function(t){return function(e,n){var o,s,a=String(i(e)),c=r(n),u=a.length;return c<0||c>=u?t?"":void 0:(o=a.charCodeAt(c),o<55296||o>56319||c+1===u||(s=a.charCodeAt(c+1))<56320||s>57343?t?a.charAt(c):o:t?a.slice(c,c+2):(o-55296<<10)+(s-56320)+65536)}}},function(t,e,n){"use strict";var r=n(85),i=n(69);t.exports=function(t){var e=String(i(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Count can't be negative");for(;o>0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},function(t,e,n){e.f=n(19)},function(t,e,n){"use strict";var r=n(325);t.exports=n(167)("Map",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function(t){var e=r.getEntry(this,t);return e&&e.v},set:function(t,e){return r.def(this,0===t?0:t,e)}},r,!0)},function(t,e,n){n(29)&&"g"!=/./g.flags&&n(23).f(RegExp.prototype,"flags",{configurable:!0,get:n(238)})},function(t,e,n){n(168)("match",1,function(t,e,n){return[function(n){"use strict";var r=t(this),i=void 0==n?void 0:n[e];return void 0!==i?i.call(n,r):new RegExp(n)[e](String(r))},n]})},function(t,e,n){n(168)("replace",2,function(t,e,n){return[function(r,i){"use strict";var o=t(this),s=void 0==r?void 0:r[e];return void 0!==s?s.call(r,o,i):n.call(String(o),r,i)},n]})},function(t,e,n){n(168)("search",1,function(t,e,n){return[function(n){"use strict";var r=t(this),i=void 0==n?void 0:n[e];return void 0!==i?i.call(n,r):new RegExp(n)[e](String(r))},n]})},function(t,e,n){n(168)("split",2,function(t,e,r){"use strict";var i=n(242),o=r,s=[].push,a="split",c="length",u="lastIndex";if("c"=="abbc"[a](/(b)*/)[1]||4!="test"[a](/(?:)/,-1)[c]||2!="ab"[a](/(?:ab)*/)[c]||4!="."[a](/(.?)(.?)/)[c]||"."[a](/()()/)[c]>1||""[a](/.?/)[c]){var l=void 0===/()??/.exec("")[1];r=function(t,e){var n=String(this);if(void 0===t&&0===e)return[];if(!i(t))return o.call(n,t,e);var r,a,h,p,f,_=[],d=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),g=0,m=void 0===e?4294967295:e>>>0,y=new RegExp(t.source,d+"g");for(l||(r=new RegExp("^"+y.source+"$(?!\\s)",d));(a=y.exec(n))&&(h=a.index+a[0][c],!(h>g&&(_.push(n.slice(g,a.index)),!l&&a[c]>1&&a[0].replace(r,function(){for(f=1;f1&&a.index=m)));)y[u]===a.index&&y[u]++;return g===n[c]?!p&&y.test("")||_.push(""):_.push(n.slice(g)),_[c]>m?_.slice(0,m):_}}else"0"[a](void 0,0)[c]&&(r=function(t,e){return void 0===t&&0===e?[]:o.call(this,t,e); -});return[function(n,i){var o=t(this),s=void 0==n?void 0:n[e];return void 0!==s?s.call(n,o,i):r.call(String(o),n,i)},r]})},function(t,e,n){"use strict";var r=n(325);t.exports=n(167)("Set",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return r.def(this,t=0===t?0:t,t)}},r)},function(t,e,n){"use strict";var r=n(14),i=n(41),o=n(29),s=n(1),a=n(48),c=n(83).KEY,u=n(10),l=n(172),h=n(130),p=n(97),f=n(19),_=n(346),d=n(517),g=n(515),m=n(513),y=n(241),v=n(7),b=n(59),w=n(86),x=n(84),C=n(94),E=n(338),I=n(71),S=n(23),T=n(109),k=I.f,O=S.f,A=E.f,P=r.Symbol,R=r.JSON,N=R&&R.stringify,M="prototype",j=f("_hidden"),D=f("toPrimitive"),L={}.propertyIsEnumerable,V=l("symbol-registry"),F=l("symbols"),B=l("op-symbols"),U=Object[M],z="function"==typeof P,H=r.QObject,q=!H||!H[M]||!H[M].findChild,W=o&&u(function(){return 7!=C(O({},"a",{get:function(){return O(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=k(U,e);r&&delete U[e],O(t,e,n),r&&t!==U&&O(U,e,r)}:O,$=function(t){var e=F[t]=C(P[M]);return e._k=t,e},Y=z&&"symbol"==typeof P.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof P},Z=function(t,e,n){return t===U&&Z(B,e,n),v(t),e=w(e,!0),v(n),i(F,e)?(n.enumerable?(i(t,j)&&t[j][e]&&(t[j][e]=!1),n=C(n,{enumerable:x(0,!1)})):(i(t,j)||O(t,j,x(1,{})),t[j][e]=!0),W(t,e,n)):O(t,e,n)},G=function(t,e){v(t);for(var n,r=m(e=b(e)),i=0,o=r.length;o>i;)Z(t,n=r[i++],e[n]);return t},J=function(t,e){return void 0===e?C(t):G(C(t),e)},K=function(t){var e=L.call(this,t=w(t,!0));return!(this===U&&i(F,t)&&!i(B,t))&&(!(e||!i(this,t)||!i(F,t)||i(this,j)&&this[j][t])||e)},X=function(t,e){if(t=b(t),e=w(e,!0),t!==U||!i(F,e)||i(B,e)){var n=k(t,e);return!n||!i(F,e)||i(t,j)&&t[j][e]||(n.enumerable=!0),n}},Q=function(t){for(var e,n=A(b(t)),r=[],o=0;n.length>o;)i(F,e=n[o++])||e==j||e==c||r.push(e);return r},tt=function(t){for(var e,n=t===U,r=A(n?B:b(t)),o=[],s=0;r.length>s;)!i(F,e=r[s++])||n&&!i(U,e)||o.push(F[e]);return o};z||(P=function(){if(this instanceof P)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),e=function(n){this===U&&e.call(B,n),i(this,j)&&i(this[j],t)&&(this[j][t]=!1),W(this,t,x(1,n))};return o&&q&&W(U,t,{configurable:!0,set:e}),$(t)},a(P[M],"toString",function(){return this._k}),I.f=X,S.f=Z,n(95).f=E.f=Q,n(171).f=K,n(170).f=tt,o&&!n(127)&&a(U,"propertyIsEnumerable",K,!0),_.f=function(t){return $(f(t))}),s(s.G+s.W+s.F*!z,{Symbol:P});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;et.length>nt;)f(et[nt++]);for(var et=T(f.store),nt=0;et.length>nt;)d(et[nt++]);s(s.S+s.F*!z,"Symbol",{for:function(t){return i(V,t+="")?V[t]:V[t]=P(t)},keyFor:function(t){if(Y(t))return g(V,t);throw TypeError(t+" is not a symbol!")},useSetter:function(){q=!0},useSimple:function(){q=!1}}),s(s.S+s.F*!z,"Object",{create:J,defineProperty:Z,defineProperties:G,getOwnPropertyDescriptor:X,getOwnPropertyNames:Q,getOwnPropertySymbols:tt}),R&&s(s.S+s.F*(!z||u(function(){var t=P();return"[null]"!=N([t])||"{}"!=N({a:t})||"{}"!=N(Object(t))})),"JSON",{stringify:function(t){if(void 0!==t&&!Y(t)){for(var e,n,r=[t],i=1;arguments.length>i;)r.push(arguments[i++]);return e=r[1],"function"==typeof e&&(n=e),!n&&y(e)||(e=function(t,e){if(n&&(e=n.call(this,t,e)),!Y(e))return e}),r[1]=e,N.apply(R,r)}}}),P[M][D]||n(52)(P[M],D,P[M].valueOf),h(P,"Symbol"),h(Math,"Math",!0),h(r.JSON,"JSON",!0)},function(t,e,n){"use strict";var r,i=n(62)(0),o=n(48),s=n(83),a=n(336),c=n(326),u=n(11),l=s.getWeak,h=Object.isExtensible,p=c.ufstore,f={},_=function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},d={get:function(t){if(u(t)){var e=l(t);return e===!0?p(this).get(t):e?e[this._i]:void 0}},set:function(t,e){return c.def(this,t,e)}},g=t.exports=n(167)("WeakMap",_,d,c,!0,!0);7!=(new g).set((Object.freeze||Object)(f),7).get(f)&&(r=c.getConstructor(_),a(r.prototype,d),s.NEED=!0,i(["delete","has","get","set"],function(t){var e=g.prototype,n=e[t];o(e,t,function(e,i){if(u(e)&&!h(e)){this._f||(this._f=new r);var o=this._f[t](e,i);return"set"==t?this:o}return n.call(this,e,i)})}))},function(t,e,n){"use strict";(function(e){function r(t,e,n){try{t=u.stripHash(t);var r=e._add(t),s={url:t,extension:u.getExtension(t)};return i(s,n).then(function(t){return r.pathType=t.plugin.name,s.data=t.result,o(s,n)}).then(function(t){return r.value=t.result,t.result})}catch(t){return h.reject(t)}}function i(t,e){return new h(function(n,r){function i(e){r(!e||e instanceof SyntaxError?a.syntax('Unable to resolve $ref pointer "%s"',t.url):e)}c("Reading %s",t.url);var o=l.all(e.resolve);o=l.filter(o,"canRead",t),l.sort(o),l.run(o,"read",t).then(n,i)})}function o(t,e){return new h(function(n,r){function i(e){!e.plugin.allowEmpty&&s(e.result)?r(a.syntax('Error parsing "%s" as %s. \nParsed value is empty',t.url,e.plugin.name)):n(e)}function o(e){e?(e=e instanceof Error?e:new Error(e),r(a.syntax(e,"Error parsing %s",t.url))):r(a.syntax("Unable to parse %s",t.url))}c("Parsing %s",t.url);var u=l.all(e.parse),h=l.filter(u,"canParse",t),p=h.length>0?h:u;l.sort(p),l.run(p,"parse",t).then(i,o)})}function s(t){return void 0===t||"object"==typeof t&&0===Object.keys(t).length||"string"==typeof t&&0===t.trim().length||e.isBuffer(t)&&0===t.length}var a=n(88),c=n(100),u=n(73),l=n(671),h=n(87);t.exports=r}).call(e,n(17).Buffer)},function(t,e,n){"use strict";var r=n(678),i=n(88);t.exports={parse:function(t,e){try{return r.safeLoad(t)}catch(t){throw t instanceof Error?t:i(t,t.message)}},stringify:function(t,e,n){try{var o=("string"==typeof n?n.length:n)||2;return r.safeDump(t,{indent:o})}catch(t){throw t instanceof Error?t:i(t,t.message)}}}},function(t,e,n){"use strict";var r=n(111);t.exports=new r({include:[n(359)]})},function(t,e,n){"use strict";var r=n(111);t.exports=new r({include:[n(255)],implicit:[n(692),n(684),n(686),n(685)]})},function(t,e,n){"use strict";function r(t){return this instanceof r?void i.call(this,t):new r(t)}t.exports=r;var i=n(256),o=n(65);o.inherits=n(42),o.inherits(r,i),r.prototype._transform=function(t,e,n){n(null,t)}},function(t,e,n){"use strict";(function(e){function r(t,e){M=M||n(101),t=t||{},this.objectMode=!!t.objectMode,e instanceof M&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var r=t.highWaterMark,i=this.objectMode?16:16384;this.highWaterMark=r||0===r?r:i,this.highWaterMark=~~this.highWaterMark,this.buffer=[],this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(N||(N=n(190).StringDecoder),this.decoder=new N(t.encoding),this.encoding=t.encoding)}function i(t){return M=M||n(101),this instanceof i?(this._readableState=new r(t,this),this.readable=!0,t&&"function"==typeof t.read&&(this._read=t.read),void k.call(this)):new i(t)}function o(t,e,n,r,i){var o=u(e,n);if(o)t.emit("error",o);else if(null===n)e.reading=!1,l(t,e);else if(e.objectMode||n&&n.length>0)if(e.ended&&!i){var a=new Error("stream.push() after EOF");t.emit("error",a)}else if(e.endEmitted&&i){var a=new Error("stream.unshift() after end event");t.emit("error",a)}else{var c;!e.decoder||i||r||(n=e.decoder.write(n),c=!e.objectMode&&0===n.length),i||(e.reading=!1),c||(e.flowing&&0===e.length&&!e.sync?(t.emit("data",n),t.read(0)):(e.length+=e.objectMode?1:n.length,i?e.buffer.unshift(n):e.buffer.push(n),e.needReadable&&h(t))),f(t,e)}else i||(e.reading=!1);return s(e)}function s(t){return!t.ended&&(t.needReadable||t.length=j?t=j:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function c(t,e){return 0===e.length&&e.ended?0:e.objectMode?0===t?0:1:null===t||isNaN(t)?e.flowing&&e.buffer.length?e.buffer[0].length:e.length:t<=0?0:(t>e.highWaterMark&&(e.highWaterMark=a(t)),t>e.length?e.ended?e.length:(e.needReadable=!0,0):t)}function u(t,e){var n=null;return T.isBuffer(e)||"string"==typeof e||null===e||void 0===e||t.objectMode||(n=new TypeError("Invalid non-string/buffer chunk")),n}function l(t,e){if(!e.ended){if(e.decoder){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,h(t)}}function h(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(R("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?I(p,t):p(t))}function p(t){R("emit readable"),t.emit("readable"),v(t)}function f(t,e){e.readingMore||(e.readingMore=!0,I(_,t,e))}function _(t,e){for(var n=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=i)n=o?r.join(""):1===r.length?r[0]:T.concat(r,i),r.length=0;else if(t0)throw new Error("endReadable called on non-empty stream");e.endEmitted||(e.ended=!0,I(x,e,t))}function x(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function C(t,e){for(var n=0,r=t.length;n0)&&(e.emittedReadable=!1),0===t&&e.needReadable&&(e.length>=e.highWaterMark||e.ended))return R("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?w(this):h(this),null;if(t=c(t,e),0===t&&e.ended)return 0===e.length&&w(this),null;var r=e.needReadable;R("need readable",r),(0===e.length||e.length-t0?b(t,e):null,null===i&&(e.needReadable=!0,t=0),e.length-=t,0!==e.length||e.ended||(e.needReadable=!0),n!==t&&e.ended&&0===e.length&&w(this),null!==i&&this.emit("data",i),i},i.prototype._read=function(t){this.emit("error",new Error("not implemented"))},i.prototype.pipe=function(t,n){function r(t){R("onunpipe"),t===h&&o()}function i(){R("onend"),t.end()}function o(){R("cleanup"),t.removeListener("close",c),t.removeListener("finish",u),t.removeListener("drain",g),t.removeListener("error",a),t.removeListener("unpipe",r),h.removeListener("end",i),h.removeListener("end",o),h.removeListener("data",s),m=!0,!p.awaitDrain||t._writableState&&!t._writableState.needDrain||g()}function s(e){R("ondata");var n=t.write(e);!1===n&&(1!==p.pipesCount||p.pipes[0]!==t||1!==h.listenerCount("data")||m||(R("false write response, pause",h._readableState.awaitDrain),h._readableState.awaitDrain++),h.pause())}function a(e){R("onerror",e),l(),t.removeListener("error",a),0===O(t,"error")&&t.emit("error",e)}function c(){t.removeListener("finish",u),l()}function u(){R("onfinish"),t.removeListener("close",c),l()}function l(){R("unpipe"),h.unpipe(t)}var h=this,p=this._readableState;switch(p.pipesCount){case 0:p.pipes=t;break;case 1:p.pipes=[p.pipes,t];break;default:p.pipes.push(t)}p.pipesCount+=1,R("pipe count=%d opts=%j",p.pipesCount,n);var f=(!n||n.end!==!1)&&t!==e.stdout&&t!==e.stderr,_=f?i:o;p.endEmitted?I(_):h.once("end",_),t.on("unpipe",r);var g=d(h);t.on("drain",g);var m=!1;return h.on("data",s),t._events&&t._events.error?S(t._events.error)?t._events.error.unshift(a):t._events.error=[a,t._events.error]:t.on("error",a),t.once("close",c),t.once("finish",u),t.emit("pipe",h),p.flowing||(R("pipe resume"),h.resume()),t},i.prototype.unpipe=function(t){var e=this._readableState;if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this),this);if(!t){var n=e.pipes,r=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var i=0;i",Gt:"≫",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",LT:"<",Lt:"≪",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ", -plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}},function(t,e,n){"use strict";var r=n(44).replaceEntities;t.exports=function(t){var e=r(t);try{e=decodeURI(e)}catch(t){}return encodeURI(e)}},function(t,e){"use strict";t.exports=function(t){return t.trim().replace(/\s+/g," ").toUpperCase()}},function(t,e,n){"use strict";var r=n(363),i=n(44).unescapeMd;t.exports=function(t,e){var n,o,s,a=e,c=t.posMax;if(60===t.src.charCodeAt(e)){for(e++;e8&&n<14);)if(92===n&&e+11))break;if(41===n&&(o--,o<0))break;e++}return a!==e&&(s=i(t.src.slice(a,e)),!!t.parser.validateLink(s)&&(t.linkContent=s,t.pos=e,!0))}},function(t,e,n){"use strict";var r=n(44).unescapeMd;t.exports=function(t,e){var n,i=e,o=t.posMax,s=t.src.charCodeAt(e);if(34!==s&&39!==s&&40!==s)return!1;for(e++,40===s&&(s=41);e1&&"number"==typeof t[t.length-1]&&(n=t.pop())):"number"==typeof i&&(n=t.pop()),1===t.length?t[0]:new o.ArrayObservable(t,r).lift(new s.MergeAllOperator(n))}var o=n(74),s=n(184),a=n(90);e.merge=r,e.mergeStatic=i},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),"number"==typeof e&&(n=e,e=null),this.lift(new a(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(5),s=n(4);e.mergeMap=r;var a=function(){function t(t,e,n){void 0===n&&(n=Number.POSITIVE_INFINITY),this.project=t,this.resultSelector=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector,this.concurrent))},t}();e.MergeMapOperator=a;var c=function(t){function e(e,n,r,i){void 0===i&&(i=Number.POSITIVE_INFINITY),t.call(this,e),this.project=n,this.resultSelector=r,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(s.OuterSubscriber);e.MergeMapSubscriber=c},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),"number"==typeof e&&(n=e,e=null),this.lift(new a(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.mergeMapTo=r;var a=function(){function t(t,e,n){void 0===n&&(n=Number.POSITIVE_INFINITY),this.ish=t,this.resultSelector=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.ish,this.resultSelector,this.concurrent))},t}();e.MergeMapToOperator=a;var c=function(t){function e(e,n,r,i){void 0===i&&(i=Number.POSITIVE_INFINITY),t.call(this,e),this.ish=n,this.resultSelector=r,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){if(this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber);e.MergeMapToSubscriber=c},function(t,e,n){"use strict";function r(){for(var t=[],e=0;ee.index?1:-1:t.delay>e.delay?1:-1},e}(i.AsyncAction);e.VirtualAction=a},function(t,e,n){"use strict";var r=n(1045),i=n(1046);e.asap=new i.AsapScheduler(r.AsapAction)},function(t,e,n){"use strict";var r=n(1047),i=n(1048);e.queue=new i.QueueScheduler(r.QueueAction)},function(t,e){"use strict";var n=function(){function t(t,e){void 0===e&&(e=Number.POSITIVE_INFINITY), -this.subscribedFrame=t,this.unsubscribedFrame=e}return t}();e.SubscriptionLog=n},function(t,e,n){"use strict";var r=n(385),i=function(){function t(){this.subscriptions=[]}return t.prototype.logSubscribedFrame=function(){return this.subscriptions.push(new r.SubscriptionLog(this.scheduler.now())),this.subscriptions.length-1},t.prototype.logUnsubscribedFrame=function(t){var e=this.subscriptions,n=e[t];e[t]=new r.SubscriptionLog(n.subscribedFrame,this.scheduler.now())},t}();e.SubscriptionLoggable=i},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(e){t.call(this),this.errors=e;var n=Error.call(this,e?e.length+" errors occurred during unsubscription:\n "+e.map(function(t,e){return e+1+") "+t.toString()}).join("\n "):"");this.name=n.name="UnsubscriptionError",this.stack=n.stack,this.message=n.message}return n(e,t),e}(Error);e.UnsubscriptionError=r},function(t,e){"use strict";function n(t,e){for(var n=0,r=e.length;n":"greater"};e=t.exports=function(t,e){return t.split("").reduce(function(t,e){return n[e]&&(e=n[e]),e=e.replace(/[^\w\s$\*_\+~\.\(\)'"!\-:@]/g,""),t+=e},"").replace(/^\s+|\s+$/g,"").replace(/[-\s]+/g,e||"-").replace("#{replacement}$","")}},function(t,e,n){(function(t){var r=n(1063),i=n(1076),o=n(490),s=n(192),a=e;a.request=function(e,n){e="string"==typeof e?s.parse(e):i(e);var o=t.location.protocol.search(/^https?:$/)===-1?"http:":"",a=e.protocol||o,c=e.hostname||e.host,u=e.port,l=e.path||"/";c&&c.indexOf(":")!==-1&&(c="["+c+"]"),e.url=(c?a+"//"+c:"")+(u?":"+u:"")+l,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var h=new r(e);return n&&h.on("response",n),h},a.get=function(t,e){var n=a.request(t,e);return n.end(),n},a.Agent=function(){},a.Agent.defaultMaxSockets=4,a.STATUS_CODES=o,a.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(e,n(27))},function(t,e,n){(function(t){function n(t){try{return i.responseType=t,i.responseType===t}catch(t){}return!1}function r(t){return"function"==typeof t}e.fetch=r(t.fetch)&&r(t.ReadableStream),e.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),e.blobConstructor=!0}catch(t){}var i=new t.XMLHttpRequest;i.open("GET",t.location.host?"/":"https://example.com");var o="undefined"!=typeof t.ArrayBuffer,s=o&&r(t.ArrayBuffer.prototype.slice);e.arraybuffer=o&&n("arraybuffer"),e.msstream=!e.fetch&&s&&n("ms-stream"),e.mozchunkedarraybuffer=!e.fetch&&o&&n("moz-chunked-arraybuffer"),e.overrideMimeType=r(i.overrideMimeType),e.vbArray=r(t.VBArray),i=null}).call(e,n(27))},function(t,e,n){"use strict";(function(e){function r(t,e,n){return"function"==typeof t.prependListener?t.prependListener(e,n):void(t._events&&t._events[e]?A(t._events[e])?t._events[e].unshift(n):t._events[e]=[n,t._events[e]]:t.on(e,n))}function i(t,e){B=B||n(115),t=t||{},this.objectMode=!!t.objectMode,e instanceof B&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var r=t.highWaterMark,i=this.objectMode?16:16384;this.highWaterMark=r||0===r?r:i,this.highWaterMark=~~this.highWaterMark,this.buffer=new F,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(V||(V=n(190).StringDecoder),this.decoder=new V(t.encoding),this.encoding=t.encoding)}function o(t){return B=B||n(115),this instanceof o?(this._readableState=new i(t,this),this.readable=!0,t&&"function"==typeof t.read&&(this._read=t.read),void P.call(this)):new o(t)}function s(t,e,n,r,i){var o=l(e,n);if(o)t.emit("error",o);else if(null===n)e.reading=!1,h(t,e);else if(e.objectMode||n&&n.length>0)if(e.ended&&!i){var s=new Error("stream.push() after EOF");t.emit("error",s)}else if(e.endEmitted&&i){var c=new Error("stream.unshift() after end event");t.emit("error",c)}else{var u;!e.decoder||i||r||(n=e.decoder.write(n),u=!e.objectMode&&0===n.length),i||(e.reading=!1),u||(e.flowing&&0===e.length&&!e.sync?(t.emit("data",n),t.read(0)):(e.length+=e.objectMode?1:n.length,i?e.buffer.unshift(n):e.buffer.push(n),e.needReadable&&p(t))),_(t,e)}else i||(e.reading=!1);return a(e)}function a(t){return!t.ended&&(t.needReadable||t.length=U?t=U:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function u(t,e){return t<=0||0===e.length&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=c(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function l(t,e){var n=null;return N.isBuffer(e)||"string"==typeof e||null===e||void 0===e||t.objectMode||(n=new TypeError("Invalid non-string/buffer chunk")),n}function h(t,e){if(!e.ended){if(e.decoder){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,p(t)}}function p(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(L("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?O(f,t):f(t))}function f(t){L("emit readable"),t.emit("readable"),b(t)}function _(t,e){e.readingMore||(e.readingMore=!0,O(d,t,e))}function d(t,e){for(var n=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=e.length?(n=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.head.data:e.buffer.concat(e.length),e.buffer.clear()):n=x(t,e.buffer,e.decoder),n}function x(t,e,n){var r;return to.length?o.length:t;if(i+=s===o.length?o:o.slice(0,t),t-=s,0===t){s===o.length?(++r,n.next?e.head=n.next:e.head=e.tail=null):(e.head=n,n.data=o.slice(s));break}++r}return e.length-=r,i}function E(t,e){var n=M.allocUnsafe(t),r=e.head,i=1;for(r.data.copy(n),t-=r.data.length;r=r.next;){var o=r.data,s=t>o.length?o.length:t;if(o.copy(n,n.length-t,0,s),t-=s,0===t){s===o.length?(++i,r.next?e.head=r.next:e.head=e.tail=null):(e.head=r,r.data=o.slice(s));break}++i}return e.length-=i,n}function I(t){var e=t._readableState;if(e.length>0)throw new Error('"endReadable()" called on non-empty stream');e.endEmitted||(e.ended=!0,O(S,e,t))}function S(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function T(t,e){for(var n=0,r=t.length;n=e.highWaterMark||e.ended))return L("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?I(this):p(this),null;if(t=u(t,e),0===t&&e.ended)return 0===e.length&&I(this),null;var r=e.needReadable;L("need readable",r),(0===e.length||e.length-t0?w(t,e):null,null===i?(e.needReadable=!0,t=0):e.length-=t,0===e.length&&(e.ended||(e.needReadable=!0),n!==t&&e.ended&&I(this)),null!==i&&this.emit("data",i),i},o.prototype._read=function(t){this.emit("error",new Error("not implemented"))},o.prototype.pipe=function(t,n){function i(t){L("onunpipe"),t===p&&s()}function o(){L("onend"),t.end()}function s(){L("cleanup"),t.removeListener("close",u),t.removeListener("finish",l),t.removeListener("drain",m),t.removeListener("error",c),t.removeListener("unpipe",i),p.removeListener("end",o),p.removeListener("end",s),p.removeListener("data",a),y=!0,!f.awaitDrain||t._writableState&&!t._writableState.needDrain||m()}function a(e){L("ondata"),v=!1;var n=t.write(e);!1!==n||v||((1===f.pipesCount&&f.pipes===t||f.pipesCount>1&&k(f.pipes,t)!==-1)&&!y&&(L("false write response, pause",p._readableState.awaitDrain),p._readableState.awaitDrain++,v=!0),p.pause())}function c(e){L("onerror",e),h(),t.removeListener("error",c),0===R(t,"error")&&t.emit("error",e)}function u(){t.removeListener("finish",l),h()}function l(){L("onfinish"),t.removeListener("close",u),h()}function h(){L("unpipe"),p.unpipe(t)}var p=this,f=this._readableState;switch(f.pipesCount){case 0:f.pipes=t;break;case 1:f.pipes=[f.pipes,t];break;default:f.pipes.push(t)}f.pipesCount+=1,L("pipe count=%d opts=%j",f.pipesCount,n);var _=(!n||n.end!==!1)&&t!==e.stdout&&t!==e.stderr,d=_?o:s;f.endEmitted?O(d):p.once("end",d),t.on("unpipe",i);var m=g(p);t.on("drain",m);var y=!1,v=!1;return p.on("data",a),r(t,"error",c),t.once("close",u),t.once("finish",l),t.emit("pipe",p),f.flowing||(L("pipe resume"),p.resume()),t},o.prototype.unpipe=function(t){var e=this._readableState;if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this),this);if(!t){var n=e.pipes,r=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var i=0;i-1?setImmediate:C;s.WritableState=o;var I=n(65);I.inherits=n(42);var S,T={deprecate:n(398)};!function(){try{S=n(114)}catch(t){}finally{S||(S=n(99).EventEmitter)}}();var k=n(17).Buffer,O=n(232);I.inherits(s,S);var A;o.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(o.prototype,"buffer",{get:T.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")})}catch(t){}}();var A;s.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},s.prototype.write=function(t,e,n){var i=this._writableState,o=!1;return"function"==typeof e&&(n=e,e=null),k.isBuffer(t)?e="buffer":e||(e=i.defaultEncoding),"function"!=typeof n&&(n=r),i.ended?a(this,n):c(this,i,t,n)&&(i.pendingcb++,o=l(this,i,t,e,n)),o},s.prototype.cork=function(){var t=this._writableState;t.corked++},s.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||m(this,t))},s.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);return this._writableState.defaultEncoding=t,this},s.prototype._write=function(t,e,n){n(new Error("not implemented"))},s.prototype._writev=null,s.prototype.end=function(t,e,n){var r=this._writableState;"function"==typeof t?(n=t,t=null,e=null):"function"==typeof e&&(n=e,e=null),null!==t&&void 0!==t&&this.write(t,e),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||w(this,r,n)}}).call(e,n(43))},function(t,e,n){(function(r){var i=function(){try{return n(114)}catch(t){}}();e=t.exports=n(394),e.Stream=i||e,e.Readable=e,e.Writable=n(396),e.Duplex=n(115),e.Transform=n(395),e.PassThrough=n(1065),!r.browser&&"disable"===r.env.READABLE_STREAM&&i&&(t.exports=i)}).call(e,n(43))},function(t,e,n){(function(e){function n(t,e){function n(){if(!i){if(r("throwDeprecation"))throw new Error(e);r("traceDeprecation")?console.trace(e):console.warn(e),i=!0}return t.apply(this,arguments)}if(r("noDeprecation"))return t;var i=!1;return n}function r(t){try{if(!e.localStorage)return!1}catch(t){return!1}var n=e.localStorage[t];return null!=n&&"true"===String(n).toLowerCase()}t.exports=n}).call(e,n(27))},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,configurable:!1,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,configurable:!1,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e={}),h&&i(),c.Redoc._preOptions=e,e.specUrl=e.specUrl||t,s().then(function(t){h=t,console.log("ReDoc initialized!")}).catch(function(t){throw t})}function i(){h.destroy(),h=null}function o(){var t="spec-url",e=u.BrowserDomAdapter.query("redoc");if(e&&u.BrowserDomAdapter.hasAttribute(e,t)){var n=u.BrowserDomAdapter.getAttribute(e,t);r(n)}}n(1067);var s,a=n(2),c=n(160),u=n(106),l=n(118);s=n(452).bootstrapRedoc,l.disableDebugTools(),a.enableProdMode(),e.version="1.6.0";var h;e.init=r,e.destroy=i,o()},function(t,e,n){"use strict";n(508),n(1077),n(504),n(497),n(493),n(499),n(498),n(496),n(495),n(503),n(492),n(491),n(501),n(494),n(502),n(506),n(507),n(505),n(500),n(1072)},function(t,e,n){"use strict";n(720),n(701),n(703),n(705),n(706),n(714),n(704),n(707),n(708),n(709),n(710),n(711),n(713),n(715),n(716),n(717),n(702),n(719),n(712),n(718),n(1068),n(1070),n(1069)},function(t,e,n){"use strict";var r=n(2),i=n(116),o=n(139);n.d(e,"a",function(){return s}),n.d(e,"b",function(){return a});var s=function(){function t(t){this._localization=t,this._caseViews={}}return Object.defineProperty(t.prototype,"ngPlural",{set:function(t){this._switchValue=t,this._updateView()},enumerable:!0,configurable:!0}),t.prototype.addCase=function(t,e){this._caseViews[t]=e},t.prototype._updateView=function(){this._clearViews();var t=Object.keys(this._caseViews),e=n.i(i.getPluralCategory)(this._switchValue,t,this._localization);this._activateView(this._caseViews[e])},t.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},t.prototype._activateView=function(t){t&&(this._activeView=t,this._activeView.create())},t.decorators=[{type:r.Directive,args:[{selector:"[ngPlural]"}]}],t.ctorParameters=[{type:i.NgLocalization}],t.propDecorators={ngPlural:[{type:r.Input}]},t}(),a=function(){function t(t,e,n,r){this.value=t,r.addCase(t,new o.SwitchView(n,e))}return t.decorators=[{type:r.Directive,args:[{selector:"[ngPluralCase]"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:r.Attribute,args:["ngPluralCase"]}]},{type:r.TemplateRef},{type:r.ViewContainerRef},{type:s,decorators:[{type:r.Host}]}],t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"a",function(){return i});var i=function(){function t(t){this._viewContainerRef=t}return Object.defineProperty(t.prototype,"ngOutletContext",{set:function(t){this._context=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ngTemplateOutlet",{set:function(t){this._templateRef=t},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){this._viewRef&&this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._viewRef)),this._templateRef&&(this._viewRef=this._viewContainerRef.createEmbeddedView(this._templateRef,this._context))},t.decorators=[{type:r.Directive,args:[{selector:"[ngTemplateOutlet]"}]}],t.ctorParameters=[{type:r.ViewContainerRef}],t.propDecorators={ngOutletContext:[{type:r.Input}],ngTemplateOutlet:[{type:r.Input}]},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return i});var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=function(t){function e(e){var n=t.call(this,e);this._nativeError=n}return r(e,t),Object.defineProperty(e.prototype,"message",{get:function(){return this._nativeError.message},set:function(t){this._nativeError.message=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"name",{get:function(){return this._nativeError.name},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"stack",{get:function(){return this._nativeError.stack},set:function(t){this._nativeError.stack=t},enumerable:!0,configurable:!0}),e.prototype.toString=function(){return this._nativeError.toString()},e}(Error);(function(t){function e(e,n){t.call(this,e+" caused by: "+(n instanceof Error?n.message:n)),this.originalError=n}return r(e,t),Object.defineProperty(e.prototype,"stack",{get:function(){return(this.originalError instanceof Error?this.originalError:this._nativeError).stack},enumerable:!0,configurable:!0}),e})(i)},function(t,e,n){"use strict";var r=n(141),i=n(140),o=n(407),s=n(408),a=n(194);n.d(e,"a",function(){return r.PlatformLocation}),n.d(e,"b",function(){return i.a}),n.d(e,"c",function(){return i.b}),n.d(e,"d",function(){return o.a}),n.d(e,"e",function(){return s.a}),n.d(e,"f",function(){return a.a})},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(194),s=n(140),a=n(141);n.d(e,"a",function(){return u});var c=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},u=function(t){function e(e,r){t.call(this),this._platformLocation=e,this._baseHref="",n.i(i.a)(r)&&(this._baseHref=r)}return c(e,t),e.prototype.onPopState=function(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)},e.prototype.getBaseHref=function(){return this._baseHref},e.prototype.path=function(t){void 0===t&&(t=!1);var e=this._platformLocation.hash;return n.i(i.a)(e)||(e="#"),e.length>0?e.substring(1):e},e.prototype.prepareExternalUrl=function(t){var e=o.a.joinWithSlash(this._baseHref,t);return e.length>0?"#"+e:e},e.prototype.pushState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.pushState(t,e,i)},e.prototype.replaceState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.replaceState(t,e,i)},e.prototype.forward=function(){this._platformLocation.forward()},e.prototype.back=function(){this._platformLocation.back()},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:a.PlatformLocation},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[s.b]}]}],e}(s.a)},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(194),s=n(140),a=n(141);n.d(e,"a",function(){return u});var c=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},u=function(t){function e(e,r){if(t.call(this),this._platformLocation=e,n.i(i.b)(r)&&(r=this._platformLocation.getBaseHrefFromDOM()),n.i(i.b)(r))throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=r}return c(e,t),e.prototype.onPopState=function(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)},e.prototype.getBaseHref=function(){return this._baseHref},e.prototype.prepareExternalUrl=function(t){return o.a.joinWithSlash(this._baseHref,t)},e.prototype.path=function(t){void 0===t&&(t=!1);var e=this._platformLocation.pathname+o.a.normalizeQueryParams(this._platformLocation.search),n=this._platformLocation.hash;return n&&t?""+e+n:e},e.prototype.pushState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));this._platformLocation.pushState(t,e,i)},e.prototype.replaceState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));this._platformLocation.replaceState(t,e,i)},e.prototype.forward=function(){this._platformLocation.forward()},e.prototype.back=function(){this._platformLocation.back()},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:a.PlatformLocation},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject, -args:[s.b]}]}],e}(s.a)},function(t,e,n){"use strict";var r=n(2),i=n(417),o=n(76);n.d(e,"a",function(){return l});var s=function(){function t(){}return t.prototype.createSubscription=function(t,e){return t.subscribe({next:e,error:function(t){throw t}})},t.prototype.dispose=function(t){t.unsubscribe()},t.prototype.onDestroy=function(t){t.unsubscribe()},t}(),a=function(){function t(){}return t.prototype.createSubscription=function(t,e){return t.then(e,function(t){throw t})},t.prototype.dispose=function(t){},t.prototype.onDestroy=function(t){},t}(),c=new a,u=new s,l=function(){function t(t){this._ref=t,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}return t.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},t.prototype.transform=function(t){return this._obj?t!==this._obj?(this._dispose(),this.transform(t)):this._latestValue===this._latestReturnedValue?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,r.WrappedValue.wrap(this._latestValue)):(t&&this._subscribe(t),this._latestReturnedValue=this._latestValue,this._latestValue)},t.prototype._subscribe=function(t){var e=this;this._obj=t,this._strategy=this._selectStrategy(t),this._subscription=this._strategy.createSubscription(t,function(n){return e._updateLatestValue(t,n)})},t.prototype._selectStrategy=function(e){if(n.i(i.a)(e))return c;if(e.subscribe)return u;throw new o.a(t,e)},t.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},t.prototype._updateLatestValue=function(t,e){t===this._obj&&(this._latestValue=e,this._ref.markForCheck())},t.decorators=[{type:r.Pipe,args:[{name:"async",pure:!1}]}],t.ctorParameters=[{type:r.ChangeDetectorRef}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(273),o=n(47),s=n(76);n.d(e,"a",function(){return a});var a=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,r){if(void 0===r&&(r="mediumDate"),n.i(o.b)(e))return null;if(!this.supports(e))throw new s.a(t,e);return o.g.isNumeric(e)&&(e=parseFloat(e)),i.a.format(new Date(e),this._locale,t._ALIASES[r]||r)},t.prototype.supports=function(t){return n.i(o.h)(t)||o.g.isNumeric(t)||"string"==typeof t&&n.i(o.h)(new Date(t))},t._ALIASES={medium:"yMMMdjms",short:"yMdjm",fullDate:"yMMMMEEEEd",longDate:"yMMMMd",mediumDate:"yMMMd",shortDate:"yMd",mediumTime:"jms",shortTime:"jm"},t.decorators=[{type:r.Pipe,args:[{name:"date",pure:!0}]}],t.ctorParameters=[{type:void 0,decorators:[{type:r.Inject,args:[r.LOCALE_ID]}]}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(116),s=n(76);n.d(e,"a",function(){return c});var a=/#/g,c=function(){function t(t){this._localization=t}return t.prototype.transform=function(e,r){if(n.i(i.b)(e))return"";if("object"!=typeof r||null===r)throw new s.a(t,r);var c=n.i(o.getPluralCategory)(e,Object.keys(r),this._localization);return r[c].replace(a,e.toString())},t.decorators=[{type:r.Pipe,args:[{name:"i18nPlural",pure:!0}]}],t.ctorParameters=[{type:o.NgLocalization}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(76);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e,r){if(n.i(i.b)(e))return"";if("object"!=typeof r||null===r)throw new o.a(t,r);return r[e]||""},t.decorators=[{type:r.Pipe,args:[{name:"i18nSelect",pure:!0}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(76);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e){if(n.i(i.b)(e))return e;if("string"!=typeof e)throw new o.a(t,e);return e.toLowerCase()},t.decorators=[{type:r.Pipe,args:[{name:"lowercase"}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";function r(t,e,r,i,u,l,h){if(void 0===l&&(l=null),void 0===h&&(h=!1),n.i(s.b)(r))return null;if(r="string"==typeof r&&s.g.isNumeric(r)?+r:r,"number"!=typeof r)throw new a.a(t,r);var p,f,_;if(i!==o.b.Currency&&(p=1,f=0,_=3),u){var d=u.match(c);if(null===d)throw new Error(u+" is not a valid digit info for number pipes");n.i(s.a)(d[1])&&(p=s.g.parseIntAutoRadix(d[1])),n.i(s.a)(d[3])&&(f=s.g.parseIntAutoRadix(d[3])),n.i(s.a)(d[5])&&(_=s.g.parseIntAutoRadix(d[5]))}return o.c.format(r,e,i,{minimumIntegerDigits:p,minimumFractionDigits:f,maximumFractionDigits:_,currency:l,currencyAsSymbol:h})}var i=n(2),o=n(273),s=n(47),a=n(76);n.d(e,"a",function(){return u}),n.d(e,"b",function(){return l}),n.d(e,"c",function(){return h});var c=/^(\d+)?\.((\d+)(-(\d+))?)?$/,u=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n){return void 0===n&&(n=null),r(t,this._locale,e,o.b.Decimal,n)},t.decorators=[{type:i.Pipe,args:[{name:"number"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}(),l=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n){return void 0===n&&(n=null),r(t,this._locale,e,o.b.Percent,n)},t.decorators=[{type:i.Pipe,args:[{name:"percent"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}(),h=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n,i,s){return void 0===n&&(n="USD"),void 0===i&&(i=!1),void 0===s&&(s=null),r(t,this._locale,e,o.b.Currency,s,n,i)},t.decorators=[{type:i.Pipe,args:[{name:"currency"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(76);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e,r,s){if(n.i(i.b)(e))return e;if(!this.supports(e))throw new o.a(t,e);return e.slice(r,s)},t.prototype.supports=function(t){return"string"==typeof t||Array.isArray(t)},t.decorators=[{type:r.Pipe,args:[{name:"slice",pure:!1}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2),i=n(47),o=n(76);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e){if(n.i(i.b)(e))return e;if("string"!=typeof e)throw new o.a(t,e);return e.toUpperCase()},t.decorators=[{type:r.Pipe,args:[{name:"uppercase"}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"a",function(){return i});var i=r.__core_private__.isPromise},function(t,e,n){"use strict";var r=n(6);n.d(e,"a",function(){return i});var i=function(){function t(){this._map=new Map,this._allPlayers=[]}return t.prototype.find=function(t,e){var i=this._map.get(t);if(n.i(r.d)(i))return i[e]},t.prototype.findAllPlayersByElement=function(t){var e=this._map.get(t);return e?Object.keys(e).map(function(t){return e[t]}):[]},t.prototype.set=function(t,e,i){var o=this._map.get(t);n.i(r.d)(o)||(o={});var s=o[e];n.i(r.d)(s)&&this.remove(t,e),o[e]=i,this._allPlayers.push(i),this._map.set(t,o)},t.prototype.getAllPlayers=function(){return this._allPlayers},t.prototype.remove=function(t,e){var n=this._map.get(t);if(n){var r=n[e];delete n[e];var i=this._allPlayers.indexOf(r);this._allPlayers.splice(i,1),0===Object.keys(n).length&&this._map.delete(t)}},t}()},function(t,e,n){"use strict";var r=n(9);n.d(e,"a",function(){return r.ChangeDetectionStrategy}),n.d(e,"b",function(){return r.ChangeDetectorRef}),n.d(e,"c",function(){return r.CollectionChangeRecord}),n.d(e,"d",function(){return r.DefaultIterableDiffer}),n.d(e,"e",function(){return r.IterableDiffers}),n.d(e,"f",function(){return r.KeyValueChangeRecord}),n.d(e,"g",function(){return r.KeyValueDiffers}),n.d(e,"h",function(){return r.SimpleChange}),n.d(e,"i",function(){return r.WrappedValue})},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var r=function(){function t(){}return t}()},function(t,e,n){"use strict";var r=n(296),i=n(435),o=n(54),s=n(145),a=n(117),c=n(144),u=n(436),l=n(434),h=n(425),p=n(287),f=n(153),_=n(419),d=n(432),g=n(202),m=n(285),y=n(151),v=n(206),b=n(201),w=n(200),x=n(422),C=n(284),E=n(283),I=n(143),S=n(38);n.d(e,"L",function(){return r.b}),n.d(e,"M",function(){return r.c}),n.d(e,"N",function(){return r.d}),n.d(e,"O",function(){return r.e}),n.d(e,"P",function(){return r.f}),n.d(e,"Q",function(){return r.g}),n.d(e,"R",function(){return r.h}),n.d(e,"S",function(){return r.i}),n.d(e,"T",function(){return r.j}),n.d(e,"U",function(){return r.k}),n.d(e,"V",function(){return r.l}),n.d(e,"W",function(){return r.m}),n.d(e,"X",function(){return r.n}),n.d(e,"Y",function(){return r.o}),n.d(e,"Z",function(){return r.p}),n.d(e,"_0",function(){return r.q}),n.d(e,"_1",function(){return r.r}),n.d(e,"_2",function(){return r.s}),n.d(e,"_3",function(){return r.t}),n.d(e,"_4",function(){return r.u}),n.d(e,"_5",function(){return r.v}),n.d(e,"_6",function(){return r.w}),n.d(e,"_7",function(){return r.x}),n.d(e,"_8",function(){return r.y}),n.d(e,"_9",function(){return r.a}),n.d(e,"_10",function(){return r.z}),n.d(e,"_11",function(){return i.a}),n.d(e,"_12",function(){return o.h}),n.d(e,"_13",function(){return o.i}),n.d(e,"_14",function(){return o.g}),n.d(e,"_15",function(){return o.f}),n.d(e,"_16",function(){return o.j}),n.d(e,"_17",function(){return o.k}),n.d(e,"_18",function(){return o.a}),n.d(e,"_73",function(){return o.c}),n.d(e,"_74",function(){return o.d}),n.d(e,"_75",function(){return o.b}),n.d(e,"_76",function(){return o.l}),n.d(e,"_77",function(){return o.e}),n.d(e,"_78",function(){return o.m}),n.d(e,"a",function(){return s.assertPlatform}),n.d(e,"b",function(){return s.destroyPlatform}),n.d(e,"c",function(){return s.getPlatform}),n.d(e,"d",function(){return s.createPlatform}),n.d(e,"e",function(){return s.ApplicationRef}),n.d(e,"f",function(){return s.enableProdMode}),n.d(e,"g",function(){return s.isDevMode}),n.d(e,"h",function(){return s.createPlatformFactory}),n.d(e,"i",function(){return s.PlatformRef}),n.d(e,"j",function(){return a.APP_ID}),n.d(e,"k",function(){return a.PACKAGE_ROOT_URL}),n.d(e,"l",function(){return a.APP_BOOTSTRAP_LISTENER}),n.d(e,"m",function(){return a.PLATFORM_INITIALIZER}),n.d(e,"n",function(){return c.ApplicationInitStatus}),n.d(e,"o",function(){return c.APP_INITIALIZER}),n.d(e,"_19",function(){return u.a}),n.d(e,"_20",function(){return l.a}),n.d(e,"_21",function(){return l.b}),n.d(e,"_22",function(){return l.c}),n.d(e,"_23",function(){return h.a}),n.d(e,"_24",function(){return h.b}),n.d(e,"_25",function(){return h.c}),n.d(e,"_26",function(){return h.d}),n.d(e,"_27",function(){return h.e}),n.d(e,"_28",function(){return h.f}),n.d(e,"_29",function(){return h.g}),n.d(e,"_30",function(){return h.h}),n.d(e,"_31",function(){return h.i}),n.d(e,"_32",function(){return h.j}),n.d(e,"_33",function(){return h.k}),n.d(e,"_34",function(){return h.l}),n.d(e,"_35",function(){return h.m}),n.d(e,"_36",function(){return h.n}),n.d(e,"_37",function(){return h.o}),n.d(e,"_38",function(){return h.p}),n.d(e,"_39",function(){return h.q}),n.d(e,"_40",function(){return h.r}),n.d(e,"_41",function(){return h.s}),n.d(e,"p",function(){return p.a}),n.d(e,"q",function(){return p.d}),n.d(e,"r",function(){return p.g}),n.d(e,"s",function(){return p.c}),n.d(e,"t",function(){return f.Testability}),n.d(e,"u",function(){return f.TestabilityRegistry}),n.d(e,"v",function(){return f.setTestabilityGetter}),n.d(e,"_42",function(){return _.a}),n.d(e,"_43",function(){return _.b}),n.d(e,"_44",function(){return _.c}),n.d(e,"_45",function(){return _.d}),n.d(e,"_46",function(){return _.e}),n.d(e,"_47",function(){return _.f}),n.d(e,"_48",function(){return _.g}),n.d(e,"_49",function(){return _.h}),n.d(e,"_50",function(){return _.i}),n.d(e,"_51",function(){return d.a}),n.d(e,"w",function(){return g.TRANSLATIONS}),n.d(e,"x",function(){return g.TRANSLATIONS_FORMAT}),n.d(e,"y",function(){return g.LOCALE_ID}),n.d(e,"z",function(){return m.ApplicationModule}),n.d(e,"A",function(){return y.a}),n.d(e,"B",function(){return y.b}),n.d(e,"C",function(){return y.c}),n.d(e,"D",function(){return y.d}),n.d(e,"E",function(){return v.a}),n.d(e,"F",function(){return b.a}),n.d(e,"G",function(){return w.ErrorHandler}),n.d(e,"_52",function(){return x.a}),n.d(e,"_53",function(){return C.a}),n.d(e,"_54",function(){return C.b}),n.d(e,"_55",function(){return C.c}),n.d(e,"_56",function(){return C.d}),n.d(e,"_57",function(){return C.e}),n.d(e,"_58",function(){return C.f}),n.d(e,"_59",function(){return C.g}),n.d(e,"_60",function(){return C.h}),n.d(e,"_61",function(){return C.i}),n.d(e,"_62",function(){return C.j}),n.d(e,"_63",function(){return C.k}),n.d(e,"_64",function(){return C.l}),n.d(e,"_65",function(){return C.m}),n.d(e,"_66",function(){return C.n}),n.d(e,"_67",function(){return C.o}),n.d(e,"_68",function(){return C.p}),n.d(e,"_69",function(){return C.q}),n.d(e,"_70",function(){return C.r}),n.d(e,"_71",function(){return C.s}),n.d(e,"_72",function(){return C.t}),n.d(e,"H",function(){return E.a}),n.d(e,"I",function(){return I.AnimationPlayer}),n.d(e,"J",function(){return S.Sanitizer}),n.d(e,"K",function(){return S.SecurityContext})},function(t,e,n){"use strict";var r=n(275),i=n(276),o=n(277),s=n(143),a=n(279),c=n(280),u=n(281),l=n(282),h=n(146),p=n(147),f=n(148),_=n(423),d=n(199),g=n(103),m=n(61),y=n(290),v=n(13),b=n(203),w=n(292),x=n(24),C=n(20),E=n(12),I=n(8),S=n(297),T=n(16),k=n(204),O=n(298),A=n(205),P=n(152),R=n(104),N=n(207);n.d(e,"a",function(){return M});var M={isDefaultChangeDetectionStrategy:p.c,ChangeDetectorStatus:p.b,constructDependencies:d.b,LifecycleHooks:S.a,LIFECYCLE_HOOKS_VALUES:S.b,ReflectorReader:A.a,CodegenComponentFactoryResolver:m.CodegenComponentFactoryResolver,AppElement:v.AppElement,AppView:C.AppView,DebugAppView:C.DebugAppView,NgModuleInjector:b.NgModuleInjector,registerModuleFactory:w.a,ViewType:E.ViewType,view_utils:I,ViewMetadata:T.ViewMetadata,DebugContext:y.a,StaticNodeDebugInfo:y.b,devModeEqual:h.b,UNINITIALIZED:h.a,ValueUnwrapper:h.c,RenderDebugInfo:P.RenderDebugInfo,TemplateRef_:x.TemplateRef_,ReflectionCapabilities:O.a,makeDecorator:R.c,DebugDomRootRenderer:_.a,Console:f.Console,reflector:k.a,Reflector:k.b,NoOpAnimationPlayer:s.NoOpAnimationPlayer,AnimationPlayer:s.AnimationPlayer,AnimationSequencePlayer:a.AnimationSequencePlayer,AnimationGroupPlayer:i.a,AnimationKeyframe:o.AnimationKeyframe,prepareFinalAnimationStyles:c.prepareFinalAnimationStyles,balanceAnimationKeyframes:c.balanceAnimationKeyframes,flattenStyles:c.flattenStyles,clearStyles:c.clearStyles,renderStyles:c.renderStyles,collectAndResolveStyles:c.collectAndResolveStyles,AnimationStyles:u.AnimationStyles,ANY_STATE:r.b,DEFAULT_STATE:r.c,EMPTY_STATE:r.d,FILL_STYLE_FLAG:r.a,ComponentStillLoadingError:g.ComponentStillLoadingError,isPromise:N.a,AnimationTransition:l.AnimationTransition}},function(t,e,n){"use strict";var r=n(6),i=n(287);n.d(e,"a",function(){return o});var o=function(){function t(t){this._delegate=t}return t.prototype.renderComponent=function(t){return new s(this._delegate.renderComponent(t))},t}(),s=function(){function t(t){this._delegate=t}return t.prototype.selectRootElement=function(t,e){var r=this._delegate.selectRootElement(t,e),o=new i.a(r,null,e);return n.i(i.b)(o),r},t.prototype.createElement=function(t,e,r){var o=this._delegate.createElement(t,e,r),s=new i.a(o,n.i(i.c)(t),r);return s.name=e,n.i(i.b)(s),o},t.prototype.createViewRoot=function(t){return this._delegate.createViewRoot(t)},t.prototype.createTemplateAnchor=function(t,e){var r=this._delegate.createTemplateAnchor(t,e),o=new i.d(r,n.i(i.c)(t),e);return n.i(i.b)(o),r},t.prototype.createText=function(t,e,r){var o=this._delegate.createText(t,e,r),s=new i.d(o,n.i(i.c)(t),r);return n.i(i.b)(s),o},t.prototype.projectNodes=function(t,e){var o=n.i(i.c)(t);if(n.i(r.d)(o)&&o instanceof i.a){var s=o;e.forEach(function(t){s.addChild(n.i(i.c)(t))})}this._delegate.projectNodes(t,e)},t.prototype.attachViewAfter=function(t,e){var o=n.i(i.c)(t);if(n.i(r.d)(o)){var s=o.parent;if(e.length>0&&n.i(r.d)(s)){var a=[];e.forEach(function(t){return a.push(n.i(i.c)(t))}),s.insertChildrenAfter(o,a)}}this._delegate.attachViewAfter(t,e)},t.prototype.detachView=function(t){t.forEach(function(t){var e=n.i(i.c)(t);n.i(r.d)(e)&&n.i(r.d)(e.parent)&&e.parent.removeChild(e)}),this._delegate.detachView(t)},t.prototype.destroyView=function(t,e){e.forEach(function(t){n.i(i.e)(n.i(i.c)(t))}),this._delegate.destroyView(t,e)},t.prototype.listen=function(t,e,o){var s=n.i(i.c)(t);return n.i(r.d)(s)&&s.listeners.push(new i.f(e,o)),this._delegate.listen(t,e,o)},t.prototype.listenGlobal=function(t,e,n){return this._delegate.listenGlobal(t,e,n)},t.prototype.setElementProperty=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.properties[e]=o),this._delegate.setElementProperty(t,e,o)},t.prototype.setElementAttribute=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.attributes[e]=o),this._delegate.setElementAttribute(t,e,o)},t.prototype.setBindingDebugInfo=function(t,e,n){this._delegate.setBindingDebugInfo(t,e,n)},t.prototype.setElementClass=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.classes[e]=o),this._delegate.setElementClass(t,e,o)},t.prototype.setElementStyle=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.styles[e]=o),this._delegate.setElementStyle(t,e,o)},t.prototype.invokeElementMethod=function(t,e,n){this._delegate.invokeElementMethod(t,e,n)},t.prototype.setText=function(t,e){this._delegate.setText(t,e)},t.prototype.animate=function(t,e,n,r,i,o){return this._delegate.animate(t,e,n,r,i,o)},t}()},function(t,e,n){"use strict";function r(t,e){for(var n=new Array(t._proto.numberOfProviders),r=0;r0&&(this.provider0=e[0],this.keyId0=e[0].key.id),n>1&&(this.provider1=e[1],this.keyId1=e[1].key.id),n>2&&(this.provider2=e[2],this.keyId2=e[2].key.id),n>3&&(this.provider3=e[3],this.keyId3=e[3].key.id),n>4&&(this.provider4=e[4],this.keyId4=e[4].key.id),n>5&&(this.provider5=e[5],this.keyId5=e[5].key.id),n>6&&(this.provider6=e[6],this.keyId6=e[6].key.id),n>7&&(this.provider7=e[7],this.keyId7=e[7].key.id),n>8&&(this.provider8=e[8],this.keyId8=e[8].key.id),n>9&&(this.provider9=e[9],this.keyId9=e[9].key.id)}return t.prototype.getProviderAtIndex=function(t){if(0==t)return this.provider0;if(1==t)return this.provider1;if(2==t)return this.provider2;if(3==t)return this.provider3;if(4==t)return this.provider4;if(5==t)return this.provider5;if(6==t)return this.provider6;if(7==t)return this.provider7;if(8==t)return this.provider8;if(9==t)return this.provider9;throw new a.d(t)},t.prototype.createInjectorStrategy=function(t){return new d(t,this)},t}(),f=function(){function t(t,e){this.providers=e;var n=e.length;this.keyIds=new Array(n);for(var r=0;r=this.providers.length)throw new a.d(t);return this.providers[t]},t.prototype.createInjectorStrategy=function(t){return new g(this,t)},t}(),_=function(){function t(t){this.numberOfProviders=t.length,this._strategy=t.length>l?new f(this,t):new p(this,t)}return t.fromResolvedProviders=function(e){return new t(e)},t.prototype.getProviderAtIndex=function(t){return this._strategy.getProviderAtIndex(t)},t}(),d=function(){function t(t,e){this.injector=t,this.protoStrategy=e,this.obj0=h,this.obj1=h,this.obj2=h,this.obj3=h,this.obj4=h,this.obj5=h,this.obj6=h,this.obj7=h,this.obj8=h,this.obj9=h}return t.prototype.resetConstructionCounter=function(){this.injector._constructionCounter=0},t.prototype.instantiateProvider=function(t){return this.injector._new(t)},t.prototype.getObjByKeyId=function(t){var e=this.protoStrategy,n=this.injector;return e.keyId0===t?(this.obj0===h&&(this.obj0=n._new(e.provider0)),this.obj0):e.keyId1===t?(this.obj1===h&&(this.obj1=n._new(e.provider1)),this.obj1):e.keyId2===t?(this.obj2===h&&(this.obj2=n._new(e.provider2)),this.obj2):e.keyId3===t?(this.obj3===h&&(this.obj3=n._new(e.provider3)),this.obj3):e.keyId4===t?(this.obj4===h&&(this.obj4=n._new(e.provider4)),this.obj4):e.keyId5===t?(this.obj5===h&&(this.obj5=n._new(e.provider5)),this.obj5):e.keyId6===t?(this.obj6===h&&(this.obj6=n._new(e.provider6)),this.obj6):e.keyId7===t?(this.obj7===h&&(this.obj7=n._new(e.provider7)),this.obj7):e.keyId8===t?(this.obj8===h&&(this.obj8=n._new(e.provider8)),this.obj8):e.keyId9===t?(this.obj9===h&&(this.obj9=n._new(e.provider9)),this.obj9):h},t.prototype.getObjAtIndex=function(t){if(0==t)return this.obj0;if(1==t)return this.obj1;if(2==t)return this.obj2;if(3==t)return this.obj3;if(4==t)return this.obj4;if(5==t)return this.obj5;if(6==t)return this.obj6;if(7==t)return this.obj7;if(8==t)return this.obj8;if(9==t)return this.obj9;throw new a.d(t)},t.prototype.getMaxNumberOfObjects=function(){return l},t}(),g=function(){function t(t,e){this.protoStrategy=t,this.injector=e,this.objs=new Array(t.providers.length).fill(h)}return t.prototype.resetConstructionCounter=function(){this.injector._constructionCounter=0},t.prototype.instantiateProvider=function(t){return this.injector._new(t)},t.prototype.getObjByKeyId=function(t){for(var e=this.protoStrategy,n=0;n=this.objs.length)throw new a.d(t);return this.objs[t]},t.prototype.getMaxNumberOfObjects=function(){return this.objs.length},t}(),m=function(){function t(){}return t.resolve=function(t){return n.i(u.a)(t)},t.resolveAndCreate=function(e,n){void 0===n&&(n=null);var r=t.resolve(e);return t.fromResolvedProviders(r,n)},t.fromResolvedProviders=function(t,e){return void 0===e&&(e=null),new y(_.fromResolvedProviders(t),e)},Object.defineProperty(t.prototype,"parent",{get:function(){return n.i(i.a)()},enumerable:!0,configurable:!0}),t.prototype.resolveAndCreateChild=function(t){return n.i(i.a)()},t.prototype.createChildFromResolved=function(t){return n.i(i.a)()},t.prototype.resolveAndInstantiate=function(t){return n.i(i.a)()},t.prototype.instantiateResolved=function(t){return n.i(i.a)()},t}(),y=function(){function t(t,e){void 0===e&&(e=null),this._constructionCounter=0,this._proto=t,this._parent=e,this._strategy=t._strategy.createInjectorStrategy(this)}return t.prototype.get=function(t,e){return void 0===e&&(e=o.a),this._getByKey(c.a.get(t),null,null,e)},t.prototype.getAt=function(t){return this._strategy.getObjAtIndex(t)},Object.defineProperty(t.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"internalStrategy",{get:function(){return this._strategy},enumerable:!0,configurable:!0}),t.prototype.resolveAndCreateChild=function(t){var e=m.resolve(t);return this.createChildFromResolved(e)},t.prototype.createChildFromResolved=function(e){var n=new _(e),r=new t(n);return r._parent=this,r},t.prototype.resolveAndInstantiate=function(t){return this.instantiateResolved(m.resolve([t])[0])},t.prototype.instantiateResolved=function(t){return this._instantiateProvider(t)},t.prototype._new=function(t){if(this._constructionCounter++>this._strategy.getMaxNumberOfObjects())throw new a.e(this,t.key);return this._instantiateProvider(t)},t.prototype._instantiateProvider=function(t){if(t.multiProvider){for(var e=new Array(t.resolvedFactories.length),n=0;n0?this._getByReflectiveDependency(t,E[0]):null,r=I>1?this._getByReflectiveDependency(t,E[1]):null,i=I>2?this._getByReflectiveDependency(t,E[2]):null,o=I>3?this._getByReflectiveDependency(t,E[3]):null,s=I>4?this._getByReflectiveDependency(t,E[4]):null,c=I>5?this._getByReflectiveDependency(t,E[5]):null,u=I>6?this._getByReflectiveDependency(t,E[6]):null,l=I>7?this._getByReflectiveDependency(t,E[7]):null,h=I>8?this._getByReflectiveDependency(t,E[8]):null,p=I>9?this._getByReflectiveDependency(t,E[9]):null,f=I>10?this._getByReflectiveDependency(t,E[10]):null,_=I>11?this._getByReflectiveDependency(t,E[11]):null,d=I>12?this._getByReflectiveDependency(t,E[12]):null,g=I>13?this._getByReflectiveDependency(t,E[13]):null,m=I>14?this._getByReflectiveDependency(t,E[14]):null,y=I>15?this._getByReflectiveDependency(t,E[15]):null,v=I>16?this._getByReflectiveDependency(t,E[16]):null,b=I>17?this._getByReflectiveDependency(t,E[17]):null,w=I>18?this._getByReflectiveDependency(t,E[18]):null,x=I>19?this._getByReflectiveDependency(t,E[19]):null}catch(e){throw(e instanceof a.f||e instanceof a.g)&&e.addKey(this,t.key),e}var S;try{switch(I){case 0:S=C();break;case 1:S=C(n);break;case 2:S=C(n,r);break;case 3:S=C(n,r,i);break;case 4:S=C(n,r,i,o);break;case 5:S=C(n,r,i,o,s);break;case 6:S=C(n,r,i,o,s,c);break;case 7:S=C(n,r,i,o,s,c,u);break;case 8:S=C(n,r,i,o,s,c,u,l);break;case 9:S=C(n,r,i,o,s,c,u,l,h);break;case 10:S=C(n,r,i,o,s,c,u,l,h,p);break;case 11:S=C(n,r,i,o,s,c,u,l,h,p,f);break;case 12:S=C(n,r,i,o,s,c,u,l,h,p,f,_);break;case 13:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d);break;case 14:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g);break;case 15:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m);break;case 16:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y);break;case 17:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y,v);break;case 18:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y,v,b);break;case 19:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y,v,b,w);break;case 20:S=C(n,r,i,o,s,c,u,l,h,p,f,_,d,g,m,y,v,b,w,x);break;default:throw new Error("Cannot instantiate '"+t.key.displayName+"' because it has more than 20 dependencies")}}catch(e){throw new a.g(this,e,e.stack,t.key)}return S},t.prototype._getByReflectiveDependency=function(t,e){return this._getByKey(e.key,e.lowerBoundVisibility,e.upperBoundVisibility,e.optional?null:o.a)},t.prototype._getByKey=function(t,e,n,r){return t===v?this:n instanceof s.d?this._getByKeySelf(t,r):this._getByKeyDefault(t,r,e)},t.prototype._throwOrNull=function(t,e){if(e!==o.a)return e;throw new a.h(this,t)},t.prototype._getByKeySelf=function(t,e){var n=this._strategy.getObjByKeyId(t.id);return n!==h?n:this._throwOrNull(t,e)},t.prototype._getByKeyDefault=function(e,n,r){var i;for(i=r instanceof s.f?this._parent:this;i instanceof t;){var o=i,a=o._strategy.getObjByKeyId(e.id);if(a!==h)return a;i=o._parent}return null!==i?i.get(e.token,n):this._throwOrNull(e,n)},Object.defineProperty(t.prototype,"displayName",{get:function(){var t=r(this,function(t){return' "'+t.key.displayName+'" '}).join(", ");return"ReflectiveInjector(providers: ["+t+"])"},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return this.displayName},t}(),v=c.a.get(o.b)},function(t,e,n){"use strict";var r=n(103),i=n(15),o=n(61),s=n(28),a=n(203),c=n(292),u=n(293),l=n(428),h=n(24),p=n(294),f=n(295);n.d(e,"a",function(){return r.COMPILER_OPTIONS}),n.d(e,"b",function(){return r.CompilerFactory}),n.d(e,"c",function(){return r.ModuleWithComponentFactories}),n.d(e,"d",function(){return r.Compiler}),n.d(e,"e",function(){return i.ComponentFactory}),n.d(e,"f",function(){return i.ComponentRef}),n.d(e,"g",function(){return o.ComponentFactoryResolver}),n.d(e,"h",function(){return s.ElementRef}),n.d(e,"i",function(){return a.NgModuleFactory}),n.d(e,"j",function(){return a.NgModuleRef}),n.d(e,"k",function(){return c.b}),n.d(e,"l",function(){return c.c}),n.d(e,"m",function(){return u.QueryList}),n.d(e,"n",function(){return l.a}),n.d(e,"o",function(){return l.b}),n.d(e,"p",function(){return h.TemplateRef}),n.d(e,"q",function(){return p.b}),n.d(e,"r",function(){return f.b}),n.d(e,"s",function(){return f.c})},function(t,e,n){"use strict";var r=n(276),i=n(278),o=n(418);n.d(e,"a",function(){return s});var s=function(){function t(){this._players=new o.a}return t.prototype.onAllActiveAnimationsDone=function(t){var e=this._players.getAllPlayers();e.length?new r.a(e).onDone(function(){return t()}):t()},t.prototype.queueAnimation=function(t,e,r){n.i(i.b)(r),this._players.set(t,e,r)},t.prototype.cancelActiveAnimation=function(t,e,n){if(void 0===n&&(n=!1),n)this._players.findAllPlayersByElement(t).forEach(function(t){return t.destroy()});else{var r=this._players.find(t,e);r&&r.destroy()}},t}()},function(t,e,n){"use strict";var r=n(149);n.d(e,"a",function(){return s});var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=new Object,s=function(t){function e(e,n){t.call(this),this._view=e,this._nodeIndex=n}return i(e,t),e.prototype.get=function(t,e){void 0===e&&(e=r.a);var n=o;return n===o&&(n=this._view.injectorGet(t,this._nodeIndex,o)),n===o&&(n=this._view.parentInjector.get(t,e)),n},e}(r.b)},function(t,e,n){"use strict";function r(t,e,n){if(!t)throw new Error("Cannot find '"+n+"' in '"+e+"'");return t}var i=n(54),o=n(103);n.d(e,"b",function(){return c}),n.d(e,"a",function(){return l});var s="#",a="NgFactory",c=function(){function t(){}return t}(),u={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},l=function(){function t(t,e){this._compiler=t,this._config=e||u}return t.prototype.load=function(t){var e=this._compiler instanceof o.Compiler;return e?this.loadFactory(t):this.loadAndCompile(t)},t.prototype.loadAndCompile=function(t){var e=this,i=t.split(s),o=i[0],a=i[1];return void 0===a&&(a="default"),n(289)(o).then(function(t){return t[a]}).then(function(t){return r(t,o,a)}).then(function(t){return e._compiler.compileModuleAsync(t)})},t.prototype.loadFactory=function(t){var e=t.split(s),i=e[0],o=e[1],c=a;return void 0===o&&(o="default",c=""),n(289)(this._config.factoryPathPrefix+i+this._config.factoryPathSuffix).then(function(t){return t[o+c]}).then(function(t){return r(t,i,o)})},t.decorators=[{type:i.b}],t.ctorParameters=[{type:o.Compiler},{type:c,decorators:[{type:i.d}]}],t}()},function(t,e,n){"use strict";var r=n(197),i=n(104);n.d(e,"g",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"d",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"b",function(){return u}),n.d(e,"f",function(){return l}),n.d(e,"e",function(){return h});var o=new r.a("AnalyzeForEntryComponents"),s=n.i(i.a)("Attribute",[["attributeName",void 0]]),a=function(){function t(){}return t}(),c=n.i(i.b)("ContentChildren",[["selector",void 0],{first:!1,isViewQuery:!1,descendants:!1,read:void 0}],a),u=n.i(i.b)("ContentChild",[["selector",void 0],{first:!0,isViewQuery:!1,descendants:!0,read:void 0}],a),l=n.i(i.b)("ViewChildren",[["selector",void 0],{first:!1,isViewQuery:!0,descendants:!0,read:void 0}],a),h=n.i(i.b)("ViewChild",[["selector",void 0],{first:!0,isViewQuery:!0,descendants:!0,read:void 0}],a)},function(t,e,n){"use strict";var r=n(147),i=n(104);n.d(e,"b",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"g",function(){return a}),n.d(e,"e",function(){return c}),n.d(e,"f",function(){return u}),n.d(e,"c",function(){return l}),n.d(e,"d",function(){return h});var o=n.i(i.c)("Directive",{selector:void 0,inputs:void 0,outputs:void 0,host:void 0,providers:void 0,exportAs:void 0,queries:void 0}),s=n.i(i.c)("Component",{selector:void 0,inputs:void 0,outputs:void 0,host:void 0,exportAs:void 0,moduleId:void 0,providers:void 0,viewProviders:void 0,changeDetection:r.a.Default,queries:void 0,templateUrl:void 0,template:void 0,styleUrls:void 0,styles:void 0,animations:void 0,encapsulation:void 0,interpolation:void 0,entryComponents:void 0},o),a=n.i(i.c)("Pipe",{name:void 0,pure:!0}),c=n.i(i.b)("Input",[["bindingPropertyName",void 0]]),u=n.i(i.b)("Output",[["bindingPropertyName",void 0]]),l=n.i(i.b)("HostBinding",[["hostPropertyName",void 0]]),h=n.i(i.b)("HostListener",[["eventName",void 0],["args",[]]]); -},function(t,e,n){"use strict";var r=n(104);n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"a",function(){return s});var i={name:"custom-elements"},o={name:"no-errors-schema"},s=n.i(r.c)("NgModule",{providers:void 0,declarations:void 0,imports:void 0,exports:void 0,entryComponents:void 0,bootstrap:void 0,schemas:void 0,id:void 0})},function(t,e,n){"use strict";function r(){return s.a}var i=n(145),o=n(148),s=n(204),a=n(205),c=n(153);n.d(e,"a",function(){return l});var u=[i.PlatformRef_,{provide:i.PlatformRef,useExisting:i.PlatformRef_},{provide:s.b,useFactory:r,deps:[]},{provide:a.a,useExisting:s.b},c.TestabilityRegistry,o.Console],l=n.i(i.createPlatformFactory)(null,"core",u)},function(t,e,n){"use strict";function r(){var t=c.a.wtf;return!(!t||!(u=t.trace))&&(l=u.events,!0)}function i(t,e){return void 0===e&&(e=null),l.createScope(t,e)}function o(t,e){return u.leaveScope(t,e),e}function s(t,e){return u.beginTimeRange(t,e)}function a(t){u.endTimeRange(t)}var c=n(6);e.a=r,e.b=i,e.c=o,e.d=s,e.e=a;var u,l},function(t,e,n){"use strict";var r=n(152);n.d(e,"a",function(){return r.RenderComponentType}),n.d(e,"b",function(){return r.Renderer}),n.d(e,"c",function(){return r.RootRenderer})},function(t,e,n){"use strict";var r=n(104);n.d(e,"a",function(){return r.d})},function(t,e,n){"use strict";var r=n(105);n.d(e,"a",function(){return r.NgZone})},function(t,e,n){"use strict";var r=n(25),i=n(51);n.d(e,"a",function(){return s});var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=function(t){function e(){var e=this;t.call(this),this._animationPrefix=null,this._transitionEnd=null;try{var r=this.createElement("div",this.defaultDoc());if(n.i(i.a)(this.getStyle(r,"animationName")))this._animationPrefix="";else for(var o=["Webkit","Moz","O","ms"],s=0;s=p&&n<=f||n==_))return t.substring(e,t.length)}return""}function s(t){switch(t){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}var a=n(2),c=n(51),u=n(303),l=n(444);n.d(e,"a",function(){return h});var h=function(){function t(){}return t.prototype.animate=function(t,e,i,o,s,a){var u=[],h={};if(n.i(c.a)(e)&&e.styles.length>0&&(h=r(t,e,{}),h.offset=0,u.push(h)),i.forEach(function(e){var n=r(t,e.styles,h);n.offset=e.offset,u.push(n)}),1==u.length){var p=u[0];p.offset=null,u=[p,p]}var f={duration:o,delay:s,fill:"both"};return a&&(f.easing=a),new l.a(t,u,f)},t}(),p=48,f=57,_=46},function(t,e,n){"use strict";function r(t,e){return n.i(s.a)().getComputedStyle(t)[e]}var i=n(2),o=n(51),s=n(25);n.d(e,"a",function(){return a});var a=function(){function t(t,e,n){this.element=t,this.keyframes=e,this.options=n,this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._initialized=!1,this._started=!1,this.parentPlayer=null,this._duration=n.duration}return t.prototype._onFinish=function(){this._finished||(this._finished=!0,n.i(o.a)(this.parentPlayer)||this.destroy(),this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){var t=this;if(!this._initialized){this._initialized=!0;var e=this.keyframes.map(function(e){var n={};return Object.keys(e).forEach(function(o){var s=e[o];n[o]=s==i.AUTO_STYLE?r(t.element,o):s}),n});this._player=this._triggerWebAnimation(this.element,e,this.options),this.reset(),this._player.onfinish=function(){return t._onFinish()}}},t.prototype._triggerWebAnimation=function(t,e,n){return t.animate(e,n)},t.prototype.onStart=function(t){this._onStartFns.push(t)},t.prototype.onDone=function(t){this._onDoneFns.push(t)},t.prototype.play=function(){this.init(),this.hasStarted()||(this._onStartFns.forEach(function(t){return t()}),this._onStartFns=[],this._started=!0),this._player.play()},t.prototype.pause=function(){this.init(),this._player.pause()},t.prototype.finish=function(){this.init(),this._onFinish(),this._player.finish()},t.prototype.reset=function(){this._player.cancel()},t.prototype.restart=function(){this.reset(),this.play()},t.prototype.hasStarted=function(){return this._started},t.prototype.destroy=function(){this.reset(),this._onFinish()},Object.defineProperty(t.prototype,"totalTime",{get:function(){return this._duration},enumerable:!0,configurable:!0}),t.prototype.setPosition=function(t){this._player.currentTime=t*this.totalTime},t.prototype.getPosition=function(){return this._player.currentTime/this.totalTime},t}()},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var r="undefined"!=typeof window&&window||{};r.document,r.location,r.gc?function(){return r.gc()}:function(){return null},r.performance?r.performance:null,r.Event,r.MouseEvent,r.KeyboardEvent,r.EventTarget,r.History,r.Location,r.EventListener},function(t,e,n){"use strict";var r=n(208),i=n(209),o=n(440),s=n(154),a=n(441),c=n(155),u=n(119),l=n(91),h=n(157),p=n(55),f=n(447);n.d(e,"a",function(){return r.BrowserModule}),n.d(e,"b",function(){return r.platformBrowser}),n.d(e,"c",function(){return i.Title}),n.d(e,"d",function(){return o.a}),n.d(e,"e",function(){return o.b}),n.d(e,"f",function(){return s.AnimationDriver}),n.d(e,"g",function(){return a.a}),n.d(e,"h",function(){return c.NgProbeToken}),n.d(e,"i",function(){return u.DOCUMENT}),n.d(e,"j",function(){return l.EVENT_MANAGER_PLUGINS}),n.d(e,"k",function(){return l.EventManager}),n.d(e,"l",function(){return h.HAMMER_GESTURE_CONFIG}),n.d(e,"m",function(){return h.HammerGestureConfig}),n.d(e,"n",function(){return p.DomSanitizer}),n.d(e,"o",function(){return f.a})},function(t,e,n){"use strict";var r=n(208),i=n(300),o=n(301),s=n(302),a=n(155),c=n(25),u=n(156),l=n(210),h=n(157),p=n(211),f=n(158);n.d(e,"a",function(){return _});var _={BrowserPlatformLocation:o.a,DomAdapter:c.b,BrowserDomAdapter:i.a,BrowserGetTestability:s.a,getDOM:c.a,setRootDomAdapter:c.c,DomRootRenderer_:u.DomRootRenderer_,DomRootRenderer:u.DomRootRenderer,DomSharedStylesHost:f.DomSharedStylesHost,SharedStylesHost:f.SharedStylesHost,ELEMENT_PROBE_PROVIDERS:a.ELEMENT_PROBE_PROVIDERS,DomEventsPlugin:l.DomEventsPlugin,KeyEventsPlugin:p.KeyEventsPlugin,HammerGesturesPlugin:h.HammerGesturesPlugin,initDomAdapter:r.initDomAdapter,INTERNAL_BROWSER_PLATFORM_PROVIDERS:r.INTERNAL_BROWSER_PLATFORM_PROVIDERS,BROWSER_SANITIZATION_PROVIDERS:r.BROWSER_SANITIZATION_PROVIDERS}},function(t,e,n){"use strict";function r(){if(p)return p;f=n.i(l.a)();var t=f.createElement("template");if("content"in t)return t;var e=f.createHtmlDocument();if(p=f.querySelector(e,"body"),null==p){var r=f.createElement("html",e);p=f.createElement("body",e),f.appendChild(r,p),f.appendChild(e,r)}return p}function i(t){for(var e={},n=0,r=t.split(",");n/g,">")}function a(t){f.attributeMap(t).forEach(function(e,n){"xmlns:ns1"!==n&&0!==n.indexOf("ns1:")||f.removeAttribute(t,n)});for(var e=0,n=f.childNodesAsList(t);e")):void(this.sanitizedSomething=!0)},t.prototype.endElement=function(t){var e=f.nodeName(t).toLowerCase();b.hasOwnProperty(e)&&!_.hasOwnProperty(e)&&(this.buf.push(""))},t.prototype.chars=function(t){this.buf.push(s(t))},t}(),S=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,T=/([^\#-~ |!])/g},function(t,e,n){"use strict";function r(t){for(var e=!0,n=!0,r=0;r .api-info-wrapper[_ngcontent-%COMP%] {\n box-sizing: border-box;\n padding: 40px;\n width: 60%; }\n @media (max-width: 1100px) {\n [_nghost-%COMP%] > .api-info-wrapper[_ngcontent-%COMP%] {\n width: 100%; } }\n\n.openapi-button[_ngcontent-%COMP%] {\n border: 1px solid #0033a0;\n color: #0033a0;\n font-weight: normal;\n margin-left: 0.5em;\n padding: 3px 8px 4px; }\n\n[_nghost-%COMP%] [section] {\n padding-top: 80px; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===R&&(R=t.createRenderComponentType("",0,v.ViewEncapsulation.None,[],{})),new N(t,e,n)}function i(t,e,n){return null===j&&(j=t.createRenderComponentType("",0,v.ViewEncapsulation.Emulated,M,{})),new D(t,e,n)}function o(t,e,n){return new L(t,e,n)}function s(t,e,n){return new V(t,e,n)}function a(t,e,n){return new F(t,e,n)}function c(t,e,n){return new B(t,e,n)}function u(t,e,n){return new U(t,e,n)}function l(t,e,n){return new z(t,e,n)}var h=n(213),p=n(20),f=n(13),_=n(8),d=n(12),g=n(9),m=n(21),y=n(35),v=n(16),b=n(15),w=n(453),x=n(40),C=n(313),E=n(24),I=n(161),S=n(121),T=n(61),k=n(32),O=n(229),A=n(38),P=function(){function t(t,e){this.changed=!1,this.context=new h.ApiInfo(t,e)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ApiInfo=P;var R=null,N=function(t){function e(n,r,i){t.call(this,e,R,d.ViewType.HOST,n,r,i,g.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=_.selectOrCreateRenderHostElement(this.renderer,"api-info",_.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new f.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ApiInfo_0_4=new P(this.parentInjector.get(m.SpecManager),this.parentInjector.get(y.OptionsService)),this._appEl_0.initComponent(this._ApiInfo_0_4.context,[],e),e.create(this._ApiInfo_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===h.ApiInfo&&0===e?this._ApiInfo_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ApiInfo_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ApiInfo_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.ApiInfoNgFactory=new b.ComponentFactory("api-info",r,h.ApiInfo);var M=[w.styles],j=null,D=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.COMPONENT,n,r,i,g.ChangeDetectorStatus.CheckOnce),this._expr_35=g.UNINITIALIZED,this._expr_36=g.UNINITIALIZED,this._expr_37=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);this._el_0=_.createRenderElement(this.renderer,e,"div",new _.InlineArray2(2,"class","api-info-wrapper"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=_.createRenderElement(this.renderer,this._el_0,"h1",_.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._el_4=_.createRenderElement(this.renderer,this._el_2,"span",new _.InlineArray2(2,"class","api-info-version"),null),this._text_5=this.renderer.createText(this._el_4,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._el_7=_.createRenderElement(this.renderer,this._el_0,"p",_.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_7,"\n Download OpenAPI (fka Swagger) specification:\n ",null),this._el_9=_.createRenderElement(this.renderer,this._el_7,"a",new _.InlineArray4(4,"class","openapi-button","target","_blank"),null),this._text_10=this.renderer.createText(this._el_9," Download ",null),this._text_11=this.renderer.createText(this._el_7,"\n ",null),this._text_12=this.renderer.createText(this._el_0,"\n ",null),this._el_13=_.createRenderElement(this.renderer,this._el_0,"p",_.EMPTY_INLINE_ARRAY,null),this._text_14=this.renderer.createText(this._el_13,"\n ",null),this._text_15=this.renderer.createText(this._el_13,"\n ",null),this._anchor_16=this.renderer.createTemplateAnchor(this._el_13,null),this._appEl_16=new f.AppElement(16,13,this,this._anchor_16),this._TemplateRef_16_5=new E.TemplateRef_(this._appEl_16,o),this._NgIf_16_6=new x.Wrapper_NgIf(this._appEl_16.vcRef,this._TemplateRef_16_5),this._text_17=this.renderer.createText(this._el_13,"\n ",null),this._anchor_18=this.renderer.createTemplateAnchor(this._el_13,null),this._appEl_18=new f.AppElement(18,13,this,this._anchor_18),this._TemplateRef_18_5=new E.TemplateRef_(this._appEl_18,c),this._NgIf_18_6=new x.Wrapper_NgIf(this._appEl_18.vcRef,this._TemplateRef_18_5),this._text_19=this.renderer.createText(this._el_13,"\n ",null),this._text_20=this.renderer.createText(this._el_0,"\n ",null),this._el_21=_.createRenderElement(this.renderer,this._el_0,"span",new _.InlineArray2(2,"class","redoc-markdown-block"),null),this._text_22=this.renderer.createText(this._el_21,"\n ",null),this._el_23=_.createRenderElement(this.renderer,this._el_21,"dynamic-ng2-viewer",_.EMPTY_INLINE_ARRAY,null),this._appEl_23=new f.AppElement(23,21,this,this._el_23);var n=C.viewFactory_DynamicNg2Viewer0(this.viewUtils,this.injector(23),this._appEl_23);return this._DynamicNg2Viewer_23_5=new C.Wrapper_DynamicNg2Viewer(this._appEl_23.vcRef,this.parentInjector.get(I.ContentProjector),this.parentInjector.get(S.ComponentParser),this.parentInjector.get(T.ComponentFactoryResolver),this.renderer),this._appEl_23.initComponent(this._DynamicNg2Viewer_23_5.context,[],n),n.create(this._DynamicNg2Viewer_23_5.context,[],null),this._text_24=this.renderer.createText(this._el_21,"\n ",null),this._text_25=this.renderer.createText(this._el_0,"\n",null),this._text_26=this.renderer.createText(e,"\n",null), -this.init([],[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._el_13,this._text_14,this._text_15,this._anchor_16,this._text_17,this._anchor_18,this._text_19,this._text_20,this._el_21,this._text_22,this._el_23,this._text_24,this._text_25,this._text_26],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&16===e?this._TemplateRef_16_5:t===k.NgIf&&16===e?this._NgIf_16_6.context:t===E.TemplateRef&&18===e?this._TemplateRef_18_5:t===k.NgIf&&18===e?this._NgIf_18_6.context:t===O.DynamicNg2Viewer&&23===e?this._DynamicNg2Viewer_23_5.context:n},e.prototype.detectChangesInternal=function(t){var e=null==this.context.info?null:this.context.info.contact;this._NgIf_16_6.check_ngIf(e,t,!1),this._NgIf_16_6.detectChangesInInputProps(this,this._anchor_16,t);var n=this.context.info.license;this._NgIf_18_6.check_ngIf(n,t,!1),this._NgIf_18_6.detectChangesInInputProps(this,this._anchor_18,t);var r=this.context.info["x-redoc-html-description"];this._DynamicNg2Viewer_23_5.check_html(r,t,!1),this._DynamicNg2Viewer_23_5.detectChangesInInputProps(this,this._el_23,t),this.detectContentChildrenChanges(t);var i=_.interpolate(1,"",this.context.info.title," ");_.checkBinding(t,this._expr_35,i)&&(this.renderer.setText(this._text_3,i),this._expr_35=i);var o=_.interpolate(1,"(",this.context.info.version,")");_.checkBinding(t,this._expr_36,o)&&(this.renderer.setText(this._text_5,o),this._expr_36=o);var s=_.interpolate(1,"",this.context.specUrl,"");_.checkBinding(t,this._expr_37,s)&&(this.renderer.setElementAttribute(this._el_9,"href",null==this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,s)?null:this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,s).toString()),this._expr_37=s),this._DynamicNg2Viewer_23_5.detectChangesInHostProps(this,this._el_23,t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.viewFactory_ApiInfo0=i;var L=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"span",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Contact:\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new E.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new x.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_4=new f.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new E.TemplateRef_(this._appEl_4,a),this._NgIf_4_6=new x.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&2===e?this._TemplateRef_2_5:t===k.NgIf&&2===e?this._NgIf_2_6.context:t===E.TemplateRef&&4===e?this._TemplateRef_4_5:t===k.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.info.contact.url;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var n=this.parent.context.info.contact.email;this._NgIf_4_6.check_ngIf(n,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView),V=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways),this._expr_2=g.UNINITIALIZED,this._expr_3=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"a",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=_.interpolate(1,"",this.parent.parent.context.info.contact.url,"");_.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,e)),this._expr_2=e);var n=_.interpolate(1,"\n ",this.parent.parent.context.info.contact.name||this.parent.parent.context.info.contact.url,"");_.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n),this.detectViewChildrenChanges(t)},e}(p.AppView),F=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways),this._expr_2=g.UNINITIALIZED,this._expr_3=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"a",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=_.interpolate(1,"mailto:",this.parent.parent.context.info.contact.email,"");_.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,e)),this._expr_2=e);var n=_.interpolate(1,"\n ",this.parent.parent.context.info.contact.email,"");_.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n),this.detectViewChildrenChanges(t)},e}(p.AppView),B=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"span",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," License:\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new E.TemplateRef_(this._appEl_2,u),this._NgIf_2_6=new x.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_4=new f.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new E.TemplateRef_(this._appEl_4,l),this._NgIf_4_6=new x.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&2===e?this._TemplateRef_2_5:t===k.NgIf&&2===e?this._NgIf_2_6.context:t===E.TemplateRef&&4===e?this._TemplateRef_4_5:t===k.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.info.license.url;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var n=!this.parent.context.info.license.url;this._NgIf_4_6.check_ngIf(n,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView),U=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways),this._expr_2=g.UNINITIALIZED,this._expr_3=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"a",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=_.interpolate(1,"",this.parent.parent.context.info.license.url,"");_.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,e)),this._expr_2=e);var n=_.interpolate(1," ",this.parent.parent.context.info.license.name," ");_.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n),this.detectViewChildrenChanges(t)},e}(p.AppView),z=function(t){function e(n,r,i){t.call(this,e,j,d.ViewType.EMBEDDED,n,r,i,g.ChangeDetectorStatus.CheckAlways),this._expr_2=g.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=_.createRenderElement(this.renderer,null,"span",_.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=_.interpolate(1," ",this.parent.parent.context.info.license.name," ");_.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(p.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block;\n text-align: center; }\n @media (max-width: 1000px) {\n [_nghost-%COMP%] {\n display: none; } }\n\nimg[_ngcontent-%COMP%] {\n max-height: 150px;\n width: auto;\n display: inline-block;\n max-width: 100%;\n box-sizing: border-box; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===I&&(I=t.createRenderComponentType("",0,f.ViewEncapsulation.None,[],{})),new S(t,e,n)}function i(t,e,n){return null===k&&(k=t.createRenderComponentType("",0,f.ViewEncapsulation.Emulated,T,{})),new O(t,e,n)}function o(t,e,n){return new A(t,e,n)}var s=n(214),a=n(20),c=n(13),u=n(8),l=n(12),h=n(9),p=n(21),f=n(16),_=n(15),d=n(455),g=n(40),m=n(24),y=n(32),v=n(487),b=n(60),w=n(28),x=n(193),C=n(38),E=function(){function t(t){this.changed=!1,this.context=new s.ApiLogo(t)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ApiLogo=E;var I=null,S=function(t){function e(n,r,i){t.call(this,e,I,l.ViewType.HOST,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=u.selectOrCreateRenderHostElement(this.renderer,"api-logo",u.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new c.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ApiLogo_0_4=new E(this.parentInjector.get(p.SpecManager)),this._appEl_0.initComponent(this._ApiLogo_0_4.context,[],e),e.create(this._ApiLogo_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===s.ApiLogo&&0===e?this._ApiLogo_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ApiLogo_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ApiLogo_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(a.AppView);e.ApiLogoNgFactory=new _.ComponentFactory("api-logo",r,s.ApiLogo);var T=[d.styles],k=null,O=function(t){function e(n,r,i){t.call(this,e,k,l.ViewType.COMPONENT,n,r,i,h.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new c.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new m.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new g.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this.init([],[this._anchor_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&0===e?this._TemplateRef_0_5:t===y.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.logo.imgUrl;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(a.AppView);e.viewFactory_ApiLogo0=i;var A=function(t){function e(n,r,i){t.call(this,e,k,l.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways),this._expr_2=h.UNINITIALIZED,this._map_3=u.pureProxy1(function(t){return{"background-color":t}})}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=u.createRenderElement(this.renderer,null,"img",u.EMPTY_INLINE_ARRAY,null),this._NgStyle_0_3=new v.Wrapper_NgStyle(this.parentInjector.get(b.KeyValueDiffers),new w.ElementRef(this._el_0),this.renderer),this.init([].concat([this._el_0]),[this._el_0],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===x.NgStyle&&0===e?this._NgStyle_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this._map_3(this.parent.context.logo.bgColor);this._NgStyle_0_3.check_ngStyle(e,t,!1),this._NgStyle_0_3.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t);var n=this.parent.context.logo.imgUrl;u.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementAttribute(this._el_0,"src",null==this.viewUtils.sanitizer.sanitize(C.SecurityContext.URL,n)?null:this.viewUtils.sanitizer.sanitize(C.SecurityContext.URL,n).toString()),this._expr_2=n),this._NgStyle_0_3.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(a.AppView)},function(t,e){"use strict";e.styles=['.param-name-wrap[_ngcontent-%COMP%] {\n display: inline-block;\n padding-right: 25px;\n font-family: Montserrat, sans-serif; }\n\n.param-info[_ngcontent-%COMP%] {\n border-bottom: 1px solid #9fb4be;\n padding: 10px 0;\n width: 75%;\n box-sizing: border-box; }\n .param-info[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n line-height: 1; }\n\n.param-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.param-required[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #e53935;\n font-size: 12px;\n font-weight: bold; }\n\n.param-nullable[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #3195a6;\n font-size: 12px;\n font-weight: bold; }\n\n.param-type[_ngcontent-%COMP%], .param-array-format[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: rgba(38, 50, 56, 0.4);\n font-size: 0.929em; }\n\n.param-type[_ngcontent-%COMP%] {\n font-weight: normal; }\n .param-type.array[_ngcontent-%COMP%]::before, .param-type.tuple[_ngcontent-%COMP%]::before {\n color: #263238;\n font-weight: 300; }\n .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.array[_ngcontent-%COMP%]::before, .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.tuple[_ngcontent-%COMP%]::before {\n content: none; }\n .param-type.array[_ngcontent-%COMP%]::before {\n content: "Array of "; }\n .param-type.tuple[_ngcontent-%COMP%]::before {\n content: "Tuple "; }\n .param-type.with-hint[_ngcontent-%COMP%] {\n display: inline-block;\n margin-bottom: 0.4em;\n border-bottom: 1px dotted rgba(38, 50, 56, 0.4);\n padding: 0;\n cursor: help; }\n .param-type-trivial[_ngcontent-%COMP%] {\n display: inline-block; }\n .param-type-file[_ngcontent-%COMP%] {\n font-weight: bold;\n text-transform: capitalize; }\n\n.param-name[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n box-sizing: border-box;\n position: relative;\n padding: 10px 0;\n vertical-align: top;\n line-height: 20px;\n white-space: nowrap;\n font-size: 0.929em;\n font-weight: 400; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::before {\n content: \'\';\n display: inline-block;\n width: 1px;\n height: 7px;\n background-color: #0033a0;\n margin: 0 10px;\n vertical-align: middle; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::after {\n content: \'\';\n position: absolute;\n border-top: 1px solid rgba(0, 51, 160, 0.5);\n width: 10px;\n left: 0;\n top: 21px; }\n\n.param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]::before {\n content: \'\';\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 21px; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%], .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n position: relative; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]::after, .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]::after {\n content: \'\';\n display: block;\n position: absolute;\n left: -2px;\n border-left: 2px solid #fff;\n top: 22px;\n background-color: #fff;\n bottom: 0; }\n\n.param-wrap[_ngcontent-%COMP%]:last-of-type > .param-schema[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.param-schema[_ngcontent-%COMP%] .param-wrap[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]::before {\n display: none; }\n\n.param-schema.last[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 0; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid values: \'; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid values: \'; }\n .param-type.array[_ngcontent-%COMP%] ~ .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid items values: \'; }\n\n.param-pattern[_ngcontent-%COMP%] {\n color: #3195a6;\n white-space: nowrap; }\n .param-pattern[_ngcontent-%COMP%]::before, .param-pattern[_ngcontent-%COMP%]::after {\n content: \'/\';\n margin: 0 3px;\n font-size: 1.2em;\n font-weight: bold; }\n\n.param-default[_ngcontent-%COMP%] {\n font-size: 0.95em; }\n .param-default[_ngcontent-%COMP%]::before {\n content: \'Default: \'; }\n\n.param-enum-value[_ngcontent-%COMP%], .param-default-value[_ngcontent-%COMP%] {\n background-color: #fff;\n border: 1px solid rgba(38, 50, 56, 0.2);\n margin: 2px 3px;\n padding: 0 5px;\n border-radius: 2px;\n color: #263238;\n display: inline-block;\n min-width: 20px;\n text-align: center; }\n\n[_nghost-%COMP%] {\n display: block; }\n\n.param-schema[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n padding: 0 10px; }\n\n.derived-schema[_ngcontent-%COMP%] {\n display: none; }\n\n.derived-schema.active[_ngcontent-%COMP%] {\n display: block; }\n\n.nested-schema[_nghost-%COMP%] {\n background-color: white;\n padding: 10px 20px;\n position: relative;\n border-radius: 2px; }\n .nested-schema:before[_nghost-%COMP%], .nested-schema:after[_nghost-%COMP%] {\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n top: 0;\n border-style: solid;\n border-color: transparent;\n border-width: 10px 15px 0;\n margin-left: -7.5px;\n border-top-color: #f0f0f0; }\n .nested-schema:before[_nghost-%COMP%] {\n left: 10%; }\n .nested-schema:after[_nghost-%COMP%] {\n right: 10%; }\n .nested-schema[_nghost-%COMP%] .param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]:before, .nested-schema[_nghost-%COMP%] .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n border-color: white; }\n\n[nestodd="true"][_nghost-%COMP%] {\n background-color: #f0f0f0;\n border-radius: 2px; }\n [nestodd="true"]:before[_nghost-%COMP%], [nestodd="true"]:after[_nghost-%COMP%] {\n border-top-color: white; }\n [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]:before, [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n border-color: #f0f0f0; }\n [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after, [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]:after {\n border-color: #f0f0f0; }\n\nzippy[_ngcontent-%COMP%] {\n overflow: visible; }\n\n.zippy-content-wrap[_ngcontent-%COMP%] {\n padding: 0; }\n\n.param.complex.expanded[_ngcontent-%COMP%] > .param-info[_ngcontent-%COMP%] {\n border-bottom: 0; }\n\n.param.complex[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] .param-name-wrap[_ngcontent-%COMP%] {\n font-weight: bold;\n cursor: pointer;\n color: #263238; }\n\n.param.complex[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n height: 1.2em;\n vertical-align: middle;\n transition: all 0.3s ease; }\n\n.param.complex.expanded[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n transform: rotateZ(-180deg); }\n\n.param.additional[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n color: rgba(38, 50, 56, 0.4); }\n\n.params-wrap[_ngcontent-%COMP%] {\n width: 100%; }\n\ntable[_ngcontent-%COMP%] {\n border-spacing: 0; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:before, .params-wrap.params-array[_ngcontent-%COMP%]:after {\n display: block;\n font-weight: 300;\n color: #263238;\n font-size: 13px;\n line-height: 1.5; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:after {\n content: "]";\n font-family: monospace; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:before {\n content: "Array [";\n padding-top: 1em;\n font-family: monospace; }\n\n.params-wrap.params-array[_ngcontent-%COMP%] {\n padding-left: 10px; }\n\n.param-schema.param-array[_ngcontent-%COMP%]:before {\n bottom: 9.75px;\n width: 10px;\n border-left-style: dashed;\n border-bottom: 1px dashed rgba(0, 51, 160, 0.5); }\n\n.params-wrap.params-array[_ngcontent-%COMP%] > .param-wrap[_ngcontent-%COMP%]:first-of-type > .param[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]:after {\n content: "";\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 20px; }\n\n.params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%] > .param-schema.param-array[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.discriminator-info[_ngcontent-%COMP%] {\n margin-top: 5px; }\n\n.discriminator-wrap[_ngcontent-%COMP%]:not(.empty) > td[_ngcontent-%COMP%] {\n padding: 0;\n position: relative; }\n .discriminator-wrap[_ngcontent-%COMP%]:not(.empty) > td[_ngcontent-%COMP%]:before {\n content: "";\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n height: 21px;\n z-index: 1; }\n\nul[_ngcontent-%COMP%], li[_ngcontent-%COMP%] {\n margin: 0; }\n\nul[_ngcontent-%COMP%] {\n list-style: none;\n padding-left: 1em; }\n\nli[_ngcontent-%COMP%]:before {\n content: "- ";\n font-weight: bold; }\n\n.array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] {\n margin-top: 1.5em;\n display: flex; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n flex: 0;\n padding: 10px 15px 10px 0;\n font-family: monospace; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%] {\n flex: 1; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%]:before, .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%]:after {\n display: none; }\n\n.param-name-enumvalue[_ngcontent-%COMP%] {\n padding: 2px;\n background-color: #e6ebf6; }\n .param-name-enumvalue[_ngcontent-%COMP%]:before {\n content: " = "; }']},function(t,e,n){"use strict";function r(t,e,n){return null===d&&(d=t.createRenderComponentType("",0,p.ViewEncapsulation.None,[],{})),new g(t,e,n)}function i(t,e,n){return null===y&&(y=t.createRenderComponentType("",0,p.ViewEncapsulation.Emulated,m,{})),new v(t,e,n)}var o=n(218),s=n(9),a=n(8),c=n(20),u=n(38),l=n(13),h=n(12),p=n(16),f=n(15),_=function(){function t(){this.changed=!1,this.changes={},this.context=new o.LoadingBar,this._expr_0=s.UNINITIALIZED,this._expr_1=s.UNINITIALIZED}return t.prototype.check_progress=function(t,e,n){(n||a.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.progress=t,this.changes.progress=new s.SimpleChange(this._expr_0,t),this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||r&&(this.context.ngOnChanges(this.changes),this.changes={}),r},t.prototype.detectChangesInHostProps=function(t,e,n){var r=this.context.display;a.checkBinding(n,this._expr_1,r)&&(t.renderer.setElementStyle(e,"display",null==t.viewUtils.sanitizer.sanitize(u.SecurityContext.STYLE,r)?null:t.viewUtils.sanitizer.sanitize(u.SecurityContext.STYLE,r).toString()),this._expr_1=r)},t}();e.Wrapper_LoadingBar=_;var d=null,g=function(t){function e(n,r,i){t.call(this,e,d,h.ViewType.HOST,n,r,i,s.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=a.selectOrCreateRenderHostElement(this.renderer,"loading-bar",a.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new l.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._LoadingBar_0_4=new _,this._appEl_0.initComponent(this._LoadingBar_0_4.context,[],e),e.create(this._LoadingBar_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===o.LoadingBar&&0===e?this._LoadingBar_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._LoadingBar_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._LoadingBar_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(c.AppView);e.LoadingBarNgFactory=new f.ComponentFactory("loading-bar",r,o.LoadingBar);var m=["[_nghost-%COMP%] {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n display: block;\n\n height: 5px;\n z-index: 100;\n }\n\n span[_ngcontent-%COMP%] {\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: attr(progress percentage);\n background-color: #5f7fc3;\n transition: right 0.2s linear;\n }"],y=null,v=function(t){function e(n,r,i){t.call(this,e,y,h.ViewType.COMPONENT,n,r,i,s.ChangeDetectorStatus.CheckAlways),this._expr_4=s.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=a.createRenderElement(this.renderer,e,"span",a.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1," ",null),this._text_3=this.renderer.createText(e,"\n ",null),this.init([],[this._text_0,this._el_1,this._text_2,this._text_3],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=this.context.progress+"%";a.checkBinding(t,this._expr_4,e)&&(this.renderer.setElementStyle(this._el_1,"width",null==this.viewUtils.sanitizer.sanitize(u.SecurityContext.STYLE,e)?null:this.viewUtils.sanitizer.sanitize(u.SecurityContext.STYLE,e).toString()),this._expr_4=e),this.detectViewChildrenChanges(t)},e}(c.AppView);e.viewFactory_LoadingBar0=i},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n padding-bottom: 100px;\n display: block;\n border-bottom: 1px solid rgba(127, 127, 127, 0.25);\n margin-top: 1em;\n transform: translateZ(0);\n z-index: 2; }\n\n.method-header[_ngcontent-%COMP%] {\n margin-bottom: calc(1em - 6px); }\n\n.method-endpoint[_ngcontent-%COMP%] {\n padding: 10px 20px;\n border-radius: 4px;\n background-color: #222d32;\n display: block;\n font-weight: 300;\n white-space: nowrap;\n overflow-x: auto; }\n\n.method-endpoint[_ngcontent-%COMP%] > .method-params-subheader[_ngcontent-%COMP%] {\n padding-top: 1px;\n padding-bottom: 0;\n margin: 0;\n font-size: 12/14em;\n color: #263238;\n vertical-align: middle;\n display: inline-block;\n border-radius: 2px; }\n\n.method-api-url[_ngcontent-%COMP%] {\n color: rgba(255, 255, 255, 0.6);\n margin-left: 10px;\n margin-top: 2px;\n position: relative;\n top: 1px;\n font-family: Montserrat, sans-serif;\n font-size: 0.929em; }\n .method-api-url-path[_ngcontent-%COMP%] {\n font-family: Montserrat, sans-serif;\n position: relative;\n top: 1px;\n color: #ffffff; }\n\n.method-tags[_ngcontent-%COMP%] {\n margin-top: 20px; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n font-size: 16px;\n color: #999;\n display: inline-block;\n padding: 0 0.5em;\n text-decoration: none; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:before {\n content: '#';\n margin-right: -0.4em; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:first-of-type {\n padding: 0; }\n\n.method-content[_ngcontent-%COMP%], .method-samples[_ngcontent-%COMP%] {\n display: block;\n box-sizing: border-box;\n float: left; }\n\n.method-content[_ngcontent-%COMP%] {\n width: 60%;\n padding: 40px; }\n\n.method-samples[_ngcontent-%COMP%] {\n color: #fafbfc;\n width: 40%;\n padding: 40px;\n background: #263238; }\n\n.method-samples[_ngcontent-%COMP%] header[_ngcontent-%COMP%], .method-samples[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] {\n color: #9fb4be;\n text-transform: uppercase; }\n\n.method-samples[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] {\n margin-bottom: 8px; }\n\n.method-samples[_ngcontent-%COMP%] schema-sample[_ngcontent-%COMP%] {\n display: block; }\n\n.method[_ngcontent-%COMP%]:after {\n content: \"\";\n display: table;\n clear: both; }\n\n.method-description[_ngcontent-%COMP%] {\n padding: 6px 0 10px 0;\n margin: 0; }\n\n.http-method[_ngcontent-%COMP%] {\n color: #263238;\n background: #ffffff;\n padding: 3px 10px;\n text-transform: uppercase;\n display: inline-block;\n margin: 0; }\n\n[select-on-click][_ngcontent-%COMP%] {\n cursor: pointer; }\n\n@media (max-width: 1100px) {\n .methods[_ngcontent-%COMP%]:before {\n display: none; }\n .method-samples[_ngcontent-%COMP%], .method-content[_ngcontent-%COMP%] {\n width: 100%; }\n .method-samples[_ngcontent-%COMP%] {\n margin-top: 2em; }\n [_nghost-%COMP%] {\n padding-bottom: 0; } }"]},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n overflow: hidden; }\n\n[_nghost-%COMP%] [hidden][_ngcontent-%COMP%] {\n display: none; }\n\n.tag-info[_ngcontent-%COMP%] {\n padding: 40px;\n box-sizing: border-box;\n background-color: white;\n width: 60%; }\n @media (max-width: 1100px) {\n .tag-info[_ngcontent-%COMP%] {\n width: 100%; } }\n\n.tag-info[_ngcontent-%COMP%]:after, .tag-info[_ngcontent-%COMP%]:before {\n content: "";\n display: table; }\n\n.tag-info[_ngcontent-%COMP%] h1[_ngcontent-%COMP%] {\n color: #0033a0;\n text-transform: capitalize;\n font-weight: normal;\n margin-top: 0; }\n\n.methods[_ngcontent-%COMP%] {\n display: block;\n position: relative; }']; -},function(t,e,n){"use strict";function r(t,e,n){return null===L&&(L=t.createRenderComponentType("",0,g.ViewEncapsulation.None,[],{})),new V(t,e,n)}function i(t,e,n){return null===B&&(B=t.createRenderComponentType("",0,g.ViewEncapsulation.Emulated,F,{})),new U(t,e,n)}function o(t,e,n){return new z(t,e,n)}function s(t,e,n){return new H(t,e,n)}function a(t,e,n){return new q(t,e,n)}function c(t,e,n){return new W(t,e,n)}var u=n(220),l=n(9),h=n(8),p=n(20),f=n(13),_=n(12),d=n(21),g=n(16),m=n(15),y=n(460),v=n(57),b=n(81),w=n(24),x=n(34),C=n(55),E=n(46),I=n(40),S=n(481),T=n(78),k=n(68),O=n(32),A=n(38),P=n(306),R=n(35),N=n(77),M=n(28),j=n(219),D=function(){function t(t){this.changed=!1,this.context=new u.MethodsList(t),this._expr_0=l.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||h.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_MethodsList=D;var L=null,V=function(t){function e(n,r,i){t.call(this,e,L,_.ViewType.HOST,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.selectOrCreateRenderHostElement(this.renderer,"methods-list",h.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new f.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._MethodsList_0_4=new D(this.parentInjector.get(d.SpecManager)),this._appEl_0.initComponent(this._MethodsList_0_4.context,[],e),e.create(this._MethodsList_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===u.MethodsList&&0===e?this._MethodsList_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._MethodsList_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._MethodsList_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.MethodsListNgFactory=new m.ComponentFactory("methods-list",r,u.MethodsList);var F=[y.styles],B=null,U=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.COMPONENT,n,r,i,l.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._el_0=h.createRenderElement(this.renderer,e,"div",new h.InlineArray2(2,"class","methods"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new w.TemplateRef_(this._appEl_2,o),this._NgFor_2_6=new v.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parentInjector.get(x.IterableDiffers),this.ref),this._text_3=this.renderer.createText(this._el_0,"\n",null),this._text_4=this.renderer.createText(e,"\n",null),this._pipe_encodeURIComponent_0=new b.EncodeURIComponentPipe,this._pipe_marked_1=new b.MarkedPipe(this.parentInjector.get(C.DomSanitizer)),this.init([],[this._el_0,this._text_1,this._anchor_2,this._text_3,this._text_4],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===w.TemplateRef&&2===e?this._TemplateRef_2_5:t===E.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.tags;this._NgFor_2_6.check_ngForOf(e,t,!1);var n=this.context.trackByTagName;this._NgFor_2_6.check_ngForTrackBy(n,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView);e.viewFactory_MethodsList0=i;var z=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","tag"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new f.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new w.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new I.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_4=new f.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new w.TemplateRef_(this._appEl_4,c),this._LazyFor_4_6=new S.Wrapper_LazyFor(this._TemplateRef_4_5,this.parent.ref,this._appEl_4.vcRef,this.parent.parentInjector.get(T.LazyTasksService),this.parent.parentInjector.get(k.ScrollService)),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===w.TemplateRef&&2===e?this._TemplateRef_2_5:t===O.NgIf&&2===e?this._NgIf_2_6.context:t===w.TemplateRef&&4===e?this._TemplateRef_4_5:t===T.LazyFor&&4===e?this._LazyFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=!this.context.$implicit.headless;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var n=this.context.$implicit.methods;this._LazyFor_4_6.check_lazyForOf(n,t,!1),this._LazyFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(p.AppView),H=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_12=l.UNINITIALIZED,this._expr_13=l.UNINITIALIZED,this._expr_15=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","tag-info"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=h.createRenderElement(this.renderer,this._el_0,"h1",new h.InlineArray2(2,"class","sharable-header"),null),this._text_3=this.renderer.createText(this._el_2," ",null),this._el_4=h.createRenderElement(this.renderer,this._el_2,"a",new h.InlineArray2(2,"class","share-link"),null),this._text_5=this.renderer.createText(this._el_2,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_7=new f.AppElement(7,0,this,this._anchor_7),this._TemplateRef_7_5=new w.TemplateRef_(this._appEl_7,a),this._NgIf_7_6=new I.Wrapper_NgIf(this._appEl_7.vcRef,this._TemplateRef_7_5),this._text_8=this.renderer.createText(this._el_0,"\n ",null),this._pipe_encodeURIComponent_0_0=h.pureProxy1(this.parent.parent._pipe_encodeURIComponent_0.transform.bind(this.parent.parent._pipe_encodeURIComponent_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._anchor_7,this._text_8],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===w.TemplateRef&&7===e?this._TemplateRef_7_5:t===O.NgIf&&7===e?this._NgIf_7_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new l.ValueUnwrapper,n=this.parent.context.$implicit.description;this._NgIf_7_6.check_ngIf(n,t,!1),this._NgIf_7_6.detectChangesInInputProps(this,this._anchor_7,t),this.detectContentChildrenChanges(t);var r=this.parent.context.$implicit.id;h.checkBinding(t,this._expr_12,r)&&(this.renderer.setElementAttribute(this._el_0,"section",null==r?null:r.toString()),this._expr_12=r),e.reset();var i=h.interpolate(1,"#tag/",e.unwrap(h.castByValue(this._pipe_encodeURIComponent_0_0,this.parent.parent._pipe_encodeURIComponent_0.transform)(this.parent.context.$implicit.name)),"");(e.hasWrappedValue||h.checkBinding(t,this._expr_13,i))&&(this.renderer.setElementProperty(this._el_4,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,i)),this._expr_13=i);var o=h.interpolate(1,"",this.parent.context.$implicit.name," ");h.checkBinding(t,this._expr_15,o)&&(this.renderer.setText(this._text_5,o),this._expr_15=o),this.detectViewChildrenChanges(t)},e}(p.AppView),q=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_2=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=h.createRenderElement(this.renderer,null,"p",h.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," ",null),this._pipe_marked_1_0=h.pureProxy1(this.parent.parent.parent._pipe_marked_1.transform.bind(this.parent.parent.parent._pipe_marked_1)),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new l.ValueUnwrapper;this.detectContentChildrenChanges(t),e.reset();var n=e.unwrap(h.castByValue(this._pipe_marked_1_0,this.parent.parent.parent._pipe_marked_1.transform)(this.parent.parent.context.$implicit.description));(e.hasWrappedValue||h.checkBinding(t,this._expr_2,n))&&(this.renderer.setElementProperty(this._el_0,"innerHTML",this.viewUtils.sanitizer.sanitize(A.SecurityContext.HTML,n)),this._expr_2=n),this.detectViewChildrenChanges(t)},e}(p.AppView),W=function(t){function e(n,r,i){t.call(this,e,B,_.ViewType.EMBEDDED,n,r,i,l.ChangeDetectorStatus.CheckAlways),this._expr_3=l.UNINITIALIZED,this._expr_4=l.UNINITIALIZED,this._expr_5=l.UNINITIALIZED,this._expr_6=l.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.createRenderElement(this.renderer,null,"method",h.EMPTY_INLINE_ARRAY,null),this._appEl_0=new f.AppElement(0,null,this,this._el_0);var e=P.viewFactory_Method0(this.viewUtils,this.injector(0),this._appEl_0);return this._Method_0_4=new P.Wrapper_Method(this.parent.parent.parentInjector.get(d.SpecManager),this.parent.parent.parentInjector.get(R.OptionsService),e.ref,this.parent.parent.parentInjector.get(N.AppStateService),new M.ElementRef(this._el_0)),this._appEl_0.initComponent(this._Method_0_4.context,[],e),e.create(this._Method_0_4.context,[],null),this.init([].concat([this._el_0]),[this._el_0],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===j.Method&&0===e?this._Method_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.pointer;this._Method_0_4.check_pointer(e,t,!1);var n=this.context.$implicit.tag;this._Method_0_4.check_tag(n,t,!1),this._Method_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t);var r=!this.context.show;h.checkBinding(t,this._expr_3,r)&&(this.renderer.setElementProperty(this._el_0,"hidden",r),this._expr_3=r);var i=this.context.$implicit.pointer;h.checkBinding(t,this._expr_4,i)&&(this.renderer.setElementAttribute(this._el_0,"pointer",null==i?null:i.toString()),this._expr_4=i);var o=this.context.$implicit.tag;h.checkBinding(t,this._expr_5,o)&&(this.renderer.setElementAttribute(this._el_0,"section",null==o?null:o.toString()),this._expr_5=o);var s=this.context.$implicit.operationId;h.checkBinding(t,this._expr_6,s)&&(this.renderer.setElementAttribute(this._el_0,"operation-id",null==s?null:s.toString()),this._expr_6=s),this._Method_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(p.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block; }\n\n.param-list-header[_ngcontent-%COMP%] {\n border-bottom: 1px solid rgba(38, 50, 56, 0.3);\n margin: 3em 0 1em 0;\n color: rgba(38, 50, 56, 0.5);\n font-weight: normal;\n text-transform: uppercase; }\n\n.param-name-wrap[_ngcontent-%COMP%] {\n display: inline-block;\n padding-right: 25px;\n font-family: Montserrat, sans-serif; }\n\n.param-info[_ngcontent-%COMP%] {\n border-bottom: 1px solid #9fb4be;\n padding: 10px 0;\n width: 75%;\n box-sizing: border-box; }\n .param-info[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n line-height: 1; }\n\n.param-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.param-required[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #e53935;\n font-size: 12px;\n font-weight: bold; }\n\n.param-nullable[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #3195a6;\n font-size: 12px;\n font-weight: bold; }\n\n.param-type[_ngcontent-%COMP%], .param-array-format[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: rgba(38, 50, 56, 0.4);\n font-size: 0.929em; }\n\n.param-type[_ngcontent-%COMP%] {\n font-weight: normal; }\n .param-type.array[_ngcontent-%COMP%]::before, .param-type.tuple[_ngcontent-%COMP%]::before {\n color: #263238;\n font-weight: 300; }\n .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.array[_ngcontent-%COMP%]::before, .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.tuple[_ngcontent-%COMP%]::before {\n content: none; }\n .param-type.array[_ngcontent-%COMP%]::before {\n content: \"Array of \"; }\n .param-type.tuple[_ngcontent-%COMP%]::before {\n content: \"Tuple \"; }\n .param-type.with-hint[_ngcontent-%COMP%] {\n display: inline-block;\n margin-bottom: 0.4em;\n border-bottom: 1px dotted rgba(38, 50, 56, 0.4);\n padding: 0;\n cursor: help; }\n .param-type-trivial[_ngcontent-%COMP%] {\n display: inline-block; }\n .param-type-file[_ngcontent-%COMP%] {\n font-weight: bold;\n text-transform: capitalize; }\n\n.param-name[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n box-sizing: border-box;\n position: relative;\n padding: 10px 0;\n vertical-align: top;\n line-height: 20px;\n white-space: nowrap;\n font-size: 0.929em;\n font-weight: 400; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::before {\n content: '';\n display: inline-block;\n width: 1px;\n height: 7px;\n background-color: #0033a0;\n margin: 0 10px;\n vertical-align: middle; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::after {\n content: '';\n position: absolute;\n border-top: 1px solid rgba(0, 51, 160, 0.5);\n width: 10px;\n left: 0;\n top: 21px; }\n\n.param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]::before {\n content: '';\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 21px; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%], .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n position: relative; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]::after, .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]::after {\n content: '';\n display: block;\n position: absolute;\n left: -2px;\n border-left: 2px solid #fff;\n top: 22px;\n background-color: #fff;\n bottom: 0; }\n\n.param-wrap[_ngcontent-%COMP%]:last-of-type > .param-schema[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.param-schema[_ngcontent-%COMP%] .param-wrap[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]::before {\n display: none; }\n\n.param-schema.last[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 0; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid values: '; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid values: '; }\n .param-type.array[_ngcontent-%COMP%] ~ .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid items values: '; }\n\n.param-pattern[_ngcontent-%COMP%] {\n color: #3195a6;\n white-space: nowrap; }\n .param-pattern[_ngcontent-%COMP%]::before, .param-pattern[_ngcontent-%COMP%]::after {\n content: '/';\n margin: 0 3px;\n font-size: 1.2em;\n font-weight: bold; }\n\n.param-default[_ngcontent-%COMP%] {\n font-size: 0.95em; }\n .param-default[_ngcontent-%COMP%]::before {\n content: 'Default: '; }\n\n.param-enum-value[_ngcontent-%COMP%], .param-default-value[_ngcontent-%COMP%] {\n background-color: #fff;\n border: 1px solid rgba(38, 50, 56, 0.2);\n margin: 2px 3px;\n padding: 0 5px;\n border-radius: 2px;\n color: #263238;\n display: inline-block;\n min-width: 20px;\n text-align: center; }\n\nheader.paramType[_ngcontent-%COMP%] {\n margin: 25px 0 5px 0;\n text-transform: capitalize; }\n\n.param-array-format[_ngcontent-%COMP%] {\n color: black;\n font-weight: 300; }\n\n.params-wrap[_ngcontent-%COMP%] {\n display: table;\n width: 100%; }\n\n.param-name[_ngcontent-%COMP%] {\n display: table-cell;\n vertical-align: top; }\n\n.param-info[_ngcontent-%COMP%] {\n display: table-cell;\n width: 100%; }\n\n.param[_ngcontent-%COMP%] {\n display: table-row; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%] {\n border-left: 0; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n content: \"\";\n display: block;\n position: absolute;\n left: 0;\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n height: 21px;\n background-color: white;\n top: 0; }\n\n.param[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]:after {\n content: \"\";\n display: block;\n position: absolute;\n left: -1px;\n border-left: 2px solid #fff;\n height: 20px;\n background-color: white;\n top: 0; }\n\n[data-hint][_ngcontent-%COMP%] {\n width: 1.2em;\n text-align: center;\n border-radius: 50%;\n vertical-align: middle;\n color: #999999;\n line-height: 1.2;\n text-transform: none;\n cursor: help;\n border: 1px solid #999999;\n margin-left: 0.5em; }\n\n@media (max-width: 520px) {\n [data-hint][_ngcontent-%COMP%] {\n float: right; }\n [data-hint][_ngcontent-%COMP%]:after {\n margin-left: 12px;\n transform: translateX(-100%) translateY(-8px);\n -moz-transform: translateX(-100%) translateY(-8px);\n -webkit-transform: translateX(-100%) translateY(-8px); } }"]},function(t,e,n){"use strict";function r(t,e,n){return null===Y&&(Y=t.createRenderComponentType("",0,E.ViewEncapsulation.None,[],{})),new Z(t,e,n)}function i(t,e,n){return null===J&&(J=t.createRenderComponentType("",0,E.ViewEncapsulation.Emulated,G,{})),new K(t,e,n)}function o(t,e,n){return new X(t,e,n)}function s(t,e,n){return new Q(t,e,n)}function a(t,e,n){return new tt(t,e,n)}function c(t,e,n){return new et(t,e,n)}function u(t,e,n){return new nt(t,e,n)}function l(t,e,n){return new rt(t,e,n)}function h(t,e,n){return new it(t,e,n)}function p(t,e,n){return new ot(t,e,n)}function f(t,e,n){return new st(t,e,n)}function _(t,e,n){return new at(t,e,n)}function d(t,e,n){return new ct(t,e,n)}function g(t,e,n){return new ut(t,e,n)}var m=n(221),y=n(9),v=n(8),b=n(20),w=n(13),x=n(12),C=n(21),E=n(16),I=n(15),S=n(462),T=n(40),k=n(57),O=n(81),A=n(24),P=n(34),R=n(55),N=n(32),M=n(46),j=n(107),D=n(60),L=n(28),V=n(75),F=n(38),B=n(142),U=n(215),z=n(61),H=n(216),q=n(35),W=n(120),$=function(){function t(t){this.changed=!1,this.context=new m.ParamsList(t),this._expr_0=y.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||v.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ParamsList=$;var Y=null,Z=function(t){function e(n,r,i){t.call(this,e,Y,x.ViewType.HOST,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=v.selectOrCreateRenderHostElement(this.renderer,"params-list",v.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new w.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ParamsList_0_4=new $(this.parentInjector.get(C.SpecManager)),this._appEl_0.initComponent(this._ParamsList_0_4.context,[],e),e.create(this._ParamsList_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===m.ParamsList&&0===e?this._ParamsList_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ParamsList_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ParamsList_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(b.AppView);e.ParamsListNgFactory=new I.ComponentFactory("params-list",r,m.ParamsList);var G=[S.styles],J=null,K=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.COMPONENT,n,r,i,y.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new w.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new A.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new T.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new w.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new A.TemplateRef_(this._appEl_2,s),this._NgFor_2_6=new k.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parentInjector.get(P.IterableDiffers),this.ref),this._text_3=this.renderer.createText(e,"\n\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._appEl_4=new w.AppElement(4,null,this,this._anchor_4),this._TemplateRef_4_5=new A.TemplateRef_(this._appEl_4,d),this._NgIf_4_6=new T.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this._pipe_collectionFormat_0=new O.CollectionFormatPipe,this._pipe_marked_1=new O.MarkedPipe(this.parentInjector.get(R.DomSanitizer)),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&0===e?this._TemplateRef_0_5:t===N.NgIf&&0===e?this._NgIf_0_6.context:t===A.TemplateRef&&2===e?this._TemplateRef_2_5:t===M.NgFor&&2===e?this._NgFor_2_6.context:t===A.TemplateRef&&4===e?this._TemplateRef_4_5:t===N.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.params.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.params;this._NgFor_2_6.check_ngForOf(n,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=this.context.bodyParam;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(b.AppView);e.viewFactory_ParamsList0=i;var X=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"h5",new v.InlineArray2(2,"class","param-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Parameters ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(b.AppView),Q=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_15=y.UNINITIALIZED,this._expr_16=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=v.createRenderElement(this.renderer,null,"header",new v.InlineArray2(2,"class","paramType"),null),this._text_2=this.renderer.createText(this._el_1,"",null),this._el_3=v.createRenderElement(this.renderer,this._el_1,"span",new v.InlineArray2(2,"class","hint--top-right hint--large"),null),this._text_4=this.renderer.createText(this._el_3,"?",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._text_6=this.renderer.createText(null,"\n ",null),this._el_7=v.createRenderElement(this.renderer,null,"div",new v.InlineArray2(2,"class","params-wrap"),null),this._text_8=this.renderer.createText(this._el_7,"\n ",null),this._anchor_9=this.renderer.createTemplateAnchor(this._el_7,null),this._appEl_9=new w.AppElement(9,7,this,this._anchor_9),this._TemplateRef_9_5=new A.TemplateRef_(this._appEl_9,a),this._NgFor_9_6=new k.Wrapper_NgFor(this._appEl_9.vcRef,this._TemplateRef_9_5,this.parentInjector.get(P.IterableDiffers),this.parent.ref),this._text_10=this.renderer.createText(this._el_7,"\n ",null),this._text_11=this.renderer.createText(null,"\n",null),this.init([].concat([this._text_0,this._el_1,this._text_6,this._el_7,this._text_11]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._text_6,this._el_7,this._text_8,this._anchor_9,this._text_10,this._text_11],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&9===e?this._TemplateRef_9_5:t===M.NgFor&&9===e?this._NgFor_9_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.params;this._NgFor_9_6.check_ngForOf(e,t,!1),this._NgFor_9_6.detectChangesInInputProps(this,this._anchor_9,t),this.detectContentChildrenChanges(t);var n=v.interpolate(1,"\n ",this.context.$implicit.place," Parameters\n ");v.checkBinding(t,this._expr_15,n)&&(this.renderer.setText(this._text_2,n),this._expr_15=n);var r=this.context.$implicit.placeHint;v.checkBinding(t,this._expr_16,r)&&(this.renderer.setElementAttribute(this._el_3,"data-hint",null==r?null:r.toString()),this._expr_16=r),this.detectViewChildrenChanges(t)},e}(b.AppView),tt=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_50=y.UNINITIALIZED,this._expr_51=y.UNINITIALIZED,this._map_52=v.pureProxy1(function(t){return{"with-hint":t}}),this._expr_53=y.UNINITIALIZED,this._expr_54=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"div",new v.InlineArray2(2,"class","param"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=v.createRenderElement(this.renderer,this._el_0,"div",new v.InlineArray2(2,"class","param-name"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=v.createRenderElement(this.renderer,this._el_2,"span",new v.InlineArray2(2,"class","param-name-wrap"),null),this._text_5=this.renderer.createText(this._el_4,"",null),this._text_6=this.renderer.createText(this._el_2,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this._el_8=v.createRenderElement(this.renderer,this._el_0,"div",new v.InlineArray2(2,"class","param-info"),null),this._text_9=this.renderer.createText(this._el_8,"\n ",null),this._el_10=v.createRenderElement(this.renderer,this._el_8,"div",v.EMPTY_INLINE_ARRAY,null),this._text_11=this.renderer.createText(this._el_10,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_12=new w.AppElement(12,10,this,this._anchor_12),this._TemplateRef_12_5=new A.TemplateRef_(this._appEl_12,c),this._NgIf_12_6=new T.Wrapper_NgIf(this._appEl_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_10,"\n ",null),this._el_14=v.createRenderElement(this.renderer,this._el_10,"span",v.EMPTY_INLINE_ARRAY,null),this._NgClass_14_3=new j.Wrapper_NgClass(this.parent.parentInjector.get(P.IterableDiffers),this.parent.parentInjector.get(D.KeyValueDiffers),new L.ElementRef(this._el_14),this.renderer),this._text_15=this.renderer.createText(this._el_14,"",null),this._text_16=this.renderer.createText(this._el_10,"\n ",null),this._anchor_17=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_17=new w.AppElement(17,10,this,this._anchor_17),this._TemplateRef_17_5=new A.TemplateRef_(this._appEl_17,u),this._NgIf_17_6=new T.Wrapper_NgIf(this._appEl_17.vcRef,this._TemplateRef_17_5),this._text_18=this.renderer.createText(this._el_10,"\n ",null),this._anchor_19=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_19=new w.AppElement(19,10,this,this._anchor_19),this._TemplateRef_19_5=new A.TemplateRef_(this._appEl_19,l),this._NgIf_19_6=new T.Wrapper_NgIf(this._appEl_19.vcRef,this._TemplateRef_19_5),this._text_20=this.renderer.createText(this._el_10,"\n ",null),this._anchor_21=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_21=new w.AppElement(21,10,this,this._anchor_21),this._TemplateRef_21_5=new A.TemplateRef_(this._appEl_21,h),this._NgIf_21_6=new T.Wrapper_NgIf(this._appEl_21.vcRef,this._TemplateRef_21_5),this._text_22=this.renderer.createText(this._el_10,"\n ",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_23=new w.AppElement(23,10,this,this._anchor_23),this._TemplateRef_23_5=new A.TemplateRef_(this._appEl_23,p),this._NgIf_23_6=new T.Wrapper_NgIf(this._appEl_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_10,"\n ",null),this._anchor_25=this.renderer.createTemplateAnchor(this._el_10,null),this._appEl_25=new w.AppElement(25,10,this,this._anchor_25),this._TemplateRef_25_5=new A.TemplateRef_(this._appEl_25,_),this._NgIf_25_6=new T.Wrapper_NgIf(this._appEl_25.vcRef,this._TemplateRef_25_5),this._text_26=this.renderer.createText(this._el_10,"\n ",null),this._text_27=this.renderer.createText(this._el_8,"\n ",null),this._el_28=v.createRenderElement(this.renderer,this._el_8,"div",new v.InlineArray2(2,"class","param-description"),null),this._text_29=this.renderer.createText(this._el_8,"\n ",null),this._text_30=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_1_0=v.pureProxy1(this.parent.parent._pipe_marked_1.transform.bind(this.parent.parent._pipe_marked_1)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._anchor_12,this._text_13,this._el_14,this._text_15,this._text_16,this._anchor_17,this._text_18,this._anchor_19,this._text_20,this._anchor_21,this._text_22,this._anchor_23,this._text_24,this._anchor_25,this._text_26,this._text_27,this._el_28,this._text_29,this._text_30],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&12===e?this._TemplateRef_12_5:t===N.NgIf&&12===e?this._NgIf_12_6.context:t===V.NgClass&&14<=e&&e<=15?this._NgClass_14_3.context:t===A.TemplateRef&&17===e?this._TemplateRef_17_5:t===N.NgIf&&17===e?this._NgIf_17_6.context:t===A.TemplateRef&&19===e?this._TemplateRef_19_5:t===N.NgIf&&19===e?this._NgIf_19_6.context:t===A.TemplateRef&&21===e?this._TemplateRef_21_5:t===N.NgIf&&21===e?this._NgIf_21_6.context:t===A.TemplateRef&&23===e?this._TemplateRef_23_5:t===N.NgIf&&23===e?this._NgIf_23_6.context:t===A.TemplateRef&&25===e?this._TemplateRef_25_5:t===N.NgIf&&25===e?this._NgIf_25_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper,n="array"===this.context.$implicit.type;this._NgIf_12_6.check_ngIf(n,t,!1), -this._NgIf_12_6.detectChangesInInputProps(this,this._anchor_12,t);var r=v.interpolate(1,"param-type ",this.context.$implicit.type,"");this._NgClass_14_3.check_klass(r,t,!1);var i=this._map_52(this.context.$implicit._displayTypeHint);this._NgClass_14_3.check_ngClass(i,t,!1),this._NgClass_14_3.detectChangesInInputProps(this,this._el_14,t);var o=this.context.$implicit._range;this._NgIf_17_6.check_ngIf(o,t,!1),this._NgIf_17_6.detectChangesInInputProps(this,this._anchor_17,t);var s=this.context.$implicit.required;this._NgIf_19_6.check_ngIf(s,t,!1),this._NgIf_19_6.detectChangesInInputProps(this,this._anchor_19,t);var a=null!=this.context.$implicit.default;this._NgIf_21_6.check_ngIf(a,t,!1),this._NgIf_21_6.detectChangesInInputProps(this,this._anchor_21,t);var c=this.context.$implicit.enum;this._NgIf_23_6.check_ngIf(c,t,!1),this._NgIf_23_6.detectChangesInInputProps(this,this._anchor_23,t);var u=this.context.$implicit.pattern;this._NgIf_25_6.check_ngIf(u,t,!1),this._NgIf_25_6.detectChangesInInputProps(this,this._anchor_25,t),this.detectContentChildrenChanges(t);var l=v.interpolate(1," ",this.context.$implicit.name," ");v.checkBinding(t,this._expr_50,l)&&(this.renderer.setText(this._text_5,l),this._expr_50=l);var h=v.interpolate(1,"",this.context.$implicit._displayTypeHint,"");v.checkBinding(t,this._expr_51,h)&&(this.renderer.setElementProperty(this._el_14,"title",h),this._expr_51=h),this._NgClass_14_3.detectChangesInHostProps(this,this._el_14,t);var p=v.interpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"");v.checkBinding(t,this._expr_53,p)&&(this.renderer.setText(this._text_15,p),this._expr_53=p),e.reset();var f=e.unwrap(v.castByValue(this._pipe_marked_1_0,this.parent.parent._pipe_marked_1.transform)(this.context.$implicit.description));(e.hasWrappedValue||v.checkBinding(t,this._expr_54,f))&&(this.renderer.setElementProperty(this._el_28,"innerHTML",this.viewUtils.sanitizer.sanitize(F.SecurityContext.HTML,f)),this._expr_54=f),this.detectViewChildrenChanges(t)},e}(b.AppView),et=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_2=y.UNINITIALIZED,this._expr_3=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",v.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_collectionFormat_0_0=v.pureProxy1(this.parent.parent.parent._pipe_collectionFormat_0.transform.bind(this.parent.parent.parent._pipe_collectionFormat_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=v.interpolate(1,"param-array-format param-collection-format-",this.parent.context.$implicit.collectionFormat,"");v.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=v.interpolate(1,"\n ",e.unwrap(v.castByValue(this._pipe_collectionFormat_0_0,this.parent.parent.parent._pipe_collectionFormat_0.transform)(this.parent.context.$implicit)),"\n ");(e.hasWrappedValue||v.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(b.AppView),nt=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_2=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",new v.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=v.interpolate(1," ",this.parent.context.$implicit._range," ");v.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(b.AppView),rt=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",new v.InlineArray2(2,"class","param-required"),null),this._text_1=this.renderer.createText(this._el_0,"Required",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(b.AppView),it=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_5=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"div",new v.InlineArray2(2,"class","param-default"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=v.createRenderElement(this.renderer,this._el_0,"span",new v.InlineArray2(2,"class","param-default-value"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._pipe_json_0=new B.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper;this.detectContentChildrenChanges(t),e.reset();var n=v.interpolate(1,"",e.unwrap(this._pipe_json_0.transform(this.parent.context.$implicit.default)),"");(e.hasWrappedValue||v.checkBinding(t,this._expr_5,n))&&(this.renderer.setText(this._text_3,n),this._expr_5=n),this.detectViewChildrenChanges(t)},e}(b.AppView),ot=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"div",new v.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new w.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new A.TemplateRef_(this._appEl_2,f),this._NgFor_2_6=new k.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parent.parentInjector.get(P.IterableDiffers),this.parent.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&2===e?this._TemplateRef_2_5:t===M.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(b.AppView),st=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_2=y.UNINITIALIZED,this._expr_3=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",v.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new B.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=v.interpolate(1,"param-enum-value ",this.context.$implicit.type,"");v.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=v.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||v.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(b.AppView),at=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_2=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"span",new v.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=v.interpolate(1,"",this.parent.context.$implicit.pattern,"");v.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(b.AppView),ct=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways),this._expr_20=y.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=v.createRenderElement(this.renderer,null,"div",v.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new w.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new A.TemplateRef_(this._appEl_2,g),this._NgIf_2_6=new T.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n\n ",null),this._el_4=v.createRenderElement(this.renderer,this._el_0,"div",new v.InlineArray2(2,"class","body-param-description"),null),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this._el_6=v.createRenderElement(this.renderer,this._el_0,"div",v.EMPTY_INLINE_ARRAY,null),this._text_7=this.renderer.createText(this._el_6,"\n ",null),this._el_8=v.createRenderElement(this.renderer,this._el_6,"br",v.EMPTY_INLINE_ARRAY,null),this._text_9=this.renderer.createText(this._el_6,"\n ",null),this._el_10=v.createRenderElement(this.renderer,this._el_6,"json-schema-lazy",v.EMPTY_INLINE_ARRAY,null),this._appEl_10=new w.AppElement(10,6,this,this._el_10);var e=U.viewFactory_JsonSchemaLazy0(this.viewUtils,this.injector(10),this._appEl_10);return this._ComponentFactoryResolver_10_5=new z.CodegenComponentFactoryResolver([H.JsonSchemaNgFactory],this.parentInjector.get(z.ComponentFactoryResolver)),this._JsonSchemaLazy_10_6=new U.Wrapper_JsonSchemaLazy(this.parentInjector.get(C.SpecManager),this._appEl_10.vcRef,new L.ElementRef(this._el_10),this._ComponentFactoryResolver_10_5,this.parentInjector.get(q.OptionsService),this.renderer),this._appEl_10.initComponent(this._JsonSchemaLazy_10_6.context,[],e),this._text_11=this.renderer.createText(null,"\n ",null),e.create(this._JsonSchemaLazy_10_6.context,[],null),this._text_12=this.renderer.createText(this._el_6,"\n ",null),this._text_13=this.renderer.createText(this._el_0,"\n",null),this._pipe_marked_1_1=v.pureProxy1(this.parent._pipe_marked_1.transform.bind(this.parent._pipe_marked_1)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._text_12,this._text_13],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&2===e?this._TemplateRef_2_5:t===N.NgIf&&2===e?this._NgIf_2_6.context:t===z.ComponentFactoryResolver&&10===e?this._ComponentFactoryResolver_10_5:t===W.JsonSchemaLazy&&10<=e&&e<=11?this._JsonSchemaLazy_10_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new y.ValueUnwrapper,n=this.parent.context.bodyParam;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=v.interpolate(1,"",this.parent.context.bodyParam._pointer,"/schema");this._JsonSchemaLazy_10_6.check_pointer(r,t,!1);var i=!0;this._JsonSchemaLazy_10_6.check_auto(i,t,!1);var o=!0;this._JsonSchemaLazy_10_6.check_isRequestSchema(o,t,!1),this._JsonSchemaLazy_10_6.detectChangesInInputProps(this,this._el_10,t),this.detectContentChildrenChanges(t),e.reset();var s=e.unwrap(v.castByValue(this._pipe_marked_1_1,this.parent._pipe_marked_1.transform)(this.parent.context.bodyParam.description));(e.hasWrappedValue||v.checkBinding(t,this._expr_20,s))&&(this.renderer.setElementProperty(this._el_4,"innerHTML",this.viewUtils.sanitizer.sanitize(F.SecurityContext.HTML,s)),this._expr_20=s),this._JsonSchemaLazy_10_6.detectChangesInHostProps(this,this._el_10,t),this.detectViewChildrenChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_10_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._JsonSchemaLazy_10_6.context.ngOnDestroy()},e}(b.AppView),ut=function(t){function e(n,r,i){t.call(this,e,J,x.ViewType.EMBEDDED,n,r,i,y.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=v.createRenderElement(this.renderer,null,"h5",new v.InlineArray2(2,"class","param-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Request Body ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(b.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n box-sizing: border-box;\n -webkit-tap-highlight-color: transparent;\n -moz-tap-highlight-color: transparent;\n -ms-tap-highlight-color: transparent;\n -o-tap-highlight-color: transparent;\n tap-highlight-color: transparent;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-smoothing: antialiased;\n -webkit-osx-font-smoothing: grayscale;\n -moz-osx-font-smoothing: grayscale;\n osx-font-smoothing: grayscale;\n -webkit-text-size-adjust: 100%;\n -moz-text-size-adjust: 100%;\n text-size-adjust: 100%;\n -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n text-rendering: optimizeSpeed !important;\n font-smooth: always;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n text-size-adjust: 100%; }\n\n.redoc-wrap[_ngcontent-%COMP%] {\n z-index: 0;\n position: relative;\n font-family: Roboto, sans-serif;\n font-size: 14px;\n line-height: 1.5em;\n color: #263238; }\n\n.menu-content[_ngcontent-%COMP%] {\n overflow: hidden; }\n\n[sticky-sidebar][_ngcontent-%COMP%] {\n width: 260px;\n background-color: #fafafa;\n overflow-y: auto;\n overflow-x: hidden;\n transform: translateZ(0);\n z-index: 75; }\n @media (max-width: 1000px) {\n [sticky-sidebar][_ngcontent-%COMP%] {\n width: 100%;\n bottom: auto !important; } }\n\n.api-content[_ngcontent-%COMP%] {\n margin-left: 260px;\n z-index: 50;\n position: relative;\n top: 0; }\n @media (max-width: 1000px) {\n .api-content[_ngcontent-%COMP%] {\n padding-top: 3em;\n margin-left: 0; } }\n\n.background[_ngcontent-%COMP%] {\n position: fixed;\n top: 0;\n bottom: 0;\n right: 0;\n left: 260px;\n z-index: 1; }\n .background-actual[_ngcontent-%COMP%] {\n background: #263238;\n left: 60%;\n right: 0;\n top: 0;\n bottom: 0;\n position: absolute; }\n @media (max-width: 1100px) {\n .background[_ngcontent-%COMP%] {\n display: none; } }\n\n.redoc-error[_ngcontent-%COMP%] {\n padding: 20px;\n text-align: center;\n color: #e53935; }\n .redoc-error[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] {\n color: #e53935;\n font-size: 40px; }\n\n.redoc-error-details[_ngcontent-%COMP%] {\n max-width: 750px;\n margin: 0 auto;\n font-size: 18px; }\n\n\n[_nghost-%COMP%] h1 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h2 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h3 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h4 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h5 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h1 {\n font-size: 1.85714em;\n color: #0033a0; }\n\n[_nghost-%COMP%] h2 {\n font-size: 1.57143em; }\n\n[_nghost-%COMP%] h3 {\n font-size: 1.28571em; }\n\n[_nghost-%COMP%] h4 {\n font-size: 1.14286em; }\n\n[_nghost-%COMP%] h5 {\n font-size: 0.929em;\n line-height: 20px; }\n\n[_nghost-%COMP%] p {\n font-family: Roboto, sans-serif;\n font-weight: 300;\n margin: 0;\n margin-bottom: 1em;\n line-height: 1.5em; }\n\n[_nghost-%COMP%] a {\n text-decoration: none;\n color: #0033a0; }\n\n[_nghost-%COMP%] p > code {\n color: #e53935;\n border: 1px solid rgba(38, 50, 56, 0.1); }\n\n[_nghost-%COMP%] .hint--inversed:before {\n border-top-color: #fff; }\n\n[_nghost-%COMP%] .hint--inversed:after {\n background: #fff;\n color: #383838; }\n\n[_nghost-%COMP%] .share-link {\n cursor: pointer;\n margin-left: -15px;\n padding: 0;\n line-height: 1;\n width: 15px;\n display: inline-block; }\n\n[_nghost-%COMP%] .share-link:before {\n content: "";\n width: 15px;\n height: 15px;\n background-size: contain;\n background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==");\n opacity: 0.5;\n visibility: hidden;\n display: inline-block;\n vertical-align: middle; }\n\n[_nghost-%COMP%] .sharable-header:hover .share-link:before, [_nghost-%COMP%] .share-link:hover:before {\n visibility: visible; }\n\nfooter[_ngcontent-%COMP%] {\n position: relative;\n text-align: right;\n padding: 10px 40px;\n font-size: 15px;\n margin-top: -35px;\n color: white; }\n footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%] {\n color: white; }\n footer[_ngcontent-%COMP%] strong[_ngcontent-%COMP%] {\n font-size: 18px; }\n\n\n[_nghost-%COMP%] .redoc-markdown-block pre {\n font-family: Courier, monospace;\n white-space: pre-wrap;\n background-color: #263238;\n color: white;\n padding: 12px 14px 15px 14px;\n overflow-x: auto;\n line-height: normal;\n border-radius: 2px;\n border: 1px solid rgba(38, 50, 56, 0.1); }\n [_nghost-%COMP%] .redoc-markdown-block pre code {\n background-color: transparent; }\n [_nghost-%COMP%] .redoc-markdown-block pre code:before, [_nghost-%COMP%] .redoc-markdown-block pre code:after {\n content: none; }\n\n[_nghost-%COMP%] .redoc-markdown-block code {\n font-family: Courier, monospace;\n background-color: rgba(38, 50, 56, 0.04);\n padding: 0.1em 0 0.2em 0;\n font-size: 1em;\n border-radius: 2px; }\n [_nghost-%COMP%] .redoc-markdown-block code:before, [_nghost-%COMP%] .redoc-markdown-block code:after {\n letter-spacing: -0.2em;\n content: "\\00a0"; }\n\n[_nghost-%COMP%] .redoc-markdown-block p:last-of-type {\n margin-bottom: 0; }\n\n[_nghost-%COMP%] .redoc-markdown-block blockquote {\n margin: 0;\n margin-bottom: 1em;\n padding: 0 15px;\n color: #777;\n border-left: 4px solid #ddd; }\n\n[_nghost-%COMP%] .redoc-markdown-block img {\n max-width: 100%;\n box-sizing: content-box; }\n\n[_nghost-%COMP%] .redoc-markdown-block ul, [_nghost-%COMP%] .redoc-markdown-block ol {\n padding-left: 2em;\n margin: 0;\n margin-bottom: 1em; }\n\n[_nghost-%COMP%] .redoc-markdown-block table {\n display: block;\n width: 100%;\n overflow: auto;\n word-break: normal;\n word-break: keep-all;\n border-collapse: collapse;\n border-spacing: 0;\n margin-top: 0.5em;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] .redoc-markdown-block table tr {\n background-color: #fff;\n border-top: 1px solid #ccc; }\n [_nghost-%COMP%] .redoc-markdown-block table tr:nth-child(2n) {\n background-color: #f8f8f8; }\n\n[_nghost-%COMP%] .redoc-markdown-block table th, [_nghost-%COMP%] .redoc-markdown-block table td {\n padding: 6px 13px;\n border: 1px solid #ddd; }\n\n[_nghost-%COMP%] .redoc-markdown-block table th {\n text-align: left;\n font-weight: bold; }']},function(t,e,n){"use strict";function r(t,e,n){return null===H&&(H=t.createRenderComponentType("",0,b.ViewEncapsulation.None,[],{})),new q(t,e,n)}function i(t,e,n){return null===$&&($=t.createRenderComponentType("",0,b.ViewEncapsulation.Emulated,W,{})),new Y(t,e,n)}function o(t,e,n){return new Z(t,e,n)}function s(t,e,n){return new G(t,e,n)}function a(t,e,n){return new J(t,e,n)}var c=n(307),u=n(9),l=n(8),h=n(20),p=n(13),f=n(12),_=n(21),d=n(35),g=n(28),m=n(77),y=n(78),v=n(122),b=n(16),w=n(15),x=n(464),C=n(40),E=n(24),I=n(32),S=n(458),T=n(218),k=n(483),O=n(456),A=n(476),P=n(478),R=n(454),N=n(461),M=n(68),j=n(162),D=n(214),L=n(226),V=n(231),F=n(227),B=n(213),U=n(220),z=function(){function t(t,e,n,r,i,o,s){this.changed=!1,this.context=new c.Redoc(t,e,n,r,i,o,s),this._expr_0=u.UNINITIALIZED,this._expr_1=u.UNINITIALIZED,this._expr_2=u.UNINITIALIZED}return t.prototype.check_specUrl=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.specUrl=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){var r=this.context.specLoading;l.checkBinding(n,this._expr_1,r)&&(t.renderer.setElementClass(e,"loading",r),this._expr_1=r);var i=this.context.specLoadingRemove;l.checkBinding(n,this._expr_2,i)&&(t.renderer.setElementClass(e,"loading-remove",i),this._expr_2=i)},t}();e.Wrapper_Redoc=z;var H=null,q=function(t){function e(n,r,i){t.call(this,e,H,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"redoc",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Redoc_0_4=new z(this.parentInjector.get(_.SpecManager),this.parentInjector.get(d.OptionsService),new g.ElementRef(this._el_0),e.ref,this.parentInjector.get(m.AppStateService),this.parentInjector.get(y.LazyTasksService),this.parentInjector.get(v.Hash)),this._appEl_0.initComponent(this._Redoc_0_4.context,[],e),e.create(this._Redoc_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.Redoc&&0===e?this._Redoc_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Redoc_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._Redoc_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.RedocNgFactory=new w.ComponentFactory("redoc",r,c.Redoc);var W=[x.styles],$=null,Y=function(t){function e(n,r,i){t.call(this,e,$,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new p.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new E.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new C.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new p.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new E.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new C.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._appEl_4=new p.AppElement(4,null,this,this._anchor_4),this._TemplateRef_4_5=new E.TemplateRef_(this._appEl_4,a),this._NgIf_4_6=new C.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&0===e?this._TemplateRef_0_5:t===I.NgIf&&0===e?this._NgIf_0_6.context:t===E.TemplateRef&&2===e?this._TemplateRef_2_5:t===I.NgIf&&2===e?this._NgIf_2_6.context:t===E.TemplateRef&&4===e?this._TemplateRef_4_5:t===I.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.error;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.options.lazyRendering;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=this.context.specLoaded&&!this.context.error;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.viewFactory_Redoc0=i;var Z=function(t){function e(n,r,i){t.call(this,e,$,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways),this._expr_8=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=l.createRenderElement(this.renderer,null,"div",new l.InlineArray2(2,"class","redoc-error"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=l.createRenderElement(this.renderer,this._el_0,"h1",l.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"Oops... ReDoc failed to render this spec",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray2(2,"class","redoc-error-details"),null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=l.interpolate(1,"",this.parent.context.error.message,"");l.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e),this.detectViewChildrenChanges(t)},e}(h.AppView),G=function(t){function e(n,r,i){t.call(this,e,$,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"loading-bar",l.EMPTY_INLINE_ARRAY,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=S.viewFactory_LoadingBar0(this.viewUtils,this.injector(0),this._appEl_0);return this._LoadingBar_0_4=new S.Wrapper_LoadingBar,this._appEl_0.initComponent(this._LoadingBar_0_4.context,[],e),this._text_1=this.renderer.createText(null," ",null),e.create(this._LoadingBar_0_4.context,[],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===T.LoadingBar&&0<=e&&e<=1?this._LoadingBar_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.loadingProgress;this._LoadingBar_0_4.check_progress(e,t,!1),this._LoadingBar_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._LoadingBar_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView),J=function(t){function e(n,r,i){t.call(this,e,$,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"div",new l.InlineArray2(2,"class","redoc-wrap"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray2(2,"class","background"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=l.createRenderElement(this.renderer,this._el_2,"div",new l.InlineArray2(2,"class","background-actual"),null),this._text_5=this.renderer.createText(this._el_4," ",null),this._text_6=this.renderer.createText(this._el_2,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this._el_8=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray4(4,"class","menu-content","sticky-sidebar",""),null),this._StickySidebar_8_3=new k.Wrapper_StickySidebar(new g.ElementRef(this._el_8)),this._text_9=this.renderer.createText(this._el_8,"\n ",null),this._el_10=l.createRenderElement(this.renderer,this._el_8,"api-logo",l.EMPTY_INLINE_ARRAY,null),this._appEl_10=new p.AppElement(10,8,this,this._el_10);var e=O.viewFactory_ApiLogo0(this.viewUtils,this.injector(10),this._appEl_10);this._ApiLogo_10_4=new O.Wrapper_ApiLogo(this.parentInjector.get(_.SpecManager)),this._appEl_10.initComponent(this._ApiLogo_10_4.context,[],e),this._text_11=this.renderer.createText(null," ",null),e.create(this._ApiLogo_10_4.context,[],null),this._text_12=this.renderer.createText(this._el_8,"\n ",null),this._el_13=l.createRenderElement(this.renderer,this._el_8,"side-menu",l.EMPTY_INLINE_ARRAY,null),this._appEl_13=new p.AppElement(13,8,this,this._el_13);var n=A.viewFactory_SideMenu0(this.viewUtils,this.injector(13),this._appEl_13);this._SideMenu_13_4=new A.Wrapper_SideMenu(this.parentInjector.get(_.SpecManager),new g.ElementRef(this._el_13),this.parentInjector.get(M.ScrollService),this.parentInjector.get(j.MenuService),this.parentInjector.get(v.Hash),this.parentInjector.get(d.OptionsService),n.ref),this._appEl_13.initComponent(this._SideMenu_13_4.context,[],n),this._text_14=this.renderer.createText(null," ",null),n.create(this._SideMenu_13_4.context,[],null),this._text_15=this.renderer.createText(this._el_8,"\n ",null),this._text_16=this.renderer.createText(this._el_0,"\n ",null),this._el_17=l.createRenderElement(this.renderer,this._el_0,"div",new l.InlineArray2(2,"class","api-content"),null),this._text_18=this.renderer.createText(this._el_17,"\n ",null),this._el_19=l.createRenderElement(this.renderer,this._el_17,"warnings",l.EMPTY_INLINE_ARRAY,null),this._appEl_19=new p.AppElement(19,17,this,this._el_19);var r=P.viewFactory_Warnings0(this.viewUtils,this.injector(19),this._appEl_19);this._Warnings_19_4=new P.Wrapper_Warnings(this.parentInjector.get(_.SpecManager),this.parentInjector.get(d.OptionsService)),this._appEl_19.initComponent(this._Warnings_19_4.context,[],r),r.create(this._Warnings_19_4.context,[],null),this._text_20=this.renderer.createText(this._el_17,"\n ",null), -this._el_21=l.createRenderElement(this.renderer,this._el_17,"api-info",l.EMPTY_INLINE_ARRAY,null),this._appEl_21=new p.AppElement(21,17,this,this._el_21);var i=R.viewFactory_ApiInfo0(this.viewUtils,this.injector(21),this._appEl_21);this._ApiInfo_21_4=new R.Wrapper_ApiInfo(this.parentInjector.get(_.SpecManager),this.parentInjector.get(d.OptionsService)),this._appEl_21.initComponent(this._ApiInfo_21_4.context,[],i),i.create(this._ApiInfo_21_4.context,[],null),this._text_22=this.renderer.createText(this._el_17,"\n ",null),this._el_23=l.createRenderElement(this.renderer,this._el_17,"methods-list",l.EMPTY_INLINE_ARRAY,null),this._appEl_23=new p.AppElement(23,17,this,this._el_23);var o=N.viewFactory_MethodsList0(this.viewUtils,this.injector(23),this._appEl_23);return this._MethodsList_23_4=new N.Wrapper_MethodsList(this.parentInjector.get(_.SpecManager)),this._appEl_23.initComponent(this._MethodsList_23_4.context,[],o),this._text_24=this.renderer.createText(null," ",null),o.create(this._MethodsList_23_4.context,[],null),this._text_25=this.renderer.createText(this._el_17,"\n ",null),this._el_26=l.createRenderElement(this.renderer,this._el_17,"footer",l.EMPTY_INLINE_ARRAY,null),this._text_27=this.renderer.createText(this._el_26,"\n ",null),this._el_28=l.createRenderElement(this.renderer,this._el_26,"div",new l.InlineArray2(2,"class","powered-by-badge"),null),this._text_29=this.renderer.createText(this._el_28,"\n ",null),this._el_30=l.createRenderElement(this.renderer,this._el_28,"a",new l.InlineArray8(6,"href","https://github.com/Rebilly/ReDoc","target","_blank","title","Swagger-generated API Reference Documentation"),null),this._text_31=this.renderer.createText(this._el_30,"\n Powered by ",null),this._el_32=l.createRenderElement(this.renderer,this._el_30,"strong",l.EMPTY_INLINE_ARRAY,null),this._text_33=this.renderer.createText(this._el_32,"ReDoc",null),this._text_34=this.renderer.createText(this._el_30,"\n ",null),this._text_35=this.renderer.createText(this._el_28,"\n ",null),this._text_36=this.renderer.createText(this._el_26,"\n ",null),this._text_37=this.renderer.createText(this._el_17,"\n ",null),this._text_38=this.renderer.createText(this._el_0,"\n",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._text_12,this._el_13,this._text_14,this._text_15,this._text_16,this._el_17,this._text_18,this._el_19,this._text_20,this._el_21,this._text_22,this._el_23,this._text_24,this._text_25,this._el_26,this._text_27,this._el_28,this._text_29,this._el_30,this._text_31,this._el_32,this._text_33,this._text_34,this._text_35,this._text_36,this._text_37,this._text_38],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===D.ApiLogo&&10<=e&&e<=11?this._ApiLogo_10_4.context:t===L.SideMenu&&13<=e&&e<=14?this._SideMenu_13_4.context:t===V.StickySidebar&&8<=e&&e<=15?this._StickySidebar_8_3.context:t===F.Warnings&&19===e?this._Warnings_19_4.context:t===B.ApiInfo&&21===e?this._ApiInfo_21_4.context:t===U.MethodsList&&23<=e&&e<=24?this._MethodsList_23_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.options.$scrollParent;this._StickySidebar_8_3.check_scrollParent(e,t,!1);var n=this.parent.context.options.scrollYOffset;this._StickySidebar_8_3.check_scrollYOffset(n,t,!1),this._StickySidebar_8_3.detectChangesInInputProps(this,this._el_8,t),this._ApiLogo_10_4.detectChangesInInputProps(this,this._el_10,t)&&this._appEl_10.componentView.markAsCheckOnce(),this._SideMenu_13_4.detectChangesInInputProps(this,this._el_13,t),this._Warnings_19_4.detectChangesInInputProps(this,this._el_19,t),this._ApiInfo_21_4.detectChangesInInputProps(this,this._el_21,t)&&this._appEl_21.componentView.markAsCheckOnce(),this._MethodsList_23_4.detectChangesInInputProps(this,this._el_23,t)&&this._appEl_23.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._StickySidebar_8_3.detectChangesInHostProps(this,this._el_8,t),this._ApiLogo_10_4.detectChangesInHostProps(this,this._el_10,t),this._SideMenu_13_4.detectChangesInHostProps(this,this._el_13,t),this._Warnings_19_4.detectChangesInHostProps(this,this._el_19,t),this._ApiInfo_21_4.detectChangesInHostProps(this,this._el_21,t),this._MethodsList_23_4.detectChangesInHostProps(this,this._el_23,t),this.detectViewChildrenChanges(t)},e.prototype.destroyInternal=function(){this._StickySidebar_8_3.context.ngOnDestroy()},e}(h.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\n.action-buttons[_ngcontent-%COMP%] {\n opacity: 0;\n transition: opacity 0.3s ease;\n transform: translateY(100%);\n z-index: 3;\n position: relative;\n height: 2em;\n line-height: 2em;\n padding-right: 10px;\n text-align: right;\n margin-top: -1em; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n padding: 2px 10px;\n color: #ffffff;\n cursor: pointer; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover {\n background-color: #455b66; }\n\n.code-sample[_ngcontent-%COMP%]:hover > .action-buttons[_ngcontent-%COMP%] {\n opacity: 1; }\n\nheader[_ngcontent-%COMP%] {\n font-family: Montserrat;\n font-size: 0.929em;\n text-transform: uppercase;\n margin: 0;\n color: #9fb4be;\n text-transform: uppercase;\n font-weight: normal;\n margin-top: 20px; }\n\n[_nghost-%COMP%] > tabs > ul li {\n font-family: Montserrat;\n font-size: .9em;\n border-radius: 2px;\n margin: 2px 0;\n padding: 3px 10px 2px 10px;\n line-height: 16px;\n color: #9fb4be; }\n [_nghost-%COMP%] > tabs > ul li:hover {\n background-color: rgba(255, 255, 255, 0.1);\n color: #ffffff; }\n [_nghost-%COMP%] > tabs > ul li.active {\n background-color: #ffffff;\n color: #263238; }\n\n[_nghost-%COMP%] tabs ul {\n padding-top: 10px; }\n\n.code-sample[_ngcontent-%COMP%] pre[_ngcontent-%COMP%] {\n overflow-x: auto;\n word-break: break-all;\n word-wrap: break-word;\n white-space: pre-wrap;\n margin-top: 0;\n overflow-x: auto;\n padding: 20px;\n border-radius: 4px;\n background-color: #222d32;\n margin-bottom: 36px; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===U&&(U=t.createRenderComponentType("",0,w.ViewEncapsulation.None,[],{})),new z(t,e,n)}function i(t,e,n){return null===q&&(q=t.createRenderComponentType("",0,w.ViewEncapsulation.Emulated,H,{})),new W(t,e,n)}function o(t,e,n){return new $(t,e,n)}function s(t,e,n){return new Y(t,e,n)}function a(t,e,n){return new Z(t,e,n)}function c(t,e,n){return new G(t,e,n)}function u(t,e,n){return new J(t,e,n)}var l=n(222),h=n(9),p=n(8),f=n(20),_=n(13),d=n(12),g=n(21),m=n(77),y=n(68),v=n(28),b=n(105),w=n(16),x=n(15),C=n(466),E=n(293),I=n(40),S=n(81),T=n(24),k=n(55),O=n(32),A=n(308),P=n(159),R=n(314),N=n(57),M=n(34),j=n(46),D=n(165),L=n(312),V=n(164),F=n(38),B=function(){function t(t,e,n,r,i){this.changed=!1,this.context=new l.RequestSamples(t,e,n,r,i),this._expr_0=h.UNINITIALIZED,this._expr_1=h.UNINITIALIZED,this._expr_2=h.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||p.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_schemaPointer=function(t,e,n){(n||p.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.schemaPointer=t,this._expr_1=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){var r=this.context.hidden;p.checkBinding(n,this._expr_2,r)&&(t.renderer.setElementAttribute(e,"hidden",null==r?null:r.toString()),this._expr_2=r)},t}();e.Wrapper_RequestSamples=B;var U=null,z=function(t){function e(n,r,i){t.call(this,e,U,d.ViewType.HOST,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.selectOrCreateRenderHostElement(this.renderer,"request-samples",p.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._RequestSamples_0_4=new B(this.parentInjector.get(g.SpecManager),this.parentInjector.get(m.AppStateService),this.parentInjector.get(y.ScrollService),new v.ElementRef(this._el_0),this.parentInjector.get(b.NgZone)),this._appEl_0.initComponent(this._RequestSamples_0_4.context,[],e),e.create(this._RequestSamples_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===l.RequestSamples&&0===e?this._RequestSamples_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._RequestSamples_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._RequestSamples_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(f.AppView);e.RequestSamplesNgFactory=new x.ComponentFactory("request-samples",r,l.RequestSamples);var H=[C.styles],q=null,W=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.COMPONENT,n,r,i,h.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._viewQuery_Tabs_0=new E.QueryList,this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new _.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new T.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new I.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new _.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new T.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new I.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._appEl_4=new _.AppElement(4,null,this,this._anchor_4),this._TemplateRef_4_5=new T.TemplateRef_(this._appEl_4,a),this._NgIf_4_6=new I.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this._pipe_prism_0=new S.PrismPipe(this.parentInjector.get(k.DomSanitizer)),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===T.TemplateRef&&0===e?this._TemplateRef_0_5:t===O.NgIf&&0===e?this._NgIf_0_6.context:t===T.TemplateRef&&2===e?this._TemplateRef_2_5:t===O.NgIf&&2===e?this._NgIf_2_6.context:t===T.TemplateRef&&4===e?this._TemplateRef_4_5:t===O.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.schemaPointer||this.context.samples.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.schemaPointer&&!this.context.samples.length;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=this.context.samples.length;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t),t||this._viewQuery_Tabs_0.dirty&&(this._viewQuery_Tabs_0.reset([this._appEl_4.mapNestedViews(Z,function(t){return[t._Tabs_0_4.context]})]),this.context.childQuery=this._viewQuery_Tabs_0,this._viewQuery_Tabs_0.notifyOnChanges())},e}(f.AppView);e.viewFactory_RequestSamples0=i;var $=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=p.createRenderElement(this.renderer,null,"header",p.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Request samples ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(f.AppView),Y=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.createRenderElement(this.renderer,null,"schema-sample",p.EMPTY_INLINE_ARRAY,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=A.viewFactory_SchemaSample0(this.viewUtils,this.injector(0),this._appEl_0);return this._SchemaSample_0_4=new A.Wrapper_SchemaSample(this.parentInjector.get(g.SpecManager),new v.ElementRef(this._el_0)),this._appEl_0.initComponent(this._SchemaSample_0_4.context,[],e),this._text_1=this.renderer.createText(null," ",null),e.create(this._SchemaSample_0_4.context,[],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===P.SchemaSample&&0<=e&&e<=1?this._SchemaSample_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.schemaPointer;this._SchemaSample_0_4.check_pointer(e,t,!1);var n=!0;this._SchemaSample_0_4.check_skipReadOnly(n,t,!1),this._SchemaSample_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._SchemaSample_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(f.AppView),Z=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.createRenderElement(this.renderer,null,"tabs",p.EMPTY_INLINE_ARRAY,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=R.viewFactory_Tabs0(this.viewUtils,this.injector(0),this._appEl_0);this._Tabs_0_4=new R.Wrapper_Tabs(e.ref),this._appEl_0.initComponent(this._Tabs_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._appEl_2=new _.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new T.TemplateRef_(this._appEl_2,c),this._NgIf_2_6=new I.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._appEl_4=new _.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new T.TemplateRef_(this._appEl_4,u),this._NgFor_4_6=new N.Wrapper_NgFor(this._appEl_4.vcRef,this._TemplateRef_4_5,this.parentInjector.get(M.IterableDiffers),this.parent.ref),this._text_5=this.renderer.createText(null,"\n",null),e.create(this._Tabs_0_4.context,[[].concat([this._text_1,this._appEl_2,this._text_3,this._appEl_4,this._text_5])],null);var n=this.renderer.listen(this._el_0,"change",this.eventHandler(this._handle_change_0_0.bind(this))),r=this._Tabs_0_4.context.change.subscribe(this.eventHandler(this._handle_change_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[n],[r]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===T.TemplateRef&&2===e?this._TemplateRef_2_5:t===O.NgIf&&2===e?this._NgIf_2_6.context:t===T.TemplateRef&&4===e?this._TemplateRef_4_5:t===j.NgFor&&4===e?this._NgFor_4_6.context:t===D.Tabs&&0<=e&&e<=5?this._Tabs_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.selectedLang;this._Tabs_0_4.check_selected(e,t,!1),this._Tabs_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce();var n=this.parent.context.schemaPointer;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var r=this.parent.context.samples;this._NgFor_4_6.check_ngForOf(r,t,!1),this._NgFor_4_6.detectChangesInInputProps(this,this._anchor_4,t),this.detectContentChildrenChanges(t),this._Tabs_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e.prototype.dirtyParentQueriesInternal=function(){this.parent._viewQuery_Tabs_0.setDirty()},e.prototype._handle_change_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.changeLangNotify(t)!==!1;return e},e}(f.AppView),G=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.createRenderElement(this.renderer,null,"tab",new p.InlineArray2(2,"tabTitle","JSON"),null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=R.viewFactory_Tab0(this.viewUtils,this.injector(0),this._appEl_0);this._Tab_0_4=new R.Wrapper_Tab(this.parent._Tabs_0_4.context),this._appEl_0.initComponent(this._Tab_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=p.createRenderElement(this.renderer,null,"schema-sample",p.EMPTY_INLINE_ARRAY,null),this._appEl_2=new _.AppElement(2,0,this,this._el_2);var n=A.viewFactory_SchemaSample0(this.viewUtils,this.injector(2),this._appEl_2);return this._SchemaSample_2_4=new A.Wrapper_SchemaSample(this.parent.parentInjector.get(g.SpecManager),new v.ElementRef(this._el_2)),this._appEl_2.initComponent(this._SchemaSample_2_4.context,[],n),this._text_3=this.renderer.createText(null," ",null),n.create(this._SchemaSample_2_4.context,[],null),this._text_4=this.renderer.createText(null,"\n ",null),e.create(this._Tab_0_4.context,[[].concat([this._text_1,this._el_2,this._text_4])],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===P.SchemaSample&&2<=e&&e<=3?this._SchemaSample_2_4.context:t===D.Tab&&0<=e&&e<=4?this._Tab_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e="JSON";this._Tab_0_4.check_tabTitle(e,t,!1),this._Tab_0_4.detectChangesInInputProps(this,this._el_0,t);var n=this.parent.parent.context.schemaPointer;this._SchemaSample_2_4.check_pointer(n,t,!1);var r=!0;this._SchemaSample_2_4.check_skipReadOnly(r,t,!1),this._SchemaSample_2_4.detectChangesInInputProps(this,this._el_2,t)&&this._appEl_2.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._Tab_0_4.detectChangesInHostProps(this,this._el_0,t),this._SchemaSample_2_4.detectChangesInHostProps(this,this._el_2,t),this.detectViewChildrenChanges(t)},e}(f.AppView),J=function(t){function e(n,r,i){t.call(this,e,q,d.ViewType.EMBEDDED,n,r,i,h.ChangeDetectorStatus.CheckAlways),this._expr_17=h.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=p.createRenderElement(this.renderer,null,"tab",p.EMPTY_INLINE_ARRAY,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=R.viewFactory_Tab0(this.viewUtils,this.injector(0),this._appEl_0);this._Tab_0_4=new R.Wrapper_Tab(this.parent._Tabs_0_4.context),this._appEl_0.initComponent(this._Tab_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=p.createRenderElement(this.renderer,null,"div",new p.InlineArray2(2,"class","code-sample"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=p.createRenderElement(this.renderer,this._el_2,"div",new p.InlineArray2(2,"class","action-buttons"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=p.createRenderElement(this.renderer,this._el_4,"span",new p.InlineArray4(4,"class","hint--top-left hint--inversed","copy-button",""),null),this._CopyButton_6_3=new L.Wrapper_CopyButton(this.renderer,new v.ElementRef(this._el_6)),this._el_7=p.createRenderElement(this.renderer,this._el_6,"a",p.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_7,"Copy",null),this._text_9=this.renderer.createText(this._el_4,"\n ",null),this._text_10=this.renderer.createText(this._el_2,"\n ",null),this._el_11=p.createRenderElement(this.renderer,this._el_2,"pre",p.EMPTY_INLINE_ARRAY,null),this._text_12=this.renderer.createText(this._el_2,"\n ",null),this._text_13=this.renderer.createText(null,"\n ",null),e.create(this._Tab_0_4.context,[[].concat([this._text_1,this._el_2,this._text_13])],null);var n=this.renderer.listen(this._el_6,"click",this.eventHandler(this._handle_click_6_0.bind(this))),r=this.renderer.listen(this._el_6,"mouseleave",this.eventHandler(this._handle_mouseleave_6_1.bind(this)));return this._pipe_prism_0_0=p.pureProxy2(this.parent.parent._pipe_prism_0.transform.bind(this.parent.parent._pipe_prism_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._el_7,this._text_8,this._text_9,this._text_10,this._el_11,this._text_12,this._text_13],[n,r],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===V.CopyButton&&6<=e&&e<=8?this._CopyButton_6_3.context:t===D.Tab&&0<=e&&e<=13?this._Tab_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=new h.ValueUnwrapper,n=this.context.$implicit.lang;this._Tab_0_4.check_tabTitle(n,t,!1),this._Tab_0_4.detectChangesInInputProps(this,this._el_0,t);var r=this.context.$implicit.source;this._CopyButton_6_3.check_copyText(r,t,!1),this._CopyButton_6_3.detectChangesInInputProps(this,this._el_6,t),this.detectContentChildrenChanges(t),this._Tab_0_4.detectChangesInHostProps(this,this._el_0,t),this._CopyButton_6_3.detectChangesInHostProps(this,this._el_6,t),e.reset();var i=e.unwrap(p.castByValue(this._pipe_prism_0_0,this.parent.parent._pipe_prism_0.transform)(this.context.$implicit.source,this.context.$implicit.lang));(e.hasWrappedValue||p.checkBinding(t,this._expr_17,i))&&(this.renderer.setElementProperty(this._el_11,"innerHTML",this.viewUtils.sanitizer.sanitize(F.SecurityContext.HTML,i)),this._expr_17=i),this.detectViewChildrenChanges(t)},e.prototype._handle_click_6_0=function(t){this.markPathToRootAsCheckOnce();var e=this._CopyButton_6_3.context.onClick()!==!1;return e},e.prototype._handle_mouseleave_6_1=function(t){this.markPathToRootAsCheckOnce();var e=this._CopyButton_6_3.context.onLeave()!==!1;return e},e}(f.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block; }\n\n.responses-list-header[_ngcontent-%COMP%] {\n font-size: 18px;\n padding: 0.2em 0;\n margin: 3em 0 1.1em;\n color: #253137;\n font-weight: normal; }\n\n[_nghost-%COMP%] .zippy-title[_ngcontent-%COMP%] {\n font-family: Montserrat, sans-serif; }\n\n.header-name[_ngcontent-%COMP%] {\n font-weight: bold;\n display: inline-block; }\n\n.header-type[_ngcontent-%COMP%] {\n display: inline-block;\n font-weight: bold;\n color: #999; }\n\nheader[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bold;\n text-transform: uppercase;\n margin-bottom: 15px; }\n header[_ngcontent-%COMP%]:not(:first-child) {\n margin-top: 15px;\n margin-bottom: 0; }\n\n.header[_ngcontent-%COMP%] {\n margin-bottom: 10px; }\n\n.header-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.header-type.array[_ngcontent-%COMP%]::before {\n content: "Array of ";\n color: #263238;\n font-weight: 300; }']},function(t,e,n){"use strict";function r(t,e,n){return null===H&&(H=t.createRenderComponentType("",0,x.ViewEncapsulation.None,[],{})),new q(t,e,n)}function i(t,e,n){return null===$&&($=t.createRenderComponentType("",0,x.ViewEncapsulation.Emulated,W,{})),new Y(t,e,n)}function o(t,e,n){return new Z(t,e,n)}function s(t,e,n){return new G(t,e,n)}function a(t,e,n){return new J(t,e,n)}function c(t,e,n){return new K(t,e,n)}function u(t,e,n){return new X(t,e,n)}function l(t,e,n){return new Q(t,e,n)}function h(t,e,n){return new tt(t,e,n)}function p(t,e,n){return new et(t,e,n)}function f(t,e,n){return new nt(t,e,n)}var _=n(223),d=n(9),g=n(8),m=n(20),y=n(13),v=n(12),b=n(21),w=n(35),x=n(16),C=n(15),E=n(468),I=n(40),S=n(57),T=n(81),k=n(24),O=n(34),A=n(55),P=n(32),R=n(46),N=n(315),M=n(215),j=n(61),D=n(216),L=n(28),V=n(120),F=n(166),B=n(38),U=n(142),z=function(){function t(t,e){this.changed=!1,this.context=new _.ResponsesList(t,e),this._expr_0=d.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||g.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ResponsesList=z;var H=null,q=function(t){function e(n,r,i){t.call(this,e,H,v.ViewType.HOST,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=g.selectOrCreateRenderHostElement(this.renderer,"responses-list",g.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new y.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ResponsesList_0_4=new z(this.parentInjector.get(b.SpecManager),this.parentInjector.get(w.OptionsService)),this._appEl_0.initComponent(this._ResponsesList_0_4.context,[],e),e.create(this._ResponsesList_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===_.ResponsesList&&0===e?this._ResponsesList_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ResponsesList_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ResponsesList_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(m.AppView);e.ResponsesListNgFactory=new C.ComponentFactory("responses-list",r,_.ResponsesList);var W=[E.styles],$=null,Y=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.COMPONENT,n,r,i,d.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new y.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new k.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new I.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new y.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new k.TemplateRef_(this._appEl_2,s),this._NgFor_2_6=new S.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parentInjector.get(O.IterableDiffers),this.ref),this._text_3=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new T.MarkedPipe(this.parentInjector.get(A.DomSanitizer)),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&0===e?this._TemplateRef_0_5:t===P.NgIf&&0===e?this._NgIf_0_6.context:t===k.TemplateRef&&2===e?this._TemplateRef_2_5:t===R.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.responses.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.responses;this._NgFor_2_6.check_ngForOf(n,t,!1);var r=this.context.trackByCode;this._NgFor_2_6.check_ngForTrackBy(r,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(m.AppView);e.viewFactory_ResponsesList0=i;var Z=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"h2",new g.InlineArray2(2,"class","responses-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Responses ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(m.AppView),G=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=g.createRenderElement(this.renderer,null,"zippy",g.EMPTY_INLINE_ARRAY,null),this._appEl_0=new y.AppElement(0,null,this,this._el_0);var e=N.viewFactory_Zippy0(this.viewUtils,this.injector(0),this._appEl_0);this._Zippy_0_4=new N.Wrapper_Zippy,this._appEl_0.initComponent(this._Zippy_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._appEl_2=new y.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new k.TemplateRef_(this._appEl_2,a),this._NgIf_2_6=new I.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._appEl_4=new y.AppElement(4,0,this,this._anchor_4),this._TemplateRef_4_5=new k.TemplateRef_(this._appEl_4,f),this._NgIf_4_6=new I.Wrapper_NgIf(this._appEl_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(null,"\n ",null),this._el_6=g.createRenderElement(this.renderer,null,"json-schema-lazy",g.EMPTY_INLINE_ARRAY,null),this._appEl_6=new y.AppElement(6,0,this,this._el_6);var n=M.viewFactory_JsonSchemaLazy0(this.viewUtils,this.injector(6),this._appEl_6);this._ComponentFactoryResolver_6_5=new j.CodegenComponentFactoryResolver([D.JsonSchemaNgFactory],this.parentInjector.get(j.ComponentFactoryResolver)),this._JsonSchemaLazy_6_6=new M.Wrapper_JsonSchemaLazy(this.parentInjector.get(b.SpecManager),this._appEl_6.vcRef,new L.ElementRef(this._el_6),this._ComponentFactoryResolver_6_5,this.parentInjector.get(w.OptionsService),this.renderer),this._appEl_6.initComponent(this._JsonSchemaLazy_6_6.context,[],n),this._text_7=this.renderer.createText(null,"\n ",null),n.create(this._JsonSchemaLazy_6_6.context,[],null),this._text_8=this.renderer.createText(null,"\n",null),e.create(this._Zippy_0_4.context,[[].concat([this._text_1,this._appEl_2,this._text_3,this._appEl_4,this._text_5,this._appEl_6,this._text_8])],null);var r=this.renderer.listen(this._el_0,"open",this.eventHandler(this._handle_open_0_0.bind(this))),i=this._Zippy_0_4.context.open.subscribe(this.eventHandler(this._handle_open_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5,this._el_6,this._text_7,this._text_8],[r],[i]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&2===e?this._TemplateRef_2_5:t===P.NgIf&&2===e?this._NgIf_2_6.context:t===k.TemplateRef&&4===e?this._TemplateRef_4_5:t===P.NgIf&&4===e?this._NgIf_4_6.context:t===j.ComponentFactoryResolver&&6===e?this._ComponentFactoryResolver_6_5:t===V.JsonSchemaLazy&&6<=e&&e<=7?this._JsonSchemaLazy_6_6.context:t===F.Zippy&&0<=e&&e<=8?this._Zippy_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.type;this._Zippy_0_4.check_type(e,t,!1);var n=this.context.$implicit.empty;this._Zippy_0_4.check_empty(n,t,!1);var r=g.interpolate(2,"",this.context.$implicit.code," ",this.context.$implicit.description,"");this._Zippy_0_4.check_title(r,t,!1),this._Zippy_0_4.detectChangesInInputProps(this,this._el_0,t);var i=this.context.$implicit.headers;this._NgIf_2_6.check_ngIf(i,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t);var o=this.context.$implicit.schema;this._NgIf_4_6.check_ngIf(o,t,!1),this._NgIf_4_6.detectChangesInInputProps(this,this._anchor_4,t);var s=g.interpolate(1,"",this.context.$implicit.schema?this.context.$implicit.pointer+"/schema":null,"");this._JsonSchemaLazy_6_6.check_pointer(s,t,!1), -this._JsonSchemaLazy_6_6.detectChangesInInputProps(this,this._el_6,t),this.detectContentChildrenChanges(t),this._Zippy_0_4.detectChangesInHostProps(this,this._el_0,t),this._JsonSchemaLazy_6_6.detectChangesInHostProps(this,this._el_6,t),this.detectViewChildrenChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_6_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._JsonSchemaLazy_6_6.context.ngOnDestroy()},e.prototype._handle_open_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this._JsonSchemaLazy_6_6.context.load()!==!1;return e},e}(m.AppView),J=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"div",new g.InlineArray2(2,"class","response-headers"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=g.createRenderElement(this.renderer,this._el_0,"header",g.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n Headers\n ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_5=new y.AppElement(5,0,this,this._anchor_5),this._TemplateRef_5_5=new k.TemplateRef_(this._appEl_5,c),this._NgFor_5_6=new S.Wrapper_NgFor(this._appEl_5.vcRef,this._TemplateRef_5_5,this.parent.parentInjector.get(O.IterableDiffers),this.parent.parent.ref),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._anchor_5,this._text_6],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&5===e?this._TemplateRef_5_5:t===R.NgFor&&5===e?this._NgFor_5_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.$implicit.headers;this._NgFor_5_6.check_ngForOf(e,t,!1),this._NgFor_5_6.detectChangesInInputProps(this,this._anchor_5,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(m.AppView),K=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways),this._expr_26=d.UNINITIALIZED,this._expr_27=d.UNINITIALIZED,this._expr_28=d.UNINITIALIZED,this._expr_29=d.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"div",new g.InlineArray2(2,"class","header"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=g.createRenderElement(this.renderer,this._el_0,"div",new g.InlineArray2(2,"class","header-name"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=g.createRenderElement(this.renderer,this._el_0,"div",g.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_5,null),this._appEl_7=new y.AppElement(7,5,this,this._anchor_7),this._TemplateRef_7_5=new k.TemplateRef_(this._appEl_7,u),this._NgIf_7_6=new I.Wrapper_NgIf(this._appEl_7.vcRef,this._TemplateRef_7_5),this._text_8=this.renderer.createText(this._el_5,"\n ",null),this._text_9=this.renderer.createText(this._el_0,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_10=new y.AppElement(10,0,this,this._anchor_10),this._TemplateRef_10_5=new k.TemplateRef_(this._appEl_10,l),this._NgIf_10_6=new I.Wrapper_NgIf(this._appEl_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(this._el_0,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_12=new y.AppElement(12,0,this,this._anchor_12),this._TemplateRef_12_5=new k.TemplateRef_(this._appEl_12,h),this._NgIf_12_6=new I.Wrapper_NgIf(this._appEl_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_0,"\n ",null),this._el_14=g.createRenderElement(this.renderer,this._el_0,"div",new g.InlineArray2(2,"class","header-description"),null),this._text_15=this.renderer.createText(this._el_14," ",null),this._text_16=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_0_0=g.pureProxy1(this.parent.parent.parent._pipe_marked_0.transform.bind(this.parent.parent.parent._pipe_marked_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._anchor_7,this._text_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13,this._el_14,this._text_15,this._text_16],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&7===e?this._TemplateRef_7_5:t===P.NgIf&&7===e?this._NgIf_7_6.context:t===k.TemplateRef&&10===e?this._TemplateRef_10_5:t===P.NgIf&&10===e?this._NgIf_10_6.context:t===k.TemplateRef&&12===e?this._TemplateRef_12_5:t===P.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new d.ValueUnwrapper,n=this.context.$implicit._range;this._NgIf_7_6.check_ngIf(n,t,!1),this._NgIf_7_6.detectChangesInInputProps(this,this._anchor_7,t);var r=this.context.$implicit.default;this._NgIf_10_6.check_ngIf(r,t,!1),this._NgIf_10_6.detectChangesInInputProps(this,this._anchor_10,t);var i=this.context.$implicit.enum;this._NgIf_12_6.check_ngIf(i,t,!1),this._NgIf_12_6.detectChangesInInputProps(this,this._anchor_12,t),this.detectContentChildrenChanges(t);var o=g.interpolate(1," ",this.context.$implicit.name," ");g.checkBinding(t,this._expr_26,o)&&(this.renderer.setText(this._text_3,o),this._expr_26=o);var s=g.interpolate(1,"header-type ",this.context.$implicit.type,"");g.checkBinding(t,this._expr_27,s)&&(this.renderer.setElementProperty(this._el_5,"className",s),this._expr_27=s);var a=g.interpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"\n ");g.checkBinding(t,this._expr_28,a)&&(this.renderer.setText(this._text_6,a),this._expr_28=a),e.reset();var c=e.unwrap(g.castByValue(this._pipe_marked_0_0,this.parent.parent.parent._pipe_marked_0.transform)(this.context.$implicit.description));(e.hasWrappedValue||g.checkBinding(t,this._expr_29,c))&&(this.renderer.setElementProperty(this._el_14,"innerHTML",this.viewUtils.sanitizer.sanitize(B.SecurityContext.HTML,c)),this._expr_29=c),this.detectViewChildrenChanges(t)},e}(m.AppView),X=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways),this._expr_2=d.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"span",new g.InlineArray2(2,"class","header-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=g.interpolate(1," ",this.parent.context.$implicit._range," ");g.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(m.AppView),Q=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways),this._expr_2=d.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"div",new g.InlineArray2(2,"class","header-default"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=g.interpolate(1," Default: ",this.parent.context.$implicit.default," ");g.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(m.AppView),tt=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"div",new g.InlineArray2(2,"class","header-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_2=new y.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new k.TemplateRef_(this._appEl_2,p),this._NgFor_2_6=new S.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parent.parent.parent.parentInjector.get(O.IterableDiffers),this.parent.parent.parent.parent.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&2===e?this._TemplateRef_2_5:t===R.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(m.AppView),et=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways),this._expr_2=d.UNINITIALIZED,this._expr_3=d.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"span",g.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new U.JsonPipe,this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){var e=new d.ValueUnwrapper;this.detectContentChildrenChanges(t);var n=g.interpolate(1,"enum-value ",this.context.$implicit.type,"");g.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=g.interpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||g.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r),this.detectViewChildrenChanges(t)},e}(m.AppView),nt=function(t){function e(n,r,i){t.call(this,e,$,v.ViewType.EMBEDDED,n,r,i,d.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=g.createRenderElement(this.renderer,null,"header",g.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n Response Schema\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(m.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\nheader[_ngcontent-%COMP%] {\n font-family: Montserrat;\n font-size: 0.929em;\n text-transform: uppercase;\n margin: 0;\n color: #9fb4be;\n text-transform: uppercase;\n font-weight: normal; }\n\n[_nghost-%COMP%] > tabs > ul li {\n font-family: Montserrat;\n font-size: 0.929em;\n border-radius: 2px;\n margin: 2px 0;\n padding: 2px 8px 3px 8px;\n color: #9fb4be;\n line-height: 16px; }\n [_nghost-%COMP%] > tabs > ul li:hover {\n color: #ffffff;\n background-color: rgba(255, 255, 255, 0.1); }\n [_nghost-%COMP%] > tabs > ul li.active {\n background-color: white;\n color: #263238; }\n\n[_nghost-%COMP%] tabs ul {\n padding-top: 10px; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===A&&(A=t.createRenderComponentType("",0,d.ViewEncapsulation.None,[],{})),new P(t,e,n)}function i(t,e,n){return null===N&&(N=t.createRenderComponentType("",0,d.ViewEncapsulation.Emulated,R,{})),new M(t,e,n)}function o(t,e,n){return new j(t,e,n)}function s(t,e,n){return new D(t,e,n)}function a(t,e,n){return new L(t,e,n)}var c=n(224),u=n(9),l=n(8),h=n(20),p=n(13),f=n(12),_=n(21),d=n(16),g=n(15),m=n(470),y=n(40),v=n(24),b=n(32),w=n(314),x=n(57),C=n(34),E=n(46),I=n(165),S=n(308),T=n(28),k=n(159),O=function(){function t(t){this.changed=!1,this.context=new c.ResponsesSamples(t),this._expr_0=u.UNINITIALIZED}return t.prototype.check_pointer=function(t,e,n){(n||l.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_ResponsesSamples=O;var A=null,P=function(t){function e(n,r,i){t.call(this,e,A,f.ViewType.HOST,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"responses-samples",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._ResponsesSamples_0_4=new O(this.parentInjector.get(_.SpecManager)),this._appEl_0.initComponent(this._ResponsesSamples_0_4.context,[],e),e.create(this._ResponsesSamples_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.ResponsesSamples&&0===e?this._ResponsesSamples_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._ResponsesSamples_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._ResponsesSamples_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.ResponsesSamplesNgFactory=new g.ComponentFactory("responses-samples",r,c.ResponsesSamples);var R=[m.styles],N=null,M=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.COMPONENT,n,r,i,u.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new p.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new v.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new y.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._appEl_2=new p.AppElement(2,null,this,this._anchor_2),this._TemplateRef_2_5=new v.TemplateRef_(this._appEl_2,s),this._NgIf_2_6=new y.Wrapper_NgIf(this._appEl_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this.init([],[this._anchor_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&0===e?this._TemplateRef_0_5:t===b.NgIf&&0===e?this._NgIf_0_6.context:t===v.TemplateRef&&2===e?this._TemplateRef_2_5:t===b.NgIf&&2===e?this._NgIf_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.data.responses.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t);var n=this.context.data.responses.length;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(h.AppView);e.viewFactory_ResponsesSamples0=i;var j=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=l.createRenderElement(this.renderer,null,"header",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Response samples ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e}(h.AppView),D=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"tabs",l.EMPTY_INLINE_ARRAY,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=w.viewFactory_Tabs0(this.viewUtils,this.injector(0),this._appEl_0);return this._Tabs_0_4=new w.Wrapper_Tabs(e.ref),this._appEl_0.initComponent(this._Tabs_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._appEl_2=new p.AppElement(2,0,this,this._anchor_2),this._TemplateRef_2_5=new v.TemplateRef_(this._appEl_2,a),this._NgFor_2_6=new x.Wrapper_NgFor(this._appEl_2.vcRef,this._TemplateRef_2_5,this.parentInjector.get(C.IterableDiffers),this.parent.ref),this._text_3=this.renderer.createText(null,"\n",null),e.create(this._Tabs_0_4.context,[[].concat([this._text_1,this._appEl_2,this._text_3])],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._anchor_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&2===e?this._TemplateRef_2_5:t===E.NgFor&&2===e?this._NgFor_2_6.context:t===I.Tabs&&0<=e&&e<=3?this._Tabs_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Tabs_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce();var e=this.parent.context.data.responses;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.detectChangesInInputProps(this,this._anchor_2,t),this.detectContentChildrenChanges(t),this._Tabs_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(h.AppView),L=function(t){function e(n,r,i){t.call(this,e,N,f.ViewType.EMBEDDED,n,r,i,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"tab",l.EMPTY_INLINE_ARRAY,null),this._appEl_0=new p.AppElement(0,null,this,this._el_0);var e=w.viewFactory_Tab0(this.viewUtils,this.injector(0),this._appEl_0);this._Tab_0_4=new w.Wrapper_Tab(this.parent._Tabs_0_4.context),this._appEl_0.initComponent(this._Tab_0_4.context,[],e),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=l.createRenderElement(this.renderer,null,"schema-sample",l.EMPTY_INLINE_ARRAY,null),this._appEl_2=new p.AppElement(2,0,this,this._el_2);var n=S.viewFactory_SchemaSample0(this.viewUtils,this.injector(2),this._appEl_2);return this._SchemaSample_2_4=new S.Wrapper_SchemaSample(this.parent.parentInjector.get(_.SpecManager),new T.ElementRef(this._el_2)),this._appEl_2.initComponent(this._SchemaSample_2_4.context,[],n),n.create(this._SchemaSample_2_4.context,[],null),this._text_3=this.renderer.createText(null,"\n ",null),e.create(this._Tab_0_4.context,[[].concat([this._text_1,this._el_2,this._text_3])],null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.SchemaSample&&2===e?this._SchemaSample_2_4.context:t===I.Tab&&0<=e&&e<=3?this._Tab_0_4.context:n},e.prototype.detectChangesInternal=function(t){var e=l.interpolate(2,"",this.context.$implicit.code," ",this.context.$implicit.description,"");this._Tab_0_4.check_tabTitle(e,t,!1);var n=this.context.$implicit.type;this._Tab_0_4.check_tabStatus(n,t,!1),this._Tab_0_4.detectChangesInInputProps(this,this._el_0,t);var r=this.context.$implicit.pointer;this._SchemaSample_2_4.check_pointer(r,t,!1),this._SchemaSample_2_4.detectChangesInInputProps(this,this._el_2,t)&&this._appEl_2.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._Tab_0_4.detectChangesInHostProps(this,this._el_0,t),this._SchemaSample_2_4.detectChangesInHostProps(this,this._el_2,t),this.detectViewChildrenChanges(t)},e}(h.AppView)},function(t,e){"use strict";e.styles=['@charset "UTF-8";\n[_nghost-%COMP%] {\n display: block; }\n\npre[_ngcontent-%COMP%] {\n background-color: transparent;\n padding: 0;\n margin: 0;\n clear: both;\n position: relative; }\n\n.action-buttons[_ngcontent-%COMP%] {\n opacity: 0;\n transition: opacity 0.3s ease;\n transform: translateY(100%);\n z-index: 3;\n position: relative;\n height: 2em;\n line-height: 2em;\n padding-right: 10px;\n text-align: right;\n margin-top: -1em; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n padding: 2px 10px;\n color: #ffffff;\n cursor: pointer; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover {\n background-color: #455b66; }\n\n.snippet[_ngcontent-%COMP%]:hover .action-buttons[_ngcontent-%COMP%] {\n opacity: 1; }\n\n[_nghost-%COMP%] .type-null {\n color: gray; }\n\n[_nghost-%COMP%] .type-boolean {\n color: firebrick; }\n\n[_nghost-%COMP%] .type-number {\n color: #4A8BB3; }\n\n[_nghost-%COMP%] .type-string {\n color: #66B16E; }\n\n[_nghost-%COMP%] .callback-function {\n color: gray; }\n\n[_nghost-%COMP%] .collapser:after {\n content: "-";\n cursor: pointer; }\n\n[_nghost-%COMP%] .collapsed > .collapser:after {\n content: "+";\n cursor: pointer; }\n\n[_nghost-%COMP%] .ellipsis:after {\n content: " … "; }\n\n[_nghost-%COMP%] .collapsible {\n margin-left: 2em; }\n\n[_nghost-%COMP%] .hoverable {\n padding-top: 1px;\n padding-bottom: 1px;\n padding-left: 2px;\n padding-right: 2px;\n border-radius: 2px; }\n\n[_nghost-%COMP%] .hovered {\n background-color: #ebeef9; }\n\n[_nghost-%COMP%] .collapser {\n padding-right: 6px;\n padding-left: 6px; }\n\n[_nghost-%COMP%] .redoc-json {\n overflow-x: auto;\n padding: 20px;\n border-radius: 4px;\n background-color: #222d32;\n margin-bottom: 36px; }\n\n[_nghost-%COMP%] ul, [_nghost-%COMP%] .redoc-json ul {\n list-style-type: none;\n padding: 0px;\n margin: 0px 0px 0px 26px; }\n\n[_nghost-%COMP%] li {\n position: relative;\n display: block; }\n\n[_nghost-%COMP%] .hoverable {\n transition: background-color .2s ease-out 0s;\n -webkit-transition: background-color .2s ease-out 0s;\n display: inline-block; }\n\n[_nghost-%COMP%] .hovered {\n transition-delay: .2s;\n -webkit-transition-delay: .2s; }\n\n[_nghost-%COMP%] .selected {\n outline-style: solid;\n outline-width: 1px;\n outline-style: dotted; }\n\n[_nghost-%COMP%] .collapsed > .collapsible {\n display: none; }\n\n[_nghost-%COMP%] .ellipsis {\n display: none; }\n\n[_nghost-%COMP%] .collapsed > .ellipsis {\n display: inherit; }\n\n[_nghost-%COMP%] .collapser {\n position: absolute;\n top: 1px;\n left: -1.5em;\n cursor: default;\n user-select: none;\n -webkit-user-select: none; }\n\n[_nghost-%COMP%] .redoc-json > .collapser {\n display: none; }']},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block; }\n\n.security-definition[_ngcontent-%COMP%]:not(:last-of-type) {\n border-bottom: 1px solid rgba(38, 50, 56, 0.3);\n padding-bottom: 20px; }\n\n[_nghost-%COMP%] h2[_ngcontent-%COMP%] {\n padding-top: 40px; }\n\nh3[_ngcontent-%COMP%] {\n margin: 1em 0;\n font-size: 1em; }\n\n[_nghost-%COMP%] .security-scopes-details[_ngcontent-%COMP%], [_nghost-%COMP%] .security-details[_ngcontent-%COMP%] {\n margin-top: 20px; }\n\ntable.details[_ngcontent-%COMP%] th[_ngcontent-%COMP%], table.details[_ngcontent-%COMP%] td[_ngcontent-%COMP%] {\n font-weight: bold;\n width: 200px;\n max-width: 50%; }\n\ntable.details[_ngcontent-%COMP%] th[_ngcontent-%COMP%] {\n text-align: left;\n padding: 6px;\n text-transform: capitalize;\n font-weight: normal; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===R&&(R=t.createRenderComponentType("",0,v.ViewEncapsulation.None,[],{})),new N(t,e,n)}function i(t,e,n){return null===j&&(j=t.createRenderComponentType("",0,v.ViewEncapsulation.Emulated,M,{})),new D(t,e,n)}function o(t,e,n){return new L(t,e,n)}function s(t,e,n){return new V(t,e,n)}function a(t,e,n){return new F(t,e,n)}function c(t,e,n){return new B(t,e,n)}function u(t,e,n){return new U(t,e,n)}function l(t,e,n){return new z(t,e,n)}function h(t,e,n){return new H(t,e,n)}var p=n(225),f=n(20),_=n(13),d=n(8),g=n(12),m=n(9),y=n(21),v=n(16),b=n(15),w=n(473),x=n(57),C=n(81),E=n(24),I=n(34),S=n(55),T=n(46),k=n(40),O=n(32),A=n(38),P=function(){function t(t){this.changed=!1,this.context=new p.SecurityDefinitions(t)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_SecurityDefinitions=P;var R=null,N=function(t){function e(n,r,i){t.call(this,e,R,g.ViewType.HOST,n,r,i,m.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=d.selectOrCreateRenderHostElement(this.renderer,"security-definitions",d.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new _.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._SecurityDefinitions_0_4=new P(this.parentInjector.get(y.SpecManager)),this._appEl_0.initComponent(this._SecurityDefinitions_0_4.context,[],e),e.create(this._SecurityDefinitions_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===p.SecurityDefinitions&&0===e?this._SecurityDefinitions_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._SecurityDefinitions_0_4.detectChangesInInputProps(this,this._el_0,t)&&this._appEl_0.componentView.markAsCheckOnce(),this.detectContentChildrenChanges(t),this._SecurityDefinitions_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(f.AppView);e.SecurityDefinitionsNgFactory=new b.ComponentFactory("security-definitions",r,p.SecurityDefinitions);var M=[w.styles],j=null,D=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.COMPONENT,n,r,i,m.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new _.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new E.TemplateRef_(this._appEl_0,o),this._NgFor_0_6=new x.Wrapper_NgFor(this._appEl_0.vcRef,this._TemplateRef_0_5,this.parentInjector.get(I.IterableDiffers),this.ref),this._text_1=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new C.MarkedPipe(this.parentInjector.get(S.DomSanitizer)),this._pipe_keys_1=new C.KeysPipe,this.init([],[this._anchor_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&0===e?this._TemplateRef_0_5:t===T.NgFor&&0===e?this._NgFor_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.defs;this._NgFor_0_6.check_ngForOf(e,t,!1),this._NgFor_0_6.detectChangesInInputProps(this,this._anchor_0,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(f.AppView);e.viewFactory_SecurityDefinitions0=i;var L=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_37=m.UNINITIALIZED,this._expr_38=m.UNINITIALIZED,this._expr_39=m.UNINITIALIZED,this._expr_40=m.UNINITIALIZED,this._expr_42=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"div",new d.InlineArray2(2,"class","security-definition"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"h2",new d.InlineArray2(2,"class","sharable-header"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=d.createRenderElement(this.renderer,this._el_2,"a",new d.InlineArray2(2,"class","share-link"),null),this._text_5=this.renderer.createText(this._el_2,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._el_7=d.createRenderElement(this.renderer,this._el_0,"div",d.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_0,"\n ",null),this._el_9=d.createRenderElement(this.renderer,this._el_0,"table",new d.InlineArray2(2,"class","security-details"),null),this._text_10=this.renderer.createText(this._el_9,"\n ",null),this._el_11=d.createRenderElement(this.renderer,this._el_9,"tbody",d.EMPTY_INLINE_ARRAY,null),this._el_12=d.createRenderElement(this.renderer,this._el_11,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_13=this.renderer.createText(this._el_12,"\n ",null),this._el_14=d.createRenderElement(this.renderer,this._el_12,"th",d.EMPTY_INLINE_ARRAY,null),this._text_15=this.renderer.createText(this._el_14," Security scheme type: ",null),this._text_16=this.renderer.createText(this._el_12,"\n ",null),this._el_17=d.createRenderElement(this.renderer,this._el_12,"td",d.EMPTY_INLINE_ARRAY,null),this._text_18=this.renderer.createText(this._el_17,"",null),this._text_19=this.renderer.createText(this._el_12,"\n ",null),this._text_20=this.renderer.createText(this._el_11,"\n ",null),this._anchor_21=this.renderer.createTemplateAnchor(this._el_11,null),this._appEl_21=new _.AppElement(21,11,this,this._anchor_21),this._TemplateRef_21_5=new E.TemplateRef_(this._appEl_21,s),this._NgIf_21_6=new k.Wrapper_NgIf(this._appEl_21.vcRef,this._TemplateRef_21_5),this._text_22=this.renderer.createText(this._el_11,"\n ",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_11,null),this._appEl_23=new _.AppElement(23,11,this,this._anchor_23),this._TemplateRef_23_5=new E.TemplateRef_(this._appEl_23,a),this._NgIf_23_6=new k.Wrapper_NgIf(this._appEl_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_11,"\n ",null),this._text_25=this.renderer.createText(this._el_0,"\n ",null),this._anchor_26=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_26=new _.AppElement(26,0,this,this._anchor_26),this._TemplateRef_26_5=new E.TemplateRef_(this._appEl_26,l),this._NgIf_26_6=new k.Wrapper_NgIf(this._appEl_26.vcRef,this._TemplateRef_26_5),this._text_27=this.renderer.createText(this._el_0,"\n",null),this._pipe_marked_0_0=d.pureProxy1(this.parent._pipe_marked_0.transform.bind(this.parent._pipe_marked_0)),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._el_11,this._el_12,this._text_13,this._el_14,this._text_15,this._text_16,this._el_17,this._text_18,this._text_19,this._text_20,this._anchor_21,this._text_22,this._anchor_23,this._text_24,this._text_25,this._anchor_26,this._text_27],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&21===e?this._TemplateRef_21_5:t===O.NgIf&&21===e?this._NgIf_21_6.context:t===E.TemplateRef&&23===e?this._TemplateRef_23_5:t===O.NgIf&&23===e?this._NgIf_23_6.context:t===E.TemplateRef&&26===e?this._TemplateRef_26_5:t===O.NgIf&&26===e?this._NgIf_26_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new m.ValueUnwrapper,n="apiKey"===this.context.$implicit.details.type;this._NgIf_21_6.check_ngIf(n,t,!1),this._NgIf_21_6.detectChangesInInputProps(this,this._anchor_21,t);var r="oauth2"===this.context.$implicit.details.type;this._NgIf_23_6.check_ngIf(r,t,!1),this._NgIf_23_6.detectChangesInInputProps(this,this._anchor_23,t);var i="oauth2"===this.context.$implicit.details.type;this._NgIf_26_6.check_ngIf(i,t,!1),this._NgIf_26_6.detectChangesInInputProps(this,this._anchor_26,t),this.detectContentChildrenChanges(t);var o=d.interpolate(1,"section/Authentication/",this.context.$implicit.name,"");d.checkBinding(t,this._expr_37,o)&&(this.renderer.setElementAttribute(this._el_2,"section",null==o?null:o.toString()),this._expr_37=o);var s=d.interpolate(1,"#section/Authentication/",this.context.$implicit.name,"");d.checkBinding(t,this._expr_38,s)&&(this.renderer.setElementProperty(this._el_4,"href",this.viewUtils.sanitizer.sanitize(A.SecurityContext.URL,s)), -this._expr_38=s);var a=d.interpolate(1,"",this.context.$implicit.name,"");d.checkBinding(t,this._expr_39,a)&&(this.renderer.setText(this._text_5,a),this._expr_39=a),e.reset();var c=e.unwrap(d.castByValue(this._pipe_marked_0_0,this.parent._pipe_marked_0.transform)(this.context.$implicit.details.description));(e.hasWrappedValue||d.checkBinding(t,this._expr_40,c))&&(this.renderer.setElementProperty(this._el_7,"innerHTML",this.viewUtils.sanitizer.sanitize(A.SecurityContext.HTML,c)),this._expr_40=c);var u=d.interpolate(1," ",this.context.$implicit.details._displayType," ");d.checkBinding(t,this._expr_42,u)&&(this.renderer.setText(this._text_18,u),this._expr_42=u),this.detectViewChildrenChanges(t)},e}(f.AppView),V=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_8=m.UNINITIALIZED,this._expr_9=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"th",d.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=d.createRenderElement(this.renderer,this._el_0,"td",d.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=d.interpolate(1," ",this.parent.context.$implicit.details.in," parameter name:");d.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_3,e),this._expr_8=e);var n=d.interpolate(1," ",this.parent.context.$implicit.details.name," ");d.checkBinding(t,this._expr_9,n)&&(this.renderer.setText(this._text_6,n),this._expr_9=n),this.detectViewChildrenChanges(t)},e}(f.AppView),F=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_20=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=d.createRenderElement(this.renderer,this._el_1,"th",d.EMPTY_INLINE_ARRAY,null),this._text_4=this.renderer.createText(this._el_3," OAuth2 Flow",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._el_6=d.createRenderElement(this.renderer,this._el_1,"td",d.EMPTY_INLINE_ARRAY,null),this._text_7=this.renderer.createText(this._el_6,"",null),this._text_8=this.renderer.createText(this._el_1,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(null,null),this._appEl_10=new _.AppElement(10,null,this,this._anchor_10),this._TemplateRef_10_5=new E.TemplateRef_(this._appEl_10,c),this._NgIf_10_6=new k.Wrapper_NgIf(this._appEl_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(null,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(null,null),this._appEl_12=new _.AppElement(12,null,this,this._anchor_12),this._TemplateRef_12_5=new E.TemplateRef_(this._appEl_12,u),this._NgIf_12_6=new k.Wrapper_NgIf(this._appEl_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(null,"\n ",null),this.init([].concat([this._text_0,this._el_1,this._text_9,this._appEl_10,this._text_11,this._appEl_12,this._text_13]),[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&10===e?this._TemplateRef_10_5:t===O.NgIf&&10===e?this._NgIf_10_6.context:t===E.TemplateRef&&12===e?this._TemplateRef_12_5:t===O.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e="implicit"===this.parent.context.$implicit.details.flow||"accessCode"===this.parent.context.$implicit.details.flow;this._NgIf_10_6.check_ngIf(e,t,!1),this._NgIf_10_6.detectChangesInInputProps(this,this._anchor_10,t);var n="implicit"!==this.parent.context.$implicit.details.flow;this._NgIf_12_6.check_ngIf(n,t,!1),this._NgIf_12_6.detectChangesInInputProps(this,this._anchor_12,t),this.detectContentChildrenChanges(t);var r=d.interpolate(1," ",this.parent.context.$implicit.details.flow," ");d.checkBinding(t,this._expr_20,r)&&(this.renderer.setText(this._text_7,r),this._expr_20=r),this.detectViewChildrenChanges(t)},e}(f.AppView),B=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_8=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"th",d.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2," Authorization URL ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=d.createRenderElement(this.renderer,this._el_0,"td",d.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=d.interpolate(1," ",this.parent.parent.context.$implicit.details.authorizationUrl," ");d.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e),this.detectViewChildrenChanges(t)},e}(f.AppView),U=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_8=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"th",d.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2," Token URL ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=d.createRenderElement(this.renderer,this._el_0,"td",d.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=d.interpolate(1," ",this.parent.parent.context.$implicit.details.tokenUrl," ");d.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e),this.detectViewChildrenChanges(t)},e}(f.AppView),z=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=d.createRenderElement(this.renderer,null,"h3",d.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1," OAuth2 Scopes ",null),this._text_3=this.renderer.createText(null,"\n ",null),this._el_4=d.createRenderElement(this.renderer,null,"table",new d.InlineArray2(2,"class","security-scopes-details"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=d.createRenderElement(this.renderer,this._el_4,"tbody",d.EMPTY_INLINE_ARRAY,null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_6,null),this._appEl_7=new _.AppElement(7,6,this,this._anchor_7),this._TemplateRef_7_5=new E.TemplateRef_(this._appEl_7,h),this._NgFor_7_6=new x.Wrapper_NgFor(this._appEl_7.vcRef,this._TemplateRef_7_5,this.parent.parentInjector.get(I.IterableDiffers),this.parent.parent.ref),this._text_8=this.renderer.createText(this._el_6,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this._pipe_keys_1_0=d.pureProxy1(this.parent.parent._pipe_keys_1.transform.bind(this.parent.parent._pipe_keys_1)),this.init([].concat([this._text_0,this._el_1,this._text_3,this._el_4,this._text_9]),[this._text_0,this._el_1,this._text_2,this._text_3,this._el_4,this._text_5,this._el_6,this._anchor_7,this._text_8,this._text_9],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===E.TemplateRef&&7===e?this._TemplateRef_7_5:t===T.NgFor&&7===e?this._NgFor_7_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new m.ValueUnwrapper;e.reset();var n=e.unwrap(d.castByValue(this._pipe_keys_1_0,this.parent.parent._pipe_keys_1.transform)(this.parent.context.$implicit.details.scopes));this._NgFor_7_6.check_ngForOf(n,t,e.hasWrappedValue),this._NgFor_7_6.detectChangesInInputProps(this,this._anchor_7,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(f.AppView),H=function(t){function e(n,r,i){t.call(this,e,j,g.ViewType.EMBEDDED,n,r,i,m.ChangeDetectorStatus.CheckAlways),this._expr_8=m.UNINITIALIZED,this._expr_9=m.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=d.createRenderElement(this.renderer,null,"tr",d.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=d.createRenderElement(this.renderer,this._el_0,"th",d.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=d.createRenderElement(this.renderer,this._el_0,"td",d.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=d.interpolate(1," ",this.context.$implicit," ");d.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_3,e),this._expr_8=e);var n=d.interpolate(1," ",this.parent.parent.context.$implicit.details.scopes[this.context.$implicit]," ");d.checkBinding(t,this._expr_9,n)&&(this.renderer.setText(this._text_6,n),this._expr_9=n),this.detectViewChildrenChanges(t)},e}(f.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n box-sizing: border-box; }\n\n.menu-header[_ngcontent-%COMP%] {\n text-transform: uppercase;\n color: #0033a0;\n padding: 0 20px;\n margin: 10px 0; }\n\n.menu-cat-header[_ngcontent-%COMP%] {\n font-size: 0.929em;\n font-family: Montserrat, sans-serif;\n font-weight: 300;\n cursor: pointer;\n color: rgba(38, 50, 56, 0.6);\n text-transform: uppercase;\n background-color: #fafafa;\n -webkit-transition: all .15s ease-in-out;\n -moz-transition: all .15s ease-in-out;\n -ms-transition: all .15s ease-in-out;\n -o-transition: all .15s ease-in-out;\n transition: all .15s ease-in-out;\n display: block;\n padding: 12.5px 20px; }\n .menu-cat-header[_ngcontent-%COMP%]:hover, .menu-cat-header.active[_ngcontent-%COMP%] {\n color: #0033a0;\n background-color: #f0f0f0; }\n .menu-cat-header[hidden][_ngcontent-%COMP%] {\n display: none; }\n .menu-cat-header.disabled[_ngcontent-%COMP%], .menu-cat-header.disabled[_ngcontent-%COMP%]:hover {\n cursor: default;\n color: #bdccd3; }\n\n.menu-subitems[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 0.929em;\n line-height: 1.2em;\n font-weight: 300;\n color: rgba(38, 50, 56, 0.9);\n padding: 0;\n overflow: hidden; }\n .menu-subitems.active[_ngcontent-%COMP%] {\n height: auto; }\n .menu-subitems[_ngcontent-%COMP%] li[_ngcontent-%COMP%] {\n -webkit-transition: all .15s ease-in-out;\n -moz-transition: all .15s ease-in-out;\n -ms-transition: all .15s ease-in-out;\n -o-transition: all .15s ease-in-out;\n transition: all .15s ease-in-out;\n list-style: none inside none;\n cursor: pointer;\n background-color: #f0f0f0;\n padding: 10px 40px;\n padding-left: 40px;\n overflow: hidden;\n text-overflow: ellipsis; }\n .menu-subitems[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover, .menu-subitems[_ngcontent-%COMP%] li.active[_ngcontent-%COMP%] {\n background: #e1e1e1; }\n .menu-subitems.disabled[_ngcontent-%COMP%], .menu-subitems.disabled[_ngcontent-%COMP%]:hover {\n cursor: default;\n color: #bdccd3; }\n\n.mobile-nav[_ngcontent-%COMP%] {\n display: none;\n height: 3em;\n line-height: 3em;\n box-sizing: border-box;\n border-bottom: 1px solid #ccc;\n cursor: pointer; }\n .mobile-nav[_ngcontent-%COMP%]:after {\n content: "";\n display: inline-block;\n width: 3em;\n height: 3em;\n background: url(\'data:image/svg+xml;utf8,\');\n background-size: 70%;\n background-repeat: no-repeat;\n background-position: center;\n float: right;\n vertical-align: middle; }\n .mobile-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n padding: 0 10px 0 20px;\n font-size: 0.95em; }\n @media (max-width: 550px) {\n .mobile-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n display: none; } }\n\n@media (max-width: 1000px) {\n .mobile-nav[_ngcontent-%COMP%] {\n display: block; }\n #resources-nav[_ngcontent-%COMP%] {\n height: 0;\n overflow-y: auto;\n transition: all 0.3s ease; }\n #resources-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n display: none; }\n .menu-subitems[_ngcontent-%COMP%] {\n height: auto; } }\n\n.selected-tag[_ngcontent-%COMP%] {\n text-transform: capitalize; }\n\n.selected-endpoint[_ngcontent-%COMP%]:before {\n content: "/";\n padding: 0 2px;\n color: #ccc; }\n\n.selected-endpoint[_ngcontent-%COMP%]:empty:before {\n display: none; }\n\n.selected-item-info[_ngcontent-%COMP%] {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n box-sizing: border-box;\n max-width: 350px; }\n @media (max-width: 550px) {\n .selected-item-info[_ngcontent-%COMP%] {\n display: inline-block;\n padding: 0 20px;\n max-width: 80%;\n max-width: calc(100% - 4em); } }']},function(t,e,n){"use strict";function r(t,e,n){return null===L&&(L=t.createRenderComponentType("",0,b.ViewEncapsulation.None,[],{})),new V(t,e,n)}function i(t,e,n,r){t.animationContext.cancelActiveAnimation(e,"itemAnimation","void"==r);var i={},o=null,s=0,a=B["*"],c=B[n];null==c&&(c=a);var u=B[r];return null==u&&(u=a),E.renderStyles(e,t.renderer,E.clearStyles(c)),null==o&&("collapsed"==n&&"expanded"==r||"expanded"==n&&"collapsed"==r)&&(o=new I.AnimationSequencePlayer([t.renderer.animate(e,new S.AnimationStyles(E.collectAndResolveStyles(i,[c])),E.balanceAnimationKeyframes(i,u,[new T.AnimationKeyframe(0,new S.AnimationStyles(E.collectAndResolveStyles(i,[{}]))),new T.AnimationKeyframe(1,new S.AnimationStyles(E.collectAndResolveStyles(i,[{}])))]),200,0,"ease")]),s=200),null==o&&(o=new k.NoOpAnimationPlayer),o.onDone(function(){E.renderStyles(e,t.renderer,E.prepareFinalAnimationStyles(c,u))}),t.animationContext.queueAnimation(e,"itemAnimation",o),new C.AnimationTransition(o,n,r,s)}function o(t,e,n){return null===U&&(U=t.createRenderComponentType("",0,b.ViewEncapsulation.Emulated,F,{itemAnimation:i})),new z(t,e,n)}function s(t,e,n){return new H(t,e,n)}function a(t,e,n){return new q(t,e,n)}var c=n(226),u=n(20),l=n(13),h=n(8),p=n(12),f=n(9),_=n(21),d=n(28),g=n(68),m=n(162),y=n(122),v=n(35),b=n(16),w=n(15),x=n(475),C=n(282),E=n(280),I=n(279),S=n(281),T=n(277),k=n(143),O=n(57),A=n(24),P=n(34),R=n(46),N=n(107),M=n(60),j=n(75),D=function(){function t(t,e,n,r,i,o,s){this.changed=!1,this.context=new c.SideMenu(t,e,n,r,i,o,s)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_SideMenu=D;var L=null,V=function(t){function e(n,r,i){t.call(this,e,L,p.ViewType.HOST,n,r,i,f.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.selectOrCreateRenderHostElement(this.renderer,"side-menu",h.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new l.AppElement(0,null,this,this._el_0);var e=o(this.viewUtils,this.injector(0),this._appEl_0);return this._SideMenu_0_4=new D(this.parentInjector.get(_.SpecManager),new d.ElementRef(this._el_0),this.parentInjector.get(g.ScrollService),this.parentInjector.get(m.MenuService),this.parentInjector.get(y.Hash),this.parentInjector.get(v.OptionsService),e.ref),this._appEl_0.initComponent(this._SideMenu_0_4.context,[],e),e.create(this._SideMenu_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===c.SideMenu&&0===e?this._SideMenu_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._SideMenu_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._SideMenu_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(u.AppView);e.SideMenuNgFactory=new w.ComponentFactory("side-menu",r,c.SideMenu);var F=[x.styles],B={collapsed:{height:"0px"},void:{height:"0px"},expanded:{height:"*"},"*":{}},U=null,z=function(t){function e(n,r,i){t.call(this,e,U,p.ViewType.COMPONENT,n,r,i,f.ChangeDetectorStatus.CheckAlways),this._expr_26=f.UNINITIALIZED,this._expr_27=f.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);this._el_0=h.createRenderElement(this.renderer,e,"div",new h.InlineArray2(2,"class","mobile-nav"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=h.createRenderElement(this.renderer,this._el_0,"span",new h.InlineArray2(2,"class","menu-header"),null),this._text_3=this.renderer.createText(this._el_2," API Reference: ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=h.createRenderElement(this.renderer,this._el_0,"span",new h.InlineArray2(2,"class","selected-item-info"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=h.createRenderElement(this.renderer,this._el_5,"span",new h.InlineArray2(2,"class","selected-tag"),null),this._text_8=this.renderer.createText(this._el_7,"",null),this._text_9=this.renderer.createText(this._el_5,"\n ",null),this._el_10=h.createRenderElement(this.renderer,this._el_5,"span",new h.InlineArray2(2,"class","selected-endpoint"),null),this._text_11=this.renderer.createText(this._el_10,"",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._text_13=this.renderer.createText(this._el_0,"\n",null),this._text_14=this.renderer.createText(e,"\n",null),this._el_15=h.createRenderElement(this.renderer,e,"div",new h.InlineArray2(2,"id","resources-nav"),null),this._text_16=this.renderer.createText(this._el_15,"\n ",null),this._el_17=h.createRenderElement(this.renderer,this._el_15,"h5",new h.InlineArray2(2,"class","menu-header"),null),this._text_18=this.renderer.createText(this._el_17," API reference ",null),this._text_19=this.renderer.createText(this._el_15,"\n ",null),this._anchor_20=this.renderer.createTemplateAnchor(this._el_15,null),this._appEl_20=new l.AppElement(20,15,this,this._anchor_20),this._TemplateRef_20_5=new A.TemplateRef_(this._appEl_20,s),this._NgFor_20_6=new O.Wrapper_NgFor(this._appEl_20.vcRef,this._TemplateRef_20_5,this.parentInjector.get(P.IterableDiffers),this.ref),this._text_21=this.renderer.createText(this._el_15,"\n",null),this._text_22=this.renderer.createText(e,"\n",null);var n=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([],[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._text_9,this._el_10,this._text_11,this._text_12,this._text_13,this._text_14,this._el_15,this._text_16,this._el_17,this._text_18,this._text_19,this._anchor_20,this._text_21,this._text_22],[n],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.TemplateRef&&20===e?this._TemplateRef_20_5:t===R.NgFor&&20===e?this._NgFor_20_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.categories;this._NgFor_20_6.check_ngForOf(e,t,!1),this._NgFor_20_6.detectChangesInInputProps(this,this._anchor_20,t),this.detectContentChildrenChanges(t);var n=h.interpolate(1," ",this.context.activeCatCaption," ");h.checkBinding(t,this._expr_26,n)&&(this.renderer.setText(this._text_8,n),this._expr_26=n);var r=h.interpolate(1,"",this.context.activeItemCaption,"");h.checkBinding(t,this._expr_27,r)&&(this.renderer.setText(this._text_11,r),this._expr_27=r),this.detectViewChildrenChanges(t)},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.context.toggleMobileNav()!==!1;return e},e}(u.AppView);e.viewFactory_SideMenu0=o;var H=function(t){function e(n,r,i){t.call(this,e,U,p.ViewType.EMBEDDED,n,r,i,f.ChangeDetectorStatus.CheckAlways),this._expr_14=f.UNINITIALIZED,this._map_15=h.pureProxy2(function(t,e){return{active:t,disabled:e}}),this._expr_16=f.UNINITIALIZED,this._expr_17=f.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.createRenderElement(this.renderer,null,"div",new h.InlineArray2(2,"class","menu-cat"),null),this._text_1=this.renderer.createText(this._el_0,"\n\n ",null),this._el_2=h.createRenderElement(this.renderer,this._el_0,"label",new h.InlineArray2(2,"class","menu-cat-header"),null),this._NgClass_2_3=new N.Wrapper_NgClass(this.parent.parentInjector.get(P.IterableDiffers),this.parent.parentInjector.get(M.KeyValueDiffers),new d.ElementRef(this._el_2),this.renderer),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=h.createRenderElement(this.renderer,this._el_0,"ul",new h.InlineArray2(2,"class","menu-subitems"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_5,null),this._appEl_7=new l.AppElement(7,5,this,this._anchor_7),this._TemplateRef_7_5=new A.TemplateRef_(this._appEl_7,a),this._NgFor_7_6=new O.Wrapper_NgFor(this._appEl_7.vcRef,this._TemplateRef_7_5,this.parent.parentInjector.get(P.IterableDiffers),this.parent.ref),this._text_8=this.renderer.createText(this._el_5,"\n ",null),this._text_9=this.renderer.createText(this._el_0,"\n\n ",null);var e=this.renderer.listen(this._el_2,"click",this.eventHandler(this._handle_click_2_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._anchor_7,this._text_8,this._text_9],[e],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===j.NgClass&&2<=e&&e<=3?this._NgClass_2_3.context:t===A.TemplateRef&&7===e?this._TemplateRef_7_5:t===R.NgFor&&7===e?this._NgFor_7_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.active?"expanded":"collapsed";if(h.checkBinding(t,this._expr_17,e)){this.componentType.animations.itemAnimation(this,this._el_5,this._expr_17==f.UNINITIALIZED?"void":this._expr_17,e==f.UNINITIALIZED?"void":e);this._expr_17=e}var n="menu-cat-header";this._NgClass_2_3.check_klass(n,t,!1);var r=this._map_15(this.context.$implicit.active,!this.context.$implicit.ready);this._NgClass_2_3.check_ngClass(r,t,!1),this._NgClass_2_3.detectChangesInInputProps(this,this._el_2,t);var i=this.context.$implicit.methods;this._NgFor_7_6.check_ngForOf(i,t,!1);var o=this.parent.context.summary;this._NgFor_7_6.check_ngForTrackBy(o,t,!1),this._NgFor_7_6.detectChangesInInputProps(this,this._anchor_7,t),this.detectContentChildrenChanges(t);var s=this.context.$implicit.headless;h.checkBinding(t,this._expr_14,s)&&(this.renderer.setElementProperty(this._el_2,"hidden",s),this._expr_14=s),this._NgClass_2_3.detectChangesInHostProps(this,this._el_2,t);var a=h.interpolate(1," ",this.context.$implicit.name,"");h.checkBinding(t,this._expr_16,a)&&(this.renderer.setText(this._text_3,a),this._expr_16=a),this.detectViewChildrenChanges(t)},e.prototype.detachInternal=function(){this.componentType.animations.itemAnimation(this,this._el_5,this._expr_17,"void")},e.prototype._handle_click_2_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.activateAndScroll(this.context.index,-1)!==!1;return e},e}(u.AppView),q=function(t){function e(n,r,i){t.call(this,e,U,p.ViewType.EMBEDDED,n,r,i,f.ChangeDetectorStatus.CheckAlways),this._map_3=h.pureProxy2(function(t,e){return{active:t,disabled:e}}),this._expr_4=f.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=h.createRenderElement(this.renderer,null,"li",h.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new N.Wrapper_NgClass(this.parent.parent.parentInjector.get(P.IterableDiffers),this.parent.parent.parentInjector.get(M.KeyValueDiffers),new d.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"",null);var e=this.renderer.listen(this._el_0,"click",this.eventHandler(this._handle_click_0_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1],[e],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===j.NgClass&&0<=e&&e<=1?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this._map_3(this.context.$implicit.active,!this.context.$implicit.ready);this._NgClass_0_3.check_ngClass(e,t,!1),this._NgClass_0_3.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._NgClass_0_3.detectChangesInHostProps(this,this._el_0,t);var n=h.interpolate(1,"\n ",this.context.$implicit.summary,"\n ");h.checkBinding(t,this._expr_4,n)&&(this.renderer.setText(this._text_1,n),this._expr_4=n),this.detectViewChildrenChanges(t)},e.prototype._handle_click_0_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.parent.context.activateAndScroll(this.parent.context.index,this.context.index)!==!1;return e},e}(u.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n width: 60%;\n display: block; }\n\n.message[_ngcontent-%COMP%] {\n padding: 5px 40px;\n background-color: #fcf8e3;\n color: #8a6d3b; }\n .message[_ngcontent-%COMP%]:before {\n content: "Warning: ";\n font-weight: bold; }\n\n.warnings-close[_ngcontent-%COMP%] {\n font-size: 150%;\n color: black;\n opacity: 0.4;\n float: right;\n margin: 5px 20px 0 0;\n font-weight: bold;\n cursor: pointer; }\n .warnings-close[_ngcontent-%COMP%]:hover {\n opacity: 0.8; }\n\np[_ngcontent-%COMP%] {\n display: inline; }']},function(t,e,n){"use strict";function r(t,e,n){return null===I&&(I=t.createRenderComponentType("",0,d.ViewEncapsulation.None,[],{})),new S(t,e,n)}function i(t,e,n){return null===k&&(k=t.createRenderComponentType("",0,d.ViewEncapsulation.Emulated,T,{})),new O(t,e,n)}function o(t,e,n){return new A(t,e,n)}function s(t,e,n){return new P(t,e,n)}var a=n(227),c=n(20),u=n(13),l=n(8),h=n(12),p=n(9),f=n(21),_=n(35),d=n(16),g=n(15),m=n(477),y=n(40),v=n(24),b=n(32),w=n(57),x=n(34),C=n(46),E=function(){function t(t,e){this.changed=!1,this.context=new a.Warnings(t,e)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_Warnings=E;var I=null,S=function(t){function e(n,r,i){t.call(this,e,I,h.ViewType.HOST,n,r,i,p.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.selectOrCreateRenderHostElement(this.renderer,"warnings",l.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new u.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._Warnings_0_4=new E(this.parentInjector.get(f.SpecManager),this.parentInjector.get(_.OptionsService)),this._appEl_0.initComponent(this._Warnings_0_4.context,[],e),e.create(this._Warnings_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===a.Warnings&&0===e?this._Warnings_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._Warnings_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),this._Warnings_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(c.AppView);e.WarningsNgFactory=new g.ComponentFactory("warnings",r,a.Warnings);var T=[m.styles],k=null,O=function(t){function e(n,r,i){t.call(this,e,k,h.ViewType.COMPONENT,n,r,i,p.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._appEl_0=new u.AppElement(0,null,this,this._anchor_0),this._TemplateRef_0_5=new v.TemplateRef_(this._appEl_0,o),this._NgIf_0_6=new y.Wrapper_NgIf(this._appEl_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this.init([],[this._anchor_0,this._text_1],[],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&0===e?this._TemplateRef_0_5:t===b.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.shown;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.detectChangesInInputProps(this,this._anchor_0,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e}(c.AppView);e.viewFactory_Warnings0=i;var A=function(t){function e(n,r,i){t.call(this,e,k,h.ViewType.EMBEDDED,n,r,i,p.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=l.createRenderElement(this.renderer,null,"div",l.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=l.createRenderElement(this.renderer,this._el_0,"a",new l.InlineArray2(2,"class","warnings-close"),null),this._text_3=this.renderer.createText(this._el_2,"×",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_0,null),this._appEl_5=new u.AppElement(5,0,this,this._anchor_5),this._TemplateRef_5_5=new v.TemplateRef_(this._appEl_5,s),this._NgFor_5_6=new w.Wrapper_NgFor(this._appEl_5.vcRef,this._TemplateRef_5_5,this.parentInjector.get(x.IterableDiffers),this.parent.ref),this._text_6=this.renderer.createText(this._el_0,"\n",null);var e=this.renderer.listen(this._el_2,"click",this.eventHandler(this._handle_click_2_0.bind(this)));return this.init([].concat([this._el_0]),[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._anchor_5,this._text_6],[e],[]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&5===e?this._TemplateRef_5_5:t===C.NgFor&&5===e?this._NgFor_5_6.context:n; -},e.prototype.detectChangesInternal=function(t){var e=this.parent.context.warnings;this._NgFor_5_6.check_ngForOf(e,t,!1),this._NgFor_5_6.detectChangesInInputProps(this,this._anchor_5,t),this.detectContentChildrenChanges(t),this.detectViewChildrenChanges(t)},e.prototype._handle_click_2_0=function(t){this.markPathToRootAsCheckOnce();var e=this.parent.context.close()!==!1;return e},e}(c.AppView),P=function(t){function e(n,r,i){t.call(this,e,k,h.ViewType.EMBEDDED,n,r,i,p.ChangeDetectorStatus.CheckAlways),this._expr_2=p.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=l.createRenderElement(this.renderer,null,"div",new l.InlineArray2(2,"class","message"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init([].concat([this._el_0]),[this._el_0,this._text_1],[],[]),null},e.prototype.detectChangesInternal=function(t){this.detectContentChildrenChanges(t);var e=l.interpolate(1,"",this.context.$implicit,"");l.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e),this.detectViewChildrenChanges(t)},e}(c.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] .dk-select {\n max-width: 100%;\n font-family: Montserrat, sans-serif;\n font-size: .929em;\n min-width: 100px;\n width: auto; }\n\n[_nghost-%COMP%] .dk-selected:after {\n display: none; }\n\n[_nghost-%COMP%] .dk-selected {\n color: #263238;\n border-color: rgba(38, 50, 56, 0.5);\n padding: 0.15em 1.5em 0.2em 0.5em;\n border-radius: 2px; }\n\n[_nghost-%COMP%] .dk-select-open-down .dk-selected, [_nghost-%COMP%] .dk-selected:focus, [_nghost-%COMP%] .dk-selected:hover {\n border-color: #0033a0;\n color: #0033a0; }\n\n[_nghost-%COMP%] .dk-selected:before {\n border-top-color: #263238;\n border-width: .35em .35em 0; }\n\n[_nghost-%COMP%] .dk-select-open-down .dk-selected:before, [_nghost-%COMP%] .dk-select-open-up .dk-selected:before {\n border-bottom-color: #0033a0; }\n\n[_nghost-%COMP%] .dk-select-multi:focus .dk-select-options, [_nghost-%COMP%] .dk-select-open-down .dk-select-options, [_nghost-%COMP%] .dk-select-open-up .dk-select-options {\n border-color: rgba(38, 50, 56, 0.2); }\n\n[_nghost-%COMP%] .dk-select-options .dk-option-highlight {\n background: #ffffff; }\n\n[_nghost-%COMP%] .dk-select-options {\n margin-top: 0.2em;\n padding: 0;\n border-radius: 2px;\n box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;\n right: auto;\n min-width: 100%; }\n\n[_nghost-%COMP%] .dk-option {\n color: #263238;\n padding: 0.16em 0.6em 0.2em 0.5em; }\n [_nghost-%COMP%] .dk-option:hover {\n background-color: rgba(38, 50, 56, 0.12); }\n [_nghost-%COMP%] .dk-option:focus {\n background-color: rgba(38, 50, 56, 0.12); }\n\n[_nghost-%COMP%] .dk-option-selected {\n background-color: rgba(0, 0, 0, 0.05) !important; }"]},function(t,e,n){"use strict";function r(t,e,n){return null===g&&(g=t.createRenderComponentType("",0,p.ViewEncapsulation.None,[],{})),new m(t,e,n)}function i(t,e,n){return null===v&&(v=t.createRenderComponentType("",1,p.ViewEncapsulation.Emulated,y,{})),new b(t,e,n)}var o=n(228),s=n(20),a=n(13),c=n(8),u=n(12),l=n(9),h=n(28),p=n(16),f=n(15),_=n(479),d=function(){function t(t){this.changed=!1,this.context=new o.DropDown(t)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_DropDown=d;var g=null,m=function(t){function e(n,r,i){t.call(this,e,g,u.ViewType.HOST,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=c.selectOrCreateRenderHostElement(this.renderer,"drop-down",c.EMPTY_INLINE_ARRAY,t,null),this._appEl_0=new a.AppElement(0,null,this,this._el_0);var e=i(this.viewUtils,this.injector(0),this._appEl_0);return this._DropDown_0_4=new d(new h.ElementRef(this._el_0)),this._appEl_0.initComponent(this._DropDown_0_4.context,[],e),e.create(this._DropDown_0_4.context,this.projectableNodes,null),this.init([].concat([this._el_0]),[this._el_0],[],[]),this._appEl_0},e.prototype.injectorGetInternal=function(t,e,n){return t===o.DropDown&&0===e?this._DropDown_0_4.context:n},e.prototype.detectChangesInternal=function(t){this._DropDown_0_4.detectChangesInInputProps(this,this._el_0,t),this.detectContentChildrenChanges(t),t||0===this.numberOfChecks&&this._DropDown_0_4.context.ngAfterContentInit(),this._DropDown_0_4.detectChangesInHostProps(this,this._el_0,t),this.detectViewChildrenChanges(t)},e}(s.AppView);e.DropDownNgFactory=new f.ComponentFactory("drop-down",r,o.DropDown);var y=[_.styles],v=null,b=function(t){function e(n,r,i){t.call(this,e,v,u.ViewType.COMPONENT,n,r,i,l.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.declarationAppElement.nativeElement);this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=c.createRenderElement(this.renderer,e,"select",c.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this.renderer.projectNodes(this._el_1,c.flattenNestedViewRenderNodes(this.projectableNodes[0])),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._text_4=this.renderer.createText(e,"\n ",null);var n=this.renderer.listen(this._el_1,"change",this.eventHandler(this._handle_change_1_0.bind(this)));return this.init([],[this._text_0,this._el_1,this._text_2,this._text_3,this._text_4],[n],[]),null},e.prototype._handle_change_1_0=function(t){this.markPathToRootAsCheckOnce();var e=this.context.onChange(t.target.value)!==!1;return e},e}(s.AppView);e.viewFactory_DropDown0=i},function(t,e,n){"use strict";var r=n(78),i=n(9),o=n(8),s=function(){function t(t,e,n,o,s){this.changed=!1,this.context=new r.LazyFor(t,e,n,o,s),this._expr_0=i.UNINITIALIZED}return t.prototype.check_lazyForOf=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.lazyForOf=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_LazyFor=s},function(t,e,n){"use strict";var r=n(230),i=function(){function t(t){this.changed=!1,this.context=new r.SelectOnClick(t)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_SelectOnClick=i},function(t,e,n){"use strict";var r=n(231),i=n(9),o=n(8),s=function(){function t(t){this.changed=!1,this.context=new r.StickySidebar(t),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED}return t.prototype.check_scrollParent=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.scrollParent=t,this._expr_0=t)},t.prototype.check_scrollYOffset=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this.changed=!0,this.context.scrollYOffset=t,this._expr_1=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_StickySidebar=s},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block; }\n\nul[_ngcontent-%COMP%] {\n display: block;\n margin: 0;\n padding: 0; }\n\nli[_ngcontent-%COMP%] {\n list-style: none;\n display: inline-block;\n cursor: pointer; }\n\n.tab-success[_ngcontent-%COMP%]:before, .tab-error[_ngcontent-%COMP%]:before, .tab-redirect[_ngcontent-%COMP%]:before, .tab-info[_ngcontent-%COMP%]:before {\n content: "";\n display: inline-block;\n position: relative;\n top: -2px;\n height: 4px;\n width: 4px;\n border-radius: 50%;\n margin-right: 0.5em; }\n\n.tab-success[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #00aa13;\n background-color: #00aa13; }\n\n.tab-error[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #e53935;\n background-color: #e53935; }\n\n.tab-redirect[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #f1c400;\n background-color: #f1c400; }\n\n.tab-info[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #0033a0;\n background-color: #0033a0; }']},function(t,e){"use strict";e.styles=['@charset "UTF-8";\n[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\n.zippy-title[_ngcontent-%COMP%] {\n padding: 10px;\n border-radius: 2px;\n margin-bottom: 4px;\n line-height: 1.5em;\n background-color: #f2f2f2;\n cursor: pointer; }\n .zippy-success[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #00aa13;\n background-color: rgba(0, 170, 19, 0.08); }\n .zippy-error[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #e53935;\n background-color: rgba(229, 57, 53, 0.06); }\n .zippy-redirect[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #263238;\n background-color: rgba(38, 50, 56, 0.08); }\n .zippy-info[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #0033a0;\n background-color: rgba(0, 51, 160, 0.08); }\n\n.zippy-indicator[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n height: 1.2em;\n vertical-align: middle;\n transition: all 0.3s ease;\n transform: rotateZ(-180deg); }\n\n.zippy-hidden[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n transform: rotateZ(0); }\n\n.zippy-success[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #00aa13; }\n\n.zippy-error[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #e53935; }\n\n.zippy-redirect[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #263238; }\n\n.zippy-info[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #0033a0; }\n\nspan.zippy-indicator[_ngcontent-%COMP%] {\n width: 1em;\n font-size: 1.2em;\n text-align: center;\n display: inline-block; }\n\n.zippy-content[_ngcontent-%COMP%] {\n padding: 15px 0; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-title[_ngcontent-%COMP%] {\n cursor: default; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-indicator[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n display: none; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-indicator[_ngcontent-%COMP%]:before {\n content: "—";\n font-weight: bold; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-content[_ngcontent-%COMP%] {\n display: none; }\n\n.zippy-hidden[_ngcontent-%COMP%] > .zippy-content[_ngcontent-%COMP%] {\n display: none; }']},function(t,e){"use strict";e.methods=new Set(["get","put","post","delete","options","head","patch"]),e.keywordTypes={multipleOf:"number",maximum:"number",exclusiveMaximum:"number",minimum:"number",exclusiveMinimum:"number",maxLength:"string",minLength:"string",pattern:"string",items:"array",maxItems:"array",minItems:"array",uniqueItems:"array",maxProperties:"object",minProperties:"object",required:"object",additionalProperties:"object",properties:"object"}},function(t,e,n){"use strict";var r=n(193),i=n(9),o=n(8),s=function(){function t(t,e,n){this.changed=!1,this.context=new r.NgStyle(t,e,n),this._expr_0=i.UNINITIALIZED}return t.prototype.check_ngStyle=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.ngStyle=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,n||this.context.ngDoCheck(),r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgStyle=s},function(t,e,n){"use strict";var r=n(139),i=n(9),o=n(8),s=function(){function t(){this.changed=!1,this.context=new r.NgSwitch,this._expr_0=i.UNINITIALIZED}return t.prototype.check_ngSwitch=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.ngSwitch=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgSwitch=s;var a=function(){function t(t,e,n){this.changed=!1,this.context=new r.NgSwitchCase(t,e,n),this._expr_0=i.UNINITIALIZED}return t.prototype.check_ngSwitchCase=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this.changed=!0,this.context.ngSwitchCase=t,this._expr_0=t)},t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgSwitchCase=a;var c=function(){function t(t,e,n){this.changed=!1,this.context=new r.NgSwitchDefault(t,e,n)}return t.prototype.detectChangesInInputProps=function(t,e,n){var r=this.changed;return this.changed=!1,r},t.prototype.detectChangesInHostProps=function(t,e,n){},t}();e.Wrapper_NgSwitchDefault=c},function(t,e){"use strict";function n(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===t[e-2]?2:"="===t[e-1]?1:0}function r(t){return 3*t.length/4-n(t)}function i(t){var e,r,i,o,s,a,c=t.length;s=n(t),a=new l(3*c/4-s),i=s>0?c-4:c;var h=0;for(e=0,r=0;e>16&255,a[h++]=o>>8&255,a[h++]=255&o;return 2===s?(o=u[t.charCodeAt(e)]<<2|u[t.charCodeAt(e+1)]>>4,a[h++]=255&o):1===s&&(o=u[t.charCodeAt(e)]<<10|u[t.charCodeAt(e+1)]<<4|u[t.charCodeAt(e+2)]>>2,a[h++]=o>>8&255,a[h++]=255&o),a}function o(t){return c[t>>18&63]+c[t>>12&63]+c[t>>6&63]+c[63&t]}function s(t,e,n){for(var r,i=[],s=e;sl?l:u+a));return 1===r?(e=t[n-1],i+=c[e>>2],i+=c[e<<4&63],i+="=="):2===r&&(e=(t[n-2]<<8)+t[n-1],i+=c[e>>10],i+=c[e>>4&63],i+=c[e<<2&63],i+="="),o.push(i),o.join("")}e.byteLength=r,e.toByteArray=i,e.fromByteArray=a;for(var c=[],u=[],l="undefined"!=typeof Uint8Array?Uint8Array:Array,h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",p=0,f=h.length;pu;)c.call(t,s=a[u++])&&e.push(s);return e}},function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},function(t,e,n){var r=n(109),i=n(59);t.exports=function(t,e){for(var n,o=i(t),s=r(o),a=s.length,c=0;a>c;)if(o[n=s[c++]]===e)return n}},function(t,e,n){var r=n(95),i=n(170),o=n(7),s=n(14).Reflect;t.exports=s&&s.ownKeys||function(t){var e=r.f(o(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(14),i=n(18),o=n(127),s=n(346),a=n(23).f;t.exports=function(t){var e=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:s.f(t)})}},function(t,e,n){var r=n(1);r(r.P,"Array",{copyWithin:n(322)}),n(124)("copyWithin")},function(t,e,n){"use strict";var r=n(1),i=n(62)(4);r(r.P+r.F*!n(58)([].every,!0),"Array",{every:function(t){return i(this,t,arguments[1])}})},function(t,e,n){var r=n(1);r(r.P,"Array",{fill:n(233)}),n(124)("fill")},function(t,e,n){"use strict";var r=n(1),i=n(62)(2);r(r.P+r.F*!n(58)([].filter,!0),"Array",{filter:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(1),i=n(62)(6),o="findIndex",s=!0;o in[]&&Array(1)[o](function(){s=!1}),r(r.P+r.F*s,"Array",{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),n(124)(o)},function(t,e,n){"use strict";var r=n(1),i=n(62)(5),o="find",s=!0;o in[]&&Array(1)[o](function(){s=!1}),r(r.P+r.F*s,"Array",{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),n(124)(o)},function(t,e,n){"use strict";var r=n(1),i=n(62)(0),o=n(58)([].forEach,!0);r(r.P+r.F*!o,"Array",{forEach:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(93),i=n(1),o=n(53),s=n(332),a=n(240),c=n(36),u=n(327),l=n(252);i(i.S+i.F*!n(244)(function(t){Array.from(t)}),"Array",{from:function(t){var e,n,i,h,p=o(t),f="function"==typeof this?this:Array,_=arguments.length,d=_>1?arguments[1]:void 0,g=void 0!==d,m=0,y=l(p);if(g&&(d=r(d,_>2?arguments[2]:void 0,2)),void 0==y||f==Array&&a(y))for(e=c(p.length),n=new f(e);e>m;m++)u(n,m,g?d(p[m],m):p[m]);else for(h=y.call(p),n=new f;!(i=h.next()).done;m++)u(n,m,g?s(h,d,[i.value,m],!0):i.value);return n.length=m,n}})},function(t,e,n){"use strict";var r=n(1),i=n(234)(!1),o=[].indexOf,s=!!o&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(s||!n(58)(o)),"Array",{indexOf:function(t){return s?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},function(t,e,n){var r=n(1);r(r.S,"Array",{isArray:n(241)})},function(t,e,n){"use strict";var r=n(1),i=n(59),o=[].join;r(r.P+r.F*(n(126)!=Object||!n(58)(o)),"Array",{join:function(t){return o.call(i(this),void 0===t?",":t)}})},function(t,e,n){"use strict";var r=n(1),i=n(59),o=n(85),s=n(36),a=[].lastIndexOf,c=!!a&&1/[1].lastIndexOf(1,-0)<0;r(r.P+r.F*(c||!n(58)(a)),"Array",{lastIndexOf:function(t){if(c)return a.apply(this,arguments)||0;var e=i(this),n=s(e.length),r=n-1;for(arguments.length>1&&(r=Math.min(r,o(arguments[1]))),r<0&&(r=n+r);r>=0;r--)if(r in e&&e[r]===t)return r||0;return-1}})},function(t,e,n){"use strict";var r=n(1),i=n(62)(1);r(r.P+r.F*!n(58)([].map,!0),"Array",{map:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(1),i=n(327);r(r.S+r.F*n(10)(function(){function t(){}return!(Array.of.call(t)instanceof t)}),"Array",{of:function(){for(var t=0,e=arguments.length,n=new("function"==typeof this?this:Array)(e);e>t;)i(n,t,arguments[t++]);return n.length=e,n}})},function(t,e,n){"use strict";var r=n(1),i=n(323);r(r.P+r.F*!n(58)([].reduceRight,!0),"Array",{reduceRight:function(t){return i(this,t,arguments.length,arguments[1],!0)}})},function(t,e,n){"use strict";var r=n(1),i=n(323);r(r.P+r.F*!n(58)([].reduce,!0),"Array",{reduce:function(t){return i(this,t,arguments.length,arguments[1],!1)}})},function(t,e,n){"use strict";var r=n(1),i=n(329),o=n(92),s=n(96),a=n(36),c=[].slice;r(r.P+r.F*n(10)(function(){i&&c.call(i)}),"Array",{slice:function(t,e){var n=a(this.length),r=o(this);if(e=void 0===e?n:e,"Array"==r)return c.call(this,t,e);for(var i=s(t,n),u=s(e,n),l=a(u-i),h=Array(l),p=0;p9?t:"0"+t};r(r.P+r.F*(i(function(){return"0385-07-25T07:06:39.999Z"!=new Date(-5e13-1).toISOString()})||!i(function(){new Date(NaN).toISOString()})),"Date",{toISOString:function(){if(!isFinite(o.call(this)))throw RangeError("Invalid time value");var t=this,e=t.getUTCFullYear(),n=t.getUTCMilliseconds(),r=e<0?"-":e>9999?"+":"";return r+("00000"+Math.abs(e)).slice(r?-6:-4)+"-"+s(t.getUTCMonth()+1)+"-"+s(t.getUTCDate())+"T"+s(t.getUTCHours())+":"+s(t.getUTCMinutes())+":"+s(t.getUTCSeconds())+"."+(n>99?n:"0"+s(n))+"Z"}})},function(t,e,n){"use strict";var r=n(1),i=n(53),o=n(86);r(r.P+r.F*n(10)(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function(t){var e=i(this),n=o(e);return"number"!=typeof n||isFinite(n)?e.toISOString():null}})},function(t,e,n){var r=n(19)("toPrimitive"),i=Date.prototype;r in i||n(52)(i,r,n(512))},function(t,e,n){var r=Date.prototype,i="Invalid Date",o="toString",s=r[o],a=r.getTime;new Date(NaN)+""!=i&&n(48)(r,o,function(){var t=a.call(this);return t===t?s.call(this):i})},function(t,e,n){var r=n(1);r(r.P,"Function",{bind:n(324)})},function(t,e,n){"use strict";var r=n(11),i=n(63),o=n(19)("hasInstance"),s=Function.prototype;o in s||n(23).f(s,o,{value:function(t){if("function"!=typeof this||!r(t))return!1;if(!r(this.prototype))return t instanceof this;for(;t=i(t);)if(this.prototype===t)return!0;return!1}})},function(t,e,n){var r=n(23).f,i=n(84),o=n(41),s=Function.prototype,a=/^\s*function ([^ (]*)/,c="name",u=Object.isExtensible||function(){return!0};c in s||n(29)&&r(s,c,{configurable:!0,get:function(){try{var t=this,e=(""+t).match(a)[1];return o(t,c)||!u(t)||r(t,c,i(5,e)),e}catch(t){return""}}})},function(t,e,n){var r=n(1),i=n(335),o=Math.sqrt,s=Math.acosh;r(r.S+r.F*!(s&&710==Math.floor(s(Number.MAX_VALUE))&&s(1/0)==1/0),"Math",{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},function(t,e,n){function r(t){return isFinite(t=+t)&&0!=t?t<0?-r(-t):Math.log(t+Math.sqrt(t*t+1)):t}var i=n(1),o=Math.asinh;i(i.S+i.F*!(o&&1/o(0)>0),"Math",{asinh:r})},function(t,e,n){var r=n(1),i=Math.atanh;r(r.S+r.F*!(i&&1/i(-0)<0),"Math",{atanh:function(t){return 0==(t=+t)?t:Math.log((1+t)/(1-t))/2}})},function(t,e,n){var r=n(1),i=n(246);r(r.S,"Math",{cbrt:function(t){return i(t=+t)*Math.pow(Math.abs(t),1/3)}})},function(t,e,n){var r=n(1);r(r.S,"Math",{clz32:function(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},function(t,e,n){var r=n(1),i=Math.exp;r(r.S,"Math",{cosh:function(t){return(i(t=+t)+i(-t))/2}})},function(t,e,n){var r=n(1),i=n(245);r(r.S+r.F*(i!=Math.expm1),"Math",{expm1:i})},function(t,e,n){var r=n(1),i=n(246),o=Math.pow,s=o(2,-52),a=o(2,-23),c=o(2,127)*(2-a),u=o(2,-126),l=function(t){return t+1/s-1/s};r(r.S,"Math",{fround:function(t){var e,n,r=Math.abs(t),o=i(t);return rc||n!=n?o*(1/0):o*n)}})},function(t,e,n){var r=n(1),i=Math.abs;r(r.S,"Math",{hypot:function(t,e){for(var n,r,o=0,s=0,a=arguments.length,c=0;s0?(r=n/c,o+=r*r):o+=n;return c===1/0?1/0:c*Math.sqrt(o)}})},function(t,e,n){var r=n(1),i=Math.imul;r(r.S+r.F*n(10)(function(){return i(4294967295,5)!=-5||2!=i.length}),"Math",{imul:function(t,e){var n=65535,r=+t,i=+e,o=n&r,s=n&i;return 0|o*s+((n&r>>>16)*s+o*(n&i>>>16)<<16>>>0)}})},function(t,e,n){var r=n(1);r(r.S,"Math",{log10:function(t){return Math.log(t)/Math.LN10}})},function(t,e,n){var r=n(1);r(r.S,"Math",{log1p:n(335)})},function(t,e,n){var r=n(1);r(r.S,"Math",{log2:function(t){return Math.log(t)/Math.LN2}})},function(t,e,n){var r=n(1);r(r.S,"Math",{sign:n(246)})},function(t,e,n){var r=n(1),i=n(245),o=Math.exp;r(r.S+r.F*n(10)(function(){return!Math.sinh(-2e-17)!=-2e-17}),"Math",{sinh:function(t){return Math.abs(t=+t)<1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},function(t,e,n){var r=n(1),i=n(245),o=Math.exp;r(r.S,"Math",{tanh:function(t){var e=i(t=+t),n=i(-t);return e==1/0?1:n==1/0?-1:(e-n)/(o(t)+o(-t))}})},function(t,e,n){var r=n(1);r(r.S,"Math",{trunc:function(t){return(t>0?Math.floor:Math.ceil)(t)}})},function(t,e,n){"use strict";var r=n(14),i=n(41),o=n(92),s=n(239),a=n(86),c=n(10),u=n(95).f,l=n(71).f,h=n(23).f,p=n(173).trim,f="Number",_=r[f],d=_,g=_.prototype,m=o(n(94)(g))==f,y="trim"in String.prototype,v=function(t){var e=a(t,!1);if("string"==typeof e&&e.length>2){e=y?e.trim():p(e,3);var n,r,i,o=e.charCodeAt(0);if(43===o||45===o){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===o){switch(e.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+e}for(var s,c=e.slice(2),u=0,l=c.length;ui)return NaN;return parseInt(c,r)}}return+e};if(!_(" 0o1")||!_("0b1")||_("+0x1")){_=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof _&&(m?c(function(){g.valueOf.call(n)}):o(n)!=f)?s(new d(v(e)),n,_):v(e)};for(var b,w=n(29)?u(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),x=0;w.length>x;x++)i(d,b=w[x])&&!i(_,b)&&h(_,b,l(d,b));_.prototype=g,g.constructor=_,n(48)(r,f,_)}},function(t,e,n){var r=n(1);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(t,e,n){var r=n(1),i=n(14).isFinite;r(r.S,"Number",{isFinite:function(t){return"number"==typeof t&&i(t)}})},function(t,e,n){var r=n(1);r(r.S,"Number",{isInteger:n(331)})},function(t,e,n){var r=n(1);r(r.S,"Number",{isNaN:function(t){return t!=t}})},function(t,e,n){var r=n(1),i=n(331),o=Math.abs;r(r.S,"Number",{isSafeInteger:function(t){return i(t)&&o(t)<=9007199254740991}})},function(t,e,n){var r=n(1);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(t,e,n){var r=n(1);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(t,e,n){var r=n(1),i=n(340);r(r.S+r.F*(Number.parseFloat!=i),"Number",{parseFloat:i})},function(t,e,n){var r=n(1),i=n(341);r(r.S+r.F*(Number.parseInt!=i),"Number",{parseInt:i})},function(t,e,n){"use strict";var r=n(1),i=n(85),o=n(321),s=n(345),a=1..toFixed,c=Math.floor,u=[0,0,0,0,0,0],l="Number.toFixed: incorrect invocation!",h="0",p=function(t,e){for(var n=-1,r=e;++n<6;)r+=t*u[n],u[n]=r%1e7,r=c(r/1e7)},f=function(t){for(var e=6,n=0;--e>=0;)n+=u[e],u[e]=c(n/t),n=n%t*1e7},_=function(){for(var t=6,e="";--t>=0;)if(""!==e||0===t||0!==u[t]){var n=String(u[t]);e=""===e?n:e+s.call(h,7-n.length)+n}return e},d=function(t,e,n){return 0===e?n:e%2===1?d(t,e-1,n*t):d(t*t,e/2,n)},g=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e};r(r.P+r.F*(!!a&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n(10)(function(){a.call({})})),"Number",{toFixed:function(t){var e,n,r,a,c=o(this,l),u=i(t),m="",y=h;if(u<0||u>20)throw RangeError(l);if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(m="-",c=-c),c>1e-21)if(e=g(c*d(2,69,1))-69,n=e<0?c*d(2,-e,1):c/d(2,e,1),n*=4503599627370496,e=52-e,e>0){for(p(0,n),r=u;r>=7;)p(1e7,0),r-=7;for(p(d(10,r,1),0),r=e-1;r>=23;)f(1<<23),r-=23;f(1<0?(a=y.length,y=m+(a<=u?"0."+s.call(h,u-a)+y:y.slice(0,a-u)+"."+y.slice(a-u))):y=m+y,y}})},function(t,e,n){"use strict";var r=n(1),i=n(10),o=n(321),s=1..toPrecision;r(r.P+r.F*(i(function(){return"1"!==s.call(1,void 0)})||!i(function(){s.call({})})),"Number",{toPrecision:function(t){var e=o(this,"Number#toPrecision: incorrect invocation!");return void 0===t?s.call(e):s.call(e,t)}})},function(t,e,n){var r=n(1);r(r.S+r.F,"Object",{assign:n(336)})},function(t,e,n){var r=n(1);r(r.S,"Object",{create:n(94)})},function(t,e,n){var r=n(1);r(r.S+r.F*!n(29),"Object",{defineProperties:n(337)})},function(t,e,n){var r=n(1);r(r.S+r.F*!n(29),"Object",{defineProperty:n(23).f})},function(t,e,n){var r=n(11),i=n(83).onFreeze;n(64)("freeze",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(59),i=n(71).f;n(64)("getOwnPropertyDescriptor",function(){return function(t,e){return i(r(t),e)}})},function(t,e,n){n(64)("getOwnPropertyNames",function(){return n(338).f})},function(t,e,n){var r=n(53),i=n(63);n(64)("getPrototypeOf",function(){return function(t){return i(r(t))}})},function(t,e,n){var r=n(11);n(64)("isExtensible",function(t){return function(e){return!!r(e)&&(!t||t(e))}})},function(t,e,n){var r=n(11);n(64)("isFrozen",function(t){return function(e){return!r(e)||!!t&&t(e)}})},function(t,e,n){var r=n(11);n(64)("isSealed",function(t){return function(e){return!r(e)||!!t&&t(e)}})},function(t,e,n){var r=n(1);r(r.S,"Object",{is:n(342)})},function(t,e,n){var r=n(53),i=n(109);n(64)("keys",function(){ -return function(t){return i(r(t))}})},function(t,e,n){var r=n(11),i=n(83).onFreeze;n(64)("preventExtensions",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(11),i=n(83).onFreeze;n(64)("seal",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(1);r(r.S,"Object",{setPrototypeOf:n(247).set})},function(t,e,n){var r=n(1),i=n(340);r(r.G+r.F*(parseFloat!=i),{parseFloat:i})},function(t,e,n){var r=n(1),i=n(341);r(r.G+r.F*(parseInt!=i),{parseInt:i})},function(t,e,n){var r=n(1),i=n(82),o=n(7),s=(n(14).Reflect||{}).apply,a=Function.apply;r(r.S+r.F*!n(10)(function(){s(function(){})}),"Reflect",{apply:function(t,e,n){var r=i(t),c=o(n);return s?s(r,e,c):a.call(r,e,c)}})},function(t,e,n){var r=n(1),i=n(94),o=n(82),s=n(7),a=n(11),c=n(10),u=n(324),l=(n(14).Reflect||{}).construct,h=c(function(){function t(){}return!(l(function(){},[],t)instanceof t)}),p=!c(function(){l(function(){})});r(r.S+r.F*(h||p),"Reflect",{construct:function(t,e){o(t),s(e);var n=arguments.length<3?t:o(arguments[2]);if(p&&!h)return l(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return r.push.apply(r,e),new(u.apply(t,r))}var c=n.prototype,f=i(a(c)?c:Object.prototype),_=Function.apply.call(t,f,e);return a(_)?_:f}})},function(t,e,n){var r=n(23),i=n(1),o=n(7),s=n(86);i(i.S+i.F*n(10)(function(){Reflect.defineProperty(r.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function(t,e,n){o(t),e=s(e,!0),o(n);try{return r.f(t,e,n),!0}catch(t){return!1}}})},function(t,e,n){var r=n(1),i=n(71).f,o=n(7);r(r.S,"Reflect",{deleteProperty:function(t,e){var n=i(o(t),e);return!(n&&!n.configurable)&&delete t[e]}})},function(t,e,n){"use strict";var r=n(1),i=n(7),o=function(t){this._t=i(t),this._i=0;var e,n=this._k=[];for(e in t)n.push(e)};n(333)(o,"Object",function(){var t,e=this,n=e._k;do if(e._i>=n.length)return{value:void 0,done:!0};while(!((t=n[e._i++])in e._t));return{value:t,done:!1}}),r(r.S,"Reflect",{enumerate:function(t){return new o(t)}})},function(t,e,n){var r=n(71),i=n(1),o=n(7);i(i.S,"Reflect",{getOwnPropertyDescriptor:function(t,e){return r.f(o(t),e)}})},function(t,e,n){var r=n(1),i=n(63),o=n(7);r(r.S,"Reflect",{getPrototypeOf:function(t){return i(o(t))}})},function(t,e,n){function r(t,e){var n,a,l=arguments.length<3?t:arguments[2];return u(t)===l?t[e]:(n=i.f(t,e))?s(n,"value")?n.value:void 0!==n.get?n.get.call(l):void 0:c(a=o(t))?r(a,e,l):void 0}var i=n(71),o=n(63),s=n(41),a=n(1),c=n(11),u=n(7);a(a.S,"Reflect",{get:r})},function(t,e,n){var r=n(1);r(r.S,"Reflect",{has:function(t,e){return e in t}})},function(t,e,n){var r=n(1),i=n(7),o=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(t){return i(t),!o||o(t)}})},function(t,e,n){var r=n(1);r(r.S,"Reflect",{ownKeys:n(516)})},function(t,e,n){var r=n(1),i=n(7),o=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(t){i(t);try{return o&&o(t),!0}catch(t){return!1}}})},function(t,e,n){var r=n(1),i=n(247);i&&r(r.S,"Reflect",{setPrototypeOf:function(t,e){i.check(t,e);try{return i.set(t,e),!0}catch(t){return!1}}})},function(t,e,n){function r(t,e,n){var c,p,f=arguments.length<4?t:arguments[3],_=o.f(l(t),e);if(!_){if(h(p=s(t)))return r(p,e,n,f);_=u(0)}return a(_,"value")?!(_.writable===!1||!h(f))&&(c=o.f(f,e)||u(0),c.value=n,i.f(f,e,c),!0):void 0!==_.set&&(_.set.call(f,n),!0)}var i=n(23),o=n(71),s=n(63),a=n(41),c=n(1),u=n(84),l=n(7),h=n(11);c(c.S,"Reflect",{set:r})},function(t,e,n){var r=n(14),i=n(239),o=n(23).f,s=n(95).f,a=n(242),c=n(238),u=r.RegExp,l=u,h=u.prototype,p=/a/g,f=/a/g,_=new u(p)!==p;if(n(29)&&(!_||n(10)(function(){return f[n(19)("match")]=!1,u(p)!=p||u(f)==f||"/a/i"!=u(p,"i")}))){u=function(t,e){var n=this instanceof u,r=a(t),o=void 0===e;return!n&&r&&t.constructor===u&&o?t:i(_?new l(r&&!o?t.source:t,e):l((r=t instanceof u)?t.source:t,r&&o?c.call(t):e),n?this:h,u)};for(var d=(function(t){t in u||o(u,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})}),g=s(l),m=0;g.length>m;)d(g[m++]);h.constructor=u,u.prototype=h,n(48)(r,"RegExp",u)}n(129)("RegExp")},function(t,e,n){"use strict";n(348);var r=n(7),i=n(238),o=n(29),s="toString",a=/./[s],c=function(t){n(48)(RegExp.prototype,s,t,!0)};n(10)(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?c(function(){var t=r(this);return"/".concat(t.source,"/","flags"in t?t.flags:!o&&t instanceof RegExp?i.call(t):void 0)}):a.name!=s&&c(function(){return a.call(this)})},function(t,e,n){"use strict";n(49)("anchor",function(t){return function(e){return t(this,"a","name",e)}})},function(t,e,n){"use strict";n(49)("big",function(t){return function(){return t(this,"big","","")}})},function(t,e,n){"use strict";n(49)("blink",function(t){return function(){return t(this,"blink","","")}})},function(t,e,n){"use strict";n(49)("bold",function(t){return function(){return t(this,"b","","")}})},function(t,e,n){"use strict";var r=n(1),i=n(344)(!1);r(r.P,"String",{codePointAt:function(t){return i(this,t)}})},function(t,e,n){"use strict";var r=n(1),i=n(36),o=n(249),s="endsWith",a=""[s];r(r.P+r.F*n(237)(s),"String",{endsWith:function(t){var e=o(this,t,s),n=arguments.length>1?arguments[1]:void 0,r=i(e.length),c=void 0===n?r:Math.min(i(n),r),u=String(t);return a?a.call(e,u,c):e.slice(c-u.length,c)===u}})},function(t,e,n){"use strict";n(49)("fixed",function(t){return function(){return t(this,"tt","","")}})},function(t,e,n){"use strict";n(49)("fontcolor",function(t){return function(e){return t(this,"font","color",e)}})},function(t,e,n){"use strict";n(49)("fontsize",function(t){return function(e){return t(this,"font","size",e)}})},function(t,e,n){var r=n(1),i=n(96),o=String.fromCharCode,s=String.fromCodePoint;r(r.S+r.F*(!!s&&1!=s.length),"String",{fromCodePoint:function(t){for(var e,n=[],r=arguments.length,s=0;r>s;){if(e=+arguments[s++],i(e,1114111)!==e)throw RangeError(e+" is not a valid code point");n.push(e<65536?o(e):o(((e-=65536)>>10)+55296,e%1024+56320))}return n.join("")}})},function(t,e,n){"use strict";var r=n(1),i=n(249),o="includes";r(r.P+r.F*n(237)(o),"String",{includes:function(t){return!!~i(this,t,o).indexOf(t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";n(49)("italics",function(t){return function(){return t(this,"i","","")}})},function(t,e,n){"use strict";n(49)("link",function(t){return function(e){return t(this,"a","href",e)}})},function(t,e,n){var r=n(1),i=n(59),o=n(36);r(r.S,"String",{raw:function(t){for(var e=i(t.raw),n=o(e.length),r=arguments.length,s=[],a=0;n>a;)s.push(String(e[a++])),a1?arguments[1]:void 0,e.length)),r=String(t);return a?a.call(e,r,n):e.slice(n,n+r.length)===r}})},function(t,e,n){"use strict";n(49)("strike",function(t){return function(){return t(this,"strike","","")}})},function(t,e,n){"use strict";n(49)("sub",function(t){return function(){return t(this,"sub","","")}})},function(t,e,n){"use strict";n(49)("sup",function(t){return function(){return t(this,"sup","","")}})},function(t,e,n){"use strict";n(173)("trim",function(t){return function(){return t(this,3)}})},function(t,e,n){"use strict";var r=n(1),i=n(174),o=n(251),s=n(7),a=n(96),c=n(36),u=n(11),l=n(14).ArrayBuffer,h=n(343),p=o.ArrayBuffer,f=o.DataView,_=i.ABV&&l.isView,d=p.prototype.slice,g=i.VIEW,m="ArrayBuffer";r(r.G+r.W+r.F*(l!==p),{ArrayBuffer:p}),r(r.S+r.F*!i.CONSTR,m,{isView:function(t){return _&&_(t)||u(t)&&g in t}}),r(r.P+r.U+r.F*n(10)(function(){return!new p(2).slice(1,void 0).byteLength}),m,{slice:function(t,e){if(void 0!==d&&void 0===e)return d.call(s(this),t);for(var n=s(this).byteLength,r=a(t,n),i=a(void 0===e?n:e,n),o=new(h(this,p))(c(i-r)),u=new f(this),l=new f(o),_=0;r0?arguments[0]:void 0)}},{add:function(t){return r.def(this,t,!0)}},r,!1,!0)},function(t,e,n){var r=n(70),i=n(7),o=r.key,s=r.set;r.exp({defineMetadata:function(t,e,n,r){s(t,e,i(n),o(r))}})},function(t,e,n){var r=n(70),i=n(7),o=r.key,s=r.map,a=r.store;r.exp({deleteMetadata:function(t,e){var n=arguments.length<3?void 0:o(arguments[2]),r=s(i(e),n,!1);if(void 0===r||!r.delete(t))return!1;if(r.size)return!0;var c=a.get(e);return c.delete(n),!!c.size||a.delete(e)}})},function(t,e,n){var r=n(353),i=n(509),o=n(70),s=n(7),a=n(63),c=o.keys,u=o.key,l=function(t,e){var n=c(t,e),o=a(t);if(null===o)return n;var s=l(o,e);return s.length?n.length?i(new r(n.concat(s))):s:n};o.exp({getMetadataKeys:function(t){return l(s(t),arguments.length<2?void 0:u(arguments[1]))}})},function(t,e,n){var r=n(70),i=n(7),o=n(63),s=r.has,a=r.get,c=r.key,u=function(t,e,n){var r=s(t,e,n);if(r)return a(t,e,n);var i=o(e);return null!==i?u(t,i,n):void 0};r.exp({getMetadata:function(t,e){return u(t,i(e),arguments.length<3?void 0:c(arguments[2]))}})},function(t,e,n){var r=n(70),i=n(7),o=r.keys,s=r.key;r.exp({getOwnMetadataKeys:function(t){return o(i(t),arguments.length<2?void 0:s(arguments[1]))}})},function(t,e,n){var r=n(70),i=n(7),o=r.get,s=r.key;r.exp({getOwnMetadata:function(t,e){return o(t,i(e),arguments.length<3?void 0:s(arguments[2]))}})},function(t,e,n){var r=n(70),i=n(7),o=n(63),s=r.has,a=r.key,c=function(t,e,n){var r=s(t,e,n);if(r)return!0;var i=o(e);return null!==i&&c(t,i,n)};r.exp({hasMetadata:function(t,e){return c(t,i(e),arguments.length<3?void 0:a(arguments[2]))}})},function(t,e,n){var r=n(70),i=n(7),o=r.has,s=r.key;r.exp({hasOwnMetadata:function(t,e){return o(t,i(e),arguments.length<3?void 0:s(arguments[2]))}})},function(t,e,n){var r=n(70),i=n(7),o=n(82),s=r.key,a=r.set;r.exp({metadata:function(t,e){return function(n,r){a(t,e,(void 0!==r?i:o)(n),s(r))}}})},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,'@import url("//fonts.googleapis.com/css?family=Roboto:300,400,700");@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");redoc.loading{position:relative;display:block;min-height:350px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}redoc.loading:before{font-family:Helvetica;content:"Loading";font-size:24px;text-align:center;padding-top:40px;color:#0033a0;font-weight:400;display:block;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:9999}redoc.loading:after,redoc.loading:before{position:absolute;opacity:1;transition:all .6s ease-out}redoc.loading:after{z-index:10000;background-image:url(\'data:image/svg+xml;utf8,\');animation:2s rotate linear infinite;width:50px;height:50px;content:"";left:50%;margin-left:-25px;background-size:cover;top:75px}redoc.loading-remove:after,redoc.loading-remove:before{opacity:0}',""])},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,".dk-select,.dk-select *,.dk-select-multi,.dk-select-multi *,.dk-select-multi :after,.dk-select-multi :before,.dk-select :after,.dk-select :before{box-sizing:border-box}.dk-select,.dk-select-multi{position:relative;display:inline-block;vertical-align:middle;line-height:1.5em;width:200px;cursor:pointer}.dk-selected{width:100%;white-space:nowrap;overflow:hidden;position:relative;background-color:#fff;border:1px solid #ccc;border-radius:.4em;padding:0 1.5em 0 .5em;text-overflow:ellipsis}.dk-selected:after,.dk-selected:before{content:'';display:block;position:absolute;right:0}.dk-selected:before{top:50%;border:solid transparent;border-width:.25em .25em 0;border-top-color:#ccc;margin:-.125em .5em 0 0}.dk-selected:after{top:0;height:100%;border-left:1px solid #ccc;margin:0 1.5em 0 0}.dk-selected-disabled{color:#bbb}.dk-select .dk-select-options{position:absolute;display:none;left:0;right:0}.dk-select-open-up .dk-select-options{border-radius:.4em .4em 0 0;margin-bottom:-1px;bottom:100%}.dk-select-open-down .dk-select-options{border-radius:0 0 .4em .4em;margin-top:-1px;top:100%}.dk-select-multi .dk-select-options{max-height:10em}.dk-select-options{background-color:#fff;border:1px solid #ccc;border-radius:.4em;list-style:none;margin:0;max-height:10.5em;overflow-x:hidden;overflow-y:auto;padding:.25em 0;width:auto;z-index:100}.dk-option-selected{background-color:#3297fd;color:#fff}.dk-select-options-highlight .dk-option-selected{background-color:transparent;color:inherit}.dk-option{padding:0 .5em}.dk-select-options .dk-option-highlight{background-color:#3297fd;color:#fff}.dk-select-options .dk-option-disabled{color:#bbb;background-color:transparent}.dk-select-options .dk-option-hidden{display:none}.dk-optgroup{border:solid #ccc;border-width:1px 0;padding:.25em 0}.dk-optgroup,.dk-optgroup+.dk-option{margin-top:.25em}.dk-optgroup+.dk-optgroup{border-top-width:0;margin-top:0}.dk-optgroup:nth-child(2){padding-top:0;border-top:none;margin-top:0}.dk-optgroup:last-child{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.dk-optgroup-label{padding:0 .5em .25em;font-weight:700;width:100%}.dk-optgroup-options{list-style:none;padding-left:0}.dk-optgroup-options li{padding-left:1.2em}.dk-select-open-up .dk-selected{border-top-left-radius:0;border-top-right-radius:0;border-color:#3297fd}.dk-select-open-down .dk-selected{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#3297fd}.dk-select-open-down .dk-selected:before,.dk-select-open-up .dk-selected:before{border-width:0 .25em .25em;border-bottom-color:#3297fd}.dk-select-open-down .dk-selected:after,.dk-select-open-up .dk-selected:after{border-left-color:#3297fd}.dk-select-multi:focus .dk-select-options,.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options{display:block;border-color:#3297fd}.dk-select-multi:focus,.dk-select-multi:hover{outline:none}.dk-selected:focus,.dk-selected:hover{outline:none;border-color:#3297fd}.dk-selected:focus:before,.dk-selected:hover:before{border-top-color:#3297fd}.dk-selected:focus:after,.dk-selected:hover:after{border-left-color:#3297fd}.dk-select-disabled{opacity:.6;color:#bbb;cursor:not-allowed}.dk-select-disabled .dk-selected:focus,.dk-select-disabled .dk-selected:hover{border-color:inherit}.dk-select-disabled .dk-selected:focus:before,.dk-select-disabled .dk-selected:hover:before{border-top-color:inherit}.dk-select-disabled .dk-selected:focus:after,.dk-select-disabled .dk-selected:hover:after{border-left-color:inherit}select[data-dkcacheid]{display:none}",""])},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,"/*! Hint.css (base version) - v2.3.2 - 2016-07-28\n* http://kushagragour.in/lab/hint/\n* Copyright (c) 2016 Kushagra Gour; Licensed */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;transition-delay:0ms}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-11px}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:before{margin-top:-11px}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:before{margin-bottom:-11px}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:before{margin-bottom:-11px}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:before{margin-top:-11px}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:before{margin-top:-11px}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);transform:translateX(8px)}",""])},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,"code[class*=language-],pre[class*=language-]{color:#fff;background:none;text-shadow:0 -.1em .2em #000;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}:not(pre)>code[class*=language-],pre[class*=language-]{background:#4d4033}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border:.3em solid #7a6652;border-radius:.5em;box-shadow:inset 1px 1px .5em #000}:not(pre)>code[class*=language-]{padding:.15em .2em .05em;border-radius:.3em;border:.13em solid #7a6652;box-shadow:inset 1px 1px .3em -.1em #000;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#998066}.namespace,.token.punctuation{opacity:.7}.token.boolean,.token.constant,.token.number,.token.property,.token.symbol,.token.tag{color:#d1949e}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#bde052}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f5b83d}.token.atrule,.token.attr-value,.token.keyword{color:#d1949e}.token.important,.token.regex{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.deleted{color:red}",""])},function(t,e,n){!function(){if(!window.CustomEvent&&document.createEventObject)return void(window.CustomEvent=function(t,e){if(!arguments.length)throw new Error("Not enough arguments");var n={type:t,bubbles:!1,cancelable:!1,detail:null},r=document.createEventObject();for(var i in n)r[i]=n[i];for(var i in e)r[i]=e[i];return r});try{new CustomEvent("test")}catch(e){var t=function(t,e){if(!arguments.length)throw new Error("Not enough arguments");var n={bubbles:!1,cancelable:!1,detail:null};for(var r in e)n[r]=e[r];var i=document.createEvent("CustomEvent");return i.initCustomEvent(t,n.bubbles,n.cancelable,n.detail),i};t.prototype=(window.CustomEvent||window.Event).prototype,window.CustomEvent=t}}(),function(){if(!document.addEventListener&&window.Element&&window.Event){var t="__events",e="__immediateStopped";Event.prototype.NONE=Event.NONE=0,Event.prototype.CAPTURING_PHASE=Event.CAPTURING_PHASE=1,Event.prototype.AT_TARGET=Event.AT_TARGET=2,Event.prototype.BUBBLING_PHASE=Event.BUBBLING_PHASE=3,Event.prototype.preventDefault=function(){this.cancelable!==!1&&(this.returnValue=!1)},Event.prototype.stopPropagation=function(){this.cancelBubble=!0},Event.prototype.stopImmediatePropagation=function(){this[e]=this.cancelBubble=!0};for(var n=function(t,e){return t.timeStamp=+new Date,t.target||(t.target=t.srcElement||e),t.pageX=t.clientX+document.documentElement.scrollLeft,t.pageY=t.clientY+document.documentElement.scrollTop,"mouseover"==t.type?t.relatedTarget=t.fromElement:"mouseout"==t.type?t.relatedTarget=t.toElement:t.relatedTarget=null,t},r=function(t,e,n){for(var r=0;r-1)){if(t in this)var u=this[t];else{var u={_handler:function(){a.apply(o,arguments)}};this[t]=u}e in u||(u[e]=[]),u[e].push({listener:n,useCapture:i}),c||this.attachEvent("on"+e,u._handler)}},removeEventListener:function(e,n,i){var o=(this[t]||{})[e]||[],s=r(o,n,i);-1!=s&&(o.splice(s,1),o.length||this.detachEvent("on"+e,this[t]._handler))},dispatchEvent:function(t){return t.returnValue=!0,a.call(this,t)}}),u=[Element,window.constructor,document.constructor];u.length;){var l=u.pop();for(var h in c)l.prototype[h]=c[h]}}}(),Array.prototype.forEach||(Array.prototype.forEach=function(t,e){var n,r;if(null==this)throw new TypeError(" this is null or not defined");var i=Object(this),o=i.length>>>0;if("function"!=typeof t)throw new TypeError(t+" is not a function");for(arguments.length>1&&(n=e),r=0;o>r;){var s;r in i&&(s=i[r],t.call(n,s,r,i)),r++}}),Array.prototype.indexOf||(Array.prototype.indexOf=function(t,e){var n;if(null==this)throw new TypeError('"this" is null or not defined');var r=Object(this),i=r.length>>>0;if(0===i)return-1;var o=+e||0;if(Math.abs(o)===1/0&&(o=0),o>=i)return-1;for(n=Math.max(o>=0?o:i-Math.abs(o),0);i>n;){if(n in r&&r[n]===t)return n;n++}return-1}),function(e){var r;try{r=n(1079)}catch(t){}t.exports=e(window,document,r)}(function(t,e,n,r){var i,o=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),s=t.parent!==t.self,a=-1!==navigator.appVersion.indexOf("MSIE"),c=function(n,r){var i,o;if(this===t)return new c(n,r);for("string"==typeof n&&"#"===n[0]&&(n=e.getElementById(n.substr(1))),i=0;i: ",n),!1):"SELECT"===n.nodeName?this.init(n,r):void 0:(console.error("You must pass a select to DropKick"),!1)},u=function(){},l={initialize:u,mobile:!1,change:u,open:u,close:u,search:"strict",bubble:!0},h={hasClass:function(t,e){var n=new RegExp("(^|\\s+)"+e+"(\\s+|$)");return t&&n.test(t.className)},addClass:function(t,e){t&&!h.hasClass(t,e)&&(t.className+=" "+e)},removeClass:function(t,e){var n=new RegExp("(^|\\s+)"+e+"(\\s+|$)");t&&(t.className=t.className.replace(n," "))},toggleClass:function(t,e){var n=h.hasClass(t,e)?"remove":"add";h[n+"Class"](t,e)},extend:function(t){return Array.prototype.slice.call(arguments,1).forEach(function(e){if(e)for(var n in e)t[n]=e[n]}),t},offset:function(n){var r=n.getBoundingClientRect()||{top:0,left:0},i=e.documentElement,o=a?i.scrollTop:t.pageYOffset,s=a?i.scrollLeft:t.pageXOffset;return{top:r.top+o-i.clientTop,left:r.left+s-i.clientLeft}},position:function(t,e){for(var n={top:0,left:0};t&&t!==e;)n.top+=t.offsetTop,n.left+=t.offsetLeft,t=t.parentNode;return n},closest:function(t,e){for(;t;){if(t===e)return t;t=t.parentNode}return!1},create:function(t,n){var r,i=e.createElement(t);n||(n={});for(r in n)n.hasOwnProperty(r)&&("innerHTML"===r?i.innerHTML=n[r]:i.setAttribute(r,n[r]));return i},deferred:function(e){return function(){var n=arguments,r=this;t.setTimeout(function(){e.apply(r,n)},1)}}};return c.cache={},c.uid=0,c.prototype={add:function(t,n){var r,i,o;"string"==typeof t&&(r=t,t=e.createElement("option"),t.text=r),"OPTION"===t.nodeName&&(i=h.create("li",{class:"dk-option","data-value":t.value,text:t.text,innerHTML:t.innerHTML,role:"option","aria-selected":"false",id:"dk"+this.data.cacheID+"-"+(t.id||t.value.replace(" ","-"))}),h.addClass(i,t.className),this.length+=1,t.disabled&&(h.addClass(i,"dk-option-disabled"),i.setAttribute("aria-disabled","true")),t.hidden&&(h.addClass(i,"dk-option-hidden"),i.setAttribute("aria-hidden","true")),this.data.select.add(t,n),"number"==typeof n&&(n=this.item(n)),o=this.options.indexOf(n),o>-1?(n.parentNode.insertBefore(i,n),this.options.splice(o,0,i)):(this.data.elem.lastChild.appendChild(i),this.options.push(i)),i.addEventListener("mouseover",this),t.selected&&this.select(o))},item:function(t){return t=0>t?this.options.length+t:t,this.options[t]||null},remove:function(t){var e=this.item(t);e.parentNode.removeChild(e),this.options.splice(t,1),this.data.select.remove(t),this.select(this.data.select.selectedIndex), -this.length-=1},init:function(t,n){var r,a=c.build(t,"dk"+c.uid);if(this.data={},this.data.select=t,this.data.elem=a.elem,this.data.settings=h.extend({},l,n),this.disabled=t.disabled,this.form=t.form,this.length=t.length,this.multiple=t.multiple,this.options=a.options.slice(0),this.selectedIndex=t.selectedIndex,this.selectedOptions=a.selected.slice(0),this.value=t.value,this.data.cacheID=c.uid,c.cache[this.data.cacheID]=this,this.data.settings.initialize.call(this),c.uid+=1,this._changeListener||(t.addEventListener("change",this),this._changeListener=!0),!o||this.data.settings.mobile){if(t.parentNode.insertBefore(this.data.elem,t),t.setAttribute("data-dkCacheId",this.data.cacheID),this.data.elem.addEventListener("click",this),this.data.elem.addEventListener("keydown",this),this.data.elem.addEventListener("keypress",this),this.form&&this.form.addEventListener("reset",this),!this.multiple)for(r=0;rn,o=c>n,s=i&&!o?"-up":"-down",this.isOpen=!0,h.addClass(u,"dk-select-open"+s),l.setAttribute("aria-expanded","true"),this._scrollTo(this.options.length-1),this._scrollTo(this.selectedIndex),void this.data.settings.open.call(this))}),disable:function(t,e){var n="dk-option-disabled";0!==arguments.length&&"boolean"!=typeof t||(e=t===r,t=this.data.elem,n="dk-select-disabled",this.disabled=e),e===r&&(e=!0),"number"==typeof t&&(t=this.item(t)),e?(t.setAttribute("aria-disabled",!0),h.addClass(t,n)):(t.setAttribute("aria-disabled",!1),h.removeClass(t,n))},hide:function(t,e){var n="dk-option-hidden";e===r&&(e=!0),t=this.item(t),e?(t.setAttribute("aria-hidden",!0),h.addClass(t,n)):(t.setAttribute("aria-hidden",!1),h.removeClass(t,n))},select:function(t,e){var n,r,i,o,s=this.data.select;if("number"==typeof t&&(t=this.item(t)),"string"==typeof t)for(n=0;n0&&(!o||this.data.settings.mobile)&&this.dispose().init(this.data.select,this.data.settings)},dispose:function(){return Object.keys(this).length>0&&(!o||this.data.settings.mobile)&&(delete c.cache[this.data.cacheID],this.data.elem.parentNode.removeChild(this.data.elem),this.data.select.removeAttribute("data-dkCacheId")),this},handleEvent:function(t){if(!this.disabled)switch(t.type){case"click":this._delegate(t);break;case"keydown":this._keyHandler(t);break;case"keypress":this._searchOptions(t);break;case"mouseover":this._highlight(t);break;case"reset":this.reset();break;case"change":this.data.settings.change.call(this)}},_delegate:function(e){var n,r,i,o,s=e.target;if(h.hasClass(s,"dk-option-disabled"))return!1;if(this.multiple){if(h.hasClass(s,"dk-option"))if(n=t.getSelection(),"Range"===n.type&&n.collapseToStart(),e.shiftKey)if(i=this.options.indexOf(this.selectedOptions[0]),o=this.options.indexOf(this.selectedOptions[this.selectedOptions.length-1]),r=this.options.indexOf(s),r>i&&o>r&&(r=i),r>o&&o>i&&(o=i),this.reset(!0),o>r)for(;o+1>r;)this.select(r++);else for(;r>o-1;)this.select(r--);else e.ctrlKey||e.metaKey?this.select(s):(this.reset(!0),this.select(s))}else this[this.isOpen?"close":"open"](),h.hasClass(s,"dk-option")&&this.select(s)},_highlight:function(t){var e,n=t.target;if(!this.multiple){for(e=0;ei.length-1?o=i.length-1:0>o&&(o=0),this.data.select.options[o].disabled||(this.reset(!0),this.select(o),this._scrollTo(o));break;case s.space:if(!this.isOpen){t.preventDefault(),this.open();break}case s.tab:case s.enter:for(o=0;oi.offsetHeight?(e+=t.offsetHeight,i.scrollTop=e-i.offsetHeight):0>n&&(i.scrollTop=e)))}},c.build=function(t,e){var n,r,i,o=[],s={elem:null,options:[],selected:[]},a=function(t){var n,r,i,o,c=[];switch(t.nodeName){case"OPTION":n=h.create("li",{class:"dk-option ","data-value":t.value,text:t.text,innerHTML:t.innerHTML,role:"option","aria-selected":"false",id:e+"-"+(t.id||t.value.replace(" ","-"))}),h.addClass(n,t.className),t.disabled&&(h.addClass(n,"dk-option-disabled"),n.setAttribute("aria-disabled","true")),t.hidden&&(h.addClass(n,"dk-option-hidden"),n.setAttribute("aria-hidden","true")),t.selected&&(h.addClass(n,"dk-option-selected"),n.setAttribute("aria-selected","true"),s.selected.push(n)),s.options.push(this.appendChild(n));break;case"OPTGROUP":for(r=h.create("li",{class:"dk-optgroup"}),t.label&&r.appendChild(h.create("div",{class:"dk-optgroup-label",innerHTML:t.label})),i=h.create("ul",{class:"dk-optgroup-options"}),o=t.children.length;o--;c.unshift(t.children[o]));c.forEach(a,i),this.appendChild(r).appendChild(i)}};for(s.elem=h.create("div",{class:"dk-select"+(t.multiple?"-multi":"")}),r=h.create("ul",{class:"dk-select-options",id:e+"-listbox",role:"listbox"}),t.disabled&&(h.addClass(s.elem,"dk-select-disabled"),s.elem.setAttribute("aria-disabled",!0)),s.elem.id=e+(t.id?"-"+t.id:""),h.addClass(s.elem,t.className),t.multiple?(s.elem.setAttribute("tabindex",t.getAttribute("tabindex")||"0"),r.setAttribute("aria-multiselectable","true")):(n=t.options[t.selectedIndex],s.elem.appendChild(h.create("div",{class:"dk-selected "+n.className,tabindex:t.tabindex||0,innerHTML:n?n.text:" ",id:e+"-combobox","aria-live":"assertive","aria-owns":r.id,role:"combobox"})),r.setAttribute("aria-expanded","false")),i=t.children.length;i--;o.unshift(t.children[i]));return o.forEach(a,s.elem.appendChild(r)),s},c.onDocClick=function(t){var e,n;if(1!==t.target.nodeType)return!1;null!==(e=t.target.getAttribute("data-dkcacheid"))&&c.cache[e].focus();for(n in c.cache)h.closest(t.target,c.cache[n].data.elem)||n===e||c.cache[n].disabled||c.cache[n].close()},n!==r&&(n.fn.dropkick=function(){var t=Array.prototype.slice.call(arguments);return n(this).each(function(){t[0]&&"object"!=typeof t[0]?"string"==typeof t[0]&&c.prototype[t[0]].apply(new c(this),t.slice(1)):new c(this,t[0]||{})})}),c})},function(t,e){var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString;t.exports=function(t,e,i){if("[object Function]"!==r.call(e))throw new TypeError("iterator must be a function");var o=t.length;if(o===+o)for(var s=0;s>1,l=-7,h=n?i-1:0,p=n?-1:1,f=t[e+h];for(h+=p,o=f&(1<<-l)-1,f>>=-l,l+=a;l>0;o=256*o+t[e+h],h+=p,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=r;l>0;s=256*s+t[e+h],h+=p,l-=8);if(0===o)o=1-u;else{if(o===c)return s?NaN:(f?-1:1)*(1/0);s+=Math.pow(2,r),o-=u}return(f?-1:1)*s*Math.pow(2,o-r)},e.write=function(t,e,n,r,i,o){var s,a,c,u=8*o-i-1,l=(1<>1,p=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:o-1,_=r?1:-1,d=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=l):(s=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-s))<1&&(s--,c*=2),e+=s+h>=1?p/c:p*Math.pow(2,1-h),e*c>=2&&(s++,c/=2),s+h>=l?(a=0,s=l):s+h>=1?(a=(e*c-1)*Math.pow(2,i),s+=h):(a=e*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;t[n+f]=255&a,f+=_,a/=256,i-=8);for(s=s<0;t[n+f]=255&s,f+=_,s/=256,u-=8);t[n+f-_]|=128*d}},function(t,e,n){"use strict";function r(t,e,n){if(3===arguments.length)return r.set(t,e,n);if(2===arguments.length)return r.get(t,e);var i=r.bind(r,t);for(var o in r)r.hasOwnProperty(o)&&(i[o]=r[o].bind(i,t));return i}var i=n(656);t.exports=r,r.get=function(t,e){for(var n=Array.isArray(e)?e:r.parse(e),i=0;i0&&p.splice(0,0,p.splice(f,1)[0]),p.forEach(function(t){var e=c.join(n,t),p=c.join(r,t),f=h[t];a.is$Ref(f)?o(h,t,n,p,s,u,l):i(h,t,e,p,s,u,l)})}}function o(t,e,n,r,o,s,u){if(!o.some(function(n){return n.parent===t&&n.key===e})){var h=null===e?t:t[e],p=l.resolve(n,h.$ref),f=s._resolve(p,u),_=c.parse(r).length,d=l.stripHash(f.path),g=l.getHash(f.path),m=d!==s._root$Ref.path,y=a.isExtended$Ref(h);o.push({$ref:h,parent:t,key:e,pathFromRoot:r,depth:_,file:d,hash:g,value:f.value,circular:f.circular,extended:y,external:m}),i(f.value,null,f.path,r,o,s,u)}}function s(t){t.sort(function(t,e){return t.file!==e.file?t.file0&&e[0]&&(n=n.filter(function(n){return e.indexOf(t[n].pathType)!==-1})),n.map(function(e){return{encoded:e,decoded:"file"===t[e].pathType?a.toFileSystemPath(e,!0):e}})}var o=n(88),s=n(131),a=n(73);t.exports=r,r.prototype.paths=function(t){var e=i(this._$refs,arguments);return e.map(function(t){return t.decoded})},r.prototype.values=function(t){var e=this._$refs,n=i(e,arguments);return n.reduce(function(t,n){return t[n.decoded]=e[n.encoded].value,t},{})},r.prototype.toJSON=r.prototype.values,r.prototype.exists=function(t,e){try{return this._resolve(t,e),!0}catch(t){return!1}},r.prototype.get=function(t,e){return this._resolve(t,e).value},r.prototype.set=function(t,e){t=a.resolve(this._root$Ref.path,t);var n=a.stripHash(t),r=this._$refs[n];if(!r)throw o('Error resolving $ref pointer "%s". \n"%s" not found.',t,n);r.set(t,e)},r.prototype._add=function(t,e){var n=a.stripHash(t),r=new s;return r.path=n,r.value=e,r.$refs=this,this._$refs[n]=r,this._root$Ref=this._root$Ref||r,r},r.prototype._resolve=function(t,e){t=a.resolve(this._root$Ref.path,t);var n=a.stripHash(t),r=this._$refs[n];if(!r)throw o('Error resolving $ref pointer "%s". \n"%s" not found.',t,n);return r.resolve(t,e)},r.prototype._get$Ref=function(t){t=a.resolve(this._root$Ref.path,t);var e=a.stripHash(t);return this._$refs[e]}},function(t,e,n){"use strict";function r(t,e){if(!e.resolve.external)return s.resolve();try{l("Resolving $ref pointers in %s",t.$refs._root$Ref.path);var n=i(t.schema,t.$refs._root$Ref.path+"#",t.$refs,e);return s.all(n)}catch(t){return s.reject(t)}}function i(t,e,n,r){var s=[];return t&&"object"==typeof t&&(a.isExternal$Ref(t)?s.push(o(t,e,n,r)):Object.keys(t).forEach(function(u){var l=c.join(e,u),h=t[u];a.isExternal$Ref(h)?s.push(o(h,l,n,r)):s=s.concat(i(h,l,n,r))})),s}function o(t,e,n,r){l('Resolving $ref pointer "%s" at %s',t.$ref,e);var o=h.resolve(e,t.$ref),a=h.stripHash(o);return t=n._$refs[a],t?s.resolve(t.value):u(o,n,r).then(function(t){l("Resolving $ref pointers in %s",a);var e=i(t,a+"#",n,r);return s.all(e)})}var s=n(87),a=n(131),c=n(178),u=n(356),l=n(100),h=n(73);t.exports=r},function(t,e,n){"use strict";var r=n(699),i=n(88),o=n(87),s=n(73),a=n(100);t.exports={order:100,canRead:function(t){return s.isFileSystemPath(t.url)},read:function(t){return new o(function(e,n){var o;try{o=s.toFileSystemPath(t.url)}catch(e){n(i.uri(e,"Malformed URI: %s",t.url))}a("Opening file: %s",o);try{r.readFile(o,function(t,r){t?n(i(t,'Error opening file "%s"',o)):e(r)})}catch(t){n(i(t,'Error opening file "%s"',o))}})}}},function(t,e,n){"use strict";(function(e,r){function i(t,e,n){return new h(function(s,a){t=u.parse(t),n=n||[],n.push(t.href),o(t,e).then(function(o){if(o.statusCode>=400)throw c({status:o.statusCode},"HTTP ERROR %d",o.statusCode);if(o.statusCode>=300)if(n.length>e.redirects)a(c({status:o.statusCode},"Error downloading %s. \nToo many redirects: \n %s",n[0],n.join(" \n ")));else{if(!o.headers.location)throw c({status:o.statusCode},"HTTP %d redirect with no location header",o.statusCode);l("HTTP %d redirect %s -> %s",o.statusCode,t.href,o.headers.location);var h=u.resolve(t,o.headers.location);i(h,e,n).then(s,a)}else s(o.body||new r(0))}).catch(function(e){a(c(e,"Error downloading",t.href))})})}function o(t,e){return new h(function(n,i){l("GET",t.href);var o="https:"===t.protocol?a:s,c=o.get({hostname:t.hostname,port:t.port,path:t.path,auth:t.auth,headers:e.headers||{},withCredentials:e.withCredentials});"function"==typeof c.setTimeout&&c.setTimeout(e.timeout),c.on("timeout",function(){c.abort()}),c.on("error",i),c.once("response",function(t){t.body=new r(0),t.on("data",function(e){t.body=r.concat([t.body,new r(e)])}),t.on("error",i),t.on("end",function(){n(t)})})})}var s=n(392),a=n(392),c=n(88),u=n(73),l=n(100),h=n(87);t.exports={order:200,headers:null,timeout:5e3,redirects:5,withCredentials:!1,canRead:function(t){return u.isHttp(t.url)},read:function(t){var n=u.parse(t.url);return e.browser&&!n.protocol&&(n.protocol=u.parse(location.href).protocol),i(n,this)}}}).call(e,n(43),n(17).Buffer)},function(t,e,n){"use strict";function r(t,e,n,r){var i=t[e];if("function"==typeof i)return i.apply(t,[n,r]);if(!r){if(i instanceof RegExp)return i.test(n.url);if("string"==typeof i)return i===n.extension;if(Array.isArray(i))return i.indexOf(n.extension)!==-1}return i}var i=n(87),o=n(100);e.all=function(t){return Object.keys(t).filter(function(e){return"object"==typeof t[e]}).map(function(e){return t[e].name=e,t[e]})},e.filter=function(t,e,n){return t.filter(function(t){return!!r(t,e,n)})},e.sort=function(t){return t.forEach(function(t){t.order=t.order||Number.MAX_SAFE_INTEGER}),t.sort(function(t,e){return t.order-e.order})},e.run=function(t,e,n){var s,a,c=0;return new i(function(i,u){function l(){if(s=t[c++],!s)return u(a);try{o(" %s",s.name);var i=r(s,e,n,h);i&&"function"==typeof i.then?i.then(p,f):void 0!==i&&p(i)}catch(t){f(t)}}function h(t,e){t?f(t):p(e)}function p(t){o(" success"),i({plugin:s,result:t})}function f(t){o(" %s",t.message||t),a=t,l()}l()})}},function(t,e){"use strict";t.exports={order:100,canValidate:function(t){return!!t.resolved},validate:function(t){}}},function(t,e,n){"use strict";(function(e,n){var r=e.process&&n.nextTick||e.setImmediate||function(t){setTimeout(t,0)};t.exports=function(t,e){return t?void e.then(function(e){r(function(){t(null,e)})},function(e){r(function(){t(e)})}):e}}).call(e,n(27),n(43))},function(t,e,n){function r(){return"WebkitAppearance"in document.documentElement.style||window.console&&(console.firebug||console.exception&&console.table)||navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31}function i(){var t=arguments,n=this.useColors;if(t[0]=(n?"%c":"")+this.namespace+(n?" %c":" ")+t[0]+(n?"%c ":" ")+"+"+e.humanize(this.diff),!n)return t;var r="color: "+this.color;t=[t[0],r,"color: inherit"].concat(Array.prototype.slice.call(t,1));var i=0,o=0;return t[0].replace(/%[a-z%]/g,function(t){"%%"!==t&&(i++,"%c"===t&&(o=i))}),t.splice(o,0,r),t}function o(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function s(t){try{null==t?e.storage.removeItem("debug"):e.storage.debug=t}catch(t){}}function a(){var t;try{t=e.storage.debug}catch(t){}return t}function c(){try{return window.localStorage}catch(t){}}e=t.exports=n(675),e.log=o,e.formatArgs=i,e.save=s,e.load=a,e.useColors=r,e.storage="undefined"!=typeof chrome&&"undefined"!=typeof chrome.storage?chrome.storage.local:c(),e.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],e.formatters.j=function(t){return JSON.stringify(t)},e.enable(a())},function(t,e,n){function r(){return e.colors[l++%e.colors.length]}function i(t){function n(){}function i(){var t=i,n=+new Date,o=n-(u||n);t.diff=o,t.prev=u,t.curr=n,u=n,null==t.useColors&&(t.useColors=e.useColors()),null==t.color&&t.useColors&&(t.color=r());var s=Array.prototype.slice.call(arguments);s[0]=e.coerce(s[0]),"string"!=typeof s[0]&&(s=["%o"].concat(s));var a=0;s[0]=s[0].replace(/%([a-z%])/g,function(n,r){if("%%"===n)return n;a++;var i=e.formatters[r];if("function"==typeof i){var o=s[a];n=i.call(t,o),s.splice(a,1),a--}return n}),"function"==typeof e.formatArgs&&(s=e.formatArgs.apply(t,s));var c=i.log||e.log||console.log.bind(console);c.apply(t,s)}n.enabled=!1,i.enabled=!0;var o=e.enabled(t)?i:n;return o.namespace=t,o}function o(t){e.save(t);for(var n=(t||"").split(/[\s,]+/),r=n.length,i=0;i1e4)){var e=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),r=(e[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*l;case"days":case"day":case"d":return n*u;case"hours":case"hour":case"hrs":case"hr":case"h":return n*c;case"minutes":case"minute":case"mins":case"min":case"m":return n*a;case"seconds":case"second":case"secs":case"sec":case"s":return n*s;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n}}}}function r(t){return t>=u?Math.round(t/u)+"d":t>=c?Math.round(t/c)+"h":t>=a?Math.round(t/a)+"m":t>=s?Math.round(t/s)+"s":t+"ms"}function i(t){return o(t,u,"day")||o(t,c,"hour")||o(t,a,"minute")||o(t,s,"second")||t+" ms"}function o(t,e,n){if(!(tr&&" "!==t[_+1],_=o);else if(!l(s))return lt;d=d&&h(s)}c=c||f&&o-_-1>r&&" "!==t[_+1]}return a||c?" "===t[0]&&n>9?lt:c?ut:ct:d&&!i(t)?st:at}function _(t,e,n,r){t.dump=function(){function i(e){return c(t,e)}if(0===e.length)return"''";if(!t.noCompatMode&&ot.indexOf(e)!==-1)return"'"+e+"'";var o=t.indent*Math.max(1,n),a=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-o),u=r||t.flowLevel>-1&&n>=t.flowLevel;switch(f(e,u,t.indent,a,i)){case st:return e;case at:return"'"+e.replace(/'/g,"''")+"'";case ct:return"|"+d(e,t.indent)+g(s(e,o));case ut:return">"+d(e,t.indent)+g(s(m(e,a),o));case lt:return'"'+v(e,a)+'"';default:throw new P("impossible error: invalid scalar style")}}()}function d(t,e){var n=" "===t[0]?String(e):"",r="\n"===t[t.length-1],i=r&&("\n"===t[t.length-2]||"\n"===t),o=i?"+":r?"":"-";return n+o+"\n"}function g(t){return"\n"===t[t.length-1]?t.slice(0,-1):t}function m(t,e){for(var n,r,i=/(\n+)([^\n]*)/g,o=function(){var n=t.indexOf("\n");return n=n!==-1?n:t.length,i.lastIndex=n,y(t.slice(0,n),e)}(),s="\n"===t[0]||" "===t[0];r=i.exec(t);){var a=r[1],c=r[2];n=" "===c[0],o+=a+(s||n||""===c?"":"\n")+y(c,e),s=n}return o}function y(t,e){if(""===t||" "===t[0])return t;for(var n,r,i=/ [^ ]/g,o=0,s=0,a=0,c="";n=i.exec(t);)a=n.index,a-o>e&&(r=s>o?s:a,c+="\n"+t.slice(o,r),o=r+1),s=a;return c+="\n",c+=t.length-o>e&&s>o?t.slice(o,s)+"\n"+t.slice(s+1):t.slice(o),c.slice(1)}function v(t){for(var e,n,r="",o=0;o1024&&(a+="? "),a+=t.dump+": ",I(t,e,s,!1,!1)&&(a+=t.dump,c+=a));t.tag=u,t.dump="{"+c+"}"}function C(t,e,n,r){var i,o,s,c,u,l,h="",p=t.tag,f=Object.keys(n);if(t.sortKeys===!0)f.sort();else if("function"==typeof t.sortKeys)f.sort(t.sortKeys);else if(t.sortKeys)throw new P("sortKeys must be a boolean or a function");for(i=0,o=f.length;i1024,u&&(l+=t.dump&&L===t.dump.charCodeAt(0)?"?":"? "),l+=t.dump,u&&(l+=a(t,e)),I(t,e+1,c,!0,u)&&(l+=t.dump&&L===t.dump.charCodeAt(0)?":":": ",l+=t.dump,h+=l));t.tag=p,t.dump=h||"{}"}function E(t,e,n){var r,i,o,s,a,c;for(i=n?t.explicitTypes:t.implicitTypes,o=0,s=i.length;o tag resolver accepts not "'+c+'" style');r=a.represent[c](e,c)}t.dump=r}return!0}return!1}function I(t,e,n,r,i,o){t.tag=null,t.dump=n,E(t,n,!1)||E(t,n,!0);var s=M.call(t.dump);r&&(r=t.flowLevel<0||t.flowLevel>e);var a,c,u="[object Object]"===s||"[object Array]"===s;if(u&&(a=t.duplicates.indexOf(n),c=a!==-1),(null!==t.tag&&"?"!==t.tag||c||2!==t.indent&&e>0)&&(i=!1),c&&t.usedDuplicates[a])t.dump="*ref_"+a;else{if(u&&c&&!t.usedDuplicates[a]&&(t.usedDuplicates[a]=!0),"[object Object]"===s)r&&0!==Object.keys(t.dump).length?(C(t,e,t.dump,i),c&&(t.dump="&ref_"+a+t.dump)):(x(t,e,t.dump),c&&(t.dump="&ref_"+a+" "+t.dump));else if("[object Array]"===s)r&&0!==t.dump.length?(w(t,e,t.dump,i),c&&(t.dump="&ref_"+a+t.dump)):(b(t,e,t.dump),c&&(t.dump="&ref_"+a+" "+t.dump));else{if("[object String]"!==s){if(t.skipInvalid)return!1;throw new P("unacceptable kind of an object to dump "+s)}"?"!==t.tag&&_(t,t.dump,e,o)}null!==t.tag&&"?"!==t.tag&&(t.dump="!<"+t.tag+"> "+t.dump)}return!0}function S(t,e){var n,r,i=[],o=[];for(T(t,i,o),n=0,r=o.length;n>10)+55296,(t-65536&1023)+56320)}function p(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||q,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function f(t,e){return new U(e,new z(t.filename,t.input,t.position,t.line,t.position-t.lineStart))}function _(t,e){throw f(t,e)}function d(t,e){t.onWarning&&t.onWarning.call(null,f(t,e))}function g(t,e,n,r){var i,o,s,a;if(e1&&(t.result+=B.repeat("\n",e-1))}function C(t,e,n){var a,c,u,l,h,p,f,_,d,m=t.kind,y=t.result;if(d=t.input.charCodeAt(t.position),o(d)||s(d)||35===d||38===d||42===d||33===d||124===d||62===d||39===d||34===d||37===d||64===d||96===d)return!1;if((63===d||45===d)&&(c=t.input.charCodeAt(t.position+1),o(c)||n&&s(c)))return!1;for(t.kind="scalar",t.result="",u=l=t.position,h=!1;0!==d;){if(58===d){if(c=t.input.charCodeAt(t.position+1),o(c)||n&&s(c))break}else if(35===d){if(a=t.input.charCodeAt(t.position-1),o(a))break}else{if(t.position===t.lineStart&&w(t)||n&&s(d))break;if(r(d)){if(p=t.line,f=t.lineStart,_=t.lineIndent,b(t,!1,-1),t.lineIndent>=e){h=!0,d=t.input.charCodeAt(t.position);continue}t.position=l,t.line=p,t.lineStart=f,t.lineIndent=_;break}}h&&(g(t,u,l,!1),x(t,t.line-p),u=l=t.position,h=!1),i(d)||(l=t.position+1),d=t.input.charCodeAt(++t.position)}return g(t,u,l,!1),!!t.result||(t.kind=m,t.result=y,!1)}function E(t,e){var n,i,o;if(n=t.input.charCodeAt(t.position),39!==n)return!1;for(t.kind="scalar",t.result="",t.position++,i=o=t.position;0!==(n=t.input.charCodeAt(t.position));)if(39===n){if(g(t,i,t.position,!0),n=t.input.charCodeAt(++t.position),39!==n)return!0;i=o=t.position,t.position++}else r(n)?(g(t,i,o,!0),x(t,b(t,!1,e)),i=o=t.position):t.position===t.lineStart&&w(t)?_(t,"unexpected end of the document within a single quoted scalar"):(t.position++,o=t.position);_(t,"unexpected end of the stream within a single quoted scalar")}function I(t,e){var n,i,o,s,u,l;if(l=t.input.charCodeAt(t.position),34!==l)return!1;for(t.kind="scalar",t.result="",t.position++,n=i=t.position;0!==(l=t.input.charCodeAt(t.position));){if(34===l)return g(t,n,t.position,!0),t.position++,!0;if(92===l){if(g(t,n,t.position,!0),l=t.input.charCodeAt(++t.position),r(l))b(t,!1,e);else if(l<256&&it[l])t.result+=ot[l],t.position++;else if((u=c(l))>0){for(o=u,s=0;o>0;o--)l=t.input.charCodeAt(++t.position),(u=a(l))>=0?s=(s<<4)+u:_(t,"expected hexadecimal character");t.result+=h(s),t.position++}else _(t,"unknown escape sequence");n=i=t.position}else r(l)?(g(t,n,i,!0),x(t,b(t,!1,e)),n=i=t.position):t.position===t.lineStart&&w(t)?_(t,"unexpected end of the document within a double quoted scalar"):(t.position++,i=t.position)}_(t,"unexpected end of the stream within a double quoted scalar")}function S(t,e){var n,r,i,s,a,c,u,l,h,p,f,d=!0,g=t.tag,m=t.anchor,v={};if(f=t.input.charCodeAt(t.position),91===f)s=93,u=!1,r=[];else{if(123!==f)return!1;s=125,u=!0,r={}}for(null!==t.anchor&&(t.anchorMap[t.anchor]=r),f=t.input.charCodeAt(++t.position);0!==f;){if(b(t,!0,e),f=t.input.charCodeAt(t.position),f===s)return t.position++,t.tag=g,t.anchor=m,t.kind=u?"mapping":"sequence",t.result=r,!0;d||_(t,"missed comma between flow collection entries"),h=l=p=null,a=c=!1,63===f&&(i=t.input.charCodeAt(t.position+1),o(i)&&(a=c=!0,t.position++,b(t,!0,e))),n=t.line,N(t,e,$,!1,!0),h=t.tag,l=t.result,b(t,!0,e),f=t.input.charCodeAt(t.position),!c&&t.line!==n||58!==f||(a=!0,f=t.input.charCodeAt(++t.position),b(t,!0,e),N(t,e,$,!1,!0),p=t.result),u?y(t,r,v,h,l,p):a?r.push(y(t,null,v,h,l,p)):r.push(l),b(t,!0,e),f=t.input.charCodeAt(t.position),44===f?(d=!0,f=t.input.charCodeAt(++t.position)):d=!1}_(t,"unexpected end of the stream within a flow collection")}function T(t,e){var n,o,s,a,c=J,l=!1,h=!1,p=e,f=0,d=!1;if(a=t.input.charCodeAt(t.position),124===a)o=!1;else{if(62!==a)return!1;o=!0}for(t.kind="scalar",t.result="";0!==a;)if(a=t.input.charCodeAt(++t.position),43===a||45===a)J===c?c=43===a?X:K:_(t,"repeat of a chomping mode identifier");else{if(!((s=u(a))>=0))break;0===s?_(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):h?_(t,"repeat of an indentation width identifier"):(p=e+s-1,h=!0)}if(i(a)){do a=t.input.charCodeAt(++t.position);while(i(a));if(35===a)do a=t.input.charCodeAt(++t.position);while(!r(a)&&0!==a)}for(;0!==a;){for(v(t),t.lineIndent=0,a=t.input.charCodeAt(t.position);(!h||t.lineIndentp&&(p=t.lineIndent),r(a))f++;else{if(t.lineIndente)&&0!==i)_(t,"bad indentation of a sequence entry");else if(t.lineIndente)&&(N(t,e,G,!0,s)&&(m?d=t.result:g=t.result),m||(y(t,h,p,f,d,g),f=d=g=null),b(t,!0,-1),c=t.input.charCodeAt(t.position)),t.lineIndent>e&&0!==c)_(t,"bad indentation of a mapping entry");else if(t.lineIndente?f=1:t.lineIndent===e?f=0:t.lineIndente?f=1:t.lineIndent===e?f=0:t.lineIndent tag; it should be "'+l.kind+'", not "'+t.kind+'"'),l.resolve(t.result)?(t.result=l.construct(t.result),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):_(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")):_(t,"unknown tag !<"+t.tag+">");return null!==t.listener&&t.listener("close",t),null!==t.tag||null!==t.anchor||g}function M(t){var e,n,s,a,c=t.position,u=!1;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap={},t.anchorMap={};0!==(a=t.input.charCodeAt(t.position))&&(b(t,!0,-1),a=t.input.charCodeAt(t.position),!(t.lineIndent>0||37!==a));){for(u=!0,a=t.input.charCodeAt(++t.position),e=t.position;0!==a&&!o(a);)a=t.input.charCodeAt(++t.position);for(n=t.input.slice(e,t.position),s=[],n.length<1&&_(t,"directive name must not be less than one character in length");0!==a;){for(;i(a);)a=t.input.charCodeAt(++t.position);if(35===a){do a=t.input.charCodeAt(++t.position);while(0!==a&&!r(a));break}if(r(a))break;for(e=t.position;0!==a&&!o(a);)a=t.input.charCodeAt(++t.position);s.push(t.input.slice(e,t.position))}0!==a&&v(t),W.call(at,n)?at[n](t,n,s):d(t,'unknown document directive "'+n+'"')}return b(t,!0,-1),0===t.lineIndent&&45===t.input.charCodeAt(t.position)&&45===t.input.charCodeAt(t.position+1)&&45===t.input.charCodeAt(t.position+2)?(t.position+=3,b(t,!0,-1)):u&&_(t,"directives end mark is expected"),N(t,t.lineIndent-1,G,!1,!0),b(t,!0,-1),t.checkLineBreaks&&tt.test(t.input.slice(c,t.position))&&d(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&w(t)?void(46===t.input.charCodeAt(t.position)&&(t.position+=3,b(t,!0,-1))):void(t.position0&&"\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(r-1))===-1;)if(r-=1,this.position-r>e/2-1){n=" ... ",r+=5;break}for(o="",s=this.position;se/2-1){o=" ... ",s-=5;break}return a=this.buffer.slice(r,s),i.repeat(" ",t)+n+a+o+"\n"+i.repeat(" ",t+this.position-r+n.length)+"^"},r.prototype.toString=function(t){var e,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),t||(e=this.getSnippet(),e&&(n+=":\n"+e)),n},t.exports=r},function(t,e,n){"use strict";function r(t){if(null===t)return!1;var e,n,r=0,i=t.length,o=u;for(n=0;n64)){if(e<0)return!1;r+=6}return r%8===0}function i(t){var e,n,r=t.replace(/[\r\n=]/g,""),i=r.length,o=u,s=0,c=[];for(e=0;e>16&255),c.push(s>>8&255),c.push(255&s)),s=s<<6|o.indexOf(r.charAt(e));return n=i%4*6,0===n?(c.push(s>>16&255),c.push(s>>8&255),c.push(255&s)):18===n?(c.push(s>>10&255),c.push(s>>2&255)):12===n&&c.push(s>>4&255),a?new a(c):c}function o(t){var e,n,r="",i=0,o=t.length,s=u;for(e=0;e>18&63],r+=s[i>>12&63],r+=s[i>>6&63],r+=s[63&i]),i=(i<<8)+t[e];return n=o%3,0===n?(r+=s[i>>18&63],r+=s[i>>12&63],r+=s[i>>6&63],r+=s[63&i]):2===n?(r+=s[i>>10&63],r+=s[i>>4&63],r+=s[i<<2&63],r+=s[64]):1===n&&(r+=s[i>>2&63],r+=s[i<<4&63],r+=s[64],r+=s[64]),r}function s(t){return a&&a.isBuffer(t)}var a;try{a=n(17).Buffer}catch(t){}var c=n(26),u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";t.exports=new c("tag:yaml.org,2002:binary",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";function r(t){if(null===t)return!1;var e=t.length;return 4===e&&("true"===t||"True"===t||"TRUE"===t)||5===e&&("false"===t||"False"===t||"FALSE"===t)}function i(t){return"true"===t||"True"===t||"TRUE"===t}function o(t){return"[object Boolean]"===Object.prototype.toString.call(t)}var s=n(26);t.exports=new s("tag:yaml.org,2002:bool",{kind:"scalar",resolve:r,construct:i,predicate:o,represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}},defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){return null!==t&&!!u.test(t)}function i(t){var e,n,r,i;return e=t.replace(/_/g,"").toLowerCase(),n="-"===e[0]?-1:1,i=[],"+-".indexOf(e[0])>=0&&(e=e.slice(1)),".inf"===e?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===e?NaN:e.indexOf(":")>=0?(e.split(":").forEach(function(t){i.unshift(parseFloat(t,10))}),e=0,r=1,i.forEach(function(t){e+=t*r,r*=60}),n*e):n*parseFloat(e,10)}function o(t,e){var n;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(a.isNegativeZero(t))return"-0.0";return n=t.toString(10),l.test(n)?n.replace("e",".e"):n}function s(t){return"[object Number]"===Object.prototype.toString.call(t)&&(t%1!==0||a.isNegativeZero(t))}var a=n(110),c=n(26),u=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)\\.[0-9_]*(?:[eE][-+][0-9]+)?|\\.[0-9_]+(?:[eE][-+][0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"),l=/^[-+]?[0-9]+e/;t.exports=new c("tag:yaml.org,2002:float",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o,defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){return 48<=t&&t<=57||65<=t&&t<=70||97<=t&&t<=102}function i(t){return 48<=t&&t<=55}function o(t){return 48<=t&&t<=57}function s(t){if(null===t)return!1;var e,n=t.length,s=0,a=!1;if(!n)return!1;if(e=t[s],"-"!==e&&"+"!==e||(e=t[++s]),"0"===e){if(s+1===n)return!0;if(e=t[++s],"b"===e){for(s++;s3)return!1;if("/"!==e[e.length-r.length-1])return!1}return!0}function i(t){var e=t,n=/\/([gim]*)$/.exec(t),r="";return"/"===e[0]&&(n&&(r=n[1]),e=e.slice(1,e.length-r.length-1)),new RegExp(e,r)}function o(t){var e="/"+t.source+"/";return t.global&&(e+="g"),t.multiline&&(e+="m"),t.ignoreCase&&(e+="i"),e}function s(t){return"[object RegExp]"===Object.prototype.toString.call(t)}var a=n(26);t.exports=new a("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";function r(){return!0}function i(){}function o(){return""}function s(t){return"undefined"==typeof t}var a=n(26);t.exports=new a("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";var r=n(26);t.exports=new r("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return null!==t?t:{}}})},function(t,e,n){"use strict";function r(t){return"<<"===t||null===t}var i=n(26);t.exports=new i("tag:yaml.org,2002:merge",{kind:"scalar",resolve:r})},function(t,e,n){"use strict";function r(t){if(null===t)return!0;var e=t.length;return 1===e&&"~"===t||4===e&&("null"===t||"Null"===t||"NULL"===t)}function i(){return null}function o(t){return null===t}var s=n(26);t.exports=new s("tag:yaml.org,2002:null",{kind:"scalar",resolve:r,construct:i,predicate:o,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){if(null===t)return!0;var e,n,r,i,o,c=[],u=t;for(e=0,n=u.length;e=t.maximum||!t.exclusiveMaximum&&e>t.maximum)&&(e=(t.maximum+t.minimum)/2),e):t.minimum?t.exclusiveMinimum?Math.floor(t.minimum)+1:t.minimum:t.maximum?t.exclusiveMaximum?t.maximum>0?0:Math.floor(t.maximum)-1:t.maximum>0?0:t.maximum:0}Object.defineProperty(n,"__esModule",{value:!0}),n.sampleNumber=r},{}],7:[function(t,e,n){"use strict";function r(t){var e=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],n={};return t&&"object"===i(t.properties)&&Object.keys(t.properties).forEach(function(r){e.skipReadOnly&&t.properties[r].readOnly||(n[r]=(0,o.traverse)(t.properties[r]))}),t&&"object"===i(t.additionalProperties)&&(n.property1=(0,o.traverse)(t.additionalProperties),n.property2=(0,o.traverse)(t.additionalProperties)),n}Object.defineProperty(n,"__esModule",{value:!0});var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t};n.sampleObject=r;var o=t("../traverse")},{"../traverse":9}],8:[function(t,e,n){"use strict";function r(){return"user@example.com"}function i(t,e){var n="pa$$word";return t>n.length&&(n+="_",n+=(0,_.ensureMinLength)(d,t-n.length).substring(0,t-n.length)),n}function o(t,e,n){var r=(0,_.toRFCDateTime)(new Date,n,!1);if(r.lengthe)throw Erorr("Using maxLength = "+e+' is incorrect with format "date-time"');return r}function s(t,e){return o(t,e)}function a(t,e){return o(t,e,!0)}function c(t,e){var n=(0,_.ensureMinLength)("string",t);return e&&n.length>e&&(n=n.substring(0,e)),n}function u(){return"192.168.0.1"}function l(){return"2001:0db8:85a3:0000:0000:8a2e:0370:7334"}function h(){return"example.com"}function p(){return"http://example.com"}function f(t){var e=t.format||"default",n=g[e]||c;return n(0|t.minLength,t.maxLength)}Object.defineProperty(n,"__esModule",{value:!0}),n.sampleString=f;var _=t("../utils"),d="qwerty!@#$%^123456",g={email:r,password:i,"date-time":s,date:a,ipv4:u,ipv6:l,hostname:h,uri:p,default:c}},{"../utils":10}],9:[function(t,e,n){"use strict";function r(t,e){if(t.allOf&&(0,o.mergeAllOf)(t),null!=t.example)return t.example;if(null!=t.default)return t.default;if(t.enum&&t.enum.length)return t.enum[0];var n=t.type,r=i._samplers[n];return r?r(t,e):{}}Object.defineProperty(n,"__esModule",{value:!0}),n.traverse=r;var i=t("./openapi-sampler"),o=t("./normalize")},{"./normalize":1,"./openapi-sampler":2}],10:[function(t,e,n){"use strict";function r(t){return t<10?"0"+t:t}function i(t,e,n){var i=t.getUTCFullYear()+"-"+r(t.getUTCMonth()+1)+"-"+r(t.getUTCDate());return e||(i+="T"+r(t.getUTCHours())+":"+r(t.getUTCMinutes())+":"+r(t.getUTCSeconds())+(n?"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5):"")+"Z"),i}function o(t,e){return e>t.length?t.repeat(Math.trunc(e/t.length)+1).substring(0,e):t}function s(t,e){for(var n=Object.keys(e),r=-1,i=n.length;++r>?>?|[!=]=?)=?|[~?@]/}),Prism.languages.actionscript["class-name"].alias="function",Prism.languages.markup&&Prism.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\\1|\\?(?!\1)[\w\W])*\2)*\s*\/?>/,lookbehind:!0,inside:{rest:Prism.languages.markup}}})},function(t,e){!function(t){var e={variable:[{pattern:/\$?\(\([\w\W]+?\)\)/,inside:{variable:[{pattern:/(^\$\(\([\w\W]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b-?(?:0x[\dA-Fa-f]+|\d*\.?\d+(?:[Ee]-?\d+)?)\b/,operator:/--?|-=|\+\+?|\+=|!=?|~|\*\*?|\*=|\/=?|%=?|<<=?|>>=?|<=?|>=?|==?|&&?|&=|\^=?|\|\|?|\|=|\?|:/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\([^)]+\)|`[^`]+`/,inside:{variable:/^\$\(|^`|\)$|`$/}},/\$(?:[a-z0-9_#\?\*!@]+|\{[^}]+\})/i]};t.languages.bash={shebang:{pattern:/^#!\s*\/bin\/bash|^#!\s*\/bin\/sh/,alias:"important"},comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},string:[{pattern:/((?:^|[^<])<<\s*)(?:"|')?(\w+?)(?:"|')?\s*\r?\n(?:[\s\S])*?\r?\n\2/g,lookbehind:!0,greedy:!0,inside:e},{pattern:/(["'])(?:\\\\|\\?[^\\])*?\1/g,greedy:!0,inside:e}],variable:e.variable,function:{pattern:/(^|\s|;|\||&)(?:alias|apropos|apt-get|aptitude|aspell|awk|basename|bash|bc|bg|builtin|bzip2|cal|cat|cd|cfdisk|chgrp|chmod|chown|chroot|chkconfig|cksum|clear|cmp|comm|command|cp|cron|crontab|csplit|cut|date|dc|dd|ddrescue|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|enable|env|ethtool|eval|exec|expand|expect|export|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|getopts|git|grep|groupadd|groupdel|groupmod|groups|gzip|hash|head|help|hg|history|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|jobs|join|kill|killall|less|link|ln|locate|logname|logout|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|make|man|mkdir|mkfifo|mkisofs|mknod|more|most|mount|mtools|mtr|mv|mmv|nano|netstat|nice|nl|nohup|notify-send|nslookup|open|op|passwd|paste|pathchk|ping|pkill|popd|pr|printcap|printenv|printf|ps|pushd|pv|pwd|quota|quotacheck|quotactl|ram|rar|rcp|read|readarray|readonly|reboot|rename|renice|remsync|rev|rm|rmdir|rsync|screen|scp|sdiff|sed|seq|service|sftp|shift|shopt|shutdown|sleep|slocate|sort|source|split|ssh|stat|strace|su|sudo|sum|suspend|sync|tail|tar|tee|test|time|timeout|times|touch|top|traceroute|trap|tr|tsort|tty|type|ulimit|umask|umount|unalias|uname|unexpand|uniq|units|unrar|unshar|uptime|useradd|userdel|usermod|users|uuencode|uudecode|v|vdir|vi|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yes|zip)(?=$|\s|;|\||&)/,lookbehind:!0},keyword:{pattern:/(^|\s|;|\||&)(?:let|:|\.|if|then|else|elif|fi|for|break|continue|while|in|case|function|select|do|done|until|echo|exit|return|set|declare)(?=$|\s|;|\||&)/,lookbehind:!0},boolean:{pattern:/(^|\s|;|\||&)(?:true|false)(?=$|\s|;|\||&)/,lookbehind:!0},operator:/&&?|\|\|?|==?|!=?|<<>|<=?|>=?|=~/,punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];]/};var n=e.variable[1].inside;n.function=t.languages.bash.function,n.keyword=t.languages.bash.keyword,n.boolean=t.languages.bash.boolean,n.operator=t.languages.bash.operator,n.punctuation=t.languages.bash.punctuation}(Prism)},function(t,e){Prism.languages.c=Prism.languages.extend("clike",{keyword:/\b(asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|union|unsigned|void|volatile|while)\b/,operator:/\-[>-]?|\+\+?|!=?|<>?=?|==?|&&?|\|?\||[~^%?*\/]/,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)[ful]*\b/i}),Prism.languages.insertBefore("c","string",{macro:{pattern:/(^\s*)#\s*[a-z]+([^\r\n\\]|\\.|\\(?:\r\n?|\n))*/im,lookbehind:!0,alias:"property",inside:{string:{pattern:/(#\s*include\s*)(<.+?>|("|')(\\?.)+?\3)/,lookbehind:!0},directive:{pattern:/(#\s*)\b(define|elif|else|endif|error|ifdef|ifndef|if|import|include|line|pragma|undef|using)\b/,lookbehind:!0,alias:"keyword"}}},constant:/\b(__FILE__|__LINE__|__DATE__|__TIME__|__TIMESTAMP__|__func__|EOF|NULL|stdin|stdout|stderr)\b/}),delete Prism.languages.c["class-name"],delete Prism.languages.c.boolean},function(t,e){!function(t){var e=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};t.languages.coffeescript=t.languages.extend("javascript",{comment:e,string:[{pattern:/'(?:\\?[^\\])*?'/,greedy:!0},{pattern:/"(?:\\?[^\\])*?"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),t.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:e,interpolation:n}}}),t.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\?[\s\S])*?`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},rest:t.languages.javascript}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),t.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete t.languages.coffeescript["template-string"]}(Prism)},function(t,e){Prism.languages.cpp=Prism.languages.extend("c",{keyword:/\b(alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|class|compl|const|constexpr|const_cast|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|float|for|friend|goto|if|inline|int|long|mutable|namespace|new|noexcept|nullptr|operator|private|protected|public|register|reinterpret_cast|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,boolean:/\b(true|false)\b/,operator:/[-+]{1,2}|!=?|<{1,2}=?|>{1,2}=?|\->|:{1,2}|={1,2}|\^|~|%|&{1,2}|\|?\||\?|\*|\/|\b(and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/}),Prism.languages.insertBefore("cpp","keyword",{"class-name":{pattern:/(class\s+)[a-z0-9_]+/i,lookbehind:!0}})},function(t,e){Prism.languages.csharp=Prism.languages.extend("clike",{keyword:/\b(abstract|as|async|await|base|bool|break|byte|case|catch|char|checked|class|const|continue|decimal|default|delegate|do|double|else|enum|event|explicit|extern|false|finally|fixed|float|for|foreach|goto|if|implicit|in|int|interface|internal|is|lock|long|namespace|new|null|object|operator|out|override|params|private|protected|public|readonly|ref|return|sbyte|sealed|short|sizeof|stackalloc|static|string|struct|switch|this|throw|true|try|typeof|uint|ulong|unchecked|unsafe|ushort|using|virtual|void|volatile|while|add|alias|ascending|async|await|descending|dynamic|from|get|global|group|into|join|let|orderby|partial|remove|select|set|value|var|where|yield)\b/,string:[/@("|')(\1\1|\\\1|\\?(?!\1)[\s\S])*\1/,/("|')(\\?.)*?\1/],number:/\b-?(0x[\da-f]+|\d*\.?\d+f?)\b/i}),Prism.languages.insertBefore("csharp","keyword",{"generic-method":{pattern:/[a-z0-9_]+\s*<[^>\r\n]+?>\s*(?=\()/i,alias:"function",inside:{keyword:Prism.languages.csharp.keyword,punctuation:/[<>(),.:]/}},preprocessor:{pattern:/(^\s*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(\s*#)\b(define|elif|else|endif|endregion|error|if|line|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}})},function(t,e){Prism.languages.go=Prism.languages.extend("clike",{keyword:/\b(break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,builtin:/\b(bool|byte|complex(64|128)|error|float(32|64)|rune|string|u?int(8|16|32|64|)|uintptr|append|cap|close|complex|copy|delete|imag|len|make|new|panic|print(ln)?|real|recover)\b/,boolean:/\b(_|iota|nil|true|false)\b/,operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,number:/\b(-?(0x[a-f\d]+|(\d+\.?\d*|\.\d+)(e[-+]?\d+)?)i?)\b/i,string:/("|'|`)(\\?.|\r|\n)*?\1/}),delete Prism.languages.go["class-name"]},function(t,e){Prism.languages.haskell={comment:{pattern:/(^|[^-!#$%*+=?&@|~.:<>^\\\/])(--[^-!#$%*+=?&@|~.:<>^\\\/].*|{-[\w\W]*?-})/m,lookbehind:!0},char:/'([^\\']|\\([abfnrtv\\"'&]|\^[A-Z@[\]\^_]|NUL|SOH|STX|ETX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|SO|SI|DLE|DC1|DC2|DC3|DC4|NAK|SYN|ETB|CAN|EM|SUB|ESC|FS|GS|RS|US|SP|DEL|\d+|o[0-7]+|x[0-9a-fA-F]+))'/,string:{pattern:/"([^\\"]|\\([abfnrtv\\"'&]|\^[A-Z@[\]\^_]|NUL|SOH|STX|ETX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|SO|SI|DLE|DC1|DC2|DC3|DC4|NAK|SYN|ETB|CAN|EM|SUB|ESC|FS|GS|RS|US|SP|DEL|\d+|o[0-7]+|x[0-9a-fA-F]+)|\\\s+\\)*"/,greedy:!0},keyword:/\b(case|class|data|deriving|do|else|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b/,import_statement:{pattern:/(\r?\n|\r|^)\s*import\s+(qualified\s+)?([A-Z][_a-zA-Z0-9']*)(\.[A-Z][_a-zA-Z0-9']*)*(\s+as\s+([A-Z][_a-zA-Z0-9']*)(\.[A-Z][_a-zA-Z0-9']*)*)?(\s+hiding\b)?/m,inside:{keyword:/\b(import|qualified|as|hiding)\b/}},builtin:/\b(abs|acos|acosh|all|and|any|appendFile|approxRational|asTypeOf|asin|asinh|atan|atan2|atanh|basicIORun|break|catch|ceiling|chr|compare|concat|concatMap|const|cos|cosh|curry|cycle|decodeFloat|denominator|digitToInt|div|divMod|drop|dropWhile|either|elem|encodeFloat|enumFrom|enumFromThen|enumFromThenTo|enumFromTo|error|even|exp|exponent|fail|filter|flip|floatDigits|floatRadix|floatRange|floor|fmap|foldl|foldl1|foldr|foldr1|fromDouble|fromEnum|fromInt|fromInteger|fromIntegral|fromRational|fst|gcd|getChar|getContents|getLine|group|head|id|inRange|index|init|intToDigit|interact|ioError|isAlpha|isAlphaNum|isAscii|isControl|isDenormalized|isDigit|isHexDigit|isIEEE|isInfinite|isLower|isNaN|isNegativeZero|isOctDigit|isPrint|isSpace|isUpper|iterate|last|lcm|length|lex|lexDigits|lexLitChar|lines|log|logBase|lookup|map|mapM|mapM_|max|maxBound|maximum|maybe|min|minBound|minimum|mod|negate|not|notElem|null|numerator|odd|or|ord|otherwise|pack|pi|pred|primExitWith|print|product|properFraction|putChar|putStr|putStrLn|quot|quotRem|range|rangeSize|read|readDec|readFile|readFloat|readHex|readIO|readInt|readList|readLitChar|readLn|readOct|readParen|readSigned|reads|readsPrec|realToFrac|recip|rem|repeat|replicate|return|reverse|round|scaleFloat|scanl|scanl1|scanr|scanr1|seq|sequence|sequence_|show|showChar|showInt|showList|showLitChar|showParen|showSigned|showString|shows|showsPrec|significand|signum|sin|sinh|snd|sort|span|splitAt|sqrt|subtract|succ|sum|tail|take|takeWhile|tan|tanh|threadToIOResult|toEnum|toInt|toInteger|toLower|toRational|toUpper|truncate|uncurry|undefined|unlines|until|unwords|unzip|unzip3|userError|words|writeFile|zip|zip3|zipWith|zipWith3)\b/,number:/\b(\d+(\.\d+)?(e[+-]?\d+)?|0o[0-7]+|0x[0-9a-f]+)\b/i,operator:/\s\.\s|[-!#$%*+=?&@|~.:<>^\\\/]*\.[-!#$%*+=?&@|~.:<>^\\\/]+|[-!#$%*+=?&@|~.:<>^\\\/]+\.[-!#$%*+=?&@|~.:<>^\\\/]*|[-!#$%*+=?&@|~:<>^\\\/]+|`([A-Z][_a-zA-Z0-9']*\.)*[_a-z][_a-zA-Z0-9']*`/,hvariable:/\b([A-Z][_a-zA-Z0-9']*\.)*[_a-z][_a-zA-Z0-9']*\b/,constant:/\b([A-Z][_a-zA-Z0-9']*\.)*[A-Z][_a-zA-Z0-9']*\b/,punctuation:/[{}[\];(),.:]/}},function(t,e){Prism.languages.java=Prism.languages.extend("clike",{keyword:/\b(abstract|continue|for|new|switch|assert|default|goto|package|synchronized|boolean|do|if|private|this|break|double|implements|protected|throw|byte|else|import|public|throws|case|enum|instanceof|return|transient|catch|extends|int|short|try|char|final|interface|static|void|class|finally|long|strictfp|volatile|const|float|native|super|while)\b/,number:/\b0b[01]+\b|\b0x[\da-f]*\.?[\da-fp\-]+\b|\b\d*\.?\d+(?:e[+-]?\d+)?[df]?\b/i,operator:{pattern:/(^|[^.])(?:\+[+=]?|-[-=]?|!=?|<>?>?=?|==?|&[&=]?|\|[|=]?|\*=?|\/=?|%=?|\^=?|[?:~])/m,lookbehind:!0}}),Prism.languages.insertBefore("java","function",{annotation:{alias:"punctuation",pattern:/(^|[^.])@\w+/,lookbehind:!0}})},function(t,e){Prism.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[\s\S]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+\.?[a-f\d]*(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|\.?\d*(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,function:/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/}},function(t,e){Prism.languages.matlab={string:/\B'(?:''|[^'\n])*'/,comment:[/%\{[\s\S]*?\}%/,/%.+/],number:/\b-?(?:\d*\.?\d+(?:[eE][+-]?\d+)?(?:[ij])?|[ij])\b/,keyword:/\b(?:break|case|catch|continue|else|elseif|end|for|function|if|inf|NaN|otherwise|parfor|pause|pi|return|switch|try|while)\b/,function:/(?!\d)\w+(?=\s*\()/,operator:/\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,punctuation:/\.{3}|[.,;\[\](){}!]/}},function(t,e){Prism.languages.objectivec=Prism.languages.extend("c",{keyword:/\b(asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|union|unsigned|void|volatile|while|in|self|super)\b|(@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,string:/("|')(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|@"(\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,operator:/-[->]?|\+\+?|!=?|<>?=?|==?|&&?|\|\|?|[~^%?*\/@]/})},function(t,e){Prism.languages.perl={comment:[{pattern:/(^\s*)=\w+[\s\S]*?=cut.*/m,lookbehind:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0}],string:[/\b(?:q|qq|qx|qw)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1/,/\b(?:q|qq|qx|qw)\s+([a-zA-Z0-9])(?:[^\\]|\\[\s\S])*?\1/,/\b(?:q|qq|qx|qw)\s*\((?:[^()\\]|\\[\s\S])*\)/,/\b(?:q|qq|qx|qw)\s*\{(?:[^{}\\]|\\[\s\S])*\}/,/\b(?:q|qq|qx|qw)\s*\[(?:[^[\]\\]|\\[\s\S])*\]/,/\b(?:q|qq|qx|qw)\s*<(?:[^<>\\]|\\[\s\S])*>/,/("|`)(?:[^\\]|\\[\s\S])*?\1/,/'(?:[^'\\\r\n]|\\.)*'/],regex:[/\b(?:m|qr)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1[msixpodualngc]*/,/\b(?:m|qr)\s+([a-zA-Z0-9])(?:[^\\]|\\.)*?\1[msixpodualngc]*/,/\b(?:m|qr)\s*\((?:[^()\\]|\\[\s\S])*\)[msixpodualngc]*/,/\b(?:m|qr)\s*\{(?:[^{}\\]|\\[\s\S])*\}[msixpodualngc]*/,/\b(?:m|qr)\s*\[(?:[^[\]\\]|\\[\s\S])*\][msixpodualngc]*/,/\b(?:m|qr)\s*<(?:[^<>\\]|\\[\s\S])*>[msixpodualngc]*/,{pattern:/(^|[^-]\b)(?:s|tr|y)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\2(?:[^\\]|\\[\s\S])*?\2[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s+([a-zA-Z0-9])(?:[^\\]|\\[\s\S])*?\2(?:[^\\]|\\[\s\S])*?\2[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\((?:[^()\\]|\\[\s\S])*\)\s*\((?:[^()\\]|\\[\s\S])*\)[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\{(?:[^{}\\]|\\[\s\S])*\}\s*\{(?:[^{}\\]|\\[\s\S])*\}[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\[(?:[^[\]\\]|\\[\s\S])*\]\s*\[(?:[^[\]\\]|\\[\s\S])*\][msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*<(?:[^<>\\]|\\[\s\S])*>\s*<(?:[^<>\\]|\\[\s\S])*>[msixpodualngcer]*/,lookbehind:!0},/\/(?:[^\/\\\r\n]|\\.)*\/[msixpodualngc]*(?=\s*(?:$|[\r\n,.;})&|\-+*~<>!?^]|(lt|gt|le|ge|eq|ne|cmp|not|and|or|xor|x)\b))/],variable:[/[&*$@%]\{\^[A-Z]+\}/,/[&*$@%]\^[A-Z_]/,/[&*$@%]#?(?=\{)/,/[&*$@%]#?((::)*'?(?!\d)[\w$]+)+(::)*/i,/[&*$@%]\d+/,/(?!%=)[$@%][!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~]/],filehandle:{pattern:/<(?![<=])\S*>|\b_\b/,alias:"symbol"},vstring:{pattern:/v\d+(\.\d+)*|\d+(\.\d+){2,}/,alias:"string"},function:{pattern:/sub [a-z0-9_]+/i,inside:{keyword:/sub/}},keyword:/\b(any|break|continue|default|delete|die|do|else|elsif|eval|for|foreach|given|goto|if|last|local|my|next|our|package|print|redo|require|say|state|sub|switch|undef|unless|until|use|when|while)\b/,number:/\b-?(0x[\dA-Fa-f](_?[\dA-Fa-f])*|0b[01](_?[01])*|(\d(_?\d)*)?\.?\d(_?\d)*([Ee][+-]?\d+)?)\b/,operator:/-[rwxoRWXOezsfdlpSbctugkTBMAC]\b|\+[+=]?|-[-=>]?|\*\*?=?|\/\/?=?|=[=~>]?|~[~=]?|\|\|?=?|&&?=?|<(?:=>?|<=?)?|>>?=?|![~=]?|[%^]=?|\.(?:=|\.\.?)?|[\\?]|\bx(?:=|\b)|\b(lt|gt|le|ge|eq|ne|cmp|not|and|or|xor)\b/,punctuation:/[{}[\];(),:]/}},function(t,e){Prism.languages.php=Prism.languages.extend("clike",{keyword:/\b(and|or|xor|array|as|break|case|cfunction|class|const|continue|declare|default|die|do|else|elseif|enddeclare|endfor|endforeach|endif|endswitch|endwhile|extends|for|foreach|function|include|include_once|global|if|new|return|static|switch|use|require|require_once|var|while|abstract|interface|public|implements|private|protected|parent|throw|null|echo|print|trait|namespace|final|yield|goto|instanceof|finally|try|catch)\b/i,constant:/\b[A-Z0-9_]{2,}\b/,comment:{pattern:/(^|[^\\])(?:\/\*[\w\W]*?\*\/|\/\/.*)/,lookbehind:!0}}),Prism.languages.insertBefore("php","class-name",{"shell-comment":{pattern:/(^|[^\\])#.*/,lookbehind:!0,alias:"comment"}}),Prism.languages.insertBefore("php","keyword",{delimiter:/\?>|<\?(?:php)?/i,variable:/\$\w+\b/i,package:{pattern:/(\\|namespace\s+|use\s+)[\w\\]+/,lookbehind:!0,inside:{punctuation:/\\/}}}),Prism.languages.insertBefore("php","operator",{property:{pattern:/(->)[\w]+/,lookbehind:!0}}),Prism.languages.markup&&(Prism.hooks.add("before-highlight",function(t){"php"===t.language&&(t.tokenStack=[],t.backupCode=t.code,t.code=t.code.replace(/(?:<\?php|<\?)[\w\W]*?(?:\?>)/gi,function(e){return t.tokenStack.push(e),"{{{PHP"+t.tokenStack.length+"}}}"}))}),Prism.hooks.add("before-insert",function(t){"php"===t.language&&(t.code=t.backupCode,delete t.backupCode)}),Prism.hooks.add("after-highlight",function(t){if("php"===t.language){for(var e,n=0;e=t.tokenStack[n];n++)t.highlightedCode=t.highlightedCode.replace("{{{PHP"+(n+1)+"}}}",Prism.highlight(e,t.grammar,"php").replace(/\$/g,"$$$$"));t.element.innerHTML=t.highlightedCode}}),Prism.hooks.add("wrap",function(t){"php"===t.language&&"markup"===t.type&&(t.content=t.content.replace(/(\{\{\{PHP[0-9]+\}\}\})/g,'$1'))}),Prism.languages.insertBefore("php","comment",{markup:{pattern:/<[^?]\/?(.*?)>/,inside:Prism.languages.markup},php:/\{\{\{PHP[0-9]+\}\}\}/}))},function(t,e){Prism.languages.python={"triple-quoted-string":{pattern:/"""[\s\S]+?"""|'''[\s\S]+?'''/,alias:"string"},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},string:{pattern:/("|')(?:\\\\|\\?[^\\\r\n])*?\1/,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_][a-zA-Z0-9_]*(?=\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)[a-z0-9_]+/i,lookbehind:!0},keyword:/\b(?:as|assert|async|await|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|pass|print|raise|return|try|while|with|yield)\b/,boolean:/\b(?:True|False)\b/,number:/\b-?(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*\.?\d*|\.\d+)(?:e[+-]?\d+)?j?\b/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]|\b(?:or|and|not)\b/,punctuation:/[{}[\];(),.:]/ -}},function(t,e){Prism.languages.r={comment:/#.*/,string:/(['"])(?:\\?.)*?\1/,"percent-operator":{pattern:/%[^%\s]*%/,alias:"operator"},boolean:/\b(?:TRUE|FALSE)\b/,ellipsis:/\.\.(?:\.|\d+)/,number:[/\b(?:NaN|Inf)\b/,/\b(?:0x[\dA-Fa-f]+(?:\.\d*)?|\d*\.?\d+)(?:[EePp][+-]?\d+)?[iL]?\b/],keyword:/\b(?:if|else|repeat|while|function|for|in|next|break|NULL|NA|NA_integer_|NA_real_|NA_complex_|NA_character_)\b/,operator:/->?>?|<(?:=|=!]=?|::?|&&?|\|\|?|[+*\/^$@~]/,punctuation:/[(){}\[\],;]/}},function(t,e){!function(t){t.languages.ruby=t.languages.extend("clike",{comment:/#(?!\{[^\r\n]*?\}).*/,keyword:/\b(alias|and|BEGIN|begin|break|case|class|def|define_method|defined|do|each|else|elsif|END|end|ensure|false|for|if|in|module|new|next|nil|not|or|raise|redo|require|rescue|retry|return|self|super|then|throw|true|undef|unless|until|when|while|yield)\b/});var e={pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"tag"},rest:t.util.clone(t.languages.ruby)}};t.languages.insertBefore("ruby","keyword",{regex:[{pattern:/%r([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\((?:[^()\\]|\\[\s\S])*\)[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\[(?:[^\[\]\\]|\\[\s\S])*\][gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r<(?:[^<>\\]|\\[\s\S])*>[gim]{0,3}/,inside:{interpolation:e}},{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\r\n])+\/[gim]{0,3}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0}],variable:/[@$]+[a-zA-Z_][a-zA-Z_0-9]*(?:[?!]|\b)/,symbol:/:[a-zA-Z_][a-zA-Z_0-9]*(?:[?!]|\b)/}),t.languages.insertBefore("ruby","number",{builtin:/\b(Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Stat|File|Fixnum|Fload|Hash|Integer|IO|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|String|Struct|TMS|Symbol|ThreadGroup|Thread|Time|TrueClass)\b/,constant:/\b[A-Z][a-zA-Z_0-9]*(?:[?!]|\b)/}),t.languages.ruby.string=[{pattern:/%[qQiIwWxs]?([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\((?:[^()\\]|\\[\s\S])*\)/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\[(?:[^\[\]\\]|\\[\s\S])*\]/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?<(?:[^<>\\]|\\[\s\S])*>/,inside:{interpolation:e}},{pattern:/("|')(#\{[^}]+\}|\\(?:\r?\n|\r)|\\?.)*?\1/,inside:{interpolation:e}}]}(Prism)},function(t,e){Prism.languages.scala=Prism.languages.extend("java",{keyword:/<-|=>|\b(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|null|object|override|package|private|protected|return|sealed|self|super|this|throw|trait|try|type|val|var|while|with|yield)\b/,string:[{pattern:/"""[\W\w]*?"""/,greedy:!0},{pattern:/("|')(?:\\\\|\\?[^\\\r\n])*?\1/,greedy:!0}],builtin:/\b(?:String|Int|Long|Short|Byte|Boolean|Double|Float|Char|Any|AnyRef|AnyVal|Unit|Nothing)\b/,number:/\b(?:0x[\da-f]*\.?[\da-f]+|\d*\.?\d+e?\d*[dfl]?)\b/i,symbol:/'[^\d\s\\]\w*/}),delete Prism.languages.scala["class-name"],delete Prism.languages.scala.function},function(t,e){Prism.languages.swift=Prism.languages.extend("clike",{string:{pattern:/("|')(\\(?:\((?:[^()]|\([^)]+\))+\)|\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/\\\((?:[^()]|\([^)]+\))+\)/,inside:{delimiter:{pattern:/^\\\(|\)$/,alias:"variable"}}}}},keyword:/\b(as|associativity|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic(?:Type)?|else|enum|extension|fallthrough|final|for|func|get|guard|if|import|in|infix|init|inout|internal|is|lazy|left|let|mutating|new|none|nonmutating|operator|optional|override|postfix|precedence|prefix|private|Protocol|public|repeat|required|rethrows|return|right|safe|self|Self|set|static|struct|subscript|super|switch|throws?|try|Type|typealias|unowned|unsafe|var|weak|where|while|willSet|__(?:COLUMN__|FILE__|FUNCTION__|LINE__))\b/,number:/\b([\d_]+(\.[\de_]+)?|0x[a-f0-9_]+(\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,constant:/\b(nil|[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,atrule:/@\b(IB(?:Outlet|Designable|Action|Inspectable)|class_protocol|exported|noreturn|NS(?:Copying|Managed)|objc|UIApplicationMain|auto_closure)\b/,builtin:/\b([A-Z]\S+|abs|advance|alignof(?:Value)?|assert|contains|count(?:Elements)?|debugPrint(?:ln)?|distance|drop(?:First|Last)|dump|enumerate|equal|filter|find|first|getVaList|indices|isEmpty|join|last|lexicographicalCompare|map|max(?:Element)?|min(?:Element)?|numericCast|overlaps|partition|print(?:ln)?|reduce|reflect|reverse|sizeof(?:Value)?|sort(?:ed)?|split|startsWith|stride(?:of(?:Value)?)?|suffix|swap|toDebugString|toString|transcode|underestimateCount|unsafeBitCast|with(?:ExtendedLifetime|Unsafe(?:MutablePointers?|Pointers?)|VaList))\b/}),Prism.languages.swift.string.inside.interpolation.inside.rest=Prism.util.clone(Prism.languages.swift)},function(t,e,n){(function(e){var n="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},r=function(){var t=/\blang(?:uage)?-(\w+)\b/i,e=0,r=n.Prism={util:{encode:function(t){return t instanceof i?new i(t.type,r.util.encode(t.content),t.alias):"Array"===r.util.type(t)?t.map(r.util.encode):t.replace(/&/g,"&").replace(/t.length)break t;if(!(m instanceof i)){l.lastIndex=0;var y=l.exec(m),v=1;if(!y&&f&&g!=o.length-1){var b=o[g+1].matchedStr||o[g+1],w=m+b;if(g=m.length)continue;var C=y.index+y[0].length,E=m.length+b.length;if(v=3,C<=E){if(o[g+1].greedy)continue;v=2,w=w.slice(0,E)}m=w}if(y){p&&(_=y[1].length);var x=y.index+_,y=y[0].slice(_),C=x+y.length,I=m.slice(0,x),S=m.slice(C),T=[g,v];I&&T.push(I);var k=new i(a,h?r.tokenize(y,h):y,d,y,f);T.push(k),S&&T.push(S),Array.prototype.splice.apply(o,T)}}}}}return o},hooks:{all:{},add:function(t,e){var n=r.hooks.all;n[t]=n[t]||[],n[t].push(e)},run:function(t,e){var n=r.hooks.all[t];if(n&&n.length)for(var i,o=0;i=n[o++];)i(e)}}},i=r.Token=function(t,e,n,r,i){this.type=t,this.content=e,this.alias=n,this.matchedStr=r||null,this.greedy=!!i};if(i.stringify=function(t,e,n){if("string"==typeof t)return t;if("Array"===r.util.type(t))return t.map(function(n){return i.stringify(n,e,t)}).join("");var o={type:t.type,content:i.stringify(t.content,e,n),tag:"span",classes:["token",t.type],attributes:{},language:e,parent:n};if("comment"==o.type&&(o.attributes.spellcheck="true"),t.alias){var s="Array"===r.util.type(t.alias)?t.alias:[t.alias];Array.prototype.push.apply(o.classes,s)}r.hooks.run("wrap",o);var a="";for(var c in o.attributes)a+=(a?" ":"")+c+'="'+(o.attributes[c]||"")+'"';return"<"+o.tag+' class="'+o.classes.join(" ")+'" '+a+">"+o.content+""},!n.document)return n.addEventListener?(n.addEventListener("message",function(t){var e=JSON.parse(t.data),i=e.language,o=e.code,s=e.immediateClose;n.postMessage(r.highlight(o,r.languages[i],i)),s&&n.close()},!1),n.Prism):n.Prism;var o=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return o&&(r.filename=o.src,document.addEventListener&&!o.hasAttribute("data-manual")&&("loading"!==document.readyState?requestAnimationFrame(r.highlightAll,0):document.addEventListener("DOMContentLoaded",r.highlightAll))),n.Prism}();"undefined"!=typeof t&&t.exports&&(t.exports=r),"undefined"!=typeof e&&(e.Prism=r),r.languages.markup={comment://,prolog:/<\?[\w\W]+?\?>/,doctype://,cdata://i,tag:{pattern:/<\/?(?!\d)[^\s>\/=.$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\w\W])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},r.hooks.add("wrap",function(t){"entity"===t.type&&(t.attributes.title=t.content.replace(/&/,"&"))}),r.languages.xml=r.languages.markup,r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:/("|')(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1/,property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},r.languages.css.atrule.inside.rest=r.util.clone(r.languages.css),r.languages.markup&&(r.languages.insertBefore("markup","tag",{style:{pattern:/()[\w\W]*?(?=<\/style>)/i,lookbehind:!0,inside:r.languages.css,alias:"language-css"}}),r.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|').*?\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:r.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:r.languages.css}},alias:"language-css"}},r.languages.markup.tag)),r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:{pattern:/(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(true|false)\b/,function:/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},r.languages.javascript=r.languages.extend("clike",{keyword:/\b(as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b-?(0x[\dA-Fa-f]+|0b[01]+|0o[0-7]+|\d*\.?\d+([Ee][+-]?\d+)?|NaN|Infinity)\b/,function:/[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*(?=\()/i}),r.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\\\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0,greedy:!0}}),r.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\\\|\\?[^\\])*?`/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^}]+\}/,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}}}),r.languages.markup&&r.languages.insertBefore("markup","tag",{script:{pattern:/()[\w\W]*?(?=<\/script>)/i,lookbehind:!0,inside:r.languages.javascript,alias:"language-javascript"}}),r.languages.js=r.languages.javascript,function(){"undefined"!=typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(){var t={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"};Array.prototype.forEach&&Array.prototype.slice.call(document.querySelectorAll("pre[data-src]")).forEach(function(e){for(var n,i=e.getAttribute("data-src"),o=e,s=/\blang(?:uage)?-(?!\*)(\w+)\b/i;o&&!s.test(o.className);)o=o.parentNode;if(o&&(n=(e.className.match(s)||[,""])[1]),!n){var a=(i.match(/\.(\w+)$/)||[,""])[1];n=t[a]||a}var c=document.createElement("code");c.className="language-"+n,e.textContent="",c.textContent="Loading…",e.appendChild(c);var u=new XMLHttpRequest;u.open("GET",i,!0),u.onreadystatechange=function(){4==u.readyState&&(u.status<400&&u.responseText?(c.textContent=u.responseText,r.highlightElement(c)):u.status>=400?c.textContent="✖ Error "+u.status+" while fetching file: "+u.statusText:c.textContent="✖ Error: File does not exist or is empty")},u.send(null)})},document.addEventListener("DOMContentLoaded",self.Prism.fileHighlight))}()}).call(e,n(27))},function(t,e,n){(function(t,r){var i;!function(o){function s(t){throw new RangeError(R[t])}function a(t,e){for(var n=t.length,r=[];n--;)r[n]=e(t[n]);return r}function c(t,e){var n=t.split("@"),r="";n.length>1&&(r=n[0]+"@",t=n[1]),t=t.replace(P,".");var i=t.split("."),o=a(i,e).join(".");return r+o}function u(t){for(var e,n,r=[],i=0,o=t.length;i=55296&&e<=56319&&i65535&&(t-=65536,e+=j(t>>>10&1023|55296),t=56320|1023&t),e+=j(t)}).join("")}function h(t){return t-48<10?t-22:t-65<26?t-65:t-97<26?t-97:w}function p(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function f(t,e,n){var r=0;for(t=n?M(t/I):t>>1,t+=M(t/e);t>N*C>>1;r+=w)t=M(t/N);return M(r+(N+1)*t/(t+E))}function _(t){var e,n,r,i,o,a,c,u,p,_,d=[],g=t.length,m=0,y=T,v=S;for(n=t.lastIndexOf(k),n<0&&(n=0),r=0;r=128&&s("not-basic"),d.push(t.charCodeAt(r));for(i=n>0?n+1:0;i=g&&s("invalid-input"),u=h(t.charCodeAt(i++)),(u>=w||u>M((b-m)/a))&&s("overflow"),m+=u*a,p=c<=v?x:c>=v+C?C:c-v,!(uM(b/_)&&s("overflow"),a*=_;e=d.length+1,v=f(m-o,e,0==o),M(m/e)>b-y&&s("overflow"),y+=M(m/e),m%=e,d.splice(m++,0,y)}return l(d)}function d(t){var e,n,r,i,o,a,c,l,h,_,d,g,m,y,v,E=[];for(t=u(t),g=t.length,e=T,n=0,o=S,a=0;a=e&&dM((b-n)/m)&&s("overflow"),n+=(c-e)*m,e=c,a=0;ab&&s("overflow"),d==e){for(l=n,h=w;_=h<=o?x:h>=o+C?C:h-o,!(l<_);h+=w)v=l-_,y=w-_,E.push(j(p(_+v%y,0))),l=M(v/y);E.push(j(p(l,0))),o=f(n,m,r==i),n=0,++r}++n,++e}return E.join("")}function g(t){return c(t,function(t){return O.test(t)?_(t.slice(4).toLowerCase()):t})}function m(t){return c(t,function(t){return A.test(t)?"xn--"+d(t):t})}var y=("object"==typeof e&&e&&!e.nodeType&&e,"object"==typeof t&&t&&!t.nodeType&&t,"object"==typeof r&&r);y.global!==y&&y.window!==y&&y.self!==y||(o=y);var v,b=2147483647,w=36,x=1,C=26,E=38,I=700,S=72,T=128,k="-",O=/^xn--/,A=/[^\x20-\x7E]/,P=/[\x2E\u3002\uFF0E\uFF61]/g,R={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},N=w-x,M=Math.floor,j=String.fromCharCode;v={version:"1.4.1",ucs2:{decode:u,encode:l},decode:_,encode:d,toASCII:m,toUnicode:g},i=function(){return v}.call(e,n,e,t),!(void 0!==i&&(t.exports=i))}(this)}).call(e,n(399)(t),n(27))},function(t,e){"use strict";function n(t,e){return Object.prototype.hasOwnProperty.call(t,e)}t.exports=function(t,e,i,o){e=e||"&",i=i||"=";var s={};if("string"!=typeof t||0===t.length)return s;var a=/\+/g;t=t.split(e);var c=1e3;o&&"number"==typeof o.maxKeys&&(c=o.maxKeys);var u=t.length;c>0&&u>c&&(u=c);for(var l=0;l=0?(h=d.substr(0,g),p=d.substr(g+1)):(h=d,p=""),f=decodeURIComponent(h),_=decodeURIComponent(p),n(s,f)?r(s[f])?s[f].push(_):s[f]=[s[f],_]:s[f]=_}return s};var r=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},function(t,e){"use strict";function n(t,e){if(t.map)return t.map(e);for(var n=[],r=0;r`\x00-\x20]+/,o=/'[^']*'/,s=/"[^"]*"/,a=n(/(?:unquoted|single_quoted|double_quoted)/)("unquoted",i)("single_quoted",o)("double_quoted",s)(),c=n(/(?:\s+attr_name(?:\s*=\s*attr_value)?)/)("attr_name",r)("attr_value",a)(),u=n(/<[A-Za-z][A-Za-z0-9]*attribute*\s*\/?>/)("attribute",c)(),l=/<\/[A-Za-z][A-Za-z0-9]*\s*>/,h=//,p=/<[?].*?[?]>/,f=/]*>/,_=/])*\]\]>/,d=n(/^(?:open_tag|close_tag|comment|processing|declaration|cdata)/)("open_tag",u)("close_tag",l)("comment",h)("processing",p)("declaration",f)("cdata",_)();t.exports.HTML_TAG_RE=d},function(t,e){"use strict";t.exports=["coap","doi","javascript","aaa","aaas","about","acap","cap","cid","crid","data","dav","dict","dns","file","ftp","geo","go","gopher","h323","http","https","iax","icap","im","imap","info","ipp","iris","iris.beep","iris.xpc","iris.xpcs","iris.lwz","ldap","mailto","mid","msrp","msrps","mtqp","mupdate","news","nfs","ni","nih","nntp","opaquelocktoken","pop","pres","rtsp","service","session","shttp","sieve","sip","sips","sms","snmp","soap.beep","soap.beeps","tag","tel","telnet","tftp","thismessage","tn3270","tip","tv","urn","vemmi","ws","wss","xcon","xcon-userid","xmlrpc.beep","xmlrpc.beeps","xmpp","z39.50r","z39.50s","adiumxtra","afp","afs","aim","apt","attachment","aw","beshare","bitcoin","bolo","callto","chrome","chrome-extension","com-eventbrite-attendee","content","cvs","dlna-playsingle","dlna-playcontainer","dtn","dvb","ed2k","facetime","feed","finger","fish","gg","git","gizmoproject","gtalk","hcp","icon","ipn","irc","irc6","ircs","itms","jar","jms","keyparc","lastfm","ldaps","magnet","maps","market","message","mms","ms-help","msnim","mumble","mvn","notes","oid","palm","paparazzi","platform","proxy","psyc","query","res","resource","rmi","rsync","rtmp","secondlife","sftp","sgn","skype","smb","soldat","spotify","ssh","steam","svn","teamspeak","things","udp","unreal","ut2004","ventrilo","view-source","webcal","wtai","wyciwyg","xfire","xri","ymsgr"]},function(t,e){"use strict";t.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","abbr2"]},block:{rules:["blockquote","code","fences","heading","hr","htmlblock","lheading","list","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","htmltag","links","newline","text"]}}}},function(t,e){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","replacements","linkify","smartquotes","references","abbr2","footnote_tail"]},block:{rules:["blockquote","code","fences","heading","hr","htmlblock","lheading","list","paragraph","table"]},inline:{rules:["autolink","backticks","del","emphasis","entity","escape","footnote_ref","htmltag","links","newline","text"]}}}},function(t,e){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{},block:{},inline:{}}}},function(t,e,n){"use strict";function r(t,e,n){this.src=e,this.env=n,this.options=t.options,this.tokens=[],this.inlineMode=!1,this.inline=t.inline,this.block=t.block,this.renderer=t.renderer,this.typographer=t.typographer}function i(t,e){"string"!=typeof t&&(e=t,t="default"),this.inline=new u,this.block=new c,this.core=new a,this.renderer=new s,this.ruler=new l,this.options={},this.configure(h[t]),this.set(e||{})}var o=n(44).assign,s=n(741),a=n(739),c=n(738),u=n(740),l=n(181),h={default:n(735),full:n(736),commonmark:n(734)};i.prototype.set=function(t){o(this.options,t)},i.prototype.configure=function(t){var e=this;if(!t)throw new Error("Wrong `remarkable` preset, check name/content");t.options&&e.set(t.options),t.components&&Object.keys(t.components).forEach(function(n){t.components[n].rules&&e[n].ruler.enable(t.components[n].rules,!0)})},i.prototype.use=function(t,e){return t(this,e),this},i.prototype.parse=function(t,e){var n=new r(this,t,e);return this.core.process(n),n.tokens},i.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)},i.prototype.parseInline=function(t,e){var n=new r(this,t,e);return n.inlineMode=!0,this.core.process(n),n.tokens},i.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)},t.exports=i,t.exports.utils=n(44)},function(t,e,n){"use strict";function r(){this.ruler=new i;for(var t=0;t=n))&&!(t.tShift[a]=0&&(t=t.replace(a,function(e,n){var r;return 10===t.charCodeAt(n)?(s=n+1,l=0,e):(r=" ".slice((n-s-l)%4),l=n-s+1,r)})),i=new o(t,this,e,n,r),void this.tokenize(i,i.line,i.lineMax)):[]},t.exports=r},function(t,e,n){"use strict";function r(){this.options={},this.ruler=new i;for(var t=0;t0)return void(t.pos=n);for(e=0;e=o)break}else t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()},r.prototype.parse=function(t,e,n,r){var i=new s(t,this,e,n,r);this.tokenize(i)},t.exports=r},function(t,e,n){"use strict";function r(){this.rules=i.assign({},o),this.getBreak=o.getBreak}var i=n(44),o=n(742);t.exports=r,r.prototype.renderInline=function(t,e,n){for(var r=this.rules,i=t.length,o=0,s="";i--;)s+=r[t[o].type](t,o++,e,n,this);return s},r.prototype.render=function(t,e,n){for(var r=this.rules,i=t.length,o=-1,s="";++o=t.length-2?e:"paragraph_open"===t[e].type&&t[e].tight&&"inline"===t[e+1].type&&0===t[e+1].content.length&&"paragraph_close"===t[e+2].type&&t[e+2].tight?r(t,e+2):e}var i=n(44).has,o=n(44).unescapeMd,s=n(44).replaceEntities,a=n(44).escapeHtml,c={};c.blockquote_open=function(){return"
    \n"},c.blockquote_close=function(t,e){return"
    "+u(t,e)},c.code=function(t,e){return t[e].block?"
    "+a(t[e].content)+"
    "+u(t,e):""+a(t[e].content)+""},c.fence=function(t,e,n,r,c){var l,h,p=t[e],f="",_=n.langPrefix,d="";if(p.params){if(l=p.params.split(/\s+/g)[0],i(c.rules.fence_custom,l))return c.rules.fence_custom[l](t,e,n,r,c);d=a(s(o(l))),f=' class="'+_+d+'"'}return h=n.highlight?n.highlight(p.content,d)||a(p.content):a(p.content),"
    "+h+"
    "+u(t,e)},c.fence_custom={},c.heading_open=function(t,e){return""},c.heading_close=function(t,e){return"\n"},c.hr=function(t,e,n){return(n.xhtmlOut?"
    ":"
    ")+u(t,e)},c.bullet_list_open=function(){return"
      \n"},c.bullet_list_close=function(t,e){return"
    "+u(t,e)},c.list_item_open=function(){return"
  • "},c.list_item_close=function(){return"
  • \n"},c.ordered_list_open=function(t,e){var n=t[e],r=n.order>1?' start="'+n.order+'"':"";return"\n"},c.ordered_list_close=function(t,e){return""+u(t,e)},c.paragraph_open=function(t,e){return t[e].tight?"":"

    "},c.paragraph_close=function(t,e){var n=!(t[e].tight&&e&&"inline"===t[e-1].type&&!t[e-1].content);return(t[e].tight?"":"

    ")+(n?u(t,e):"")},c.link_open=function(t,e,n){var r=t[e].title?' title="'+a(s(t[e].title))+'"':"",i=n.linkTarget?' target="'+n.linkTarget+'"':"";return'"},c.link_close=function(){return""},c.image=function(t,e,n){var r=' src="'+a(t[e].src)+'"',i=t[e].title?' title="'+a(s(t[e].title))+'"':"",o=' alt="'+(t[e].alt?a(s(t[e].alt)):"")+'"',c=n.xhtmlOut?" /":"";return""},c.table_open=function(){return"\n"},c.table_close=function(){return"
    \n"},c.thead_open=function(){return"\n"},c.thead_close=function(){return"\n"},c.tbody_open=function(){return"\n"},c.tbody_close=function(){return"\n"},c.tr_open=function(){return""},c.tr_close=function(){return"\n"},c.th_open=function(t,e){var n=t[e];return""},c.th_close=function(){return""},c.td_open=function(t,e){var n=t[e];return""},c.td_close=function(){return""},c.strong_open=function(){return""},c.strong_close=function(){return""},c.em_open=function(){return""},c.em_close=function(){return""},c.del_open=function(){return""},c.del_close=function(){return""},c.ins_open=function(){return""},c.ins_close=function(){return""},c.mark_open=function(){return""},c.mark_close=function(){return""},c.sub=function(t,e){return""+a(t[e].content)+""},c.sup=function(t,e){return""+a(t[e].content)+""},c.hardbreak=function(t,e,n){return n.xhtmlOut?"
    \n":"
    \n"},c.softbreak=function(t,e,n){return n.breaks?n.xhtmlOut?"
    \n":"
    \n":"\n"},c.text=function(t,e){return a(t[e].content)},c.htmlblock=function(t,e){return t[e].content},c.htmltag=function(t,e){return t[e].content},c.abbr_open=function(t,e){return''},c.abbr_close=function(){return""; -},c.footnote_ref=function(t,e){var n=Number(t[e].id+1).toString(),r="fnref"+n;return t[e].subId>0&&(r+=":"+t[e].subId),'['+n+"]"},c.footnote_block_open=function(t,e,n){var r=n.xhtmlOut?'
    \n':'
    \n';return r+'
    \n
      \n'},c.footnote_block_close=function(){return"
    \n
    \n"},c.footnote_open=function(t,e){var n=Number(t[e].id+1).toString();return'
  • '},c.footnote_close=function(){return"
  • \n"},c.footnote_anchor=function(t,e){var n=Number(t[e].id+1).toString(),r="fnref"+n;return t[e].subId>0&&(r+=":"+t[e].subId),' '},c.dl_open=function(){return"
    \n"},c.dt_open=function(){return"
    "},c.dd_open=function(){return"
    "},c.dl_close=function(){return"
    \n"},c.dt_close=function(){return"\n"},c.dd_close=function(){return"\n"};var u=c.getBreak=function(t,e){return e=r(t,e),eg)return!1;if(62!==t.src.charCodeAt(d++))return!1;if(t.level>=t.options.maxNesting)return!1;if(r)return!0;for(32===t.src.charCodeAt(d)&&d++,c=t.blkIndent,t.blkIndent=0,a=[t.bMarks[e]],t.bMarks[e]=d,d=d=g,s=[t.tShift[e]],t.tShift[e]=d-t.bMarks[e],h=t.parser.ruler.getRules("blockquote"),i=e+1;i=g));i++)if(62!==t.src.charCodeAt(d++)){if(o)break;for(_=!1,p=0,f=h.length;p=g,s.push(t.tShift[i]),t.tShift[i]=d-t.bMarks[i];for(u=t.parentType,t.parentType="blockquote",t.tokens.push({type:"blockquote_open",lines:l=[e,0],level:t.level++}),t.parser.tokenize(t,e,i),t.tokens.push({type:"blockquote_close",level:--t.level}),t.parentType=u,l[1]=t.line,p=0;p=4))break;r++,i=r}return t.line=r,t.tokens.push({type:"code",content:t.getLines(e,i,4+t.blkIndent,!0),block:!0,lines:[e,t.line],level:t.level}),!0}},function(t,e){"use strict";function n(t,e){var n,r,i=t.bMarks[e]+t.tShift[e],o=t.eMarks[e];return i>=o?-1:(r=t.src.charCodeAt(i++),126!==r&&58!==r?-1:(n=t.skipSpaces(i),i===n?-1:n>=o?-1:n))}function r(t,e){var n,r,i=t.level+2;for(n=e+2,r=t.tokens.length-2;n=0;if(p=e+1,t.isEmpty(p)&&++p>i)return!1;if(t.tShift[p]=t.options.maxNesting)return!1;h=t.tokens.length,t.tokens.push({type:"dl_open",lines:l=[e,0],level:t.level++}),c=e,a=p;t:for(;;){for(v=!0,y=!1,t.tokens.push({type:"dt_open",lines:[c,c],level:t.level++}),t.tokens.push({type:"inline",content:t.getLines(c,c+1,t.blkIndent,!1).trim(),level:t.level+1,lines:[c,c],children:[]}),t.tokens.push({type:"dt_close",level:--t.level});;){if(t.tokens.push({type:"dd_open",lines:u=[p,0],level:t.level++}),m=t.tight,_=t.ddIndent,f=t.blkIndent,g=t.tShift[a],d=t.parentType,t.blkIndent=t.ddIndent=t.tShift[a]+2,t.tShift[a]=s-t.bMarks[a],t.tight=!0,t.parentType="deflist",t.parser.tokenize(t,a,i,!0),t.tight&&!y||(v=!1),y=t.line-a>1&&t.isEmpty(t.line-1),t.tShift[a]=g,t.tight=m,t.parentType=d,t.blkIndent=f,t.ddIndent=_,t.tokens.push({type:"dd_close",level:--t.level}),u[1]=p=t.line,p>=i)break t;if(t.tShift[p]=i)break;if(c=p,t.isEmpty(c))break;if(t.tShift[c]=i)break;if(t.isEmpty(a)&&a++,a>=i)break;if(t.tShift[a]h)return!1;if(i=t.src.charCodeAt(l),126!==i&&96!==i)return!1;if(c=l,l=t.skipChars(l,i),o=l-c,o<3)return!1;if(s=t.src.slice(l,h).trim(),s.indexOf("`")>=0)return!1;if(r)return!0;for(a=e;(a++,!(a>=n))&&(l=c=t.bMarks[a]+t.tShift[a],h=t.eMarks[a],!(l=4||(l=t.skipChars(l,i),l-cl)return!1;if(91!==t.src.charCodeAt(u))return!1;if(94!==t.src.charCodeAt(u+1))return!1;if(t.level>=t.options.maxNesting)return!1;for(a=u+2;a=l||58!==t.src.charCodeAt(++a))&&(!!r||(a++,t.env.footnotes||(t.env.footnotes={}),t.env.footnotes.refs||(t.env.footnotes.refs={}),c=t.src.slice(u+2,a-2),t.env.footnotes.refs[":"+c]=-1,t.tokens.push({type:"footnote_reference_open",label:c,level:t.level++}),i=t.bMarks[e],o=t.tShift[e],s=t.parentType,t.tShift[e]=t.skipSpaces(a)-a,t.bMarks[e]=a,t.blkIndent+=4,t.parentType="footnote",t.tShift[e]=c)return!1;if(i=t.src.charCodeAt(a),35!==i||a>=c)return!1;for(o=1,i=t.src.charCodeAt(++a);35===i&&a6||aa&&32===t.src.charCodeAt(s-1)&&(c=s),t.line=e+1,t.tokens.push({type:"heading_open",hLevel:o,lines:[e,t.line],level:t.level}),ac)return!1;if(i=t.src.charCodeAt(a++),42!==i&&45!==i&&95!==i)return!1;for(o=1;a=97&&e<=122}var i=n(731),o=/^<([a-zA-Z]{1,15})[\s\/>]/,s=/^<\/([a-zA-Z]{1,15})[\s>]/;t.exports=function(t,e,n,a){var c,u,l,h=t.bMarks[e],p=t.eMarks[e],f=t.tShift[e];if(h+=f,!t.options.html)return!1;if(f>3||h+2>=p)return!1;if(60!==t.src.charCodeAt(h))return!1;if(c=t.src.charCodeAt(h+1),33===c||63===c){if(a)return!0}else{if(47!==c&&!r(c))return!1;if(47===c){if(u=t.src.slice(h,p).match(s),!u)return!1}else if(u=t.src.slice(h,p).match(o),!u)return!1;if(i[u[1].toLowerCase()]!==!0)return!1;if(a)return!0}for(l=e+1;l=n)&&(!(t.tShift[s]3)&&(i=t.bMarks[s]+t.tShift[s],o=t.eMarks[s],!(i>=o)&&(r=t.src.charCodeAt(i),(45===r||61===r)&&(i=t.skipChars(i,r),i=t.skipSpaces(i),!(i=i?-1:(n=t.src.charCodeAt(r++),42!==n&&45!==n&&43!==n?-1:r=i)return-1;if(n=t.src.charCodeAt(r++),n<48||n>57)return-1;for(;;){if(r>=i)return-1;if(n=t.src.charCodeAt(r++),!(n>=48&&n<=57)){if(41===n||46===n)break;return-1}}return r=0)v=!0;else{if(!((_=n(t,e))>=0))return!1;v=!1}if(t.level>=t.options.maxNesting)return!1;if(y=t.src.charCodeAt(_-1),s)return!0;for(w=t.tokens.length,v?(f=t.bMarks[e]+t.tShift[e],m=Number(t.src.substr(f,_-f-1)),t.tokens.push({type:"ordered_list_open",order:m,lines:C=[e,0],level:t.level++})):t.tokens.push({type:"bullet_list_open",lines:C=[e,0],level:t.level++}),a=e,x=!1,I=t.parser.ruler.getRules("list");!(!(a=d?1:b-_,g>4&&(g=1),g<1&&(g=1),c=_-t.bMarks[a]+g,t.tokens.push({type:"list_item_open",lines:E=[e,0],level:t.level++}),l=t.blkIndent,h=t.tight,u=t.tShift[e],p=t.parentType,t.tShift[e]=b-t.bMarks[e],t.blkIndent=c,t.tight=!0,t.parentType="list",t.parser.tokenize(t,e,o,!0),t.tight&&!x||(O=!1),x=t.line-e>1&&t.isEmpty(t.line-1),t.blkIndent=l,t.tShift[e]=u,t.tight=h,t.parentType=p,t.tokens.push({type:"list_item_close",level:--t.level}),a=e=t.line,E[1]=a,b=t.bMarks[e],a>=o)||t.isEmpty(a)||t.tShift[a]3)){for(i=!1,o=0,s=a.length;o=this.eMarks[t]},n.prototype.skipEmptyLines=function(t){for(var e=this.lineMax;tn;)if(e!==this.src.charCodeAt(--t))return t+1;return t},n.prototype.getLines=function(t,e,n,r){var i,o,s,a,c,u=t;if(t>=e)return"";if(u+1===e)return o=this.bMarks[u]+Math.min(this.tShift[u],n),s=r?this.eMarks[u]+1:this.eMarks[u],this.src.slice(o,s);for(a=new Array(e-t),i=0;un&&(c=n),c<0&&(c=0),o=this.bMarks[u]+c,s=u+1r)return!1;if(u=e+1,t.tShift[u]=t.eMarks[u])return!1;if(o=t.src.charCodeAt(a),124!==o&&45!==o&&58!==o)return!1;if(s=n(t,e+1),!/^[-:| ]+$/.test(s))return!1;if(l=s.split("|"),l<=2)return!1;for(h=[],c=0;c=0;e--)if(a=s[e],"text"===a.type){for(l=0,c=a.content,p.lastIndex=0,h=a.level,u=[];f=p.exec(c);)p.lastIndex>l&&u.push({type:"text",content:c.slice(l,f.index+f[1].length),level:h}),u.push({type:"abbr_open",title:t.env.abbreviations[":"+f[2]],level:h++}),u.push({type:"text",content:f[2],level:h}),u.push({type:"abbr_close",level:--h}),l=p.lastIndex-f[3].length;u.length&&(l0?s[e].count:1,r=0;r\s]/i.test(t)}function i(t){return/^<\/a\s*>/i.test(t)}function o(){var t=[],e=new s({stripPrefix:!1,url:!0,email:!0,twitter:!1,replaceFn:function(e,n){switch(n.getType()){case"url":t.push({text:n.matchedText,url:n.getUrl()});break;case"email":t.push({text:n.matchedText,url:"mailto:"+n.getEmail().replace(/^mailto:/i,"")})}return!1}});return{links:t,autolinker:e}}var s=n(781),a=/www|@|\:\/\//;t.exports=function(t){var e,n,s,c,u,l,h,p,f,_,d,g,m,y=t.tokens,v=null;if(t.options.linkify)for(n=0,s=y.length;n=0;e--)if(u=c[e],"link_close"!==u.type){if("htmltag"===u.type&&(r(u.content)&&d>0&&d--,i(u.content)&&d++),!(d>0)&&"text"===u.type&&a.test(u.content)){if(v||(v=o(),g=v.links,m=v.autolinker),l=u.content,g.length=0,m.link(l),!g.length)continue;for(h=[],_=u.level,p=0;p=0;a--)if("inline"===t.tokens[a].type)for(s=t.tokens[a].children,e=s.length-1;e>=0;e--)i=s[e],"text"===i.type&&(o=i.content,o=n(o),r.test(o)&&(o=o.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---([^-]|$)/gm,"$1—$2").replace(/(^|\s)--(\s|$)/gm,"$1–$2").replace(/(^|[^-\s])--([^-\s]|$)/gm,"$1–$2")),i.content=o)}},function(t,e){"use strict";function n(t,e){return!(e<0||e>=t.length)&&!s.test(t[e])}function r(t,e,n){return t.substr(0,e)+n+t.substr(e+1)}var i=/['"]/,o=/['"]/g,s=/[-\s()\[\]]/,a="’";t.exports=function(t){var e,s,c,u,l,h,p,f,_,d,g,m,y,v,b,w,x;if(t.options.typographer)for(x=[],b=t.tokens.length-1;b>=0;b--)if("inline"===t.tokens[b].type)for(w=t.tokens[b].children,x.length=0,e=0;e=0&&!(x[y].level<=p);y--);x.length=y+1,c=s.content,l=0,h=c.length;t:for(;l=0&&(d=x[y],!(x[y].level/,s=/^<([a-zA-Z.\-]{1,25}):([^<>\x00-\x20]*)>/;t.exports=function(t,e){var n,a,c,u,l,h=t.pos;return 60===t.src.charCodeAt(h)&&(n=t.src.slice(h),!(n.indexOf(">")<0)&&((a=n.match(s))?!(r.indexOf(a[1].toLowerCase())<0)&&(u=a[0].slice(1,-1),l=i(u),!!t.parser.validateLink(u)&&(e||(t.push({type:"link_open",href:l,level:t.level}),t.push({type:"text",content:u,level:t.level+1}),t.push({type:"link_close",level:t.level})),t.pos+=a[0].length,!0)):(c=n.match(o),!!c&&(u=c[0].slice(1,-1),l=i("mailto:"+u),!!t.parser.validateLink(l)&&(e||(t.push({type:"link_open",href:l,level:t.level}),t.push({type:"text",content:u,level:t.level+1}),t.push({type:"link_close",level:t.level})),t.pos+=c[0].length,!0)))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.pos,c=t.src.charCodeAt(a);if(96!==c)return!1;for(n=a,a++,r=t.posMax;a=a)return!1;if(126!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),126===o)return!1;if(126===s)return!1;if(32===s||10===s)return!1;for(r=c+2;rc+3)return t.pos+=r-c,e||(t.pending+=t.src.slice(c,r)),!0;for(t.pos=c+2,i=1;t.pos+1=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122}function r(t,e){var r,i,o,s=e,a=!0,c=!0,u=t.posMax,l=t.src.charCodeAt(e);for(r=e>0?t.src.charCodeAt(e-1):-1;s=u&&(a=!1),o=s-e,o>=4?a=c=!1:(i=s=t.options.maxNesting)return!1;for(t.pos=h+n,c=[n];t.pos?@[]^_`{|}~-".split("").forEach(function(t){n[t.charCodeAt(0)]=1}),t.exports=function(t,e){var r,i=t.pos,o=t.posMax;if(92!==t.src.charCodeAt(i))return!1;if(i++,i=a)&&(94===t.src.charCodeAt(c)&&(91===t.src.charCodeAt(c+1)&&(!(t.level>=t.options.maxNesting)&&(n=c+2,i=r(t,c+1),!(i<0)&&(e||(t.env.footnotes||(t.env.footnotes={}),t.env.footnotes.list||(t.env.footnotes.list=[]),o=t.env.footnotes.list.length,t.pos=n,t.posMax=i,t.push({type:"footnote_ref",id:o,level:t.level}),t.linkLevel++,s=t.tokens.length,t.parser.tokenize(t),t.env.footnotes.list[o]={tokens:t.tokens.splice(s)},t.linkLevel--),t.pos=i+1,t.posMax=a,!0)))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s=t.posMax,a=t.pos;if(a+3>s)return!1;if(!t.env.footnotes||!t.env.footnotes.refs)return!1;if(91!==t.src.charCodeAt(a))return!1;if(94!==t.src.charCodeAt(a+1))return!1;if(t.level>=t.options.maxNesting)return!1;for(r=a+2;r=s)&&(r++,n=t.src.slice(a+2,r-1),"undefined"!=typeof t.env.footnotes.refs[":"+n]&&(e||(t.env.footnotes.list||(t.env.footnotes.list=[]),t.env.footnotes.refs[":"+n]<0?(i=t.env.footnotes.list.length,t.env.footnotes.list[i]={label:n,count:0},t.env.footnotes.refs[":"+n]=i):i=t.env.footnotes.refs[":"+n],o=t.env.footnotes.list[i].count,t.env.footnotes.list[i].count++,t.push({type:"footnote_ref",id:i,subId:o,level:t.level})),t.pos=r,t.posMax=s,!0)))}},function(t,e,n){"use strict";function r(t){var e=32|t;return e>=97&&e<=122}var i=n(732).HTML_TAG_RE;t.exports=function(t,e){var n,o,s,a=t.pos;return!!t.options.html&&(s=t.posMax,!(60!==t.src.charCodeAt(a)||a+2>=s)&&(n=t.src.charCodeAt(a+1),!(33!==n&&63!==n&&47!==n&&!r(n))&&(!!(o=t.src.slice(a).match(i))&&(e||t.push({type:"htmltag",content:t.src.slice(a,a+o[0].length),level:t.level}),t.pos+=o[0].length,!0))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.posMax,c=t.pos;if(43!==t.src.charCodeAt(c))return!1;if(e)return!1;if(c+4>=a)return!1;if(43!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),43===o)return!1;if(43===s)return!1;if(32===s||10===s)return!1;for(r=c+2;r=t.options.maxNesting)return!1;if(n=m+1,a=r(t,m),a<0)return!1;if(h=a+1,h=g)return!1;for(m=h,i(t,h)?(u=t.linkContent,h=t.pos):u="",m=h;h=g||41!==t.src.charCodeAt(h))return t.pos=d,!1;h++}else{if(t.linkLevel>0)return!1;for(;h=0?c=t.src.slice(m,h++):h=m-1),c||("undefined"==typeof c&&(h=a+1),c=t.src.slice(n,a)),p=t.env.references[s(c)],!p)return t.pos=d,!1;u=p.href,l=p.title}return e||(t.pos=n,t.posMax=a,_?t.push({type:"image",src:u,title:l,alt:t.src.substr(n,a-n),level:t.level}):(t.push({type:"link_open",href:u,title:l,level:t.level++}),t.linkLevel++,t.parser.tokenize(t),t.linkLevel--,t.push({type:"link_close",level:--t.level}))),t.pos=h,t.posMax=g,!0}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.posMax,c=t.pos;if(61!==t.src.charCodeAt(c))return!1;if(e)return!1;if(c+4>=a)return!1;if(61!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),61===o)return!1;if(61===s)return!1;if(32===s||10===s)return!1;for(r=c+2;r=0&&32===t.pending.charCodeAt(n)?n>=1&&32===t.pending.charCodeAt(n-1)?(t.pending=t.pending.replace(/ +$/,""),t.push({type:"hardbreak",level:t.level})):(t.pending=t.pending.slice(0,-1),t.push({type:"softbreak",level:t.level})):t.push({type:"softbreak",level:t.level})), -i++;i?@[\]^_`{|}~-])/g;t.exports=function(t,e){var r,i,o=t.posMax,s=t.pos;if(126!==t.src.charCodeAt(s))return!1;if(e)return!1;if(s+2>=o)return!1;if(t.level>=t.options.maxNesting)return!1;for(t.pos=s+1;t.pos?@[\]^_`{|}~-])/g;t.exports=function(t,e){var r,i,o=t.posMax,s=t.pos;if(94!==t.src.charCodeAt(s))return!1;if(e)return!1;if(s+2>=o)return!1;if(t.level>=t.options.maxNesting)return!1;for(t.pos=s+1;t.pose&&(n=null==n?"..":n,t=t.substring(0,e-n.length)+n),t},indexOf:function(t,e){if(Array.prototype.indexOf)return t.indexOf(e);for(var n=0,r=t.length;n",this.getInnerHtml(),""].join("")},buildAttrsStr:function(){if(!this.attrs)return"";var t=this.getAttrs(),e=[];for(var n in t)t.hasOwnProperty(n)&&e.push(n+'="'+t[n]+'"');return e.join(" ")}}),t.AnchorTagBuilder=t.Util.extend(Object,{constructor:function(e){t.Util.assign(this,e)},build:function(e){var n=new t.HtmlTag({tagName:"a",attrs:this.createAttrs(e.getType(),e.getAnchorHref()),innerHtml:this.processAnchorText(e.getAnchorText())});return n},createAttrs:function(t,e){var n={href:e},r=this.createCssClass(t);return r&&(n.class=r),this.newWindow&&(n.target="_blank"),n},createCssClass:function(t){var e=this.className;return e?e+" "+e+"-"+t:""},processAnchorText:function(t){return t=this.doTruncate(t)},doTruncate:function(e){return t.Util.ellipsis(e,this.truncate||Number.POSITIVE_INFINITY)}}),t.htmlParser.HtmlParser=t.Util.extend(Object,{htmlRegex:function(){var t=/[0-9a-zA-Z][0-9a-zA-Z:]*/,e=/[^\s\0"'>\/=\x01-\x1F\x7F]+/,n=/(?:"[^"]*?"|'[^']*?'|[^'"=<>`\s]+)/,r=e.source+"(?:\\s*=\\s*"+n.source+")?";return new RegExp(["(?:","<(!DOCTYPE)","(?:","\\s+","(?:",r,"|",n.source+")",")*",">",")","|","(?:","<(/)?","("+t.source+")","(?:","\\s+",r,")*","\\s*/?",">",")"].join(""),"gi")}(),htmlCharacterEntitiesRegex:/( | |<|<|>|>|"|"|')/gi,parse:function(t){for(var e,n,r=this.htmlRegex,i=0,o=[];null!==(e=r.exec(t));){var s=e[0],a=e[1]||e[3],c=!!e[2],u=t.substring(i,e.index);u&&(n=this.parseTextAndEntityNodes(u),o.push.apply(o,n)),o.push(this.createElementNode(s,a,c)),i=e.index+s.length}if(i=r)return void i.complete();i.next(e[n]),t.index=n+1,this.schedule(t)}},e.prototype._subscribe=function(t){var n=0,r=this,i=r.arrayLike,o=r.scheduler,s=i.length;if(o)return o.schedule(e.dispatch,0,{arrayLike:i,index:n,length:s,subscriber:t});for(var a=0;a_?_:e):e}function o(t){return"number"==typeof t&&c.root.isFinite(t)}function s(t){var e=+t;return 0===e?e:isNaN(e)?e:e<0?-1:1}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(37),u=n(0),l=n(137),h=function(t){function e(e,n){if(t.call(this),this.scheduler=n,null==e)throw new Error("iterator cannot be null.");this.iterator=r(e)}return a(e,t),e.create=function(t,n){return new e(t,n)},e.dispatch=function(t){var e=t.index,n=t.hasError,r=t.iterator,i=t.subscriber;if(n)return void i.error(t.error);var o=r.next();return o.done?void i.complete():(i.next(o.value),t.index=e+1,void(i.closed||this.schedule(t)))},e.prototype._subscribe=function(t){var n=0,r=this,i=r.iterator,o=r.scheduler;if(o)return o.schedule(e.dispatch,0,{index:n,iterator:i,subscriber:t});for(;;){var s=i.next();if(s.done){t.complete();break}if(t.next(s.value),t.closed)break}},e}(u.Observable);e.IteratorObservable=h;var p=function(){function t(t,e,n){void 0===e&&(e=0),void 0===n&&(n=t.length),this.str=t,this.idx=e,this.len=n}return t.prototype[l.$$iterator]=function(){return this},t.prototype.next=function(){return this.idx=r?void i.complete():(i.next(e),void(i.closed||(t.index=n+1,t.start=e+1,this.schedule(t))))},e.prototype._subscribe=function(t){var n=0,r=this.start,i=this._count,o=this.scheduler;if(o)return o.schedule(e.dispatch,0,{index:n,count:i,start:r,subscriber:t});for(;;){if(n++>=i){t.complete();break}if(t.next(r++),t.closed)break}},e}(i.Observable);e.RangeObservable=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(383),s=n(269),a=function(t){function e(e,n,r){void 0===n&&(n=0),void 0===r&&(r=o.asap),t.call(this),this.source=e,this.delayTime=n,this.scheduler=r,(!s.isNumeric(n)||n<0)&&(this.delayTime=0),r&&"function"==typeof r.schedule||(this.scheduler=o.asap)}return r(e,t),e.create=function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=o.asap),new e(t,n,r)},e.dispatch=function(t){var e=t.source,n=t.subscriber;return e.subscribe(n)},e.prototype._subscribe=function(t){var n=this.delayTime,r=this.source,i=this.scheduler;return i.schedule(e.dispatch,n,{source:r,subscriber:t})},e}(i.Observable);e.SubscribeOnObservable=a},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(269),o=n(0),s=n(45),a=n(90),c=n(189),u=function(t){function e(e,n,r){void 0===e&&(e=0),t.call(this),this.period=-1,this.dueTime=0,i.isNumeric(n)?this.period=Number(n)<1&&1||Number(n):a.isScheduler(n)&&(r=n),a.isScheduler(r)||(r=s.async),this.scheduler=r,this.dueTime=c.isDate(e)?+e-this.scheduler.now():e}return r(e,t),e.create=function(t,n,r){return void 0===t&&(t=0),new e(t,n,r)},e.dispatch=function(t){var e=t.index,n=t.period,r=t.subscriber,i=this;if(r.next(e),!r.closed){if(n===-1)return r.complete();t.index=e+1,i.schedule(t,n)}},e.prototype._subscribe=function(t){var n=0,r=this,i=r.period,o=r.dueTime,s=r.scheduler;return s.schedule(e.dispatch,o,{index:n,period:i,subscriber:t})},e}(o.Observable);e.TimerObservable=u},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(5),s=n(4),a=function(t){function e(e,n){t.call(this),this.resourceFactory=e,this.observableFactory=n}return r(e,t),e.create=function(t,n){return new e(t,n)},e.prototype._subscribe=function(t){var e,n=this,r=n.resourceFactory,i=n.observableFactory;try{return e=r(),new c(t,e,i)}catch(e){t.error(e)}},e}(i.Observable);e.UsingObservable=a;var c=function(t){function e(e,n,r){t.call(this,e),this.resource=n,this.observableFactory=r,e.add(n),this.tryUse()}return r(e,t),e.prototype.tryUse=function(){try{var t=this.observableFactory.call(this,this.resource);t&&this.add(o.subscribeToResult(this,t))}catch(t){this._error(t)}},e}(s.OuterSubscriber)},function(t,e,n){"use strict";var r=n(917);e.bindCallback=r.BoundCallbackObservable.create},function(t,e,n){"use strict";var r=n(918);e.bindNodeCallback=r.BoundNodeCallbackObservable.create},function(t,e,n){"use strict";function r(){for(var t=[],e=0;e0;){var r=n.shift();r.length>0&&e.next(r)}t.prototype._complete.call(this)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){var e=arguments.length,n=c.async;l.isScheduler(arguments[arguments.length-1])&&(n=arguments[arguments.length-1],e--);var r=null;e>=2&&(r=arguments[1]);var i=Number.POSITIVE_INFINITY;return e>=3&&(i=arguments[2]),this.lift(new h(t,r,i,n))}function i(t){var e=t.subscriber,n=t.context;n&&e.closeContext(n),e.closed||(t.context=e.openContext(),t.context.closeAction=this.schedule(t,t.bufferTimeSpan))}function o(t){var e=t.bufferCreationInterval,n=t.bufferTimeSpan,r=t.subscriber,i=t.scheduler,o=r.openContext(),a=this;r.closed||(r.add(o.closeAction=i.schedule(s,n,{subscriber:r,context:o})),a.schedule(t,e))}function s(t){var e=t.subscriber,n=t.context;e.closeContext(n)}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(45),u=n(3),l=n(90);e.bufferTime=r;var h=function(){function t(t,e,n,r){this.bufferTimeSpan=t,this.bufferCreationInterval=e,this.maxBufferSize=n,this.scheduler=r}return t.prototype.call=function(t,e){return e._subscribe(new f(t,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))},t}(),p=function(){function t(){this.buffer=[]}return t}(),f=function(t){function e(e,n,r,a,c){t.call(this,e),this.bufferTimeSpan=n,this.bufferCreationInterval=r,this.maxBufferSize=a,this.scheduler=c,this.contexts=[];var u=this.openContext();if(this.timespanOnly=null==r||r<0,this.timespanOnly){var l={subscriber:this,context:u,bufferTimeSpan:n};this.add(u.closeAction=c.schedule(i,n,l))}else{var h={subscriber:this,context:u},p={bufferTimeSpan:n,bufferCreationInterval:r,subscriber:this,scheduler:c};this.add(u.closeAction=c.schedule(s,n,h)),this.add(c.schedule(o,r,p))}}return a(e,t),e.prototype._next=function(t){for(var e,n=this.contexts,r=n.length,i=0;i0;){var i=n.shift();r.next(i.buffer)}t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.contexts=null},e.prototype.onBufferFull=function(t){this.closeContext(t);var e=t.closeAction;if(e.unsubscribe(),this.remove(e),this.timespanOnly){t=this.openContext();var n=this.bufferTimeSpan,r={subscriber:this,context:t,bufferTimeSpan:n};this.add(t.closeAction=this.scheduler.schedule(i,n,r))}},e.prototype.openContext=function(){var t=new p;return this.contexts.push(t),t},e.prototype.closeContext=function(t){this.destination.next(t.buffer);var e=this.contexts,n=e?e.indexOf(t):-1;n>=0&&e.splice(e.indexOf(t),1)},e}(u.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new c(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(30),s=n(5),a=n(4);e.bufferToggle=r;var c=function(){function t(t,e){this.openings=t,this.closingSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.openings,this.closingSelector))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.openings=n,this.closingSelector=r,this.contexts=[],this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(t){for(var e=this.contexts,n=e.length,r=0;r0;){var r=n.shift();r.subscription.unsubscribe(),r.buffer=null,r.subscription=null}this.contexts=null,t.prototype._error.call(this,e)},e.prototype._complete=function(){for(var e=this.contexts;e.length>0;){var n=e.shift();this.destination.next(n.buffer),n.subscription.unsubscribe(),n.buffer=null,n.subscription=null}this.contexts=null,t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){t?this.closeBuffer(t):this.openBuffer(e)},e.prototype.notifyComplete=function(t){this.closeBuffer(t.context)},e.prototype.openBuffer=function(t){try{var e=this.closingSelector,n=e.call(this,t);n&&this.trySubscribe(n)}catch(t){this._error(t)}},e.prototype.closeBuffer=function(t){var e=this.contexts;if(e&&t){var n=t.buffer,r=t.subscription; -this.destination.next(n),e.splice(e.indexOf(t),1),this.remove(r),r.unsubscribe()}},e.prototype.trySubscribe=function(t){var e=this.contexts,n=[],r=new o.Subscription,i={buffer:n,subscription:r};e.push(i);var a=s.subscribeToResult(this,t,i);!a||a.closed?this.closeBuffer(i):(a.context=i,this.add(a),r.add(a))},e}(a.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(30),s=n(33),a=n(31),c=n(4),u=n(5);e.bufferWhen=r;var l=function(){function t(t){this.closingSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.closingSelector))},t}(),h=function(t){function e(e,n){t.call(this,e),this.closingSelector=n,this.subscribing=!1,this.openBuffer()}return i(e,t),e.prototype._next=function(t){this.buffer.push(t)},e.prototype._complete=function(){var e=this.buffer;e&&this.destination.next(e),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.buffer=null,this.subscribing=!1},e.prototype.notifyNext=function(t,e,n,r,i){this.openBuffer()},e.prototype.notifyComplete=function(){this.subscribing?this.complete():this.openBuffer()},e.prototype.openBuffer=function(){var t=this.closingSubscription;t&&(this.remove(t),t.unsubscribe());var e=this.buffer;this.buffer&&this.destination.next(e),this.buffer=[];var n=s.tryCatch(this.closingSelector)();n===a.errorObject?this.error(a.errorObject.e):(t=new o.Subscription,this.closingSubscription=t,this.add(t),this.subscribing=!0,t.add(u.subscribeToResult(this,n)),this.subscribing=!1)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e,n){void 0===t&&(t=Number.POSITIVE_INFINITY),void 0===e&&(e=Number.POSITIVE_INFINITY);var r,s,a=this,c=0,u=function(){return r=new o.ReplaySubject(t,e,n)};return new i.Observable(function(t){r||(r=u(),s=a.subscribe(function(t){return r.next(t)},function(t){var e=r;r=null,e.error(t)},function(){return r.complete()})),c++,r||(r=u());var e=r.subscribe(t);return function(){c--,e&&e.unsubscribe(),0===c&&s.unsubscribe()}})}var i=n(0),o=n(183);e.cache=r},function(t,e,n){"use strict";function r(t){var e=new a(t),n=this.lift(e);return e.caught=n}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e._catch=r;var a=function(){function t(t){this.selector=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.selector,this.caught))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.selector=n,this.caught=r}return i(e,t),e.prototype.error=function(t){if(!this.isStopped){var e=void 0;try{e=this.selector(t,this.caught)}catch(t){return void this.destination.error(t)}this.unsubscribe(),this.destination.remove(this),s.subscribeToResult(this,e)}},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new i.CombineLatestOperator(t))}var i=n(261);e.combineAll=r},function(t,e,n){"use strict";function r(){return this.lift(new i.MergeAllOperator(1))}var i=n(184);e.concatAll=r},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.MergeMapOperator(t,e,1))}var i=n(376);e.concatMap=r},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.MergeMapToOperator(t,e,1))}var i=n(377);e.concatMapTo=r},function(t,e,n){"use strict";function r(t){return this.lift(new s(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.count=r;var s=function(){function t(t,e){this.predicate=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate,this.source))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.predicate=n,this.source=r,this.count=0,this.index=0}return i(e,t),e.prototype._next=function(t){this.predicate?this._tryPredicate(t):this.count++},e.prototype._tryPredicate=function(t){var e;try{e=this.predicate(t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e&&this.count++},e.prototype._complete=function(){this.destination.next(this.count),this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.debounce=r;var a=function(){function t(t){this.durationSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.durationSelector))},t}(),c=function(t){function e(e,n){t.call(this,e),this.durationSelector=n,this.hasValue=!1,this.durationSubscription=null}return i(e,t),e.prototype._next=function(t){try{var e=this.durationSelector.call(this,t);e&&this._tryNext(t,e)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.emitValue(),this.destination.complete()},e.prototype._tryNext=function(t,e){var n=this.durationSubscription;this.value=t,this.hasValue=!0,n&&(n.unsubscribe(),this.remove(n)),n=s.subscribeToResult(this,e),n.closed||this.add(this.durationSubscription=n)},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){if(this.hasValue){var e=this.value,n=this.durationSubscription;n&&(this.durationSubscription=null,n.unsubscribe(),this.remove(n)),this.value=null,this.hasValue=!1,t.prototype._next.call(this,e)}},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=a.async),this.lift(new c(t,e))}function i(t){t.debouncedNext()}var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=n(3),a=n(45);e.debounceTime=r;var c=function(){function t(t,e){this.dueTime=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.dueTime,this.scheduler))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.dueTime=n,this.scheduler=r,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}return o(e,t),e.prototype._next=function(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(i,this.dueTime,this))},e.prototype._complete=function(){this.debouncedNext(),this.destination.complete()},e.prototype.debouncedNext=function(){this.clearDebounce(),this.hasValue&&(this.destination.next(this.lastValue),this.lastValue=null,this.hasValue=!1)},e.prototype.clearDebounce=function(){var t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)},e}(s.Subscriber)},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=null),this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.defaultIfEmpty=r;var s=function(){function t(t){this.defaultValue=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.defaultValue))},t}(),a=function(t){function e(e,n){t.call(this,e),this.defaultValue=n,this.isEmpty=!0}return i(e,t),e.prototype._next=function(t){this.isEmpty=!1,this.destination.next(t)},e.prototype._complete=function(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){void 0===e&&(e=o.async);var n=s.isDate(t),r=n?+t-e.now():Math.abs(t);return this.lift(new u(r,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(45),s=n(189),a=n(3),c=n(134);e.delay=r;var u=function(){function t(t,e){this.delay=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.delay,this.scheduler))},t}(),l=function(t){function e(e,n,r){t.call(this,e),this.delay=n,this.scheduler=r,this.queue=[],this.active=!1,this.errored=!1}return i(e,t),e.dispatch=function(t){for(var e=t.source,n=e.queue,r=t.scheduler,i=t.destination;n.length>0&&n[0].time-r.now()<=0;)n.shift().notification.observe(i);if(n.length>0){var o=Math.max(0,n[0].time-r.now());this.schedule(t,o)}else e.active=!1},e.prototype._schedule=function(t){this.active=!0,this.add(t.schedule(e.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))},e.prototype.scheduleNotification=function(t){if(this.errored!==!0){var e=this.scheduler,n=new h(e.now()+this.delay,t);this.queue.push(n),this.active===!1&&this._schedule(e)}},e.prototype._next=function(t){this.scheduleNotification(c.Notification.createNext(t))},e.prototype._error=function(t){this.errored=!0,this.queue=[],this.destination.error(t)},e.prototype._complete=function(){this.scheduleNotification(c.Notification.createComplete())},e}(a.Subscriber),h=function(){function t(t,e){this.time=t,this.notification=e}return t}()},function(t,e,n){"use strict";function r(t,e){return e?new h(this,e).lift(new u(t)):this.lift(new u(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(0),a=n(4),c=n(5);e.delayWhen=r;var u=function(){function t(t){this.delayDurationSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.delayDurationSelector))},t}(),l=function(t){function e(e,n){t.call(this,e),this.delayDurationSelector=n,this.completed=!1,this.delayNotifierSubscriptions=[],this.values=[]}return i(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(t),this.removeSubscription(i),this.tryComplete()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){var e=this.removeSubscription(t);e&&this.destination.next(e),this.tryComplete()},e.prototype._next=function(t){try{var e=this.delayDurationSelector(t);e&&this.tryDelay(e,t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.completed=!0,this.tryComplete()},e.prototype.removeSubscription=function(t){t.unsubscribe();var e=this.delayNotifierSubscriptions.indexOf(t),n=null;return e!==-1&&(n=this.values[e],this.delayNotifierSubscriptions.splice(e,1),this.values.splice(e,1)),n},e.prototype.tryDelay=function(t,e){var n=c.subscribeToResult(this,t,e);this.add(n),this.delayNotifierSubscriptions.push(n),this.values.push(e)},e.prototype.tryComplete=function(){this.completed&&0===this.delayNotifierSubscriptions.length&&this.destination.complete()},e}(a.OuterSubscriber),h=function(t){function e(e,n){t.call(this),this.source=e,this.subscriptionDelay=n}return i(e,t),e.prototype._subscribe=function(t){this.subscriptionDelay.subscribe(new p(t,this.source))},e}(s.Observable),p=function(t){function e(e,n){t.call(this),this.parent=e,this.source=n,this.sourceSubscribed=!1}return i(e,t),e.prototype._next=function(t){this.subscribeToSource()},e.prototype._error=function(t){this.unsubscribe(),this.parent.error(t)},e.prototype._complete=function(){this.subscribeToSource()},e.prototype.subscribeToSource=function(){this.sourceSubscribed||(this.sourceSubscribed=!0,this.unsubscribe(),this.source.subscribe(this.parent))},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new s)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.dematerialize=r;var s=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new a(t))},t}(),a=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype._next=function(t){t.observe(this.destination)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return i.distinct.call(this,function(n,r){return e?e(n[t],r[t]):n[t]===r[t]},n)}var i=n(371);e.distinctKey=r},function(t,e,n){"use strict";function r(t,e){return i.distinctUntilChanged.call(this,function(n,r){return e?e(n[t],r[t]):n[t]===r[t]})}var i=n(372);e.distinctUntilKeyChanged=r},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new s(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e._do=r;var s=function(){function t(t,e,n){this.nextOrObserver=t,this.error=e,this.complete=n}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.nextOrObserver,this.error,this.complete))},t}(),a=function(t){function e(e,n,r,i){t.call(this,e);var s=new o.Subscriber(n,r,i);s.syncErrorThrowable=!0,this.add(s),this.safeSubscriber=s}return i(e,t),e.prototype._next=function(t){var e=this.safeSubscriber;e.next(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.next(t)},e.prototype._error=function(t){var e=this.safeSubscriber;e.error(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.error(t)},e.prototype._complete=function(){var t=this.safeSubscriber;t.complete(),t.syncErrorThrown?this.destination.error(t.syncErrorValue):this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187);e.elementAt=r;var a=function(){function t(t,e){if(this.index=t,this.defaultValue=e,t<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.index,this.defaultValue))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.index=n,this.defaultValue=r}return i(e,t),e.prototype._next=function(t){0===this.index--&&(this.destination.next(t),this.destination.complete())},e.prototype._complete=function(){var t=this.destination;this.index>=0&&("undefined"!=typeof this.defaultValue?t.next(this.defaultValue):t.error(new s.ArgumentOutOfRangeError)),t.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new s(t,e,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.every=r;var s=function(){function t(t,e,n){this.predicate=t,this.thisArg=e,this.source=n}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate,this.thisArg,this.source))},t}(),a=function(t){function e(e,n,r,i){t.call(this,e),this.predicate=n,this.thisArg=r,this.source=i,this.index=0,this.thisArg=r||this}return i(e,t),e.prototype.notifyComplete=function(t){this.destination.next(t),this.destination.complete()},e.prototype._next=function(t){var e=!1;try{e=this.predicate.call(this.thisArg,t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e||this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.exhaust=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e),this.hasCompleted=!1,this.hasSubscription=!1}return i(e,t),e.prototype._next=function(t){this.hasSubscription||(this.hasSubscription=!0,this.add(s.subscribeToResult(this,t)))},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.exhaustMap=r;var a=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.project=n,this.resultSelector=r,this.hasSubscription=!1,this.hasCompleted=!1,this.index=0}return i(e,t),e.prototype._next=function(t){this.hasSubscription||this.tryNext(t)},e.prototype.tryNext=function(t){var e=this.index++,n=this.destination;try{var r=this.project(t,e);this.hasSubscription=!0,this.add(s.subscribeToResult(this,r,t,e))}catch(t){n.error(t)}},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.resultSelector,a=o.destination;s?this.trySelectResult(t,e,n,r):a.next(e)},e.prototype.trySelectResult=function(t,e,n,r){var i=this,o=i.resultSelector,s=i.destination;try{var a=o(t,e,n,r);s.next(a)}catch(t){s.error(t)}},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e,n){return void 0===e&&(e=Number.POSITIVE_INFINITY),void 0===n&&(n=void 0),e=(e||0)<1?Number.POSITIVE_INFINITY:e,this.lift(new u(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(33),s=n(31),a=n(4),c=n(5);e.expand=r;var u=function(){function t(t,e,n){this.project=t,this.concurrent=e,this.scheduler=n}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.project,this.concurrent,this.scheduler))},t}();e.ExpandOperator=u;var l=function(t){function e(e,n,r,i){t.call(this,e),this.project=n,this.concurrent=r,this.scheduler=i,this.index=0,this.active=0,this.hasCompleted=!1,r0&&this._next(e.shift()),this.hasCompleted&&0===this.active&&this.destination.complete()},e}(a.OuterSubscriber);e.ExpandSubscriber=l},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(30);e._finally=r;var a=function(){function t(t){this.callback=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.callback))},t}(),c=function(t){function e(e,n){t.call(this,e),this.add(new s.Subscription(n))}return i(e,t),e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.FindValueOperator(t,this,!0,e))}var i=n(374);e.findIndex=r},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new a(t,e,n,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.first=r;var a=function(){function t(t,e,n,r){this.predicate=t,this.resultSelector=e,this.defaultValue=n,this.source=r}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.resultSelector,this.defaultValue,this.source))},t}(),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.predicate=n,this.resultSelector=r,this.defaultValue=i,this.source=o,this.index=0,this.hasCompleted=!1}return i(e,t),e.prototype._next=function(t){var e=this.index++;this.predicate?this._tryPredicate(t,e):this._emit(t,e)},e.prototype._tryPredicate=function(t,e){var n;try{n=this.predicate(t,e,this.source)}catch(t){return void this.destination.error(t)}n&&this._emit(t,e)},e.prototype._emit=function(t,e){return this.resultSelector?void this._tryResultSelector(t,e):void this._emitFinal(t)},e.prototype._tryResultSelector=function(t,e){var n;try{n=this.resultSelector(t,e)}catch(t){return void this.destination.error(t)}this._emitFinal(n)},e.prototype._emitFinal=function(t){var e=this.destination;e.next(t),e.complete(),this.hasCompleted=!0},e.prototype._complete=function(){var t=this.destination;this.hasCompleted||"undefined"==typeof this.defaultValue?this.hasCompleted||t.error(new s.EmptyError):(t.next(this.defaultValue),t.complete())},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new h(this,t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(30),a=n(0),c=n(22),u=n(1056),l=n(1054);e.groupBy=r;var h=function(){function t(t,e,n,r){this.source=t,this.keySelector=e,this.elementSelector=n,this.durationSelector=r}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.keySelector,this.elementSelector,this.durationSelector))},t}(),p=function(t){function e(e,n,r,i){t.call(this,e),this.keySelector=n,this.elementSelector=r,this.durationSelector=i,this.groups=null,this.attemptedToUnsubscribe=!1,this.count=0}return i(e,t),e.prototype._next=function(t){var e;try{e=this.keySelector(t)}catch(t){return void this.error(t)}this._group(t,e)},e.prototype._group=function(t,e){var n=this.groups;n||(n=this.groups="string"==typeof e?new l.FastMap:new u.Map);var r,i=n.get(e);if(this.elementSelector)try{r=this.elementSelector(t)}catch(t){this.error(t)}else r=t;if(!i){n.set(e,i=new c.Subject);var o=new _(e,i,this);if(this.destination.next(o),this.durationSelector){var s=void 0;try{s=this.durationSelector(new _(e,i))}catch(t){return void this.error(t)}this.add(s.subscribe(new f(e,i,this)))}}i.closed||i.next(r)},e.prototype._error=function(t){var e=this.groups;e&&(e.forEach(function(e,n){e.error(t)}),e.clear()),this.destination.error(t)},e.prototype._complete=function(){var t=this.groups;t&&(t.forEach(function(t,e){t.complete()}),t.clear()),this.destination.complete()},e.prototype.removeGroup=function(t){this.groups.delete(t)},e.prototype.unsubscribe=function(){this.closed||this.attemptedToUnsubscribe||(this.attemptedToUnsubscribe=!0,0===this.count&&t.prototype.unsubscribe.call(this))},e}(o.Subscriber),f=function(t){function e(e,n,r){t.call(this),this.key=e,this.group=n,this.parent=r}return i(e,t),e.prototype._next=function(t){this._complete()},e.prototype._error=function(t){var e=this.group;e.closed||e.error(t),this.parent.removeGroup(this.key)},e.prototype._complete=function(){var t=this.group;t.closed||t.complete(),this.parent.removeGroup(this.key)},e}(o.Subscriber),_=function(t){function e(e,n,r){t.call(this),this.key=e,this.groupSubject=n,this.refCountSubscription=r}return i(e,t),e.prototype._subscribe=function(t){var e=new s.Subscription,n=this,r=n.refCountSubscription,i=n.groupSubject;return r&&!r.closed&&e.add(new d(r)),e.add(i.subscribe(t)),e},e}(a.Observable);e.GroupedObservable=_;var d=function(t){function e(e){t.call(this),this.parent=e,e.count++}return i(e,t),e.prototype.unsubscribe=function(){var e=this.parent;e.closed||this.closed||(t.prototype.unsubscribe.call(this),e.count-=1,0===e.count&&e.attemptedToUnsubscribe&&e.unsubscribe())},e}(s.Subscription)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(390);e.ignoreElements=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(){t.apply(this,arguments)}return i(e,t),e.prototype._next=function(t){s.noop()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new s)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.isEmpty=r;var s=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new a(t))},t}(),a=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype._next=function(t){this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new a(t,e,n,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.last=r;var a=function(){function t(t,e,n,r){this.predicate=t,this.resultSelector=e,this.defaultValue=n,this.source=r}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.resultSelector,this.defaultValue,this.source))},t}(),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.predicate=n,this.resultSelector=r,this.defaultValue=i,this.source=o,this.hasValue=!1,this.index=0,"undefined"!=typeof i&&(this.lastValue=i,this.hasValue=!0)}return i(e,t),e.prototype._next=function(t){var e=this.index++;if(this.predicate)this._tryPredicate(t,e);else{if(this.resultSelector)return void this._tryResultSelector(t,e);this.lastValue=t,this.hasValue=!0}},e.prototype._tryPredicate=function(t,e){var n;try{n=this.predicate(t,e,this.source)}catch(t){return void this.destination.error(t)}if(n){if(this.resultSelector)return void this._tryResultSelector(t,e);this.lastValue=t,this.hasValue=!0}},e.prototype._tryResultSelector=function(t,e){var n;try{n=this.resultSelector(t,e)}catch(t){return void this.destination.error(t)}this.lastValue=n,this.hasValue=!0},e.prototype._complete=function(){var t=this.destination;this.hasValue?(t.next(this.lastValue),t.complete()):t.error(new s.EmptyError)},e}(o.Subscriber)},function(t,e){"use strict";function n(t){return t(this)}e.letProto=n},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.mapTo=r;var s=function(){function t(t){this.value=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.value))},t}(),a=function(t){function e(e,n){t.call(this,e),this.value=n}return i(e,t),e.prototype._next=function(t){this.destination.next(this.value)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(134);e.materialize=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype._next=function(t){this.destination.next(s.Notification.createNext(t))},e.prototype._error=function(t){var e=this.destination;e.next(s.Notification.createError(t)),e.complete()},e.prototype._complete=function(){var t=this.destination;t.next(s.Notification.createComplete()),t.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){var e="function"==typeof t?function(e,n){return t(e,n)>0?e:n}:function(t,e){return t>e?t:e};return this.lift(new i.ReduceOperator(e))}var i=n(265);e.max=r},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),this.lift(new u(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(33),s=n(31),a=n(5),c=n(4);e.mergeScan=r;var u=function(){function t(t,e,n){this.project=t,this.seed=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.project,this.seed,this.concurrent))},t}();e.MergeScanOperator=u;var l=function(t){function e(e,n,r,i){t.call(this,e),this.project=n,this.acc=r,this.concurrent=i,this.hasValue=!1,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){if(this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&(this.hasValue===!1&&this.destination.next(this.acc),this.destination.complete())},e}(c.OuterSubscriber);e.MergeScanSubscriber=l},function(t,e,n){"use strict";function r(t){var e="function"==typeof t?function(e,n){return t(e,n)<0?e:n}:function(t,e){return t-1&&(this.count=r-1),this.unsubscribe(),this.isStopped=!1,this.closed=!1,n.subscribe(this)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(22),s=n(33),a=n(31),c=n(4),u=n(5);e.repeatWhen=r;var l=function(){function t(t,e){this.notifier=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.notifier,this.source))},t}(),h=function(t){function e(e,n,r){t.call(this,e),this.notifier=n,this.source=r}return i(e,t),e.prototype.complete=function(){if(!this.isStopped){var e=this.notifications,n=this.retries,r=this.retriesSubscription;if(n)this.notifications=null,this.retriesSubscription=null;else{if(e=new o.Subject,n=s.tryCatch(this.notifier)(e),n===a.errorObject)return t.prototype.complete.call(this);r=u.subscribeToResult(this,n)}this.unsubscribe(),this.closed=!1,this.notifications=e,this.retries=n,this.retriesSubscription=r,e.next()}},e.prototype._unsubscribe=function(){var t=this,e=t.notifications,n=t.retriesSubscription;e&&(e.unsubscribe(),this.notifications=null),n&&(n.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.notifications,a=o.retries,c=o.retriesSubscription;this.notifications=null,this.retries=null,this.retriesSubscription=null,this.unsubscribe(),this.isStopped=!1,this.closed=!1,this.notifications=s,this.retries=a,this.retriesSubscription=c,this.source.subscribe(this)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=-1),this.lift(new s(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.retry=r;var s=function(){function t(t,e){this.count=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.count,this.source))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.count=n,this.source=r}return i(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this,r=n.source,i=n.count;if(0===i)return t.prototype.error.call(this,e);i>-1&&(this.count=i-1),this.unsubscribe(),this.isStopped=!1,this.closed=!1,r.subscribe(this)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(22),s=n(33),a=n(31),c=n(4),u=n(5);e.retryWhen=r;var l=function(){function t(t,e){this.notifier=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.notifier,this.source))},t}(),h=function(t){function e(e,n,r){t.call(this,e),this.notifier=n,this.source=r}return i(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.errors,r=this.retries,i=this.retriesSubscription;if(r)this.errors=null,this.retriesSubscription=null;else{if(n=new o.Subject,r=s.tryCatch(this.notifier)(n),r===a.errorObject)return t.prototype.error.call(this,a.errorObject.e);i=u.subscribeToResult(this,r)}this.unsubscribe(),this.closed=!1,this.errors=n,this.retries=r,this.retriesSubscription=i,n.next(e)}},e.prototype._unsubscribe=function(){var t=this,e=t.errors,n=t.retriesSubscription;e&&(e.unsubscribe(),this.errors=null),n&&(n.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.errors,a=o.retries,c=o.retriesSubscription;this.errors=null,this.retries=null,this.retriesSubscription=null,this.unsubscribe(),this.isStopped=!1,this.closed=!1,this.errors=s,this.retries=a,this.retriesSubscription=c,this.source.subscribe(this)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.sample=r;var a=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.notifier))},t}(),c=function(t){function e(e,n){t.call(this,e),this.hasValue=!1,this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(t){this.value=t,this.hasValue=!0},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=a.async),this.lift(new c(t,e))}function i(t){var e=t.subscriber,n=t.period;e.notifyNext(),this.schedule(t,n)}var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=n(3),a=n(45);e.sampleTime=r;var c=function(){function t(t,e){this.period=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.period,this.scheduler))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.period=n,this.scheduler=r,this.hasValue=!1,this.add(r.schedule(i,n,{subscriber:this,period:n}))}return o(e,t),e.prototype._next=function(t){this.lastValue=t,this.hasValue=!0},e.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))},e}(s.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new s(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.scan=r;var s=function(){function t(t,e){this.accumulator=t,this.seed=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.accumulator,this.seed))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.accumulator=n,this.index=0,this.accumulatorSet=!1,this.seed=r,this.accumulatorSet="undefined"!=typeof r}return i(e,t),Object.defineProperty(e.prototype,"seed",{get:function(){return this._seed},set:function(t){this.accumulatorSet=!0,this._seed=t},enumerable:!0,configurable:!0}),e.prototype._next=function(t){return this.accumulatorSet?this._tryNext(t):(this.seed=t,void this.destination.next(t))},e.prototype._tryNext=function(t){var e,n=this.index++;try{e=this.accumulator(this.seed,t,n)}catch(t){this.destination.error(t)}this.seed=e,this.destination.next(e)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new c(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(33),a=n(31);e.sequenceEqual=r;var c=function(){function t(t,e){this.compareTo=t,this.comparor=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.compareTo,this.comparor))},t}();e.SequenceEqualOperator=c;var u=function(t){function e(e,n,r){t.call(this,e),this.compareTo=n,this.comparor=r,this._a=[],this._b=[],this._oneComplete=!1,this.add(n.subscribe(new l(e,this)))}return i(e,t),e.prototype._next=function(t){this._oneComplete&&0===this._b.length?this.emit(!1):(this._a.push(t),this.checkValues())},e.prototype._complete=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0},e.prototype.checkValues=function(){for(var t=this,e=t._a,n=t._b,r=t.comparor;e.length>0&&n.length>0;){var i=e.shift(),o=n.shift(),c=!1;r?(c=s.tryCatch(r)(i,o),c===a.errorObject&&this.destination.error(a.errorObject.e)):c=i===o,c||this.emit(!1)}},e.prototype.emit=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype.nextB=function(t){this._oneComplete&&0===this._a.length?this.emit(!1):(this._b.push(t),this.checkValues())},e}(o.Subscriber);e.SequenceEqualSubscriber=u;var l=function(t){function e(e,n){t.call(this,e),this.parent=n}return i(e,t),e.prototype._next=function(t){this.parent.nextB(t)},e.prototype._error=function(t){this.parent.error(t)},e.prototype._complete=function(){this.parent._complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return new s.Subject}function i(){return o.multicast.call(this,r).refCount()}var o=n(113),s=n(22);e.share=i},function(t,e,n){"use strict";function r(t){return this.lift(new a(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.single=r;var a=function(){function t(t,e){this.predicate=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.source))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.predicate=n,this.source=r,this.seenValue=!1,this.index=0}return i(e,t),e.prototype.applySingleValue=function(t){this.seenValue?this.destination.error("Sequence contains more than one element"):(this.seenValue=!0,this.singleValue=t)},e.prototype._next=function(t){var e=this.predicate;this.index++,e?this.tryNext(t):this.applySingleValue(t)},e.prototype.tryNext=function(t){try{var e=this.predicate(t,this.index,this.source);e&&this.applySingleValue(t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){var t=this.destination;this.index>0?(t.next(this.seenValue?this.singleValue:void 0),t.complete()):t.error(new s.EmptyError)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.skip=r;var s=function(){function t(t){this.total=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.total))},t}(),a=function(t){function e(e,n){t.call(this,e),this.total=n,this.count=0}return i(e,t),e.prototype._next=function(t){++this.count>this.total&&this.destination.next(t)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.skipUntil=r;var a=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.notifier))},t}(),c=function(t){function e(e,n){t.call(this,e),this.hasValue=!1,this.isInnerStopped=!1,this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(e){this.hasValue&&t.prototype._next.call(this,e)},e.prototype._complete=function(){this.isInnerStopped?t.prototype._complete.call(this):this.unsubscribe()},e.prototype.notifyNext=function(t,e,n,r,i){this.hasValue=!0},e.prototype.notifyComplete=function(){this.isInnerStopped=!0,this.isStopped&&t.prototype._complete.call(this)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.skipWhile=r;var s=function(){function t(t){this.predicate=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate))},t}(),a=function(t){function e(e,n){t.call(this,e),this.predicate=n,this.skipping=!0,this.index=0}return i(e,t),e.prototype._next=function(t){var e=this.destination;this.skipping&&this.tryCallPredicate(t),this.skipping||e.next(t)},e.prototype.tryCallPredicate=function(t){try{var e=this.predicate(t,this.index++);this.skipping=Boolean(e)}catch(t){this.destination.error(t)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){for(var t=[],e=0;e1?a.concatStatic(new i.ArrayObservable(t,n),this):a.concatStatic(new s.EmptyObservable(n),this)}var i=n(74),o=n(260),s=n(89),a=n(262),c=n(90);e.startWith=r},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=0),new i.SubscribeOnObservable(this,e,t)}var i=n(931);e.subscribeOn=r},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e._switch=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e),this.active=0,this.hasCompleted=!1}return i(e,t),e.prototype._next=function(t){this.unsubscribeInner(),this.active++,this.add(this.innerSubscription=s.subscribeToResult(this,t))},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&this.destination.complete()},e.prototype.unsubscribeInner=function(){this.active=this.active>0?this.active-1:0;var t=this.innerSubscription;t&&(t.unsubscribe(),this.remove(t))},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(){this.unsubscribeInner(),this.hasCompleted&&0===this.active&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.switchMap=r;var a=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.project=n,this.resultSelector=r,this.index=0}return i(e,t),e.prototype._next=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){var r=this.innerSubscription;r&&r.unsubscribe(),this.add(this.innerSubscription=s.subscribeToResult(this,t,e,n))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){this.resultSelector?this._tryNotifyNext(t,e,n,r):this.destination.next(e)},e.prototype._tryNotifyNext=function(t,e,n,r){var i;try{i=this.resultSelector(t,e,n,r)}catch(t){return void this.destination.error(t)}this.destination.next(i)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.switchMapTo=r;var a=function(){function t(t,e){this.observable=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.observable,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.inner=n,this.resultSelector=r,this.index=0}return i(e,t),e.prototype._next=function(t){var e=this.innerSubscription;e&&e.unsubscribe(),this.add(this.innerSubscription=s.subscribeToResult(this,this.inner,t,this.index++))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.resultSelector,a=o.destination;s?this.tryResultSelector(t,e,n,r):a.next(e)},e.prototype.tryResultSelector=function(t,e,n,r){var i,o=this,s=o.resultSelector,a=o.destination;try{i=s(t,e,n,r)}catch(t){return void a.error(t)}a.next(i)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return 0===t?new a.EmptyObservable:this.lift(new c(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187),a=n(89);e.take=r;var c=function(){function t(t){if(this.total=t,this.total<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.total))},t}(),u=function(t){function e(e,n){t.call(this,e),this.total=n,this.count=0}return i(e,t),e.prototype._next=function(t){var e=this.total;++this.count<=e&&(this.destination.next(t),this.count===e&&(this.destination.complete(),this.unsubscribe()))},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return 0===t?new a.EmptyObservable:this.lift(new c(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187),a=n(89);e.takeLast=r;var c=function(){function t(t){if(this.total=t,this.total<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.total))},t}(),u=function(t){function e(e,n){t.call(this,e),this.total=n,this.ring=new Array,this.count=0}return i(e,t),e.prototype._next=function(t){var e=this.ring,n=this.total,r=this.count++;if(e.length0)for(var n=this.count>=this.total?this.total:this.count,r=this.ring,i=0;i0?this.startWindowEvery:this.windowSize,n=this.destination,r=this.windowSize,i=this.windows,o=i.length,a=0;a=0&&c%e===0&&!this.closed&&i.shift().complete(),++this.count%e===0&&!this.closed){var u=new s.Subject;i.push(u),n.next(u)}},e.prototype._error=function(t){var e=this.windows;if(e)for(;e.length>0&&!this.closed;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){var t=this.windows;if(t)for(;t.length>0&&!this.closed;)t.shift().complete();this.destination.complete()},e.prototype._unsubscribe=function(){this.count=0,this.windows=null},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=u.async),this.lift(new h(t,e,n))}function i(t){var e=t.subscriber,n=t.windowTimeSpan,r=t.window;r&&r.complete(),t.window=e.openWindow(),this.schedule(t,n)}function o(t){var e=t.windowTimeSpan,n=t.subscriber,r=t.scheduler,i=t.windowCreationInterval,o=n.openWindow(),a=this,c={action:a,subscription:null},u={subscriber:n,window:o,context:c};c.subscription=r.schedule(s,e,u),a.add(c.subscription),a.schedule(t,i)}function s(t){var e=t.subscriber,n=t.window,r=t.context;r&&r.action&&r.subscription&&r.action.remove(r.subscription),e.closeWindow(n)}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(22),u=n(45),l=n(3);e.windowTime=r;var h=function(){function t(t,e,n){this.windowTimeSpan=t,this.windowCreationInterval=e,this.scheduler=n}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.windowTimeSpan,this.windowCreationInterval,this.scheduler))},t}(),p=function(t){function e(e,n,r,a){if(t.call(this,e),this.destination=e,this.windowTimeSpan=n,this.windowCreationInterval=r, -this.scheduler=a,this.windows=[],null!==r&&r>=0){var c=this.openWindow(),u={subscriber:this,window:c,context:null},l={windowTimeSpan:n,windowCreationInterval:r,subscriber:this,scheduler:a};this.add(a.schedule(s,n,u)),this.add(a.schedule(o,r,l))}else{var h=this.openWindow(),p={subscriber:this,window:h,windowTimeSpan:n};this.add(a.schedule(i,n,p))}}return a(e,t),e.prototype._next=function(t){for(var e=this.windows,n=e.length,r=0;r0;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){for(var t=this.windows;t.length>0;){var e=t.shift();e.closed||e.complete()}this.destination.complete()},e.prototype.openWindow=function(){var t=new c.Subject;this.windows.push(t);var e=this.destination;return e.next(t),t},e.prototype.closeWindow=function(t){t.complete();var e=this.windows;e.splice(e.indexOf(t),1)},e}(l.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new h(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(22),s=n(30),a=n(33),c=n(31),u=n(4),l=n(5);e.windowToggle=r;var h=function(){function t(t,e){this.openings=t,this.closingSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.openings,this.closingSelector))},t}(),p=function(t){function e(e,n,r){t.call(this,e),this.openings=n,this.closingSelector=r,this.contexts=[],this.add(this.openSubscription=l.subscribeToResult(this,n,n))}return i(e,t),e.prototype._next=function(t){var e=this.contexts;if(e)for(var n=e.length,r=0;r0){var s=o.indexOf(n);s!==-1&&o.splice(s,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=[t].concat(this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new i.ZipOperator(t))}var i=n(266);e.zipAll=r},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(30),o=function(t){function e(e,n){t.call(this)}return r(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(i.Subscription);e.Action=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(135),o=n(1053),s=function(t){function e(e,n){t.call(this,e,n),this.scheduler=e,this.work=n}return r(e,t),e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=o.AnimationFrame.requestAnimationFrame(e.flush.bind(e,null))))},e.prototype.recycleAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.recycleAsyncId.call(this,e,n,r):void(0===e.actions.length&&(o.AnimationFrame.cancelAnimationFrame(n),e.scheduled=void 0))},e}(i.AsyncAction);e.AnimationFrameAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e.prototype.flush=function(){this.active=!0,this.scheduled=void 0;var t,e=this.actions,n=-1,r=e.length,i=e.shift();do if(t=i.execute(i.state,i.delay))break;while(++n0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=i.Immediate.setImmediate(e.flush.bind(e,null))))},e.prototype.recycleAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.recycleAsyncId.call(this,e,n,r):void(0===e.actions.length&&(i.Immediate.clearImmediate(n),e.scheduled=void 0))},e}(o.AsyncAction);e.AsapAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e.prototype.flush=function(){this.active=!0,this.scheduled=void 0;var t,e=this.actions,n=-1,r=e.length,i=e.shift();do if(t=i.execute(i.state,i.delay))break;while(++n0?t.prototype.schedule.call(this,e,n):(this.delay=n,this.state=e,this.scheduler.flush(this),this)},e.prototype.execute=function(e,n){return n>0||this.closed?t.prototype.execute.call(this,e,n):this._execute(e,n)},e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):e.flush(this)},e}(i.AsyncAction);e.QueueAction=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e}(i.AsyncScheduler);e.QueueScheduler=o},function(t,e,n){"use strict";var r=n(1043),i=n(1044);e.animationFrame=new i.AnimationFrameScheduler(r.AnimationFrameAction)},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(30),s=n(386),a=n(388),c=function(t){function e(e,n){t.call(this,function(t){var e=this,n=e.logSubscribedFrame();return t.add(new o.Subscription(function(){e.logUnsubscribedFrame(n)})),e.scheduleMessages(t),t}),this.messages=e,this.subscriptions=[],this.scheduler=n}return r(e,t),e.prototype.scheduleMessages=function(t){for(var e=this.messages.length,n=0;n0;)e.shift().setup();t.prototype.flush.call(this);for(var n=this.flushTests.filter(function(t){return t.ready});n.length>0;){var r=n.shift();this.assertDeepEqual(r.actual,r.expected)}},e.parseMarblesAsSubscriptions=function(t){if("string"!=typeof t)return new c.SubscriptionLog(Number.POSITIVE_INFINITY);for(var e=t.length,n=-1,r=Number.POSITIVE_INFINITY,i=Number.POSITIVE_INFINITY,o=0;o-1?n:s;break;case"!":if(i!==Number.POSITIVE_INFINITY)throw new Error("found a second subscription point '^' in a subscription marble diagram. There can only be one.");i=n>-1?n:s;break;default:throw new Error("there can only be '^' and '!' markers in a subscription marble diagram. Found instead '"+a+"'.")}}return i<0?new c.SubscriptionLog(r):new c.SubscriptionLog(r,i)},e.parseMarbles=function(t,e,n,r){if(void 0===r&&(r=!1),t.indexOf("!")!==-1)throw new Error('conventional marble diagrams cannot have the unsubscription marker "!"');for(var i=t.length,a=[],c=t.indexOf("^"),u=c===-1?0:c*-this.frameTimeFactor,l="object"!=typeof e?function(t){return t}:function(t){return r&&e[t]instanceof s.ColdObservable?e[t].messages:e[t]},h=-1,p=0;p-1?h:f,notification:_})}return a},e}(u.VirtualTimeScheduler);e.TestScheduler=h},function(t,e,n){"use strict";var r=n(37),i=function(){function t(t){t.requestAnimationFrame?(this.cancelAnimationFrame=t.cancelAnimationFrame.bind(t),this.requestAnimationFrame=t.requestAnimationFrame.bind(t)):t.mozRequestAnimationFrame?(this.cancelAnimationFrame=t.mozCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.mozRequestAnimationFrame.bind(t)):t.webkitRequestAnimationFrame?(this.cancelAnimationFrame=t.webkitCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.webkitRequestAnimationFrame.bind(t)):t.msRequestAnimationFrame?(this.cancelAnimationFrame=t.msCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.msRequestAnimationFrame.bind(t)):t.oRequestAnimationFrame?(this.cancelAnimationFrame=t.oCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.oRequestAnimationFrame.bind(t)):(this.cancelAnimationFrame=t.clearTimeout.bind(t),this.requestAnimationFrame=function(e){return t.setTimeout(e,1e3/60)})}return t}();e.RequestAnimationFrameDefinition=i,e.AnimationFrame=new i(r.root)},function(t,e){"use strict";var n=function(){function t(){this.values={}}return t.prototype.delete=function(t){return this.values[t]=null,!0},t.prototype.set=function(t,e){return this.values[t]=e,this},t.prototype.get=function(t){return this.values[t]},t.prototype.forEach=function(t,e){var n=this.values;for(var r in n)n.hasOwnProperty(r)&&null!==n[r]&&t.call(e,n[r],r)},t.prototype.clear=function(){this.values={}},t}();e.FastMap=n},function(t,e,n){"use strict";var r=n(37),i=function(){function t(t){if(this.root=t,t.setImmediate&&"function"==typeof t.setImmediate)this.setImmediate=t.setImmediate.bind(t),this.clearImmediate=t.clearImmediate.bind(t);else{this.nextHandle=1,this.tasksByHandle={},this.currentlyRunningATask=!1,this.canUseProcessNextTick()?this.setImmediate=this.createProcessNextTickSetImmediate():this.canUsePostMessage()?this.setImmediate=this.createPostMessageSetImmediate():this.canUseMessageChannel()?this.setImmediate=this.createMessageChannelSetImmediate():this.canUseReadyStateChange()?this.setImmediate=this.createReadyStateChangeSetImmediate():this.setImmediate=this.createSetTimeoutSetImmediate();var e=function t(e){delete t.instance.tasksByHandle[e]};e.instance=this,this.clearImmediate=e}}return t.prototype.identify=function(t){return this.root.Object.prototype.toString.call(t)},t.prototype.canUseProcessNextTick=function(){return"[object process]"===this.identify(this.root.process)},t.prototype.canUseMessageChannel=function(){return Boolean(this.root.MessageChannel)},t.prototype.canUseReadyStateChange=function(){var t=this.root.document;return Boolean(t&&"onreadystatechange"in t.createElement("script"))},t.prototype.canUsePostMessage=function(){var t=this.root;if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}return!1},t.prototype.partiallyApplied=function(t){for(var e=[],n=1;nt._pos){var o=n.substr(t._pos);if("x-user-defined"===t._charset){for(var s=new r(o.length),a=0;at._pos&&(t.push(new r(new Uint8Array(u.result.slice(t._pos)))),t._pos=u.result.byteLength)},u.onload=function(){t.push(null)},u.readAsArrayBuffer(n)}t._xhr.readyState===c.DONE&&"ms-stream"!==t._mode&&t.push(null)}}).call(e,n(43),n(17).Buffer,n(27))},function(t,e,n){"use strict";function r(t){return this instanceof r?void i.call(this,t):new r(t)}t.exports=r;var i=n(395),o=n(65);o.inherits=n(42),o.inherits(r,i),r.prototype._transform=function(t,e,n){n(null,t)}},function(t,e,n){"use strict";function r(){this.head=null,this.tail=null,this.length=0}var i=(n(17).Buffer,n(232));t.exports=r,r.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},r.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},r.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},r.prototype.clear=function(){this.head=this.tail=null,this.length=0},r.prototype.join=function(t){if(0===this.length)return"";for(var e=this.head,n=""+e.data;e=e.next;)n+=t+e.data;return n},r.prototype.concat=function(t){if(0===this.length)return i.alloc(0);if(1===this.length)return this.head.data;for(var e=i.allocUnsafe(t>>>0),n=this.head,r=0;n;)n.data.copy(e,r),r+=n.data.length,n=n.next;return e}},function(t,e,n){var r=n(651);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(652);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(653);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(654);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(17).Buffer;t.exports=function(t){if(t instanceof Uint8Array){if(0===t.byteOffset&&t.byteLength===t.buffer.byteLength)return t.buffer;if("function"==typeof t.buffer.slice)return t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength)}if(r.isBuffer(t)){for(var e=new Uint8Array(t.length),n=t.length,i=0;i=0;a--)(i=t[a])&&(s=(o<3?i(s):o>3?i(e,n,s):i(e,n))||s);return o>3&&s&&Object.defineProperty(e,n,s),s}function i(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)}function o(t,e){return function(n,r){e(n,r,t)}}function s(t,e,n,r){return new(n||(n=Promise))(function(i,o){function s(t){try{c(r.next(t))}catch(t){o(t)}}function a(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){t.done?i(t.value):new n(function(e){e(t.value)}).then(s,a)}c((r=r.apply(t,e)).next())})}!function(t){t.__assign=t&&t.__assign||Object.assign||e,t.__extends=t&&t.__extends||n,t.__decorate=t&&t.__decorate||r,t.__metadata=t&&t.__metadata||i,t.__param=t&&t.__param||o,t.__awaiter=t&&t.__awaiter||s}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope?self:"undefined"!=typeof t?t:Function("return this;")())}).call(e,n(27))},function(t,e){"use strict";t.exports={isString:function(t){return"string"==typeof t},isObject:function(t){return"object"==typeof t&&null!==t},isNull:function(t){return null===t},isNullOrUndefined:function(t){return null==t}}},function(t,e){t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},function(t,e,n){(function(t,r){function i(t,n){var r={seen:[],stylize:s};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),d(n)?r.showHidden=n:n&&e._extend(r,n),w(r.showHidden)&&(r.showHidden=!1),w(r.depth)&&(r.depth=2),w(r.colors)&&(r.colors=!1),w(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=o),c(r,t,r.depth)}function o(t,e){var n=i.styles[e];return n?"["+i.colors[n][0]+"m"+t+"["+i.colors[n][1]+"m":t}function s(t,e){return t}function a(t){var e={};return t.forEach(function(t,n){e[t]=!0}),e}function c(t,n,r){if(t.customInspect&&n&&S(n.inspect)&&n.inspect!==e.inspect&&(!n.constructor||n.constructor.prototype!==n)){var i=n.inspect(r,t);return v(i)||(i=c(t,i,r)),i}var o=u(t,n);if(o)return o;var s=Object.keys(n),d=a(s);if(t.showHidden&&(s=Object.getOwnPropertyNames(n)),I(n)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return l(n);if(0===s.length){if(S(n)){var g=n.name?": "+n.name:"";return t.stylize("[Function"+g+"]","special")}if(x(n))return t.stylize(RegExp.prototype.toString.call(n),"regexp");if(E(n))return t.stylize(Date.prototype.toString.call(n),"date");if(I(n))return l(n)}var m="",y=!1,b=["{","}"];if(_(n)&&(y=!0,b=["[","]"]),S(n)){var w=n.name?": "+n.name:"";m=" [Function"+w+"]"}if(x(n)&&(m=" "+RegExp.prototype.toString.call(n)),E(n)&&(m=" "+Date.prototype.toUTCString.call(n)),I(n)&&(m=" "+l(n)),0===s.length&&(!y||0==n.length))return b[0]+m+b[1];if(r<0)return x(n)?t.stylize(RegExp.prototype.toString.call(n),"regexp"):t.stylize("[Object]","special");t.seen.push(n);var C;return C=y?h(t,n,r,d,s):s.map(function(e){return p(t,n,r,d,e,y)}),t.seen.pop(),f(C,m,b)}function u(t,e){if(w(e))return t.stylize("undefined","undefined");if(v(e)){var n="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(n,"string")}return y(e)?t.stylize(""+e,"number"):d(e)?t.stylize(""+e,"boolean"):g(e)?t.stylize("null","null"):void 0}function l(t){return"["+Error.prototype.toString.call(t)+"]"}function h(t,e,n,r,i){for(var o=[],s=0,a=e.length;s-1&&(a=o?a.split("\n").map(function(t){return" "+t}).join("\n").substr(2):"\n"+a.split("\n").map(function(t){return" "+t}).join("\n"))):a=t.stylize("[Circular]","special")),w(s)){if(o&&i.match(/^\d+$/))return a;s=JSON.stringify(""+i),s.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=t.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=t.stylize(s,"string"))}return s+": "+a}function f(t,e,n){var r=0,i=t.reduce(function(t,e){return r++,e.indexOf("\n")>=0&&r++,t+e.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?n[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+n[1]:n[0]+e+" "+t.join(", ")+" "+n[1]}function _(t){return Array.isArray(t)}function d(t){return"boolean"==typeof t}function g(t){return null===t}function m(t){return null==t}function y(t){return"number"==typeof t}function v(t){return"string"==typeof t}function b(t){return"symbol"==typeof t}function w(t){return void 0===t}function x(t){return C(t)&&"[object RegExp]"===k(t)}function C(t){return"object"==typeof t&&null!==t}function E(t){return C(t)&&"[object Date]"===k(t)}function I(t){return C(t)&&("[object Error]"===k(t)||t instanceof Error)}function S(t){return"function"==typeof t}function T(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||"undefined"==typeof t}function k(t){return Object.prototype.toString.call(t)}function O(t){return t<10?"0"+t.toString(10):t.toString(10)}function A(){var t=new Date,e=[O(t.getHours()),O(t.getMinutes()),O(t.getSeconds())].join(":");return[t.getDate(),j[t.getMonth()],e].join(" ")}function P(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var R=/%[sdj%]/g;e.format=function(t){if(!v(t)){for(var e=[],n=0;n=o)return t;switch(t){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(t){return"[Circular]"}default:return t}}),a=r[n];n=0;n--)"function"==typeof t[n]&&(t[n]=Zone.current.wrap(t[n],e+"_"+n));return t}function r(t,e){for(var r=t.constructor.name,i=function(i){var o=e[i],s=t[o];s&&(t[o]=function(t){return function(){return t.apply(this,n(arguments,r+"."+o))}}(s))},o=0;o1?new e(t,n):new e(t),s=Object.getOwnPropertyDescriptor(i,"onmessage");return s&&s.configurable===!1?(r=Object.create(i),["addEventListener","removeEventListener","send","close"].forEach(function(t){r[t]=function(){return i[t].apply(i,arguments)}})):r=i,o(r,["close","error","message","open"]),r};for(var n in e)t.WebSocket[n]=e[n]}function x(t){if(!A){var e="undefined"!=typeof WebSocket;C()?(P&&o(HTMLElement.prototype,W),o(XMLHttpRequest.prototype,null),"undefined"!=typeof IDBIndex&&(o(IDBIndex.prototype,null),o(IDBRequest.prototype,null),o(IDBOpenDBRequest.prototype,null),o(IDBDatabase.prototype,null),o(IDBTransaction.prototype,null),o(IDBCursor.prototype,null)),e&&o(WebSocket.prototype,null)):(E(),h("XMLHttpRequest"),e&&w(t))}}function C(){if(P&&!Object.getOwnPropertyDescriptor(HTMLElement.prototype,"onclick")&&"undefined"!=typeof Element){var t=Object.getOwnPropertyDescriptor(Element.prototype,"onclick");if(t&&!t.configurable)return!1}Object.defineProperty(XMLHttpRequest.prototype,"onreadystatechange",{get:function(){return!0}});var e=new XMLHttpRequest,n=!!e.onreadystatechange;return Object.defineProperty(XMLHttpRequest.prototype,"onreadystatechange",{}),n}function E(){for(var t=function(t){var e=W[t],n="on"+e;document.addEventListener(e,function(t){var e,r,i=t.target;for(r=i?i.constructor.name+"."+n:"unknown."+n;i;)i[n]&&!i[n][$]&&(e=Zone.current.wrap(i[n],r),e[$]=i[n],i[n]=e),i=i.parentElement},!0)},e=0;e",this._properties=e&&e.properties||{},this._zoneDelegate=new d(this,this._parent&&this._parent._zoneDelegate,e)}return n.assertZonePatched=function(){if(t.Promise!==N)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")},Object.defineProperty(n,"current",{get:function(){return b},enumerable:!0,configurable:!0}),Object.defineProperty(n,"currentTask",{get:function(){return w},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"name",{get:function(){return this._name},enumerable:!0,configurable:!0}),n.prototype.get=function(t){var e=this.getZoneWith(t);if(e)return e._properties[t]},n.prototype.getZoneWith=function(t){for(var e=this;e;){if(e._properties.hasOwnProperty(t))return e;e=e._parent}return null},n.prototype.fork=function(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)},n.prototype.wrap=function(t,e){if("function"!=typeof t)throw new Error("Expecting function got: "+t);var n=this._zoneDelegate.intercept(this,t,e),r=this;return function(){return r.runGuarded(n,this,arguments,e)}},n.prototype.run=function(t,e,n,r){void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null);var i=b;b=this;try{return this._zoneDelegate.invoke(this,t,e,n,r)}finally{b=i}},n.prototype.runGuarded=function(t,e,n,r){void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null);var i=b;b=this;try{try{return this._zoneDelegate.invoke(this,t,e,n,r)}catch(t){if(this._zoneDelegate.handleError(this,t))throw t}}finally{b=i}},n.prototype.runTask=function(t,e,n){if(t.runCount++,t.zone!=this)throw new Error("A task can only be run in the zone which created it! (Creation: "+t.zone.name+"; Execution: "+this.name+")");var r=w;w=t;var i=b;b=this;try{"macroTask"==t.type&&t.data&&!t.data.isPeriodic&&(t.cancelFn=null);try{return this._zoneDelegate.invokeTask(this,t,e,n)}catch(t){if(this._zoneDelegate.handleError(this,t))throw t}}finally{b=i,w=r}},n.prototype.scheduleMicroTask=function(t,e,n,r){return this._zoneDelegate.scheduleTask(this,new g("microTask",this,t,e,n,r,null))},n.prototype.scheduleMacroTask=function(t,e,n,r,i){return this._zoneDelegate.scheduleTask(this,new g("macroTask",this,t,e,n,r,i))},n.prototype.scheduleEventTask=function(t,e,n,r,i){return this._zoneDelegate.scheduleTask(this,new g("eventTask",this,t,e,n,r,i))},n.prototype.cancelTask=function(t){var e=this._zoneDelegate.cancelTask(this,t);return t.runCount=-1,t.cancelFn=null,e},n.__symbol__=e,n}(),d=function(){function t(t,e,n){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=t,this._parentDelegate=e,this._forkZS=n&&(n&&n.onFork?n:e._forkZS),this._forkDlgt=n&&(n.onFork?e:e._forkDlgt),this._interceptZS=n&&(n.onIntercept?n:e._interceptZS),this._interceptDlgt=n&&(n.onIntercept?e:e._interceptDlgt),this._invokeZS=n&&(n.onInvoke?n:e._invokeZS),this._invokeDlgt=n&&(n.onInvoke?e:e._invokeDlgt),this._handleErrorZS=n&&(n.onHandleError?n:e._handleErrorZS),this._handleErrorDlgt=n&&(n.onHandleError?e:e._handleErrorDlgt),this._scheduleTaskZS=n&&(n.onScheduleTask?n:e._scheduleTaskZS),this._scheduleTaskDlgt=n&&(n.onScheduleTask?e:e._scheduleTaskDlgt),this._invokeTaskZS=n&&(n.onInvokeTask?n:e._invokeTaskZS),this._invokeTaskDlgt=n&&(n.onInvokeTask?e:e._invokeTaskDlgt),this._cancelTaskZS=n&&(n.onCancelTask?n:e._cancelTaskZS),this._cancelTaskDlgt=n&&(n.onCancelTask?e:e._cancelTaskDlgt),this._hasTaskZS=n&&(n.onHasTask?n:e._hasTaskZS),this._hasTaskDlgt=n&&(n.onHasTask?e:e._hasTaskDlgt)}return t.prototype.fork=function(t,e){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,t,e):new _(t,e)},t.prototype.intercept=function(t,e,n){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this.zone,t,e,n):e},t.prototype.invoke=function(t,e,n,r,i){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this.zone,t,e,n,r,i):e.apply(n,r)},t.prototype.handleError=function(t,e){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this.zone,t,e)},t.prototype.scheduleTask=function(t,e){try{if(this._scheduleTaskZS)return this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this.zone,t,e);if(e.scheduleFn)e.scheduleFn(e);else{if("microTask"!=e.type)throw new Error("Task is missing scheduleFn.");r(e)}return e}finally{t==this.zone&&this._updateTaskCount(e.type,1)}},t.prototype.invokeTask=function(t,e,n,r){try{return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this.zone,t,e,n,r):e.callback.apply(n,r)}finally{t!=this.zone||"eventTask"==e.type||e.data&&e.data.isPeriodic||this._updateTaskCount(e.type,-1)}},t.prototype.cancelTask=function(t,e){var n;if(this._cancelTaskZS)n=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this.zone,t,e);else{if(!e.cancelFn)throw new Error("Task does not support cancellation, or is already canceled.");n=e.cancelFn(e)}return t==this.zone&&this._updateTaskCount(e.type,-1),n},t.prototype.hasTask=function(t,e){return this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this.zone,t,e)},t.prototype._updateTaskCount=function(t,e){var n=this._taskCounts,r=n[t],i=n[t]=r+e;if(i<0)throw new Error("More tasks executed then were scheduled.");if(0==r||0==i){var o={microTask:n.microTask>0,macroTask:n.macroTask>0,eventTask:n.eventTask>0,change:t};try{this.hasTask(this.zone,o)}finally{this._parentDelegate&&this._parentDelegate._updateTaskCount(t,e)}}},t}(),g=function(){function t(t,e,n,r,i,s,a){this.runCount=0,this.type=t,this.zone=e,this.source=n,this.data=i,this.scheduleFn=s,this.cancelFn=a,this.callback=r;var c=this;this.invoke=function(){I++;try{return e.runTask(c,this,arguments)}finally{1==I&&o(),I--}}}return t.prototype.toString=function(){return this.data&&"undefined"!=typeof this.data.handleId?this.data.handleId:this.toString()},t}(),m=e("setTimeout"),y=e("Promise"),v=e("then"),b=new _(null,null),w=null,x=[],C=!1,E=[],I=0,S=e("state"),T=e("value"),k="Promise.then",O=null,A=!0,P=!1,R=0,N=function(){function t(e){var n=this;if(!(n instanceof t))throw new Error("Must be an instanceof Promise.");n[S]=O,n[T]=[];try{e&&e(u(n,A),u(n,P))}catch(t){l(n,!1,t)}}return t.resolve=function(t){return l(new this(null),A,t)},t.reject=function(t){return l(new this(null),P,t)},t.race=function(t){function e(t){o&&(o=r(t))}function n(t){o&&(o=i(t))}for(var r,i,o=new this(function(t,e){r=t,i=e}),a=0,c=t;a=o())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+o().toString(16)+" bytes");return 0|t}function y(e){return+e!=e&&(e=0),t.alloc(+e)}function m(e,n){if(t.isBuffer(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var i=!1;;)switch(n){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return W(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return G(e).length;default:if(i)return W(e).length;n=(""+n).toLowerCase(),i=!0}}function g(t,e,n){var r=!1;if((void 0===e||e<0)&&(e=0),e>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if(n>>>=0,e>>>=0,n<=e)return"";for(t||(t="utf8");;)switch(t){case"hex":return P(this,e,n);case"utf8":case"utf-8":return O(this,e,n);case"ascii":return A(this,e,n);case"latin1":case"binary":return N(this,e,n);case"base64":return S(this,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return M(this,e,n);default:if(r)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),r=!0}}function v(t,e,n){var r=t[e];t[e]=t[n],t[n]=r}function b(e,n,r,i,o){if(0===e.length)return-1;if("string"==typeof r?(i=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=o?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(o)return-1;r=e.length-1}else if(r<0){if(!o)return-1;r=0}if("string"==typeof n&&(n=t.from(n,i)),t.isBuffer(n))return 0===n.length?-1:w(e,n,r,i,o);if("number"==typeof n)return n=255&n,t.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?o?Uint8Array.prototype.indexOf.call(e,n,r):Uint8Array.prototype.lastIndexOf.call(e,n,r):w(e,[n],r,i,o);throw new TypeError("val must be string, number or Buffer"); +}function w(t,e,n,r,i){function o(t,e){return 1===s?t[e]:t.readUInt16BE(e*s)}var s=1,a=t.length,c=e.length;if(void 0!==r&&(r=String(r).toLowerCase(),"ucs2"===r||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(t.length<2||e.length<2)return-1;s=2,a/=2,c/=2,n/=2}var u;if(i){var l=-1;for(u=n;ua&&(n=a-c),u=n;u>=0;u--){for(var h=!0,p=0;pi&&(r=i)):r=i;var o=e.length;if(o%2!==0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var s=0;s239?4:o>223?3:o>191?2:1;if(i+a<=n){var c,u,l,h;switch(a){case 1:o<128&&(s=o);break;case 2:c=t[i+1],128===(192&c)&&(h=(31&o)<<6|63&c,h>127&&(s=h));break;case 3:c=t[i+1],u=t[i+2],128===(192&c)&&128===(192&u)&&(h=(15&o)<<12|(63&c)<<6|63&u,h>2047&&(h<55296||h>57343)&&(s=h));break;case 4:c=t[i+1],u=t[i+2],l=t[i+3],128===(192&c)&&128===(192&u)&&128===(192&l)&&(h=(15&o)<<18|(63&c)<<12|(63&u)<<6|63&l,h>65535&&h<1114112&&(s=h))}}null===s?(s=65533,a=1):s>65535&&(s-=65536,r.push(s>>>10&1023|55296),s=56320|1023&s),r.push(s),i+=a}return R(r)}function R(t){var e=t.length;if(e<=tt)return String.fromCharCode.apply(String,t);for(var n="",r=0;rr)&&(n=r);for(var i="",o=e;on)throw new RangeError("Trying to access beyond buffer length")}function V(e,n,r,i,o,s){if(!t.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(n>o||ne.length)throw new RangeError("Index out of range")}function j(t,e,n,r){e<0&&(e=65535+e+1);for(var i=0,o=Math.min(t.length-n,2);i>>8*(r?i:1-i)}function L(t,e,n,r){e<0&&(e=4294967295+e+1);for(var i=0,o=Math.min(t.length-n,4);i>>8*(r?i:3-i)&255}function F(t,e,n,r,i,o){if(n+r>t.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function B(t,e,n,r,i){return i||F(t,e,n,4,3.4028234663852886e38,-3.4028234663852886e38),X.write(t,e,n,r,23,4),n+4}function U(t,e,n,r,i){return i||F(t,e,n,8,1.7976931348623157e308,-1.7976931348623157e308),X.write(t,e,n,r,52,8),n+8}function z(t){if(t=H(t).replace(et,""),t.length<2)return"";for(;t.length%4!==0;)t+="=";return t}function H(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function q(t){return t<16?"0"+t.toString(16):t.toString(16)}function W(t,e){e=e||1/0;for(var n,r=t.length,i=null,o=[],s=0;s55295&&n<57344){if(!i){if(n>56319){(e-=3)>-1&&o.push(239,191,189);continue}if(s+1===r){(e-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(e-=3)>-1&&o.push(239,191,189),i=n;continue}n=(i-55296<<10|n-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((e-=1)<0)break;o.push(n)}else if(n<2048){if((e-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((e-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((e-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function Y(t){for(var e=[],n=0;n>8,i=n%256,o.push(i),o.push(r);return o}function G(t){return K.toByteArray(z(t))}function Z(t,e,n,r){for(var i=0;i=e.length||i>=t.length);++i)e[i+n]=t[i];return i}function J(t){return t!==t}var K=n(487),X=n(655),Q=n(255);e.Buffer=t,e.SlowBuffer=y,e.INSPECT_MAX_BYTES=50,t.TYPED_ARRAY_SUPPORT=void 0!==r.TYPED_ARRAY_SUPPORT?r.TYPED_ARRAY_SUPPORT:i(),e.kMaxLength=o(),t.poolSize=8192,t._augment=function(e){return e.__proto__=t.prototype,e},t.from=function(t,e,n){return a(null,t,e,n)},t.TYPED_ARRAY_SUPPORT&&(t.prototype.__proto__=Uint8Array.prototype,t.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&t[Symbol.species]===t&&Object.defineProperty(t,Symbol.species,{value:null,configurable:!0})),t.alloc=function(t,e,n){return u(null,t,e,n)},t.allocUnsafe=function(t){return l(null,t)},t.allocUnsafeSlow=function(t){return l(null,t)},t.isBuffer=function(t){return!(null==t||!t._isBuffer)},t.compare=function(e,n){if(!t.isBuffer(e)||!t.isBuffer(n))throw new TypeError("Arguments must be Buffers");if(e===n)return 0;for(var r=e.length,i=n.length,o=0,s=Math.min(r,i);o0&&(t=this.toString("hex",0,n).match(/.{2}/g).join(" "),this.length>n&&(t+=" ... ")),""},t.prototype.compare=function(e,n,r,i,o){if(!t.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===n&&(n=0),void 0===r&&(r=e?e.length:0),void 0===i&&(i=0),void 0===o&&(o=this.length),n<0||r>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&n>=r)return 0;if(i>=o)return-1;if(n>=r)return 1;if(n>>>=0,r>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var s=o-i,a=r-n,c=Math.min(s,a),u=this.slice(i,o),l=e.slice(n,r),h=0;hi)&&(n=i),t.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return x(this,t,e,n);case"utf8":case"utf-8":return I(this,t,e,n);case"ascii":return C(this,t,e,n);case"latin1":case"binary":return k(this,t,e,n);case"base64":return T(this,t,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,t,e,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},t.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var tt=4096;t.prototype.slice=function(e,n){var r=this.length;e=~~e,n=void 0===n?r:~~n,e<0?(e+=r,e<0&&(e=0)):e>r&&(e=r),n<0?(n+=r,n<0&&(n=0)):n>r&&(n=r),n0&&(i*=256);)r+=this[t+--e]*i;return r},t.prototype.readUInt8=function(t,e){return e||D(t,1,this.length),this[t]},t.prototype.readUInt16LE=function(t,e){return e||D(t,2,this.length),this[t]|this[t+1]<<8},t.prototype.readUInt16BE=function(t,e){return e||D(t,2,this.length),this[t]<<8|this[t+1]},t.prototype.readUInt32LE=function(t,e){return e||D(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+16777216*this[t+3]},t.prototype.readUInt32BE=function(t,e){return e||D(t,4,this.length),16777216*this[t]+(this[t+1]<<16|this[t+2]<<8|this[t+3])},t.prototype.readIntLE=function(t,e,n){t=0|t,e=0|e,n||D(t,e,this.length);for(var r=this[t],i=1,o=0;++o=i&&(r-=Math.pow(2,8*e)),r},t.prototype.readIntBE=function(t,e,n){t=0|t,e=0|e,n||D(t,e,this.length);for(var r=e,i=1,o=this[t+--r];r>0&&(i*=256);)o+=this[t+--r]*i;return i*=128,o>=i&&(o-=Math.pow(2,8*e)),o},t.prototype.readInt8=function(t,e){return e||D(t,1,this.length),128&this[t]?(255-this[t]+1)*-1:this[t]},t.prototype.readInt16LE=function(t,e){e||D(t,2,this.length);var n=this[t]|this[t+1]<<8;return 32768&n?4294901760|n:n},t.prototype.readInt16BE=function(t,e){e||D(t,2,this.length);var n=this[t+1]|this[t]<<8;return 32768&n?4294901760|n:n},t.prototype.readInt32LE=function(t,e){return e||D(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},t.prototype.readInt32BE=function(t,e){return e||D(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},t.prototype.readFloatLE=function(t,e){return e||D(t,4,this.length),X.read(this,t,!0,23,4)},t.prototype.readFloatBE=function(t,e){return e||D(t,4,this.length),X.read(this,t,!1,23,4)},t.prototype.readDoubleLE=function(t,e){return e||D(t,8,this.length),X.read(this,t,!0,52,8)},t.prototype.readDoubleBE=function(t,e){return e||D(t,8,this.length),X.read(this,t,!1,52,8)},t.prototype.writeUIntLE=function(t,e,n,r){if(t=+t,e=0|e,n=0|n,!r){var i=Math.pow(2,8*n)-1;V(this,t,e,n,i,0)}var o=1,s=0;for(this[e]=255&t;++s=0&&(s*=256);)this[e+o]=t/s&255;return e+n},t.prototype.writeUInt8=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,1,255,0),t.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[n]=255&e,n+1},t.prototype.writeUInt16LE=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,2,65535,0),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):j(this,e,n,!0),n+2},t.prototype.writeUInt16BE=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,2,65535,0),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):j(this,e,n,!1),n+2},t.prototype.writeUInt32LE=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,4,4294967295,0),t.TYPED_ARRAY_SUPPORT?(this[n+3]=e>>>24,this[n+2]=e>>>16,this[n+1]=e>>>8,this[n]=255&e):L(this,e,n,!0),n+4},t.prototype.writeUInt32BE=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,4,4294967295,0),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):L(this,e,n,!1),n+4},t.prototype.writeIntLE=function(t,e,n,r){if(t=+t,e=0|e,!r){var i=Math.pow(2,8*n-1);V(this,t,e,n,i-1,-i)}var o=0,s=1,a=0;for(this[e]=255&t;++o>0)-a&255;return e+n},t.prototype.writeIntBE=function(t,e,n,r){if(t=+t,e=0|e,!r){var i=Math.pow(2,8*n-1);V(this,t,e,n,i-1,-i)}var o=n-1,s=1,a=0;for(this[e+o]=255&t;--o>=0&&(s*=256);)t<0&&0===a&&0!==this[e+o+1]&&(a=1),this[e+o]=(t/s>>0)-a&255;return e+n},t.prototype.writeInt8=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,1,127,-128),t.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[n]=255&e,n+1},t.prototype.writeInt16LE=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,2,32767,-32768),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8):j(this,e,n,!0),n+2},t.prototype.writeInt16BE=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,2,32767,-32768),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>8,this[n+1]=255&e):j(this,e,n,!1),n+2},t.prototype.writeInt32LE=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,4,2147483647,-2147483648),t.TYPED_ARRAY_SUPPORT?(this[n]=255&e,this[n+1]=e>>>8,this[n+2]=e>>>16,this[n+3]=e>>>24):L(this,e,n,!0),n+4},t.prototype.writeInt32BE=function(e,n,r){return e=+e,n=0|n,r||V(this,e,n,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),t.TYPED_ARRAY_SUPPORT?(this[n]=e>>>24,this[n+1]=e>>>16,this[n+2]=e>>>8,this[n+3]=255&e):L(this,e,n,!1),n+4},t.prototype.writeFloatLE=function(t,e,n){return B(this,t,e,!0,n)},t.prototype.writeFloatBE=function(t,e,n){return B(this,t,e,!1,n)},t.prototype.writeDoubleLE=function(t,e,n){return U(this,t,e,!0,n)},t.prototype.writeDoubleBE=function(t,e,n){return U(this,t,e,!1,n)},t.prototype.copy=function(e,n,r,i){if(r||(r=0),i||0===i||(i=this.length),n>=e.length&&(n=e.length),n||(n=0),i>0&&i=this.length)throw new RangeError("sourceStart out of bounds");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-n=0;--o)e[o+n]=this[o+r];else if(s<1e3||!t.TYPED_ARRAY_SUPPORT)for(o=0;o>>=0,r=void 0===r?this.length:r>>>0,e||(e=0);var s;if("number"==typeof e)for(s=n;s=e.length-1?e.pop():e.splice(n,1)}this.viewContainer=null,this.dirtyParentQueriesInternal()},t.prototype._renderDetach=function(){this._directRenderer?this.visitRootNodesInternal(this._directRenderer.remove,null):this.renderer.detachView(this.flatRootNodes)},t.prototype.attachAfter=function(t,e){this._renderAttach(t,e),this.viewContainer=t,this.declaredViewContainer&&this.declaredViewContainer!==t&&(this.declaredViewContainer.projectedViews||(this.declaredViewContainer.projectedViews=[]),this.declaredViewContainer.projectedViews.push(this)),this.dirtyParentQueriesInternal()},t.prototype.moveAfter=function(t,e){this._renderAttach(t,e),this.dirtyParentQueriesInternal()},t.prototype._renderAttach=function(t,e){var n=e?e.lastRootNode:t.nativeElement;if(this._directRenderer){var r=this._directRenderer.nextSibling(n);if(r)this.visitRootNodesInternal(this._directRenderer.insertBefore,r);else{var i=this._directRenderer.parentElement(n);i&&this.visitRootNodesInternal(this._directRenderer.appendChild,i)}}else this.renderer.attachViewAfter(n,this.flatRootNodes)},Object.defineProperty(t.prototype,"changeDetectorRef",{get:function(){return this.ref},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"flatRootNodes",{get:function(){var t=[];return this.visitRootNodesInternal(f.addToArray,t),t},enumerable:!0,configurable:!0}),t.prototype.projectNodes=function(t,e){if(this._directRenderer)this.visitProjectedNodes(e,this._directRenderer.appendChild,t);else{var n=[];this.visitProjectedNodes(e,f.addToArray,n),this.renderer.projectNodes(t,n)}},t.prototype.visitProjectedNodes=function(t,e,n){switch(this.type){case p.ViewType.EMBEDDED:this.parentView.visitProjectedNodes(t,e,n);break;case p.ViewType.COMPONENT:if(this.parentView.type===p.ViewType.HOST)for(var r=this.parentView._hostProjectableNodes[t]||[],i=0;i=0&&(t="https")):t=e.protocol?e.protocol.slice(0,-1):"http";var r=this._schema.host||e.host;this.basePath=this._schema.basePath||"/",this.apiUrl=t+"://"+r+this.basePath,this.apiUrl.endsWith("/")&&(this.apiUrl=this.apiUrl.substr(0,this.apiUrl.length-1)),this.preprocess()},t.prototype.preprocess=function(){var t=new a.MdRenderer;if(this._schema.info.description||(this._schema.info.description=""),this._schema.securityDefinitions){var e=n(159).SecurityDefinitions;t.addPreprocessor(e.insertTagIntoDescription)}this._schema.info["x-redoc-html-description"]=t.renderMd(this._schema.info.description),this._schema.info["x-redoc-markdown-headers"]=t.firstLevelHeadings},Object.defineProperty(t.prototype,"schema",{get:function(){return this._schema},set:function(t){this._schema=t,this.spec.next(this._schema)},enumerable:!0,configurable:!0}),t.prototype.byPointer=function(t){var e=null;if(void 0==t)return null;try{e=i.JsonPointer.get(this._schema,decodeURIComponent(t))}catch(n){"#"!==t.charAt(0)&&(t="#"+t);try{e=this.parser.$refs.get(decodeURIComponent(t))}catch(t){}}return e},t.prototype.resolveRefs=function(t){var e=this;return Object.keys(t).forEach(function(n){if(t[n].$ref){var r=e.byPointer(t[n].$ref);r._pointer=t[n].$ref,t[n]=r}}),t},t.prototype.getMethodParams=function(t,e){function n(t,e){if(!Array.isArray(t))throw new Error("parameters must be an array. Got "+typeof t+" at "+e);return t.map(function(t,n){return t._pointer=i.JsonPointer.join(e,n),t})}"parameters"===i.JsonPointer.baseName(t)&&(t=i.JsonPointer.dirName(t));var r=i.JsonPointer.join(i.JsonPointer.dirName(t),["parameters"]),o=this.byPointer(r)||[],s=i.JsonPointer.join(t,["parameters"]),a=this.byPointer(s)||[];return o=n(o,r),a=n(a,s),e&&(a=this.resolveRefs(a),o=this.resolveRefs(o)),a.concat(o)},t.prototype.getTagsMap=function(){for(var t=this._schema.tags||[],e={},n=0,r=t;n0?r[e-1]:null;t.moveAfter(this,i)},t.prototype.attachView=function(t,e){if(t.type===o.ViewType.COMPONENT)throw new Error("Component views can't be moved!");var n=this.nestedViews;null==n&&(n=[],this.nestedViews=n),e>=n.length?n.push(t):n.splice(e,0,t);var r=e>0?n[e-1]:null;t.attachAfter(this,r)},t.prototype.detachView=function(t){var e=this.nestedViews[t];if(t>=this.nestedViews.length-1?this.nestedViews.pop():this.nestedViews.splice(t,1),e.type===o.ViewType.COMPONENT)throw new Error("Component views can't be moved!");return e.detach(),e},t}()},function(t,e,n){var r=n(6),i=n(328),o=n(84),s=Object.defineProperty;e.f=n(29)?Object.defineProperty:function(t,e,n){ +if(r(t),e=o(e,!0),r(n),i)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){"use strict";var r=n(22);n.d(e,"TemplateRef",function(){return o}),n.d(e,"TemplateRef_",function(){return s});var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=function(){function t(){}return Object.defineProperty(t.prototype,"elementRef",{get:function(){return null},enumerable:!0,configurable:!0}),t}(),s=function(t){function e(e,n,r){t.call(this),this._parentView=e,this._nodeIndex=n,this._nativeElement=r}return i(e,t),e.prototype.createEmbeddedView=function(t){var e=this._parentView.createEmbeddedViewInternal(this._nodeIndex);return e.create(t||{}),e.ref},Object.defineProperty(e.prototype,"elementRef",{get:function(){return new r.ElementRef(this._nativeElement)},enumerable:!0,configurable:!0}),e}(o)},function(t,e,n){"use strict";function r(t){var e={};return null!==t&&Object.keys(t).forEach(function(n){t[n].forEach(function(t){e[String(t)]=n})}),e}function i(t,e){if(e=e||{},Object.keys(e).forEach(function(e){if(s.indexOf(e)===-1)throw new o('Unknown option "'+e+'" is met in definition of "'+t+'" YAML type.')}),this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(t){return t},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.defaultStyle=e.defaultStyle||null,this.styleAliases=r(e.styleAliases||null),a.indexOf(this.kind)===-1)throw new o('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}var o=n(132),s=["kind","resolve","construct","instanceOf","predicate","represent","defaultStyle","styleAliases"],a=["scalar","sequence","mapping"];t.exports=i},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){"use strict";var r=n(2);n.d(e,"NgIf",function(){return i});var i=function(){function t(t,e){this._viewContainer=t,this._template=e,this._hasView=!1}return Object.defineProperty(t.prototype,"ngIf",{set:function(t){t&&!this._hasView?(this._hasView=!0,this._viewContainer.createEmbeddedView(this._template)):!t&&this._hasView&&(this._hasView=!1,this._viewContainer.clear())},enumerable:!0,configurable:!0}),t.decorators=[{type:r.Directive,args:[{selector:"[ngIf]"}]}],t.ctorParameters=[{type:r.ViewContainerRef},{type:r.TemplateRef}],t.propDecorators={ngIf:[{type:r.Input}]},t}()},function(t,e,n){t.exports=!n(10)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(t,e,n){"use strict";var r=n(66),i=n(1057),o=n(269),s=n(33),a=n(31),c=n(385),u=function(){function t(t){this.closed=!1,t&&(this._unsubscribe=t)}return t.prototype.unsubscribe=function(){var t,e=!1;if(!this.closed){this.closed=!0;var n=this,u=n._unsubscribe,l=n._subscriptions;if(this._subscriptions=null,o.isFunction(u)){var h=s.tryCatch(u).call(this);h===a.errorObject&&(e=!0,(t=t||[]).push(a.errorObject.e))}if(r.isArray(l))for(var p=-1,f=l.length;++p0?i(r(t),9007199254740991):0}},function(t,e,n){"use strict";(function(t){var n={boolean:!1,function:!0,object:!0,number:!1,string:!1,undefined:!1};e.root=n[typeof self]&&self||n[typeof window]&&window;var r=n[typeof t]&&t;!r||r.global!==r&&r.window!==r||(e.root=r)}).call(e,n(27))},function(t,e,n){"use strict";n.d(e,"SecurityContext",function(){return r}),n.d(e,"Sanitizer",function(){return i});var r;!function(t){t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL"}(r||(r={}));var i=function(){function t(){}return t}()},function(t,e,n){"use strict";var r=n(20);e.SpecManager=r.SpecManager;var i=function(){function t(t){this.specMgr=t,this.componentSchema=null,this.dereferencedCache={}}return t.prototype.ngOnInit=function(){this.preinit()},t.prototype.preinit=function(){this.componentSchema=this.specMgr.byPointer(this.pointer||""),this.init()},t.prototype.ngOnDestroy=function(){this.destroy()},t.prototype.init=function(){},t.prototype.destroy=function(){},t}();e.BaseComponent=i},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){"function"==typeof Object.create?t.exports=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})}:t.exports=function(t,e){t.super_=e;var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}},function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(t){if(l===setTimeout)return setTimeout(t,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function o(t){if(h===clearTimeout)return clearTimeout(t);if((h===r||!h)&&clearTimeout)return h=clearTimeout,clearTimeout(t);try{return h(t)}catch(e){try{return h.call(null,t)}catch(e){return h.call(this,t)}}}function s(){d&&f&&(d=!1,f.length?_=f.concat(_):y=-1,_.length&&a())}function a(){if(!d){var t=i(s);d=!0;for(var e=_.length;e;){for(f=_,_=[];++y1)for(var n=1;n=55296&&t<=57343)&&(!(t>=64976&&t<=65007)&&(65535!==(65535&t)&&65534!==(65535&t)&&(!(t>=0&&t<=8)&&(11!==t&&(!(t>=14&&t<=31)&&(!(t>=127&&t<=159)&&!(t>1114111)))))))}function u(t){if(t>65535){t-=65536;var e=55296+(t>>10),n=56320+(1023&t);return String.fromCharCode(e,n)}return String.fromCharCode(t)}function l(t,e){var n=0;return o(g,e)?g[e]:35===e.charCodeAt(0)&&m.test(e)&&(n="x"===e[1].toLowerCase()?parseInt(e.slice(2),16):parseInt(e.slice(1),10),c(n))?u(n):t}function h(t){return t.indexOf("&")<0?t:t.replace(y,l)}function p(t){return w[t]}function f(t){return v.test(t)?t.replace(b,p):t}var _=Object.prototype.hasOwnProperty,d=/\\([\\!"#$%&'()*+,.\/:;<=>?@[\]^_`{|}~-])/g,y=/&([a-z#][a-z0-9]{1,31});/gi,m=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,g=n(360),v=/[&<>"]/,b=/[&<>"]/g,w={"&":"&","<":"<",">":">",'"':"""};e.assign=s,e.isString=i,e.has=o,e.unescapeMd=a,e.isValidEntityCode=c,e.fromCodePoint=u,e.replaceEntities=h,e.escapeHtml=f},function(t,e,n){"use strict";var r=n(135),i=n(136);e.async=new i.AsyncScheduler(r.AsyncAction)},function(t,e,n){"use strict";var r=n(2),i=n(49);n.d(e,"NgForRow",function(){return o}),n.d(e,"NgFor",function(){return s});var o=function(){function t(t,e,n){this.$implicit=t,this.index=e,this.count=n}return Object.defineProperty(t.prototype,"first",{get:function(){return 0===this.index},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"last",{get:function(){return this.index===this.count-1},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"even",{get:function(){return this.index%2===0},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"odd",{get:function(){return!this.even},enumerable:!0,configurable:!0}),t}(),s=function(){function t(t,e,n,r){this._viewContainer=t,this._template=e,this._differs=n,this._cdr=r,this._differ=null}return Object.defineProperty(t.prototype,"ngForTemplate",{set:function(t){t&&(this._template=t)},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){if("ngForOf"in t){var e=t.ngForOf.currentValue;if(!this._differ&&e)try{this._differ=this._differs.find(e).create(this._cdr,this.ngForTrackBy)}catch(t){throw new Error("Cannot find a differ supporting object '"+e+"' of type '"+n.i(i.f)(e)+"'. NgFor only supports binding to Iterables such as Arrays.")}}},t.prototype.ngDoCheck=function(){if(this._differ){var t=this._differ.diff(this.ngForOf);t&&this._applyChanges(t)}},t.prototype._applyChanges=function(t){var e=this,n=[];t.forEachOperation(function(t,r,i){if(null==t.previousIndex){var s=e._viewContainer.createEmbeddedView(e._template,new o(null,null,null),i),c=new a(t,s);n.push(c)}else if(null==i)e._viewContainer.remove(r);else{var s=e._viewContainer.get(r);e._viewContainer.move(s,i);var c=new a(t,s);n.push(c)}});for(var r=0;r"+i+""};t.exports=function(t,e){var n={};n[t]=e(a),r(r.P+r.F*i(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}),"String",n)}},function(t,e,n){"use strict";(function(t){function r(t){return t.name||typeof t}function i(t){return null!=t}function o(t){return null==t}function s(t){return t instanceof Date&&!isNaN(t.valueOf())}function a(t){if("string"==typeof t)return t;if(null==t)return""+t;if(t.overriddenName)return t.overriddenName;if(t.name)return t.name;var e=t.toString(),n=e.indexOf("\n");return n===-1?e:e.substring(0,n)}function c(t){return null!==t&&("function"==typeof t||"object"==typeof t)}function u(){if(!f)if(l.Symbol&&Symbol.iterator)f=Symbol.iterator;else for(var t=Object.getOwnPropertyNames(Map.prototype),e=0;e1;){var o=r.shift();i=i.hasOwnProperty(o)&&null!=i[o]?i[o]:i[o]={}}void 0!==i&&null!==i||(i={}),i[r.shift()]=n}function c(){if(!h)if(u.Symbol&&Symbol.iterator)h=Symbol.iterator;else for(var t=Object.getOwnPropertyNames(Map.prototype),e=0;ew;w++)if((p||w in g)&&(d=g[w],y=v(d,w,m),t))if(n)x[w]=y;else if(y)switch(t){case 3:return!0;case 5:return d;case 6:return w;case 2:x.push(d)}else if(l)return!1;return h?-1:u||l?l:x}}},function(t,e,n){var r=n(41),i=n(52),o=n(249)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){var r=n(1),i=n(17),o=n(10);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],s={};s[t]=e(n),r(r.S+r.F*o(function(){n(1)}),"Object",s)}},function(t,e,n){(function(t){function n(t){return Array.isArray?Array.isArray(t):"[object Array]"===y(t)}function r(t){return"boolean"==typeof t}function i(t){return null===t}function o(t){return null==t}function s(t){return"number"==typeof t}function a(t){return"string"==typeof t}function c(t){return"symbol"==typeof t}function u(t){return void 0===t}function l(t){return"[object RegExp]"===y(t)}function h(t){return"object"==typeof t&&null!==t}function p(t){return"[object Date]"===y(t)}function f(t){return"[object Error]"===y(t)||t instanceof Error}function _(t){return"function"==typeof t}function d(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||"undefined"==typeof t}function y(t){return Object.prototype.toString.call(t)}e.isArray=n,e.isBoolean=r,e.isNull=i,e.isNullOrUndefined=o,e.isNumber=s,e.isString=a,e.isSymbol=c,e.isUndefined=u,e.isRegExp=l,e.isObject=h,e.isDate=p,e.isError=f,e.isFunction=_,e.isPrimitive=d,e.isBuffer=t.isBuffer}).call(e,n(16).Buffer)},function(t,e){"use strict";e.isArray=Array.isArray||function(t){return t&&"number"==typeof t.length}},function(t,e,n){"use strict";var r=n(2),i=n(105),o=n(35),s=n(78);e.INVIEW_POSITION={ABOVE:1,BELLOW:-1,INVIEW:0};var a=function(){function t(t){this.scroll=new r.EventEmitter,this.scrollYOffset=function(){return t.options.scrollYOffset()},this.$scrollParent=t.options.$scrollParent||window,this.scroll=new r.EventEmitter,this.bind(),"scrollRestoration"in history&&(history.scrollRestoration="manual")}return t.prototype.scrollY=function(){return void 0!=this.$scrollParent.pageYOffset?this.$scrollParent.pageYOffset:this.$scrollParent.scrollTop},t.prototype.getElementPos=function(t,n){void 0===n&&(n=!1);var r=this.scrollYOffset(),i=n?-1:1;return i*Math.floor(t.getBoundingClientRect().top)>i*r?e.INVIEW_POSITION.ABOVE:i*t.getBoundingClientRect().bottom<=i*r?e.INVIEW_POSITION.BELLOW:e.INVIEW_POSITION.INVIEW},t.prototype.scrollToPos=function(t){this.$scrollParent.scrollTo?this.$scrollParent.scrollTo(0,Math.floor(t)):this.$scrollParent.scrollTop=t},t.prototype.scrollTo=function(t,e){if(void 0===e&&(e=0),t){var n=t.getBoundingClientRect(),r=this.scrollY()+n.top-this.scrollYOffset()+e+1;return this.scrollToPos(r),r}},t.prototype.saveScroll=function(){var t=this._stickElement;if(t){var e=t.offsetParent;this._savedPosition=t.offsetTop+e.offsetTop}},t.prototype.setStickElement=function(t){this._stickElement=t},t.prototype.restoreScroll=function(){var t=this._stickElement;if(t){var e=t.offsetParent,n=t.offsetTop+e.offsetTop,r=this.scrollY()+(n-this._savedPosition);this.scrollToPos(r)}},t.prototype.relativeScrollPos=function(t){var e=t.getBoundingClientRect();return-e.top+this.scrollYOffset()-1},t.prototype.scrollHandler=function(t){var e=this.scrollY()-this.prevOffsetY>0;this.prevOffsetY=this.scrollY(),this.scroll.next({isScrolledDown:e,evt:t})},t.prototype.bind=function(){var t=this;this.prevOffsetY=this.scrollY(),this._cancel=i.BrowserDomAdapter.onAndCancel(this.$scrollParent,"scroll",s.throttle(function(e){t.scrollHandler(e)},100,this))},t.prototype.unbind=function(){this._cancel()},t=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.OptionsService&&o.OptionsService)&&n||Object])],t);var n}();e.ScrollService=a},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(345),i=n(1),o=n(172)("metadata"),s=o.store||(o.store=new(n(353))),a=function(t,e,n){var i=s.get(t);if(!i){if(!n)return;s.set(t,i=new r)}var o=i.get(e);if(!o){if(!n)return;i.set(e,o=new r)}return o},c=function(t,e,n){var r=a(e,n,!1);return void 0!==r&&r.has(t)},u=function(t,e,n){var r=a(e,n,!1);return void 0===r?void 0:r.get(t)},l=function(t,e,n,r){a(n,r,!0).set(t,e)},h=function(t,e){var n=a(t,e,!1),r=[];return n&&n.forEach(function(t,e){r.push(e)}),r},p=function(t){return void 0===t||"symbol"==typeof t?t:String(t)},f=function(t){i(i.S,"Reflect",t)};t.exports={store:s,map:a,has:c,get:u,set:l,keys:h,key:p,exp:f}},function(t,e,n){var r=n(171),i=n(82),o=n(58),s=n(84),a=n(41),c=n(328),u=Object.getOwnPropertyDescriptor;e.f=n(29)?u:function(t,e){if(t=o(t),e=s(e,!0),c)try{return u(t,e)}catch(t){}if(a(t,e))return i(!r.f.call(t,e),t[e])}},function(t,e,n){"use strict";if(n(29)){var r=n(127),i=n(14),o=n(10),s=n(1),a=n(174),c=n(252),u=n(92),l=n(125),h=n(82),p=n(51),f=n(128),_=n(83),d=n(37),y=n(95),m=n(84),g=n(41),v=n(340),b=n(236),w=n(11),x=n(52),I=n(241),C=n(93),k=n(63),T=n(94).f,E=n(253),S=n(96),O=n(18),R=n(62),A=n(235),N=n(341),P=n(175),M=n(107),D=n(245),V=n(129),j=n(234),L=n(320),F=n(24),B=n(70),U=F.f,z=B.f,H=i.RangeError,q=i.TypeError,W=i.Uint8Array,Y="ArrayBuffer",$="Shared"+Y,G="BYTES_PER_ELEMENT",Z="prototype",J=Array[Z],K=c.ArrayBuffer,X=c.DataView,Q=R(0),tt=R(2),et=R(3),nt=R(4),rt=R(5),it=R(6),ot=A(!0),st=A(!1),at=P.values,ct=P.keys,ut=P.entries,lt=J.lastIndexOf,ht=J.reduce,pt=J.reduceRight,ft=J.join,_t=J.sort,dt=J.slice,yt=J.toString,mt=J.toLocaleString,gt=O("iterator"),vt=O("toStringTag"),bt=S("typed_constructor"),wt=S("def_constructor"),xt=a.CONSTR,It=a.TYPED,Ct=a.VIEW,kt="Wrong length!",Tt=R(1,function(t,e){ +return Nt(N(t,t[wt]),e)}),Et=o(function(){return 1===new W(new Uint16Array([1]).buffer)[0]}),St=!!W&&!!W[Z].set&&o(function(){new W(1).set({})}),Ot=function(t,e){if(void 0===t)throw q(kt);var n=+t,r=d(t);if(e&&!v(n,r))throw H(kt);return r},Rt=function(t,e){var n=_(t);if(n<0||n%e)throw H("Wrong offset!");return n},At=function(t){if(w(t)&&It in t)return t;throw q(t+" is not a typed array!")},Nt=function(t,e){if(!(w(t)&&bt in t))throw q("It is not a typed array constructor!");return new t(e)},Pt=function(t,e){return Mt(N(t,t[wt]),e)},Mt=function(t,e){for(var n=0,r=e.length,i=Nt(t,r);r>n;)i[n]=e[n++];return i},Dt=function(t,e,n){U(t,e,{get:function(){return this._d[n]}})},Vt=function(t){var e,n,r,i,o,s,a=x(t),c=arguments.length,l=c>1?arguments[1]:void 0,h=void 0!==l,p=E(a);if(void 0!=p&&!I(p)){for(s=p.call(a),r=[],e=0;!(o=s.next()).done;e++)r.push(o.value);a=r}for(h&&c>2&&(l=u(l,arguments[2],2)),e=0,n=d(a.length),i=Nt(this,n);n>e;e++)i[e]=h?l(a[e],e):a[e];return i},jt=function(){for(var t=0,e=arguments.length,n=Nt(this,e);e>t;)n[t]=arguments[t++];return n},Lt=!!W&&o(function(){mt.call(new W(1))}),Ft=function(){return mt.apply(Lt?dt.call(At(this)):At(this),arguments)},Bt={copyWithin:function(t,e){return L.call(At(this),t,e,arguments.length>2?arguments[2]:void 0)},every:function(t){return nt(At(this),t,arguments.length>1?arguments[1]:void 0)},fill:function(t){return j.apply(At(this),arguments)},filter:function(t){return Pt(this,tt(At(this),t,arguments.length>1?arguments[1]:void 0))},find:function(t){return rt(At(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function(t){return it(At(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function(t){Q(At(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function(t){return st(At(this),t,arguments.length>1?arguments[1]:void 0)},includes:function(t){return ot(At(this),t,arguments.length>1?arguments[1]:void 0)},join:function(t){return ft.apply(At(this),arguments)},lastIndexOf:function(t){return lt.apply(At(this),arguments)},map:function(t){return Tt(At(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return ht.apply(At(this),arguments)},reduceRight:function(t){return pt.apply(At(this),arguments)},reverse:function(){for(var t,e=this,n=At(e).length,r=Math.floor(n/2),i=0;i1?arguments[1]:void 0)},sort:function(t){return _t.call(At(this),t)},subarray:function(t,e){var n=At(this),r=n.length,i=y(t,r);return new(N(n,n[wt]))(n.buffer,n.byteOffset+i*n.BYTES_PER_ELEMENT,d((void 0===e?r:y(e,r))-i))}},Ut=function(t,e){return Pt(this,dt.call(At(this),t,e))},zt=function(t){At(this);var e=Rt(arguments[1],1),n=this.length,r=x(t),i=d(r.length),o=0;if(i+e>n)throw H(kt);for(;o255?255:255&r),i.v[_](n*e+i.o,r,Et)},O=function(t,e){U(t,e,{get:function(){return E(this,e)},set:function(t){return S(this,e,t)},enumerable:!0})};v?(y=n(function(t,n,r,i){l(t,y,u,"_d");var o,s,a,c,h=0,f=0;if(w(n)){if(!(n instanceof K||(c=b(n))==Y||c==$))return It in n?Mt(y,n):Vt.call(y,n);o=n,f=Rt(r,e);var _=n.byteLength;if(void 0===i){if(_%e)throw H(kt);if(s=_-f,s<0)throw H(kt)}else if(s=d(i)*e,s+f>_)throw H(kt);a=s/e}else a=Ot(n,!0),s=a*e,o=new K(s);for(p(t,"_d",{b:o,o:f,l:s,e:a,v:new X(o)});h=0?t.substr(e).toLowerCase():""},e.getHash=function(t){var e=t.indexOf("#");return e>=0?t.substr(e):"#"},e.stripHash=function(t){var e=t.indexOf("#");return e>=0&&(t=t.substr(0,e)),t},e.isHttp=function(t){var e=a.getProtocol(t);return"http"===e||"https"===e||void 0===e&&r.browser},e.isFileSystemPath=function(t){if(r.browser)return!1;var e=a.getProtocol(t);return void 0===e||"file"===e},e.fromFileSystemPath=function(t){for(var e=0;e1?new e(t,r):1===i?new o.ScalarObservable(t[0],r):new s.EmptyObservable(r)},e.dispatch=function(t){var e=t.array,n=t.index,r=t.count,i=t.subscriber;return n>=r?void i.complete():(i.next(e[n]),void(i.closed||(t.index=n+1,this.schedule(t))))},e.prototype._subscribe=function(t){var n=0,r=this.array,i=r.length,o=this.scheduler;if(o)return o.schedule(e.dispatch,0,{array:r,index:n,count:i,subscriber:t});for(var s=0;s=0?this._tasks.findIndex(function(n){return n.catIdx===t&&n.idx===e}):this._tasks.findIndex(function(e){return e.catIdx===t}),r+=1):this.sortTasks(t,e),this.allSync&&(r=this._tasks.length);for(var i=this._current;i599)throw new Error("invalid HTTP code");var e="success";return t>=300&&t<400?e="redirect":t>=400?e="error":t<200&&(e="info"),e}function a(t,e){for(var n=Object.keys(e),r=-1,i=n.length;++r0||function(t){return"[object SafariRemoteNotification]"===t.toString()}(!window.safari||safari.pushNotification)},function(t,e,n){"use strict";var r=n(2),i=n(119),o=n(78),s=n(77),a=n(317),c=n(315),u=function(){function t(t){this.message=t}return t}(),l=function(t){function e(e,n){t.call(this,"Invalid argument '"+n+"' for pipe '"+o.stringify(e)+"'")}return __extends(e,t),e}(u),h=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if("object"!=typeof e)throw new l(t,e);return Object.keys(e)},t=__decorate([r.Pipe({name:"keys"}),__metadata("design:paramtypes",[])],t)}();e.KeysPipe=h;var p=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if(!o.isString(e))throw new l(t,e);return s.default.escape(e)},t=__decorate([r.Pipe({name:"jsonPointerEscape"}),__metadata("design:paramtypes",[])],t)}();e.JsonPointerEscapePipe=p;var f=function(){function t(t){this.sanitizer=t,this.renderer=new a.MdRenderer(!0)}return t.prototype.transform=function(t){if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);return this.sanitizer.bypassSecurityTrustHtml(''+this.renderer.renderMd(t)+"")},t=__decorate([r.Pipe({name:"marked"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.MarkedPipe=f;var _=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t){if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);return this.sanitizer.bypassSecurityTrustHtml(t)},t=__decorate([r.Pipe({name:"safe"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.SafePipe=_;var d={"c++":"cpp","c#":"csharp","objective-c":"objectivec",shell:"bash",viml:"vim"},y=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t,e){if(o.isBlank(e)||0===e.length)throw new u("Prism pipe requires one argument");if(o.isBlank(t))return t;if(!o.isString(t))throw new l(p,t);var n=e[0].toString().trim().toLowerCase();d[n]&&(n=d[n]);var r=Prism.languages[n];return r||(r=Prism.languages.clike),this.sanitizer.bypassSecurityTrustHtml(Prism.highlight(t,r))},t=__decorate([r.Pipe({name:"prism"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.DomSanitizer&&i.DomSanitizer)&&e||Object])],t);var e}();e.PrismPipe=y;var m=function(){function t(){}return t.prototype.transform=function(e){if(o.isBlank(e))return e;if(!o.isString(e))throw new l(t,e);return encodeURIComponent(e)},t=__decorate([r.Pipe({name:"encodeURIComponent"}),__metadata("design:paramtypes",[])],t)}();e.EncodeURIComponentPipe=m;var g={csv:"Comma Separated",ssv:"Space Separated",tsv:"Tab Separated",pipes:"Pipe Separated"},v=function(){function t(){}return t.prototype.transform=function(t){var e=t.collectionFormat;return e||(e="csv"),"multi"===e?"Multiple "+t.in+" params of":g[e]},t=__decorate([r.Pipe({name:"collectionFormat"}),__metadata("design:paramtypes",[])],t)}();e.CollectionFormatPipe=v,e.REDOC_PIPES=[p,f,_,y,m,c.JsonFormatter,h,v]},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var r=n(96)("meta"),i=n(11),o=n(41),s=n(24).f,a=0,c=Object.isExtensible||function(){return!0},u=!n(10)(function(){return c(Object.preventExtensions({}))}),l=function(t){s(t,r,{value:{i:"O"+ ++a,w:{}}})},h=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,r)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[r].i},p=function(t,e){if(!o(t,r)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[r].w},f=function(t){return u&&_.NEED&&c(t)&&!o(t,r)&&l(t),t},_=t.exports={KEY:r,NEED:!1,fastKey:h,getWeak:p,onFreeze:f}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},function(t,e,n){var r=n(11);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){"use strict";t.exports="function"==typeof Promise?Promise:n(675).Promise},function(t,e,n){"use strict";function r(e){return function(n,r,a,c){var u,l=t.exports.formatter;"string"==typeof n?(u=l.apply(null,arguments),n=r=void 0):u="string"==typeof r?l.apply(null,f.call(arguments,1)):l.apply(null,f.call(arguments,2)),n instanceof Error||(r=n,n=void 0),n&&(u+=(u?" \n":"")+n.message);var h=new e(u);return i(h,n),o(h),s(h,r),h}}function i(t,e){e&&(u(t,e),s(t,e,!0))}function o(t){t.toJSON=a,t.inspect=c}function s(t,e,n){if(e&&"object"==typeof e)for(var r=Object.keys(e),i=0;i=0))try{t[o]=e[o]}catch(t){}}}function a(){var t={},e=Object.keys(this);e=e.concat(_);for(var n=0;n";for(e.style.display="none",n(327).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write(i+"script"+s+"document.F=Object"+i+"/script"+s),t.close(),u=t.F;r--;)delete u[c][o[r]];return u()};t.exports=Object.create||function(t,e){var n;return null!==t?(a[c]=r(t),n=new a,a[c]=null,n[s]=t):n=u(),void 0===e?n:i(n,e)}},function(t,e,n){var r=n(337),i=n(237).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},function(t,e,n){var r=n(83),i=Math.max,o=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):o(t,e)}},function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},function(t,e,n){"use strict";var r=n(236),i={};i[n(18)("toStringTag")]="z",i+""!="[object z]"&&n(47)(Object.prototype,"toString",function(){return"[object "+r(this)+"]"},!0)},function(t,e){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(t){return"function"==typeof t}function i(t){return"number"==typeof t}function o(t){return"object"==typeof t&&null!==t}function s(t){return void 0===t}t.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(t){if(!i(t)||t<0||isNaN(t))throw TypeError("n must be a positive number");return this._maxListeners=t,this},n.prototype.emit=function(t){var e,n,i,a,c,u;if(this._events||(this._events={}),"error"===t&&(!this._events.error||o(this._events.error)&&!this._events.error.length)){if(e=arguments[1],e instanceof Error)throw e;var l=new Error('Uncaught, unspecified "error" event. ('+e+")");throw l.context=e,l}if(n=this._events[t],s(n))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:a=Array.prototype.slice.call(arguments,1),n.apply(this,a)}else if(o(n))for(a=Array.prototype.slice.call(arguments,1),u=n.slice(),i=u.length,c=0;c0&&this._events[t].length>i&&(this._events[t].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[t].length),"function"==typeof console.trace&&console.trace())),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(t,e){function n(){this.removeListener(t,n),i||(i=!0,e.apply(this,arguments))}if(!r(e))throw TypeError("listener must be a function");var i=!1;return n.listener=e,this.on(t,n),this},n.prototype.removeListener=function(t,e){var n,i,s,a;if(!r(e))throw TypeError("listener must be a function");if(!this._events||!this._events[t])return this;if(n=this._events[t],s=n.length,i=-1,n===e||r(n.listener)&&n.listener===e)delete this._events[t],this._events.removeListener&&this.emit("removeListener",t,e);else if(o(n)){for(a=s;a-- >0;)if(n[a]===e||n[a].listener&&n[a].listener===e){i=a;break}if(i<0)return this;1===n.length?(n.length=0,delete this._events[t]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",t,e)}return this},n.prototype.removeAllListeners=function(t){var e,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[t]&&delete this._events[t],this;if(0===arguments.length){for(e in this._events)"removeListener"!==e&&this.removeAllListeners(e);return this.removeAllListeners("removeListener"),this._events={},this}if(n=this._events[t],r(n))this.removeListener(t,n);else if(n)for(;n.length;)this.removeListener(t,n[n.length-1]);return delete this._events[t],this},n.prototype.listeners=function(t){var e;return e=this._events&&this._events[t]?r(this._events[t])?[this._events[t]]:this._events[t].slice():[]},n.prototype.listenerCount=function(t){if(this._events){var e=this._events[t];if(r(e))return 1;if(e)return e.length}return 0},n.listenerCount=function(t,e){return t.listenerCount(e)}},function(t,e,n){"use strict";var r=n(672);t.exports=r("json-schema-ref-parser")},function(t,e,n){"use strict";function r(t){return this instanceof r?(u.call(this,t),l.call(this,t),t&&t.readable===!1&&(this.readable=!1),t&&t.writable===!1&&(this.writable=!1),this.allowHalfOpen=!0,t&&t.allowHalfOpen===!1&&(this.allowHalfOpen=!1),void this.once("end",i)):new r(t)}function i(){this.allowHalfOpen||this._writableState.ended||a(o,this)}function o(t){t.end()}var s=Object.keys||function(t){var e=[];for(var n in t)e.push(n);return e};t.exports=r;var a=n(111),c=n(65);c.inherits=n(42);var u=n(359),l=n(258);c.inherits(r,u);for(var h=s(l.prototype),p=0;p0},t.hasAttribute=function(t,e){return t.hasAttribute(e)},t.getAttribute=function(t,e){return t.getAttribute(e)},t.setAttribute=function(t,e,n){t.setAttribute(e,n)},t.removeAttribute=function(t,e){t.removeAttribute(e)},t.getLocation=function(){return window.location},t.defaultDoc=function(){return document},t}();e.BrowserDomAdapter=n},function(t,e,n){"use strict";var r=n(74),i=n(9),o=n(8),s=function(){function t(t,e,n,o){this._changed=!1,this.context=new r.NgClass(t,e,n,o),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_klass=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.klass=t,this._expr_0=t)},t.prototype.check_ngClass=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.ngClass=t,this._expr_1=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||this.context.ngDoCheck(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_NgClass=s},function(t,e){t.exports={}},function(t,e,n){var r=n(337),i=n(237);t.exports=Object.keys||function(t){return r(t,i)}},function(t,e){"use strict";function n(t){return"undefined"==typeof t||null===t}function r(t){return"object"==typeof t&&null!==t}function i(t){return Array.isArray(t)?t:n(t)?[]:[t]}function o(t,e){var n,r,i,o;if(e)for(o=Object.keys(e),n=0,r=o.length;n-1?r:n.getPluralCategory(t)}function i(t,e){"string"==typeof e&&(e=parseInt(e,10));var n=e,r=n.toString().replace(/^[^.]*\.?/,""),i=Math.floor(Math.abs(n)),o=r.length,a=parseInt(r,10),c=parseInt(n.toString().replace(/^[^.]*\.?|0+$/g,""),10)||0,u=t.split("-")[0].toLowerCase();switch(u){case"af":case"asa":case"az":case"bem":case"bez":case"bg":case"brx":case"ce":case"cgg":case"chr":case"ckb":case"ee":case"el":case"eo":case"es":case"eu":case"fo":case"fur":case"gsw":case"ha":case"haw":case"hu":case"jgo":case"jmc":case"ka":case"kk":case"kkj":case"kl":case"ks":case"ksb":case"ky":case"lb":case"lg":case"mas":case"mgo":case"ml":case"mn":case"nb":case"nd":case"ne":case"nn":case"nnh":case"nyn":case"om":case"or":case"os":case"ps":case"rm":case"rof":case"rwk":case"saq":case"seh":case"sn":case"so":case"sq":case"ta":case"te":case"teo":case"tk":case"tr":case"ug":case"uz":case"vo":case"vun":case"wae":case"xog":return 1===n?s.One:s.Other;case"agq":case"bas":case"cu":case"dav":case"dje":case"dua":case"dyo":case"ebu":case"ewo":case"guz":case"kam":case"khq":case"ki":case"kln":case"kok":case"ksf":case"lrc":case"lu":case"luo":case"luy":case"mer":case"mfe":case"mgh":case"mua":case"mzn":case"nmg":case"nus":case"qu":case"rn":case"rw":case"sbp":case"twq":case"vai":case"yav":case"yue":case"zgh":case"ak":case"ln":case"mg":case"pa":case"ti":return n===Math.floor(n)&&n>=0&&n<=1?s.One:s.Other;case"am":case"as":case"bn":case"fa":case"gu":case"hi":case"kn":case"mr":case"zu":return 0===i||1===n?s.One:s.Other;case"ar":return 0===n?s.Zero:1===n?s.One:2===n?s.Two:n%100===Math.floor(n%100)&&n%100>=3&&n%100<=10?s.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=99?s.Many:s.Other;case"ast":case"ca":case"de":case"en":case"et":case"fi":case"fy":case"gl":case"it":case"nl":case"sv":case"sw":case"ur":case"yi":return 1===i&&0===o?s.One:s.Other;case"be":return n%10===1&&n%100!==11?s.One:n%10===Math.floor(n%10)&&n%10>=2&&n%10<=4&&!(n%100>=12&&n%100<=14)?s.Few:n%10===0||n%10===Math.floor(n%10)&&n%10>=5&&n%10<=9||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=14?s.Many:s.Other;case"br":return n%10===1&&n%100!==11&&n%100!==71&&n%100!==91?s.One:n%10===2&&n%100!==12&&n%100!==72&&n%100!==92?s.Two:n%10===Math.floor(n%10)&&(n%10>=3&&n%10<=4||n%10===9)&&!(n%100>=10&&n%100<=19||n%100>=70&&n%100<=79||n%100>=90&&n%100<=99)?s.Few:0!==n&&n%1e6===0?s.Many:s.Other;case"bs":case"hr":case"sr":return 0===o&&i%10===1&&i%100!==11||a%10===1&&a%100!==11?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)||a%10===Math.floor(a%10)&&a%10>=2&&a%10<=4&&!(a%100>=12&&a%100<=14)?s.Few:s.Other;case"cs":case"sk":return 1===i&&0===o?s.One:i===Math.floor(i)&&i>=2&&i<=4&&0===o?s.Few:0!==o?s.Many:s.Other;case"cy":return 0===n?s.Zero:1===n?s.One:2===n?s.Two:3===n?s.Few:6===n?s.Many:s.Other;case"da":return 1===n||0!==c&&(0===i||1===i)?s.One:s.Other;case"dsb":case"hsb":return 0===o&&i%100===1||a%100===1?s.One:0===o&&i%100===2||a%100===2?s.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||a%100===Math.floor(a%100)&&a%100>=3&&a%100<=4?s.Few:s.Other;case"ff":case"fr":case"hy":case"kab":return 0===i||1===i?s.One:s.Other;case"fil":return 0===o&&(1===i||2===i||3===i)||0===o&&i%10!==4&&i%10!==6&&i%10!==9||0!==o&&a%10!==4&&a%10!==6&&a%10!==9?s.One:s.Other;case"ga":return 1===n?s.One:2===n?s.Two:n===Math.floor(n)&&n>=3&&n<=6?s.Few:n===Math.floor(n)&&n>=7&&n<=10?s.Many:s.Other;case"gd":return 1===n||11===n?s.One:2===n||12===n?s.Two:n===Math.floor(n)&&(n>=3&&n<=10||n>=13&&n<=19)?s.Few:s.Other;case"gv":return 0===o&&i%10===1?s.One:0===o&&i%10===2?s.Two:0!==o||i%100!==0&&i%100!==20&&i%100!==40&&i%100!==60&&i%100!==80?0!==o?s.Many:s.Other:s.Few;case"he":return 1===i&&0===o?s.One:2===i&&0===o?s.Two:0!==o||n>=0&&n<=10||n%10!==0?s.Other:s.Many;case"is":return 0===c&&i%10===1&&i%100!==11||0!==c?s.One:s.Other;case"ksh":return 0===n?s.Zero:1===n?s.One:s.Other;case"kw":case"naq":case"se":case"smn":return 1===n?s.One:2===n?s.Two:s.Other;case"lag":return 0===n?s.Zero:0!==i&&1!==i||0===n?s.Other:s.One;case"lt":return n%10!==1||n%100>=11&&n%100<=19?n%10===Math.floor(n%10)&&n%10>=2&&n%10<=9&&!(n%100>=11&&n%100<=19)?s.Few:0!==a?s.Many:s.Other:s.One;case"lv":case"prg":return n%10===0||n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19||2===o&&a%100===Math.floor(a%100)&&a%100>=11&&a%100<=19?s.Zero:n%10===1&&n%100!==11||2===o&&a%10===1&&a%100!==11||2!==o&&a%10===1?s.One:s.Other;case"mk":return 0===o&&i%10===1||a%10===1?s.One:s.Other;case"mt":return 1===n?s.One:0===n||n%100===Math.floor(n%100)&&n%100>=2&&n%100<=10?s.Few:n%100===Math.floor(n%100)&&n%100>=11&&n%100<=19?s.Many:s.Other;case"pl":return 1===i&&0===o?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?s.Few:0===o&&1!==i&&i%10===Math.floor(i%10)&&i%10>=0&&i%10<=1||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=12&&i%100<=14?s.Many:s.Other;case"pt":return n===Math.floor(n)&&n>=0&&n<=2&&2!==n?s.One:s.Other;case"ro":return 1===i&&0===o?s.One:0!==o||0===n||1!==n&&n%100===Math.floor(n%100)&&n%100>=1&&n%100<=19?s.Few:s.Other;case"ru":case"uk":return 0===o&&i%10===1&&i%100!==11?s.One:0===o&&i%10===Math.floor(i%10)&&i%10>=2&&i%10<=4&&!(i%100>=12&&i%100<=14)?s.Few:0===o&&i%10===0||0===o&&i%10===Math.floor(i%10)&&i%10>=5&&i%10<=9||0===o&&i%100===Math.floor(i%100)&&i%100>=11&&i%100<=14?s.Many:s.Other;case"shi":return 0===i||1===n?s.One:n===Math.floor(n)&&n>=2&&n<=10?s.Few:s.Other;case"si":return 0===n||1===n||0===i&&1===a?s.One:s.Other;case"sl":return 0===o&&i%100===1?s.One:0===o&&i%100===2?s.Two:0===o&&i%100===Math.floor(i%100)&&i%100>=3&&i%100<=4||0!==o?s.Few:s.Other;case"tzm":return n===Math.floor(n)&&n>=0&&n<=1||n===Math.floor(n)&&n>=11&&n<=99?s.One:s.Other;default:return s.Other}}var o=n(2);n.d(e,"NgLocalization",function(){return c}),e.getPluralCategory=r,n.d(e,"NgLocaleLocalization",function(){return u}),n.d(e,"Plural",function(){return s}),e.getPluralCase=i;var s,a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=function(){function t(){}return t}(),u=function(t){function e(e){t.call(this),this._locale=e}return a(e,t),e.prototype.getPluralCategory=function(t){var e=i(this._locale,t);switch(e){case s.Zero:return"zero";case s.One:return"one";case s.Two:return"two";case s.Few:return"few";case s.Many:return"many";default:return"other"}},e.decorators=[{type:o.Injectable}],e.ctorParameters=[{type:void 0,decorators:[{type:o.Inject,args:[o.LOCALE_ID]}]}],e}(c);!function(t){t[t.Zero=0]="Zero",t[t.One=1]="One",t[t.Two=2]="Two",t[t.Few=3]="Few",t[t.Many=4]="Many",t[t.Other=5]="Other"}(s||(s={}))},function(t,e,n){"use strict";function r(){return""+i()+i()+i()}function i(){return String.fromCharCode(97+Math.floor(25*Math.random()))}var o=n(53);n.d(e,"APP_ID",function(){return s}),e._appIdRandomProviderFactory=r,n.d(e,"APP_ID_RANDOM_PROVIDER",function(){return a}),n.d(e,"PLATFORM_INITIALIZER",function(){return c}),n.d(e,"APP_BOOTSTRAP_LISTENER",function(){return u}),n.d(e,"PACKAGE_ROOT_URL",function(){return l});var s=new o.a("AppId"),a={provide:s,useFactory:r,deps:[]},c=new o.a("Platform Initializer"),u=new o.a("appBootstrapListener"),l=new o.a("Application Packages Root URL")},function(t,e,n){"use strict";var r=n(50),i=n(7);n.d(e,"a",function(){return s}),n.d(e,"b",function(){return c});var o=new Object,s=o,a=function(){function t(){}return t.prototype.get=function(t,e){if(void 0===e&&(e=o),e===o)throw new Error("No provider for "+n.i(i.b)(t)+"!");return e},t}(),c=function(){function t(){}return t.prototype.get=function(t,e){return n.i(r.a)()},t.THROW_IF_NOT_FOUND=o,t.NULL=new a,t}()},function(t,e,n){"use strict";function r(t){return!!n.i(s.e)(t)&&(Array.isArray(t)||!(t instanceof Map)&&n.i(s.f)()in t)}function i(t,e,r){for(var i=t[n.i(s.f)()](),o=e[n.i(s.f)()]();;){var a=i.next(),c=o.next();if(a.done&&c.done)return!0;if(a.done||c.done)return!1;if(!r(a.value,c.value))return!1}}function o(t,e){if(Array.isArray(t))for(var r=0;r-1&&t.splice(r,1)}},t.remove=function(t,e){var n=t.indexOf(e);return n>-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;n"),"mi");return n.test(t)},t.build=function(t){return""},t.prototype.setRenderer=function(t){this.renderer=t},t.prototype.splitIntoNodesOrComponents=function(t,e){for(var n,r=[],o=new RegExp(i.replace("{component}","(.*?)"),"gmi");n=o.exec(t);)r.push(n[1]);for(var s=new RegExp(i.replace("{component}",".*?"),"mi"),a=t.split(s),c=[],u=0;u/.exec(t);if(e.length<=1)return{componentType:null,options:null};var n=e[1],r=this.allowedComponents[n],i={};return{componentType:r,options:i}},t=__decorate([r.Injectable(),__param(1,r.Inject(e.COMPONENT_PARSER_ALLOWED)),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof r.ComponentFactoryResolver&&r.ComponentFactoryResolver)&&n||Object,Object])],t);var n}();e.ComponentParser=o},function(t,e,n){"use strict";var r,i=n(77),o=n(484),s=n(163),a=n(389),c={notype:{check:function(t){return!t.type},inject:function(t,e,n){if(t.type=u.detectType(e),e.type=t.type,t.type){var r='No "type" specified at "'+n+'". Automatically detected: "'+t.type+'"';s.WarningsService.warn(r)}}},general:{check:function(){return!0},inject:function(t,e,n){t._pointer=e._pointer||n,t._displayType=e.type,e.format&&(t._displayFormat="<"+e.format+">"),e.enum&&(t.enum=e.enum.map(function(t){return{val:t,type:typeof t}}),e.enum&&1===e.enum.length&&(t._enumItem=e.enum[0],t.enum=null))}},discriminator:{check:function(t){return t.discriminator||t["x-extendedDiscriminator"]},inject:function(t,e){void 0===e&&(e=t),t.discriminator=e.discriminator,t["x-extendedDiscriminator"]=e["x-extendedDiscriminator"]}},simpleArray:{check:function(t){return"array"===t.type&&!Array.isArray(t.items)},inject:function(t,e,n){void 0===e&&(e=t),"object"!==u.detectType(e.items)?(t._isArray=!0,t._pointer=e.items._pointer||i.JsonPointer.join(e._pointer||n,["items"]),u.runInjectors(t,e.items,n)):c.object.inject(t,e.items),t._widgetType="array"}},tuple:{check:function(t){return"array"===t.type&&Array.isArray(t.items)},inject:function(t,e,n){void 0===e&&(e=t),t._isTuple=!0,t._displayType="";for(var r=i.JsonPointer.join(e._pointer||n,["items"]),o=0;o",t._displayTypeHint="This field may contain data of any type",t.isTrivial=!0,t._widgetType="trivial",t._pointer=void 0}},simpleType:{check:function(t){return"object"===t.type?!(t.properties&&Object.keys(t.properties).length||"object"==typeof t.additionalProperties):"array"!==t.type&&t.type},inject:function(t,e){void 0===e&&(e=t),t.isTrivial=!0,t._pointer&&(t._pointer=void 0,t._displayType=e.title?e.title+" ("+e.type+")":e.type),t._widgetType="trivial"}},integer:{check:function(t){return"integer"===t.type||"number"===t.type},inject:function(t,e){void 0===e&&(e=t);var n="";void 0!=e.minimum&&void 0!=e.maximum?(n+=e.exclusiveMinimum?"( ":"[ ",n+=e.minimum,n+=" .. ",n+=e.maximum,n+=e.exclusiveMaximum?" )":" ]"):void 0!=e.maximum?(n+=e.exclusiveMaximum?"< ":"<= ",n+=e.maximum):void 0!=e.minimum&&(n+=e.exclusiveMinimum?"> ":">= ",n+=e.minimum),n&&(t._range=n)}},string:{check:function(t){return"string"===t.type},inject:function(t,e){void 0===e&&(e=t);var n;void 0!=e.minLength&&void 0!=e.maxLength?n="[ "+e.minLength+" .. "+e.maxLength+" ]":void 0!=e.maxLength?n="<= "+e.maxLength:void 0!=e.minLength&&(n=">= "+e.minLength),n&&(t._range=n+" characters")}},file:{check:function(t){return"file"===t.type},inject:function(t,e,n,o){void 0===e&&(e=t),t.isFile=!0;var s;s="formData"===e.in?i.JsonPointer.dirName(o,1):i.JsonPointer.dirName(o,3);var a=r.byPointer(s),c=r.schema;t._produces=a&&a.produces||c.produces,t._consumes=a&&a.consumes||c.consumes,t._widgetType="file"}}},u=function(){ +function t(){}return t.setSpecManager=function(t){r=t},t.preprocess=function(e,n,r){return e["x-redoc-schema-precompiled"]?e:(t.runInjectors(e,e,n,r),e["x-redoc-schema-precompiled"]=!0,e)},t.runInjectors=function(t,e,n,r){for(var i=0,o=Object.keys(c);i"},t.detectType=function(t){if(t.type)return t.type;for(var e=Object.keys(o.keywordTypes),n=0;n0},r.isExternal$Ref=function(t){return r.is$Ref(t)&&"#"!==t.$ref[0]},r.isAllowed$Ref=function(t,e){if(r.is$Ref(t)&&("#"===t.$ref[0]||!e||e.resolve.external))return!0},r.isExtended$Ref=function(t){return r.is$Ref(t)&&Object.keys(t).length>1},r.dereference=function(t,e){if(e&&"object"==typeof e&&r.isExtended$Ref(t)){var n={};return Object.keys(t).forEach(function(e){"$ref"!==e&&(n[e]=t[e])}),Object.keys(e).forEach(function(t){t in n||(n[t]=e[t])}),n}return e}},function(t,e){"use strict";function n(t,e){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack||"",this.name="YAMLException",this.reason=t,this.mark=e,this.message=(this.reason||"(unknown reason)")+(this.mark?" "+this.mark.toString():"")}n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n.prototype.toString=function(t){var e=this.name+": ";return e+=this.reason||"(unknown reason)",!t&&this.mark&&(e+=" "+this.mark.toString()),e},t.exports=n},function(t,e,n){"use strict";var r=n(110);t.exports=new r({include:[n(356)],implicit:[n(696),n(689)],explicit:[n(681),n(691),n(692),n(694)]})},function(t,e,n){"use strict";var r=n(0),i=function(){function t(t,e,n){this.kind=t,this.value=e,this.exception=n,this.hasValue="N"===t}return t.prototype.observe=function(t){switch(this.kind){case"N":return t.next&&t.next(this.value);case"E":return t.error&&t.error(this.exception);case"C":return t.complete&&t.complete()}},t.prototype.do=function(t,e,n){var r=this.kind;switch(r){case"N":return t&&t(this.value);case"E":return e&&e(this.exception);case"C":return n&&n()}},t.prototype.accept=function(t,e,n){return t&&"function"==typeof t.next?this.observe(t):this.do(t,e,n)},t.prototype.toObservable=function(){var t=this.kind;switch(t){case"N":return r.Observable.of(this.value);case"E":return r.Observable.throw(this.exception);case"C":return r.Observable.empty()}throw new Error("unexpected notification kind value")},t.createNext=function(e){return"undefined"!=typeof e?new t("N",e):this.undefinedValueNotification},t.createError=function(e){return new t("E",void 0,e)},t.createComplete=function(){return this.completeNotification},t.completeNotification=new t("C"),t.undefinedValueNotification=new t("N",void 0),t}();e.Notification=i},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(38),o=n(1040),s=function(t){function e(e,n){t.call(this,e,n),this.scheduler=e,this.work=n,this.pending=!1}return r(e,t),e.prototype.schedule=function(t,e){if(void 0===e&&(e=0),this.closed)return this;this.state=t,this.pending=!0;var n=this.id,r=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(r,n,e)),this.delay=e,this.id=this.id||this.requestAsyncId(r,this.id,e),this},e.prototype.requestAsyncId=function(t,e,n){return void 0===n&&(n=0),i.root.setInterval(t.flush.bind(t,this),n)},e.prototype.recycleAsyncId=function(t,e,n){return void 0===n&&(n=0),null!==n&&this.delay===n?e:i.root.clearInterval(e)&&void 0||void 0},e.prototype.execute=function(t,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var n=this._execute(t,e);return n?n:void(this.pending===!1&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null)))},e.prototype._execute=function(t,e){var n=!1,r=void 0;try{this.work(t)}catch(t){n=!0,r=!!t&&t||new Error(t)}if(n)return this.unsubscribe(),r},e.prototype._unsubscribe=function(){var t=this.id,e=this.scheduler,n=e.actions,r=n.indexOf(this);this.work=null,this.delay=null,this.state=null,this.pending=!1,this.scheduler=null,r!==-1&&n.splice(r,1),null!=t&&(this.id=this.recycleAsyncId(e,t,null))},e}(o.Action);e.AsyncAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(783),o=function(t){function e(){t.apply(this,arguments),this.actions=[],this.active=!1,this.scheduled=void 0}return r(e,t),e.prototype.flush=function(t){var e=this.actions;if(this.active)return void e.push(t);var n;this.active=!0;do if(n=t.execute(t.state,t.delay))break;while(t=e.shift());if(this.active=!1,n){for(;t=e.shift();)t.unsubscribe();throw n}},e}(i.Scheduler);e.AsyncScheduler=o},function(t,e,n){"use strict";var r=n(38),i=r.root.Symbol;if("function"==typeof i)i.iterator?e.$$iterator=i.iterator:"function"==typeof i.for&&(e.$$iterator=i.for("iterator"));else if(r.root.Set&&"function"==typeof(new r.root.Set)["@@iterator"])e.$$iterator="@@iterator";else if(r.root.Map)for(var o=Object.getOwnPropertyNames(r.root.Map.prototype),s=0;s0)t.bootstrapFactories.forEach(function(t){return e.bootstrap(t)});else{if(!t.instance.ngDoBootstrap)throw new Error("The module "+n.i(_.b)(t.instance.constructor)+' was bootstrapped, but it does not declare "@NgModule.bootstrap" components nor a "ngDoBootstrap" method. Please define one of these.');t.instance.ngDoBootstrap(e)}},e.decorators=[{type:v.b}],e.ctorParameters=[{type:v.g}],e}(R),N=function(){function t(){}return Object.defineProperty(t.prototype,"componentTypes",{get:function(){return n.i(f.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"components",{get:function(){return n.i(f.a)()},enumerable:!0,configurable:!0}),t}(),P=function(t){function e(e,n,r,o,s,a,c,u){var l=this;t.call(this),this._zone=e,this._console=n,this._injector=r,this._exceptionHandler=o,this._componentFactoryResolver=s,this._initStatus=a,this._testabilityRegistry=c,this._testability=u,this._bootstrapListeners=[],this._rootComponents=[],this._rootComponentTypes=[],this._changeDetectorRefs=[],this._runningTick=!1,this._enforceNoNewChanges=!1,this._enforceNoNewChanges=i(),this._zone.onMicrotaskEmpty.subscribe({next:function(){l._zone.run(function(){l.tick()})}})}return E(e,t),e.prototype.registerChangeDetector=function(t){this._changeDetectorRefs.push(t)},e.prototype.unregisterChangeDetector=function(t){p.d.remove(this._changeDetectorRefs,t)},e.prototype.bootstrap=function(t){var e=this;if(!this._initStatus.done)throw new Error("Cannot bootstrap as there are still asynchronous initializers running. Bootstrap components in the `ngDoBootstrap` method of the root module.");var n;n=t instanceof w.ComponentFactory?t:this._componentFactoryResolver.resolveComponentFactory(t),this._rootComponentTypes.push(n.componentType);var r=n.create(this._injector,[],n.selector);r.onDestroy(function(){e._unloadComponent(r)});var o=r.injector.get(C.Testability,null);return o&&r.injector.get(C.TestabilityRegistry).registerApplication(r.location.nativeElement,o),this._loadComponent(r),i()&&this._console.log("Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode."),r},e.prototype._loadComponent=function(t){this._changeDetectorRefs.push(t.changeDetectorRef),this.tick(),this._rootComponents.push(t);var e=this._injector.get(m.APP_BOOTSTRAP_LISTENER,[]).concat(this._bootstrapListeners);e.forEach(function(e){return e(t)})},e.prototype._unloadComponent=function(t){this._rootComponents.indexOf(t)!=-1&&(this.unregisterChangeDetector(t.changeDetectorRef),p.d.remove(this._rootComponents,t))},e.prototype.tick=function(){if(this._runningTick)throw new Error("ApplicationRef.tick is called recursively");var t=e._tickScope();try{this._runningTick=!0,this._changeDetectorRefs.forEach(function(t){return t.detectChanges()}),this._enforceNoNewChanges&&this._changeDetectorRefs.forEach(function(t){return t.checkNoChanges()})}finally{this._runningTick=!1,n.i(I.a)(t)}},e.prototype.ngOnDestroy=function(){this._rootComponents.slice().forEach(function(t){return t.destroy()})},Object.defineProperty(e.prototype,"componentTypes",{get:function(){return this._rootComponentTypes},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"components",{get:function(){return this._rootComponents},enumerable:!0,configurable:!0}),e._tickScope=n.i(I.b)("ApplicationRef#tick()"),e.decorators=[{type:v.b}],e.ctorParameters=[{type:k.NgZone},{type:g.Console},{type:v.g},{type:h.ErrorHandler},{type:x.ComponentFactoryResolver},{type:y.ApplicationInitStatus},{type:C.TestabilityRegistry,decorators:[{type:v.d}]},{type:C.Testability,decorators:[{type:v.d}]}],e}(N)},function(t,e,n){"use strict";function r(t,e){return n.i(i.a)(t)&&n.i(i.a)(e)?n.i(i.c)(t,e,r):!(n.i(i.a)(t)||n.i(o.k)(t)||n.i(i.a)(e)||n.i(o.k)(e))||n.i(o.i)(t,e)}var i=n(118),o=n(7);n.d(e,"a",function(){return s}),e.b=r,n.d(e,"e",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u}),n.d(e,"f",function(){return o.i});var s={toString:function(){return"CD_INIT_VALUE"}},a=function(){function t(t){this.wrapped=t}return t.wrap=function(e){return new t(e)},t}(),c=function(){function t(){this.hasWrappedValue=!1}return t.prototype.unwrap=function(t){return t instanceof a?(this.hasWrappedValue=!0,t.wrapped):t},t.prototype.reset=function(){this.hasWrappedValue=!1},t}(),u=function(){function t(t,e){this.previousValue=t,this.currentValue=e}return t.prototype.isFirstChange=function(){return this.previousValue===s},t}()},function(t,e,n){"use strict";function r(t){return n.i(i.c)(t)||t===o.Default}var i=n(7);n.d(e,"a",function(){return o}),n.d(e,"b",function(){return s}),e.c=r;var o;!function(t){t[t.OnPush=0]="OnPush",t[t.Default=1]="Default"}(o||(o={}));var s;!function(t){t[t.CheckOnce=0]="CheckOnce",t[t.Checked=1]="Checked",t[t.CheckAlways=2]="CheckAlways",t[t.Detached=3]="Detached",t[t.Errored=4]="Errored",t[t.Destroyed=5]="Destroyed"}(s||(s={}))},function(t,e,n){"use strict";var r=n(53),i=n(7);n.d(e,"Console",function(){return o});var o=function(){function t(){}return t.prototype.log=function(t){n.i(i.g)(t)},t.prototype.warn=function(t){n.i(i.h)(t)},t.decorators=[{type:r.b}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(103);n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"d",function(){return a}),n.d(e,"f",function(){return c}),n.d(e,"e",function(){return u});var i=n.i(r.a)("Inject",[["token",void 0]]),o=n.i(r.a)("Optional",[]),s=n.i(r.a)("Injectable",[]),a=n.i(r.a)("Self",[]),c=n.i(r.a)("SkipSelf",[]),u=n.i(r.a)("Host",[])},function(t,e,n){"use strict";function r(t,e){return null}var i=n(432);n.d(e,"b",function(){return s}),n.d(e,"a",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u});var o=n.i(i.a)(),s=o?i.b:function(t,e){return r},a=o?i.c:function(t,e){return e},c=o?i.d:function(t,e){return null},u=o?i.e:function(t){return null}},function(t,e,n){"use strict";var r=n(50);n.d(e,"RenderComponentType",function(){return i}),n.d(e,"RenderDebugInfo",function(){return o}),n.d(e,"Renderer",function(){return s}),n.d(e,"RootRenderer",function(){return a});var i=function(){function t(t,e,n,r,i,o){this.id=t,this.templateUrl=e,this.slotCount=n,this.encapsulation=r,this.styles=i,this.animations=o}return t}(),o=function(){function t(){}return Object.defineProperty(t.prototype,"injector",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"component",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"source",{get:function(){return n.i(r.a)()},enumerable:!0,configurable:!0}),t}(),s=function(){function t(){}return t}(),a=function(){function t(){}return t}()},function(t,e,n){"use strict";function r(t){l=t}var i=n(53),o=n(7),s=n(104);n.d(e,"Testability",function(){return a}),n.d(e,"TestabilityRegistry",function(){return c}),e.setTestabilityGetter=r;var a=function(){function t(t){this._ngZone=t,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this._watchAngularEvents()}return t.prototype._watchAngularEvents=function(){var t=this;this._ngZone.onUnstable.subscribe({next:function(){t._didWork=!0,t._isZoneStable=!1}}),this._ngZone.runOutsideAngular(function(){t._ngZone.onStable.subscribe({next:function(){s.NgZone.assertNotInAngularZone(),n.i(o.l)(function(){t._isZoneStable=!0,t._runCallbacksIfReady()})}})})},t.prototype.increasePendingRequestCount=function(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount},t.prototype.decreasePendingRequestCount=function(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount},t.prototype.isStable=function(){return this._isZoneStable&&0==this._pendingCount&&!this._ngZone.hasPendingMacrotasks},t.prototype._runCallbacksIfReady=function(){var t=this;this.isStable()?n.i(o.l)(function(){for(;0!==t._callbacks.length;)t._callbacks.pop()(t._didWork);t._didWork=!1}):this._didWork=!0},t.prototype.whenStable=function(t){this._callbacks.push(t),this._runCallbacksIfReady()},t.prototype.getPendingRequestCount=function(){return this._pendingCount},t.prototype.findBindings=function(t,e,n){return[]},t.prototype.findProviders=function(t,e,n){return[]},t.decorators=[{type:i.b}],t.ctorParameters=[{type:s.NgZone}],t}(),c=function(){function t(){this._applications=new Map,l.addToWindow(this)}return t.prototype.registerApplication=function(t,e){this._applications.set(t,e)},t.prototype.getTestability=function(t){return this._applications.get(t)},t.prototype.getAllTestabilities=function(){return Array.from(this._applications.values())},t.prototype.getAllRootElements=function(){return Array.from(this._applications.keys())},t.prototype.findTestabilityInTree=function(t,e){return void 0===e&&(e=!0),l.findTestabilityInTree(this,t,e)},t.decorators=[{type:i.b}],t.ctorParameters=[],t}(),u=function(){function t(){}return t.prototype.addToWindow=function(t){},t.prototype.findTestabilityInTree=function(t,e,n){return null},t}(),l=new u},function(t,e,n){"use strict";var r=n(303);n.d(e,"AnimationDriver",function(){return o});var i=function(){function t(){}return t.prototype.animate=function(t,e,n,i,o,s,a){return void 0===a&&(a=[]),new r.a},t}(),o=function(){function t(){}return t.NOOP=new i,t}()},function(t,e,n){"use strict";function r(t){return n.i(a.getDebugNode)(t)}function i(t,e){return n.i(a.isDevMode)()?o(t,e):t}function o(t,e){return n.i(l.a)().setGlobalVar(f,r),n.i(l.a)().setGlobalVar(_,c.a.merge(p,s(e||[]))),new u.b(t)}function s(t){return t.reduce(function(t,e){return t[e.name]=e.token,t},{})}var a=n(2),c=n(443),u=n(303),l=n(32),h=n(155);e.inspectNativeElement=r,n.d(e,"NgProbeToken",function(){return d}),e._createConditionalRootRenderer=i,n.d(e,"ELEMENT_PROBE_PROVIDERS",function(){return y}),n.d(e,"ELEMENT_PROBE_PROVIDERS_PROD_MODE",function(){return m});var p={ApplicationRef:a.ApplicationRef,NgZone:a.NgZone},f="ng.probe",_="ng.coreTokens",d=function(){function t(t,e){this.name=t,this.token=e}return t}(),y=[{provide:a.RootRenderer,useFactory:i,deps:[h.DomRootRenderer,[d,new a.Optional]]}],m=[{provide:a.RootRenderer,useFactory:o,deps:[h.DomRootRenderer,[d,new a.Optional]]}]},function(t,e,n){"use strict";function r(t,e){var n=t.parentNode;if(e.length>0&&n){var r=t.nextSibling;if(r)for(var i=0;i-1},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:c,decorators:[{type:r.Inject,args:[a]}]}],e}(i.EventManagerPlugin)},function(t,e,n){"use strict";var r=n(2),i=n(120);n.d(e,"SharedStylesHost",function(){return s}),n.d(e,"DomSharedStylesHost",function(){return a});var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=function(){function t(){this._styles=[],this._stylesSet=new Set}return t.prototype.addStyles=function(t){var e=this,n=[];t.forEach(function(t){e._stylesSet.has(t)||(e._stylesSet.add(t),e._styles.push(t),n.push(t))}),this.onStylesAdded(n)},t.prototype.onStylesAdded=function(t){},t.prototype.getAllStyles=function(){return this._styles},t.decorators=[{type:r.Injectable}],t.ctorParameters=[],t}(),a=function(t){function e(e){t.call(this),this._hostNodes=new Set,this._hostNodes.add(e.head)}return o(e,t),e.prototype._addStylesToHost=function(t,e){for(var n=0;n=r.methods.length-1||i<0)&&(r=this.categories[this.activeCatIdx+Math.sign(t)]||r,i=t>0?-1:r.methods.length-1),e=r.methods[i]&&r.methods[i].pointer}return this.getMethodElByPtr(e,n.id)},t.prototype.getCurrentMethodEl=function(){return this.getMethodElByPtr(this.activeMethodPtr,this.categories[this.activeCatIdx].id)},t.prototype.getMethodElByPtr=function(t,e){var n=t?'[pointer="'+t+'"][section="'+e+'"]':'[section="'+e+'"]';return document.querySelector(n)},t.prototype.getMethodElByOperId=function(t){var e='[operation-id="'+t+'"]';return document.querySelector(e)},t.prototype.activate=function(t,e){if(!(t<0)){var n=this.categories;n[this.activeCatIdx].active=!1,n[this.activeCatIdx].methods.length&&this.activeMethodIdx>=0&&(n[this.activeCatIdx].methods[this.activeMethodIdx].active=!1),this.activeCatIdx=t,this.activeMethodIdx=e,n[t].active=!0;var r;n[t].methods.length&&e>-1&&(r=n[t].methods[e],r.active=!0),this.changed.next({cat:n[t],item:r})}},t.prototype._calcActiveIndexes=function(t){var e=this.categories,n=e.length;if(!n)return[0,-1];var r=e[this.activeCatIdx].methods.length,i=this.activeMethodIdx+t,o=this.activeCatIdx;if(i>r-1&&(o++,i=-1),i<-1){var s=--o;r=e[Math.max(s,0)].methods.length,i=r-1}return o>n-1&&(o=n-1,i=r-1),o<0&&(o=0,i=0),[o,i]},t.prototype.changeActive=function(t){void 0===t&&(t=1);var e=this._calcActiveIndexes(t),n=e[0],r=e[1];return this.activate(n,r),0===r&&0===n},t.prototype.scrollToActive=function(){this.scrollService.scrollTo(this.getCurrentMethodEl())},t.prototype.setActiveByHash=function(t){if(!t)return void(this.categories[0].headless&&this.activate(0,0));var e,n;t=t.substr(1);var r=t.split("/")[0],i=decodeURIComponent(t.substr(r.length+1));if("section"===r||"tag"===r){var o=i.split("/")[0];e=this.categories.findIndex(function(t){return t.id===r+"/"+o});var s=this.categories[e];i=i.substr(o.length)||null,n=s.methods.findIndex(function(t){return t.pointer===i})}else e=this.categories.findIndex(function(t){return!!t.methods.length&&(n=t.methods.findIndex(function(t){return t.operationId===i||t.pointer===i}),n>=0)});this.activate(e,n)},t=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof s.Hash&&s.Hash)&&e||Object,"function"==typeof(n="undefined"!=typeof l.LazyTasksService&&l.LazyTasksService)&&n||Object,"function"==typeof(p="undefined"!=typeof o.ScrollService&&o.ScrollService)&&p||Object,"function"==typeof(f="undefined"!=typeof u.AppStateService&&u.AppStateService)&&f||Object,"function"==typeof(_="undefined"!=typeof a.SpecManager&&a.SpecManager)&&_||Object])],t);var e,n,p,f,_}();e.MenuService=p},function(t,e,n){"use strict";var r=n(2),i=n(782),o=function(){function t(){}return Object.defineProperty(t,"warnings",{get:function(){return t._warningsObs},enumerable:!0,configurable:!0}),t.hasWarnings=function(){return!!t._warnings.length},t.warn=function(e){t._warnings.push(e),t._warningsObs.next(t._warnings),console.warn(e)},t._warnings=[],t._warningsObs=new i.Subject,t=__decorate([r.Injectable(),__metadata("design:paramtypes",[])],t)}();e.WarningsService=o},function(t,e,n){"use strict";var r=n(2),i=n(308),o=function(){function t(t,e){this.renderer=t,this.element=e}return t.prototype.ngOnInit=function(){i.Clipboard.isSupported()||this.element.nativeElement.parentNode.removeChild(this.element.nativeElement),this.renderer.setElementAttribute(this.element.nativeElement,"data-hint","Copy to Clipboard!")},t.prototype.onClick=function(){var t;if(t=this.copyText?i.Clipboard.copyCustom(JSON.stringify(this.copyText)):i.Clipboard.copyElement(this.copyElement))this.renderer.setElementAttribute(this.element.nativeElement,"data-hint","Copied!");else{var e=this.hintElement||this.copyElement;if(!e)return;this.renderer.setElementAttribute(e,"data-hint",'Press "ctrl + c" to copy'),this.renderer.setElementClass(e,"hint--top",!0),this.renderer.setElementClass(e,"hint--always",!0)}},t.prototype.onLeave=function(){var t=this;setTimeout(function(){t.renderer.setElementAttribute(t.element.nativeElement,"data-hint","Copy to Clipboard")},500)},__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"copyText",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"copyElement",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"hintElement",void 0),__decorate([r.HostListener("click"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onClick",null),__decorate([r.HostListener("mouseleave"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onLeave",null),t=__decorate([r.Directive({selector:"[copy-button]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.Renderer&&r.Renderer)&&e||Object,"function"==typeof(n="undefined"!=typeof r.ElementRef&&r.ElementRef)&&n||Object])],t);var e,n}();e.CopyButton=o},function(t,e,n){"use strict";var r=n(2),i=n(2),o=function(){function t(t){this.changeDetector=t,this.change=new r.EventEmitter,this.tabs=[]}return t.prototype.selectTab=function(t,e){void 0===e&&(e=!0),t.active||(this.tabs.forEach(function(t){t.active=!1}),t.active=!0,e&&this.change.next(t.tabTitle))},t.prototype.selectyByTitle=function(t,e){void 0===e&&(e=!1);var n,r;this.tabs.forEach(function(e){e.active&&(n=e),e.active=!1,e.tabTitle===t&&(r=e)}),r?r.active=!0:n.active=!0,e&&this.change.next(t),this.changeDetector.markForCheck()},t.prototype.addTab=function(t){0===this.tabs.length&&(t.active=!0),this.tabs.push(t)},t.prototype.ngOnInit=function(){var t=this;this.selected&&this.selected.subscribe(function(e){return t.selectyByTitle(e)})},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"selected",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"change",void 0),t=__decorate([r.Component({selector:"tabs",template:'\n
      \n
    • {{tab.tabTitle}}
    • \n
    \n \n ',styleUrls:["tabs.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof i.ChangeDetectorRef&&i.ChangeDetectorRef)&&e||Object])],t);var e}();e.Tabs=o;var s=function(){function t(t){this.active=!1,t.addTab(this)}return __decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"active",void 0),__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"tabTitle",void 0),__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"tabStatus",void 0),t=__decorate([r.Component({selector:"tab",template:'\n
    \n \n
    \n ',styles:["\n :host {\n display: block;\n }\n .tab-wrap {\n display: none;\n }\n\n .tab-wrap.active {\n display: block;\n }"]}),__metadata("design:paramtypes",[o])],t)}();e.Tab=s},function(t,e,n){"use strict";var r=n(2),i=function(){function t(){this.type="general",this.visible=!1,this.empty=!1,this.headless=!1,this.open=new r.EventEmitter,this.close=new r.EventEmitter}return t.prototype.toggle=function(){this.visible=!this.visible,this.empty||(this.visible?this.open.next({}):this.close.next({}))},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"type",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"visible",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"empty",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"title",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],t.prototype,"headless",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"open",void 0),__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"close",void 0),t=__decorate([r.Component({selector:"zippy",templateUrl:"./zippy.html",styleUrls:["./zippy.css"]}),__metadata("design:paramtypes",[])],t)}();e.Zippy=i},function(t,e,n){"use strict";var r=n(14),i=n(1),o=n(47),s=n(128),a=n(81),c=n(169),u=n(125),l=n(11),h=n(10),p=n(245),f=n(130),_=n(240);t.exports=function(t,e,n,d,y,m){var g=r[t],v=g,b=y?"set":"add",w=v&&v.prototype,x={},I=function(t){var e=w[t];o(w,t,"delete"==t?function(t){return!(m&&!l(t))&&e.call(this,0===t?0:t)}:"has"==t?function(t){return!(m&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return m&&!l(t)?void 0:e.call(this,0===t?0:t)}:"add"==t?function(t){return e.call(this,0===t?0:t),this}:function(t,n){return e.call(this,0===t?0:t,n),this})};if("function"==typeof v&&(m||w.forEach&&!h(function(){(new v).entries().next()}))){var C=new v,k=C[b](m?{}:-0,1)!=C,T=h(function(){C.has(1)}),E=p(function(t){new v(t)}),S=!m&&h(function(){for(var t=new v,e=5;e--;)t[b](e,e);return!t.has(-0)});E||(v=e(function(e,n){u(e,v,t);var r=_(new g,e,v);return void 0!=n&&c(n,y,r[b],r),r}),v.prototype=w,w.constructor=v),(T||S)&&(I("delete"),I("has"),y&&I("get")),(S||k)&&I(b),m&&w.clear&&delete w.clear}else v=d.getConstructor(e,t,y,b),s(v.prototype,n),a.NEED=!0;return f(v,t),x[t]=v,i(i.G+i.W+i.F*(v!=g),x),m||d.setStrong(v,t,y),v}},function(t,e,n){"use strict";var r=n(51),i=n(47),o=n(10),s=n(68),a=n(18);t.exports=function(t,e,n){var c=a(t),u=n(s,c,""[t]),l=u[0],h=u[1];o(function(){var e={};return e[c]=function(){return 7},7!=""[t](e)})&&(i(String.prototype,t,l),r(RegExp.prototype,c,2==e?function(t,e){return h.call(t,this,e)}:function(t){return h.call(t,this)}))}},function(t,e,n){var r=n(92),i=n(330),o=n(241),s=n(6),a=n(37),c=n(253),u={},l={},e=t.exports=function(t,e,n,h,p){var f,_,d,y,m=p?function(){return t}:c(t),g=r(n,h,e?2:1),v=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(o(m)){for(f=a(t.length);f>v;v++)if(y=e?g(s(_=t[v])[0],_[1]):g(t[v]),y===u||y===l)return y}else for(d=m.call(t);!(_=d.next()).done;)if(y=i(d,g,_.value,e),y===u||y===l)return y};e.BREAK=u,e.RETURN=l},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var r=n(14),i="__core-js_shared__",o=r[i]||(r[i]={});t.exports=function(t){return o[t]||(o[t]={})}},function(t,e,n){var r=n(1),i=n(68),o=n(10),s=n(251),a="["+s+"]",c="​…",u=RegExp("^"+a+a+"*"),l=RegExp(a+a+"*$"),h=function(t,e,n){var i={},a=o(function(){return!!s[t]()||c[t]()!=c}),u=i[t]=a?e(p):s[t];n&&(i[n]=u),r(r.P+r.F*a,"String",i)},p=h.trim=function(t,e){return t=String(i(t)),1&e&&(t=t.replace(u,"")),2&e&&(t=t.replace(l,"")),t};t.exports=h},function(t,e,n){for(var r,i=n(14),o=n(51),s=n(96),a=s("typed_array"),c=s("view"),u=!(!i.ArrayBuffer||!i.DataView),l=u,h=0,p=9,f="Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array".split(",");h=t.length?(this._t=void 0,i(1)):"keys"==e?i(0,n):"values"==e?i(0,t[n]):i(0,[n,t[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},function(t,e,n){"use strict";var r=n(342)(!0);n(244)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})})},function(t,e){t.exports=function(){var t=[];return t.toString=function(){for(var t=[],e=0;ee&&(o=Math.max(o,i-e)),o>0&&r.splice(0,o),r},e}(i.Subject);e.ReplaySubject=a;var c=function(){function t(t,e){this.time=t,this.value=e}return t}()},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=Number.POSITIVE_INFINITY),this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.mergeAll=r;var a=function(){function t(t){this.concurrent=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.concurrent))},t}();e.MergeAllOperator=a;var c=function(t){function e(e,n){t.call(this,e),this.concurrent=n,this.hasCompleted=!1,this.buffer=[],this.active=0}return i(e,t),e.prototype._next=function(t){this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber);e.MergeAllSubscriber=c},function(t,e,n){"use strict";function r(t){var e,n=t.Symbol;return"function"==typeof n?n.observable?e=n.observable:(e=n("observable"),n.observable=e):e="@@observable",e}var i=n(38);e.getSymbolObservable=r,e.$$observable=r(i.root)},function(t,e,n){"use strict";var r=n(38),i=r.root.Symbol;e.$$rxSubscriber="function"==typeof i&&"function"==typeof i.for?i.for("rxSubscriber"):"@@rxSubscriber"},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"argument out of range");this.name=e.name="ArgumentOutOfRangeError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.ArgumentOutOfRangeError=r},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"no elements in sequence");this.name=e.name="EmptyError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.EmptyError=r},function(t,e){"use strict";function n(t){return t instanceof Date&&!isNaN(+t)}e.isDate=n},function(t,e,n){function r(t){if(t&&!c(t))throw new Error("Unknown encoding: "+t)}function i(t){return t.toString(this.encoding)}function o(t){this.charReceived=t.length%2,this.charLength=this.charReceived?2:0}function s(t){this.charReceived=t.length%3,this.charLength=this.charReceived?3:0}var a=n(16).Buffer,c=a.isEncoding||function(t){switch(t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}},u=e.StringDecoder=function(t){switch(this.encoding=(t||"utf8").toLowerCase().replace(/[-_]/,""),r(t),this.encoding){case"utf8":this.surrogateSize=3;break;case"ucs2":case"utf16le":this.surrogateSize=2,this.detectIncompleteChar=o;break;case"base64":this.surrogateSize=3,this.detectIncompleteChar=s;break;default:return void(this.write=i)}this.charBuffer=new a(6),this.charReceived=0,this.charLength=0};u.prototype.write=function(t){for(var e="";this.charLength;){var n=t.length>=this.charLength-this.charReceived?this.charLength-this.charReceived:t.length;if(t.copy(this.charBuffer,this.charReceived,0,n),this.charReceived+=n,this.charReceived=55296&&r<=56319)){if(this.charReceived=this.charLength=0,0===t.length)return e;break}this.charLength+=this.surrogateSize,e=""}this.detectIncompleteChar(t);var i=t.length;this.charLength&&(t.copy(this.charBuffer,0,t.length-this.charReceived,i),i-=this.charReceived),e+=t.toString(this.encoding,0,i);var i=e.length-1,r=e.charCodeAt(i);if(r>=55296&&r<=56319){var o=this.surrogateSize;return this.charLength+=o,this.charReceived+=o,this.charBuffer.copy(this.charBuffer,o,0,o),t.copy(this.charBuffer,0,0,o),e.substring(0,i)}return e},u.prototype.detectIncompleteChar=function(t){for(var e=t.length>=3?3:t.length;e>0;e--){var n=t[t.length-e];if(1==e&&n>>5==6){this.charLength=2;break}if(e<=2&&n>>4==14){this.charLength=3;break}if(e<=3&&n>>3==30){this.charLength=4;break}}this.charReceived=e},u.prototype.end=function(t){var e="";if(t&&t.length&&(e=this.write(t)),this.charReceived){var n=this.charReceived,r=this.charBuffer,i=this.encoding;e+=r.slice(0,n).toString(i)}return e}},function(t,e){function n(t,e){for(var n=0;n=0&&g.splice(e,1)}function s(t){var e=document.createElement("style");return e.type="text/css",i(t,e),e}function a(t){var e=document.createElement("link");return e.rel="stylesheet",i(t,e),e}function c(t,e){var n,r,i;if(e.singleton){var c=m++;n=y||(y=s(e)),r=u.bind(null,n,c,!1),i=u.bind(null,n,c,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=a(e),r=h.bind(null,n),i=function(){o(n),n.href&&URL.revokeObjectURL(n.href)}):(n=s(e),r=l.bind(null,n),i=function(){o(n)});return r(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;r(t=e)}else i()}}function u(t,e,n,r){var i=n?"":r.css;if(t.styleSheet)t.styleSheet.cssText=v(e,i);else{var o=document.createTextNode(i),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(o,s[e]):t.appendChild(o)}}function l(t,e){var n=e.css,r=e.media;if(r&&t.setAttribute("media",r),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}function h(t,e){var n=e.css,r=e.sourceMap;r&&(n+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var i=new Blob([n],{type:"text/css"}),o=t.href;t.href=URL.createObjectURL(i),o&&URL.revokeObjectURL(o)}var p={},f=function(t){var e;return function(){return"undefined"==typeof e&&(e=t.apply(this,arguments)),e}},_=f(function(){return/msie [6-9]\b/.test(window.navigator.userAgent.toLowerCase())}),d=f(function(){return document.head||document.getElementsByTagName("head")[0]}),y=null,m=0,g=[];t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");e=e||{},"undefined"==typeof e.singleton&&(e.singleton=_()),"undefined"==typeof e.insertAt&&(e.insertAt="bottom");var i=r(t);return n(i,e),function(t){for(var o=[],s=0;s",'"',"`"," ","\r","\n","\t"],_=["{","}","|","\\","^","`"].concat(f),d=["'"].concat(_),y=["%","/","?",";","#"].concat(d),m=["/","?","#"],g=255,v=/^[+a-z0-9A-Z_-]{0,63}$/,b=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,w={javascript:!0,"javascript:":!0},x={javascript:!0,"javascript:":!0},I={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},C=n(722);r.prototype.parse=function(t,e,n){if(!u.isString(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var r=t.indexOf("?"),i=r!==-1&&r127?"x":M[V];if(!D.match(v)){var L=N.slice(0,E),F=N.slice(E+1),B=M.match(b);B&&(L.push(B[1]),F.unshift(B[2])),F.length&&(a="/"+F.join(".")+a),this.hostname=L.join(".");break}}}this.hostname.length>g?this.hostname="":this.hostname=this.hostname.toLowerCase(),A||(this.hostname=c.toASCII(this.hostname));var U=this.port?":"+this.port:"",z=this.hostname||"";this.host=z+U,this.href+=this.host,A&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==a[0]&&(a="/"+a))}if(!w[_])for(var E=0,P=d.length;E0)&&n.host.split("@");k&&(n.auth=k.shift(),n.host=n.hostname=k.shift())}return n.search=t.search,n.query=t.query,u.isNull(n.pathname)&&u.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.href=n.format(),n}if(!w.length)return n.pathname=null,n.search?n.path="/"+n.search:n.path=null,n.href=n.format(),n;for(var T=w.slice(-1)[0],E=(n.host||t.host||w.length>1)&&("."===T||".."===T)||""===T,S=0,O=w.length;O>=0;O--)T=w[O],"."===T?w.splice(O,1):".."===T?(w.splice(O,1),S++):S&&(w.splice(O,1),S--);if(!v&&!b)for(;S--;S)w.unshift("..");!v||""===w[0]||w[0]&&"/"===w[0].charAt(0)||w.unshift(""),E&&"/"!==w.join("/").substr(-1)&&w.push("");var R=""===w[0]||w[0]&&"/"===w[0].charAt(0);if(C){n.hostname=n.host=R?"":w.length?w.shift():"";var k=!!(n.host&&n.host.indexOf("@")>0)&&n.host.split("@");k&&(n.auth=k.shift(),n.host=n.hostname=k.shift())}return v=v||n.host&&w.length,v&&!R&&w.unshift(""),w.length?n.pathname=w.join("/"):(n.pathname=null,n.path=null),u.isNull(n.pathname)&&u.isNull(n.search)||(n.path=(n.pathname?n.pathname:"")+(n.search?n.search:"")),n.auth=t.auth||n.auth,n.slashes=n.slashes||t.slashes,n.href=n.format(),n},r.prototype.parseHost=function(){var t=this.host,e=h.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)}},function(t,e,n){"use strict";var r=n(2);n.d(e,"NgStyle",function(){return i});var i=function(){function t(t,e,n){this._differs=t,this._ngEl=e,this._renderer=n}return Object.defineProperty(t.prototype,"ngStyle",{set:function(t){this._ngStyle=t,!this._differ&&t&&(this._differ=this._differs.find(t).create(null))},enumerable:!0,configurable:!0}),t.prototype.ngDoCheck=function(){if(this._differ){var t=this._differ.diff(this._ngStyle);t&&this._applyChanges(t)}},t.prototype._applyChanges=function(t){var e=this;t.forEachRemovedItem(function(t){return e._setStyle(t.key,null)}),t.forEachAddedItem(function(t){return e._setStyle(t.key,t.currentValue)}),t.forEachChangedItem(function(t){return e._setStyle(t.key,t.currentValue)})},t.prototype._setStyle=function(t,e){var n=t.split("."),r=n[0],i=n[1];e=e&&i?""+e+i:e,this._renderer.setElementStyle(this._ngEl.nativeElement,r,e)},t.decorators=[{type:r.Directive,args:[{selector:"[ngStyle]"}]}],t.ctorParameters=[{type:r.KeyValueDiffers},{type:r.ElementRef},{type:r.Renderer}],t.propDecorators={ngStyle:[{type:r.Input}]},t}()},function(t,e,n){"use strict";function r(t,e){return t.length>0&&e.startsWith(t)?e.substring(t.length):e}function i(t){return/\/index.html$/g.test(t)?t.substring(0,t.length-11):t}var o=n(2),s=n(140);n.d(e,"a",function(){return a});var a=function(){function t(e){var n=this;this._subject=new o.EventEmitter,this._platformStrategy=e;var r=this._platformStrategy.getBaseHref();this._baseHref=t.stripTrailingSlash(i(r)),this._platformStrategy.onPopState(function(t){n._subject.emit({url:n.path(!0),pop:!0,type:t.type})})}return t.prototype.path=function(t){return void 0===t&&(t=!1),this.normalize(this._platformStrategy.path(t))},t.prototype.isCurrentPathEqualTo=function(e,n){return void 0===n&&(n=""),this.path()==this.normalize(e+t.normalizeQueryParams(n))},t.prototype.normalize=function(e){return t.stripTrailingSlash(r(this._baseHref,i(e)))},t.prototype.prepareExternalUrl=function(t){return t.length>0&&!t.startsWith("/")&&(t="/"+t),this._platformStrategy.prepareExternalUrl(t)},t.prototype.go=function(t,e){void 0===e&&(e=""),this._platformStrategy.pushState(null,"",t,e)},t.prototype.replaceState=function(t,e){void 0===e&&(e=""),this._platformStrategy.replaceState(null,"",t,e)},t.prototype.forward=function(){this._platformStrategy.forward()},t.prototype.back=function(){this._platformStrategy.back()},t.prototype.subscribe=function(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=null),this._subject.subscribe({next:t,error:e,complete:n})},t.normalizeQueryParams=function(t){return t.length>0&&"?"!=t.substring(0,1)?"?"+t:t},t.joinWithSlash=function(t,e){if(0==t.length)return e;if(0==e.length)return t;var n=0;return t.endsWith("/")&&n++,e.startsWith("/")&&n++,2==n?t+e.substring(1):1==n?t+e:t+"/"+e},t.stripTrailingSlash=function(t){return/\/$/g.test(t)&&(t=t.substring(0,t.length-1)),t},t.decorators=[{type:o.Injectable}],t.ctorParameters=[{type:s.a}],t}()},function(t,e,n){"use strict";var r=n(7),i=n(143);n.d(e,"AnimationSequencePlayer",function(){return o});var o=function(){function t(t){var e=this;this._players=t,this._currentIndex=0,this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this.parentPlayer=null,this._players.forEach(function(t){t.parentPlayer=e}),this._onNext(!1)}return t.prototype._onNext=function(t){var e=this;if(!this._finished)if(0==this._players.length)this._activePlayer=new i.NoOpAnimationPlayer,n.i(r.l)(function(){return e._onFinish()});else if(this._currentIndex>=this._players.length)this._activePlayer=new i.NoOpAnimationPlayer,this._onFinish();else{var o=this._players[this._currentIndex++];o.onDone(function(){return e._onNext(!0)}),this._activePlayer=o,t&&o.play()}},t.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){this._players.forEach(function(t){return t.init()})},t.prototype.onStart=function(t){this._onStartFns.push(t)},t.prototype.onDone=function(t){this._onDoneFns.push(t)},t.prototype.hasStarted=function(){return this._started},t.prototype.play=function(){n.i(r.d)(this.parentPlayer)||this.init(),this.hasStarted()||(this._onStartFns.forEach(function(t){return t()}),this._onStartFns=[],this._started=!0),this._activePlayer.play()},t.prototype.pause=function(){this._activePlayer.pause()},t.prototype.restart=function(){this.reset(),this._players.length>0&&this._players[0].restart()},t.prototype.reset=function(){this._players.forEach(function(t){return t.reset()}),this._destroyed=!1,this._finished=!1,this._started=!1},t.prototype.finish=function(){this._onFinish(),this._players.forEach(function(t){return t.finish()})},t.prototype.destroy=function(){this._destroyed||(this._onFinish(),this._players.forEach(function(t){return t.destroy()}),this._destroyed=!0,this._activePlayer=new i.NoOpAnimationPlayer)},t.prototype.setPosition=function(t){this._players[0].setPosition(t)},t.prototype.getPosition=function(){return this._players[0].getPosition()},Object.defineProperty(t.prototype,"players",{get:function(){return this._players},enumerable:!0,configurable:!0}),t}()},function(t,e,n){"use strict";function r(t,e,n){var r=t.previousIndex;if(null===r)return r;var i=0;return n&&r"+n.i(o.b)(this.currentIndex)+"]"},t}(),l=function(){function t(){this._head=null,this._tail=null}return t.prototype.add=function(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)},t.prototype.get=function(t,e){var r;for(r=this._head;null!==r;r=r._nextDup)if((null===e||e-1&&(n.splice(e,1),o+=t+".")}),o+=i,0!=n.length||0===i.length)return null;var s={};return s.domEventName=r,s.fullKey=o,s},e.getEventFullKey=function(t){var e="",r=n.i(i.a)().getEventKey(t);return r=r.toLowerCase()," "===r?r="space":"."===r&&(r="dot"),a.forEach(function(n){if(n!=r){var i=c[n];i(t)&&(e+=n+".")}}),e+=r},e.eventCallback=function(t,n,r){return function(i){e.getEventFullKey(i)===t&&r.runGuarded(function(){return n(i)})}},e._normalizeKey=function(t){switch(t){case"esc":return"escape";default:return t}},e.decorators=[{type:r.Injectable}],e.ctorParameters=[],e}(o.EventManagerPlugin)},function(t,e,n){"use strict";function r(t){return t=String(t),t.match(a)||t.match(c)?t:(n.i(o.isDevMode)()&&n.i(s.a)().log("WARNING: sanitizing unsafe URL value "+t+" (see http://g.co/ng/security#xss)"),"unsafe:"+t)}function i(t){return t=String(t),t.split(",").map(function(t){return r(t.trim())}).join(", ")}var o=n(2),s=n(32);e.a=r,e.b=i;var a=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:\/?#]*(?:[\/?#]|$))/gi,c=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+\/]+=*$/i},function(t,e,n){"use strict";var r=n(2),i=n(40),o=n(55),s=function(t){function e(e,n){t.call(this,e),this.optionsService=n,this.info={}}return __extends(e,t),e.prototype.init=function(){this.info=this.componentSchema.info,this.specUrl=this.optionsService.options.specUrl,isNaN(parseInt(this.info.version.substring(0,1)))||(this.info.version="v"+this.info.version)},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"api-info",styleUrls:["./api-info.css"],templateUrl:"./api-info.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof o.OptionsService&&o.OptionsService)&&s||Object])],e);var n,s}(i.BaseComponent);e.ApiInfo=s},function(t,e,n){"use strict";var r=n(2),i=n(40),o=function(t){function e(e){t.call(this,e),this.logo={}}return __extends(e,t),e.prototype.init=function(){var t=this.componentSchema.info["x-logo"];t&&(this.logo.imgUrl=t.url,this.logo.bgColor=t.backgroundColor||"transparent")},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"api-logo",styleUrls:["./api-logo.css"],templateUrl:"./api-logo.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.ApiLogo=o},function(t,e,n){"use strict";var r=n(121),i=n(9),o=n(19),s=n(8),a=n(15),c=n(23),u=n(12),l=n(13),h=n(60),p=n(217),f=n(20),_=n(22),d=n(35),y=function(){function t(t,e,n,o,s,a){this._changed=!1,this.context=new r.JsonSchemaLazy(t,e,n,o,s,a),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED,this._expr_4=i.UNINITIALIZED,this._expr_5=i.UNINITIALIZED,this._expr_6=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy()},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_auto=function(t,e,n){(n||s.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.auto=t,this._expr_1=t)},t.prototype.check_isRequestSchema=function(t,e,n){(n||s.checkBinding(e,this._expr_2,t))&&(this._changed=!0,this.context.isRequestSchema=t,this._expr_2=t)},t.prototype.check_final=function(t,e,n){(n||s.checkBinding(e,this._expr_3,t))&&(this._changed=!0,this.context.final=t,this._expr_3=t)},t.prototype.check_nestOdd=function(t,e,n){(n||s.checkBinding(e,this._expr_4,t))&&(this._changed=!0,this.context.nestOdd=t,this._expr_4=t)},t.prototype.check_childFor=function(t,e,n){(n||s.checkBinding(e,this._expr_5,t))&&(this._changed=!0,this.context.childFor=t,this._expr_5=t)},t.prototype.check_isArray=function(t,e,n){(n||s.checkBinding(e,this._expr_6,t))&&(this._changed=!0,this.context.isArray=t,this._expr_6=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_JsonSchemaLazy=y;var m=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),g=function(t){function e(n,r,o,s){t.call(this,e,m,u.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"json-schema-lazy",s.EMPTY_INLINE_ARRAY,t,null),this._vc_0=new c.ViewContainer(0,null,this,this._el_0),this.compView_0=new w(this.viewUtils,this,0,this._el_0),this._ComponentFactoryResolver_0_5=new h.CodegenComponentFactoryResolver([p.JsonSchemaNgFactory],this.injectorGet(h.ComponentFactoryResolver,this.parentIndex)),this._JsonSchemaLazy_0_6=new y(this.injectorGet(f.SpecManager,this.parentIndex),this._vc_0.vcRef,new _.ElementRef(this._el_0),this._ComponentFactoryResolver_0_5,this.injectorGet(d.OptionsService,this.parentIndex),this.renderer),this.compView_0.create(this._JsonSchemaLazy_0_6.context),this._el_1=this.renderer.createTemplateAnchor(null,null),this.init(this._el_1,this.renderer.directRenderer?null:[this._el_0],null),new l.ComponentRef_(0,this,this._el_0,this._JsonSchemaLazy_0_6.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===h.ComponentFactoryResolver&&0===e?this._ComponentFactoryResolver_0_5:t===r.JsonSchemaLazy&&0===e?this._JsonSchemaLazy_0_6.context:n},e.prototype.detectChangesInternal=function(t){this._JsonSchemaLazy_0_6.ngDoCheck(this,this._el_0,t),this._vc_0.detectChangesInNestedViews(t),this.compView_0.detectChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_0_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews(),this.compView_0.destroy(),this._JsonSchemaLazy_0_6.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._vc_0.nativeElement,e),this._vc_0.visitNestedViewRootNodes(t,e),t(this._el_1,e)},e}(o.AppView);e.JsonSchemaLazyNgFactory=new l.ComponentFactory("json-schema-lazy",g,r.JsonSchemaLazy);var v=["[_nghost-%COMP%] { display:none }"],b=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,v,{}),w=function(t){function e(n,r,o,s){t.call(this,e,b,u.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this.renderer.createViewRoot(this.parentElement);return this.init(null,this.renderer.directRenderer?null:[],null),null},e}(o.AppView);e.View_JsonSchemaLazy0=w},function(t,e,n){"use strict";var r=n(218),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(22),p=n(455),f=n(486),_=n(23),d=n(79),y=n(25),m=n(54),g=n(139),v=n(36),b=n(28),w=n(56),x=n(34),I=n(46),C=n(106),k=n(59),T=n(74),E=n(142),S=n(166),O=n(313),R=n(121),A=n(216),N=n(60),P=n(35),M=n(39),D=n(229),V=n(478),j=function(){function t(t,e,n){this._changed=!1,this.context=new r.JsonSchema(t,e,n),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED,this._expr_4=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_final=function(t,e,n){(n||s.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.final=t,this._expr_1=t)},t.prototype.check_nestOdd=function(t,e,n){(n||s.checkBinding(e,this._expr_2,t))&&(this._changed=!0,this.context.nestOdd=t,this._expr_2=t)},t.prototype.check_childFor=function(t,e,n){(n||s.checkBinding(e,this._expr_3,t))&&(this._changed=!0,this.context.childFor=t,this._expr_3=t)},t.prototype.check_isRequestSchema=function(t,e,n){(n||s.checkBinding(e,this._expr_4,t))&&(this._changed=!0,this.context.isRequestSchema=t,this._expr_4=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_JsonSchema=j;var L=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),F=function(t){function e(n,r,o,s){t.call(this,e,L,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"json-schema",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new z(this.viewUtils,this,0,this._el_0),this._JsonSchema_0_3=new j(this.injectorGet(l.SpecManager,this.parentIndex),this.renderer,new h.ElementRef(this._el_0)),this.compView_0.create(this._JsonSchema_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._JsonSchema_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.JsonSchema&&0===e?this._JsonSchema_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._JsonSchema_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.JsonSchemaNgFactory=new u.ComponentFactory("json-schema",F,r.JsonSchema);var B=[p.styles],U=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,B,{}),z=function(t){function e(n,r,o,s){t.call(this,e,U,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._el_0=this.renderer.createTemplateAnchor(e,null),this._NgSwitch_0_3=new f.Wrapper_NgSwitch,this._text_1=this.renderer.createText(e,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._vc_2=new _.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new y.TemplateRef_(this,2,this._anchor_2),this._NgSwitchCase_2_6=new f.Wrapper_NgSwitchCase(this._vc_2.vcRef,this._TemplateRef_2_5,this._NgSwitch_0_3.context),this._text_3=this.renderer.createText(e,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._vc_4=new _.ViewContainer(4,0,this,this._anchor_4),this._TemplateRef_4_5=new y.TemplateRef_(this,4,this._anchor_4),this._NgSwitchCase_4_6=new f.Wrapper_NgSwitchCase(this._vc_4.vcRef,this._TemplateRef_4_5,this._NgSwitch_0_3.context),this._text_5=this.renderer.createText(e,"\n ",null),this._anchor_6=this.renderer.createTemplateAnchor(e,null),this._vc_6=new _.ViewContainer(6,0,this,this._anchor_6),this._TemplateRef_6_5=new y.TemplateRef_(this,6,this._anchor_6),this._NgSwitchCase_6_6=new f.Wrapper_NgSwitchCase(this._vc_6.vcRef,this._TemplateRef_6_5,this._NgSwitch_0_3.context),this._text_7=this.renderer.createText(e,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(e,null),this._vc_8=new _.ViewContainer(8,0,this,this._anchor_8),this._TemplateRef_8_5=new y.TemplateRef_(this,8,this._anchor_8),this._NgSwitchCase_8_6=new f.Wrapper_NgSwitchCase(this._vc_8.vcRef,this._TemplateRef_8_5,this._NgSwitch_0_3.context),this._text_9=this.renderer.createText(e,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(e,null),this._vc_10=new _.ViewContainer(10,0,this,this._anchor_10),this._TemplateRef_10_5=new y.TemplateRef_(this,10,this._anchor_10),this._NgSwitchCase_10_6=new f.Wrapper_NgSwitchCase(this._vc_10.vcRef,this._TemplateRef_10_5,this._NgSwitch_0_3.context),this._text_11=this.renderer.createText(e,"\n\n",null),this._text_12=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new d.MarkedPipe(this.parentView.injectorGet(m.DomSanitizer,this.parentIndex)),this.init(null,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5,this._anchor_6,this._text_7,this._anchor_8,this._text_9,this._anchor_10,this._text_11,this._text_12],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&2===e?this._TemplateRef_2_5:t===g.NgSwitchCase&&2===e?this._NgSwitchCase_2_6.context:t===y.TemplateRef&&4===e?this._TemplateRef_4_5:t===g.NgSwitchCase&&4===e?this._NgSwitchCase_4_6.context:t===y.TemplateRef&&6===e?this._TemplateRef_6_5:t===g.NgSwitchCase&&6===e?this._NgSwitchCase_6_6.context:t===y.TemplateRef&&8===e?this._TemplateRef_8_5:t===g.NgSwitchCase&&8===e?this._NgSwitchCase_8_6.context:t===y.TemplateRef&&10===e?this._TemplateRef_10_5:t===g.NgSwitchCase&&10===e?this._NgSwitchCase_10_6.context:t===g.NgSwitch&&0<=e&&e<=11?this._NgSwitch_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.schema._widgetType;this._NgSwitch_0_3.check_ngSwitch(e,t,!1),this._NgSwitch_0_3.ngDoCheck(this,this._el_0,t);var n="file";this._NgSwitchCase_2_6.check_ngSwitchCase(n,t,!1),this._NgSwitchCase_2_6.ngDoCheck(this,this._anchor_2,t);var r="trivial";this._NgSwitchCase_4_6.check_ngSwitchCase(r,t,!1),this._NgSwitchCase_4_6.ngDoCheck(this,this._anchor_4,t);var i="tuple";this._NgSwitchCase_6_6.check_ngSwitchCase(i,t,!1),this._NgSwitchCase_6_6.ngDoCheck(this,this._anchor_6,t);var o="array";this._NgSwitchCase_8_6.check_ngSwitchCase(o,t,!1),this._NgSwitchCase_8_6.ngDoCheck(this,this._anchor_8,t);var s="object";this._NgSwitchCase_10_6.check_ngSwitchCase(s,t,!1),this._NgSwitchCase_10_6.ngDoCheck(this,this._anchor_10,t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t),this._vc_6.detectChangesInNestedViews(t),this._vc_8.detectChangesInNestedViews(t),this._vc_10.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews(),this._vc_6.destroyNestedViews(),this._vc_8.destroyNestedViews(),this._vc_10.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new H(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new G(this.viewUtils,this,4,this._anchor_4,this._vc_4):6==t?new tt(this.viewUtils,this,6,this._anchor_6,this._vc_6):8==t?new nt(this.viewUtils,this,8,this._anchor_8,this._vc_8):10==t?new rt(this.viewUtils,this,10,this._anchor_10,this._vc_10):null},e}(o.AppView);e.View_JsonSchema0=z;var H=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-wrap"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=s.createRenderElement(this.renderer,this._el_1,"span",new s.InlineArray2(2,"class","param-type-file"),null),this._text_4=this.renderer.createText(this._el_3,"file",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._anchor_6=this.renderer.createTemplateAnchor(this._el_1,null),this._vc_6=new _.ViewContainer(6,1,this,this._anchor_6),this._TemplateRef_6_5=new y.TemplateRef_(this,6,this._anchor_6),this._NgIf_6_6=new v.Wrapper_NgIf(this._vc_6.vcRef,this._TemplateRef_6_5),this._text_7=this.renderer.createText(this._el_1,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(this._el_1,null),this._vc_8=new _.ViewContainer(8,1,this,this._anchor_8),this._TemplateRef_8_5=new y.TemplateRef_(this,8,this._anchor_8),this._NgIf_8_6=new v.Wrapper_NgIf(this._vc_8.vcRef,this._TemplateRef_8_5),this._text_9=this.renderer.createText(this._el_1,"\n ",null),this._text_10=this.renderer.createText(null,"\n ",null),this.init(this._text_10,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._anchor_6,this._text_7,this._anchor_8,this._text_9,this._text_10],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&6===e?this._TemplateRef_6_5:t===b.NgIf&&6===e?this._NgIf_6_6.context:t===y.TemplateRef&&8===e?this._TemplateRef_8_5:t===b.NgIf&&8===e?this._NgIf_8_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.schema._produces&&!this.parentView.context.isRequestSchema;this._NgIf_6_6.check_ngIf(e,t,!1),this._NgIf_6_6.ngDoCheck(this,this._anchor_6,t);var n=this.parentView.context.schema._consumes&&this.parentView.context.isRequestSchema;this._NgIf_8_6.check_ngIf(n,t,!1),this._NgIf_8_6.ngDoCheck(this,this._anchor_8,t),this._vc_6.detectChangesInNestedViews(t),this._vc_8.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_6.destroyNestedViews(),this._vc_8.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_10,e)},e.prototype.createEmbeddedViewInternal=function(t){return 6==t?new q(this.viewUtils,this,6,this._anchor_6,this._vc_6):8==t?new Y(this.viewUtils,this,8,this._anchor_8,this._vc_8):null},e}(o.AppView),q=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","file produces"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"ul",s.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_2,null),this._vc_4=new _.ViewContainer(4,2,this,this._anchor_4),this._TemplateRef_4_5=new y.TemplateRef_(this,4,this._anchor_4),this._NgFor_4_6=new w.Wrapper_NgFor(this._vc_4.vcRef,this._TemplateRef_4_5,this.parentView.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentView.parentIndex),this.parentView.parentView.ref),this._text_5=this.renderer.createText(this._el_2,"\n ",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&4===e?this._TemplateRef_4_5:t===I.NgFor&&4===e?this._NgFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.parentView.context.schema._produces;this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_4.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_4.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 4==t?new W(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(o.AppView),W=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"li",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"",this.context.$implicit,"");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),Y=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","file consume"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"ul",s.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_2,null),this._vc_4=new _.ViewContainer(4,2,this,this._anchor_4),this._TemplateRef_4_5=new y.TemplateRef_(this,4,this._anchor_4),this._NgFor_4_6=new w.Wrapper_NgFor(this._vc_4.vcRef,this._TemplateRef_4_5,this.parentView.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentView.parentIndex),this.parentView.parentView.ref),this._text_5=this.renderer.createText(this._el_2,"\n ",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&4===e?this._TemplateRef_4_5:t===I.NgFor&&4===e?this._NgFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.parentView.context.schema._consumes; +this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_4.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_4.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 4==t?new $(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(o.AppView),$=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"li",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"",this.context.$implicit,"");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),G=function(t){function e(n,r,o,a,u){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,a,i.ChangeDetectorStatus.CheckAlways,u),this._expr_28=i.UNINITIALIZED,this._map_29=s.pureProxy2(function(t,e){return{"with-hint":t,array:e}}),this._expr_30=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-wrap"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=s.createRenderElement(this.renderer,this._el_1,"span",s.EMPTY_INLINE_ARRAY,null),this._NgClass_3_3=new C.Wrapper_NgClass(this.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.injectorGet(k.KeyValueDiffers,this.parentView.parentIndex),new h.ElementRef(this._el_3),this.renderer),this._text_4=this.renderer.createText(this._el_3,"",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_3,null),this._vc_5=new _.ViewContainer(5,3,this,this._anchor_5),this._TemplateRef_5_5=new y.TemplateRef_(this,5,this._anchor_5),this._NgIf_5_6=new v.Wrapper_NgIf(this._vc_5.vcRef,this._TemplateRef_5_5),this._text_6=this.renderer.createText(this._el_3,"\n ",null),this._text_7=this.renderer.createText(this._el_1,"\n ",null),this._anchor_8=this.renderer.createTemplateAnchor(this._el_1,null),this._vc_8=new _.ViewContainer(8,1,this,this._anchor_8),this._TemplateRef_8_5=new y.TemplateRef_(this,8,this._anchor_8),this._NgIf_8_6=new v.Wrapper_NgIf(this._vc_8.vcRef,this._TemplateRef_8_5),this._text_9=this.renderer.createText(this._el_1,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(this._el_1,null),this._vc_10=new _.ViewContainer(10,1,this,this._anchor_10),this._TemplateRef_10_5=new y.TemplateRef_(this,10,this._anchor_10),this._NgIf_10_6=new v.Wrapper_NgIf(this._vc_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(this._el_1,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_1,null),this._vc_12=new _.ViewContainer(12,1,this,this._anchor_12),this._TemplateRef_12_5=new y.TemplateRef_(this,12,this._anchor_12),this._NgIf_12_6=new v.Wrapper_NgIf(this._vc_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_1,"\n ",null),this._text_14=this.renderer.createText(null,"\n ",null),this.init(this._text_14,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._anchor_5,this._text_6,this._text_7,this._anchor_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13,this._text_14],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&5===e?this._TemplateRef_5_5:t===b.NgIf&&5===e?this._NgIf_5_6.context:t===T.NgClass&&3<=e&&e<=6?this._NgClass_3_3.context:t===y.TemplateRef&&8===e?this._TemplateRef_8_5:t===b.NgIf&&8===e?this._NgIf_8_6.context:t===y.TemplateRef&&10===e?this._TemplateRef_10_5:t===b.NgIf&&10===e?this._NgIf_10_6.context:t===y.TemplateRef&&12===e?this._TemplateRef_12_5:t===b.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"param-type param-type-trivial ",this.parentView.context.schema.type,"");this._NgClass_3_3.check_klass(e,t,!1);var n=this._map_29(this.parentView.context.schema._displayTypeHint,this.parentView.context._isArray);this._NgClass_3_3.check_ngClass(n,t,!1),this._NgClass_3_3.ngDoCheck(this,this._el_3,t);var r=this.parentView.context.schema._range;this._NgIf_5_6.check_ngIf(r,t,!1),this._NgIf_5_6.ngDoCheck(this,this._anchor_5,t);var i=this.parentView.context.schema["x-nullable"];this._NgIf_8_6.check_ngIf(i,t,!1),this._NgIf_8_6.ngDoCheck(this,this._anchor_8,t);var o=this.parentView.context.schema.enum;this._NgIf_10_6.check_ngIf(o,t,!1),this._NgIf_10_6.ngDoCheck(this,this._anchor_10,t);var a=this.parentView.context.schema.pattern;this._NgIf_12_6.check_ngIf(a,t,!1),this._NgIf_12_6.ngDoCheck(this,this._anchor_12,t),this._vc_5.detectChangesInNestedViews(t),this._vc_8.detectChangesInNestedViews(t),this._vc_10.detectChangesInNestedViews(t),this._vc_12.detectChangesInNestedViews(t);var c=s.inlineInterpolate(1,"",this.parentView.context.schema._displayTypeHint,"");s.checkBinding(t,this._expr_28,c)&&(this.renderer.setElementProperty(this._el_3,"title",c),this._expr_28=c);var u=s.inlineInterpolate(2,"",this.parentView.context.schema._displayType," ",this.parentView.context.schema._displayFormat,"\n ");s.checkBinding(t,this._expr_30,u)&&(this.renderer.setText(this._text_4,u),this._expr_30=u)},e.prototype.destroyInternal=function(){this._vc_5.destroyNestedViews(),this._vc_8.destroyNestedViews(),this._vc_10.destroyNestedViews(),this._vc_12.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_14,e)},e.prototype.createEmbeddedViewInternal=function(t){return 5==t?new Z(this.viewUtils,this,5,this._anchor_5,this._vc_5):8==t?new J(this.viewUtils,this,8,this._anchor_8,this._vc_8):10==t?new K(this.viewUtils,this,10,this._anchor_10,this._vc_10):12==t?new Q(this.viewUtils,this,12,this._anchor_12,this._vc_12):null},e}(o.AppView),Z=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1," ",this.parentView.parentView.context.schema._range," ");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),J=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-nullable"),null),this._text_1=this.renderer.createText(this._el_0,"Nullable",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),K=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new _.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new y.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new w.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentView.parentIndex),this.parentView.parentView.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&2===e?this._TemplateRef_2_5:t===I.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.parentView.context.schema.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new X(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView),X=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new E.JsonPipe,this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=s.inlineInterpolate(1,"param-enum-value ",this.context.$implicit.type,"");s.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=s.inlineInterpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||s.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),Q=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"",this.parentView.parentView.context.schema.pattern,"");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),tt=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","params-wrap params-array array-tuple"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_1,null),this._vc_3=new _.ViewContainer(3,1,this,this._anchor_3),this._TemplateRef_3_5=new y.TemplateRef_(this,3,this._anchor_3),this._NgFor_3_6=new w.Wrapper_NgFor(this._vc_3.vcRef,this._TemplateRef_3_5,this.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentIndex),this.parentView.ref),this._text_4=this.renderer.createText(this._el_1,"\n ",null),this._text_5=this.renderer.createText(null,"\n ",null),this.init(this._text_5,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._anchor_3,this._text_4,this._text_5],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&3===e?this._TemplateRef_3_5:t===I.NgFor&&3===e?this._NgFor_3_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.schema.items;this._NgFor_3_6.check_ngForOf(e,t,!1);var n=this.parentView.context.trackByIdx;this._NgFor_3_6.check_ngForTrackBy(n,t,!1),this._NgFor_3_6.ngDoCheck(this,this._anchor_3,t),this._vc_3.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_3.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_5,e)},e.prototype.createEmbeddedViewInternal=function(t){return 3==t?new et(this.viewUtils,this,3,this._anchor_3,this._vc_3):null},e}(o.AppView),et=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_12=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","tuple-item"),null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=s.createRenderElement(this.renderer,this._el_1,"span",new s.InlineArray2(2,"class","tuple-item-index"),null),this._text_4=this.renderer.createText(this._el_3,"",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._el_6=s.createRenderElement(this.renderer,this._el_1,"json-schema",new s.InlineArray2(2,"class","nested-schema"),null),this.compView_6=new z(this.viewUtils,this,6,this._el_6),this._JsonSchema_6_3=new j(this.parentView.parentView.parentView.injectorGet(l.SpecManager,this.parentView.parentView.parentIndex),this.renderer,new h.ElementRef(this._el_6)),this._text_7=this.renderer.createText(null,"\n ",null),this.compView_6.create(this._JsonSchema_6_3.context),this._text_8=this.renderer.createText(this._el_1,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this.init(this._text_9,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===r.JsonSchema&&6<=e&&e<=7?this._JsonSchema_6_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit._pointer;this._JsonSchema_6_3.check_pointer(e,t,!1);var n=!this.parentView.parentView.context.nestOdd;this._JsonSchema_6_3.check_nestOdd(n,t,!1);var r=this.parentView.parentView.context.isRequestSchema;this._JsonSchema_6_3.check_isRequestSchema(r,t,!1),this._JsonSchema_6_3.ngDoCheck(this,this._el_6,t)&&this.compView_6.markAsCheckOnce();var i=s.inlineInterpolate(1," [",this.context.index,"]: ");s.checkBinding(t,this._expr_12,i)&&(this.renderer.setText(this._text_4,i),this._expr_12=i),this.compView_6.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_6.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_9,e)},e}(o.AppView),nt=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=s.createRenderElement(this.renderer,null,"json-schema",new s.InlineArray2(2,"class","nested-schema"),null),this.compView_1=new z(this.viewUtils,this,1,this._el_1),this._JsonSchema_1_3=new j(this.parentView.parentView.injectorGet(l.SpecManager,this.parentView.parentIndex),this.renderer,new h.ElementRef(this._el_1)),this._text_2=this.renderer.createText(null," ",null),this.compView_1.create(this._JsonSchema_1_3.context),this._text_3=this.renderer.createText(null,"\n ",null),this.init(this._text_3,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===r.JsonSchema&&1<=e&&e<=2?this._JsonSchema_1_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.schema._pointer;this._JsonSchema_1_3.check_pointer(e,t,!1);var n=!this.parentView.context.nestOdd;this._JsonSchema_1_3.check_nestOdd(n,t,!1);var r=this.parentView.context.isRequestSchema;this._JsonSchema_1_3.check_isRequestSchema(r,t,!1),this._JsonSchema_1_3.ngDoCheck(this,this._el_1,t)&&this.compView_1.markAsCheckOnce(),this.compView_1.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_1.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_3,e)},e}(o.AppView),rt=function(t){function e(n,r,o,a,u){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,a,i.ChangeDetectorStatus.CheckAlways,u),this._map_11=s.pureProxy1(function(t){return{"params-array":t}})}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=s.createRenderElement(this.renderer,null,"table",new s.InlineArray2(2,"class","params-wrap"),null),this._NgClass_1_3=new C.Wrapper_NgClass(this.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.injectorGet(k.KeyValueDiffers,this.parentView.parentIndex),new h.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_1,null),this._vc_4=new _.ViewContainer(4,1,this,this._anchor_4),this._TemplateRef_4_5=new y.TemplateRef_(this,4,this._anchor_4),this._NgFor_4_6=new w.Wrapper_NgFor(this._vc_4.vcRef,this._TemplateRef_4_5,this.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentIndex),this.parentView.ref),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._text_6=this.renderer.createText(null,"\n ",null),this.init(this._text_6,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._text_3,this._anchor_4,this._text_5,this._text_6],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&4===e?this._TemplateRef_4_5:t===I.NgFor&&4===e?this._NgFor_4_6.context:t===T.NgClass&&1<=e&&e<=5?this._NgClass_1_3.context:n},e.prototype.detectChangesInternal=function(t){var e="params-wrap";this._NgClass_1_3.check_klass(e,t,!1);var n=this._map_11(this.parentView.context._isArray);this._NgClass_1_3.check_ngClass(n,t,!1),this._NgClass_1_3.ngDoCheck(this,this._el_1,t);var r=this.parentView.context.properties;this._NgFor_4_6.check_ngForOf(r,t,!1);var i=this.parentView.context.trackByName;this._NgFor_4_6.check_ngForTrackBy(i,t,!1),this._NgFor_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_4.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_4.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_6,e)},e.prototype.createEmbeddedViewInternal=function(t){return 4==t?new it(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(o.AppView),it=function(t){function n(e,r,o,a,u){t.call(this,n,U,c.ViewType.EMBEDDED,e,r,o,a,i.ChangeDetectorStatus.CheckAlways,u),this._map_88=s.pureProxy5(function(t,e,n,r,i){return{last:t,discriminator:e,complex:n,additional:r,expanded:i}}),this._expr_89=i.UNINITIALIZED,this._expr_90=i.UNINITIALIZED,this._expr_91=i.UNINITIALIZED,this._expr_93=i.UNINITIALIZED,this._map_94=s.pureProxy2(function(t,e){return{"with-hint":t,tuple:e}}),this._expr_95=i.UNINITIALIZED,this._expr_96=i.UNINITIALIZED,this._expr_98=i.UNINITIALIZED,this._map_99=s.pureProxy1(function(t){return{last:t}})}return __extends(n,t),n.prototype.createInternal=function(t){this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=s.createRenderElement(this.renderer,null,"tr",new s.InlineArray2(2,"class","param"),null),this._NgClass_1_3=new C.Wrapper_NgClass(this.parentView.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentView.parentIndex),this.parentView.parentView.parentView.injectorGet(k.KeyValueDiffers,this.parentView.parentView.parentIndex),new h.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=s.createRenderElement(this.renderer,this._el_1,"td",new s.InlineArray2(2,"class","param-name"),null),this._text_4=this.renderer.createText(this._el_3,"\n ",null),this._el_5=s.createRenderElement(this.renderer,this._el_3,"span",new s.InlineArray2(2,"class","param-name-wrap"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=s.createRenderElement(this.renderer,this._el_5,"span",new s.InlineArray2(2,"class","param-name-content"),null),this._text_8=this.renderer.createText(this._el_7,"",null),this._el_9=s.createRenderElement(this.renderer,this._el_7,"span",new s.InlineArray2(2,"class","param-name-enumvalue"),null),this._text_10=this.renderer.createText(this._el_9,"",null),this._text_11=this.renderer.createText(this._el_7,"\n ",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._anchor_13=this.renderer.createTemplateAnchor(this._el_5,null),this._vc_13=new _.ViewContainer(13,5,this,this._anchor_13),this._TemplateRef_13_5=new y.TemplateRef_(this,13,this._anchor_13),this._NgIf_13_6=new v.Wrapper_NgIf(this._vc_13.vcRef,this._TemplateRef_13_5),this._text_14=this.renderer.createText(this._el_5,"\n ",null),this._text_15=this.renderer.createText(this._el_3,"\n ",null),this._text_16=this.renderer.createText(this._el_1,"\n ",null),this._el_17=s.createRenderElement(this.renderer,this._el_1,"td",new s.InlineArray2(2,"class","param-info"),null),this._text_18=this.renderer.createText(this._el_17,"\n ",null),this._el_19=s.createRenderElement(this.renderer,this._el_17,"div",s.EMPTY_INLINE_ARRAY,null),this._text_20=this.renderer.createText(this._el_19,"\n ",null),this._el_21=s.createRenderElement(this.renderer,this._el_19,"span",s.EMPTY_INLINE_ARRAY,null),this._NgClass_21_3=new C.Wrapper_NgClass(this.parentView.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentView.parentIndex),this.parentView.parentView.parentView.injectorGet(k.KeyValueDiffers,this.parentView.parentView.parentIndex),new h.ElementRef(this._el_21),this.renderer),this._text_22=this.renderer.createText(this._el_21,"",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_21,null),this._vc_23=new _.ViewContainer(23,21,this,this._anchor_23),this._TemplateRef_23_5=new y.TemplateRef_(this,23,this._anchor_23),this._NgIf_23_6=new v.Wrapper_NgIf(this._vc_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_21,"\n ",null),this._text_25=this.renderer.createText(this._el_19,"\n ",null),this._anchor_26=this.renderer.createTemplateAnchor(this._el_19,null),this._vc_26=new _.ViewContainer(26,19,this,this._anchor_26),this._TemplateRef_26_5=new y.TemplateRef_(this,26,this._anchor_26),this._NgIf_26_6=new v.Wrapper_NgIf(this._vc_26.vcRef,this._TemplateRef_26_5),this._text_27=this.renderer.createText(this._el_19,"\n ",null),this._anchor_28=this.renderer.createTemplateAnchor(this._el_19,null),this._vc_28=new _.ViewContainer(28,19,this,this._anchor_28),this._TemplateRef_28_5=new y.TemplateRef_(this,28,this._anchor_28),this._NgIf_28_6=new v.Wrapper_NgIf(this._vc_28.vcRef,this._TemplateRef_28_5),this._text_29=this.renderer.createText(this._el_19,"\n ",null),this._anchor_30=this.renderer.createTemplateAnchor(this._el_19,null),this._vc_30=new _.ViewContainer(30,19,this,this._anchor_30),this._TemplateRef_30_5=new y.TemplateRef_(this,30,this._anchor_30),this._NgIf_30_6=new v.Wrapper_NgIf(this._vc_30.vcRef,this._TemplateRef_30_5),this._text_31=this.renderer.createText(this._el_19,"\n ",null),this._anchor_32=this.renderer.createTemplateAnchor(this._el_19,null),this._vc_32=new _.ViewContainer(32,19,this,this._anchor_32),this._TemplateRef_32_5=new y.TemplateRef_(this,32,this._anchor_32),this._NgIf_32_6=new v.Wrapper_NgIf(this._vc_32.vcRef,this._TemplateRef_32_5),this._text_33=this.renderer.createText(this._el_19,"\n ",null),this._anchor_34=this.renderer.createTemplateAnchor(this._el_19,null),this._vc_34=new _.ViewContainer(34,19,this,this._anchor_34),this._TemplateRef_34_5=new y.TemplateRef_(this,34,this._anchor_34),this._NgIf_34_6=new v.Wrapper_NgIf(this._vc_34.vcRef,this._TemplateRef_34_5),this._text_35=this.renderer.createText(this._el_19,"\n ",null),this._text_36=this.renderer.createText(this._el_17,"\n ",null),this._el_37=s.createRenderElement(this.renderer,this._el_17,"div",new s.InlineArray2(2,"class","param-description"),null),this._text_38=this.renderer.createText(this._el_17,"\n ",null),this._anchor_39=this.renderer.createTemplateAnchor(this._el_17,null),this._vc_39=new _.ViewContainer(39,17,this,this._anchor_39),this._TemplateRef_39_5=new y.TemplateRef_(this,39,this._anchor_39),this._NgIf_39_6=new v.Wrapper_NgIf(this._vc_39.vcRef,this._TemplateRef_39_5),this._text_40=this.renderer.createText(this._el_17,"\n ",null),this._text_41=this.renderer.createText(this._el_1,"\n ",null),this._text_42=this.renderer.createText(null,"\n ",null),this._el_43=s.createRenderElement(this.renderer,null,"tr",new s.InlineArray2(2,"class","param-schema"),null),this._NgClass_43_3=new C.Wrapper_NgClass(this.parentView.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentView.parentIndex),this.parentView.parentView.parentView.injectorGet(k.KeyValueDiffers,this.parentView.parentView.parentIndex),new h.ElementRef(this._el_43),this.renderer),this._text_44=this.renderer.createText(this._el_43,"\n ",null),this._el_45=s.createRenderElement(this.renderer,this._el_43,"td",new s.InlineArray2(2,"colspan","2"),null),this._text_46=this.renderer.createText(this._el_45,"\n ",null),this._el_47=s.createRenderElement(this.renderer,this._el_45,"zippy",new s.InlineArray2(2,"title","Expand"),null),this.compView_47=new O.View_Zippy0(this.viewUtils,this,47,this._el_47),this._Zippy_47_3=new O.Wrapper_Zippy,this._text_48=this.renderer.createText(null,"\n ",null),this._el_49=s.createRenderElement(this.renderer,null,"json-schema-lazy",new s.InlineArray2(2,"class","nested-schema"),null),this._vc_49=new _.ViewContainer(49,47,this,this._el_49),this.compView_49=new A.View_JsonSchemaLazy0(this.viewUtils,this,49,this._el_49),this._ComponentFactoryResolver_49_5=new N.CodegenComponentFactoryResolver([e.JsonSchemaNgFactory],this.parentView.injectorGet(N.ComponentFactoryResolver,this.parentIndex)),this._JsonSchemaLazy_49_6=new A.Wrapper_JsonSchemaLazy(this.parentView.parentView.parentView.injectorGet(l.SpecManager,this.parentView.parentView.parentIndex),this._vc_49.vcRef,new h.ElementRef(this._el_49),this._ComponentFactoryResolver_49_5,this.parentView.parentView.parentView.injectorGet(P.OptionsService,this.parentView.parentView.parentIndex),this.renderer),this._text_50=this.renderer.createText(null,"\n ",null),this.compView_49.create(this._JsonSchemaLazy_49_6.context),this._text_51=this.renderer.createText(null,"\n ",null),this.compView_47.create(this._Zippy_47_3.context),this._text_52=this.renderer.createText(this._el_45,"\n ",null),this._text_53=this.renderer.createText(this._el_43,"\n ",null),this._text_54=this.renderer.createText(null,"\n ",null);var n=s.subscribeToRenderElement(this,this._el_5,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_5));this._pipe_json_0=new E.JsonPipe,this._pipe_marked_0_0=s.pureProxy1(this.parentView.parentView._pipe_marked_0.transform.bind(this.parentView.parentView._pipe_marked_0));var r=s.subscribeToRenderElement(this,this._el_47,new s.InlineArray2(2,"open",null),this.eventHandler(this.handleEvent_47));return this._Zippy_47_3.subscribe(this,this.eventHandler(this.handleEvent_47),!0,!1),this.init(this._text_54,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._anchor_13,this._text_14,this._text_15,this._text_16,this._el_17,this._text_18,this._el_19,this._text_20,this._el_21,this._text_22,this._anchor_23,this._text_24,this._text_25,this._anchor_26,this._text_27,this._anchor_28,this._text_29,this._anchor_30,this._text_31,this._anchor_32,this._text_33,this._anchor_34,this._text_35,this._text_36,this._el_37,this._text_38,this._anchor_39,this._text_40,this._text_41,this._text_42,this._el_43,this._text_44,this._el_45,this._text_46,this._el_47,this._text_48,this._el_49,this._text_50,this._text_51,this._text_52,this._text_53,this._text_54],[n,r]),null},n.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&13===e?this._TemplateRef_13_5:t===b.NgIf&&13===e?this._NgIf_13_6.context:t===y.TemplateRef&&23===e?this._TemplateRef_23_5:t===b.NgIf&&23===e?this._NgIf_23_6.context:t===T.NgClass&&21<=e&&e<=24?this._NgClass_21_3.context:t===y.TemplateRef&&26===e?this._TemplateRef_26_5:t===b.NgIf&&26===e?this._NgIf_26_6.context:t===y.TemplateRef&&28===e?this._TemplateRef_28_5:t===b.NgIf&&28===e?this._NgIf_28_6.context:t===y.TemplateRef&&30===e?this._TemplateRef_30_5:t===b.NgIf&&30===e?this._NgIf_30_6.context:t===y.TemplateRef&&32===e?this._TemplateRef_32_5:t===b.NgIf&&32===e?this._NgIf_32_6.context:t===y.TemplateRef&&34===e?this._TemplateRef_34_5:t===b.NgIf&&34===e?this._NgIf_34_6.context:t===y.TemplateRef&&39===e?this._TemplateRef_39_5:t===b.NgIf&&39===e?this._NgIf_39_6.context:t===T.NgClass&&1<=e&&e<=41?this._NgClass_1_3.context:t===N.ComponentFactoryResolver&&49===e?this._ComponentFactoryResolver_49_5:t===R.JsonSchemaLazy&&49<=e&&e<=50?this._JsonSchemaLazy_49_6.context:t===S.Zippy&&47<=e&&e<=51?this._Zippy_47_3.context:t===T.NgClass&&43<=e&&e<=53?this._NgClass_43_3.context:n},n.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n="param";this._NgClass_1_3.check_klass(n,t,!1);var r=this._map_88(this.context.last,this.context.$implicit.isDiscriminator,this.context.$implicit._pointer,this.context.$implicit._additional,this._Zippy_47_3.context.visible);this._NgClass_1_3.check_ngClass(r,t,!1),this._NgClass_1_3.ngDoCheck(this,this._el_1,t);var o=this.context.$implicit._pointer;this._NgIf_13_6.check_ngIf(o,t,!1),this._NgIf_13_6.ngDoCheck(this,this._anchor_13,t);var a=s.inlineInterpolate(1,"param-type ",this.context.$implicit.type,"");this._NgClass_21_3.check_klass(a,t,!1);var c=this._map_94(this.context.$implicit._displayTypeHint,this.context.$implicit._isTuple);this._NgClass_21_3.check_ngClass(c,t,!1),this._NgClass_21_3.ngDoCheck(this,this._el_21,t);var u=this.context.$implicit._range;this._NgIf_23_6.check_ngIf(u,t,!1),this._NgIf_23_6.ngDoCheck(this,this._anchor_23,t);var l=this.context.$implicit._required;this._NgIf_26_6.check_ngIf(l,t,!1),this._NgIf_26_6.ngDoCheck(this,this._anchor_26,t);var h=this.context.$implicit["x-nullable"];this._NgIf_28_6.check_ngIf(h,t,!1),this._NgIf_28_6.ngDoCheck(this,this._anchor_28,t);var p=null!=this.context.$implicit.default;this._NgIf_30_6.check_ngIf(p,t,!1),this._NgIf_30_6.ngDoCheck(this,this._anchor_30,t);var f=this.context.$implicit.enum&&!this.context.$implicit.isDiscriminator;this._NgIf_32_6.check_ngIf(f,t,!1),this._NgIf_32_6.ngDoCheck(this,this._anchor_32,t);var _=this.context.$implicit.pattern;this._NgIf_34_6.check_ngIf(_,t,!1),this._NgIf_34_6.ngDoCheck(this,this._anchor_34,t);var d=this.context.$implicit.isDiscriminator;this._NgIf_39_6.check_ngIf(d,t,!1), +this._NgIf_39_6.ngDoCheck(this,this._anchor_39,t);var y="param-schema";this._NgClass_43_3.check_klass(y,t,!1);var m=this._map_99(this.context.last);this._NgClass_43_3.check_ngClass(m,t,!1),this._NgClass_43_3.ngDoCheck(this,this._el_43,t);var g=this.parentView.parentView.context.autoExpand;this._Zippy_47_3.check_visible(g,t,!1);var v="Expand";this._Zippy_47_3.check_title(v,t,!1);var b=!0;this._Zippy_47_3.check_headless(b,t,!1),this._Zippy_47_3.ngDoCheck(this,this._el_47,t);var w=this.context.$implicit._pointer;this._JsonSchemaLazy_49_6.check_pointer(w,t,!1);var x=this.parentView.parentView.context.autoExpand;this._JsonSchemaLazy_49_6.check_auto(x,t,!1);var I=this.parentView.parentView.context.isRequestSchema;this._JsonSchemaLazy_49_6.check_isRequestSchema(I,t,!1);var C=!this.parentView.parentView.context.nestOdd;this._JsonSchemaLazy_49_6.check_nestOdd(C,t,!1),this._JsonSchemaLazy_49_6.ngDoCheck(this,this._el_49,t),this._vc_13.detectChangesInNestedViews(t),this._vc_23.detectChangesInNestedViews(t),this._vc_26.detectChangesInNestedViews(t),this._vc_28.detectChangesInNestedViews(t),this._vc_30.detectChangesInNestedViews(t),this._vc_32.detectChangesInNestedViews(t),this._vc_34.detectChangesInNestedViews(t),this._vc_39.detectChangesInNestedViews(t),this._vc_49.detectChangesInNestedViews(t);var k=s.inlineInterpolate(1,"\n ",this.context.$implicit._name,"\n ");s.checkBinding(t,this._expr_89,k)&&(this.renderer.setText(this._text_8,k),this._expr_89=k);var T=!this.context.$implicit._enumItem;s.checkBinding(t,this._expr_90,T)&&(this.renderer.setElementProperty(this._el_9,"hidden",T),this._expr_90=T),e.reset();var E=s.inlineInterpolate(1," ",e.unwrap(this._pipe_json_0.transform(null==this.context.$implicit._enumItem?null:this.context.$implicit._enumItem.val))," ");(e.hasWrappedValue||s.checkBinding(t,this._expr_91,E))&&(this.renderer.setText(this._text_10,E),this._expr_91=E);var S=s.inlineInterpolate(1,"",this.context.$implicit._displayTypeHint,"");s.checkBinding(t,this._expr_93,S)&&(this.renderer.setElementProperty(this._el_21,"title",S),this._expr_93=S);var O=s.inlineInterpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"\n ");s.checkBinding(t,this._expr_95,O)&&(this.renderer.setText(this._text_22,O),this._expr_95=O),e.reset();var R=e.unwrap(s.castByValue(this._pipe_marked_0_0,this.parentView.parentView._pipe_marked_0.transform)(this.context.$implicit.description));(e.hasWrappedValue||s.checkBinding(t,this._expr_96,R))&&(this.renderer.setElementProperty(this._el_37,"innerHTML",this.viewUtils.sanitizer.sanitize(M.SecurityContext.HTML,R)),this._expr_96=R);var A=!this.context.$implicit._pointer;s.checkBinding(t,this._expr_98,A)&&(this.renderer.setElementProperty(this._el_43,"hidden",A),this._expr_98=A),this.compView_47.detectChanges(t),this.compView_49.detectChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_49_6.context.ngAfterViewInit()},n.prototype.destroyInternal=function(){this._vc_13.destroyNestedViews(),this._vc_23.destroyNestedViews(),this._vc_26.destroyNestedViews(),this._vc_28.destroyNestedViews(),this._vc_30.destroyNestedViews(),this._vc_32.destroyNestedViews(),this._vc_34.destroyNestedViews(),this._vc_39.destroyNestedViews(),this._vc_49.destroyNestedViews(),this.compView_47.destroy(),this.compView_49.destroy(),this._JsonSchemaLazy_49_6.ngOnDestroy(),this._Zippy_47_3.ngOnDestroy()},n.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_42,e),t(this._el_43,e),t(this._text_54,e)},n.prototype.visitProjectableNodesInternal=function(t,e,n,r){47==t&&0==e&&(n(this._text_48,r),n(this._vc_49.nativeElement,r),this._vc_49.visitNestedViewRootNodes(n,r),n(this._text_51,r))},n.prototype.createEmbeddedViewInternal=function(t){return 13==t?new ot(this.viewUtils,this,13,this._anchor_13,this._vc_13):23==t?new st(this.viewUtils,this,23,this._anchor_23,this._vc_23):26==t?new at(this.viewUtils,this,26,this._anchor_26,this._vc_26):28==t?new ct(this.viewUtils,this,28,this._anchor_28,this._vc_28):30==t?new ut(this.viewUtils,this,30,this._anchor_30,this._vc_30):32==t?new lt(this.viewUtils,this,32,this._anchor_32,this._vc_32):34==t?new pt(this.viewUtils,this,34,this._anchor_34,this._vc_34):39==t?new ft(this.viewUtils,this,39,this._anchor_39,this._vc_39):null},n.prototype.handleEvent_5=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this._Zippy_47_3.context.toggle()!==!1;n=r&&n}return n},n.prototype.handleEvent_47=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("open"==t){var r=this._JsonSchemaLazy_49_6.context.load()!==!1;n=r&&n}return n},n}(o.AppView),ot=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,":svg:svg",new s.InlineArray16(12,":xml:space","preserve","version","1.1","viewBox","0 0 24 24","x","0","xmlns","http://www.w3.org/2000/svg","y","0"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,":svg:polygon",new s.InlineArray2(2,"points","17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "),null),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),st=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1," ",this.parentView.context.$implicit._range," ");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),at=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-required"),null),this._text_1=this.renderer.createText(this._el_0,"Required",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),ct=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-nullable"),null),this._text_1=this.renderer.createText(this._el_0,"Nullable",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),ut=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_5=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","param-default"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"span",new s.InlineArray2(2,"class","param-default-value"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._pipe_json_0=new E.JsonPipe,this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper;e.reset();var n=s.inlineInterpolate(1,"",e.unwrap(this._pipe_json_0.transform(this.parentView.context.$implicit.default)),"");(e.hasWrappedValue||s.checkBinding(t,this._expr_5,n))&&(this.renderer.setText(this._text_3,n),this._expr_5=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),lt=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new _.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new y.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new w.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.parentView.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentView.parentView.parentIndex),this.parentView.parentView.parentView.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&2===e?this._TemplateRef_2_5:t===I.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new ht(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView),ht=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new E.JsonPipe,this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=s.inlineInterpolate(1,"param-enum-value ",this.context.$implicit.type,"");s.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=s.inlineInterpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||s.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),pt=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"",this.parentView.context.$implicit.pattern,"");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),ft=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","discriminator-info"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"drop-down",s.EMPTY_INLINE_ARRAY,null),this.compView_2=new V.View_DropDown0(this.viewUtils,this,2,this._el_2),this._DropDown_2_3=new V.Wrapper_DropDown(new h.ElementRef(this._el_2)),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._vc_4=new _.ViewContainer(4,2,this,this._anchor_4),this._TemplateRef_4_5=new y.TemplateRef_(this,4,this._anchor_4),this._NgFor_4_6=new w.Wrapper_NgFor(this._vc_4.vcRef,this._TemplateRef_4_5,this.parentView.parentView.parentView.parentView.injectorGet(x.IterableDiffers,this.parentView.parentView.parentView.parentIndex),this.parentView.parentView.parentView.ref),this._text_5=this.renderer.createText(null,"\n ",null),this.compView_2.create(this._DropDown_2_3.context),this._text_6=this.renderer.createText(this._el_0,"\n ",null);var e=s.subscribeToRenderElement(this,this._el_2,new s.InlineArray2(2,"change",null),this.eventHandler(this.handleEvent_2));return this._DropDown_2_3.subscribe(this,this.eventHandler(this.handleEvent_2),!0),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._anchor_4,this._text_5,this._text_6],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&4===e?this._TemplateRef_4_5:t===I.NgFor&&4===e?this._NgFor_4_6.context:t===D.DropDown&&2<=e&&e<=5?this._DropDown_2_3.context:n},e.prototype.detectChangesInternal=function(t){this._DropDown_2_3.ngDoCheck(this,this._el_2,t);var e=this.parentView.parentView.parentView.context.descendants;this._NgFor_4_6.check_ngForOf(e,t,!1),this._NgFor_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_4.detectChangesInNestedViews(t),t||0===this.numberOfChecks&&this._DropDown_2_3.context.ngAfterContentInit(),this.compView_2.detectChanges(t)},e.prototype.destroyInternal=function(){this._vc_4.destroyNestedViews(),this.compView_2.destroy(),this._DropDown_2_3.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){2==t&&0==e&&(n(this._text_3,r),n(this._vc_4.nativeElement,r),this._vc_4.visitNestedViewRootNodes(n,r),n(this._text_5,r))},e.prototype.createEmbeddedViewInternal=function(t){return 4==t?new _t(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e.prototype.handleEvent_2=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("change"==t){var r=this.parentView.parentView.parentView.context.selectDescendant(e)!==!1;n=r&&n}return n},e}(o.AppView),_t=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED,this._expr_4=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"option",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=this.context.index;s.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"value",e),this._expr_2=e);var n=this.context.$implicit.active?"":null;s.checkBinding(t,this._expr_3,n)&&(this.renderer.setElementAttribute(this._el_0,"selected",null==n?null:n.toString()),this._expr_3=n);var r=s.inlineInterpolate(1,"",this.context.$implicit.name,"");s.checkBinding(t,this._expr_4,r)&&(this.renderer.setText(this._text_1,r),this._expr_4=r)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(40),o=n(55),s=function(t){function e(e,n,r){t.call(this,e),this._renderer=n,this._elementRef=r,this.final=!1,this.schema={},this.activeDescendant={},this.hasDescendants=!1,this._hasSubSchemas=!1,this.autoExpand=!1,this.normalizer=new o.SchemaNormalizer(e)}return __extends(e,t),Object.defineProperty(e.prototype,"normPointer",{get:function(){return this.schema._pointer||this.pointer},enumerable:!0,configurable:!0}),e.prototype.selectDescendant=function(t){var e=this.descendants[t];e&&!e.active&&(this.descendants.forEach(function(t){t.active=!1}),e.active=!0,this.pointer=e.$ref,this.schema=this.specMgr.byPointer(this.pointer),this.normalizer.reset(),this.schema=this.normalizer.normalize(this.schema,this.normPointer,{resolved:!0}),this.preprocessSchema())},e.prototype.initDescendants=function(){if(this.descendants=this.specMgr.findDerivedDefinitions(this.normPointer),this.descendants.length){this.hasDescendants=!0;var t=this.schema.discriminator||this.schema["x-extendedDiscriminator"],e=this.schema._properties&&this.schema._properties.filter(function(e){return e.name===t})[0];if(e&&e.enum){var n={};e.enum.forEach(function(t,e){n[t.val]=e}),this.schema._descendants.sort(function(t,e){return n[t.name]>n[e.name]?1:-1})}this.selectDescendant(0)}},e.prototype.init=function(){if(this.pointer){if(this.schema=this.componentSchema,!this.schema)throw new Error("Can't load component schema at "+this.pointer);this.applyStyling(),this.schema=this.normalizer.normalize(this.schema,this.normPointer,{resolved:!0}),this.schema=o.SchemaHelper.unwrapArray(this.schema,this.normPointer),this._isArray=this.schema._isArray,this.initDescendants(),this.preprocessSchema()}},e.prototype.preprocessSchema=function(){o.SchemaHelper.preprocess(this.schema,this.normPointer,this.pointer),this.schema.isTrivial||o.SchemaHelper.preprocessProperties(this.schema,this.normPointer,{childFor:this.childFor}),this.properties=this.schema._properties,this.isRequestSchema&&(this.properties=this.properties&&this.properties.filter(function(t){return!t.readOnly})),this._hasSubSchemas=this.properties&&this.properties.some(function(t){return"array"===t.type&&(t=t.items),t&&"object"===t.type&&t._pointer}),this.autoExpand=this.properties&&1===this.properties.length},e.prototype.applyStyling=function(){this.nestOdd&&this._renderer.setElementAttribute(this._elementRef.nativeElement,"nestodd","true")},e.prototype.trackByName=function(t,e){return e.name+(e._pointer||"")},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"final",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"nestOdd",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"childFor",void 0),__decorate([r.Input(),__metadata("design:type",Boolean)],e.prototype,"isRequestSchema",void 0),e=__decorate([r.Component({selector:"json-schema",templateUrl:"./json-schema.html",styleUrls:["./json-schema.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof r.Renderer&&r.Renderer)&&s||Object,"function"==typeof(a="undefined"!=typeof r.ElementRef&&r.ElementRef)&&a||Object])],e);var n,s,a}(i.BaseComponent);e.JsonSchema=s},function(t,e,n){"use strict";var r=n(2),i=function(){function t(){this.progress=0,this.display="block"}return t.prototype.ngOnChanges=function(t){var e=this;100===t.progress.currentValue&&setTimeout(function(){e.display="none"},500)},__decorate([r.Input(),__metadata("design:type",Number)],t.prototype,"progress",void 0),__decorate([r.HostBinding("style.display"),__metadata("design:type",Object)],t.prototype,"display",void 0),t=__decorate([r.Component({selector:"loading-bar",template:"\n \n ",styles:["\n :host {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n display: block;\n\n height: 5px;\n z-index: 100;\n }\n\n span {\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: attr(progress percentage);\n background-color: #5f7fc3;\n transition: right 0.2s linear;\n }\n "]}),__metadata("design:paramtypes",[])],t)}();e.LoadingBar=i},function(t,e,n){"use strict";var r=n(2),i=n(77),o=n(40),s=n(123),a=n(55),c=function(t){function e(e,n,r){t.call(this,e),this.optionsService=n,this.el=r,this.hidden=!0}return __extends(e,t),e.prototype.init=function(){this.method={},this.optionsService.options.hideHostname?this.method.apiUrl=this.specMgr.basePath:this.method.apiUrl=this.specMgr.apiUrl,this.method.httpMethod=i.default.baseName(this.pointer),this.method.path=i.default.baseName(this.pointer,2),this.method.info=this.componentSchema,this.method.info.tags=this.filterMainTags(this.method.info.tags),this.method.bodyParam=this.findBodyParam(),this.method.summary=s.SchemaHelper.methodSummary(this.componentSchema),this.componentSchema.operationId?this.method.anchor="operation/"+encodeURIComponent(this.componentSchema.operationId):this.method.anchor=this.tag+encodeURIComponent(this.pointer)},e.prototype.filterMainTags=function(t){var e=this.specMgr.getTagsMap();return t?t.filter(function(t){return e[t]&&e[t]["x-traitTag"]}):[]},e.prototype.findBodyParam=function(){var t=this.specMgr.getMethodParams(this.pointer,!0),e=t.find(function(t){return"body"===t.in});return e},e.prototype.show=function(t){t?this.el.nativeElement.firstElementChild.removeAttribute("hidden"):this.el.nativeElement.firstElementChild.setAttribute("hidden","hidden")},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"tag",void 0),__decorate([r.Input(),__metadata("design:type",Object)],e.prototype,"posInfo",void 0),e=__decorate([r.Component({selector:"method",templateUrl:"./method.html",styleUrls:["./method.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(c="undefined"!=typeof a.OptionsService&&a.OptionsService)&&c||Object,"function"==typeof(u="undefined"!=typeof r.ElementRef&&r.ElementRef)&&u||Object])],e);var n,c,u}(o.BaseComponent);e.Method=c},function(t,e,n){"use strict";var r=n(2),i=n(40),o=n(55),s=function(t){function e(e){t.call(this,e),this.tags=[]}return __extends(e,t),e.prototype.init=function(){var t=o.SchemaHelper.buildMenuTree(this.specMgr.schema);this.tags=t.filter(function(t){return!t.virtual}),this.tags.forEach(function(t){t.methods=t.methods||[],t.methods.forEach(function(e){e.tag=t.id})})},e.prototype.trackByTagName=function(t,e){return e.name},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([r.Component({selector:"methods-list",templateUrl:"./methods-list.html",styleUrls:["./methods-list.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.MethodsList=s},function(t,e,n){"use strict";function r(t,e,n){t[e]||(t[e]=[]),t[e].push(n)}var i=n(2),o=n(40),s=n(123),a=function(t){function e(e){t.call(this,e)}return __extends(e,t),e.prototype.init=function(){var t=this;this.params=[];var e=this.specMgr.getMethodParams(this.pointer,!0);e=e.map(function(e){var n=e._pointer;return"body"===e.in?e:(e._name=e.name,s.SchemaHelper.preprocess(e,n,t.pointer))});var n=this.orderParams(e);if(n.body&&n.body.length){var r=n.body[0];this.bodyParam=r,n.body=void 0}this.empty=!(Object.keys(n).length||this.bodyParam);var i=["path","query","formData","header","body"],o={path:"Used together with Path Templating, where the parameter value is actually part\n of the operation's URL. This does not include the host or base path of the API.\n For example, in /items/{itemId}, the path parameter is itemId",query:"Parameters that are appended to the URL.\n For example, in /items?id=###, the query parameter is id",formData:"Parameters that are submitted through a form.\n application/x-www-form-urlencoded, multipart/form-data or both are usually\n used as the content type of the request",header:"Custom headers that are expected as part of the request"},a=[];i.forEach(function(t){n[t]&&n[t].length&&a.push({place:t,placeHint:o[t],params:n[t]})}),this.params=a},e.prototype.orderParams=function(t){var e={};return t.forEach(function(t){return r(e,t.in,t)}),e},e.prototype.ngOnInit=function(){this.preinit()},__decorate([i.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([i.Component({selector:"params-list",templateUrl:"./params-list.html",styleUrls:["./params-list.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object])],e);var n}(o.BaseComponent);e.ParamsList=a},function(t,e,n){"use strict";var r=n(2),i=n(40),o=n(77),s=n(314),a=n(55),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.appState=n,this.scrollService=r,this.el=i,this.zone=o,this.selectedLang=this.appState.samplesLanguage}return __extends(e,t),e.prototype.changeLangNotify=function(t){var e=this,n=this.scrollService.relativeScrollPos(this.el.nativeElement);this.selectedLang.next(t);var r=this.zone.onMicrotaskEmpty.subscribe(function(){e.scrollService.scrollTo(e.el.nativeElement,n),r.unsubscribe()})},e.prototype.init=function(){this.schemaPointer=this.schemaPointer?o.default.join(this.schemaPointer,"schema"):null,this.samples=this.componentSchema["x-code-samples"]||[],this.schemaPointer||this.samples.length||(this.hidden=!0)},e.prototype.ngOnInit=function(){this.preinit()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"schemaPointer",void 0),__decorate([r.ViewChildren(s.Tabs),__metadata("design:type","function"==typeof(n="undefined"!=typeof r.QueryList&&r.QueryList)&&n||Object)],e.prototype,"childQuery",void 0),__decorate([r.HostBinding("attr.hidden"),__metadata("design:type",Object)],e.prototype,"hidden",void 0),e=__decorate([r.Component({selector:"request-samples",templateUrl:"./request-samples.html",styleUrls:["./request-samples.css"],changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(c="undefined"!=typeof i.SpecManager&&i.SpecManager)&&c||Object,"function"==typeof(u="undefined"!=typeof a.AppStateService&&a.AppStateService)&&u||Object,"function"==typeof(l="undefined"!=typeof a.ScrollService&&a.ScrollService)&&l||Object,"function"==typeof(h="undefined"!=typeof r.ElementRef&&r.ElementRef)&&h||Object,"function"==typeof(p="undefined"!=typeof r.NgZone&&r.NgZone)&&p||Object])],e);var n,c,u,l,h,p}(i.BaseComponent);e.RequestSamples=c},function(t,e,n){"use strict";function r(t){return!isNaN(parseFloat(t))&&isFinite(t)}var i=n(2),o=n(40),s=n(77),a=n(78),c=n(55),u=n(123),l=function(t){function e(e,n){t.call(this,e),this.options=n.options}return __extends(e,t),e.prototype.init=function(){var t=this;this.responses=[];var e=this.componentSchema;e&&(e=Object.keys(e).filter(function(t){return r(t)||"default"===t}).map(function(n){var r=e[n];if(r.pointer=s.default.join(t.pointer,n),r.$ref){var i=r.$ref;r=t.specMgr.byPointer(r.$ref),r.pointer=i}return r.empty=!r.schema,r.code=n,r.type=a.statusCodeType(r.code),!r.headers||r.headers instanceof Array||(r.headers=Object.keys(r.headers).map(function(e){var n=r.headers[e];return n.name=e,u.SchemaHelper.preprocess(n,t.pointer,t.pointer)}),r.empty=!1),r.extendable=r.headers||r.length,r}),this.responses=e)},e.prototype.trackByCode=function(t,e){return e.code},e.prototype.ngOnInit=function(){this.preinit()},__decorate([i.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([i.Component({selector:"responses-list",templateUrl:"./responses-list.html",styleUrls:["./responses-list.css"],changeDetection:i.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(l="undefined"!=typeof c.OptionsService&&c.OptionsService)&&l||Object])],e);var n,l}(o.BaseComponent);e.ResponsesList=l},function(t,e,n){"use strict";function r(t){return!isNaN(parseFloat(t))&&isFinite(t)}function i(t){return t.examples&&t.examples["application/json"]||t.schema}var o=n(2),s=n(40),a=n(77),c=n(78),u=function(t){function e(e){t.call(this,e)}return __extends(e,t),e.prototype.init=function(){var t=this;this.data={},this.data.responses=[];var e=this.componentSchema;e&&(e=Object.keys(e).filter(function(t){return r(t)||"default"===t}).map(function(n){var r=e[n];if(r.pointer=a.default.join(t.pointer,n),r.$ref){var i=r.$ref;r=t.specMgr.byPointer(r.$ref),r.pointer=i}return r.code=n,r.type=c.statusCodeType(r.code),r}).filter(function(t){return i(t)}),this.data.responses=e)},e.prototype.ngOnInit=function(){this.preinit()},__decorate([o.Input(),__metadata("design:type",String)],e.prototype,"pointer",void 0),e=__decorate([o.Component({selector:"responses-samples",templateUrl:"./responses-samples.html",styleUrls:["./responses-samples.css"],changeDetection:o.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof s.SpecManager&&s.SpecManager)&&n||Object])],e);var n}(s.BaseComponent);e.ResponsesSamples=u},function(t,e,n){"use strict";var r=n(2),i=n(40),o=n(122),s={oauth2:"OAuth2",apiKey:"API Key",basic:"Basic Authorization"},a=function(t){function e(e){t.call(this,e),this.info={}}return __extends(e,t),e.insertTagIntoDescription=function(t){return o.ComponentParser.contains(t,"security-definitions")?t:/^#\s?Authentication\s*$/im.test(t)?t:t+"\n# Authentication \n"+o.ComponentParser.build("security-definitions")},e.prototype.init=function(){var t=this;this.componentSchema=this.componentSchema.securityDefinitions,this.defs=Object.keys(this.componentSchema).map(function(e){var n=t.componentSchema[e];return n._displayType=s[n.type],{name:e,details:n}})},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"security-definitions",styleUrls:["./security-definitions.css"],templateUrl:"./security-definitions.html",changeDetection:r.ChangeDetectionStrategy.OnPush}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object])],e);var n}(i.BaseComponent);e.SecurityDefinitions=a},function(t,e,n){"use strict";var r=n(2),i=n(2),o=n(40),s=n(55),a=n(105),c=window,u=function(t){function e(e,n,r,i,o,s){var a=this;t.call(this,e),this.scrollService=r,this.menuService=i,this.detectorRef=s,this.firstChange=!0,this.$element=n.nativeElement,this.activeCatCaption="",this.activeItemCaption="",this.options=o.options,this.menuService.changed.subscribe(function(t){return a.changed(t)})}return __extends(e,t),e.prototype.changed=function(t){if(t){var e=t.cat,n=t.item;this.activeCatCaption=e.name||"",this.activeItemCaption=n&&n.summary||""}this.detectorRef.detectChanges(),this.firstChange&&(this.scrollActiveIntoView(),this.firstChange=!1)},e.prototype.scrollActiveIntoView=function(){var t=this.$element.querySelector("li.active, label.active");t&&t.scrollIntoView()},e.prototype.activateAndScroll=function(t,e){this.mobileMode()&&this.toggleMobileNav();var n=this.categories; +n[t].ready&&(n[t].methods&&n[t].methods.length&&e>=0&&!n[t].methods[e].ready||(this.menuService.activate(t,e),this.menuService.scrollToActive()))},e.prototype.init=function(){var t=this;this.categories=this.menuService.categories,this.$mobileNav=a.BrowserDomAdapter.querySelector(this.$element,".mobile-nav"),this.$resourcesNav=a.BrowserDomAdapter.querySelector(this.$element,"#resources-nav"),this.scrollService.scrollYOffset=function(){var e=t.$mobileNav.clientHeight;return t.options.scrollYOffset()+e}},e.prototype.mobileMode=function(){return this.$mobileNav.clientHeight>0},e.prototype.toggleMobileNav=function(){var t=this.options.$scrollParent===c?a.BrowserDomAdapter.defaultDoc().body:this.$scrollParent;if(a.BrowserDomAdapter.hasStyle(this.$resourcesNav,"height"))a.BrowserDomAdapter.removeStyle(this.$resourcesNav,"height"),a.BrowserDomAdapter.removeStyle(t,"overflow-y");else{var e=this.options.$scrollParent.innerHeight||this.options.$scrollParent.clientHeight,n=e-this.$mobileNav.getBoundingClientRect().bottom;a.BrowserDomAdapter.setStyle(t,"overflow-y","hidden"),a.BrowserDomAdapter.setStyle(this.$resourcesNav,"height",n+"px")}},e.prototype.destroy=function(){this.scrollService.unbind()},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"side-menu",templateUrl:"./side-menu.html",styleUrls:["./side-menu.css"],animations:[i.trigger("itemAnimation",[i.state("collapsed, void",i.style({height:"0px"})),i.state("expanded",i.style({height:"*"})),i.transition("collapsed <=> expanded",[i.animate("200ms ease")])])]}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof o.SpecManager&&o.SpecManager)&&n||Object,"function"==typeof(u="undefined"!=typeof r.ElementRef&&r.ElementRef)&&u||Object,"function"==typeof(l="undefined"!=typeof s.ScrollService&&s.ScrollService)&&l||Object,"function"==typeof(h="undefined"!=typeof s.MenuService&&s.MenuService)&&h||Object,"function"==typeof(p="undefined"!=typeof s.OptionsService&&s.OptionsService)&&p||Object,"function"==typeof(f="undefined"!=typeof r.ChangeDetectorRef&&r.ChangeDetectorRef)&&f||Object])],e);var n,u,l,h,p,f}(o.BaseComponent);e.SideMenu=u},function(t,e,n){"use strict";var r=n(2),i=n(40),o=n(55),s=function(t){function e(e,n){t.call(this,e),this.warnings=[],this.shown=!1,this.suppressWarnings=n.options.suppressWarnings}return __extends(e,t),e.prototype.init=function(){var t=this;this.shown=!this.suppressWarnings&&!!this.warnings.length,o.WarningsService.warnings.subscribe(function(e){t.warnings=e,t.shown=!t.suppressWarnings&&!!e.length})},e.prototype.close=function(){this.shown=!1},e.prototype.ngOnInit=function(){this.preinit()},e=__decorate([r.Component({selector:"warnings",styleUrls:["./warnings.css"],templateUrl:"./warnings.html"}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.SpecManager&&i.SpecManager)&&n||Object,"function"==typeof(s="undefined"!=typeof o.OptionsService&&o.OptionsService)&&s||Object])],e);var n,s}(i.BaseComponent);e.Warnings=s},function(t,e,n){"use strict";var r=n(2),i=n(653),o=function(){function t(t){this.change=new r.EventEmitter,this.elem=t.nativeElement}return t.prototype.ngAfterContentInit=function(){this.inst=new i(this.elem.firstElementChild,{autoWidth:!0})},t.prototype.onChange=function(t){this.change.next(t)},t.prototype.destroy=function(){this.inst.dispose()},__decorate([r.Output(),__metadata("design:type",Object)],t.prototype,"change",void 0),t=__decorate([r.Component({selector:"drop-down",template:"\n \n ",styleUrls:["./drop-down.css"]}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.DropDown=o},function(t,e,n){"use strict";var r=n(2),i=n(55),o=function(){function t(t,e,n,r,i){this.view=t,this.projector=e,this.parser=n,this.resolver=r,this.renderer=i}return t.prototype.ngOnInit=function(){this.parser.setRenderer(this.renderer);var t=this.parser.splitIntoNodesOrComponents(this.html,this.view.injector),e=this.resolver.resolveComponentFactory(s),n=this.projector.instantiateAndProject(e,this.view,t);n.changeDetectorRef.markForCheck()},__decorate([r.Input(),__metadata("design:type",String)],t.prototype,"html",void 0),t=__decorate([r.Component({selector:"dynamic-ng2-viewer",template:""}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ViewContainerRef&&r.ViewContainerRef)&&e||Object,"function"==typeof(n="undefined"!=typeof i.ContentProjector&&i.ContentProjector)&&n||Object,"function"==typeof(o="undefined"!=typeof i.ComponentParser&&i.ComponentParser)&&o||Object,"function"==typeof(a="undefined"!=typeof r.ComponentFactoryResolver&&r.ComponentFactoryResolver)&&a||Object,"function"==typeof(c="undefined"!=typeof r.Renderer&&r.Renderer)&&c||Object])],t);var e,n,o,a,c}();e.DynamicNg2Viewer=o;var s=function(){function t(){}return t=__decorate([r.Component({selector:"dynamic-ng2-wrapper",template:""}),__metadata("design:paramtypes",[])],t)}();e.DynamicNg2Wrapper=s},function(t,e,n){"use strict";var r=n(2),i=n(308),o=function(){function t(t){this.element=t}return t.prototype.onClick=function(){i.Clipboard.selectElement(this.element.nativeElement)},__decorate([r.HostListener("click"),__metadata("design:type",Function),__metadata("design:paramtypes",[]),__metadata("design:returntype",void 0)],t.prototype,"onClick",null),t=__decorate([r.Directive({selector:"[select-on-click]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.SelectOnClick=o},function(t,e,n){"use strict";var r=n(2),i=n(105),o=function(){function t(t){this.$element=t.nativeElement,i.BrowserDomAdapter.setStyle(this.$element,"position","absolute"),i.BrowserDomAdapter.setStyle(this.$element,"top","0"),i.BrowserDomAdapter.setStyle(this.$element,"bottom","0"),i.BrowserDomAdapter.setStyle(this.$element,"max-height","100%")}return t.prototype.bind=function(){var t=this;this.cancelScrollBinding=i.BrowserDomAdapter.onAndCancel(this.scrollParent,"scroll",function(){t.updatePosition()})},t.prototype.unbind=function(){this.cancelScrollBinding&&this.cancelScrollBinding()},t.prototype.updatePosition=function(){var t=!1;this.scrollY+this.scrollYOffset()>=this.$redocEl.offsetTop?(this.stick(),t=!0):this.unstick(),this.scrollY+window.innerHeight-this.scrollYOffset()>=this.$redocEl.scrollHeight?(this.stickBottom(),t=!0):this.unstickBottom(),t||i.BrowserDomAdapter.setStyle(this.$element,"position","absolute")},t.prototype.stick=function(){i.BrowserDomAdapter.setStyle(this.$element,"position","fixed"),i.BrowserDomAdapter.setStyle(this.$element,"top",this.scrollYOffset()+"px")},t.prototype.unstick=function(){i.BrowserDomAdapter.setStyle(this.$element,"top","0")},t.prototype.stickBottom=function(){i.BrowserDomAdapter.setStyle(this.$element,"position","fixed");var t=this.scrollY+this.scrollParentHeight-(this.$redocEl.scrollHeight+this.$redocEl.offsetTop);i.BrowserDomAdapter.setStyle(this.$element,"bottom",t+"px")},t.prototype.unstickBottom=function(){i.BrowserDomAdapter.setStyle(this.$element,"bottom","0")},Object.defineProperty(t.prototype,"scrollY",{get:function(){return void 0!=this.scrollParent.pageYOffset?this.scrollParent.pageYOffset:this.scrollParent.scrollTop},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"scrollParentHeight",{get:function(){return void 0!=this.scrollParent.innerHeight?this.scrollParent.innerHeight:this.scrollParent.clientHeight},enumerable:!0,configurable:!0}),t.prototype.ngOnInit=function(){var t=this;this.$redocEl=this.$element.offsetParent.parentNode||i.BrowserDomAdapter.defaultDoc().body,this.bind(),requestAnimationFrame(function(){return t.updatePosition()})},t.prototype.ngOnDestroy=function(){this.unbind()},__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"scrollParent",void 0),__decorate([r.Input(),__metadata("design:type",Object)],t.prototype,"scrollYOffset",void 0),t=__decorate([r.Directive({selector:"[sticky-sidebar]"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof r.ElementRef&&r.ElementRef)&&e||Object])],t);var e}();e.StickySidebar=o},function(t,e,n){"use strict";(function(t){var r=n(16),i=r.Buffer,o=r.SlowBuffer,s=r.kMaxLength||2147483647;e.alloc=function(t,e,n){if("function"==typeof i.alloc)return i.alloc(t,e,n);if("number"==typeof n)throw new TypeError("encoding must not be number");if("number"!=typeof t)throw new TypeError("size must be a number");if(t>s)throw new RangeError("size is too large");var r=n,o=e;void 0===o&&(r=void 0,o=0);var a=new i(t);if("string"==typeof o)for(var c=new i(o,r),u=c.length,l=-1;++ls)throw new RangeError("size is too large");return new i(t)},e.from=function(e,n,r){if("function"==typeof i.from&&(!t.Uint8Array||Uint8Array.from!==i.from))return i.from(e,n,r);if("number"==typeof e)throw new TypeError('"value" argument must not be a number');if("string"==typeof e)return new i(e,n);if("undefined"!=typeof ArrayBuffer&&e instanceof ArrayBuffer){var o=n;if(1===arguments.length)return new i(e);"undefined"==typeof o&&(o=0);var s=r;if("undefined"==typeof s&&(s=e.byteLength-o),o>=e.byteLength)throw new RangeError("'offset' is out of bounds");if(s>e.byteLength-o)throw new RangeError("'length' is out of bounds");return new i(e.slice(o,o+s))}if(i.isBuffer(e)){var a=new i(e.length);return e.copy(a,0,0,e.length),a}if(e){if(Array.isArray(e)||"undefined"!=typeof ArrayBuffer&&e.buffer instanceof ArrayBuffer||"length"in e)return new i(e);if("Buffer"===e.type&&Array.isArray(e.data))return new i(e.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")},e.allocUnsafeSlow=function(t){if("function"==typeof i.allocUnsafeSlow)return i.allocUnsafeSlow(t);if("number"!=typeof t)throw new TypeError("size must be a number");if(t>=s)throw new RangeError("size is too large");return new o(t)}}).call(e,n(27))},function(t,e,n){"use strict";var r=n(52),i=n(95),o=n(37);t.exports=function(t){for(var e=r(this),n=o(e.length),s=arguments.length,a=i(s>1?arguments[1]:void 0,n),c=s>2?arguments[2]:void 0,u=void 0===c?n:i(c,n);u>a;)e[a++]=t;return e}},function(t,e,n){var r=n(58),i=n(37),o=n(95);t.exports=function(t){return function(e,n,s){var a,c=r(e),u=i(c.length),l=o(s,u);if(t&&n!=n){for(;u>l;)if(a=c[l++],a!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},function(t,e,n){var r=n(91),i=n(18)("toStringTag"),o="Arguments"==r(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var r=n(18)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,!"/./"[t](e)}catch(t){}}return!0}},function(t,e,n){"use strict";var r=n(6);t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},function(t,e,n){var r=n(11),i=n(248).set;t.exports=function(t,e,n){var o,s=e.constructor;return s!==n&&"function"==typeof s&&(o=s.prototype)!==n.prototype&&r(o)&&i&&i(t,o),t}},function(t,e,n){var r=n(107),i=n(18)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},function(t,e,n){var r=n(91);t.exports=Array.isArray||function(t){return"Array"==r(t)}},function(t,e,n){var r=n(11),i=n(91),o=n(18)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[o])?!!e:"RegExp"==i(t))}},function(t,e,n){"use strict";var r=n(127),i=n(1),o=n(47),s=n(51),a=n(41),c=n(107),u=n(331),l=n(130),h=n(63),p=n(18)("iterator"),f=!([].keys&&"next"in[].keys()),_="@@iterator",d="keys",y="values",m=function(){return this};t.exports=function(t,e,n,g,v,b,w){u(n,e,g);var x,I,C,k=function(t){if(!f&&t in O)return O[t];switch(t){case d:return function(){return new n(this,t)};case y:return function(){return new n(this,t)}}return function(){return new n(this,t)}},T=e+" Iterator",E=v==y,S=!1,O=t.prototype,R=O[p]||O[_]||v&&O[v],A=R||k(v),N=v?E?k("entries"):A:void 0,P="Array"==e?O.entries||R:R;if(P&&(C=h(P.call(new t)),C!==Object.prototype&&(l(C,T,!0),r||a(C,p)||s(C,p,m))),E&&R&&R.name!==y&&(S=!0,A=function(){return R.call(this)}),r&&!w||!f&&!S&&O[p]||s(O,p,A),c[e]=A,c[T]=m,v)if(x={values:E?A:k(y),keys:b?A:k(d),entries:N},w)for(I in x)I in O||o(O,I,x[I]);else i(i.P+i.F*(f||S),e,x);return x}},function(t,e,n){var r=n(18)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],s=o[r]();s.next=function(){return{done:n=!0}},o[r]=function(){return s},t(o)}catch(t){}return n}},function(t,e){var n=Math.expm1;t.exports=!n||n(10)>22025.465794806718||n(10)<22025.465794806718||n(-2e-17)!=-2e-17?function(t){return 0==(t=+t)?t:t>-1e-6&&t<1e-6?t+t*t/2:Math.exp(t)-1}:n},function(t,e){t.exports=Math.sign||function(t){return 0==(t=+t)||t!=t?t:t<0?-1:1}},function(t,e,n){var r=n(11),i=n(6),o=function(t,e){if(i(t),!r(e)&&null!==e)throw TypeError(e+": can't set as prototype!")};t.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(t,e,r){try{r=n(92)(Function.call,n(70).f(Object.prototype,"__proto__").set,2),r(t,[]),e=!(t instanceof Array)}catch(t){e=!0}return function(t,n){return o(t,n),e?t.__proto__=n:r(t,n),t}}({},!1):void 0),check:o}},function(t,e,n){var r=n(172)("keys"),i=n(96);t.exports=function(t){return r[t]||(r[t]=i(t))}},function(t,e,n){var r=n(243),i=n(68);t.exports=function(t,e,n){if(r(e))throw TypeError("String#"+n+" doesn't accept regex!");return String(i(t))}},function(t,e){t.exports="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff"},function(t,e,n){"use strict";var r=n(14),i=n(29),o=n(127),s=n(174),a=n(51),c=n(128),u=n(10),l=n(125),h=n(83),p=n(37),f=n(94).f,_=n(24).f,d=n(234),y=n(130),m="ArrayBuffer",g="DataView",v="prototype",b="Wrong length!",w="Wrong index!",x=r[m],I=r[g],C=r.Math,k=r.RangeError,T=r.Infinity,E=x,S=C.abs,O=C.pow,R=C.floor,A=C.log,N=C.LN2,P="buffer",M="byteLength",D="byteOffset",V=i?"_b":P,j=i?"_l":M,L=i?"_o":D,F=function(t,e,n){var r,i,o,s=Array(n),a=8*n-e-1,c=(1<>1,l=23===e?O(2,-24)-O(2,-77):0,h=0,p=t<0||0===t&&1/t<0?1:0;for(t=S(t),t!=t||t===T?(i=t!=t?1:0,r=c):(r=R(A(t)/N),t*(o=O(2,-r))<1&&(r--,o*=2),t+=r+u>=1?l/o:l*O(2,1-u),t*o>=2&&(r++,o/=2),r+u>=c?(i=0,r=c):r+u>=1?(i=(t*o-1)*O(2,e),r+=u):(i=t*O(2,u-1)*O(2,e),r=0));e>=8;s[h++]=255&i,i/=256,e-=8);for(r=r<0;s[h++]=255&r,r/=256,a-=8);return s[--h]|=128*p,s},B=function(t,e,n){var r,i=8*n-e-1,o=(1<>1,a=i-7,c=n-1,u=t[c--],l=127&u;for(u>>=7;a>0;l=256*l+t[c],c--,a-=8);for(r=l&(1<<-a)-1,l>>=-a,a+=e;a>0;r=256*r+t[c],c--,a-=8);if(0===l)l=1-s;else{if(l===o)return r?NaN:u?-T:T;r+=O(2,e),l-=s}return(u?-1:1)*r*O(2,l-e)},U=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},z=function(t){return[255&t]},H=function(t){return[255&t,t>>8&255]},q=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},W=function(t){return F(t,52,8)},Y=function(t){return F(t,23,4)},$=function(t,e,n){_(t[v],e,{get:function(){return this[n]}})},G=function(t,e,n,r){var i=+n,o=h(i);if(i!=o||o<0||o+e>t[j])throw k(w);var s=t[V]._b,a=o+t[L],c=s.slice(a,a+e);return r?c:c.reverse()},Z=function(t,e,n,r,i,o){var s=+n,a=h(s);if(s!=a||a<0||a+e>t[j])throw k(w);for(var c=t[V]._b,u=a+t[L],l=r(+i),p=0;ptt;)(K=Q[tt++])in x||a(x,K,E[K]);o||(X.constructor=x)}var et=new I(new x(2)),nt=I[v].setInt8;et.setInt8(0,2147483648),et.setInt8(1,2147483649),!et.getInt8(0)&&et.getInt8(1)||c(I[v],{setInt8:function(t,e){nt.call(this,t,e<<24>>24)},setUint8:function(t,e){nt.call(this,t,e<<24>>24)}},!0)}else x=function(t){var e=J(this,t);this._b=d.call(Array(e),0),this[j]=e},I=function(t,e,n){l(this,I,g),l(t,x,g);var r=t[j],i=h(e);if(i<0||i>r)throw k("Wrong offset!");if(n=void 0===n?r-i:p(n),i+n>r)throw k(b);this[V]=t,this[L]=i,this[j]=n},i&&($(x,M,"_l"),$(I,P,"_b"),$(I,M,"_l"),$(I,D,"_o")),c(I[v],{getInt8:function(t){return G(this,1,t)[0]<<24>>24},getUint8:function(t){return G(this,1,t)[0]},getInt16:function(t){var e=G(this,2,t,arguments[1]);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=G(this,2,t,arguments[1]);return e[1]<<8|e[0]},getInt32:function(t){return U(G(this,4,t,arguments[1]))},getUint32:function(t){return U(G(this,4,t,arguments[1]))>>>0},getFloat32:function(t){return B(G(this,4,t,arguments[1]),23,4)},getFloat64:function(t){return B(G(this,8,t,arguments[1]),52,8)},setInt8:function(t,e){Z(this,1,t,z,e)},setUint8:function(t,e){Z(this,1,t,z,e)},setInt16:function(t,e){Z(this,2,t,H,e,arguments[2])},setUint16:function(t,e){Z(this,2,t,H,e,arguments[2])},setInt32:function(t,e){Z(this,4,t,q,e,arguments[2])},setUint32:function(t,e){Z(this,4,t,q,e,arguments[2])},setFloat32:function(t,e){Z(this,4,t,Y,e,arguments[2])},setFloat64:function(t,e){Z(this,8,t,W,e,arguments[2])}});y(x,m),y(I,g),a(I[v],s.VIEW,!0),e[m]=x,e[g]=I},function(t,e,n){var r=n(236),i=n(18)("iterator"),o=n(107);t.exports=n(17).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[r(t)]}},function(t,e,n){for(var r=n(175),i=n(47),o=n(14),s=n(51),a=n(107),c=n(18),u=c("iterator"),l=c("toStringTag"),h=a.Array,p=["NodeList","DOMTokenList","MediaList","StyleSheetList","CSSRuleList"],f=0;f<5;f++){var _,d=p[f],y=o[d],m=y&&y.prototype;if(m){m[u]||s(m,u,h),m[l]||s(m,l,d),a[d]=h;for(_ in r)m[_]||i(m,_,r[_],!0)}}},function(t,e){var n={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==n.call(t)}},function(t,e,n){"use strict";var r=n(110);t.exports=new r({explicit:[n(695),n(693),n(688)]})},function(t,e,n){"use strict";function r(t){this.afterTransform=function(e,n){return i(t,e,n)},this.needTransform=!1,this.transforming=!1,this.writecb=null,this.writechunk=null,this.writeencoding=null}function i(t,e,n){var r=t._transformState;r.transforming=!1;var i=r.writecb;if(!i)return t.emit("error",new Error("no writecb in Transform class"));r.writechunk=null,r.writecb=null,null!==n&&void 0!==n&&t.push(n),i(e);var o=t._readableState;o.reading=!1,(o.needReadable||o.length-1?setImmediate:I,k=n(16).Buffer;s.WritableState=o;var T=n(65);T.inherits=n(42);var E,S={deprecate:n(396)};!function(){try{E=n(113)}catch(t){}finally{E||(E=n(98).EventEmitter)}}();var k=n(16).Buffer;T.inherits(s,E);var O;o.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(o.prototype,"buffer",{get:S.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")})}catch(t){}}();var O;s.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe. Not readable."))},s.prototype.write=function(t,e,n){var i=this._writableState,o=!1;return"function"==typeof e&&(n=e,e=null),k.isBuffer(t)?e="buffer":e||(e=i.defaultEncoding),"function"!=typeof n&&(n=r),i.ended?a(this,n):c(this,i,t,n)&&(i.pendingcb++,o=l(this,i,t,e,n)),o},s.prototype.cork=function(){var t=this._writableState;t.corked++},s.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||m(this,t))},s.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);this._writableState.defaultEncoding=t},s.prototype._write=function(t,e,n){n(new Error("not implemented"))},s.prototype._writev=null,s.prototype.end=function(t,e,n){var r=this._writableState;"function"==typeof t?(n=t,t=null,e=null):"function"==typeof e&&(n=e,e=null),null!==t&&void 0!==t&&this.write(t,e),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||w(this,r,n)}}).call(e,n(43))},function(t,e){"use strict";function n(t,e,n,r,i){this.src=t,this.env=r,this.options=n,this.parser=e,this.tokens=i,this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache=[],this.isInLabel=!1,this.linkLevel=0,this.linkContent="",this.labelUnmatchedScopes=0}n.prototype.pushPending=function(){this.tokens.push({type:"text",content:this.pending,level:this.pendingLevel}),this.pending=""},n.prototype.push=function(t){this.pending&&this.pushPending(),this.tokens.push(t),this.pendingLevel=this.level},n.prototype.cacheSet=function(t,e){for(var n=this.cache.length;n<=t;n++)this.cache.push(0);this.cache[t]=e},n.prototype.cacheGet=function(t){return t1)return void(this.connection=null);var n=this.connection,r=t._connection;this.connection=null,!r||n&&r!==n||r.unsubscribe()},e}(s.Subscriber)},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=function(t){function e(e,n){t.call(this),this.value=e,this.scheduler=n,this._isScalar=!0,n&&(this._isScalar=!1)}return r(e,t),e.create=function(t,n){return new e(t,n)},e.dispatch=function(t){var e=t.done,n=t.value,r=t.subscriber;return e?void r.complete():(r.next(n),void(r.closed||(t.done=!0,this.schedule(t))))},e.prototype._subscribe=function(t){var n=this.value,r=this.scheduler;return r?r.schedule(e.dispatch,0,{done:!1,value:n,subscriber:t}):(t.next(n),void(t.closed||t.complete()))},e}(i.Observable);e.ScalarObservable=o},function(t,e,n){"use strict";function r(){for(var t=[],e=0;ethis.index},t.prototype.hasCompleted=function(){return this.array.length===this.index},t}(),y=function(t){function e(e,n,r,i){t.call(this,e),this.parent=n,this.observable=r,this.index=i,this.stillUnsubscribed=!0,this.buffer=[],this.isComplete=!1}return o(e,t),e.prototype[h.$$iterator]=function(){return this},e.prototype.next=function(){var t=this.buffer;return 0===t.length&&this.isComplete?{value:null,done:!0}:{value:t.shift(),done:!1}},e.prototype.hasValue=function(){return this.buffer.length>0},e.prototype.hasCompleted=function(){return 0===this.buffer.length&&this.isComplete},e.prototype.notifyComplete=function(){this.buffer.length>0?(this.isComplete=!0,this.parent.notifyInactive()):this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){this.buffer.push(e),this.parent.checkIterators()},e.prototype.subscribe=function(t,e){return l.subscribeToResult(this,this.observable,this,e)},e}(u.OuterSubscriber)},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(){var e=t.call(this,"object unsubscribed");this.name=e.name="ObjectUnsubscribedError",this.stack=e.stack,this.message=e.message}return n(e,t),e}(Error);e.ObjectUnsubscribedError=r},function(t,e){"use strict";function n(t){return"function"==typeof t}e.isFunction=n},function(t,e,n){"use strict";function r(t){return!i.isArray(t)&&t-parseFloat(t)+1>=0}var i=n(66);e.isNumeric=r},function(t,e,n){"use strict";var r=n(2),i=n(272),o=n(115),s=n(274);n.d(e,"CommonModule",function(){return a});var a=function(){function t(){}return t.decorators=[{type:r.NgModule,args:[{declarations:[i.a,s.a],exports:[i.a,s.a],providers:[{provide:o.NgLocalization,useClass:o.NgLocaleLocalization}]}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(74),i=n(46),o=n(28),s=n(401),a=n(193),c=n(139),u=n(402);n.d(e,"a",function(){return l}),n.d(e,"b",function(){return r.NgClass}),n.d(e,"c",function(){return i.NgFor}),n.d(e,"d",function(){return o.NgIf}),n.d(e,"e",function(){return s.a}),n.d(e,"f",function(){return s.b}),n.d(e,"g",function(){return a.NgStyle}),n.d(e,"h",function(){return c.NgSwitch}),n.d(e,"i",function(){return c.NgSwitchCase}),n.d(e,"j",function(){return c.NgSwitchDefault}),n.d(e,"k",function(){return u.a});var l=[r.NgClass,i.NgFor,o.NgIf,u.a,a.NgStyle,c.NgSwitch,c.NgSwitchCase,c.NgSwitchDefault,s.a,s.b]},function(t,e,n){"use strict";function r(t){return function(e,n){var r=t(e,n);return 1==r.length?"0"+r:r}}function i(t){return function(e,n){return t(e,n).split(" ")[1]}}function o(t){return function(e,n){return t(e,n).split(" ")[0]}}function s(t,e,n){return new Intl.DateTimeFormat(e,n).format(t).replace(/[\u200e\u200f]/g,"")}function a(t){var e={hour:"2-digit",hour12:!1,timeZoneName:t};return function(t,n){var r=s(t,n,e);return r?r.substring(3):""}}function c(t,e){return t.hour12=e,t}function u(t,e){var n={};return n[t]=2===e?"2-digit":"numeric",n}function l(t,e){var n={};return e<4?n[t]=e>1?"short":"narrow":n[t]="long",n}function h(t){return(e=Object).assign.apply(e,[{}].concat(t));var e}function p(t){return function(e,n){return s(e,n,t)}}function f(t,e,n){var r=g[t];if(r)return r(e,n);var i=b.get(t);if(!i){i=[];var o=void 0;for(m.exec(t);t;)o=m.exec(t),o?(i=i.concat(o.slice(1)),t=i.pop()):(i.push(t),t=null);b.set(t,i)}return i.reduce(function(t,r){var i=v[r];return t+(i?i(e,n):_(r))},"")}function _(t){return"''"===t?"'":t.replace(/(^'|'$)/g,"").replace(/''/g,"'")}n.d(e,"b",function(){return d}),n.d(e,"c",function(){return y}),n.d(e,"a",function(){return w});var d;!function(t){t[t.Decimal=0]="Decimal",t[t.Percent=1]="Percent",t[t.Currency=2]="Currency"}(d||(d={}));var y=function(){function t(){}return t.format=function(t,e,n,r){var i=void 0===r?{}:r,o=i.minimumIntegerDigits,s=i.minimumFractionDigits,a=i.maximumFractionDigits,c=i.currency,u=i.currencyAsSymbol,l=void 0!==u&&u,h={minimumIntegerDigits:o,minimumFractionDigits:s,maximumFractionDigits:a,style:d[n].toLowerCase()};return n==d.Currency&&(h.currency=c,h.currencyDisplay=l?"symbol":"code"),new Intl.NumberFormat(e,h).format(t)},t}(),m=/((?:[^yMLdHhmsazZEwGjJ']+)|(?:'(?:[^']|'')*')|(?:E+|y+|M+|L+|d+|H+|h+|J+|j+|m+|s+|a|z|Z|G+|w+))(.*)/,g={yMMMdjms:p(h([u("year",1),l("month",3),u("day",1),u("hour",1),u("minute",1),u("second",1)])),yMdjm:p(h([u("year",1),u("month",1),u("day",1),u("hour",1),u("minute",1)])),yMMMMEEEEd:p(h([u("year",1),l("month",4),l("weekday",4),u("day",1)])),yMMMMd:p(h([u("year",1),l("month",4),u("day",1)])),yMMMd:p(h([u("year",1),l("month",3),u("day",1)])),yMd:p(h([u("year",1),u("month",1),u("day",1)])),jms:p(h([u("hour",1),u("second",1),u("minute",1)])),jm:p(h([u("hour",1),u("minute",1)]))},v={yyyy:p(u("year",4)),yy:p(u("year",2)),y:p(u("year",1)),MMMM:p(l("month",4)),MMM:p(l("month",3)),MM:p(u("month",2)),M:p(u("month",1)),LLLL:p(l("month",4)),L:p(l("month",1)),dd:p(u("day",2)),d:p(u("day",1)),HH:r(o(p(c(u("hour",2),!1)))),H:o(p(c(u("hour",1),!1))),hh:r(o(p(c(u("hour",2),!0)))),h:o(p(c(u("hour",1),!0))),jj:p(u("hour",2)),j:p(u("hour",1)),mm:r(p(u("minute",2))),m:p(u("minute",1)),ss:r(p(u("second",2))),s:p(u("second",1)),sss:p(u("second",3)),EEEE:p(l("weekday",4)),EEE:p(l("weekday",3)),EE:p(l("weekday",2)),E:p(l("weekday",1)),a:i(p(c(u("hour",1),!0))),Z:a("short"),z:a("long"),ww:p({}),w:p({}),G:p(l("era",1)),GG:p(l("era",2)),GGG:p(l("era",3)),GGGG:p(l("era",4))},b=new Map,w=function(){function t(){}return t.format=function(t,e,n){return f(n,t,e)},t}()},function(t,e,n){"use strict";var r=n(408),i=n(409),o=n(410),s=n(411),a=n(142),c=n(412),u=n(413),l=n(414),h=n(415);n.d(e,"a",function(){return p}),n.d(e,"g",function(){return r.a}),n.d(e,"h",function(){return u.c}),n.d(e,"c",function(){return i.a}),n.d(e,"i",function(){return u.a}),n.d(e,"d",function(){return o.a}),n.d(e,"e",function(){return s.a}),n.d(e,"f",function(){return a.JsonPipe}),n.d(e,"b",function(){return c.a}),n.d(e,"j",function(){return u.b}),n.d(e,"k",function(){return l.a}),n.d(e,"l",function(){return h.a});var p=[r.a,h.a,c.a,a.JsonPipe,l.a,u.a,u.b,u.c,i.a,o.a,s.a]},function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"d",function(){return s});var r="true",i="*",o="*",s="void"},function(t,e,n){"use strict";var r=n(7);n.d(e,"a",function(){return i});var i=function(){function t(t){var e=this;this._players=t,this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this.parentPlayer=null;var i=0,o=this._players.length;0==o?n.i(r.l)(function(){return e._onFinish()}):this._players.forEach(function(t){t.parentPlayer=e,t.onDone(function(){++i>=o&&e._onFinish()})})}return t.prototype._onFinish=function(){this._finished||(this._finished=!0,this._onDoneFns.forEach(function(t){return t()}),this._onDoneFns=[])},t.prototype.init=function(){this._players.forEach(function(t){return t.init()})},t.prototype.onStart=function(t){this._onStartFns.push(t)},t.prototype.onDone=function(t){this._onDoneFns.push(t)},t.prototype.hasStarted=function(){return this._started},t.prototype.play=function(){n.i(r.d)(this.parentPlayer)||this.init(),this.hasStarted()||(this._onStartFns.forEach(function(t){return t()}),this._onStartFns=[],this._started=!0),this._players.forEach(function(t){return t.play()})},t.prototype.pause=function(){this._players.forEach(function(t){return t.pause()})},t.prototype.restart=function(){this._players.forEach(function(t){return t.restart()})},t.prototype.finish=function(){this._onFinish(),this._players.forEach(function(t){return t.finish()})},t.prototype.destroy=function(){this._destroyed||(this._onFinish(),this._players.forEach(function(t){return t.destroy()}),this._destroyed=!0)},t.prototype.reset=function(){this._players.forEach(function(t){return t.reset()}),this._destroyed=!1,this._finished=!1,this._started=!1},t.prototype.setPosition=function(t){this._players.forEach(function(e){e.setPosition(t)})},t.prototype.getPosition=function(){var t=0;return this._players.forEach(function(e){var n=e.getPosition();t=Math.min(n,t)}),t},Object.defineProperty(t.prototype,"players",{get:function(){return this._players},enumerable:!0,configurable:!0}),t}()},function(t,e,n){"use strict";n.d(e,"AnimationKeyframe",function(){return r});var r=function(){function t(t,e){this.offset=t,this.styles=e}return t}()},function(t,e,n){"use strict";function r(t){s.push(t)}function i(){s.length&&Promise.resolve(null).then(o)}function o(){for(var t=0;t"+n.i(r.b)(this.currentValue)+"]"},t}()},function(t,e,n){"use strict";function r(t){return t.map(function(t){return t.nativeElement})}function i(t,e,n){t.childNodes.forEach(function(t){t instanceof p&&(e(t)&&n.push(t),i(t,e,n))})}function o(t,e,n){t instanceof p&&t.childNodes.forEach(function(t){e(t)&&n.push(t),t instanceof p&&o(t,e,n)})}function s(t){return f.get(t)}function a(t){f.set(t.nativeNode,t)}function c(t){f.delete(t.nativeNode)}n.d(e,"f",function(){return l}),n.d(e,"d",function(){return h}),n.d(e,"a",function(){return p}),e.g=r,e.c=s,e.b=a,e.e=c;var u=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},l=function(){function t(t,e){this.name=t,this.callback=e}return t}(),h=function(){function t(t,e,n){this._debugInfo=n,this.nativeNode=t,e&&e instanceof p?e.addChild(this):this.parent=null,this.listeners=[]}return Object.defineProperty(t.prototype,"injector",{get:function(){return this._debugInfo?this._debugInfo.injector:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"componentInstance",{get:function(){return this._debugInfo?this._debugInfo.component:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this._debugInfo?this._debugInfo.context:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"references",{get:function(){return this._debugInfo?this._debugInfo.references:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"providerTokens",{get:function(){return this._debugInfo?this._debugInfo.providerTokens:null},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"source",{get:function(){return this._debugInfo?this._debugInfo.source:null},enumerable:!0,configurable:!0}),t}(),p=function(t){function e(e,n,r){t.call(this,e,n,r),this.properties={},this.attributes={},this.classes={},this.styles={},this.childNodes=[],this.nativeElement=e}return u(e,t),e.prototype.addChild=function(t){t&&(this.childNodes.push(t),t.parent=this)},e.prototype.removeChild=function(t){var e=this.childNodes.indexOf(t);e!==-1&&(t.parent=null,this.childNodes.splice(e,1))},e.prototype.insertChildrenAfter=function(t,e){var n=this.childNodes.indexOf(t);if(n!==-1){var r=this.childNodes.slice(0,n+1),i=this.childNodes.slice(n+1);this.childNodes=r.concat(e,i);for(var o=0;o-1)return e.push(t[n]),e;e.push(t[n])}return e}function i(t){if(t.length>1){var e=r(t.slice().reverse()),i=e.map(function(t){return n.i(s.b)(t.token)});return" ("+i.join(" -> ")+")"}return""}var o=n(50),s=n(7);n.d(e,"f",function(){return c}),n.d(e,"h",function(){return u}),n.d(e,"e",function(){return l}),n.d(e,"g",function(){return h}),n.d(e,"b",function(){return p}),n.d(e,"c",function(){return f}),n.d(e,"d",function(){return _}),n.d(e,"a",function(){return d});var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=function(t){function e(e,n,r){t.call(this,"DI Error"),this.keys=[n],this.injectors=[e],this.constructResolvingMessage=r,this.message=this.constructResolvingMessage(this.keys)}return a(e,t),e.prototype.addKey=function(t,e){this.injectors.push(t),this.keys.push(e),this.message=this.constructResolvingMessage(this.keys)},e}(o.b),u=function(t){function e(e,r){t.call(this,e,r,function(t){var e=n.i(s.b)(t[0].token);return"No provider for "+e+"!"+i(t)})}return a(e,t),e}(c),l=function(t){function e(e,n){t.call(this,e,n,function(t){return"Cannot instantiate cyclic dependency!"+i(t)})}return a(e,t),e}(c),h=function(t){function e(e,n,r,i){t.call(this,"DI Error",n),this.keys=[i],this.injectors=[e]}return a(e,t),e.prototype.addKey=function(t,e){this.injectors.push(t),this.keys.push(e)},Object.defineProperty(e.prototype,"message",{get:function(){var t=n.i(s.b)(this.keys[0].token);return this.originalError.message+": Error during instantiation of "+t+"!"+i(this.keys)+"."},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"causeKey",{get:function(){return this.keys[0]},enumerable:!0,configurable:!0}),e}(o.c),p=function(t){function e(e){t.call(this,"Invalid provider - only instances of Provider and Type are allowed, got: "+e)}return a(e,t),e}(o.b),f=function(t){function e(n,r){t.call(this,e._genMessage(n,r))}return a(e,t),e._genMessage=function(t,e){for(var r=[],i=0,o=e.length;i=0;t--)this.remove(t)},t}()},function(t,e,n){"use strict";var r=n(278),i=n(147),o=n(50);n.d(e,"c",function(){return a}),n.d(e,"b",function(){return c}),n.d(e,"a",function(){return u});var s=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},a=function(){function t(){}return Object.defineProperty(t.prototype,"destroyed",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),t}(),c=function(t){function e(){t.apply(this,arguments)}return s(e,t),Object.defineProperty(e.prototype,"context",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"rootNodes",{get:function(){return n.i(o.a)()},enumerable:!0,configurable:!0}),e}(a),u=function(){function t(t){this._view=t,this._view=t,this._originalMode=this._view.cdMode}return Object.defineProperty(t.prototype,"internalView",{get:function(){return this._view},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"rootNodes",{get:function(){return this._view.flatRootNodes},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"context",{get:function(){return this._view.context},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"destroyed",{get:function(){return this._view.destroyed},enumerable:!0,configurable:!0}),t.prototype.markForCheck=function(){this._view.markPathToRootAsCheckOnce()},t.prototype.detach=function(){this._view.cdMode=i.b.Detached},t.prototype.detectChanges=function(){this._view.detectChanges(!1),n.i(r.a)()},t.prototype.checkNoChanges=function(){this._view.detectChanges(!0)},t.prototype.reattach=function(){this._view.cdMode=this._originalMode,this.markForCheck()},t.prototype.onDestroy=function(t){this._view.disposables||(this._view.disposables=[]),this._view.disposables.push(t)},t.prototype.destroy=function(){this._view.detachAndDestroy()},t}()},function(t,e,n){"use strict";var r=n(428),i=n(429),o=n(296),s=n(430),a=n(15);n.d(e,"b",function(){return r.a}),n.d(e,"c",function(){return r.b}),n.d(e,"d",function(){return r.c}),n.d(e,"e",function(){return r.d}),n.d(e,"f",function(){return r.e}),n.d(e,"g",function(){return r.f}),n.d(e,"h",function(){return r.g}),n.d(e,"i",function(){return i.a}),n.d(e,"j",function(){return i.b}),n.d(e,"k",function(){return i.c}),n.d(e,"l",function(){return i.d}),n.d(e,"m",function(){return i.e}),n.d(e,"n",function(){return i.f}),n.d(e,"o",function(){return i.g}),n.d(e,"p",function(){return o.c}),n.d(e,"q",function(){return o.d}),n.d(e,"r",function(){return o.e}),n.d(e,"s",function(){return o.f}),n.d(e,"t",function(){return o.g}),n.d(e,"u",function(){return o.h}),n.d(e,"v",function(){return o.i}),n.d(e,"w",function(){return o.j}),n.d(e,"x",function(){return s.b}),n.d(e,"y",function(){return s.c}),n.d(e,"a",function(){return s.a}),n.d(e,"z",function(){return a.ViewEncapsulation})},function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i}),n.d(e,"h",function(){return o}),n.d(e,"j",function(){return s}),n.d(e,"g",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"d",function(){return u}),n.d(e,"i",function(){return l}),n.d(e,"f",function(){return h}),n.d(e,"e",function(){return p});var r;!function(t){t[t.OnInit=0]="OnInit",t[t.OnDestroy=1]="OnDestroy",t[t.DoCheck=2]="DoCheck",t[t.OnChanges=3]="OnChanges",t[t.AfterContentInit=4]="AfterContentInit",t[t.AfterContentChecked=5]="AfterContentChecked",t[t.AfterViewInit=6]="AfterViewInit",t[t.AfterViewChecked=7]="AfterViewChecked"}(r||(r={}));var i=[r.OnInit,r.OnDestroy,r.DoCheck,r.OnChanges,r.AfterContentInit,r.AfterContentChecked,r.AfterViewInit,r.AfterViewChecked],o=function(){function t(){}return t}(),s=function(){function t(){}return t}(),a=function(){function t(){}return t}(),c=function(){function t(){}return t}(),u=function(){function t(){}return t}(),l=function(){function t(){}return t}(),h=function(){function t(){}return t}(),p=function(){function t(){}return t}()},function(t,e,n){"use strict";function r(t){return t?t.map(function(t){var e=t.type,n=e.annotationCls,r=t.args?t.args:[];return new(n.bind.apply(n,[void 0].concat(r)))}):[]}var i=n(7),o=n(207);n.d(e,"a",function(){return s});var s=function(){function t(t){this._reflect=t||i.a.Reflect}return t.prototype.isReflectionEnabled=function(){return!0},t.prototype.factory=function(t){return function(){for(var e=[],n=0;n0},e.prototype.tagName=function(t){return t.tagName},e.prototype.attributeMap=function(t){for(var e=new Map,n=t.attributes,r=0;r0&&(f=r(e,{}),f.offset=0,p.push(f)),a.forEach(function(t){var e=r(t.styles,f);e.offset=t.offset,p.push(e)}),1==p.length){var _=p[0];_.offset=null,p=[_,_]}var d={duration:c,delay:u,fill:"both"};return l&&(d.easing=l),h=h.filter(i),new s.a(t,p,d,h)},t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"b",function(){return i}),n.d(e,"a",function(){return o});var i=(r.__core_private__.RenderDebugInfo,r.__core_private__.ReflectionCapabilities,r.__core_private__.DebugDomRootRenderer),o=(r.__core_private__.reflector,r.__core_private__.NoOpAnimationPlayer);r.__core_private__.AnimationPlayer,r.__core_private__.AnimationSequencePlayer,r.__core_private__.AnimationGroupPlayer,r.__core_private__.AnimationKeyframe,r.__core_private__.AnimationStyles,r.__core_private__.prepareFinalAnimationStyles,r.__core_private__.balanceAnimationKeyframes,r.__core_private__.clearStyles,r.__core_private__.collectAndResolveStyles},function(t,e,n){"use strict";var r=n(220),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(35),p=n(22),f=n(457),_=n(23),d=n(36),y=n(79),m=n(25),g=n(54),v=n(28),b=n(222),w=n(461),x=n(224),I=n(467),C=n(106),k=n(480),T=n(223),E=n(465),S=n(225),O=n(469),R=n(34),A=n(59),N=n(90),P=n(67),M=n(104),D=n(74),V=n(231),j=n(39),L=n(56),F=n(46),B=function(){function t(t,e,n){this._changed=!1,this.context=new r.Method(t,e,n),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_tag=function(t,e,n){(n||s.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.tag=t,this._expr_1=t)},t.prototype.check_posInfo=function(t,e,n){(n||s.checkBinding(e,this._expr_2,t))&&(this._changed=!0,this.context.posInfo=t,this._expr_2=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_Method=B;var U=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),z=function(t){function e(n,r,o,s){t.call(this,e,U,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"method",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new W(this.viewUtils,this,0,this._el_0),this._Method_0_3=new B(this.injectorGet(l.SpecManager,this.parentIndex),this.injectorGet(h.OptionsService,this.parentIndex),new p.ElementRef(this._el_0)),this.compView_0.create(this._Method_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._Method_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.Method&&0===e?this._Method_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._Method_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.MethodNgFactory=new u.ComponentFactory("method",z,r.Method);var H=[f.styles],q=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,H,{}),W=function(t){function e(n,r,o,s){t.call(this,e,q,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new _.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new m.TemplateRef_(this,0,this._anchor_0),this._NgIf_0_6=new d.Wrapper_NgIf(this._vc_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new y.MarkedPipe(this.parentView.injectorGet(g.DomSanitizer,this.parentIndex)),this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&0===e?this._TemplateRef_0_5:t===v.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.method;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.ngDoCheck(this,this._anchor_0,t),this._vc_0.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new Y(this.viewUtils,this,0,this._anchor_0,this._vc_0):null},e}(o.AppView);e.View_Method0=W;var Y=function(t){function e(n,r,o,s,a){t.call(this,e,q,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_68=i.UNINITIALIZED,this._expr_69=i.UNINITIALIZED,this._expr_70=i.UNINITIALIZED,this._expr_71=i.UNINITIALIZED,this._expr_72=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","method"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","method-content"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=s.createRenderElement(this.renderer,this._el_2,"h2",new s.InlineArray2(2,"class","method-header sharable-header"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=s.createRenderElement(this.renderer,this._el_4,"a",new s.InlineArray2(2,"class","share-link"),null),this._text_7=this.renderer.createText(this._el_4,"",null),this._text_8=this.renderer.createText(this._el_2,"\n ",null), +this._anchor_9=this.renderer.createTemplateAnchor(this._el_2,null),this._vc_9=new _.ViewContainer(9,2,this,this._anchor_9),this._TemplateRef_9_5=new m.TemplateRef_(this,9,this._anchor_9),this._NgIf_9_6=new d.Wrapper_NgIf(this._vc_9.vcRef,this._TemplateRef_9_5),this._text_10=this.renderer.createText(this._el_2,"\n ",null),this._anchor_11=this.renderer.createTemplateAnchor(this._el_2,null),this._vc_11=new _.ViewContainer(11,2,this,this._anchor_11),this._TemplateRef_11_5=new m.TemplateRef_(this,11,this._anchor_11),this._NgIf_11_6=new d.Wrapper_NgIf(this._vc_11.vcRef,this._TemplateRef_11_5),this._text_12=this.renderer.createText(this._el_2,"\n ",null),this._el_13=s.createRenderElement(this.renderer,this._el_2,"params-list",s.EMPTY_INLINE_ARRAY,null),this.compView_13=new w.View_ParamsList0(this.viewUtils,this,13,this._el_13),this._ParamsList_13_3=new w.Wrapper_ParamsList(this.parentView.injectorGet(l.SpecManager,this.parentIndex)),this._text_14=this.renderer.createText(null," ",null),this.compView_13.create(this._ParamsList_13_3.context),this._text_15=this.renderer.createText(this._el_2,"\n ",null),this._el_16=s.createRenderElement(this.renderer,this._el_2,"responses-list",s.EMPTY_INLINE_ARRAY,null),this.compView_16=new I.View_ResponsesList0(this.viewUtils,this,16,this._el_16),this._ResponsesList_16_3=new I.Wrapper_ResponsesList(this.parentView.injectorGet(l.SpecManager,this.parentIndex),this.parentView.injectorGet(h.OptionsService,this.parentIndex)),this._text_17=this.renderer.createText(null," ",null),this.compView_16.create(this._ResponsesList_16_3.context),this._text_18=this.renderer.createText(this._el_2,"\n ",null),this._text_19=this.renderer.createText(this._el_0,"\n ",null),this._el_20=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","method-samples"),null),this._text_21=this.renderer.createText(this._el_20,"\n ",null),this._el_22=s.createRenderElement(this.renderer,this._el_20,"h4",new s.InlineArray2(2,"class","method-params-subheader"),null),this._text_23=this.renderer.createText(this._el_22,"Definition",null),this._text_24=this.renderer.createText(this._el_20,"\n\n ",null),this._el_25=s.createRenderElement(this.renderer,this._el_20,"div",new s.InlineArray2(2,"class","method-endpoint"),null),this._text_26=this.renderer.createText(this._el_25,"\n ",null),this._el_27=s.createRenderElement(this.renderer,this._el_25,"h5",new s.InlineArray2(2,"class","http-method"),null),this._NgClass_27_3=new C.Wrapper_NgClass(this.parentView.injectorGet(R.IterableDiffers,this.parentIndex),this.parentView.injectorGet(A.KeyValueDiffers,this.parentIndex),new p.ElementRef(this._el_27),this.renderer),this._text_28=this.renderer.createText(this._el_27,"",null),this._text_29=this.renderer.createText(this._el_25,"\n ",null),this._el_30=s.createRenderElement(this.renderer,this._el_25,"span",new s.InlineArray2(2,"select-on-click",""),null),this._SelectOnClick_30_3=new k.Wrapper_SelectOnClick(new p.ElementRef(this._el_30)),this._el_31=s.createRenderElement(this.renderer,this._el_30,"span",new s.InlineArray2(2,"class","method-api-url"),null),this._text_32=this.renderer.createText(this._el_31,"",null),this._el_33=s.createRenderElement(this.renderer,this._el_30,"span",new s.InlineArray2(2,"class","method-api-url-path"),null),this._text_34=this.renderer.createText(this._el_33,"",null),this._text_35=this.renderer.createText(this._el_25,"\n ",null),this._text_36=this.renderer.createText(this._el_20,"\n\n ",null),this._el_37=s.createRenderElement(this.renderer,this._el_20,"div",s.EMPTY_INLINE_ARRAY,null),this._text_38=this.renderer.createText(this._el_37,"\n ",null),this._el_39=s.createRenderElement(this.renderer,this._el_37,"request-samples",s.EMPTY_INLINE_ARRAY,null),this.compView_39=new E.View_RequestSamples0(this.viewUtils,this,39,this._el_39),this._RequestSamples_39_3=new E.Wrapper_RequestSamples(this.parentView.injectorGet(l.SpecManager,this.parentIndex),this.parentView.injectorGet(N.AppStateService,this.parentIndex),this.parentView.injectorGet(P.ScrollService,this.parentIndex),new p.ElementRef(this._el_39),this.parentView.injectorGet(M.NgZone,this.parentIndex)),this._text_40=this.renderer.createText(null,"\n ",null),this.compView_39.create(this._RequestSamples_39_3.context),this._text_41=this.renderer.createText(this._el_37,"\n ",null),this._text_42=this.renderer.createText(this._el_20,"\n ",null),this._el_43=s.createRenderElement(this.renderer,this._el_20,"div",s.EMPTY_INLINE_ARRAY,null),this._text_44=this.renderer.createText(this._el_43,"\n ",null),this._el_45=s.createRenderElement(this.renderer,this._el_43,"br",s.EMPTY_INLINE_ARRAY,null),this._text_46=this.renderer.createText(this._el_43,"\n ",null),this._el_47=s.createRenderElement(this.renderer,this._el_43,"responses-samples",s.EMPTY_INLINE_ARRAY,null),this.compView_47=new O.View_ResponsesSamples0(this.viewUtils,this,47,this._el_47),this._ResponsesSamples_47_3=new O.Wrapper_ResponsesSamples(this.parentView.injectorGet(l.SpecManager,this.parentIndex)),this._text_48=this.renderer.createText(null," ",null),this.compView_47.create(this._ResponsesSamples_47_3.context),this._text_49=this.renderer.createText(this._el_43,"\n ",null),this._text_50=this.renderer.createText(this._el_20,"\n ",null),this._text_51=this.renderer.createText(this._el_0,"\n",null);var e=s.subscribeToRenderElement(this,this._el_30,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_30));return this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._text_8,this._anchor_9,this._text_10,this._anchor_11,this._text_12,this._el_13,this._text_14,this._text_15,this._el_16,this._text_17,this._text_18,this._text_19,this._el_20,this._text_21,this._el_22,this._text_23,this._text_24,this._el_25,this._text_26,this._el_27,this._text_28,this._text_29,this._el_30,this._el_31,this._text_32,this._el_33,this._text_34,this._text_35,this._text_36,this._el_37,this._text_38,this._el_39,this._text_40,this._text_41,this._text_42,this._el_43,this._text_44,this._el_45,this._text_46,this._el_47,this._text_48,this._text_49,this._text_50,this._text_51],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&9===e?this._TemplateRef_9_5:t===v.NgIf&&9===e?this._NgIf_9_6.context:t===m.TemplateRef&&11===e?this._TemplateRef_11_5:t===v.NgIf&&11===e?this._NgIf_11_6.context:t===b.ParamsList&&13<=e&&e<=14?this._ParamsList_13_3.context:t===x.ResponsesList&&16<=e&&e<=17?this._ResponsesList_16_3.context:t===D.NgClass&&27<=e&&e<=28?this._NgClass_27_3.context:t===V.SelectOnClick&&30<=e&&e<=34?this._SelectOnClick_30_3.context:t===T.RequestSamples&&39<=e&&e<=40?this._RequestSamples_39_3.context:t===S.ResponsesSamples&&47<=e&&e<=48?this._ResponsesSamples_47_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.method.info.tags.length;this._NgIf_9_6.check_ngIf(e,t,!1),this._NgIf_9_6.ngDoCheck(this,this._anchor_9,t);var n=this.parentView.context.method.info.description;this._NgIf_11_6.check_ngIf(n,t,!1),this._NgIf_11_6.ngDoCheck(this,this._anchor_11,t);var r=s.inlineInterpolate(1,"",this.parentView.context.pointer,"/parameters");this._ParamsList_13_3.check_pointer(r,t,!1),this._ParamsList_13_3.ngDoCheck(this,this._el_13,t)&&this.compView_13.markAsCheckOnce();var i=s.inlineInterpolate(1,"",this.parentView.context.pointer,"/responses");this._ResponsesList_16_3.check_pointer(i,t,!1),this._ResponsesList_16_3.ngDoCheck(this,this._el_16,t)&&this.compView_16.markAsCheckOnce();var o="http-method";this._NgClass_27_3.check_klass(o,t,!1);var a=this.parentView.context.method.httpMethod;this._NgClass_27_3.check_ngClass(a,t,!1),this._NgClass_27_3.ngDoCheck(this,this._el_27,t),this._SelectOnClick_30_3.ngDoCheck(this,this._el_30,t);var c=this.parentView.context.pointer;this._RequestSamples_39_3.check_pointer(c,t,!1);var u=null==this.parentView.context.method.bodyParam?null:this.parentView.context.method.bodyParam._pointer;this._RequestSamples_39_3.check_schemaPointer(u,t,!1),this._RequestSamples_39_3.ngDoCheck(this,this._el_39,t)&&this.compView_39.markAsCheckOnce();var l=s.inlineInterpolate(1,"",this.parentView.context.pointer,"/responses");this._ResponsesSamples_47_3.check_pointer(l,t,!1),this._ResponsesSamples_47_3.ngDoCheck(this,this._el_47,t)&&this.compView_47.markAsCheckOnce(),this._vc_9.detectChangesInNestedViews(t),this._vc_11.detectChangesInNestedViews(t);var h=s.inlineInterpolate(1,"#",this.parentView.context.method.anchor,"");s.checkBinding(t,this._expr_68,h)&&(this.renderer.setElementProperty(this._el_6,"href",this.viewUtils.sanitizer.sanitize(j.SecurityContext.URL,h)),this._expr_68=h);var p=s.inlineInterpolate(1,"",this.parentView.context.method.summary,"\n ");s.checkBinding(t,this._expr_69,p)&&(this.renderer.setText(this._text_7,p),this._expr_69=p);var f=s.inlineInterpolate(1,"",this.parentView.context.method.httpMethod,"");s.checkBinding(t,this._expr_70,f)&&(this.renderer.setText(this._text_28,f),this._expr_70=f);var _=s.inlineInterpolate(1,"",this.parentView.context.method.apiUrl,"");s.checkBinding(t,this._expr_71,_)&&(this.renderer.setText(this._text_32,_),this._expr_71=_);var d=s.inlineInterpolate(1,"",this.parentView.context.method.path,"");s.checkBinding(t,this._expr_72,d)&&(this.renderer.setText(this._text_34,d),this._expr_72=d),this._RequestSamples_39_3.checkHost(this,this.compView_39,this._el_39,t),this.compView_13.detectChanges(t),this.compView_16.detectChanges(t),this.compView_39.detectChanges(t),this.compView_47.detectChanges(t)},e.prototype.destroyInternal=function(){this._vc_9.destroyNestedViews(),this._vc_11.destroyNestedViews(),this.compView_13.destroy(),this.compView_16.destroy(),this.compView_39.destroy(),this.compView_47.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 9==t?new $(this.viewUtils,this,9,this._anchor_9,this._vc_9):11==t?new Z(this.viewUtils,this,11,this._anchor_11,this._vc_11):null},e.prototype.handleEvent_30=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;return n=this._SelectOnClick_30_3.handleEvent(t,e)&&n},e}(o.AppView),$=function(t){function e(n,r,o,s,a){t.call(this,e,q,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","method-tags"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new _.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new m.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new L.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.parentView.injectorGet(R.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&2===e?this._TemplateRef_2_5:t===F.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.parentView.context.method.info.tags;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new G(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView),G=function(t){function e(n,r,o,s,a){t.call(this,e,q,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"a",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"#tag/",this.context.$implicit,"");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementAttribute(this._el_0,"href",null==this.viewUtils.sanitizer.sanitize(j.SecurityContext.URL,e)?null:this.viewUtils.sanitizer.sanitize(j.SecurityContext.URL,e).toString()),this._expr_2=e);var n=s.inlineInterpolate(1," ",this.context.$implicit," ");s.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),Z=function(t){function e(n,r,o,s,a){t.call(this,e,q,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"p",new s.InlineArray2(2,"class","method-description"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_0_0=s.pureProxy1(this.parentView.parentView._pipe_marked_0.transform.bind(this.parentView.parentView._pipe_marked_0)),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper;e.reset();var n=e.unwrap(s.castByValue(this._pipe_marked_0_0,this.parentView.parentView._pipe_marked_0.transform)(this.parentView.parentView.context.method.info.description));(e.hasWrappedValue||s.checkBinding(t,this._expr_2,n))&&(this.renderer.setElementProperty(this._el_0,"innerHTML",this.viewUtils.sanitizer.sanitize(j.SecurityContext.HTML,n)),this._expr_2=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(105),o=n(40),s=n(1060),a=n(20),c=n(55),u=n(76),l=function(t){function e(n,r,o,a,u,l,h){t.call(this,n),this.changeDetector=a,this.appState=u,this.lazyTasksService=l,this.hash=h,this.specLoading=!1,this.specLoadingRemove=!1,c.SchemaHelper.setSpecManager(n),r.options=e._preOptions||{},this.element=o.nativeElement,r.parseOptions(this.element);var p=s(this.element);p===i.BrowserDomAdapter.defaultDoc().body&&(p=window),r.options.$scrollParent=p,this.options=r.options,this.lazyTasksService.allSync=!this.options.lazyRendering}return __extends(e,t),e.prototype.hideLoadingAnimation=function(){var t=this;requestAnimationFrame(function(){t.specLoadingRemove=!0,setTimeout(function(){t.specLoadingRemove=!1,t.specLoading=!1},400)})},e.prototype.showLoadingAnimation=function(){this.specLoading=!0,this.specLoadingRemove=!1},e.prototype.load=function(){var t=this;this.specMgr.load(this.options.specUrl).catch(function(t){throw t}),this.appState.loading.subscribe(function(e){e?t.showLoadingAnimation():t.hideLoadingAnimation()}),this.specMgr.spec.subscribe(function(e){e?(t.changeDetector.markForCheck(),t.changeDetector.detectChanges(),t.specLoaded=!0,setTimeout(function(){t.hash.start()})):t.appState.startLoading()})},e.prototype.ngOnInit=function(){var t=this;this.lazyTasksService.loadProgress.subscribe(function(e){return t.loadingProgress=e}),this.appState.error.subscribe(function(e){e&&(t.appState.stopLoading(),100!==t.loadingProgress&&(t.error=e,t.changeDetector.markForCheck()))}),this.specUrl&&(this.options.specUrl=this.specUrl),this.load()},__decorate([r.Input(),__metadata("design:type",String)],e.prototype,"specUrl",void 0),__decorate([r.HostBinding("class.loading"),__metadata("design:type",Boolean)],e.prototype,"specLoading",void 0),__decorate([r.HostBinding("class.loading-remove"),__metadata("design:type",Boolean)],e.prototype,"specLoadingRemove",void 0),e=__decorate([r.Component({selector:"redoc",templateUrl:"./redoc.html",styleUrls:["./redoc.css"]}),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof a.SpecManager&&a.SpecManager)&&n||Object,"function"==typeof(o="undefined"!=typeof c.OptionsService&&c.OptionsService)&&o||Object,"function"==typeof(l="undefined"!=typeof r.ElementRef&&r.ElementRef)&&l||Object,"function"==typeof(h="undefined"!=typeof r.ChangeDetectorRef&&r.ChangeDetectorRef)&&h||Object,"function"==typeof(p="undefined"!=typeof c.AppStateService&&c.AppStateService)&&p||Object,"function"==typeof(f="undefined"!=typeof u.LazyTasksService&&u.LazyTasksService)&&f||Object,"function"==typeof(_="undefined"!=typeof c.Hash&&c.Hash)&&_||Object])],e);var n,o,l,h,p,f,_}(o.BaseComponent);e.Redoc=l},function(t,e,n){"use strict";var r=n(158),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(22),p=n(470),f=n(23),_=n(36),d=n(310),y=n(315),m=n(25),g=n(54),v=n(28),b=n(164),w=n(39),x=function(){function t(t,e){this._changed=!1,this.context=new r.SchemaSample(t,e),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_skipReadOnly=function(t,e,n){(n||s.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.skipReadOnly=t,this._expr_1=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_SchemaSample=x;var I=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),C=function(t){function e(n,r,o,s){t.call(this,e,I,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"schema-sample",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new E(this.viewUtils,this,0,this._el_0),this._SchemaSample_0_3=new x(this.injectorGet(l.SpecManager,this.parentIndex),new h.ElementRef(this._el_0)),this.compView_0.create(this._SchemaSample_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._SchemaSample_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.SchemaSample&&0===e?this._SchemaSample_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._SchemaSample_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.SchemaSampleNgFactory=new u.ComponentFactory("schema-sample",C,r.SchemaSample);var k=[p.styles],T=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,k,{}),E=function(t){function e(n,r,o,s){t.call(this,e,T,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce),this._expr_37=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);this._el_0=s.createRenderElement(this.renderer,e,"div",new s.InlineArray2(2,"class","snippet"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._text_2=this.renderer.createText(this._el_0,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_3=new f.ViewContainer(3,0,this,this._anchor_3),this._TemplateRef_3_5=new m.TemplateRef_(this,3,this._anchor_3),this._NgIf_3_6=new _.Wrapper_NgIf(this._vc_3.vcRef,this._TemplateRef_3_5),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","action-buttons"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=s.createRenderElement(this.renderer,this._el_5,"span",new s.InlineArray4(4,"class","hint--top-left hint--inversed","copy-button",""),null),this._CopyButton_7_3=new d.Wrapper_CopyButton(this.renderer,new h.ElementRef(this._el_7)),this._text_8=this.renderer.createText(this._el_7," ",null),this._el_9=s.createRenderElement(this.renderer,this._el_7,"a",s.EMPTY_INLINE_ARRAY,null),this._text_10=this.renderer.createText(this._el_9,"Copy",null),this._text_11=this.renderer.createText(this._el_7," ",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._el_13=s.createRenderElement(this.renderer,this._el_5,"span",s.EMPTY_INLINE_ARRAY,null),this._text_14=this.renderer.createText(this._el_13," ",null),this._anchor_15=this.renderer.createTemplateAnchor(this._el_13,null),this._vc_15=new f.ViewContainer(15,13,this,this._anchor_15),this._TemplateRef_15_5=new m.TemplateRef_(this,15,this._anchor_15),this._NgIf_15_6=new _.Wrapper_NgIf(this._vc_15.vcRef,this._TemplateRef_15_5),this._text_16=this.renderer.createText(this._el_13," ",null),this._text_17=this.renderer.createText(this._el_5,"\n ",null),this._el_18=s.createRenderElement(this.renderer,this._el_5,"span",s.EMPTY_INLINE_ARRAY,null),this._text_19=this.renderer.createText(this._el_18," ",null),this._anchor_20=this.renderer.createTemplateAnchor(this._el_18,null),this._vc_20=new f.ViewContainer(20,18,this,this._anchor_20),this._TemplateRef_20_5=new m.TemplateRef_(this,20,this._anchor_20),this._NgIf_20_6=new _.Wrapper_NgIf(this._vc_20.vcRef,this._TemplateRef_20_5),this._text_21=this.renderer.createText(this._el_18," ",null),this._text_22=this.renderer.createText(this._el_5,"\n ",null),this._text_23=this.renderer.createText(this._el_0,"\n ",null),this._el_24=s.createRenderElement(this.renderer,this._el_0,"pre",s.EMPTY_INLINE_ARRAY,null),this._text_25=this.renderer.createText(this._el_0,"\n",null),this._text_26=this.renderer.createText(e,"\n",null);var n=s.subscribeToRenderElement(this,this._el_7,new s.InlineArray4(4,"click",null,"mouseleave",null),this.eventHandler(this.handleEvent_7));return this._pipe_jsonFormatter_0=new y.JsonFormatter(this.parentView.injectorGet(g.DomSanitizer,this.parentIndex)),this._pipe_jsonFormatter_0_0=s.pureProxy1(this._pipe_jsonFormatter_0.transform.bind(this._pipe_jsonFormatter_0)),this.init(null,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._text_2,this._anchor_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._el_13,this._text_14,this._anchor_15,this._text_16,this._text_17,this._el_18,this._text_19,this._anchor_20,this._text_21,this._text_22,this._text_23,this._el_24,this._text_25,this._text_26],[n]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&3===e?this._TemplateRef_3_5:t===v.NgIf&&3===e?this._NgIf_3_6.context:t===b.CopyButton&&7<=e&&e<=11?this._CopyButton_7_3.context:t===m.TemplateRef&&15===e?this._TemplateRef_15_5:t===v.NgIf&&15===e?this._NgIf_15_6.context:t===m.TemplateRef&&20===e?this._TemplateRef_20_5:t===v.NgIf&&20===e?this._NgIf_20_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=void 0==this.context.sample;this._NgIf_3_6.check_ngIf(n,t,!1),this._NgIf_3_6.ngDoCheck(this,this._anchor_3,t);var r=this.context.sample;this._CopyButton_7_3.check_copyText(r,t,!1),this._CopyButton_7_3.ngDoCheck(this,this._el_7,t);var o=this.context.enableButtons;this._NgIf_15_6.check_ngIf(o,t,!1),this._NgIf_15_6.ngDoCheck(this,this._anchor_15,t);var a=this.context.enableButtons;this._NgIf_20_6.check_ngIf(a,t,!1),this._NgIf_20_6.ngDoCheck(this,this._anchor_20,t),this._vc_3.detectChangesInNestedViews(t),this._vc_15.detectChangesInNestedViews(t),this._vc_20.detectChangesInNestedViews(t),e.reset();var c=e.unwrap(s.castByValue(this._pipe_jsonFormatter_0_0,this._pipe_jsonFormatter_0.transform)(this.context.sample));(e.hasWrappedValue||s.checkBinding(t,this._expr_37,c))&&(this.renderer.setElementProperty(this._el_24,"innerHTML",this.viewUtils.sanitizer.sanitize(w.SecurityContext.HTML,c)),this._expr_37=c)},e.prototype.destroyInternal=function(){this._vc_3.destroyNestedViews(),this._vc_15.destroyNestedViews(),this._vc_20.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 3==t?new S(this.viewUtils,this,3,this._anchor_3,this._vc_3):15==t?new O(this.viewUtils,this,15,this._anchor_15,this._vc_15):20==t?new R(this.viewUtils,this,20,this._anchor_20,this._vc_20):null},e.prototype.handleEvent_7=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;return n=this._CopyButton_7_3.handleEvent(t,e)&&n},e}(o.AppView);e.View_SchemaSample0=E;var S=function(t){function e(n,r,o,s,a){t.call(this,e,T,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"pre",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Sample unavailable ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),O=function(t){function e(n,r,o,s,a){t.call(this,e,T,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"a",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"Expand all",null);var e=s.subscribeToRenderElement(this,this._el_0,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_0));return this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],[e]),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.handleEvent_0=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this.parentView.context.expandAll()!==!1;n=r&&n}return n},e}(o.AppView),R=function(t){function e(n,r,o,s,a){t.call(this,e,T,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"a",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"Collapse all",null);var e=s.subscribeToRenderElement(this,this._el_0,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_0));return this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],[e]),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.handleEvent_0=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this.parentView.context.collapseAll()!==!1;n=r&&n}return n},e}(o.AppView)},function(t,e,n){"use strict";var r=n(2),i=n(138),o=n(159);e.Redoc=o.Redoc;var s=n(314),a=n(79),c=n(317),u=n(76),l=n(55),h=n(20);e.SpecManager=h.SpecManager;var p=function(){function t(){}return t=__decorate([r.NgModule({imports:[i.CommonModule],declarations:[o.REDOC_DIRECTIVES,s.REDOC_COMMON_DIRECTIVES,a.REDOC_PIPES],bootstrap:[o.Redoc],entryComponents:[o.SecurityDefinitions,s.DynamicNg2Wrapper,o.Method],providers:[h.SpecManager,l.ScrollService,l.Hash,l.MenuService,l.WarningsService,l.OptionsService,l.AppStateService,l.ComponentParser,l.ContentProjector,u.LazyTasksService,{provide:r.ErrorHandler,useClass:c.CustomErrorHandler},{provide:l.COMPONENT_PARSER_ALLOWED,useValue:{"security-definitions":o.SecurityDefinitions}}],exports:[o.Redoc]}),__metadata("design:paramtypes",[])],t)}();e.RedocModule=p},function(t,e){"use strict";var n=document.queryCommandSupported&&document.queryCommandSupported("copy"),r=function(){function t(){}return t.isSupported=function(){return n},t.selectElement=function(t){var e,n;document.body.createTextRange?(e=document.body.createTextRange(),e.moveToElementText(t),e.select()):document.createRange&&window.getSelection&&(n=window.getSelection(),e=document.createRange(),e.selectNodeContents(t),n.removeAllRanges(),n.addRange(e))},t.deselect=function(){document.selection?document.selection.empty():window.getSelection&&window.getSelection().removeAllRanges()},t.copySelected=function(){var t;try{t=document.execCommand("copy")}catch(e){t=!1}return t},t.copyElement=function(e){t.selectElement(e);var n=t.copySelected();return n&&t.deselect(),n},t.copyCustom=function(e){var n=document.createElement("textarea");n.style.position="fixed",n.style.top="0",n.style.left="0",n.style.width="2em",n.style.height="2em",n.style.padding="0",n.style.border="none",n.style.outline="none",n.style.boxShadow="none",n.style.background="transparent",n.value=e,document.body.appendChild(n),n.select();var r=t.copySelected();return document.body.removeChild(n),r},t}();e.Clipboard=r},function(t,e,n){"use strict";var r=n(2),i=n(77),o=n(78),s=n(163),a=function(){function t(t){this._dereferencer=new h(t,this)}return t.prototype.normalize=function(t,e,n){var r=this;void 0===n&&(n={});var i=!!t.$ref;if(n.resolved&&!i&&this._dereferencer.visit(e),t["x-redoc-normalized"])return t;var o=c.walk(t,e,function(t,e){var n=r._dereferencer.dereference(t,e);return n.allOf&&(n._pointer=n._pointer||e,n=Object.assign({},n),u.merge(n,n.allOf)),n});return n.resolved&&!i&&this._dereferencer.exit(e),o["x-redoc-normalized"]=!0,o},t.prototype.reset=function(){this._dereferencer.reset()},t=__decorate([r.Injectable(),__metadata("design:paramtypes",[Object])],t)}();e.SchemaNormalizer=a;var c=function(){function t(){}return t.walk=function(e,n,r){if(void 0!=e&&"object"==typeof e){if(e.properties){var o=i.JsonPointer.join(n,["properties"]);t.walkEach(e.properties,o,r)}if(e.additionalProperties){var o=i.JsonPointer.join(n,["additionalProperties"]);if(Array.isArray(e.additionalProperties))t.walkEach(e.additionalProperties,o,r);else{var s=t.walk(e.additionalProperties,o,r);s&&(e.additionalProperties=s)}}if(e.allOf){var o=i.JsonPointer.join(n,["allOf"]);t.walkEach(e.allOf,o,r)}if(e.items){var o=i.JsonPointer.join(n,["items"]);if(Array.isArray(e.items))t.walkEach(e.items,o,r);else{var s=t.walk(e.items,o,r);s&&(e.items=s)}}return r(e,n)}},t.walkEach=function(e,n,r){for(var o=0,s=Object.keys(e);o2||2===o&&!t.description)&&(s.WarningsService.warn('Other properties are defined at the same level as $ref at "#'+e+'". They are IGNORED according to the JsonSchema spec'),r.description=r.description||t.description),r=this.normalizator.normalize(r,n),this._refCouner.exit(n),r},t}()},function(t,e,n){"use strict";var r=n(164),i=n(9),o=n(8),s=function(){function t(t,e){this._changed=!1,this.context=new r.CopyButton(t,e),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_copyText=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.copyText=t,this._expr_0=t)},t.prototype.check_copyElement=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.copyElement=t,this._expr_1=t)},t.prototype.check_hintElement=function(t,e,n){(n||o.checkBinding(e,this._expr_2,t))&&(this._changed=!0,this.context.hintElement=t,this._expr_2=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;if("click"==t){var r=this.context.onClick()!==!1;n=r&&n}if("mouseleave"==t){var i=this.context.onLeave()!==!1;n=i&&n}return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_CopyButton=s},function(t,e,n){"use strict";var r=n(230),i=n(9),o=n(19),s=n(8),a=n(15),c=n(23),u=n(12),l=n(13),h=n(160),p=n(122),f=n(60),_=function(){function t(t,e,n,o,s){this._changed=!1,this.context=new r.DynamicNg2Viewer(t,e,n,o,s),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_html=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.html=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_DynamicNg2Viewer=_;var d=function(){function t(){this._changed=!1,this.context=new r.DynamicNg2Wrapper}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_DynamicNg2Wrapper=d;var y=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),m=function(t){function e(n,r,o,s){t.call(this,e,y,u.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"dynamic-ng2-viewer",s.EMPTY_INLINE_ARRAY,t,null),this._vc_0=new c.ViewContainer(0,null,this,this._el_0),this.compView_0=new b(this.viewUtils,this,0,this._el_0),this._DynamicNg2Viewer_0_5=new _(this._vc_0.vcRef,this.injectorGet(h.ContentProjector,this.parentIndex),this.injectorGet(p.ComponentParser,this.parentIndex),this.injectorGet(f.ComponentFactoryResolver,this.parentIndex),this.renderer),this.compView_0.create(this._DynamicNg2Viewer_0_5.context),this._el_1=this.renderer.createTemplateAnchor(null,null),this.init(this._el_1,this.renderer.directRenderer?null:[this._el_0],null),new l.ComponentRef_(0,this,this._el_0,this._DynamicNg2Viewer_0_5.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.DynamicNg2Viewer&&0===e?this._DynamicNg2Viewer_0_5.context:n},e.prototype.detectChangesInternal=function(t){this._DynamicNg2Viewer_0_5.ngDoCheck(this,this._el_0,t),this._vc_0.detectChangesInNestedViews(t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews(),this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._vc_0.nativeElement,e),this._vc_0.visitNestedViewRootNodes(t,e),t(this._el_1,e)},e}(o.AppView);e.DynamicNg2ViewerNgFactory=new l.ComponentFactory("dynamic-ng2-viewer",m,r.DynamicNg2Viewer);var g=[],v=s.createRenderComponentType("",0,a.ViewEncapsulation.None,g,{}),b=function(t){function e(n,r,o,s){t.call(this,e,v,u.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){this.renderer.createViewRoot(this.parentElement);return this.init(null,this.renderer.directRenderer?null:[],null),null},e}(o.AppView);e.View_DynamicNg2Viewer0=b;var w=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),x=function(t){function e(n,r,o,s){t.call(this,e,w,u.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"dynamic-ng2-wrapper",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new k(this.viewUtils,this,0,this._el_0),this._DynamicNg2Wrapper_0_3=new d,this.compView_0.create(this._DynamicNg2Wrapper_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new l.ComponentRef_(0,this,this._el_0,this._DynamicNg2Wrapper_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.DynamicNg2Wrapper&&0===e?this._DynamicNg2Wrapper_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._DynamicNg2Wrapper_0_3.ngDoCheck(this,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){},e}(o.AppView);e.DynamicNg2WrapperNgFactory=new l.ComponentFactory("dynamic-ng2-wrapper",x,r.DynamicNg2Wrapper);var I=[],C=s.createRenderComponentType("",1,a.ViewEncapsulation.None,I,{}),k=function(t){function e(n,r,o,s){t.call(this,e,C,u.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this.projectNodes(e,0),this.init(null,this.renderer.directRenderer?null:[],null),null},e}(o.AppView);e.View_DynamicNg2Wrapper0=k},function(t,e,n){"use strict";var r=n(165),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(482),h=n(23),p=n(56),f=n(25),_=n(34),d=n(46),y=n(106),m=n(59),g=n(22),v=n(74),b=function(){function t(t){this._changed=!1,this.context=new r.Tabs(t),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){this.subscription0&&this.subscription0.unsubscribe()},t.prototype.check_selected=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.selected=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e,n){this._eventHandler=e,n&&(this.subscription0=this.context.change.subscribe(e.bind(t,"change")))},t}();e.Wrapper_Tabs=b;var w=function(){function t(t){this._changed=!1,this.context=new r.Tab(t),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_active=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.active=t,this._expr_0=t)},t.prototype.check_tabTitle=function(t,e,n){(n||s.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.tabTitle=t,this._expr_1=t)},t.prototype.check_tabStatus=function(t,e,n){(n||s.checkBinding(e,this._expr_2,t))&&(this._changed=!0,this.context.tabStatus=t,this._expr_2=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_Tab=w;var x=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),I=function(t){function e(n,r,o,s){t.call(this,e,x,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"tabs",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new T(this.viewUtils,this,0,this._el_0),this._Tabs_0_3=new b(this.compView_0.ref),this.compView_0.create(this._Tabs_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._Tabs_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.Tabs&&0===e?this._Tabs_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._Tabs_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy(),this._Tabs_0_3.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){},e}(o.AppView);e.TabsNgFactory=new u.ComponentFactory("tabs",I,r.Tabs);var C=[l.styles],k=s.createRenderComponentType("",1,a.ViewEncapsulation.Emulated,C,{}),T=function(t){function e(n,r,o,s){t.call(this,e,k,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=s.createRenderElement(this.renderer,e,"ul",s.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._anchor_3=this.renderer.createTemplateAnchor(this._el_1,null),this._vc_3=new h.ViewContainer(3,1,this,this._anchor_3),this._TemplateRef_3_5=new f.TemplateRef_(this,3,this._anchor_3),this._NgFor_3_6=new p.Wrapper_NgFor(this._vc_3.vcRef,this._TemplateRef_3_5,this.parentView.injectorGet(_.IterableDiffers,this.parentIndex),this.ref),this._text_4=this.renderer.createText(this._el_1,"\n ",null),this._text_5=this.renderer.createText(e,"\n ",null),this.projectNodes(e,0),this._text_6=this.renderer.createText(e,"\n ",null),this.init(null,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._anchor_3,this._text_4,this._text_5,this._text_6],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===f.TemplateRef&&3===e?this._TemplateRef_3_5:t===d.NgFor&&3===e?this._NgFor_3_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.tabs;this._NgFor_3_6.check_ngForOf(e,t,!1),this._NgFor_3_6.ngDoCheck(this,this._anchor_3,t),this._vc_3.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_3.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 3==t?new E(this.viewUtils,this,3,this._anchor_3,this._vc_3):null},e}(o.AppView);e.View_Tabs0=T;var E=function(t){function e(n,r,o,a,u){t.call(this,e,k,c.ViewType.EMBEDDED,n,r,o,a,i.ChangeDetectorStatus.CheckAlways,u),this._map_3=s.pureProxy1(function(t){return{active:t}}),this._expr_4=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"li",s.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new y.Wrapper_NgClass(this.parentView.parentView.injectorGet(_.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.injectorGet(m.KeyValueDiffers,this.parentView.parentIndex),new g.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"",null);var e=s.subscribeToRenderElement(this,this._el_0,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_0));return this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.NgClass&&0<=e&&e<=1?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"tab-",this.context.$implicit.tabStatus,"");this._NgClass_0_3.check_klass(e,t,!1);var n=this._map_3(this.context.$implicit.active);this._NgClass_0_3.check_ngClass(n,t,!1),this._NgClass_0_3.ngDoCheck(this,this._el_0,t);var r=s.inlineInterpolate(1,"",this.context.$implicit.tabTitle,"");s.checkBinding(t,this._expr_4,r)&&(this.renderer.setText(this._text_1,r),this._expr_4=r)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.handleEvent_0=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this.parentView.context.selectTab(this.context.$implicit)!==!1;n=r&&n}return n},e}(o.AppView),S=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),O=function(t){function e(n,r,o,s){t.call(this,e,S,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"tab",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new N(this.viewUtils,this,0,this._el_0),this._Tab_0_3=new w(this.injectorGet(r.Tabs,this.parentIndex)),this.compView_0.create(this._Tab_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._Tab_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.Tab&&0===e?this._Tab_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._Tab_0_3.ngDoCheck(this,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){},e}(o.AppView);e.TabNgFactory=new u.ComponentFactory("tab",O,r.Tab);var R=["[_nghost-%COMP%] {\n display: block;\n }\n .tab-wrap[_ngcontent-%COMP%] {\n display: none;\n }\n\n .tab-wrap.active[_ngcontent-%COMP%] {\n display: block;\n }"],A=s.createRenderComponentType("",1,a.ViewEncapsulation.Emulated,R,{}),N=function(t){function e(n,r,o,a){t.call(this,e,A,c.ViewType.COMPONENT,n,r,o,a,i.ChangeDetectorStatus.CheckAlways),this._map_6=s.pureProxy1(function(t){return{active:t}})}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=s.createRenderElement(this.renderer,e,"div",new s.InlineArray2(2,"class","tab-wrap"),null),this._NgClass_1_3=new y.Wrapper_NgClass(this.parentView.injectorGet(_.IterableDiffers,this.parentIndex),this.parentView.injectorGet(m.KeyValueDiffers,this.parentIndex),new g.ElementRef(this._el_1),this.renderer),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this.projectNodes(this._el_1,0),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._text_4=this.renderer.createText(e,"\n ",null),this.init(null,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._text_3,this._text_4],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.NgClass&&1<=e&&e<=3?this._NgClass_1_3.context:n},e.prototype.detectChangesInternal=function(t){var e="tab-wrap";this._NgClass_1_3.check_klass(e,t,!1);var n=this._map_6(this.context.active);this._NgClass_1_3.check_ngClass(n,t,!1),this._NgClass_1_3.ngDoCheck(this,this._el_1,t)},e}(o.AppView);e.View_Tab0=N},function(t,e,n){"use strict";var r=n(166),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(483),h=n(106),p=n(23),f=n(36),_=n(34),d=n(59),y=n(22),m=n(25),g=n(28),v=n(74),b=function(){function t(){this._changed=!1,this.context=new r.Zippy,this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED,this._expr_4=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){this.subscription0&&this.subscription0.unsubscribe(),this.subscription1&&this.subscription1.unsubscribe()},t.prototype.check_type=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.type=t,this._expr_0=t)},t.prototype.check_visible=function(t,e,n){(n||s.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.visible=t,this._expr_1=t)},t.prototype.check_empty=function(t,e,n){(n||s.checkBinding(e,this._expr_2,t))&&(this._changed=!0,this.context.empty=t,this._expr_2=t)},t.prototype.check_title=function(t,e,n){(n||s.checkBinding(e,this._expr_3,t))&&(this._changed=!0,this.context.title=t,this._expr_3=t)},t.prototype.check_headless=function(t,e,n){(n||s.checkBinding(e,this._expr_4,t))&&(this._changed=!0,this.context.headless=t,this._expr_4=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e,n,r){this._eventHandler=e,n&&(this.subscription0=this.context.open.subscribe(e.bind(t,"open"))),r&&(this.subscription1=this.context.close.subscribe(e.bind(t,"close")))},t}();e.Wrapper_Zippy=b;var w=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),x=function(t){function e(n,r,o,s){t.call(this,e,w,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"zippy",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new k(this.viewUtils,this,0,this._el_0),this._Zippy_0_3=new b,this.compView_0.create(this._Zippy_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._Zippy_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.Zippy&&0===e?this._Zippy_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._Zippy_0_3.ngDoCheck(this,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy(),this._Zippy_0_3.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){},e}(o.AppView);e.ZippyNgFactory=new u.ComponentFactory("zippy",x,r.Zippy);var I=[l.styles],C=s.createRenderComponentType("",1,a.ViewEncapsulation.Emulated,I,{}),k=function(t){function e(n,r,o,a){t.call(this,e,C,c.ViewType.COMPONENT,n,r,o,a,i.ChangeDetectorStatus.CheckAlways),this._map_13=s.pureProxy2(function(t,e){return{"zippy-empty":t,"zippy-hidden":e}})}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._el_0=s.createRenderElement(this.renderer,e,"div",s.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new h.Wrapper_NgClass(this.parentView.injectorGet(_.IterableDiffers,this.parentIndex),this.parentView.injectorGet(d.KeyValueDiffers,this.parentIndex),new y.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new p.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new m.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new f.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._el_4=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","zippy-content"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this.projectNodes(this._el_4,0),this._text_6=this.renderer.createText(this._el_4,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n",null),this._text_8=this.renderer.createText(e,"\n",null),this.init(null,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._text_8],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&2===e?this._TemplateRef_2_5:t===g.NgIf&&2===e?this._NgIf_2_6.context:t===v.NgClass&&0<=e&&e<=7?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"zippy zippy-",this.context.type,"");this._NgClass_0_3.check_klass(e,t,!1);var n=this._map_13(this.context.empty,!this.context.visible);this._NgClass_0_3.check_ngClass(n,t,!1),this._NgClass_0_3.ngDoCheck(this,this._el_0,t);var r=!this.context.headless;this._NgIf_2_6.check_ngIf(r,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new T(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView);e.View_Zippy0=k;var T=function(t){function e(n,r,o,s,a){t.call(this,e,C,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_10=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","zippy-title"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"span",new s.InlineArray2(2,"class","zippy-indicator"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=s.createRenderElement(this.renderer,this._el_2,":svg:svg",new s.InlineArray16(12,":xml:space","preserve","version","1.1","viewBox","0 0 24 24","x","0","xmlns","http://www.w3.org/2000/svg","y","0"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=s.createRenderElement(this.renderer,this._el_4,":svg:polygon",new s.InlineArray2(2,"points","17.3 8.3 12 13.6 6.7 8.3 5.3 9.7 12 16.4 18.7 9.7 "),null),this._text_7=this.renderer.createText(this._el_4,"\n ",null),this._text_8=this.renderer.createText(this._el_2,"\n ",null),this._text_9=this.renderer.createText(this._el_0,"",null);var e=s.subscribeToRenderElement(this,this._el_0,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_0));return this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9],[e]),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"\n ",this.parentView.context.title,"\n ");s.checkBinding(t,this._expr_10,e)&&(this.renderer.setText(this._text_9,e),this._expr_10=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.handleEvent_0=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this.parentView.context.toggle()!==!1;n=r&&n}return n},e}(o.AppView)},function(t,e,n){"use strict";var r=n(229);e.DropDown=r.DropDown;var i=n(232);e.StickySidebar=i.StickySidebar;var o=n(165);e.Tabs=o.Tabs,e.Tab=o.Tab;var s=n(166);e.Zippy=s.Zippy;var a=n(164);e.CopyButton=a.CopyButton;var c=n(231);e.SelectOnClick=c.SelectOnClick;var u=n(230);e.DynamicNg2Viewer=u.DynamicNg2Viewer,e.DynamicNg2Wrapper=u.DynamicNg2Wrapper;var l=n(76);e.LazyFor=l.LazyFor,e.LazyTasksService=l.LazyTasksService,e.LazyTasksServiceSync=l.LazyTasksServiceSync,e.REDOC_COMMON_DIRECTIVES=[r.DropDown,i.StickySidebar,o.Tabs,o.Tab,s.Zippy,a.CopyButton,c.SelectOnClick,u.DynamicNg2Viewer,u.DynamicNg2Wrapper,l.LazyFor]},function(t,e,n){"use strict";function r(t){return void 0===t||null===t}function i(t){return void 0!=t?t.toString().replace(/&/g,"&").replace(/"/g,""").replace(//g,">"):""}function o(t,e){return''+i(t)+""}function s(t){var e=typeof t,n="";return void 0==t?n+=o("null","type-null"):t&&t.constructor===Array?(p++,n+=a(t),p--):"object"===e?(p++,n+=c(t),p--):"number"===e?n+=o(t,"type-number"):"string"===e?n+=/^(http|https):\/\/[^\\s]+$/.test(t)?o('"',"type-string")+''+i(t)+""+o('"',"type-string"):o('"'+t+'"',"type-string"):"boolean"===e&&(n+=o(t,"type-boolean")),n}function a(t){var e,n,r=p>f?"collapsed":"",i='
    [
      ',o=!1;for(e=0,n=t.length;e
      ',i+=s(t[e]),e";return i+="
    ]",o||(i="[ ]"),i}function c(t){var e,n,r,o=p>f?"collapsed":"",a=Object.keys(t),c='
    {
      ',u=!1;for(e=0,r=a.length;e
      ',c+='"'+i(n)+'": ',c+=s(t[n]),e";return c+="
    }",u||(c="{ }"),c}function u(t){p=1;var e="";return e+='
    ',e+=s(t),e+="
    "}var l=n(2),h=n(119),p=1,f=2,_=function(){function t(t){this.sanitizer=t}return t.prototype.transform=function(t){return r(t)?t:this.sanitizer.bypassSecurityTrustHtml(u(t))},t=__decorate([l.Pipe({name:"jsonFormatter"}),__metadata("design:paramtypes",["function"==typeof(e="undefined"!=typeof h.DomSanitizer&&h.DomSanitizer)&&e||Object])],t);var e}();e.JsonFormatter=_},function(t,e,n){"use strict";var r=n(2),i=n(90),o=function(t){function e(e){t.call(this,!0),this.appState=e}return __extends(e,t),e.prototype.handleError=function(e){this.appState.error.next(e&&e.rejection||e),t.prototype.handleError.call(this,e)},e=__decorate([r.Injectable(),__metadata("design:paramtypes",["function"==typeof(n="undefined"!=typeof i.AppStateService&&i.AppStateService)&&n||Object])],e);var n}(r.ErrorHandler);e.CustomErrorHandler=o},function(t,e,n){"use strict";function r(t){for(var n in t)e.hasOwnProperty(n)||(e[n]=t[n])}r(n(316)),r(n(78)),r(n(318))},function(t,e,n){"use strict";var r=n(2),i=n(389),o=n(728),s=new o({html:!0,linkify:!0,breaks:!1,typographer:!1,highlight:function(t,e){"json"===e&&(e="js");var n=Prism.languages[e];return n?Prism.highlight(t,n):t}}),a=function(){function t(t){void 0===t&&(t=!1),this.raw=t,this.firstLevelHeadings=[],this._origRules={},this._preProcessors=[]}return t.prototype.addPreprocessor=function(t){this._preProcessors.push(t)},t.prototype.saveOrigRules=function(){this._origRules.open=s.renderer.rules.heading_open,this._origRules.close=s.renderer.rules.heading_close},t.prototype.restoreOrigRules=function(){s.renderer.rules.heading_open=this._origRules.open,s.renderer.rules.heading_close=this._origRules.close},t.prototype.headingOpenRule=function(t,e){if(1!==t[e].hLevel)return this._origRules.open(t,e);var n=t[e+1].content;this.firstLevelHeadings.push(n);var r=i(n);return"'+('')},t.prototype.headingCloseRule=function(t,e){return 1!==t[e].hLevel?this._origRules.close(t,e):"\n"},t.prototype.renderMd=function(t){this.raw||(this.saveOrigRules(),s.renderer.rules.heading_open=this.headingOpenRule.bind(this),s.renderer.rules.heading_close=this.headingCloseRule.bind(this));for(var e=t,n=0;n2?arguments[2]:void 0,l=Math.min((void 0===u?s:i(u,s))-c,s-a),h=1;for(c0;)c in n?n[a]=n[c]:delete n[a],a+=h,c+=h;return n}},function(t,e,n){var r=n(80),i=n(52),o=n(126),s=n(37);t.exports=function(t,e,n,a,c){r(e);var u=i(t),l=o(u),h=s(u.length),p=c?h-1:0,f=c?-1:1;if(n<2)for(;;){if(p in l){a=l[p],p+=f;break}if(p+=f,c?p<0:h<=p)throw TypeError("Reduce of empty array with no initial value")}for(;c?p>=0:h>p;p+=f)p in l&&(a=e(a,l[p],p,u));return a}},function(t,e,n){"use strict";var r=n(80),i=n(11),o=n(512),s=[].slice,a={},c=function(t,e,n){if(!(e in a)){for(var r=[],i=0;i1?arguments[1]:void 0,3);e=e?e.n:this._f;)for(n(e.v,e.k,this);e&&e.r;)e=e.p},has:function(t){return!!y(this,t)}}),f&&r(h.prototype,"size",{get:function(){return c(this[d])}}),h},def:function(t,e,n){var r,i,o=y(t,e);return o?o.v=n:(t._l=o={i:i=_(e,!0),k:e,v:n,p:r=t._l,n:void 0,r:!1},t._f||(t._f=o),r&&(r.n=o),t[d]++,"F"!==i&&(t._i[i]=o)),t},getEntry:y,setStrong:function(t,e,n){l(t,e,function(t,e){this._t=t,this._k=e,this._l=void 0},function(){for(var t=this,e=t._k,n=t._l;n&&n.r;)n=n.p;return t._t&&(t._l=n=n?n.n:t._t._f)?"keys"==e?h(0,n.k):"values"==e?h(0,n.v):h(0,[n.k,n.v]):(t._t=void 0,h(1))},n?"entries":"values",!n,!0),p(e)}}},function(t,e,n){"use strict";var r=n(128),i=n(81).getWeak,o=n(6),s=n(11),a=n(125),c=n(169),u=n(62),l=n(41),h=u(5),p=u(6),f=0,_=function(t){return t._l||(t._l=new d)},d=function(){this.a=[]},y=function(t,e){return h(t.a,function(t){return t[0]===e})};d.prototype={get:function(t){var e=y(this,t);if(e)return e[1]},has:function(t){return!!y(this,t)},set:function(t,e){var n=y(this,t);n?n[1]=e:this.a.push([t,e])},delete:function(t){var e=p(this.a,function(e){return e[0]===t});return~e&&this.a.splice(e,1),!!~e}},t.exports={getConstructor:function(t,e,n,o){var u=t(function(t,r){a(t,u,e,"_i"),t._i=f++,t._l=void 0,void 0!=r&&c(r,n,t[o],t)});return r(u.prototype,{delete:function(t){if(!s(t))return!1;var e=i(t);return e===!0?_(this).delete(t):e&&l(e,this._i)&&delete e[this._i]},has:function(t){if(!s(t))return!1;var e=i(t);return e===!0?_(this).has(t):e&&l(e,this._i)}}),u},def:function(t,e,n){var r=i(o(e),!0);return r===!0?_(t).set(e,n):r[t._i]=n,t},ufstore:_}},function(t,e,n){"use strict";var r=n(24),i=n(82);t.exports=function(t,e,n){e in t?r.f(t,e,i(0,n)):t[e]=n}},function(t,e,n){var r=n(11),i=n(14).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},function(t,e,n){t.exports=n(14).document&&document.documentElement},function(t,e,n){t.exports=!n(29)&&!n(10)(function(){return 7!=Object.defineProperty(n(326)("div"),"a",{get:function(){return 7}}).a})},function(t,e,n){var r=n(11),i=Math.floor;t.exports=function(t){ +return!r(t)&&isFinite(t)&&i(t)===t}},function(t,e,n){var r=n(6);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},function(t,e,n){"use strict";var r=n(93),i=n(82),o=n(130),s={};n(51)(s,n(18)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(s,{next:i(1,n)}),o(t,e+" Iterator")}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e){t.exports=Math.log1p||function(t){return(t=+t)>-1e-8&&t<1e-8?t-t*t/2:Math.log(1+t)}},function(t,e,n){"use strict";var r=n(108),i=n(170),o=n(171),s=n(52),a=n(126),c=Object.assign;t.exports=!c||n(10)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=c({},t)[n]||Object.keys(c({},e)).join("")!=r})?function(t,e){for(var n=s(t),c=arguments.length,u=1,l=i.f,h=o.f;c>u;)for(var p,f=a(arguments[u++]),_=l?r(f).concat(l(f)):r(f),d=_.length,y=0;d>y;)h.call(f,p=_[y++])&&(n[p]=f[p]);return n}:c},function(t,e,n){var r=n(24),i=n(6),o=n(108);t.exports=n(29)?Object.defineProperties:function(t,e){i(t);for(var n,s=o(e),a=s.length,c=0;a>c;)r.f(t,n=s[c++],e[n]);return t}},function(t,e,n){var r=n(58),i=n(94).f,o={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return i(t)}catch(t){return s.slice()}};t.exports.f=function(t){return s&&"[object Window]"==o.call(t)?a(t):i(r(t))}},function(t,e,n){var r=n(41),i=n(58),o=n(235)(!1),s=n(249)("IE_PROTO");t.exports=function(t,e){var n,a=i(t),c=0,u=[];for(n in a)n!=s&&r(a,n)&&u.push(n);for(;e.length>c;)r(a,n=e[c++])&&(~o(u,n)||u.push(n));return u}},function(t,e,n){var r=n(14).parseFloat,i=n(173).trim;t.exports=1/r(n(251)+"-0")!==-(1/0)?function(t){var e=i(String(t),3),n=r(e);return 0===n&&"-"==e.charAt(0)?-0:n}:r},function(t,e,n){var r=n(14).parseInt,i=n(173).trim,o=n(251),s=/^[\-+]?0[xX]/;t.exports=8!==r(o+"08")||22!==r(o+"0x16")?function(t,e){var n=i(String(t),3);return r(n,e>>>0||(s.test(n)?16:10))}:r},function(t,e){t.exports=Object.is||function(t,e){return t===e?0!==t||1/t===1/e:t!=t&&e!=e}},function(t,e,n){var r=n(6),i=n(80),o=n(18)("species");t.exports=function(t,e){var n,s=r(t).constructor;return void 0===s||void 0==(n=r(s)[o])?e:i(n)}},function(t,e,n){var r=n(83),i=n(68);t.exports=function(t){return function(e,n){var o,s,a=String(i(e)),c=r(n),u=a.length;return c<0||c>=u?t?"":void 0:(o=a.charCodeAt(c),o<55296||o>56319||c+1===u||(s=a.charCodeAt(c+1))<56320||s>57343?t?a.charAt(c):o:t?a.slice(c,c+2):(o-55296<<10)+(s-56320)+65536)}}},function(t,e,n){"use strict";var r=n(83),i=n(68);t.exports=function(t){var e=String(i(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Count can't be negative");for(;o>0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},function(t,e,n){e.f=n(18)},function(t,e,n){"use strict";var r=n(323);t.exports=n(167)("Map",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{get:function(t){var e=r.getEntry(this,t);return e&&e.v},set:function(t,e){return r.def(this,0===t?0:t,e)}},r,!0)},function(t,e,n){n(29)&&"g"!=/./g.flags&&n(24).f(RegExp.prototype,"flags",{configurable:!0,get:n(239)})},function(t,e,n){n(168)("match",1,function(t,e,n){return[function(n){"use strict";var r=t(this),i=void 0==n?void 0:n[e];return void 0!==i?i.call(n,r):new RegExp(n)[e](String(r))},n]})},function(t,e,n){n(168)("replace",2,function(t,e,n){return[function(r,i){"use strict";var o=t(this),s=void 0==r?void 0:r[e];return void 0!==s?s.call(r,o,i):n.call(String(o),r,i)},n]})},function(t,e,n){n(168)("search",1,function(t,e,n){return[function(n){"use strict";var r=t(this),i=void 0==n?void 0:n[e];return void 0!==i?i.call(n,r):new RegExp(n)[e](String(r))},n]})},function(t,e,n){n(168)("split",2,function(t,e,r){"use strict";var i=n(243),o=r,s=[].push,a="split",c="length",u="lastIndex";if("c"=="abbc"[a](/(b)*/)[1]||4!="test"[a](/(?:)/,-1)[c]||2!="ab"[a](/(?:ab)*/)[c]||4!="."[a](/(.?)(.?)/)[c]||"."[a](/()()/)[c]>1||""[a](/.?/)[c]){var l=void 0===/()??/.exec("")[1];r=function(t,e){var n=String(this);if(void 0===t&&0===e)return[];if(!i(t))return o.call(n,t,e);var r,a,h,p,f,_=[],d=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),y=0,m=void 0===e?4294967295:e>>>0,g=new RegExp(t.source,d+"g");for(l||(r=new RegExp("^"+g.source+"$(?!\\s)",d));(a=g.exec(n))&&(h=a.index+a[0][c],!(h>y&&(_.push(n.slice(y,a.index)),!l&&a[c]>1&&a[0].replace(r,function(){for(f=1;f1&&a.index=m)));)g[u]===a.index&&g[u]++;return y===n[c]?!p&&g.test("")||_.push(""):_.push(n.slice(y)),_[c]>m?_.slice(0,m):_}}else"0"[a](void 0,0)[c]&&(r=function(t,e){return void 0===t&&0===e?[]:o.call(this,t,e)});return[function(n,i){var o=t(this),s=void 0==n?void 0:n[e];return void 0!==s?s.call(n,o,i):r.call(String(o),n,i)},r]})},function(t,e,n){"use strict";var r=n(323);t.exports=n(167)("Set",function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},{add:function(t){return r.def(this,t=0===t?0:t,t)}},r)},function(t,e,n){"use strict";var r=n(14),i=n(41),o=n(29),s=n(1),a=n(47),c=n(81).KEY,u=n(10),l=n(172),h=n(130),p=n(96),f=n(18),_=n(344),d=n(515),y=n(513),m=n(511),g=n(242),v=n(6),b=n(58),w=n(84),x=n(82),I=n(93),C=n(336),k=n(70),T=n(24),E=n(108),S=k.f,O=T.f,R=C.f,A=r.Symbol,N=r.JSON,P=N&&N.stringify,M="prototype",D=f("_hidden"),V=f("toPrimitive"),j={}.propertyIsEnumerable,L=l("symbol-registry"),F=l("symbols"),B=l("op-symbols"),U=Object[M],z="function"==typeof A,H=r.QObject,q=!H||!H[M]||!H[M].findChild,W=o&&u(function(){return 7!=I(O({},"a",{get:function(){return O(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=S(U,e);r&&delete U[e],O(t,e,n),r&&t!==U&&O(U,e,r)}:O,Y=function(t){var e=F[t]=I(A[M]);return e._k=t,e},$=z&&"symbol"==typeof A.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof A},G=function(t,e,n){return t===U&&G(B,e,n),v(t),e=w(e,!0),v(n),i(F,e)?(n.enumerable?(i(t,D)&&t[D][e]&&(t[D][e]=!1),n=I(n,{enumerable:x(0,!1)})):(i(t,D)||O(t,D,x(1,{})),t[D][e]=!0),W(t,e,n)):O(t,e,n)},Z=function(t,e){v(t);for(var n,r=m(e=b(e)),i=0,o=r.length;o>i;)G(t,n=r[i++],e[n]);return t},J=function(t,e){return void 0===e?I(t):Z(I(t),e)},K=function(t){var e=j.call(this,t=w(t,!0));return!(this===U&&i(F,t)&&!i(B,t))&&(!(e||!i(this,t)||!i(F,t)||i(this,D)&&this[D][t])||e)},X=function(t,e){if(t=b(t),e=w(e,!0),t!==U||!i(F,e)||i(B,e)){var n=S(t,e);return!n||!i(F,e)||i(t,D)&&t[D][e]||(n.enumerable=!0),n}},Q=function(t){for(var e,n=R(b(t)),r=[],o=0;n.length>o;)i(F,e=n[o++])||e==D||e==c||r.push(e);return r},tt=function(t){for(var e,n=t===U,r=R(n?B:b(t)),o=[],s=0;r.length>s;)!i(F,e=r[s++])||n&&!i(U,e)||o.push(F[e]);return o};z||(A=function(){if(this instanceof A)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),e=function(n){this===U&&e.call(B,n),i(this,D)&&i(this[D],t)&&(this[D][t]=!1),W(this,t,x(1,n))};return o&&q&&W(U,t,{configurable:!0,set:e}),Y(t)},a(A[M],"toString",function(){return this._k}),k.f=X,T.f=G,n(94).f=C.f=Q,n(171).f=K,n(170).f=tt,o&&!n(127)&&a(U,"propertyIsEnumerable",K,!0),_.f=function(t){return Y(f(t))}),s(s.G+s.W+s.F*!z,{Symbol:A});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),nt=0;et.length>nt;)f(et[nt++]);for(var et=E(f.store),nt=0;et.length>nt;)d(et[nt++]);s(s.S+s.F*!z,"Symbol",{for:function(t){return i(L,t+="")?L[t]:L[t]=A(t)},keyFor:function(t){if($(t))return y(L,t);throw TypeError(t+" is not a symbol!")},useSetter:function(){q=!0},useSimple:function(){q=!1}}),s(s.S+s.F*!z,"Object",{create:J,defineProperty:G,defineProperties:Z,getOwnPropertyDescriptor:X,getOwnPropertyNames:Q,getOwnPropertySymbols:tt}),N&&s(s.S+s.F*(!z||u(function(){var t=A();return"[null]"!=P([t])||"{}"!=P({a:t})||"{}"!=P(Object(t))})),"JSON",{stringify:function(t){if(void 0!==t&&!$(t)){for(var e,n,r=[t],i=1;arguments.length>i;)r.push(arguments[i++]);return e=r[1],"function"==typeof e&&(n=e),!n&&g(e)||(e=function(t,e){if(n&&(e=n.call(this,t,e)),!$(e))return e}),r[1]=e,P.apply(N,r)}}}),A[M][V]||n(51)(A[M],V,A[M].valueOf),h(A,"Symbol"),h(Math,"Math",!0),h(r.JSON,"JSON",!0)},function(t,e,n){"use strict";var r,i=n(62)(0),o=n(47),s=n(81),a=n(334),c=n(324),u=n(11),l=s.getWeak,h=Object.isExtensible,p=c.ufstore,f={},_=function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}},d={get:function(t){if(u(t)){var e=l(t);return e===!0?p(this).get(t):e?e[this._i]:void 0}},set:function(t,e){return c.def(this,t,e)}},y=t.exports=n(167)("WeakMap",_,d,c,!0,!0);7!=(new y).set((Object.freeze||Object)(f),7).get(f)&&(r=c.getConstructor(_),a(r.prototype,d),s.NEED=!0,i(["delete","has","get","set"],function(t){var e=y.prototype,n=e[t];o(e,t,function(e,i){if(u(e)&&!h(e)){this._f||(this._f=new r);var o=this._f[t](e,i);return"set"==t?this:o}return n.call(this,e,i)})}))},function(t,e,n){"use strict";(function(e){function r(t,e,n){try{t=u.stripHash(t);var r=e._add(t),s={url:t,extension:u.getExtension(t)};return i(s,n).then(function(t){return r.pathType=t.plugin.name,s.data=t.result,o(s,n)}).then(function(t){return r.value=t.result,t.result})}catch(t){return h.reject(t)}}function i(t,e){return new h(function(n,r){function i(e){r(!e||e instanceof SyntaxError?a.syntax('Unable to resolve $ref pointer "%s"',t.url):e)}c("Reading %s",t.url);var o=l.all(e.resolve);o=l.filter(o,"canRead",t),l.sort(o),l.run(o,"read",t).then(n,i)})}function o(t,e){return new h(function(n,r){function i(e){!e.plugin.allowEmpty&&s(e.result)?r(a.syntax('Error parsing "%s" as %s. \nParsed value is empty',t.url,e.plugin.name)):n(e)}function o(e){e?(e=e instanceof Error?e:new Error(e),r(a.syntax(e,"Error parsing %s",t.url))):r(a.syntax("Unable to parse %s",t.url))}c("Parsing %s",t.url);var u=l.all(e.parse),h=l.filter(u,"canParse",t),p=h.length>0?h:u;l.sort(p),l.run(p,"parse",t).then(i,o)})}function s(t){return void 0===t||"object"==typeof t&&0===Object.keys(t).length||"string"==typeof t&&0===t.trim().length||e.isBuffer(t)&&0===t.length}var a=n(86),c=n(99),u=n(72),l=n(669),h=n(85);t.exports=r}).call(e,n(16).Buffer)},function(t,e,n){"use strict";var r=n(676),i=n(86);t.exports={parse:function(t,e){try{return r.safeLoad(t)}catch(t){throw t instanceof Error?t:i(t,t.message)}},stringify:function(t,e,n){try{var o=("string"==typeof n?n.length:n)||2;return r.safeDump(t,{indent:o})}catch(t){throw t instanceof Error?t:i(t,t.message)}}}},function(t,e,n){"use strict";var r=n(110);t.exports=new r({include:[n(357)]})},function(t,e,n){"use strict";var r=n(110);t.exports=new r({include:[n(256)],implicit:[n(690),n(682),n(684),n(683)]})},function(t,e,n){"use strict";function r(t){return this instanceof r?void i.call(this,t):new r(t)}t.exports=r;var i=n(257),o=n(65);o.inherits=n(42),o.inherits(r,i),r.prototype._transform=function(t,e,n){n(null,t)}},function(t,e,n){"use strict";(function(e){function r(t,e){M=M||n(100),t=t||{},this.objectMode=!!t.objectMode,e instanceof M&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var r=t.highWaterMark,i=this.objectMode?16:16384;this.highWaterMark=r||0===r?r:i,this.highWaterMark=~~this.highWaterMark,this.buffer=[],this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(P||(P=n(190).StringDecoder),this.decoder=new P(t.encoding),this.encoding=t.encoding)}function i(t){return M=M||n(100),this instanceof i?(this._readableState=new r(t,this),this.readable=!0,t&&"function"==typeof t.read&&(this._read=t.read),void S.call(this)):new i(t)}function o(t,e,n,r,i){var o=u(e,n);if(o)t.emit("error",o);else if(null===n)e.reading=!1,l(t,e);else if(e.objectMode||n&&n.length>0)if(e.ended&&!i){var a=new Error("stream.push() after EOF");t.emit("error",a)}else if(e.endEmitted&&i){var a=new Error("stream.unshift() after end event");t.emit("error",a)}else{var c;!e.decoder||i||r||(n=e.decoder.write(n),c=!e.objectMode&&0===n.length),i||(e.reading=!1),c||(e.flowing&&0===e.length&&!e.sync?(t.emit("data",n),t.read(0)):(e.length+=e.objectMode?1:n.length,i?e.buffer.unshift(n):e.buffer.push(n),e.needReadable&&h(t))),f(t,e)}else i||(e.reading=!1);return s(e)}function s(t){return!t.ended&&(t.needReadable||t.length=D?t=D:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function c(t,e){return 0===e.length&&e.ended?0:e.objectMode?0===t?0:1:null===t||isNaN(t)?e.flowing&&e.buffer.length?e.buffer[0].length:e.length:t<=0?0:(t>e.highWaterMark&&(e.highWaterMark=a(t)),t>e.length?e.ended?e.length:(e.needReadable=!0,0):t)}function u(t,e){var n=null;return E.isBuffer(e)||"string"==typeof e||null===e||void 0===e||t.objectMode||(n=new TypeError("Invalid non-string/buffer chunk")),n}function l(t,e){if(!e.ended){if(e.decoder){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,h(t)}}function h(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(N("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?k(p,t):p(t))}function p(t){N("emit readable"),t.emit("readable"),v(t)}function f(t,e){e.readingMore||(e.readingMore=!0,k(_,t,e))}function _(t,e){for(var n=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=i)n=o?r.join(""):1===r.length?r[0]:E.concat(r,i),r.length=0;else if(t0)throw new Error("endReadable called on non-empty stream");e.endEmitted||(e.ended=!0,k(x,e,t))}function x(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function I(t,e){for(var n=0,r=t.length;n0)&&(e.emittedReadable=!1),0===t&&e.needReadable&&(e.length>=e.highWaterMark||e.ended))return N("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?w(this):h(this),null;if(t=c(t,e),0===t&&e.ended)return 0===e.length&&w(this),null;var r=e.needReadable;N("need readable",r),(0===e.length||e.length-t0?b(t,e):null,null===i&&(e.needReadable=!0,t=0),e.length-=t,0!==e.length||e.ended||(e.needReadable=!0),n!==t&&e.ended&&0===e.length&&w(this),null!==i&&this.emit("data",i),i},i.prototype._read=function(t){this.emit("error",new Error("not implemented"))},i.prototype.pipe=function(t,n){function r(t){N("onunpipe"),t===h&&o()}function i(){N("onend"),t.end()}function o(){N("cleanup"),t.removeListener("close",c),t.removeListener("finish",u),t.removeListener("drain",y),t.removeListener("error",a),t.removeListener("unpipe",r),h.removeListener("end",i),h.removeListener("end",o),h.removeListener("data",s),m=!0,!p.awaitDrain||t._writableState&&!t._writableState.needDrain||y()}function s(e){N("ondata");var n=t.write(e);!1===n&&(1!==p.pipesCount||p.pipes[0]!==t||1!==h.listenerCount("data")||m||(N("false write response, pause",h._readableState.awaitDrain),h._readableState.awaitDrain++),h.pause())}function a(e){N("onerror",e),l(),t.removeListener("error",a),0===O(t,"error")&&t.emit("error",e)}function c(){t.removeListener("finish",u),l()}function u(){N("onfinish"),t.removeListener("close",c),l()}function l(){N("unpipe"),h.unpipe(t)}var h=this,p=this._readableState;switch(p.pipesCount){case 0:p.pipes=t;break;case 1:p.pipes=[p.pipes,t];break;default:p.pipes.push(t)}p.pipesCount+=1,N("pipe count=%d opts=%j",p.pipesCount,n);var f=(!n||n.end!==!1)&&t!==e.stdout&&t!==e.stderr,_=f?i:o;p.endEmitted?k(_):h.once("end",_),t.on("unpipe",r);var y=d(h);t.on("drain",y);var m=!1;return h.on("data",s),t._events&&t._events.error?T(t._events.error)?t._events.error.unshift(a):t._events.error=[a,t._events.error]:t.on("error",a),t.once("close",c),t.once("finish",u),t.emit("pipe",h),p.flowing||(N("pipe resume"),h.resume()),t},i.prototype.unpipe=function(t){var e=this._readableState;if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this),this);if(!t){var n=e.pipes,r=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var i=0;i",Gt:"≫",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"⁣",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"⁣",InvisibleTimes:"⁢",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",LT:"<",Lt:"≪",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉", +ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:"\n",nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"­",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:"\t",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:"  ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"​",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"‍",zwnj:"‌"}},function(t,e,n){"use strict";var r=n(44).replaceEntities;t.exports=function(t){var e=r(t);try{e=decodeURI(e)}catch(t){}return encodeURI(e)}},function(t,e){"use strict";t.exports=function(t){return t.trim().replace(/\s+/g," ").toUpperCase()}},function(t,e,n){"use strict";var r=n(361),i=n(44).unescapeMd;t.exports=function(t,e){var n,o,s,a=e,c=t.posMax;if(60===t.src.charCodeAt(e)){for(e++;e8&&n<14);)if(92===n&&e+11))break;if(41===n&&(o--,o<0))break;e++}return a!==e&&(s=i(t.src.slice(a,e)),!!t.parser.validateLink(s)&&(t.linkContent=s,t.pos=e,!0))}},function(t,e,n){"use strict";var r=n(44).unescapeMd;t.exports=function(t,e){var n,i=e,o=t.posMax,s=t.src.charCodeAt(e);if(34!==s&&39!==s&&40!==s)return!1;for(e++,40===s&&(s=41);e1&&"number"==typeof t[t.length-1]&&(n=t.pop())):"number"==typeof i&&(n=t.pop()),1===t.length?t[0]:new o.ArrayObservable(t,r).lift(new s.MergeAllOperator(n))}var o=n(73),s=n(184),a=n(88);e.merge=r,e.mergeStatic=i},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),"number"==typeof e&&(n=e,e=null),this.lift(new a(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(5),s=n(4);e.mergeMap=r;var a=function(){function t(t,e,n){void 0===n&&(n=Number.POSITIVE_INFINITY),this.project=t,this.resultSelector=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector,this.concurrent))},t}();e.MergeMapOperator=a;var c=function(t){function e(e,n,r,i){void 0===i&&(i=Number.POSITIVE_INFINITY),t.call(this,e),this.project=n,this.resultSelector=r,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(s.OuterSubscriber);e.MergeMapSubscriber=c},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),"number"==typeof e&&(n=e,e=null),this.lift(new a(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.mergeMapTo=r;var a=function(){function t(t,e,n){void 0===n&&(n=Number.POSITIVE_INFINITY),this.ish=t,this.resultSelector=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.ish,this.resultSelector,this.concurrent))},t}();e.MergeMapToOperator=a;var c=function(t){function e(e,n,r,i){void 0===i&&(i=Number.POSITIVE_INFINITY),t.call(this,e),this.ish=n,this.resultSelector=r,this.concurrent=i,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){if(this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber);e.MergeMapToSubscriber=c},function(t,e,n){"use strict";function r(){for(var t=[],e=0;ee.index?1:-1:t.delay>e.delay?1:-1},e}(i.AsyncAction);e.VirtualAction=a},function(t,e,n){"use strict";var r=n(1043),i=n(1044);e.asap=new i.AsapScheduler(r.AsapAction)},function(t,e,n){"use strict";var r=n(1045),i=n(1046);e.queue=new i.QueueScheduler(r.QueueAction)},function(t,e){"use strict";var n=function(){function t(t,e){void 0===e&&(e=Number.POSITIVE_INFINITY),this.subscribedFrame=t,this.unsubscribedFrame=e}return t}();e.SubscriptionLog=n},function(t,e,n){"use strict";var r=n(383),i=function(){function t(){this.subscriptions=[]}return t.prototype.logSubscribedFrame=function(){return this.subscriptions.push(new r.SubscriptionLog(this.scheduler.now())),this.subscriptions.length-1},t.prototype.logUnsubscribedFrame=function(t){var e=this.subscriptions,n=e[t];e[t]=new r.SubscriptionLog(n.subscribedFrame,this.scheduler.now())},t}();e.SubscriptionLoggable=i},function(t,e){"use strict";var n=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},r=function(t){function e(e){t.call(this),this.errors=e;var n=Error.call(this,e?e.length+" errors occurred during unsubscription:\n "+e.map(function(t,e){return e+1+") "+t.toString()}).join("\n "):"");this.name=n.name="UnsubscriptionError",this.stack=n.stack,this.message=n.message}return n(e,t),e}(Error);e.UnsubscriptionError=r},function(t,e){"use strict";function n(t,e){for(var n=0,r=e.length;n":"greater"};e=t.exports=function(t,e){return t.split("").reduce(function(t,e){return n[e]&&(e=n[e]),e=e.replace(/[^\w\s$\*_\+~\.\(\)'"!\-:@]/g,""),t+=e},"").replace(/^\s+|\s+$/g,"").replace(/[-\s]+/g,e||"-").replace("#{replacement}$","")}},function(t,e,n){(function(t){var r=n(1061),i=n(1074),o=n(488),s=n(192),a=e;a.request=function(e,n){e="string"==typeof e?s.parse(e):i(e);var o=t.location.protocol.search(/^https?:$/)===-1?"http:":"",a=e.protocol||o,c=e.hostname||e.host,u=e.port,l=e.path||"/";c&&c.indexOf(":")!==-1&&(c="["+c+"]"),e.url=(c?a+"//"+c:"")+(u?":"+u:"")+l,e.method=(e.method||"GET").toUpperCase(),e.headers=e.headers||{};var h=new r(e);return n&&h.on("response",n),h},a.get=function(t,e){var n=a.request(t,e);return n.end(),n},a.Agent=function(){},a.Agent.defaultMaxSockets=4,a.STATUS_CODES=o,a.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(e,n(27))},function(t,e,n){(function(t){function n(t){try{return i.responseType=t,i.responseType===t}catch(t){}return!1}function r(t){return"function"==typeof t}e.fetch=r(t.fetch)&&r(t.ReadableStream),e.blobConstructor=!1;try{new Blob([new ArrayBuffer(1)]),e.blobConstructor=!0}catch(t){}var i=new t.XMLHttpRequest;i.open("GET",t.location.host?"/":"https://example.com");var o="undefined"!=typeof t.ArrayBuffer,s=o&&r(t.ArrayBuffer.prototype.slice);e.arraybuffer=o&&n("arraybuffer"),e.msstream=!e.fetch&&s&&n("ms-stream"),e.mozchunkedarraybuffer=!e.fetch&&o&&n("moz-chunked-arraybuffer"),e.overrideMimeType=r(i.overrideMimeType),e.vbArray=r(t.VBArray),i=null}).call(e,n(27))},function(t,e,n){"use strict";(function(e){function r(t,e,n){return"function"==typeof t.prependListener?t.prependListener(e,n):void(t._events&&t._events[e]?R(t._events[e])?t._events[e].unshift(n):t._events[e]=[n,t._events[e]]:t.on(e,n))}function i(t,e){B=B||n(114),t=t||{},this.objectMode=!!t.objectMode,e instanceof B&&(this.objectMode=this.objectMode||!!t.readableObjectMode);var r=t.highWaterMark,i=this.objectMode?16:16384;this.highWaterMark=r||0===r?r:i,this.highWaterMark=~~this.highWaterMark,this.buffer=new F,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.ranOut=!1,this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(L||(L=n(190).StringDecoder),this.decoder=new L(t.encoding),this.encoding=t.encoding)}function o(t){return B=B||n(114),this instanceof o?(this._readableState=new i(t,this),this.readable=!0,t&&"function"==typeof t.read&&(this._read=t.read),void A.call(this)):new o(t)}function s(t,e,n,r,i){var o=l(e,n);if(o)t.emit("error",o);else if(null===n)e.reading=!1,h(t,e);else if(e.objectMode||n&&n.length>0)if(e.ended&&!i){var s=new Error("stream.push() after EOF");t.emit("error",s)}else if(e.endEmitted&&i){var c=new Error("stream.unshift() after end event");t.emit("error",c)}else{var u;!e.decoder||i||r||(n=e.decoder.write(n),u=!e.objectMode&&0===n.length),i||(e.reading=!1),u||(e.flowing&&0===e.length&&!e.sync?(t.emit("data",n),t.read(0)):(e.length+=e.objectMode?1:n.length,i?e.buffer.unshift(n):e.buffer.push(n),e.needReadable&&p(t))),_(t,e)}else i||(e.reading=!1);return a(e)}function a(t){return!t.ended&&(t.needReadable||t.length=U?t=U:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function u(t,e){return t<=0||0===e.length&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=c(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}function l(t,e){var n=null;return P.isBuffer(e)||"string"==typeof e||null===e||void 0===e||t.objectMode||(n=new TypeError("Invalid non-string/buffer chunk")),n}function h(t,e){if(!e.ended){if(e.decoder){var n=e.decoder.end();n&&n.length&&(e.buffer.push(n),e.length+=e.objectMode?1:n.length)}e.ended=!0,p(t)}}function p(t){var e=t._readableState;e.needReadable=!1,e.emittedReadable||(j("emitReadable",e.flowing),e.emittedReadable=!0,e.sync?O(f,t):f(t))}function f(t){j("emit readable"),t.emit("readable"),b(t)}function _(t,e){e.readingMore||(e.readingMore=!0,O(d,t,e))}function d(t,e){for(var n=e.length;!e.reading&&!e.flowing&&!e.ended&&e.length=e.length?(n=e.decoder?e.buffer.join(""):1===e.buffer.length?e.buffer.head.data:e.buffer.concat(e.length),e.buffer.clear()):n=x(t,e.buffer,e.decoder),n}function x(t,e,n){var r;return to.length?o.length:t;if(i+=s===o.length?o:o.slice(0,t),t-=s,0===t){s===o.length?(++r,n.next?e.head=n.next:e.head=e.tail=null):(e.head=n,n.data=o.slice(s));break}++r}return e.length-=r,i}function C(t,e){var n=M.allocUnsafe(t),r=e.head,i=1;for(r.data.copy(n),t-=r.data.length;r=r.next;){var o=r.data,s=t>o.length?o.length:t;if(o.copy(n,n.length-t,0,s),t-=s,0===t){s===o.length?(++i,r.next?e.head=r.next:e.head=e.tail=null):(e.head=r,r.data=o.slice(s));break}++i}return e.length-=i,n}function k(t){var e=t._readableState;if(e.length>0)throw new Error('"endReadable()" called on non-empty stream');e.endEmitted||(e.ended=!0,O(T,e,t))}function T(t,e){t.endEmitted||0!==t.length||(t.endEmitted=!0,e.readable=!1,e.emit("end"))}function E(t,e){for(var n=0,r=t.length;n=e.highWaterMark||e.ended))return j("read: emitReadable",e.length,e.ended),0===e.length&&e.ended?k(this):p(this),null;if(t=u(t,e),0===t&&e.ended)return 0===e.length&&k(this),null;var r=e.needReadable;j("need readable",r),(0===e.length||e.length-t0?w(t,e):null,null===i?(e.needReadable=!0,t=0):e.length-=t,0===e.length&&(e.ended||(e.needReadable=!0),n!==t&&e.ended&&k(this)),null!==i&&this.emit("data",i),i},o.prototype._read=function(t){this.emit("error",new Error("not implemented"))},o.prototype.pipe=function(t,n){function i(t){j("onunpipe"),t===p&&s()}function o(){j("onend"),t.end()}function s(){j("cleanup"),t.removeListener("close",u),t.removeListener("finish",l),t.removeListener("drain",m),t.removeListener("error",c),t.removeListener("unpipe",i),p.removeListener("end",o),p.removeListener("end",s),p.removeListener("data",a),g=!0,!f.awaitDrain||t._writableState&&!t._writableState.needDrain||m()}function a(e){j("ondata"),v=!1;var n=t.write(e);!1!==n||v||((1===f.pipesCount&&f.pipes===t||f.pipesCount>1&&S(f.pipes,t)!==-1)&&!g&&(j("false write response, pause",p._readableState.awaitDrain),p._readableState.awaitDrain++,v=!0),p.pause())}function c(e){j("onerror",e),h(),t.removeListener("error",c),0===N(t,"error")&&t.emit("error",e)}function u(){t.removeListener("finish",l),h()}function l(){j("onfinish"),t.removeListener("close",u),h()}function h(){j("unpipe"),p.unpipe(t)}var p=this,f=this._readableState;switch(f.pipesCount){case 0:f.pipes=t;break;case 1:f.pipes=[f.pipes,t];break;default:f.pipes.push(t)}f.pipesCount+=1,j("pipe count=%d opts=%j",f.pipesCount,n);var _=(!n||n.end!==!1)&&t!==e.stdout&&t!==e.stderr,d=_?o:s;f.endEmitted?O(d):p.once("end",d),t.on("unpipe",i);var m=y(p);t.on("drain",m);var g=!1,v=!1;return p.on("data",a),r(t,"error",c),t.once("close",u),t.once("finish",l),t.emit("pipe",p),f.flowing||(j("pipe resume"),p.resume()),t},o.prototype.unpipe=function(t){var e=this._readableState;if(0===e.pipesCount)return this;if(1===e.pipesCount)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this),this);if(!t){var n=e.pipes,r=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var i=0;i-1?setImmediate:I;s.WritableState=o;var k=n(65);k.inherits=n(42);var T,E={deprecate:n(396)};!function(){try{T=n(113)}catch(t){}finally{T||(T=n(98).EventEmitter)}}();var S=n(16).Buffer,O=n(233);k.inherits(s,T);var R;o.prototype.getBuffer=function(){for(var t=this.bufferedRequest,e=[];t;)e.push(t),t=t.next;return e},function(){try{Object.defineProperty(o.prototype,"buffer",{get:E.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.")})}catch(t){}}();var R;s.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},s.prototype.write=function(t,e,n){var i=this._writableState,o=!1;return"function"==typeof e&&(n=e,e=null),S.isBuffer(t)?e="buffer":e||(e=i.defaultEncoding),"function"!=typeof n&&(n=r),i.ended?a(this,n):c(this,i,t,n)&&(i.pendingcb++,o=l(this,i,t,e,n)),o},s.prototype.cork=function(){var t=this._writableState;t.corked++},s.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,t.writing||t.corked||t.finished||t.bufferProcessing||!t.bufferedRequest||m(this,t))},s.prototype.setDefaultEncoding=function(t){if("string"==typeof t&&(t=t.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((t+"").toLowerCase())>-1))throw new TypeError("Unknown encoding: "+t);return this._writableState.defaultEncoding=t,this},s.prototype._write=function(t,e,n){n(new Error("not implemented"))},s.prototype._writev=null,s.prototype.end=function(t,e,n){var r=this._writableState;"function"==typeof t?(n=t,t=null,e=null):"function"==typeof e&&(n=e,e=null),null!==t&&void 0!==t&&this.write(t,e),r.corked&&(r.corked=1,this.uncork()),r.ending||r.finished||w(this,r,n)}}).call(e,n(43))},function(t,e,n){(function(r){var i=function(){try{return n(113)}catch(t){}}();e=t.exports=n(392),e.Stream=i||e,e.Readable=e,e.Writable=n(394),e.Duplex=n(114),e.Transform=n(393),e.PassThrough=n(1063),!r.browser&&"disable"===r.env.READABLE_STREAM&&i&&(t.exports=i)}).call(e,n(43))},function(t,e,n){(function(e){function n(t,e){function n(){if(!i){if(r("throwDeprecation"))throw new Error(e);r("traceDeprecation")?console.trace(e):console.warn(e),i=!0}return t.apply(this,arguments)}if(r("noDeprecation"))return t;var i=!1;return n}function r(t){try{if(!e.localStorage)return!1}catch(t){return!1}var n=e.localStorage[t];return null!=n&&"true"===String(n).toLowerCase()}t.exports=n}).call(e,n(27))},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,configurable:!1,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,configurable:!1,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e={}),h&&i(),c.Redoc._preOptions=e,e.specUrl=e.specUrl||t,s().then(function(t){h=t,console.log("ReDoc initialized!")}).catch(function(t){throw t})}function i(){h.destroy(),h=null}function o(){var t="spec-url",e=u.BrowserDomAdapter.query("redoc");if(e&&u.BrowserDomAdapter.hasAttribute(e,t)){var n=u.BrowserDomAdapter.getAttribute(e,t);r(n)}}n(1065);var s,a=n(2),c=n(159),u=n(105),l=n(119);s=n(450).bootstrapRedoc,l.disableDebugTools(),a.enableProdMode(),e.version="1.6.2";var h;e.init=r,e.destroy=i,o()},function(t,e,n){"use strict";n(506),n(1075),n(502),n(495),n(491),n(497),n(496),n(494),n(493),n(501),n(490),n(489),n(499),n(492),n(500),n(504),n(505),n(503),n(498),n(1070)},function(t,e,n){"use strict";n(718),n(699),n(701),n(703),n(704),n(712),n(702),n(705),n(706),n(707),n(708),n(709),n(711),n(713),n(714),n(715),n(700),n(717),n(710),n(716),n(1066),n(1068),n(1067)},function(t,e,n){"use strict";var r=n(2),i=n(115),o=n(139);n.d(e,"a",function(){return s}),n.d(e,"b",function(){return a});var s=function(){function t(t){this._localization=t,this._caseViews={}}return Object.defineProperty(t.prototype,"ngPlural",{set:function(t){this._switchValue=t,this._updateView()},enumerable:!0,configurable:!0}),t.prototype.addCase=function(t,e){this._caseViews[t]=e},t.prototype._updateView=function(){this._clearViews();var t=Object.keys(this._caseViews),e=n.i(i.getPluralCategory)(this._switchValue,t,this._localization);this._activateView(this._caseViews[e])},t.prototype._clearViews=function(){this._activeView&&this._activeView.destroy()},t.prototype._activateView=function(t){t&&(this._activeView=t,this._activeView.create())},t.decorators=[{type:r.Directive,args:[{selector:"[ngPlural]"}]}],t.ctorParameters=[{type:i.NgLocalization}],t.propDecorators={ngPlural:[{type:r.Input}]},t}(),a=function(){function t(t,e,n,r){this.value=t,r.addCase(t,new o.SwitchView(n,e))}return t.decorators=[{type:r.Directive,args:[{selector:"[ngPluralCase]"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:r.Attribute,args:["ngPluralCase"]}]},{type:r.TemplateRef},{type:r.ViewContainerRef},{type:s,decorators:[{type:r.Host}]}],t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"a",function(){return i});var i=function(){function t(t){this._viewContainerRef=t}return Object.defineProperty(t.prototype,"ngOutletContext",{set:function(t){this._context=t},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"ngTemplateOutlet",{set:function(t){this._templateRef=t},enumerable:!0,configurable:!0}),t.prototype.ngOnChanges=function(t){this._viewRef&&this._viewContainerRef.remove(this._viewContainerRef.indexOf(this._viewRef)),this._templateRef&&(this._viewRef=this._viewContainerRef.createEmbeddedView(this._templateRef,this._context)); +},t.decorators=[{type:r.Directive,args:[{selector:"[ngTemplateOutlet]"}]}],t.ctorParameters=[{type:r.ViewContainerRef}],t.propDecorators={ngOutletContext:[{type:r.Input}],ngTemplateOutlet:[{type:r.Input}]},t}()},function(t,e,n){"use strict";function r(t){return!!n.i(i.c)(t)&&(Array.isArray(t)||!(t instanceof Map)&&n.i(i.d)()in t)}var i=n(49);e.a=r;(function(){function t(){}return t.merge=function(t,e){for(var n={},r=0,i=Object.keys(t);r-1&&t.splice(r,1)}},t.remove=function(t,e){var n=t.indexOf(e);return n>-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;n0?e.substring(1):e},e.prototype.prepareExternalUrl=function(t){var e=o.a.joinWithSlash(this._baseHref,t);return e.length>0?"#"+e:e},e.prototype.pushState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.pushState(t,e,i)},e.prototype.replaceState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));0==i.length&&(i=this._platformLocation.pathname),this._platformLocation.replaceState(t,e,i)},e.prototype.forward=function(){this._platformLocation.forward()},e.prototype.back=function(){this._platformLocation.back()},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:a.PlatformLocation},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[s.b]}]}],e}(s.a)},function(t,e,n){"use strict";var r=n(2),i=n(49),o=n(194),s=n(140),a=n(141);n.d(e,"a",function(){return u});var c=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},u=function(t){function e(e,r){if(t.call(this),this._platformLocation=e,n.i(i.b)(r)&&(r=this._platformLocation.getBaseHrefFromDOM()),n.i(i.b)(r))throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=r}return c(e,t),e.prototype.onPopState=function(t){this._platformLocation.onPopState(t),this._platformLocation.onHashChange(t)},e.prototype.getBaseHref=function(){return this._baseHref},e.prototype.prepareExternalUrl=function(t){return o.a.joinWithSlash(this._baseHref,t)},e.prototype.path=function(t){void 0===t&&(t=!1);var e=this._platformLocation.pathname+o.a.normalizeQueryParams(this._platformLocation.search),n=this._platformLocation.hash;return n&&t?""+e+n:e},e.prototype.pushState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));this._platformLocation.pushState(t,e,i)},e.prototype.replaceState=function(t,e,n,r){var i=this.prepareExternalUrl(n+o.a.normalizeQueryParams(r));this._platformLocation.replaceState(t,e,i)},e.prototype.forward=function(){this._platformLocation.forward()},e.prototype.back=function(){this._platformLocation.back()},e.decorators=[{type:r.Injectable}],e.ctorParameters=[{type:a.PlatformLocation},{type:void 0,decorators:[{type:r.Optional},{type:r.Inject,args:[s.b]}]}],e}(s.a)},function(t,e,n){"use strict";var r=n(2),i=n(416),o=n(75);n.d(e,"a",function(){return l});var s=function(){function t(){}return t.prototype.createSubscription=function(t,e){return t.subscribe({next:e,error:function(t){throw t}})},t.prototype.dispose=function(t){t.unsubscribe()},t.prototype.onDestroy=function(t){t.unsubscribe()},t}(),a=function(){function t(){}return t.prototype.createSubscription=function(t,e){return t.then(e,function(t){throw t})},t.prototype.dispose=function(t){},t.prototype.onDestroy=function(t){},t}(),c=new a,u=new s,l=function(){function t(t){this._ref=t,this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null,this._strategy=null}return t.prototype.ngOnDestroy=function(){this._subscription&&this._dispose()},t.prototype.transform=function(t){return this._obj?t!==this._obj?(this._dispose(),this.transform(t)):this._latestValue===this._latestReturnedValue?this._latestReturnedValue:(this._latestReturnedValue=this._latestValue,r.WrappedValue.wrap(this._latestValue)):(t&&this._subscribe(t),this._latestReturnedValue=this._latestValue,this._latestValue)},t.prototype._subscribe=function(t){var e=this;this._obj=t,this._strategy=this._selectStrategy(t),this._subscription=this._strategy.createSubscription(t,function(n){return e._updateLatestValue(t,n)})},t.prototype._selectStrategy=function(e){if(n.i(i.a)(e))return c;if(e.subscribe)return u;throw new o.a(t,e)},t.prototype._dispose=function(){this._strategy.dispose(this._subscription),this._latestValue=null,this._latestReturnedValue=null,this._subscription=null,this._obj=null},t.prototype._updateLatestValue=function(t,e){t===this._obj&&(this._latestValue=e,this._ref.markForCheck())},t.decorators=[{type:r.Pipe,args:[{name:"async",pure:!1}]}],t.ctorParameters=[{type:r.ChangeDetectorRef}],t}()},function(t,e,n){"use strict";function r(t){return null==t||""===t}var i=n(2),o=n(273),s=n(49),a=n(75);n.d(e,"a",function(){return c});var c=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,i){void 0===i&&(i="mediumDate");var c;if(r(e))return null;if("string"==typeof e&&(e=e.trim()),n.i(s.g)(e))c=e;else if(s.h.isNumeric(e))c=new Date(parseFloat(e));else if("string"==typeof e&&/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){var u=e.split("-").map(function(t){return parseInt(t,10)}),l=u[0],h=u[1],p=u[2];c=new Date(l,h-1,p)}else c=new Date(e);if(!n.i(s.g)(c))throw new a.a(t,e);return o.a.format(c,this._locale,t._ALIASES[i]||i)},t._ALIASES={medium:"yMMMdjms",short:"yMdjm",fullDate:"yMMMMEEEEd",longDate:"yMMMMd",mediumDate:"yMMMd",shortDate:"yMd",mediumTime:"jms",shortTime:"jm"},t.decorators=[{type:i.Pipe,args:[{name:"date",pure:!0}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(49),o=n(115),s=n(75);n.d(e,"a",function(){return c});var a=/#/g,c=function(){function t(t){this._localization=t}return t.prototype.transform=function(e,r){if(n.i(i.b)(e))return"";if("object"!=typeof r||null===r)throw new s.a(t,r);var c=n.i(o.getPluralCategory)(e,Object.keys(r),this._localization);return r[c].replace(a,e.toString())},t.decorators=[{type:r.Pipe,args:[{name:"i18nPlural",pure:!0}]}],t.ctorParameters=[{type:o.NgLocalization}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(75);n.d(e,"a",function(){return o});var o=function(){function t(){}return t.prototype.transform=function(e,n){if(null==e)return"";if("object"!=typeof n||"string"!=typeof e)throw new i.a(t,n);return n.hasOwnProperty(e)?n[e]:n.hasOwnProperty("other")?n.other:""},t.decorators=[{type:r.Pipe,args:[{name:"i18nSelect",pure:!0}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2),i=n(49),o=n(75);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e){if(n.i(i.b)(e))return e;if("string"!=typeof e)throw new o.a(t,e);return e.toLowerCase()},t.decorators=[{type:r.Pipe,args:[{name:"lowercase"}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";function r(t,e,r,i,u,l,h){if(void 0===l&&(l=null),void 0===h&&(h=!1),n.i(s.b)(r))return null;if(r="string"==typeof r&&s.h.isNumeric(r)?+r:r,"number"!=typeof r)throw new a.a(t,r);var p,f,_;if(i!==o.b.Currency&&(p=1,f=0,_=3),u){var d=u.match(c);if(null===d)throw new Error(u+" is not a valid digit info for number pipes");n.i(s.a)(d[1])&&(p=s.h.parseIntAutoRadix(d[1])),n.i(s.a)(d[3])&&(f=s.h.parseIntAutoRadix(d[3])),n.i(s.a)(d[5])&&(_=s.h.parseIntAutoRadix(d[5]))}return o.c.format(r,e,i,{minimumIntegerDigits:p,minimumFractionDigits:f,maximumFractionDigits:_,currency:l,currencyAsSymbol:h})}var i=n(2),o=n(273),s=n(49),a=n(75);n.d(e,"a",function(){return u}),n.d(e,"b",function(){return l}),n.d(e,"c",function(){return h});var c=/^(\d+)?\.((\d+)(-(\d+))?)?$/,u=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n){return void 0===n&&(n=null),r(t,this._locale,e,o.b.Decimal,n)},t.decorators=[{type:i.Pipe,args:[{name:"number"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}(),l=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n){return void 0===n&&(n=null),r(t,this._locale,e,o.b.Percent,n)},t.decorators=[{type:i.Pipe,args:[{name:"percent"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}(),h=function(){function t(t){this._locale=t}return t.prototype.transform=function(e,n,i,s){return void 0===n&&(n="USD"),void 0===i&&(i=!1),void 0===s&&(s=null),r(t,this._locale,e,o.b.Currency,s,n,i)},t.decorators=[{type:i.Pipe,args:[{name:"currency"}]}],t.ctorParameters=[{type:void 0,decorators:[{type:i.Inject,args:[i.LOCALE_ID]}]}],t}()},function(t,e,n){"use strict";var r=n(2),i=n(49),o=n(75);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e,r,s){if(n.i(i.b)(e))return e;if(!this.supports(e))throw new o.a(t,e);return e.slice(r,s)},t.prototype.supports=function(t){return"string"==typeof t||Array.isArray(t)},t.decorators=[{type:r.Pipe,args:[{name:"slice",pure:!1}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2),i=n(49),o=n(75);n.d(e,"a",function(){return s});var s=function(){function t(){}return t.prototype.transform=function(e){if(n.i(i.b)(e))return e;if("string"!=typeof e)throw new o.a(t,e);return e.toUpperCase()},t.decorators=[{type:r.Pipe,args:[{name:"uppercase"}]}],t.ctorParameters=[],t}()},function(t,e,n){"use strict";var r=n(2);n.d(e,"a",function(){return i});var i=r.__core_private__.isPromise},function(t,e,n){"use strict";var r=n(7);n.d(e,"a",function(){return i});var i=function(){function t(){this._map=new Map,this._allPlayers=[]}return t.prototype.find=function(t,e){var i=this._map.get(t);if(n.i(r.d)(i))return i[e]},t.prototype.findAllPlayersByElement=function(t){var e=this._map.get(t);return e?Object.keys(e).map(function(t){return e[t]}):[]},t.prototype.set=function(t,e,i){var o=this._map.get(t);n.i(r.d)(o)||(o={});var s=o[e];n.i(r.d)(s)&&this.remove(t,e),o[e]=i,this._allPlayers.push(i),this._map.set(t,o)},t.prototype.getAllPlayers=function(){return this._allPlayers},t.prototype.remove=function(t,e){var n=this._map.get(t);if(n){var r=n[e];delete n[e];var i=this._allPlayers.indexOf(r);this._allPlayers.splice(i,1),0===Object.keys(n).length&&this._map.delete(t)}},t}()},function(t,e,n){"use strict";var r=n(9);n.d(e,"a",function(){return r.ChangeDetectionStrategy}),n.d(e,"b",function(){return r.ChangeDetectorRef}),n.d(e,"c",function(){return r.CollectionChangeRecord}),n.d(e,"d",function(){return r.DefaultIterableDiffer}),n.d(e,"e",function(){return r.IterableDiffers}),n.d(e,"f",function(){return r.KeyValueChangeRecord}),n.d(e,"g",function(){return r.KeyValueDiffers}),n.d(e,"h",function(){return r.SimpleChange}),n.d(e,"i",function(){return r.WrappedValue})},function(t,e,n){"use strict";n.d(e,"a",function(){return r});var r=function(){function t(){}return t}()},function(t,e,n){"use strict";var r=n(295),i=n(434),o=n(53),s=n(145),a=n(116),c=n(144),u=n(435),l=n(433),h=n(424),p=n(286),f=n(152),_=n(418),d=n(431),y=n(203),m=n(284),g=n(150),v=n(207),b=n(202),w=n(201),x=n(421),I=n(283),C=n(282),k=n(143),T=n(39);n.d(e,"L",function(){return r.b}),n.d(e,"M",function(){return r.c}),n.d(e,"N",function(){return r.d}),n.d(e,"O",function(){return r.e}),n.d(e,"P",function(){return r.f}),n.d(e,"Q",function(){return r.g}),n.d(e,"R",function(){return r.h}),n.d(e,"S",function(){return r.i}),n.d(e,"T",function(){return r.j}),n.d(e,"U",function(){return r.k}),n.d(e,"V",function(){return r.l}),n.d(e,"W",function(){return r.m}),n.d(e,"X",function(){return r.n}),n.d(e,"Y",function(){return r.o}),n.d(e,"Z",function(){return r.p}),n.d(e,"_0",function(){return r.q}),n.d(e,"_1",function(){return r.r}),n.d(e,"_2",function(){return r.s}),n.d(e,"_3",function(){return r.t}),n.d(e,"_4",function(){return r.u}),n.d(e,"_5",function(){return r.v}),n.d(e,"_6",function(){return r.w}),n.d(e,"_7",function(){return r.x}),n.d(e,"_8",function(){return r.y}),n.d(e,"_9",function(){return r.a}),n.d(e,"_10",function(){return r.z}),n.d(e,"_11",function(){return i.a}),n.d(e,"_12",function(){return o.h}),n.d(e,"_13",function(){return o.i}),n.d(e,"_14",function(){return o.g}),n.d(e,"_15",function(){return o.f}),n.d(e,"_16",function(){return o.j}),n.d(e,"_17",function(){return o.k}),n.d(e,"_18",function(){return o.a}),n.d(e,"_73",function(){return o.c}),n.d(e,"_74",function(){return o.d}),n.d(e,"_75",function(){return o.b}),n.d(e,"_76",function(){return o.l}),n.d(e,"_77",function(){return o.e}),n.d(e,"_78",function(){return o.m}),n.d(e,"a",function(){return s.assertPlatform}),n.d(e,"b",function(){return s.destroyPlatform}),n.d(e,"c",function(){return s.getPlatform}),n.d(e,"d",function(){return s.createPlatform}),n.d(e,"e",function(){return s.ApplicationRef}),n.d(e,"f",function(){return s.enableProdMode}),n.d(e,"g",function(){return s.isDevMode}),n.d(e,"h",function(){return s.createPlatformFactory}),n.d(e,"i",function(){return s.PlatformRef}),n.d(e,"j",function(){return a.APP_ID}),n.d(e,"k",function(){return a.PACKAGE_ROOT_URL}),n.d(e,"l",function(){return a.APP_BOOTSTRAP_LISTENER}),n.d(e,"m",function(){return a.PLATFORM_INITIALIZER}),n.d(e,"n",function(){return c.ApplicationInitStatus}),n.d(e,"o",function(){return c.APP_INITIALIZER}),n.d(e,"_19",function(){return u.a}),n.d(e,"_20",function(){return l.a}),n.d(e,"_21",function(){return l.b}),n.d(e,"_22",function(){return l.c}),n.d(e,"_23",function(){return h.a}),n.d(e,"_24",function(){return h.b}),n.d(e,"_25",function(){return h.c}),n.d(e,"_26",function(){return h.d}),n.d(e,"_27",function(){return h.e}),n.d(e,"_28",function(){return h.f}),n.d(e,"_29",function(){return h.g}),n.d(e,"_30",function(){return h.h}),n.d(e,"_31",function(){return h.i}),n.d(e,"_32",function(){return h.j}),n.d(e,"_33",function(){return h.k}),n.d(e,"_34",function(){return h.l}),n.d(e,"_35",function(){return h.m}),n.d(e,"_36",function(){return h.n}),n.d(e,"_37",function(){return h.o}),n.d(e,"_38",function(){return h.p}),n.d(e,"_39",function(){return h.q}),n.d(e,"_40",function(){return h.r}),n.d(e,"_41",function(){return h.s}),n.d(e,"p",function(){return p.a}),n.d(e,"q",function(){return p.d}),n.d(e,"r",function(){return p.g}),n.d(e,"s",function(){return p.c}),n.d(e,"t",function(){return f.Testability}),n.d(e,"u",function(){return f.TestabilityRegistry}),n.d(e,"v",function(){return f.setTestabilityGetter}),n.d(e,"_42",function(){return _.a}),n.d(e,"_43",function(){return _.b}),n.d(e,"_44",function(){return _.c}),n.d(e,"_45",function(){return _.d}),n.d(e,"_46",function(){return _.e}),n.d(e,"_47",function(){return _.f}),n.d(e,"_48",function(){return _.g}),n.d(e,"_49",function(){return _.h}),n.d(e,"_50",function(){return _.i}),n.d(e,"_51",function(){return d.a}),n.d(e,"w",function(){return y.TRANSLATIONS}),n.d(e,"x",function(){return y.TRANSLATIONS_FORMAT}),n.d(e,"y",function(){return y.LOCALE_ID}),n.d(e,"z",function(){return m.ApplicationModule}),n.d(e,"A",function(){return g.b}),n.d(e,"B",function(){return g.a}),n.d(e,"C",function(){return g.c}),n.d(e,"D",function(){return g.d}),n.d(e,"E",function(){return v.a}),n.d(e,"F",function(){return b.a}),n.d(e,"G",function(){return w.ErrorHandler}),n.d(e,"_52",function(){return x.a}),n.d(e,"_53",function(){return I.a}),n.d(e,"_54",function(){return I.b}),n.d(e,"_55",function(){return I.c}),n.d(e,"_56",function(){return I.d}),n.d(e,"_57",function(){return I.e}),n.d(e,"_58",function(){return I.f}),n.d(e,"_59",function(){return I.g}),n.d(e,"_60",function(){return I.h}),n.d(e,"_61",function(){return I.i}),n.d(e,"_62",function(){return I.j}),n.d(e,"_63",function(){return I.k}),n.d(e,"_64",function(){return I.l}),n.d(e,"_65",function(){return I.m}),n.d(e,"_66",function(){return I.n}),n.d(e,"_67",function(){return I.o}),n.d(e,"_68",function(){return I.p}),n.d(e,"_69",function(){return I.q}),n.d(e,"_70",function(){return I.r}),n.d(e,"_71",function(){return I.s}),n.d(e,"_72",function(){return I.t}),n.d(e,"H",function(){return C.a}),n.d(e,"I",function(){return k.AnimationPlayer}),n.d(e,"J",function(){return T.Sanitizer}),n.d(e,"K",function(){return T.SecurityContext})},function(t,e,n){"use strict";var r=n(275),i=n(276),o=n(277),s=n(143),a=n(195),c=n(279),u=n(280),l=n(281),h=n(116),p=n(146),f=n(147),_=n(148),d=n(422),y=n(200),m=n(102),g=n(13),v=n(60),b=n(289),w=n(204),x=n(291),I=n(25),C=n(19),k=n(23),T=n(12),E=n(8),S=n(296),O=n(15),R=n(205),A=n(297),N=n(206),P=n(151),M=n(103),D=n(208);n.d(e,"a",function(){return V});var V={isDefaultChangeDetectionStrategy:f.c,ChangeDetectorStatus:f.b,constructDependencies:y.b,LifecycleHooks:S.a,LIFECYCLE_HOOKS_VALUES:S.b,ReflectorReader:N.a,CodegenComponentFactoryResolver:v.CodegenComponentFactoryResolver,ComponentRef_:g.ComponentRef_,ViewContainer:k.ViewContainer,AppView:C.AppView,DebugAppView:C.DebugAppView,NgModuleInjector:w.NgModuleInjector,registerModuleFactory:x.a,ViewType:T.ViewType,view_utils:E,ViewMetadata:O.ViewMetadata,DebugContext:b.a,StaticNodeDebugInfo:b.b,devModeEqual:p.b,UNINITIALIZED:p.a,ValueUnwrapper:p.c,RenderDebugInfo:P.RenderDebugInfo,TemplateRef_:I.TemplateRef_,ReflectionCapabilities:A.a,makeDecorator:M.c,DebugDomRootRenderer:d.a,Console:_.Console,reflector:R.a,Reflector:R.b,NoOpAnimationPlayer:s.NoOpAnimationPlayer,AnimationPlayer:s.AnimationPlayer,AnimationSequencePlayer:a.AnimationSequencePlayer,AnimationGroupPlayer:i.a,AnimationKeyframe:o.AnimationKeyframe,prepareFinalAnimationStyles:c.prepareFinalAnimationStyles,balanceAnimationKeyframes:c.balanceAnimationKeyframes,flattenStyles:c.flattenStyles,clearStyles:c.clearStyles,renderStyles:c.renderStyles,collectAndResolveStyles:c.collectAndResolveStyles,APP_ID_RANDOM_PROVIDER:h.APP_ID_RANDOM_PROVIDER,AnimationStyles:u.AnimationStyles,ANY_STATE:r.b,DEFAULT_STATE:r.c,EMPTY_STATE:r.d,FILL_STYLE_FLAG:r.a,ComponentStillLoadingError:m.ComponentStillLoadingError,isPromise:D.a,AnimationTransition:l.AnimationTransition}},function(t,e,n){"use strict";var r=n(7),i=n(286);n.d(e,"a",function(){return o});var o=function(){function t(t){this._delegate=t}return t.prototype.renderComponent=function(t){return new s(this._delegate.renderComponent(t))},t}(),s=function(){function t(t){this._delegate=t}return t.prototype.selectRootElement=function(t,e){var r=this._delegate.selectRootElement(t,e),o=new i.a(r,null,e);return n.i(i.b)(o),r},t.prototype.createElement=function(t,e,r){var o=this._delegate.createElement(t,e,r),s=new i.a(o,n.i(i.c)(t),r);return s.name=e,n.i(i.b)(s),o},t.prototype.createViewRoot=function(t){return this._delegate.createViewRoot(t)},t.prototype.createTemplateAnchor=function(t,e){var r=this._delegate.createTemplateAnchor(t,e),o=new i.d(r,n.i(i.c)(t),e);return n.i(i.b)(o),r},t.prototype.createText=function(t,e,r){var o=this._delegate.createText(t,e,r),s=new i.d(o,n.i(i.c)(t),r);return n.i(i.b)(s),o},t.prototype.projectNodes=function(t,e){var o=n.i(i.c)(t);if(n.i(r.d)(o)&&o instanceof i.a){var s=o;e.forEach(function(t){s.addChild(n.i(i.c)(t))})}this._delegate.projectNodes(t,e)},t.prototype.attachViewAfter=function(t,e){var o=n.i(i.c)(t);if(n.i(r.d)(o)){var s=o.parent;if(e.length>0&&n.i(r.d)(s)){var a=[];e.forEach(function(t){return a.push(n.i(i.c)(t))}),s.insertChildrenAfter(o,a)}}this._delegate.attachViewAfter(t,e)},t.prototype.detachView=function(t){t.forEach(function(t){var e=n.i(i.c)(t);n.i(r.d)(e)&&n.i(r.d)(e.parent)&&e.parent.removeChild(e)}),this._delegate.detachView(t)},t.prototype.destroyView=function(t,e){e=e||[],e.forEach(function(t){n.i(i.e)(n.i(i.c)(t))}),this._delegate.destroyView(t,e)},t.prototype.listen=function(t,e,o){var s=n.i(i.c)(t);return n.i(r.d)(s)&&s.listeners.push(new i.f(e,o)),this._delegate.listen(t,e,o)},t.prototype.listenGlobal=function(t,e,n){return this._delegate.listenGlobal(t,e,n)},t.prototype.setElementProperty=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.properties[e]=o),this._delegate.setElementProperty(t,e,o)},t.prototype.setElementAttribute=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.attributes[e]=o),this._delegate.setElementAttribute(t,e,o)},t.prototype.setBindingDebugInfo=function(t,e,n){this._delegate.setBindingDebugInfo(t,e,n)},t.prototype.setElementClass=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.classes[e]=o),this._delegate.setElementClass(t,e,o)},t.prototype.setElementStyle=function(t,e,o){var s=n.i(i.c)(t);n.i(r.d)(s)&&s instanceof i.a&&(s.styles[e]=o),this._delegate.setElementStyle(t,e,o)},t.prototype.invokeElementMethod=function(t,e,n){this._delegate.invokeElementMethod(t,e,n)},t.prototype.setText=function(t,e){this._delegate.setText(t,e)},t.prototype.animate=function(t,e,n,r,i,o,s){return void 0===s&&(s=[]),this._delegate.animate(t,e,n,r,i,o,s)},t}()},function(t,e,n){"use strict";function r(t,e){for(var n=new Array(t._proto.numberOfProviders),r=0;r0&&(this.provider0=e[0],this.keyId0=e[0].key.id),n>1&&(this.provider1=e[1],this.keyId1=e[1].key.id),n>2&&(this.provider2=e[2],this.keyId2=e[2].key.id),n>3&&(this.provider3=e[3],this.keyId3=e[3].key.id),n>4&&(this.provider4=e[4],this.keyId4=e[4].key.id),n>5&&(this.provider5=e[5],this.keyId5=e[5].key.id),n>6&&(this.provider6=e[6],this.keyId6=e[6].key.id),n>7&&(this.provider7=e[7],this.keyId7=e[7].key.id),n>8&&(this.provider8=e[8],this.keyId8=e[8].key.id),n>9&&(this.provider9=e[9],this.keyId9=e[9].key.id)}return t.prototype.getProviderAtIndex=function(t){if(0==t)return this.provider0;if(1==t)return this.provider1;if(2==t)return this.provider2;if(3==t)return this.provider3;if(4==t)return this.provider4;if(5==t)return this.provider5;if(6==t)return this.provider6;if(7==t)return this.provider7;if(8==t)return this.provider8;if(9==t)return this.provider9;throw new a.d(t)},t.prototype.createInjectorStrategy=function(t){return new d(t,this)},t}(),f=function(){function t(t,e){this.providers=e;var n=e.length;this.keyIds=new Array(n);for(var r=0;r=this.providers.length)throw new a.d(t);return this.providers[t]},t.prototype.createInjectorStrategy=function(t){return new y(this,t)},t}(),_=function(){function t(t){this.numberOfProviders=t.length,this._strategy=t.length>l?new f(this,t):new p(this,t)}return t.fromResolvedProviders=function(e){return new t(e)},t.prototype.getProviderAtIndex=function(t){return this._strategy.getProviderAtIndex(t)},t}(),d=function(){function t(t,e){this.injector=t,this.protoStrategy=e,this.obj0=h,this.obj1=h,this.obj2=h,this.obj3=h,this.obj4=h,this.obj5=h,this.obj6=h,this.obj7=h,this.obj8=h,this.obj9=h}return t.prototype.resetConstructionCounter=function(){this.injector._constructionCounter=0},t.prototype.instantiateProvider=function(t){return this.injector._new(t)},t.prototype.getObjByKeyId=function(t){var e=this.protoStrategy,n=this.injector;return e.keyId0===t?(this.obj0===h&&(this.obj0=n._new(e.provider0)),this.obj0):e.keyId1===t?(this.obj1===h&&(this.obj1=n._new(e.provider1)),this.obj1):e.keyId2===t?(this.obj2===h&&(this.obj2=n._new(e.provider2)),this.obj2):e.keyId3===t?(this.obj3===h&&(this.obj3=n._new(e.provider3)),this.obj3):e.keyId4===t?(this.obj4===h&&(this.obj4=n._new(e.provider4)),this.obj4):e.keyId5===t?(this.obj5===h&&(this.obj5=n._new(e.provider5)),this.obj5):e.keyId6===t?(this.obj6===h&&(this.obj6=n._new(e.provider6)),this.obj6):e.keyId7===t?(this.obj7===h&&(this.obj7=n._new(e.provider7)),this.obj7):e.keyId8===t?(this.obj8===h&&(this.obj8=n._new(e.provider8)),this.obj8):e.keyId9===t?(this.obj9===h&&(this.obj9=n._new(e.provider9)),this.obj9):h},t.prototype.getObjAtIndex=function(t){if(0==t)return this.obj0;if(1==t)return this.obj1;if(2==t)return this.obj2;if(3==t)return this.obj3;if(4==t)return this.obj4;if(5==t)return this.obj5;if(6==t)return this.obj6;if(7==t)return this.obj7;if(8==t)return this.obj8;if(9==t)return this.obj9;throw new a.d(t)},t.prototype.getMaxNumberOfObjects=function(){return l},t}(),y=function(){function t(t,e){this.protoStrategy=t,this.injector=e,this.objs=new Array(t.providers.length).fill(h)}return t.prototype.resetConstructionCounter=function(){this.injector._constructionCounter=0},t.prototype.instantiateProvider=function(t){return this.injector._new(t)},t.prototype.getObjByKeyId=function(t){for(var e=this.protoStrategy,n=0;n=this.objs.length)throw new a.d(t);return this.objs[t]},t.prototype.getMaxNumberOfObjects=function(){return this.objs.length},t}(),m=function(){function t(){}return t.resolve=function(t){return n.i(u.a)(t)},t.resolveAndCreate=function(e,n){void 0===n&&(n=null);var r=t.resolve(e);return t.fromResolvedProviders(r,n)},t.fromResolvedProviders=function(t,e){return void 0===e&&(e=null),new g(_.fromResolvedProviders(t),e)},Object.defineProperty(t.prototype,"parent",{get:function(){return n.i(i.a)()},enumerable:!0,configurable:!0}),t.prototype.resolveAndCreateChild=function(t){return n.i(i.a)()},t.prototype.createChildFromResolved=function(t){return n.i(i.a)()},t.prototype.resolveAndInstantiate=function(t){return n.i(i.a)()},t.prototype.instantiateResolved=function(t){return n.i(i.a)()},t}(),g=function(){function t(t,e){void 0===e&&(e=null),this._constructionCounter=0,this._proto=t,this._parent=e,this._strategy=t._strategy.createInjectorStrategy(this)}return t.prototype.get=function(t,e){return void 0===e&&(e=o.a),this._getByKey(c.a.get(t),null,null,e)},t.prototype.getAt=function(t){return this._strategy.getObjAtIndex(t)},Object.defineProperty(t.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(t.prototype,"internalStrategy",{get:function(){return this._strategy},enumerable:!0,configurable:!0}),t.prototype.resolveAndCreateChild=function(t){var e=m.resolve(t);return this.createChildFromResolved(e)},t.prototype.createChildFromResolved=function(e){var n=new _(e),r=new t(n);return r._parent=this,r},t.prototype.resolveAndInstantiate=function(t){return this.instantiateResolved(m.resolve([t])[0])},t.prototype.instantiateResolved=function(t){return this._instantiateProvider(t)},t.prototype._new=function(t){if(this._constructionCounter++>this._strategy.getMaxNumberOfObjects())throw new a.e(this,t.key);return this._instantiateProvider(t)},t.prototype._instantiateProvider=function(t){if(t.multiProvider){for(var e=new Array(t.resolvedFactories.length),n=0;n0?this._getByReflectiveDependency(t,C[0]):null,r=k>1?this._getByReflectiveDependency(t,C[1]):null,i=k>2?this._getByReflectiveDependency(t,C[2]):null,o=k>3?this._getByReflectiveDependency(t,C[3]):null,s=k>4?this._getByReflectiveDependency(t,C[4]):null,c=k>5?this._getByReflectiveDependency(t,C[5]):null,u=k>6?this._getByReflectiveDependency(t,C[6]):null,l=k>7?this._getByReflectiveDependency(t,C[7]):null,h=k>8?this._getByReflectiveDependency(t,C[8]):null,p=k>9?this._getByReflectiveDependency(t,C[9]):null,f=k>10?this._getByReflectiveDependency(t,C[10]):null,_=k>11?this._getByReflectiveDependency(t,C[11]):null,d=k>12?this._getByReflectiveDependency(t,C[12]):null,y=k>13?this._getByReflectiveDependency(t,C[13]):null,m=k>14?this._getByReflectiveDependency(t,C[14]):null,g=k>15?this._getByReflectiveDependency(t,C[15]):null,v=k>16?this._getByReflectiveDependency(t,C[16]):null,b=k>17?this._getByReflectiveDependency(t,C[17]):null,w=k>18?this._getByReflectiveDependency(t,C[18]):null,x=k>19?this._getByReflectiveDependency(t,C[19]):null}catch(e){throw(e instanceof a.f||e instanceof a.g)&&e.addKey(this,t.key),e}var T;try{switch(k){case 0:T=I();break;case 1:T=I(n);break;case 2:T=I(n,r);break;case 3:T=I(n,r,i);break;case 4:T=I(n,r,i,o);break;case 5:T=I(n,r,i,o,s);break;case 6:T=I(n,r,i,o,s,c);break;case 7:T=I(n,r,i,o,s,c,u);break;case 8:T=I(n,r,i,o,s,c,u,l);break;case 9:T=I(n,r,i,o,s,c,u,l,h);break;case 10:T=I(n,r,i,o,s,c,u,l,h,p);break;case 11:T=I(n,r,i,o,s,c,u,l,h,p,f);break;case 12:T=I(n,r,i,o,s,c,u,l,h,p,f,_);break;case 13:T=I(n,r,i,o,s,c,u,l,h,p,f,_,d);break;case 14:T=I(n,r,i,o,s,c,u,l,h,p,f,_,d,y);break;case 15:T=I(n,r,i,o,s,c,u,l,h,p,f,_,d,y,m);break;case 16:T=I(n,r,i,o,s,c,u,l,h,p,f,_,d,y,m,g);break;case 17:T=I(n,r,i,o,s,c,u,l,h,p,f,_,d,y,m,g,v);break;case 18:T=I(n,r,i,o,s,c,u,l,h,p,f,_,d,y,m,g,v,b);break;case 19:T=I(n,r,i,o,s,c,u,l,h,p,f,_,d,y,m,g,v,b,w); +break;case 20:T=I(n,r,i,o,s,c,u,l,h,p,f,_,d,y,m,g,v,b,w,x);break;default:throw new Error("Cannot instantiate '"+t.key.displayName+"' because it has more than 20 dependencies")}}catch(e){throw new a.g(this,e,e.stack,t.key)}return T},t.prototype._getByReflectiveDependency=function(t,e){return this._getByKey(e.key,e.lowerBoundVisibility,e.upperBoundVisibility,e.optional?null:o.a)},t.prototype._getByKey=function(t,e,n,r){return t===v?this:n instanceof s.d?this._getByKeySelf(t,r):this._getByKeyDefault(t,r,e)},t.prototype._throwOrNull=function(t,e){if(e!==o.a)return e;throw new a.h(this,t)},t.prototype._getByKeySelf=function(t,e){var n=this._strategy.getObjByKeyId(t.id);return n!==h?n:this._throwOrNull(t,e)},t.prototype._getByKeyDefault=function(e,n,r){var i;for(i=r instanceof s.f?this._parent:this;i instanceof t;){var o=i,a=o._strategy.getObjByKeyId(e.id);if(a!==h)return a;i=o._parent}return null!==i?i.get(e.token,n):this._throwOrNull(e,n)},Object.defineProperty(t.prototype,"displayName",{get:function(){var t=r(this,function(t){return' "'+t.key.displayName+'" '}).join(", ");return"ReflectiveInjector(providers: ["+t+"])"},enumerable:!0,configurable:!0}),t.prototype.toString=function(){return this.displayName},t}(),v=c.a.get(o.b)},function(t,e,n){"use strict";var r=n(102),i=n(13),o=n(60),s=n(22),a=n(204),c=n(291),u=n(292),l=n(427),h=n(25),p=n(293),f=n(294);n.d(e,"a",function(){return r.COMPILER_OPTIONS}),n.d(e,"b",function(){return r.CompilerFactory}),n.d(e,"c",function(){return r.ModuleWithComponentFactories}),n.d(e,"d",function(){return r.Compiler}),n.d(e,"e",function(){return i.ComponentFactory}),n.d(e,"f",function(){return i.ComponentRef}),n.d(e,"g",function(){return o.ComponentFactoryResolver}),n.d(e,"h",function(){return s.ElementRef}),n.d(e,"i",function(){return a.NgModuleFactory}),n.d(e,"j",function(){return a.NgModuleRef}),n.d(e,"k",function(){return c.b}),n.d(e,"l",function(){return c.c}),n.d(e,"m",function(){return u.QueryList}),n.d(e,"n",function(){return l.a}),n.d(e,"o",function(){return l.b}),n.d(e,"p",function(){return h.TemplateRef}),n.d(e,"q",function(){return p.b}),n.d(e,"r",function(){return f.b}),n.d(e,"s",function(){return f.c})},function(t,e,n){"use strict";function r(t,e){t instanceof i.a||t instanceof s.AnimationSequencePlayer?t.players.forEach(function(t){return r(t,e)}):e.push(t)}var i=n(276),o=n(278),s=n(195),a=n(417);n.d(e,"a",function(){return c});var c=function(){function t(){this._players=new a.a}return t.prototype.onAllActiveAnimationsDone=function(t){var e=this._players.getAllPlayers();e.length?new i.a(e).onDone(function(){return t()}):t()},t.prototype.queueAnimation=function(t,e,r){n.i(o.b)(r),this._players.set(t,e,r)},t.prototype.getAnimationPlayers=function(t,e,n){void 0===n&&(n=!1);var i=[];if(n)this._players.findAllPlayersByElement(t).forEach(function(t){r(t,i)});else{var o=this._players.find(t,e);o&&r(o,i)}return i},t}()},function(t,e,n){"use strict";var r=n(117);n.d(e,"a",function(){return o});var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=(new Object,function(t){function e(e,n){t.call(this),this._view=e,this._nodeIndex=n}return i(e,t),e.prototype.get=function(t,e){return void 0===e&&(e=r.a),this._view.injectorGet(t,this._nodeIndex,e)},e}(r.b))},function(t,e,n){"use strict";function r(t,e,n){if(!t)throw new Error("Cannot find '"+n+"' in '"+e+"'");return t}var i=n(53),o=n(102);n.d(e,"b",function(){return c}),n.d(e,"a",function(){return l});var s="#",a="NgFactory",c=function(){function t(){}return t}(),u={factoryPathPrefix:"",factoryPathSuffix:".ngfactory"},l=function(){function t(t,e){this._compiler=t,this._config=e||u}return t.prototype.load=function(t){var e=this._compiler instanceof o.Compiler;return e?this.loadFactory(t):this.loadAndCompile(t)},t.prototype.loadAndCompile=function(t){var e=this,i=t.split(s),o=i[0],a=i[1];return void 0===a&&(a="default"),n(288)(o).then(function(t){return t[a]}).then(function(t){return r(t,o,a)}).then(function(t){return e._compiler.compileModuleAsync(t)})},t.prototype.loadFactory=function(t){var e=t.split(s),i=e[0],o=e[1],c=a;return void 0===o&&(o="default",c=""),n(288)(this._config.factoryPathPrefix+i+this._config.factoryPathSuffix).then(function(t){return t[o+c]}).then(function(t){return r(t,i,o)})},t.decorators=[{type:i.b}],t.ctorParameters=[{type:o.Compiler},{type:c,decorators:[{type:i.d}]}],t}()},function(t,e,n){"use strict";var r=n(198),i=n(103);n.d(e,"g",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"d",function(){return a}),n.d(e,"c",function(){return c}),n.d(e,"b",function(){return u}),n.d(e,"f",function(){return l}),n.d(e,"e",function(){return h});var o=new r.a("AnalyzeForEntryComponents"),s=n.i(i.a)("Attribute",[["attributeName",void 0]]),a=function(){function t(){}return t}(),c=n.i(i.b)("ContentChildren",[["selector",void 0],{first:!1,isViewQuery:!1,descendants:!1,read:void 0}],a),u=n.i(i.b)("ContentChild",[["selector",void 0],{first:!0,isViewQuery:!1,descendants:!0,read:void 0}],a),l=n.i(i.b)("ViewChildren",[["selector",void 0],{first:!1,isViewQuery:!0,descendants:!0,read:void 0}],a),h=n.i(i.b)("ViewChild",[["selector",void 0],{first:!0,isViewQuery:!0,descendants:!0,read:void 0}],a)},function(t,e,n){"use strict";var r=n(147),i=n(103);n.d(e,"b",function(){return o}),n.d(e,"a",function(){return s}),n.d(e,"g",function(){return a}),n.d(e,"e",function(){return c}),n.d(e,"f",function(){return u}),n.d(e,"c",function(){return l}),n.d(e,"d",function(){return h});var o=n.i(i.c)("Directive",{selector:void 0,inputs:void 0,outputs:void 0,host:void 0,providers:void 0,exportAs:void 0,queries:void 0}),s=n.i(i.c)("Component",{selector:void 0,inputs:void 0,outputs:void 0,host:void 0,exportAs:void 0,moduleId:void 0,providers:void 0,viewProviders:void 0,changeDetection:r.a.Default,queries:void 0,templateUrl:void 0,template:void 0,styleUrls:void 0,styles:void 0,animations:void 0,encapsulation:void 0,interpolation:void 0,entryComponents:void 0},o),a=n.i(i.c)("Pipe",{name:void 0,pure:!0}),c=n.i(i.b)("Input",[["bindingPropertyName",void 0]]),u=n.i(i.b)("Output",[["bindingPropertyName",void 0]]),l=n.i(i.b)("HostBinding",[["hostPropertyName",void 0]]),h=n.i(i.b)("HostListener",[["eventName",void 0],["args",[]]])},function(t,e,n){"use strict";var r=n(103);n.d(e,"b",function(){return i}),n.d(e,"c",function(){return o}),n.d(e,"a",function(){return s});var i={name:"custom-elements"},o={name:"no-errors-schema"},s=n.i(r.c)("NgModule",{providers:void 0,declarations:void 0,imports:void 0,exports:void 0,entryComponents:void 0,bootstrap:void 0,schemas:void 0,id:void 0})},function(t,e,n){"use strict";function r(){return s.a}var i=n(145),o=n(148),s=n(205),a=n(206),c=n(152);n.d(e,"a",function(){return l});var u=[i.PlatformRef_,{provide:i.PlatformRef,useExisting:i.PlatformRef_},{provide:s.b,useFactory:r,deps:[]},{provide:a.a,useExisting:s.b},c.TestabilityRegistry,o.Console],l=n.i(i.createPlatformFactory)(null,"core",u)},function(t,e,n){"use strict";function r(){var t=c.a.wtf;return!(!t||!(u=t.trace))&&(l=u.events,!0)}function i(t,e){return void 0===e&&(e=null),l.createScope(t,e)}function o(t,e){return u.leaveScope(t,e),e}function s(t,e){return u.beginTimeRange(t,e)}function a(t){u.endTimeRange(t)}var c=n(7);e.a=r,e.b=i,e.c=o,e.d=s,e.e=a;var u,l},function(t,e,n){"use strict";var r=n(151);n.d(e,"a",function(){return r.RenderComponentType}),n.d(e,"b",function(){return r.Renderer}),n.d(e,"c",function(){return r.RootRenderer})},function(t,e,n){"use strict";var r=n(103);n.d(e,"a",function(){return r.d})},function(t,e,n){"use strict";var r=n(104);n.d(e,"a",function(){return r.NgZone})},function(t,e,n){"use strict";var r=n(32),i=n(61);n.d(e,"a",function(){return s});var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=function(t){function e(){var e=this;t.call(this),this._animationPrefix=null,this._transitionEnd=null;try{var r=this.createElement("div",this.defaultDoc());if(n.i(i.a)(this.getStyle(r,"animationName")))this._animationPrefix="";else for(var o=["Webkit","Moz","O","ms"],s=0;s-1&&t.splice(r,1)}},t.remove=function(t,e){var n=t.indexOf(e);return n>-1&&(t.splice(n,1),!0)},t.equals=function(t,e){if(t.length!=e.length)return!1;for(var n=0;n/g,">")}function a(t){f.attributeMap(t).forEach(function(e,n){"xmlns:ns1"!==n&&0!==n.indexOf("ns1:")||f.removeAttribute(t,n)});for(var e=0,n=f.childNodesAsList(t);e")):void(this.sanitizedSomething=!0)},t.prototype.endElement=function(t){var e=f.nodeName(t).toLowerCase();b.hasOwnProperty(e)&&!_.hasOwnProperty(e)&&(this.buf.push(""))},t.prototype.chars=function(t){this.buf.push(s(t))},t}(),T=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,E=/([^\#-~ |!])/g},function(t,e,n){"use strict";function r(t){for(var e=!0,n=!0,r=0;r .api-info-wrapper[_ngcontent-%COMP%] {\n box-sizing: border-box;\n padding: 40px;\n width: 60%; }\n @media (max-width: 1100px) {\n [_nghost-%COMP%] > .api-info-wrapper[_ngcontent-%COMP%] {\n width: 100%; } }\n\n.openapi-button[_ngcontent-%COMP%] {\n border: 1px solid #0033a0;\n color: #0033a0;\n font-weight: normal;\n margin-left: 0.5em;\n padding: 3px 8px 4px; }\n\n[_nghost-%COMP%] [section] {\n padding-top: 80px; }"]},function(t,e,n){"use strict";var r=n(214),i=n(19),o=n(8),s=n(15),a=n(12),c=n(9),u=n(13),l=n(20),h=n(35),p=n(451),f=n(23),_=n(36),d=n(230),y=n(311),m=n(25),g=n(160),v=n(122),b=n(60),w=n(28),x=n(39),I=function(){function t(t,e){this._changed=!1,this.context=new r.ApiInfo(t,e)}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_ApiInfo=I;var C=o.createRenderComponentType("",0,s.ViewEncapsulation.None,[],{}),k=function(t){function e(n,r,i,o){t.call(this,e,C,a.ViewType.HOST,n,r,i,o,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.selectOrCreateRenderHostElement(this.renderer,"api-info",o.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new S(this.viewUtils,this,0,this._el_0),this._ApiInfo_0_3=new I(this.injectorGet(l.SpecManager,this.parentIndex),this.injectorGet(h.OptionsService,this.parentIndex)),this.compView_0.create(this._ApiInfo_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._ApiInfo_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.ApiInfo&&0===e?this._ApiInfo_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._ApiInfo_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView);e.ApiInfoNgFactory=new u.ComponentFactory("api-info",k,r.ApiInfo);var T=[p.styles],E=o.createRenderComponentType("",0,s.ViewEncapsulation.Emulated,T,{}),S=function(t){function e(n,r,i,o){t.call(this,e,E,a.ViewType.COMPONENT,n,r,i,o,c.ChangeDetectorStatus.CheckOnce),this._expr_36=c.UNINITIALIZED,this._expr_37=c.UNINITIALIZED,this._expr_38=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._el_0=o.createRenderElement(this.renderer,e,"div",new o.InlineArray2(2,"class","api-info-wrapper"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=o.createRenderElement(this.renderer,this._el_0,"h1",o.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._el_4=o.createRenderElement(this.renderer,this._el_2,"span",new o.InlineArray2(2,"class","api-info-version"),null),this._text_5=this.renderer.createText(this._el_4,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._el_7=o.createRenderElement(this.renderer,this._el_0,"p",o.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_7,"\n Download OpenAPI (fka Swagger) specification:\n ",null),this._el_9=o.createRenderElement(this.renderer,this._el_7,"a",new o.InlineArray4(4,"class","openapi-button","target","_blank"),null),this._text_10=this.renderer.createText(this._el_9," Download ",null),this._text_11=this.renderer.createText(this._el_7,"\n ",null),this._text_12=this.renderer.createText(this._el_0,"\n ",null),this._el_13=o.createRenderElement(this.renderer,this._el_0,"p",o.EMPTY_INLINE_ARRAY,null),this._text_14=this.renderer.createText(this._el_13,"\n ",null),this._text_15=this.renderer.createText(this._el_13,"\n ",null),this._anchor_16=this.renderer.createTemplateAnchor(this._el_13,null),this._vc_16=new f.ViewContainer(16,13,this,this._anchor_16),this._TemplateRef_16_5=new m.TemplateRef_(this,16,this._anchor_16),this._NgIf_16_6=new _.Wrapper_NgIf(this._vc_16.vcRef,this._TemplateRef_16_5),this._text_17=this.renderer.createText(this._el_13,"\n ",null),this._anchor_18=this.renderer.createTemplateAnchor(this._el_13,null),this._vc_18=new f.ViewContainer(18,13,this,this._anchor_18),this._TemplateRef_18_5=new m.TemplateRef_(this,18,this._anchor_18),this._NgIf_18_6=new _.Wrapper_NgIf(this._vc_18.vcRef,this._TemplateRef_18_5),this._text_19=this.renderer.createText(this._el_13,"\n ",null),this._text_20=this.renderer.createText(this._el_0,"\n ",null),this._el_21=o.createRenderElement(this.renderer,this._el_0,"span",new o.InlineArray2(2,"class","redoc-markdown-block"),null),this._text_22=this.renderer.createText(this._el_21,"\n ",null),this._el_23=o.createRenderElement(this.renderer,this._el_21,"dynamic-ng2-viewer",o.EMPTY_INLINE_ARRAY,null),this._vc_23=new f.ViewContainer(23,21,this,this._el_23),this.compView_23=new y.View_DynamicNg2Viewer0(this.viewUtils,this,23,this._el_23),this._DynamicNg2Viewer_23_5=new y.Wrapper_DynamicNg2Viewer(this._vc_23.vcRef,this.parentView.injectorGet(g.ContentProjector,this.parentIndex),this.parentView.injectorGet(v.ComponentParser,this.parentIndex),this.parentView.injectorGet(b.ComponentFactoryResolver,this.parentIndex),this.renderer),this.compView_23.create(this._DynamicNg2Viewer_23_5.context),this._text_24=this.renderer.createText(this._el_21,"\n ",null),this._text_25=this.renderer.createText(this._el_0,"\n",null),this._text_26=this.renderer.createText(e,"\n",null),this.init(null,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._text_11,this._text_12,this._el_13,this._text_14,this._text_15,this._anchor_16,this._text_17,this._anchor_18,this._text_19,this._text_20,this._el_21,this._text_22,this._el_23,this._text_24,this._text_25,this._text_26],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&16===e?this._TemplateRef_16_5:t===w.NgIf&&16===e?this._NgIf_16_6.context:t===m.TemplateRef&&18===e?this._TemplateRef_18_5:t===w.NgIf&&18===e?this._NgIf_18_6.context:t===d.DynamicNg2Viewer&&23===e?this._DynamicNg2Viewer_23_5.context:n},e.prototype.detectChangesInternal=function(t){var e=null==this.context.info?null:this.context.info.contact;this._NgIf_16_6.check_ngIf(e,t,!1),this._NgIf_16_6.ngDoCheck(this,this._anchor_16,t);var n=this.context.info.license;this._NgIf_18_6.check_ngIf(n,t,!1),this._NgIf_18_6.ngDoCheck(this,this._anchor_18,t);var r=this.context.info["x-redoc-html-description"];this._DynamicNg2Viewer_23_5.check_html(r,t,!1),this._DynamicNg2Viewer_23_5.ngDoCheck(this,this._el_23,t),this._vc_16.detectChangesInNestedViews(t),this._vc_18.detectChangesInNestedViews(t),this._vc_23.detectChangesInNestedViews(t);var i=o.inlineInterpolate(1,"",this.context.info.title," ");o.checkBinding(t,this._expr_36,i)&&(this.renderer.setText(this._text_3,i),this._expr_36=i);var s=o.inlineInterpolate(1,"(",this.context.info.version,")");o.checkBinding(t,this._expr_37,s)&&(this.renderer.setText(this._text_5,s),this._expr_37=s);var a=o.inlineInterpolate(1,"",this.context.specUrl,"");o.checkBinding(t,this._expr_38,a)&&(this.renderer.setElementAttribute(this._el_9,"href",null==this.viewUtils.sanitizer.sanitize(x.SecurityContext.URL,a)?null:this.viewUtils.sanitizer.sanitize(x.SecurityContext.URL,a).toString()),this._expr_38=a),this.compView_23.detectChanges(t)},e.prototype.destroyInternal=function(){this._vc_16.destroyNestedViews(),this._vc_18.destroyNestedViews(),this._vc_23.destroyNestedViews(),this.compView_23.destroy()},e.prototype.createEmbeddedViewInternal=function(t){return 16==t?new O(this.viewUtils,this,16,this._anchor_16,this._vc_16):18==t?new N(this.viewUtils,this,18,this._anchor_18,this._vc_18):null},e}(i.AppView);e.View_ApiInfo0=S;var O=function(t){function e(n,r,i,o,s){t.call(this,e,E,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"span",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Contact:\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new f.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new m.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new _.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_4=new f.ViewContainer(4,0,this,this._anchor_4),this._TemplateRef_4_5=new m.TemplateRef_(this,4,this._anchor_4),this._NgIf_4_6=new _.Wrapper_NgIf(this._vc_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&2===e?this._TemplateRef_2_5:t===w.NgIf&&2===e?this._NgIf_2_6.context:t===m.TemplateRef&&4===e?this._TemplateRef_4_5:t===w.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.info.contact.url;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t);var n=this.parentView.context.info.contact.email;this._NgIf_4_6.check_ngIf(n,t,!1),this._NgIf_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new R(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new A(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(i.AppView),R=function(t){function e(n,r,i,o,s){t.call(this,e,E,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_2=c.UNINITIALIZED,this._expr_3=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"a",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1,"",this.parentView.parentView.context.info.contact.url,"");o.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(x.SecurityContext.URL,e)),this._expr_2=e);var n=o.inlineInterpolate(1,"\n ",this.parentView.parentView.context.info.contact.name||this.parentView.parentView.context.info.contact.url,"");o.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView),A=function(t){function e(n,r,i,o,s){t.call(this,e,E,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_2=c.UNINITIALIZED,this._expr_3=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"a",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1,"mailto:",this.parentView.parentView.context.info.contact.email,"");o.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(x.SecurityContext.URL,e)),this._expr_2=e);var n=o.inlineInterpolate(1,"\n ",this.parentView.parentView.context.info.contact.email,"");o.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView),N=function(t){function e(n,r,i,o,s){t.call(this,e,E,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"span",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," License:\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new f.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new m.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new _.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_4=new f.ViewContainer(4,0,this,this._anchor_4),this._TemplateRef_4_5=new m.TemplateRef_(this,4,this._anchor_4),this._NgIf_4_6=new _.Wrapper_NgIf(this._vc_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&2===e?this._TemplateRef_2_5:t===w.NgIf&&2===e?this._NgIf_2_6.context:t===m.TemplateRef&&4===e?this._TemplateRef_4_5:t===w.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.info.license.url;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t);var n=!this.parentView.context.info.license.url;this._NgIf_4_6.check_ngIf(n,t,!1),this._NgIf_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new P(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new M(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(i.AppView),P=function(t){function e(n,r,i,o,s){t.call(this,e,E,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_2=c.UNINITIALIZED,this._expr_3=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"a",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1,"",this.parentView.parentView.context.info.license.url,"");o.checkBinding(t,this._expr_2,e)&&(this.renderer.setElementProperty(this._el_0,"href",this.viewUtils.sanitizer.sanitize(x.SecurityContext.URL,e)),this._expr_2=e);var n=o.inlineInterpolate(1," ",this.parentView.parentView.context.info.license.name," ");o.checkBinding(t,this._expr_3,n)&&(this.renderer.setText(this._text_1,n),this._expr_3=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView),M=function(t){function e(n,r,i,o,s){t.call(this,e,E,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_2=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"span",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1," ",this.parentView.parentView.context.info.license.name," ");o.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block;\n text-align: center; }\n @media (max-width: 1000px) {\n [_nghost-%COMP%] {\n display: none; } }\n\nimg[_ngcontent-%COMP%] {\n max-height: 150px;\n width: auto;\n display: inline-block;\n max-width: 100%;\n box-sizing: border-box; }"]},function(t,e,n){"use strict";var r=n(215),i=n(19),o=n(8),s=n(15),a=n(12),c=n(9),u=n(13),l=n(20),h=n(453),p=n(23),f=n(36),_=n(25),d=n(28),y=n(485),m=n(59),g=n(22),v=n(193),b=n(39),w=function(){function t(t){this._changed=!1,this.context=new r.ApiLogo(t)}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_ApiLogo=w;var x=o.createRenderComponentType("",0,s.ViewEncapsulation.None,[],{}),I=function(t){function e(n,r,i,o){t.call(this,e,x,a.ViewType.HOST,n,r,i,o,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.selectOrCreateRenderHostElement(this.renderer,"api-logo",o.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new T(this.viewUtils,this,0,this._el_0),this._ApiLogo_0_3=new w(this.injectorGet(l.SpecManager,this.parentIndex)),this.compView_0.create(this._ApiLogo_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._ApiLogo_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.ApiLogo&&0===e?this._ApiLogo_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._ApiLogo_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView);e.ApiLogoNgFactory=new u.ComponentFactory("api-logo",I,r.ApiLogo);var C=[h.styles],k=o.createRenderComponentType("",0,s.ViewEncapsulation.Emulated,C,{}),T=function(t){function e(n,r,i,o){t.call(this,e,k,a.ViewType.COMPONENT,n,r,i,o,c.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new p.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new _.TemplateRef_(this,0,this._anchor_0),this._NgIf_0_6=new f.Wrapper_NgIf(this._vc_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===_.TemplateRef&&0===e?this._TemplateRef_0_5:t===d.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.logo.imgUrl;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.ngDoCheck(this,this._anchor_0,t),this._vc_0.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new E(this.viewUtils,this,0,this._anchor_0,this._vc_0):null},e}(i.AppView);e.View_ApiLogo0=T;var E=function(t){function e(n,r,i,s,u){t.call(this,e,k,a.ViewType.EMBEDDED,n,r,i,s,c.ChangeDetectorStatus.CheckAlways,u),this._expr_2=c.UNINITIALIZED,this._map_3=o.pureProxy1(function(t){return{"background-color":t}})}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"img",o.EMPTY_INLINE_ARRAY,null),this._NgStyle_0_3=new y.Wrapper_NgStyle(this.parentView.injectorGet(m.KeyValueDiffers,this.parentIndex),new g.ElementRef(this._el_0),this.renderer),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.NgStyle&&0===e?this._NgStyle_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this._map_3(this.parentView.context.logo.bgColor);this._NgStyle_0_3.check_ngStyle(e,t,!1),this._NgStyle_0_3.ngDoCheck(this,this._el_0,t);var n=this.parentView.context.logo.imgUrl;o.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementAttribute(this._el_0,"src",null==this.viewUtils.sanitizer.sanitize(b.SecurityContext.URL,n)?null:this.viewUtils.sanitizer.sanitize(b.SecurityContext.URL,n).toString()),this._expr_2=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView)},function(t,e){"use strict";e.styles=['.param-name-wrap[_ngcontent-%COMP%] {\n display: inline-block;\n padding-right: 25px;\n font-family: Montserrat, sans-serif; }\n\n.param-info[_ngcontent-%COMP%] {\n border-bottom: 1px solid #9fb4be;\n padding: 10px 0;\n width: 75%;\n box-sizing: border-box; }\n .param-info[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n line-height: 1; }\n\n.param-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.param-required[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #e53935;\n font-size: 12px;\n font-weight: bold; }\n\n.param-nullable[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #3195a6;\n font-size: 12px;\n font-weight: bold; }\n\n.param-type[_ngcontent-%COMP%], .param-array-format[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: rgba(38, 50, 56, 0.4);\n font-size: 0.929em; }\n\n.param-type[_ngcontent-%COMP%] {\n font-weight: normal; }\n .param-type.array[_ngcontent-%COMP%]::before, .param-type.tuple[_ngcontent-%COMP%]::before {\n color: #263238;\n font-weight: 300; }\n .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.array[_ngcontent-%COMP%]::before, .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.tuple[_ngcontent-%COMP%]::before {\n content: none; }\n .param-type.array[_ngcontent-%COMP%]::before {\n content: "Array of "; }\n .param-type.tuple[_ngcontent-%COMP%]::before {\n content: "Tuple "; }\n .param-type.with-hint[_ngcontent-%COMP%] {\n display: inline-block;\n margin-bottom: 0.4em;\n border-bottom: 1px dotted rgba(38, 50, 56, 0.4);\n padding: 0;\n cursor: help; }\n .param-type-trivial[_ngcontent-%COMP%] {\n display: inline-block; }\n .param-type-file[_ngcontent-%COMP%] {\n font-weight: bold;\n text-transform: capitalize; }\n\n.param-name[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n box-sizing: border-box;\n position: relative;\n padding: 10px 0;\n vertical-align: top;\n line-height: 20px;\n white-space: nowrap;\n font-size: 0.929em;\n font-weight: 400; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::before {\n content: \'\';\n display: inline-block;\n width: 1px;\n height: 7px;\n background-color: #0033a0;\n margin: 0 10px;\n vertical-align: middle; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::after {\n content: \'\';\n position: absolute;\n border-top: 1px solid rgba(0, 51, 160, 0.5);\n width: 10px;\n left: 0;\n top: 21px; }\n\n.param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]::before {\n content: \'\';\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 21px; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%], .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n position: relative; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]::after, .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]::after {\n content: \'\';\n display: block;\n position: absolute;\n left: -2px;\n border-left: 2px solid #fff;\n top: 22px;\n background-color: #fff;\n bottom: 0; }\n\n.param-wrap[_ngcontent-%COMP%]:last-of-type > .param-schema[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.param-schema[_ngcontent-%COMP%] .param-wrap[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]::before {\n display: none; }\n\n.param-schema.last[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 0; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid values: \'; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid values: \'; }\n .param-type.array[_ngcontent-%COMP%] ~ .param-enum[_ngcontent-%COMP%]::before {\n content: \'Valid items values: \'; }\n\n.param-pattern[_ngcontent-%COMP%] {\n color: #3195a6;\n white-space: nowrap; }\n .param-pattern[_ngcontent-%COMP%]::before, .param-pattern[_ngcontent-%COMP%]::after {\n content: \'/\';\n margin: 0 3px;\n font-size: 1.2em;\n font-weight: bold; }\n\n.param-default[_ngcontent-%COMP%] {\n font-size: 0.95em; }\n .param-default[_ngcontent-%COMP%]::before {\n content: \'Default: \'; }\n\n.param-enum-value[_ngcontent-%COMP%], .param-default-value[_ngcontent-%COMP%] {\n background-color: #fff;\n border: 1px solid rgba(38, 50, 56, 0.2);\n margin: 2px 3px;\n padding: 0 5px;\n border-radius: 2px;\n color: #263238;\n display: inline-block;\n min-width: 20px;\n text-align: center; }\n\n[_nghost-%COMP%] {\n display: block; }\n\n.param-schema[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n padding: 0 10px; }\n\n.derived-schema[_ngcontent-%COMP%] {\n display: none; }\n\n.derived-schema.active[_ngcontent-%COMP%] {\n display: block; }\n\n.nested-schema[_nghost-%COMP%] {\n background-color: white;\n padding: 10px 20px;\n position: relative;\n border-radius: 2px; }\n .nested-schema[_nghost-%COMP%]:before, .nested-schema[_nghost-%COMP%]:after {\n content: "";\n width: 0;\n height: 0;\n position: absolute;\n top: 0;\n border-style: solid;\n border-color: transparent;\n border-width: 10px 15px 0;\n margin-left: -7.5px;\n border-top-color: #f0f0f0; }\n .nested-schema[_nghost-%COMP%]:before {\n left: 10%; }\n .nested-schema[_nghost-%COMP%]:after {\n right: 10%; }\n .nested-schema[_nghost-%COMP%] .param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]:before, .nested-schema[_nghost-%COMP%] .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n border-color: white; }\n\n[nestodd="true"][_nghost-%COMP%] {\n background-color: #f0f0f0;\n border-radius: 2px; }\n [nestodd="true"][_nghost-%COMP%]:before, [nestodd="true"][_nghost-%COMP%]:after {\n border-top-color: white; }\n [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]:before, [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n border-color: #f0f0f0; }\n [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after, [nestodd="true"][_nghost-%COMP%] > .params-wrap[_ngcontent-%COMP%] > .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]:after {\n border-color: #f0f0f0; }\n\nzippy[_ngcontent-%COMP%] {\n overflow: visible; }\n\n.zippy-content-wrap[_ngcontent-%COMP%] {\n padding: 0; }\n\n.param.complex.expanded[_ngcontent-%COMP%] > .param-info[_ngcontent-%COMP%] {\n border-bottom: 0; }\n\n.param.complex[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] .param-name-wrap[_ngcontent-%COMP%] {\n font-weight: bold;\n cursor: pointer;\n color: #263238; }\n\n.param.complex[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n height: 1.2em;\n vertical-align: middle;\n transition: all 0.3s ease; }\n\n.param.complex.expanded[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n transform: rotateZ(-180deg); }\n\n.param.additional[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n color: rgba(38, 50, 56, 0.4); }\n\n.params-wrap[_ngcontent-%COMP%] {\n width: 100%; }\n\ntable[_ngcontent-%COMP%] {\n border-spacing: 0; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:before, .params-wrap.params-array[_ngcontent-%COMP%]:after {\n display: block;\n font-weight: 300;\n color: #263238;\n font-size: 13px;\n line-height: 1.5; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:after {\n content: "]";\n font-family: monospace; }\n\n.params-wrap.params-array[_ngcontent-%COMP%]:before {\n content: "Array [";\n padding-top: 1em;\n font-family: monospace; }\n\n.params-wrap.params-array[_ngcontent-%COMP%] {\n padding-left: 10px; }\n\n.param-schema.param-array[_ngcontent-%COMP%]:before {\n bottom: 9.75px;\n width: 10px;\n border-left-style: dashed;\n border-bottom: 1px dashed rgba(0, 51, 160, 0.5); }\n\n.params-wrap.params-array[_ngcontent-%COMP%] > .param-wrap[_ngcontent-%COMP%]:first-of-type > .param[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]:after {\n content: "";\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 20px; }\n\n.params-wrap[_ngcontent-%COMP%] > .param[_ngcontent-%COMP%] > .param-schema.param-array[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.discriminator-info[_ngcontent-%COMP%] {\n margin-top: 5px; }\n\n.discriminator-wrap[_ngcontent-%COMP%]:not(.empty) > td[_ngcontent-%COMP%] {\n padding: 0;\n position: relative; }\n .discriminator-wrap[_ngcontent-%COMP%]:not(.empty) > td[_ngcontent-%COMP%]:before {\n content: "";\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n height: 21px;\n z-index: 1; }\n\nul[_ngcontent-%COMP%], li[_ngcontent-%COMP%] {\n margin: 0; }\n\nul[_ngcontent-%COMP%] {\n list-style: none;\n padding-left: 1em; }\n\nli[_ngcontent-%COMP%]:before {\n content: "- ";\n font-weight: bold; }\n\n.array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] {\n margin-top: 1.5em;\n display: flex; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] {\n flex: 0;\n padding: 10px 15px 10px 0;\n font-family: monospace; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%] {\n flex: 1; }\n .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%]:before, .array-tuple[_ngcontent-%COMP%] > .tuple-item[_ngcontent-%COMP%] > json-schema[_ngcontent-%COMP%]:after {\n display: none; }\n\n.param-name-enumvalue[_ngcontent-%COMP%] {\n padding: 2px;\n background-color: #e6ebf6; }\n .param-name-enumvalue[_ngcontent-%COMP%]:before {\n content: " = "; }']},function(t,e,n){"use strict";var r=n(219),i=n(9),o=n(19),s=n(8),a=n(39),c=n(15),u=n(12),l=n(13),h=function(){ +function t(){this._changed=!1,this._changes={},this.context=new r.LoadingBar,this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_progress=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.progress=t,this._changes.progress=new i.SimpleChange(this._expr_0,t),this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||r&&(this.context.ngOnChanges(this._changes),this._changes={}),r},t.prototype.checkHost=function(t,e,n,r){var i=this.context.display;s.checkBinding(r,this._expr_1,i)&&(t.renderer.setElementStyle(n,"display",null==t.viewUtils.sanitizer.sanitize(a.SecurityContext.STYLE,i)?null:t.viewUtils.sanitizer.sanitize(a.SecurityContext.STYLE,i).toString()),this._expr_1=i)},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_LoadingBar=h;var p=s.createRenderComponentType("",0,c.ViewEncapsulation.None,[],{}),f=function(t){function e(n,r,o,s){t.call(this,e,p,u.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"loading-bar",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new y(this.viewUtils,this,0,this._el_0),this._LoadingBar_0_3=new h,this.compView_0.create(this._LoadingBar_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new l.ComponentRef_(0,this,this._el_0,this._LoadingBar_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.LoadingBar&&0===e?this._LoadingBar_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._LoadingBar_0_3.ngDoCheck(this,this._el_0,t),this._LoadingBar_0_3.checkHost(this,this.compView_0,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.LoadingBarNgFactory=new l.ComponentFactory("loading-bar",f,r.LoadingBar);var _=["[_nghost-%COMP%] {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n display: block;\n\n height: 5px;\n z-index: 100;\n }\n\n span[_ngcontent-%COMP%] {\n display: block;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: attr(progress percentage);\n background-color: #5f7fc3;\n transition: right 0.2s linear;\n }"],d=s.createRenderComponentType("",0,c.ViewEncapsulation.Emulated,_,{}),y=function(t){function e(n,r,o,s){t.call(this,e,d,u.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckAlways),this._expr_4=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=s.createRenderElement(this.renderer,e,"span",s.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1," ",null),this._text_3=this.renderer.createText(e,"\n ",null),this.init(null,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._text_3],null),null},e.prototype.detectChangesInternal=function(t){var e=this.context.progress+"%";s.checkBinding(t,this._expr_4,e)&&(this.renderer.setElementStyle(this._el_1,"width",null==this.viewUtils.sanitizer.sanitize(a.SecurityContext.STYLE,e)?null:this.viewUtils.sanitizer.sanitize(a.SecurityContext.STYLE,e).toString()),this._expr_4=e)},e}(o.AppView);e.View_LoadingBar0=y},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n padding-bottom: 100px;\n display: block;\n border-bottom: 1px solid rgba(127, 127, 127, 0.25);\n margin-top: 1em;\n transform: translateZ(0);\n z-index: 2; }\n\n.method-header[_ngcontent-%COMP%] {\n margin-bottom: calc(1em - 6px); }\n\n.method-endpoint[_ngcontent-%COMP%] {\n padding: 10px 20px;\n border-radius: 4px;\n background-color: #222d32;\n display: block;\n font-weight: 300;\n white-space: nowrap;\n overflow-x: auto; }\n\n.method-endpoint[_ngcontent-%COMP%] > .method-params-subheader[_ngcontent-%COMP%] {\n padding-top: 1px;\n padding-bottom: 0;\n margin: 0;\n font-size: 12/14em;\n color: #263238;\n vertical-align: middle;\n display: inline-block;\n border-radius: 2px; }\n\n.method-api-url[_ngcontent-%COMP%] {\n color: rgba(255, 255, 255, 0.6);\n margin-left: 10px;\n margin-top: 2px;\n position: relative;\n top: 1px;\n font-family: Montserrat, sans-serif;\n font-size: 0.929em; }\n .method-api-url-path[_ngcontent-%COMP%] {\n font-family: Montserrat, sans-serif;\n position: relative;\n top: 1px;\n color: #ffffff; }\n\n.method-tags[_ngcontent-%COMP%] {\n margin-top: 20px; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n font-size: 16px;\n color: #999;\n display: inline-block;\n padding: 0 0.5em;\n text-decoration: none; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:before {\n content: '#';\n margin-right: -0.4em; }\n .method-tags[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:first-of-type {\n padding: 0; }\n\n.method-content[_ngcontent-%COMP%], .method-samples[_ngcontent-%COMP%] {\n display: block;\n box-sizing: border-box;\n float: left; }\n\n.method-content[_ngcontent-%COMP%] {\n width: 60%;\n padding: 40px; }\n\n.method-samples[_ngcontent-%COMP%] {\n color: #fafbfc;\n width: 40%;\n padding: 40px;\n background: #263238; }\n\n.method-samples[_ngcontent-%COMP%] header[_ngcontent-%COMP%], .method-samples[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] {\n color: #9fb4be;\n text-transform: uppercase; }\n\n.method-samples[_ngcontent-%COMP%] > h5[_ngcontent-%COMP%] {\n margin-bottom: 8px; }\n\n.method-samples[_ngcontent-%COMP%] schema-sample[_ngcontent-%COMP%] {\n display: block; }\n\n.method[_ngcontent-%COMP%]:after {\n content: \"\";\n display: table;\n clear: both; }\n\n.method-description[_ngcontent-%COMP%] {\n padding: 6px 0 10px 0;\n margin: 0; }\n\n.http-method[_ngcontent-%COMP%] {\n color: #263238;\n background: #ffffff;\n padding: 3px 10px;\n text-transform: uppercase;\n display: inline-block;\n margin: 0; }\n\n[select-on-click][_ngcontent-%COMP%] {\n cursor: pointer; }\n\n@media (max-width: 1100px) {\n .methods[_ngcontent-%COMP%]:before {\n display: none; }\n .method-samples[_ngcontent-%COMP%], .method-content[_ngcontent-%COMP%] {\n width: 100%; }\n .method-samples[_ngcontent-%COMP%] {\n margin-top: 2em; }\n [_nghost-%COMP%] {\n padding-bottom: 0; } }"]},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n overflow: hidden; }\n\n[_nghost-%COMP%] [hidden][_ngcontent-%COMP%] {\n display: none; }\n\n.tag-info[_ngcontent-%COMP%] {\n padding: 40px;\n box-sizing: border-box;\n background-color: white;\n width: 60%; }\n @media (max-width: 1100px) {\n .tag-info[_ngcontent-%COMP%] {\n width: 100%; } }\n\n.tag-info[_ngcontent-%COMP%]:after, .tag-info[_ngcontent-%COMP%]:before {\n content: "";\n display: table; }\n\n.tag-info[_ngcontent-%COMP%] h1[_ngcontent-%COMP%] {\n color: #0033a0;\n text-transform: capitalize;\n font-weight: normal;\n margin-top: 0; }\n\n.methods[_ngcontent-%COMP%] {\n display: block;\n position: relative; }']},function(t,e,n){"use strict";var r=n(221),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(458),p=n(23),f=n(56),_=n(79),d=n(25),y=n(34),m=n(54),g=n(46),v=n(36),b=n(479),w=n(76),x=n(67),I=n(28),C=n(39),k=n(220),T=n(304),E=n(35),S=n(22),O=function(){function t(t){this._changed=!1,this.context=new r.MethodsList(t),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_MethodsList=O;var R=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),A=function(t){function e(n,r,o,s){t.call(this,e,R,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"methods-list",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new M(this.viewUtils,this,0,this._el_0),this._MethodsList_0_3=new O(this.injectorGet(l.SpecManager,this.parentIndex)),this.compView_0.create(this._MethodsList_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._MethodsList_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.MethodsList&&0===e?this._MethodsList_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._MethodsList_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.MethodsListNgFactory=new u.ComponentFactory("methods-list",A,r.MethodsList);var N=[h.styles],P=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,N,{}),M=function(t){function e(n,r,o,s){t.call(this,e,P,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._el_0=s.createRenderElement(this.renderer,e,"div",new s.InlineArray2(2,"class","methods"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new p.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new d.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new f.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.injectorGet(y.IterableDiffers,this.parentIndex),this.ref),this._text_3=this.renderer.createText(this._el_0,"\n",null),this._text_4=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new _.MarkedPipe(this.parentView.injectorGet(m.DomSanitizer,this.parentIndex)),this.init(null,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._text_4],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&2===e?this._TemplateRef_2_5:t===g.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.tags;this._NgFor_2_6.check_ngForOf(e,t,!1);var n=this.context.trackByTagName;this._NgFor_2_6.check_ngForTrackBy(n,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new D(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView);e.View_MethodsList0=M;var D=function(t){function e(n,r,o,s,a){t.call(this,e,P,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","tag"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new p.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new d.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new v.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_4=new p.ViewContainer(4,0,this,this._anchor_4),this._TemplateRef_4_5=new d.TemplateRef_(this,4,this._anchor_4),this._LazyFor_4_6=new b.Wrapper_LazyFor(this._TemplateRef_4_5,this.parentView.ref,this._vc_4.vcRef,this.parentView.parentView.injectorGet(w.LazyTasksService,this.parentView.parentIndex),this.parentView.parentView.injectorGet(x.ScrollService,this.parentView.parentIndex)),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&2===e?this._TemplateRef_2_5:t===I.NgIf&&2===e?this._NgIf_2_6.context:t===d.TemplateRef&&4===e?this._TemplateRef_4_5:t===w.LazyFor&&4===e?this._LazyFor_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=!this.context.$implicit.headless;this._NgIf_2_6.check_ngIf(e,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t);var n=this.context.$implicit.methods;this._LazyFor_4_6.check_lazyForOf(n,t,!1),this._LazyFor_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new V(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new L(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(o.AppView),V=function(t){function e(n,r,o,s,a){t.call(this,e,P,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_12=i.UNINITIALIZED,this._expr_13=i.UNINITIALIZED,this._expr_14=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","tag-info"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"h1",new s.InlineArray2(2,"class","sharable-header"),null),this._text_3=this.renderer.createText(this._el_2," ",null),this._el_4=s.createRenderElement(this.renderer,this._el_2,"a",new s.InlineArray2(2,"class","share-link"),null),this._text_5=this.renderer.createText(this._el_2,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_7=new p.ViewContainer(7,0,this,this._anchor_7),this._TemplateRef_7_5=new d.TemplateRef_(this,7,this._anchor_7),this._NgIf_7_6=new v.Wrapper_NgIf(this._vc_7.vcRef,this._TemplateRef_7_5),this._text_8=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._anchor_7,this._text_8],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&7===e?this._TemplateRef_7_5:t===I.NgIf&&7===e?this._NgIf_7_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.$implicit.description;this._NgIf_7_6.check_ngIf(e,t,!1),this._NgIf_7_6.ngDoCheck(this,this._anchor_7,t),this._vc_7.detectChangesInNestedViews(t);var n=this.parentView.context.$implicit.id;s.checkBinding(t,this._expr_12,n)&&(this.renderer.setElementAttribute(this._el_0,"section",null==n?null:n.toString()),this._expr_12=n);var r=s.inlineInterpolate(1,"#",this.parentView.context.$implicit.id,"");s.checkBinding(t,this._expr_13,r)&&(this.renderer.setElementProperty(this._el_4,"href",this.viewUtils.sanitizer.sanitize(C.SecurityContext.URL,r)),this._expr_13=r);var i=s.inlineInterpolate(1,"",this.parentView.context.$implicit.name," ");s.checkBinding(t,this._expr_14,i)&&(this.renderer.setText(this._text_5,i),this._expr_14=i)},e.prototype.destroyInternal=function(){this._vc_7.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 7==t?new j(this.viewUtils,this,7,this._anchor_7,this._vc_7):null},e}(o.AppView),j=function(t){function e(n,r,o,s,a){t.call(this,e,P,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"p",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," ",null),this._pipe_marked_0_0=s.pureProxy1(this.parentView.parentView.parentView._pipe_marked_0.transform.bind(this.parentView.parentView.parentView._pipe_marked_0)),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper;e.reset();var n=e.unwrap(s.castByValue(this._pipe_marked_0_0,this.parentView.parentView.parentView._pipe_marked_0.transform)(this.parentView.parentView.context.$implicit.description));(e.hasWrappedValue||s.checkBinding(t,this._expr_2,n))&&(this.renderer.setElementProperty(this._el_0,"innerHTML",this.viewUtils.sanitizer.sanitize(C.SecurityContext.HTML,n)),this._expr_2=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),L=function(t){function e(n,r,o,s,a){t.call(this,e,P,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_3=i.UNINITIALIZED,this._expr_4=i.UNINITIALIZED,this._expr_5=i.UNINITIALIZED,this._expr_6=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"method",s.EMPTY_INLINE_ARRAY,null),this.compView_0=new T.View_Method0(this.viewUtils,this,0,this._el_0),this._Method_0_3=new T.Wrapper_Method(this.parentView.parentView.parentView.injectorGet(l.SpecManager,this.parentView.parentView.parentIndex),this.parentView.parentView.parentView.injectorGet(E.OptionsService,this.parentView.parentView.parentIndex),new S.ElementRef(this._el_0)),this.compView_0.create(this._Method_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.Method&&0===e?this._Method_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.pointer;this._Method_0_3.check_pointer(e,t,!1);var n=this.context.$implicit.tag;this._Method_0_3.check_tag(n,t,!1),this._Method_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce();var r=!this.context.show;s.checkBinding(t,this._expr_3,r)&&(this.renderer.setElementProperty(this._el_0,"hidden",r),this._expr_3=r);var i=this.context.$implicit.pointer;s.checkBinding(t,this._expr_4,i)&&(this.renderer.setElementAttribute(this._el_0,"pointer",null==i?null:i.toString()),this._expr_4=i);var o=this.context.$implicit.tag;s.checkBinding(t,this._expr_5,o)&&(this.renderer.setElementAttribute(this._el_0,"section",null==o?null:o.toString()),this._expr_5=o);var a=this.context.$implicit.operationId;s.checkBinding(t,this._expr_6,a)&&(this.renderer.setElementAttribute(this._el_0,"operation-id",null==a?null:a.toString()),this._expr_6=a),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block; }\n\n.param-list-header[_ngcontent-%COMP%] {\n border-bottom: 1px solid rgba(38, 50, 56, 0.3);\n margin: 3em 0 1em 0;\n color: rgba(38, 50, 56, 0.5);\n font-weight: normal;\n text-transform: uppercase; }\n\n.param-name-wrap[_ngcontent-%COMP%] {\n display: inline-block;\n padding-right: 25px;\n font-family: Montserrat, sans-serif; }\n\n.param-info[_ngcontent-%COMP%] {\n border-bottom: 1px solid #9fb4be;\n padding: 10px 0;\n width: 75%;\n box-sizing: border-box; }\n .param-info[_ngcontent-%COMP%] > div[_ngcontent-%COMP%] {\n line-height: 1; }\n\n.param-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.param-required[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #e53935;\n font-size: 12px;\n font-weight: bold; }\n\n.param-nullable[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: #3195a6;\n font-size: 12px;\n font-weight: bold; }\n\n.param-type[_ngcontent-%COMP%], .param-array-format[_ngcontent-%COMP%] {\n vertical-align: middle;\n line-height: 20px;\n color: rgba(38, 50, 56, 0.4);\n font-size: 0.929em; }\n\n.param-type[_ngcontent-%COMP%] {\n font-weight: normal; }\n .param-type.array[_ngcontent-%COMP%]::before, .param-type.tuple[_ngcontent-%COMP%]::before {\n color: #263238;\n font-weight: 300; }\n .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.array[_ngcontent-%COMP%]::before, .param-collection-format-multi[_ngcontent-%COMP%] + .param-type.tuple[_ngcontent-%COMP%]::before {\n content: none; }\n .param-type.array[_ngcontent-%COMP%]::before {\n content: \"Array of \"; }\n .param-type.tuple[_ngcontent-%COMP%]::before {\n content: \"Tuple \"; }\n .param-type.with-hint[_ngcontent-%COMP%] {\n display: inline-block;\n margin-bottom: 0.4em;\n border-bottom: 1px dotted rgba(38, 50, 56, 0.4);\n padding: 0;\n cursor: help; }\n .param-type-trivial[_ngcontent-%COMP%] {\n display: inline-block; }\n .param-type-file[_ngcontent-%COMP%] {\n font-weight: bold;\n text-transform: capitalize; }\n\n.param-name[_ngcontent-%COMP%] {\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n box-sizing: border-box;\n position: relative;\n padding: 10px 0;\n vertical-align: top;\n line-height: 20px;\n white-space: nowrap;\n font-size: 0.929em;\n font-weight: 400; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::before {\n content: '';\n display: inline-block;\n width: 1px;\n height: 7px;\n background-color: #0033a0;\n margin: 0 10px;\n vertical-align: middle; }\n .param-name[_ngcontent-%COMP%] > span[_ngcontent-%COMP%]::after {\n content: '';\n position: absolute;\n border-top: 1px solid rgba(0, 51, 160, 0.5);\n width: 10px;\n left: 0;\n top: 21px; }\n\n.param[_ngcontent-%COMP%]:first-of-type > .param-name[_ngcontent-%COMP%]::before {\n content: '';\n display: block;\n position: absolute;\n left: -1px;\n top: 0;\n border-left: 2px solid #fff;\n height: 21px; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%], .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%] {\n position: relative; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]::after, .param.last[_ngcontent-%COMP%] > .param-name[_ngcontent-%COMP%]::after {\n content: '';\n display: block;\n position: absolute;\n left: -2px;\n border-left: 2px solid #fff;\n top: 22px;\n background-color: #fff;\n bottom: 0; }\n\n.param-wrap[_ngcontent-%COMP%]:last-of-type > .param-schema[_ngcontent-%COMP%] {\n border-left-color: transparent; }\n\n.param-schema[_ngcontent-%COMP%] .param-wrap[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]::before {\n display: none; }\n\n.param-schema.last[_ngcontent-%COMP%] > td[_ngcontent-%COMP%] {\n border-left: 0; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid values: '; }\n\n.param-enum[_ngcontent-%COMP%] {\n color: #263238;\n font-size: 0.95em; }\n .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid values: '; }\n .param-type.array[_ngcontent-%COMP%] ~ .param-enum[_ngcontent-%COMP%]::before {\n content: 'Valid items values: '; }\n\n.param-pattern[_ngcontent-%COMP%] {\n color: #3195a6;\n white-space: nowrap; }\n .param-pattern[_ngcontent-%COMP%]::before, .param-pattern[_ngcontent-%COMP%]::after {\n content: '/';\n margin: 0 3px;\n font-size: 1.2em;\n font-weight: bold; }\n\n.param-default[_ngcontent-%COMP%] {\n font-size: 0.95em; }\n .param-default[_ngcontent-%COMP%]::before {\n content: 'Default: '; }\n\n.param-enum-value[_ngcontent-%COMP%], .param-default-value[_ngcontent-%COMP%] {\n background-color: #fff;\n border: 1px solid rgba(38, 50, 56, 0.2);\n margin: 2px 3px;\n padding: 0 5px;\n border-radius: 2px;\n color: #263238;\n display: inline-block;\n min-width: 20px;\n text-align: center; }\n\nheader.paramType[_ngcontent-%COMP%] {\n margin: 25px 0 5px 0;\n text-transform: capitalize; }\n\n.param-array-format[_ngcontent-%COMP%] {\n color: black;\n font-weight: 300; }\n\n.params-wrap[_ngcontent-%COMP%] {\n display: table;\n width: 100%; }\n\n.param-name[_ngcontent-%COMP%] {\n display: table-cell;\n vertical-align: top; }\n\n.param-info[_ngcontent-%COMP%] {\n display: table-cell;\n width: 100%; }\n\n.param[_ngcontent-%COMP%] {\n display: table-row; }\n\n.param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%] {\n border-left: 0; }\n .param[_ngcontent-%COMP%]:last-of-type > .param-name[_ngcontent-%COMP%]:after {\n content: \"\";\n display: block;\n position: absolute;\n left: 0;\n border-left: 1px solid rgba(0, 51, 160, 0.5);\n height: 21px;\n background-color: white;\n top: 0; }\n\n.param[_ngcontent-%COMP%]:first-of-type .param-name[_ngcontent-%COMP%]:after {\n content: \"\";\n display: block;\n position: absolute;\n left: -1px;\n border-left: 2px solid #fff;\n height: 20px;\n background-color: white;\n top: 0; }\n\n[data-hint][_ngcontent-%COMP%] {\n width: 1.2em;\n text-align: center;\n border-radius: 50%;\n vertical-align: middle;\n color: #999999;\n line-height: 1.2;\n text-transform: none;\n cursor: help;\n border: 1px solid #999999;\n margin-left: 0.5em; }\n\n@media (max-width: 520px) {\n [data-hint][_ngcontent-%COMP%] {\n float: right; }\n [data-hint][_ngcontent-%COMP%]:after {\n margin-left: 12px;\n transform: translateX(-100%) translateY(-8px);\n -moz-transform: translateX(-100%) translateY(-8px);\n -webkit-transform: translateX(-100%) translateY(-8px); } }"]},function(t,e,n){"use strict";var r=n(222),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(460),p=n(23),f=n(36),_=n(56),d=n(79),y=n(25),m=n(34),g=n(54),v=n(28),b=n(46),w=n(106),x=n(59),I=n(22),C=n(74),k=n(39),T=n(142),E=n(121),S=n(216),O=n(60),R=n(217),A=n(35),N=function(){function t(t){this._changed=!1,this.context=new r.ParamsList(t),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_ParamsList=N;var P=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),M=function(t){function e(n,r,o,s){t.call(this,e,P,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"params-list",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new j(this.viewUtils,this,0,this._el_0),this._ParamsList_0_3=new N(this.injectorGet(l.SpecManager,this.parentIndex)),this.compView_0.create(this._ParamsList_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._ParamsList_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.ParamsList&&0===e?this._ParamsList_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._ParamsList_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.ParamsListNgFactory=new u.ComponentFactory("params-list",M,r.ParamsList);var D=[h.styles],V=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,D,{}),j=function(t){function e(n,r,o,s){t.call(this,e,V,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new p.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new y.TemplateRef_(this,0,this._anchor_0),this._NgIf_0_6=new f.Wrapper_NgIf(this._vc_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._vc_2=new p.ViewContainer(2,null,this,this._anchor_2),this._TemplateRef_2_5=new y.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new _.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.injectorGet(m.IterableDiffers,this.parentIndex),this.ref),this._text_3=this.renderer.createText(e,"\n\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._vc_4=new p.ViewContainer(4,null,this,this._anchor_4),this._TemplateRef_4_5=new y.TemplateRef_(this,4,this._anchor_4),this._NgIf_4_6=new f.Wrapper_NgIf(this._vc_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this._pipe_collectionFormat_0=new d.CollectionFormatPipe,this._pipe_marked_1=new d.MarkedPipe(this.parentView.injectorGet(g.DomSanitizer,this.parentIndex)),this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&0===e?this._TemplateRef_0_5:t===v.NgIf&&0===e?this._NgIf_0_6.context:t===y.TemplateRef&&2===e?this._TemplateRef_2_5:t===b.NgFor&&2===e?this._NgFor_2_6.context:t===y.TemplateRef&&4===e?this._TemplateRef_4_5:t===v.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.params.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.ngDoCheck(this,this._anchor_0,t);var n=this.context.params;this._NgFor_2_6.check_ngForOf(n,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t);var r=this.context.bodyParam;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_0.detectChangesInNestedViews(t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews(),this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new L(this.viewUtils,this,0,this._anchor_0,this._vc_0):2==t?new F(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new G(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(o.AppView);e.View_ParamsList0=j;var L=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"h5",new s.InlineArray2(2,"class","param-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Parameters ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),F=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a), +this._expr_15=i.UNINITIALIZED,this._expr_16=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=s.createRenderElement(this.renderer,null,"header",new s.InlineArray2(2,"class","paramType"),null),this._text_2=this.renderer.createText(this._el_1,"",null),this._el_3=s.createRenderElement(this.renderer,this._el_1,"span",new s.InlineArray2(2,"class","hint--top-right hint--large"),null),this._text_4=this.renderer.createText(this._el_3,"?",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._text_6=this.renderer.createText(null,"\n ",null),this._el_7=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","params-wrap"),null),this._text_8=this.renderer.createText(this._el_7,"\n ",null),this._anchor_9=this.renderer.createTemplateAnchor(this._el_7,null),this._vc_9=new p.ViewContainer(9,7,this,this._anchor_9),this._TemplateRef_9_5=new y.TemplateRef_(this,9,this._anchor_9),this._NgFor_9_6=new _.Wrapper_NgFor(this._vc_9.vcRef,this._TemplateRef_9_5,this.parentView.injectorGet(m.IterableDiffers,this.parentIndex),this.parentView.ref),this._text_10=this.renderer.createText(this._el_7,"\n ",null),this._text_11=this.renderer.createText(null,"\n",null),this.init(this._text_11,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._text_6,this._el_7,this._text_8,this._anchor_9,this._text_10,this._text_11],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&9===e?this._TemplateRef_9_5:t===b.NgFor&&9===e?this._NgFor_9_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.params;this._NgFor_9_6.check_ngForOf(e,t,!1),this._NgFor_9_6.ngDoCheck(this,this._anchor_9,t),this._vc_9.detectChangesInNestedViews(t);var n=s.inlineInterpolate(1,"\n ",this.context.$implicit.place," Parameters\n ");s.checkBinding(t,this._expr_15,n)&&(this.renderer.setText(this._text_2,n),this._expr_15=n);var r=this.context.$implicit.placeHint;s.checkBinding(t,this._expr_16,r)&&(this.renderer.setElementAttribute(this._el_3,"data-hint",null==r?null:r.toString()),this._expr_16=r)},e.prototype.destroyInternal=function(){this._vc_9.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_6,e),t(this._el_7,e),t(this._text_11,e)},e.prototype.createEmbeddedViewInternal=function(t){return 9==t?new B(this.viewUtils,this,9,this._anchor_9,this._vc_9):null},e}(o.AppView),B=function(t){function e(n,r,o,a,u){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,a,i.ChangeDetectorStatus.CheckAlways,u),this._expr_50=i.UNINITIALIZED,this._expr_51=i.UNINITIALIZED,this._map_52=s.pureProxy1(function(t){return{"with-hint":t}}),this._expr_53=i.UNINITIALIZED,this._expr_54=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","param"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","param-name"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=s.createRenderElement(this.renderer,this._el_2,"span",new s.InlineArray2(2,"class","param-name-wrap"),null),this._text_5=this.renderer.createText(this._el_4,"",null),this._text_6=this.renderer.createText(this._el_2,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this._el_8=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","param-info"),null),this._text_9=this.renderer.createText(this._el_8,"\n ",null),this._el_10=s.createRenderElement(this.renderer,this._el_8,"div",s.EMPTY_INLINE_ARRAY,null),this._text_11=this.renderer.createText(this._el_10,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_10,null),this._vc_12=new p.ViewContainer(12,10,this,this._anchor_12),this._TemplateRef_12_5=new y.TemplateRef_(this,12,this._anchor_12),this._NgIf_12_6=new f.Wrapper_NgIf(this._vc_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_10,"\n ",null),this._el_14=s.createRenderElement(this.renderer,this._el_10,"span",s.EMPTY_INLINE_ARRAY,null),this._NgClass_14_3=new w.Wrapper_NgClass(this.parentView.parentView.injectorGet(m.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.injectorGet(x.KeyValueDiffers,this.parentView.parentIndex),new I.ElementRef(this._el_14),this.renderer),this._text_15=this.renderer.createText(this._el_14,"",null),this._text_16=this.renderer.createText(this._el_10,"\n ",null),this._anchor_17=this.renderer.createTemplateAnchor(this._el_10,null),this._vc_17=new p.ViewContainer(17,10,this,this._anchor_17),this._TemplateRef_17_5=new y.TemplateRef_(this,17,this._anchor_17),this._NgIf_17_6=new f.Wrapper_NgIf(this._vc_17.vcRef,this._TemplateRef_17_5),this._text_18=this.renderer.createText(this._el_10,"\n ",null),this._anchor_19=this.renderer.createTemplateAnchor(this._el_10,null),this._vc_19=new p.ViewContainer(19,10,this,this._anchor_19),this._TemplateRef_19_5=new y.TemplateRef_(this,19,this._anchor_19),this._NgIf_19_6=new f.Wrapper_NgIf(this._vc_19.vcRef,this._TemplateRef_19_5),this._text_20=this.renderer.createText(this._el_10,"\n ",null),this._anchor_21=this.renderer.createTemplateAnchor(this._el_10,null),this._vc_21=new p.ViewContainer(21,10,this,this._anchor_21),this._TemplateRef_21_5=new y.TemplateRef_(this,21,this._anchor_21),this._NgIf_21_6=new f.Wrapper_NgIf(this._vc_21.vcRef,this._TemplateRef_21_5),this._text_22=this.renderer.createText(this._el_10,"\n ",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_10,null),this._vc_23=new p.ViewContainer(23,10,this,this._anchor_23),this._TemplateRef_23_5=new y.TemplateRef_(this,23,this._anchor_23),this._NgIf_23_6=new f.Wrapper_NgIf(this._vc_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_10,"\n ",null),this._anchor_25=this.renderer.createTemplateAnchor(this._el_10,null),this._vc_25=new p.ViewContainer(25,10,this,this._anchor_25),this._TemplateRef_25_5=new y.TemplateRef_(this,25,this._anchor_25),this._NgIf_25_6=new f.Wrapper_NgIf(this._vc_25.vcRef,this._TemplateRef_25_5),this._text_26=this.renderer.createText(this._el_10,"\n ",null),this._text_27=this.renderer.createText(this._el_8,"\n ",null),this._el_28=s.createRenderElement(this.renderer,this._el_8,"div",new s.InlineArray2(2,"class","param-description"),null),this._text_29=this.renderer.createText(this._el_8,"\n ",null),this._text_30=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_1_0=s.pureProxy1(this.parentView.parentView._pipe_marked_1.transform.bind(this.parentView.parentView._pipe_marked_1)),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._anchor_12,this._text_13,this._el_14,this._text_15,this._text_16,this._anchor_17,this._text_18,this._anchor_19,this._text_20,this._anchor_21,this._text_22,this._anchor_23,this._text_24,this._anchor_25,this._text_26,this._text_27,this._el_28,this._text_29,this._text_30],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&12===e?this._TemplateRef_12_5:t===v.NgIf&&12===e?this._NgIf_12_6.context:t===C.NgClass&&14<=e&&e<=15?this._NgClass_14_3.context:t===y.TemplateRef&&17===e?this._TemplateRef_17_5:t===v.NgIf&&17===e?this._NgIf_17_6.context:t===y.TemplateRef&&19===e?this._TemplateRef_19_5:t===v.NgIf&&19===e?this._NgIf_19_6.context:t===y.TemplateRef&&21===e?this._TemplateRef_21_5:t===v.NgIf&&21===e?this._NgIf_21_6.context:t===y.TemplateRef&&23===e?this._TemplateRef_23_5:t===v.NgIf&&23===e?this._NgIf_23_6.context:t===y.TemplateRef&&25===e?this._TemplateRef_25_5:t===v.NgIf&&25===e?this._NgIf_25_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n="array"===this.context.$implicit.type;this._NgIf_12_6.check_ngIf(n,t,!1),this._NgIf_12_6.ngDoCheck(this,this._anchor_12,t);var r=s.inlineInterpolate(1,"param-type ",this.context.$implicit.type,"");this._NgClass_14_3.check_klass(r,t,!1);var o=this._map_52(this.context.$implicit._displayTypeHint);this._NgClass_14_3.check_ngClass(o,t,!1),this._NgClass_14_3.ngDoCheck(this,this._el_14,t);var a=this.context.$implicit._range;this._NgIf_17_6.check_ngIf(a,t,!1),this._NgIf_17_6.ngDoCheck(this,this._anchor_17,t);var c=this.context.$implicit.required;this._NgIf_19_6.check_ngIf(c,t,!1),this._NgIf_19_6.ngDoCheck(this,this._anchor_19,t);var u=null!=this.context.$implicit.default;this._NgIf_21_6.check_ngIf(u,t,!1),this._NgIf_21_6.ngDoCheck(this,this._anchor_21,t);var l=this.context.$implicit.enum;this._NgIf_23_6.check_ngIf(l,t,!1),this._NgIf_23_6.ngDoCheck(this,this._anchor_23,t);var h=this.context.$implicit.pattern;this._NgIf_25_6.check_ngIf(h,t,!1),this._NgIf_25_6.ngDoCheck(this,this._anchor_25,t),this._vc_12.detectChangesInNestedViews(t),this._vc_17.detectChangesInNestedViews(t),this._vc_19.detectChangesInNestedViews(t),this._vc_21.detectChangesInNestedViews(t),this._vc_23.detectChangesInNestedViews(t),this._vc_25.detectChangesInNestedViews(t);var p=s.inlineInterpolate(1," ",this.context.$implicit.name," ");s.checkBinding(t,this._expr_50,p)&&(this.renderer.setText(this._text_5,p),this._expr_50=p);var f=s.inlineInterpolate(1,"",this.context.$implicit._displayTypeHint,"");s.checkBinding(t,this._expr_51,f)&&(this.renderer.setElementProperty(this._el_14,"title",f),this._expr_51=f);var _=s.inlineInterpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"");s.checkBinding(t,this._expr_53,_)&&(this.renderer.setText(this._text_15,_),this._expr_53=_),e.reset();var d=e.unwrap(s.castByValue(this._pipe_marked_1_0,this.parentView.parentView._pipe_marked_1.transform)(this.context.$implicit.description));(e.hasWrappedValue||s.checkBinding(t,this._expr_54,d))&&(this.renderer.setElementProperty(this._el_28,"innerHTML",this.viewUtils.sanitizer.sanitize(k.SecurityContext.HTML,d)),this._expr_54=d)},e.prototype.destroyInternal=function(){this._vc_12.destroyNestedViews(),this._vc_17.destroyNestedViews(),this._vc_19.destroyNestedViews(),this._vc_21.destroyNestedViews(),this._vc_23.destroyNestedViews(),this._vc_25.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 12==t?new U(this.viewUtils,this,12,this._anchor_12,this._vc_12):17==t?new z(this.viewUtils,this,17,this._anchor_17,this._vc_17):19==t?new H(this.viewUtils,this,19,this._anchor_19,this._vc_19):21==t?new q(this.viewUtils,this,21,this._anchor_21,this._vc_21):23==t?new W(this.viewUtils,this,23,this._anchor_23,this._vc_23):25==t?new $(this.viewUtils,this,25,this._anchor_25,this._vc_25):null},e}(o.AppView),U=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_collectionFormat_0_0=s.pureProxy1(this.parentView.parentView.parentView._pipe_collectionFormat_0.transform.bind(this.parentView.parentView.parentView._pipe_collectionFormat_0)),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=s.inlineInterpolate(1,"param-array-format param-collection-format-",this.parentView.context.$implicit.collectionFormat,"");s.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=s.inlineInterpolate(1,"\n ",e.unwrap(s.castByValue(this._pipe_collectionFormat_0_0,this.parentView.parentView.parentView._pipe_collectionFormat_0.transform)(this.parentView.context.$implicit)),"\n ");(e.hasWrappedValue||s.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),z=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1," ",this.parentView.context.$implicit._range," ");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),H=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-required"),null),this._text_1=this.renderer.createText(this._el_0,"Required",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),q=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_5=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","param-default"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"span",new s.InlineArray2(2,"class","param-default-value"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._pipe_json_0=new T.JsonPipe,this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper;e.reset();var n=s.inlineInterpolate(1,"",e.unwrap(this._pipe_json_0.transform(this.parentView.context.$implicit.default)),"");(e.hasWrappedValue||s.checkBinding(t,this._expr_5,n))&&(this.renderer.setText(this._text_3,n),this._expr_5=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),W=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","param-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new p.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new y.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new _.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.parentView.parentView.injectorGet(m.IterableDiffers,this.parentView.parentView.parentIndex),this.parentView.parentView.parentView.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&2===e?this._TemplateRef_2_5:t===b.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new Y(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView),Y=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new T.JsonPipe,this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=s.inlineInterpolate(1,"param-enum-value ",this.context.$implicit.type,"");s.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=s.inlineInterpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||s.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),$=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","param-pattern"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"",this.parentView.context.$implicit.pattern,"");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),G=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_21=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new p.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new y.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new f.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(this._el_0,"\n\n ",null),this._el_4=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","body-param-description"),null),this._text_5=this.renderer.createText(this._el_0,"\n ",null),this._el_6=s.createRenderElement(this.renderer,this._el_0,"div",s.EMPTY_INLINE_ARRAY,null),this._text_7=this.renderer.createText(this._el_6,"\n ",null),this._el_8=s.createRenderElement(this.renderer,this._el_6,"br",s.EMPTY_INLINE_ARRAY,null),this._text_9=this.renderer.createText(this._el_6,"\n ",null),this._el_10=s.createRenderElement(this.renderer,this._el_6,"json-schema-lazy",s.EMPTY_INLINE_ARRAY,null),this._vc_10=new p.ViewContainer(10,6,this,this._el_10),this.compView_10=new S.View_JsonSchemaLazy0(this.viewUtils,this,10,this._el_10),this._ComponentFactoryResolver_10_5=new O.CodegenComponentFactoryResolver([R.JsonSchemaNgFactory],this.parentView.injectorGet(O.ComponentFactoryResolver,this.parentIndex)),this._JsonSchemaLazy_10_6=new S.Wrapper_JsonSchemaLazy(this.parentView.injectorGet(l.SpecManager,this.parentIndex),this._vc_10.vcRef,new I.ElementRef(this._el_10),this._ComponentFactoryResolver_10_5,this.parentView.injectorGet(A.OptionsService,this.parentIndex),this.renderer),this._text_11=this.renderer.createText(null,"\n ",null),this.compView_10.create(this._JsonSchemaLazy_10_6.context),this._text_12=this.renderer.createText(this._el_6,"\n ",null),this._text_13=this.renderer.createText(this._el_0,"\n",null),this._pipe_marked_1_1=s.pureProxy1(this.parentView._pipe_marked_1.transform.bind(this.parentView._pipe_marked_1)),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._el_4,this._text_5,this._el_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._text_12,this._text_13],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===y.TemplateRef&&2===e?this._TemplateRef_2_5:t===v.NgIf&&2===e?this._NgIf_2_6.context:t===O.ComponentFactoryResolver&&10===e?this._ComponentFactoryResolver_10_5:t===E.JsonSchemaLazy&&10<=e&&e<=11?this._JsonSchemaLazy_10_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=this.parentView.context.bodyParam;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t);var r=s.inlineInterpolate(1,"",this.parentView.context.bodyParam._pointer,"/schema");this._JsonSchemaLazy_10_6.check_pointer(r,t,!1);var o=!0;this._JsonSchemaLazy_10_6.check_auto(o,t,!1);var a=!0;this._JsonSchemaLazy_10_6.check_isRequestSchema(a,t,!1),this._JsonSchemaLazy_10_6.ngDoCheck(this,this._el_10,t),this._vc_2.detectChangesInNestedViews(t),this._vc_10.detectChangesInNestedViews(t),e.reset();var c=e.unwrap(s.castByValue(this._pipe_marked_1_1,this.parentView._pipe_marked_1.transform)(this.parentView.context.bodyParam.description));(e.hasWrappedValue||s.checkBinding(t,this._expr_21,c))&&(this.renderer.setElementProperty(this._el_4,"innerHTML",this.viewUtils.sanitizer.sanitize(k.SecurityContext.HTML,c)),this._expr_21=c),this.compView_10.detectChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_10_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews(),this._vc_10.destroyNestedViews(),this.compView_10.destroy(),this._JsonSchemaLazy_10_6.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new Z(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView),Z=function(t){function e(n,r,o,s,a){t.call(this,e,V,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"h5",new s.InlineArray2(2,"class","param-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Request Body ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n box-sizing: border-box;\n -webkit-tap-highlight-color: transparent;\n -moz-tap-highlight-color: transparent;\n -ms-tap-highlight-color: transparent;\n -o-tap-highlight-color: transparent;\n tap-highlight-color: transparent;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n font-smoothing: antialiased;\n -webkit-osx-font-smoothing: grayscale;\n -moz-osx-font-smoothing: grayscale;\n osx-font-smoothing: grayscale;\n -webkit-text-size-adjust: 100%;\n -moz-text-size-adjust: 100%;\n text-size-adjust: 100%;\n -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);\n text-rendering: optimizeSpeed !important;\n font-smooth: always;\n -webkit-text-size-adjust: 100%;\n -ms-text-size-adjust: 100%;\n text-size-adjust: 100%; }\n\n.redoc-wrap[_ngcontent-%COMP%] {\n z-index: 0;\n position: relative;\n overflow: hidden;\n font-family: Roboto, sans-serif;\n font-size: 14px;\n line-height: 1.5em;\n color: #263238; }\n\n.menu-content[_ngcontent-%COMP%] {\n overflow: hidden; }\n\n[sticky-sidebar][_ngcontent-%COMP%] {\n width: 260px;\n background-color: #fafafa;\n overflow-y: auto;\n overflow-x: hidden;\n transform: translateZ(0);\n z-index: 75; }\n @media (max-width: 1000px) {\n [sticky-sidebar][_ngcontent-%COMP%] {\n width: 100%;\n bottom: auto !important; } }\n\n.api-content[_ngcontent-%COMP%] {\n margin-left: 260px;\n z-index: 50;\n position: relative;\n top: 0; }\n @media (max-width: 1000px) {\n .api-content[_ngcontent-%COMP%] {\n padding-top: 3em;\n margin-left: 0; } }\n\n.background[_ngcontent-%COMP%] {\n position: fixed;\n top: 0;\n bottom: 0;\n right: 0;\n left: 260px;\n z-index: 1; }\n .background-actual[_ngcontent-%COMP%] {\n background: #263238;\n left: 60%;\n right: 0;\n top: 0;\n bottom: 0;\n position: absolute; }\n @media (max-width: 1100px) {\n .background[_ngcontent-%COMP%] {\n display: none; } }\n\n.redoc-error[_ngcontent-%COMP%] {\n padding: 20px;\n text-align: center;\n color: #e53935; }\n .redoc-error[_ngcontent-%COMP%] > h2[_ngcontent-%COMP%] {\n color: #e53935;\n font-size: 40px; }\n\n.redoc-error-details[_ngcontent-%COMP%] {\n max-width: 750px;\n margin: 0 auto;\n font-size: 18px; }\n\n\n[_nghost-%COMP%] h1 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h2 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h3 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h4 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h5 {\n margin-top: 0;\n font-family: Montserrat, sans-serif;\n color: #263238;\n font-weight: 400;\n line-height: 1.5;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] h1 {\n font-size: 1.85714em;\n color: #0033a0; }\n\n[_nghost-%COMP%] h2 {\n font-size: 1.57143em; }\n\n[_nghost-%COMP%] h3 {\n font-size: 1.28571em; }\n\n[_nghost-%COMP%] h4 {\n font-size: 1.14286em; }\n\n[_nghost-%COMP%] h5 {\n font-size: 0.929em;\n line-height: 20px; }\n\n[_nghost-%COMP%] p {\n font-family: Roboto, sans-serif;\n font-weight: 300;\n margin: 0;\n margin-bottom: 1em;\n line-height: 1.5em; }\n\n[_nghost-%COMP%] a {\n text-decoration: none;\n color: #0033a0; }\n\n[_nghost-%COMP%] p > code {\n color: #e53935;\n border: 1px solid rgba(38, 50, 56, 0.1); }\n\n[_nghost-%COMP%] .hint--inversed:before {\n border-top-color: #fff; }\n\n[_nghost-%COMP%] .hint--inversed:after {\n background: #fff;\n color: #383838; }\n\n[_nghost-%COMP%] .share-link {\n cursor: pointer;\n margin-left: -15px;\n padding: 0;\n line-height: 1;\n width: 15px;\n display: inline-block; }\n\n[_nghost-%COMP%] .share-link:before {\n content: "";\n width: 15px;\n height: 15px;\n background-size: contain;\n background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjMDEwMTAxIiBkPSJNNDU5LjcgMjMzLjRsLTkwLjUgOTAuNWMtNTAgNTAtMTMxIDUwLTE4MSAwIC03LjktNy44LTE0LTE2LjctMTkuNC0yNS44bDQyLjEtNDIuMWMyLTIgNC41LTMuMiA2LjgtNC41IDIuOSA5LjkgOCAxOS4zIDE1LjggMjcuMiAyNSAyNSA2NS42IDI0LjkgOTAuNSAwbDkwLjUtOTAuNWMyNS0yNSAyNS02NS42IDAtOTAuNSAtMjQuOS0yNS02NS41LTI1LTkwLjUgMGwtMzIuMiAzMi4yYy0yNi4xLTEwLjItNTQuMi0xMi45LTgxLjYtOC45bDY4LjYtNjguNmM1MC01MCAxMzEtNTAgMTgxIDBDNTA5LjYgMTAyLjMgNTA5LjYgMTgzLjQgNDU5LjcgMjMzLjR6TTIyMC4zIDM4Mi4ybC0zMi4yIDMyLjJjLTI1IDI0LjktNjUuNiAyNC45LTkwLjUgMCAtMjUtMjUtMjUtNjUuNiAwLTkwLjVsOTAuNS05MC41YzI1LTI1IDY1LjUtMjUgOTAuNSAwIDcuOCA3LjggMTIuOSAxNy4yIDE1LjggMjcuMSAyLjQtMS40IDQuOC0yLjUgNi44LTQuNWw0Mi4xLTQyYy01LjQtOS4yLTExLjYtMTgtMTkuNC0yNS44IC01MC01MC0xMzEtNTAtMTgxIDBsLTkwLjUgOTAuNWMtNTAgNTAtNTAgMTMxIDAgMTgxIDUwIDUwIDEzMSA1MCAxODEgMGw2OC42LTY4LjZDMjc0LjYgMzk1LjEgMjQ2LjQgMzkyLjMgMjIwLjMgMzgyLjJ6Ii8+PC9zdmc+Cg==");\n opacity: 0.5;\n visibility: hidden;\n display: inline-block;\n vertical-align: middle; }\n\n[_nghost-%COMP%] .sharable-header:hover .share-link:before, [_nghost-%COMP%] .share-link:hover:before {\n visibility: visible; }\n\nfooter[_ngcontent-%COMP%] {\n position: relative;\n text-align: right;\n padding: 10px 40px;\n font-size: 15px;\n margin-top: -35px;\n color: white; }\n footer[_ngcontent-%COMP%] a[_ngcontent-%COMP%] {\n color: white; }\n footer[_ngcontent-%COMP%] strong[_ngcontent-%COMP%] {\n font-size: 18px; }\n\n\n[_nghost-%COMP%] .redoc-markdown-block pre {\n font-family: Courier, monospace;\n white-space: pre-wrap;\n background-color: #263238;\n color: white;\n padding: 12px 14px 15px 14px;\n overflow-x: auto;\n line-height: normal;\n border-radius: 2px;\n border: 1px solid rgba(38, 50, 56, 0.1); }\n [_nghost-%COMP%] .redoc-markdown-block pre code {\n background-color: transparent; }\n [_nghost-%COMP%] .redoc-markdown-block pre code:before, [_nghost-%COMP%] .redoc-markdown-block pre code:after {\n content: none; }\n\n[_nghost-%COMP%] .redoc-markdown-block code {\n font-family: Courier, monospace;\n background-color: rgba(38, 50, 56, 0.04);\n padding: 0.1em 0 0.2em 0;\n font-size: 1em;\n border-radius: 2px; }\n [_nghost-%COMP%] .redoc-markdown-block code:before, [_nghost-%COMP%] .redoc-markdown-block code:after {\n letter-spacing: -0.2em;\n content: "\\00a0"; }\n\n[_nghost-%COMP%] .redoc-markdown-block p:last-of-type {\n margin-bottom: 0; }\n\n[_nghost-%COMP%] .redoc-markdown-block blockquote {\n margin: 0;\n margin-bottom: 1em;\n padding: 0 15px;\n color: #777;\n border-left: 4px solid #ddd; }\n\n[_nghost-%COMP%] .redoc-markdown-block img {\n max-width: 100%;\n box-sizing: content-box; }\n\n[_nghost-%COMP%] .redoc-markdown-block ul, [_nghost-%COMP%] .redoc-markdown-block ol {\n padding-left: 2em;\n margin: 0;\n margin-bottom: 1em; }\n\n[_nghost-%COMP%] .redoc-markdown-block table {\n display: block;\n width: 100%;\n overflow: auto;\n word-break: normal;\n word-break: keep-all;\n border-collapse: collapse;\n border-spacing: 0;\n margin-top: 0.5em;\n margin-bottom: 0.5em; }\n\n[_nghost-%COMP%] .redoc-markdown-block table tr {\n background-color: #fff;\n border-top: 1px solid #ccc; }\n [_nghost-%COMP%] .redoc-markdown-block table tr:nth-child(2n) {\n background-color: #f8f8f8; }\n\n[_nghost-%COMP%] .redoc-markdown-block table th, [_nghost-%COMP%] .redoc-markdown-block table td {\n padding: 6px 13px;\n border: 1px solid #ddd; }\n\n[_nghost-%COMP%] .redoc-markdown-block table th {\n text-align: left;\n font-weight: bold; }']},function(t,e,n){"use strict";var r=n(305),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(35),p=n(22),f=n(90),_=n(76),d=n(161),y=n(462),m=n(23),g=n(36),v=n(25),b=n(28),w=n(219),x=n(456),I=n(481),C=n(215),k=n(454),T=n(227),E=n(474),S=n(228),O=n(476),R=n(214),A=n(452),N=n(221),P=n(459),M=n(67),D=n(162),V=n(232),j=function(){function t(t,e,n,o,s,a,c){this._changed=!1,this.context=new r.Redoc(t,e,n,o,s,a,c),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED, +this._expr_2=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_specUrl=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.specUrl=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){var i=this.context.specLoading;s.checkBinding(r,this._expr_1,i)&&(t.renderer.setElementClass(n,"loading",i),this._expr_1=i);var o=this.context.specLoadingRemove;s.checkBinding(r,this._expr_2,o)&&(t.renderer.setElementClass(n,"loading-remove",o),this._expr_2=o)},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_Redoc=j;var L=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),F=function(t){function e(n,r,o,s){t.call(this,e,L,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"redoc",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new z(this.viewUtils,this,0,this._el_0),this._Redoc_0_3=new j(this.injectorGet(l.SpecManager,this.parentIndex),this.injectorGet(h.OptionsService,this.parentIndex),new p.ElementRef(this._el_0),this.compView_0.ref,this.injectorGet(f.AppStateService,this.parentIndex),this.injectorGet(_.LazyTasksService,this.parentIndex),this.injectorGet(d.Hash,this.parentIndex)),this.compView_0.create(this._Redoc_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._Redoc_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.Redoc&&0===e?this._Redoc_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._Redoc_0_3.ngDoCheck(this,this._el_0,t),this._Redoc_0_3.checkHost(this,this.compView_0,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.RedocNgFactory=new u.ComponentFactory("redoc",F,r.Redoc);var B=[y.styles],U=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,B,{}),z=function(t){function e(n,r,o,s){t.call(this,e,U,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new m.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new v.TemplateRef_(this,0,this._anchor_0),this._NgIf_0_6=new g.Wrapper_NgIf(this._vc_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._vc_2=new m.ViewContainer(2,null,this,this._anchor_2),this._TemplateRef_2_5=new v.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new g.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._vc_4=new m.ViewContainer(4,null,this,this._anchor_4),this._TemplateRef_4_5=new v.TemplateRef_(this,4,this._anchor_4),this._NgIf_4_6=new g.Wrapper_NgIf(this._vc_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===v.TemplateRef&&0===e?this._TemplateRef_0_5:t===b.NgIf&&0===e?this._NgIf_0_6.context:t===v.TemplateRef&&2===e?this._TemplateRef_2_5:t===b.NgIf&&2===e?this._NgIf_2_6.context:t===v.TemplateRef&&4===e?this._TemplateRef_4_5:t===b.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.error;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.ngDoCheck(this,this._anchor_0,t);var n=this.context.options.lazyRendering;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t);var r=this.context.specLoaded&&!this.context.error;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_0.detectChangesInNestedViews(t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews(),this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new H(this.viewUtils,this,0,this._anchor_0,this._vc_0):2==t?new q(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new W(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(o.AppView);e.View_Redoc0=z;var H=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_8=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","redoc-error"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"h1",s.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"Oops... ReDoc failed to render this spec",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","redoc-error-details"),null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1,"",this.parentView.context.error.message,"");s.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),q=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"loading-bar",s.EMPTY_INLINE_ARRAY,null),this.compView_0=new x.View_LoadingBar0(this.viewUtils,this,0,this._el_0),this._LoadingBar_0_3=new x.Wrapper_LoadingBar,this._text_1=this.renderer.createText(null," ",null),this.compView_0.create(this._LoadingBar_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===w.LoadingBar&&0<=e&&e<=1?this._LoadingBar_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.loadingProgress;this._LoadingBar_0_3.check_progress(e,t,!1),this._LoadingBar_0_3.ngDoCheck(this,this._el_0,t),this._LoadingBar_0_3.checkHost(this,this.compView_0,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),W=function(t){function e(n,r,o,s,a){t.call(this,e,U,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","redoc-wrap"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","background"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=s.createRenderElement(this.renderer,this._el_2,"div",new s.InlineArray2(2,"class","background-actual"),null),this._text_5=this.renderer.createText(this._el_4," ",null),this._text_6=this.renderer.createText(this._el_2,"\n ",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this._el_8=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray4(4,"class","menu-content","sticky-sidebar",""),null),this._StickySidebar_8_3=new I.Wrapper_StickySidebar(new p.ElementRef(this._el_8)),this._text_9=this.renderer.createText(this._el_8,"\n ",null),this._el_10=s.createRenderElement(this.renderer,this._el_8,"api-logo",s.EMPTY_INLINE_ARRAY,null),this.compView_10=new k.View_ApiLogo0(this.viewUtils,this,10,this._el_10),this._ApiLogo_10_3=new k.Wrapper_ApiLogo(this.parentView.injectorGet(l.SpecManager,this.parentIndex)),this._text_11=this.renderer.createText(null," ",null),this.compView_10.create(this._ApiLogo_10_3.context),this._text_12=this.renderer.createText(this._el_8,"\n ",null),this._el_13=s.createRenderElement(this.renderer,this._el_8,"side-menu",s.EMPTY_INLINE_ARRAY,null),this.compView_13=new E.View_SideMenu0(this.viewUtils,this,13,this._el_13),this._SideMenu_13_3=new E.Wrapper_SideMenu(this.parentView.injectorGet(l.SpecManager,this.parentIndex),new p.ElementRef(this._el_13),this.parentView.injectorGet(M.ScrollService,this.parentIndex),this.parentView.injectorGet(D.MenuService,this.parentIndex),this.parentView.injectorGet(h.OptionsService,this.parentIndex),this.compView_13.ref),this._text_14=this.renderer.createText(null," ",null),this.compView_13.create(this._SideMenu_13_3.context),this._text_15=this.renderer.createText(this._el_8,"\n ",null),this._text_16=this.renderer.createText(this._el_0,"\n ",null),this._el_17=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","api-content"),null),this._text_18=this.renderer.createText(this._el_17,"\n ",null),this._el_19=s.createRenderElement(this.renderer,this._el_17,"warnings",s.EMPTY_INLINE_ARRAY,null),this.compView_19=new O.View_Warnings0(this.viewUtils,this,19,this._el_19),this._Warnings_19_3=new O.Wrapper_Warnings(this.parentView.injectorGet(l.SpecManager,this.parentIndex),this.parentView.injectorGet(h.OptionsService,this.parentIndex)),this.compView_19.create(this._Warnings_19_3.context),this._text_20=this.renderer.createText(this._el_17,"\n ",null),this._el_21=s.createRenderElement(this.renderer,this._el_17,"api-info",s.EMPTY_INLINE_ARRAY,null),this.compView_21=new A.View_ApiInfo0(this.viewUtils,this,21,this._el_21),this._ApiInfo_21_3=new A.Wrapper_ApiInfo(this.parentView.injectorGet(l.SpecManager,this.parentIndex),this.parentView.injectorGet(h.OptionsService,this.parentIndex)),this.compView_21.create(this._ApiInfo_21_3.context),this._text_22=this.renderer.createText(this._el_17,"\n ",null),this._el_23=s.createRenderElement(this.renderer,this._el_17,"methods-list",s.EMPTY_INLINE_ARRAY,null),this.compView_23=new P.View_MethodsList0(this.viewUtils,this,23,this._el_23),this._MethodsList_23_3=new P.Wrapper_MethodsList(this.parentView.injectorGet(l.SpecManager,this.parentIndex)),this._text_24=this.renderer.createText(null," ",null),this.compView_23.create(this._MethodsList_23_3.context),this._text_25=this.renderer.createText(this._el_17,"\n ",null),this._el_26=s.createRenderElement(this.renderer,this._el_17,"footer",s.EMPTY_INLINE_ARRAY,null),this._text_27=this.renderer.createText(this._el_26,"\n ",null),this._el_28=s.createRenderElement(this.renderer,this._el_26,"div",new s.InlineArray2(2,"class","powered-by-badge"),null),this._text_29=this.renderer.createText(this._el_28,"\n ",null),this._el_30=s.createRenderElement(this.renderer,this._el_28,"a",new s.InlineArray8(6,"href","https://github.com/Rebilly/ReDoc","target","_blank","title","Swagger-generated API Reference Documentation"),null),this._text_31=this.renderer.createText(this._el_30,"\n Powered by ",null),this._el_32=s.createRenderElement(this.renderer,this._el_30,"strong",s.EMPTY_INLINE_ARRAY,null),this._text_33=this.renderer.createText(this._el_32,"ReDoc",null),this._text_34=this.renderer.createText(this._el_30,"\n ",null),this._text_35=this.renderer.createText(this._el_28,"\n ",null),this._text_36=this.renderer.createText(this._el_26,"\n ",null),this._text_37=this.renderer.createText(this._el_17,"\n ",null),this._text_38=this.renderer.createText(this._el_0,"\n",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._text_7,this._el_8,this._text_9,this._el_10,this._text_11,this._text_12,this._el_13,this._text_14,this._text_15,this._text_16,this._el_17,this._text_18,this._el_19,this._text_20,this._el_21,this._text_22,this._el_23,this._text_24,this._text_25,this._el_26,this._text_27,this._el_28,this._text_29,this._el_30,this._text_31,this._el_32,this._text_33,this._text_34,this._text_35,this._text_36,this._text_37,this._text_38],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===C.ApiLogo&&10<=e&&e<=11?this._ApiLogo_10_3.context:t===T.SideMenu&&13<=e&&e<=14?this._SideMenu_13_3.context:t===V.StickySidebar&&8<=e&&e<=15?this._StickySidebar_8_3.context:t===S.Warnings&&19===e?this._Warnings_19_3.context:t===R.ApiInfo&&21===e?this._ApiInfo_21_3.context:t===N.MethodsList&&23<=e&&e<=24?this._MethodsList_23_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.options.$scrollParent;this._StickySidebar_8_3.check_scrollParent(e,t,!1);var n=this.parentView.context.options.scrollYOffset;this._StickySidebar_8_3.check_scrollYOffset(n,t,!1),this._StickySidebar_8_3.ngDoCheck(this,this._el_8,t),this._ApiLogo_10_3.ngDoCheck(this,this._el_10,t)&&this.compView_10.markAsCheckOnce(),this._SideMenu_13_3.ngDoCheck(this,this._el_13,t),this._Warnings_19_3.ngDoCheck(this,this._el_19,t),this._ApiInfo_21_3.ngDoCheck(this,this._el_21,t)&&this.compView_21.markAsCheckOnce(),this._MethodsList_23_3.ngDoCheck(this,this._el_23,t)&&this.compView_23.markAsCheckOnce(),this.compView_10.detectChanges(t),this.compView_13.detectChanges(t),this.compView_19.detectChanges(t),this.compView_21.detectChanges(t),this.compView_23.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_10.destroy(),this.compView_13.destroy(),this.compView_19.destroy(),this.compView_21.destroy(),this.compView_23.destroy(),this._StickySidebar_8_3.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\n.action-buttons[_ngcontent-%COMP%] {\n opacity: 0;\n transition: opacity 0.3s ease;\n transform: translateY(100%);\n z-index: 3;\n position: relative;\n height: 2em;\n line-height: 2em;\n padding-right: 10px;\n text-align: right;\n margin-top: -1em; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n padding: 2px 10px;\n color: #ffffff;\n cursor: pointer; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover {\n background-color: #455b66; }\n\n.code-sample[_ngcontent-%COMP%]:hover > .action-buttons[_ngcontent-%COMP%] {\n opacity: 1; }\n\nheader[_ngcontent-%COMP%] {\n font-family: Montserrat;\n font-size: 0.929em;\n text-transform: uppercase;\n margin: 0;\n color: #9fb4be;\n text-transform: uppercase;\n font-weight: normal;\n margin-top: 20px; }\n\n[_nghost-%COMP%] > tabs > ul li {\n font-family: Montserrat;\n font-size: .9em;\n border-radius: 2px;\n margin: 2px 0;\n padding: 3px 10px 2px 10px;\n line-height: 16px;\n color: #9fb4be; }\n [_nghost-%COMP%] > tabs > ul li:hover {\n background-color: rgba(255, 255, 255, 0.1);\n color: #ffffff; }\n [_nghost-%COMP%] > tabs > ul li.active {\n background-color: #ffffff;\n color: #263238; }\n\n[_nghost-%COMP%] tabs ul {\n padding-top: 10px; }\n\n.code-sample[_ngcontent-%COMP%] pre[_ngcontent-%COMP%] {\n overflow-x: auto;\n word-break: break-all;\n word-wrap: break-word;\n white-space: pre-wrap;\n margin-top: 0;\n overflow-x: auto;\n padding: 20px;\n border-radius: 4px;\n background-color: #222d32;\n margin-bottom: 36px; }"]},function(t,e,n){"use strict";var r=n(223),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(90),p=n(67),f=n(22),_=n(104),d=n(464),y=n(292),m=n(23),g=n(36),v=n(79),b=n(25),w=n(54),x=n(28),I=n(158),C=n(306),k=n(165),T=n(312),E=n(56),S=n(34),O=n(46),R=n(310),A=n(164),N=n(39),P=function(){function t(t,e,n,o,s){this._changed=!1,this.context=new r.RequestSamples(t,e,n,o,s),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED,this._expr_2=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.check_schemaPointer=function(t,e,n){(n||s.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.schemaPointer=t,this._expr_1=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){var i=this.context.hidden;s.checkBinding(r,this._expr_2,i)&&(t.renderer.setElementAttribute(n,"hidden",null==i?null:i.toString()),this._expr_2=i)},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_RequestSamples=P;var M=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),D=function(t){function e(n,r,o,s){t.call(this,e,M,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"request-samples",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new L(this.viewUtils,this,0,this._el_0),this._RequestSamples_0_3=new P(this.injectorGet(l.SpecManager,this.parentIndex),this.injectorGet(h.AppStateService,this.parentIndex),this.injectorGet(p.ScrollService,this.parentIndex),new f.ElementRef(this._el_0),this.injectorGet(_.NgZone,this.parentIndex)),this.compView_0.create(this._RequestSamples_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._RequestSamples_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.RequestSamples&&0===e?this._RequestSamples_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._RequestSamples_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this._RequestSamples_0_3.checkHost(this,this.compView_0,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.RequestSamplesNgFactory=new u.ComponentFactory("request-samples",D,r.RequestSamples);var V=[d.styles],j=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,V,{}),L=function(t){function e(n,r,o,s){t.call(this,e,j,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._viewQuery_Tabs_0=new y.QueryList,this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new m.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new b.TemplateRef_(this,0,this._anchor_0),this._NgIf_0_6=new g.Wrapper_NgIf(this._vc_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._vc_2=new m.ViewContainer(2,null,this,this._anchor_2),this._TemplateRef_2_5=new b.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new g.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this._anchor_4=this.renderer.createTemplateAnchor(e,null),this._vc_4=new m.ViewContainer(4,null,this,this._anchor_4),this._TemplateRef_4_5=new b.TemplateRef_(this,4,this._anchor_4),this._NgIf_4_6=new g.Wrapper_NgIf(this._vc_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(e,"\n",null),this._pipe_prism_0=new v.PrismPipe(this.parentView.injectorGet(w.DomSanitizer,this.parentIndex)),this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===b.TemplateRef&&0===e?this._TemplateRef_0_5:t===x.NgIf&&0===e?this._NgIf_0_6.context:t===b.TemplateRef&&2===e?this._TemplateRef_2_5:t===x.NgIf&&2===e?this._NgIf_2_6.context:t===b.TemplateRef&&4===e?this._TemplateRef_4_5:t===x.NgIf&&4===e?this._NgIf_4_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.schemaPointer||this.context.samples.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.ngDoCheck(this,this._anchor_0,t);var n=this.context.schemaPointer&&!this.context.samples.length;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t);var r=this.context.samples.length;this._NgIf_4_6.check_ngIf(r,t,!1),this._NgIf_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_0.detectChangesInNestedViews(t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t),t||this._viewQuery_Tabs_0.dirty&&(this._viewQuery_Tabs_0.reset([this._vc_4.mapNestedViews(U,function(t){return[t._Tabs_0_3.context]})]),this.context.childQuery=this._viewQuery_Tabs_0,this._viewQuery_Tabs_0.notifyOnChanges())},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews(),this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new F(this.viewUtils,this,0,this._anchor_0,this._vc_0):2==t?new B(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new U(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e}(o.AppView);e.View_RequestSamples0=L;var F=function(t){function e(n,r,o,s,a){t.call(this,e,j,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"header",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Request samples ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),B=function(t){function e(n,r,o,s,a){t.call(this,e,j,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"schema-sample",s.EMPTY_INLINE_ARRAY,null),this.compView_0=new C.View_SchemaSample0(this.viewUtils,this,0,this._el_0),this._SchemaSample_0_3=new C.Wrapper_SchemaSample(this.parentView.injectorGet(l.SpecManager,this.parentIndex),new f.ElementRef(this._el_0)),this._text_1=this.renderer.createText(null," ",null),this.compView_0.create(this._SchemaSample_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===I.SchemaSample&&0<=e&&e<=1?this._SchemaSample_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.schemaPointer;this._SchemaSample_0_3.check_pointer(e,t,!1);var n=!0;this._SchemaSample_0_3.check_skipReadOnly(n,t,!1),this._SchemaSample_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),U=function(t){function e(n,r,o,s,a){t.call(this,e,j,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"tabs",s.EMPTY_INLINE_ARRAY,null),this.compView_0=new T.View_Tabs0(this.viewUtils,this,0,this._el_0),this._Tabs_0_3=new T.Wrapper_Tabs(this.compView_0.ref),this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._vc_2=new m.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new b.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new g.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._vc_4=new m.ViewContainer(4,0,this,this._anchor_4),this._TemplateRef_4_5=new b.TemplateRef_(this,4,this._anchor_4),this._NgFor_4_6=new E.Wrapper_NgFor(this._vc_4.vcRef,this._TemplateRef_4_5,this.parentView.injectorGet(S.IterableDiffers,this.parentIndex),this.parentView.ref),this._text_5=this.renderer.createText(null,"\n",null),this.compView_0.create(this._Tabs_0_3.context);var e=s.subscribeToRenderElement(this,this._el_0,new s.InlineArray2(2,"change",null),this.eventHandler(this.handleEvent_0));return this._Tabs_0_3.subscribe(this,this.eventHandler(this.handleEvent_0),!0),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===b.TemplateRef&&2===e?this._TemplateRef_2_5:t===x.NgIf&&2===e?this._NgIf_2_6.context:t===b.TemplateRef&&4===e?this._TemplateRef_4_5:t===O.NgFor&&4===e?this._NgFor_4_6.context:t===k.Tabs&&0<=e&&e<=5?this._Tabs_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.selectedLang;this._Tabs_0_3.check_selected(e,t,!1),this._Tabs_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce();var n=this.parentView.context.schemaPointer;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t);var r=this.parentView.context.samples;this._NgFor_4_6.check_ngForOf(r,t,!1),this._NgFor_4_6.ngDoCheck(this,this._anchor_4,t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t),this.compView_0.detectChanges(t)},e.prototype.dirtyParentQueriesInternal=function(){this.parentView._viewQuery_Tabs_0.setDirty()},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews(),this.compView_0.destroy(),this._Tabs_0_3.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){0==t&&0==e&&(n(this._text_1,r),n(this._vc_2.nativeElement,r),this._vc_2.visitNestedViewRootNodes(n,r),n(this._text_3,r),n(this._vc_4.nativeElement,r),this._vc_4.visitNestedViewRootNodes(n,r),n(this._text_5,r))},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new z(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new H(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e.prototype.handleEvent_0=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("change"==t){var r=this.parentView.context.changeLangNotify(e)!==!1;n=r&&n}return n},e}(o.AppView),z=function(t){function e(n,r,o,s,a){t.call(this,e,j,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"tab",new s.InlineArray2(2,"tabTitle","JSON"),null),this.compView_0=new T.View_Tab0(this.viewUtils,this,0,this._el_0),this._Tab_0_3=new T.Wrapper_Tab(this.parentView._Tabs_0_3.context),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=s.createRenderElement(this.renderer,null,"schema-sample",s.EMPTY_INLINE_ARRAY,null),this.compView_2=new C.View_SchemaSample0(this.viewUtils,this,2,this._el_2),this._SchemaSample_2_3=new C.Wrapper_SchemaSample(this.parentView.parentView.injectorGet(l.SpecManager,this.parentView.parentIndex),new f.ElementRef(this._el_2)),this._text_3=this.renderer.createText(null," ",null),this.compView_2.create(this._SchemaSample_2_3.context),this._text_4=this.renderer.createText(null,"\n ",null),this.compView_0.create(this._Tab_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===I.SchemaSample&&2<=e&&e<=3?this._SchemaSample_2_3.context:t===k.Tab&&0<=e&&e<=4?this._Tab_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e="JSON";this._Tab_0_3.check_tabTitle(e,t,!1),this._Tab_0_3.ngDoCheck(this,this._el_0,t);var n=this.parentView.parentView.context.schemaPointer;this._SchemaSample_2_3.check_pointer(n,t,!1);var r=!0;this._SchemaSample_2_3.check_skipReadOnly(r,t,!1),this._SchemaSample_2_3.ngDoCheck(this,this._el_2,t)&&this.compView_2.markAsCheckOnce(),this.compView_0.detectChanges(t),this.compView_2.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy(),this.compView_2.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){0==t&&0==e&&(n(this._text_1,r),n(this._el_2,r),n(this._text_4,r))},e}(o.AppView),H=function(t){function e(n,r,o,s,a){t.call(this,e,j,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_17=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"tab",s.EMPTY_INLINE_ARRAY,null),this.compView_0=new T.View_Tab0(this.viewUtils,this,0,this._el_0),this._Tab_0_3=new T.Wrapper_Tab(this.parentView._Tabs_0_3.context),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","code-sample"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=s.createRenderElement(this.renderer,this._el_2,"div",new s.InlineArray2(2,"class","action-buttons"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=s.createRenderElement(this.renderer,this._el_4,"span",new s.InlineArray4(4,"class","hint--top-left hint--inversed","copy-button",""),null),this._CopyButton_6_3=new R.Wrapper_CopyButton(this.renderer,new f.ElementRef(this._el_6)),this._el_7=s.createRenderElement(this.renderer,this._el_6,"a",s.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_7,"Copy",null),this._text_9=this.renderer.createText(this._el_4,"\n ",null),this._text_10=this.renderer.createText(this._el_2,"\n ",null),this._el_11=s.createRenderElement(this.renderer,this._el_2,"pre",s.EMPTY_INLINE_ARRAY,null),this._text_12=this.renderer.createText(this._el_2,"\n ",null),this._text_13=this.renderer.createText(null,"\n ",null),this.compView_0.create(this._Tab_0_3.context);var e=s.subscribeToRenderElement(this,this._el_6,new s.InlineArray4(4,"click",null,"mouseleave",null),this.eventHandler(this.handleEvent_6));return this._pipe_prism_0_0=s.pureProxy2(this.parentView.parentView._pipe_prism_0.transform.bind(this.parentView.parentView._pipe_prism_0)),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._el_6,this._el_7,this._text_8,this._text_9,this._text_10,this._el_11,this._text_12,this._text_13],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.CopyButton&&6<=e&&e<=8?this._CopyButton_6_3.context:t===k.Tab&&0<=e&&e<=13?this._Tab_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=this.context.$implicit.lang;this._Tab_0_3.check_tabTitle(n,t,!1),this._Tab_0_3.ngDoCheck(this,this._el_0,t);var r=this.context.$implicit.source;this._CopyButton_6_3.check_copyText(r,t,!1),this._CopyButton_6_3.ngDoCheck(this,this._el_6,t),e.reset();var o=e.unwrap(s.castByValue(this._pipe_prism_0_0,this.parentView.parentView._pipe_prism_0.transform)(this.context.$implicit.source,this.context.$implicit.lang)); +(e.hasWrappedValue||s.checkBinding(t,this._expr_17,o))&&(this.renderer.setElementProperty(this._el_11,"innerHTML",this.viewUtils.sanitizer.sanitize(N.SecurityContext.HTML,o)),this._expr_17=o),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){0==t&&0==e&&(n(this._text_1,r),n(this._el_2,r),n(this._text_13,r))},e.prototype.handleEvent_6=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;return n=this._CopyButton_6_3.handleEvent(t,e)&&n},e}(o.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block; }\n\n.responses-list-header[_ngcontent-%COMP%] {\n font-size: 18px;\n padding: 0.2em 0;\n margin: 3em 0 1.1em;\n color: #253137;\n font-weight: normal; }\n\n[_nghost-%COMP%] .zippy-title[_ngcontent-%COMP%] {\n font-family: Montserrat, sans-serif; }\n\n.header-name[_ngcontent-%COMP%] {\n font-weight: bold;\n display: inline-block; }\n\n.header-type[_ngcontent-%COMP%] {\n display: inline-block;\n font-weight: bold;\n color: #999; }\n\nheader[_ngcontent-%COMP%] {\n font-size: 14px;\n font-weight: bold;\n text-transform: uppercase;\n margin-bottom: 15px; }\n header[_ngcontent-%COMP%]:not(:first-child) {\n margin-top: 15px;\n margin-bottom: 0; }\n\n.header[_ngcontent-%COMP%] {\n margin-bottom: 10px; }\n\n.header-range[_ngcontent-%COMP%] {\n position: relative;\n top: 1px;\n margin-right: 6px;\n margin-left: 6px;\n border-radius: 2px;\n background-color: rgba(0, 51, 160, 0.1);\n padding: 0 4px;\n color: rgba(0, 51, 160, 0.7); }\n\n.header-type.array[_ngcontent-%COMP%]::before {\n content: "Array of ";\n color: #263238;\n font-weight: 300; }']},function(t,e,n){"use strict";var r=n(224),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(35),p=n(466),f=n(23),_=n(36),d=n(56),y=n(79),m=n(25),g=n(34),v=n(54),b=n(28),w=n(46),x=n(166),I=n(313),C=n(121),k=n(216),T=n(60),E=n(217),S=n(22),O=n(39),R=n(142),A=function(){function t(t,e){this._changed=!1,this.context=new r.ResponsesList(t,e),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_ResponsesList=A;var N=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),P=function(t){function e(n,r,o,s){t.call(this,e,N,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"responses-list",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new V(this.viewUtils,this,0,this._el_0),this._ResponsesList_0_3=new A(this.injectorGet(l.SpecManager,this.parentIndex),this.injectorGet(h.OptionsService,this.parentIndex)),this.compView_0.create(this._ResponsesList_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._ResponsesList_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.ResponsesList&&0===e?this._ResponsesList_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._ResponsesList_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.ResponsesListNgFactory=new u.ComponentFactory("responses-list",P,r.ResponsesList);var M=[p.styles],D=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,M,{}),V=function(t){function e(n,r,o,s){t.call(this,e,D,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new f.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new m.TemplateRef_(this,0,this._anchor_0),this._NgIf_0_6=new _.Wrapper_NgIf(this._vc_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._vc_2=new f.ViewContainer(2,null,this,this._anchor_2),this._TemplateRef_2_5=new m.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new d.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.injectorGet(g.IterableDiffers,this.parentIndex),this.ref),this._text_3=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new y.MarkedPipe(this.parentView.injectorGet(v.DomSanitizer,this.parentIndex)),this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&0===e?this._TemplateRef_0_5:t===b.NgIf&&0===e?this._NgIf_0_6.context:t===m.TemplateRef&&2===e?this._TemplateRef_2_5:t===w.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.responses.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.ngDoCheck(this,this._anchor_0,t);var n=this.context.responses;this._NgFor_2_6.check_ngForOf(n,t,!1);var r=this.context.trackByCode;this._NgFor_2_6.check_ngForTrackBy(r,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_0.detectChangesInNestedViews(t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews(),this._vc_2.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new j(this.viewUtils,this,0,this._anchor_0,this._vc_0):2==t?new L(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView);e.View_ResponsesList0=V;var j=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"h2",new s.InlineArray2(2,"class","responses-list-header"),null),this._text_1=this.renderer.createText(this._el_0," Responses ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),L=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"zippy",s.EMPTY_INLINE_ARRAY,null),this.compView_0=new I.View_Zippy0(this.viewUtils,this,0,this._el_0),this._Zippy_0_3=new I.Wrapper_Zippy,this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._vc_2=new f.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new m.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new _.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(null,"\n ",null),this._anchor_4=this.renderer.createTemplateAnchor(null,null),this._vc_4=new f.ViewContainer(4,0,this,this._anchor_4),this._TemplateRef_4_5=new m.TemplateRef_(this,4,this._anchor_4),this._NgIf_4_6=new _.Wrapper_NgIf(this._vc_4.vcRef,this._TemplateRef_4_5),this._text_5=this.renderer.createText(null,"\n ",null),this._el_6=s.createRenderElement(this.renderer,null,"json-schema-lazy",s.EMPTY_INLINE_ARRAY,null),this._vc_6=new f.ViewContainer(6,0,this,this._el_6),this.compView_6=new k.View_JsonSchemaLazy0(this.viewUtils,this,6,this._el_6),this._ComponentFactoryResolver_6_5=new T.CodegenComponentFactoryResolver([E.JsonSchemaNgFactory],this.parentView.injectorGet(T.ComponentFactoryResolver,this.parentIndex)),this._JsonSchemaLazy_6_6=new k.Wrapper_JsonSchemaLazy(this.parentView.injectorGet(l.SpecManager,this.parentIndex),this._vc_6.vcRef,new S.ElementRef(this._el_6),this._ComponentFactoryResolver_6_5,this.parentView.injectorGet(h.OptionsService,this.parentIndex),this.renderer),this._text_7=this.renderer.createText(null,"\n ",null),this.compView_6.create(this._JsonSchemaLazy_6_6.context),this._text_8=this.renderer.createText(null,"\n",null),this.compView_0.create(this._Zippy_0_3.context);var e=s.subscribeToRenderElement(this,this._el_0,new s.InlineArray2(2,"open",null),this.eventHandler(this.handleEvent_0));return this._Zippy_0_3.subscribe(this,this.eventHandler(this.handleEvent_0),!0,!1),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3,this._anchor_4,this._text_5,this._el_6,this._text_7,this._text_8],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&2===e?this._TemplateRef_2_5:t===b.NgIf&&2===e?this._NgIf_2_6.context:t===m.TemplateRef&&4===e?this._TemplateRef_4_5:t===b.NgIf&&4===e?this._NgIf_4_6.context:t===T.ComponentFactoryResolver&&6===e?this._ComponentFactoryResolver_6_5:t===C.JsonSchemaLazy&&6<=e&&e<=7?this._JsonSchemaLazy_6_6.context:t===x.Zippy&&0<=e&&e<=8?this._Zippy_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.$implicit.type;this._Zippy_0_3.check_type(e,t,!1);var n=this.context.$implicit.empty;this._Zippy_0_3.check_empty(n,t,!1);var r=s.inlineInterpolate(2,"",this.context.$implicit.code," ",this.context.$implicit.description||this.parentView.context.marked,"");this._Zippy_0_3.check_title(r,t,!1),this._Zippy_0_3.ngDoCheck(this,this._el_0,t);var i=this.context.$implicit.headers;this._NgIf_2_6.check_ngIf(i,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t);var o=this.context.$implicit.schema;this._NgIf_4_6.check_ngIf(o,t,!1),this._NgIf_4_6.ngDoCheck(this,this._anchor_4,t);var a=s.inlineInterpolate(1,"",this.context.$implicit.schema?this.context.$implicit.pointer+"/schema":null,"");this._JsonSchemaLazy_6_6.check_pointer(a,t,!1),this._JsonSchemaLazy_6_6.ngDoCheck(this,this._el_6,t),this._vc_2.detectChangesInNestedViews(t),this._vc_4.detectChangesInNestedViews(t),this._vc_6.detectChangesInNestedViews(t),this.compView_0.detectChanges(t),this.compView_6.detectChanges(t),t||0===this.numberOfChecks&&this._JsonSchemaLazy_6_6.context.ngAfterViewInit()},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews(),this._vc_4.destroyNestedViews(),this._vc_6.destroyNestedViews(),this.compView_0.destroy(),this.compView_6.destroy(),this._JsonSchemaLazy_6_6.ngOnDestroy(),this._Zippy_0_3.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){0==t&&0==e&&(n(this._text_1,r),n(this._vc_2.nativeElement,r),this._vc_2.visitNestedViewRootNodes(n,r),n(this._text_3,r),n(this._vc_4.nativeElement,r),this._vc_4.visitNestedViewRootNodes(n,r),n(this._text_5,r),n(this._vc_6.nativeElement,r),this._vc_6.visitNestedViewRootNodes(n,r),n(this._text_8,r))},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new F(this.viewUtils,this,2,this._anchor_2,this._vc_2):4==t?new W(this.viewUtils,this,4,this._anchor_4,this._vc_4):null},e.prototype.handleEvent_0=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("open"==t){var r=this._JsonSchemaLazy_6_6.context.load()!==!1;n=r&&n}return n},e}(o.AppView),F=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","response-headers"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"header",s.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"\n Headers\n ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_5=new f.ViewContainer(5,0,this,this._anchor_5),this._TemplateRef_5_5=new m.TemplateRef_(this,5,this._anchor_5),this._NgFor_5_6=new d.Wrapper_NgFor(this._vc_5.vcRef,this._TemplateRef_5_5,this.parentView.parentView.injectorGet(g.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.ref),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._anchor_5,this._text_6],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&5===e?this._TemplateRef_5_5:t===w.NgFor&&5===e?this._NgFor_5_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.$implicit.headers;this._NgFor_5_6.check_ngForOf(e,t,!1),this._NgFor_5_6.ngDoCheck(this,this._anchor_5,t),this._vc_5.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_5.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 5==t?new B(this.viewUtils,this,5,this._anchor_5,this._vc_5):null},e}(o.AppView),B=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_26=i.UNINITIALIZED,this._expr_27=i.UNINITIALIZED,this._expr_28=i.UNINITIALIZED,this._expr_29=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","header"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","header-name"),null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=s.createRenderElement(this.renderer,this._el_0,"div",s.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_5,null),this._vc_7=new f.ViewContainer(7,5,this,this._anchor_7),this._TemplateRef_7_5=new m.TemplateRef_(this,7,this._anchor_7),this._NgIf_7_6=new _.Wrapper_NgIf(this._vc_7.vcRef,this._TemplateRef_7_5),this._text_8=this.renderer.createText(this._el_5,"\n ",null),this._text_9=this.renderer.createText(this._el_0,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_10=new f.ViewContainer(10,0,this,this._anchor_10),this._TemplateRef_10_5=new m.TemplateRef_(this,10,this._anchor_10),this._NgIf_10_6=new _.Wrapper_NgIf(this._vc_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(this._el_0,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_12=new f.ViewContainer(12,0,this,this._anchor_12),this._TemplateRef_12_5=new m.TemplateRef_(this,12,this._anchor_12),this._NgIf_12_6=new _.Wrapper_NgIf(this._vc_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(this._el_0,"\n ",null),this._el_14=s.createRenderElement(this.renderer,this._el_0,"div",new s.InlineArray2(2,"class","header-description"),null),this._text_15=this.renderer.createText(this._el_14," ",null),this._text_16=this.renderer.createText(this._el_0,"\n ",null),this._pipe_marked_0_0=s.pureProxy1(this.parentView.parentView.parentView._pipe_marked_0.transform.bind(this.parentView.parentView.parentView._pipe_marked_0)),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._anchor_7,this._text_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13,this._el_14,this._text_15,this._text_16],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&7===e?this._TemplateRef_7_5:t===b.NgIf&&7===e?this._NgIf_7_6.context:t===m.TemplateRef&&10===e?this._TemplateRef_10_5:t===b.NgIf&&10===e?this._NgIf_10_6.context:t===m.TemplateRef&&12===e?this._TemplateRef_12_5:t===b.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=this.context.$implicit._range;this._NgIf_7_6.check_ngIf(n,t,!1),this._NgIf_7_6.ngDoCheck(this,this._anchor_7,t);var r=this.context.$implicit.default;this._NgIf_10_6.check_ngIf(r,t,!1),this._NgIf_10_6.ngDoCheck(this,this._anchor_10,t);var o=this.context.$implicit.enum;this._NgIf_12_6.check_ngIf(o,t,!1),this._NgIf_12_6.ngDoCheck(this,this._anchor_12,t),this._vc_7.detectChangesInNestedViews(t),this._vc_10.detectChangesInNestedViews(t),this._vc_12.detectChangesInNestedViews(t);var a=s.inlineInterpolate(1," ",this.context.$implicit.name," ");s.checkBinding(t,this._expr_26,a)&&(this.renderer.setText(this._text_3,a),this._expr_26=a);var c=s.inlineInterpolate(1,"header-type ",this.context.$implicit.type,"");s.checkBinding(t,this._expr_27,c)&&(this.renderer.setElementProperty(this._el_5,"className",c),this._expr_27=c);var u=s.inlineInterpolate(2," ",this.context.$implicit._displayType," ",this.context.$implicit._displayFormat,"\n ");s.checkBinding(t,this._expr_28,u)&&(this.renderer.setText(this._text_6,u),this._expr_28=u),e.reset();var l=e.unwrap(s.castByValue(this._pipe_marked_0_0,this.parentView.parentView.parentView._pipe_marked_0.transform)(this.context.$implicit.description));(e.hasWrappedValue||s.checkBinding(t,this._expr_29,l))&&(this.renderer.setElementProperty(this._el_14,"innerHTML",this.viewUtils.sanitizer.sanitize(O.SecurityContext.HTML,l)),this._expr_29=l)},e.prototype.destroyInternal=function(){this._vc_7.destroyNestedViews(),this._vc_10.destroyNestedViews(),this._vc_12.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 7==t?new U(this.viewUtils,this,7,this._anchor_7,this._vc_7):10==t?new z(this.viewUtils,this,10,this._anchor_10,this._vc_10):12==t?new H(this.viewUtils,this,12,this._anchor_12,this._vc_12):null},e}(o.AppView),U=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",new s.InlineArray2(2,"class","header-range"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1," ",this.parentView.context.$implicit._range," ");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),z=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","header-default"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(1," Default: ",this.parentView.context.$implicit.default," ");s.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),H=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","header-enum"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new f.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new m.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new d.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.parentView.parentView.parentView.injectorGet(g.IterableDiffers,this.parentView.parentView.parentView.parentIndex),this.parentView.parentView.parentView.parentView.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===m.TemplateRef&&2===e?this._TemplateRef_2_5:t===w.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.$implicit.enum;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new q(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView),q=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a),this._expr_2=i.UNINITIALIZED,this._expr_3=i.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"span",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"",null),this._pipe_json_0=new R.JsonPipe,this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=new i.ValueUnwrapper,n=s.inlineInterpolate(1,"enum-value ",this.context.$implicit.type,"");s.checkBinding(t,this._expr_2,n)&&(this.renderer.setElementProperty(this._el_0,"className",n),this._expr_2=n),e.reset();var r=s.inlineInterpolate(1," ",e.unwrap(this._pipe_json_0.transform(this.context.$implicit.val))," ");(e.hasWrappedValue||s.checkBinding(t,this._expr_3,r))&&(this.renderer.setText(this._text_1,r),this._expr_3=r)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),W=function(t){function e(n,r,o,s,a){t.call(this,e,D,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"header",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n Response Schema\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\nheader[_ngcontent-%COMP%] {\n font-family: Montserrat;\n font-size: 0.929em;\n text-transform: uppercase;\n margin: 0;\n color: #9fb4be;\n text-transform: uppercase;\n font-weight: normal; }\n\n[_nghost-%COMP%] > tabs > ul li {\n font-family: Montserrat;\n font-size: 0.929em;\n border-radius: 2px;\n margin: 2px 0;\n padding: 2px 8px 3px 8px;\n color: #9fb4be;\n line-height: 16px; }\n [_nghost-%COMP%] > tabs > ul li:hover {\n color: #ffffff;\n background-color: rgba(255, 255, 255, 0.1); }\n [_nghost-%COMP%] > tabs > ul li.active {\n background-color: white;\n color: #263238; }\n\n[_nghost-%COMP%] tabs ul {\n padding-top: 10px; }"]},function(t,e,n){"use strict";var r=n(225),i=n(9),o=n(19),s=n(8),a=n(15),c=n(12),u=n(13),l=n(20),h=n(468),p=n(23),f=n(36),_=n(25),d=n(28),y=n(165),m=n(312),g=n(56),v=n(34),b=n(46),w=n(158),x=n(306),I=n(22),C=function(){function t(t){this._changed=!1,this.context=new r.ResponsesSamples(t),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_pointer=function(t,e,n){(n||s.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.pointer=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_ResponsesSamples=C;var k=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),T=function(t){function e(n,r,o,s){t.call(this,e,k,c.ViewType.HOST,n,r,o,s,i.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"responses-samples",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new O(this.viewUtils,this,0,this._el_0),this._ResponsesSamples_0_3=new C(this.injectorGet(l.SpecManager,this.parentIndex)),this.compView_0.create(this._ResponsesSamples_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._ResponsesSamples_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.ResponsesSamples&&0===e?this._ResponsesSamples_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._ResponsesSamples_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.ResponsesSamplesNgFactory=new u.ComponentFactory("responses-samples",T,r.ResponsesSamples);var E=[h.styles],S=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,E,{}),O=function(t){function e(n,r,o,s){t.call(this,e,S,c.ViewType.COMPONENT,n,r,o,s,i.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new p.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new _.TemplateRef_(this,0,this._anchor_0),this._NgIf_0_6=new f.Wrapper_NgIf(this._vc_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this._anchor_2=this.renderer.createTemplateAnchor(e,null),this._vc_2=new p.ViewContainer(2,null,this,this._anchor_2),this._TemplateRef_2_5=new _.TemplateRef_(this,2,this._anchor_2),this._NgIf_2_6=new f.Wrapper_NgIf(this._vc_2.vcRef,this._TemplateRef_2_5),this._text_3=this.renderer.createText(e,"\n",null),this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===_.TemplateRef&&0===e?this._TemplateRef_0_5:t===d.NgIf&&0===e?this._NgIf_0_6.context:t===_.TemplateRef&&2===e?this._TemplateRef_2_5:t===d.NgIf&&2===e?this._NgIf_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.data.responses.length;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.ngDoCheck(this,this._anchor_0,t);var n=this.context.data.responses.length;this._NgIf_2_6.check_ngIf(n,t,!1),this._NgIf_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_0.detectChangesInNestedViews(t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews(),this._vc_2.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new R(this.viewUtils,this,0,this._anchor_0,this._vc_0):2==t?new A(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView);e.View_ResponsesSamples0=O;var R=function(t){function e(n,r,o,s,a){t.call(this,e,S,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"header",s.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0," Response samples ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView),A=function(t){function e(n,r,o,s,a){t.call(this,e,S,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"tabs",s.EMPTY_INLINE_ARRAY,null),this.compView_0=new m.View_Tabs0(this.viewUtils,this,0,this._el_0),this._Tabs_0_3=new m.Wrapper_Tabs(this.compView_0.ref),this._text_1=this.renderer.createText(null,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(null,null),this._vc_2=new p.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new _.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new g.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.injectorGet(v.IterableDiffers,this.parentIndex),this.parentView.ref),this._text_3=this.renderer.createText(null,"\n",null),this.compView_0.create(this._Tabs_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===_.TemplateRef&&2===e?this._TemplateRef_2_5:t===b.NgFor&&2===e?this._NgFor_2_6.context:t===y.Tabs&&0<=e&&e<=3?this._Tabs_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._Tabs_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce();var e=this.parentView.context.data.responses;this._NgFor_2_6.check_ngForOf(e,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews(),this.compView_0.destroy(),this._Tabs_0_3.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){0==t&&0==e&&(n(this._text_1,r),n(this._vc_2.nativeElement,r),this._vc_2.visitNestedViewRootNodes(n,r),n(this._text_3,r))},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new N(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView),N=function(t){function e(n,r,o,s,a){t.call(this,e,S,c.ViewType.EMBEDDED,n,r,o,s,i.ChangeDetectorStatus.CheckAlways,a)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"tab",s.EMPTY_INLINE_ARRAY,null),this.compView_0=new m.View_Tab0(this.viewUtils,this,0,this._el_0),this._Tab_0_3=new m.Wrapper_Tab(this.parentView._Tabs_0_3.context),this._text_1=this.renderer.createText(null,"\n ",null),this._el_2=s.createRenderElement(this.renderer,null,"schema-sample",s.EMPTY_INLINE_ARRAY,null),this.compView_2=new x.View_SchemaSample0(this.viewUtils,this,2,this._el_2),this._SchemaSample_2_3=new x.Wrapper_SchemaSample(this.parentView.parentView.injectorGet(l.SpecManager,this.parentView.parentIndex),new I.ElementRef(this._el_2)),this.compView_2.create(this._SchemaSample_2_3.context),this._text_3=this.renderer.createText(null,"\n ",null),this.compView_0.create(this._Tab_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===w.SchemaSample&&2===e?this._SchemaSample_2_3.context:t===y.Tab&&0<=e&&e<=3?this._Tab_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=s.inlineInterpolate(2,"",this.context.$implicit.code," ",this.context.$implicit.description,""); +this._Tab_0_3.check_tabTitle(e,t,!1);var n=this.context.$implicit.type;this._Tab_0_3.check_tabStatus(n,t,!1),this._Tab_0_3.ngDoCheck(this,this._el_0,t);var r=this.context.$implicit.pointer;this._SchemaSample_2_3.check_pointer(r,t,!1),this._SchemaSample_2_3.ngDoCheck(this,this._el_2,t)&&this.compView_2.markAsCheckOnce(),this.compView_0.detectChanges(t),this.compView_2.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy(),this.compView_2.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){0==t&&0==e&&(n(this._text_1,r),n(this._el_2,r),n(this._text_3,r))},e}(o.AppView)},function(t,e){"use strict";e.styles=['@charset "UTF-8";\n[_nghost-%COMP%] {\n display: block; }\n\npre[_ngcontent-%COMP%] {\n background-color: transparent;\n padding: 0;\n margin: 0;\n clear: both;\n position: relative; }\n\n.action-buttons[_ngcontent-%COMP%] {\n opacity: 0;\n transition: opacity 0.3s ease;\n transform: translateY(100%);\n z-index: 3;\n position: relative;\n height: 2em;\n line-height: 2em;\n padding-right: 10px;\n text-align: right;\n margin-top: -1em; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%] {\n padding: 2px 10px;\n color: #ffffff;\n cursor: pointer; }\n .action-buttons[_ngcontent-%COMP%] > span[_ngcontent-%COMP%] > a[_ngcontent-%COMP%]:hover {\n background-color: #455b66; }\n\n.snippet[_ngcontent-%COMP%]:hover .action-buttons[_ngcontent-%COMP%] {\n opacity: 1; }\n\n[_nghost-%COMP%] .type-null {\n color: gray; }\n\n[_nghost-%COMP%] .type-boolean {\n color: firebrick; }\n\n[_nghost-%COMP%] .type-number {\n color: #4A8BB3; }\n\n[_nghost-%COMP%] .type-string {\n color: #66B16E; }\n\n[_nghost-%COMP%] .callback-function {\n color: gray; }\n\n[_nghost-%COMP%] .collapser:after {\n content: "-";\n cursor: pointer; }\n\n[_nghost-%COMP%] .collapsed > .collapser:after {\n content: "+";\n cursor: pointer; }\n\n[_nghost-%COMP%] .ellipsis:after {\n content: " … "; }\n\n[_nghost-%COMP%] .collapsible {\n margin-left: 2em; }\n\n[_nghost-%COMP%] .hoverable {\n padding-top: 1px;\n padding-bottom: 1px;\n padding-left: 2px;\n padding-right: 2px;\n border-radius: 2px; }\n\n[_nghost-%COMP%] .hovered {\n background-color: #ebeef9; }\n\n[_nghost-%COMP%] .collapser {\n padding-right: 6px;\n padding-left: 6px; }\n\n[_nghost-%COMP%] .redoc-json {\n overflow-x: auto;\n padding: 20px;\n border-radius: 4px;\n background-color: #222d32;\n margin-bottom: 36px; }\n\n[_nghost-%COMP%] ul, [_nghost-%COMP%] .redoc-json ul {\n list-style-type: none;\n padding: 0px;\n margin: 0px 0px 0px 26px; }\n\n[_nghost-%COMP%] li {\n position: relative;\n display: block; }\n\n[_nghost-%COMP%] .hoverable {\n transition: background-color .2s ease-out 0s;\n -webkit-transition: background-color .2s ease-out 0s;\n display: inline-block; }\n\n[_nghost-%COMP%] .hovered {\n transition-delay: .2s;\n -webkit-transition-delay: .2s; }\n\n[_nghost-%COMP%] .selected {\n outline-style: solid;\n outline-width: 1px;\n outline-style: dotted; }\n\n[_nghost-%COMP%] .collapsed > .collapsible {\n display: none; }\n\n[_nghost-%COMP%] .ellipsis {\n display: none; }\n\n[_nghost-%COMP%] .collapsed > .ellipsis {\n display: inherit; }\n\n[_nghost-%COMP%] .collapser {\n position: absolute;\n top: 1px;\n left: -1.5em;\n cursor: default;\n user-select: none;\n -webkit-user-select: none; }\n\n[_nghost-%COMP%] .redoc-json > .collapser {\n display: none; }']},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] {\n display: block; }\n\n.security-definition[_ngcontent-%COMP%]:not(:last-of-type) {\n border-bottom: 1px solid rgba(38, 50, 56, 0.3);\n padding-bottom: 20px; }\n\n[_nghost-%COMP%] h2[_ngcontent-%COMP%] {\n padding-top: 40px; }\n\nh3[_ngcontent-%COMP%] {\n margin: 1em 0;\n font-size: 1em; }\n\n[_nghost-%COMP%] .security-scopes-details[_ngcontent-%COMP%], [_nghost-%COMP%] .security-details[_ngcontent-%COMP%] {\n margin-top: 20px; }\n\ntable.details[_ngcontent-%COMP%] th[_ngcontent-%COMP%], table.details[_ngcontent-%COMP%] td[_ngcontent-%COMP%] {\n font-weight: bold;\n width: 200px;\n max-width: 50%; }\n\ntable.details[_ngcontent-%COMP%] th[_ngcontent-%COMP%] {\n text-align: left;\n padding: 6px;\n text-transform: capitalize;\n font-weight: normal; }"]},function(t,e,n){"use strict";var r=n(226),i=n(19),o=n(8),s=n(15),a=n(12),c=n(9),u=n(13),l=n(20),h=n(471),p=n(23),f=n(56),_=n(79),d=n(25),y=n(34),m=n(54),g=n(46),v=n(36),b=n(28),w=n(39),x=function(){function t(t){this._changed=!1,this.context=new r.SecurityDefinitions(t)}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_SecurityDefinitions=x;var I=o.createRenderComponentType("",0,s.ViewEncapsulation.None,[],{}),C=function(t){function e(n,r,i,o){t.call(this,e,I,a.ViewType.HOST,n,r,i,o,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.selectOrCreateRenderHostElement(this.renderer,"security-definitions",o.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new E(this.viewUtils,this,0,this._el_0),this._SecurityDefinitions_0_3=new x(this.injectorGet(l.SpecManager,this.parentIndex)),this.compView_0.create(this._SecurityDefinitions_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._SecurityDefinitions_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.SecurityDefinitions&&0===e?this._SecurityDefinitions_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._SecurityDefinitions_0_3.ngDoCheck(this,this._el_0,t)&&this.compView_0.markAsCheckOnce(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView);e.SecurityDefinitionsNgFactory=new u.ComponentFactory("security-definitions",C,r.SecurityDefinitions);var k=[h.styles],T=o.createRenderComponentType("",0,s.ViewEncapsulation.Emulated,k,{}),E=function(t){function e(n,r,i,o){t.call(this,e,T,a.ViewType.COMPONENT,n,r,i,o,c.ChangeDetectorStatus.CheckOnce)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new p.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new d.TemplateRef_(this,0,this._anchor_0),this._NgFor_0_6=new f.Wrapper_NgFor(this._vc_0.vcRef,this._TemplateRef_0_5,this.parentView.injectorGet(y.IterableDiffers,this.parentIndex),this.ref),this._text_1=this.renderer.createText(e,"\n",null),this._pipe_marked_0=new _.MarkedPipe(this.parentView.injectorGet(m.DomSanitizer,this.parentIndex)),this._pipe_keys_1=new _.KeysPipe,this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&0===e?this._TemplateRef_0_5:t===g.NgFor&&0===e?this._NgFor_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.defs;this._NgFor_0_6.check_ngForOf(e,t,!1),this._NgFor_0_6.ngDoCheck(this,this._anchor_0,t),this._vc_0.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new S(this.viewUtils,this,0,this._anchor_0,this._vc_0):null},e}(i.AppView);e.View_SecurityDefinitions0=E;var S=function(t){function e(n,r,i,o,s){t.call(this,e,T,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_37=c.UNINITIALIZED,this._expr_38=c.UNINITIALIZED,this._expr_39=c.UNINITIALIZED,this._expr_40=c.UNINITIALIZED,this._expr_42=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"div",new o.InlineArray2(2,"class","security-definition"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=o.createRenderElement(this.renderer,this._el_0,"h2",new o.InlineArray2(2,"class","sharable-header"),null),this._text_3=this.renderer.createText(this._el_2,"\n ",null),this._el_4=o.createRenderElement(this.renderer,this._el_2,"a",new o.InlineArray2(2,"class","share-link"),null),this._text_5=this.renderer.createText(this._el_2,"",null),this._text_6=this.renderer.createText(this._el_0,"\n ",null),this._el_7=o.createRenderElement(this.renderer,this._el_0,"div",o.EMPTY_INLINE_ARRAY,null),this._text_8=this.renderer.createText(this._el_0,"\n ",null),this._el_9=o.createRenderElement(this.renderer,this._el_0,"table",new o.InlineArray2(2,"class","security-details"),null),this._text_10=this.renderer.createText(this._el_9,"\n ",null),this._el_11=o.createRenderElement(this.renderer,this._el_9,"tbody",o.EMPTY_INLINE_ARRAY,null),this._el_12=o.createRenderElement(this.renderer,this._el_11,"tr",o.EMPTY_INLINE_ARRAY,null),this._text_13=this.renderer.createText(this._el_12,"\n ",null),this._el_14=o.createRenderElement(this.renderer,this._el_12,"th",o.EMPTY_INLINE_ARRAY,null),this._text_15=this.renderer.createText(this._el_14," Security scheme type: ",null),this._text_16=this.renderer.createText(this._el_12,"\n ",null),this._el_17=o.createRenderElement(this.renderer,this._el_12,"td",o.EMPTY_INLINE_ARRAY,null),this._text_18=this.renderer.createText(this._el_17,"",null),this._text_19=this.renderer.createText(this._el_12,"\n ",null),this._text_20=this.renderer.createText(this._el_11,"\n ",null),this._anchor_21=this.renderer.createTemplateAnchor(this._el_11,null),this._vc_21=new p.ViewContainer(21,11,this,this._anchor_21),this._TemplateRef_21_5=new d.TemplateRef_(this,21,this._anchor_21),this._NgIf_21_6=new v.Wrapper_NgIf(this._vc_21.vcRef,this._TemplateRef_21_5),this._text_22=this.renderer.createText(this._el_11,"\n ",null),this._anchor_23=this.renderer.createTemplateAnchor(this._el_11,null),this._vc_23=new p.ViewContainer(23,11,this,this._anchor_23),this._TemplateRef_23_5=new d.TemplateRef_(this,23,this._anchor_23),this._NgIf_23_6=new v.Wrapper_NgIf(this._vc_23.vcRef,this._TemplateRef_23_5),this._text_24=this.renderer.createText(this._el_11,"\n ",null),this._text_25=this.renderer.createText(this._el_0,"\n ",null),this._anchor_26=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_26=new p.ViewContainer(26,0,this,this._anchor_26),this._TemplateRef_26_5=new d.TemplateRef_(this,26,this._anchor_26),this._NgIf_26_6=new v.Wrapper_NgIf(this._vc_26.vcRef,this._TemplateRef_26_5),this._text_27=this.renderer.createText(this._el_0,"\n",null),this._pipe_marked_0_0=o.pureProxy1(this.parentView._pipe_marked_0.transform.bind(this.parentView._pipe_marked_0)),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._el_4,this._text_5,this._text_6,this._el_7,this._text_8,this._el_9,this._text_10,this._el_11,this._el_12,this._text_13,this._el_14,this._text_15,this._text_16,this._el_17,this._text_18,this._text_19,this._text_20,this._anchor_21,this._text_22,this._anchor_23,this._text_24,this._text_25,this._anchor_26,this._text_27],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&21===e?this._TemplateRef_21_5:t===b.NgIf&&21===e?this._NgIf_21_6.context:t===d.TemplateRef&&23===e?this._TemplateRef_23_5:t===b.NgIf&&23===e?this._NgIf_23_6.context:t===d.TemplateRef&&26===e?this._TemplateRef_26_5:t===b.NgIf&&26===e?this._NgIf_26_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new c.ValueUnwrapper,n="apiKey"===this.context.$implicit.details.type;this._NgIf_21_6.check_ngIf(n,t,!1),this._NgIf_21_6.ngDoCheck(this,this._anchor_21,t);var r="oauth2"===this.context.$implicit.details.type;this._NgIf_23_6.check_ngIf(r,t,!1),this._NgIf_23_6.ngDoCheck(this,this._anchor_23,t);var i="oauth2"===this.context.$implicit.details.type;this._NgIf_26_6.check_ngIf(i,t,!1),this._NgIf_26_6.ngDoCheck(this,this._anchor_26,t),this._vc_21.detectChangesInNestedViews(t),this._vc_23.detectChangesInNestedViews(t),this._vc_26.detectChangesInNestedViews(t);var s=o.inlineInterpolate(1,"section/Authentication/",this.context.$implicit.name,"");o.checkBinding(t,this._expr_37,s)&&(this.renderer.setElementAttribute(this._el_2,"section",null==s?null:s.toString()),this._expr_37=s);var a=o.inlineInterpolate(1,"#section/Authentication/",this.context.$implicit.name,"");o.checkBinding(t,this._expr_38,a)&&(this.renderer.setElementProperty(this._el_4,"href",this.viewUtils.sanitizer.sanitize(w.SecurityContext.URL,a)),this._expr_38=a);var u=o.inlineInterpolate(1,"",this.context.$implicit.name,"");o.checkBinding(t,this._expr_39,u)&&(this.renderer.setText(this._text_5,u),this._expr_39=u),e.reset();var l=e.unwrap(o.castByValue(this._pipe_marked_0_0,this.parentView._pipe_marked_0.transform)(this.context.$implicit.details.description));(e.hasWrappedValue||o.checkBinding(t,this._expr_40,l))&&(this.renderer.setElementProperty(this._el_7,"innerHTML",this.viewUtils.sanitizer.sanitize(w.SecurityContext.HTML,l)),this._expr_40=l);var h=o.inlineInterpolate(1," ",this.context.$implicit.details._displayType," ");o.checkBinding(t,this._expr_42,h)&&(this.renderer.setText(this._text_18,h),this._expr_42=h)},e.prototype.destroyInternal=function(){this._vc_21.destroyNestedViews(),this._vc_23.destroyNestedViews(),this._vc_26.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 21==t?new O(this.viewUtils,this,21,this._anchor_21,this._vc_21):23==t?new R(this.viewUtils,this,23,this._anchor_23,this._vc_23):26==t?new P(this.viewUtils,this,26,this._anchor_26,this._vc_26):null},e}(i.AppView),O=function(t){function e(n,r,i,o,s){t.call(this,e,T,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_8=c.UNINITIALIZED,this._expr_9=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"tr",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=o.createRenderElement(this.renderer,this._el_0,"th",o.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=o.createRenderElement(this.renderer,this._el_0,"td",o.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1," ",this.parentView.context.$implicit.details.in," parameter name:");o.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_3,e),this._expr_8=e);var n=o.inlineInterpolate(1," ",this.parentView.context.$implicit.details.name," ");o.checkBinding(t,this._expr_9,n)&&(this.renderer.setText(this._text_6,n),this._expr_9=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView),R=function(t){function e(n,r,i,o,s){t.call(this,e,T,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_20=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=o.createRenderElement(this.renderer,null,"tr",o.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this._el_3=o.createRenderElement(this.renderer,this._el_1,"th",o.EMPTY_INLINE_ARRAY,null),this._text_4=this.renderer.createText(this._el_3," OAuth2 Flow",null),this._text_5=this.renderer.createText(this._el_1,"\n ",null),this._el_6=o.createRenderElement(this.renderer,this._el_1,"td",o.EMPTY_INLINE_ARRAY,null),this._text_7=this.renderer.createText(this._el_6,"",null),this._text_8=this.renderer.createText(this._el_1,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this._anchor_10=this.renderer.createTemplateAnchor(null,null),this._vc_10=new p.ViewContainer(10,null,this,this._anchor_10),this._TemplateRef_10_5=new d.TemplateRef_(this,10,this._anchor_10),this._NgIf_10_6=new v.Wrapper_NgIf(this._vc_10.vcRef,this._TemplateRef_10_5),this._text_11=this.renderer.createText(null,"\n ",null),this._anchor_12=this.renderer.createTemplateAnchor(null,null),this._vc_12=new p.ViewContainer(12,null,this,this._anchor_12),this._TemplateRef_12_5=new d.TemplateRef_(this,12,this._anchor_12),this._NgIf_12_6=new v.Wrapper_NgIf(this._vc_12.vcRef,this._TemplateRef_12_5),this._text_13=this.renderer.createText(null,"\n ",null),this.init(this._text_13,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._el_3,this._text_4,this._text_5,this._el_6,this._text_7,this._text_8,this._text_9,this._anchor_10,this._text_11,this._anchor_12,this._text_13],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&10===e?this._TemplateRef_10_5:t===b.NgIf&&10===e?this._NgIf_10_6.context:t===d.TemplateRef&&12===e?this._TemplateRef_12_5:t===b.NgIf&&12===e?this._NgIf_12_6.context:n},e.prototype.detectChangesInternal=function(t){var e="implicit"===this.parentView.context.$implicit.details.flow||"accessCode"===this.parentView.context.$implicit.details.flow;this._NgIf_10_6.check_ngIf(e,t,!1),this._NgIf_10_6.ngDoCheck(this,this._anchor_10,t);var n="implicit"!==this.parentView.context.$implicit.details.flow;this._NgIf_12_6.check_ngIf(n,t,!1),this._NgIf_12_6.ngDoCheck(this,this._anchor_12,t),this._vc_10.detectChangesInNestedViews(t),this._vc_12.detectChangesInNestedViews(t);var r=o.inlineInterpolate(1," ",this.parentView.context.$implicit.details.flow," ");o.checkBinding(t,this._expr_20,r)&&(this.renderer.setText(this._text_7,r),this._expr_20=r)},e.prototype.destroyInternal=function(){this._vc_10.destroyNestedViews(),this._vc_12.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_9,e),t(this._vc_10.nativeElement,e),this._vc_10.visitNestedViewRootNodes(t,e),t(this._text_11,e),t(this._vc_12.nativeElement,e),this._vc_12.visitNestedViewRootNodes(t,e),t(this._text_13,e)},e.prototype.createEmbeddedViewInternal=function(t){return 10==t?new A(this.viewUtils,this,10,this._anchor_10,this._vc_10):12==t?new N(this.viewUtils,this,12,this._anchor_12,this._vc_12):null},e}(i.AppView),A=function(t){function e(n,r,i,o,s){t.call(this,e,T,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_8=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"tr",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=o.createRenderElement(this.renderer,this._el_0,"th",o.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2," Authorization URL ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=o.createRenderElement(this.renderer,this._el_0,"td",o.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1," ",this.parentView.parentView.context.$implicit.details.authorizationUrl," ");o.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView),N=function(t){function e(n,r,i,o,s){t.call(this,e,T,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_8=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"tr",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=o.createRenderElement(this.renderer,this._el_0,"th",o.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2," Token URL ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=o.createRenderElement(this.renderer,this._el_0,"td",o.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1," ",this.parentView.parentView.context.$implicit.details.tokenUrl," ");o.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_6,e),this._expr_8=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView),P=function(t){function e(n,r,i,o,s){t.call(this,e,T,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s)}return __extends(e,t),e.prototype.createInternal=function(t){return this._text_0=this.renderer.createText(null,"\n ",null),this._el_1=o.createRenderElement(this.renderer,null,"h3",o.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1," OAuth2 Scopes ",null),this._text_3=this.renderer.createText(null,"\n ",null),this._el_4=o.createRenderElement(this.renderer,null,"table",new o.InlineArray2(2,"class","security-scopes-details"),null),this._text_5=this.renderer.createText(this._el_4,"\n ",null),this._el_6=o.createRenderElement(this.renderer,this._el_4,"tbody",o.EMPTY_INLINE_ARRAY,null),this._anchor_7=this.renderer.createTemplateAnchor(this._el_6,null),this._vc_7=new p.ViewContainer(7,6,this,this._anchor_7),this._TemplateRef_7_5=new d.TemplateRef_(this,7,this._anchor_7),this._NgFor_7_6=new f.Wrapper_NgFor(this._vc_7.vcRef,this._TemplateRef_7_5,this.parentView.parentView.injectorGet(y.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.ref),this._text_8=this.renderer.createText(this._el_6,"\n ",null),this._text_9=this.renderer.createText(null,"\n ",null),this._pipe_keys_1_0=o.pureProxy1(this.parentView.parentView._pipe_keys_1.transform.bind(this.parentView.parentView._pipe_keys_1)),this.init(this._text_9,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._text_3,this._el_4,this._text_5,this._el_6,this._anchor_7,this._text_8,this._text_9],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&7===e?this._TemplateRef_7_5:t===g.NgFor&&7===e?this._NgFor_7_6.context:n},e.prototype.detectChangesInternal=function(t){var e=new c.ValueUnwrapper;e.reset();var n=e.unwrap(o.castByValue(this._pipe_keys_1_0,this.parentView.parentView._pipe_keys_1.transform)(this.parentView.context.$implicit.details.scopes));this._NgFor_7_6.check_ngForOf(n,t,e.hasWrappedValue),this._NgFor_7_6.ngDoCheck(this,this._anchor_7,t),this._vc_7.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_7.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._text_0,e),t(this._el_1,e),t(this._text_3,e),t(this._el_4,e),t(this._text_9,e)},e.prototype.createEmbeddedViewInternal=function(t){return 7==t?new M(this.viewUtils,this,7,this._anchor_7,this._vc_7):null},e}(i.AppView),M=function(t){function e(n,r,i,o,s){t.call(this,e,T,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_8=c.UNINITIALIZED,this._expr_9=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"tr",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=o.createRenderElement(this.renderer,this._el_0,"th",o.EMPTY_INLINE_ARRAY,null),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=o.createRenderElement(this.renderer,this._el_0,"td",o.EMPTY_INLINE_ARRAY,null),this._text_6=this.renderer.createText(this._el_5,"",null),this._text_7=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._text_7],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1," ",this.context.$implicit," ");o.checkBinding(t,this._expr_8,e)&&(this.renderer.setText(this._text_3,e),this._expr_8=e);var n=o.inlineInterpolate(1," ",this.parentView.parentView.context.$implicit.details.scopes[this.context.$implicit]," ");o.checkBinding(t,this._expr_9,n)&&(this.renderer.setText(this._text_6,n),this._expr_9=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block;\n box-sizing: border-box; }\n\n.menu-header[_ngcontent-%COMP%] {\n text-transform: uppercase;\n color: #0033a0;\n padding: 0 20px;\n margin: 10px 0; }\n\n.menu-cat-header[_ngcontent-%COMP%] {\n font-size: 0.929em;\n font-family: Montserrat, sans-serif;\n font-weight: 300;\n cursor: pointer;\n color: rgba(38, 50, 56, 0.6);\n text-transform: uppercase;\n background-color: #fafafa;\n -webkit-transition: all .15s ease-in-out;\n -moz-transition: all .15s ease-in-out;\n -ms-transition: all .15s ease-in-out;\n -o-transition: all .15s ease-in-out;\n transition: all .15s ease-in-out;\n display: block;\n padding: 12.5px 20px; }\n .menu-cat-header[_ngcontent-%COMP%]:hover, .menu-cat-header.active[_ngcontent-%COMP%] {\n color: #0033a0;\n background-color: #f0f0f0; }\n .menu-cat-header[hidden][_ngcontent-%COMP%] {\n display: none; }\n .menu-cat-header.disabled[_ngcontent-%COMP%], .menu-cat-header.disabled[_ngcontent-%COMP%]:hover {\n cursor: default;\n color: #bdccd3; }\n\n.menu-subitems[_ngcontent-%COMP%] {\n margin: 0;\n font-size: 0.929em;\n line-height: 1.2em;\n font-weight: 300;\n color: rgba(38, 50, 56, 0.9);\n padding: 0;\n overflow: hidden; }\n .menu-subitems.active[_ngcontent-%COMP%] {\n height: auto; }\n .menu-subitems[_ngcontent-%COMP%] li[_ngcontent-%COMP%] {\n -webkit-transition: all .15s ease-in-out;\n -moz-transition: all .15s ease-in-out;\n -ms-transition: all .15s ease-in-out;\n -o-transition: all .15s ease-in-out;\n transition: all .15s ease-in-out;\n list-style: none inside none;\n cursor: pointer;\n background-color: #f0f0f0;\n padding: 10px 40px;\n padding-left: 40px;\n overflow: hidden;\n text-overflow: ellipsis; }\n .menu-subitems[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover, .menu-subitems[_ngcontent-%COMP%] li.active[_ngcontent-%COMP%] {\n background: #e1e1e1; }\n .menu-subitems.disabled[_ngcontent-%COMP%], .menu-subitems.disabled[_ngcontent-%COMP%]:hover {\n cursor: default;\n color: #bdccd3; }\n\n.mobile-nav[_ngcontent-%COMP%] {\n display: none;\n height: 3em;\n line-height: 3em;\n box-sizing: border-box;\n border-bottom: 1px solid #ccc;\n cursor: pointer; }\n .mobile-nav[_ngcontent-%COMP%]:after {\n content: "";\n display: inline-block;\n width: 3em;\n height: 3em;\n background: url(\'data:image/svg+xml;utf8,\');\n background-size: 70%;\n background-repeat: no-repeat;\n background-position: center;\n float: right;\n vertical-align: middle; }\n .mobile-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n padding: 0 10px 0 20px;\n font-size: 0.95em; }\n @media (max-width: 550px) {\n .mobile-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n display: none; } }\n\n@media (max-width: 1000px) {\n .mobile-nav[_ngcontent-%COMP%] {\n display: block; }\n #resources-nav[_ngcontent-%COMP%] {\n height: 0;\n overflow-y: auto;\n transition: all 0.3s ease; }\n #resources-nav[_ngcontent-%COMP%] .menu-header[_ngcontent-%COMP%] {\n display: none; }\n .menu-subitems[_ngcontent-%COMP%] {\n height: auto; } }\n\n.selected-tag[_ngcontent-%COMP%] {\n text-transform: capitalize; }\n\n.selected-endpoint[_ngcontent-%COMP%]:before {\n content: "/";\n padding: 0 2px;\n color: #ccc; }\n\n.selected-endpoint[_ngcontent-%COMP%]:empty:before {\n display: none; }\n\n.selected-item-info[_ngcontent-%COMP%] {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n box-sizing: border-box;\n max-width: 350px; }\n @media (max-width: 550px) {\n .selected-item-info[_ngcontent-%COMP%] {\n display: inline-block;\n padding: 0 20px;\n max-width: 80%;\n max-width: calc(100% - 4em); } }']},function(t,e,n){"use strict";function r(t,e,n,r){var i=t.animationContext.getAnimationPlayers(e,"itemAnimation","void"==r),o={},s=null,a=0,c=j["*"],u=j[n];null==u&&(u=c);var l=j[r];return null==l&&(l=c),null==s&&("collapsed"==n&&"expanded"==r||"expanded"==n&&"collapsed"==r)&&(s=new g.AnimationSequencePlayer([t.renderer.animate(e,new v.AnimationStyles(b.collectAndResolveStyles(o,[u])),b.balanceAnimationKeyframes(o,l,[new w.AnimationKeyframe(0,new v.AnimationStyles(b.collectAndResolveStyles(o,[{}]))),new w.AnimationKeyframe(1,new v.AnimationStyles(b.collectAndResolveStyles(o,[{}])))]),200,0,"ease",i)]),a=200),null==s&&(s=new x.NoOpAnimationPlayer),s.onDone(function(){s.destroy(),b.renderStyles(e,t.renderer,b.prepareFinalAnimationStyles(u,l))}),new g.AnimationSequencePlayer(i).destroy(),b.renderStyles(e,t.renderer,b.clearStyles(u)),t.animationContext.queueAnimation(e,"itemAnimation",s),new m.AnimationTransition(s,n,r,a)}var i=n(227),o=n(19),s=n(8),a=n(15),c=n(12),u=n(9),l=n(13),h=n(20),p=n(22),f=n(67),_=n(162),d=n(35),y=n(473),m=n(281),g=n(195),v=n(280),b=n(279),w=n(277),x=n(143),I=n(23),C=n(56),k=n(25),T=n(34),E=n(46),S=n(106),O=n(36),R=n(59),A=n(74),N=n(28),P=function(){function t(t,e,n,r,o,s){this._changed=!1,this.context=new i.SideMenu(t,e,n,r,o,s)}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_SideMenu=P;var M=s.createRenderComponentType("",0,a.ViewEncapsulation.None,[],{}),D=function(t){function e(n,r,i,o){t.call(this,e,M,c.ViewType.HOST,n,r,i,o,u.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.selectOrCreateRenderHostElement(this.renderer,"side-menu",s.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new F(this.viewUtils,this,0,this._el_0),this._SideMenu_0_3=new P(this.injectorGet(h.SpecManager,this.parentIndex),new p.ElementRef(this._el_0),this.injectorGet(f.ScrollService,this.parentIndex),this.injectorGet(_.MenuService,this.parentIndex),this.injectorGet(d.OptionsService,this.parentIndex),this.compView_0.ref),this.compView_0.create(this._SideMenu_0_3.context), +this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new l.ComponentRef_(0,this,this._el_0,this._SideMenu_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===i.SideMenu&&0===e?this._SideMenu_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._SideMenu_0_3.ngDoCheck(this,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(o.AppView);e.SideMenuNgFactory=new l.ComponentFactory("side-menu",D,i.SideMenu);var V=[y.styles],j={collapsed:{height:"0px"},void:{height:"0px"},expanded:{height:"*"},"*":{}},L=s.createRenderComponentType("",0,a.ViewEncapsulation.Emulated,V,{itemAnimation:r}),F=function(t){function e(n,r,i,o){t.call(this,e,L,c.ViewType.COMPONENT,n,r,i,o,u.ChangeDetectorStatus.CheckAlways),this._expr_26=u.UNINITIALIZED,this._expr_27=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);this._el_0=s.createRenderElement(this.renderer,e,"div",new s.InlineArray2(2,"class","mobile-nav"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"span",new s.InlineArray2(2,"class","menu-header"),null),this._text_3=this.renderer.createText(this._el_2," API Reference: ",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._el_5=s.createRenderElement(this.renderer,this._el_0,"span",new s.InlineArray2(2,"class","selected-item-info"),null),this._text_6=this.renderer.createText(this._el_5,"\n ",null),this._el_7=s.createRenderElement(this.renderer,this._el_5,"span",new s.InlineArray2(2,"class","selected-tag"),null),this._text_8=this.renderer.createText(this._el_7,"",null),this._text_9=this.renderer.createText(this._el_5,"\n ",null),this._el_10=s.createRenderElement(this.renderer,this._el_5,"span",new s.InlineArray2(2,"class","selected-endpoint"),null),this._text_11=this.renderer.createText(this._el_10,"",null),this._text_12=this.renderer.createText(this._el_5,"\n ",null),this._text_13=this.renderer.createText(this._el_0,"\n",null),this._text_14=this.renderer.createText(e,"\n",null),this._el_15=s.createRenderElement(this.renderer,e,"div",new s.InlineArray2(2,"id","resources-nav"),null),this._text_16=this.renderer.createText(this._el_15,"\n ",null),this._el_17=s.createRenderElement(this.renderer,this._el_15,"h5",new s.InlineArray2(2,"class","menu-header"),null),this._text_18=this.renderer.createText(this._el_17," API reference ",null),this._text_19=this.renderer.createText(this._el_15,"\n ",null),this._anchor_20=this.renderer.createTemplateAnchor(this._el_15,null),this._vc_20=new I.ViewContainer(20,15,this,this._anchor_20),this._TemplateRef_20_5=new k.TemplateRef_(this,20,this._anchor_20),this._NgFor_20_6=new C.Wrapper_NgFor(this._vc_20.vcRef,this._TemplateRef_20_5,this.parentView.injectorGet(T.IterableDiffers,this.parentIndex),this.ref),this._text_21=this.renderer.createText(this._el_15,"\n",null),this._text_22=this.renderer.createText(e,"\n",null);var n=s.subscribeToRenderElement(this,this._el_0,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_0));return this.init(null,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._el_5,this._text_6,this._el_7,this._text_8,this._text_9,this._el_10,this._text_11,this._text_12,this._text_13,this._text_14,this._el_15,this._text_16,this._el_17,this._text_18,this._text_19,this._anchor_20,this._text_21,this._text_22],[n]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&20===e?this._TemplateRef_20_5:t===E.NgFor&&20===e?this._NgFor_20_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.categories;this._NgFor_20_6.check_ngForOf(e,t,!1),this._NgFor_20_6.ngDoCheck(this,this._anchor_20,t),this._vc_20.detectChangesInNestedViews(t);var n=s.inlineInterpolate(1," ",this.context.activeCatCaption," ");s.checkBinding(t,this._expr_26,n)&&(this.renderer.setText(this._text_8,n),this._expr_26=n);var r=s.inlineInterpolate(1,"",this.context.activeItemCaption,"");s.checkBinding(t,this._expr_27,r)&&(this.renderer.setText(this._text_11,r),this._expr_27=r)},e.prototype.destroyInternal=function(){this._vc_20.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 20==t?new B(this.viewUtils,this,20,this._anchor_20,this._vc_20):null},e.prototype.handleEvent_0=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this.context.toggleMobileNav()!==!1;n=r&&n}return n},e}(o.AppView);e.View_SideMenu0=F;var B=function(t){function e(n,r,i,o,a){t.call(this,e,L,c.ViewType.EMBEDDED,n,r,i,o,u.ChangeDetectorStatus.CheckAlways,a),this._expr_11=u.UNINITIALIZED,this._map_12=s.pureProxy2(function(t,e){return{active:t,disabled:e}}),this._expr_13=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"div",new s.InlineArray2(2,"class","menu-cat"),null),this._text_1=this.renderer.createText(this._el_0,"\n\n ",null),this._el_2=s.createRenderElement(this.renderer,this._el_0,"label",new s.InlineArray2(2,"class","menu-cat-header"),null),this._NgClass_2_3=new S.Wrapper_NgClass(this.parentView.parentView.injectorGet(T.IterableDiffers,this.parentView.parentIndex),this.parentView.parentView.injectorGet(R.KeyValueDiffers,this.parentView.parentIndex),new p.ElementRef(this._el_2),this.renderer),this._text_3=this.renderer.createText(this._el_2,"",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_5=new I.ViewContainer(5,0,this,this._anchor_5),this._TemplateRef_5_5=new k.TemplateRef_(this,5,this._anchor_5),this._NgIf_5_6=new O.Wrapper_NgIf(this._vc_5.vcRef,this._TemplateRef_5_5),this._text_6=this.renderer.createText(this._el_0,"\n\n ",null);var e=s.subscribeToRenderElement(this,this._el_2,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_2));return this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._anchor_5,this._text_6],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.NgClass&&2<=e&&e<=3?this._NgClass_2_3.context:t===k.TemplateRef&&5===e?this._TemplateRef_5_5:t===N.NgIf&&5===e?this._NgIf_5_6.context:n},e.prototype.detectChangesInternal=function(t){var e="menu-cat-header";this._NgClass_2_3.check_klass(e,t,!1);var n=this._map_12(this.context.$implicit.active,!this.context.$implicit.ready);this._NgClass_2_3.check_ngClass(n,t,!1),this._NgClass_2_3.ngDoCheck(this,this._el_2,t);var r=this.context.$implicit.methods.length;this._NgIf_5_6.check_ngIf(r,t,!1),this._NgIf_5_6.ngDoCheck(this,this._anchor_5,t),this._vc_5.detectChangesInNestedViews(t);var i=this.context.$implicit.headless;s.checkBinding(t,this._expr_11,i)&&(this.renderer.setElementProperty(this._el_2,"hidden",i),this._expr_11=i);var o=s.inlineInterpolate(1," ",this.context.$implicit.name,"");s.checkBinding(t,this._expr_13,o)&&(this.renderer.setText(this._text_3,o),this._expr_13=o)},e.prototype.destroyInternal=function(){this._vc_5.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 5==t?new U(this.viewUtils,this,5,this._anchor_5,this._vc_5):null},e.prototype.handleEvent_2=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this.parentView.context.activateAndScroll(this.context.index,-1)!==!1;n=r&&n}return n},e}(o.AppView),U=function(t){function e(n,r,i,o,s){t.call(this,e,L,c.ViewType.EMBEDDED,n,r,i,o,u.ChangeDetectorStatus.CheckAlways,s),this._expr_7=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=s.createRenderElement(this.renderer,null,"ul",new s.InlineArray2(2,"class","menu-subitems"),null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._anchor_2=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_2=new I.ViewContainer(2,0,this,this._anchor_2),this._TemplateRef_2_5=new k.TemplateRef_(this,2,this._anchor_2),this._NgFor_2_6=new C.Wrapper_NgFor(this._vc_2.vcRef,this._TemplateRef_2_5,this.parentView.parentView.parentView.injectorGet(T.IterableDiffers,this.parentView.parentView.parentIndex),this.parentView.parentView.ref),this._text_3=this.renderer.createText(this._el_0,"\n ",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._anchor_2,this._text_3],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===k.TemplateRef&&2===e?this._TemplateRef_2_5:t===E.NgFor&&2===e?this._NgFor_2_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.$implicit.active?"expanded":"collapsed";if(s.checkBinding(t,this._expr_7,e)){var n=this.componentType.animations.itemAnimation(this,this._el_0,this._expr_7==u.UNINITIALIZED?"void":this._expr_7,e==u.UNINITIALIZED?"void":e);n.onStart(s.noop.bind(this).bind(this,"@itemAnimation.start")),n.onDone(s.noop.bind(this).bind(this,"@itemAnimation.done")),this._expr_7=e}var r=this.parentView.context.$implicit.methods;this._NgFor_2_6.check_ngForOf(r,t,!1);var i=this.parentView.parentView.context.summary;this._NgFor_2_6.check_ngForTrackBy(i,t,!1),this._NgFor_2_6.ngDoCheck(this,this._anchor_2,t),this._vc_2.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_2.destroyNestedViews()},e.prototype.detachInternal=function(){var t=this.componentType.animations.itemAnimation(this,this._el_0,this._expr_7,"void");t.onStart(s.noop.bind(this).bind(this,"@itemAnimation.start")),t.onDone(s.noop.bind(this).bind(this,"@itemAnimation.done"))},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 2==t?new z(this.viewUtils,this,2,this._anchor_2,this._vc_2):null},e}(o.AppView),z=function(t){function e(n,r,i,o,a){t.call(this,e,L,c.ViewType.EMBEDDED,n,r,i,o,u.ChangeDetectorStatus.CheckAlways,a),this._map_3=s.pureProxy2(function(t,e){return{active:t,disabled:e}}),this._expr_4=u.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=s.createRenderElement(this.renderer,null,"li",s.EMPTY_INLINE_ARRAY,null),this._NgClass_0_3=new S.Wrapper_NgClass(this.parentView.parentView.parentView.parentView.injectorGet(T.IterableDiffers,this.parentView.parentView.parentView.parentIndex),this.parentView.parentView.parentView.parentView.injectorGet(R.KeyValueDiffers,this.parentView.parentView.parentView.parentIndex),new p.ElementRef(this._el_0),this.renderer),this._text_1=this.renderer.createText(this._el_0,"",null);var e=s.subscribeToRenderElement(this,this._el_0,new s.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_0));return this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===A.NgClass&&0<=e&&e<=1?this._NgClass_0_3.context:n},e.prototype.detectChangesInternal=function(t){var e=this._map_3(this.context.$implicit.active,!this.context.$implicit.ready);this._NgClass_0_3.check_ngClass(e,t,!1),this._NgClass_0_3.ngDoCheck(this,this._el_0,t);var n=s.inlineInterpolate(1,"\n ",this.context.$implicit.summary,"\n ");s.checkBinding(t,this._expr_4,n)&&(this.renderer.setText(this._text_1,n),this._expr_4=n)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.handleEvent_0=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this.parentView.parentView.parentView.context.activateAndScroll(this.parentView.parentView.context.index,this.context.index)!==!1;n=r&&n}return n},e}(o.AppView)},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n width: 60%;\n display: block; }\n\n.message[_ngcontent-%COMP%] {\n padding: 5px 40px;\n background-color: #fcf8e3;\n color: #8a6d3b; }\n .message[_ngcontent-%COMP%]:before {\n content: "Warning: ";\n font-weight: bold; }\n\n.warnings-close[_ngcontent-%COMP%] {\n font-size: 150%;\n color: black;\n opacity: 0.4;\n float: right;\n margin: 5px 20px 0 0;\n font-weight: bold;\n cursor: pointer; }\n .warnings-close[_ngcontent-%COMP%]:hover {\n opacity: 0.8; }\n\np[_ngcontent-%COMP%] {\n display: inline; }']},function(t,e,n){"use strict";var r=n(228),i=n(19),o=n(8),s=n(15),a=n(12),c=n(9),u=n(13),l=n(20),h=n(35),p=n(475),f=n(23),_=n(36),d=n(25),y=n(28),m=n(56),g=n(34),v=n(46),b=function(){function t(t,e){this._changed=!1,this.context=new r.Warnings(t,e)}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_Warnings=b;var w=o.createRenderComponentType("",0,s.ViewEncapsulation.None,[],{}),x=function(t){function e(n,r,i,o){t.call(this,e,w,a.ViewType.HOST,n,r,i,o,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.selectOrCreateRenderHostElement(this.renderer,"warnings",o.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new k(this.viewUtils,this,0,this._el_0),this._Warnings_0_3=new b(this.injectorGet(l.SpecManager,this.parentIndex),this.injectorGet(h.OptionsService,this.parentIndex)),this.compView_0.create(this._Warnings_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._Warnings_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.Warnings&&0===e?this._Warnings_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._Warnings_0_3.ngDoCheck(this,this._el_0,t),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView);e.WarningsNgFactory=new u.ComponentFactory("warnings",x,r.Warnings);var I=[p.styles],C=o.createRenderComponentType("",0,s.ViewEncapsulation.Emulated,I,{}),k=function(t){function e(n,r,i,o){t.call(this,e,C,a.ViewType.COMPONENT,n,r,i,o,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);return this._anchor_0=this.renderer.createTemplateAnchor(e,null),this._vc_0=new f.ViewContainer(0,null,this,this._anchor_0),this._TemplateRef_0_5=new d.TemplateRef_(this,0,this._anchor_0),this._NgIf_0_6=new _.Wrapper_NgIf(this._vc_0.vcRef,this._TemplateRef_0_5),this._text_1=this.renderer.createText(e,"\n",null),this.init(null,this.renderer.directRenderer?null:[this._anchor_0,this._text_1],null),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&0===e?this._TemplateRef_0_5:t===y.NgIf&&0===e?this._NgIf_0_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.context.shown;this._NgIf_0_6.check_ngIf(e,t,!1),this._NgIf_0_6.ngDoCheck(this,this._anchor_0,t),this._vc_0.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_0.destroyNestedViews()},e.prototype.createEmbeddedViewInternal=function(t){return 0==t?new T(this.viewUtils,this,0,this._anchor_0,this._vc_0):null},e}(i.AppView);e.View_Warnings0=k;var T=function(t){function e(n,r,i,o,s){t.call(this,e,C,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s)}return __extends(e,t),e.prototype.createInternal=function(t){this._el_0=o.createRenderElement(this.renderer,null,"div",o.EMPTY_INLINE_ARRAY,null),this._text_1=this.renderer.createText(this._el_0,"\n ",null),this._el_2=o.createRenderElement(this.renderer,this._el_0,"a",new o.InlineArray2(2,"class","warnings-close"),null),this._text_3=this.renderer.createText(this._el_2,"×",null),this._text_4=this.renderer.createText(this._el_0,"\n ",null),this._anchor_5=this.renderer.createTemplateAnchor(this._el_0,null),this._vc_5=new f.ViewContainer(5,0,this,this._anchor_5),this._TemplateRef_5_5=new d.TemplateRef_(this,5,this._anchor_5),this._NgFor_5_6=new m.Wrapper_NgFor(this._vc_5.vcRef,this._TemplateRef_5_5,this.parentView.injectorGet(g.IterableDiffers,this.parentIndex),this.parentView.ref),this._text_6=this.renderer.createText(this._el_0,"\n",null);var e=o.subscribeToRenderElement(this,this._el_2,new o.InlineArray2(2,"click",null),this.eventHandler(this.handleEvent_2));return this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1,this._el_2,this._text_3,this._text_4,this._anchor_5,this._text_6],[e]),null},e.prototype.injectorGetInternal=function(t,e,n){return t===d.TemplateRef&&5===e?this._TemplateRef_5_5:t===v.NgFor&&5===e?this._NgFor_5_6.context:n},e.prototype.detectChangesInternal=function(t){var e=this.parentView.context.warnings;this._NgFor_5_6.check_ngForOf(e,t,!1),this._NgFor_5_6.ngDoCheck(this,this._anchor_5,t),this._vc_5.detectChangesInNestedViews(t)},e.prototype.destroyInternal=function(){this._vc_5.destroyNestedViews()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.createEmbeddedViewInternal=function(t){return 5==t?new E(this.viewUtils,this,5,this._anchor_5,this._vc_5):null},e.prototype.handleEvent_2=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("click"==t){var r=this.parentView.context.close()!==!1;n=r&&n}return n},e}(i.AppView),E=function(t){function e(n,r,i,o,s){t.call(this,e,C,a.ViewType.EMBEDDED,n,r,i,o,c.ChangeDetectorStatus.CheckAlways,s),this._expr_2=c.UNINITIALIZED}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.createRenderElement(this.renderer,null,"div",new o.InlineArray2(2,"class","message"),null),this._text_1=this.renderer.createText(this._el_0,"",null),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0,this._text_1],null),null},e.prototype.detectChangesInternal=function(t){var e=o.inlineInterpolate(1,"",this.context.$implicit,"");o.checkBinding(t,this._expr_2,e)&&(this.renderer.setText(this._text_1,e),this._expr_2=e)},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e}(i.AppView)},function(t,e){"use strict";e.styles=["[_nghost-%COMP%] .dk-select {\n max-width: 100%;\n font-family: Montserrat, sans-serif;\n font-size: .929em;\n min-width: 100px;\n width: auto; }\n\n[_nghost-%COMP%] .dk-selected:after {\n display: none; }\n\n[_nghost-%COMP%] .dk-selected {\n color: #263238;\n border-color: rgba(38, 50, 56, 0.5);\n padding: 0.15em 1.5em 0.2em 0.5em;\n border-radius: 2px; }\n\n[_nghost-%COMP%] .dk-select-open-down .dk-selected, [_nghost-%COMP%] .dk-selected:focus, [_nghost-%COMP%] .dk-selected:hover {\n border-color: #0033a0;\n color: #0033a0; }\n\n[_nghost-%COMP%] .dk-selected:before {\n border-top-color: #263238;\n border-width: .35em .35em 0; }\n\n[_nghost-%COMP%] .dk-select-open-down .dk-selected:before, [_nghost-%COMP%] .dk-select-open-up .dk-selected:before {\n border-bottom-color: #0033a0; }\n\n[_nghost-%COMP%] .dk-select-multi:focus .dk-select-options, [_nghost-%COMP%] .dk-select-open-down .dk-select-options, [_nghost-%COMP%] .dk-select-open-up .dk-select-options {\n border-color: rgba(38, 50, 56, 0.2); }\n\n[_nghost-%COMP%] .dk-select-options .dk-option-highlight {\n background: #ffffff; }\n\n[_nghost-%COMP%] .dk-select-options {\n margin-top: 0.2em;\n padding: 0;\n border-radius: 2px;\n box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08) !important;\n right: auto;\n min-width: 100%; }\n\n[_nghost-%COMP%] .dk-option {\n color: #263238;\n padding: 0.16em 0.6em 0.2em 0.5em; }\n [_nghost-%COMP%] .dk-option:hover {\n background-color: rgba(38, 50, 56, 0.12); }\n [_nghost-%COMP%] .dk-option:focus {\n background-color: rgba(38, 50, 56, 0.12); }\n\n[_nghost-%COMP%] .dk-option-selected {\n background-color: rgba(0, 0, 0, 0.05) !important; }"]},function(t,e,n){"use strict";var r=n(229),i=n(19),o=n(8),s=n(15),a=n(12),c=n(9),u=n(13),l=n(22),h=n(477),p=function(){function t(t){this._changed=!1,this.context=new r.DropDown(t)}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){this.subscription0&&this.subscription0.unsubscribe()},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e,n){this._eventHandler=e,n&&(this.subscription0=this.context.change.subscribe(e.bind(t,"change")))},t}();e.Wrapper_DropDown=p;var f=o.createRenderComponentType("",0,s.ViewEncapsulation.None,[],{}),_=function(t){function e(n,r,i,o){t.call(this,e,f,a.ViewType.HOST,n,r,i,o,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){return this._el_0=o.selectOrCreateRenderHostElement(this.renderer,"drop-down",o.EMPTY_INLINE_ARRAY,t,null),this.compView_0=new m(this.viewUtils,this,0,this._el_0),this._DropDown_0_3=new p(new l.ElementRef(this._el_0)),this.compView_0.create(this._DropDown_0_3.context),this.init(this._el_0,this.renderer.directRenderer?null:[this._el_0],null),new u.ComponentRef_(0,this,this._el_0,this._DropDown_0_3.context)},e.prototype.injectorGetInternal=function(t,e,n){return t===r.DropDown&&0===e?this._DropDown_0_3.context:n},e.prototype.detectChangesInternal=function(t){this._DropDown_0_3.ngDoCheck(this,this._el_0,t),t||0===this.numberOfChecks&&this._DropDown_0_3.context.ngAfterContentInit(),this.compView_0.detectChanges(t)},e.prototype.destroyInternal=function(){this.compView_0.destroy(),this._DropDown_0_3.ngOnDestroy()},e.prototype.visitRootNodesInternal=function(t,e){t(this._el_0,e)},e.prototype.visitProjectableNodesInternal=function(t,e,n,r){},e}(i.AppView);e.DropDownNgFactory=new u.ComponentFactory("drop-down",_,r.DropDown);var d=[h.styles],y=o.createRenderComponentType("",1,s.ViewEncapsulation.Emulated,d,{}),m=function(t){function e(n,r,i,o){t.call(this,e,y,a.ViewType.COMPONENT,n,r,i,o,c.ChangeDetectorStatus.CheckAlways)}return __extends(e,t),e.prototype.createInternal=function(t){var e=this.renderer.createViewRoot(this.parentElement);this._text_0=this.renderer.createText(e,"\n ",null),this._el_1=o.createRenderElement(this.renderer,e,"select",o.EMPTY_INLINE_ARRAY,null),this._text_2=this.renderer.createText(this._el_1,"\n ",null),this.projectNodes(this._el_1,0),this._text_3=this.renderer.createText(this._el_1,"\n ",null),this._text_4=this.renderer.createText(e,"\n ",null);var n=o.subscribeToRenderElement(this,this._el_1,new o.InlineArray2(2,"change",null),this.eventHandler(this.handleEvent_1));return this.init(null,this.renderer.directRenderer?null:[this._text_0,this._el_1,this._text_2,this._text_3,this._text_4],[n]),null},e.prototype.handleEvent_1=function(t,e){this.markPathToRootAsCheckOnce();var n=!0;if("change"==t){var r=this.context.onChange(e.target.value)!==!1;n=r&&n}return n},e}(i.AppView);e.View_DropDown0=m},function(t,e,n){"use strict";var r=n(76),i=n(9),o=n(8),s=function(){function t(t,e,n,o,s){this._changed=!1,this.context=new r.LazyFor(t,e,n,o,s),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_lazyForOf=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.lazyForOf=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_LazyFor=s},function(t,e,n){"use strict";var r=n(231),i=function(){function t(t){this._changed=!1,this.context=new r.SelectOnClick(t)}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;if("click"==t){var r=this.context.onClick()!==!1;n=r&&n}return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_SelectOnClick=i},function(t,e,n){"use strict";var r=n(232),i=n(9),o=n(8),s=function(){function t(t){this._changed=!1,this.context=new r.StickySidebar(t),this._expr_0=i.UNINITIALIZED,this._expr_1=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy()},t.prototype.check_scrollParent=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.scrollParent=t,this._expr_0=t)},t.prototype.check_scrollYOffset=function(t,e,n){(n||o.checkBinding(e,this._expr_1,t))&&(this._changed=!0,this.context.scrollYOffset=t,this._expr_1=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||0===t.numberOfChecks&&this.context.ngOnInit(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_StickySidebar=s},function(t,e){"use strict";e.styles=['[_nghost-%COMP%] {\n display: block; }\n\nul[_ngcontent-%COMP%] {\n display: block;\n margin: 0;\n padding: 0; }\n\nli[_ngcontent-%COMP%] {\n list-style: none;\n display: inline-block;\n cursor: pointer; }\n\n.tab-success[_ngcontent-%COMP%]:before, .tab-error[_ngcontent-%COMP%]:before, .tab-redirect[_ngcontent-%COMP%]:before, .tab-info[_ngcontent-%COMP%]:before {\n content: "";\n display: inline-block;\n position: relative;\n top: -2px;\n height: 4px;\n width: 4px;\n border-radius: 50%;\n margin-right: 0.5em; }\n\n.tab-success[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #00aa13;\n background-color: #00aa13; }\n\n.tab-error[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #e53935;\n background-color: #e53935; }\n\n.tab-redirect[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #f1c400;\n background-color: #f1c400; }\n\n.tab-info[_ngcontent-%COMP%]:before {\n box-shadow: 0 0 3px 0 #0033a0;\n background-color: #0033a0; }']},function(t,e){"use strict";e.styles=['@charset "UTF-8";\n[_nghost-%COMP%] {\n overflow: hidden;\n display: block; }\n\n.zippy-title[_ngcontent-%COMP%] {\n padding: 10px;\n border-radius: 2px;\n margin-bottom: 4px;\n line-height: 1.5em;\n background-color: #f2f2f2;\n cursor: pointer; }\n .zippy-success[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #00aa13;\n background-color: rgba(0, 170, 19, 0.08); }\n .zippy-error[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #e53935;\n background-color: rgba(229, 57, 53, 0.06); }\n .zippy-redirect[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #263238;\n background-color: rgba(38, 50, 56, 0.08); }\n .zippy-info[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] {\n color: #0033a0;\n background-color: rgba(0, 51, 160, 0.08); }\n\n.zippy-indicator[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n height: 1.2em;\n vertical-align: middle;\n transition: all 0.3s ease;\n transform: rotateZ(-180deg); }\n\n.zippy-hidden[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n transform: rotateZ(0); }\n\n.zippy-success[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #00aa13; }\n\n.zippy-error[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #e53935; }\n\n.zippy-redirect[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #263238; }\n\n.zippy-info[_ngcontent-%COMP%] > .zippy-title[_ngcontent-%COMP%] polygon[_ngcontent-%COMP%] {\n fill: #0033a0; }\n\nspan.zippy-indicator[_ngcontent-%COMP%] {\n width: 1em;\n font-size: 1.2em;\n text-align: center;\n display: inline-block; }\n\n.zippy-content[_ngcontent-%COMP%] {\n padding: 15px 0; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-title[_ngcontent-%COMP%] {\n cursor: default; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-indicator[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] {\n display: none; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-indicator[_ngcontent-%COMP%]:before {\n content: "—";\n font-weight: bold; }\n\n.zippy-empty[_ngcontent-%COMP%] .zippy-content[_ngcontent-%COMP%] {\n display: none; }\n\n.zippy-hidden[_ngcontent-%COMP%] > .zippy-content[_ngcontent-%COMP%] {\n display: none; }']},function(t,e){"use strict";e.methods=new Set(["get","put","post","delete","options","head","patch"]),e.keywordTypes={multipleOf:"number",maximum:"number",exclusiveMaximum:"number",minimum:"number",exclusiveMinimum:"number",maxLength:"string",minLength:"string",pattern:"string",items:"array",maxItems:"array",minItems:"array",uniqueItems:"array",maxProperties:"object",minProperties:"object",required:"object",additionalProperties:"object",properties:"object"}},function(t,e,n){"use strict";var r=n(193),i=n(9),o=n(8),s=function(){function t(t,e,n){this._changed=!1,this.context=new r.NgStyle(t,e,n),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_ngStyle=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.ngStyle=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||this.context.ngDoCheck(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_NgStyle=s},function(t,e,n){"use strict";var r=n(139),i=n(9),o=n(8),s=function(){function t(){this._changed=!1,this.context=new r.NgSwitch,this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_ngSwitch=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.ngSwitch=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_NgSwitch=s;var a=function(){function t(t,e,n){this._changed=!1,this.context=new r.NgSwitchCase(t,e,n),this._expr_0=i.UNINITIALIZED}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.check_ngSwitchCase=function(t,e,n){(n||o.checkBinding(e,this._expr_0,t))&&(this._changed=!0,this.context.ngSwitchCase=t,this._expr_0=t)},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,n||this.context.ngDoCheck(),r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_NgSwitchCase=a;var c=function(){function t(t,e,n){this._changed=!1,this.context=new r.NgSwitchDefault(t,e,n)}return t.prototype.ngOnDetach=function(t,e,n){},t.prototype.ngOnDestroy=function(){},t.prototype.ngDoCheck=function(t,e,n){var r=this._changed;return this._changed=!1,r},t.prototype.checkHost=function(t,e,n,r){},t.prototype.handleEvent=function(t,e){var n=!0;return n},t.prototype.subscribe=function(t,e){this._eventHandler=e},t}();e.Wrapper_NgSwitchDefault=c},function(t,e){"use strict";function n(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===t[e-2]?2:"="===t[e-1]?1:0}function r(t){return 3*t.length/4-n(t)}function i(t){var e,r,i,o,s,a,c=t.length; +s=n(t),a=new l(3*c/4-s),i=s>0?c-4:c;var h=0;for(e=0,r=0;e>16&255,a[h++]=o>>8&255,a[h++]=255&o;return 2===s?(o=u[t.charCodeAt(e)]<<2|u[t.charCodeAt(e+1)]>>4,a[h++]=255&o):1===s&&(o=u[t.charCodeAt(e)]<<10|u[t.charCodeAt(e+1)]<<4|u[t.charCodeAt(e+2)]>>2,a[h++]=o>>8&255,a[h++]=255&o),a}function o(t){return c[t>>18&63]+c[t>>12&63]+c[t>>6&63]+c[63&t]}function s(t,e,n){for(var r,i=[],s=e;sl?l:u+a));return 1===r?(e=t[n-1],i+=c[e>>2],i+=c[e<<4&63],i+="=="):2===r&&(e=(t[n-2]<<8)+t[n-1],i+=c[e>>10],i+=c[e>>4&63],i+=c[e<<2&63],i+="="),o.push(i),o.join("")}e.byteLength=r,e.toByteArray=i,e.fromByteArray=a;for(var c=[],u=[],l="undefined"!=typeof Uint8Array?Uint8Array:Array,h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",p=0,f=h.length;pu;)c.call(t,s=a[u++])&&e.push(s);return e}},function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},function(t,e,n){var r=n(108),i=n(58);t.exports=function(t,e){for(var n,o=i(t),s=r(o),a=s.length,c=0;a>c;)if(o[n=s[c++]]===e)return n}},function(t,e,n){var r=n(94),i=n(170),o=n(6),s=n(14).Reflect;t.exports=s&&s.ownKeys||function(t){var e=r.f(o(t)),n=i.f;return n?e.concat(n(t)):e}},function(t,e,n){var r=n(14),i=n(17),o=n(127),s=n(344),a=n(24).f;t.exports=function(t){var e=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:s.f(t)})}},function(t,e,n){var r=n(1);r(r.P,"Array",{copyWithin:n(320)}),n(124)("copyWithin")},function(t,e,n){"use strict";var r=n(1),i=n(62)(4);r(r.P+r.F*!n(57)([].every,!0),"Array",{every:function(t){return i(this,t,arguments[1])}})},function(t,e,n){var r=n(1);r(r.P,"Array",{fill:n(234)}),n(124)("fill")},function(t,e,n){"use strict";var r=n(1),i=n(62)(2);r(r.P+r.F*!n(57)([].filter,!0),"Array",{filter:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(1),i=n(62)(6),o="findIndex",s=!0;o in[]&&Array(1)[o](function(){s=!1}),r(r.P+r.F*s,"Array",{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),n(124)(o)},function(t,e,n){"use strict";var r=n(1),i=n(62)(5),o="find",s=!0;o in[]&&Array(1)[o](function(){s=!1}),r(r.P+r.F*s,"Array",{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),n(124)(o)},function(t,e,n){"use strict";var r=n(1),i=n(62)(0),o=n(57)([].forEach,!0);r(r.P+r.F*!o,"Array",{forEach:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(92),i=n(1),o=n(52),s=n(330),a=n(241),c=n(37),u=n(325),l=n(253);i(i.S+i.F*!n(245)(function(t){Array.from(t)}),"Array",{from:function(t){var e,n,i,h,p=o(t),f="function"==typeof this?this:Array,_=arguments.length,d=_>1?arguments[1]:void 0,y=void 0!==d,m=0,g=l(p);if(y&&(d=r(d,_>2?arguments[2]:void 0,2)),void 0==g||f==Array&&a(g))for(e=c(p.length),n=new f(e);e>m;m++)u(n,m,y?d(p[m],m):p[m]);else for(h=g.call(p),n=new f;!(i=h.next()).done;m++)u(n,m,y?s(h,d,[i.value,m],!0):i.value);return n.length=m,n}})},function(t,e,n){"use strict";var r=n(1),i=n(235)(!1),o=[].indexOf,s=!!o&&1/[1].indexOf(1,-0)<0;r(r.P+r.F*(s||!n(57)(o)),"Array",{indexOf:function(t){return s?o.apply(this,arguments)||0:i(this,t,arguments[1])}})},function(t,e,n){var r=n(1);r(r.S,"Array",{isArray:n(242)})},function(t,e,n){"use strict";var r=n(1),i=n(58),o=[].join;r(r.P+r.F*(n(126)!=Object||!n(57)(o)),"Array",{join:function(t){return o.call(i(this),void 0===t?",":t)}})},function(t,e,n){"use strict";var r=n(1),i=n(58),o=n(83),s=n(37),a=[].lastIndexOf,c=!!a&&1/[1].lastIndexOf(1,-0)<0;r(r.P+r.F*(c||!n(57)(a)),"Array",{lastIndexOf:function(t){if(c)return a.apply(this,arguments)||0;var e=i(this),n=s(e.length),r=n-1;for(arguments.length>1&&(r=Math.min(r,o(arguments[1]))),r<0&&(r=n+r);r>=0;r--)if(r in e&&e[r]===t)return r||0;return-1}})},function(t,e,n){"use strict";var r=n(1),i=n(62)(1);r(r.P+r.F*!n(57)([].map,!0),"Array",{map:function(t){return i(this,t,arguments[1])}})},function(t,e,n){"use strict";var r=n(1),i=n(325);r(r.S+r.F*n(10)(function(){function t(){}return!(Array.of.call(t)instanceof t)}),"Array",{of:function(){for(var t=0,e=arguments.length,n=new("function"==typeof this?this:Array)(e);e>t;)i(n,t,arguments[t++]);return n.length=e,n}})},function(t,e,n){"use strict";var r=n(1),i=n(321);r(r.P+r.F*!n(57)([].reduceRight,!0),"Array",{reduceRight:function(t){return i(this,t,arguments.length,arguments[1],!0)}})},function(t,e,n){"use strict";var r=n(1),i=n(321);r(r.P+r.F*!n(57)([].reduce,!0),"Array",{reduce:function(t){return i(this,t,arguments.length,arguments[1],!1)}})},function(t,e,n){"use strict";var r=n(1),i=n(327),o=n(91),s=n(95),a=n(37),c=[].slice;r(r.P+r.F*n(10)(function(){i&&c.call(i)}),"Array",{slice:function(t,e){var n=a(this.length),r=o(this);if(e=void 0===e?n:e,"Array"==r)return c.call(this,t,e);for(var i=s(t,n),u=s(e,n),l=a(u-i),h=Array(l),p=0;p9?t:"0"+t};r(r.P+r.F*(i(function(){return"0385-07-25T07:06:39.999Z"!=new Date(-5e13-1).toISOString()})||!i(function(){new Date(NaN).toISOString()})),"Date",{toISOString:function(){if(!isFinite(o.call(this)))throw RangeError("Invalid time value");var t=this,e=t.getUTCFullYear(),n=t.getUTCMilliseconds(),r=e<0?"-":e>9999?"+":"";return r+("00000"+Math.abs(e)).slice(r?-6:-4)+"-"+s(t.getUTCMonth()+1)+"-"+s(t.getUTCDate())+"T"+s(t.getUTCHours())+":"+s(t.getUTCMinutes())+":"+s(t.getUTCSeconds())+"."+(n>99?n:"0"+s(n))+"Z"}})},function(t,e,n){"use strict";var r=n(1),i=n(52),o=n(84);r(r.P+r.F*n(10)(function(){return null!==new Date(NaN).toJSON()||1!==Date.prototype.toJSON.call({toISOString:function(){return 1}})}),"Date",{toJSON:function(t){var e=i(this),n=o(e);return"number"!=typeof n||isFinite(n)?e.toISOString():null}})},function(t,e,n){var r=n(18)("toPrimitive"),i=Date.prototype;r in i||n(51)(i,r,n(510))},function(t,e,n){var r=Date.prototype,i="Invalid Date",o="toString",s=r[o],a=r.getTime;new Date(NaN)+""!=i&&n(47)(r,o,function(){var t=a.call(this);return t===t?s.call(this):i})},function(t,e,n){var r=n(1);r(r.P,"Function",{bind:n(322)})},function(t,e,n){"use strict";var r=n(11),i=n(63),o=n(18)("hasInstance"),s=Function.prototype;o in s||n(24).f(s,o,{value:function(t){if("function"!=typeof this||!r(t))return!1;if(!r(this.prototype))return t instanceof this;for(;t=i(t);)if(this.prototype===t)return!0;return!1}})},function(t,e,n){var r=n(24).f,i=n(82),o=n(41),s=Function.prototype,a=/^\s*function ([^ (]*)/,c="name",u=Object.isExtensible||function(){return!0};c in s||n(29)&&r(s,c,{configurable:!0,get:function(){try{var t=this,e=(""+t).match(a)[1];return o(t,c)||!u(t)||r(t,c,i(5,e)),e}catch(t){return""}}})},function(t,e,n){var r=n(1),i=n(333),o=Math.sqrt,s=Math.acosh;r(r.S+r.F*!(s&&710==Math.floor(s(Number.MAX_VALUE))&&s(1/0)==1/0),"Math",{acosh:function(t){return(t=+t)<1?NaN:t>94906265.62425156?Math.log(t)+Math.LN2:i(t-1+o(t-1)*o(t+1))}})},function(t,e,n){function r(t){return isFinite(t=+t)&&0!=t?t<0?-r(-t):Math.log(t+Math.sqrt(t*t+1)):t}var i=n(1),o=Math.asinh;i(i.S+i.F*!(o&&1/o(0)>0),"Math",{asinh:r})},function(t,e,n){var r=n(1),i=Math.atanh;r(r.S+r.F*!(i&&1/i(-0)<0),"Math",{atanh:function(t){return 0==(t=+t)?t:Math.log((1+t)/(1-t))/2}})},function(t,e,n){var r=n(1),i=n(247);r(r.S,"Math",{cbrt:function(t){return i(t=+t)*Math.pow(Math.abs(t),1/3)}})},function(t,e,n){var r=n(1);r(r.S,"Math",{clz32:function(t){return(t>>>=0)?31-Math.floor(Math.log(t+.5)*Math.LOG2E):32}})},function(t,e,n){var r=n(1),i=Math.exp;r(r.S,"Math",{cosh:function(t){return(i(t=+t)+i(-t))/2}})},function(t,e,n){var r=n(1),i=n(246);r(r.S+r.F*(i!=Math.expm1),"Math",{expm1:i})},function(t,e,n){var r=n(1),i=n(247),o=Math.pow,s=o(2,-52),a=o(2,-23),c=o(2,127)*(2-a),u=o(2,-126),l=function(t){return t+1/s-1/s};r(r.S,"Math",{fround:function(t){var e,n,r=Math.abs(t),o=i(t);return rc||n!=n?o*(1/0):o*n)}})},function(t,e,n){var r=n(1),i=Math.abs;r(r.S,"Math",{hypot:function(t,e){for(var n,r,o=0,s=0,a=arguments.length,c=0;s0?(r=n/c,o+=r*r):o+=n;return c===1/0?1/0:c*Math.sqrt(o)}})},function(t,e,n){var r=n(1),i=Math.imul;r(r.S+r.F*n(10)(function(){return i(4294967295,5)!=-5||2!=i.length}),"Math",{imul:function(t,e){var n=65535,r=+t,i=+e,o=n&r,s=n&i;return 0|o*s+((n&r>>>16)*s+o*(n&i>>>16)<<16>>>0)}})},function(t,e,n){var r=n(1);r(r.S,"Math",{log10:function(t){return Math.log(t)/Math.LN10}})},function(t,e,n){var r=n(1);r(r.S,"Math",{log1p:n(333)})},function(t,e,n){var r=n(1);r(r.S,"Math",{log2:function(t){return Math.log(t)/Math.LN2}})},function(t,e,n){var r=n(1);r(r.S,"Math",{sign:n(247)})},function(t,e,n){var r=n(1),i=n(246),o=Math.exp;r(r.S+r.F*n(10)(function(){return!Math.sinh(-2e-17)!=-2e-17}),"Math",{sinh:function(t){return Math.abs(t=+t)<1?(i(t)-i(-t))/2:(o(t-1)-o(-t-1))*(Math.E/2)}})},function(t,e,n){var r=n(1),i=n(246),o=Math.exp;r(r.S,"Math",{tanh:function(t){var e=i(t=+t),n=i(-t);return e==1/0?1:n==1/0?-1:(e-n)/(o(t)+o(-t))}})},function(t,e,n){var r=n(1);r(r.S,"Math",{trunc:function(t){return(t>0?Math.floor:Math.ceil)(t)}})},function(t,e,n){"use strict";var r=n(14),i=n(41),o=n(91),s=n(240),a=n(84),c=n(10),u=n(94).f,l=n(70).f,h=n(24).f,p=n(173).trim,f="Number",_=r[f],d=_,y=_.prototype,m=o(n(93)(y))==f,g="trim"in String.prototype,v=function(t){var e=a(t,!1);if("string"==typeof e&&e.length>2){e=g?e.trim():p(e,3);var n,r,i,o=e.charCodeAt(0);if(43===o||45===o){if(n=e.charCodeAt(2),88===n||120===n)return NaN}else if(48===o){switch(e.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+e}for(var s,c=e.slice(2),u=0,l=c.length;ui)return NaN;return parseInt(c,r)}}return+e};if(!_(" 0o1")||!_("0b1")||_("+0x1")){_=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof _&&(m?c(function(){y.valueOf.call(n)}):o(n)!=f)?s(new d(v(e)),n,_):v(e)};for(var b,w=n(29)?u(d):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),x=0;w.length>x;x++)i(d,b=w[x])&&!i(_,b)&&h(_,b,l(d,b));_.prototype=y,y.constructor=_,n(47)(r,f,_)}},function(t,e,n){var r=n(1);r(r.S,"Number",{EPSILON:Math.pow(2,-52)})},function(t,e,n){var r=n(1),i=n(14).isFinite;r(r.S,"Number",{isFinite:function(t){return"number"==typeof t&&i(t)}})},function(t,e,n){var r=n(1);r(r.S,"Number",{isInteger:n(329)})},function(t,e,n){var r=n(1);r(r.S,"Number",{isNaN:function(t){return t!=t}})},function(t,e,n){var r=n(1),i=n(329),o=Math.abs;r(r.S,"Number",{isSafeInteger:function(t){return i(t)&&o(t)<=9007199254740991}})},function(t,e,n){var r=n(1);r(r.S,"Number",{MAX_SAFE_INTEGER:9007199254740991})},function(t,e,n){var r=n(1);r(r.S,"Number",{MIN_SAFE_INTEGER:-9007199254740991})},function(t,e,n){var r=n(1),i=n(338);r(r.S+r.F*(Number.parseFloat!=i),"Number",{parseFloat:i})},function(t,e,n){var r=n(1),i=n(339);r(r.S+r.F*(Number.parseInt!=i),"Number",{parseInt:i})},function(t,e,n){"use strict";var r=n(1),i=n(83),o=n(319),s=n(343),a=1..toFixed,c=Math.floor,u=[0,0,0,0,0,0],l="Number.toFixed: incorrect invocation!",h="0",p=function(t,e){for(var n=-1,r=e;++n<6;)r+=t*u[n],u[n]=r%1e7,r=c(r/1e7)},f=function(t){for(var e=6,n=0;--e>=0;)n+=u[e],u[e]=c(n/t),n=n%t*1e7},_=function(){for(var t=6,e="";--t>=0;)if(""!==e||0===t||0!==u[t]){var n=String(u[t]);e=""===e?n:e+s.call(h,7-n.length)+n}return e},d=function(t,e,n){return 0===e?n:e%2===1?d(t,e-1,n*t):d(t*t,e/2,n)},y=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e};r(r.P+r.F*(!!a&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!n(10)(function(){a.call({})})),"Number",{toFixed:function(t){var e,n,r,a,c=o(this,l),u=i(t),m="",g=h;if(u<0||u>20)throw RangeError(l);if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(m="-",c=-c),c>1e-21)if(e=y(c*d(2,69,1))-69,n=e<0?c*d(2,-e,1):c/d(2,e,1),n*=4503599627370496,e=52-e,e>0){for(p(0,n),r=u;r>=7;)p(1e7,0),r-=7;for(p(d(10,r,1),0),r=e-1;r>=23;)f(1<<23),r-=23;f(1<0?(a=g.length,g=m+(a<=u?"0."+s.call(h,u-a)+g:g.slice(0,a-u)+"."+g.slice(a-u))):g=m+g,g}})},function(t,e,n){"use strict";var r=n(1),i=n(10),o=n(319),s=1..toPrecision;r(r.P+r.F*(i(function(){return"1"!==s.call(1,void 0)})||!i(function(){s.call({})})),"Number",{toPrecision:function(t){var e=o(this,"Number#toPrecision: incorrect invocation!");return void 0===t?s.call(e):s.call(e,t)}})},function(t,e,n){var r=n(1);r(r.S+r.F,"Object",{assign:n(334)})},function(t,e,n){var r=n(1);r(r.S,"Object",{create:n(93)})},function(t,e,n){var r=n(1);r(r.S+r.F*!n(29),"Object",{defineProperties:n(335)})},function(t,e,n){var r=n(1);r(r.S+r.F*!n(29),"Object",{defineProperty:n(24).f})},function(t,e,n){var r=n(11),i=n(81).onFreeze;n(64)("freeze",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(58),i=n(70).f;n(64)("getOwnPropertyDescriptor",function(){return function(t,e){return i(r(t),e)}})},function(t,e,n){n(64)("getOwnPropertyNames",function(){return n(336).f})},function(t,e,n){var r=n(52),i=n(63);n(64)("getPrototypeOf",function(){return function(t){return i(r(t))}})},function(t,e,n){var r=n(11);n(64)("isExtensible",function(t){return function(e){return!!r(e)&&(!t||t(e))}})},function(t,e,n){var r=n(11);n(64)("isFrozen",function(t){return function(e){return!r(e)||!!t&&t(e)}})},function(t,e,n){var r=n(11);n(64)("isSealed",function(t){return function(e){return!r(e)||!!t&&t(e)}})},function(t,e,n){var r=n(1);r(r.S,"Object",{is:n(340)})},function(t,e,n){var r=n(52),i=n(108);n(64)("keys",function(){return function(t){return i(r(t))}})},function(t,e,n){var r=n(11),i=n(81).onFreeze;n(64)("preventExtensions",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(11),i=n(81).onFreeze;n(64)("seal",function(t){return function(e){return t&&r(e)?t(i(e)):e}})},function(t,e,n){var r=n(1);r(r.S,"Object",{setPrototypeOf:n(248).set})},function(t,e,n){var r=n(1),i=n(338);r(r.G+r.F*(parseFloat!=i),{parseFloat:i})},function(t,e,n){var r=n(1),i=n(339);r(r.G+r.F*(parseInt!=i),{parseInt:i})},function(t,e,n){var r=n(1),i=n(80),o=n(6),s=(n(14).Reflect||{}).apply,a=Function.apply;r(r.S+r.F*!n(10)(function(){s(function(){})}),"Reflect",{apply:function(t,e,n){var r=i(t),c=o(n);return s?s(r,e,c):a.call(r,e,c)}})},function(t,e,n){var r=n(1),i=n(93),o=n(80),s=n(6),a=n(11),c=n(10),u=n(322),l=(n(14).Reflect||{}).construct,h=c(function(){function t(){}return!(l(function(){},[],t)instanceof t)}),p=!c(function(){l(function(){})});r(r.S+r.F*(h||p),"Reflect",{construct:function(t,e){o(t),s(e);var n=arguments.length<3?t:o(arguments[2]);if(p&&!h)return l(t,e,n);if(t==n){switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3])}var r=[null];return r.push.apply(r,e),new(u.apply(t,r))}var c=n.prototype,f=i(a(c)?c:Object.prototype),_=Function.apply.call(t,f,e);return a(_)?_:f}})},function(t,e,n){var r=n(24),i=n(1),o=n(6),s=n(84);i(i.S+i.F*n(10)(function(){Reflect.defineProperty(r.f({},1,{value:1}),1,{value:2})}),"Reflect",{defineProperty:function(t,e,n){o(t),e=s(e,!0),o(n);try{return r.f(t,e,n),!0}catch(t){return!1}}})},function(t,e,n){var r=n(1),i=n(70).f,o=n(6);r(r.S,"Reflect",{deleteProperty:function(t,e){var n=i(o(t),e);return!(n&&!n.configurable)&&delete t[e]}})},function(t,e,n){"use strict";var r=n(1),i=n(6),o=function(t){this._t=i(t),this._i=0;var e,n=this._k=[];for(e in t)n.push(e)};n(331)(o,"Object",function(){var t,e=this,n=e._k;do if(e._i>=n.length)return{value:void 0,done:!0};while(!((t=n[e._i++])in e._t));return{value:t,done:!1}}),r(r.S,"Reflect",{enumerate:function(t){return new o(t)}})},function(t,e,n){var r=n(70),i=n(1),o=n(6);i(i.S,"Reflect",{getOwnPropertyDescriptor:function(t,e){return r.f(o(t),e)}})},function(t,e,n){var r=n(1),i=n(63),o=n(6);r(r.S,"Reflect",{getPrototypeOf:function(t){return i(o(t))}})},function(t,e,n){function r(t,e){var n,a,l=arguments.length<3?t:arguments[2];return u(t)===l?t[e]:(n=i.f(t,e))?s(n,"value")?n.value:void 0!==n.get?n.get.call(l):void 0:c(a=o(t))?r(a,e,l):void 0}var i=n(70),o=n(63),s=n(41),a=n(1),c=n(11),u=n(6);a(a.S,"Reflect",{get:r})},function(t,e,n){var r=n(1);r(r.S,"Reflect",{has:function(t,e){return e in t}})},function(t,e,n){var r=n(1),i=n(6),o=Object.isExtensible;r(r.S,"Reflect",{isExtensible:function(t){return i(t),!o||o(t)}})},function(t,e,n){var r=n(1);r(r.S,"Reflect",{ownKeys:n(514)})},function(t,e,n){var r=n(1),i=n(6),o=Object.preventExtensions;r(r.S,"Reflect",{preventExtensions:function(t){i(t);try{return o&&o(t),!0}catch(t){return!1}}})},function(t,e,n){var r=n(1),i=n(248);i&&r(r.S,"Reflect",{setPrototypeOf:function(t,e){i.check(t,e);try{return i.set(t,e),!0}catch(t){return!1}}})},function(t,e,n){function r(t,e,n){var c,p,f=arguments.length<4?t:arguments[3],_=o.f(l(t),e);if(!_){if(h(p=s(t)))return r(p,e,n,f);_=u(0)}return a(_,"value")?!(_.writable===!1||!h(f))&&(c=o.f(f,e)||u(0),c.value=n,i.f(f,e,c),!0):void 0!==_.set&&(_.set.call(f,n),!0)}var i=n(24),o=n(70),s=n(63),a=n(41),c=n(1),u=n(82),l=n(6),h=n(11);c(c.S,"Reflect",{set:r})},function(t,e,n){var r=n(14),i=n(240),o=n(24).f,s=n(94).f,a=n(243),c=n(239),u=r.RegExp,l=u,h=u.prototype,p=/a/g,f=/a/g,_=new u(p)!==p;if(n(29)&&(!_||n(10)(function(){return f[n(18)("match")]=!1,u(p)!=p||u(f)==f||"/a/i"!=u(p,"i")}))){u=function(t,e){var n=this instanceof u,r=a(t),o=void 0===e;return!n&&r&&t.constructor===u&&o?t:i(_?new l(r&&!o?t.source:t,e):l((r=t instanceof u)?t.source:t,r&&o?c.call(t):e),n?this:h,u)};for(var d=(function(t){t in u||o(u,t,{configurable:!0,get:function(){return l[t]},set:function(e){l[t]=e}})}),y=s(l),m=0;y.length>m;)d(y[m++]);h.constructor=u,u.prototype=h,n(47)(r,"RegExp",u)}n(129)("RegExp")},function(t,e,n){"use strict";n(346);var r=n(6),i=n(239),o=n(29),s="toString",a=/./[s],c=function(t){n(47)(RegExp.prototype,s,t,!0)};n(10)(function(){return"/a/b"!=a.call({source:"a",flags:"b"})})?c(function(){var t=r(this);return"/".concat(t.source,"/","flags"in t?t.flags:!o&&t instanceof RegExp?i.call(t):void 0)}):a.name!=s&&c(function(){return a.call(this)})},function(t,e,n){"use strict";n(48)("anchor",function(t){return function(e){return t(this,"a","name",e)}})},function(t,e,n){"use strict";n(48)("big",function(t){return function(){return t(this,"big","","")}})},function(t,e,n){"use strict";n(48)("blink",function(t){return function(){return t(this,"blink","","")}})},function(t,e,n){"use strict";n(48)("bold",function(t){return function(){return t(this,"b","","")}})},function(t,e,n){"use strict";var r=n(1),i=n(342)(!1);r(r.P,"String",{codePointAt:function(t){return i(this,t)}})},function(t,e,n){"use strict";var r=n(1),i=n(37),o=n(250),s="endsWith",a=""[s];r(r.P+r.F*n(238)(s),"String",{endsWith:function(t){var e=o(this,t,s),n=arguments.length>1?arguments[1]:void 0,r=i(e.length),c=void 0===n?r:Math.min(i(n),r),u=String(t);return a?a.call(e,u,c):e.slice(c-u.length,c)===u}})},function(t,e,n){"use strict";n(48)("fixed",function(t){return function(){return t(this,"tt","","")}})},function(t,e,n){"use strict";n(48)("fontcolor",function(t){return function(e){return t(this,"font","color",e)}})},function(t,e,n){"use strict";n(48)("fontsize",function(t){return function(e){return t(this,"font","size",e)}})},function(t,e,n){var r=n(1),i=n(95),o=String.fromCharCode,s=String.fromCodePoint;r(r.S+r.F*(!!s&&1!=s.length),"String",{fromCodePoint:function(t){for(var e,n=[],r=arguments.length,s=0;r>s;){if(e=+arguments[s++],i(e,1114111)!==e)throw RangeError(e+" is not a valid code point");n.push(e<65536?o(e):o(((e-=65536)>>10)+55296,e%1024+56320))}return n.join("")}})},function(t,e,n){"use strict";var r=n(1),i=n(250),o="includes";r(r.P+r.F*n(238)(o),"String",{includes:function(t){return!!~i(this,t,o).indexOf(t,arguments.length>1?arguments[1]:void 0)}})},function(t,e,n){"use strict";n(48)("italics",function(t){return function(){return t(this,"i","","")}})},function(t,e,n){"use strict";n(48)("link",function(t){return function(e){return t(this,"a","href",e)}})},function(t,e,n){var r=n(1),i=n(58),o=n(37);r(r.S,"String",{raw:function(t){for(var e=i(t.raw),n=o(e.length),r=arguments.length,s=[],a=0;n>a;)s.push(String(e[a++])),a1?arguments[1]:void 0,e.length)),r=String(t);return a?a.call(e,r,n):e.slice(n,n+r.length)===r}})},function(t,e,n){"use strict";n(48)("strike",function(t){return function(){return t(this,"strike","","")}})},function(t,e,n){"use strict";n(48)("sub",function(t){return function(){return t(this,"sub","","")}})},function(t,e,n){"use strict";n(48)("sup",function(t){return function(){return t(this,"sup","","")}})},function(t,e,n){"use strict";n(173)("trim",function(t){return function(){return t(this,3)}})},function(t,e,n){"use strict";var r=n(1),i=n(174),o=n(252),s=n(6),a=n(95),c=n(37),u=n(11),l=n(14).ArrayBuffer,h=n(341),p=o.ArrayBuffer,f=o.DataView,_=i.ABV&&l.isView,d=p.prototype.slice,y=i.VIEW,m="ArrayBuffer";r(r.G+r.W+r.F*(l!==p),{ArrayBuffer:p}),r(r.S+r.F*!i.CONSTR,m,{isView:function(t){return _&&_(t)||u(t)&&y in t}}),r(r.P+r.U+r.F*n(10)(function(){return!new p(2).slice(1,void 0).byteLength}),m,{slice:function(t,e){if(void 0!==d&&void 0===e)return d.call(s(this),t);for(var n=s(this).byteLength,r=a(t,n),i=a(void 0===e?n:e,n),o=new(h(this,p))(c(i-r)),u=new f(this),l=new f(o),_=0;r0?arguments[0]:void 0)}},{add:function(t){return r.def(this,t,!0)}},r,!1,!0)},function(t,e,n){var r=n(69),i=n(6),o=r.key,s=r.set;r.exp({defineMetadata:function(t,e,n,r){s(t,e,i(n),o(r))}})},function(t,e,n){var r=n(69),i=n(6),o=r.key,s=r.map,a=r.store;r.exp({deleteMetadata:function(t,e){var n=arguments.length<3?void 0:o(arguments[2]),r=s(i(e),n,!1);if(void 0===r||!r.delete(t))return!1;if(r.size)return!0;var c=a.get(e);return c.delete(n),!!c.size||a.delete(e)}})},function(t,e,n){var r=n(351),i=n(507),o=n(69),s=n(6),a=n(63),c=o.keys,u=o.key,l=function(t,e){var n=c(t,e),o=a(t);if(null===o)return n;var s=l(o,e);return s.length?n.length?i(new r(n.concat(s))):s:n};o.exp({getMetadataKeys:function(t){return l(s(t),arguments.length<2?void 0:u(arguments[1]))}})},function(t,e,n){var r=n(69),i=n(6),o=n(63),s=r.has,a=r.get,c=r.key,u=function(t,e,n){var r=s(t,e,n);if(r)return a(t,e,n);var i=o(e);return null!==i?u(t,i,n):void 0};r.exp({getMetadata:function(t,e){return u(t,i(e),arguments.length<3?void 0:c(arguments[2]))}})},function(t,e,n){var r=n(69),i=n(6),o=r.keys,s=r.key;r.exp({getOwnMetadataKeys:function(t){return o(i(t),arguments.length<2?void 0:s(arguments[1]))}})},function(t,e,n){var r=n(69),i=n(6),o=r.get,s=r.key;r.exp({getOwnMetadata:function(t,e){return o(t,i(e),arguments.length<3?void 0:s(arguments[2]))}})},function(t,e,n){var r=n(69),i=n(6),o=n(63),s=r.has,a=r.key,c=function(t,e,n){var r=s(t,e,n);if(r)return!0;var i=o(e);return null!==i&&c(t,i,n)};r.exp({hasMetadata:function(t,e){return c(t,i(e),arguments.length<3?void 0:a(arguments[2]))}})},function(t,e,n){var r=n(69),i=n(6),o=r.has,s=r.key;r.exp({hasOwnMetadata:function(t,e){return o(t,i(e),arguments.length<3?void 0:s(arguments[2]))}})},function(t,e,n){var r=n(69),i=n(6),o=n(80),s=r.key,a=r.set;r.exp({metadata:function(t,e){return function(n,r){a(t,e,(void 0!==r?i:o)(n),s(r))}}})},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,'@import url("//fonts.googleapis.com/css?family=Roboto:300,400,700");@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");redoc.loading{position:relative;display:block;min-height:350px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}redoc.loading:before{font-family:Helvetica;content:"Loading";font-size:24px;text-align:center;padding-top:40px;color:#0033a0;font-weight:400;display:block;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:9999}redoc.loading:after,redoc.loading:before{position:absolute;opacity:1;transition:all .6s ease-out}redoc.loading:after{z-index:10000;background-image:url(\'data:image/svg+xml;utf8,\');animation:2s rotate linear infinite;width:50px;height:50px;content:"";left:50%;margin-left:-25px;background-size:cover;top:75px}redoc.loading-remove:after,redoc.loading-remove:before{opacity:0}',""]); +},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,".dk-select,.dk-select *,.dk-select-multi,.dk-select-multi *,.dk-select-multi :after,.dk-select-multi :before,.dk-select :after,.dk-select :before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dk-select,.dk-select-multi{position:relative;display:inline-block;vertical-align:middle;line-height:1.5em;width:200px;cursor:pointer}.dk-selected{width:100%;white-space:nowrap;overflow:hidden;position:relative;background-color:#fff;border:1px solid #ccc;border-radius:.4em;padding:0 1.5em 0 .5em;-o-text-overflow:ellipsis;text-overflow:ellipsis}.dk-selected:after,.dk-selected:before{content:'';display:block;position:absolute;right:0}.dk-selected:before{top:50%;border:solid transparent;border-width:.25em .25em 0;border-top-color:#ccc;margin:-.125em .5em 0 0}.dk-selected:after{top:0;height:100%;border-left:1px solid #ccc;margin:0 1.5em 0 0}.dk-selected-disabled{color:#bbb}.dk-select .dk-select-options{position:absolute;display:none;left:0;right:0}.dk-select-open-up .dk-select-options{border-radius:.4em .4em 0 0;margin-bottom:-1px;bottom:100%}.dk-select-open-down .dk-select-options{border-radius:0 0 .4em .4em;margin-top:-1px;top:100%}.dk-select-multi .dk-select-options{max-height:10em}.dk-select-options{background-color:#fff;border:1px solid #ccc;border-radius:.4em;list-style:none;margin:0;max-height:10.5em;overflow-x:hidden;overflow-y:auto;padding:.25em 0;width:auto;z-index:100}.dk-option-selected{background-color:#3297fd;color:#fff}.dk-select-options-highlight .dk-option-selected{background-color:transparent;color:inherit}.dk-option{padding:0 .5em}.dk-select-options .dk-option-highlight{background-color:#3297fd;color:#fff}.dk-select-options .dk-option-disabled{color:#bbb;background-color:transparent}.dk-select-options .dk-option-hidden{display:none}.dk-optgroup{border:solid #ccc;border-width:1px 0;padding:.25em 0}.dk-optgroup,.dk-optgroup+.dk-option{margin-top:.25em}.dk-optgroup+.dk-optgroup{border-top-width:0;margin-top:0}.dk-optgroup:nth-child(2){padding-top:0;border-top:none;margin-top:0}.dk-optgroup:last-child{border-bottom-width:0;margin-bottom:0;padding-bottom:0}.dk-optgroup-label{padding:0 .5em .25em;font-weight:700;width:100%}.dk-optgroup-options{list-style:none;padding-left:0}.dk-optgroup-options li{padding-left:1.2em}.dk-select-open-up .dk-selected{border-top-left-radius:0;border-top-right-radius:0;border-color:#3297fd}.dk-select-open-down .dk-selected{border-bottom-left-radius:0;border-bottom-right-radius:0;border-color:#3297fd}.dk-select-open-down .dk-selected:before,.dk-select-open-up .dk-selected:before{border-width:0 .25em .25em;border-bottom-color:#3297fd}.dk-select-open-down .dk-selected:after,.dk-select-open-up .dk-selected:after{border-left-color:#3297fd}.dk-select-multi:focus .dk-select-options,.dk-select-open-down .dk-select-options,.dk-select-open-up .dk-select-options{display:block;border-color:#3297fd}.dk-select-multi:focus,.dk-select-multi:hover{outline:none}.dk-selected:focus,.dk-selected:hover{outline:none;border-color:#3297fd}.dk-selected:focus:before,.dk-selected:hover:before{border-top-color:#3297fd}.dk-selected:focus:after,.dk-selected:hover:after{border-left-color:#3297fd}.dk-select-disabled{opacity:.6;color:#bbb;cursor:not-allowed}.dk-select-disabled .dk-selected:focus,.dk-select-disabled .dk-selected:hover{border-color:inherit}.dk-select-disabled .dk-selected:focus:before,.dk-select-disabled .dk-selected:hover:before{border-top-color:inherit}.dk-select-disabled .dk-selected:focus:after,.dk-select-disabled .dk-selected:hover:after{border-left-color:inherit}select[data-dkcacheid]{display:none}",""])},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,"/*! Hint.css (base version) - v2.3.2 - 2016-07-28\n* http://kushagragour.in/lab/hint/\n* Copyright (c) 2016 Kushagra Gour; Licensed */[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);transform:translateZ(0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--left:before{border-left-color:#383838}.hint--right:before{border-right-color:#383838}.hint--top:before{margin-bottom:-11px}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:before{margin-top:-11px}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:before{margin-bottom:-11px}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:before{margin-bottom:-11px}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:before{margin-top:-11px}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:before{margin-top:-11px}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}",""])},function(t,e,n){e=t.exports=n(177)(),e.push([t.i,"code[class*=language-],pre[class*=language-]{color:#fff;background:none;text-shadow:0 -.1em .2em #000;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}:not(pre)>code[class*=language-],pre[class*=language-]{background:#4d4033}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border:.3em solid #7a6652;border-radius:.5em;box-shadow:inset 1px 1px .5em #000}:not(pre)>code[class*=language-]{padding:.15em .2em .05em;border-radius:.3em;border:.13em solid #7a6652;box-shadow:inset 1px 1px .3em -.1em #000;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#998066}.namespace,.token.punctuation{opacity:.7}.token.boolean,.token.constant,.token.number,.token.property,.token.symbol,.token.tag{color:#d1949e}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#bde052}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f5b83d}.token.atrule,.token.attr-value,.token.keyword{color:#d1949e}.token.important,.token.regex{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.deleted{color:red}",""])},function(t,e,n){!function(){if(!window.CustomEvent&&document.createEventObject)return void(window.CustomEvent=function(t,e){if(!arguments.length)throw new Error("Not enough arguments");var n={type:t,bubbles:!1,cancelable:!1,detail:null},r=document.createEventObject();for(var i in n)r[i]=n[i];for(var i in e)r[i]=e[i];return r});try{new CustomEvent("test")}catch(e){var t=function(t,e){if(!arguments.length)throw new Error("Not enough arguments");var n={bubbles:!1,cancelable:!1,detail:null};for(var r in e)n[r]=e[r];var i=document.createEvent("CustomEvent");return i.initCustomEvent(t,n.bubbles,n.cancelable,n.detail),i};t.prototype=(window.CustomEvent||window.Event).prototype,window.CustomEvent=t}}(),function(){if(!document.addEventListener&&window.Element&&window.Event){var t="__events",e="__immediateStopped";Event.prototype.NONE=Event.NONE=0,Event.prototype.CAPTURING_PHASE=Event.CAPTURING_PHASE=1,Event.prototype.AT_TARGET=Event.AT_TARGET=2,Event.prototype.BUBBLING_PHASE=Event.BUBBLING_PHASE=3,Event.prototype.preventDefault=function(){this.cancelable!==!1&&(this.returnValue=!1)},Event.prototype.stopPropagation=function(){this.cancelBubble=!0},Event.prototype.stopImmediatePropagation=function(){this[e]=this.cancelBubble=!0};for(var n=function(t,e){return t.timeStamp=+new Date,t.target||(t.target=t.srcElement||e),t.pageX=t.clientX+document.documentElement.scrollLeft,t.pageY=t.clientY+document.documentElement.scrollTop,"mouseover"==t.type?t.relatedTarget=t.fromElement:"mouseout"==t.type?t.relatedTarget=t.toElement:t.relatedTarget=null,t},r=function(t,e,n){for(var r=0;r-1)){if(t in this)var u=this[t];else{var u={_handler:function(){a.apply(o,arguments)}};this[t]=u}e in u||(u[e]=[]),u[e].push({listener:n,useCapture:i}),c||this.attachEvent("on"+e,u._handler)}},removeEventListener:function(e,n,i){var o=(this[t]||{})[e]||[],s=r(o,n,i);-1!=s&&(o.splice(s,1),o.length||this.detachEvent("on"+e,this[t]._handler))},dispatchEvent:function(t){return t.returnValue=!0,a.call(this,t)}}),u=[Element,window.constructor,document.constructor];u.length;){var l=u.pop();for(var h in c)l.prototype[h]=c[h]}}}(),Array.prototype.forEach||(Array.prototype.forEach=function(t,e){var n,r;if(null==this)throw new TypeError(" this is null or not defined");var i=Object(this),o=i.length>>>0;if("function"!=typeof t)throw new TypeError(t+" is not a function");for(arguments.length>1&&(n=e),r=0;o>r;){var s;r in i&&(s=i[r],t.call(n,s,r,i)),r++}}),Array.prototype.indexOf||(Array.prototype.indexOf=function(t,e){var n;if(null==this)throw new TypeError('"this" is null or not defined');var r=Object(this),i=r.length>>>0;if(0===i)return-1;var o=+e||0;if(Math.abs(o)===1/0&&(o=0),o>=i)return-1;for(n=Math.max(o>=0?o:i-Math.abs(o),0);i>n;){if(n in r&&r[n]===t)return n;n++}return-1}),function(e){var r;try{r=n(1077)}catch(t){}t.exports=e(window,document,r)}(function(t,e,n,r){var i,o=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),s=t.parent!==t.self,a=-1!==navigator.appVersion.indexOf("MSIE"),c=function(n,r){var i,o;if(this===t)return new c(n,r);for("string"==typeof n&&"#"===n[0]&&(n=e.getElementById(n.substr(1))),i=0;i: ",n),!1):"SELECT"===n.nodeName?this.init(n,r):void 0:(console.error("You must pass a select to DropKick"),!1)},u=function(){},l={initialize:u,mobile:!1,change:u,open:u,close:u,search:"strict",bubble:!0},h={hasClass:function(t,e){var n=new RegExp("(^|\\s+)"+e+"(\\s+|$)");return t&&n.test(t.className)},addClass:function(t,e){t&&!h.hasClass(t,e)&&(t.className+=" "+e)},removeClass:function(t,e){var n=new RegExp("(^|\\s+)"+e+"(\\s+|$)");t&&(t.className=t.className.replace(n," "))},toggleClass:function(t,e){var n=h.hasClass(t,e)?"remove":"add";h[n+"Class"](t,e)},extend:function(t){return Array.prototype.slice.call(arguments,1).forEach(function(e){if(e)for(var n in e)t[n]=e[n]}),t},offset:function(n){var r=n.getBoundingClientRect()||{top:0,left:0},i=e.documentElement,o=a?i.scrollTop:t.pageYOffset,s=a?i.scrollLeft:t.pageXOffset;return{top:r.top+o-i.clientTop,left:r.left+s-i.clientLeft}},position:function(t,e){for(var n={top:0,left:0};t&&t!==e;)n.top+=t.offsetTop,n.left+=t.offsetLeft,t=t.parentNode;return n},closest:function(t,e){for(;t;){if(t===e)return t;t=t.parentNode}return!1},create:function(t,n){var r,i=e.createElement(t);n||(n={});for(r in n)n.hasOwnProperty(r)&&("innerHTML"===r?i.innerHTML=n[r]:i.setAttribute(r,n[r]));return i},deferred:function(e){return function(){var n=arguments,r=this;t.setTimeout(function(){e.apply(r,n)},1)}}};return c.cache={},c.uid=0,c.prototype={add:function(t,n){var r,i,o;"string"==typeof t&&(r=t,t=e.createElement("option"),t.text=r),"OPTION"===t.nodeName&&(i=h.create("li",{class:"dk-option","data-value":t.value,text:t.text,innerHTML:t.innerHTML,role:"option","aria-selected":"false",id:"dk"+this.data.cacheID+"-"+(t.id||t.value.replace(" ","-"))}),h.addClass(i,t.className),this.length+=1,t.disabled&&(h.addClass(i,"dk-option-disabled"),i.setAttribute("aria-disabled","true")),t.hidden&&(h.addClass(i,"dk-option-hidden"),i.setAttribute("aria-hidden","true")),this.data.select.add(t,n),"number"==typeof n&&(n=this.item(n)),o=this.options.indexOf(n),o>-1?(n.parentNode.insertBefore(i,n),this.options.splice(o,0,i)):(this.data.elem.lastChild.appendChild(i),this.options.push(i)),i.addEventListener("mouseover",this),t.selected&&this.select(o))},item:function(t){return t=0>t?this.options.length+t:t,this.options[t]||null},remove:function(t){var e=this.item(t);e.parentNode.removeChild(e),this.options.splice(t,1),this.data.select.remove(t),this.select(this.data.select.selectedIndex),this.length-=1},init:function(t,n){var r,a=c.build(t,"dk"+c.uid);if(this.data={},this.data.select=t,this.data.elem=a.elem,this.data.settings=h.extend({},l,n),this.disabled=t.disabled,this.form=t.form,this.length=t.length,this.multiple=t.multiple,this.options=a.options.slice(0),this.selectedIndex=t.selectedIndex,this.selectedOptions=a.selected.slice(0),this.value=t.value,this.data.cacheID=c.uid,c.cache[this.data.cacheID]=this,this.data.settings.initialize.call(this),c.uid+=1,this._changeListener||(t.addEventListener("change",this),this._changeListener=!0),!o||this.data.settings.mobile){if(t.parentNode.insertBefore(this.data.elem,t),t.setAttribute("data-dkCacheId",this.data.cacheID),this.data.elem.addEventListener("click",this),this.data.elem.addEventListener("keydown",this),this.data.elem.addEventListener("keypress",this),this.form&&this.form.addEventListener("reset",this),!this.multiple)for(r=0;rn,o=c>n,s=i&&!o?"-up":"-down",this.isOpen=!0,h.addClass(u,"dk-select-open"+s),l.setAttribute("aria-expanded","true"),this._scrollTo(this.options.length-1),this._scrollTo(this.selectedIndex),void this.data.settings.open.call(this))}),disable:function(t,e){var n="dk-option-disabled";0!==arguments.length&&"boolean"!=typeof t||(e=t===r,t=this.data.elem,n="dk-select-disabled",this.disabled=e),e===r&&(e=!0),"number"==typeof t&&(t=this.item(t)),e?(t.setAttribute("aria-disabled",!0),h.addClass(t,n)):(t.setAttribute("aria-disabled",!1),h.removeClass(t,n))},hide:function(t,e){var n="dk-option-hidden";e===r&&(e=!0),t=this.item(t),e?(t.setAttribute("aria-hidden",!0),h.addClass(t,n)):(t.setAttribute("aria-hidden",!1),h.removeClass(t,n))},select:function(t,e){var n,r,i,o,s=this.data.select;if("number"==typeof t&&(t=this.item(t)),"string"==typeof t)for(n=0;n0&&(!o||this.data.settings.mobile)&&this.dispose().init(this.data.select,this.data.settings)},dispose:function(){return Object.keys(this).length>0&&(!o||this.data.settings.mobile)&&(delete c.cache[this.data.cacheID],this.data.elem.parentNode.removeChild(this.data.elem),this.data.select.removeAttribute("data-dkCacheId")),this},handleEvent:function(t){if(!this.disabled)switch(t.type){case"click":this._delegate(t);break;case"keydown":this._keyHandler(t);break;case"keypress":this._searchOptions(t);break;case"mouseover":this._highlight(t);break;case"reset":this.reset();break;case"change":this.data.settings.change.call(this)}},_delegate:function(e){var n,r,i,o,s=e.target;if(h.hasClass(s,"dk-option-disabled"))return!1;if(this.multiple){if(h.hasClass(s,"dk-option"))if(n=t.getSelection(),"Range"===n.type&&n.collapseToStart(),e.shiftKey)if(i=this.options.indexOf(this.selectedOptions[0]),o=this.options.indexOf(this.selectedOptions[this.selectedOptions.length-1]),r=this.options.indexOf(s),r>i&&o>r&&(r=i),r>o&&o>i&&(o=i),this.reset(!0),o>r)for(;o+1>r;)this.select(r++);else for(;r>o-1;)this.select(r--);else e.ctrlKey||e.metaKey?this.select(s):(this.reset(!0),this.select(s))}else this[this.isOpen?"close":"open"](),h.hasClass(s,"dk-option")&&this.select(s)},_highlight:function(t){var e,n=t.target;if(!this.multiple){for(e=0;ei.length-1?o=i.length-1:0>o&&(o=0),this.data.select.options[o].disabled||(this.reset(!0),this.select(o),this._scrollTo(o));break;case s.space:if(!this.isOpen){t.preventDefault(),this.open();break}case s.tab:case s.enter:for(o=0;oi.offsetHeight?(e+=t.offsetHeight,i.scrollTop=e-i.offsetHeight):0>n&&(i.scrollTop=e)))}},c.build=function(t,e){var n,r,i,o=[],s={elem:null,options:[],selected:[]},a=function(t){var n,r,i,o,c=[];switch(t.nodeName){case"OPTION":n=h.create("li",{class:"dk-option ","data-value":t.value,text:t.text,innerHTML:t.innerHTML,role:"option","aria-selected":"false",id:e+"-"+(t.id||t.value.replace(" ","-"))}),h.addClass(n,t.className),t.disabled&&(h.addClass(n,"dk-option-disabled"),n.setAttribute("aria-disabled","true")),t.hidden&&(h.addClass(n,"dk-option-hidden"),n.setAttribute("aria-hidden","true")),t.selected&&(h.addClass(n,"dk-option-selected"),n.setAttribute("aria-selected","true"),s.selected.push(n)),s.options.push(this.appendChild(n));break;case"OPTGROUP":for(r=h.create("li",{class:"dk-optgroup"}),t.label&&r.appendChild(h.create("div",{class:"dk-optgroup-label",innerHTML:t.label})),i=h.create("ul",{class:"dk-optgroup-options"}),o=t.children.length;o--;c.unshift(t.children[o]));c.forEach(a,i),this.appendChild(r).appendChild(i)}};for(s.elem=h.create("div",{class:"dk-select"+(t.multiple?"-multi":"")}),r=h.create("ul",{class:"dk-select-options",id:e+"-listbox",role:"listbox"}),t.disabled&&(h.addClass(s.elem,"dk-select-disabled"),s.elem.setAttribute("aria-disabled",!0)),s.elem.id=e+(t.id?"-"+t.id:""),h.addClass(s.elem,t.className),t.multiple?(s.elem.setAttribute("tabindex",t.getAttribute("tabindex")||"0"),r.setAttribute("aria-multiselectable","true")):(n=t.options[t.selectedIndex],s.elem.appendChild(h.create("div",{class:"dk-selected "+n.className,tabindex:t.tabindex||0,innerHTML:n?n.text:" ",id:e+"-combobox","aria-live":"assertive","aria-owns":r.id,role:"combobox"})),r.setAttribute("aria-expanded","false")),i=t.children.length;i--;o.unshift(t.children[i]));return o.forEach(a,s.elem.appendChild(r)),s},c.onDocClick=function(t){var e,n;if(1!==t.target.nodeType)return!1;null!==(e=t.target.getAttribute("data-dkcacheid"))&&c.cache[e].focus();for(n in c.cache)h.closest(t.target,c.cache[n].data.elem)||n===e||c.cache[n].disabled||c.cache[n].close()},n!==r&&(n.fn.dropkick=function(){var t=Array.prototype.slice.call(arguments);return n(this).each(function(){t[0]&&"object"!=typeof t[0]?"string"==typeof t[0]&&c.prototype[t[0]].apply(new c(this),t.slice(1)):new c(this,t[0]||{})})}),c})},function(t,e){var n=Object.prototype.hasOwnProperty,r=Object.prototype.toString;t.exports=function(t,e,i){if("[object Function]"!==r.call(e))throw new TypeError("iterator must be a function");var o=t.length;if(o===+o)for(var s=0;s>1,l=-7,h=n?i-1:0,p=n?-1:1,f=t[e+h];for(h+=p,o=f&(1<<-l)-1,f>>=-l,l+=a;l>0;o=256*o+t[e+h],h+=p,l-=8);for(s=o&(1<<-l)-1,o>>=-l,l+=r;l>0;s=256*s+t[e+h],h+=p,l-=8);if(0===o)o=1-u;else{if(o===c)return s?NaN:(f?-1:1)*(1/0);s+=Math.pow(2,r),o-=u}return(f?-1:1)*s*Math.pow(2,o-r)},e.write=function(t,e,n,r,i,o){var s,a,c,u=8*o-i-1,l=(1<>1,p=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=r?0:o-1,_=r?1:-1,d=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,s=l):(s=Math.floor(Math.log(e)/Math.LN2),e*(c=Math.pow(2,-s))<1&&(s--,c*=2),e+=s+h>=1?p/c:p*Math.pow(2,1-h),e*c>=2&&(s++,c/=2),s+h>=l?(a=0,s=l):s+h>=1?(a=(e*c-1)*Math.pow(2,i),s+=h):(a=e*Math.pow(2,h-1)*Math.pow(2,i),s=0));i>=8;t[n+f]=255&a,f+=_,a/=256,i-=8);for(s=s<0;t[n+f]=255&s,f+=_,s/=256,u-=8);t[n+f-_]|=128*d}},function(t,e,n){"use strict";function r(t,e,n){if(3===arguments.length)return r.set(t,e,n);if(2===arguments.length)return r.get(t,e);var i=r.bind(r,t);for(var o in r)r.hasOwnProperty(o)&&(i[o]=r[o].bind(i,t));return i}var i=n(654);t.exports=r,r.get=function(t,e){for(var n=Array.isArray(e)?e:r.parse(e),i=0;i0&&p.splice(0,0,p.splice(f,1)[0]),p.forEach(function(t){var e=c.join(n,t),p=c.join(r,t),f=h[t];a.is$Ref(f)?o(h,t,n,p,s,u,l):i(h,t,e,p,s,u,l)})}}function o(t,e,n,r,o,s,u){if(!o.some(function(n){return n.parent===t&&n.key===e})){var h=null===e?t:t[e],p=l.resolve(n,h.$ref),f=s._resolve(p,u),_=c.parse(r).length,d=l.stripHash(f.path),y=l.getHash(f.path),m=d!==s._root$Ref.path,g=a.isExtended$Ref(h);o.push({$ref:h,parent:t,key:e,pathFromRoot:r,depth:_,file:d,hash:y,value:f.value,circular:f.circular,extended:g,external:m}),i(f.value,null,f.path,r,o,s,u)}}function s(t){t.sort(function(t,e){return t.file!==e.file?t.file0&&e[0]&&(n=n.filter(function(n){return e.indexOf(t[n].pathType)!==-1})),n.map(function(e){return{encoded:e,decoded:"file"===t[e].pathType?a.toFileSystemPath(e,!0):e}})}var o=n(86),s=n(131),a=n(72);t.exports=r,r.prototype.paths=function(t){var e=i(this._$refs,arguments);return e.map(function(t){return t.decoded})},r.prototype.values=function(t){var e=this._$refs,n=i(e,arguments);return n.reduce(function(t,n){return t[n.decoded]=e[n.encoded].value,t},{})},r.prototype.toJSON=r.prototype.values,r.prototype.exists=function(t,e){try{return this._resolve(t,e),!0}catch(t){return!1}},r.prototype.get=function(t,e){return this._resolve(t,e).value},r.prototype.set=function(t,e){t=a.resolve(this._root$Ref.path,t);var n=a.stripHash(t),r=this._$refs[n];if(!r)throw o('Error resolving $ref pointer "%s". \n"%s" not found.',t,n);r.set(t,e)},r.prototype._add=function(t,e){var n=a.stripHash(t),r=new s;return r.path=n,r.value=e,r.$refs=this,this._$refs[n]=r,this._root$Ref=this._root$Ref||r,r},r.prototype._resolve=function(t,e){t=a.resolve(this._root$Ref.path,t);var n=a.stripHash(t),r=this._$refs[n];if(!r)throw o('Error resolving $ref pointer "%s". \n"%s" not found.',t,n);return r.resolve(t,e)},r.prototype._get$Ref=function(t){t=a.resolve(this._root$Ref.path,t);var e=a.stripHash(t);return this._$refs[e]}},function(t,e,n){"use strict";function r(t,e){if(!e.resolve.external)return s.resolve();try{l("Resolving $ref pointers in %s",t.$refs._root$Ref.path);var n=i(t.schema,t.$refs._root$Ref.path+"#",t.$refs,e);return s.all(n)}catch(t){return s.reject(t)}}function i(t,e,n,r){var s=[];return t&&"object"==typeof t&&(a.isExternal$Ref(t)?s.push(o(t,e,n,r)):Object.keys(t).forEach(function(u){var l=c.join(e,u),h=t[u];a.isExternal$Ref(h)?s.push(o(h,l,n,r)):s=s.concat(i(h,l,n,r))})),s}function o(t,e,n,r){l('Resolving $ref pointer "%s" at %s',t.$ref,e);var o=h.resolve(e,t.$ref),a=h.stripHash(o);return t=n._$refs[a],t?s.resolve(t.value):u(o,n,r).then(function(t){l("Resolving $ref pointers in %s",a);var e=i(t,a+"#",n,r);return s.all(e)})}var s=n(85),a=n(131),c=n(178),u=n(354),l=n(99),h=n(72);t.exports=r},function(t,e,n){"use strict";var r=n(697),i=n(86),o=n(85),s=n(72),a=n(99);t.exports={order:100,canRead:function(t){return s.isFileSystemPath(t.url)},read:function(t){return new o(function(e,n){var o;try{o=s.toFileSystemPath(t.url)}catch(e){n(i.uri(e,"Malformed URI: %s",t.url))}a("Opening file: %s",o);try{r.readFile(o,function(t,r){t?n(i(t,'Error opening file "%s"',o)):e(r)})}catch(t){n(i(t,'Error opening file "%s"',o))}})}}},function(t,e,n){"use strict";(function(e,r){function i(t,e,n){return new h(function(s,a){t=u.parse(t),n=n||[],n.push(t.href),o(t,e).then(function(o){if(o.statusCode>=400)throw c({status:o.statusCode},"HTTP ERROR %d",o.statusCode);if(o.statusCode>=300)if(n.length>e.redirects)a(c({status:o.statusCode},"Error downloading %s. \nToo many redirects: \n %s",n[0],n.join(" \n ")));else{if(!o.headers.location)throw c({status:o.statusCode},"HTTP %d redirect with no location header",o.statusCode);l("HTTP %d redirect %s -> %s",o.statusCode,t.href,o.headers.location);var h=u.resolve(t,o.headers.location);i(h,e,n).then(s,a)}else s(o.body||new r(0))}).catch(function(e){a(c(e,"Error downloading",t.href))})})}function o(t,e){return new h(function(n,i){l("GET",t.href);var o="https:"===t.protocol?a:s,c=o.get({hostname:t.hostname,port:t.port,path:t.path,auth:t.auth,headers:e.headers||{},withCredentials:e.withCredentials});"function"==typeof c.setTimeout&&c.setTimeout(e.timeout),c.on("timeout",function(){c.abort()}),c.on("error",i),c.once("response",function(t){t.body=new r(0),t.on("data",function(e){t.body=r.concat([t.body,new r(e)])}),t.on("error",i),t.on("end",function(){n(t)})})})}var s=n(390),a=n(390),c=n(86),u=n(72),l=n(99),h=n(85);t.exports={order:200,headers:null,timeout:5e3,redirects:5,withCredentials:!1,canRead:function(t){return u.isHttp(t.url)},read:function(t){var n=u.parse(t.url);return e.browser&&!n.protocol&&(n.protocol=u.parse(location.href).protocol),i(n,this)}}}).call(e,n(43),n(16).Buffer)},function(t,e,n){"use strict";function r(t,e,n,r){var i=t[e];if("function"==typeof i)return i.apply(t,[n,r]);if(!r){if(i instanceof RegExp)return i.test(n.url);if("string"==typeof i)return i===n.extension;if(Array.isArray(i))return i.indexOf(n.extension)!==-1}return i}var i=n(85),o=n(99);e.all=function(t){return Object.keys(t).filter(function(e){return"object"==typeof t[e]}).map(function(e){return t[e].name=e,t[e]})},e.filter=function(t,e,n){return t.filter(function(t){return!!r(t,e,n)})},e.sort=function(t){return t.forEach(function(t){t.order=t.order||Number.MAX_SAFE_INTEGER}),t.sort(function(t,e){return t.order-e.order})},e.run=function(t,e,n){var s,a,c=0;return new i(function(i,u){function l(){if(s=t[c++],!s)return u(a);try{o(" %s",s.name);var i=r(s,e,n,h);i&&"function"==typeof i.then?i.then(p,f):void 0!==i&&p(i)}catch(t){f(t)}}function h(t,e){t?f(t):p(e)}function p(t){o(" success"),i({plugin:s,result:t})}function f(t){o(" %s",t.message||t),a=t,l()}l()})}},function(t,e){"use strict";t.exports={order:100,canValidate:function(t){return!!t.resolved},validate:function(t){}}},function(t,e,n){"use strict";(function(e,n){var r=e.process&&n.nextTick||e.setImmediate||function(t){setTimeout(t,0)};t.exports=function(t,e){return t?void e.then(function(e){r(function(){t(null,e)})},function(e){r(function(){t(e)})}):e}}).call(e,n(27),n(43))},function(t,e,n){function r(){return"WebkitAppearance"in document.documentElement.style||window.console&&(console.firebug||console.exception&&console.table)||navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31}function i(){var t=arguments,n=this.useColors;if(t[0]=(n?"%c":"")+this.namespace+(n?" %c":" ")+t[0]+(n?"%c ":" ")+"+"+e.humanize(this.diff),!n)return t;var r="color: "+this.color;t=[t[0],r,"color: inherit"].concat(Array.prototype.slice.call(t,1));var i=0,o=0;return t[0].replace(/%[a-z%]/g,function(t){"%%"!==t&&(i++,"%c"===t&&(o=i))}),t.splice(o,0,r),t}function o(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function s(t){try{null==t?e.storage.removeItem("debug"):e.storage.debug=t}catch(t){}}function a(){var t;try{t=e.storage.debug}catch(t){}return t}function c(){try{return window.localStorage}catch(t){}}e=t.exports=n(673),e.log=o,e.formatArgs=i,e.save=s,e.load=a,e.useColors=r,e.storage="undefined"!=typeof chrome&&"undefined"!=typeof chrome.storage?chrome.storage.local:c(),e.colors=["lightseagreen","forestgreen","goldenrod","dodgerblue","darkorchid","crimson"],e.formatters.j=function(t){return JSON.stringify(t)},e.enable(a())},function(t,e,n){function r(){return e.colors[l++%e.colors.length]}function i(t){function n(){}function i(){var t=i,n=+new Date,o=n-(u||n);t.diff=o,t.prev=u,t.curr=n,u=n,null==t.useColors&&(t.useColors=e.useColors()),null==t.color&&t.useColors&&(t.color=r());var s=Array.prototype.slice.call(arguments);s[0]=e.coerce(s[0]),"string"!=typeof s[0]&&(s=["%o"].concat(s));var a=0;s[0]=s[0].replace(/%([a-z%])/g,function(n,r){if("%%"===n)return n;a++;var i=e.formatters[r];if("function"==typeof i){var o=s[a];n=i.call(t,o),s.splice(a,1),a--}return n}),"function"==typeof e.formatArgs&&(s=e.formatArgs.apply(t,s));var c=i.log||e.log||console.log.bind(console);c.apply(t,s)}n.enabled=!1,i.enabled=!0;var o=e.enabled(t)?i:n;return o.namespace=t,o}function o(t){e.save(t);for(var n=(t||"").split(/[\s,]+/),r=n.length,i=0;i1e4)){var e=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),r=(e[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*l;case"days":case"day":case"d":return n*u;case"hours":case"hour":case"hrs":case"hr":case"h":return n*c;case"minutes":case"minute":case"mins":case"min":case"m":return n*a;case"seconds":case"second":case"secs":case"sec":case"s":return n*s;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n}}}}function r(t){return t>=u?Math.round(t/u)+"d":t>=c?Math.round(t/c)+"h":t>=a?Math.round(t/a)+"m":t>=s?Math.round(t/s)+"s":t+"ms"}function i(t){return o(t,u,"day")||o(t,c,"hour")||o(t,a,"minute")||o(t,s,"second")||t+" ms"}function o(t,e,n){if(!(tr&&" "!==t[_+1],_=o);else if(!l(s))return lt;d=d&&h(s)}c=c||f&&o-_-1>r&&" "!==t[_+1]}return a||c?" "===t[0]&&n>9?lt:c?ut:ct:d&&!i(t)?st:at}function _(t,e,n,r){t.dump=function(){function i(e){return c(t,e)}if(0===e.length)return"''";if(!t.noCompatMode&&ot.indexOf(e)!==-1)return"'"+e+"'";var o=t.indent*Math.max(1,n),a=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-o),u=r||t.flowLevel>-1&&n>=t.flowLevel;switch(f(e,u,t.indent,a,i)){case st:return e;case at:return"'"+e.replace(/'/g,"''")+"'";case ct:return"|"+d(e,t.indent)+y(s(e,o));case ut:return">"+d(e,t.indent)+y(s(m(e,a),o));case lt:return'"'+v(e,a)+'"';default:throw new A("impossible error: invalid scalar style")}}()}function d(t,e){var n=" "===t[0]?String(e):"",r="\n"===t[t.length-1],i=r&&("\n"===t[t.length-2]||"\n"===t),o=i?"+":r?"":"-";return n+o+"\n"}function y(t){return"\n"===t[t.length-1]?t.slice(0,-1):t}function m(t,e){for(var n,r,i=/(\n+)([^\n]*)/g,o=function(){var n=t.indexOf("\n");return n=n!==-1?n:t.length,i.lastIndex=n,g(t.slice(0,n),e)}(),s="\n"===t[0]||" "===t[0];r=i.exec(t);){var a=r[1],c=r[2];n=" "===c[0],o+=a+(s||n||""===c?"":"\n")+g(c,e),s=n}return o}function g(t,e){if(""===t||" "===t[0])return t;for(var n,r,i=/ [^ ]/g,o=0,s=0,a=0,c="";n=i.exec(t);)a=n.index,a-o>e&&(r=s>o?s:a,c+="\n"+t.slice(o,r),o=r+1),s=a;return c+="\n",c+=t.length-o>e&&s>o?t.slice(o,s)+"\n"+t.slice(s+1):t.slice(o),c.slice(1)}function v(t){for(var e,n,r="",o=0;o1024&&(a+="? "),a+=t.dump+": ",k(t,e,s,!1,!1)&&(a+=t.dump,c+=a));t.tag=u,t.dump="{"+c+"}"}function I(t,e,n,r){var i,o,s,c,u,l,h="",p=t.tag,f=Object.keys(n);if(t.sortKeys===!0)f.sort();else if("function"==typeof t.sortKeys)f.sort(t.sortKeys);else if(t.sortKeys)throw new A("sortKeys must be a boolean or a function");for(i=0,o=f.length;i1024,u&&(l+=t.dump&&j===t.dump.charCodeAt(0)?"?":"? "),l+=t.dump,u&&(l+=a(t,e)),k(t,e+1,c,!0,u)&&(l+=t.dump&&j===t.dump.charCodeAt(0)?":":": ",l+=t.dump,h+=l));t.tag=p,t.dump=h||"{}"}function C(t,e,n){var r,i,o,s,a,c;for(i=n?t.explicitTypes:t.implicitTypes,o=0,s=i.length;o tag resolver accepts not "'+c+'" style');r=a.represent[c](e,c)}t.dump=r}return!0}return!1}function k(t,e,n,r,i,o){t.tag=null,t.dump=n,C(t,n,!1)||C(t,n,!0);var s=M.call(t.dump);r&&(r=t.flowLevel<0||t.flowLevel>e);var a,c,u="[object Object]"===s||"[object Array]"===s;if(u&&(a=t.duplicates.indexOf(n),c=a!==-1),(null!==t.tag&&"?"!==t.tag||c||2!==t.indent&&e>0)&&(i=!1),c&&t.usedDuplicates[a])t.dump="*ref_"+a;else{if(u&&c&&!t.usedDuplicates[a]&&(t.usedDuplicates[a]=!0),"[object Object]"===s)r&&0!==Object.keys(t.dump).length?(I(t,e,t.dump,i),c&&(t.dump="&ref_"+a+t.dump)):(x(t,e,t.dump),c&&(t.dump="&ref_"+a+" "+t.dump));else if("[object Array]"===s)r&&0!==t.dump.length?(w(t,e,t.dump,i),c&&(t.dump="&ref_"+a+t.dump)):(b(t,e,t.dump),c&&(t.dump="&ref_"+a+" "+t.dump));else{if("[object String]"!==s){if(t.skipInvalid)return!1;throw new A("unacceptable kind of an object to dump "+s)}"?"!==t.tag&&_(t,t.dump,e,o)}null!==t.tag&&"?"!==t.tag&&(t.dump="!<"+t.tag+"> "+t.dump)}return!0}function T(t,e){var n,r,i=[],o=[];for(E(t,i,o),n=0,r=o.length;n>10)+55296,(t-65536&1023)+56320)}function p(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||q,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit, +this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.documents=[]}function f(t,e){return new U(e,new z(t.filename,t.input,t.position,t.line,t.position-t.lineStart))}function _(t,e){throw f(t,e)}function d(t,e){t.onWarning&&t.onWarning.call(null,f(t,e))}function y(t,e,n,r){var i,o,s,a;if(e1&&(t.result+=B.repeat("\n",e-1))}function I(t,e,n){var a,c,u,l,h,p,f,_,d,m=t.kind,g=t.result;if(d=t.input.charCodeAt(t.position),o(d)||s(d)||35===d||38===d||42===d||33===d||124===d||62===d||39===d||34===d||37===d||64===d||96===d)return!1;if((63===d||45===d)&&(c=t.input.charCodeAt(t.position+1),o(c)||n&&s(c)))return!1;for(t.kind="scalar",t.result="",u=l=t.position,h=!1;0!==d;){if(58===d){if(c=t.input.charCodeAt(t.position+1),o(c)||n&&s(c))break}else if(35===d){if(a=t.input.charCodeAt(t.position-1),o(a))break}else{if(t.position===t.lineStart&&w(t)||n&&s(d))break;if(r(d)){if(p=t.line,f=t.lineStart,_=t.lineIndent,b(t,!1,-1),t.lineIndent>=e){h=!0,d=t.input.charCodeAt(t.position);continue}t.position=l,t.line=p,t.lineStart=f,t.lineIndent=_;break}}h&&(y(t,u,l,!1),x(t,t.line-p),u=l=t.position,h=!1),i(d)||(l=t.position+1),d=t.input.charCodeAt(++t.position)}return y(t,u,l,!1),!!t.result||(t.kind=m,t.result=g,!1)}function C(t,e){var n,i,o;if(n=t.input.charCodeAt(t.position),39!==n)return!1;for(t.kind="scalar",t.result="",t.position++,i=o=t.position;0!==(n=t.input.charCodeAt(t.position));)if(39===n){if(y(t,i,t.position,!0),n=t.input.charCodeAt(++t.position),39!==n)return!0;i=o=t.position,t.position++}else r(n)?(y(t,i,o,!0),x(t,b(t,!1,e)),i=o=t.position):t.position===t.lineStart&&w(t)?_(t,"unexpected end of the document within a single quoted scalar"):(t.position++,o=t.position);_(t,"unexpected end of the stream within a single quoted scalar")}function k(t,e){var n,i,o,s,u,l;if(l=t.input.charCodeAt(t.position),34!==l)return!1;for(t.kind="scalar",t.result="",t.position++,n=i=t.position;0!==(l=t.input.charCodeAt(t.position));){if(34===l)return y(t,n,t.position,!0),t.position++,!0;if(92===l){if(y(t,n,t.position,!0),l=t.input.charCodeAt(++t.position),r(l))b(t,!1,e);else if(l<256&&it[l])t.result+=ot[l],t.position++;else if((u=c(l))>0){for(o=u,s=0;o>0;o--)l=t.input.charCodeAt(++t.position),(u=a(l))>=0?s=(s<<4)+u:_(t,"expected hexadecimal character");t.result+=h(s),t.position++}else _(t,"unknown escape sequence");n=i=t.position}else r(l)?(y(t,n,i,!0),x(t,b(t,!1,e)),n=i=t.position):t.position===t.lineStart&&w(t)?_(t,"unexpected end of the document within a double quoted scalar"):(t.position++,i=t.position)}_(t,"unexpected end of the stream within a double quoted scalar")}function T(t,e){var n,r,i,s,a,c,u,l,h,p,f,d=!0,y=t.tag,m=t.anchor,v={};if(f=t.input.charCodeAt(t.position),91===f)s=93,u=!1,r=[];else{if(123!==f)return!1;s=125,u=!0,r={}}for(null!==t.anchor&&(t.anchorMap[t.anchor]=r),f=t.input.charCodeAt(++t.position);0!==f;){if(b(t,!0,e),f=t.input.charCodeAt(t.position),f===s)return t.position++,t.tag=y,t.anchor=m,t.kind=u?"mapping":"sequence",t.result=r,!0;d||_(t,"missed comma between flow collection entries"),h=l=p=null,a=c=!1,63===f&&(i=t.input.charCodeAt(t.position+1),o(i)&&(a=c=!0,t.position++,b(t,!0,e))),n=t.line,P(t,e,Y,!1,!0),h=t.tag,l=t.result,b(t,!0,e),f=t.input.charCodeAt(t.position),!c&&t.line!==n||58!==f||(a=!0,f=t.input.charCodeAt(++t.position),b(t,!0,e),P(t,e,Y,!1,!0),p=t.result),u?g(t,r,v,h,l,p):a?r.push(g(t,null,v,h,l,p)):r.push(l),b(t,!0,e),f=t.input.charCodeAt(t.position),44===f?(d=!0,f=t.input.charCodeAt(++t.position)):d=!1}_(t,"unexpected end of the stream within a flow collection")}function E(t,e){var n,o,s,a,c=J,l=!1,h=!1,p=e,f=0,d=!1;if(a=t.input.charCodeAt(t.position),124===a)o=!1;else{if(62!==a)return!1;o=!0}for(t.kind="scalar",t.result="";0!==a;)if(a=t.input.charCodeAt(++t.position),43===a||45===a)J===c?c=43===a?X:K:_(t,"repeat of a chomping mode identifier");else{if(!((s=u(a))>=0))break;0===s?_(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):h?_(t,"repeat of an indentation width identifier"):(p=e+s-1,h=!0)}if(i(a)){do a=t.input.charCodeAt(++t.position);while(i(a));if(35===a)do a=t.input.charCodeAt(++t.position);while(!r(a)&&0!==a)}for(;0!==a;){for(v(t),t.lineIndent=0,a=t.input.charCodeAt(t.position);(!h||t.lineIndentp&&(p=t.lineIndent),r(a))f++;else{if(t.lineIndente)&&0!==i)_(t,"bad indentation of a sequence entry");else if(t.lineIndente)&&(P(t,e,Z,!0,s)&&(m?d=t.result:y=t.result),m||(g(t,h,p,f,d,y),f=d=y=null),b(t,!0,-1),c=t.input.charCodeAt(t.position)),t.lineIndent>e&&0!==c)_(t,"bad indentation of a mapping entry");else if(t.lineIndente?f=1:t.lineIndent===e?f=0:t.lineIndente?f=1:t.lineIndent===e?f=0:t.lineIndent tag; it should be "'+l.kind+'", not "'+t.kind+'"'),l.resolve(t.result)?(t.result=l.construct(t.result),null!==t.anchor&&(t.anchorMap[t.anchor]=t.result)):_(t,"cannot resolve a node with !<"+t.tag+"> explicit tag")):_(t,"unknown tag !<"+t.tag+">");return null!==t.listener&&t.listener("close",t),null!==t.tag||null!==t.anchor||y}function M(t){var e,n,s,a,c=t.position,u=!1;for(t.version=null,t.checkLineBreaks=t.legacy,t.tagMap={},t.anchorMap={};0!==(a=t.input.charCodeAt(t.position))&&(b(t,!0,-1),a=t.input.charCodeAt(t.position),!(t.lineIndent>0||37!==a));){for(u=!0,a=t.input.charCodeAt(++t.position),e=t.position;0!==a&&!o(a);)a=t.input.charCodeAt(++t.position);for(n=t.input.slice(e,t.position),s=[],n.length<1&&_(t,"directive name must not be less than one character in length");0!==a;){for(;i(a);)a=t.input.charCodeAt(++t.position);if(35===a){do a=t.input.charCodeAt(++t.position);while(0!==a&&!r(a));break}if(r(a))break;for(e=t.position;0!==a&&!o(a);)a=t.input.charCodeAt(++t.position);s.push(t.input.slice(e,t.position))}0!==a&&v(t),W.call(at,n)?at[n](t,n,s):d(t,'unknown document directive "'+n+'"')}return b(t,!0,-1),0===t.lineIndent&&45===t.input.charCodeAt(t.position)&&45===t.input.charCodeAt(t.position+1)&&45===t.input.charCodeAt(t.position+2)?(t.position+=3,b(t,!0,-1)):u&&_(t,"directives end mark is expected"),P(t,t.lineIndent-1,Z,!1,!0),b(t,!0,-1),t.checkLineBreaks&&tt.test(t.input.slice(c,t.position))&&d(t,"non-ASCII line breaks are interpreted as content"),t.documents.push(t.result),t.position===t.lineStart&&w(t)?void(46===t.input.charCodeAt(t.position)&&(t.position+=3,b(t,!0,-1))):void(t.position0&&"\0\r\n…\u2028\u2029".indexOf(this.buffer.charAt(r-1))===-1;)if(r-=1,this.position-r>e/2-1){n=" ... ",r+=5;break}for(o="",s=this.position;se/2-1){o=" ... ",s-=5;break}return a=this.buffer.slice(r,s),i.repeat(" ",t)+n+a+o+"\n"+i.repeat(" ",t+this.position-r+n.length)+"^"},r.prototype.toString=function(t){var e,n="";return this.name&&(n+='in "'+this.name+'" '),n+="at line "+(this.line+1)+", column "+(this.column+1),t||(e=this.getSnippet(),e&&(n+=":\n"+e)),n},t.exports=r},function(t,e,n){"use strict";function r(t){if(null===t)return!1;var e,n,r=0,i=t.length,o=u;for(n=0;n64)){if(e<0)return!1;r+=6}return r%8===0}function i(t){var e,n,r=t.replace(/[\r\n=]/g,""),i=r.length,o=u,s=0,c=[];for(e=0;e>16&255),c.push(s>>8&255),c.push(255&s)),s=s<<6|o.indexOf(r.charAt(e));return n=i%4*6,0===n?(c.push(s>>16&255),c.push(s>>8&255),c.push(255&s)):18===n?(c.push(s>>10&255),c.push(s>>2&255)):12===n&&c.push(s>>4&255),a?new a(c):c}function o(t){var e,n,r="",i=0,o=t.length,s=u;for(e=0;e>18&63],r+=s[i>>12&63],r+=s[i>>6&63],r+=s[63&i]),i=(i<<8)+t[e];return n=o%3,0===n?(r+=s[i>>18&63],r+=s[i>>12&63],r+=s[i>>6&63],r+=s[63&i]):2===n?(r+=s[i>>10&63],r+=s[i>>4&63],r+=s[i<<2&63],r+=s[64]):1===n&&(r+=s[i>>2&63],r+=s[i<<4&63],r+=s[64],r+=s[64]),r}function s(t){return a&&a.isBuffer(t)}var a;try{a=n(16).Buffer}catch(t){}var c=n(26),u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";t.exports=new c("tag:yaml.org,2002:binary",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";function r(t){if(null===t)return!1;var e=t.length;return 4===e&&("true"===t||"True"===t||"TRUE"===t)||5===e&&("false"===t||"False"===t||"FALSE"===t)}function i(t){return"true"===t||"True"===t||"TRUE"===t}function o(t){return"[object Boolean]"===Object.prototype.toString.call(t)}var s=n(26);t.exports=new s("tag:yaml.org,2002:bool",{kind:"scalar",resolve:r,construct:i,predicate:o,represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"False"}},defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){return null!==t&&!!u.test(t)}function i(t){var e,n,r,i;return e=t.replace(/_/g,"").toLowerCase(),n="-"===e[0]?-1:1,i=[],"+-".indexOf(e[0])>=0&&(e=e.slice(1)),".inf"===e?1===n?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY:".nan"===e?NaN:e.indexOf(":")>=0?(e.split(":").forEach(function(t){i.unshift(parseFloat(t,10))}),e=0,r=1,i.forEach(function(t){e+=t*r,r*=60}),n*e):n*parseFloat(e,10)}function o(t,e){var n;if(isNaN(t))switch(e){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}else if(Number.POSITIVE_INFINITY===t)switch(e){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}else if(Number.NEGATIVE_INFINITY===t)switch(e){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}else if(a.isNegativeZero(t))return"-0.0";return n=t.toString(10),l.test(n)?n.replace("e",".e"):n}function s(t){return"[object Number]"===Object.prototype.toString.call(t)&&(t%1!==0||a.isNegativeZero(t))}var a=n(109),c=n(26),u=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)\\.[0-9_]*(?:[eE][-+][0-9]+)?|\\.[0-9_]+(?:[eE][-+][0-9]+)?|[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\\.[0-9_]*|[-+]?\\.(?:inf|Inf|INF)|\\.(?:nan|NaN|NAN))$"),l=/^[-+]?[0-9]+e/;t.exports=new c("tag:yaml.org,2002:float",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o,defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){return 48<=t&&t<=57||65<=t&&t<=70||97<=t&&t<=102}function i(t){return 48<=t&&t<=55}function o(t){return 48<=t&&t<=57}function s(t){if(null===t)return!1;var e,n=t.length,s=0,a=!1;if(!n)return!1;if(e=t[s],"-"!==e&&"+"!==e||(e=t[++s]),"0"===e){if(s+1===n)return!0;if(e=t[++s],"b"===e){for(s++;s3)return!1;if("/"!==e[e.length-r.length-1])return!1}return!0}function i(t){var e=t,n=/\/([gim]*)$/.exec(t),r="";return"/"===e[0]&&(n&&(r=n[1]),e=e.slice(1,e.length-r.length-1)),new RegExp(e,r)}function o(t){var e="/"+t.source+"/";return t.global&&(e+="g"),t.multiline&&(e+="m"),t.ignoreCase&&(e+="i"),e}function s(t){return"[object RegExp]"===Object.prototype.toString.call(t)}var a=n(26);t.exports=new a("tag:yaml.org,2002:js/regexp",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";function r(){return!0}function i(){}function o(){return""}function s(t){return"undefined"==typeof t}var a=n(26);t.exports=new a("tag:yaml.org,2002:js/undefined",{kind:"scalar",resolve:r,construct:i,predicate:s,represent:o})},function(t,e,n){"use strict";var r=n(26);t.exports=new r("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return null!==t?t:{}}})},function(t,e,n){"use strict";function r(t){return"<<"===t||null===t}var i=n(26);t.exports=new i("tag:yaml.org,2002:merge",{kind:"scalar",resolve:r})},function(t,e,n){"use strict";function r(t){if(null===t)return!0;var e=t.length;return 1===e&&"~"===t||4===e&&("null"===t||"Null"===t||"NULL"===t)}function i(){return null}function o(t){return null===t}var s=n(26);t.exports=new s("tag:yaml.org,2002:null",{kind:"scalar",resolve:r,construct:i,predicate:o,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"}},defaultStyle:"lowercase"})},function(t,e,n){"use strict";function r(t){if(null===t)return!0;var e,n,r,i,o,c=[],u=t;for(e=0,n=u.length;e=t.maximum||!t.exclusiveMaximum&&e>t.maximum)&&(e=(t.maximum+t.minimum)/2),e):t.minimum?t.exclusiveMinimum?Math.floor(t.minimum)+1:t.minimum:t.maximum?t.exclusiveMaximum?t.maximum>0?0:Math.floor(t.maximum)-1:t.maximum>0?0:t.maximum:0}Object.defineProperty(n,"__esModule",{value:!0}),n.sampleNumber=r},{}],7:[function(t,e,n){"use strict";function r(t){var e=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],n={};return t&&"object"===i(t.properties)&&Object.keys(t.properties).forEach(function(r){e.skipReadOnly&&t.properties[r].readOnly||(n[r]=(0,o.traverse)(t.properties[r]))}),t&&"object"===i(t.additionalProperties)&&(n.property1=(0,o.traverse)(t.additionalProperties),n.property2=(0,o.traverse)(t.additionalProperties)),n}Object.defineProperty(n,"__esModule",{value:!0});var i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol?"symbol":typeof t};n.sampleObject=r;var o=t("../traverse")},{"../traverse":9}],8:[function(t,e,n){"use strict";function r(){return"user@example.com"}function i(t,e){var n="pa$$word";return t>n.length&&(n+="_",n+=(0,_.ensureMinLength)(d,t-n.length).substring(0,t-n.length)),n}function o(t,e,n){var r=(0,_.toRFCDateTime)(new Date,n,!1);if(r.lengthe)throw Erorr("Using maxLength = "+e+' is incorrect with format "date-time"');return r}function s(t,e){return o(t,e)}function a(t,e){return o(t,e,!0)}function c(t,e){var n=(0,_.ensureMinLength)("string",t);return e&&n.length>e&&(n=n.substring(0,e)),n}function u(){return"192.168.0.1"}function l(){return"2001:0db8:85a3:0000:0000:8a2e:0370:7334"}function h(){return"example.com"}function p(){return"http://example.com"}function f(t){var e=t.format||"default",n=y[e]||c;return n(0|t.minLength,t.maxLength)}Object.defineProperty(n,"__esModule",{value:!0}),n.sampleString=f;var _=t("../utils"),d="qwerty!@#$%^123456",y={email:r,password:i,"date-time":s,date:a,ipv4:u,ipv6:l,hostname:h,uri:p,default:c}},{"../utils":10}],9:[function(t,e,n){"use strict";function r(t,e){if(t.allOf&&(0,o.mergeAllOf)(t),null!=t.example)return t.example;if(null!=t.default)return t.default;if(t.enum&&t.enum.length)return t.enum[0];var n=t.type,r=i._samplers[n];return r?r(t,e):{}}Object.defineProperty(n,"__esModule",{value:!0}),n.traverse=r;var i=t("./openapi-sampler"),o=t("./normalize")},{"./normalize":1,"./openapi-sampler":2}],10:[function(t,e,n){"use strict";function r(t){return t<10?"0"+t:t}function i(t,e,n){var i=t.getUTCFullYear()+"-"+r(t.getUTCMonth()+1)+"-"+r(t.getUTCDate());return e||(i+="T"+r(t.getUTCHours())+":"+r(t.getUTCMinutes())+":"+r(t.getUTCSeconds())+(n?"."+(t.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5):"")+"Z"),i}function o(t,e){return e>t.length?t.repeat(Math.trunc(e/t.length)+1).substring(0,e):t}function s(t,e){for(var n=Object.keys(e),r=-1,i=n.length;++r>?>?|[!=]=?)=?|[~?@]/}),Prism.languages.actionscript["class-name"].alias="function",Prism.languages.markup&&Prism.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\\1|\\?(?!\1)[\w\W])*\2)*\s*\/?>/,lookbehind:!0,inside:{rest:Prism.languages.markup}}})},function(t,e){!function(t){var e={variable:[{pattern:/\$?\(\([\w\W]+?\)\)/,inside:{variable:[{pattern:/(^\$\(\([\w\W]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b-?(?:0x[\dA-Fa-f]+|\d*\.?\d+(?:[Ee]-?\d+)?)\b/,operator:/--?|-=|\+\+?|\+=|!=?|~|\*\*?|\*=|\/=?|%=?|<<=?|>>=?|<=?|>=?|==?|&&?|&=|\^=?|\|\|?|\|=|\?|:/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\([^)]+\)|`[^`]+`/,inside:{variable:/^\$\(|^`|\)$|`$/}},/\$(?:[a-z0-9_#\?\*!@]+|\{[^}]+\})/i]};t.languages.bash={shebang:{pattern:/^#!\s*\/bin\/bash|^#!\s*\/bin\/sh/,alias:"important"},comment:{pattern:/(^|[^"{\\])#.*/,lookbehind:!0},string:[{pattern:/((?:^|[^<])<<\s*)(?:"|')?(\w+?)(?:"|')?\s*\r?\n(?:[\s\S])*?\r?\n\2/g,lookbehind:!0,greedy:!0,inside:e},{pattern:/(["'])(?:\\\\|\\?[^\\])*?\1/g,greedy:!0,inside:e}],variable:e.variable,function:{pattern:/(^|\s|;|\||&)(?:alias|apropos|apt-get|aptitude|aspell|awk|basename|bash|bc|bg|builtin|bzip2|cal|cat|cd|cfdisk|chgrp|chmod|chown|chroot|chkconfig|cksum|clear|cmp|comm|command|cp|cron|crontab|csplit|cut|date|dc|dd|ddrescue|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|enable|env|ethtool|eval|exec|expand|expect|export|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|getopts|git|grep|groupadd|groupdel|groupmod|groups|gzip|hash|head|help|hg|history|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|jobs|join|kill|killall|less|link|ln|locate|logname|logout|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|make|man|mkdir|mkfifo|mkisofs|mknod|more|most|mount|mtools|mtr|mv|mmv|nano|netstat|nice|nl|nohup|notify-send|nslookup|open|op|passwd|paste|pathchk|ping|pkill|popd|pr|printcap|printenv|printf|ps|pushd|pv|pwd|quota|quotacheck|quotactl|ram|rar|rcp|read|readarray|readonly|reboot|rename|renice|remsync|rev|rm|rmdir|rsync|screen|scp|sdiff|sed|seq|service|sftp|shift|shopt|shutdown|sleep|slocate|sort|source|split|ssh|stat|strace|su|sudo|sum|suspend|sync|tail|tar|tee|test|time|timeout|times|touch|top|traceroute|trap|tr|tsort|tty|type|ulimit|umask|umount|unalias|uname|unexpand|uniq|units|unrar|unshar|uptime|useradd|userdel|usermod|users|uuencode|uudecode|v|vdir|vi|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yes|zip)(?=$|\s|;|\||&)/,lookbehind:!0},keyword:{pattern:/(^|\s|;|\||&)(?:let|:|\.|if|then|else|elif|fi|for|break|continue|while|in|case|function|select|do|done|until|echo|exit|return|set|declare)(?=$|\s|;|\||&)/,lookbehind:!0},boolean:{pattern:/(^|\s|;|\||&)(?:true|false)(?=$|\s|;|\||&)/,lookbehind:!0},operator:/&&?|\|\|?|==?|!=?|<<>|<=?|>=?|=~/,punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];]/};var n=e.variable[1].inside;n.function=t.languages.bash.function,n.keyword=t.languages.bash.keyword,n.boolean=t.languages.bash.boolean,n.operator=t.languages.bash.operator,n.punctuation=t.languages.bash.punctuation}(Prism)},function(t,e){Prism.languages.c=Prism.languages.extend("clike",{keyword:/\b(asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|union|unsigned|void|volatile|while)\b/,operator:/\-[>-]?|\+\+?|!=?|<>?=?|==?|&&?|\|?\||[~^%?*\/]/,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)[ful]*\b/i}),Prism.languages.insertBefore("c","string",{macro:{pattern:/(^\s*)#\s*[a-z]+([^\r\n\\]|\\.|\\(?:\r\n?|\n))*/im,lookbehind:!0,alias:"property",inside:{string:{pattern:/(#\s*include\s*)(<.+?>|("|')(\\?.)+?\3)/,lookbehind:!0},directive:{pattern:/(#\s*)\b(define|elif|else|endif|error|ifdef|ifndef|if|import|include|line|pragma|undef|using)\b/,lookbehind:!0,alias:"keyword"}}},constant:/\b(__FILE__|__LINE__|__DATE__|__TIME__|__TIMESTAMP__|__func__|EOF|NULL|stdin|stdout|stderr)\b/}),delete Prism.languages.c["class-name"],delete Prism.languages.c.boolean},function(t,e){!function(t){var e=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};t.languages.coffeescript=t.languages.extend("javascript",{comment:e,string:[{pattern:/'(?:\\?[^\\])*?'/,greedy:!0},{pattern:/"(?:\\?[^\\])*?"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),t.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:e,interpolation:n}}}),t.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\?[\s\S])*?`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},rest:t.languages.javascript}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),t.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete t.languages.coffeescript["template-string"]}(Prism)},function(t,e){Prism.languages.cpp=Prism.languages.extend("c",{keyword:/\b(alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|class|compl|const|constexpr|const_cast|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|float|for|friend|goto|if|inline|int|long|mutable|namespace|new|noexcept|nullptr|operator|private|protected|public|register|reinterpret_cast|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,boolean:/\b(true|false)\b/,operator:/[-+]{1,2}|!=?|<{1,2}=?|>{1,2}=?|\->|:{1,2}|={1,2}|\^|~|%|&{1,2}|\|?\||\?|\*|\/|\b(and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/}),Prism.languages.insertBefore("cpp","keyword",{"class-name":{pattern:/(class\s+)[a-z0-9_]+/i,lookbehind:!0}})},function(t,e){Prism.languages.csharp=Prism.languages.extend("clike",{keyword:/\b(abstract|as|async|await|base|bool|break|byte|case|catch|char|checked|class|const|continue|decimal|default|delegate|do|double|else|enum|event|explicit|extern|false|finally|fixed|float|for|foreach|goto|if|implicit|in|int|interface|internal|is|lock|long|namespace|new|null|object|operator|out|override|params|private|protected|public|readonly|ref|return|sbyte|sealed|short|sizeof|stackalloc|static|string|struct|switch|this|throw|true|try|typeof|uint|ulong|unchecked|unsafe|ushort|using|virtual|void|volatile|while|add|alias|ascending|async|await|descending|dynamic|from|get|global|group|into|join|let|orderby|partial|remove|select|set|value|var|where|yield)\b/,string:[/@("|')(\1\1|\\\1|\\?(?!\1)[\s\S])*\1/,/("|')(\\?.)*?\1/],number:/\b-?(0x[\da-f]+|\d*\.?\d+f?)\b/i}),Prism.languages.insertBefore("csharp","keyword",{"generic-method":{pattern:/[a-z0-9_]+\s*<[^>\r\n]+?>\s*(?=\()/i,alias:"function",inside:{keyword:Prism.languages.csharp.keyword,punctuation:/[<>(),.:]/}},preprocessor:{pattern:/(^\s*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(\s*#)\b(define|elif|else|endif|endregion|error|if|line|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}})},function(t,e){Prism.languages.go=Prism.languages.extend("clike",{keyword:/\b(break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,builtin:/\b(bool|byte|complex(64|128)|error|float(32|64)|rune|string|u?int(8|16|32|64|)|uintptr|append|cap|close|complex|copy|delete|imag|len|make|new|panic|print(ln)?|real|recover)\b/,boolean:/\b(_|iota|nil|true|false)\b/,operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,number:/\b(-?(0x[a-f\d]+|(\d+\.?\d*|\.\d+)(e[-+]?\d+)?)i?)\b/i,string:/("|'|`)(\\?.|\r|\n)*?\1/}),delete Prism.languages.go["class-name"]},function(t,e){Prism.languages.haskell={comment:{pattern:/(^|[^-!#$%*+=?&@|~.:<>^\\\/])(--[^-!#$%*+=?&@|~.:<>^\\\/].*|{-[\w\W]*?-})/m,lookbehind:!0},char:/'([^\\']|\\([abfnrtv\\"'&]|\^[A-Z@[\]\^_]|NUL|SOH|STX|ETX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|SO|SI|DLE|DC1|DC2|DC3|DC4|NAK|SYN|ETB|CAN|EM|SUB|ESC|FS|GS|RS|US|SP|DEL|\d+|o[0-7]+|x[0-9a-fA-F]+))'/,string:{pattern:/"([^\\"]|\\([abfnrtv\\"'&]|\^[A-Z@[\]\^_]|NUL|SOH|STX|ETX|EOT|ENQ|ACK|BEL|BS|HT|LF|VT|FF|CR|SO|SI|DLE|DC1|DC2|DC3|DC4|NAK|SYN|ETB|CAN|EM|SUB|ESC|FS|GS|RS|US|SP|DEL|\d+|o[0-7]+|x[0-9a-fA-F]+)|\\\s+\\)*"/,greedy:!0},keyword:/\b(case|class|data|deriving|do|else|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b/,import_statement:{pattern:/(\r?\n|\r|^)\s*import\s+(qualified\s+)?([A-Z][_a-zA-Z0-9']*)(\.[A-Z][_a-zA-Z0-9']*)*(\s+as\s+([A-Z][_a-zA-Z0-9']*)(\.[A-Z][_a-zA-Z0-9']*)*)?(\s+hiding\b)?/m,inside:{keyword:/\b(import|qualified|as|hiding)\b/}},builtin:/\b(abs|acos|acosh|all|and|any|appendFile|approxRational|asTypeOf|asin|asinh|atan|atan2|atanh|basicIORun|break|catch|ceiling|chr|compare|concat|concatMap|const|cos|cosh|curry|cycle|decodeFloat|denominator|digitToInt|div|divMod|drop|dropWhile|either|elem|encodeFloat|enumFrom|enumFromThen|enumFromThenTo|enumFromTo|error|even|exp|exponent|fail|filter|flip|floatDigits|floatRadix|floatRange|floor|fmap|foldl|foldl1|foldr|foldr1|fromDouble|fromEnum|fromInt|fromInteger|fromIntegral|fromRational|fst|gcd|getChar|getContents|getLine|group|head|id|inRange|index|init|intToDigit|interact|ioError|isAlpha|isAlphaNum|isAscii|isControl|isDenormalized|isDigit|isHexDigit|isIEEE|isInfinite|isLower|isNaN|isNegativeZero|isOctDigit|isPrint|isSpace|isUpper|iterate|last|lcm|length|lex|lexDigits|lexLitChar|lines|log|logBase|lookup|map|mapM|mapM_|max|maxBound|maximum|maybe|min|minBound|minimum|mod|negate|not|notElem|null|numerator|odd|or|ord|otherwise|pack|pi|pred|primExitWith|print|product|properFraction|putChar|putStr|putStrLn|quot|quotRem|range|rangeSize|read|readDec|readFile|readFloat|readHex|readIO|readInt|readList|readLitChar|readLn|readOct|readParen|readSigned|reads|readsPrec|realToFrac|recip|rem|repeat|replicate|return|reverse|round|scaleFloat|scanl|scanl1|scanr|scanr1|seq|sequence|sequence_|show|showChar|showInt|showList|showLitChar|showParen|showSigned|showString|shows|showsPrec|significand|signum|sin|sinh|snd|sort|span|splitAt|sqrt|subtract|succ|sum|tail|take|takeWhile|tan|tanh|threadToIOResult|toEnum|toInt|toInteger|toLower|toRational|toUpper|truncate|uncurry|undefined|unlines|until|unwords|unzip|unzip3|userError|words|writeFile|zip|zip3|zipWith|zipWith3)\b/,number:/\b(\d+(\.\d+)?(e[+-]?\d+)?|0o[0-7]+|0x[0-9a-f]+)\b/i,operator:/\s\.\s|[-!#$%*+=?&@|~.:<>^\\\/]*\.[-!#$%*+=?&@|~.:<>^\\\/]+|[-!#$%*+=?&@|~.:<>^\\\/]+\.[-!#$%*+=?&@|~.:<>^\\\/]*|[-!#$%*+=?&@|~:<>^\\\/]+|`([A-Z][_a-zA-Z0-9']*\.)*[_a-z][_a-zA-Z0-9']*`/,hvariable:/\b([A-Z][_a-zA-Z0-9']*\.)*[_a-z][_a-zA-Z0-9']*\b/,constant:/\b([A-Z][_a-zA-Z0-9']*\.)*[A-Z][_a-zA-Z0-9']*\b/,punctuation:/[{}[\];(),.:]/}},function(t,e){Prism.languages.java=Prism.languages.extend("clike",{keyword:/\b(abstract|continue|for|new|switch|assert|default|goto|package|synchronized|boolean|do|if|private|this|break|double|implements|protected|throw|byte|else|import|public|throws|case|enum|instanceof|return|transient|catch|extends|int|short|try|char|final|interface|static|void|class|finally|long|strictfp|volatile|const|float|native|super|while)\b/,number:/\b0b[01]+\b|\b0x[\da-f]*\.?[\da-fp\-]+\b|\b\d*\.?\d+(?:e[+-]?\d+)?[df]?\b/i,operator:{pattern:/(^|[^.])(?:\+[+=]?|-[-=]?|!=?|<>?>?=?|==?|&[&=]?|\|[|=]?|\*=?|\/=?|%=?|\^=?|[?:~])/m,lookbehind:!0}}),Prism.languages.insertBefore("java","function",{annotation:{alias:"punctuation",pattern:/(^|[^.])@\w+/,lookbehind:!0}})},function(t,e){Prism.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[\s\S]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+\.?[a-f\d]*(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|\.?\d*(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,function:/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/}},function(t,e){Prism.languages.matlab={string:/\B'(?:''|[^'\n])*'/,comment:[/%\{[\s\S]*?\}%/,/%.+/],number:/\b-?(?:\d*\.?\d+(?:[eE][+-]?\d+)?(?:[ij])?|[ij])\b/,keyword:/\b(?:break|case|catch|continue|else|elseif|end|for|function|if|inf|NaN|otherwise|parfor|pause|pi|return|switch|try|while)\b/,function:/(?!\d)\w+(?=\s*\()/,operator:/\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,punctuation:/\.{3}|[.,;\[\](){}!]/}},function(t,e){Prism.languages.objectivec=Prism.languages.extend("c",{keyword:/\b(asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|union|unsigned|void|volatile|while|in|self|super)\b|(@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,string:/("|')(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|@"(\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,operator:/-[->]?|\+\+?|!=?|<>?=?|==?|&&?|\|\|?|[~^%?*\/@]/})},function(t,e){Prism.languages.perl={comment:[{pattern:/(^\s*)=\w+[\s\S]*?=cut.*/m,lookbehind:!0},{pattern:/(^|[^\\$])#.*/,lookbehind:!0}],string:[/\b(?:q|qq|qx|qw)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1/,/\b(?:q|qq|qx|qw)\s+([a-zA-Z0-9])(?:[^\\]|\\[\s\S])*?\1/,/\b(?:q|qq|qx|qw)\s*\((?:[^()\\]|\\[\s\S])*\)/,/\b(?:q|qq|qx|qw)\s*\{(?:[^{}\\]|\\[\s\S])*\}/,/\b(?:q|qq|qx|qw)\s*\[(?:[^[\]\\]|\\[\s\S])*\]/,/\b(?:q|qq|qx|qw)\s*<(?:[^<>\\]|\\[\s\S])*>/,/("|`)(?:[^\\]|\\[\s\S])*?\1/,/'(?:[^'\\\r\n]|\\.)*'/],regex:[/\b(?:m|qr)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1[msixpodualngc]*/,/\b(?:m|qr)\s+([a-zA-Z0-9])(?:[^\\]|\\.)*?\1[msixpodualngc]*/,/\b(?:m|qr)\s*\((?:[^()\\]|\\[\s\S])*\)[msixpodualngc]*/,/\b(?:m|qr)\s*\{(?:[^{}\\]|\\[\s\S])*\}[msixpodualngc]*/,/\b(?:m|qr)\s*\[(?:[^[\]\\]|\\[\s\S])*\][msixpodualngc]*/,/\b(?:m|qr)\s*<(?:[^<>\\]|\\[\s\S])*>[msixpodualngc]*/,{pattern:/(^|[^-]\b)(?:s|tr|y)\s*([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\2(?:[^\\]|\\[\s\S])*?\2[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s+([a-zA-Z0-9])(?:[^\\]|\\[\s\S])*?\2(?:[^\\]|\\[\s\S])*?\2[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\((?:[^()\\]|\\[\s\S])*\)\s*\((?:[^()\\]|\\[\s\S])*\)[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\{(?:[^{}\\]|\\[\s\S])*\}\s*\{(?:[^{}\\]|\\[\s\S])*\}[msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*\[(?:[^[\]\\]|\\[\s\S])*\]\s*\[(?:[^[\]\\]|\\[\s\S])*\][msixpodualngcer]*/,lookbehind:!0},{pattern:/(^|[^-]\b)(?:s|tr|y)\s*<(?:[^<>\\]|\\[\s\S])*>\s*<(?:[^<>\\]|\\[\s\S])*>[msixpodualngcer]*/,lookbehind:!0},/\/(?:[^\/\\\r\n]|\\.)*\/[msixpodualngc]*(?=\s*(?:$|[\r\n,.;})&|\-+*~<>!?^]|(lt|gt|le|ge|eq|ne|cmp|not|and|or|xor|x)\b))/],variable:[/[&*$@%]\{\^[A-Z]+\}/,/[&*$@%]\^[A-Z_]/,/[&*$@%]#?(?=\{)/,/[&*$@%]#?((::)*'?(?!\d)[\w$]+)+(::)*/i,/[&*$@%]\d+/,/(?!%=)[$@%][!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~]/],filehandle:{pattern:/<(?![<=])\S*>|\b_\b/,alias:"symbol"},vstring:{pattern:/v\d+(\.\d+)*|\d+(\.\d+){2,}/,alias:"string"},function:{pattern:/sub [a-z0-9_]+/i,inside:{keyword:/sub/}},keyword:/\b(any|break|continue|default|delete|die|do|else|elsif|eval|for|foreach|given|goto|if|last|local|my|next|our|package|print|redo|require|say|state|sub|switch|undef|unless|until|use|when|while)\b/,number:/\b-?(0x[\dA-Fa-f](_?[\dA-Fa-f])*|0b[01](_?[01])*|(\d(_?\d)*)?\.?\d(_?\d)*([Ee][+-]?\d+)?)\b/,operator:/-[rwxoRWXOezsfdlpSbctugkTBMAC]\b|\+[+=]?|-[-=>]?|\*\*?=?|\/\/?=?|=[=~>]?|~[~=]?|\|\|?=?|&&?=?|<(?:=>?|<=?)?|>>?=?|![~=]?|[%^]=?|\.(?:=|\.\.?)?|[\\?]|\bx(?:=|\b)|\b(lt|gt|le|ge|eq|ne|cmp|not|and|or|xor)\b/,punctuation:/[{}[\];(),:]/}},function(t,e){Prism.languages.php=Prism.languages.extend("clike",{keyword:/\b(and|or|xor|array|as|break|case|cfunction|class|const|continue|declare|default|die|do|else|elseif|enddeclare|endfor|endforeach|endif|endswitch|endwhile|extends|for|foreach|function|include|include_once|global|if|new|return|static|switch|use|require|require_once|var|while|abstract|interface|public|implements|private|protected|parent|throw|null|echo|print|trait|namespace|final|yield|goto|instanceof|finally|try|catch)\b/i,constant:/\b[A-Z0-9_]{2,}\b/,comment:{pattern:/(^|[^\\])(?:\/\*[\w\W]*?\*\/|\/\/.*)/,lookbehind:!0}}),Prism.languages.insertBefore("php","class-name",{"shell-comment":{pattern:/(^|[^\\])#.*/,lookbehind:!0,alias:"comment"}}),Prism.languages.insertBefore("php","keyword",{delimiter:/\?>|<\?(?:php)?/i,variable:/\$\w+\b/i,package:{pattern:/(\\|namespace\s+|use\s+)[\w\\]+/,lookbehind:!0,inside:{punctuation:/\\/}}}),Prism.languages.insertBefore("php","operator",{property:{pattern:/(->)[\w]+/,lookbehind:!0}}),Prism.languages.markup&&(Prism.hooks.add("before-highlight",function(t){"php"===t.language&&(t.tokenStack=[],t.backupCode=t.code,t.code=t.code.replace(/(?:<\?php|<\?)[\w\W]*?(?:\?>)/gi,function(e){return t.tokenStack.push(e),"{{{PHP"+t.tokenStack.length+"}}}"}))}),Prism.hooks.add("before-insert",function(t){"php"===t.language&&(t.code=t.backupCode,delete t.backupCode)}),Prism.hooks.add("after-highlight",function(t){if("php"===t.language){for(var e,n=0;e=t.tokenStack[n];n++)t.highlightedCode=t.highlightedCode.replace("{{{PHP"+(n+1)+"}}}",Prism.highlight(e,t.grammar,"php").replace(/\$/g,"$$$$"));t.element.innerHTML=t.highlightedCode}}),Prism.hooks.add("wrap",function(t){"php"===t.language&&"markup"===t.type&&(t.content=t.content.replace(/(\{\{\{PHP[0-9]+\}\}\})/g,'$1'))}),Prism.languages.insertBefore("php","comment",{markup:{pattern:/<[^?]\/?(.*?)>/,inside:Prism.languages.markup},php:/\{\{\{PHP[0-9]+\}\}\}/}))},function(t,e){Prism.languages.python={"triple-quoted-string":{pattern:/"""[\s\S]+?"""|'''[\s\S]+?'''/,alias:"string"},comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},string:{pattern:/("|')(?:\\\\|\\?[^\\\r\n])*?\1/,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_][a-zA-Z0-9_]*(?=\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)[a-z0-9_]+/i,lookbehind:!0},keyword:/\b(?:as|assert|async|await|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|pass|print|raise|return|try|while|with|yield)\b/,boolean:/\b(?:True|False)\b/,number:/\b-?(?:0[bo])?(?:(?:\d|0x[\da-f])[\da-f]*\.?\d*|\.\d+)(?:e[+-]?\d+)?j?\b/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]|\b(?:or|and|not)\b/,punctuation:/[{}[\];(),.:]/}},function(t,e){Prism.languages.r={comment:/#.*/,string:/(['"])(?:\\?.)*?\1/,"percent-operator":{pattern:/%[^%\s]*%/,alias:"operator"},boolean:/\b(?:TRUE|FALSE)\b/,ellipsis:/\.\.(?:\.|\d+)/,number:[/\b(?:NaN|Inf)\b/,/\b(?:0x[\dA-Fa-f]+(?:\.\d*)?|\d*\.?\d+)(?:[EePp][+-]?\d+)?[iL]?\b/],keyword:/\b(?:if|else|repeat|while|function|for|in|next|break|NULL|NA|NA_integer_|NA_real_|NA_complex_|NA_character_)\b/,operator:/->?>?|<(?:=|=!]=?|::?|&&?|\|\|?|[+*\/^$@~]/,punctuation:/[(){}\[\],;]/}},function(t,e){!function(t){t.languages.ruby=t.languages.extend("clike",{comment:/#(?!\{[^\r\n]*?\}).*/,keyword:/\b(alias|and|BEGIN|begin|break|case|class|def|define_method|defined|do|each|else|elsif|END|end|ensure|false|for|if|in|module|new|next|nil|not|or|raise|redo|require|rescue|retry|return|self|super|then|throw|true|undef|unless|until|when|while|yield)\b/});var e={pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"tag"},rest:t.util.clone(t.languages.ruby)}};t.languages.insertBefore("ruby","keyword",{regex:[{pattern:/%r([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\((?:[^()\\]|\\[\s\S])*\)[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}[gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r\[(?:[^\[\]\\]|\\[\s\S])*\][gim]{0,3}/,inside:{interpolation:e}},{pattern:/%r<(?:[^<>\\]|\\[\s\S])*>[gim]{0,3}/,inside:{interpolation:e}},{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\r\n])+\/[gim]{0,3}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0}],variable:/[@$]+[a-zA-Z_][a-zA-Z_0-9]*(?:[?!]|\b)/,symbol:/:[a-zA-Z_][a-zA-Z_0-9]*(?:[?!]|\b)/}),t.languages.insertBefore("ruby","number",{builtin:/\b(Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Stat|File|Fixnum|Fload|Hash|Integer|IO|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|String|Struct|TMS|Symbol|ThreadGroup|Thread|Time|TrueClass)\b/,constant:/\b[A-Z][a-zA-Z_0-9]*(?:[?!]|\b)/}),t.languages.ruby.string=[{pattern:/%[qQiIwWxs]?([^a-zA-Z0-9\s\{\(\[<])(?:[^\\]|\\[\s\S])*?\1/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\((?:[^()\\]|\\[\s\S])*\)/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?\[(?:[^\[\]\\]|\\[\s\S])*\]/,inside:{interpolation:e}},{pattern:/%[qQiIwWxs]?<(?:[^<>\\]|\\[\s\S])*>/,inside:{interpolation:e}},{pattern:/("|')(#\{[^}]+\}|\\(?:\r?\n|\r)|\\?.)*?\1/,inside:{interpolation:e}}]}(Prism)},function(t,e){Prism.languages.scala=Prism.languages.extend("java",{keyword:/<-|=>|\b(?:abstract|case|catch|class|def|do|else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|null|object|override|package|private|protected|return|sealed|self|super|this|throw|trait|try|type|val|var|while|with|yield)\b/,string:[{pattern:/"""[\W\w]*?"""/,greedy:!0},{pattern:/("|')(?:\\\\|\\?[^\\\r\n])*?\1/,greedy:!0}],builtin:/\b(?:String|Int|Long|Short|Byte|Boolean|Double|Float|Char|Any|AnyRef|AnyVal|Unit|Nothing)\b/,number:/\b(?:0x[\da-f]*\.?[\da-f]+|\d*\.?\d+e?\d*[dfl]?)\b/i,symbol:/'[^\d\s\\]\w*/}),delete Prism.languages.scala["class-name"],delete Prism.languages.scala.function},function(t,e){Prism.languages.swift=Prism.languages.extend("clike",{string:{pattern:/("|')(\\(?:\((?:[^()]|\([^)]+\))+\)|\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0,inside:{interpolation:{pattern:/\\\((?:[^()]|\([^)]+\))+\)/,inside:{delimiter:{pattern:/^\\\(|\)$/,alias:"variable"}}}}},keyword:/\b(as|associativity|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic(?:Type)?|else|enum|extension|fallthrough|final|for|func|get|guard|if|import|in|infix|init|inout|internal|is|lazy|left|let|mutating|new|none|nonmutating|operator|optional|override|postfix|precedence|prefix|private|Protocol|public|repeat|required|rethrows|return|right|safe|self|Self|set|static|struct|subscript|super|switch|throws?|try|Type|typealias|unowned|unsafe|var|weak|where|while|willSet|__(?:COLUMN__|FILE__|FUNCTION__|LINE__))\b/,number:/\b([\d_]+(\.[\de_]+)?|0x[a-f0-9_]+(\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,constant:/\b(nil|[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,atrule:/@\b(IB(?:Outlet|Designable|Action|Inspectable)|class_protocol|exported|noreturn|NS(?:Copying|Managed)|objc|UIApplicationMain|auto_closure)\b/,builtin:/\b([A-Z]\S+|abs|advance|alignof(?:Value)?|assert|contains|count(?:Elements)?|debugPrint(?:ln)?|distance|drop(?:First|Last)|dump|enumerate|equal|filter|find|first|getVaList|indices|isEmpty|join|last|lexicographicalCompare|map|max(?:Element)?|min(?:Element)?|numericCast|overlaps|partition|print(?:ln)?|reduce|reflect|reverse|sizeof(?:Value)?|sort(?:ed)?|split|startsWith|stride(?:of(?:Value)?)?|suffix|swap|toDebugString|toString|transcode|underestimateCount|unsafeBitCast|with(?:ExtendedLifetime|Unsafe(?:MutablePointers?|Pointers?)|VaList))\b/}),Prism.languages.swift.string.inside.interpolation.inside.rest=Prism.util.clone(Prism.languages.swift)},function(t,e,n){(function(e){var n="undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},r=function(){var t=/\blang(?:uage)?-(\w+)\b/i,e=0,r=n.Prism={util:{encode:function(t){return t instanceof i?new i(t.type,r.util.encode(t.content),t.alias):"Array"===r.util.type(t)?t.map(r.util.encode):t.replace(/&/g,"&").replace(/t.length)break t;if(!(m instanceof i)){l.lastIndex=0;var g=l.exec(m),v=1;if(!g&&f&&y!=o.length-1){var b=o[y+1].matchedStr||o[y+1],w=m+b;if(y=m.length)continue;var I=g.index+g[0].length,C=m.length+b.length;if(v=3,I<=C){if(o[y+1].greedy)continue;v=2,w=w.slice(0,C)}m=w}if(g){p&&(_=g[1].length);var x=g.index+_,g=g[0].slice(_),I=x+g.length,k=m.slice(0,x),T=m.slice(I),E=[y,v];k&&E.push(k);var S=new i(a,h?r.tokenize(g,h):g,d,g,f);E.push(S),T&&E.push(T),Array.prototype.splice.apply(o,E)}}}}}return o},hooks:{all:{},add:function(t,e){var n=r.hooks.all;n[t]=n[t]||[],n[t].push(e)},run:function(t,e){var n=r.hooks.all[t];if(n&&n.length)for(var i,o=0;i=n[o++];)i(e)}}},i=r.Token=function(t,e,n,r,i){this.type=t,this.content=e,this.alias=n,this.matchedStr=r||null,this.greedy=!!i};if(i.stringify=function(t,e,n){if("string"==typeof t)return t;if("Array"===r.util.type(t))return t.map(function(n){return i.stringify(n,e,t)}).join("");var o={type:t.type,content:i.stringify(t.content,e,n),tag:"span",classes:["token",t.type],attributes:{},language:e,parent:n};if("comment"==o.type&&(o.attributes.spellcheck="true"),t.alias){var s="Array"===r.util.type(t.alias)?t.alias:[t.alias];Array.prototype.push.apply(o.classes,s)}r.hooks.run("wrap",o);var a="";for(var c in o.attributes)a+=(a?" ":"")+c+'="'+(o.attributes[c]||"")+'"';return"<"+o.tag+' class="'+o.classes.join(" ")+'" '+a+">"+o.content+""},!n.document)return n.addEventListener?(n.addEventListener("message",function(t){var e=JSON.parse(t.data),i=e.language,o=e.code,s=e.immediateClose;n.postMessage(r.highlight(o,r.languages[i],i)),s&&n.close()},!1),n.Prism):n.Prism;var o=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return o&&(r.filename=o.src,document.addEventListener&&!o.hasAttribute("data-manual")&&("loading"!==document.readyState?requestAnimationFrame(r.highlightAll,0):document.addEventListener("DOMContentLoaded",r.highlightAll))),n.Prism}();"undefined"!=typeof t&&t.exports&&(t.exports=r),"undefined"!=typeof e&&(e.Prism=r),r.languages.markup={comment://,prolog:/<\?[\w\W]+?\?>/,doctype://,cdata://i,tag:{pattern:/<\/?(?!\d)[^\s>\/=.$<]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\\1|\\?(?!\1)[\w\W])*\1|[^\s'">=]+))?)*\s*\/?>/i,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=(?:('|")[\w\W]*?(\1)|[^\s>]+)/i,inside:{punctuation:/[=>"']/}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},r.hooks.add("wrap",function(t){"entity"===t.type&&(t.attributes.title=t.content.replace(/&/,"&"))}),r.languages.xml=r.languages.markup,r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.css={comment:/\/\*[\w\W]*?\*\//,atrule:{pattern:/@[\w-]+?.*?(;|(?=\s*\{))/i,inside:{rule:/@[\w-]+/}},url:/url\((?:(["'])(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1|.*?)\)/i,selector:/[^\{\}\s][^\{\};]*?(?=\s*\{)/,string:/("|')(\\(?:\r\n|[\w\W])|(?!\1)[^\\\r\n])*\1/,property:/(\b|\B)[\w-]+(?=\s*:)/i,important:/\B!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:]/},r.languages.css.atrule.inside.rest=r.util.clone(r.languages.css),r.languages.markup&&(r.languages.insertBefore("markup","tag",{style:{pattern:/()[\w\W]*?(?=<\/style>)/i,lookbehind:!0,inside:r.languages.css,alias:"language-css"}}),r.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|').*?\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:r.languages.markup.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:r.languages.css}},alias:"language-css"}},r.languages.markup.tag)),r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:{pattern:/(["'])(\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i, +lookbehind:!0,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(true|false)\b/,function:/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.?\d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},r.languages.javascript=r.languages.extend("clike",{keyword:/\b(as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/,number:/\b-?(0x[\dA-Fa-f]+|0b[01]+|0o[0-7]+|\d*\.?\d+([Ee][+-]?\d+)?|NaN|Infinity)\b/,function:/[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*(?=\()/i}),r.languages.insertBefore("javascript","keyword",{regex:{pattern:/(^|[^\/])\/(?!\/)(\[.+?]|\\.|[^\/\\\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})]))/,lookbehind:!0,greedy:!0}}),r.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\\\|\\?[^\\])*?`/,greedy:!0,inside:{interpolation:{pattern:/\$\{[^}]+\}/,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}}}),r.languages.markup&&r.languages.insertBefore("markup","tag",{script:{pattern:/()[\w\W]*?(?=<\/script>)/i,lookbehind:!0,inside:r.languages.javascript,alias:"language-javascript"}}),r.languages.js=r.languages.javascript,function(){"undefined"!=typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(){var t={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"};Array.prototype.forEach&&Array.prototype.slice.call(document.querySelectorAll("pre[data-src]")).forEach(function(e){for(var n,i=e.getAttribute("data-src"),o=e,s=/\blang(?:uage)?-(?!\*)(\w+)\b/i;o&&!s.test(o.className);)o=o.parentNode;if(o&&(n=(e.className.match(s)||[,""])[1]),!n){var a=(i.match(/\.(\w+)$/)||[,""])[1];n=t[a]||a}var c=document.createElement("code");c.className="language-"+n,e.textContent="",c.textContent="Loading…",e.appendChild(c);var u=new XMLHttpRequest;u.open("GET",i,!0),u.onreadystatechange=function(){4==u.readyState&&(u.status<400&&u.responseText?(c.textContent=u.responseText,r.highlightElement(c)):u.status>=400?c.textContent="✖ Error "+u.status+" while fetching file: "+u.statusText:c.textContent="✖ Error: File does not exist or is empty")},u.send(null)})},document.addEventListener("DOMContentLoaded",self.Prism.fileHighlight))}()}).call(e,n(27))},function(t,e,n){(function(t,r){var i;!function(o){function s(t){throw new RangeError(N[t])}function a(t,e){for(var n=t.length,r=[];n--;)r[n]=e(t[n]);return r}function c(t,e){var n=t.split("@"),r="";n.length>1&&(r=n[0]+"@",t=n[1]),t=t.replace(A,".");var i=t.split("."),o=a(i,e).join(".");return r+o}function u(t){for(var e,n,r=[],i=0,o=t.length;i=55296&&e<=56319&&i65535&&(t-=65536,e+=D(t>>>10&1023|55296),t=56320|1023&t),e+=D(t)}).join("")}function h(t){return t-48<10?t-22:t-65<26?t-65:t-97<26?t-97:w}function p(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function f(t,e,n){var r=0;for(t=n?M(t/k):t>>1,t+=M(t/e);t>P*I>>1;r+=w)t=M(t/P);return M(r+(P+1)*t/(t+C))}function _(t){var e,n,r,i,o,a,c,u,p,_,d=[],y=t.length,m=0,g=E,v=T;for(n=t.lastIndexOf(S),n<0&&(n=0),r=0;r=128&&s("not-basic"),d.push(t.charCodeAt(r));for(i=n>0?n+1:0;i=y&&s("invalid-input"),u=h(t.charCodeAt(i++)),(u>=w||u>M((b-m)/a))&&s("overflow"),m+=u*a,p=c<=v?x:c>=v+I?I:c-v,!(uM(b/_)&&s("overflow"),a*=_;e=d.length+1,v=f(m-o,e,0==o),M(m/e)>b-g&&s("overflow"),g+=M(m/e),m%=e,d.splice(m++,0,g)}return l(d)}function d(t){var e,n,r,i,o,a,c,l,h,_,d,y,m,g,v,C=[];for(t=u(t),y=t.length,e=E,n=0,o=T,a=0;a=e&&dM((b-n)/m)&&s("overflow"),n+=(c-e)*m,e=c,a=0;ab&&s("overflow"),d==e){for(l=n,h=w;_=h<=o?x:h>=o+I?I:h-o,!(l<_);h+=w)v=l-_,g=w-_,C.push(D(p(_+v%g,0))),l=M(v/g);C.push(D(p(l,0))),o=f(n,m,r==i),n=0,++r}++n,++e}return C.join("")}function y(t){return c(t,function(t){return O.test(t)?_(t.slice(4).toLowerCase()):t})}function m(t){return c(t,function(t){return R.test(t)?"xn--"+d(t):t})}var g=("object"==typeof e&&e&&!e.nodeType&&e,"object"==typeof t&&t&&!t.nodeType&&t,"object"==typeof r&&r);g.global!==g&&g.window!==g&&g.self!==g||(o=g);var v,b=2147483647,w=36,x=1,I=26,C=38,k=700,T=72,E=128,S="-",O=/^xn--/,R=/[^\x20-\x7E]/,A=/[\x2E\u3002\uFF0E\uFF61]/g,N={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},P=w-x,M=Math.floor,D=String.fromCharCode;v={version:"1.4.1",ucs2:{decode:u,encode:l},decode:_,encode:d,toASCII:m,toUnicode:y},i=function(){return v}.call(e,n,e,t),!(void 0!==i&&(t.exports=i))}(this)}).call(e,n(397)(t),n(27))},function(t,e){"use strict";function n(t,e){return Object.prototype.hasOwnProperty.call(t,e)}t.exports=function(t,e,i,o){e=e||"&",i=i||"=";var s={};if("string"!=typeof t||0===t.length)return s;var a=/\+/g;t=t.split(e);var c=1e3;o&&"number"==typeof o.maxKeys&&(c=o.maxKeys);var u=t.length;c>0&&u>c&&(u=c);for(var l=0;l=0?(h=d.substr(0,y),p=d.substr(y+1)):(h=d,p=""),f=decodeURIComponent(h),_=decodeURIComponent(p),n(s,f)?r(s[f])?s[f].push(_):s[f]=[s[f],_]:s[f]=_}return s};var r=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},function(t,e){"use strict";function n(t,e){if(t.map)return t.map(e);for(var n=[],r=0;r`\x00-\x20]+/,o=/'[^']*'/,s=/"[^"]*"/,a=n(/(?:unquoted|single_quoted|double_quoted)/)("unquoted",i)("single_quoted",o)("double_quoted",s)(),c=n(/(?:\s+attr_name(?:\s*=\s*attr_value)?)/)("attr_name",r)("attr_value",a)(),u=n(/<[A-Za-z][A-Za-z0-9]*attribute*\s*\/?>/)("attribute",c)(),l=/<\/[A-Za-z][A-Za-z0-9]*\s*>/,h=//,p=/<[?].*?[?]>/,f=/]*>/,_=/])*\]\]>/,d=n(/^(?:open_tag|close_tag|comment|processing|declaration|cdata)/)("open_tag",u)("close_tag",l)("comment",h)("processing",p)("declaration",f)("cdata",_)();t.exports.HTML_TAG_RE=d},function(t,e){"use strict";t.exports=["coap","doi","javascript","aaa","aaas","about","acap","cap","cid","crid","data","dav","dict","dns","file","ftp","geo","go","gopher","h323","http","https","iax","icap","im","imap","info","ipp","iris","iris.beep","iris.xpc","iris.xpcs","iris.lwz","ldap","mailto","mid","msrp","msrps","mtqp","mupdate","news","nfs","ni","nih","nntp","opaquelocktoken","pop","pres","rtsp","service","session","shttp","sieve","sip","sips","sms","snmp","soap.beep","soap.beeps","tag","tel","telnet","tftp","thismessage","tn3270","tip","tv","urn","vemmi","ws","wss","xcon","xcon-userid","xmlrpc.beep","xmlrpc.beeps","xmpp","z39.50r","z39.50s","adiumxtra","afp","afs","aim","apt","attachment","aw","beshare","bitcoin","bolo","callto","chrome","chrome-extension","com-eventbrite-attendee","content","cvs","dlna-playsingle","dlna-playcontainer","dtn","dvb","ed2k","facetime","feed","finger","fish","gg","git","gizmoproject","gtalk","hcp","icon","ipn","irc","irc6","ircs","itms","jar","jms","keyparc","lastfm","ldaps","magnet","maps","market","message","mms","ms-help","msnim","mumble","mvn","notes","oid","palm","paparazzi","platform","proxy","psyc","query","res","resource","rmi","rsync","rtmp","secondlife","sftp","sgn","skype","smb","soldat","spotify","ssh","steam","svn","teamspeak","things","udp","unreal","ut2004","ventrilo","view-source","webcal","wtai","wyciwyg","xfire","xri","ymsgr"]},function(t,e){"use strict";t.exports={options:{html:!0,xhtmlOut:!0,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","abbr2"]},block:{rules:["blockquote","code","fences","heading","hr","htmlblock","lheading","list","paragraph"]},inline:{rules:["autolink","backticks","emphasis","entity","escape","htmltag","links","newline","text"]}}}},function(t,e){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{rules:["block","inline","references","replacements","linkify","smartquotes","references","abbr2","footnote_tail"]},block:{rules:["blockquote","code","fences","heading","hr","htmlblock","lheading","list","paragraph","table"]},inline:{rules:["autolink","backticks","del","emphasis","entity","escape","footnote_ref","htmltag","links","newline","text"]}}}},function(t,e){"use strict";t.exports={options:{html:!1,xhtmlOut:!1,breaks:!1,langPrefix:"language-",linkify:!1,linkTarget:"",typographer:!1,quotes:"“”‘’",highlight:null,maxNesting:20},components:{core:{},block:{},inline:{}}}},function(t,e,n){"use strict";function r(t,e,n){this.src=e,this.env=n,this.options=t.options,this.tokens=[],this.inlineMode=!1,this.inline=t.inline,this.block=t.block,this.renderer=t.renderer,this.typographer=t.typographer}function i(t,e){"string"!=typeof t&&(e=t,t="default"),this.inline=new u,this.block=new c,this.core=new a,this.renderer=new s,this.ruler=new l,this.options={},this.configure(h[t]),this.set(e||{})}var o=n(44).assign,s=n(739),a=n(737),c=n(736),u=n(738),l=n(181),h={default:n(733),full:n(734),commonmark:n(732)};i.prototype.set=function(t){o(this.options,t)},i.prototype.configure=function(t){var e=this;if(!t)throw new Error("Wrong `remarkable` preset, check name/content");t.options&&e.set(t.options),t.components&&Object.keys(t.components).forEach(function(n){t.components[n].rules&&e[n].ruler.enable(t.components[n].rules,!0)})},i.prototype.use=function(t,e){return t(this,e),this},i.prototype.parse=function(t,e){var n=new r(this,t,e);return this.core.process(n),n.tokens},i.prototype.render=function(t,e){return e=e||{},this.renderer.render(this.parse(t,e),this.options,e)},i.prototype.parseInline=function(t,e){var n=new r(this,t,e);return n.inlineMode=!0,this.core.process(n),n.tokens},i.prototype.renderInline=function(t,e){return e=e||{},this.renderer.render(this.parseInline(t,e),this.options,e)},t.exports=i,t.exports.utils=n(44)},function(t,e,n){"use strict";function r(){this.ruler=new i;for(var t=0;t=n))&&!(t.tShift[a]=0&&(t=t.replace(a,function(e,n){var r;return 10===t.charCodeAt(n)?(s=n+1,l=0,e):(r=" ".slice((n-s-l)%4),l=n-s+1,r)})),i=new o(t,this,e,n,r),void this.tokenize(i,i.line,i.lineMax)):[]},t.exports=r},function(t,e,n){"use strict";function r(){this.options={},this.ruler=new i;for(var t=0;t0)return void(t.pos=n);for(e=0;e=o)break}else t.pending+=t.src[t.pos++]}t.pending&&t.pushPending()},r.prototype.parse=function(t,e,n,r){var i=new s(t,this,e,n,r);this.tokenize(i)},t.exports=r},function(t,e,n){"use strict";function r(){this.rules=i.assign({},o),this.getBreak=o.getBreak}var i=n(44),o=n(740);t.exports=r,r.prototype.renderInline=function(t,e,n){for(var r=this.rules,i=t.length,o=0,s="";i--;)s+=r[t[o].type](t,o++,e,n,this);return s},r.prototype.render=function(t,e,n){for(var r=this.rules,i=t.length,o=-1,s="";++o=t.length-2?e:"paragraph_open"===t[e].type&&t[e].tight&&"inline"===t[e+1].type&&0===t[e+1].content.length&&"paragraph_close"===t[e+2].type&&t[e+2].tight?r(t,e+2):e}var i=n(44).has,o=n(44).unescapeMd,s=n(44).replaceEntities,a=n(44).escapeHtml,c={};c.blockquote_open=function(){return"
    \n"},c.blockquote_close=function(t,e){return"
    "+u(t,e)},c.code=function(t,e){return t[e].block?"
    "+a(t[e].content)+"
    "+u(t,e):""+a(t[e].content)+""},c.fence=function(t,e,n,r,c){var l,h,p=t[e],f="",_=n.langPrefix,d="";if(p.params){if(l=p.params.split(/\s+/g)[0],i(c.rules.fence_custom,l))return c.rules.fence_custom[l](t,e,n,r,c);d=a(s(o(l))),f=' class="'+_+d+'"'}return h=n.highlight?n.highlight(p.content,d)||a(p.content):a(p.content),"
    "+h+"
    "+u(t,e)},c.fence_custom={},c.heading_open=function(t,e){return""},c.heading_close=function(t,e){return"\n"},c.hr=function(t,e,n){return(n.xhtmlOut?"
    ":"
    ")+u(t,e)},c.bullet_list_open=function(){return"
      \n"},c.bullet_list_close=function(t,e){return"
    "+u(t,e)},c.list_item_open=function(){return"
  • "},c.list_item_close=function(){return"
  • \n"},c.ordered_list_open=function(t,e){var n=t[e],r=n.order>1?' start="'+n.order+'"':"";return"\n"},c.ordered_list_close=function(t,e){return""+u(t,e)},c.paragraph_open=function(t,e){return t[e].tight?"":"

    "},c.paragraph_close=function(t,e){var n=!(t[e].tight&&e&&"inline"===t[e-1].type&&!t[e-1].content);return(t[e].tight?"":"

    ")+(n?u(t,e):"")},c.link_open=function(t,e,n){var r=t[e].title?' title="'+a(s(t[e].title))+'"':"",i=n.linkTarget?' target="'+n.linkTarget+'"':"";return'"},c.link_close=function(){return""},c.image=function(t,e,n){var r=' src="'+a(t[e].src)+'"',i=t[e].title?' title="'+a(s(t[e].title))+'"':"",o=' alt="'+(t[e].alt?a(s(t[e].alt)):"")+'"',c=n.xhtmlOut?" /":"";return""},c.table_open=function(){return"\n"},c.table_close=function(){return"
    \n"},c.thead_open=function(){return"\n"},c.thead_close=function(){return"\n"},c.tbody_open=function(){return"\n"},c.tbody_close=function(){return"\n"},c.tr_open=function(){return""},c.tr_close=function(){return"\n"},c.th_open=function(t,e){var n=t[e];return""},c.th_close=function(){return""},c.td_open=function(t,e){var n=t[e];return""},c.td_close=function(){return""},c.strong_open=function(){return""},c.strong_close=function(){return""},c.em_open=function(){return""},c.em_close=function(){return""},c.del_open=function(){return""},c.del_close=function(){return""},c.ins_open=function(){return""},c.ins_close=function(){return""},c.mark_open=function(){return""},c.mark_close=function(){return""},c.sub=function(t,e){return""+a(t[e].content)+""},c.sup=function(t,e){return""+a(t[e].content)+""},c.hardbreak=function(t,e,n){return n.xhtmlOut?"
    \n":"
    \n"},c.softbreak=function(t,e,n){return n.breaks?n.xhtmlOut?"
    \n":"
    \n":"\n"},c.text=function(t,e){return a(t[e].content)},c.htmlblock=function(t,e){return t[e].content},c.htmltag=function(t,e){return t[e].content},c.abbr_open=function(t,e){return''},c.abbr_close=function(){return""},c.footnote_ref=function(t,e){var n=Number(t[e].id+1).toString(),r="fnref"+n;return t[e].subId>0&&(r+=":"+t[e].subId),'['+n+"]"},c.footnote_block_open=function(t,e,n){var r=n.xhtmlOut?'
    \n':'
    \n';return r+'
    \n
      \n'},c.footnote_block_close=function(){return"
    \n
    \n"},c.footnote_open=function(t,e){var n=Number(t[e].id+1).toString();return'
  • '},c.footnote_close=function(){return"
  • \n"},c.footnote_anchor=function(t,e){var n=Number(t[e].id+1).toString(),r="fnref"+n;return t[e].subId>0&&(r+=":"+t[e].subId),' '},c.dl_open=function(){return"
    \n"},c.dt_open=function(){return"
    "},c.dd_open=function(){return"
    "},c.dl_close=function(){return"
    \n"},c.dt_close=function(){return"\n"},c.dd_close=function(){return"\n"};var u=c.getBreak=function(t,e){return e=r(t,e),ey)return!1;if(62!==t.src.charCodeAt(d++))return!1;if(t.level>=t.options.maxNesting)return!1;if(r)return!0;for(32===t.src.charCodeAt(d)&&d++,c=t.blkIndent,t.blkIndent=0,a=[t.bMarks[e]],t.bMarks[e]=d,d=d=y,s=[t.tShift[e]],t.tShift[e]=d-t.bMarks[e],h=t.parser.ruler.getRules("blockquote"),i=e+1;i=y));i++)if(62!==t.src.charCodeAt(d++)){if(o)break;for(_=!1,p=0,f=h.length;p=y,s.push(t.tShift[i]),t.tShift[i]=d-t.bMarks[i];for(u=t.parentType,t.parentType="blockquote",t.tokens.push({type:"blockquote_open",lines:l=[e,0],level:t.level++}),t.parser.tokenize(t,e,i),t.tokens.push({type:"blockquote_close",level:--t.level}),t.parentType=u,l[1]=t.line,p=0;p=4))break;r++,i=r}return t.line=r,t.tokens.push({type:"code",content:t.getLines(e,i,4+t.blkIndent,!0),block:!0,lines:[e,t.line],level:t.level}),!0}},function(t,e){"use strict";function n(t,e){var n,r,i=t.bMarks[e]+t.tShift[e],o=t.eMarks[e];return i>=o?-1:(r=t.src.charCodeAt(i++),126!==r&&58!==r?-1:(n=t.skipSpaces(i),i===n?-1:n>=o?-1:n))}function r(t,e){var n,r,i=t.level+2;for(n=e+2,r=t.tokens.length-2;n=0;if(p=e+1,t.isEmpty(p)&&++p>i)return!1;if(t.tShift[p]=t.options.maxNesting)return!1;h=t.tokens.length,t.tokens.push({type:"dl_open",lines:l=[e,0],level:t.level++}),c=e,a=p;t:for(;;){for(v=!0,g=!1,t.tokens.push({type:"dt_open",lines:[c,c],level:t.level++}),t.tokens.push({type:"inline",content:t.getLines(c,c+1,t.blkIndent,!1).trim(),level:t.level+1,lines:[c,c],children:[]}),t.tokens.push({type:"dt_close",level:--t.level});;){if(t.tokens.push({type:"dd_open",lines:u=[p,0],level:t.level++}),m=t.tight,_=t.ddIndent,f=t.blkIndent,y=t.tShift[a],d=t.parentType,t.blkIndent=t.ddIndent=t.tShift[a]+2,t.tShift[a]=s-t.bMarks[a],t.tight=!0,t.parentType="deflist",t.parser.tokenize(t,a,i,!0),t.tight&&!g||(v=!1),g=t.line-a>1&&t.isEmpty(t.line-1),t.tShift[a]=y,t.tight=m,t.parentType=d,t.blkIndent=f,t.ddIndent=_,t.tokens.push({type:"dd_close",level:--t.level}),u[1]=p=t.line,p>=i)break t;if(t.tShift[p]=i)break;if(c=p,t.isEmpty(c))break;if(t.tShift[c]=i)break;if(t.isEmpty(a)&&a++,a>=i)break;if(t.tShift[a]h)return!1;if(i=t.src.charCodeAt(l),126!==i&&96!==i)return!1;if(c=l,l=t.skipChars(l,i),o=l-c,o<3)return!1;if(s=t.src.slice(l,h).trim(),s.indexOf("`")>=0)return!1;if(r)return!0;for(a=e;(a++,!(a>=n))&&(l=c=t.bMarks[a]+t.tShift[a],h=t.eMarks[a],!(l=4||(l=t.skipChars(l,i),l-cl)return!1;if(91!==t.src.charCodeAt(u))return!1;if(94!==t.src.charCodeAt(u+1))return!1;if(t.level>=t.options.maxNesting)return!1;for(a=u+2;a=l||58!==t.src.charCodeAt(++a))&&(!!r||(a++,t.env.footnotes||(t.env.footnotes={}),t.env.footnotes.refs||(t.env.footnotes.refs={}),c=t.src.slice(u+2,a-2),t.env.footnotes.refs[":"+c]=-1,t.tokens.push({type:"footnote_reference_open",label:c,level:t.level++}),i=t.bMarks[e],o=t.tShift[e],s=t.parentType,t.tShift[e]=t.skipSpaces(a)-a,t.bMarks[e]=a,t.blkIndent+=4,t.parentType="footnote",t.tShift[e]=c)return!1;if(i=t.src.charCodeAt(a),35!==i||a>=c)return!1;for(o=1,i=t.src.charCodeAt(++a);35===i&&a6||aa&&32===t.src.charCodeAt(s-1)&&(c=s),t.line=e+1,t.tokens.push({type:"heading_open",hLevel:o,lines:[e,t.line],level:t.level}),ac)return!1;if(i=t.src.charCodeAt(a++),42!==i&&45!==i&&95!==i)return!1;for(o=1;a=97&&e<=122}var i=n(729),o=/^<([a-zA-Z]{1,15})[\s\/>]/,s=/^<\/([a-zA-Z]{1,15})[\s>]/;t.exports=function(t,e,n,a){var c,u,l,h=t.bMarks[e],p=t.eMarks[e],f=t.tShift[e];if(h+=f,!t.options.html)return!1;if(f>3||h+2>=p)return!1;if(60!==t.src.charCodeAt(h))return!1;if(c=t.src.charCodeAt(h+1),33===c||63===c){if(a)return!0}else{if(47!==c&&!r(c))return!1;if(47===c){if(u=t.src.slice(h,p).match(s),!u)return!1}else if(u=t.src.slice(h,p).match(o),!u)return!1;if(i[u[1].toLowerCase()]!==!0)return!1;if(a)return!0}for(l=e+1;l=n)&&(!(t.tShift[s]3)&&(i=t.bMarks[s]+t.tShift[s],o=t.eMarks[s],!(i>=o)&&(r=t.src.charCodeAt(i),(45===r||61===r)&&(i=t.skipChars(i,r),i=t.skipSpaces(i),!(i=i?-1:(n=t.src.charCodeAt(r++),42!==n&&45!==n&&43!==n?-1:r=i)return-1;if(n=t.src.charCodeAt(r++),n<48||n>57)return-1;for(;;){if(r>=i)return-1;if(n=t.src.charCodeAt(r++),!(n>=48&&n<=57)){if(41===n||46===n)break;return-1}}return r=0)v=!0;else{if(!((_=n(t,e))>=0))return!1;v=!1}if(t.level>=t.options.maxNesting)return!1;if(g=t.src.charCodeAt(_-1),s)return!0;for(w=t.tokens.length,v?(f=t.bMarks[e]+t.tShift[e],m=Number(t.src.substr(f,_-f-1)),t.tokens.push({type:"ordered_list_open",order:m,lines:I=[e,0],level:t.level++})):t.tokens.push({type:"bullet_list_open",lines:I=[e,0],level:t.level++}),a=e,x=!1,k=t.parser.ruler.getRules("list");!(!(a=d?1:b-_,y>4&&(y=1),y<1&&(y=1),c=_-t.bMarks[a]+y,t.tokens.push({type:"list_item_open",lines:C=[e,0],level:t.level++}),l=t.blkIndent,h=t.tight,u=t.tShift[e],p=t.parentType,t.tShift[e]=b-t.bMarks[e],t.blkIndent=c,t.tight=!0,t.parentType="list",t.parser.tokenize(t,e,o,!0),t.tight&&!x||(O=!1),x=t.line-e>1&&t.isEmpty(t.line-1),t.blkIndent=l,t.tShift[e]=u,t.tight=h,t.parentType=p,t.tokens.push({type:"list_item_close",level:--t.level}),a=e=t.line,C[1]=a,b=t.bMarks[e],a>=o)||t.isEmpty(a)||t.tShift[a]3)){for(i=!1,o=0,s=a.length;o=this.eMarks[t]},n.prototype.skipEmptyLines=function(t){for(var e=this.lineMax;tn;)if(e!==this.src.charCodeAt(--t))return t+1;return t},n.prototype.getLines=function(t,e,n,r){var i,o,s,a,c,u=t;if(t>=e)return"";if(u+1===e)return o=this.bMarks[u]+Math.min(this.tShift[u],n),s=r?this.eMarks[u]+1:this.eMarks[u],this.src.slice(o,s);for(a=new Array(e-t),i=0;un&&(c=n),c<0&&(c=0),o=this.bMarks[u]+c,s=u+1r)return!1; +if(u=e+1,t.tShift[u]=t.eMarks[u])return!1;if(o=t.src.charCodeAt(a),124!==o&&45!==o&&58!==o)return!1;if(s=n(t,e+1),!/^[-:| ]+$/.test(s))return!1;if(l=s.split("|"),l<=2)return!1;for(h=[],c=0;c=0;e--)if(a=s[e],"text"===a.type){for(l=0,c=a.content,p.lastIndex=0,h=a.level,u=[];f=p.exec(c);)p.lastIndex>l&&u.push({type:"text",content:c.slice(l,f.index+f[1].length),level:h}),u.push({type:"abbr_open",title:t.env.abbreviations[":"+f[2]],level:h++}),u.push({type:"text",content:f[2],level:h}),u.push({type:"abbr_close",level:--h}),l=p.lastIndex-f[3].length;u.length&&(l0?s[e].count:1,r=0;r\s]/i.test(t)}function i(t){return/^<\/a\s*>/i.test(t)}function o(){var t=[],e=new s({stripPrefix:!1,url:!0,email:!0,twitter:!1,replaceFn:function(e,n){switch(n.getType()){case"url":t.push({text:n.matchedText,url:n.getUrl()});break;case"email":t.push({text:n.matchedText,url:"mailto:"+n.getEmail().replace(/^mailto:/i,"")})}return!1}});return{links:t,autolinker:e}}var s=n(779),a=/www|@|\:\/\//;t.exports=function(t){var e,n,s,c,u,l,h,p,f,_,d,y,m,g=t.tokens,v=null;if(t.options.linkify)for(n=0,s=g.length;n=0;e--)if(u=c[e],"link_close"!==u.type){if("htmltag"===u.type&&(r(u.content)&&d>0&&d--,i(u.content)&&d++),!(d>0)&&"text"===u.type&&a.test(u.content)){if(v||(v=o(),y=v.links,m=v.autolinker),l=u.content,y.length=0,m.link(l),!y.length)continue;for(h=[],_=u.level,p=0;p=0;a--)if("inline"===t.tokens[a].type)for(s=t.tokens[a].children,e=s.length-1;e>=0;e--)i=s[e],"text"===i.type&&(o=i.content,o=n(o),r.test(o)&&(o=o.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---([^-]|$)/gm,"$1—$2").replace(/(^|\s)--(\s|$)/gm,"$1–$2").replace(/(^|[^-\s])--([^-\s]|$)/gm,"$1–$2")),i.content=o)}},function(t,e){"use strict";function n(t,e){return!(e<0||e>=t.length)&&!s.test(t[e])}function r(t,e,n){return t.substr(0,e)+n+t.substr(e+1)}var i=/['"]/,o=/['"]/g,s=/[-\s()\[\]]/,a="’";t.exports=function(t){var e,s,c,u,l,h,p,f,_,d,y,m,g,v,b,w,x;if(t.options.typographer)for(x=[],b=t.tokens.length-1;b>=0;b--)if("inline"===t.tokens[b].type)for(w=t.tokens[b].children,x.length=0,e=0;e=0&&!(x[g].level<=p);g--);x.length=g+1,c=s.content,l=0,h=c.length;t:for(;l=0&&(d=x[g],!(x[g].level/,s=/^<([a-zA-Z.\-]{1,25}):([^<>\x00-\x20]*)>/;t.exports=function(t,e){var n,a,c,u,l,h=t.pos;return 60===t.src.charCodeAt(h)&&(n=t.src.slice(h),!(n.indexOf(">")<0)&&((a=n.match(s))?!(r.indexOf(a[1].toLowerCase())<0)&&(u=a[0].slice(1,-1),l=i(u),!!t.parser.validateLink(u)&&(e||(t.push({type:"link_open",href:l,level:t.level}),t.push({type:"text",content:u,level:t.level+1}),t.push({type:"link_close",level:t.level})),t.pos+=a[0].length,!0)):(c=n.match(o),!!c&&(u=c[0].slice(1,-1),l=i("mailto:"+u),!!t.parser.validateLink(l)&&(e||(t.push({type:"link_open",href:l,level:t.level}),t.push({type:"text",content:u,level:t.level+1}),t.push({type:"link_close",level:t.level})),t.pos+=c[0].length,!0)))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.pos,c=t.src.charCodeAt(a);if(96!==c)return!1;for(n=a,a++,r=t.posMax;a=a)return!1;if(126!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),126===o)return!1;if(126===s)return!1;if(32===s||10===s)return!1;for(r=c+2;rc+3)return t.pos+=r-c,e||(t.pending+=t.src.slice(c,r)),!0;for(t.pos=c+2,i=1;t.pos+1=48&&t<=57||t>=65&&t<=90||t>=97&&t<=122}function r(t,e){var r,i,o,s=e,a=!0,c=!0,u=t.posMax,l=t.src.charCodeAt(e);for(r=e>0?t.src.charCodeAt(e-1):-1;s=u&&(a=!1),o=s-e,o>=4?a=c=!1:(i=s=t.options.maxNesting)return!1;for(t.pos=h+n,c=[n];t.pos?@[]^_`{|}~-".split("").forEach(function(t){n[t.charCodeAt(0)]=1}),t.exports=function(t,e){var r,i=t.pos,o=t.posMax;if(92!==t.src.charCodeAt(i))return!1;if(i++,i=a)&&(94===t.src.charCodeAt(c)&&(91===t.src.charCodeAt(c+1)&&(!(t.level>=t.options.maxNesting)&&(n=c+2,i=r(t,c+1),!(i<0)&&(e||(t.env.footnotes||(t.env.footnotes={}),t.env.footnotes.list||(t.env.footnotes.list=[]),o=t.env.footnotes.list.length,t.pos=n,t.posMax=i,t.push({type:"footnote_ref",id:o,level:t.level}),t.linkLevel++,s=t.tokens.length,t.parser.tokenize(t),t.env.footnotes.list[o]={tokens:t.tokens.splice(s)},t.linkLevel--),t.pos=i+1,t.posMax=a,!0)))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s=t.posMax,a=t.pos;if(a+3>s)return!1;if(!t.env.footnotes||!t.env.footnotes.refs)return!1;if(91!==t.src.charCodeAt(a))return!1;if(94!==t.src.charCodeAt(a+1))return!1;if(t.level>=t.options.maxNesting)return!1;for(r=a+2;r=s)&&(r++,n=t.src.slice(a+2,r-1),"undefined"!=typeof t.env.footnotes.refs[":"+n]&&(e||(t.env.footnotes.list||(t.env.footnotes.list=[]),t.env.footnotes.refs[":"+n]<0?(i=t.env.footnotes.list.length,t.env.footnotes.list[i]={label:n,count:0},t.env.footnotes.refs[":"+n]=i):i=t.env.footnotes.refs[":"+n],o=t.env.footnotes.list[i].count,t.env.footnotes.list[i].count++,t.push({type:"footnote_ref",id:i,subId:o,level:t.level})),t.pos=r,t.posMax=s,!0)))}},function(t,e,n){"use strict";function r(t){var e=32|t;return e>=97&&e<=122}var i=n(730).HTML_TAG_RE;t.exports=function(t,e){var n,o,s,a=t.pos;return!!t.options.html&&(s=t.posMax,!(60!==t.src.charCodeAt(a)||a+2>=s)&&(n=t.src.charCodeAt(a+1),!(33!==n&&63!==n&&47!==n&&!r(n))&&(!!(o=t.src.slice(a).match(i))&&(e||t.push({type:"htmltag",content:t.src.slice(a,a+o[0].length),level:t.level}),t.pos+=o[0].length,!0))))}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.posMax,c=t.pos;if(43!==t.src.charCodeAt(c))return!1;if(e)return!1;if(c+4>=a)return!1;if(43!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),43===o)return!1;if(43===s)return!1;if(32===s||10===s)return!1;for(r=c+2;r=t.options.maxNesting)return!1;if(n=m+1,a=r(t,m),a<0)return!1;if(h=a+1,h=y)return!1;for(m=h,i(t,h)?(u=t.linkContent,h=t.pos):u="",m=h;h=y||41!==t.src.charCodeAt(h))return t.pos=d,!1;h++}else{if(t.linkLevel>0)return!1;for(;h=0?c=t.src.slice(m,h++):h=m-1),c||("undefined"==typeof c&&(h=a+1),c=t.src.slice(n,a)),p=t.env.references[s(c)],!p)return t.pos=d,!1;u=p.href,l=p.title}return e||(t.pos=n,t.posMax=a,_?t.push({type:"image",src:u,title:l,alt:t.src.substr(n,a-n),level:t.level}):(t.push({type:"link_open",href:u,title:l,level:t.level++}),t.linkLevel++,t.parser.tokenize(t),t.linkLevel--,t.push({type:"link_close",level:--t.level}))),t.pos=h,t.posMax=y,!0}},function(t,e){"use strict";t.exports=function(t,e){var n,r,i,o,s,a=t.posMax,c=t.pos;if(61!==t.src.charCodeAt(c))return!1;if(e)return!1;if(c+4>=a)return!1;if(61!==t.src.charCodeAt(c+1))return!1;if(t.level>=t.options.maxNesting)return!1;if(o=c>0?t.src.charCodeAt(c-1):-1,s=t.src.charCodeAt(c+2),61===o)return!1;if(61===s)return!1;if(32===s||10===s)return!1;for(r=c+2;r=0&&32===t.pending.charCodeAt(n)?n>=1&&32===t.pending.charCodeAt(n-1)?(t.pending=t.pending.replace(/ +$/,""),t.push({type:"hardbreak",level:t.level})):(t.pending=t.pending.slice(0,-1),t.push({type:"softbreak",level:t.level})):t.push({type:"softbreak",level:t.level})),i++;i?@[\]^_`{|}~-])/g;t.exports=function(t,e){var r,i,o=t.posMax,s=t.pos;if(126!==t.src.charCodeAt(s))return!1;if(e)return!1;if(s+2>=o)return!1;if(t.level>=t.options.maxNesting)return!1;for(t.pos=s+1;t.pos?@[\]^_`{|}~-])/g;t.exports=function(t,e){var r,i,o=t.posMax,s=t.pos;if(94!==t.src.charCodeAt(s))return!1;if(e)return!1;if(s+2>=o)return!1;if(t.level>=t.options.maxNesting)return!1;for(t.pos=s+1;t.pose&&(n=null==n?"..":n,t=t.substring(0,e-n.length)+n),t},indexOf:function(t,e){if(Array.prototype.indexOf)return t.indexOf(e);for(var n=0,r=t.length;n",this.getInnerHtml(),""].join("")},buildAttrsStr:function(){if(!this.attrs)return"";var t=this.getAttrs(),e=[];for(var n in t)t.hasOwnProperty(n)&&e.push(n+'="'+t[n]+'"');return e.join(" ")}}),t.AnchorTagBuilder=t.Util.extend(Object,{constructor:function(e){t.Util.assign(this,e)},build:function(e){var n=new t.HtmlTag({tagName:"a",attrs:this.createAttrs(e.getType(),e.getAnchorHref()),innerHtml:this.processAnchorText(e.getAnchorText())});return n},createAttrs:function(t,e){var n={href:e},r=this.createCssClass(t);return r&&(n.class=r),this.newWindow&&(n.target="_blank"),n},createCssClass:function(t){var e=this.className;return e?e+" "+e+"-"+t:""},processAnchorText:function(t){return t=this.doTruncate(t)},doTruncate:function(e){return t.Util.ellipsis(e,this.truncate||Number.POSITIVE_INFINITY)}}),t.htmlParser.HtmlParser=t.Util.extend(Object,{htmlRegex:function(){var t=/[0-9a-zA-Z][0-9a-zA-Z:]*/,e=/[^\s\0"'>\/=\x01-\x1F\x7F]+/,n=/(?:"[^"]*?"|'[^']*?'|[^'"=<>`\s]+)/,r=e.source+"(?:\\s*=\\s*"+n.source+")?";return new RegExp(["(?:","<(!DOCTYPE)","(?:","\\s+","(?:",r,"|",n.source+")",")*",">",")","|","(?:","<(/)?","("+t.source+")","(?:","\\s+",r,")*","\\s*/?",">",")"].join(""),"gi")}(),htmlCharacterEntitiesRegex:/( | |<|<|>|>|"|"|')/gi,parse:function(t){for(var e,n,r=this.htmlRegex,i=0,o=[];null!==(e=r.exec(t));){var s=e[0],a=e[1]||e[3],c=!!e[2],u=t.substring(i,e.index);u&&(n=this.parseTextAndEntityNodes(u),o.push.apply(o,n)),o.push(this.createElementNode(s,a,c)),i=e.index+s.length}if(i=r)return void i.complete();i.next(e[n]),t.index=n+1,this.schedule(t)}},e.prototype._subscribe=function(t){var n=0,r=this,i=r.arrayLike,o=r.scheduler,s=i.length;if(o)return o.schedule(e.dispatch,0,{arrayLike:i,index:n,length:s,subscriber:t});for(var a=0;a_?_:e):e}function o(t){return"number"==typeof t&&c.root.isFinite(t)}function s(t){var e=+t;return 0===e?e:isNaN(e)?e:e<0?-1:1}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(38),u=n(0),l=n(137),h=function(t){function e(e,n){if(t.call(this),this.scheduler=n,null==e)throw new Error("iterator cannot be null."); +this.iterator=r(e)}return a(e,t),e.create=function(t,n){return new e(t,n)},e.dispatch=function(t){var e=t.index,n=t.hasError,r=t.iterator,i=t.subscriber;if(n)return void i.error(t.error);var o=r.next();return o.done?void i.complete():(i.next(o.value),t.index=e+1,void(i.closed||this.schedule(t)))},e.prototype._subscribe=function(t){var n=0,r=this,i=r.iterator,o=r.scheduler;if(o)return o.schedule(e.dispatch,0,{index:n,iterator:i,subscriber:t});for(;;){var s=i.next();if(s.done){t.complete();break}if(t.next(s.value),t.closed)break}},e}(u.Observable);e.IteratorObservable=h;var p=function(){function t(t,e,n){void 0===e&&(e=0),void 0===n&&(n=t.length),this.str=t,this.idx=e,this.len=n}return t.prototype[l.$$iterator]=function(){return this},t.prototype.next=function(){return this.idx=r?void i.complete():(i.next(e),void(i.closed||(t.index=n+1,t.start=e+1,this.schedule(t))))},e.prototype._subscribe=function(t){var n=0,r=this.start,i=this._count,o=this.scheduler;if(o)return o.schedule(e.dispatch,0,{index:n,count:i,start:r,subscriber:t});for(;;){if(n++>=i){t.complete();break}if(t.next(r++),t.closed)break}},e}(i.Observable);e.RangeObservable=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(381),s=n(270),a=function(t){function e(e,n,r){void 0===n&&(n=0),void 0===r&&(r=o.asap),t.call(this),this.source=e,this.delayTime=n,this.scheduler=r,(!s.isNumeric(n)||n<0)&&(this.delayTime=0),r&&"function"==typeof r.schedule||(this.scheduler=o.asap)}return r(e,t),e.create=function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=o.asap),new e(t,n,r)},e.dispatch=function(t){var e=t.source,n=t.subscriber;return e.subscribe(n)},e.prototype._subscribe=function(t){var n=this.delayTime,r=this.source,i=this.scheduler;return i.schedule(e.dispatch,n,{source:r,subscriber:t})},e}(i.Observable);e.SubscribeOnObservable=a},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(270),o=n(0),s=n(45),a=n(88),c=n(189),u=function(t){function e(e,n,r){void 0===e&&(e=0),t.call(this),this.period=-1,this.dueTime=0,i.isNumeric(n)?this.period=Number(n)<1&&1||Number(n):a.isScheduler(n)&&(r=n),a.isScheduler(r)||(r=s.async),this.scheduler=r,this.dueTime=c.isDate(e)?+e-this.scheduler.now():e}return r(e,t),e.create=function(t,n,r){return void 0===t&&(t=0),new e(t,n,r)},e.dispatch=function(t){var e=t.index,n=t.period,r=t.subscriber,i=this;if(r.next(e),!r.closed){if(n===-1)return r.complete();t.index=e+1,i.schedule(t,n)}},e.prototype._subscribe=function(t){var n=0,r=this,i=r.period,o=r.dueTime,s=r.scheduler;return s.schedule(e.dispatch,o,{index:n,period:i,subscriber:t})},e}(o.Observable);e.TimerObservable=u},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(5),s=n(4),a=function(t){function e(e,n){t.call(this),this.resourceFactory=e,this.observableFactory=n}return r(e,t),e.create=function(t,n){return new e(t,n)},e.prototype._subscribe=function(t){var e,n=this,r=n.resourceFactory,i=n.observableFactory;try{return e=r(),new c(t,e,i)}catch(e){t.error(e)}},e}(i.Observable);e.UsingObservable=a;var c=function(t){function e(e,n,r){t.call(this,e),this.resource=n,this.observableFactory=r,e.add(n),this.tryUse()}return r(e,t),e.prototype.tryUse=function(){try{var t=this.observableFactory.call(this,this.resource);t&&this.add(o.subscribeToResult(this,t))}catch(t){this._error(t)}},e}(s.OuterSubscriber)},function(t,e,n){"use strict";var r=n(915);e.bindCallback=r.BoundCallbackObservable.create},function(t,e,n){"use strict";var r=n(916);e.bindNodeCallback=r.BoundNodeCallbackObservable.create},function(t,e,n){"use strict";function r(){for(var t=[],e=0;e0;){var r=n.shift();r.length>0&&e.next(r)}t.prototype._complete.call(this)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){var e=arguments.length,n=c.async;l.isScheduler(arguments[arguments.length-1])&&(n=arguments[arguments.length-1],e--);var r=null;e>=2&&(r=arguments[1]);var i=Number.POSITIVE_INFINITY;return e>=3&&(i=arguments[2]),this.lift(new h(t,r,i,n))}function i(t){var e=t.subscriber,n=t.context;n&&e.closeContext(n),e.closed||(t.context=e.openContext(),t.context.closeAction=this.schedule(t,t.bufferTimeSpan))}function o(t){var e=t.bufferCreationInterval,n=t.bufferTimeSpan,r=t.subscriber,i=t.scheduler,o=r.openContext(),a=this;r.closed||(r.add(o.closeAction=i.schedule(s,n,{subscriber:r,context:o})),a.schedule(t,e))}function s(t){var e=t.subscriber,n=t.context;e.closeContext(n)}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(45),u=n(3),l=n(88);e.bufferTime=r;var h=function(){function t(t,e,n,r){this.bufferTimeSpan=t,this.bufferCreationInterval=e,this.maxBufferSize=n,this.scheduler=r}return t.prototype.call=function(t,e){return e._subscribe(new f(t,this.bufferTimeSpan,this.bufferCreationInterval,this.maxBufferSize,this.scheduler))},t}(),p=function(){function t(){this.buffer=[]}return t}(),f=function(t){function e(e,n,r,a,c){t.call(this,e),this.bufferTimeSpan=n,this.bufferCreationInterval=r,this.maxBufferSize=a,this.scheduler=c,this.contexts=[];var u=this.openContext();if(this.timespanOnly=null==r||r<0,this.timespanOnly){var l={subscriber:this,context:u,bufferTimeSpan:n};this.add(u.closeAction=c.schedule(i,n,l))}else{var h={subscriber:this,context:u},p={bufferTimeSpan:n,bufferCreationInterval:r,subscriber:this,scheduler:c};this.add(u.closeAction=c.schedule(s,n,h)),this.add(c.schedule(o,r,p))}}return a(e,t),e.prototype._next=function(t){for(var e,n=this.contexts,r=n.length,i=0;i0;){var i=n.shift();r.next(i.buffer)}t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.contexts=null},e.prototype.onBufferFull=function(t){this.closeContext(t);var e=t.closeAction;if(e.unsubscribe(),this.remove(e),this.timespanOnly){t=this.openContext();var n=this.bufferTimeSpan,r={subscriber:this,context:t,bufferTimeSpan:n};this.add(t.closeAction=this.scheduler.schedule(i,n,r))}},e.prototype.openContext=function(){var t=new p;return this.contexts.push(t),t},e.prototype.closeContext=function(t){this.destination.next(t.buffer);var e=this.contexts,n=e?e.indexOf(t):-1;n>=0&&e.splice(e.indexOf(t),1)},e}(u.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new c(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(30),s=n(5),a=n(4);e.bufferToggle=r;var c=function(){function t(t,e){this.openings=t,this.closingSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.openings,this.closingSelector))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.openings=n,this.closingSelector=r,this.contexts=[],this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(t){for(var e=this.contexts,n=e.length,r=0;r0;){var r=n.shift();r.subscription.unsubscribe(),r.buffer=null,r.subscription=null}this.contexts=null,t.prototype._error.call(this,e)},e.prototype._complete=function(){for(var e=this.contexts;e.length>0;){var n=e.shift();this.destination.next(n.buffer),n.subscription.unsubscribe(),n.buffer=null,n.subscription=null}this.contexts=null,t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){t?this.closeBuffer(t):this.openBuffer(e)},e.prototype.notifyComplete=function(t){this.closeBuffer(t.context)},e.prototype.openBuffer=function(t){try{var e=this.closingSelector,n=e.call(this,t);n&&this.trySubscribe(n)}catch(t){this._error(t)}},e.prototype.closeBuffer=function(t){var e=this.contexts;if(e&&t){var n=t.buffer,r=t.subscription;this.destination.next(n),e.splice(e.indexOf(t),1),this.remove(r),r.unsubscribe()}},e.prototype.trySubscribe=function(t){var e=this.contexts,n=[],r=new o.Subscription,i={buffer:n,subscription:r};e.push(i);var a=s.subscribeToResult(this,t,i);!a||a.closed?this.closeBuffer(i):(a.context=i,this.add(a),r.add(a))},e}(a.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(30),s=n(33),a=n(31),c=n(4),u=n(5);e.bufferWhen=r;var l=function(){function t(t){this.closingSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.closingSelector))},t}(),h=function(t){function e(e,n){t.call(this,e),this.closingSelector=n,this.subscribing=!1,this.openBuffer()}return i(e,t),e.prototype._next=function(t){this.buffer.push(t)},e.prototype._complete=function(){var e=this.buffer;e&&this.destination.next(e),t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.buffer=null,this.subscribing=!1},e.prototype.notifyNext=function(t,e,n,r,i){this.openBuffer()},e.prototype.notifyComplete=function(){this.subscribing?this.complete():this.openBuffer()},e.prototype.openBuffer=function(){var t=this.closingSubscription;t&&(this.remove(t),t.unsubscribe());var e=this.buffer;this.buffer&&this.destination.next(e),this.buffer=[];var n=s.tryCatch(this.closingSelector)();n===a.errorObject?this.error(a.errorObject.e):(t=new o.Subscription,this.closingSubscription=t,this.add(t),this.subscribing=!0,t.add(u.subscribeToResult(this,n)),this.subscribing=!1)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e,n){void 0===t&&(t=Number.POSITIVE_INFINITY),void 0===e&&(e=Number.POSITIVE_INFINITY);var r,s,a=this,c=0,u=function(){return r=new o.ReplaySubject(t,e,n)};return new i.Observable(function(t){r||(r=u(),s=a.subscribe(function(t){return r.next(t)},function(t){var e=r;r=null,e.error(t)},function(){return r.complete()})),c++,r||(r=u());var e=r.subscribe(t);return function(){c--,e&&e.unsubscribe(),0===c&&s.unsubscribe()}})}var i=n(0),o=n(183);e.cache=r},function(t,e,n){"use strict";function r(t){var e=new a(t),n=this.lift(e);return e.caught=n}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e._catch=r;var a=function(){function t(t){this.selector=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.selector,this.caught))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.selector=n,this.caught=r}return i(e,t),e.prototype.error=function(t){if(!this.isStopped){var e=void 0;try{e=this.selector(t,this.caught)}catch(t){return void this.destination.error(t)}this.unsubscribe(),this.destination.remove(this),s.subscribeToResult(this,e)}},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new i.CombineLatestOperator(t))}var i=n(262);e.combineAll=r},function(t,e,n){"use strict";function r(){return this.lift(new i.MergeAllOperator(1))}var i=n(184);e.concatAll=r},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.MergeMapOperator(t,e,1))}var i=n(374);e.concatMap=r},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.MergeMapToOperator(t,e,1))}var i=n(375);e.concatMapTo=r},function(t,e,n){"use strict";function r(t){return this.lift(new s(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.count=r;var s=function(){function t(t,e){this.predicate=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate,this.source))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.predicate=n,this.source=r,this.count=0,this.index=0}return i(e,t),e.prototype._next=function(t){this.predicate?this._tryPredicate(t):this.count++},e.prototype._tryPredicate=function(t){var e;try{e=this.predicate(t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e&&this.count++},e.prototype._complete=function(){this.destination.next(this.count),this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.debounce=r;var a=function(){function t(t){this.durationSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.durationSelector))},t}(),c=function(t){function e(e,n){t.call(this,e),this.durationSelector=n,this.hasValue=!1,this.durationSubscription=null}return i(e,t),e.prototype._next=function(t){try{var e=this.durationSelector.call(this,t);e&&this._tryNext(t,e)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.emitValue(),this.destination.complete()},e.prototype._tryNext=function(t,e){var n=this.durationSubscription;this.value=t,this.hasValue=!0,n&&(n.unsubscribe(),this.remove(n)),n=s.subscribeToResult(this,e),n.closed||this.add(this.durationSubscription=n)},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){if(this.hasValue){var e=this.value,n=this.durationSubscription;n&&(this.durationSubscription=null,n.unsubscribe(),this.remove(n)),this.value=null,this.hasValue=!1,t.prototype._next.call(this,e)}},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=a.async),this.lift(new c(t,e))}function i(t){t.debouncedNext()}var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=n(3),a=n(45);e.debounceTime=r;var c=function(){function t(t,e){this.dueTime=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.dueTime,this.scheduler))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.dueTime=n,this.scheduler=r,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}return o(e,t),e.prototype._next=function(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(i,this.dueTime,this))},e.prototype._complete=function(){this.debouncedNext(),this.destination.complete()},e.prototype.debouncedNext=function(){this.clearDebounce(),this.hasValue&&(this.destination.next(this.lastValue),this.lastValue=null,this.hasValue=!1)},e.prototype.clearDebounce=function(){var t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)},e}(s.Subscriber)},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=null),this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.defaultIfEmpty=r;var s=function(){function t(t){this.defaultValue=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.defaultValue))},t}(),a=function(t){function e(e,n){t.call(this,e),this.defaultValue=n,this.isEmpty=!0}return i(e,t),e.prototype._next=function(t){this.isEmpty=!1,this.destination.next(t)},e.prototype._complete=function(){this.isEmpty&&this.destination.next(this.defaultValue),this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){void 0===e&&(e=o.async);var n=s.isDate(t),r=n?+t-e.now():Math.abs(t);return this.lift(new u(r,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(45),s=n(189),a=n(3),c=n(134);e.delay=r;var u=function(){function t(t,e){this.delay=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.delay,this.scheduler))},t}(),l=function(t){function e(e,n,r){t.call(this,e),this.delay=n,this.scheduler=r,this.queue=[],this.active=!1,this.errored=!1}return i(e,t),e.dispatch=function(t){for(var e=t.source,n=e.queue,r=t.scheduler,i=t.destination;n.length>0&&n[0].time-r.now()<=0;)n.shift().notification.observe(i);if(n.length>0){var o=Math.max(0,n[0].time-r.now());this.schedule(t,o)}else e.active=!1},e.prototype._schedule=function(t){this.active=!0,this.add(t.schedule(e.dispatch,this.delay,{source:this,destination:this.destination,scheduler:t}))},e.prototype.scheduleNotification=function(t){if(this.errored!==!0){var e=this.scheduler,n=new h(e.now()+this.delay,t);this.queue.push(n),this.active===!1&&this._schedule(e)}},e.prototype._next=function(t){this.scheduleNotification(c.Notification.createNext(t))},e.prototype._error=function(t){this.errored=!0,this.queue=[],this.destination.error(t)},e.prototype._complete=function(){this.scheduleNotification(c.Notification.createComplete())},e}(a.Subscriber),h=function(){function t(t,e){this.time=t,this.notification=e}return t}()},function(t,e,n){"use strict";function r(t,e){return e?new h(this,e).lift(new u(t)):this.lift(new u(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(0),a=n(4),c=n(5);e.delayWhen=r;var u=function(){function t(t){this.delayDurationSelector=t}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.delayDurationSelector))},t}(),l=function(t){function e(e,n){t.call(this,e),this.delayDurationSelector=n,this.completed=!1,this.delayNotifierSubscriptions=[],this.values=[]}return i(e,t),e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(t),this.removeSubscription(i),this.tryComplete()},e.prototype.notifyError=function(t,e){this._error(t)},e.prototype.notifyComplete=function(t){var e=this.removeSubscription(t);e&&this.destination.next(e),this.tryComplete()},e.prototype._next=function(t){try{var e=this.delayDurationSelector(t);e&&this.tryDelay(e,t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){this.completed=!0,this.tryComplete()},e.prototype.removeSubscription=function(t){t.unsubscribe();var e=this.delayNotifierSubscriptions.indexOf(t),n=null;return e!==-1&&(n=this.values[e],this.delayNotifierSubscriptions.splice(e,1),this.values.splice(e,1)),n},e.prototype.tryDelay=function(t,e){var n=c.subscribeToResult(this,t,e);this.add(n),this.delayNotifierSubscriptions.push(n),this.values.push(e)},e.prototype.tryComplete=function(){this.completed&&0===this.delayNotifierSubscriptions.length&&this.destination.complete()},e}(a.OuterSubscriber),h=function(t){function e(e,n){t.call(this),this.source=e,this.subscriptionDelay=n}return i(e,t),e.prototype._subscribe=function(t){this.subscriptionDelay.subscribe(new p(t,this.source))},e}(s.Observable),p=function(t){function e(e,n){t.call(this),this.parent=e,this.source=n,this.sourceSubscribed=!1}return i(e,t),e.prototype._next=function(t){this.subscribeToSource()},e.prototype._error=function(t){this.unsubscribe(),this.parent.error(t)},e.prototype._complete=function(){this.subscribeToSource()},e.prototype.subscribeToSource=function(){this.sourceSubscribed||(this.sourceSubscribed=!0,this.unsubscribe(),this.source.subscribe(this.parent))},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new s)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.dematerialize=r;var s=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new a(t))},t}(),a=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype._next=function(t){t.observe(this.destination)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return i.distinct.call(this,function(n,r){return e?e(n[t],r[t]):n[t]===r[t]},n)}var i=n(369);e.distinctKey=r},function(t,e,n){"use strict";function r(t,e){return i.distinctUntilChanged.call(this,function(n,r){return e?e(n[t],r[t]):n[t]===r[t]})}var i=n(370);e.distinctUntilKeyChanged=r},function(t,e,n){"use strict";function r(t,e,n){ +return this.lift(new s(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e._do=r;var s=function(){function t(t,e,n){this.nextOrObserver=t,this.error=e,this.complete=n}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.nextOrObserver,this.error,this.complete))},t}(),a=function(t){function e(e,n,r,i){t.call(this,e);var s=new o.Subscriber(n,r,i);s.syncErrorThrowable=!0,this.add(s),this.safeSubscriber=s}return i(e,t),e.prototype._next=function(t){var e=this.safeSubscriber;e.next(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.next(t)},e.prototype._error=function(t){var e=this.safeSubscriber;e.error(t),e.syncErrorThrown?this.destination.error(e.syncErrorValue):this.destination.error(t)},e.prototype._complete=function(){var t=this.safeSubscriber;t.complete(),t.syncErrorThrown?this.destination.error(t.syncErrorValue):this.destination.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187);e.elementAt=r;var a=function(){function t(t,e){if(this.index=t,this.defaultValue=e,t<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.index,this.defaultValue))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.index=n,this.defaultValue=r}return i(e,t),e.prototype._next=function(t){0===this.index--&&(this.destination.next(t),this.destination.complete())},e.prototype._complete=function(){var t=this.destination;this.index>=0&&("undefined"!=typeof this.defaultValue?t.next(this.defaultValue):t.error(new s.ArgumentOutOfRangeError)),t.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new s(t,e,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.every=r;var s=function(){function t(t,e,n){this.predicate=t,this.thisArg=e,this.source=n}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate,this.thisArg,this.source))},t}(),a=function(t){function e(e,n,r,i){t.call(this,e),this.predicate=n,this.thisArg=r,this.source=i,this.index=0,this.thisArg=r||this}return i(e,t),e.prototype.notifyComplete=function(t){this.destination.next(t),this.destination.complete()},e.prototype._next=function(t){var e=!1;try{e=this.predicate.call(this.thisArg,t,this.index++,this.source)}catch(t){return void this.destination.error(t)}e||this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.exhaust=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e),this.hasCompleted=!1,this.hasSubscription=!1}return i(e,t),e.prototype._next=function(t){this.hasSubscription||(this.hasSubscription=!0,this.add(s.subscribeToResult(this,t)))},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.exhaustMap=r;var a=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.project=n,this.resultSelector=r,this.hasSubscription=!1,this.hasCompleted=!1,this.index=0}return i(e,t),e.prototype._next=function(t){this.hasSubscription||this.tryNext(t)},e.prototype.tryNext=function(t){var e=this.index++,n=this.destination;try{var r=this.project(t,e);this.hasSubscription=!0,this.add(s.subscribeToResult(this,r,t,e))}catch(t){n.error(t)}},e.prototype._complete=function(){this.hasCompleted=!0,this.hasSubscription||this.destination.complete()},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.resultSelector,a=o.destination;s?this.trySelectResult(t,e,n,r):a.next(e)},e.prototype.trySelectResult=function(t,e,n,r){var i=this,o=i.resultSelector,s=i.destination;try{var a=o(t,e,n,r);s.next(a)}catch(t){s.error(t)}},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(t){this.remove(t),this.hasSubscription=!1,this.hasCompleted&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e,n){return void 0===e&&(e=Number.POSITIVE_INFINITY),void 0===n&&(n=void 0),e=(e||0)<1?Number.POSITIVE_INFINITY:e,this.lift(new u(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(33),s=n(31),a=n(4),c=n(5);e.expand=r;var u=function(){function t(t,e,n){this.project=t,this.concurrent=e,this.scheduler=n}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.project,this.concurrent,this.scheduler))},t}();e.ExpandOperator=u;var l=function(t){function e(e,n,r,i){t.call(this,e),this.project=n,this.concurrent=r,this.scheduler=i,this.index=0,this.active=0,this.hasCompleted=!1,r0&&this._next(e.shift()),this.hasCompleted&&0===this.active&&this.destination.complete()},e}(a.OuterSubscriber);e.ExpandSubscriber=l},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(30);e._finally=r;var a=function(){function t(t){this.callback=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.callback))},t}(),c=function(t){function e(e,n){t.call(this,e),this.add(new s.Subscription(n))}return i(e,t),e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new i.FindValueOperator(t,this,!0,e))}var i=n(372);e.findIndex=r},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new a(t,e,n,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.first=r;var a=function(){function t(t,e,n,r){this.predicate=t,this.resultSelector=e,this.defaultValue=n,this.source=r}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.resultSelector,this.defaultValue,this.source))},t}(),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.predicate=n,this.resultSelector=r,this.defaultValue=i,this.source=o,this.index=0,this.hasCompleted=!1}return i(e,t),e.prototype._next=function(t){var e=this.index++;this.predicate?this._tryPredicate(t,e):this._emit(t,e)},e.prototype._tryPredicate=function(t,e){var n;try{n=this.predicate(t,e,this.source)}catch(t){return void this.destination.error(t)}n&&this._emit(t,e)},e.prototype._emit=function(t,e){return this.resultSelector?void this._tryResultSelector(t,e):void this._emitFinal(t)},e.prototype._tryResultSelector=function(t,e){var n;try{n=this.resultSelector(t,e)}catch(t){return void this.destination.error(t)}this._emitFinal(n)},e.prototype._emitFinal=function(t){var e=this.destination;e.next(t),e.complete(),this.hasCompleted=!0},e.prototype._complete=function(){var t=this.destination;this.hasCompleted||"undefined"==typeof this.defaultValue?this.hasCompleted||t.error(new s.EmptyError):(t.next(this.defaultValue),t.complete())},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new h(this,t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(30),a=n(0),c=n(21),u=n(1054),l=n(1052);e.groupBy=r;var h=function(){function t(t,e,n,r){this.source=t,this.keySelector=e,this.elementSelector=n,this.durationSelector=r}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.keySelector,this.elementSelector,this.durationSelector))},t}(),p=function(t){function e(e,n,r,i){t.call(this,e),this.keySelector=n,this.elementSelector=r,this.durationSelector=i,this.groups=null,this.attemptedToUnsubscribe=!1,this.count=0}return i(e,t),e.prototype._next=function(t){var e;try{e=this.keySelector(t)}catch(t){return void this.error(t)}this._group(t,e)},e.prototype._group=function(t,e){var n=this.groups;n||(n=this.groups="string"==typeof e?new l.FastMap:new u.Map);var r,i=n.get(e);if(this.elementSelector)try{r=this.elementSelector(t)}catch(t){this.error(t)}else r=t;if(!i){n.set(e,i=new c.Subject);var o=new _(e,i,this);if(this.destination.next(o),this.durationSelector){var s=void 0;try{s=this.durationSelector(new _(e,i))}catch(t){return void this.error(t)}this.add(s.subscribe(new f(e,i,this)))}}i.closed||i.next(r)},e.prototype._error=function(t){var e=this.groups;e&&(e.forEach(function(e,n){e.error(t)}),e.clear()),this.destination.error(t)},e.prototype._complete=function(){var t=this.groups;t&&(t.forEach(function(t,e){t.complete()}),t.clear()),this.destination.complete()},e.prototype.removeGroup=function(t){this.groups.delete(t)},e.prototype.unsubscribe=function(){this.closed||this.attemptedToUnsubscribe||(this.attemptedToUnsubscribe=!0,0===this.count&&t.prototype.unsubscribe.call(this))},e}(o.Subscriber),f=function(t){function e(e,n,r){t.call(this),this.key=e,this.group=n,this.parent=r}return i(e,t),e.prototype._next=function(t){this._complete()},e.prototype._error=function(t){var e=this.group;e.closed||e.error(t),this.parent.removeGroup(this.key)},e.prototype._complete=function(){var t=this.group;t.closed||t.complete(),this.parent.removeGroup(this.key)},e}(o.Subscriber),_=function(t){function e(e,n,r){t.call(this),this.key=e,this.groupSubject=n,this.refCountSubscription=r}return i(e,t),e.prototype._subscribe=function(t){var e=new s.Subscription,n=this,r=n.refCountSubscription,i=n.groupSubject;return r&&!r.closed&&e.add(new d(r)),e.add(i.subscribe(t)),e},e}(a.Observable);e.GroupedObservable=_;var d=function(t){function e(e){t.call(this),this.parent=e,e.count++}return i(e,t),e.prototype.unsubscribe=function(){var e=this.parent;e.closed||this.closed||(t.prototype.unsubscribe.call(this),e.count-=1,0===e.count&&e.attemptedToUnsubscribe&&e.unsubscribe())},e}(s.Subscription)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(388);e.ignoreElements=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(){t.apply(this,arguments)}return i(e,t),e.prototype._next=function(t){s.noop()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new s)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.isEmpty=r;var s=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new a(t))},t}(),a=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype.notifyComplete=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype._next=function(t){this.notifyComplete(!1)},e.prototype._complete=function(){this.notifyComplete(!0)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return this.lift(new a(t,e,n,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.last=r;var a=function(){function t(t,e,n,r){this.predicate=t,this.resultSelector=e,this.defaultValue=n,this.source=r}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.resultSelector,this.defaultValue,this.source))},t}(),c=function(t){function e(e,n,r,i,o){t.call(this,e),this.predicate=n,this.resultSelector=r,this.defaultValue=i,this.source=o,this.hasValue=!1,this.index=0,"undefined"!=typeof i&&(this.lastValue=i,this.hasValue=!0)}return i(e,t),e.prototype._next=function(t){var e=this.index++;if(this.predicate)this._tryPredicate(t,e);else{if(this.resultSelector)return void this._tryResultSelector(t,e);this.lastValue=t,this.hasValue=!0}},e.prototype._tryPredicate=function(t,e){var n;try{n=this.predicate(t,e,this.source)}catch(t){return void this.destination.error(t)}if(n){if(this.resultSelector)return void this._tryResultSelector(t,e);this.lastValue=t,this.hasValue=!0}},e.prototype._tryResultSelector=function(t,e){var n;try{n=this.resultSelector(t,e)}catch(t){return void this.destination.error(t)}this.lastValue=n,this.hasValue=!0},e.prototype._complete=function(){var t=this.destination;this.hasValue?(t.next(this.lastValue),t.complete()):t.error(new s.EmptyError)},e}(o.Subscriber)},function(t,e){"use strict";function n(t){return t(this)}e.letProto=n},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.mapTo=r;var s=function(){function t(t){this.value=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.value))},t}(),a=function(t){function e(e,n){t.call(this,e),this.value=n}return i(e,t),e.prototype._next=function(t){this.destination.next(this.value)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(134);e.materialize=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e)}return i(e,t),e.prototype._next=function(t){this.destination.next(s.Notification.createNext(t))},e.prototype._error=function(t){var e=this.destination;e.next(s.Notification.createError(t)),e.complete()},e.prototype._complete=function(){var t=this.destination;t.next(s.Notification.createComplete()),t.complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){var e="function"==typeof t?function(e,n){return t(e,n)>0?e:n}:function(t,e){return t>e?t:e};return this.lift(new i.ReduceOperator(e))}var i=n(266);e.max=r},function(t,e,n){"use strict";function r(t,e,n){return void 0===n&&(n=Number.POSITIVE_INFINITY),this.lift(new u(t,e,n))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(33),s=n(31),a=n(5),c=n(4);e.mergeScan=r;var u=function(){function t(t,e,n){this.project=t,this.seed=e,this.concurrent=n}return t.prototype.call=function(t,e){return e._subscribe(new l(t,this.project,this.seed,this.concurrent))},t}();e.MergeScanOperator=u;var l=function(t){function e(e,n,r,i){t.call(this,e),this.project=n,this.acc=r,this.concurrent=i,this.hasValue=!1,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}return i(e,t),e.prototype._next=function(t){if(this.active0?this._next(e.shift()):0===this.active&&this.hasCompleted&&(this.hasValue===!1&&this.destination.next(this.acc),this.destination.complete())},e}(c.OuterSubscriber);e.MergeScanSubscriber=l},function(t,e,n){"use strict";function r(t){var e="function"==typeof t?function(e,n){return t(e,n)<0?e:n}:function(t,e){return t-1&&(this.count=r-1),this.unsubscribe(),this.isStopped=!1,this.closed=!1,n.subscribe(this)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(21),s=n(33),a=n(31),c=n(4),u=n(5);e.repeatWhen=r;var l=function(){function t(t,e){this.notifier=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.notifier,this.source))},t}(),h=function(t){function e(e,n,r){t.call(this,e),this.notifier=n,this.source=r}return i(e,t),e.prototype.complete=function(){if(!this.isStopped){var e=this.notifications,n=this.retries,r=this.retriesSubscription;if(n)this.notifications=null,this.retriesSubscription=null;else{if(e=new o.Subject,n=s.tryCatch(this.notifier)(e),n===a.errorObject)return t.prototype.complete.call(this);r=u.subscribeToResult(this,n)}this.unsubscribe(),this.closed=!1,this.notifications=e,this.retries=n,this.retriesSubscription=r,e.next()}},e.prototype._unsubscribe=function(){var t=this,e=t.notifications,n=t.retriesSubscription;e&&(e.unsubscribe(),this.notifications=null),n&&(n.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.notifications,a=o.retries,c=o.retriesSubscription;this.notifications=null,this.retries=null,this.retriesSubscription=null,this.unsubscribe(),this.isStopped=!1,this.closed=!1,this.notifications=s,this.retries=a,this.retriesSubscription=c,this.source.subscribe(this)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return void 0===t&&(t=-1),this.lift(new s(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.retry=r;var s=function(){function t(t,e){this.count=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.count,this.source))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.count=n,this.source=r}return i(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this,r=n.source,i=n.count;if(0===i)return t.prototype.error.call(this,e);i>-1&&(this.count=i-1),this.unsubscribe(),this.isStopped=!1,this.closed=!1,r.subscribe(this)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new l(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(21),s=n(33),a=n(31),c=n(4),u=n(5);e.retryWhen=r;var l=function(){function t(t,e){this.notifier=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new h(t,this.notifier,this.source))},t}(),h=function(t){function e(e,n,r){t.call(this,e),this.notifier=n,this.source=r}return i(e,t),e.prototype.error=function(e){if(!this.isStopped){var n=this.errors,r=this.retries,i=this.retriesSubscription;if(r)this.errors=null,this.retriesSubscription=null;else{if(n=new o.Subject,r=s.tryCatch(this.notifier)(n),r===a.errorObject)return t.prototype.error.call(this,a.errorObject.e);i=u.subscribeToResult(this,r)}this.unsubscribe(),this.closed=!1,this.errors=n,this.retries=r,this.retriesSubscription=i,n.next(e)}},e.prototype._unsubscribe=function(){var t=this,e=t.errors,n=t.retriesSubscription;e&&(e.unsubscribe(),this.errors=null),n&&(n.unsubscribe(),this.retriesSubscription=null),this.retries=null},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.errors,a=o.retries,c=o.retriesSubscription;this.errors=null,this.retries=null,this.retriesSubscription=null,this.unsubscribe(),this.isStopped=!1,this.closed=!1,this.errors=s,this.retries=a,this.retriesSubscription=c,this.source.subscribe(this)},e}(c.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.sample=r;var a=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.notifier))},t}(),c=function(t){function e(e,n){t.call(this,e),this.hasValue=!1,this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(t){this.value=t,this.hasValue=!0},e.prototype.notifyNext=function(t,e,n,r,i){this.emitValue()},e.prototype.notifyComplete=function(){this.emitValue()},e.prototype.emitValue=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.value))},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=a.async),this.lift(new c(t,e))}function i(t){var e=t.subscriber,n=t.period;e.notifyNext(),this.schedule(t,n)}var o=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},s=n(3),a=n(45);e.sampleTime=r;var c=function(){function t(t,e){this.period=t,this.scheduler=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.period,this.scheduler))},t}(),u=function(t){function e(e,n,r){t.call(this,e),this.period=n,this.scheduler=r,this.hasValue=!1,this.add(r.schedule(i,n,{subscriber:this,period:n}))}return o(e,t),e.prototype._next=function(t){this.lastValue=t,this.hasValue=!0},e.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))},e}(s.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new s(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.scan=r;var s=function(){function t(t,e){this.accumulator=t,this.seed=e}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.accumulator,this.seed))},t}(),a=function(t){function e(e,n,r){t.call(this,e),this.accumulator=n,this.index=0,this.accumulatorSet=!1,this.seed=r,this.accumulatorSet="undefined"!=typeof r}return i(e,t),Object.defineProperty(e.prototype,"seed",{get:function(){return this._seed},set:function(t){this.accumulatorSet=!0,this._seed=t},enumerable:!0,configurable:!0}),e.prototype._next=function(t){return this.accumulatorSet?this._tryNext(t):(this.seed=t,void this.destination.next(t))},e.prototype._tryNext=function(t){var e,n=this.index++;try{e=this.accumulator(this.seed,t,n)}catch(t){this.destination.error(t)}this.seed=e,this.destination.next(e)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new c(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(33),a=n(31);e.sequenceEqual=r;var c=function(){function t(t,e){this.compareTo=t,this.comparor=e}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.compareTo,this.comparor))},t}();e.SequenceEqualOperator=c;var u=function(t){function e(e,n,r){t.call(this,e),this.compareTo=n,this.comparor=r,this._a=[],this._b=[],this._oneComplete=!1,this.add(n.subscribe(new l(e,this)))}return i(e,t),e.prototype._next=function(t){this._oneComplete&&0===this._b.length?this.emit(!1):(this._a.push(t),this.checkValues())},e.prototype._complete=function(){this._oneComplete?this.emit(0===this._a.length&&0===this._b.length):this._oneComplete=!0},e.prototype.checkValues=function(){for(var t=this,e=t._a,n=t._b,r=t.comparor;e.length>0&&n.length>0;){var i=e.shift(),o=n.shift(),c=!1;r?(c=s.tryCatch(r)(i,o),c===a.errorObject&&this.destination.error(a.errorObject.e)):c=i===o,c||this.emit(!1)}},e.prototype.emit=function(t){var e=this.destination;e.next(t),e.complete()},e.prototype.nextB=function(t){this._oneComplete&&0===this._a.length?this.emit(!1):(this._b.push(t),this.checkValues())},e}(o.Subscriber);e.SequenceEqualSubscriber=u;var l=function(t){function e(e,n){t.call(this,e),this.parent=n}return i(e,t),e.prototype._next=function(t){this.parent.nextB(t)},e.prototype._error=function(t){this.parent.error(t)},e.prototype._complete=function(){this.parent._complete()},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){return new s.Subject}function i(){return o.multicast.call(this,r).refCount()}var o=n(112),s=n(21);e.share=i},function(t,e,n){"use strict";function r(t){return this.lift(new a(t,this))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(188);e.single=r;var a=function(){function t(t,e){this.predicate=t,this.source=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.predicate,this.source))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.predicate=n,this.source=r,this.seenValue=!1,this.index=0}return i(e,t),e.prototype.applySingleValue=function(t){this.seenValue?this.destination.error("Sequence contains more than one element"):(this.seenValue=!0,this.singleValue=t)},e.prototype._next=function(t){var e=this.predicate;this.index++,e?this.tryNext(t):this.applySingleValue(t)},e.prototype.tryNext=function(t){try{var e=this.predicate(t,this.index,this.source);e&&this.applySingleValue(t)}catch(t){this.destination.error(t)}},e.prototype._complete=function(){var t=this.destination;this.index>0?(t.next(this.seenValue?this.singleValue:void 0),t.complete()):t.error(new s.EmptyError)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.skip=r;var s=function(){function t(t){this.total=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.total))},t}(),a=function(t){function e(e,n){t.call(this,e),this.total=n,this.count=0}return i(e,t),e.prototype._next=function(t){++this.count>this.total&&this.destination.next(t)},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new a(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.skipUntil=r;var a=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.notifier))},t}(),c=function(t){function e(e,n){t.call(this,e),this.hasValue=!1,this.isInnerStopped=!1,this.add(s.subscribeToResult(this,n))}return i(e,t),e.prototype._next=function(e){this.hasValue&&t.prototype._next.call(this,e)}, +e.prototype._complete=function(){this.isInnerStopped?t.prototype._complete.call(this):this.unsubscribe()},e.prototype.notifyNext=function(t,e,n,r,i){this.hasValue=!0},e.prototype.notifyComplete=function(){this.isInnerStopped=!0,this.isStopped&&t.prototype._complete.call(this)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new s(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3);e.skipWhile=r;var s=function(){function t(t){this.predicate=t}return t.prototype.call=function(t,e){return e._subscribe(new a(t,this.predicate))},t}(),a=function(t){function e(e,n){t.call(this,e),this.predicate=n,this.skipping=!0,this.index=0}return i(e,t),e.prototype._next=function(t){var e=this.destination;this.skipping&&this.tryCallPredicate(t),this.skipping||e.next(t)},e.prototype.tryCallPredicate=function(t){try{var e=this.predicate(t,this.index++);this.skipping=Boolean(e)}catch(t){this.destination.error(t)}},e}(o.Subscriber)},function(t,e,n){"use strict";function r(){for(var t=[],e=0;e1?a.concatStatic(new i.ArrayObservable(t,n),this):a.concatStatic(new s.EmptyObservable(n),this)}var i=n(73),o=n(261),s=n(87),a=n(263),c=n(88);e.startWith=r},function(t,e,n){"use strict";function r(t,e){return void 0===e&&(e=0),new i.SubscribeOnObservable(this,e,t)}var i=n(929);e.subscribeOn=r},function(t,e,n){"use strict";function r(){return this.lift(new a)}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e._switch=r;var a=function(){function t(){}return t.prototype.call=function(t,e){return e._subscribe(new c(t))},t}(),c=function(t){function e(e){t.call(this,e),this.active=0,this.hasCompleted=!1}return i(e,t),e.prototype._next=function(t){this.unsubscribeInner(),this.active++,this.add(this.innerSubscription=s.subscribeToResult(this,t))},e.prototype._complete=function(){this.hasCompleted=!0,0===this.active&&this.destination.complete()},e.prototype.unsubscribeInner=function(){this.active=this.active>0?this.active-1:0;var t=this.innerSubscription;t&&(t.unsubscribe(),this.remove(t))},e.prototype.notifyNext=function(t,e,n,r,i){this.destination.next(e)},e.prototype.notifyError=function(t){this.destination.error(t)},e.prototype.notifyComplete=function(){this.unsubscribeInner(),this.hasCompleted&&0===this.active&&this.destination.complete()},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.switchMap=r;var a=function(){function t(t,e){this.project=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.project,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.project=n,this.resultSelector=r,this.index=0}return i(e,t),e.prototype._next=function(t){var e,n=this.index++;try{e=this.project(t,n)}catch(t){return void this.destination.error(t)}this._innerSub(e,t,n)},e.prototype._innerSub=function(t,e,n){var r=this.innerSubscription;r&&r.unsubscribe(),this.add(this.innerSubscription=s.subscribeToResult(this,t,e,n))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){this.resultSelector?this._tryNotifyNext(t,e,n,r):this.destination.next(e)},e.prototype._tryNotifyNext=function(t,e,n,r){var i;try{i=this.resultSelector(t,e,n,r)}catch(t){return void this.destination.error(t)}this.destination.next(i)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new a(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(4),s=n(5);e.switchMapTo=r;var a=function(){function t(t,e){this.observable=t,this.resultSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new c(t,this.observable,this.resultSelector))},t}(),c=function(t){function e(e,n,r){t.call(this,e),this.inner=n,this.resultSelector=r,this.index=0}return i(e,t),e.prototype._next=function(t){var e=this.innerSubscription;e&&e.unsubscribe(),this.add(this.innerSubscription=s.subscribeToResult(this,this.inner,t,this.index++))},e.prototype._complete=function(){var e=this.innerSubscription;e&&!e.closed||t.prototype._complete.call(this)},e.prototype._unsubscribe=function(){this.innerSubscription=null},e.prototype.notifyComplete=function(e){this.remove(e),this.innerSubscription=null,this.isStopped&&t.prototype._complete.call(this)},e.prototype.notifyNext=function(t,e,n,r,i){var o=this,s=o.resultSelector,a=o.destination;s?this.tryResultSelector(t,e,n,r):a.next(e)},e.prototype.tryResultSelector=function(t,e,n,r){var i,o=this,s=o.resultSelector,a=o.destination;try{i=s(t,e,n,r)}catch(t){return void a.error(t)}a.next(i)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return 0===t?new a.EmptyObservable:this.lift(new c(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187),a=n(87);e.take=r;var c=function(){function t(t){if(this.total=t,this.total<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.total))},t}(),u=function(t){function e(e,n){t.call(this,e),this.total=n,this.count=0}return i(e,t),e.prototype._next=function(t){var e=this.total;++this.count<=e&&(this.destination.next(t),this.count===e&&(this.destination.complete(),this.unsubscribe()))},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t){return 0===t?new a.EmptyObservable:this.lift(new c(t))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(3),s=n(187),a=n(87);e.takeLast=r;var c=function(){function t(t){if(this.total=t,this.total<0)throw new s.ArgumentOutOfRangeError}return t.prototype.call=function(t,e){return e._subscribe(new u(t,this.total))},t}(),u=function(t){function e(e,n){t.call(this,e),this.total=n,this.ring=new Array,this.count=0}return i(e,t),e.prototype._next=function(t){var e=this.ring,n=this.total,r=this.count++;if(e.length0)for(var n=this.count>=this.total?this.total:this.count,r=this.ring,i=0;i0?this.startWindowEvery:this.windowSize,n=this.destination,r=this.windowSize,i=this.windows,o=i.length,a=0;a=0&&c%e===0&&!this.closed&&i.shift().complete(),++this.count%e===0&&!this.closed){var u=new s.Subject;i.push(u),n.next(u)}},e.prototype._error=function(t){var e=this.windows;if(e)for(;e.length>0&&!this.closed;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){var t=this.windows;if(t)for(;t.length>0&&!this.closed;)t.shift().complete();this.destination.complete()},e.prototype._unsubscribe=function(){this.count=0,this.windows=null},e}(o.Subscriber)},function(t,e,n){"use strict";function r(t,e,n){return void 0===e&&(e=null),void 0===n&&(n=u.async),this.lift(new h(t,e,n))}function i(t){var e=t.subscriber,n=t.windowTimeSpan,r=t.window;r&&r.complete(),t.window=e.openWindow(),this.schedule(t,n)}function o(t){var e=t.windowTimeSpan,n=t.subscriber,r=t.scheduler,i=t.windowCreationInterval,o=n.openWindow(),a=this,c={action:a,subscription:null},u={subscriber:n,window:o,context:c};c.subscription=r.schedule(s,e,u),a.add(c.subscription),a.schedule(t,i)}function s(t){var e=t.subscriber,n=t.window,r=t.context;r&&r.action&&r.subscription&&r.action.remove(r.subscription),e.closeWindow(n)}var a=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},c=n(21),u=n(45),l=n(3);e.windowTime=r;var h=function(){function t(t,e,n){this.windowTimeSpan=t,this.windowCreationInterval=e,this.scheduler=n}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.windowTimeSpan,this.windowCreationInterval,this.scheduler))},t}(),p=function(t){function e(e,n,r,a){if(t.call(this,e),this.destination=e,this.windowTimeSpan=n,this.windowCreationInterval=r,this.scheduler=a,this.windows=[],null!==r&&r>=0){var c=this.openWindow(),u={subscriber:this,window:c,context:null},l={windowTimeSpan:n,windowCreationInterval:r,subscriber:this,scheduler:a};this.add(a.schedule(s,n,u)),this.add(a.schedule(o,r,l))}else{var h=this.openWindow(),p={subscriber:this,window:h,windowTimeSpan:n};this.add(a.schedule(i,n,p))}}return a(e,t),e.prototype._next=function(t){for(var e=this.windows,n=e.length,r=0;r0;)e.shift().error(t);this.destination.error(t)},e.prototype._complete=function(){for(var t=this.windows;t.length>0;){var e=t.shift();e.closed||e.complete()}this.destination.complete()},e.prototype.openWindow=function(){var t=new c.Subject;this.windows.push(t);var e=this.destination;return e.next(t),t},e.prototype.closeWindow=function(t){t.complete();var e=this.windows;e.splice(e.indexOf(t),1)},e}(l.Subscriber)},function(t,e,n){"use strict";function r(t,e){return this.lift(new h(t,e))}var i=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},o=n(21),s=n(30),a=n(33),c=n(31),u=n(4),l=n(5);e.windowToggle=r;var h=function(){function t(t,e){this.openings=t,this.closingSelector=e}return t.prototype.call=function(t,e){return e._subscribe(new p(t,this.openings,this.closingSelector))},t}(),p=function(t){function e(e,n,r){t.call(this,e),this.openings=n,this.closingSelector=r,this.contexts=[],this.add(this.openSubscription=l.subscribeToResult(this,n,n))}return i(e,t),e.prototype._next=function(t){var e=this.contexts;if(e)for(var n=e.length,r=0;r0){var s=o.indexOf(n);s!==-1&&o.splice(s,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=[t].concat(this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(o.OuterSubscriber)},function(t,e,n){"use strict";function r(t){return this.lift(new i.ZipOperator(t))}var i=n(267);e.zipAll=r},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(30),o=function(t){function e(e,n){t.call(this)}return r(e,t),e.prototype.schedule=function(t,e){return void 0===e&&(e=0),this},e}(i.Subscription);e.Action=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(135),o=n(1051),s=function(t){function e(e,n){t.call(this,e,n),this.scheduler=e,this.work=n}return r(e,t),e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=o.AnimationFrame.requestAnimationFrame(e.flush.bind(e,null))))},e.prototype.recycleAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.recycleAsyncId.call(this,e,n,r):void(0===e.actions.length&&(o.AnimationFrame.cancelAnimationFrame(n),e.scheduled=void 0))},e}(i.AsyncAction);e.AnimationFrameAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e.prototype.flush=function(){this.active=!0,this.scheduled=void 0;var t,e=this.actions,n=-1,r=e.length,i=e.shift();do if(t=i.execute(i.state,i.delay))break;while(++n0?t.prototype.requestAsyncId.call(this,e,n,r):(e.actions.push(this),e.scheduled||(e.scheduled=i.Immediate.setImmediate(e.flush.bind(e,null))))},e.prototype.recycleAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.recycleAsyncId.call(this,e,n,r):void(0===e.actions.length&&(i.Immediate.clearImmediate(n),e.scheduled=void 0))},e}(o.AsyncAction);e.AsapAction=s},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e.prototype.flush=function(){this.active=!0,this.scheduled=void 0;var t,e=this.actions,n=-1,r=e.length,i=e.shift();do if(t=i.execute(i.state,i.delay))break;while(++n0?t.prototype.schedule.call(this,e,n):(this.delay=n,this.state=e,this.scheduler.flush(this),this)},e.prototype.execute=function(e,n){return n>0||this.closed?t.prototype.execute.call(this,e,n):this._execute(e,n)},e.prototype.requestAsyncId=function(e,n,r){return void 0===r&&(r=0),null!==r&&r>0?t.prototype.requestAsyncId.call(this,e,n,r):e.flush(this)},e}(i.AsyncAction);e.QueueAction=o},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(136),o=function(t){function e(){t.apply(this,arguments)}return r(e,t),e}(i.AsyncScheduler);e.QueueScheduler=o},function(t,e,n){"use strict";var r=n(1041),i=n(1042);e.animationFrame=new i.AnimationFrameScheduler(r.AnimationFrameAction)},function(t,e,n){"use strict";var r=this&&this.__extends||function(t,e){function n(){this.constructor=t}for(var r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)},i=n(0),o=n(30),s=n(384),a=n(386),c=function(t){function e(e,n){t.call(this,function(t){var e=this,n=e.logSubscribedFrame();return t.add(new o.Subscription(function(){e.logUnsubscribedFrame(n)})),e.scheduleMessages(t),t}),this.messages=e,this.subscriptions=[],this.scheduler=n}return r(e,t),e.prototype.scheduleMessages=function(t){for(var e=this.messages.length,n=0;n0;)e.shift().setup();t.prototype.flush.call(this);for(var n=this.flushTests.filter(function(t){return t.ready});n.length>0;){var r=n.shift();this.assertDeepEqual(r.actual,r.expected)}},e.parseMarblesAsSubscriptions=function(t){if("string"!=typeof t)return new c.SubscriptionLog(Number.POSITIVE_INFINITY);for(var e=t.length,n=-1,r=Number.POSITIVE_INFINITY,i=Number.POSITIVE_INFINITY,o=0;o-1?n:s;break;case"!":if(i!==Number.POSITIVE_INFINITY)throw new Error("found a second subscription point '^' in a subscription marble diagram. There can only be one.");i=n>-1?n:s;break;default:throw new Error("there can only be '^' and '!' markers in a subscription marble diagram. Found instead '"+a+"'.")}}return i<0?new c.SubscriptionLog(r):new c.SubscriptionLog(r,i)},e.parseMarbles=function(t,e,n,r){if(void 0===r&&(r=!1),t.indexOf("!")!==-1)throw new Error('conventional marble diagrams cannot have the unsubscription marker "!"');for(var i=t.length,a=[],c=t.indexOf("^"),u=c===-1?0:c*-this.frameTimeFactor,l="object"!=typeof e?function(t){return t}:function(t){return r&&e[t]instanceof s.ColdObservable?e[t].messages:e[t]},h=-1,p=0;p-1?h:f,notification:_})}return a},e}(u.VirtualTimeScheduler);e.TestScheduler=h},function(t,e,n){"use strict";var r=n(38),i=function(){function t(t){t.requestAnimationFrame?(this.cancelAnimationFrame=t.cancelAnimationFrame.bind(t),this.requestAnimationFrame=t.requestAnimationFrame.bind(t)):t.mozRequestAnimationFrame?(this.cancelAnimationFrame=t.mozCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.mozRequestAnimationFrame.bind(t)):t.webkitRequestAnimationFrame?(this.cancelAnimationFrame=t.webkitCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.webkitRequestAnimationFrame.bind(t)):t.msRequestAnimationFrame?(this.cancelAnimationFrame=t.msCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.msRequestAnimationFrame.bind(t)):t.oRequestAnimationFrame?(this.cancelAnimationFrame=t.oCancelAnimationFrame.bind(t),this.requestAnimationFrame=t.oRequestAnimationFrame.bind(t)):(this.cancelAnimationFrame=t.clearTimeout.bind(t),this.requestAnimationFrame=function(e){return t.setTimeout(e,1e3/60)})}return t}();e.RequestAnimationFrameDefinition=i,e.AnimationFrame=new i(r.root)},function(t,e){"use strict";var n=function(){function t(){this.values={}}return t.prototype.delete=function(t){return this.values[t]=null,!0},t.prototype.set=function(t,e){return this.values[t]=e,this},t.prototype.get=function(t){return this.values[t]},t.prototype.forEach=function(t,e){var n=this.values;for(var r in n)n.hasOwnProperty(r)&&null!==n[r]&&t.call(e,n[r],r)},t.prototype.clear=function(){this.values={}},t}();e.FastMap=n},function(t,e,n){"use strict";var r=n(38),i=function(){function t(t){if(this.root=t,t.setImmediate&&"function"==typeof t.setImmediate)this.setImmediate=t.setImmediate.bind(t),this.clearImmediate=t.clearImmediate.bind(t);else{this.nextHandle=1,this.tasksByHandle={},this.currentlyRunningATask=!1,this.canUseProcessNextTick()?this.setImmediate=this.createProcessNextTickSetImmediate():this.canUsePostMessage()?this.setImmediate=this.createPostMessageSetImmediate():this.canUseMessageChannel()?this.setImmediate=this.createMessageChannelSetImmediate():this.canUseReadyStateChange()?this.setImmediate=this.createReadyStateChangeSetImmediate():this.setImmediate=this.createSetTimeoutSetImmediate();var e=function t(e){delete t.instance.tasksByHandle[e]};e.instance=this,this.clearImmediate=e}}return t.prototype.identify=function(t){return this.root.Object.prototype.toString.call(t)},t.prototype.canUseProcessNextTick=function(){return"[object process]"===this.identify(this.root.process)},t.prototype.canUseMessageChannel=function(){return Boolean(this.root.MessageChannel)},t.prototype.canUseReadyStateChange=function(){var t=this.root.document;return Boolean(t&&"onreadystatechange"in t.createElement("script"))},t.prototype.canUsePostMessage=function(){var t=this.root;if(t.postMessage&&!t.importScripts){var e=!0,n=t.onmessage;return t.onmessage=function(){e=!1},t.postMessage("","*"),t.onmessage=n,e}return!1},t.prototype.partiallyApplied=function(t){for(var e=[],n=1;nt._pos){var o=n.substr(t._pos);if("x-user-defined"===t._charset){for(var s=new r(o.length),a=0;at._pos&&(t.push(new r(new Uint8Array(u.result.slice(t._pos)))),t._pos=u.result.byteLength)},u.onload=function(){t.push(null)},u.readAsArrayBuffer(n)}t._xhr.readyState===c.DONE&&"ms-stream"!==t._mode&&t.push(null)}}).call(e,n(43),n(16).Buffer,n(27))},function(t,e,n){"use strict";function r(t){return this instanceof r?void i.call(this,t):new r(t)}t.exports=r;var i=n(393),o=n(65);o.inherits=n(42),o.inherits(r,i),r.prototype._transform=function(t,e,n){n(null,t)}},function(t,e,n){"use strict";function r(){this.head=null,this.tail=null,this.length=0}var i=(n(16).Buffer,n(233));t.exports=r,r.prototype.push=function(t){var e={data:t,next:null};this.length>0?this.tail.next=e:this.head=e,this.tail=e,++this.length},r.prototype.unshift=function(t){var e={data:t,next:this.head};0===this.length&&(this.tail=e),this.head=e,++this.length},r.prototype.shift=function(){if(0!==this.length){var t=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,t}},r.prototype.clear=function(){this.head=this.tail=null,this.length=0},r.prototype.join=function(t){if(0===this.length)return"";for(var e=this.head,n=""+e.data;e=e.next;)n+=t+e.data;return n},r.prototype.concat=function(t){if(0===this.length)return i.alloc(0);if(1===this.length)return this.head.data;for(var e=i.allocUnsafe(t>>>0),n=this.head,r=0;n;)n.data.copy(e,r),r+=n.data.length,n=n.next;return e}},function(t,e,n){var r=n(649);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(650);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(651);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(652);"string"==typeof r&&(r=[[t.i,r,""]]);n(191)(r,{});r.locals&&(t.exports=r.locals)},function(t,e,n){var r=n(16).Buffer;t.exports=function(t){if(t instanceof Uint8Array){if(0===t.byteOffset&&t.byteLength===t.buffer.byteLength)return t.buffer;if("function"==typeof t.buffer.slice)return t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength)}if(r.isBuffer(t)){for(var e=new Uint8Array(t.length),n=t.length,i=0;i=0;a--)(i=t[a])&&(s=(o<3?i(s):o>3?i(e,n,s):i(e,n))||s);return o>3&&s&&Object.defineProperty(e,n,s),s}function i(t,e){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(t,e)}function o(t,e){return function(n,r){e(n,r,t)}}function s(t,e,n,r){return new(n||(n=Promise))(function(i,o){function s(t){try{c(r.next(t))}catch(t){o(t)}}function a(t){try{c(r.throw(t))}catch(t){o(t)}}function c(t){t.done?i(t.value):new n(function(e){e(t.value)}).then(s,a)}c((r=r.apply(t,e)).next())})}!function(t){t.__assign=t&&t.__assign||Object.assign||e,t.__extends=t&&t.__extends||n,t.__decorate=t&&t.__decorate||r,t.__metadata=t&&t.__metadata||i,t.__param=t&&t.__param||o,t.__awaiter=t&&t.__awaiter||s}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope?self:"undefined"!=typeof t?t:Function("return this;")())}).call(e,n(27))},function(t,e){"use strict";t.exports={isString:function(t){return"string"==typeof t},isObject:function(t){return"object"==typeof t&&null!==t},isNull:function(t){return null===t},isNullOrUndefined:function(t){return null==t}}},function(t,e){t.exports=function(t){return t&&"object"==typeof t&&"function"==typeof t.copy&&"function"==typeof t.fill&&"function"==typeof t.readUInt8}},function(t,e,n){(function(t,r){function i(t,n){var r={seen:[],stylize:s};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),d(n)?r.showHidden=n:n&&e._extend(r,n),w(r.showHidden)&&(r.showHidden=!1),w(r.depth)&&(r.depth=2),w(r.colors)&&(r.colors=!1),w(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=o),c(r,t,r.depth)}function o(t,e){var n=i.styles[e];return n?"["+i.colors[n][0]+"m"+t+"["+i.colors[n][1]+"m":t}function s(t,e){return t}function a(t){var e={};return t.forEach(function(t,n){e[t]=!0}),e}function c(t,n,r){if(t.customInspect&&n&&T(n.inspect)&&n.inspect!==e.inspect&&(!n.constructor||n.constructor.prototype!==n)){var i=n.inspect(r,t);return v(i)||(i=c(t,i,r)),i}var o=u(t,n);if(o)return o;var s=Object.keys(n),d=a(s);if(t.showHidden&&(s=Object.getOwnPropertyNames(n)),k(n)&&(s.indexOf("message")>=0||s.indexOf("description")>=0))return l(n);if(0===s.length){if(T(n)){var y=n.name?": "+n.name:"";return t.stylize("[Function"+y+"]","special")}if(x(n))return t.stylize(RegExp.prototype.toString.call(n),"regexp");if(C(n))return t.stylize(Date.prototype.toString.call(n),"date");if(k(n))return l(n)}var m="",g=!1,b=["{","}"];if(_(n)&&(g=!0,b=["[","]"]),T(n)){var w=n.name?": "+n.name:"";m=" [Function"+w+"]"}if(x(n)&&(m=" "+RegExp.prototype.toString.call(n)),C(n)&&(m=" "+Date.prototype.toUTCString.call(n)),k(n)&&(m=" "+l(n)),0===s.length&&(!g||0==n.length))return b[0]+m+b[1];if(r<0)return x(n)?t.stylize(RegExp.prototype.toString.call(n),"regexp"):t.stylize("[Object]","special");t.seen.push(n);var I;return I=g?h(t,n,r,d,s):s.map(function(e){return p(t,n,r,d,e,g)}),t.seen.pop(),f(I,m,b)}function u(t,e){if(w(e))return t.stylize("undefined","undefined");if(v(e)){var n="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(n,"string")}return g(e)?t.stylize(""+e,"number"):d(e)?t.stylize(""+e,"boolean"):y(e)?t.stylize("null","null"):void 0}function l(t){return"["+Error.prototype.toString.call(t)+"]"}function h(t,e,n,r,i){for(var o=[],s=0,a=e.length;s-1&&(a=o?a.split("\n").map(function(t){return" "+t}).join("\n").substr(2):"\n"+a.split("\n").map(function(t){return" "+t}).join("\n"))):a=t.stylize("[Circular]","special")),w(s)){if(o&&i.match(/^\d+$/))return a;s=JSON.stringify(""+i),s.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(s=s.substr(1,s.length-2),s=t.stylize(s,"name")):(s=s.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),s=t.stylize(s,"string"))}return s+": "+a}function f(t,e,n){var r=0,i=t.reduce(function(t,e){return r++,e.indexOf("\n")>=0&&r++,t+e.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?n[0]+(""===e?"":e+"\n ")+" "+t.join(",\n ")+" "+n[1]:n[0]+e+" "+t.join(", ")+" "+n[1]}function _(t){return Array.isArray(t)}function d(t){return"boolean"==typeof t}function y(t){return null===t}function m(t){return null==t}function g(t){return"number"==typeof t}function v(t){return"string"==typeof t}function b(t){return"symbol"==typeof t}function w(t){return void 0===t}function x(t){return I(t)&&"[object RegExp]"===S(t)}function I(t){return"object"==typeof t&&null!==t}function C(t){return I(t)&&"[object Date]"===S(t)}function k(t){return I(t)&&("[object Error]"===S(t)||t instanceof Error)}function T(t){return"function"==typeof t}function E(t){return null===t||"boolean"==typeof t||"number"==typeof t||"string"==typeof t||"symbol"==typeof t||"undefined"==typeof t}function S(t){return Object.prototype.toString.call(t)}function O(t){return t<10?"0"+t.toString(10):t.toString(10)}function R(){var t=new Date,e=[O(t.getHours()),O(t.getMinutes()),O(t.getSeconds())].join(":");return[t.getDate(),D[t.getMonth()],e].join(" ")}function A(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var N=/%[sdj%]/g;e.format=function(t){if(!v(t)){for(var e=[],n=0;n=o)return t;switch(t){case"%s":return String(r[n++]);case"%d":return Number(r[n++]);case"%j":try{return JSON.stringify(r[n++])}catch(t){return"[Circular]"}default:return t}}),a=r[n];n=0;n--)"function"==typeof t[n]&&(t[n]=Zone.current.wrap(t[n],e+"_"+n));return t}function r(t,e){for(var r=t.constructor.name,i=function(i){var o=e[i],s=t[o];s&&(t[o]=function(t){return function(){return t.apply(this,n(arguments,r+"."+o))}}(s))},o=0;o1?new e(t,n):new e(t),s=Object.getOwnPropertyDescriptor(i,"onmessage");return s&&s.configurable===!1?(r=Object.create(i),["addEventListener","removeEventListener","send","close"].forEach(function(t){r[t]=function(){return i[t].apply(i,arguments)}})):r=i,o(r,["close","error","message","open"]),r};for(var n in e)t.WebSocket[n]=e[n]}function x(t){if(!R){var e="undefined"!=typeof WebSocket;I()?(A&&o(HTMLElement.prototype,W),o(XMLHttpRequest.prototype,null),"undefined"!=typeof IDBIndex&&(o(IDBIndex.prototype,null),o(IDBRequest.prototype,null),o(IDBOpenDBRequest.prototype,null),o(IDBDatabase.prototype,null),o(IDBTransaction.prototype,null),o(IDBCursor.prototype,null)),e&&o(WebSocket.prototype,null)):(C(),h("XMLHttpRequest"),e&&w(t))}}function I(){if(A&&!Object.getOwnPropertyDescriptor(HTMLElement.prototype,"onclick")&&"undefined"!=typeof Element){var t=Object.getOwnPropertyDescriptor(Element.prototype,"onclick");if(t&&!t.configurable)return!1}Object.defineProperty(XMLHttpRequest.prototype,"onreadystatechange",{get:function(){return!0}});var e=new XMLHttpRequest,n=!!e.onreadystatechange;return Object.defineProperty(XMLHttpRequest.prototype,"onreadystatechange",{}),n}function C(){for(var t=function(t){var e=W[t],n="on"+e;document.addEventListener(e,function(t){var e,r,i=t.target;for(r=i?i.constructor.name+"."+n:"unknown."+n;i;)i[n]&&!i[n][Y]&&(e=Zone.current.wrap(i[n],r),e[Y]=i[n],i[n]=e),i=i.parentElement},!0)},e=0;e",this._properties=e&&e.properties||{},this._zoneDelegate=new d(this,this._parent&&this._parent._zoneDelegate,e)}return n.assertZonePatched=function(){if(t.Promise!==P)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")},Object.defineProperty(n,"current",{get:function(){return b},enumerable:!0,configurable:!0}),Object.defineProperty(n,"currentTask",{get:function(){return w},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"parent",{get:function(){return this._parent},enumerable:!0,configurable:!0}),Object.defineProperty(n.prototype,"name",{get:function(){return this._name},enumerable:!0,configurable:!0}),n.prototype.get=function(t){var e=this.getZoneWith(t);if(e)return e._properties[t]},n.prototype.getZoneWith=function(t){for(var e=this;e;){if(e._properties.hasOwnProperty(t))return e;e=e._parent}return null},n.prototype.fork=function(t){if(!t)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,t)},n.prototype.wrap=function(t,e){if("function"!=typeof t)throw new Error("Expecting function got: "+t);var n=this._zoneDelegate.intercept(this,t,e),r=this;return function(){return r.runGuarded(n,this,arguments,e)}},n.prototype.run=function(t,e,n,r){void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null);var i=b;b=this;try{return this._zoneDelegate.invoke(this,t,e,n,r)}finally{b=i}},n.prototype.runGuarded=function(t,e,n,r){void 0===e&&(e=null),void 0===n&&(n=null),void 0===r&&(r=null);var i=b;b=this;try{try{return this._zoneDelegate.invoke(this,t,e,n,r)}catch(t){if(this._zoneDelegate.handleError(this,t))throw t}}finally{b=i}},n.prototype.runTask=function(t,e,n){if(t.runCount++,t.zone!=this)throw new Error("A task can only be run in the zone which created it! (Creation: "+t.zone.name+"; Execution: "+this.name+")");var r=w;w=t;var i=b;b=this;try{"macroTask"==t.type&&t.data&&!t.data.isPeriodic&&(t.cancelFn=null);try{return this._zoneDelegate.invokeTask(this,t,e,n)}catch(t){if(this._zoneDelegate.handleError(this,t))throw t}}finally{b=i,w=r}},n.prototype.scheduleMicroTask=function(t,e,n,r){return this._zoneDelegate.scheduleTask(this,new y("microTask",this,t,e,n,r,null))},n.prototype.scheduleMacroTask=function(t,e,n,r,i){return this._zoneDelegate.scheduleTask(this,new y("macroTask",this,t,e,n,r,i))},n.prototype.scheduleEventTask=function(t,e,n,r,i){return this._zoneDelegate.scheduleTask(this,new y("eventTask",this,t,e,n,r,i))},n.prototype.cancelTask=function(t){var e=this._zoneDelegate.cancelTask(this,t);return t.runCount=-1,t.cancelFn=null,e},n.__symbol__=e,n}(),d=function(){function t(t,e,n){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=t,this._parentDelegate=e,this._forkZS=n&&(n&&n.onFork?n:e._forkZS),this._forkDlgt=n&&(n.onFork?e:e._forkDlgt),this._interceptZS=n&&(n.onIntercept?n:e._interceptZS),this._interceptDlgt=n&&(n.onIntercept?e:e._interceptDlgt),this._invokeZS=n&&(n.onInvoke?n:e._invokeZS),this._invokeDlgt=n&&(n.onInvoke?e:e._invokeDlgt),this._handleErrorZS=n&&(n.onHandleError?n:e._handleErrorZS),this._handleErrorDlgt=n&&(n.onHandleError?e:e._handleErrorDlgt),this._scheduleTaskZS=n&&(n.onScheduleTask?n:e._scheduleTaskZS),this._scheduleTaskDlgt=n&&(n.onScheduleTask?e:e._scheduleTaskDlgt),this._invokeTaskZS=n&&(n.onInvokeTask?n:e._invokeTaskZS),this._invokeTaskDlgt=n&&(n.onInvokeTask?e:e._invokeTaskDlgt),this._cancelTaskZS=n&&(n.onCancelTask?n:e._cancelTaskZS),this._cancelTaskDlgt=n&&(n.onCancelTask?e:e._cancelTaskDlgt),this._hasTaskZS=n&&(n.onHasTask?n:e._hasTaskZS),this._hasTaskDlgt=n&&(n.onHasTask?e:e._hasTaskDlgt)}return t.prototype.fork=function(t,e){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,t,e):new _(t,e)},t.prototype.intercept=function(t,e,n){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this.zone,t,e,n):e},t.prototype.invoke=function(t,e,n,r,i){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this.zone,t,e,n,r,i):e.apply(n,r)},t.prototype.handleError=function(t,e){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this.zone,t,e)},t.prototype.scheduleTask=function(t,e){try{if(this._scheduleTaskZS)return this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this.zone,t,e);if(e.scheduleFn)e.scheduleFn(e);else{if("microTask"!=e.type)throw new Error("Task is missing scheduleFn.");r(e)}return e}finally{t==this.zone&&this._updateTaskCount(e.type,1)}},t.prototype.invokeTask=function(t,e,n,r){try{return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this.zone,t,e,n,r):e.callback.apply(n,r)}finally{t!=this.zone||"eventTask"==e.type||e.data&&e.data.isPeriodic||this._updateTaskCount(e.type,-1)}},t.prototype.cancelTask=function(t,e){var n;if(this._cancelTaskZS)n=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this.zone,t,e);else{if(!e.cancelFn)throw new Error("Task does not support cancellation, or is already canceled.");n=e.cancelFn(e)}return t==this.zone&&this._updateTaskCount(e.type,-1),n},t.prototype.hasTask=function(t,e){return this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this.zone,t,e)},t.prototype._updateTaskCount=function(t,e){var n=this._taskCounts,r=n[t],i=n[t]=r+e;if(i<0)throw new Error("More tasks executed then were scheduled.");if(0==r||0==i){var o={microTask:n.microTask>0,macroTask:n.macroTask>0,eventTask:n.eventTask>0,change:t};try{this.hasTask(this.zone,o)}finally{this._parentDelegate&&this._parentDelegate._updateTaskCount(t,e)}}},t}(),y=function(){function t(t,e,n,r,i,s,a){this.runCount=0,this.type=t,this.zone=e,this.source=n,this.data=i,this.scheduleFn=s,this.cancelFn=a,this.callback=r;var c=this;this.invoke=function(){k++;try{return e.runTask(c,this,arguments)}finally{1==k&&o(),k--}}}return t.prototype.toString=function(){return this.data&&"undefined"!=typeof this.data.handleId?this.data.handleId:this.toString()},t}(),m=e("setTimeout"),g=e("Promise"),v=e("then"),b=new _(null,null),w=null,x=[],I=!1,C=[],k=0,T=e("state"),E=e("value"),S="Promise.then",O=null,R=!0,A=!1,N=0,P=function(){function t(e){var n=this;if(!(n instanceof t))throw new Error("Must be an instanceof Promise.");n[T]=O,n[E]=[];try{e&&e(u(n,R),u(n,A))}catch(t){l(n,!1,t)}}return t.resolve=function(t){return l(new this(null),R,t)},t.reject=function(t){return l(new this(null),A,t)},t.race=function(t){function e(t){o&&(o=r(t))}function n(t){o&&(o=i(t))}for(var r,i,o=new this(function(t,e){r=t,i=e}),a=0,c=t;a Date: Thu, 1 Dec 2016 12:14:53 +0000 Subject: [PATCH 26/48] Add full documentation for APIs and SDKs Signed-off-by: Ben Firshman --- _data/toc.yaml | 8 +- engine/api/client-libraries.md | 131 -------- engine/api/getting-started.md | 547 +++++++++++++++++++++++++++++++++ engine/api/index.md | 109 +++++++ engine/api/sdks.md | 61 ++++ engine/api/v1.25/index.html | 4 - 6 files changed, 723 insertions(+), 137 deletions(-) delete mode 100644 engine/api/client-libraries.md create mode 100644 engine/api/getting-started.md create mode 100644 engine/api/index.md create mode 100644 engine/api/sdks.md diff --git a/_data/toc.yaml b/_data/toc.yaml index aeb6911a355..4711c4a6b3e 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -479,10 +479,14 @@ toc: title: wait - sectiontitle: Engine API section: + - path: /engine/api/ + title: Overview + - path: /engine/api/getting-started/ + title: Getting started + - path: /engine/api/sdks/ + title: SDKs - path: /engine/api/v1.25/ title: Reference - - path: /engine/api/client-libraries/ - title: Client libraries - sectiontitle: Version history section: - path: /engine/api/version-history/ diff --git a/engine/api/client-libraries.md b/engine/api/client-libraries.md deleted file mode 100644 index e58a3948c25..00000000000 --- a/engine/api/client-libraries.md +++ /dev/null @@ -1,131 +0,0 @@ ---- -redirect_from: - - /engine/reference/api/remote_api_client_libraries/ - - /reference/api/remote_api_client_libraries/ -description: Various client libraries available to use with the Docker Engine API -keywords: -- API, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala -title: Engine API client libraries ---- - -These libraries make it easier to build applications on top of the Docker -Engine with various programming languages. They have not been tested by the -Docker maintainers for compatibility, so if you run into any issues, file them -with the library maintainers. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Language/FrameworkNameRepository
    C#Docker.DotNethttps://github.com/ahmetalpbalkan/Docker.DotNet
    C++lasote/docker_clienthttps://github.com/lasote/docker_client
    Erlangerldockerhttps://github.com/proger/erldocker
    Dartbwu_dockerhttps://github.com/bwu-dart/bwu_docker
    GoDocker Go clienthttps://godoc.org/github.com/docker/docker/client
    Gradlegradle-docker-pluginhttps://github.com/gesellix/gradle-docker-plugin
    Groovydocker-clienthttps://github.com/gesellix/docker-client
    Haskelldocker-hshttps://github.com/denibertovic/docker-hs
    HTML (Web Components)docker-elementshttps://github.com/kapalhq/docker-elements
    Javadocker-javahttps://github.com/docker-java/docker-java
    Javadocker-clienthttps://github.com/spotify/docker-client
    NodeJSdockerodehttps://github.com/apocas/dockerode
    PerlEixo::Dockerhttps://github.com/alambike/eixo-docker
    PHPDocker-PHPhttps://github.com/docker-php/docker-php
    Pythondocker-pyhttps://github.com/docker/docker-py
    Rubydocker-apihttps://github.com/swipely/docker-api
    Rustdocker-rusthttps://github.com/abh1nav/docker-rust
    Rustshiplifthttps://github.com/softprops/shiplift
    Scalatugboathttps://github.com/softprops/tugboat
    Scalareactive-dockerhttps://github.com/almoehi/reactive-docker
    diff --git a/engine/api/getting-started.md b/engine/api/getting-started.md new file mode 100644 index 00000000000..80ff41cda42 --- /dev/null +++ b/engine/api/getting-started.md @@ -0,0 +1,547 @@ +--- +title: Getting started with the Engine API +--- + +To try out the Docker Engine API in development, [you first need to install Docker](https://docs.docker.com/engine/installation/). + +Next, you need to install an SDK for the language you are using. There are official ones available for Python and Go, and a number of community maintained libraries for other languages. [Head to the SDKs page to find and install them.](sdks.md) + +## Running a container + +The most basic thing you can do with Docker is running a container. On the command line, you would use the `docker run` command, but this is just as easy to do from your own apps too. + +This is the equivalent of doing `docker run alpine echo hello world`: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +print client.containers.run("alpine", ["echo", "hello", "world"]) +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "io" + "os" + + "github.com/docker/engine-api/client" + "github.com/docker/engine-api/types" + "github.com/docker/engine-api/types/container" + "golang.org/x/net/context" +) + +func main() { + ctx := context.Background() + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + _, err = cli.ImagePull(ctx, "alpine", types.ImagePullOptions{}) + if err != nil { + panic(err) + } + + resp, err := cli.ContainerCreate(ctx, &container.Config{ + Image: "alpine", + Cmd: []string{"echo", "hello world"}, + }, nil, nil, "") + if err != nil { + panic(err) + } + + if err := cli.ContainerStart(ctx, resp.ID, types.ContainerStartOptions{}); err != nil { + panic(err) + } + + if _, err = cli.ContainerWait(ctx, resp.ID); err != nil { + panic(err) + } + + out, err := cli.ContainerLogs(ctx, resp.ID, types.ContainerLogsOptions{ShowStdout: true}) + if err != nil { + panic(err) + } + + io.Copy(os.Stdout, out) +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ curl --unix-socket /var/run/docker.sock -H "Content-Type: application/json" \ + -d '{"Image": "alpine", "Cmd": ["echo", "hello world"]}' \ + -X POST http:/v1.24/containers/create +{"Id":"1c6594faf5","Warnings":null} + +$ curl --unix-socket /var/run/docker.sock -X POST http:/v1.24/containers/1c6594faf5/start + +$ curl --unix-socket /var/run/docker.sock -X POST http:/v1.24/containers/1c6594faf5/wait +{"StatusCode":0} + +$ curl --unix-socket /var/run/docker.sock "http:/v1.24/containers/1c6594faf5/logs?stdout=1" +hello world +{% endhighlight %} +
    +
    + +You can also run containers in the background, the equivalent of `docker run -d bfirsh/reticulate-splines`: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +container = client.containers.run("bfirsh/reticulate-splines", detach=True) +print container.id +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "fmt" + "io" + "os" + + "github.com/docker/docker/api/types" + "github.com/docker/docker/api/types/container" + "github.com/docker/docker/client" + "golang.org/x/net/context" +) + +func main() { + ctx := context.Background() + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + imageName := "bfirsh/reticulate-splines" + + out, err := cli.ImagePull(ctx, imageName, types.ImagePullOptions{}) + if err != nil { + panic(err) + } + io.Copy(os.Stdout, out) + + resp, err := cli.ContainerCreate(ctx, &container.Config{ + Image: imageName, + }, nil, nil, "") + if err != nil { + panic(err) + } + + if err := cli.ContainerStart(ctx, resp.ID, types.ContainerStartOptions{}); err != nil { + panic(err) + } + + fmt.Println(resp.ID) +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ curl --unix-socket /var/run/docker.sock -H "Content-Type: application/json" \ + -d '{"Image": "bfirsh/reticulate-splines"}' \ + -X POST http:/v1.24/containers/create +{"Id":"1c6594faf5","Warnings":null} + +$ curl --unix-socket /var/run/docker.sock -X POST http:/v1.24/containers/1c6594faf5/start +{% endhighlight %} +
    +
    + +## Listing and managing containers + +Like `docker ps`, we can use the API to list containers that are running: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +for container in client.containers.list(): + print container.id +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "context" + "fmt" + + "github.com/docker/docker/api/types" + "github.com/docker/docker/client" +) + +func main() { + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + containers, err := cli.ContainerList(context.Background(), types.ContainerListOptions{}) + if err != nil { + panic(err) + } + + for _, container := range containers { + fmt.Println(container.ID) + } +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ curl --unix-socket /var/run/docker.sock http:/v1.24/containers/json +[{ + "Id":"ae63e8b89a26f01f6b4b2c9a7817c31a1b6196acf560f66586fbc8809ffcd772", + "Names":["/tender_wing"], + "Image":"bfirsh/reticulate-splines", + ... +}] + +{% endhighlight %} +
    +
    + +Now we know what containers exist, we can perform operations on them. For example, we can stop all running containers: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +for container in client.containers.list(): + container.stop() +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "context" + + "github.com/docker/docker/api/types" + "github.com/docker/docker/client" +) + +func main() { + ctx := context.Background() + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + containers, err := cli.ContainerList(ctx, types.ContainerListOptions{}) + if err != nil { + panic(err) + } + + for _, container := range containers { + if err := cli.ContainerStop(ctx, container.ID, nil); err != nil { + panic(err) + } + } +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ curl --unix-socket /var/run/docker.sock http:/v1.24/containers/json +[{ + "Id":"ae63e8b89a26f01f6b4b2c9a7817c31a1b6196acf560f66586fbc8809ffcd772", + "Names":["/tender_wing"], + "Image":"bfirsh/reticulate-splines", + ... +}] + +$ curl --unix-socket /var/run/docker.sock \ + -X POST http:/v1.24/containers/ae63e8b89a26/stop + +{% endhighlight %} +
    +
    + +We can also perform actions on individual containers. For example, to print the logs of a container given its ID: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +container = client.containers.get('f1064a8a4c82') +print container.logs() +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "context" + "io" + "os" + + "github.com/docker/docker/api/types" + "github.com/docker/docker/client" +) + +func main() { + ctx := context.Background() + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + options := types.ContainerLogsOptions{ShowStdout: true} + out, err := cli.ContainerLogs(ctx, "f1064a8a4c82", options) + if err != nil { + panic(err) + } + + io.Copy(os.Stdout, out) +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ curl --unix-socket /var/run/docker.sock "http:/v1.24/containers/ca5f55cdb/logs?stdout=1" +Reticulating spline 1... +Reticulating spline 2... +Reticulating spline 3... +Reticulating spline 4... +Reticulating spline 5... +{% endhighlight %} +
    +
    + +## Managing images + +Images are the basis of containers, and can be managed in a similar way. You can list the images on your Engine, similar to `docker images`: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +for image in client.images.list(): + print image.id +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "context" + "fmt" + + "github.com/docker/docker/api/types" + "github.com/docker/docker/client" +) + +func main() { + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + images, err := cli.ImageList(context.Background(), types.ImageListOptions{}) + if err != nil { + panic(err) + } + + for _, image := range images { + fmt.Println(image.ID) + } +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ curl --unix-socket /var/run/docker.sock http:/v1.24/images/json +[{ + "Id":"sha256:31d9a31e1dd803470c5a151b8919ef1988ac3efd44281ac59d43ad623f275dcd", + "ParentId":"sha256:ee4603260daafe1a8c2f3b78fd760922918ab2441cbb2853ed5c439e59c52f96", + ... +}] +{% endhighlight %} +
    +
    + +You can pull images, like `docker pull`: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +image = client.images.pull("alpine") +print image.id +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "io" + "os" + + "github.com/docker/docker/api/types" + "github.com/docker/docker/client" + "golang.org/x/net/context" +) + +func main() { + ctx := context.Background() + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + out, err := cli.ImagePull(ctx, "alpine", types.ImagePullOptions{}) + if err != nil { + panic(err) + } + + io.Copy(os.Stdout, out) +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ curl --unix-socket /var/run/docker.sock \ + -X POST "http:/v1.24/images/create?fromImage=alpine" +{"status":"Pulling from library/alpine","id":"3.1"} +{"status":"Pulling fs layer","progressDetail":{},"id":"8f13703509f7"} +{"status":"Downloading","progressDetail":{"current":32768,"total":2244027},"progress":"[\u003e ] 32.77 kB/2.244 MB","id":"8f13703509f7"} +... +{% endhighlight %} +
    +
    + +And commit containers to create images from their contents: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +container = client.run("alpine", ["touch", "/helloworld"], detached=True) +container.wait() +image = container.commit("helloworld") +print image.id +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "fmt" + + "github.com/docker/docker/api/types" + "github.com/docker/docker/api/types/container" + "github.com/docker/docker/client" + "golang.org/x/net/context" +) + +func main() { + ctx := context.Background() + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + createResp, err := cli.ContainerCreate(ctx, &container.Config{ + Image: "alpine", + Cmd: []string{"touch", "/helloworld"}, + }, nil, nil, "") + if err != nil { + panic(err) + } + + if err := cli.ContainerStart(ctx, createResp.ID, types.ContainerStartOptions{}); err != nil { + panic(err) + } + + if _, err = cli.ContainerWait(ctx, createResp.ID); err != nil { + panic(err) + } + + commitResp, err := cli.ContainerCommit(ctx, createResp.ID, types.ContainerCommitOptions{Reference: "helloworld"}) + if err != nil { + panic(err) + } + + fmt.Println(commitResp.ID) +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ docker run -d alpine touch /helloworld +0888269a9d584f0fa8fc96b3c0d8d57969ceea3a64acf47cd34eebb4744dbc52 +$ curl --unix-socket /var/run/docker.sock\ + -X POST "http:/v1.24/commit?container=0888269a9d&repo=helloworld" +{"Id":"sha256:6c86a5cd4b87f2771648ce619e319f3e508394b5bfc2cdbd2d60f59d52acda6c"} +{% endhighlight %} +
    +
    + +## What next? + + - [Full documentation for the Python SDK.](https://docker-py.readthedocs.io) + - [Full documentation for the Go SDK.](https://godoc.org/github.com/docker/docker/client) + - [Full documentation for the HTTP API.](/engine/api/v1.25/) diff --git a/engine/api/index.md b/engine/api/index.md new file mode 100644 index 00000000000..693d57c4f3c --- /dev/null +++ b/engine/api/index.md @@ -0,0 +1,109 @@ +--- +title: Docker Engine API and SDKs +redirect_from: + - /engine/reference/api/ + - /engine/reference/api/docker_remote_api/ + - /reference/api/ + - /reference/api/docker_remote_api/ +--- + +# Docker Engine API and SDKs + +The Engine API is the API served by Docker Engine. It allows you to control every aspect of Docker from within your own applications. You to build tools to manage and monitor applications running on Docker, and even use it to build apps on Docker itself. + +It is the API the Docker client uses to communicate with the Engine, so everything the Docker client can do can be done with the API. For example: + +* Running and managing containers +* Managing Swarm nodes and services +* Reading logs and metrics +* Creating and managing Swarms +* Pulling and managing images +* Managing networks and volumes + +The API can be accessed with any HTTP client, but we also provide [SDKs](sdks.md) in Python and Go to make it easier to use from programming languages. + +As an example, the `docker run` command can be easily implemented in various programming languages and by hitting the API directly with `curl`: + +
    +
    Python
    +
    Go
    +
    curl
    +
    +
    +
    +{% highlight python %} +import docker +client = docker.from_env() +print client.containers.run("alpine", ["echo", "hello", "world"]) +{% endhighlight %} +
    +
    +{% highlight go %} +package main + +import ( + "io" + "os" + + "github.com/docker/docker/client" + "github.com/docker/docker/api/types" + "github.com/docker/docker/api/types/container" + "golang.org/x/net/context" +) + +func main() { + ctx := context.Background() + cli, err := client.NewEnvClient() + if err != nil { + panic(err) + } + + _, err = cli.ImagePull(ctx, "alpine", types.ImagePullOptions{}) + if err != nil { + panic(err) + } + + resp, err := cli.ContainerCreate(ctx, &container.Config{ + Image: "alpine", + Cmd: []string{"echo", "hello world"}, + }, nil, nil, "") + if err != nil { + panic(err) + } + + if err := cli.ContainerStart(ctx, resp.ID, types.ContainerStartOptions{}); err != nil { + panic(err) + } + + if _, err = cli.ContainerWait(ctx, resp.ID); err != nil { + panic(err) + } + + out, err := cli.ContainerLogs(ctx, resp.ID, types.ContainerLogsOptions{ShowStdout: true}) + if err != nil { + panic(err) + } + + io.Copy(os.Stdout, out) +} +{% endhighlight %} +
    +
    +{% highlight bash %} +$ curl --unix-socket /var/run/docker.sock -H "Content-Type: application/json" \ + -d '{"Image": "alpine", "Cmd": ["echo", "hello world"]}' \ + -X POST http:/v1.24/containers/create +{"Id":"1c6594faf5","Warnings":null} + +$ curl --unix-socket /var/run/docker.sock -X POST http:/v1.24/containers/1c6594faf5/start + +$ curl --unix-socket /var/run/docker.sock -X POST http:/v1.24/containers/1c6594faf5/wait +{"StatusCode":0} + +$ curl --unix-socket /var/run/docker.sock "http:/v1.24/containers/1c6594faf5/logs?stdout=1" +hello world +{% endhighlight %} +
    +
    + +To learn more, take a look at the [getting started guide](getting-started.md) diff --git a/engine/api/sdks.md b/engine/api/sdks.md new file mode 100644 index 00000000000..642e6f1fafa --- /dev/null +++ b/engine/api/sdks.md @@ -0,0 +1,61 @@ +--- +title: SDKs for Docker Engine API +description: Client libraries for the Docker Engine API. +keywords: +- API, SDK, library, Docker, index, registry, REST, documentation, clients, C#, Erlang, Go, Groovy, Java, JavaScript, Perl, PHP, Python, Ruby, Rust, Scala +redirect_from: + - /engine/api/client-libraries/ + - /engine/reference/api/remote_api_client_libraries/ + - /reference/api/remote_api_client_libraries/ +--- + +The Docker SDKs allow you to build applications that can control and manage the Docker Engine. They are interfaces for the [Docker Engine API](index.md), but also contain a number of tools to make it easier to work with the API. + +There are official libraries available in Python and Go, and there are a number of community supported libraries for other languages. + +## Python + +The Docker SDK for Python is available on the Python Package Index (PyPI), and can be installed with PIP: + + $ pip install docker + +To see how to start using it, [head to the getting started guide](getting-started.md). + +For a full reference, see the [Docker SDK for Python documentation](https://docker-py.readthedocs.io). + +## Go + +The Docker SDK for Go is a package inside the Docker Engine repository. To use it, you import it: + +{% highlight go %} +import "github.com/docker/docker/client" +{% endhighlight %} + +To see how to start using it, [head to the getting started guide](getting-started.md). + +[A full reference is available on GoDoc.](https://godoc.org/github.com/docker/docker/client) + +## Other languages + +There a number of community supported libraries available for other languages. They have not been tested by the Docker maintainers for compatibility, so if you run into any issues, file them with the library maintainers. + +| Language | Library | +| ------------- |---------| +| C# | [Docker.DotNet](https://github.com/ahmetalpbalkan/Docker.DotNet) | +| C++ | [lasote/docker_client](https://github.com/lasote/docker_client) | +| Dart | [bwu_docker](https://github.com/bwu-dart/bwu_docker) | +| Erlang | [erldocker](https://github.com/proger/erldocker) | +| Gradle | [gradle-docker-plugin](https://github.com/gesellix/gradle-docker-plugin) | +| Groovy | [docker-client](https://github.com/gesellix/docker-client) | +| Haskell | [docker-hs](https://github.com/denibertovic/docker-hs) | +| HTML (Web Components) | [docker-elements](https://github.com/kapalhq/docker-elements) | +| Java | [docker-client](https://github.com/spotify/docker-client) | +| Java | [docker-java](https://github.com/docker-java/docker-java) | +| NodeJS | [dockerode](https://github.com/apocas/dockerode) | +| Perl | [Eixo::Docker](https://github.com/alambike/eixo-docker) | +| PHP | [Docker-PHP](https://github.com/docker-php/docker-php) | +| Ruby | [docker-api](https://github.com/swipely/docker-api) | +| Rust | [docker-rust](https://github.com/abh1nav/docker-rust) | +| Rust | [shiplist](https://github.com/softprops/shiplift) | +| Scala | [tugboat](https://github.com/softprops/tugboat) | +| Scala | [reactive-docker](https://github.com/almoehi/reactive-docker) | diff --git a/engine/api/v1.25/index.html b/engine/api/v1.25/index.html index 249a4cdff34..1f9140fd46c 100644 --- a/engine/api/v1.25/index.html +++ b/engine/api/v1.25/index.html @@ -1,11 +1,7 @@ --- layout: null redirect_from: - - /engine/api/ - - /engine/reference/api/ - - /engine/reference/api/docker_remote_api/ - /engine/reference/api/docker_remote_api_v1.25/ - - /reference/api/ --- From 5ed83f4c646655b2fd4a645a47ce52e9b970854e Mon Sep 17 00:00:00 2001 From: French Ben Date: Mon, 19 Dec 2016 14:37:35 -0800 Subject: [PATCH 27/48] Updated Yaml files (#922) Signed-off-by: French Ben --- _data/engine-cli/docker.yaml | 110 +++++++++++++++++- _data/engine-cli/docker_build.yaml | 7 ++ _data/engine-cli/docker_checkpoint.yaml | 14 +++ .../engine-cli/docker_checkpoint_create.yaml | 12 ++ _data/engine-cli/docker_checkpoint_ls.yaml | 9 ++ _data/engine-cli/docker_checkpoint_rm.yaml | 9 ++ _data/engine-cli/docker_container.yaml | 54 ++++++++- _data/engine-cli/docker_container_create.yaml | 26 ++++- _data/engine-cli/docker_container_exec.yaml | 4 + .../engine-cli/docker_container_inspect.yaml | 2 +- _data/engine-cli/docker_container_run.yaml | 26 ++++- _data/engine-cli/docker_container_start.yaml | 4 + _data/engine-cli/docker_container_update.yaml | 9 +- _data/engine-cli/docker_create.yaml | 26 ++++- _data/engine-cli/docker_deploy.yaml | 15 +++ _data/engine-cli/docker_events.yaml | 2 +- _data/engine-cli/docker_exec.yaml | 4 + _data/engine-cli/docker_image.yaml | 28 ++++- _data/engine-cli/docker_image_build.yaml | 7 ++ _data/engine-cli/docker_image_inspect.yaml | 2 +- _data/engine-cli/docker_image_tag.yaml | 6 +- _data/engine-cli/docker_info.yaml | 2 +- _data/engine-cli/docker_inspect.yaml | 8 +- _data/engine-cli/docker_login.yaml | 5 +- _data/engine-cli/docker_logout.yaml | 2 +- _data/engine-cli/docker_network.yaml | 18 ++- _data/engine-cli/docker_network_inspect.yaml | 2 +- _data/engine-cli/docker_network_ls.yaml | 2 +- _data/engine-cli/docker_network_prune.yaml | 11 ++ _data/engine-cli/docker_node.yaml | 18 ++- _data/engine-cli/docker_node_inspect.yaml | 2 +- _data/engine-cli/docker_node_rm.yaml | 3 +- _data/engine-cli/docker_plugin.yaml | 26 +++++ _data/engine-cli/docker_plugin_create.yaml | 10 ++ _data/engine-cli/docker_plugin_disable.yaml | 6 + _data/engine-cli/docker_plugin_enable.yaml | 10 ++ _data/engine-cli/docker_plugin_inspect.yaml | 10 ++ _data/engine-cli/docker_plugin_install.yaml | 13 +++ _data/engine-cli/docker_plugin_ls.yaml | 10 ++ _data/engine-cli/docker_plugin_push.yaml | 6 + _data/engine-cli/docker_plugin_rm.yaml | 11 ++ _data/engine-cli/docker_plugin_set.yaml | 6 + _data/engine-cli/docker_run.yaml | 26 ++++- _data/engine-cli/docker_secret.yaml | 16 +++ _data/engine-cli/docker_secret_create.yaml | 11 ++ _data/engine-cli/docker_secret_inspect.yaml | 10 ++ _data/engine-cli/docker_secret_ls.yaml | 11 ++ _data/engine-cli/docker_secret_rm.yaml | 6 + _data/engine-cli/docker_service.yaml | 20 +++- _data/engine-cli/docker_service_create.yaml | 60 ++++++++-- _data/engine-cli/docker_service_inspect.yaml | 2 +- _data/engine-cli/docker_service_logs.yaml | 26 +++++ _data/engine-cli/docker_service_ps.yaml | 4 + _data/engine-cli/docker_service_scale.yaml | 4 +- _data/engine-cli/docker_service_update.yaml | 88 +++++++++++--- _data/engine-cli/docker_stack.yaml | 18 +++ _data/engine-cli/docker_stack_deploy.yaml | 15 +++ _data/engine-cli/docker_stack_ls.yaml | 6 + _data/engine-cli/docker_stack_ps.yaml | 20 ++++ _data/engine-cli/docker_stack_rm.yaml | 6 + _data/engine-cli/docker_stack_services.yaml | 14 +++ _data/engine-cli/docker_start.yaml | 4 + _data/engine-cli/docker_swarm.yaml | 18 ++- _data/engine-cli/docker_swarm_init.yaml | 16 ++- _data/engine-cli/docker_swarm_leave.yaml | 5 +- _data/engine-cli/docker_swarm_unlock-key.yaml | 14 +++ _data/engine-cli/docker_swarm_unlock.yaml | 6 + _data/engine-cli/docker_swarm_update.yaml | 13 ++- _data/engine-cli/docker_system.yaml | 12 +- _data/engine-cli/docker_system_events.yaml | 2 +- _data/engine-cli/docker_system_info.yaml | 2 +- _data/engine-cli/docker_tag.yaml | 6 +- _data/engine-cli/docker_update.yaml | 9 +- _data/engine-cli/docker_version.yaml | 2 +- _data/engine-cli/docker_volume.yaml | 14 ++- _data/engine-cli/docker_volume_inspect.yaml | 2 +- 76 files changed, 954 insertions(+), 91 deletions(-) create mode 100644 _data/engine-cli/docker_checkpoint.yaml create mode 100644 _data/engine-cli/docker_checkpoint_create.yaml create mode 100644 _data/engine-cli/docker_checkpoint_ls.yaml create mode 100644 _data/engine-cli/docker_checkpoint_rm.yaml create mode 100644 _data/engine-cli/docker_deploy.yaml create mode 100644 _data/engine-cli/docker_network_prune.yaml create mode 100644 _data/engine-cli/docker_plugin.yaml create mode 100644 _data/engine-cli/docker_plugin_create.yaml create mode 100644 _data/engine-cli/docker_plugin_disable.yaml create mode 100644 _data/engine-cli/docker_plugin_enable.yaml create mode 100644 _data/engine-cli/docker_plugin_inspect.yaml create mode 100644 _data/engine-cli/docker_plugin_install.yaml create mode 100644 _data/engine-cli/docker_plugin_ls.yaml create mode 100644 _data/engine-cli/docker_plugin_push.yaml create mode 100644 _data/engine-cli/docker_plugin_rm.yaml create mode 100644 _data/engine-cli/docker_plugin_set.yaml create mode 100644 _data/engine-cli/docker_secret.yaml create mode 100644 _data/engine-cli/docker_secret_create.yaml create mode 100644 _data/engine-cli/docker_secret_inspect.yaml create mode 100644 _data/engine-cli/docker_secret_ls.yaml create mode 100644 _data/engine-cli/docker_secret_rm.yaml create mode 100644 _data/engine-cli/docker_service_logs.yaml create mode 100644 _data/engine-cli/docker_stack.yaml create mode 100644 _data/engine-cli/docker_stack_deploy.yaml create mode 100644 _data/engine-cli/docker_stack_ls.yaml create mode 100644 _data/engine-cli/docker_stack_ps.yaml create mode 100644 _data/engine-cli/docker_stack_rm.yaml create mode 100644 _data/engine-cli/docker_stack_services.yaml create mode 100644 _data/engine-cli/docker_swarm_unlock-key.yaml create mode 100644 _data/engine-cli/docker_swarm_unlock.yaml diff --git a/_data/engine-cli/docker.yaml b/_data/engine-cli/docker.yaml index 6c757ebb41b..c214f7f9ed5 100644 --- a/_data/engine-cli/docker.yaml +++ b/_data/engine-cli/docker.yaml @@ -1,3 +1,109 @@ command: docker -cname: docker wait -clink: docker_wait.yaml +cname: +- docker attach +- docker build +- docker checkpoint +- docker commit +- docker container +- docker cp +- docker create +- docker deploy +- docker diff +- docker events +- docker exec +- docker export +- docker history +- docker image +- docker images +- docker import +- docker info +- docker inspect +- docker kill +- docker load +- docker login +- docker logout +- docker logs +- docker network +- docker node +- docker pause +- docker plugin +- docker port +- docker ps +- docker pull +- docker push +- docker rename +- docker restart +- docker rm +- docker rmi +- docker run +- docker save +- docker search +- docker secret +- docker service +- docker stack +- docker start +- docker stats +- docker stop +- docker swarm +- docker system +- docker tag +- docker top +- docker unpause +- docker update +- docker version +- docker volume +- docker wait +clink: +- docker_attach.yaml +- docker_build.yaml +- docker_checkpoint.yaml +- docker_commit.yaml +- docker_container.yaml +- docker_cp.yaml +- docker_create.yaml +- docker_deploy.yaml +- docker_diff.yaml +- docker_events.yaml +- docker_exec.yaml +- docker_export.yaml +- docker_history.yaml +- docker_image.yaml +- docker_images.yaml +- docker_import.yaml +- docker_info.yaml +- docker_inspect.yaml +- docker_kill.yaml +- docker_load.yaml +- docker_login.yaml +- docker_logout.yaml +- docker_logs.yaml +- docker_network.yaml +- docker_node.yaml +- docker_pause.yaml +- docker_plugin.yaml +- docker_port.yaml +- docker_ps.yaml +- docker_pull.yaml +- docker_push.yaml +- docker_rename.yaml +- docker_restart.yaml +- docker_rm.yaml +- docker_rmi.yaml +- docker_run.yaml +- docker_save.yaml +- docker_search.yaml +- docker_secret.yaml +- docker_service.yaml +- docker_stack.yaml +- docker_start.yaml +- docker_stats.yaml +- docker_stop.yaml +- docker_swarm.yaml +- docker_system.yaml +- docker_tag.yaml +- docker_top.yaml +- docker_unpause.yaml +- docker_update.yaml +- docker_version.yaml +- docker_volume.yaml +- docker_wait.yaml diff --git a/_data/engine-cli/docker_build.yaml b/_data/engine-cli/docker_build.yaml index 0fcf8417f0a..f77ffc43042 100644 --- a/_data/engine-cli/docker_build.yaml +++ b/_data/engine-cli/docker_build.yaml @@ -50,6 +50,10 @@ options: - option: memory-swap description: | Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: network + default_value: default + description: | + Set the networking mode for the RUN instructions during build - option: no-cache default_value: "false" description: Do not use cache when building the image @@ -68,6 +72,9 @@ options: description: Security options - option: shm-size description: Size of /dev/shm, default value is 64MB +- option: squash + default_value: "false" + description: Squash newly built layers into a single new layer - option: tag shorthand: t default_value: '[]' diff --git a/_data/engine-cli/docker_checkpoint.yaml b/_data/engine-cli/docker_checkpoint.yaml new file mode 100644 index 00000000000..29a4441af10 --- /dev/null +++ b/_data/engine-cli/docker_checkpoint.yaml @@ -0,0 +1,14 @@ +command: docker checkpoint +short: Manage checkpoints +long: Manage checkpoints +usage: docker checkpoint +pname: docker +plink: docker.yaml +cname: +- docker checkpoint create +- docker checkpoint ls +- docker checkpoint rm +clink: +- docker_checkpoint_create.yaml +- docker_checkpoint_ls.yaml +- docker_checkpoint_rm.yaml diff --git a/_data/engine-cli/docker_checkpoint_create.yaml b/_data/engine-cli/docker_checkpoint_create.yaml new file mode 100644 index 00000000000..2e8f0a9529b --- /dev/null +++ b/_data/engine-cli/docker_checkpoint_create.yaml @@ -0,0 +1,12 @@ +command: docker checkpoint create +short: Create a checkpoint from a running container +long: Create a checkpoint from a running container +usage: docker checkpoint create [OPTIONS] CONTAINER CHECKPOINT +pname: docker checkpoint +plink: docker_checkpoint.yaml +options: +- option: checkpoint-dir + description: Use a custom checkpoint storage directory +- option: leave-running + default_value: "false" + description: Leave the container running after checkpoint diff --git a/_data/engine-cli/docker_checkpoint_ls.yaml b/_data/engine-cli/docker_checkpoint_ls.yaml new file mode 100644 index 00000000000..959ddf90c2c --- /dev/null +++ b/_data/engine-cli/docker_checkpoint_ls.yaml @@ -0,0 +1,9 @@ +command: docker checkpoint ls +short: List checkpoints for a container +long: List checkpoints for a container +usage: docker checkpoint ls [OPTIONS] CONTAINER +pname: docker checkpoint +plink: docker_checkpoint.yaml +options: +- option: checkpoint-dir + description: Use a custom checkpoint storage directory diff --git a/_data/engine-cli/docker_checkpoint_rm.yaml b/_data/engine-cli/docker_checkpoint_rm.yaml new file mode 100644 index 00000000000..0534b2d50b0 --- /dev/null +++ b/_data/engine-cli/docker_checkpoint_rm.yaml @@ -0,0 +1,9 @@ +command: docker checkpoint rm +short: Remove a checkpoint +long: Remove a checkpoint +usage: docker checkpoint rm [OPTIONS] CONTAINER CHECKPOINT +pname: docker checkpoint +plink: docker_checkpoint.yaml +options: +- option: checkpoint-dir + description: Use a custom checkpoint storage directory diff --git a/_data/engine-cli/docker_container.yaml b/_data/engine-cli/docker_container.yaml index b386fc034c0..82d287f8580 100644 --- a/_data/engine-cli/docker_container.yaml +++ b/_data/engine-cli/docker_container.yaml @@ -4,5 +4,55 @@ long: Manage containers usage: docker container pname: docker plink: docker.yaml -cname: docker container wait -clink: docker_container_wait.yaml +cname: +- docker container attach +- docker container commit +- docker container cp +- docker container create +- docker container diff +- docker container exec +- docker container export +- docker container inspect +- docker container kill +- docker container logs +- docker container ls +- docker container pause +- docker container port +- docker container prune +- docker container rename +- docker container restart +- docker container rm +- docker container run +- docker container start +- docker container stats +- docker container stop +- docker container top +- docker container unpause +- docker container update +- docker container wait +clink: +- docker_container_attach.yaml +- docker_container_commit.yaml +- docker_container_cp.yaml +- docker_container_create.yaml +- docker_container_diff.yaml +- docker_container_exec.yaml +- docker_container_export.yaml +- docker_container_inspect.yaml +- docker_container_kill.yaml +- docker_container_logs.yaml +- docker_container_ls.yaml +- docker_container_pause.yaml +- docker_container_port.yaml +- docker_container_prune.yaml +- docker_container_rename.yaml +- docker_container_restart.yaml +- docker_container_rm.yaml +- docker_container_run.yaml +- docker_container_start.yaml +- docker_container_stats.yaml +- docker_container_stop.yaml +- docker_container_top.yaml +- docker_container_unpause.yaml +- docker_container_update.yaml +- docker_container_wait.yaml diff --git a/_data/engine-cli/docker_container_create.yaml b/_data/engine-cli/docker_container_create.yaml index d0e5909601c..a9eac33c40c 100644 --- a/_data/engine-cli/docker_container_create.yaml +++ b/_data/engine-cli/docker_container_create.yaml @@ -14,7 +14,8 @@ options: description: Attach to STDIN, STDOUT or STDERR - option: blkio-weight default_value: "0" - description: Block IO (relative weight), between 10 and 1000 + description: | + Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0) - option: blkio-weight-device default_value: '[]' description: Block IO weight (relative device weight) @@ -28,6 +29,9 @@ options: description: Optional parent cgroup for the container - option: cidfile description: Write the container ID to the file +- option: cpu-count + default_value: "0" + description: CPU count (Windows only) - option: cpu-percent default_value: "0" description: CPU percent (Windows only) @@ -37,10 +41,19 @@ options: - option: cpu-quota default_value: "0" description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-rt-period + default_value: "0" + description: Limit CPU real-time period in microseconds +- option: cpu-rt-runtime + default_value: "0" + description: Limit CPU real-time runtime in microseconds - option: cpu-shares shorthand: c default_value: "0" description: CPU shares (relative weight) +- option: cpus + default_value: "0.000" + description: Number of CPUs - option: cpuset-cpus description: CPUs in which to allow execution (0-3, 0,1) - option: cpuset-mems @@ -71,6 +84,9 @@ options: - option: dns-opt default_value: '[]' description: Set DNS options +- option: dns-option + default_value: '[]' + description: Set DNS options - option: dns-search default_value: '[]' description: Set custom DNS search domains @@ -93,13 +109,14 @@ options: description: Command to run to check health - option: health-interval default_value: "0" - description: Time between running the check + description: Time between running the check (ns|us|ms|s|m|h) (default 0s) - option: health-retries default_value: "0" description: Consecutive failures needed to report unhealthy - option: health-timeout default_value: "0" - description: Maximum time to allow one check to run + description: | + Maximum time to allow one check to run (ns|us|ms|s|m|h) (default 0s) - option: help default_value: "false" description: Print usage @@ -221,6 +238,9 @@ options: - option: stop-signal default_value: SIGTERM description: Signal to stop a container, SIGTERM by default +- option: stop-timeout + default_value: "0" + description: Timeout (in seconds) to stop a container - option: storage-opt default_value: '[]' description: Storage driver options for the container diff --git a/_data/engine-cli/docker_container_exec.yaml b/_data/engine-cli/docker_container_exec.yaml index 6ffd766538a..95b544670bc 100644 --- a/_data/engine-cli/docker_container_exec.yaml +++ b/_data/engine-cli/docker_container_exec.yaml @@ -11,6 +11,10 @@ options: description: 'Detached mode: run command in the background' - option: detach-keys description: Override the key sequence for detaching a container +- option: env + shorthand: e + default_value: '[]' + description: Set environment variables - option: interactive shorthand: i default_value: "false" diff --git a/_data/engine-cli/docker_container_inspect.yaml b/_data/engine-cli/docker_container_inspect.yaml index c275523a74b..6590496cbda 100644 --- a/_data/engine-cli/docker_container_inspect.yaml +++ b/_data/engine-cli/docker_container_inspect.yaml @@ -7,7 +7,7 @@ plink: docker_container.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template - option: size shorthand: s default_value: "false" diff --git a/_data/engine-cli/docker_container_run.yaml b/_data/engine-cli/docker_container_run.yaml index 9a1e1a1684f..71e201696f0 100644 --- a/_data/engine-cli/docker_container_run.yaml +++ b/_data/engine-cli/docker_container_run.yaml @@ -14,7 +14,8 @@ options: description: Attach to STDIN, STDOUT or STDERR - option: blkio-weight default_value: "0" - description: Block IO (relative weight), between 10 and 1000 + description: | + Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0) - option: blkio-weight-device default_value: '[]' description: Block IO weight (relative device weight) @@ -28,6 +29,9 @@ options: description: Optional parent cgroup for the container - option: cidfile description: Write the container ID to the file +- option: cpu-count + default_value: "0" + description: CPU count (Windows only) - option: cpu-percent default_value: "0" description: CPU percent (Windows only) @@ -37,10 +41,19 @@ options: - option: cpu-quota default_value: "0" description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-rt-period + default_value: "0" + description: Limit CPU real-time period in microseconds +- option: cpu-rt-runtime + default_value: "0" + description: Limit CPU real-time runtime in microseconds - option: cpu-shares shorthand: c default_value: "0" description: CPU shares (relative weight) +- option: cpus + default_value: "0.000" + description: Number of CPUs - option: cpuset-cpus description: CPUs in which to allow execution (0-3, 0,1) - option: cpuset-mems @@ -77,6 +90,9 @@ options: - option: dns-opt default_value: '[]' description: Set DNS options +- option: dns-option + default_value: '[]' + description: Set DNS options - option: dns-search default_value: '[]' description: Set custom DNS search domains @@ -99,13 +115,14 @@ options: description: Command to run to check health - option: health-interval default_value: "0" - description: Time between running the check + description: Time between running the check (ns|us|ms|s|m|h) (default 0s) - option: health-retries default_value: "0" description: Consecutive failures needed to report unhealthy - option: health-timeout default_value: "0" - description: Maximum time to allow one check to run + description: | + Maximum time to allow one check to run (ns|us|ms|s|m|h) (default 0s) - option: help default_value: "false" description: Print usage @@ -230,6 +247,9 @@ options: - option: stop-signal default_value: SIGTERM description: Signal to stop a container, SIGTERM by default +- option: stop-timeout + default_value: "0" + description: Timeout (in seconds) to stop a container - option: storage-opt default_value: '[]' description: Storage driver options for the container diff --git a/_data/engine-cli/docker_container_start.yaml b/_data/engine-cli/docker_container_start.yaml index ae09a8f6c90..abe60a60a9c 100644 --- a/_data/engine-cli/docker_container_start.yaml +++ b/_data/engine-cli/docker_container_start.yaml @@ -9,6 +9,10 @@ options: shorthand: a default_value: "false" description: Attach STDOUT/STDERR and forward signals +- option: checkpoint + description: Restore from this checkpoint +- option: checkpoint-dir + description: Use a custom checkpoint storage directory - option: detach-keys description: Override the key sequence for detaching a container - option: interactive diff --git a/_data/engine-cli/docker_container_update.yaml b/_data/engine-cli/docker_container_update.yaml index e027ccb9cd3..9cb1b78f609 100644 --- a/_data/engine-cli/docker_container_update.yaml +++ b/_data/engine-cli/docker_container_update.yaml @@ -7,13 +7,20 @@ plink: docker_container.yaml options: - option: blkio-weight default_value: "0" - description: Block IO (relative weight), between 10 and 1000 + description: | + Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0) - option: cpu-period default_value: "0" description: Limit CPU CFS (Completely Fair Scheduler) period - option: cpu-quota default_value: "0" description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-rt-period + default_value: "0" + description: Limit the CPU real-time period in microseconds +- option: cpu-rt-runtime + default_value: "0" + description: Limit the CPU real-time runtime in microseconds - option: cpu-shares shorthand: c default_value: "0" diff --git a/_data/engine-cli/docker_create.yaml b/_data/engine-cli/docker_create.yaml index cde73859e06..5c9eb23150a 100644 --- a/_data/engine-cli/docker_create.yaml +++ b/_data/engine-cli/docker_create.yaml @@ -14,7 +14,8 @@ options: description: Attach to STDIN, STDOUT or STDERR - option: blkio-weight default_value: "0" - description: Block IO (relative weight), between 10 and 1000 + description: | + Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0) - option: blkio-weight-device default_value: '[]' description: Block IO weight (relative device weight) @@ -28,6 +29,9 @@ options: description: Optional parent cgroup for the container - option: cidfile description: Write the container ID to the file +- option: cpu-count + default_value: "0" + description: CPU count (Windows only) - option: cpu-percent default_value: "0" description: CPU percent (Windows only) @@ -37,10 +41,19 @@ options: - option: cpu-quota default_value: "0" description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-rt-period + default_value: "0" + description: Limit CPU real-time period in microseconds +- option: cpu-rt-runtime + default_value: "0" + description: Limit CPU real-time runtime in microseconds - option: cpu-shares shorthand: c default_value: "0" description: CPU shares (relative weight) +- option: cpus + default_value: "0.000" + description: Number of CPUs - option: cpuset-cpus description: CPUs in which to allow execution (0-3, 0,1) - option: cpuset-mems @@ -71,6 +84,9 @@ options: - option: dns-opt default_value: '[]' description: Set DNS options +- option: dns-option + default_value: '[]' + description: Set DNS options - option: dns-search default_value: '[]' description: Set custom DNS search domains @@ -93,13 +109,14 @@ options: description: Command to run to check health - option: health-interval default_value: "0" - description: Time between running the check + description: Time between running the check (ns|us|ms|s|m|h) (default 0s) - option: health-retries default_value: "0" description: Consecutive failures needed to report unhealthy - option: health-timeout default_value: "0" - description: Maximum time to allow one check to run + description: | + Maximum time to allow one check to run (ns|us|ms|s|m|h) (default 0s) - option: help default_value: "false" description: Print usage @@ -221,6 +238,9 @@ options: - option: stop-signal default_value: SIGTERM description: Signal to stop a container, SIGTERM by default +- option: stop-timeout + default_value: "0" + description: Timeout (in seconds) to stop a container - option: storage-opt default_value: '[]' description: Storage driver options for the container diff --git a/_data/engine-cli/docker_deploy.yaml b/_data/engine-cli/docker_deploy.yaml new file mode 100644 index 00000000000..a7347c7654c --- /dev/null +++ b/_data/engine-cli/docker_deploy.yaml @@ -0,0 +1,15 @@ +command: docker deploy +short: Deploy a new stack or update an existing stack +long: Deploy a new stack or update an existing stack +usage: docker deploy [OPTIONS] STACK +pname: docker +plink: docker.yaml +options: +- option: bundle-file + description: Path to a Distributed Application Bundle file +- option: compose-file + shorthand: c + description: Path to a Compose file +- option: with-registry-auth + default_value: "false" + description: Send registry authentication details to Swarm agents diff --git a/_data/engine-cli/docker_events.yaml b/_data/engine-cli/docker_events.yaml index dd5f6658398..cd72ef56f8b 100644 --- a/_data/engine-cli/docker_events.yaml +++ b/_data/engine-cli/docker_events.yaml @@ -9,7 +9,7 @@ options: shorthand: f description: Filter output based on conditions provided - option: format - description: Format the output using the given go template + description: Format the output using the given Go template - option: since description: Show all events created since timestamp - option: until diff --git a/_data/engine-cli/docker_exec.yaml b/_data/engine-cli/docker_exec.yaml index 9e48d6cbce5..1bb3bb33c33 100644 --- a/_data/engine-cli/docker_exec.yaml +++ b/_data/engine-cli/docker_exec.yaml @@ -11,6 +11,10 @@ options: description: 'Detached mode: run command in the background' - option: detach-keys description: Override the key sequence for detaching a container +- option: env + shorthand: e + default_value: '[]' + description: Set environment variables - option: interactive shorthand: i default_value: "false" diff --git a/_data/engine-cli/docker_image.yaml b/_data/engine-cli/docker_image.yaml index 091c87d025d..09ecfd7be7f 100644 --- a/_data/engine-cli/docker_image.yaml +++ b/_data/engine-cli/docker_image.yaml @@ -4,5 +4,29 @@ long: Manage images usage: docker image pname: docker plink: docker.yaml -cname: docker image tag -clink: docker_image_tag.yaml +cname: +- docker image build +- docker image history +- docker image import +- docker image inspect +- docker image load +- docker image ls +- docker image prune +- docker image pull +- docker image push +- docker image rm +- docker image save +- docker image tag +clink: +- docker_image_build.yaml +- docker_image_history.yaml +- docker_image_import.yaml +- docker_image_inspect.yaml +- docker_image_load.yaml +- docker_image_ls.yaml +- docker_image_prune.yaml +- docker_image_pull.yaml +- docker_image_push.yaml +- docker_image_rm.yaml +- docker_image_save.yaml +- docker_image_tag.yaml diff --git a/_data/engine-cli/docker_image_build.yaml b/_data/engine-cli/docker_image_build.yaml index b6592dea338..8e35921eae9 100644 --- a/_data/engine-cli/docker_image_build.yaml +++ b/_data/engine-cli/docker_image_build.yaml @@ -50,6 +50,10 @@ options: - option: memory-swap description: | Swap limit equal to memory plus swap: '-1' to enable unlimited swap +- option: network + default_value: default + description: | + Set the networking mode for the RUN instructions during build - option: no-cache default_value: "false" description: Do not use cache when building the image @@ -68,6 +72,9 @@ options: description: Security options - option: shm-size description: Size of /dev/shm, default value is 64MB +- option: squash + default_value: "false" + description: Squash newly built layers into a single new layer - option: tag shorthand: t default_value: '[]' diff --git a/_data/engine-cli/docker_image_inspect.yaml b/_data/engine-cli/docker_image_inspect.yaml index 31604b9d2e3..f8b6ec854f0 100644 --- a/_data/engine-cli/docker_image_inspect.yaml +++ b/_data/engine-cli/docker_image_inspect.yaml @@ -7,4 +7,4 @@ plink: docker_image.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template diff --git a/_data/engine-cli/docker_image_tag.yaml b/_data/engine-cli/docker_image_tag.yaml index f72136e6965..dfcd8ec2049 100644 --- a/_data/engine-cli/docker_image_tag.yaml +++ b/_data/engine-cli/docker_image_tag.yaml @@ -1,6 +1,6 @@ command: docker image tag -short: Tag an image into a repository -long: Tag an image into a repository -usage: docker image tag IMAGE[:TAG] IMAGE[:TAG] +short: Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE +long: Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE +usage: docker image tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] pname: docker image plink: docker_image.yaml diff --git a/_data/engine-cli/docker_info.yaml b/_data/engine-cli/docker_info.yaml index 6671b47b02d..312c038684c 100644 --- a/_data/engine-cli/docker_info.yaml +++ b/_data/engine-cli/docker_info.yaml @@ -7,4 +7,4 @@ plink: docker.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template diff --git a/_data/engine-cli/docker_inspect.yaml b/_data/engine-cli/docker_inspect.yaml index 46b641a8786..65ee9396f35 100644 --- a/_data/engine-cli/docker_inspect.yaml +++ b/_data/engine-cli/docker_inspect.yaml @@ -1,13 +1,13 @@ command: docker inspect -short: Return low-level information on a container, image or task -long: Return low-level information on a container, image or task -usage: docker inspect [OPTIONS] CONTAINER|IMAGE|TASK [CONTAINER|IMAGE|TASK...] +short: Return low-level information on Docker objects +long: Return low-level information on Docker objects +usage: docker inspect [OPTIONS] NAME|ID [NAME|ID...] pname: docker plink: docker.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template - option: size shorthand: s default_value: "false" diff --git a/_data/engine-cli/docker_login.yaml b/_data/engine-cli/docker_login.yaml index fb6f7a49947..ba7c59590d1 100644 --- a/_data/engine-cli/docker_login.yaml +++ b/_data/engine-cli/docker_login.yaml @@ -1,5 +1,5 @@ command: docker login -short: Log in to a Docker registry. +short: Log in to a Docker registry long: |- Log in to a Docker registry. If no server is specified, the default is defined by the daemon. @@ -7,9 +7,6 @@ usage: docker login [OPTIONS] [SERVER] pname: docker plink: docker.yaml options: -- option: email - shorthand: e - description: Email - option: password shorthand: p description: Password diff --git a/_data/engine-cli/docker_logout.yaml b/_data/engine-cli/docker_logout.yaml index ee9c02515ed..61b23dd516b 100644 --- a/_data/engine-cli/docker_logout.yaml +++ b/_data/engine-cli/docker_logout.yaml @@ -1,5 +1,5 @@ command: docker logout -short: Log out from a Docker registry. +short: Log out from a Docker registry long: |- Log out from a Docker registry. If no server is specified, the default is defined by the daemon. diff --git a/_data/engine-cli/docker_network.yaml b/_data/engine-cli/docker_network.yaml index bebc280da76..60b18974dea 100644 --- a/_data/engine-cli/docker_network.yaml +++ b/_data/engine-cli/docker_network.yaml @@ -4,5 +4,19 @@ long: Manage networks usage: docker network pname: docker plink: docker.yaml -cname: docker network rm -clink: docker_network_rm.yaml +cname: +- docker network connect +- docker network create +- docker network disconnect +- docker network inspect +- docker network ls +- docker network prune +- docker network rm +clink: +- docker_network_connect.yaml +- docker_network_create.yaml +- docker_network_disconnect.yaml +- docker_network_inspect.yaml +- docker_network_ls.yaml +- docker_network_prune.yaml +- docker_network_rm.yaml diff --git a/_data/engine-cli/docker_network_inspect.yaml b/_data/engine-cli/docker_network_inspect.yaml index 4fb549a46ee..733ceca4bc3 100644 --- a/_data/engine-cli/docker_network_inspect.yaml +++ b/_data/engine-cli/docker_network_inspect.yaml @@ -95,4 +95,4 @@ plink: docker_network.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template diff --git a/_data/engine-cli/docker_network_ls.yaml b/_data/engine-cli/docker_network_ls.yaml index 598caffd5e2..b500f1e13fa 100644 --- a/_data/engine-cli/docker_network_ls.yaml +++ b/_data/engine-cli/docker_network_ls.yaml @@ -66,7 +66,7 @@ plink: docker_network.yaml options: - option: filter shorthand: f - description: Provide filter values (i.e. 'dangling=true') + description: Provide filter values (e.g. 'driver=bridge') - option: format description: Pretty-print networks using a Go template - option: no-trunc diff --git a/_data/engine-cli/docker_network_prune.yaml b/_data/engine-cli/docker_network_prune.yaml new file mode 100644 index 00000000000..3e51e70ac2a --- /dev/null +++ b/_data/engine-cli/docker_network_prune.yaml @@ -0,0 +1,11 @@ +command: docker network prune +short: Remove all unused networks +long: Remove all unused networks +usage: docker network prune [OPTIONS] +pname: docker network +plink: docker_network.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Do not prompt for confirmation diff --git a/_data/engine-cli/docker_node.yaml b/_data/engine-cli/docker_node.yaml index 31c39d0471b..c079518a23a 100644 --- a/_data/engine-cli/docker_node.yaml +++ b/_data/engine-cli/docker_node.yaml @@ -4,5 +4,19 @@ long: Manage Swarm nodes usage: docker node pname: docker plink: docker.yaml -cname: docker node update -clink: docker_node_update.yaml +cname: +- docker node demote +- docker node inspect +- docker node ls +- docker node promote +- docker node ps +- docker node rm +- docker node update +clink: +- docker_node_demote.yaml +- docker_node_inspect.yaml +- docker_node_ls.yaml +- docker_node_promote.yaml +- docker_node_ps.yaml +- docker_node_rm.yaml +- docker_node_update.yaml diff --git a/_data/engine-cli/docker_node_inspect.yaml b/_data/engine-cli/docker_node_inspect.yaml index b8d8aed8569..7b3af8991fe 100644 --- a/_data/engine-cli/docker_node_inspect.yaml +++ b/_data/engine-cli/docker_node_inspect.yaml @@ -7,7 +7,7 @@ plink: docker_node.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template - option: pretty default_value: "false" description: Print the information in a human friendly format. diff --git a/_data/engine-cli/docker_node_rm.yaml b/_data/engine-cli/docker_node_rm.yaml index 50a4d298c0b..e400bbd91c1 100644 --- a/_data/engine-cli/docker_node_rm.yaml +++ b/_data/engine-cli/docker_node_rm.yaml @@ -6,5 +6,6 @@ pname: docker node plink: docker_node.yaml options: - option: force + shorthand: f default_value: "false" - description: Force remove an active node + description: Force remove a node from the swarm diff --git a/_data/engine-cli/docker_plugin.yaml b/_data/engine-cli/docker_plugin.yaml new file mode 100644 index 00000000000..bd0e6572e53 --- /dev/null +++ b/_data/engine-cli/docker_plugin.yaml @@ -0,0 +1,26 @@ +command: docker plugin +short: Manage plugins +long: Manage plugins +usage: docker plugin +pname: docker +plink: docker.yaml +cname: +- docker plugin create +- docker plugin disable +- docker plugin enable +- docker plugin inspect +- docker plugin install +- docker plugin ls +- docker plugin push +- docker plugin rm +- docker plugin set +clink: +- docker_plugin_create.yaml +- docker_plugin_disable.yaml +- docker_plugin_enable.yaml +- docker_plugin_inspect.yaml +- docker_plugin_install.yaml +- docker_plugin_ls.yaml +- docker_plugin_push.yaml +- docker_plugin_rm.yaml +- docker_plugin_set.yaml diff --git a/_data/engine-cli/docker_plugin_create.yaml b/_data/engine-cli/docker_plugin_create.yaml new file mode 100644 index 00000000000..88f1d4cbd4a --- /dev/null +++ b/_data/engine-cli/docker_plugin_create.yaml @@ -0,0 +1,10 @@ +command: docker plugin create +short: Create a plugin from a rootfs and config +long: Create a plugin from a rootfs and config +usage: docker plugin create [OPTIONS] PLUGIN[:tag] PATH-TO-ROOTFS(rootfs + config.json) +pname: docker plugin +plink: docker_plugin.yaml +options: +- option: compress + default_value: "false" + description: Compress the context using gzip diff --git a/_data/engine-cli/docker_plugin_disable.yaml b/_data/engine-cli/docker_plugin_disable.yaml new file mode 100644 index 00000000000..b0abd0a379d --- /dev/null +++ b/_data/engine-cli/docker_plugin_disable.yaml @@ -0,0 +1,6 @@ +command: docker plugin disable +short: Disable a plugin +long: Disable a plugin +usage: docker plugin disable PLUGIN +pname: docker plugin +plink: docker_plugin.yaml diff --git a/_data/engine-cli/docker_plugin_enable.yaml b/_data/engine-cli/docker_plugin_enable.yaml new file mode 100644 index 00000000000..1ba94b4185f --- /dev/null +++ b/_data/engine-cli/docker_plugin_enable.yaml @@ -0,0 +1,10 @@ +command: docker plugin enable +short: Enable a plugin +long: Enable a plugin +usage: docker plugin enable [OPTIONS] PLUGIN +pname: docker plugin +plink: docker_plugin.yaml +options: +- option: timeout + default_value: "0" + description: HTTP client timeout (in seconds) diff --git a/_data/engine-cli/docker_plugin_inspect.yaml b/_data/engine-cli/docker_plugin_inspect.yaml new file mode 100644 index 00000000000..1a13a415f92 --- /dev/null +++ b/_data/engine-cli/docker_plugin_inspect.yaml @@ -0,0 +1,10 @@ +command: docker plugin inspect +short: Display detailed information on one or more plugins +long: Display detailed information on one or more plugins +usage: docker plugin inspect [OPTIONS] PLUGIN|ID [PLUGIN|ID...] +pname: docker plugin +plink: docker_plugin.yaml +options: +- option: format + shorthand: f + description: Format the output using the given Go template diff --git a/_data/engine-cli/docker_plugin_install.yaml b/_data/engine-cli/docker_plugin_install.yaml new file mode 100644 index 00000000000..44e345248ec --- /dev/null +++ b/_data/engine-cli/docker_plugin_install.yaml @@ -0,0 +1,13 @@ +command: docker plugin install +short: Install a plugin +long: Install a plugin +usage: docker plugin install [OPTIONS] PLUGIN [KEY=VALUE...] +pname: docker plugin +plink: docker_plugin.yaml +options: +- option: disable + default_value: "false" + description: Do not enable the plugin on install +- option: grant-all-permissions + default_value: "false" + description: Grant all permissions necessary to run the plugin diff --git a/_data/engine-cli/docker_plugin_ls.yaml b/_data/engine-cli/docker_plugin_ls.yaml new file mode 100644 index 00000000000..d3c030429ca --- /dev/null +++ b/_data/engine-cli/docker_plugin_ls.yaml @@ -0,0 +1,10 @@ +command: docker plugin ls +short: List plugins +long: List plugins +usage: docker plugin ls [OPTIONS] +pname: docker plugin +plink: docker_plugin.yaml +options: +- option: no-trunc + default_value: "false" + description: Don't truncate output diff --git a/_data/engine-cli/docker_plugin_push.yaml b/_data/engine-cli/docker_plugin_push.yaml new file mode 100644 index 00000000000..79f8bda7b5e --- /dev/null +++ b/_data/engine-cli/docker_plugin_push.yaml @@ -0,0 +1,6 @@ +command: docker plugin push +short: Push a plugin to a registry +long: Push a plugin to a registry +usage: docker plugin push PLUGIN[:TAG] +pname: docker plugin +plink: docker_plugin.yaml diff --git a/_data/engine-cli/docker_plugin_rm.yaml b/_data/engine-cli/docker_plugin_rm.yaml new file mode 100644 index 00000000000..c131692ce37 --- /dev/null +++ b/_data/engine-cli/docker_plugin_rm.yaml @@ -0,0 +1,11 @@ +command: docker plugin rm +short: Remove one or more plugins +long: Remove one or more plugins +usage: docker plugin rm [OPTIONS] PLUGIN [PLUGIN...] +pname: docker plugin +plink: docker_plugin.yaml +options: +- option: force + shorthand: f + default_value: "false" + description: Force the removal of an active plugin diff --git a/_data/engine-cli/docker_plugin_set.yaml b/_data/engine-cli/docker_plugin_set.yaml new file mode 100644 index 00000000000..2aa6ff26b4b --- /dev/null +++ b/_data/engine-cli/docker_plugin_set.yaml @@ -0,0 +1,6 @@ +command: docker plugin set +short: Change settings for a plugin +long: Change settings for a plugin +usage: docker plugin set PLUGIN KEY=VALUE [KEY=VALUE...] +pname: docker plugin +plink: docker_plugin.yaml diff --git a/_data/engine-cli/docker_run.yaml b/_data/engine-cli/docker_run.yaml index 41317c15a61..560ef60bc49 100644 --- a/_data/engine-cli/docker_run.yaml +++ b/_data/engine-cli/docker_run.yaml @@ -14,7 +14,8 @@ options: description: Attach to STDIN, STDOUT or STDERR - option: blkio-weight default_value: "0" - description: Block IO (relative weight), between 10 and 1000 + description: | + Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0) - option: blkio-weight-device default_value: '[]' description: Block IO weight (relative device weight) @@ -28,6 +29,9 @@ options: description: Optional parent cgroup for the container - option: cidfile description: Write the container ID to the file +- option: cpu-count + default_value: "0" + description: CPU count (Windows only) - option: cpu-percent default_value: "0" description: CPU percent (Windows only) @@ -37,10 +41,19 @@ options: - option: cpu-quota default_value: "0" description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-rt-period + default_value: "0" + description: Limit CPU real-time period in microseconds +- option: cpu-rt-runtime + default_value: "0" + description: Limit CPU real-time runtime in microseconds - option: cpu-shares shorthand: c default_value: "0" description: CPU shares (relative weight) +- option: cpus + default_value: "0.000" + description: Number of CPUs - option: cpuset-cpus description: CPUs in which to allow execution (0-3, 0,1) - option: cpuset-mems @@ -77,6 +90,9 @@ options: - option: dns-opt default_value: '[]' description: Set DNS options +- option: dns-option + default_value: '[]' + description: Set DNS options - option: dns-search default_value: '[]' description: Set custom DNS search domains @@ -99,13 +115,14 @@ options: description: Command to run to check health - option: health-interval default_value: "0" - description: Time between running the check + description: Time between running the check (ns|us|ms|s|m|h) (default 0s) - option: health-retries default_value: "0" description: Consecutive failures needed to report unhealthy - option: health-timeout default_value: "0" - description: Maximum time to allow one check to run + description: | + Maximum time to allow one check to run (ns|us|ms|s|m|h) (default 0s) - option: help default_value: "false" description: Print usage @@ -230,6 +247,9 @@ options: - option: stop-signal default_value: SIGTERM description: Signal to stop a container, SIGTERM by default +- option: stop-timeout + default_value: "0" + description: Timeout (in seconds) to stop a container - option: storage-opt default_value: '[]' description: Storage driver options for the container diff --git a/_data/engine-cli/docker_secret.yaml b/_data/engine-cli/docker_secret.yaml new file mode 100644 index 00000000000..bad1030e0e4 --- /dev/null +++ b/_data/engine-cli/docker_secret.yaml @@ -0,0 +1,16 @@ +command: docker secret +short: Manage Docker secrets +long: Manage Docker secrets +usage: docker secret +pname: docker +plink: docker.yaml +cname: +- docker secret create +- docker secret inspect +- docker secret ls +- docker secret rm +clink: +- docker_secret_create.yaml +- docker_secret_inspect.yaml +- docker_secret_ls.yaml +- docker_secret_rm.yaml diff --git a/_data/engine-cli/docker_secret_create.yaml b/_data/engine-cli/docker_secret_create.yaml new file mode 100644 index 00000000000..8094c584eec --- /dev/null +++ b/_data/engine-cli/docker_secret_create.yaml @@ -0,0 +1,11 @@ +command: docker secret create +short: Create a secret using stdin as content +long: Create a secret using stdin as content +usage: docker secret create [OPTIONS] SECRET +pname: docker secret +plink: docker_secret.yaml +options: +- option: label + shorthand: l + default_value: '[]' + description: Secret labels diff --git a/_data/engine-cli/docker_secret_inspect.yaml b/_data/engine-cli/docker_secret_inspect.yaml new file mode 100644 index 00000000000..64657022313 --- /dev/null +++ b/_data/engine-cli/docker_secret_inspect.yaml @@ -0,0 +1,10 @@ +command: docker secret inspect +short: Display detailed information on one or more secrets +long: Display detailed information on one or more secrets +usage: docker secret inspect [OPTIONS] SECRET [SECRET...] +pname: docker secret +plink: docker_secret.yaml +options: +- option: format + shorthand: f + description: Format the output using the given Go template diff --git a/_data/engine-cli/docker_secret_ls.yaml b/_data/engine-cli/docker_secret_ls.yaml new file mode 100644 index 00000000000..05aaa778492 --- /dev/null +++ b/_data/engine-cli/docker_secret_ls.yaml @@ -0,0 +1,11 @@ +command: docker secret ls +short: List secrets +long: List secrets +usage: docker secret ls [OPTIONS] +pname: docker secret +plink: docker_secret.yaml +options: +- option: quiet + shorthand: q + default_value: "false" + description: Only display IDs diff --git a/_data/engine-cli/docker_secret_rm.yaml b/_data/engine-cli/docker_secret_rm.yaml new file mode 100644 index 00000000000..69ea4cb8f02 --- /dev/null +++ b/_data/engine-cli/docker_secret_rm.yaml @@ -0,0 +1,6 @@ +command: docker secret rm +short: Remove one or more secrets +long: Remove one or more secrets +usage: docker secret rm SECRET [SECRET...] +pname: docker secret +plink: docker_secret.yaml diff --git a/_data/engine-cli/docker_service.yaml b/_data/engine-cli/docker_service.yaml index 194f40b2172..9e919b0fc81 100644 --- a/_data/engine-cli/docker_service.yaml +++ b/_data/engine-cli/docker_service.yaml @@ -4,5 +4,21 @@ long: Manage services usage: docker service pname: docker plink: docker.yaml -cname: docker service update -clink: docker_service_update.yaml +cname: +- docker service create +- docker service inspect +- docker service logs +- docker service ls +- docker service ps +- docker service rm +- docker service scale +- docker service update +clink: +- docker_service_create.yaml +- docker_service_inspect.yaml +- docker_service_logs.yaml +- docker_service_ls.yaml +- docker_service_ps.yaml +- docker_service_rm.yaml +- docker_service_scale.yaml +- docker_service_update.yaml diff --git a/_data/engine-cli/docker_service_create.yaml b/_data/engine-cli/docker_service_create.yaml index aa15edbf39f..363252542a7 100644 --- a/_data/engine-cli/docker_service_create.yaml +++ b/_data/engine-cli/docker_service_create.yaml @@ -11,15 +11,43 @@ options: - option: container-label default_value: '[]' description: Container labels +- option: dns + default_value: '[]' + description: Set custom DNS servers +- option: dns-option + default_value: '[]' + description: Set DNS options +- option: dns-search + default_value: '[]' + description: Set custom DNS search domains - option: endpoint-mode description: Endpoint mode (vip or dnsrr) - option: env shorthand: e default_value: '[]' description: Set environment variables -- option: group-add +- option: env-file + default_value: '[]' + description: Read in a file of environment variables +- option: group + default_value: '[]' + description: Set one or more supplementary user groups for the container +- option: health-cmd + description: Command to run to check health +- option: health-interval + default_value: none + description: Time between running the check (ns|us|ms|s|m|h) +- option: health-retries + default_value: "0" + description: Consecutive failures needed to report unhealthy +- option: health-timeout + default_value: none + description: Maximum time to allow one check to run (ns|us|ms|s|m|h) +- option: host default_value: '[]' - description: Add additional user groups to the container + description: Set one or more custom host-to-IP mappings (host:ip) +- option: hostname + description: Container hostname - option: label shorthand: l default_value: '[]' @@ -39,15 +67,17 @@ options: default_value: replicated description: Service mode (replicated or global) - option: mount - description: Attach a mount to the service + description: Attach a filesystem mount to the service - option: name description: Service name - option: network default_value: '[]' description: Network attachments +- option: no-healthcheck + default_value: "false" + description: Disable any container-specified HEALTHCHECK - option: publish shorthand: p - default_value: '[]' description: Publish a port as a node port - option: replicas default_value: none @@ -62,22 +92,36 @@ options: description: Restart when condition is met (none, on-failure, or any) - option: restart-delay default_value: none - description: Delay between restart attempts + description: Delay between restart attempts (ns|us|ms|s|m|h) - option: restart-max-attempts default_value: none description: Maximum number of restarts before giving up - option: restart-window default_value: none - description: Window used to evaluate the restart policy + description: Window used to evaluate the restart policy (ns|us|ms|s|m|h) +- option: secret + description: Specify secrets to expose to the service - option: stop-grace-period default_value: none - description: Time to wait before force killing a container + description: | + Time to wait before force killing a container (ns|us|ms|s|m|h) +- option: tty + shorthand: t + default_value: "false" + description: Allocate a pseudo-TTY - option: update-delay default_value: "0" - description: Delay between updates + description: Delay between updates (ns|us|ms|s|m|h) (default 0s) - option: update-failure-action default_value: pause description: Action on update failure (pause|continue) +- option: update-max-failure-ratio + default_value: "0" + description: Failure rate to tolerate during an update +- option: update-monitor + default_value: "0" + description: | + Duration after each task update to monitor for failure (ns|us|ms|s|m|h) (default 0s) - option: update-parallelism default_value: "1" description: | diff --git a/_data/engine-cli/docker_service_inspect.yaml b/_data/engine-cli/docker_service_inspect.yaml index 0b5a450a42f..05a93786874 100644 --- a/_data/engine-cli/docker_service_inspect.yaml +++ b/_data/engine-cli/docker_service_inspect.yaml @@ -7,7 +7,7 @@ plink: docker_service.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template - option: pretty default_value: "false" description: Print the information in a human friendly format. diff --git a/_data/engine-cli/docker_service_logs.yaml b/_data/engine-cli/docker_service_logs.yaml new file mode 100644 index 00000000000..adbacd1a4b5 --- /dev/null +++ b/_data/engine-cli/docker_service_logs.yaml @@ -0,0 +1,26 @@ +command: docker service logs +short: Fetch the logs of a service +long: Fetch the logs of a service +usage: docker service logs [OPTIONS] SERVICE +pname: docker service +plink: docker_service.yaml +options: +- option: details + default_value: "false" + description: Show extra details provided to logs +- option: follow + shorthand: f + default_value: "false" + description: Follow log output +- option: no-resolve + default_value: "false" + description: Do not map IDs to Names +- option: since + description: Show logs since timestamp +- option: tail + default_value: all + description: Number of lines to show from the end of the logs +- option: timestamps + shorthand: t + default_value: "false" + description: Show timestamps diff --git a/_data/engine-cli/docker_service_ps.yaml b/_data/engine-cli/docker_service_ps.yaml index 877a6912752..384e118dff8 100644 --- a/_data/engine-cli/docker_service_ps.yaml +++ b/_data/engine-cli/docker_service_ps.yaml @@ -14,3 +14,7 @@ options: - option: no-trunc default_value: "false" description: Do not truncate output +- option: quiet + shorthand: q + default_value: "false" + description: Only display task IDs diff --git a/_data/engine-cli/docker_service_scale.yaml b/_data/engine-cli/docker_service_scale.yaml index c1aefc0a5bf..aa546312259 100644 --- a/_data/engine-cli/docker_service_scale.yaml +++ b/_data/engine-cli/docker_service_scale.yaml @@ -1,6 +1,6 @@ command: docker service scale -short: Scale one or multiple services -long: Scale one or multiple services +short: Scale one or multiple replicated services +long: Scale one or multiple replicated services usage: docker service scale SERVICE=REPLICAS [SERVICE=REPLICAS...] pname: docker service plink: docker_service.yaml diff --git a/_data/engine-cli/docker_service_update.yaml b/_data/engine-cli/docker_service_update.yaml index 6ff411c2d01..c227c16b54e 100644 --- a/_data/engine-cli/docker_service_update.yaml +++ b/_data/engine-cli/docker_service_update.yaml @@ -9,35 +9,76 @@ options: description: Service command args - option: constraint-add default_value: '[]' - description: Add or update placement constraints + description: Add or update a placement constraint - option: constraint-rm default_value: '[]' description: Remove a constraint - option: container-label-add default_value: '[]' - description: Add or update container labels + description: Add or update a container label - option: container-label-rm default_value: '[]' description: Remove a container label by its key +- option: dns-add + default_value: '[]' + description: Add or update a custom DNS server +- option: dns-option-add + default_value: '[]' + description: Add or update a DNS option +- option: dns-option-rm + default_value: '[]' + description: Remove a DNS option +- option: dns-rm + default_value: '[]' + description: Remove a custom DNS server +- option: dns-search-add + default_value: '[]' + description: Add or update a custom DNS search domain +- option: dns-search-rm + default_value: '[]' + description: Remove a DNS search domain - option: endpoint-mode description: Endpoint mode (vip or dnsrr) - option: env-add default_value: '[]' - description: Add or update environment variables + description: Add or update an environment variable - option: env-rm default_value: '[]' description: Remove an environment variable +- option: force + default_value: "false" + description: Force update even if no changes require it - option: group-add default_value: '[]' - description: Add additional user groups to the container + description: Add an additional supplementary user group to the container - option: group-rm default_value: '[]' - description: Remove previously added user groups from the container + description: | + Remove a previously added supplementary user group from the container +- option: health-cmd + description: Command to run to check health +- option: health-interval + default_value: none + description: Time between running the check (ns|us|ms|s|m|h) +- option: health-retries + default_value: "0" + description: Consecutive failures needed to report unhealthy +- option: health-timeout + default_value: none + description: Maximum time to allow one check to run (ns|us|ms|s|m|h) +- option: host-add + default_value: '[]' + description: Add or update a custom host-to-IP mapping (host:ip) +- option: host-rm + default_value: '[]' + description: Remove a custom host-to-IP mapping (host:ip) +- option: hostname + description: Container hostname - option: image description: Service image tag - option: label-add default_value: '[]' - description: Add or update service labels + description: Add or update a service label - option: label-rm default_value: '[]' description: Remove a label by its key @@ -57,13 +98,12 @@ options: - option: mount-rm default_value: '[]' description: Remove a mount by its target path -- option: name - description: Service name +- option: no-healthcheck + default_value: "false" + description: Disable any container-specified HEALTHCHECK - option: publish-add - default_value: '[]' description: Add or update a published port - option: publish-rm - default_value: '[]' description: Remove a published port by its target port - option: replicas default_value: none @@ -78,22 +118,42 @@ options: description: Restart when condition is met (none, on-failure, or any) - option: restart-delay default_value: none - description: Delay between restart attempts + description: Delay between restart attempts (ns|us|ms|s|m|h) - option: restart-max-attempts default_value: none description: Maximum number of restarts before giving up - option: restart-window default_value: none - description: Window used to evaluate the restart policy + description: Window used to evaluate the restart policy (ns|us|ms|s|m|h) +- option: rollback + default_value: "false" + description: Rollback to previous specification +- option: secret-add + description: Add or update a secret on a service +- option: secret-rm + default_value: '[]' + description: Remove a secret - option: stop-grace-period default_value: none - description: Time to wait before force killing a container + description: | + Time to wait before force killing a container (ns|us|ms|s|m|h) +- option: tty + shorthand: t + default_value: "false" + description: Allocate a pseudo-TTY - option: update-delay default_value: "0" - description: Delay between updates + description: Delay between updates (ns|us|ms|s|m|h) (default 0s) - option: update-failure-action default_value: pause description: Action on update failure (pause|continue) +- option: update-max-failure-ratio + default_value: "0" + description: Failure rate to tolerate during an update +- option: update-monitor + default_value: "0" + description: | + Duration after each task update to monitor for failure (ns|us|ms|s|m|h) (default 0s) - option: update-parallelism default_value: "1" description: | diff --git a/_data/engine-cli/docker_stack.yaml b/_data/engine-cli/docker_stack.yaml new file mode 100644 index 00000000000..59f04a610d8 --- /dev/null +++ b/_data/engine-cli/docker_stack.yaml @@ -0,0 +1,18 @@ +command: docker stack +short: Manage Docker stacks +long: Manage Docker stacks +usage: docker stack +pname: docker +plink: docker.yaml +cname: +- docker stack deploy +- docker stack ls +- docker stack ps +- docker stack rm +- docker stack services +clink: +- docker_stack_deploy.yaml +- docker_stack_ls.yaml +- docker_stack_ps.yaml +- docker_stack_rm.yaml +- docker_stack_services.yaml diff --git a/_data/engine-cli/docker_stack_deploy.yaml b/_data/engine-cli/docker_stack_deploy.yaml new file mode 100644 index 00000000000..95bcba3474e --- /dev/null +++ b/_data/engine-cli/docker_stack_deploy.yaml @@ -0,0 +1,15 @@ +command: docker stack deploy +short: Deploy a new stack or update an existing stack +long: Deploy a new stack or update an existing stack +usage: docker stack deploy [OPTIONS] STACK +pname: docker stack +plink: docker_stack.yaml +options: +- option: bundle-file + description: Path to a Distributed Application Bundle file +- option: compose-file + shorthand: c + description: Path to a Compose file +- option: with-registry-auth + default_value: "false" + description: Send registry authentication details to Swarm agents diff --git a/_data/engine-cli/docker_stack_ls.yaml b/_data/engine-cli/docker_stack_ls.yaml new file mode 100644 index 00000000000..3176bcff3d0 --- /dev/null +++ b/_data/engine-cli/docker_stack_ls.yaml @@ -0,0 +1,6 @@ +command: docker stack ls +short: List stacks +long: List stacks +usage: docker stack ls +pname: docker stack +plink: docker_stack.yaml diff --git a/_data/engine-cli/docker_stack_ps.yaml b/_data/engine-cli/docker_stack_ps.yaml new file mode 100644 index 00000000000..3f46f59e39f --- /dev/null +++ b/_data/engine-cli/docker_stack_ps.yaml @@ -0,0 +1,20 @@ +command: docker stack ps +short: List the tasks in the stack +long: List the tasks in the stack +usage: docker stack ps [OPTIONS] STACK +pname: docker stack +plink: docker_stack.yaml +options: +- option: all + shorthand: a + default_value: "false" + description: Display all tasks +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: no-resolve + default_value: "false" + description: Do not map IDs to Names +- option: no-trunc + default_value: "false" + description: Do not truncate output diff --git a/_data/engine-cli/docker_stack_rm.yaml b/_data/engine-cli/docker_stack_rm.yaml new file mode 100644 index 00000000000..b6626648ca3 --- /dev/null +++ b/_data/engine-cli/docker_stack_rm.yaml @@ -0,0 +1,6 @@ +command: docker stack rm +short: Remove the stack +long: Remove the stack +usage: docker stack rm STACK +pname: docker stack +plink: docker_stack.yaml diff --git a/_data/engine-cli/docker_stack_services.yaml b/_data/engine-cli/docker_stack_services.yaml new file mode 100644 index 00000000000..40f2462815d --- /dev/null +++ b/_data/engine-cli/docker_stack_services.yaml @@ -0,0 +1,14 @@ +command: docker stack services +short: List the services in the stack +long: List the services in the stack +usage: docker stack services [OPTIONS] STACK +pname: docker stack +plink: docker_stack.yaml +options: +- option: filter + shorthand: f + description: Filter output based on conditions provided +- option: quiet + shorthand: q + default_value: "false" + description: Only display IDs diff --git a/_data/engine-cli/docker_start.yaml b/_data/engine-cli/docker_start.yaml index a142008f0e9..83554192050 100644 --- a/_data/engine-cli/docker_start.yaml +++ b/_data/engine-cli/docker_start.yaml @@ -9,6 +9,10 @@ options: shorthand: a default_value: "false" description: Attach STDOUT/STDERR and forward signals +- option: checkpoint + description: Restore from this checkpoint +- option: checkpoint-dir + description: Use a custom checkpoint storage directory - option: detach-keys description: Override the key sequence for detaching a container - option: interactive diff --git a/_data/engine-cli/docker_swarm.yaml b/_data/engine-cli/docker_swarm.yaml index 8b1144a39e3..b8935bd2309 100644 --- a/_data/engine-cli/docker_swarm.yaml +++ b/_data/engine-cli/docker_swarm.yaml @@ -4,5 +4,19 @@ long: Manage Swarm usage: docker swarm pname: docker plink: docker.yaml -cname: docker swarm update -clink: docker_swarm_update.yaml +cname: +- docker swarm init +- docker swarm join +- docker swarm join-token +- docker swarm leave +- docker swarm unlock +- docker swarm unlock-key +- docker swarm update +clink: +- docker_swarm_init.yaml +- docker_swarm_join.yaml +- docker_swarm_join-token.yaml +- docker_swarm_leave.yaml +- docker_swarm_unlock.yaml +- docker_swarm_unlock-key.yaml +- docker_swarm_update.yaml diff --git a/_data/engine-cli/docker_swarm_init.yaml b/_data/engine-cli/docker_swarm_init.yaml index c1693565c9f..6a2f9305571 100644 --- a/_data/engine-cli/docker_swarm_init.yaml +++ b/_data/engine-cli/docker_swarm_init.yaml @@ -7,20 +7,30 @@ plink: docker_swarm.yaml options: - option: advertise-addr description: 'Advertised address (format: [:port])' +- option: autolock + default_value: "false" + description: | + Enable manager autolocking (requiring an unlock key to start a stopped manager) - option: cert-expiry default_value: 2160h0m0s - description: Validity period for node certificates + description: Validity period for node certificates (ns|us|ms|s|m|h) - option: dispatcher-heartbeat default_value: 5s - description: Dispatcher heartbeat period + description: Dispatcher heartbeat period (ns|us|ms|s|m|h) - option: external-ca description: Specifications of one or more certificate signing endpoints - option: force-new-cluster default_value: "false" - description: Force create a new cluster from current state. + description: Force create a new cluster from current state - option: listen-addr default_value: 0.0.0.0:2377 description: 'Listen address (format: [:port])' +- option: max-snapshots + default_value: "0" + description: Number of additional Raft snapshots to retain +- option: snapshot-interval + default_value: "10000" + description: Number of log entries between Raft snapshots - option: task-history-limit default_value: "5" description: Task history retention limit diff --git a/_data/engine-cli/docker_swarm_leave.yaml b/_data/engine-cli/docker_swarm_leave.yaml index 319b557b3f4..d22cbd21b5e 100644 --- a/_data/engine-cli/docker_swarm_leave.yaml +++ b/_data/engine-cli/docker_swarm_leave.yaml @@ -1,10 +1,11 @@ command: docker swarm leave -short: Leave the swarm (workers only) -long: Leave the swarm (workers only) +short: Leave the swarm +long: Leave the swarm usage: docker swarm leave [OPTIONS] pname: docker swarm plink: docker_swarm.yaml options: - option: force + shorthand: f default_value: "false" description: Force this node to leave the swarm, ignoring warnings diff --git a/_data/engine-cli/docker_swarm_unlock-key.yaml b/_data/engine-cli/docker_swarm_unlock-key.yaml new file mode 100644 index 00000000000..a5534d60a8f --- /dev/null +++ b/_data/engine-cli/docker_swarm_unlock-key.yaml @@ -0,0 +1,14 @@ +command: docker swarm unlock-key +short: Manage the unlock key +long: Manage the unlock key +usage: docker swarm unlock-key [OPTIONS] +pname: docker swarm +plink: docker_swarm.yaml +options: +- option: quiet + shorthand: q + default_value: "false" + description: Only display token +- option: rotate + default_value: "false" + description: Rotate unlock key diff --git a/_data/engine-cli/docker_swarm_unlock.yaml b/_data/engine-cli/docker_swarm_unlock.yaml new file mode 100644 index 00000000000..5155a4961b4 --- /dev/null +++ b/_data/engine-cli/docker_swarm_unlock.yaml @@ -0,0 +1,6 @@ +command: docker swarm unlock +short: Unlock swarm +long: Unlock swarm +usage: docker swarm unlock +pname: docker swarm +plink: docker_swarm.yaml diff --git a/_data/engine-cli/docker_swarm_update.yaml b/_data/engine-cli/docker_swarm_update.yaml index 448f47fc6ea..0380cb850e3 100644 --- a/_data/engine-cli/docker_swarm_update.yaml +++ b/_data/engine-cli/docker_swarm_update.yaml @@ -5,14 +5,23 @@ usage: docker swarm update [OPTIONS] pname: docker swarm plink: docker_swarm.yaml options: +- option: autolock + default_value: "false" + description: Change manager autolocking setting (true|false) - option: cert-expiry default_value: 2160h0m0s - description: Validity period for node certificates + description: Validity period for node certificates (ns|us|ms|s|m|h) - option: dispatcher-heartbeat default_value: 5s - description: Dispatcher heartbeat period + description: Dispatcher heartbeat period (ns|us|ms|s|m|h) - option: external-ca description: Specifications of one or more certificate signing endpoints +- option: max-snapshots + default_value: "0" + description: Number of additional Raft snapshots to retain +- option: snapshot-interval + default_value: "10000" + description: Number of log entries between Raft snapshots - option: task-history-limit default_value: "5" description: Task history retention limit diff --git a/_data/engine-cli/docker_system.yaml b/_data/engine-cli/docker_system.yaml index 391ae639da4..9b3a9fa7247 100644 --- a/_data/engine-cli/docker_system.yaml +++ b/_data/engine-cli/docker_system.yaml @@ -4,5 +4,13 @@ long: Manage Docker usage: docker system pname: docker plink: docker.yaml -cname: docker system prune -clink: docker_system_prune.yaml +cname: +- docker system df +- docker system events +- docker system info +- docker system prune +clink: +- docker_system_df.yaml +- docker_system_events.yaml +- docker_system_info.yaml +- docker_system_prune.yaml diff --git a/_data/engine-cli/docker_system_events.yaml b/_data/engine-cli/docker_system_events.yaml index 1339f648a8c..7ac3a687a23 100644 --- a/_data/engine-cli/docker_system_events.yaml +++ b/_data/engine-cli/docker_system_events.yaml @@ -9,7 +9,7 @@ options: shorthand: f description: Filter output based on conditions provided - option: format - description: Format the output using the given go template + description: Format the output using the given Go template - option: since description: Show all events created since timestamp - option: until diff --git a/_data/engine-cli/docker_system_info.yaml b/_data/engine-cli/docker_system_info.yaml index f155e7cfe74..2636cfc87ad 100644 --- a/_data/engine-cli/docker_system_info.yaml +++ b/_data/engine-cli/docker_system_info.yaml @@ -7,4 +7,4 @@ plink: docker_system.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template diff --git a/_data/engine-cli/docker_tag.yaml b/_data/engine-cli/docker_tag.yaml index cb5ee57a56e..1f99378ccae 100644 --- a/_data/engine-cli/docker_tag.yaml +++ b/_data/engine-cli/docker_tag.yaml @@ -1,6 +1,6 @@ command: docker tag -short: Tag an image into a repository -long: Tag an image into a repository -usage: docker tag IMAGE[:TAG] IMAGE[:TAG] +short: Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE +long: Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE +usage: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] pname: docker plink: docker.yaml diff --git a/_data/engine-cli/docker_update.yaml b/_data/engine-cli/docker_update.yaml index fb4ee3405bb..d129771c0a9 100644 --- a/_data/engine-cli/docker_update.yaml +++ b/_data/engine-cli/docker_update.yaml @@ -7,13 +7,20 @@ plink: docker.yaml options: - option: blkio-weight default_value: "0" - description: Block IO (relative weight), between 10 and 1000 + description: | + Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0) - option: cpu-period default_value: "0" description: Limit CPU CFS (Completely Fair Scheduler) period - option: cpu-quota default_value: "0" description: Limit CPU CFS (Completely Fair Scheduler) quota +- option: cpu-rt-period + default_value: "0" + description: Limit the CPU real-time period in microseconds +- option: cpu-rt-runtime + default_value: "0" + description: Limit the CPU real-time runtime in microseconds - option: cpu-shares shorthand: c default_value: "0" diff --git a/_data/engine-cli/docker_version.yaml b/_data/engine-cli/docker_version.yaml index 2d85f5d4836..61451ec84d2 100644 --- a/_data/engine-cli/docker_version.yaml +++ b/_data/engine-cli/docker_version.yaml @@ -18,4 +18,4 @@ plink: docker.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template diff --git a/_data/engine-cli/docker_volume.yaml b/_data/engine-cli/docker_volume.yaml index 784d495c2d6..6903a13fa7e 100644 --- a/_data/engine-cli/docker_volume.yaml +++ b/_data/engine-cli/docker_volume.yaml @@ -18,5 +18,15 @@ long: | usage: docker volume COMMAND pname: docker plink: docker.yaml -cname: docker volume rm -clink: docker_volume_rm.yaml +cname: +- docker volume create +- docker volume inspect +- docker volume ls +- docker volume prune +- docker volume rm +clink: +- docker_volume_create.yaml +- docker_volume_inspect.yaml +- docker_volume_ls.yaml +- docker_volume_prune.yaml +- docker_volume_rm.yaml diff --git a/_data/engine-cli/docker_volume_inspect.yaml b/_data/engine-cli/docker_volume_inspect.yaml index 38a9a2f36de..4ab9a7c847f 100644 --- a/_data/engine-cli/docker_volume_inspect.yaml +++ b/_data/engine-cli/docker_volume_inspect.yaml @@ -11,4 +11,4 @@ plink: docker_volume.yaml options: - option: format shorthand: f - description: Format the output using the given go template + description: Format the output using the given Go template From 132f33de6f26ca9b3760333ddd1e6d94762327b4 Mon Sep 17 00:00:00 2001 From: French Ben Date: Mon, 19 Dec 2016 15:07:55 -0800 Subject: [PATCH 28/48] Added latest docs from Editions AWS & Azure (#887) * Added Docker for AWS and Azure and moved navigation Signed-off-by: French Ben * Fixed image links Signed-off-by: French Ben --- _data/toc.yaml | 98 ++++++---- docker-for-aws/deploy.md | 169 +++++++++++++++++ docker-for-aws/faqs.md | 88 +++++++++ docker-for-aws/img/autoscale_save.png | Bin 0 -> 78169 bytes docker-for-aws/img/autoscale_update.png | Bin 0 -> 188285 bytes docker-for-aws/img/aws-stack-update.PNG | Bin 0 -> 128083 bytes docker-for-aws/img/aws_account_number.png | Bin 0 -> 17022 bytes .../img/aws_support_center_link.png | Bin 0 -> 16848 bytes docker-for-aws/img/cloudformation_update.png | Bin 0 -> 41654 bytes docker-for-aws/img/managers.png | Bin 0 -> 153530 bytes docker-for-aws/index.md | 105 +++++++++++ docker-for-aws/opensource.md | 11 ++ docker-for-aws/release-notes.md | 157 +++++++++++++++ docker-for-aws/scaling.md | 33 ++++ docker-for-aws/upgrade.md | 32 ++++ docker-for-azure/deploy.md | 178 ++++++++++++++++++ docker-for-azure/faqs.md | 66 +++++++ docker-for-azure/img/managers.png | Bin 0 -> 80321 bytes docker-for-azure/img/sshtargets.png | Bin 0 -> 279936 bytes docker-for-azure/img/subscription.png | Bin 0 -> 76719 bytes docker-for-azure/index.md | 63 +++++++ docker-for-azure/opensource.md | 11 ++ docker-for-azure/release-notes.md | 67 +++++++ docker-for-azure/upgrade.md | 48 +++++ 24 files changed, 1091 insertions(+), 35 deletions(-) create mode 100644 docker-for-aws/deploy.md create mode 100644 docker-for-aws/faqs.md create mode 100644 docker-for-aws/img/autoscale_save.png create mode 100644 docker-for-aws/img/autoscale_update.png create mode 100644 docker-for-aws/img/aws-stack-update.PNG create mode 100644 docker-for-aws/img/aws_account_number.png create mode 100644 docker-for-aws/img/aws_support_center_link.png create mode 100644 docker-for-aws/img/cloudformation_update.png create mode 100644 docker-for-aws/img/managers.png create mode 100644 docker-for-aws/index.md create mode 100644 docker-for-aws/opensource.md create mode 100644 docker-for-aws/release-notes.md create mode 100644 docker-for-aws/scaling.md create mode 100644 docker-for-aws/upgrade.md create mode 100644 docker-for-azure/deploy.md create mode 100644 docker-for-azure/faqs.md create mode 100644 docker-for-azure/img/managers.png create mode 100644 docker-for-azure/img/sshtargets.png create mode 100644 docker-for-azure/img/subscription.png create mode 100644 docker-for-azure/index.md create mode 100644 docker-for-azure/opensource.md create mode 100644 docker-for-azure/release-notes.md create mode 100644 docker-for-azure/upgrade.md diff --git a/_data/toc.yaml b/_data/toc.yaml index 4711c4a6b3e..17524298a12 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -513,42 +513,70 @@ toc: title: Deprecated Engine Features - path: /engine/faq/ title: FAQ -- sectiontitle: Docker for Mac +- sectiontitle: Get Docker section: - - path: /docker-for-mac/ - title: Getting Started - - path: /docker-for-mac/docker-toolbox/ - title: Docker for Mac vs. Docker Toolbox - - path: /docker-for-mac/multi-arch/ - title: Leveraging Multi-CPU Architecture Support - - path: /docker-for-mac/networking/ - title: Networking - - path: /docker-for-mac/osxfs/ - title: File system sharing - - path: /docker-for-mac/troubleshoot/ - title: Logs and Troubleshooting - - path: /docker-for-mac/faqs/ - title: FAQs - - path: /docker-for-mac/examples/ - title: Example Applications - - path: /docker-for-mac/opensource/ - title: Open Source Licensing - - path: /docker-for-mac/release-notes/ - title: Release Notes -- sectiontitle: Docker for Windows - section: - - path: /docker-for-windows/ - title: Getting Started - - path: /docker-for-windows/troubleshoot/ - title: Logs and Troubleshooting - - path: /docker-for-windows/faqs/ - title: FAQs - - path: /docker-for-windows/examples/ - title: Example Applications - - path: /docker-for-windows/opensource/ - title: Open Source Licensing - - path: /docker-for-windows/release-notes/ - title: Release Notes + - sectiontitle: Docker for Mac + section: + - path: /docker-for-mac/ + title: Getting Started + - path: /docker-for-mac/docker-toolbox/ + title: Docker for Mac vs. Docker Toolbox + - path: /docker-for-mac/multi-arch/ + title: Leveraging Multi-CPU Architecture Support + - path: /docker-for-mac/networking/ + title: Networking + - path: /docker-for-mac/osxfs/ + title: File system sharing + - path: /docker-for-mac/troubleshoot/ + title: Logs and Troubleshooting + - path: /docker-for-mac/faqs/ + title: FAQs + - path: /docker-for-mac/examples/ + title: Example Applications + - path: /docker-for-mac/opensource/ + title: Open Source Licensing + - path: /docker-for-mac/release-notes/ + title: Release Notes + - sectiontitle: Docker for Windows + section: + - path: /docker-for-windows/ + title: Getting Started + - path: /docker-for-windows/troubleshoot/ + title: Logs and Troubleshooting + - path: /docker-for-windows/faqs/ + title: FAQs + - path: /docker-for-windows/examples/ + title: Example Applications + - path: /docker-for-windows/opensource/ + title: Open Source Licensing + - path: /docker-for-windows/release-notes/ + title: Release Notes + - sectiontitle: Docker for AWS + section: + - path: /docker-for-aws/ + title: Setup & Prerequisites + - path: /docker-for-aws/scaling/ + title: Scaling + - path: /docker-for-aws/upgrade/ + title: Upgrading + - path: /docker-for-aws/faqs/ + title: FAQs + - path: /docker-for-aws/opensource/ + title: Open Source Licensing + - path: /docker-for-aws/release-notes/ + title: Release Notes + - sectiontitle: Docker for Azure + section: + - path: /docker-for-azure/ + title: Setup & Prerequisites + - path: /docker-for-azure/upgrade/ + title: Upgrading + - path: /docker-for-azure/faqs/ + title: FAQs + - path: /docker-for-azure/opensource/ + title: Open Source Licensing + - path: /docker-for-azure/release-notes/ + title: Release Notes - sectiontitle: Docker Compose section: - path: /compose/overview/ diff --git a/docker-for-aws/deploy.md b/docker-for-aws/deploy.md new file mode 100644 index 00000000000..73511659ab2 --- /dev/null +++ b/docker-for-aws/deploy.md @@ -0,0 +1,169 @@ +--- +description: Deploying Apps on Docker for AWS +keywords: aws, amazon, iaas, deploy +title: Deploy your app on Docker for AWS +--- + +## Connecting to your manager nodes + +This section will walk you through connecting to your installation and deploying +applications. Instructions are included for both AWS and Azure, so be sure to +follow the instructions for the cloud provider of your choice in each section. + +First, you will obtain the public IP address for a manager node. Any manager +node can be used for administrating the swarm. + +##### Manager Public IP on AWS + +Once you've deployed Docker on AWS, go to the "Outputs" tab for the stack in +CloudFormation. + +The "Managers" output is a URL you can use to see the available manager nodes of +the swarm in your AWS console. Once present on this page, you can see the +"Public IP" of each manager node in the table and/or "Description" tab if you +click on the instance. + +![](/img/managers.png) + +## Connecting via SSH + +#### Manager nodes + +Obtain the public IP and/or port for the manager node as instructed above and +using the provided SSH key to begin administrating your swarm: + + $ ssh -i docker@ + Welcome to Docker! + +Once you are logged into the container you can run Docker commands on the swarm: + + $ docker info + $ docker node ls + +You can also tunnel the Docker socket over SSH to remotely run commands on the cluster (requires [OpenSSH 6.7](https://lwn.net/Articles/609321/) or later): + + $ ssh -NL localhost:2374:/var/run/docker.sock docker@ & + $ docker -H localhost:2374 info + +If you don't want to pass `-H` when using the tunnel, you can set the `DOCKER_HOST` environment variable to point to the localhost tunnel opening. + +### Worker nodes + +As of Beta 13, the worker nodes also have SSH enabled when connecting from +manager nodes. SSH access is not possible to the worker nodes from the public +Internet. To access the worker nodes, you will need to first connect to a +manager node (see above). + +On the manager node you can then `ssh` to the worker node, over the private +network. Make sure you have SSH agent forwarding enabled (see below). If you run +the `docker node ls` command you can see the full list of nodes in your swarm. +You can then `ssh docker@` to get access to that node. + +##### AWS + +Use the `HOSTNAME` reported in `docker node ls` directly. + +``` +$ docker node ls +ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS +a3d4vdn9b277p7bszd0lz8grp * ip-172-31-31-40.us-east-2.compute.internal Ready Active Reachable +... + +$ ssh docker@ip-172-31-31-40.us-east-2.compute.internal +``` + +##### Using SSH agent forwarding + +SSH agent forwarding allows you to forward along your ssh keys when connecting from one node to another. This eliminates the need for installing your private key on all nodes you might want to connect from. + +You can use this feature to SSH into worker nodes from a manager node without +installing keys directly on the manager. + +If your haven't added your ssh key to the `ssh-agent` you will also need to do this first. + +To see the keys in the agent already, run: + +``` +$ ssh-add -L +``` + +If you don't see your key, add it like this. + +``` +$ ssh-add ~/.ssh/your_key +``` + +On Mac OS X, the `ssh-agent` will forget this key, once it gets restarted. But you can import your SSH key into your Keychain like this. This will have your key survive restarts. + +``` +$ ssh-add -K ~/.ssh/your_key +``` + +You can then enable SSH forwarding per-session using the `-A` flag for the ssh command. + +Connecting to the Manager. +``` +$ ssh -A docker@ +``` + +To always have it turned on for a given host, you can edit your ssh config file +(`/etc/ssh_config`, `~/.ssh/config`, etc) to add the `ForwardAgent yes` option. + +Example configuration: + +``` +Host manager0 + HostName + ForwardAgent yes +``` + +To SSH in to the manager with the above settings: + +``` +$ ssh docker@manager0 +``` + +## Running apps + +You can now start creating containers and services. + + $ docker run hello-world + +You can run websites too. Ports exposed with `-p` are automatically exposed through the platform load balancer: + + $ docker service create --name nginx -p 80:80 nginx + +Once up, find the `DefaultDNSTarget` output in either the AWS or Azure portals to access the site. + +### Execute docker commands in all swarm nodes + +There are cases (such as installing a volume plugin) wherein a docker command may need to be executed in all the nodes across the cluster. You can use the `swarm-exec` tool to achieve that. + +Usage : `swarm-exec {Docker command}` + +The following will install a test plugin in all the nodes in the cluster + +Example : `swarm-exec docker plugin install --grant-all-permissions mavenugo/test-docker-netplugin` + +This tool internally makes use of docker global-mode service that runs a task on each of the nodes in the cluster. This task in turn executes your docker command. The global-mode service also guarantees that when a new node is added to the cluster or during upgrades, a new task is executed on that node and hence the docker command will be automatically executed. + +### Distributed Application Bundles + +To deploy complex multi-container apps, you can use [distributed application bundles](https://github.com/docker/docker/blob/master/experimental/docker-stacks-and-bundles.md). You can either run `docker deploy` to deploy a bundle on your machine over an SSH tunnel, or copy the bundle (for example using `scp`) to a manager node, SSH into the manager and then run `docker deploy` (if you have multiple managers, you have to ensure that your session is on one that has the bundle file). + +A good sample app to test application bundles is the [Docker voting app](https://github.com/docker/example-voting-app). + +By default, apps deployed with bundles do not have ports publicly exposed. Update port mappings for services, and Docker will automatically wire up the underlying platform load balancers: + + docker service update --publish-add 80:80 + +### Images in private repos + +To create swarm services using images in private repos, first make sure you're authenticated and have access to the private repo, then create the service with the `--with-registry-auth` flag (the example below assumes you're using Docker Hub): + + docker login + ... + docker service create --with-registry-auth user/private-repo + ... + +This will cause swarm to cache and use the cached registry credentials when creating containers for the service. diff --git a/docker-for-aws/faqs.md b/docker-for-aws/faqs.md new file mode 100644 index 00000000000..f99e2f015c6 --- /dev/null +++ b/docker-for-aws/faqs.md @@ -0,0 +1,88 @@ +--- +description: Frequently asked questions +keywords: aws faqs +title: Docker for AWS Frequently asked questions (FAQ) +--- + +## Can I use my own AMI? + +No, at this time we only support the default Docker for AWS AMI. + +## How to use Docker for AWS with an AWS account in an EC2-Classic region. + +If you have an AWS account that was created before **December 4th, 2013** you have what is known as an **EC2-Classic** account on regions where you have previously deployed resources. **EC2-Classic** accounts don't have default VPC's or the associated subnets, etc. This causes a problem when using our CloudFormation template because we are using the [Fn:GetAZs](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getavailabilityzones.html) function they provide to determine which availability zones you have access too. When used in a region where you have **EC2-Classic**, this function will return all availability zones for a region, even ones you don't have access too. When you have an **EC2-VPC** account, it will return only the availability zones you have access to. + +This will cause an error like the following: + +> "Value (us-east-1a) for parameter availabilityZone is invalid. Subnets can currently only be created in the following availability zones: us-east-1d, us-east-1c, us-east-1b, us-east-1e." + +If you have an **EC2-Classic** account, and you don't have access to the `a` and `b` availability zones for that region. + +There isn't anything we can do right now to fix this issue, we have contacted Amazon, and we are hoping they will be able to provide us with a way to determine if an account is either **EC2-Classic** or **EC2-VPC**, so we can act accordingly. + +#### How to tell if you have this issue. + +This AWS documentation page will describe how you can tell if you have EC2-Classic, EC2-VPC or both. http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html + +#### How to fix: +There are a few work arounds that you can try to get Docker for AWS up and running for you. + +1. Use a region that doesn't have **EC2-Classic**. The most common region with this issue is `us-east-1`. So try another region, `us-west-1`, `us-west-2`, or the new `us-east-2`. These regions will more then likely be setup with **EC2-VPC** and you will not longer have this issue. +2. Create an new AWS account, all new accounts will be setup using **EC2-VPC** and will not have this problem. +3. You can try and contact AWS support to convert your **EC2-Classic** account to a **EC2-VPC** account. For more information checkout the following answer for **"Q. I really want a default VPC for my existing EC2 account. Is that possible?"** on https://aws.amazon.com/vpc/faqs/#Default_VPCs + +#### Helpful links: +- http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/default-vpc.html +- http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html +- http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html +- https://aws.amazon.com/vpc/faqs/#Default_VPCs +- https://aws.amazon.com/blogs/aws/amazon-ec2-update-virtual-private-clouds-for-everyone/ + + +## Can I use my existing VPC? + +Not at this time, but it is on our roadmap for future releases. + +## Which AWS regions will this work with. + +Docker for AWS should work with all regions except for AWS China, which is a little different than the other regions. + +## How many Availability Zones does Docker for AWS use? + +All of Amazons regions have at least 2 AZ's, and some have more. To make sure Docker for AWS works in all regions, only 2 AZ's are used even if more are available. + +## What do I do if I get "KeyPair error" on AWS? +As part of the prerequisites, you need to have an SSH key uploaded to the AWS region you are trying to deploy to. +For more information about adding an SSH key pair to your account, please refer to the [Amazon EC2 Key Pairs docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) + +## I have a problem/bug where do I report it? + +Send an email to or post to the [Docker for AWS](https://github.com/docker/for-aws) GitHub repositories. + +In AWS, if your stack is misbehaving, please run the following diagnostic tool from one of the managers - this will collect your docker logs and send them to Docker: + +``` +$ docker-diagnose +OK hostname=manager1 +OK hostname=worker1 +OK hostname=worker2 +Done requesting diagnostics. +Your diagnostics session ID is 1234567890-xxxxxxxxxxxxxx +Please provide this session ID to the maintainer debugging your issue. +``` + +_Please note that your output will be slightly different from the above, depending on your swarm configuration_ + +## Analytics + +The beta versions of Docker for AWS and Azure send anonymized analytics to Docker. These analytics are used to monitor beta adoption and are critical to improve Docker for AWS and Azure. + +## How to run administrative commands? + +By default when you SSH into a manager, you will be logged in as the regular username: `docker` - It is possible however to run commands with elevated privileges by using `sudo`. +For example to ping one of the nodes, after finding its IP via the Azure/AWS portal (e.g. 10.0.0.4), you could run: +``` +$ sudo ping 10.0.0.4 +``` + +Note that access to Docker for AWS and Azure happens through a shell container that itself runs on Docker. \ No newline at end of file diff --git a/docker-for-aws/img/autoscale_save.png b/docker-for-aws/img/autoscale_save.png new file mode 100644 index 0000000000000000000000000000000000000000..2eaebfe21821b3033b511137f8442298a7294037 GIT binary patch literal 78169 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%0A!=6}lkp;KSISTMkMwk_VMSqD; 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 Z7|jx_c=udkm;vtfQIu7asgyDa{yz)ekx~Ev literal 0 HcmV?d00001 diff --git a/docker-for-aws/img/autoscale_update.png b/docker-for-aws/img/autoscale_update.png new file mode 100644 index 0000000000000000000000000000000000000000..aa4bd3368bdd46261a14191b5192545955027da2 GIT binary patch literal 188285 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�kQJKeI8c@DiOSH-v*uvQQluJvsC$ohd=E_3FBz`FVy|t z2<>*oJptdtkCD?tQ;p~ue7oOBY^F3VH9|8*#LCp@xP~=y(Sf_A0*@{J;FxNRFl>Cx zx7`^@y^$~8L52nh$v&rIJxiq0R1a!}ggd0~;gAGyfSWwt-^R(fk5ho-w541Rxy5^#8Ja(0@jea80D!vZyp?{exW0;u56j`;t@c`Y!@efB->syW_l7$;y61N{_b=Ut z4kjWGW83Ot{=^1atl*7Mihc_Y7kwjyF&=&1rss3y0g5KD>FcGnPT{c zbdQ(d{(4Bw<7UK52;Z05Gsl~{Os2vCe%gJO7V7;f>r_5hH-svGRJCu2>bTB@8C$aG zwRk80S4L)wPyGrGs_D@@&WBj<;W>_e854?5AxYsezsy#?k$r#PHqJvZs1_>|YwfL| zmKomIAiT;h5i^p(pYq{dPjHW!0!`|dwA9@c0lO!mIxNDq+*VRG1Ty>lLKK4`t>*GR zta8zQ&*e)l7Y{?%a@+oWI^6%4MZm}m>wy40PjDAPfjV-zMC6@lRu<}B?$buI+jZrh z=UJh;UyW=YKi{K>U6!_4MR1{Bvz*}MRh|dF+fky#LbaFinY=s~!NxdNFLoas8MRxc zG0rtIwu=2rAe8sdi0=vO+$;b*pYeUU?GEdUtK)gST7DeJS@=7%zDN1-Jp-*(%!XWE z)ic<>8f5X753D;sToE68^obt6uieG})c2D0>c`kGWo1GQQwrJ092S66U^Kp}EXwTZ zp{(m%eEHp9!BT`F9sUI8lURO+g2WuYc)#6s?|a5Rum&sMSCQ)(d(LdD*UjyF{L0;W zbF^A7`Rxz(6yThW7}9UPmyf2E$9x$wz)2Nskj?eBPwYF&iOOkzX^spc$ogkIHQi-Z z58~cIwpjE(lY)ZSVx_tsL|~7^B+W7b?Cz0I)Y0vmWPYWtV-Vc-dQDZ-nIrs_*uwBm zB+I}w@PW)YX#NrM-|07hdjCPcd5V2v{-@dzabNo2Y!~(`?JX`H-S^IrWTA(Yd}^=R zvq=w_Vz`6Djcn`}s2?I~tA!l-`c8KusmmmC7i1PEd8u$_y=wu_%=!m(CU2}?{D}Vj zHT@8QQ?74ibm{ln)ZD3k^ch`^iBla>eGc$HV^A{FUm`+#Gd8Da z;u9v0VW<$3K2brZ?mgKmv*E_{?@sLM0y0ZnnS>+yQAQI@#>_s(p%1?CiQprJh+ORZ zk26`)mxU?H4)Q57M9H#F+E)Yqo2}sAMxZy=15yP`57$oeKy~Sn_IuA0Vo(2Qo=5fK z*sbJ%a-RrpD_}Y8O;E}9ZO-hBhnibEQoe4pvMD$45udFziUiylht~C;L}m9paSk*$ zO|S)Z0Y}w`-%Jh9P}@Q}`E2bQUq^D8O+9``&5K#oh-Fr1XqEd|5f*}al`>8En?o5>IwaCc}^h||Pjl9eDIL}TY)7)lx z_o;4;3q+egS}OOzcle+)*dHa+cDpCJ`-)JMX%Sfenvh^~Y4%p(l_&D$#+gV4i3!VF4wea{OFAzhr7VF2c+vOxnHkDcx(V z|EwVe4S$z%k?Py{Mw>~MOFl=G)zAx^_mvkmnryq{TT^QVrD zb(N!Ai@)bq^>)r8F%Z1F^_WYJ+u6hFgZ8JPe2hYdd6G_Wy=EJ2h)LAdN zPZaUs*By=lVP&sF$wH=AsK-^$)f>MLR~)w}HO?E73wmqfYxLDE{!J0MAITDLJLvi}sYQk;-e&DqVC`3Z zM(__DCJPhR%+LEGzZjX!UNJq-l~%Ov>>}IQfFTEKc^vnxHK(!ypPXb%X(ne{1H2z) z@rS~a-YKRCy0Z8zK{8cRSW0U>4aNJ-&}(!e9NzcirpU-eTwQ^d=x|2436^0@rdY}_ zxm@jIM~1aeg^|Eq+QXPEM<=+&jJD(e2?^WfGp( zWsh#N8QB<@+Cq_CvQHSYHbb=@2Pp+&^69yP(qD1@^X|W>#((KH$?QR0 z`#-z}@zkh@9{f*QB}V4e3#`-7-k@JB0$;jF6hC2HthyUbR^$I!qHFWrPxtLH6CAoA znJTY*^~V=#T`iq-&f+hLiLvUjOIY0lSPG@CC~bYW)AfJeJg*a{xVvP0v2#U&`H$x* zw?xsj4e@!w&^Fqe5ta-Fojt=|_m11XyC!^mdc{AE8av$CJmDHYXB$Ut+-93T2@{vYpv#6 zKloq2Vg`4L-R)gYxZhk(K+m>!HIgAWo5+C^E^z0qQ5jt6##<+#)Ckl8xH|*R#&4Tu zfzGaXns2Xn5a<(+ziK}A+PLiW%L3h8CP?L~%2bAS2@`&#Jt(gn%D74|r7M$2(5^f$ zawsvn`vlnp&?Xuu!jFe4G5iwK!`P}s4mC%g%wwg^Ae7p?w)am29JXdp(Rp`B0x;F0 z*}2NwFBKa{ZQf?9NM(V%Z@~eqVvu4?hd#Wy)dFhM*j{DHG5+-cSy{MhfW2ld@1NOf zR=S%(4TpBh$JfIrhr7*3T18n(i8$!Xe+cw3{0D(7zhAS1C8IhoH9B%J9X`DU>yORm zle`I$66|rdW$bqRJHP7d_s!nqwq+-EaV}YZF(2j@NemGOwYM;J_Rzl~R=)Aj-mhb! z%w7$Ge_9{axvrs?SygofFKcf>dE7{u4&NkSRb`o}fs;PNGU9LBEtcp`P8Z~R%&C@rYmALAd{EnTGbcMkXq$if6yOP9RWyDBYh zo78TWL@!_K0JRQOX0ruA*VQQPf0WUFS+QTdm|iaFcza=iC@Ve2__c0#d`}GL)td$N zK?~Q&{smp_&BV%~n~C$S#+p1g=bGEPOIU1uRp}6$apG0p;ixkv#BW`hs?{%g;Sf!%$$hm3@ z-DhkR#sB%+-{q13WADv^yc>-A`yzz(^`1Ox#`MWtE@u7VWEn^KU4BBu4&#MAEK<#U zuc#QorEN#{*BWR<`~ZW;C^l{t*ax;kMmzk4ZEmhD=1T(tbahS7xyDf*S7-p>s;n~L z=gkD-vZb=}Ze|8@gIg!Q)Dd93bX!_RYYX!5?Win+WAJZ)y9bVHja8<)jh%aYI198( zSyk{ow5hTGQl}Jj3S+*UL13V2K`8mgZFoz|?f-2R0oqlJ-}SW3>A0|1Uw1h>IS(#W z4zWTyQ{381%SH+(&!#KkY=#-`lTZL4vXU^fJMcH282sci5l)$jR!x5|Nve*<_FoWme0~8D`;0hFpCN zC^K?C_i#+qwn~KGxVD#`SVqDVDvN-|rt|AYyQLy(XpD&)&Rgo72uEa9R@7hsNbQo9 zx_~SP*UW!3?Xwuhkt>}HfoiX?LZITthE^Dwln=9Z@CkM{N;DTKvX4bjq3 zQ_z>!2p911ZZ|%|_@kGm>a}$eF^h2j8Kxy1m6|PC3jlu%Y^dJ1G`{hdi!(Qa=yHeXI|@)=s^nA-YfNjR^DwRHf&6OK><1@pR zBz&{HaE6wsKvk4arbAo!C$;yC^GGJj zLk17w2fTk>ana4ie^dmv4fcsXF^&mT{_868F^WMej@r2fsro*d{#E>6S9HPRPZBNr z(;eF4$2T7j{O#&L7bnDu@t;MOknAf&35x}BlLuYM2M)fk|0qFPPxeS&xUWBAokw7O z?)GNG+SW(3mWco$n7b@etcT`$^ZPLt{fnqBuo;$z_!P+R^no4ktRy0P#Ya(cqPYDQ z9j*VCs^My_ga$B8=3QWLy%7_KTq^=M<*GwF?;{4~y3JZ?v-Z^GslV%%_NpDcp`Z;w zN3p%Ezo8t@a`-RN`~UwF)rgACXCgci;Owp0w6C`Fl^D_)l>$a4*(Onl#_#s&e2HdD zT3w}xR+r2(igJOGks#*78BM8VLXysY99T5iz@GXcrDfkbCq%?OQ&7GNM(CjjA;k;7 zgn7#nu$GuFq^@hJ?qBsxzw(|;Z=1IU_8iIx@+eE_ds(yh*eDx7GQ-nkra?nEjDL;K zV1f(b=)eQH>GwnY`p|)Nc)?&B0nOA8KFRuOm0o-osQn+Q`LZGbp*p`sX&>O zk|@8L?Y!(enKR)-MaQd8x7maeTOtAhFt96w_yn>JadXXF3KqiLTD`#O&vsYce&p@m z;f1tL7cL^qR4a58^NZs(l+{B|`jd-UCBihb>^Z>dZ&GbkT#IzT7vSGsR<$c6fU-$l#QA!u?fsH@u|wD))om5rIMV{z+$A(C_Y| zpYZUK9cVejjz?lFMeJg9!E@R_znlQ`2@6G2x&M-CA>&w&sZO$CIzr1f;=HWQWKnIbEjc^-o-T+=F<@5nTae2OK%eGJm(4Ymb_@Ki zwkS2|$a_PL#MHJDB?_K;)vSxUXt|ryUFj0tYFF(r$BkWS_y$FGLuzP4J}aNMW-_n& z=S(rA9c46ncPdPy${bdT2OXFSn;qnnaOA^vRMfUUF66Z8nHKS0pAvX^HdTaQVA9*C zP2KRL2)`oU#&5xzbRn*EWJASxD7*x4+*9QEcCSc{_Cx!(=rR!pdNo=DX7EMbC_APn zQwP&q5(qTm8xd+y+iA6Ii3A@KN?pL5T$V(gY8KKiUEfxzls8@wz(QX*J4lq>Fj1T> z;s550RiJY3SG1VFZRY>0j%tu>%}S6lpFlOM5>^ApXpudKqQB?8k~^{EY1**k`?t*P ziUvCd+iEDJM?*b9-!%lD7pIuyE`>ie?bzR)Kxht$5F|u1e^03{ zd<9wp`Tc&Si^nsAfvHjZ4u;yFzAxY=%@T{QKkncRs&G{|C z1dV7_3&abjUoz#+#JzyQ5p{hm0#Y$DTuER#w4%+p`+eyQj`xC_oN(yf1)p&(U&4xP zz+6>l!#%&wR8o&kPb;cB#`aLX@(c@`-Sn2pn*H3F);o~phBlL5$ zAScM2p(Qkf#33~_0HpUNpbF33gHGZYVm>**lhP*TsW-#{Hop4w(Nyuf$Om6;c)>)9 znAQCTC2`ShfjahUyzfT&pb6tpd~?k*P6g9b!QW(G!UIUndh5t|wi0*eUip`&s8b3z zE`~w5B%%mz+>q79cienr?ORr619N7@_=01g4;d}@>&)c@d~T8NJnXeb5hq89JKk!V zBUEVOq~bQ9{k7APR2|p@$M0&=j{IhyO)uAise`j+kM#6#g79E;lc%rs6TJxt_;&d_ zj3LR5o%4_Q`I-Fi%gTZ~p=;02E<6*+T|iu#oD~54pE9eRY_^-lbt$K^#O!jtBKFE?7i`%XS)#NZBMP*X#4ZZOy(eXmgfp?s5=Hbp669s2411=I z%D%_>5$lYlRROkn)d~6BI`xeI4;x;Oq#7ruRcu~Yty;pW=fR!|1NLuam<-rWQ32r7 za&k*!!;dWYoyKoAp)`oA&bH4##iQr3^D?2=mrJb+YjnN2@-c1Vma}o_u9{+SO#`ad zUPh9#!k^}0|5$?4Vqk!qB=NXx($@W)kx0z`@)L?O~Eneg6JD z-rBMh;MR#({(`sSz^8q9R3S{x_}#k;+X#1Vza1*(`T4_)r4(MEh#T!tk8Hf}!!qU^ z$m(F6u|o_LZ5(`Epvi6Z=c5DH)q|`=!=k*{b8bJ03svREm*V& z@prgdk7TCRkJd9A=&yeH^!gAFo?s)~HWa)we4T_HZbj7M4sG((m-v1;pBR*bhvh%l zixivI#yPG}??!4-sw_{vk)wB1g!O9r-!x+E&*g@VW0%QkX?yG*X?o?D&(yu?l91Xl zkzsE$rKlGhYt~mso8O)bS;oY-?G$)yrWI#1TgP1Ff(rbu?nZo#p6uRrhJ2SY-f{mEK9if8JT5;G zicmOB37Xp*%50V2AOTf$Y>rO0&1}kN{-#EyAt|=^V*%~JT)$}``QyEjMlbKBOtqcT z-e1~+VKySaL2Tl}!GAq2>y3n~!p%{!{AYM==5&(%jm%S5MUvqSqTWJ|5?Y!w1xNpe z_=RH`SnXMal27hM&+D`9JeraUFi^v=@{EY3hf$k7UX3`tA)jgacypM#iAg2xi&=?$ zsYvw(lLj2)2flx?NIBVoZsOv&ui1p!=tinKl*Jm ztRcVJLpv$Md2M&}s0UY?8@=24>G#N>9^G9=+ys^9c_+?N+DuoHaC`>C`t#%RE@-9= zHc$@6hwC~#mHo*+0G~=DB&sq+thp*Z>N8M8qQg~405O77>hLEr4dW;#g!u@%{q(H^ z_gOWHh3ZNg#eQ}EKu9pk^Kbk)xRuc^-GU@`7^3_etJ%d4CDN$ZChLh)B9w zM1_{p7s-G*XCm7&7wO*4;PM$HwMrlKqiw1+i{g|YTUl``WTl-mM!oqD4F8he5 zz85$nz6k#EMv^^`?ru+kKWWISf#$RjA2my%i0(;k+3Huaao=+2M0Zj9Y%)HH9~2FC z9y^TZIwNCxUKi0V6iEgS*R~P0e+})Wk-g12RM%pq)@Hr*|6Q#-`gwx0?W!w2h0SrE z!+>5KL}|@w5}2EYVQcDas4*7m8~NE8h-Cb*1q&7t?a6RF zDFO?175^waoju@%i$vzDdjaN6jFu1I8KtHIjjn-WKx1S~z&Q^M^-;#6yiLMq#L+hM zVOO(NG@PE`>a1UOE<*9e)A>l$N$G>X_l*OFJY{C; zAI3NPePKp^_1l_~+HN!;(&kYU#GiNpNfo<|JdTq#UElpEDf;|nq$vmJsTw$L#H96| z*Cy)gnuQcCQ~gaUFP8+B+63M;418|x)5CDDu#<;Ij5FTmb#1;gP zgOM-s{(Q`HIK;enz1hnG{UD0k54XeHmRDqdj@4jv0`+H|EM~gNkKEd{(rg2!sn}yx z=cwD3$Ia_6Urf9> zy__T%?!wP4>y&=L{6xE1MYzb3(nvxtE^jQo{A9@z{(5v)kwurbxwgmxF&WFV8(N}= zn)fT8yvnh%&rhXtTxe^^tE8O)Lz--cIY;RBlPo`Nq!i@!H_gWhB<8(tCBdiy?>wB? zQZx%;NyCN1j-wT>`eU13M-xfKq>dkFF1gC*m`j0@eso0%ze_YAogh1YI9)9-kwWO4 zp_c$__5>EhGqF=55iG4Qe5pCqw4gnlFN8b7;@c^^yfr!?>heO%cumqn_IBHpqm8oRfA&vNafC@yxkemXcUFGIk0WBgM! zS#otuX)NZ2-R9&Pe%|~9uev8KDZ(gtQQbKg8rVNhcl!7XOiJ~a8CaJslOgxd$juR3 z-SB5Tn$f18u?Ib6&3P`bw()mXP!|$?p|3xLigvifg=Zdk-J^a#IAV``qOOO=iVvr` zpReQ0!Bx{jPC~d>jPr4vI7%vtK(8}ET;lH99izFB>KeI*o+w~3Q2;9R7(vN*C)sza z;rkjLtHHQ_L=k)6?9sV~D{)4%oQiB6y*Q|(-Wzx;W9Dk<(`<++0j!`fox29rD&y>ZE^94E_51C_0 zaiF_lZ)wE#Sie?)1=gX{F{YbLG~ODND-GxI&|8GaKMJooo439)TZ%D-s{B*7XvH?+ z?**IxRq$r4z%&nXAYMbagw)X{eRfbjzD%|Jy<|ReRbAIr#lKJLGun#qN5fw`eeGyZ z5ht{6j3Kw7I#X*i0Mo$Em0NxRXM>PkqT7Cz6m1ToA9|XYR(1N1e%Khq9uA_nqPkls zyv-x2kB(A12>1Q2*pp^EQ_8EuZV++fO}qM=2f(wt417aUqpplG^`7nybQ%(UpexKV z2B*7THvgFKpodzA#fRGg(sR`J1oi58@$GHIqD$s2Ci2XBU1*g-Pzi7F+(tFUA^ZGS zG-B*&e~$zo>1?Fk{n_$FI3Gg3bUA19!!!=Aw?-=nn{xRHGXcB-{tXCVgQd&zaVxE_ zbe`UskHMh*11#032rf{hFPTN?I3d+ z>T)jTsvoqSYq=6u8-xIxv}(%Jll%e;($7WvH=XO{*J4O*zVxT@yih735xFvE2lR_Zf?sJxrDTA@UMuIqvTBKdi50>J?!dBtySo zmyv$D=_o9w?dWWNk=-duFg)>6P%&z3L8Ff7u;ZFl!{GdV*ol(GGFw%vC}(nKC|NSC zR3;lJ67THPNHUy@tRt*(#VF8m;R$l$q%_9X3+SaiISU(F_A}-;&eSN`C2&22o(eDf z+Tf8^dA?9@?~QJ1HMGd58SURb1pmp^kCbketevP(BdZ&zgHS&aw?BHfM)( zF7;#PwIQbAfWx+!)M0GX^>&z`?rZp43YVhrSYf`SA@=izpD1DBxx39|1$zJor?Z!w z!nRipd^q%?f7n^Xb;fQ9TZIkLRpVce=_%7`;E_S zd84InVQV(Op+nV5s;{^tQy~f z;StAtMJsHfEG^7wm-A1d+V)x|#5%OELd1#63v(*PZ;959U~rF|6yzyK%dkuB^{3oe z#T0&fQp{;i8|7rIQ)eNHJs22Qf1-?*C~2kQhx%f*2KD}YqjLon{kI(qEp^o;=uhc` zzV$pbntcKqDE=Lg%QZk1>qJuMu9?XtnwteesG&(3%@x7v=uj##XMJqq7}cLp9i8CM zF^HBo(lF#ydO&5@p|f*j-5*CU-yyh{=Nj3uqjsfmsdcVD5d#+bfzYW2WVGCopigKcH3k85qYn)cqx#%oh_{)&Me?Bnn3OEf&?Yz=uq zX&u{t(U|n+r{*k(b;THN8lIN;t*W=v4-~^z4kXEX3CvqPl<)iA%5983o*0UbQ*hY0 z9@Q;aKRd+nM0E}m_(mK>-u)V62YFG^U)QQCobjc+EnrIh{n5Z(0dCl6DKvWR65+b zFHxmbH05e`tb0Ru<+lNHmx{ib(_!L_$-_B*(NMQ4u#fr}51d5WX6!;@w*K1Vo zIT=5=tDn!>tjt7L$MH)#&gr{&zD4`lXk63o$aslBRPo*=Vw}}NFbTv+?>d;Nnq44l z^i&YsyQ14N^9X|9y~+t#`ewv@od+^iP9A~dOp)b4WQ~7G1LI=+J;@f%_a3qPkq~WH zNS}xGt);o6s0FtJ{1GZmg|ZyGhpO;7g~KR|yneRLyyT-lqTaS1cJ%wVmZUo6iK>Gf zFx@3TvP!3nwUH2iN;31~e2O)mGJ`Wej~#zL5tCOij+3{`getm_N0lVX*Xn{VwX+ja z#h@O>AK5E>m$n@GGj`B6P$*!VaL7ryuEQ6`JooF!8EAIYiY$v1IY<*c7@GQ{0{ zumy>f8m?(F?VFrVwj^UI!@xb?2Q@8Pl&dlk`&uJ=Q~3U(R$n~MKP`lJ=I-~}4OG42 zdY#IP19f&LUY@v^3B#3D!_v^m5ENq5q=Ke}o)oNkkjN(-@4iHOHeDy(w;hDslnFZtsQRt|$hOs&Bu*Y~ESZ=lv2w_!@SJ{* zx;=iRoITBe_7Y6q*1)3(iK4{G=|_xitbE!S9Q1~bv*@8zIv5CrIi22g=BtTEcoQgR zG5hogh0`SGA?zi(zjp5m(Sf>RsU@O#i?TxaP!4^$1vTqBWszC!%EQF@#7+sOk1{(4 zVm{rqaDDXJAZAY&dJG-ssF~Dzc+AMqMT^^x+>)bx(sP*b!Q$tON3=E)aLjN3%TF)Kq%jn$=Y2iN;5#sQ z`}2>({TQLPs{%FC@}D#G7iKqZ^UqVBoNI8GAMjeS=9$19%9F_m`0ZA(Q{8;sg)gDW zolbaJRFb&!h}Jwc>QA>9C0**442Yx`z5SMKmd5yVHbHeaSwN5_VKM)+~utE=Iw|awDdK__5L1EHC32+Acq63D@8lq6%6u`I<|S+HN3)c1q_YXf3{3 zZxnK!3bHbOztV4Wl95CGOvEUTo&It(d47#@0LCGK$JJri|U? zV5n*ElR&7q)yyH(B5PwmAuk{dzgZ_N;R9aD{+Q!XlMJsJ=Y7kr0}~qE9u$YPiInKGDpjd!AVVFGr zepkcUarfX4JTY#eUykhzSX`%lW4pmmTXoE4gG=1R*j}CQp^uM$RdLJ3g##=(mt0L` z_veoQ7bxdL8te*W)ICVVv72DmX0mBaDxZxxe73@CJJU16a$Ru6j~+fNwymVu3PfZq zg&SF{|K^H_SwR=^Xv!l8*`kZ)Pyqr|^cqmpT(5vz2S39V)OOLKjq@-<#?#t2mUG|Hym0?KUAh;;OYW@mR~w{tYY_XSH3;F$gfwK^vl6xARp z=`ZPP=meQ})_`VH$2w-)F7-7c96fcGiSO=k+FO> z9U)sXeESj7Gh=xl_e=qCk-OH6N_5%GKIo$`jC9$D%6b6=xSobPjRzaMahMzF4tSyx z-Tb30TDe`vY0Zq>KHc3Wj`8UJ&IQI^xQ>EaKxy( z##`@)KpQCIv9cRE?9(GwD)wJH;F;ne`nM95svYls9Pv!t7HL;;NQxcwT_!hr#03Ti z9xhSQ3=JSB#;rZ%jZ_*^k_D6`Z55KE#y!C3dstTSSN&h&N z?x>=j>v$TuQTfEXk`OgaZDrr>`YsEH1+h&nGck+r0{NayXH;n{f~&@99O5f48B>_{ z=4~bIrUs+d@sVGr$%Rdbj_rK8aN4b8bN%%*CQ2ae?CRioZ`t0JRn+m3B>i3Z;Q5=vkXznOHokwNwd%WDOG*RU?9^u>yQf+b!AV{7Okeie zdIQU2gsY1sE^lJd;ob71ZM4fetal8b*q_VY{K(baeD4JGCn-d2JhPF`JlrIO(K@~ z^r2g1yw^+UIbPda3kjX!!CIePqo}5$s*{G*!W#Qu0b|Y^H5BAGVg1~oGr49)&qp-h z8R%G-0}BHhsS9oL%8VGfyh_PTQmTm!8_JW6moY9oC3KJ|E=P4D&bWtC*`+HtuwM_37QZfa&F(Go4U)-t)cXRm>S z5f54HDRqo6t|ggXeV-~7W#O})Vmn$hSl^7-%@0ZQ!uN_}aiX{E15IT(o_=4kHNV1s zD7shcTp^KSe*1dv_&E+d+2SO87=-F_jnl$*t?Zqvhh&<-hb&N&OdbBGsjcgj-&ArU zob5TymZn7(UEy|mt+M?aJW-@4`&o`ZXzbgj#vXMT(QyGNzSy1U3RxUY)732EGH z!7XYI--#HD&z#P95ozN82>*Gq#clY=U_WhtxPDwJ>nPV7H^bTzcDrwpSGOdfmeN9~ z0m2|E^;&4}z%<--%=Gl_;_3G`MzGk zV`RSA;@#){xkw(pEkK(7uz)qkH4HT_5434)(KB}l>Z`%UU|;w#VFf-{qT_jv($hob zvBS>Pfuy|Q1bEN0Fg6SbUcfM&$CW>IZhqnaDJciaT;kKPpS41b|W_cXmO&X z#iGaJpzoFFeVk|gGt>*Y-Z~`vMtm!Z8o;aW(MgE1C4U>1=h+}ZYi~-cThUsbk<23b{;=w z!qt0$1$yh%uzW=BFP8_Th$E1s`8IrRKv&&(is}eT(v*c)8APY0?hsZ}(k=3n~ zq*DJ7b)u4c-ZDAAT#ITaNm5b9;BBSucV7$Ywmb7T z5qbz-vD-<@3Gc@hlUg=>OrsZKRJi@(^-h>mGE3RDU52(2Be?;qb7LkhKw?KoiPD*=v*JS!c8Uo0RA||NIxUs`!iqwUxbmpzNsRtTxd)7DYlJ zufPJCI4a}3h&Z&b%z!UL^LOY1YK`G^cLwK%F`L_A?&bn^;{IzTT(96E@YM2$eSeHNWf)&PLKcO_LDOH z@9k5{2)HGV<%gv!ZgZR0kJM5E18|vyCKu}2%pbZ(9E<(-b+V5MA}ai}n)%ZBk(*nM zRZ)nTy}H~_znPb>WnQD#$-NCve+K0J5dBExuCX!NCv9?_*`}9I_1Tsx1ZRlydzc89 z)w|w>fms#Vnryb&PjYHCBqlbKc|SCpPf5Lj<_8{8 zW5!_wQ=6}Agb(RGxAabDsDe&Qq{AFWQfr^);k3u-&;v%=hwN0d`9$%%rJ;=8jE$=2 z&nq(P-O+2m$APdNm_O4~If*ZaG%sVSyKyiXoE->tBQCD+%L1~jd=WgRLv7Fg(ln!I zy6%TbOq{~eE!G5@ri~axfT7D@6>+gc8}Gn;ch&4 zWe>x}6WXtOsW6$vxT!TAHv(N>^39YnM?U)*eELg+sYRTJYE;sAbw45fYUqvM3Ic!U zHR!H$Izaa>aq;sAu~BuVTc~eGZ<;n6vUkgQBQ}jyFhZe5_OtKI-s(4?kJ7KC^^Rge zRFTQjc$+54e0`~Gz{M$NXzNl+dIpQ6FLAQR63+pinyW>oPLtH3K7L|eC>po1EwjqN z)$lS+Uv=GWCE%)v-as}7P~+l6Qn_Cu#HPd>F-&6G0nF6zS6t*wqIG@bKZ~^lHD!tz znaaI~J&KIE2cf8x#PFz9d0qRWD8|Wz?OK_Z&Sq^mu5(Gb0>pff<)A1{q^ef7zc__| zL{VqMSOhA}!hF5&W!2BSUNV!dlp8HSm+PC(yPmZFMc!M*#kF+(x)A~)BoLgS!7aE$ zSRcXyW%LU0J~jXQzhE&&>Mhem?CG}<)K>|SfV-`Vdz`~A+cz3M1VVtxr)djOv!_hFX)N66RxL_ecKKoaz+XKA+b<%k!P+n7|cN$nhAl051h~Q z-$oYcfra*IBZQc)%GzV99Y9clc$NiuD?(I2pt!nV+p+#VsnpvXf;A?uxsIS7NzK)> z9L&~>gd{$v(5lRB3bP|G0TodelZ$QF!=EjSzT$#eMUP(5+n(F!-{VYiPQ+cXlz6^c zo0iG|1I`ZXPgXy0?bsdEnCUjN)1pNcSBbA(u+%6U=9dl4ZgxGDHJ1*sK6K1jell!- ze<^GjoqR;~p8kHJBUCu%XYB6}M$Ngp3mXi4$a;aRL2sFp$j;?UG?VdXllwV(4>x<2 zg?iU_QucA>7ecGCKlkqEjMu!0IO25AnKSCpa_DAj!X4eSYBC4B1 z{1K_(GUx~(M*W_|=K+K4&4=w15#aG|CAI9*+0MyWZJZh~d5BTxXe1yc)5R#RalBzL z!y?{Iskd(LTO%K;YFzKp@XADnwuh*A$DKw($HHyr+e=_NQ(OJb3oEYBz>1_2ugx6g zwWy%spT)Y0`Wv;UeAb!;_7XXxaQX?Z(d+l?Ft3eJe12hxQYJ5&>CQrp1+*$MIr-W^ z?`v8uK+SlUj_1J8^tAT;>u`BR%T(s$C52mycf-^RzuGw{VtLX*z-w;&)miWito^c_&A9`vR@57b&dHE{_{xQ>0XJ)pS<6@#LAFiz_)R`V}*w+_3}fA zbNkcITVCec;|t>Iy7ykC%3xrQuoLWeXb;3oaj6gQwH z@|0IYf7PbmYJ$}N@p^&xQu!*eCPPL!0l!XY>ld|qM_*)*E^O}6oWIqdkID%C0P~N>xG96$dGL}ZUYnE3Os52 zX=rh*9i5NSj9aez@sTmz}6HuujF4HfC4&P?;IrWr@*K8K60%V|2ZdC>%Vv}Es;9c=L9I>~@cUfpK?te*WQ zV1#sc-n>t~t1u9bojkDLN?Ciq7e;m^%x-eVV;Ja4>ZK<9D6#V!5-0fL_k%Fx+DMvL zkD}YD({(Lz8RiSAj(C-9$1d`Co>pdbF?Fm-tCbf}6YIy6=VG0=0>U_r40*R<^MC3o&DJ&OA~rTbXL# z*Hu>q>Ueiy@^@J^LBD&>-u&>fFuLljMbZ20@-mim3{WEWR0NrfiLVNNl{nlW>W^S@xQ{BJCT9-H7y5Hgw6i^!B`(b=umRNA- zR}^(ldx#>@#VtwFoth|&;jDd7cz>VH&?RUE4ooQvY0`x=^^}h_4P|SUl`cGDMjymS zGM&YWoz7}fL@9{OkMh&{KSb?GfSkef?6fN!%FecXR5Lu`&HP8EfqE z)F7frHjwuKs77sX6An@SBV4!Ei*gne?ve1vpy^m}Z@t7zIHD8ZZ$kSfc}vQ^NY9?{ z`ieiD{W9!zqv{04L=s0tX`ly*>W8h5ia16!rpcwL1vSy8L!1%XOa&QSS3`06ba$qi$gqWv8*#@ zvF$k`teazvS0Qvti>(1yq<62ywZu9RMUqfsxYl;Ib*!^cy*Yk7-Rl6ec4dD$*wgL| zRZ=?dJO6f}ZQ)}tC(?`R@il2Nmqd^HrQv<=`EJE~UEEv7F`ktB4^OFX1I6KxLx;yS zRPrO*9zl~~;O!l8J3MXy5_daK?A7+k%>A(q4fF0-5QY?X#5*ExcX%3;VLJiBu;}I} zJB#plzSXHUkEpAVQREpuxxc@?Or^v4rIOg9&(f;pF8gMHwuqhmD143E2X55it3)A| zhOuQK#eBmd&G$$THjWB@bhSC_0S)i8KWq(Kc8mI<&TNr*Z$>mE1y7m)&(Fas1|XQ^A~c;wOy4YgC1r(`5!*@=HQ+ZrdYMiKlEH!6>3FxY zmg5`2AeDZTIjeDAiBS2U(fs_cN4$)^;wv=kkL24q90bV%h~_lb+No<-$E)Wx7?wLg zvJb9Vao3*n<13V%~0%hR#lUfw+V=oH1? zK(Xmyfl~I6jKcz1L1g4;is^|F!@ypV?N^nBQC!9=-KxthGBV~)sOfB_?u@SZTEOjR ztH*HKh*GmM9Y~7KQO^}cPw)hfzZI&n+aYS z#I60?T@T}J0mF4aSjtw8>xQt`njm8Cfc^asJMJe*kUnE={=w-*6U{@UWYps&2f^;!e=D@E|ZFB4!W$2^+zn47o4CW ziIOK*J4n<9l_}TC%_8>x{FTPu*)4o>o*OoMuEy9VaC|f2M^tg!HqJ8^Bz@Ck6E8hI zh~B)pc~RT}`?LZm;f+Z1cn2hQNo{{!^BM)6xcm8%D!%R;2xPQrrMR9@Y5J$lOtJMc zr+|Ok>9JRe085v9Q1n_{b<>`})}3Cfn4X<6<-RxN*3pN7`+GMRIWAP z>kHi(wb#$a%<=7F#i?Cbadsl8sI9RWDDif)+)j03^BArX59__` z^j2!eW~1d6$T-bY z6KvIQngCF)Eh|9r!5s5a`ozzDoVX<12%^*`slpw;G{9(ibE|6sQ${Nr0=v>+a^Zo@ z{cQ{U+e14Q9&{Qb3H9%^Eb3^b(bIA&aBe zKYa>azc!5gZHBUuL8uO?X3{^`$no2WGyZwbqHN=ku?Z`9=nzR+np{_o;c}WIZs$^m zbC!^ZhuvJO%!fxsnNmby^v?2dAI0`ITvX1+3Bd+s*BE1I-f>M0x@=an!Lm43L4!yy zTpmgvHM^^30=Im9j6BloRPJUOnsWnahf2nJ%o5cm_aZHM8{C82pPvvVjoE&$JZGw` zzbb|$;Eq`}G}q)&ee@BiukhOdWuNbs>*`#9Jk7bPcRK+VbGH7ir<{d>Z3NY$vl2KC22I@`___0FUBRsrEq1n4hy}5)Y5GuW+Yl-(%G2Yqjy_XRDcm95TC| z(R-aX6fA!dQnv@8Ej{lAV+%(FwDh(VefswXQ99%Gbw`GnNb^{T9>}%r+hcvCJl!;M zxJj{%g75>X9D?Pfy^PmN%kr6;DtU&T0h&VUUhl?x!sN9JWI<%-)e$q>UJCSIN#f`A zh2N>KDS~jBYzzJzNuJgr(q{;rg3E;mz&ZH&Hoc#c1hV$v)A~w*uRH)arVvI9ljU;$ zW-DlRDYa4So1Ndg7=pJnwQcW2&hW6p+HrR0!hpRDErRe30hS2w-o}>@w5Lg=jlG

    d+o=EMb;o;>n1lb2k(? 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%0DJ{BV#ii`3%S%Z+W4)S@g)zRsN+ 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

  • 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 --parameters ParameterKey=KeyName,ParameterValue= ParameterKey=InstanceType,ParameterValue=t2.micro ParameterKey=ManagerInstanceType,ParameterValue=t2.micro ParameterKey=ClusterSize,ParameterValue=1 --capabilities CAPABILITY_IAM +``` + +To fully automate installs, you can use the [AWS Cloudformation API](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/Welcome.html). + +## How it works + +Docker for AWS starts with a CloudFormation template that will create everything that you need from scratch. There are only a few prerequisites that are listed above. + +It first starts off by creating a new VPC along with subnets and security groups. Once the networking is set up, it will create two Auto Scaling Groups, one for the managers and one for the workers, and set the desired capacity that was selected in the CloudFormation setup form. The managers will start up first and create a Swarm manager quorum using Raft. The workers will then start up and join the swarm one by one, until all of the workers are up and running. At this point you will have x number of managers and y number of workers in your swarm, that are ready to handle your application deployments. See the [deployment](../deploy.md) docs for your next steps. + +If you increase the number of instances running in your worker Auto Scaling Group (via the AWS console, or updating the CloudFormation configuration), the new nodes that will start up will automatically join the swarm. + +Elastic Load Balancers (ELBs) are set up to help with routing traffic to your swarm. + +## Logging + +Docker for AWS automatically configures logging to Cloudwatch for containers you run on Docker for AWS. A Log Group is created for each Docker for AWS install, and a log stream for each container. + +`docker logs` and `docker service logs` are not supported on Docker for AWS. Instead, you should check container in CloudWatch. + +## System containers + +Each node will have a few system containers running on them to help run your swarm cluster. In order for everything to run smoothly, please keep those containers running, and don't make any changes. If you make any changes, Docker for AWS will not work correctly. diff --git a/docker-for-aws/opensource.md b/docker-for-aws/opensource.md new file mode 100644 index 00000000000..b6502ec1be6 --- /dev/null +++ b/docker-for-aws/opensource.md @@ -0,0 +1,11 @@ +--- +description: Docker's use of Open Source +keywords: docker, opensource +title: Open source components and licensing +--- + +Docker for AWS and Azure Editions are built using open source software. + +Docker for AWS and Azure Editions distribute some components that are licensed under the GNU General Public License. You can download the source for these components [here](https://download.docker.com/opensource/License.tar.gz). + +The sources for qemu-img can be obtained [here](http://wiki.qemu-project.org/download/qemu-2.4.1.tar.bz2). The sources for the gettext and glib libraries that qemu-img requires were obtained from [Homebrew](https://brew.sh/) and may be retrieved using `brew install --build-from-source gettext glib`. \ No newline at end of file diff --git a/docker-for-aws/release-notes.md b/docker-for-aws/release-notes.md new file mode 100644 index 00000000000..8e5fb9c91ca --- /dev/null +++ b/docker-for-aws/release-notes.md @@ -0,0 +1,157 @@ +--- +description: Release notes +keywords: aws, amazon, iaas, release +title: Docker for AWS Release Notes +--- + +## 1.13.0-rc3-beta13 +Release date: 12/06/2016 + +![Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png) + +### New +- Docker Engine upgraded to [Docker 1.13.0-rc3](https://github.com/docker/docker/blob/master/CHANGELOG.md) +- New option to decide if you want to send container logs to CloudWatch. (previously it was always on) +- SSH access has been added to the worker nodes +- The Docker daemon no longer listens on port 2375 +- Added a `swarm-exec` to execute a docker command across all of the swarm nodes. See [Executing Docker commands in all swarm nodes](../deploy#execute-docker-commands-in-all-swarm-nodes) for more details. + +## 1.13.0-rc2-beta12 +Release date: 11/23/2016 + +### New +- Docker Engine upgraded to [Docker 1.13.0-rc2](https://github.com/docker/docker/blob/master/CHANGELOG.md) +- New option to cleanup unused resources on your Swarm using new Docker prune command available in 1.13 +- New option to pick the size of the ephemeral storage volume size on workers and managers +- New option to pick the disk type for the ephemeral storage on workers and managers +- Changed the Cloud Watch container log name from container "ID" to "Container Name-ID" + + +## 1.13.0-rc1-beta11 + +Release date: 11/17/2016 + +### New + +- Docker Engine upgraded to [Docker 1.13.0-rc1](https://github.com/docker/docker/blob/master/CHANGELOG.md) +- Changes to port 2375 access. For security reasons we locked down access to port 2375 in the following ways. + - You can't connect to port 2375 on managers from workers (changed) + - You can't connect to port 2375 on workers from other workers (changed) + - You can't connect to port 2375 on managers and workers from the public internet (no change) + - You can connect to port 2375 on workers from managers (no change) + - You can connect to port 2375 on managers from other managers (no change) +- Added changes to the way we manage swarm tokens to make it more secure. + +### Important +- Due to some changes with the IP ranges in the subnets in Beta10, it will not be possible to upgrade from beta 10 to beta 11. You will need to start from scratch using beta11. We are sorry for any issues this might cause. We needed to make the change, and it was decided it was best to do it now, while still in private beta to limit the impact. + + +## 1.12.3-beta10 + +Release date: 10/27/2016 + +### New + +- Docker Engine upgraded to Docker 1.12.3 +- Fixed the shell container that runs on the managers, to remove a ssh host key that was accidentally added to the image. +This could have led to a potential man in the middle (MITM) attack. The ssh host key is now generated on host startup, so that each host has its own key. +- The SSH ELB for SSH'ing into the managers has been removed because it is no longer possible to SSH into the managers without getting a security warning +- Each Manager can be SSH'd into by following our deploy [guide](../deploy) +- Added new region us-east-2 (Ohio) +- Fixed some bugs related to upgrading the swarm +- SSH keypair is now a required field in CloudFormation +- Fixed networking dependency issues in CloudFormation template that could result in a stack failure. + +## 1.12.2-beta9 + +Release date: 10/12/2016 + +### New + +- Docker Engine upgraded to Docker 1.12.2 +- Can better handle scaling swarm nodes down and back up again +- Container logs are now sent to CloudWatch +- Added a diagnostic command (docker-diagnose), to more easily send us diagnostic information in case of errors for troubleshooting +- Added sudo support to the shell container on manager nodes +- Change SQS default message timeout to 12 hours from 4 days +- Added support for region 'ap-south-1': Asia Pacific (Mumbai) + +### Deprecated: +- Port 2375 will be closed in next release. If you relay on this being open, please plan accordingly. + +## 1.12.2-RC3-beta8 + +Release date: 10/06/2016 + + * Docker Engine upgraded to 1.12.2-RC3 + +## 1.12.2-RC2-beta7 + +Release date: 10/04/2016 + + * Docker Engine upgraded to 1.12.2-RC2 + +## 1.12.2-RC1-beta6 + +Release date: 9/29/2016 + +### New + + * Docker Engine upgraded to 1.12.2-RC1 + + +## 1.12.1-beta5 + +Release date: 8/18/2016 + +### New + + * Docker Engine upgraded to 1.12.1 + +### Errata + + * Upgrading from previous Docker for AWS versions to 1.12.0-beta4 is not possible because of RC-incompatibilities between Docker 1.12.0 release candidate 5 and previous release candidates. + +## 1.12.0-beta4 + +Release date: 7/28/2016 + +### New + + * Docker Engine upgraded to 1.12.0 + +### Errata + + * Upgrading from previous Docker for AWS versions to 1.12.0-beta4 is not possible because of RC-incompatibilities between Docker 1.12.0 release candidate 5 and previous release candidates. + +## 1.12.0-rc5-beta3 + +(internal release) + +## 1.12.0-rc4-beta2 + +Release date: 7/13/2016 + +### New + + * Docker Engine upgraded to 1.12.0-rc4 + * EC2 instance tags + * Beta Docker for AWS sends anonymous analytics + +### Errata + * When upgrading, old Docker nodes may not be removed from the swarm and show up when running `docker node ls`. Marooned nodes can be removed with `docker node rm` + +## 1.12.0-rc3-beta1 + +### New + + * First release of Docker for AWS! + * CloudFormation based installer + * ELB integration for running public-facing services + * Swarm access with SSH + * Worker scaling using AWS ASG + +### Errata + + * To assist with debugging, the Docker Engine API is available internally in the AWS VPC on TCP port 2375. These ports cannot be accessed from outside the cluster, but could be used from within the cluster to obtain privileged access on other cluster nodes. In future releases, direct remote access to the Docker API will not be available. + * Likewise, swarm-mode is configured to auto-accept both manager and worker nodes inside the VPC. This policy will be changed to be more restrictive by default in the future. diff --git a/docker-for-aws/scaling.md b/docker-for-aws/scaling.md new file mode 100644 index 00000000000..b2c67edbb6c --- /dev/null +++ b/docker-for-aws/scaling.md @@ -0,0 +1,33 @@ +--- +description: Scaling your stack +keywords: aws, amazon, iaas, tutorial +title: Modifying Docker install on AWS +--- + +## Scaling workers + +You can scale the worker count using the AWS Auto Scaling group. Docker will automatically join or remove new instances to the Swarm. + +There are currently two ways to scale your worker group. You can "update" your stack, and change the number of workers in the CloudFormation template parameters, or you can manually update the Auto Scaling group in the AWS console for EC2 auto scaling groups. + +Changing manager count live is _not_ currently supported. + +### AWS Console +Login to the AWS console, and go to the EC2 dashboard. On the lower left hand side select the "Auto Scaling Groups" link. + +Look for the Auto Scaling group with the name that looks like $STACK_NAME-NodeASG-* Where `$STACK_NAME` is the name of the stack you created when filling out the CloudFormation template for Docker for AWS. Once you find it, click the checkbox, next to the name. Then Click on the "Edit" button on the lower detail pane. + + + +Change the "Desired" field to the size of the worker pool that you would like, and hit "Save". + + + +This will take a few minutes and add the new workers to your swarm automatically. To lower the number of workers back down, you just need to update "Desired" again, with the lower number, and it will shrink the worker pool until it reaches the new size. + +### CloudFormation Update +Go to the CloudFormation management page, and click the checkbox next to the stack you want to update. Then Click on the action button at the top, and select "Update Stack". + + + +Pick "Use current template", and then click "Next". Fill out the same parameters you have specified before, but this time, change your worker count to the new count, click "Next". Answer the rest of the form questions. CloudFormation will show you a preview of the changes it will make. Review the changes and if they look good, click "Update". CloudFormation will change the worker pool size to the new value you specified. It will take a few minutes (longer for a larger increase / decrease of nodes), but when complete you will have your swarm with the new worker pool size. diff --git a/docker-for-aws/upgrade.md b/docker-for-aws/upgrade.md new file mode 100644 index 00000000000..4d619ce0ea1 --- /dev/null +++ b/docker-for-aws/upgrade.md @@ -0,0 +1,32 @@ +--- +description: Upgrading your stack +keywords: aws, amazon, iaas, tutorial +title: Docker for AWS Upgrades +--- + +Docker for AWS has support upgrading from one beta version to the next. Upgrades are done by applying a new version of the AWS Cloudformation template that powers Docker for Azure. Depending on changes in the next version, an upgrade involves: + + * Changing the AMI backing manager and worker nodes (the Docker engine ships in the AMI) + * Upgrading service containers + * Changing the resource setup in the VPC that hosts Docker for AWS + +To be notified of updates, submit your email address at [https://beta.docker.com/](https://beta.docker.com/). + +## Prerequisites + + * We recommend only attempting upgrades of swarms with at least 3 managers. A 1-manager swarm may not be able to maintain quorum during the upgrade + * Upgrades are only supported from one version to the next version, for example beta-11 to beta-12. Skipping a version during an upgrade is not supported. For example, upgrading from beta-10 to beta-12 is not supported. Downgrades are not tested. + +## Upgrading + +If you submit your email address at [https://beta.docker.com/](beta.docker.com) Docker will notify you of new releases by email. New releases are also posted on the [Release Notes](https://beta.docker.com/docs/aws/release-notes/) page. + +To initiate an update, use either the AWS Console of the AWS cli to initiate a stack update. Use the S3 template URL for the new release and complete the update wizard. This will initiate a rolling upgrade of the Docker swarm, and service state will be maintained during and after the upgrade. Appropriately scaled services should not experience downtime during an upgrade. + +![Upgrade in AWS console](/img/cloudformation_update.png) + +Note that single containers started (for example) with `docker run -d` are **not** preserved during an upgrade. This is because the're not Docker Swarm objects, but are known only to the individual Docker engines. + +## Changing instance sizes and other template parameters + +In addition to upgrading Docker for AWS from one version to the next you can also use the AWS Update Stack feature to change template parameters such as worker count and instance type. Changing manager count is **not** supported. diff --git a/docker-for-azure/deploy.md b/docker-for-azure/deploy.md new file mode 100644 index 00000000000..3fdc2226e5f --- /dev/null +++ b/docker-for-azure/deploy.md @@ -0,0 +1,178 @@ +--- +description: Deploying Apps on Docker for Azure +keywords: azure, microsoft, iaas, deploy +title: Deploy your app on Docker for Azure +--- + +## Connecting to your manager nodes + +This section will walk you through connecting to your installation and deploying +applications. Instructions are included for both AWS and Azure, so be sure to +follow the instructions for the cloud provider of your choice in each section. + +First, you will obtain the public IP address for a manager node. Any manager +node can be used for administrating the swarm. + +##### Manager Public IP and SSH ports on Azure + +Once you've deployed Docker on Azure, go to the "Outputs" section of the +resource group deployment. + +![](/img/sshtargets.png) + +The "SSH Targets" output is a URL to a blade that describes the IP address +(common across all the manager nodes) and the SSH port (unique for each manager +node) that you can use to log in to each manager node. + +![](/img/managers.png) + +## Connecting via SSH + +#### Manager nodes + +Obtain the public IP and/or port for the manager node as instructed above and +using the provided SSH key to begin administrating your swarm and the unique port associated with a manager: + + $ ssh -i -p docker@ + Welcome to Docker! + +Once you are logged into the container you can run Docker commands on the swarm: + + $ docker info + $ docker node ls + +You can also tunnel the Docker socket over SSH to remotely run commands on the cluster (requires [OpenSSH 6.7](https://lwn.net/Articles/609321/) or later): + + $ ssh -NL localhost:2374:/var/run/docker.sock docker@ & + $ docker -H localhost:2374 info + +If you don't want to pass `-H` when using the tunnel, you can set the `DOCKER_HOST` environment variable to point to the localhost tunnel opening. + +### Worker nodes + +As of Beta 13, the worker nodes also have SSH enabled when connecting from +manager nodes. SSH access is not possible to the worker nodes from the public +Internet. To access the worker nodes, you will need to first connect to a +manager node (see above). + +On the manager node you can then `ssh` to the worker node, over the private +network. Make sure you have SSH agent forwarding enabled (see below). If you run +the `docker node ls` command you can see the full list of nodes in your swarm. +You can then `ssh docker@` to get access to that node. + +##### Azure + +Prepend the domain from `/etc/resolv.conf` to the returned `HOSTNAME` in +`docker node ls`. + +``` +$ docker node ls +ID HOSTNAME STATUS AVAILABILITY MANAGER STATUS +e5grdng229oazh79252fpbgcc swarm-worker000000 Ready Active +... + +$ cat /etc/resolv.conf +# Generated by dhcpcd from eth0.dhcp +# /etc/resolv.conf.head can replace this line +domain 2ct34bzag3fejkndbh0ypx4nnb.gx.internal.cloudapp.net +nameserver 168.63.129.16 +# /etc/resolv.conf.tail can replace this line + +$ ssh docker@swarm-worker000000.2ct34bzag3fejkndbh0ypx4nnb.gx.internal.cloudapp.net +``` + +##### Using SSH agent forwarding + +SSH agent forwarding allows you to forward along your ssh keys when connecting from one node to another. This eliminates the need for installing your private key on all nodes you might want to connect from. + +You can use this feature to SSH into worker nodes from a manager node without +installing keys directly on the manager. + +If your haven't added your ssh key to the `ssh-agent` you will also need to do this first. + +To see the keys in the agent already, run: + +``` +$ ssh-add -L +``` + +If you don't see your key, add it like this. + +``` +$ ssh-add ~/.ssh/your_key +``` + +On Mac OS X, the `ssh-agent` will forget this key, once it gets restarted. But you can import your SSH key into your Keychain like this. This will have your key survive restarts. + +``` +$ ssh-add -K ~/.ssh/your_key +``` + +You can then enable SSH forwarding per-session using the `-A` flag for the ssh command. + +Connecting to the Manager. +``` +$ ssh -A docker@ +``` + +To always have it turned on for a given host, you can edit your ssh config file +(`/etc/ssh_config`, `~/.ssh/config`, etc) to add the `ForwardAgent yes` option. + +Example configuration: + +``` +Host manager0 + HostName + ForwardAgent yes +``` + +To SSH in to the manager with the above settings: + +``` +$ ssh docker@manager0 +``` + +## Running apps + +You can now start creating containers and services. + + $ docker run hello-world + +You can run websites too. Ports exposed with `-p` are automatically exposed through the platform load balancer: + + $ docker service create --name nginx -p 80:80 nginx + +Once up, find the `DefaultDNSTarget` output in either the AWS or Azure portals to access the site. + +### Execute docker commands in all swarm nodes + +There are cases (such as installing a volume plugin) wherein a docker command may need to be executed in all the nodes across the cluster. You can use the `swarm-exec` tool to achieve that. + +Usage : `swarm-exec {Docker command}` + +The following will install a test plugin in all the nodes in the cluster + +Example : `swarm-exec docker plugin install --grant-all-permissions mavenugo/test-docker-netplugin` + +This tool internally makes use of docker global-mode service that runs a task on each of the nodes in the cluster. This task in turn executes your docker command. The global-mode service also guarantees that when a new node is added to the cluster or during upgrades, a new task is executed on that node and hence the docker command will be automatically executed. + +### Distributed Application Bundles + +To deploy complex multi-container apps, you can use [distributed application bundles](https://github.com/docker/docker/blob/master/experimental/docker-stacks-and-bundles.md). You can either run `docker deploy` to deploy a bundle on your machine over an SSH tunnel, or copy the bundle (for example using `scp`) to a manager node, SSH into the manager and then run `docker deploy` (if you have multiple managers, you have to ensure that your session is on one that has the bundle file). + +A good sample app to test application bundles is the [Docker voting app](https://github.com/docker/example-voting-app). + +By default, apps deployed with bundles do not have ports publicly exposed. Update port mappings for services, and Docker will automatically wire up the underlying platform load balancers: + + docker service update --publish-add 80:80 + +### Images in private repos + +To create swarm services using images in private repos, first make sure you're authenticated and have access to the private repo, then create the service with the `--with-registry-auth` flag (the example below assumes you're using Docker Hub): + + docker login + ... + docker service create --with-registry-auth user/private-repo + ... + +This will cause swarm to cache and use the cached registry credentials when creating containers for the service. diff --git a/docker-for-azure/faqs.md b/docker-for-azure/faqs.md new file mode 100644 index 00000000000..44c2cda0b31 --- /dev/null +++ b/docker-for-azure/faqs.md @@ -0,0 +1,66 @@ +--- +description: Frequently asked questions +keywords: azure faqs +title: Docker for Azure Frequently asked questions (FAQ) +--- + +## How long will it take before I get accepted into the Docker for Azure private beta? + +Docker for Azure is built on top of Docker 1.13, but as with all Beta, things are still changing, which means things can break between release candidates. + +We are currently rolling it out slowly to make sure everything is working as it should. This is to ensure that if there are any issues we limit the number of people that are affected. + +## Why do you need my Azure Subscription ID? + +We are using a private custom VHD, and in order to give you access to this VHD, we need your Azure Subscription ID. + +## How do I find my Azure Subscription ID? + +You can find this information your Azure Portal Subscription. For more info, look at the directions on [this page](../index.md). + +## I use more than one Azure Subscription ID, how do I get access to all of them. + +Use the beta sign up form, and put the subscription ID that you need to use most there. Then email us with your information and your other Azure Subscription ID, and we will do our best to add those accounts as well. But due to the large amount of requests, it might take a while before those subscriptions to get added, so be sure to include the important one in the sign up form, so at least you will have that one. + +## Can I use my own VHD? +No, at this time we only support the default Docker for Azure VHD. + +## Can I specify the type of Storage Account I use for my VM instances? + +Not at this time, but it is on our roadmap for future releases. + +## Which Azure regions will Docker for Azure work with. + +Docker for Azure should work with all supported Azure Marketplace regions. + +## I have a problem/bug where do I report it? + +Send an email to or post to the [Docker for Azure](https://github.com/docker/for-azure) GitHub repositories. + +In Azure, if your resource group is misbehaving, please run the following diagnostic tool from one of the managers - this will collect your docker logs and send them to Docker: + +``` +$ docker-diagnose +OK hostname=manager1 +OK hostname=worker1 +OK hostname=worker2 +Done requesting diagnostics. +Your diagnostics session ID is 1234567890-xxxxxxxxxxxxxx +Please provide this session ID to the maintainer debugging your issue. +``` + +_Please note that your output will be slightly different from the above, depending on your swarm configuration_ + +## Analytics + +The beta versions of Docker for AWS and Azure send anonymized analytics to Docker. These analytics are used to monitor beta adoption and are critical to improve Docker for AWS and Azure. + +## How to run administrative commands? + +By default when you SSH into a manager, you will be logged in as the regular username: `docker` - It is possible however to run commands with elevated privileges by using `sudo`. +For example to ping one of the nodes, after finding its IP via the Azure/AWS portal (e.g. 10.0.0.4), you could run: +``` +$ sudo ping 10.0.0.4 +``` + +Note that access to Docker for AWS and Azure happens through a shell container that itself runs on Docker. \ No newline at end of file diff --git a/docker-for-azure/img/managers.png b/docker-for-azure/img/managers.png new file mode 100644 index 0000000000000000000000000000000000000000..f4c68de91bc30f755cc2dc760fe2e479883db75c GIT binary patch literal 80321 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≫ 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 ZPUAjtt$~5(`+z^KJ9@WEZ$5nSzW_gf$pioZ literal 0 HcmV?d00001 diff --git a/docker-for-azure/img/sshtargets.png b/docker-for-azure/img/sshtargets.png new file mode 100644 index 0000000000000000000000000000000000000000..d1f94245654a1eb49075f0dba26a6cb81d24e55f GIT binary patch literal 279936 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∈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 literal 0 HcmV?d00001 diff --git a/docker-for-azure/img/subscription.png b/docker-for-azure/img/subscription.png new file mode 100644 index 0000000000000000000000000000000000000000..a7cfeba19d73d1e7d1bd20a8692cfd0872b7055c GIT binary patch literal 76719 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
    -
    Docker Cloud logo
    +
    Docker Cloud logo
    Docker Cloud provides a hosted [registry service](builds/repos.md) with diff --git a/docker-cloud/infrastructure/link-do.md b/docker-cloud/infrastructure/link-do.md index 097fe6a582e..668da01ff3d 100644 --- a/docker-cloud/infrastructure/link-do.md +++ b/docker-cloud/infrastructure/link-do.md @@ -4,6 +4,7 @@ keywords: link, DigitalOcean, account redirect_from: - /docker-cloud/getting-started/beginner/link-do/ - /docker-cloud/getting-started/link-do/ +- /engine/installation/cloud/cloud-ex-machine-ocean/ title: Link a DigitalOcean account --- diff --git a/docker-for-aws/index.md b/docker-for-aws/index.md index 7f4a69ea700..599396293e1 100644 --- a/docker-for-aws/index.md +++ b/docker-for-aws/index.md @@ -2,6 +2,9 @@ description: Setup & Prerequisites keywords: aws, amazon, iaas, tutorial title: Docker for AWS Setup & Prerequisites +redirect_from: +- /engine/installation/cloud/cloud-ex-aws/ +- /engine/installation/amazon/ --- ## Prerequisites diff --git a/docker-for-azure/index.md b/docker-for-azure/index.md index 333860ee53e..9034389d12e 100644 --- a/docker-for-azure/index.md +++ b/docker-for-azure/index.md @@ -2,6 +2,8 @@ description: Setup & Prerequisites keywords: azure, microsoft, iaas, tutorial title: Docker for Azure Setup & Prerequisites +redirect_from: +- /engine/installation/azure/ --- ## Prerequisites @@ -60,4 +62,4 @@ You can also invoke the Docker for Azure template from the Azure CLI: Here is an example of how to use the CLI. Make sure you populate all of the parameters and their values: ``` $ azure group create --name DockerGroup --location centralus --deployment-name docker.template --template-file -``` \ No newline at end of file +``` diff --git a/docker-for-mac/index.md b/docker-for-mac/index.md index e2d0288a5e0..420ad00bd50 100644 --- a/docker-for-mac/index.md +++ b/docker-for-mac/index.md @@ -8,6 +8,7 @@ redirect_from: - /mac/started/ - /docker-for-mac/started/ - /installation/mac/ +- /engine/installation/mac/ title: Get started with Docker for Mac --- diff --git a/docker-for-windows/index.md b/docker-for-windows/index.md index 5a8b0acbadb..3ef834f1836 100644 --- a/docker-for-windows/index.md +++ b/docker-for-windows/index.md @@ -8,6 +8,7 @@ redirect_from: - /windows/started/ - /docker-for-windows/started/ - /installation/windows/ +- /engine/installation/windows/ title: Get started with Docker for Windows --- Welcome to Docker for Windows! diff --git a/engine/installation/cloud/cloud-ex-aws.md b/engine/installation/cloud/cloud-ex-aws.md deleted file mode 100644 index f60c968ecd0..00000000000 --- a/engine/installation/cloud/cloud-ex-aws.md +++ /dev/null @@ -1,202 +0,0 @@ ---- -description: Example of a manual install of Docker Engine on a cloud provider, using Amazon Web Services (AWS) EC2. Shows how to create an EC2 instance, and install Docker Engine on it. -keywords: cloud, docker, machine, documentation, installation, AWS, EC2 -title: 'Example: Manual installation on a cloud provider' ---- - -You can install Docker Engine directly to servers you have on cloud providers. This example shows how to create an Amazon Web Services (AWS) EC2 instance, and install Docker Engine on it. - -You can use this same general approach to create Dockerized hosts on other cloud providers. - -### Step 1. Sign up for AWS - -1. If you are not already an AWS user, sign up for AWS to create an account and get root access to EC2 cloud computers. If you have an Amazon account, you can use it as your root user account. - -2. Create an IAM (Identity and Access Management) administrator user, an admin group, and a key pair associated with a region. - - From the AWS menus, select **Services** > **IAM** to get started. - - See the AWS documentation on Setting Up with Amazon EC2. Follow the steps for "Create an IAM User" and "Create a Key Pair". - - If you are just getting started with AWS and EC2, you do not need to create a virtual private cloud (VPC) or specify a subnet. The newer EC2-VPC platform (accounts created after 2013-12-04) comes with a default VPC and subnet in each availability zone. When you launch an instance, it automatically uses the default VPC. - -### Step 2. Configure and start an EC2 instance - -Launch an instance to create a virtual machine (VM) with a specified operating system (OS) as follows. - - 1. Log into AWS with your IAM credentials. - - On the AWS home page, click **EC2** to go to the dashboard, then click **Launch Instance**. - - ![EC2 dashboard](../images/ec2_launch_instance.png) - - AWS EC2 virtual servers are called *instances* in Amazon parlance. Once you set up an account, IAM user and key pair, you are ready to launch an instance. It is at this point that you select the OS for the VM. - - 2. Choose an Amazon Machine Image (AMI) with the OS and applications you want. For this example, we select an Ubuntu server. - - ![Launch Ubuntu](../images/ec2-ubuntu.png) - - 3. Choose an instance type. - - ![Choose a general purpose instance type](../images/ec2_instance_type.png) - - 4. Configure the instance. - - You can select the default network and subnet, which are inherently linked to a region and availability zone. - - ![Configure the instance](../images/ec2_instance_details.png) - - 5. Click **Review and Launch**. - - 6. Select a key pair to use for this instance. - - When you choose to launch, you need to select a key pair to use. Save the `.pem` file to use in the next steps. - -The instance is now up-and-running. The menu path to get back to your EC2 instance on AWS is: **EC2 (Virtual Servers in Cloud)** > **EC2 Dashboard** > **Resources** > **Running instances**. - -To get help with your private key file, instance IP address, and how to log into the instance via SSH, click the **Connect** button at the top of the AWS instance dashboard. - - -### Step 3. Log in from a terminal, configure apt, and get packages - -1. Log in to the EC2 instance from a command line terminal. - - Change directories into the directory containing the SSH key and run this command (or give the path to it as part of the command): - - $ ssh -i "YourKey" ubuntu@xx.xxx.xxx.xxx - - For our example: - - $ cd ~/Desktop/keys/amazon_ec2 - $ ssh -i "my-key-pair.pem" ubuntu@xx.xxx.xxx.xxx - - We'll follow the instructions for installing Docker on Ubuntu [the instructions for installing Docker on Ubuntu](/engine/installation/linux/ubuntulinux.md). The next few steps reflect those instructions. - -2. Check the kernel version to make sure it's 3.10 or higher. - - ubuntu@ip-xxx-xx-x-xxx:~$ uname -r - 3.13.0-48-generic - -3. Add the new `gpg` key. - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D - Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.jNZLKNnKte --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D - gpg: requesting key 2C52609D from hkp server p80.pool.sks-keyservers.net - gpg: key 2C52609D: public key "Docker Release Tool (releasedocker) " imported - gpg: Total number processed: 1 - gpg: imported: 1 (RSA: 1) - -4. Create a `docker.list` file, and add an entry for our OS, Ubuntu Trusty 14.04 (LTS). - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo vi /etc/apt/sources.list.d/docker.list - - If we were updating an existing file, we'd delete any existing entries. - -5. Update the `apt` package index. - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo apt-get update - -6. Purge the old repo if it exists. - - In our case the repo doesn't because this is a new VM, but let's run it anyway just to be sure. - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo apt-get purge lxc-docker - Reading package lists... Done - Building dependency tree - Reading state information... Done - Package 'lxc-docker' is not installed, so not removed - 0 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. - -7. Verify that `apt` is pulling from the correct repository. - - ubuntu@ip-172-31-0-151:~$ sudo apt-cache policy docker-engine - docker-engine: - Installed: (none) - Candidate: 1.9.1-0~trusty - Version table: - 1.9.1-0~trusty 0 - 500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages - 1.9.0-0~trusty 0 - 500 https://apt.dockerproject.org/repo/ ubuntu-trusty/main amd64 Packages - . . . - - From now on when you run `apt-get upgrade`, `apt` pulls from the new repository. - -### Step 4. Install recommended prerequisites for the OS - -For Ubuntu Trusty (and some other versions), it’s recommended to install the `linux-image-extra` kernel package, which allows you use the `aufs` storage driver, so we'll do that now. - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo apt-get update - ubuntu@ip-172-31-0-151:~$ sudo apt-get install linux-image-extra-$(uname -r) - -### Step 5. Install Docker Engine on the remote instance - -1. Update the apt package index. - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo apt-get update - -2. Install Docker Engine. - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo apt-get install docker-engine - Reading package lists... Done - Building dependency tree - Reading state information... Done - The following extra packages will be installed: - aufs-tools cgroup-lite git git-man liberror-perl - Suggested packages: - git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk - gitweb git-arch git-bzr git-cvs git-mediawiki git-svn - The following NEW packages will be installed: - aufs-tools cgroup-lite docker-engine git git-man liberror-perl - 0 upgraded, 6 newly installed, 0 to remove and 139 not upgraded. - Need to get 11.0 MB of archives. - After this operation, 60.3 MB of additional disk space will be used. - Do you want to continue? [Y/n] y - Get:1 http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ trusty/universe aufs-tools amd64 1:3.2+20130722-1.1 [92.3 kB] - Get:2 http://us-west-1.ec2.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] - . . . - -3. Start the Docker daemon. - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo service docker start - -4. Verify Docker Engine is installed correctly by running `docker run hello-world`. - - ubuntu@ip-xxx-xx-x-xxx:~$ sudo docker run hello-world - ubuntu@ip-172-31-0-151:~$ sudo docker run hello-world - Unable to find image 'hello-world:latest' locally - latest: Pulling from library/hello-world - b901d36b6f2f: Pull complete - 0a6ba66e537a: Pull complete - Digest: sha256:8be990ef2aeb16dbcb9271ddfe2610fa6658d13f6dfb8bc72074cc1ca36966a7 - Status: Downloaded newer image for hello-world:latest - - Hello from Docker. - This message shows that your installation appears to be working correctly. - - To generate this message, Docker took the following steps: - 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. - 3. The Docker daemon created a new container from that image which runs the executable that produces the output you are currently reading. - 4. The Docker daemon streamed that output to the Docker client, which sent it to your terminal. - - To try something more ambitious, you can run an Ubuntu container with: - $ docker run -it ubuntu bash - - Share images, automate workflows, and more with a free Docker Hub account: - https://hub.docker.com - - For more examples and ideas, visit: - https://docs.docker.com/userguide/ - -## Where to go next - -_Looking for a quicker way to do Docker cloud installs and provision multiple hosts?_ You can use [Docker Machine](/machine/overview/) to provision hosts. - - * [Use Docker Machine to provision hosts on cloud providers](/machine/get-started-cloud/) - - * [Docker Machine driver reference](/machine/drivers/) - -* [Install Docker Engine](../index.md) - -* [Docker User Guide](../../userguide/intro.md) diff --git a/engine/installation/cloud/index.md b/engine/installation/cloud/index.md deleted file mode 100644 index 552d09fd717..00000000000 --- a/engine/installation/cloud/index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -description: Cloud Installations -keywords: Docker install -redirect_from: -- /engine/installation/amazon/ -- /engine/installation/google/ -- /engine/installation/softlayer/ -- /engine/installation/azure/ -- /engine/installation/rackspace/ -- /engine/installation/joyent/ -title: Install Engine on cloud hosts ---- - -* [Understand cloud install options and choose one](overview.md) -* [Example: Use Machine to provision cloud hosts](cloud-ex-machine-ocean.md) -* [Example: Manual install on a cloud provider](cloud-ex-aws.md) diff --git a/engine/installation/cloud/overview.md b/engine/installation/cloud/overview.md deleted file mode 100644 index 0775ab19205..00000000000 --- a/engine/installation/cloud/overview.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -description: Installation instructions for Docker on cloud. -keywords: cloud, docker, machine, documentation, installation -redirect_from: -- /engine/installation/cloud/cloud/ -title: Choose an installation method ---- - -You can install Docker Engine on any cloud platform that runs an operating system (OS) that Docker supports. This includes many flavors and versions of Linux, along with Mac and Windows. - -You have two options for installing: - -* Manually install on the cloud (create cloud hosts, then install Docker Engine on them) -* Use Docker Machine to provision cloud hosts - -## Manually install Docker Engine on a cloud host - -To install on a cloud provider: - -1. Create an account with the cloud provider, and read cloud provider documentation to understand their process for creating hosts. - -2. Decide which OS you want to run on the cloud host. - -3. Understand the Docker prerequisites and install process for the chosen OS. See [Install Docker Engine](../index.md) for a list of supported systems and links to the install guides. - -4. Create a host with a Docker supported OS, and install Docker per the instructions for that OS. - -[Example (AWS): Manual install on a cloud provider](cloud-ex-aws.md) shows how to create an Amazon Web Services (AWS) EC2 instance, and install Docker Engine on it. - - -## Use Docker Machine to provision cloud hosts - -Docker Machine driver plugins are available for several popular cloud platforms, so you can use Machine to provision one or more Dockerized hosts on those platforms. - -With Docker Machine, you can use the same interface to create cloud hosts with Docker Engine on them, each configured per the options you specify. - -To do this, you use the `docker-machine create` command with the driver for the cloud provider, and provider-specific flags for account verification, security credentials, and other configuration details. - -[Example: Use Docker Machine to provision cloud hosts](cloud-ex-machine-ocean.md) walks you through the steps to set up Docker Machine and provision a Dockerized host on Digital Ocean). - -## Where to go next -* [Example: Manual install on a cloud provider](cloud-ex-aws.md) (AWS EC2) - -* [Example: Use Docker Machine to provision cloud hosts](cloud-ex-machine-ocean.md) (Digital Ocean) - -* For supported platforms, see [Install Docker Engine](../index.md). - -* To get started with Docker post-install, see [Docker User Guide](../../userguide/intro.md). diff --git a/engine/installation/index.md b/engine/installation/index.md index bcd1794742c..ea4ffa569d2 100644 --- a/engine/installation/index.md +++ b/engine/installation/index.md @@ -8,7 +8,8 @@ redirect_from: title: Install Docker Engine --- -Docker Engine is supported on Linux, Cloud, Windows, and macOS. Installation instructions are available for the following: +Docker Engine is supported on Linux, Cloud, Windows, and macOS. Installation +instructions are available for the following: ## On Linux * [Arch Linux](linux/archlinux.md) @@ -23,22 +24,43 @@ Docker Engine is supported on Linux, Cloud, Windows, and macOS. Installation ins * [openSUSE and SUSE Linux Enterprise](linux/SUSE.md) * [Ubuntu](linux/ubuntulinux.md) -If your linux distribution is not listed above, don't give up yet. To try out Docker on a distribution that is not listed above, go here: [Installation from binaries](binaries.md). +If your linux distribution is not listed above, don't give up yet. To try out +Docker on a distribution that is not listed above, go here: +[Installation from binaries](binaries.md). -## On Cloud -* [Choose how to Install](cloud/overview.md) -* [Example: Manual install on a cloud provider](cloud/cloud-ex-aws.md) -* [Example: Use Docker Machine to provision cloud hosts](cloud/cloud-ex-machine-ocean.md) ## On macOS and Windows -* [macOS](mac.md) -* [Windows](windows.md) -## The Docker Archives -Instructions for installing prior releases of Docker can be found in the following docker archives: -[Docker v1.7](/v1.7/), [Docker v1.6](/v1.6/), [Docker v1.5](/v1.5/), and [Docker v1.4](/v1.4/). +* [Docker for Mac](/docker-for-mac/) +* [Docker for Windows](/docker-for-windows/) + + +## On Cloud + +You can use Docker Cloud to automatically provision and manage your cloud +instances: + +* [Amazon Web Services setup guide](link-aws.md) +* [DigitalOcean setup guide](link-do.md) +* [Microsoft Azure setup guide](link-azure.md) +* [Packet setup guide](link-packet.md) +* [SoftLayer setup guide](link-softlayer.md) +* [Use the Docker Cloud Agent to Bring your Own Host](byoh.md) + +You can also use our official Docker Editions if you'd like to manually manage +your cloud instances: + +* [Docker for AWS](/docker-for-aws/) +* [Docker for Azure](/docker-for-azure/) + + +## Prior releases + +Instructions for installing prior releases of Docker can be found in the +[Docker archives](/docsarchive/). + + +## Get started -## Where to go after installing -* [About Docker Engine](../index.md) -* [Support](https://www.docker.com/support/) -* [Training](https://training.docker.com//) +After setting up Docker, try learning the basics over at +[Getting started with Docker](/engine/getstarted/). diff --git a/engine/installation/mac.md b/engine/installation/mac.md deleted file mode 100644 index 638483780d5..00000000000 --- a/engine/installation/mac.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -description: Docker installation on macOS -keywords: Docker, Docker documentation, requirements, boot2docker, VirtualBox, SSH, Linux, osx, os x, macOS, Mac -title: Install Docker on macOS ---- - -You have two options for installing Docker on Mac: - -- [Docker for Mac](#docker-for-mac) -- [Docker Toolbox](#docker-toolbox) - -## Docker for Mac - -Docker for Mac is our newest offering for the Mac. It runs as a native Mac application and uses xhyve to virtualize the Docker Engine environment and Linux kernel-specific features for the Docker daemon. - -Go to [Getting Started with Docker for Mac](/docker-for-mac/) for download and install instructions, and to learn all about Docker for Mac. - -**Requirements** - -- Mac must be a 2010 or newer model, with Intel's hardware support for memory management unit (MMU) virtualization; i.e., Extended Page Tables (EPT) - -- macOS 10.10.3 Yosemite or newer - -- At least 4GB of RAM - -- VirtualBox prior to version 4.3.30 must NOT be installed (it is incompatible with Docker for Mac). Docker for Mac will error out on install in this case. Uninstall the older version of VirtualBox and re-try the install. - -## Docker Toolbox - -If you have an earlier Mac that doesn't meet the Docker for Mac requirements, get Docker Toolbox for the Mac. - -See [Docker Toolbox Overview](/toolbox/overview.md) for help on installing Docker with Toolbox. - -The Docker Toolbox setup does not run Docker natively in macOS. Instead, it uses `docker-machine` to create and attach to a virtual machine (VM). This machine is a Linux VM that hosts Docker for you on your Mac. - -**Requirements** - -Your Mac must be running macOS 10.8 "Mountain Lion" or newer to install the Docker Toolbox. Full install instructions are at [Toolbox install instructions for Mac](/toolbox/toolbox_install_mac.md). - - -## Learning more - -* If you are new to Docker, try out the [Getting Started](../getstarted/index.md) tutorial for a hands-on tour, including using Docker commands, running containers, building images, and working with Docker Hub. - -* You can find more extensive examples in [Learn by example](../tutorials/index.md) and in the [Docker Engine User Guide](../userguide/index.md). - -* If you are interested in using the Kitematic GUI, see the [Kitematic user guide](/kitematic/userguide/). - -> **Note**: The Boot2Docker command line was deprecated several releases back in favor of Docker Machine, and now Docker for Mac. diff --git a/engine/installation/windows.md b/engine/installation/windows.md deleted file mode 100644 index eb5fd14c164..00000000000 --- a/engine/installation/windows.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -description: Docker installation on Microsoft Windows -keywords: Docker, Docker documentation, Windows, requirements, virtualbox, boot2docker -title: Install Docker on Windows ---- - -You have two options for installing Docker on Windows: - -- [Docker for Windows](#docker-for-windows) -- [Docker Toolbox](#docker-toolbox) - -## Docker for Windows - -Docker for Windows is our newest offering for PCs. It runs as a native Windows application and uses Hyper-V to virtualize the Docker Engine environment and Linux kernel-specific features for the Docker daemon. - -Go to [Getting Started with Docker for Windows](/docker-for-windows/) for download and install instructions, and to learn all about Docker for Windows. - -**Requirements** - -* 64bit Windows 10 Pro, Enterprise and Education (1511 November update, Build 10586 or later). In the future we will support more versions of Windows 10. - -* The Hyper-V package must be enabled. The Docker for Windows installer will enable it for you, if needed. (This requires a reboot). - -## Docker Toolbox - -If you have an earlier Windows system that doesn't meet the Docker for Windows requirements, get Docker Toolbox. - -See [Docker Toolbox Overview](/toolbox/overview.md) for help on installing Docker with Toolbox. - -The Docker Toolbox setup does not run Docker natively on Windows. Instead, it uses `docker-machine` to create and attach to a virtual machine (VM). This machine is a Linux VM that hosts Docker for you on your Windows system. - -**Requirements** - -To run Docker, your machine must have a 64-bit operating system running Windows 7 or higher. Additionally, you must make sure that virtualization is enabled on your machine. For details, see the [Toolbox install instructions for Windows](/toolbox/toolbox_install_windows.md). - -## Learning more - -* If you are new to Docker, try out the [Getting Started](../getstarted/index.md) tutorial for a hands-on tour, including using Docker commands, running containers, building images, and working with Docker Hub. - -* You can find more extensive examples in [Learn by example](../tutorials/index.md) and in the [Docker Engine User Guide](../userguide/index.md). - -* If you are interested in using the Kitematic GUI, see the [Kitematic user guide](/kitematic/userguide/). - -> **Note**: The Boot2Docker command line was deprecated several releases > back in favor of Docker Machine, and now Docker for Windows. From 46e044ec594760913d5417879b28ca57abc10c57 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 19 Dec 2016 16:26:19 -0800 Subject: [PATCH 30/48] Fixing double curly braces --- engine/admin/formatting.md | 38 ++++++++++++------- engine/admin/logging/fluentd.md | 2 +- engine/admin/logging/log_tags.md | 24 +++++++----- engine/admin/logging/splunk.md | 8 ++-- engine/swarm/admin_guide.md | 4 ++ engine/tutorials/networkingcontainers.md | 6 +++ .../networking/default_network/dockerlinks.md | 2 + 7 files changed, 55 insertions(+), 29 deletions(-) diff --git a/engine/admin/formatting.md b/engine/admin/formatting.md index b115ce29192..e637355359a 100644 --- a/engine/admin/formatting.md +++ b/engine/admin/formatting.md @@ -22,41 +22,51 @@ list of elements they support in their templates: Docker provides a set of basic functions to manipulate template elements. This is the complete list of the available functions with examples: -### Join +### `join` -Join concatenates a list of strings to create a single string. +`join` concatenates a list of strings to create a single string. It puts a separator between each element in the list. + {% raw %} $ docker ps --format '{{join .Names " or "}}' + {% endraw %} -### Json +### `json` -Json encodes an element as a json string. +`json` encodes an element as a json string. + {% raw %} $ docker inspect --format '{{json .Mounts}}' container + {% endraw %} -### Lower +### `lower` -Lower turns a string into its lower case representation. +`lower` transforms a string into its lowercase representation. + {% raw %} $ docker inspect --format "{{lower .Name}}" container + {% endraw %} -### Split +### `split` -Split slices a string into a list of strings separated by a separator. +`split` slices a string into a list of strings separated by a separator. {% raw %} - # docker inspect --format '{{split (join .Names "/") "/"}}' container - {% endraw %} + $ docker inspect --format '{{split (join .Names "/") "/"}}' container + {% endraw %} -### Title +### `title` -Title capitalizes a string. +`title` capitalizes the first character of a string. + {% raw %} $ docker inspect --format "{{title .Name}}" container + {% endraw %} -### Upper +### `upper` -Upper turms a string into its upper case representation. +`upper` transforms a string into its uppercase representation. + {% raw %} $ docker inspect --format "{{upper .Name}}" container + {% endraw %} diff --git a/engine/admin/logging/fluentd.md b/engine/admin/logging/fluentd.md index b682e5295f1..83db0ba72b8 100644 --- a/engine/admin/logging/fluentd.md +++ b/engine/admin/logging/fluentd.md @@ -29,7 +29,7 @@ The `docker logs` command is not available for this logging driver. Some options are supported by specifying `--log-opt` as many times as needed: - `fluentd-address`: specify a socket address to connect to the Fluentd daemon, ex `fluentdhost:24224` or `unix:///path/to/fluentd.sock` - - `tag`: specify tag for fluentd message, which interpret some markup, ex `{{.ID}}`, `{{.FullID}}` or `{{.Name}}` `docker.{{.ID}}` + - `tag`: specify tag for fluentd message, which interpret some markup, ex {% raw %}`{{.ID}}`, `{{.FullID}}` or `{{.Name}}` `docker.{{.ID}}`{% endraw %} Configure the default logging driver by passing the diff --git a/engine/admin/logging/log_tags.md b/engine/admin/logging/log_tags.md index 7b1e9a14de6..91a8cf444d5 100644 --- a/engine/admin/logging/log_tags.md +++ b/engine/admin/logging/log_tags.md @@ -10,12 +10,13 @@ The `tag` log option specifies how to format a tag that identifies the container's log messages. By default, the system uses the first 12 characters of the container id. To override this behavior, specify a `tag` option: -``` -docker run --log-driver=fluentd --log-opt fluentd-address=myhost.local:24224 --log-opt tag="mailer" +```bash +$ docker run --log-driver=fluentd --log-opt fluentd-address=myhost.local:24224 --log-opt tag="mailer" ``` Docker supports some special template markup you can use when specifying a tag's value: +{% raw %} | Markup | Description | |--------------------|------------------------------------------------------| | `{{.ID}}` | The first 12 characters of the container id. | @@ -26,13 +27,15 @@ Docker supports some special template markup you can use when specifying a tag's | `{{.ImageName}}` | The name of the image used by the container. | | `{{.DaemonName}}` | The name of the docker program (`docker`). | -For example, specifying a `--log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}"` value yields `syslog` log lines like: +{% endraw %} -``` +For example, specifying a {% raw %}`--log-opt tag="{{.ImageName}}/{{.Name}}/{{.ID}}"`{% endraw %} value yields `syslog` log lines like: + +```none Aug 7 18:33:19 HOSTNAME docker/hello-world/foobar/5790672ab6a0[9103]: Hello from Docker. ``` -At startup time, the system sets the `container_name` field and `{{.Name}}` in +At startup time, the system sets the `container_name` field and {% raw %}`{{.Name}}`{% endraw %} in the tags. If you use `docker rename` to rename a container, the new name is not reflected in the log messages. Instead, these messages continue to use the original container name. @@ -41,20 +44,21 @@ For advanced usage, the generated tag's use [go templates](http://golang.org/pkg/text/template/) and the container's [logging context](https://github.com/docker/docker/blob/master/daemon/logger/context.go). -As an example of what is possible with the syslog logger: +As an example of what is possible with the syslog logger, if you use the following +command, you get the output that follows: -``` +```bash +{% raw %} $ docker run -it --rm \ --log-driver syslog \ --log-opt tag="{{ (.ExtraAttributes nil).SOME_ENV_VAR }}" \ --log-opt env=SOME_ENV_VAR \ -e SOME_ENV_VAR=logtester.1234 \ flyinprogrammer/logtester +{% endraw %} ``` -Results in logs like this: - -``` +```none Apr 1 15:22:17 ip-10-27-39-73 docker/logtester.1234[45499]: + exec app Apr 1 15:22:17 ip-10-27-39-73 docker/logtester.1234[45499]: 2016-04-01 15:22:17.075416751 +0000 UTC stderr msg: 1 ``` diff --git a/engine/admin/logging/splunk.md b/engine/admin/logging/splunk.md index a26bb850c4b..b7a0653f306 100644 --- a/engine/admin/logging/splunk.md +++ b/engine/admin/logging/splunk.md @@ -41,7 +41,7 @@ logging driver options: | `splunk-verify-connection` | optional | Verify on start, that docker can connect to Splunk server. Defaults to true. | | `splunk-gzip` | optional | Enable/disable gzip compression to send events to Splunk Enterprise or Splunk Cloud instance. Defaults to false. | | `splunk-gzip-level` | optional | Set compression level for gzip. Valid values are -1 (default), 0 (no compression), 1 (best speed) ... 9 (best compression). Defaults to [DefaultCompression](https://golang.org/pkg/compress/gzip/#DefaultCompression). | -| `tag` | optional | Specify tag for message, which interpret some markup. Default value is `{{.ID}}` (12 characters of the container ID). Refer to the [log tag option documentation](log_tags.md) for customizing the log tag format. | +| `tag` | optional | Specify tag for message, which interpret some markup. Default value is {% raw %}`{{.ID}}`{% endraw %} (12 characters of the container ID). Refer to the [log tag option documentation](log_tags.md) for customizing the log tag format. | | `labels` | optional | Comma-separated list of keys of labels, which should be included in message, if these labels are specified for container. | | `env` | optional | Comma-separated list of keys of environment variables, which should be included in message, if these variables are specified for container. | @@ -75,7 +75,7 @@ $ docker run --log-driver=splunk \ By default Logging Driver sends messages as `inline` format, where each message will be embedded as a string, for example -``` +```none { "attrs": { "env1": "val1", @@ -102,7 +102,7 @@ will try to parse every line as a JSON object and send it as embedded object. In case if it cannot parse it - message will be send as `inline`. For example -``` +```none { "attrs": { "env1": "val1", @@ -129,7 +129,7 @@ Third format is a `raw` message. You can specify it by using `--log-opt splunk-format=raw`. Attributes (environment variables and labels) and tag will be prefixed to the message. For example -``` +```none MyImage/MyContainer env1=val1 label1=label1 my message MyImage/MyContainer env1=val1 label1=label1 {"foo": "bar"} ``` diff --git a/engine/swarm/admin_guide.md b/engine/swarm/admin_guide.md index 3c0729c067d..849968700b3 100644 --- a/engine/swarm/admin_guide.md +++ b/engine/swarm/admin_guide.md @@ -177,15 +177,19 @@ From the command line, run `docker node inspect ` to query the nodes. For instance, to query the reachability of the node as a manager: ```bash +{% raw %} docker node inspect manager1 --format "{{ .ManagerStatus.Reachability }}" reachable +{% endraw %} ``` To query the status of the node as a worker that accept tasks: ```bash +{% raw %} docker node inspect manager1 --format "{{ .Status.State }}" ready +{% endraw %} ``` From those commands, we can see that `manager1` is both at the status diff --git a/engine/tutorials/networkingcontainers.md b/engine/tutorials/networkingcontainers.md index 18f4d19bae6..ecb176b1798 100644 --- a/engine/tutorials/networkingcontainers.md +++ b/engine/tutorials/networkingcontainers.md @@ -144,7 +144,9 @@ Launch a container running a PostgreSQL database and pass it the `--net=my-bridg If you inspect your `my-bridge-network` you'll see it has a container attached. You can also inspect your container to see where it is connected: + {% raw %} $ docker inspect --format='{{json .NetworkSettings.Networks}}' db + {% endraw %} {"my-bridge-network":{"NetworkID":"7d86d31b1478e7cca9ebed7e73aa0fdeec46c5ca29497431d3007d2d9e15ed99", "EndpointID":"508b170d56b2ac9e4ef86694b0a76a22dd3df1983404f7321da5649645bf7043","Gateway":"172.18.0.1","IPAddress":"172.18.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02"}} @@ -155,14 +157,18 @@ Now, go ahead and start your by now familiar web application. This time don't sp Which network is your `web` application running under? Inspect the application and you'll find it is running in the default `bridge` network. + {% raw %} $ docker inspect --format='{{json .NetworkSettings.Networks}}' web + {% endraw %} {"bridge":{"NetworkID":"7ea29fc1412292a2d7bba362f9253545fecdfa8ce9a6e37dd10ba8bee7129812", "EndpointID":"508b170d56b2ac9e4ef86694b0a76a22dd3df1983404f7321da5649645bf7043","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02"}} Then, get the IP address of your `web` + {% raw %} $ docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' web + {% endraw %} 172.17.0.2 diff --git a/engine/userguide/networking/default_network/dockerlinks.md b/engine/userguide/networking/default_network/dockerlinks.md index 659e161b361..1b2acd4ca4b 100644 --- a/engine/userguide/networking/default_network/dockerlinks.md +++ b/engine/userguide/networking/default_network/dockerlinks.md @@ -191,9 +191,11 @@ example as: Next, inspect your linked containers with `docker inspect`: + {% raw %} $ docker inspect -f "{{ .HostConfig.Links }}" web [/db:/web/db] + {% endraw %} You can see that the `web` container is now linked to the `db` container `web/db`. Which allows it to access information about the `db` container. From 35898701eb16af3173d7b5d0438f0af4be94c536 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 21 Dec 2016 14:32:06 -0800 Subject: [PATCH 31/48] YAML-sourced CLI refdocs --- Dockerfile | 3 +- _data/dockerd-cli/dockerd.yaml | 1372 +++++++++++++++++ _data/toc.yaml | 430 ++++-- _includes/cli.md | 69 + engine/reference/commandline/attach.md | 13 + engine/reference/commandline/build.md | 13 + engine/reference/commandline/commit.md | 13 + engine/reference/commandline/container.md | 15 + .../reference/commandline/container_attach.md | 15 + .../reference/commandline/container_commit.md | 15 + engine/reference/commandline/container_cp.md | 15 + .../reference/commandline/container_create.md | 15 + .../reference/commandline/container_diff.md | 15 + .../reference/commandline/container_exec.md | 15 + .../reference/commandline/container_export.md | 15 + .../commandline/container_inspect.md | 15 + .../reference/commandline/container_kill.md | 15 + .../reference/commandline/container_logs.md | 15 + engine/reference/commandline/container_ls.md | 15 + .../reference/commandline/container_pause.md | 15 + .../reference/commandline/container_port.md | 15 + .../reference/commandline/container_prune.md | 50 +- .../reference/commandline/container_rename.md | 15 + .../commandline/container_restart.md | 15 + engine/reference/commandline/container_rm.md | 15 + engine/reference/commandline/container_run.md | 15 + .../reference/commandline/container_start.md | 15 + .../reference/commandline/container_stats.md | 15 + .../reference/commandline/container_stop.md | 15 + engine/reference/commandline/container_top.md | 15 + .../commandline/container_unpause.md | 15 + .../reference/commandline/container_update.md | 15 + .../reference/commandline/container_wait.md | 15 + engine/reference/commandline/cp.md | 13 + engine/reference/commandline/create.md | 13 + engine/reference/commandline/deploy.md | 13 + engine/reference/commandline/diff.md | 13 + engine/reference/commandline/docker.md | 17 + engine/reference/commandline/dockerd.md | 22 + engine/reference/commandline/events.md | 13 + engine/reference/commandline/exec.md | 13 + engine/reference/commandline/export.md | 13 + engine/reference/commandline/history.md | 13 + engine/reference/commandline/image.md | 15 + engine/reference/commandline/image_build.md | 15 + engine/reference/commandline/image_history.md | 15 + engine/reference/commandline/image_import.md | 15 + engine/reference/commandline/image_inspect.md | 15 + engine/reference/commandline/image_load.md | 15 + engine/reference/commandline/image_ls.md | 15 + engine/reference/commandline/image_prune.md | 74 +- engine/reference/commandline/image_pull.md | 15 + engine/reference/commandline/image_push.md | 15 + engine/reference/commandline/image_rm.md | 15 + engine/reference/commandline/image_save.md | 15 + engine/reference/commandline/image_tag.md | 15 + engine/reference/commandline/images.md | 13 + engine/reference/commandline/import.md | 13 + engine/reference/commandline/info.md | 13 + engine/reference/commandline/inspect.md | 13 + engine/reference/commandline/kill.md | 13 + engine/reference/commandline/load.md | 13 + engine/reference/commandline/login.md | 13 + engine/reference/commandline/logout.md | 13 + engine/reference/commandline/logs.md | 13 + engine/reference/commandline/network.md | 13 + .../reference/commandline/network_connect.md | 13 + .../reference/commandline/network_create.md | 13 + .../commandline/network_disconnect.md | 13 + .../reference/commandline/network_inspect.md | 13 + engine/reference/commandline/network_ls.md | 13 + engine/reference/commandline/network_prune.md | 13 + engine/reference/commandline/network_rm.md | 13 + engine/reference/commandline/node.md | 13 + engine/reference/commandline/node_demote.md | 13 + engine/reference/commandline/node_inspect.md | 13 + engine/reference/commandline/node_ls.md | 13 + engine/reference/commandline/node_promote.md | 13 + engine/reference/commandline/node_ps.md | 13 + engine/reference/commandline/node_rm.md | 13 + engine/reference/commandline/node_update.md | 13 + engine/reference/commandline/pause.md | 13 + engine/reference/commandline/plugin.md | 13 + engine/reference/commandline/plugin_create.md | 13 + .../reference/commandline/plugin_disable.md | 13 + engine/reference/commandline/plugin_enable.md | 13 + .../reference/commandline/plugin_inspect.md | 13 + .../reference/commandline/plugin_install.md | 13 + engine/reference/commandline/plugin_ls.md | 13 + engine/reference/commandline/plugin_push.md | 13 + engine/reference/commandline/plugin_rm.md | 13 + engine/reference/commandline/plugin_set.md | 13 + engine/reference/commandline/port.md | 13 + engine/reference/commandline/ps.md | 13 + engine/reference/commandline/pull.md | 13 + engine/reference/commandline/push.md | 13 + engine/reference/commandline/rename.md | 13 + engine/reference/commandline/restart.md | 13 + engine/reference/commandline/rm.md | 13 + engine/reference/commandline/rmi.md | 13 + engine/reference/commandline/run.md | 13 + engine/reference/commandline/save.md | 13 + engine/reference/commandline/search.md | 13 + engine/reference/commandline/secret.md | 13 + engine/reference/commandline/secret_create.md | 13 + .../reference/commandline/secret_inspect.md | 13 + engine/reference/commandline/secret_ls.md | 13 + engine/reference/commandline/secret_rm.md | 13 + engine/reference/commandline/service.md | 15 + .../reference/commandline/service_create.md | 13 + .../reference/commandline/service_inspect.md | 13 + engine/reference/commandline/service_logs.md | 15 + engine/reference/commandline/service_ls.md | 13 + engine/reference/commandline/service_ps.md | 15 + engine/reference/commandline/service_rm.md | 15 + engine/reference/commandline/service_scale.md | 15 + .../reference/commandline/service_update.md | 15 + engine/reference/commandline/stack.md | 15 + engine/reference/commandline/stack_deploy.md | 15 + engine/reference/commandline/stack_ls.md | 46 +- engine/reference/commandline/stack_ps.md | 15 + engine/reference/commandline/stack_rm.md | 15 + .../reference/commandline/stack_services.md | 15 + engine/reference/commandline/start.md | 15 + engine/reference/commandline/stats.md | 15 + engine/reference/commandline/stop.md | 15 + engine/reference/commandline/swarm.md | 15 + engine/reference/commandline/swarm_init.md | 15 + .../reference/commandline/swarm_join-token.md | 17 + engine/reference/commandline/swarm_join.md | 15 + engine/reference/commandline/swarm_leave.md | 15 + .../reference/commandline/swarm_unlock-key.md | 15 + engine/reference/commandline/swarm_unlock.md | 15 + engine/reference/commandline/swarm_update.md | 15 + engine/reference/commandline/system.md | 15 + engine/reference/commandline/system_df.md | 77 +- engine/reference/commandline/system_events.md | 15 + engine/reference/commandline/system_info.md | 15 + engine/reference/commandline/system_prune.md | 79 +- engine/reference/commandline/tag.md | 15 + engine/reference/commandline/top.md | 15 + engine/reference/commandline/unpause.md | 15 + engine/reference/commandline/update.md | 15 + engine/reference/commandline/version.md | 15 + engine/reference/commandline/volume.md | 15 + engine/reference/commandline/volume_create.md | 15 + .../reference/commandline/volume_inspect.md | 15 + engine/reference/commandline/volume_ls.md | 15 + engine/reference/commandline/volume_prune.md | 57 +- engine/reference/commandline/volume_rm.md | 15 + engine/reference/commandline/wait.md | 15 + 151 files changed, 3796 insertions(+), 455 deletions(-) create mode 100644 _data/dockerd-cli/dockerd.yaml create mode 100644 _includes/cli.md create mode 100644 engine/reference/commandline/attach.md create mode 100644 engine/reference/commandline/build.md create mode 100644 engine/reference/commandline/commit.md create mode 100644 engine/reference/commandline/container.md create mode 100644 engine/reference/commandline/container_attach.md create mode 100644 engine/reference/commandline/container_commit.md create mode 100644 engine/reference/commandline/container_cp.md create mode 100644 engine/reference/commandline/container_create.md create mode 100644 engine/reference/commandline/container_diff.md create mode 100644 engine/reference/commandline/container_exec.md create mode 100644 engine/reference/commandline/container_export.md create mode 100644 engine/reference/commandline/container_inspect.md create mode 100644 engine/reference/commandline/container_kill.md create mode 100644 engine/reference/commandline/container_logs.md create mode 100644 engine/reference/commandline/container_ls.md create mode 100644 engine/reference/commandline/container_pause.md create mode 100644 engine/reference/commandline/container_port.md create mode 100644 engine/reference/commandline/container_rename.md create mode 100644 engine/reference/commandline/container_restart.md create mode 100644 engine/reference/commandline/container_rm.md create mode 100644 engine/reference/commandline/container_run.md create mode 100644 engine/reference/commandline/container_start.md create mode 100644 engine/reference/commandline/container_stats.md create mode 100644 engine/reference/commandline/container_stop.md create mode 100644 engine/reference/commandline/container_top.md create mode 100644 engine/reference/commandline/container_unpause.md create mode 100644 engine/reference/commandline/container_update.md create mode 100644 engine/reference/commandline/container_wait.md create mode 100644 engine/reference/commandline/cp.md create mode 100644 engine/reference/commandline/create.md create mode 100644 engine/reference/commandline/deploy.md create mode 100644 engine/reference/commandline/diff.md create mode 100644 engine/reference/commandline/docker.md create mode 100644 engine/reference/commandline/dockerd.md create mode 100644 engine/reference/commandline/events.md create mode 100644 engine/reference/commandline/exec.md create mode 100644 engine/reference/commandline/export.md create mode 100644 engine/reference/commandline/history.md create mode 100644 engine/reference/commandline/image.md create mode 100644 engine/reference/commandline/image_build.md create mode 100644 engine/reference/commandline/image_history.md create mode 100644 engine/reference/commandline/image_import.md create mode 100644 engine/reference/commandline/image_inspect.md create mode 100644 engine/reference/commandline/image_load.md create mode 100644 engine/reference/commandline/image_ls.md create mode 100644 engine/reference/commandline/image_pull.md create mode 100644 engine/reference/commandline/image_push.md create mode 100644 engine/reference/commandline/image_rm.md create mode 100644 engine/reference/commandline/image_save.md create mode 100644 engine/reference/commandline/image_tag.md create mode 100644 engine/reference/commandline/images.md create mode 100644 engine/reference/commandline/import.md create mode 100644 engine/reference/commandline/info.md create mode 100644 engine/reference/commandline/inspect.md create mode 100644 engine/reference/commandline/kill.md create mode 100644 engine/reference/commandline/load.md create mode 100644 engine/reference/commandline/login.md create mode 100644 engine/reference/commandline/logout.md create mode 100644 engine/reference/commandline/logs.md create mode 100644 engine/reference/commandline/network.md create mode 100644 engine/reference/commandline/network_connect.md create mode 100644 engine/reference/commandline/network_create.md create mode 100644 engine/reference/commandline/network_disconnect.md create mode 100644 engine/reference/commandline/network_inspect.md create mode 100644 engine/reference/commandline/network_ls.md create mode 100644 engine/reference/commandline/network_prune.md create mode 100644 engine/reference/commandline/network_rm.md create mode 100644 engine/reference/commandline/node.md create mode 100644 engine/reference/commandline/node_demote.md create mode 100644 engine/reference/commandline/node_inspect.md create mode 100644 engine/reference/commandline/node_ls.md create mode 100644 engine/reference/commandline/node_promote.md create mode 100644 engine/reference/commandline/node_ps.md create mode 100644 engine/reference/commandline/node_rm.md create mode 100644 engine/reference/commandline/node_update.md create mode 100644 engine/reference/commandline/pause.md create mode 100644 engine/reference/commandline/plugin.md create mode 100644 engine/reference/commandline/plugin_create.md create mode 100644 engine/reference/commandline/plugin_disable.md create mode 100644 engine/reference/commandline/plugin_enable.md create mode 100644 engine/reference/commandline/plugin_inspect.md create mode 100644 engine/reference/commandline/plugin_install.md create mode 100644 engine/reference/commandline/plugin_ls.md create mode 100644 engine/reference/commandline/plugin_push.md create mode 100644 engine/reference/commandline/plugin_rm.md create mode 100644 engine/reference/commandline/plugin_set.md create mode 100644 engine/reference/commandline/port.md create mode 100644 engine/reference/commandline/ps.md create mode 100644 engine/reference/commandline/pull.md create mode 100644 engine/reference/commandline/push.md create mode 100644 engine/reference/commandline/rename.md create mode 100644 engine/reference/commandline/restart.md create mode 100644 engine/reference/commandline/rm.md create mode 100644 engine/reference/commandline/rmi.md create mode 100644 engine/reference/commandline/run.md create mode 100644 engine/reference/commandline/save.md create mode 100644 engine/reference/commandline/search.md create mode 100644 engine/reference/commandline/secret.md create mode 100644 engine/reference/commandline/secret_create.md create mode 100644 engine/reference/commandline/secret_inspect.md create mode 100644 engine/reference/commandline/secret_ls.md create mode 100644 engine/reference/commandline/secret_rm.md create mode 100644 engine/reference/commandline/service.md create mode 100644 engine/reference/commandline/service_create.md create mode 100644 engine/reference/commandline/service_inspect.md create mode 100644 engine/reference/commandline/service_logs.md create mode 100644 engine/reference/commandline/service_ls.md create mode 100644 engine/reference/commandline/service_ps.md create mode 100644 engine/reference/commandline/service_rm.md create mode 100644 engine/reference/commandline/service_scale.md create mode 100644 engine/reference/commandline/service_update.md create mode 100644 engine/reference/commandline/stack.md create mode 100644 engine/reference/commandline/stack_deploy.md create mode 100644 engine/reference/commandline/stack_ps.md create mode 100644 engine/reference/commandline/stack_rm.md create mode 100644 engine/reference/commandline/stack_services.md create mode 100644 engine/reference/commandline/start.md create mode 100644 engine/reference/commandline/stats.md create mode 100644 engine/reference/commandline/stop.md create mode 100644 engine/reference/commandline/swarm.md create mode 100644 engine/reference/commandline/swarm_init.md create mode 100644 engine/reference/commandline/swarm_join-token.md create mode 100644 engine/reference/commandline/swarm_join.md create mode 100644 engine/reference/commandline/swarm_leave.md create mode 100644 engine/reference/commandline/swarm_unlock-key.md create mode 100644 engine/reference/commandline/swarm_unlock.md create mode 100644 engine/reference/commandline/swarm_update.md create mode 100644 engine/reference/commandline/system.md create mode 100644 engine/reference/commandline/system_events.md create mode 100644 engine/reference/commandline/system_info.md create mode 100644 engine/reference/commandline/tag.md create mode 100644 engine/reference/commandline/top.md create mode 100644 engine/reference/commandline/unpause.md create mode 100644 engine/reference/commandline/update.md create mode 100644 engine/reference/commandline/version.md create mode 100644 engine/reference/commandline/volume.md create mode 100644 engine/reference/commandline/volume_create.md create mode 100644 engine/reference/commandline/volume_inspect.md create mode 100644 engine/reference/commandline/volume_ls.md create mode 100644 engine/reference/commandline/volume_rm.md create mode 100644 engine/reference/commandline/wait.md diff --git a/Dockerfile b/Dockerfile index 8e36dfecac3..1c681bb028e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,7 @@ ENV DISTRIBUTION_BRANCH="release/2.5" # The statements below pull reference docs from upstream locations, # then build the whole site to static HTML using Jekyll -RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/reference allv/engine/reference \ - && svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend allv/engine/extend \ +RUN svn co https://github.com/docker/docker/branches/$ENGINE_BRANCH/docs/extend allv/engine/extend \ && wget -O allv/engine/deprecated.md https://raw.githubusercontent.com/docker/docker/$ENGINE_BRANCH/docs/deprecated.md \ && svn co https://github.com/docker/distribution/branches/$DISTRIBUTION_BRANCH/docs/spec allv/registry/spec \ && wget -O allv/registry/configuration.md https://raw.githubusercontent.com/docker/distribution/$DISTRIBUTION_BRANCH/docs/configuration.md \ diff --git a/_data/dockerd-cli/dockerd.yaml b/_data/dockerd-cli/dockerd.yaml new file mode 100644 index 00000000000..85e6078640d --- /dev/null +++ b/_data/dockerd-cli/dockerd.yaml @@ -0,0 +1,1372 @@ +command: dockerd +short: A self-sufficient runtime for containers. +long: | + Options with [] may be specified multiple times. + + dockerd is the persistent process that manages containers. Docker + uses different binaries for the daemon and client. To run the daemon you + type `dockerd`. + + To run the daemon with debug output, use `dockerd -D`. + + ## Daemon socket option + + The Docker daemon can listen for [Docker Remote API](../api/docker_remote_api.md) + requests via three different types of Socket: `unix`, `tcp`, and `fd`. + + By default, a `unix` domain socket (or IPC socket) is created at + `/var/run/docker.sock`, requiring either `root` permission, or `docker` group + membership. + + If you need to access the Docker daemon remotely, you need to enable the `tcp` + Socket. Beware that the default setup provides un-encrypted and + un-authenticated direct access to the Docker daemon - and should be secured + either using the [built in HTTPS encrypted socket](../../security/https.md), or by + putting a secure web proxy in front of it. You can listen on port `2375` on all + network interfaces with `-H tcp://0.0.0.0:2375`, or on a particular network + interface using its IP address: `-H tcp://192.168.59.103:2375`. It is + conventional to use port `2375` for un-encrypted, and port `2376` for encrypted + communication with the daemon. + + > **Note:** + > If you're using an HTTPS encrypted socket, keep in mind that only + > TLS1.0 and greater are supported. Protocols SSLv3 and under are not + > supported anymore for security reasons. + + On Systemd based systems, you can communicate with the daemon via + [Systemd socket activation](http://0pointer.de/blog/projects/socket-activation.html), + use `dockerd -H fd://`. Using `fd://` will work perfectly for most setups but + you can also specify individual sockets: `dockerd -H fd://3`. If the + specified socket activated files aren't found, then Docker will exit. You can + find examples of using Systemd socket activation with Docker and Systemd in the + [Docker source tree](https://github.com/docker/docker/tree/master/contrib/init/systemd/). + + You can configure the Docker daemon to listen to multiple sockets at the same + time using multiple `-H` options: + + ```bash + # listen using the default unix socket, and on 2 specific IP addresses on this host. + $ sudo dockerd -H unix:///var/run/docker.sock -H tcp://192.168.59.106 -H tcp://10.10.10.2 + ``` + + The Docker client will honor the `DOCKER_HOST` environment variable to set the + `-H` flag for the client. + + ```bash + $ docker -H tcp://0.0.0.0:2375 ps + # or + $ export DOCKER_HOST="tcp://0.0.0.0:2375" + $ docker ps + # both are equal + ``` + + Setting the `DOCKER_TLS_VERIFY` environment variable to any value other than + the empty string is equivalent to setting the `--tlsverify` flag. The following + are equivalent: + + ```bash + $ docker --tlsverify ps + # or + $ export DOCKER_TLS_VERIFY=1 + $ docker ps + ``` + + The Docker client will honor the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` + environment variables (or the lowercase versions thereof). `HTTPS_PROXY` takes + precedence over `HTTP_PROXY`. + + ### Bind Docker to another host/port or a Unix socket + + > **Warning**: + > Changing the default `docker` daemon binding to a + > TCP port or Unix *docker* user group will increase your security risks + > by allowing non-root users to gain *root* access on the host. Make sure + > you control access to `docker`. If you are binding + > to a TCP port, anyone with access to that port has full Docker access; + > so it is not advisable on an open network. + + With `-H` it is possible to make the Docker daemon to listen on a + specific IP and port. By default, it will listen on + `unix:///var/run/docker.sock` to allow only local connections by the + *root* user. You *could* set it to `0.0.0.0:2375` or a specific host IP + to give access to everybody, but that is **not recommended** because + then it is trivial for someone to gain root access to the host where the + daemon is running. + + Similarly, the Docker client can use `-H` to connect to a custom port. + The Docker client will default to connecting to `unix:///var/run/docker.sock` + on Linux, and `tcp://127.0.0.1:2376` on Windows. + + `-H` accepts host and port assignment in the following format: + + tcp://[host]:[port][path] or unix://path + + For example: + + - `tcp://` -> TCP connection to `127.0.0.1` on either port `2376` when TLS encryption + is on, or port `2375` when communication is in plain text. + - `tcp://host:2375` -> TCP connection on + host:2375 + - `tcp://host:2375/path` -> TCP connection on + host:2375 and prepend path to all requests + - `unix://path/to/socket` -> Unix socket located + at `path/to/socket` + + `-H`, when empty, will default to the same value as + when no `-H` was passed in. + + `-H` also accepts short form for TCP bindings: `host:` or `host:port` or `:port` + + Run Docker in daemon mode: + + ```bash + $ sudo /dockerd -H 0.0.0.0:5555 & + ``` + + Download an `ubuntu` image: + + ```bash + $ docker -H :5555 pull ubuntu + ``` + + You can use multiple `-H`, for example, if you want to listen on both + TCP and a Unix socket + + ```bash + # Run docker in daemon mode + $ sudo /dockerd -H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock & + # Download an ubuntu image, use default Unix socket + $ docker pull ubuntu + # OR use the TCP port + $ docker -H tcp://127.0.0.1:2375 pull ubuntu + ``` + + ### Daemon storage-driver option + + The Docker daemon has support for several different image layer storage + drivers: `aufs`, `devicemapper`, `btrfs`, `zfs`, `overlay` and `overlay2`. + + The `aufs` driver is the oldest, but is based on a Linux kernel patch-set that + is unlikely to be merged into the main kernel. These are also known to cause + some serious kernel crashes. However, `aufs` allows containers to share + executable and shared library memory, so is a useful choice when running + thousands of containers with the same program or libraries. + + The `devicemapper` driver uses thin provisioning and Copy on Write (CoW) + snapshots. For each devicemapper graph location – typically + `/var/lib/docker/devicemapper` – a thin pool is created based on two block + devices, one for data and one for metadata. By default, these block devices + are created automatically by using loopback mounts of automatically created + sparse files. Refer to [Storage driver options](dockerd.md#storage-driver-options) below + for a way how to customize this setup. + [~jpetazzo/Resizing Docker containers with the Device Mapper plugin](http://jpetazzo.github.io/2014/01/29/docker-device-mapper-resize/) + article explains how to tune your existing setup without the use of options. + + The `btrfs` driver is very fast for `docker build` - but like `devicemapper` + does not share executable memory between devices. Use + `dockerd -s btrfs -g /mnt/btrfs_partition`. + + The `zfs` driver is probably not as fast as `btrfs` but has a longer track record + on stability. Thanks to `Single Copy ARC` shared blocks between clones will be + cached only once. Use `dockerd -s zfs`. To select a different zfs filesystem + set `zfs.fsname` option as described in [Storage driver options](dockerd.md#storage-driver-options). + + The `overlay` is a very fast union filesystem. It is now merged in the main + Linux kernel as of [3.18.0](https://lkml.org/lkml/2014/10/26/137). `overlay` + also supports page cache sharing, this means multiple containers accessing + the same file can share a single page cache entry (or entries), it makes + `overlay` as efficient with memory as `aufs` driver. Call + `dockerd -s overlay` to use it. + + > **Note:** + > As promising as `overlay` is, the feature is still quite young and should not + > be used in production. Most notably, using `overlay` can cause excessive + > inode consumption (especially as the number of images grows), as well as + > being incompatible with the use of RPMs. + + The `overlay2` uses the same fast union filesystem but takes advantage of + [additional features](https://lkml.org/lkml/2015/2/11/106) added in Linux + kernel 4.0 to avoid excessive inode consumption. Call `dockerd -s overlay2` + to use it. + + > **Note:** + > Both `overlay` and `overlay2` are currently unsupported on `btrfs` or any + > Copy on Write filesystem and should only be used over `ext4` partitions. + + ### Storage driver options + + Particular storage-driver can be configured with options specified with + `--storage-opt` flags. Options for `devicemapper` are prefixed with `dm`, + options for `zfs` start with `zfs` and options for `btrfs` start with `btrfs`. + + #### Devicemapper options + + * `dm.thinpooldev` + + Specifies a custom block storage device to use for the thin pool. + + If using a block device for device mapper storage, it is best to use `lvm` + to create and manage the thin-pool volume. This volume is then handed to Docker + to exclusively create snapshot volumes needed for images and containers. + + Managing the thin-pool outside of Engine makes for the most feature-rich + method of having Docker utilize device mapper thin provisioning as the + backing storage for Docker containers. The highlights of the lvm-based + thin-pool management feature include: automatic or interactive thin-pool + resize support, dynamically changing thin-pool features, automatic thinp + metadata checking when lvm activates the thin-pool, etc. + + As a fallback if no thin pool is provided, loopback files are + created. Loopback is very slow, but can be used without any + pre-configuration of storage. It is strongly recommended that you do + not use loopback in production. Ensure your Engine daemon has a + `--storage-opt dm.thinpooldev` argument provided. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.thinpooldev=/dev/mapper/thin-pool + ``` + + * `dm.basesize` + + Specifies the size to use when creating the base device, which limits the + size of images and containers. The default value is 10G. Note, thin devices + are inherently "sparse", so a 10G device which is mostly empty doesn't use + 10 GB of space on the pool. However, the filesystem will use more space for + the empty case the larger the device is. + + The base device size can be increased at daemon restart which will allow + all future images and containers (based on those new images) to be of the + new base device size. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.basesize=50G + ``` + + This will increase the base device size to 50G. The Docker daemon will throw an + error if existing base device size is larger than 50G. A user can use + this option to expand the base device size however shrinking is not permitted. + + This value affects the system-wide "base" empty filesystem + that may already be initialized and inherited by pulled images. Typically, + a change to this value requires additional steps to take effect: + + ```bash + $ sudo service docker stop + $ sudo rm -rf /var/lib/docker + $ sudo service docker start + ``` + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.basesize=20G + ``` + + * `dm.loopdatasize` + + > **Note**: + > This option configures devicemapper loopback, which should not + > be used in production. + + Specifies the size to use when creating the loopback file for the + "data" device which is used for the thin pool. The default size is + 100G. The file is sparse, so it will not initially take up this + much space. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.loopdatasize=200G + ``` + + * `dm.loopmetadatasize` + + > **Note**: + > This option configures devicemapper loopback, which should not + > be used in production. + + Specifies the size to use when creating the loopback file for the + "metadata" device which is used for the thin pool. The default size + is 2G. The file is sparse, so it will not initially take up + this much space. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.loopmetadatasize=4G + ``` + + * `dm.fs` + + Specifies the filesystem type to use for the base device. The supported + options are "ext4" and "xfs". The default is "xfs" + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.fs=ext4 + ``` + + * `dm.mkfsarg` + + Specifies extra mkfs arguments to be used when creating the base device. + + Example use: + + ```bash + $ sudo dockerd --storage-opt "dm.mkfsarg=-O ^has_journal" + ``` + + * `dm.mountopt` + + Specifies extra mount options used when mounting the thin devices. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.mountopt=nodiscard + ``` + + * `dm.datadev` + + (Deprecated, use `dm.thinpooldev`) + + Specifies a custom blockdevice to use for data for the thin pool. + + If using a block device for device mapper storage, ideally both datadev and + metadatadev should be specified to completely avoid using the loopback + device. + + Example use: + + ```bash + $ sudo dockerd \ + --storage-opt dm.datadev=/dev/sdb1 \ + --storage-opt dm.metadatadev=/dev/sdc1 + ``` + + * `dm.metadatadev` + + (Deprecated, use `dm.thinpooldev`) + + Specifies a custom blockdevice to use for metadata for the thin pool. + + For best performance the metadata should be on a different spindle than the + data, or even better on an SSD. + + If setting up a new metadata pool it is required to be valid. This can be + achieved by zeroing the first 4k to indicate empty metadata, like this: + + ```bash + $ dd if=/dev/zero of=$metadata_dev bs=4096 count=1 + ``` + + Example use: + + ```bash + $ sudo dockerd \ + --storage-opt dm.datadev=/dev/sdb1 \ + --storage-opt dm.metadatadev=/dev/sdc1 + ``` + + * `dm.blocksize` + + Specifies a custom blocksize to use for the thin pool. The default + blocksize is 64K. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.blocksize=512K + ``` + + * `dm.blkdiscard` + + Enables or disables the use of blkdiscard when removing devicemapper + devices. This is enabled by default (only) if using loopback devices and is + required to resparsify the loopback file on image/container removal. + + Disabling this on loopback can lead to *much* faster container removal + times, but will make the space used in `/var/lib/docker` directory not be + returned to the system for other use when containers are removed. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.blkdiscard=false + ``` + + * `dm.override_udev_sync_check` + + Overrides the `udev` synchronization checks between `devicemapper` and `udev`. + `udev` is the device manager for the Linux kernel. + + To view the `udev` sync support of a Docker daemon that is using the + `devicemapper` driver, run: + + ```bash + $ docker info + [...] + Udev Sync Supported: true + [...] + ``` + + When `udev` sync support is `true`, then `devicemapper` and udev can + coordinate the activation and deactivation of devices for containers. + + When `udev` sync support is `false`, a race condition occurs between + the`devicemapper` and `udev` during create and cleanup. The race condition + results in errors and failures. (For information on these failures, see + [docker#4036](https://github.com/docker/docker/issues/4036)) + + To allow the `docker` daemon to start, regardless of `udev` sync not being + supported, set `dm.override_udev_sync_check` to true: + + ```bash + $ sudo dockerd --storage-opt dm.override_udev_sync_check=true + ``` + + When this value is `true`, the `devicemapper` continues and simply warns + you the errors are happening. + + > **Note:** + > The ideal is to pursue a `docker` daemon and environment that does + > support synchronizing with `udev`. For further discussion on this + > topic, see [docker#4036](https://github.com/docker/docker/issues/4036). + > Otherwise, set this flag for migrating existing Docker daemons to + > a daemon with a supported environment. + + * `dm.use_deferred_removal` + + Enables use of deferred device removal if `libdm` and the kernel driver + support the mechanism. + + Deferred device removal means that if device is busy when devices are + being removed/deactivated, then a deferred removal is scheduled on + device. And devices automatically go away when last user of the device + exits. + + For example, when a container exits, its associated thin device is removed. + If that device has leaked into some other mount namespace and can't be + removed, the container exit still succeeds and this option causes the + system to schedule the device for deferred removal. It does not wait in a + loop trying to remove a busy device. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.use_deferred_removal=true + ``` + + * `dm.use_deferred_deletion` + + Enables use of deferred device deletion for thin pool devices. By default, + thin pool device deletion is synchronous. Before a container is deleted, + the Docker daemon removes any associated devices. If the storage driver + can not remove a device, the container deletion fails and daemon returns. + + Error deleting container: Error response from daemon: Cannot destroy container + + To avoid this failure, enable both deferred device deletion and deferred + device removal on the daemon. + + ```bash + $ sudo dockerd \ + --storage-opt dm.use_deferred_deletion=true \ + --storage-opt dm.use_deferred_removal=true + ``` + + With these two options enabled, if a device is busy when the driver is + deleting a container, the driver marks the device as deleted. Later, when + the device isn't in use, the driver deletes it. + + In general it should be safe to enable this option by default. It will help + when unintentional leaking of mount point happens across multiple mount + namespaces. + + * `dm.min_free_space` + + Specifies the min free space percent in a thin pool require for new device + creation to succeed. This check applies to both free data space as well + as free metadata space. Valid values are from 0% - 99%. Value 0% disables + free space checking logic. If user does not specify a value for this option, + the Engine uses a default value of 10%. + + Whenever a new a thin pool device is created (during `docker pull` or during + container creation), the Engine checks if the minimum free space is + available. If sufficient space is unavailable, then device creation fails + and any relevant `docker` operation fails. + + To recover from this error, you must create more free space in the thin pool + to recover from the error. You can create free space by deleting some images + and containers from the thin pool. You can also add more storage to the thin + pool. + + To add more space to a LVM (logical volume management) thin pool, just add + more storage to the volume group container thin pool; this should automatically + resolve any errors. If your configuration uses loop devices, then stop the + Engine daemon, grow the size of loop files and restart the daemon to resolve + the issue. + + Example use: + + ```bash + $ sudo dockerd --storage-opt dm.min_free_space=10% + ``` + + #### ZFS options + + * `zfs.fsname` + + Set zfs filesystem under which docker will create its own datasets. + By default docker will pick up the zfs filesystem where docker graph + (`/var/lib/docker`) is located. + + Example use: + + ```bash + $ sudo dockerd -s zfs --storage-opt zfs.fsname=zroot/docker + ``` + + #### Btrfs options + + * `btrfs.min_space` + + Specifies the minimum size to use when creating the subvolume which is used + for containers. If user uses disk quota for btrfs when creating or running + a container with **--storage-opt size** option, docker should ensure the + **size** cannot be smaller than **btrfs.min_space**. + + Example use: + + ```bash + $ sudo dockerd -s btrfs --storage-opt btrfs.min_space=10G + ``` + + #### Overlay2 options + + * `overlay2.override_kernel_check` + + Overrides the Linux kernel version check allowing overlay2. Support for + specifying multiple lower directories needed by overlay2 was added to the + Linux kernel in 4.0.0. However some older kernel versions may be patched + to add multiple lower directory support for OverlayFS. This option should + only be used after verifying this support exists in the kernel. Applying + this option on a kernel without this support will cause failures on mount. + + ## Docker runtime execution options + + The Docker daemon relies on a + [OCI](https://github.com/opencontainers/specs) compliant runtime + (invoked via the `containerd` daemon) as its interface to the Linux + kernel `namespaces`, `cgroups`, and `SELinux`. + + By default, the Docker daemon automatically starts `containerd`. If you want to + control `containerd` startup, manually start `containerd` and pass the path to + the `containerd` socket using the `--containerd` flag. For example: + + ```bash + $ sudo dockerd --containerd /var/run/dev/docker-containerd.sock + ``` + + Runtimes can be registered with the daemon either via the + configuration file or using the `--add-runtime` command line argument. + + The following is an example adding 2 runtimes via the configuration: + + ```json + "default-runtime": "runc", + "runtimes": { + "runc": { + "path": "runc" + }, + "custom": { + "path": "/usr/local/bin/my-runc-replacement", + "runtimeArgs": [ + "--debug" + ] + } + } + ``` + + This is the same example via the command line: + + ```bash + $ sudo dockerd --add-runtime runc=runc --add-runtime custom=/usr/local/bin/my-runc-replacement + ``` + + > **Note**: defining runtime arguments via the command line is not supported. + + ## Options for the runtime + + You can configure the runtime using options specified + with the `--exec-opt` flag. All the flag's options have the `native` prefix. A + single `native.cgroupdriver` option is available. + + The `native.cgroupdriver` option specifies the management of the container's + cgroups. You can specify only specify `cgroupfs` or `systemd`. If you specify + `systemd` and it is not available, the system errors out. If you omit the + `native.cgroupdriver` option,` cgroupfs` is used. + + This example sets the `cgroupdriver` to `systemd`: + + ```bash + $ sudo dockerd --exec-opt native.cgroupdriver=systemd + ``` + + Setting this option applies to all containers the daemon launches. + + Also Windows Container makes use of `--exec-opt` for special purpose. Docker user + can specify default container isolation technology with this, for example: + + ```bash + $ sudo dockerd --exec-opt isolation=hyperv + ``` + + Will make `hyperv` the default isolation technology on Windows. If no isolation + value is specified on daemon start, on Windows client, the default is + `hyperv`, and on Windows server, the default is `process`. + + ## Daemon DNS options + + To set the DNS server for all Docker containers, use: + + ```bash + $ sudo dockerd --dns 8.8.8.8 + ``` + + + To set the DNS search domain for all Docker containers, use: + + ```bash + $ sudo dockerd --dns-search example.com + ``` + + + ## Insecure registries + + Docker considers a private registry either secure or insecure. In the rest of + this section, *registry* is used for *private registry*, and `myregistry:5000` + is a placeholder example for a private registry. + + A secure registry uses TLS and a copy of its CA certificate is placed on the + Docker host at `/etc/docker/certs.d/myregistry:5000/ca.crt`. An insecure + registry is either not using TLS (i.e., listening on plain text HTTP), or is + using TLS with a CA certificate not known by the Docker daemon. The latter can + happen when the certificate was not found under + `/etc/docker/certs.d/myregistry:5000/`, or if the certificate verification + failed (i.e., wrong CA). + + By default, Docker assumes all, but local (see local registries below), + registries are secure. Communicating with an insecure registry is not possible + if Docker assumes that registry is secure. In order to communicate with an + insecure registry, the Docker daemon requires `--insecure-registry` in one of + the following two forms: + + * `--insecure-registry myregistry:5000` tells the Docker daemon that + myregistry:5000 should be considered insecure. + * `--insecure-registry 10.1.0.0/16` tells the Docker daemon that all registries + whose domain resolve to an IP address is part of the subnet described by the + CIDR syntax, should be considered insecure. + + The flag can be used multiple times to allow multiple registries to be marked + as insecure. + + If an insecure registry is not marked as insecure, `docker pull`, + `docker push`, and `docker search` will result in an error message prompting + the user to either secure or pass the `--insecure-registry` flag to the Docker + daemon as described above. + + Local registries, whose IP address falls in the 127.0.0.0/8 range, are + automatically marked as insecure as of Docker 1.3.2. It is not recommended to + rely on this, as it may change in the future. + + Enabling `--insecure-registry`, i.e., allowing un-encrypted and/or untrusted + communication, can be useful when running a local registry. However, + because its use creates security vulnerabilities it should ONLY be enabled for + testing purposes. For increased security, users should add their CA to their + system's list of trusted CAs instead of enabling `--insecure-registry`. + + ## Legacy Registries + + Enabling `--disable-legacy-registry` forces a docker daemon to only interact with registries which support the V2 protocol. Specifically, the daemon will not attempt `push`, `pull` and `login` to v1 registries. The exception to this is `search` which can still be performed on v1 registries. + + ## Running a Docker daemon behind an HTTPS_PROXY + + When running inside a LAN that uses an `HTTPS` proxy, the Docker Hub + certificates will be replaced by the proxy's certificates. These certificates + need to be added to your Docker host's configuration: + + 1. Install the `ca-certificates` package for your distribution + 2. Ask your network admin for the proxy's CA certificate and append them to + `/etc/pki/tls/certs/ca-bundle.crt` + 3. Then start your Docker daemon with `HTTPS_PROXY=http://username:password@proxy:port/ dockerd`. + The `username:` and `password@` are optional - and are only needed if your + proxy is set up to require authentication. + + This will only add the proxy and authentication to the Docker daemon's requests - + your `docker build`s and running containers will need extra configuration to + use the proxy + + ## Default Ulimits + + `--default-ulimit` allows you to set the default `ulimit` options to use for + all containers. It takes the same options as `--ulimit` for `docker run`. If + these defaults are not set, `ulimit` settings will be inherited, if not set on + `docker run`, from the Docker daemon. Any `--ulimit` options passed to + `docker run` will overwrite these defaults. + + Be careful setting `nproc` with the `ulimit` flag as `nproc` is designed by Linux to + set the maximum number of processes available to a user, not to a container. For details + please check the [run](run.md) reference. + + ## Nodes discovery + + The `--cluster-advertise` option specifies the `host:port` or `interface:port` + combination that this particular daemon instance should use when advertising + itself to the cluster. The daemon is reached by remote hosts through this value. + If you specify an interface, make sure it includes the IP address of the actual + Docker host. For Engine installation created through `docker-machine`, the + interface is typically `eth1`. + + The daemon uses [libkv](https://github.com/docker/libkv/) to advertise + the node within the cluster. Some key-value backends support mutual + TLS. To configure the client TLS settings used by the daemon can be configured + using the `--cluster-store-opt` flag, specifying the paths to PEM encoded + files. For example: + + ```bash + $ sudo dockerd \ + --cluster-advertise 192.168.1.2:2376 \ + --cluster-store etcd://192.168.1.2:2379 \ + --cluster-store-opt kv.cacertfile=/path/to/ca.pem \ + --cluster-store-opt kv.certfile=/path/to/cert.pem \ + --cluster-store-opt kv.keyfile=/path/to/key.pem + ``` + + The currently supported cluster store options are: + + * `discovery.heartbeat` + + Specifies the heartbeat timer in seconds which is used by the daemon as a + keepalive mechanism to make sure discovery module treats the node as alive + in the cluster. If not configured, the default value is 20 seconds. + + * `discovery.ttl` + + Specifies the ttl (time-to-live) in seconds which is used by the discovery + module to timeout a node if a valid heartbeat is not received within the + configured ttl value. If not configured, the default value is 60 seconds. + + * `kv.cacertfile` + + Specifies the path to a local file with PEM encoded CA certificates to trust + + * `kv.certfile` + + Specifies the path to a local file with a PEM encoded certificate. This + certificate is used as the client cert for communication with the + Key/Value store. + + * `kv.keyfile` + + Specifies the path to a local file with a PEM encoded private key. This + private key is used as the client key for communication with the + Key/Value store. + + * `kv.path` + + Specifies the path in the Key/Value store. If not configured, the default value is 'docker/nodes'. + + ## Access authorization + + Docker's access authorization can be extended by authorization plugins that your + organization can purchase or build themselves. You can install one or more + authorization plugins when you start the Docker `daemon` using the + `--authorization-plugin=PLUGIN_ID` option. + + ```bash + $ sudo dockerd --authorization-plugin=plugin1 --authorization-plugin=plugin2,... + ``` + + The `PLUGIN_ID` value is either the plugin's name or a path to its specification + file. The plugin's implementation determines whether you can specify a name or + path. Consult with your Docker administrator to get information about the + plugins available to you. + + Once a plugin is installed, requests made to the `daemon` through the command + line or Docker's remote API are allowed or denied by the plugin. If you have + multiple plugins installed, at least one must allow the request for it to + complete. + + For information about how to create an authorization plugin, see [authorization + plugin](../../extend/plugins_authorization.md) section in the Docker extend section of this documentation. + + + ## Daemon user namespace options + + The Linux kernel [user namespace support](http://man7.org/linux/man-pages/man7/user_namespaces.7.html) provides additional security by enabling + a process, and therefore a container, to have a unique range of user and + group IDs which are outside the traditional user and group range utilized by + the host system. Potentially the most important security improvement is that, + by default, container processes running as the `root` user will have expected + administrative privilege (with some restrictions) inside the container but will + effectively be mapped to an unprivileged `uid` on the host. + + When user namespace support is enabled, Docker creates a single daemon-wide mapping + for all containers running on the same engine instance. The mappings will + utilize the existing subordinate user and group ID feature available on all modern + Linux distributions. + The [`/etc/subuid`](http://man7.org/linux/man-pages/man5/subuid.5.html) and + [`/etc/subgid`](http://man7.org/linux/man-pages/man5/subgid.5.html) files will be + read for the user, and optional group, specified to the `--userns-remap` + parameter. If you do not wish to specify your own user and/or group, you can + provide `default` as the value to this flag, and a user will be created on your behalf + and provided subordinate uid and gid ranges. This default user will be named + `dockremap`, and entries will be created for it in `/etc/passwd` and + `/etc/group` using your distro's standard user and group creation tools. + + > **Note**: The single mapping per-daemon restriction is in place for now + > because Docker shares image layers from its local cache across all + > containers running on the engine instance. Since file ownership must be + > the same for all containers sharing the same layer content, the decision + > was made to map the file ownership on `docker pull` to the daemon's user and + > group mappings so that there is no delay for running containers once the + > content is downloaded. This design preserves the same performance for `docker + > pull`, `docker push`, and container startup as users expect with + > user namespaces disabled. + + ### Starting the daemon with user namespaces enabled + + To enable user namespace support, start the daemon with the + `--userns-remap` flag, which accepts values in the following formats: + + - uid + - uid:gid + - username + - username:groupname + + If numeric IDs are provided, translation back to valid user or group names + will occur so that the subordinate uid and gid information can be read, given + these resources are name-based, not id-based. If the numeric ID information + provided does not exist as entries in `/etc/passwd` or `/etc/group`, daemon + startup will fail with an error message. + + > **Note:** On Fedora 22, you have to `touch` the `/etc/subuid` and `/etc/subgid` + > files to have ranges assigned when users are created. This must be done + > *before* the `--userns-remap` option is enabled. Once these files exist, the + > daemon can be (re)started and range assignment on user creation works properly. + + **Example: starting with default Docker user management:** + + ```bash + $ sudo dockerd --userns-remap=default + ``` + + When `default` is provided, Docker will create - or find the existing - user and group + named `dockremap`. If the user is created, and the Linux distribution has + appropriate support, the `/etc/subuid` and `/etc/subgid` files will be populated + with a contiguous 65536 length range of subordinate user and group IDs, starting + at an offset based on prior entries in those files. For example, Ubuntu will + create the following range, based on an existing user named `user1` already owning + the first 65536 range: + + ```bash + $ cat /etc/subuid + user1:100000:65536 + dockremap:165536:65536 + ``` + + If you have a preferred/self-managed user with subordinate ID mappings already + configured, you can provide that username or uid to the `--userns-remap` flag. + If you have a group that doesn't match the username, you may provide the `gid` + or group name as well; otherwise the username will be used as the group name + when querying the system for the subordinate group ID range. + + ### Detailed information on `subuid`/`subgid` ranges + + Given potential advanced use of the subordinate ID ranges by power users, the + following paragraphs define how the Docker daemon currently uses the range entries + found within the subordinate range files. + + The simplest case is that only one contiguous range is defined for the + provided user or group. In this case, Docker will use that entire contiguous + range for the mapping of host uids and gids to the container process. This + means that the first ID in the range will be the remapped root user, and the + IDs above that initial ID will map host ID 1 through the end of the range. + + From the example `/etc/subuid` content shown above, the remapped root + user would be uid 165536. + + If the system administrator has set up multiple ranges for a single user or + group, the Docker daemon will read all the available ranges and use the + following algorithm to create the mapping ranges: + + 1. The range segments found for the particular user will be sorted by *start ID* ascending. + 2. Map segments will be created from each range in increasing value with a length matching the length of each segment. Therefore the range segment with the lowest numeric starting value will be equal to the remapped root, and continue up through host uid/gid equal to the range segment length. As an example, if the lowest segment starts at ID 1000 and has a length of 100, then a map of 1000 -> 0 (the remapped root) up through 1100 -> 100 will be created from this segment. If the next segment starts at ID 10000, then the next map will start with mapping 10000 -> 101 up to the length of this second segment. This will continue until no more segments are found in the subordinate files for this user. + 3. If more than five range segments exist for a single user, only the first five will be utilized, matching the kernel's limitation of only five entries in `/proc/self/uid_map` and `proc/self/gid_map`. + + ### Disable user namespace for a container + + If you enable user namespaces on the daemon, all containers are started + with user namespaces enabled. In some situations you might want to disable + this feature for a container, for example, to start a privileged container (see + [user namespace known restrictions](dockerd.md#user-namespace-known-restrictions)). + To enable those advanced features for a specific container use `--userns=host` + in the `run/exec/create` command. + This option will completely disable user namespace mapping for the container's user. + + ### User namespace known restrictions + + The following standard Docker features are currently incompatible when + running a Docker daemon with user namespaces enabled: + + - sharing PID or NET namespaces with the host (`--pid=host` or `--network=host`) + - A `--read-only` container filesystem (this is a Linux kernel restriction against remounting with modified flags of a currently mounted filesystem when inside a user namespace) + - external (volume or graph) drivers which are unaware/incapable of using daemon user mappings + - Using `--privileged` mode flag on `docker run` (unless also specifying `--userns=host`) + + In general, user namespaces are an advanced feature and will require + coordination with other capabilities. For example, if volumes are mounted from + the host, file ownership will have to be pre-arranged if the user or + administrator wishes the containers to have expected access to the volume + contents. + + Finally, while the `root` user inside a user namespaced container process has + many of the expected admin privileges that go along with being the superuser, the + Linux kernel has restrictions based on internal knowledge that this is a user namespaced + process. The most notable restriction that we are aware of at this time is the + inability to use `mknod`. Permission will be denied for device creation even as + container `root` inside a user namespace. + + ## Miscellaneous options + + IP masquerading uses address translation to allow containers without a public + IP to talk to other machines on the Internet. This may interfere with some + network topologies and can be disabled with `--ip-masq=false`. + + Docker supports softlinks for the Docker data directory (`/var/lib/docker`) and + for `/var/lib/docker/tmp`. The `DOCKER_TMPDIR` and the data directory can be + set like this: + + DOCKER_TMPDIR=/mnt/disk2/tmp /usr/local/bin/dockerd -D -g /var/lib/docker -H unix:// > /var/lib/docker-machine/docker.log 2>&1 + # or + export DOCKER_TMPDIR=/mnt/disk2/tmp + /usr/local/bin/dockerd -D -g /var/lib/docker -H unix:// > /var/lib/docker-machine/docker.log 2>&1 + + ## Default cgroup parent + + The `--cgroup-parent` option allows you to set the default cgroup parent + to use for containers. If this option is not set, it defaults to `/docker` for + fs cgroup driver and `system.slice` for systemd cgroup driver. + + If the cgroup has a leading forward slash (`/`), the cgroup is created + under the root cgroup, otherwise the cgroup is created under the daemon + cgroup. + + Assuming the daemon is running in cgroup `daemoncgroup`, + `--cgroup-parent=/foobar` creates a cgroup in + `/sys/fs/cgroup/memory/foobar`, whereas using `--cgroup-parent=foobar` + creates the cgroup in `/sys/fs/cgroup/memory/daemoncgroup/foobar` + + The systemd cgroup driver has different rules for `--cgroup-parent`. Systemd + represents hierarchy by slice and the name of the slice encodes the location in + the tree. So `--cgroup-parent` for systemd cgroups should be a slice name. A + name can consist of a dash-separated series of names, which describes the path + to the slice from the root slice. For example, `--cgroup-parent=user-a-b.slice` + means the memory cgroup for the container is created in + `/sys/fs/cgroup/memory/user.slice/user-a.slice/user-a-b.slice/docker-.scope`. + + This setting can also be set per container, using the `--cgroup-parent` + option on `docker create` and `docker run`, and takes precedence over + the `--cgroup-parent` option on the daemon. + + ## Daemon configuration file + + The `--config-file` option allows you to set any configuration option + for the daemon in a JSON format. This file uses the same flag names as keys, + except for flags that allow several entries, where it uses the plural + of the flag name, e.g., `labels` for the `label` flag. + + The options set in the configuration file must not conflict with options set + via flags. The docker daemon fails to start if an option is duplicated between + the file and the flags, regardless their value. We do this to avoid + silently ignore changes introduced in configuration reloads. + For example, the daemon fails to start if you set daemon labels + in the configuration file and also set daemon labels via the `--label` flag. + Options that are not present in the file are ignored when the daemon starts. + + ### Linux configuration file + + The default location of the configuration file on Linux is + `/etc/docker/daemon.json`. The `--config-file` flag can be used to specify a + non-default location. + + This is a full example of the allowed configuration options on Linux: + + ```json + { + "api-cors-header": "", + "authorization-plugins": [], + "bip": "", + "bridge": "", + "cgroup-parent": "", + "cluster-store": "", + "cluster-store-opts": {}, + "cluster-advertise": "", + "debug": true, + "default-gateway": "", + "default-gateway-v6": "", + "default-runtime": "runc", + "default-ulimits": {}, + "disable-legacy-registry": false, + "dns": [], + "dns-opts": [], + "dns-search": [], + "exec-opts": [], + "exec-root": "", + "fixed-cidr": "", + "fixed-cidr-v6": "", + "graph": "", + "group": "", + "hosts": [], + "icc": false, + "insecure-registries": [], + "ip": "0.0.0.0", + "iptables": false, + "ipv6": false, + "ip-forward": false, + "ip-masq": false, + "labels": [], + "live-restore": true, + "log-driver": "", + "log-level": "", + "log-opts": {}, + "max-concurrent-downloads": 3, + "max-concurrent-uploads": 5, + "mtu": 0, + "oom-score-adjust": -500, + "pidfile": "", + "raw-logs": false, + "registry-mirrors": [], + "runtimes": { + "runc": { + "path": "runc" + }, + "custom": { + "path": "/usr/local/bin/my-runc-replacement", + "runtimeArgs": [ + "--debug" + ] + } + }, + "selinux-enabled": false, + "storage-driver": "", + "storage-opts": [], + "swarm-default-advertise-addr": "", + "tls": true, + "tlscacert": "", + "tlscert": "", + "tlskey": "", + "tlsverify": true, + "userland-proxy": false, + "userns-remap": "" + } + ``` + + ### Windows configuration file + + The default location of the configuration file on Windows is + `%programdata%\docker\config\daemon.json`. The `--config-file` flag can be + used to specify a non-default location. + + This is a full example of the allowed configuration options on Windows: + + ```json + { + "authorization-plugins": [], + "bridge": "", + "cluster-advertise": "", + "cluster-store": "", + "debug": true, + "default-ulimits": {}, + "disable-legacy-registry": false, + "dns": [], + "dns-opts": [], + "dns-search": [], + "exec-opts": [], + "fixed-cidr": "", + "graph": "", + "group": "", + "hosts": [], + "insecure-registries": [], + "labels": [], + "live-restore": true, + "log-driver": "", + "log-level": "", + "mtu": 0, + "pidfile": "", + "raw-logs": false, + "registry-mirrors": [], + "storage-driver": "", + "storage-opts": [], + "swarm-default-advertise-addr": "", + "tlscacert": "", + "tlscert": "", + "tlskey": "", + "tlsverify": true + } + ``` + + ### Configuration reloading + + Some options can be reconfigured when the daemon is running without requiring + to restart the process. We use the `SIGHUP` signal in Linux to reload, and a global event + in Windows with the key `Global\docker-daemon-config-$PID`. The options can + be modified in the configuration file but still will check for conflicts with + the provided flags. The daemon fails to reconfigure itself + if there are conflicts, but it won't stop execution. + + The list of currently supported options that can be reconfigured is this: + + - `debug`: it changes the daemon to debug mode when set to true. + - `cluster-store`: it reloads the discovery store with the new address. + - `cluster-store-opts`: it uses the new options to reload the discovery store. + - `cluster-advertise`: it modifies the address advertised after reloading. + - `labels`: it replaces the daemon labels with a new set of labels. + - `live-restore`: Enables [keeping containers alive during daemon downtime](../../admin/live-restore.md). + - `max-concurrent-downloads`: it updates the max concurrent downloads for each pull. + - `max-concurrent-uploads`: it updates the max concurrent uploads for each push. + - `default-runtime`: it updates the runtime to be used if not is + specified at container creation. It defaults to "default" which is + the runtime shipped with the official docker packages. + - `runtimes`: it updates the list of available OCI runtimes that can + be used to run containers + + Updating and reloading the cluster configurations such as `--cluster-store`, + `--cluster-advertise` and `--cluster-store-opts` will take effect only if + these configurations were not previously configured. If `--cluster-store` + has been provided in flags and `cluster-advertise` not, `cluster-advertise` + can be added in the configuration file without accompanied by `--cluster-store` + Configuration reload will log a warning message if it detects a change in + previously configured cluster configurations. + + + ## Running multiple daemons + + > **Note:** Running multiple daemons on a single host is considered as "experimental". The user should be aware of + > unsolved problems. This solution may not work properly in some cases. Solutions are currently under development + > and will be delivered in the near future. + + This section describes how to run multiple Docker daemons on a single host. To + run multiple daemons, you must configure each daemon so that it does not + conflict with other daemons on the same host. You can set these options either + by providing them as flags, or by using a [daemon configuration file](dockerd.md#daemon-configuration-file). + + The following daemon options must be configured for each daemon: + + ```bash + -b, --bridge= Attach containers to a network bridge + --exec-root=/var/run/docker Root of the Docker execdriver + -g, --graph=/var/lib/docker Root of the Docker runtime + -p, --pidfile=/var/run/docker.pid Path to use for daemon PID file + -H, --host=[] Daemon socket(s) to connect to + --iptables=true Enable addition of iptables rules + --config-file=/etc/docker/daemon.json Daemon configuration file + --tlscacert="~/.docker/ca.pem" Trust certs signed only by this CA + --tlscert="~/.docker/cert.pem" Path to TLS certificate file + --tlskey="~/.docker/key.pem" Path to TLS key file + ``` + + When your daemons use different values for these flags, you can run them on the same host without any problems. + It is very important to properly understand the meaning of those options and to use them correctly. + + - The `-b, --bridge=` flag is set to `docker0` as default bridge network. It is created automatically when you install Docker. + If you are not using the default, you must create and configure the bridge manually or just set it to 'none': `--bridge=none` + - `--exec-root` is the path where the container state is stored. The default value is `/var/run/docker`. Specify the path for + your running daemon here. + - `--graph` is the path where images are stored. The default value is `/var/lib/docker`. To avoid any conflict with other daemons + set this parameter separately for each daemon. + - `-p, --pidfile=/var/run/docker.pid` is the path where the process ID of the daemon is stored. Specify the path for your + pid file here. + - `--host=[]` specifies where the Docker daemon will listen for client connections. If unspecified, it defaults to `/var/run/docker.sock`. + - `--iptables=false` prevents the Docker daemon from adding iptables rules. If + multiple daemons manage iptables rules, they may overwrite rules set by another + daemon. Be aware that disabling this option requires you to manually add + iptables rules to expose container ports. If you prevent Docker from adding + iptables rules, Docker will also not add IP masquerading rules, even if you set + `--ip-masq` to `true`. Without IP masquerading rules, Docker containers will not be + able to connect to external hosts or the internet when using network other than + default bridge. + - `--config-file=/etc/docker/daemon.json` is the path where configuration file is stored. You can use it instead of + daemon flags. Specify the path for each daemon. + - `--tls*` Docker daemon supports `--tlsverify` mode that enforces encrypted and authenticated remote connections. + The `--tls*` options enable use of specific certificates for individual daemons. + + Example script for a separate “bootstrap” instance of the Docker daemon without network: + + ```bash + $ sudo dockerd \ + -H unix:///var/run/docker-bootstrap.sock \ + -p /var/run/docker-bootstrap.pid \ + --iptables=false \ + --ip-masq=false \ + --bridge=none \ + --graph=/var/lib/docker-bootstrap \ + --exec-root=/var/run/docker-bootstrap + ``` +usage: dockerd [OPTIONS] +pname: dockerd +plink: dockerd.yaml +options: +- option: add-runtime + description: Register an additional OCI compatible runtime +- option: api-cors-header + description: Set CORS headers in the remote API +- option: authorization-plugin + description: Authorization plugins to load +- option: bridge + shorthand: b + description: Attach containers to a network bridge +- option: bip + description: Specify network bridge IP +- option: cgroup-parent + description: Set parent cgroup for all containers +- option: cluster-advertise + description: Address or interface name to advertise +- option: cluster-store + default_value: map[] + description: Set cluster store options +- option: config-file + default_value: /etc/docker/daemon.json + description: Daemon configuration file +- option: containerd + description: Path to containerd socket +- option: debug + shorthand: D + description: Enable debug mode +- option: default-gateway + description: Container default gateway IPv4 address +- option: default-gateway-v6 + description: Container default gateway IPv6 address +- option: default-runtime + default_value: runc + description: Default OCI runtime for containers +- option: default-ulimit + description: Default ulimits for containers +- option: disable-legacy-registry + description: Disable contacting legacy registries +- option: dns + description: DNS server to use +- option: dns-opt + description: DNS options to use +- option: dns-search + description: DNS search domains to use +- option: exec-opt + description: Runtime execution options +- option: exec-root + default_value: /var/run/docker + description: Root directory for execution state files +- option: fixed-cidr + description: IPv4 subnet for fixed IPs +- option: fixed-cidr-v6 + description: IPv6 subnet for fixed IPs +- option: group + shorthand: G + default_value: docker + description: Group for the unix socket +- option: graph + shorthand: g + default_value: /var/lib/docker + description: Root of the Docker runtime +- option: host + shorthand: H + description: Daemon socket(s) to connect to +- option: help + description: Print usage +- option: icc + default_value: true + description: Enable inter-container communication +- option: insecure-registry + description: Enable insecure registry communication +- option: ip + default_value: 0.0.0.0 + description: Default IP when binding container ports +- option: ip-forward + default_value: true + description: Enable net.ipv4.ip_forward +- option: ip-masq + default_value: true + description: Enable IP masquerading +- option: iptables + default_value: true + description: Enable addition of iptables rules +- option: ipv6 + description: Enable IPv6 networking +- option: log-level + shorthand: l + default_value: info + description: Set the logging level +- option: label + description: Set key=value labels to the daemon +- option: live-restore + description: Enables keeping containers alive during daemon downtime +- option: log-driver + default_value: json-file + description: Default driver for container logs +- option: log-opt + default_value: map[] + description: Default log driver options for containers +- option: max-concurrent-downloads + default_value: 3 + description: Set the max concurrent downloads for each pull +- option: max-concurrent-uploads + default_value: 5 + description: Set the max concurrent uploads for each push +- option: mtu + description: Set the containers network MTU +- option: oom-score-adjust + default_value: -500 + description: Set the oom_score_adj for the daemon +- option: pidfile + shorthand: p + default_value: /var/run/docker.pid + description: Path to use for daemon PID file +- option: raw-logs + description: Full timestamps without ANSI coloring +- option: registry-mirror + description: Preferred Docker registry mirror +- option: storage-driver + shorthand: s + description: Storage driver to use +- option: selinux-enabled + description: Enable selinux support +- option: storage-opt + description: Storage driver options +- option: swarm-default-advertise-addr + description: Set default address or interface for swarm advertised address +- option: tls + description: Use TLS; implied by --tlsverify +- option: tlscacert + default_value: ~/.docker/ca.pem + description: Trust certs signed only by this CA +- option: tlscert + default_value: ~/.docker/cert.pem + description: Path to TLS certificate file +- option: tlskey + default_value: ~/.docker/key.pem + description: Path to TLS key file +- option: tlsverify + description: Use TLS and verify the remote +- option: userland-proxy + default_value: true + description: Use userland proxy for loopback traffic +- option: userns-remap + description: User/Group setting for user namespaces +- option: version + shorthand: v + description: Print version information and quit diff --git a/_data/toc.yaml b/_data/toc.yaml index 284726c47a7..11282e7b8f7 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -355,180 +355,326 @@ toc: title: Dockerizing an SSH service - path: /engine/examples/apt-cacher-ng/ title: Dockerizing an apt-cacher-ng service - - sectiontitle: Engine reference + - path: /engine/reference/builder/ + title: Dockerfile reference + - path: /engine/reference/run/ + title: Docker run reference + - path: /engine/reference/commandline/cli/ + title: Use the Docker command line + - path: /engine/reference/commandline/dockerd/ + title: Daemon CLI reference + - sectiontitle: Engine CLI reference section: - - path: /engine/reference/builder/ - title: Dockerfile reference - - path: /engine/reference/run/ - title: Docker run reference - - sectiontitle: Command line reference + - path: /engine/reference/commandline/docker/ + title: docker (base command) + - path: /engine/reference/commandline/attach/ + title: docker attach + - path: /engine/reference/commandline/build/ + title: docker build + - path: /engine/reference/commandline/commit/ + title: docker commit + - sectiontitle: container * section: - - path: /engine/reference/commandline/ - title: Docker commands - - path: /engine/reference/commandline/cli/ - title: Use the Docker command line - - path: /engine/reference/commandline/dockerd/ - title: dockerd - - path: /engine/reference/commandline/attach/ - title: attach - - path: /engine/reference/commandline/build/ - title: build - - path: /engine/reference/commandline/commit/ - title: commit - - path: /engine/reference/commandline/cp/ - title: cp - - path: /engine/reference/commandline/create/ - title: create - - path: /engine/reference/commandline/deploy/ - title: deploy - - path: /engine/reference/commandline/diff/ - title: diff - - path: /engine/reference/commandline/events/ - title: events - - path: /engine/reference/commandline/exec/ - title: exec - - path: /engine/reference/commandline/export/ - title: export - - path: /engine/reference/commandline/history/ - title: history - - path: /engine/reference/commandline/images/ - title: images - - path: /engine/reference/commandline/import/ - title: import - - path: /engine/reference/commandline/info/ - title: info - - path: /engine/reference/commandline/inspect/ - title: inspect - - path: /engine/reference/commandline/kill/ - title: kill - - path: /engine/reference/commandline/load/ - title: load - - path: /engine/reference/commandline/login/ - title: login - - path: /engine/reference/commandline/logout/ - title: logout - - path: /engine/reference/commandline/logs/ - title: logs + - path: /engine/reference/commandline/container/ + title: docker container + - path: /engine/reference/commandline/container_attach/ + title: docker container attach + - path: /engine/reference/commandline/container_commit/ + title: docker container commit + - path: /engine/reference/commandline/container_cp/ + title: docker container cp + - path: /engine/reference/commandline/container_create/ + title: docker container create + - path: /engine/reference/commandline/container_diff/ + title: docker container diff + - path: /engine/reference/commandline/container_exec/ + title: docker container exec + - path: /engine/reference/commandline/container_export/ + title: docker container export + - path: /engine/reference/commandline/container_inspect/ + title: docker container inspect + - path: /engine/reference/commandline/container_kill/ + title: docker container kill + - path: /engine/reference/commandline/container_logs/ + title: docker container logs + - path: /engine/reference/commandline/container_ls/ + title: docker container ls + - path: /engine/reference/commandline/container_pause/ + title: docker container pause + - path: /engine/reference/commandline/container_port/ + title: docker container port + - path: /engine/reference/commandline/container_prune/ + title: docker container prune + - path: /engine/reference/commandline/container_rename/ + title: docker container rename + - path: /engine/reference/commandline/container_restart/ + title: docker container restart + - path: /engine/reference/commandline/container_rm/ + title: docker container rm + - path: /engine/reference/commandline/container_run/ + title: docker container run + - path: /engine/reference/commandline/container_start/ + title: docker container start + - path: /engine/reference/commandline/container_stats/ + title: docker container stats + - path: /engine/reference/commandline/container_stop/ + title: docker container stop + - path: /engine/reference/commandline/container_top/ + title: docker container top + - path: /engine/reference/commandline/container_unpause/ + title: docker container unpause + - path: /engine/reference/commandline/container_update/ + title: docker container update + - path: /engine/reference/commandline/container_wait/ + title: docker container wait + - path: /engine/reference/commandline/cp/ + title: docker cp + - path: /engine/reference/commandline/create/ + title: docker create + - path: /engine/reference/commandline/deploy/ + title: docker deploy + - path: /engine/reference/commandline/diff/ + title: docker diff + - path: /engine/reference/commandline/events/ + title: docker events + - path: /engine/reference/commandline/exec/ + title: docker exec + - path: /engine/reference/commandline/export/ + title: docker export + - path: /engine/reference/commandline/history/ + title: docker history + - sectiontitle: docker image * + section: + - path: /engine/reference/commandline/image/ + title: docker image + - path: /engine/reference/commandline/image_build/ + title: docker image build + - path: /engine/reference/commandline/image_history/ + title: docker image history + - path: /engine/reference/commandline/image_import/ + title: docker image import + - path: /engine/reference/commandline/image_inspect/ + title: docker image inspect + - path: /engine/reference/commandline/image_load/ + title: docker image load + - path: /engine/reference/commandline/image_ls/ + title: docker image ls + - path: /engine/reference/commandline/image_prune/ + title: docker image prune + - path: /engine/reference/commandline/image_pull/ + title: docker image pull + - path: /engine/reference/commandline/image_push/ + title: docker image push + - path: /engine/reference/commandline/image_rm/ + title: docker image rm + - path: /engine/reference/commandline/image_save/ + title: docker image save + - path: /engine/reference/commandline/image_tag/ + title: docker image tag + - path: /engine/reference/commandline/images/ + title: docker images + - path: /engine/reference/commandline/import/ + title: docker import + - path: /engine/reference/commandline/info/ + title: docker info + - path: /engine/reference/commandline/inspect/ + title: docker inspect + - path: /engine/reference/commandline/kill/ + title: docker kill + - path: /engine/reference/commandline/load/ + title: docker load + - path: /engine/reference/commandline/login/ + title: docker login + - path: /engine/reference/commandline/logout/ + title: docker logout + - path: /engine/reference/commandline/logs/ + title: docker logs + - sectiontitle: network * + section: + - path: /engine/reference/commandline/network/ + title: docker network - path: /engine/reference/commandline/network_connect/ - title: network connect + title: docker network connect - path: /engine/reference/commandline/network_create/ - title: network create + title: docker network create - path: /engine/reference/commandline/network_disconnect/ - title: network disconnect + title: docker network disconnect - path: /engine/reference/commandline/network_inspect/ - title: network inspect + title: docker network inspect - path: /engine/reference/commandline/network_ls/ - title: network ls + title: docker network ls + - path: /engine/reference/commandline/network_prune/ + title: docker network prune - path: /engine/reference/commandline/network_rm/ - title: network rm + title: docker network rm + - sectiontitle: docker node * + section: + - path: /engine/reference/commandline/node/ + title: docker node - path: /engine/reference/commandline/node_demote/ - title: node demote + title: docker node demote - path: /engine/reference/commandline/node_inspect/ - title: node inspect + title: docker node inspect - path: /engine/reference/commandline/node_ls/ - title: node ls + title: docker node ls - path: /engine/reference/commandline/node_promote/ - title: node promote + title: docker node promote - path: /engine/reference/commandline/node_ps/ - title: node ps + title: docker node ps - path: /engine/reference/commandline/node_rm/ - title: node rm + title: docker node rm - path: /engine/reference/commandline/node_update/ - title: node update - - path: /engine/reference/commandline/pause/ - title: pause + title: docker node update + - path: /engine/reference/commandline/pause/ + title: docker pause + - sectiontitle: docker plugin * + section: + - path: /engine/reference/commandline/plugin/ + title: docker plugin + - path: /engine/reference/commandline/plugin_create/ + title: docker plugin disable - path: /engine/reference/commandline/plugin_disable/ - title: plugin disable + title: docker plugin disable - path: /engine/reference/commandline/plugin_enable/ - title: plugin enable + title: docker plugin enable - path: /engine/reference/commandline/plugin_inspect/ - title: plugin inspect + title: docker plugin inspect - path: /engine/reference/commandline/plugin_install/ - title: plugin install + title: docker plugin install - path: /engine/reference/commandline/plugin_ls/ - title: plugin ls + title: docker plugin ls - path: /engine/reference/commandline/plugin_rm/ - title: plugin rm - - path: /engine/reference/commandline/port/ - title: port - - path: /engine/reference/commandline/ps/ - title: ps - - path: /engine/reference/commandline/pull/ - title: pull - - path: /engine/reference/commandline/push/ - title: push - - path: /engine/reference/commandline/rename/ - title: rename - - path: /engine/reference/commandline/restart/ - title: restart - - path: /engine/reference/commandline/rm/ - title: rm - - path: /engine/reference/commandline/rmi/ - title: rmi - - path: /engine/reference/commandline/run/ - title: run - - path: /engine/reference/commandline/save/ - title: save - - path: /engine/reference/commandline/search/ - title: search + title: docker plugin rm + - path: /engine/reference/commandline/plugin_set/ + title: docker plugin set + - path: /engine/reference/commandline/port/ + title: docker port + - path: /engine/reference/commandline/ps/ + title: docker ps + - path: /engine/reference/commandline/pull/ + title: docker pull + - path: /engine/reference/commandline/push/ + title: docker push + - path: /engine/reference/commandline/rename/ + title: docker rename + - path: /engine/reference/commandline/restart/ + title: docker restart + - path: /engine/reference/commandline/rm/ + title: docker rm + - path: /engine/reference/commandline/rmi/ + title: docker rmi + - path: /engine/reference/commandline/run/ + title: docker run + - path: /engine/reference/commandline/save/ + title: docker save + - path: /engine/reference/commandline/search/ + title: docker search + - sectiontitle: docker secret * + section: + - path: /engine/reference/commandline/secret/ + title: docker secret + - path: /engine/reference/commandline/secret_create/ + title: docker secret create + - path: /engine/reference/commandline/secret_inspect/ + title: docker secret inspect + - path: /engine/reference/commandline/secret_ls/ + title: docker secret ls + - path: /engine/reference/commandline/secret_rm/ + title: docker secret rm + - sectiontitle: docker service * + section: + - path: /engine/reference/commandline/service/ + title: docker service - path: /engine/reference/commandline/service_create/ - title: service create + title: docker service create - path: /engine/reference/commandline/service_inspect/ - title: service inspect + title: docker service inspect + - path: /engine/reference/commandline/service_logs/ + title: docker service logs - path: /engine/reference/commandline/service_ls/ - title: service ls + title: docker service ls - path: /engine/reference/commandline/service_ps/ - title: service ps + title: docker service ps - path: /engine/reference/commandline/service_rm/ - title: service rm + title: docker service rm - path: /engine/reference/commandline/service_scale/ - title: service scale + title: docker service scale - path: /engine/reference/commandline/service_update/ - title: service update + title: docker service update + - sectiontitle: docker stack * + section: + - path: /engine/reference/commandline/stack/ + title: docker stack - path: /engine/reference/commandline/stack_config/ - title: stack config + title: docker stack config - path: /engine/reference/commandline/stack_deploy/ - title: stack deploy + title: docker stack deploy - path: /engine/reference/commandline/stack_rm/ - title: stack rm + title: docker stack rm - path: /engine/reference/commandline/stack_services/ - title: stack services - - path: /engine/reference/commandline/start/ - title: start - - path: /engine/reference/commandline/stats/ - title: stats - - path: /engine/reference/commandline/stop/ - title: stop + title: docker stack services + - path: /engine/reference/commandline/stack_tasks/ + title: docker stack tasks + - path: /engine/reference/commandline/start/ + title: docker start + - path: /engine/reference/commandline/stats/ + title: docker stats + - path: /engine/reference/commandline/stop/ + title: docker stop + - sectiontitle: docker swarm * + setcion: + - path: /engine/reference/commandline/swarm/ + title: docker swarm - path: /engine/reference/commandline/swarm_init/ - title: swarm init + title: docker swarm init + - path: /engine/reference/commandline/swarm_join-token/ + title: docker swarm join-token - path: /engine/reference/commandline/swarm_join/ - title: swarm join - - path: /engine/reference/commandline/swarm_join_token/ - title: swarm join-token + title: docker swarm join - path: /engine/reference/commandline/swarm_leave/ - title: swarm leave + title: docker swarm leave + - path: /engine/reference/commandline/swarm_unlock-key/ + title: docker swarm unlock-key + - path: /engine/reference/commandline/swarm_unlock/ + title: docker swarm unlock - path: /engine/reference/commandline/swarm_update/ - title: swarm update - - path: /engine/reference/commandline/tag/ - title: tag - - path: /engine/reference/commandline/top/ - title: top - - path: /engine/reference/commandline/unpause/ - title: unpause - - path: /engine/reference/commandline/update/ - title: update - - path: /engine/reference/commandline/version/ - title: version + title: docker swarm update + - sectiontitle: docker system * + section: + - path: /engine/reference/commandline/system/ + title: docker system + - path: /engine/reference/commandline/system_df/ + title: docker system df + - path: /engine/reference/commandline/system_events/ + title: docker system events + - path: /engine/reference/commandline/system_info/ + title: docker system info + - path: /engine/reference/commandline/system_prune/ + title: docker system prune + - path: /engine/reference/commandline/tag/ + title: docker tag + - path: /engine/reference/commandline/top/ + title: docker top + - path: /engine/reference/commandline/unpause/ + title: docker unpause + - path: /engine/reference/commandline/update/ + title: docker update + - path: /engine/reference/commandline/version/ + title: docker version + - sectiontitle: docker volume * + section: - path: /engine/reference/commandline/volume_create/ - title: volume create + title: docker volume create - path: /engine/reference/commandline/volume_inspect/ - title: volume inspect + title: docker volume inspect - path: /engine/reference/commandline/volume_ls/ - title: volume ls + title: docker volume ls + - path: /engine/reference/commandline/volume_prune/ + title: docker volume ls - path: /engine/reference/commandline/volume_rm/ - title: volume rm - - path: /engine/reference/commandline/wait/ - title: wait + title: docker volume rm + - path: /engine/reference/commandline/wait/ + title: docker wait - sectiontitle: Engine API section: - path: /engine/api/ @@ -557,14 +703,14 @@ toc: title: v1.19 reference - path: /engine/api/v1.18/ title: v1.18 reference - - path: /engine/migration/ - title: Migrate to Engine 1.10 - - path: /engine/breaking_changes/ - title: Breaking changes - - path: /engine/deprecated/ - title: Deprecated Engine Features - - path: /engine/faq/ - title: FAQ + - path: /engine/migration/ + title: Migrate to Engine 1.10 + - path: /engine/breaking_changes/ + title: Breaking changes + - path: /engine/deprecated/ + title: Deprecated Engine Features + - path: /engine/faq/ + title: FAQ - sectiontitle: Docker Compose section: - path: /compose/overview/ diff --git a/_includes/cli.md b/_includes/cli.md new file mode 100644 index 00000000000..4ffe339c5cc --- /dev/null +++ b/_includes/cli.md @@ -0,0 +1,69 @@ +{% capture tabChar %} {% endcapture %} +{% capture dockerBaseDesc %}The base command for the Docker CLI.{% endcapture %} +{% if page.datafolder and page.datafile %} + +## Description + +{% if page.datafile=="docker" %} +{{ dockerBaseDesc }} +{% else %} +{{ site.data[page.datafolder][page.datafile].short }} +{% endif %} + +{% if site.data[page.datafolder][page.datafile].usage %} + +## Usage + +```shell +{{ site.data[page.datafolder][page.datafile].usage | replace: tabChar,"" | strip }}{% if site.data[page.datafolder][page.datafile].cname %} COMMAND{% endif %} +``` + +{% endif %} +{% if site.data[page.datafolder][page.datafile].options %} + +## Options + +| Name, shorthand | Default | Description | +| ---- | ------- | ----------- |{% for option in site.data[page.datafolder][page.datafile].options %} +| `--{{ option.option }}{% if option.shorthand %}, -{{ option.shorthand }}{% endif %}` | {% if option.default_value and option.default_value != "[]" %}`{{ option.default_value }}`{% endif %} | {{ option.description | replace: "|","|" | strip }} | {% endfor %} + +{% endif %} + +{% if site.data[page.datafolder][page.datafile].cname %} + +## Child commands + +| Command | Description | +| ------- | ----------- |{% for command in site.data[page.datafolder][page.datafile].cname %}{% capture dataFileName %}{{ command | strip | replace: " ","_" }}{% endcapture %} +| [{{ command }}]({{ dataFileName | replace: "docker_","" }}/) | {{ site.data[page.datafolder][dataFileName].short }} |{% endfor %} + +{% endif %} + +{% if site.data[page.datafolder][page.datafile].pname and site.data[page.datafolder][page.datafile].pname != page.datafile %} + +## Parent command + +{% capture parentfile %}{{ site.data[page.datafolder][page.datafile].plink | replace: ".yaml", "" | replace: "docker_","" }}{% endcapture %} +{% capture parentdatafile %}{{ site.data[page.datafolder][page.datafile].plink | replace: ".yaml", "" }}{% endcapture %} + +{% if site.data[page.datafolder][page.datafile].pname == "docker" %} +{% capture parentDesc %}{{ dockerBaseDesc }}{% endcapture %} +{% else %} +{% capture parentDesc %}{{ site.data[page.datafolder][parentdatafile].short }}{% endcapture %} +{% endif %} + +| Command | Description | +| ------- | ----------- | +| [{{ site.data[page.datafolder][page.datafile].pname }}]({{ parentfile }}) | {{ parentDesc }}| + +{% endif %} + +{% if site.data[page.datafolder][page.datafile].long != site.data[page.datafolder][page.datafile].short %} + +## Extended description + +{{ site.data[page.datafolder][page.datafile].long }} + +{% endif %} + +{% endif %} diff --git a/engine/reference/commandline/attach.md b/engine/reference/commandline/attach.md new file mode 100644 index 00000000000..b4928706ffc --- /dev/null +++ b/engine/reference/commandline/attach.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_attach +title: docker attach +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/build.md b/engine/reference/commandline/build.md new file mode 100644 index 00000000000..dca7df8efb7 --- /dev/null +++ b/engine/reference/commandline/build.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_build +title: docker build +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/commit.md b/engine/reference/commandline/commit.md new file mode 100644 index 00000000000..8ff35ff7cd1 --- /dev/null +++ b/engine/reference/commandline/commit.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_commit +title: docker commit +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/container.md b/engine/reference/commandline/container.md new file mode 100644 index 00000000000..078cea1ad7c --- /dev/null +++ b/engine/reference/commandline/container.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container +title: docker container +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_attach.md b/engine/reference/commandline/container_attach.md new file mode 100644 index 00000000000..64fb43a9808 --- /dev/null +++ b/engine/reference/commandline/container_attach.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_attach +title: docker container attach +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_commit.md b/engine/reference/commandline/container_commit.md new file mode 100644 index 00000000000..afe4930216d --- /dev/null +++ b/engine/reference/commandline/container_commit.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_commit +title: docker container commit +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_cp.md b/engine/reference/commandline/container_cp.md new file mode 100644 index 00000000000..6e911bf4110 --- /dev/null +++ b/engine/reference/commandline/container_cp.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_cp +title: docker container cp +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_create.md b/engine/reference/commandline/container_create.md new file mode 100644 index 00000000000..237599bcc8b --- /dev/null +++ b/engine/reference/commandline/container_create.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_create +title: docker container create +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_diff.md b/engine/reference/commandline/container_diff.md new file mode 100644 index 00000000000..afa1956e3b0 --- /dev/null +++ b/engine/reference/commandline/container_diff.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_diff +title: docker container diff +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_exec.md b/engine/reference/commandline/container_exec.md new file mode 100644 index 00000000000..01d30649bfd --- /dev/null +++ b/engine/reference/commandline/container_exec.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_exec +title: docker container exec +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_export.md b/engine/reference/commandline/container_export.md new file mode 100644 index 00000000000..67d383d8866 --- /dev/null +++ b/engine/reference/commandline/container_export.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_export +title: docker container export +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_inspect.md b/engine/reference/commandline/container_inspect.md new file mode 100644 index 00000000000..ac2110e2390 --- /dev/null +++ b/engine/reference/commandline/container_inspect.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_inspect +title: docker container inspect +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_kill.md b/engine/reference/commandline/container_kill.md new file mode 100644 index 00000000000..d9bcd8c7a2b --- /dev/null +++ b/engine/reference/commandline/container_kill.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_kill +title: docker container kill +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_logs.md b/engine/reference/commandline/container_logs.md new file mode 100644 index 00000000000..55e92f39491 --- /dev/null +++ b/engine/reference/commandline/container_logs.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_logs +title: docker container logs +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_ls.md b/engine/reference/commandline/container_ls.md new file mode 100644 index 00000000000..e7ae7a5d708 --- /dev/null +++ b/engine/reference/commandline/container_ls.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_ls +title: docker container ls +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_pause.md b/engine/reference/commandline/container_pause.md new file mode 100644 index 00000000000..6d8c7fc652e --- /dev/null +++ b/engine/reference/commandline/container_pause.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_pause +title: docker container pause +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_port.md b/engine/reference/commandline/container_port.md new file mode 100644 index 00000000000..5a00bed24a1 --- /dev/null +++ b/engine/reference/commandline/container_port.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_port +title: docker container port +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_prune.md b/engine/reference/commandline/container_prune.md index 2301353afa2..8005e0a5c0c 100644 --- a/engine/reference/commandline/container_prune.md +++ b/engine/reference/commandline/container_prune.md @@ -1,41 +1,15 @@ - +--- +datafolder: engine-cli +datafile: docker_container_prune +title: docker container prune +--- -# container prune + -Remove all stopped containers - -Options: - -f, --force Do not prompt for confirmation - --help Print usage -``` - -## Examples - -```bash -$ docker container prune -WARNING! This will remove all stopped containers. -Are you sure you want to continue? [y/N] y -Deleted Containers: -4a7f7eebae0f63178aff7eb0aa39cd3f0627a203ab2df258c1a00b456cf20063 -f98f9c2aa1eaf727e4ec9c0283bc7d4aa4762fbdba7f26191f26c97f64090360 - -Total reclaimed space: 212 B -``` - -## Related information - -* [system df](system_df.md) -* [volume prune](volume_prune.md) -* [image prune](image_prune.md) -* [system prune](system_prune.md) +{% include cli.md %} diff --git a/engine/reference/commandline/container_rename.md b/engine/reference/commandline/container_rename.md new file mode 100644 index 00000000000..629b10fa301 --- /dev/null +++ b/engine/reference/commandline/container_rename.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_rename +title: docker container rename +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_restart.md b/engine/reference/commandline/container_restart.md new file mode 100644 index 00000000000..d6fa3947134 --- /dev/null +++ b/engine/reference/commandline/container_restart.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_restart +title: docker container restart +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_rm.md b/engine/reference/commandline/container_rm.md new file mode 100644 index 00000000000..b17168450a8 --- /dev/null +++ b/engine/reference/commandline/container_rm.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_rm +title: docker container rm +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_run.md b/engine/reference/commandline/container_run.md new file mode 100644 index 00000000000..78344e8285f --- /dev/null +++ b/engine/reference/commandline/container_run.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_run +title: docker container run +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_start.md b/engine/reference/commandline/container_start.md new file mode 100644 index 00000000000..ddcc2cec1fd --- /dev/null +++ b/engine/reference/commandline/container_start.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_start +title: docker container start +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_stats.md b/engine/reference/commandline/container_stats.md new file mode 100644 index 00000000000..26bf990bdcd --- /dev/null +++ b/engine/reference/commandline/container_stats.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_stats +title: docker container stats +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_stop.md b/engine/reference/commandline/container_stop.md new file mode 100644 index 00000000000..79a187fd5bf --- /dev/null +++ b/engine/reference/commandline/container_stop.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_stop +title: docker container stop +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_top.md b/engine/reference/commandline/container_top.md new file mode 100644 index 00000000000..42fc4ceb162 --- /dev/null +++ b/engine/reference/commandline/container_top.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_top +title: docker container top +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_unpause.md b/engine/reference/commandline/container_unpause.md new file mode 100644 index 00000000000..4d2a33dc0a4 --- /dev/null +++ b/engine/reference/commandline/container_unpause.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_unpause +title: docker container unpause +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_update.md b/engine/reference/commandline/container_update.md new file mode 100644 index 00000000000..eb1ee8ea8b0 --- /dev/null +++ b/engine/reference/commandline/container_update.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_update +title: docker container update +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/container_wait.md b/engine/reference/commandline/container_wait.md new file mode 100644 index 00000000000..4ec54625921 --- /dev/null +++ b/engine/reference/commandline/container_wait.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_container_wait +title: docker container wait +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/cp.md b/engine/reference/commandline/cp.md new file mode 100644 index 00000000000..8a984d9e994 --- /dev/null +++ b/engine/reference/commandline/cp.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_cp +title: docker cp +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/create.md b/engine/reference/commandline/create.md new file mode 100644 index 00000000000..d5c2cfd5ab0 --- /dev/null +++ b/engine/reference/commandline/create.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_create +title: docker create +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/deploy.md b/engine/reference/commandline/deploy.md new file mode 100644 index 00000000000..f371a91a62a --- /dev/null +++ b/engine/reference/commandline/deploy.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_deploy +title: docker deploy +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/diff.md b/engine/reference/commandline/diff.md new file mode 100644 index 00000000000..186b5b791f9 --- /dev/null +++ b/engine/reference/commandline/diff.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_diff +title: docker diff +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/docker.md b/engine/reference/commandline/docker.md new file mode 100644 index 00000000000..f22799439d9 --- /dev/null +++ b/engine/reference/commandline/docker.md @@ -0,0 +1,17 @@ +--- +datafolder: engine-cli +datafile: docker +title: docker +redirect_from: +- /engine/reference/commandline/ +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/dockerd.md b/engine/reference/commandline/dockerd.md new file mode 100644 index 00000000000..258c90f669b --- /dev/null +++ b/engine/reference/commandline/dockerd.md @@ -0,0 +1,22 @@ +--- +redirect_from: +- /reference/commandline/dockerd/ +- /reference/commandline/daemon/ +- /engine/reference/commandline/daemon/ +description: The daemon command description and usage +keywords: +- container, daemon, runtime +title: dockerd +datafolder: dockerd-cli +datafile: dockerd +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/events.md b/engine/reference/commandline/events.md new file mode 100644 index 00000000000..40cd17ff1a5 --- /dev/null +++ b/engine/reference/commandline/events.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_events +title: docker events +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/exec.md b/engine/reference/commandline/exec.md new file mode 100644 index 00000000000..397ee9aeed8 --- /dev/null +++ b/engine/reference/commandline/exec.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_exec +title: docker exec +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/export.md b/engine/reference/commandline/export.md new file mode 100644 index 00000000000..6fb2f79ee26 --- /dev/null +++ b/engine/reference/commandline/export.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_export +title: docker export +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/history.md b/engine/reference/commandline/history.md new file mode 100644 index 00000000000..c5491c4b276 --- /dev/null +++ b/engine/reference/commandline/history.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_history +title: docker history +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/image.md b/engine/reference/commandline/image.md new file mode 100644 index 00000000000..02136fb3b7d --- /dev/null +++ b/engine/reference/commandline/image.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image +title: docker image +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_build.md b/engine/reference/commandline/image_build.md new file mode 100644 index 00000000000..0b2eb54c841 --- /dev/null +++ b/engine/reference/commandline/image_build.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_build +title: docker image build +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_history.md b/engine/reference/commandline/image_history.md new file mode 100644 index 00000000000..8a4b7063dcb --- /dev/null +++ b/engine/reference/commandline/image_history.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_history +title: docker image history +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_import.md b/engine/reference/commandline/image_import.md new file mode 100644 index 00000000000..bbd0abe245b --- /dev/null +++ b/engine/reference/commandline/image_import.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_import +title: docker image import +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_inspect.md b/engine/reference/commandline/image_inspect.md new file mode 100644 index 00000000000..9fab2e9b951 --- /dev/null +++ b/engine/reference/commandline/image_inspect.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_inspect +title: docker image inspect +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_load.md b/engine/reference/commandline/image_load.md new file mode 100644 index 00000000000..d48334568cf --- /dev/null +++ b/engine/reference/commandline/image_load.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_load +title: docker image load +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_ls.md b/engine/reference/commandline/image_ls.md new file mode 100644 index 00000000000..14bc5947e8b --- /dev/null +++ b/engine/reference/commandline/image_ls.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_ls +title: docker image ls +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_prune.md b/engine/reference/commandline/image_prune.md index 85bd8ce1a66..651ed413f5a 100644 --- a/engine/reference/commandline/image_prune.md +++ b/engine/reference/commandline/image_prune.md @@ -1,65 +1,15 @@ - +--- +datafolder: engine-cli +datafile: docker_image_prune +title: docker image prune +--- -# image prune + -Remove unused images - -Options: - -a, --all Remove all unused images, not just dangling ones - -f, --force Do not prompt for confirmation - --help Print usage -``` - -Remove all dangling images. If `-a` is specified, will also remove all images not referenced by any container. - -Example output: - -```bash -$ docker image prune -a -WARNING! This will remove all images without at least one container associated to them. -Are you sure you want to continue? [y/N] y -Deleted Images: -untagged: alpine:latest -untagged: alpine@sha256:3dcdb92d7432d56604d4545cbd324b14e647b313626d99b889d0626de158f73a -deleted: sha256:4e38e38c8ce0b8d9041a9c4fefe786631d1416225e13b0bfe8cfa2321aec4bba -deleted: sha256:4fe15f8d0ae69e169824f25f1d4da3015a48feeeeebb265cd2e328e15c6a869f -untagged: alpine:3.3 -untagged: alpine@sha256:4fa633f4feff6a8f02acfc7424efd5cb3e76686ed3218abf4ca0fa4a2a358423 -untagged: my-jq:latest -deleted: sha256:ae67841be6d008a374eff7c2a974cde3934ffe9536a7dc7ce589585eddd83aff -deleted: sha256:34f6f1261650bc341eb122313372adc4512b4fceddc2a7ecbb84f0958ce5ad65 -deleted: sha256:cf4194e8d8db1cb2d117df33f2c75c0369c3a26d96725efb978cc69e046b87e7 -untagged: my-curl:latest -deleted: sha256:b2789dd875bf427de7f9f6ae001940073b3201409b14aba7e5db71f408b8569e -deleted: sha256:96daac0cb203226438989926fc34dd024f365a9a8616b93e168d303cfe4cb5e9 -deleted: sha256:5cbd97a14241c9cd83250d6b6fc0649833c4a3e84099b968dd4ba403e609945e -deleted: sha256:a0971c4015c1e898c60bf95781c6730a05b5d8a2ae6827f53837e6c9d38efdec -deleted: sha256:d8359ca3b681cc5396a4e790088441673ed3ce90ebc04de388bfcd31a0716b06 -deleted: sha256:83fc9ba8fb70e1da31dfcc3c88d093831dbd4be38b34af998df37e8ac538260c -deleted: sha256:ae7041a4cc625a9c8e6955452f7afe602b401f662671cea3613f08f3d9343b35 -deleted: sha256:35e0f43a37755b832f0bbea91a2360b025ee351d7309dae0d9737bc96b6d0809 -deleted: sha256:0af941dd29f00e4510195dd00b19671bc591e29d1495630e7e0f7c44c1e6a8c0 -deleted: sha256:9fc896fc2013da84f84e45b3096053eb084417b42e6b35ea0cce5a3529705eac -deleted: sha256:47cf20d8c26c46fff71be614d9f54997edacfe8d46d51769706e5aba94b16f2b -deleted: sha256:2c675ee9ed53425e31a13e3390bf3f539bf8637000e4bcfbb85ee03ef4d910a1 - -Total reclaimed space: 16.43 MB -``` - -## Related information - -* [system df](system_df.md) -* [container prune](container_prune.md) -* [volume prune](volume_prune.md) -* [system prune](system_prune.md) +{% include cli.md %} diff --git a/engine/reference/commandline/image_pull.md b/engine/reference/commandline/image_pull.md new file mode 100644 index 00000000000..3a2cad8f4b9 --- /dev/null +++ b/engine/reference/commandline/image_pull.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_pull +title: docker image pull +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_push.md b/engine/reference/commandline/image_push.md new file mode 100644 index 00000000000..b948a186ac2 --- /dev/null +++ b/engine/reference/commandline/image_push.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_push +title: docker image push +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_rm.md b/engine/reference/commandline/image_rm.md new file mode 100644 index 00000000000..642a31a2796 --- /dev/null +++ b/engine/reference/commandline/image_rm.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_rm +title: docker image rm +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_save.md b/engine/reference/commandline/image_save.md new file mode 100644 index 00000000000..c1b4d330816 --- /dev/null +++ b/engine/reference/commandline/image_save.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_save +title: docker image save +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/image_tag.md b/engine/reference/commandline/image_tag.md new file mode 100644 index 00000000000..2b58ab66010 --- /dev/null +++ b/engine/reference/commandline/image_tag.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_image_tag +title: docker image tag +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/images.md b/engine/reference/commandline/images.md new file mode 100644 index 00000000000..d05c07a83d1 --- /dev/null +++ b/engine/reference/commandline/images.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_images +title: docker images +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/import.md b/engine/reference/commandline/import.md new file mode 100644 index 00000000000..f111f1d955a --- /dev/null +++ b/engine/reference/commandline/import.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_import +title: docker import +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/info.md b/engine/reference/commandline/info.md new file mode 100644 index 00000000000..c8d8a018f93 --- /dev/null +++ b/engine/reference/commandline/info.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_info +title: docker info +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/inspect.md b/engine/reference/commandline/inspect.md new file mode 100644 index 00000000000..bf668cedfb7 --- /dev/null +++ b/engine/reference/commandline/inspect.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_inspect +title: docker inspect +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/kill.md b/engine/reference/commandline/kill.md new file mode 100644 index 00000000000..cef10a2f426 --- /dev/null +++ b/engine/reference/commandline/kill.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_kill +title: docker kill +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/load.md b/engine/reference/commandline/load.md new file mode 100644 index 00000000000..c617b1ad513 --- /dev/null +++ b/engine/reference/commandline/load.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_load +title: docker load +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/login.md b/engine/reference/commandline/login.md new file mode 100644 index 00000000000..628aa486444 --- /dev/null +++ b/engine/reference/commandline/login.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_login +title: docker login +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/logout.md b/engine/reference/commandline/logout.md new file mode 100644 index 00000000000..6c85bb4688d --- /dev/null +++ b/engine/reference/commandline/logout.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_logout +title: docker logout +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/logs.md b/engine/reference/commandline/logs.md new file mode 100644 index 00000000000..0940c22b330 --- /dev/null +++ b/engine/reference/commandline/logs.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_logs +title: docker logs +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/network.md b/engine/reference/commandline/network.md new file mode 100644 index 00000000000..c3fe473a8b6 --- /dev/null +++ b/engine/reference/commandline/network.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_network +title: docker network +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/network_connect.md b/engine/reference/commandline/network_connect.md new file mode 100644 index 00000000000..ac389c151e6 --- /dev/null +++ b/engine/reference/commandline/network_connect.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_network_connect +title: docker network connect +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/network_create.md b/engine/reference/commandline/network_create.md new file mode 100644 index 00000000000..794fe5d731a --- /dev/null +++ b/engine/reference/commandline/network_create.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_network_create +title: docker network create +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/network_disconnect.md b/engine/reference/commandline/network_disconnect.md new file mode 100644 index 00000000000..39c7b4e8989 --- /dev/null +++ b/engine/reference/commandline/network_disconnect.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_network_disconnect +title: docker network disconnect +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/network_inspect.md b/engine/reference/commandline/network_inspect.md new file mode 100644 index 00000000000..0a3e2aaf6b2 --- /dev/null +++ b/engine/reference/commandline/network_inspect.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_network_inspect +title: docker network inspect +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/network_ls.md b/engine/reference/commandline/network_ls.md new file mode 100644 index 00000000000..08ff5222f76 --- /dev/null +++ b/engine/reference/commandline/network_ls.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_network_ls +title: docker network ls +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/network_prune.md b/engine/reference/commandline/network_prune.md new file mode 100644 index 00000000000..a0a88a5bbec --- /dev/null +++ b/engine/reference/commandline/network_prune.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_network_prune +title: docker network prune +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/network_rm.md b/engine/reference/commandline/network_rm.md new file mode 100644 index 00000000000..0245a9495a5 --- /dev/null +++ b/engine/reference/commandline/network_rm.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_network_rm +title: docker network rm +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/node.md b/engine/reference/commandline/node.md new file mode 100644 index 00000000000..39a63b330fd --- /dev/null +++ b/engine/reference/commandline/node.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_node +title: docker node +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/node_demote.md b/engine/reference/commandline/node_demote.md new file mode 100644 index 00000000000..13f024b8678 --- /dev/null +++ b/engine/reference/commandline/node_demote.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_node_demote +title: docker node demote +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/node_inspect.md b/engine/reference/commandline/node_inspect.md new file mode 100644 index 00000000000..1335ea40a3d --- /dev/null +++ b/engine/reference/commandline/node_inspect.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_node_inspect +title: docker node inspect +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/node_ls.md b/engine/reference/commandline/node_ls.md new file mode 100644 index 00000000000..eb55fdd3ea1 --- /dev/null +++ b/engine/reference/commandline/node_ls.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_node_ls +title: docker node ls +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/node_promote.md b/engine/reference/commandline/node_promote.md new file mode 100644 index 00000000000..bbabeb81bcb --- /dev/null +++ b/engine/reference/commandline/node_promote.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_node_promote +title: docker node promote +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/node_ps.md b/engine/reference/commandline/node_ps.md new file mode 100644 index 00000000000..3e73e29f0a3 --- /dev/null +++ b/engine/reference/commandline/node_ps.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_node_ps +title: docker node ps +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/node_rm.md b/engine/reference/commandline/node_rm.md new file mode 100644 index 00000000000..a710b3813a5 --- /dev/null +++ b/engine/reference/commandline/node_rm.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_node_rm +title: docker node rm +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/node_update.md b/engine/reference/commandline/node_update.md new file mode 100644 index 00000000000..cc2b60b1058 --- /dev/null +++ b/engine/reference/commandline/node_update.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_node_update +title: docker node update +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/pause.md b/engine/reference/commandline/pause.md new file mode 100644 index 00000000000..cb9513becc4 --- /dev/null +++ b/engine/reference/commandline/pause.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_pause +title: docker pause +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin.md b/engine/reference/commandline/plugin.md new file mode 100644 index 00000000000..4bac6e71be9 --- /dev/null +++ b/engine/reference/commandline/plugin.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin +title: docker plugin +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_create.md b/engine/reference/commandline/plugin_create.md new file mode 100644 index 00000000000..befd581c53b --- /dev/null +++ b/engine/reference/commandline/plugin_create.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_create +title: docker plugin create +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_disable.md b/engine/reference/commandline/plugin_disable.md new file mode 100644 index 00000000000..c9a55617971 --- /dev/null +++ b/engine/reference/commandline/plugin_disable.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_disable +title: docker plugin disable +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_enable.md b/engine/reference/commandline/plugin_enable.md new file mode 100644 index 00000000000..79944722ed9 --- /dev/null +++ b/engine/reference/commandline/plugin_enable.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_enable +title: docker plugin enable +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_inspect.md b/engine/reference/commandline/plugin_inspect.md new file mode 100644 index 00000000000..891fe02bb78 --- /dev/null +++ b/engine/reference/commandline/plugin_inspect.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_inspect +title: docker plugin inspect +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_install.md b/engine/reference/commandline/plugin_install.md new file mode 100644 index 00000000000..fc8babfbb39 --- /dev/null +++ b/engine/reference/commandline/plugin_install.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_install +title: docker plugin install +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_ls.md b/engine/reference/commandline/plugin_ls.md new file mode 100644 index 00000000000..d4bc115e887 --- /dev/null +++ b/engine/reference/commandline/plugin_ls.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_ls +title: docker plugin ls +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_push.md b/engine/reference/commandline/plugin_push.md new file mode 100644 index 00000000000..87fb890bc13 --- /dev/null +++ b/engine/reference/commandline/plugin_push.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_push +title: docker plugin push +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_rm.md b/engine/reference/commandline/plugin_rm.md new file mode 100644 index 00000000000..72bf8c7a27d --- /dev/null +++ b/engine/reference/commandline/plugin_rm.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_rm +title: docker plugin rm +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/plugin_set.md b/engine/reference/commandline/plugin_set.md new file mode 100644 index 00000000000..b1ed6a964a5 --- /dev/null +++ b/engine/reference/commandline/plugin_set.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_plugin_set +title: docker plugin set +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/port.md b/engine/reference/commandline/port.md new file mode 100644 index 00000000000..48edce05fc7 --- /dev/null +++ b/engine/reference/commandline/port.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_port +title: docker port +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/ps.md b/engine/reference/commandline/ps.md new file mode 100644 index 00000000000..907ceeb7e32 --- /dev/null +++ b/engine/reference/commandline/ps.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_ps +title: docker ps +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/pull.md b/engine/reference/commandline/pull.md new file mode 100644 index 00000000000..c46c2eee0e5 --- /dev/null +++ b/engine/reference/commandline/pull.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_pull +title: docker pull +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/push.md b/engine/reference/commandline/push.md new file mode 100644 index 00000000000..8d043a853e5 --- /dev/null +++ b/engine/reference/commandline/push.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_push +title: docker push +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/rename.md b/engine/reference/commandline/rename.md new file mode 100644 index 00000000000..391344d8029 --- /dev/null +++ b/engine/reference/commandline/rename.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_rename +title: docker rename +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/restart.md b/engine/reference/commandline/restart.md new file mode 100644 index 00000000000..1337fc656de --- /dev/null +++ b/engine/reference/commandline/restart.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_restart +title: docker restart +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/rm.md b/engine/reference/commandline/rm.md new file mode 100644 index 00000000000..7003242c542 --- /dev/null +++ b/engine/reference/commandline/rm.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_rm +title: docker rm +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/rmi.md b/engine/reference/commandline/rmi.md new file mode 100644 index 00000000000..21948589355 --- /dev/null +++ b/engine/reference/commandline/rmi.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_rmi +title: docker rmi +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/run.md b/engine/reference/commandline/run.md new file mode 100644 index 00000000000..71c486399cf --- /dev/null +++ b/engine/reference/commandline/run.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_run +title: docker run +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/save.md b/engine/reference/commandline/save.md new file mode 100644 index 00000000000..1542271585f --- /dev/null +++ b/engine/reference/commandline/save.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_save +title: docker save +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/search.md b/engine/reference/commandline/search.md new file mode 100644 index 00000000000..6f3b6aeda08 --- /dev/null +++ b/engine/reference/commandline/search.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_search +title: docker search +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/secret.md b/engine/reference/commandline/secret.md new file mode 100644 index 00000000000..67ca42b5bdd --- /dev/null +++ b/engine/reference/commandline/secret.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_secret +title: docker secret +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/secret_create.md b/engine/reference/commandline/secret_create.md new file mode 100644 index 00000000000..d50a69fc740 --- /dev/null +++ b/engine/reference/commandline/secret_create.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_secret_create +title: docker secret create +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/secret_inspect.md b/engine/reference/commandline/secret_inspect.md new file mode 100644 index 00000000000..8ec9c9f7e78 --- /dev/null +++ b/engine/reference/commandline/secret_inspect.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_secret_inspect +title: docker secret inspect +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/secret_ls.md b/engine/reference/commandline/secret_ls.md new file mode 100644 index 00000000000..fd7d2575a99 --- /dev/null +++ b/engine/reference/commandline/secret_ls.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_secret_ls +title: docker secret ls +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/secret_rm.md b/engine/reference/commandline/secret_rm.md new file mode 100644 index 00000000000..eccc9f2f79a --- /dev/null +++ b/engine/reference/commandline/secret_rm.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_secret_rm +title: docker secret rm +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/service.md b/engine/reference/commandline/service.md new file mode 100644 index 00000000000..902f62f92d9 --- /dev/null +++ b/engine/reference/commandline/service.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_service +title: docker service +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/service_create.md b/engine/reference/commandline/service_create.md new file mode 100644 index 00000000000..0d543360992 --- /dev/null +++ b/engine/reference/commandline/service_create.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_service_create +title: docker service create +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/service_inspect.md b/engine/reference/commandline/service_inspect.md new file mode 100644 index 00000000000..aef31b7a9cf --- /dev/null +++ b/engine/reference/commandline/service_inspect.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_service_inspect +title: docker service inspect +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/service_logs.md b/engine/reference/commandline/service_logs.md new file mode 100644 index 00000000000..81fc499a3ab --- /dev/null +++ b/engine/reference/commandline/service_logs.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_service_logs +title: docker service logs +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/service_ls.md b/engine/reference/commandline/service_ls.md new file mode 100644 index 00000000000..c7addac01db --- /dev/null +++ b/engine/reference/commandline/service_ls.md @@ -0,0 +1,13 @@ +--- +datafolder: engine-cli +datafile: docker_service_ls +title: docker service ls +--- + +{% include cli.md %} diff --git a/engine/reference/commandline/service_ps.md b/engine/reference/commandline/service_ps.md new file mode 100644 index 00000000000..818e6530242 --- /dev/null +++ b/engine/reference/commandline/service_ps.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_service_ps +title: docker service ps +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/service_rm.md b/engine/reference/commandline/service_rm.md new file mode 100644 index 00000000000..96fc51d7f76 --- /dev/null +++ b/engine/reference/commandline/service_rm.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_service_rm +title: docker service rm +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/service_scale.md b/engine/reference/commandline/service_scale.md new file mode 100644 index 00000000000..c57e7236f9f --- /dev/null +++ b/engine/reference/commandline/service_scale.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_service_scale +title: docker service scale +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/service_update.md b/engine/reference/commandline/service_update.md new file mode 100644 index 00000000000..39a0dede996 --- /dev/null +++ b/engine/reference/commandline/service_update.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_service_update +title: docker service update +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/stack.md b/engine/reference/commandline/stack.md new file mode 100644 index 00000000000..769c917d4d4 --- /dev/null +++ b/engine/reference/commandline/stack.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_stack +title: docker stack +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/stack_deploy.md b/engine/reference/commandline/stack_deploy.md new file mode 100644 index 00000000000..97070078a4e --- /dev/null +++ b/engine/reference/commandline/stack_deploy.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_stack_deploy +title: docker stack deploy +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/stack_ls.md b/engine/reference/commandline/stack_ls.md index 11abc347272..d1ee2f00c29 100644 --- a/engine/reference/commandline/stack_ls.md +++ b/engine/reference/commandline/stack_ls.md @@ -1,37 +1,15 @@ - +--- +datafolder: engine-cli +datafile: docker_stack_ls +title: docker stack ls +--- -# stack ls (experimental) + -List stacks -``` - -Lists the stacks. - -For example, the following command shows all stacks and some additional information: - -```bash -$ docker stack ls - -ID SERVICES -vossibility-stack 6 -myapp 2 -``` - -## Related information - -* [stack config](stack_config.md) -* [stack deploy](stack_deploy.md) -* [stack rm](stack_rm.md) -* [stack tasks](stack_tasks.md) +{% include cli.md %} diff --git a/engine/reference/commandline/stack_ps.md b/engine/reference/commandline/stack_ps.md new file mode 100644 index 00000000000..55be606d4a0 --- /dev/null +++ b/engine/reference/commandline/stack_ps.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_stack_ps +title: docker stack ps +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/stack_rm.md b/engine/reference/commandline/stack_rm.md new file mode 100644 index 00000000000..cad70891529 --- /dev/null +++ b/engine/reference/commandline/stack_rm.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_stack_rm +title: docker stack rm +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/stack_services.md b/engine/reference/commandline/stack_services.md new file mode 100644 index 00000000000..5ef1d3f5f76 --- /dev/null +++ b/engine/reference/commandline/stack_services.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_stack_services +title: docker stack services +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/start.md b/engine/reference/commandline/start.md new file mode 100644 index 00000000000..99d2fa83551 --- /dev/null +++ b/engine/reference/commandline/start.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_start +title: docker start +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/stats.md b/engine/reference/commandline/stats.md new file mode 100644 index 00000000000..f6bd6234fdf --- /dev/null +++ b/engine/reference/commandline/stats.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_stats +title: docker stats +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/stop.md b/engine/reference/commandline/stop.md new file mode 100644 index 00000000000..18930aa4829 --- /dev/null +++ b/engine/reference/commandline/stop.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_stop +title: docker stop +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/swarm.md b/engine/reference/commandline/swarm.md new file mode 100644 index 00000000000..c011a37f838 --- /dev/null +++ b/engine/reference/commandline/swarm.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_swarm +title: docker swarm +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/swarm_init.md b/engine/reference/commandline/swarm_init.md new file mode 100644 index 00000000000..581fb44b4fb --- /dev/null +++ b/engine/reference/commandline/swarm_init.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_swarm_init +title: docker swarm init +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/swarm_join-token.md b/engine/reference/commandline/swarm_join-token.md new file mode 100644 index 00000000000..3cefaff2b6a --- /dev/null +++ b/engine/reference/commandline/swarm_join-token.md @@ -0,0 +1,17 @@ +--- +datafolder: engine-cli +datafile: docker_swarm_join-token +title: docker swarm join-token +redirect_from: +- /engine/reference/commandline/swarm_join_token/ +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/swarm_join.md b/engine/reference/commandline/swarm_join.md new file mode 100644 index 00000000000..23f189f751c --- /dev/null +++ b/engine/reference/commandline/swarm_join.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_swarm_join +title: docker swarm join +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/swarm_leave.md b/engine/reference/commandline/swarm_leave.md new file mode 100644 index 00000000000..2af6b1864de --- /dev/null +++ b/engine/reference/commandline/swarm_leave.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_swarm_leave +title: docker swarm leave +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/swarm_unlock-key.md b/engine/reference/commandline/swarm_unlock-key.md new file mode 100644 index 00000000000..3ebbcba89c7 --- /dev/null +++ b/engine/reference/commandline/swarm_unlock-key.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_swarm_unlock-key +title: docker swarm unlock-key +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/swarm_unlock.md b/engine/reference/commandline/swarm_unlock.md new file mode 100644 index 00000000000..7aba9c40fee --- /dev/null +++ b/engine/reference/commandline/swarm_unlock.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_swarm_unlock +title: docker swarm unlock +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/swarm_update.md b/engine/reference/commandline/swarm_update.md new file mode 100644 index 00000000000..239815838b8 --- /dev/null +++ b/engine/reference/commandline/swarm_update.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_swarm_update +title: docker swarm update +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/system.md b/engine/reference/commandline/system.md new file mode 100644 index 00000000000..10fc80614dd --- /dev/null +++ b/engine/reference/commandline/system.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_system +title: docker system +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/system_df.md b/engine/reference/commandline/system_df.md index 9f03dc8250b..4de1cdd5557 100644 --- a/engine/reference/commandline/system_df.md +++ b/engine/reference/commandline/system_df.md @@ -1,68 +1,15 @@ - +--- +datafolder: engine-cli +datafile: docker_system_df +title: docker system df +--- -# system df + -Show docker filesystem usage - -Options: - --help Print usage - -v, --verbose Show detailed information on space usage -``` - -The `docker system df` command displays information regarding the -amount of disk space used by the docker daemon. - -By default the command will just show a summary of the data used: -```bash -$ docker system df -TYPE TOTAL ACTIVE SIZE RECLAIMABLE -Images 5 2 16.43 MB 11.63 MB (70%) -Containers 2 0 212 B 212 B (100%) -Local Volumes 2 1 36 B 0 B (0%) -``` - -A more detailed view can be requested using the `-v, --verbose` flag: -```bash -$ docker system df -v -Images space usage: - -REPOSITORY TAG IMAGE ID CREATED SIZE SHARED SIZE UNIQUE SIZE CONTAINERS -my-curl latest b2789dd875bf 6 minutes ago 11 MB 11 MB 5 B 0 -my-jq latest ae67841be6d0 6 minutes ago 9.623 MB 8.991 MB 632.1 kB 0 - a0971c4015c1 6 minutes ago 11 MB 11 MB 0 B 0 -alpine latest 4e38e38c8ce0 9 weeks ago 4.799 MB 0 B 4.799 MB 1 -alpine 3.3 47cf20d8c26c 9 weeks ago 4.797 MB 4.797 MB 0 B 1 - -Containers space usage: - -CONTAINER ID IMAGE COMMAND LOCAL VOLUMES SIZE CREATED STATUS NAMES -4a7f7eebae0f alpine:latest "sh" 1 0 B 16 minutes ago Exited (0) 5 minutes ago hopeful_yalow -f98f9c2aa1ea alpine:3.3 "sh" 1 212 B 16 minutes ago Exited (0) 48 seconds ago anon-vol - -Local Volumes space usage: - -NAME LINKS SIZE -07c7bdf3e34ab76d921894c2b834f073721fccfbbcba792aa7648e3a7a664c2e 2 36 B -my-named-vol 0 0 B -``` - -* `SHARED SIZE` is the amount of space that an image shares with another one (i.e. their common data) -* `UNIQUE SIZE` is the amount of space that is only used by a given image -* `SIZE` is the virtual size of the image, it is the sum of `SHARED SIZE` and `UNIQUE SIZE` - -## Related Information -* [system prune](system_prune.md) -* [container prune](container_prune.md) -* [volume prune](volume_prune.md) -* [image prune](image_prune.md) +{% include cli.md %} diff --git a/engine/reference/commandline/system_events.md b/engine/reference/commandline/system_events.md new file mode 100644 index 00000000000..1d43a8c2e9a --- /dev/null +++ b/engine/reference/commandline/system_events.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_system_events +title: docker system events +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/system_info.md b/engine/reference/commandline/system_info.md new file mode 100644 index 00000000000..b23d898b457 --- /dev/null +++ b/engine/reference/commandline/system_info.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_system_info +title: docker system info +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/system_prune.md b/engine/reference/commandline/system_prune.md index 3ba73ee8182..c4af2476d6d 100644 --- a/engine/reference/commandline/system_prune.md +++ b/engine/reference/commandline/system_prune.md @@ -1,70 +1,15 @@ - +--- +datafolder: engine-cli +datafile: docker_system_prune +title: docker system prune +--- -# system prune + -Delete unused data - -Options: - -a, --all Remove all unused images not just dangling ones - -f, --force Do not prompt for confirmation - --help Print usage -``` - -Remove all unused containers, volumes and images (both dangling and unreferenced). - -Example output: - -```bash -$ docker system prune -a -WARNING! This will remove: - - all stopped containers - - all volumes not used by at least one container - - all images without at least one container associated to them -Are you sure you want to continue? [y/N] y -Deleted Containers:0998aa37185a1a7036b0e12cf1ac1b6442dcfa30a5c9650a42ed5010046f195b -73958bfb884fa81fa4cc6baf61055667e940ea2357b4036acbbe25a60f442a4d - -Deleted Volumes: -named-vol - -Deleted Images: -untagged: my-curl:latest -deleted: sha256:7d88582121f2a29031d92017754d62a0d1a215c97e8f0106c586546e7404447d -deleted: sha256:dd14a93d83593d4024152f85d7c63f76aaa4e73e228377ba1d130ef5149f4d8b -untagged: alpine:3.3 -deleted: sha256:695f3d04125db3266d4ab7bbb3c6b23aa4293923e762aa2562c54f49a28f009f -untagged: alpine:latest -deleted: sha256:ee4603260daafe1a8c2f3b78fd760922918ab2441cbb2853ed5c439e59c52f96 -deleted: sha256:9007f5987db353ec398a223bc5a135c5a9601798ba20a1abba537ea2f8ac765f -deleted: sha256:71fa90c8f04769c9721459d5aa0936db640b92c8c91c9b589b54abd412d120ab -deleted: sha256:bb1c3357b3c30ece26e6604aea7d2ec0ace4166ff34c3616701279c22444c0f3 -untagged: my-jq:latest -deleted: sha256:6e66d724542af9bc4c4abf4a909791d7260b6d0110d8e220708b09e4ee1322e1 -deleted: sha256:07b3fa89d4b17009eb3988dfc592c7d30ab3ba52d2007832dffcf6d40e3eda7f -deleted: sha256:3a88a5c81eb5c283e72db2dbc6d65cbfd8e80b6c89bb6e714cfaaa0eed99c548 - -Total reclaimed space: 13.5 MB -``` - -## Related information - -* [volume create](volume_create.md) -* [volume ls](volume_ls.md) -* [volume inspect](volume_inspect.md) -* [volume rm](volume_rm.md) -* [Understand Data Volumes](../../tutorials/dockervolumes.md) -* [system df](system_df.md) -* [container prune](container_prune.md) -* [image prune](image_prune.md) -* [system prune](system_prune.md) +{% include cli.md %} diff --git a/engine/reference/commandline/tag.md b/engine/reference/commandline/tag.md new file mode 100644 index 00000000000..cea0ad21a9c --- /dev/null +++ b/engine/reference/commandline/tag.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_tag +title: docker tag +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/top.md b/engine/reference/commandline/top.md new file mode 100644 index 00000000000..bcffc1b351d --- /dev/null +++ b/engine/reference/commandline/top.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_top +title: docker top +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/unpause.md b/engine/reference/commandline/unpause.md new file mode 100644 index 00000000000..dcdd7b6b3a6 --- /dev/null +++ b/engine/reference/commandline/unpause.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_unpause +title: docker unpause +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/update.md b/engine/reference/commandline/update.md new file mode 100644 index 00000000000..37d5b41f812 --- /dev/null +++ b/engine/reference/commandline/update.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_update +title: docker update +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/version.md b/engine/reference/commandline/version.md new file mode 100644 index 00000000000..992d4b63628 --- /dev/null +++ b/engine/reference/commandline/version.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_version +title: docker version +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/volume.md b/engine/reference/commandline/volume.md new file mode 100644 index 00000000000..1175ff19f47 --- /dev/null +++ b/engine/reference/commandline/volume.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_volume +title: docker volume +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/volume_create.md b/engine/reference/commandline/volume_create.md new file mode 100644 index 00000000000..1fac4851ddc --- /dev/null +++ b/engine/reference/commandline/volume_create.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_volume_create +title: docker volume create +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/volume_inspect.md b/engine/reference/commandline/volume_inspect.md new file mode 100644 index 00000000000..792249589cc --- /dev/null +++ b/engine/reference/commandline/volume_inspect.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_volume_inspect +title: docker volume inspect +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/volume_ls.md b/engine/reference/commandline/volume_ls.md new file mode 100644 index 00000000000..9cb0a60f530 --- /dev/null +++ b/engine/reference/commandline/volume_ls.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_volume_ls +title: docker volume ls +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/volume_prune.md b/engine/reference/commandline/volume_prune.md index 4c6eab0d535..7a13344a90e 100644 --- a/engine/reference/commandline/volume_prune.md +++ b/engine/reference/commandline/volume_prune.md @@ -1,48 +1,15 @@ - +--- +datafolder: engine-cli +datafile: docker_volume_prune +title: docker volume prune +--- -# volume prune + -Remove all unused volumes - -Options: - -f, --force Do not prompt for confirmation - --help Print usage -``` - -Remove all unused volumes. Unused volumes are those which are not referenced by any containers - -Example output: - -```bash -$ docker volume prune -WARNING! This will remove all volumes not used by at least one container. -Are you sure you want to continue? [y/N] y -Deleted Volumes: -07c7bdf3e34ab76d921894c2b834f073721fccfbbcba792aa7648e3a7a664c2e -my-named-vol - -Total reclaimed space: 36 B -``` - -## Related information - -* [volume create](volume_create.md) -* [volume ls](volume_ls.md) -* [volume inspect](volume_inspect.md) -* [volume rm](volume_rm.md) -* [Understand Data Volumes](../../tutorials/dockervolumes.md) -* [system df](system_df.md) -* [container prune](container_prune.md) -* [image prune](image_prune.md) -* [system prune](system_prune.md) +{% include cli.md %} diff --git a/engine/reference/commandline/volume_rm.md b/engine/reference/commandline/volume_rm.md new file mode 100644 index 00000000000..aed0fe4fcd6 --- /dev/null +++ b/engine/reference/commandline/volume_rm.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_volume_rm +title: docker volume rm +--- + + + +{% include cli.md %} diff --git a/engine/reference/commandline/wait.md b/engine/reference/commandline/wait.md new file mode 100644 index 00000000000..81c1cbb4249 --- /dev/null +++ b/engine/reference/commandline/wait.md @@ -0,0 +1,15 @@ +--- +datafolder: engine-cli +datafile: docker_wait +title: docker wait +--- + + + +{% include cli.md %} From 84c02e10a2281e4d8ea6e82476aaa060db278364 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 21 Dec 2016 14:48:56 -0800 Subject: [PATCH 32/48] Add 'docker' label to commands --- _data/toc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 11282e7b8f7..99b31afe98a 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -373,7 +373,7 @@ toc: title: docker build - path: /engine/reference/commandline/commit/ title: docker commit - - sectiontitle: container * + - sectiontitle: docker container * section: - path: /engine/reference/commandline/container/ title: docker container @@ -489,7 +489,7 @@ toc: title: docker logout - path: /engine/reference/commandline/logs/ title: docker logs - - sectiontitle: network * + - sectiontitle: docker network * section: - path: /engine/reference/commandline/network/ title: docker network From 5b2842922cb840630dacd4fc935b28840a284116 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 21 Dec 2016 15:21:26 -0800 Subject: [PATCH 33/48] Fix for blank node --- _data/toc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/toc.yaml b/_data/toc.yaml index 99b31afe98a..b68c03b8f55 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -524,7 +524,7 @@ toc: - path: /engine/reference/commandline/node_rm/ title: docker node rm - path: /engine/reference/commandline/node_update/ - title: docker node update + title: docker node update - path: /engine/reference/commandline/pause/ title: docker pause - sectiontitle: docker plugin * From f4a28b31eceb788e23ca13a83b83946631189461 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 14 Nov 2016 17:18:37 -0800 Subject: [PATCH 34/48] Document Docker secrets Fixes #529 Signed-off-by: Misty Stanley-Jones --- _data/toc.yaml | 2 + engine/swarm/secrets.md | 837 +++++++++++++++++++++++++++++++++++++++ engine/swarm/services.md | 8 +- 3 files changed, 846 insertions(+), 1 deletion(-) create mode 100644 engine/swarm/secrets.md diff --git a/_data/toc.yaml b/_data/toc.yaml index b68c03b8f55..dcbbb72cb26 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -289,6 +289,8 @@ toc: title: Manage nodes in a swarm - path: /engine/swarm/services/ title: Deploy services to a swarm + - path: /engine/swarm/secrets/ + title: Manage sensitive data with Docker secrets - path: /engine/swarm/networking/ title: Attach services to an overlay network - path: /engine/swarm/admin_guide/ diff --git a/engine/swarm/secrets.md b/engine/swarm/secrets.md new file mode 100644 index 00000000000..a3fec834099 --- /dev/null +++ b/engine/swarm/secrets.md @@ -0,0 +1,837 @@ +--- +title: Manage sensitive data with Docker secrets +description: How to securely store, retrieve, and use sensitive data with Docker services +keywords: swarm, secrets, credentials, sensitive strings, sensitive data, security, encryption, encryption at rest +--- + +## About secrets + +In terms of Docker Swarm services, a _secret_ is a blob of data, such as a +password, SSH private key, SSL certificate, or another piece of data that should +not be transmitted over a network or stored unencrypted in a Dockerfile or in +your application's source code. In Docker 1.13 and higher, you can use Docker +_secrets_ to centrally manage this data and securely transmit it to only those +containers that need access to it. Secrets are encrypted during transit and at +rest in a Docker swarm. A given secret is only accessible to those services +which have been granted explicit access to it, and only while those service +tasks are running. + +You can use secrets to manage any sensitive data which a container needs at +runtime but you don't want to store in the image or in source control, such as: + +- Usernames and passwords +- TLS certificates and keys +- SSH keys +- Other important data such as the name of a database or internal server +- Generic strings or binary content (up to 500 kb in size) + +> **Note**: Docker secrets are only available to swarm services, not to +> standalone containers. To use this feature, consider adapting your container to +> run as a service with a scale of 1. + +Another use case for using secrets is to provide a layer of abstraction between +the container and a set of credentials. Consider a scenario where you have +separate development, test, and production environments for your application. +Each of these environments can have different credentials, stored in the +development, test, and production swarms with the same secret name. Your +containers only need to know the name of the secret in order to function in all +three environments. + +## How Docker manages secrets + +When you add a secret to the swarm, Docker sends the secret to the swarm manager +over a mutual TLS connection. The secret is stored in the Raft log, which is +encrypted. The entire Raft log is replicated across the other managers, ensuring +the same high availability guarantees for secrets as for the rest of the swarm +management data. + +>**Warning**: Raft data is encrypted in Docker 1.13 and higher. If any of your +Swarm managers run an earlier version, and one of those managers becomes the +manager of the swarm, the secrets will be stored unencrypted in that node's Raft +logs. Before adding any secrets, update all of your manager nodes to Docker 1.13 +to prevent secrets from being written to plain-text Raft logs. + +When you grant a newly-created or running service access to a secret, the +decrypted secret is mounted into the container in an in-memory filesystem at +`/run/secrets/`. You can update a service to grant it access to +additional secrets or revoke its access to a given secret at any time. + +A node only has access to (encrypted) secrets if the node is a swarm manager or +if it is running service tasks which have been granted access to the secret. +When a container task stops running, the decrypted secrets shared to it are +unmounted from the in-memory filesystem for that container and flushed from the +node's memory. + +If a node loses connectivity to the swarm while it is running a task container +with access to a secret, the task container still has access to its secrets, but +cannot receive updates until the node reconnects to the swarm. + +You can add or inspect an individual secret at any time, or list all +secrets. You cannot remove a secret that a running service is +using. See [Rotate a secret](secrets.md#example-rotate-a-secret) for a way to +remove a secret without disrupting running services. + +In order to update or roll back secrets more easily, consider adding a version +number or date to the secret name. This is made easier by the ability to control +the mount point of the secret within a given container. + +## Read more about `docker secret` commands + +Use these links to read about specific commands, or continue to the +[example about using secrets with a service](secrets.md#example-use-secrets-with-a-service). + +- [`docker secret create`](../reference/commandline/secret_create.md) +- [`docker secret inspect`](../reference/commandline/secret_inspect.md) +- [`docker service ls`](../reference/commandline/secret_ls.md) +- [`docker secret rm`](../reference/commandline/secret_rm.md) +- [`--secret`](../reference/commandline/service_create.md#create-a-service-with-secrets) flag for `docker service create` +- [`--secret-add` and `--secret-rm`](../reference/commandline/service_update.md#adding-and-removing-secrets) flags for `docker service update` + +## Examples + +This section includes three graduated examples which illustrate how to use +Docker secrets. The images used in these examples have been updated to make it +easier to use Docker secrets. To find out how to modify your own images in +a similar way, see +[Build support for Docker Secrets into your images](#build-support-for-docker-secrets-into-your-images). + +> **Note**: These examples use a single-Engine swarm and unscaled services for +> simplicity. + +### Simple example: Get started with secrets + +This simple example shows how secrets work in just a few commands. For a +real-world example, continue to +[Intermediate example: Use secrets with a Nginx service](#intermediate-example-use-secrets-with-a-nginx-service). + +1. Add a secret to Docker. The `docker secret create` command reads standard + input. + + ```bash + $ echo "This is a secret" | docker secret create my_secret_data + ``` + +2. Create a `redis` service and grant it access to the secret. By default, + the container can access the secret at `/run/secrets/`, but + you can customize the file name on the container using the `target` option. + + ```bash + $ docker service create --name="redis" --secret="my_secret_data" redis:alpine + ``` + +3. Verify that the task is running without issues using `docker service ps`. If + everything is working, the output looks similar to this: + + ```bash + $ docker service ps redis + + ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS + bkna6bpn8r1a redis.1 redis:alpine ip-172-31-46-109 Running Running 8 seconds ago + ``` + + If there were an error, and the task were failing and repeatedly restarting, + you would see something like this: + + ```bash + $ docker service ps redis + + NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS + redis.1.siftice35gla redis:alpine moby Running Running 4 seconds ago + \_ redis.1.whum5b7gu13e redis:alpine moby Shutdown Failed 20 seconds ago "task: non-zero exit (1)" + \_ redis.1.2s6yorvd9zow redis:alpine moby Shutdown Failed 56 seconds ago "task: non-zero exit (1)" + \_ redis.1.ulfzrcyaf6pg redis:alpine moby Shutdown Failed about a minute ago "task: non-zero exit (1)" + \_ redis.1.wrny5v4xyps6 redis:alpine moby Shutdown Failed 2 minutes ago "task: non-zero exit (1)" + ``` + +4. Get the ID of the `redis` service task container using `docker ps` , so that + you can use `docker exec` to connect to the container and read the contents + of the secret data file, which defaults to being readable by all and has the + same name as the name of the secret. The first command below illustrates + how to find the container ID, and the second and third commands use shell + completion to do this automatically. + + ```bash + $ docker ps --filter name=redis -q + + 5cb1c2348a59 + + $ docker exec $(docker ps --filter name=redis -q) ls -l /run/secrets + + total 4 + -r--r--r-- 1 root root 17 Dec 13 22:48 my_secret_data + + $ docker exec $(docker ps --filter name=redis -q) cat /run/secrets/my_secret_data + + This is a secret + ``` + +5. Verify that the secret is **not** available if you commit the container. + + ```bash + $ docker commit $(docker ps --filter name=redis -q) committed_redis + + $ docker run --rm -it committed_redis cat /run/secrets/my_secret_data + + cat: can't open '/run/secrets/my_secret_data': No such file or directory + ``` + +6. Try removing the secret. The removal fails because the `redis` is running + and has access to the secret. + + ```bash + + $ docker secret ls + + ID NAME CREATED UPDATED + wwwrxza8sxy025bas86593fqs my_secret_data 4 hours ago 4 hours ago + + + $ docker secret rm my_secret_data + + Error response from daemon: rpc error: code = 3 desc = secret 'my_secret_data' is in use by the following service: redis + ``` + +7. Remove access to the secret from the running `redis` service by updating the + service. + + ```bash + $ docker service update --secret-rm="my_secret_data" redis + ``` + +8. Repeat steps 3 and 4 again, verifying that the service no longer has access + to the secret. The container ID will be different, because the + `service update` command redeploys the service. + + ```bash + $ docker exec -it $(docker ps --filter name=redis -q) cat /run/secrets/my_secret_data + + cat: can't open '/run/secrets/my_secret_data': No such file or directory + ``` + +7. Stop and remove the service, and remove the secret from Docker. + + ```bash + $ docker service rm redis + + $ docker secret rm my_secret_data + ``` + +### Intermediate example: Use secrets with a Nginx service + +This example is divided into two parts. +[The first part](#generate-the-site-certificate) is all about generating +the site certificate and does not directly involve Docker secrets at all, but +it sets up [the second part](#configure-the-nginx-container), where you store +and use the site certificate and Nginx configuration as secrets. + +#### Generate the site certificate + +Generate a root CA and TLS certificate and key for your site. For production +sites, you may want to use a service such as `Let’s Encrypt` to generate the +TLS certificate and key, but this example uses command-line tools. This step +is a little complicated, but is only a set-up step so that you have +something to store as a Docker secret. If you want to skip these sub-steps, +you can [use Let's Encrypt](https://letsencrypt.org/getting-started/) to +generate the site key and certificate, name the files `site.key` and +`site.crt`, and skip to +[Configure the Nginx container](#configure-the-nginx-container). + +1. Generate a root key. + + ```bash + $ openssl genrsa -out "root-ca.key" 4096 + ``` + +2. Generate a CSR using the root key. + + ```bash + $ openssl req \ + -new -key "root-ca.key" \ + -out "root-ca.csr" -sha256 \ + -subj '/C=US/ST=CA/L=San Francisco/O=Docker/CN=Swarm Secret Example CA' + ``` + +3. Configure the root CA. Edit a new file called `root-ca.cnf` and paste + the following contents into it. This constrains the root CA to only be + able to sign leaf certificates and not intermediate CAs. + + ```none + [root_ca] + basicConstraints = critical,CA:TRUE,pathlen:1 + keyUsage = critical, nonRepudiation, cRLSign, keyCertSign + subjectKeyIdentifier=hash + ``` + +4. Sign the certificate. + + ```bash + $ openssl x509 -req -days 3650 -in "root-ca.csr" \ + -signkey "root-ca.key" -sha256 -out "root-ca.crt" \ + -extfile "root-ca.cnf" -extensions \ + root_ca + ``` + +5. Generate the site key. + + ```bash + $ openssl genrsa -out "site.key" 4096 + ``` + +6. Generate the site certificate and sign it with the site key. + + ```bash + $ openssl req -new -key "site.key" -out "site.csr" -sha256 \ + -subj '/C=US/ST=CA/L=San Francisco/O=Docker/CN=localhost' + ``` + +7. Configure the site certificate. Edit a new file called `site.cnf` and + paste the following contents into it. This constrains the site + certificate so that it can only be used to authenticate a server and + can't be used to sign certificates. + + ```none + [server] + authorityKeyIdentifier=keyid,issuer + basicConstraints = critical,CA:FALSE + extendedKeyUsage=serverAuth + keyUsage = critical, digitalSignature, keyEncipherment + subjectAltName = DNS:localhost, IP:127.0.0.1 + subjectKeyIdentifier=hash + ``` + +8. Sign the site certificate. + + ```bash + $ openssl x509 -req -days 750 -in "site.csr" -sha256 \ + -CA "root-ca.crt" -CAkey "root-ca.key" -CAcreateserial \ + -out "site.crt" -extfile "site.cnf" -extensions server + ``` + +9. The `site.csr` and `site.cnf` files are not needed by the Nginx service, but + you will need them if you want to generate a new site certificate. Protect + the `root-ca.key` file. + +#### Configure the Nginx container + +1. Produce a very basic Nginx configuration that serves static files over HTTPS. + The TLS certificate and key will be stored as Docker secrets so that they + can be rotated easily. + + In the current directory, create a new file called `site.conf` with the + following contents: + + ```none + server { + listen 443 ssl; + server_name localhost; + ssl_certificate /run/secrets/site.crt; + ssl_certificate_key /run/secrets/site.key; + + location / { + root /usr/share/nginx/html; + index index.html index.htm; + } + } + ``` + +2. Create three secrets, representing the key, the certificate, and the + `site.conf`. You can store any file as a secret as long as it is smaller + than 500 KB. This allows you to decouple the key, certificate, and + configuration from the services that will use them. + + ```bash + $ cat site.key | docker secret create site.key + + $ cat site.crt | docker secret create site.crt + + $ cat site.conf | docker create site.conf + ``` + + ```bash + $ docker secret ls + + ID NAME CREATED UPDATED + 2hvoi9mnnaof7olr3z5g3g7fp site.key 58 seconds ago 58 seconds ago + aya1dh363719pkiuoldpter4b site.crt 24 seconds ago 24 seconds ago + zoa5df26f7vpcoz42qf2csth8 site.conf 11 seconds ago 11 seconds ago + ``` + +4. Create a service that runs Nginx and has access to the three secrets. The + last part of the `docker service create` command creates a symbolic link + from the location of the `site.conf` secret to `/etc/nginx.conf.d/`, where + Nginx looks for extra configuration files. This step happens before Nginx + actually starts, so you don't need to rebuild your image if you change the + Nginx configuration. + + > **Note**: Normally you would create a Dockerfile which copies the `site.conf` + > into place, build the image, and run a container using your custom image. + > This example does not require a custom image. It puts the `site.conf` + > into place and runs the container all in one step. + + ```bash + $ docker service create \ + --name nginx \ + --secret site.key \ + --secret site.crt \ + --secret site.conf \ + --publish 3000:443 \ + nginx:latest \ + sh -c "ln -s /run/secrets/site.conf /etc/nginx/conf.d/site.conf && exec nginx -g 'daemon off;'" + ``` + + This uses the short syntax for the `--secret` flag, which creates files in + `/run/secrets/` with the same name as the secret. Within the running + containers, the following three files now exist: + + - `/run/secrets/site.key` + - `/run/secrets/site.crt` + - `/run/secrets/site.conf` + +5. Verify that the Nginx service is running. + + ```bash + $ docker service ls + + ID NAME MODE REPLICAS IMAGE + zeskcec62q24 nginx replicated 1/1 nginx:latest + + $ docker service ps nginx + + NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS + nginx.1.9ls3yo9ugcls nginx:latest moby Running Running 3 minutes ago + ``` + +6. Verify that the service is operational: you can reach the Nginx + server, and that the correct TLS certificate is being used. + + ```bash + $ curl --cacert root-ca.crt https://0.0.0.0:3000 + + + + + Welcome to nginx! + + + +

    Welcome to nginx!

    +

    If you see this page, the nginx web server is successfully installed and + working. Further configuration is required.

    + +

    For online documentation and support please refer to + nginx.org.
    + Commercial support is available at + nginx.com.

    + +

    Thank you for using nginx.

    + + + ``` + + ```bash + $ openssl s_client -connect 0.0.0.0:3000 -CAfile root-ca.crt + + CONNECTED(00000003) + depth=1 /C=US/ST=CA/L=San Francisco/O=Docker/CN=Swarm Secret Example CA + verify return:1 + depth=0 /C=US/ST=CA/L=San Francisco/O=Docker/CN=localhost + verify return:1 + --- + Certificate chain + 0 s:/C=US/ST=CA/L=San Francisco/O=Docker/CN=localhost + i:/C=US/ST=CA/L=San Francisco/O=Docker/CN=Swarm Secret Example CA + --- + Server certificate + -----BEGIN CERTIFICATE----- + … + -----END CERTIFICATE----- + subject=/C=US/ST=CA/L=San Francisco/O=Docker/CN=localhost + issuer=/C=US/ST=CA/L=San Francisco/O=Docker/CN=Swarm Secret Example CA + --- + No client certificate CA names sent + --- + SSL handshake has read 1663 bytes and written 712 bytes + --- + New, TLSv1/SSLv3, Cipher is AES256-SHA + Server public key is 4096 bit + Secure Renegotiation IS supported + Compression: NONE + Expansion: NONE + SSL-Session: + Protocol : TLSv1 + Cipher : AES256-SHA + Session-ID: A1A8BF35549C5715648A12FD7B7E3D861539316B03440187D9DA6C2E48822853 + Session-ID-ctx: + Master-Key: F39D1B12274BA16D3A906F390A61438221E381952E9E1E05D3DD784F0135FB81353DA38C6D5C021CB926E844DFC49FC4 + Key-Arg : None + Start Time: 1481685096 + Timeout : 300 (sec) + Verify return code: 0 (ok) + ``` + +7. To clean up after running this example, remove the `nginx` service and the + stored secrets. + + ```bash + $ docker service rm nginx + + $ docker secret rm site.crt site.key nginx.conf + ``` + +### Advanced example: Use secrets with a WordPress service + +In this example, you create a single-node MySQL service with a custom root +password, add the credentials as secrets, and create a single-node WordPress +service which uses these credentials to connect to MySQL. The +[next example](#example-rotate-a-secret) builds on this one and shows you how to +rotate the MySQL password and update the services so that the WordPress service +can still connect to MySQL. + +This example illustrates some techniques to use Docker secrets to avoid saving +sensitive credentials within your image or passing them directly on the command +line. + +> **Note**: This example uses a single-Engine swarm for simplicity, and uses a +> single-node MySQL service because a single MySQL server instance cannot be +> scaled by simply using a replicated service, and setting up a MySQL cluster is +> beyond the scope of this example. +> +> Also, changing a MySQL root passphrase isn’t as simple as changing +> a file on disk. You must use a query or a `mysqladmin` command to change the +> password in MySQL. + +1. Generate a random alphanumeric password for MySQL and store it as a Docker + secret with the name `mysql_password` using the `docker secret create` + command. To make the password shorter or longer, adjust the last argument of + the `openssl` command. This is just one way to create a relatively random + password. You can use another command to generate the password if you + choose. + + > **Note**: After you create a secret, you cannot update it. You can only + > remove and re-create it, and you cannot remove a secret that a service is + > using. However, you can grant or revoke a running service's access to + > secrets using `docker service update`. If you need the ability to update a + > secret, consider adding a version component to the secret name, so that you + > can later add a new version, update the service to use it, then remove the + > old version. + + ```bash + $ openssl rand -base64 20 | docker secret create mysql_password + + l1vinzevzhj4goakjap5ya409 + ``` + + The value returned is not the password, but the ID of the secret. In the + remainder of this tutorial, the ID output is omitted. + + Generate a second secret for the MySQL `root` user. This secret won't be + shared with the WordPress service created later. It's only needed to + bootstrap the `mysql` service. + + ```bash + $ openssl rand -base64 20 | docker secret create mysql_root_password + ``` + + List the secrets managed by Docker using `docker secret ls`: + + ```bash + $ docker secret ls + + ID NAME CREATED UPDATED + l1vinzevzhj4goakjap5ya409 mysql_password 41 seconds ago 41 seconds ago + yvsczlx9votfw3l0nz5rlidig mysql_root_password 12 seconds ago 12 seconds ago + ``` + + The secrets are stored in the encrypted Raft logs for the swarm. + +2. Create a user-defined overlay network which will be used for communication + between the MySQL and WordPress services. There is no need to expose the + MySQL service to any external host or container. + + ```bash + $ docker network create -d overlay mysql_private + ``` + +3. Create the MySQL service. The MySQL service will have the following + characteristics: + + - Because the scale is set to `1`, only a single MySQL task runs. + Load-balancing MySQL is left as an exercise to the reader and involves + more than just scaling the service. + - Only reachable by other containers on the `mysql_private` network. + - Uses the volume `mydata` to store the MySQL data, so that it persists + across restarts to the `mysql` service. + - The secrets are each mounted in a `tmpfs` filesystem at + `/run/secrets/mysql_password` and `/run/secrets/mysql_root_password`. + They are never exposed as environment variables, nor can they be committed + to an image if the `docker commit` command is run. + - Sets the environment variables `MYSQL_PASSWORD_FILE` and + `MYSQL_ROOT_PASSWORD_FILE` to point to the + files `/run/secrets/mysql_password` and `/run/secrets/mysql_root_password`. + The `mysql` image reads the password strings from those files when + initializing the system database for the first time. Afterward, the + passwords are stored in the MySQL system database itself. + - Sets environment variables `MYSQL_USER` and `MYSQL_DATABASE`. A new + database called `wordpress` is created when the container starts, and the + `wordpress` user will have full permissions for this database only. This + user will not be able to create or drop databases or change the MySQL + configuration. + + ```bash + $ docker service create \ + --name mysql \ + --replicas 1 \ + --network mysql_private \ + --mount type=volume,source=mydata,destination=/var/lib/mysql \ + --secret source=mysql_root_password,target=mysql_root_password \ + --secret source=mysql_password,target=mysql_password \ + -e MYSQL_ROOT_PASSWORD_FILE="/run/secrets/mysql_root_password" \ + -e MYSQL_PASSWORD_FILE="/run/secrets/mysql_password" \ + -e MYSQL_USER="wordpress" \ + -e MYSQL_DATABASE="wordpress" \ + mysql:latest + ``` + +4. Verify that the `mysql` container is running using the `docker service ls` command. + + ```bash + $ docker service ls + + ID NAME MODE REPLICAS IMAGE + wvnh0siktqr3 mysql replicated 1/1 mysql:latest + ``` + + At this point, you could actually revoke the `mysql` service's access to the + `mysql_password` and `mysql_root_password` secrets because the passwords + have been saved in the MySQL system database. Don't do that for now, because + we will use them later to facilitate rotating the MySQL password. + +5. Now that MySQL is set up, create a WordPress service that connects to the + MySQL service. The WordPress service has the following characteristics: + + - Because the scale is set to `1`, only a single WordPress task runs. + Load-balancing WordPress is left as an exercise to the reader, because of + limitations with storing WordPress session data on the container + filesystem. + - Exposes WordPress on port 30000 of the host machine, so that you can access + it from external hosts. You can expose port 80 instead if you do not have + a web server running on port 80 of the host machine. + - Connects to the `mysql_private` network so it can communicate with the + `mysql` container, and also publishes port 80 to port 30000 on all swarm + nodes. + - Has access to the `mysql_password` secret, but specifies a different + target file name within the container. The WordPress container will use + the mount point `/run/secrets/wp_db_password`. Also specifies that the + secret is not group-or-world-readable, by setting the mode to + `0400`. + - Sets the environment variable `WORDPRESS_DB_PASSWORD_FILE` to the file + path where the secret is mounted. The WordPress service will read the + MySQL password string from that file and add it to the `wp-config.php` + configuration file. + - Connects to the MySQL container using the username `wordpress` and the + password in `/run/secrets/wp_db_password` and creates the `wordpress` + database if it does not yet exist. + - Stores its data, such as themes and plugins, in a volume called `wpdata` + so these files persist when the service restarts. + + ```bash + $ docker service create \ + --name wordpress \ + --replicas 1 \ + --network mysql_private \ + --publish 30000:80 \ + --mount type=volume,source=wpdata,destination=/var/www/html \ + --secret source=mysql_password,target=wp_db_password,mode=0400 \ + -e WORDPRESS_DB_USER="wordpress" \ + -e WORDPRESS_DB_PASSWORD_FILE="/run/secrets/wp_db_password" \ + -e WORDPRESS_DB_HOST="mysql:3306" \ + -e WORDPRESS_DB_NAME="wordpress" \ + wordpress:latest + ``` + +6. Verify the service is running using `docker service ls` and + `docker service ps` commands. + + ```bash + $ docker service ls + + ID NAME MODE REPLICAS IMAGE + wvnh0siktqr3 mysql replicated 1/1 mysql:latest + nzt5xzae4n62 wordpress replicated 1/1 wordpress:latest + ``` + + ```bash + $ docker service ps wordpress + + ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS + aukx6hgs9gwc wordpress.1 wordpress:latest moby Running Running 52 seconds ago + ``` + + At this point, you could actually revoke the WordPress service's access to + the `mysql_password` secret, because WordPress has copied the secret to its + configuration file `wp-config.php`. Don't do that for now, because we will + use it later to facilitate rotating the MySQL password. + +7. Access `http://localhost:30000/` from any swarm node and set up WordPress + using the web-based wizard. All of these settings are stored in the MySQL + `wordpress` database. WordPress automatically generates a password for your + WordPress user, which is completely different from the password WordPress + uses to access MySQL. Store this password securely, such as in a password + manager. You will need it to log into WordPress after + [rotating the secret](#example-rotate-a-secret). + + Go ahead and write a blog post or two and install a WordPress plugin or + theme to verify that WordPress is fully operational and its state is saved + across service restarts. + +8. Do not clean up any services or secrets if you intend to proceed to the next + example, which demonstrates how to rotate the MySQL root password. + + +### Example: Rotate a secret + +This example builds upon the previous one. In this scenario, you create a new +secret with a new MySQL password, update the `mysql` and `wordpress` services to +use it, then remove the old secret. + +**Note**: Changing the password on a MySQL database involves running extra +queries or commands, as opposed to just changing a single environment variable +or a file, since the image only sets the MySQL password if the database doesn’t +already exist, and MySQL stores the password within a MySQL database by default. +Rotating passwords or other secrets will often involve additional steps outside +of Docker. + +1. Create the new password and store it as a secret named `mysql_password_v2`. + + ```bash + $ openssl rand -base64 20 | docker secret create mysql_password_v2 + ``` + +2. Update the MySQL service to give it access to both the old and new secrets. + Remember that you cannot update or rename a secret, but you can revoke a + secret and grant access to it using a new target filename. + + ```bash + $ docker service update \ + --secret-rm mysql_password mysql + + $ docker service update \ + --secret-add source=mysql_password,target=old_mysql_password \ + --secret-add source=mysql_password_v2,target=mysql_password \ + mysql + ``` + + Updating a service causes it to restart, and when the MySQL service restarts + the second time, it has access to the old secret under + `/run/secrets/old_mysql_password` and the new secret under + `/run/secrets/mysql_password`. + + Even though the MySQL service has access to both the old and new secrets + now, the MySQL root password has not yet been changed. + +3. Now, change the MySQL password for the `wordpress` user using the `mysql` + CLI. This command reads the old and new password from the files in + `/run/secrets` but does not expose them on the command line or save them in + the shell history. + + Do this quickly and move on to the next step, because WordPress will lose + the ability to connect to MySQL. + + First, find the ID of the `mysql` container task. + + ```bash + $ docker ps --filter --name=mysql -q + + c7705cf6176f + ``` + + Substitute the ID in the command below, or use the second variant which + uses shell expansion to do it all in a single step. + + ```bash + $ docker exec \ + bash -c 'mysqladmin --user=wordpress --password="$(< /run/secrets/old_mysql_password)" password "$(< /run/secrets/mysql_password)"' + ``` + + **or**: + + ```bash + $ docker exec $(docker ps --filter --name=mysql -q) \ + bash -c 'mysqladmin --user=wordpress --password="$(< /run/secrets/old_mysql_password)" password "$(< /run/secrets/mysql_password)"' + ``` + +4. Update the `wordpress` service to use the new password, keeping the target + path at `/run/secrets/wp_db_secret` and keeping the file permissions at + `0400`. This will trigger a rolling restart of the WordPress service and + the new secret will be used. + + ```bash + $ docker service update \ + --secret-rm mysql_password \ + --secret-add source=mysql_password_v2,target=wp_db_password,mode=0400 \ + wordpress + ``` + +5. Verify that WordPress works by browsing to http://localhost:30000/ on any + swarm node again. You'll need to use the WordPress username and password + from when you ran through the WordPress wizard in the previous task. + + Verify that the blog post you wrote still exists, and if you changed any + configuration values, verify that they are still changed. + +6. Revoke access to the old secret from the MySQL service and + remove the old secret from Docker. + + ```bash + + $ docker service update \ + --secret-rm mysql_password \ + mysql + + $ docker secret rm mysql_password + ``` + + +7. If you want to try the running all of these examples again or just want to + clean up after running through them, use these commands to remove the + WordPress service, the MySQL container, the `mydata` and `wpdata` volumes, + and the Docker secrets. + + ```bash + $ docker service rm wordpress mysql + + $ docker volume rm mydata wpdata + + $ docker secret rm mysql_password_v2 mysql_root_password + ``` + +## Build support for Docker Secrets into your images + +If you develop a container that can be deployed as a service and requires +sensitive data, such as a credential, as an environment variable, consider +adapting your image to take advantage of Docker secrets. One way to do this is +to ensure that each parameter you pass to the image when creating the container +can also be read from a file. + +Many of the official images in the +[Docker library](https://github.com/docker-library/), such as the +[wordpress](https://github.com/docker-library/wordpress/) +image used in the above examples, have been updated in this way. + +When you start a WordPress container, you provide it with the parameters it +needs by setting them as environment variables. The WordPress image has been +updated so that the environment variables which contain important data for +WordPress, such as `WORDPRESS_DB_PASSWORD`, also have variants which can read +their values from a file (`WORDPRESS_DB_PASSWORD_FILE`). This strategy ensures +that backward compatibility is preserved, while allowing your container to read +the information from a Docker-managed secret instead of being passed directly. + +>**Note**: Docker secrets do not set environment variables directly. This was a +conscious decision, because environment variables can unintentionally be leaked +between containers (for instance, if you use `--link`). diff --git a/engine/swarm/services.md b/engine/swarm/services.md index 693c4f97c0b..1130286f7a1 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -66,7 +66,7 @@ $ docker service create --name helloworld alpine ping docker.com 9uk4639qpg7npwf3fn2aasksr ``` -## Configuring services +## Configure services When you create a service, you can specify many different configuration options and constraints. See the output of `docker service create --help` for a full @@ -99,6 +99,12 @@ $ docker service create --name helloworld \ 9uk4639qpg7npwf3fn2aasksr ``` +### Grant a service access to secrets + +To create a service with access to Docker-managed secrets, use the `--secret` +flag. For more information, see +[Manage sensitive strings (secrets) for Docker services](secrets.md) + ### Specify the image version the service should use When you create a service without specifying any details about the version of From 9d50621cdbc63a64518b376fdac3606d35b0fb47 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 4 Jan 2017 11:49:17 -0800 Subject: [PATCH 35/48] Update syntax of the -f flag in the examples --- engine/swarm/secrets.md | 44 +++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/engine/swarm/secrets.md b/engine/swarm/secrets.md index a3fec834099..cfecbc737d6 100644 --- a/engine/swarm/secrets.md +++ b/engine/swarm/secrets.md @@ -105,10 +105,10 @@ real-world example, continue to [Intermediate example: Use secrets with a Nginx service](#intermediate-example-use-secrets-with-a-nginx-service). 1. Add a secret to Docker. The `docker secret create` command reads standard - input. + input because the `-f` flag is set to `-`. ```bash - $ echo "This is a secret" | docker secret create my_secret_data + $ echo "This is a secret" | docker secret create my_secret_data -f - ``` 2. Create a `redis` service and grant it access to the secret. By default, @@ -337,14 +337,17 @@ generate the site key and certificate, name the files `site.key` and 2. Create three secrets, representing the key, the certificate, and the `site.conf`. You can store any file as a secret as long as it is smaller than 500 KB. This allows you to decouple the key, certificate, and - configuration from the services that will use them. + configuration from the services that will use them. In each of these + commands, the `-f` flag takes the path to the file containing the secret + on the host machine's filesystem. In these examples, the secret name and + the file name are the same. ```bash - $ cat site.key | docker secret create site.key + $ docker secret create site.key -f site.key - $ cat site.crt | docker secret create site.crt + $ docker secret create site.crt -f site.crt - $ cat site.conf | docker create site.conf + $ docker secret create site.conf -f site.conf ``` ```bash @@ -521,8 +524,11 @@ line. > can later add a new version, update the service to use it, then remove the > old version. + The `-f` flag is set to `-`, which indicates that the input is read from + STDIN. + ```bash - $ openssl rand -base64 20 | docker secret create mysql_password + $ openssl rand -base64 20 | docker secret create mysql_password -f - l1vinzevzhj4goakjap5ya409 ``` @@ -535,7 +541,7 @@ line. bootstrap the `mysql` service. ```bash - $ openssl rand -base64 20 | docker secret create mysql_root_password + $ openssl rand -base64 20 | docker secret create mysql_root_password -f - ``` List the secrets managed by Docker using `docker secret ls`: @@ -570,7 +576,9 @@ line. - The secrets are each mounted in a `tmpfs` filesystem at `/run/secrets/mysql_password` and `/run/secrets/mysql_root_password`. They are never exposed as environment variables, nor can they be committed - to an image if the `docker commit` command is run. + to an image if the `docker commit` command is run. The `mysql_password` + secret is the one used the non-privileged WordPress container will use to + connect to MySQL. - Sets the environment variables `MYSQL_PASSWORD_FILE` and `MYSQL_ROOT_PASSWORD_FILE` to point to the files `/run/secrets/mysql_password` and `/run/secrets/mysql_root_password`. @@ -704,13 +712,13 @@ use it, then remove the old secret. queries or commands, as opposed to just changing a single environment variable or a file, since the image only sets the MySQL password if the database doesn’t already exist, and MySQL stores the password within a MySQL database by default. -Rotating passwords or other secrets will often involve additional steps outside -of Docker. +Rotating passwords or other secrets may involve additional steps outside of +Docker. 1. Create the new password and store it as a secret named `mysql_password_v2`. ```bash - $ openssl rand -base64 20 | docker secret create mysql_password_v2 + $ openssl rand -base64 20 | docker secret create mysql_password_v2 -f - ``` 2. Update the MySQL service to give it access to both the old and new secrets. @@ -733,12 +741,14 @@ of Docker. `/run/secrets/mysql_password`. Even though the MySQL service has access to both the old and new secrets - now, the MySQL root password has not yet been changed. + now, the MySQL password for the WordPress user has not yet been changed. + + > **Note**: This example does not rottate the MySQL `root` password. -3. Now, change the MySQL password for the `wordpress` user using the `mysql` - CLI. This command reads the old and new password from the files in - `/run/secrets` but does not expose them on the command line or save them in - the shell history. +3. Now, change the MySQL password for the `wordpress` user using the + `mysqladmin` CLI. This command reads the old and new password from the files + in `/run/secrets` but does not expose them on the command line or save them + in the shell history. Do this quickly and move on to the next step, because WordPress will lose the ability to connect to MySQL. From 3d72d439082189f43b638cbea3737d9760e467e2 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 9 Jan 2017 14:45:48 -0800 Subject: [PATCH 36/48] Update the syntax of 'docker secret create' in the examples --- engine/swarm/secrets.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/engine/swarm/secrets.md b/engine/swarm/secrets.md index cfecbc737d6..09089eeb43a 100644 --- a/engine/swarm/secrets.md +++ b/engine/swarm/secrets.md @@ -105,10 +105,11 @@ real-world example, continue to [Intermediate example: Use secrets with a Nginx service](#intermediate-example-use-secrets-with-a-nginx-service). 1. Add a secret to Docker. The `docker secret create` command reads standard - input because the `-f` flag is set to `-`. + input because the last argument, which represents the file to read the + secret from, is set to `-`. ```bash - $ echo "This is a secret" | docker secret create my_secret_data -f - + $ echo "This is a secret" | docker secret create my_secret_data - ``` 2. Create a `redis` service and grant it access to the secret. By default, @@ -338,16 +339,16 @@ generate the site key and certificate, name the files `site.key` and `site.conf`. You can store any file as a secret as long as it is smaller than 500 KB. This allows you to decouple the key, certificate, and configuration from the services that will use them. In each of these - commands, the `-f` flag takes the path to the file containing the secret - on the host machine's filesystem. In these examples, the secret name and - the file name are the same. + commands, the last argument represents the path to the file to read the + secret from on the host machine's filesystem. In these examples, the secret + name and the file name are the same. ```bash - $ docker secret create site.key -f site.key + $ docker secret create site.key site.key - $ docker secret create site.crt -f site.crt + $ docker secret create site.crt site.crt - $ docker secret create site.conf -f site.conf + $ docker secret create site.conf site.conf ``` ```bash @@ -524,11 +525,11 @@ line. > can later add a new version, update the service to use it, then remove the > old version. - The `-f` flag is set to `-`, which indicates that the input is read from - STDIN. + The last argument is set to `-`, which indicates that the input is read from + standard input. ```bash - $ openssl rand -base64 20 | docker secret create mysql_password -f - + $ openssl rand -base64 20 | docker secret create mysql_password - l1vinzevzhj4goakjap5ya409 ``` @@ -541,7 +542,7 @@ line. bootstrap the `mysql` service. ```bash - $ openssl rand -base64 20 | docker secret create mysql_root_password -f - + $ openssl rand -base64 20 | docker secret create mysql_root_password - ``` List the secrets managed by Docker using `docker secret ls`: @@ -718,7 +719,7 @@ Docker. 1. Create the new password and store it as a secret named `mysql_password_v2`. ```bash - $ openssl rand -base64 20 | docker secret create mysql_password_v2 -f - + $ openssl rand -base64 20 | docker secret create mysql_password_v2 - ``` 2. Update the MySQL service to give it access to both the old and new secrets. From b0b446398ce3b13c8d7949e72baf1bc3c9711d32 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 11 Jan 2017 14:31:23 -0800 Subject: [PATCH 37/48] Document the ability to publish a port locally on a swarm node --- engine/swarm/services.md | 137 +++++++++++++++++++++++++++++---------- 1 file changed, 101 insertions(+), 36 deletions(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index 1130286f7a1..cf043e9ec64 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -49,8 +49,7 @@ anixjtol6wdf my_web 1/1 nginx ``` To make the web server accessible from outside the swarm, you need to -[publish the port](#publish-ports-externally-to-the-swarm) where the swarm -listens for web requests. +[publish the port](#publish-ports) where the swarm listens for web requests. You can include a command to run inside containers after the image: @@ -276,27 +275,58 @@ run its tasks. Swarm mode lets you network services in a couple of ways: -* publish ports externally to the swarm using ingress networking +* publish ports externally to the swarm using ingress networking or directly on + each swarm node * connect services and tasks within the swarm using overlay networks -#### Publish ports externally to the swarm +### Publish ports -You publish service ports externally to the swarm using the `--publish -:` flag. When you publish a service port, the swarm -makes the service accessible at the target port on every node regardless if -there is a task for the service running on the node. +When you create a swarm service, you can publish that service's ports to hosts +outside the swarm in two ways: -For example, imagine you want to deploy a 3-replica nginx service to a 10-node -swarm as follows: +- [You can rely on the routing mesh](#publish-a services-ports-using-the-routing-mesh). + When you publish a service port, the swarm makes the service accessible at the + target port on every node, regardless of whether there is a task for the + service running on that node or not. This is less complex and is the right + choice for many types of services. + +- [You can publish a service task's port directly on the swarm node](#publish-a-services-ports-directly-on-the-swarm-node) + where that service is running. This feature is available in Docker 1.13 and + higher. This bypasses the routing mesh and provides the maximum flexibility, + including the ability for you to develop your own routing framework. However, + you are responsible for keeping track of where each task is running and + routing requests to the tasks, and load-balancing across the nodes. + +Keep reading for more information and use cases for each of these methods. + +#### Publish a service's ports using the routing mesh + +To publish a service's ports externally to the swarm, use the `--publish +:` flag. The swarm +makes the service accessible at the target port **on every swarm node**. If an +external host connects to that port on any swarm node, the routing mesh routes +it to a task. The external host does not need to know the IP addresses or +internally-used ports of the service tasks to interact with the service. When +a user or process connects to a service, any worker node running a service task +may respond. + +##### Example: Run a three-task Nginx service on 10-node swarm + +Imagine that you have a 10-node swarm, and you deploy an Nginx service running +three tasks on a 10-node swarm: ```bash -docker service create --name my_web --replicas 3 --publish 8080:80 nginx +$ docker service create --name my_web \ + --replicas 3 \ + --publish 8080:80 \ + nginx ``` -The scheduler will deploy nginx tasks to a maximum of 3 nodes. However, the -swarm makes nginx port 80 from the task container accessible at port 8080 on any -node in the swarm. You can direct `curl` at port 8080 of any node in the swarm -to access the web server: +Three tasks will run on up to three nodes. You don't need to know which nodes +are running the tasks, as long as exactly three tasks are running at all times. +Connecting to port 8080 on **any** of the 10 nodes will connect you to one of +the three `nginx` tasks. You can test this using `curl` (the HTML output is +truncated): ```bash $ curl localhost:8080 @@ -305,30 +335,65 @@ $ curl localhost:8080 Welcome to nginx! - - - -

    Welcome to nginx!

    -

    If you see this page, the nginx web server is successfully installed and -working. Further configuration is required.

    - -

    For online documentation and support please refer to -nginx.org.
    -Commercial support is available at -nginx.com.

    - -

    Thank you for using nginx.

    - +...truncated... ``` -#### Add an overlay network +Subsequent connections may be routed to the same swarm node or a different one. + +#### Publish a service's ports directly on the swarm node + +Using the routing mesh may not be the right choice for your application if you +need to make routing decisions based on application state or you need total +control of the process for routing requests to your service's tasks. To publish +a service's port directly on the node where it is running, use the `mode=host` +option to the `--publish` flag. + +> **Note**: If you publish a service's ports directly on the swarm node using +> `mode=host` and also set `published=` this creates an implicit +> limitation that you can only run one task for that service on a given swarm +> node. In addition, if you use `mode=host` and you do not use the +> `--mode=global` flag on `docker service create`, it will be difficult to know +> which nodes are running the service in order to route work to them. + +##### Example: Run a `cadvisor` monitoring service on every swarm node + +[Google cAdvisor](https://hub.docker.com/r/google/cadvisor/) is a tool for +monitoring Linux hosts which run containers. Typically, cAdvisor is run as a +stand-alone container, because it is designed to monitor a given Docker Engine +instance. If you run cAdvisor as a service using the routing mesh, connecting +to the cAdvisor port on any swarm node will show you the statistics for +(effectively) **a random swarm node** running the service. This is probably not +what you want. + +The following example runs cAdvisor as a service on each node in your swarm and +exposes cAdvisor port locally on each swarm node. Connecting to the cAdvisor +port on a given node will show you **that node's** statistics. In practice, this +is similar to running a single stand-alone cAdvisor container on each node, but +without the need to manually administer those containers. + +```bash +$ docker service create \ + --mode global \ + --mount type=bind,source=/,destination=/rootfs,ro=1 \ + --mount type=bind,source=/var/run,destination=/var/run \ + --mount type=bind,source=/sys,destination=/sys,ro=1 \ + --mount type=bind,source=/var/lib/docker/,destination=/var/lib/docker,ro=1 \ + --publish mode=host,target=8080,published=8080 \ + --name=cadvisor \ + google/cadvisor:latest +``` + +You can reach cAdvisor on port 8080 of every swarm node. If you add a node to +the swarm, a cAdvisor task will be started on it. You cannot start another +service or container on any swarm node which binds to port 8080. + +> **Note**: This is a naive example that works well for system monitoring +> applications and similar types of software. Creating an application-layer +> routing framework for a multi-tiered service is complex and out of scope for +> this topic. + +### Add an overlay network Use overlay networks to connect one or more services within the swarm. From 6415ff6660380e0a0f78dfec3028a6bc2a36304e Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 9 Jan 2017 09:53:07 -0800 Subject: [PATCH 38/48] Add info about image resolution with content trust --- engine/swarm/services.md | 77 +++++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 25 deletions(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index cf043e9ec64..aabfda716af 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -107,14 +107,17 @@ flag. For more information, see ### Specify the image version the service should use When you create a service without specifying any details about the version of -the image to use, the service uses the latest version available in Docker Hub -or your registry. You can force the service to use a specific version of -the image in a few different ways, depending on your desired outcome. +the image to use, the service uses the version tagged with the `latest` tag. +You can force the service to use a specific version of the image in a few +different ways, depending on your desired outcome. An image version can be expressed in several different ways: -- If you specify a tag, the manager resolves that tag to a digest, and directs - workers to uses that version. +- If you specify a tag, the manager (or the Docker client, if you use + [content trust](#image_resolution_with_trust)) resolves that tag to a digest. + When the request to create a container task is received on a worker node, the + worker node only sees the digest, not the tag. + ```bash $ docker service create --name="myservice" ubuntu:16.04 ``` @@ -129,7 +132,11 @@ An image version can be expressed in several different ways: prevent different service replica tasks from using different image versions. - If you don't specify a version at all, by convention the image's `latest` tag - is resolved to a digest. The following two commands are equivalent: + is resolved to a digest. Workers use the image at this digest when creating + the service task. + + Thus, the following two commands are equivalent: + ```bash $ docker service create --name="myservice" ubuntu @@ -137,17 +144,27 @@ An image version can be expressed in several different ways: ``` - If you specify a digest directly, that exact version of the image is always - used. + used when creating service tasks. + ```bash - $ docker service create --name="myservice" ubuntu:16.04@sha256:35bc48a1ca97c3971611dc4662d08d131869daa692acb281c7e9e052924e38b1 + $ docker service create \ + --name="myservice" \ + ubuntu:16.04@sha256:35bc48a1ca97c3971611dc4662d08d131869daa692acb281c7e9e052924e38b1 ``` -When you create a service, the swarm manager resolves the -image's tag to the specific digest it points to at the time of service creation. -If the manager is able to resolve the tag to a digest, worker nodes for that -service will use that specific digest unless the service is explicitly updated. -This feature is particularly important if you do use often-change tags such as -`latest`, to be sure that all service tasks use the same version of the image. +When you create a service, the image's tag is resolved to the specific digest +the tag points to **at the time of service creation**. Worker nodes for that +service will use that specific digest forever unless the service is explicitly +updated. This feature is particularly important if you do use often-changing tags +such as `latest`, because it ensures that all service tasks use the same version +of the image. + +> **Note**: If [content trust](security/trust/content_trust.md) is enabled, the +> client actually resolves the image's tag to a digest before contacting the +> swarm manager, in order to verify that the image is signed. Thus, if you use +> content trust, the swarm manager receives the request pre-resolved. In this +> case, if the client cannot resolve the image to a digest, the request fails. +{: id="image_resolution_with_trust" } If the manager is not able to resolve the tag to a digest, each worker node is responsible for resolving the tag to a digest, and different nodes may @@ -155,13 +172,13 @@ use different versions of the image. If this happens, a warning like the following will be logged, substituting the placeholders for real information. ```none -unable to pin image to digest: +unable to pin image to digest: ``` -To see an image's current digest, issue the command `docker inspect -:` and look for the `RepoDigests` line. The following is the current -digest for `ubuntu:latest` at the time this content was written. The output is -truncated for clarity. +To see an image's current digest, issue the command +`docker inspect :` and look for the `RepoDigests` line. The +following is the current digest for `ubuntu:latest` at the time this content +was written. The output is truncated for clarity. ```bash $ docker inspect ubuntu:latest @@ -185,15 +202,19 @@ Each tag represents a digest, similar to a Git hash. Some tags, such as `latest`, are updated often to point to a new digest. Others, such as `ubuntu:16.04`, represent a released software version and are not expected to update to point to a new digest often if at all. In Docker 1.13 and higher, when -you create a service, it is constrained to run a specific digest of an image -until you update the service using `service update` with the `--image` flag. If -you use an older version of Docker Engine, you must remove and re-create the -service to update its image. +you create a service, it is constrained to create tasks using a specific digest\ +of an image until you update the service using `service update` with the +`--image` flag. If you use an older version of Docker Engine, you must remove +and re-create the service to update its image. When you run `service update` with the `--image` flag, the swarm manager queries Docker Hub or your private Docker registry for the digest the tag currently points to and updates the service tasks to use that digest. +> **Note**: If you use [content trust](#image_resolution_with_trust), the Docker +> client resolves image and the swarm manager receives the image and digest, +> rather than a tag. + Usually, the manager is able to resolve the tag to a new digest and the service updates, redeploying each task to use the new image. If the manager is unable to resolve the tag or some other problem occurs, the next two sections outline what @@ -246,7 +267,10 @@ the number of replica tasks you want to start using the `--replicas` flag. For example, to start a replicated nginx service with 3 replica tasks: ```bash -$ docker service create --name my_web --replicas 3 nginx +$ docker service create \ + --name my_web \ + --replicas 3 \ + nginx ``` To start a global service on each available node, pass `--mode global` to @@ -255,7 +279,10 @@ places a task for the global service on the new node. For example to start a service that runs alpine on every node in the swarm: ```bash -$ docker service create --name myservice --mode global alpine top +$ docker service create \ + --name myservice \ + --mode global \ + alpine top ``` Service constraints let you set criteria for a node to meet before the scheduler From a7cb8d980cdbf2f27e0db1214e99f7a478cf564c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 13 Jan 2017 13:17:39 +0100 Subject: [PATCH 39/48] remove confusing sentence from "publishing" section the routing mesh should work irregardless of all replicas being up or not, so removing this sentence. Signed-off-by: Sebastiaan van Stijn --- engine/swarm/services.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index aabfda716af..44a8e9d2db6 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -350,10 +350,9 @@ $ docker service create --name my_web \ ``` Three tasks will run on up to three nodes. You don't need to know which nodes -are running the tasks, as long as exactly three tasks are running at all times. -Connecting to port 8080 on **any** of the 10 nodes will connect you to one of -the three `nginx` tasks. You can test this using `curl` (the HTML output is -truncated): +are running the tasks; connecting to port 8080 on **any** of the 10 nodes will +connect you to one of the three `nginx` tasks. You can test this using `curl` +(the HTML output is truncated): ```bash $ curl localhost:8080 From 9374c5fea062e53055c809eab837d7a15cd7fc73 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 9 Jan 2017 14:19:18 -0800 Subject: [PATCH 40/48] Add examples to CLI generation templates --- .../reference/commandline/container_attach.md | 31 + .../reference/commandline/container_commit.md | 25 + engine/reference/commandline/container_cp.md | 67 ++ .../reference/commandline/container_create.md | 15 + .../reference/commandline/container_diff.md | 28 + .../reference/commandline/container_exec.md | 15 + .../reference/commandline/container_export.md | 19 + .../reference/commandline/container_logs.md | 96 +++ .../reference/commandline/container_port.md | 40 ++ .../reference/commandline/container_prune.md | 75 +++ engine/reference/commandline/container_rm.md | 35 ++ .../reference/commandline/container_stats.md | 17 + engine/reference/commandline/container_top.md | 8 + .../reference/commandline/container_update.md | 69 +++ .../reference/commandline/container_wait.md | 14 + engine/reference/commandline/image_build.md | 264 ++++++++ engine/reference/commandline/image_history.md | 25 + engine/reference/commandline/image_import.md | 36 ++ engine/reference/commandline/image_load.md | 30 + engine/reference/commandline/image_ls.md | 92 +++ engine/reference/commandline/image_pull.md | 182 ++++++ engine/reference/commandline/image_push.md | 25 + engine/reference/commandline/image_rm.md | 8 + engine/reference/commandline/image_save.md | 17 + engine/reference/commandline/image_tag.md | 33 + engine/reference/commandline/inspect.md | 299 +++++++++ engine/reference/commandline/login.md | 8 + engine/reference/commandline/logout.md | 8 + .../reference/commandline/network_connect.md | 39 ++ .../reference/commandline/network_create.md | 81 +++ .../commandline/network_disconnect.md | 6 + .../reference/commandline/network_inspect.md | 89 +++ engine/reference/commandline/network_ls.md | 157 +++++ engine/reference/commandline/network_rm.md | 19 + engine/reference/commandline/run.md | 584 ++++++++++++++++++ engine/reference/commandline/search.md | 24 + engine/reference/commandline/secret_create.md | 54 ++ .../reference/commandline/secret_inspect.md | 44 ++ engine/reference/commandline/secret_ls.md | 8 + .../reference/commandline/service_create.md | 505 +++++++++++++++ .../reference/commandline/service_inspect.md | 116 ++++ engine/reference/commandline/service_ps.md | 117 ++++ engine/reference/commandline/service_scale.md | 61 ++ .../reference/commandline/service_update.md | 80 +++ engine/reference/commandline/system_events.md | 106 ++++ engine/reference/commandline/system_info.md | 149 +++++ engine/reference/commandline/version.md | 47 ++ engine/reference/commandline/volume_create.md | 34 + 48 files changed, 3901 insertions(+) diff --git a/engine/reference/commandline/container_attach.md b/engine/reference/commandline/container_attach.md index 64fb43a9808..bf65a526736 100644 --- a/engine/reference/commandline/container_attach.md +++ b/engine/reference/commandline/container_attach.md @@ -13,3 +13,34 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Attaching to a container + +In this example the top command is run inside a container, from an image called +fedora, in detached mode. The ID from the container is passed into the **docker +attach** command: + +```bash +$ ID=$(sudo docker run -d fedora /usr/bin/top -b) + +$ sudo docker attach $ID +top - 02:05:52 up 3:05, 0 users, load average: 0.01, 0.02, 0.05 +Tasks: 1 total, 1 running, 0 sleeping, 0 stopped, 0 zombie +Cpu(s): 0.1%us, 0.2%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st +Mem: 373572k total, 355560k used, 18012k free, 27872k buffers +Swap: 786428k total, 0k used, 786428k free, 221740k cached + +PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND +1 root 20 0 17200 1116 912 R 0 0.3 0:00.03 top + +top - 02:05:55 up 3:05, 0 users, load average: 0.01, 0.02, 0.05 +Tasks: 1 total, 1 running, 0 sleeping, 0 stopped, 0 zombie +Cpu(s): 0.0%us, 0.2%sy, 0.0%ni, 99.8%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st +Mem: 373572k total, 355244k used, 18328k free, 27872k buffers +Swap: 786428k total, 0k used, 786428k free, 221776k cached + +PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND +1 root 20 0 17208 1144 932 R 0 0.3 0:00.03 top +``` diff --git a/engine/reference/commandline/container_commit.md b/engine/reference/commandline/container_commit.md index afe4930216d..5cea5e22c3c 100644 --- a/engine/reference/commandline/container_commit.md +++ b/engine/reference/commandline/container_commit.md @@ -13,3 +13,28 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Creating a new image from an existing container +An existing Fedora based container has had Apache installed while running +in interactive mode with the bash shell. Apache is also running. To +create a new image run `docker ps` to find the container's ID and then run: + +```bash +$ docker commit -m="Added Apache to Fedora base image" \ + -a="A D Ministrator" 98bd7fc99854 fedora/fedora_httpd:20 +``` + +Note that only `a-z0-9-_.` are allowed when naming images from an +existing container. + +### Apply specified Dockerfile instructions while committing the image +If an existing container was created without the DEBUG environment +variable set to "true", you can create a new image based on that +container by first getting the container's ID with `docker ps` and +then running: + +```bash +$ docker container commit -c="ENV DEBUG true" 98bd7fc99854 debug-image +``` diff --git a/engine/reference/commandline/container_cp.md b/engine/reference/commandline/container_cp.md index 6e911bf4110..adb1db7b02f 100644 --- a/engine/reference/commandline/container_cp.md +++ b/engine/reference/commandline/container_cp.md @@ -13,3 +13,70 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +Suppose a container has finished producing some output as a file it saves +to somewhere in its filesystem. This could be the output of a build job or +some other computation. You can copy these outputs from the container to a +location on your local host. + +If you want to copy the `/tmp/foo` directory from a container to the +existing `/tmp` directory on your host. If you run `docker container cp` in your `~` +(home) directory on the local host: + + $ docker container cp compassionate_darwin:tmp/foo /tmp + +Docker creates a `/tmp/foo` directory on your host. Alternatively, you can omit +the leading slash in the command. If you execute this command from your home +directory: + + $ docker container cp compassionate_darwin:tmp/foo tmp + +If `~/tmp` does not exist, Docker will create it and copy the contents of +`/tmp/foo` from the container into this new directory. If `~/tmp` already +exists as a directory, then Docker will copy the contents of `/tmp/foo` from +the container into a directory at `~/tmp/foo`. + +When copying a single file to an existing `LOCALPATH`, the `docker container cp` command +will either overwrite the contents of `LOCALPATH` if it is a file or place it +into `LOCALPATH` if it is a directory, overwriting an existing file of the same +name if one exists. For example, this command: + + $ docker container cp sharp_ptolemy:/tmp/foo/myfile.txt /test + +If `/test` does not exist on the local machine, it will be created as a file +with the contents of `/tmp/foo/myfile.txt` from the container. If `/test` +exists as a file, it will be overwritten. Lastly, if `/test` exists as a +directory, the file will be copied to `/test/myfile.txt`. + +Next, suppose you want to copy a file or folder into a container. For example, +this could be a configuration file or some other input to a long running +computation that you would like to place into a created container before it +starts. This is useful because it does not require the configuration file or +other input to exist in the container image. + +If you have a file, `config.yml`, in the current directory on your local host +and wish to copy it to an existing directory at `/etc/my-app.d` in a container, +this command can be used: + + $ docker container cp config.yml myappcontainer:/etc/my-app.d + +If you have several files in a local directory `/config` which you need to copy +to a directory `/etc/my-app.d` in a container: + + $ docker container cp /config/. myappcontainer:/etc/my-app.d + +The above command will copy the contents of the local `/config` directory into +the directory `/etc/my-app.d` in the container. + +Finally, if you want to copy a symbolic link into a container, you typically +want to copy the linked target and not the link itself. To copy the target, use +the `-L` option, for example: + + $ ln -s /tmp/somefile /tmp/somefile.ln + $ docker container cp -L /tmp/somefile.ln myappcontainer:/tmp/ + +This command copies content of the local `/tmp/somefile` into the file +`/tmp/somefile.ln` in the container. Without `-L` option, the `/tmp/somefile.ln` +preserves its symbolic link but not its content. diff --git a/engine/reference/commandline/container_create.md b/engine/reference/commandline/container_create.md index 237599bcc8b..448c58677c6 100644 --- a/engine/reference/commandline/container_create.md +++ b/engine/reference/commandline/container_create.md @@ -13,3 +13,18 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Specify isolation technology for container (--isolation) + +This option is useful in situations where you are running Docker containers on +Windows. The `--isolation=` option sets a container's isolation +technology. On Linux, the only supported is the `default` option which uses +Linux namespaces. On Microsoft Windows, you can specify these values: + +* `default`: Use the value specified by the Docker daemon's `--exec-opt` . If the `daemon` does not specify an isolation technology, Microsoft Windows uses `process` as its default value. +* `process`: Namespace isolation only. +* `hyperv`: Hyper-V hypervisor partition-based isolation. + +Specifying the `--isolation` flag without a value is the same as setting `--isolation="default"`. diff --git a/engine/reference/commandline/container_diff.md b/engine/reference/commandline/container_diff.md index afa1956e3b0..7cf5e730f95 100644 --- a/engine/reference/commandline/container_diff.md +++ b/engine/reference/commandline/container_diff.md @@ -13,3 +13,31 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +Inspect the changes to an `nginx` container: + +```bash +$ docker diff 1fdfd1f54c1b + +C /dev +C /dev/console +C /dev/core +C /dev/stdout +C /dev/fd +C /dev/ptmx +C /dev/stderr +C /dev/stdin +C /run +A /run/nginx.pid +C /var/lib/nginx/tmp +A /var/lib/nginx/tmp/client_body +A /var/lib/nginx/tmp/fastcgi +A /var/lib/nginx/tmp/proxy +A /var/lib/nginx/tmp/scgi +A /var/lib/nginx/tmp/uwsgi +C /var/log/nginx +A /var/log/nginx/access.log +A /var/log/nginx/error.log +``` diff --git a/engine/reference/commandline/container_exec.md b/engine/reference/commandline/container_exec.md index 01d30649bfd..e7cefba1bb4 100644 --- a/engine/reference/commandline/container_exec.md +++ b/engine/reference/commandline/container_exec.md @@ -13,3 +13,18 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + + $ docker run --name ubuntu_bash --rm -i -t ubuntu bash + +This will create a container named `ubuntu_bash` and start a Bash session. + + $ docker exec -d ubuntu_bash touch /tmp/execWorks + +This will create a new file `/tmp/execWorks` inside the running container +`ubuntu_bash`, in the background. + + $ docker exec -it ubuntu_bash bash + +This will create a new Bash session in the container `ubuntu_bash`. diff --git a/engine/reference/commandline/container_export.md b/engine/reference/commandline/container_export.md index 67d383d8866..220bf2f5446 100644 --- a/engine/reference/commandline/container_export.md +++ b/engine/reference/commandline/container_export.md @@ -13,3 +13,22 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +Export the contents of the container called angry_bell to a tar file +called angry_bell.tar: + +```bash +$ docker export angry_bell > angry_bell.tar + +$ docker export --output=angry_bell-latest.tar angry_bell + +$ ls -sh angry_bell.tar + +321M angry_bell.tar + +$ ls -sh angry_bell-latest.tar + +321M angry_bell-latest.tar +``` diff --git a/engine/reference/commandline/container_logs.md b/engine/reference/commandline/container_logs.md index 55e92f39491..40f1bcbd60c 100644 --- a/engine/reference/commandline/container_logs.md +++ b/engine/reference/commandline/container_logs.md @@ -13,3 +13,99 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Display all containers, including non-running + +```bash +$ docker container ls -a + +CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES +a87ecb4f327c fedora:20 /bin/sh -c #(nop) MA 20 minutes ago Exit 0 desperate_brattain +01946d9d34d8 vpavlin/rhel7:latest /bin/sh -c #(nop) MA 33 minutes ago Exit 0 thirsty_bell +c1d3b0166030 acffc0358b9e /bin/sh -c yum -y up 2 weeks ago Exit 1 determined_torvalds +41d50ecd2f57 fedora:20 /bin/sh -c #(nop) MA 2 weeks ago Exit 0 drunk_pike +``` + +### Display only IDs of all containers, including non-running + +```bash +$ docker container ls -a -q + +a87ecb4f327c +01946d9d34d8 +c1d3b0166030 +41d50ecd2f57 +``` + +# Display only IDs of all containers that have the name `determined_torvalds` + +```bash +$ docker container ls -a -q --filter=name=determined_torvalds + +c1d3b0166030 +``` + +### Display containers with their commands + +```bash +{% raw %} +$ docker container ls --format "{{.ID}}: {{.Command}}" + +a87ecb4f327c: /bin/sh -c #(nop) MA +01946d9d34d8: /bin/sh -c #(nop) MA +c1d3b0166030: /bin/sh -c yum -y up +41d50ecd2f57: /bin/sh -c #(nop) MA +{% endraw %} +``` + +### Display containers with their labels in a table + +```bash +{% raw %} +$ docker container ls --format "table {{.ID}}\t{{.Labels}}" + +CONTAINER ID LABELS +a87ecb4f327c com.docker.swarm.node=ubuntu,com.docker.swarm.storage=ssd +01946d9d34d8 +c1d3b0166030 com.docker.swarm.node=debian,com.docker.swarm.cpu=6 +41d50ecd2f57 com.docker.swarm.node=fedora,com.docker.swarm.cpu=3,com.docker.swarm.storage=ssd +{% endraw %} +``` + +### Display containers with their node label in a table + +```bash +{% raw %} +$ docker container ls --format 'table {{.ID}}\t{{(.Label "com.docker.swarm.node")}}' + +CONTAINER ID NODE +a87ecb4f327c ubuntu +01946d9d34d8 +c1d3b0166030 debian +41d50ecd2f57 fedora +{% endraw %} +``` + +### Display containers with `remote-volume` mounted + +```bash +{% raw %} +$ docker container ls --filter volume=remote-volume --format "table {{.ID}}\t{{.Mounts}}" + +CONTAINER ID MOUNTS +9c3527ed70ce remote-volume +{% endraw %} +``` + +### Display containers with a volume mounted in `/data` + +```bash +{% raw %} +$ docker container ls --filter volume=/data --format "table {{.ID}}\t{{.Mounts}}" + +CONTAINER ID MOUNTS +9c3527ed70ce remote-volume +{% endraw %} +``` diff --git a/engine/reference/commandline/container_port.md b/engine/reference/commandline/container_port.md index 5a00bed24a1..36e349467f9 100644 --- a/engine/reference/commandline/container_port.md +++ b/engine/reference/commandline/container_port.md @@ -13,3 +13,43 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash +$ docker ps + +CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES +b650456536c7 busybox:latest top 54 minutes ago Up 54 minutes 0.0.0.0:1234->9876/tcp, 0.0.0.0:4321->7890/tcp test +``` + +### Find out all the ports mapped + +```bash +$ docker container port test + +7890/tcp -> 0.0.0.0:4321 +9876/tcp -> 0.0.0.0:1234 +``` + +### Find out a specific mapping + +```bash +$ docker container port test 7890/tcp + +0.0.0.0:4321 +``` + +```bash +$ docker container port test 7890 + +0.0.0.0:4321 +``` + +### An example showing error for non-existent mapping + +```bash +$ docker container port test 7890/udp + +2014/06/24 11:53:36 Error: No public port '7890/udp' published for test +``` diff --git a/engine/reference/commandline/container_prune.md b/engine/reference/commandline/container_prune.md index 8005e0a5c0c..fbb2c9031a9 100644 --- a/engine/reference/commandline/container_prune.md +++ b/engine/reference/commandline/container_prune.md @@ -13,3 +13,78 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash +$ docker container prune +WARNING! This will remove all stopped containers. +Are you sure you want to continue? [y/N] y +Deleted Containers: +4a7f7eebae0f63178aff7eb0aa39cd3f0627a203ab2df258c1a00b456cf20063 +f98f9c2aa1eaf727e4ec9c0283bc7d4aa4762fbdba7f26191f26c97f64090360 + +Total reclaimed space: 212 B +``` + +### Filtering + +The filtering flag (`-f` or `--filter`) format is of "key=value". If there is more +than one filter, then pass multiple flags (e.g., `--filter "foo=bar" --filter "bif=baz"`) + +The currently supported filters are: + +* until (``) - only remove containers created before given timestamp + +The `until` filter can be Unix timestamps, date formatted +timestamps, or Go duration strings (e.g. `10m`, `1h30m`) computed +relative to the daemon machine’s time. Supported formats for date +formatted time stamps include RFC3339Nano, RFC3339, `2006-01-02T15:04:05`, +`2006-01-02T15:04:05.999999999`, `2006-01-02Z07:00`, and `2006-01-02`. The local +timezone on the daemon will be used if you do not provide either a `Z` or a +`+-00:00` timezone offset at the end of the timestamp. When providing Unix +timestamps enter seconds[.nanoseconds], where seconds is the number of seconds +that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap +seconds (aka Unix epoch or Unix time), and the optional .nanoseconds field is a +fraction of a second no more than nine digits long. + +The following removes containers created more than 5 minutes ago: +```bash +{% raw %} +$ docker ps -a --format 'table {{.ID}}\t{{.Image}}\t{{.Command}}\t{{.CreatedAt}}\t{{.Status}}' +CONTAINER ID IMAGE COMMAND CREATED AT STATUS +61b9efa71024 busybox "sh" 2017-01-04 13:23:33 -0800 PST Exited (0) 41 seconds ago +53a9bc23a516 busybox "sh" 2017-01-04 13:11:59 -0800 PST Exited (0) 12 minutes ago + +$ docker container prune --force --filter "until=5m" +Deleted Containers: +53a9bc23a5168b6caa2bfbefddf1b30f93c7ad57f3dec271fd32707497cb9369 + +Total reclaimed space: 25 B + +$ docker ps -a --format 'table {{.ID}}\t{{.Image}}\t{{.Command}}\t{{.CreatedAt}}\t{{.Status}}' +CONTAINER ID IMAGE COMMAND CREATED AT STATUS +61b9efa71024 busybox "sh" 2017-01-04 13:23:33 -0800 PST Exited (0) 44 seconds ago +{% endraw %} +``` + +The following removes containers created before `2017-01-04T13:10:00`: + +```bash +{% raw %} +$ docker ps -a --format 'table {{.ID}}\t{{.Image}}\t{{.Command}}\t{{.CreatedAt}}\t{{.Status}}' +CONTAINER ID IMAGE COMMAND CREATED AT STATUS +53a9bc23a516 busybox "sh" 2017-01-04 13:11:59 -0800 PST Exited (0) 7 minutes ago +4a75091a6d61 busybox "sh" 2017-01-04 13:09:53 -0800 PST Exited (0) 9 minutes ago + +$ docker container prune --force --filter "until=2017-01-04T13:10:00" +Deleted Containers: +4a75091a6d618526fcd8b33ccd6e5928ca2a64415466f768a6180004b0c72c6c + +Total reclaimed space: 27 B + +$ docker ps -a --format 'table {{.ID}}\t{{.Image}}\t{{.Command}}\t{{.CreatedAt}}\t{{.Status}}' +CONTAINER ID IMAGE COMMAND CREATED AT STATUS +53a9bc23a516 busybox "sh" 2017-01-04 13:11:59 -0800 PST Exited (0) 9 minutes ago +{% endraw %} +``` diff --git a/engine/reference/commandline/container_rm.md b/engine/reference/commandline/container_rm.md index b17168450a8..9686dd8b32a 100644 --- a/engine/reference/commandline/container_rm.md +++ b/engine/reference/commandline/container_rm.md @@ -13,3 +13,38 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Removing a container using its ID + +To remove a container using its ID, find either from a **docker ps -a** +command, or use the ID returned from the **docker run** command, or retrieve +it from a file used to store it using the **docker run --cidfile**: + + $ docker container rm abebf7571666 + +### Removing a container using the container name + +The name of the container can be found using the **docker ps -a** +command. The use that name as follows: + + $ docker container rm hopeful_morse + +### Removing a container and all associated volumes + + $ docker container rm -v redis + redis + +This command will remove the container and any volumes associated with it. +Note that if a volume was specified with a name, it will not be removed. + + $ docker create -v awesome:/foo -v /bar --name hello redis + + hello + + $ docker container rm -v hello + +In this example, the volume for `/foo` will remain in tact, but the volume for +`/bar` will be removed. The same behavior holds for volumes inherited with +`--volumes-from`. diff --git a/engine/reference/commandline/container_stats.md b/engine/reference/commandline/container_stats.md index 26bf990bdcd..9498f7bb173 100644 --- a/engine/reference/commandline/container_stats.md +++ b/engine/reference/commandline/container_stats.md @@ -13,3 +13,20 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +Running `docker container stats` on all running containers + + $ docker container stats + CONTAINER CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O + 1285939c1fd3 0.07% 796 KiB / 64 MiB 1.21% 788 B / 648 B 3.568 MB / 512 KB + 9c76f7834ae2 0.07% 2.746 MiB / 64 MiB 4.29% 1.266 KB / 648 B 12.4 MB / 0 B + d1ea048f04e4 0.03% 4.583 MiB / 64 MiB 6.30% 2.854 KB / 648 B 27.7 MB / 0 B + +Running `docker container stats` on multiple containers by name and id. + + $ docker container stats fervent_panini 5acfcb1b4fd1 + CONTAINER CPU % MEM USAGE/LIMIT MEM % NET I/O + 5acfcb1b4fd1 0.00% 115.2 MiB/1.045 GiB 11.03% 1.422 kB/648 B + fervent_panini 0.02% 11.08 MiB/1.045 GiB 1.06% 648 B/648 B diff --git a/engine/reference/commandline/container_top.md b/engine/reference/commandline/container_top.md index 42fc4ceb162..918115a9aaf 100644 --- a/engine/reference/commandline/container_top.md +++ b/engine/reference/commandline/container_top.md @@ -13,3 +13,11 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +Run **docker container top** with the ps option of -x: + + $ docker container top 8601afda2b -x + PID TTY STAT TIME COMMAND + 16623 ? Ss 0:00 sleep 99999 diff --git a/engine/reference/commandline/container_update.md b/engine/reference/commandline/container_update.md index eb1ee8ea8b0..fcaf7485c82 100644 --- a/engine/reference/commandline/container_update.md +++ b/engine/reference/commandline/container_update.md @@ -13,3 +13,72 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Update a container's cpu-shares + +To limit a container's cpu-shares to 512, first identify the container +name or ID. You can use **docker ps** to find these values. You can also +use the ID returned from the **docker run** command. Then, do the following: + +```bash +$ docker container update --cpu-shares 512 abebf7571666 +``` + +### Update a container with cpu-shares and memory + +To update multiple resource configurations for multiple containers: + +```bash +$ docker container update --cpu-shares 512 -m 300M abebf7571666 hopeful_morse +``` + +### Update a container's kernel memory constraints + +You can update a container's kernel memory limit using the **--kernel-memory** +option. On kernel version older than 4.6, this option can be updated on a +running container only if the container was started with **--kernel-memory**. +If the container was started *without* **--kernel-memory** you need to stop +the container before updating kernel memory. + +For example, if you started a container with this command: + +```bash +$ docker run -dit --name test --kernel-memory 50M ubuntu bash +``` + +You can update kernel memory while the container is running: + +```bash +$ docker container update --kernel-memory 80M test +``` + +If you started a container *without* kernel memory initialized: + +```bash +$ docker run -dit --name test2 --memory 300M ubuntu bash +``` + +Update kernel memory of running container `test2` will fail. You need to stop +the container before updating the **--kernel-memory** setting. The next time you +start it, the container uses the new value. + +Kernel version newer than (include) 4.6 does not have this limitation, you +can use `--kernel-memory` the same way as other options. + +### Update a container's restart policy + +You can change a container's restart policy on a running container. The new +restart policy takes effect instantly after you run `docker container update` on a +container. + +To update restart policy for one or more containers: + +```bash +$ docker container update --restart=on-failure:3 abebf7571666 hopeful_morse +``` + +Note that if the container is started with "--rm" flag, you cannot update the restart +policy for it. The `AutoRemove` and `RestartPolicy` are mutually exclusive for the +container. diff --git a/engine/reference/commandline/container_wait.md b/engine/reference/commandline/container_wait.md index 4ec54625921..b1f309f2d4a 100644 --- a/engine/reference/commandline/container_wait.md +++ b/engine/reference/commandline/container_wait.md @@ -13,3 +13,17 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +# EXAMPLES + +```bash +$ docker run -d fedora sleep 99 + +079b83f558a2bc52ecad6b2a5de13622d584e6bb1aea058c11b36511e85e7622 + +$ docker container wait 079b83f558a2bc + +0 +``` diff --git a/engine/reference/commandline/image_build.md b/engine/reference/commandline/image_build.md index 0b2eb54c841..71a7fc4e148 100644 --- a/engine/reference/commandline/image_build.md +++ b/engine/reference/commandline/image_build.md @@ -13,3 +13,267 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Build with PATH + +```bash +$ docker build . + +Uploading context 10240 bytes +Step 1/3 : FROM busybox +Pulling repository busybox + ---> e9aa60c60128MB/2.284 MB (100%) endpoint: https://cdn-registry-1.docker.io/v1/ +Step 2/3 : RUN ls -lh / + ---> Running in 9c9e81692ae9 +total 24 +drwxr-xr-x 2 root root 4.0K Mar 12 2013 bin +drwxr-xr-x 5 root root 4.0K Oct 19 00:19 dev +drwxr-xr-x 2 root root 4.0K Oct 19 00:19 etc +drwxr-xr-x 2 root root 4.0K Nov 15 23:34 lib +lrwxrwxrwx 1 root root 3 Mar 12 2013 lib64 -> lib +dr-xr-xr-x 116 root root 0 Nov 15 23:34 proc +lrwxrwxrwx 1 root root 3 Mar 12 2013 sbin -> bin +dr-xr-xr-x 13 root root 0 Nov 15 23:34 sys +drwxr-xr-x 2 root root 4.0K Mar 12 2013 tmp +drwxr-xr-x 2 root root 4.0K Nov 15 23:34 usr + ---> b35f4035db3f +Step 3/3 : CMD echo Hello world + ---> Running in 02071fceb21b + ---> f52f38b7823e +Successfully built f52f38b7823e +Removing intermediate container 9c9e81692ae9 +Removing intermediate container 02071fceb21b +``` + +This example specifies that the `PATH` is `.`, and so all the files in the +local directory get `tar`d and sent to the Docker daemon. The `PATH` specifies +where to find the files for the "context" of the build on the Docker daemon. +Remember that the daemon could be running on a remote machine and that no +parsing of the Dockerfile happens at the client side (where you're running +`docker build`). That means that *all* the files at `PATH` get sent, not just +the ones listed to [*ADD*](../builder.md#add) in the Dockerfile. + +The transfer of context from the local machine to the Docker daemon is what the +`docker` client means when you see the "Sending build context" message. + +If you wish to keep the intermediate containers after the build is complete, +you must use `--rm=false`. This does not affect the build cache. + +### Build with URL + +```bash +$ docker build github.com/creack/docker-firefox +``` + +This will clone the GitHub repository and use the cloned repository as context. +The Dockerfile at the root of the repository is used as Dockerfile. You can +specify an arbitrary Git repository by using the `git://` or `git@` scheme. + +```bash +$ docker build -f ctx/Dockerfile http://server/ctx.tar.gz + +Downloading context: http://server/ctx.tar.gz [===================>] 240 B/240 B +Step 1/3 : FROM busybox + ---> 8c2e06607696 +Step 2/3 : ADD ctx/container.cfg / + ---> e7829950cee3 +Removing intermediate container b35224abf821 +Step 3/3 : CMD /bin/ls + ---> Running in fbc63d321d73 + ---> 3286931702ad +Removing intermediate container fbc63d321d73 +Successfully built 377c409b35e4 +``` + +This sends the URL `http://server/ctx.tar.gz` to the Docker daemon, which +downloads and extracts the referenced tarball. The `-f ctx/Dockerfile` +parameter specifies a path inside `ctx.tar.gz` to the `Dockerfile` that is used +to build the image. Any `ADD` commands in that `Dockerfile` that refers to local +paths must be relative to the root of the contents inside `ctx.tar.gz`. In the +example above, the tarball contains a directory `ctx/`, so the `ADD +ctx/container.cfg /` operation works as expected. + +### Build with - + +```bash +$ docker build - < Dockerfile +``` + +This will read a Dockerfile from `STDIN` without context. Due to the lack of a +context, no contents of any local directory will be sent to the Docker daemon. +Since there is no context, a Dockerfile `ADD` only works if it refers to a +remote URL. + +```bash +$ docker build - < context.tar.gz +``` + +This will build an image for a compressed context read from `STDIN`. Supported +formats are: bzip2, gzip and xz. + +### Usage of .dockerignore + +```bash +$ docker build . + +Uploading context 18.829 MB +Uploading context +Step 1/2 : FROM busybox + ---> 769b9341d937 +Step 2/2 : CMD echo Hello world + ---> Using cache + ---> 99cc1ad10469 +Successfully built 99cc1ad10469 +$ echo ".git" > .dockerignore +$ docker build . +Uploading context 6.76 MB +Uploading context +Step 1/2 : FROM busybox + ---> 769b9341d937 +Step 2/2 : CMD echo Hello world + ---> Using cache + ---> 99cc1ad10469 +Successfully built 99cc1ad10469 +``` + +This example shows the use of the `.dockerignore` file to exclude the `.git` +directory from the context. Its effect can be seen in the changed size of the +uploaded context. The builder reference contains detailed information on +[creating a .dockerignore file](../builder.md#dockerignore-file) + +### Tag image (-t) + +```bash +$ docker build -t vieux/apache:2.0 . +``` + +This will build like the previous example, but it will then tag the resulting +image. The repository name will be `vieux/apache` and the tag will be `2.0`. +[Read more about valid tags](tag.md). + +You can apply multiple tags to an image. For example, you can apply the `latest` +tag to a newly built image and add another tag that references a specific +version. +For example, to tag an image both as `whenry/fedora-jboss:latest` and +`whenry/fedora-jboss:v2.1`, use the following: + +```bash +$ docker build -t whenry/fedora-jboss:latest -t whenry/fedora-jboss:v2.1 . +``` +### Specify Dockerfile (-f) + +```bash +$ docker build -f Dockerfile.debug . +``` + +This will use a file called `Dockerfile.debug` for the build instructions +instead of `Dockerfile`. + +```bash +$ docker build -f dockerfiles/Dockerfile.debug -t myapp_debug . +$ docker build -f dockerfiles/Dockerfile.prod -t myapp_prod . +``` + +The above commands will build the current build context (as specified by the +`.`) twice, once using a debug version of a `Dockerfile` and once using a +production version. + +```bash +$ cd /home/me/myapp/some/dir/really/deep +$ docker build -f /home/me/myapp/dockerfiles/debug /home/me/myapp +$ docker build -f ../../../../dockerfiles/debug /home/me/myapp +``` + +These two `docker build` commands do the exact same thing. They both use the +contents of the `debug` file instead of looking for a `Dockerfile` and will use +`/home/me/myapp` as the root of the build context. Note that `debug` is in the +directory structure of the build context, regardless of how you refer to it on +the command line. + +> **Note:** +> `docker build` will return a `no such file or directory` error if the +> file or directory does not exist in the uploaded context. This may +> happen if there is no context, or if you specify a file that is +> elsewhere on the Host system. The context is limited to the current +> directory (and its children) for security reasons, and to ensure +> repeatable builds on remote Docker hosts. This is also the reason why +> `ADD ../file` will not work. + +### Optional parent cgroup (--cgroup-parent) + +When `docker build` is run with the `--cgroup-parent` option the containers +used in the build will be run with the [corresponding `docker run` +flag](../run.md#specifying-custom-cgroups). + +### Set ulimits in container (--ulimit) + +Using the `--ulimit` option with `docker build` will cause each build step's +container to be started using those [`--ulimit` +flag values](./run.md#set-ulimits-in-container-ulimit). + +### Set build-time variables (--build-arg) + +You can use `ENV` instructions in a Dockerfile to define variable +values. These values persist in the built image. However, often +persistence is not what you want. Users want to specify variables differently +depending on which host they build an image on. + +A good example is `http_proxy` or source versions for pulling intermediate +files. The `ARG` instruction lets Dockerfile authors define values that users +can set at build-time using the `--build-arg` flag: + +```bash +$ docker build --build-arg HTTP_PROXY=http://10.20.30.2:1234 . +``` + +This flag allows you to pass the build-time variables that are +accessed like regular environment variables in the `RUN` instruction of the +Dockerfile. Also, these values don't persist in the intermediate or final images +like `ENV` values do. + +Using this flag will not alter the output you see when the `ARG` lines from the +Dockerfile are echoed during the build process. + +For detailed information on using `ARG` and `ENV` instructions, see the +[Dockerfile reference](../builder.md). + +### Optional security options (--security-opt) + +This flag is only supported on a daemon running on Windows, and only supports +the `credentialspec` option. The `credentialspec` must be in the format +`file://spec.txt` or `registry://keyname`. + +### Specify isolation technology for container (--isolation) + +This option is useful in situations where you are running Docker containers on +Windows. The `--isolation=` option sets a container's isolation +technology. On Linux, the only supported is the `default` option which uses +Linux namespaces. On Microsoft Windows, you can specify these values: + + +| Value | Description | +|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `default` | Use the value specified by the Docker daemon's `--exec-opt` . If the `daemon` does not specify an isolation technology, Microsoft Windows uses `process` as its default value. | +| `process` | Namespace isolation only. | +| `hyperv` | Hyper-V hypervisor partition-based isolation. | + +Specifying the `--isolation` flag without a value is the same as setting `--isolation="default"`. + + +### Squash an image's layers (--squash) **Experimental Only** + +Once the image is built, squash the new layers into a new image with a single +new layer. Squashing does not destroy any existing image, rather it creates a new +image with the content of the squashed layers. This effectively makes it look +like all `Dockerfile` commands were created with a single layer. The build +cache is preserved with this method. + +**Note**: using this option means the new image will not be able to take +advantage of layer sharing with other images and may use significantly more +space. + +**Note**: using this option you may see significantly more space used due to +storing two copies of the image, one for the build cache with all the cache +layers in tact, and one for the squashed version. diff --git a/engine/reference/commandline/image_history.md b/engine/reference/commandline/image_history.md index 8a4b7063dcb..566a928e62f 100644 --- a/engine/reference/commandline/image_history.md +++ b/engine/reference/commandline/image_history.md @@ -13,3 +13,28 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash +$ docker history fedora + +IMAGE CREATED CREATED BY SIZE COMMENT +105182bb5e8b 5 days ago /bin/sh -c #(nop) ADD file:71356d2ad59aa3119d 372.7 MB +73bd853d2ea5 13 days ago /bin/sh -c #(nop) MAINTAINER Lokesh Mandvekar 0 B +511136ea3c5a 10 months ago 0 B Imported from - +``` + +### Display comments in the image history + +The `docker commit` command has a **-m** flag for adding comments to the image. These comments will be displayed in the image history. + +```bash +$ sudo docker history docker:scm + +IMAGE CREATED CREATED BY SIZE COMMENT +2ac9d1098bf1 3 months ago /bin/bash 241.4 MB Added Apache to Fedora base image +88b42ffd1f7c 5 months ago /bin/sh -c #(nop) ADD file:1fd8d7f9f6557cafc7 373.7 MB +c69cab00d6ef 5 months ago /bin/sh -c #(nop) MAINTAINER Lokesh Mandvekar 0 B +511136ea3c5a 19 months ago 0 B Imported from - +``` diff --git a/engine/reference/commandline/image_import.md b/engine/reference/commandline/image_import.md index bbd0abe245b..ab4957a1b8b 100644 --- a/engine/reference/commandline/image_import.md +++ b/engine/reference/commandline/image_import.md @@ -13,3 +13,39 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Import from a remote location + + # docker image import http://example.com/exampleimage.tgz example/imagerepo + +### Import from a local file + +Import to docker via pipe and stdin: + + # cat exampleimage.tgz | docker image import - example/imagelocal + +Import with a commit message. + + # cat exampleimage.tgz | docker image import --message "New image imported from tarball" - exampleimagelocal:new + +Import to a Docker image from a local file. + + # docker image import /path/to/exampleimage.tgz + + +### Import from a local file and tag + +Import to docker via pipe and stdin: + + # cat exampleimageV2.tgz | docker image import - example/imagelocal:V-2.0 + +### Import from a local directory + + # tar -c . | docker image import - exampleimagedir + +### Apply specified Dockerfile instructions while importing the image +This example sets the docker image ENV variable DEBUG to true by default. + + # tar -c . | docker image import -c="ENV DEBUG true" - exampleimagedir diff --git a/engine/reference/commandline/image_load.md b/engine/reference/commandline/image_load.md index d48334568cf..f0490bd15b2 100644 --- a/engine/reference/commandline/image_load.md +++ b/engine/reference/commandline/image_load.md @@ -13,3 +13,33 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash +$ docker images + +REPOSITORY TAG IMAGE ID CREATED SIZE +busybox latest 769b9341d937 7 weeks ago 2.489 MB + +$ docker load --input fedora.tar + +# […] + +Loaded image: fedora:rawhide + +# […] + +Loaded image: fedora:20 + +# […] + +$ docker images + +REPOSITORY TAG IMAGE ID CREATED SIZE +busybox latest 769b9341d937 7 weeks ago 2.489 MB +fedora rawhide 0d20aec6529d 7 weeks ago 387 MB +fedora 20 58394af37342 7 weeks ago 385.5 MB +fedora heisenbug 58394af37342 7 weeks ago 385.5 MB +fedora latest 58394af37342 7 weeks ago 385.5 MB +``` diff --git a/engine/reference/commandline/image_ls.md b/engine/reference/commandline/image_ls.md index 14bc5947e8b..75b6a9be070 100644 --- a/engine/reference/commandline/image_ls.md +++ b/engine/reference/commandline/image_ls.md @@ -13,3 +13,95 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Listing the images + +To list the images in a local repository (not the registry) run: + + $ docker image ls + +The list will contain the image repository name, a tag for the image, and an +image ID, when it was created and its virtual size. Columns: REPOSITORY, TAG, +IMAGE ID, CREATED, and SIZE. + +The `docker image ls` command takes an optional `[REPOSITORY[:TAG]]` argument +that restricts the list to images that match the argument. If you specify +`REPOSITORY`but no `TAG`, the `docker image ls` command lists all images in the +given repository. + + $ docker image ls java + +The `[REPOSITORY[:TAG]]` value must be an "exact match". This means that, for example, +`docker image ls jav` does not match the image `java`. + +If both `REPOSITORY` and `TAG` are provided, only images matching that +repository and tag are listed. To find all local images in the "java" +repository with tag "8" you can use: + + $ docker image ls java:8 + +To get a verbose list of images which contains all the intermediate images +used in builds use **-a**: + + $ docker image ls -a + +Previously, the docker image ls command supported the --tree and --dot arguments, +which displayed different visualizations of the image data. Docker core removed +this functionality in the 1.7 version. If you liked this functionality, you can +still find it in the third-party dockviz tool: https://github.com/justone/dockviz. + +### Listing images in a desired format + +When using the --format option, the image command will either output the data +exactly as the template declares or, when using the `table` directive, will +include column headers as well. You can use special characters like `\t` for +inserting tab spacing between columns. + +The following example uses a template without headers and outputs the ID and +Repository entries separated by a colon for all images: + +```bash +{% raw %} +$ docker images --format "{{.ID}}: {{.Repository}}" + +77af4d6b9913: +b6fa739cedf5: committ +78a85c484bad: ipbabble +30557a29d5ab: docker +5ed6274db6ce: +746b819f315e: postgres +746b819f315e: postgres +746b819f315e: postgres +746b819f315e: postgres +{% endraw %} +``` + +To list all images with their repository and tag in a table format you can use: + +```bash +{% raw %} +$ docker images --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}" + +IMAGE ID REPOSITORY TAG +77af4d6b9913 +b6fa739cedf5 committ latest +78a85c484bad ipbabble +30557a29d5ab docker latest +5ed6274db6ce +746b819f315e postgres 9 +746b819f315e postgres 9.3 +746b819f315e postgres 9.3.5 +746b819f315e postgres latest +{% endraw %} +``` + +Valid template placeholders are listed above. + +### Listing only the shortened image IDs + +Listing just the shortened image IDs. This can be useful for some automated +tools. + + $ docker image ls -q diff --git a/engine/reference/commandline/image_pull.md b/engine/reference/commandline/image_pull.md index 3a2cad8f4b9..12832e02872 100644 --- a/engine/reference/commandline/image_pull.md +++ b/engine/reference/commandline/image_pull.md @@ -13,3 +13,185 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Pull an image from Docker Hub + +To download a particular image, or set of images (i.e., a repository), use +`docker image pull`. If no tag is provided, Docker Engine uses the `:latest` tag as a +default. This command pulls the `debian:latest` image: + + $ docker image pull debian + + Using default tag: latest + latest: Pulling from library/debian + fdd5d7827f33: Pull complete + a3ed95caeb02: Pull complete + Digest: sha256:e7d38b3517548a1c71e41bffe9c8ae6d6d29546ce46bf62159837aad072c90aa + Status: Downloaded newer image for debian:latest + +Docker images can consist of multiple layers. In the example above, the image +consists of two layers; `fdd5d7827f33` and `a3ed95caeb02`. + +Layers can be reused by images. For example, the `debian:jessie` image shares +both layers with `debian:latest`. Pulling the `debian:jessie` image therefore +only pulls its metadata, but not its layers, because all layers are already +present locally: + + $ docker image pull debian:jessie + + jessie: Pulling from library/debian + fdd5d7827f33: Already exists + a3ed95caeb02: Already exists + Digest: sha256:a9c958be96d7d40df920e7041608f2f017af81800ca5ad23e327bc402626b58e + Status: Downloaded newer image for debian:jessie + +To see which images are present locally, use the **docker-images(1)** +command: + + $ docker images + + REPOSITORY TAG IMAGE ID CREATED SIZE + debian jessie f50f9524513f 5 days ago 125.1 MB + debian latest f50f9524513f 5 days ago 125.1 MB + +Docker uses a content-addressable image store, and the image ID is a SHA256 +digest covering the image's configuration and layers. In the example above, +`debian:jessie` and `debian:latest` have the same image ID because they are +actually the *same* image tagged with different names. Because they are the +same image, their layers are stored only once and do not consume extra disk +space. + +For more information about images, layers, and the content-addressable store, +refer to [understand images, containers, and storage drivers](https://docs.docker.com/engine/userguide/storagedriver/imagesandcontainers/) +in the online documentation. + + +### Pull an image by digest (immutable identifier) + +So far, you've pulled images by their name (and "tag"). Using names and tags is +a convenient way to work with images. When using tags, you can `docker image pull` an +image again to make sure you have the most up-to-date version of that image. +For example, `docker image pull ubuntu:14.04` pulls the latest version of the Ubuntu +14.04 image. + +In some cases you don't want images to be updated to newer versions, but prefer +to use a fixed version of an image. Docker enables you to pull an image by its +*digest*. When pulling an image by digest, you specify *exactly* which version +of an image to pull. Doing so, allows you to "pin" an image to that version, +and guarantee that the image you're using is always the same. + +To know the digest of an image, pull the image first. Let's pull the latest +`ubuntu:14.04` image from Docker Hub: + + $ docker image pull ubuntu:14.04 + + 14.04: Pulling from library/ubuntu + 5a132a7e7af1: Pull complete + fd2731e4c50c: Pull complete + 28a2f68d1120: Pull complete + a3ed95caeb02: Pull complete + Digest: sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2 + Status: Downloaded newer image for ubuntu:14.04 + +Docker prints the digest of the image after the pull has finished. In the example +above, the digest of the image is: + + sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2 + +Docker also prints the digest of an image when *pushing* to a registry. This +may be useful if you want to pin to a version of the image you just pushed. + +A digest takes the place of the tag when pulling an image, for example, to +pull the above image by digest, run the following command: + + $ docker image pull ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2 + + sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2: Pulling from library/ubuntu + 5a132a7e7af1: Already exists + fd2731e4c50c: Already exists + 28a2f68d1120: Already exists + a3ed95caeb02: Already exists + Digest: sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2 + Status: Downloaded newer image for ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2 + +Digest can also be used in the `FROM` of a Dockerfile, for example: + + FROM ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2 + MAINTAINER some maintainer + +> **Note**: Using this feature "pins" an image to a specific version in time. +> Docker will therefore not pull updated versions of an image, which may include +> security updates. If you want to pull an updated image, you need to change the +> digest accordingly. + +### Pulling from a different registry + +By default, `docker image pull` pulls images from Docker Hub. It is also possible to +manually specify the path of a registry to pull from. For example, if you have +set up a local registry, you can specify its path to pull from it. A registry +path is similar to a URL, but does not contain a protocol specifier (`https://`). + +The following command pulls the `testing/test-image` image from a local registry +listening on port 5000 (`myregistry.local:5000`): + + $ docker image pull myregistry.local:5000/testing/test-image + +Registry credentials are managed by **docker-login(1)**. + +Docker uses the `https://` protocol to communicate with a registry, unless the +registry is allowed to be accessed over an insecure connection. Refer to the +[insecure registries](https://docs.docker.com/engine/reference/commandline/daemon/#insecure-registries) +section in the online documentation for more information. + + +### Pull a repository with multiple images + +By default, `docker image pull` pulls a *single* image from the registry. A repository +can contain multiple images. To pull all images from a repository, provide the +`-a` (or `--all-tags`) option when using `docker image pull`. + +This command pulls all images from the `fedora` repository: + + $ docker image pull --all-tags fedora + + Pulling repository fedora + ad57ef8d78d7: Download complete + 105182bb5e8b: Download complete + 511136ea3c5a: Download complete + 73bd853d2ea5: Download complete + .... + + Status: Downloaded newer image for fedora + +After the pull has completed use the `docker images` command to see the +images that were pulled. The example below shows all the `fedora` images +that are present locally: + + $ docker images fedora + + REPOSITORY TAG IMAGE ID CREATED SIZE + fedora rawhide ad57ef8d78d7 5 days ago 359.3 MB + fedora 20 105182bb5e8b 5 days ago 372.7 MB + fedora heisenbug 105182bb5e8b 5 days ago 372.7 MB + fedora latest 105182bb5e8b 5 days ago 372.7 MB + + +### Canceling a pull + +Killing the `docker image pull` process, for example by pressing `CTRL-c` while it is +running in a terminal, will terminate the pull operation. + + $ docker image pull fedora + + Using default tag: latest + latest: Pulling from library/fedora + a3ed95caeb02: Pulling fs layer + 236608c7b546: Pulling fs layer + ^C + +> **Note**: Technically, the Engine terminates a pull operation when the +> connection between the Docker Engine daemon and the Docker Engine client +> initiating the pull is lost. If the connection with the Engine daemon is +> lost for other reasons than a manual interaction, the pull is also aborted. diff --git a/engine/reference/commandline/image_push.md b/engine/reference/commandline/image_push.md index b948a186ac2..b72e77cafdc 100644 --- a/engine/reference/commandline/image_push.md +++ b/engine/reference/commandline/image_push.md @@ -13,3 +13,28 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Pushing a new image to a registry + +First save the new image by finding the container ID (using **docker container ls**) +and then committing it to a new image name. Note that only `a-z0-9-_.` are +allowed when naming images: + + $ docker container commit c16378f943fe rhel-httpd + +Now, push the image to the registry using the image ID. In this example the +registry is on host named `registry-host` and listening on port `5000`. To do +this, tag the image with the host name or IP address, and the port of the +registry: + + $ docker image tag rhel-httpd registry-host:5000/myadmin/rhel-httpd + $ docker image push registry-host:5000/myadmin/rhel-httpd + +Check that this worked by running: + + $ docker image ls + +You should see both `rhel-httpd` and `registry-host:5000/myadmin/rhel-httpd` +listed. diff --git a/engine/reference/commandline/image_rm.md b/engine/reference/commandline/image_rm.md index 642a31a2796..8879cfb99b8 100644 --- a/engine/reference/commandline/image_rm.md +++ b/engine/reference/commandline/image_rm.md @@ -13,3 +13,11 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Removing an image + +Here is an example of removing an image: + + $ docker image rm fedora/httpd diff --git a/engine/reference/commandline/image_save.md b/engine/reference/commandline/image_save.md index c1b4d330816..d8dfae12950 100644 --- a/engine/reference/commandline/image_save.md +++ b/engine/reference/commandline/image_save.md @@ -13,3 +13,20 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +Save all fedora repository images to a fedora-all.tar and save the latest +fedora image to a fedora-latest.tar: + + $ docker image save fedora > fedora-all.tar + + $ docker image save --output=fedora-latest.tar fedora:latest + + $ ls -sh fedora-all.tar + + 721M fedora-all.tar + + $ ls -sh fedora-latest.tar + + 367M fedora-latest.tar diff --git a/engine/reference/commandline/image_tag.md b/engine/reference/commandline/image_tag.md index 2b58ab66010..e24fbf0e86a 100644 --- a/engine/reference/commandline/image_tag.md +++ b/engine/reference/commandline/image_tag.md @@ -13,3 +13,36 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Tagging an image referenced by ID + +To tag a local image with ID "0e5574283393" into the "fedora" repository with +"version1.0": + + docker image tag 0e5574283393 fedora/httpd:version1.0 + +### Tagging an image referenced by Name + +To tag a local image with name "httpd" into the "fedora" repository with +"version1.0": + + docker image tag httpd fedora/httpd:version1.0 + +Note that since the tag name is not specified, the alias is created for an +existing local version `httpd:latest`. + +### Tagging an image referenced by Name and Tag + +To tag a local image with name "httpd" and tag "test" into the "fedora" +repository with "version1.0.test": + + docker image tag httpd:test fedora/httpd:version1.0.test + +### Tagging an image for a private repository + +To push an image to a private registry and not the central Docker +registry you must tag it with the registry hostname and port (if needed). + + docker image tag 0e5574283393 myregistryhost:5000/fedora/httpd:version1.0 diff --git a/engine/reference/commandline/inspect.md b/engine/reference/commandline/inspect.md index bf668cedfb7..dcd311e62b6 100644 --- a/engine/reference/commandline/inspect.md +++ b/engine/reference/commandline/inspect.md @@ -11,3 +11,302 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +Get information about an image when image name conflicts with the container name, +e.g. both image and container are named rhel7: + + $ docker inspect --type=image rhel7 + [ + { + "Id": "fe01a428b9d9de35d29531e9994157978e8c48fa693e1bf1d221dffbbb67b170", + "Parent": "10acc31def5d6f249b548e01e8ffbaccfd61af0240c17315a7ad393d022c5ca2", + .... + } + ] + +### Getting information on a container + +To get information on a container use its ID or instance name: + + $ docker inspect d2cc496561d6 + [{ + "Id": "d2cc496561d6d520cbc0236b4ba88c362c446a7619992123f11c809cded25b47", + "Created": "2015-06-08T16:18:02.505155285Z", + "Path": "bash", + "Args": [], + "State": { + "Running": false, + "Paused": false, + "Restarting": false, + "OOMKilled": false, + "Dead": false, + "Pid": 0, + "ExitCode": 0, + "Error": "", + "StartedAt": "2015-06-08T16:18:03.643865954Z", + "FinishedAt": "2015-06-08T16:57:06.448552862Z" + }, + "Image": "ded7cd95e059788f2586a51c275a4f151653779d6a7f4dad77c2bd34601d94e4", + "NetworkSettings": { + "Bridge": "", + "SandboxID": "6b4851d1903e16dd6a567bd526553a86664361f31036eaaa2f8454d6f4611f6f", + "HairpinMode": false, + "LinkLocalIPv6Address": "", + "LinkLocalIPv6PrefixLen": 0, + "Ports": {}, + "SandboxKey": "/var/run/docker/netns/6b4851d1903e", + "SecondaryIPAddresses": null, + "SecondaryIPv6Addresses": null, + "EndpointID": "7587b82f0dada3656fda26588aee72630c6fab1536d36e394b2bfbcf898c971d", + "Gateway": "172.17.0.1", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "IPAddress": "172.17.0.2", + "IPPrefixLen": 16, + "IPv6Gateway": "", + "MacAddress": "02:42:ac:12:00:02", + "Networks": { + "bridge": { + "NetworkID": "7ea29fc1412292a2d7bba362f9253545fecdfa8ce9a6e37dd10ba8bee7129812", + "EndpointID": "7587b82f0dada3656fda26588aee72630c6fab1536d36e394b2bfbcf898c971d", + "Gateway": "172.17.0.1", + "IPAddress": "172.17.0.2", + "IPPrefixLen": 16, + "IPv6Gateway": "", + "GlobalIPv6Address": "", + "GlobalIPv6PrefixLen": 0, + "MacAddress": "02:42:ac:12:00:02" + } + } + + }, + "ResolvConfPath": "/var/lib/docker/containers/d2cc496561d6d520cbc0236b4ba88c362c446a7619992123f11c809cded25b47/resolv.conf", + "HostnamePath": "/var/lib/docker/containers/d2cc496561d6d520cbc0236b4ba88c362c446a7619992123f11c809cded25b47/hostname", + "HostsPath": "/var/lib/docker/containers/d2cc496561d6d520cbc0236b4ba88c362c446a7619992123f11c809cded25b47/hosts", + "LogPath": "/var/lib/docker/containers/d2cc496561d6d520cbc0236b4ba88c362c446a7619992123f11c809cded25b47/d2cc496561d6d520cbc0236b4ba88c362c446a7619992123f11c809cded25b47-json.log", + "Name": "/adoring_wozniak", + "RestartCount": 0, + "Driver": "devicemapper", + "MountLabel": "", + "ProcessLabel": "", + "Mounts": [ + { + "Source": "/data", + "Destination": "/data", + "Mode": "ro,Z", + "RW": false + "Propagation": "" + } + ], + "AppArmorProfile": "", + "ExecIDs": null, + "HostConfig": { + "Binds": null, + "ContainerIDFile": "", + "Memory": 0, + "MemorySwap": 0, + "CpuShares": 0, + "CpuPeriod": 0, + "CpusetCpus": "", + "CpusetMems": "", + "CpuQuota": 0, + "BlkioWeight": 0, + "OomKillDisable": false, + "Privileged": false, + "PortBindings": {}, + "Links": null, + "PublishAllPorts": false, + "Dns": null, + "DnsSearch": null, + "DnsOptions": null, + "ExtraHosts": null, + "VolumesFrom": null, + "Devices": [], + "NetworkMode": "bridge", + "IpcMode": "", + "PidMode": "", + "UTSMode": "", + "CapAdd": null, + "CapDrop": null, + "RestartPolicy": { + "Name": "no", + "MaximumRetryCount": 0 + }, + "SecurityOpt": null, + "ReadonlyRootfs": false, + "Ulimits": null, + "LogConfig": { + "Type": "json-file", + "Config": {} + }, + "CgroupParent": "" + }, + "GraphDriver": { + "Name": "devicemapper", + "Data": { + "DeviceId": "5", + "DeviceName": "docker-253:1-2763198-d2cc496561d6d520cbc0236b4ba88c362c446a7619992123f11c809cded25b47", + "DeviceSize": "171798691840" + } + }, + "Config": { + "Hostname": "d2cc496561d6", + "Domainname": "", + "User": "", + "AttachStdin": true, + "AttachStdout": true, + "AttachStderr": true, + "ExposedPorts": null, + "Tty": true, + "OpenStdin": true, + "StdinOnce": true, + "Env": null, + "Cmd": [ + "bash" + ], + "Image": "fedora", + "Volumes": null, + "VolumeDriver": "", + "WorkingDir": "", + "Entrypoint": null, + "NetworkDisabled": false, + "MacAddress": "", + "OnBuild": null, + "Labels": {}, + "Memory": 0, + "MemorySwap": 0, + "CpuShares": 0, + "Cpuset": "", + "StopSignal": "SIGTERM" + } + } + ] +### Getting the IP address of a container instance + +To get the IP address of a container use: + +```bash +{% raw %} +$ docker inspect \ + --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' \ + d2cc496561d6 + +172.17.0.2 +{% endraw %} +``` + +### Listing all port bindings + +One can loop over arrays and maps in the results to produce simple text +output: + +```bash +{% raw %} +$ docker inspect \ + --format='{{range $p, $conf := .NetworkSettings.Ports}} \ + {{$p}} -> {{(index $conf 0).HostPort}} {{end}}' \ + d2cc496561d6 + + 80/tcp -> 80 +{% endraw %} +``` + +You can get more information about how to write a Go template from: +https://golang.org/pkg/text/template/. + +### Getting size information on a container + +```bash +$ docker inspect -s d2cc496561d6 + +[ +{ +.... +"SizeRw": 0, +"SizeRootFs": 972, +.... +} +] +``` +### Getting information on an image + +Use an image's ID or name (e.g., repository/name[:tag]) to get information +about the image: + +```bash +$ docker inspect ded7cd95e059 + +[{ +"Id": "ded7cd95e059788f2586a51c275a4f151653779d6a7f4dad77c2bd34601d94e4", +"Parent": "48ecf305d2cf7046c1f5f8fcbcd4994403173441d4a7f125b1bb0ceead9de731", +"Comment": "", +"Created": "2015-05-27T16:58:22.937503085Z", +"Container": "76cf7f67d83a7a047454b33007d03e32a8f474ad332c3a03c94537edd22b312b", +"ContainerConfig": { + "Hostname": "76cf7f67d83a", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": false, + "AttachStderr": false, + "ExposedPorts": null, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": null, + "Cmd": [ + "/bin/sh", + "-c", + "#(nop) ADD file:4be46382bcf2b095fcb9fe8334206b584eff60bb3fad8178cbd97697fcb2ea83 in /" + ], + "Image": "48ecf305d2cf7046c1f5f8fcbcd4994403173441d4a7f125b1bb0ceead9de731", + "Volumes": null, + "VolumeDriver": "", + "WorkingDir": "", + "Entrypoint": null, + "NetworkDisabled": false, + "MacAddress": "", + "OnBuild": null, + "Labels": {} +}, +"DockerVersion": "1.6.0", +"Author": "Lokesh Mandvekar \u003clsm5@fedoraproject.org\u003e", +"Config": { + "Hostname": "76cf7f67d83a", + "Domainname": "", + "User": "", + "AttachStdin": false, + "AttachStdout": false, + "AttachStderr": false, + "ExposedPorts": null, + "Tty": false, + "OpenStdin": false, + "StdinOnce": false, + "Env": null, + "Cmd": null, + "Image": "48ecf305d2cf7046c1f5f8fcbcd4994403173441d4a7f125b1bb0ceead9de731", + "Volumes": null, + "VolumeDriver": "", + "WorkingDir": "", + "Entrypoint": null, + "NetworkDisabled": false, + "MacAddress": "", + "OnBuild": null, + "Labels": {} +}, +"Architecture": "amd64", +"Os": "linux", +"Size": 186507296, +"VirtualSize": 186507296, +"GraphDriver": { + "Name": "devicemapper", + "Data": { + "DeviceId": "3", + "DeviceName": "docker-253:1-2763198-ded7cd95e059788f2586a51c275a4f151653779d6a7f4dad77c2bd34601d94e4", + "DeviceSize": "171798691840" + } +} +}] +``` diff --git a/engine/reference/commandline/login.md b/engine/reference/commandline/login.md index 628aa486444..22f9aa4ac0b 100644 --- a/engine/reference/commandline/login.md +++ b/engine/reference/commandline/login.md @@ -11,3 +11,11 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Login to a registry on your localhost + +```bash +$ docker login localhost:8080 +``` diff --git a/engine/reference/commandline/logout.md b/engine/reference/commandline/logout.md index 6c85bb4688d..d0c68286714 100644 --- a/engine/reference/commandline/logout.md +++ b/engine/reference/commandline/logout.md @@ -11,3 +11,11 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Log out from a registry on your localhost + +```bash +$ docker logout localhost:8080 +``` diff --git a/engine/reference/commandline/network_connect.md b/engine/reference/commandline/network_connect.md index ac389c151e6..2be307c2931 100644 --- a/engine/reference/commandline/network_connect.md +++ b/engine/reference/commandline/network_connect.md @@ -11,3 +11,42 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + + +```bash +$ docker network connect multi-host-network container1 +``` + +You can also use the `docker run --network=` option to start a container and immediately connect it to a network. + +```bash +$ docker run -itd --network=multi-host-network --ip 172.20.88.22 --ip6 2001:db8::8822 busybox +``` +You can pause, restart, and stop containers that are connected to a network. +A container connects to its configured networks when it runs. + +If specified, the container's IP address(es) is reapplied when a stopped +container is restarted. If the IP address is no longer available, the container +fails to start. One way to guarantee that the IP address is available is +to specify an `--ip-range` when creating the network, and choose the static IP +address(es) from outside that range. This ensures that the IP address is not +given to another container while this container is not on the network. + +```bash +$ docker network create --subnet 172.20.0.0/16 --ip-range 172.20.240.0/20 multi-host-network +``` + +```bash +$ docker network connect --ip 172.20.128.2 multi-host-network container2 +``` + +To verify the container is connected, use the `docker network inspect` command. Use `docker network disconnect` to remove a container from the network. + +Once connected in network, containers can communicate using only another +container's IP address or name. For `overlay` networks or custom plugins that +support multi-host connectivity, containers connected to the same multi-host +network but launched from different Engines can also communicate in this way. + +You can connect a container to one or more networks. The networks need not be the same type. For example, you can connect a single container bridge and overlay networks. diff --git a/engine/reference/commandline/network_create.md b/engine/reference/commandline/network_create.md index 794fe5d731a..8399993f79e 100644 --- a/engine/reference/commandline/network_create.md +++ b/engine/reference/commandline/network_create.md @@ -11,3 +11,84 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash +$ docker network create -d overlay my-multihost-network +``` + +Network names must be unique. The Docker daemon attempts to identify naming +conflicts but this is not guaranteed. It is the user's responsibility to avoid +name conflicts. + +### Connect containers + +When you start a container use the `--network` flag to connect it to a network. +This adds the `busybox` container to the `mynet` network. + +```bash +$ docker run -itd --network=mynet busybox +``` + +If you want to add a container to a network after the container is already +running use the `docker network connect` subcommand. + +You can connect multiple containers to the same network. Once connected, the +containers can communicate using only another container's IP address or name. +For `overlay` networks or custom plugins that support multi-host connectivity, +containers connected to the same multi-host network but launched from different +Engines can also communicate in this way. + +You can disconnect a container from a network using the `docker network +disconnect` command. + +### Specifying advanced options + +When you create a network, Engine creates a non-overlapping subnetwork for the +network by default. This subnetwork is not a subdivision of an existing network. +It is purely for ip-addressing purposes. You can override this default and +specify subnetwork values directly using the `--subnet` option. On a +`bridge` network you can only create a single subnet: + +```bash +$ docker network create -d bridge --subnet=192.168.0.0/16 br0 +``` + +Additionally, you also specify the `--gateway` `--ip-range` and `--aux-address` +options. + +```bash +$ docker network create \ + --driver=bridge \ + --subnet=172.28.0.0/16 \ + --ip-range=172.28.5.0/24 \ + --gateway=172.28.5.254 \ + br0 +``` + +If you omit the `--gateway` flag the Engine selects one for you from inside a +preferred pool. For `overlay` networks and for network driver plugins that +support it you can create multiple subnetworks. + +```bash +$ docker network create -d overlay \ + --subnet=192.168.0.0/16 \ + --subnet=192.170.0.0/16 \ + --gateway=192.168.0.100 \ + --gateway=192.170.0.100 \ + --ip-range=192.168.1.0/24 \ + --aux-address="my-router=192.168.1.5" --aux-address="my-switch=192.168.1.6" \ + --aux-address="my-printer=192.170.1.5" --aux-address="my-nas=192.170.1.6" \ + my-multihost-network +``` + +Be sure that your subnetworks do not overlap. If they do, the network create +fails and Engine returns an error. + +#### Network internal mode + +By default, when you connect a container to an `overlay` network, Docker also +connects a bridge network to it to provide external connectivity. If you want +to create an externally isolated `overlay` network, you can specify the +`--internal` option. diff --git a/engine/reference/commandline/network_disconnect.md b/engine/reference/commandline/network_disconnect.md index 39c7b4e8989..2de6f02cccd 100644 --- a/engine/reference/commandline/network_disconnect.md +++ b/engine/reference/commandline/network_disconnect.md @@ -11,3 +11,9 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash +$ docker network disconnect multi-host-network container1 +``` diff --git a/engine/reference/commandline/network_inspect.md b/engine/reference/commandline/network_inspect.md index 0a3e2aaf6b2..71db125ab81 100644 --- a/engine/reference/commandline/network_inspect.md +++ b/engine/reference/commandline/network_inspect.md @@ -11,3 +11,92 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Exaples + +```bash +$ sudo docker run -itd --name=container1 busybox +f2870c98fd504370fb86e59f32cd0753b1ac9b69b7d80566ffc7192a82b3ed27 + +$ sudo docker run -itd --name=container2 busybox +bda12f8922785d1f160be70736f26c1e331ab8aaf8ed8d56728508f2e2fd4727 +``` + +The `network inspect` command shows the containers, by id, in its +results. You can specify an alternate format to execute a given +template for each result. Go's +[text/template](http://golang.org/pkg/text/template/) package +describes all the details of the format. + +```bash +$ sudo docker network inspect bridge +[ + { + "Name": "bridge", + "Id": "b2b1a2cba717161d984383fd68218cf70bbbd17d328496885f7c921333228b0f", + "Scope": "local", + "Driver": "bridge", + "IPAM": { + "Driver": "default", + "Config": [ + { + "Subnet": "172.17.42.1/16", + "Gateway": "172.17.42.1" + } + ] + }, + "Internal": false, + "Containers": { + "bda12f8922785d1f160be70736f26c1e331ab8aaf8ed8d56728508f2e2fd4727": { + "Name": "container2", + "EndpointID": "0aebb8fcd2b282abe1365979536f21ee4ceaf3ed56177c628eae9f706e00e019", + "MacAddress": "02:42:ac:11:00:02", + "IPv4Address": "172.17.0.2/16", + "IPv6Address": "" + }, + "f2870c98fd504370fb86e59f32cd0753b1ac9b69b7d80566ffc7192a82b3ed27": { + "Name": "container1", + "EndpointID": "a00676d9c91a96bbe5bcfb34f705387a33d7cc365bac1a29e4e9728df92d10ad", + "MacAddress": "02:42:ac:11:00:01", + "IPv4Address": "172.17.0.1/16", + "IPv6Address": "" + } + }, + "Options": { + "com.docker.network.bridge.default_bridge": "true", + "com.docker.network.bridge.enable_icc": "true", + "com.docker.network.bridge.enable_ip_masquerade": "true", + "com.docker.network.bridge.host_binding_ipv4": "0.0.0.0", + "com.docker.network.bridge.name": "docker0", + "com.docker.network.driver.mtu": "1500" + } + } +] +``` + +Returns the information about the user-defined network: + +```bash +$ docker network create simple-network +69568e6336d8c96bbf57869030919f7c69524f71183b44d80948bd3927c87f6a +$ docker network inspect simple-network +[ + { + "Name": "simple-network", + "Id": "69568e6336d8c96bbf57869030919f7c69524f71183b44d80948bd3927c87f6a", + "Scope": "local", + "Driver": "bridge", + "IPAM": { + "Driver": "default", + "Config": [ + { + "Subnet": "172.22.0.0/16", + "Gateway": "172.22.0.1" + } + ] + }, + "Containers": {}, + "Options": {} + } +] +``` diff --git a/engine/reference/commandline/network_ls.md b/engine/reference/commandline/network_ls.md index 08ff5222f76..6142c10fba3 100644 --- a/engine/reference/commandline/network_ls.md +++ b/engine/reference/commandline/network_ls.md @@ -11,3 +11,160 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash + $ docker network ls + NETWORK ID NAME DRIVER SCOPE + 7fca4eb8c647 bridge bridge local + 9f904ee27bf5 none null local + cf03ee007fb4 host host local + 78b03ee04fc4 multi-host overlay swarm +``` + +Use the `--no-trunc` option to display the full network id: + +```bash +$ docker network ls --no-trunc +NETWORK ID NAME DRIVER +18a2866682b85619a026c81b98a5e375bd33e1b0936a26cc497c283d27bae9b3 none null +c288470c46f6c8949c5f7e5099b5b7947b07eabe8d9a27d79a9cbf111adcbf47 host host +7b369448dccbf865d397c8d2be0cda7cf7edc6b0945f77d2529912ae917a0185 bridge bridge +95e74588f40db048e86320c6526440c504650a1ff3e9f7d60a497c4d2163e5bd foo bridge +63d1ff1f77b07ca51070a8c227e962238358bd310bde1529cf62e6c307ade161 dev bridge +``` + +### Filtering + +The filtering flag (`-f` or `--filter`) format is a `key=value` pair. If there +is more than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`). +Multiple filter flags are combined as an `OR` filter. For example, +`-f type=custom -f type=builtin` returns both `custom` and `builtin` networks. + +The currently supported filters are: + +* driver +* id (network's id) +* label (`label=` or `label==`) +* name (network's name) +* type (custom|builtin) + +#### Driver + +The `driver` filter matches networks based on their driver. + +The following example matches networks with the `bridge` driver: + +```bash +$ docker network ls --filter driver=bridge +NETWORK ID NAME DRIVER +db9db329f835 test1 bridge +f6e212da9dfd test2 bridge +``` + +#### ID + +The `id` filter matches on all or part of a network's ID. + +The following filter matches all networks with an ID containing the +`63d1ff1f77b0...` string. + +```bash +$ docker network ls --filter id=63d1ff1f77b07ca51070a8c227e962238358bd310bde1529cf62e6c307ade161 +NETWORK ID NAME DRIVER +63d1ff1f77b0 dev bridge +``` + +You can also filter for a substring in an ID as this shows: + +```bash +$ docker network ls --filter id=95e74588f40d +NETWORK ID NAME DRIVER +95e74588f40d foo bridge + +$ docker network ls --filter id=95e +NETWORK ID NAME DRIVER +95e74588f40d foo bridge +``` + +#### Label + +The `label` filter matches networks based on the presence of a `label` alone or a `label` and a +value. + +The following filter matches networks with the `usage` label regardless of its value. + +```bash +$ docker network ls -f "label=usage" +NETWORK ID NAME DRIVER +db9db329f835 test1 bridge +f6e212da9dfd test2 bridge +``` + +The following filter matches networks with the `usage` label with the `prod` value. + +```bash +$ docker network ls -f "label=usage=prod" +NETWORK ID NAME DRIVER +f6e212da9dfd test2 bridge +``` + +#### Name + +The `name` filter matches on all or part of a network's name. + +The following filter matches all networks with a name containing the `foobar` string. + +```bash +$ docker network ls --filter name=foobar +NETWORK ID NAME DRIVER +06e7eef0a170 foobar bridge +``` + +You can also filter for a substring in a name as this shows: + +```bash +$ docker network ls --filter name=foo +NETWORK ID NAME DRIVER +95e74588f40d foo bridge +06e7eef0a170 foobar bridge +``` + +#### Type + +The `type` filter supports two values; `builtin` displays predefined networks +(`bridge`, `none`, `host`), whereas `custom` displays user defined networks. + +The following filter matches all user defined networks: + +```bash +$ docker network ls --filter type=custom +NETWORK ID NAME DRIVER +95e74588f40d foo bridge +63d1ff1f77b0 dev bridge +``` + +By having this flag it allows for batch cleanup. For example, use this filter +to delete all user defined networks: + +```bash +$ docker network rm `docker network ls --filter type=custom -q` +``` + +A warning will be issued when trying to remove a network that has containers +attached. + +### Format + +Format uses a Go template to print the output. The following variables are +supported: + +* .ID - Network ID +* .Name - Network name +* .Driver - Network driver +* .Scope - Network scope (local, global) +* .IPv6 - Whether IPv6 is enabled on the network or not +* .Internal - Whether the network is internal or not +* .Labels - All labels assigned to the network +* .Label - Value of a specific label for this network. For example `{% raw %}{{.Label "project.version"}}{% endraw %}` diff --git a/engine/reference/commandline/network_rm.md b/engine/reference/commandline/network_rm.md index 0245a9495a5..ce789e9a562 100644 --- a/engine/reference/commandline/network_rm.md +++ b/engine/reference/commandline/network_rm.md @@ -11,3 +11,22 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash + $ docker network rm my-network +``` + +To delete multiple networks in a single `docker network rm` command, provide +multiple network names or ids. The following example deletes a network with id +`3695c422697f` and a network named `my-network`: + +```bash + $ docker network rm 3695c422697f my-network +``` + +When you specify multiple networks, the command attempts to delete each in turn. +If the deletion of one network fails, the command continues to the next on the +list and tries to delete that. The command reports success or failure for each +deletion. diff --git a/engine/reference/commandline/run.md b/engine/reference/commandline/run.md index 71c486399cf..603892781e7 100644 --- a/engine/reference/commandline/run.md +++ b/engine/reference/commandline/run.md @@ -11,3 +11,587 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Assign name and allocate pseudo-TTY (--name, -it) + + $ docker run --name test -it debian + root@d6c0fe130dba:/# exit 13 + $ echo $? + 13 + $ docker ps -a | grep test + d6c0fe130dba debian:7 "/bin/bash" 26 seconds ago Exited (13) 17 seconds ago test + +This example runs a container named `test` using the `debian:latest` +image. The `-it` instructs Docker to allocate a pseudo-TTY connected to +the container's stdin; creating an interactive `bash` shell in the container. +In the example, the `bash` shell is quit by entering +`exit 13`. This exit code is passed on to the caller of +`docker run`, and is recorded in the `test` container's metadata. + +### Capture container ID (--cidfile) + + $ docker run --cidfile /tmp/docker_test.cid ubuntu echo "test" + +This will create a container and print `test` to the console. The `cidfile` +flag makes Docker attempt to create a new file and write the container ID to it. +If the file exists already, Docker will return an error. Docker will close this +file when `docker run` exits. + +### Full container capabilities (--privileged) + + $ docker run -t -i --rm ubuntu bash + root@bc338942ef20:/# mount -t tmpfs none /mnt + mount: permission denied + +This will *not* work, because by default, most potentially dangerous kernel +capabilities are dropped; including `cap_sys_admin` (which is required to mount +filesystems). However, the `--privileged` flag will allow it to run: + + $ docker run -t -i --privileged ubuntu bash + root@50e3f57e16e6:/# mount -t tmpfs none /mnt + root@50e3f57e16e6:/# df -h + Filesystem Size Used Avail Use% Mounted on + none 1.9G 0 1.9G 0% /mnt + +The `--privileged` flag gives *all* capabilities to the container, and it also +lifts all the limitations enforced by the `device` cgroup controller. In other +words, the container can then do almost everything that the host can do. This +flag exists to allow special use-cases, like running Docker within Docker. + +### Set working directory (-w) + + $ docker run -w /path/to/dir/ -i -t ubuntu pwd + +The `-w` lets the command being executed inside directory given, here +`/path/to/dir/`. If the path does not exist it is created inside the container. + +### Set storage driver options per container + + $ docker run -it --storage-opt size=120G fedora /bin/bash + +This (size) will allow to set the container rootfs size to 120G at creation time. +This option is only available for the `devicemapper`, `btrfs`, `overlay2`, +`windowsfilter` and `zfs` graph drivers. +For the `devicemapper`, `btrfs`, `windowsfilter` and `zfs` graph drivers, +user cannot pass a size less than the Default BaseFS Size. +For the `overlay2` storage driver, the size option is only available if the +backing fs is `xfs` and mounted with the `pquota` mount option. +Under these conditions, user can pass any size less then the backing fs size. + +### Mount tmpfs (--tmpfs) + + $ docker run -d --tmpfs /run:rw,noexec,nosuid,size=65536k my_image + +The `--tmpfs` flag mounts an empty tmpfs into the container with the `rw`, +`noexec`, `nosuid`, `size=65536k` options. + +### Mount volume (-v, --read-only) + + $ docker run -v `pwd`:`pwd` -w `pwd` -i -t ubuntu pwd + +The `-v` flag mounts the current working directory into the container. The `-w` +lets the command being executed inside the current working directory, by +changing into the directory to the value returned by `pwd`. So this +combination executes the command using the container, but inside the +current working directory. + + $ docker run -v /doesnt/exist:/foo -w /foo -i -t ubuntu bash + +When the host directory of a bind-mounted volume doesn't exist, Docker +will automatically create this directory on the host for you. In the +example above, Docker will create the `/doesnt/exist` +folder before starting your container. + + $ docker run --read-only -v /icanwrite busybox touch /icanwrite/here + +Volumes can be used in combination with `--read-only` to control where +a container writes files. The `--read-only` flag mounts the container's root +filesystem as read only prohibiting writes to locations other than the +specified volumes for the container. + + $ docker run -t -i -v /var/run/docker.sock:/var/run/docker.sock -v /path/to/static-docker-binary:/usr/bin/docker busybox sh + +By bind-mounting the docker unix socket and statically linked docker +binary (refer to [get the linux binary]( +https://docs.docker.com/engine/installation/binaries/#/get-the-linux-binary)), +you give the container the full access to create and manipulate the host's +Docker daemon. + +On Windows, the paths must be specified using Windows-style semantics. + + PS C:\> docker run -v c:\foo:c:\dest microsoft/nanoserver cmd /s /c type c:\dest\somefile.txt + Contents of file + + PS C:\> docker run -v c:\foo:d: microsoft/nanoserver cmd /s /c type d:\somefile.txt + Contents of file + +The following examples will fail when using Windows-based containers, as the +destination of a volume or bind-mount inside the container must be one of: +a non-existing or empty directory; or a drive other than C:. Further, the source +of a bind mount must be a local directory, not a file. + + net use z: \\remotemachine\share + docker run -v z:\foo:c:\dest ... + docker run -v \\uncpath\to\directory:c:\dest ... + docker run -v c:\foo\somefile.txt:c:\dest ... + docker run -v c:\foo:c: ... + docker run -v c:\foo:c:\existing-directory-with-contents ... + +For in-depth information about volumes, refer to [manage data in containers](https://docs.docker.com/engine/tutorials/dockervolumes/) + +### Publish or expose port (-p, --expose) + + $ docker run -p 127.0.0.1:80:8080 ubuntu bash + +This binds port `8080` of the container to port `80` on `127.0.0.1` of the host +machine. The [Docker User +Guide](https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/) +explains in detail how to manipulate ports in Docker. + + $ docker run --expose 80 ubuntu bash + +This exposes port `80` of the container without publishing the port to the host +system's interfaces. + +### Set environment variables (-e, --env, --env-file) + + $ docker run -e MYVAR1 --env MYVAR2=foo --env-file ./env.list ubuntu bash + +This sets simple (non-array) environmental variables in the container. For +illustration all three +flags are shown here. Where `-e`, `--env` take an environment variable and +value, or if no `=` is provided, then that variable's current value, set via +`export`, is passed through (i.e. `$MYVAR1` from the host is set to `$MYVAR1` +in the container). When no `=` is provided and that variable is not defined +in the client's environment then that variable will be removed from the +container's list of environment variables. All three flags, `-e`, `--env` and +`--env-file` can be repeated. + +Regardless of the order of these three flags, the `--env-file` are processed +first, and then `-e`, `--env` flags. This way, the `-e` or `--env` will +override variables as needed. + + $ cat ./env.list + TEST_FOO=BAR + $ docker run --env TEST_FOO="This is a test" --env-file ./env.list busybox env | grep TEST_FOO + TEST_FOO=This is a test + +The `--env-file` flag takes a filename as an argument and expects each line +to be in the `VAR=VAL` format, mimicking the argument passed to `--env`. Comment +lines need only be prefixed with `#` + +An example of a file passed with `--env-file` + +```none +$ cat ./env.list +TEST_FOO=BAR + +# this is a comment +TEST_APP_DEST_HOST=10.10.0.127 +TEST_APP_DEST_PORT=8888 +_TEST_BAR=FOO +TEST_APP_42=magic +helloWorld=true +123qwe=bar +org.spring.config=something + +# pass through this variable from the caller +TEST_PASSTHROUGH +$ TEST_PASSTHROUGH=howdy docker run --env-file ./env.list busybox env +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +HOSTNAME=5198e0745561 +TEST_FOO=BAR +TEST_APP_DEST_HOST=10.10.0.127 +TEST_APP_DEST_PORT=8888 +_TEST_BAR=FOO +TEST_APP_42=magic +helloWorld=true +TEST_PASSTHROUGH=howdy +HOME=/root +123qwe=bar +org.spring.config=something + +$ docker run --env-file ./env.list busybox env +PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +HOSTNAME=5198e0745561 +TEST_FOO=BAR +TEST_APP_DEST_HOST=10.10.0.127 +TEST_APP_DEST_PORT=8888 +_TEST_BAR=FOO +TEST_APP_42=magic +helloWorld=true +TEST_PASSTHROUGH= +HOME=/root +123qwe=bar +org.spring.config=something +``` + +### Set metadata on container (-l, --label, --label-file) + +A label is a `key=value` pair that applies metadata to a container. To label a container with two labels: + + $ docker run -l my-label --label com.example.foo=bar ubuntu bash + +The `my-label` key doesn't specify a value so the label defaults to an empty +string(`""`). To add multiple labels, repeat the label flag (`-l` or `--label`). + +The `key=value` must be unique to avoid overwriting the label value. If you +specify labels with identical keys but different values, each subsequent value +overwrites the previous. Docker uses the last `key=value` you supply. + +Use the `--label-file` flag to load multiple labels from a file. Delimit each +label in the file with an EOL mark. The example below loads labels from a +labels file in the current directory: + + $ docker run --label-file ./labels ubuntu bash + +The label-file format is similar to the format for loading environment +variables. (Unlike environment variables, labels are not visible to processes +running inside a container.) The following example illustrates a label-file +format: + + com.example.label1="a label" + + # this is a comment + com.example.label2=another\ label + com.example.label3 + +You can load multiple label-files by supplying multiple `--label-file` flags. + +For additional information on working with labels, see [*Labels - custom +metadata in Docker*](https://docs.docker.com/engine/userguide/labels-custom-metadata/) in the Docker User +Guide. + +### Connect a container to a network (--network) + +When you start a container use the `--network` flag to connect it to a network. +This adds the `busybox` container to the `my-net` network. + +```bash +$ docker run -itd --network=my-net busybox +``` + +You can also choose the IP addresses for the container with `--ip` and `--ip6` +flags when you start the container on a user-defined network. + +```bash +$ docker run -itd --network=my-net --ip=10.10.9.75 busybox +``` + +If you want to add a running container to a network use the `docker network connect` subcommand. + +You can connect multiple containers to the same network. Once connected, the +containers can communicate easily need only another container's IP address +or name. For `overlay` networks or custom plugins that support multi-host +connectivity, containers connected to the same multi-host network but launched +from different Engines can also communicate in this way. + +**Note**: Service discovery is unavailable on the default bridge network. +Containers can communicate via their IP addresses by default. To communicate +by name, they must be linked. + +You can disconnect a container from a network using the `docker network +disconnect` command. + +### Mount volumes from container (--volumes-from) + + $ docker run --volumes-from 777f7dc92da7 --volumes-from ba8c0c54f0f2:ro -i -t ubuntu pwd + +The `--volumes-from` flag mounts all the defined volumes from the referenced +containers. Containers can be specified by repetitions of the `--volumes-from` +argument. The container ID may be optionally suffixed with `:ro` or `:rw` to +mount the volumes in read-only or read-write mode, respectively. By default, +the volumes are mounted in the same mode (read write or read only) as +the reference container. + +Labeling systems like SELinux require that proper labels are placed on volume +content mounted into a container. Without a label, the security system might +prevent the processes running inside the container from using the content. By +default, Docker does not change the labels set by the OS. + +To change the label in the container context, you can add either of two suffixes +`:z` or `:Z` to the volume mount. These suffixes tell Docker to relabel file +objects on the shared volumes. The `z` option tells Docker that two containers +share the volume content. As a result, Docker labels the content with a shared +content label. Shared volume labels allow all containers to read/write content. +The `Z` option tells Docker to label the content with a private unshared label. +Only the current container can use a private volume. + +### Attach to STDIN/STDOUT/STDERR (-a) + +The `-a` flag tells `docker run` to bind to the container's `STDIN`, `STDOUT` +or `STDERR`. This makes it possible to manipulate the output and input as +needed. + + $ echo "test" | docker run -i -a stdin ubuntu cat - + +This pipes data into a container and prints the container's ID by attaching +only to the container's `STDIN`. + + $ docker run -a stderr ubuntu echo test + +This isn't going to print anything unless there's an error because we've +only attached to the `STDERR` of the container. The container's logs +still store what's been written to `STDERR` and `STDOUT`. + + $ cat somefile | docker run -i -a stdin mybuilder dobuild + +This is how piping a file into a container could be done for a build. +The container's ID will be printed after the build is done and the build +logs could be retrieved using `docker logs`. This is +useful if you need to pipe a file or something else into a container and +retrieve the container's ID once the container has finished running. + +### Add host device to container (--device) + + $ docker run --device=/dev/sdc:/dev/xvdc --device=/dev/sdd --device=/dev/zero:/dev/nulo -i -t ubuntu ls -l /dev/{xvdc,sdd,nulo} + brw-rw---- 1 root disk 8, 2 Feb 9 16:05 /dev/xvdc + brw-rw---- 1 root disk 8, 3 Feb 9 16:05 /dev/sdd + crw-rw-rw- 1 root root 1, 5 Feb 9 16:05 /dev/nulo + +It is often necessary to directly expose devices to a container. The `--device` +option enables that. For example, a specific block storage device or loop +device or audio device can be added to an otherwise unprivileged container +(without the `--privileged` flag) and have the application directly access it. + +By default, the container will be able to `read`, `write` and `mknod` these devices. +This can be overridden using a third `:rwm` set of options to each `--device` +flag: + + + $ docker run --device=/dev/sda:/dev/xvdc --rm -it ubuntu fdisk /dev/xvdc + + Command (m for help): q + $ docker run --device=/dev/sda:/dev/xvdc:r --rm -it ubuntu fdisk /dev/xvdc + You will not be able to write the partition table. + + Command (m for help): q + + $ docker run --device=/dev/sda:/dev/xvdc:rw --rm -it ubuntu fdisk /dev/xvdc + + Command (m for help): q + + $ docker run --device=/dev/sda:/dev/xvdc:m --rm -it ubuntu fdisk /dev/xvdc + fdisk: unable to open /dev/xvdc: Operation not permitted + +> **Note:** +> `--device` cannot be safely used with ephemeral devices. Block devices +> that may be removed should not be added to untrusted containers with +> `--device`. + +### Restart policies (--restart) + +Use Docker's `--restart` to specify a container's *restart policy*. A restart +policy controls whether the Docker daemon restarts a container after exit. +Docker supports the following restart policies: + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PolicyResult
    no + Do not automatically restart the container when it exits. This is the + default. +
    + + on-failure[:max-retries] + + + Restart only if the container exits with a non-zero exit status. + Optionally, limit the number of restart retries the Docker + daemon attempts. +
    always + Always restart the container regardless of the exit status. + When you specify always, the Docker daemon will try to restart + the container indefinitely. The container will also always start + on daemon startup, regardless of the current state of the container. +
    unless-stopped + Always restart the container regardless of the exit status, but + do not start it on daemon startup if the container has been put + to a stopped state before. +
    + + $ docker run --restart=always redis + +This will run the `redis` container with a restart policy of **always** +so that if the container exits, Docker will restart it. + +More detailed information on restart policies can be found in the +[Restart Policies (--restart)](../run.md#restart-policies-restart) +section of the Docker run reference page. + +### Add entries to container hosts file (--add-host) + +You can add other hosts into a container's `/etc/hosts` file by using one or +more `--add-host` flags. This example adds a static address for a host named +`docker`: + + $ docker run --add-host=docker:10.180.0.1 --rm -it debian + root@f38c87f2a42d:/# ping docker + PING docker (10.180.0.1): 48 data bytes + 56 bytes from 10.180.0.1: icmp_seq=0 ttl=254 time=7.600 ms + 56 bytes from 10.180.0.1: icmp_seq=1 ttl=254 time=30.705 ms + ^C--- docker ping statistics --- + 2 packets transmitted, 2 packets received, 0% packet loss + round-trip min/avg/max/stddev = 7.600/19.152/30.705/11.553 ms + +Sometimes you need to connect to the Docker host from within your +container. To enable this, pass the Docker host's IP address to +the container using the `--add-host` flag. To find the host's address, +use the `ip addr show` command. + +The flags you pass to `ip addr show` depend on whether you are +using IPv4 or IPv6 networking in your containers. Use the following +flags for IPv4 address retrieval for a network device named `eth0`: + + $ HOSTIP=`ip -4 addr show scope global dev eth0 | grep inet | awk '{print \$2}' | cut -d / -f 1` + $ docker run --add-host=docker:${HOSTIP} --rm -it debian + +For IPv6 use the `-6` flag instead of the `-4` flag. For other network +devices, replace `eth0` with the correct device name (for example `docker0` +for the bridge device). + +### Set ulimits in container (--ulimit) + +Since setting `ulimit` settings in a container requires extra privileges not +available in the default container, you can set these using the `--ulimit` flag. +`--ulimit` is specified with a soft and hard limit as such: +`=[:]`, for example: + + $ docker run --ulimit nofile=1024:1024 --rm debian sh -c "ulimit -n" + 1024 + +> **Note:** +> If you do not provide a `hard limit`, the `soft limit` will be used +> for both values. If no `ulimits` are set, they will be inherited from +> the default `ulimits` set on the daemon. `as` option is disabled now. +> In other words, the following script is not supported: +> `$ docker run -it --ulimit as=1024 fedora /bin/bash` + +The values are sent to the appropriate `syscall` as they are set. +Docker doesn't perform any byte conversion. Take this into account when setting the values. + +#### For `nproc` usage + +Be careful setting `nproc` with the `ulimit` flag as `nproc` is designed by Linux to set the +maximum number of processes available to a user, not to a container. For example, start four +containers with `daemon` user: + + docker run -d -u daemon --ulimit nproc=3 busybox top + docker run -d -u daemon --ulimit nproc=3 busybox top + docker run -d -u daemon --ulimit nproc=3 busybox top + docker run -d -u daemon --ulimit nproc=3 busybox top + +The 4th container fails and reports "[8] System error: resource temporarily unavailable" error. +This fails because the caller set `nproc=3` resulting in the first three containers using up +the three processes quota set for the `daemon` user. + +### Stop container with signal (--stop-signal) + +The `--stop-signal` flag sets the system call signal that will be sent to the container to exit. +This signal can be a valid unsigned number that matches a position in the kernel's syscall table, for instance 9, +or a signal name in the format SIGNAME, for instance SIGKILL. + +### Optional security options (--security-opt) + +On Windows, this flag can be used to specify the `credentialspec` option. +The `credentialspec` must be in the format `file://spec.txt` or `registry://keyname`. + +### Stop container with timeout (--stop-timeout) + +The `--stop-timeout` flag sets the timeout (in seconds) that a pre-defined (see `--stop-signal`) system call +signal that will be sent to the container to exit. After timeout elapses the container will be killed with SIGKILL. + +### Specify isolation technology for container (--isolation) + +This option is useful in situations where you are running Docker containers on +Windows. The `--isolation ` option sets a container's isolation technology. +On Linux, the only supported is the `default` option which uses +Linux namespaces. These two commands are equivalent on Linux: + +```bash +$ docker run -d busybox top +$ docker run -d --isolation default busybox top +``` + +On Windows, `--isolation` can take one of these values: + + +| Value | Description | +|-----------|--------------------------------------------------------------------------------------------| +| `default` | Use the value specified by the Docker daemon's `--exec-opt` or system default (see below). | +| `process` | Shared-kernel namespace isolation (not supported on Windows client operating systems). | +| `hyperv` | Hyper-V hypervisor partition-based isolation. | + +The default isolation on Windows server operating systems is `process`. The default (and only supported) +isolation on Windows client operating systems is `hyperv`. An attempt to start a container on a client +operating system with `--isolation process` will fail. + +On Windows server, assuming the default configuration, these commands are equivalent +and result in `process` isolation: + +```PowerShell +PS C:\> docker run -d microsoft/nanoserver powershell echo process +PS C:\> docker run -d --isolation default microsoft/nanoserver powershell echo process +PS C:\> docker run -d --isolation process microsoft/nanoserver powershell echo process +``` + +If you have set the `--exec-opt isolation=hyperv` option on the Docker `daemon`, or +are running against a Windows client-based daemon, these commands are equivalent and +result in `hyperv` isolation: + +```PowerShell +PS C:\> docker run -d microsoft/nanoserver powershell echo hyperv +PS C:\> docker run -d --isolation default microsoft/nanoserver powershell echo hyperv +PS C:\> docker run -d --isolation hyperv microsoft/nanoserver powershell echo hyperv +``` + +### Configure namespaced kernel parameters (sysctls) at runtime + +The `--sysctl` sets namespaced kernel parameters (sysctls) in the +container. For example, to turn on IP forwarding in the containers +network namespace, run this command: + + $ docker run --sysctl net.ipv4.ip_forward=1 someimage + + +> **Note**: Not all sysctls are namespaced. Docker does not support changing sysctls +> inside of a container that also modify the host system. As the kernel +> evolves we expect to see more sysctls become namespaced. + +#### Currently supported sysctls + + `IPC Namespace`: + + kernel.msgmax, kernel.msgmnb, kernel.msgmni, kernel.sem, kernel.shmall, kernel.shmmax, kernel.shmmni, kernel.shm_rmid_forced + Sysctls beginning with fs.mqueue.* + + If you use the `--ipc=host` option these sysctls will not be allowed. + + `Network Namespace`: + Sysctls beginning with net.* + + If you use the `--network=host` option using these sysctls will not be allowed. diff --git a/engine/reference/commandline/search.md b/engine/reference/commandline/search.md index 6f3b6aeda08..cabb489ec10 100644 --- a/engine/reference/commandline/search.md +++ b/engine/reference/commandline/search.md @@ -11,3 +11,27 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Search Docker Hub for ranked images + +Search a registry for the term 'fedora' and only display those images +ranked 3 or higher: + + $ docker search --filter=stars=3 fedora + NAME DESCRIPTION STARS OFFICIAL AUTOMATED + mattdm/fedora A basic Fedora image corresponding roughly... 50 + fedora (Semi) Official Fedora base image. 38 + mattdm/fedora-small A small Fedora image on which to build. Co... 8 + goldmann/wildfly A WildFly application server running on a ... 3 [OK] + +### Search Docker Hub for automated images + +Search Docker Hub for the term 'fedora' and only display automated images +ranked 1 or higher: + + $ docker search --filter=is-automated=true --filter=stars=1 fedora + NAME DESCRIPTION STARS OFFICIAL AUTOMATED + goldmann/wildfly A WildFly application server running on a ... 3 [OK] + tutum/fedora-20 Fedora 20 image with SSH access. For the r... 1 [OK] diff --git a/engine/reference/commandline/secret_create.md b/engine/reference/commandline/secret_create.md index d50a69fc740..a39cc58122a 100644 --- a/engine/reference/commandline/secret_create.md +++ b/engine/reference/commandline/secret_create.md @@ -11,3 +11,57 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Create a secret + +```bash +$ echo | docker secret create my_secret - +mhv17xfe3gh6xc4rij5orpfds + +$ docker secret ls +ID NAME CREATED UPDATED SIZE +mhv17xfe3gh6xc4rij5orpfds my_secret 2016-10-27 23:25:43.909181089 +0000 UTC 2016-10-27 23:25:43.909181089 +0000 UTC 1679 +``` + +### Create a secret with a file + +```bash +$ docker secret create my_secret ./secret.json +mhv17xfe3gh6xc4rij5orpfds + +$ docker secret ls +ID NAME CREATED UPDATED SIZE +mhv17xfe3gh6xc4rij5orpfds my_secret 2016-10-27 23:25:43.909181089 +0000 UTC 2016-10-27 23:25:43.909181089 +0000 UTC 1679 +``` + +### Create a secret with labels + +```bash +$ docker secret create --label env=dev --label rev=20161102 my_secret ./secret.json +jtn7g6aukl5ky7nr9gvwafoxh + +$ docker secret inspect my_secret +[ + { + "ID": "jtn7g6aukl5ky7nr9gvwafoxh", + "Version": { + "Index": 541 + }, + "CreatedAt": "2016-11-03T20:54:12.924766548Z", + "UpdatedAt": "2016-11-03T20:54:12.924766548Z", + "Spec": { + "Name": "my_secret", + "Labels": { + "env": "dev", + "rev": "20161102" + }, + "Data": null + }, + "Digest": "sha256:4212a44b14e94154359569333d3fc6a80f6b9959dfdaff26412f4b2796b1f387", + "SecretSize": 1679 + } +] + +``` diff --git a/engine/reference/commandline/secret_inspect.md b/engine/reference/commandline/secret_inspect.md index 8ec9c9f7e78..88f1e8aeeae 100644 --- a/engine/reference/commandline/secret_inspect.md +++ b/engine/reference/commandline/secret_inspect.md @@ -11,3 +11,47 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Inspecting a secret by name or ID + +You can inspect a secret, either by its *name*, or *ID* + +For example, given the following secret: + +```bash +$ docker secret ls +ID NAME CREATED UPDATED +mhv17xfe3gh6xc4rij5orpfds secret.json 2016-10-27 23:25:43.909181089 +0000 UTC 2016-10-27 23:25:43.909181089 +0000 UTC +``` + +```bash +$ docker secret inspect secret.json +[ + { + "ID": "mhv17xfe3gh6xc4rij5orpfds", + "Version": { + "Index": 1198 + }, + "CreatedAt": "2016-10-27T23:25:43.909181089Z", + "UpdatedAt": "2016-10-27T23:25:43.909181089Z", + "Spec": { + "Name": "secret.json" + } + } +] +``` + +### Formatting secret output + +You can use the --format option to obtain specific information about a +secret. The following example command outputs the creation time of the +secret. + +```bash +{% raw %} +$ docker secret inspect --format='{{.CreatedAt}}' mhv17xfe3gh6xc4rij5orpfds +2016-10-27 23:25:43.909181089 +0000 UTC +{% endraw %} +``` diff --git a/engine/reference/commandline/secret_ls.md b/engine/reference/commandline/secret_ls.md index fd7d2575a99..872e7a47c30 100644 --- a/engine/reference/commandline/secret_ls.md +++ b/engine/reference/commandline/secret_ls.md @@ -11,3 +11,11 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +```bash +$ docker secret ls +ID NAME CREATED UPDATED +mhv17xfe3gh6xc4rij5orpfds secret.json 2016-10-27 23:25:43.909181089 +0000 UTC 2016-10-27 23:25:43.909181089 +0000 UTC +``` diff --git a/engine/reference/commandline/service_create.md b/engine/reference/commandline/service_create.md index 0d543360992..af7dc79f033 100644 --- a/engine/reference/commandline/service_create.md +++ b/engine/reference/commandline/service_create.md @@ -11,3 +11,508 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Create a service + +```bash +$ docker service create --name redis redis:3.0.6 + +dmu1ept4cxcfe8k8lhtux3ro3 + +$ docker service create --mode global --name redis2 redis:3.0.6 + +a8q9dasaafudfs8q8w32udass + +$ docker service ls + +ID NAME MODE REPLICAS IMAGE +dmu1ept4cxcf redis replicated 1/1 redis:3.0.6 +a8q9dasaafud redis2 global 1/1 redis:3.0.6 +``` + +### Create a service with 5 replica tasks (--replicas) + +Use the `--replicas` flag to set the number of replica tasks for a replicated +service. The following command creates a `redis` service with `5` replica tasks: + +```bash +$ docker service create --name redis --replicas=5 redis:3.0.6 + +4cdgfyky7ozwh3htjfw0d12qv +``` + +The above command sets the *desired* number of tasks for the service. Even +though the command returns immediately, actual scaling of the service may take +some time. The `REPLICAS` column shows both the *actual* and *desired* number +of replica tasks for the service. + +In the following example the desired state is `5` replicas, but the current +number of `RUNNING` tasks is `3`: + +```bash +$ docker service ls + +ID NAME MODE REPLICAS IMAGE +4cdgfyky7ozw redis replicated 3/5 redis:3.0.7 +``` + +Once all the tasks are created and `RUNNING`, the actual number of tasks is +equal to the desired number: + +```bash +$ docker service ls + +ID NAME MODE REPLICAS IMAGE +4cdgfyky7ozw redis replicated 5/5 redis:3.0.7 +``` + +### Create a service with secrets +Use the `--secret` flag to give a container access to a +[secret](secret_create.md). + +Create a service specifying a secret: + +```bash +$ docker service create --name redis --secret secret.json redis:3.0.6 + +4cdgfyky7ozwh3htjfw0d12qv +``` + +Create a service specifying the secret, target, user/group ID and mode: + +```bash +$ docker service create --name redis \ + --secret source=ssh-key,target=ssh \ + --secret src=app-key,target=app,uid=1000,gid=1001,mode=0400 \ + redis:3.0.6 + +4cdgfyky7ozwh3htjfw0d12qv +``` + +Secrets are located in `/run/secrets` in the container. If no target is +specified, the name of the secret will be used as the in memory file in the +container. If a target is specified, that will be the filename. In the +example above, two files will be created: `/run/secrets/ssh` and +`/run/secrets/app` for each of the secret targets specified. + +### Create a service with a rolling update policy + +```bash +$ docker service create \ + --replicas 10 \ + --name redis \ + --update-delay 10s \ + --update-parallelism 2 \ + redis:3.0.6 +``` + +When you run a [service update](service_update.md), the scheduler updates a +maximum of 2 tasks at a time, with `10s` between updates. For more information, +refer to the [rolling updates +tutorial](https://docs.docker.com/engine/swarm/swarm-tutorial/rolling-update/). + +### Set environment variables (-e, --env) + +This sets environmental variables for all tasks in a service. For example: + +```bash +$ docker service create \ + --name redis_2 \ + --replicas 5 \ + --env MYVAR=foo \ + redis:3.0.6 +``` + +### Create a docker service with specific hostname (--hostname) + +This option sets the docker service containers hostname to a specific string. For example: +```bash +$ docker service create \ + --name redis \ + --hostname myredis \ + redis:3.0.6 +``` +### Set metadata on a service (-l, --label) + +A label is a `key=value` pair that applies metadata to a service. To label a +service with two labels: + +```bash +$ docker service create \ + --name redis_2 \ + --label com.example.foo="bar" + --label bar=baz \ + redis:3.0.6 +``` + +For more information about labels, refer to [apply custom +metadata](https://docs.docker.com/engine/userguide/labels-custom-metadata/). + +### Add bind-mounts or volumes + +Docker supports two different kinds of mounts, which allow containers to read to +or write from files or directories on other containers or the host operating +system. These types are _data volumes_ (often referred to simply as volumes) and +_bind-mounts_. + +Additionally, Docker also supports tmpfs mounts. + +A **bind-mount** makes a file or directory on the host available to the +container it is mounted within. A bind-mount may be either read-only or +read-write. For example, a container might share its host's DNS information by +means of a bind-mount of the host's `/etc/resolv.conf` or a container might +write logs to its host's `/var/log/myContainerLogs` directory. If you use +bind-mounts and your host and containers have different notions of permissions, +access controls, or other such details, you will run into portability issues. + +A **named volume** is a mechanism for decoupling persistent data needed by your +container from the image used to create the container and from the host machine. +Named volumes are created and managed by Docker, and a named volume persists +even when no container is currently using it. Data in named volumes can be +shared between a container and the host machine, as well as between multiple +containers. Docker uses a _volume driver_ to create, manage, and mount volumes. +You can back up or restore volumes using Docker commands. + +A **tmpfs** mounts a tmpfs inside a container for volatile data. + +Consider a situation where your image starts a lightweight web server. You could +use that image as a base image, copy in your website's HTML files, and package +that into another image. Each time your website changed, you'd need to update +the new image and redeploy all of the containers serving your website. A better +solution is to store the website in a named volume which is attached to each of +your web server containers when they start. To update the website, you just +update the named volume. + +For more information about named volumes, see +[Data Volumes](https://docs.docker.com/engine/tutorials/dockervolumes/). + +The following table describes options which apply to both bind-mounts and named +volumes in a service: + +| Option | Required | Description +|:-----------------------------------|:--------------------------|:----------------------------------------------------------------------------------------- +| `type` | | The type of mount, can be one of `volume`, `bind`, or `tmpfs`. Defaults to `volume` if no type is specified. `volume` mounts a [managed volume](volume_create.md) into the container. `bind` bind-mounts a directory or file from the host into the container. `tmpfs`: mount a tmpfs in the container. +| `src` or `source`vvvv | for `type=bind` only | `type=volume`: `src` is an optional way to specify the name of the volume (for example, `src=my-volume`). If the named volume does not exist, it is automatically created. If no `src` is specified, the volume is assigned a random name which is guaranteed to be unique on the host, but may not be unique cluster-wide. A randomly-named volume has the same lifecycle as its container and is destroyed when the *container* is destroyed (which is upon `service update`, or when scaling or re-balancing the service). `type=bind`: `src` is required, and specifies an absolute path to the file or directory to bind-mount (for example, `src=/path/on/host/`). An error is produced if the file or directory does not exist. `type=tmpfs`: `src` is not supported. +| `dst` or `destination` or `target` | yes | Mount path inside the container, for example `/some/path/in/container/`. If the path does not exist in the container's filesystem, the Engine creates a directory at the specified location before mounting the volume or bind-mount. +| *`readonly` or `ro` | | The Engine mounts binds and volumes `read-write` unless `readonly` option is given when mounting the bind or volume. When `true` or `1` or no value the bind or volume is mounted read-only. When `false` or `0` the bind or volume is mounted read-write. + +#### Bind Propagation + +Bind propagation refers to whether or not mounts created within a given +bind-mount or named volume can be propagated to replicas of that mount. Consider +a mount point `/mnt`, which is also mounted on `/tmp`. The propation settings +control whether a mount on `/tmp/a` would also be available on `/mnt/a`. Each +propagation setting has a recursive counterpoint. In the case of recursion, +consider that `/tmp/a` is also mounted as `/foo`. The propagation settings +control whether `/mnt/a` and/or `/tmp/a` would exist. + +The `bind-propagation` option defaults to `rprivate` for both bind-mounts and +volume mounts, and is only configurable for bind-mounts. In other words, named +volumes do not support bind propagation. + +- **`shared`**: Sub-mounts of the original mount are exposed to replica mounts, + and sub-mounts of replica mounts are also propagated to the + original mount. +- **`slave`**: similar to a shared mount, but only in one direction. If the + original mount exposes a sub-mount, the replica mount can see it. + However, if the replica mount exposes a sub-mount, the original + mount cannot see it. +- **`private`**: The mount is private. Sub-mounts within it are not exposed to + replica mounts, and sub-mounts of replica mounts are not + exposed to the original mount. +- **`rshared`**: The same as shared, but the propagation also extends to and from + mount points nested within any of the original or replica mount + points. +- **`rslave`**: The same as `slave`, but the propagation also extends to and from + mount points nested within any of the original or replica mount + points. +- **`rprivate`**: The default. The same as `private`, meaning that no mount points + anywhere within the original or replica mount points propagate + in either direction. + +For more information about bind propagation, see the +[Linux kernel documentation for shared subtree](https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt). + +#### Options for Named Volumes +The following options can only be used for named volumes (`type=volume`); + +| Option | Description +|:----------------------|:-------------------------------------------------------------------------------------------------------------------- +| **volume-driver** | Name of the volume-driver plugin to use for the volume. Defaults to ``"local"``, to use the local volume driver to create the volume if the volume does not exist. +| **volume-label** | One or more custom metadata ("labels") to apply to the volume upon creation. For example, `volume-label=mylabel=hello-world,my-other-label=hello-mars`. For more information about labels, refer to [apply custom metadata](https://docs.docker.com/engine/userguide/labels-custom-metadata/). +| **volume-nocopy** | By default, if you attach an empty volume to a container, and files or directories already existed at the mount-path in the container (`dst`), the Engine copies those files and directories into the volume, allowing the host to access them. Set `volume-nocopy` to disables copying files from the container's filesystem to the volume and mount the empty volume. A value is optional. `true` or `1` is the default if you do not provide a value and disables copying. `false` or `0` enables copying. +| **volume-opt** | Options specific to a given volume driver, which will be passed to the driver when creating the volume. Options are provided as a comma-separated list of key/value pairs, for example, `volume-opt=some-option=some-value,some-other-option=some-other-value`. For available options for a given driver, refer to that driver's documentation. + +#### Options for tmpfs +The following options can only be used for tmpfs mounts (`type=tmpfs`); + +| Option | Description +|:----------------------|:-------------------------------------------------------------------------------------------------------------------- +| **tmpfs-size** | Size of the tmpfs mount in bytes. Unlimited by default in Linux. +| **tmpfs-mode** | File mode of the tmpfs in octal. (e.g. `"700"` or `"0700"`.) Defaults to ``"1777"`` in Linux. + +#### Differences between "--mount" and "--volume" + +The `--mount` flag supports most options that are supported by the `-v` +or `--volume` flag for `docker run`, with some important exceptions: + +- The `--mount` flag allows you to specify a volume driver and volume driver + options *per volume*, without creating the volumes in advance. In contrast, + `docker run` allows you to specify a single volume driver which is shared + by all volumes, using the `--volume-driver` flag. + +- The `--mount` flag allows you to specify custom metadata ("labels") for a volume, + before the volume is created. + +- When you use `--mount` with `type=bind`, the host-path must refer to an *existing* + path on the host. The path will not be created for you and the service will fail + with an error if the path does not exist. + +- The `--mount` flag does not allow you to relabel a volume with `Z` or `z` flags, + which are used for `selinux` labeling. + +#### Create a service using a named volume + +The following example creates a service that uses a named volume: + +```bash +$ docker service create \ + --name my-service \ + --replicas 3 \ + --mount type=volume,source=my-volume,destination=/path/in/container,volume-label="color=red",volume-label="shape=round" \ + nginx:alpine +``` + +For each replica of the service, the engine requests a volume named "my-volume" +from the default ("local") volume driver where the task is deployed. If the +volume does not exist, the engine creates a new volume and applies the "color" +and "shape" labels. + +When the task is started, the volume is mounted on `/path/in/container/` inside +the container. + +Be aware that the default ("local") volume is a locally scoped volume driver. +This means that depending on where a task is deployed, either that task gets a +*new* volume named "my-volume", or shares the same "my-volume" with other tasks +of the same service. Multiple containers writing to a single shared volume can +cause data corruption if the software running inside the container is not +designed to handle concurrent processes writing to the same location. Also take +into account that containers can be re-scheduled by the Swarm orchestrator and +be deployed on a different node. + +#### Create a service that uses an anonymous volume + +The following command creates a service with three replicas with an anonymous +volume on `/path/in/container`: + +```bash +$ docker service create \ + --name my-service \ + --replicas 3 \ + --mount type=volume,destination=/path/in/container \ + nginx:alpine +``` + +In this example, no name (`source`) is specified for the volume, so a new volume +is created for each task. This guarantees that each task gets its own volume, +and volumes are not shared between tasks. Anonymous volumes are removed after +the task using them is complete. + +#### Create a service that uses a bind-mounted host directory + +The following example bind-mounts a host directory at `/path/in/container` in +the containers backing the service: + +```bash +$ docker service create \ + --name my-service \ + --mount type=bind,source=/path/on/host,destination=/path/in/container \ + nginx:alpine +``` + +### Set service mode (--mode) + +The service mode determines whether this is a _replicated_ service or a _global_ +service. A replicated service runs as many tasks as specified, while a global +service runs on each active node in the swarm. + +The following command creates a global service: + +```bash +$ docker service create \ + --name redis_2 \ + --mode global \ + redis:3.0.6 +``` + +### Specify service constraints (--constraint) + +You can limit the set of nodes where a task can be scheduled by defining +constraint expressions. Multiple constraints find nodes that satisfy every +expression (AND match). Constraints can match node or Docker Engine labels as +follows: + +| node attribute | matches | example | +|:----------------|:--------------------------|:------------------------------------------------| +| node.id | node ID | `node.id == 2ivku8v2gvtg4` | +| node.hostname | node hostname | `node.hostname != node-2` | +| node.role | node role: manager | `node.role == manager` | +| node.labels | user defined node labels | `node.labels.security == high` | +| engine.labels | Docker Engine's labels | `engine.labels.operatingsystem == ubuntu 14.04` | + +`engine.labels` apply to Docker Engine labels like operating system, +drivers, etc. Swarm administrators add `node.labels` for operational purposes by +using the [`docker node update`](node_update.md) command. + +For example, the following limits tasks for the redis service to nodes where the +node type label equals queue: + +```bash +$ docker service create \ + --name redis_2 \ + --constraint 'node.labels.type == queue' \ + redis:3.0.6 +``` + +### Attach a service to an existing network (--network) + +You can use overlay networks to connect one or more services within the swarm. + +First, create an overlay network on a manager node the docker network create +command: + +```bash +$ docker network create \ + --driver overlay \ + my-network + +etjpu59cykrptrgw0z0hk5snf +``` + +After you create an overlay network in swarm mode, all manager nodes have +access to the network. + +When you create a service and pass the --network flag to attach the service to +the overlay network: + +```bash +$ docker service create \ + --replicas 3 \ + --network my-network \ + --name my-web \ + nginx + +716thylsndqma81j6kkkb5aus +``` + +The swarm extends my-network to each node running the service. + +Containers on the same network can access each other using +[service discovery](https://docs.docker.com/engine/swarm/networking/#use-swarm-mode-service-discovery). + +### Publish service ports externally to the swarm (-p, --publish) + +You can publish service ports to make them available externally to the swarm +using the `--publish` flag: + +```bash +$ docker service create \ + --publish : \ + nginx +``` + +For example: + +```bash +$ docker service create \ + --name my_web \ + --replicas 3 \ + --publish 8080:80 \ + nginx +``` + +When you publish a service port, the swarm routing mesh makes the service +accessible at the target port on every node regardless if there is a task for +the service running on the node. For more information refer to +[Use swarm mode routing mesh](https://docs.docker.com/engine/swarm/ingress/). + +### Publish a port for TCP only or UDP only + +By default, when you publish a port, it is a TCP port. You can +specifically publish a UDP port instead of or in addition to a TCP port. When +you publish both TCP and UDP ports, Docker 1.12.2 and earlier require you to +add the suffix `/tcp` for TCP ports. Otherwise it is optional. + +#### TCP only + +The following two commands are equivalent. + +```bash +$ docker service create --name dns-cache -p 53:53 dns-cache + +$ docker service create --name dns-cache -p 53:53/tcp dns-cache +``` + +#### TCP and UDP + +```bash +$ docker service create --name dns-cache -p 53:53/tcp -p 53:53/udp dns-cache +``` + +#### UDP only + +```bash +$ docker service create --name dns-cache -p 53:53/udp dns-cache +``` + +### Create services using templates + +You can use templates for some flags of `service create`, using the syntax +provided by the Go's [text/template](http://golange.org/pkg/text/template/) package. + +The supported flags are the following : + +- `--hostname` +- `--mount` +- `--env` + +Valid placeholders for the Go template are listed below: + +Placeholder | Description +----------------- | -------------------------------------------- +`.Service.ID` | Service ID +`.Service.Name` | Service name +`.Service.Labels` | Service labels +`.Node.ID` | Node ID +`.Task.ID` | Task ID +`.Task.Name` | Task name +`.Task.Slot` | Task slot + +#### Template example + +In this example, we are going to set the template of the created containers based on the +service's name and the node's ID where it sits. + +```bash +{% raw %} +$ docker service create \ + --name hosttempl \ + --hostname="{{.Node.ID}}-{{.Service.Name}}" \ + busybox top + +va8ew30grofhjoychbr6iot8c + +$ docker service ps va8ew30grofhjoychbr6iot8c + +ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS +wo41w8hg8qan hosttempl.1 busybox:latest@sha256:29f5d56d12684887bdfa50dcd29fc31eea4aaf4ad3bec43daf19026a7ce69912 2e7a8a9c4da2 Running Running about a minute ago + +$ docker inspect \ + --format="{{.Config.Hostname}}" \ + hosttempl.1.wo41w8hg8qanxwjwsg4kxpprj + +x3ti0erg11rjpg64m75kej2mz-hosttempl +{% endraw %} +``` diff --git a/engine/reference/commandline/service_inspect.md b/engine/reference/commandline/service_inspect.md index aef31b7a9cf..ce40a9e6293 100644 --- a/engine/reference/commandline/service_inspect.md +++ b/engine/reference/commandline/service_inspect.md @@ -11,3 +11,119 @@ here, you'll need to find the string by searching this repo: https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Inspecting a service by name or ID + +You can inspect a service, either by its *name*, or *ID* + +For example, given the following service; + +```bash +$ docker service ls +ID NAME MODE REPLICAS IMAGE +dmu1ept4cxcf redis replicated 3/3 redis:3.0.6 +``` + +Both `docker service inspect redis`, and `docker service inspect dmu1ept4cxcf` +produce the same result: + +```bash +$ docker service inspect redis +[ + { + "ID": "dmu1ept4cxcfe8k8lhtux3ro3", + "Version": { + "Index": 12 + }, + "CreatedAt": "2016-06-17T18:44:02.558012087Z", + "UpdatedAt": "2016-06-17T18:44:02.558012087Z", + "Spec": { + "Name": "redis", + "TaskTemplate": { + "ContainerSpec": { + "Image": "redis:3.0.6" + }, + "Resources": { + "Limits": {}, + "Reservations": {} + }, + "RestartPolicy": { + "Condition": "any", + "MaxAttempts": 0 + }, + "Placement": {} + }, + "Mode": { + "Replicated": { + "Replicas": 1 + } + }, + "UpdateConfig": {}, + "EndpointSpec": { + "Mode": "vip" + } + }, + "Endpoint": { + "Spec": {} + } + } +] +``` + +```bash +$ docker service inspect dmu1ept4cxcf +[ + { + "ID": "dmu1ept4cxcfe8k8lhtux3ro3", + "Version": { + "Index": 12 + }, + ... + } +] +``` + +### Inspect a service using pretty-print + +You can print the inspect output in a human-readable format instead of the default +JSON output, by using the `--pretty` option: + +```bash +$ docker service inspect --pretty frontend +ID: c8wgl7q4ndfd52ni6qftkvnnp +Name: frontend +Labels: + - org.example.projectname=demo-app +Service Mode: REPLICATED + Replicas: 5 +Placement: +UpdateConfig: + Parallelism: 0 +ContainerSpec: + Image: nginx:alpine +Resources: +Endpoint Mode: vip +Ports: + Name = + Protocol = tcp + TargetPort = 443 + PublishedPort = 4443 +``` + +You can also use `--format pretty` for the same effect. + + +### Finding the number of tasks running as part of a service + +The `--format` option can be used to obtain specific information about a +service. For example, the following command outputs the number of replicas +of the "redis" service. + +```bash +{% raw %} +$ docker service inspect --format='{{.Spec.Mode.Replicated.Replicas}}' redis +10 +{% endraw %} +``` diff --git a/engine/reference/commandline/service_ps.md b/engine/reference/commandline/service_ps.md index 818e6530242..39cb85920a8 100644 --- a/engine/reference/commandline/service_ps.md +++ b/engine/reference/commandline/service_ps.md @@ -13,3 +13,120 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Listing the tasks that are part of a service + +The following command shows all the tasks that are part of the `redis` service: + +```bash +$ docker service ps redis + +ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS +0qihejybwf1x redis.1 redis:3.0.5 manager1 Running Running 8 seconds +bk658fpbex0d redis.2 redis:3.0.5 worker2 Running Running 9 seconds +5ls5s5fldaqg redis.3 redis:3.0.5 worker1 Running Running 9 seconds +8ryt076polmc redis.4 redis:3.0.5 worker1 Running Running 9 seconds +1x0v8yomsncd redis.5 redis:3.0.5 manager1 Running Running 8 seconds +71v7je3el7rr redis.6 redis:3.0.5 worker2 Running Running 9 seconds +4l3zm9b7tfr7 redis.7 redis:3.0.5 worker2 Running Running 9 seconds +9tfpyixiy2i7 redis.8 redis:3.0.5 worker1 Running Running 9 seconds +3w1wu13yupln redis.9 redis:3.0.5 manager1 Running Running 8 seconds +8eaxrb2fqpbn redis.10 redis:3.0.5 manager1 Running Running 8 seconds +``` + +In addition to _running_ tasks, the output also shows the task history. For +example, after updating the service to use the `redis:3.0.6` image, the output +may look like this: + +```bash +$ docker service ps redis + +ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS +50qe8lfnxaxk redis.1 redis:3.0.6 manager1 Running Running 6 seconds ago +ky2re9oz86r9 \_ redis.1 redis:3.0.5 manager1 Shutdown Shutdown 8 seconds ago +3s46te2nzl4i redis.2 redis:3.0.6 worker2 Running Running less than a second ago +nvjljf7rmor4 \_ redis.2 redis:3.0.6 worker2 Shutdown Rejected 23 seconds ago "No such image: redis@sha256:6…" +vtiuz2fpc0yb \_ redis.2 redis:3.0.5 worker2 Shutdown Shutdown 1 second ago +jnarweeha8x4 redis.3 redis:3.0.6 worker1 Running Running 3 seconds ago +vs448yca2nz4 \_ redis.3 redis:3.0.5 worker1 Shutdown Shutdown 4 seconds ago +jf1i992619ir redis.4 redis:3.0.6 worker1 Running Running 10 seconds ago +blkttv7zs8ee \_ redis.4 redis:3.0.5 worker1 Shutdown Shutdown 11 seconds ago +``` + +The number of items in the task history is determined by the +`--task-history-limit` option that was set when initializing the swarm. You can +change the task history retention limit using the +[`docker swarm update`](swarm_update.md) command. + +When deploying a service, docker resolves the digest for the service's +image, and pins the service to that digest. The digest is not shown by +default, but is printed if `--no-trunc` is used. The `--no-trunc` option +also shows the non-truncated task ID, and error-messages, as can be seen below; + +```bash +$ docker service ps --no-trunc redis + +ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS +50qe8lfnxaxksi9w2a704wkp7 redis.1 redis:3.0.6@sha256:6a692a76c2081888b589e26e6ec835743119fe453d67ecf03df7de5b73d69842 manager1 Running Running 5 minutes ago +ky2re9oz86r9556i2szb8a8af \_ redis.1 redis:3.0.5@sha256:f8829e00d95672c48c60f468329d6693c4bdd28d1f057e755f8ba8b40008682e worker2 Shutdown Shutdown 5 minutes ago +bk658fpbex0d57cqcwoe3jthu redis.2 redis:3.0.6@sha256:6a692a76c2081888b589e26e6ec835743119fe453d67ecf03df7de5b73d69842 worker2 Running Running 5 seconds +nvjljf7rmor4htv7l8rwcx7i7 \_ redis.2 redis:3.0.6@sha256:6a692a76c2081888b589e26e6ec835743119fe453d67ecf03df7de5b73d69842 worker2 Shutdown Rejected 5 minutes ago "No such image: redis@sha256:6a692a76c2081888b589e26e6ec835743119fe453d67ecf03df7de5b73d69842" +``` + +## Filtering + +The filtering flag (`-f` or `--filter`) format is a `key=value` pair. If there +is more than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bif=baz"`). +Multiple filter flags are combined as an `OR` filter. For example, +`-f name=redis.1 -f name=redis.7` returns both `redis.1` and `redis.7` tasks. + +The currently supported filters are: + +* [id](#id) +* [name](#name) +* [node](#node) +* [desired-state](#desired-state) + + +#### ID + +The `id` filter matches on all or a prefix of a task's ID. + +```bash +$ docker service ps -f "id=8" redis + +ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS +8ryt076polmc redis.4 redis:3.0.6 worker1 Running Running 9 seconds +8eaxrb2fqpbn redis.10 redis:3.0.6 manager1 Running Running 8 seconds +``` + +#### Name + +The `name` filter matches on task names. + +```bash +$ docker service ps -f "name=redis.1" redis +ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS +qihejybwf1x5 redis.1 redis:3.0.6 manager1 Running Running 8 seconds +``` + + +#### Node + +The `node` filter matches on a node name or a node ID. + +```bash +$ docker service ps -f "node=manager1" redis +ID NAME IMAGE NODE DESIRED STATE CURRENT STATE ERROR PORTS +0qihejybwf1x redis.1 redis:3.0.6 manager1 Running Running 8 seconds +1x0v8yomsncd redis.5 redis:3.0.6 manager1 Running Running 8 seconds +3w1wu13yupln redis.9 redis:3.0.6 manager1 Running Running 8 seconds +8eaxrb2fqpbn redis.10 redis:3.0.6 manager1 Running Running 8 seconds +``` + + +#### desired-state + +The `desired-state` filter can take the values `running`, `shutdown`, and `accepted`. diff --git a/engine/reference/commandline/service_scale.md b/engine/reference/commandline/service_scale.md index c57e7236f9f..133e6f595c2 100644 --- a/engine/reference/commandline/service_scale.md +++ b/engine/reference/commandline/service_scale.md @@ -13,3 +13,64 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Scale a service + +The scale command enables you to scale one or more replicated services either up +or down to the desired number of replicas. This command cannot be applied on +services which are global mode. The command will return immediately, but the +actual scaling of the service may take some time. To stop all replicas of a +service while keeping the service active in the swarm you can set the scale to 0. + +For example, the following command scales the "frontend" service to 50 tasks. + +```bash +$ docker service scale frontend=50 +frontend scaled to 50 +``` + +The following command tries to scale a global service to 10 tasks and returns an error. + +``` +$ docker service create --mode global --name backend backend:latest +b4g08uwuairexjub6ome6usqh +$ docker service scale backend=10 +backend: scale can only be used with replicated mode +``` + +Directly afterwards, run `docker service ls`, to see the actual number of +replicas. + +```bash +$ docker service ls --filter name=frontend + +ID NAME MODE REPLICAS IMAGE +3pr5mlvu3fh9 frontend replicated 15/50 nginx:alpine +``` + +You can also scale a service using the [`docker service update`](service_update.md) +command. The following commands are equivalent: + +```bash +$ docker service scale frontend=50 +$ docker service update --replicas=50 frontend +``` + +### Scale multiple services + +The `docker service scale` command allows you to set the desired number of +tasks for multiple services at once. The following example scales both the +backend and frontend services: + +```bash +$ docker service scale backend=3 frontend=5 +backend scaled to 3 +frontend scaled to 5 + +$ docker service ls +ID NAME MODE REPLICAS IMAGE +3pr5mlvu3fh9 frontend replicated 5/5 nginx:alpine +74nzcxxjv6fq backend replicated 3/3 redis:3.0.6 +``` diff --git a/engine/reference/commandline/service_update.md b/engine/reference/commandline/service_update.md index 39a0dede996..1e0b545eeb4 100644 --- a/engine/reference/commandline/service_update.md +++ b/engine/reference/commandline/service_update.md @@ -13,3 +13,83 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Update a service + +```bash +$ docker service update --limit-cpu 2 redis +``` + +### Perform a rolling restart with no parameter changes + +```bash +$ docker service update --force --update-parallelism 1 --update-delay 30s redis +``` + +In this example, the `--force` flag causes the service's tasks to be shut down +and replaced with new ones even though none of the other parameters would +normally cause that to happen. The `--update-parallelism 1` setting ensures +that only one task is replaced at a time (this is the default behavior). The +`--update-delay 30s` setting introduces a 30 second delay between tasks, so +that the rolling restart happens gradually. + +### Adding and removing mounts + +Use the `--mount-add` or `--mount-rm` options add or remove a service's bind-mounts +or volumes. + +The following example creates a service which mounts the `test-data` volume to +`/somewhere`. The next step updates the service to also mount the `other-volume` +volume to `/somewhere-else`volume, The last step unmounts the `/somewhere` mount +point, effectively removing the `test-data` volume. Each command returns the +service name. + +- The `--mount-add` flag takes the same parameters as the `--mount` flag on + `service create`. Refer to the [volumes and + bind-mounts](service_create.md#volumes-and-bind-mounts-mount) section in the + `service create` reference for details. + +- The `--mount-rm` flag takes the `target` path of the mount. + +```bash +$ docker service create \ + --name=myservice \ + --mount \ + type=volume,source=test-data,target=/somewhere \ + nginx:alpine \ + myservice + +myservice + +$ docker service update \ + --mount-add \ + type=volume,source=other-volume,target=/somewhere-else \ + myservice + +myservice + +$ docker service update --mount-rm /somewhere myservice + +myservice +``` + +### Adding and removing secrets + +Use the `--secret-add` or `--secret-rm` options add or remove a service's +secrets. + +The following example adds a secret named `ssh-2` and removes `ssh-1`: + +```bash +$ docker service update \ + --secret-add source=ssh-2,target=ssh-2 \ + --secret-rm ssh-1 \ + myservice +``` + +### Update services using templates + +Some flags of `service update` support the use of templating. +See [`service create`](./service_create.md#templating) for the reference. diff --git a/engine/reference/commandline/system_events.md b/engine/reference/commandline/system_events.md index 1d43a8c2e9a..6ba3b245dde 100644 --- a/engine/reference/commandline/system_events.md +++ b/engine/reference/commandline/system_events.md @@ -13,3 +13,109 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Listening for Docker events + +After running docker events a container 786d698004576 is started and stopped +(The container name has been shortened in the output below): + + $ docker events + + 2015-01-28T20:21:31.000000000-08:00 59211849bc10: (from whenry/testimage:latest) start + 2015-01-28T20:21:31.000000000-08:00 59211849bc10: (from whenry/testimage:latest) die + 2015-01-28T20:21:32.000000000-08:00 59211849bc10: (from whenry/testimage:latest) stop + +### Listening for events since a given date +Again the output container IDs have been shortened for the purposes of this document: + + $ docker events --since '2015-01-28' + + 2015-01-28T20:25:38.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) create + 2015-01-28T20:25:38.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) start + 2015-01-28T20:25:39.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) create + 2015-01-28T20:25:39.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) start + 2015-01-28T20:25:40.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) die + 2015-01-28T20:25:42.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) stop + 2015-01-28T20:25:45.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) start + 2015-01-28T20:25:45.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) die + 2015-01-28T20:25:46.000000000-08:00 c21f6c22ba27: (from whenry/testimage:latest) stop + +The following example outputs all events that were generated in the last 3 minutes, +relative to the current time on the client machine: + + # docker events --since '3m' + 2015-05-12T11:51:30.999999999Z07:00 4386fb97867d: (from ubuntu-1:14.04) die + 2015-05-12T15:52:12.999999999Z07:00 4386fb97867d: (from ubuntu-1:14.04) stop + 2015-05-12T15:53:45.999999999Z07:00 7805c1d35632: (from redis:2.8) die + 2015-05-12T15:54:03.999999999Z07:00 7805c1d35632: (from redis:2.8) stop + +If you do not provide the --since option, the command returns only new and/or +live events. + +### Format + +If a format (`--format`) is specified, the given template will be executed +instead of the default format. Go's **text/template** package describes all the +details of the format. + + {% raw %} + $ docker events --filter 'type=container' --format 'Type={{.Type}} Status={{.Status}} ID={{.ID}}' + Type=container Status=create ID=2ee349dac409e97974ce8d01b70d250b85e0ba8189299c126a87812311951e26 + Type=container Status=attach ID=2ee349dac409e97974ce8d01b70d250b85e0ba8189299c126a87812311951e26 + Type=container Status=start ID=2ee349dac409e97974ce8d01b70d250b85e0ba8189299c126a87812311951e26 + Type=container Status=resize ID=2ee349dac409e97974ce8d01b70d250b85e0ba8189299c126a87812311951e26 + Type=container Status=die ID=2ee349dac409e97974ce8d01b70d250b85e0ba8189299c126a87812311951e26 + Type=container Status=destroy ID=2ee349dac409e97974ce8d01b70d250b85e0ba8189299c126a87812311951e26 + {% endraw %} + +If a format is set to `{% raw %}{{json .}}{% endraw %}`, the events are streamed as valid JSON +Lines. For information about JSON Lines, please refer to http://jsonlines.org/ . + + {% raw %} + $ docker events --format '{{json .}}' + {"status":"create","id":"196016a57679bf42424484918746a9474cd905dd993c4d0f4.. + {"status":"attach","id":"196016a57679bf42424484918746a9474cd905dd993c4d0f4.. + {"Type":"network","Action":"connect","Actor":{"ID":"1b50a5bf755f6021dfa78e.. + {"status":"start","id":"196016a57679bf42424484918746a9474cd905dd993c4d0f42.. + {"status":"resize","id":"196016a57679bf42424484918746a9474cd905dd993c4d0f4.. + {% endraw %} + +### Filters + + $ docker events --filter 'event=stop' + 2014-05-10T17:42:14.999999999Z07:00 container stop 4386fb97867d (image=ubuntu-1:14.04) + 2014-09-03T17:42:14.999999999Z07:00 container stop 7805c1d35632 (image=redis:2.8) + + $ docker events --filter 'image=ubuntu-1:14.04' + 2014-05-10T17:42:14.999999999Z07:00 container start 4386fb97867d (image=ubuntu-1:14.04) + 2014-05-10T17:42:14.999999999Z07:00 container die 4386fb97867d (image=ubuntu-1:14.04) + 2014-05-10T17:42:14.999999999Z07:00 container stop 4386fb97867d (image=ubuntu-1:14.04) + + $ docker events --filter 'container=7805c1d35632' + 2014-05-10T17:42:14.999999999Z07:00 container die 7805c1d35632 (image=redis:2.8) + 2014-09-03T15:49:29.999999999Z07:00 container stop 7805c1d35632 (image= redis:2.8) + + $ docker events --filter 'container=7805c1d35632' --filter 'container=4386fb97867d' + 2014-09-03T15:49:29.999999999Z07:00 container die 4386fb97867d (image=ubuntu-1:14.04) + 2014-05-10T17:42:14.999999999Z07:00 container stop 4386fb97867d (image=ubuntu-1:14.04) + 2014-05-10T17:42:14.999999999Z07:00 container die 7805c1d35632 (image=redis:2.8) + 2014-09-03T15:49:29.999999999Z07:00 container stop 7805c1d35632 (image=redis:2.8) + + $ docker events --filter 'container=7805c1d35632' --filter 'event=stop' + 2014-09-03T15:49:29.999999999Z07:00 container stop 7805c1d35632 (image=redis:2.8) + + $ docker events --filter 'type=volume' + 2015-12-23T21:05:28.136212689Z volume create test-event-volume-local (driver=local) + 2015-12-23T21:05:28.383462717Z volume mount test-event-volume-local (read/write=true, container=562fe10671e9273da25eed36cdce26159085ac7ee6707105fd534866340a5025, destination=/foo, driver=local, propagation=rprivate) + 2015-12-23T21:05:28.650314265Z volume unmount test-event-volume-local (container=562fe10671e9273da25eed36cdce26159085ac7ee6707105fd534866340a5025, driver=local) + 2015-12-23T21:05:28.716218405Z volume destroy test-event-volume-local (driver=local) + + $ docker events --filter 'type=network' + 2015-12-23T21:38:24.705709133Z network create 8b111217944ba0ba844a65b13efcd57dc494932ee2527577758f939315ba2c5b (name=test-event-network-local, type=bridge) + 2015-12-23T21:38:25.119625123Z network connect 8b111217944ba0ba844a65b13efcd57dc494932ee2527577758f939315ba2c5b (name=test-event-network-local, container=b4be644031a3d90b400f88ab3d4bdf4dc23adb250e696b6328b85441abe2c54e, type=bridge) + + $ docker events --filter 'type=plugin' (experimental) + 2016-07-25T17:30:14.825557616Z plugin pull ec7b87f2ce84330fe076e666f17dfc049d2d7ae0b8190763de94e1f2d105993f (name=tiborvass/sample-volume-plugin:latest) + 2016-07-25T17:30:14.888127370Z plugin enable ec7b87f2ce84330fe076e666f17dfc049d2d7ae0b8190763de94e1f2d105993f (name=tiborvass/sample-volume-plugin:latest) diff --git a/engine/reference/commandline/system_info.md b/engine/reference/commandline/system_info.md index b23d898b457..ff7fbbc14e6 100644 --- a/engine/reference/commandline/system_info.md +++ b/engine/reference/commandline/system_info.md @@ -13,3 +13,152 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Display Docker system information + +Here is a sample output for a daemon running on Ubuntu, using the overlay2 +storage driver: + + $ docker -D info + Containers: 14 + Running: 3 + Paused: 1 + Stopped: 10 + Images: 52 + Server Version: 1.13.0 + Storage Driver: overlay2 + Backing Filesystem: extfs + Supports d_type: true + Native Overlay Diff: false + Logging Driver: json-file + Cgroup Driver: cgroupfs + Plugins: + Volume: local + Network: bridge host macvlan null overlay + Swarm: active + NodeID: rdjq45w1op418waxlairloqbm + Is Manager: true + ClusterID: te8kdyw33n36fqiz74bfjeixd + Managers: 1 + Nodes: 2 + Orchestration: + Task History Retention Limit: 5 + Raft: + Snapshot Interval: 10000 + Number of Old Snapshots to Retain: 0 + Heartbeat Tick: 1 + Election Tick: 3 + Dispatcher: + Heartbeat Period: 5 seconds + CA Configuration: + Expiry Duration: 3 months + Node Address: 172.16.66.128 172.16.66.129 + Manager Addresses: + 172.16.66.128:2477 + Runtimes: runc + Default Runtime: runc + Init Binary: docker-init + containerd version: 8517738ba4b82aff5662c97ca4627e7e4d03b531 + runc version: ac031b5bf1cc92239461125f4c1ffb760522bbf2 + init version: N/A (expected: v0.13.0) + Security Options: + apparmor + seccomp + Profile: default + Kernel Version: 4.4.0-31-generic + Operating System: Ubuntu 16.04.1 LTS + OSType: linux + Architecture: x86_64 + CPUs: 2 + Total Memory: 1.937 GiB + Name: ubuntu + ID: H52R:7ZR6:EIIA:76JG:ORIY:BVKF:GSFU:HNPG:B5MK:APSC:SZ3Q:N326 + Docker Root Dir: /var/lib/docker + Debug Mode (client): true + Debug Mode (server): true + File Descriptors: 30 + Goroutines: 123 + System Time: 2016-11-12T17:24:37.955404361-08:00 + EventsListeners: 0 + Http Proxy: http://test:test@proxy.example.com:8080 + Https Proxy: https://test:test@proxy.example.com:8080 + No Proxy: localhost,127.0.0.1,docker-registry.somecorporation.com + Registry: https://index.docker.io/v1/ + WARNING: No swap limit support + Labels: + storage=ssd + staging=true + Experimental: false + Insecure Registries: + 127.0.0.0/8 + Registry Mirrors: + http://192.168.1.2/ + http://registry-mirror.example.com:5000/ + Live Restore Enabled: false + + + +The global `-D` option tells all `docker` commands to output debug information. + +The example below shows the output for a daemon running on Red Hat Enterprise Linux, +using the devicemapper storage driver. As can be seen in the output, additional +information about the devicemapper storage driver is shown: + + $ docker info + Containers: 14 + Running: 3 + Paused: 1 + Stopped: 10 + Untagged Images: 52 + Server Version: 1.10.3 + Storage Driver: devicemapper + Pool Name: docker-202:2-25583803-pool + Pool Blocksize: 65.54 kB + Base Device Size: 10.74 GB + Backing Filesystem: xfs + Data file: /dev/loop0 + Metadata file: /dev/loop1 + Data Space Used: 1.68 GB + Data Space Total: 107.4 GB + Data Space Available: 7.548 GB + Metadata Space Used: 2.322 MB + Metadata Space Total: 2.147 GB + Metadata Space Available: 2.145 GB + Udev Sync Supported: true + Deferred Removal Enabled: false + Deferred Deletion Enabled: false + Deferred Deleted Device Count: 0 + Data loop file: /var/lib/docker/devicemapper/devicemapper/data + Metadata loop file: /var/lib/docker/devicemapper/devicemapper/metadata + Library Version: 1.02.107-RHEL7 (2015-12-01) + Execution Driver: native-0.2 + Logging Driver: json-file + Plugins: + Volume: local + Network: null host bridge + Kernel Version: 3.10.0-327.el7.x86_64 + Operating System: Red Hat Enterprise Linux Server 7.2 (Maipo) + OSType: linux + Architecture: x86_64 + CPUs: 1 + Total Memory: 991.7 MiB + Name: ip-172-30-0-91.ec2.internal + ID: I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S + Docker Root Dir: /var/lib/docker + Debug mode (client): false + Debug mode (server): false + Username: gordontheturtle + Registry: https://index.docker.io/v1/ + Insecure registries: + myinsecurehost:5000 + 127.0.0.0/8 + +You can also specify the output format: + + {% raw %} + $ docker info --format '{{json .}}' + + {"ID":"I54V:OLXT:HVMM:TPKO:JPHQ:CQCD:JNLC:O3BZ:4ZVJ:43XJ:PFHZ:6N2S","Containers":14, ...} + {% endraw %} diff --git a/engine/reference/commandline/version.md b/engine/reference/commandline/version.md index 992d4b63628..70aa20027e6 100644 --- a/engine/reference/commandline/version.md +++ b/engine/reference/commandline/version.md @@ -13,3 +13,50 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +### Display Docker version information + +The default output: + +```bash +$ docker version + Client: + Version: 1.8.0 + API version: 1.20 + Go version: go1.4.2 + Git commit: f5bae0a + Built: Tue Jun 23 17:56:00 UTC 2015 + OS/Arch: linux/amd64 + + Server: + Version: 1.8.0 + API version: 1.20 + Go version: go1.4.2 + Git commit: f5bae0a + Built: Tue Jun 23 17:56:00 UTC 2015 + OS/Arch: linux/amd64 +``` + +Get server version: + +```bash +{% raw %} +$ docker version --format '{{.Server.Version}}' + + 1.8.0 +{% endraw %} +``` + +Dump raw data: + +To view all available fields, you can use the format `{% raw %}{{json .}}{% endraw %}`. + +```bash +{% raw %} +$ docker version --format '{{json .}}' + +{"Client":{"Version":"1.8.0","ApiVersion":"1.20","GitCommit":"f5bae0a","GoVersion":"go1.4.2","Os":"linux","Arch":"amd64","BuildTime":"Tue Jun 23 17:56:00 UTC 2015"},"ServerOK":true,"Server":{"Version":"1.8.0","ApiVersion":"1.20","GitCommit":"f5bae0a","GoVersion":"go1.4.2","Os":"linux","Arch":"amd64","KernelVersion":"3.13.2-gentoo","BuildTime":"Tue Jun 23 17:56:00 UTC 2015"}} +{% endraw %} +``` diff --git a/engine/reference/commandline/volume_create.md b/engine/reference/commandline/volume_create.md index 1fac4851ddc..5fb2ee19c41 100644 --- a/engine/reference/commandline/volume_create.md +++ b/engine/reference/commandline/volume_create.md @@ -13,3 +13,37 @@ https://www.github.com/docker/docker --> {% include cli.md %} + +## Examples + +$ docker volume create hello +hello +$ docker run -d -v hello:/world busybox ls /world + +The mount is created inside the container's `/src` directory. Docker doesn't +not support relative paths for mount points inside the container. + +Multiple containers can use the same volume in the same time period. This is +useful if two containers need access to shared data. For example, if one +container writes and the other reads the data. + +### Driver specific options + +Some volume drivers may take options to customize the volume creation. Use the +`-o` or `--opt` flags to pass driver options: + +$ docker volume create --driver fake --opt tardis=blue --opt timey=wimey + +These options are passed directly to the volume driver. Options for different +volume drivers may do different things (or nothing at all). + +The built-in `local` driver on Windows does not support any options. + +The built-in `local` driver on Linux accepts options similar to the linux +`mount` command: + +$ docker volume create --driver local --opt type=tmpfs --opt device=tmpfs --opt o=size=100m,uid=1000 + +Another example: + +$ docker volume create --driver local --opt type=btrfs --opt device=/dev/sda2 From 50e75ff936200c50462c8135c0ae6d1baddc2e3e Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 5 Jan 2017 14:19:40 -0800 Subject: [PATCH 41/48] Rewrite and reorganize Linux install instructions Signed-off-by: Misty Stanley-Jones --- _data/toc.yaml | 28 +- engine/installation/binaries.md | 322 +++++++------- engine/installation/index.md | 10 +- engine/installation/linux/SUSE.md | 321 +++++++++++--- engine/installation/linux/centos.md | 294 ++++++------- engine/installation/linux/debian.md | 299 ++++++++----- engine/installation/linux/fedora.md | 308 +++++++------ .../installation/linux/linux-postinstall.md | 405 ++++++++++++++++++ engine/installation/linux/oracle.md | 310 ++++++++------ engine/installation/linux/other.md | 18 + engine/installation/linux/raspbian.md | 2 +- .../linux/repo_files/centos/docker.repo | 27 ++ .../linux/repo_files/fedora/docker.repo | 27 ++ .../linux/repo_files/oracle/docker.repo | 27 ++ engine/installation/linux/rhel.md | 286 +++++++------ engine/installation/linux/ubuntu.md | 239 +++++++++++ 16 files changed, 1958 insertions(+), 965 deletions(-) create mode 100644 engine/installation/linux/linux-postinstall.md create mode 100644 engine/installation/linux/other.md create mode 100644 engine/installation/linux/repo_files/centos/docker.repo create mode 100644 engine/installation/linux/repo_files/fedora/docker.repo create mode 100644 engine/installation/linux/repo_files/oracle/docker.repo create mode 100644 engine/installation/linux/ubuntu.md diff --git a/_data/toc.yaml b/_data/toc.yaml index dcbbb72cb26..2cbdc03332a 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -43,28 +43,26 @@ toc: title: Release Notes - sectiontitle: Docker for Linux section: - - path: /engine/installation/linux/ubuntulinux/ - title: Installation on Ubuntu + - path: /engine/installation/linux/ubuntu/ + title: Ubuntu - path: /engine/installation/linux/rhel/ - title: Installation on Red Hat Enterprise Linux + title: Red Hat Enterprise Linux - path: /engine/installation/linux/centos/ - title: Installation on CentOS + title: CentOS - path: /engine/installation/linux/fedora/ - title: Installation on Fedora + title: Fedora - path: /engine/installation/linux/debian/ - title: Installation on Debian - - path: /engine/installation/linux/archlinux/ - title: Installation on Arch Linux - - path: /engine/installation/linux/cruxlinux/ - title: Installation on CRUX Linux - - path: /engine/installation/linux/gentoolinux/ - title: Installation on Gentoo + title: Debian - path: /engine/installation/linux/oracle/ - title: Installation on Oracle Linux - - path: /engine/installation/linux/SUSE/ - title: Installation on openSUSE and SUSE Linux Enterprise + title: Oracle Linux + - path: /engine/installation/linux/suse/ + title: OpenSuSE and SuSE Linux Enterprise + - path: /engine/installation/linux/other/ + title: Other Linux distributions - path: /engine/installation/binaries/ title: Installation from binaries + - path: /engine/installation/linux-postinstall/ + title: Optional post-installation steps - sectiontitle: Docker for AWS section: - path: /docker-for-aws/ diff --git a/engine/installation/binaries.md b/engine/installation/binaries.md index e57e003f764..1f9506355b3 100644 --- a/engine/installation/binaries.md +++ b/engine/installation/binaries.md @@ -4,225 +4,199 @@ keywords: binaries, installation, docker, documentation, linux title: Install Docker from binaries --- -**This instruction set is meant for hackers who want to try out Docker -on a variety of environments.** +> **Note**: You may have been redirected to this page because there is no longer +> a dynamically-linked Docker package for your Linux distribution. + +If you want to try Docker or use it in a testing environment, but you're not on +a supported platform, you can try installing from static binaries. +**This is strongly discouraged in production environments.** + +Static binaries for the `dockerd` (Docker daemon) binary are only available for +Linux. Static binaries for the `docker` (Docker client) binary are available for +Linux, MacOS, and Windows. + +## Install daemon and client binaries on Linux + +### Prerequisites + +Before attempting to install Docker from binaries, be sure your host machine +meets the prerequisites: + +- A 64-bit installation +- Version 3.10 or higher of the Linux kernel. The latest version of the kernel + available for you platform is recommended. +- `iptables` version 1.4 or higher +- `git` version 1.7 or higher +- A `ps` executable, usually provided by `procps` or a similar package. +- [XZ Utils](http://tukaani.org/xz/) 4.9 or higher +- a [properly mounted]( + https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount) + `cgroupfs` hierarchy; a single, all-encompassing `cgroup` mount + point is not sufficient. See Github issues + [#2683](https://github.com/docker/docker/issues/2683), + [#3485](https://github.com/docker/docker/issues/3485), + [#4568](https://github.com/docker/docker/issues/4568)). + +#### Enable AppArmor and SELinux when possible + +It is recommended to use AppArmor or SELinux if your Linux distribution supports +either of the two. This helps improve security and blocks certain +types of exploits. Review the documentation for your Linux distribution for +instructions for enabling and configuring AppArmor or SELinux. -Before following these directions, you should really check if a packaged -version of Docker is already available for your distribution. We have -packages for many distributions, and more keep showing up all the time! +> **Warning**: +> If either of the security mechanisms is enabled, do not disable it as a +> work-around to make Docker or its containers run. Instead, configure it +> correctly to fix any problems. -## Check runtime dependencies +### Install static binaries -To run properly, docker needs the following software to be installed at -runtime: +1. Download the static binary archive. You can download either the latest + release binaries or a specific version. To find the download link, see the + [release notes](https://github.com/docker/docker/releases) for the version + of Docker you want to install. You can choose a `tar.gz` archive or `zip` + archive. - - iptables version 1.4 or later - - Git version 1.7 or later - - procps (or similar provider of a "ps" executable) - - XZ Utils 4.9 or later - - a [properly mounted]( - https://github.com/tianon/cgroupfs-mount/blob/master/cgroupfs-mount) - cgroupfs hierarchy (having a single, all-encompassing "cgroup" mount - point [is](https://github.com/docker/docker/issues/2683) - [not](https://github.com/docker/docker/issues/3485) - [sufficient](https://github.com/docker/docker/issues/4568)) +2. Extract the archive using `tar` or `unzip`, depending on the format you + downloaded. The `dockerd` and `docker` binaries are extracted. -## Check kernel dependencies + ```bash + $ tar xzvf /path/to/.tar.gz + ``` -Docker in daemon mode has specific kernel requirements. For details, -check your distribution in [*Installation*](index.md#on-linux). + ```bash + $ unzip /path/to/.zip + ``` -A 3.10 Linux kernel is the minimum requirement for Docker. -Kernels older than 3.10 lack some of the features required to run Docker -containers. These older versions are known to have bugs which cause data loss -and frequently panic under certain conditions. +3. **Optional**: Move the binaries to a directory on your executable path, such + as `/usr/bin/`. If you skip this step, you must provide the path to the + executable when you invoke `docker` or `dockerd` commands. -The latest minor version (3.x.y) of the 3.10 (or a newer maintained version) -Linux kernel is recommended. Keeping the kernel up to date with the latest -minor version will ensure critical kernel bugs get fixed. + ```bash + $ sudo cp docker/* /usr/bin/ + ``` -> **Warning**: -> Installing custom kernels and kernel packages is probably not -> supported by your Linux distribution's vendor. Please make sure to -> ask your vendor about Docker support first before attempting to -> install custom kernels on your distribution. +4. Start the Docker daemon: -> **Warning**: -> Installing a newer kernel might not be enough for some distributions -> which provide packages which are too old or incompatible with -> newer kernels. + ```bash + $ sudo dockerd & + ``` -Note that Docker also has a client mode, which can run on virtually any -Linux kernel (it even builds on macOS!). + If you need to start the daemon with additional options, modify the above + command accordingly. +>>>>>>> c02c644... Rewrite and reorganize Linux install instructions -## Enable AppArmor and SELinux when possible +5. Verify that Docker is installed correctly by running the `hello-world` + image. -Please use AppArmor or SELinux if your Linux distribution supports -either of the two. This helps improve security and blocks certain -types of exploits. Your distribution's documentation should provide -detailed steps on how to enable the recommended security mechanism. - -Some Linux distributions enable AppArmor or SELinux by default and -they run a kernel which doesn't meet the minimum requirements (3.10 -or newer). Updating the kernel to 3.10 or newer on such a system -might not be enough to start Docker and run containers. -Incompatibilities between the version of AppArmor/SELinux user -space utilities provided by the system and the kernel could prevent -Docker from running, from starting containers or, cause containers to -exhibit unexpected behaviour. + ```bash + $ sudo docker run hello-world + ``` -> **Warning**: -> If either of the security mechanisms is enabled, it should not be -> disabled to make Docker or its containers run. This will reduce -> security in that environment, lose support from the distribution's -> vendor for the system, and might break regulations and security -> policies in heavily regulated environments. - -## Get the Docker Engine binaries - -You can download either the latest release binaries or a specific version. View -the `docker/docker` [Releases page](https://github.com/docker/docker/releases). - -A group of download links is included at the bottom of the release notes for -each version of Docker. You can use these links to download the source code -archive for that release, binaries for supported platforms, and static binaries -for unsupported Linux platforms. Use the links listed in the Downloads section -to download the appropriate binaries. - -### Limitations of Windows and macOS binaries + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -For Windows, the `i386` download contains a 32-bit client-only binary. The -`x86_64` download contains both client and daemon binaries for 64-bit Windows -Server 2016 and Windows 10 systems. +### Next steps -The macOS binary only contains a client. You cannot use it to run the `dockerd` -daemon. If you need to run the daemon, install -[Docker for Mac](/docker-for-mac/index.md) instead. +- Continue to [Post-installation steps for Linux](linux-postinstall.md) -### URL patterns for static binaries +- Continue with the [User Guide](../../userguide/index.md). -The URLs for released binaries are stable and follow a predictable pattern. -Unfortunately, it is not possible to browse the releases in a directory -structure. If you do not want to get the links from the release notes for a -release, you can infer the URL for the binaries by using the following patterns: - -| Description | URL pattern | -|------------------------|-------------------------------------------------------------------| -| Latest Linux 64-bit | `https://get.docker.com/builds/Linux/x86_64/docker-latest.tgz` | -| Latest Linux 32-bit | `https://get.docker.com/builds/Linux/i386/docker-latest.tgz` | -| Specific version Linux 64-bit| `https://get.docker.com/builds/Linux/x86_64/docker-.tgz` | -| Specific version Linux 32-bit| `https://get.docker.com/builds/Linux/i386/docker-.tgz` | -| Latest Windows 64-bit | `https://get.docker.com/builds/Windows/x86_64/docker-latest.zip` | -| Latest Windows 32-bit | `https://get.docker.com/builds/Windows/i386/docker-latest.zip` | -| Specific version Windows 64-bit | `https://get.docker.com/builds/Windows/x86_64/docker-.zip` | -| Specific version Windows 32-bit | `https://get.docker.com/builds/Windows/i386/docker-.zip` | -| Latest MacOS 64-bit | `https://get.docker.com/builds/Darwin/x86_64/docker-latest.tgz` | -| Specific version MacOS 64-bit | `https://get.docker.com/builds/Darwin/x86_64/docker-.tgz` | +## Install client binaries on macOS -For example, the stable URL for the Docker 1.11.0 64-bit static binary for Linux -is `https://get.docker.com/builds/Linux/x86_64/docker-1.11.0.tgz`. +The macOS binary includes the Docker client only. It does not include the +`dockerd` daemon. -> **Note** These instructions are for Docker Engine 1.11 and up. Engine 1.10 and -> under consists of a single binary, and instructions for those versions are -> different. To install version 1.10 or below, follow the instructions in the -> [1.10 documentation](/v1.10/engine/installation/binaries/){: target="_blank" class="_" }. +1. Download the static binary archive. You can download either the latest + release binaries or a specific version. To find the download link, see the + [release notes](https://github.com/docker/docker/releases) for the version + of Docker you want to install. You can choose a `tar.gz` archive or + `zip` archive. -To verify the integrity of downloaded files, you can get an MD5 or SHA256 -checksum by adding `.md5` or `.sha256` to the end of the URL. For instance, -to verify the `docker-1.11.0.tgz` link above, use the URL -`https://get.docker.com/builds/Linux/x86_64/docker-1.11.0.tgz.md5` or -`https://get.docker.com/builds/Linux/x86_64/docker-1.11.0.tgz.sha256`. +2. Extract the archive using `tar` or `unzip`, depending on the format you + downloaded. The `docker` binary is extracted. -## Install the Linux binaries + ```bash + $ tar xzvf /path/to/.tar.gz + ``` -After downloading, you extract the archive, which puts the binaries in a -directory named `docker` in your current location. + ```bash + $ unzip /path/to/.zip + ``` +3. **Optional**: Move the binaries to a directory on your executable path, such + as `/usr/local/bin/`. If you skip this step, you must provide the path to the + executable when you invoke `docker` or `dockerd` commands. -```bash -$ tar -xvzf docker-latest.tgz + ```bash + $ sudo cp docker/docker /usr/local/bin/ + ``` -docker/ -docker/docker -docker/docker-containerd -docker/docker-containerd-ctr -docker/docker-containerd-shim -docker/docker-proxy -docker/docker-runc -docker/dockerd -``` +4. To connect the `docker` client to a remote host, either set the + `DOCKER_HOST` environment variable to the hostname or IP address of the + Docker daemon or add the `-H ` option to each `docker` command. -Engine requires these binaries to be installed in your host's `$PATH`. -For example, to install the binaries in `/usr/bin`: +5. Verify that Docker is installed correctly by running the `hello-world` + image. -```bash -$ mv docker/* /usr/bin/ -``` + ```bash + $ sudo docker -H run hello-world + ``` -> **Note**: Depending on your current setup, you can specify custom paths -> for some of the binaries provided. + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -> **Note**: If you already have Engine installed on your host, make sure you -> stop Engine before installing (`killall docker`), and install the binaries -> in the same location. You can find the location of the current installation -> with `dirname $(which docker)`. -### Run the Engine daemon on Linux +## Install server and binaries on Windows -You can manually start the Engine in daemon mode using: +You can install Docker from binaries on Windows Server 2016 or Windows 10. -```bash -$ sudo dockerd & -``` +- To install both client and server binaries, download the 64-bit binary. The + archive includes `x86.64` in the file name. -The GitHub repository provides samples of init-scripts you can use to control -the daemon through a process manager, such as upstart or systemd. You can find -these scripts in the -contrib directory. +- To install the client only, download the 32-bit binary. The archive includes + `i386` in the file name. -For additional information about running the Engine in daemon mode, refer to -the [daemon command](../reference/commandline/dockerd.md) in the Engine command -line reference. -## Install the macOS binaries +1. Download the static binary archive. You can download either the latest + release binaries or a specific version. To find the download link, see the + [release notes](https://github.com/docker/docker/releases) for the version + of Docker you want to install. -You can extract the downloaded archive either by double-clicking the downloaded -`.tgz` or on the command line, using `tar -xvzf docker-1.11.0.tgz`. You can run -the client binary from any location on your filesystem. +2. Extract the archive using OS utilities. A `docker` directory is created, + and contains a `docker.exe` binary and a `dockerd.exe` binary if you + downloaded the 64-bit version. -## Install the Windows binary -You can extract the downloaded archive by double-clicking the downloaded -`.zip`. You can run the client binary from any location on your filesystem. +3. **Optional**: Move the binaries to a directory on your executable path. If + you skip this step, you must provide the path to the + executable when you invoke `docker` or `dockerd` commands. -## Run client commands without root access - -On Linux, the `dockerd` daemon always runs as the root user and binds to a Unix -socket instead of a TCP port. By default that Unix socket is owned by the -`root` user. This means that by default, you need to use `sudo` to run `docker` -commands. +4. If you downloaded the 64-bit archive, you can start the `dockerd` daemon. -If you (or your Docker installer) create a Unix group called `docker` and add -users to it, the `dockerd` daemon will change the ownership of the Unix socket -to be readable and writable by members of the `docker` group when the daemon -starts. The `dockerd` daemon must always run as the root user, but you can run -`docker` client commands, such as `docker run`, as a non-privileged user. + ```none + C:\> dockerd + ``` -> **Warning**: -> Membership in the *docker* group (or the group specified with `-G`) is equivalent -> to `root` access. See -> [*Docker Daemon Attack Surface*](../security/security.md#docker-daemon-attack-surface) details. +5. Verify that Docker is installed correctly by running the `hello-world` + image. + + > **Note**: To connect the `docker` client to a remote host, either set the + > `DOCKER_HOST` environment variable to the hostname or IP address of the + > Docker daemon or add the `-H ` option to each `docker` command. -## Upgrade Docker Engine + ```none + C:\> docker run hello-world + ``` -Before you upgrade your manual installation of Docker Engine on Linux, first -stop the docker daemon: + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -```bash -$ killall dockerd -``` +## Upgrade static binaries -After the Docker daemon stops, move the old binaries out of the way and follow -the [regular installation steps](binaries.md#get-the-linux-binaries). +To upgrade your manual installation of Docker Engine on Linux, first stop any +`dockerd` processes running locally, then follow the +[regular installation steps](#get-the-linux-binaries), overwriting any existing +`dockerd` or `docker` binaries with the newer versions. ## Next steps diff --git a/engine/installation/index.md b/engine/installation/index.md index ea4ffa569d2..fc9c876dfe1 100644 --- a/engine/installation/index.md +++ b/engine/installation/index.md @@ -12,22 +12,18 @@ Docker Engine is supported on Linux, Cloud, Windows, and macOS. Installation instructions are available for the following: ## On Linux -* [Arch Linux](linux/archlinux.md) * [CentOS](linux/centos.md) -* [CRUX Linux](linux/cruxlinux.md) * [Debian](linux/debian.md) * [Fedora](linux/fedora.md) -* [Gentoo](linux/gentoolinux.md) * [Oracle Linux](linux/oracle.md) -* [Raspbian](linux/raspbian.md) * [Red Hat Enterprise Linux](linux/rhel.md) * [openSUSE and SUSE Linux Enterprise](linux/SUSE.md) * [Ubuntu](linux/ubuntulinux.md) +* [Other Linux distributions](linux/other.md) If your linux distribution is not listed above, don't give up yet. To try out -Docker on a distribution that is not listed above, go here: -[Installation from binaries](binaries.md). - +Docker on a different Linux distribution, consider +[installing from binaries](binaries.md). ## On macOS and Windows diff --git a/engine/installation/linux/SUSE.md b/engine/installation/linux/SUSE.md index 96c7cbfca7c..67231256647 100644 --- a/engine/installation/linux/SUSE.md +++ b/engine/installation/linux/SUSE.md @@ -1,112 +1,301 @@ --- -description: Installation instructions for Docker on openSUSE and on SUSE Linux Enterprise. -keywords: openSUSE, SUSE Linux Enterprise, SUSE, SLE, docker, documentation, installation +description: Instructions for installing Docker on OpenSUSE and SLES +keywords: Docker, Docker documentation, requirements, apt, installation, suse, opensuse, sles, rpm, install, uninstall, upgrade, update redirect_from: - /engine/installation/SUSE/ -title: Install Docker on openSUSE and SUSE Linux Enterprise +title: Get Docker for OpenSUSE and SLES --- -This page provides instructions for installing and configuring the latest -Docker Engine software on openSUSE and SUSE systems. - ->**Note:** You can also find bleeding edge Docker versions inside of the repositories maintained by the [Virtualization:containers project](https://build.opensuse.org/project/show/Virtualization:containers) on the [Open Build Service](https://build.opensuse.org/). This project delivers also other packages that are related with the Docker ecosystem (for example, Docker Compose). +To get started with Docker on OpenSUSE or SLES, make sure you +[meet the prerequisites](#prerequisites), then +[install Docker](#install-docker). ## Prerequisites -You must be running a 64 bit architecture. +### OS requirements + +To install Docker, you need the 64-bit version one of the following: + +- OpenSuSE Leap 42.x +- SLES 12.x + +### Remove unofficial Docker packages + +OpenSUSE's operating system repositories contain an older version of Docker, +with the package name `docker` instead of `docker-engine`. If you installed this +version of Docker on OpenSUSE or on SLES by using the OpenSUSE repositories, +remove it using the following command: + +```bash +$ sudo zypper rm docker +``` + +The contents of `/var/lib/docker` are not removed, so any images, containers, +or volumes you created using the older version of Docker are preserved. + +## Install Docker + +You can install Docker in different ways, depending on your needs: + +- Most users + [set up Docker's repositories](#install-using-the-repository) and install + from them, for ease of installation and upgrade tasks. This is the + recommended approach. + +- Some users download the RPM package and install it manually and manage + upgrades completely manually. + +- Some users cannot use third-party repositories, and must rely on the version + of Docker in the OpenSUSE or SLES repositories. This version of Docker may be + out of date. Those users should consult the CentOS documentation and not + follow these procedures. + +### Install using the repository + +Before you install Docker for the first time on a new host machine, you need to +set up the Docker repository. Afterward, you can install, update, or downgrade +Docker from the repository. + +#### Set up the repository + +1. Verify and import Docker's public key, which is used to sign packages in + Docker's repository. + + First, verify that the fingerprint is `58118E89F3A912897C070ADBF76221572C52609D`: + + ```bash + $ curl -s https://yum.dockerproject.org/gpg | gpg --quiet --with-fingerprint + + pub 4096R/2C52609D 2015-07-14 + Key fingerprint = 5811 8E89 F3A9 1289 7C07 0ADB F762 2157 2C52 609D + uid Docker Release Tool (releasedocker) + ``` + + If the fingerprint matches, import the key: + + ```bash + $ sudo rpm --import https://yum.dockerproject.org/gpg + ``` + +2. Use the following command to set up the **stable** repository: + + ```bash + $ sudo zypper addrepo \ + https://yum.dockerproject.org/repo/main/opensuse/13.2/ \ + docker-main + ``` + +3. **Optional**: Enable the **testing** repository. You can enable it alongside + the stable repository. Do not use unstable repositories on on production + systems or for non-testing workloads. + + > **Warning**: If you have both stable and unstable repositories enabled, + > updating without specifying a version in the `zypper install` or + > `zypper update` command will always install the highest possible version, + > which will almost certainly be an unstable one. + + + ```bash + $ sudo zypper addrepo \ + https://yum.dockerproject.org/repo/testing/opensuse/13.2/ \ + docker-testing + ``` + + You can disable a repository at any time by running the `zypper rmrepo` + command. The following command disables the `testing` repository. + + ```bash + $ sudo zypper removerepo docker-testing + ``` + +#### Install Docker + +1. Update the `zypper` package index. + + ```bash + $ sudo zypper refresh + ``` + +2. Install the latest version of Docker, or go to the next step to install a + specific version. + + ```bash + $ sudo zypper install docker-engine + ``` + + > **Warning**: If you have both stable and unstable repositories enabled, + > installing or updating Docker without specifying a version in the + > `zypper install` or `zypper update` command will always install the highest + > available version, which will almost certainly be an unstable one. + + The RPM will install, but you will receive the following error during the + post-installation procedure, because Docker cannot start the service + automatically: + + ```none + Additional rpm output: + /var/tmp/rpm-tmp.YGySzA: line 1: fg: no job control + ``` + + Start Docker: + + ```bash + $ sudo service docker start + ``` + +3. On production systems, you should install a specific version of Docker + instead of always using the latest. List the available versions. The + following example only lists binary packages and is truncated. To also list + source packages, omit the `-t package` flag from the command. + + ```bash + $ zypper search -s --match-exact -t package docker-engine + + Loading repository data... + Reading installed packages... -## openSUSE + S | Name | Type | Version | Arch | Repository + --+---------------+---------+---------------------------------------+--------+--------------- + | docker-engine | package | 1.13.0-1 | x86_64 | docker-main + | docker-engine | package | 1.13.0-0.7.rc7 | x86_64 | docker-testing + | docker-engine | package | 1.13.0-0.6.rc6 | x86_64 | docker-testing + | docker-engine | package | 1.13.0-0.5.rc5 | x86_64 | docker-testing + | docker-engine | package | 1.13.0-0.4.rc4 | x86_64 | docker-testing + | docker-engine | package | 1.13.0-0.3.rc3 | x86_64 | docker-testing + | docker-engine | package | 1.13.0-0.2.rc2 | x86_64 | docker-testing + | docker-engine | package | 1.13.0-0.1.rc1 | x86_64 | docker-testing + | docker-engine | package | 1.12.6-1 | x86_64 | docker-main + | docker-engine | package | 1.12.5-1 | x86_64 | docker-main + | docker-engine | package | 1.12.4-1 | x86_64 | docker-main + | docker-engine | package | 1.12.3-1 | x86_64 | docker-main + | docker-engine | package | 1.12.2-1 | x86_64 | docker-main + | docker-engine | package | 1.12.1-1 | x86_64 | docker-main + | docker-engine | package | 1.12.0-1 | x86_64 | docker-main + ``` -Docker is part of the official openSUSE repositories starting from 13.2. No -additional repository is required on your system. + The contents of the list depend upon which repositories you have enabled. + Choose a specific version to + install. The third column is the version string. The fifth column is the + repository name, which indicates which repository the package is from and by + extension its stability level. To install a specific version, append the + version string to the package name and separate them by a hyphen (`-`): -## SUSE Linux Enterprise + ```bash + $ sudo zypper install docker-engine- + ``` -Docker is officially supported on SUSE Linux Enterprise 12 and later. You can find the latest supported Docker packages inside the `Container` module. To enable this module, do the following: + The RPM will install, but you will receive the following error during the + post-installation procedure, because Docker cannot start the service + automatically: -1. Start YaST, and select *Software > Software Repositories*. -2. Click *Add* to open the add-on dialog. -3. Select *Extensions and Module from Registration Server* and click *Next*. -4. From the list of available extensions and modules, select *Container Module* and click *Next*. - The containers module and its repositories are added to your system. -5. If you use Subscription Management Tool, update the list of repositories at the SMT server. + ```none + Additional rpm output: + /var/tmp/rpm-tmp.YGySzA: line 1: fg: no job control + ``` -Otherwise execute the following command: + Start Docker: - $ sudo SUSEConnect -p sle-module-containers/12/x86_64 -r '' + ```bash + $ sudo service docker start + ``` -> **Note:** currently the `-r ''` flag is required to avoid a known limitation of `SUSEConnect`. +4. Verify that `docker` is installed correctly by running the `hello-world` + image. -The [Virtualization:containers project](https://build.opensuse.org/project/show/Virtualization:containers) -on the [Open Build Service](https://build.opensuse.org/) contains also bleeding -edge Docker packages for SUSE Linux Enterprise. However these packages are -**not supported** by SUSE. + ```bash + $ sudo docker run hello-world + ``` -### Install Docker + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -1. Install the Docker package: +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Linux postinstall](linux-postinstall.md) to allow non-privileged +users to run Docker commands and for other optional configuration steps. - $ sudo zypper in docker +#### Upgrade Docker -2. Start the Docker daemon. +To upgrade Docker, first run `sudo zypper refresh`, then follow the +[installation instructions](#install-docker), choosing the new version you want +to install. - $ sudo systemctl start docker +### Install from a package -3. Test the Docker installation. +If you cannot use Docker's repository to install Docker, you can download the +`.rpm` file for your release and install it manually. You will need to download +a new file each time you want to upgrade Docker. - $ sudo docker run hello-world +1. Go to [https://yum.dockerproject.org/repo/main/opensuse/13.2/Packages/](https://yum.dockerproject.org/repo/main/opensuse/13.2/Packages/) + and download the `.rpm` file for the Docker version you want to install. -## Configure Docker boot options + > **Note**: To install a testing version, change the word `main` in the + > URL to `testing`. Do not use unstable versions of Docker in production + > or for non-testing workloads. -You can use these steps on openSUSE or SUSE Linux Enterprise. To start the `docker daemon` at boot, set the following: +2. Install Docker, changing the path below to the path where you downloaded + the Docker package. - $ sudo systemctl enable docker + ```bash + $ sudo yum -y install /path/to/package.rpm + ``` -The `docker` package creates a new group named `docker`. Users, other than -`root` user, must be part of this group to interact with the -Docker daemon. You can add users with this command syntax: + The RPM will install, but you will receive the following error during the + post-installation procedure, because Docker cannot start the service + automatically: - $ sudo /usr/sbin/usermod -a -G docker + ```none + Additional rpm output: + /var/tmp/rpm-tmp.YGySzA: line 1: fg: no job control + ``` -Once you add a user, make sure they relog to pick up these new permissions. + Start Docker: -## Enable external network access + ```bash + $ sudo service docker start + ``` -If you want your containers to be able to access the external network, you must -enable the `net.ipv4.ip_forward` rule. To do this, use YaST. +3. Verify that `docker` is installed correctly by running the `hello-world` + image. -For openSUSE Tumbleweed and later, browse to the **System -> Network Settings -> Routing** menu. For SUSE Linux Enterprise 12 and previous openSUSE versions, browse to **Network Devices -> Network Settings -> Routing** menu (f) and check the *Enable IPv4 Forwarding* box. + ```bash + $ sudo docker run hello-world + ``` -When networking is handled by the Network Manager, instead of YaST you must edit -the `/etc/sysconfig/SuSEfirewall2` file needs by hand to ensure the `FW_ROUTE` -flag is set to `yes` like so: + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. - FW_ROUTE="yes" +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Post-installation steps for Linux](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. -## Custom daemon options +#### Upgrade Docker -If you need to add an HTTP Proxy, set a different directory or partition for the -Docker runtime files, or make other customizations, read the systemd article to -learn how to [customize your systemd Docker daemon options](../../admin/systemd.md). +To upgrade Docker, download the newer package file and repeat the +[installation procedure](#install-from-a-package), using `zypper update` +instead of `zypper install`, and pointing to the new file. -## Uninstallation +## Uninstall Docker -To uninstall the Docker package: +1. Uninstallation using `zypper rm` fails. Uninstall the Docker package using + the following command: - $ sudo zypper rm docker + ```bash + $ sudo rpm -e --noscripts docker-engine + ``` -The above command does not remove images, containers, volumes, or user created -configuration files on your host. If you wish to delete all images, containers, -and volumes run the following command: +2. Images, containers, volumes, or customized configuration files on your host + are not automatically removed. To delete all images, containers, and + volumes: - $ rm -rf /var/lib/docker + ```bash + $ sudo rm -rf /var/lib/docker + ``` -You must delete the user created configuration files manually. +You must delete any edited configuration files manually. -## Where to go from here +## Next steps -You can find more details about Docker on openSUSE or SUSE Linux Enterprise in the -[Docker quick start guide](https://www.suse.com/documentation/sles-12/dockerquick/data/dockerquick.html) -on the SUSE website. The document targets SUSE Linux Enterprise, but its contents apply also to openSUSE. +- Continue to [Post-installation steps for Linux](linux-postinstall.md) -Continue to the [User Guide](../../userguide/index.md). +- Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/centos.md b/engine/installation/linux/centos.md index bea52f2b5c3..40436e556d8 100644 --- a/engine/installation/linux/centos.md +++ b/engine/installation/linux/centos.md @@ -1,234 +1,234 @@ --- description: Instructions for installing Docker on CentOS -keywords: Docker, Docker documentation, requirements, linux, centos, epel, docker.io, docker-io +keywords: Docker, Docker documentation, requirements, apt, installation, centos, rpm, install, uninstall, upgrade, update redirect_from: - /engine/installation/centos/ -title: Install Docker on CentOS +title: Get Docker for CentOS --- -Docker runs on CentOS 7.X. An installation on other binary compatible EL7 -distributions such as Scientific Linux might succeed, but Docker does not test -or support Docker on these distributions. - -These instructions install Docker using release packages and installation -mechanisms managed by Docker, to be sure that you get the latest version -of Docker. If you wish to install using CentOS-managed packages, consult -your CentOS release documentation. +To get started with Docker on CentOS, make sure you +[meet the prerequisites](#prerequisites), then +[install Docker](#install-docker). ## Prerequisites -Docker requires a 64-bit OS and version 3.10 or higher of the Linux kernel. +### OS requirements + +To install Docker, you need the 64-bit version of CentOS 7. -To check your current kernel version, open a terminal and use `uname -r` to -display your kernel version: +### Remove unofficial Docker packages + +Red Hat's operating system repositories contain an older version of Docker, with +the package name `docker` instead of `docker-engine`. If you installed this +version of Docker, remove it using the following command: ```bash -$ uname -r -3.10.0-229.el7.x86_64 +$ sudo yum -y remove docker ``` -Finally, it is recommended that you fully update your system. Keep in mind -that your system should be fully patched to fix any potential kernel bugs. -Any reported kernel bugs may have already been fixed on the latest kernel -packages. +The contents of `/var/lib/docker` are not removed, so any images, containers, +or volumes you created using the older version of Docker are preserved. -## Install Docker Engine +## Install Docker -There are two ways to install Docker Engine. You can [install using the `yum` -package manager](#install-with-yum). Or you can use `curl` with the [`get.docker.com` -site](#install-with-the-script). This second method runs an installation script -which also installs via the `yum` package manager. +You can install Docker in different ways, depending on your needs: -### Install with yum +- Most users + [set up Docker's repositories](#install-using-the-repository) and install + from them, for ease of installation and upgrade tasks. This is the + recommended approach. -1. Log into your machine as a user with `sudo` or `root` privileges. +- Some users download the RPM package and install it manually and manage + upgrades completely manually. -2. Make sure your existing packages are up-to-date. +- Some users cannot use third-party repositories, and must rely on the version + of Docker in the CentOS repositories. This version of Docker may be out of + date. Those users should consult the CentOS documentation and not follow these + procedures. - ```bash - $ sudo yum update - ``` +### Install using the repository -3. Add the `yum` repo. - - ```none - $ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' - [dockerrepo] - name=Docker Repository - baseurl=https://yum.dockerproject.org/repo/main/centos/7/ - enabled=1 - gpgcheck=1 - gpgkey=https://yum.dockerproject.org/gpg - EOF - ``` +Before you install Docker for the first time on a new host machine, you need to +set up the Docker repository. Afterward, you can install, update, or downgrade +Docker from the repository. -4. Install the Docker package. +#### Set up the repository + +1. Use the following command to set up the **stable** repository: ```bash - $ sudo yum install docker-engine + $ sudo yum-config-manager \ + --add-repo \ + https://docs.docker.com/engine/installation/linux/repo_files/centos/docker.repo ``` -5. Enable the service. +2. **Optional**: Enable the **testing** repository. This repository is included + in the `docker.repo` file above but is disabled by default. You can enable + it alongside the stable repository. Do not use unstable repositories on + on production systems or for non-testing workloads. + + > **Warning**: If you have both stable and unstable repositories enabled, + > installing or updating without specifying a version in the `yum install` + > or `yum update` command will always install the highest possible version, + > which will almost certainly be an unstable one. ```bash - $ sudo systemctl enable docker.service + $ sudo yum-config-manager --set-enabled docker-testing ``` -6. Start the Docker daemon. + You can disable the `testing` repository by running the `yum-config-manager` + command with the `--set-disabled` flag. To re-enable it, use the + `--set-enabled` flag. The following command disables the `testing` + repository. ```bash - $ sudo systemctl start docker + $ sudo yum-config-manager --set-disabled docker-testing ``` -7. Verify `docker` is installed correctly by running a test image in a container. - - $ sudo docker run --rm hello-world - - Unable to find image 'hello-world:latest' locally - latest: Pulling from library/hello-world - c04b14da8d14: Pull complete - Digest: sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf9431a1feb60fd9 - Status: Downloaded newer image for hello-world:latest - - Hello from Docker! - This message shows that your installation appears to be working correctly. - - To generate this message, Docker took the following steps: - 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. - 3. The Docker daemon created a new container from that image which runs the - executable that produces the output you are currently reading. - 4. The Docker daemon streamed that output to the Docker client, which sent it - to your terminal. - - To try something more ambitious, you can run an Ubuntu container with: - $ docker run -it ubuntu bash - - Share images, automate workflows, and more with a free Docker Hub account: - https://hub.docker.com - - For more examples and ideas, visit: - https://docs.docker.com/engine/userguide/ - -If you need to add an HTTP Proxy, set a different directory or partition for the -Docker runtime files, or make other customizations, read our Systemd article to -learn how to [customize your Systemd Docker daemon options](../../admin/systemd.md). +#### Install Docker -### Install with the script - -1. Log into your machine as a user with `sudo` or `root` privileges. - -2. Make sure your existing packages are up-to-date. +1. Update the `yum` package index. ```bash - $ sudo yum update + $ sudo yum -y check-update ``` -3. Run the Docker installation script. +2. Install the latest version of Docker, or go to the next step to install a + specific version. ```bash - $ curl -fsSL https://get.docker.com/ | sh + $ sudo yum -y install docker-engine ``` - This script adds the `docker.repo` repository and installs Docker. + > **Warning**: If you have both stable and unstable repositories enabled, + > installing or updating Docker without specifying a version in the + > `yum install` or `yum upgrade` command will always install the highest + > available version, which will almost certainly be an unstable one. -4. Enable the service. +3. On production systems, you should install a specific version of Docker + instead of always using the latest. List the available versions. This + example uses the `sort -r` command to sort the results by version number, + highest to lowest. - ```bash - $ sudo systemctl enable docker.service - ``` + > **Note**: This `yum list` command only shows binary packages. To show + > source packages as well, omit the `.x86_64` from the package name. -5. Start the Docker daemon. + ```bash + $ yum list docker-engine.x86_64 --showduplicates |sort -r + + docker-engine.x86_64 1.13.0-1.el7 docker-main + docker-engine.x86_64 1.13.0-0.5.rc5.el7 docker-testing + docker-engine.x86_64 1.13.0-0.4.rc4.el7 docker-testing + docker-engine.x86_64 1.13.0-0.3.rc3.el7 docker-testing + docker-engine.x86_64 1.13.0-0.2.rc2.el7 docker-testing + docker-engine.x86_64 1.13.0-0.1.rc1.el7 docker-testing + docker-engine.x86_64 1.12.5-1.el7 docker-main + docker-engine.x86_64 1.12.4-1.el7 docker-main + docker-engine.x86_64 1.12.3-1.el7 docker-main + docker-engine.x86_64 1.12.2-1.el7 docker-main + docker-engine.x86_64 1.12.1-1.el7 docker-main + docker-engine.x86_64 1.12.0-1.el7 docker-main + ``` + + The contents of the list depend upon which repositories are enabled, and + will be specific to your version of CentOS (indicated by the `.el7` suffix + on the version, in this example). Choose a specific version to install. The + second column is the version string. The third column is the repository + name, which indicates which repository the package is from and by extension + its stability level. To install a specific version, append the version + string to the package name and separate them by a hyphen (`-`): ```bash - $ sudo systemctl start docker + $ sudo yum -y install docker-engine- ``` -6. Verify `docker` is installed correctly by running a test image in a container. + The Docker daemon starts automatically. + +4. Verify that `docker` is installed correctly by running the `hello-world` + image. ```bash - $ sudo docker run --rm hello-world + $ sudo docker run hello-world ``` -If you need to add an HTTP Proxy, set a different directory or partition for the -Docker runtime files, or make other customizations, read our Systemd article to -learn how to [customize your Systemd Docker daemon options](../../admin/systemd.md). + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -## Create a docker group +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Linux postinstall](linux-postinstall.md) to allow non-privileged +users to run Docker commands and for other optional configuration steps. -The `docker` daemon binds to a Unix socket instead of a TCP port. By default -that Unix socket is owned by the user `root` and other users can access it with -`sudo`. For this reason, `docker` daemon always runs as the `root` user. +#### Upgrade Docker -To avoid having to use `sudo` when you use the `docker` command, create a Unix -group called `docker` and add users to it. When the `docker` daemon starts, it -makes the ownership of the Unix socket read/writable by the `docker` group. +To upgrade Docker, first run `sudo dnf check-update`, then follow the +[installation instructions](#install-docker), choosing the new version you want +to install. ->**Warning**: The `docker` group is equivalent to the `root` user; For details ->on how this impacts security in your system, see [*Docker Daemon Attack ->Surface*](../../security/security.md#docker-daemon-attack-surface) for details. +### Install from a package -To create the `docker` group and add your user: +If you cannot use Docker's repository to install Docker, you can download the +`.rpm` file for your release and install it manually. You will need to download +a new file each time you want to upgrade Docker. -1. Log into your machine as a user with `sudo` or `root` privileges. +1. Go to [https://yum.dockerproject.org/repo/main/centos/](https://yum.dockerproject.org/repo/main/centos/) + and choose the subdirectory for your CentOS version. Download the `.rpm` file + for the Docker version you want to install. -2. Create the `docker` group. - - ```bash - $ sudo groupadd docker - ``` + > **Note**: To install a testing version, change the word `stable` in the + > URL to `testing`. Do not use unstable versions of Docker in production + > or for non-testing workloads. -3. Add your user to `docker` group. +2. Install Docker, changing the path below to the path where you downloaded + the Docker package. ```bash - $ sudo usermod -aG docker your_username + $ sudo yum -y install /path/to/package.rpm ``` -4. Log out and log back in. - - This ensures your user is running with the correct permissions. + The Docker daemon starts automatically. -5. Verify that your user is in the docker group by running `docker` without `sudo`. +3. Verify that `docker` is installed correctly by running the `hello-world` + image. ```bash - $ docker run --rm hello-world + $ sudo docker run hello-world ``` -## Start the docker daemon at boot + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -Configure the Docker daemon to start automatically when the host starts: +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Post-installation steps for Linux](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. -```bash -$ sudo systemctl enable docker -``` +#### Upgrade Docker -## Uninstall +To upgrade Docker, download the newer package file and repeat the +[installation procedure](#install-from-a-package), using `yum -y upgrade` +instead of `yum -y install`, and pointing to the new file. -You can uninstall the Docker software with `yum`. -1. List the installed Docker packages. +## Uninstall Docker - ```bash - $ yum list installed | grep docker +1. Uninstall the Docker package: - docker-engine.x86_64 1.12.3-1.el7.centos @dockerrepo - docker-engine-selinux.noarch 1.12.3-1.el7.centos @dockerrepo + ```bash + $ sudo yum -y remove docker-engine ``` -2. Remove the package. +2. Images, containers, volumes, or customized configuration files on your host + are not automatically removed. To delete all images, containers, and + volumes: ```bash - $ sudo yum -y remove docker-engine.x86_64 - $ sudo yum -y remove docker-engine-selinux.noarch + $ sudo rm -rf /var/lib/docker ``` - This command does not remove images, containers, volumes, or user-created - configuration files on your host. +You must delete any edited configuration files manually. -3. To delete all images, containers, and volumes, run the following command: +## Next steps - ```bash - $ rm -rf /var/lib/docker - ``` +- Continue to [Post-installation steps for Linux](linux-postinstall.md) -4. Locate and delete any user-created configuration files. +- Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/debian.md b/engine/installation/linux/debian.md index acba6693fe6..c7eb5fb6bc2 100644 --- a/engine/installation/linux/debian.md +++ b/engine/installation/linux/debian.md @@ -1,200 +1,261 @@ --- -description: Instructions for installing Docker on Debian. -keywords: Docker, Docker documentation, installation, debian +description: Instructions for installing Docker on Debian +keywords: Docker, Docker documentation, requirements, apt, installation, debian, install, uninstall, upgrade, update redirect_from: - /engine/installation/debian/ -title: Install Docker on Debian +title: Get Docker for Debian --- -Docker is supported on the following versions of Debian: - - - Debian testing stretch - - Debian 8.0 Jessie - - Debian 7.7 Wheezy (backports required) - - >**Note**: If you previously installed Docker using `APT`, make sure you update - your `APT` sources to the new `APT` repository. +To get started with Docker on Debian, make sure you +[meet the prerequisites](#prerequisites), then +[install Docker](#install-docker). ## Prerequisites - Docker requires a 64-bit installation regardless of your Debian version. - Additionally, your kernel must be 3.10 at minimum. The latest 3.10 minor - version or a newer maintained version are also acceptable. +### OS requirements - Kernels older than 3.10 lack some of the features required to run Docker - containers. These older versions are known to have bugs which cause data loss - and frequently panic under certain conditions. +To install Docker, you need the 64-bit version of one of these Debian versions: - To check your current kernel version, open a terminal and use `uname -r` to - display your kernel version: +- Stretch (testing) +- Jessie 8.0 (LTS) +- Wheezy 7.7 (LTS) - $ uname -r +#### Extra steps for Wheezy 7.7 - Additionally, for users of Debian Wheezy, backports must be available. To enable backports in Wheezy: +- You need at least version 3.10 of the Linux kernel. Debian Wheezy ships with + version 3.2, so you may need to + [update the kernel](https://wiki.debian.org/HowToUpgradeKernel){: target="_blank" class="_" }. + To check your kernel version: - 1. Log into your machine and open a terminal with `sudo` or `root` privileges. + ```bash + $ uname -r + ``` - 2. Open the `/etc/apt/sources.list.d/backports.list` file in your favorite editor. +- Enable the `backports` repository. See the + [Debian documentation](https://backports.debian.org/Instructions/){: target="_blank" class"_"}. - If the file doesn't exist, create it. +### Recommended extra packages - 3. Remove any existing entries. +You need `curl` if you don't have it. Unless you have a strong reason not to, +install the `linux-image-extra-*` packages, which allow Docker to use the `aufs` +storage drivers. **This applies to all versions of Debian**. - 4. Add an entry for backports on Debian Wheezy. +```bash +$ sudo apt-get update - An example entry: +$ sudo apt-get install curl \ + linux-image-extra-$(uname -r) \ + linux-image-extra-virtual +``` - deb http://http.debian.net/debian wheezy-backports main +## Install Docker - 5. Update package information: +You can install Docker in different ways, depending on your needs: - $ apt-get update +- Most users + [set up Docker's repositories](#install-using-the-repository) and install + from them, for ease of installation and upgrade tasks. This is the + recommended approach. -### Update your apt repository +- Some users download the DEB package and install it manually and manage + upgrades completely manually. -Docker's `APT` repository contains Docker 1.7.1 and higher. To set `APT` to use -from the new repository: +- Some users cannot use the official Docker repositories, and must rely on + the version of Docker that comes with their operating system. This version of + Docker may be out of date. Those users should consult their operating system + documentation and not follow these procedures. - 1. If you haven't already done so, log into your machine as a user with `sudo` or `root` privileges. +### Install using the repository - 2. Open a terminal window. +Before you install Docker for the first time on a new host machine, you need to +set up the Docker repository. Afterward, you can install, update, or downgrade +Docker from the repository. - 3. Purge any older repositories. +#### Set up the repository - $ sudo apt-get purge "lxc-docker*" - $ sudo apt-get purge "docker.io*" +1. Install packages to allow `apt` to use a repository over HTTPS: - 4. Update package information, ensure that APT works with the `https` method, and that CA certificates are installed. + **Jessie or Stretch**: - $ sudo apt-get update - $ sudo apt-get install apt-transport-https ca-certificates gnupg2 + ```bash + $ sudo apt-get install apt-transport-https \ + ca-certificates \ + software-properties-common + ``` - 5. Add the new `GPG` key. + **Wheezy**: - $ sudo apt-key adv \ - --keyserver hkp://ha.pool.sks-keyservers.net:80 \ - --recv-keys 58118E89F3A912897C070ADBF76221572C52609D + ```bash + $ sudo apt-get install apt-transport-https \ + ca-certificates \ + python-software-properties + ``` - 6. Open the `/etc/apt/sources.list.d/docker.list` file in your favorite editor. +2. Add Docker's official GPG key: - If the file doesn't exist, create it. + ```bash + $ curl -s http://yum.dockerproject.org/gpg | sudo apt-key add + ``` - 7. Remove any existing entries. + > **Note**: The URL is correct, even for Linux distributions that use `APT`. - 8. Add an entry for your Debian operating system. + Verify that the key ID is `58118E89F3A912897C070ADBF76221572C52609D`. - The possible entries are: + ```bash + $ apt-key fingerprint 58118E89F3A912897C070ADBF76221572C52609D - - On Debian Wheezy + pub 4096R/2C52609D 2015-07-14 + Key fingerprint = 5811 8E89 F3A9 1289 7C07 0ADB F762 2157 2C52 609D + uid Docker Release Tool (releasedocker) + ``` - deb https://apt.dockerproject.org/repo debian-wheezy main +3. Use the following command to set up the **stable** repository. To also + enable the **testing** repository, add the words `testing` after `main` on + the last line. + **Do not use these unstable repositories on production systems or for non-testing workloads.** - - On Debian Jessie + ```bash + $ sudo add-apt-repository \ + "deb https://apt.dockerproject.org/repo/pool/ \ + $(lsb_release -cs) \ + main" + ``` - deb https://apt.dockerproject.org/repo debian-jessie main + To disable the `testing` repository, you can edit `/etc/apt/sources.list` + and remove the word `testing` from the appropriate line in the file. - - On Debian Stretch/Sid +#### Install Docker - deb https://apt.dockerproject.org/repo debian-stretch main +1. Update the `apt` package index. - > **Note**: Docker does not provide packages for all architectures. To install docker on - > a multi-architecture system, add an `[arch=...]` clause to the entry. Refer to the - > [Debian Multiarch wiki](https://wiki.debian.org/Multiarch/HOWTO#Setting_up_apt_sources) - > for details. + ```bash + $ sudo apt-get update + ``` - 9. Save and close the file. +2. Install the latest version of Docker, or go to the next step to install a + specific version. Any existing installation of Docker is replaced. - 10. Update the `APT` package index. + Use this command to install the latest version of Docker: - $ sudo apt-get update + ```bash + $ sudo apt-get -y install docker-engine + ``` - 11. Verify that `APT` is pulling from the right repository. + > **Warning**: If you have both stable and unstable repositories enabled, + > updating to the latest version of Docker by not specifying a version in + > the `apt-get install` or `apt-get update` command will always install the + > highest possible version, which will almost certainly be an unstable one. - $ apt-cache policy docker-engine +3. On production systems, you should install a specific version of Docker + instead of always using the latest. List the available versions: - From now on when you run `apt-get upgrade`, `APT` pulls from the new apt repository. + ```bash + $ apt-cache madison docker-engine + docker-engine | 1.13.0-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages + docker-engine | 1.12.3-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages + docker-engine | 1.12.2-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages + docker-engine | 1.12.1-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages + docker-engine | 1.12.0-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages + ``` -## Install Docker + The contents of the list depend upon which repositories are enabled, + and will be specific to your version of Debian (indicated by the `stretch` + suffix on the version, in this example). Choose a specific version to + install. The second column is the version string. The third column is the + repository name, which indicates which repository the package is from and + by extension its stability level. To install a specific version, append the + version string to the package name and separate them by an equals sign (`=`): -Before installing Docker, make sure you have set your `APT` repository correctly as described in the prerequisites. + ```bash + $ sudo apt-get -y install docker-engine= + ``` -1. Update the `APT` package index. + The Docker daemon starts automatically. - $ sudo apt-get update +4. Verify that `docker` is installed correctly by running the `hello-world` + image. -2. Install Docker. + ```bash + $ sudo docker run hello-world + ``` - $ sudo apt-get install docker-engine + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -3. Start the `docker` daemon. +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Linux postinstall](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. - $ sudo service docker start +#### Upgrade Docker -4. Verify `docker` is installed correctly. +To upgrade Docker, first run `sudo apt-get update`, then follow the +[installation instructions](#install-docker), choosing the new version you want +to install. - $ sudo docker run hello-world +### Install from a package - This command downloads a test image and runs it in a container. When the - container runs, it prints an informational message. Then, it exits. +If you cannot use Docker's repository to install Docker, you can download the +`.deb` file for your release and install it manually. You will need to download +a new file each time you want to upgrade Docker. +1. Go to [https://apt.dockerproject.org/repo/pool/main/d/docker-engine/](https://apt.dockerproject.org/repo/pool/main/d/docker-engine/) + and download the `.deb` file for the Docker version you want to install and + for your version of Debian. -## Giving non-root access + > **Note**: To install a testing version, change the word `main` in the + > URL to `testing`. Do not use unstable versions of Docker in production + > or for non-testing workloads. -The `docker` daemon always runs as the `root` user and the `docker` -daemon binds to a Unix socket instead of a TCP port. By default that -Unix socket is owned by the user `root`, and so, by default, you can -access it with `sudo`. +2. Install Docker, changing the path below to the path where you downloaded + the Docker package. -If you (or your Docker installer) create a Unix group called `docker` -and add users to it, then the `docker` daemon will make the ownership of -the Unix socket read/writable by the `docker` group when the daemon -starts. The `docker` daemon must always run as the root user, but if you -run the `docker` client as a user in the `docker` group then you don't -need to add `sudo` to all the client commands. From Docker 0.9.0 you can -use the `-G` flag to specify an alternative group. + ```bash + $ sudo dpkg -i /path/to/package.deb + ``` -> **Warning**: -> The `docker` group (or the group specified with the `-G` flag) is -> `root`-equivalent; see [*Docker Daemon Attack Surface*](../../security/security.md#docker-daemon-attack-surface) details. + The Docker daemon starts automatically. -**Example:** +3. Verify that `docker` is installed correctly by running the `hello-world` + image. - # Add the docker group if it doesn't already exist. - $ sudo groupadd docker + ```bash + $ sudo docker run hello-world + ``` - # Add the connected user "${USER}" to the docker group. - # Change the user name to match your preferred user. - # You may have to logout and log back in again for - # this to take effect. - $ sudo gpasswd -a ${USER} docker - - # Restart the Docker daemon. - $ sudo service docker restart + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -## Upgrade Docker +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Post-installation steps for Linux](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. -To install the latest version of Docker with `apt-get`: +#### Upgrade Docker - $ sudo apt-get upgrade docker-engine +To upgrade Docker, download the newer package file and repeat the +[installation procedure](#install-from-a-package), pointing to the new file. -## Uninstall +## Uninstall Docker -To uninstall the Docker package: +1. Uninstall the Docker package: + ```bash $ sudo apt-get purge docker-engine + ``` -To uninstall the Docker package and dependencies that are no longer needed: - - $ sudo apt-get autoremove --purge docker-engine - -The above commands will not remove images, containers, volumes, or user created -configuration files on your host. If you wish to delete all images, containers, -and volumes run the following command: +2. Images, containers, volumes, or customized configuration files on your host + are not automatically removed. To delete all images, containers, and + volumes: + ```bash $ sudo rm -rf /var/lib/docker + ``` + +You must delete any edited configuration files manually. -You must delete the user created configuration files manually. +## Next steps -## What next? +- Continue to [Post-installation steps for Linux](linux-postinstall.md) -Continue with the [User Guide](../../userguide/index.md). +- Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/fedora.md b/engine/installation/linux/fedora.md index fe25248dcd7..9b8768c7780 100644 --- a/engine/installation/linux/fedora.md +++ b/engine/installation/linux/fedora.md @@ -1,251 +1,243 @@ --- -description: Instructions for installing Docker on Fedora. -keywords: Docker, Docker documentation, Fedora, requirements, linux +description: Instructions for installing Docker on Fedora +keywords: Docker, Docker documentation, requirements, apt, installation, fedora, rpm, install, uninstall, upgrade, update redirect_from: - /engine/installation/fedora/ -title: Install Docker on Fedora +title: Get Docker for Fedora --- -Docker is supported on Fedora version 23, and 24. These instructions install -Docker using release packages and installation mechanisms managed by Docker, to -be sure that you get the latest version of Docker. If you wish to install using -Fedora-managed packages, consult your Fedora release documentation. +To get started with Docker on Fedora, make sure you +[meet the prerequisites](#prerequisites), then +[install Docker](#install-docker). ## Prerequisites -Docker requires a 64-bit OS and version 3.10 or higher of the Linux kernel. +### OS requirements -To check your current kernel version, open a terminal and use `uname -r` to -display your kernel version: +To install Docker, you need the 64-bit version of one of these Fedora versions: + +- 24 +- 25 + +### Remove unofficial Docker packages + +Fedora's operating system repositories contain an older version of Docker, with +the package name `docker` instead of `docker-engine`. If you installed this version +of Docker, remove it using the following command: ```bash -$ uname -r -3.19.5-100.fc21.x86_64 +$ sudo dnf -y remove docker ``` -If your kernel is at an older version, you must update it. +The contents of `/var/lib/docker` are not removed, so any images, containers, +or volumes you created using the older version of Docker are preserved. -Finally, it is recommended that you fully update your system. Keep in mind -that your system should be fully patched to fix any potential kernel bugs. -Any reported kernel bugs may have already been fixed on the latest kernel -packages. +## Install Docker -## Install Docker Engine +You can install Docker in different ways, depending on your needs: -There are two ways to install Docker Engine. You can [install using the `dnf` -package manager](#install-with-dnf). Or you can use `curl` [with the `get.docker.com` -site](#install-with-the-script). This second method runs an installation script -which also installs via the `dnf` package manager. +- Most users + [set up Docker's repositories](#install-using-the-repository) and install + from them, for ease of installation and upgrade tasks. This is the + recommended approach. -### Install with DNF +- Some users download the RPM package and install it manually and manage + upgrades completely manually. -1. Log into your machine as a user with `sudo` or `root` privileges. +- Some users cannot use third-party repositories, and must rely on the version + of Docker in the Fedora repositories. This version of Docker may be out of + date. Those users should consult the Fedora documentation and not follow these + procedures. -2. Make sure your existing packages are up-to-date. +### Install using the repository - ```bash - $ sudo dnf update - ``` +Before you install Docker for the first time on a new host machine, you need to +set up the Docker repository. Afterward, you can install, update, or downgrade +Docker from the repository. -3. Add the `yum` repo. +#### Set up the repository + +1. Install the `dnf-plugins.core` package which provides the commands to manage + your DNF repositories from the command line. ```bash - $ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' - [dockerrepo] - name=Docker Repository - baseurl=https://yum.dockerproject.org/repo/main/fedora/$releasever/ - enabled=1 - gpgcheck=1 - gpgkey=https://yum.dockerproject.org/gpg - EOF + $ sudo dnf -y install dnf-plugins-core ``` -4. Install the Docker package. +2. Use the following command to set up the **stable** repository: ```bash - $ sudo dnf install docker-engine + $ sudo dnf config-manager \ + --add-repo \ + https://docs.docker.com/engine/installation/linux/repo_files/fedora/docker.repo ``` -5. Enable the service. +3. **Optional**: Enable the **testing** repository. This repository is included + in the `docker.repo` file above but is disabled by default. You can enable + it alongside the stable repository. Do not use unstable repositories on + on production systems or for non-testing workloads. + + > **Warning**: If you have both stable and unstable repositories enabled, + > updating without specifying a version in the `dnf install` or `dnf update` + > command will always install the highest possible version, which will + > almost certainly be an unstable one. ```bash - $ sudo systemctl enable docker.service + $ sudo dnf config-manager --set-enabled docker-testing ``` -6. Start the Docker daemon. + You can disable the `testing` repository by running the `dnf config-manager` + command with the `--set-disabled` flag. To re-enable it, use the + `--set-enabled` flag The following command disables the `testing` + repository. ```bash - $ sudo systemctl start docker + $ sudo dnf config-manager --set-disabled docker-testing ``` -7. Verify `docker` is installed correctly by running a test image in a container. - - $ sudo docker run --rm hello-world - - Unable to find image 'hello-world:latest' locally - latest: Pulling from library/hello-world - c04b14da8d14: Pull complete - Digest: sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf9431a1feb60fd9 - Status: Downloaded newer image for hello-world:latest - - Hello from Docker! - This message shows that your installation appears to be working correctly. +#### Install Docker - To generate this message, Docker took the following steps: - 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. - 3. The Docker daemon created a new container from that image which runs the - executable that produces the output you are currently reading. - 4. The Docker daemon streamed that output to the Docker client, which sent it - to your terminal. - - To try something more ambitious, you can run an Ubuntu container with: - $ docker run -it ubuntu bash - - Share images, automate workflows, and more with a free Docker Hub account: - https://hub.docker.com - - For more examples and ideas, visit: - https://docs.docker.com/engine/userguide/ - -If you need to add an HTTP Proxy, set a different directory or partition for the -Docker runtime files, or make other customizations, read our Systemd article to -learn how to [customize your Systemd Docker daemon options](../../admin/systemd.md). - -### Install with the script - -You use the same installation procedure for all versions of Fedora. - -1. Log into your machine as a user with `sudo` or `root` privileges. - -2. Make sure your existing packages are up-to-date. +1. Update the `dnf` package index. ```bash - $ sudo dnf update + $ sudo dnf -y check-update ``` - -3. Run the Docker installation script. +2. Install the latest version of Docker, or go to the next step to install a + specific version. ```bash - $ curl -fsSL https://get.docker.com/ | sh + $ sudo dnf -y install docker-engine ``` - This script adds the `docker.repo` repository and installs Docker. + > **Warning**: If you have both stable and unstable repositories enabled, + > installing or updating without specifying a version in the `dnf install` + > or `dnf update` command will always install the highest possible version, + > which will almost certainly be an unstable one. -4. Enable the service. +3. On production systems, you should install a specific version of Docker + instead of always using the latest. List the available versions. + This example uses the `sort -r` command to sort the results by version + number, highest to lowest. + + > **Note**: This `dnf list` command only shows binary packages. To show + > source packages as well, omit the `.x86_64` from the package name. ```bash - $ sudo systemctl enable docker.service + $ dnf list docker-engine.x86_64 --showduplicates |sort -r + + docker-engine.x86_64 1.13.0-1.fc24 docker-main + docker-engine.x86_64 1.13.0-0.5.rc5.fc24 docker-testing + docker-engine.x86_64 1.13.0-0.4.rc4.fc24 docker-testing + docker-engine.x86_64 1.13.0-0.3.rc3.fc24 docker-testing + docker-engine.x86_64 1.13.0-0.2.rc2.fc24 docker-testing + docker-engine.x86_64 1.13.0-0.1.rc1.fc24 docker-testing + docker-engine.x86_64 1.12.5-1.fc24 docker-main + docker-engine.x86_64 1.12.4-1.fc24 docker-main + docker-engine.x86_64 1.12.3-1.fc24 docker-main + docker-engine.x86_64 1.12.2-1.fc24 docker-main + docker-engine.x86_64 1.12.1-1.fc24 docker-main + docker-engine.x86_64 1.12.0-1.fc24 docker-main ``` -5. Start the Docker daemon. + The contents of the list depend upon which repositories are enabled, and + will be specific to your version of Fedora (indicated by the `.fc24` suffix + on the version, in this example). Choose a specific version to install. The + second column is the version string. The third column is the repository + name, which indicates which repository the package is from and by extension + its stability level. To install a specific version, append the version + string to the package name and separate them by a hyphen (`-`): ```bash - $ sudo systemctl start docker + $ sudo dnf -y install docker-engine- ``` -6. Verify `docker` is installed correctly by running a test image in a container. + The Docker daemon starts automatically. + +4. Verify that `docker` is installed correctly by running the `hello-world` + image. ```bash $ sudo docker run hello-world ``` -If you need to add an HTTP Proxy, set a different directory or partition for the -Docker runtime files, or make other customizations, read our Systemd article to -learn how to [customize your Systemd Docker daemon options](../../admin/systemd.md). + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -## Create a docker group +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Linux postinstall](linux-postinstall.md) to allow non-privileged +users to run Docker commands and for other optional configuration steps. -The `docker` daemon binds to a Unix socket instead of a TCP port. By default -that Unix socket is owned by the user `root` and other users can access it with -`sudo`. For this reason, `docker` daemon always runs as the `root` user. +#### Upgrade Docker -To avoid having to use `sudo` when you use the `docker` command, create a Unix -group called `docker` and add users to it. When the `docker` daemon starts, it -makes the ownership of the Unix socket read/writable by the `docker` group. +To upgrade Docker, first run `sudo dnf check-update`, then follow the +[installation instructions](#install-docker), choosing the new version you want +to install. ->**Warning**: The `docker` group is equivalent to the `root` user; For details ->on how this impacts security in your system, see [*Docker Daemon Attack ->Surface*](../../security/security.md#docker-daemon-attack-surface) for details. +### Install from a package -To create the `docker` group and add your user: +If you cannot use Docker's repository to install Docker, you can download the +`.rpm` file for your release and install it manually. You will need to download +a new file each time you want to upgrade Docker. -1. Log into your machine as a user with `sudo` or `root` privileges. +1. Go to [https://yum.dockerproject.org/repo/main/fedora/](https://yum.dockerproject.org/repo/main/fedora/) + and choose the subdirectory for your Fedora version. Download the `.rpm` + file for the Docker version you want to install. -2. Create the `docker` group. - - ```bash - $ sudo groupadd docker - ``` + > **Note**: To install a testing version, change the word `main` in the + > URL to `testing`. Do not use unstable versions of Docker in production + > or for non-testing workloads. -3. Add your user to `docker` group. +2. Install Docker, changing the path below to the path where you downloaded + the Docker package. ```bash - $ sudo usermod -aG docker your_username` + $ sudo dnf -y install /path/to/package.rpm ``` -4. Log out and log back in. - - This ensures your user is running with the correct permissions. + The Docker daemon starts automatically. -5. Verify that your user is in the docker group by running `docker` without `sudo`. +3. Verify that `docker` is installed correctly by running the `hello-world` + image. ```bash - $ docker run hello-world + $ sudo docker run hello-world ``` -## Start the docker daemon at boot + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -Configure the Docker daemon to start automatically when the host starts: +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Post-installation steps for Linux](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. -```bash -$ sudo systemctl enable docker -``` +#### Upgrade Docker -## Running Docker with a manually-defined network +To upgrade Docker, download the newer package file and repeat the +[installation procedure](#install-from-a-package), using `dnf -y upgrade` +instead of `dnf -y install`, and pointing to the new file. -If you manually configure your network using `systemd-network` with `systemd` version 219 or higher, containers you start with Docker may be unable to access your network. -Beginning with version 220, the forwarding setting for a given network (`net.ipv4.conf..forwarding`) defaults to *off*. This setting prevents IP forwarding. It also conflicts with Docker which enables the `net.ipv4.conf.all.forwarding` setting within a container. -To work around this, edit the `.network` file in -`/usr/lib/systemd/network/` on your Docker host (ex: `/usr/lib/systemd/network/80-container-host0.network`) add the following block: +## Uninstall Docker -``` -[Network] -... -IPForward=kernel -# OR -IPForward=true -... -``` - -This configuration allows IP forwarding from the container as expected. - -## Uninstall - -You can uninstall the Docker software with `dnf`. - -1. List the installed Docker packages. +1. Uninstall the Docker package: ```bash - $ dnf list installed | grep docker - - docker-engine.x86_64 1.7.1-0.1.fc21 @/docker-engine-1.7.1-0.1.fc21.el7.x86_64 + $ sudo dnf -y remove docker-engine ``` -2. Remove the package. +2. Images, containers, volumes, or customized configuration files on your host + are not automatically removed. To delete all images, containers, and + volumes: ```bash - $ sudo dnf -y remove docker-engine.x86_64 + $ sudo rm -rf /var/lib/docker ``` - This command does not remove images, containers, volumes, or user-created - configuration files on your host. +You must delete any edited configuration files manually. -3. To delete all images, containers, and volumes, run the following command: +## Next steps - ```bash - $ rm -rf /var/lib/docker - ``` +- Continue to [Post-installation steps for Linux](linux-postinstall.md) -4. Locate and delete any user-created configuration files. +- Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/linux-postinstall.md b/engine/installation/linux/linux-postinstall.md new file mode 100644 index 00000000000..c9806dfb888 --- /dev/null +++ b/engine/installation/linux/linux-postinstall.md @@ -0,0 +1,405 @@ +--- +description: Optional post-installation steps for Linux +keywords: Docker, Docker documentation, requirements, apt, installation, ubuntu, install, uninstall, upgrade, update +title: Post-installation steps for Linux +--- + + +This section contains optional procedures for configuring Linux hosts to work +better with Docker. + +* [Manage Docker as a non-root user](#manage-docker-as-a-non-root-user) +* [Configure Docker to start on boot](#configure-docker-to-start-on-boot) +* [Allow access to the remote API through a firewall](#allow-access-to-the-remote-api-through-a-firewall) +* [Troubleshooting](#troubleshooting) + +## Manage Docker as a non-root user + +The `docker` daemon binds to a Unix socket instead of a TCP port. By default +that Unix socket is owned by the user `root` and other users can only access it +using `sudo`. The `docker` daemon always runs as the `root` user. + +If you don't want to use `sudo` when you use the `docker` command, create a Unix +group called `docker` and add users to it. When the `docker` daemon starts, it +makes the ownership of the Unix socket read/writable by the `docker` group. + +> **Warning**: The `docker` group grants privileges equivalent to the `root` +> user. For details on how this impacts security in your system, see +> [*Docker Daemon Attack Surface*](../../security/security.md#docker-daemon-attack-surface). + +To create the `docker` group and add your user: + +1. Create the `docker` group. + ```bash + $ sudo groupadd docker + ``` + +2. Add your user to the `docker` group. + + ```bash + $ sudo usermod -aG docker $USER + ``` + +3. Log out and log back in so that your group membership is re-evaluated. + +4. Verify that you can `docker` commands without `sudo`. + + ```bash + $ docker run hello-world + ``` + + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. + +## Configure Docker to start on boot + +Most current Linux distributions (RHEL, CentOS, Fedora, Ubuntu 16.04 and higher) +use [`systemd`](#systemd) to manage which services start when the system boots. +Ubuntu 14.10 and below use [`upstart`](#upstart). Oracle Linux 6 uses +`chkconfig`. + +### `systemd` + +```bash +$ sudo systemctl enable docker +``` + +To disable this behavior, use `disable` instead. + +```bash +$ sudo systemctl disable docker +``` + +If you need to add an HTTP Proxy, set a different directory or partition for the +Docker runtime files, or make other customizations, see +[customize your systemd Docker daemon options](../../admin/systemd.md). + +### `upstart` + +Docker is automatically configured to start on boot using +`upstart`. To disable this behavior, use the following command: + +```bash +$ echo manual | sudo tee /etc/init/docker.override +``` + +### `chkconfig` + +```bash +$ sudo chkconfig docker on +``` + +## Use a different storage engine + +For information about the different storage engines, see +[Storage drivers](../userguide/storagedriver/index.md). The default storage +engine and the list of supported storage engines depend on your host's +Linux distribution and available kernel drivers. + +## Troubleshooting + +### `Cannot connect to the Docker daemon` + +If you see an error such as the following, your Docker client may be configured +to connect to a Docker daemon on a different host, and that host may not be +reachable. + +```none +Cannot connect to the Docker daemon. Is 'docker daemon' running on this host? +``` + +To see which host your client is configured to connect to, check the value of +the `DOCKER_HOST` variable in your environment. + + +```bash +$ env | grep DOCKER_HOST +``` + +If this command returns a value, the Docker client is set to connect to a +Docker daemon running on that host. If it is unset, the Docker client is set to +connect to the Docker daemon running on the local host. If it is set in error, +use the following command to unset it: + + +```bash +$ unset DOCKER_HOST +``` + +You may need to edit your environment in files such as `~/.bashrc` or +`~/.profile` to prevent the `DOCKER_HOST` variable from being set +erroneously. + +If `DOCKER_HOST` is set as intended, verify that the Docker daemon is running +on the remote host and that a firewall or network outage is not preventing you +from connecting. + +### IP forwarding problems + +If you manually configure your network using `systemd-network` with `systemd` +version 219 or higher, Docker containers may be unable to access your network. +Beginning with `systemd` version 220, the forwarding setting for a given network +(`net.ipv4.conf..forwarding`) defaults to *off*. This setting +prevents IP forwarding. It also conflicts with Docker's behavior of enabling +the `net.ipv4.conf.all.forwarding` setting within containers. + +To work around this on RHEL, CentOS, or Fedora, edit the `.network` +file in `/usr/lib/systemd/network/` on your Docker host +(ex: `/usr/lib/systemd/network/80-container-host0.network`) and add the +following block within the `[Network]` section. + +``` +[Network] +... +IPForward=kernel +# OR +IPForward=true +... +``` + +This configuration allows IP forwarding from the container as expected. + + +### `DNS resolver found in resolv.conf and containers can't use it` + +Linux systems which use a GUI often have a network manager running, which uses a +`dnsmasq` instance running on a loopback address such as `127.0.0.1` or +`127.0.1.1` to cache DNS requests, and adds this entry to +`/etc/resolv.conf`. The `dnsmasq` service speeds up +DNS look-ups and also provides DHCP services. This configuration will not work +within a Docker container which has its own network namespace, because +the Docker container resolves loopback addresses such as `127.0.0.1` to +**itself**, and it is very unlikely to be running a DNS server on its own +loopback address. + +If Docker detects that no DNS server referenced in `/etc/resolv.conf` is a fully +functional DNS server, the following warning occurs and Docker uses the public +DNS servers provided by Google at `8.8.8.8` and `8.8.4.4` for DNS resolution. + +```none +WARNING: Local (127.0.0.1) DNS resolver found in resolv.conf and containers +can't use it. Using default external servers : [8.8.8.8 8.8.4.4] +``` + +If you see this warning, first check to see if you use `dnsmasq`: + +```bash +$ ps aux |grep dnsmasq +``` + +If your container needs to resolve hosts which are internal to your network, the +public nameservers will not be adequate. You have two choices: + +- You can specify a DNS server for Docker to use, **or** +- You can disable `dnsmasq` in NetworkManager. If you do this, NetworkManager + will add your true DNS nameserver to `/etc/resolv.conf`, but you will lose the + possible benefits of `dnsmasq`. + +**You only need to use one of these methods.** + +### Specify DNS servers for Docker + +The default location of the configuration file is `/etc/docker/daemon.json`. You +can change the location of the configuration file using the `--config-file` +daemon flag. The documentation below assumes the configuration file is located +at `/etc/docker/daemon.json`. + +1. . Create or edit the Docker daemon configuration file, which defaults to + `/etc/docker/daemon.json` file, which controls the Docker daemon + configuration. + + ```bash + sudo nano /etc/docker/daemon.json + ``` + +2. Add a `dns` key with one or more IP addresses as values. If the file has + existing contents, you only need to add or edit the `dns` line. + ```json + { + "dns": ["8.8.8.8", "8.8.4.4"] + } + ``` + + If your internal DNS server cannot resolve public IP addresses, include at + least one DNS server which can, so that you can connect to Docker Hub and so + that your containers can resolve internet domain names. + + Save and close the file. + +3. Restart the Docker daemon. + + ```bash + $ sudo service docker restart + ``` + +4. Verify that Docker can resolve external IP addresses by trying to pull an + image: + + ```bash + $ docker pull hello-world + ``` + +5. If necessary, verify that Docker containers can resolve an internal hostname + by pinging it. + + ```bash + $ docker run --rm -it alpine ping -c4 + + PING google.com (192.168.1.2): 56 data bytes + 64 bytes from 192.168.1.2: seq=0 ttl=41 time=7.597 ms + 64 bytes from 192.168.1.2: seq=1 ttl=41 time=7.635 ms + 64 bytes from 192.168.1.2: seq=2 ttl=41 time=7.660 ms + 64 bytes from 192.168.1.2: seq=3 ttl=41 time=7.677 ms + ``` + +#### Disable `dnsmasq` + +##### Ubuntu + +If you prefer not to change the Docker daemon's configuration to use a specific +IP address, follow these instructions to disable `dnsmasq` in NetworkManager. + +1. Edit the `/etc/NetworkManager/NetworkManager.conf` file. + +2. Comment out the `dns=dnsmasq` line by adding a `#` character to the beginning + of the line. + + ```none + # dns=dnsmasq + ``` + + Save and close the file. + +4. Restart both NetworkManager and Docker. As an alternative, you can reboot + your system. + + ```bash + $ sudo restart network-manager + $ sudo restart docker + ``` + +##### RHEL, CentOS, or Fedora + +To disable `dnsmasq` on RHEL, CentOS, or Fedora: + +1. Disable the `dnsmasq` service: + + ```bash + $ sudo service dnsmasq stop + + $ sudo systemctl disable dnsmasq + ``` + +2. Configure the DNS servers manually using the + [Red Hat documentation](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s1-networkscripts-interfaces.html){ :target="_blank" class="_"}. + +### Allow access to the remote API through a firewall + +If you run a firewall on the same host as you run Docker and you want to access +the Docker Remote API from another host and remote access is enabled, you need +to configure your firewall to allow incoming connections on the Docker port, +which defaults to `2376` if TLS encrypted transport is enabled or `2375` +otherwise. + +#### Specific instructions for UFW + +[UFW (Uncomplicated Firewall)](https://help.ubuntu.com/community/UFW) drops all +forwarding traffic and all incoming traffic by default. If you want to access +the Docker Remote API from another host and you have enabled remote access, you +need to configure UFW to allow incoming connections on the Docker port, which +defaults to `2376` if TLS encrypted transport is enabled or `2375` otherwise. By +default, Docker runs **without** TLS enabled. If you do not use TLS, you are +strongly discouraged from allowing access to the Docker Remote API from remote +hosts, to prevent remote privilege-escalation attacks. + +To configure UFW and allow incoming connections on the Docker port: + +1. Verify that UFW is enabled. + + ```bash + $ sudo ufw status + ``` + + If `ufw` is not enabled, the remaining steps will not be helpful. + +2. Edit the UFW configuration file, which is usually `/etc/default/ufw` or +`/etc/sysconfig/ufw`. Set the `DEFAULT_FORWARD_POLICY` policy to `ACCEPT`. + + ```none + DEFAULT_FORWARD_POLICY="ACCEPT" + ``` + + Save and close the file. + +3. If you need to enable access to the Docker Remote API from external hosts + and understand the security implications (see the section before this + procedure), then configure UFW to allow incoming connections on the Docker port, + which is 2375 if you do not use TLS, and 2376 if you do. + + ```bash + $ sudo ufw allow 2376/tcp + ``` + +4. Reload UFW. + ```bash + $ sudo ufw reload + ``` + +### `Your kernel does not support cgroup swap limit capabilities` + +You may see messages similar to the following when working with an image: + +```none +WARNING: Your kernel does not support swap limit capabilities. Limitation discarded. +``` + +If you don't need these capabilities, you can ignore the warning. You can +enable these capabilities in your kernel by following these instructions. Memory +and swap accounting incur an overhead of about 1% of the total available +memory and a 10% overall performance degradation, even if Docker is not running. + +1. Log into Ubuntu as a user with `sudo` privileges. + +2. Edit the `/etc/default/grub` file. + +3. Add or edit the `GRUB_CMDLINE_LINUX` line to add the following two key-value + pairs: + + ```none + GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1" + ``` + + Save and close the file. + +4. Update GRUB. + + ```bash + $ sudo update-grub + ``` + + If your GRUB configuration file has incorrect syntax, an error will occur. + In this case, steps 3 and 4. + +6. Reboot your system. Memory and swap accounting are enabled and the warning + does not occur. + + +### Troubleshooting Oracle Linux + +#### Docker unmounts `btrfs` filesystem on shutdown + +If you're running Docker using the `btrfs` storage engine and you stop the Docker +service, it unmounts the `btrfs` filesystem during the shutdown process. Ensure +that the filesystem is mounted properly before restarting the Docker service. + +On Oracle Linux 7, you can use a `systemd.mount` definition and modify the +Docker `systemd.service` to depend on the `btrfs` mount defined in `systemd`. + +#### SElinux support on Oracle Linux 7 + +SElinux must be set to `Permissive` or `Disabled` in `/etc/sysconfig/selinux` to +use the `btrfs` storage engine on Oracle Linux 7. + +## Next steps + +- Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/oracle.md b/engine/installation/linux/oracle.md index 7b6f365667b..3be2f15c2d5 100644 --- a/engine/installation/linux/oracle.md +++ b/engine/installation/linux/oracle.md @@ -1,204 +1,236 @@ --- -description: Installation instructions for Docker on Oracle Linux. -keywords: Docker, Docker documentation, requirements, linux, rhel, centos, oracle, ol +description: Instructions for installing Docker on Oracle Linux +keywords: Docker, Docker documentation, requirements, installation, oracle, oel, rpm, install, uninstall, upgrade, update redirect_from: - /engine/installation/oracle/ -title: Install Docker on Oracle Linux +title: Get Docker for Oracle Linux --- -Docker is supported on Oracle Linux 6 and 7. You do not require an Oracle Linux -Support subscription to install Docker on Oracle Linux. +To get started with Docker on Oracle Linux, make sure you +[meet the prerequisites](#prerequisites), then +[install Docker](#install-docker). ## Prerequisites -Due to current Docker limitations, Docker is only able to run only on the x86_64 -architecture. Docker requires the use of the Unbreakable Enterprise Kernel -Release 4 (4.1.12) or higher on Oracle Linux. This kernel supports the Docker -btrfs storage engine on both Oracle Linux 6 and 7. +### OS requirements -## Install +To install Docker, you need the 64-bit version of Oracle Linux 6 or 7, running +the Unbreakable Enterprise Kernel Release 4 (4.1.12) or higher. This kernel +supports the Docker `btrfs` storage engine. +### Remove unofficial Docker packages -> **Note**: The procedure below installs binaries built by Docker. These binaries -> are not covered by Oracle Linux support. To ensure Oracle Linux support, please -> follow the installation instructions provided in the -> [Oracle Linux documentation](https://docs.oracle.com/en/operating-systems/?tab=2). -> -> The installation instructions for Oracle Linux 6 and 7 can be found in [Chapter 2 of -> the Docker User's Guide](https://docs.oracle.com/cd/E52668_01/E75728/html/docker_install_upgrade.html) +Oracle's repositories contain an older version of Docker, with the package name +`docker` instead of `docker-engine`. If you installed this version of Docker, +remove it using the following command: +```bash +$ sudo yum -y remove docker +``` -1. Log into your machine as a user with `sudo` or `root` privileges. - -2. Make sure your existing yum packages are up-to-date. - - $ sudo yum update - -3. Add the yum repo yourself. - - For version 6: - - $ sudo tee /etc/yum.repos.d/docker.repo <<-EOF - [dockerrepo] - name=Docker Repository - baseurl=https://yum.dockerproject.org/repo/main/oraclelinux/6 - enabled=1 - gpgcheck=1 - gpgkey=https://yum.dockerproject.org/gpg - EOF - - For version 7: - - $ cat >/etc/yum.repos.d/docker.repo <<-EOF - [dockerrepo] - name=Docker Repository - baseurl=https://yum.dockerproject.org/repo/main/oraclelinux/7 - enabled=1 - gpgcheck=1 - gpgkey=https://yum.dockerproject.org/gpg - EOF - -4. Install the Docker package. - - $ sudo yum install docker-engine +The contents of `/var/lib/docker` are not removed, so any images, containers, +or volumes you created using the older version of Docker are preserved. -5. Start the Docker daemon. +## Install Docker - On Oracle Linux 6: +You can install Docker in different ways, depending on your needs: + +- Most users + [set up the official Docker repositories](#install-using-the-repository) and + install from them, for ease of installation and upgrade tasks. This is the + recommended approach. + +- Some users download the RPM package and install it manually and manage + upgrades completely manually. + +- Some users cannot use third-party repositories, and must rely on + the version of Docker in the Red Hat repositories. This version of Docker may + be out of date. Those users should consult the Red Hat documentation and not + follow these procedures. + +### Install using the repository - $ sudo service docker start +Before you install Docker for the first time on a new host machine, you need to +set up the Docker repository. Afterward, you can install, update, or downgrade +Docker from the repository. - On Oracle Linux 7: +#### Set up the repository - $ sudo systemctl start docker.service +1. Use the following command to set up the **stable** repository: -6. Verify `docker` is installed correctly by running a test image in a container. + ```bash + $ sudo yum-config-manager \ + --add-repo \ + https://docs.docker.com/engine/installation/linux/repo_files/oracle/docker.repo + ``` - $ sudo docker run hello-world +2. **Optional**: Enable the **testing** repository. This repository is included + in the `docker.repo` file above but is disabled by default. You can enable + it alongside the stable repository. Do not use unstable repositories on + on production systems or for non-testing workloads. -## Optional configurations + > **Warning**: If you have both stable and unstable repositories enabled, + > installing or updating without specifying a version in the `yum install` + > or `yum update` command will always install the highest possible version, + > which will almost certainly be an unstable one. -This section contains optional procedures for configuring your Oracle Linux to work -better with Docker. + ```bash + $ sudo yum-config-manager --set-enabled docker-testing + ``` -* [Create a docker group](#create-a-docker-group) -* [Configure Docker to start on boot](#configure-docker-to-start-on-boot) -* [Use the btrfs storage engine](#use-the-btrfs-storage-engine) + You can disable the `testing` repository by running the `yum-config-manager` + command with the `--set-disabled` flag. To re-enable it, use the + `--set-enabled` flag. The following command disables the `testing` + repository. -### Create a Docker group + ```bash + $ sudo yum-config-manager --set-disabled docker-testing + ``` -The `docker` daemon binds to a Unix socket instead of a TCP port. By default -that Unix socket is owned by the user `root` and other users can access it with -`sudo`. For this reason, `docker` daemon always runs as the `root` user. +#### Install Docker -To avoid having to use `sudo` when you use the `docker` command, create a Unix -group called `docker` and add users to it. When the `docker` daemon starts, it -makes the ownership of the Unix socket read/writable by the `docker` group. +1. Update the `yum` package index. ->**Warning**: The `docker` group is equivalent to the `root` user; For details ->on how this impacts security in your system, see [*Docker Daemon Attack ->Surface*](../../security/security.md#docker-daemon-attack-surface) for details. + ```bash + $ sudo yum -y check-update + ``` +2. Install the latest version of Docker, or go to the next step to install a + specific version. -To create the `docker` group and add your user: + ```bash + $ sudo yum -y install docker-engine + ``` -1. Log into Oracle Linux as a user with `sudo` privileges. + > **Warning**: If you have both stable and unstable repositories enabled, + > installing or updating Docker without specifying a version in the + > `yum install` or `yum upgrade` command will always install the highest + > available version, which will almost certainly be an unstable one. -2. Create the `docker` group. +3. On production systems, you should install a specific version of Docker + instead of always using the latest. List the available versions. + This example uses the `sort -r` command to sort the results by version + number, highest to lowest. - $ sudo groupadd docker + > **Note**: This `yum list` command only shows binary packages. To show + > source packages as well, omit the `.x86_64` from the package name. -3. Add your user to `docker` group. + ```bash + $ yum list docker-engine.x86_64 --showduplicates |sort -r - $ sudo usermod -aG docker username + docker-engine.x86_64 1.13.0-1.el7 docker-main + docker-engine.x86_64 1.13.0-0.5.rc5.el7 docker-testing + docker-engine.x86_64 1.13.0-0.4.rc4.el7 docker-testing + docker-engine.x86_64 1.13.0-0.3.rc3.el7 docker-testing + docker-engine.x86_64 1.13.0-0.2.rc2.el7 docker-testing + docker-engine.x86_64 1.13.0-0.1.rc1.el7 docker-testing + docker-engine.x86_64 1.12.5-1.el7 docker-main + docker-engine.x86_64 1.12.4-1.el7 docker-main + docker-engine.x86_64 1.12.3-1.el7 docker-main + docker-engine.x86_64 1.12.2-1.el7 docker-main + docker-engine.x86_64 1.12.1-1.el7 docker-main + docker-engine.x86_64 1.12.0-1.el7 docker-main + ``` -4. Log out and log back in. + The contents of the list depend upon which repositories you have enabled, + and will be specific to your version of Oracle Linux (indicated by the + `.el7` suffix on the version, in this example). Choose a specific version to + install. The second column is the version string. The third column is the + repository name, which indicates which repository the package is from and by + extension extension its stability level. To install a specific version, + append the version string to the package name and separate them by a hyphen + (`-`): - This ensures your user is running with the correct permissions. + ```bash + $ sudo yum -y install docker-engine- + ``` -5. Verify your work by running `docker` without `sudo`. + The Docker daemon starts automatically. - $ docker run hello-world +4. Verify that `docker` is installed correctly by running the `hello-world` + image. - If this fails with a message similar to this: + ```bash + $ sudo docker run hello-world + ``` - Cannot connect to the Docker daemon. Is 'docker daemon' running on this host? + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. - Check that the `DOCKER_HOST` environment variable is not set for your shell. - If it is, unset it. +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Linux postinstall](linux-postinstall.md) to allow non-privileged +users to run Docker commands and for other optional configuration steps. -### Configure Docker to start on boot +#### Upgrade Docker -You can configure the Docker daemon to start automatically at boot. +To upgrade Docker, first run `sudo yum check-update`, then follow the +[installation instructions](#install-docker), choosing the new version you want +to install. -On Oracle Linux 6: +### Install from a package -``` -$ sudo chkconfig docker on -``` +If you cannot use Docker's repository to install Docker, you can download the +`.rpm` file for your release and install it manually. You will need to download +a new file each time you want to upgrade Docker. -On Oracle Linux 7: - -``` -$ sudo systemctl enable docker.service -``` +1. Go to [https://yum.dockerproject.org/repo/main/oraclelinux/](https://yum.dockerproject.org/repo/main/oraclelinux/) + and choose the subdirectory for your Oracle Linux version. Download the + `.rpm` file for the Docker version you want to install. -If you need to add an HTTP Proxy, set a different directory or partition for the -Docker runtime files, or make other customizations, read our systemd article to -learn how to [customize your systemd Docker daemon options](../../admin/systemd.md). + > **Note**: To install a testing version, change the word `main` in the + > URL to `testing`. Do not use unstable versions of Docker in production + > or for non-testing workloads. -### Use the btrfs storage engine +2. Install Docker, changing the path below to the path where you downloaded + the Docker package. -Docker on Oracle Linux 6 and 7 supports the use of the btrfs storage engine. -Before enabling btrfs support, ensure that `/var/lib/docker` is stored on a -btrfs-based filesystem. Review [Chapter -5](http://docs.oracle.com/cd/E37670_01/E37355/html/ol_btrfs.html) of the [Oracle -Linux Administrator's Solution -Guide](http://docs.oracle.com/cd/E37670_01/E37355/html/index.html) for details -on how to create and mount btrfs filesystems. + ```bash + $ sudo yum install /path/to/package.rpm + ``` -To enable btrfs support on Oracle Linux: + The Docker daemon starts automatically. -1. Ensure that `/var/lib/docker` is on a btrfs filesystem. +3. Verify that `docker` is installed correctly by running the `hello-world` + image. -2. Edit `/etc/sysconfig/docker` and add `-s btrfs` to the `OTHER_ARGS` field. + ```bash + $ sudo docker run hello-world + ``` -3. Restart the Docker daemon: + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -## Uninstallation +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Post-installation steps for Linux](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. -To uninstall the Docker package: +#### Upgrade Docker - $ sudo yum -y remove docker-engine +To upgrade Docker, download the newer package file and repeat the +[installation procedure](#install-from-a-package), using `yum -y upgrade` +instead of `yum -y install`, and pointing to the new file. -The above command will not remove images, containers, volumes, or user created -configuration files on your host. If you wish to delete all images, containers, -and volumes run the following command: - $ rm -rf /var/lib/docker +## Uninstall Docker -You must delete the user created configuration files manually. +1. Uninstall the Docker package: -## Known issues + ```bash + $ sudo yum remove docker-engine + ``` -### Docker unmounts btrfs filesystem on shutdown -If you're running Docker using the btrfs storage engine and you stop the Docker -service, it will unmount the btrfs filesystem during the shutdown process. You -should ensure the filesystem is mounted properly prior to restarting the Docker -service. +2. Images, containers, volumes, or customized configuration files on your host + are not automatically removed. To delete all images, containers, and + volumes: -On Oracle Linux 7, you can use a `systemd.mount` definition and modify the -Docker `systemd.service` to depend on the btrfs mount defined in systemd. + ```bash + $ sudo rm -rf /var/lib/docker + ``` -### SElinux support on Oracle Linux 7 -SElinux must be set to `Permissive` or `Disabled` in `/etc/sysconfig/selinux` to -use the btrfs storage engine on Oracle Linux 7. +You must delete any edited configuration files manually. -## Further issues? +## Next steps -If you have a current Basic or Premier Support Subscription for Oracle Linux, -you can report any issues you have with the installation of Docker via a Service -Request at [My Oracle Support](https://support.oracle.com). +- Continue to [Post-installation steps for Linux](linux-postinstall.md) -If you do not have an Oracle Linux Support Subscription, you can use the [Oracle -Linux -Forum](https://community.oracle.com/community/server_%26_storage_systems/linux/oracle_linux) for community-based support. +- Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/other.md b/engine/installation/linux/other.md new file mode 100644 index 00000000000..cafba5da66e --- /dev/null +++ b/engine/installation/linux/other.md @@ -0,0 +1,18 @@ +--- +title: Installation on other Linux distributions +description: "Installing Docker on other Linux distributions" +--- + +This section lists installation instructions for community-maintained Docker +distributions. These instructions are not regularly tested. Consider +[installing from binaries](../binaries.md) instead. + +- [Installation on Arch Linux](/engine/installation/linux/archlinux.md) +- [Installation on CRUX Linux](/engine/installation/linux/cruxlinux.md) +- [Installation on Gentoo Linux](/engine/installation/linux/gentoolinux.md) +- [Installation on Raspbian Linux](/engine/installation/linux/raspbian.md) + +## Next steps + +- Continue to [Post-installation steps for Linux](linux-postinstall.md) +- Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/raspbian.md b/engine/installation/linux/raspbian.md index 242128d3889..16efab7fd1f 100644 --- a/engine/installation/linux/raspbian.md +++ b/engine/installation/linux/raspbian.md @@ -148,6 +148,6 @@ and volumes run the following command: You must delete the user created configuration files manually. -## What next? +## Next steps Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/repo_files/centos/docker.repo b/engine/installation/linux/repo_files/centos/docker.repo new file mode 100644 index 00000000000..abea668f22e --- /dev/null +++ b/engine/installation/linux/repo_files/centos/docker.repo @@ -0,0 +1,27 @@ +[docker-main] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/main/centos/$releasever/ +enabled=1 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-testing] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/testing/centos/$releasever/ +enabled=1 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-beta] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/beta/centos/$releasever/ +enabled=0 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-nightly] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/nightly/centos/$releasever/ +enabled=0 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg diff --git a/engine/installation/linux/repo_files/fedora/docker.repo b/engine/installation/linux/repo_files/fedora/docker.repo new file mode 100644 index 00000000000..77644ded98b --- /dev/null +++ b/engine/installation/linux/repo_files/fedora/docker.repo @@ -0,0 +1,27 @@ +[docker-main] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/main/fedora/$releasever/ +enabled=1 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-testing] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/testing/fedora/$releasever/ +enabled=1 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-beta] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/beta/fedora/$releasever/ +enabled=0 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-nightly] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/nightly/fedora/$releasever/ +enabled=0 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg diff --git a/engine/installation/linux/repo_files/oracle/docker.repo b/engine/installation/linux/repo_files/oracle/docker.repo new file mode 100644 index 00000000000..b75b213b716 --- /dev/null +++ b/engine/installation/linux/repo_files/oracle/docker.repo @@ -0,0 +1,27 @@ +[docker-main] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/main/oraclelinux/$releasever/ +enabled=1 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-testing] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/testing/oraclelinux/$releasever/ +enabled=1 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-beta] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/beta/oraclelinux/$releasever/ +enabled=0 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-nightly] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/nightly/oraclelinux/$releasever/ +enabled=0 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg diff --git a/engine/installation/linux/rhel.md b/engine/installation/linux/rhel.md index 151e62b7e72..c83bfd91302 100644 --- a/engine/installation/linux/rhel.md +++ b/engine/installation/linux/rhel.md @@ -1,229 +1,237 @@ --- -description: Instructions for installing Docker on Red Hat Enterprise Linux. -keywords: Docker, Docker documentation, requirements, linux, rhel +description: Instructions for installing Docker on RHEL +keywords: Docker, Docker documentation, requirements, installation, rhel, rpm, install, uninstall, upgrade, update redirect_from: - /engine/installation/rhel/ - /installation/rhel/ -title: Install Docker on Red Hat Enterprise Linux +title: Get Docker for Red Hat Enterprise Linux --- -Docker is supported on Red Hat Enterprise Linux 7. These instructions install -Docker using release packages and installation mechanisms managed by Docker, -to be sure that you get the latest version of Docker. If you wish to install -using Red Hat-managed packages, consult your Red Hat release documentation. +To get started with Docker on Red Hat Enterprise Linux (RHEL), make sure you +[meet the prerequisites](#prerequisites), then +[install Docker](#install-docker). ## Prerequisites -Docker requires a 64-bit OS and version 3.10 or higher of the Linux kernel. +### OS requirements -To check your current kernel version, open a terminal and use `uname -r` to -display your kernel version: +To install Docker, you need the 64-bit version of RHEL 7. + +### Remove unofficial Docker packages + +Red Hat's operating system repositories contain an older version of Docker, with +the package name `docker` instead of `docker-engine`. If you installed this +version of Docker, remove it using the following command: ```bash -$ uname -r -3.10.0-229.el7.x86_64 +$ sudo yum -y remove docker ``` -Finally, it is recommended that you fully update your system. Keep in mind -that your system should be fully patched to fix any potential kernel bugs. -Any reported kernel bugs may have already been fixed on the latest kernel -packages. +The contents of `/var/lib/docker` are not removed, so any images, containers, +or volumes you created using the older version of Docker are preserved. -## Install Docker Engine +## Install Docker -There are two ways to install Docker Engine. You can [install using the `yum` -package manager](#install-with-yum). Or you can use `curl` with the [`get.docker.com` -site](#install-with-the-script). This second method runs an installation script -which also installs via the `yum` package manager. +You can install Docker in different ways, depending on your needs: -### Install with yum +- Most users + [set up Docker's repositories](#install-using-the-repository) and install + from them, for ease of installation and upgrade tasks. This is the + recommended approach. -1. Log into your machine as a user with `sudo` or `root` privileges. +- Some users download the RPM package and install it manually and manage + upgrades completely manually. -2. Make sure your existing packages are up-to-date. +- Some users cannot use third-party repositories, and must rely on + the version of Docker in the Red Hat repositories. This version of Docker may + be out of date. Those users should consult the Red Hat documentation and not + follow these procedures. - ```bash - $ sudo yum update - ``` +### Install using the repository -3. Add the `yum` repo. +Before you install Docker for the first time on a new host machine, you need to +set up the Docker repository. Afterward, you can install, update, or downgrade +Docker from the repository. - ```bash - $ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' - [dockerrepo] - name=Docker Repository - baseurl=https://yum.dockerproject.org/repo/main/centos/7/ - enabled=1 - gpgcheck=1 - gpgkey=https://yum.dockerproject.org/gpg - EOF - ``` +#### Set up the repository -4. Install the Docker package. +1. Use the following command to set up the **stable** repository: ```bash - $ sudo yum install docker-engine + $ sudo yum-config-manager \ + --add-repo \ + https://docs.docker.com/engine/installation/linux/repo_files/centos/docker.repo ``` -5. Enable the service. + > **Note**: The link above is correct for RHEL as well as CentOS. - ```bash - $ sudo systemctl enable docker.service - ``` +2. **Optional**: Enable the **testing** repository. This repository is included + in the `docker.repo` file above but is disabled by default. You can enable + it alongside the stable repository. Do not use unstable repositories on + on production systems or for non-testing workloads. -6. Start the Docker daemon. + > **Warning**: If you have both stable and unstable repositories enabled, + > updating without specifying a version in the `yum install` or `yum update` + > command will always install the highest possible version, which will + > almost certainly be an unstable one. ```bash - $ sudo systemctl start docker + $ sudo yum-config-manager --set-enabled docker-testing ``` -7. Verify `docker` is installed correctly by running a test image in a container. - - $ sudo docker run --rm hello-world + You can disable the `testing` repository by running the `yum-config-manager` + command with the `--set-disabled` flag. To re-enable it, use the + `--set-enabled` flag. The following command disables the `testing` + repository. - Unable to find image 'hello-world:latest' locally - latest: Pulling from library/hello-world - c04b14da8d14: Pull complete - Digest: sha256:0256e8a36e2070f7bf2d0b0763dbabdd67798512411de4cdcf9431a1feb60fd9 - Status: Downloaded newer image for hello-world:latest - - Hello from Docker! - This message shows that your installation appears to be working correctly. - - To generate this message, Docker took the following steps: - 1. The Docker client contacted the Docker daemon. - 2. The Docker daemon pulled the "hello-world" image from the Docker Hub. - 3. The Docker daemon created a new container from that image which runs the - executable that produces the output you are currently reading. - 4. The Docker daemon streamed that output to the Docker client, which sent it - to your terminal. - - To try something more ambitious, you can run an Ubuntu container with: - $ docker run -it ubuntu bash - - Share images, automate workflows, and more with a free Docker Hub account: - https://hub.docker.com - - For more examples and ideas, visit: - https://docs.docker.com/engine/userguide/ - -If you need to add an HTTP Proxy, set a different directory or partition for the -Docker runtime files, or make other customizations, read our Systemd article to -learn how to [customize your Systemd Docker daemon options](../../admin/systemd.md). - -### Install with the script + ```bash + $ sudo yum-config-manager --set-disabled docker-testing + ``` -1. Log into your machine as a user with `sudo` or `root` privileges. +#### Install Docker -2. Make sure your existing packages are up-to-date. +1. Update the `yum` package index. ```bash - $ sudo yum update + $ sudo yum -y check-update ``` - -3. Run the Docker installation script. +2. Install the latest version of Docker, or go to the next step to install a + specific version. ```bash - $ curl -fsSL https://get.docker.com/ | sh + $ sudo yum -y install docker-engine ``` - This script adds the `docker.repo` repository and installs Docker. + > **Warning**: If you have both stable and unstable repositories enabled, + > installing or updating without specifying a version in the `yum install` + > or `yum update` command will always install the highest possible version, + > which will almost certainly be an unstable one. -4. Enable the service. +3. On production systems, you should install a specific version of Docker + instead of always using the latest. List the available versions. + This example uses the `sort -r` command to sort the results by version + number, highest to lowest. + + > **Note**: This `yum list` command only shows binary packages. To show + > source packages as well, omit the `.x86_64` from the package name. ```bash - $ sudo systemctl enable docker.service + $ yum list docker-engine.x86_64 --showduplicates |sort -r + + docker-engine.x86_64 1.13.0-1.el7 docker-main + docker-engine.x86_64 1.13.0-0.5.rc5.el7 docker-testing + docker-engine.x86_64 1.13.0-0.4.rc4.el7 docker-testing + docker-engine.x86_64 1.13.0-0.3.rc3.el7 docker-testing + docker-engine.x86_64 1.13.0-0.2.rc2.el7 docker-testing + docker-engine.x86_64 1.13.0-0.1.rc1.el7 docker-testing + docker-engine.x86_64 1.12.5-1.el7 docker-main + docker-engine.x86_64 1.12.4-1.el7 docker-main + docker-engine.x86_64 1.12.3-1.el7 docker-main + docker-engine.x86_64 1.12.2-1.el7 docker-main + docker-engine.x86_64 1.12.1-1.el7 docker-main + docker-engine.x86_64 1.12.0-1.el7 docker-main ``` -5. Start the Docker daemon. + The contents of the list depend upon which repositories you have enabled, + and will be specific to your version of RHEL (indicated by the `.el7` suffix + on the version, in this example). Choose a specific version to install. The + second column is the version string. The third column is the repository + name, which indicates which repository the package is from and by extension + extension its stability level. To install a specific version, append the + version string to the package name and separate them by a hyphen (`-`): ```bash - $ sudo systemctl start docker + $ sudo yum -y install docker-engine- ``` -6. Verify `docker` is installed correctly by running a test image in a container. + The Docker daemon starts automatically. + +4. Verify that `docker` is installed correctly by running the `hello-world` + image. ```bash $ sudo docker run hello-world ``` -If you need to add an HTTP Proxy, set a different directory or partition for the -Docker runtime files, or make other customizations, read our Systemd article to -learn how to [customize your Systemd Docker daemon options](../../admin/systemd.md). - -## Create a docker group + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -The `docker` daemon binds to a Unix socket instead of a TCP port. By default -that Unix socket is owned by the user `root` and other users can access it with -`sudo`. For this reason, `docker` daemon always runs as the `root` user. +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Linux postinstall](linux-postinstall.md) to allow non-privileged +users to run Docker commands and for other optional configuration steps. -To avoid having to use `sudo` when you use the `docker` command, create a Unix -group called `docker` and add users to it. When the `docker` daemon starts, it -makes the ownership of the Unix socket read/writable by the `docker` group. +#### Upgrade Docker ->**Warning**: The `docker` group is equivalent to the `root` user; For details ->on how this impacts security in your system, see [*Docker Daemon Attack ->Surface*](../../security/security.md#docker-daemon-attack-surface) for details. +To upgrade Docker, first run `sudo yum check-update`, then follow the +[installation instructions](#install-docker), choosing the new version you want +to install. -To create the `docker` group and add your user: +### Install from a package -1. Log into your machine as a user with `sudo` or `root` privileges. +If you cannot use the official Docker repository to install Docker, you can +download the `.rpm` file for your release and install it manually. You will +need to download a new file each time you want to upgrade Docker. -2. Create the `docker` group. +1. Go to [https://yum.dockerproject.org/repo/main/centos/](https://yum.dockerproject.org/repo/main/centos/) + and choose the subdirectory for your RHEL version. The above URL is correct + for RHEL as well as CentOS. Download the `.rpm` file for the Docker version + you want to install. - ```bash - $ sudo groupadd docker - ``` + > **Note**: To install a testing version, change the word `main` in the + > URL to `testing`. Do not use unstable versions of Docker in production + > or for non-testing workloads. -3. Add your user to `docker` group. +2. Install Docker, changing the path below to the path where you downloaded + the Docker package. ```bash - $ sudo usermod -aG docker your_username` + $ sudo yum install /path/to/package.rpm ``` -4. Log out and log back in. + The Docker daemon starts automatically. - This ensures your user is running with the correct permissions. - -5. Verify that your user is in the docker group by running `docker` without `sudo`. +3. Verify that `docker` is installed correctly by running the `hello-world` + image. ```bash - $ docker run hello-world + $ sudo docker run hello-world ``` -## Start the docker daemon at boot + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. -Configure the Docker daemon to start automatically when the host starts: +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Post-installation steps for Linux](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. -```bash -$ sudo systemctl enable docker -``` +#### Upgrade Docker -## Uninstall +To upgrade Docker, download the newer package file and repeat the +[installation procedure](#install-from-a-package), using `yum -y upgrade` +instead of `yum -y install`, and pointing to the new file. -You can uninstall the Docker software with `yum`. -1. List the installed Docker packages. +## Uninstall Docker - ```bash - $ yum list installed | grep docker +1. Uninstall the Docker package: - docker-engine.x86_64 1.7.1-0.1.el7@/docker-engine-1.7.1-0.1.el7.x86_64 + ```bash + $ sudo yum -y remove docker-engine ``` -2. Remove the package. +2. Images, containers, volumes, or customized configuration files on your host + are not automatically removed. To delete all images, containers, and + volumes: ```bash - $ sudo yum -y remove docker-engine.x86_64 + $ sudo rm -rf /var/lib/docker ``` - This command does not remove images, containers, volumes, or user-created - configuration files on your host. +You must delete any edited configuration files manually. -3. To delete all images, containers, and volumes, run the following command: +## Next steps - ```bash - $ rm -rf /var/lib/docker - ``` +- Continue to [Post-installation steps for Linux](linux-postinstall.md) -4. Locate and delete any user-created configuration files. +- Continue with the [User Guide](../../userguide/index.md). diff --git a/engine/installation/linux/ubuntu.md b/engine/installation/linux/ubuntu.md new file mode 100644 index 00000000000..7b4ef7c302c --- /dev/null +++ b/engine/installation/linux/ubuntu.md @@ -0,0 +1,239 @@ +--- +description: Instructions for installing Docker on Ubuntu +keywords: Docker, Docker documentation, requirements, apt, installation, ubuntu, install, uninstall, upgrade, update +redirect_from: +- /engine/installation/ubuntulinux/ +- /installation/ubuntulinux/ +- /engine/installation/linux/ubuntulinux/ +title: Get Docker for Ubuntu +--- + +To get started with Docker on Ubuntu, make sure you +[meet the prerequisites](#prerequisites), then +[install Docker](#install-docker). + +## Prerequisites + +### OS requirements + +To install Docker, you need the 64-bit version of one of these Ubuntu versions: + +- Yakkety 16.10 +- Xenial 16.04 (LTS) +- Trusty 14.04 (LTS) + +### Recommended extra packages + +You need `curl` if you don't have it. Unless you have a strong reason not to, +install the `linux-image-extra-*` packages, which allow Docker to use the `aufs` +storage drivers. **This applies to all versions of Ubuntu**. + +```bash +$ sudo apt-get update + +$ sudo apt-get install curl \ + linux-image-extra-$(uname -r) \ + linux-image-extra-virtual +``` + +## Install Docker + +You can install Docker in different ways, depending on your needs: + +- Most users + [set up Docker's repositories](#install-using-the-repository) and install + from them, for ease of installation and upgrade tasks. This is the + recommended approach. + +- Some users download the DEB package and install it manually and manage + upgrades completely manually. + +- Some users cannot use the official Docker repositories, and must rely on + the version of Docker that comes with their operating system. This version of + Docker may be out of date. Those users should consult their operating system + documentation and not follow these procedures. + +### Install using the repository + +Before you install Docker for the first time on a new host machine, you need to +set up the Docker repository. Afterward, you can install, update, or downgrade +Docker from the repository. + +#### Set up the repository + +1. Install packages to allow `apt` to use a repository over HTTPS: + + ```bash + $ sudo apt-get install apt-transport-https \ + ca-certificates + ``` + +2. Add Docker's official GPG key: + + ```bash + $ curl -s http://yum.dockerproject.org/gpg | sudo apt-key add + ``` + + > **Note**: The URL is correct, even for Linux distributions that use `APT`. + + Verify that the key ID is `58118E89F3A912897C070ADBF76221572C52609D`. + + ```bash + $ apt-key fingerprint 58118E89F3A912897C070ADBF76221572C52609D + + pub 4096R/2C52609D 2015-07-14 + Key fingerprint = 5811 8E89 F3A9 1289 7C07 0ADB F762 2157 2C52 609D + uid Docker Release Tool (releasedocker) + ``` + +3. Use the following command to set up the **stable** repository. To also + enable the **testing** repository, add the words `testing` after `main` on + the last line. + **Do not use these unstable repositories on production systems or for non-testing workloads.** + + ```bash + $ sudo add-apt-repository \ + "deb https://apt.dockerproject.org/repo/pool/ \ + $(lsb_release -cs) \ + main" + ``` + + To disable the `testing` repository, you can edit `/etc/apt/sources.list` + and remove the word `testing` from the appropriate line in the file. + +#### Install Docker + +1. Update the `apt` package index. + + ```bash + $ sudo apt-get update + ``` + +2. Install the latest version of Docker, or go to the next step to install a + specific version. Any existing installation of Docker is replaced. + + Use this command to install the latest version of Docker: + + ```bash + $ sudo apt-get -y install docker-engine + ``` + + > **Warning**: If you have both stable and unstable repositories enabled, + > installing or updating without specifying a version in the + > `apt-get install` or `apt-get update` command will always install the + > highest possible version, which will almost certainly be an unstable one. + +3. On production systems, you should install a specific version of Docker + instead of always using the latest. List the available versions. + + ```bash + $ apt-cache madison docker-engine + + docker-engine | 1.13.0-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages + docker-engine | 1.12.3-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages + docker-engine | 1.12.2-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages + docker-engine | 1.12.1-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages + docker-engine | 1.12.0-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages + ``` + + The contents of the list depend upon which repositories are enabled, + and will be specific to your version of Ubuntu (indicated by the `xenial` + suffix on the version, in this example). Choose a specific version to + install. The second column is the version string. The third column is the + repository name, which indicates which repository the package is from and + by extension its stability level. To install a specific version, append the + version string to the package name and separate them by an equals sign (`=`): + + ```bash + $ sudo apt-get -y install docker-engine= + ``` + + The Docker daemon starts automatically. + +4. Verify that `docker` is installed correctly by running the `hello-world` + image. + + ```bash + $ sudo docker run hello-world + ``` + + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. + +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Linux postinstall](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. + +#### Upgrade Docker + +To upgrade Docker, first run `sudo apt-get update`, then follow the +[installation instructions](#install-docker), choosing the new version you want +to install. + +### Install from a package + +If you cannot use Docker's repository to install Docker, you can download the +`.deb` file for your release and install it manually. You will need to download +a new file each time you want to upgrade Docker. + +1. Go to [https://apt.dockerproject.org/repo/pool/main/d/docker-engine/](https://apt.dockerproject.org/repo/pool/main/d/docker-engine/) + and download the `.deb` file for the Docker version you want to install and + for your version of Ubuntu. + + > **Note**: To install a testing version, change the word `main` in the + > URL to `testing`. Do not use unstable versions of Docker in production + > or for non-testing workloads. + +2. Install Docker, changing the path below to the path where you downloaded + the Docker package. + + ```bash + $ sudo dpkg -i /path/to/package.deb + ``` + + The Docker daemon starts automatically. + +3. Verify that `docker` is installed correctly by running the `hello-world` + image. + + ```bash + $ sudo docker run hello-world + ``` + + This command downloads a test image and runs it in a container. When the + container runs, it prints an informational message and exits. + +Docker is installed and running. You need to use `sudo` to run Docker commands. +Continue to [Post-installation steps for Linux](linux-postinstall.md) to allow +non-privileged users to run Docker commands and for other optional configuration +steps. + +#### Upgrade Docker + +To upgrade Docker, download the newer package file and repeat the +[installation procedure](#install-from-a-package), pointing to the new file. + +## Uninstall Docker + +1. Uninstall the Docker package: + + ```bash + $ sudo apt-get purge docker-engine + ``` + +2. Images, containers, volumes, or customized configuration files on your host + are not automatically removed. To delete all images, containers, and + volumes: + + ```bash + $ sudo rm -rf /var/lib/docker + ``` + +You must delete any edited configuration files manually. + +## Next steps + +- Continue to [Post-installation steps for Linux](linux-postinstall.md) + +- Continue with the [User Guide](../../userguide/index.md). From 7734148070dc1ffd2551a760f272615750d43309 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 18 Jan 2017 16:47:21 -0800 Subject: [PATCH 42/48] Fix typo in Oracle install instructions --- engine/installation/linux/oracle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/installation/linux/oracle.md b/engine/installation/linux/oracle.md index 3be2f15c2d5..df6670b1e96 100644 --- a/engine/installation/linux/oracle.md +++ b/engine/installation/linux/oracle.md @@ -44,8 +44,8 @@ You can install Docker in different ways, depending on your needs: upgrades completely manually. - Some users cannot use third-party repositories, and must rely on - the version of Docker in the Red Hat repositories. This version of Docker may - be out of date. Those users should consult the Red Hat documentation and not + the version of Docker in the Oracle repositories. This version of Docker may + be out of date. Those users should consult the Oracle documentation and not follow these procedures. ### Install using the repository From 2da8713bc3ca200b97b929b49a3ff1ddeae71709 Mon Sep 17 00:00:00 2001 From: French Ben Date: Wed, 18 Jan 2017 17:16:26 -0800 Subject: [PATCH 43/48] Updated docs to remove beta and stable link (#1160) * Updated docs to remove beta and stable link --- _data/toc.yaml | 2 + docker-for-aws/deploy.md | 2 +- docker-for-aws/faqs.md | 6 +- docker-for-aws/iam-permissions.md | 314 ++++++++++++++++++++++++++++++ docker-for-aws/index.md | 13 +- docker-for-aws/release-notes.md | 13 +- docker-for-aws/scaling.md | 6 +- docker-for-aws/upgrade.md | 10 +- docker-for-azure/deploy.md | 4 +- docker-for-azure/faqs.md | 24 +-- docker-for-azure/index.md | 17 +- docker-for-azure/release-notes.md | 19 +- docker-for-azure/upgrade.md | 10 +- 13 files changed, 385 insertions(+), 55 deletions(-) create mode 100644 docker-for-aws/iam-permissions.md diff --git a/_data/toc.yaml b/_data/toc.yaml index 2cbdc03332a..3cf2ac57af3 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -67,6 +67,8 @@ toc: section: - path: /docker-for-aws/ title: Setup & Prerequisites + - path: /docker-for-aws/iam-permissions/ + title: IAM Permissions - path: /docker-for-aws/scaling/ title: Scaling - path: /docker-for-aws/upgrade/ diff --git a/docker-for-aws/deploy.md b/docker-for-aws/deploy.md index 73511659ab2..44df2c333cf 100644 --- a/docker-for-aws/deploy.md +++ b/docker-for-aws/deploy.md @@ -23,7 +23,7 @@ the swarm in your AWS console. Once present on this page, you can see the "Public IP" of each manager node in the table and/or "Description" tab if you click on the instance. -![](/img/managers.png) +![](img/managers.png) ## Connecting via SSH diff --git a/docker-for-aws/faqs.md b/docker-for-aws/faqs.md index f99e2f015c6..25f20cfcf8b 100644 --- a/docker-for-aws/faqs.md +++ b/docker-for-aws/faqs.md @@ -55,6 +55,10 @@ All of Amazons regions have at least 2 AZ's, and some have more. To make sure Do As part of the prerequisites, you need to have an SSH key uploaded to the AWS region you are trying to deploy to. For more information about adding an SSH key pair to your account, please refer to the [Amazon EC2 Key Pairs docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) +## Where are my container logs? + +All container logs are aggregated within [AWS CloudWatch](https://aws.amazon.com/cloudwatch/). + ## I have a problem/bug where do I report it? Send an email to or post to the [Docker for AWS](https://github.com/docker/for-aws) GitHub repositories. @@ -75,7 +79,7 @@ _Please note that your output will be slightly different from the above, dependi ## Analytics -The beta versions of Docker for AWS and Azure send anonymized analytics to Docker. These analytics are used to monitor beta adoption and are critical to improve Docker for AWS and Azure. +Docker for AWS sends anonymized minimal analytics to Docker (heartbeat). These analytics are used to monitor adoption and are critical to improve Docker for AWS. ## How to run administrative commands? diff --git a/docker-for-aws/iam-permissions.md b/docker-for-aws/iam-permissions.md new file mode 100644 index 00000000000..26ba8d8cd3f --- /dev/null +++ b/docker-for-aws/iam-permissions.md @@ -0,0 +1,314 @@ +--- +description: IAM permissions +keywords: aws iam permissions +title: Docker for AWS IAM permissions +--- + +The following IAM permissions are required to use Docker for AWS. + +Before you deploy Docker for AWS, your account needs these permissions for the stack to deploy correctly. +If you create and use an IAM role with these permissions for creating the stack, CloudFormation will use the role's permissions instead of your own, using the AWS CloudFormation Service Role feature. + +This feature is called [AWS CloudFormation Service Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-servicerole.html?icmpid=docs_cfn_console) +follow the link for more information. + +```none +{% raw %} +{ + "Version": "2012-10-17", + "Statement": [ + { + "Sid": "Stmt1481924239005", + "Effect": "Allow", + "Action": [ + "cloudformation:CancelUpdateStack", + "cloudformation:ContinueUpdateRollback", + "cloudformation:CreateChangeSet", + "cloudformation:CreateStack", + "cloudformation:CreateUploadBucket", + "cloudformation:DeleteStack", + "cloudformation:DescribeAccountLimits", + "cloudformation:DescribeChangeSet", + "cloudformation:DescribeStackEvents", + "cloudformation:DescribeStackResource", + "cloudformation:DescribeStackResources", + "cloudformation:DescribeStacks", + "cloudformation:EstimateTemplateCost", + "cloudformation:ExecuteChangeSet", + "cloudformation:GetStackPolicy", + "cloudformation:GetTemplate", + "cloudformation:GetTemplateSummary", + "cloudformation:ListChangeSets", + "cloudformation:ListStackResources", + "cloudformation:ListStacks", + "cloudformation:PreviewStackUpdate", + "cloudformation:SetStackPolicy", + "cloudformation:SignalResource", + "cloudformation:UpdateStack", + "cloudformation:ValidateTemplate" + ], + "Resource": [ + "*" + ] + }, + { + "Sid": "Stmt1481924344000", + "Effect": "Allow", + "Action": [ + "ec2:AllocateHosts", + "ec2:AssignPrivateIpAddresses", + "ec2:AssociateRouteTable", + "ec2:AttachInternetGateway", + "ec2:AttachNetworkInterface", + "ec2:AttachVolume", + "ec2:CreateInternetGateway", + "ec2:CreateNatGateway", + "ec2:CreateNetworkAcl", + "ec2:CreateNetworkAclEntry", + "ec2:CreateNetworkInterface", + "ec2:CreateRoute", + "ec2:CreateRouteTable", + "ec2:CreateSecurityGroup", + "ec2:CreateSubnet", + "ec2:CreateTags", + "ec2:CreateVolume", + "ec2:CreateVpc", + "ec2:DeleteInternetGateway", + "ec2:DeleteNatGateway", + "ec2:DeleteNetworkAcl", + "ec2:DeleteNetworkAclEntry", + "ec2:DeleteNetworkInterface", + "ec2:DeleteRoute", + "ec2:DeleteRouteTable", + "ec2:DeleteSecurityGroup", + "ec2:DeleteSubnet", + "ec2:DeleteTags", + "ec2:DeleteVolume", + "ec2:DeleteVpc", + "ec2:DescribeAccountAttributes", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeHosts", + "ec2:DescribeImageAttribute", + "ec2:DescribeImages", + "ec2:DescribeInstanceStatus", + "ec2:DescribeInstances", + "ec2:DescribeInternetGateways", + "ec2:DescribeKeyPairs", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeRegions", + "ec2:DescribeRouteTables", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeTags", + "ec2:DescribeVolumeAttribute", + "ec2:DescribeVolumeStatus", + "ec2:DescribeVolumes", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcs", + "ec2:DetachInternetGateway", + "ec2:DetachNetworkInterface", + "ec2:DetachVolume", + "ec2:DisassociateAddress", + "ec2:DisassociateRouteTable", + "ec2:GetConsoleOutput", + "ec2:GetConsoleScreenshot", + "ec2:ModifyVpcAttribute", + "ec2:RebootInstances", + "ec2:ReleaseAddress", + "ec2:ReleaseHosts", + "ec2:RevokeSecurityGroupEgress", + "ec2:RevokeSecurityGroupIngress", + "ec2:RunInstances", + "ec2:StartInstances", + "ec2:StopInstances", + "ec2:TerminateInstances" + ], + "Resource": [ + "*" + ] + }, + { + "Sid": "Stmt1481924651000", + "Effect": "Allow", + "Action": [ + "autoscaling:AttachInstances", + "autoscaling:AttachLoadBalancers", + "autoscaling:CompleteLifecycleAction", + "autoscaling:CreateAutoScalingGroup", + "autoscaling:CreateLaunchConfiguration", + "autoscaling:CreateOrUpdateTags", + "autoscaling:DeleteAutoScalingGroup", + "autoscaling:DeleteLaunchConfiguration", + "autoscaling:DeleteLifecycleHook", + "autoscaling:DeleteNotificationConfiguration", + "autoscaling:DeletePolicy", + "autoscaling:DeleteScheduledAction", + "autoscaling:DeleteTags", + "autoscaling:DescribeAccountLimits", + "autoscaling:DescribeAutoScalingGroups", + "autoscaling:DescribeAutoScalingInstances", + "autoscaling:DescribeAutoScalingNotificationTypes", + "autoscaling:DescribeLaunchConfigurations", + "autoscaling:DescribeLifecycleHookTypes", + "autoscaling:DescribeLifecycleHooks", + "autoscaling:DescribeLoadBalancers", + "autoscaling:DescribeScalingActivities", + "autoscaling:DescribeTags", + "autoscaling:DetachInstances", + "autoscaling:DetachLoadBalancers", + "autoscaling:DisableMetricsCollection", + "autoscaling:EnableMetricsCollection", + "autoscaling:EnterStandby", + "autoscaling:ExecutePolicy", + "autoscaling:ExitStandby", + "autoscaling:PutLifecycleHook", + "autoscaling:PutNotificationConfiguration", + "autoscaling:PutScalingPolicy", + "autoscaling:PutScheduledUpdateGroupAction", + "autoscaling:RecordLifecycleActionHeartbeat", + "autoscaling:ResumeProcesses", + "autoscaling:SetDesiredCapacity", + "autoscaling:SetInstanceHealth", + "autoscaling:SetInstanceProtection", + "autoscaling:SuspendProcesses", + "autoscaling:TerminateInstanceInAutoScalingGroup", + "autoscaling:UpdateAutoScalingGroup" + ], + "Resource": [ + "*" + ] + }, + { + "Sid": "Stmt1481924759004", + "Effect": "Allow", + "Action": [ + "dynamodb:CreateTable", + "dynamodb:DeleteItem", + "dynamodb:DeleteTable", + "dynamodb:DescribeTable", + "dynamodb:GetItem", + "dynamodb:ListTables", + "dynamodb:PutItem", + "dynamodb:Query", + "dynamodb:UpdateItem", + "dynamodb:UpdateTable" + ], + "Resource": [ + "*" + ] + }, + { + "Sid": "Stmt1481924854000", + "Effect": "Allow", + "Action": [ + "logs:CreateLogGroup", + "logs:CreateLogStream", + "logs:DeleteLogGroup", + "logs:DeleteLogStream", + "logs:DescribeLogGroups", + "logs:GetLogEvents", + "logs:PutLogEvents", + "logs:PutRetentionPolicy" + ], + "Resource": [ + "*" + ] + }, + { + "Sid": "Stmt1481924989003", + "Effect": "Allow", + "Action": [ + "sqs:ChangeMessageVisibility", + "sqs:CreateQueue", + "sqs:DeleteMessage", + "sqs:DeleteQueue", + "sqs:GetQueueAttributes", + "sqs:GetQueueUrl", + "sqs:ListQueues", + "sqs:ReceiveMessage", + "sqs:SendMessage", + "sqs:SetQueueAttributes" + ], + "Resource": [ + "*" + ] + }, + { + "Sid": "Stmt1481924989002", + "Effect": "Allow", + "Action": [ + "iam:AddRoleToInstanceProfile", + "iam:CreateInstanceProfile", + "iam:CreateRole", + "iam:DeleteInstanceProfile", + "iam:DeleteRole", + "iam:DeleteRolePolicy", + "iam:GetRole", + "iam:PassRole", + "iam:PutRolePolicy", + "iam:RemoveRoleFromInstanceProfile" + ], + "Resource": [ + "*" + ] + }, + { + "Sid": "Stmt1481924989001", + "Effect": "Allow", + "Action": [ + "elasticloadbalancing:AddTags", + "elasticloadbalancing:ApplySecurityGroupsToLoadBalancer", + "elasticloadbalancing:AttachLoadBalancerToSubnets", + "elasticloadbalancing:ConfigureHealthCheck", + "elasticloadbalancing:CreateListener", + "elasticloadbalancing:CreateLoadBalancer", + "elasticloadbalancing:CreateLoadBalancerListeners", + "elasticloadbalancing:CreateLoadBalancerPolicy", + "elasticloadbalancing:CreateRule", + "elasticloadbalancing:CreateTargetGroup", + "elasticloadbalancing:DeleteListener", + "elasticloadbalancing:DeleteLoadBalancer", + "elasticloadbalancing:DeleteLoadBalancerListeners", + "elasticloadbalancing:DeleteLoadBalancerPolicy", + "elasticloadbalancing:DeleteRule", + "elasticloadbalancing:DeleteTargetGroup", + "elasticloadbalancing:DeregisterInstancesFromLoadBalancer", + "elasticloadbalancing:DeregisterTargets", + "elasticloadbalancing:DescribeInstanceHealth", + "elasticloadbalancing:DescribeListeners", + "elasticloadbalancing:DescribeLoadBalancerAttributes", + "elasticloadbalancing:DescribeLoadBalancerPolicyTypes", + "elasticloadbalancing:DescribeLoadBalancerPolicies", + "elasticloadbalancing:DescribeLoadBalancers", + "elasticloadbalancing:DescribeRules", + "elasticloadbalancing:DescribeSSLPolicies", + "elasticloadbalancing:DescribeTags", + "elasticloadbalancing:DescribeTargetGroupAttributes", + "elasticloadbalancing:DescribeTargetGroups", + "elasticloadbalancing:DescribeTargetHealth", + "elasticloadbalancing:DetachLoadBalancerFromSubnets", + "elasticloadbalancing:DisableAvailabilityZonesForLoadBalancer", + "elasticloadbalancing:EnableAvailabilityZonesForLoadBalancer", + "elasticloadbalancing:ModifyListener", + "elasticloadbalancing:ModifyLoadBalancerAttributes", + "elasticloadbalancing:ModifyRule", + "elasticloadbalancing:ModifyTargetGroup", + "elasticloadbalancing:ModifyTargetGroupAttributes", + "elasticloadbalancing:RegisterTargets", + "elasticloadbalancing:RegisterInstancesWithLoadBalancer", + "elasticloadbalancing:RemoveTags", + "elasticloadbalancing:SetLoadBalancerListenerSSLCertificate", + "elasticloadbalancing:SetLoadBalancerPoliciesForBackendServer", + "elasticloadbalancing:SetLoadBalancerPoliciesOfListener", + "elasticloadbalancing:SetRulePriorities", + "elasticloadbalancing:SetSecurityGroups", + "elasticloadbalancing:SetSubnets" + ], + "Resource": [ + "*" + ] + } + ] +} +{% endraw %} +``` diff --git a/docker-for-aws/index.md b/docker-for-aws/index.md index 599396293e1..152d6c1f19f 100644 --- a/docker-for-aws/index.md +++ b/docker-for-aws/index.md @@ -7,18 +7,19 @@ redirect_from: - /engine/installation/amazon/ --- + ## Prerequisites -- Access to an AWS account with permissions to use CloudFormation and creating the following objects +- Access to an AWS account with permissions to use CloudFormation and creating the following objects. [Full set of required permissions](iam-permissions.md). - EC2 instances + Auto Scaling groups - IAM profiles - DynamoDB Tables - SQS Queue - - VPC + subnets + - VPC + subnets and security groups - ELB - CloudWatch Log Group - SSH key in AWS in the region where you want to deploy (required to access the completed Docker install) -- AWS account that support EC2-VPC (See the [FAQ for details about EC2-Classic](../faq/aws.md)) +- AWS account that support EC2-VPC (See the [FAQ for details about EC2-Classic](faqs.md)) For more information about adding an SSH key pair to your account, please refer to the [Amazon EC2 Key Pairs docs](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html) @@ -38,7 +39,7 @@ The EC2 instance type for your worker nodes. The EC2 instance type for your manager nodes. The larger your swarm, the larger the instance size you should use. #### ClusterSize -The number of workers you want in your swarm (1-1000). +The number of workers you want in your swarm (0-1000). #### ManagerSize The number of Managers in your swarm. You can pick either 1, 3 or 5 managers. We only recommend 1 manager for testing and dev setups. There are no failover guarantees with 1 manager — if the single manager fails the swarm will go down as well. Additionally, upgrading single-manager swarms is not currently guaranteed to succeed. @@ -81,7 +82,7 @@ Go to the [Release Notes](release-notes.md) page, and click on the "launch stack You can also invoke the Docker for AWS CloudFormation template from the AWS CLI: Here is an example of how to use the CLI. Make sure you populate all of the parameters and their values: -``` +```bash $ aws cloudformation create-stack --stack-name teststack --template-url --parameters ParameterKey=KeyName,ParameterValue= ParameterKey=InstanceType,ParameterValue=t2.micro ParameterKey=ManagerInstanceType,ParameterValue=t2.micro ParameterKey=ClusterSize,ParameterValue=1 --capabilities CAPABILITY_IAM ``` @@ -91,7 +92,7 @@ To fully automate installs, you can use the [AWS Cloudformation API](http://docs Docker for AWS starts with a CloudFormation template that will create everything that you need from scratch. There are only a few prerequisites that are listed above. -It first starts off by creating a new VPC along with subnets and security groups. Once the networking is set up, it will create two Auto Scaling Groups, one for the managers and one for the workers, and set the desired capacity that was selected in the CloudFormation setup form. The managers will start up first and create a Swarm manager quorum using Raft. The workers will then start up and join the swarm one by one, until all of the workers are up and running. At this point you will have x number of managers and y number of workers in your swarm, that are ready to handle your application deployments. See the [deployment](../deploy.md) docs for your next steps. +The CloudFormation template first creates a new VPC along with subnets and security groups. After the networking set-up completes, two Auto Scaling Groups are created, one for the managers and one for the workers, and the configured capacity setting is applied. Managers start first and create a quorum using Raft, then the workers start and join the swarm one at a time. At this point, the swarm is comprised of X number of managers and Y number of workers, and you can deploy your applications. See the [deployment](deploy.md) docs for your next steps. If you increase the number of instances running in your worker Auto Scaling Group (via the AWS console, or updating the CloudFormation configuration), the new nodes that will start up will automatically join the swarm. diff --git a/docker-for-aws/release-notes.md b/docker-for-aws/release-notes.md index 8e5fb9c91ca..64d581f4592 100644 --- a/docker-for-aws/release-notes.md +++ b/docker-for-aws/release-notes.md @@ -4,17 +4,24 @@ keywords: aws, amazon, iaas, release title: Docker for AWS Release Notes --- +## 1.13.0-1 +Release date: 1/18/2017 + +![Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png) + +### New +- Docker Engine upgraded to [Docker 1.13.0](https://github.com/docker/docker/blob/master/CHANGELOG.md) +- Change ELB health check from TCP to HTTP + ## 1.13.0-rc3-beta13 Release date: 12/06/2016 -![Docker for AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png) - ### New - Docker Engine upgraded to [Docker 1.13.0-rc3](https://github.com/docker/docker/blob/master/CHANGELOG.md) - New option to decide if you want to send container logs to CloudWatch. (previously it was always on) - SSH access has been added to the worker nodes - The Docker daemon no longer listens on port 2375 -- Added a `swarm-exec` to execute a docker command across all of the swarm nodes. See [Executing Docker commands in all swarm nodes](../deploy#execute-docker-commands-in-all-swarm-nodes) for more details. +- Added a `swarm-exec` to execute a docker command across all of the swarm nodes. See [Executing Docker commands in all swarm nodes](deploy.md#execute-docker-commands-in-all-swarm-nodes) for more details. ## 1.13.0-rc2-beta12 Release date: 11/23/2016 diff --git a/docker-for-aws/scaling.md b/docker-for-aws/scaling.md index b2c67edbb6c..cbc9604c3f2 100644 --- a/docker-for-aws/scaling.md +++ b/docker-for-aws/scaling.md @@ -17,17 +17,17 @@ Login to the AWS console, and go to the EC2 dashboard. On the lower left hand si Look for the Auto Scaling group with the name that looks like $STACK_NAME-NodeASG-* Where `$STACK_NAME` is the name of the stack you created when filling out the CloudFormation template for Docker for AWS. Once you find it, click the checkbox, next to the name. Then Click on the "Edit" button on the lower detail pane. - + Change the "Desired" field to the size of the worker pool that you would like, and hit "Save". - + This will take a few minutes and add the new workers to your swarm automatically. To lower the number of workers back down, you just need to update "Desired" again, with the lower number, and it will shrink the worker pool until it reaches the new size. ### CloudFormation Update Go to the CloudFormation management page, and click the checkbox next to the stack you want to update. Then Click on the action button at the top, and select "Update Stack". - + Pick "Use current template", and then click "Next". Fill out the same parameters you have specified before, but this time, change your worker count to the new count, click "Next". Answer the rest of the form questions. CloudFormation will show you a preview of the changes it will make. Review the changes and if they look good, click "Update". CloudFormation will change the worker pool size to the new value you specified. It will take a few minutes (longer for a larger increase / decrease of nodes), but when complete you will have your swarm with the new worker pool size. diff --git a/docker-for-aws/upgrade.md b/docker-for-aws/upgrade.md index 4d619ce0ea1..aa48893d8f4 100644 --- a/docker-for-aws/upgrade.md +++ b/docker-for-aws/upgrade.md @@ -4,26 +4,24 @@ keywords: aws, amazon, iaas, tutorial title: Docker for AWS Upgrades --- -Docker for AWS has support upgrading from one beta version to the next. Upgrades are done by applying a new version of the AWS Cloudformation template that powers Docker for Azure. Depending on changes in the next version, an upgrade involves: +To upgrade, apply a new version of the AWS Cloudformation template that powers Docker for Azure. Depending on changes in the next version, an upgrade involves: * Changing the AMI backing manager and worker nodes (the Docker engine ships in the AMI) * Upgrading service containers * Changing the resource setup in the VPC that hosts Docker for AWS -To be notified of updates, submit your email address at [https://beta.docker.com/](https://beta.docker.com/). - ## Prerequisites * We recommend only attempting upgrades of swarms with at least 3 managers. A 1-manager swarm may not be able to maintain quorum during the upgrade - * Upgrades are only supported from one version to the next version, for example beta-11 to beta-12. Skipping a version during an upgrade is not supported. For example, upgrading from beta-10 to beta-12 is not supported. Downgrades are not tested. + * You can only upgrade one version at a time. Skipping a version during an upgrade is not supported. Downgrades are not tested. ## Upgrading -If you submit your email address at [https://beta.docker.com/](beta.docker.com) Docker will notify you of new releases by email. New releases are also posted on the [Release Notes](https://beta.docker.com/docs/aws/release-notes/) page. +New releases are announced on [Release Notes](release-notes.md) page. To initiate an update, use either the AWS Console of the AWS cli to initiate a stack update. Use the S3 template URL for the new release and complete the update wizard. This will initiate a rolling upgrade of the Docker swarm, and service state will be maintained during and after the upgrade. Appropriately scaled services should not experience downtime during an upgrade. -![Upgrade in AWS console](/img/cloudformation_update.png) +![Upgrade in AWS console](img/cloudformation_update.png) Note that single containers started (for example) with `docker run -d` are **not** preserved during an upgrade. This is because the're not Docker Swarm objects, but are known only to the individual Docker engines. diff --git a/docker-for-azure/deploy.md b/docker-for-azure/deploy.md index 3fdc2226e5f..6e50a19713e 100644 --- a/docker-for-azure/deploy.md +++ b/docker-for-azure/deploy.md @@ -18,13 +18,13 @@ node can be used for administrating the swarm. Once you've deployed Docker on Azure, go to the "Outputs" section of the resource group deployment. -![](/img/sshtargets.png) +![](img/sshtargets.png) The "SSH Targets" output is a URL to a blade that describes the IP address (common across all the manager nodes) and the SSH port (unique for each manager node) that you can use to log in to each manager node. -![](/img/managers.png) +![](img/managers.png) ## Connecting via SSH diff --git a/docker-for-azure/faqs.md b/docker-for-azure/faqs.md index 44c2cda0b31..8bdac423245 100644 --- a/docker-for-azure/faqs.md +++ b/docker-for-azure/faqs.md @@ -4,24 +4,6 @@ keywords: azure faqs title: Docker for Azure Frequently asked questions (FAQ) --- -## How long will it take before I get accepted into the Docker for Azure private beta? - -Docker for Azure is built on top of Docker 1.13, but as with all Beta, things are still changing, which means things can break between release candidates. - -We are currently rolling it out slowly to make sure everything is working as it should. This is to ensure that if there are any issues we limit the number of people that are affected. - -## Why do you need my Azure Subscription ID? - -We are using a private custom VHD, and in order to give you access to this VHD, we need your Azure Subscription ID. - -## How do I find my Azure Subscription ID? - -You can find this information your Azure Portal Subscription. For more info, look at the directions on [this page](../index.md). - -## I use more than one Azure Subscription ID, how do I get access to all of them. - -Use the beta sign up form, and put the subscription ID that you need to use most there. Then email us with your information and your other Azure Subscription ID, and we will do our best to add those accounts as well. But due to the large amount of requests, it might take a while before those subscriptions to get added, so be sure to include the important one in the sign up form, so at least you will have that one. - ## Can I use my own VHD? No, at this time we only support the default Docker for Azure VHD. @@ -33,6 +15,10 @@ Not at this time, but it is on our roadmap for future releases. Docker for Azure should work with all supported Azure Marketplace regions. +## Where are my container logs? + +All container logs are aggregated within the `xxxxlog` storage account. + ## I have a problem/bug where do I report it? Send an email to or post to the [Docker for Azure](https://github.com/docker/for-azure) GitHub repositories. @@ -53,7 +39,7 @@ _Please note that your output will be slightly different from the above, dependi ## Analytics -The beta versions of Docker for AWS and Azure send anonymized analytics to Docker. These analytics are used to monitor beta adoption and are critical to improve Docker for AWS and Azure. +Docker for Azure sends anonymized minimal analytics to Docker (heartbeat). These analytics are used to monitor adoption and are critical to improve Docker for Azure. ## How to run administrative commands? diff --git a/docker-for-azure/index.md b/docker-for-azure/index.md index 9034389d12e..7d46501ba27 100644 --- a/docker-for-azure/index.md +++ b/docker-for-azure/index.md @@ -33,22 +33,31 @@ The number of workers you want in your swarm (1-100). ### Service Principal -To set up Docker for Azure, a [Service Principal](https://azure.microsoft.com/en-us/documentation/articles/active-directory-application-objects/) is required. Docker for Azure uses the principal to operate Azure APIs as you scale up and down or deploy apps on your swarm. Docker provides a containerized helper-script to help create the Service Principal: +To set up Docker for Azure, a [Service Principal](https://azure.microsoft.com/en-us/documentation/articles/active-directory-application-objects/) is required. Docker for Azure uses the principal to operate Azure APIs as you scale up and down or deploy apps on your swarm. Docker provides a containerized helper-script to help create the Service Principal - `docker4x/create-sp-azure`. - docker run -ti docker4x/create-sp-azure sp-name +Ensure the latest version of `docker4x/create-sp-azure` has been downloaded to your local environment: `docker pull docker4x/create-sp-azure:latest` + +Then run the sp-azure script with the following arguments: +``` + docker run -ti docker4x/create-sp-azure sp-name rg-name rg-region ... Your access credentials ============================= AD App ID: AD App Secret: AD Tenant ID: +``` If you have multiple Azure subscriptions, make sure you're creating the Service Principal with subscription ID that you shared with Docker when signing up for the beta. -`sp-name` is the name of the authentication app that the script creates with Azure. The name is not important, simply choose something you'll recognize in the Azure portal. +* `sp-name` is the name of the authentication app that the script creates with Azure. The name is not important, simply choose something you'll recognize in the Azure portal. Example: `sp1`. +* `rg-name` is the name of the new resource group that will be created to deploy the resources (VMs, networks, storage accounts) associated with the swarm. The Service Principal will be scoped to this resource group. Example: `swarm1`. +* `rg-region` is the name of Azure's region/location where the resource group will be created. This needs to be one of the regions supported by Azure e.g. `westus`, `centralus`, `eastus`. + +While `rg-name` and `rg-region` are optional, it's highly recommended that you create the resource group up front and scope the service principal to that specific resource group. If the script fails, it's typically because your Azure user account doesn't have sufficient privileges. Contact your Azure administrator. -When setting up the ARM template, you will be prompted for the App ID (a UUID) and the app secret. +When setting up the ARM template, you will be prompted for the App ID (a UUID) and the app secret. If you specified the resource group name and location parameters, please choose the option to deploy the template into an existing resource group and pass the same name and region/location that were passed above to create-sp-azure. ### SSH Key diff --git a/docker-for-azure/release-notes.md b/docker-for-azure/release-notes.md index df4298c9c17..8c24cdd7f1a 100644 --- a/docker-for-azure/release-notes.md +++ b/docker-for-azure/release-notes.md @@ -4,18 +4,29 @@ keywords: azure, microsoft, iaas, tutorial title: Docker for Azure Release Notes --- +## 1.13.0-1 +Release date: 1/18/2017 + +![Docker for Azure](http://azuredeploy.net/deploybutton.png) + +### New + +- Docker Engine upgraded to [Docker 1.13.0](https://github.com/docker/docker/blob/master/CHANGELOG.md) +- Writing to home directory no longer requires `sudo` +- Added support to perform fine grained monitoring of health status of swarm nodes, destroy unhealthy nodes and create replacement nodes +- Added support to scale the number of nodes in manager and worker vm scale sets through Azure UI/CLI for managing the number of nodes in a scale set +- Improved logging and remote diagnostics mechanisms for system containers + ## 1.13.0-beta12 Release date: 12/09/2016 -![Docker for Azure](http://azuredeploy.net/deploybutton.png) - ### New - Docker Engine upgraded to [Docker 1.13.0-rc2](https://github.com/docker/docker/blob/master/CHANGELOG.md) - SSH access has been added to the worker nodes - The Docker daemon no longer listens on port 2375 -- Added a `swarm-exec` to execute a docker command across all of the swarm nodes. See [Executing Docker commands in all swarm nodes](../deploy#execute-docker-commands-in-all-swarm-nodes) for more details. +- Added a `swarm-exec` to execute a docker command across all of the swarm nodes. See [Executing Docker commands in all swarm nodes](deploy.md#execute-docker-commands-in-all-swarm-nodes) for more details. ## 1.12.3-beta10 @@ -30,7 +41,7 @@ This could have led to a potential man in the middle (MITM) attack. The ssh host - The SSH ELB for SSH'ing into the managers has been removed because it is no longer possible to SSH into the managers without getting a security warning - Multiple managers can be deployed - All container logs can be found in the `xxxxlog` storage account -- Each Manager can be SSH'd into by following our deploy [guide](../deploy) +- You can connect to each manager using SSH by following our deploy [guide](deploy.md) ## 1.12.2-beta9 diff --git a/docker-for-azure/upgrade.md b/docker-for-azure/upgrade.md index 4874ba6ece2..a6ed6af21a6 100644 --- a/docker-for-azure/upgrade.md +++ b/docker-for-azure/upgrade.md @@ -4,24 +4,22 @@ keywords: azure, microsoft, iaas, tutorial title: Docker for Azure Upgrades --- -Docker for Azure supports upgrading from one beta version to the next. Upgrades are done by applying a new version of the Azure ARM template that powers Docker for Azure. An upgrade of Docker for Azure involves: +Docker for Azure supports upgrading from one version to the next. To upgrade, apply a new version of the Azure ARM template that powers Docker for Azure. An upgrade of Docker for Azure involves: * Upgrading the VHD backing the manager and worker nodes (the Docker engine ships in the VHD) * Upgrading service containers in the manager and worker nodes * Changing any other resources in the Azure Resource Group that hosts Docker for Azure -To be notified of updates, submit your email address at [https://beta.docker.com/](https://beta.docker.com/). ## Prerequisites * We recommend only attempting upgrades of swarms with at least 3 managers. A 1-manager swarm may not be able to maintain quorum during the upgrade - * Upgrades are only supported from one version to the next version, for example beta-13 to beta-14. Skipping a version during an upgrade is not supported. Downgrades are not tested. - * Please make sure there are no nodes in the swarm in "down" status. If there are such nodes in the swarm, please remove them from the swarm using - docker node rm node-id + * You can only upgrade one version at a time. Skipping a version during an upgrade is not supported. Downgrades are not tested. + * Ensure there are no nodes in the swarm in "down" status. If there are such nodes in the swarm, please remove them from the swarm using `docker node rm node-id` ## Upgrading -If you submit your email address at [https://beta.docker.com/](beta.docker.com) Docker will notify you of new releases by email. New releases are also posted on the [Release Notes](https://beta.docker.com/docs/azure/release-notes/) page. +New releases are announced on the [Release Notes](release-notes.md) page. To initiate an upgrade, SSH into a manager node and issue the following command: From 988d920d3607e8799f2fd8d821a8539e51b2f796 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 18 Jan 2017 20:52:16 -0800 Subject: [PATCH 44/48] Addressing feedback from new installation instructions (#1172) * Address feedback for new installation instructions * Updating the repo files for Oracle since does not expand to only the number --- engine/installation/binaries.md | 43 ++---- engine/installation/linux/SUSE.md | 16 +-- engine/installation/linux/centos.md | 10 +- engine/installation/linux/debian.md | 4 +- engine/installation/linux/fedora.md | 10 +- engine/installation/linux/oracle.md | 130 +++++++++++++----- .../oracle/{docker.repo => docker-ol6.repo} | 8 +- .../linux/repo_files/oracle/docker-ol7.repo | 27 ++++ engine/installation/linux/rhel.md | 10 +- engine/installation/linux/ubuntu.md | 4 +- 10 files changed, 153 insertions(+), 109 deletions(-) rename engine/installation/linux/repo_files/oracle/{docker.repo => docker-ol6.repo} (57%) create mode 100644 engine/installation/linux/repo_files/oracle/docker-ol7.repo diff --git a/engine/installation/binaries.md b/engine/installation/binaries.md index 1f9506355b3..a0ce93fe01a 100644 --- a/engine/installation/binaries.md +++ b/engine/installation/binaries.md @@ -11,9 +11,10 @@ If you want to try Docker or use it in a testing environment, but you're not on a supported platform, you can try installing from static binaries. **This is strongly discouraged in production environments.** -Static binaries for the `dockerd` (Docker daemon) binary are only available for -Linux. Static binaries for the `docker` (Docker client) binary are available for -Linux, MacOS, and Windows. +Static binaries for the Docker daemon binary are only available for Linux (as +`dockerd`) and Windows Server 2016 or Windows 10 (as `dockerd.exe`). Static +binaries for the Docker client are available for Linux and macOS (as `docker`), +and Windows Server 2016 or Windows 10 (as `docker.exe`). ## Install daemon and client binaries on Linux @@ -131,11 +132,7 @@ The macOS binary includes the Docker client only. It does not include the $ sudo cp docker/docker /usr/local/bin/ ``` -4. To connect the `docker` client to a remote host, either set the - `DOCKER_HOST` environment variable to the hostname or IP address of the - Docker daemon or add the `-H ` option to each `docker` command. - -5. Verify that Docker is installed correctly by running the `hello-world` +4. Verify that Docker is installed correctly by running the `hello-world` image. ```bash @@ -156,36 +153,24 @@ You can install Docker from binaries on Windows Server 2016 or Windows 10. - To install the client only, download the 32-bit binary. The archive includes `i386` in the file name. +1. Use the following PowerShell commands to install and start Docker: -1. Download the static binary archive. You can download either the latest - release binaries or a specific version. To find the download link, see the - [release notes](https://github.com/docker/docker/releases) for the version - of Docker you want to install. - -2. Extract the archive using OS utilities. A `docker` directory is created, - and contains a `docker.exe` binary and a `dockerd.exe` binary if you - downloaded the 64-bit version. - - -3. **Optional**: Move the binaries to a directory on your executable path. If - you skip this step, you must provide the path to the - executable when you invoke `docker` or `dockerd` commands. + ```none + Invoke-WebRequest https://get.docker.com/builds/Windows/x86_64/docker-1.13.0.zip -UseBasicParsing -OutFile docker.zip + Expand-Archive docker.zip -DestinationPath $Env:ProgramFiles + Remove-Item -Force docker.zip -4. If you downloaded the 64-bit archive, you can start the `dockerd` daemon. + dockerd --register-service - ```none - C:\> dockerd + Start-Service docker ``` -5. Verify that Docker is installed correctly by running the `hello-world` +2. Verify that Docker is installed correctly by running the `hello-world` image. - > **Note**: To connect the `docker` client to a remote host, either set the - > `DOCKER_HOST` environment variable to the hostname or IP address of the - > Docker daemon or add the `-H ` option to each `docker` command. ```none - C:\> docker run hello-world + docker run hello-world:nanoserver ``` This command downloads a test image and runs it in a container. When the diff --git a/engine/installation/linux/SUSE.md b/engine/installation/linux/SUSE.md index 67231256647..5b8c3f94ec1 100644 --- a/engine/installation/linux/SUSE.md +++ b/engine/installation/linux/SUSE.md @@ -47,8 +47,8 @@ You can install Docker in different ways, depending on your needs: - Some users cannot use third-party repositories, and must rely on the version of Docker in the OpenSUSE or SLES repositories. This version of Docker may be - out of date. Those users should consult the CentOS documentation and not - follow these procedures. + out of date. Those users should consult the OpenSuSE or SLES documentation and + not follow these procedures. ### Install using the repository @@ -157,20 +157,8 @@ Docker from the repository. S | Name | Type | Version | Arch | Repository --+---------------+---------+---------------------------------------+--------+--------------- | docker-engine | package | 1.13.0-1 | x86_64 | docker-main - | docker-engine | package | 1.13.0-0.7.rc7 | x86_64 | docker-testing - | docker-engine | package | 1.13.0-0.6.rc6 | x86_64 | docker-testing - | docker-engine | package | 1.13.0-0.5.rc5 | x86_64 | docker-testing - | docker-engine | package | 1.13.0-0.4.rc4 | x86_64 | docker-testing - | docker-engine | package | 1.13.0-0.3.rc3 | x86_64 | docker-testing - | docker-engine | package | 1.13.0-0.2.rc2 | x86_64 | docker-testing - | docker-engine | package | 1.13.0-0.1.rc1 | x86_64 | docker-testing | docker-engine | package | 1.12.6-1 | x86_64 | docker-main | docker-engine | package | 1.12.5-1 | x86_64 | docker-main - | docker-engine | package | 1.12.4-1 | x86_64 | docker-main - | docker-engine | package | 1.12.3-1 | x86_64 | docker-main - | docker-engine | package | 1.12.2-1 | x86_64 | docker-main - | docker-engine | package | 1.12.1-1 | x86_64 | docker-main - | docker-engine | package | 1.12.0-1 | x86_64 | docker-main ``` The contents of the list depend upon which repositories you have enabled. diff --git a/engine/installation/linux/centos.md b/engine/installation/linux/centos.md index 40436e556d8..02829684dae 100644 --- a/engine/installation/linux/centos.md +++ b/engine/installation/linux/centos.md @@ -108,7 +108,7 @@ Docker from the repository. 3. On production systems, you should install a specific version of Docker instead of always using the latest. List the available versions. This example uses the `sort -r` command to sort the results by version number, - highest to lowest. + highest to lowest, and is truncated. > **Note**: This `yum list` command only shows binary packages. To show > source packages as well, omit the `.x86_64` from the package name. @@ -117,17 +117,9 @@ Docker from the repository. $ yum list docker-engine.x86_64 --showduplicates |sort -r docker-engine.x86_64 1.13.0-1.el7 docker-main - docker-engine.x86_64 1.13.0-0.5.rc5.el7 docker-testing - docker-engine.x86_64 1.13.0-0.4.rc4.el7 docker-testing - docker-engine.x86_64 1.13.0-0.3.rc3.el7 docker-testing - docker-engine.x86_64 1.13.0-0.2.rc2.el7 docker-testing - docker-engine.x86_64 1.13.0-0.1.rc1.el7 docker-testing docker-engine.x86_64 1.12.5-1.el7 docker-main docker-engine.x86_64 1.12.4-1.el7 docker-main docker-engine.x86_64 1.12.3-1.el7 docker-main - docker-engine.x86_64 1.12.2-1.el7 docker-main - docker-engine.x86_64 1.12.1-1.el7 docker-main - docker-engine.x86_64 1.12.0-1.el7 docker-main ``` The contents of the list depend upon which repositories are enabled, and diff --git a/engine/installation/linux/debian.md b/engine/installation/linux/debian.md index c7eb5fb6bc2..1ac661178ee 100644 --- a/engine/installation/linux/debian.md +++ b/engine/installation/linux/debian.md @@ -147,7 +147,8 @@ Docker from the repository. > highest possible version, which will almost certainly be an unstable one. 3. On production systems, you should install a specific version of Docker - instead of always using the latest. List the available versions: + instead of always using the latest. This output is truncated. List the + available versions: ```bash $ apt-cache madison docker-engine @@ -155,7 +156,6 @@ Docker from the repository. docker-engine | 1.12.3-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages docker-engine | 1.12.2-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages docker-engine | 1.12.1-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages - docker-engine | 1.12.0-0~stretch | https://apt.dockerproject.org/repo debian-stretch/main amd64 Packages ``` The contents of the list depend upon which repositories are enabled, diff --git a/engine/installation/linux/fedora.md b/engine/installation/linux/fedora.md index 9b8768c7780..b29994b7ea7 100644 --- a/engine/installation/linux/fedora.md +++ b/engine/installation/linux/fedora.md @@ -117,7 +117,7 @@ Docker from the repository. 3. On production systems, you should install a specific version of Docker instead of always using the latest. List the available versions. This example uses the `sort -r` command to sort the results by version - number, highest to lowest. + number, highest to lowest, and is truncated. > **Note**: This `dnf list` command only shows binary packages. To show > source packages as well, omit the `.x86_64` from the package name. @@ -126,17 +126,9 @@ Docker from the repository. $ dnf list docker-engine.x86_64 --showduplicates |sort -r docker-engine.x86_64 1.13.0-1.fc24 docker-main - docker-engine.x86_64 1.13.0-0.5.rc5.fc24 docker-testing - docker-engine.x86_64 1.13.0-0.4.rc4.fc24 docker-testing - docker-engine.x86_64 1.13.0-0.3.rc3.fc24 docker-testing - docker-engine.x86_64 1.13.0-0.2.rc2.fc24 docker-testing - docker-engine.x86_64 1.13.0-0.1.rc1.fc24 docker-testing docker-engine.x86_64 1.12.5-1.fc24 docker-main docker-engine.x86_64 1.12.4-1.fc24 docker-main docker-engine.x86_64 1.12.3-1.fc24 docker-main - docker-engine.x86_64 1.12.2-1.fc24 docker-main - docker-engine.x86_64 1.12.1-1.fc24 docker-main - docker-engine.x86_64 1.12.0-1.fc24 docker-main ``` The contents of the list depend upon which repositories are enabled, and diff --git a/engine/installation/linux/oracle.md b/engine/installation/linux/oracle.md index df6670b1e96..15a86304485 100644 --- a/engine/installation/linux/oracle.md +++ b/engine/installation/linux/oracle.md @@ -1,6 +1,6 @@ --- description: Instructions for installing Docker on Oracle Linux -keywords: Docker, Docker documentation, requirements, installation, oracle, oel, rpm, install, uninstall, upgrade, update +keywords: Docker, Docker documentation, requirements, installation, oracle, ol, rpm, install, uninstall, upgrade, update redirect_from: - /engine/installation/oracle/ title: Get Docker for Oracle Linux @@ -14,9 +14,13 @@ To get started with Docker on Oracle Linux, make sure you ### OS requirements -To install Docker, you need the 64-bit version of Oracle Linux 6 or 7, running -the Unbreakable Enterprise Kernel Release 4 (4.1.12) or higher. This kernel -supports the Docker `btrfs` storage engine. +To install Docker, you need the 64-bit version of Oracle Linux 6 or 7. + +To use `btrfs`, you need to install the Unbreakable Enterprise Kernel (UEK) +version 4.1.12 or higher. running the Unbreakable Enterprise Kernel Release 4 +(4.1.12) or higher. For Oracle Linux 6, you need to enable extra repositories +to install UEK4. See +[Obtaining and installing the UEK packages](https://docs.oracle.com/cd/E37670_01/E37355/html/ol_obtain_uek.html){: target="_blank" class="_" }. ### Remove unofficial Docker packages @@ -56,15 +60,33 @@ Docker from the repository. #### Set up the repository -1. Use the following command to set up the **stable** repository: +1. Install the `yum-utils` plugin, which provides the `yum-config-manager` + plugin. + + ```bash + $ sudo yum install -y yum-utils + ``` + +2. Use one of the following commands to set up the **stable** repository, + depending on your version of Oracle Linux: + + **Oracle Linux 7**: + + ```bash + $ sudo yum-config-manager \ + --add-repo \ + https://docs.docker.com/engine/installation/linux/repo_files/oracle/docker-ol7.repo + ``` + + **Oracle Linux 6**: ```bash $ sudo yum-config-manager \ --add-repo \ - https://docs.docker.com/engine/installation/linux/repo_files/oracle/docker.repo + https://docs.docker.com/engine/installation/linux/repo_files/oracle/docker-ol6.repo ``` -2. **Optional**: Enable the **testing** repository. This repository is included +3. **Optional**: Enable the **testing** repository. This repository is included in the `docker.repo` file above but is disabled by default. You can enable it alongside the stable repository. Do not use unstable repositories on on production systems or for non-testing workloads. @@ -75,16 +97,16 @@ Docker from the repository. > which will almost certainly be an unstable one. ```bash - $ sudo yum-config-manager --set-enabled docker-testing + $ sudo yum-config-manager --enablerepo docker-testing ``` You can disable the `testing` repository by running the `yum-config-manager` - command with the `--set-disabled` flag. To re-enable it, use the + command with the `--disablerepo` flag. To re-enable it, use the `--set-enabled` flag. The following command disables the `testing` repository. ```bash - $ sudo yum-config-manager --set-disabled docker-testing + $ sudo yum-config-manager --disablerepo docker-testing ``` #### Install Docker @@ -94,7 +116,27 @@ Docker from the repository. ```bash $ sudo yum -y check-update ``` -2. Install the latest version of Docker, or go to the next step to install a + +2. Verify and import Docker's public key, which is used to sign packages in + Docker's repository. + + First, verify that the fingerprint is `58118E89F3A912897C070ADBF76221572C52609D`: + + ```bash + $ curl -s https://yum.dockerproject.org/gpg | gpg --quiet --with-fingerprint + + pub 4096R/2C52609D 2015-07-14 + Key fingerprint = 5811 8E89 F3A9 1289 7C07 0ADB F762 2157 2C52 609D + uid Docker Release Tool (releasedocker) + ``` + + If the fingerprint matches, import the key: + + ```bash + $ sudo rpm --import https://yum.dockerproject.org/gpg + ``` + +3. Install the latest version of Docker, or go to the next step to install a specific version. ```bash @@ -106,29 +148,21 @@ Docker from the repository. > `yum install` or `yum upgrade` command will always install the highest > available version, which will almost certainly be an unstable one. -3. On production systems, you should install a specific version of Docker +4. On production systems, you should install a specific version of Docker instead of always using the latest. List the available versions. This example uses the `sort -r` command to sort the results by version - number, highest to lowest. + number, highest to lowest. The output is truncated. > **Note**: This `yum list` command only shows binary packages. To show > source packages as well, omit the `.x86_64` from the package name. ```bash - $ yum list docker-engine.x86_64 --showduplicates |sort -r + $ yum list docker-engine.x86_64 --showduplicates |sort -nr - docker-engine.x86_64 1.13.0-1.el7 docker-main - docker-engine.x86_64 1.13.0-0.5.rc5.el7 docker-testing - docker-engine.x86_64 1.13.0-0.4.rc4.el7 docker-testing - docker-engine.x86_64 1.13.0-0.3.rc3.el7 docker-testing - docker-engine.x86_64 1.13.0-0.2.rc2.el7 docker-testing - docker-engine.x86_64 1.13.0-0.1.rc1.el7 docker-testing - docker-engine.x86_64 1.12.5-1.el7 docker-main - docker-engine.x86_64 1.12.4-1.el7 docker-main - docker-engine.x86_64 1.12.3-1.el7 docker-main - docker-engine.x86_64 1.12.2-1.el7 docker-main - docker-engine.x86_64 1.12.1-1.el7 docker-main - docker-engine.x86_64 1.12.0-1.el7 docker-main + docker-engine.x86_64 1.13.0-1.el6 docker-main + docker-engine.x86_64 1.12.3-1.el6 docker-main + docker-engine.x86_64 1.12.2-1.el6 docker-main + docker-engine.x86_64 1.12.1-1.el6 docker-main ``` The contents of the list depend upon which repositories you have enabled, @@ -144,9 +178,24 @@ Docker from the repository. $ sudo yum -y install docker-engine- ``` - The Docker daemon starts automatically. + The Docker daemon does not start automatically. + +5. Start the Docker daemon. Use `systemctl` on Oracle Linux 7 or `service` on + Oracle Linux 6. + + **Oracle Linux 7**: + + ```bash + $ sudo systemctl start docker + ``` -4. Verify that `docker` is installed correctly by running the `hello-world` + **Oracle Linux 6**: + + ```bash + $ sudo service docker start + ``` + +6. Verify that `docker` is installed correctly by running the `hello-world` image. ```bash @@ -187,9 +236,24 @@ a new file each time you want to upgrade Docker. $ sudo yum install /path/to/package.rpm ``` - The Docker daemon starts automatically. + The Docker daemon does not start automatically. + +4. Start the Docker daemon. Use `systemctl` on Oracle Linux 7 or `service` on + Oracle Linux 6. -3. Verify that `docker` is installed correctly by running the `hello-world` + **Oracle Linux 7**: + + ```bash + $ sudo systemctl start docker + ``` + + **Oracle Linux 6**: + + ```bash + $ sudo service docker start + ``` + +5. Verify that `docker` is installed correctly by running the `hello-world` image. ```bash @@ -210,7 +274,6 @@ To upgrade Docker, download the newer package file and repeat the [installation procedure](#install-from-a-package), using `yum -y upgrade` instead of `yum -y install`, and pointing to the new file. - ## Uninstall Docker 1. Uninstall the Docker package: @@ -227,6 +290,11 @@ instead of `yum -y install`, and pointing to the new file. $ sudo rm -rf /var/lib/docker ``` + > **Note**: This won't work when the `btrfs` graph driver has been used, + > because the `rm -rf` command cannot remove the subvolumes that Docker + > creates. See the output of `man btrfs-subvolume` for information on + > removing `btrfs` subvolumes. + You must delete any edited configuration files manually. ## Next steps diff --git a/engine/installation/linux/repo_files/oracle/docker.repo b/engine/installation/linux/repo_files/oracle/docker-ol6.repo similarity index 57% rename from engine/installation/linux/repo_files/oracle/docker.repo rename to engine/installation/linux/repo_files/oracle/docker-ol6.repo index b75b213b716..a1d23130f1e 100644 --- a/engine/installation/linux/repo_files/oracle/docker.repo +++ b/engine/installation/linux/repo_files/oracle/docker-ol6.repo @@ -1,27 +1,27 @@ [docker-main] name=Docker Repository -baseurl=https://yum.dockerproject.org/repo/main/oraclelinux/$releasever/ +baseurl=https://yum.dockerproject.org/repo/main/oraclelinux/6/ enabled=1 gpgcheck=1 gpgkey=https://yum.dockerproject.org/gpg [docker-testing] name=Docker Repository -baseurl=https://yum.dockerproject.org/repo/testing/oraclelinux/$releasever/ +baseurl=https://yum.dockerproject.org/repo/testing/oraclelinux/6/ enabled=1 gpgcheck=1 gpgkey=https://yum.dockerproject.org/gpg [docker-beta] name=Docker Repository -baseurl=https://yum.dockerproject.org/repo/beta/oraclelinux/$releasever/ +baseurl=https://yum.dockerproject.org/repo/beta/oraclelinux/6/ enabled=0 gpgcheck=1 gpgkey=https://yum.dockerproject.org/gpg [docker-nightly] name=Docker Repository -baseurl=https://yum.dockerproject.org/repo/nightly/oraclelinux/$releasever/ +baseurl=https://yum.dockerproject.org/repo/nightly/oraclelinux/6/ enabled=0 gpgcheck=1 gpgkey=https://yum.dockerproject.org/gpg diff --git a/engine/installation/linux/repo_files/oracle/docker-ol7.repo b/engine/installation/linux/repo_files/oracle/docker-ol7.repo new file mode 100644 index 00000000000..b7d462d2d02 --- /dev/null +++ b/engine/installation/linux/repo_files/oracle/docker-ol7.repo @@ -0,0 +1,27 @@ +[docker-main] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/main/oraclelinux/7/ +enabled=1 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-testing] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/testing/oraclelinux/7/ +enabled=1 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-beta] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/beta/oraclelinux/7/ +enabled=0 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg + +[docker-nightly] +name=Docker Repository +baseurl=https://yum.dockerproject.org/repo/nightly/oraclelinux/7/ +enabled=0 +gpgcheck=1 +gpgkey=https://yum.dockerproject.org/gpg diff --git a/engine/installation/linux/rhel.md b/engine/installation/linux/rhel.md index c83bfd91302..5acf558d5e5 100644 --- a/engine/installation/linux/rhel.md +++ b/engine/installation/linux/rhel.md @@ -110,7 +110,7 @@ Docker from the repository. 3. On production systems, you should install a specific version of Docker instead of always using the latest. List the available versions. This example uses the `sort -r` command to sort the results by version - number, highest to lowest. + number, highest to lowest, and is truncated. > **Note**: This `yum list` command only shows binary packages. To show > source packages as well, omit the `.x86_64` from the package name. @@ -119,17 +119,9 @@ Docker from the repository. $ yum list docker-engine.x86_64 --showduplicates |sort -r docker-engine.x86_64 1.13.0-1.el7 docker-main - docker-engine.x86_64 1.13.0-0.5.rc5.el7 docker-testing - docker-engine.x86_64 1.13.0-0.4.rc4.el7 docker-testing - docker-engine.x86_64 1.13.0-0.3.rc3.el7 docker-testing - docker-engine.x86_64 1.13.0-0.2.rc2.el7 docker-testing - docker-engine.x86_64 1.13.0-0.1.rc1.el7 docker-testing docker-engine.x86_64 1.12.5-1.el7 docker-main docker-engine.x86_64 1.12.4-1.el7 docker-main docker-engine.x86_64 1.12.3-1.el7 docker-main - docker-engine.x86_64 1.12.2-1.el7 docker-main - docker-engine.x86_64 1.12.1-1.el7 docker-main - docker-engine.x86_64 1.12.0-1.el7 docker-main ``` The contents of the list depend upon which repositories you have enabled, diff --git a/engine/installation/linux/ubuntu.md b/engine/installation/linux/ubuntu.md index 7b4ef7c302c..d26a8a13cb6 100644 --- a/engine/installation/linux/ubuntu.md +++ b/engine/installation/linux/ubuntu.md @@ -124,7 +124,8 @@ Docker from the repository. > highest possible version, which will almost certainly be an unstable one. 3. On production systems, you should install a specific version of Docker - instead of always using the latest. List the available versions. + instead of always using the latest. This output is truncated. List the + available versions. ```bash $ apt-cache madison docker-engine @@ -133,7 +134,6 @@ Docker from the repository. docker-engine | 1.12.3-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages docker-engine | 1.12.2-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages docker-engine | 1.12.1-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages - docker-engine | 1.12.0-0~xenial | https://apt.dockerproject.org/repo ubuntu-xenial/main amd64 Packages ``` The contents of the list depend upon which repositories are enabled, From ca4f132800056024b65503475e14ca9f52f00708 Mon Sep 17 00:00:00 2001 From: French Ben Date: Mon, 19 Dec 2016 15:07:55 -0800 Subject: [PATCH 45/48] Added latest docs from Editions AWS & Azure (#887) * Added Docker for AWS and Azure and moved navigation Signed-off-by: French Ben * Fixed image links Signed-off-by: French Ben --- docker-for-aws/faqs.md | 4 ++-- docker-for-aws/index.md | 1 + docker-for-aws/upgrade.md | 2 +- docker-for-azure/faqs.md | 4 ++-- docker-for-azure/index.md | 20 ++++++++++++-------- docker-for-azure/release-notes.md | 5 ++--- docker-for-azure/upgrade.md | 1 - 7 files changed, 20 insertions(+), 17 deletions(-) diff --git a/docker-for-aws/faqs.md b/docker-for-aws/faqs.md index 25f20cfcf8b..d3e662bfb62 100644 --- a/docker-for-aws/faqs.md +++ b/docker-for-aws/faqs.md @@ -87,6 +87,6 @@ By default when you SSH into a manager, you will be logged in as the regular use For example to ping one of the nodes, after finding its IP via the Azure/AWS portal (e.g. 10.0.0.4), you could run: ``` $ sudo ping 10.0.0.4 -``` +``` -Note that access to Docker for AWS and Azure happens through a shell container that itself runs on Docker. \ No newline at end of file +Note that access to Docker for AWS and Azure happens through a shell container that itself runs on Docker. diff --git a/docker-for-aws/index.md b/docker-for-aws/index.md index 152d6c1f19f..6e1631e6410 100644 --- a/docker-for-aws/index.md +++ b/docker-for-aws/index.md @@ -82,6 +82,7 @@ Go to the [Release Notes](release-notes.md) page, and click on the "launch stack You can also invoke the Docker for AWS CloudFormation template from the AWS CLI: Here is an example of how to use the CLI. Make sure you populate all of the parameters and their values: + ```bash $ aws cloudformation create-stack --stack-name teststack --template-url --parameters ParameterKey=KeyName,ParameterValue= ParameterKey=InstanceType,ParameterValue=t2.micro ParameterKey=ManagerInstanceType,ParameterValue=t2.micro ParameterKey=ClusterSize,ParameterValue=1 --capabilities CAPABILITY_IAM ``` diff --git a/docker-for-aws/upgrade.md b/docker-for-aws/upgrade.md index aa48893d8f4..a372dbbd929 100644 --- a/docker-for-aws/upgrade.md +++ b/docker-for-aws/upgrade.md @@ -14,7 +14,7 @@ To upgrade, apply a new version of the AWS Cloudformation template that powers D * We recommend only attempting upgrades of swarms with at least 3 managers. A 1-manager swarm may not be able to maintain quorum during the upgrade * You can only upgrade one version at a time. Skipping a version during an upgrade is not supported. Downgrades are not tested. - + ## Upgrading New releases are announced on [Release Notes](release-notes.md) page. diff --git a/docker-for-azure/faqs.md b/docker-for-azure/faqs.md index 8bdac423245..8ff759a2bfe 100644 --- a/docker-for-azure/faqs.md +++ b/docker-for-azure/faqs.md @@ -47,6 +47,6 @@ By default when you SSH into a manager, you will be logged in as the regular use For example to ping one of the nodes, after finding its IP via the Azure/AWS portal (e.g. 10.0.0.4), you could run: ``` $ sudo ping 10.0.0.4 -``` +``` -Note that access to Docker for AWS and Azure happens through a shell container that itself runs on Docker. \ No newline at end of file +Note that access to Docker for AWS and Azure happens through a shell container that itself runs on Docker. diff --git a/docker-for-azure/index.md b/docker-for-azure/index.md index 7d46501ba27..f1adaba528b 100644 --- a/docker-for-azure/index.md +++ b/docker-for-azure/index.md @@ -38,13 +38,15 @@ To set up Docker for Azure, a [Service Principal](https://azure.microsoft.com/en Ensure the latest version of `docker4x/create-sp-azure` has been downloaded to your local environment: `docker pull docker4x/create-sp-azure:latest` Then run the sp-azure script with the following arguments: -``` - docker run -ti docker4x/create-sp-azure sp-name rg-name rg-region - ... - Your access credentials ============================= - AD App ID: - AD App Secret: - AD Tenant ID: + +```bash +$ docker run -ti docker4x/create-sp-azure sp-name rg-name rg-region + +... +Your access credentials ============================= +AD App ID: +AD App Secret: +AD Tenant ID: ``` If you have multiple Azure subscriptions, make sure you're creating the Service Principal with subscription ID that you shared with Docker when signing up for the beta. @@ -66,9 +68,11 @@ Docker for Azure uses SSH for accessing the Docker swarm once it's deployed. Dur ssh-keygen -y -f my-key.pem ### Installing with the CLI + You can also invoke the Docker for Azure template from the Azure CLI: Here is an example of how to use the CLI. Make sure you populate all of the parameters and their values: -``` + +```bash $ azure group create --name DockerGroup --location centralus --deployment-name docker.template --template-file ``` diff --git a/docker-for-azure/release-notes.md b/docker-for-azure/release-notes.md index 8c24cdd7f1a..98907397763 100644 --- a/docker-for-azure/release-notes.md +++ b/docker-for-azure/release-notes.md @@ -7,7 +7,7 @@ title: Docker for Azure Release Notes ## 1.13.0-1 Release date: 1/18/2017 -![Docker for Azure](http://azuredeploy.net/deploybutton.png) +![Docker for Azure](http://azuredeploy.net/deploybutton.png) ### New @@ -28,7 +28,6 @@ Release date: 12/09/2016 - The Docker daemon no longer listens on port 2375 - Added a `swarm-exec` to execute a docker command across all of the swarm nodes. See [Executing Docker commands in all swarm nodes](deploy.md#execute-docker-commands-in-all-swarm-nodes) for more details. - ## 1.12.3-beta10 Release date: 11/08/2016 @@ -36,7 +35,7 @@ Release date: 11/08/2016 ### New - Docker Engine upgraded to Docker 1.12.3 -- Fixed the shell container that runs on the managers, to remove a ssh host key that was accidentally added to the image. +- Fixed the shell container that runs on the managers, to remove a ssh host key that was accidentally added to the image. This could have led to a potential man in the middle (MITM) attack. The ssh host key is now generated on host startup, so that each host has its own key. - The SSH ELB for SSH'ing into the managers has been removed because it is no longer possible to SSH into the managers without getting a security warning - Multiple managers can be deployed diff --git a/docker-for-azure/upgrade.md b/docker-for-azure/upgrade.md index a6ed6af21a6..1cb1c324334 100644 --- a/docker-for-azure/upgrade.md +++ b/docker-for-azure/upgrade.md @@ -10,7 +10,6 @@ Docker for Azure supports upgrading from one version to the next. To upgrade, ap * Upgrading service containers in the manager and worker nodes * Changing any other resources in the Azure Resource Group that hosts Docker for Azure - ## Prerequisites * We recommend only attempting upgrades of swarms with at least 3 managers. A 1-manager swarm may not be able to maintain quorum during the upgrade From 41587fabc1a94d40680e063d75e7959685791316 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Mon, 19 Dec 2016 16:12:33 -0800 Subject: [PATCH 46/48] Restructure navigation for Editions --- .../cloud/cloud-ex-machine-ocean.md | 199 ------------------ engine/installation/index.md | 3 - 2 files changed, 202 deletions(-) delete mode 100644 engine/installation/cloud/cloud-ex-machine-ocean.md diff --git a/engine/installation/cloud/cloud-ex-machine-ocean.md b/engine/installation/cloud/cloud-ex-machine-ocean.md deleted file mode 100644 index 1271a0f061f..00000000000 --- a/engine/installation/cloud/cloud-ex-machine-ocean.md +++ /dev/null @@ -1,199 +0,0 @@ ---- -description: Example of using Docker Machine to install Docker Engine on a cloud provider, using Digital Ocean. -keywords: cloud, docker, machine, documentation, installation, digitalocean -title: 'Example: Use Docker Machine to provision cloud hosts' ---- - -Docker Machine driver plugins are available for many cloud platforms, so you can use Machine to provision cloud hosts. When you use Docker Machine for provisioning, you create cloud hosts with Docker Engine installed on them. - -You'll need to install and run Docker Machine, and create an account with the cloud provider. - -Then you provide account verification, security credentials, and configuration options for the providers as flags to `docker-machine create`. The flags are unique for each cloud-specific driver. For instance, to pass a Digital Ocean access token, you use the `--digitalocean-access-token` flag. - -As an example, let's take a look at how to create a Dockerized Digital Ocean _Droplet_ (cloud server). - -### Step 1. Create a Digital Ocean account and log in - -If you have not done so already, go to Digital Ocean, create an account, and log in. - -### Step 2. Generate a personal access token - -To generate your access token: - - 1. Go to the Digital Ocean administrator console and click **API** in the header. - - ![Click API in Digital Ocean console](../images/ocean_click_api.png) - - 2. Click **Generate New Token** to get to the token generator. - - ![Generate token](../images/ocean_gen_token.png) - - 3. Give the token a clever name (e.g. "machine"), make sure the **Write (Optional)** checkbox is checked, and click **Generate Token**. - - ![Name and generate token](../images/ocean_token_create.png) - - 4. Grab (copy to clipboard) the generated big long hex string and store it somewhere safe. - - ![Copy and save personal access token](../images/ocean_save_token.png) - - This is the personal access token you'll use in the next step to create your cloud server. - -### Step 3. Install Docker Machine - -1. If you have not done so already, install Docker Machine on your local host. - - * How to install Docker Machine on macOS - - * How to install Docker Machine on Windows - - * Install Docker Machine directly (e.g., on Linux) - -2. At a command terminal, use `docker-machine ls` to get a list of Docker Machines and their status. - - $ docker-machine ls - NAME ACTIVE DRIVER STATE URL SWARM - default * virtualbox Running tcp:////xxx.xxx.xx.xxx:xxxx - -6. Run some Docker commands to make sure that Docker Engine is also up-and-running. - - We'll run `docker run hello-world` again, but you could try `docker ps`, `docker run docker/whalesay cowsay boo`, or another command to verify that Docker is running. - - $ docker run hello-world - - Hello from Docker. - This message shows that your installation appears to be working correctly. - ... - -### Step 4. Use Machine to Create the Droplet - -1. Run `docker-machine create` with the `digitalocean` driver and pass your key to the `--digitalocean-access-token` flag, along with a name for the new cloud server. - - For this example, we'll call our new Droplet "docker-sandbox". - - $ docker-machine create --driver digitalocean --digitalocean-access-token xxxxx docker-sandbox - Running pre-create checks... - Creating machine... - (docker-sandbox) OUT | Creating SSH key... - (docker-sandbox) OUT | Creating Digital Ocean droplet... - (docker-sandbox) OUT | Waiting for IP address to be assigned to the Droplet... - Waiting for machine to be running, this may take a few minutes... - Machine is running, waiting for SSH to be available... - Detecting operating system of created instance... - Detecting the provisioner... - Provisioning created instance... - Copying certs to the local machine directory... - Copying certs to the remote machine... - Setting Docker configuration on the remote daemon... - To see how to connect Docker to this machine, run: docker-machine env docker-sandbox - - When the Droplet is created, Docker generates a unique SSH key and stores it on your local system in `~/.docker/machines`. Initially, this is used to provision the host. Later, it's used under the hood to access the Droplet directly with the `docker-machine ssh` command. Docker Engine is installed on the cloud server and the daemon is configured to accept remote connections over TCP using TLS for authentication. - -2. Go to the Digital Ocean console to view the new Droplet. - - ![Droplet in Digital Ocean created with Machine](../images/ocean_droplet.png) - -3. At the command terminal, run `docker-machine ls`. - - ``` - $ docker-machine ls - NAME ACTIVE DRIVER STATE URL SWARM - default * virtualbox Running tcp://192.168.99.100:2376 - docker-sandbox - digitalocean Running tcp://45.55.139.48:2376 - ``` - - Notice that the new cloud server is running but is not the active host. Our command shell is still connected to the default machine, which is currently the active host as indicated by the asterisk (*). - -4. Run `docker-machine env docker-sandbox` to get the environment commands for the new remote host, then run `eval` as directed to re-configure the shell to connect to `docker-sandbox`. - - $ docker-machine env docker-sandbox - export DOCKER_TLS_VERIFY="1" - export DOCKER_HOST="tcp://45.55.222.72:2376" - export DOCKER_CERT_PATH="/Users/victoriabialas/.docker/machine/machines/docker-sandbox" - export DOCKER_MACHINE_NAME="docker-sandbox" - # Run this command to configure your shell: - # eval "$(docker-machine env docker-sandbox)" - - $ eval "$(docker-machine env docker-sandbox)" - -5. Re-run `docker-machine ls` to verify that our new server is the active machine, as indicated by the asterisk (*) in the ACTIVE column. - - ``` - $ docker-machine ls - NAME ACTIVE DRIVER STATE URL SWARM - default - virtualbox Running tcp://192.168.99.100:2376 - docker-sandbox * digitalocean Running tcp://45.55.222.72:2376 - ``` - -6. Run some `docker-machine` commands to inspect the remote host. For example, `docker-machine ip ` gets the host IP address and `docker-machine inspect ` lists all the details. - - $ docker-machine ip docker-sandbox - 104.131.43.236 - - $ docker-machine inspect docker-sandbox - { - "ConfigVersion": 3, - "Driver": { - "IPAddress": "104.131.43.236", - "MachineName": "docker-sandbox", - "SSHUser": "root", - "SSHPort": 22, - "SSHKeyPath": "/Users/samanthastevens/.docker/machine/machines/docker-sandbox/id_rsa", - "StorePath": "/Users/samanthastevens/.docker/machine", - "SwarmMaster": false, - "SwarmHost": "tcp://0.0.0.0:3376", - "SwarmDiscovery": "", - ... - -7. Verify Docker Engine is installed correctly by running `docker` commands. - - Start with something basic like `docker run hello-world`, or for a more interesting test, run a Dockerized webserver on your new remote machine. - - In this example, the `-p` option is used to expose port 80 from the `nginx` container and make it accessible on port `8000` of the `docker-sandbox` host. - - $ docker run -d -p 8000:80 --name webserver kitematic/hello-world-nginx - Unable to find image 'kitematic/hello-world-nginx:latest' locally - latest: Pulling from kitematic/hello-world-nginx - a285d7f063ea: Pull complete - 2d7baf27389b: Pull complete - ... - Digest: sha256:ec0ca6dcb034916784c988b4f2432716e2e92b995ac606e080c7a54b52b87066 - Status: Downloaded newer image for kitematic/hello-world-nginx:latest - 942dfb4a0eaae75bf26c9785ade4ff47ceb2ec2a152be82b9d7960e8b5777e65 - - In a web browser, go to `http://:8000` to bring up the webserver home page. You got the `` from the output of the `docker-machine ip ` command you ran in a previous step. Use the port you exposed in the `docker run` command. - - ![nginx webserver](../images/nginx-webserver.png) - -#### Understand the defaults and options on the create command - -For convenience, `docker-machine` will use sensible defaults for choosing settings such as the image that the server is based on, but you override the defaults using the respective flags (e.g. `--digitalocean-image`). This is useful if, for example, you want to create a cloud server with a lot of memory and CPUs (by default `docker-machine` creates a small server). For a full list of the flags/settings available and their defaults, see the output of `docker-machine create -h` at the command line. See also Driver options and operating system defaults and information about the create command in the Docker Machine documentation. - - -### Step 5. Use Machine to remove the Droplet - -To remove a host and all of its containers and images, first stop the machine, then use `docker-machine rm`: - - $ docker-machine stop docker-sandbox - $ docker-machine rm docker-sandbox - Do you really want to remove "docker-sandbox"? (y/n): y - Successfully removed docker-sandbox - - $ docker-machine ls - NAME ACTIVE DRIVER STATE URL SWARM - default * virtualbox Running tcp:////xxx.xxx.xx.xxx:xxxx - -If you monitor the Digital Ocean console while you run these commands, you will see it update first to reflect that the Droplet was stopped, and then removed. - -If you create a host with Docker Machine, but remove it through the cloud provider console, Machine will lose track of the server status. So please use the `docker-machine rm` command for hosts you create with `docker-machine --create`. - -## Where to go next - -* [Docker Machine driver reference](/machine/drivers/) - -* [Docker Machine Overview](/machine/overview/) - -* [Use Docker Machine to provision hosts on cloud providers](/machine/get-started-cloud/) - -* [Install Docker Engine](../../installation/index.md) - -* [Docker User Guide](../../userguide/intro.md) diff --git a/engine/installation/index.md b/engine/installation/index.md index fc9c876dfe1..f66744955f1 100644 --- a/engine/installation/index.md +++ b/engine/installation/index.md @@ -30,7 +30,6 @@ Docker on a different Linux distribution, consider * [Docker for Mac](/docker-for-mac/) * [Docker for Windows](/docker-for-windows/) - ## On Cloud You can use Docker Cloud to automatically provision and manage your cloud @@ -49,13 +48,11 @@ your cloud instances: * [Docker for AWS](/docker-for-aws/) * [Docker for Azure](/docker-for-azure/) - ## Prior releases Instructions for installing prior releases of Docker can be found in the [Docker archives](/docsarchive/). - ## Get started After setting up Docker, try learning the basics over at From 584acf397bbc56394a0cc8e9c52509ef5374f72b Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 19 Jan 2017 12:06:33 -0800 Subject: [PATCH 47/48] Fix a couple of Liquid errors --- engine/admin/logging/overview.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/admin/logging/overview.md b/engine/admin/logging/overview.md index 3d9a1040b44..890939acd2a 100644 --- a/engine/admin/logging/overview.md +++ b/engine/admin/logging/overview.md @@ -45,9 +45,11 @@ is using the `json-file` logging driver, run the following `docker inspect` command, substituting the container name or ID for ``: ```bash +{% raw %} $ docker inspect -f '{{.HostConfig.LogConfig.Type}}' json-file +{% endraw %} ``` ## Supported logging drivers @@ -337,7 +339,7 @@ The `splunk` logging driver **allows** the following options: | `splunk-capath` | Path to root certificate. | `--log-opt splunk-capath=/path/to/cert/cacert.pem` | | `splunk-caname` | Name to use for validating server certificate. Defaults to the hostname of the `splunk-url`. | `--log-opt splunk-caname=SplunkServerDefaultCert` | | `splunk-insecureskipverify` | Ignore server certificate validation. | `--log-opt splunk-insecureskipverify=false` | -| `tag` | Specify tag for message, which interpret some markup. Default value is `{{.ID}}` (12 characters of the container ID). Refer to the [log tag option documentation](log_tags.md) for information about customizing the log tag format. | {% raw %}`--log-opt tag="{{.Name}}/{{.FullID}}"`{% endraw %} | +| `tag` | Specify tag for message, which interpret some markup. Default value is {% raw %}`{{.ID}}`{% endraw %} (12 characters of the container ID). Refer to the [log tag option documentation](log_tags.md) for information about customizing the log tag format. | {% raw %}`--log-opt tag="{{.Name}}/{{.FullID}}"`{% endraw %} | | `labels` | Applies when starting the Docker daemon. A comma-separated list of logging-related labels this daemon will accept. Adds additional key on the `extra` fields, prefixed by an underscore (`_`). Used for advanced [log tag options](log_tags.md).| `--log-opt labels=production_status,geo` | | `env` | Applies when starting the Docker daemon. A comma-separated list of logging-related environment variables this daemon will accept. Adds additional key on the `extra` fields, prefixed by an underscore (`_`). Used for advanced [log tag options](log_tags.md). | `--log-opt env=os,customer` | From 00d68e59eac03808a5f0ea622bd6286f5156c83e Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Thu, 19 Jan 2017 12:26:05 -0800 Subject: [PATCH 48/48] Merge pull request #1188 from docker/linkfix-john Link fixes and link to app tutorial --- engine/installation/index.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/engine/installation/index.md b/engine/installation/index.md index f66744955f1..848476d6c4d 100644 --- a/engine/installation/index.md +++ b/engine/installation/index.md @@ -35,12 +35,12 @@ Docker on a different Linux distribution, consider You can use Docker Cloud to automatically provision and manage your cloud instances: -* [Amazon Web Services setup guide](link-aws.md) -* [DigitalOcean setup guide](link-do.md) -* [Microsoft Azure setup guide](link-azure.md) -* [Packet setup guide](link-packet.md) -* [SoftLayer setup guide](link-softlayer.md) -* [Use the Docker Cloud Agent to Bring your Own Host](byoh.md) +* [Amazon Web Services setup guide](/docker-cloud/infrastructure/link-aws.md) +* [DigitalOcean setup guide](/docker-cloud/infrastructure/link-do.md) +* [Microsoft Azure setup guide](/docker-cloud/infrastructure/link-azure.md) +* [Packet setup guide](/docker-cloud/infrastructure/link-packet.md) +* [SoftLayer setup guide](/docker-cloud/infrastructure/link-softlayer.md) +* [Use the Docker Cloud Agent to Bring your Own Host](/docker-cloud/infrastructure/byoh.md) You can also use our official Docker Editions if you'd like to manually manage your cloud instances: @@ -56,4 +56,5 @@ Instructions for installing prior releases of Docker can be found in the ## Get started After setting up Docker, try learning the basics over at -[Getting started with Docker](/engine/getstarted/). +[Getting started with Docker](/engine/getstarted/), then learn how to deploy +full-blown applications in our [app tutorial](/engine/getstarted-voting-app/).

    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 NMfrzvrLtzo{|As?H7Ni9 literal 0 HcmV?d00001 diff --git a/docker-for-azure/index.md b/docker-for-azure/index.md new file mode 100644 index 00000000000..333860ee53e --- /dev/null +++ b/docker-for-azure/index.md @@ -0,0 +1,63 @@ +--- +description: Setup & Prerequisites +keywords: azure, microsoft, iaas, tutorial +title: Docker for Azure Setup & Prerequisites +--- + +## Prerequisites + +- Access to an Azure account with admin privileges +- SSH key that you want to use when accessing your completed Docker install on Azure + +## Configuration + +Docker for Azure is installed with an Azure template that configures Docker in swarm-mode, running on VMs backed by a custom VHD. There are two ways you can deploy Docker for Azure. You can use the Azure Portal (browser based), or use the Azure CLI. Both have the following configuration options. + +### Configuration options + +#### Manager Count +The number of Managers in your swarm. You can pick either 1, 3 or 5 managers. We only recommend 1 manager for testing and dev setups. There are no failover guarantees with 1 manager — if the single manager fails the swarm will go down as well. Additionally, upgrading single-manager swarms is not currently guaranteed to succeed. + +We recommend at least 3 managers, and if you have a lot of workers, you should pick 5 managers. + +#### Manager VM size +The VM type for your manager nodes. The larger your swarm, the larger the VM size you should use. + +#### Worker VM size +The VM type for your worker nodes. + +#### Worker Count +The number of workers you want in your swarm (1-100). + +### Service Principal + +To set up Docker for Azure, a [Service Principal](https://azure.microsoft.com/en-us/documentation/articles/active-directory-application-objects/) is required. Docker for Azure uses the principal to operate Azure APIs as you scale up and down or deploy apps on your swarm. Docker provides a containerized helper-script to help create the Service Principal: + + docker run -ti docker4x/create-sp-azure sp-name + ... + Your access credentials ============================= + AD App ID: + AD App Secret: + AD Tenant ID: + +If you have multiple Azure subscriptions, make sure you're creating the Service Principal with subscription ID that you shared with Docker when signing up for the beta. + +`sp-name` is the name of the authentication app that the script creates with Azure. The name is not important, simply choose something you'll recognize in the Azure portal. + +If the script fails, it's typically because your Azure user account doesn't have sufficient privileges. Contact your Azure administrator. + +When setting up the ARM template, you will be prompted for the App ID (a UUID) and the app secret. + +### SSH Key + +Docker for Azure uses SSH for accessing the Docker swarm once it's deployed. During setup, you will be prompted for a SSH public key. If you don't have a SSH key, you can generate one with `puttygen` or `ssh-keygen`. You only need the public key component to set up Docker for Azure. Here's how to get the public key from a .pem file: + + ssh-keygen -y -f my-key.pem + +### Installing with the CLI +You can also invoke the Docker for Azure template from the Azure CLI: + +Here is an example of how to use the CLI. Make sure you populate all of the parameters and their values: +``` +$ azure group create --name DockerGroup --location centralus --deployment-name docker.template --template-file +``` \ No newline at end of file diff --git a/docker-for-azure/opensource.md b/docker-for-azure/opensource.md new file mode 100644 index 00000000000..b6502ec1be6 --- /dev/null +++ b/docker-for-azure/opensource.md @@ -0,0 +1,11 @@ +--- +description: Docker's use of Open Source +keywords: docker, opensource +title: Open source components and licensing +--- + +Docker for AWS and Azure Editions are built using open source software. + +Docker for AWS and Azure Editions distribute some components that are licensed under the GNU General Public License. You can download the source for these components [here](https://download.docker.com/opensource/License.tar.gz). + +The sources for qemu-img can be obtained [here](http://wiki.qemu-project.org/download/qemu-2.4.1.tar.bz2). The sources for the gettext and glib libraries that qemu-img requires were obtained from [Homebrew](https://brew.sh/) and may be retrieved using `brew install --build-from-source gettext glib`. \ No newline at end of file diff --git a/docker-for-azure/release-notes.md b/docker-for-azure/release-notes.md new file mode 100644 index 00000000000..df4298c9c17 --- /dev/null +++ b/docker-for-azure/release-notes.md @@ -0,0 +1,67 @@ +--- +description: Release notes +keywords: azure, microsoft, iaas, tutorial +title: Docker for Azure Release Notes +--- + +## 1.13.0-beta12 + +Release date: 12/09/2016 + +![Docker for Azure](http://azuredeploy.net/deploybutton.png) + +### New + +- Docker Engine upgraded to [Docker 1.13.0-rc2](https://github.com/docker/docker/blob/master/CHANGELOG.md) +- SSH access has been added to the worker nodes +- The Docker daemon no longer listens on port 2375 +- Added a `swarm-exec` to execute a docker command across all of the swarm nodes. See [Executing Docker commands in all swarm nodes](../deploy#execute-docker-commands-in-all-swarm-nodes) for more details. + + +## 1.12.3-beta10 + +Release date: 11/08/2016 + +### New + +- Docker Engine upgraded to Docker 1.12.3 +- Fixed the shell container that runs on the managers, to remove a ssh host key that was accidentally added to the image. +This could have led to a potential man in the middle (MITM) attack. The ssh host key is now generated on host startup, so that each host has its own key. +- The SSH ELB for SSH'ing into the managers has been removed because it is no longer possible to SSH into the managers without getting a security warning +- Multiple managers can be deployed +- All container logs can be found in the `xxxxlog` storage account +- Each Manager can be SSH'd into by following our deploy [guide](../deploy) + +## 1.12.2-beta9 + +Release date: 10/17/2016 + +### New + +- Docker Engine upgraded to Docker 1.12.2 +- Manager behind its own LB +- Added sudo support to the shell container on manager nodes + +## 1.12.1-beta5 + +Release date: 8/19/2016 + +### New + + * Docker Engine upgraded to 1.12.1 + +### Errata + + * To assist with debugging, the Docker Engine API is available internally in the Azure VPC on TCP port 2375. These ports cannot be accessed from outside the cluster, but could be used from within the cluster to obtain privileged access on other cluster nodes. In future releases, direct remote access to the Docker API will not be available. + +## 1.12.0-beta4 + +Release date: 8/9/2016 + +### New + + * First release + +### Errata + + * To assist with debugging, the Docker Engine API is available internally in the Azure VPC on TCP port 2375. These ports cannot be accessed from outside the cluster, but could be used from within the cluster to obtain privileged access on other cluster nodes. In future releases, direct remote access to the Docker API will not be available. diff --git a/docker-for-azure/upgrade.md b/docker-for-azure/upgrade.md new file mode 100644 index 00000000000..4874ba6ece2 --- /dev/null +++ b/docker-for-azure/upgrade.md @@ -0,0 +1,48 @@ +--- +description: Upgrading your stack +keywords: azure, microsoft, iaas, tutorial +title: Docker for Azure Upgrades +--- + +Docker for Azure supports upgrading from one beta version to the next. Upgrades are done by applying a new version of the Azure ARM template that powers Docker for Azure. An upgrade of Docker for Azure involves: + + * Upgrading the VHD backing the manager and worker nodes (the Docker engine ships in the VHD) + * Upgrading service containers in the manager and worker nodes + * Changing any other resources in the Azure Resource Group that hosts Docker for Azure + +To be notified of updates, submit your email address at [https://beta.docker.com/](https://beta.docker.com/). + +## Prerequisites + + * We recommend only attempting upgrades of swarms with at least 3 managers. A 1-manager swarm may not be able to maintain quorum during the upgrade + * Upgrades are only supported from one version to the next version, for example beta-13 to beta-14. Skipping a version during an upgrade is not supported. Downgrades are not tested. + * Please make sure there are no nodes in the swarm in "down" status. If there are such nodes in the swarm, please remove them from the swarm using + docker node rm node-id + +## Upgrading + +If you submit your email address at [https://beta.docker.com/](beta.docker.com) Docker will notify you of new releases by email. New releases are also posted on the [Release Notes](https://beta.docker.com/docs/azure/release-notes/) page. + +To initiate an upgrade, SSH into a manager node and issue the following command: + + upgrade.sh url_to_template.json + +This will initiate a rolling upgrade of the Docker swarm and service state will be maintained during and after the upgrade. Appropriately scaled services should not experience downtime during an upgrade. Note that single containers started (for example) with `docker run -d` are **not** preserved during an upgrade. This is because they are not Docker Swarm services but are known only to the individual Docker engines. + +## Monitoring + +The upgrade process may take several minutes to complete. You can follow the progress of the upgrade either from the output of the upgrade command or from the Azure UI by going to the Azure UI blades corresponding to the Virtual Machine Scale Sets hosting your manager and worker nodes. The URL for the Azure UI blades corresponding to your subscription and resource group is printed in the output of upgrade command above. They follow the following format: + +https://portal.azure.com/#resource/subscriptions/[subscription-id]/resourceGroups/[resource-group]/providers/Microsoft.Compute/virtualMachineScaleSets/swarm-manager-vmss/instances + +https://portal.azure.com/#resource/subscriptions/[subscription-id]/resourceGroups/[resource-group]/providers/Microsoft.Compute/virtualMachineScaleSets/swarm-worker-vmss/instances + +Note that in the last stage of the upgrade, the manager node where the upgrade is initiated from needs to be shut down, upgraded and reimaged. During this time, you won't be able to access the node and if you were logged in, your SSH connection will drop. + +## Post Upgrade + +After the upgrade, the IP address and the port needed to SSH into the manager nodes do not change. However, the host identity of the manager nodes does change as the VMs get reimaged. So when you try to SSH in after a successful upgrade, your SSH client may suspect a Man-In-The-Middle attack. You will need to delete the old entries in your SSH client's store [typically `~/.ssh/known_hosts`] for new SSH connections to succeed to the upgraded manager nodes. + +## Changing instance sizes and other template parameters + +This is not supported for Azure at the moment. From 50de4479a1274e9d5edaf8d44ea5b10f37a179ad Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Mon, 19 Dec 2016 16:12:33 -0800 Subject: [PATCH 29/48] Restructure navigation for Editions --- _data/toc.yaml | 192 ++++++++++---------- docker-cloud/index.md | 15 +- docker-cloud/infrastructure/link-do.md | 1 + docker-for-aws/index.md | 3 + docker-for-azure/index.md | 4 +- docker-for-mac/index.md | 1 + docker-for-windows/index.md | 1 + engine/installation/cloud/cloud-ex-aws.md | 202 ---------------------- engine/installation/cloud/index.md | 16 -- engine/installation/cloud/overview.md | 48 ----- engine/installation/index.md | 52 ++++-- engine/installation/mac.md | 49 ------ engine/installation/windows.md | 44 ----- 13 files changed, 147 insertions(+), 481 deletions(-) delete mode 100644 engine/installation/cloud/cloud-ex-aws.md delete mode 100644 engine/installation/cloud/index.md delete mode 100644 engine/installation/cloud/overview.md delete mode 100644 engine/installation/mac.md delete mode 100644 engine/installation/windows.md diff --git a/_data/toc.yaml b/_data/toc.yaml index 17524298a12..284726c47a7 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -1,6 +1,96 @@ toc: - title: Welcome to the Docs path: / +- sectiontitle: Get Docker + section: + - path: /engine/installation/ + title: Install Docker Engine + - sectiontitle: Docker for Mac + section: + - path: /docker-for-mac/ + title: Getting Started + - path: /docker-for-mac/docker-toolbox/ + title: Docker for Mac vs. Docker Toolbox + - path: /docker-for-mac/multi-arch/ + title: Leveraging Multi-CPU Architecture Support + - path: /docker-for-mac/networking/ + title: Networking + - path: /docker-for-mac/osxfs/ + title: File system sharing + - path: /docker-for-mac/troubleshoot/ + title: Logs and Troubleshooting + - path: /docker-for-mac/faqs/ + title: FAQs + - path: /docker-for-mac/examples/ + title: Example Applications + - path: /docker-for-mac/opensource/ + title: Open Source Licensing + - path: /docker-for-mac/release-notes/ + title: Release Notes + - sectiontitle: Docker for Windows + section: + - path: /docker-for-windows/ + title: Getting Started + - path: /docker-for-windows/troubleshoot/ + title: Logs and Troubleshooting + - path: /docker-for-windows/faqs/ + title: FAQs + - path: /docker-for-windows/examples/ + title: Example Applications + - path: /docker-for-windows/opensource/ + title: Open Source Licensing + - path: /docker-for-windows/release-notes/ + title: Release Notes + - sectiontitle: Docker for Linux + section: + - path: /engine/installation/linux/ubuntulinux/ + title: Installation on Ubuntu + - path: /engine/installation/linux/rhel/ + title: Installation on Red Hat Enterprise Linux + - path: /engine/installation/linux/centos/ + title: Installation on CentOS + - path: /engine/installation/linux/fedora/ + title: Installation on Fedora + - path: /engine/installation/linux/debian/ + title: Installation on Debian + - path: /engine/installation/linux/archlinux/ + title: Installation on Arch Linux + - path: /engine/installation/linux/cruxlinux/ + title: Installation on CRUX Linux + - path: /engine/installation/linux/gentoolinux/ + title: Installation on Gentoo + - path: /engine/installation/linux/oracle/ + title: Installation on Oracle Linux + - path: /engine/installation/linux/SUSE/ + title: Installation on openSUSE and SUSE Linux Enterprise + - path: /engine/installation/binaries/ + title: Installation from binaries + - sectiontitle: Docker for AWS + section: + - path: /docker-for-aws/ + title: Setup & Prerequisites + - path: /docker-for-aws/scaling/ + title: Scaling + - path: /docker-for-aws/upgrade/ + title: Upgrading + - path: /docker-for-aws/faqs/ + title: FAQs + - path: /docker-for-aws/opensource/ + title: Open Source Licensing + - path: /docker-for-aws/release-notes/ + title: Release Notes + - sectiontitle: Docker for Azure + section: + - path: /docker-for-azure/ + title: Setup & Prerequisites + - path: /docker-for-azure/upgrade/ + title: Upgrading + - path: /docker-for-azure/faqs/ + title: FAQs + - path: /docker-for-azure/opensource/ + title: Open Source Licensing + - path: /docker-for-azure/release-notes/ + title: Release Notes - sectiontitle: Docker ID section: - path: /docker-id/ @@ -9,44 +99,6 @@ toc: title: API Reference - sectiontitle: Docker Engine section: - - sectiontitle: Install - section: - - path: /engine/installation/mac/ - title: Installation on macOS - - path: /engine/installation/windows/ - title: Installation on Windows - - sectiontitle: On Linux distributions - section: - - path: /engine/installation/linux/ubuntulinux/ - title: Installation on Ubuntu - - path: /engine/installation/linux/rhel/ - title: Installation on Red Hat Enterprise Linux - - path: /engine/installation/linux/centos/ - title: Installation on CentOS - - path: /engine/installation/linux/fedora/ - title: Installation on Fedora - - path: /engine/installation/linux/debian/ - title: Installation on Debian - - path: /engine/installation/linux/archlinux/ - title: Installation on Arch Linux - - path: /engine/installation/linux/cruxlinux/ - title: Installation on CRUX Linux - - path: /engine/installation/linux/gentoolinux/ - title: Installation on Gentoo - - path: /engine/installation/linux/oracle/ - title: Installation on Oracle Linux - - path: /engine/installation/linux/SUSE/ - title: Installation on openSUSE and SUSE Linux Enterprise - - sectiontitle: On cloud providers - section: - - path: /engine/installation/cloud/overview/ - title: Choose how to install - - path: /engine/installation/cloud/cloud-ex-aws/ - title: "Example: Manual install on cloud provider" - - path: /engine/installation/cloud/cloud-ex-machine-ocean/ - title: "Example: Use Docker Machine to provision cloud hosts" - - path: /engine/installation/binaries/ - title: Installation from binaries - sectiontitle: Get Started with Docker section: - path: /engine/getstarted/ @@ -513,70 +565,6 @@ toc: title: Deprecated Engine Features - path: /engine/faq/ title: FAQ -- sectiontitle: Get Docker - section: - - sectiontitle: Docker for Mac - section: - - path: /docker-for-mac/ - title: Getting Started - - path: /docker-for-mac/docker-toolbox/ - title: Docker for Mac vs. Docker Toolbox - - path: /docker-for-mac/multi-arch/ - title: Leveraging Multi-CPU Architecture Support - - path: /docker-for-mac/networking/ - title: Networking - - path: /docker-for-mac/osxfs/ - title: File system sharing - - path: /docker-for-mac/troubleshoot/ - title: Logs and Troubleshooting - - path: /docker-for-mac/faqs/ - title: FAQs - - path: /docker-for-mac/examples/ - title: Example Applications - - path: /docker-for-mac/opensource/ - title: Open Source Licensing - - path: /docker-for-mac/release-notes/ - title: Release Notes - - sectiontitle: Docker for Windows - section: - - path: /docker-for-windows/ - title: Getting Started - - path: /docker-for-windows/troubleshoot/ - title: Logs and Troubleshooting - - path: /docker-for-windows/faqs/ - title: FAQs - - path: /docker-for-windows/examples/ - title: Example Applications - - path: /docker-for-windows/opensource/ - title: Open Source Licensing - - path: /docker-for-windows/release-notes/ - title: Release Notes - - sectiontitle: Docker for AWS - section: - - path: /docker-for-aws/ - title: Setup & Prerequisites - - path: /docker-for-aws/scaling/ - title: Scaling - - path: /docker-for-aws/upgrade/ - title: Upgrading - - path: /docker-for-aws/faqs/ - title: FAQs - - path: /docker-for-aws/opensource/ - title: Open Source Licensing - - path: /docker-for-aws/release-notes/ - title: Release Notes - - sectiontitle: Docker for Azure - section: - - path: /docker-for-azure/ - title: Setup & Prerequisites - - path: /docker-for-azure/upgrade/ - title: Upgrading - - path: /docker-for-azure/faqs/ - title: FAQs - - path: /docker-for-azure/opensource/ - title: Open Source Licensing - - path: /docker-for-azure/release-notes/ - title: Release Notes - sectiontitle: Docker Compose section: - path: /compose/overview/ diff --git a/docker-cloud/index.md b/docker-cloud/index.md index 8c53e3d7774..29d5af0bc8c 100644 --- a/docker-cloud/index.md +++ b/docker-cloud/index.md @@ -1,9 +1,16 @@ --- description: Docker Cloud -keywords: Docker, cloud, overview +keywords: Docker, cloud +notoc: true +title: Welcome to the Docker Cloud docs! redirect_from: - - docker-cloud/overview -title: Docker Cloud Documentation +- /engine/installation/cloud/cloud/ +- /engine/installation/cloud/ +- /engine/installation/cloud/overview/ +- /engine/installation/google/ +- /engine/installation/softlayer/ +- /engine/installation/rackspace/ +- /engine/installation/joyent/ ---

  • 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%0D~8sh{(3s?=575+O&*V25HKR2CG3 zyC~$FH}(#BW5N=F6jS45J-U9RWO6p=zNbQ-)e{{5;;uj1Cc4TAa>U0b7A|6Y$E&`> z-N#ViV(;^*Qp`(~5C8h>Z?Qk5v)7XvxaYk*JXdc^c2foWz{d!pm!3F65IXB_)pP#x zp9N$G@G(dKKfc~OknOd7{O{8qbxO-=6}8(Mt=)<}t2*r38oNal5qqzrt!mBI2(dS{ z35iXs1Tlly)UI73F=G7QdY+#3e7-+_RHVFf&+ESKYrHOdj@xB99&zxNoz_e4&13a$ zZ_vpeDHC$fKFkFl0Vd9R@>&ibV87SHLDL(po+)-S41b$2OI$ct&0oeezAE=nhBKx1 zePf`1iTZaqzsMu`TbuN&dBw6d)~P4NZ$piRN-8t4vGhx78^1W-y=9p#yK7diWNTe0 zupMtw5;M_#Fq~d*g%t4b(dAi-A2aqbQBbc)GvzTBMH6M*?U3`i2Y4oyeCqO*`wdb2 zrS-Vv3)Ta<8b8i7Fy;%cb$m~%#OvJwXzYnkr6bgj$?0}v!dkqaaZt{R!Z}WEb7NLw z$!5og=x1y8)3IjTG3FD3F^hpWDc#eSU+r(d4^$wl?4q8r8-mN{mo&>*sUs|lT9!`q zY#YNhCDm$)#A4$Qe7%l+rFHdISpwVgl*5y9iY|nd)N{dGITKBq9P|QZId0KYn$};o zk1D24yg*j-uA3_5sIP81s4fD1rcRE%TAr~NT&-gU}>TlAiZH;+t$|1<9P&Xe9K|TE-4Y?DIl%9qaKTBEj-u=*| z6=b;^a!q(RLSI*w_M#N!ilerjMe?wOP@;w3qj2Z8-QWu~`!uD+A^B8Ls=0ZsP6#k(LzD_D7i>!H*KB9|2ptgPV$Bpjm`}*5EC#x0k@sj86|Pp6 zibXUuL*xv3X_-ZpbDyNadTMjE08>}5^rH+ovH0IZ9~MT{f0 z*rZ08LMVc9?CW9p5sHSj2|dybl0*LDq9lJq_@qX0dG`PaDB2X zA?WEkMo#tS*O`>0ouPtGE=Xb7!Xk?TC$^DVC8m|!Ws~RZt+I1=hK{(gUoPL0z#`!b z6VJS#B=4C(+=&fQI4cvacg0WPE2*C6R^^j#U$gNRew6u!8fy0+6DfP_Gx}Cz3z-Dh zT(AX;m-bh)TEJiLd+g@DT!OqQ-}AH*$o3y!u$$t=)jWK8u~X0`dF!^(AjRBkxM`Ph zgf}YYriunsWBdj0Zr9DLl_$@HRzl=8ZFbkk#`fV(Jgw0ZWeDdp7n@R@D8yH*+1KgV zAoeaD?{0Rm#lDz2`=q$kd>3`O^XiAuv_SLkb4-m7JW>Xu+_6D%;6;^|W7(NdnSe-s zGvmf=$~*E|iUXvvNi}Iv@y3g<8{)qCE*3xV#}YMQx)f z7xpbFgXK;x#L4V3=ezpo+~-{G19=_srlfivhd&D1@V|;`UWC&DL4F-xO*>n~=u-9Z z^d^TwdrfF`GNCSHO}HfakH8ShlDZ9PM>Y)(v4KRsnvdl`ppL!PJB_2R#>S_u{|d|k zAI){!eKN2Zh`f72=v6~8o8_%-5k-nrv{E39yUM1*ZDYi23m*EF(3s3<-zKjYoqTO7dODR95N}c#Kq8RmN8bm2 z<*4TvUWAdlR6Q+nCPqs_PIj|$c6+C)Cg?T0VV=bvCQSjuKyq^K$?d@s{ZHzy! zvcZ5|SHy~U?$|30_t(u?!aD+0bFSNHrOPtF7jYk-e6P*)K6$M4Qu@Wcg?_+=6q?(- zINq~9yps<_Aurtcd;7(+__XP&hT?S)>zsc3Mr9xNefZ66}rlZ zRJNYj*V)EElru%>#amJBo2ksKV-OlwZG{&mTn9XANw1x0keN(Zh2IBtM`uUDz|{D2 znQ8AIxdkpK`JuQB_V$4bOTS9=doL8%F0lkuT$pSvyJS1ZXRsn^wv%hMkGIC@N+*Bp zWZI_z?LKG|NO@t@t0gtNT>V_9zxPENmo20|uZ3Q2x5?Ao!cRZ&Jg!!m-_k#hm&ATY zO<_H|&M^f}qB4RQu~ zSg?lz_0`!U++TWp@7xpIuO0j)&E@9){Tiz8zaRxq5_4=Qr3NGerYh2JmUgR1ZP(>l zIrVLo+{|AZBU9EWO6jDhTo&?C4Kq;f5mdpI)H(RZNe&~H%;xr)8@BHSPhoSC7890s ze(9FdqJK-cW{!N;rgA@F6lO-_fP^?M)4+e`1Bcd$J3Gw4~nF4wTS<2QWwxJ>WE z<_#W7*`;ZZNhJ~^U&tRB^L!-4kRQ0-tNhfBt!RmfU|Bl)cxwf|fKS8l{Ua5;KTfaU z^;4lTK|%O-#ZiU3WuriMia?a?H$i9beQ$i}LhvpMTvEjrU1bR%dHjNkqugpef||Gt z>UV@TH+SKh-JB-704k}sQ9Ans5kE_DF2{XX4@=6-dXi_)JuIP=tb(}Ov|BW>>)P8} z+OVqV?Xld}S2yd1le5(7zw!FxlTuxC1TGpQsY@AyN&um`TCqC`H$xVLhn@nT_9iF_<_=9*f<47B7o#$iQ=I+MeXV=29?EYxS z1_tmIqvyKhJMD(DJ30pS+EbvZEZPJ1sLyB)HG;Jz5DNX#9gNS)#{=$kj{k~h1B<$~ z&w3{wdO;3DEyV>WKq1O8%H+fX0U(Rg2ZnL0cFerxFSj^3Jw z(St#^w*-(iER`vPJ*l&gK40(X@HC&0)=qXb>oX+d3)GCh2ZYq*bBGFMl2y^DcOpF^ zL%DGpuF={0OU>lT4&c!FG)Gp(VEMf%%{ZXM1v*G>f-P2m|w!i57q&53Tr zaA^$9MQo3l8&%$W#PxB3S&ht&C+4aw8Kf@VD45G5vJMrvwy$2P8uCV#+b9f*wzn)k zC>K_|w#hh0do_#FCvrX1qXV_BKkJ&^nNke2D`KO;#4ed!-y6ThT)Dbj6KBzP;OiO7 z1H(GE5t>{~5>{_7C!cs z0x6mr4+_pTmvF-|*4`ZP4DB)SqqVqs!SatC*9C_2G?}r}HcZ3ly0H){^?Oc!ufP_B zQjF8cZXkDZ`Y~qx6NQZNX`l}L?D)>Jr9@EKK1x>*ROU?$tpTt9O+mr>*P#iT3*Q?0 z<&Q^Ipa4^! zbY-gT-1a+;Oph8M4$*RyUz-nnjPUVX=N|Wdh@*Jua*yC6RU8v`sK4n205wXi#yDq- zA7BA%h-u@NZATpWq8rjQdvgG6);ce+RB|Y z-*Xt(ZeK9jk6RV1>CcLvR_k$CV~Q8=dYZTIjV$W*(ipPou9XM;aRhm)!)HS;`N|OF zSRPK7h~DrmcB;b(w4mb+{fzyo^ke#{lbY`VB=O}bnU$k_vJg(PdM%=`?GMZb^@@0A zBY0$cdwU*0z70hpGu!qvsT^wWmcRa2rf@|PPBmCI=Q zKH!0?Lfi0EHTvu3c)C26DpdK(P;lYGI@f6J)D)Xsj9BFgtI2UF-gdG}M)guB@7wQD zYgjAn%ed{T&0&muG%tyW$PpGRf1Db2B`LA8+10oQJ{7pfF;cpLGt+Rp+C3SI5~>hz z^yUazvq|Ji8)zpa({#oO-a5A`+4w9`ikxO+;Wzsy4%_L7i&M>@~2h z07_;0cEUpu4pQ`pqi7Q&jWOUd0CXwM92*PdW*A=?)9QYJW@bJ74}I#7%+rWLm_yFH zrZVlzS8^U=QloRh=ny>>7~^e`>Rf00Ij&5wd736p)~Y^lpH)QsX5%@_+wUCeg1y!M zbKqvj4zPtZagRX;8L5u;wte*P1hZo{YP5DxvC<|nw>8Fh`xF|dQgZaqO^SR_j^$a8 zHkGsajSWEcd|b1seC!+2+m67AkGg8hz2!T;n9YqY{Cc-MsB&dO#>zhc=c7!{#S4EH za+YQ|xZC(Eig-wUMS=_U;+8|wc;NJ&4tvFvl`W%a+p9!g0k34bkGNuo9nA3;1|YpA z8kX|0&7O|91VtDu*O<|9u-YXZ|3_nDu<9X1#8+(N(Nby!dZ4zgaeY^^Xiirvm-pE|2a@AmjP2 z$4y~6ldt7RvNa7m)v)^dMw0HR_k4A7<<(GiP4;+B89cV$*PrfEC0vLX@BW~?7sWJE zX<0u)4XwRfqO#8CKsU60AAJy}g+U9%`bMPX@T74@tOf3FW@+0mk2K~S+wi=@q3jC+ zl1fzK=3VPOV{5HL=lwmDBf(~`VlYwdJ?@U}`D#7yzq~f#-9Bzi1Y-DGUJl0rZbRQv z1lQzET{!f;93HXIMP!3JaCF68ZoDAJTou1@V|AII_w<*N@>PCY?4%s0!8(uowoIU- z;GIQeAvmZ<1qCeQCogu9@my8k*KBa#4%25-`O1$5Wi;t&&(YnGyG_6c^7=+#=u9A> zfMSy6fV8*ecDIW&Rud=l!uaykN!;&1cI*x6dh0vE4ebntKssg782?N?V*1S z+IMKOe0j!XG|$-Ami?jP_|QHhU-;3)Vy>P(qu=+hipVddG5gXQW^?1e!*{kK59)-0 z<><1z^6f^_Ul2Y+6h^KpkR9@W^8D$~<$rOlln zSeUCeVa9>;>*Ptnvf}T(uM%_k%QQWEmArOEO80Md2!?t5LZyZA?C4ZMD+4GAT%$Fe z?Y9QAp>%CEsaw2YpN|U>!zJ%L)7H6sY|LGeM`fDJd^R<;29ONzXq%I@Rozv)Y^GAq z@^_V+8~ZZTeMc*TDMpW+BUY2Gu-ow6@_~R{(tFniZt;hlmiw{qoq5~H*E=u#DmqS0 zJ}!L?5Q9$@?34YtflC2gCour_ifo_P(PXBeaZISq5mcvKeiX44YkuX@YWmc>LuX=HG>vD$c~ zY0l%&B;qeJRUumx6Hjfv5(?xC+qSa(Z>f-;ghBmo3;|F8e4cO_#S@lwoUMPhZ(bxW zSD((-N)9gi!sHXiUMfJm99}Ai$qj81qIWg2d$OE3_{n#pGVW71!I;k0+rW2uL~7J4 zxpDZ$XP?4(*Q;eqUQ>^Z#-^|Urt()iZ0lL5AGShay8sWMi4$w)yM;J;;6{h;g- zgMj?0F9PKb<0uU>;pwM;n`nT*-(WMg9K`NsVv_q>4u>Uw!m60^5(b|36{cFgaW`<*LlSNtJ zL0mC^@sr{97`cR1wSM8vyeKz!v5y*=qI#as3BoqsPhOAr#=?$=9~8IL7n-+MUtR9s z5*YTxs6t11t$YE0a@=)AHqrELKhguxzMT%;zK;>7)Uk=u{(xE@wh6G|#`Rw%F^%~J zSNuwWvPH1{NL@u=T46U0(m0wxn^w_Ixt|E`it+}^Ye&kuzFAA2dWw&9(@o%isK0nydIcEmWG+)f&D_Ry^8NRHH*B{j*Uncss9J(|Ur>A7>#-o@i(Xlo4G7Nu zls-REkR}|gCC!TvZ&vfu=tF0!=al~&?Le7ay;18qjBMaW{bJi!l;Xy;&F}5LaDKF6 zvpQLp$%k!rz9YuPZ(3;o5UslqFNBX;jiMVosg|p@u$lHZHDr>@4pZ;?c3XIAQWGva zVk93>R0H*`C|^VLD@S(8DmA7IX#t!{?PKx+N5@HzoZuaq#0pyddjy6Nn)zg2UB}(7 zQwyGOi6(rvZHx+PFnDlL53B*C=cu~fN^`uP(<>f(?nxSNU9K3s`-y1Wv^-8{F#^gD z+I%5A=eW$(#5$pW-h9P&{*CX?NWEv_|6Lz^CnI_P)(ImIwr>r z$OVHY*B?4ih>M*A(z$N{;zp#i(fBoU{>zCDsY_P9m5+4xRw3I{EyeQ^yQsLlkg9m| z$!IRl0U0dYuv<);X}@VnQ&C>|Ny9=W;pSwNg!td#u38)bf$>!>U|z%LJ>fWov;Pgd zoE6Hu!r?S~@HG{eW9n+_Ra@H55CmBQ+^@T<823p4sCRMbSM|8Y^G6rY?`V7oJJ|i8 zsIb9}rd{EQx~LItv+?2<_2a4!({f|?Jv1D+rhDwJpAesCN~tCCResb-Oa$_*2%0e` zUDS=i`HnJZvlQsm{T<=bL*?U!>x#!xyP}o|j*hel^OL6dC-Dl`R&|i|ADO1*12aDs zT^mp}YgmGMZ{uC9t$Y}3wzk<_MkyK=4v%?pO{F%0^tNp*H}|%_(Eds8CjN&CN~Hep zeEuC=`$Yz(%3oblgXZ#-HylI5cq3ROVjtMsuJ62Q+Z2N{6!(6hG4)Y(G+b>VwgS{s zE&rX(q?_l2wLnPs_%21$h2tH~?U7!Y&Muj;j@4b1n4?%?+T?xtBX`|Vsj70YEV%`H z3UO2D*0rc>XgJ)fpE@QU%@)8aR%QTXr}Bw7Kz=^mn2v3T#V#0!9Nxr$S;1IxMZkNj z1Zmyrz&1aV6m9jT%5;9okOwQKuyKQtL|ar?@*`N_+?n4lu^OI9m+vD&u^i0)$&>mr z46__SKjU(Jb~hp{zx=~2s@;0^%ozzFk{*K7(ajDt;;2av$*tQbae?Wv%J95CA+6zSHh*^d$P zo>AfwYWBTTqnd4#$yN*tIN?GOPuE5Vju{+*k*!U0rFsJ`*3TM>YN|G+*uPnIX?(3eQn z{i|NYsw&@^Gtz&neegqwPTK$S69)9#X1-470cG+ZWXeC@U16%dLO;ma#ZF(?fYrKMVq#sI>p3 z_01hT(@$LK&!UXH{O=AF{&?h-30A$Ibufn6>Ui~M5|RHZmr(I@n*Jbn-#b#I&#U#^ zj67XaX=}O35!1qVjQQ3 z>i(-N#N#-fL4~hhuFWauHvfUB)avbv%TFiuH9Yz`%4fDBlW+jDn?H#{oT%{UXNJVY z#N2q}M6P}ISL!9}6N4XngR5F9|IbPuGWgR6{`(j4ae8OYxB*tnpHq^L(?i21odAA0 z^WXU8K!7mi8K;LY?aDu%qx@^cf2?$me|`499{Fec&-`9+|9|@V*Z-c;5B)#-_ctI} z+cm>r{ks$Z4E6$yhVSP9{Noqu+<~@tJqJeVv_OXL$*X_-@6UCv|CC<$l*aybF&!v9 z@qa$Zu&VoKt&hL8@XS38rJzfHf8&qWb`;3w+zsx~|Hs3Iv;S6Gkea z}lvg9NQd z1s-PYQ?Ef+DQqR?PFrkp(zQ$R?`GYN?709tKhqq}2g96>TlFzwllp&#iZulorUz|4 zip;>%?@>DN6sEeqERjM=~I-u&+d&V5V%3i*wu zD}UBQ_H?3G)Ak#G|DRdv2T+`fRz*MBa>nhu|DWsr$LC#_zFk)Hni>cE@Y{t(;eWQ} z0VRcaywi{F-~63FrN%iO}oSXjA^DGF%U+<{G_ z@XsCl=gM?;({uv;N(s?(mihndDqzgKE`tBj&@ZC0?m8-%l|n~D`OPP z=R$VdyCxnlbWB@y%5cbWb7OYxFu-v9?)y_9|Loq6jt|CB;~Hnj-uvRz+hir4vKu=E zUw8;elHWTO|Fuo71Lwy$t-_(j@mZO1AH}imy{E{A>czPYUPb`xCO;*V@SI_EqKNTy zCjWyW{~znI#P+o4&^b^+H5&*2RNyyzhaUvlMWya`kNFXH!yh$|oDT#3k3}$cs+4PuXlh1ttbTpjTf7~e~d zJ!%{r3OJo0V*l2*|9}1~QT|#{maTvye`S?o`6<`fY+}?4zZi0Kz8vfZx3j{FIfUcl^P=K?K_KfFwM0U+kW$37 z?ox{lLs6`7XqEy8UWOzX*N?aC`Ib}hM1tn$6rO%hXIBd9<}UY9tj%l{;{dFDeuIdc z(jE#WGx?7cAQ^0~W%Xr-1ix=Y?n{YiGd(w~pj89gmuk)RI_wn4iB##!(HQ8*>xd zh#IO%4zcXdsaQQ)S}-FJWR2h()Dn$a#ul#ZQO<6WRh!f>zi+Q><77E#;5%K*+n;WD zj+2kcj@cu7T@Y^tq#CK#REVaSw`|@0v?j(sXOr0ervNlWuRp8|)fqjTM5}M*ikvQ= z@!vjv9p2n(#j@g&0iMh20QJhwEvPUhA!a1`H4Ykjv5StM9f$pSsq2Kv>oMG@v&IK~ z>K%G$bm3KDEM%SJ1U)D#VzqBraLg7_|8@}?Jm!4Ou&bQpe)fzuzGNnZ)^c7Y14fR9R!)EV86r(QC{fvi7g-XA3v!bKg%MWt_!Ub zi}L_X_f(8G))w<;foorj}c5GKlR0* zE2Cr+0<`v2lANs-86$e;bbcMznJ-Av?K+#tHYox`2Y9@h8aLkv*uKd`?!31y0*p6z zpJ`!DG3k?hDUPhw`g>hAf>Z*{D|i z_$y0ywK8k;E@r$ZAPoBz5pG~9%EJ(}>gy4?F?OLK)5`qU2Wp>@ttiG!$9Hw9y(!K5XX5nmw_hl)Z zL(ff%rrQp8cJ{l+%CC-00E!N9d>a?J0!#((gXKI8fUcFpMki<|*XUkATx}a?`M!wE zyC+Us2y!_A#kWt!2uEXF-l!diY^rqhb1GuNfXqz>A`TY@eZ>80&Dj0?5~Nzj-958A zi7mR_3yy3O%|ANOIvsFl)FTWzBNCWLUP!5znkU)!DrZ2FOJZ}3IgZV!Y|bkff~Zs4 zHUZI=j1OBaSl@i54Pk0K+OC#1H8SF}#6%LCi0DRKuh{bzf&q&~9DdTS1lnzQ|t&1|N+UjxG3MpE~oEEyDvXw~F2`6a(>hdm~#n zz<2R3TTkzL1hcv{_+8sH;Q}*(MFPguD&~*6D+n(T9?4`KAVqev4s6hsCSVB&{d}T_ z<1$k;Ld-0;JJ1}(>ekfQ8N1APEJ@Re-(AAam!BRqPK8qX9_`Eu8jGc)vw?CGn`sTd z+-J)@YTBRXDob16K1oY4m>yy)u_44oo7j1Whr zZ}p5|?|$kfeEoEQ`#9A`-pk?^8Q&6JkNIOK3uF$=b4p2j@f$CwEvB%qfE&1{atU4$p3Xr05OD9MJ zt*-9m77>m%`NbgI+*MBjmDoq$=6 z8IF?@wm&@X{~Ui)VRsoJ;xMVW=_AW(A|bdvryEt+ceM24$tNh2HShC>Jcqv01tMMS zs}-cPE2T90Y{3l2*?DPz{jT669T zV!>mPFvQq(e50@=5)7fe6u|yi(1p-ge2xC3%Sf{JAzYmu#$WWXnYeVfxnEGtYTGFu z!|!_Z3Db8ye9o)yA~Z`DRA!4|W))0eGBQg7UwJFdp$d#PC(SBRd%wUYG7v zZ<(pLKXw`?AcVk3YChSP=aP?s0~bhCbHn;Et)m_=->=0IS|lp0wM8+S94p@A0@L5{ zEUg!z8KBY}wZ*RcM?P^8bGjph*PO64T0mX>hi+rv_ESl1HoR_m9@V}Ej-~gT@%RSS zZsnL9S-Ed`h>Or&1B>wO%z7VaF^M_6D;llWjbxXzD|?K(TJk==Z55Kab=Ami)!+eA z*keN27!rO-P%y_PGCtnmYA0N7h};wh0lBp<8PfAOS~0rOo4g|x7?YEp?$lxb&s3`yr9WXIk<9dZFSW?|Ff3S0 z>pF$~px_;`&7|gB0+dX?Zu%xNkw*>x zG!;Z>(E2v|2=Yz*O^<-6qc3CShRAeh}G^*FxhI-~f zevP_dj9HP67o?*<3Y}?;zwRFkzSuA5T6t$j++7}rgs287^;<68^!;R6E#ShZxMpJI zt6xC)>{xt0UP)DhO>q*S5Cy7683yrnw{O^|m3$b`ZrfH9nEa5UBy3LOz zynBNM90kipF_=*5TnZt4V%NksyPAT^l0AB90FQc&MOL$WYNra~e*@o@334MXjcu{4 zlPk25@|1=<&Q@Ilu~)heUYb;B%h0_i9Q(8BSQK8&VhCI>V{1WW{w{@`Y`e0w#Q@Yr zG!tj$ zomo`Kk_1_=*4m5>ZYdsbkM)*GZW{-*caiXbhECGbsICPy({9b8nDC&2W}T9aGc!My z_FLPk8Cn~1Lkm6iyVydlEyc4o%p3jDwTuvUswqd|#w$tge%0HFMo~s-Fqx|LQ+2hI z`(cIE{i|p{O%6VU9N?>($MVDotWN zOsEeo?%T@1D0wcKyB}UK(~OIJ)n*H5dqg{|J+-GKRQT)HQR|S-weA^Al6;v-n-My0 z!|CvEHGh9dv+6e~KW#gwD&=)oAP@(gT;;Xc^07JB`1led2vDsGP3=`RLDZ%KhE*Q= z%*b8?`qqa&12>SVOxXC>k*CgAE2w% zFCq;|6|4EJix=&W(}2Z-q76z5fe(w!Zw)=`9AuzOivotRwK-W6N4W-H>l zcx8WLVV~*eo#wx1!`w>cPbR zzY67h#VxmTBzql;`Nh#@yLRrz+{9WK9SkmK!7uT#BFH}+ls2yVWQMf43gF2EkByL* z9tNpXGq3V0FJq)Fge9$dVgOvmnsu%K_?wRm$$DV2p~PG`wkUl;)>>)(DL-m9iBuzV zTqBSwrJHMQqXL1v$&LcUdUzN`dj7M!sSAjC+$x>)xg@?ail~pp!xOsqFR;)3o_jSb zRBEjJZW};wr9*u|0r!@&1+l7nSVQ@JKp)J%2H*sju+~$R(2mYug)F6Ggb-1}@XRZd z2SpEd5l23gYQPX#F~uNw5lWzmz(-ew6mF5ClM_F#S3{E7=j!9`4odb|tB@)Y+ql`@ zS5fXXWUWlzQVlcD=8CEBul;PUiS@R+(*F1M^W)oZNq5dAsr|6>nNO1F+Y^EWE7n0$ zz_dZRPsRH+3DC3AV*XE~82#OgP?9m~5m^$ry2Nv5B7y|{U*uX9L@QAwl+C6G$dJZE zAUzUc${A$3o{Zpp?i=XK?jTS?%=*K8D432Uo^CcCMh~WbWkch#-G+cWNOdQ*cS>Xz zP}`~8?0qDKAB70SBCKl(8FJqIYjH3l^ky#)u}Yw;BJv%CBuI^V-v4!NNas1rTmYm{ zYeF{itBCeaR7-%b>e3N)N>H~qLzSvUQ}<%!*`w;RkzIX>0eErOydW1vl=J8AqUX$f z(qZwrK(c3^Vw_s2I79nNtDQlPZFEW;FM<^P?)>iNE53xFVw9OHx-?0}8Xj@!bN3g> zEp~_*;qvKN1kZ6VUUXRT$f^}F_8GBMsZ0a2VdR2`UoMC^E~+D>yu%Yfaz-S@Fps7+ zP*rX6C!8Q@4(d}Ipa2T*bEYl1PpAg>uB zJowO4ZSV{Uv3#?UGLz59psY(zmjV^dR&kI6Wn$l%dP@WJuaj}aZe6U@hC)0z>58#z z-0)RmW;0}=d8xuFyg@lmXtXc|76RTnJ3h?9h^^GV4Edcpgmlf2KDhSINEGr}dqU0K zY&Ujzbg#9C!Ti~>5VwwNAn>B#iAke}YvGH(_vLryF9KyLlFpz1X7Do)5-@`*nGdWjij`zFn=6T=&`MD+7*FSyB z*bToQ&CMQVRsqRUq5&skAETFRtKmXS;877@=O6(;**%+$Y03}s)2JnHr%3Q&MI@4O zgzuoSV5--D9&=fk#_%~IZg`^Tmci+Uuxnd!eZj9I#r{MzxLkSZ9jCdis!LD)xJnd4 z_6fYSrypL+-=NSx^065XT+|j9MquX>pRwLjohTmOys~e%ugA3ToCkYmIa;jl9;wbq z;h!4%-L|34UnE{RSv;ag&lQdX@)#gR|8=-c0V26}!ETy`8)J~(Vdnp()n%jJ8S=&| z62T=bDD=M6gJU2vthRn0*b9xRZ&C3?QN~ryc)R5F6=wkP6jnKP-5vl(MxoZD3#S#5g_E93?aH`ANRmi!1?@-t5Eg9PnSvg@1^$`fGDBL@HikjQw9c%k-qr+ zh|ppraNfvfvaqnR-0yTQSbNTq#~(luH7ZDrEV8Vynt_q8F^+^je1$Z`ULH?qC(ni_ zVJ@5e0w`SL>z1Egq3c}O?HN*Uqu`SdstTwpMQO~H5ubF2S24k@jipM~cpK8)Hs6j~ zHplYoUg2~oYs#erYo4R0)BvWf(7}!hdc%@b3Wtu{aLN&!!PU>|zJs$eEXbiguo19odan`3fW)2$Twuzr7t z5|x=9sSI4WP@TqfT6(eU9XB79s_)%!Bh6 zp*KKG%%%G@7@}0oy6oNje_<`AgBlGb{z))^S+ zfp8nla7T9fO{k9>X1~{lGL6g@Sx6#0C#`&g&3)`KwlnDHDuN;sV>k;vp9XBqO8WZE zsgD;w7_i2T6(sTEcgoi*oVP?fD(J)bJ^cPhO|=6y>z}8ZdC+=?C+vN)r(>K{;Unea z_)_c)t|1aI1j?KnpTWs(Z-kU~X7x_-ao#c&M$no=ggAtOp^z*$WuQTuRCi7d#N^RfnvX@#* z1#dXBf>YQ;d1^7253Wu0*6V8krg3oaOQAhlba(39%S%$99zJ%wAmo+oK)SiEuBfT! zBwk{d6yy-tZV!UgjPD|5K?rLyv?h?_by|1Fq^rJKska_7UmpU_*L=QCewo_WJJOeY zNjudQIue$)thw27TOLX3?e7C`BVftr$njC-P)zg8HNzSLyuryn$$N0fnUvrRLv@SB z%d6no%cBS`R&_r34}vh%GY!OvnXgxo}NOtsG6380weL6ex zhIL#3`ih$~FB842!}xU_J$<3UOJoEb6&!>4qejbx?S)5cl4S#z43&(3kj21_*^ZhoCF*W?DeefPPEKr8b4J$mkS6P2} zeA^WzF)0Eg)p__o#Xn)Qt9h|{V{S`!f8}k`LWBHajsPp2UxwKSdEV*zz9M5yL!go% z`UyPh0(-o?UHMgeJmV~9E%o&NVz|JKIfZ0qQP}ssj}`K`x#1%7j6l|$wz*3IsgrV% zv+vKozPS|RH1`Tqa5Ii@!2hgU@P(_q)SBJ?Y`r#01SlI++P9VVOFY%11q3%`9`U?P zW!KKTqy^DdD#J|)z?0-P5zv8b5JxydUCq*lTD?U&1HxopsqE*_U`K!4b>|M&dy(ip zdJ$O6qS&<417xFCVRZhHSfG6p%#XrcVnB$4vcwrPwoCDN6>^y^88Eit>tty58cgAG zuq3%Iuiip%`_7!_cqDBWSLsuUp6|DST#|Zg{v)4ac~h)+g-d3rv513BETFalz06d$Qv0U1*V6U$(-IsCFvzNTvrIVXN|o z?@({WB;|A~%uNK%H>i<^l65IrVo-?RFigNHJv&;v36%o9%{S3(k|Skgt1^q~d7kI3adx&t)_h z++-V~lYZYkS{D_6{X90m{&{zGfzyi`#Ri+)5-M~9=k|iJ<$cH%-JG{N>t4o)4hKY+ z8wFOqKmcOe<6yf%2c%dL>K)VKnM5Bo+#+(9{2r!|%nh#XjaRI8nGMk`wj8k538;3- z7{`rV?ig-ZENqE;K!Y`;b_X&g4n%BoRA0pLHqETK0e87ympED0f_a6PTOwR%MfRcO z%OP_^7kCAabqtykisf!eb1cc4Ii7TtxZe&Lvtb6cx9|6r3&6%C(*y!!LG!NPZgeeW z?-hTY%P2QT=ni+v=WVqu`L`4meO=Ff675IcmoAuFyF5pJd1R0|THzD;ZBJ(oFi(tX zQu+Fc_|5Zsw-{XIIEG_g{$*eV)VCJ^R{g_|yNsK4rPBnlu&}ae6JV#oT2scRX+r?# z+ZFxiNXABiY#S?80|2?((Xn;MHrxtA<6eCY_WrKQ_O30;Qt`B;xbEwo5$pHzdXF@^ zWAu|y9WyN({TSvn>>2z|BOHp%B=NX{Pii4{WWKc7Pg;-LVN@MwguIpZ)vUe?&m zg!Il2yymSQf_8}3_tv!@?CaZodXO)RjLkJ|0$iX=^37!F_JliM4fF&ls4vexTfdvQ1L&2;n=8e`03Ky%soskvyS zd>PvfR=&Cv3>R9@Cp?GbM%`Ibdi8zNn|4D1c|g$j$z2C|c_l#)oDlVQZDTK9l1|HJ z!CYA_Z3)!eS(+9=B%(V5r=(2|bNnjS9(K^|v(GqfM35v4r8d5$4ft1ddK5l)h2puq zIlt9N35<&~ExAqBh_`sjtFEv9)0^P^H*bPXc;i!JdMdRf1^97evc}S_>MU05|Lja z#KnhWthWpwLqVdD4r5I;KhY;C?7sPJrtRv1@ML<)9(J(8ka%69GYy{2Cd$uXW^Ul? z&fUu}^gq;NKwEb12Atp~&l|3@QL{?-0Nqu-6+ed6B!D8>>(@s$y7UBJ>EKMCnL)W9|9v`4InOe z!?b_zyBS+JTAi7~)E<%q2;?J(cM&bNPIY@j0G%!sH6I4U4rKtO6#Mp3#Vy(UBwIiP#va zDkUN%B29WvfIxyW)KHWf2t|Q_5JDtC0;Jua=iD=Q<~*LW{?Ci&&9m;CtgNiXmv7m9 zfA-#q-KmEt-X<*rYMovATIt<|cUg-ix9PI`K$R)Z;KS>Ky=oRWcm%d>3eN3p1e!v9^De2}E?TN* zI5(Yq=)-i*NKlrLfr0hZ-(hwSmOm&~MKhl%6I{Vo=YTx@=zT&a7-$ z@WKPCc5Y|hj`sufU-iPDp0*z$)*8!1zul62haXl=B@^NXeTcvv&Wxi+-## z?q8W*Nz1F6TIw~8a#h=Leoa)sR=xBfob_+$OH0z9Q9vn$qzh*p8+MDUSA2)Zwg1licSNLy5D+f<4#s1gCK2sH1q}d(*z&67-vJ|h zzXOAI8Ni61KXV%fqf~_&vuvgbBCxM7=(}?q7Us_+mpTz%b9B-0@uGhaHq2b@P&lqU^2e8V#;D?!) zFP_hfBdvWW(+b4G57^Pj`#WlLW}gq{zrvdTM^yUXVa;dWLvuy{>X82P`x}|uzeAt? z`E&i1hlj81|Ml??KI#u21pnxF;5T3CBg7y7(c@v`b5%e6c*Wv0OSdyWUh$SfZtJxl zub6LhB_{C)+XEK5UjBHu_z(B~__@P@eVRYs#;^51|KEfCa|@6&{y~CtDzPQc}~?dvXn9Jy;CDGzpB?Nh+Sp(5Wb%`x|3F-xA)3 zKDbaIB5Xpyj@=U!=i`IJtDQQO4Q^GMfDMLK*V{v5n~grjT}|^lirAK-RX$wjFlPuA z&e%FJ?OmsiZQ9>N9e4f^-G4pm>D(ENrk3fhVOgOTh2ZOW%g)ebucPcdp1`W#&enxI{=L&V6!mYSsw3`}DU*j}*>_w303@(}*|H>7?sXu8D zW!Ka5eOQH)dA80zOWIA;zRe6vl+fn!wP=@NZ=>j^Wx1_3(7Pam5}qyX5s3XogpR>; z%(yh3o;vkT0#L;zfgcVul^9s*yvWl2o3Okd^?0}Ak#XxCSzei6(G)l5f@EX2^|O8M zPN4F8n_cDzpd@_k_A_c>qmeVRb@?R;)NF5#rRuLAD@iKQ#cPxGo0^ha?AFKd+!0Xe z$Np^HKF1rJwPeKJ2m68d-06KckhF8Cc;KbV5#sW-vQ8t)%5MQZzXAnt7U+I8A5hWX z=<8WBP*-zYWBqkybNUvcevp1=0PN=*CY_)<+Gx!%_u1?c?snNOw|B!X6twXh&Chy^ z7^8|=LW~g~*XO~P`1^G{(#N8lF1jaYsYYev|2RrD1&`kCo8fVxa*B$nZ{MCC$3iP3 z)^6Dj@8Z*6R?jogU4Dq)Q7j%vJ-83Ol}y`e@F!`0pZU4%XT7lnbWH||utEoyFBT<1 z+uPeOFJAbY%2@jesPvh``oEK}tY=IgJ?x&)22|rDl2+xa%C~HG28b%0A{tWJVkNLX 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 literal 0 HcmV?d00001 diff --git a/docker-for-aws/img/aws_account_number.png b/docker-for-aws/img/aws_account_number.png new file mode 100644 index 0000000000000000000000000000000000000000..da36f457ce6648cd71f130e2c20be8515da517f5 GIT binary patch literal 17022 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 KM3tCP@c#uUUX{ZD literal 0 HcmV?d00001 diff --git a/docker-for-aws/img/cloudformation_update.png b/docker-for-aws/img/cloudformation_update.png new file mode 100644 index 0000000000000000000000000000000000000000..95cfd1dd22abe2df1a131236575b798c11365ed0 GIT binary patch literal 41654 zcmZU*1yEc~vp*axNRR*_KyXiRcT2F~?iO5vv%uoPokfDXyZb_LSS+}^yE_XDf1c-k zzk6@hw^e7W&$P|-Or7bS{q+e`Qjo$x`-Jx9%^M8q@8T+N-oRzQ(!(fkU%x*)NdaCP z!mPx^l%&PP$d#Pz&8=+AUKw~5u|l#4U*89>MNE7~C7`xMi$#)PJl&3zkgFd=P7aj_ zMYDEmNe_zwZ8=du5sq!@-`jq;VF~5_m}s06M2^z6Mve$ixsm=yOa+Mu*>!Kh%|gWd ztwTz9WzzDSA-t&pX2`#PY=d;?SdH6S)YK;CIcFuIR)sE_d&L! zBS*CpH#S!vX^4-Ry+K*YFV^q=sZ}Lrn>aPahr!ZbGK^eu8CO(}o!MA8Jbd`X&)eyB z3w^4n1V;;q>u5NS&X{8k%)D)#+D!EB;nLUuN8=El$Z5>{v-@Fk7^1qU{W&k5{pskIaGe1y> z@?Q!5SNfl37E1DeMF2mAD7EC3$i?iP%*eTzIhk20h0(~#$pxKE&G}WtCI74bdM89_ z2>>|ov#_|ixiPzOFxxv>u(0v*@v*S7v#_%>y-F}SyW0VbfJ}DIRR1yZ|Je~Yb2f3Z zasXJ_+mZic*T~r31t3I8`H!Rj`TVD!Wl%m3JZRTccF zm0!sUXlA1&Ze?p`=ltqJn3IiL@L&1=ALoBP{vS>4|J7t?<@mpv|A+HmO+l7_2Jn9d z^q*+`+xi+VVKhOO{|UV?n%C!t=r?af-$;vpRRh8u>m&cb>zjR^6hlLVry%FLj_wpw zf;$M$_D5no-^N#Vr=$-*N0d;j&JHye6GzGl7bg2Co`v!`^uxhq?0a%i6jbT&XD@tp zo_4fpp3bTi_pa-!&gKdkb#>0J=6802mnEIdu87Ad^Vro?Kcv>-r8=+Rm+Jm5{CnFO z{fh(+4^9AX0io+3QUKl+ky!@u7!jb{ZAaAbs_?JGE8pZF!tWdQ`cn5pQ8bk=gm%6u z^j%PYrJ4g`8-rF>#ppkLSyuQ5zJ<=lsLtT5Uu!=8QrAY?Av_YRNkkh52dG$BAlYio z#$k0Kcvtw+L#ct=v1m~manTAJW0S~0F=>d&qX)TAOAHMtId33R5aq?Z;sjCcGrMa+ zF69rp?C|jX3P`l5gcSKR<9nT=?)u%mT}t1%kHGRG_0htab6)UV!KombNPgq7|8cMQ z{q9Z)qG^@CUhpvOZ?;#D^d{>zYy$8Jcz#}~=WLH`olD3Ms=L44FEz{3ogF)?%KV~! zJNOvB15HyW*%i&8OWD*Z@UG+{sOU6GeLrF4v>boqz70xBN|NPE`yrKGj$Iss$ays! z0Ni@);Y~`11OL?4FtlkI3V(C5Hivc#={?f!n)aft-5Gz^b2W!IP&W0Rk8i9S0x1%|9O)focmbW9XFu}J zi%RbeFemMqlF~FgV=O6k9|UU2@TcUsY@D1_2!Gx7R8o5HGRa~f0Ad`hMZ#?;x0umN}Pbl06Rkr%bF zkSdRWfPfiswfC}Am9-eE^;JO!3K*7Ar`szNT_YwbwjOrdy}qn z4_AARm)p__p{ZOy&AF6|N1>NfD!&GOL-rKFWG0E*5+an@@(^Q9@&{?u>-El0ItSx_ zh;??>z1l+Y{Rn4%ZpmGZ@~*TY;G{OddBN2Ex2X5d&Z@k2dIz&QJ4Ms^UBcsjV1DAZ z2|b)CTQbQVe^LRCv=ZS;UJxq{uEan8pp}N#k40&e&~+190|cqs7H<0O^9*4#G%A z6bRNwQaIKX=PLDQ)LEJ?XCn;m5yvA8EDT5oGzc@+!jCTf-+j<`a%!Hk-?0!{riGS| zA4b%H2T&@S!80O_`gxKVh=_PrUcYmva^V$o3T^i}JefyM^y8rv-D?NNQ)7 zckr8iRx^KD(2#~y)%pCcuh3&4KVxH9CsIO~f%i`k%FG(DM@vuERAp8t#`vbB^cF#k zS;Kw8EDjI!Y(}DlxmEb)Cmxp8=#YIw)sbtzeSz*y#WTKE6+dh&KS9adn$jr|ooSjR zliGc!M^}>Oz>{JFN3Fc3He3r7m0*|9^t#YA+!;DvNjHdn0!yXO?XkAFlvJK>lbyu; zyn?}qG*A%8AgK7P9hkX#i?;rkWnBs+?P&w;16td1&}0O1NB|2cIEp{64Ce$+)lzLz zEmE$Dh|+veU`+oGbm<9G)(~7CMGcFO7IgZ1G2dvLCPce`@4(osww?ULdzKAi>)~iI zMsL5cBB&E#3K9fHYhkf}M@0WjJ zOtn)2=ASrqrIIgRNIh_IWp8LIH4Ldu3|i9Okq@{Cg7O4wt)l64Dq`zw{3-Ce-Ri`c3rw3Fp`Z>TdeX_0@Wp=o#K2G-`TTf)PZbrN)<8{1M@3ED>lpMi zs-m^add8xnP7vQu!$aB%+{U42KV{o|1R6jEKwd*0;;eUfwq_U@WxFFm>c5vCdmbvF z9XN{d9MVMP*8TTfus%S8k59q<^1zKh>_(S7n3SA%sup4Lh({wVFka?84ZbvI9H4oW z^ZC37DGs2;cc&XJM2iMm2q(rRHX-~8Pjkx8h$_G57<^<4wsV7F^J#8r&Z%p(>7jm? zug>I@)@`&V9zECMrgNXspr&HY5Z+C08X2Q!JAYXJ{=S#~tC6?$VG$eU7tz5fY1>kh z#BY7+2nkE!N~>drG+6eV#C8BDpYa8owPvFvt}Q033#4nJ45&G6JP#2oM&82FU6or+X3^0s>z zExCKTb~;~@oPXZUjFNKYZo`}kKup|@SFZqj7)LeDY^F9z`H05obUCP?PH6D8Eymh% zE$GAt_6QGMOnBoilj7o_A`Ahs2P*gtl3Ok1$#5wdY$aME8d0i$(5$iGkEQ9 z5DA2_ce57^^_Sh3G~}-H%a0aP<#0J0w)K34YUaiYc?7tObgU`s7(QG_I1$+Bby0^n zHW0Y%!KLJEdGFn8Ce$!pE@z3Ihc~Ih>{aR_O$U94Rhyd9-QNk5WL|EB51Q+`il$@( zBA7{JytF~<=oxtW3j33^H>K!(nttG_<-{g462YuyB2vQZb-%PYLM?>ny{(uJt8y#D zd}6vktuQF3*Y^T(zn2laJBZ>$Q(m zEq9$IjYfFsJ#8fLMU zfyc*|K0%)=KgZJC89wg&Wq-fHkiMAJ>R_bSCiH zlh12r2sgz`#=Q8mrWqNTe#bg|gvZs~&xuF+=FScS`-t1(Wz>OK#@}`+B}giHd@T&M za=YjydL1lT|I`{j-CYN+r z!qxLtRi&gj6~?1q=l|_)icy@Z5datgwzTThg(iUyM>7S$0s#dHEKD67kL6T%!v*J= zJbgQ=KS#Hprf`&n=-y>sds4Q8sHCMd_%4@7glWyRcX;c**xn|8o|jBaMkx8Nc=$)_g7j5@R>5-U-ZuJ**I6HISE2p}F zHBKOV{zt_%a_Bunig5?yGXadw(;T^vTTFdEDxLF?W#x0BW}ceXON3(_a!y(96yjVC zHBBOZdQM%pQ}J@khXDce2 zMAYZ(`LK!4iKQr4gYPswMwowV%F6$!x;a_vrY2p$XX0ZsIEoME4AV*%Atg9B@->Su81`KR-*+zO4DykuRiy@3+9@SZ!?-SiTzKFAeRr zsDJh~TW7mUuh^IoQgS{d4odR}lX#jabL1kVhCB*Djd$i0(ew?@dy7RJc&X4=bO=E~ zvaO;P(EKQOf~MP$C6`tWpM$#d1AyIB#5jQr_KF_<5_(I<#zVVUtegnq-^C_e9|$HD zFD)7u&R8c^)j0xMu3`vv)(n?#*r!Bu@-OOgLmz>}(ff zqQDb*xz-FLwL?nL`~f(b&9>h*X{@KAXS@{4`CA{#e!}3>9h5~GeX3dCtLcl?hdg%D z#|iy{L`N~Gso~>es@s5yP>_qQ$pe{WyW}Tw9l<5h;pu8XP*{KVCGPKle+r*>SoOte z=#{Fd9FPjuYp&8XoI-G`m+QPc!rB}|+waI(cxXZwFGOQjdP^(D%pS92suFeG;65R8 zG06|ES=}XNOyfZBAH$EhtRtQ1sy&d>G&;Oqb9@m{ouGfuTVu?hsmp~z=FJ5+^MzL9 zaWjcwfIo<~d4HWBKf|u#oqYBH`!;2}?qgNxb)Q!^)lpr#Or=84efdS<*yL zxT0lNY$+K<6XGFZFlhTqlSS1*(tA%+GcW#)>C;T_=HrqI&S6NyqmM)fM!m7LOo+t| z`8F+?q@9l#Fl07&F0q%AXXiskr|GZ=G3m@v_i)-I>d_dVVq49CbWzxN-lvTEoOATT z8R=Q8-o0t5YPUB}lrQ4#_Nv<+Q&BqL)FJt3if4camoyU)DPH(_ho?kiaBLsbea}zI zZfiR}5^HTf0@d>X;zueByjg8*u96iKeC*_7bbnOBCOR*qmU^aS8k`4T6_B02oer=N z&1MVTN8@E-dfQTBVHqUxb87e(yegBL8uOELsvmq@3yM5u{md7c^I~C zuDjY|ft`R8WP>JfWbHl2knEFy1&^`^PA7oJpbF}6NnM9eQH9KCQU5`2X+Fvl;6M79 zQLbpiwv9!H(QeVx!Mx|m{ZyLA=y66wmvfw&!@HKtG&(`=N9MMpxpq(8N40;Anh;|R z$@=ygrtmq-Cp6W!=X-(Tleun!z8;CQCYv$?=OX*= z6NrOZ;syNdOe=-a?-bjUc&t_X=F&4N1V?Xr6-r6_xS z4F|tmvHL#Fi!~3gpejnE7Tg#Q_>pvzd=vNz61C{5uN#xOs?OJWZk)8oOCU_y{f4Vj z;QIK5b2Bs}kN08Bym*BjkqM`#`gZlxJ#;H?-(^pn^D4CK{L!bY0%Q)$oLu8dZItHWMY4mA^w^!%)aI5{K5@{B_3_aYYy=U;Ri*T3#KSbBp&W= zu$tbWO@$ANK;I;qd{#P`v(Y{paWlV?IhN9w^E?sux;ba`y1M#$ou8D&9wm|qfUDVW zXu4P#HK8UAoYh3{62gl1AKPtW_3onIIg2nM>$08765A_&+1&E37zeA06(51~skClK zAMfq1;P`j^$D38{Bhz?4+Wz#QWVq}|hF-!gb5|nxq{C?UH91hMy^#8ap2$78(0)nH zIx_k`>N6Tz3W4u&@;?aG1 zQTZNC=gPy<-^#xi6Re>gW`8OSe*;ck_Y}b|{cR@q9eo~hp2{^H^jm~x<(Fi}#ht~f z=q!oJ#fd+QL+u*1Ua*`EZ0u3%dPXs{;Ac|xEP~@pzURc3$j9V>KMaXKCid1g2qyfy zKbdrrU>VDunFF?XF*_J_{cb^SqIrh~17T|cSonj}QK!;p6zUg;m*~cIM@m0okWa1n?XPzQ2?I6h-SO^4YLO-OJnO5TjUf zZ=se4f6JL)Gr8mH#?53>2sW(%&&3<=63H*i3#|d5XpmF33YlpPE~)iTLp1l_jw(Td zGRv6z-1~lq_%M|+qzQ1-D(%wx+~hn;qvz!++dr{b-Wds|a-)3v+X-%dY$vt+_&cP| zVv_Z8kjOzQ2|OT71p50JzfSV)`e1G&<&8&7juBNGcOzAIn{&1M@E055)Ufq&NdjMp z8K>n{Y>cTO^e`hOD6pRRdVc}!YR459t zP28fNN7BfA8lvtt+gsmXW9fM426%?}PCUdT_Vl~|mGlrMb+?$FryZDB_E2cc7HEe{pXl%NTb+5$WR=-K&{_c8Za%HdrK-xVnJG6&r}Z zOWG&Nv5I48QoF9@L>%FhJhtxW)9hZIaNXmPta+@Y(Vq&MgOd;5u*Y6;_`B2T2h!ZE zKR|Yh-UwuCao8@MG>|3MAgZ%}r`*q|6LD;-*7PsybF+F^IKDkPq^!hnp$0*DijgasJ^lJ#d zjdFi;hh7m@C4B$p$PzC;rmJj-x@gN}_1Hct1Iam(J`46U+Y!XgX^Y@O z-A(Q)gyI_JU5qAw`R$da!I;L@8pC0&g3u`6}PJuK6&2YLVIs$Xk|gc)JaBFovGC0v75T!ZES z{nXb>L>Rp?x~@u`+pq%lG?D@1YmC~;Q&D~dE#Hu=ss$hZxSPz`cMx;dYvD%g z2(y>UNNwm--swN&;cmC;w?sFs#)W#37$;du?_E03!+G99i6M zM*eDVitJtz5bgnaLN-RZXB<3M*llQCsLYwWl1IHR*a%2^*e^PduDO3PU$N%-AxjFT zDu&${)nAWrK;=QeYDKy^@3%6x1pGHbkw?l>d|cT*76cqu98W*hsY&hoGV+%c^2|*} ziyP7GBdC&_E%6o1^<}Xdl~l*Mnr)|*z?*M9nkpj}3=76bX)}%uf)LnU4%KL0HX~T* zKN~6vULYoGWD+>y#Fg1j3`6fBx#%}oiu1K3kQhy+HV<%28QE=3IV_?05))O?PDPDO zz2K8q?d>M4DmrJdc<*Ad*tPU#ceTP{E0E{>>@OYLaq}nGzQB_?y0v!HX`O4gKV8ze zteS+tK4~7ZF;AtE$34b}B5dl)GYpd%y) zzEHkyPSe<8vc#u0!AktNwdY_)6-xWiG~OW$doEQJA||*ZE}a0TTSY@W_D;L&I?Se0 zqh+~ngaG}>1al3A-Bs4uku_tLotkNOkRHuq+EksZ7}s4C;|atm!_2VCuIrHs3zq!y zKL|%wjD+pM_?I`^hxlDTs~-(tQ0BNdXQol~CM;<)wV>FTQ3rn9GiXq2t(NAs9R*Qh zYC_BpxSwqL(+5^^`yx}x2%U_;BPq|qf~=wI3DWEzc`oZ%YpwX<xcWSjZCLPFH&VqAEqD410N|oUeTS&{TSC%j5MVhecx~=nscGr4Sn>i173!;Vs>V zr>NBE45E@Un}W2}XY_Ij9aoq7_ENSJDuI~_m%3UJ=puV>CdfLJKDd9M^=kfMe1;-tqbZ?Ill;DlQ#3mM7R2j_QoP?q>-rmYTq^9IHcCy#1 zSP7%#Bb(|yy8nI>e=o#}!}-BCPabns;pVcCM>R$&smZ=v!}r*Nd}VLTcm%-tB^wz! zHKo}`Z<;oh^Gzd(ym;AcTO$V=85K+mb@coj-tdT_ zN1fNNf^$D^%-jjuWt0FAMaeG7ORKH@m+=S z?UaiD!c$~`n4`pW2>>j)8|Sx=yYO8gGn@h@VDhlPTgr7i&G+Y=f{i|E7G@Y+qWmkq7?MM5`nbT3t^9e4`^Qp0))pj%d zUeCK9p`87{n=JBV31Beill6jNqQDd(pe$b?RiCwIXMkTa3)RGBe z^Z=S}tZOI`WMJC}XMQ5u19jZkgvxDRom)mX>K}j}B&LHEd!n_T9i_?*>qv=wbR%XA zeT#)*w4*(Nq`S>@gk&O_r?7R2tuQ*XXk7*7C+HX|um2 zT`5^`f2|}cgWK7%s>_kRKhsPICLIuf9v;$ZBd>-~q*ybc{q#voSC({A`iXJ&^ybUo zX?E7pA~T+2y9I8*m||qd!BOu%Qf2C?dwI39&Kwu9k%umgQuK-`>%y>8;K7Fl6KQ9+nRzWj#1$b1(GcN# zI2PqeKYaa-2~`8onoEXG196xft+s*69u-GVGrd6#6*ghhbWh98S}yDxzv*={_asM+ z>nayO@iVSBi@oTRG!T}P#l{z_8njLIAx(v{T|<~$b?45gz&qZ@TW{&uxb zJ!zXxN5pl}^zk*Ra_!nHvGjOE(60#zqRPNklH_lX7*-m-EIhGvf(et50>m%NX8L#C z>_u-YGw$CAe(g8zzRuv~%SM=8R>s23vNh46>dX!&^d;45qfCIK?s$j=fD8ppsq5;&^B6{LU0rvaz7|JO6yhwb)A+i6UbkPg=CeZ~ok}>aA_9>#Cpo zkxTcav?IC^$c8TjD}RN7Q)ucU(ECiqJtFWpWcM4w)es6Sd zm67r3$7b}{F)S9?q*w;bQKOT=SVwL3!yW6AOzy%s^+=8Nu*1iU(_nkOTcHJn_&E_i zej4sp9n%zdve1#5&j-ox3CUQXa1Gqg3QtdP!r4!_oIg+&xvt*oi)A0oBcJ=ujSDH! zlalUToc!cGY(*ruzM=H;DJ97ya3-oGm9a-xjOcA^CG8=DY+1n>$u%%;?ew5pk~EUF zCiREZI0=GXsN#v+-!Vg^u@54=abKE!oi?c zL3TSmEJA7eH9`DFVxowyo0c)s0pS*`r=)BhBxroJzp0DUo{sfNAYYbnR3g9*2+XJ0 z=;@m$2MyFX(c@UWbiOYo`T8P2SIi_ZlT`;0x$ZI9#~pRd%^<7uMK2gD7jp>KD+kPI zbr~XASQFwAfwZoUzmnmZ;o?+cmZR>73ak&}YSl+o;yyixI`;Qk;S{p8jrOKWC;(JB)B3VKa(&lyo&UUs;>)+91jY@GSRsnynm?35Q&KIOK zS%lt1*^U_Y$6U6Te(Pha`jF}ro4Mn8EDOWKUlR4+*Ir}f<=#FYPAxZN-6=82=wd+a z#(CJ8*54_1w-&M~giqoF_JX;^ju|vd%An(k^|1P@53WUVqs#%-d#mJv3c_c=nvhSq zL>j7bTZrNvcpH%FxvIq|U$QYjw}8rfAi-KFjqV4x3sBPW+tHYK%qjHGUg-LGeAp?> z&0D|}y3&TstStX1LzpPeA4jvYHw{Q#OK5F)8*@+g(`d)f$8>?WWQBIe%pR9qHo^en z*jCLABpG3pHtdYUNud}U9|x+B9naOI%3%xJJnDbjCD6f9jl{n|q-ntkX?Gjrjq1s4 z7Z^93%ShXMa$d=c~i>%$?oKsk<3A1F?=R0U6gvqeOpD(Mt4-WeC&yuep zmar2kDWEbX=!EmcvrOha*@V5DhV4?wUj}?*C|!ReE*3T9o|Q#OOY&)}FKW643$5s4 zc;~KR&17p-B$i|xO^izfM6wi7B_|SpAl$$Qoxb4N{83+xS*aVr*61$S@hj_2V)H)7 z@M3X_3|p5V_%7n}54!$kn@mAhqZRN;XykH~;_fnNr{4WTYszRmU{d~0x5Y-g4kyi( zEo%M~h;(bBYX!iBme!xZ($4f#N8kGJHE!0B| zD8mpcG)C5M(lOazW13EpU{&=3-{IM60x$H*`{cZCm<9>liv#-r54e zH`5SYVy2D9(dBRw4*tBJ8E@7{Yq9--LLq_hD7u4 z6A2ONSs+7deb>rez4G6u1cxWy!oPf?((mRy#hYqK&nEL$Nvf(MbWdB9FX+aXv&^_wGb-FiHFJ9I{A402V-2G#sQu==-%Lm!*7lyM8Zt_&Cs> zd1okuRu-4lb5>Uix>#45QHjUqb88B~8WeMt!KnM|(LEQ~q3IHt z%0;+m;Dsc+_t)v%rNjA?-Rq86wQJgg_@`qQT=qOXL-{z^?9;7t!xw4zEwlm4V?|%C zIW5HJe%dQLklqi_0T|GV%n$i`_%N=kLr;3%GT(&K3ZL6@ zBDq1@Be6R4epMK<2L;RRZ2+$&pRtb&8Y)K1BA2sofv_9M`JuCO4e-=%6HWZ=$kSxS z?P!|q25nc}PkEb{utA4Y7_Gl8PXtch0fuLE|Kp~E)%Wgm+gb}>@CXoZ&%h%mG^>a5 z>3vIr#z(kd$uO)cE<}s8hldf9%3qfFf$`_R45YR0mjPlill?1onY}w->zSnP#I!Tt zeptjLidZeP*nDit>bYBSZUgV@!0iF)j_sWe3^TR z#*U3q!IOu9Va{h?h4@1rtPBY2O87vshRZd~#Km&eTDIcGo6bT}*Yuv>qd&6S+ zssYD3QrXqhIHKLB){iN_Qa~b4f%swzX?MA}!Y5vzY7d$iyRLNz?e?%lR%jFh9Q7L~ z2=<;MGRo^Y8_W)*I!ZRmL^jO$m(0nUs}+~~0nFtB5v$BG@?|uMH`%U*sQPSpSAE_w zTU|E(t-{gdL`d2Zd`bw&o0%j{&BJt&C7ZwP zuO}6|kKn=F!WY7Y{3%c-BIErMrYsya-`W z&E51Aoka%H!T6#-KuaWlV3-KjVa`Ix!qRGG9fx!7@86EMvJcwP!_s@>9as)Uu4?6X zSz^YDnrzQ2;dg{QJcF;NW`OFEeO@OEbww)u_79q(hiJ>^dbDD}=I=1x_Y-4ScP5L2 zKk?8iwrk&2d8Yuf(G-g*8KC9YLXHRXVoP1QtH};6sUQ)RFH=*qA9V|R6go(O-8trk=`zW+aJR4-&KEvM1u44#qNhy*+NU1>?H- z&k`;(bS4cEh6)8=d}>%~bH^5a8(JkB@u>fJyevd+(9==m75mh6Fo(;P%6-&(TaGt0 z*xTl`$p$)iY)u#Cx3^=?SpE$J>JQTu4OC-xX(t|0LQW#D#5bgI5r%h7O?j`K1*Rkn zfGrtI&DAWK_4?lw*{9AV_i1X?@L!UdFVR~<?&D+VOL zh}LL|hQqv610WkJF#46NNF1I$toGMBdk%YAJs}{jV4bfqmN#bcitFtRWiQb%nMvM z2pfl_p4Pbt9&vU>OpS&0HW_%MlvV|kiF#^p8PkRj;p zJxw8$ic6vDs`1e87y>T;K&$>L!INUzpgH3G0f$)+fPkO-5>$a7o^=|Y5OtKmH=e%0 zpqO?~KYrNZ!+yw_(II&IqG?+8t*sZ?Z+89)k$AqDuK(qVei^bSg15V)X>f4{6(3zl zj^QpF9V)G3NxC5ovDk;BZGbxS_@+jGCkwxl1tPLnMavozqRB6+^+?>)`@(N(%kTbl zBZ)EnvCC*6R8y=YfvwgOKc~-=-=(lv-kGBy*0i*tM02Of!oJc2y zqpUu%Dfc;OIW6O}n#{|BlqReWYEp6(F!QbSoPKE%xnteQ>GxdrwFLRm)WzlDi(za> z44a8AJ0@?t|0|HVb~EOYzdU5=o~jICmd+cyxQWe&BK*E5MnuCff9yD7{S<1b($SYF znmBb4cUbbh-H9&S>sgn!zFaMcBVdScM(U2 zX>?~=A;W!ozxVn$D9%=u#cAi%!%DFPbPN6g!46E^*2I7 zJKMIg4BwBSYs0zY5waQNKDGS_?@b2w_MC%qhsbL!RAz5ST2;NYUOn=w!)EnH_G4MH z`NZ`~s4D5B;6(G}&l3yv(z>yvq2zUfx+#d<1Cf>k<9LJl95Ijda(k$T04IH~*g%MF^s#ucfR6+n z)hpVv%!i@lo)X4j4EimTHfet=dskBrvk;mzEEBorb~t@0W=Lbz%$ck<5`*UG=BIw1 z!Q}x6n*CzWTW4=JTOS%UEx=b%!21{DTxIFgNY{SUT;Eb>r~|$RHTi9BZobFPfpsc{ zsuLfY_-pphnyAbse{ZUQ=Idt*z`E(G>z^1Q>?*I2y!!z`e~#_V(aeO(zB259%5ff3#2P(dT7tzGDA0xN0>L zN*W1ZwF7IzSJm%omX+}TV6a>B@YyBtP7AN4C(1FtnSSq6;rb+dVS6)1PY+8x$9H*; zVU4`mt1DI>XMKLM`iBS=74>io@!TF+hT}fsGhnJSKu_VlMfo>pmrJdkil@_kjWi7( zhLzGanWou?UirK=#y$unj}~T|6;1N6Q=DYr$W5D%Ul0{G(Bi)%^j5>Y%=cBNqx?w& ztlp7eun3-arlH%TT5{14&!oWrhY407?P#NNI$ds&A?bMibK&@UgavCe>I`d3j~&)M zcigs0NYpWaoeihUFi(bC_0uoq8hP`YGC+M%Axl`kN}R9qEg9A~2L1cxuG*oNDbJE| z_uBQ2#~$A)I>BXNSx>=c>&#ekG65GYkRccns87!WKa03kX+XHDSA3yMfm+NC|Kq59 z8AS^>a2l!BMH9H=Vg9p;>b!#xPH2L+=Y~5vrorcnWQE?{FXleXC1C+Y#yA_juhD7a z#{`S7l{-o`*z2a0dr9k+IFa=n9qV{Ue}ksX>9XJ9AJH30zvUC?X`V*17`S7)H&CL5 zWl(z#7swEEFNMA2pq$?(Wo2c7?{GeSDvgWen)seErrE{P_kIC&Uq#T`>{>exBSN-& z!qLY^4_^USbE)h7;m<3U zGFS75)s60nqdtHyPkX7C#joDstn$lUAyMxQ#V*;a-}xr0164 z(2NXy>U8p0(Z-T!5@isXlVB0kFRGU%nv+!-%J?-O%4^;yyD91@n5&u1u^Ko2pCqM0 z87Fl#Z%aeJpdy0VZ*)6j;+ngQa46&kWi$r4R{x(0v*JbU7({Am$bzZ8?bcOV1RmI0 zb!0JVz)Bud%@RH(dkeGQIOcU5+(egQC2%q_uyWpwAD0=jpV?4YC0Qx0YP*?SWMJx; z5s95!+PUA4aeO}iwF{bd;Uj8#Ek(<=miRTMx>_>+j*jXNE7lmoX!r=$H++NO1Z5fH zs%6w-UPyrne2ONdqV^l^eso9u<$vSTQWintcY2JPCF=I1@d!>&pamyGQi08O|1RiK zJH+j_ou)XBN?+=n=BrGzW|aEPa4kPWW2tNo&!8y_q)&5EH3*x5owdn03*nP{qal}z z46juJ9hZmk;yoUwJ5=M=!<9?_OmPDx`5wL4v%`k7_HI!4t;Y2scYXzRV_*~SgHzS7 z-cW`R0C*i!=qf}Rk{&O?GGvM-79GQ zyCy?CofxxVmvq`F9q&}j>yRjqWU>ZO>xW*^!3-Hk9@xTua#M~ObA+d(hGmia9|r&= zZbgbfB%PbqID7#{ItY5%bex1{G=LjslOOE02uZsGn@aWUL+}M)B$o zO@!^7)ytpo^IpLAn+#$XQCYdM$&QysZI|&%tWeOi2>LOx-{E!9&eWDk^-jld_3>OO zjJ_zeEW~7cy$qYQG+lCgG^+-9U`<^{j%+fp-}>GQz;{C>iRFpcN5y*Shi$pmOiF@a zpAG``j**Q)4okgJN-Y^#+H~Uph)$ca)VD|R3u*rX%WI{GMoaCi%PaJ<@k@KPUCEIkxO^U; z&~MVfk(F4Hi8F3&g6p@|iC0}N$xc%G2);$|- zN?YZ1isKX|M`+s|)=<#fPWjP^fn}%oPjqXLvnN zMLQKC{bP*~){1ZRl@M6eIEpnd75d`3F#R^R(K@p}S~b-1t#P!4sLGr?G7re8(0 zmbmdjq?IN3TIjmmCB2YsK4QTE;I$sXtvy^M+k0=RU zINub{W*=R6w-S%04_9;Lp@e8ryoEO-tzQ(Kq~1{}2GKtd@O&cXK9l}t9DVhCzz=Av zZub(0xns5}n&I0qf0dv6!W+TH?BX}cth9*aH)mndOrF<-I9oCX7S&$pbM3zD5MjONIDV(5CC7HEn z(T^qQ&Aclw_Sc4`&B}{BzhhI6x~3ZXi_zD2A2@yL4iSmqGx5OoC3dx6ib_s@4jDt>jykrpW^KL!f<;nqKZRIn zBIBP?g(1yV24tT{|MvQ{d0xmh@5+hv6$5NM8Q+rFlz7A3!fqT_`!G1C8I>z%?Z>4J6LF59+UUAAr8wr$(CZQHidUAAp=SO06BbF=qd zUd+sAjLZ>ZMtoo7o4TcYQEt%Q*6dpz`j{ec*RkLc`wQiT_UA9{bSyh>hP$0e0!=H>0j;5wkQHI{~7kwWd+p13N4oB1+9odh^33f3!RVP)J;RT6_A4omim zgUN1S=s!P8Qqq=^YZakV1wP3V2y&yZc{qZ$Gg(Haw*3F32tJy1&A%~Vw=pV_z^Z;y zRB1n;X!}Fv4)tpsyW~S4=R^ekwY;&H?4Q3JK|WS!?E+%9$12(6K+zl&HGEybFS^hP z*iB5uH25sl|NF-W-CouAf@3~Q1%%>d_Rsn)OEoFqdHm~kZ>0(e)v?UT+ivX+FA`y$ z*_0Z!WQlbjt;Zb5r#u&<71w6x?gEUhHz%02Xq3Rq0>%+=6?oiX-zm`hH0W|)s5nNG z0wzoU+`2VlPc9?!t~3_G9>X#ZCMLTlK;{-^B*r8=4}x3p+guAKN!krTTZqld0k*dP z?*1`V&klj?E^q9E0vkDx;Ce^Q>|J{$49~siV-`eN^s$|4Z;RP{bM9MIIvol{(#AKV zFGq@vw8*!)>*55G8t*mBl!kc~gJ{nU#fUSG-o+xdIF z2hU~(iTc%z6jS2?S6j^!kOA|)Uk?E!HsFo04hTg8k9h22j$}PB>70KGrg&5IX{vmu z-xIquYG|-L34bDzo4*c3QQy7-Z^0Fvl6xJU`CSX(@d|==J8H3=-fOk3JpWp(3#dMV zawVZ_zW(_KT3P{MhB$Ek>g=k_#R6(3{lI&hTB$N7j3>K)`4t0!btm$W=p@7)_LH&Z zLy#~7KOteNZ~J}UKYrF=*Kk_CmfyNrn#9%c?4?1#_GO764%-jYB58TBh&IKLVVC_u z4&XN_I0Q)Td{*)34u`%Fg+{=-cJvi9Qr+9K6N`V;nC?`ONZ0%^Uu&>ZxRy#+tOR=K zZLz8eV7|koZUgd*aC;{dMpbx5wUH zP4+xf*YA-jb?6OOs_KKNm!~dQ`kuB_+}C1s_eDIu{e{a4mz6vkMB)x!!{z<47ErZY7tIxM121!nD5Y+r*0eJZ|YCS|zqkJAv>h_7b%`zVQ zd`gxhybXyAJ~e0LxSP^I5});~tzY@(HpIzsOy;T zd4hJZIT^l?)3!Dt^VOeGJqIQG(;)Fbc_4kxDU#6pUFq$f>+K6mPL9s~{V;DROW%nM z$f??OX0vYs7Y3vbe0IdB%OyL=!%0|9V5k1+x+WABcrOGk7dPlvDDR-RMJNqWXKQ9` zRXH%=n`9h2n>}Ga*OsaM85{Qi4n{Dz1lM&;p)yQz+sWWc`;lzZ)v_Q-{(wl6h6p4g zVic994Yy~6*S)wXy0tL-Bww?pQ$ciH@)6N;0U0`+j4$S=h2jL}OVg?uhvkxyRmXEY zo8tn`xGFUrG-Z=|WQ3 z9H7!(j5niav$v-aFl;{}bhE|d{PRM4e zrkYn`f5aeO6IfUghRuEV!&Eb&#pwMjCwE){GAE}JvW_MwKIvR9EAI4Q=D&{gzsKOd z(%aLzSpZsFSZsJoabriZlB`Tv?nFnz7u!4_if?v)eKf}6eQo6Ut?G&pGUlONnO`ZI z4L{vY((a>Z*mF?9aX-M5%4C%xW^qxd7RAm0ORl26zRM8DoQI*ZMv3}L@V$-5eb;{~ z4X}CK;G0`lGMT0`>K=r6kD)Ijgr9E>1+n*LsI2d(8I8*Gv7@ zHG`^gg%eUUxu|LkDeLG=xhEry&D|9v7cA)x&a{~OL^;1BGeKz?isJ9R@kwLw!my4_ z7mrtN?u6Pr&4=uO{B`{Sv&({3T*SkH6uW^Ze$1ySq~(rsz<#&$#ac*`UEMX{fR;PJ zAvj-W4vxvx4WX(ikZi^sOAXnlgYcau~c;SH}R(5JG#!4d${kSYAEUO z@+ZQ({zW)tG!QQ7eR^OgLNZpAm5k2Apja(tv>fX#8;i}lpeDey{qjkGCvunaZnitJ zy?r^XVtME@QMS#;wHgab?bnzkWnobX?g*Og2U7UfJ$;EYpvyIT6jIalEoHef2_4FD z%*DtoZ!SKkf1CZ#_Kqlo0;#S{N`h0GE@CBL{^dHV?D!B`VaF>_j?YUkESddvikpx& zS^%j|yV^St30{UyZ_#Cbi%-%0gdA|U&#zhRiGHYO(LP%mXbEz_g)J;^QQctUoegu}Pn>fp>x6H5VlNEXa?oEVjED5ZzE3nNR$(H`{oFU>V6;2? zv`YkKi*iwC%K^Af>qlZ@Ah1Jv{h{B&*X4oph69;ym6LF4&9`&`8V^G-f}Um7_0p1P z3kBn+Jq3c%oOn1MJ?gjYM*H;AM*K2NyH!#(=IOf6W=VZ9bMOSIX$YV6y^LJyDt5 z&@$k=?GJ-oEAhJuvvGf-C2olE^J>yC3yVX_RCZ4v?I^hZZ0F;zV5lznjcJ| zee0`RI?Tf~$+luxoGpm1V-1bM9+aTu$eakiry#U!sct6v?(P?F9!<8eZik*L3vM~} z$qMgIIAOLgXZwO&bl5~$i7>Tvu&m80hvp8WD-otUcK5?RX zZ(;>vARX&}b%D*bER#zyUw8k!kPke&$enl~_|4zjZa7!4P0lp{saRmoR>GnY)Y>P# z+&cK84F;bo$hzSPJu+8zO|O3?_)_(xiT<~lYJ_`1S$#5WHDuYOyVmYp_3o_wB~+Is z$6b&7bSHM4Ki0PP`$o7!e0Gv_@O+>_y#kHBDM_=V&J9nMv2^QDAcBy7f62UQ&l8b* zjE5IH4$&Jq93~@UJ$`t!G>)>Oswfmbz*}c%v-<^o?o0-q+=dEOiV;oy+VHJl@@At= z=K*LP0)2{$-Tvje%QQOq{A=K6O{6aSxzrQM^??5qP=-iUX9FgUMlKgrR;Jg?wt0Xt zy3S^>9sO*MP;$E9QdCq+)coyiCI)Z(WBN_hkf^gm`Ik0`bz3rByAp_IyU?la@eb zwz;o;(Fea&L|@aljUZFD^s0uFa!X>TF4lAfQSM7|*h5LO_`U9Lw`{u>D9E9fvIoDL zD+@6Ny0}rC9&%MYFxqo&Sf8)c&E}A?TqXZ@TLkNA*ij!{aK+j?JJtn_-E-UnLAHY$ z=D`u3rG-Wttua-Ij88!wGv3QbdhHe9!N~|%h4RMoyp<8XqEFCFJu_tdN}Yxf?X-cB zTg+`il>H2^jtBA7Jqz*fpACX8HBd2FxTHeB#`PC@pv-#N_e3B<+w@E|xNw$4z{ZZ^ z!{nrwP^BXze=>c(OIg*~@Y!4s=6L@4Gw;UBhP~_5NsW(>5+7es1)o`n*zUk1vPjmY z&B|0OPPG{Ye6iM{s!1k~XgJ$U245I<(%Ej3~XUYakoh_;0{E7J*JZkaRM zSF8!+Fl6R+OH)dCKO$#;OHbTn>jAEhiUXt}-g>?yu^GwjOp{?CX9u0;e%+vs-V?Ql zt{=5KCKgky-qNE@Tq4krkK^AUlJ_IGky^X(*?9vdv19x$k+%SAys916 zVzHen4YDd`=BJzXD>`ZR@c7kpBAT5SwIHrHaw6C-gB7+&*tx%41%9SElz_H;FmA}5 zSCjBB#_2DEd3!1kVy~%q+A>!scv7W^mkB{%f$|oS4+Gvuqm*9sd53$`2 zU2L9RU<4ydEM6&_dmBwVfIPi;Gy2`;?2yb2nQ!RsL^k>TF;rGk_h}4J9;q6X!MzT=Bpkv_v>Bp!}G6BGfD|= z9C<$2>v*_ZE)C?mu8t%L9%>?w>%{;Z{(=7Lk(1VDVuR6uUJ(SV5SZbM7+9MG!UwH}R4cL}Nmc>(L2mUQYh{cYR*;v$Pya%UQa^Zh`Lvzi+`1jnMCua@-Sf?S|Zu>V96kT*>bqgyU_S(?iO&p z!4@yww)R(<0eAi8&laEsJkbqEDbubMPgPbeCKN)(-!9Qg;}j&CN3=cU9St^WHTb7B zw=Wu|r*FCG^6Bm~wm@=LgssiKb1enxViBYe+Y)#}?TC1`W$&qGWFmR~W043NoA0MX zxYx;drRJsNqx5auJACIDL+4EAAzkS^gurc%6&LDDY+x}lQ%_$2dE^^677K2qk@CSz z7fV(bMTp~cx1fjkTbiN73n{SJIwLTL=~xsVIrol$9G!@WtBzs;OOOL~;{vv`3n7J6 zM4!p}antK2YtI%<9_jvMH#7nH6z*OkSAx*=UMmP(sAeeYr*@lZ2gh9@y#!bC0RHh7 zB)mwfjnnwvJW;ib5RFd8fSTO&vKxGEOGlI1w}Ncgp4Hy5S%&40@)82i+T7n5$8z35 zRlYDnFR@M`=qX`3HX=g5w=iDW-<7j-MHJt}2-a^Q@qx4~-ufcF3t0YjP|%@zEq`ko zUR>JTpdH>1elD)<`IwM3tHOr&<@C3UO&36Re-g|spAbzlpDuuVb|Rl#-pO%3`T;Jk zjDC2@LSt`=kZ>kvhy}}Y*|~3*tSoY(Jv6a6+;{bD#;>S*CvXUU4t4~YP`3F0FD}mw zn9GdNLCUtcd4`qZ^R(n{n5I45Tui#qy4&xp?CRLLezTn6>2QwW0M3?mBJ>*U6z?ms zx5kH6$(X~4(?E2`mkIC(qQ-^EWR~{@8dup1VWc&N^&E-Oi!9N84PZ}Z9Dt<7VUzt! zQWA~3Chz3=p*lp*!y23n&)kue=tq~mifSdc?tsNXQ}31@m6Sl^QI-1<&+ZxifAOsI zKXayz$c}(WjsQXoJ7qj7KL)D1OK!P*|L`x>U55+~S_fy@W53`|IX0}c)}Yltkp@PW1~?fV2Q(3YYmw7DjdBtC<@I~*2q~ctLwyIY`8*qSrOGY zN#SxbooAlPYJli+_?4CcP(6j0S}}pJMW}|DfhG2TE=frV_~W~F5HY-t50xyUr;axj zAr;*~AmbD)Thuna3CjxeSMsWK7eC6r{r+j6Y5SWaW2loo)AmTj1^tts|3@Q)!tsX` z=i{mupSL%sqCi&nzdCRmFxE+T16e-I-d#{ZbgzUXoV@(Uh^cZQDUZbUzcR{twSCMl z>KIbV*X@-ogt`22t=h~G!otGZ%vz|{?S52!`vfx1bmVsFpSE%%2IR68CeGEoT3-r+zFn2BM$q49$!WnGSEV(>MTD-!0J0 zrT6?_9^X>O4Wv=W4;##}SkQL))miHY*tK4XXDVO6egUra0e<6Nr7L$QT;esv*-e9% zFHl)gCx8U+ngMiJaW9Z4K9BPq469-OS!wmv@T9vpdBJY_lW@apc~lY9~|YY*jmd z70(SC>lr8e%rTBaO>>1GshqH~6@rEdYwbT%k*M#uY6|Vgr`tt3sWKHXJgEwU@t<+4 zvgWAW0bG>{?tzlQ{y9gbw1_5#?vH)`ImZtYsRMd{ib!s>UHTZso$8OfP%NM6Q}rE3 zY>eh>kxldH<-$nYj|`taBJ757C+Y@W;px8HnE!79EAs++`AoXg9Cz@UZb3;Oq=_Cu zn|=rwlDhz(b!3e@Wd4}IH81L}Kd&g;+mCGT+8Ynq^tvJJ08Itwd%g6)`@WQv@QolL zA<^a(wiy4j`XZu#<>vPE^gMCnTPD5ODk+(Sm-M=6tg=upen*zCXZU6P$lzJn$ze1l zxh>ZJoe|5YriOmDTw8nfJ+=*$;K{!PhM<;M#TT*caa;bQX={Jbtl%oGg1;Q;du37& ziN5bnz6`uiGz&D|K7+o#*r(DyrPKp$W|$PHGXJ=bvtT25O4ug==<@k#6WG*?4epdNNF#GM%s|BN}F<{w}KvS7A}0mRMj|D%~gNIi))1zbk>P8 zT<3ANKt0;635qumVKZiTTUC5}!cwp`Ef(NXMqjD1;jQw#!T#sIv;L!^c8vZ&QmDc5 zc#~>)ggFu?1!vJ1ywUPg^9V?0(Z=qDIy80QfM1OBQ*zI@OHoP-mW)r)5hQ${xGAs| zdt&oM@3d7vn!Q(QQ<0xHF&U8-kTUBr1oc()WuykWBPPS0iRGebdTgzHe=dw zjQm$$+;%WtN{i@?JrcM`N*!;T=^tHXxmf8?^@~P2O{jbDbYLczg7yZByto8D0tXOxMBC{Y z8%cZCQ3F88plneZ&ODf-lE=~+zg8$Q7{{?{FDfHhIgI*BJxF=3JX^|OjP|1|_vR_- zq`5B#z1Q69U`s9-TQ3C~>&i^I2rKL%9|aUFq`m6%Ie5esa29&TmMv%W<;*x_aA8K< zE)kKUhea;IwE__8RQXbO_}|alvqCX>ngq(@{raZht)gn8m1dcoEZnj0HEtR3@fK^j z{dJPO91;XkaQaQ>DcDlQE1=KaVTlHi{G1YaaYGbW+rcXxA!UVrL16sl%knEl+e`ek zOE~h}Qos`VU@y;Kac&{)`aq=H`)P_Kc%71~?0L?45T(>d_+5B&&3}9=6iN*ZJuUht z*B`xw3;BM=oufWJ_V_)Eud`2TCu zMkKnAE$TcqNT}Y zP>nQJE{JL*0sG}yrgudJw=fl?a#PyDx?Fc|;o^9_B`t(NthJz>#Ojnq!g09Sihz25Yrz^a%4IMoUBd8nFY&t5`o5w6}OMB z`m=TG&L;vGY*b#t&RC>%v!pby?a)k%dPmjL6MKR{T?272kzQf4R8_0=TF>VB7u&F= zMKm;}7@aT0Zc_top!pTZ4Kdz|$s)FOKZ9I>Vv^6F{;Q`DXk;FKQ#J5Tk9NFR2X}H^ zD(%_AaAf4J%I>1U1K!~IG-bs*<8K}Gq_{HF`a1f648`=kn+y*i^2c?$K;B*Alaz9- z>QOjhURURVaq_Y9R8%uMF!;WaMf7!QU3&tlgPc*#C-t)_ChrL&QqYjLWYfGNEJdTapZ2nR$^lt+Kn_8^&$r@6Lbs9G-+*@|0=)wR9pE{K zd~QLzuvW()Kn;P4Y)e7wt@6!XP9oeenikpNP7GJ*P_HXgShm8D5vAf@XVh_2gOStW zUbs#E*Rl#--eZVRHED9SAz7s66ybEcDdBP3n@vY)O}*?}s6HxVh0c<}Ajx>)Eh@ov zb#0OII8<>*-h#%x;V4B;6AW6~V_aEdWUmsQ(4Xxf0kP>sI!zWx$c9B;ctC6A_YbG( zf!870qi&jK$?{DfJ-@ej<^Vgdu?FV|fpUAvP4H1iVzB`}Mfk2g`Bo`z*?dnq791hX z#s*-YE;|cK8L_mNVo#_#e{Q+i0ltqd zJ-0@KH+bnFzJ`9eo}_PMz!+7CtC^eHaO@%9l&ESc=p_+e)G z@TEza1>S0JgwYnPE@U@~;06jW$II@anr@Kw@I<7ij_fD4tTn)znAMYgwV-wJC-^(hLs*XW?Ez|Ich+$|z1zPNgTZ4A!&VFe zY0n0r<3g(1~lN8km*rjez6sjX%Eli=waN8!X^x`L97)0E$XQITbrJA@}z7`?F zsaChSG|x&Lf?Lp?vvK-B=}+B{V$^{#BqC}a0DXeN)Y@It>=&KVKpA~lSQm|eNSi=5e-u8s^Nk8bLHfK5c~czY>k zc*wWs8Y>g+dYHGmA=?td9r<+>wU)E+^0$<3W-sRhj>M{<@d%#z7ai^iAbiz#TZJT@ zLQ2(J9 z`ydgk&iNne)p)1QfMJftsNFUP{Eqc zYWAo4Y}fOc7^Ly(O+K!tsmm)Z%11dk?9W4g0<>(HUu_( zcgDs&3|P9kD)=Um;_&}T(Tz{a`3)VNp1zvj`pp(~b}iM2cpzckzX!*ww;e8tY%78n zkWjEa=BsBm%W_CHF-IjmyhPhGm~4PC_rx5e@bwp_WVl8%@CA3*uCzs{%AayEK@K=U|bVYS-3GuTda1Jx@LyF&@2vdW<54U!9=Yc#qwE3f&On;UlMus5~5mhq%sKBe3GBNN2pOQuM>GdO2dgQFQ^<$?XKq9NZ4-52S7| zYrr4C3?4(-1=qa=c_TlzmpCXMi&-xu^p}SspFR@nx-20#@tty4cE{(?eB1I2GdVEa z^>2^QKdE4#n}b($-=zEeYz=xOYpa9hCD{sYcYuk+SFi(PjiA;u6m+O0tk>&@?0T+< zhEK-G4FWXKil?;#?FtlIILCpr2b=)C4iYu+e&LMxFxR5xuKZR0{TvwJW%ah7=$v`; z`K+rKH+SD2l1)}q$>h0*i>c%JZn`GF151`i=JUG^5Ziw=%&&v!79Gkut3Ybb@&eF{ zml&l~25+>UvDDt*19}RD_)>TUlhccLvQdCGux;QK#_KhnQRd4Y7Auuji0hG(NmTDj zOGc^emUFI(1EmJk!FYo(VKzB6}Z*K6lg zkH4E%w(G1;hCf2-aoD z%gxEYza*KVazn^OFa;`$$^>$g#&8@e6((kaI_)&Fr9H^I>dx2>^U1b|d|W|?QbCPh!9Vt0o|Oo>7L722N0 zUX*uNzb?A2UzuP#koQmi4Boh27-%4t6w?8ym};6WXe4F9;=$^>DI{Goigqc{%{Z28az1)3?vZC+o=vdUEy5 z0mExe7L`zEF@taiM%E{Js#{I#69#|rQQinQp-M^IUD1UQI z^Ou-A(*DLBX$Ff{u15Ujpqs936{S4n>8B_VM|4HTnCmUhCIU3=i5bkjAmQBVR=bZx z6A0y~*sHv2I>Q40<|b1XG!DpGc`R`FZoMSS|G0c#1y;PwDv(vuSy~NU5)fX5-w(c~ z-{m!(Uq1toAt?&LAbNSkQPD}uwf~9ypBRYp%R!8DpgHy?5~}+04`~EvMtN1!>(gAM z;}-`88bRQ%TBCxlN7-=uH5$%;!}bATVBThP{e%~!&juA?tUjdM6Ch zIb@P>m_VXysJXEz~hF)d)3j+vyq+qQ?4@%?w10go6Hfu8CL zBvDCk;HTpfMaY*K_SC>DGcX(*Rh4x|9dCvdb{a_*(BoZLkXd;zX}?;g3i_F)O${cE zQ9Gll)L@9&Uo_pR--LpZ(PGk)eH4Vaa=oLbAJ89{AO*(?(^{vFKr)BRIp7$#yfME- z{fP32fHUUS>y9$cIZzU_vZ&RP{!+-}1TQWu=-JxpT2~kl<^~vu5R{lL32?g>rk6D( zJvro?djJ`)YsY0qDgYs=sVj9`l(zYKh$T%0j66zFHoa!JvzGKG{S9{OADAdWEdSGt zeY? z>M*y8*_JFX!z^?;Zi}U=E0X%R41{^`A;sqdE|8z;_92)#0YCf!&!4y7!T7h&|68zz zB7R77hM-w!qyGgN8z3Yw8^A56|9_i?9dHgfV3uDF_(hl8e|PL>CjlP12Ke7&H$reO zBo#YZV0Im|X>hd;LOU;B^wcufVmc9snvX{;*qrGy_HKOraDD&%d4_ZH0s};g^b!IC z8FU=%U#(Bpdd4PU8&yWwTV04?iC77yDCQtuU2%xrxTBU(qA2ROdjAr+J_s?q+KiqP ztMg!a0DubZE@g{Yh=JZk8U57_B?cX7azb$52?31~b zo(n2u3MY_d3`AzL@#AC{at_hC+~`6UY>)1|$H*Wbv)L8PEe9vaRk?Nr zl?AISRA>lzcfq-^z?s^>hFmD;nmw_NPdZ>_34N!t;nQ+IR|J&o(SUEqS`OMhpKE56 zl6a>?MQ|T+)oepuX2sY%;mapo^b$JJN}^o^##)TrKxah7`0!T5PEwMN@xPW~z|}Dd zg~=!aQmF^(Y+~q0Eh&gZ&g+9?+%ufoNW4wN=emRN`fvfQCuL(^hey&| z2a#Ec>99Q2WH<}31Gxer+ zcMlj@Z0_*#`Tk)A=%;-c$&+?4BNO61bjikqPb+xDe^78|XwZ4t;nz)s`pq90sL=)A zt0&dH2&b}i10qF#^=M@I$5&D)9!Z=KNvC|R)ag@Rmh%^39&Z^q+6i0pB6gEY79C85;zT?}vFEP^htaF~mTvdKgS! z*|p7mgfUqJcHo=if1tk(*#`K67Xmu~4c=&$(T2Em`1SQ=hJ9I6CVX@LWRHKm%S3qe zKKO)axy!}`Uw!GkD6MYjN8UU7RtHsIK%`-WeMW>Yv|b4cU~7hg0uLwkfDI*>S1~wH z5d>mKA*g)Am0*{}>A$Wo4Dr%mTn5zWlFcSnsl#J}L{oDPItyL~lAM^9Y;K9}#`}9n zt_>(ME%#!GZm{w5E)O5r%UEjnkVNwefgYLD82K4@X{-V49tyWZ1qH){BHdD+8NL+OJRlBNCx6k^6B3ltU)c3$ja|%;MNDsPpCH#Yqoe! zj{kyjb9D^Lp9SRIT>DWFAt;Mwwkr_UM;%xbpnr_=0mte@H8*k=M0ZEiL65yDSRLP* zD8ace0Fb=a)fol7!I|LtvU5>b3 zoP|9dz0q6C65c7=={Q&hUR@MnwyXR4s-mdKuAq2Lbu4>D@JZ_3%=O9K zZBJoR`wCfufkme;4~-Z@;P+n{1{CdpB4w7{Q`*yKT{zTs>~I_4Wo|F|q50XmIDC*{+& z(4YPED%QQR@&}9)OV&iRus~DDm7;#TRgv8XS4J7lMJlYkT z)jHrzSM1=TOuUg7j>S3UDm}K+3b{L-tVs+Y+HDXu!v`WCj`&!B!qW|%05uVgqX?SV z#lG}30`}JisW*@DfT`kVZ-<17xT zK>LVYF8EgfuzI~kIw8>Z{mYxxu=KhnuTAj)&X~T&kYCpT+?J{j<`uH~J#&Ws<=kFg z-n;wz!Uu-ZCKD7Zt)$S3s<>!P+&xYlK2g*7^l(xc%#!$c>LS!BG#a!+yhhxR{lWK$;WugEjTWBB$De%oPNb;Ufw&36VZ6Nb4d~7GmQSf8iZ>bd@SDi z9MwTGqd?W%a7qa3C05)6sI3IwKn!Tb|))3>_omB4r`7TuPvLJQ|%#2J=x{ zrUi<-1)$^NF7GwrUe{(Ej@swJ-K*{w-?w&#TKe8QoTq-9;PlYrpFgQo13w8L6A$2> zlh^Z?)X;_*p;hx>%XUp zcocxP1r`;m05egMOPNyOq@<*viwmoVi&Z3rau*Z^v(J%Y$<&}|hRw~@7LsPC5b1e; zA?aoX$KUsE)CLSfG$eQV4WMdDyn7U~-K24{vdd2|SC>z8UC9x1C=@TF3zBVJ3)xj2 zZTmmPVvZ^>&GiSOXDyIz2=(9?Pj#G^9?+5RkNAg;7o`5FvAdTN3v!2n(*kPv-ZF5Q zW($v5k1Ib)p0oO;YKOR#r-rV26^xEav4&|#1#G@+yXC6 ziWATEbfH+{PM@9Lz<@!jrG`e8k>8%BN6iD9o0lzA(#qbOpM_BMGX_-=cJBHc9y>YU zUEtg6VF9|#!skhTLzmyH^&F!;rt*nVEe{t8J3gSO-^YmYvFt5Af1m`{(D#nw zd&9i^objGUGhwR|mob1`a!DE5LSE>fnDR?bUaDaq`_*>uQ?2E(eUalqGA04lkCL@- z#&TYa;Nz8UwSWE?oKEH;z`p*}pvMAjn~$`g#H3m~EL>6|xhStCnQ1 z{W1RGi~(7*mpD0KM{oqXCj8>%HFeqz0VkyU*#_ON;PsjS6`{n+aK?J;5cuz(D3ATQ zZW0y$erPbu~!3$CIFYf<&L#9cc^$u%MJ*j`IS2R3gh4WR;$G?wTVtJ!kwmgRGmV`qh^6c2)0`>urs5X5 z0ckZcqX`L!b-K>LMpjcJsOMKf_QDK;(2W!#ZUf9-2+Np`9vM{9pwV=B-R*T5+GFk6 zC|@E&I}(DXOeSP%v}VoOh4i!ewPN$jYV(KW6!bwb`44r-OtBCJ-1;bCKpq}vQlhGU+L^LM6Ml#;4JwVmnISxmuYVee`PMmWd#&ncF9P&E3h9V#T?fEc>%oi|{O~NL zsuKrUhFFJygKLx`MwBFfq3JGze%b1s-WI>Gm(v1fG3%r`&KMl4BR)OkrMh_nOJx+L zE8LuC`B5gXgaNb*=u}Y|1P3#&8|+7DzKn)svLUVD0=a1SVcp9Zp7&cpG!G;#slvA$WB1fKjGA?%e6J^wr)m0bcQS{xS_JM^bfom(4G>seU4^*= zBzKk5pdZ+T#sb~TMeN$#9vTysiR5F$)GRfoi&SRW{`o%LJ02M*a%BN35eWKL7(eH z<=1jwY~+Imzzy#5C_Qz5_82NEDkBq<0{8nP4Nv~P54c4A2509C3hGXm5nsr2XIK z#3%c3yT@veJGnBhgFN1EOb(8YyB8PGSXh}7gLYAV=&yAkl~H~k&oyl1AWT-Q7Yqj! zod_vSI})lgDslk@3k+%MX*|m7M`43G7h^sJ$_D1<6hnB7i27emO-yfH{AD%xd$0c_ zLl{0jM^>vbV{#9(UoDYQ;o<&zL&MPRYMv854sRWH{Psxt*|3_$3XMdK))t|w9*QkH zN*0FNjtP{+M(pWLF!07guPbsq%qY5wUMRzVXxbD@Wd>-#d_QhO`GnRK==bVdTfq{o zy_S(Xh;ik06$x7_*maWjME_G9=j?!?$2Zp227ZAmOOb)!nnd8rT}m(pHAgqO6fldW zYpg4^U&gc){j7nJIc|>!zsyX{*39yQ3r(wRE0e{BRbCnWy=PalbMm z@H2Eng7N!uKR!=rsGGp(4G4RBMkbg3;%a`-n9-tNcw>mNgH4vUMM*=u7jF^7$^@Mr zSsWms3nNjmE3Z2sQE#q%e=VE8WPd)Z{`4To=f^1VgaFVF#SdVZ)PXv$N}xLM`sNCr zRjTo*E9)MR0Vt}=-c3#h+2@L`1C#fL*8+@#Mq(iB)qneb)xih52d%G{~ zSE|HnZ2ALD0<87WpBwAsy))#wUz=x2uxK@`fH0)^EsFj%oBQN~%g%0yuc{jm`Fl3t zR;IxAqCuUm*DN&=?(|{pFR%ex9QtLgB#1GUo#=z0y<*1W_C~5qS6ZFHRf<1Vo)rPB zWE8GQwB`tpkQQZsB{HexTDU7uSV(*IkqcpPn<@zZ#$@T`ggKu6F39H=h1Hs2)t|qB zM@vl$nLQes$y9Xp{zG$^BhM8HbJlFXQ$jEDSDMRess=F66|^mq28%Vuf8yNglsm4) z7NW#f#;>}a{i35QAl~0MH1e8QXx`?|e;16Zw9;Bk(5ccIBUYS-o*qG6UA^fg={KM9 zg%3V1vn#(ICjlK9E?%O?BTY#^u+j2r;a2c6ss7uc+DS*$+DU#a0}6zgBUKK=p$k{U zHFNS_yt+oAs{L{gZ@8b=oaY$+PTPv&jnMc1Y3?kW;&|S#kGn1I?zXu5;vRwqcMlMP zJ1mO_3yTH~BoN#Q8fc~sOOy@Wd?>wQ>@#Q#w|i5 zar~&vAmX;%={xJkm0Sa#(L?jZD|CKvrGC;$+$TV2K7o?`kx9-^ur6Oo2R^T z>{5WIZq3=n*_iPwgI6h|300sAY?oG8yMf6GXVK>$4t4sxCVXSG)95zk=6NdLvTmQI z0a4bKT^wBocVh7p(uk<@TwPNc?1s5~LnT!KyS6rH>5;CG0Et~-`8^ZmSjQG`652j( zMa8_oIog9Ez5BU6+S&JUZGJ;XiYyK#Axo5H?e`#I?+_z@l+C&%IFaRQjj;=lbHWo7 zt+?%Jp-2nC{`vCORB0#|rP6$qs~&@r-PF54iL^>o)6PC)X+*2W{OWO$36h!`$022T zJyTnvz=rFE##0PO;37UQIzcO}py9uAIp%A(`jW&P zAvX|LJ1}wZfat3F$LW;X>RD_m{Z_ElYIJ?9yW0K4W8!&n&`+IeJ?p38i7EKp%G|S? z8~s-aqO2B8lNfDjT*GPO+foqBUBM2~hh%g$H0^gIcafX;4y(gp5_!SQQL|o6`Xvvp zsOWvT6+|8j_X30N+C2V@mSzbmMQ~noK9FSGv+72ykHS7AoNm}NIh-yO+LrMC2e+J^ z6LuBv`{Gkx4*G4u^<0C-wcz@C#U6dt${n@ zUPu@(n1fH{W`gbeE`{77b!hd5M#Eh3&{4iu6Y;g6fbd7fR=(w)!~qx&6ERGaNtQd= zO8HE{sqmLKq)e+chR@z(o4#ipg^JbE>%n*25JC&IC$%$Uq_j!~Ei_|g#`e9a8#R2a zzJg_)(bChr|K3a8Q_4tY($;1HOzu*(f@FEoL^mY=H*e*b#J)ZOGMAj7n$IU#8@V>~ z;~Wm`$%%sPBCDX_0z;DEavXRkjJLAJK1NvG-ANUtNI>&X$OZ)apGxGQ`1e5maN98>$Fy94 z8nmkKeNOrXbK|dX&oH^@524WO^bG4~(wHqga24%V)F*EA_b9;bjQIrM0tXE^Uv^3JO`zc;!3JIRv{!Fk2Ys5?=cF zCgcC7UexL+X_YTh;gDn*q$s*-2g>ul(sw`Eqlw`fw-MF-#EF6;(LK?6EpjSZ!^Tvq zJr30|*dTM;j*mQn-8zxsnqkpju)<+zhm$VLCYp{Eo`;n?FnSRlLb=(T@N+dAI8%sk z*>LWKSHTgU&W;yp^nUS@zv1zbu~Rx|-u?RpIgW8##Ni|k5J1C-8To6+>1Obq6;*Vo z)79c>S7Rn><*`wW!m({cwB3nM(V5J71u@;1gI&oTY|F&jJB>O3esRVx43kDg*?&92 zf6G;UVCZfU*N%x?G?5CtvD{btOvb!})_95{C;cGrh<8;^{BVpsl6 z%;Gc|iJlhss_>pMm0Dgb^E^6A+(g10Ve`A(miytETlk@7(X*u%)%KN5D2Ss6)dt)PgT$9k3}x3aVlKQ& z55#_YRxJ5kj-cz=tVCw(CTb=*XttJG{W?eE5_3&iEP8m{Y?6$%G`m$vzH<%4(MbVr ztPdG2c;_r=ZoPc^Y|(B+jK-m<;r^`V4crE`BG=^ci2tybVlw3~uAn!axF#tM6k>ZG~0 zl$KJKmfofzOh|_BX86iD+!4P|>cOpA=T0xM%dWm8{J@Gas`Vxx`3Bhat*Wu4@UqKs z)D+Cn3g`t?TvQVhnIKa{9827gYnl(1)0X&8|M2_ql_TAQbrP#XsvP#CZ`Pfv{`*ft z8wYjsXFaiZ&lqK~lX{fJ?nUF8b<_tDe38ntw|)Lt9RhfDELfl>?r-b+n~^G*Z9GX> z6wGe=_U3ZnKhC&fpKxfqDm(6M4I1|5gpQ0)XG16qU!=i97h2fn~;A!$eOx zx$X%5n!u;6U)~5-F9V^ii7av@HHx&TZ=R5d)=pe0S`%$bN#dWrR5D*KZw;XtaQ@|? zz;z5K_d^#+yWxHc9Dob8(t0KWrA`Oo9Uet`2$V5vEvoEo=P0rz;5O>nI_HnHK83Zr zQ>6R>3on|*6ypYG0tlvCFj%Tu{;<6p!$k+_Ui?DKl+Y@kudWs(o#dp3{q#rt#adWq zQKHvs7E~I*F!njXI=_{T0=aBGXQG`zaQDhv%J)K5A;+2Lffs>&GN0Yn)Ts@J=#yLg zdp{NZ78gh)7ea#6l%Qm+hLS4JCzIJ*^C=6S`V7k8m@!PK|t+x>6 zT3D#14rRP0kX`0A*c5E-`f`C`%V?LdW}vAEzO&krM5HLG?}@bbnc!{~YH`nuMRP|e zi$;@n`;3J1awTr}fHZ+x=3v2f65Y>}uJ~>+z=PW!t1XbkB4IM|?m%7&CBDRyPbgYX zNE`KwdDt51&2DZ?vo)tHC7-;^p(o8mRgA`q{_DT6J;tj8$A^<*>Z-cp|Z z>K=EJjEu-?ZBMOcPo5l`Kx{MOCzC_#H7jE-0}o`Ey1stjN+-j+@X1aMkD#UFLhgh0 zjYDSP>tkK=t@U@l5TMKdG&b#*)h8avNb$Bx4ZECo?7*h z{F|i(4FeX4JziXQ(mAP`YXUWNqsS%+I~E{WX)Ww*VRk|Q0p zr_UZsE)8_a1{2yKuyja>$Gv&^qE1hnJtCh&2+`4`=k;XY$qw6UHPq^&URjsWIHMc7#SjNJLK#rsohBE+AVNAb5m?H@JW-`phm zwSSEYFz8Mjw@_!*%n3BX)YFlbm^aB(epGuMNU(A?{pti> z;BZDPm*M%g;QrBl;ALTmYd+QI13_iHUIi^B`?-=WM%AV7kdWTxP&%qOR{J#Ct7sSf zBRe|ZXmUM2XQcVCElwn-a-n`~++n!yhg&2;IIlSH<#iT63?(FGxm-^VSBp#Vr)+!` zVi|nCQ{ho9&i+k>0H-P82aS)3z#*MOus7Fek{5s2+{sLZiGh|Ip{dlDZLyN~X;y5J z&aKdEcH=Z9FX|z4C)sa&mk5mW1}e3>%Tz>Q4(9i<7lvx`ZW0`s8KMfuWI~ZnGTDW+_unj!Ps#quqf=%i?8v{wRMlPV{Xk^*mMYaH$}IAK9R?HrDjK zSORN?`%UwH#ac3P8S_lj+0s|#`}s6o4qG))>_}#VgUTzJvL+r26WHP;#LrK+5`|+A z&`BIJr`{vx~5RubojVJfk*$9_DM^&L-2Rq1Kg?&iH{UvMm zY)(mz(Z!$fQc9a|L=y;hoor1GF2-4Y_&Ve+MTc4;rZ%~>ebC8=oVnPn0b-$YEhBT` zHoz9GG#`$1jUvt;@AQNLv>9YTu}z+Q?k`o@hdlp&5r?&HZDh3U(%HoyVvf@V3xEf` z`9vVIal~oMKdP71b5jP|0)&%N4NwSvK^=}J$Tb=c^pe6D{bM}+Wid`hqbQqzImPqo zb2bHshGvj*CW6;Cr20d&qc)0qhYyBK+AV~&YhC7hAGb6WnJy`1(+a1IqyKichJR=f;TrpMdX_We~>_vOmk~nVxk}}0~&h^ zltaf2591xwsY^$5p2&XLGZ?VY`Li)kYlWD?YbruEqf&h$E4&x#mcKtM2fpku76LR_ zdj1rL-M!>UcYMjk;2331GlwwbO}g8>IHY9inw8v<>j#P9`Ub(HP#HzPI=cNP5^e85 z%69OR-_*hcbQp;~(AIpw^pU{JFs)E^UrCXdJU;Ib@REHX>5ZceKQ?{ z3?^ASu+lZndtOc3BC3D`tSh?1s>s+L|91Y9HYt$)y|$2Lhjb#Q3rlx>7xt$;>SYeR zSq%ZST-uJjwo<6pac>SJ8|Fw8M@qZtfR@c1%XN_Dh`HFhR}5QrH9-RtXrqgzHAH_` zswqHmMkE7-$T1XvS{{_w7dwLA$sU?)sRd`psl&(@H3wAjqNg2ULd5a<7s<_!&fpM| z$TN+~JHCO4w~e6~Q@&@&UztvTI?iiE)*P+5ODkNPl@dtv|JOy zwBv-qsx;EK7;WeSXsu;5q*|h)Qmd=+yJP~J+YO^*^R)S(f)hT;^NY0xZ&DJoWYA8O zl1>K?5^lDy9G^LA+t*iyPgG7tVrw;a3y_FPEeB)vumo5K?v;qtJWA+)YfHrJ3(c-z z3V$;1J^D6l3RUaur+dnUPi8XZ{{3aPmCt51|KBNyAl}6|ma3^Ny^;;uP8S0~6CAwo z{f`ScP>_LGG4@mD7jQ{G@vqw&PA<1yuUo`R)zB>C^cE(e4TMAc%tR@on5j?-ijHY3 zi3Q80j)^h=@ht=Rb}kQH2v8exr|x4Tq;$xs^baZ}#+N%D0XVK+i>#0PVu8#rvX`lE zi2&Gh7{81a(zID_LQ zaxe1xx$`Z--NBswulb{R{O;YRp5yz0k4zh*YZ&K)S7u#v{P{SJ*kgD>O6`ottDK$5 z(Nw?w&C!~_I!Il;<&XNRzR}N$GMd2Z$lFp~ANvA21Bp%)cmHJXpO2?rHj~2@3Tn7W zQ2`hyE<;*uhSf*B4n|1{y6pXS)lDe((K}gI77n@%aplhB1o)n1Yv=FKFKlcV>SMn8 z+QJFBEPw+)&_Lgx;pGKAu*s|y`FT|XP5j#tl3Yxwt`Wje$qdhV8E8DqbGIVqmnpX9 zVut0Vy7o@5VIv#gcs;^}gUMZD>YJUFZFI|X8Xs+bxRO+9LUOTD+SR+Xc82*% z@9QD+W0P49kA#?LT?|#~KfMEZ#eIDX&ED8qO|?DOzYLQ6FHy1t>$+#i>O5FF%gvB_ z{lnfMjyduXua6P%ItpI3bwmc%dNXXtATo^jZ2DK|W_XTD+B@8cArQx1{rpcUK#~kz zpAYY|^m+FtADwwt)V)WI@MvGPz$kA)XJM3X5;XEX;ljL=t z<5`Rs-^KG)^zP|b6nq@$*IgI|nW}nqjBxUa;oUH@0rga=z^#1m>uWk<6s+ak^@vWu z)uYM3slo%Uev%H>i~OFiu4(p<^e$cP#O07SkLMFzJWb9PaAmF}6h=*$m^4vXrRYF_ z#<=o7wJPv-bOd4p&MN@NA1ia3h2>~aJ-w=W{>FC18bP=PJ~ON5Ws(9K96SVe501Fr z+~NCdw0T`Um&4oqTyUZwe|v=i9#Sy*h#td_pALTyIP$KPVY{O<8{q!I-J+fiuxaOKGx1 z2R+`=xZhSC6~W|ih=54~QPn1{+J3gau6pEdUH_*;#?EVt|E5t_&B?w5AQ$s693e3q)7<8U;Hn>+M2pkepIzVXoe%wJw{+@H3W&CJ`>X`4 zMI$t^BZnT3^f>EmIoB4{$W#asnl$TI;XG0^Yh#)A{W-l z`G*Ncy|4QK7`XRRQBsP2IDt5Y`Kk!r50N3T#tB)>=O4Jy^@JzjpGnw@A?5$%KMW2L zAtS3u(bVNBUR?gh74Y-$$%cX?6n*1|$K5BPO7o7G#Ev#Fs~zCS{=!Vd&!G#U3Owch z6Vwp#sAvKokE1!$a`SI*0%_unOM=1kDqtkIXoWW!3zJwI6*f8x;9on8$I)`wC}+Np zCc^J_xEqZZ3U_%8=YPN@XI4CC_)ic7103Gz$9qXn9swouOdsp)FDdl{ug%|_n7(XL zNcYe=Aq716IXCcFw}u%Ar>%4VN88_L-;Z{dSlkZ!R-ZJF(L52;1P;w*h;F=W9svU26zpp6EZVrAkytKuT8Mb@R=5kRGR5qesiGIB~znB+*@bhdIN=^c%{2ccG_!`H5e8`BbGv;wfC9 z=q%v0Lgi0=gGa2324~GfJINo1LwxH3u~eBpff7>b3UNMzJlMSW)_H?=Ec{=J*;Fh- z_6vWq^32ipoKc3^K0#t*C${&ZrwljX1>v2F?50oyY4at|A^4CSiP#y6!9Y!A%+C_h z4EbtESP2>v9T5a(7w+BT&LQ9eSI_Fb>9(yk-XLA}jwL{(mX$Cj`vR^%ZYq0lqd_!X zk^P6iI;MzjFWsbpH#FFV}f3`(<8+i5C^?SW6F9ix>>$&z}J} zflAW6W}C4gfp>H$jq_rQbjk;x`KL_9Z|J!=P(MnUIjr>oASkheANBc+^XOR+etWP* zcKqsrH0WEyc1 zcok8=&?G&^zNRasP)=2?vABQt=SjCav;@olwZuKPwBJfdC>P?L09fgT|ll9-)ML zeg=>nMj`&5U1RaJ3r%$yP3d|kw&v5eo$Zu~z_)42X0C?5Yp*_BzGRM~c-B1PuUZtkmu*BT%Nv_x83g3UF-GY)8j>(5{tF7UKLLJT+rud0JtJso_XDNZI zlJ^X)vI=s5kNOE_c&qK**drg^g(&Uipu+Lh@>5m^0wG!*LMDg+cz*slZO0%}A_XUr z521FB?( zn{`XQ6IjfuWcs0a=GH2+=%n3c#SlR^uR_7zOo2K}Z_5Vnx7{kVQHWINNe_$qA$B6k zaXJ>>Ro+;dl&ylHe(c#*%r*TKkLvenntYkggOxd01;YZb}~rAD1f zFoq~oZ@&4CoYfqaJ^=0o-sSR(5_1p59SAl|5top?*57-n%4iwe=Gg}cxTz~rZ)%MA z%N~~yQyI6<=)M62sd%X*A?lU*_u3LZS~&2EQg3ZMlrLWFnYqFmEK=#4mjhqu2L<#} za9bPc>0%g*xxU$TJZ$bEeFqwp0j_7-{1y``wkh<`%jYBb9@t`3DeiUY>GYib`K_R# zA@$zKZ);ZJO$6d(ZXV}6lb-Vw0#uYFoNmDKM(t(Q#J2aQzmUJ$b49O~$MY<_n~vG* zPWHM?OMZJ7ERZ;J37WyhXB4@2D7@Q#jt|W!CiHoT3OyvVSwq*B^4YwEMMvF77EJ;B z^(1Pu>Ue@YpDJgYIOdceVug8zzpSpu>w*txe#d0~fseDd%#vm{Cc4)p8k=(eVT?ow z5?Dc#ZDJLcxGh7I!y?I38D$6%BIAv*`A#;^6{3EEs#gz0l_0WARn!?H%uE`Hgkg zKMQOjTS~q-pJ}4qp4L?{di(&QIix_8#nf-Jx&^nciz`jE-kP51Xj77Q-(A)DM+bWo zK4)z_=o-A6N4X7^kf;wiGUg1W$&*477?i)7|7_EMXPetW?vWsZ@Q@HHBnRjz6RRbU z^LY61h(eImq5tGJm%Um~pQ-DG7{_NNkxKGB&hOp!j}qRLF8@Bz@zNQ>OU0ghqzW|M z9Y$A9-)7=3OFZ9c(j?}DUY(Z-7LIL>j>eP# zWOs}_kjO(r@6`223d_!7KRtXNLs!nLgyMM3wzVkmS@k(Wj;eig1>e@ceB?0u=ldmLkr?Orx2ZDo#ez1i3JO*tFq{EBAS!U@V=mygFaf4H~iEq;CT7MMQ+1-(@2;n^* zfs%T8zefLGhuT9d91Cqw`zI5({{a~Jdv6uksY}d(*|(cFMCJdl$4}CXJSklxlt@u< PZ#EuYu^ literal 0 HcmV?d00001 diff --git a/docker-for-aws/img/managers.png b/docker-for-aws/img/managers.png new file mode 100644 index 0000000000000000000000000000000000000000..6ec68b8dd9358a75d1a03a7062c7fbae5e63d456 GIT binary patch literal 153530 zcmeFYbyU>r+CK~k3Zir=-QC?thon*>4FVEFH#4YoihxL?l+xWWfOHGe-Q5f^!_54K zz0Y%=bKbMpdf&7EeAjQ*nl<0J^SZA4bLB+pXsJAY`1Bzf8rowuRYg5CG@KkXH1s^| z`=}?wHUy{_k0=}z6m--S6zFu^0dE|fY|+qEBa;mu7`^Bx%QDf!#^EMFXa6et%s+W4 zU;P0kJr037_PZP_6>`$o&EIpr??gpJIilNCT6Vn0p4q=on4IiYX`!&GNhCKNv>Cv< zJOuaH$`C|~`)mOP(b(pyG2e5�ho+w()U{g{OY}(!~^sj^Rp&4;ta}&T5ww5Fn9z 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