Showing preview only (1,624K chars total). Download the full file or copy to clipboard to get everything.
Repository: opencloud-eu/opencloud-compose
Branch: main
Commit: 2bb11ee1a57b
Files: 68
Total size: 1.5 MB
Directory structure:
gitextract_394c9liy/
├── .gitignore
├── LICENSE
├── README.md
├── antivirus/
│ └── clamav.yml
├── certs/
│ └── .gitkeep
├── config/
│ ├── keycloak/
│ │ ├── clients/
│ │ │ ├── OpenCloudAndroid.json
│ │ │ ├── OpenCloudDesktop.json
│ │ │ ├── OpenCloudIOS.json
│ │ │ ├── cyberduck.json
│ │ │ └── web.json
│ │ ├── docker-entrypoint-override.sh
│ │ ├── opencloud-realm-autoprovisioning.dist.json
│ │ ├── opencloud-realm.dist.json
│ │ └── themes/
│ │ └── opencloud/
│ │ └── login/
│ │ ├── resources/
│ │ │ ├── css/
│ │ │ │ └── theme.css
│ │ │ └── js/
│ │ │ └── script.js
│ │ └── theme.properties
│ ├── ldap/
│ │ ├── docker-entrypoint-override.sh
│ │ ├── init-ldap-acls.sh
│ │ ├── ldif/
│ │ │ ├── 10_base.ldif
│ │ │ ├── 20_admin.ldif
│ │ │ ├── 30_demo_users.ldif
│ │ │ ├── 40_demo_groups.ldif
│ │ │ └── 50_acls.ldif
│ │ └── schemas/
│ │ └── 10_opencloud_schema.ldif
│ ├── opencloud/
│ │ ├── apps/
│ │ │ ├── .gitkeep
│ │ │ └── maps/
│ │ │ ├── assets/
│ │ │ │ └── src-D755RU42.css
│ │ │ ├── js/
│ │ │ │ ├── dist-r7AkbZvS.mjs
│ │ │ │ ├── hostInit-E45YfNWJ.mjs
│ │ │ │ ├── localSharedImportMap-CALnqYrs.mjs
│ │ │ │ ├── maps-BAf8IhJ5.mjs
│ │ │ │ ├── maps__loadShare___mf_0_opencloud_mf_2_eu_mf_1_web_mf_2_pkg__loadShare__.mjs-BA8CS_pX.mjs
│ │ │ │ ├── maps__loadShare__vue3_mf_2_gettext__loadShare__.mjs-C70VjRQL.mjs
│ │ │ │ ├── maps__loadShare__vue__loadShare__.mjs-CwuktG-9.mjs
│ │ │ │ ├── preload-helper-DafEc2pQ.mjs
│ │ │ │ ├── remoteEntry-lxWu31Tr.mjs
│ │ │ │ ├── rolldown-runtime-BLwG3bfA.mjs
│ │ │ │ ├── src-CIfRBuLG.mjs
│ │ │ │ ├── src-D0iZetHT.mjs
│ │ │ │ └── virtualExposes-CZMUMkHF.mjs
│ │ │ └── manifest.json
│ │ ├── banned-password-list.txt
│ │ ├── csp.yaml
│ │ └── proxy.yaml
│ ├── radicale/
│ │ └── config
│ └── traefik/
│ ├── docker-entrypoint-override.sh
│ └── dynamic/
│ └── .gitkeep
├── docker-compose.yml
├── external-proxy/
│ ├── collabora-exposed.yml
│ ├── collabora.yml
│ ├── keycloak-exposed.yml
│ ├── keycloak.yml
│ ├── opencloud-exposed.yml
│ └── opencloud.yml
├── idm/
│ ├── external-authelia.yml
│ ├── external-idp.yml
│ └── ldap-keycloak.yml
├── monitoring/
│ ├── monitoring-collaboration.yml
│ └── monitoring.yml
├── radicale/
│ └── radicale.yml
├── renovate.json
├── search/
│ └── tika.yml
├── storage/
│ └── decomposeds3.yml
├── testing/
│ ├── external-keycloak.yml
│ └── ldap-manager.yml
├── traefik/
│ ├── collabora.yml
│ ├── ldap-keycloak.yml
│ └── opencloud.yml
└── weboffice/
└── collabora.yml
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
.idea
# exclude the .env file which will be created from env.example
.env
# exclude the apps folder
/config/opencloud/apps/*
!/config/opencloud/apps/.gitkeep
!/config/opencloud/apps/maps
# exclude custom compose files
/custom
# exclude certificates
/certs/*
!/certs/.gitkeep
# exclude the certificates config folder
/config/traefik/dynamic/*
!/config/traefik/dynamic/.gitkeep
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
================================================
FILE: README.md
================================================
# OpenCloud Compose
This repository provides Docker Compose configurations for deploying OpenCloud in various environments.
> [!IMPORTANT]
> Please use the [official docs](https://docs.opencloud.eu/docs/admin/getting-started/container/docker-compose/docker-compose-base) for a **Production Deployment**.
## Overview
OpenCloud Compose offers a modular approach to deploying OpenCloud with several configuration options:
- **Standard deployment** with Traefik reverse proxy and Let's Encrypt certificates or certificates from files
- **External proxy** support for environments with existing reverse proxies (like Nginx, Caddy, etc.)
- **Collabora Online** integration for document editing
- **Keycloak and LDAP** integration for centralized identity management
- **Full text search** with Apache Tika for content extraction and metadata analysis
- **Monitoring** with metrics endpoints for observability and performance monitoring
- **Radicale** integration for Calendar and Contacts
- **ClamAV** antivirus scanning with ClamAV
## Quick Start Guide
### Prerequisites
- Docker and Docker Compose v2 installed.
- Domain names pointing to your server (for production deployment)
- Basic understanding of Docker Compose concepts
> [!IMPORTANT]
> Please use the docker installation guide from the [Official Documentation](https://docs.docker.com/engine/install/) to ensure using docker compose v2. Official linux distro package repositories might still contain docker compose v1, e.g. Debian 12 "Bookworm". Using docker compose v1 will lead to a broken docker deployment.
### Local Development
1. **Clone the repository**:
```bash
git clone https://github.com/opencloud-eu/opencloud-compose.git
cd opencloud-compose
```
2. **Create environment file**:
```bash
cp .env.example .env
```
> **Note**: The repository includes `.env.example` as a template with default settings and documentation. Your actual `.env` file is excluded from version control (via `.gitignore`) to prevent accidentally committing sensitive information like passwords and domain-specific settings.
3. **Set admin password**:
set `INITIAL_ADMIN_PASSWORD=your_secure_password` environment variable in your `.env` file
4. **Domain**:
optionally, set `OC_DOMAIN=your-domain.com` to overwrite the default `cloud.opencloud.test`
5. **Configure deployment options**:
You can deploy using explicit `-f` flags:
```bash
docker compose -f docker-compose.yml -f traefik/opencloud.yml up -d
```
Or by adding the `COMPOSE_FILE` variable in `.env`:
```
COMPOSE_FILE=docker-compose.yml:traefik/opencloud.yml
```
Then simply run:
```bash
docker compose up -d
```
6. **Add local domains to `/etc/hosts`** (for local development only):
```
127.0.0.1 cloud.opencloud.test
127.0.0.1 traefik.opencloud.test
127.0.0.1 keycloak.opencloud.test
```
7. **Access OpenCloud**:
- URL: https://cloud.opencloud.test
- Username: `admin`
- Password: value of your `INITIAL_ADMIN_PASSWORD`
## Deployment Options
### With Keycloak and LDAP using a Shared User Directory
OpenCloud can be deployed with Keycloak for identity management and LDAP for the shared user directory:
> **DNS Requirements**: This setup requires DNS entries for both the main OpenCloud domain and the Keycloak subdomain. Configure DNS A/AAAA records for your domains (e.g., `cloud.example.com`, `keycloak.example.com`) or use a wildcard DNS entry (`*.example.com`).
Using `-f` flags:
```bash
docker compose -f docker-compose.yml -f idm/ldap-keycloak.yml -f traefik/opencloud.yml -f traefik/ldap-keycloak.yml up -d
```
Or by setting in `.env`:
```
COMPOSE_FILE=docker-compose.yml:idm/ldap-keycloak.yml:traefik/opencloud.yml:traefik/ldap-keycloak.yml
```
> **For local development only**: Add to `/etc/hosts`:
> ```
> 127.0.0.1 keycloak.opencloud.test
> ```
This setup includes:
- Keycloak for authentication and identity management
- Shared LDAP server as a user directory with demo users and groups
- Integration with Keycloak using OpenCloud clients (`web`, `OpenCloudDesktop`, `OpenCloudAndroid`, `OpenCloudIOS`)
### With Collabora Online
Include Collabora for document editing using either method:
> **DNS Requirements**: This setup requires DNS entries for the main OpenCloud domain, Collabora subdomain, and WOPI server subdomain. Configure DNS A/AAAA records for your domains (e.g., `cloud.example.com`, `collabora.example.com`, `wopiserver.example.com`) or use a wildcard DNS entry (`*.example.com`).
Using `-f` flags:
```bash
docker compose -f docker-compose.yml -f weboffice/collabora.yml -f traefik/opencloud.yml -f traefik/collabora.yml up -d
```
Or by setting in `.env`:
```
COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:traefik/opencloud.yml:traefik/collabora.yml
```
> **For local development only**: Add to `/etc/hosts`:
> ```
> 127.0.0.1 collabora.opencloud.test
> 127.0.0.1 wopiserver.opencloud.test
> ```
### With Full Text Search
Enable full text search capabilities with Apache Tika using either method:
> **DNS Requirements**: This setup requires DNS entries for the main OpenCloud domain. Configure a DNS A/AAAA record for your domain (e.g., `cloud.example.com`) or use a wildcard DNS entry (`*.example.com`).
Using `-f` flags:
```bash
docker compose -f docker-compose.yml -f search/tika.yml -f traefik/opencloud.yml up -d
```
Or by setting in `.env`:
```
COMPOSE_FILE=docker-compose.yml:search/tika.yml:traefik/opencloud.yml
```
This setup includes:
- Apache Tika for text extraction and metadata analysis from various file formats
- Full text search functionality in the OpenCloud interface
- Support for documents, PDFs, images, and other file types
**Tika Image Variant:**
By default, OpenCloud Compose uses `apache/tika:latest` which provides:
- Smaller image size (~300MB vs ~1.2GB for the full variant)
- Faster container startup and deployment
- Core text extraction functionality for common document formats (PDF, Office docs, text files, etc.)
The base variant is recommended for most use cases. If you need advanced features like specialized OCR processing or specific image format support, you can override the image by setting `TIKA_IMAGE=apache/tika:latest-full` in your `.env` file.
### With Radicale
Enable CalDAV (calendars, to-do lists) and CardDAV (contacts) server.
> **DNS Requirements**: This setup requires DNS entries for the main OpenCloud domain. Configure a DNS A/AAAA record for your domain (e.g., `cloud.example.com`) or use a wildcard DNS entry (`*.example.com`).
Using `-f` flags:
```bash
docker compose -f docker-compose.yml -f radicale/radicale.yml -f traefik/opencloud.yml up -d
```
Or by setting in `.env`:
```
COMPOSE_FILE=docker-compose.yml:radicale/radicale.yml:traefik/opencloud.yml
```
This setup includes:
- Radicale as a CalDAV (calendars, to-do lists) and CardDAV (contacts) server
- Users access to a Personal Calendar and Addressbook
### With Monitoring
Enable monitoring capabilities with metrics endpoints using either method:
> **DNS Requirements**: This setup requires DNS entries for the main OpenCloud domain. Configure a DNS A/AAAA record for your domain (e.g., `cloud.example.com`) or use a wildcard DNS entry (`*.example.com`).
Using `-f` flags:
```bash
docker compose -f docker-compose.yml -f monitoring/monitoring.yml -f traefik/opencloud.yml up -d
```
Or by setting in `.env`:
```
COMPOSE_FILE=docker-compose.yml:monitoring/monitoring.yml:traefik/opencloud.yml
```
This setup includes:
- Metrics endpoints for OpenCloud proxy service (port 9205)
- Metrics endpoints for collaboration service (port 9304)
- Performance monitoring and observability data
- Prometheus-compatible metrics format
Access metrics endpoints:
- OpenCloud metrics: `http://localhost:9205/metrics`
- Collaboration metrics: `http://localhost:9304/metrics`
> **Note**: The monitoring configuration uses an external network `opencloud-net`. You need to create this network manually before starting the services:
> ```bash
> docker network create opencloud-net
> ```
### Behind External Proxy
If you already have a reverse proxy (Nginx, Caddy, etc.), use either method:
> **DNS Requirements**: When using an external proxy, you need to configure your external proxy to handle DNS and SSL termination. Ensure your DNS entries point to your external proxy server, and configure your proxy to forward requests to the exposed OpenCloud ports.
Using `-f` flags:
```bash
docker compose -f docker-compose.yml -f weboffice/collabora.yml -f external-proxy/opencloud.yml -f external-proxy/collabora.yml up -d
```
Or by setting in `.env`:
```
COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:external-proxy/opencloud.yml:external-proxy/collabora.yml
```
This exposes the necessary ports:
- OpenCloud: 9200
- Collabora: 9980
- WOPI server: 9300
**Please note:**
If you're using **Nginx Proxy Manager (NPM)**, you **should NOT** activate **"Block Common Exploits"** for the Proxy Host.
Otherwise, the desktop app authentication will return **error 403 Forbidden**.
### ClamAV anti-virus
Enable anti-virus scans for uploaded files.
Using `-f` flags:
```bash
docker compose -f docker-compose.yml -f antivirus/clamav.yml -f traefik/opencloud.yml up -d
```
Or by setting in `.env`:
```
COMPOSE_FILE=docker-compose.yml:antivirus/clamav.yml:traefik/opencloud.yml
```
**Important:** adjust the variable in `.env` to start the antivirus service. Add additional services separated by comma, e.g. `notifications,antivirus`:
```
START_ADDITIONAL_SERVICES="antivirus"
```
## SSL Certificate Support
OpenCloud Compose supports adding SSL certificates for public domains and development environments. This feature enables you to use the "Let's Encrypt ACME challenge" to generate certificates for your public domains as well as using your own certificates.
### Use Let's Encrypt with ACME Challenge
1. **Enable Let's Encrypt**:
- Set `TRAEFIK_LETSENCRYPT_EMAIL` to your email address for the ACME challenge
- Set `TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt"` to use Let's Encrypt (default value)
```bash
# In your .env file
TRAEFIK_LETSENCRYPT_EMAIL=devops@your-domain.tld
TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt"
```
### Use Certificates from the `certs/` directory
1. **Place your certificates**:
- Copy your certificate files (`.crt`, `.pem`, `.key`) to the `certs/` directory
- The directory structure is flexible - organize as needed for your setup
2. **Configure Traefik dynamic configuration**:
- Place Traefik dynamic configuration files in `config/traefik/dynamic/`
Example `config/traefik/dynamic/certs.yml`:
```yaml
tls:
certificates:
- certFile: /certs/opencloud.test.crt
keyFile: /certs/opencloud.test.key
stores:
- default
```
3. **Configure environment variables**:
- Set `TRAEFIK_SERVICES_TLS_CONFIG="tls=true"` to use your local certificates
```bash
# In your .env file
TRAEFIK_SERVICES_TLS_CONFIG="tls=true"
```
The certificate directory and configuration directories are now available and automatically mounted in the containers:
- `certs/` → `/certs/` (inside the Traefik container)
- `config/traefik/dynamic/` → dynamic configuration loading
> [!TIP]
>
> **Local development or testing with mkcert**
> For local development, you can use `mkcert` to generate self-signed certificates for your local domains. This allows you to test SSL/TLS configurations without needing a public domain or Let's Encrypt. It also brings the advantage that you don't have to accept self-signed certificates in your browser all the time.
> ```bash
> # Install mkcert (if not already installed)
> # macOS: brew install mkcert
> # Linux: apt install mkcert or similar
> # Windows: choco install mkcert or download from GitHub
>
> # Install the local CA
> mkcert -install
>
> # Generate certificates for your local domains
> mkcert -cert-file certs/opencloud.test.crt -key-file certs/opencloud.test.key "*.opencloud.test" opencloud.test
> ```
> [!IMPORTANT]
> The contents of the `certs/` directory and configuration directories are ignored by git to prevent accidentally committing sensitive certificate files.
## Configuration
### Environment Variables
The configuration is managed through environment variables in the `.env` file:
- We provide `.env.example` as a template with documentation for all options
- Your personal `.env` file is ignored by git to keep sensitive information private
- This pattern allows everyone to customize their deployment without affecting the repository
Key variables:
| Variable | Description | Default |
|-------------------------------|-------------------------------------------------------|------------------------------|
| `COMPOSE_FILE` | Colon-separated list of compose files to use | (commented out) |
| `OC_DOMAIN` | OpenCloud domain | cloud.opencloud.test |
| `INITIAL_ADMIN_PASSWORD ` | OpenCloud password for the admin user | (no value) |
| `OC_DOCKER_TAG` | OpenCloud image tag | latest |
| `OC_CONFIG_DIR` | Config directory path | (Docker volume) |
| `OC_DATA_DIR` | Data directory path | (Docker volume) |
| `INSECURE` | Skip certificate validation | true |
| `COLLABORA_DOMAIN` | Collabora domain | collabora.opencloud.test |
| `WOPISERVER_DOMAIN` | WOPI server domain | wopiserver.opencloud.test |
| `TIKA_IMAGE` | Apache Tika image tag | apache/tika:slim |
| `KEYCLOAK_DOMAIN` | Keycloak domain | keycloak.opencloud.test |
| `KEYCLOAK_ADMIN` | Keycloak admin username | kcadmin |
| `KEYCLOAK_ADMIN_PASSWORD` | Keycloak admin password | admin |
| `LDAP_BIND_PASSWORD` | LDAP password for the bind user | admin |
| `KC_DB_USERNAME` | Database user for keycloak | keycloak |
| `KC_DB_PASSWORD` | Database password for keycloak | keycloak |
| `TRAEFIK_LETSENCRYPT_EMAIL` | Email Address for the Let's Encrypt ACME challenge | example@example.org |
| `TRAEFIK_SERVICES_TLS_CONFIG` | Tell traefik and the services which TLS config to use | tls.certresolver=letsencrypt |
| `TRAEFIK_CERTS_DIR` | Directory for custom certificates. | ./certs |
See `.env.example` for all available options and their documentation.
### Admin Password Configuration
The `INITIAL_ADMIN_PASSWORD` environment variable is **required** for OpenCloud to work properly:
- **Only needed when using the built-in LDAP server (idm)**
- **Must be set before the first start of OpenCloud. Changes in the ENV variable after the first startup will be ignored.**
- If not set, OpenCloud will not work properly and the container will keep restarting
- After first initialization, the admin password can only be changed via:
- OpenCloud User Settings UI
- OpenCloud CLI
For external LDAP servers, the admin password is managed by the LDAP server itself.
**Important**: Set this variable in your `.env` file before starting OpenCloud for the first time:
```
INITIAL_ADMIN_PASSWORD=your-secure-password-here
```
For more details, see the [OpenCloud documentation](https://docs.opencloud.eu/docs/admin/resources/common-issues#-change-admin-password-set-in-env).
### Persistent Storage
For production, configure persistent storage:
```
OC_CONFIG_DIR=/path/to/opencloud/config
OC_DATA_DIR=/path/to/opencloud/data
```
Ensure proper permissions:
```bash
mkdir -p /path/to/opencloud/{config,data}
chown -R 1000:1000 /path/to/opencloud
```
### Compose File Structure
This repository uses a modular approach with multiple compose files:
- `docker-compose.yml` - Core OpenCloud service
- `weboffice/` - Web office integrations (Collabora Online)
- `storage/` - Storage backend configurations (decomposeds3)
- `search/` - Search and content analysis services (Apache Tika)
- `monitoring/` - Monitoring and metrics configurations
- `idm/` - Identity management configurations (Keycloak & LDAP)
- `traefik/` - Traefik reverse proxy configurations
- `external-proxy/` - Configuration for external reverse proxies
- `radicale/` - Radicale configuration
- `config/` - Configuration files for OpenCloud, Keycloak, and LDAP
## Advanced Usage
### Understanding the COMPOSE_FILE Variable
The `COMPOSE_FILE` environment variable is a powerful way to manage complex Docker Compose deployments:
- It uses colons (`:`) as separators between files (configurable with `COMPOSE_PATH_SEPARATOR`)
- Files are processed in order, with later files overriding settings from earlier ones
- It allows you to run just `docker compose up -d` without specifying `-f` flags
- Perfect for automation, CI/CD pipelines, and consistent deployments
Example configurations:
Production with Collabora:
```
COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:traefik/opencloud.yml:traefik/collabora.yml
```
Production with Keycloak and LDAP:
```
COMPOSE_FILE=docker-compose.yml:idm/ldap-keycloak.yml:traefik/opencloud.yml:traefik/ldap-keycloak.yml
```
Production with both Collabora and Keycloak/LDAP:
```
COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:idm/ldap-keycloak.yml:traefik/opencloud.yml:traefik/collabora.yml:traefik/ldap-keycloak.yml
```
Production with monitoring:
```
COMPOSE_FILE=docker-compose.yml:monitoring/monitoring.yml:traefik/opencloud.yml
```
### Automation and GitOps
For automated deployments, using the `COMPOSE_FILE` variable in `.env` is recommended:
```
COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:traefik/opencloud.yml:traefik/collabora.yml
```
This allows tools like Ansible or CI/CD pipelines to deploy the stack without modifying the compose files.
### Custom compose file overrides
You can create custom compose files to override specific settings after creating a `custom` directory:
```bash
mkdir -p custom
```
Then create a `docker-compose.override.yml` file in the `custom` directory with your overrides.
This folder is ignored by git, allowing you to customize your deployment without affecting the repository. This can be useful in scenarios like portainer where the git repository is configured as a stack.
You can for example add custom labels to the OpenCloud service:
```yaml
services:
opencloud:
labels:
- "traefik.enable=true"
- "traefik.http.routers.opencloud.rule=Host(`cloud.opencloud.test`)"
- "traefik.http.services.opencloud.loadbalancer.server.port=80"
- "traefik.http.routers.opencloud.tls.certresolver=my-resolver"
```
## Troubleshooting
### Common Issues
- **SSL Certificate Errors**: For local development, accept self-signed certificates by visiting each domain directly in your browser.
- **Port Conflicts**: If you have services already using ports 80/443, use the external proxy configuration.
- **Permission Issues**: Ensure data and config directories have proper permissions (owned by user/group 1000).
### Logs
View logs with:
```bash
docker compose logs -f
```
For specific service logs:
```bash
docker compose logs -f opencloud
```
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the GNU General Public License v3 (GPLv3).
================================================
FILE: antivirus/clamav.yml
================================================
---
services:
opencloud:
environment:
POSTPROCESSING_STEPS: "virusscan"
STORAGE_USERS_DATA_GATEWAY_URL: "http://opencloud:9200/data"
ANTIVIRUS_MAX_SCAN_SIZE: ${ANTIVIRUS_MAX_SCAN_SIZE:-100MB}
ANTIVIRUS_INFECTED_FILE_HANDLING: abort
ANTIVIRUS_MAX_SCAN_SIZE_MODE: ${ANTIVIRUS_MAX_SCAN_SIZE_MODE:-partial}
ANTIVIRUS_WORKERS: 1
ANTIVIRUS_CLAMAV_SOCKET: /var/run/clamav/clamd.sock
ANTIVIRUS_SCANNER_TYPE: clamav
volumes:
- clamav-socket:/var/run/clamav
depends_on:
clamav:
condition: service_healthy
clamav:
image: clamav/clamav:${CLAMAV_DOCKER_TAG:-latest}
environment:
# Accepts a number with optional K, M or G suffix. Must be greater or equal to ANTIVIRUS_MAX_SCAN_SIZE above.
# K = KiB (1024), M = MiB (1024 * 1024), G = GiB (1024 * 1024 * 1024)
CLAMD_CONF_StreamMaxLength: 100M
networks:
opencloud-net:
volumes:
- clamav-socket:/tmp
- clamav-db:/var/lib/clamav
logging:
driver: ${LOG_DRIVER:-local}
restart: always
healthcheck:
test: sh -c "[ -S /tmp/clamd.sock ]"
timeout: 1s
retries: 20
volumes:
clamav-db:
clamav-socket:
================================================
FILE: certs/.gitkeep
================================================
================================================
FILE: config/keycloak/clients/OpenCloudAndroid.json
================================================
{
"clientId": "OpenCloudAndroid",
"name": "OpenCloud Android App",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"oc://android.opencloud.eu"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"post.logout.redirect.uris": "oc://android.opencloud.eu",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
================================================
FILE: config/keycloak/clients/OpenCloudDesktop.json
================================================
{
"clientId": "OpenCloudDesktop",
"name": "OpenCloud Desktop Client",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"http://127.0.0.1",
"http://localhost"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"post.logout.redirect.uris": "+",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
================================================
FILE: config/keycloak/clients/OpenCloudIOS.json
================================================
{
"clientId": "OpenCloudIOS",
"name": "OpenCloud iOS App",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"oc://ios.opencloud.eu"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"post.logout.redirect.uris": "oc://ios.opencloud.eu",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
================================================
FILE: config/keycloak/clients/cyberduck.json
================================================
{
"clientId": "Cyberduck",
"name": "Cyberduck",
"description": "File transfer utility client",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"x-cyberduck-action:oauth",
"x-mountainduck-action:oauth"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"oauth2.device.authorization.grant.enabled": "false",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"oidc.ciba.grant.enabled": "false",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
================================================
FILE: config/keycloak/clients/web.json
================================================
{
"clientId": "web",
"name": "OpenCloud Web App",
"description": "",
"rootUrl": "{{OC_URL}}",
"adminUrl": "{{OC_URL}}",
"baseUrl": "",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"{{OC_URL}}/",
"{{OC_URL}}/oidc-callback.html",
"{{OC_URL}}/oidc-silent-redirect.html"
],
"webOrigins": [
"{{OC_URL}}"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"post.logout.redirect.uris": "+",
"oauth2.device.authorization.grant.enabled": "false",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"oidc.ciba.grant.enabled": "false",
"backchannel.logout.url": "{{OC_URL}}/backchannel_logout",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
================================================
FILE: config/keycloak/docker-entrypoint-override.sh
================================================
#!/bin/bash
# print env variables for trace/debug log levels
log_level=$(printf '%s' "$KC_LOG_LEVEL" | tr '[:upper:]' '[:lower:]')
case "$log_level" in trace|debug) printenv ;; *) ;; esac
# replace openCloud domain and LDAP password in keycloak realm import
mkdir /opt/keycloak/data/import
sed -e "s/cloud.opencloud.test/${OC_DOMAIN}/g" -e "s/ldap-admin-password/${LDAP_ADMIN_PASSWORD:-admin}/g" /opt/keycloak/data/import-dist/openCloud-realm.json > /opt/keycloak/data/import/openCloud-realm.json
# run original docker-entrypoint
/opt/keycloak/bin/kc.sh "$@"
================================================
FILE: config/keycloak/opencloud-realm-autoprovisioning.dist.json
================================================
{
"id" : "openCloud",
"realm" : "openCloud",
"displayName" : "OpenCloud",
"notBefore" : 0,
"defaultSignatureAlgorithm" : "RS256",
"revokeRefreshToken" : false,
"refreshTokenMaxReuse" : 0,
"accessTokenLifespan" : 300,
"accessTokenLifespanForImplicitFlow" : 900,
"ssoSessionIdleTimeout" : 1800,
"ssoSessionMaxLifespan" : 36000,
"ssoSessionIdleTimeoutRememberMe" : 0,
"ssoSessionMaxLifespanRememberMe" : 0,
"offlineSessionIdleTimeout" : 2592000,
"offlineSessionMaxLifespanEnabled" : false,
"offlineSessionMaxLifespan" : 5184000,
"clientSessionIdleTimeout" : 0,
"clientSessionMaxLifespan" : 0,
"clientOfflineSessionIdleTimeout" : 0,
"clientOfflineSessionMaxLifespan" : 0,
"accessCodeLifespan" : 60,
"accessCodeLifespanUserAction" : 300,
"accessCodeLifespanLogin" : 1800,
"actionTokenGeneratedByAdminLifespan" : 43200,
"actionTokenGeneratedByUserLifespan" : 300,
"oauth2DeviceCodeLifespan" : 600,
"oauth2DevicePollingInterval" : 5,
"enabled" : true,
"sslRequired" : "external",
"registrationAllowed" : false,
"registrationEmailAsUsername" : false,
"rememberMe" : false,
"verifyEmail" : false,
"loginWithEmailAllowed" : true,
"duplicateEmailsAllowed" : false,
"resetPasswordAllowed" : false,
"editUsernameAllowed" : false,
"bruteForceProtected" : true,
"permanentLockout" : false,
"maxTemporaryLockouts" : 0,
"maxFailureWaitSeconds" : 900,
"minimumQuickLoginWaitSeconds" : 60,
"waitIncrementSeconds" : 60,
"quickLoginCheckMilliSeconds" : 1000,
"maxDeltaTimeSeconds" : 43200,
"failureFactor" : 30,
"roles" : {
"realm" : [ {
"id" : "2d576514-4aae-46aa-9d9c-075f55f4d988",
"name" : "uma_authorization",
"description" : "${role_uma_authorization}",
"composite" : false,
"clientRole" : false,
"containerId" : "openCloud",
"attributes" : { }
}, {
"id" : "2aadd357-682c-406b-8874-293091995fdd",
"name" : "opencloudSpaceAdmin",
"description" : "",
"composite" : false,
"clientRole" : false,
"containerId" : "openCloud",
"attributes" : { }
}, {
"id" : "38071a68-456a-4553-846a-fa67bf5596cc",
"name" : "opencloudGuest",
"description" : "",
"composite" : false,
"clientRole" : false,
"containerId" : "openCloud",
"attributes" : { }
}, {
"id" : "71881883-1768-46bd-a24d-a356a2afdf7f",
"name" : "opencloudAdmin",
"description" : "",
"composite" : false,
"clientRole" : false,
"containerId" : "openCloud",
"attributes" : { }
}, {
"id" : "e2145b30-bf6f-49fb-af3f-1b40168bfcef",
"name" : "offline_access",
"description" : "${role_offline-access}",
"composite" : false,
"clientRole" : false,
"containerId" : "openCloud",
"attributes" : { }
}, {
"id" : "82e13ea7-aac4-4d2c-9fc7-cff8333dbe19",
"name" : "default-roles-opencloud",
"description" : "${role_default-roles}",
"composite" : true,
"composites" : {
"realm" : [ "offline_access", "uma_authorization" ],
"client" : {
"account" : [ "manage-account", "view-profile" ]
}
},
"clientRole" : false,
"containerId" : "openCloud",
"attributes" : { }
}, {
"id" : "d7beeea8-8ff4-406b-8fb6-ab2dd81e6b11",
"name" : "opencloudUser",
"description" : "",
"composite" : false,
"clientRole" : false,
"containerId" : "openCloud",
"attributes" : { }
} ],
"client" : {
"_system" : [ ],
"realm-management" : [ {
"id" : "979ce053-a671-4b50-81d5-da4bdf7404c9",
"name" : "view-clients",
"description" : "${role_view-clients}",
"composite" : true,
"composites" : {
"client" : {
"realm-management" : [ "query-clients" ]
}
},
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "4bec4791-e888-4dac-bc95-71720d5981b9",
"name" : "query-users",
"description" : "${role_query-users}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "955b4406-b04f-432d-a61a-571675874341",
"name" : "manage-authorization",
"description" : "${role_manage-authorization}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "baa219af-2773-4d59-b06b-485f10fbbab3",
"name" : "view-events",
"description" : "${role_view-events}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "f280bc03-d079-478d-be06-3590580b25e9",
"name" : "manage-users",
"description" : "${role_manage-users}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "db698163-84ad-46c9-958f-bb5f80ae78b5",
"name" : "query-clients",
"description" : "${role_query-clients}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "36c04d89-abf7-4a2c-a808-8efa9aca1435",
"name" : "manage-clients",
"description" : "${role_manage-clients}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "06eae953-11d5-4344-b089-ffce1e68d5d8",
"name" : "query-realms",
"description" : "${role_query-realms}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "afe8aa78-2f06-43a5-8c99-cf68a1f5a86a",
"name" : "realm-admin",
"description" : "${role_realm-admin}",
"composite" : true,
"composites" : {
"client" : {
"realm-management" : [ "view-clients", "query-users", "manage-authorization", "view-events", "manage-users", "query-clients", "manage-clients", "query-realms", "impersonation", "manage-realm", "manage-identity-providers", "view-authorization", "create-client", "query-groups", "view-users", "view-realm", "view-identity-providers", "manage-events" ]
}
},
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "22ee128a-b28e-4c6a-aa8e-ad4136d74e1b",
"name" : "impersonation",
"description" : "${role_impersonation}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "89d4f119-7f87-44d9-8eef-d207304de778",
"name" : "manage-realm",
"description" : "${role_manage-realm}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "ebffeff4-6794-4003-a2ab-a79eff7d1baa",
"name" : "manage-identity-providers",
"description" : "${role_manage-identity-providers}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "2361a7ff-d2b3-43f5-b360-ad0e44fba65c",
"name" : "view-authorization",
"description" : "${role_view-authorization}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "f7bf6d7a-a861-49c6-8f6f-225c18d0a03a",
"name" : "create-client",
"description" : "${role_create-client}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "34ccce1c-5a7e-4268-8836-2276545be900",
"name" : "query-groups",
"description" : "${role_query-groups}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "430f7831-8f22-4518-bd15-2998eae45a51",
"name" : "view-users",
"description" : "${role_view-users}",
"composite" : true,
"composites" : {
"client" : {
"realm-management" : [ "query-groups", "query-users" ]
}
},
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "371a31e6-4494-4b74-b3ea-d030663423ed",
"name" : "view-realm",
"description" : "${role_view-realm}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "e875775b-7a3e-4a5d-9e4e-376351b78626",
"name" : "view-identity-providers",
"description" : "${role_view-identity-providers}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
}, {
"id" : "3dce7929-ee1f-40cd-9be1-7addcae92cef",
"name" : "manage-events",
"description" : "${role_manage-events}",
"composite" : false,
"clientRole" : true,
"containerId" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes" : { }
} ],
"OpenCloudDesktop" : [ ],
"web" : [ ],
"security-admin-console" : [ ],
"OpenCloudAndroid" : [ ],
"admin-cli" : [ ],
"OpenCloudIOS" : [ ],
"account-console" : [ ],
"broker" : [ {
"id" : "81fad68a-8dd8-4d79-9a8f-206a82460145",
"name" : "read-token",
"description" : "${role_read-token}",
"composite" : false,
"clientRole" : true,
"containerId" : "002faf0a-716c-4230-81c7-ce22d1eb832c",
"attributes" : { }
} ],
"account" : [ {
"id" : "c49a49da-8ad0-44cb-b518-6d7d72cbe494",
"name" : "manage-account",
"description" : "${role_manage-account}",
"composite" : true,
"composites" : {
"client" : {
"account" : [ "manage-account-links" ]
}
},
"clientRole" : true,
"containerId" : "9850adad-7910-4b67-a790-da6444361618",
"attributes" : { }
}, {
"id" : "9dc2244e-b8a7-44f1-b173-d2b929fedcca",
"name" : "view-consent",
"description" : "${role_view-consent}",
"composite" : false,
"clientRole" : true,
"containerId" : "9850adad-7910-4b67-a790-da6444361618",
"attributes" : { }
}, {
"id" : "ce115327-99c9-44d4-ba7d-820397dc11e6",
"name" : "manage-account-links",
"description" : "${role_manage-account-links}",
"composite" : false,
"clientRole" : true,
"containerId" : "9850adad-7910-4b67-a790-da6444361618",
"attributes" : { }
}, {
"id" : "2ffdf854-084b-467a-91c6-7f07844efc9a",
"name" : "view-groups",
"description" : "${role_view-groups}",
"composite" : false,
"clientRole" : true,
"containerId" : "9850adad-7910-4b67-a790-da6444361618",
"attributes" : { }
}, {
"id" : "8c45ca71-32aa-4547-932d-412da5e371ed",
"name" : "view-profile",
"description" : "${role_view-profile}",
"composite" : false,
"clientRole" : true,
"containerId" : "9850adad-7910-4b67-a790-da6444361618",
"attributes" : { }
}, {
"id" : "cbeecf6d-9af8-4746-877b-74800a894c35",
"name" : "view-applications",
"description" : "${role_view-applications}",
"composite" : false,
"clientRole" : true,
"containerId" : "9850adad-7910-4b67-a790-da6444361618",
"attributes" : { }
}, {
"id" : "ea798f64-b5f8-417f-9fe0-d3cd9172884f",
"name" : "delete-account",
"description" : "${role_delete-account}",
"composite" : false,
"clientRole" : true,
"containerId" : "9850adad-7910-4b67-a790-da6444361618",
"attributes" : { }
}, {
"id" : "e73aaf6d-e67b-491a-9cc3-78c32c82b42c",
"name" : "manage-consent",
"description" : "${role_manage-consent}",
"composite" : true,
"composites" : {
"client" : {
"account" : [ "view-consent" ]
}
},
"clientRole" : true,
"containerId" : "9850adad-7910-4b67-a790-da6444361618",
"attributes" : { }
} ]
}
},
"groups" : [ {
"id" : "6c80a8fa-46cd-4b35-be85-870b0b958e05",
"name" : "apollos",
"path" : "/apollos",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
}, {
"id" : "9f66dc0f-cc44-4027-84d7-ce03dcdb5087",
"name" : "basic-haters",
"path" : "/basic-haters",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
}, {
"id" : "0fef936b-b54a-4b2b-a86b-c35e08ef5048",
"name" : "bible-readers",
"path" : "/bible-readers",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
}, {
"id" : "e7dfcc97-3025-4db7-96a3-758b05459277",
"name" : "chess-lovers",
"path" : "/chess-lovers",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
}, {
"id" : "cd9d7c10-9f35-4178-85c4-422fa1c29fb6",
"name" : "machine-lovers",
"path" : "/machine-lovers",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
}, {
"id" : "ccff9d71-70c3-4a96-b674-bc4fc80317fe",
"name" : "programmers",
"path" : "/programmers",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
}, {
"id" : "77b31946-728d-43a4-83f9-78987dc36fc7",
"name" : "unix-lovers",
"path" : "/unix-lovers",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
}, {
"id" : "1f85df7f-0531-439a-97a3-026e59dce5c6",
"name" : "users",
"path" : "/users",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
}, {
"id" : "8fb43876-9bf6-4db7-8552-61f6ae8c5f11",
"name" : "vlsi-lovers",
"path" : "/vlsi-lovers",
"subGroups" : [ ],
"attributes" : { },
"realmRoles" : [ ],
"clientRoles" : { }
} ],
"defaultRole" : {
"id" : "82e13ea7-aac4-4d2c-9fc7-cff8333dbe19",
"name" : "default-roles-opencloud",
"description" : "${role_default-roles}",
"composite" : true,
"clientRole" : false,
"containerId" : "openCloud"
},
"requiredCredentials" : [ "password" ],
"otpPolicyType" : "totp",
"otpPolicyAlgorithm" : "HmacSHA1",
"otpPolicyInitialCounter" : 0,
"otpPolicyDigits" : 6,
"otpPolicyLookAheadWindow" : 1,
"otpPolicyPeriod" : 30,
"otpPolicyCodeReusable" : false,
"otpSupportedApplications" : [ "totpAppFreeOTPName", "totpAppGoogleName", "totpAppMicrosoftAuthenticatorName" ],
"localizationTexts" : { },
"webAuthnPolicyRpEntityName" : "keycloak",
"webAuthnPolicySignatureAlgorithms" : [ "ES256" ],
"webAuthnPolicyRpId" : "",
"webAuthnPolicyAttestationConveyancePreference" : "not specified",
"webAuthnPolicyAuthenticatorAttachment" : "not specified",
"webAuthnPolicyRequireResidentKey" : "not specified",
"webAuthnPolicyUserVerificationRequirement" : "not specified",
"webAuthnPolicyCreateTimeout" : 0,
"webAuthnPolicyAvoidSameAuthenticatorRegister" : false,
"webAuthnPolicyAcceptableAaguids" : [ ],
"webAuthnPolicyExtraOrigins" : [ ],
"webAuthnPolicyPasswordlessRpEntityName" : "keycloak",
"webAuthnPolicyPasswordlessSignatureAlgorithms" : [ "ES256" ],
"webAuthnPolicyPasswordlessRpId" : "",
"webAuthnPolicyPasswordlessAttestationConveyancePreference" : "not specified",
"webAuthnPolicyPasswordlessAuthenticatorAttachment" : "not specified",
"webAuthnPolicyPasswordlessRequireResidentKey" : "not specified",
"webAuthnPolicyPasswordlessUserVerificationRequirement" : "not specified",
"webAuthnPolicyPasswordlessCreateTimeout" : 0,
"webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister" : false,
"webAuthnPolicyPasswordlessAcceptableAaguids" : [ ],
"webAuthnPolicyPasswordlessExtraOrigins" : [ ],
"users" : [ {
"id" : "0ab77e6d-23b4-4ba3-9843-a3b3efdcfc53",
"username" : "admin",
"firstName" : "Admin",
"email" : "admin@example.org",
"emailVerified" : true,
"createdTimestamp" : 1743086161853,
"enabled" : true,
"totp" : false,
"credentials" : [ {
"id" : "e637b1d3-26a9-4df1-bf6a-33ef404194aa",
"type" : "password",
"userLabel" : "My password",
"createdDate" : 1743086173787,
"secretData" : "{\"value\":\"EZgBDLSPYAw7TDpjmzPZONXc49EdyGnE3kYF7HQwvMs=\",\"salt\":\"BOQfraUlcLUBtPbChIoanQ==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
"realmRoles" : [ "opencloudAdmin", "default-roles-opencloud" ],
"notBefore" : 0,
"groups" : [ "/users" ]
}, {
"id" : "9b06fea1-729b-45b9-a264-cdc4318b36ce",
"username" : "alan",
"firstName" : "Alan",
"lastName" : "Turing",
"email" : "alan@example.org",
"emailVerified" : true,
"createdTimestamp" : 1743086820550,
"enabled" : true,
"totp" : false,
"credentials" : [ {
"id" : "c0b7e92d-b328-4619-bb40-b862595c676b",
"type" : "password",
"userLabel" : "My password",
"createdDate" : 1743086831206,
"secretData" : "{\"value\":\"DZm1M4KmP9iH78U7r3tfRe5iAnHpew7dRu8Wn9o2WiI=\",\"salt\":\"LLKr5fYFCreH9I4qdgNNLg==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
"realmRoles" : [ "default-roles-opencloud", "opencloudUser" ],
"notBefore" : 0,
"groups" : [ "/chess-lovers", "/machine-lovers", "/programmers", "/users" ]
}, {
"id" : "a0b207c7-69e1-47da-8279-07596d8271fc",
"username" : "dennis",
"firstName" : "Dennis",
"lastName" : "Ritchie",
"email" : "dennis@example.org",
"emailVerified" : true,
"createdTimestamp" : 1743086900197,
"enabled" : true,
"totp" : false,
"credentials" : [ {
"id" : "f9adca7d-ad6a-4290-ae50-540774fcd93f",
"type" : "password",
"userLabel" : "My password",
"createdDate" : 1743086912368,
"secretData" : "{\"value\":\"f+LIZnxSY/sEo7DKGqWZFSeaEFTTIhAmBVTVvIPLTV4=\",\"salt\":\"58Lzve1a1V8NrY9K7GUHgA==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
"realmRoles" : [ "opencloudAdmin", "default-roles-opencloud" ],
"notBefore" : 0,
"groups" : [ "/basic-haters", "/programmers", "/unix-lovers", "/users" ]
}, {
"id" : "c5212e4a-1b85-4028-b5e4-03484c46bd1c",
"username" : "lynn",
"firstName" : "Lynn",
"lastName" : "Conway",
"email" : "lynn@example.org",
"emailVerified" : true,
"createdTimestamp" : 1743086963636,
"enabled" : true,
"totp" : false,
"credentials" : [ {
"id" : "e68b2724-8856-4892-a6d9-3c45b035ec1b",
"type" : "password",
"userLabel" : "My password",
"createdDate" : 1743086975605,
"secretData" : "{\"value\":\"xlnjYqq8JCpk+XMZ1W2EB+b8mizrxfFz24na73hL1Wc=\",\"salt\":\"ArB8wLvsFEiWI9OLIDJFNQ==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
"realmRoles" : [ "default-roles-opencloud", "opencloudUser" ],
"notBefore" : 0,
"groups" : [ "/programmers", "/users", "/vlsi-lovers" ]
}, {
"id" : "932f373d-0935-4cae-85a4-a46f7091cc26",
"username" : "margaret",
"firstName" : "Margaret",
"lastName" : "Hamilton",
"email" : "margaret@example.org",
"emailVerified" : true,
"createdTimestamp" : 1743087042652,
"enabled" : true,
"totp" : false,
"credentials" : [ {
"id" : "0512312a-06f6-44dd-b02d-2a5698de4e20",
"type" : "password",
"userLabel" : "My password",
"createdDate" : 1743087054145,
"secretData" : "{\"value\":\"/C6K2MGtckKOSenXZqj6BM3OAAeowEL6vR3Ya11ByTg=\",\"salt\":\"qpdRtjJyN/kM+1VSQ0dAJw==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
"realmRoles" : [ "opencloudSpaceAdmin", "default-roles-opencloud" ],
"notBefore" : 0,
"groups" : [ "/apollos", "/programmers", "/users" ]
}, {
"id" : "13c3b0db-b6a5-49b5-8f9e-d23729517d9d",
"username" : "mary",
"firstName" : "Mary",
"lastName" : "Kenneth Keller",
"email" : "mary@example.org",
"emailVerified" : true,
"createdTimestamp" : 1743087096263,
"enabled" : true,
"totp" : false,
"credentials" : [ {
"id" : "d7b7ee6d-7122-4cf9-94de-e66caa5faa80",
"type" : "password",
"userLabel" : "My password",
"createdDate" : 1743087105788,
"secretData" : "{\"value\":\"oqauYuZpnCxtBFSVEhmY+vtONnvSC9VOAMBUK5gC8+8=\",\"salt\":\"HPRafx27pEj0GpedUMt09A==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
"realmRoles" : [ "default-roles-opencloud", "opencloudUser" ],
"notBefore" : 0,
"groups" : [ "/bible-readers", "/users" ]
} ],
"scopeMappings" : [ {
"clientScope" : "offline_access",
"roles" : [ "offline_access" ]
}, {
"clientScope" : "roles",
"roles" : [ "opencloudGuest", "opencloudAdmin", "opencloudSpaceAdmin", "opencloudUser" ]
} ],
"clientScopeMappings" : {
"account" : [ {
"client" : "account-console",
"roles" : [ "manage-account", "view-groups" ]
} ]
},
"clients" : [ {
"id" : "294b6cf4-b646-4f6c-bab2-616546ec3167",
"clientId" : "_system",
"name" : "_system",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"secret" : "**********",
"redirectUris" : [ ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : false,
"serviceAccountsEnabled" : false,
"publicClient" : false,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"client.secret.creation.time" : "1718778122",
"post.logout.redirect.uris" : "+"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ "web-origins", "profile", "roles", "basic", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"id" : "9850adad-7910-4b67-a790-da6444361618",
"clientId" : "account",
"name" : "${client_account}",
"rootUrl" : "${authBaseUrl}",
"baseUrl" : "/realms/openCloud/account/",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"secret" : "**********",
"redirectUris" : [ "/realms/openCloud/account/*" ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : false,
"serviceAccountsEnabled" : false,
"publicClient" : false,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"client.secret.creation.time" : "1718778122",
"post.logout.redirect.uris" : "+"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ "basic" ],
"optionalClientScopes" : [ ]
}, {
"id" : "55bb4cdc-045b-422a-8830-61245949d6aa",
"clientId" : "account-console",
"name" : "${client_account-console}",
"rootUrl" : "${authBaseUrl}",
"baseUrl" : "/realms/openCloud/account/",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"redirectUris" : [ "/realms/openCloud/account/*" ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : false,
"serviceAccountsEnabled" : false,
"publicClient" : true,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"post.logout.redirect.uris" : "+",
"pkce.code.challenge.method" : "S256"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"protocolMappers" : [ {
"id" : "9bf413ed-402f-438d-a72c-033f3c45dab2",
"name" : "audience resolve",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-audience-resolve-mapper",
"consentRequired" : false,
"config" : { }
} ],
"defaultClientScopes" : [ "web-origins", "acr", "profile", "roles", "basic", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"id" : "2969b8ff-2ab3-4907-aaa7-091a7a627ccb",
"clientId" : "admin-cli",
"name" : "${client_admin-cli}",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"redirectUris" : [ ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : false,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : true,
"serviceAccountsEnabled" : false,
"publicClient" : true,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"post.logout.redirect.uris" : "+"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ "basic" ],
"optionalClientScopes" : [ ]
}, {
"id" : "002faf0a-716c-4230-81c7-ce22d1eb832c",
"clientId" : "broker",
"name" : "${client_broker}",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"secret" : "**********",
"redirectUris" : [ ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : false,
"serviceAccountsEnabled" : false,
"publicClient" : false,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"client.secret.creation.time" : "1718778122",
"post.logout.redirect.uris" : "+"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ "basic" ],
"optionalClientScopes" : [ ]
}, {
"id" : "c8367556-1d13-4979-b4f6-5e2cff1f82ae",
"clientId" : "OpenCloudAndroid",
"name" : "OpenCloud Android App",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"secret" : "**********",
"redirectUris" : [ "oc://android.opencloud.eu" ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : true,
"serviceAccountsEnabled" : false,
"publicClient" : true,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"saml.assertion.signature" : "false",
"saml.force.post.binding" : "false",
"saml.multivalued.roles" : "false",
"saml.encrypt" : "false",
"post.logout.redirect.uris" : "oc://android.opencloud.eu",
"backchannel.logout.revoke.offline.tokens" : "false",
"saml.server.signature" : "false",
"saml.server.signature.keyinfo.ext" : "false",
"exclude.session.state.from.auth.response" : "false",
"backchannel.logout.session.required" : "true",
"client_credentials.use_refresh_token" : "false",
"saml_force_name_id_format" : "false",
"saml.client.signature" : "false",
"tls.client.certificate.bound.access.tokens" : "false",
"saml.authnstatement" : "false",
"display.on.consent.screen" : "false",
"saml.onetimeuse.condition" : "false"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : true,
"nodeReRegistrationTimeout" : -1,
"defaultClientScopes" : [ "web-origins", "profile", "roles", "groups", "basic", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"id" : "6ae0e3da-38ff-47a4-a76e-b59eec0a2de9",
"clientId" : "OpenCloudIOS",
"name" : "OpenCloud iOS App",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"secret" : "**********",
"redirectUris" : [ "oc://ios.opencloud.eu" ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : true,
"serviceAccountsEnabled" : false,
"publicClient" : true,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"saml.assertion.signature" : "false",
"saml.force.post.binding" : "false",
"saml.multivalued.roles" : "false",
"saml.encrypt" : "false",
"post.logout.redirect.uris" : "oc://ios.opencloud.eu",
"backchannel.logout.revoke.offline.tokens" : "false",
"saml.server.signature" : "false",
"saml.server.signature.keyinfo.ext" : "false",
"exclude.session.state.from.auth.response" : "false",
"backchannel.logout.session.required" : "true",
"client_credentials.use_refresh_token" : "false",
"saml_force_name_id_format" : "false",
"saml.client.signature" : "false",
"tls.client.certificate.bound.access.tokens" : "false",
"saml.authnstatement" : "false",
"display.on.consent.screen" : "false",
"saml.onetimeuse.condition" : "false"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : true,
"nodeReRegistrationTimeout" : -1,
"defaultClientScopes" : [ "web-origins", "profile", "roles", "groups", "basic", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"id" : "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"clientId" : "realm-management",
"name" : "${client_realm-management}",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"redirectUris" : [ ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : true,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : false,
"serviceAccountsEnabled" : false,
"publicClient" : false,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"post.logout.redirect.uris" : "+"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"defaultClientScopes" : [ ],
"optionalClientScopes" : [ ]
}, {
"id" : "97264f49-a8c1-4585-99b6-e706339c62f8",
"clientId" : "security-admin-console",
"name" : "${client_security-admin-console}",
"rootUrl" : "${authAdminUrl}",
"baseUrl" : "/admin/openCloud/console/",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"redirectUris" : [ "/admin/openCloud/console/*" ],
"webOrigins" : [ "+" ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : false,
"serviceAccountsEnabled" : false,
"publicClient" : true,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"post.logout.redirect.uris" : "+",
"pkce.code.challenge.method" : "S256"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : false,
"nodeReRegistrationTimeout" : 0,
"protocolMappers" : [ {
"id" : "96092024-21dd-4d31-a004-2c5b96031da3",
"name" : "locale",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "locale",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "locale",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
} ],
"defaultClientScopes" : [ "basic" ],
"optionalClientScopes" : [ ]
}, {
"id" : "54b18eca-cf79-4263-9db9-2d79f8a1c831",
"clientId" : "web",
"name" : "OpenCloud Web App",
"description" : "",
"rootUrl" : "https://cloud.opencloud.test",
"adminUrl" : "https://cloud.opencloud.test",
"baseUrl" : "",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"redirectUris" : [ "https://cloud.opencloud.test/", "https://cloud.opencloud.test/oidc-callback.html", "https://cloud.opencloud.test/oidc-silent-redirect.html" ],
"webOrigins" : [ "https://cloud.opencloud.test" ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : true,
"serviceAccountsEnabled" : false,
"publicClient" : true,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"saml.assertion.signature" : "false",
"saml.force.post.binding" : "false",
"saml.multivalued.roles" : "false",
"saml.encrypt" : "false",
"post.logout.redirect.uris" : "+",
"oauth2.device.authorization.grant.enabled" : "false",
"backchannel.logout.revoke.offline.tokens" : "false",
"saml.server.signature" : "false",
"saml.server.signature.keyinfo.ext" : "false",
"exclude.session.state.from.auth.response" : "false",
"oidc.ciba.grant.enabled" : "false",
"backchannel.logout.session.required" : "true",
"backchannel.logout.url" : "https://cloud.opencloud.test/backchannel_logout",
"client_credentials.use_refresh_token" : "false",
"saml_force_name_id_format" : "false",
"saml.client.signature" : "false",
"tls.client.certificate.bound.access.tokens" : "false",
"saml.authnstatement" : "false",
"display.on.consent.screen" : "false",
"saml.onetimeuse.condition" : "false"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : true,
"nodeReRegistrationTimeout" : -1,
"defaultClientScopes" : [ "web-origins", "profile", "roles", "groups", "basic", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"id" : "fc7d8a8e-cb92-4cb0-b404-d723c07d8d4f",
"clientId" : "OpenCloudDesktop",
"name" : "OpenCloud Desktop Client",
"surrogateAuthRequired" : false,
"enabled" : true,
"alwaysDisplayInConsole" : false,
"clientAuthenticatorType" : "client-secret",
"secret" : "**********",
"redirectUris" : [ "http://127.0.0.1", "http://localhost" ],
"webOrigins" : [ ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
"standardFlowEnabled" : true,
"implicitFlowEnabled" : false,
"directAccessGrantsEnabled" : true,
"serviceAccountsEnabled" : false,
"publicClient" : true,
"frontchannelLogout" : false,
"protocol" : "openid-connect",
"attributes" : {
"saml.assertion.signature" : "false",
"saml.force.post.binding" : "false",
"saml.multivalued.roles" : "false",
"saml.encrypt" : "false",
"post.logout.redirect.uris" : "+",
"backchannel.logout.revoke.offline.tokens" : "false",
"saml.server.signature" : "false",
"saml.server.signature.keyinfo.ext" : "false",
"exclude.session.state.from.auth.response" : "false",
"backchannel.logout.session.required" : "true",
"client_credentials.use_refresh_token" : "false",
"saml_force_name_id_format" : "false",
"saml.client.signature" : "false",
"tls.client.certificate.bound.access.tokens" : "false",
"saml.authnstatement" : "false",
"display.on.consent.screen" : "false",
"saml.onetimeuse.condition" : "false"
},
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : true,
"nodeReRegistrationTimeout" : -1,
"defaultClientScopes" : [ "web-origins", "profile", "roles", "groups", "basic", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
} ],
"clientScopes" : [ {
"id" : "258e56a8-1eeb-49ea-957b-aff8df4656ba",
"name" : "email",
"description" : "OpenID Connect built-in scope: email",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "true",
"consent.screen.text" : "${emailScopeConsentText}",
"display.on.consent.screen" : "true"
},
"protocolMappers" : [ {
"id" : "068bcfb6-4a17-4c20-b083-ae542a7f76c8",
"name" : "email verified",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-property-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "emailVerified",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "email_verified",
"jsonType.label" : "boolean",
"userinfo.token.claim" : "true"
}
}, {
"id" : "c00d6c21-2fd1-435f-9ee9-87e011048cbe",
"name" : "email",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-property-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "email",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "email",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
} ]
}, {
"id" : "b3e1e47e-3912-4b55-ba89-b0198e767682",
"name" : "address",
"description" : "OpenID Connect built-in scope: address",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "true",
"consent.screen.text" : "${addressScopeConsentText}",
"display.on.consent.screen" : "true"
},
"protocolMappers" : [ {
"id" : "876baab9-39d1-4845-abb4-561a58aa152d",
"name" : "address",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-address-mapper",
"consentRequired" : false,
"config" : {
"user.attribute.formatted" : "formatted",
"user.attribute.country" : "country",
"user.attribute.postal_code" : "postal_code",
"userinfo.token.claim" : "true",
"user.attribute.street" : "street",
"id.token.claim" : "true",
"user.attribute.region" : "region",
"access.token.claim" : "true",
"user.attribute.locality" : "locality"
}
} ]
}, {
"id" : "9cae7ced-e7d9-4f7b-8e54-7402125f6ead",
"name" : "offline_access",
"description" : "OpenID Connect built-in scope: offline_access",
"protocol" : "openid-connect",
"attributes" : {
"consent.screen.text" : "${offlineAccessScopeConsentText}",
"display.on.consent.screen" : "true"
}
}, {
"id" : "8eb1f69b-b941-4185-bca1-f916953f7cf5",
"name" : "role_list",
"description" : "SAML role list",
"protocol" : "saml",
"attributes" : {
"consent.screen.text" : "${samlRoleListScopeConsentText}",
"display.on.consent.screen" : "true"
},
"protocolMappers" : [ {
"id" : "fb587847-806f-4443-bab0-501efc0f0b46",
"name" : "role list",
"protocol" : "saml",
"protocolMapper" : "saml-role-list-mapper",
"consentRequired" : false,
"config" : {
"single" : "false",
"attribute.nameformat" : "Basic",
"attribute.name" : "Role"
}
} ]
}, {
"id" : "947da1ff-f614-48fc-9ecb-c98cbcfd3390",
"name" : "profile",
"description" : "OpenID Connect built-in scope: profile",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "true",
"consent.screen.text" : "${profileScopeConsentText}",
"display.on.consent.screen" : "true"
},
"protocolMappers" : [ {
"id" : "46fec552-2f92-408a-84cf-ba98bf8e35fd",
"name" : "family name",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-property-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "lastName",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "family_name",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "c7ed5458-4d32-423e-8ea1-d112c45045d4",
"name" : "middle name",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "middleName",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "middle_name",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "e18d1ce4-3969-4ec1-9941-a27fd7555245",
"name" : "picture",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "picture",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "picture",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "dab85a5e-9af8-4fcd-88e4-9d3ae50dd5b6",
"name" : "locale",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "locale",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "locale",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "7484f47e-3bb1-48d0-ba64-e8330dcefe6e",
"name" : "profile",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "profile",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "profile",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "fcd00995-9693-4803-8f41-c84044be83ed",
"name" : "website",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "website",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "website",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "f09e7268-5284-449b-849b-cf8225523584",
"name" : "full name",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-full-name-mapper",
"consentRequired" : false,
"config" : {
"id.token.claim" : "true",
"access.token.claim" : "true",
"userinfo.token.claim" : "true"
}
}, {
"id" : "0317f4b3-3f7b-47ab-88d3-5d6f604d944d",
"name" : "nickname",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "nickname",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "nickname",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "db81244c-e739-461b-8822-52ceaa11bdf4",
"name" : "updated at",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "updatedAt",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "updated_at",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "c6a16bf9-9370-4dff-a718-be53131bb238",
"name" : "gender",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "gender",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "gender",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "32d76647-b542-484c-9062-edc34eb350e0",
"name" : "birthdate",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "birthdate",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "birthdate",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "ac6530db-6463-446b-99da-32d5298b5fa0",
"name" : "zoneinfo",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "zoneinfo",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "zoneinfo",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "ed10983b-8700-415e-933e-226ce3f397a6",
"name" : "given name",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-property-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "firstName",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "given_name",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "8205ccd0-1266-4060-b5df-3a6eb229d91e",
"name" : "username",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-property-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "username",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "preferred_username",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
} ]
}, {
"id" : "79713daf-89ca-4ed4-ad97-a88b13ee9a18",
"name" : "phone",
"description" : "OpenID Connect built-in scope: phone",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "true",
"consent.screen.text" : "${phoneScopeConsentText}",
"display.on.consent.screen" : "true"
},
"protocolMappers" : [ {
"id" : "b5f4f5ed-1008-42ba-8b3b-7d8851a2a680",
"name" : "phone number",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "phoneNumber",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "phone_number",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
}, {
"id" : "08a246f1-2b4c-4def-af5c-aefc31b4820d",
"name" : "phone number verified",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "phoneNumberVerified",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "phone_number_verified",
"jsonType.label" : "boolean",
"userinfo.token.claim" : "true"
}
} ]
}, {
"id" : "c3a6224b-49aa-4a25-953d-7e326d66893d",
"name" : "basic",
"description" : "OpenID Connect scope for add all basic claims to the token",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "false",
"display.on.consent.screen" : "false"
},
"protocolMappers" : [ {
"id" : "2d4f3f17-1ab7-429e-88e1-cdf08d3533c6",
"name" : "auth_time",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usersessionmodel-note-mapper",
"consentRequired" : false,
"config" : {
"user.session.note" : "AUTH_TIME",
"introspection.token.claim" : "true",
"userinfo.token.claim" : "true",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "auth_time",
"jsonType.label" : "long"
}
}, {
"id" : "3e7da934-3de3-4bd1-a565-8ac62419c138",
"name" : "sub",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-sub-mapper",
"consentRequired" : false,
"config" : {
"introspection.token.claim" : "true",
"access.token.claim" : "true"
}
} ]
}, {
"id" : "0c72b80b-28d5-48d8-b593-c99030aab58d",
"name" : "roles",
"description" : "OpenID Connect scope for add user roles to the access token",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "false",
"consent.screen.text" : "${rolesScopeConsentText}",
"display.on.consent.screen" : "true"
},
"protocolMappers" : [ {
"id" : "bc7f015e-329f-4e99-be6b-72382f4310c7",
"name" : "client roles",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-client-role-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "foo",
"access.token.claim" : "true",
"claim.name" : "resource_access.${client_id}.roles",
"jsonType.label" : "String",
"multivalued" : "true"
}
}, {
"id" : "215f645f-ad0b-4523-9ece-f09f69ead5c4",
"name" : "audience resolve",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-audience-resolve-mapper",
"consentRequired" : false,
"config" : { }
}, {
"id" : "4a10b958-d34d-413a-b349-1415d02cdcde",
"name" : "realm roles",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-realm-role-mapper",
"consentRequired" : false,
"config" : {
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "roles",
"jsonType.label" : "String",
"userinfo.token.claim" : "true",
"multivalued" : "true"
}
} ]
}, {
"id" : "7438d93e-b07a-4913-9419-3273be364c4b",
"name" : "groups",
"description" : "OpenID Connect scope for add user groups to the access token",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "false",
"display.on.consent.screen" : "true",
"gui.order" : "",
"consent.screen.text" : ""
},
"protocolMappers" : [ {
"id" : "5349faf2-64a6-481f-b207-39ffef2cd597",
"name" : "groups",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-group-membership-mapper",
"consentRequired" : false,
"config" : {
"full.path" : "false",
"introspection.token.claim" : "true",
"userinfo.token.claim" : "true",
"multivalued" : "true",
"id.token.claim" : "true",
"lightweight.claim" : "false",
"access.token.claim" : "true",
"claim.name" : "groups"
}
} ]
}, {
"id" : "5ce87358-3bca-4874-a6f0-6dccae6209a8",
"name" : "web-origins",
"description" : "OpenID Connect scope for add allowed web origins to the access token",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "false",
"consent.screen.text" : "",
"display.on.consent.screen" : "false"
},
"protocolMappers" : [ {
"id" : "bbd23c51-918d-4ea6-9ac0-db68b512fb0a",
"name" : "allowed web origins",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-allowed-origins-mapper",
"consentRequired" : false,
"config" : { }
} ]
}, {
"id" : "86883395-e439-4cab-9d8d-31d71389969c",
"name" : "acr",
"description" : "OpenID Connect scope for add acr (authentication context class reference) to the token",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "false",
"display.on.consent.screen" : "false"
},
"protocolMappers" : [ {
"id" : "b849b14b-7c9c-4b7b-9329-c56debefb47c",
"name" : "acr loa level",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-acr-mapper",
"consentRequired" : false,
"config" : {
"id.token.claim" : "true",
"access.token.claim" : "true",
"userinfo.token.claim" : "true"
}
} ]
}, {
"id" : "bdb3e320-76c8-4ad7-9d0f-a08efc060101",
"name" : "microprofile-jwt",
"description" : "Microprofile - JWT built-in scope",
"protocol" : "openid-connect",
"attributes" : {
"include.in.token.scope" : "true",
"display.on.consent.screen" : "false"
},
"protocolMappers" : [ {
"id" : "1d08316c-493b-42ab-afa3-66f621860661",
"name" : "groups",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-realm-role-mapper",
"consentRequired" : false,
"config" : {
"multivalued" : "true",
"userinfo.token.claim" : "true",
"user.attribute" : "foo",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "groups",
"jsonType.label" : "String"
}
}, {
"id" : "52061d2d-7a41-4f1d-ba1b-3c4a53e739e4",
"name" : "upn",
"protocol" : "openid-connect",
"protocolMapper" : "oidc-usermodel-property-mapper",
"consentRequired" : false,
"config" : {
"user.attribute" : "username",
"id.token.claim" : "true",
"access.token.claim" : "true",
"claim.name" : "upn",
"jsonType.label" : "String",
"userinfo.token.claim" : "true"
}
} ]
} ],
"defaultDefaultClientScopes" : [ "role_list", "profile", "email", "roles", "web-origins", "acr", "basic", "groups" ],
"defaultOptionalClientScopes" : [ "offline_access", "address", "phone", "microprofile-jwt" ],
"browserSecurityHeaders" : {
"contentSecurityPolicyReportOnly" : "",
"xContentTypeOptions" : "nosniff",
"referrerPolicy" : "no-referrer",
"xRobotsTag" : "none",
"xFrameOptions" : "SAMEORIGIN",
"contentSecurityPolicy" : "frame-src 'self'; frame-ancestors 'self'; object-src 'none';",
"xXSSProtection" : "1; mode=block",
"strictTransportSecurity" : "max-age=31536000; includeSubDomains"
},
"smtpServer" : { },
"loginTheme": "opencloud",
"accountTheme": "",
"adminTheme": "",
"emailTheme": "",
"eventsEnabled" : false,
"eventsListeners" : [ "jboss-logging" ],
"enabledEventTypes" : [ ],
"adminEventsEnabled" : false,
"adminEventsDetailsEnabled" : false,
"identityProviders" : [ ],
"identityProviderMappers" : [ ],
"components" : {
"org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy" : [ {
"id" : "4682fe74-f3a9-445a-a7ab-557fb532fe6b",
"name" : "Consent Required",
"providerId" : "consent-required",
"subType" : "anonymous",
"subComponents" : { },
"config" : { }
}, {
"id" : "c46009e5-c8b5-4051-bf7f-7b1481a9aa86",
"name" : "Max Clients Limit",
"providerId" : "max-clients",
"subType" : "anonymous",
"subComponents" : { },
"config" : {
"max-clients" : [ "200" ]
}
}, {
"id" : "43edf979-28d2-46c8-9f93-48b3de185570",
"name" : "Allowed Protocol Mapper Types",
"providerId" : "allowed-protocol-mappers",
"subType" : "anonymous",
"subComponents" : { },
"config" : {
"allowed-protocol-mapper-types" : [ "saml-user-attribute-mapper", "oidc-address-mapper", "oidc-full-name-mapper", "oidc-usermodel-property-mapper", "oidc-sha256-pairwise-sub-mapper", "saml-role-list-mapper", "saml-user-property-mapper", "oidc-usermodel-attribute-mapper" ]
}
}, {
"id" : "6fc7d765-7da8-4985-ba0b-e83827b04bd3",
"name" : "Allowed Client Scopes",
"providerId" : "allowed-client-templates",
"subType" : "anonymous",
"subComponents" : { },
"config" : {
"allow-default-scopes" : [ "true" ]
}
}, {
"id" : "5a9aef85-98a6-4e90-b30f-8aa715e1f5e6",
"name" : "Allowed Protocol Mapper Types",
"providerId" : "allowed-protocol-mappers",
"subType" : "authenticated",
"subComponents" : { },
"config" : {
"allowed-protocol-mapper-types" : [ "oidc-sha256-pairwise-sub-mapper", "oidc-usermodel-property-mapper", "oidc-address-mapper", "oidc-usermodel-attribute-mapper", "oidc-full-name-mapper", "saml-role-list-mapper", "saml-user-attribute-mapper", "saml-user-property-mapper" ]
}
}, {
"id" : "e3eadb04-8862-4567-869c-a76485268159",
"name" : "Allowed Client Scopes",
"providerId" : "allowed-client-templates",
"subType" : "authenticated",
"subComponents" : { },
"config" : {
"allow-default-scopes" : [ "true" ]
}
}, {
"id" : "c788e6bf-2f57-4a82-b32e-ac8d48a4f676",
"name" : "Full Scope Disabled",
"providerId" : "scope",
"subType" : "anonymous",
"subComponents" : { },
"config" : { }
},
{
"id": "c016f2b3-cf74-410e-a852-f6c7b49e0f5a",
"name": "Block Client Registration",
"providerId": "trusted-hosts",
"subType": "anonymous",
"subComponents": {},
"config": {
"host-sending-registration-request-must-match": [
"true"
],
"client-uris-must-match": [
"true"
]
}
}
],
"org.keycloak.userprofile.UserProfileProvider" : [ {
"id" : "28d6b4ce-33d4-40c0-adef-b27e35b7e122",
"providerId" : "declarative-user-profile",
"subComponents" : { },
"config" : {
"kc.user.profile.config" : [ "{\"attributes\":[{\"name\":\"username\",\"displayName\":\"${username}\",\"validations\":{\"length\":{\"min\":3,\"max\":255},\"username-prohibited-characters\":{},\"up-username-not-idn-homograph\":{}},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"email\",\"displayName\":\"${email}\",\"validations\":{\"email\":{},\"length\":{\"max\":255}},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"firstName\",\"displayName\":\"${firstName}\",\"validations\":{\"length\":{\"max\":255},\"person-name-prohibited-characters\":{}},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false},{\"name\":\"lastName\",\"displayName\":\"${lastName}\",\"validations\":{\"length\":{\"max\":255},\"person-name-prohibited-characters\":{}},\"required\":{\"roles\":[\"user\"]},\"permissions\":{\"view\":[\"admin\",\"user\"],\"edit\":[\"admin\",\"user\"]},\"multivalued\":false}],\"groups\":[{\"name\":\"user-metadata\",\"displayHeader\":\"User metadata\",\"displayDescription\":\"Attributes, which refer to user metadata\"}],\"unmanagedAttributePolicy\":\"ENABLED\"}" ]
}
} ],
"org.keycloak.keys.KeyProvider" : [ {
"id" : "0e3d0048-cb16-49c3-8a9a-05d83f0daeca",
"name" : "rsa-generated",
"providerId" : "rsa-generated",
"subComponents" : { },
"config" : {
"privateKey" : [ "MIIEpAIBAAKCAQEAwxeLRFBDpJcw/7Fob14CGSDlADK9kuT7kua/3IDmu7Vjd6a49evFJtCORBvLHz4/XNyycyNpAUWAIDKJ3Pkx/qcdYl2Ec0n5Yy2XYfnZybYhFsB7G5ZXG/ySj1E6aXWoC15WWgk+bjvd8LcWB2fKPKzqqd2TiHnRZds4D0rbpC8F7bsMhApTHGO68hggrYA/RPg/znd1bGwN2xb6XU0LK/BKZQB9etIW5tWmI28H24nFOnk1YpbijTavkdNwIEYWeyD5EJBHOO6CPO49SyLernPrlTnXS28Tn8IQNsU9v6n7vZS2hvJD7MoZqW7C6UGZvLecpMwsCJSNeeQ8gQWSyQIDAQABAoIBAA1OPwWY+tAQLruVqDOGRBreIzg0/bh1zRGrErVRhksRlzfbI1zEaIUZ7sYG5j7agjxNYg9XwCrhyFgJ0lzDky0UzTx+99BcIHnq61r3jSrEdPPGC29pfMXwHzfOmK8GIwCpfba00DD4/M1U01gMdF7YhUWyEsSZWFZ70dI7Lwk+vEsDeZ3ua9D9twXmnWvIObG1Yihni6JYEv+c4uaLQzf+zwuG1ZCBOk95GzuBWO6p9K8H21xgfbo0bny5P5o5yI0O3lRVSu3fQsKDT3C5PHKPxb9wmX4DWKq1t46DuSgjjPtkQgx1rCojn9TSGBTJtx5qdqB35YnnTiSOWZkuUkECgYEA4JHglqoLD+RJFIPFtH2jVMkvrr9gpsglbT4mA5d+6lVucaj/FJRBT5amLHbO+NX93msvA+RZTy/c5b4MRr5LVCgt6Bs6VTpCNzTFWs0K8TGD32V/bYMeNUTkrORNopX0VwS/oMPKTmq/sie7pRVb4JVIR/ChGKP3pTU+nOoF4GkCgYEA3mWAww/nbCV5Vl6mT3hSA4fDehcGMg+qtU6N4RzhfHJyuVfpdsx9Oui5lFuI/sUBVgz8XUQAX1zw0q53AKJC/ocoxFfMABp390DMsNWKZOMWX+/2YgPyf+Dgx89sPeLOkKLwox28hTgOCvva13HifhyIqGYwQjYojX85aOuN02ECgYEA3fVw/Jku+9MPpDYlx6JSN+/tsBM5rT6vN00w92XaLDSqR67YB3gNIWPt9I6tPOcM17QqsPcWipztASoZKibVf2WDEiEvQ6OkZLpEwd1djkz5YWkJTK1GwzHHr1aroSIDcaqg2H4Ly/vYYnbBEYaN2+jQm0Irh5Ywo9p/e0oW6tkCgYEAziUwMZ9wWGJ0EocxicBx5SvXGjh1WboD9oOWJ/BpYr2DciH3GlN6UTyfqNEgL2fVUTpAQwNhhQPVhrSJQmEl0GDgfP8U7ZObV+kM021dFx8YAl2f+ELIaZi9QvkV0FeIObGPdON/d8z511yVAddipps0YUQ3v2gMNvyS7ppJoIECgYBP6ljL98KwNYSBfwah7ACxzdggEJuOjFp7e6tPZEop+X0HEt0pxlerexK+v9wUYbl6dWRURefbr/t/GNpFIOmGWbkpmK7jAiYNacsvVpupewyIKNOXHnTHNialtRAxk7TY8JOEmIRl4vk6ZwqENGFo4tU/yYn9oP9Nz2/1jgVIUA==" ],
"certificate" : [ "MIICoTCCAYkCBgGV1yVaSDANBgkqhkiG9w0BAQsFADAUMRIwEAYDVQQDDAlvcGVuQ2xvdWQwHhcNMjUwMzI3MTAyNjQ0WhcNMzUwMzI3MTAyODI0WjAUMRIwEAYDVQQDDAlvcGVuQ2xvdWQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDDF4tEUEOklzD/sWhvXgIZIOUAMr2S5PuS5r/cgOa7tWN3prj168Um0I5EG8sfPj9c3LJzI2kBRYAgMonc+TH+px1iXYRzSfljLZdh+dnJtiEWwHsbllcb/JKPUTppdagLXlZaCT5uO93wtxYHZ8o8rOqp3ZOIedFl2zgPStukLwXtuwyEClMcY7ryGCCtgD9E+D/Od3VsbA3bFvpdTQsr8EplAH160hbm1aYjbwfbicU6eTViluKNNq+R03AgRhZ7IPkQkEc47oI87j1LIt6uc+uVOddLbxOfwhA2xT2/qfu9lLaG8kPsyhmpbsLpQZm8t5ykzCwIlI155DyBBZLJAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAGPTwCeraemz1GDGzVueX6Y5TbMK0d/n2fngPzNSm1rvgvu0ytK5nNd12j5E+YPl3hhe28bi0LhibXsTCvmDNPyLW1oxEVOCSnTiUs099KKSAkvLK1FTZ4HfDNbywNusxo493mXEYb4A+WhO9Gec/x5xnaC279f5WjBMBw7s+AbGngIKpWtTLtYHSD2V657oOca5dJGbHmxq/QanLX0v3o+NCVKhKtWCMofu3HYSwq7865Yun4b6RnX3FpGNYSNmZjmiQpBzXaCdbxoPYr1KiSCYF/tvoo2ADU8dfbPmhCsfQbM0sVAZT+b8wjgXq0HCdJSKQIdVZmJHqRV+ljrwQPY=" ],
"priority" : [ "100" ]
}
}, {
"id" : "f92ecf31-c3c7-4c3b-af20-839fc05bcf99",
"name" : "hmac-generated",
"providerId" : "hmac-generated",
"subComponents" : { },
"config" : {
"kid" : [ "a57cc5a8-181d-4942-9093-b0568b672dba" ],
"secret" : [ "pNpCYTnhYgUc-t_PpJIBhq4-9RcQmB9vnsT58Q7mbEkT1RhzwXwZf1POPvNPX8Z7uAlyqyiEUCc5s32CU5geK5qZa4t38GnSLFapvIXRutfViWk79wDkY-XkZh9xm7ORR_oSa2TCAJRhbk6J67TvHoTt2l30BpnwyfvlcLvUQN8" ],
"priority" : [ "100" ],
"algorithm" : [ "HS256" ]
}
}, {
"id" : "a137a686-5876-4faf-8d1e-e3a59f55095e",
"name" : "hmac-generated-hs512",
"providerId" : "hmac-generated",
"subComponents" : { },
"config" : {
"kid" : [ "551622db-d7f1-47cf-9b83-6dc3a82301f9" ],
"secret" : [ "xdV-rQ9wlN6Ch7OVQaOCRYg79WX5jt_WsEa3Q1m6yHVwQhLYAE97fEuL1QJPt2crUjt19198m91M-Eio4YYoruQsg4NuKVQ2N7qLKZJLKFP8gWbINqUVO0YWGQskRlxfcWODnZLgONJZ-mkJHh8cHihwoqnL7Lu_oZJ9czLe2k4" ],
"priority" : [ "100" ],
"algorithm" : [ "HS512" ]
}
}, {
"id" : "992dcc80-dc41-4b00-bab8-6ec1c839f3a4",
"name" : "aes-generated",
"providerId" : "aes-generated",
"subComponents" : { },
"config" : {
"kid" : [ "2181e50d-35ca-4caf-9ed3-c3c7f12f0069" ],
"secret" : [ "SVLTDd1ufHzK1ByoiCGEDA" ],
"priority" : [ "100" ]
}
} ]
},
"internationalizationEnabled" : false,
"supportedLocales" : [ ],
"authenticationFlows" : [ {
"id" : "8964f931-b866-4a05-ab1c-89331a566887",
"alias" : "Account verification options",
"description" : "Method with which to verity the existing account",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "idp-email-verification",
"authenticatorFlow" : false,
"requirement" : "ALTERNATIVE",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "ALTERNATIVE",
"priority" : 20,
"autheticatorFlow" : true,
"flowAlias" : "Verify Existing Account by Re-authentication",
"userSetupAllowed" : false
} ]
}, {
"id" : "123e5711-1ee5-4f7e-ac9c-64c644daaea9",
"alias" : "Browser - Conditional OTP",
"description" : "Flow to determine if the OTP is required for the authentication",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "conditional-user-configured",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "auth-otp-form",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
} ]
}, {
"id" : "be73b7f5-9a66-487c-b7dd-80e0f7ac0c7c",
"alias" : "Direct Grant - Conditional OTP",
"description" : "Flow to determine if the OTP is required for the authentication",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "conditional-user-configured",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "direct-grant-validate-otp",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
} ]
}, {
"id" : "597ca917-91fc-4898-a279-cd592af286e3",
"alias" : "First broker login - Conditional OTP",
"description" : "Flow to determine if the OTP is required for the authentication",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "conditional-user-configured",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "auth-otp-form",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
} ]
}, {
"id" : "3daadb6b-4d63-4be1-a89e-ec8e41e72afa",
"alias" : "Handle Existing Account",
"description" : "Handle what to do if there is existing account with same email/username like authenticated identity provider",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "idp-confirm-link",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : true,
"flowAlias" : "Account verification options",
"userSetupAllowed" : false
} ]
}, {
"id" : "5942598c-d7e9-4941-b13e-4a8a75e2c2a3",
"alias" : "Reset - Conditional OTP",
"description" : "Flow to determine if the OTP should be reset or not. Set to REQUIRED to force.",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "conditional-user-configured",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "reset-otp",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
} ]
}, {
"id" : "6e4b336e-eb5f-423c-8d32-4ab94d1122e6",
"alias" : "User creation or linking",
"description" : "Flow for the existing/non-existing user alternatives",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticatorConfig" : "create unique user config",
"authenticator" : "idp-create-user-if-unique",
"authenticatorFlow" : false,
"requirement" : "ALTERNATIVE",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "ALTERNATIVE",
"priority" : 20,
"autheticatorFlow" : true,
"flowAlias" : "Handle Existing Account",
"userSetupAllowed" : false
} ]
}, {
"id" : "35ac1997-b6af-44ff-ab27-c34f9be32e56",
"alias" : "Verify Existing Account by Re-authentication",
"description" : "Reauthentication of existing account",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "idp-username-password-form",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "CONDITIONAL",
"priority" : 20,
"autheticatorFlow" : true,
"flowAlias" : "First broker login - Conditional OTP",
"userSetupAllowed" : false
} ]
}, {
"id" : "a3473070-fe69-4de1-a0b2-dd54b8a769d5",
"alias" : "browser",
"description" : "browser based authentication",
"providerId" : "basic-flow",
"topLevel" : true,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "auth-cookie",
"authenticatorFlow" : false,
"requirement" : "ALTERNATIVE",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "auth-spnego",
"authenticatorFlow" : false,
"requirement" : "DISABLED",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "identity-provider-redirector",
"authenticatorFlow" : false,
"requirement" : "ALTERNATIVE",
"priority" : 25,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "ALTERNATIVE",
"priority" : 30,
"autheticatorFlow" : true,
"flowAlias" : "forms",
"userSetupAllowed" : false
} ]
}, {
"id" : "cc714857-b114-4df6-9030-b464bbb3964d",
"alias" : "clients",
"description" : "Base authentication for clients",
"providerId" : "client-flow",
"topLevel" : true,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "client-secret",
"authenticatorFlow" : false,
"requirement" : "ALTERNATIVE",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "client-jwt",
"authenticatorFlow" : false,
"requirement" : "ALTERNATIVE",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "client-secret-jwt",
"authenticatorFlow" : false,
"requirement" : "ALTERNATIVE",
"priority" : 30,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "client-x509",
"authenticatorFlow" : false,
"requirement" : "ALTERNATIVE",
"priority" : 40,
"autheticatorFlow" : false,
"userSetupAllowed" : false
} ]
}, {
"id" : "0ebe891c-1a72-4842-bf29-a9abe9c2a4d2",
"alias" : "direct grant",
"description" : "OpenID Connect Resource Owner Grant",
"providerId" : "basic-flow",
"topLevel" : true,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "direct-grant-validate-username",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "direct-grant-validate-password",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "CONDITIONAL",
"priority" : 30,
"autheticatorFlow" : true,
"flowAlias" : "Direct Grant - Conditional OTP",
"userSetupAllowed" : false
} ]
}, {
"id" : "d97d5579-b3d4-49c4-a60e-0e1e6b1c9d79",
"alias" : "docker auth",
"description" : "Used by Docker clients to authenticate against the IDP",
"providerId" : "basic-flow",
"topLevel" : true,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "docker-http-basic-authenticator",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
} ]
}, {
"id" : "009f7c28-0f41-4237-9911-9091c3d751b7",
"alias" : "first broker login",
"description" : "Actions taken after first broker login with identity provider account, which is not yet linked to any Keycloak account",
"providerId" : "basic-flow",
"topLevel" : true,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticatorConfig" : "review profile config",
"authenticator" : "idp-review-profile",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : true,
"flowAlias" : "User creation or linking",
"userSetupAllowed" : false
} ]
}, {
"id" : "f9911022-b3cf-4d96-9a96-51bc53c437eb",
"alias" : "forms",
"description" : "Username, password, otp and other auth forms.",
"providerId" : "basic-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "auth-username-password-form",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "CONDITIONAL",
"priority" : 20,
"autheticatorFlow" : true,
"flowAlias" : "Browser - Conditional OTP",
"userSetupAllowed" : false
} ]
}, {
"id" : "c53eb19d-49e9-4252-8a10-4d5c6a12e61b",
"alias" : "registration",
"description" : "registration flow",
"providerId" : "basic-flow",
"topLevel" : true,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "registration-page-form",
"authenticatorFlow" : true,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : true,
"flowAlias" : "registration form",
"userSetupAllowed" : false
} ]
}, {
"id" : "3b4f48d3-1706-4630-80e0-e0542780a1f7",
"alias" : "registration form",
"description" : "registration form",
"providerId" : "form-flow",
"topLevel" : false,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "registration-user-creation",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "registration-password-action",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 50,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "registration-recaptcha-action",
"authenticatorFlow" : false,
"requirement" : "DISABLED",
"priority" : 60,
"autheticatorFlow" : false,
"userSetupAllowed" : false
} ]
}, {
"id" : "5520aa89-cd76-438a-abae-7ccd3a2d7615",
"alias" : "reset credentials",
"description" : "Reset credentials for a user if they forgot their password or something",
"providerId" : "basic-flow",
"topLevel" : true,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "reset-credentials-choose-user",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "reset-credential-email",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 20,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticator" : "reset-password",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 30,
"autheticatorFlow" : false,
"userSetupAllowed" : false
}, {
"authenticatorFlow" : true,
"requirement" : "CONDITIONAL",
"priority" : 40,
"autheticatorFlow" : true,
"flowAlias" : "Reset - Conditional OTP",
"userSetupAllowed" : false
} ]
}, {
"id" : "cce548d6-9bef-4449-88ea-99b949488fe7",
"alias" : "saml ecp",
"description" : "SAML ECP Profile Authentication Flow",
"providerId" : "basic-flow",
"topLevel" : true,
"builtIn" : true,
"authenticationExecutions" : [ {
"authenticator" : "http-basic-authenticator",
"authenticatorFlow" : false,
"requirement" : "REQUIRED",
"priority" : 10,
"autheticatorFlow" : false,
"userSetupAllowed" : false
} ]
} ],
"authenticatorConfig" : [ {
"id" : "0848606c-7510-4b09-ba0e-4dc2ef3d63f8",
"alias" : "create unique user config",
"config" : {
"require.password.update.after.registration" : "false"
}
}, {
"id" : "91a8dee7-c679-4202-866e-234eb4164cfd",
"alias" : "review profile config",
"config" : {
"update.profile.on.first.login" : "missing"
}
} ],
"requiredActions" : [ {
"alias" : "CONFIGURE_TOTP",
"name" : "Configure OTP",
"providerId" : "CONFIGURE_TOTP",
"enabled" : true,
"defaultAction" : false,
"priority" : 10,
"config" : { }
}, {
"alias" : "TERMS_AND_CONDITIONS",
"name" : "Terms and Conditions",
"providerId" : "TERMS_AND_CONDITIONS",
"enabled" : false,
"defaultAction" : false,
"priority" : 20,
"config" : { }
}, {
"alias" : "UPDATE_PASSWORD",
"name" : "Update Password",
"providerId" : "UPDATE_PASSWORD",
"enabled" : true,
"defaultAction" : false,
"priority" : 30,
"config" : { }
}, {
"alias" : "UPDATE_PROFILE",
"name" : "Update Profile",
"providerId" : "UPDATE_PROFILE",
"enabled" : true,
"defaultAction" : false,
"priority" : 40,
"config" : { }
}, {
"alias" : "VERIFY_EMAIL",
"name" : "Verify Email",
"providerId" : "VERIFY_EMAIL",
"enabled" : true,
"defaultAction" : false,
"priority" : 50,
"config" : { }
}, {
"alias" : "delete_account",
"name" : "Delete Account",
"providerId" : "delete_account",
"enabled" : false,
"defaultAction" : false,
"priority" : 60,
"config" : { }
}, {
"alias" : "delete_credential",
"name" : "Delete Credential",
"providerId" : "delete_credential",
"enabled" : true,
"defaultAction" : false,
"priority" : 100,
"config" : { }
}, {
"alias" : "update_user_locale",
"name" : "Update User Locale",
"providerId" : "update_user_locale",
"enabled" : true,
"defaultAction" : false,
"priority" : 1000,
"config" : { }
} ],
"browserFlow" : "browser",
"registrationFlow" : "registration",
"directGrantFlow" : "direct grant",
"resetCredentialsFlow" : "reset credentials",
"clientAuthenticationFlow" : "clients",
"dockerAuthenticationFlow" : "docker auth",
"firstBrokerLoginFlow" : "first broker login",
"attributes" : {
"cibaBackchannelTokenDeliveryMode" : "poll",
"cibaAuthRequestedUserHint" : "login_hint",
"clientOfflineSessionMaxLifespan" : "0",
"oauth2DevicePollingInterval" : "5",
"clientSessionIdleTimeout" : "0",
"clientOfflineSessionIdleTimeout" : "0",
"cibaInterval" : "5",
"realmReusableOtpCode" : "false",
"cibaExpiresIn" : "120",
"oauth2DeviceCodeLifespan" : "600",
"parRequestUriLifespan" : "60",
"clientSessionMaxLifespan" : "0",
"organizationsEnabled" : "false"
},
"keycloakVersion" : "25.0.0",
"userManagedAccessAllowed" : false,
"organizationsEnabled" : false,
"clientProfiles" : {
"profiles" : [ ]
},
"clientPolicies" : {
"policies" : [ ]
}
}
================================================
FILE: config/keycloak/opencloud-realm.dist.json
================================================
{
"id": "openCloud",
"realm": "openCloud",
"displayName": "OpenCloud",
"displayNameHtml": "<div class=\"kc-logo-text\"><span>OpenCloud</span></div>",
"loginTheme": "opencloud",
"notBefore": 0,
"defaultSignatureAlgorithm": "RS256",
"revokeRefreshToken": false,
"refreshTokenMaxReuse": 0,
"accessTokenLifespan": 300,
"accessTokenLifespanForImplicitFlow": 900,
"ssoSessionIdleTimeout": 1800,
"ssoSessionMaxLifespan": 36000,
"ssoSessionIdleTimeoutRememberMe": 0,
"ssoSessionMaxLifespanRememberMe": 0,
"offlineSessionIdleTimeout": 2592000,
"offlineSessionMaxLifespanEnabled": false,
"offlineSessionMaxLifespan": 5184000,
"clientSessionIdleTimeout": 0,
"clientSessionMaxLifespan": 0,
"clientOfflineSessionIdleTimeout": 0,
"clientOfflineSessionMaxLifespan": 0,
"accessCodeLifespan": 60,
"accessCodeLifespanUserAction": 300,
"accessCodeLifespanLogin": 1800,
"actionTokenGeneratedByAdminLifespan": 43200,
"actionTokenGeneratedByUserLifespan": 300,
"oauth2DeviceCodeLifespan": 600,
"oauth2DevicePollingInterval": 5,
"enabled": true,
"sslRequired": "external",
"registrationAllowed": false,
"registrationEmailAsUsername": false,
"rememberMe": true,
"verifyEmail": false,
"loginWithEmailAllowed": true,
"duplicateEmailsAllowed": false,
"resetPasswordAllowed": true,
"editUsernameAllowed": false,
"bruteForceProtected": true,
"permanentLockout": false,
"maxTemporaryLockouts": 0,
"maxFailureWaitSeconds": 900,
"minimumQuickLoginWaitSeconds": 60,
"waitIncrementSeconds": 60,
"quickLoginCheckMilliSeconds": 1000,
"maxDeltaTimeSeconds": 43200,
"failureFactor": 30,
"roles": {
"realm": [
{
"id": "2d576514-4aae-46aa-9d9c-075f55f4d988",
"name": "uma_authorization",
"description": "${role_uma_authorization}",
"composite": false,
"clientRole": false,
"containerId": "openCloud",
"attributes": {}
},
{
"id": "2aadd357-682c-406b-8874-293091995fdd",
"name": "opencloudSpaceAdmin",
"description": "",
"composite": false,
"clientRole": false,
"containerId": "openCloud",
"attributes": {}
},
{
"id": "38071a68-456a-4553-846a-fa67bf5596cc",
"name": "opencloudGuest",
"description": "",
"composite": false,
"clientRole": false,
"containerId": "openCloud",
"attributes": {}
},
{
"id": "71881883-1768-46bd-a24d-a356a2afdf7f",
"name": "opencloudAdmin",
"description": "",
"composite": false,
"clientRole": false,
"containerId": "openCloud",
"attributes": {}
},
{
"id": "e2145b30-bf6f-49fb-af3f-1b40168bfcef",
"name": "offline_access",
"description": "${role_offline-access}",
"composite": false,
"clientRole": false,
"containerId": "openCloud",
"attributes": {}
},
{
"id": "82e13ea7-aac4-4d2c-9fc7-cff8333dbe19",
"name": "default-roles-opencloud",
"description": "${role_default-roles}",
"composite": true,
"composites": {
"realm": [
"opencloudGuest",
"offline_access",
"uma_authorization"
],
"client": {
"account": [
"manage-account",
"view-profile"
]
}
},
"clientRole": false,
"containerId": "openCloud",
"attributes": {}
},
{
"id": "d7beeea8-8ff4-406b-8fb6-ab2dd81e6b11",
"name": "opencloudUser",
"description": "",
"composite": false,
"clientRole": false,
"containerId": "openCloud",
"attributes": {}
}
],
"client": {
"_system": [],
"realm-management": [
{
"id": "979ce053-a671-4b50-81d5-da4bdf7404c9",
"name": "view-clients",
"description": "${role_view-clients}",
"composite": true,
"composites": {
"client": {
"realm-management": [
"query-clients"
]
}
},
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "4bec4791-e888-4dac-bc95-71720d5981b9",
"name": "query-users",
"description": "${role_query-users}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "955b4406-b04f-432d-a61a-571675874341",
"name": "manage-authorization",
"description": "${role_manage-authorization}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "baa219af-2773-4d59-b06b-485f10fbbab3",
"name": "view-events",
"description": "${role_view-events}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "f280bc03-d079-478d-be06-3590580b25e9",
"name": "manage-users",
"description": "${role_manage-users}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "db698163-84ad-46c9-958f-bb5f80ae78b5",
"name": "query-clients",
"description": "${role_query-clients}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "36c04d89-abf7-4a2c-a808-8efa9aca1435",
"name": "manage-clients",
"description": "${role_manage-clients}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "06eae953-11d5-4344-b089-ffce1e68d5d8",
"name": "query-realms",
"description": "${role_query-realms}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "afe8aa78-2f06-43a5-8c99-cf68a1f5a86a",
"name": "realm-admin",
"description": "${role_realm-admin}",
"composite": true,
"composites": {
"client": {
"realm-management": [
"view-clients",
"query-users",
"manage-authorization",
"view-events",
"manage-users",
"query-clients",
"manage-clients",
"query-realms",
"impersonation",
"manage-realm",
"manage-identity-providers",
"view-authorization",
"create-client",
"query-groups",
"view-users",
"view-realm",
"view-identity-providers",
"manage-events"
]
}
},
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "22ee128a-b28e-4c6a-aa8e-ad4136d74e1b",
"name": "impersonation",
"description": "${role_impersonation}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "89d4f119-7f87-44d9-8eef-d207304de778",
"name": "manage-realm",
"description": "${role_manage-realm}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "ebffeff4-6794-4003-a2ab-a79eff7d1baa",
"name": "manage-identity-providers",
"description": "${role_manage-identity-providers}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "2361a7ff-d2b3-43f5-b360-ad0e44fba65c",
"name": "view-authorization",
"description": "${role_view-authorization}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "f7bf6d7a-a861-49c6-8f6f-225c18d0a03a",
"name": "create-client",
"description": "${role_create-client}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "34ccce1c-5a7e-4268-8836-2276545be900",
"name": "query-groups",
"description": "${role_query-groups}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "430f7831-8f22-4518-bd15-2998eae45a51",
"name": "view-users",
"description": "${role_view-users}",
"composite": true,
"composites": {
"client": {
"realm-management": [
"query-groups",
"query-users"
]
}
},
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "371a31e6-4494-4b74-b3ea-d030663423ed",
"name": "view-realm",
"description": "${role_view-realm}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "e875775b-7a3e-4a5d-9e4e-376351b78626",
"name": "view-identity-providers",
"description": "${role_view-identity-providers}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
},
{
"id": "3dce7929-ee1f-40cd-9be1-7addcae92cef",
"name": "manage-events",
"description": "${role_manage-events}",
"composite": false,
"clientRole": true,
"containerId": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"attributes": {}
}
],
"OpenCloudDesktop": [],
"web": [],
"security-admin-console": [],
"OpenCloudIOS": [],
"admin-cli": [],
"OpenCloudAndroid": [],
"account-console": [],
"broker": [
{
"id": "81fad68a-8dd8-4d79-9a8f-206a82460145",
"name": "read-token",
"description": "${role_read-token}",
"composite": false,
"clientRole": true,
"containerId": "002faf0a-716c-4230-81c7-ce22d1eb832c",
"attributes": {}
}
],
"account": [
{
"id": "c49a49da-8ad0-44cb-b518-6d7d72cbe494",
"name": "manage-account",
"description": "${role_manage-account}",
"composite": true,
"composites": {
"client": {
"account": [
"manage-account-links"
]
}
},
"clientRole": true,
"containerId": "9850adad-7910-4b67-a790-da6444361618",
"attributes": {}
},
{
"id": "9dc2244e-b8a7-44f1-b173-d2b929fedcca",
"name": "view-consent",
"description": "${role_view-consent}",
"composite": false,
"clientRole": true,
"containerId": "9850adad-7910-4b67-a790-da6444361618",
"attributes": {}
},
{
"id": "ce115327-99c9-44d4-ba7d-820397dc11e6",
"name": "manage-account-links",
"description": "${role_manage-account-links}",
"composite": false,
"clientRole": true,
"containerId": "9850adad-7910-4b67-a790-da6444361618",
"attributes": {}
},
{
"id": "2ffdf854-084b-467a-91c6-7f07844efc9a",
"name": "view-groups",
"description": "${role_view-groups}",
"composite": false,
"clientRole": true,
"containerId": "9850adad-7910-4b67-a790-da6444361618",
"attributes": {}
},
{
"id": "8c45ca71-32aa-4547-932d-412da5e371ed",
"name": "view-profile",
"description": "${role_view-profile}",
"composite": false,
"clientRole": true,
"containerId": "9850adad-7910-4b67-a790-da6444361618",
"attributes": {}
},
{
"id": "cbeecf6d-9af8-4746-877b-74800a894c35",
"name": "view-applications",
"description": "${role_view-applications}",
"composite": false,
"clientRole": true,
"containerId": "9850adad-7910-4b67-a790-da6444361618",
"attributes": {}
},
{
"id": "ea798f64-b5f8-417f-9fe0-d3cd9172884f",
"name": "delete-account",
"description": "${role_delete-account}",
"composite": false,
"clientRole": true,
"containerId": "9850adad-7910-4b67-a790-da6444361618",
"attributes": {}
},
{
"id": "e73aaf6d-e67b-491a-9cc3-78c32c82b42c",
"name": "manage-consent",
"description": "${role_manage-consent}",
"composite": true,
"composites": {
"client": {
"account": [
"view-consent"
]
}
},
"clientRole": true,
"containerId": "9850adad-7910-4b67-a790-da6444361618",
"attributes": {}
}
]
}
},
"groups": [
{
"id": "ed57d574-3bd9-4b51-9691-5d1b6aef7c68",
"name": "administrators",
"path": "/administrators",
"subGroups": [],
"attributes": {},
"realmRoles": [
"opencloudAdmin"
],
"clientRoles": {}
},
{
"id": "1bf1a677-302d-4c28-ac53-e83c87372a81",
"name": "apollos",
"path": "/apollos",
"subGroups": [],
"attributes": {},
"realmRoles": [
"opencloudSpaceAdmin"
],
"clientRoles": {}
},
{
"id": "12611514-517a-4fe6-a85d-41a018e98598",
"name": "basic-haters",
"path": "/basic-haters",
"subGroups": [],
"attributes": {},
"realmRoles": [],
"clientRoles": {}
},
{
"id": "7a56c37d-3b86-487e-abe5-144452678255",
"name": "bible-readers",
"path": "/bible-readers",
"subGroups": [],
"attributes": {},
"realmRoles": [],
"clientRoles": {}
},
{
"id": "03a5d51c-5e55-40ab-b8c8-5b796f77ab34",
"name": "chess-lovers",
"path": "/chess-lovers",
"subGroups": [],
"attributes": {},
"realmRoles": [],
"clientRoles": {}
},
{
"id": "255c4aea-a3c6-41f5-bca5-0dec59cca3ee",
"name": "machine-lovers",
"path": "/machine-lovers",
"subGroups": [],
"attributes": {},
"realmRoles": [],
"clientRoles": {}
},
{
"id": "d1d0f574-6a8e-49da-981b-bd0f667ec650",
"name": "programmers",
"path": "/programmers",
"subGroups": [],
"attributes": {},
"realmRoles": [],
"clientRoles": {}
},
{
"id": "f8ab7ab3-e44b-445b-86a7-26d61259a6a6",
"name": "unix-lovers",
"path": "/unix-lovers",
"subGroups": [],
"attributes": {},
"realmRoles": [
"opencloudAdmin"
],
"clientRoles": {}
},
{
"id": "c3e5bec3-a125-4043-b872-5c38dc659a13",
"name": "users",
"path": "/users",
"subGroups": [],
"attributes": {},
"realmRoles": [
"opencloudUser"
],
"clientRoles": {}
},
{
"id": "ed1c5f92-4938-494f-83d3-a73be393a270",
"name": "vlsi-lovers",
"path": "/vlsi-lovers",
"subGroups": [],
"attributes": {},
"realmRoles": [],
"clientRoles": {}
}
],
"defaultRole": {
"id": "82e13ea7-aac4-4d2c-9fc7-cff8333dbe19",
"name": "default-roles-opencloud",
"description": "${role_default-roles}",
"composite": true,
"clientRole": false,
"containerId": "openCloud"
},
"requiredCredentials": [
"password"
],
"otpPolicyType": "totp",
"otpPolicyAlgorithm": "HmacSHA1",
"otpPolicyInitialCounter": 0,
"otpPolicyDigits": 6,
"otpPolicyLookAheadWindow": 1,
"otpPolicyPeriod": 30,
"otpPolicyCodeReusable": false,
"otpSupportedApplications": [
"totpAppFreeOTPName",
"totpAppGoogleName",
"totpAppMicrosoftAuthenticatorName"
],
"localizationTexts": {},
"webAuthnPolicyRpEntityName": "keycloak",
"webAuthnPolicySignatureAlgorithms": [
"ES256"
],
"webAuthnPolicyRpId": "",
"webAuthnPolicyAttestationConveyancePreference": "not specified",
"webAuthnPolicyAuthenticatorAttachment": "not specified",
"webAuthnPolicyRequireResidentKey": "not specified",
"webAuthnPolicyUserVerificationRequirement": "not specified",
"webAuthnPolicyCreateTimeout": 0,
"webAuthnPolicyAvoidSameAuthenticatorRegister": false,
"webAuthnPolicyAcceptableAaguids": [],
"webAuthnPolicyExtraOrigins": [],
"webAuthnPolicyPasswordlessRpEntityName": "keycloak",
"webAuthnPolicyPasswordlessSignatureAlgorithms": [
"ES256"
],
"webAuthnPolicyPasswordlessRpId": "",
"webAuthnPolicyPasswordlessAttestationConveyancePreference": "not specified",
"webAuthnPolicyPasswordlessAuthenticatorAttachment": "not specified",
"webAuthnPolicyPasswordlessRequireResidentKey": "not specified",
"webAuthnPolicyPasswordlessUserVerificationRequirement": "not specified",
"webAuthnPolicyPasswordlessCreateTimeout": 0,
"webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister": false,
"webAuthnPolicyPasswordlessAcceptableAaguids": [],
"webAuthnPolicyPasswordlessExtraOrigins": [],
"scopeMappings": [
{
"clientScope": "offline_access",
"roles": [
"offline_access"
]
},
{
"clientScope": "roles",
"roles": [
"opencloudGuest",
"opencloudAdmin",
"opencloudSpaceAdmin",
"opencloudUser"
]
}
],
"clientScopeMappings": {
"account": [
{
"client": "account-console",
"roles": [
"manage-account",
"view-groups"
]
}
]
},
"clients": [
{
"id": "c8367556-1d13-4979-b4f6-5e2cff1f82ae",
"clientId": "OpenCloudAndroid",
"name": "OpenCloud Android App",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"oc://android.opencloud.eu"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"post.logout.redirect.uris": "oc://android.opencloud.eu",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"OpenCloudUnique_ID",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
]
},
{
"id": "fc7d8a8e-cb92-4cb0-b404-d723c07d8d4f",
"clientId": "OpenCloudDesktop",
"name": "OpenCloud Desktop Client",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"http://127.0.0.1",
"http://localhost"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"post.logout.redirect.uris": "+",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"OpenCloudUnique_ID",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
]
},
{
"id": "6ae0e3da-38ff-47a4-a76e-b59eec0a2de9",
"clientId": "OpenCloudIOS",
"name": "OpenCloud iOS App",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"oc://ios.opencloud.eu"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"post.logout.redirect.uris": "oc://ios.opencloud.eu",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"backchannel.logout.session.required": "true",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"OpenCloudUnique_ID",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
]
},
{
"id": "294b6cf4-b646-4f6c-bab2-616546ec3167",
"clientId": "_system",
"name": "_system",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": [],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"client.secret.creation.time": "1718778122",
"post.logout.redirect.uris": "+"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": false,
"nodeReRegistrationTimeout": 0,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
]
},
{
"id": "9850adad-7910-4b67-a790-da6444361618",
"clientId": "account",
"name": "${client_account}",
"rootUrl": "${authBaseUrl}",
"baseUrl": "/realms/openCloud/account/",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": [
"/realms/openCloud/account/*"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"client.secret.creation.time": "1718778122",
"post.logout.redirect.uris": "+"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": false,
"nodeReRegistrationTimeout": 0,
"defaultClientScopes": [
"basic"
],
"optionalClientScopes": []
},
{
"id": "55bb4cdc-045b-422a-8830-61245949d6aa",
"clientId": "account-console",
"name": "${client_account-console}",
"rootUrl": "${authBaseUrl}",
"baseUrl": "/realms/openCloud/account/",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"/realms/openCloud/account/*"
],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"post.logout.redirect.uris": "+",
"pkce.code.challenge.method": "S256"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": false,
"nodeReRegistrationTimeout": 0,
"protocolMappers": [
{
"id": "9bf413ed-402f-438d-a72c-033f3c45dab2",
"name": "audience resolve",
"protocol": "openid-connect",
"protocolMapper": "oidc-audience-resolve-mapper",
"consentRequired": false,
"config": {}
}
],
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
]
},
{
"id": "2969b8ff-2ab3-4907-aaa7-091a7a627ccb",
"clientId": "admin-cli",
"name": "${client_admin-cli}",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": false,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"post.logout.redirect.uris": "+"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": false,
"nodeReRegistrationTimeout": 0,
"defaultClientScopes": [
"basic"
],
"optionalClientScopes": []
},
{
"id": "002faf0a-716c-4230-81c7-ce22d1eb832c",
"clientId": "broker",
"name": "${client_broker}",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"secret": "**********",
"redirectUris": [],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"client.secret.creation.time": "1718778122",
"post.logout.redirect.uris": "+"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": false,
"nodeReRegistrationTimeout": 0,
"defaultClientScopes": [
"basic"
],
"optionalClientScopes": []
},
{
"id": "7848ee94-cc9b-40db-946f-a86ac73dc9b7",
"clientId": "realm-management",
"name": "${client_realm-management}",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [],
"webOrigins": [],
"notBefore": 0,
"bearerOnly": true,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": false,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"post.logout.redirect.uris": "+"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": false,
"nodeReRegistrationTimeout": 0,
"defaultClientScopes": [],
"optionalClientScopes": []
},
{
"id": "97264f49-a8c1-4585-99b6-e706339c62f8",
"clientId": "security-admin-console",
"name": "${client_security-admin-console}",
"rootUrl": "${authAdminUrl}",
"baseUrl": "/admin/openCloud/console/",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"/admin/openCloud/console/*"
],
"webOrigins": [
"+"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": false,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"post.logout.redirect.uris": "+",
"pkce.code.challenge.method": "S256"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": false,
"nodeReRegistrationTimeout": 0,
"protocolMappers": [
{
"id": "96092024-21dd-4d31-a004-2c5b96031da3",
"name": "locale",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"user.attribute": "locale",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "locale",
"jsonType.label": "String",
"userinfo.token.claim": "true"
}
}
],
"defaultClientScopes": [
"basic"
],
"optionalClientScopes": []
},
{
"id": "54b18eca-cf79-4263-9db9-2d79f8a1c831",
"clientId": "web",
"name": "OpenCloud Web App",
"description": "",
"rootUrl": "https://cloud.opencloud.test",
"adminUrl": "https://cloud.opencloud.test",
"baseUrl": "",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"https://cloud.opencloud.test/",
"https://cloud.opencloud.test/oidc-silent-redirect.html",
"https://cloud.opencloud.test/oidc-callback.html"
],
"webOrigins": [
"https://cloud.opencloud.test"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": false,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": false,
"protocol": "openid-connect",
"attributes": {
"saml.assertion.signature": "false",
"saml.force.post.binding": "false",
"saml.multivalued.roles": "false",
"saml.encrypt": "false",
"post.logout.redirect.uris": "+",
"oauth2.device.authorization.grant.enabled": "false",
"backchannel.logout.revoke.offline.tokens": "false",
"saml.server.signature": "false",
"saml.server.signature.keyinfo.ext": "false",
"exclude.session.state.from.auth.response": "false",
"oidc.ciba.grant.enabled": "false",
"backchannel.logout.session.required": "true",
"backchannel.logout.url": "https://cloud.opencloud.test/backchannel_logout",
"client_credentials.use_refresh_token": "false",
"saml_force_name_id_format": "false",
"saml.client.signature": "false",
"tls.client.certificate.bound.access.tokens": "false",
"saml.authnstatement": "false",
"display.on.consent.screen": "false",
"saml.onetimeuse.condition": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"profile",
"roles",
"groups",
"OpenCloudUnique_ID",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"offline_access",
"microprofile-jwt"
]
}
],
"clientScopes": [
{
"id": "258e56a8-1eeb-49ea-957b-aff8df4656ba",
"name": "email",
"description": "OpenID Connect built-in scope: email",
"protocol": "openid-connect",
"attributes": {
"include.in.token.scope": "true",
"consent.screen.text": "${emailScopeConsentText}",
"display.on.consent.screen": "true"
},
"protocolMappers": [
{
"id": "068bcfb6-4a17-4c20-b083-ae542a7f76c8",
"name": "email verified",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-property-mapper",
"consentRequired": false,
"config": {
"user.attribute": "emailVerified",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "email_verified",
"jsonType.label": "boolean",
"userinfo.token.claim": "true"
}
},
{
"id": "c00d6c21-2fd1-435f-9ee9-87e011048cbe",
"name": "email",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-property-mapper",
"consentRequired": false,
"config": {
"user.attribute": "email",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "email",
"jsonType.label": "String",
"userinfo.token.claim": "true"
}
}
]
},
{
"id": "b3e1e47e-3912-4b55-ba89-b0198e767682",
"name": "address",
"description": "OpenID Connect built-in scope: address",
"protocol": "openid-connect",
"attributes": {
"include.in.token.scope": "true",
"consent.screen.text": "${addressScopeConsentText}",
"display.on.consent.screen": "true"
},
"protocolMappers": [
{
"id": "876baab9-39d1-4845-abb4-561a58aa152d",
"name": "address",
"protocol": "openid-connect",
"protocolMapper": "oidc-address-mapper",
"consentRequired": false,
"config": {
"user.attribute.formatted": "formatted",
"user.attribute.country": "country",
"user.attribute.postal_code": "postal_code",
"userinfo.token.claim": "true",
"user.attribute.street": "street",
"id.token.claim": "true",
"user.attribute.region": "region",
"access.token.claim": "true",
"user.attribute.locality": "locality"
}
}
]
},
{
"id": "9cae7ced-e7d9-4f7b-8e54-7402125f6ead",
"name": "offline_access",
"description": "OpenID Connect built-in scope: offline_access",
"protocol": "openid-connect",
"attributes": {
"consent.screen.text": "${offlineAccessScopeConsentText}",
"display.on.consent.screen": "true"
}
},
{
"id": "79713daf-89ca-4ed4-ad97-a88b13ee9a18",
"name": "phone",
"description": "OpenID Connect built-in scope: phone",
"protocol": "openid-connect",
"attributes": {
"include.in.token.scope": "true",
"consent.screen.text": "${phoneScopeConsentText}",
"display.on.consent.screen": "true"
},
"protocolMappers": [
{
"id": "b5f4f5ed-1008-42ba-8b3b-7d8851a2a680",
"name": "phone number",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"user.attribute": "phoneNumber",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "phone_number",
"jsonType.label": "String",
"userinfo.token.claim": "true"
}
},
{
"id": "08a246f1-2b4c-4def-af5c-aefc31b4820d",
"name": "phone number verified",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"user.attribute": "phoneNumberVerified",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "phone_number_verified",
"jsonType.label": "boolean",
"userinfo.token.claim": "true"
}
}
]
},
{
"id": "5ce87358-3bca-4874-a6f0-6dccae6209a8",
"name": "web-origins",
"description": "OpenID Connect scope for add allowed web origins to the access token",
"protocol": "openid-connect",
"attributes": {
"include.in.token.scope": "false",
"consent.screen.text": "",
"display.on.consent.screen": "false"
},
"protocolMappers": [
{
"id": "bbd23c51-918d-4ea6-9ac0-db68b512fb0a",
"name": "allowed web origins",
"protocol": "openid-connect",
"protocolMapper": "oidc-allowed-origins-mapper",
"consentRequired": false,
"config": {}
}
]
},
{
"id": "bdb3e320-76c8-4ad7-9d0f-a08efc060101",
"name": "microprofile-jwt",
"description": "Microprofile - JWT built-in scope",
"protocol": "openid-connect",
"attributes": {
"include.in.token.scope": "true",
"display.on.consent.screen": "false"
},
"protocolMappers": [
{
"id": "1d08316c-493b-42ab-afa3-66f621860661",
"name": "groups",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-realm-role-mapper",
"consentRequired": false,
"config": {
"multivalued": "true",
"userinfo.token.claim": "true",
"user.attribute": "foo",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "groups",
"jsonType.label": "String"
}
},
{
"id": "52061d2d-7a41-4f1d-ba1b-3c4a53e739e4",
"name": "upn",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-property-mapper",
"consentRequired": false,
"config": {
"user.attribute": "username",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "upn",
"jsonType.label": "String",
"userinfo.token.claim": "true"
}
}
]
},
{
"id": "d68b434c-c589-45d4-ada1-5370b7e65cae",
"name": "OpenCloudUnique_ID",
"description": "Id to be used in OpenCloud and Keycloak",
"protocol": "openid-connect",
"attributes": {
"include.in.token.scope": "false",
"display.on.consent.screen": "false",
"gui.order": "",
"consent.screen.text": ""
},
"protocolMappers": [
{
"id": "d84f29ea-54d4-477e-9b36-cf5d7bec8f0c",
"name": "Unique ID",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"introspection.token.claim": "true",
"userinfo.token.claim": "true",
"user.attribute": "uuid",
"id.token.claim": "true",
"lightweight.claim": "true",
"access.token.claim": "true",
"claim.name": "uuid",
"jsonType.label": "String"
}
}
]
},
{
"id": "8eb1f69b-b941-4185-bca1-f916953f7cf5",
"name": "role_list",
"description": "SAML role list",
"protocol": "saml",
"attributes": {
"consent.screen.text": "${samlRoleListScopeConsentText}",
"display.on.consent.screen": "true"
},
"protocolMappers": [
{
"id": "fb587847-806f-4443-bab0-501efc0f0b46",
"name": "role list",
"protocol": "saml",
"protocolMapper": "saml-role-list-mapper",
"consentRequired": false,
"config": {
"single": "false",
"attribute.nameformat": "Basic",
"attribute.name": "Role"
}
}
]
},
{
"id": "947da1ff-f614-48fc-9ecb-c98cbcfd3390",
"name": "profile",
"description": "OpenID Connect built-in scope: profile",
"protocol": "openid-connect",
"attributes": {
"include.in.token.scope": "true",
"consent.screen.text": "${profileScopeConsentText}",
"display.on.consent.screen": "true"
},
"protocolMappers": [
{
"id": "46fec552-2f92-408a-84cf-ba98bf8e35fd",
"name": "family name",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-property-mapper",
"consentRequired": false,
"config": {
"user.attribute": "lastName",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "family_name",
"jsonType.label": "String",
"userinfo.token.claim": "true"
}
},
{
"id": "c7ed5458-4d32-423e-8ea1-d112c45045d4",
"name": "middle name",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"user.attribute": "middleName",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "middle_name",
"jsonType.label": "String",
"userinfo.token.claim": "true"
}
},
{
"id": "e18d1ce4-3969-4ec1-9941-a27fd7555245",
"name": "picture",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"user.attribute": "picture",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "picture",
"jsonType.label": "String",
"userinfo.token.claim": "true"
}
},
{
"id": "dab85a5e-9af8-4fcd-88e4-9d3ae50dd5b6",
"name": "locale",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"user.attribute": "locale",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "locale",
"jsonType.label": "String",
"userinfo.token.claim": "true"
}
},
{
"id": "7484f47e-3bb1-48d0-ba64-e8330dcefe6e",
"name": "profile",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
"config": {
"user.attribute": "profile",
"id.to
gitextract_394c9liy/
├── .gitignore
├── LICENSE
├── README.md
├── antivirus/
│ └── clamav.yml
├── certs/
│ └── .gitkeep
├── config/
│ ├── keycloak/
│ │ ├── clients/
│ │ │ ├── OpenCloudAndroid.json
│ │ │ ├── OpenCloudDesktop.json
│ │ │ ├── OpenCloudIOS.json
│ │ │ ├── cyberduck.json
│ │ │ └── web.json
│ │ ├── docker-entrypoint-override.sh
│ │ ├── opencloud-realm-autoprovisioning.dist.json
│ │ ├── opencloud-realm.dist.json
│ │ └── themes/
│ │ └── opencloud/
│ │ └── login/
│ │ ├── resources/
│ │ │ ├── css/
│ │ │ │ └── theme.css
│ │ │ └── js/
│ │ │ └── script.js
│ │ └── theme.properties
│ ├── ldap/
│ │ ├── docker-entrypoint-override.sh
│ │ ├── init-ldap-acls.sh
│ │ ├── ldif/
│ │ │ ├── 10_base.ldif
│ │ │ ├── 20_admin.ldif
│ │ │ ├── 30_demo_users.ldif
│ │ │ ├── 40_demo_groups.ldif
│ │ │ └── 50_acls.ldif
│ │ └── schemas/
│ │ └── 10_opencloud_schema.ldif
│ ├── opencloud/
│ │ ├── apps/
│ │ │ ├── .gitkeep
│ │ │ └── maps/
│ │ │ ├── assets/
│ │ │ │ └── src-D755RU42.css
│ │ │ ├── js/
│ │ │ │ ├── dist-r7AkbZvS.mjs
│ │ │ │ ├── hostInit-E45YfNWJ.mjs
│ │ │ │ ├── localSharedImportMap-CALnqYrs.mjs
│ │ │ │ ├── maps-BAf8IhJ5.mjs
│ │ │ │ ├── maps__loadShare___mf_0_opencloud_mf_2_eu_mf_1_web_mf_2_pkg__loadShare__.mjs-BA8CS_pX.mjs
│ │ │ │ ├── maps__loadShare__vue3_mf_2_gettext__loadShare__.mjs-C70VjRQL.mjs
│ │ │ │ ├── maps__loadShare__vue__loadShare__.mjs-CwuktG-9.mjs
│ │ │ │ ├── preload-helper-DafEc2pQ.mjs
│ │ │ │ ├── remoteEntry-lxWu31Tr.mjs
│ │ │ │ ├── rolldown-runtime-BLwG3bfA.mjs
│ │ │ │ ├── src-CIfRBuLG.mjs
│ │ │ │ ├── src-D0iZetHT.mjs
│ │ │ │ └── virtualExposes-CZMUMkHF.mjs
│ │ │ └── manifest.json
│ │ ├── banned-password-list.txt
│ │ ├── csp.yaml
│ │ └── proxy.yaml
│ ├── radicale/
│ │ └── config
│ └── traefik/
│ ├── docker-entrypoint-override.sh
│ └── dynamic/
│ └── .gitkeep
├── docker-compose.yml
├── external-proxy/
│ ├── collabora-exposed.yml
│ ├── collabora.yml
│ ├── keycloak-exposed.yml
│ ├── keycloak.yml
│ ├── opencloud-exposed.yml
│ └── opencloud.yml
├── idm/
│ ├── external-authelia.yml
│ ├── external-idp.yml
│ └── ldap-keycloak.yml
├── monitoring/
│ ├── monitoring-collaboration.yml
│ └── monitoring.yml
├── radicale/
│ └── radicale.yml
├── renovate.json
├── search/
│ └── tika.yml
├── storage/
│ └── decomposeds3.yml
├── testing/
│ ├── external-keycloak.yml
│ └── ldap-manager.yml
├── traefik/
│ ├── collabora.yml
│ ├── ldap-keycloak.yml
│ └── opencloud.yml
└── weboffice/
└── collabora.yml
Showing preview only (656K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (4350 symbols across 6 files)
FILE: config/opencloud/apps/maps/js/dist-r7AkbZvS.mjs
function a (line 1) | function a(){return!0}
function o (line 1) | function o(){return typeof navigator<`u`&&navigator?.product===`ReactNat...
function s (line 1) | function s(){try{if(a()&&window.localStorage)return!!localStorage.getIte...
function c (line 1) | function c(){return typeof process<`u`&&{}.FEDERATION_DEBUG?!!{}.FEDERAT...
function p (line 1) | function p(e){try{return JSON.stringify(e,null,2)}catch{return``}}
function ee (line 1) | function ee(e){return e.replace(/#.*$/,``).replace(/\?.*$/,``).replace(/...
function te (line 1) | function te(e,t={}){let{remotes:n={},overrides:r={},version:i}=t,a,o=()=...
function h (line 1) | function h(e){return!!(`remoteEntry`in e&&e.remoteEntry.includes(`.json`))}
function ie (line 1) | function ie(){try{let e=Error().stack;if(!e)return;let[,...t]=e.split(`
method constructor (line 3) | constructor(e,t=g){this.prefix=e,this.delegate=t??g}
method setPrefix (line 3) | setPrefix(e){this.prefix=e}
method setDelegate (line 3) | setDelegate(e){this.delegate=e??g}
method emit (line 3) | emit(e,t){let n=this.delegate,r=c()?ie():void 0,i=r?[...t,r]:t,a=(()=>{s...
method log (line 3) | log(...e){this.emit(`log`,e)}
method warn (line 3) | warn(...e){this.emit(`warn`,e)}
method error (line 3) | error(...e){this.emit(`error`,e)}
method success (line 3) | success(...e){this.emit(`info`,e)}
method info (line 3) | info(...e){this.emit(`info`,e)}
method ready (line 3) | ready(...e){this.emit(`info`,e)}
method debug (line 3) | debug(...e){c()&&this.emit(`debug`,e)}
function oe (line 3) | function oe(e){return new ae(e)}
function se (line 3) | function se(e){let t=new ae(e);return Object.defineProperty(t,`__mf_infr...
function ce (line 3) | async function ce(e,t){try{return await e()}catch(e){!t&&f(e);return}}
function le (line 3) | function le(e,t){let n=/^(https?:)?\/\//i;return e.replace(n,``).replace...
function ue (line 3) | function ue(e){let t=null,n=!0,r=2e4,i,a=document.getElementsByTagName(`...
function de (line 3) | function de(e){let t=null,n=!0,r=document.getElementsByTagName(`link`);f...
function fe (line 3) | function fe(e,t){let{attrs:n={},createScriptHook:r}=t;return new Promise...
function he (line 4) | function he(e,t,n,r,i,a){return r(me(e,t,n,i))}
function v (line 4) | function v(e,t,n,r,i){e||(n===void 0?y(t):y(t,n,r,void 0,i))}
function y (line 4) | function y(e,t,n,r,i){if(t!==void 0)return he(e,t,n??{},e=>{throw Error(...
function _e (line 4) | function _e(e){e instanceof Error&&(e.message.startsWith(_)||(e.message=...
function ve (line 4) | function ve(e,t){return e.findIndex(e=>e===t)===-1&&e.push(t),e}
function b (line 4) | function b(e){return`version`in e&&e.version?`${e.name}:${e.version}`:`e...
function ye (line 4) | function ye(e){return e.entry!==void 0}
function be (line 4) | function be(e){return!e.entry.includes(`.json`)}
function xe (line 4) | function xe(e){return e&&typeof e==`object`}
function Ce (line 4) | function Ce(e){return Se.call(e)===`[object Object]`}
function we (line 4) | function we(e){return Array.isArray(e)?e:[e]}
function Te (line 4) | function Te(e){return`remoteEntry`in e?{url:e.remoteEntry,type:e.remoteE...
function w (line 4) | function w(e,t,n){Object.defineProperty(e,t,{value:n,configurable:!1,wri...
function T (line 4) | function T(e,t){return Object.hasOwnProperty.call(e,t)}
function De (line 4) | function De(e){T(e,`__VMOK__`)&&!T(e,`__FEDERATION__`)&&w(e,`__FEDERATIO...
function Oe (line 4) | function Oe(e){x.__FEDERATION__.__INSTANCES__.push(e)}
function ke (line 4) | function ke(){return x.__FEDERATION__.__DEBUG_CONSTRUCTOR__}
function Ae (line 4) | function Ae(e,t=c()){t&&(x.__FEDERATION__.__DEBUG_CONSTRUCTOR__=e,x.__FE...
function D (line 4) | function D(e,t){if(typeof t==`string`){if(e[t])return{value:e[t],key:t};...
function M (line 4) | function M(e){return new RegExp(e)}
function N (line 4) | function N(e){return!e||e.toLowerCase()===`x`||e===`*`}
function ct (line 4) | function ct(...e){return t=>e.reduce((e,t)=>t(e),t)}
function lt (line 4) | function lt(e){return e.match(M(ot))}
function ut (line 4) | function ut(e,t,n,r){let i=`${e}.${t}.${n}`;return r?`${i}-${r}`:i}
function dt (line 4) | function dt(e){return e.replace(M(qe),(e,t,n,r,i,a,o,s,c,l,u,d)=>(t=N(n)...
function ft (line 4) | function ft(e){return e.replace(M(Xe),`$1$2$3`)}
function pt (line 4) | function pt(e){return e.replace(M(Qe),`$1~`)}
function mt (line 4) | function mt(e){return e.replace(M(et),`$1^`)}
function ht (line 4) | function ht(e){return e.trim().split(/\s+/).map(e=>e.replace(M(nt),(e,t,...
function gt (line 4) | function gt(e){return e.trim().split(/\s+/).map(e=>e.replace(M(it),(e,t,...
function _t (line 4) | function _t(e){return e.split(/\s+/).map(e=>e.trim().replace(M(at),(e,t,...
function vt (line 4) | function vt(e){return e.trim().replace(M(tt),``)}
function yt (line 4) | function yt(e){return e.trim().replace(M(st),``)}
function P (line 4) | function P(e,t){return e=Number(e)||e,t=Number(t)||t,e>t?1:e===t?0:-1}
function bt (line 4) | function bt(e,t){let{preRelease:n}=e,{preRelease:r}=t;if(n===void 0&&r)r...
function F (line 4) | function F(e,t){return P(e.major,t.major)||P(e.minor,t.minor)||P(e.patch...
function I (line 4) | function I(e,t){return e.version===t.version}
function xt (line 4) | function xt(e,t){switch(e.operator){case``:case`=`:return I(e,t);case`>`...
function St (line 4) | function St(e){return ct(ht,gt,_t,vt)(e)}
function Ct (line 4) | function Ct(e){return ct(dt,ft,pt,mt)(e.trim()).split(/\s+/).join(` `)}
function L (line 4) | function L(e,t){if(!e)return!1;let n=lt(e);if(!n)return!1;let[,r,,i,a,o,...
function Tt (line 4) | function Tt(e,t,n,r){let a;return a=`get`in e?e.get:`lib`in e?()=>Promis...
function Et (line 4) | function Et(e,t){let n=t.shared||{},r=t.name,i=Object.keys(n).reduce((e,...
function z (line 4) | function z(e,t){if(!e)return!1;let{status:n,mode:r}=e;return n===i.NO_US...
function B (line 4) | function B(e,t){let n=e=>{if(!Number.isNaN(Number(e))){let t=e.split(`.`...
function kt (line 4) | function kt(e,t,n,r){let i=e[t][n],a=``,o=z(r),s=function(e,t){return o?...
function At (line 4) | function At(e,t,n,r){let i=e[t][n],a=``,o=z(r),s=function(e,t){if(o){if(...
function jt (line 4) | function jt(e){return e===`loaded-first`?At:kt}
function W (line 4) | function W(e,t,n,r){if(!e)return;let{shareConfig:i,scope:a=R,strategy:o,...
function Mt (line 4) | function Mt(){return C.__FEDERATION__.__SHARE__}
function Nt (line 4) | function Nt(e){let{pkgName:t,extraOptions:n,shareInfos:r}=e,i=n?.resolve...
function K (line 4) | function K(e,t){return t&&e.treeShaking?e.treeShaking:e}
function Pt (line 4) | function Pt(e,t){for(let n of e){let e=t.startsWith(n.name),r=t.replace(...
function Ft (line 4) | function Ft(e,t){for(let n of e)if(t===n.name||n.alias&&t===n.alias)retu...
function en (line 4) | async function en({entry:t,remoteEntryExports:n}){return new Promise((r,...
function tn (line 4) | async function tn({entry:e,remoteEntryExports:t}){return new Promise((n,...
function nn (line 4) | function nn(e,t,n){let{remoteEntryKey:r,entryExports:i}=Fe(e,t);return i...
function rn (line 4) | async function rn({name:e,globalName:t,entry:n,loaderHook:r,getEntryUrl:...
function an (line 4) | async function an({remoteInfo:e,remoteEntryExports:t,loaderHook:n,getEnt...
function on (line 4) | function on(e){let{entry:t,name:n}=e;return u(n,t)}
function sn (line 4) | async function sn(e){let{origin:t,remoteEntryExports:n,remoteInfo:r,getE...
function cn (line 4) | function cn(e){return{...e,entry:`entry`in e?e.entry:``,type:e.type||`gl...
function ln (line 4) | function ln(){return typeof FEDERATION_BUILD_IDENTIFIER<`u`?FEDERATION_B...
function un (line 4) | function un(e,t){let n=Ie(),r=[t.hooks,t.remoteHandler.hooks,t.sharedHan...
function dn (line 4) | function dn(e){return{name:e.name,alias:e.alias,entry:`entry`in e?e.entr...
function J (line 4) | function J(e){let t={};for(let[n,r]of Object.entries(e.shared)){let e=r[...
function fn (line 4) | function fn(e){return{resourceCategory:`sync`,share:!0,depsRemote:!0,pre...
function pn (line 4) | function pn(e,t){return t.map(t=>{let n=Ft(e,t.nameOrAlias);return v(n,`...
function mn (line 4) | function mn(e){return e?e.map(e=>e===`.`?e:e.startsWith(`./`)?e.replace(...
function hn (line 4) | function hn(e,t,n,r=!0){let{cssAssets:i,jsAssetsWithoutEntry:a,entryAsse...
function gn (line 4) | function gn(e,t,n){let r=t,i=Array.isArray(e.shareScope)?e.shareScope:[e...
method constructor (line 4) | constructor({remoteInfo:e,host:t}){this.inited=!1,this.initing=!1,this.l...
method getEntry (line 4) | async getEntry(){if(this.remoteEntryExports)return this.remoteEntryExpor...
method init (line 4) | async init(e,t,n){let r=await this.getEntry();if(this.inited)return r;if...
method get (line 4) | async get(e,t,n,r){let{loadFactory:i=!0}=n||{loadFactory:!0},a=await thi...
method wraperFactory (line 4) | wraperFactory(e,t){function n(e,t){e&&typeof e==`object`&&Object.isExten...
method constructor (line 4) | constructor(e){this.type=``,this.listeners=new Set,e&&(this.type=e)}
method on (line 4) | on(e){typeof e==`function`&&this.listeners.add(e)}
method once (line 4) | once(e){let t=this;this.on(function n(...r){return t.remove(n),e.apply(n...
method emit (line 4) | emit(...e){let t;return this.listeners.size>0&&this.listeners.forEach(n=...
method remove (line 4) | remove(e){this.listeners.delete(e)}
method removeAll (line 4) | removeAll(){this.listeners.clear()}
method emit (line 4) | emit(...e){let t,n=Array.from(this.listeners);if(n.length>0){let r=0,i=t...
function vn (line 4) | function vn(e,t){if(!xe(t))return!1;if(e!==t){for(let n in e)if(!(n in t...
method constructor (line 4) | constructor(e){super(),this.onerror=y,this.type=e}
method emit (line 4) | emit(e){xe(e)||y(`The data for the "${this.type}" hook should be an obje...
method constructor (line 4) | constructor(e){super(),this.onerror=y,this.type=e}
method emit (line 4) | emit(e){xe(e)||y(`The response data for the "${this.type}" hook must be ...
method constructor (line 4) | constructor(e){this.registerPlugins={},this.lifecycle=e,this.lifecycleKe...
method applyPlugin (line 4) | applyPlugin(e,t){v(Ce(e),`Plugin configuration is invalid.`);let n=e.nam...
method removePlugin (line 4) | removePlugin(e){v(e,`A name is required.`);let t=this.registerPlugins[e]...
function yn (line 4) | function yn(e,t){let n=Te(t);n.url||y(Kt,q,{remoteName:e.name});let r=d(...
function bn (line 4) | function bn(){return{name:`snapshot-plugin`,async afterResolve(e){let{re...
function xn (line 4) | function xn(e){let t=e.split(`:`);return t.length===1?{name:t[0],version...
function Sn (line 4) | function Sn(e,t,n,r,i={},a){let{value:o}=D(e,b(t)),s=a||o;if(s&&!h(s)&&(...
function wn (line 4) | function wn(e,t,n,r,i){let a=[],o=[],s=[],c=new Set,l=new Set,{options:u...
method generatePreloadAssets (line 4) | async generatePreloadAssets(e){let{origin:t,preloadOptions:n,remoteInfo:...
function En (line 4) | function En(e,t){let n=O({name:t.name,version:t.options.version}),r=n&&`...
method constructor (line 4) | constructor(e){this.loadingHostSnapshot=null,this.manifestCache=new Map,...
method loadRemoteSnapshotInfo (line 4) | async loadRemoteSnapshotInfo({moduleInfo:e,id:t,expose:n}){let{options:r...
method getGlobalRemoteInfo (line 4) | getGlobalRemoteInfo(e){return En(e,this.HostInstance)}
method getManifestJson (line 4) | async getManifestJson(e,t,n){let r=async()=>{let n=this.manifestCache.ge...
method constructor (line 4) | constructor(e){this.hooks=new $({beforeRegisterShare:new Z(`beforeRegist...
method registerShared (line 4) | registerShared(e,t){let{newShareInfos:n,allShareInfos:r}=Et(e,t);return ...
method loadShare (line 4) | async loadShare(e,t){let{host:n}=this,r=Nt({pkgName:e,extraOptions:t,sha...
method initializeSharing (line 4) | initializeSharing(e=R,t){let{host:n}=this,r=t?.from,i=t?.strategy,a=t?.i...
method loadShareSync (line 4) | loadShareSync(e,t){let{host:n}=this,r=Nt({pkgName:e,extraOptions:t,share...
method initShareScopeMap (line 4) | initShareScopeMap(e,t,n={}){let{host:r}=this;this.shareScopeMap[e]=t,thi...
method setShared (line 4) | setShared({pkgName:e,shared:t,from:n,lib:r,loading:i,loaded:a,get:o,tree...
method _setGlobalShareScopeMap (line 4) | _setGlobalShareScopeMap(e){let t=Mt(),n=e.id||e.name;n&&!t[n]&&(t[n]=thi...
method constructor (line 4) | constructor(e){this.hooks=new $({beforeRegisterRemote:new Z(`beforeRegis...
method formatAndRegisterRemote (line 4) | formatAndRegisterRemote(e,t){return(t.remotes||[]).reduce((e,t)=>(this.r...
method setIdToRemoteMap (line 4) | setIdToRemoteMap(e,t){let{remote:n,expose:r}=t,{name:i,alias:a}=n;if(thi...
method loadRemote (line 4) | async loadRemote(e,t){let{host:n}=this;try{let{loadFactory:r=!0}=t||{loa...
method preloadRemote (line 4) | async preloadRemote(e){let{host:t}=this;await this.hooks.lifecycle.befor...
method registerRemotes (line 4) | registerRemotes(e,t){let{host:n}=this;e.forEach(e=>{this.registerRemote(...
method getRemoteModuleAndOptions (line 4) | async getRemoteModuleAndOptions(e){let{host:t}=this,{id:n}=e,r;try{r=awa...
method registerRemote (line 4) | registerRemote(e,t,n){let{host:r}=this,i=()=>{if(e.alias){let n=t.find(t...
method removeRemote (line 4) | removeRemote(e){try{let{host:t}=this,{name:n}=e,r=t.options.remotes.find...
method constructor (line 4) | constructor(e){this.hooks=new $({beforeInit:new Z(`beforeInit`),init:new...
method initOptions (line 4) | initOptions(e){e.name&&e.name!==this.options.name&&y(me(Gt,q)),this.regi...
method loadShare (line 4) | async loadShare(e,t){return this.sharedHandler.loadShare(e,t)}
method loadShareSync (line 4) | loadShareSync(e,t){return this.sharedHandler.loadShareSync(e,t)}
method initializeSharing (line 4) | initializeSharing(e=R,t){return this.sharedHandler.initializeSharing(e,t)}
method initRawContainer (line 4) | initRawContainer(e,t,n){let r=cn({name:e,entry:t}),i=new _n({host:this,r...
method loadRemote (line 4) | async loadRemote(e,t){return this.remoteHandler.loadRemote(e,t)}
method preloadRemote (line 4) | async preloadRemote(e){return this.remoteHandler.preloadRemote(e)}
method initShareScopeMap (line 4) | initShareScopeMap(e,t,n={}){this.sharedHandler.initShareScopeMap(e,t,n)}
method formatOptions (line 4) | formatOptions(e,t){let{allShareInfos:n}=Et(e,t),{userOptions:r,options:i...
method registerPlugins (line 4) | registerPlugins(e){let t=un(e,this);this.options.plugins=this.options.pl...
method registerRemotes (line 4) | registerRemotes(e,t){return this.remoteHandler.registerRemotes(e,t)}
method registerShared (line 4) | registerShared(e){this.sharedHandler.registerShared(this.options,{...thi...
function Mn (line 4) | function Mn(){return typeof FEDERATION_BUILD_IDENTIFIER<`u`?FEDERATION_B...
function Nn (line 4) | function Nn(e,t){let n=Mn();return x.__FEDERATION__.__INSTANCES__.find(r...
function Pn (line 4) | function Pn(e){let t=new((ke())||jn)(e);return Oe(t),t}
function In (line 4) | function In(e){let t=Nn(e.name,e.version);return t?(t.initOptions(e),Fn|...
FILE: config/opencloud/apps/maps/js/localSharedImportMap-CALnqYrs.mjs
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module '@opencloud-e...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module '@opencloud-e...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module '@opencloud-e...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module '@opencloud-e...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module '@opencloud-e...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module '@opencloud-e...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module '@opencloud-e...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module 'luxon' must ...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module 'pinia' must ...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module 'vue' must be...
method get (line 1) | async get(){throw Error(`[Module Federation] Shared module 'vue3-gettext...
FILE: config/opencloud/apps/maps/js/preload-helper-DafEc2pQ.mjs
function l (line 1) | function l(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({s...
function s (line 1) | function s(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t....
FILE: config/opencloud/apps/maps/js/remoteEntry-lxWu31Tr.mjs
method createRecord (line 2) | createRecord(){}
method rerender (line 2) | rerender(){}
method reload (line 2) | reload(){}
function u (line 2) | async function u(){return c??=t(()=>import(`./localSharedImportMap-CALnq...
function d (line 2) | async function d(){return l??=t(()=>import(`./virtualExposes-CZMUMkHF.mj...
function f (line 2) | async function f(t={},n=[]){let{usedShared:r,usedRemotes:c}=await u(),l=...
function p (line 2) | async function p(e){let t=await d();if(!(e in t))throw Error(`[Module Fe...
FILE: config/opencloud/apps/maps/js/src-CIfRBuLG.mjs
function n (line 1) | function n(n,r,i){if(t[n]=i,n===`index`){var a=`var sharedModule = {}; (...
method constructor (line 1) | constructor(t){let n={},r=[];for(let e in t){let i=t[e],a=n[e]={};for(...
function t (line 1) | function t(e,t,n,r){return new(n||=Promise)((function(i,a){function o(e)...
method constructor (line 1) | constructor(e,t){this.keyCache={},e&&this.replace(e,t)}
method replace (line 1) | replace(e,t){this._layerConfigs={},this._layers={},this.update(e,[],t)}
method update (line 1) | update(t,n,r){for(let n of t){this._layerConfigs[n.id]=n;let t=this._l...
function n (line 1) | function n(e,t){this.x=e,this.y=t}
method constructor (line 1) | constructor(t){let n={},r=[];for(let e in t){let i=t[e],a=n[e]={};for(...
function r (line 1) | function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.ca...
method constructor (line 1) | constructor(t){this.tileID=new e.a2(t.tileID.overscaledZ,t.tileID.wrap...
method parse (line 1) | parse(t,r,a,o,s){return e._(this,void 0,void 0,(function*(){this.statu...
method clone (line 1) | clone(){return new n(this.x,this.y)}
method add (line 1) | add(e){return this.clone()._add(e)}
method sub (line 1) | sub(e){return this.clone()._sub(e)}
method multByPoint (line 1) | multByPoint(e){return this.clone()._multByPoint(e)}
method divByPoint (line 1) | divByPoint(e){return this.clone()._divByPoint(e)}
method mult (line 1) | mult(e){return this.clone()._mult(e)}
method div (line 1) | div(e){return this.clone()._div(e)}
method rotate (line 1) | rotate(e){return this.clone()._rotate(e)}
method rotateAround (line 1) | rotateAround(e,t){return this.clone()._rotateAround(e,t)}
method matMult (line 1) | matMult(e){return this.clone()._matMult(e)}
method unit (line 1) | unit(){return this.clone()._unit()}
method perp (line 1) | perp(){return this.clone()._perp()}
method round (line 1) | round(){return this.clone()._round()}
method mag (line 1) | mag(){return Math.sqrt(this.x*this.x+this.y*this.y)}
method equals (line 1) | equals(e){return this.x===e.x&&this.y===e.y}
method dist (line 1) | dist(e){return Math.sqrt(this.distSqr(e))}
method distSqr (line 1) | distSqr(e){let t=e.x-this.x,n=e.y-this.y;return t*t+n*n}
method angle (line 1) | angle(){return Math.atan2(this.y,this.x)}
method angleTo (line 1) | angleTo(e){return Math.atan2(this.y-e.y,this.x-e.x)}
method angleWith (line 1) | angleWith(e){return this.angleWithSep(e.x,e.y)}
method angleWithSep (line 1) | angleWithSep(e,t){return Math.atan2(this.x*t-this.y*e,this.x*e+this.y*t)}
method _matMult (line 1) | _matMult(e){let t=e[2]*this.x+e[3]*this.y;return this.x=e[0]*this.x+e[1]...
method _add (line 1) | _add(e){return this.x+=e.x,this.y+=e.y,this}
method _sub (line 1) | _sub(e){return this.x-=e.x,this.y-=e.y,this}
method _mult (line 1) | _mult(e){return this.x*=e,this.y*=e,this}
method _div (line 1) | _div(e){return this.x/=e,this.y/=e,this}
method _multByPoint (line 1) | _multByPoint(e){return this.x*=e.x,this.y*=e.y,this}
method _divByPoint (line 1) | _divByPoint(e){return this.x/=e.x,this.y/=e.y,this}
method _unit (line 1) | _unit(){return this._div(this.mag()),this}
method _perp (line 1) | _perp(){let e=this.y;return this.y=this.x,this.x=-e,this}
method _rotate (line 1) | _rotate(e){let t=Math.cos(e),n=Math.sin(e),r=n*this.x+t*this.y;return th...
method _rotateAround (line 1) | _rotateAround(e,t){let n=Math.cos(e),r=Math.sin(e),i=t.y+r*(this.x-t.x)+...
method _round (line 1) | _round(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this}
function e (line 1) | function e(e,t,n,r){this.cx=3*e,this.bx=3*(n-e)-this.cx,this.ax=1-this.c...
function l (line 1) | function l(){return s??=typeof OffscreenCanvas<`u`&&new OffscreenCanvas(...
function u (line 1) | function u(){if(c==null&&(c=!1,l())){let e=new OffscreenCanvas(5,5).getC...
method create (line 1) | static create(e,t,n){let r=window.document.createElement(e);return t!=...
method createNS (line 1) | static createNS(e,t){return window.document.createElementNS(e,t)}
method disableDrag (line 1) | static disableDrag(){u.docStyle&&u.selectProp&&(u.userSelect=u.docStyl...
method enableDrag (line 1) | static enableDrag(){u.docStyle&&u.selectProp&&(u.docStyle[u.selectProp...
method suppressClickInternal (line 1) | static suppressClickInternal(e){e.preventDefault(),e.stopPropagation()...
method suppressClick (line 1) | static suppressClick(){window.addEventListener(`click`,u.suppressClick...
method getScale (line 1) | static getScale(e){let t=e.getBoundingClientRect();return{x:t.width/e....
method getPoint (line 1) | static getPoint(e,n,r){let i=n.boundingClientRect;return new t.P((r.cl...
method mousePos (line 1) | static mousePos(e,t){let n=u.getScale(e);return u.getPoint(e,n,t)}
method touchPos (line 1) | static touchPos(e,t){let n=[],r=u.getScale(e);for(let i=0;i<t.length;i...
method sanitize (line 1) | static sanitize(e){let t=new DOMParser().parseFromString(e,`text/html`...
method isPossiblyDangerous (line 1) | static isPossiblyDangerous(e,t){let n=t.replace(/\s+/g,``).toLowerCase...
method clean (line 1) | static clean(e){let t=e.children;for(let e of t)u.removeAttributes(e),...
method removeAttributes (line 1) | static removeAttributes(e){for(let{name:t,value:n}of e.attributes)u.is...
function p (line 1) | function p(){var e=new f(9);return f!=Float32Array&&(e[1]=0,e[2]=0,e[3]=...
method constructor (line 1) | constructor(e,t,n,r=m){this.actor=e,this.layerIndex=t,this.availableIm...
method loadVectorTile (line 1) | loadVectorTile(t){if(!this._geoJSONIndex)throw Error(`Unable to parse ...
method loadTile (line 1) | loadTile(t){return e._(this,void 0,void 0,(function*(){let{uid:e}=t,n=...
method _reloadLoadedTile (line 1) | _reloadLoadedTile(t){return e._(this,void 0,void 0,(function*(){let e=...
method _parseWorkerTile (line 1) | _parseWorkerTile(t,n,r){return e._(this,void 0,void 0,(function*(){let...
method abortTile (line 1) | abortTile(t){return e._(this,void 0,void 0,(function*(){this.tileState...
method removeTile (line 1) | removeTile(t){return e._(this,void 0,void 0,(function*(){this.tileStat...
method loadData (line 1) | loadData(t){return e._(this,void 0,void 0,(function*(){var n;(n=this._...
method _startRequestTiming (line 1) | _startRequestTiming(t){if(t.request?.collectResourceTiming)return new ...
method _finishRequestTiming (line 1) | _finishRequestTiming(e,t,n){let r=e?.finish();r&&(n.resourceTiming={[t...
method reloadTile (line 1) | reloadTile(e){return this.tileState.getLoaded(e.uid)?this._reloadLoade...
method loadAndProcessGeoJSON (line 1) | loadAndProcessGeoJSON(t,n){return e._(this,void 0,void 0,(function*(){...
method _filterGeoJSON (line 1) | _filterGeoJSON(e,t){if(e.type!==`FeatureCollection`)return e;let n=thi...
method _getFilterPredicate (line 1) | _getFilterPredicate(t){if(typeof t!=`boolean`&&!t?.length)return;let n...
method removeSource (line 1) | removeSource(t){return e._(this,void 0,void 0,(function*(){var e;(e=th...
method getClusterExpansionZoom (line 1) | getClusterExpansionZoom(e){return this._geoJSONIndex.getClusterExpansi...
method getClusterChildren (line 1) | getClusterChildren(e){return this._geoJSONIndex.getClusterChildren(e.c...
method getClusterLeaves (line 1) | getClusterLeaves(e){return this._geoJSONIndex.getClusterLeaves(e.clust...
function m (line 1) | function m(e){return e[0]=1,e[1]=0,e[2]=0,e[3]=0,e[4]=0,e[5]=1,e[6]=0,e[...
function h (line 1) | function h(){var e=new f(3);return f!=Float32Array&&(e[0]=0,e[1]=0,e[2]=...
function g (line 1) | function g(e){var t=e[0],n=e[1],r=e[2];return Math.sqrt(t*t+n*n+r*r)}
method constructor (line 1) | constructor(t){this.self=t,this.actor=new e.L(t),this.layerIndexes={},...
method _getGlobalState (line 1) | _getGlobalState(e){let t=this.globalStates.get(e);return t||(t={},this...
method _setImages (line 1) | _setImages(t,n){return e._(this,void 0,void 0,(function*(){this.availa...
method _syncRTLPluginState (line 1) | _syncRTLPluginState(t,n){return e._(this,void 0,void 0,(function*(){re...
method _getAvailableImages (line 1) | _getAvailableImages(e){let t=this.availableImages[e];return t||=[],t}
method _getLayerIndex (line 1) | _getLayerIndex(e){let n=this.layerIndexes[e];return n||=this.layerInde...
method _getWorkerSource (line 1) | _getWorkerSource(e,t,n){if(this.workerSources[e]||(this.workerSources[...
method _getDEMWorkerSource (line 1) | _getDEMWorkerSource(e,t){return this.demWorkerSources[e]||(this.demWor...
method constructor (line 1) | constructor(){super(),this.images={},this.updatedImages={},this.callba...
method destroy (line 1) | destroy(){this.atlasTexture&&=(this.atlasTexture.destroy(),null);for(l...
method isLoaded (line 1) | isLoaded(){return this.loaded}
method setLoaded (line 1) | setLoaded(e){if(this.loaded!==e&&(this.loaded=e,e)){for(let{ids:e,prom...
method getImage (line 1) | getImage(e){let n=this.images[e];if(n&&!n.data&&n.spriteData){let e=n....
method addImage (line 1) | addImage(e,t){if(this.images[e])throw Error(`Image id ${e} already exi...
method _validate (line 1) | _validate(e,n){let r=!0,i=n.data||n.spriteData;return this._validateSt...
method _validateStretch (line 1) | _validateStretch(e,t){if(!e)return!0;let n=0;for(let r of e){if(r[0]<n...
method _validateContent (line 1) | _validateContent(e,t){if(!e)return!0;if(e.length!==4)return!1;let n=t....
method updateImage (line 1) | updateImage(e,t,n=!0){let r=this.getImage(e);if(n&&(r.data.width!==t.d...
method removeImage (line 1) | removeImage(e){let t=this.images[e];delete this.images[e],delete this....
method listImages (line 1) | listImages(){return Object.keys(this.images)}
method getImages (line 1) | getImages(e){return new Promise(((t,n)=>{let r=!0;if(!this.isLoaded())...
method _getImagesForIds (line 1) | _getImagesForIds(e){let n={};for(let r of e){let e=this.getImage(r);e|...
method getPixelSize (line 1) | getPixelSize(){let{width:e,height:t}=this.atlasImage;return{width:e,he...
method getPattern (line 1) | getPattern(e){let n=this.patterns[e],r=this.getImage(e);if(!r)return n...
method bind (line 1) | bind(e){let n=e.gl;this.atlasTexture?this.dirty&&=(this.atlasTexture.u...
method _updatePatternAtlas (line 1) | _updatePatternAtlas(){let e=[];for(let t in this.patterns)e.push(this....
method beginFrame (line 1) | beginFrame(){this.callbackDispatchedThisFrame={}}
method dispatchRenderCallbacks (line 1) | dispatchRenderCallbacks(e){for(let n of e){if(this.callbackDispatchedT...
method cloneImages (line 1) | cloneImages(){let e={};for(let t in this.images){let n=this.images[t];...
function _ (line 1) | function _(e,t,n){var r=new f(3);return r[0]=e,r[1]=t,r[2]=n,r}
function v (line 1) | function v(e,t,n){return e[0]=t[0]+n[0],e[1]=t[1]+n[1],e[2]=t[2]+n[2],e}
function y (line 1) | function y(e,t,n){return e[0]=t[0]*n,e[1]=t[1]*n,e[2]=t[2]*n,e}
function b (line 1) | function b(e,t,n){var r=t[0],i=t[1],a=t[2],o=n[0],s=n[1],c=n[2];return e...
function C (line 1) | function C(e,t,n){var r=t[0],i=t[1],a=t[2],o=t[3];return e[0]=n[0]*r+n[4...
function w (line 1) | function w(){var e=new f(4);return f!=Float32Array&&(e[0]=0,e[1]=0,e[2]=...
method constructor (line 1) | constructor(e){super(),C||=new t.t({anchor:new t.D(t.u.light.anchor),p...
method getLight (line 1) | getLight(){return this._transitionable.serialize()}
method setLight (line 1) | setLight(e,n={}){if(!this._validate(t.y,e,n))for(let n in e){let r=e[n...
method updateTransitions (line 1) | updateTransitions(e){this._transitioning=this._transitionable.transiti...
method hasTransition (line 1) | hasTransition(){return this._transitioning.hasTransition()}
method recalculate (line 1) | recalculate(e){this.properties=this._transitioning.possiblyEvaluate(e)}
method _validate (line 1) | _validate(e,n,r){return(!r||!1!==r.validate)&&t.B(this,e.call(t.C,{val...
function T (line 1) | function T(e,t,n,r){var i=arguments.length>4&&arguments[4]!==void 0?argu...
function E (line 1) | function E(){var e=new f(2);return f!=Float32Array&&(e[0]=0,e[1]=0),e}
method constructor (line 1) | constructor(e){super(),this._transitionable=new t.x(T,void 0),this.set...
method setSky (line 1) | setSky(e,n={}){if(!this._validate(t.J,e,n)){e||={"sky-color":`transpar...
method getSky (line 1) | getSky(){return this._transitionable.serialize()}
method updateTransitions (line 1) | updateTransitions(e){this._transitioning=this._transitionable.transiti...
method hasTransition (line 1) | hasTransition(){return this._transitioning.hasTransition()}
method recalculate (line 1) | recalculate(e){this.properties=this._transitioning.possiblyEvaluate(e)}
method _validate (line 1) | _validate(e,n,r={}){return!1!==r?.validate&&t.B(this,e.call(t.C,t.e({v...
method calculateFogBlendOpacity (line 1) | calculateFogBlendOpacity(e){return e<60?0:e<70?(e-60)/10:1}
function D (line 1) | function D(e,t){var n=new f(2);return n[0]=e,n[1]=t,n}
method constructor (line 1) | constructor(e,t){this.width=e,this.height=t,this.nextRow=0,this.data=n...
method getDash (line 1) | getDash(e,t){let n=e.join(`,`)+String(t);return this.dashEntry[n]||(th...
method getDashRanges (line 1) | getDashRanges(e,t,n){let r=[],i=e.length%2==1?-e[e.length-1]*n:0,a=e[0...
method addRoundDash (line 1) | addRoundDash(e,t,n){let r=t/2;for(let t=-n;t<=n;t++){let i=this.width*...
method addRegularDash (line 1) | addRegularDash(e){for(let t=e.length-1;t>=0;--t){let n=e[t],r=e[t+1];n...
method addDash (line 1) | addDash(e,n){let r=n?7:0,i=2*r+1;if(this.nextRow+i>this.height)return ...
method bind (line 1) | bind(e){let t=e.gl;this.texture?(t.bindTexture(t.TEXTURE_2D,this.textu...
function k (line 1) | function k(e,t,n){return t*(O/(e.tileSize*2**(n-e.tileID.overscaledZ)))}
method constructor (line 1) | constructor(){this.active={}}
method acquire (line 1) | acquire(e){if(!this.workers)for(this.workers=[];this.workers.length<k....
method release (line 1) | release(e){delete this.active[e],this.numActive()===0&&(this.workers.f...
method isPreloaded (line 1) | isPreloaded(){return!!this.active[O]}
method numActive (line 1) | numActive(){return Object.keys(this.active).length}
function A (line 1) | function A(e,t){return(e%t+t)%t}
function ee (line 1) | function ee(e,t,n){return e*(1-n)+t*n}
function te (line 1) | function te(e){if(e<=0)return 0;if(e>=1)return 1;let t=e*e,n=t*e;return ...
function j (line 1) | function j(e,t,n,r){let i=new o(e,t,n,r);return e=>i.solve(e)}
function re (line 1) | function re(e,t,n){return Math.min(n,Math.max(t,e))}
function ie (line 1) | function ie(e,t,n){let r=n-t,i=((e-t)%r+r)%r+t;return i===t?n:i}
function M (line 1) | function M(e,...t){for(let n of t)for(let t in n)e[t]=n[t];return e}
function oe (line 1) | function oe(e,t,n){let r={};for(let n in e)r[n]=t.call(this,e[n],n,e);re...
function se (line 1) | function se(e,t,n){let r={};for(let n in e)t.call(this,e[n],n,e)&&(r[n]=...
function N (line 1) | function N(e){return Array.isArray(e)?e.map(N):typeof e==`object`&&e?oe(...
method constructor (line 1) | constructor(e,t){e&&(t?this.setSouthWest(e).setNorthEast(t):Array.isAr...
method setNorthEast (line 1) | setNorthEast(e){return this._ne=e instanceof t.V?new t.V(e.lng,e.lat):...
method setSouthWest (line 1) | setSouthWest(e){return this._sw=e instanceof t.V?new t.V(e.lng,e.lat):...
method extend (line 1) | extend(e){let n=this._sw,r=this._ne,i,a;if(e instanceof t.V)i=e,a=e;el...
method getCenter (line 1) | getCenter(){return new t.V((this._sw.lng+this._ne.lng)/2,(this._sw.lat...
method getSouthWest (line 1) | getSouthWest(){return this._sw}
method getNorthEast (line 1) | getNorthEast(){return this._ne}
method getNorthWest (line 1) | getNorthWest(){return new t.V(this.getWest(),this.getNorth())}
method getSouthEast (line 1) | getSouthEast(){return new t.V(this.getEast(),this.getSouth())}
method getWest (line 1) | getWest(){return this._sw.lng}
method getSouth (line 1) | getSouth(){return this._sw.lat}
method getEast (line 1) | getEast(){return this._ne.lng}
method getNorth (line 1) | getNorth(){return this._ne.lat}
method toArray (line 1) | toArray(){return[this._sw.toArray(),this._ne.toArray()]}
method toString (line 1) | toString(){return`LngLatBounds(${this._sw.toString()}, ${this._ne.toSt...
method isEmpty (line 1) | isEmpty(){return!(this._sw&&this._ne)}
method contains (line 1) | contains(e){let{lng:n,lat:r}=t.V.convert(e),i=this._sw.lng<=n&&n<=this...
method intersects (line 1) | intersects(e){if(!((e=N.convert(e)).getNorth()>=this.getSouth()&&e.get...
method convert (line 1) | static convert(e){return e instanceof N?e:e&&new N(e)}
method fromLngLat (line 1) | static fromLngLat(e,n=0){let r=360*n/40075017,i=r/Math.cos(Math.PI/180...
method adjustAntiMeridian (line 1) | adjustAntiMeridian(){let e=new t.V(this._sw.lng,this._sw.lat),n=new t....
function le (line 1) | function le(e){ce[e]||(typeof console<`u`&&console.warn(e),ce[e]=!0)}
method constructor (line 1) | constructor(e,n,r,i){if(super(),this.id=e,this.dispatcher=r,this.type=...
method load (line 1) | load(){return t._(this,arguments,void 0,(function*(e=!1){this._loaded=...
method loaded (line 1) | loaded(){return this._loaded}
method hasTile (line 1) | hasTile(e){return!this.tileBounds||this.tileBounds.contains(e.canonical)}
method onAdd (line 1) | onAdd(e){this.map=e,this.load()}
method setSourceProperty (line 1) | setSourceProperty(e){this._tileJSONRequest&&this._tileJSONRequest.abor...
method setTiles (line 1) | setTiles(e){return this.setSourceProperty((()=>{this._options.tiles=e}...
method setUrl (line 1) | setUrl(e){return this.setSourceProperty((()=>{this.url=e,this._options...
method onRemove (line 1) | onRemove(){this._tileJSONRequest&&=(this._tileJSONRequest.abort(),null)}
method serialize (line 1) | serialize(){return t.e({},this._options)}
method loadTile (line 1) | loadTile(e){return t._(this,void 0,void 0,(function*(){let t=e.tileID....
method _getOverzoomParameters (line 1) | _getOverzoomParameters(e){return t._(this,void 0,void 0,(function*(){i...
method _afterTileLoadWorkerResponse (line 1) | _afterTileLoadWorkerResponse(e,t){if(t!=null&&t.resourceTiming&&(e.res...
method abortTile (line 1) | abortTile(e){return t._(this,void 0,void 0,(function*(){e.abortControl...
method unloadTile (line 1) | unloadTile(e){return t._(this,void 0,void 0,(function*(){e.unloadVecto...
method hasTransition (line 1) | hasTransition(){return!1}
function ue (line 1) | function ue(e,t,n){return(n.y-e.y)*(t.x-e.x)>(t.y-e.y)*(n.x-e.x)}
method constructor (line 1) | constructor(e,n,r,i){super(),this.id=e,this.dispatcher=r,this.setEvent...
method load (line 1) | load(){return t._(this,arguments,void 0,(function*(e=!1){this._loaded=...
method loaded (line 1) | loaded(){return this._loaded}
method onAdd (line 1) | onAdd(e){this.map=e,this.load()}
method onRemove (line 1) | onRemove(){this._tileJSONRequest&&=(this._tileJSONRequest.abort(),null)}
method setSourceProperty (line 1) | setSourceProperty(e){this._tileJSONRequest&&=(this._tileJSONRequest.ab...
method setTiles (line 1) | setTiles(e){return this.setSourceProperty((()=>{this._options.tiles=e}...
method setUrl (line 1) | setUrl(e){return this.setSourceProperty((()=>{this.url=e,this._options...
method serialize (line 1) | serialize(){return t.e({},this._options)}
method hasTile (line 1) | hasTile(e){return!this.tileBounds||this.tileBounds.contains(e.canonical)}
method loadTile (line 1) | loadTile(e){return t._(this,void 0,void 0,(function*(){let n=e.tileID....
method abortTile (line 1) | abortTile(e){return t._(this,void 0,void 0,(function*(){e.abortControl...
method unloadTile (line 1) | unloadTile(e){return t._(this,void 0,void 0,(function*(){e.texture&&th...
method hasTransition (line 1) | hasTransition(){return!1}
function de (line 1) | function de(e){return typeof WorkerGlobalScope<`u`&&e!==void 0&&e instan...
method constructor (line 1) | constructor(e,n,r,i){super(e,n,r,i),this.type=`raster-dem`,this.maxzoo...
method loadTile (line 1) | loadTile(e){return t._(this,void 0,void 0,(function*(){let n=e.tileID....
method readImageNow (line 1) | readImageNow(e){return t._(this,void 0,void 0,(function*(){if(typeof V...
method _getNeighboringTiles (line 1) | _getNeighboringTiles(e){let n=e.canonical,r=2**n.z,i=(n.x-1+r)%r,a=n.x...
method unloadTile (line 1) | unloadTile(e){return t._(this,void 0,void 0,(function*(){e.demTexture&...
function pe (line 1) | function pe(e){return typeof ImageBitmap<`u`&&e instanceof ImageBitmap}
function he (line 1) | function he(e,n,r,i,a){return t(this,void 0,void 0,(function*(){if(typeo...
function ve (line 1) | function ve(e,t,n,r){return e.addEventListener(t,n,r),{unsubscribe:()=>{...
method constructor (line 1) | constructor(e,n,r,i){super(),this.id=e,this.type=`geojson`,this.minzoo...
method _hasPendingWorkerUpdate (line 1) | _hasPendingWorkerUpdate(){return this._pendingWorkerUpdate.data!==void...
method _pixelsToTileUnits (line 1) | _pixelsToTileUnits(e){return e*(t.a5/this.tileSize)}
method _getClusterMaxZoom (line 1) | _getClusterMaxZoom(e){let n=e?Math.round(e):this.maxzoom-1;return Numb...
method load (line 1) | load(){return t._(this,void 0,void 0,(function*(){yield this._updateWo...
method onAdd (line 1) | onAdd(e){this.map=e,this.load()}
method setData (line 1) | setData(e,t){this._data=typeof e==`string`?{url:e}:{geojson:e},this._p...
method updateData (line 1) | updateData(e,t){this._pendingWorkerUpdate.diff=function(e,t){if(!e)ret...
method getData (line 1) | getData(){return t._(this,void 0,void 0,(function*(){return this._data...
method getBounds (line 1) | getBounds(){return t._(this,void 0,void 0,(function*(){return _e(yield...
method setClusterOptions (line 1) | setClusterOptions(e){return this.workerOptions.geojsonVtOptions.cluste...
method getClusterExpansionZoom (line 1) | getClusterExpansionZoom(e){return this.actor.sendAsync({type:`GCEZ`,da...
method getClusterChildren (line 1) | getClusterChildren(e){return this.actor.sendAsync({type:`GCC`,data:{ty...
method getClusterLeaves (line 1) | getClusterLeaves(e,t,n){return this.actor.sendAsync({type:`GCL`,data:{...
method _updateWorkerData (line 1) | _updateWorkerData(){return t._(this,void 0,void 0,(function*(){if(this...
method _getLoadGeoJSONParameters (line 1) | _getLoadGeoJSONParameters(e,n,r){return t._(this,void 0,void 0,(functi...
method _dispatchWorkerUpdate (line 1) | _dispatchWorkerUpdate(e){return t._(this,void 0,void 0,(function*(){th...
method _applyResourceTiming (line 1) | _applyResourceTiming(e,n){if(!this._collectResourceTiming)return;let r...
method _applyDiffToSource (line 1) | _applyDiffToSource(e){if(!e)return;let t=typeof this.promoteId==`strin...
method _getShouldReloadTileOptions (line 1) | _getShouldReloadTileOptions(e){if(e)return{affectedBounds:e.filter(Boo...
method shouldReloadTile (line 1) | shouldReloadTile(e,{affectedBounds:n}){if(e.state===`loading`)return!0...
method loaded (line 1) | loaded(){return!this._isUpdatingWorker&&!this._hasPendingWorkerUpdate()}
method loadTile (line 1) | loadTile(e){return t._(this,void 0,void 0,(function*(){let t=e.actor?`...
method abortTile (line 1) | abortTile(e){return t._(this,void 0,void 0,(function*(){e.abortControl...
method unloadTile (line 1) | unloadTile(e){return t._(this,void 0,void 0,(function*(){e.unloadVecto...
method onRemove (line 1) | onRemove(){this._removed=!0,this.actor.sendAsync({type:`RS`,data:{type...
method serialize (line 1) | serialize(){return t.e({},this._options,{type:this.type,data:this._dat...
method hasTransition (line 1) | hasTransition(){return!1}
function ye (line 1) | function ye(e){return e*Math.PI/180}
method constructor (line 1) | constructor(e,t,n,r){super(),this.flippedWindingOrder=!1,this.id=e,thi...
method load (line 1) | load(e){return t._(this,void 0,void 0,(function*(){this._loaded=!1,thi...
method loaded (line 1) | loaded(){return this._loaded}
method updateImage (line 1) | updateImage(e){return e.url?(this._request&&=(this._request.abort(),nu...
method _finishLoading (line 1) | _finishLoading(){this.map&&(this.setCoordinates(this.coordinates),this...
method onAdd (line 1) | onAdd(e){this.map=e,this.load()}
method onRemove (line 1) | onRemove(){this._request&&=(this._request.abort(),null)}
method setCoordinates (line 1) | setCoordinates(e){this.coordinates=e;let n=e.map(t.a6.fromLngLat);var ...
method prepare (line 1) | prepare(){if(Object.keys(this.tiles).length===0||!this.image)return;le...
method loadTile (line 1) | loadTile(e){return t._(this,void 0,void 0,(function*(){this.tileID&&th...
method serialize (line 1) | serialize(){return{type:`image`,url:this.options.url,coordinates:this....
method hasTransition (line 1) | hasTransition(){return!1}
method _getOverlappingTileRanges (line 1) | _getOverlappingTileRanges(e){let{minX:n,minY:r,maxX:i,maxY:a}=t.a7.fro...
function be (line 1) | function be(e){return e/Math.PI*180}
method constructor (line 1) | constructor(e,t,n,r){super(e,t,n,r),this._onPlayingHandler=()=>{var e;...
method load (line 1) | load(){return t._(this,void 0,void 0,(function*(){this._loaded=!1;let ...
method pause (line 1) | pause(){this.video&&this.video.pause()}
method play (line 1) | play(){this.video&&this.video.play()}
method seek (line 1) | seek(e){if(this.video){let n=this.video.seekable;e<n.start(0)||e>n.end...
method getVideo (line 1) | getVideo(){return this.video}
method onAdd (line 1) | onAdd(e){this.map||(this.map=e,this.load(),this.video&&(this.video.pla...
method onRemove (line 1) | onRemove(){super.onRemove(),this.video&&(this.video.removeEventListene...
method prepare (line 1) | prepare(){if(Object.keys(this.tiles).length===0||this.video.readyState...
method serialize (line 1) | serialize(){return{type:`video`,urls:this.urls,coordinates:this.coordi...
method hasTransition (line 1) | hasTransition(){return this.video&&!this.video.paused}
class Te (line 1) | class Te extends Error{constructor(e=we){super(e instanceof Error?e.mess...
method constructor (line 1) | constructor(e=we){super(e instanceof Error?e.message:e),this.name=we,e...
method constructor (line 1) | constructor(){super(...arguments),this.status=`unavailable`,this.url=n...
method _syncState (line 1) | _syncState(e){return this.status=e,this.dispatcher.broadcast(`SRPS`,{p...
method getRTLTextPluginStatus (line 1) | getRTLTextPluginStatus(){return this.status}
method clearRTLTextPlugin (line 1) | clearRTLTextPlugin(){this.status=`unavailable`,this.url=null}
method setRTLTextPlugin (line 1) | setRTLTextPlugin(e){return t._(this,arguments,void 0,(function*(e,t=!1...
method _requestImport (line 1) | _requestImport(){return t._(this,void 0,void 0,(function*(){yield this...
method lazyLoad (line 1) | lazyLoad(){this.status===`unavailable`?this.status=`requested`:this.st...
function Ee (line 1) | function Ee(e){return e.name===we}
function Oe (line 1) | function Oe(e){return De.REGISTERED_PROTOCOLS[e.substring(0,e.indexOf(`:...
class Ae (line 1) | class Ae extends Error{constructor(e,t,n,r){super(`AJAXError: ${t} (${e}...
method constructor (line 1) | constructor(e,t,n,r){super(`AJAXError: ${t} (${e}): ${n}`),this.status...
method constructor (line 1) | constructor(e,n){this.timeAdded=0,this.fadeEndTime=0,this.fadeOpacity=...
method isRenderable (line 1) | isRenderable(e){return this.hasData()&&(!this.fadeEndTime||this.fadeOp...
method setCrossFadeLogic (line 1) | setCrossFadeLogic({fadingRole:e,fadingDirection:t,fadingParentID:n,fad...
method setSelfFadeLogic (line 1) | setSelfFadeLogic(e){this.resetFadeLogic(),this.selfFading=!0,this.fade...
method resetFadeLogic (line 1) | resetFadeLogic(){this.fadingRole=null,this.fadingDirection=null,this.f...
method wasRequested (line 1) | wasRequested(){return this.state===`errored`||this.state===`loaded`||t...
method clearTextures (line 1) | clearTextures(e){this.demTexture&&e.saveTileTexture(this.demTexture),t...
method loadVectorData (line 1) | loadVectorData(e,n,r){if(!0!==e?.etagUnmodified)if(this.hasData()&&thi...
method unloadVectorData (line 1) | unloadVectorData(){for(let e in this.buckets)this.buckets[e].destroy()...
method getBucket (line 1) | getBucket(e){return this.buckets[e.id]}
method upload (line 1) | upload(e){for(let t in this.buckets){let n=this.buckets[t];n.uploadPen...
method prepare (line 1) | prepare(e){this.imageAtlas&&this.imageAtlas.patchUpdatedImages(e,this....
method queryRenderedFeatures (line 1) | queryRenderedFeatures(e,t,n,r,i,a,o,s,c,l,u){return this.latestFeature...
method querySourceFeatures (line 1) | querySourceFeatures(e,n){let r=this.latestFeatureIndex;if(!r||!r.rawTi...
method hasData (line 1) | hasData(){return this.state===`loaded`||this.state===`reloading`||this...
method patternsLoaded (line 1) | patternsLoaded(){return this.imageAtlas&&!!Object.keys(this.imageAtlas...
method setExpiryData (line 1) | setExpiryData(e){let n=this.expirationTime;if(e.cacheControl){let n=t....
method getExpiryTimeout (line 1) | getExpiryTimeout(){if(this.expirationTime)return this.expiredRequestCo...
method setFeatureState (line 1) | setFeatureState(e,n){if(!this.latestFeatureIndex||!this.latestFeatureI...
method holdingForSymbolFade (line 1) | holdingForSymbolFade(){return this.symbolFadeHoldUntil!==void 0}
method symbolFadeFinished (line 1) | symbolFadeFinished(){return!this.symbolFadeHoldUntil||this.symbolFadeH...
method clearSymbolFadeHold (line 1) | clearSymbolFadeHold(){this.symbolFadeHoldUntil=void 0}
method setSymbolHoldDuration (line 1) | setSymbolHoldDuration(e){this.symbolFadeHoldUntil=l()+e}
method setDependencies (line 1) | setDependencies(e,t){let n={};for(let e of t)n[e]=!0;this.dependencies...
method hasDependency (line 1) | hasDependency(e,t){for(let n of e){let e=this.dependencies[n];if(e){fo...
function Ne (line 1) | function Ne(e){if(!e||e.indexOf(`://`)<=0||e.indexOf(`data:image/`)===0|...
function Pe (line 1) | function Pe(e,t,n){n[e]&&n[e].indexOf(t)!==-1||(n[e]=n[e]||[],n[e].push(...
function Fe (line 1) | function Fe(e,t,n){if(n&&n[e]){let r=n[e].indexOf(t);r!==-1&&n[e].splice...
class Ie (line 1) | class Ie{constructor(e,t={}){M(this,t),this.type=e}}
method constructor (line 1) | constructor(e,t={}){M(this,t),this.type=e}
class Le (line 1) | class Le extends Ie{constructor(e,t={}){super(`error`,M({error:e},t))}}
method constructor (line 1) | constructor(e,t={}){super(`error`,M({error:e},t))}
class Re (line 1) | class Re{on(e,t){return this._listeners=this._listeners||{},Pe(e,t,this....
method on (line 1) | on(e,t){return this._listeners=this._listeners||{},Pe(e,t,this._listen...
method off (line 1) | off(e,t){return Fe(e,t,this._listeners),Fe(e,t,this._oneTimeListeners)...
method once (line 1) | once(e,t){return t?(this._oneTimeListeners=this._oneTimeListeners||{},...
method fire (line 1) | fire(e,t){typeof e==`string`&&(e=new Ie(e,t||{}));let n=e.type;if(this...
method listens (line 1) | listens(e){return this._listeners&&this._listeners[e]&&this._listeners...
method setEventedParent (line 1) | setEventedParent(e,t){return this._eventedParent=e,this._eventedParent...
function Be (line 1) | function Be(e,t){let n={};for(let t in e)t!==`ref`&&(n[t]=e[t]);return z...
function Ve (line 1) | function Ve(e,t){if(Array.isArray(e)){if(!Array.isArray(t)||e.length!==t...
function He (line 1) | function He(e,t){e.push(t)}
function Ue (line 1) | function Ue(e,t,n){He(n,{command:`addSource`,args:[e,t[e]]})}
function We (line 1) | function We(e,t,n){He(t,{command:`removeSource`,args:[e]}),n[e]=!0}
function Ge (line 1) | function Ge(e,t,n,r){We(e,n,r),Ue(e,t,n)}
function Ke (line 1) | function Ke(e,t,n){let r;for(r in e[n])if(Object.prototype.hasOwnPropert...
function qe (line 1) | function qe(e,t,n,r,i,a){e||={},t||={};for(let o in e)Object.prototype.h...
function Je (line 1) | function Je(e){return e.id}
function Ye (line 1) | function Ye(e,t){return e[t.id]=t,e}
class F (line 1) | class F{constructor(e,t,n,r){this.message=(e?`${e}: `:``)+n,r&&(this.ide...
method constructor (line 1) | constructor(e,t,n,r){this.message=(e?`${e}: `:``)+n,r&&(this.identifie...
function Xe (line 1) | function Xe(e,...t){for(let n of t)for(let t in n)e[t]=n[t];return e}
method constructor (line 1) | constructor(){this._tiles={}}
method handleWrapJump (line 1) | handleWrapJump(e){let t={};for(let n in this._tiles){let r=this._tiles...
method setFeatureState (line 1) | setFeatureState(e,t){for(let n in this._tiles)this._tiles[n].setFeatur...
method getAllTiles (line 1) | getAllTiles(){return Object.values(this._tiles)}
method getAllIds (line 1) | getAllIds(e=!1){return e?Object.values(this._tiles).map((e=>e.tileID))...
method getTileById (line 1) | getTileById(e){return this._tiles[e]}
method setTile (line 1) | setTile(e,t){this._tiles[e]=t}
method deleteTileById (line 1) | deleteTileById(e){delete this._tiles[e]}
method getLoadedTile (line 1) | getLoadedTile(e){let t=this.getTileById(e.key);return t?.hasData()?t:n...
method isIdRenderable (line 1) | isIdRenderable(e,t=!1){return this.getTileById(e)?.isRenderable(t)}
method getRenderableIds (line 1) | getRenderableIds(e=0,n){let r=[];for(let e of this.getAllIds())this.is...
class Ze (line 1) | class Ze extends Error{constructor(e,t){super(t),this.message=t,this.key...
method constructor (line 1) | constructor(e,t){super(t),this.message=t,this.key=e}
method constructor (line 1) | constructor(e,n,r){super(),this.id=e,this.dispatcher=r,this.on(`data`,...
method onAdd (line 1) | onAdd(e){this.map=e,this._maxTileCacheSize=e?e._maxTileCacheSize:null,...
method onRemove (line 1) | onRemove(e){for(let e of this._inViewTiles.getAllTiles())e.unloadVecto...
method loaded (line 1) | loaded(){if(this._sourceErrored)return!0;if(!this._sourceLoaded||!this...
method getSource (line 1) | getSource(){return this._source}
method getState (line 1) | getState(){return this._state}
method pause (line 1) | pause(){this._paused=!0}
method resume (line 1) | resume(){if(!this._paused)return;let e=this._shouldReloadOnResume;this...
method _loadTile (line 1) | _loadTile(e,n,r){return t._(this,void 0,void 0,(function*(){try{let t=...
method _unloadTile (line 1) | _unloadTile(e){this._source.unloadTile&&this._source.unloadTile(e)}
method _abortTile (line 1) | _abortTile(e){this._source.abortTile&&this._source.abortTile(e),this._...
method serialize (line 1) | serialize(){return this._source.serialize()}
method prepare (line 1) | prepare(e){this._source.prepare&&this._source.prepare(),this._state.co...
method getIds (line 1) | getIds(){return this._inViewTiles.getAllIds(!0)}
method getRenderableIds (line 1) | getRenderableIds(e){return this._inViewTiles.getRenderableIds(this.tra...
method hasRenderableParent (line 1) | hasRenderableParent(e){let t=e.overscaledZ-1;if(t>=this._source.minzoo...
method reload (line 1) | reload(e,t=void 0){if(this._paused)this._shouldReloadOnResume=!0;else{...
method _reloadTile (line 1) | _reloadTile(e,n){return t._(this,void 0,void 0,(function*(){let t=this...
method _tileLoaded (line 1) | _tileLoaded(e,n,r,i){e.timeAdded=l(),e.selfFading&&(e.fadeEndTime=e.ti...
method getTile (line 1) | getTile(e){return this.getTileByID(e.key)}
method getTileByID (line 1) | getTileByID(e){return this._inViewTiles.getTileById(e)}
method _retainLoadedChildren (line 1) | _retainLoadedChildren(e,t){let n=this._getLoadedDescendents(t),r=new S...
method _getLoadedDescendents (line 1) | _getLoadedDescendents(e){var t;let n={};for(let r of this._inViewTiles...
method _areDescendentsComplete (line 1) | _areDescendentsComplete(e,t,n){return e.length===1&&e[0].isOverscaled(...
method getLoadedTile (line 1) | getLoadedTile(e){return this._inViewTiles.getLoadedTile(e)}
method updateCacheSize (line 1) | updateCacheSize(e){let n=Math.ceil(e.width/this._source.tileSize)+1,r=...
method handleWrapJump (line 1) | handleWrapJump(e){let t=Math.round((e-(this._prevLng===void 0?e:this._...
method update (line 1) | update(e,n){if(!this._sourceLoaded||this._paused)return;let r;this.tra...
method _cleanUpRasterTiles (line 1) | _cleanUpRasterTiles(e){for(let t of this._inViewTiles.getAllIds())e[t]...
method _cleanUpVectorTiles (line 1) | _cleanUpVectorTiles(e){for(let t of this._inViewTiles.getAllIds()){let...
method _addTerrainIdealTiles (line 1) | _addTerrainIdealTiles(e){let t=[];for(let n of e)if(n.canonical.z>this...
method releaseSymbolFadeTiles (line 1) | releaseSymbolFadeTiles(){for(let e of this._inViewTiles.getAllIds())th...
method _updateRetainedTiles (line 1) | _updateRetainedTiles(e,t){let n=new Set;for(let t of e)this._addTile(t...
method _addTile (line 1) | _addTile(e){let n=this._inViewTiles.getTileById(e.key);if(n)return n;n...
method _setTileReloadTimer (line 1) | _setTileReloadTimer(e,t){this._clearTileReloadTimer(e);let n=t.getExpi...
method _clearTileReloadTimer (line 1) | _clearTileReloadTimer(e){let t=this._timers[e];t&&(clearTimeout(t),del...
method _resetTileReloadTimers (line 1) | _resetTileReloadTimers(){for(let e in this._timers)clearTimeout(this._...
method refreshTiles (line 1) | refreshTiles(e){for(let t of this._inViewTiles.getAllIds()){let n=this...
method _removeTile (line 1) | _removeTile(e){let t=this._inViewTiles.getTileById(e);t&&(t.uses--,thi...
method _dataHandler (line 1) | _dataHandler(e){e.dataType===`source`&&(e.sourceDataType===`metadata`?...
method clearTiles (line 1) | clearTiles(){this._shouldReloadOnResume=!1,this._paused=!1;for(let e o...
method tilesIn (line 1) | tilesIn(e,n,r){let i=[],a=this.transform;if(!a)return i;let o=a.getCov...
method transformBbox (line 1) | transformBbox(e,n,r){let i=e.map(n);if(r){let r=t.a7.fromPoints(e);r.s...
method getVisibleCoordinates (line 1) | getVisibleCoordinates(e){let t=this.getRenderableIds(e).map((e=>this._...
method hasTransition (line 1) | hasTransition(){return!!this._source.hasTransition()||!(!Ge(this._sour...
method setRasterFadeDuration (line 1) | setRasterFadeDuration(e){this._rasterFadeDuration=e}
method setFeatureState (line 1) | setFeatureState(e,n,r){this._state.updateState(e||=t.af,n,r)}
method removeFeatureState (line 1) | removeFeatureState(e,n,r){this._state.removeFeatureState(e||=t.af,n,r)}
method getFeatureState (line 1) | getFeatureState(e,n){return this._state.getState(e||=t.af,n)}
method setDependencies (line 1) | setDependencies(e,t,n){let r=this._inViewTiles.getTileById(e);r&&r.set...
method reloadTilesForDependencies (line 1) | reloadTilesForDependencies(e,t){for(let n of this._inViewTiles.getAllI...
method areTilesLoaded (line 1) | areTilesLoaded(){for(let e of this._inViewTiles.getAllTiles())if(e.sta...
class Qe (line 1) | class Qe{constructor(e,t=[]){this.parent=e,this.bindings={};for(let[e,n]...
method constructor (line 1) | constructor(e,t=[]){this.parent=e,this.bindings={};for(let[e,n]of t)th...
method concat (line 1) | concat(e){return new Qe(this,e)}
method get (line 1) | get(e){if(this.bindings[e])return this.bindings[e];if(this.parent)retu...
method has (line 1) | has(e){return!!this.bindings[e]||!!this.parent&&this.parent.has(e)}
method constructor (line 1) | constructor(e,t){this.reset(e,t)}
method reset (line 1) | reset(e,t){this.points=e||[],this._distances=[0];for(let e=1;e<this.po...
method lerp (line 1) | lerp(e){if(this.points.length===1)return this.points[0];e=t.ak(e,0,1);...
function ut (line 1) | function ut(e,t){return{kind:`array`,itemType:e,N:t}}
function dt (line 1) | function dt(e){if(e.kind===`array`){let t=dt(e.itemType);return typeof e...
function pt (line 1) | function pt(e,t){if(t.kind===`error`)return null;if(e.kind===`array`){if...
function mt (line 1) | function mt(e,t){return t.some((t=>t.kind===e.kind))}
function ht (line 1) | function ht(e,t){return t.some((t=>t===`null`?e===null:t===`array`?Array...
function gt (line 1) | function gt(e,t){return e.kind===`array`&&t.kind===`array`?e.itemType.ki...
function wt (line 1) | function wt(e){return(e%=360)<0&&(e+=360),e}
function Tt (line 1) | function Tt([e,t,n,r]){let i,a,o=Dt((.2225045*(e=Et(e))+.7168786*(t=Et(t...
method constructor (line 1) | constructor(e,t,n,r,i){this.transform=e.clone(),this.terrain=t,this.co...
method _getTerrainElevationFunc (line 1) | _getTerrainElevationFunc(e){let t=this.terrain;return t?(n,r)=>t.getEl...
method getBucketParts (line 1) | getBucketParts(e,n,r,i){let a=r.getBucket(n),o=r.latestFeatureIndex;if...
method attemptAnchorPlacement (line 1) | attemptAnchorPlacement(e,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y,b){let x=...
method placeLayerBucketPart (line 1) | placeLayerBucketPart(e,n,r){let{bucket:i,layout:a,translationText:o,tr...
method storeCollisionData (line 1) | storeCollisionData(e,t,n,r,i,a){if(n.textBox||n.iconBox){let a,o;this....
method markUsedJustification (line 1) | markUsedJustification(e,n,r,i){let a;a=i===t.aw.vertical?r.verticalPla...
method markUsedOrientation (line 1) | markUsedOrientation(e,n,r){let i=n===t.aw.horizontal||n===t.aw.horizon...
method commit (line 1) | commit(e){this.commitTime=e,this.zoomAtLastRecencyCheck=this.transform...
method updateLayerOpacities (line 1) | updateLayerOpacities(e,t){let n={};for(let r of t){let t=r.getBucket(e...
method updateBucketOpacities (line 1) | updateBucketOpacities(e,n,r,i){e.hasTextData()&&(e.text.opacityVertexA...
method symbolFadeChange (line 1) | symbolFadeChange(e){return this.fadeDuration===0?1:(e-this.commitTime)...
method zoomAdjustment (line 1) | zoomAdjustment(e){return Math.max(0,(this.transform.zoom-e)/1.5)}
method hasTransitions (line 1) | hasTransitions(e){return this.stale||e-this.lastPlacementChangeTime<th...
method stillRecent (line 1) | stillRecent(e,t){let n=this.zoomAtLastRecencyCheck===t?1-this.zoomAdju...
method setStale (line 1) | setStale(){this.stale=!0}
function Et (line 1) | function Et(e){return e<=.04045?e/12.92:((e+.055)/1.055)**2.4}
function Dt (line 1) | function Dt(e){return e>.008856451679035631?e**(1/3):e/xt+yt}
function Ot (line 1) | function Ot([e,t,n,r]){let i=(e+16)/116,a=isNaN(t)?i:i+t/500,o=isNaN(n)?...
function kt (line 1) | function kt(e){return(e=e<=.00304?12.92*e:1.055*e**(1/2.4)-.055)<0?0:e>1...
function At (line 1) | function At(e){return e>bt?e*e*e:xt*(e-yt)}
function Mt (line 1) | function Mt(e,t){return jt(e,t)?e[t]:void 0}
function Nt (line 1) | function Nt(e){return parseInt(e.padEnd(2,e),16)/255}
method constructor (line 1) | constructor(e){this._sortAcrossTiles=e.layout.get(`symbol-z-order`)!==...
method continuePlacement (line 1) | continuePlacement(e,t,n,r,i){let a=this._bucketParts;for(;this._curren...
function Pt (line 1) | function Pt(e,t){return Ft(t?e/100:e,0,1)}
method constructor (line 1) | constructor(e,t,n,r,i,a,o,s){this.placement=new Tt(e,t,a,o,s),this._cu...
method isDone (line 1) | isDone(){return this._done}
method continuePlacement (line 1) | continuePlacement(e,n,r){let i=l(),a=()=>!this._forceFullPlacement&&l(...
method commit (line 1) | commit(e){return this.placement.commit(e),this.placement}
function Ft (line 1) | function Ft(e,t,n){return Math.min(Math.max(t,e),n)}
function It (line 1) | function It(e){return!e.some(Number.isNaN)}
method constructor (line 1) | constructor(e,n,r){this.tileID=e,this.bucketInstanceId=r,this._symbols...
method getScaledCoordinates (line 1) | getScaledCoordinates(e,n){let{x:r,y:i,z:a}=this.tileID.canonical,{x:o,...
method findMatches (line 1) | findMatches(e,t,n){let r=this.tileID.canonical.z<t.canonical.z?1:2**(t...
method getCrossTileIDsLists (line 1) | getCrossTileIDsLists(){return Object.values(this._symbolsByKey).map(((...
function Rt (line 1) | function Rt(e,t,n){return e+n*(t-e)}
method constructor (line 1) | constructor(){this.indexes={},this.usedCrossTileIDs={},this.lng=0}
method handleWrapJump (line 1) | handleWrapJump(e){let t=Math.round((e-this.lng)/360);if(t!==0)for(let ...
method addBucket (line 1) | addBucket(e,t,n){if(this.indexes[e.overscaledZ]&&this.indexes[e.oversc...
method removeBucketCrossTileIDs (line 1) | removeBucketCrossTileIDs(e,t){for(let n of t.getCrossTileIDsLists())fo...
method removeStaleBuckets (line 1) | removeStaleBuckets(e){let t=!1;for(let n in this.indexes){let r=this.i...
function zt (line 1) | function zt(e,t,n){return e.map(((e,r)=>Rt(e,t[r],n)))}
method constructor (line 1) | constructor(){this.layerIndexes={},this.crossTileIDs=new Lt,this.maxBu...
method addLayer (line 1) | addLayer(e,t,n){let r=this.layerIndexes[e.id];r===void 0&&(r=this.laye...
method pruneUnusedLayers (line 1) | pruneUnusedLayers(e){let t={};e.forEach((e=>{t[e]=!0}));for(let e in t...
class V (line 1) | class V{constructor(e,t,n,r=1,i=!0){this.r=e,this.g=t,this.b=n,this.a=r,...
method constructor (line 1) | constructor(e,t,n,r=1,i=!0){this.r=e,this.g=t,this.b=n,this.a=r,i||(th...
method parse (line 1) | static parse(e){if(e instanceof V)return e;if(typeof e!=`string`)retur...
method rgb (line 1) | get rgb(){let{r:e,g:t,b:n,a:r}=this,i=r||1/0;return this.overwriteGett...
method hcl (line 1) | get hcl(){return this.overwriteGetter(`hcl`,function(e){let[t,n,r,i]=T...
method lab (line 1) | get lab(){return this.overwriteGetter(`lab`,Tt(this.rgb))}
method overwriteGetter (line 1) | overwriteGetter(e,t){return Object.defineProperty(this,e,{value:t}),t}
method toString (line 1) | toString(){let[e,t,n,r]=this.rgb;return`rgba(${[e,t,n].map((e=>Math.ro...
method interpolate (line 1) | static interpolate(e,t,n,r=`rgb`){switch(r){case`rgb`:{let[r,i,a,o]=zt...
class Bt (line 1) | class Bt{constructor(e,t,n){this.sensitivity=e?t?`variant`:`case`:t?`acc...
method constructor (line 1) | constructor(e,t,n){this.sensitivity=e?t?`variant`:`case`:t?`accent`:`b...
method compare (line 1) | compare(e,t){return this.collator.compare(e,t)}
method resolvedLocale (line 1) | resolvedLocale(){return new Intl.Collator(this.locale?this.locale:[])....
class Vt (line 1) | class Vt{constructor(e,t,n,r,i,a){this.text=e,this.image=t,this.scale=n,...
method constructor (line 1) | constructor(e,t,n,r,i,a){this.text=e,this.image=t,this.scale=n,this.fo...
method constructor (line 754) | constructor(e,t,n){this.vertexBuffer=e,this.indexBuffer=t,this.segment...
method destroy (line 754) | destroy(){this.vertexBuffer.destroy(),this.indexBuffer.destroy(),this....
class Ht (line 1) | class Ht{constructor(e){this.sections=e}static fromString(e){return new ...
method constructor (line 1) | constructor(e){this.sections=e}
method fromString (line 1) | static fromString(e){return new Ht([new Vt(e,null,null,null,null,null)])}
method isEmpty (line 1) | isEmpty(){return this.sections.length===0||!this.sections.some((e=>e.t...
method factory (line 1) | static factory(e){return e instanceof Ht?e:Ht.fromString(e)}
method toString (line 1) | toString(){return this.sections.length===0?``:this.sections.map((e=>e....
class Ut (line 1) | class Ut{constructor(e){this.values=e.slice()}static parse(e){if(e insta...
method constructor (line 1) | constructor(e){this.values=e.slice()}
method parse (line 1) | static parse(e){if(e instanceof Ut)return e;if(typeof e==`number`)retu...
method toString (line 1) | toString(){return JSON.stringify(this.values)}
method interpolate (line 1) | static interpolate(e,t,n){return new Ut(zt(e.values,t.values,n))}
class Wt (line 1) | class Wt{constructor(e){this.values=e.slice()}static parse(e){if(e insta...
method constructor (line 1) | constructor(e){this.values=e.slice()}
method parse (line 1) | static parse(e){if(e instanceof Wt)return e;if(typeof e==`number`)retu...
method toString (line 1) | toString(){return JSON.stringify(this.values)}
method interpolate (line 1) | static interpolate(e,t,n){return new Wt(zt(e.values,t.values,n))}
class Gt (line 1) | class Gt{constructor(e){this.values=e.slice()}static parse(e){if(e insta...
method constructor (line 1) | constructor(e){this.values=e.slice()}
method parse (line 1) | static parse(e){if(e instanceof Gt)return e;if(typeof e==`string`){let...
method toString (line 1) | toString(){return JSON.stringify(this.values)}
method interpolate (line 1) | static interpolate(e,t,n,r=`rgb`){let i=[];if(e.values.length!=t.value...
method constructor (line 754) | constructor(){this._cachedMesh=null}
method name (line 754) | get name(){return`mercator`}
method useSubdivision (line 754) | get useSubdivision(){return!1}
method shaderVariantName (line 754) | get shaderVariantName(){return Wt}
method shaderDefine (line 754) | get shaderDefine(){return Ut}
method shaderPreludeCode (line 754) | get shaderPreludeCode(){return Bt.projectionMercator}
method vertexShaderPreludeCode (line 754) | get vertexShaderPreludeCode(){return Bt.projectionMercator.vertexSource}
method subdivisionGranularity (line 754) | get subdivisionGranularity(){return t.aT.noSubdivision}
method useGlobeControls (line 754) | get useGlobeControls(){return!1}
method transitionState (line 754) | get transitionState(){return 0}
method latitudeErrorCorrectionRadians (line 754) | get latitudeErrorCorrectionRadians(){return 0}
method destroy (line 754) | destroy(){}
method updateGPUdependent (line 754) | updateGPUdependent(e){}
method getMeshFromTileID (line 754) | getMeshFromTileID(e,n,r,i,a){if(this._cachedMesh)return this._cachedMe...
method recalculate (line 754) | recalculate(){}
method hasTransition (line 754) | hasTransition(){return!1}
method setErrorQueryLatitudeDegrees (line 754) | setErrorQueryLatitudeDegrees(e){}
class Kt (line 1) | class Kt extends Error{constructor(e){super(e),this.name=`RuntimeError`}...
method constructor (line 1) | constructor(e){super(e),this.name=`RuntimeError`}
method toJSON (line 1) | toJSON(){return this.message}
method constructor (line 754) | constructor(e=0,t=0,n=0,r=0){if(isNaN(e)||e<0||isNaN(t)||t<0||isNaN(n)...
method interpolate (line 754) | interpolate(e,n,r){return n.top!=null&&e.top!=null&&(this.top=t.G.numb...
method getCenter (line 754) | getCenter(e,n){let r=t.ak((this.left+e-this.right)/2,0,e),i=t.ak((this...
method equals (line 754) | equals(e){return this.top===e.top&&this.bottom===e.bottom&&this.left==...
method clone (line 754) | clone(){return new Kt(this.top,this.bottom,this.left,this.right)}
method toJSON (line 754) | toJSON(){return{top:this.top,bottom:this.bottom,left:this.left,right:t...
class Jt (line 1) | class Jt{constructor(e){this.values=e.slice()}static parse(e){if(e insta...
method constructor (line 1) | constructor(e){this.values=e.slice()}
method parse (line 1) | static parse(e){if(e instanceof Jt)return e;if(Array.isArray(e)&&!(e.l...
method toString (line 1) | toString(){return JSON.stringify(this.values)}
method interpolate (line 1) | static interpolate(e,t,n){let r=e.values,i=t.values;if(r.length!==i.le...
class Yt (line 1) | class Yt{constructor(e){this.name=e.name,this.available=e.available}toSt...
method constructor (line 1) | constructor(e){this.name=e.name,this.available=e.available}
method toString (line 1) | toString(){return this.name}
method fromString (line 1) | static fromString(e){return e?new Yt({name:e,available:!1}):null}
method constructor (line 754) | constructor(e,n){this.applyConstrain=(e,t)=>this._constrainOverride===...
method apply (line 754) | apply(e,n,r){this._constrainOverride=e.constrainOverride,this._latRang...
method pixelsToClipSpaceMatrix (line 754) | get pixelsToClipSpaceMatrix(){return this._pixelsToClipSpaceMatrix}
method clipSpaceToPixelsMatrix (line 754) | get clipSpaceToPixelsMatrix(){return this._clipSpaceToPixelsMatrix}
method minElevationForCurrentTile (line 754) | get minElevationForCurrentTile(){return this._minElevationForCurrentTile}
method setMinElevationForCurrentTile (line 754) | setMinElevationForCurrentTile(e){this._minElevationForCurrentTile=e}
method tileSize (line 754) | get tileSize(){return this._tileSize}
method tileZoom (line 754) | get tileZoom(){return this._tileZoom}
method scale (line 754) | get scale(){return this._scale}
method width (line 754) | get width(){return this._width}
method height (line 754) | get height(){return this._height}
method bearingInRadians (line 754) | get bearingInRadians(){return this._bearingInRadians}
method lngRange (line 754) | get lngRange(){return this._lngRange}
method latRange (line 754) | get latRange(){return this._latRange}
method pixelsToGLUnits (line 754) | get pixelsToGLUnits(){return this._pixelsToGLUnits}
method minZoom (line 754) | get minZoom(){return this._minZoom}
method setMinZoom (line 754) | setMinZoom(e){this._minZoom!==e&&(this._minZoom=e,this.setZoom(this.ap...
method maxZoom (line 754) | get maxZoom(){return this._maxZoom}
method setMaxZoom (line 754) | setMaxZoom(e){this._maxZoom!==e&&(this._maxZoom=e,this.setZoom(this.ap...
method minPitch (line 754) | get minPitch(){return this._minPitch}
method setMinPitch (line 754) | setMinPitch(e){this._minPitch!==e&&(this._minPitch=e,this.setPitch(Mat...
method maxPitch (line 754) | get maxPitch(){return this._maxPitch}
method setMaxPitch (line 754) | setMaxPitch(e){this._maxPitch!==e&&(this._maxPitch=e,this.setPitch(Mat...
method renderWorldCopies (line 754) | get renderWorldCopies(){return this._renderWorldCopies}
method setRenderWorldCopies (line 754) | setRenderWorldCopies(e){e===void 0?e=!0:e===null&&(e=!1),this._renderW...
method constrainOverride (line 754) | get constrainOverride(){return this._constrainOverride}
method setConstrainOverride (line 754) | setConstrainOverride(e){e===void 0&&(e=null),this._constrainOverride!=...
method worldSize (line 754) | get worldSize(){return this._tileSize*this._scale}
method centerOffset (line 754) | get centerOffset(){return this.centerPoint._sub(this.size._div(2))}
method size (line 754) | get size(){return new t.P(this._width,this._height)}
method bearing (line 754) | get bearing(){return this._bearingInRadians/Math.PI*180}
method setBearing (line 754) | setBearing(e){let n=t.W(e,-180,180)*Math.PI/180;var i,a,o,s,c,l,u,d,f;...
method rotationMatrix (line 754) | get rotationMatrix(){return this._rotationMatrix}
method pitchInRadians (line 754) | get pitchInRadians(){return this._pitchInRadians}
method pitch (line 754) | get pitch(){return this._pitchInRadians/Math.PI*180}
method setPitch (line 754) | setPitch(e){let n=t.ak(e,this.minPitch,this.maxPitch)/180*Math.PI;this...
method rollInRadians (line 754) | get rollInRadians(){return this._rollInRadians}
method roll (line 754) | get roll(){return this._rollInRadians/Math.PI*180}
method setRoll (line 754) | setRoll(e){let t=e/180*Math.PI;this._rollInRadians!==t&&(this._unmodif...
method fovInRadians (line 754) | get fovInRadians(){return this._fovInRadians}
method fov (line 754) | get fov(){return t.aX(this._fovInRadians)}
method setFov (line 754) | setFov(e){e=t.ak(e,.1,150),this.fov!==e&&(this._unmodified=!1,this._fo...
method zoom (line 754) | get zoom(){return this._zoom}
method setZoom (line 754) | setZoom(e){let n=this.applyConstrain(this._center,e).zoom;this._zoom!=...
method center (line 754) | get center(){return this._center}
method setCenter (line 754) | setCenter(e){e.lat===this._center.lat&&e.lng===this._center.lng||(this...
method elevation (line 754) | get elevation(){return this._elevation}
method setElevation (line 754) | setElevation(e){e!==this._elevation&&(this._elevation=e,this.constrain...
method padding (line 754) | get padding(){return this._edgeInsets.toJSON()}
method setPadding (line 754) | setPadding(e){this._edgeInsets.equals(e)||(this._unmodified=!1,this._e...
method centerPoint (line 754) | get centerPoint(){return this._edgeInsets.getCenter(this._width,this._...
method pixelsPerMeter (line 754) | get pixelsPerMeter(){return this._pixelPerMeter}
method unmodified (line 754) | get unmodified(){return this._unmodified}
method cameraToCenterDistance (line 754) | get cameraToCenterDistance(){return this._cameraToCenterDistance}
method nearZ (line 754) | get nearZ(){return this._nearZ}
method farZ (line 754) | get farZ(){return this._farZ}
method autoCalculateNearFarZ (line 754) | get autoCalculateNearFarZ(){return this._autoCalculateNearFarZ}
method overrideNearFarZ (line 754) | overrideNearFarZ(e,t){this._autoCalculateNearFarZ=!1,this._nearZ=e,thi...
method clearNearFarZOverride (line 754) | clearNearFarZOverride(){this._autoCalculateNearFarZ=!0,this._calcMatri...
method isPaddingEqual (line 754) | isPaddingEqual(e){return this._edgeInsets.equals(e)}
method interpolatePadding (line 754) | interpolatePadding(e,t,n){this._unmodified=!1,this._edgeInsets.interpo...
method resize (line 754) | resize(e,t,n=!0){this._width=e,this._height=t,n&&this.constrainInterna...
method getMaxBounds (line 754) | getMaxBounds(){return this._latRange&&this._latRange.length===2&&this....
method setMaxBounds (line 754) | setMaxBounds(e){e?(this._lngRange=[e.getWest(),e.getEast()],this._latR...
method getCameraQueryGeometry (line 754) | getCameraQueryGeometry(e,n){if(n.length===1)return[n[0],e];{let{minX:r...
method constrainInternal (line 754) | constrainInternal(){if(!this.center||!this._width||!this._height||this...
method _calcMatrices (line 754) | _calcMatrices(){if(this._width&&this._height){this._pixelsToGLUnits=[2...
method calculateCenterFromCameraLngLatAlt (line 754) | calculateCenterFromCameraLngLatAlt(e,n,r,i){let a=r===void 0?this.bear...
method recalculateZoomAndCenter (line 754) | recalculateZoomAndCenter(e){if(this.elevation-e==0)return;let n=1/this...
method _distanceToCenterFromAltElevationPitch (line 754) | _distanceToCenterFromAltElevationPitch(e,n,r){let i=-Math.cos(t.am(r))...
method getCameraPoint (line 754) | getCameraPoint(){let e=Math.tan(this.pitchInRadians)*(this.cameraToCen...
method getCameraAltitude (line 754) | getCameraAltitude(){return Math.cos(this.pitchInRadians)*this._cameraT...
method getCameraLngLat (line 754) | getCameraLngLat(){let e=t.ap(1,this.center.lat)*this.worldSize;return ...
method getMercatorTileCoordinates (line 754) | getMercatorTileCoordinates(e){if(!e)return[0,0,1,1];let n=e.canonical....
class Xt (line 1) | class Xt{constructor(e,t,n){this.from=e,this.to=t,this.transition=n}stat...
method constructor (line 1) | constructor(e,t,n){this.from=e,this.to=t,this.transition=n}
method interpolate (line 1) | static interpolate(e,t,n){return new Xt(e,t,n)}
method parse (line 1) | static parse(e){return e instanceof Xt?e:Array.isArray(e)&&e.length===...
method constructor (line 754) | constructor(e,n){this.min=e,this.max=n,this.center=t.aZ([],t.a_([],thi...
method quadrant (line 754) | quadrant(e){let n=[e%2==0,e<2],r=t.a$(this.min),i=t.a$(this.max);for(l...
method distanceX (line 754) | distanceX(e){return Math.max(Math.min(this.max[0],e[0]),this.min[0])-e...
method distanceY (line 754) | distanceY(e){return Math.max(Math.min(this.max[1],e[1]),this.min[1])-e...
method intersectsFrustum (line 754) | intersectsFrustum(e){let t=!0;for(let n=0;n<e.planes.length;n++){let r...
method intersectsPlane (line 754) | intersectsPlane(e){let t=e[3],n=e[3];for(let r=0;r<3;r++)e[r]>0?(t+=e[...
function Zt (line 1) | function Zt(e,t,n,r){return typeof e==`number`&&e>=0&&e<=255&&typeof t==...
method distanceToTile2d (line 754) | distanceToTile2d(e,t,n,r){let i=r.distanceX([e,t]),a=r.distanceY([e,t]...
method getWrap (line 754) | getWrap(e,t,n){return n}
method getTileBoundingVolume (line 754) | getTileBoundingVolume(e,n,r,i){let a=0,o=0;if(i?.terrain){let s=new t....
method allowVariableZoom (line 754) | allowVariableZoom(e,n){let r=e.fov*(Math.abs(Math.cos(e.rollInRadians)...
method allowWorldCopies (line 754) | allowWorldCopies(){return!0}
method prepareNextFrame (line 754) | prepareNextFrame(){}
function Qt (line 1) | function Qt(e){if(e===null||typeof e==`string`||typeof e==`boolean`||typ...
method constructor (line 754) | constructor(e,t,n){this.points=e,this.planes=t,this.aabb=n}
method fromInvProjectionMatrix (line 754) | static fromInvProjectionMatrix(e,n=1,r=0,i,a){let o=a?[[6,5,4],[0,1,2]...
function $t (line 1) | function $t(e){if(e===null)return $e;if(typeof e==`string`)return R;if(t...
method pixelsToClipSpaceMatrix (line 754) | get pixelsToClipSpaceMatrix(){return this._helper.pixelsToClipSpaceMat...
method clipSpaceToPixelsMatrix (line 754) | get clipSpaceToPixelsMatrix(){return this._helper.clipSpaceToPixelsMat...
method pixelsToGLUnits (line 754) | get pixelsToGLUnits(){return this._helper.pixelsToGLUnits}
method centerOffset (line 754) | get centerOffset(){return this._helper.centerOffset}
method size (line 754) | get size(){return this._helper.size}
method rotationMatrix (line 754) | get rotationMatrix(){return this._helper.rotationMatrix}
method centerPoint (line 754) | get centerPoint(){return this._helper.centerPoint}
method pixelsPerMeter (line 754) | get pixelsPerMeter(){return this._helper.pixelsPerMeter}
method setMinZoom (line 754) | setMinZoom(e){this._helper.setMinZoom(e)}
method setMaxZoom (line 754) | setMaxZoom(e){this._helper.setMaxZoom(e)}
method setMinPitch (line 754) | setMinPitch(e){this._helper.setMinPitch(e)}
method setMaxPitch (line 754) | setMaxPitch(e){this._helper.setMaxPitch(e)}
method setRenderWorldCopies (line 754) | setRenderWorldCopies(e){this._helper.setRenderWorldCopies(e)}
method setBearing (line 754) | setBearing(e){this._helper.setBearing(e)}
method setPitch (line 754) | setPitch(e){this._helper.setPitch(e)}
method setRoll (line 754) | setRoll(e){this._helper.setRoll(e)}
method setFov (line 754) | setFov(e){this._helper.setFov(e)}
method setZoom (line 754) | setZoom(e){this._helper.setZoom(e)}
method setCenter (line 754) | setCenter(e){this._helper.setCenter(e)}
method setElevation (line 754) | setElevation(e){this._helper.setElevation(e)}
method setMinElevationForCurrentTile (line 754) | setMinElevationForCurrentTile(e){this._helper.setMinElevationForCurren...
method setPadding (line 754) | setPadding(e){this._helper.setPadding(e)}
method interpolatePadding (line 754) | interpolatePadding(e,t,n){return this._helper.interpolatePadding(e,t,n)}
method isPaddingEqual (line 754) | isPaddingEqual(e){return this._helper.isPaddingEqual(e)}
method resize (line 754) | resize(e,t,n=!0){this._helper.resize(e,t,n)}
method getMaxBounds (line 754) | getMaxBounds(){return this._helper.getMaxBounds()}
method setMaxBounds (line 754) | setMaxBounds(e){this._helper.setMaxBounds(e)}
method setConstrainOverride (line 754) | setConstrainOverride(e){this._helper.setConstrainOverride(e)}
method overrideNearFarZ (line 754) | overrideNearFarZ(e,t){this._helper.overrideNearFarZ(e,t)}
method clearNearFarZOverride (line 754) | clearNearFarZOverride(){this._helper.clearNearFarZOverride()}
method getCameraQueryGeometry (line 754) | getCameraQueryGeometry(e){return this._helper.getCameraQueryGeometry(t...
method tileSize (line 754) | get tileSize(){return this._helper.tileSize}
method tileZoom (line 754) | get tileZoom(){return this._helper.tileZoom}
method scale (line 754) | get scale(){return this._helper.scale}
method worldSize (line 754) | get worldSize(){return this._helper.worldSize}
method width (line 754) | get width(){return this._helper.width}
method height (line 754) | get height(){return this._helper.height}
method lngRange (line 754) | get lngRange(){return this._helper.lngRange}
method latRange (line 754) | get latRange(){return this._helper.latRange}
method minZoom (line 754) | get minZoom(){return this._helper.minZoom}
method maxZoom (line 754) | get maxZoom(){return this._helper.maxZoom}
method zoom (line 754) | get zoom(){return this._helper.zoom}
method center (line 754) | get center(){return this._helper.center}
method minPitch (line 754) | get minPitch(){return this._helper.minPitch}
method maxPitch (line 754) | get maxPitch(){return this._helper.maxPitch}
method pitch (line 754) | get pitch(){return this._helper.pitch}
method pitchInRadians (line 754) | get pitchInRadians(){return this._helper.pitchInRadians}
method roll (line 754) | get roll(){return this._helper.roll}
method rollInRadians (line 754) | get rollInRadians(){return this._helper.rollInRadians}
method bearing (line 754) | get bearing(){return this._helper.bearing}
method bearingInRadians (line 754) | get bearingInRadians(){return this._helper.bearingInRadians}
method fov (line 754) | get fov(){return this._helper.fov}
method fovInRadians (line 754) | get fovInRadians(){return this._helper.fovInRadians}
method elevation (line 754) | get elevation(){return this._helper.elevation}
method minElevationForCurrentTile (line 754) | get minElevationForCurrentTile(){return this._helper.minElevationForCu...
method padding (line 754) | get padding(){return this._helper.padding}
method unmodified (line 754) | get unmodified(){return this._helper.unmodified}
method renderWorldCopies (line 754) | get renderWorldCopies(){return this._helper.renderWorldCopies}
method cameraToCenterDistance (line 754) | get cameraToCenterDistance(){return this._helper.cameraToCenterDistance}
method constrainOverride (line 754) | get constrainOverride(){return this._helper.constrainOverride}
method nearZ (line 754) | get nearZ(){return this._helper.nearZ}
method farZ (line 754) | get farZ(){return this._helper.farZ}
method autoCalculateNearFarZ (line 754) | get autoCalculateNearFarZ(){return this._helper.autoCalculateNearFarZ}
method setTransitionState (line 754) | setTransitionState(e,t){}
method constructor (line 754) | constructor(e){this._posMatrixCache=new Map,this._alignedPosMatrixCach...
method clone (line 754) | clone(){let e=new $t;return e.apply(this,!1),e}
method apply (line 754) | apply(e,t,n){this._helper.apply(e,t,n)}
method cameraPosition (line 754) | get cameraPosition(){return this._cameraPosition}
method projectionMatrix (line 754) | get projectionMatrix(){return this._projectionMatrix}
method modelViewProjectionMatrix (line 754) | get modelViewProjectionMatrix(){return this._viewProjMatrix}
method inverseProjectionMatrix (line 754) | get inverseProjectionMatrix(){return this._invProjMatrix}
method mercatorMatrix (line 754) | get mercatorMatrix(){return this._mercatorMatrix}
method getVisibleUnwrappedCoordinates (line 754) | getVisibleUnwrappedCoordinates(e){let n=[new t.ba(0,e)];if(this._helpe...
method getCameraFrustum (line 754) | getCameraFrustum(){return Qt.fromInvProjectionMatrix(this._invViewProj...
method getClippingPlane (line 754) | getClippingPlane(){return null}
method getCoveringTilesDetailsProvider (line 754) | getCoveringTilesDetailsProvider(){return this._coveringTilesDetailsPro...
method recalculateZoomAndCenter (line 754) | recalculateZoomAndCenter(e){let t=this.screenPointToLocation(this.cent...
method setLocationAtPoint (line 754) | setLocationAtPoint(e,n){let r=t.ap(this.elevation,this.center.lat),i=t...
method locationToScreenPoint (line 754) | locationToScreenPoint(e,n){return n?this.coordinatePoint(t.a6.fromLngL...
method screenPointToLocation (line 754) | screenPointToLocation(e,t){return this.screenPointToMercatorCoordinate...
method screenPointToMercatorCoordinate (line 754) | screenPointToMercatorCoordinate(e,t){if(t){let n=t.pointCoordinate(e);...
method screenPointToMercatorCoordinateAtZ (line 754) | screenPointToMercatorCoordinateAtZ(e,n){let r=n||0,i=[e.x,e.y,0,1],a=[...
method coordinatePoint (line 754) | coordinatePoint(e,n=0,r=this._pixelMatrix){let i=[e.x*this.worldSize,e...
method getBounds (line 754) | getBounds(){let e=Math.max(0,this._helper._height/2-Fe(this));return n...
method isPointOnMapSurface (line 754) | isPointOnMapSurface(e,t){return t?t.pointCoordinate(e)!=null:e.y>this....
method calculatePosMatrix (line 754) | calculatePosMatrix(e,n=!1,r){let i=e.key??t.bb(e.wrap,e.canonical.z,e....
method calculateFogMatrix (line 754) | calculateFogMatrix(e){let n=e.key,r=this._fogMatrixCacheF32;if(r.has(n...
method calculateCenterFromCameraLngLatAlt (line 754) | calculateCenterFromCameraLngLatAlt(e,t,n,r){return this._helper.calcul...
method _calculateNearFarZIfNeeded (line 754) | _calculateNearFarZIfNeeded(e,n,r){if(!this._helper.autoCalculateNearFa...
method _calcMatrices (line 754) | _calcMatrices(){if(!this._helper._height)return;let e=this.centerOffse...
method _clearMatrixCaches (line 754) | _clearMatrixCaches(){this._posMatrixCache.clear(),this._alignedPosMatr...
method maxPitchScaleFactor (line 754) | maxPitchScaleFactor(){if(!this._pixelMatrixInverse)return 1;let e=this...
method getCameraPoint (line 754) | getCameraPoint(){return this._helper.getCameraPoint()}
method getCameraAltitude (line 754) | getCameraAltitude(){return this._helper.getCameraAltitude()}
method getCameraLngLat (line 754) | getCameraLngLat(){let e=t.ap(1,this.center.lat)*this.worldSize;return ...
method lngLatToCameraDepth (line 754) | lngLatToCameraDepth(e,n){let r=t.a6.fromLngLat(e),i=[r.x*this.worldSiz...
method getProjectionData (line 754) | getProjectionData(e){let{overscaledTileID:n,aligned:r,applyTerrainMatr...
method isLocationOccluded (line 754) | isLocationOccluded(e){return!1}
method getPixelScale (line 754) | getPixelScale(){return 1}
method getCircleRadiusCorrection (line 754) | getCircleRadiusCorrection(){return 1}
method getPitchedTextCorrection (line 754) | getPitchedTextCorrection(e,t,n){return 1}
method transformLightDirection (line 754) | transformLightDirection(e){return t.a$(e)}
method getRayDirectionFromPixel (line 754) | getRayDirectionFromPixel(e){throw Error(`Not implemented.`)}
method projectTileCoordinates (line 754) | projectTileCoordinates(e,n,r,i){let a=this.calculatePosMatrix(r),o;i?(...
method populateCache (line 754) | populateCache(e){for(let t of e)this.calculatePosMatrix(t)}
method getMatrixForModel (line 754) | getMatrixForModel(e,n){let r=t.a6.fromLngLat(e,n),i=r.meterInMercatorC...
method getProjectionDataForCustomLayer (line 754) | getProjectionDataForCustomLayer(e=!0){let n=new t.a2(0,0,0,0,0),r=this...
method getFastPathSimpleProjectionMatrix (line 754) | getFastPathSimpleProjectionMatrix(e){return this.calculatePosMatrix(e)}
function en (line 1) | function en(e){let t=typeof e;return e===null?``:t===`string`||t===`numb...
class tn (line 1) | class tn{constructor(e,t){this.type=e,this.value=t}static parse(e,t){if(...
method constructor (line 1) | constructor(e,t){this.type=e,this.value=t}
method parse (line 1) | static parse(e,t){if(e.length!==2)return t.error(`'literal' expression...
method evaluate (line 1) | evaluate(){return this.value}
method eachChild (line 1) | eachChild(){}
method outputDefined (line 1) | outputDefined(){return!0}
class rn (line 1) | class rn{constructor(e,t){this.type=e,this.args=t}static parse(e,t){if(e...
method constructor (line 1) | constructor(e,t){this.type=e,this.args=t}
method parse (line 1) | static parse(e,t){if(e.length<2)return t.error(`Expected at least one ...
method evaluate (line 1) | evaluate(e){for(let t=0;t<this.args.length;t++){let n=this.args[t].eva...
method eachChild (line 1) | eachChild(e){this.args.forEach(e)}
method outputDefined (line 1) | outputDefined(){return this.args.every((e=>e.outputDefined()))}
method useGlobeControls (line 754) | get useGlobeControls(){return!1}
method handlePanInertia (line 754) | handlePanInertia(e,t){let n=e.mag(),r=Math.abs(Fe(t));return{easingOff...
method handleMapControlsRollPitchBearingZoom (line 754) | handleMapControlsRollPitchBearingZoom(e,t){e.bearingDelta&&t.setBearin...
method handleMapControlsPan (line 754) | handleMapControlsPan(e,t,n){e.around.distSqr(t.centerPoint)<.01||t.set...
method cameraForBoxAndBearing (line 754) | cameraForBoxAndBearing(e,t,n,r,i){return nn(e,t,n,r,i)}
method handleJumpToCenterZoom (line 754) | handleJumpToCenterZoom(e,n){e.zoom!==(n.zoom===void 0?e.zoom:+n.zoom)&...
method handleEaseTo (line 754) | handleEaseTo(e,n){let r=e.zoom,i=e.padding,a={roll:e.roll,pitch:e.pitc...
method handleFlyTo (line 754) | handleFlyTo(e,n){let r=n.zoom!==void 0,i=e.zoom,a=e.applyConstrain(t.V...
class on (line 1) | class on{constructor(e,t){this.type=e,this.args=t}static parse(e,t){if(e...
method constructor (line 1) | constructor(e,t){this.type=e,this.args=t}
method parse (line 1) | static parse(e,t){if(e.length<2)return t.error(`Expected at least one ...
method evaluate (line 1) | evaluate(e){switch(this.type.kind){case`boolean`:return!!this.args[0]....
method eachChild (line 1) | eachChild(e){this.args.forEach(e)}
method outputDefined (line 1) | outputDefined(){return this.args.every((e=>e.outputDefined()))}
class W (line 1) | class W{constructor(){this.globals=null,this.feature=null,this.featureSt...
method constructor (line 1) | constructor(){this.globals=null,this.feature=null,this.featureState=nu...
method id (line 1) | id(){return this.feature&&`id`in this.feature?this.feature.id:null}
method geometryType (line 1) | geometryType(){return this.feature?typeof this.feature.type==`number`?...
method geometry (line 1) | geometry(){return this.feature&&`geometry`in this.feature?this.feature...
method canonicalID (line 1) | canonicalID(){return this.canonical}
method properties (line 1) | properties(){return this.feature&&this.feature.properties||{}}
method parseColor (line 1) | parseColor(e){let t=this._parseColorCache.get(e);return t||(t=V.parse(...
method constructor (line 754) | constructor(e,t,n){this.func=e,this.mask=t,this.range=n}
class sn (line 1) | class sn{constructor(e,t,n=[],r,i=new Qe,a=[]){this.registry=e,this.path...
method constructor (line 1) | constructor(e,t,n=[],r,i=new Qe,a=[]){this.registry=e,this.path=n,this...
method parse (line 1) | parse(e,t,n,r,i={}){return t?this.concat(t,n,r)._parse(e,i):this._pars...
method _parse (line 1) | _parse(e,t){function n(e,t,n){return n===`assert`?new rn(t,[e]):n===`c...
method concat (line 1) | concat(e,t,n){let r=typeof e==`number`?this.path.concat(e):this.path,i...
method error (line 1) | error(e,...t){let n=`${this.key}${t.map((e=>`[${e}]`)).join(``)}`;this...
method checkSubtype (line 1) | checkSubtype(e,t){let n=pt(e,t);return n&&this.error(n),n}
class G (line 1) | class G{constructor(e,t){this.type=t.type,this.bindings=[].concat(e),thi...
method constructor (line 1) | constructor(e,t){this.type=t.type,this.bindings=[].concat(e),this.resu...
method evaluate (line 1) | evaluate(e){return this.result.evaluate(e)}
method eachChild (line 1) | eachChild(e){for(let t of this.bindings)e(t[1]);e(this.result)}
method parse (line 1) | static parse(e,t){if(e.length<4)return t.error(`Expected at least 3 ar...
method outputDefined (line 1) | outputDefined(){return this.result.outputDefined()}
method constructor (line 754) | constructor(e,t,n,r,i,a){this.test=e,this.ref=t,this.mask=n,this.fail=...
class cn (line 1) | class cn{constructor(e,t){this.type=t.type,this.name=e,this.boundExpress...
method constructor (line 1) | constructor(e,t){this.type=t.type,this.name=e,this.boundExpression=t}
method parse (line 1) | static parse(e,t){if(e.length!==2||typeof e[1]!=`string`)return t.erro...
method evaluate (line 1) | evaluate(e){return this.boundExpression.evaluate(e)}
method eachChild (line 1) | eachChild(){}
method outputDefined (line 1) | outputDefined(){return!1}
class ln (line 1) | class ln{constructor(e,t,n){this.type=e,this.index=t,this.input=n}static...
method constructor (line 1) | constructor(e,t,n){this.type=e,this.index=t,this.input=n}
method parse (line 1) | static parse(e,t){if(e.length!==3)return t.error(`Expected 2 arguments...
method evaluate (line 1) | evaluate(e){let t=this.index.evaluate(e),n=this.input.evaluate(e);if(t...
method eachChild (line 1) | eachChild(e){e(this.index),e(this.input)}
method outputDefined (line 1) | outputDefined(){return!1}
class un (line 1) | class un{constructor(e,t){this.type=z,this.needle=e,this.haystack=t}stat...
method constructor (line 1) | constructor(e,t){this.type=z,this.needle=e,this.haystack=t}
method parse (line 1) | static parse(e,t){if(e.length!==3)return t.error(`Expected 2 arguments...
method evaluate (line 1) | evaluate(e){let t=this.needle.evaluate(e),n=this.haystack.evaluate(e);...
method eachChild (line 1) | eachChild(e){e(this.needle),e(this.haystack)}
method outputDefined (line 1) | outputDefined(){return!0}
method awaitingQuery (line 754) | get awaitingQuery(){return!!this._readbackQueue}
method constructor (line 754) | constructor(e){this._readbackWaitFrames=4,this._measureWaitFrames=6,th...
method destroy (line 754) | destroy(){let e=this._cachedRenderContext.context.gl;this._fullscreenT...
method updateErrorLoop (line 754) | updateErrorLoop(e,t){let n=this._updateCount;return this._readbackQueu...
method _bindFramebuffer (line 754) | _bindFramebuffer(){let e=this._cachedRenderContext.context,t=e.gl;e.ac...
method _renderErrorTexture (line 754) | _renderErrorTexture(e,n){let r=this._cachedRenderContext.context,i=r.g...
method _tryReadback (line 754) | _tryReadback(){let e=this._cachedRenderContext.context.gl;if(this._pbo...
method _parseRGBA8float (line 754) | static _parseRGBA8float(e){let t=0;return t+=e[0]/256,t+=e[1]/65536,t+...
class dn (line 1) | class dn{constructor(e,t,n){this.type=I,this.needle=e,this.haystack=t,th...
method constructor (line 1) | constructor(e,t,n){this.type=I,this.needle=e,this.haystack=t,this.from...
method parse (line 1) | static parse(e,t){if(e.length<=2||e.length>=5)return t.error(`Expected...
method evaluate (line 1) | evaluate(e){let t=this.needle.evaluate(e),n=this.haystack.evaluate(e);...
method eachChild (line 1) | eachChild(e){e(this.needle),e(this.haystack),this.fromIndex&&e(this.fr...
method outputDefined (line 1) | outputDefined(){return!1}
class fn (line 1) | class fn{constructor(e,t,n,r,i,a){this.inputType=e,this.type=t,this.inpu...
method constructor (line 1) | constructor(e,t,n,r,i,a){this.inputType=e,this.type=t,this.input=n,thi...
method parse (line 1) | static parse(e,t){if(e.length<5)return t.error(`Expected at least 4 ar...
method evaluate (line 1) | evaluate(e){let t=this.input.evaluate(e);return($t(t)===this.inputType...
method eachChild (line 1) | eachChild(e){e(this.input),this.outputs.forEach(e),e(this.otherwise)}
method outputDefined (line 1) | outputDefined(){return this.outputs.every((e=>e.outputDefined()))&&thi...
class pn (line 1) | class pn{constructor(e,t,n){this.type=e,this.branches=t,this.otherwise=n...
method constructor (line 1) | constructor(e,t,n){this.type=e,this.branches=t,this.otherwise=n}
method parse (line 1) | static parse(e,t){if(e.length<4)return t.error(`Expected at least 3 ar...
method evaluate (line 1) | evaluate(e){for(let[t,n]of this.branches)if(t.evaluate(e))return n.eva...
method eachChild (line 1) | eachChild(e){for(let[t,n]of this.branches)e(t),e(n);e(this.otherwise)}
method outputDefined (line 1) | outputDefined(){return this.branches.every((([e,t])=>t.outputDefined()...
class mn (line 1) | class mn{constructor(e,t,n,r){this.type=e,this.input=t,this.beginIndex=n...
method constructor (line 1) | constructor(e,t,n,r){this.type=e,this.input=t,this.beginIndex=n,this.e...
method parse (line 1) | static parse(e,t){if(e.length<=2||e.length>=5)return t.error(`Expected...
method evaluate (line 1) | evaluate(e){let t=this.input.evaluate(e),n=this.beginIndex.evaluate(e)...
method eachChild (line 1) | eachChild(e){e(this.input),e(this.beginIndex),this.endIndex&&e(this.en...
method outputDefined (line 1) | outputDefined(){return!1}
method constructor (line 754) | constructor(){this._tileMeshCache={},this._errorCorrectionUsable=0,thi...
method name (line 754) | get name(){return`vertical-perspective`}
method transitionState (line 754) | get transitionState(){return 1}
method useSubdivision (line 754) | get useSubdivision(){return!0}
method shaderVariantName (line 754) | get shaderVariantName(){return`globe`}
method shaderDefine (line 754) | get shaderDefine(){return`#define GLOBE`}
method shaderPreludeCode (line 754) | get shaderPreludeCode(){return Bt.projectionGlobe}
method vertexShaderPreludeCode (line 754) | get vertexShaderPreludeCode(){return Bt.projectionMercator.vertexSource}
method subdivisionGranularity (line 754) | get subdivisionGranularity(){return pn}
method useGlobeControls (line 754) | get useGlobeControls(){return!0}
method latitudeErrorCorrectionRadians (line 754) | get latitudeErrorCorrectionRadians(){return this._errorCorrectionUsable}
method destroy (line 754) | destroy(){this._errorMeasurement&&this._errorMeasurement.destroy()}
method updateGPUdependent (line 754) | updateGPUdependent(e){this._errorMeasurement||=new un(e);let n=t.X(thi...
method _getMeshKey (line 754) | _getMeshKey(e){return`${e.granularity.toString(36)}_${e.generateBorder...
method getMeshFromTileID (line 754) | getMeshFromTileID(e,t,n,r,i){let a=(i===`stencil`?pn.stencil:pn.tile)....
method _getMesh (line 754) | _getMesh(e,n){let r=this._getMeshKey(n);if(r in this._tileMeshCache)re...
method recalculate (line 754) | recalculate(e){}
method hasTransition (line 754) | hasTransition(){let e=l(),t=!1;return t||=(e-this._errorMeasurementLas...
method setErrorQueryLatitudeDegrees (line 754) | setErrorQueryLatitudeDegrees(e){this._errorQueryLatitudeDegrees=e}
function hn (line 1) | function hn(e,t){let n=e.length-1,r,i,a=0,o=n,s=0;for(;a<=o;)if(s=Math.f...
class gn (line 1) | class gn{constructor(e,t,n){this.type=e,this.input=t,this.labels=[],this...
method constructor (line 1) | constructor(e,t,n){this.type=e,this.input=t,this.labels=[],this.output...
method parse (line 1) | static parse(e,t){if(e.length-1<4)return t.error(`Expected at least 4 ...
method evaluate (line 1) | evaluate(e){let t=this.labels,n=this.outputs;if(t.length===1)return n[...
method eachChild (line 1) | eachChild(e){e(this.input);for(let t of this.outputs)e(t)}
method outputDefined (line 1) | outputDefined(){return this.outputs.every((e=>e.outputDefined()))}
method constructor (line 754) | constructor(e){super(),this._transitionable=new t.x(hn,void 0),this.se...
method transitionState (line 754) | get transitionState(){let e=this.properties.get(`type`);if(typeof e==`...
method useGlobeRendering (line 754) | get useGlobeRendering(){return this.transitionState>0}
method latitudeErrorCorrectionRadians (line 754) | get latitudeErrorCorrectionRadians(){return this._verticalPerspectiveP...
method currentProjection (line 754) | get currentProjection(){return this.useGlobeRendering?this._verticalPe...
method name (line 754) | get name(){return`globe`}
method useSubdivision (line 754) | get useSubdivision(){return this.currentProjection.useSubdivision}
method shaderVariantName (line 754) | get shaderVariantName(){return this.currentProjection.shaderVariantName}
method shaderDefine (line 754) | get shaderDefine(){return this.currentProjection.shaderDefine}
method shaderPreludeCode (line 754) | get shaderPreludeCode(){return this.currentProjection.shaderPreludeCode}
method vertexShaderPreludeCode (line 754) | get vertexShaderPreludeCode(){return this.currentProjection.vertexShad...
method subdivisionGranularity (line 754) | get subdivisionGranularity(){return this.currentProjection.subdivision...
method useGlobeControls (line 754) | get useGlobeControls(){return this.transitionState>0}
method destroy (line 754) | destroy(){this._mercatorProjection.destroy(),this._verticalPerspective...
method updateGPUdependent (line 754) | updateGPUdependent(e){this._mercatorProjection.updateGPUdependent(e),t...
method getMeshFromTileID (line 754) | getMeshFromTileID(e,t,n,r,i){return this.currentProjection.getMeshFrom...
method setProjection (line 754) | setProjection(e){this._transitionable.setValue(`type`,e?.type||`mercat...
method updateTransitions (line 754) | updateTransitions(e){this._transitioning=this._transitionable.transiti...
method hasTransition (line 754) | hasTransition(){return this._transitioning.hasTransition()||this.curre...
method recalculate (line 754) | recalculate(e){this.properties=this._transitioning.possiblyEvaluate(e)}
method setErrorQueryLatitudeDegrees (line 754) | setErrorQueryLatitudeDegrees(e){this._verticalPerspectiveProjection.se...
function _n (line 1) | function _n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.c...
function e (line 1) | function e(e,t,n,r){this.cx=3*e,this.bx=3*(n-e)-this.cx,this.ax=1-this.c...
class xn (line 1) | class xn{constructor(e,t,n,r,i){this.type=e,this.operator=t,this.interpo...
method constructor (line 1) | constructor(e,t,n,r,i){this.type=e,this.operator=t,this.interpolation=...
method interpolationFactor (line 1) | static interpolationFactor(e,t,n,r){let i=0;if(e.name===`exponential`)...
method parse (line 1) | static parse(e,t){let[n,r,i,...a]=e;if(!Array.isArray(r)||r.length===0...
method evaluate (line 1) | evaluate(e){let t=this.labels,n=this.outputs;if(t.length===1)return n[...
method eachChild (line 1) | eachChild(e){e(this.input);for(let t of this.outputs)e(t)}
method outputDefined (line 1) | outputDefined(){return this.outputs.every((e=>e.outputDefined()))}
function Sn (line 1) | function Sn(e,t,n,r){let i=r-n,a=e-n;return i===0?0:t===1?a/i:(t**+a-1)/...
class wn (line 1) | class wn{constructor(e,t){this.type=e,this.args=t}static parse(e,t){if(e...
method constructor (line 1) | constructor(e,t){this.type=e,this.args=t}
method parse (line 1) | static parse(e,t){if(e.length<2)return t.error(`Expected at least one ...
method evaluate (line 1) | evaluate(e){let t,n=null,r=0;for(let i of this.args)if(r++,n=i.evaluat...
method eachChild (line 1) | eachChild(e){this.args.forEach(e)}
method outputDefined (line 1) | outputDefined(){return this.args.every((e=>e.outputDefined()))}
function Tn (line 1) | function Tn(e,t){return e===`==`||e===`!=`?t.kind===`boolean`||t.kind===...
function En (line 1) | function En(e,t,n,r){return r.compare(t,n)===0}
function Dn (line 1) | function Dn(e,t,n){let r=e!==`==`&&e!==`!=`;return class i{constructor(e...
method constructor (line 754) | constructor(e){this._cachePrevious=new Map,this._cache=new Map,this._h...
method swapBuffers (line 754) | swapBuffers(){if(!this._hadAnyChanges)return;let e=this._cachePrevious...
method getTileBoundingVolume (line 754) | getTileBoundingVolume(e,t,n,r){let i=`${e.z}_${e.x}_${e.y}_${r?.terrai...
class Pn (line 1) | class Pn{constructor(e,t,n){this.type=rt,this.locale=n,this.caseSensitiv...
method constructor (line 1) | constructor(e,t,n){this.type=rt,this.locale=n,this.caseSensitive=e,thi...
method parse (line 1) | static parse(e,t){if(e.length!==2)return t.error(`Expected one argumen...
method evaluate (line 1) | evaluate(e){return new Bt(this.caseSensitive.evaluate(e),this.diacriti...
method eachChild (line 1) | eachChild(e){e(this.caseSensitive),e(this.diacriticSensitive),this.loc...
method outputDefined (line 1) | outputDefined(){return!1}
method pixelsToClipSpaceMatrix (line 754) | get pixelsToClipSpaceMatrix(){return this._helper.pixelsToClipSpaceMat...
method clipSpaceToPixelsMatrix (line 754) | get clipSpaceToPixelsMatrix(){return this._helper.clipSpaceToPixelsMat...
method pixelsToGLUnits (line 754) | get pixelsToGLUnits(){return this._helper.pixelsToGLUnits}
method centerOffset (line 754) | get centerOffset(){return this._helper.centerOffset}
method size (line 754) | get size(){return this._helper.size}
method rotationMatrix (line 754) | get rotationMatrix(){return this._helper.rotationMatrix}
method centerPoint (line 754) | get centerPoint(){return this._helper.centerPoint}
method pixelsPerMeter (line 754) | get pixelsPerMeter(){return this._helper.pixelsPerMeter}
method setMinZoom (line 754) | setMinZoom(e){this._helper.setMinZoom(e)}
method setMaxZoom (line 754) | setMaxZoom(e){this._helper.setMaxZoom(e)}
method setMinPitch (line 754) | setMinPitch(e){this._helper.setMinPitch(e)}
method setMaxPitch (line 754) | setMaxPitch(e){this._helper.setMaxPitch(e)}
method setRenderWorldCopies (line 754) | setRenderWorldCopies(e){this._helper.setRenderWorldCopies(e)}
method setBearing (line 754) | setBearing(e){this._helper.setBearing(e)}
method setPitch (line 754) | setPitch(e){this._helper.setPitch(e)}
method setRoll (line 754) | setRoll(e){this._helper.setRoll(e)}
method setFov (line 754) | setFov(e){this._helper.setFov(e)}
method setZoom (line 754) | setZoom(e){this._helper.setZoom(e)}
method setCenter (line 754) | setCenter(e){this._helper.setCenter(e)}
method setElevation (line 754) | setElevation(e){this._helper.setElevation(e)}
method setMinElevationForCurrentTile (line 754) | setMinElevationForCurrentTile(e){this._helper.setMinElevationForCurren...
method setPadding (line 754) | setPadding(e){this._helper.setPadding(e)}
method interpolatePadding (line 754) | interpolatePadding(e,t,n){return this._helper.interpolatePadding(e,t,n)}
method isPaddingEqual (line 754) | isPaddingEqual(e){return this._helper.isPaddingEqual(e)}
method resize (line 754) | resize(e,t,n=!0){this._helper.resize(e,t,n)}
method getMaxBounds (line 754) | getMaxBounds(){return this._helper.getMaxBounds()}
method setMaxBounds (line 754) | setMaxBounds(e){this._helper.setMaxBounds(e)}
method setConstrainOverride (line 754) | setConstrainOverride(e){this._helper.setConstrainOverride(e)}
method overrideNearFarZ (line 754) | overrideNearFarZ(e,t){this._helper.overrideNearFarZ(e,t)}
method clearNearFarZOverride (line 754) | clearNearFarZOverride(){this._helper.clearNearFarZOverride()}
method getCameraQueryGeometry (line 754) | getCameraQueryGeometry(e){return this._helper.getCameraQueryGeometry(t...
method tileSize (line 754) | get tileSize(){return this._helper.tileSize}
method tileZoom (line 754) | get tileZoom(){return this._helper.tileZoom}
method scale (line 754) | get scale(){return this._helper.scale}
method worldSize (line 754) | get worldSize(){return this._helper.worldSize}
method width (line 754) | get width(){return this._helper.width}
method height (line 754) | get height(){return this._helper.height}
method lngRange (line 754) | get lngRange(){return this._helper.lngRange}
method latRange (line 754) | get latRange(){return this._helper.latRange}
method minZoom (line 754) | get minZoom(){return this._helper.minZoom}
method maxZoom (line 754) | get maxZoom(){return this._helper.maxZoom}
method zoom (line 754) | get zoom(){return this._helper.zoom}
method center (line 754) | get center(){return this._helper.center}
method minPitch (line 754) | get minPitch(){return this._helper.minPitch}
method maxPitch (line 754) | get maxPitch(){return this._helper.maxPitch}
method pitch (line 754) | get pitch(){return this._helper.pitch}
method pitchInRadians (line 754) | get pitchInRadians(){return this._helper.pitchInRadians}
method roll (line 754) | get roll(){return this._helper.roll}
method rollInRadians (line 754) | get rollInRadians(){return this._helper.rollInRadians}
method bearing (line 754) | get bearing(){return this._helper.bearing}
method bearingInRadians (line 754) | get bearingInRadians(){return this._helper.bearingInRadians}
method fov (line 754) | get fov(){return this._helper.fov}
method fovInRadians (line 754) | get fovInRadians(){return this._helper.fovInRadians}
method elevation (line 754) | get elevation(){return this._helper.elevation}
method minElevationForCurrentTile (line 754) | get minElevationForCurrentTile(){return this._helper.minElevationForCu...
method padding (line 754) | get padding(){return this._helper.padding}
method unmodified (line 754) | get unmodified(){return this._helper.unmodified}
method renderWorldCopies (line 754) | get renderWorldCopies(){return this._helper.renderWorldCopies}
method cameraToCenterDistance (line 754) | get cameraToCenterDistance(){return this._helper.cameraToCenterDistance}
method constrainOverride (line 754) | get constrainOverride(){return this._helper.constrainOverride}
method nearZ (line 754) | get nearZ(){return this._helper.nearZ}
method farZ (line 754) | get farZ(){return this._helper.farZ}
method autoCalculateNearFarZ (line 754) | get autoCalculateNearFarZ(){return this._helper.autoCalculateNearFarZ}
method isGlobeRendering (line 754) | get isGlobeRendering(){return this._globeness>0}
method setTransitionState (line 754) | setTransitionState(e,t){this._globeness=e,this._globeLatitudeErrorCorr...
method currentTransform (line 754) | get currentTransform(){return this.isGlobeRendering?this._verticalPers...
method constructor (line 754) | constructor(e){this._globeLatitudeErrorCorrectionRadians=0,this._globe...
method clone (line 754) | clone(){let e=new Pn;return e._globeness=this._globeness,e._globeLatit...
method apply (line 754) | apply(e,t){this._helper.apply(e,t),this._mercatorTransform.apply(this,...
method projectionMatrix (line 754) | get projectionMatrix(){return this.currentTransform.projectionMatrix}
method modelViewProjectionMatrix (line 754) | get modelViewProjectionMatrix(){return this.currentTransform.modelView...
method inverseProjectionMatrix (line 754) | get inverseProjectionMatrix(){return this.currentTransform.inverseProj...
method cameraPosition (line 754) | get cameraPosition(){return this.currentTransform.cameraPosition}
method getProjectionData (line 754) | getProjectionData(e){let t=this._mercatorTransform.getProjectionData(e...
method isLocationOccluded (line 754) | isLocationOccluded(e){return this.currentTransform.isLocationOccluded(e)}
method transformLightDirection (line 754) | transformLightDirection(e){return this.currentTransform.transformLight...
method getPixelScale (line 754) | getPixelScale(){return t.bs(this._mercatorTransform.getPixelScale(),th...
method getCircleRadiusCorrection (line 754) | getCircleRadiusCorrection(){return t.bs(this._mercatorTransform.getCir...
method getPitchedTextCorrection (line 754) | getPitchedTextCorrection(e,n,r){let i=this._mercatorTransform.getPitch...
method projectTileCoordinates (line 754) | projectTileCoordinates(e,t,n,r){return this.currentTransform.projectTi...
method _calcMatrices (line 754) | _calcMatrices(){this._helper._width&&this._helper._height&&(this._vert...
method calculateFogMatrix (line 754) | calculateFogMatrix(e){return this.currentTransform.calculateFogMatrix(e)}
method getVisibleUnwrappedCoordinates (line 754) | getVisibleUnwrappedCoordinates(e){return this.currentTransform.getVisi...
method getCameraFrustum (line 754) | getCameraFrustum(){return this.currentTransform.getCameraFrustum()}
method getClippingPlane (line 754) | getClippingPlane(){return this.currentTransform.getClippingPlane()}
method getCoveringTilesDetailsProvider (line 754) | getCoveringTilesDetailsProvider(){return this.currentTransform.getCove...
method recalculateZoomAndCenter (line 754) | recalculateZoomAndCenter(e){this._mercatorTransform.recalculateZoomAnd...
method maxPitchScaleFactor (line 754) | maxPitchScaleFactor(){return this._mercatorTransform.maxPitchScaleFact...
method getCameraPoint (line 754) | getCameraPoint(){return this._helper.getCameraPoint()}
method getCameraAltitude (line 754) | getCameraAltitude(){return this._helper.getCameraAltitude()}
method getCameraLngLat (line 754) | getCameraLngLat(){return this._helper.getCameraLngLat()}
method lngLatToCameraDepth (line 754) | lngLatToCameraDepth(e,t){return this.currentTransform.lngLatToCameraDe...
method populateCache (line 754) | populateCache(e){this._mercatorTransform.populateCache(e),this._vertic...
method getBounds (line 754) | getBounds(){return this.currentTransform.getBounds()}
method calculateCenterFromCameraLngLatAlt (line 754) | calculateCenterFromCameraLngLatAlt(e,t,n,r){return this._helper.calcul...
method setLocationAtPoint (line 754) | setLocationAtPoint(e,t){if(!this.isGlobeRendering)return this._mercato...
method locationToScreenPoint (line 754) | locationToScreenPoint(e,t){return this.currentTransform.locationToScre...
method screenPointToMercatorCoordinate (line 754) | screenPointToMercatorCoordinate(e,t){return this.currentTransform.scre...
method screenPointToLocation (line 754) | screenPointToLocation(e,t){return this.currentTransform.screenPointToL...
method isPointOnMapSurface (line 754) | isPointOnMapSurface(e,t){return this.currentTransform.isPointOnMapSurf...
method getRayDirectionFromPixel (line 754) | getRayDirectionFromPixel(e){return this._verticalPerspectiveTransform....
method getMatrixForModel (line 754) | getMatrixForModel(e,t){return this.currentTransform.getMatrixForModel(...
method getProjectionDataForCustomLayer (line 754) | getProjectionDataForCustomLayer(e=!0){let t=this._mercatorTransform.ge...
method getFastPathSimpleProjectionMatrix (line 754) | getFastPathSimpleProjectionMatrix(e){return this.currentTransform.getF...
class Fn (line 1) | class Fn{constructor(e,t,n,r,i,a){this.type=R,this.number=e,this.locale=...
method constructor (line 1) | constructor(e,t,n,r,i,a){this.type=R,this.number=e,this.locale=t,this....
method parse (line 1) | static parse(e,t){if(e.length!==3)return t.error(`Expected two argumen...
method evaluate (line 1) | evaluate(e){return new Intl.NumberFormat(this.locale?this.locale.evalu...
method eachChild (line 1) | eachChild(e){e(this.number),this.locale&&e(this.locale),this.currency&...
method outputDefined (line 1) | outputDefined(){return!1}
method useGlobeControls (line 754) | get useGlobeControls(){return!0}
method handlePanInertia (line 754) | handlePanInertia(e,n){let r=wn(e,n);return Math.abs(r.lng-n.center.lng...
method handleMapControlsRollPitchBearingZoom (line 754) | handleMapControlsRollPitchBearingZoom(e,n){let r=e.around,i=n.screenPo...
method handleMapControlsPan (line 754) | handleMapControlsPan(e,t,n){if(!e.panDelta)return;let r=t.center.lat,i...
method cameraForBoxAndBearing (line 754) | cameraForBoxAndBearing(e,n,r,i,a){let o=nn(e,n,r,i,a),s=n.left/a.width...
method handleJumpToCenterZoom (line 754) | handleJumpToCenterZoom(e,n){let r=e.center.lat,i=e.applyConstrain(n.ce...
method handleEaseTo (line 754) | handleEaseTo(e,n){let r=e.zoom,i=e.center,a=e.padding,o={roll:e.roll,p...
method handleFlyTo (line 754) | handleFlyTo(e,n){let r=n.zoom!==void 0,i=e.center,a=e.zoom,o=e.padding...
method solveVectorScale (line 754) | static solveVectorScale(e,t,n,r,i){let a=r===`x`?[n[0],n[4],n[8],n[12]...
method getLesserNonNegativeNonNull (line 754) | static getLesserNonNegativeNonNull(e,t){return t!==null&&t>=0&&t<e?t:e}
class K (line 1) | class K{constructor(e){this.type=it,this.sections=e}static parse(e,t){if...
method constructor (line 1) | constructor(e){this.type=it,this.sections=e}
method parse (line 1) | static parse(e,t){if(e.length<2)return t.error(`Expected at least one ...
method evaluate (line 1) | evaluate(e){return new Ht(this.sections.map((t=>{let n=t.content.evalu...
method eachChild (line 1) | eachChild(e){for(let t of this.sections)e(t.content),t.scale&&e(t.scal...
method outputDefined (line 1) | outputDefined(){return!1}
method constructor (line 754) | constructor(e){this._globe=e,this._mercatorCameraHelper=new rn,this._v...
method useGlobeControls (line 754) | get useGlobeControls(){return this._globe.useGlobeRendering}
method currentHelper (line 754) | get currentHelper(){return this.useGlobeControls?this._verticalPerspec...
method handlePanInertia (line 754) | handlePanInertia(e,t){return this.currentHelper.handlePanInertia(e,t)}
method handleMapControlsRollPitchBearingZoom (line 754) | handleMapControlsRollPitchBearingZoom(e,t){return this.currentHelper.h...
method handleMapControlsPan (line 754) | handleMapControlsPan(e,t,n){this.currentHelper.handleMapControlsPan(e,...
method cameraForBoxAndBearing (line 754) | cameraForBoxAndBearing(e,t,n,r,i){return this.currentHelper.cameraForB...
method handleJumpToCenterZoom (line 754) | handleJumpToCenterZoom(e,t){this.currentHelper.handleJumpToCenterZoom(...
method handleEaseTo (line 754) | handleEaseTo(e,t){return this.currentHelper.handleEaseTo(e,t)}
method handleFlyTo (line 754) | handleFlyTo(e,t){return this.currentHelper.handleFlyTo(e,t)}
class In (line 1) | class In{constructor(e){this.type=ct,this.input=e}static parse(e,t){if(e...
method constructor (line 1) | constructor(e){this.type=ct,this.input=e}
method parse (line 1) | static parse(e,t){if(e.length!==2)return t.error(`Expected two argumen...
method evaluate (line 1) | evaluate(e){let t=this.input.evaluate(e),n=Yt.fromString(t);return n&&...
method eachChild (line 1) | eachChild(e){e(this.input)}
method outputDefined (line 1) | outputDefined(){return!1}
class Ln (line 1) | class Ln{constructor(e){this.type=I,this.input=e}static parse(e,t){if(e....
method constructor (line 1) | constructor(e){this.type=I,this.input=e}
method parse (line 1) | static parse(e,t){if(e.length!==2)return t.error(`Expected 1 argument,...
method evaluate (line 1) | evaluate(e){let t=this.input.evaluate(e);if(typeof t==`string`)return[...
method eachChild (line 1) | eachChild(e){e(this.input)}
method outputDefined (line 1) | outputDefined(){return!1}
function zn (line 1) | function zn(e,t){let n=(180+e[0])/360,r=(180-180/Math.PI*Math.log(Math.t...
function Bn (line 1) | function Bn(e,t){let n=2**t.z;return[(i=(e[0]/Rn+t.x)/n,360*i-180),(r=(e...
method constructor (line 754) | constructor(){this.boundProgram=null,this.boundLayoutVertexBuffer=null...
method bind (line 754) | bind(e,t,n,r,i,a,o,s,c){this.context=e;let l=this.boundPaintVertexBuff...
method freshBind (line 754) | freshBind(e,t,n,r,i,a,o,s){let c=e.numAttributes,l=this.context,u=l.gl...
method destroy (line 754) | destroy(){this.vao&&=(this.context.deleteVertexArray(this.vao),null)}
function Vn (line 1) | function Vn(e,t){e[0]=Math.min(e[0],t[0]),e[1]=Math.min(e[1],t[1]),e[2]=...
function Hn (line 1) | function Hn(e,t){return!(e[0]<=t[0]||e[2]>=t[2]||e[1]<=t[1]||e[3]>=t[3])}
function Un (line 1) | function Un(e,t,n){let r=e[0]-t[0],i=e[1]-t[1],a=e[0]-n[0],o=e[1]-n[1];r...
function Wn (line 1) | function Wn(e,t,n,r){return(i=[r[0]-n[0],r[1]-n[1]])[0]*(a=[t[0]-e[0],t[...
method constructor (line 754) | constructor(e,n,r,i,a,o,s,c,l=[]){let u=e.gl;this.program=u.createProg...
method draw (line 756) | draw(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v){let y=e.gl;if(this.failedT...
function Gn (line 1) | function Gn(e,t,n){for(let r of n)for(let n=0;n<r.length-1;++n)if(Wn(e,t...
function Kn (line 1) | function Kn(e,t,n=!1){let r=!1;for(let s of t)for(let t=0;t<s.length-1;t...
function qn (line 1) | function qn(e,t){for(let n of t)if(Kn(e,n))return!0;return!1}
function Jn (line 1) | function Jn(e,t){for(let n of e)if(!Kn(n,t))return!1;for(let n=0;n<e.len...
function Yn (line 1) | function Yn(e,t){for(let n of t)if(Jn(e,n))return!0;return!1}
function Xn (line 1) | function Xn(e,t,n,r){let i=r[0]-n[0],a=r[1]-n[1],o=(e[0]-n[0])*a-i*(e[1]...
function Zn (line 1) | function Zn(e,t,n){let r=[];for(let i=0;i<e.length;i++){let a=[];for(let...
function Qn (line 1) | function Qn(e,t,n){let r=[];for(let i=0;i<e.length;i++){let a=Zn(e[i],t,...
function $n (line 1) | function $n(e,t,n,r){if(e[0]<n[0]||e[0]>n[2]){let t=.5*r,i=e[0]-n[0]>t?-...
function er (line 1) | function er(e,t,n,r){let i=2**r.z*Rn,a=[r.x*Rn,r.y*Rn],o=[];for(let r of...
function tr (line 1) | function tr(e,t,n,r){let i=2**r.z*Rn,a=[r.x*Rn,r.y*Rn],o=[];for(let n of...
class nr (line 1) | class nr{constructor(e,t){this.type=z,this.geojson=e,this.geometries=t}s...
method constructor (line 1) | constructor(e,t){this.type=z,this.geojson=e,this.geometries=t}
method parse (line 1) | static parse(e,t){if(e.length!==2)return t.error(`'within' expression ...
method evaluate (line 1) | evaluate(e){if(e.geometry()!=null&&e.canonicalID()!=null){if(e.geometr...
method eachChild (line 1) | eachChild(){}
method outputDefined (line 1) | outputDefined(){return!0}
method constructor (line 1) | constructor(e=[],t=(e,t)=>e<t?-1:+(e>t)){if(this.data=e,this.length=this...
method push (line 1) | push(e){this.data.push(e),this._up(this.length++)}
method pop (line 1) | pop(){if(this.length===0)return;let e=this.data[0],t=this.data.pop();ret...
method peek (line 1) | peek(){return this.data[0]}
method _up (line 1) | _up(e){let{data:t,compare:n}=this,r=t[e];for(;e>0;){let i=e-1>>1,a=t[i];...
method _down (line 1) | _down(e){let{data:t,compare:n}=this,r=this.length>>1,i=t[e];for(;e<r;){l...
function ir (line 1) | function ir(e,t,n=0,r=e.length-1,i=xe){for(;r>n;){if(r-n>600){let a=r-n+...
function ar (line 1) | function ar(e,t,n){let r=e[t];e[t]=e[n],e[n]=r}
function q (line 1) | function q(e,t){if(e.length<=1)return[e];let n=[],r,i;for(let t of e){le...
function or (line 1) | function or(e,t){return t.area-e.area}
function sr (line 1) | function sr(e){let t=0;for(let n,r,i=0,a=e.length,o=a-1;i<a;o=i++)n=e[i]...
class dr (line 1) | class dr{constructor(e){let t=6378.137*ur*1e3,n=Math.cos(e*ur),r=1/(1-lr...
method constructor (line 1) | constructor(e){let t=6378.137*ur*1e3,n=Math.cos(e*ur),r=1/(1-lr*(1-n*n...
method distance (line 1) | distance(e,t){let n=this.wrap(e[0]-t[0])*this.kx,r=(e[1]-t[1])*this.ky...
method pointOnLine (line 1) | pointOnLine(e,t){let n,r,i,a,o=1/0;for(let s=0;s<e.length-1;s++){let c...
method wrap (line 1) | wrap(e){for(;e<-180;)e+=360;for(;e>180;)e-=360;return e}
function fr (line 1) | function fr(e,t){return t[0]-e[0]}
function pr (line 1) | function pr(e){return e[1]-e[0]+1}
function mr (line 1) | function mr(e,t){return e[1]>=e[0]&&e[1]<t}
function hr (line 1) | function hr(e,t){if(e[0]>e[1])return[null,null];let n=pr(e);if(t){if(n==...
function gr (line 1) | function gr(e,t){if(!mr(t,e.length))return[1/0,1/0,-1/0,-1/0];let n=[1/0...
function _r (line 1) | function _r(e){let t=[1/0,1/0,-1/0,-1/0];for(let n of e)for(let e of n)V...
function vr (line 1) | function vr(e){return e[0]!==-1/0&&e[1]!==-1/0&&e[2]!==1/0&&e[3]!==1/0}
function yr (line 1) | function yr(e,t,n){if(!vr(e)||!vr(t))return NaN;let r=0,i=0;return e[2]<...
function br (line 1) | function br(e,t,n){let r=n.pointOnLine(t,e);return n.distance(e,r.point)}
function xr (line 1) | function xr(e,t,n,r,i){let a=Math.min(br(e,[n,r],i),br(t,[n,r],i)),o=Mat...
function Sr (line 1) | function Sr(e,t,n,r,i){if(!mr(t,e.length)||!mr(r,n.length))return 1/0;le...
method constructor (line 756) | constructor(e,t,n){this.context=e;let r=e.gl;this.buffer=r.createBuffe...
method bind (line 756) | bind(){this.context.bindElementBuffer.set(this.buffer)}
method updateData (line 756) | updateData(e){let t=this.context.gl;if(!this.dynamicDraw)throw Error(`...
method destroy (line 756) | destroy(){this.buffer&&(this.context.gl.deleteBuffer(this.buffer),dele...
function Cr (line 1) | function Cr(e,t,n,r,i){if(!mr(t,e.length)||!mr(r,n.length))return NaN;le...
function wr (line 1) | function wr(e,t,n){if(Kn(e,t,!0))return 0;let r=1/0;for(let i of t){let ...
method constructor (line 756) | constructor(e,t,n,r){this.length=t.length,this.attributes=n,this.itemS...
method bind (line 756) | bind(){this.context.bindVertexBuffer.set(this.buffer)}
method updateData (line 756) | updateData(e){if(e.length!==this.length)throw Error(`Length of new dat...
method enableAttributes (line 756) | enableAttributes(e,t){for(let n=0;n<this.attributes.length;n++){let r=...
method setVertexAttribPointers (line 756) | setVertexAttribPointers(e,t,n){for(let r=0;r<this.attributes.length;r+...
method destroy (line 756) | destroy(){this.buffer&&(this.context.gl.deleteBuffer(this.buffer),dele...
function J (line 1) | function J(e,t,n,r){if(!mr(t,e.length))return NaN;for(let r=t[0];r<=t[1]...
method constructor (line 756) | constructor(e){this.gl=e.gl,this.default=this.getDefault(),this.curren...
method get (line 756) | get(){return this.current}
method set (line 756) | set(e){}
method getDefault (line 756) | getDefault(){return this.default}
method setDefault (line 756) | setDefault(){this.set(this.default)}
function Tr (line 1) | function Tr(e,t){for(let n of e)for(let e of n)if(Kn(e,t,!0))return!0;re...
method getDefault (line 756) | getDefault(){return t.bn.transparent}
method set (line 756) | set(e){let t=this.current;(e.r!==t.r||e.g!==t.g||e.b!==t.b||e.a!==t.a|...
function Er (line 1) | function Er(e,t,n,r=1/0){let i=_r(e),a=_r(t);if(r!==1/0&&yr(i,a,n)>=r)re...
method getDefault (line 756) | getDefault(){return 1}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.clearDepth(e),this.cur...
function Dr (line 1) | function Dr(e,t,n,r,i,a){if(!a)return;let o=yr(gr(r,a),i,n);o<t&&e.push(...
method getDefault (line 756) | getDefault(){return 0}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.clearStencil(e),this.c...
function Or (line 1) | function Or(e,t,n,r,i,a,o){if(!a||!o)return;let s=yr(gr(r,a),gr(i,o),n);...
method getDefault (line 756) | getDefault(){return[!0,!0,!0,!0]}
method set (line 756) | set(e){let t=this.current;(e[0]!==t[0]||e[1]!==t[1]||e[2]!==t[2]||e[3]...
function kr (line 1) | function kr(e,t,n,r,i=1/0){let a=Math.min(r.distance(e[0],n[0][0]),i);if...
method getDefault (line 756) | getDefault(){return!0}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.depthMask(e),this.curr...
function Ar (line 1) | function Ar(e,t,n,r,i,a=1/0){let o=Math.min(a,i.distance(e[0],n[0]));if(...
method getDefault (line 756) | getDefault(){return 255}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.stencilMask(e),this.cu...
function jr (line 1) | function jr(e){return e.type===`MultiPolygon`?e.coordinates.map((e=>({ty...
method getDefault (line 756) | getDefault(){return{func:this.gl.ALWAYS,ref:0,mask:255}}
method set (line 756) | set(e){let t=this.current;(e.func!==t.func||e.ref!==t.ref||e.mask!==t....
class Mr (line 1) | class Mr{constructor(e,t){this.type=I,this.geojson=e,this.geometries=t}s...
method constructor (line 1) | constructor(e,t){this.type=I,this.geojson=e,this.geometries=t}
method parse (line 1) | static parse(e,t){if(e.length!==2)return t.error(`'distance' expressio...
method evaluate (line 1) | evaluate(e){if(e.geometry()!=null&&e.canonicalID()!=null){if(e.geometr...
method eachChild (line 1) | eachChild(){}
method outputDefined (line 1) | outputDefined(){return!0}
method getDefault (line 756) | getDefault(){let e=this.gl;return[e.KEEP,e.KEEP,e.KEEP]}
method set (line 756) | set(e){let t=this.current;(e[0]!==t[0]||e[1]!==t[1]||e[2]!==t[2]||this...
class Nr (line 1) | class Nr{constructor(e){this.type=B,this.key=e}static parse(e,t){if(e.le...
method constructor (line 1) | constructor(e){this.type=B,this.key=e}
method parse (line 1) | static parse(e,t){if(e.length!==2)return t.error(`Expected 1 argument,...
method evaluate (line 1) | evaluate(e){let t=e.globals?.globalState;return t&&Object.keys(t).leng...
method eachChild (line 1) | eachChild(){}
method outputDefined (line 1) | outputDefined(){return!1}
method getDefault (line 756) | getDefault(){return!1}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;e?t.enabl...
class Fr (line 1) | class Fr{constructor(e,t,n,r){this.name=e,this.type=t,this._evaluate=n,t...
method constructor (line 1) | constructor(e,t,n,r){this.name=e,this.type=t,this._evaluate=n,this.arg...
method evaluate (line 1) | evaluate(e){return this._evaluate(e,this.args)}
method eachChild (line 1) | eachChild(e){this.args.forEach(e)}
method outputDefined (line 1) | outputDefined(){return!1}
method parse (line 1) | static parse(e,t){let n=e[0],r=Fr.definitions[n];if(!r)return t.error(...
method register (line 1) | static register(e,t){Fr.definitions=t;for(let n in t)e[n]=Fr}
method getDefault (line 756) | getDefault(){return!1}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;e?t.enabl...
function Ir (line 1) | function Ir(e,[t,n,r,i]){t=t.evaluate(e),n=n.evaluate(e),r=r.evaluate(e)...
method getDefault (line 756) | getDefault(){return this.gl.LESS}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.depthFunc(e),this.curr...
function Lr (line 1) | function Lr(e,t){return e in t}
method getDefault (line 756) | getDefault(){return!1}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;e?t.enabl...
function Rr (line 1) | function Rr(e,t){let n=t[e];return n===void 0?null:n}
method getDefault (line 756) | getDefault(){let e=this.gl;return[e.ONE,e.ZERO]}
method set (line 756) | set(e){let t=this.current;(e[0]!==t[0]||e[1]!==t[1]||this.dirty)&&(thi...
function zr (line 1) | function zr(e){return{type:e}}
method getDefault (line 756) | getDefault(){return t.bn.transparent}
method set (line 756) | set(e){let t=this.current;(e.r!==t.r||e.g!==t.g||e.b!==t.b||e.a!==t.a|...
function Br (line 1) | function Br(e){if(e instanceof cn)return Br(e.boundExpression);if(e inst...
method getDefault (line 756) | getDefault(){return this.gl.FUNC_ADD}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.blendEquation(e),this....
function Vr (line 1) | function Vr(e){if(e instanceof Fr&&(e.name===`get`&&e.args.length===1||e...
method getDefault (line 756) | getDefault(){return!1}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;e?t.enabl...
function Hr (line 1) | function Hr(e){if(e instanceof Fr&&e.name===`feature-state`)return!1;let...
method getDefault (line 756) | getDefault(){return this.gl.BACK}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.cullFace(e),this.curre...
function Ur (line 1) | function Ur(e,t){if(e instanceof Fr&&t.indexOf(e.name)>=0)return!1;let n...
method getDefault (line 756) | getDefault(){return this.gl.CCW}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.frontFace(e),this.curr...
function Wr (line 1) | function Wr(e){return{result:`success`,value:e}}
method getDefault (line 756) | getDefault(){return null}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.useProgram(e),this.cur...
function Gr (line 1) | function Gr(e){return{result:`error`,value:e}}
method getDefault (line 756) | getDefault(){return this.gl.TEXTURE0}
method set (line 756) | set(e){(e!==this.current||this.dirty)&&(this.gl.activeTexture(e),this....
function Kr (line 1) | function Kr(e){return e[`property-type`]===`data-driven`||e[`property-ty...
method getDefault (line 756) | getDefault(){let e=this.gl;return[0,0,e.drawingBufferWidth,e.drawingBu...
method set (line 756) | set(e){let t=this.current;(e[0]!==t[0]||e[1]!==t[1]||e[2]!==t[2]||e[3]...
function qr (line 1) | function qr(e){return!!e.expression&&e.expression.parameters.indexOf(`zo...
method getDefault (line 756) | getDefault(){return null}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;t.bindFra...
function Jr (line 1) | function Jr(e){return!!e.expression&&e.expression.interpolated}
method getDefault (line 756) | getDefault(){return null}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;t.bindRen...
function Y (line 1) | function Y(e){return e instanceof Number?`number`:e instanceof String?`s...
method getDefault (line 756) | getDefault(){return null}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;t.bindTex...
function Yr (line 1) | function Yr(e){return typeof e==`object`&&!!e&&!Array.isArray(e)&&$t(e)=...
method getDefault (line 756) | getDefault(){return null}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;t.bindBuf...
function Xr (line 1) | function Xr(e){return e}
method getDefault (line 756) | getDefault(){return null}
method set (line 756) | set(e){let t=this.gl;t.bindBuffer(t.ELEMENT_ARRAY_BUFFER,e),this.curre...
function Zr (line 1) | function Zr(e,t){let n=e.stops&&typeof e.stops[0][0]==`object`,r=n||!(n|...
method getDefault (line 756) | getDefault(){return null}
method set (line 756) | set(e){var t;if(e===this.current&&!this.dirty)return;let n=this.gl;ln(...
function Qr (line 1) | function Qr(e,t,n){return e===void 0?t===void 0?n===void 0?void 0:n:t:e}
method getDefault (line 756) | getDefault(){return 4}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;t.pixelSt...
function $r (line 1) | function $r(e,t,n,r,i){return Qr(typeof n===i?r[n]:void 0,e.default,t.de...
method getDefault (line 756) | getDefault(){return!1}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;t.pixelSt...
function ei (line 1) | function ei(e,t,n){if(Y(n)!==`number`)return Qr(e.default,t.default);let...
method getDefault (line 756) | getDefault(){return!1}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;let t=this.gl;t.pixelSt...
function ti (line 1) | function ti(e,t,n){let r=e.base===void 0?1:e.base;if(Y(n)!==`number`)ret...
method constructor (line 756) | constructor(e,t){super(e),this.context=e,this.parent=t}
method getDefault (line 756) | getDefault(){return null}
function ni (line 1) | function ni(e,t,n){switch(t.type){case`color`:n=V.parse(n);break;case`fo...
method setDirty (line 756) | setDirty(){this.dirty=!0}
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;this.context.bindFrameb...
class ri (line 1) | class ri{constructor(e,t,n){this.expression=e,this._warningHistory={},th...
method constructor (line 1) | constructor(e,t,n){this.expression=e,this._warningHistory={},this._eva...
method evaluateWithoutErrorHandling (line 1) | evaluateWithoutErrorHandling(e,t,n,r,i,a){return this._globalState&&(e...
method evaluate (line 1) | evaluate(e,t,n,r,i,a){this._globalState&&(e=fi(e,this._globalState)),t...
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;this.context.bindFrameb...
function ii (line 1) | function ii(e){return Array.isArray(e)&&e.length>0&&typeof e[0]==`string...
method set (line 756) | set(e){if(e===this.current&&!this.dirty)return;this.context.bindFrameb...
function ai (line 1) | function ai(e,t,n){let r=new sn(Pr,Br,[],t?function(e){let t={color:et,s...
class oi (line 1) | class oi{constructor(e,t,n){this.kind=e,this._styleExpression=t,this.isS...
method constructor (line 1) | constructor(e,t,n){this.kind=e,this._styleExpression=t,this.isStateDep...
method evaluateWithoutErrorHandling (line 1) | evaluateWithoutErrorHandling(e,t,n,r,i,a){return this._globalState&&(e...
method evaluate (line 1) | evaluate(e,t,n,r,i,a){return this._globalState&&(e=fi(e,this._globalSt...
method constructor (line 756) | constructor(e,t,n,r,i){this.context=e,this.width=t,this.height=n;let a...
method destroy (line 756) | destroy(){let e=this.context.gl,t=this.colorAttachment.get();if(t&&e.d...
class si (line 1) | class si{constructor(e,t,n,r,i){this.kind=e,this.zoomStops=n,this._style...
method constructor (line 1) | constructor(e,t,n,r,i){this.kind=e,this.zoomStops=n,this._styleExpress...
method evaluateWithoutErrorHandling (line 1) | evaluateWithoutErrorHandling(e,t,n,r,i,a){return this._globalState&&(e...
method evaluate (line 1) | evaluate(e,t,n,r,i,a){return this._globalState&&(e=fi(e,this._globalSt...
method interpolationFactor (line 1) | interpolationFactor(e,t,n){return this.interpolationType?xn.interpolat...
method constructor (line 756) | constructor(e){if(this.gl=e,this.clearColor=new Tr(this),this.clearDep...
method setDefault (line 756) | setDefault(){this.unbindVAO(),this.clearColor.setDefault(),this.clearD...
method setDirty (line 756) | setDirty(){this.clearColor.dirty=!0,this.clearDepth.dirty=!0,this.clea...
method createIndexBuffer (line 756) | createIndexBuffer(e,t){return new Sr(this,e,t)}
method createVertexBuffer (line 756) | createVertexBuffer(e,t,n){return new wr(this,e,t,n)}
method createRenderbuffer (line 756) | createRenderbuffer(e,t,n){let r=this.gl,i=r.createRenderbuffer();retur...
method createFramebuffer (line 756) | createFramebuffer(e,t,n,r){return new oi(this,e,t,n,r)}
method clear (line 756) | clear({color:e,depth:t,stencil:n}){let r=this.gl,i=0;e&&(i|=r.COLOR_BU...
method setCullFace (line 756) | setCullFace(e){!1===e.enable?this.cullFace.set(!1):(this.cullFace.set(...
method setDepthMode (line 756) | setDepthMode(e){e.func!==this.gl.ALWAYS||e.mask?(this.depthTest.set(!0...
method setStencilMode (line 756) | setStencilMode(e){e.test.func!==this.gl.ALWAYS||e.mask?(this.stencilTe...
method setColorMode (line 756) | setColorMode(e){t.bP(e.blendFunction,an.Replace)?this.blend.set(!1):(t...
method createVertexArray (line 756) | createVertexArray(){return ln(this.gl)?this.gl.createVertexArray():thi...
method deleteVertexArray (line 756) | deleteVertexArray(e){return ln(this.gl)?this.gl.deleteVertexArray(e):t...
method unbindVAO (line 756) | unbindVAO(){this.bindVertexArray.set(null)}
function ci (line 1) | function ci(e,t,n){let r=ai(e,t,n);if(r.result===`error`)return r;let i=...
class li (line 1) | class li{constructor(e,t){this._parameters=e,this._specification=t,Xe(th...
method constructor (line 1) | constructor(e,t){this._parameters=e,this._specification=t,Xe(this,Zr(t...
method deserialize (line 1) | static deserialize(e){return new li(e._parameters,e._specification)}
method serialize (line 1) | static serialize(e){return{_parameters:e._parameters,_specification:e....
function ui (line 1) | function ui(e){let t=null;if(e instanceof G)t=ui(e.result);else if(e ins...
function di (line 1) | function di(e,t=new Set){return e instanceof Nr&&t.add(e.key),e.eachChil...
function fi (line 1) | function fi(e,t){let{zoom:n,heatmapDensity:r,elevation:i,lineProgress:a,...
function pi (line 1) | function pi(e){if(!0===e||!1===e)return!0;if(!Array.isArray(e)||e.length...
function hi (line 1) | function hi(e,t){if(e==null)return{filter:()=>!0,needGeometry:!1,getGlob...
function gi (line 1) | function gi(e,t){return e<t?-1:+(e>t)}
function _i (line 1) | function _i(e){if(!Array.isArray(e))return!1;if(e[0]===`within`||e[0]===...
function vi (line 1) | function vi(e){if(!e)return!0;let t=e[0];return e.length<=1?t!==`any`:t=...
function yi (line 1) | function yi(e,t,n){switch(e){case`$type`:return[`filter-type-${n}`,t];ca...
function bi (line 1) | function bi(e,t){if(t.length===0)return!1;switch(e){case`$type`:return[`...
function xi (line 1) | function xi(e){switch(e){case`$type`:return!0;case`$id`:return[`filter-h...
function Si (line 1) | function Si(e){return[`!`,e]}
function Ci (line 1) | function Ci(e){let t=typeof e;if(t===`number`||t===`boolean`||t===`strin...
function wi (line 1) | function wi(e){let t=``;for(let n of ze)t+=`/${Ci(e[n])}`;return t}
function Ti (line 1) | function Ti(e){let t=e.value;return t?[new F(e.key,t,`constants have bee...
function Ei (line 1) | function Ei(e){return e instanceof Number||e instanceof String||e instan...
function Di (line 1) | function Di(e){if(Array.isArray(e))return e.map(Di);if(e instanceof Obje...
function Oi (line 1) | function Oi(e){let t=e.key,n=e.value,r=e.valueSpec||{},i=e.objectElement...
function ki (line 1) | function ki(e){let t=e.value,n=e.valueSpec,r=e.style,i=e.styleSpec,a=e.k...
function Ai (line 1) | function Ai(e){let t=e.key,n=e.value,r=e.valueSpec,i=Y(n);return i===`nu...
function ji (line 1) | function ji(e){let t=e.valueSpec,n=Ei(e.value.type),r,i,a,o={},s=n!==`ca...
function Mi (line 1) | function Mi(e){let t=(e.expressionContext===`property`?ci:ai)(Di(e.value...
function Ni (line 1) | function Ni(e){let t=e.key,n=e.value,r=Y(n);return r===`string`?V.parse(...
function Pi (line 1) | function Pi(e){let t=e.key,n=e.value,r=e.valueSpec,i=[];return Array.isA...
function Fi (line 1) | function Fi(e){return pi(Di(e.value))?Mi(Xe({},e,{expressionContext:`fil...
function Ii (line 1) | function Ii(e){let t=e.value,n=e.key;if(Y(t)!==`array`)return[new F(n,t,...
function Li (line 1) | function Li(e,t){let n=e.key,r=e.validateSpec,i=e.style,a=e.styleSpec,o=...
function Ri (line 1) | function Ri(e){return Li(e,`paint`)}
function zi (line 1) | function zi(e){return Li(e,`layout`)}
function Bi (line 1) | function Bi(e){var t,n;let r=[],i=e.value,a=e.key,o=e.style,s=e.styleSpe...
function Vi (line 1) | function Vi(e){let t=e.value,n=e.key,r=Y(t);return r===`string`?[]:[new ...
function Ui (line 1) | function Ui(e){let t=e.value,n=e.key,r=e.styleSpec,i=e.style,a=e.validat...
function Wi (line 1) | function Wi(e){let t=e.value,n=e.styleSpec,r=n.light,i=e.style,a=[],o=Y(...
function Gi (line 1) | function Gi(e){let t=e.value,n=e.styleSpec,r=n.sky,i=e.style,a=Y(t);if(t...
method constructor (line 756) | constructor(e,n){this.context=new si(e),this.transform=n,this._tileTex...
method resize (line 756) | resize(e,t,n){if(this.width=Math.floor(e*n),this.height=Math.floor(t*n...
method setup (line 756) | setup(){let e=this.context,n=new t.aU;n.emplaceBack(0,0),n.emplaceBack...
method clearStencil (line 756) | clearStencil(){let e=this.context,n=e.gl;this.nextStencilID=1,this.cur...
method _renderTileClippingMasks (line 756) | _renderTileClippingMasks(e,t,n){if(this.currentStencilSource===e.sourc...
method _renderTileMasks (line 756) | _renderTileMasks(e,t,n,r){let i=this.context,a=i.gl,o=this.style.proje...
method _renderTilesDepthBuffer (line 756) | _renderTilesDepthBuffer(){let e=this.context,t=e.gl,n=this.style.proje...
method stencilModeFor3D (line 756) | stencilModeFor3D(){this.currentStencilSource=void 0,this.nextStencilID...
method stencilModeForClipping (line 756) | stencilModeForClipping(e){let t=this.context.gl;return new G({func:t.E...
method getStencilConfigForOverlapAndUpdateStencilID (line 756) | getStencilConfigForOverlapAndUpdateStencilID(e){let t=this.context.gl,...
method stencilConfigForOverlapTwoPass (line 756) | stencilConfigForOverlapTwoPass(e){let t=this.context.gl,n=e.sort(((e,t...
method colorModeForRenderPass (line 756) | colorModeForRenderPass(){let e=this.context.gl;if(this._showOverdrawIn...
method getDepthModeForSublayer (line 756) | getDepthModeForSublayer(e,t,n){if(!this.opaquePassEnabledForLayer())re...
method getDepthModeFor3D (line 756) | getDepthModeFor3D(){return new W(this.context.gl.LEQUAL,W.ReadWrite,th...
method opaquePassEnabledForLayer (line 756) | opaquePassEnabledForLayer(){return this.currentLayer<this.opaquePassCu...
method render (line 756) | render(e,n){var r;this.style=e,this.options=n,this.lineAtlas=e.lineAtl...
method maybeDrawDepthAndCoords (line 756) | maybeDrawDepthAndCoords(e){if(!this.style||!this.style.map||!this.styl...
method renderLayer (line 756) | renderLayer(e,n,r,i,a){r.isHidden(this.transform.zoom)||(r.type===`bac...
method saveTileTexture (line 756) | saveTileTexture(e){let t=this._tileTextures[e.size[0]];t?t.length<Gi.M...
method getTileTexture (line 756) | getTileTexture(e){let t=this._tileTextures[e];return t&&t.length>0?t.p...
method isPatternMissing (line 756) | isPatternMissing(e){if(!e)return!1;if(!e.from||!e.to)return!0;let t=th...
method useProgram (line 756) | useProgram(e,t,n=!1,r=[]){this.cache=this.cache||{};let i=!!this.style...
method setCustomLayerDefaults (line 756) | setCustomLayerDefaults(){this.context.unbindVAO(),this.context.cullFac...
method setBaseState (line 756) | setBaseState(){let e=this.context.gl;this.context.cullFace.set(!1),thi...
method initDebugOverlayCanvas (line 756) | initDebugOverlayCanvas(){this.debugOverlayCanvas??(this.debugOverlayCa...
method destroy (line 756) | destroy(){var e,t;if(this._tileTextures){for(let e in this._tileTextur...
method overLimit (line 756) | overLimit(){let{drawingBufferWidth:e,drawingBufferHeight:t}=this.conte...
function Ki (line 1) | function Ki(e){let t=e.value,n=e.styleSpec,r=n.terrain,i=e.style,a=[],o=...
function qi (line 1) | function qi(e){let t=[],n=e.value,r=e.key;if(Array.isArray(n)){let i=[],...
method constructor (line 756) | constructor(e){this._getCurrentHash=()=>{let e=window.location.hash.re...
method addTo (line 756) | addTo(e){return this._map=e,addEventListener(`hashchange`,this._onHash...
method remove (line 756) | remove(){return removeEventListener(`hashchange`,this._onHashChange,!1...
method getHashString (line 756) | getHashString(e){let t=this._map.getCenter(),n=Math.round(100*this._ma...
method _isValidHash (line 756) | _isValidHash(e){if(e.length<3||e.some(isNaN))return!1;try{new t.V(+e[2...
function Ji (line 1) | function Ji(e){return!!e&&e.constructor===Object}
function Yi (line 1) | function Yi(e){return Ji(e.value)?[]:[new F(e.key,e.value,`object expect...
function Zi (line 1) | function Zi(e){let t=e.value,n=e.valueSpec,r=e.styleSpec;return e.valida...
function Qi (line 1) | function Qi(e){let t=e.value,n=e.key,r=Vi(e);return r.length||(t.indexOf...
function $i (line 1) | function $i(e,t=P){let n=[];return n=n.concat(Zi({key:``,value:e,valueSp...
function ea (line 1) | function ea(e){return function(t){return e(Object.assign({},t,{validateS...
method constructor (line 756) | constructor(e){this._map=e,this.clear()}
method clear (line 756) | clear(){this._inertiaBuffer=[]}
method record (line 756) | record(e){this._drainInertiaBuffer(),this._inertiaBuffer.push({time:l(...
method _drainInertiaBuffer (line 756) | _drainInertiaBuffer(){let e=this._inertiaBuffer,t=l();for(;e.length>0&...
method _onMoveEnd (line 756) | _onMoveEnd(e){if(this._drainInertiaBuffer(),this._inertiaBuffer.length...
function ta (line 1) | function ta(e){return[].concat(e).sort(((e,t)=>e.line-t.line))}
function na (line 1) | function na(e){return function(...t){return ta(e.apply(this,t))}}
class ia (line 1) | class ia{constructor(e,t){this._globalState=t,this.setValue(e)}evaluate(...
method constructor (line 1) | constructor(e,t){this._globalState=t,this.setValue(e)}
method evaluate (line 1) | evaluate(){return this._literalValue??this._compiledValue.evaluate({})}
method setValue (line 1) | setValue(e){if(e==null||e===`visible`||e===`none`)return this._literal...
method getGlobalStateRefs (line 1) | getGlobalStateRefs(){return this._globalStateRefs}
method preventDefault (line 756) | preventDefault(){this._defaultPrevented=!0}
method defaultPrevented (line 756) | get defaultPrevented(){return this._defaultPrevented}
method constructor (line 756) | constructor(e,n,r){let i=e===`touchend`?r.changedTouches:r.touches,a=u...
function da (line 1) | function da(e,t){let n=!1;if(t&&t.length)for(let r of t)e.fire(new Le(Er...
method constructor (line 756) | constructor(e){this.reset(),this.numTouches=e.numTouches}
method reset (line 756) | reset(){delete this.centroid,delete this.startTime,delete this.touches...
method touchstart (line 756) | touchstart(e,n,r){(this.centroid||r.length>this.numTouches)&&(this.abo...
method touchmove (line 756) | touchmove(e,t,n){if(this.aborted||!this.centroid)return;let r=ua(n,t);...
method touchend (line 756) | touchend(e,t,n){if((!this.centroid||e.timeStamp-this.startTime>500)&&(...
class fa (line 1) | class fa{constructor(e,t,n){let r=this.cells=[];if(e instanceof ArrayBuf...
method constructor (line 1) | constructor(e,t,n){let r=this.cells=[];if(e instanceof ArrayBuffer){th...
method insert (line 1) | insert(e,t,n,r,i){this._forEachCell(t,n,r,i,this._insertCell,this.uid+...
method _insertReadonly (line 1) | _insertReadonly(){throw Error(`Cannot insert into a GridIndex created ...
method _insertCell (line 1) | _insertCell(e,t,n,r,i,a){this.cells[i].push(a)}
method query (line 1) | query(e,t,n,r,i){let a=this.min,o=this.max;if(e<=a&&t<=a&&o<=n&&o<=r&&...
method _queryCell (line 1) | _queryCell(e,t,n,r,i,a,o,s){let c=this.cells[i];if(c!==null){let i=thi...
method _forEachCell (line 1) | _forEachCell(e,t,n,r,i,a,o,s){let c=this._convertToCellCoord(e),l=this...
method _convertFromCellCoord (line 1) | _convertFromCellCoord(e){return(e-this.padding)/this.scale}
method _convertToCellCoord (line 1) | _convertToCellCoord(e){return Math.max(0,Math.min(this.d-1,Math.floor(...
method toArrayBuffer (line 1) | toArrayBuffer(){if(this.arrayBuffer)return this.arrayBuffer;let e=this...
method serialize (line 1) | static serialize(e,t){let n=e.toArrayBuffer();return t&&t.push(n),{buf...
method deserialize (line 1) | static deserialize(e){return new fa(e.buffer)}
method constructor (line 756) | constructor(e){this.singleTap=new da(e),this.numTaps=e.numTaps,this.re...
method reset (line 756) | reset(){this.lastTime=1/0,delete this.lastTap,this.count=0,this.single...
method touchstart (line 756) | touchstart(e,t,n){this.singleTap.touchstart(e,t,n)}
method touchmove (line 756) | touchmove(e,t,n){this.singleTap.touchmove(e,t,n)}
method touchend (line 756) | touchend(e,t,n){let r=this.singleTap.touchend(e,t,n);if(r){let t=e.tim...
function X (line 1) | function X(e,t,n={}){if(pa[e])throw Error(`${e} is already registered.`)...
method constructor (line 756) | constructor(e){this._enabled=!!e.enable,this._moveStateManager=e.moveS...
method reset (line 756) | reset(e){this._active=!1,this._moved=!1,delete this._lastPoint,this._m...
method _move (line 756) | _move(...e){let t=this._moveFunction(...e);if(t.bearingDelta||t.pitchD...
method dragStart (line 756) | dragStart(e,t){this.isEnabled()&&!this._lastPoint&&this._moveStateMana...
method dragMove (line 756) | dragMove(e,t){if(!this.isEnabled())return;let n=this._lastPoint;if(!n)...
method dragEnd (line 756) | dragEnd(e){this.isEnabled()&&this._lastPoint&&this._moveStateManager.i...
method enable (line 756) | enable(){this._enabled=!0}
method disable (line 756) | disable(){this._enabled=!1,this.reset()}
method isEnabled (line 756) | isEnabled(){return this._enabled}
method isActive (line 756) | isActive(){return this._active}
method getClickTolerance (line 756) | getClickTolerance(){return this._clickTolerance}
function ma (line 1) | function ma(e){return e&&typeof ArrayBuffer<`u`&&(e instanceof ArrayBuff...
function ha (line 1) | function ha(e){return e.$name||e.constructor._classRegistryKey}
method constructor (line 756) | constructor(e){this._correctEvent=e.checkCorrectEvent}
method startMove (line 756) | startMove(e){this._eventButton=e.button}
method endMove (line 756) | endMove(e){delete this._eventButton}
method isValidStartEvent (line 756) | isValidStartEvent(e){return this._correctEvent(e)}
method isValidMoveEvent (line 756) | isValidMoveEvent(e){return!function(e,t){let n=ma[t];return e.buttons=...
method isValidEndEvent (line 756) | isValidEndEvent(e){return e.button===this._eventButton}
function ga (line 1) | function ga(e){return!function(e){if(typeof e!=`object`||!e)return!1;let...
method constructor (line 756) | constructor(){this._firstTouch=void 0}
method _isOneFingerTouch (line 756) | _isOneFingerTouch(e){return e.targetTouches.length===1}
method _isSameTouchEvent (line 756) | _isSameTouchEvent(e){return e.targetTouches[0].identifier===this._firs...
method startMove (line 756) | startMove(e){this._firstTouch=e.targetTouches[0].identifier}
method endMove (line 756) | endMove(e){delete this._firstTouch}
method isValidStartEvent (line 756) | isValidStartEvent(e){return this._isOneFingerTouch(e)}
method isValidMoveEvent (line 756) | isValidMoveEvent(e){return this._isOneFingerTouch(e)&&this._isSameTouc...
method isValidEndEvent (line 756) | isValidEndEvent(e){return this._isOneFingerTouch(e)&&this._isSameTouch...
function _a (line 1) | function _a(e,t){if(ga(e))return(ma(e)||pe(e))&&t&&t.push(e),ArrayBuffer...
method constructor (line 756) | constructor(e=new ha({checkCorrectEvent:()=>!0}),t=new ga){this.mouseM...
method _executeRelevantHandler (line 756) | _executeRelevantHandler(e,t,n){return e instanceof MouseEvent?t(e):typ...
method startMove (line 756) | startMove(e){this._executeRelevantHandler(e,(e=>this.mouseMoveStateMan...
method endMove (line 756) | endMove(e){this._executeRelevantHandler(e,(e=>this.mouseMoveStateManag...
method isValidStartEvent (line 756) | isValidStartEvent(e){return this._executeRelevantHandler(e,(e=>this.mo...
method isValidMoveEvent (line 756) | isValidMoveEvent(e){return this._executeRelevantHandler(e,(e=>this.mou...
method isValidEndEvent (line 756) | isValidEndEvent(e){return this._executeRelevantHandler(e,(e=>this.mous...
function va (line 1) | function va(e){if(ga(e))return e;if(Array.isArray(e))return e.map(va);if...
class ya (line 1) | class ya{constructor(){this.first=!0}update(e,t){let n=Math.floor(e);ret...
method constructor (line 1) | constructor(){this.first=!0}
method update (line 1) | update(e,t){let n=Math.floor(e);return this.first?(this.first=!1,this....
method constructor (line 756) | constructor(e,t){this._clickTolerance=e.clickTolerance||1,this._map=t,...
method reset (line 756) | reset(){this._active=!1,this._touches={},this._sum=new t.P(0,0)}
method _shouldBePrevented (line 756) | _shouldBePrevented(e){return e<(this._map.cooperativeGestures.isEnable...
method touchstart (line 756) | touchstart(e,t,n){return this._calculateTransform(e,t,n)}
method touchmove (line 756) | touchmove(e,t,n){if(this._active){if(!this._shouldBePrevented(n.length...
method touchend (line 756) | touchend(e,t,n){this._calculateTransform(e,t,n),this._active&&this._sh...
method touchcancel (line 756) | touchcancel(){this.reset()}
method _calculateTransform (line 756) | _calculateTransform(e,n,r){r.length>0&&(this._active=!0);let i=ua(r,n)...
method enable (line 756) | enable(){this._enabled=!0}
method disable (line 756) | disable(){this._enabled=!1,this.reset()}
method isEnabled (line 756) | isEnabled(){return this._enabled}
method isActive (line 756) | isActive(){return this._active}
function ba (line 1) | function ba(e){return/[\u02EA\u02EB\u2E80-\u2FDF\u2FF0-\u303F\u3041-\u30...
method constructor (line 756) | constructor(){this.reset()}
method reset (line 756) | reset(){this._active=!1,delete this._firstTwoTouches}
method touchstart (line 756) | touchstart(e,t,n){this._firstTwoTouches||n.length<2||(this._firstTwoTo...
method touchmove (line 756) | touchmove(e,t,n){if(!this._firstTwoTouches)return;e.preventDefault();l...
method touchend (line 756) | touchend(e,t,n){if(!this._firstTwoTouches)return;let[r,i]=this._firstT...
method touchcancel (line 756) | touchcancel(){this.reset()}
method enable (line 756) | enable(e){this._enabled=!0,this._aroundCenter=!!e&&e.around===`center`}
method disable (line 756) | disable(){this._enabled=!1,this.reset()}
method isEnabled (line 756) | isEnabled(){return!!this._enabled}
method isActive (line 756) | isActive(){return!!this._active}
function xa (line 1) | function xa(e){return/[\u02EA\u02EB\u1100-\u11FF\u1400-\u167F\u18B0-\u18...
function Sa (line 1) | function Sa(e){return/\s/u.test(String.fromCodePoint(e))}
function Ca (line 1) | function Ca(e){for(let t of e)if(xa(t.codePointAt(0)))return!0;return!1}
method reset (line 756) | reset(){super.reset(),delete this._distance,delete this._startDistance}
method _start (line 756) | _start(e){this._startDistance=this._distance=e[0].dist(e[1])}
method _move (line 756) | _move(e,t){let n=this._distance;if(this._distance=e[0].dist(e[1]),this...
function wa (line 1) | function wa(e){for(let t of e)if(!Da(t.codePointAt(0)))return!1;return!0}
function Ta (line 1) | function Ta(e){let t=e.map((e=>{try{return RegExp(`\\p{sc=${e}}`,`u`).so...
method reset (line 756) | reset(){super.reset(),delete this._minDiameter,delete this._startVecto...
method _start (line 756) | _start(e){this._startVector=this._vector=e[0].sub(e[1]),this._minDiame...
method _move (line 756) | _move(e,t,n){let r=this._vector;if(this._vector=e[0].sub(e[1]),this._a...
method _isBelowThreshold (line 756) | _isBelowThreshold(e){this._minDiameter=Math.min(this._minDiameter,e.ma...
function Da (line 1) | function Da(e){return!Ea.test(String.fromCodePoint(e))}
method constructor (line 756) | constructor(e){super(),this._currentTouchCount=0,this._map=e}
method reset (line 756) | reset(){super.reset(),this._valid=void 0,delete this._firstMove,delete...
method touchstart (line 756) | touchstart(e,t,n){super.touchstart(e,t,n),this._currentTouchCount=n.le...
method _start (line 756) | _start(e){this._lastPoints=e,Ea(e[0].sub(e[1]))&&(this._valid=!1)}
method _move (line 756) | _move(e,t,n){if(this._map.cooperativeGestures.isEnabled()&&this._curre...
method gestureBeginsVertically (line 756) | gestureBeginsVertically(e,t,n){if(this._valid!==void 0)return this._va...
function Oa (line 1) | function Oa(e){return!(xa(e)||(t=e,/[\xA7\xA9\xAE\xB1\xBC-\xBE\xD7\xF7\u...
function Aa (line 1) | function Aa(e){return ka.test(String.fromCodePoint(e))}
function ja (line 1) | function ja(e,t){return!(!t&&Aa(e)||/[\u0900-\u0DFF\u0F00-\u109F\u1780-\...
function Ma (line 1) | function Ma(e){for(let t of e)if(Aa(t.codePointAt(0)))return!0;return!1}
method constructor (line 756) | constructor(e,t){this._onTimeout=e=>{this._type=`wheel`,this._delta-=t...
method setZoomRate (line 756) | setZoomRate(e){this._defaultZoomRate=e}
method setWheelZoomRate (line 756) | setWheelZoomRate(e){this._wheelZoomRate=e}
method isEnabled (line 756) | isEnabled(){return!!this._enabled}
method isActive (line 756) | isActive(){return!!this._active||this._finishTimeout!==void 0}
method isZooming (line 756) | isZooming(){return!!this._zooming}
method enable (line 756) | enable(e){this.isEnabled()||(this._enabled=!0,this._aroundCenter=!!e&&...
method disable (line 756) | disable(){this.isEnabled()&&(this._enabled=!1)}
method _shouldBePrevented (line 756) | _shouldBePrevented(e){return!!this._map.cooperativeGestures.isEnabled(...
method wheel (line 756) | wheel(e){if(!this.isEnabled())return;if(this._shouldBePrevented(e))ret...
method _start (line 756) | _start(e){if(!this._delta)return;this._frameId&&=null,this._active=!0,...
method renderFrame (line 756) | renderFrame(){if(!this._frameId||(this._frameId=null,!this.isActive())...
method _smoothOutEasing (line 756) | _smoothOutEasing(e){let n=t.cw;if(this._prevEase){let e=this._prevEase...
method reset (line 756) | reset(){this._active=!1,this._zooming=!1,delete this._targetZoom,delet...
method constructor (line 1) | constructor(){this.TIMEOUT=5e3,this.applyArabicShaping=null,this.process...
method setState (line 1) | setState(e){this.pluginStatus=e.pluginStatus,this.pluginURL=e.pluginURL}
method getState (line 1) | getState(){return{pluginStatus:this.pluginStatus,pluginURL:this.pluginURL}}
method setMethods (line 1) | setMethods(e){if(Na.isParsed())throw Error(`RTL text plugin already regi...
method isParsed (line 1) | isParsed(){return this.applyArabicShaping!=null&&this.processBidirection...
method getRTLTextPluginStatus (line 1) | getRTLTextPluginStatus(){return this.pluginStatus}
method syncState (line 1) | syncState(e,n){return t(this,void 0,void 0,(function*(){if(this.isParsed...
class Pa (line 1) | class Pa{constructor(e,t){this.isSupportedScript=Fa,this.zoom=e,t?(this....
method constructor (line 1) | constructor(e,t){this.isSupportedScript=Fa,this.zoom=e,t?(this.now=t.n...
method crossFadingFactor (line 1) | crossFadingFactor(){return this.fadeDuration===0?1:Math.min((this.now-...
method getCrossfadeParameters (line 1) | getCrossfadeParameters(){let e=this.zoom,t=e-Math.floor(e),n=this.cros...
method constructor (line 756) | constructor(e){this._tr=new ca(e),this.reset()}
method reset (line 756) | reset(){this._active=!1}
method dblclick (line 756) | dblclick(e,n){return e.preventDefault(),{cameraAnimation:r=>{r.easeTo(...
method enable (line 756) | enable(){this._enabled=!0}
method disable (line 756) | disable(){this._enabled=!1,this.reset()}
method isEnabled (line 756) | isEnabled(){return this._enabled}
method isActive (line 756) | isActive(){return this._active}
function Fa (line 1) | function Fa(e){return function(e,t){for(let n of e)if(!ja(n.codePointAt(...
method constructor (line 756) | constructor(){this._tap=new fa({numTouches:1,numTaps:1}),this.reset()}
method reset (line 756) | reset(){this._active=!1,delete this._swipePoint,delete this._swipeTouc...
method touchstart (line 756) | touchstart(e,t,n){if(!this._swipePoint)if(this._tapTime){let r=t[0],i=...
method touchmove (line 756) | touchmove(e,t,n){if(this._tapTime){if(this._swipePoint){if(n[0].identi...
method touchend (line 756) | touchend(e,t,n){if(this._tapTime)this._swipePoint&&n.length===0&&this....
method touchcancel (line 756) | touchcancel(){this.reset()}
method enable (line 756) | enable(){this._enabled=!0}
method disable (line 756) | disable(){this._enabled=!1,this.reset()}
method isEnabled (line 756) | isEnabled(){return this._enabled}
method isActive (line 756) | isActive(){return this._active}
class La (line 1) | class La{constructor(e,t,n){this.property=e,this.value=t,this.expression...
method constructor (line 1) | constructor(e,t,n){this.property=e,this.value=t,this.expression=functi...
method isDataDriven (line 1) | isDataDriven(){return this.expression.kind===`source`||this.expression...
method getGlobalStateRefs (line 1) | getGlobalStateRefs(){return this.expression.globalStateRefs||new Set}
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t,n){return this.property.possiblyEvaluate(this,e,t...
method constructor (line 756) | constructor(e,t,n,r){this._pitchWithRotate=e.pitchWithRotate,this._rol...
method enable (line 756) | enable(){this._mouseRotate.enable(),this._pitchWithRotate&&this._mouse...
method disable (line 756) | disable(){this._mouseRotate.disable(),this._mousePitch.disable(),this....
method isEnabled (line 756) | isEnabled(){return this._mouseRotate.isEnabled()&&(!this._pitchWithRot...
method isActive (line 756) | isActive(){return this._mouseRotate.isActive()||this._mousePitch.isAct...
class Ra (line 1) | class Ra{constructor(e,t){this.property=e,this.value=new La(e,void 0,t)}...
method constructor (line 1) | constructor(e,t){this.property=e,this.value=new La(e,void 0,t)}
method transitioned (line 1) | transitioned(e,t){return new Ba(this.property,this.value,t,M({},e.tran...
method untransitioned (line 1) | untransitioned(){return new Ba(this.property,this.value,null,{},0)}
method constructor (line 756) | constructor(e,t,n,r){this._el=e,this._touchZoom=t,this._touchRotate=n,...
method enable (line 756) | enable(e){this._touchZoom.enable(e),this._rotationDisabled||this._touc...
method disable (line 756) | disable(){this._touchZoom.disable(),this._touchRotate.disable(),this._...
method isEnabled (line 756) | isEnabled(){return this._touchZoom.isEnabled()&&(this._rotationDisable...
method isActive (line 756) | isActive(){return this._touchZoom.isActive()||this._touchRotate.isActi...
method disableRotation (line 756) | disableRotation(){this._rotationDisabled=!0,this._touchRotate.disable()}
method enableRotation (line 756) | enableRotation(){this._rotationDisabled=!1,this._touchZoom.isEnabled()...
class za (line 1) | class za{constructor(e,t){this._properties=e,this._values=Object.create(...
method constructor (line 1) | constructor(e,t){this._properties=e,this._values=Object.create(e.defau...
method getValue (line 1) | getValue(e){return N(this._values[e].value.value)}
method setValue (line 1) | setValue(e,t){Object.prototype.hasOwnProperty.call(this._values,e)||(t...
method getTransition (line 1) | getTransition(e){return N(this._values[e].transition)}
method setTransition (line 1) | setTransition(e,t){Object.prototype.hasOwnProperty.call(this._values,e...
method serialize (line 1) | serialize(){let e={};for(let t of Object.keys(this._values)){let n=thi...
method transitioned (line 1) | transitioned(e,t){let n=new Va(this._properties);for(let r of Object.k...
method untransitioned (line 1) | untransitioned(){let e=new Va(this._properties);for(let t of Object.ke...
method constructor (line 756) | constructor(e,t){this._bypassKey=navigator.userAgent.indexOf(`Mac`)===...
method isActive (line 756) | isActive(){return!1}
method reset (line 756) | reset(){}
method _setupUI (line 756) | _setupUI(){if(this._container)return;let e=this._map.getCanvasContaine...
method _destroyUI (line 756) | _destroyUI(){this._container&&(this._container.remove(),this._map.getC...
method enable (line 756) | enable(){this._setupUI(),this._enabled=!0}
method disable (line 756) | disable(){this._enabled=!1,this._destroyUI()}
method isEnabled (line 756) | isEnabled(){return this._enabled}
method isBypassed (line 756) | isBypassed(e){return e[this._bypassKey]}
method notifyGestureBlocked (line 756) | notifyGestureBlocked(e,n){this._enabled&&(this._map.fire(new t.l(`coop...
class Ba (line 1) | class Ba{constructor(e,t,n,r,i){this.property=e,this.value=t,this.begin=...
method constructor (line 1) | constructor(e,t,n,r,i){this.property=e,this.value=t,this.begin=i+r.del...
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t,n){let r=e.now||0,i=this.value.possiblyEvaluate(e...
class Va (line 1) | class Va{constructor(e){this._properties=e,this._values=Object.create(e....
method constructor (line 1) | constructor(e){this._properties=e,this._values=Object.create(e.default...
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t,n){let r=new Wa(this._properties);for(let i of Ob...
method hasTransition (line 1) | hasTransition(){for(let e of Object.keys(this._values))if(this._values...
class Ha (line 1) | class Ha{constructor(e,t){this._properties=e,this._values=Object.create(...
method constructor (line 1) | constructor(e,t){this._properties=e,this._values=Object.create(e.defau...
method hasValue (line 1) | hasValue(e){return this._values[e].value!==void 0}
method getValue (line 1) | getValue(e){return N(this._values[e].value)}
method setValue (line 1) | setValue(e,t){this._values[e]=new La(this._values[e].property,t===null...
method serialize (line 1) | serialize(){let e={};for(let t of Object.keys(this._values)){let n=thi...
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t,n){let r=new Wa(this._properties);for(let i of Ob...
class Ua (line 1) | class Ua{constructor(e,t,n){this.property=e,this.value=t,this.parameters...
method constructor (line 1) | constructor(e,t,n){this.property=e,this.value=t,this.parameters=n}
method isConstant (line 1) | isConstant(){return this.value.kind===`constant`}
method constantOr (line 1) | constantOr(e){return this.value.kind===`constant`?this.value.value:e}
method evaluate (line 1) | evaluate(e,t,n,r){return this.property.evaluate(this.value,this.parame...
method _ownerDocument (line 756) | get _ownerDocument(){return this._el?.ownerDocument||document}
method _ownerWindow (line 756) | get _ownerWindow(){return this._el?.ownerDocument?.defaultView||window}
method constructor (line 756) | constructor(e,n){this.handleWindowEvent=e=>{this.handleEvent(e,`${e.ty...
method destroy (line 756) | destroy(){for(let[e,t,n]of this._listeners)e.removeEventListener(t,e==...
method _addDefaultHandlers (line 756) | _addDefaultHandlers(e){let n=this._map,r=n.getCanvasContainer();this._...
method _add (line 756) | _add(e,t,n){this._handlers.push({handlerName:e,handler:t,allowed:n}),t...
method stop (line 756) | stop(e){if(!this._updatingCamera){for(let{handler:e}of this._handlers)...
method isActive (line 756) | isActive(){for(let{handler:e}of this._handlers)if(e.isActive())return!...
method isZooming (line 756) | isZooming(){return!!this._eventsInProgress.zoom||this._map.scrollZoom....
method isRotating (line 756) | isRotating(){return!!this._eventsInProgress.rotate}
method isMoving (line 756) | isMoving(){return!!Ba(this._eventsInProgress)||this.isZooming()}
method _blockedByActive (line 756) | _blockedByActive(e,t,n){for(let r in e)if(r!==n&&(!t||t.indexOf(r)<0))...
method _getMapTouches (line 756) | _getMapTouches(e){let t=[];for(let n of e)this._el.contains(n.target)&...
method mergeHandlerResult (line 756) | mergeHandlerResult(e,n,r,i,a){if(!r)return;t.e(e,r);let o={handlerName...
method _applyChanges (line 756) | _applyChanges(){let e={},n={},r={};for(let[i,a,o]of this._changes)i.pa...
method _updateMapTransform (line 756) | _updateMapTransform(e,t,n){let r=this._map,i=r._getTransformForUpdate(...
method _handleMapControls (line 756) | _handleMapControls({terrain:e,tr:t,deltasForHelper:n,preZoomAroundLoc:...
method _fireEvents (line 756) | _fireEvents(e,n,r){let i=Ba(this._eventsInProgress),a=Ba(e),o={};for(l...
method _fireEvent (line 756) | _fireEvent(e,n){this._map.fire(new t.l(e,n?{originalEvent:n}:{}))}
method _requestFrame (line 756) | _requestFrame(){return this._map.triggerRepaint(),this._map._renderTas...
method _triggerRenderFrame (line 756) | _triggerRenderFrame(){this._frameId===void 0&&(this._frameId=this._req...
class Wa (line 1) | class Wa{constructor(e){this._properties=e,this._values=Object.create(e....
method constructor (line 1) | constructor(e){this._properties=e,this._values=Object.create(e.default...
method get (line 1) | get(e){return this._values[e]}
method constructor (line 756) | constructor(e,t,n){super(),this._renderFrameCallback=()=>{let e=Math.m...
method migrateProjection (line 756) | migrateProjection(e,t){e.apply(this.transform,!0),this.transform=e,thi...
method getCenter (line 756) | getCenter(){return new t.V(this.transform.center.lng,this.transform.ce...
method setCenter (line 756) | setCenter(e,t){return this.jumpTo({center:e},t)}
method getCenterElevation (line 756) | getCenterElevation(){return this.transform.elevation}
method setCenterElevation (line 756) | setCenterElevation(e,t){return this.jumpTo({elevation:e},t),this}
method getCenterClampedToGround (line 756) | getCenterClampedToGround(){return this._centerClampedToGround}
method setCenterClampedToGround (line 756) | setCenterClampedToGround(e){this._centerClampedToGround=e}
method panBy (line 756) | panBy(e,n,r){return e=t.P.convert(e).mult(-1),this.panTo(this.transfor...
method panTo (line 756) | panTo(e,n,r){return this.easeTo(t.e({center:e},n),r)}
method getZoom (line 756) | getZoom(){return this.transform.zoom}
method setZoom (line 756) | setZoom(e,t){return this.jumpTo({zoom:e},t),this}
method zoomTo (line 756) | zoomTo(e,n,r){return this.easeTo(t.e({zoom:e},n),r)}
method zoomIn (line 756) | zoomIn(e,n){return this.zoomTo(t.cu(this.getZoom()+1,this._zoomSnap),e...
method zoomOut (line 756) | zoomOut(e,n){return this.zoomTo(t.cu(this.getZoom()-1,this._zoomSnap),...
method getVerticalFieldOfView (line 756) | getVerticalFieldOfView(){return this.transform.fov}
method setVerticalFieldOfView (line 756) | setVerticalFieldOfView(e,n){return e!=this.transform.fov&&(this.transf...
method getBearing (line 756) | getBearing(){return this.transform.bearing}
method setZoomSnap (line 756) | setZoomSnap(e){return this._zoomSnap=e,this}
method getZoomSnap (line 756) | getZoomSnap(){return this._zoomSnap}
method setBearing (line 756) | setBearing(e,t){return this.jumpTo({bearing:e},t),this}
method getPadding (line 756) | getPadding(){return this.transform.padding}
method setPadding (line 756) | setPadding(e,t){return this.jumpTo({padding:e},t),this}
method rotateTo (line 756) | rotateTo(e,n,r){return this.easeTo(t.e({bearing:e},n),r)}
method resetNorth (line 756) | resetNorth(e,n){return this.rotateTo(0,t.e({duration:1e3},e),n),this}
method resetNorthPitch (line 756) | resetNorthPitch(e,n){return this.easeTo(t.e({bearing:0,pitch:0,roll:0,...
method snapToNorth (line 756) | snapToNorth(e,t){return Math.abs(this.getBearing())<this._bearingSnap?...
method getPitch (line 756) | getPitch(){return this.transform.pitch}
method setPitch (line 756) | setPitch(e,t){return this.jumpTo({pitch:e},t),this}
method getRoll (line 756) | getRoll(){return this.transform.roll}
method setRoll (line 756) | setRoll(e,t){return this.jumpTo({roll:e},t),this}
method cameraForBounds (line 756) | cameraForBounds(e,t){e=N.convert(e).adjustAntiMeridian();let n=t&&t.be...
method _cameraForBoxAndBearing (line 756) | _cameraForBoxAndBearing(e,n,r,i){let a={top:0,bottom:0,right:0,left:0}...
method fitBounds (line 756) | fitBounds(e,t,n){return this._fitInternal(this.cameraForBounds(e,t),t,n)}
method fitScreenCoordinates (line 756) | fitScreenCoordinates(e,n,r,i,a){return this._fitInternal(this._cameraF...
method _fitInternal (line 756) | _fitInternal(e,n,r){return e?(delete(n=t.e(e,n)).padding,n.linear?this...
method jumpTo (line 756) | jumpTo(e,n){this.stop();let r=this._getTransformForUpdate(),i=!1,a=!1,...
method calculateCameraOptionsFromTo (line 756) | calculateCameraOptionsFromTo(e,n,r,i=0){let a=t.a6.fromLngLat(e,n),o=t...
method calculateCameraOptionsFromCameraLngLatAltRotation (line 756) | calculateCameraOptionsFromCameraLngLatAltRotation(e,t,n,r,i){let a=thi...
method easeTo (line 756) | easeTo(e,n){this._stop(!1,e.easeId),(!1===(e=t.e({offset:[0,0],duratio...
method _prepareEase (line 756) | _prepareEase(e,n,r={}){this._moving=!0,n||r.moving||this.fire(new t.l(...
method _prepareElevation (line 756) | _prepareElevation(e){this._elevationCenter=e,this._elevationStart=this...
method _updateElevation (line 756) | _updateElevation(e){this._elevationStart!==void 0&&this._elevationCent...
method _finalizeElevation (line 756) | _finalizeElevation(){this._elevationFreeze=!1,this.getCenterClampedToG...
method _getTransformForUpdate (line 756) | _getTransformForUpdate(){return this.transformCameraUpdate||this.terra...
method _elevateCameraIfInsideTerrain (line 756) | _elevateCameraIfInsideTerrain(e){if(!this.terrain&&e.elevation>=0&&e.p...
method _applyUpdatedTransform (line 756) | _applyUpdatedTransform(e){let t=[];if(t.push((e=>this._elevateCameraIf...
method _fireMoveEvents (line 756) | _fireMoveEvents(e){this.fire(new t.l(`move`,e)),this._zooming&&this.fi...
method _afterEase (line 756) | _afterEase(e,n){if(this._easeId&&n&&this._easeId===n)return;delete thi...
method flyTo (line 756) | flyTo(e,n){if(!e.essential&&s.prefersReducedMotion){let r=t.U(e,[`cent...
method isEasing (line 756) | isEasing(){return!!this._easeFrameId}
method stop (line 756) | stop(){return this._stop()}
method _stop (line 756) | _stop(e,t){var n;if(this._easeFrameId&&(this._cancelRenderFrame(this._...
method _ease (line 756) | _ease(e,t,n){!1===n.animate||n.duration===0?(e(1),t()):(this._easeStar...
method _normalizeBearing (line 756) | _normalizeBearing(e,n){e=t.W(e,-180,180);let r=Math.abs(e-n);return Ma...
method queryTerrainElevation (line 756) | queryTerrainElevation(e){return this.terrain?this.terrain.getElevation...
class Z (line 1) | class Z{constructor(e){this.specification=e}possiblyEvaluate(e,t){if(e.i...
method constructor (line 1) | constructor(e){this.specification=e}
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t){if(e.isDataDriven())throw Error(`Value should no...
method interpolate (line 1) | interpolate(e,t,n){let r=Cn[this.specification.type];return r?r(e,t,n):e}
class Q (line 1) | class Q{constructor(e,t){this.specification=e,this.overrides=t}possiblyE...
method constructor (line 1) | constructor(e,t){this.specification=e,this.overrides=t}
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t,n,r){return new Ua(this,e.expression.kind===`cons...
method interpolate (line 1) | interpolate(e,t,n){if(e.value.kind!==`constant`||t.value.kind!==`const...
method evaluate (line 1) | evaluate(e,t,n,r,i,a){return e.kind===`constant`?e.value:e.evaluate(t,...
method constructor (line 756) | constructor(e=Z){this._toggleAttribution=()=>{this._container.classLis...
method getDefaultPosition (line 756) | getDefaultPosition(){return`bottom-right`}
method onAdd (line 756) | onAdd(e){return this._map=e,this._compact=this.options.compact,this._c...
method onRemove (line 756) | onRemove(){this._container.remove(),this._map.off(`styledata`,this._up...
method _setElementTitle (line 756) | _setElementTitle(e,t){let n=this._map._getUIString(`AttributionControl...
method _updateAttributions (line 756) | _updateAttributions(){if(!this._map.style)return;let e=[];if(this.opti...
class Ga (line 1) | class Ga extends Q{possiblyEvaluate(e,t,n,r){if(e.value===void 0)return ...
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t,n,r){if(e.value===void 0)return new Ua(this,{kind...
method evaluate (line 1) | evaluate(e,t,n,r,i,a){if(e.kind===`source`){let o=e.evaluate(t,n,r,i,a...
method _calculate (line 1) | _calculate(e,t,n,r){return r.zoom>r.zoomHistory.lastIntegerZoom?{from:...
method interpolate (line 1) | interpolate(e){return e}
method constructor (line 756) | constructor(e={}){this._updateCompact=()=>{let e=this._container.child...
method getDefaultPosition (line 756) | getDefaultPosition(){return`bottom-left`}
method onAdd (line 756) | onAdd(e){this._map=e,this._compact=this.options&&this.options.compact,...
method onRemove (line 756) | onRemove(){this._container.remove(),this._map.off(`resize`,this._updat...
class Ka (line 1) | class Ka{constructor(e){this.specification=e}possiblyEvaluate(e,t,n,r){i...
method constructor (line 1) | constructor(e){this.specification=e}
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t,n,r){if(e.value!==void 0){if(e.expression.kind===...
method _calculate (line 1) | _calculate(e,t,n,r){return r.zoom>r.zoomHistory.lastIntegerZoom?{from:...
method interpolate (line 1) | interpolate(e){return e}
method constructor (line 756) | constructor(){this._queue=[],this._id=0,this._cleared=!1,this._current...
method add (line 756) | add(e){let t=++this._id;return this._queue.push({callback:e,id:t,cance...
method remove (line 756) | remove(e){let t=this._currentlyRunning,n=t?this._queue.concat(t):this....
method run (line 756) | run(e=0){if(this._currentlyRunning)throw Error(`Attempting to run(), b...
method clear (line 756) | clear(){this._currentlyRunning&&(this._cleared=!0),this._queue=[]}
class qa (line 1) | class qa{constructor(e){this.specification=e}possiblyEvaluate(e,t,n,r){r...
method constructor (line 1) | constructor(e){this.specification=e}
method possiblyEvaluate (line 1) | possiblyEvaluate(e,t,n,r){return!!e.expression.evaluate(t,null,{},n,r)}
method interpolate (line 1) | interpolate(){return!1}
class Ja (line 1) | class Ja{constructor(e){this.properties=e,this.defaultPropertyValues={},...
method constructor (line 1) | constructor(e){this.properties=e,this.defaultPropertyValues={},this.de...
method constructor (line 756) | constructor(e){super(),this._lastTilesetChange=l(),this.tileManager=e,...
method destruct (line 756) | destruct(){this.tileManager.usedForTerrain=!1,this.tileManager.tileSiz...
method getSource (line 756) | getSource(){return this.tileManager._source}
method update (line 756) | update(e,n){this.tileManager.update(e,n),this._renderableTilesKeys=[];...
method freeRtt (line 756) | freeRtt(e){for(let t in this._tiles){let n=this._tiles[t];(!e||n.tileI...
method getRenderableTiles (line 756) | getRenderableTiles(){return this._renderableTilesKeys.map((e=>this.get...
method getTileByID (line 756) | getTileByID(e){return this._tiles[e]}
method getTerrainCoords (line 756) | getTerrainCoords(e,t){return t?this._getTerrainCoordsForTileRanges(e,t...
method _getTerrainCoordsForRegularTile (line 756) | _getTerrainCoordsForRegularTile(e){let n={};for(let r of this._rendera...
method _getTerrainCoordsForTileRanges (line 756) | _getTerrainCoordsForTileRanges(e,n){let r={};for(let i of this._render...
method getSourceTile (line 756) | getSourceTile(e,t){let n=this.tileManager._source,r=e.overscaledZ-this...
method findTileInCaches (line 756) | findTileInCaches(e){let t=this.tileManager.getTileByID(e);return t||(t...
method anyTilesAfterTime (line 756) | anyTilesAfterTime(e=Date.now()){return this._lastTilesetChange>=e}
method _isWithinTileRanges (line 756) | _isWithinTileRanges(e,t){let n=t[e.canonical.z];return!!n&&(e.wrap>n.m...
class Ya (line 1) | class Ya extends Re{constructor(e,t,n){if(super(),this.id=e.id,this.type...
method constructor (line 1) | constructor(e,t,n){if(super(),this.id=e.id,this.type=e.type,this._glob...
method setFilter (line 1) | setFilter(e){this.filter=e,this._featureFilter=hi(e,this._globalState)}
method getCrossfadeParameters (line 1) | getCrossfadeParameters(){return this._crossfadeParameters}
method getLayoutProperty (line 1) | getLayoutProperty(e){return e===`visibility`?this.visibility:this._une...
method getLayoutAffectingGlobalStateRefs (line 1) | getLayoutAffectingGlobalStateRefs(){let e=new Set;for(let t of this._v...
method getPaintAffectingGlobalStateRefs (line 1) | getPaintAffectingGlobalStateRefs(){let e=new globalThis.Map;if(this._t...
method getVisibilityAffectingGlobalStateRefs (line 1) | getVisibilityAffectingGlobalStateRefs(){return this._visibilityExpress...
method setLayoutProperty (line 1) | setLayoutProperty(e,t,n={}){if(t==null||!this._validate(ua,`layers.${t...
method getPaintProperty (line 1) | getPaintProperty(e){return e.endsWith(Ia)?this._transitionablePaint.ge...
method setPaintProperty (line 1) | setPaintProperty(e,t,n={}){if(t!=null&&this._validate(la,`layers.${thi...
method _handleSpecialPaintPropertyUpdate (line 1) | _handleSpecialPaintPropertyUpdate(e){}
method _handleOverridablePaintPropertyUpdate (line 1) | _handleOverridablePaintPropertyUpdate(e,t,n){return!1}
method isHidden (line 1) | isHidden(e=this.minzoom,t=!1){return!!(this.minzoom&&e<(t?Math.floor(t...
method updateTransitions (line 1) | updateTransitions(e){this._transitioningPaint=this._transitionablePain...
method hasTransition (line 1) | hasTransition(){return this._transitioningPaint.hasTransition()}
method recalculateVisibility (line 1) | recalculateVisibility(){this._evaluatedVisibility=this._visibilityExpr...
method recalculate (line 1) | recalculate(e,t){e.getCrossfadeParameters&&(this._crossfadeParameters=...
method serialize (line 1) | serialize(){let e={id:this.id,type:this.type,source:this.source,"sourc...
method _validate (line 1) | _validate(e,t,n,r,i={}){return(!i||!1!==i.validate)&&da(this,e.call(oa...
method is3D (line 1) | is3D(){return!1}
method isTileClipped (line 1) | isTileClipped(){return!1}
method hasOffscreenPass (line 1) | hasOffscreenPass(){return!1}
method resize (line 1) | resize(){}
method isStateDependent (line 1) | isStateDependent(){for(let e in this.paint._values){let t=this.paint.g...
method constructor (line 756) | constructor(e,t,n){this._meshCache={},this.painter=e,this.tileManager=...
method destroy (line 756) | destroy(){this._fbo&&=(this._fbo.destroy(),null),this._fboCoordsTextur...
method getDEMElevation (line 756) | getDEMElevation(e,n,r,i=t.a5){let a=e.normalizeCoordinates(n,r,i);if(!...
method getElevationForLngLatZoom (line 756) | getElevationForLngLatZoom(e,n){if(!t.cB(n,e.wrap()))return 0;let{tileI...
method getElevationForLngLat (line 756) | getElevationForLngLat(e,t){let n=Ue(t,{maxzoom:this.tileManager.maxzoo...
method getElevation (line 756) | getElevation(e,n,r,i=t.a5){return this.getDEMElevation(e,n,r,i)*this.e...
method getTerrainData (line 756) | getTerrainData(e){if(!this._emptyDemTexture){let e=this.painter.contex...
method getFramebuffer (line 756) | getFramebuffer(e){let n=this.painter,r=n.width/devicePixelRatio,i=n.he...
method getCoordsTexture (line 756) | getCoordsTexture(){let e=this.painter.context;if(this._coordsTexture)r...
method pointCoordinate (line 756) | pointCoordinate(e){this.painter.maybeDrawDepthAndCoords(!0);let n=new ...
method depthAtPoint (line 756) | depthAtPoint(e){let t=new Uint8Array(4),n=this.painter.context,r=n.gl;...
method getTerrainMesh (line 756) | getTerrainMesh(e){let n=this.painter.style.projection?.transitionState...
method getMeshFrameDelta (line 756) | getMeshFrameDelta(e){return 2*Math.PI*t.bC/2**Math.max(e,0)/5}
method getMinTileElevationForLngLatZoom (line 756) | getMinTileElevationForLngLatZoom(e,n){if(!t.cB(n,e.wrap()))return 0;le...
method getMinMaxElevation (line 756) | getMinMaxElevation(e){let t=this.getTerrainData(e).tile,n={minElevatio...
method _getOverscaledTileIDFromLngLatZoom (line 756) | _getOverscaledTileIDFromLngLatZoom(e,n){let r=t.a6.fromLngLat(e.wrap()...
method paint (line 1) | get paint(){return Xa||=new Ja({"raster-opacity":new Z(P.paint_raster[`r...
class Qa (line 1) | class Qa extends Ya{constructor(e,t){super(e,Za,t)}}
method constructor (line 1) | constructor(e,t){super(e,Za,t)}
method constructor (line 756) | constructor(e,t){this.painter=e,this.terrain=t,this.pool=new Xa(e.cont...
method destruct (line 756) | destruct(){this.pool.destruct()}
method getTexture (line 756) | getTexture(e){return this.pool.getObjectForId(e.rtt[this._stacks.lengt...
method prepareForRender (line 756) | prepareForRender(e,t){this._stacks=[],this._prevType=null,this._rttTil...
method renderLayer (line 756) | renderLayer(e,n){if(e.isHidden(this.painter.transform.zoom))return!1;l...
class eo (line 1) | class eo{constructor(e,t){this._structArray=e,this._pos1=t*this.size,thi...
method constructor (line 1) | constructor(e,t){this._structArray=e,this._pos1=t*this.size,this._pos2...
class to (line 1) | class to{constructor(){this.isTransferred=!1,this.capacity=-1,this.resiz...
method constructor (line 1) | constructor(){this.isTransferred=!1,this.capacity=-1,this.resize(0)}
method serialize (line 1) | static serialize(e,t){return e._trim(),t&&(e.isTransferred=!0,t.push(e...
method deserialize (line 1) | static deserialize(e){let t=Object.create(this.prototype);return t.arr...
method _trim (line 1) | _trim(){this.length!==this.capacity&&(this.capacity=this.length,this.a...
method clear (line 1) | clear(){this.length=0}
method resize (line 1) | resize(e){this.reserve(e),this.length=e}
method reserve (line 1) | reserve(e){if(e>this.capacity){this.capacity=Math.max(e,Math.floor(5*t...
method _refreshViews (line 1) | _refreshViews(){throw Error(`_refreshViews() must be implemented by ea...
method freeBufferAfterUpload (line 1) | freeBufferAfterUpload(){this.arrayBuffer=new ArrayBuffer(0),this._refr...
function no (line 1) | function no(e,t=1){let n=0,r=0;return{members:e.map((e=>{let i=$a[e.type...
function ro (line 1) | function ro(e,t){return Math.ceil(e/t)*t}
class io (line 1) | class io extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16...
method emplaceBack (line 1) | emplaceBack(e,t){let n=this.length;return this.resize(n+1),this.emplac...
method emplace (line 1) | emplace(e,t,n){let r=2*e;return this.int16[r+0]=t,this.int16[r+1]=n,e}
method constructor (line 756) | constructor(e,n,r=!1){this.mousedown=e=>{this.startMove(e,u.mousePos(t...
method startMove (line 756) | startMove(e,t){this._rotatePitchHandler.dragStart(e,t),u.disableDrag()}
method move (line 756) | move(e,t){let n=this.map,{bearingDelta:r,pitchDelta:i}=this._rotatePit...
method off (line 756) | off(){let e=this.element;e.removeEventListener(`mousedown`,this.moused...
method offTemp (line 756) | offTemp(){u.enableDrag(),window.removeEventListener(`mousemove`,this.m...
class ao (line 1) | class ao extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16...
method emplaceBack (line 1) | emplaceBack(e,t,n){let r=this.length;return this.resize(r+1),this.empl...
method emplace (line 1) | emplace(e,t,n,r){let i=3*e;return this.int16[i+0]=t,this.int16[i+1]=n,...
class oo (line 1) | class oo extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16...
method emplaceBack (line 1) | emplaceBack(e,t,n,r){let i=this.length;return this.resize(i+1),this.em...
method emplace (line 1) | emplace(e,t,n,r,i){let a=4*e;return this.int16[a+0]=t,this.int16[a+1]=...
class so (line 1) | class so extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16...
method emplaceBack (line 1) | emplaceBack(e,t,n,r,i,a){let o=this.length;return this.resize(o+1),thi...
method emplace (line 1) | emplace(e,t,n,r,i,a,o){let s=6*e;return this.int16[s+0]=t,this.int16[s...
class co (line 1) | class co extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16...
method emplaceBack (line 1) | emplaceBack(e,t,n,r,i,a){let o=this.length;return this.resize(o+1),thi...
method emplace (line 1) | emplace(e,t,n,r,i,a,o){let s=4*e,c=8*e;return this.int16[s+0]=t,this.i...
class lo (line 1) | class lo extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float...
method emplaceBack (line 1) | emplaceBack(e,t){let n=this.length;return this.resize(n+1),this.emplac...
method emplace (line 1) | emplace(e,t,n){let r=2*e;return this.float32[r+0]=t,this.float32[r+1]=...
method constructor (line 756) | constructor(e){if(super(),this._onClick=e=>{this.fire(new t.l(`click`,...
method addTo (line 756) | addTo(e){return this.remove(),this._map=e,this._element.hasAttribute(`...
method remove (line 756) | remove(){return this._opacityTimeout&&(clearTimeout(this._opacityTimeo...
method getLngLat (line 756) | getLngLat(){return this._lngLat}
method setLngLat (line 756) | setLngLat(e){return this._lngLat=t.V.convert(e),this._pos=null,this._p...
method getElement (line 756) | getElement(){return this._element}
method setPopup (line 756) | setPopup(e){if(this._popup&&(this._popup.remove(),this._popup=null,thi...
method setSubpixelPositioning (line 756) | setSubpixelPositioning(e){return this._subpixelPositioning=e,this}
method getPopup (line 756) | getPopup(){return this._popup}
method togglePopup (line 756) | togglePopup(){let e=this._popup;return this._element.style.opacity===t...
method _updateOpacity (line 756) | _updateOpacity(e=!1){var n;let r=this._map?.terrain,i=this._map.transf...
method getOffset (line 756) | getOffset(){return this._offset}
method setOffset (line 756) | setOffset(e){return this._offset=t.P.convert(e),this._update(),this}
method addClassName (line 756) | addClassName(e){this._element.classList.add(e)}
method removeClassName (line 756) | removeClassName(e){this._element.classList.remove(e)}
method toggleClassName (line 756) | toggleClassName(e){return this._element.classList.toggle(e)}
method setDraggable (line 756) | setDraggable(e){return this._draggable=!!e,this._map&&(e?(this._map.on...
method isDraggable (line 756) | isDraggable(){return this._draggable}
method setRotation (line 756) | setRotation(e){return this._rotation=e||0,this._update(),this}
method getRotation (line 756) | getRotation(){return this._rotation}
method setRotationAlignment (line 756) | setRotationAlignment(e){return this._rotationAlignment=e||`auto`,this....
method getRotationAlignment (line 756) | getRotationAlignment(){return this._rotationAlignment}
method setPitchAlignment (line 756) | setPitchAlignment(e){return this._pitchAlignment=e&&e!==`auto`?e:this....
method getPitchAlignment (line 756) | getPitchAlignment(){return this._pitchAlignment}
method setOpacity (line 756) | setOpacity(e,t){return(this._opacity===void 0||e===void 0&&t===void 0)...
class uo (line 1) | class uo extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint1...
method emplaceBack (line 1) | emplaceBack(e,t,n,r,i,a,o,s,c,l){let u=this.length;return this.resize(...
method emplace (line 1) | emplace(e,t,n,r,i,a,o,s,c,l,u){let d=10*e;return this.uint16[d+0]=t,th...
class fo (line 1) | class fo extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint1...
method emplaceBack (line 1) | emplaceBack(e,t,n,r,i,a,o,s){let c=this.length;return this.resize(c+1)...
method emplace (line 1) | emplace(e,t,n,r,i,a,o,s,c){let l=8*e;return this.uint16[l+0]=t,this.ui...
class po (line 1) | class po extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.int16...
method emplaceBack (line 1) | emplaceBack(e,t,n,r,i,a,o,s,c,l,u,d){let f=this.length;return this.res...
method emplace (line 1) | emplace(e,t,n,r,i,a,o,s,c,l,u,d,f){let p=12*e;return this.int16[p+0]=t...
class mo (line 1) | class mo extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.float...
method emplaceBack (line 1) | emplaceBack(e,t,n){let r=this.length;return this.resize(r+1),this.empl...
method emplace (line 1) | emplace(e,t,n,r){let i=3*e;return this.float32[i+0]=t,this.float32[i+1...
class ho (line 1) | class ho extends to{_refreshViews(){this.uint8=new Uint8Array(this.array...
method _refreshViews (line 1) | _refreshViews(){this.uint8=new Uint8Array(this.arrayBuffer),this.uint3...
method emplaceBack (line 1) | emplaceBack(e){let t=this.length;return this.resize(t+1),this.emplace(...
method emplace (line 1) | empl
Condensed preview — 68 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1,643K chars).
[
{
"path": ".gitignore",
"chars": 380,
"preview": ".idea\n# exclude the .env file which will be created from env.example\n.env\n\n# exclude the apps folder\n/config/opencloud/a"
},
{
"path": "LICENSE",
"chars": 35149,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
},
{
"path": "README.md",
"chars": 20151,
"preview": "# OpenCloud Compose\n\nThis repository provides Docker Compose configurations for deploying OpenCloud in various environme"
},
{
"path": "antivirus/clamav.yml",
"chars": 1201,
"preview": "---\nservices:\n opencloud:\n environment:\n POSTPROCESSING_STEPS: \"virusscan\"\n STORAGE_USERS_DATA_GATEWAY_URL"
},
{
"path": "certs/.gitkeep",
"chars": 0,
"preview": ""
},
{
"path": "config/keycloak/clients/OpenCloudAndroid.json",
"chars": 1781,
"preview": "{\n \"clientId\": \"OpenCloudAndroid\",\n \"name\": \"OpenCloud Android App\",\n \"surrogateAuthRequired\": false,\n \"enabled\": tr"
},
{
"path": "config/keycloak/clients/OpenCloudDesktop.json",
"chars": 1775,
"preview": "{\n \"clientId\": \"OpenCloudDesktop\",\n \"name\": \"OpenCloud Desktop Client\",\n \"surrogateAuthRequired\": false,\n \"enabled\":"
},
{
"path": "config/keycloak/clients/OpenCloudIOS.json",
"chars": 1765,
"preview": "{\n \"clientId\": \"OpenCloudIOS\",\n \"name\": \"OpenCloud iOS App\",\n \"surrogateAuthRequired\": false,\n \"enabled\": true,\n \"a"
},
{
"path": "config/keycloak/clients/cyberduck.json",
"chars": 1881,
"preview": "{\n \"clientId\": \"Cyberduck\",\n \"name\": \"Cyberduck\",\n \"description\": \"File transfer utility client\",\n \"surrogateAuthReq"
},
{
"path": "config/keycloak/clients/web.json",
"chars": 2081,
"preview": "{\n \"clientId\": \"web\",\n \"name\": \"OpenCloud Web App\",\n \"description\": \"\",\n \"rootUrl\": \"{{OC_URL}}\",\n \"adminUrl\": \"{{O"
},
{
"path": "config/keycloak/docker-entrypoint-override.sh",
"chars": 561,
"preview": "#!/bin/bash\n# print env variables for trace/debug log levels\nlog_level=$(printf '%s' \"$KC_LOG_LEVEL\" | tr '[:upper:]' '["
},
{
"path": "config/keycloak/opencloud-realm-autoprovisioning.dist.json",
"chars": 84259,
"preview": "{\n \"id\" : \"openCloud\",\n \"realm\" : \"openCloud\",\n \"displayName\" : \"OpenCloud\",\n \"notBefore\" : 0,\n \"defaultSignatureAl"
},
{
"path": "config/keycloak/opencloud-realm.dist.json",
"chars": 94987,
"preview": "{\n \"id\": \"openCloud\",\n \"realm\": \"openCloud\",\n \"displayName\": \"OpenCloud\",\n \"displayNameHtml\": \"<div class=\\\"kc-logo-"
},
{
"path": "config/keycloak/themes/opencloud/login/resources/css/theme.css",
"chars": 928,
"preview": ":root {\n --pf-global--primary-color--100: #e2baff;\n --pf-global--primary-color--200: #e2baff;\n --pf-global--pri"
},
{
"path": "config/keycloak/themes/opencloud/login/resources/js/script.js",
"chars": 538,
"preview": "document.addEventListener(\"DOMContentLoaded\", function () {\n const setLogoUrl = (url) => {\n const logoTextSele"
},
{
"path": "config/keycloak/themes/opencloud/login/theme.properties",
"chars": 95,
"preview": "parent=keycloak\nimport=common/keycloak\n\nstyles=css/login.css css/theme.css\nscripts=js/script.js"
},
{
"path": "config/ldap/docker-entrypoint-override.sh",
"chars": 368,
"preview": "#!/bin/bash\necho \"Running custom LDAP entrypoint script...\"\n\nif [ ! -f /opt/bitnami/openldap/share/openldap.key ]\nthen\t\n"
},
{
"path": "config/ldap/init-ldap-acls.sh",
"chars": 246,
"preview": "#!/usr/bin/env bash\nset -eu\n\n# apply acls\necho -n \"Applying acls... \"\nslapmodify -F /opt/bitnami/openldap/etc/slapd.d -b"
},
{
"path": "config/ldap/ldif/10_base.ldif",
"chars": 452,
"preview": "dn: dc=opencloud,dc=eu\nobjectClass: organization\nobjectClass: dcObject\ndc: opencloud\no: openCloud\n\ndn: ou=users,dc=openc"
},
{
"path": "config/ldap/ldif/20_admin.ldif",
"chars": 549,
"preview": "dn: uid=admin,ou=users,dc=opencloud,dc=eu\nobjectClass: inetOrgPerson\nobjectClass: organizationalPerson\nobjectClass: pers"
},
{
"path": "config/ldap/ldif/30_demo_users.ldif",
"chars": 2486,
"preview": "# Start dn with uid (user identifier / login), not cn (Firstname + Surname)\ndn: uid=alan,ou=users,dc=opencloud,dc=eu\nobj"
},
{
"path": "config/ldap/ldif/40_demo_groups.ldif",
"chars": 2057,
"preview": "dn: cn=users,ou=groups,dc=opencloud,dc=eu\nobjectClass: groupOfNames\nobjectClass: top\ncn: users\ndescription: Users\nmember"
},
{
"path": "config/ldap/ldif/50_acls.ldif",
"chars": 314,
"preview": "# OpenCloud ldap acl file which gets applied during the first db initialisation\ndn: olcDatabase={2}mdb,cn=config\nchanget"
},
{
"path": "config/ldap/schemas/10_opencloud_schema.ldif",
"chars": 1859,
"preview": "# This LDIF files describes the OpenCloud schema\ndn: cn=opencloud,cn=schema,cn=config\nobjectClass: olcSchemaConfig\ncn: o"
},
{
"path": "config/opencloud/apps/.gitkeep",
"chars": 0,
"preview": ""
},
{
"path": "config/opencloud/apps/maps/assets/src-D755RU42.css",
"chars": 73795,
"preview": "/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */\n@layer properties{@supports (((-webkit-hyphens:none)) "
},
{
"path": "config/opencloud/apps/maps/js/dist-r7AkbZvS.mjs",
"chars": 51404,
"preview": "import{t as e}from\"./preload-helper-DafEc2pQ.mjs\";var t=`FEDERATION_DEBUG`,n={AT:`@`,HYPHEN:`-`,SLASH:`/`},r={[n.AT]:`sc"
},
{
"path": "config/opencloud/apps/maps/js/hostInit-E45YfNWJ.mjs",
"chars": 133,
"preview": "import{t as e}from\"./preload-helper-DafEc2pQ.mjs\";await(await e(()=>import(`./remoteEntry-lxWu31Tr.mjs`),[],import.meta."
},
{
"path": "config/opencloud/apps/maps/js/localSharedImportMap-CALnqYrs.mjs",
"chars": 3122,
"preview": "import\"./dist-r7AkbZvS.mjs\";var e={\"@opencloud-eu/web-client\":{name:`@opencloud-eu/web-client`,version:void 0,scope:[`de"
},
{
"path": "config/opencloud/apps/maps/js/maps-BAf8IhJ5.mjs",
"chars": 60,
"preview": "import{t as e}from\"./src-CIfRBuLG.mjs\";export{e as default};"
},
{
"path": "config/opencloud/apps/maps/js/maps__loadShare___mf_0_opencloud_mf_2_eu_mf_1_web_mf_2_pkg__loadShare__.mjs-BA8CS_pX.mjs",
"chars": 8075,
"preview": "var e=`__mf_init____mf__virtual/maps__mf_v__runtimeInit__mf_v__.js__`,t=globalThis[e];if(!t){let n,r,i=new Promise((e,t)"
},
{
"path": "config/opencloud/apps/maps/js/maps__loadShare__vue3_mf_2_gettext__loadShare__.mjs-C70VjRQL.mjs",
"chars": 633,
"preview": "var e=`__mf_init____mf__virtual/maps__mf_v__runtimeInit__mf_v__.js__`,t=globalThis[e];if(!t){let n,r,i=new Promise((e,t)"
},
{
"path": "config/opencloud/apps/maps/js/maps__loadShare__vue__loadShare__.mjs-CwuktG-9.mjs",
"chars": 3360,
"preview": "var e=`__mf_init____mf__virtual/maps__mf_v__runtimeInit__mf_v__.js__`,t=globalThis[e];if(!t){let n,r,i=new Promise((e,t)"
},
{
"path": "config/opencloud/apps/maps/js/preload-helper-DafEc2pQ.mjs",
"chars": 1208,
"preview": "var e=`modulepreload`,t=function(e,t){return new URL(e,t).href},n={},r=function(r,i,a){let o=Promise.resolve();if(i&&i.l"
},
{
"path": "config/opencloud/apps/maps/js/remoteEntry-lxWu31Tr.mjs",
"chars": 1629,
"preview": "const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=[\"./localSharedImportMap-CALnqYrs.mjs\",\"./dist-r7AkbZvS.mjs\",\"./"
},
{
"path": "config/opencloud/apps/maps/js/rolldown-runtime-BLwG3bfA.mjs",
"chars": 558,
"preview": "var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getP"
},
{
"path": "config/opencloud/apps/maps/js/src-CIfRBuLG.mjs",
"chars": 1161049,
"preview": "import{n as e,t}from\"./rolldown-runtime-BLwG3bfA.mjs\";import{n,r,t as i}from\"./maps__loadShare___mf_0_opencloud_mf_2_eu_"
},
{
"path": "config/opencloud/apps/maps/js/src-D0iZetHT.mjs",
"chars": 60,
"preview": "import{t as e}from\"./src-CIfRBuLG.mjs\";export{e as default};"
},
{
"path": "config/opencloud/apps/maps/js/virtualExposes-CZMUMkHF.mjs",
"chars": 908,
"preview": "const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=[\"../assets/src-D755RU42.css\"])))=>i.map(i=>d[i]);\nimport{t as e"
},
{
"path": "config/opencloud/apps/maps/manifest.json",
"chars": 50,
"preview": "{\n \"entrypoint\": \"js/remoteEntry-lxWu31Tr.mjs\"\n}\n"
},
{
"path": "config/opencloud/banned-password-list.txt",
"chars": 44,
"preview": "password\n12345678\n123\nOpenCloud\nOpenCloud-1\n"
},
{
"path": "config/opencloud/csp.yaml",
"chars": 1635,
"preview": "directives:\n child-src:\n - '''self'''\n connect-src:\n - '''self'''\n - 'blob:'\n - 'https://${COMPANION_DOMAI"
},
{
"path": "config/opencloud/proxy.yaml",
"chars": 1480,
"preview": "# This adds four additional routes to the proxy. Forwarding\n# request on '/carddav/', '/caldav/' and the respective '/.w"
},
{
"path": "config/radicale/config",
"chars": 9239,
"preview": "# -*- mode: conf -*-\n# vim:ft=cfg\n\n# Config file for Radicale - A simple calendar server\n#\n# Place it into /etc/radicale"
},
{
"path": "config/traefik/docker-entrypoint-override.sh",
"chars": 2949,
"preview": "set -e\n\nprintenv\n# Function to add arguments to the command\nadd_arg() {\n TRAEFIK_CMD=\"$TRAEFIK_CMD $1\"\n}\n\n# Initializ"
},
{
"path": "config/traefik/dynamic/.gitkeep",
"chars": 0,
"preview": ""
},
{
"path": "docker-compose.yml",
"chars": 4067,
"preview": "---\nservices:\n opencloud:\n # renovate: depName=opencloudeu/opencloud-rolling\n image: ${OC_DOCKER_IMAGE:-opencloud"
},
{
"path": "external-proxy/collabora-exposed.yml",
"chars": 283,
"preview": "---\n# only expose the ports when you know what you are doing!\nservices:\n collaboration:\n ports:\n # expose the w"
},
{
"path": "external-proxy/collabora.yml",
"chars": 219,
"preview": "---\nservices:\n collaboration:\n ports:\n # expose the wopi server on localhost\n - \"127.0.0.1:9300:9300\"\n co"
},
{
"path": "external-proxy/keycloak-exposed.yml",
"chars": 203,
"preview": "---\n# only expose the ports when you know what you re doing!\nservices:\n keycloak:\n ports:\n # expose the keycloa"
},
{
"path": "external-proxy/keycloak.yml",
"chars": 142,
"preview": "\nservices:\n keycloak:\n ports:\n # expose the keycloak server on localhost\n - \"127.0.0.1:9000:9000\"\n - "
},
{
"path": "external-proxy/opencloud-exposed.yml",
"chars": 276,
"preview": "---\n# only expose the ports when you know what you are doing!\nservices:\n opencloud:\n environment:\n # bind t"
},
{
"path": "external-proxy/opencloud.yml",
"chars": 215,
"preview": "---\nservices:\n opencloud:\n environment:\n # bind to all interfaces\n PROXY_HTTP_ADDR: \"0.0.0.0:9200\"\n "
},
{
"path": "idm/external-authelia.yml",
"chars": 1666,
"preview": "---\nservices:\n opencloud:\n environment:\n # enable opaque access tokens\n PROXY_OIDC_ACCESS_TOKEN_VERIFY_MET"
},
{
"path": "idm/external-idp.yml",
"chars": 4514,
"preview": "---\nservices:\n opencloud:\n environment:\n # Ldap IDP specific configuration\n OC_LDAP_URI: ldaps://ldap-serv"
},
{
"path": "idm/ldap-keycloak.yml",
"chars": 5171,
"preview": "---\nservices:\n opencloud:\n environment:\n # Ldap IDP specific configuration\n OC_LDAP_URI: ldaps://ldap-serv"
},
{
"path": "monitoring/monitoring-collaboration.yml",
"chars": 110,
"preview": "---\n\nservices:\n collaboration:\n environment:\n # metrics\n COLLABORATION_DEBUG_ADDR: 0.0.0.0:9304\n"
},
{
"path": "monitoring/monitoring.yml",
"chars": 301,
"preview": "---\n\nservices:\n opencloud:\n environment:\n # metrics\n # if OpenCloud runs as a single process, all <debug>"
},
{
"path": "radicale/radicale.yml",
"chars": 587,
"preview": "---\nservices:\n opencloud:\n volumes:\n # external sites needs to have additional routes configured in the proxy\n "
},
{
"path": "renovate.json",
"chars": 1203,
"preview": "{\n \"$schema\": \"https://docs.renovatebot.com/renovate-schema.json\",\n \"platformAutomerge\": true,\n \"enabledManagers\": [\""
},
{
"path": "search/tika.yml",
"chars": 620,
"preview": "---\nservices:\n tika:\n image: ${TIKA_IMAGE:-apache/tika:latest}\n # Using the base variant for smaller image size a"
},
{
"path": "storage/decomposeds3.yml",
"chars": 791,
"preview": "---\nservices:\n opencloud:\n environment:\n # activate decomposeds3 storage driver\n STORAGE_USERS_DRIVER: dec"
},
{
"path": "testing/external-keycloak.yml",
"chars": 1697,
"preview": "---\nservices:\n postgres:\n image: postgres:17.10-alpine\n networks:\n opencloud-net:\n volumes:\n - keycl"
},
{
"path": "testing/ldap-manager.yml",
"chars": 935,
"preview": "---\n# This file can be used to be added to the opencloud_full example\n# to browse the LDAP server with a web interface.\n"
},
{
"path": "traefik/collabora.yml",
"chars": 1193,
"preview": "---\nservices:\n traefik:\n networks:\n opencloud-net:\n aliases:\n - ${COLLABORA_DOMAIN:-collabora.o"
},
{
"path": "traefik/ldap-keycloak.yml",
"chars": 605,
"preview": "---\nservices:\n traefik:\n networks:\n opencloud-net:\n aliases:\n - ${KEYCLOAK_DOMAIN:-keycloak.ope"
},
{
"path": "traefik/opencloud.yml",
"chars": 2911,
"preview": "---\nservices:\n opencloud:\n labels:\n - \"traefik.enable=true\"\n # define middleware here, to make sure its lo"
},
{
"path": "weboffice/collabora.yml",
"chars": 4202,
"preview": "---\nservices:\n\n opencloud:\n environment:\n # this is needed for setting the correct CSP header\n COLLABORA_D"
}
]
About this extraction
This page contains the full source code of the opencloud-eu/opencloud-compose GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 68 files (1.5 MB), approximately 537.6k tokens, and a symbol index with 4350 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.