From c9a6fb2bf198e7e3a874843b0a0da44ebb2ca1af Mon Sep 17 00:00:00 2001 From: Michael7371 Date: Tue, 9 May 2023 09:26:47 -0600 Subject: [PATCH 001/106] initial keycloak integration --- docker-compose.yml | 18 + documents/keycloak/realm.json | 4746 +++ sample.env | 24 +- webapp/package-lock.json | 38523 +++++++++++++------------ webapp/package.json | 4 +- webapp/src/App.js | 110 +- webapp/src/Keycloak.js | 9 + webapp/src/apis/google-auth-api.js | 26 +- webapp/src/components/Header.js | 242 +- webapp/src/components/css/Header.css | 207 +- webapp/src/index.js | 22 +- webapp/src/slices/userSlice.js | 161 +- 12 files changed, 24510 insertions(+), 19582 deletions(-) create mode 100644 documents/keycloak/realm.json create mode 100644 webapp/src/Keycloak.js diff --git a/docker-compose.yml b/docker-compose.yml index b85d8ee1..b85968ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -49,6 +49,24 @@ services: logging: options: max-size: '10m' + + cvmanager_keycloak: + image: quay.io/keycloak/keycloak + environment: + KEYCLOAK_ADMIN: ${KEYCLOAK_ADMIN} + KEYCLOAK_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD} + command: + - start-dev + - --log-level=INFO + - --import-realm + volumes: + - ./documents/keycloak/realm.json:/opt/keycloak/data/import/realm.json + ports: + - '8084:8080' + logging: + options: + max-size: '10m' + volumes: pgdb: driver: local diff --git a/documents/keycloak/realm.json b/documents/keycloak/realm.json new file mode 100644 index 00000000..24063348 --- /dev/null +++ b/documents/keycloak/realm.json @@ -0,0 +1,4746 @@ +[ + { + "id": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", + "realm": "master", + "displayName": "Keycloak", + "displayNameHtml": "
Keycloak
", + "notBefore": 0, + "defaultSignatureAlgorithm": "RS256", + "revokeRefreshToken": false, + "refreshTokenMaxReuse": 0, + "accessTokenLifespan": 60, + "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": false, + "permanentLockout": false, + "maxFailureWaitSeconds": 900, + "minimumQuickLoginWaitSeconds": 60, + "waitIncrementSeconds": 60, + "quickLoginCheckMilliSeconds": 1000, + "maxDeltaTimeSeconds": 43200, + "failureFactor": 30, + "roles": { + "realm": [ + { + "id": "0e7d544c-84b6-464f-9e86-826b4e5ead06", + "name": "uma_authorization", + "description": "${role_uma_authorization}", + "composite": false, + "clientRole": false, + "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", + "attributes": {} + }, + { + "id": "34a9d656-09c8-48bc-b35a-2d1e2be7576c", + "name": "create-realm", + "description": "${role_create-realm}", + "composite": false, + "clientRole": false, + "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", + "attributes": {} + }, + { + "id": "bd3bacb9-43d7-4467-a405-404084f222a9", + "name": "default-roles-master", + "description": "${role_default-roles}", + "composite": true, + "composites": { + "realm": ["offline_access", "uma_authorization"], + "client": { + "account": ["manage-account", "view-profile"] + } + }, + "clientRole": false, + "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", + "attributes": {} + }, + { + "id": "9ca152da-1aad-49e3-9473-0012ca4cb4f3", + "name": "admin", + "description": "${role_admin}", + "composite": true, + "composites": { + "realm": ["create-realm"], + "client": { + "cvmanager-realm": [ + "view-events", + "manage-events", + "manage-realm", + "manage-identity-providers", + "query-users", + "view-identity-providers", + "query-clients", + "manage-clients", + "create-client", + "impersonation", + "view-authorization", + "view-realm", + "manage-users", + "manage-authorization", + "query-groups", + "view-users", + "view-clients", + "query-realms" + ], + "master-realm": [ + "manage-events", + "query-users", + "manage-identity-providers", + "impersonation", + "view-clients", + "view-users", + "manage-realm", + "create-client", + "manage-clients", + "manage-authorization", + "query-groups", + "query-realms", + "view-identity-providers", + "query-clients", + "manage-users", + "view-events", + "view-authorization", + "view-realm" + ] + } + }, + "clientRole": false, + "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", + "attributes": {} + }, + { + "id": "ede1c28e-c43b-4607-bfe5-66e138fde488", + "name": "offline_access", + "description": "${role_offline-access}", + "composite": false, + "clientRole": false, + "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", + "attributes": {} + } + ], + "client": { + "cvmanager-realm": [ + { + "id": "701e989f-8a5f-4fd1-866c-e6cf6593f094", + "name": "manage-users", + "description": "${role_manage-users}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "603aac65-6ac6-4cfe-9f1a-b2f569c8534f", + "name": "manage-events", + "description": "${role_manage-events}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "3b94233a-a387-496b-b9dd-938f668a6156", + "name": "view-events", + "description": "${role_view-events}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "6658d6b0-cd89-472d-a458-2a2a0a8530fe", + "name": "manage-identity-providers", + "description": "${role_manage-identity-providers}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "1512c71a-25ce-4561-a7b9-7ffeb895fbbd", + "name": "manage-realm", + "description": "${role_manage-realm}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "0619c957-06b4-4c02-bb32-19a17b13f42e", + "name": "query-users", + "description": "${role_query-users}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "09303a95-8c39-437f-a8d1-4d5c96d5fc8d", + "name": "manage-authorization", + "description": "${role_manage-authorization}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "f1285389-ddd0-44f7-be48-657959c31e1e", + "name": "query-clients", + "description": "${role_query-clients}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "4fd129fa-9219-4dea-8e22-481c8eb02431", + "name": "view-identity-providers", + "description": "${role_view-identity-providers}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "187d382e-6253-4c5c-a5b2-527bbc662028", + "name": "manage-clients", + "description": "${role_manage-clients}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "2ea1e9fd-0a3b-43f0-b86f-40f0249361bc", + "name": "query-groups", + "description": "${role_query-groups}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "ec5697de-1238-47bb-b579-08613f72e949", + "name": "create-client", + "description": "${role_create-client}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "6e2ffda6-395d-457a-aeac-e620cb05f7e2", + "name": "view-clients", + "description": "${role_view-clients}", + "composite": true, + "composites": { + "client": { + "cvmanager-realm": ["query-clients"] + } + }, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "0f4c3652-bd0e-4c09-9fe1-42eedb3561be", + "name": "view-users", + "description": "${role_view-users}", + "composite": true, + "composites": { + "client": { + "cvmanager-realm": [ + "query-users", + "query-groups" + ] + } + }, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "90171ca3-594d-4c6a-82f0-aa2d0787dbab", + "name": "impersonation", + "description": "${role_impersonation}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "ace79f34-35cf-426e-8072-7f98ddf2b14c", + "name": "query-realms", + "description": "${role_query-realms}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "fa3f619b-a221-4b2f-8677-6390a769c26d", + "name": "view-authorization", + "description": "${role_view-authorization}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + }, + { + "id": "514bb97f-89ca-4b6b-8b05-dd7a3af49192", + "name": "view-realm", + "description": "${role_view-realm}", + "composite": false, + "clientRole": true, + "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "attributes": {} + } + ], + "security-admin-console": [], + "admin-cli": [], + "account-console": [], + "broker": [ + { + "id": "2d82dafb-d8e6-47be-bbcc-b67d9195a0a1", + "name": "read-token", + "description": "${role_read-token}", + "composite": false, + "clientRole": true, + "containerId": "4d006df9-75db-478a-805d-015d26e054eb", + "attributes": {} + } + ], + "master-realm": [ + { + "id": "30cbe52e-5d8d-447e-9aed-b40865772602", + "name": "manage-realm", + "description": "${role_manage-realm}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "6a2c55d0-4e57-4fb8-a46d-5d379d1766ac", + "name": "manage-events", + "description": "${role_manage-events}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "b50ef218-8fa8-4a60-90cf-915e4c707c62", + "name": "create-client", + "description": "${role_create-client}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "c5e27097-cc18-4733-b06d-7106b7667238", + "name": "manage-identity-providers", + "description": "${role_manage-identity-providers}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "2b9004aa-95be-4149-ae0a-6900efecb9c6", + "name": "query-users", + "description": "${role_query-users}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "d597e920-ead8-43df-812c-eacc13278892", + "name": "manage-clients", + "description": "${role_manage-clients}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "d3f3fceb-985c-48a2-bc53-ea4736cf2a84", + "name": "impersonation", + "description": "${role_impersonation}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "3c776b58-8bbc-47b4-bd9c-182d9ae95a51", + "name": "manage-authorization", + "description": "${role_manage-authorization}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "3eb8fe38-dbec-467c-8cea-4b1a64fa87a4", + "name": "query-groups", + "description": "${role_query-groups}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "1fdce212-d7a0-42d9-b59b-b8771b91d838", + "name": "query-realms", + "description": "${role_query-realms}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "dd982c14-54ff-44e9-8d5f-32e6d984c91d", + "name": "view-identity-providers", + "description": "${role_view-identity-providers}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "06a202fd-b15b-4e93-8bdc-cbd963ee905a", + "name": "query-clients", + "description": "${role_query-clients}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "c3f3c35a-68bd-4dbe-93c0-7a7d4786a7cc", + "name": "manage-users", + "description": "${role_manage-users}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "08859ec7-0571-48bc-87e0-81bba8e637af", + "name": "view-clients", + "description": "${role_view-clients}", + "composite": true, + "composites": { + "client": { + "master-realm": ["query-clients"] + } + }, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "bf22ab50-7eaa-4a03-bcad-7d1d89363ad4", + "name": "view-events", + "description": "${role_view-events}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "5fa61c59-1bf1-4496-b076-3b8bd3531580", + "name": "view-authorization", + "description": "${role_view-authorization}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "3600038c-f211-4643-9cb4-719fc2af6215", + "name": "view-realm", + "description": "${role_view-realm}", + "composite": false, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + }, + { + "id": "15986258-39f9-4924-b718-a60541b87f08", + "name": "view-users", + "description": "${role_view-users}", + "composite": true, + "composites": { + "client": { + "master-realm": ["query-groups", "query-users"] + } + }, + "clientRole": true, + "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "attributes": {} + } + ], + "account": [ + { + "id": "00577e66-8d49-4c4b-a2b4-d900c90e8386", + "name": "manage-account", + "description": "${role_manage-account}", + "composite": true, + "composites": { + "client": { + "account": ["manage-account-links"] + } + }, + "clientRole": true, + "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "attributes": {} + }, + { + "id": "af2f3a27-c05f-4eb9-8ebc-fb89af006d01", + "name": "manage-consent", + "description": "${role_manage-consent}", + "composite": true, + "composites": { + "client": { + "account": ["view-consent"] + } + }, + "clientRole": true, + "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "attributes": {} + }, + { + "id": "86d647db-3407-430f-8c58-7c87502ea756", + "name": "view-consent", + "description": "${role_view-consent}", + "composite": false, + "clientRole": true, + "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "attributes": {} + }, + { + "id": "d8a56afd-b464-4917-9765-9ae98eab5a8a", + "name": "manage-account-links", + "description": "${role_manage-account-links}", + "composite": false, + "clientRole": true, + "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "attributes": {} + }, + { + "id": "308cb3aa-f09c-406d-93fb-cffab0d0ac4f", + "name": "view-applications", + "description": "${role_view-applications}", + "composite": false, + "clientRole": true, + "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "attributes": {} + }, + { + "id": "6dd67261-83cd-4560-a333-721be933f0b6", + "name": "delete-account", + "description": "${role_delete-account}", + "composite": false, + "clientRole": true, + "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "attributes": {} + }, + { + "id": "6e9afa8e-e3fe-4c97-a7af-bf7af98b23a3", + "name": "view-profile", + "description": "${role_view-profile}", + "composite": false, + "clientRole": true, + "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "attributes": {} + }, + { + "id": "d222cd46-5d49-4364-af3d-ef390fa3c0e9", + "name": "view-groups", + "description": "${role_view-groups}", + "composite": false, + "clientRole": true, + "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "attributes": {} + } + ] + } + }, + "groups": [], + "defaultRole": { + "id": "bd3bacb9-43d7-4467-a405-404084f222a9", + "name": "default-roles-master", + "description": "${role_default-roles}", + "composite": true, + "clientRole": false, + "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9" + }, + "requiredCredentials": ["password"], + "otpPolicyType": "totp", + "otpPolicyAlgorithm": "HmacSHA1", + "otpPolicyInitialCounter": 0, + "otpPolicyDigits": 6, + "otpPolicyLookAheadWindow": 1, + "otpPolicyPeriod": 30, + "otpPolicyCodeReusable": false, + "otpSupportedApplications": [ + "totpAppFreeOTPName", + "totpAppMicrosoftAuthenticatorName", + "totpAppGoogleName" + ], + "webAuthnPolicyRpEntityName": "keycloak", + "webAuthnPolicySignatureAlgorithms": ["ES256"], + "webAuthnPolicyRpId": "", + "webAuthnPolicyAttestationConveyancePreference": "not specified", + "webAuthnPolicyAuthenticatorAttachment": "not specified", + "webAuthnPolicyRequireResidentKey": "not specified", + "webAuthnPolicyUserVerificationRequirement": "not specified", + "webAuthnPolicyCreateTimeout": 0, + "webAuthnPolicyAvoidSameAuthenticatorRegister": false, + "webAuthnPolicyAcceptableAaguids": [], + "webAuthnPolicyPasswordlessRpEntityName": "keycloak", + "webAuthnPolicyPasswordlessSignatureAlgorithms": ["ES256"], + "webAuthnPolicyPasswordlessRpId": "", + "webAuthnPolicyPasswordlessAttestationConveyancePreference": "not specified", + "webAuthnPolicyPasswordlessAuthenticatorAttachment": "not specified", + "webAuthnPolicyPasswordlessRequireResidentKey": "not specified", + "webAuthnPolicyPasswordlessUserVerificationRequirement": "not specified", + "webAuthnPolicyPasswordlessCreateTimeout": 0, + "webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister": false, + "webAuthnPolicyPasswordlessAcceptableAaguids": [], + "users": [ + { + "id": "b0ef53de-879a-43d9-8050-ffed444ea79e", + "createdTimestamp": 1682653649136, + "username": "admin", + "enabled": true, + "totp": false, + "emailVerified": false, + "firstName": "", + "lastName": "", + "email": "keycloak@cimms.com", + "credentials": [ + { + "id": "70eadd3d-0319-4a1c-b724-332eae0d2cdc", + "type": "password", + "createdDate": 1682653649209, + "secretData": "{\"value\":\"PsM+9xpYZugVqFp6Zu6gPN5Y3E1GGkRM1mAgR8hOJXI=\",\"salt\":\"1VAW72vuUuWU6+qlKxbmOg==\",\"additionalParameters\":{}}", + "credentialData": "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}" + } + ], + "disableableCredentialTypes": [], + "requiredActions": [], + "realmRoles": ["default-roles-master", "admin"], + "notBefore": 0, + "groups": [] + } + ], + "scopeMappings": [ + { + "clientScope": "offline_access", + "roles": ["offline_access"] + } + ], + "clientScopeMappings": { + "account": [ + { + "client": "account-console", + "roles": ["manage-account", "view-groups"] + } + ] + }, + "clients": [ + { + "id": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", + "clientId": "account", + "name": "${client_account}", + "rootUrl": "${authBaseUrl}", + "baseUrl": "/realms/master/account/", + "surrogateAuthRequired": false, + "enabled": true, + "alwaysDisplayInConsole": false, + "clientAuthenticatorType": "client-secret", + "redirectUris": ["/realms/master/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": "+" + }, + "authenticationFlowBindingOverrides": {}, + "fullScopeAllowed": false, + "nodeReRegistrationTimeout": 0, + "defaultClientScopes": [ + "web-origins", + "acr", + "profile", + "roles", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "1cf49af8-0f7b-42b6-865c-631e1e38c3c5", + "clientId": "account-console", + "name": "${client_account-console}", + "rootUrl": "${authBaseUrl}", + "baseUrl": "/realms/master/account/", + "surrogateAuthRequired": false, + "enabled": true, + "alwaysDisplayInConsole": false, + "clientAuthenticatorType": "client-secret", + "redirectUris": ["/realms/master/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": "5b49723c-82df-4ab0-b1e5-b5cdb384da31", + "name": "audience resolve", + "protocol": "openid-connect", + "protocolMapper": "oidc-audience-resolve-mapper", + "consentRequired": false, + "config": {} + } + ], + "defaultClientScopes": [ + "web-origins", + "acr", + "profile", + "roles", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "e26cb7f1-1722-438a-9e37-887ae196c6e3", + "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": {}, + "authenticationFlowBindingOverrides": {}, + "fullScopeAllowed": false, + "nodeReRegistrationTimeout": 0, + "defaultClientScopes": [ + "web-origins", + "acr", + "profile", + "roles", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "4d006df9-75db-478a-805d-015d26e054eb", + "clientId": "broker", + "name": "${client_broker}", + "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": {}, + "authenticationFlowBindingOverrides": {}, + "fullScopeAllowed": false, + "nodeReRegistrationTimeout": 0, + "defaultClientScopes": [ + "web-origins", + "acr", + "profile", + "roles", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "2c887c2e-b043-49a1-9119-2805be12ddd5", + "clientId": "cvmanager-realm", + "name": "cvmanager Realm", + "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, + "attributes": {}, + "authenticationFlowBindingOverrides": {}, + "fullScopeAllowed": false, + "nodeReRegistrationTimeout": 0, + "defaultClientScopes": [], + "optionalClientScopes": [] + }, + { + "id": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", + "clientId": "master-realm", + "name": "master Realm", + "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, + "attributes": {}, + "authenticationFlowBindingOverrides": {}, + "fullScopeAllowed": false, + "nodeReRegistrationTimeout": 0, + "defaultClientScopes": [ + "web-origins", + "acr", + "profile", + "roles", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "55e7b1cd-1bef-42d5-8025-d30f7af451f2", + "clientId": "security-admin-console", + "name": "${client_security-admin-console}", + "rootUrl": "${authAdminUrl}", + "baseUrl": "/admin/master/console/", + "surrogateAuthRequired": false, + "enabled": true, + "alwaysDisplayInConsole": false, + "clientAuthenticatorType": "client-secret", + "redirectUris": ["/admin/master/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": "8c7eca67-3a66-46df-b347-6940c466f0bd", + "name": "locale", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "locale", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "locale", + "jsonType.label": "String" + } + } + ], + "defaultClientScopes": [ + "web-origins", + "acr", + "profile", + "roles", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + } + ], + "clientScopes": [ + { + "id": "15ce6ea7-d30f-4d6f-8b33-345e9d1985ad", + "name": "profile", + "description": "OpenID Connect built-in scope: profile", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "true", + "display.on.consent.screen": "true", + "consent.screen.text": "${profileScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "eea8e8c6-923e-4472-b60a-12e8a9f26ca7", + "name": "updated at", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "updatedAt", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "updated_at", + "jsonType.label": "long" + } + }, + { + "id": "8e70e78f-4105-4401-b9c1-a014df132008", + "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": "79940d01-67a9-491b-aa45-ca94688822c2", + "name": "username", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "username", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "preferred_username", + "jsonType.label": "String" + } + }, + { + "id": "69daf516-dc84-4a5c-b285-8ea8af61ab0c", + "name": "picture", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "picture", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "picture", + "jsonType.label": "String" + } + }, + { + "id": "c1a2a1e0-c575-414d-bd69-0fe9e64cbdbf", + "name": "zoneinfo", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "zoneinfo", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "zoneinfo", + "jsonType.label": "String" + } + }, + { + "id": "99a7d0d8-13a1-4de2-8ffb-259ca115c384", + "name": "profile", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "profile", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "profile", + "jsonType.label": "String" + } + }, + { + "id": "095d4002-b496-437a-b5e7-108630bbb4b2", + "name": "birthdate", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "birthdate", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "birthdate", + "jsonType.label": "String" + } + }, + { + "id": "03a37d29-5da9-4165-81e6-4088b79dfabb", + "name": "gender", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "gender", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "gender", + "jsonType.label": "String" + } + }, + { + "id": "77ed3239-50c4-4159-962d-09ceeaadbb57", + "name": "middle name", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "middleName", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "middle_name", + "jsonType.label": "String" + } + }, + { + "id": "4f3cfc03-ff2b-4956-958e-f9ca641747a8", + "name": "website", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "website", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "website", + "jsonType.label": "String" + } + }, + { + "id": "d9f85721-11c3-4260-ad24-67e6d19ceb29", + "name": "locale", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "locale", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "locale", + "jsonType.label": "String" + } + }, + { + "id": "624f9a41-a9e0-4247-93ef-c3e97dac28ae", + "name": "nickname", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "nickname", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "nickname", + "jsonType.label": "String" + } + }, + { + "id": "da1d88c9-2ba0-4c2d-9b9e-7b6e5149ef23", + "name": "family name", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "lastName", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "family_name", + "jsonType.label": "String" + } + }, + { + "id": "8e0e10fb-65e1-42e8-878f-4e505112ceef", + "name": "given name", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "firstName", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "given_name", + "jsonType.label": "String" + } + } + ] + }, + { + "id": "8bf893c1-d415-4c5f-a6ba-85b4727abf28", + "name": "address", + "description": "OpenID Connect built-in scope: address", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "true", + "display.on.consent.screen": "true", + "consent.screen.text": "${addressScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "37c292df-427b-4e86-8cb3-c9755f156082", + "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": "d8efc861-71af-4ed9-a4f9-a22e4bdb87dc", + "name": "roles", + "description": "OpenID Connect scope for add user roles to the access token", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "false", + "display.on.consent.screen": "true", + "consent.screen.text": "${rolesScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "730d5715-6f4a-4efa-95c6-a4e8c7171c8b", + "name": "realm roles", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-realm-role-mapper", + "consentRequired": false, + "config": { + "user.attribute": "foo", + "access.token.claim": "true", + "claim.name": "realm_access.roles", + "jsonType.label": "String", + "multivalued": "true" + } + }, + { + "id": "da6af8c1-6970-410d-85de-73aa5ffe1da2", + "name": "audience resolve", + "protocol": "openid-connect", + "protocolMapper": "oidc-audience-resolve-mapper", + "consentRequired": false, + "config": {} + }, + { + "id": "2bd823dc-2c6a-48c8-8858-84b90c6dad02", + "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": "004604fb-c8b5-4265-a98e-7fd80ae28d7a", + "name": "phone", + "description": "OpenID Connect built-in scope: phone", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "true", + "display.on.consent.screen": "true", + "consent.screen.text": "${phoneScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "5a59dee1-20ee-4fae-85f1-ceb8d49e735e", + "name": "phone number verified", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "phoneNumberVerified", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "phone_number_verified", + "jsonType.label": "boolean" + } + }, + { + "id": "8879af61-5ab4-4fd6-a12a-c7dcdbdf4788", + "name": "phone number", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "phoneNumber", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "phone_number", + "jsonType.label": "String" + } + } + ] + }, + { + "id": "720acdc4-1c7d-4bda-b4d6-6ee8e18eb504", + "name": "email", + "description": "OpenID Connect built-in scope: email", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "true", + "display.on.consent.screen": "true", + "consent.screen.text": "${emailScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "b1038c71-7b03-4214-9043-c3f228652dca", + "name": "email verified", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "emailVerified", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "email_verified", + "jsonType.label": "boolean" + } + }, + { + "id": "1c130184-42c7-49d1-9a09-ac5dde4c91f0", + "name": "email", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "email", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "email", + "jsonType.label": "String" + } + } + ] + }, + { + "id": "167bde2b-146c-4133-b395-fd402a658e55", + "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": "9997a62f-fdb8-4de4-b3d3-777a7daa9d26", + "name": "acr loa level", + "protocol": "openid-connect", + "protocolMapper": "oidc-acr-mapper", + "consentRequired": false, + "config": { + "id.token.claim": "true", + "access.token.claim": "true" + } + } + ] + }, + { + "id": "2c850d0a-95e9-4264-b941-835b827a03ce", + "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", + "display.on.consent.screen": "false", + "consent.screen.text": "" + }, + "protocolMappers": [ + { + "id": "21a3a68a-f8d9-4eec-8601-46026c9a67c3", + "name": "allowed web origins", + "protocol": "openid-connect", + "protocolMapper": "oidc-allowed-origins-mapper", + "consentRequired": false, + "config": {} + } + ] + }, + { + "id": "679f107d-9eee-4354-bd19-46c934215ec7", + "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": "0aa7304f-7ef8-4636-ae88-266b4062b65a", + "name": "groups", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-realm-role-mapper", + "consentRequired": false, + "config": { + "multivalued": "true", + "user.attribute": "foo", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "groups", + "jsonType.label": "String" + } + }, + { + "id": "6d51ff05-4adb-4dc4-82d2-9e497dda9199", + "name": "upn", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "username", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "upn", + "jsonType.label": "String" + } + } + ] + }, + { + "id": "8451f0ce-fc10-4970-a8bc-322926c38545", + "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": "d0e54124-f948-4036-838f-5942361133d7", + "name": "role_list", + "description": "SAML role list", + "protocol": "saml", + "attributes": { + "consent.screen.text": "${samlRoleListScopeConsentText}", + "display.on.consent.screen": "true" + }, + "protocolMappers": [ + { + "id": "e43940a5-b61b-4a41-9817-84649d4aee5d", + "name": "role list", + "protocol": "saml", + "protocolMapper": "saml-role-list-mapper", + "consentRequired": false, + "config": { + "single": "false", + "attribute.nameformat": "Basic", + "attribute.name": "Role" + } + } + ] + } + ], + "defaultDefaultClientScopes": [ + "role_list", + "profile", + "email", + "roles", + "web-origins", + "acr" + ], + "defaultOptionalClientScopes": [ + "offline_access", + "address", + "phone", + "microprofile-jwt" + ], + "browserSecurityHeaders": { + "contentSecurityPolicyReportOnly": "", + "xContentTypeOptions": "nosniff", + "xRobotsTag": "none", + "xFrameOptions": "SAMEORIGIN", + "xXSSProtection": "1; mode=block", + "contentSecurityPolicy": "frame-src 'self'; frame-ancestors 'self'; object-src 'none';", + "strictTransportSecurity": "max-age=31536000; includeSubDomains" + }, + "smtpServer": {}, + "eventsEnabled": false, + "eventsListeners": ["jboss-logging"], + "enabledEventTypes": [], + "adminEventsEnabled": false, + "adminEventsDetailsEnabled": false, + "identityProviders": [], + "identityProviderMappers": [], + "components": { + "org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy": [ + { + "id": "2ce9b7f6-5f8f-4f7d-b233-9298fb2e110e", + "name": "Allowed Protocol Mapper Types", + "providerId": "allowed-protocol-mappers", + "subType": "anonymous", + "subComponents": {}, + "config": { + "allowed-protocol-mapper-types": [ + "saml-user-property-mapper", + "oidc-sha256-pairwise-sub-mapper", + "saml-user-attribute-mapper", + "oidc-usermodel-property-mapper", + "oidc-full-name-mapper", + "saml-role-list-mapper", + "oidc-usermodel-attribute-mapper", + "oidc-address-mapper" + ] + } + }, + { + "id": "fed47878-cc1c-471e-a459-a6a752f4f018", + "name": "Allowed Client Scopes", + "providerId": "allowed-client-templates", + "subType": "authenticated", + "subComponents": {}, + "config": { + "allow-default-scopes": ["true"] + } + }, + { + "id": "0de6443a-5f34-4c2c-99b7-63f33cbc5d7d", + "name": "Allowed Protocol Mapper Types", + "providerId": "allowed-protocol-mappers", + "subType": "authenticated", + "subComponents": {}, + "config": { + "allowed-protocol-mapper-types": [ + "saml-user-property-mapper", + "oidc-full-name-mapper", + "saml-user-attribute-mapper", + "oidc-usermodel-property-mapper", + "saml-role-list-mapper", + "oidc-sha256-pairwise-sub-mapper", + "oidc-usermodel-attribute-mapper", + "oidc-address-mapper" + ] + } + }, + { + "id": "5a31a79d-70e4-4706-8976-a508af585200", + "name": "Trusted Hosts", + "providerId": "trusted-hosts", + "subType": "anonymous", + "subComponents": {}, + "config": { + "host-sending-registration-request-must-match": [ + "true" + ], + "client-uris-must-match": ["true"] + } + }, + { + "id": "82982b6a-4f5b-453d-a27a-87a46eaad84a", + "name": "Full Scope Disabled", + "providerId": "scope", + "subType": "anonymous", + "subComponents": {}, + "config": {} + }, + { + "id": "f62d0210-063c-40bc-9bdf-7894b6225aa5", + "name": "Max Clients Limit", + "providerId": "max-clients", + "subType": "anonymous", + "subComponents": {}, + "config": { + "max-clients": ["200"] + } + }, + { + "id": "176e8612-a0c4-407c-ad39-3cfc25e01289", + "name": "Allowed Client Scopes", + "providerId": "allowed-client-templates", + "subType": "anonymous", + "subComponents": {}, + "config": { + "allow-default-scopes": ["true"] + } + }, + { + "id": "9adcf63e-8aab-4f21-942f-a81853c3a3e9", + "name": "Consent Required", + "providerId": "consent-required", + "subType": "anonymous", + "subComponents": {}, + "config": {} + } + ], + "org.keycloak.keys.KeyProvider": [ + { + "id": "353b9785-6ca5-4d19-a903-b0cbb17f78fa", + "name": "rsa-generated", + "providerId": "rsa-generated", + "subComponents": {}, + "config": { + "privateKey": [ + "MIIEowIBAAKCAQEA714nnTpamtMKBUAVvu0+RplNyb1kgXEvBKQHyVNC2z5khzS0D22nvfHPyBOEuN0hymbB4O2JiKHN91GOrYvBtlbSgKsrHHGzHxxCJhE4p1aqesHg1E3vNoj3MyxURDm8uWPNlaeg6XEe4mwzfAMRCzoUvSDWsNiCe/aPRs+0aS3eT7Jb4L85IXo456VoINW6XKBAEzsq75U2Axlu7Ch4FHRE0KRDzprTw0v7wm0GrgqbLjr4Flr655VnqbsyUMUzbYWC0UBaQxfwUSosP8eyyyAoVz9LpaArW3GUC9SL6P4Aoxv3+0jWTLlTG9k9ctju09/9u/ycyqBbEOIVKeGKjQIDAQABAoIBAFnqOmM7SlGiOL9kJUcFA0Gt0KSZeimNhKXvn+UmW5TTyRto1sJ85Gfbb7uuaUqv9kN7ehSt5d3nOeFPR5M1TlzaHFSs95LFuw1Sph56lZd2XK+kKHpXlCYeKQ2V90lxjsztCorO3wkRrxJKpsRMuphHBwdMUJk5mzpJkeR9nT1sfXCnNysrQdoCMRRnTahTCj9FqtnS/pWkOxFjSOhzFtdSSKPzm+mJbaonJp6q0wGu/qeNkEbIuMAn8cP65HASruzBlcXzux9B4L6Wk/cFYofwJLHmrkrugts74/1ES+NIn0068He6tDZPoTdGDV1gARQpN2zWTMjfpeqwb7LOfdkCgYEA/YI+1oUOQgtJDhDZchZtNbGedVZjKhvWFlD8dX+snWTRR71ej0Tcw3YqwtXOQyqbTP8bouHX1H54Jims5dwTxVeCkWs2QqTFcDq5R09Ng0vJDeGyR+idEw4Gwk5pa922KeW++oRgzb6r6uHXZ7TJ0xC2/3XzUUobZa0E3LrDjycCgYEA8bhVrY5po5IFiwXLtfzB9q2g33p1dYRVBuNRLHbcp4+TWVpF+h2UefVayFkGJyZ9TH5mu8Fi2x0MrktTnQQ0/IkvMfWx5gFkfYukwhtzyNNl3Pr+9rO/q7Lxvh2Vn7SMbIGRLMXCaSu+LCc2rOwcpKGBmJ0JTIJIXcqfUnsS6SsCgYBw1bIGZX6tIrzHh/Rg9V5ykbZH38WPjohBspZL7iH0hFUqKz2VYz8nuMbbpbKC7snlAX9ZhlA8gnYT9mTAgq5CHes9soyaKSDADUM+XCvSDr9UcGqb2wte2dVkUuZVXn+gMmRIuPclXILErvTjcfKLAVuSZPuB6Qw8uz/4xyAX7QKBgAf8M/Bg1QKPT1mRXnJroCi7AaaAUCMKtRheKA9U+eMbLh30in1BvubsgQw/TKG8dsUxI8muEMr2QbX8TQ3R1sJE8ecvm6nif+RZ2Z6D86Y9vY64R/X0aC+O4MeMCKZW+5CWEyqsecippkWlIfxCbIvPvg1Bms4JO8TFbc/2uuAzAoGBAIUVsPGw5+Mi+upU/hg3HlLe5RbXUARun3Zx0TdLGjP9P01eVto+kZx0QdlQJQwz4/1a4WsjMyhLVZ/ih4Jc9jYRlrg/N6gBNNbSfbY9LKIoQhVASQcKOIWcXiuFvaKbYoIZKqsM8oN49Nd71FA5xqxRnjAmuOHBuPv77H6vD+0r" + ], + "keyUse": ["SIG"], + "certificate": [ + "MIICmzCCAYMCBgGHxfkRWzANBgkqhkiG9w0BAQsFADARMQ8wDQYDVQQDDAZtYXN0ZXIwHhcNMjMwNDI4MDM0NTQ3WhcNMzMwNDI4MDM0NzI3WjARMQ8wDQYDVQQDDAZtYXN0ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDvXiedOlqa0woFQBW+7T5GmU3JvWSBcS8EpAfJU0LbPmSHNLQPbae98c/IE4S43SHKZsHg7YmIoc33UY6ti8G2VtKAqysccbMfHEImETinVqp6weDUTe82iPczLFREOby5Y82Vp6DpcR7ibDN8AxELOhS9INaw2IJ79o9Gz7RpLd5PslvgvzkhejjnpWgg1bpcoEATOyrvlTYDGW7sKHgUdETQpEPOmtPDS/vCbQauCpsuOvgWWvrnlWepuzJQxTNthYLRQFpDF/BRKiw/x7LLIChXP0uloCtbcZQL1Ivo/gCjG/f7SNZMuVMb2T1y2O7T3/27/JzKoFsQ4hUp4YqNAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAN0NdVe2Tp7/Bb0Z9Su7dP7uU1rlp0ESqEgBTrPbJ33XuNgZU736V+DJsze+eQG9oSPwfolU3eG3IyiY8sWgdP2hO/3vT/QM3qj0ZwETKVL7pc1VNUETJL7ziWum3zYXV5HhTi6F5sVKHTiVVtqjXDV0VLj109PCAVPzhG9prXb8GWRBjGz3Prn8/mXRqPB5XmyNfJdVFD/3XQ/4XKS3QKhui+gJVzVdrfbwrY86bzBFNsVpSCQyZO9gp+YiYg1EHEl8/8L4UDoq83Tqnf3agdt+iXzwC2Bx8SZbgSRQsnPadjgqU0vOBPs4/qut4c7Ox5MWwOQx7JnsoYYDHpH7o3s=" + ], + "priority": ["100"] + } + }, + { + "id": "2b85fc5e-3a54-4133-9943-64f286179455", + "name": "rsa-enc-generated", + "providerId": "rsa-enc-generated", + "subComponents": {}, + "config": { + "privateKey": [ + "MIIEogIBAAKCAQEAjq/OcpkmvEBpaQHNePC3sgPgIprxhudc8ekiXHTVg8KCPQEuNnSyjHU8PS/4RxLppAsU9E2sVsnYb4nGB4MbshjIKjpgT9FDN13pYCTzAbkUyjY9YvoYjtTn2x58t0xJQ3y1d+jQtwGoWOqsOxGu5UiOw1UWLe0oc/vFTT4x3ukhQQdu0x1Sa9ilvQkogU4cIC5uJkGJ0WWhjdlQo9FLtw4gOwHt/dak2+0z5GOtYHlG17VbDXyc9OusnWJu6GyCktb0wi2OSZ2A7DCJoTCh68ESc0cG7FDWZ3EUJAJY/SODrZU4sfFtV/e1Y1G2tUq32Kt1VloUp8rseVZPATvtXwIDAQABAoIBAAJQU6Uqnr6D8fGk+Na9SZ5apIjPY5tlSTIXDHQx5NGJbELV67tSdtuLjyJPrFwAjnF9jMfFZZtvNhZHV3YBMN1y722cI8tHjV2uz9beBKdPO3w0weScQb8oQeDp0VCVNed2UnEkNHqACWGOrBtgTn+r3AEPR4+G9dqjoN7Up7EsYvLQMTlpFM6IIB+OPHHxhl8bvyQYIw+YLsua4ouo3VDUmZv3HeKl8NY00UbQC1aVgs1tLVByPFcOozMAwmPX+yuHzci08g4P6XcNY6tNw7CJGQE/ysvBOTsnY68ZrbdbJ6+KCtmCqnHkZguLO0yZdrGI56PJtl3MBaRDjxNXhnkCgYEAx2uam3jnZvDsmC4IJ24tTxtjKMX+Ii/6/XPwbSn0txMnE3hE29MCvEpaG3vCN4SjvmZuN6hTYUS0beNk2WCthMxPisTdfo9MGcwqrXD5qjzmIIK2jq4BRB2bnMm/gD9rvgXfT3CdK7kziXJHVW9kmHAo+KKKquN9KhqQuHW/ysMCgYEAtyuALxkY4XCk+ki49l4+jATgwyyQ4qDof+P+4rPVP1vlsPl8d/WFW8ITkK9bxnP/2i7UbOy6nt0fboJOovy2WSAlS/bXf3+EYFMYGzLGrtzNwj2VxkF8YUwTxFGhWeWj1SEq7/aYBVwsnq62q0AYLEWlQu5binP+j9v8RKqwETUCgYBZqsyN88M4ykPX+Xq5IBVHaK0hfEVU4fYdWLBWpXLfjsEXRBDSNwMX3ua9TNx7Uiy+RBhy9kDnj5kBgCmshIgBGkz5vKNLcOtq/h6CdjYMke132M51QVBYbGe4DA8Lf3jWrJVIhv5k1pWRy8y/YaL92BDUG2H2jOuOrvs7tdZTOQKBgBZ1A+NCXXWOXPu+nMa/6UU7d98WALF4buj3KBHdYIDDIJchD2yZsn78fW+YwFTFdhHm+e5c28iMbcUbvs5m02h783arzeH43V798Q+smwVnVubArDNBZiF7tVS1eWXPLNX9mgkPn7XQhjvySb0XP5917nwVQy3naMd0fiphDvMdAoGAPY0DrY33trbY5QfF/uYWsOvqQIeu8qILrA80B0NpTTk8XkUAwqOnXBnSkmDkH3nQSjdUAj9FEUArgNWw4IQUJ5enL4sIS/XNIK6A4UeJrXvrMRrXMWE755/UT4dRU4fP5ciNibaCavIBbITiSZSVMDc7TErioT1+4KGQBp/pvNo=" + ], + "keyUse": ["ENC"], + "certificate": [ + "MIICmzCCAYMCBgGHxfkR9zANBgkqhkiG9w0BAQsFADARMQ8wDQYDVQQDDAZtYXN0ZXIwHhcNMjMwNDI4MDM0NTQ3WhcNMzMwNDI4MDM0NzI3WjARMQ8wDQYDVQQDDAZtYXN0ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCOr85ymSa8QGlpAc148LeyA+AimvGG51zx6SJcdNWDwoI9AS42dLKMdTw9L/hHEumkCxT0TaxWydhvicYHgxuyGMgqOmBP0UM3XelgJPMBuRTKNj1i+hiO1OfbHny3TElDfLV36NC3AahY6qw7Ea7lSI7DVRYt7Shz+8VNPjHe6SFBB27THVJr2KW9CSiBThwgLm4mQYnRZaGN2VCj0Uu3DiA7Ae391qTb7TPkY61geUbXtVsNfJz066ydYm7obIKS1vTCLY5JnYDsMImhMKHrwRJzRwbsUNZncRQkAlj9I4OtlTix8W1X97VjUba1SrfYq3VWWhSnyux5Vk8BO+1fAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAHwRfkXx6LDBFKkPiZhVhaBGa6efM8Bd5FbzVa47OATRyytl+REB5h2svtWePNH5hSRjeTWd1ck1i32ccBDObk8jWI27olCIN8P3P9wAMMu9Gm5JOMQZF7Np8NHD+VpvGssGHlLakwT25RHMx9/HwnrzovStHjyBoHGphrUN0c5BPR9sBAmYil1ry0qtnwh8V/XBfufbWNEVT9DYcRc/J0Phq5v1uD9qCdBWRjRuCQjCp2zNTsXXy7hOOa8pliQeYmPpYwXUKbInYdpEzeLW5LyO2N/6oLZRLFVNoELpJxaQJekiVgKzOvEy9ciEn/8llDXAVsKjBaZhbE72PTikp4c=" + ], + "priority": ["100"], + "algorithm": ["RSA-OAEP"] + } + }, + { + "id": "7929b75d-14fe-4beb-be36-2dc09a1126e2", + "name": "hmac-generated", + "providerId": "hmac-generated", + "subComponents": {}, + "config": { + "kid": ["1e6a4eeb-67b5-4205-a4b9-2d1a3b56e825"], + "secret": [ + "DJGJkX9FerVYJt_pSwk-rVD9GL9epmvedfrr7jv5CYqnDi8VZpIxKg6vc20YM7YPBXhrX_6PrhjIaUTMbNzswQ" + ], + "priority": ["100"], + "algorithm": ["HS256"] + } + }, + { + "id": "436b2815-17de-4040-94a2-ba2dfb9740f8", + "name": "aes-generated", + "providerId": "aes-generated", + "subComponents": {}, + "config": { + "kid": ["7d7fa3b6-a78e-4222-95df-bcc2e5f27d23"], + "secret": ["HFQ2j44S8BU5qq2MkyFThw"], + "priority": ["100"] + } + } + ] + }, + "internationalizationEnabled": false, + "supportedLocales": [], + "authenticationFlows": [ + { + "id": "8841f118-0789-4ca5-98b7-0f000129241f", + "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": "3aae3dd2-ae89-4594-8c65-6eee46614591", + "alias": "Authentication Options", + "description": "Authentication options.", + "providerId": "basic-flow", + "topLevel": false, + "builtIn": true, + "authenticationExecutions": [ + { + "authenticator": "basic-auth", + "authenticatorFlow": false, + "requirement": "REQUIRED", + "priority": 10, + "autheticatorFlow": false, + "userSetupAllowed": false + }, + { + "authenticator": "basic-auth-otp", + "authenticatorFlow": false, + "requirement": "DISABLED", + "priority": 20, + "autheticatorFlow": false, + "userSetupAllowed": false + }, + { + "authenticator": "auth-spnego", + "authenticatorFlow": false, + "requirement": "DISABLED", + "priority": 30, + "autheticatorFlow": false, + "userSetupAllowed": false + } + ] + }, + { + "id": "a4d72063-5e61-4c2b-b6c5-5c2e30ddcb27", + "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": "cb66524c-93ad-4625-a7f4-fa965bed4247", + "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": "4eda8152-f705-44f0-ab2d-d0b88553da8d", + "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": "df506519-9abe-42fc-9663-94941f4c72f3", + "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": "2981eb56-3836-4c73-bee1-a055365cccbc", + "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": "a581a7ef-3a41-49f0-9383-b4bad8507bd6", + "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": "8ba2e5eb-7318-4b43-961c-2a41b113fc15", + "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": "19bd4115-3564-4bce-827d-899e057d5f3e", + "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": "633b8124-e689-4383-829c-597f6df1f59e", + "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": "854bcdde-c143-4191-bd5e-a87eed58f97d", + "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": "81863303-e298-455f-8994-ba68bacd3f01", + "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": "1621039f-b5ac-4513-8cb3-36893d9ce54f", + "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": "e17de0ef-cb6d-4c6e-99cc-e358ad8e0644", + "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": "66e0b363-8e16-401b-a47b-d01e1669e959", + "alias": "http challenge", + "description": "An authentication flow based on challenge-response HTTP Authentication Schemes", + "providerId": "basic-flow", + "topLevel": true, + "builtIn": true, + "authenticationExecutions": [ + { + "authenticator": "no-cookie-redirect", + "authenticatorFlow": false, + "requirement": "REQUIRED", + "priority": 10, + "autheticatorFlow": false, + "userSetupAllowed": false + }, + { + "authenticatorFlow": true, + "requirement": "REQUIRED", + "priority": 20, + "autheticatorFlow": true, + "flowAlias": "Authentication Options", + "userSetupAllowed": false + } + ] + }, + { + "id": "9dc5ba20-2dfd-45f5-9efe-9342f0e0fa24", + "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": "c9007ad8-5d3b-48a0-b496-7dad787fb671", + "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-profile-action", + "authenticatorFlow": false, + "requirement": "REQUIRED", + "priority": 40, + "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": "0efceaa6-294b-431c-bce7-d9f3138132de", + "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": "31d46db9-b06b-4b27-82a1-ef8ae7c2779b", + "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": "c57cbb3f-fb42-4e1a-9d85-e61adc3e1006", + "alias": "create unique user config", + "config": { + "require.password.update.after.registration": "false" + } + }, + { + "id": "979e5f04-8275-421e-843a-08708c2ea603", + "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": "webauthn-register", + "name": "Webauthn Register", + "providerId": "webauthn-register", + "enabled": true, + "defaultAction": false, + "priority": 70, + "config": {} + }, + { + "alias": "webauthn-register-passwordless", + "name": "Webauthn Register Passwordless", + "providerId": "webauthn-register-passwordless", + "enabled": true, + "defaultAction": false, + "priority": 80, + "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", + "attributes": { + "cibaBackchannelTokenDeliveryMode": "poll", + "cibaExpiresIn": "120", + "cibaAuthRequestedUserHint": "login_hint", + "parRequestUriLifespan": "60", + "cibaInterval": "5", + "realmReusableOtpCode": "false" + }, + "keycloakVersion": "21.1.1", + "userManagedAccessAllowed": false, + "clientProfiles": { + "profiles": [] + }, + "clientPolicies": { + "policies": [] + } + }, + { + "id": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", + "realm": "cvmanager", + "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": false, + "permanentLockout": false, + "maxFailureWaitSeconds": 900, + "minimumQuickLoginWaitSeconds": 60, + "waitIncrementSeconds": 60, + "quickLoginCheckMilliSeconds": 1000, + "maxDeltaTimeSeconds": 43200, + "failureFactor": 30, + "roles": { + "realm": [ + { + "id": "fc87bdbd-ff5d-4fc6-89e5-dd8cb6ada562", + "name": "offline_access", + "description": "${role_offline-access}", + "composite": false, + "clientRole": false, + "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", + "attributes": {} + }, + { + "id": "ed4865fe-c3d7-45c7-b553-7b3f842c598c", + "name": "default-roles-cvmanager", + "description": "${role_default-roles}", + "composite": true, + "composites": { + "realm": ["offline_access", "uma_authorization"], + "client": { + "account": ["view-profile", "manage-account"] + } + }, + "clientRole": false, + "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", + "attributes": {} + }, + { + "id": "1283395c-9f12-4e4f-a905-186bb000632c", + "name": "USER", + "description": "", + "composite": false, + "clientRole": false, + "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", + "attributes": {} + }, + { + "id": "e70711ef-bd8a-4976-be2a-f0cc9881a5b5", + "name": "uma_authorization", + "description": "${role_uma_authorization}", + "composite": false, + "clientRole": false, + "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", + "attributes": {} + }, + { + "id": "f39b2f6f-2012-435c-88dd-1a9cd76af7de", + "name": "ADMIN", + "description": "", + "composite": false, + "clientRole": false, + "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", + "attributes": {} + } + ], + "client": { + "realm-management": [ + { + "id": "d5199266-4bc5-4704-a1c4-a0fc2ea7dac1", + "name": "view-identity-providers", + "description": "${role_view-identity-providers}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "564eabdc-600f-4fa3-9d80-048e29e30f83", + "name": "manage-realm", + "description": "${role_manage-realm}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "3451e483-80bc-4a25-9339-ca13f23f730a", + "name": "query-clients", + "description": "${role_query-clients}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "42bea515-31f8-4319-9049-3d2c167d9e44", + "name": "query-realms", + "description": "${role_query-realms}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "248f8e3e-b1c5-4805-b5eb-a53ca18d5b32", + "name": "view-events", + "description": "${role_view-events}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "16b32d61-3610-4635-9c1d-b586beb0bc6d", + "name": "view-users", + "description": "${role_view-users}", + "composite": true, + "composites": { + "client": { + "realm-management": [ + "query-users", + "query-groups" + ] + } + }, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "9c97c254-b449-4b90-b9be-075b6103d337", + "name": "query-groups", + "description": "${role_query-groups}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "78d1e23b-ff15-4b36-bd05-f0147324298e", + "name": "manage-authorization", + "description": "${role_manage-authorization}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "a973d6cd-6218-46e8-a759-4c5360f782aa", + "name": "view-authorization", + "description": "${role_view-authorization}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "9de3cfad-677a-47db-b097-3ba69086bbe6", + "name": "manage-users", + "description": "${role_manage-users}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "0ac2d45b-4f64-4b6f-a734-97929ca0ea99", + "name": "impersonation", + "description": "${role_impersonation}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "69d8638e-4e9b-4201-b752-ef5621974534", + "name": "manage-identity-providers", + "description": "${role_manage-identity-providers}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "ae131997-cc37-44e0-859d-809b0a47c920", + "name": "realm-admin", + "description": "${role_realm-admin}", + "composite": true, + "composites": { + "client": { + "realm-management": [ + "view-identity-providers", + "query-clients", + "manage-realm", + "query-realms", + "view-users", + "view-events", + "query-groups", + "manage-authorization", + "view-authorization", + "manage-users", + "impersonation", + "manage-identity-providers", + "query-users", + "manage-events", + "manage-clients", + "view-clients", + "view-realm", + "create-client" + ] + } + }, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "db788378-c936-4ba5-bba6-f4b4ca0425dc", + "name": "manage-events", + "description": "${role_manage-events}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "42747a07-3425-4594-9734-8375d5bc908c", + "name": "query-users", + "description": "${role_query-users}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "12c63053-0336-4f55-b653-89ebd5c4cbbf", + "name": "manage-clients", + "description": "${role_manage-clients}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "7734aad4-26c8-4363-8d44-016f64dd2f40", + "name": "view-clients", + "description": "${role_view-clients}", + "composite": true, + "composites": { + "client": { + "realm-management": ["query-clients"] + } + }, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "eb99d3ed-d3db-4849-85d6-bc8caea0399f", + "name": "view-realm", + "description": "${role_view-realm}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + }, + { + "id": "1b234e7b-9bba-4150-93cf-54b4d735e9a0", + "name": "create-client", + "description": "${role_create-client}", + "composite": false, + "clientRole": true, + "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "attributes": {} + } + ], + "cvmanager-gui": [], + "security-admin-console": [], + "cvmanager-api": [], + "admin-cli": [], + "account-console": [], + "broker": [ + { + "id": "a4c94001-35d0-478e-b7dc-6dd2663c04d6", + "name": "read-token", + "description": "${role_read-token}", + "composite": false, + "clientRole": true, + "containerId": "6bc9f100-f5c9-454e-9845-51def7e7886f", + "attributes": {} + } + ], + "account": [ + { + "id": "19bfa56b-fc12-4784-b73c-6dadcaa6e931", + "name": "manage-account-links", + "description": "${role_manage-account-links}", + "composite": false, + "clientRole": true, + "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", + "attributes": {} + }, + { + "id": "29fabd36-a556-4917-934d-0bb2f7194d52", + "name": "manage-consent", + "description": "${role_manage-consent}", + "composite": true, + "composites": { + "client": { + "account": ["view-consent"] + } + }, + "clientRole": true, + "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", + "attributes": {} + }, + { + "id": "dd5f8ac2-fa4e-40e0-9e3c-c889c8660669", + "name": "view-groups", + "description": "${role_view-groups}", + "composite": false, + "clientRole": true, + "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", + "attributes": {} + }, + { + "id": "a161d177-8250-4824-b786-3aa5a5f6b07a", + "name": "delete-account", + "description": "${role_delete-account}", + "composite": false, + "clientRole": true, + "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", + "attributes": {} + }, + { + "id": "1f218ffe-a70c-4a8d-b039-4d1f14cfe47d", + "name": "view-applications", + "description": "${role_view-applications}", + "composite": false, + "clientRole": true, + "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", + "attributes": {} + }, + { + "id": "358b5dd2-82ff-49ac-9514-664bd77c77c8", + "name": "view-consent", + "description": "${role_view-consent}", + "composite": false, + "clientRole": true, + "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", + "attributes": {} + }, + { + "id": "37588cb6-3873-456f-8e58-e5a304581909", + "name": "view-profile", + "description": "${role_view-profile}", + "composite": false, + "clientRole": true, + "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", + "attributes": {} + }, + { + "id": "5f4fbda6-0346-4600-81b2-53c40c8a0602", + "name": "manage-account", + "description": "${role_manage-account}", + "composite": true, + "composites": { + "client": { + "account": ["manage-account-links"] + } + }, + "clientRole": true, + "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", + "attributes": {} + } + ] + } + }, + "groups": [ + { + "id": "51f202bb-5c02-4db1-8162-75f972aeb0b2", + "name": "ADMIN", + "path": "/ADMIN", + "attributes": {}, + "realmRoles": [], + "clientRoles": { + "realm-management": ["manage-users", "realm-admin"] + }, + "subGroups": [] + }, + { + "id": "45baf7e3-a962-4cb2-afaf-c98a8c2d7606", + "name": "USER", + "path": "/USER", + "attributes": {}, + "realmRoles": [], + "clientRoles": {}, + "subGroups": [] + } + ], + "defaultRole": { + "id": "ed4865fe-c3d7-45c7-b553-7b3f842c598c", + "name": "default-roles-cvmanager", + "description": "${role_default-roles}", + "composite": true, + "clientRole": false, + "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7" + }, + "requiredCredentials": ["password"], + "otpPolicyType": "totp", + "otpPolicyAlgorithm": "HmacSHA1", + "otpPolicyInitialCounter": 0, + "otpPolicyDigits": 6, + "otpPolicyLookAheadWindow": 1, + "otpPolicyPeriod": 30, + "otpPolicyCodeReusable": false, + "otpSupportedApplications": [ + "totpAppFreeOTPName", + "totpAppMicrosoftAuthenticatorName", + "totpAppGoogleName" + ], + "webAuthnPolicyRpEntityName": "keycloak", + "webAuthnPolicySignatureAlgorithms": ["ES256"], + "webAuthnPolicyRpId": "", + "webAuthnPolicyAttestationConveyancePreference": "not specified", + "webAuthnPolicyAuthenticatorAttachment": "not specified", + "webAuthnPolicyRequireResidentKey": "not specified", + "webAuthnPolicyUserVerificationRequirement": "not specified", + "webAuthnPolicyCreateTimeout": 0, + "webAuthnPolicyAvoidSameAuthenticatorRegister": false, + "webAuthnPolicyAcceptableAaguids": [], + "webAuthnPolicyPasswordlessRpEntityName": "keycloak", + "webAuthnPolicyPasswordlessSignatureAlgorithms": ["ES256"], + "webAuthnPolicyPasswordlessRpId": "", + "webAuthnPolicyPasswordlessAttestationConveyancePreference": "not specified", + "webAuthnPolicyPasswordlessAuthenticatorAttachment": "not specified", + "webAuthnPolicyPasswordlessRequireResidentKey": "not specified", + "webAuthnPolicyPasswordlessUserVerificationRequirement": "not specified", + "webAuthnPolicyPasswordlessCreateTimeout": 0, + "webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister": false, + "webAuthnPolicyPasswordlessAcceptableAaguids": [], + "users": [ + { + "id": "a209224a-a59e-42bd-9bb1-527e76662b88", + "createdTimestamp": 1680208440015, + "username": "admin@cimms.com", + "enabled": true, + "totp": false, + "emailVerified": true, + "firstName": "admin", + "lastName": "cimms", + "attributes": { + "EMAIL_FREQUENCY": ["ONCE_PER_DAY"] + }, + "credentials": [ + { + "id": "ed71bed1-6cfb-4aa5-a2f2-1de12c730239", + "type": "password", + "userLabel": "My password", + "createdDate": 1682653875678, + "secretData": "{\"value\":\"dsYVw3JhByZlpPgvhJYpDlSZIeNeiKWL0bGrUz4wgSI=\",\"salt\":\"s2zw9hCWeHI0hiVFVG5DZA==\",\"additionalParameters\":{}}", + "credentialData": "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}" + } + ], + "disableableCredentialTypes": [], + "requiredActions": [], + "realmRoles": ["default-roles-cvmanager"], + "notBefore": 1682654605, + "groups": ["/ADMIN"] + }, + { + "id": "4cc6ebba-b0f3-48cd-a94e-a36a5fc0e999", + "createdTimestamp": 1680208406279, + "username": "user@cimms.com", + "enabled": true, + "totp": false, + "emailVerified": true, + "firstName": "user", + "lastName": "cimms", + "attributes": { + "DOB": ["1984-07-01"] + }, + "credentials": [ + { + "id": "9e842f8b-9eed-45bf-b925-d7974e1392ee", + "type": "password", + "userLabel": "My password", + "createdDate": 1682761750463, + "secretData": "{\"value\":\"QTottpDIUYyEviys9DtD3fL6e6G/9Kd4+reh7CI9K5Y=\",\"salt\":\"2z5CeHYVQ6XxT1CeYRBFKg==\",\"additionalParameters\":{}}", + "credentialData": "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}" + } + ], + "disableableCredentialTypes": [], + "requiredActions": [], + "realmRoles": ["default-roles-cvmanager", "USER"], + "notBefore": 0, + "groups": ["/USER"] + } + ], + "scopeMappings": [ + { + "clientScope": "offline_access", + "roles": ["offline_access"] + } + ], + "clientScopeMappings": { + "account": [ + { + "client": "account-console", + "roles": ["manage-account", "view-groups"] + } + ] + }, + "clients": [ + { + "id": "a4606573-7374-45dc-b111-a9703bdf8a34", + "clientId": "account", + "name": "${client_account}", + "rootUrl": "${authBaseUrl}", + "baseUrl": "/realms/cvmanager/account/", + "surrogateAuthRequired": false, + "enabled": true, + "alwaysDisplayInConsole": false, + "clientAuthenticatorType": "client-secret", + "redirectUris": ["/realms/cvmanager/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": "+" + }, + "authenticationFlowBindingOverrides": {}, + "fullScopeAllowed": false, + "nodeReRegistrationTimeout": 0, + "defaultClientScopes": [ + "web-origins", + "acr", + "roles", + "profile", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "dd8a552a-66f9-4de8-9f3d-0e6e71c77e7a", + "clientId": "account-console", + "name": "${client_account-console}", + "rootUrl": "${authBaseUrl}", + "baseUrl": "/realms/cvmanager/account/", + "surrogateAuthRequired": false, + "enabled": true, + "alwaysDisplayInConsole": false, + "clientAuthenticatorType": "client-secret", + "redirectUris": ["/realms/cvmanager/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": "d1dca04b-7250-4811-ae76-52b1584d7d6b", + "name": "audience resolve", + "protocol": "openid-connect", + "protocolMapper": "oidc-audience-resolve-mapper", + "consentRequired": false, + "config": {} + } + ], + "defaultClientScopes": [ + "web-origins", + "acr", + "roles", + "profile", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "9abea833-e1c2-415b-bbfb-d1526cb163ec", + "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": [ + "web-origins", + "acr", + "roles", + "profile", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "6bc9f100-f5c9-454e-9845-51def7e7886f", + "clientId": "broker", + "name": "${client_broker}", + "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": [ + "web-origins", + "acr", + "roles", + "profile", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "98cd717f-173e-461e-b3df-79aaea466ab4", + "clientId": "cvmanager-api", + "name": "", + "description": "", + "rootUrl": "", + "adminUrl": "", + "baseUrl": "", + "surrogateAuthRequired": false, + "enabled": true, + "alwaysDisplayInConsole": false, + "clientAuthenticatorType": "client-secret", + "redirectUris": ["http://localhost:8081/*"], + "webOrigins": ["http://localhost:8081"], + "notBefore": 0, + "bearerOnly": false, + "consentRequired": false, + "standardFlowEnabled": true, + "implicitFlowEnabled": false, + "directAccessGrantsEnabled": true, + "serviceAccountsEnabled": false, + "publicClient": true, + "frontchannelLogout": true, + "protocol": "openid-connect", + "attributes": { + "oidc.ciba.grant.enabled": "false", + "post.logout.redirect.uris": "+", + "oauth2.device.authorization.grant.enabled": "false", + "backchannel.logout.session.required": "true", + "backchannel.logout.revoke.offline.tokens": "false" + }, + "authenticationFlowBindingOverrides": {}, + "fullScopeAllowed": true, + "nodeReRegistrationTimeout": -1, + "defaultClientScopes": [ + "web-origins", + "acr", + "roles", + "profile", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "0f6d23a0-be5f-4ddb-8b11-436a1d9e3a85", + "clientId": "cvmanager-gui", + "name": "", + "description": "", + "rootUrl": "", + "adminUrl": "", + "baseUrl": "", + "surrogateAuthRequired": false, + "enabled": true, + "alwaysDisplayInConsole": false, + "clientAuthenticatorType": "client-secret", + "secret": "O2HDhrF14XJE9FhTTYX6iEdgBdSy9E6d", + "redirectUris": ["http://localhost:3000/*"], + "webOrigins": ["*"], + "notBefore": 0, + "bearerOnly": false, + "consentRequired": false, + "standardFlowEnabled": true, + "implicitFlowEnabled": false, + "directAccessGrantsEnabled": true, + "serviceAccountsEnabled": false, + "publicClient": false, + "frontchannelLogout": true, + "protocol": "openid-connect", + "attributes": { + "access.token.lifespan": "3600", + "client.secret.creation.time": "1680210891", + "post.logout.redirect.uris": "http://localhost:3000", + "oauth2.device.authorization.grant.enabled": "false", + "backchannel.logout.revoke.offline.tokens": "false", + "use.refresh.tokens": "true", + "oidc.ciba.grant.enabled": "false", + "backchannel.logout.session.required": "true", + "client_credentials.use_refresh_token": "false", + "tls.client.certificate.bound.access.tokens": "false", + "require.pushed.authorization.requests": "false", + "acr.loa.map": "{}", + "display.on.consent.screen": "false", + "token.response.type.bearer.lower-case": "false" + }, + "authenticationFlowBindingOverrides": {}, + "fullScopeAllowed": true, + "nodeReRegistrationTimeout": -1, + "defaultClientScopes": [ + "web-origins", + "acr", + "roles", + "profile", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", + "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": [ + "web-origins", + "acr", + "roles", + "profile", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + }, + { + "id": "a100ee78-23e7-46d9-ac7e-983efd7889f6", + "clientId": "security-admin-console", + "name": "${client_security-admin-console}", + "rootUrl": "${authAdminUrl}", + "baseUrl": "/admin/cvmanager/console/", + "surrogateAuthRequired": false, + "enabled": true, + "alwaysDisplayInConsole": false, + "clientAuthenticatorType": "client-secret", + "redirectUris": ["/admin/cvmanager/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": "66a9fd52-67d6-40ff-aa4c-cacb5e69e327", + "name": "locale", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "locale", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "locale", + "jsonType.label": "String" + } + } + ], + "defaultClientScopes": [ + "web-origins", + "acr", + "roles", + "profile", + "email" + ], + "optionalClientScopes": [ + "address", + "phone", + "offline_access", + "microprofile-jwt" + ] + } + ], + "clientScopes": [ + { + "id": "422d8d6e-98ff-4ccf-b080-7d2157b5c36b", + "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": "4ff95f07-9e76-40cd-b434-9a63bdbadd8d", + "name": "address", + "description": "OpenID Connect built-in scope: address", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "true", + "display.on.consent.screen": "true", + "consent.screen.text": "${addressScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "cbd8e858-7487-4411-875e-ad9487424fb6", + "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": "821a248e-d7c4-4c84-9b5f-9a650d7a5f06", + "name": "phone", + "description": "OpenID Connect built-in scope: phone", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "true", + "display.on.consent.screen": "true", + "consent.screen.text": "${phoneScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "1e23da40-2ea7-462b-8940-c97fee63d90d", + "name": "phone number", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "phoneNumber", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "phone_number", + "jsonType.label": "String" + } + }, + { + "id": "c40aaad3-6240-4aa9-b842-cb772c3cf450", + "name": "phone number verified", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "phoneNumberVerified", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "phone_number_verified", + "jsonType.label": "boolean" + } + } + ] + }, + { + "id": "f8d891a4-779b-41bd-aa75-5270161a3eb7", + "name": "role_list", + "description": "SAML role list", + "protocol": "saml", + "attributes": { + "consent.screen.text": "${samlRoleListScopeConsentText}", + "display.on.consent.screen": "true" + }, + "protocolMappers": [ + { + "id": "bd31d789-3a86-4a9e-bea9-2fbbcd39d6bb", + "name": "role list", + "protocol": "saml", + "protocolMapper": "saml-role-list-mapper", + "consentRequired": false, + "config": { + "single": "false", + "attribute.nameformat": "Basic", + "attribute.name": "Role" + } + } + ] + }, + { + "id": "ad785fc1-99df-4541-ba1c-82c0b9faa810", + "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": "f7facb45-7e10-4bc4-92e6-bb6d2b387f21", + "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": "be37e31e-e478-4629-8ce9-132b3540063a", + "name": "roles", + "description": "OpenID Connect scope for add user roles to the access token", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "false", + "display.on.consent.screen": "true", + "consent.screen.text": "${rolesScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "c1a1bb47-3cf6-4488-8544-3c201360b6ad", + "name": "realm roles", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-realm-role-mapper", + "consentRequired": false, + "config": { + "user.attribute": "foo", + "access.token.claim": "true", + "claim.name": "realm_access.roles", + "jsonType.label": "String", + "multivalued": "true" + } + }, + { + "id": "ae7daf98-51e0-4cb5-bc50-ea5afb6d3a84", + "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": "493937e7-682c-4311-a998-36f6868f88f3", + "name": "audience resolve", + "protocol": "openid-connect", + "protocolMapper": "oidc-audience-resolve-mapper", + "consentRequired": false, + "config": {} + } + ] + }, + { + "id": "29c63d5f-24f4-4820-abff-79154c9e48c9", + "name": "profile", + "description": "OpenID Connect built-in scope: profile", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "true", + "display.on.consent.screen": "true", + "consent.screen.text": "${profileScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "4d0c4084-c7ad-4e36-a66d-d80c2c0169ea", + "name": "gender", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "gender", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "gender", + "jsonType.label": "String" + } + }, + { + "id": "6855f033-0fa2-40e1-88c1-2b8ad00786dc", + "name": "picture", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "picture", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "picture", + "jsonType.label": "String" + } + }, + { + "id": "9baae47a-8aa3-4d72-a9dd-80f22ae270b3", + "name": "nickname", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "nickname", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "nickname", + "jsonType.label": "String" + } + }, + { + "id": "cbb66e8f-7cd5-41ea-9469-c76ad28da5f1", + "name": "profile", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "profile", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "profile", + "jsonType.label": "String" + } + }, + { + "id": "31a9ad55-188a-45b2-b737-7829cde69e54", + "name": "birthdate", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "birthdate", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "birthdate", + "jsonType.label": "String" + } + }, + { + "id": "c2dc7e95-2f60-44de-8ab3-a5c78f50dbcd", + "name": "middle name", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "middleName", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "middle_name", + "jsonType.label": "String" + } + }, + { + "id": "df930753-7a2f-459a-a3e7-42589438dd07", + "name": "updated at", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "updatedAt", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "updated_at", + "jsonType.label": "long" + } + }, + { + "id": "fe312b32-11b8-40c0-9bd5-ef488c820be1", + "name": "username", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "username", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "preferred_username", + "jsonType.label": "String" + } + }, + { + "id": "00bae2e7-2a46-4fcf-a7c2-928388b606a3", + "name": "website", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "website", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "website", + "jsonType.label": "String" + } + }, + { + "id": "fb15c4f1-ba52-4a66-873a-69de54fbe2e8", + "name": "family name", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "lastName", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "family_name", + "jsonType.label": "String" + } + }, + { + "id": "abcebde8-03da-49c9-81e2-0e349daf291c", + "name": "given name", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "firstName", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "given_name", + "jsonType.label": "String" + } + }, + { + "id": "55153ab9-f07f-4d20-b55a-c4cf30f59cb1", + "name": "locale", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "locale", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "locale", + "jsonType.label": "String" + } + }, + { + "id": "f0cce802-dc8f-4dc3-9357-5719f803d078", + "name": "zoneinfo", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-attribute-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "zoneinfo", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "zoneinfo", + "jsonType.label": "String" + } + }, + { + "id": "85d6c754-b09f-40d5-9c12-c88aed4afcfe", + "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": "273f3ed7-7c07-4896-9167-b6b9617cf9e2", + "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": "c4b1c227-e876-4404-878d-3ca913b22bb3", + "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": "beb92929-86c4-4708-885a-3b0770b0d5d7", + "name": "upn", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "username", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "upn", + "jsonType.label": "String" + } + } + ] + }, + { + "id": "f991f2a7-0f12-4df3-8337-5d44332031ba", + "name": "email", + "description": "OpenID Connect built-in scope: email", + "protocol": "openid-connect", + "attributes": { + "include.in.token.scope": "true", + "display.on.consent.screen": "true", + "consent.screen.text": "${emailScopeConsentText}" + }, + "protocolMappers": [ + { + "id": "f60dfd58-45cb-472c-b21b-0af13b514c56", + "name": "email verified", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "emailVerified", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "email_verified", + "jsonType.label": "boolean" + } + }, + { + "id": "f4082338-45c1-43ed-b5d7-1b8970d41e5c", + "name": "email", + "protocol": "openid-connect", + "protocolMapper": "oidc-usermodel-property-mapper", + "consentRequired": false, + "config": { + "userinfo.token.claim": "true", + "user.attribute": "email", + "id.token.claim": "true", + "access.token.claim": "true", + "claim.name": "email", + "jsonType.label": "String" + } + } + ] + }, + { + "id": "8ca856b6-409c-4f64-b696-aef5a2169bcc", + "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", + "display.on.consent.screen": "false", + "consent.screen.text": "" + }, + "protocolMappers": [ + { + "id": "ada40fd1-fcc3-40c9-b9cf-969e86d672a8", + "name": "allowed web origins", + "protocol": "openid-connect", + "protocolMapper": "oidc-allowed-origins-mapper", + "consentRequired": false, + "config": {} + } + ] + } + ], + "defaultDefaultClientScopes": [ + "role_list", + "profile", + "email", + "roles", + "web-origins", + "acr" + ], + "defaultOptionalClientScopes": [ + "offline_access", + "address", + "phone", + "microprofile-jwt" + ], + "browserSecurityHeaders": { + "contentSecurityPolicyReportOnly": "", + "xContentTypeOptions": "nosniff", + "xRobotsTag": "none", + "xFrameOptions": "SAMEORIGIN", + "contentSecurityPolicy": "frame-src 'self'; frame-ancestors 'self'; object-src 'none';", + "xXSSProtection": "1; mode=block", + "strictTransportSecurity": "max-age=31536000; includeSubDomains" + }, + "smtpServer": { + "replyToDisplayName": "", + "starttls": "false", + "port": "1025", + "auth": "", + "replyTo": "", + "host": "172.28.204.101", + "from": "keycloak_server@cimms.com", + "fromDisplayName": "", + "envelopeFrom": "", + "ssl": "false" + }, + "eventsEnabled": false, + "eventsListeners": ["jboss-logging"], + "enabledEventTypes": [], + "adminEventsEnabled": false, + "adminEventsDetailsEnabled": false, + "identityProviders": [], + "identityProviderMappers": [], + "components": { + "org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy": [ + { + "id": "ee26b27d-333f-4f11-9f8d-fb08511a7d6b", + "name": "Allowed Protocol Mapper Types", + "providerId": "allowed-protocol-mappers", + "subType": "anonymous", + "subComponents": {}, + "config": { + "allowed-protocol-mapper-types": [ + "oidc-address-mapper", + "saml-role-list-mapper", + "saml-user-property-mapper", + "oidc-usermodel-property-mapper", + "saml-user-attribute-mapper", + "oidc-usermodel-attribute-mapper", + "oidc-full-name-mapper", + "oidc-sha256-pairwise-sub-mapper" + ] + } + }, + { + "id": "138828ab-a74f-4599-9dec-c26e0f39e93f", + "name": "Allowed Client Scopes", + "providerId": "allowed-client-templates", + "subType": "authenticated", + "subComponents": {}, + "config": { + "allow-default-scopes": ["true"] + } + }, + { + "id": "d343e2b7-a3a2-4670-989b-953c3b0727c9", + "name": "Max Clients Limit", + "providerId": "max-clients", + "subType": "anonymous", + "subComponents": {}, + "config": { + "max-clients": ["200"] + } + }, + { + "id": "298ce022-3a56-4b68-8891-573588d878a5", + "name": "Consent Required", + "providerId": "consent-required", + "subType": "anonymous", + "subComponents": {}, + "config": {} + }, + { + "id": "c0f275ef-8dbd-4074-9d44-64405366a616", + "name": "Full Scope Disabled", + "providerId": "scope", + "subType": "anonymous", + "subComponents": {}, + "config": {} + }, + { + "id": "1db69d9a-a1f5-4c96-967a-8a6d47e5dfa4", + "name": "Allowed Client Scopes", + "providerId": "allowed-client-templates", + "subType": "anonymous", + "subComponents": {}, + "config": { + "allow-default-scopes": ["true"] + } + }, + { + "id": "d0f7ea00-d0a4-46e2-ba98-a55cfe42f561", + "name": "Trusted Hosts", + "providerId": "trusted-hosts", + "subType": "anonymous", + "subComponents": {}, + "config": { + "host-sending-registration-request-must-match": [ + "true" + ], + "client-uris-must-match": ["true"] + } + }, + { + "id": "4dfbed2c-ed83-4f34-8c43-c75c4deb2e28", + "name": "Allowed Protocol Mapper Types", + "providerId": "allowed-protocol-mappers", + "subType": "authenticated", + "subComponents": {}, + "config": { + "allowed-protocol-mapper-types": [ + "oidc-full-name-mapper", + "oidc-usermodel-attribute-mapper", + "oidc-address-mapper", + "saml-role-list-mapper", + "saml-user-property-mapper", + "oidc-sha256-pairwise-sub-mapper", + "oidc-usermodel-property-mapper", + "saml-user-attribute-mapper" + ] + } + } + ], + "org.keycloak.userprofile.UserProfileProvider": [ + { + "id": "0dcff7b3-996f-4aa6-b26a-249d0227d46e", + "providerId": "declarative-user-profile", + "subComponents": {}, + "config": {} + } + ], + "org.keycloak.keys.KeyProvider": [ + { + "id": "0f53399e-2320-4ac0-9a5a-fe9a714b7440", + "name": "rsa-generated", + "providerId": "rsa-generated", + "subComponents": {}, + "config": { + "privateKey": [ + "MIIEowIBAAKCAQEAorqphlul/EvWb39NCLv6UW7yUjhJMKe6or+QGfUwpt33aAZzIsGoGV54j/yX6EN315Stqg2QJwh9NnAXAPXVa3Y/X0eXDxv79WJ+rEPlBqilEMjnxJbGGVIrMHKrwgv+Yue1AX9KcQYJkOWkl3xi0FLwn/GNFZvkUwPQbwJm0YPjgb/f/weS5L7UiVa0DK8iOCyJvp+5W1UjIr7aJ/9vc5I8L4od0+AmlbpzUYqOfkjKfT6CyHjT+0kHwAP1F+4FjELcP+gdyaMHPYfj9BbzN7XK7KnkHQIZJywtKpZ18KpDe22lqZYQQ4wI9ien4cGWVOqpXjbLtPNN9dGpKSHRtwIDAQABAoIBACctTVb9hY6iK3QYb9FkgDVOwqQszOIb34EDIYw+TYI++itfMiTx/qhs6BWyOFhAtf9+2fiQ312mW47ZmZAvnzwJ8ePcdm+6ywQevGR4zBC4VVUfKT1ZF0RNVfyJ/vPus0XYhulfXeqsC22I/AFEfv2smiXHn7HOIEAkMPAo4dwaxEfsGEHpONb25q2KTTxsJ5nMWwBPcF3euBRUOaVeEkwcXSVpYWBQfwKjHVrmGMrVrCdU+vVgtDz1aW6O/NAIDybo8A31u9ZnT880qNX4VE4r+hcw2X3kVR8jFhtOrefH61g8hBwIqh84R/lfC5ztlJNecjYxmmlH/9vUO2joiBECgYEAzsYWrsCKl9Q24HMFeKGyTTG7hll7B3kfsiCzFU7A/tPymJQWmOhDLo7H10jM4QpvaVXNcej/mTqkW/5oJ2+OWYWuFDWMVvN19/N7lsst0XprNPzkCC6C73IycRm9UzOLEBosGxZGbEcJWvWCke2Anqsy8Qeod4OjXAAvZG9fSNsCgYEAyXhBci1MSw0pEyKJAGERVx50kd+SK8co+zqiXvYhE/FSlPGAMcmsGgRAlmuHQ3R1SXL3qjHOKHS/b6BfbHPjNMFdBCf9MAFyLOAfckXOEFaET3fanb6zS0TjlVil2Dm70d1IeuSebV/d2HP9LBXq8ytfTMmgp0iKPWBtGEhhM1UCgYEAkKdTxv079+umWG8fLL0yF37rSZnfz+KUofDuV8G4ko2D8ennxSD3nuKUO6/aZLUALBiymTX/WhsEULcx9iS82TQEDG9JtqqrpMLZeyy46QtTZMZmYLLpNsoVL7pqEILGjoVAxdJXgfhQOyn2JlCY4meyQ5yv5qxY5Evc285uQnECgYApdGobAUEajEmwW0HPZym3QFgCD/u2sFM5ZnY0jfZ+cQBqD0suc23LKKbVjKiXc6YSh+p4BamC34rogBpCaZINr9/g1A2fzBxfKXqu+7gL2pF8/I9qN+wSh8lAWK4/UJnZ8+tPBi2nGbu/Jxan9JaUlI8WcMJyyVVQjb/E6Fe/xQKBgEp5gMev+C1Kf7JhGlZ7tkdqeq8gXTs30zNjZSUJYGqvSjR4Mpt7Y/cuVCRvsy5aJ/ubL0OqfMO/ztlon0z/ANSkLGpZgxyWKsCfbOMEf+9ts0gZJrumSUCnDeRc5wHcwDarhPvjoouWw72Mv6LSYTNpVDmMyRYgFkb4gDGn9Oqx" + ], + "keyUse": ["SIG"], + "certificate": [ + "MIICszCCAZsCBgGHKbreyzANBgkqhkiG9w0BAQsFADAdMRswGQYDVQQDDBJjb25mbGljdHZpc3VhbGl6ZXIwHhcNMjMwMzI4MTkzNzA1WhcNMzMwMzI4MTkzODQ1WjAdMRswGQYDVQQDDBJjb25mbGljdHZpc3VhbGl6ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCiuqmGW6X8S9Zvf00Iu/pRbvJSOEkwp7qiv5AZ9TCm3fdoBnMiwagZXniP/JfoQ3fXlK2qDZAnCH02cBcA9dVrdj9fR5cPG/v1Yn6sQ+UGqKUQyOfElsYZUiswcqvCC/5i57UBf0pxBgmQ5aSXfGLQUvCf8Y0Vm+RTA9BvAmbRg+OBv9//B5LkvtSJVrQMryI4LIm+n7lbVSMivton/29zkjwvih3T4CaVunNRio5+SMp9PoLIeNP7SQfAA/UX7gWMQtw/6B3Jowc9h+P0FvM3tcrsqeQdAhknLC0qlnXwqkN7baWplhBDjAj2J6fhwZZU6qleNsu080310akpIdG3AgMBAAEwDQYJKoZIhvcNAQELBQADggEBAJ7ZJoCmpYQe9Ea59t/dEtuACz4E03FNt0mssQo36xTEm8lDVGZmQt7dza5hffOvHTYQWai+7tsamvA4OsxSYRBfb/6V7TbwwJcLEl5m9+a13gsLzuifelzATawJwHGIcaSIGb06INrZWICOkfzfDQ6Kwzbh3LM44w62A8vS2b5HInKcmaAgdJy0BHcvFhkY4d95PjnIhohOaB2Cx+xLygP8RH5BN+pPFtKuNHHB6XFsHGkTaGsywHx3FIhEEYm0eO2alZo7vd9HsmOqejOcHbTc0U6B1rqhrth5OweFqwv5tTBq8BkPOxJ1dX5G/PVpzYXsTPh56PIN5Lmw0B1oFFI=" + ], + "priority": ["100"] + } + }, + { + "id": "3a1f53f0-a7ae-449e-953d-86a104831e28", + "name": "rsa-enc-generated", + "providerId": "rsa-enc-generated", + "subComponents": {}, + "config": { + "privateKey": [ + "MIIEpAIBAAKCAQEAyf1HCUkc47VmYP42IBYjkpZxPCqB6wUWcQ8AaLei8Utwh9MWzPskXm4frOhPS57pRP2ncxd/t7P9nKWMRW8ZI2C/4//i0VtodXnMkR3nwuXV2dqCn0KUbygheGilqQUgEVcBpgf5a1i8Q3qF+wpVyZim+k6kiyrl1XC+8dB4lgkWzcLmIgxpCelINOVa6S1mpsJWBSkfnYAGU8LQNftw6rm8tZrtjFQ3S99nEPUqsH+CkM+fzkdGxCF9ql6FBqzkJetgNAHS1TWadl1hIvkezTLAOGcpUciU6VY6plvx4yEDbNhfZ+BkDylANcnDjubXp3uBc+t747HgcnTyrzoYXwIDAQABAoIBAA6vZAsLSApQGNJ9bB724EnOHgs5rFQs/J3MpIMSGTEbNhVR5f4rvIND1PhQgKjzs57vi01Yf7flFWlE0FPUYqRjtzlfoOehEl4HTgJqhUjyRiyk1v4c+S2AFYR4Pm8K4qZDSDXmrerXITZz6BDBbOcPh56tuaD6kr1RVjiLdD206CQ56xbe9BLEByJhQ5KZyJd4RZyyq3wcCtjmsORTOLtuOKQt+uaXjFi3XqXL6fJB/itlwOYYDhzyh74l6quZtcUkKB1/5uCZX1mqEfuBHD0Xd/WDna9kMzFiSe6lozr7ySxvtpVLLF2TA7pIgKf4TSzdWHqn7H7a63iLkOQndd0CgYEA8LiZek1rH89nWeu6W7e9/Wmu495Q2nkUoSqQ9UKacOZV1A/47tgQl/+8cOCAHm5YccpCAvEo2wZak3qavEyfNdf6n+eYEJvLDSJ+2yK5cG/L5g1vEO6mCR4GxFJiO9auh6UXiJYyudiU/rv+h6c/HrQm+fxTf1Nimq1zAtsOvUMCgYEA1s9WpMRoN/sN3dgwFmUbs9qSeMGvkltGWglq7Q/Lj+CvUXR/ORIliaFwvE3Wh877ySlU6y5hVttfqlN68uRWu08yPN1qIXJ6gbslHWB80QDkR1FyBtQRTjIDagGUPwMXmqgmocyoOBHk93AkgzF8WFUap+iH4EK8VaSQeJqwGLUCgYEA45ypAovRjvJ9tvi97Zt/ee5EABJmQS3b48hr6Hxhq/8fiLTRnIWQqyiU9eZRPnT4DCBC6qU9DFylqG11gjaxFCh0Ql6p2op1JKZJbMsYrMgI9C4fptMBC/3oSBnd6NbFkFz6M5xRuoif2X3I3lu1w0J02EtOaEZgJgF7jmezOCECgYA6zT8Wk31D9cFx/QAM4ViX/zkhPUPmeH3ln7ZZdn1uwT68uXsqEEGeT0chBN25B3v9MQdB6cxTjnG9mmSJoN/tHlzONH4c8c1/Pc+HHyaLwAa9Txo7rEmgcihlGFGQfjQz7dvFZtSVpLBc26HjF+TF+WX2mLy5MwuDFi1GFnImEQKBgQCPDWJigUaqrqOw8J0iMtr52z/fbuV0ZSiQwo2ummWCrVuHXI0SnVGFX8z6AjMOkEpRfL47licclwZ39bBd0vXcXB5r01U4N/tStELZvF8codZZMSa8q8qNqhUgMYjSOFBCaHqCP7z6tW7s7gdd/CeYV2UEIqmKy5VSCyaeH5SheQ==" + ], + "keyUse": ["ENC"], + "certificate": [ + "MIICszCCAZsCBgGHKbrgmDANBgkqhkiG9w0BAQsFADAdMRswGQYDVQQDDBJjb25mbGljdHZpc3VhbGl6ZXIwHhcNMjMwMzI4MTkzNzA1WhcNMzMwMzI4MTkzODQ1WjAdMRswGQYDVQQDDBJjb25mbGljdHZpc3VhbGl6ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJ/UcJSRzjtWZg/jYgFiOSlnE8KoHrBRZxDwBot6LxS3CH0xbM+yRebh+s6E9LnulE/adzF3+3s/2cpYxFbxkjYL/j/+LRW2h1ecyRHefC5dXZ2oKfQpRvKCF4aKWpBSARVwGmB/lrWLxDeoX7ClXJmKb6TqSLKuXVcL7x0HiWCRbNwuYiDGkJ6Ug05VrpLWamwlYFKR+dgAZTwtA1+3Dquby1mu2MVDdL32cQ9Sqwf4KQz5/OR0bEIX2qXoUGrOQl62A0AdLVNZp2XWEi+R7NMsA4ZylRyJTpVjqmW/HjIQNs2F9n4GQPKUA1ycOO5tene4Fz63vjseBydPKvOhhfAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAFfvvk6u568gxpOIPa6ecXo8p9Mg6k0wGZak6W+agsuebyHswfBmJSuQTGpdBrGqTR3LVJoVXgiX+mr3iz2BivDwZXd5CVpYRE1vcMUEm0YnOjtN+OfRglMaV1gVBtEAcWsKa+kZL2NP3HaGJLagAtZ7cJgZtsquMqfhLXisgKNOt5vkXGabfDeQnzRL7IV2EC6ONaY19cU6MWSY02gJ01f/Ki176f5r4QtQdq8UKR4Zc74RczlBZXMKuYOxn6+fi5yb0ERyBbwwV8WVFQLQMY3LdL14bbCyLm3ECB5zRPcZG/L40oTqO4HRhrFe063CsXrQlURKUivXZmZ6yG3q6WA=" + ], + "priority": ["100"], + "algorithm": ["RSA-OAEP"] + } + }, + { + "id": "9bbafe24-7dcb-4ee2-b0b9-077fcdeee869", + "name": "aes-generated", + "providerId": "aes-generated", + "subComponents": {}, + "config": { + "kid": ["4ce0b227-2275-4795-9e65-a1d2ccb01458"], + "secret": ["K7BsMwymL5ema_7EBkFWUA"], + "priority": ["100"] + } + }, + { + "id": "6e6a27f9-fc02-4e28-878b-ab3ba3235b3a", + "name": "hmac-generated", + "providerId": "hmac-generated", + "subComponents": {}, + "config": { + "kid": ["8f590b37-cdae-45ec-bd82-29ea64977d5b"], + "secret": [ + "MS3woI2v5tFqI19LveVLNWtNENMugR2Ehq9YK8DsXkbOpq1Jf-7PV4X9CTvEh2ptO7fZyFFrL8XFEwobtNx67A" + ], + "priority": ["100"], + "algorithm": ["HS256"] + } + } + ] + }, + "internationalizationEnabled": false, + "supportedLocales": [], + "authenticationFlows": [ + { + "id": "8816ec3c-c9af-42e8-9392-f55a1c74437d", + "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": "4245604c-4332-449b-9340-e0e92f7926e4", + "alias": "Authentication Options", + "description": "Authentication options.", + "providerId": "basic-flow", + "topLevel": false, + "builtIn": true, + "authenticationExecutions": [ + { + "authenticator": "basic-auth", + "authenticatorFlow": false, + "requirement": "REQUIRED", + "priority": 10, + "autheticatorFlow": false, + "userSetupAllowed": false + }, + { + "authenticator": "basic-auth-otp", + "authenticatorFlow": false, + "requirement": "DISABLED", + "priority": 20, + "autheticatorFlow": false, + "userSetupAllowed": false + }, + { + "authenticator": "auth-spnego", + "authenticatorFlow": false, + "requirement": "DISABLED", + "priority": 30, + "autheticatorFlow": false, + "userSetupAllowed": false + } + ] + }, + { + "id": "09c5cded-08d5-479c-96db-d0b9478365df", + "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": "98ace732-1a91-4504-bbda-eeeced8a7c16", + "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": "cb19ddf5-bb34-450d-9464-5b0623b0a64a", + "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": "c4f1dfee-490f-46b2-a2bf-449a21771ba1", + "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": "eb7ae78c-0781-4518-add7-2da4f3a0bf12", + "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": "18d44289-a805-46e0-b55a-d78595823be7", + "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": "c53766f1-18e4-4966-9aa7-d5b32d477d14", + "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": "9f0b34fb-775c-4c98-ba79-ca7afa196da1", + "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": "2a041c19-db47-46fd-8488-303f1f040cc0", + "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": "6d8624fc-b2cc-4781-8180-f40417264553", + "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": "d86b7015-994f-4618-a5bc-a4e773e58422", + "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": "3a5611ea-a888-4289-9c3a-6a934fbada3b", + "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": "5f2e4a84-6b38-407f-9b75-9df7f9e13202", + "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": "849ba87b-caee-4585-a79e-12e6b4baf32e", + "alias": "http challenge", + "description": "An authentication flow based on challenge-response HTTP Authentication Schemes", + "providerId": "basic-flow", + "topLevel": true, + "builtIn": true, + "authenticationExecutions": [ + { + "authenticator": "no-cookie-redirect", + "authenticatorFlow": false, + "requirement": "REQUIRED", + "priority": 10, + "autheticatorFlow": false, + "userSetupAllowed": false + }, + { + "authenticatorFlow": true, + "requirement": "REQUIRED", + "priority": 20, + "autheticatorFlow": true, + "flowAlias": "Authentication Options", + "userSetupAllowed": false + } + ] + }, + { + "id": "aca57a56-98c7-4619-a48a-ac4dd8f2c6ee", + "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": "974e006a-f6a7-438f-bd25-6de07186faeb", + "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-profile-action", + "authenticatorFlow": false, + "requirement": "REQUIRED", + "priority": 40, + "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": "86f251da-ce22-4854-a7f2-73c0b8ec4029", + "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": "fe906669-5934-40db-989d-534723a79312", + "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": "1854aace-1d06-40bc-8426-ff485b3335c5", + "alias": "create unique user config", + "config": { + "require.password.update.after.registration": "false" + } + }, + { + "id": "dcbb41b0-0167-4839-a518-04c881350c18", + "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": "webauthn-register", + "name": "Webauthn Register", + "providerId": "webauthn-register", + "enabled": true, + "defaultAction": false, + "priority": 70, + "config": {} + }, + { + "alias": "webauthn-register-passwordless", + "name": "Webauthn Register Passwordless", + "providerId": "webauthn-register-passwordless", + "enabled": true, + "defaultAction": false, + "priority": 80, + "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", + "attributes": { + "cibaBackchannelTokenDeliveryMode": "poll", + "cibaExpiresIn": "120", + "cibaAuthRequestedUserHint": "login_hint", + "oauth2DeviceCodeLifespan": "600", + "clientOfflineSessionMaxLifespan": "0", + "oauth2DevicePollingInterval": "5", + "clientSessionIdleTimeout": "0", + "parRequestUriLifespan": "60", + "clientSessionMaxLifespan": "0", + "clientOfflineSessionIdleTimeout": "0", + "cibaInterval": "5", + "realmReusableOtpCode": "false" + }, + "keycloakVersion": "21.1.1", + "userManagedAccessAllowed": false, + "clientProfiles": { + "profiles": [] + }, + "clientPolicies": { + "policies": [] + } + } +] diff --git a/sample.env b/sample.env index 3e6f0dd9..1aa0a842 100644 --- a/sample.env +++ b/sample.env @@ -1,10 +1,20 @@ # Environment variable file for the JPO CV Manager API deployment through docker-compose # PostgreSQL Database connection information (connects over websocket) +# Make sure to wrap your password in single quotes (NOT DOUBLE QUOTES!) to avoid escape characters DB_USER= -DB_PASS= +DB_PASS= '' DB_NAME= +# Set to "keycloak" or "GCP" for authentication methods. Default is "GCP" for now. +AUTH_METHOD= "GCP" + +# IF AUTH_METHOD IS "keycloak" fill out the variables below +# Keycloak authentication crendentials +KEYCLOAK_ADMIN= +KEYCLOAK_ADMIN_PASSWORD= + +# IF AUTH_METHOD IS "GCP" fill out the variables below # GCP required instance connection name, will be removed when GCP dependency is removed INSTANCE_CONNECTION_NAME= @@ -12,13 +22,21 @@ INSTANCE_CONNECTION_NAME= GOOGLE_CLIENT_ID= # Logging level for console logs. Levels are "DEBUG", "INFO", "WARNING", and "ERROR" -LOGGING_LEVEL= +LOGGING_LEVEL="INFO" # Deprecated function for externally handling SSH RSU_REST_ENDPOINT= +# Set to either "BigQuery" or "MongoDB" depending on message count location. Defaults to "BigQuery" for now. +MESSAGE_COUNT_LOCATION="BigQuery" + +# MongoDB variables +MONGO_DB_CONNECTION_URI= + # GCP BigQuery table names. Will eventually support MongoDB COUNT_DB_NAME= + +# Set these variables if using either "MongoDB" or "BigQuery" BSM_DB_NAME= SSM_DB_NAME= SRM_DB_NAME= @@ -28,4 +46,4 @@ WZDX_API_KEY= WZDX_ENDPOINT= # Python timezone for the CV Manager (You can list pytz timezones with the command 'pytz.all_timezones') -TIMEZONE= \ No newline at end of file +TIMEZONE="US/Mountain" diff --git a/webapp/package-lock.json b/webapp/package-lock.json index 937d7456..7e082ee7 100644 --- a/webapp/package-lock.json +++ b/webapp/package-lock.json @@ -1,19235 +1,19296 @@ { - "name": "cdot-web-app", - "version": "0.1.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "cdot-web-app", - "version": "0.1.0", - "dependencies": { - "@emotion/react": "^11.10.5", - "@emotion/styled": "^11.10.5", - "@hookform/error-message": "^2.0.1", - "@material-table/core": "^6.1.6", - "@material-ui/core": "^4.12.3", - "@mui/icons-material": "^5.11.9", - "@mui/material": "^5.11.9", - "@mui/styled-engine-sc": "^5.11.9", - "@mui/x-date-pickers": "^5.0.15", - "@react-oauth/google": "^0.2.8", - "@reduxjs/toolkit": "^1.9.1", - "@syncfusion/ej2-react-calendars": "^19.4.56", - "abort-controller": "^3.0.0", - "axios": "^0.21.1", - "dayjs": "^1.11.7", - "env-cmd": "^10.1.0", - "luxon": "^2.3.2", - "mapbox-gl": "^2.9.1", - "rc-slider": "^10.1.0", - "react": "^17.0.2", - "react-bootstrap": "^2.7.0", - "react-confirm-alert": "^2.8.0", - "react-dom": "^17.0.2", - "react-hook-form": "^7.41.5", - "react-icons": "^4.3.1", - "react-map-gl": "^5.3.19", - "react-redux": "^8.0.5", - "react-router-dom": "^6.2.2", - "react-scripts": "5.0.0", - "react-select": "^5.3.2", - "react-spinners": "^0.11.0", - "react-styled-components": "^0.1.11", - "react-table": "^7.8.0", - "react-tabs": "^4.2.1", - "react-widgets": "5.8.4", - "styled-components": "^5.3.6", - "zustand": "4.3.1" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", - "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", - "dependencies": { - "@jridgewell/gen-mapping": "^0.1.0", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", - "dependencies": { - "@babel/highlight": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz", - "integrity": "sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz", - "integrity": "sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==", - "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.10", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-module-transforms": "^7.18.9", - "@babel/helpers": "^7.18.9", - "@babel/parser": "^7.18.10", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.18.10", - "@babel/types": "^7.18.10", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/eslint-parser": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", - "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", - "dependencies": { - "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", - "eslint-visitor-keys": "^2.1.0", - "semver": "^6.3.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || >=14.0.0" - }, - "peerDependencies": { - "@babel/core": ">=7.11.0", - "eslint": "^7.5.0 || ^8.0.0" - } - }, - "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/@babel/eslint-parser/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.21.1", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz", - "integrity": "sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==", - "dependencies": { - "@babel/types": "^7.21.0", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", - "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", - "dependencies": { - "@babel/helper-explode-assignable-expression": "^7.18.6", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", - "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", - "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.21.3", - "lru-cache": "^5.1.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.0.tgz", - "integrity": "sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.0", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.0.tgz", - "integrity": "sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0-0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-explode-assignable-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", - "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", - "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", - "dependencies": { - "@babel/template": "^7.20.7", - "@babel/types": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz", - "integrity": "sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==", - "dependencies": { - "@babel/types": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.21.2", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz", - "integrity": "sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.20.2", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.2", - "@babel/types": "^7.21.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", - "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz", - "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.20.7", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.20.7", - "@babel/types": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", - "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", - "dependencies": { - "@babel/types": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", - "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", - "dependencies": { - "@babel/types": "^7.20.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", - "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", - "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", - "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", - "dependencies": { - "@babel/helper-function-name": "^7.19.0", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz", - "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", - "dependencies": { - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.9", - "@babel/types": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", - "dependencies": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.21.2", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz", - "integrity": "sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==", - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", - "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-proposal-optional-chaining": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - } - }, - "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", - "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-class-static-block": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", - "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-class-static-block": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.21.0.tgz", - "integrity": "sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/plugin-syntax-decorators": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", - "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-object-rest-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", - "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", - "dependencies": { - "@babel/compat-data": "^7.20.5", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-optional-chaining": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", - "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz", - "integrity": "sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.21.0.tgz", - "integrity": "sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-flow": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz", - "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", - "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", - "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz", - "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz", - "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", - "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", - "dependencies": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-remap-async-to-generator": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz", - "integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz", - "integrity": "sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz", - "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/template": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz", - "integrity": "sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", - "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-flow-strip-types": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.21.0.tgz", - "integrity": "sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-flow": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-for-of": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz", - "integrity": "sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", - "dependencies": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz", - "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==", - "dependencies": { - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.21.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz", - "integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==", - "dependencies": { - "@babel/helper-module-transforms": "^7.21.2", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-simple-access": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.20.11", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", - "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", - "dependencies": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-identifier": "^7.19.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", - "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", - "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz", - "integrity": "sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-constant-elements": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.14.5.tgz", - "integrity": "sha512-NBqLEx1GxllIOXJInJAQbrnwwYJsV3WaMHIcOwD8rhYS0AabTWn7kHdHgPgu5RmHLU0q4DMxhAMu8ue/KampgQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz", - "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz", - "integrity": "sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-jsx": "^7.18.6", - "@babel/types": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", - "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", - "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz", - "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz", - "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "regenerator-transform": "^0.15.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.21.0.tgz", - "integrity": "sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==", - "dependencies": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz", - "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typescript": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.0.tgz", - "integrity": "sha512-xo///XTPp3mDzTtrqXoBlK9eiAYW3wv9JXglcn/u1bi60RW11dEUxIgA8cbnDhutS1zacjMRmAwxE0gMklLnZg==", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-typescript": "^7.20.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", - "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env": { - "version": "7.20.2", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz", - "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", - "dependencies": { - "@babel/compat-data": "^7.20.1", - "@babel/helper-compilation-targets": "^7.20.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-async-generator-functions": "^7.20.1", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.18.6", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.20.2", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.18.6", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.20.0", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.18.6", - "@babel/plugin-transform-async-to-generator": "^7.18.6", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.20.2", - "@babel/plugin-transform-classes": "^7.20.2", - "@babel/plugin-transform-computed-properties": "^7.18.9", - "@babel/plugin-transform-destructuring": "^7.20.2", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.18.8", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.19.6", - "@babel/plugin-transform-modules-commonjs": "^7.19.6", - "@babel/plugin-transform-modules-systemjs": "^7.19.6", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.20.1", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.18.6", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.19.0", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.18.10", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.20.2", - "babel-plugin-polyfill-corejs2": "^0.3.3", - "babel-plugin-polyfill-corejs3": "^0.6.0", - "babel-plugin-polyfill-regenerator": "^0.4.1", - "core-js-compat": "^3.25.1", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-react": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz", - "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-transform-react-display-name": "^7.18.6", - "@babel/plugin-transform-react-jsx": "^7.18.6", - "@babel/plugin-transform-react-jsx-development": "^7.18.6", - "@babel/plugin-transform-react-pure-annotations": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-typescript": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.21.0.tgz", - "integrity": "sha512-myc9mpoVA5m1rF8K8DgLEatOYFDpwC+RkMkjZ0Du6uI62YvDe8uxIEYVs/VCdSJ097nlALiU/yBC7//3nI+hNg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-option": "^7.21.0", - "@babel/plugin-transform-typescript": "^7.21.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" - }, - "node_modules/@babel/runtime": { - "version": "7.21.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz", - "integrity": "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==", - "dependencies": { - "regenerator-runtime": "^0.13.11" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.20.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", - "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.21.2", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.2.tgz", - "integrity": "sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==", - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.21.1", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.21.2", - "@babel/types": "^7.21.2", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.21.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.2.tgz", - "integrity": "sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==", - "dependencies": { - "@babel/helper-string-parser": "^7.19.4", - "@babel/helper-validator-identifier": "^7.19.1", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" - }, - "node_modules/@csstools/normalize.css": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz", - "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==" - }, - "node_modules/@csstools/postcss-cascade-layers": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", - "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", - "dependencies": { - "@csstools/selector-specificity": "^2.0.2", - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-color-function": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", - "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-font-format-keywords": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", - "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-hwb-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", - "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-ic-unit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", - "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-is-pseudo-class": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", - "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", - "dependencies": { - "@csstools/selector-specificity": "^2.0.0", - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-nested-calc": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", - "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-normalize-display-values": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", - "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-oklab-function": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", - "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-progressive-custom-properties": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", - "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "node_modules/@csstools/postcss-stepped-value-functions": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", - "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-text-decoration-shorthand": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", - "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-trigonometric-functions": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", - "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-unset-value": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", - "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/selector-specificity": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.1.1.tgz", - "integrity": "sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==", - "engines": { - "node": "^14 || ^16 || >=18" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.4", - "postcss-selector-parser": "^6.0.10" - } - }, - "node_modules/@date-io/core": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.16.0.tgz", - "integrity": "sha512-DYmSzkr+jToahwWrsiRA2/pzMEtz9Bq1euJwoOuYwuwIYXnZFtHajY2E6a1VNVDc9jP8YUXK1BvnZH9mmT19Zg==" - }, - "node_modules/@date-io/dayjs": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/@date-io/dayjs/-/dayjs-2.16.0.tgz", - "integrity": "sha512-y5qKyX2j/HG3zMvIxTobYZRGnd1FUW2olZLS0vTj7bEkBQkjd2RO7/FEwDY03Z1geVGlXKnzIATEVBVaGzV4Iw==", - "dependencies": { - "@date-io/core": "^2.16.0" - }, - "peerDependencies": { - "dayjs": "^1.8.17" - }, - "peerDependenciesMeta": { - "dayjs": { - "optional": true - } - } - }, - "node_modules/@date-io/luxon": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/@date-io/luxon/-/luxon-2.16.1.tgz", - "integrity": "sha512-aeYp5K9PSHV28946pC+9UKUi/xMMYoaGelrpDibZSgHu2VWHXrr7zWLEr+pMPThSs5vt8Ei365PO+84pCm37WQ==", - "dependencies": { - "@date-io/core": "^2.16.0" - }, - "peerDependencies": { - "luxon": "^1.21.3 || ^2.x || ^3.x" - }, - "peerDependenciesMeta": { - "luxon": { - "optional": true - } - } - }, - "node_modules/@date-io/moment": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/@date-io/moment/-/moment-2.16.1.tgz", - "integrity": "sha512-JkxldQxUqZBfZtsaCcCMkm/dmytdyq5pS1RxshCQ4fHhsvP5A7gSqPD22QbVXMcJydi3d3v1Y8BQdUKEuGACZQ==", - "dependencies": { - "@date-io/core": "^2.16.0" - }, - "peerDependencies": { - "moment": "^2.24.0" - }, - "peerDependenciesMeta": { - "moment": { - "optional": true - } - } - }, - "node_modules/@emotion/babel-plugin": { - "version": "11.10.5", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz", - "integrity": "sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/plugin-syntax-jsx": "^7.17.12", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.0", - "@emotion/memoize": "^0.8.0", - "@emotion/serialize": "^1.1.1", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.1.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", - "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" - }, - "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@emotion/cache": { - "version": "11.10.5", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.10.5.tgz", - "integrity": "sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==", - "dependencies": { - "@emotion/memoize": "^0.8.0", - "@emotion/sheet": "^1.2.1", - "@emotion/utils": "^1.2.0", - "@emotion/weak-memoize": "^0.3.0", - "stylis": "4.1.3" - } - }, - "node_modules/@emotion/core": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-11.0.0.tgz", - "integrity": "sha512-w4sE3AmHmyG6RDKf6mIbtHpgJUSJ2uGvPQb8VXFL7hFjMPibE8IiehG8cMX3Ztm4svfCQV6KqusQbeIOkurBcA==" - }, - "node_modules/@emotion/hash": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", - "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz", - "integrity": "sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==", - "dependencies": { - "@emotion/memoize": "^0.8.0" - } - }, - "node_modules/@emotion/memoize": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", - "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" - }, - "node_modules/@emotion/react": { - "version": "11.10.5", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.10.5.tgz", - "integrity": "sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.10.5", - "@emotion/cache": "^11.10.5", - "@emotion/serialize": "^1.1.1", - "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0", - "@emotion/utils": "^1.2.0", - "@emotion/weak-memoize": "^0.3.0", - "hoist-non-react-statics": "^3.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/serialize": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.1.tgz", - "integrity": "sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==", - "dependencies": { - "@emotion/hash": "^0.9.0", - "@emotion/memoize": "^0.8.0", - "@emotion/unitless": "^0.8.0", - "@emotion/utils": "^1.2.0", - "csstype": "^3.0.2" - } - }, - "node_modules/@emotion/serialize/node_modules/@emotion/hash": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", - "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" - }, - "node_modules/@emotion/serialize/node_modules/csstype": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", - "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" - }, - "node_modules/@emotion/sheet": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.1.tgz", - "integrity": "sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==" - }, - "node_modules/@emotion/styled": { - "version": "11.10.5", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.10.5.tgz", - "integrity": "sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.10.5", - "@emotion/is-prop-valid": "^1.2.0", - "@emotion/serialize": "^1.1.1", - "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0", - "@emotion/utils": "^1.2.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "@emotion/react": "^11.0.0-rc.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/stylis": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" - }, - "node_modules/@emotion/unitless": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", - "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" - }, - "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz", - "integrity": "sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@emotion/utils": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz", - "integrity": "sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==" - }, - "node_modules/@emotion/weak-memoize": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz", - "integrity": "sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==" - }, - "node_modules/@eslint/eslintrc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.0.tgz", - "integrity": "sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==", - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.4.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/eslintrc/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/eslintrc/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@eslint/eslintrc/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/js": { - "version": "8.35.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.35.0.tgz", - "integrity": "sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/@hello-pangea/dnd": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@hello-pangea/dnd/-/dnd-16.2.0.tgz", - "integrity": "sha512-inACvMcvvLr34CG0P6+G/3bprVKhwswxjcsFUSJ+fpOGjhvDj9caiA9X3clby0lgJ6/ILIJjyedHZYECB7GAgA==", - "dependencies": { - "@babel/runtime": "^7.19.4", - "css-box-model": "^1.2.1", - "memoize-one": "^6.0.0", - "raf-schd": "^4.0.3", - "react-redux": "^8.0.4", - "redux": "^4.2.0", - "use-memo-one": "^1.1.3" - }, - "peerDependencies": { - "react": "^16.8.5 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/@hello-pangea/dnd/node_modules/memoize-one": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", - "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" - }, - "node_modules/@hookform/error-message": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@hookform/error-message/-/error-message-2.0.1.tgz", - "integrity": "sha512-U410sAr92xgxT1idlu9WWOVjndxLdgPUHEB8Schr27C9eh7/xUnITWpCMF93s+lGiG++D4JnbSnrb5A21AdSNg==", - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0", - "react-hook-form": "^7.0.0" - } - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", - "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==" - }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", - "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "slash": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/console/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/console/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/console/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/console/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/@jest/console/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/core": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", - "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", - "dependencies": { - "@jest/console": "^27.5.1", - "@jest/reporters": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.8.1", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^27.5.1", - "jest-config": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-resolve-dependencies": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "jest-watcher": "^27.5.1", - "micromatch": "^4.0.4", - "rimraf": "^3.0.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/@jest/core/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/core/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/core/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/core/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/@jest/core/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/core/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/environment": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", - "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", - "dependencies": { - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/fake-timers": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", - "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", - "dependencies": { - "@jest/types": "^27.5.1", - "@sinonjs/fake-timers": "^8.0.1", - "@types/node": "*", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/globals": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", - "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/types": "^27.5.1", - "expect": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/reporters": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", - "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.2", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-haste-map": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "slash": "^3.0.0", - "source-map": "^0.6.0", - "string-length": "^4.0.1", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^8.1.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/@jest/reporters/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/reporters/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/reporters/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/reporters/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/@jest/reporters/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/reporters/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@jest/reporters/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/schemas": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", - "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", - "dependencies": { - "@sinclair/typebox": "^0.24.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/@jest/source-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", - "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", - "dependencies": { - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9", - "source-map": "^0.6.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/source-map/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@jest/test-result": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", - "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", - "dependencies": { - "@jest/console": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/test-sequencer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", - "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", - "dependencies": { - "@jest/test-result": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-runtime": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/transform": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", - "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", - "dependencies": { - "@babel/core": "^7.1.0", - "@jest/types": "^27.5.1", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-util": "^27.5.1", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "source-map": "^0.6.1", - "write-file-atomic": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/transform/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/transform/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/transform/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/transform/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/@jest/transform/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/transform/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@jest/transform/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", - "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^16.0.0", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@jest/types/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/types/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/@jest/types/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", - "dependencies": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", - "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dependencies": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.17", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", - "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", - "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" - } - }, - "node_modules/@leichtgewicht/ip-codec": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", - "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" - }, - "node_modules/@mapbox/geojson-rewind": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.1.tgz", - "integrity": "sha512-eL7fMmfTBKjrb+VFHXCGv9Ot0zc3C0U+CwXo1IrP+EPwDczLoXv34Tgq3y+2mPSFNVUXgU42ILWJTC7145KPTA==", - "dependencies": { - "get-stream": "^6.0.1", - "minimist": "^1.2.5" - }, - "bin": { - "geojson-rewind": "geojson-rewind" - } - }, - "node_modules/@mapbox/geojson-types": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@mapbox/geojson-types/-/geojson-types-1.0.2.tgz", - "integrity": "sha512-e9EBqHHv3EORHrSfbR9DqecPNn+AmuAoQxV6aL8Xu30bJMJR1o8PZLZzpk1Wq7/NfCbuhmakHTPYRhoqLsXRnw==" - }, - "node_modules/@mapbox/jsonlint-lines-primitives": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", - "integrity": "sha1-zlblOfg1UrWNENZy6k1vya3HsjQ=", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/@mapbox/mapbox-gl-supported": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-2.0.1.tgz", - "integrity": "sha512-HP6XvfNIzfoMVfyGjBckjiAOQK9WfX0ywdLubuPMPv+Vqf5fj0uCbgBQYpiqcWZT6cbyyRnTSXDheT1ugvF6UQ==" - }, - "node_modules/@mapbox/point-geometry": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", - "integrity": "sha1-ioP5M1x4YO/6Lu7KJUMyqgru2PI=" - }, - "node_modules/@mapbox/tiny-sdf": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-1.2.5.tgz", - "integrity": "sha512-cD8A/zJlm6fdJOk6DqPUV8mcpyJkRz2x2R+/fYcWDYG3oWbG7/L7Yl/WqQ1VZCjnL9OTIMAn6c+BC5Eru4sQEw==" - }, - "node_modules/@mapbox/unitbezier": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz", - "integrity": "sha1-FWUb1VOme4WB+zmIEMmK2Go0Uk4=" - }, - "node_modules/@mapbox/vector-tile": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz", - "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==", - "dependencies": { - "@mapbox/point-geometry": "~0.1.0" - } - }, - "node_modules/@mapbox/whoots-js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz", - "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@material-table/core": { - "version": "6.1.6", - "resolved": "https://registry.npmjs.org/@material-table/core/-/core-6.1.6.tgz", - "integrity": "sha512-fbxDj+kqCsdU0MBhJai/5RBgLCnV7R4WboZjYUtOzX5TQcGBCYk/BAae67rwG++0IUSdmKENVawPMNbV0qWROw==", - "dependencies": { - "@babel/runtime": "^7.19.0", - "@date-io/core": "^2.16.0", - "@date-io/date-fns": "^2.16.0", - "@emotion/core": "^11.0.0", - "@emotion/react": "^11.10.4", - "@emotion/styled": "^11.10.4", - "@hello-pangea/dnd": "^16.0.0", - "@mui/icons-material": ">=5.10.6", - "@mui/material": ">=5.10.7", - "@mui/x-date-pickers": "^5.0.3", - "classnames": "^2.3.2", - "date-fns": "^2.29.3", - "debounce": "^1.2.1", - "deep-eql": "^4.1.1", - "deepmerge": "^4.2.2", - "prop-types": "^15.8.1", - "react-double-scrollbar": "0.0.15", - "uuid": "^9.0.0", - "zustand": "^4.1.1" - }, - "peerDependencies": { - "@mui/system": ">=5.10.7", - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@material-table/core/node_modules/@date-io/date-fns": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.16.0.tgz", - "integrity": "sha512-bfm5FJjucqlrnQcXDVU5RD+nlGmL3iWgkHTq3uAZWVIuBu6dDmGa3m8a6zo2VQQpu8ambq9H22UyUpn7590joA==", - "dependencies": { - "@date-io/core": "^2.16.0" - }, - "peerDependencies": { - "date-fns": "^2.0.0" - }, - "peerDependenciesMeta": { - "date-fns": { - "optional": true - } - } - }, - "node_modules/@material-table/core/node_modules/date-fns": { - "version": "2.29.3", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", - "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/@material-table/core/node_modules/debounce": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" - }, - "node_modules/@material-table/core/node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/@material-ui/core": { - "version": "4.12.3", - "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.3.tgz", - "integrity": "sha512-sdpgI/PL56QVsEJldwEe4FFaFTLUqN+rd7sSZiRCdx2E/C7z5yK0y/khAWVBH24tXwto7I1hCzNWfJGZIYJKnw==", - "dependencies": { - "@babel/runtime": "^7.4.4", - "@material-ui/styles": "^4.11.4", - "@material-ui/system": "^4.12.1", - "@material-ui/types": "5.1.0", - "@material-ui/utils": "^4.11.2", - "@types/react-transition-group": "^4.2.0", - "clsx": "^1.0.4", - "hoist-non-react-statics": "^3.3.2", - "popper.js": "1.16.1-lts", - "prop-types": "^15.7.2", - "react-is": "^16.8.0 || ^17.0.0", - "react-transition-group": "^4.4.0" - }, - "engines": { - "node": ">=8.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/material-ui" - }, - "peerDependencies": { - "@types/react": "^16.8.6 || ^17.0.0", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@material-ui/styles": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.4.tgz", - "integrity": "sha512-KNTIZcnj/zprG5LW0Sao7zw+yG3O35pviHzejMdcSGCdWbiO8qzRgOYL8JAxAsWBKOKYwVZxXtHWaB5T2Kvxew==", - "dependencies": { - "@babel/runtime": "^7.4.4", - "@emotion/hash": "^0.8.0", - "@material-ui/types": "5.1.0", - "@material-ui/utils": "^4.11.2", - "clsx": "^1.0.4", - "csstype": "^2.5.2", - "hoist-non-react-statics": "^3.3.2", - "jss": "^10.5.1", - "jss-plugin-camel-case": "^10.5.1", - "jss-plugin-default-unit": "^10.5.1", - "jss-plugin-global": "^10.5.1", - "jss-plugin-nested": "^10.5.1", - "jss-plugin-props-sort": "^10.5.1", - "jss-plugin-rule-value-function": "^10.5.1", - "jss-plugin-vendor-prefixer": "^10.5.1", - "prop-types": "^15.7.2" - }, - "engines": { - "node": ">=8.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/material-ui" - }, - "peerDependencies": { - "@types/react": "^16.8.6 || ^17.0.0", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@material-ui/system": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.12.1.tgz", - "integrity": "sha512-lUdzs4q9kEXZGhbN7BptyiS1rLNHe6kG9o8Y307HCvF4sQxbCgpL2qi+gUk+yI8a2DNk48gISEQxoxpgph0xIw==", - "dependencies": { - "@babel/runtime": "^7.4.4", - "@material-ui/utils": "^4.11.2", - "csstype": "^2.5.2", - "prop-types": "^15.7.2" - }, - "engines": { - "node": ">=8.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/material-ui" - }, - "peerDependencies": { - "@types/react": "^16.8.6 || ^17.0.0", - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@material-ui/types": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz", - "integrity": "sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==", - "peerDependencies": { - "@types/react": "*" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@material-ui/utils": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.2.tgz", - "integrity": "sha512-Uul8w38u+PICe2Fg2pDKCaIG7kOyhowZ9vjiC1FsVwPABTW8vPPKfF6OvxRq3IiBaI1faOJmgdvMG7rMJARBhA==", - "dependencies": { - "@babel/runtime": "^7.4.4", - "prop-types": "^15.7.2", - "react-is": "^16.8.0 || ^17.0.0" - }, - "engines": { - "node": ">=8.0.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0", - "react-dom": "^16.8.0 || ^17.0.0" - } - }, - "node_modules/@math.gl/web-mercator": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@math.gl/web-mercator/-/web-mercator-3.6.1.tgz", - "integrity": "sha512-nB/sJYAZpjWOpdQ9IMWXcAITM57huILBdEWzfumqgZ0ay49I4Y0yaFgkjgd/52gfwpY8TDoaR8eRxIQ7c1tx7Q==", - "dependencies": { - "@babel/runtime": "^7.12.0", - "gl-matrix": "^3.4.0" - } - }, - "node_modules/@mui/base": { - "version": "5.0.0-alpha.119", - "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.119.tgz", - "integrity": "sha512-XA5zhlYfXi67u613eIF0xRmktkatx6ERy3h+PwrMN5IcWFbgiL1guz8VpdXON+GWb8+G7B8t5oqTFIaCqaSAeA==", - "dependencies": { - "@babel/runtime": "^7.21.0", - "@emotion/is-prop-valid": "^1.2.0", - "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.11", - "@popperjs/core": "^2.11.6", - "clsx": "^1.2.1", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/base/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "node_modules/@mui/core-downloads-tracker": { - "version": "5.11.12", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.11.12.tgz", - "integrity": "sha512-LHh8HZQ5nPVcW5QnyLwkAZ40txc/S2bzKMQ3bTO+5mjuwAJ2AzQrjZINLVy1geY7ei1pHXVqO1hcWHg/QdT44w==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - } - }, - "node_modules/@mui/icons-material": { - "version": "5.11.11", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.11.11.tgz", - "integrity": "sha512-Eell3ADmQVE8HOpt/LZ3zIma8JSvPh3XgnhwZLT0k5HRqZcd6F/QDHc7xsWtgz09t+UEFvOYJXjtrwKmLdwwpw==", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "@mui/material": "^5.0.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/material": { - "version": "5.11.12", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.11.12.tgz", - "integrity": "sha512-M6BiIeJjySeEzWeiFJQ9pIjJy6mx5mHPWeMT99wjQdAmA2GxCQhE9A0fh6jQP4jMmYzxhOIhjsGcp0vSdpseXg==", - "dependencies": { - "@babel/runtime": "^7.21.0", - "@mui/base": "5.0.0-alpha.119", - "@mui/core-downloads-tracker": "^5.11.12", - "@mui/system": "^5.11.12", - "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.12", - "@types/react-transition-group": "^4.4.5", - "clsx": "^1.2.1", - "csstype": "^3.1.1", - "prop-types": "^15.8.1", - "react-is": "^18.2.0", - "react-transition-group": "^4.4.5" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/material/node_modules/csstype": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", - "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" - }, - "node_modules/@mui/material/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "node_modules/@mui/private-theming": { - "version": "5.11.12", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.11.12.tgz", - "integrity": "sha512-hnJ0svNI1TPeWZ18E6DvES8PB4NyMLwal6EyXf69rTrYqT6wZPLjB+HiCYfSOCqU/fwArhupSqIIkQpDs8CkAw==", - "dependencies": { - "@babel/runtime": "^7.21.0", - "@mui/utils": "^5.11.12", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/styled-engine": { - "version": "5.11.11", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.11.11.tgz", - "integrity": "sha512-wV0UgW4lN5FkDBXefN8eTYeuE9sjyQdg5h94vtwZCUamGQEzmCOtir4AakgmbWMy0x8OLjdEUESn9wnf5J9MOg==", - "dependencies": { - "@babel/runtime": "^7.21.0", - "@emotion/cache": "^11.10.5", - "csstype": "^3.1.1", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - } - } - }, - "node_modules/@mui/styled-engine-sc": { - "version": "5.11.11", - "resolved": "https://registry.npmjs.org/@mui/styled-engine-sc/-/styled-engine-sc-5.11.11.tgz", - "integrity": "sha512-6+HsfcKHlhjQklDoEup7Itl+Xgn+BCsqEpIdIIhlxED4YlOZ38xghxIKrx78XFZznTorbhAspUgDDKIaB5vDMg==", - "dependencies": { - "@babel/runtime": "^7.21.0", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "@types/styled-components": "^5.1.14", - "styled-components": "^5.3.1" - }, - "peerDependenciesMeta": { - "@types/styled-components": { - "optional": true - } - } - }, - "node_modules/@mui/styled-engine/node_modules/csstype": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", - "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" - }, - "node_modules/@mui/system": { - "version": "5.11.12", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.11.12.tgz", - "integrity": "sha512-sYjsXkiwKpZDC3aS6O/6KTjji0jGINLQcrD5EJ5NTkIDiLf19I4HJhnufgKqlTWNfoDBlRohuTf3TzfM06c4ug==", - "dependencies": { - "@babel/runtime": "^7.21.0", - "@mui/private-theming": "^5.11.12", - "@mui/styled-engine": "^5.11.11", - "@mui/types": "^7.2.3", - "@mui/utils": "^5.11.12", - "clsx": "^1.2.1", - "csstype": "^3.1.1", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@types/react": "^17.0.0 || ^18.0.0", - "react": "^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/system/node_modules/csstype": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", - "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" - }, - "node_modules/@mui/types": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.3.tgz", - "integrity": "sha512-tZ+CQggbe9Ol7e/Fs5RcKwg/woU+o8DCtOnccX6KmbBc7YrfqMYEYuaIcXHuhpT880QwNkZZ3wQwvtlDFA2yOw==", - "peerDependencies": { - "@types/react": "*" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/utils": { - "version": "5.11.12", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.11.12.tgz", - "integrity": "sha512-5vH9B/v8pzkpEPO2HvGM54ToXV6cFdAn8UrvdN8TMEEwpn/ycW0jLiyBcgUlPsQ+xha7hqXCPQYHaYFDIcwaiw==", - "dependencies": { - "@babel/runtime": "^7.21.0", - "@types/prop-types": "^15.7.5", - "@types/react-is": "^16.7.1 || ^17.0.0", - "prop-types": "^15.8.1", - "react-is": "^18.2.0" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0" - } - }, - "node_modules/@mui/utils/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "node_modules/@mui/x-date-pickers": { - "version": "5.0.20", - "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-5.0.20.tgz", - "integrity": "sha512-ERukSeHIoNLbI1C2XRhF9wRhqfsr+Q4B1SAw2ZlU7CWgcG8UBOxgqRKDEOVAIoSWL+DWT6GRuQjOKvj6UXZceA==", - "dependencies": { - "@babel/runtime": "^7.18.9", - "@date-io/core": "^2.15.0", - "@date-io/date-fns": "^2.15.0", - "@date-io/dayjs": "^2.15.0", - "@date-io/luxon": "^2.15.0", - "@date-io/moment": "^2.15.0", - "@mui/utils": "^5.10.3", - "@types/react-transition-group": "^4.4.5", - "clsx": "^1.2.1", - "prop-types": "^15.7.2", - "react-transition-group": "^4.4.5", - "rifm": "^0.12.1" - }, - "engines": { - "node": ">=12.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui" - }, - "peerDependencies": { - "@emotion/react": "^11.9.0", - "@emotion/styled": "^11.8.1", - "@mui/material": "^5.4.1", - "@mui/system": "^5.4.1", - "date-fns": "^2.25.0", - "dayjs": "^1.10.7", - "luxon": "^1.28.0 || ^2.0.0 || ^3.0.0", - "moment": "^2.29.1", - "react": "^17.0.2 || ^18.0.0", - "react-dom": "^17.0.2 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "date-fns": { - "optional": true - }, - "dayjs": { - "optional": true - }, - "luxon": { - "optional": true - }, - "moment": { - "optional": true - } - } - }, - "node_modules/@mui/x-date-pickers/node_modules/@date-io/date-fns": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.16.0.tgz", - "integrity": "sha512-bfm5FJjucqlrnQcXDVU5RD+nlGmL3iWgkHTq3uAZWVIuBu6dDmGa3m8a6zo2VQQpu8ambq9H22UyUpn7590joA==", - "dependencies": { - "@date-io/core": "^2.16.0" - }, - "peerDependencies": { - "date-fns": "^2.0.0" - }, - "peerDependenciesMeta": { - "date-fns": { - "optional": true - } - } - }, - "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { - "version": "5.1.1-v1", - "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", - "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", - "dependencies": { - "eslint-scope": "5.1.1" - } - }, - "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@pmmmwh/react-refresh-webpack-plugin": { - "version": "0.5.10", - "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz", - "integrity": "sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==", - "dependencies": { - "ansi-html-community": "^0.0.8", - "common-path-prefix": "^3.0.0", - "core-js-pure": "^3.23.3", - "error-stack-parser": "^2.0.6", - "find-up": "^5.0.0", - "html-entities": "^2.1.0", - "loader-utils": "^2.0.4", - "schema-utils": "^3.0.0", - "source-map": "^0.7.3" - }, - "engines": { - "node": ">= 10.13" - }, - "peerDependencies": { - "@types/webpack": "4.x || 5.x", - "react-refresh": ">=0.10.0 <1.0.0", - "sockjs-client": "^1.4.0", - "type-fest": ">=0.17.0 <4.0.0", - "webpack": ">=4.43.0 <6.0.0", - "webpack-dev-server": "3.x || 4.x", - "webpack-hot-middleware": "2.x", - "webpack-plugin-serve": "0.x || 1.x" - }, - "peerDependenciesMeta": { - "@types/webpack": { - "optional": true - }, - "sockjs-client": { - "optional": true - }, - "type-fest": { - "optional": true - }, - "webpack-dev-server": { - "optional": true - }, - "webpack-hot-middleware": { - "optional": true - }, - "webpack-plugin-serve": { - "optional": true - } - } - }, - "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/loader-utils": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", - "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@popperjs/core": { - "version": "2.11.6", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", - "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, - "node_modules/@react-aria/ssr": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.4.1.tgz", - "integrity": "sha512-NmhoilMDyIfQiOSdQgxpVH2tC2u85Y0mVijtBNbI9kcDYLEiW/r6vKYVKtkyU+C4qobXhGMPfZ70PTc0lysSVA==", - "dependencies": { - "@swc/helpers": "^0.4.14" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" - } - }, - "node_modules/@react-oauth/google": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/@react-oauth/google/-/google-0.2.8.tgz", - "integrity": "sha512-W3sRcU6kSZMGUOk10Vy5kPZPzvsi7+UpM2MxnT6fMVp+whDMKCVope5R01gwRydK9OI+0rozAARCD2NgrbkV7w==", - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@reduxjs/toolkit": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.3.tgz", - "integrity": "sha512-GU2TNBQVofL09VGmuSioNPQIu6Ml0YLf4EJhgj0AvBadRlCGzUWet8372LjvO4fqKZF2vH1xU0htAa7BrK9pZg==", - "dependencies": { - "immer": "^9.0.16", - "redux": "^4.2.0", - "redux-thunk": "^2.4.2", - "reselect": "^4.1.7" - }, - "peerDependencies": { - "react": "^16.9.0 || ^17.0.0 || ^18", - "react-redux": "^7.2.1 || ^8.0.2" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-redux": { - "optional": true - } - } - }, - "node_modules/@restart/hooks": { - "version": "0.4.7", - "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.7.tgz", - "integrity": "sha512-ZbjlEHcG+FQtpDPHd7i4FzNNvJf2enAwZfJbpM8CW7BhmOAbsHpZe3tsHwfQUrBuyrxWqPYp2x5UMnilWcY22A==", - "dependencies": { - "dequal": "^2.0.2" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@restart/ui": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.4.1.tgz", - "integrity": "sha512-J7wFOx2DcmkBqCqiZgDsggLO7faiNh4Nv1/v80FmbRgP+MYpwaVDKKXLC69DA4+ejgNIsBP5ORtC74EZqO1j8A==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@popperjs/core": "^2.11.5", - "@react-aria/ssr": "^3.2.0", - "@restart/hooks": "^0.4.7", - "@types/warning": "^3.0.0", - "dequal": "^2.0.2", - "dom-helpers": "^5.2.0", - "uncontrollable": "^7.2.1", - "warning": "^4.0.3" - }, - "peerDependencies": { - "react": ">=16.14.0", - "react-dom": ">=16.14.0" - } - }, - "node_modules/@rollup/plugin-babel": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", - "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", - "dependencies": { - "@babel/helper-module-imports": "^7.10.4", - "@rollup/pluginutils": "^3.1.0" - }, - "engines": { - "node": ">= 10.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "@types/babel__core": "^7.1.9", - "rollup": "^1.20.0||^2.0.0" - }, - "peerDependenciesMeta": { - "@types/babel__core": { - "optional": true - } - } - }, - "node_modules/@rollup/plugin-node-resolve": { - "version": "11.2.1", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", - "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", - "dependencies": { - "@rollup/pluginutils": "^3.1.0", - "@types/resolve": "1.17.1", - "builtin-modules": "^3.1.0", - "deepmerge": "^4.2.2", - "is-module": "^1.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">= 10.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0" - } - }, - "node_modules/@rollup/plugin-replace": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", - "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", - "dependencies": { - "@rollup/pluginutils": "^3.1.0", - "magic-string": "^0.25.7" - }, - "peerDependencies": { - "rollup": "^1.20.0 || ^2.0.0" - } - }, - "node_modules/@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", - "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", - "dependencies": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "engines": { - "node": ">= 8.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0" - } - }, - "node_modules/@rollup/pluginutils/node_modules/@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" - }, - "node_modules/@rushstack/eslint-patch": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz", - "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==" - }, - "node_modules/@sinclair/typebox": { - "version": "0.24.51", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", - "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" - }, - "node_modules/@sinonjs/commons": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", - "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", - "dependencies": { - "type-detect": "4.0.8" - } - }, - "node_modules/@sinonjs/fake-timers": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", - "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/@surma/rollup-plugin-off-main-thread": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", - "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", - "dependencies": { - "ejs": "^3.1.6", - "json5": "^2.2.0", - "magic-string": "^0.25.0", - "string.prototype.matchall": "^4.0.6" - } - }, - "node_modules/@svgr/babel-plugin-add-jsx-attribute": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", - "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", - "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", - "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", - "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-svg-dynamic-title": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", - "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-svg-em-dimensions": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", - "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-transform-react-native-svg": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", - "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-plugin-transform-svg-component": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", - "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/babel-preset": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", - "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", - "dependencies": { - "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", - "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", - "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", - "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", - "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", - "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", - "@svgr/babel-plugin-transform-svg-component": "^5.5.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/core": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", - "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", - "dependencies": { - "@svgr/plugin-jsx": "^5.5.0", - "camelcase": "^6.2.0", - "cosmiconfig": "^7.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/hast-util-to-babel-ast": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", - "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", - "dependencies": { - "@babel/types": "^7.12.6" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/plugin-jsx": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", - "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", - "dependencies": { - "@babel/core": "^7.12.3", - "@svgr/babel-preset": "^5.5.0", - "@svgr/hast-util-to-babel-ast": "^5.5.0", - "svg-parser": "^2.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/plugin-svgo": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", - "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", - "dependencies": { - "cosmiconfig": "^7.0.0", - "deepmerge": "^4.2.2", - "svgo": "^1.2.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@svgr/webpack": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", - "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/plugin-transform-react-constant-elements": "^7.12.1", - "@babel/preset-env": "^7.12.1", - "@babel/preset-react": "^7.12.5", - "@svgr/core": "^5.5.0", - "@svgr/plugin-jsx": "^5.5.0", - "@svgr/plugin-svgo": "^5.5.0", - "loader-utils": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/gregberge" - } - }, - "node_modules/@swc/helpers": { - "version": "0.4.14", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", - "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@syncfusion/ej2-base": { - "version": "19.4.52", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-base/-/ej2-base-19.4.52.tgz", - "integrity": "sha512-BMJGjscgl5CGpWQW1y1osv+rcKBPYgPBpSfz8FA0XcqhL6wNjGomALmxHznk7QGWC/4bdUhx6AKsGHutMGm/PA==", - "dependencies": { - "@syncfusion/ej2-icons": "~19.4.52" - } - }, - "node_modules/@syncfusion/ej2-buttons": { - "version": "19.4.55", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-buttons/-/ej2-buttons-19.4.55.tgz", - "integrity": "sha512-Ebvh5GfvOEQaB51EI6a9Cfrmkfmu9gbPeRmLPkXZPEokUSxIqyCP216Nm8NlOeEK3EbPxrOy/L1X9m1nOBM40Q==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52" - } - }, - "node_modules/@syncfusion/ej2-calendars": { - "version": "19.4.56", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.56.tgz", - "integrity": "sha512-QeBsu2OgJF4ZIRjP4H5U27Ge5nTAYC77r4wo4udb7Z8qTQzuhH/J0b6Jj3g3ptxGUUjzLDOL7OpONRnsXzC3JA==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52", - "@syncfusion/ej2-buttons": "~19.4.55", - "@syncfusion/ej2-inputs": "~19.4.52", - "@syncfusion/ej2-lists": "~19.4.55", - "@syncfusion/ej2-popups": "~19.4.53" - } - }, - "node_modules/@syncfusion/ej2-data": { - "version": "19.4.54", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-data/-/ej2-data-19.4.54.tgz", - "integrity": "sha512-btJDjKepcaVGtNqVoblhYFhx4sAW1ju+Nq1CBPn4kO0AtRPBQ3Gi47uQgsstkxNMDrv+UG1hNi7PhHpPNOtwUQ==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52" - } - }, - "node_modules/@syncfusion/ej2-icons": { - "version": "19.4.52", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-icons/-/ej2-icons-19.4.52.tgz", - "integrity": "sha512-hkEvuVA/soEdqFwFSGbj2Z9u6Ajb+4HZNYIKtw6aCwjn/FE5vFuGMFBdkLEX9BRkUl/e/uvyP6/TKBM/nfkY8A==" - }, - "node_modules/@syncfusion/ej2-inputs": { - "version": "19.4.52", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-inputs/-/ej2-inputs-19.4.52.tgz", - "integrity": "sha512-141wT1W8DbXM50A1RVHOtruCyPncF6CDOU8RdhtFx9ydbXvbSXH+2i+vKr8UK23qC07z8+YB8/wV7ZAQ5vI0Bw==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52", - "@syncfusion/ej2-buttons": "~19.4.52", - "@syncfusion/ej2-popups": "~19.4.52", - "@syncfusion/ej2-splitbuttons": "~19.4.52" - } - }, - "node_modules/@syncfusion/ej2-lists": { - "version": "19.4.55", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-lists/-/ej2-lists-19.4.55.tgz", - "integrity": "sha512-EGAcCc2mFOt99oOuT+wXSPEiyfiyHoBSJnAW5pvdCU1mI7FYcArCPVNLY5ynCgngQ7Ih0XxFPkuzEC0qmwlokA==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52", - "@syncfusion/ej2-buttons": "~19.4.55", - "@syncfusion/ej2-data": "~19.4.54" - } - }, - "node_modules/@syncfusion/ej2-popups": { - "version": "19.4.53", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-popups/-/ej2-popups-19.4.53.tgz", - "integrity": "sha512-B0Uen6IFsmPR3Ws8NIIszJ2ECpWrH7VFCqcGL1DQnp9tm6+iEafv84ziffVoC4nGj2mHaHl7tNSoZTnOo/TcgQ==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52", - "@syncfusion/ej2-buttons": "~19.4.53" - } - }, - "node_modules/@syncfusion/ej2-react-base": { - "version": "19.4.56", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-base/-/ej2-react-base-19.4.56.tgz", - "integrity": "sha512-mi1OKYgGfOe2MKcnMBuioYbdJea4IXCbFvUxG1WEZI5n3t6CxKH4ZWum7IgBO1kcTkaCdhs8Aj0ACFXUFmOwOQ==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52" - } - }, - "node_modules/@syncfusion/ej2-react-calendars": { - "version": "19.4.56", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-calendars/-/ej2-react-calendars-19.4.56.tgz", - "integrity": "sha512-o5bNc+hct5Jj/8CwvflYxUExddP0gkXpNsXNw3iGu2GCTGEnZ/Xb6OVXv8ammrCcB/Ck8vEliNTOKAEqdMLslA==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52", - "@syncfusion/ej2-calendars": "19.4.56", - "@syncfusion/ej2-react-base": "~19.4.56" - } - }, - "node_modules/@syncfusion/ej2-splitbuttons": { - "version": "19.4.52", - "resolved": "https://registry.npmjs.org/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-19.4.52.tgz", - "integrity": "sha512-EmUh/3gwW04nCF/0UUfS6w3nl6Sy62ysPFqzwFTu9972DHr4R5W7t147PMJnFRa9Q0i/ud5a9/jERU7quaxBDw==", - "dependencies": { - "@syncfusion/ej2-base": "~19.4.52", - "@syncfusion/ej2-popups": "~19.4.52" - } - }, - "node_modules/@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@trysound/sax": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", - "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@types/babel__core": { - "version": "7.20.0", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz", - "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==", - "dependencies": { - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "node_modules/@types/babel__generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", - "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", - "dependencies": { - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__template": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__traverse": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz", - "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==", - "dependencies": { - "@babel/types": "^7.3.0" - } - }, - "node_modules/@types/body-parser": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", - "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "node_modules/@types/bonjour": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", - "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/classnames": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.3.1.tgz", - "integrity": "sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==", - "deprecated": "This is a stub types definition. classnames provides its own type definitions, so you do not need this installed.", - "dependencies": { - "classnames": "*" - } - }, - "node_modules/@types/connect": { - "version": "3.4.35", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", - "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/connect-history-api-fallback": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", - "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", - "dependencies": { - "@types/express-serve-static-core": "*", - "@types/node": "*" - } - }, - "node_modules/@types/eslint": { - "version": "8.21.1", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.1.tgz", - "integrity": "sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "node_modules/@types/estree": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz", - "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==" - }, - "node_modules/@types/express": { - "version": "4.17.17", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz", - "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.33", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/@types/express-serve-static-core": { - "version": "4.17.33", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz", - "integrity": "sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*" - } - }, - "node_modules/@types/geojson": { - "version": "7946.0.8", - "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.8.tgz", - "integrity": "sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==" - }, - "node_modules/@types/graceful-fs": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", - "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/hoist-non-react-statics": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", - "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", - "dependencies": { - "@types/react": "*", - "hoist-non-react-statics": "^3.3.0" - } - }, - "node_modules/@types/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" - }, - "node_modules/@types/http-proxy": { - "version": "1.17.10", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.10.tgz", - "integrity": "sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" - }, - "node_modules/@types/mapbox-gl": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-2.3.3.tgz", - "integrity": "sha512-PN7ejo+l3YSdKDTjvtvPifGX9C86NeyRTSvZEGhWb9qkc0e3/CF7gkDmTWhNmZiou7GdKsCKstSvcaZDs2NXUw==", - "dependencies": { - "@types/geojson": "*" - } - }, - "node_modules/@types/mime": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", - "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==" - }, - "node_modules/@types/node": { - "version": "18.14.6", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz", - "integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA==" - }, - "node_modules/@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" - }, - "node_modules/@types/prettier": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz", - "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==" - }, - "node_modules/@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" - }, - "node_modules/@types/q": { - "version": "1.5.5", - "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz", - "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==" - }, - "node_modules/@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" - }, - "node_modules/@types/range-parser": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", - "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" - }, - "node_modules/@types/react": { - "version": "17.0.15", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.15.tgz", - "integrity": "sha512-uTKHDK9STXFHLaKv6IMnwp52fm0hwU+N89w/p9grdUqcFA6WuqDyPhaWopbNyE1k/VhgzmHl8pu1L4wITtmlLw==", - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-is": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz", - "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/react-transition-group": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.5.tgz", - "integrity": "sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/react/node_modules/csstype": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", - "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" - }, - "node_modules/@types/resolve": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", - "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" - }, - "node_modules/@types/scheduler": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", - "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" - }, - "node_modules/@types/semver": { - "version": "7.3.13", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", - "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==" - }, - "node_modules/@types/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", - "dependencies": { - "@types/express": "*" - } - }, - "node_modules/@types/serve-static": { - "version": "1.15.1", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.1.tgz", - "integrity": "sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==", - "dependencies": { - "@types/mime": "*", - "@types/node": "*" - } - }, - "node_modules/@types/sockjs": { - "version": "0.3.33", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", - "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/stack-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" - }, - "node_modules/@types/trusted-types": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.3.tgz", - "integrity": "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==" - }, - "node_modules/@types/use-sync-external-store": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", - "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" - }, - "node_modules/@types/warning": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz", - "integrity": "sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA==" - }, - "node_modules/@types/ws": { - "version": "8.5.4", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz", - "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/yargs": { - "version": "16.0.5", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz", - "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" - }, - "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz", - "integrity": "sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==", - "dependencies": { - "@typescript-eslint/scope-manager": "5.54.1", - "@typescript-eslint/type-utils": "5.54.1", - "@typescript-eslint/utils": "5.54.1", - "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "natural-compare-lite": "^1.4.0", - "regexpp": "^3.2.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/experimental-utils": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.54.1.tgz", - "integrity": "sha512-oqSc2Gr4TL/2M0XRJ9abA1o3Wf1cFJTNqWq0kjdStIIvgMQGZ3TSaFFJ2Cvy3Fgqi9UfDZ8u5idbACssIIyHaw==", - "dependencies": { - "@typescript-eslint/utils": "5.54.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/@typescript-eslint/parser": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.54.1.tgz", - "integrity": "sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==", - "dependencies": { - "@typescript-eslint/scope-manager": "5.54.1", - "@typescript-eslint/types": "5.54.1", - "@typescript-eslint/typescript-estree": "5.54.1", - "debug": "^4.3.4" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/parser/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz", - "integrity": "sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==", - "dependencies": { - "@typescript-eslint/types": "5.54.1", - "@typescript-eslint/visitor-keys": "5.54.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz", - "integrity": "sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==", - "dependencies": { - "@typescript-eslint/typescript-estree": "5.54.1", - "@typescript-eslint/utils": "5.54.1", - "debug": "^4.3.4", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "*" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/type-utils/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/types": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.54.1.tgz", - "integrity": "sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz", - "integrity": "sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==", - "dependencies": { - "@typescript-eslint/types": "5.54.1", - "@typescript-eslint/visitor-keys": "5.54.1", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/utils": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.54.1.tgz", - "integrity": "sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.54.1", - "@typescript-eslint/types": "5.54.1", - "@typescript-eslint/typescript-estree": "5.54.1", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0", - "semver": "^7.3.7" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/@typescript-eslint/utils/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.54.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz", - "integrity": "sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==", - "dependencies": { - "@typescript-eslint/types": "5.54.1", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", - "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", - "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==" - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", - "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==" - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", - "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==" - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", - "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", - "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==" - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", - "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", - "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", - "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", - "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==" - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", - "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/helper-wasm-section": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-opt": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "@webassemblyjs/wast-printer": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", - "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", - "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-buffer": "1.11.1", - "@webassemblyjs/wasm-gen": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", - "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/helper-api-error": "1.11.1", - "@webassemblyjs/helper-wasm-bytecode": "1.11.1", - "@webassemblyjs/ieee754": "1.11.1", - "@webassemblyjs/leb128": "1.11.1", - "@webassemblyjs/utf8": "1.11.1" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", - "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", - "dependencies": { - "@webassemblyjs/ast": "1.11.1", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" - }, - "node_modules/abab": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" - }, - "node_modules/abort-controller": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", - "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", - "dependencies": { - "event-target-shim": "^5.0.0" - }, - "engines": { - "node": ">=6.5" - } - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-globals": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", - "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", - "dependencies": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - } - }, - "node_modules/acorn-globals/node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", - "peerDependencies": { - "acorn": "^8" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/acorn-node": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", - "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", - "dependencies": { - "acorn": "^7.0.0", - "acorn-walk": "^7.0.0", - "xtend": "^4.0.2" - } - }, - "node_modules/acorn-node/node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-walk": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/address": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", - "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/adjust-sourcemap-loader": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", - "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", - "dependencies": { - "loader-utils": "^2.0.0", - "regex-parser": "^2.2.11" - }, - "engines": { - "node": ">=8.9" - } - }, - "node_modules/agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/ajv-formats/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ansi-html-community": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", - "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "engines": [ - "node >= 0.8.0" - ], - "bin": { - "ansi-html": "bin/ansi-html" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/aria-query": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", - "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", - "dependencies": { - "deep-equal": "^2.0.5" - } - }, - "node_modules/array-flatten": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" - }, - "node_modules/array-includes": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", - "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/array.prototype.flat": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", - "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flatmap": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", - "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.tosorted": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", - "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "es-shim-unscopables": "^1.0.0", - "get-intrinsic": "^1.1.3" - } - }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" - }, - "node_modules/ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==" - }, - "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - }, - "node_modules/at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/autoprefixer": { - "version": "10.4.13", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz", - "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - } - ], - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-lite": "^1.0.30001426", - "fraction.js": "^4.2.0", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/axe-core": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz", - "integrity": "sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", - "dependencies": { - "follow-redirects": "^1.14.0" - } - }, - "node_modules/axobject-query": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", - "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", - "dependencies": { - "deep-equal": "^2.0.5" - } - }, - "node_modules/babel-jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", - "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", - "dependencies": { - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^27.5.1", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.8.0" - } - }, - "node_modules/babel-jest/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/babel-jest/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/babel-jest/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/babel-jest/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-jest/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-loader": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", - "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", - "dependencies": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "engines": { - "node": ">= 8.9" - }, - "peerDependencies": { - "@babel/core": "^7.0.0", - "webpack": ">=2" - } - }, - "node_modules/babel-loader/node_modules/schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", - "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-jest-hoist": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", - "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, - "node_modules/babel-plugin-named-asset-import": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", - "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", - "peerDependencies": { - "@babel/core": "^7.1.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", - "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", - "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-define-polyfill-provider": "^0.3.3", - "semver": "^6.1.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", - "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3", - "core-js-compat": "^3.25.1" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", - "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/babel-plugin-styled-components": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz", - "integrity": "sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.16.0", - "@babel/helper-module-imports": "^7.16.0", - "babel-plugin-syntax-jsx": "^6.18.0", - "lodash": "^4.17.11", - "picomatch": "^2.3.0" - }, - "peerDependencies": { - "styled-components": ">= 2" - } - }, - "node_modules/babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", - "integrity": "sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==" - }, - "node_modules/babel-plugin-transform-react-remove-prop-types": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", - "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" - }, - "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-preset-jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", - "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", - "dependencies": { - "babel-plugin-jest-hoist": "^27.5.1", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-preset-react-app": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz", - "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", - "dependencies": { - "@babel/core": "^7.16.0", - "@babel/plugin-proposal-class-properties": "^7.16.0", - "@babel/plugin-proposal-decorators": "^7.16.4", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", - "@babel/plugin-proposal-numeric-separator": "^7.16.0", - "@babel/plugin-proposal-optional-chaining": "^7.16.0", - "@babel/plugin-proposal-private-methods": "^7.16.0", - "@babel/plugin-transform-flow-strip-types": "^7.16.0", - "@babel/plugin-transform-react-display-name": "^7.16.0", - "@babel/plugin-transform-runtime": "^7.16.4", - "@babel/preset-env": "^7.16.4", - "@babel/preset-react": "^7.16.0", - "@babel/preset-typescript": "^7.16.0", - "@babel/runtime": "^7.16.3", - "babel-plugin-macros": "^3.1.0", - "babel-plugin-transform-react-remove-prop-types": "^0.4.24" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/batch": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", - "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" - }, - "node_modules/bfj": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz", - "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==", - "dependencies": { - "bluebird": "^3.5.5", - "check-types": "^11.1.1", - "hoopy": "^0.1.4", - "tryer": "^1.0.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/big.js": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", - "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "engines": { - "node": "*" - } - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" - }, - "node_modules/body-parser": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", - "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.11.0", - "raw-body": "2.5.1", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/body-parser/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/body-parser/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/body-parser/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/body-parser/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/bonjour-service": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.0.tgz", - "integrity": "sha512-LVRinRB3k1/K0XzZ2p58COnWvkQknIY6sf0zF2rpErvcJXpMBttEPQSxK+HEXSS9VmpZlDoDnQWv8ftJT20B0Q==", - "dependencies": { - "array-flatten": "^2.1.2", - "dns-equal": "^1.0.0", - "fast-deep-equal": "^3.1.3", - "multicast-dns": "^7.2.5" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browser-process-hrtime": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" - }, - "node_modules/browserslist": { - "version": "4.21.5", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", - "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001449", - "electron-to-chromium": "^1.4.284", - "node-releases": "^2.0.8", - "update-browserslist-db": "^1.0.10" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "dependencies": { - "node-int64": "^0.4.0" - } - }, - "node_modules/buffer": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", - "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.1.13" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" - }, - "node_modules/builtin-modules": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", - "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/camelize": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", - "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/caniuse-api": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", - "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", - "dependencies": { - "browserslist": "^4.0.0", - "caniuse-lite": "^1.0.0", - "lodash.memoize": "^4.1.2", - "lodash.uniq": "^4.5.0" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001462", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001462.tgz", - "integrity": "sha512-PDd20WuOBPiasZ7KbFnmQRyuLE7cFXW2PVd7dmALzbkUXEP46upAuCDm9eY9vho8fgNMGmbAX92QBZHzcnWIqw==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - } - ] - }, - "node_modules/case-sensitive-paths-webpack-plugin": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", - "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/check-types": { - "version": "11.1.2", - "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz", - "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==" - }, - "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "engines": { - "node": ">=6.0" - } - }, - "node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "engines": { - "node": ">=8" - } - }, - "node_modules/cjs-module-lexer": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", - "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==" - }, - "node_modules/classnames": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", - "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" - }, - "node_modules/clean-css": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", - "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==", - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 10.0" - } - }, - "node_modules/clean-css/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^7.0.0" - } - }, - "node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", - "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" - } - }, - "node_modules/coa": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", - "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", - "dependencies": { - "@types/q": "^1.5.1", - "chalk": "^2.4.1", - "q": "^1.1.2" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/collect-v8-coverage": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", - "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "node_modules/colord": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" - }, - "node_modules/colorette": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", - "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==" - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/commander": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", - "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/common-path-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", - "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" - }, - "node_modules/common-tags": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", - "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/compression/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/compression/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - }, - "node_modules/confusing-browser-globals": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", - "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" - }, - "node_modules/connect-history-api-fallback": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", - "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", - "engines": { - "node": ">=0.8" - } - }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "dependencies": { - "safe-buffer": "5.2.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/content-disposition/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/content-type": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/convert-source-map": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", - "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", - "dependencies": { - "safe-buffer": "~5.1.1" - } - }, - "node_modules/cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" - }, - "node_modules/core-js": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.0.tgz", - "integrity": "sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-compat": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.29.0.tgz", - "integrity": "sha512-ScMn3uZNAFhK2DGoEfErguoiAHhV2Ju+oJo/jK08p7B3f3UhocUrCCkTvnZaiS+edl5nlIoiBXKcwMc6elv4KQ==", - "dependencies": { - "browserslist": "^4.21.5" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-js-pure": { - "version": "3.29.0", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.29.0.tgz", - "integrity": "sha512-v94gUjN5UTe1n0yN/opTihJ8QBWD2O8i19RfTZR7foONPWArnjB96QA/wk5ozu1mm6ja3udQCzOzwQXTxi3xOQ==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/cosmiconfig": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", - "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/crypto-random-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", - "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/css-blank-pseudo": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", - "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "bin": { - "css-blank-pseudo": "dist/cli.cjs" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/css-box-model": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/css-box-model/-/css-box-model-1.2.1.tgz", - "integrity": "sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw==", - "dependencies": { - "tiny-invariant": "^1.0.6" - } - }, - "node_modules/css-color-keywords": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", - "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/css-declaration-sorter": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz", - "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==", - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.0.9" - } - }, - "node_modules/css-has-pseudo": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", - "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "bin": { - "css-has-pseudo": "dist/cli.cjs" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/css-loader": { - "version": "6.7.3", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", - "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", - "dependencies": { - "icss-utils": "^5.1.0", - "postcss": "^8.4.19", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.0", - "postcss-modules-scope": "^3.0.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.2.0", - "semver": "^7.3.8" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - } - }, - "node_modules/css-minimizer-webpack-plugin": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", - "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", - "dependencies": { - "cssnano": "^5.0.6", - "jest-worker": "^27.0.2", - "postcss": "^8.3.5", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@parcel/css": { - "optional": true - }, - "clean-css": { - "optional": true - }, - "csso": { - "optional": true - }, - "esbuild": { - "optional": true - } - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/css-prefers-color-scheme": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", - "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", - "bin": { - "css-prefers-color-scheme": "dist/cli.cjs" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/css-select": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", - "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^3.2.1", - "domutils": "^1.7.0", - "nth-check": "^1.0.2" - } - }, - "node_modules/css-select-base-adapter": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", - "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" - }, - "node_modules/css-to-react-native": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", - "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", - "dependencies": { - "camelize": "^1.0.0", - "css-color-keywords": "^1.0.0", - "postcss-value-parser": "^4.0.2" - } - }, - "node_modules/css-tree": { - "version": "1.0.0-alpha.37", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", - "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", - "dependencies": { - "mdn-data": "2.0.4", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/css-tree/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/css-vendor": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz", - "integrity": "sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==", - "dependencies": { - "@babel/runtime": "^7.8.3", - "is-in-browser": "^1.0.2" - } - }, - "node_modules/css-what": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", - "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/csscolorparser": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/csscolorparser/-/csscolorparser-1.0.3.tgz", - "integrity": "sha1-s085HupNqPPpgjHizNjfnAQfFxs=" - }, - "node_modules/cssdb": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.4.1.tgz", - "integrity": "sha512-0Q8NOMpXJ3iTDDbUv9grcmQAfdDx4qz+fN/+Md2FGbevT+6+bJNQ2LjB2YIUlLbpBTM32idU1Sb+tb/uGt6/XQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/cssnano": { - "version": "5.1.15", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", - "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", - "dependencies": { - "cssnano-preset-default": "^5.2.14", - "lilconfig": "^2.0.3", - "yaml": "^1.10.2" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/cssnano" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/cssnano-preset-default": { - "version": "5.2.14", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", - "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", - "dependencies": { - "css-declaration-sorter": "^6.3.1", - "cssnano-utils": "^3.1.0", - "postcss-calc": "^8.2.3", - "postcss-colormin": "^5.3.1", - "postcss-convert-values": "^5.1.3", - "postcss-discard-comments": "^5.1.2", - "postcss-discard-duplicates": "^5.1.0", - "postcss-discard-empty": "^5.1.1", - "postcss-discard-overridden": "^5.1.0", - "postcss-merge-longhand": "^5.1.7", - "postcss-merge-rules": "^5.1.4", - "postcss-minify-font-values": "^5.1.0", - "postcss-minify-gradients": "^5.1.1", - "postcss-minify-params": "^5.1.4", - "postcss-minify-selectors": "^5.2.1", - "postcss-normalize-charset": "^5.1.0", - "postcss-normalize-display-values": "^5.1.0", - "postcss-normalize-positions": "^5.1.1", - "postcss-normalize-repeat-style": "^5.1.1", - "postcss-normalize-string": "^5.1.0", - "postcss-normalize-timing-functions": "^5.1.0", - "postcss-normalize-unicode": "^5.1.1", - "postcss-normalize-url": "^5.1.0", - "postcss-normalize-whitespace": "^5.1.1", - "postcss-ordered-values": "^5.1.3", - "postcss-reduce-initial": "^5.1.2", - "postcss-reduce-transforms": "^5.1.0", - "postcss-svgo": "^5.1.0", - "postcss-unique-selectors": "^5.1.1" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/cssnano-utils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", - "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/csso": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", - "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", - "dependencies": { - "css-tree": "^1.1.2" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/csso/node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/csso/node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, - "node_modules/csso/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cssom": { - "version": "0.4.4", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", - "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" - }, - "node_modules/cssstyle": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", - "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", - "dependencies": { - "cssom": "~0.3.6" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cssstyle/node_modules/cssom": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" - }, - "node_modules/csstype": { - "version": "2.6.17", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.17.tgz", - "integrity": "sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A==" - }, - "node_modules/damerau-levenshtein": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", - "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" - }, - "node_modules/data-urls": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", - "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", - "dependencies": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/date-arithmetic": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/date-arithmetic/-/date-arithmetic-4.1.0.tgz", - "integrity": "sha512-QWxYLR5P/6GStZcdem+V1xoto6DMadYWpMXU82ES3/RfR3Wdwr3D0+be7mgOJ+Ov0G9D5Dmb9T17sNLQYj9XOg==" - }, - "node_modules/date-fns": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz", - "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==", - "optional": true, - "peer": true, - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/dayjs": { - "version": "1.11.7", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", - "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" - }, - "node_modules/debug": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", - "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decimal.js": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", - "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" - }, - "node_modules/dedent": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==" - }, - "node_modules/deep-eql": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", - "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==", - "dependencies": { - "type-detect": "^4.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/deep-equal": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz", - "integrity": "sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==", - "dependencies": { - "call-bind": "^1.0.2", - "es-get-iterator": "^1.1.2", - "get-intrinsic": "^1.1.3", - "is-arguments": "^1.1.1", - "is-array-buffer": "^3.0.1", - "is-date-object": "^1.0.5", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "isarray": "^2.0.5", - "object-is": "^1.1.5", - "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.4.3", - "side-channel": "^1.0.4", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.9" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" - }, - "node_modules/deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/default-gateway": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", - "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", - "dependencies": { - "execa": "^5.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/define-lazy-prop": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", - "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "engines": { - "node": ">=8" - } - }, - "node_modules/define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", - "dependencies": { - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/defined": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz", - "integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/dequal": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/detect-node": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", - "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" - }, - "node_modules/detect-port-alt": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", - "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", - "dependencies": { - "address": "^1.0.1", - "debug": "^2.6.0" - }, - "bin": { - "detect": "bin/detect-port", - "detect-port": "bin/detect-port" - }, - "engines": { - "node": ">= 4.2.1" - } - }, - "node_modules/detect-port-alt/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/detect-port-alt/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/detective": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", - "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", - "dependencies": { - "acorn-node": "^1.8.2", - "defined": "^1.0.0", - "minimist": "^1.2.6" - }, - "bin": { - "detective": "bin/detective.js" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" - }, - "node_modules/diff-sequences": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", - "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" - }, - "node_modules/dns-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==" - }, - "node_modules/dns-packet": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz", - "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==", - "dependencies": { - "@leichtgewicht/ip-codec": "^2.0.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/dom-converter": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", - "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", - "dependencies": { - "utila": "~0.4" - } - }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "node_modules/dom-helpers/node_modules/csstype": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", - "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" - }, - "node_modules/dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", - "dependencies": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - } - }, - "node_modules/dom-serializer/node_modules/domelementtype": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", - "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" - }, - "node_modules/domexception": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", - "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", - "dependencies": { - "webidl-conversions": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/domexception/node_modules/webidl-conversions": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", - "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/domhandler/node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/domutils": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", - "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", - "dependencies": { - "dom-serializer": "0", - "domelementtype": "1" - } - }, - "node_modules/dot-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", - "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "engines": { - "node": ">=10" - } - }, - "node_modules/dotenv-expand": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", - "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" - }, - "node_modules/duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" - }, - "node_modules/earcut": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.3.tgz", - "integrity": "sha512-iRDI1QeCQIhMCZk48DRDMVgQSSBDmbzzNhnxIo+pwx3swkfjMh6vh0nWLq1NdvGHLKH6wIrAM3vQWeTj6qeoug==" - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - }, - "node_modules/ejs": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", - "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", - "dependencies": { - "jake": "^10.8.5" - }, - "bin": { - "ejs": "bin/cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.4.325", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.325.tgz", - "integrity": "sha512-K1C03NT4I7BuzsRdCU5RWkgZxtswnKDYM6/eMhkEXqKu4e5T+ck610x3FPzu1y7HVFSiQKZqP16gnJzPpji1TQ==" - }, - "node_modules/emittery": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", - "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" - } - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" - }, - "node_modules/emojis-list": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", - "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/enhanced-resolve": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz", - "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/env-cmd": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/env-cmd/-/env-cmd-10.1.0.tgz", - "integrity": "sha512-mMdWTT9XKN7yNth/6N6g2GuKuJTsKMDHlQFUDacb/heQRRWOTIZ42t1rMHnQu4jYxU1ajdTeJM+9eEETlqToMA==", - "dependencies": { - "commander": "^4.0.0", - "cross-spawn": "^7.0.0" - }, - "bin": { - "env-cmd": "bin/env-cmd.js" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/error-stack-parser": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", - "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", - "dependencies": { - "stackframe": "^1.3.4" - } - }, - "node_modules/es-abstract": { - "version": "1.21.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz", - "integrity": "sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==", - "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-set-tostringtag": "^2.0.1", - "es-to-primitive": "^1.2.1", - "function-bind": "^1.1.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.1.3", - "get-symbol-description": "^1.0.0", - "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.4", - "is-array-buffer": "^3.0.1", - "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.2", - "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.4.3", - "safe-regex-test": "^1.0.0", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", - "typed-array-length": "^1.0.4", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.9" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-get-iterator": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", - "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "has-symbols": "^1.0.3", - "is-arguments": "^1.1.1", - "is-map": "^2.0.2", - "is-set": "^2.0.2", - "is-string": "^1.0.7", - "isarray": "^2.0.5", - "stop-iteration-iterator": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-module-lexer": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", - "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" - }, - "node_modules/es-set-tostringtag": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", - "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", - "dependencies": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-shim-unscopables": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", - "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", - "dependencies": { - "has": "^1.0.3" - } - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/escodegen": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", - "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2", - "optionator": "^0.8.1" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=6.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/escodegen/node_modules/levn": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", - "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", - "dependencies": { - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/escodegen/node_modules/optionator": { - "version": "0.8.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", - "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", - "dependencies": { - "deep-is": "~0.1.3", - "fast-levenshtein": "~2.0.6", - "levn": "~0.3.0", - "prelude-ls": "~1.1.2", - "type-check": "~0.3.2", - "word-wrap": "~1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/escodegen/node_modules/prelude-ls": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", - "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/escodegen/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/escodegen/node_modules/type-check": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", - "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", - "dependencies": { - "prelude-ls": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/eslint": { - "version": "8.35.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.35.0.tgz", - "integrity": "sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==", - "dependencies": { - "@eslint/eslintrc": "^2.0.0", - "@eslint/js": "8.35.0", - "@humanwhocodes/config-array": "^0.11.8", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.4.0", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "import-fresh": "^3.0.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-sdsl": "^4.1.4", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "regexpp": "^3.2.0", - "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-config-react-app": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", - "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", - "dependencies": { - "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.16.3", - "@rushstack/eslint-patch": "^1.1.0", - "@typescript-eslint/eslint-plugin": "^5.5.0", - "@typescript-eslint/parser": "^5.5.0", - "babel-preset-react-app": "^10.0.1", - "confusing-browser-globals": "^1.0.11", - "eslint-plugin-flowtype": "^8.0.3", - "eslint-plugin-import": "^2.25.3", - "eslint-plugin-jest": "^25.3.0", - "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.27.1", - "eslint-plugin-react-hooks": "^4.3.0", - "eslint-plugin-testing-library": "^5.0.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "eslint": "^8.0.0" - } - }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz", - "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==", - "dependencies": { - "debug": "^3.2.7", - "is-core-module": "^2.11.0", - "resolve": "^1.22.1" - } - }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-module-utils": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", - "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", - "dependencies": { - "debug": "^3.2.7" - }, - "engines": { - "node": ">=4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } - } - }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-flowtype": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", - "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", - "dependencies": { - "lodash": "^4.17.21", - "string-natural-compare": "^3.0.1" - }, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "@babel/plugin-syntax-flow": "^7.14.5", - "@babel/plugin-transform-react-jsx": "^7.14.9", - "eslint": "^8.1.0" - } - }, - "node_modules/eslint-plugin-import": { - "version": "2.27.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", - "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flat": "^1.3.1", - "array.prototype.flatmap": "^1.3.1", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.7", - "eslint-module-utils": "^2.7.4", - "has": "^1.0.3", - "is-core-module": "^2.11.0", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.values": "^1.1.6", - "resolve": "^1.22.1", - "semver": "^6.3.0", - "tsconfig-paths": "^3.14.1" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" - } - }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-import/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-jest": { - "version": "25.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", - "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", - "dependencies": { - "@typescript-eslint/experimental-utils": "^5.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0", - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "@typescript-eslint/eslint-plugin": { - "optional": true - }, - "jest": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", - "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", - "dependencies": { - "@babel/runtime": "^7.20.7", - "aria-query": "^5.1.3", - "array-includes": "^3.1.6", - "array.prototype.flatmap": "^1.3.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.6.2", - "axobject-query": "^3.1.1", - "damerau-levenshtein": "^1.0.8", - "emoji-regex": "^9.2.2", - "has": "^1.0.3", - "jsx-ast-utils": "^3.3.3", - "language-tags": "=1.0.5", - "minimatch": "^3.1.2", - "object.entries": "^1.1.6", - "object.fromentries": "^2.0.6", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=4.0" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" - } - }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-react": { - "version": "7.32.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz", - "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==", - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flatmap": "^1.3.1", - "array.prototype.tosorted": "^1.1.1", - "doctrine": "^2.1.0", - "estraverse": "^5.3.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.6", - "object.fromentries": "^2.0.6", - "object.hasown": "^1.1.2", - "object.values": "^1.1.6", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.4", - "semver": "^6.3.0", - "string.prototype.matchall": "^4.0.8" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", - "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" - } - }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", - "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", - "dependencies": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/eslint-plugin-react/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-testing-library": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.2.tgz", - "integrity": "sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==", - "dependencies": { - "@typescript-eslint/utils": "^5.43.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0", - "npm": ">=6" - }, - "peerDependencies": { - "eslint": "^7.5.0 || ^8.0.0" - } - }, - "node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/eslint-webpack-plugin": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz", - "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", - "dependencies": { - "@types/eslint": "^7.29.0 || ^8.4.1", - "jest-worker": "^28.0.2", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0", - "webpack": "^5.0.0" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/jest-worker": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", - "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/eslint-webpack-plugin/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/eslint-webpack-plugin/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/eslint/node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/eslint/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/espree": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", - "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==", - "dependencies": { - "acorn": "^8.8.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/event-target-shim": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", - "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/expect": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", - "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", - "dependencies": { - "@jest/types": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/express": { - "version": "4.18.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", - "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", - "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.1", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.5.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.2.0", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.7", - "qs": "6.11.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/express/node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" - }, - "node_modules/express/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/express/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/express/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" - }, - "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/faye-websocket": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", - "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", - "dependencies": { - "websocket-driver": ">=0.5.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/fb-watchman": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", - "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", - "dependencies": { - "bser": "2.1.1" - } - }, - "node_modules/fbjs": { - "version": "0.8.18", - "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.18.tgz", - "integrity": "sha512-EQaWFK+fEPSoibjNy8IxUtaFOMXcWsY0JaVrQoZR9zC8N2Ygf9iDITPWjUTVIax95b6I742JFLqASHfsag/vKA==", - "dependencies": { - "core-js": "^1.0.0", - "isomorphic-fetch": "^2.1.1", - "loose-envify": "^1.0.0", - "object-assign": "^4.1.0", - "promise": "^7.1.1", - "setimmediate": "^1.0.5", - "ua-parser-js": "^0.7.30" - } - }, - "node_modules/fbjs/node_modules/core-js": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", - "integrity": "sha512-ZiPp9pZlgxpWRu0M+YWbm6+aQ84XEfH1JRXvfOc/fILWI0VKhLC2LX13X1NYq4fULzLMq7Hfh43CSo2/aIaUPA==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js." - }, - "node_modules/fbjs/node_modules/promise": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", - "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", - "dependencies": { - "asap": "~2.0.3" - } - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/file-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", - "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/filelist": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", - "dependencies": { - "minimatch": "^5.0.1" - } - }, - "node_modules/filelist/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/filelist/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/filesize": { - "version": "8.0.7", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", - "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/finalhandler/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/finalhandler/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/find-cache-dir": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", - "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/find-root": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" - }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", - "dependencies": { - "flatted": "^3.1.0", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" - }, - "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", - "dependencies": { - "is-callable": "^1.1.3" - } - }, - "node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", - "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", - "dependencies": { - "@babel/code-frame": "^7.8.3", - "@types/json-schema": "^7.0.5", - "chalk": "^4.1.0", - "chokidar": "^3.4.2", - "cosmiconfig": "^6.0.0", - "deepmerge": "^4.2.2", - "fs-extra": "^9.0.0", - "glob": "^7.1.6", - "memfs": "^3.1.2", - "minimatch": "^3.0.4", - "schema-utils": "2.7.0", - "semver": "^7.3.2", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=10", - "yarn": ">=1.0.0" - }, - "peerDependencies": { - "eslint": ">= 6", - "typescript": ">= 2.7", - "vue-template-compiler": "*", - "webpack": ">= 4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - }, - "vue-template-compiler": { - "optional": true - } - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", - "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.7.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", - "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", - "dependencies": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/form-data": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", - "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/forwarded": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://www.patreon.com/infusion" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/fs-monkey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", - "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==" - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/function.prototype.name": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", - "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/geojson-vt": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz", - "integrity": "sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==" - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-intrinsic": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", - "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==", - "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-own-enumerable-property-symbols": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", - "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" - }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gl-matrix": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz", - "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==" - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - }, - "node_modules/global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "dependencies": { - "global-prefix": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "dependencies": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", - "dependencies": { - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" - }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==" - }, - "node_modules/grid-index": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/grid-index/-/grid-index-1.1.0.tgz", - "integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==" - }, - "node_modules/gzip-size": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", - "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", - "dependencies": { - "duplexer": "^0.1.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/hammerjs": { - "version": "2.0.8", - "resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz", - "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/handle-thing": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", - "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" - }, - "node_modules/harmony-reflect": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", - "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "engines": { - "node": ">=4" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "dependencies": { - "get-intrinsic": "^1.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/he": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", - "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", - "bin": { - "he": "bin/he" - } - }, - "node_modules/history": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", - "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", - "dependencies": { - "@babel/runtime": "^7.7.6" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hoopy": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", - "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/hpack.js": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", - "dependencies": { - "inherits": "^2.0.1", - "obuf": "^1.0.0", - "readable-stream": "^2.0.1", - "wbuf": "^1.1.0" - } - }, - "node_modules/hpack.js/node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - }, - "node_modules/hpack.js/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/hpack.js/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/html-encoding-sniffer": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", - "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", - "dependencies": { - "whatwg-encoding": "^1.0.5" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/html-entities": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" - }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" - }, - "node_modules/html-minifier-terser": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", - "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", - "dependencies": { - "camel-case": "^4.1.2", - "clean-css": "^5.2.2", - "commander": "^8.3.0", - "he": "^1.2.0", - "param-case": "^3.0.4", - "relateurl": "^0.2.7", - "terser": "^5.10.0" - }, - "bin": { - "html-minifier-terser": "cli.js" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/html-minifier-terser/node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", - "engines": { - "node": ">= 12" - } - }, - "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", - "dependencies": { - "@types/html-minifier-terser": "^6.0.0", - "html-minifier-terser": "^6.0.2", - "lodash": "^4.17.21", - "pretty-error": "^4.0.0", - "tapable": "^2.0.0" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/html-webpack-plugin" - }, - "peerDependencies": { - "webpack": "^5.20.0" - } - }, - "node_modules/htmlparser2": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", - "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", - "domutils": "^2.5.2", - "entities": "^2.0.0" - } - }, - "node_modules/htmlparser2/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/htmlparser2/node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/htmlparser2/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/http-deceiver": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-parser-js": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", - "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" - }, - "node_modules/http-proxy": { - "version": "1.18.1", - "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", - "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "dependencies": { - "eventemitter3": "^4.0.0", - "follow-redirects": "^1.0.0", - "requires-port": "^1.0.0" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/http-proxy-middleware": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", - "dependencies": { - "@types/http-proxy": "^1.17.8", - "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.2" - }, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "@types/express": "^4.17.13" - }, - "peerDependenciesMeta": { - "@types/express": { - "optional": true - } - } - }, - "node_modules/https-proxy-agent": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "engines": { - "node": ">=10.17.0" - } - }, - "node_modules/hyphenate-style-name": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", - "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" - }, - "node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/icss-utils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", - "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/idb": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", - "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==" - }, - "node_modules/identity-obj-proxy": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", - "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=", - "dependencies": { - "harmony-reflect": "^1.4.6" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/immer": { - "version": "9.0.17", - "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.17.tgz", - "integrity": "sha512-+hBruaLSQvkPfxRiTLK/mi4vLH+/VQS6z2KJahdoxlleFOI8ARqzOF17uy12eFDlqWmPoygwc5evgwcp+dlHhg==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/immer" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" - }, - "node_modules/internal-slot": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", - "dependencies": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/ipaddr.js": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", - "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/is-arguments": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", - "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "is-typed-array": "^1.1.10" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dependencies": { - "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-callable": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", - "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-docker": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", - "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "bin": { - "is-docker": "cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-in-browser": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz", - "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=" - }, - "node_modules/is-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-module": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", - "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" - }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", - "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-plain-obj": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", - "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-potential-custom-element-name": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" - }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-regexp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", - "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-root": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", - "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/is-set": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typed-array": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", - "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", - "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typedarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" - }, - "node_modules/is-weakmap": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", - "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakset": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", - "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-wsl": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", - "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", - "dependencies": { - "is-docker": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/isomorphic-fetch": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", - "integrity": "sha512-9c4TNAKYXM5PRyVcwUZrF3W09nQ+sO7+jydgs4ZGW9dhsLG2VOlISJABombdQqQRXCwuYG3sYV/puGf5rp0qmA==", - "dependencies": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" - } - }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", - "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-source-maps/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/istanbul-reports": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", - "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jake": { - "version": "10.8.5", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", - "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", - "dependencies": { - "async": "^3.2.3", - "chalk": "^4.0.2", - "filelist": "^1.0.1", - "minimatch": "^3.0.4" - }, - "bin": { - "jake": "bin/cli.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jake/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jake/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jake/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jake/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jake/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jake/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", - "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", - "dependencies": { - "@jest/core": "^27.5.1", - "import-local": "^3.0.2", - "jest-cli": "^27.5.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/jest-changed-files": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", - "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", - "dependencies": { - "@jest/types": "^27.5.1", - "execa": "^5.0.0", - "throat": "^6.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-circus": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", - "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^0.7.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3", - "throat": "^6.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-circus/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-circus/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-circus/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-circus/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-circus/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-circus/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", - "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", - "dependencies": { - "@jest/core": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "import-local": "^3.0.2", - "jest-config": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "prompts": "^2.0.1", - "yargs": "^16.2.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/jest-cli/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-cli/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-cli/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-cli/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-cli/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-cli/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", - "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", - "dependencies": { - "@babel/core": "^7.8.0", - "@jest/test-sequencer": "^27.5.1", - "@jest/types": "^27.5.1", - "babel-jest": "^27.5.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.1", - "graceful-fs": "^4.2.9", - "jest-circus": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-jasmine2": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runner": "^27.5.1", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "ts-node": { - "optional": true - } - } - }, - "node_modules/jest-config/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-config/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-config/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-config/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-config/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-config/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-diff": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", - "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-diff/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-diff/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-diff/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-diff/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-docblock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", - "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-each": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", - "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", - "dependencies": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-each/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-each/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-each/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-each/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-each/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-each/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-environment-jsdom": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", - "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1", - "jsdom": "^16.6.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-environment-node": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", - "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "jest-mock": "^27.5.1", - "jest-util": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-get-type": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", - "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-haste-map": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", - "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/graceful-fs": "^4.1.2", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^27.5.1", - "jest-serializer": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "micromatch": "^4.0.4", - "walker": "^1.0.7" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "node_modules/jest-jasmine2": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", - "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "expect": "^27.5.1", - "is-generator-fn": "^2.0.0", - "jest-each": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "pretty-format": "^27.5.1", - "throat": "^6.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-jasmine2/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-jasmine2/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-jasmine2/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-jasmine2/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-jasmine2/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-leak-detector": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", - "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", - "dependencies": { - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-matcher-utils": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", - "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-matcher-utils/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-matcher-utils/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-matcher-utils/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-matcher-utils/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-matcher-utils/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-matcher-utils/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-message-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", - "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^27.5.1", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^27.5.1", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-message-util/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-message-util/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-message-util/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-message-util/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-message-util/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-message-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-mock": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", - "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-pnp-resolver": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", - "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jest-resolve": "*" - }, - "peerDependenciesMeta": { - "jest-resolve": { - "optional": true - } - } - }, - "node_modules/jest-regex-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", - "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-resolve": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", - "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", - "dependencies": { - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^27.5.1", - "jest-validate": "^27.5.1", - "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", - "slash": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-resolve-dependencies": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", - "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", - "dependencies": { - "@jest/types": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-snapshot": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-resolve/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-resolve/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-resolve/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-resolve/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-resolve/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-resolve/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runner": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", - "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", - "dependencies": { - "@jest/console": "^27.5.1", - "@jest/environment": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.8.1", - "graceful-fs": "^4.2.9", - "jest-docblock": "^27.5.1", - "jest-environment-jsdom": "^27.5.1", - "jest-environment-node": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-leak-detector": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-runtime": "^27.5.1", - "jest-util": "^27.5.1", - "jest-worker": "^27.5.1", - "source-map-support": "^0.5.6", - "throat": "^6.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-runner/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-runner/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-runner/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-runner/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-runner/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runner/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runtime": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", - "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", - "dependencies": { - "@jest/environment": "^27.5.1", - "@jest/fake-timers": "^27.5.1", - "@jest/globals": "^27.5.1", - "@jest/source-map": "^27.5.1", - "@jest/test-result": "^27.5.1", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "execa": "^5.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-mock": "^27.5.1", - "jest-regex-util": "^27.5.1", - "jest-resolve": "^27.5.1", - "jest-snapshot": "^27.5.1", - "jest-util": "^27.5.1", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-runtime/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-runtime/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-runtime/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-runtime/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-runtime/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-runtime/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-serializer": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", - "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", - "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.9" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-snapshot": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", - "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", - "dependencies": { - "@babel/core": "^7.7.2", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/traverse": "^7.7.2", - "@babel/types": "^7.0.0", - "@jest/transform": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/babel__traverse": "^7.0.4", - "@types/prettier": "^2.1.5", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^27.5.1", - "graceful-fs": "^4.2.9", - "jest-diff": "^27.5.1", - "jest-get-type": "^27.5.1", - "jest-haste-map": "^27.5.1", - "jest-matcher-utils": "^27.5.1", - "jest-message-util": "^27.5.1", - "jest-util": "^27.5.1", - "natural-compare": "^1.4.0", - "pretty-format": "^27.5.1", - "semver": "^7.3.2" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-snapshot/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-snapshot/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-snapshot/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-snapshot/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-snapshot/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-snapshot/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-util": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", - "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-util/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-util/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-util/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-util/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-util/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-validate": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", - "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", - "dependencies": { - "@jest/types": "^27.5.1", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^27.5.1", - "leven": "^3.1.0", - "pretty-format": "^27.5.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-validate/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-validate/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-validate/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-validate/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-validate/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-validate/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watch-typeahead": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", - "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", - "dependencies": { - "ansi-escapes": "^4.3.1", - "chalk": "^4.0.0", - "jest-regex-util": "^28.0.0", - "jest-watcher": "^28.0.0", - "slash": "^4.0.0", - "string-length": "^5.0.1", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "jest": "^27.0.0 || ^28.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/@jest/console": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", - "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", - "slash": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", - "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", - "dependencies": { - "@jest/console": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/@jest/types": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", - "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", - "dependencies": { - "@jest/schemas": "^28.1.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/@types/yargs": { - "version": "17.0.22", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz", - "integrity": "sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==", - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/jest-watch-typeahead/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-watch-typeahead/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-watch-typeahead/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-watch-typeahead/node_modules/emittery": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", - "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" - } - }, - "node_modules/jest-watch-typeahead/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watch-typeahead/node_modules/jest-message-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", - "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^28.1.3", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": { - "version": "28.0.2", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", - "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/jest-util": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", - "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", - "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/jest-watcher": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", - "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", - "dependencies": { - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.10.2", - "jest-util": "^28.1.3", - "string-length": "^4.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dependencies": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watch-typeahead/node_modules/pretty-format": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", - "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", - "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watch-typeahead/node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-watch-typeahead/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "node_modules/jest-watch-typeahead/node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-watch-typeahead/node_modules/string-length": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", - "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", - "dependencies": { - "char-regex": "^2.0.0", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", - "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", - "engines": { - "node": ">=12.20" - } - }, - "node_modules/jest-watch-typeahead/node_modules/strip-ansi": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", - "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", - "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/jest-watch-typeahead/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watcher": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", - "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", - "dependencies": { - "@jest/test-result": "^27.5.1", - "@jest/types": "^27.5.1", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "jest-util": "^27.5.1", - "string-length": "^4.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-watcher/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-watcher/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-watcher/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-watcher/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/jest-watcher/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-watcher/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/js-sdsl": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", - "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/js-sdsl" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsdom": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", - "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", - "dependencies": { - "abab": "^2.0.5", - "acorn": "^8.2.4", - "acorn-globals": "^6.0.0", - "cssom": "^0.4.4", - "cssstyle": "^2.3.0", - "data-urls": "^2.0.0", - "decimal.js": "^10.2.1", - "domexception": "^2.0.1", - "escodegen": "^2.0.0", - "form-data": "^3.0.0", - "html-encoding-sniffer": "^2.0.1", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-potential-custom-element-name": "^1.0.1", - "nwsapi": "^2.2.0", - "parse5": "6.0.1", - "saxes": "^5.0.1", - "symbol-tree": "^3.2.4", - "tough-cookie": "^4.0.0", - "w3c-hr-time": "^1.0.2", - "w3c-xmlserializer": "^2.0.0", - "webidl-conversions": "^6.1.0", - "whatwg-encoding": "^1.0.5", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.5.0", - "ws": "^7.4.6", - "xml-name-validator": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "canvas": "^2.5.0" - }, - "peerDependenciesMeta": { - "canvas": { - "optional": true - } - } - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - }, - "node_modules/json-schema": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", - "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/jsonpointer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", - "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jss": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jss/-/jss-10.9.2.tgz", - "integrity": "sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "csstype": "^3.0.2", - "is-in-browser": "^1.1.3", - "tiny-warning": "^1.0.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/jss" - } - }, - "node_modules/jss-plugin-camel-case": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.9.2.tgz", - "integrity": "sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "hyphenate-style-name": "^1.0.3", - "jss": "10.9.2" - } - }, - "node_modules/jss-plugin-default-unit": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.9.2.tgz", - "integrity": "sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "jss": "10.9.2" - } - }, - "node_modules/jss-plugin-global": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.9.2.tgz", - "integrity": "sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "jss": "10.9.2" - } - }, - "node_modules/jss-plugin-nested": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.9.2.tgz", - "integrity": "sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "jss": "10.9.2", - "tiny-warning": "^1.0.2" - } - }, - "node_modules/jss-plugin-props-sort": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.9.2.tgz", - "integrity": "sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "jss": "10.9.2" - } - }, - "node_modules/jss-plugin-rule-value-function": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.9.2.tgz", - "integrity": "sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "jss": "10.9.2", - "tiny-warning": "^1.0.2" - } - }, - "node_modules/jss-plugin-vendor-prefixer": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.9.2.tgz", - "integrity": "sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "css-vendor": "^2.0.8", - "jss": "10.9.2" - } - }, - "node_modules/jss/node_modules/csstype": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", - "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" - }, - "node_modules/jsx-ast-utils": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", - "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", - "dependencies": { - "array-includes": "^3.1.5", - "object.assign": "^4.1.3" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/kdbush": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/kdbush/-/kdbush-3.0.0.tgz", - "integrity": "sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew==" - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "engines": { - "node": ">=6" - } - }, - "node_modules/klona": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", - "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/language-subtag-registry": { - "version": "0.3.22", - "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", - "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==" - }, - "node_modules/language-tags": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", - "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", - "dependencies": { - "language-subtag-registry": "~0.3.2" - } - }, - "node_modules/leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "engines": { - "node": ">=6" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/lines-and-columns": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", - "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" - }, - "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "engines": { - "node": ">=6.11.5" - } - }, - "node_modules/loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" - }, - "node_modules/lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" - }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" - }, - "node_modules/lodash.uniq": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/luxon": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", - "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==", - "engines": { - "node": ">=12" - } - }, - "node_modules/magic-string": { - "version": "0.25.9", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", - "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", - "dependencies": { - "sourcemap-codec": "^1.4.8" - } - }, - "node_modules/make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/makeerror": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "dependencies": { - "tmpl": "1.0.5" - } - }, - "node_modules/mapbox-gl": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-2.9.1.tgz", - "integrity": "sha512-PWEyI0FUeWaCbDnKmzHBi6CIB264SG6O894PJL1q4Cz/ZiHNyAROonCD48bxVWSQnXXAEDPyhJS5MiJ2K5DTjw==", - "dependencies": { - "@mapbox/geojson-rewind": "^0.5.1", - "@mapbox/geojson-types": "^1.0.2", - "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/mapbox-gl-supported": "^2.0.1", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^2.0.5", - "@mapbox/unitbezier": "^0.0.0", - "@mapbox/vector-tile": "^1.3.1", - "@mapbox/whoots-js": "^3.1.0", - "csscolorparser": "~1.0.3", - "earcut": "^2.2.3", - "geojson-vt": "^3.2.1", - "gl-matrix": "^3.4.3", - "grid-index": "^1.1.0", - "murmurhash-js": "^1.0.0", - "pbf": "^3.2.1", - "potpack": "^1.0.2", - "quickselect": "^2.0.0", - "rw": "^1.3.3", - "supercluster": "^7.1.4", - "tinyqueue": "^2.0.3", - "vt-pbf": "^3.1.3" - } - }, - "node_modules/mapbox-gl/node_modules/@mapbox/tiny-sdf": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.5.tgz", - "integrity": "sha512-OhXt2lS//WpLdkqrzo/KwB7SRD8AiNTFFzuo9n14IBupzIMa67yGItcK7I2W9D8Ghpa4T04Sw9FWsKCJG50Bxw==" - }, - "node_modules/mdn-data": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", - "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" - }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/memfs": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.13.tgz", - "integrity": "sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==", - "dependencies": { - "fs-monkey": "^1.0.3" - }, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/memoize-one": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz", - "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" - }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/mini-css-extract-plugin": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.3.tgz", - "integrity": "sha512-CD9cXeKeXLcnMw8FZdtfrRrLaM7gwCl4nKuKn2YkY2Bw5wdlB8zU2cCzw+w2zS9RFvbrufTBkMCJACNPwqQA0w==", - "dependencies": { - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - } - }, - "node_modules/mini-css-extract-plugin/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/mjolnir.js": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mjolnir.js/-/mjolnir.js-2.6.0.tgz", - "integrity": "sha512-rGA7+BJKvXI0ypxQD/+rQE/sW26kmc8UIZWhmQrjhwCf/zvhbcBlsu2vPB6w0Kv/rVnVFEONTSQqC0vFEpQvIA==", - "dependencies": { - "@babel/runtime": "^7.0.0", - "hammerjs": "^2.0.8" - }, - "engines": { - "node": ">= 4", - "npm": ">= 3" - } - }, - "node_modules/mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/multicast-dns": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", - "dependencies": { - "dns-packet": "^5.2.2", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" - } - }, - "node_modules/murmurhash-js": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz", - "integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E=" - }, - "node_modules/nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" - }, - "node_modules/natural-compare-lite": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", - "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==" - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node_modules/node-fetch": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", - "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", - "dependencies": { - "encoding": "^0.1.11", - "is-stream": "^1.0.1" - } - }, - "node_modules/node-fetch/node_modules/is-stream": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", - "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/node-forge": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", - "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", - "engines": { - "node": ">= 6.13.0" - } - }, - "node_modules/node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" - }, - "node_modules/node-releases": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", - "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==" - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/normalize-url": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", - "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/nth-check": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", - "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", - "dependencies": { - "boolbase": "~1.0.0" - } - }, - "node_modules/nwsapi": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz", - "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==" - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-is": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", - "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "has-symbols": "^1.0.3", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.entries": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", - "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.fromentries": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", - "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.getownpropertydescriptors": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz", - "integrity": "sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.18.0-next.2" - }, - "engines": { - "node": ">= 0.8" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.hasown": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", - "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", - "dependencies": { - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.values": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", - "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/obuf": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", - "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" - }, - "node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/open": { - "version": "8.4.2", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", - "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", - "dependencies": { - "define-lazy-prop": "^2.0.0", - "is-docker": "^2.1.1", - "is-wsl": "^2.2.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", - "dependencies": { - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-retry": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", - "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", - "dependencies": { - "@types/retry": "0.12.0", - "retry": "^0.13.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/param-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", - "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", - "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parse5": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/pbf": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz", - "integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==", - "dependencies": { - "ieee754": "^1.1.12", - "resolve-protobuf-schema": "^2.1.0" - }, - "bin": { - "pbf": "bin/pbf" - } - }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/pirates": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", - "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-up": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", - "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-up/node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-up/node_modules/p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-up/node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/popper.js": { - "version": "1.16.1-lts", - "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz", - "integrity": "sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==" - }, - "node_modules/postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], - "dependencies": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-attribute-case-insensitive": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", - "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-browser-comments": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", - "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", - "engines": { - "node": ">=8" - }, - "peerDependencies": { - "browserslist": ">=4", - "postcss": ">=8" - } - }, - "node_modules/postcss-calc": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", - "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", - "dependencies": { - "postcss-selector-parser": "^6.0.9", - "postcss-value-parser": "^4.2.0" - }, - "peerDependencies": { - "postcss": "^8.2.2" - } - }, - "node_modules/postcss-clamp": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", - "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": ">=7.6.0" - }, - "peerDependencies": { - "postcss": "^8.4.6" - } - }, - "node_modules/postcss-color-functional-notation": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", - "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-color-hex-alpha": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", - "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-color-rebeccapurple": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", - "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-colormin": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", - "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0", - "colord": "^2.9.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-convert-values": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", - "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-custom-media": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", - "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "node_modules/postcss-custom-properties": { - "version": "12.1.11", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", - "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-custom-selectors": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", - "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", - "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "node_modules/postcss-dir-pseudo-class": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", - "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-discard-comments": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", - "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-duplicates": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", - "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-empty": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", - "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-discard-overridden": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", - "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-double-position-gradients": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", - "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-env-function": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", - "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-flexbugs-fixes": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", - "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", - "peerDependencies": { - "postcss": "^8.1.4" - } - }, - "node_modules/postcss-focus-visible": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", - "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-focus-within": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", - "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-font-variant": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", - "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-gap-properties": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", - "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-image-set-function": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", - "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-import": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", - "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-initial": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", - "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-js": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", - "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", - "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.4.21" - } - }, - "node_modules/postcss-lab-function": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", - "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", - "dependencies": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-load-config": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", - "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", - "dependencies": { - "lilconfig": "^2.0.5", - "yaml": "^1.10.2" - }, - "engines": { - "node": ">= 10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/postcss-loader": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", - "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", - "dependencies": { - "cosmiconfig": "^7.0.0", - "klona": "^2.0.5", - "semver": "^7.3.5" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "postcss": "^7.0.0 || ^8.0.1", - "webpack": "^5.0.0" - } - }, - "node_modules/postcss-logical": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", - "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-media-minmax": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", - "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-merge-longhand": { - "version": "5.1.7", - "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", - "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0", - "stylehacks": "^5.1.1" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-merge-rules": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", - "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0", - "cssnano-utils": "^3.1.0", - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-font-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", - "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-gradients": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", - "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", - "dependencies": { - "colord": "^2.9.1", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-params": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", - "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", - "dependencies": { - "browserslist": "^4.21.4", - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-minify-selectors": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", - "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-modules-extract-imports": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", - "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-local-by-default": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", - "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", - "dependencies": { - "icss-utils": "^5.0.0", - "postcss-selector-parser": "^6.0.2", - "postcss-value-parser": "^4.1.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-scope": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", - "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", - "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-modules-values": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", - "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", - "dependencies": { - "icss-utils": "^5.0.0" - }, - "engines": { - "node": "^10 || ^12 || >= 14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-nested": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz", - "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==", - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": ">=12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.2.14" - } - }, - "node_modules/postcss-nesting": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", - "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", - "dependencies": { - "@csstools/selector-specificity": "^2.0.0", - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-normalize": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", - "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", - "dependencies": { - "@csstools/normalize.css": "*", - "postcss-browser-comments": "^4", - "sanitize.css": "*" - }, - "engines": { - "node": ">= 12" - }, - "peerDependencies": { - "browserslist": ">= 4", - "postcss": ">= 8" - } - }, - "node_modules/postcss-normalize-charset": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", - "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-display-values": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", - "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-positions": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", - "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-repeat-style": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", - "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-string": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", - "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-timing-functions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", - "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-unicode": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", - "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", - "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", - "dependencies": { - "normalize-url": "^6.0.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-normalize-whitespace": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", - "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-opacity-percentage": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", - "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", - "funding": [ - { - "type": "kofi", - "url": "https://ko-fi.com/mrcgrtz" - }, - { - "type": "liberapay", - "url": "https://liberapay.com/mrcgrtz" - } - ], - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-ordered-values": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", - "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", - "dependencies": { - "cssnano-utils": "^3.1.0", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-overflow-shorthand": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", - "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-page-break": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", - "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", - "peerDependencies": { - "postcss": "^8" - } - }, - "node_modules/postcss-place": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", - "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-preset-env": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", - "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", - "dependencies": { - "@csstools/postcss-cascade-layers": "^1.1.1", - "@csstools/postcss-color-function": "^1.1.1", - "@csstools/postcss-font-format-keywords": "^1.0.1", - "@csstools/postcss-hwb-function": "^1.0.2", - "@csstools/postcss-ic-unit": "^1.0.1", - "@csstools/postcss-is-pseudo-class": "^2.0.7", - "@csstools/postcss-nested-calc": "^1.0.0", - "@csstools/postcss-normalize-display-values": "^1.0.1", - "@csstools/postcss-oklab-function": "^1.1.1", - "@csstools/postcss-progressive-custom-properties": "^1.3.0", - "@csstools/postcss-stepped-value-functions": "^1.0.1", - "@csstools/postcss-text-decoration-shorthand": "^1.0.0", - "@csstools/postcss-trigonometric-functions": "^1.0.2", - "@csstools/postcss-unset-value": "^1.0.2", - "autoprefixer": "^10.4.13", - "browserslist": "^4.21.4", - "css-blank-pseudo": "^3.0.3", - "css-has-pseudo": "^3.0.4", - "css-prefers-color-scheme": "^6.0.3", - "cssdb": "^7.1.0", - "postcss-attribute-case-insensitive": "^5.0.2", - "postcss-clamp": "^4.1.0", - "postcss-color-functional-notation": "^4.2.4", - "postcss-color-hex-alpha": "^8.0.4", - "postcss-color-rebeccapurple": "^7.1.1", - "postcss-custom-media": "^8.0.2", - "postcss-custom-properties": "^12.1.10", - "postcss-custom-selectors": "^6.0.3", - "postcss-dir-pseudo-class": "^6.0.5", - "postcss-double-position-gradients": "^3.1.2", - "postcss-env-function": "^4.0.6", - "postcss-focus-visible": "^6.0.4", - "postcss-focus-within": "^5.0.4", - "postcss-font-variant": "^5.0.0", - "postcss-gap-properties": "^3.0.5", - "postcss-image-set-function": "^4.0.7", - "postcss-initial": "^4.0.1", - "postcss-lab-function": "^4.2.1", - "postcss-logical": "^5.0.4", - "postcss-media-minmax": "^5.0.0", - "postcss-nesting": "^10.2.0", - "postcss-opacity-percentage": "^1.1.2", - "postcss-overflow-shorthand": "^3.0.4", - "postcss-page-break": "^3.0.4", - "postcss-place": "^7.0.5", - "postcss-pseudo-class-any-link": "^7.1.6", - "postcss-replace-overflow-wrap": "^4.0.0", - "postcss-selector-not": "^6.0.1", - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-pseudo-class-any-link": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", - "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-reduce-initial": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", - "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", - "dependencies": { - "browserslist": "^4.21.4", - "caniuse-api": "^3.0.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-reduce-transforms": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", - "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-replace-overflow-wrap": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", - "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", - "peerDependencies": { - "postcss": "^8.0.3" - } - }, - "node_modules/postcss-selector-not": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", - "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", - "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-svgo": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", - "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", - "dependencies": { - "postcss-value-parser": "^4.2.0", - "svgo": "^2.7.0" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-svgo/node_modules/commander": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", - "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", - "engines": { - "node": ">= 10" - } - }, - "node_modules/postcss-svgo/node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/postcss-svgo/node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", - "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/postcss-svgo/node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/postcss-svgo/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/postcss-svgo/node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/postcss-svgo/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/postcss-svgo/node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" - }, - "node_modules/postcss-svgo/node_modules/nth-check": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "dependencies": { - "boolbase": "^1.0.0" - }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/postcss-svgo/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/postcss-svgo/node_modules/svgo": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", - "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", - "dependencies": { - "@trysound/sax": "0.2.0", - "commander": "^7.2.0", - "css-select": "^4.1.3", - "css-tree": "^1.1.3", - "csso": "^4.2.0", - "picocolors": "^1.0.0", - "stable": "^0.1.8" - }, - "bin": { - "svgo": "bin/svgo" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/postcss-unique-selectors": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", - "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", - "dependencies": { - "postcss-selector-parser": "^6.0.5" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" - }, - "node_modules/potpack": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz", - "integrity": "sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==" - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/pretty-bytes": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", - "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pretty-error": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", - "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", - "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^3.0.0" - } - }, - "node_modules/pretty-format": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", - "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", - "dependencies": { - "ansi-regex": "^5.0.1", - "ansi-styles": "^5.0.0", - "react-is": "^17.0.1" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/pretty-format/node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - }, - "node_modules/promise": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", - "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "dependencies": { - "asap": "~2.0.6" - } - }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/prop-types-extra": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz", - "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==", - "dependencies": { - "react-is": "^16.3.2", - "warning": "^4.0.0" - }, - "peerDependencies": { - "react": ">=0.14.0" - } - }, - "node_modules/protocol-buffers-schema": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.5.1.tgz", - "integrity": "sha512-YVCvdhxWNDP8/nJDyXLuM+UFsuPk4+1PB7WGPVDzm3HTHbzFLxQYeW2iZpS4mmnXrQJGBzt230t/BbEb7PrQaw==" - }, - "node_modules/proxy-addr": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", - "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/proxy-addr/node_modules/ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/psl": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", - "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" - }, - "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/q": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", - "engines": { - "node": ">=0.6.0", - "teleport": ">=0.2.0" - } - }, - "node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/querystringify": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", - "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/quickselect": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", - "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==" - }, - "node_modules/raf": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", - "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", - "dependencies": { - "performance-now": "^2.1.0" - } - }, - "node_modules/raf-schd": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/raf-schd/-/raf-schd-4.0.3.tgz", - "integrity": "sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ==" - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-body/node_modules/bytes": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/raw-body/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/rc-slider": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-10.1.0.tgz", - "integrity": "sha512-nhC8V0+lNj4gGKZix2QAfcj/EP3NvCtFhNJPFMvXUdn7pe8bSa2vXNSxQVN5b9veVSic4Xeqgd/7KamX3gqznA==", - "dependencies": { - "@babel/runtime": "^7.10.1", - "classnames": "^2.2.5", - "rc-util": "^5.18.1", - "shallowequal": "^1.1.0" - }, - "engines": { - "node": ">=8.x" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/rc-util": { - "version": "5.24.4", - "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.24.4.tgz", - "integrity": "sha512-2a4RQnycV9eV7lVZPEJ7QwJRPlZNc06J7CwcwZo4vIHr3PfUqtYgl1EkUV9ETAc6VRRi8XZOMFhYG63whlIC9Q==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "react-is": "^16.12.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": ">=16.9.0", - "react-dom": ">=16.9.0" - } - }, - "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-app-polyfill": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", - "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", - "dependencies": { - "core-js": "^3.19.2", - "object-assign": "^4.1.1", - "promise": "^8.1.0", - "raf": "^3.4.1", - "regenerator-runtime": "^0.13.9", - "whatwg-fetch": "^3.6.2" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/react-bootstrap": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.7.0.tgz", - "integrity": "sha512-Jcrn6aUuRVBeSB6dzKODKZU1TONOdhAxu0IDm4Sv74SJUm98dMdhSotF2SNvFEADANoR+stV+7TK6SNX1wWu5w==", - "dependencies": { - "@babel/runtime": "^7.17.2", - "@restart/hooks": "^0.4.6", - "@restart/ui": "^1.4.1", - "@types/react-transition-group": "^4.4.4", - "classnames": "^2.3.1", - "dom-helpers": "^5.2.1", - "invariant": "^2.2.4", - "prop-types": "^15.8.1", - "prop-types-extra": "^1.1.0", - "react-transition-group": "^4.4.2", - "uncontrollable": "^7.2.1", - "warning": "^4.0.3" - }, - "peerDependencies": { - "@types/react": ">=16.14.8", - "react": ">=16.14.0", - "react-dom": ">=16.14.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/react-confirm-alert": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/react-confirm-alert/-/react-confirm-alert-2.8.0.tgz", - "integrity": "sha512-qvNjJWuWUpTh+q4NecUjCMIWLNDl8IwW6JRIky5pzoiFBXsLWSA2Z1VsaDsQedwgyxEpKnMEJFETkDogBpv/kA==", - "peerDependencies": { - "react": ">=16.0.0", - "react-dom": ">=16.0.0" - } - }, - "node_modules/react-dev-utils": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", - "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", - "dependencies": { - "@babel/code-frame": "^7.16.0", - "address": "^1.1.2", - "browserslist": "^4.18.1", - "chalk": "^4.1.2", - "cross-spawn": "^7.0.3", - "detect-port-alt": "^1.1.6", - "escape-string-regexp": "^4.0.0", - "filesize": "^8.0.6", - "find-up": "^5.0.0", - "fork-ts-checker-webpack-plugin": "^6.5.0", - "global-modules": "^2.0.0", - "globby": "^11.0.4", - "gzip-size": "^6.0.0", - "immer": "^9.0.7", - "is-root": "^2.1.0", - "loader-utils": "^3.2.0", - "open": "^8.4.0", - "pkg-up": "^3.1.0", - "prompts": "^2.4.2", - "react-error-overlay": "^6.0.11", - "recursive-readdir": "^2.2.2", - "shell-quote": "^1.7.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "engines": { - "node": ">=14" - } - }, - "node_modules/react-dev-utils/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/react-dev-utils/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/react-dev-utils/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/react-dev-utils/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/react-dev-utils/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/react-dev-utils/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/react-dev-utils/node_modules/loader-utils": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", - "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", - "engines": { - "node": ">= 12.13.0" - } - }, - "node_modules/react-dev-utils/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" - }, - "peerDependencies": { - "react": "17.0.2" - } - }, - "node_modules/react-double-scrollbar": { - "version": "0.0.15", - "resolved": "https://registry.npmjs.org/react-double-scrollbar/-/react-double-scrollbar-0.0.15.tgz", - "integrity": "sha512-dLz3/WBIpgFnzFY0Kb4aIYBMT2BWomHuW2DH6/9jXfS6/zxRRBUFQ04My4HIB7Ma7QoRBpcy8NtkPeFgcGBpgg==", - "engines": { - "node": ">=0.12.0" - }, - "peerDependencies": { - "react": ">= 0.14.7" - } - }, - "node_modules/react-error-overlay": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", - "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" - }, - "node_modules/react-hook-form": { - "version": "7.41.5", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz", - "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==", - "engines": { - "node": ">=12.22.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/react-hook-form" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" - } - }, - "node_modules/react-icons": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", - "integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" - }, - "node_modules/react-map-gl": { - "version": "5.3.19", - "resolved": "https://registry.npmjs.org/react-map-gl/-/react-map-gl-5.3.19.tgz", - "integrity": "sha512-Ia8OlbFJIjC9x7XMaUCNtm179NKiD/bjQOt1R/SbBcaz35pSFPUyI0SwOnIUQ98/mR4xopL6phgIfs0B3yZhtQ==", - "dependencies": { - "@babel/runtime": "^7.0.0", - "@types/geojson": "^7946.0.7", - "@types/mapbox-gl": "^2.0.3", - "mapbox-gl": "^1.0.0", - "mjolnir.js": "^2.5.0", - "prop-types": "^15.7.2", - "resize-observer-polyfill": "^1.5.1", - "viewport-mercator-project": "^7.0.4" - }, - "engines": { - "node": ">= 4", - "npm": ">= 3" - }, - "peerDependencies": { - "react": ">=16.3.0" - } - }, - "node_modules/react-map-gl/node_modules/@mapbox/mapbox-gl-supported": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-1.5.0.tgz", - "integrity": "sha512-/PT1P6DNf7vjEEiPkVIRJkvibbqWtqnyGaBz3nfRdcxclNSnSdaLU5tfAgcD7I8Yt5i+L19s406YLl1koLnLbg==", - "peerDependencies": { - "mapbox-gl": ">=0.32.1 <2.0.0" - } - }, - "node_modules/react-map-gl/node_modules/mapbox-gl": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-1.13.1.tgz", - "integrity": "sha512-GSyubcoSF5MyaP8z+DasLu5v7KmDK2pp4S5+VQ5WdVQUOaAqQY4jwl4JpcdNho3uWm2bIKs7x1l7q3ynGmW60g==", - "dependencies": { - "@mapbox/geojson-rewind": "^0.5.0", - "@mapbox/geojson-types": "^1.0.2", - "@mapbox/jsonlint-lines-primitives": "^2.0.2", - "@mapbox/mapbox-gl-supported": "^1.5.0", - "@mapbox/point-geometry": "^0.1.0", - "@mapbox/tiny-sdf": "^1.1.1", - "@mapbox/unitbezier": "^0.0.0", - "@mapbox/vector-tile": "^1.3.1", - "@mapbox/whoots-js": "^3.1.0", - "csscolorparser": "~1.0.3", - "earcut": "^2.2.2", - "geojson-vt": "^3.2.1", - "gl-matrix": "^3.2.1", - "grid-index": "^1.1.0", - "minimist": "^1.2.5", - "murmurhash-js": "^1.0.0", - "pbf": "^3.2.1", - "potpack": "^1.0.1", - "quickselect": "^2.0.0", - "rw": "^1.3.3", - "supercluster": "^7.1.0", - "tinyqueue": "^2.0.3", - "vt-pbf": "^3.1.1" - }, - "engines": { - "node": ">=6.4.0" - } - }, - "node_modules/react-redux": { - "version": "8.0.5", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.0.5.tgz", - "integrity": "sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==", - "dependencies": { - "@babel/runtime": "^7.12.1", - "@types/hoist-non-react-statics": "^3.3.1", - "@types/use-sync-external-store": "^0.0.3", - "hoist-non-react-statics": "^3.3.2", - "react-is": "^18.0.0", - "use-sync-external-store": "^1.0.0" - }, - "peerDependencies": { - "@types/react": "^16.8 || ^17.0 || ^18.0", - "@types/react-dom": "^16.8 || ^17.0 || ^18.0", - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0", - "react-native": ">=0.59", - "redux": "^4" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - }, - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - }, - "redux": { - "optional": true - } - } - }, - "node_modules/react-redux/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "node_modules/react-refresh": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", - "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-router": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.2.2.tgz", - "integrity": "sha512-/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4AQ==", - "dependencies": { - "history": "^5.2.0" - }, - "peerDependencies": { - "react": ">=16.8" - } - }, - "node_modules/react-router-dom": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.2.2.tgz", - "integrity": "sha512-AtYEsAST7bDD4dLSQHDnk/qxWLJdad5t1HFa1qJyUrCeGgEuCSw0VB/27ARbF9Fi/W5598ujvJOm3ujUCVzuYQ==", - "dependencies": { - "history": "^5.2.0", - "react-router": "6.2.2" - }, - "peerDependencies": { - "react": ">=16.8", - "react-dom": ">=16.8" - } - }, - "node_modules/react-scripts": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.0.tgz", - "integrity": "sha512-3i0L2CyIlROz7mxETEdfif6Sfhh9Lfpzi10CtcGs1emDQStmZfWjJbAIMtRD0opVUjQuFWqHZyRZ9PPzKCFxWg==", - "dependencies": { - "@babel/core": "^7.16.0", - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", - "@svgr/webpack": "^5.5.0", - "babel-jest": "^27.4.2", - "babel-loader": "^8.2.3", - "babel-plugin-named-asset-import": "^0.3.8", - "babel-preset-react-app": "^10.0.1", - "bfj": "^7.0.2", - "browserslist": "^4.18.1", - "camelcase": "^6.2.1", - "case-sensitive-paths-webpack-plugin": "^2.4.0", - "css-loader": "^6.5.1", - "css-minimizer-webpack-plugin": "^3.2.0", - "dotenv": "^10.0.0", - "dotenv-expand": "^5.1.0", - "eslint": "^8.3.0", - "eslint-config-react-app": "^7.0.0", - "eslint-webpack-plugin": "^3.1.1", - "file-loader": "^6.2.0", - "fs-extra": "^10.0.0", - "html-webpack-plugin": "^5.5.0", - "identity-obj-proxy": "^3.0.0", - "jest": "^27.4.3", - "jest-resolve": "^27.4.2", - "jest-watch-typeahead": "^1.0.0", - "mini-css-extract-plugin": "^2.4.5", - "postcss": "^8.4.4", - "postcss-flexbugs-fixes": "^5.0.2", - "postcss-loader": "^6.2.1", - "postcss-normalize": "^10.0.1", - "postcss-preset-env": "^7.0.1", - "prompts": "^2.4.2", - "react-app-polyfill": "^3.0.0", - "react-dev-utils": "^12.0.0", - "react-refresh": "^0.11.0", - "resolve": "^1.20.0", - "resolve-url-loader": "^4.0.0", - "sass-loader": "^12.3.0", - "semver": "^7.3.5", - "source-map-loader": "^3.0.0", - "style-loader": "^3.3.1", - "tailwindcss": "^3.0.2", - "terser-webpack-plugin": "^5.2.5", - "webpack": "^5.64.4", - "webpack-dev-server": "^4.6.0", - "webpack-manifest-plugin": "^4.0.2", - "workbox-webpack-plugin": "^6.4.1" - }, - "bin": { - "react-scripts": "bin/react-scripts.js" - }, - "engines": { - "node": ">=14.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" - }, - "peerDependencies": { - "react": ">= 16", - "typescript": "^3.2.1 || ^4" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/react-select": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.2.tgz", - "integrity": "sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ==", - "dependencies": { - "@babel/runtime": "^7.12.0", - "@emotion/cache": "^11.4.0", - "@emotion/react": "^11.8.1", - "@types/react-transition-group": "^4.4.0", - "memoize-one": "^5.0.0", - "prop-types": "^15.6.0", - "react-transition-group": "^4.3.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-spinners": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/react-spinners/-/react-spinners-0.11.0.tgz", - "integrity": "sha512-rDZc0ABWn/M1OryboGsWVmIPg8uYWl0L35jPUhr40+Yg+syVPjeHwvnB7XWaRpaKus3M0cG9BiJA+ZB0dAwWyw==", - "dependencies": { - "@emotion/react": "^11.1.4" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0", - "react-dom": "^16.0.0 || ^17.0.0" - } - }, - "node_modules/react-styled-components": { - "version": "0.1.11", - "resolved": "https://registry.npmjs.org/react-styled-components/-/react-styled-components-0.1.11.tgz", - "integrity": "sha512-0jwFvn2IrxyA2FedYWbnYJYCUt1jk26+IVNOJhOrbsG8KM59Ve52ppbB5expDZBADXfsyky38ObUBX65AhQpvA==", - "dependencies": { - "styled-components": "^2.1.1" - } - }, - "node_modules/react-styled-components/node_modules/css-to-react-native": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.2.tgz", - "integrity": "sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw==", - "dependencies": { - "camelize": "^1.0.0", - "css-color-keywords": "^1.0.0", - "postcss-value-parser": "^3.3.0" - } - }, - "node_modules/react-styled-components/node_modules/has-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", - "integrity": "sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-styled-components/node_modules/hoist-non-react-statics": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz", - "integrity": "sha512-r8huvKK+m+VraiRipdZYc+U4XW43j6OFG/oIafe7GfDbRpCduRoX9JI/DRxqgtBSCeL+et6N6ibZoedHS2NyOQ==" - }, - "node_modules/react-styled-components/node_modules/postcss-value-parser": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", - "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" - }, - "node_modules/react-styled-components/node_modules/react": { - "version": "16.14.0", - "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", - "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", - "peer": true, - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-styled-components/node_modules/styled-components": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-2.4.1.tgz", - "integrity": "sha512-dO0MpONBmVfjA/DSdpcLYObQZcbM+ZXoBOx5ytk4ZmUuyo3JG7QFMvHQEIvVRL1Uogf6x0DI9XWve6pyW9TTiA==", - "dependencies": { - "buffer": "^5.0.3", - "css-to-react-native": "^2.0.3", - "fbjs": "^0.8.9", - "hoist-non-react-statics": "^1.2.0", - "is-plain-object": "^2.0.1", - "prop-types": "^15.5.4", - "stylis": "^3.4.0", - "supports-color": "^3.2.3" - }, - "peerDependencies": { - "react": ">= 0.14.0 < 17.0.0-0" - } - }, - "node_modules/react-styled-components/node_modules/stylis": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz", - "integrity": "sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==" - }, - "node_modules/react-styled-components/node_modules/supports-color": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", - "integrity": "sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==", - "dependencies": { - "has-flag": "^1.0.0" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/react-table": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/react-table/-/react-table-7.8.0.tgz", - "integrity": "sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - }, - "peerDependencies": { - "react": "^16.8.3 || ^17.0.0-0 || ^18.0.0" - } - }, - "node_modules/react-tabs": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-4.2.1.tgz", - "integrity": "sha512-nQcEN3KrAsSry6f9Jz2oyMQsnh+sLEy31YjlskL/mnI3KU/c7BeyD1VzHZmmcJ15UEFu12pYOXYkdTzZ0uyIbw==", - "dependencies": { - "clsx": "^1.1.0", - "prop-types": "^15.5.0" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0-0 || ^18.0.0" - } - }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", - "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, - "node_modules/react-widgets": { - "version": "5.8.4", - "resolved": "https://registry.npmjs.org/react-widgets/-/react-widgets-5.8.4.tgz", - "integrity": "sha512-WcA/K+eVKAW+vyeQKdRqo2gmnLqHbNSDDKQ84j/wyhbautCRrGbjWAmKb4+tI3OzUgCAAEJDZ75azAY2WoKWYQ==", - "dependencies": { - "@restart/hooks": "^0.4.5", - "@types/classnames": "^2.3.1", - "@types/react-transition-group": "^4.4.4", - "classnames": "^2.3.1", - "date-arithmetic": "^4.0.1", - "dom-helpers": "^5.2.1", - "prop-types-extra": "^1.1.1", - "react-transition-group": "^4.4.2", - "tiny-warning": "^1.0.3", - "uncontrollable": "^7.2.1" - }, - "peerDependencies": { - "react": ">=0.16.0", - "react-dom": ">=0.16.0" - } - }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/readable-stream": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.1.tgz", - "integrity": "sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/recursive-readdir": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", - "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", - "dependencies": { - "minimatch": "^3.0.5" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/redux": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.0.tgz", - "integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", - "dependencies": { - "@babel/runtime": "^7.9.2" - } - }, - "node_modules/redux-thunk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", - "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==", - "peerDependencies": { - "redux": "^4" - } - }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" - }, - "node_modules/regenerator-transform": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", - "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regex-parser": { - "version": "2.2.11", - "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", - "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==" - }, - "node_modules/regexp.prototype.flags": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", - "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "functions-have-names": "^1.2.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, - "node_modules/regexpu-core": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.1.tgz", - "integrity": "sha512-nCOzW2V/X15XpLsK2rlgdwrysrBq+AauCn+omItIz4R1pIcmeot5zvjdmOBRLzEH/CkC6IxMJVmxDe3QcMuNVQ==", - "dependencies": { - "@babel/regjsgen": "^0.8.0", - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", - "dependencies": { - "jsesc": "~0.5.0" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "bin": { - "jsesc": "bin/jsesc" - } - }, - "node_modules/relateurl": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", - "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/renderkid": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", - "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", - "dependencies": { - "css-select": "^4.1.3", - "dom-converter": "^0.2.0", - "htmlparser2": "^6.1.0", - "lodash": "^4.17.21", - "strip-ansi": "^6.0.1" - } - }, - "node_modules/renderkid/node_modules/css-select": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", - "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.0.1", - "domhandler": "^4.3.1", - "domutils": "^2.8.0", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/renderkid/node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/renderkid/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/renderkid/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/renderkid/node_modules/nth-check": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "dependencies": { - "boolbase": "^1.0.0" - }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" - }, - "node_modules/reselect": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.7.tgz", - "integrity": "sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A==" - }, - "node_modules/resize-observer-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", - "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" - }, - "node_modules/resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "dependencies": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-cwd/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-protobuf-schema": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", - "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", - "dependencies": { - "protocol-buffers-schema": "^3.3.1" - } - }, - "node_modules/resolve-url-loader": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", - "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", - "dependencies": { - "adjust-sourcemap-loader": "^4.0.0", - "convert-source-map": "^1.7.0", - "loader-utils": "^2.0.0", - "postcss": "^7.0.35", - "source-map": "0.6.1" - }, - "engines": { - "node": ">=8.9" - }, - "peerDependencies": { - "rework": "1.0.1", - "rework-visit": "1.0.0" - }, - "peerDependenciesMeta": { - "rework": { - "optional": true - }, - "rework-visit": { - "optional": true - } - } - }, - "node_modules/resolve-url-loader/node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" - }, - "node_modules/resolve-url-loader/node_modules/postcss": { - "version": "7.0.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", - "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/resolve-url-loader/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve.exports": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", - "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rifm": { - "version": "0.12.1", - "resolved": "https://registry.npmjs.org/rifm/-/rifm-0.12.1.tgz", - "integrity": "sha512-OGA1Bitg/dSJtI/c4dh90svzaUPt228kzFsUkJbtA2c964IqEAwWXeL9ZJi86xWv3j5SMqRvGULl7bA6cK0Bvg==", - "peerDependencies": { - "react": ">=16.8" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=10.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/rollup-plugin-terser": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", - "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", - "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser", - "dependencies": { - "@babel/code-frame": "^7.10.4", - "jest-worker": "^26.2.1", - "serialize-javascript": "^4.0.0", - "terser": "^5.0.0" - }, - "peerDependencies": { - "rollup": "^2.0.0" - } - }, - "node_modules/rollup-plugin-terser/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/rollup-plugin-terser/node_modules/jest-worker": { - "version": "26.6.2", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", - "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", - "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/rollup-plugin-terser/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/rw": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", - "integrity": "sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=" - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safe-regex-test": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "is-regex": "^1.1.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sanitize.css": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", - "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" - }, - "node_modules/sass-loader": { - "version": "12.6.0", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", - "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", - "dependencies": { - "klona": "^2.0.4", - "neo-async": "^2.6.2" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "fibers": ">= 3.1.0", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", - "sass": "^1.3.0", - "sass-embedded": "*", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "fibers": { - "optional": true - }, - "node-sass": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - } - } - }, - "node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "node_modules/saxes": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "dependencies": { - "xmlchars": "^2.2.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" - } - }, - "node_modules/schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/select-hose": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", - "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" - }, - "node_modules/selfsigned": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz", - "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", - "dependencies": { - "node-forge": "^1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/send/node_modules/debug/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/serialize-javascript": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", - "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", - "dependencies": { - "accepts": "~1.3.4", - "batch": "0.6.1", - "debug": "2.6.9", - "escape-html": "~1.0.3", - "http-errors": "~1.6.2", - "mime-types": "~2.1.17", - "parseurl": "~1.3.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/serve-index/node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/serve-index/node_modules/depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-index/node_modules/inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" - }, - "node_modules/serve-index/node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/serve-index/node_modules/setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" - }, - "node_modules/serve-index/node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.0.tgz", - "integrity": "sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/sockjs": { - "version": "0.3.24", - "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", - "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", - "dependencies": { - "faye-websocket": "^0.11.3", - "uuid": "^8.3.2", - "websocket-driver": "^0.7.4" - } - }, - "node_modules/source-list-map": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", - "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" - }, - "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", - "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", - "dependencies": { - "abab": "^2.0.5", - "iconv-lite": "^0.6.3", - "source-map-js": "^1.0.1" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", - "deprecated": "Please use @jridgewell/sourcemap-codec instead" - }, - "node_modules/spdy": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", - "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", - "dependencies": { - "debug": "^4.1.0", - "handle-thing": "^2.0.0", - "http-deceiver": "^1.2.7", - "select-hose": "^2.0.0", - "spdy-transport": "^3.0.0" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/spdy-transport": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", - "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", - "dependencies": { - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "hpack.js": "^2.1.6", - "obuf": "^1.1.2", - "readable-stream": "^3.0.6", - "wbuf": "^1.7.3" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" - }, - "node_modules/stable": { - "version": "0.1.8", - "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", - "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" - }, - "node_modules/stack-utils": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", - "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/stackframe": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", - "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" - }, - "node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/stop-iteration-iterator": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", - "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", - "dependencies": { - "internal-slot": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dependencies": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/string-natural-compare": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", - "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-width/node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" - }, - "node_modules/string.prototype.matchall": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", - "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.3", - "side-channel": "^1.0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", - "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", - "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/stringify-object": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", - "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", - "dependencies": { - "get-own-enumerable-property-symbols": "^3.0.0", - "is-obj": "^1.0.1", - "is-regexp": "^1.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", - "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", - "engines": { - "node": ">=10" - } - }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/style-loader": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz", - "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==", - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - } - }, - "node_modules/styled-components": { - "version": "5.3.8", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.8.tgz", - "integrity": "sha512-6jQrlvaJQ16uWVVO0rBfApaTPItkqaG32l3746enNZzpMDxMvzmHzj8rHUg39bvVtom0Y8o8ZzWuchEXKGjVsg==", - "dependencies": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/traverse": "^7.4.5", - "@emotion/is-prop-valid": "^1.1.0", - "@emotion/stylis": "^0.8.4", - "@emotion/unitless": "^0.7.4", - "babel-plugin-styled-components": ">= 1.12.0", - "css-to-react-native": "^3.0.0", - "hoist-non-react-statics": "^3.0.0", - "shallowequal": "^1.1.0", - "supports-color": "^5.5.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/styled-components" - }, - "peerDependencies": { - "react": ">= 16.8.0", - "react-dom": ">= 16.8.0", - "react-is": ">= 16.8.0" - } - }, - "node_modules/styled-components/node_modules/@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" - }, - "node_modules/stylehacks": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", - "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", - "dependencies": { - "browserslist": "^4.21.4", - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10 || ^12 || >=14.0" - }, - "peerDependencies": { - "postcss": "^8.2.15" - } - }, - "node_modules/stylis": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.3.tgz", - "integrity": "sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==" - }, - "node_modules/supercluster": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.5.tgz", - "integrity": "sha512-EulshI3pGUM66o6ZdH3ReiFcvHpM3vAigyK+vcxdjpJyEbIIrtbmBdY23mGgnI24uXiGFvrGq9Gkum/8U7vJWg==", - "dependencies": { - "kdbush": "^3.0.0" - } - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/supports-hyperlinks": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", - "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", - "dependencies": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/svg-parser": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", - "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" - }, - "node_modules/svgo": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", - "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", - "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.", - "dependencies": { - "chalk": "^2.4.1", - "coa": "^2.0.2", - "css-select": "^2.0.0", - "css-select-base-adapter": "^0.1.1", - "css-tree": "1.0.0-alpha.37", - "csso": "^4.0.2", - "js-yaml": "^3.13.1", - "mkdirp": "~0.5.1", - "object.values": "^1.1.0", - "sax": "~1.2.4", - "stable": "^0.1.8", - "unquote": "~1.1.1", - "util.promisify": "~1.0.0" - }, - "bin": { - "svgo": "bin/svgo" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/symbol-tree": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" - }, - "node_modules/tailwindcss": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz", - "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==", - "dependencies": { - "arg": "^5.0.2", - "chokidar": "^3.5.3", - "color-name": "^1.1.4", - "detective": "^5.2.1", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.2.12", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "lilconfig": "^2.0.6", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.0.9", - "postcss-import": "^14.1.0", - "postcss-js": "^4.0.0", - "postcss-load-config": "^3.1.4", - "postcss-nested": "6.0.0", - "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", - "quick-lru": "^5.1.1", - "resolve": "^1.22.1" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" - }, - "engines": { - "node": ">=12.13.0" - }, - "peerDependencies": { - "postcss": "^8.0.9" - } - }, - "node_modules/tailwindcss/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/temp-dir": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", - "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", - "engines": { - "node": ">=8" - } - }, - "node_modules/tempy": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", - "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", - "dependencies": { - "is-stream": "^2.0.0", - "temp-dir": "^2.0.0", - "type-fest": "^0.16.0", - "unique-string": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/tempy/node_modules/type-fest": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", - "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/terminal-link": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", - "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", - "dependencies": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/terser": { - "version": "5.16.5", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.5.tgz", - "integrity": "sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==", - "dependencies": { - "@jridgewell/source-map": "^0.3.2", - "acorn": "^8.5.0", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz", - "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==", - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.14", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "terser": "^5.14.1" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - }, - "node_modules/throat": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", - "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==" - }, - "node_modules/thunky": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", - "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" - }, - "node_modules/tiny-invariant": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz", - "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==" - }, - "node_modules/tiny-warning": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", - "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" - }, - "node_modules/tinyqueue": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", - "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==" - }, - "node_modules/tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/tough-cookie": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", - "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", - "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/tough-cookie/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/tr46": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", - "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", - "dependencies": { - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/tryer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", - "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" - }, - "node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/tsconfig-paths/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/tslib": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", - "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" - }, - "node_modules/tsutils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", - "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", - "dependencies": { - "tslib": "^1.8.1" - }, - "engines": { - "node": ">= 6" - }, - "peerDependencies": { - "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" - } - }, - "node_modules/tsutils/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typed-array-length": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", - "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", - "dependencies": { - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "is-typed-array": "^1.1.9" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "dependencies": { - "is-typedarray": "^1.0.0" - } - }, - "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, - "node_modules/ua-parser-js": { - "version": "0.7.34", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.34.tgz", - "integrity": "sha512-cJMeh/eOILyGu0ejgTKB95yKT3zOenSe9UGE3vj6WfiOwgGYnmATUsnDixMFvdU+rNMvWih83hrUP8VwhF9yXQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/ua-parser-js" - }, - { - "type": "paypal", - "url": "https://paypal.me/faisalman" - } - ], - "engines": { - "node": "*" - } - }, - "node_modules/unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", - "dependencies": { - "call-bind": "^1.0.2", - "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/uncontrollable": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz", - "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==", - "dependencies": { - "@babel/runtime": "^7.6.3", - "@types/react": ">=16.9.11", - "invariant": "^2.2.4", - "react-lifecycles-compat": "^3.0.4" - }, - "peerDependencies": { - "react": ">=15.0.0" - } - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "engines": { - "node": ">=4" - } - }, - "node_modules/unique-string": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", - "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", - "dependencies": { - "crypto-random-string": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "engines": { - "node": ">= 10.0.0" - } - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/unquote": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", - "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" - }, - "node_modules/upath": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", - "engines": { - "node": ">=4", - "yarn": "*" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - } - ], - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "bin": { - "browserslist-lint": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/url-parse": { - "version": "1.5.10", - "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, - "node_modules/use-memo-one": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/use-memo-one/-/use-memo-one-1.1.3.tgz", - "integrity": "sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/use-sync-external-store": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", - "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" - }, - "node_modules/util.promisify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", - "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", - "dependencies": { - "define-properties": "^1.1.3", - "es-abstract": "^1.17.2", - "has-symbols": "^1.0.1", - "object.getownpropertydescriptors": "^2.1.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/utila": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", - "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" - } - }, - "node_modules/v8-to-istanbul": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", - "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", - "dependencies": { - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0", - "source-map": "^0.7.3" - }, - "engines": { - "node": ">=10.12.0" - } - }, - "node_modules/v8-to-istanbul/node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/viewport-mercator-project": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/viewport-mercator-project/-/viewport-mercator-project-7.0.4.tgz", - "integrity": "sha512-0jzpL6pIMocCKWg1C3mqi/N4UPgZC3FzwghEm1H+XsUo8hNZAyJc3QR7YqC816ibOR8aWT5pCsV+gCu8/BMJgg==", - "dependencies": { - "@math.gl/web-mercator": "^3.5.5" - } - }, - "node_modules/vt-pbf": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/vt-pbf/-/vt-pbf-3.1.3.tgz", - "integrity": "sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA==", - "dependencies": { - "@mapbox/point-geometry": "0.1.0", - "@mapbox/vector-tile": "^1.3.1", - "pbf": "^3.2.1" - } - }, - "node_modules/w3c-hr-time": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", - "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", - "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", - "dependencies": { - "browser-process-hrtime": "^1.0.0" - } - }, - "node_modules/w3c-xmlserializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", - "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", - "dependencies": { - "xml-name-validator": "^3.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/walker": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "dependencies": { - "makeerror": "1.0.12" - } - }, - "node_modules/warning": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/wbuf": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", - "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", - "dependencies": { - "minimalistic-assert": "^1.0.0" - } - }, - "node_modules/webidl-conversions": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", - "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", - "engines": { - "node": ">=10.4" - } - }, - "node_modules/webpack": { - "version": "5.76.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", - "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^0.0.51", - "@webassemblyjs/ast": "1.11.1", - "@webassemblyjs/wasm-edit": "1.11.1", - "@webassemblyjs/wasm-parser": "1.11.1", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.7.6", - "browserslist": "^4.14.5", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.10.0", - "es-module-lexer": "^0.9.0", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.1.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.4.0", - "webpack-sources": "^3.2.3" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-dev-middleware": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", - "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", - "dependencies": { - "colorette": "^2.0.10", - "memfs": "^3.4.3", - "mime-types": "^2.1.31", - "range-parser": "^1.2.1", - "schema-utils": "^4.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/webpack-dev-middleware/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/webpack-dev-server": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", - "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", - "dependencies": { - "@types/bonjour": "^3.5.9", - "@types/connect-history-api-fallback": "^1.3.5", - "@types/express": "^4.17.13", - "@types/serve-index": "^1.9.1", - "@types/serve-static": "^1.13.10", - "@types/sockjs": "^0.3.33", - "@types/ws": "^8.5.1", - "ansi-html-community": "^0.0.8", - "bonjour-service": "^1.0.11", - "chokidar": "^3.5.3", - "colorette": "^2.0.10", - "compression": "^1.7.4", - "connect-history-api-fallback": "^2.0.0", - "default-gateway": "^6.0.3", - "express": "^4.17.3", - "graceful-fs": "^4.2.6", - "html-entities": "^2.3.2", - "http-proxy-middleware": "^2.0.3", - "ipaddr.js": "^2.0.1", - "open": "^8.0.9", - "p-retry": "^4.5.0", - "rimraf": "^3.0.2", - "schema-utils": "^4.0.0", - "selfsigned": "^2.1.1", - "serve-index": "^1.9.1", - "sockjs": "^0.3.24", - "spdy": "^4.0.2", - "webpack-dev-middleware": "^5.3.1", - "ws": "^8.4.2" - }, - "bin": { - "webpack-dev-server": "bin/webpack-dev-server.js" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.37.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-dev-server/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/webpack-dev-server/node_modules/ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dependencies": { - "fast-deep-equal": "^3.1.3" - }, - "peerDependencies": { - "ajv": "^8.8.2" - } - }, - "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/webpack-dev-server/node_modules/schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/webpack-dev-server/node_modules/ws": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz", - "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/webpack-manifest-plugin": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", - "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", - "dependencies": { - "tapable": "^2.0.0", - "webpack-sources": "^2.2.0" - }, - "engines": { - "node": ">=12.22.0" - }, - "peerDependencies": { - "webpack": "^4.44.2 || ^5.47.0" - } - }, - "node_modules/webpack-manifest-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", - "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", - "dependencies": { - "source-list-map": "^2.0.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack/node_modules/@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" - }, - "node_modules/webpack/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/webpack/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/websocket-driver": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", - "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", - "dependencies": { - "http-parser-js": ">=0.5.1", - "safe-buffer": ">=5.1.0", - "websocket-extensions": ">=0.1.1" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/websocket-extensions": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", - "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/whatwg-encoding": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", - "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", - "dependencies": { - "iconv-lite": "0.4.24" - } - }, - "node_modules/whatwg-encoding/node_modules/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/whatwg-fetch": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", - "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" - }, - "node_modules/whatwg-mimetype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", - "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" - }, - "node_modules/whatwg-url": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", - "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", - "dependencies": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-collection": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", - "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", - "dependencies": { - "is-map": "^2.0.1", - "is-set": "^2.0.1", - "is-weakmap": "^2.0.1", - "is-weakset": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-typed-array": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", - "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", - "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0", - "is-typed-array": "^1.1.10" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/workbox-background-sync": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.4.tgz", - "integrity": "sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==", - "dependencies": { - "idb": "^7.0.1", - "workbox-core": "6.5.4" - } - }, - "node_modules/workbox-broadcast-update": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.4.tgz", - "integrity": "sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==", - "dependencies": { - "workbox-core": "6.5.4" - } - }, - "node_modules/workbox-build": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.4.tgz", - "integrity": "sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==", - "dependencies": { - "@apideck/better-ajv-errors": "^0.3.1", - "@babel/core": "^7.11.1", - "@babel/preset-env": "^7.11.0", - "@babel/runtime": "^7.11.2", - "@rollup/plugin-babel": "^5.2.0", - "@rollup/plugin-node-resolve": "^11.2.1", - "@rollup/plugin-replace": "^2.4.1", - "@surma/rollup-plugin-off-main-thread": "^2.2.3", - "ajv": "^8.6.0", - "common-tags": "^1.8.0", - "fast-json-stable-stringify": "^2.1.0", - "fs-extra": "^9.0.1", - "glob": "^7.1.6", - "lodash": "^4.17.20", - "pretty-bytes": "^5.3.0", - "rollup": "^2.43.1", - "rollup-plugin-terser": "^7.0.0", - "source-map": "^0.8.0-beta.0", - "stringify-object": "^3.3.0", - "strip-comments": "^2.0.1", - "tempy": "^0.6.0", - "upath": "^1.2.0", - "workbox-background-sync": "6.5.4", - "workbox-broadcast-update": "6.5.4", - "workbox-cacheable-response": "6.5.4", - "workbox-core": "6.5.4", - "workbox-expiration": "6.5.4", - "workbox-google-analytics": "6.5.4", - "workbox-navigation-preload": "6.5.4", - "workbox-precaching": "6.5.4", - "workbox-range-requests": "6.5.4", - "workbox-recipes": "6.5.4", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4", - "workbox-streams": "6.5.4", - "workbox-sw": "6.5.4", - "workbox-window": "6.5.4" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", - "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", - "dependencies": { - "json-schema": "^0.4.0", - "jsonpointer": "^5.0.0", - "leven": "^3.1.0" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "ajv": ">=8" - } - }, - "node_modules/workbox-build/node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/workbox-build/node_modules/fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "dependencies": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/workbox-build/node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/workbox-build/node_modules/source-map": { - "version": "0.8.0-beta.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", - "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", - "dependencies": { - "whatwg-url": "^7.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/workbox-build/node_modules/tr46": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", - "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/workbox-build/node_modules/webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" - }, - "node_modules/workbox-build/node_modules/whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, - "node_modules/workbox-cacheable-response": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.4.tgz", - "integrity": "sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==", - "dependencies": { - "workbox-core": "6.5.4" - } - }, - "node_modules/workbox-core": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.4.tgz", - "integrity": "sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q==" - }, - "node_modules/workbox-expiration": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.4.tgz", - "integrity": "sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==", - "dependencies": { - "idb": "^7.0.1", - "workbox-core": "6.5.4" - } - }, - "node_modules/workbox-google-analytics": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.4.tgz", - "integrity": "sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==", - "dependencies": { - "workbox-background-sync": "6.5.4", - "workbox-core": "6.5.4", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4" - } - }, - "node_modules/workbox-navigation-preload": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.4.tgz", - "integrity": "sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==", - "dependencies": { - "workbox-core": "6.5.4" - } - }, - "node_modules/workbox-precaching": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.4.tgz", - "integrity": "sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==", - "dependencies": { - "workbox-core": "6.5.4", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4" - } - }, - "node_modules/workbox-range-requests": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.4.tgz", - "integrity": "sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==", - "dependencies": { - "workbox-core": "6.5.4" - } - }, - "node_modules/workbox-recipes": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.4.tgz", - "integrity": "sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==", - "dependencies": { - "workbox-cacheable-response": "6.5.4", - "workbox-core": "6.5.4", - "workbox-expiration": "6.5.4", - "workbox-precaching": "6.5.4", - "workbox-routing": "6.5.4", - "workbox-strategies": "6.5.4" - } - }, - "node_modules/workbox-routing": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.4.tgz", - "integrity": "sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==", - "dependencies": { - "workbox-core": "6.5.4" - } - }, - "node_modules/workbox-strategies": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.4.tgz", - "integrity": "sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==", - "dependencies": { - "workbox-core": "6.5.4" - } - }, - "node_modules/workbox-streams": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.4.tgz", - "integrity": "sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==", - "dependencies": { - "workbox-core": "6.5.4", - "workbox-routing": "6.5.4" - } - }, - "node_modules/workbox-sw": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.4.tgz", - "integrity": "sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA==" - }, - "node_modules/workbox-webpack-plugin": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.4.tgz", - "integrity": "sha512-LmWm/zoaahe0EGmMTrSLUi+BjyR3cdGEfU3fS6PN1zKFYbqAKuQ+Oy/27e4VSXsyIwAw8+QDfk1XHNGtZu9nQg==", - "dependencies": { - "fast-json-stable-stringify": "^2.1.0", - "pretty-bytes": "^5.4.1", - "upath": "^1.2.0", - "webpack-sources": "^1.4.3", - "workbox-build": "6.5.4" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "webpack": "^4.4.0 || ^5.9.0" - } - }, - "node_modules/workbox-webpack-plugin/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", - "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/workbox-window": { - "version": "6.5.4", - "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.4.tgz", - "integrity": "sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==", - "dependencies": { - "@types/trusted-types": "^2.0.2", - "workbox-core": "6.5.4" - } - }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - }, - "node_modules/write-file-atomic": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", - "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/xml-name-validator": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", - "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" - }, - "node_modules/xmlchars": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "engines": { - "node": ">=10" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "engines": { - "node": ">=10" - } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zustand": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.3.1.tgz", - "integrity": "sha512-EVyo/eLlOTcJm/X5M00rwtbYFXwRVTaRteSvhtbTZUCQFJkNfIyHPiJ6Ke68MSWzcKHpPzvqNH4gC2ZS/sbNqw==", - "dependencies": { - "use-sync-external-store": "1.2.0" - }, - "engines": { - "node": ">=12.7.0" - }, - "peerDependencies": { - "immer": ">=9.0", - "react": ">=16.8" - }, - "peerDependenciesMeta": { - "immer": { - "optional": true - }, - "react": { - "optional": true + "name": "cv-manager", + "version": "0.1.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "cv-manager", + "version": "0.1.0", + "dependencies": { + "@emotion/react": "^11.10.5", + "@emotion/styled": "^11.10.5", + "@hookform/error-message": "^2.0.1", + "@material-table/core": "^6.1.6", + "@material-ui/core": "^4.12.3", + "@mui/icons-material": "^5.11.9", + "@mui/material": "^5.11.9", + "@mui/styled-engine-sc": "^5.11.9", + "@mui/x-date-pickers": "^5.0.15", + "@react-keycloak/web": "3.4.0", + "@react-oauth/google": "^0.2.8", + "@reduxjs/toolkit": "^1.9.1", + "@syncfusion/ej2-react-calendars": "^19.4.56", + "abort-controller": "^3.0.0", + "axios": "^0.21.1", + "dayjs": "^1.11.7", + "env-cmd": "^10.1.0", + "keycloak-js": "21.1.1", + "luxon": "^2.3.2", + "mapbox-gl": "^2.9.1", + "rc-slider": "^10.1.0", + "react": "^17.0.2", + "react-bootstrap": "^2.7.0", + "react-confirm-alert": "^2.8.0", + "react-dom": "^17.0.2", + "react-hook-form": "^7.41.5", + "react-icons": "^4.3.1", + "react-map-gl": "^5.3.19", + "react-redux": "^8.0.5", + "react-router-dom": "^6.2.2", + "react-scripts": "5.0.0", + "react-select": "^5.3.2", + "react-spinners": "^0.11.0", + "react-styled-components": "^0.1.11", + "react-table": "^7.8.0", + "react-tabs": "^4.2.1", + "react-widgets": "5.8.4", + "styled-components": "^5.3.6", + "zustand": "4.3.1" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "dependencies": { + "@babel/highlight": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.0.tgz", + "integrity": "sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz", + "integrity": "sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==", + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.10", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helpers": "^7.18.9", + "@babel/parser": "^7.18.10", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.18.10", + "@babel/types": "^7.18.10", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/eslint-parser": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.19.1.tgz", + "integrity": "sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==", + "dependencies": { + "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", + "eslint-visitor-keys": "^2.1.0", + "semver": "^6.3.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || >=14.0.0" + }, + "peerDependencies": { + "@babel/core": ">=7.11.0", + "eslint": "^7.5.0 || ^8.0.0" + } + }, + "node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/@babel/eslint-parser/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.21.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.1.tgz", + "integrity": "sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==", + "dependencies": { + "@babel/types": "^7.21.0", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", + "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "dependencies": { + "@babel/helper-explode-assignable-expression": "^7.18.6", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz", + "integrity": "sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==", + "dependencies": { + "@babel/compat-data": "^7.20.5", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.21.3", + "lru-cache": "^5.1.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.0.tgz", + "integrity": "sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.21.0", + "@babel/helper-member-expression-to-functions": "^7.21.0", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-replace-supers": "^7.20.7", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/helper-split-export-declaration": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.0.tgz", + "integrity": "sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "regexpu-core": "^5.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", + "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "dependencies": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" + } + }, + "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-explode-assignable-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", + "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz", + "integrity": "sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==", + "dependencies": { + "@babel/template": "^7.20.7", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz", + "integrity": "sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==", + "dependencies": { + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz", + "integrity": "sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==", + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.20.2", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.19.1", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.21.2", + "@babel/types": "^7.21.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", + "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz", + "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", + "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-wrap-function": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz", + "integrity": "sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==", + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-member-expression-to-functions": "^7.20.7", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.7", + "@babel/types": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz", + "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==", + "dependencies": { + "@babel/types": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz", + "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==", + "dependencies": { + "@babel/types": "^7.20.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.19.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", + "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.19.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", + "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz", + "integrity": "sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz", + "integrity": "sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==", + "dependencies": { + "@babel/helper-function-name": "^7.19.0", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.20.5", + "@babel/types": "^7.20.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz", + "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", + "dependencies": { + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.18.6", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.2.tgz", + "integrity": "sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", + "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz", + "integrity": "sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/plugin-proposal-optional-chaining": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", + "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-remap-async-to-generator": "^7.18.9", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-class-static-block": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", + "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.21.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-proposal-decorators": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.21.0.tgz", + "integrity": "sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.21.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.20.7", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/plugin-syntax-decorators": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-dynamic-import": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-json-strings": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", + "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-numeric-separator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", + "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", + "dependencies": { + "@babel/compat-data": "^7.20.5", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-catch-binding": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-optional-chaining": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", + "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-methods": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz", + "integrity": "sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.21.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-proposal-unicode-property-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-decorators": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.21.0.tgz", + "integrity": "sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-flow": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz", + "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz", + "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.20.0.tgz", + "integrity": "sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.19.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz", + "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", + "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-remap-async-to-generator": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", + "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz", + "integrity": "sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz", + "integrity": "sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.21.0", + "@babel/helper-optimise-call-expression": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-replace-supers": "^7.20.7", + "@babel/helper-split-export-declaration": "^7.18.6", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz", + "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/template": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz", + "integrity": "sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", + "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", + "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", + "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-flow-strip-types": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.21.0.tgz", + "integrity": "sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-flow": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz", + "integrity": "sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", + "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "dependencies": { + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", + "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", + "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz", + "integrity": "sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==", + "dependencies": { + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz", + "integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==", + "dependencies": { + "@babel/helper-module-transforms": "^7.21.2", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-simple-access": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.20.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz", + "integrity": "sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==", + "dependencies": { + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-validator-identifier": "^7.19.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", + "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "dependencies": { + "@babel/helper-module-transforms": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz", + "integrity": "sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.20.5", + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", + "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", + "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-replace-supers": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz", + "integrity": "sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", + "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-constant-elements": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.14.5.tgz", + "integrity": "sha512-NBqLEx1GxllIOXJInJAQbrnwwYJsV3WaMHIcOwD8rhYS0AabTWn7kHdHgPgu5RmHLU0q4DMxhAMu8ue/KampgQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-display-name": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.18.6.tgz", + "integrity": "sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.21.0.tgz", + "integrity": "sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-jsx": "^7.18.6", + "@babel/types": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-jsx-development": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.18.6.tgz", + "integrity": "sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==", + "dependencies": { + "@babel/plugin-transform-react-jsx": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-react-pure-annotations": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.18.6.tgz", + "integrity": "sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz", + "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "regenerator-transform": "^0.15.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", + "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.21.0.tgz", + "integrity": "sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==", + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", + "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz", + "integrity": "sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", + "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", + "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", + "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typescript": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.21.0.tgz", + "integrity": "sha512-xo///XTPp3mDzTtrqXoBlK9eiAYW3wv9JXglcn/u1bi60RW11dEUxIgA8cbnDhutS1zacjMRmAwxE0gMklLnZg==", + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.21.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-typescript": "^7.20.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", + "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", + "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz", + "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", + "dependencies": { + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-async-generator-functions": "^7.20.1", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.20.0", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.20.2", + "@babel/plugin-transform-classes": "^7.20.2", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.20.2", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.9", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.8", + "@babel/plugin-transform-function-name": "^7.18.9", + "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.19.6", + "@babel/plugin-transform-modules-commonjs": "^7.19.6", + "@babel/plugin-transform-modules-systemjs": "^7.19.6", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.20.1", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.19.0", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.9", + "@babel/plugin-transform-typeof-symbol": "^7.18.9", + "@babel/plugin-transform-unicode-escapes": "^7.18.10", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.20.2", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "core-js-compat": "^3.25.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", + "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-react": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.18.6.tgz", + "integrity": "sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-transform-react-display-name": "^7.18.6", + "@babel/plugin-transform-react-jsx": "^7.18.6", + "@babel/plugin-transform-react-jsx-development": "^7.18.6", + "@babel/plugin-transform-react-pure-annotations": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-typescript": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.21.0.tgz", + "integrity": "sha512-myc9mpoVA5m1rF8K8DgLEatOYFDpwC+RkMkjZ0Du6uI62YvDe8uxIEYVs/VCdSJ097nlALiU/yBC7//3nI+hNg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-validator-option": "^7.21.0", + "@babel/plugin-transform-typescript": "^7.21.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==" + }, + "node_modules/@babel/runtime": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.0.tgz", + "integrity": "sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==", + "dependencies": { + "regenerator-runtime": "^0.13.11" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.2.tgz", + "integrity": "sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==", + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.21.1", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.21.0", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.21.2", + "@babel/types": "^7.21.2", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.21.2", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.2.tgz", + "integrity": "sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==", + "dependencies": { + "@babel/helper-string-parser": "^7.19.4", + "@babel/helper-validator-identifier": "^7.19.1", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" + }, + "node_modules/@csstools/normalize.css": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@csstools/normalize.css/-/normalize.css-12.0.0.tgz", + "integrity": "sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==" + }, + "node_modules/@csstools/postcss-cascade-layers": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", + "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", + "dependencies": { + "@csstools/selector-specificity": "^2.0.2", + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-color-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", + "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-font-format-keywords": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", + "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-hwb-function": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", + "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-ic-unit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", + "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-is-pseudo-class": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", + "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", + "dependencies": { + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-nested-calc": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", + "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-normalize-display-values": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", + "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-oklab-function": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", + "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-progressive-custom-properties": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", + "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.3" + } + }, + "node_modules/@csstools/postcss-stepped-value-functions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", + "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-text-decoration-shorthand": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", + "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-trigonometric-functions": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", + "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/postcss-unset-value": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", + "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/@csstools/selector-specificity": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.1.1.tgz", + "integrity": "sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==", + "engines": { + "node": "^14 || ^16 || >=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.4", + "postcss-selector-parser": "^6.0.10" + } + }, + "node_modules/@date-io/core": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@date-io/core/-/core-2.16.0.tgz", + "integrity": "sha512-DYmSzkr+jToahwWrsiRA2/pzMEtz9Bq1euJwoOuYwuwIYXnZFtHajY2E6a1VNVDc9jP8YUXK1BvnZH9mmT19Zg==" + }, + "node_modules/@date-io/dayjs": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@date-io/dayjs/-/dayjs-2.16.0.tgz", + "integrity": "sha512-y5qKyX2j/HG3zMvIxTobYZRGnd1FUW2olZLS0vTj7bEkBQkjd2RO7/FEwDY03Z1geVGlXKnzIATEVBVaGzV4Iw==", + "dependencies": { + "@date-io/core": "^2.16.0" + }, + "peerDependencies": { + "dayjs": "^1.8.17" + }, + "peerDependenciesMeta": { + "dayjs": { + "optional": true + } + } + }, + "node_modules/@date-io/luxon": { + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/@date-io/luxon/-/luxon-2.16.1.tgz", + "integrity": "sha512-aeYp5K9PSHV28946pC+9UKUi/xMMYoaGelrpDibZSgHu2VWHXrr7zWLEr+pMPThSs5vt8Ei365PO+84pCm37WQ==", + "dependencies": { + "@date-io/core": "^2.16.0" + }, + "peerDependencies": { + "luxon": "^1.21.3 || ^2.x || ^3.x" + }, + "peerDependenciesMeta": { + "luxon": { + "optional": true + } + } + }, + "node_modules/@date-io/moment": { + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/@date-io/moment/-/moment-2.16.1.tgz", + "integrity": "sha512-JkxldQxUqZBfZtsaCcCMkm/dmytdyq5pS1RxshCQ4fHhsvP5A7gSqPD22QbVXMcJydi3d3v1Y8BQdUKEuGACZQ==", + "dependencies": { + "@date-io/core": "^2.16.0" + }, + "peerDependencies": { + "moment": "^2.24.0" + }, + "peerDependenciesMeta": { + "moment": { + "optional": true + } + } + }, + "node_modules/@emotion/babel-plugin": { + "version": "11.10.5", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz", + "integrity": "sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==", + "dependencies": { + "@babel/helper-module-imports": "^7.16.7", + "@babel/plugin-syntax-jsx": "^7.17.12", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/serialize": "^1.1.1", + "babel-plugin-macros": "^3.1.0", + "convert-source-map": "^1.5.0", + "escape-string-regexp": "^4.0.0", + "find-root": "^1.1.0", + "source-map": "^0.5.7", + "stylis": "4.1.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", + "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" + }, + "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@emotion/cache": { + "version": "11.10.5", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.10.5.tgz", + "integrity": "sha512-dGYHWyzTdmK+f2+EnIGBpkz1lKc4Zbj2KHd4cX3Wi8/OWr5pKslNjc3yABKH4adRGCvSX4VDC0i04mrrq0aiRA==", + "dependencies": { + "@emotion/memoize": "^0.8.0", + "@emotion/sheet": "^1.2.1", + "@emotion/utils": "^1.2.0", + "@emotion/weak-memoize": "^0.3.0", + "stylis": "4.1.3" + } + }, + "node_modules/@emotion/core": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@emotion/core/-/core-11.0.0.tgz", + "integrity": "sha512-w4sE3AmHmyG6RDKf6mIbtHpgJUSJ2uGvPQb8VXFL7hFjMPibE8IiehG8cMX3Ztm4svfCQV6KqusQbeIOkurBcA==" + }, + "node_modules/@emotion/hash": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", + "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" + }, + "node_modules/@emotion/is-prop-valid": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz", + "integrity": "sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==", + "dependencies": { + "@emotion/memoize": "^0.8.0" + } + }, + "node_modules/@emotion/memoize": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", + "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" + }, + "node_modules/@emotion/react": { + "version": "11.10.5", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.10.5.tgz", + "integrity": "sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.10.5", + "@emotion/cache": "^11.10.5", + "@emotion/serialize": "^1.1.1", + "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0", + "@emotion/utils": "^1.2.0", + "@emotion/weak-memoize": "^0.3.0", + "hoist-non-react-statics": "^3.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "@types/react": { + "optional": true + } + } + }, + "node_modules/@emotion/serialize": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.1.tgz", + "integrity": "sha512-Zl/0LFggN7+L1liljxXdsVSVlg6E/Z/olVWpfxUTxOAmi8NU7YoeWeLfi1RmnB2TATHoaWwIBRoL+FvAJiTUQA==", + "dependencies": { + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/unitless": "^0.8.0", + "@emotion/utils": "^1.2.0", + "csstype": "^3.0.2" + } + }, + "node_modules/@emotion/serialize/node_modules/@emotion/hash": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", + "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" + }, + "node_modules/@emotion/serialize/node_modules/csstype": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", + "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" + }, + "node_modules/@emotion/sheet": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.1.tgz", + "integrity": "sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==" + }, + "node_modules/@emotion/styled": { + "version": "11.10.5", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.10.5.tgz", + "integrity": "sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.10.5", + "@emotion/is-prop-valid": "^1.2.0", + "@emotion/serialize": "^1.1.1", + "@emotion/use-insertion-effect-with-fallbacks": "^1.0.0", + "@emotion/utils": "^1.2.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "@emotion/react": "^11.0.0-rc.0", + "react": ">=16.8.0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "@types/react": { + "optional": true + } + } + }, + "node_modules/@emotion/stylis": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", + "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" + }, + "node_modules/@emotion/unitless": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", + "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" + }, + "node_modules/@emotion/use-insertion-effect-with-fallbacks": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.0.tgz", + "integrity": "sha512-1eEgUGmkaljiBnRMTdksDV1W4kUnmwgp7X9G8B++9GYwl1lUdqSndSriIrTJ0N7LQaoauY9JJ2yhiOYK5+NI4A==", + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@emotion/utils": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz", + "integrity": "sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==" + }, + "node_modules/@emotion/weak-memoize": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz", + "integrity": "sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==" + }, + "node_modules/@eslint/eslintrc": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.0.tgz", + "integrity": "sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==", + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.4.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "8.35.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.35.0.tgz", + "integrity": "sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@hello-pangea/dnd": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@hello-pangea/dnd/-/dnd-16.2.0.tgz", + "integrity": "sha512-inACvMcvvLr34CG0P6+G/3bprVKhwswxjcsFUSJ+fpOGjhvDj9caiA9X3clby0lgJ6/ILIJjyedHZYECB7GAgA==", + "dependencies": { + "@babel/runtime": "^7.19.4", + "css-box-model": "^1.2.1", + "memoize-one": "^6.0.0", + "raf-schd": "^4.0.3", + "react-redux": "^8.0.4", + "redux": "^4.2.0", + "use-memo-one": "^1.1.3" + }, + "peerDependencies": { + "react": "^16.8.5 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/@hello-pangea/dnd/node_modules/memoize-one": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", + "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" + }, + "node_modules/@hookform/error-message": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@hookform/error-message/-/error-message-2.0.1.tgz", + "integrity": "sha512-U410sAr92xgxT1idlu9WWOVjndxLdgPUHEB8Schr27C9eh7/xUnITWpCMF93s+lGiG++D4JnbSnrb5A21AdSNg==", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0", + "react-hook-form": "^7.0.0" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.8", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", + "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", + "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==" + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/console/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/console/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/console/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/@jest/console/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/core": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "dependencies": { + "@jest/console": "^27.5.1", + "@jest/reporters": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.8.1", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^27.5.1", + "jest-config": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-resolve-dependencies": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "jest-watcher": "^27.5.1", + "micromatch": "^4.0.4", + "rimraf": "^3.0.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/core/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/core/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/core/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/@jest/core/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/core/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/environment": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz", + "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==", + "dependencies": { + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz", + "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==", + "dependencies": { + "@jest/types": "^27.5.1", + "@sinonjs/fake-timers": "^8.0.1", + "@types/node": "*", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/globals": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/reporters": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.2", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-haste-map": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "slash": "^3.0.0", + "source-map": "^0.6.0", + "string-length": "^4.0.1", + "terminal-link": "^2.0.0", + "v8-to-istanbul": "^8.1.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/reporters/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/reporters/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/reporters/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/reporters/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/@jest/reporters/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/reporters/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@jest/reporters/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/schemas": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz", + "integrity": "sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==", + "dependencies": { + "@sinclair/typebox": "^0.24.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/@jest/source-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz", + "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==", + "dependencies": { + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9", + "source-map": "^0.6.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/source-map/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@jest/test-result": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz", + "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==", + "dependencies": { + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/test-sequencer": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz", + "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==", + "dependencies": { + "@jest/test-result": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-runtime": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "dependencies": { + "@babel/core": "^7.1.0", + "@jest/types": "^27.5.1", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^1.4.0", + "fast-json-stable-stringify": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-util": "^27.5.1", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "source-map": "^0.6.1", + "write-file-atomic": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/transform/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/transform/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/transform/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/transform/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/@jest/transform/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/transform/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@jest/transform/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/types": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + "dependencies": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^16.0.0", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/@jest/types/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@jest/types/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/@jest/types/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@jest/types/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/@jest/types/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/types/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.17", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz", + "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==", + "dependencies": { + "@jridgewell/resolve-uri": "3.1.0", + "@jridgewell/sourcemap-codec": "1.4.14" + } + }, + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" + }, + "node_modules/@mapbox/geojson-rewind": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@mapbox/geojson-rewind/-/geojson-rewind-0.5.1.tgz", + "integrity": "sha512-eL7fMmfTBKjrb+VFHXCGv9Ot0zc3C0U+CwXo1IrP+EPwDczLoXv34Tgq3y+2mPSFNVUXgU42ILWJTC7145KPTA==", + "dependencies": { + "get-stream": "^6.0.1", + "minimist": "^1.2.5" + }, + "bin": { + "geojson-rewind": "geojson-rewind" + } + }, + "node_modules/@mapbox/geojson-types": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@mapbox/geojson-types/-/geojson-types-1.0.2.tgz", + "integrity": "sha512-e9EBqHHv3EORHrSfbR9DqecPNn+AmuAoQxV6aL8Xu30bJMJR1o8PZLZzpk1Wq7/NfCbuhmakHTPYRhoqLsXRnw==" + }, + "node_modules/@mapbox/jsonlint-lines-primitives": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@mapbox/jsonlint-lines-primitives/-/jsonlint-lines-primitives-2.0.2.tgz", + "integrity": "sha1-zlblOfg1UrWNENZy6k1vya3HsjQ=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@mapbox/mapbox-gl-supported": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-2.0.1.tgz", + "integrity": "sha512-HP6XvfNIzfoMVfyGjBckjiAOQK9WfX0ywdLubuPMPv+Vqf5fj0uCbgBQYpiqcWZT6cbyyRnTSXDheT1ugvF6UQ==" + }, + "node_modules/@mapbox/point-geometry": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-0.1.0.tgz", + "integrity": "sha1-ioP5M1x4YO/6Lu7KJUMyqgru2PI=" + }, + "node_modules/@mapbox/tiny-sdf": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-1.2.5.tgz", + "integrity": "sha512-cD8A/zJlm6fdJOk6DqPUV8mcpyJkRz2x2R+/fYcWDYG3oWbG7/L7Yl/WqQ1VZCjnL9OTIMAn6c+BC5Eru4sQEw==" + }, + "node_modules/@mapbox/unitbezier": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/@mapbox/unitbezier/-/unitbezier-0.0.0.tgz", + "integrity": "sha1-FWUb1VOme4WB+zmIEMmK2Go0Uk4=" + }, + "node_modules/@mapbox/vector-tile": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-1.3.1.tgz", + "integrity": "sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==", + "dependencies": { + "@mapbox/point-geometry": "~0.1.0" + } + }, + "node_modules/@mapbox/whoots-js": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@mapbox/whoots-js/-/whoots-js-3.1.0.tgz", + "integrity": "sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@material-table/core": { + "version": "6.1.6", + "resolved": "https://registry.npmjs.org/@material-table/core/-/core-6.1.6.tgz", + "integrity": "sha512-fbxDj+kqCsdU0MBhJai/5RBgLCnV7R4WboZjYUtOzX5TQcGBCYk/BAae67rwG++0IUSdmKENVawPMNbV0qWROw==", + "dependencies": { + "@babel/runtime": "^7.19.0", + "@date-io/core": "^2.16.0", + "@date-io/date-fns": "^2.16.0", + "@emotion/core": "^11.0.0", + "@emotion/react": "^11.10.4", + "@emotion/styled": "^11.10.4", + "@hello-pangea/dnd": "^16.0.0", + "@mui/icons-material": ">=5.10.6", + "@mui/material": ">=5.10.7", + "@mui/x-date-pickers": "^5.0.3", + "classnames": "^2.3.2", + "date-fns": "^2.29.3", + "debounce": "^1.2.1", + "deep-eql": "^4.1.1", + "deepmerge": "^4.2.2", + "prop-types": "^15.8.1", + "react-double-scrollbar": "0.0.15", + "uuid": "^9.0.0", + "zustand": "^4.1.1" + }, + "peerDependencies": { + "@mui/system": ">=5.10.7", + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@material-table/core/node_modules/@date-io/date-fns": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.16.0.tgz", + "integrity": "sha512-bfm5FJjucqlrnQcXDVU5RD+nlGmL3iWgkHTq3uAZWVIuBu6dDmGa3m8a6zo2VQQpu8ambq9H22UyUpn7590joA==", + "dependencies": { + "@date-io/core": "^2.16.0" + }, + "peerDependencies": { + "date-fns": "^2.0.0" + }, + "peerDependenciesMeta": { + "date-fns": { + "optional": true + } + } + }, + "node_modules/@material-table/core/node_modules/date-fns": { + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.29.3.tgz", + "integrity": "sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==", + "engines": { + "node": ">=0.11" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/date-fns" + } + }, + "node_modules/@material-table/core/node_modules/debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" + }, + "node_modules/@material-table/core/node_modules/uuid": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", + "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/@material-ui/core": { + "version": "4.12.3", + "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.3.tgz", + "integrity": "sha512-sdpgI/PL56QVsEJldwEe4FFaFTLUqN+rd7sSZiRCdx2E/C7z5yK0y/khAWVBH24tXwto7I1hCzNWfJGZIYJKnw==", + "dependencies": { + "@babel/runtime": "^7.4.4", + "@material-ui/styles": "^4.11.4", + "@material-ui/system": "^4.12.1", + "@material-ui/types": "5.1.0", + "@material-ui/utils": "^4.11.2", + "@types/react-transition-group": "^4.2.0", + "clsx": "^1.0.4", + "hoist-non-react-statics": "^3.3.2", + "popper.js": "1.16.1-lts", + "prop-types": "^15.7.2", + "react-is": "^16.8.0 || ^17.0.0", + "react-transition-group": "^4.4.0" + }, + "engines": { + "node": ">=8.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/material-ui" + }, + "peerDependencies": { + "@types/react": "^16.8.6 || ^17.0.0", + "react": "^16.8.0 || ^17.0.0", + "react-dom": "^16.8.0 || ^17.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@material-ui/styles": { + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/@material-ui/styles/-/styles-4.11.4.tgz", + "integrity": "sha512-KNTIZcnj/zprG5LW0Sao7zw+yG3O35pviHzejMdcSGCdWbiO8qzRgOYL8JAxAsWBKOKYwVZxXtHWaB5T2Kvxew==", + "dependencies": { + "@babel/runtime": "^7.4.4", + "@emotion/hash": "^0.8.0", + "@material-ui/types": "5.1.0", + "@material-ui/utils": "^4.11.2", + "clsx": "^1.0.4", + "csstype": "^2.5.2", + "hoist-non-react-statics": "^3.3.2", + "jss": "^10.5.1", + "jss-plugin-camel-case": "^10.5.1", + "jss-plugin-default-unit": "^10.5.1", + "jss-plugin-global": "^10.5.1", + "jss-plugin-nested": "^10.5.1", + "jss-plugin-props-sort": "^10.5.1", + "jss-plugin-rule-value-function": "^10.5.1", + "jss-plugin-vendor-prefixer": "^10.5.1", + "prop-types": "^15.7.2" + }, + "engines": { + "node": ">=8.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/material-ui" + }, + "peerDependencies": { + "@types/react": "^16.8.6 || ^17.0.0", + "react": "^16.8.0 || ^17.0.0", + "react-dom": "^16.8.0 || ^17.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@material-ui/system": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@material-ui/system/-/system-4.12.1.tgz", + "integrity": "sha512-lUdzs4q9kEXZGhbN7BptyiS1rLNHe6kG9o8Y307HCvF4sQxbCgpL2qi+gUk+yI8a2DNk48gISEQxoxpgph0xIw==", + "dependencies": { + "@babel/runtime": "^7.4.4", + "@material-ui/utils": "^4.11.2", + "csstype": "^2.5.2", + "prop-types": "^15.7.2" + }, + "engines": { + "node": ">=8.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/material-ui" + }, + "peerDependencies": { + "@types/react": "^16.8.6 || ^17.0.0", + "react": "^16.8.0 || ^17.0.0", + "react-dom": "^16.8.0 || ^17.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@material-ui/types": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@material-ui/types/-/types-5.1.0.tgz", + "integrity": "sha512-7cqRjrY50b8QzRSYyhSpx4WRw2YuO0KKIGQEVk5J8uoz2BanawykgZGoWEqKm7pVIbzFDN0SpPcVV4IhOFkl8A==", + "peerDependencies": { + "@types/react": "*" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@material-ui/utils": { + "version": "4.11.2", + "resolved": "https://registry.npmjs.org/@material-ui/utils/-/utils-4.11.2.tgz", + "integrity": "sha512-Uul8w38u+PICe2Fg2pDKCaIG7kOyhowZ9vjiC1FsVwPABTW8vPPKfF6OvxRq3IiBaI1faOJmgdvMG7rMJARBhA==", + "dependencies": { + "@babel/runtime": "^7.4.4", + "prop-types": "^15.7.2", + "react-is": "^16.8.0 || ^17.0.0" + }, + "engines": { + "node": ">=8.0.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0", + "react-dom": "^16.8.0 || ^17.0.0" + } + }, + "node_modules/@math.gl/web-mercator": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@math.gl/web-mercator/-/web-mercator-3.6.1.tgz", + "integrity": "sha512-nB/sJYAZpjWOpdQ9IMWXcAITM57huILBdEWzfumqgZ0ay49I4Y0yaFgkjgd/52gfwpY8TDoaR8eRxIQ7c1tx7Q==", + "dependencies": { + "@babel/runtime": "^7.12.0", + "gl-matrix": "^3.4.0" + } + }, + "node_modules/@mui/base": { + "version": "5.0.0-alpha.119", + "resolved": "https://registry.npmjs.org/@mui/base/-/base-5.0.0-alpha.119.tgz", + "integrity": "sha512-XA5zhlYfXi67u613eIF0xRmktkatx6ERy3h+PwrMN5IcWFbgiL1guz8VpdXON+GWb8+G7B8t5oqTFIaCqaSAeA==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "@emotion/is-prop-valid": "^1.2.0", + "@mui/types": "^7.2.3", + "@mui/utils": "^5.11.11", + "@popperjs/core": "^2.11.6", + "clsx": "^1.2.1", + "prop-types": "^15.8.1", + "react-is": "^18.2.0" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/base/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/@mui/core-downloads-tracker": { + "version": "5.11.12", + "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.11.12.tgz", + "integrity": "sha512-LHh8HZQ5nPVcW5QnyLwkAZ40txc/S2bzKMQ3bTO+5mjuwAJ2AzQrjZINLVy1geY7ei1pHXVqO1hcWHg/QdT44w==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + } + }, + "node_modules/@mui/icons-material": { + "version": "5.11.11", + "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-5.11.11.tgz", + "integrity": "sha512-Eell3ADmQVE8HOpt/LZ3zIma8JSvPh3XgnhwZLT0k5HRqZcd6F/QDHc7xsWtgz09t+UEFvOYJXjtrwKmLdwwpw==", + "dependencies": { + "@babel/runtime": "^7.21.0" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@mui/material": "^5.0.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/material": { + "version": "5.11.12", + "resolved": "https://registry.npmjs.org/@mui/material/-/material-5.11.12.tgz", + "integrity": "sha512-M6BiIeJjySeEzWeiFJQ9pIjJy6mx5mHPWeMT99wjQdAmA2GxCQhE9A0fh6jQP4jMmYzxhOIhjsGcp0vSdpseXg==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "@mui/base": "5.0.0-alpha.119", + "@mui/core-downloads-tracker": "^5.11.12", + "@mui/system": "^5.11.12", + "@mui/types": "^7.2.3", + "@mui/utils": "^5.11.12", + "@types/react-transition-group": "^4.4.5", + "clsx": "^1.2.1", + "csstype": "^3.1.1", + "prop-types": "^15.8.1", + "react-is": "^18.2.0", + "react-transition-group": "^4.4.5" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + }, + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/material/node_modules/csstype": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", + "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" + }, + "node_modules/@mui/material/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/@mui/private-theming": { + "version": "5.11.12", + "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.11.12.tgz", + "integrity": "sha512-hnJ0svNI1TPeWZ18E6DvES8PB4NyMLwal6EyXf69rTrYqT6wZPLjB+HiCYfSOCqU/fwArhupSqIIkQpDs8CkAw==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "@mui/utils": "^5.11.12", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/styled-engine": { + "version": "5.11.11", + "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.11.11.tgz", + "integrity": "sha512-wV0UgW4lN5FkDBXefN8eTYeuE9sjyQdg5h94vtwZCUamGQEzmCOtir4AakgmbWMy0x8OLjdEUESn9wnf5J9MOg==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "@emotion/cache": "^11.10.5", + "csstype": "^3.1.1", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@emotion/react": "^11.4.1", + "@emotion/styled": "^11.3.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + } + } + }, + "node_modules/@mui/styled-engine-sc": { + "version": "5.11.11", + "resolved": "https://registry.npmjs.org/@mui/styled-engine-sc/-/styled-engine-sc-5.11.11.tgz", + "integrity": "sha512-6+HsfcKHlhjQklDoEup7Itl+Xgn+BCsqEpIdIIhlxED4YlOZ38xghxIKrx78XFZznTorbhAspUgDDKIaB5vDMg==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@types/styled-components": "^5.1.14", + "styled-components": "^5.3.1" + }, + "peerDependenciesMeta": { + "@types/styled-components": { + "optional": true + } + } + }, + "node_modules/@mui/styled-engine/node_modules/csstype": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", + "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" + }, + "node_modules/@mui/system": { + "version": "5.11.12", + "resolved": "https://registry.npmjs.org/@mui/system/-/system-5.11.12.tgz", + "integrity": "sha512-sYjsXkiwKpZDC3aS6O/6KTjji0jGINLQcrD5EJ5NTkIDiLf19I4HJhnufgKqlTWNfoDBlRohuTf3TzfM06c4ug==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "@mui/private-theming": "^5.11.12", + "@mui/styled-engine": "^5.11.11", + "@mui/types": "^7.2.3", + "@mui/utils": "^5.11.12", + "clsx": "^1.2.1", + "csstype": "^3.1.1", + "prop-types": "^15.8.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", + "@types/react": "^17.0.0 || ^18.0.0", + "react": "^17.0.0 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + }, + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/system/node_modules/csstype": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", + "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" + }, + "node_modules/@mui/types": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.3.tgz", + "integrity": "sha512-tZ+CQggbe9Ol7e/Fs5RcKwg/woU+o8DCtOnccX6KmbBc7YrfqMYEYuaIcXHuhpT880QwNkZZ3wQwvtlDFA2yOw==", + "peerDependencies": { + "@types/react": "*" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@mui/utils": { + "version": "5.11.12", + "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-5.11.12.tgz", + "integrity": "sha512-5vH9B/v8pzkpEPO2HvGM54ToXV6cFdAn8UrvdN8TMEEwpn/ycW0jLiyBcgUlPsQ+xha7hqXCPQYHaYFDIcwaiw==", + "dependencies": { + "@babel/runtime": "^7.21.0", + "@types/prop-types": "^15.7.5", + "@types/react-is": "^16.7.1 || ^17.0.0", + "prop-types": "^15.8.1", + "react-is": "^18.2.0" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0" + } + }, + "node_modules/@mui/utils/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/@mui/x-date-pickers": { + "version": "5.0.20", + "resolved": "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-5.0.20.tgz", + "integrity": "sha512-ERukSeHIoNLbI1C2XRhF9wRhqfsr+Q4B1SAw2ZlU7CWgcG8UBOxgqRKDEOVAIoSWL+DWT6GRuQjOKvj6UXZceA==", + "dependencies": { + "@babel/runtime": "^7.18.9", + "@date-io/core": "^2.15.0", + "@date-io/date-fns": "^2.15.0", + "@date-io/dayjs": "^2.15.0", + "@date-io/luxon": "^2.15.0", + "@date-io/moment": "^2.15.0", + "@mui/utils": "^5.10.3", + "@types/react-transition-group": "^4.4.5", + "clsx": "^1.2.1", + "prop-types": "^15.7.2", + "react-transition-group": "^4.4.5", + "rifm": "^0.12.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/mui" + }, + "peerDependencies": { + "@emotion/react": "^11.9.0", + "@emotion/styled": "^11.8.1", + "@mui/material": "^5.4.1", + "@mui/system": "^5.4.1", + "date-fns": "^2.25.0", + "dayjs": "^1.10.7", + "luxon": "^1.28.0 || ^2.0.0 || ^3.0.0", + "moment": "^2.29.1", + "react": "^17.0.2 || ^18.0.0", + "react-dom": "^17.0.2 || ^18.0.0" + }, + "peerDependenciesMeta": { + "@emotion/react": { + "optional": true + }, + "@emotion/styled": { + "optional": true + }, + "date-fns": { + "optional": true + }, + "dayjs": { + "optional": true + }, + "luxon": { + "optional": true + }, + "moment": { + "optional": true + } + } + }, + "node_modules/@mui/x-date-pickers/node_modules/@date-io/date-fns": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@date-io/date-fns/-/date-fns-2.16.0.tgz", + "integrity": "sha512-bfm5FJjucqlrnQcXDVU5RD+nlGmL3iWgkHTq3uAZWVIuBu6dDmGa3m8a6zo2VQQpu8ambq9H22UyUpn7590joA==", + "dependencies": { + "@date-io/core": "^2.16.0" + }, + "peerDependencies": { + "date-fns": "^2.0.0" + }, + "peerDependenciesMeta": { + "date-fns": { + "optional": true + } + } + }, + "node_modules/@nicolo-ribaudo/eslint-scope-5-internals": { + "version": "5.1.1-v1", + "resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz", + "integrity": "sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==", + "dependencies": { + "eslint-scope": "5.1.1" + } + }, + "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@pmmmwh/react-refresh-webpack-plugin": { + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.10.tgz", + "integrity": "sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==", + "dependencies": { + "ansi-html-community": "^0.0.8", + "common-path-prefix": "^3.0.0", + "core-js-pure": "^3.23.3", + "error-stack-parser": "^2.0.6", + "find-up": "^5.0.0", + "html-entities": "^2.1.0", + "loader-utils": "^2.0.4", + "schema-utils": "^3.0.0", + "source-map": "^0.7.3" + }, + "engines": { + "node": ">= 10.13" + }, + "peerDependencies": { + "@types/webpack": "4.x || 5.x", + "react-refresh": ">=0.10.0 <1.0.0", + "sockjs-client": "^1.4.0", + "type-fest": ">=0.17.0 <4.0.0", + "webpack": ">=4.43.0 <6.0.0", + "webpack-dev-server": "3.x || 4.x", + "webpack-hot-middleware": "2.x", + "webpack-plugin-serve": "0.x || 1.x" + }, + "peerDependenciesMeta": { + "@types/webpack": { + "optional": true + }, + "sockjs-client": { + "optional": true + }, + "type-fest": { + "optional": true + }, + "webpack-dev-server": { + "optional": true + }, + "webpack-hot-middleware": { + "optional": true + }, + "webpack-plugin-serve": { + "optional": true + } + } + }, + "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/@pmmmwh/react-refresh-webpack-plugin/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/@popperjs/core": { + "version": "2.11.6", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz", + "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/@react-aria/ssr": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.4.1.tgz", + "integrity": "sha512-NmhoilMDyIfQiOSdQgxpVH2tC2u85Y0mVijtBNbI9kcDYLEiW/r6vKYVKtkyU+C4qobXhGMPfZ70PTc0lysSVA==", + "dependencies": { + "@swc/helpers": "^0.4.14" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" + } + }, + "node_modules/@react-keycloak/core": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@react-keycloak/core/-/core-3.2.0.tgz", + "integrity": "sha512-1yzU7gQzs+6E1v6hGqxy0Q+kpMHg9sEcke2yxZR29WoU8KNE8E50xS6UbI8N7rWsgyYw8r9W1cUPCOF48MYjzw==", + "dependencies": { + "react-fast-compare": "^3.2.0" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/reactkeycloak" + }, + "peerDependencies": { + "react": ">=16" + } + }, + "node_modules/@react-keycloak/web": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@react-keycloak/web/-/web-3.4.0.tgz", + "integrity": "sha512-yKKSCyqBtn7dt+VckYOW1IM5NW999pPkxDZOXqJ6dfXPXstYhOQCkTZqh8l7UL14PkpsoaHDh7hSJH8whah01g==", + "dependencies": { + "@babel/runtime": "^7.9.0", + "@react-keycloak/core": "^3.2.0", + "hoist-non-react-statics": "^3.3.2" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/reactkeycloak" + }, + "peerDependencies": { + "keycloak-js": ">=9.0.2", + "react": ">=16.8", + "react-dom": ">=16.8", + "typescript": ">=3.8" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@react-oauth/google": { + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@react-oauth/google/-/google-0.2.8.tgz", + "integrity": "sha512-W3sRcU6kSZMGUOk10Vy5kPZPzvsi7+UpM2MxnT6fMVp+whDMKCVope5R01gwRydK9OI+0rozAARCD2NgrbkV7w==", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" + } + }, + "node_modules/@reduxjs/toolkit": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.3.tgz", + "integrity": "sha512-GU2TNBQVofL09VGmuSioNPQIu6Ml0YLf4EJhgj0AvBadRlCGzUWet8372LjvO4fqKZF2vH1xU0htAa7BrK9pZg==", + "dependencies": { + "immer": "^9.0.16", + "redux": "^4.2.0", + "redux-thunk": "^2.4.2", + "reselect": "^4.1.7" + }, + "peerDependencies": { + "react": "^16.9.0 || ^17.0.0 || ^18", + "react-redux": "^7.2.1 || ^8.0.2" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-redux": { + "optional": true + } + } + }, + "node_modules/@restart/hooks": { + "version": "0.4.7", + "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.7.tgz", + "integrity": "sha512-ZbjlEHcG+FQtpDPHd7i4FzNNvJf2enAwZfJbpM8CW7BhmOAbsHpZe3tsHwfQUrBuyrxWqPYp2x5UMnilWcY22A==", + "dependencies": { + "dequal": "^2.0.2" + }, + "peerDependencies": { + "react": ">=16.8.0" + } + }, + "node_modules/@restart/ui": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@restart/ui/-/ui-1.4.1.tgz", + "integrity": "sha512-J7wFOx2DcmkBqCqiZgDsggLO7faiNh4Nv1/v80FmbRgP+MYpwaVDKKXLC69DA4+ejgNIsBP5ORtC74EZqO1j8A==", + "dependencies": { + "@babel/runtime": "^7.18.3", + "@popperjs/core": "^2.11.5", + "@react-aria/ssr": "^3.2.0", + "@restart/hooks": "^0.4.7", + "@types/warning": "^3.0.0", + "dequal": "^2.0.2", + "dom-helpers": "^5.2.0", + "uncontrollable": "^7.2.1", + "warning": "^4.0.3" + }, + "peerDependencies": { + "react": ">=16.14.0", + "react-dom": ">=16.14.0" + } + }, + "node_modules/@rollup/plugin-babel": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz", + "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==", + "dependencies": { + "@babel/helper-module-imports": "^7.10.4", + "@rollup/pluginutils": "^3.1.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "@types/babel__core": "^7.1.9", + "rollup": "^1.20.0||^2.0.0" + }, + "peerDependenciesMeta": { + "@types/babel__core": { + "optional": true + } + } + }, + "node_modules/@rollup/plugin-node-resolve": { + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz", + "integrity": "sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==", + "dependencies": { + "@rollup/pluginutils": "^3.1.0", + "@types/resolve": "1.17.1", + "builtin-modules": "^3.1.0", + "deepmerge": "^4.2.2", + "is-module": "^1.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0" + } + }, + "node_modules/@rollup/plugin-replace": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz", + "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==", + "dependencies": { + "@rollup/pluginutils": "^3.1.0", + "magic-string": "^0.25.7" + }, + "peerDependencies": { + "rollup": "^1.20.0 || ^2.0.0" + } + }, + "node_modules/@rollup/pluginutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", + "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "dependencies": { + "@types/estree": "0.0.39", + "estree-walker": "^1.0.1", + "picomatch": "^2.2.2" + }, + "engines": { + "node": ">= 8.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0" + } + }, + "node_modules/@rollup/pluginutils/node_modules/@types/estree": { + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", + "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" + }, + "node_modules/@rushstack/eslint-patch": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.2.0.tgz", + "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==" + }, + "node_modules/@sinclair/typebox": { + "version": "0.24.51", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", + "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==" + }, + "node_modules/@sinonjs/commons": { + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", + "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz", + "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==", + "dependencies": { + "@sinonjs/commons": "^1.7.0" + } + }, + "node_modules/@surma/rollup-plugin-off-main-thread": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz", + "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==", + "dependencies": { + "ejs": "^3.1.6", + "json5": "^2.2.0", + "magic-string": "^0.25.0", + "string.prototype.matchall": "^4.0.6" + } + }, + "node_modules/@svgr/babel-plugin-add-jsx-attribute": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/babel-plugin-remove-jsx-attribute": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-attribute/-/babel-plugin-remove-jsx-attribute-5.4.0.tgz", + "integrity": "sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/babel-plugin-remove-jsx-empty-expression": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-remove-jsx-empty-expression/-/babel-plugin-remove-jsx-empty-expression-5.0.1.tgz", + "integrity": "sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/babel-plugin-replace-jsx-attribute-value": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-replace-jsx-attribute-value/-/babel-plugin-replace-jsx-attribute-value-5.0.1.tgz", + "integrity": "sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/babel-plugin-svg-dynamic-title": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-dynamic-title/-/babel-plugin-svg-dynamic-title-5.4.0.tgz", + "integrity": "sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/babel-plugin-svg-em-dimensions": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-svg-em-dimensions/-/babel-plugin-svg-em-dimensions-5.4.0.tgz", + "integrity": "sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/babel-plugin-transform-react-native-svg": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-react-native-svg/-/babel-plugin-transform-react-native-svg-5.4.0.tgz", + "integrity": "sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/babel-plugin-transform-svg-component": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-transform-svg-component/-/babel-plugin-transform-svg-component-5.5.0.tgz", + "integrity": "sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/babel-preset": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/babel-preset/-/babel-preset-5.5.0.tgz", + "integrity": "sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==", + "dependencies": { + "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0", + "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0", + "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1", + "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", + "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0", + "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0", + "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0", + "@svgr/babel-plugin-transform-svg-component": "^5.5.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/core": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/core/-/core-5.5.0.tgz", + "integrity": "sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==", + "dependencies": { + "@svgr/plugin-jsx": "^5.5.0", + "camelcase": "^6.2.0", + "cosmiconfig": "^7.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/hast-util-to-babel-ast": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/hast-util-to-babel-ast/-/hast-util-to-babel-ast-5.5.0.tgz", + "integrity": "sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==", + "dependencies": { + "@babel/types": "^7.12.6" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/plugin-jsx": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-jsx/-/plugin-jsx-5.5.0.tgz", + "integrity": "sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==", + "dependencies": { + "@babel/core": "^7.12.3", + "@svgr/babel-preset": "^5.5.0", + "@svgr/hast-util-to-babel-ast": "^5.5.0", + "svg-parser": "^2.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/plugin-svgo": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz", + "integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==", + "dependencies": { + "cosmiconfig": "^7.0.0", + "deepmerge": "^4.2.2", + "svgo": "^1.2.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@svgr/webpack": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/@svgr/webpack/-/webpack-5.5.0.tgz", + "integrity": "sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==", + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/plugin-transform-react-constant-elements": "^7.12.1", + "@babel/preset-env": "^7.12.1", + "@babel/preset-react": "^7.12.5", + "@svgr/core": "^5.5.0", + "@svgr/plugin-jsx": "^5.5.0", + "@svgr/plugin-svgo": "^5.5.0", + "loader-utils": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/gregberge" + } + }, + "node_modules/@swc/helpers": { + "version": "0.4.14", + "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz", + "integrity": "sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw==", + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@syncfusion/ej2-base": { + "version": "19.4.52", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-base/-/ej2-base-19.4.52.tgz", + "integrity": "sha512-BMJGjscgl5CGpWQW1y1osv+rcKBPYgPBpSfz8FA0XcqhL6wNjGomALmxHznk7QGWC/4bdUhx6AKsGHutMGm/PA==", + "dependencies": { + "@syncfusion/ej2-icons": "~19.4.52" + } + }, + "node_modules/@syncfusion/ej2-buttons": { + "version": "19.4.55", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-buttons/-/ej2-buttons-19.4.55.tgz", + "integrity": "sha512-Ebvh5GfvOEQaB51EI6a9Cfrmkfmu9gbPeRmLPkXZPEokUSxIqyCP216Nm8NlOeEK3EbPxrOy/L1X9m1nOBM40Q==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52" + } + }, + "node_modules/@syncfusion/ej2-calendars": { + "version": "19.4.56", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-calendars/-/ej2-calendars-19.4.56.tgz", + "integrity": "sha512-QeBsu2OgJF4ZIRjP4H5U27Ge5nTAYC77r4wo4udb7Z8qTQzuhH/J0b6Jj3g3ptxGUUjzLDOL7OpONRnsXzC3JA==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52", + "@syncfusion/ej2-buttons": "~19.4.55", + "@syncfusion/ej2-inputs": "~19.4.52", + "@syncfusion/ej2-lists": "~19.4.55", + "@syncfusion/ej2-popups": "~19.4.53" + } + }, + "node_modules/@syncfusion/ej2-data": { + "version": "19.4.54", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-data/-/ej2-data-19.4.54.tgz", + "integrity": "sha512-btJDjKepcaVGtNqVoblhYFhx4sAW1ju+Nq1CBPn4kO0AtRPBQ3Gi47uQgsstkxNMDrv+UG1hNi7PhHpPNOtwUQ==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52" + } + }, + "node_modules/@syncfusion/ej2-icons": { + "version": "19.4.52", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-icons/-/ej2-icons-19.4.52.tgz", + "integrity": "sha512-hkEvuVA/soEdqFwFSGbj2Z9u6Ajb+4HZNYIKtw6aCwjn/FE5vFuGMFBdkLEX9BRkUl/e/uvyP6/TKBM/nfkY8A==" + }, + "node_modules/@syncfusion/ej2-inputs": { + "version": "19.4.52", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-inputs/-/ej2-inputs-19.4.52.tgz", + "integrity": "sha512-141wT1W8DbXM50A1RVHOtruCyPncF6CDOU8RdhtFx9ydbXvbSXH+2i+vKr8UK23qC07z8+YB8/wV7ZAQ5vI0Bw==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52", + "@syncfusion/ej2-buttons": "~19.4.52", + "@syncfusion/ej2-popups": "~19.4.52", + "@syncfusion/ej2-splitbuttons": "~19.4.52" + } + }, + "node_modules/@syncfusion/ej2-lists": { + "version": "19.4.55", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-lists/-/ej2-lists-19.4.55.tgz", + "integrity": "sha512-EGAcCc2mFOt99oOuT+wXSPEiyfiyHoBSJnAW5pvdCU1mI7FYcArCPVNLY5ynCgngQ7Ih0XxFPkuzEC0qmwlokA==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52", + "@syncfusion/ej2-buttons": "~19.4.55", + "@syncfusion/ej2-data": "~19.4.54" + } + }, + "node_modules/@syncfusion/ej2-popups": { + "version": "19.4.53", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-popups/-/ej2-popups-19.4.53.tgz", + "integrity": "sha512-B0Uen6IFsmPR3Ws8NIIszJ2ECpWrH7VFCqcGL1DQnp9tm6+iEafv84ziffVoC4nGj2mHaHl7tNSoZTnOo/TcgQ==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52", + "@syncfusion/ej2-buttons": "~19.4.53" + } + }, + "node_modules/@syncfusion/ej2-react-base": { + "version": "19.4.56", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-base/-/ej2-react-base-19.4.56.tgz", + "integrity": "sha512-mi1OKYgGfOe2MKcnMBuioYbdJea4IXCbFvUxG1WEZI5n3t6CxKH4ZWum7IgBO1kcTkaCdhs8Aj0ACFXUFmOwOQ==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52" + } + }, + "node_modules/@syncfusion/ej2-react-calendars": { + "version": "19.4.56", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-react-calendars/-/ej2-react-calendars-19.4.56.tgz", + "integrity": "sha512-o5bNc+hct5Jj/8CwvflYxUExddP0gkXpNsXNw3iGu2GCTGEnZ/Xb6OVXv8ammrCcB/Ck8vEliNTOKAEqdMLslA==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52", + "@syncfusion/ej2-calendars": "19.4.56", + "@syncfusion/ej2-react-base": "~19.4.56" + } + }, + "node_modules/@syncfusion/ej2-splitbuttons": { + "version": "19.4.52", + "resolved": "https://registry.npmjs.org/@syncfusion/ej2-splitbuttons/-/ej2-splitbuttons-19.4.52.tgz", + "integrity": "sha512-EmUh/3gwW04nCF/0UUfS6w3nl6Sy62ysPFqzwFTu9972DHr4R5W7t147PMJnFRa9Q0i/ud5a9/jERU7quaxBDw==", + "dependencies": { + "@syncfusion/ej2-base": "~19.4.52", + "@syncfusion/ej2-popups": "~19.4.52" + } + }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/@trysound/sax": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", + "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.0", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.0.tgz", + "integrity": "sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", + "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", + "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.18.3.tgz", + "integrity": "sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==", + "dependencies": { + "@babel/types": "^7.3.0" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.2", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", + "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/bonjour": { + "version": "3.5.10", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", + "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/classnames": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.3.1.tgz", + "integrity": "sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==", + "deprecated": "This is a stub types definition. classnames provides its own type definitions, so you do not need this installed.", + "dependencies": { + "classnames": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.35", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", + "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect-history-api-fallback": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", + "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "node_modules/@types/eslint": { + "version": "8.21.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.1.tgz", + "integrity": "sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==", + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", + "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz", + "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==" + }, + "node_modules/@types/express": { + "version": "4.17.17", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz", + "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.17.33", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz", + "integrity": "sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*" + } + }, + "node_modules/@types/geojson": { + "version": "7946.0.8", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.8.tgz", + "integrity": "sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==" + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", + "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/hoist-non-react-statics": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz", + "integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==", + "dependencies": { + "@types/react": "*", + "hoist-non-react-statics": "^3.3.0" + } + }, + "node_modules/@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==" + }, + "node_modules/@types/http-proxy": { + "version": "1.17.10", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.10.tgz", + "integrity": "sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==" + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", + "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.11", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", + "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==" + }, + "node_modules/@types/json5": { + "version": "0.0.29", + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" + }, + "node_modules/@types/mapbox-gl": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/@types/mapbox-gl/-/mapbox-gl-2.3.3.tgz", + "integrity": "sha512-PN7ejo+l3YSdKDTjvtvPifGX9C86NeyRTSvZEGhWb9qkc0e3/CF7gkDmTWhNmZiou7GdKsCKstSvcaZDs2NXUw==", + "dependencies": { + "@types/geojson": "*" + } + }, + "node_modules/@types/mime": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", + "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==" + }, + "node_modules/@types/node": { + "version": "18.14.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.6.tgz", + "integrity": "sha512-93+VvleD3mXwlLI/xASjw0FzKcwzl3OdTCzm1LaRfqgS21gfFtK3zDXM5Op9TeeMsJVOaJ2VRDpT9q4Y3d0AvA==" + }, + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + }, + "node_modules/@types/prettier": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.2.tgz", + "integrity": "sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==" + }, + "node_modules/@types/prop-types": { + "version": "15.7.5", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", + "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" + }, + "node_modules/@types/q": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@types/q/-/q-1.5.5.tgz", + "integrity": "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==" + }, + "node_modules/@types/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==" + }, + "node_modules/@types/range-parser": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", + "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" + }, + "node_modules/@types/react": { + "version": "17.0.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.15.tgz", + "integrity": "sha512-uTKHDK9STXFHLaKv6IMnwp52fm0hwU+N89w/p9grdUqcFA6WuqDyPhaWopbNyE1k/VhgzmHl8pu1L4wITtmlLw==", + "dependencies": { + "@types/prop-types": "*", + "@types/scheduler": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-is": { + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.3.tgz", + "integrity": "sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==", + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/@types/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==", + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/@types/react/node_modules/csstype": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", + "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" + }, + "node_modules/@types/resolve": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", + "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==" + }, + "node_modules/@types/scheduler": { + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", + "integrity": "sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==" + }, + "node_modules/@types/semver": { + "version": "7.3.13", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", + "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==" + }, + "node_modules/@types/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "dependencies": { + "@types/express": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.1.tgz", + "integrity": "sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==", + "dependencies": { + "@types/mime": "*", + "@types/node": "*" + } + }, + "node_modules/@types/sockjs": { + "version": "0.3.33", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", + "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/stack-utils": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", + "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==" + }, + "node_modules/@types/trusted-types": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.3.tgz", + "integrity": "sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==" + }, + "node_modules/@types/use-sync-external-store": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz", + "integrity": "sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==" + }, + "node_modules/@types/warning": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.0.tgz", + "integrity": "sha512-t/Tvs5qR47OLOr+4E9ckN8AmP2Tf16gWq+/qA4iUGS/OOyHVO8wv2vjJuX8SNOUTJyWb+2t7wJm6cXILFnOROA==" + }, + "node_modules/@types/ws": { + "version": "8.5.4", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.4.tgz", + "integrity": "sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/yargs": { + "version": "16.0.5", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz", + "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", + "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==" + }, + "node_modules/@typescript-eslint/eslint-plugin": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz", + "integrity": "sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.54.1", + "@typescript-eslint/type-utils": "5.54.1", + "@typescript-eslint/utils": "5.54.1", + "debug": "^4.3.4", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "natural-compare-lite": "^1.4.0", + "regexpp": "^3.2.0", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/experimental-utils": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.54.1.tgz", + "integrity": "sha512-oqSc2Gr4TL/2M0XRJ9abA1o3Wf1cFJTNqWq0kjdStIIvgMQGZ3TSaFFJ2Cvy3Fgqi9UfDZ8u5idbACssIIyHaw==", + "dependencies": { + "@typescript-eslint/utils": "5.54.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.54.1.tgz", + "integrity": "sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==", + "dependencies": { + "@typescript-eslint/scope-manager": "5.54.1", + "@typescript-eslint/types": "5.54.1", + "@typescript-eslint/typescript-estree": "5.54.1", + "debug": "^4.3.4" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/parser/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/scope-manager": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz", + "integrity": "sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==", + "dependencies": { + "@typescript-eslint/types": "5.54.1", + "@typescript-eslint/visitor-keys": "5.54.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz", + "integrity": "sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==", + "dependencies": { + "@typescript-eslint/typescript-estree": "5.54.1", + "@typescript-eslint/utils": "5.54.1", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/types": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.54.1.tgz", + "integrity": "sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/typescript-estree": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz", + "integrity": "sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==", + "dependencies": { + "@typescript-eslint/types": "5.54.1", + "@typescript-eslint/visitor-keys": "5.54.1", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/typescript-estree/node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/utils": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.54.1.tgz", + "integrity": "sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.54.1", + "@typescript-eslint/types": "5.54.1", + "@typescript-eslint/typescript-estree": "5.54.1", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/@typescript-eslint/visitor-keys": { + "version": "5.54.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz", + "integrity": "sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==", + "dependencies": { + "@typescript-eslint/types": "5.54.1", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", + "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", + "dependencies": { + "@webassemblyjs/helper-numbers": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", + "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==" + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==" + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==" + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", + "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==" + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", + "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", + "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", + "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==" + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", + "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/helper-wasm-section": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-opt": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "@webassemblyjs/wast-printer": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", + "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", + "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-buffer": "1.11.1", + "@webassemblyjs/wasm-gen": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", + "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/helper-api-error": "1.11.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.1", + "@webassemblyjs/ieee754": "1.11.1", + "@webassemblyjs/leb128": "1.11.1", + "@webassemblyjs/utf8": "1.11.1" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", + "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", + "dependencies": { + "@webassemblyjs/ast": "1.11.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + }, + "node_modules/abab": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==" + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.8.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", + "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-globals": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", + "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==", + "dependencies": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + } + }, + "node_modules/acorn-globals/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-import-assertions": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", + "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", + "peerDependencies": { + "acorn": "^8" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/acorn-node": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz", + "integrity": "sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==", + "dependencies": { + "acorn": "^7.0.0", + "acorn-walk": "^7.0.0", + "xtend": "^4.0.2" + } + }, + "node_modules/acorn-node/node_modules/acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", + "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/address": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/adjust-sourcemap-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "dependencies": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" + }, + "engines": { + "node": ">=8.9" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-formats/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/aria-query": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", + "dependencies": { + "deep-equal": "^2.0.5" + } + }, + "node_modules/array-flatten": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==" + }, + "node_modules/array-includes": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.6.tgz", + "integrity": "sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", + "is-string": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/array.prototype.flat": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz", + "integrity": "sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flatmap": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.1.tgz", + "integrity": "sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.tosorted": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.1.tgz", + "integrity": "sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "es-shim-unscopables": "^1.0.0", + "get-intrinsic": "^1.1.3" + } + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" + }, + "node_modules/ast-types-flow": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==" + }, + "node_modules/async": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", + "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.13", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz", + "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + } + ], + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-lite": "^1.0.30001426", + "fraction.js": "^4.2.0", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.0", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/axe-core": { + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.6.3.tgz", + "integrity": "sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==", + "engines": { + "node": ">=4" + } + }, + "node_modules/axios": { + "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "dependencies": { + "follow-redirects": "^1.14.0" + } + }, + "node_modules/axobject-query": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", + "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", + "dependencies": { + "deep-equal": "^2.0.5" + } + }, + "node_modules/babel-jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + "dependencies": { + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^27.5.1", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.8.0" + } + }, + "node_modules/babel-jest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/babel-jest/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/babel-jest/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/babel-jest/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-jest/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "dependencies": { + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/babel-loader/node_modules/schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dependencies": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz", + "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==", + "dependencies": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.0.0", + "@types/babel__traverse": "^7.0.6" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" + } + }, + "node_modules/babel-plugin-named-asset-import": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/babel-plugin-named-asset-import/-/babel-plugin-named-asset-import-0.3.8.tgz", + "integrity": "sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==", + "peerDependencies": { + "@babel/core": "^7.1.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", + "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", + "dependencies": { + "@babel/compat-data": "^7.17.7", + "@babel/helper-define-polyfill-provider": "^0.3.3", + "semver": "^6.1.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", + "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.3", + "core-js-compat": "^3.25.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", + "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/babel-plugin-styled-components": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz", + "integrity": "sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==", + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.16.0", + "@babel/helper-module-imports": "^7.16.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "lodash": "^4.17.11", + "picomatch": "^2.3.0" + }, + "peerDependencies": { + "styled-components": ">= 2" + } + }, + "node_modules/babel-plugin-syntax-jsx": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", + "integrity": "sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==" + }, + "node_modules/babel-plugin-transform-react-remove-prop-types": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz", + "integrity": "sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==" + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz", + "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==", + "dependencies": { + "babel-plugin-jest-hoist": "^27.5.1", + "babel-preset-current-node-syntax": "^1.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/babel-preset-react-app": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-react-app/-/babel-preset-react-app-10.0.1.tgz", + "integrity": "sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==", + "dependencies": { + "@babel/core": "^7.16.0", + "@babel/plugin-proposal-class-properties": "^7.16.0", + "@babel/plugin-proposal-decorators": "^7.16.4", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", + "@babel/plugin-proposal-numeric-separator": "^7.16.0", + "@babel/plugin-proposal-optional-chaining": "^7.16.0", + "@babel/plugin-proposal-private-methods": "^7.16.0", + "@babel/plugin-transform-flow-strip-types": "^7.16.0", + "@babel/plugin-transform-react-display-name": "^7.16.0", + "@babel/plugin-transform-runtime": "^7.16.4", + "@babel/preset-env": "^7.16.4", + "@babel/preset-react": "^7.16.0", + "@babel/preset-typescript": "^7.16.0", + "@babel/runtime": "^7.16.3", + "babel-plugin-macros": "^3.1.0", + "babel-plugin-transform-react-remove-prop-types": "^0.4.24" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==" + }, + "node_modules/bfj": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-7.0.2.tgz", + "integrity": "sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==", + "dependencies": { + "bluebird": "^3.5.5", + "check-types": "^11.1.1", + "hoopy": "^0.1.4", + "tryer": "^1.0.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "node_modules/body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/bonjour-service": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.0.tgz", + "integrity": "sha512-LVRinRB3k1/K0XzZ2p58COnWvkQknIY6sf0zF2rpErvcJXpMBttEPQSxK+HEXSS9VmpZlDoDnQWv8ftJT20B0Q==", + "dependencies": { + "array-flatten": "^2.1.2", + "dns-equal": "^1.0.0", + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browser-process-hrtime": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", + "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==" + }, + "node_modules/browserslist": { + "version": "4.21.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", + "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001449", + "electron-to-chromium": "^1.4.284", + "node-releases": "^2.0.8", + "update-browserslist-db": "^1.0.10" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/builtin-modules": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", + "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/camelize": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", + "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/caniuse-api": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", + "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", + "dependencies": { + "browserslist": "^4.0.0", + "caniuse-lite": "^1.0.0", + "lodash.memoize": "^4.1.2", + "lodash.uniq": "^4.5.0" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001462", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001462.tgz", + "integrity": "sha512-PDd20WuOBPiasZ7KbFnmQRyuLE7cFXW2PVd7dmALzbkUXEP46upAuCDm9eY9vho8fgNMGmbAX92QBZHzcnWIqw==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + } + ] + }, + "node_modules/case-sensitive-paths-webpack-plugin": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz", + "integrity": "sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==", + "engines": { + "node": ">=4" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/check-types": { + "version": "11.1.2", + "resolved": "https://registry.npmjs.org/check-types/-/check-types-11.1.2.tgz", + "integrity": "sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==" + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "engines": { + "node": ">=6.0" + } + }, + "node_modules/ci-info": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", + "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "engines": { + "node": ">=8" + } + }, + "node_modules/cjs-module-lexer": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", + "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==" + }, + "node_modules/classnames": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", + "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" + }, + "node_modules/clean-css": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", + "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==", + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } + }, + "node_modules/clean-css/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/clsx": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/coa": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz", + "integrity": "sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==", + "dependencies": { + "@types/q": "^1.5.1", + "chalk": "^2.4.1", + "q": "^1.1.2" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "node_modules/colord": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" + }, + "node_modules/colorette": { + "version": "2.0.19", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", + "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/common-path-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==" + }, + "node_modules/common-tags": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz", + "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==" + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.4", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dependencies": { + "accepts": "~1.3.5", + "bytes": "3.0.0", + "compressible": "~2.0.16", + "debug": "2.6.9", + "on-headers": "~1.0.2", + "safe-buffer": "5.1.2", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/confusing-browser-globals": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", + "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==" + }, + "node_modules/connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/core-js": { + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.29.0.tgz", + "integrity": "sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==", + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-compat": { + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.29.0.tgz", + "integrity": "sha512-ScMn3uZNAFhK2DGoEfErguoiAHhV2Ju+oJo/jK08p7B3f3UhocUrCCkTvnZaiS+edl5nlIoiBXKcwMc6elv4KQ==", + "dependencies": { + "browserslist": "^4.21.5" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-js-pure": { + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.29.0.tgz", + "integrity": "sha512-v94gUjN5UTe1n0yN/opTihJ8QBWD2O8i19RfTZR7foONPWArnjB96QA/wk5ozu1mm6ja3udQCzOzwQXTxi3xOQ==", + "hasInstallScript": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/cosmiconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", + "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/css-blank-pseudo": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", + "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, + "bin": { + "css-blank-pseudo": "dist/cli.cjs" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/css-box-model": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/css-box-model/-/css-box-model-1.2.1.tgz", + "integrity": "sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw==", + "dependencies": { + "tiny-invariant": "^1.0.6" + } + }, + "node_modules/css-color-keywords": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", + "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", + "engines": { + "node": ">=4" + } + }, + "node_modules/css-declaration-sorter": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.3.1.tgz", + "integrity": "sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==", + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } + }, + "node_modules/css-has-pseudo": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", + "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, + "bin": { + "css-has-pseudo": "dist/cli.cjs" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/css-loader": { + "version": "6.7.3", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", + "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", + "dependencies": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.19", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.3.8" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/css-minimizer-webpack-plugin": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", + "integrity": "sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==", + "dependencies": { + "cssnano": "^5.0.6", + "jest-worker": "^27.0.2", + "postcss": "^8.3.5", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@parcel/css": { + "optional": true + }, + "clean-css": { + "optional": true + }, + "csso": { + "optional": true + }, + "esbuild": { + "optional": true + } + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/css-prefers-color-scheme": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", + "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", + "bin": { + "css-prefers-color-scheme": "dist/cli.cjs" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/css-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz", + "integrity": "sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^3.2.1", + "domutils": "^1.7.0", + "nth-check": "^1.0.2" + } + }, + "node_modules/css-select-base-adapter": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" + }, + "node_modules/css-to-react-native": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", + "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", + "dependencies": { + "camelize": "^1.0.0", + "css-color-keywords": "^1.0.0", + "postcss-value-parser": "^4.0.2" + } + }, + "node_modules/css-tree": { + "version": "1.0.0-alpha.37", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz", + "integrity": "sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==", + "dependencies": { + "mdn-data": "2.0.4", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/css-tree/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/css-vendor": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-2.0.8.tgz", + "integrity": "sha512-x9Aq0XTInxrkuFeHKbYC7zWY8ai7qJ04Kxd9MnvbC1uO5DagxoHQjm4JvG+vCdXOoFtCjbL2XSZfxmoYa9uQVQ==", + "dependencies": { + "@babel/runtime": "^7.8.3", + "is-in-browser": "^1.0.2" + } + }, + "node_modules/css-what": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz", + "integrity": "sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/csscolorparser": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/csscolorparser/-/csscolorparser-1.0.3.tgz", + "integrity": "sha1-s085HupNqPPpgjHizNjfnAQfFxs=" + }, + "node_modules/cssdb": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.4.1.tgz", + "integrity": "sha512-0Q8NOMpXJ3iTDDbUv9grcmQAfdDx4qz+fN/+Md2FGbevT+6+bJNQ2LjB2YIUlLbpBTM32idU1Sb+tb/uGt6/XQ==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/cssnano": { + "version": "5.1.15", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", + "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", + "dependencies": { + "cssnano-preset-default": "^5.2.14", + "lilconfig": "^2.0.3", + "yaml": "^1.10.2" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/cssnano" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-preset-default": { + "version": "5.2.14", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", + "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", + "dependencies": { + "css-declaration-sorter": "^6.3.1", + "cssnano-utils": "^3.1.0", + "postcss-calc": "^8.2.3", + "postcss-colormin": "^5.3.1", + "postcss-convert-values": "^5.1.3", + "postcss-discard-comments": "^5.1.2", + "postcss-discard-duplicates": "^5.1.0", + "postcss-discard-empty": "^5.1.1", + "postcss-discard-overridden": "^5.1.0", + "postcss-merge-longhand": "^5.1.7", + "postcss-merge-rules": "^5.1.4", + "postcss-minify-font-values": "^5.1.0", + "postcss-minify-gradients": "^5.1.1", + "postcss-minify-params": "^5.1.4", + "postcss-minify-selectors": "^5.2.1", + "postcss-normalize-charset": "^5.1.0", + "postcss-normalize-display-values": "^5.1.0", + "postcss-normalize-positions": "^5.1.1", + "postcss-normalize-repeat-style": "^5.1.1", + "postcss-normalize-string": "^5.1.0", + "postcss-normalize-timing-functions": "^5.1.0", + "postcss-normalize-unicode": "^5.1.1", + "postcss-normalize-url": "^5.1.0", + "postcss-normalize-whitespace": "^5.1.1", + "postcss-ordered-values": "^5.1.3", + "postcss-reduce-initial": "^5.1.2", + "postcss-reduce-transforms": "^5.1.0", + "postcss-svgo": "^5.1.0", + "postcss-unique-selectors": "^5.1.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/cssnano-utils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", + "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/csso": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", + "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", + "dependencies": { + "css-tree": "^1.1.2" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/csso/node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/csso/node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + }, + "node_modules/csso/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cssom": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" + }, + "node_modules/cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "dependencies": { + "cssom": "~0.3.6" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cssstyle/node_modules/cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + }, + "node_modules/csstype": { + "version": "2.6.17", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.17.tgz", + "integrity": "sha512-u1wmTI1jJGzCJzWndZo8mk4wnPTZd1eOIYTYvuEyOQGfmDl3TrabCCfKnOC86FZwW/9djqTl933UF/cS425i9A==" + }, + "node_modules/damerau-levenshtein": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", + "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" + }, + "node_modules/data-urls": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "dependencies": { + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/date-arithmetic": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/date-arithmetic/-/date-arithmetic-4.1.0.tgz", + "integrity": "sha512-QWxYLR5P/6GStZcdem+V1xoto6DMadYWpMXU82ES3/RfR3Wdwr3D0+be7mgOJ+Ov0G9D5Dmb9T17sNLQYj9XOg==" + }, + "node_modules/date-fns": { + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.28.0.tgz", + "integrity": "sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==", + "optional": true, + "peer": true, + "engines": { + "node": ">=0.11" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/date-fns" + } + }, + "node_modules/dayjs": { + "version": "1.11.7", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.7.tgz", + "integrity": "sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==" + }, + "node_modules/debug": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==" + }, + "node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==" + }, + "node_modules/deep-eql": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", + "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==", + "dependencies": { + "type-detect": "^4.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/deep-equal": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.0.tgz", + "integrity": "sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==", + "dependencies": { + "call-bind": "^1.0.2", + "es-get-iterator": "^1.1.2", + "get-intrinsic": "^1.1.3", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.1", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.9" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/deep-is": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", + "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" + }, + "node_modules/deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/default-gateway": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", + "dependencies": { + "execa": "^5.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "engines": { + "node": ">=8" + } + }, + "node_modules/define-properties": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", + "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "dependencies": { + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/defined": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz", + "integrity": "sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==" + }, + "node_modules/detect-port-alt": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz", + "integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==", + "dependencies": { + "address": "^1.0.1", + "debug": "^2.6.0" + }, + "bin": { + "detect": "bin/detect-port", + "detect-port": "bin/detect-port" + }, + "engines": { + "node": ">= 4.2.1" + } + }, + "node_modules/detect-port-alt/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/detect-port-alt/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/detective": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz", + "integrity": "sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw==", + "dependencies": { + "acorn-node": "^1.8.2", + "defined": "^1.0.0", + "minimist": "^1.2.6" + }, + "bin": { + "detective": "bin/detective.js" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" + }, + "node_modules/diff-sequences": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz", + "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==", + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + }, + "node_modules/dns-equal": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==" + }, + "node_modules/dns-packet": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz", + "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==", + "dependencies": { + "@leichtgewicht/ip-codec": "^2.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "dependencies": { + "utila": "~0.4" + } + }, + "node_modules/dom-helpers": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", + "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", + "dependencies": { + "@babel/runtime": "^7.8.7", + "csstype": "^3.0.2" + } + }, + "node_modules/dom-helpers/node_modules/csstype": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", + "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" + }, + "node_modules/dom-serializer": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", + "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", + "dependencies": { + "domelementtype": "^2.0.1", + "entities": "^2.0.0" + } + }, + "node_modules/dom-serializer/node_modules/domelementtype": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domelementtype": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", + "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" + }, + "node_modules/domexception": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "dependencies": { + "webidl-conversions": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/domexception/node_modules/webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domhandler/node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dependencies": { + "dom-serializer": "0", + "domelementtype": "1" + } + }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dotenv": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", + "engines": { + "node": ">=10" + } + }, + "node_modules/dotenv-expand": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" + }, + "node_modules/duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==" + }, + "node_modules/earcut": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/earcut/-/earcut-2.2.3.tgz", + "integrity": "sha512-iRDI1QeCQIhMCZk48DRDMVgQSSBDmbzzNhnxIo+pwx3swkfjMh6vh0nWLq1NdvGHLKH6wIrAM3vQWeTj6qeoug==" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "node_modules/ejs": { + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", + "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.4.325", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.325.tgz", + "integrity": "sha512-K1C03NT4I7BuzsRdCU5RWkgZxtswnKDYM6/eMhkEXqKu4e5T+ck610x3FPzu1y7HVFSiQKZqP16gnJzPpji1TQ==" + }, + "node_modules/emittery": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.12.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz", + "integrity": "sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/env-cmd": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/env-cmd/-/env-cmd-10.1.0.tgz", + "integrity": "sha512-mMdWTT9XKN7yNth/6N6g2GuKuJTsKMDHlQFUDacb/heQRRWOTIZ42t1rMHnQu4jYxU1ajdTeJM+9eEETlqToMA==", + "dependencies": { + "commander": "^4.0.0", + "cross-spawn": "^7.0.0" + }, + "bin": { + "env-cmd": "bin/env-cmd.js" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/error-stack-parser": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.1.4.tgz", + "integrity": "sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==", + "dependencies": { + "stackframe": "^1.3.4" + } + }, + "node_modules/es-abstract": { + "version": "1.21.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.21.1.tgz", + "integrity": "sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==", + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "es-set-tostringtag": "^2.0.1", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", + "get-intrinsic": "^1.1.3", + "get-symbol-description": "^1.0.0", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", + "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.4", + "is-array-buffer": "^3.0.1", + "is-callable": "^1.2.7", + "is-negative-zero": "^2.0.2", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "is-string": "^1.0.7", + "is-typed-array": "^1.1.10", + "is-weakref": "^1.0.2", + "object-inspect": "^1.12.2", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.4.3", + "safe-regex-test": "^1.0.0", + "string.prototype.trimend": "^1.0.6", + "string.prototype.trimstart": "^1.0.6", + "typed-array-length": "^1.0.4", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.9" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-get-iterator": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "is-arguments": "^1.1.1", + "is-map": "^2.0.2", + "is-set": "^2.0.2", + "is-string": "^1.0.7", + "isarray": "^2.0.5", + "stop-iteration-iterator": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-module-lexer": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", + "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==" + }, + "node_modules/es-set-tostringtag": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", + "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "dependencies": { + "get-intrinsic": "^1.1.3", + "has": "^1.0.3", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "dependencies": { + "has": "^1.0.3" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/escodegen/node_modules/levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==", + "dependencies": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/node_modules/optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dependencies": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/node_modules/prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/escodegen/node_modules/type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==", + "dependencies": { + "prelude-ls": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/eslint": { + "version": "8.35.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.35.0.tgz", + "integrity": "sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==", + "dependencies": { + "@eslint/eslintrc": "^2.0.0", + "@eslint/js": "8.35.0", + "@humanwhocodes/config-array": "^0.11.8", + "@humanwhocodes/module-importer": "^1.0.1", + "@nodelib/fs.walk": "^1.2.8", + "ajv": "^6.10.0", + "chalk": "^4.0.0", + "cross-spawn": "^7.0.2", + "debug": "^4.3.2", + "doctrine": "^3.0.0", + "escape-string-regexp": "^4.0.0", + "eslint-scope": "^7.1.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.4.0", + "esquery": "^1.4.2", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "grapheme-splitter": "^1.0.4", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "is-path-inside": "^3.0.3", + "js-sdsl": "^4.1.4", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.1.2", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "regexpp": "^3.2.0", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0" + }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-config-react-app": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz", + "integrity": "sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==", + "dependencies": { + "@babel/core": "^7.16.0", + "@babel/eslint-parser": "^7.16.3", + "@rushstack/eslint-patch": "^1.1.0", + "@typescript-eslint/eslint-plugin": "^5.5.0", + "@typescript-eslint/parser": "^5.5.0", + "babel-preset-react-app": "^10.0.1", + "confusing-browser-globals": "^1.0.11", + "eslint-plugin-flowtype": "^8.0.3", + "eslint-plugin-import": "^2.25.3", + "eslint-plugin-jest": "^25.3.0", + "eslint-plugin-jsx-a11y": "^6.5.1", + "eslint-plugin-react": "^7.27.1", + "eslint-plugin-react-hooks": "^4.3.0", + "eslint-plugin-testing-library": "^5.0.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "eslint": "^8.0.0" + } + }, + "node_modules/eslint-import-resolver-node": { + "version": "0.3.7", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.7.tgz", + "integrity": "sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==", + "dependencies": { + "debug": "^3.2.7", + "is-core-module": "^2.11.0", + "resolve": "^1.22.1" + } + }, + "node_modules/eslint-import-resolver-node/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-module-utils": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", + "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", + "dependencies": { + "debug": "^3.2.7" + }, + "engines": { + "node": ">=4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } + } + }, + "node_modules/eslint-module-utils/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-flowtype": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-8.0.3.tgz", + "integrity": "sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==", + "dependencies": { + "lodash": "^4.17.21", + "string-natural-compare": "^3.0.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@babel/plugin-syntax-flow": "^7.14.5", + "@babel/plugin-transform-react-jsx": "^7.14.9", + "eslint": "^8.1.0" + } + }, + "node_modules/eslint-plugin-import": { + "version": "2.27.5", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.27.5.tgz", + "integrity": "sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==", + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flat": "^1.3.1", + "array.prototype.flatmap": "^1.3.1", + "debug": "^3.2.7", + "doctrine": "^2.1.0", + "eslint-import-resolver-node": "^0.3.7", + "eslint-module-utils": "^2.7.4", + "has": "^1.0.3", + "is-core-module": "^2.11.0", + "is-glob": "^4.0.3", + "minimatch": "^3.1.2", + "object.values": "^1.1.6", + "resolve": "^1.22.1", + "semver": "^6.3.0", + "tsconfig-paths": "^3.14.1" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + } + }, + "node_modules/eslint-plugin-import/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/eslint-plugin-import/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-plugin-import/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-plugin-jest": { + "version": "25.7.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.7.0.tgz", + "integrity": "sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==", + "dependencies": { + "@typescript-eslint/experimental-utils": "^5.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "@typescript-eslint/eslint-plugin": { + "optional": true + }, + "jest": { + "optional": true + } + } + }, + "node_modules/eslint-plugin-jsx-a11y": { + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", + "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", + "dependencies": { + "@babel/runtime": "^7.20.7", + "aria-query": "^5.1.3", + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", + "ast-types-flow": "^0.0.7", + "axe-core": "^4.6.2", + "axobject-query": "^3.1.1", + "damerau-levenshtein": "^1.0.8", + "emoji-regex": "^9.2.2", + "has": "^1.0.3", + "jsx-ast-utils": "^3.3.3", + "language-tags": "=1.0.5", + "minimatch": "^3.1.2", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=4.0" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, + "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-plugin-react": { + "version": "7.32.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz", + "integrity": "sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==", + "dependencies": { + "array-includes": "^3.1.6", + "array.prototype.flatmap": "^1.3.1", + "array.prototype.tosorted": "^1.1.1", + "doctrine": "^2.1.0", + "estraverse": "^5.3.0", + "jsx-ast-utils": "^2.4.1 || ^3.0.0", + "minimatch": "^3.1.2", + "object.entries": "^1.1.6", + "object.fromentries": "^2.0.6", + "object.hasown": "^1.1.2", + "object.values": "^1.1.6", + "prop-types": "^15.8.1", + "resolve": "^2.0.0-next.4", + "semver": "^6.3.0", + "string.prototype.matchall": "^4.0.8" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, + "node_modules/eslint-plugin-react-hooks": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", + "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" + } + }, + "node_modules/eslint-plugin-react/node_modules/doctrine": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", + "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", + "dependencies": { + "esutils": "^2.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/eslint-plugin-react/node_modules/resolve": { + "version": "2.0.0-next.4", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", + "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/eslint-plugin-react/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/eslint-plugin-testing-library": { + "version": "5.10.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-5.10.2.tgz", + "integrity": "sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==", + "dependencies": { + "@typescript-eslint/utils": "^5.43.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0", + "npm": ">=6" + }, + "peerDependencies": { + "eslint": "^7.5.0 || ^8.0.0" + } + }, + "node_modules/eslint-scope": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint-webpack-plugin": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-webpack-plugin/-/eslint-webpack-plugin-3.2.0.tgz", + "integrity": "sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==", + "dependencies": { + "@types/eslint": "^7.29.0 || ^8.4.1", + "jest-worker": "^28.0.2", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0", + "webpack": "^5.0.0" + } + }, + "node_modules/eslint-webpack-plugin/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/eslint-webpack-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/eslint-webpack-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint-webpack-plugin/node_modules/jest-worker": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz", + "integrity": "sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/eslint-webpack-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/eslint-webpack-plugin/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/eslint-webpack-plugin/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/eslint/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/eslint/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/espree": { + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", + "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==", + "dependencies": { + "acorn": "^8.8.0", + "acorn-jsx": "^5.3.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dependencies": { + "estraverse": "^5.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estree-walker": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", + "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==" + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expect": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "dependencies": { + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/express": { + "version": "4.18.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.1", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.5.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/express/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-glob": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", + "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" + }, + "node_modules/fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dependencies": { + "bser": "2.1.1" + } + }, + "node_modules/fbjs": { + "version": "0.8.18", + "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.18.tgz", + "integrity": "sha512-EQaWFK+fEPSoibjNy8IxUtaFOMXcWsY0JaVrQoZR9zC8N2Ygf9iDITPWjUTVIax95b6I742JFLqASHfsag/vKA==", + "dependencies": { + "core-js": "^1.0.0", + "isomorphic-fetch": "^2.1.1", + "loose-envify": "^1.0.0", + "object-assign": "^4.1.0", + "promise": "^7.1.1", + "setimmediate": "^1.0.5", + "ua-parser-js": "^0.7.30" + } + }, + "node_modules/fbjs/node_modules/core-js": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", + "integrity": "sha512-ZiPp9pZlgxpWRu0M+YWbm6+aQ84XEfH1JRXvfOc/fILWI0VKhLC2LX13X1NYq4fULzLMq7Hfh43CSo2/aIaUPA==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js." + }, + "node_modules/fbjs/node_modules/promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "dependencies": { + "asap": "~2.0.3" + } + }, + "node_modules/file-entry-cache": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", + "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", + "dependencies": { + "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/file-loader": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "dependencies": { + "loader-utils": "^2.0.0", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/filesize": { + "version": "8.0.7", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-8.0.7.tgz", + "integrity": "sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/find-cache-dir": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", + "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", + "dependencies": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" + }, + "node_modules/follow-redirects": { + "version": "1.15.2", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", + "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/fork-ts-checker-webpack-plugin": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", + "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", + "dependencies": { + "@babel/code-frame": "^7.8.3", + "@types/json-schema": "^7.0.5", + "chalk": "^4.1.0", + "chokidar": "^3.4.2", + "cosmiconfig": "^6.0.0", + "deepmerge": "^4.2.2", + "fs-extra": "^9.0.0", + "glob": "^7.1.6", + "memfs": "^3.1.2", + "minimatch": "^3.0.4", + "schema-utils": "2.7.0", + "semver": "^7.3.2", + "tapable": "^1.0.0" + }, + "engines": { + "node": ">=10", + "yarn": ">=1.0.0" + }, + "peerDependencies": { + "eslint": ">= 6", + "typescript": ">= 2.7", + "vue-template-compiler": "*", + "webpack": ">= 4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + }, + "vue-template-compiler": { + "optional": true + } + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.0.tgz", + "integrity": "sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==", + "dependencies": { + "@types/json-schema": "^7.0.4", + "ajv": "^6.12.2", + "ajv-keywords": "^3.4.1" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fraction.js": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", + "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://www.patreon.com/infusion" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fs-monkey": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", + "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==" + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "node_modules/function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/geojson-vt": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/geojson-vt/-/geojson-vt-3.2.1.tgz", + "integrity": "sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==" + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz", + "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-symbol-description": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gl-matrix": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz", + "integrity": "sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==" + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "node_modules/global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "dependencies": { + "global-prefix": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "dependencies": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/global-prefix/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/globalthis": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", + "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "dependencies": { + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + }, + "node_modules/grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==" + }, + "node_modules/grid-index": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/grid-index/-/grid-index-1.1.0.tgz", + "integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==" + }, + "node_modules/gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "dependencies": { + "duplexer": "^0.1.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/hammerjs": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz", + "integrity": "sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==" + }, + "node_modules/harmony-reflect": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.2.tgz", + "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==" + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dependencies": { + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "bin": { + "he": "bin/he" + } + }, + "node_modules/history": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", + "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", + "dependencies": { + "@babel/runtime": "^7.7.6" + } + }, + "node_modules/hoist-non-react-statics": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", + "dependencies": { + "react-is": "^16.7.0" + } + }, + "node_modules/hoopy": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", + "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/hpack.js/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "node_modules/hpack.js/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/hpack.js/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/html-encoding-sniffer": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz", + "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==", + "dependencies": { + "whatwg-encoding": "^1.0.5" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/html-entities": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", + "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==" + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "node_modules/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dependencies": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/html-minifier-terser/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "engines": { + "node": ">= 12" + } + }, + "node_modules/html-webpack-plugin": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", + "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "dependencies": { + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/html-webpack-plugin" + }, + "peerDependencies": { + "webpack": "^5.20.0" + } + }, + "node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/htmlparser2/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/htmlparser2/node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/htmlparser2/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==" + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==" + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/http-proxy-middleware": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", + "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "dependencies": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/hyphenate-style-name": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", + "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" + }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/idb": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/idb/-/idb-7.1.1.tgz", + "integrity": "sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==" + }, + "node_modules/identity-obj-proxy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/identity-obj-proxy/-/identity-obj-proxy-3.0.0.tgz", + "integrity": "sha1-lNK9qWCERT7zb7xarsN+D3nx/BQ=", + "dependencies": { + "harmony-reflect": "^1.4.6" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/immer": { + "version": "9.0.17", + "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.17.tgz", + "integrity": "sha512-+hBruaLSQvkPfxRiTLK/mi4vLH+/VQS6z2KJahdoxlleFOI8ARqzOF17uy12eFDlqWmPoygwc5evgwcp+dlHhg==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/immer" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "node_modules/internal-slot": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", + "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "dependencies": { + "get-intrinsic": "^1.2.0", + "has": "^1.0.3", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/invariant": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", + "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/ipaddr.js": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", + "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.0", + "is-typed-array": "^1.1.10" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz", + "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==", + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-in-browser": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz", + "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=" + }, + "node_modules/is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==" + }, + "node_modules/is-negative-zero": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==" + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-root": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-root/-/is-root-2.1.0.tgz", + "integrity": "sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.10.tgz", + "integrity": "sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==", + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "node_modules/is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isomorphic-fetch": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "integrity": "sha512-9c4TNAKYXM5PRyVcwUZrF3W09nQ+sO7+jydgs4ZGW9dhsLG2VOlISJABombdQqQRXCwuYG3sYV/puGf5rp0qmA==", + "dependencies": { + "node-fetch": "^1.0.1", + "whatwg-fetch": ">=0.10.0" + } + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", + "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jake": { + "version": "10.8.5", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", + "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.1", + "minimatch": "^3.0.4" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jake/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jake/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jake/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jake/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jake/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jake/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "dependencies": { + "@jest/core": "^27.5.1", + "import-local": "^3.0.2", + "jest-cli": "^27.5.1" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz", + "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==", + "dependencies": { + "@jest/types": "^27.5.1", + "execa": "^5.0.0", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-circus": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz", + "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^0.7.0", + "expect": "^27.5.1", + "is-generator-fn": "^2.0.0", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-circus/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-circus/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-circus/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-circus/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-circus/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-circus/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz", + "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==", + "dependencies": { + "@jest/core": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "import-local": "^3.0.2", + "jest-config": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "prompts": "^2.0.1", + "yargs": "^16.2.0" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-cli/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-cli/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-cli/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-cli/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-cli/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-cli/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-config": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "dependencies": { + "@babel/core": "^7.8.0", + "@jest/test-sequencer": "^27.5.1", + "@jest/types": "^27.5.1", + "babel-jest": "^27.5.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.1", + "graceful-fs": "^4.2.9", + "jest-circus": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-jasmine2": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runner": "^27.5.1", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "peerDependencies": { + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "ts-node": { + "optional": true + } + } + }, + "node_modules/jest-config/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-config/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-config/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-config/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-config/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-config/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-diff": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "dependencies": { + "chalk": "^4.0.0", + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-diff/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-diff/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-diff/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-diff/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-diff/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-diff/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-docblock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "dependencies": { + "detect-newline": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-each": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz", + "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==", + "dependencies": { + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-each/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-each/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-each/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-each/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-each/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-environment-jsdom": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz", + "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1", + "jsdom": "^16.6.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-environment-node": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz", + "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1", + "jest-util": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-get-type": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz", + "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==", + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz", + "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==", + "dependencies": { + "@jest/types": "^27.5.1", + "@types/graceful-fs": "^4.1.2", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^27.5.1", + "jest-serializer": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "micromatch": "^4.0.4", + "walker": "^1.0.7" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + } + }, + "node_modules/jest-jasmine2": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", + "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "expect": "^27.5.1", + "is-generator-fn": "^2.0.0", + "jest-each": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "pretty-format": "^27.5.1", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-jasmine2/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-jasmine2/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-jasmine2/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-jasmine2/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-jasmine2/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-jasmine2/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-leak-detector": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz", + "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==", + "dependencies": { + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-matcher-utils": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz", + "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==", + "dependencies": { + "chalk": "^4.0.0", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-matcher-utils/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-matcher-utils/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-matcher-utils/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-matcher-utils/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-message-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz", + "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==", + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^27.5.1", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^27.5.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-message-util/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-message-util/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-message-util/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-message-util/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-message-util/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } + } + }, + "node_modules/jest-regex-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz", + "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==", + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-resolve": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz", + "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==", + "dependencies": { + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^27.5.1", + "jest-validate": "^27.5.1", + "resolve": "^1.20.0", + "resolve.exports": "^1.1.0", + "slash": "^3.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-resolve-dependencies": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz", + "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==", + "dependencies": { + "@jest/types": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-snapshot": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-resolve/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-resolve/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-resolve/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-resolve/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-resolve/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-resolve/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runner": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz", + "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==", + "dependencies": { + "@jest/console": "^27.5.1", + "@jest/environment": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.8.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^27.5.1", + "jest-environment-jsdom": "^27.5.1", + "jest-environment-node": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-leak-detector": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-runtime": "^27.5.1", + "jest-util": "^27.5.1", + "jest-worker": "^27.5.1", + "source-map-support": "^0.5.6", + "throat": "^6.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-runner/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-runner/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-runner/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-runner/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runner/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runtime": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz", + "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==", + "dependencies": { + "@jest/environment": "^27.5.1", + "@jest/fake-timers": "^27.5.1", + "@jest/globals": "^27.5.1", + "@jest/source-map": "^27.5.1", + "@jest/test-result": "^27.5.1", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "execa": "^5.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-mock": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-resolve": "^27.5.1", + "jest-snapshot": "^27.5.1", + "jest-util": "^27.5.1", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-runtime/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-runtime/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-runtime/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-runtime/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-runtime/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-runtime/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-serializer": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", + "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "dependencies": { + "@types/node": "*", + "graceful-fs": "^4.2.9" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-snapshot": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz", + "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==", + "dependencies": { + "@babel/core": "^7.7.2", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/traverse": "^7.7.2", + "@babel/types": "^7.0.0", + "@jest/transform": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/babel__traverse": "^7.0.4", + "@types/prettier": "^2.1.5", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-haste-map": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1", + "jest-util": "^27.5.1", + "natural-compare": "^1.4.0", + "pretty-format": "^27.5.1", + "semver": "^7.3.2" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-snapshot/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-snapshot/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-snapshot/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-util": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz", + "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==", + "dependencies": { + "@jest/types": "^27.5.1", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-util/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-util/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-util/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-util/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-util/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-util/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-validate": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", + "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", + "dependencies": { + "@jest/types": "^27.5.1", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^27.5.1", + "leven": "^3.1.0", + "pretty-format": "^27.5.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-validate/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-validate/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-validate/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-validate/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-validate/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-validate/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watch-typeahead": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-1.1.0.tgz", + "integrity": "sha512-Va5nLSJTN7YFtC2jd+7wsoe1pNe5K4ShLux/E5iHEwlB9AxaxmggY7to9KUqKojhaJw3aXqt5WAb4jGPOolpEw==", + "dependencies": { + "ansi-escapes": "^4.3.1", + "chalk": "^4.0.0", + "jest-regex-util": "^28.0.0", + "jest-watcher": "^28.0.0", + "slash": "^4.0.0", + "string-length": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "jest": "^27.0.0 || ^28.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/@jest/console": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-28.1.3.tgz", + "integrity": "sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==", + "dependencies": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^28.1.3", + "jest-util": "^28.1.3", + "slash": "^3.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/@jest/console/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watch-typeahead/node_modules/@jest/test-result": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.3.tgz", + "integrity": "sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==", + "dependencies": { + "@jest/console": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/@jest/types": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz", + "integrity": "sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==", + "dependencies": { + "@jest/schemas": "^28.1.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/@types/yargs": { + "version": "17.0.22", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz", + "integrity": "sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/jest-watch-typeahead/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-watch-typeahead/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-watch-typeahead/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-watch-typeahead/node_modules/emittery": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", + "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/jest-watch-typeahead/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watch-typeahead/node_modules/jest-message-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-28.1.3.tgz", + "integrity": "sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==", + "dependencies": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^28.1.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^28.1.3", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/jest-message-util/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watch-typeahead/node_modules/jest-regex-util": { + "version": "28.0.2", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz", + "integrity": "sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==", + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/jest-util": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz", + "integrity": "sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==", + "dependencies": { + "@jest/types": "^28.1.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/jest-watcher": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-28.1.3.tgz", + "integrity": "sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==", + "dependencies": { + "@jest/test-result": "^28.1.3", + "@jest/types": "^28.1.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.10.2", + "jest-util": "^28.1.3", + "string-length": "^4.0.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-watch-typeahead/node_modules/jest-watcher/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watch-typeahead/node_modules/pretty-format": { + "version": "28.1.3", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-28.1.3.tgz", + "integrity": "sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==", + "dependencies": { + "@jest/schemas": "^28.1.3", + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + } + }, + "node_modules/jest-watch-typeahead/node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-watch-typeahead/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/jest-watch-typeahead/node_modules/slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-watch-typeahead/node_modules/string-length": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", + "integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", + "dependencies": { + "char-regex": "^2.0.0", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-watch-typeahead/node_modules/string-length/node_modules/char-regex": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-2.0.1.tgz", + "integrity": "sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==", + "engines": { + "node": ">=12.20" + } + }, + "node_modules/jest-watch-typeahead/node_modules/strip-ansi": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz", + "integrity": "sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/jest-watch-typeahead/node_modules/strip-ansi/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/jest-watch-typeahead/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watcher": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "dependencies": { + "@jest/test-result": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "jest-util": "^27.5.1", + "string-length": "^4.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/jest-watcher/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/jest-watcher/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/jest-watcher/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/jest-watcher/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/jest-watcher/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-watcher/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/js-sdsl": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", + "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/js-sdsl" + } + }, + "node_modules/js-sha256": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/js-sha256/-/js-sha256-0.9.0.tgz", + "integrity": "sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==" + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsdom": { + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", + "dependencies": { + "abab": "^2.0.5", + "acorn": "^8.2.4", + "acorn-globals": "^6.0.0", + "cssom": "^0.4.4", + "cssstyle": "^2.3.0", + "data-urls": "^2.0.0", + "decimal.js": "^10.2.1", + "domexception": "^2.0.1", + "escodegen": "^2.0.0", + "form-data": "^3.0.0", + "html-encoding-sniffer": "^2.0.1", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.0", + "parse5": "6.0.1", + "saxes": "^5.0.1", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.0.0", + "w3c-hr-time": "^1.0.2", + "w3c-xmlserializer": "^2.0.0", + "webidl-conversions": "^6.1.0", + "whatwg-encoding": "^1.0.5", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.5.0", + "ws": "^7.4.6", + "xml-name-validator": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "canvas": "^2.5.0" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } + } + }, + "node_modules/jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, + "node_modules/json-schema": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonpointer": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", + "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jss": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jss/-/jss-10.9.2.tgz", + "integrity": "sha512-b8G6rWpYLR4teTUbGd4I4EsnWjg7MN0Q5bSsjKhVkJVjhQDy2KzkbD2AW3TuT0RYZVmZZHKIrXDn6kjU14qkUg==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "csstype": "^3.0.2", + "is-in-browser": "^1.1.3", + "tiny-warning": "^1.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/jss" + } + }, + "node_modules/jss-plugin-camel-case": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jss-plugin-camel-case/-/jss-plugin-camel-case-10.9.2.tgz", + "integrity": "sha512-wgBPlL3WS0WDJ1lPJcgjux/SHnDuu7opmgQKSraKs4z8dCCyYMx9IDPFKBXQ8Q5dVYij1FFV0WdxyhuOOAXuTg==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "hyphenate-style-name": "^1.0.3", + "jss": "10.9.2" + } + }, + "node_modules/jss-plugin-default-unit": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jss-plugin-default-unit/-/jss-plugin-default-unit-10.9.2.tgz", + "integrity": "sha512-pYg0QX3bBEFtTnmeSI3l7ad1vtHU42YEEpgW7pmIh+9pkWNWb5dwS/4onSfAaI0kq+dOZHzz4dWe+8vWnanoSg==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "jss": "10.9.2" + } + }, + "node_modules/jss-plugin-global": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jss-plugin-global/-/jss-plugin-global-10.9.2.tgz", + "integrity": "sha512-GcX0aE8Ef6AtlasVrafg1DItlL/tWHoC4cGir4r3gegbWwF5ZOBYhx04gurPvWHC8F873aEGqge7C17xpwmp2g==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "jss": "10.9.2" + } + }, + "node_modules/jss-plugin-nested": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jss-plugin-nested/-/jss-plugin-nested-10.9.2.tgz", + "integrity": "sha512-VgiOWIC6bvgDaAL97XCxGD0BxOKM0K0zeB/ECyNaVF6FqvdGB9KBBWRdy2STYAss4VVA7i5TbxFZN+WSX1kfQA==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "jss": "10.9.2", + "tiny-warning": "^1.0.2" + } + }, + "node_modules/jss-plugin-props-sort": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jss-plugin-props-sort/-/jss-plugin-props-sort-10.9.2.tgz", + "integrity": "sha512-AP1AyUTbi2szylgr+O0OB7gkIxEGzySLITZ2GpsaoX72YMCGI2jYAc+WUhPfvUnZYiauF4zTnN4V4TGuvFjJlw==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "jss": "10.9.2" + } + }, + "node_modules/jss-plugin-rule-value-function": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jss-plugin-rule-value-function/-/jss-plugin-rule-value-function-10.9.2.tgz", + "integrity": "sha512-vf5ms8zvLFMub6swbNxvzsurHfUZ5Shy5aJB2gIpY6WNA3uLinEcxYyraQXItRHi5ivXGqYciFDRM2ZoVoRZ4Q==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "jss": "10.9.2", + "tiny-warning": "^1.0.2" + } + }, + "node_modules/jss-plugin-vendor-prefixer": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/jss-plugin-vendor-prefixer/-/jss-plugin-vendor-prefixer-10.9.2.tgz", + "integrity": "sha512-SxcEoH+Rttf9fEv6KkiPzLdXRmI6waOTcMkbbEFgdZLDYNIP9UKNHFy6thhbRKqv0XMQZdrEsbDyV464zE/dUA==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "css-vendor": "^2.0.8", + "jss": "10.9.2" + } + }, + "node_modules/jss/node_modules/csstype": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.8.tgz", + "integrity": "sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==" + }, + "node_modules/jsx-ast-utils": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.3.tgz", + "integrity": "sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==", + "dependencies": { + "array-includes": "^3.1.5", + "object.assign": "^4.1.3" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/kdbush": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/kdbush/-/kdbush-3.0.0.tgz", + "integrity": "sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew==" + }, + "node_modules/keycloak-js": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/keycloak-js/-/keycloak-js-21.1.1.tgz", + "integrity": "sha512-Viyhf0SOpu2jM/A33vpigSCFLo8l4yg8lqzaGyxXoZ3nGO9lo68B2LwJBDtgpzqDUh8DK//yCOzdWuR2CT4keA==", + "dependencies": { + "base64-js": "^1.5.1", + "js-sha256": "^0.9.0" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "engines": { + "node": ">=6" + } + }, + "node_modules/klona": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/language-subtag-registry": { + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", + "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==" + }, + "node_modules/language-tags": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", + "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", + "dependencies": { + "language-subtag-registry": "~0.3.2" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "dependencies": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "engines": { + "node": ">=10" + } + }, + "node_modules/lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=" + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", + "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" + }, + "node_modules/lodash.sortby": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", + "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==" + }, + "node_modules/lodash.uniq": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==" + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/luxon": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", + "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/magic-string": { + "version": "0.25.9", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz", + "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==", + "dependencies": { + "sourcemap-codec": "^1.4.8" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dependencies": { + "tmpl": "1.0.5" + } + }, + "node_modules/mapbox-gl": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-2.9.1.tgz", + "integrity": "sha512-PWEyI0FUeWaCbDnKmzHBi6CIB264SG6O894PJL1q4Cz/ZiHNyAROonCD48bxVWSQnXXAEDPyhJS5MiJ2K5DTjw==", + "dependencies": { + "@mapbox/geojson-rewind": "^0.5.1", + "@mapbox/geojson-types": "^1.0.2", + "@mapbox/jsonlint-lines-primitives": "^2.0.2", + "@mapbox/mapbox-gl-supported": "^2.0.1", + "@mapbox/point-geometry": "^0.1.0", + "@mapbox/tiny-sdf": "^2.0.5", + "@mapbox/unitbezier": "^0.0.0", + "@mapbox/vector-tile": "^1.3.1", + "@mapbox/whoots-js": "^3.1.0", + "csscolorparser": "~1.0.3", + "earcut": "^2.2.3", + "geojson-vt": "^3.2.1", + "gl-matrix": "^3.4.3", + "grid-index": "^1.1.0", + "murmurhash-js": "^1.0.0", + "pbf": "^3.2.1", + "potpack": "^1.0.2", + "quickselect": "^2.0.0", + "rw": "^1.3.3", + "supercluster": "^7.1.4", + "tinyqueue": "^2.0.3", + "vt-pbf": "^3.1.3" + } + }, + "node_modules/mapbox-gl/node_modules/@mapbox/tiny-sdf": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@mapbox/tiny-sdf/-/tiny-sdf-2.0.5.tgz", + "integrity": "sha512-OhXt2lS//WpLdkqrzo/KwB7SRD8AiNTFFzuo9n14IBupzIMa67yGItcK7I2W9D8Ghpa4T04Sw9FWsKCJG50Bxw==" + }, + "node_modules/mdn-data": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz", + "integrity": "sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memfs": { + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.13.tgz", + "integrity": "sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==", + "dependencies": { + "fs-monkey": "^1.0.3" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/memoize-one": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz", + "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" + }, + "node_modules/merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.3.tgz", + "integrity": "sha512-CD9cXeKeXLcnMw8FZdtfrRrLaM7gwCl4nKuKn2YkY2Bw5wdlB8zU2cCzw+w2zS9RFvbrufTBkMCJACNPwqQA0w==", + "dependencies": { + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/mini-css-extract-plugin/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mjolnir.js": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mjolnir.js/-/mjolnir.js-2.6.0.tgz", + "integrity": "sha512-rGA7+BJKvXI0ypxQD/+rQE/sW26kmc8UIZWhmQrjhwCf/zvhbcBlsu2vPB6w0Kv/rVnVFEONTSQqC0vFEpQvIA==", + "dependencies": { + "@babel/runtime": "^7.0.0", + "hammerjs": "^2.0.8" + }, + "engines": { + "node": ">= 4", + "npm": ">= 3" + } + }, + "node_modules/mkdirp": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", + "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", + "dependencies": { + "minimist": "^1.2.5" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dependencies": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/murmurhash-js": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz", + "integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E=" + }, + "node_modules/nanoid": { + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", + "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" + }, + "node_modules/natural-compare-lite": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz", + "integrity": "sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-fetch": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", + "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", + "dependencies": { + "encoding": "^0.1.11", + "is-stream": "^1.0.1" + } + }, + "node_modules/node-fetch/node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==" + }, + "node_modules/node-releases": { + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz", + "integrity": "sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==" + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", + "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/nth-check": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", + "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", + "dependencies": { + "boolbase": "~1.0.0" + } + }, + "node_modules/nwsapi": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.2.tgz", + "integrity": "sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==" + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-inspect": { + "version": "1.12.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", + "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.entries": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.6.tgz", + "integrity": "sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.fromentries": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.6.tgz", + "integrity": "sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.getownpropertydescriptors": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz", + "integrity": "sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.2" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.hasown": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.2.tgz", + "integrity": "sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==", + "dependencies": { + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.values": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.6.tgz", + "integrity": "sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", + "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", + "dependencies": { + "@types/retry": "0.12.0", + "retry": "^0.13.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "node_modules/path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/pbf": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.2.1.tgz", + "integrity": "sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==", + "dependencies": { + "ieee754": "^1.1.12", + "resolve-protobuf-schema": "^2.1.0" + }, + "bin": { + "pbf": "bin/pbf" + } + }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-up": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz", + "integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==", + "dependencies": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-up/node_modules/find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dependencies": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-up/node_modules/locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dependencies": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-up/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-up/node_modules/p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dependencies": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/pkg-up/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/popper.js": { + "version": "1.16.1-lts", + "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz", + "integrity": "sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA==" + }, + "node_modules/postcss": { + "version": "8.4.21", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", + "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], + "dependencies": { + "nanoid": "^3.3.4", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-attribute-case-insensitive": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", + "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", + "dependencies": { + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-browser-comments": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz", + "integrity": "sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==", + "engines": { + "node": ">=8" + }, + "peerDependencies": { + "browserslist": ">=4", + "postcss": ">=8" + } + }, + "node_modules/postcss-calc": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", + "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", + "dependencies": { + "postcss-selector-parser": "^6.0.9", + "postcss-value-parser": "^4.2.0" + }, + "peerDependencies": { + "postcss": "^8.2.2" + } + }, + "node_modules/postcss-clamp": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", + "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": ">=7.6.0" + }, + "peerDependencies": { + "postcss": "^8.4.6" + } + }, + "node_modules/postcss-color-functional-notation": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", + "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-color-hex-alpha": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", + "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-color-rebeccapurple": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", + "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-colormin": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", + "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0", + "colord": "^2.9.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-convert-values": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", + "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", + "dependencies": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-custom-media": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", + "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.3" + } + }, + "node_modules/postcss-custom-properties": { + "version": "12.1.11", + "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.11.tgz", + "integrity": "sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-custom-selectors": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", + "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", + "dependencies": { + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.3" + } + }, + "node_modules/postcss-dir-pseudo-class": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", + "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", + "dependencies": { + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-discard-comments": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-duplicates": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", + "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-empty": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", + "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-discard-overridden": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", + "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-double-position-gradients": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", + "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-env-function": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", + "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-flexbugs-fixes": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz", + "integrity": "sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==", + "peerDependencies": { + "postcss": "^8.1.4" + } + }, + "node_modules/postcss-focus-visible": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", + "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-focus-within": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", + "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", + "dependencies": { + "postcss-selector-parser": "^6.0.9" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-font-variant": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", + "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-gap-properties": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", + "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-image-set-function": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", + "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-import": { + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz", + "integrity": "sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==", + "dependencies": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-initial": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", + "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-js": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "dependencies": { + "camelcase-css": "^2.0.1" + }, + "engines": { + "node": "^12 || ^14 || >= 16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.4.21" + } + }, + "node_modules/postcss-lab-function": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", + "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", + "dependencies": { + "@csstools/postcss-progressive-custom-properties": "^1.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-load-config": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", + "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", + "dependencies": { + "lilconfig": "^2.0.5", + "yaml": "^1.10.2" + }, + "engines": { + "node": ">= 10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/postcss-loader": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", + "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", + "dependencies": { + "cosmiconfig": "^7.0.0", + "klona": "^2.0.5", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + } + }, + "node_modules/postcss-logical": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", + "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, + "node_modules/postcss-media-minmax": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", + "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-merge-longhand": { + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", + "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", + "dependencies": { + "postcss-value-parser": "^4.2.0", + "stylehacks": "^5.1.1" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-merge-rules": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", + "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0", + "cssnano-utils": "^3.1.0", + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-font-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", + "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-gradients": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", + "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", + "dependencies": { + "colord": "^2.9.1", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-params": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", + "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", + "dependencies": { + "browserslist": "^4.21.4", + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-minify-selectors": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", + "dependencies": { + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", + "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "dependencies": { + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-nested": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz", + "integrity": "sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==", + "dependencies": { + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": ">=12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-nesting": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", + "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", + "dependencies": { + "@csstools/selector-specificity": "^2.0.0", + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-normalize": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/postcss-normalize/-/postcss-normalize-10.0.1.tgz", + "integrity": "sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==", + "dependencies": { + "@csstools/normalize.css": "*", + "postcss-browser-comments": "^4", + "sanitize.css": "*" + }, + "engines": { + "node": ">= 12" + }, + "peerDependencies": { + "browserslist": ">= 4", + "postcss": ">= 8" + } + }, + "node_modules/postcss-normalize-charset": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", + "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-display-values": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", + "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-positions": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", + "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-repeat-style": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", + "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-string": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", + "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-timing-functions": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", + "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-unicode": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", + "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", + "dependencies": { + "browserslist": "^4.21.4", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", + "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", + "dependencies": { + "normalize-url": "^6.0.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-normalize-whitespace": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", + "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-opacity-percentage": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz", + "integrity": "sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==", + "funding": [ + { + "type": "kofi", + "url": "https://ko-fi.com/mrcgrtz" + }, + { + "type": "liberapay", + "url": "https://liberapay.com/mrcgrtz" + } + ], + "engines": { + "node": "^12 || ^14 || >=16" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-ordered-values": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", + "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", + "dependencies": { + "cssnano-utils": "^3.1.0", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-overflow-shorthand": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", + "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-page-break": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", + "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", + "peerDependencies": { + "postcss": "^8" + } + }, + "node_modules/postcss-place": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", + "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-preset-env": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz", + "integrity": "sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==", + "dependencies": { + "@csstools/postcss-cascade-layers": "^1.1.1", + "@csstools/postcss-color-function": "^1.1.1", + "@csstools/postcss-font-format-keywords": "^1.0.1", + "@csstools/postcss-hwb-function": "^1.0.2", + "@csstools/postcss-ic-unit": "^1.0.1", + "@csstools/postcss-is-pseudo-class": "^2.0.7", + "@csstools/postcss-nested-calc": "^1.0.0", + "@csstools/postcss-normalize-display-values": "^1.0.1", + "@csstools/postcss-oklab-function": "^1.1.1", + "@csstools/postcss-progressive-custom-properties": "^1.3.0", + "@csstools/postcss-stepped-value-functions": "^1.0.1", + "@csstools/postcss-text-decoration-shorthand": "^1.0.0", + "@csstools/postcss-trigonometric-functions": "^1.0.2", + "@csstools/postcss-unset-value": "^1.0.2", + "autoprefixer": "^10.4.13", + "browserslist": "^4.21.4", + "css-blank-pseudo": "^3.0.3", + "css-has-pseudo": "^3.0.4", + "css-prefers-color-scheme": "^6.0.3", + "cssdb": "^7.1.0", + "postcss-attribute-case-insensitive": "^5.0.2", + "postcss-clamp": "^4.1.0", + "postcss-color-functional-notation": "^4.2.4", + "postcss-color-hex-alpha": "^8.0.4", + "postcss-color-rebeccapurple": "^7.1.1", + "postcss-custom-media": "^8.0.2", + "postcss-custom-properties": "^12.1.10", + "postcss-custom-selectors": "^6.0.3", + "postcss-dir-pseudo-class": "^6.0.5", + "postcss-double-position-gradients": "^3.1.2", + "postcss-env-function": "^4.0.6", + "postcss-focus-visible": "^6.0.4", + "postcss-focus-within": "^5.0.4", + "postcss-font-variant": "^5.0.0", + "postcss-gap-properties": "^3.0.5", + "postcss-image-set-function": "^4.0.7", + "postcss-initial": "^4.0.1", + "postcss-lab-function": "^4.2.1", + "postcss-logical": "^5.0.4", + "postcss-media-minmax": "^5.0.0", + "postcss-nesting": "^10.2.0", + "postcss-opacity-percentage": "^1.1.2", + "postcss-overflow-shorthand": "^3.0.4", + "postcss-page-break": "^3.0.4", + "postcss-place": "^7.0.5", + "postcss-pseudo-class-any-link": "^7.1.6", + "postcss-replace-overflow-wrap": "^4.0.0", + "postcss-selector-not": "^6.0.1", + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-pseudo-class-any-link": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", + "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", + "dependencies": { + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-reduce-initial": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", + "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", + "dependencies": { + "browserslist": "^4.21.4", + "caniuse-api": "^3.0.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-reduce-transforms": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", + "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-replace-overflow-wrap": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", + "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", + "peerDependencies": { + "postcss": "^8.0.3" + } + }, + "node_modules/postcss-selector-not": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", + "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", + "dependencies": { + "postcss-selector-parser": "^6.0.10" + }, + "engines": { + "node": "^12 || ^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.2" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz", + "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-svgo": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", + "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", + "dependencies": { + "postcss-value-parser": "^4.2.0", + "svgo": "^2.7.0" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-svgo/node_modules/commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "engines": { + "node": ">= 10" + } + }, + "node_modules/postcss-svgo/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/postcss-svgo/node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/postcss-svgo/node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/postcss-svgo/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/postcss-svgo/node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/postcss-svgo/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/postcss-svgo/node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==" + }, + "node_modules/postcss-svgo/node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/postcss-svgo/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/postcss-svgo/node_modules/svgo": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", + "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", + "dependencies": { + "@trysound/sax": "0.2.0", + "commander": "^7.2.0", + "css-select": "^4.1.3", + "css-tree": "^1.1.3", + "csso": "^4.2.0", + "picocolors": "^1.0.0", + "stable": "^0.1.8" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/postcss-unique-selectors": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", + "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", + "dependencies": { + "postcss-selector-parser": "^6.0.5" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + }, + "node_modules/potpack": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/potpack/-/potpack-1.0.2.tgz", + "integrity": "sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==" + }, + "node_modules/prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/pretty-bytes": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pretty-error": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^3.0.0" + } + }, + "node_modules/pretty-format": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "dependencies": { + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/pretty-format/node_modules/react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/promise": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", + "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", + "dependencies": { + "asap": "~2.0.6" + } + }, + "node_modules/prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "dependencies": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "node_modules/prop-types-extra": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz", + "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==", + "dependencies": { + "react-is": "^16.3.2", + "warning": "^4.0.0" + }, + "peerDependencies": { + "react": ">=0.14.0" + } + }, + "node_modules/protocol-buffers-schema": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.5.1.tgz", + "integrity": "sha512-YVCvdhxWNDP8/nJDyXLuM+UFsuPk4+1PB7WGPVDzm3HTHbzFLxQYeW2iZpS4mmnXrQJGBzt230t/BbEb7PrQaw==" + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==" + }, + "node_modules/punycode": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", + "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } + }, + "node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==" + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/quickselect": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/quickselect/-/quickselect-2.0.0.tgz", + "integrity": "sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==" + }, + "node_modules/raf": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", + "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", + "dependencies": { + "performance-now": "^2.1.0" + } + }, + "node_modules/raf-schd": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/raf-schd/-/raf-schd-4.0.3.tgz", + "integrity": "sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ==" + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/raw-body/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/rc-slider": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/rc-slider/-/rc-slider-10.1.0.tgz", + "integrity": "sha512-nhC8V0+lNj4gGKZix2QAfcj/EP3NvCtFhNJPFMvXUdn7pe8bSa2vXNSxQVN5b9veVSic4Xeqgd/7KamX3gqznA==", + "dependencies": { + "@babel/runtime": "^7.10.1", + "classnames": "^2.2.5", + "rc-util": "^5.18.1", + "shallowequal": "^1.1.0" + }, + "engines": { + "node": ">=8.x" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/rc-util": { + "version": "5.24.4", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.24.4.tgz", + "integrity": "sha512-2a4RQnycV9eV7lVZPEJ7QwJRPlZNc06J7CwcwZo4vIHr3PfUqtYgl1EkUV9ETAc6VRRi8XZOMFhYG63whlIC9Q==", + "dependencies": { + "@babel/runtime": "^7.18.3", + "react-is": "^16.12.0", + "shallowequal": "^1.1.0" + }, + "peerDependencies": { + "react": ">=16.9.0", + "react-dom": ">=16.9.0" + } + }, + "node_modules/react": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", + "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-app-polyfill": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-3.0.0.tgz", + "integrity": "sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==", + "dependencies": { + "core-js": "^3.19.2", + "object-assign": "^4.1.1", + "promise": "^8.1.0", + "raf": "^3.4.1", + "regenerator-runtime": "^0.13.9", + "whatwg-fetch": "^3.6.2" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/react-bootstrap": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-2.7.0.tgz", + "integrity": "sha512-Jcrn6aUuRVBeSB6dzKODKZU1TONOdhAxu0IDm4Sv74SJUm98dMdhSotF2SNvFEADANoR+stV+7TK6SNX1wWu5w==", + "dependencies": { + "@babel/runtime": "^7.17.2", + "@restart/hooks": "^0.4.6", + "@restart/ui": "^1.4.1", + "@types/react-transition-group": "^4.4.4", + "classnames": "^2.3.1", + "dom-helpers": "^5.2.1", + "invariant": "^2.2.4", + "prop-types": "^15.8.1", + "prop-types-extra": "^1.1.0", + "react-transition-group": "^4.4.2", + "uncontrollable": "^7.2.1", + "warning": "^4.0.3" + }, + "peerDependencies": { + "@types/react": ">=16.14.8", + "react": ">=16.14.0", + "react-dom": ">=16.14.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/react-confirm-alert": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/react-confirm-alert/-/react-confirm-alert-2.8.0.tgz", + "integrity": "sha512-qvNjJWuWUpTh+q4NecUjCMIWLNDl8IwW6JRIky5pzoiFBXsLWSA2Z1VsaDsQedwgyxEpKnMEJFETkDogBpv/kA==", + "peerDependencies": { + "react": ">=16.0.0", + "react-dom": ">=16.0.0" + } + }, + "node_modules/react-dev-utils": { + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz", + "integrity": "sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==", + "dependencies": { + "@babel/code-frame": "^7.16.0", + "address": "^1.1.2", + "browserslist": "^4.18.1", + "chalk": "^4.1.2", + "cross-spawn": "^7.0.3", + "detect-port-alt": "^1.1.6", + "escape-string-regexp": "^4.0.0", + "filesize": "^8.0.6", + "find-up": "^5.0.0", + "fork-ts-checker-webpack-plugin": "^6.5.0", + "global-modules": "^2.0.0", + "globby": "^11.0.4", + "gzip-size": "^6.0.0", + "immer": "^9.0.7", + "is-root": "^2.1.0", + "loader-utils": "^3.2.0", + "open": "^8.4.0", + "pkg-up": "^3.1.0", + "prompts": "^2.4.2", + "react-error-overlay": "^6.0.11", + "recursive-readdir": "^2.2.2", + "shell-quote": "^1.7.3", + "strip-ansi": "^6.0.1", + "text-table": "^0.2.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/react-dev-utils/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/react-dev-utils/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/react-dev-utils/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/react-dev-utils/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/react-dev-utils/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/react-dev-utils/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/react-dev-utils/node_modules/loader-utils": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", + "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/react-dev-utils/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/react-dom": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", + "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "scheduler": "^0.20.2" + }, + "peerDependencies": { + "react": "17.0.2" + } + }, + "node_modules/react-double-scrollbar": { + "version": "0.0.15", + "resolved": "https://registry.npmjs.org/react-double-scrollbar/-/react-double-scrollbar-0.0.15.tgz", + "integrity": "sha512-dLz3/WBIpgFnzFY0Kb4aIYBMT2BWomHuW2DH6/9jXfS6/zxRRBUFQ04My4HIB7Ma7QoRBpcy8NtkPeFgcGBpgg==", + "engines": { + "node": ">=0.12.0" + }, + "peerDependencies": { + "react": ">= 0.14.7" + } + }, + "node_modules/react-error-overlay": { + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-6.0.11.tgz", + "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" + }, + "node_modules/react-fast-compare": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.1.tgz", + "integrity": "sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==" + }, + "node_modules/react-hook-form": { + "version": "7.41.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.41.5.tgz", + "integrity": "sha512-DAKjSJ7X9f16oQrP3TW2/eD9N6HOgrmIahP4LOdFphEWVfGZ2LulFd6f6AQ/YS/0cx/5oc4j8a1PXxuaurWp/Q==", + "engines": { + "node": ">=12.22.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18" + } + }, + "node_modules/react-icons": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.3.1.tgz", + "integrity": "sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==", + "peerDependencies": { + "react": "*" + } + }, + "node_modules/react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "node_modules/react-lifecycles-compat": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", + "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" + }, + "node_modules/react-map-gl": { + "version": "5.3.19", + "resolved": "https://registry.npmjs.org/react-map-gl/-/react-map-gl-5.3.19.tgz", + "integrity": "sha512-Ia8OlbFJIjC9x7XMaUCNtm179NKiD/bjQOt1R/SbBcaz35pSFPUyI0SwOnIUQ98/mR4xopL6phgIfs0B3yZhtQ==", + "dependencies": { + "@babel/runtime": "^7.0.0", + "@types/geojson": "^7946.0.7", + "@types/mapbox-gl": "^2.0.3", + "mapbox-gl": "^1.0.0", + "mjolnir.js": "^2.5.0", + "prop-types": "^15.7.2", + "resize-observer-polyfill": "^1.5.1", + "viewport-mercator-project": "^7.0.4" + }, + "engines": { + "node": ">= 4", + "npm": ">= 3" + }, + "peerDependencies": { + "react": ">=16.3.0" + } + }, + "node_modules/react-map-gl/node_modules/@mapbox/mapbox-gl-supported": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@mapbox/mapbox-gl-supported/-/mapbox-gl-supported-1.5.0.tgz", + "integrity": "sha512-/PT1P6DNf7vjEEiPkVIRJkvibbqWtqnyGaBz3nfRdcxclNSnSdaLU5tfAgcD7I8Yt5i+L19s406YLl1koLnLbg==", + "peerDependencies": { + "mapbox-gl": ">=0.32.1 <2.0.0" + } + }, + "node_modules/react-map-gl/node_modules/mapbox-gl": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-1.13.1.tgz", + "integrity": "sha512-GSyubcoSF5MyaP8z+DasLu5v7KmDK2pp4S5+VQ5WdVQUOaAqQY4jwl4JpcdNho3uWm2bIKs7x1l7q3ynGmW60g==", + "dependencies": { + "@mapbox/geojson-rewind": "^0.5.0", + "@mapbox/geojson-types": "^1.0.2", + "@mapbox/jsonlint-lines-primitives": "^2.0.2", + "@mapbox/mapbox-gl-supported": "^1.5.0", + "@mapbox/point-geometry": "^0.1.0", + "@mapbox/tiny-sdf": "^1.1.1", + "@mapbox/unitbezier": "^0.0.0", + "@mapbox/vector-tile": "^1.3.1", + "@mapbox/whoots-js": "^3.1.0", + "csscolorparser": "~1.0.3", + "earcut": "^2.2.2", + "geojson-vt": "^3.2.1", + "gl-matrix": "^3.2.1", + "grid-index": "^1.1.0", + "minimist": "^1.2.5", + "murmurhash-js": "^1.0.0", + "pbf": "^3.2.1", + "potpack": "^1.0.1", + "quickselect": "^2.0.0", + "rw": "^1.3.3", + "supercluster": "^7.1.0", + "tinyqueue": "^2.0.3", + "vt-pbf": "^3.1.1" + }, + "engines": { + "node": ">=6.4.0" + } + }, + "node_modules/react-redux": { + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-8.0.5.tgz", + "integrity": "sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw==", + "dependencies": { + "@babel/runtime": "^7.12.1", + "@types/hoist-non-react-statics": "^3.3.1", + "@types/use-sync-external-store": "^0.0.3", + "hoist-non-react-statics": "^3.3.2", + "react-is": "^18.0.0", + "use-sync-external-store": "^1.0.0" + }, + "peerDependencies": { + "@types/react": "^16.8 || ^17.0 || ^18.0", + "@types/react-dom": "^16.8 || ^17.0 || ^18.0", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0", + "react-native": ">=0.59", + "redux": "^4" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + }, + "react-dom": { + "optional": true + }, + "react-native": { + "optional": true + }, + "redux": { + "optional": true + } + } + }, + "node_modules/react-redux/node_modules/react-is": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + }, + "node_modules/react-refresh": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", + "integrity": "sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-router": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.2.2.tgz", + "integrity": "sha512-/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4AQ==", + "dependencies": { + "history": "^5.2.0" + }, + "peerDependencies": { + "react": ">=16.8" + } + }, + "node_modules/react-router-dom": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.2.2.tgz", + "integrity": "sha512-AtYEsAST7bDD4dLSQHDnk/qxWLJdad5t1HFa1qJyUrCeGgEuCSw0VB/27ARbF9Fi/W5598ujvJOm3ujUCVzuYQ==", + "dependencies": { + "history": "^5.2.0", + "react-router": "6.2.2" + }, + "peerDependencies": { + "react": ">=16.8", + "react-dom": ">=16.8" + } + }, + "node_modules/react-scripts": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-5.0.0.tgz", + "integrity": "sha512-3i0L2CyIlROz7mxETEdfif6Sfhh9Lfpzi10CtcGs1emDQStmZfWjJbAIMtRD0opVUjQuFWqHZyRZ9PPzKCFxWg==", + "dependencies": { + "@babel/core": "^7.16.0", + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", + "@svgr/webpack": "^5.5.0", + "babel-jest": "^27.4.2", + "babel-loader": "^8.2.3", + "babel-plugin-named-asset-import": "^0.3.8", + "babel-preset-react-app": "^10.0.1", + "bfj": "^7.0.2", + "browserslist": "^4.18.1", + "camelcase": "^6.2.1", + "case-sensitive-paths-webpack-plugin": "^2.4.0", + "css-loader": "^6.5.1", + "css-minimizer-webpack-plugin": "^3.2.0", + "dotenv": "^10.0.0", + "dotenv-expand": "^5.1.0", + "eslint": "^8.3.0", + "eslint-config-react-app": "^7.0.0", + "eslint-webpack-plugin": "^3.1.1", + "file-loader": "^6.2.0", + "fs-extra": "^10.0.0", + "html-webpack-plugin": "^5.5.0", + "identity-obj-proxy": "^3.0.0", + "jest": "^27.4.3", + "jest-resolve": "^27.4.2", + "jest-watch-typeahead": "^1.0.0", + "mini-css-extract-plugin": "^2.4.5", + "postcss": "^8.4.4", + "postcss-flexbugs-fixes": "^5.0.2", + "postcss-loader": "^6.2.1", + "postcss-normalize": "^10.0.1", + "postcss-preset-env": "^7.0.1", + "prompts": "^2.4.2", + "react-app-polyfill": "^3.0.0", + "react-dev-utils": "^12.0.0", + "react-refresh": "^0.11.0", + "resolve": "^1.20.0", + "resolve-url-loader": "^4.0.0", + "sass-loader": "^12.3.0", + "semver": "^7.3.5", + "source-map-loader": "^3.0.0", + "style-loader": "^3.3.1", + "tailwindcss": "^3.0.2", + "terser-webpack-plugin": "^5.2.5", + "webpack": "^5.64.4", + "webpack-dev-server": "^4.6.0", + "webpack-manifest-plugin": "^4.0.2", + "workbox-webpack-plugin": "^6.4.1" + }, + "bin": { + "react-scripts": "bin/react-scripts.js" + }, + "engines": { + "node": ">=14.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.2" + }, + "peerDependencies": { + "react": ">= 16", + "typescript": "^3.2.1 || ^4" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/react-select": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.2.tgz", + "integrity": "sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ==", + "dependencies": { + "@babel/runtime": "^7.12.0", + "@emotion/cache": "^11.4.0", + "@emotion/react": "^11.8.1", + "@types/react-transition-group": "^4.4.0", + "memoize-one": "^5.0.0", + "prop-types": "^15.6.0", + "react-transition-group": "^4.3.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/react-spinners": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/react-spinners/-/react-spinners-0.11.0.tgz", + "integrity": "sha512-rDZc0ABWn/M1OryboGsWVmIPg8uYWl0L35jPUhr40+Yg+syVPjeHwvnB7XWaRpaKus3M0cG9BiJA+ZB0dAwWyw==", + "dependencies": { + "@emotion/react": "^11.1.4" + }, + "peerDependencies": { + "react": "^16.0.0 || ^17.0.0", + "react-dom": "^16.0.0 || ^17.0.0" + } + }, + "node_modules/react-styled-components": { + "version": "0.1.11", + "resolved": "https://registry.npmjs.org/react-styled-components/-/react-styled-components-0.1.11.tgz", + "integrity": "sha512-0jwFvn2IrxyA2FedYWbnYJYCUt1jk26+IVNOJhOrbsG8KM59Ve52ppbB5expDZBADXfsyky38ObUBX65AhQpvA==", + "dependencies": { + "styled-components": "^2.1.1" + } + }, + "node_modules/react-styled-components/node_modules/css-to-react-native": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.2.tgz", + "integrity": "sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw==", + "dependencies": { + "camelize": "^1.0.0", + "css-color-keywords": "^1.0.0", + "postcss-value-parser": "^3.3.0" + } + }, + "node_modules/react-styled-components/node_modules/has-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", + "integrity": "sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-styled-components/node_modules/hoist-non-react-statics": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-1.2.0.tgz", + "integrity": "sha512-r8huvKK+m+VraiRipdZYc+U4XW43j6OFG/oIafe7GfDbRpCduRoX9JI/DRxqgtBSCeL+et6N6ibZoedHS2NyOQ==" + }, + "node_modules/react-styled-components/node_modules/postcss-value-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" + }, + "node_modules/react-styled-components/node_modules/react": { + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", + "peer": true, + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-styled-components/node_modules/styled-components": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-2.4.1.tgz", + "integrity": "sha512-dO0MpONBmVfjA/DSdpcLYObQZcbM+ZXoBOx5ytk4ZmUuyo3JG7QFMvHQEIvVRL1Uogf6x0DI9XWve6pyW9TTiA==", + "dependencies": { + "buffer": "^5.0.3", + "css-to-react-native": "^2.0.3", + "fbjs": "^0.8.9", + "hoist-non-react-statics": "^1.2.0", + "is-plain-object": "^2.0.1", + "prop-types": "^15.5.4", + "stylis": "^3.4.0", + "supports-color": "^3.2.3" + }, + "peerDependencies": { + "react": ">= 0.14.0 < 17.0.0-0" + } + }, + "node_modules/react-styled-components/node_modules/stylis": { + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz", + "integrity": "sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==" + }, + "node_modules/react-styled-components/node_modules/supports-color": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", + "integrity": "sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==", + "dependencies": { + "has-flag": "^1.0.0" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/react-table": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/react-table/-/react-table-7.8.0.tgz", + "integrity": "sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + }, + "peerDependencies": { + "react": "^16.8.3 || ^17.0.0-0 || ^18.0.0" + } + }, + "node_modules/react-tabs": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/react-tabs/-/react-tabs-4.2.1.tgz", + "integrity": "sha512-nQcEN3KrAsSry6f9Jz2oyMQsnh+sLEy31YjlskL/mnI3KU/c7BeyD1VzHZmmcJ15UEFu12pYOXYkdTzZ0uyIbw==", + "dependencies": { + "clsx": "^1.1.0", + "prop-types": "^15.5.0" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0-0 || ^18.0.0" + } + }, + "node_modules/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", + "dependencies": { + "@babel/runtime": "^7.5.5", + "dom-helpers": "^5.0.1", + "loose-envify": "^1.4.0", + "prop-types": "^15.6.2" + }, + "peerDependencies": { + "react": ">=16.6.0", + "react-dom": ">=16.6.0" + } + }, + "node_modules/react-widgets": { + "version": "5.8.4", + "resolved": "https://registry.npmjs.org/react-widgets/-/react-widgets-5.8.4.tgz", + "integrity": "sha512-WcA/K+eVKAW+vyeQKdRqo2gmnLqHbNSDDKQ84j/wyhbautCRrGbjWAmKb4+tI3OzUgCAAEJDZ75azAY2WoKWYQ==", + "dependencies": { + "@restart/hooks": "^0.4.5", + "@types/classnames": "^2.3.1", + "@types/react-transition-group": "^4.4.4", + "classnames": "^2.3.1", + "date-arithmetic": "^4.0.1", + "dom-helpers": "^5.2.1", + "prop-types-extra": "^1.1.1", + "react-transition-group": "^4.4.2", + "tiny-warning": "^1.0.3", + "uncontrollable": "^7.2.1" + }, + "peerDependencies": { + "react": ">=0.16.0", + "react-dom": ">=0.16.0" + } + }, + "node_modules/read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dependencies": { + "pify": "^2.3.0" + } + }, + "node_modules/readable-stream": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.1.tgz", + "integrity": "sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/recursive-readdir": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.3.tgz", + "integrity": "sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==", + "dependencies": { + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/redux": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.0.tgz", + "integrity": "sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==", + "dependencies": { + "@babel/runtime": "^7.9.2" + } + }, + "node_modules/redux-thunk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", + "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==", + "peerDependencies": { + "redux": "^4" + } + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==" + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", + "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + }, + "node_modules/regenerator-transform": { + "version": "0.15.1", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz", + "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==", + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regex-parser": { + "version": "2.2.11", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", + "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==" + }, + "node_modules/regexp.prototype.flags": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", + "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "node_modules/regexpu-core": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.1.tgz", + "integrity": "sha512-nCOzW2V/X15XpLsK2rlgdwrysrBq+AauCn+omItIz4R1pIcmeot5zvjdmOBRLzEH/CkC6IxMJVmxDe3QcMuNVQ==", + "dependencies": { + "@babel/regjsgen": "^0.8.0", + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.1.0", + "regjsparser": "^0.9.1", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsparser": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/renderkid": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "dependencies": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^6.0.1" + } + }, + "node_modules/renderkid/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/renderkid/node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/renderkid/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/renderkid/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" + }, + "node_modules/reselect": { + "version": "4.1.7", + "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.7.tgz", + "integrity": "sha512-Zu1xbUt3/OPwsXL46hvOOoQrap2azE7ZQbokq61BQfiXvhewsKDwhMeZjTX9sX0nvw1t/U5Audyn1I9P/m9z0A==" + }, + "node_modules/resize-observer-polyfill": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz", + "integrity": "sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==" + }, + "node_modules/resolve": { + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dependencies": { + "is-core-module": "^2.9.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-cwd/node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-protobuf-schema": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/resolve-protobuf-schema/-/resolve-protobuf-schema-2.1.0.tgz", + "integrity": "sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==", + "dependencies": { + "protocol-buffers-schema": "^3.3.1" + } + }, + "node_modules/resolve-url-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-4.0.0.tgz", + "integrity": "sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==", + "dependencies": { + "adjust-sourcemap-loader": "^4.0.0", + "convert-source-map": "^1.7.0", + "loader-utils": "^2.0.0", + "postcss": "^7.0.35", + "source-map": "0.6.1" + }, + "engines": { + "node": ">=8.9" + }, + "peerDependencies": { + "rework": "1.0.1", + "rework-visit": "1.0.0" + }, + "peerDependenciesMeta": { + "rework": { + "optional": true + }, + "rework-visit": { + "optional": true + } + } + }, + "node_modules/resolve-url-loader/node_modules/picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==" + }, + "node_modules/resolve-url-loader/node_modules/postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dependencies": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + } + }, + "node_modules/resolve-url-loader/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve.exports": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz", + "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==", + "engines": { + "node": ">=10" + } + }, + "node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rifm": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/rifm/-/rifm-0.12.1.tgz", + "integrity": "sha512-OGA1Bitg/dSJtI/c4dh90svzaUPt228kzFsUkJbtA2c964IqEAwWXeL9ZJi86xWv3j5SMqRvGULl7bA6cK0Bvg==", + "peerDependencies": { + "react": ">=16.8" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rollup": { + "version": "2.79.1", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", + "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=10.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/rollup-plugin-terser": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-7.0.2.tgz", + "integrity": "sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==", + "deprecated": "This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser", + "dependencies": { + "@babel/code-frame": "^7.10.4", + "jest-worker": "^26.2.1", + "serialize-javascript": "^4.0.0", + "terser": "^5.0.0" + }, + "peerDependencies": { + "rollup": "^2.0.0" + } + }, + "node_modules/rollup-plugin-terser/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/rollup-plugin-terser/node_modules/jest-worker": { + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/rollup-plugin-terser/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/rw": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/rw/-/rw-1.3.3.tgz", + "integrity": "sha1-P4Yt+pGrdmsUiF700BEkv9oHT7Q=" + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/safe-regex-test": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "is-regex": "^1.1.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sanitize.css": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/sanitize.css/-/sanitize.css-13.0.0.tgz", + "integrity": "sha512-ZRwKbh/eQ6w9vmTjkuG0Ioi3HBwPFce0O+v//ve+aOq1oeCy7jMV2qzzAlpsNuqpqCBjjriM1lbtZbF/Q8jVyA==" + }, + "node_modules/sass-loader": { + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", + "integrity": "sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==", + "dependencies": { + "klona": "^2.0.4", + "neo-async": "^2.6.2" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "fibers": ">= 3.1.0", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "sass": "^1.3.0", + "sass-embedded": "*", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "fibers": { + "optional": true + }, + "node-sass": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + } + } + }, + "node_modules/sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" + }, + "node_modules/saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "dependencies": { + "xmlchars": "^2.2.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/scheduler": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", + "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", + "dependencies": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "node_modules/schema-utils": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", + "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==" + }, + "node_modules/selfsigned": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz", + "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", + "dependencies": { + "node-forge": "^1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "7.3.8", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", + "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serialize-javascript": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", + "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==" + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dependencies": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==" + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/shallowequal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.0.tgz", + "integrity": "sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/source-list-map": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", + "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-loader": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", + "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", + "dependencies": { + "abab": "^2.0.5", + "iconv-lite": "^0.6.3", + "source-map-js": "^1.0.1" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sourcemap-codec": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "deprecated": "Please use @jridgewell/sourcemap-codec instead" + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "node_modules/stable": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", + "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" + }, + "node_modules/stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/stack-utils/node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/stackframe": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.3.4.tgz", + "integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==" + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/stop-iteration-iterator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + "dependencies": { + "internal-slot": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string_decoder/node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/string-natural-compare": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-3.0.1.tgz", + "integrity": "sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==" + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + }, + "node_modules/string.prototype.matchall": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz", + "integrity": "sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "internal-slot": "^1.0.3", + "regexp.prototype.flags": "^1.4.3", + "side-channel": "^1.0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz", + "integrity": "sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz", + "integrity": "sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "es-abstract": "^1.20.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "dependencies": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz", + "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/style-loader": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.1.tgz", + "integrity": "sha512-GPcQ+LDJbrcxHORTRes6Jy2sfvK2kS6hpSfI/fXhPt+spVzxF6LJ1dHLN9zIGmVaaP044YKaIatFaufENRiDoQ==", + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/styled-components": { + "version": "5.3.8", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.8.tgz", + "integrity": "sha512-6jQrlvaJQ16uWVVO0rBfApaTPItkqaG32l3746enNZzpMDxMvzmHzj8rHUg39bvVtom0Y8o8ZzWuchEXKGjVsg==", + "dependencies": { + "@babel/helper-module-imports": "^7.0.0", + "@babel/traverse": "^7.4.5", + "@emotion/is-prop-valid": "^1.1.0", + "@emotion/stylis": "^0.8.4", + "@emotion/unitless": "^0.7.4", + "babel-plugin-styled-components": ">= 1.12.0", + "css-to-react-native": "^3.0.0", + "hoist-non-react-statics": "^3.0.0", + "shallowequal": "^1.1.0", + "supports-color": "^5.5.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/styled-components" + }, + "peerDependencies": { + "react": ">= 16.8.0", + "react-dom": ">= 16.8.0", + "react-is": ">= 16.8.0" + } + }, + "node_modules/styled-components/node_modules/@emotion/unitless": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" + }, + "node_modules/stylehacks": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", + "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", + "dependencies": { + "browserslist": "^4.21.4", + "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >=14.0" + }, + "peerDependencies": { + "postcss": "^8.2.15" + } + }, + "node_modules/stylis": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.1.3.tgz", + "integrity": "sha512-GP6WDNWf+o403jrEp9c5jibKavrtLW+/qYGhFxFrG8maXhwTBI7gLLhiBb0o7uFccWN+EOS9aMO6cGHWAO07OA==" + }, + "node_modules/supercluster": { + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/supercluster/-/supercluster-7.1.5.tgz", + "integrity": "sha512-EulshI3pGUM66o6ZdH3ReiFcvHpM3vAigyK+vcxdjpJyEbIIrtbmBdY23mGgnI24uXiGFvrGq9Gkum/8U7vJWg==", + "dependencies": { + "kdbush": "^3.0.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-hyperlinks": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", + "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-hyperlinks/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svg-parser": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/svg-parser/-/svg-parser-2.0.4.tgz", + "integrity": "sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==" + }, + "node_modules/svgo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz", + "integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==", + "deprecated": "This SVGO version is no longer supported. Upgrade to v2.x.x.", + "dependencies": { + "chalk": "^2.4.1", + "coa": "^2.0.2", + "css-select": "^2.0.0", + "css-select-base-adapter": "^0.1.1", + "css-tree": "1.0.0-alpha.37", + "csso": "^4.0.2", + "js-yaml": "^3.13.1", + "mkdirp": "~0.5.1", + "object.values": "^1.1.0", + "sax": "~1.2.4", + "stable": "^0.1.8", + "unquote": "~1.1.1", + "util.promisify": "~1.0.0" + }, + "bin": { + "svgo": "bin/svgo" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==" + }, + "node_modules/tailwindcss": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz", + "integrity": "sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==", + "dependencies": { + "arg": "^5.0.2", + "chokidar": "^3.5.3", + "color-name": "^1.1.4", + "detective": "^5.2.1", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.2.12", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "lilconfig": "^2.0.6", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.0.9", + "postcss-import": "^14.1.0", + "postcss-js": "^4.0.0", + "postcss-load-config": "^3.1.4", + "postcss-nested": "6.0.0", + "postcss-selector-parser": "^6.0.11", + "postcss-value-parser": "^4.2.0", + "quick-lru": "^5.1.1", + "resolve": "^1.22.1" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=12.13.0" + }, + "peerDependencies": { + "postcss": "^8.0.9" + } + }, + "node_modules/tailwindcss/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/temp-dir": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz", + "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==", + "engines": { + "node": ">=8" + } + }, + "node_modules/tempy": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz", + "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==", + "dependencies": { + "is-stream": "^2.0.0", + "temp-dir": "^2.0.0", + "type-fest": "^0.16.0", + "unique-string": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/tempy/node_modules/type-fest": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz", + "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/terminal-link": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz", + "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==", + "dependencies": { + "ansi-escapes": "^4.2.1", + "supports-hyperlinks": "^2.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/terser": { + "version": "5.16.5", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.5.tgz", + "integrity": "sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==", + "dependencies": { + "@jridgewell/source-map": "^0.3.2", + "acorn": "^8.5.0", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.6", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz", + "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.14", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.0", + "terser": "^5.14.1" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" + }, + "node_modules/throat": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", + "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==" + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==" + }, + "node_modules/tiny-invariant": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz", + "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==" + }, + "node_modules/tiny-warning": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz", + "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==" + }, + "node_modules/tinyqueue": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/tinyqueue/-/tinyqueue-2.0.3.tgz", + "integrity": "sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==" + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" + }, + "node_modules/to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "engines": { + "node": ">=4" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tough-cookie": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.2.tgz", + "integrity": "sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==", + "dependencies": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tough-cookie/node_modules/universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/tr46": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tryer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", + "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==" + }, + "node_modules/tsconfig-paths": { + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", + "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "dependencies": { + "@types/json5": "^0.0.29", + "json5": "^1.0.2", + "minimist": "^1.2.6", + "strip-bom": "^3.0.0" + } + }, + "node_modules/tsconfig-paths/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/tsconfig-paths/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==" + }, + "node_modules/tsutils": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", + "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", + "dependencies": { + "tslib": "^1.8.1" + }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + } + }, + "node_modules/tsutils/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" + }, + "node_modules/type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "dependencies": { + "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typed-array-length": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "is-typed-array": "^1.1.9" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/ua-parser-js": { + "version": "0.7.34", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.34.tgz", + "integrity": "sha512-cJMeh/eOILyGu0ejgTKB95yKT3zOenSe9UGE3vj6WfiOwgGYnmATUsnDixMFvdU+rNMvWih83hrUP8VwhF9yXQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + } + ], + "engines": { + "node": "*" + } + }, + "node_modules/unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dependencies": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/uncontrollable": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz", + "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==", + "dependencies": { + "@babel/runtime": "^7.6.3", + "@types/react": ">=16.9.11", + "invariant": "^2.2.4", + "react-lifecycles-compat": "^3.0.4" + }, + "peerDependencies": { + "react": ">=15.0.0" + } + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", + "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "engines": { + "node": ">=4" + } + }, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dependencies": { + "crypto-random-string": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" + }, + "node_modules/upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", + "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dependencies": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "node_modules/use-memo-one": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/use-memo-one/-/use-memo-one-1.1.3.tgz", + "integrity": "sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/use-sync-external-store": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz", + "integrity": "sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/util.promisify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz", + "integrity": "sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==", + "dependencies": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.2", + "has-symbols": "^1.0.1", + "object.getownpropertydescriptors": "^2.1.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/v8-to-istanbul": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz", + "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==", + "dependencies": { + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0", + "source-map": "^0.7.3" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/v8-to-istanbul/node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/viewport-mercator-project": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/viewport-mercator-project/-/viewport-mercator-project-7.0.4.tgz", + "integrity": "sha512-0jzpL6pIMocCKWg1C3mqi/N4UPgZC3FzwghEm1H+XsUo8hNZAyJc3QR7YqC816ibOR8aWT5pCsV+gCu8/BMJgg==", + "dependencies": { + "@math.gl/web-mercator": "^3.5.5" + } + }, + "node_modules/vt-pbf": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/vt-pbf/-/vt-pbf-3.1.3.tgz", + "integrity": "sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA==", + "dependencies": { + "@mapbox/point-geometry": "0.1.0", + "@mapbox/vector-tile": "^1.3.1", + "pbf": "^3.2.1" + } + }, + "node_modules/w3c-hr-time": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", + "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==", + "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", + "dependencies": { + "browser-process-hrtime": "^1.0.0" + } + }, + "node_modules/w3c-xmlserializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz", + "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==", + "dependencies": { + "xml-name-validator": "^3.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dependencies": { + "makeerror": "1.0.12" + } + }, + "node_modules/warning": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", + "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", + "dependencies": { + "loose-envify": "^1.0.0" + } + }, + "node_modules/watchpack": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/webidl-conversions": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", + "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==", + "engines": { + "node": ">=10.4" + } + }, + "node_modules/webpack": { + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", + "dependencies": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^0.0.51", + "@webassemblyjs/ast": "1.11.1", + "@webassemblyjs/wasm-edit": "1.11.1", + "@webassemblyjs/wasm-parser": "1.11.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.7.6", + "browserslist": "^4.14.5", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.10.0", + "es-module-lexer": "^0.9.0", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.9", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.1.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.1.3", + "watchpack": "^2.4.0", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-middleware": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "dependencies": { + "colorette": "^2.0.10", + "memfs": "^3.4.3", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack-dev-middleware/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-middleware/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-dev-server": { + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", + "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", + "dependencies": { + "@types/bonjour": "^3.5.9", + "@types/connect-history-api-fallback": "^1.3.5", + "@types/express": "^4.17.13", + "@types/serve-index": "^1.9.1", + "@types/serve-static": "^1.13.10", + "@types/sockjs": "^0.3.33", + "@types/ws": "^8.5.1", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.0.11", + "chokidar": "^3.5.3", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "default-gateway": "^6.0.3", + "express": "^4.17.3", + "graceful-fs": "^4.2.6", + "html-entities": "^2.3.2", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.0.1", + "open": "^8.0.9", + "p-retry": "^4.5.0", + "rimraf": "^3.0.2", + "schema-utils": "^4.0.0", + "selfsigned": "^2.1.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^5.3.1", + "ws": "^8.4.2" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.37.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack-dev-server/node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/webpack-dev-server/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/webpack-dev-server/node_modules/schema-utils": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", + "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.8.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/webpack-dev-server/node_modules/ws": { + "version": "8.12.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.12.1.tgz", + "integrity": "sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/webpack-manifest-plugin": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", + "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", + "dependencies": { + "tapable": "^2.0.0", + "webpack-sources": "^2.2.0" + }, + "engines": { + "node": ">=12.22.0" + }, + "peerDependencies": { + "webpack": "^4.44.2 || ^5.47.0" + } + }, + "node_modules/webpack-manifest-plugin/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-2.3.1.tgz", + "integrity": "sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==", + "dependencies": { + "source-list-map": "^2.0.1", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack/node_modules/@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==" + }, + "node_modules/webpack/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/webpack/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/whatwg-encoding": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", + "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==", + "dependencies": { + "iconv-lite": "0.4.24" + } + }, + "node_modules/whatwg-encoding/node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/whatwg-fetch": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", + "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" + }, + "node_modules/whatwg-mimetype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz", + "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==" + }, + "node_modules/whatwg-url": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", + "dependencies": { + "lodash": "^4.7.0", + "tr46": "^2.1.0", + "webidl-conversions": "^6.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "dependencies": { + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-typed-array": { + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz", + "integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==", + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/workbox-background-sync": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-6.5.4.tgz", + "integrity": "sha512-0r4INQZMyPky/lj4Ou98qxcThrETucOde+7mRGJl13MPJugQNKeZQOdIJe/1AchOP23cTqHcN/YVpD6r8E6I8g==", + "dependencies": { + "idb": "^7.0.1", + "workbox-core": "6.5.4" + } + }, + "node_modules/workbox-broadcast-update": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-6.5.4.tgz", + "integrity": "sha512-I/lBERoH1u3zyBosnpPEtcAVe5lwykx9Yg1k6f8/BGEPGaMMgZrwVrqL1uA9QZ1NGGFoyE6t9i7lBjOlDhFEEw==", + "dependencies": { + "workbox-core": "6.5.4" + } + }, + "node_modules/workbox-build": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-6.5.4.tgz", + "integrity": "sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==", + "dependencies": { + "@apideck/better-ajv-errors": "^0.3.1", + "@babel/core": "^7.11.1", + "@babel/preset-env": "^7.11.0", + "@babel/runtime": "^7.11.2", + "@rollup/plugin-babel": "^5.2.0", + "@rollup/plugin-node-resolve": "^11.2.1", + "@rollup/plugin-replace": "^2.4.1", + "@surma/rollup-plugin-off-main-thread": "^2.2.3", + "ajv": "^8.6.0", + "common-tags": "^1.8.0", + "fast-json-stable-stringify": "^2.1.0", + "fs-extra": "^9.0.1", + "glob": "^7.1.6", + "lodash": "^4.17.20", + "pretty-bytes": "^5.3.0", + "rollup": "^2.43.1", + "rollup-plugin-terser": "^7.0.0", + "source-map": "^0.8.0-beta.0", + "stringify-object": "^3.3.0", + "strip-comments": "^2.0.1", + "tempy": "^0.6.0", + "upath": "^1.2.0", + "workbox-background-sync": "6.5.4", + "workbox-broadcast-update": "6.5.4", + "workbox-cacheable-response": "6.5.4", + "workbox-core": "6.5.4", + "workbox-expiration": "6.5.4", + "workbox-google-analytics": "6.5.4", + "workbox-navigation-preload": "6.5.4", + "workbox-precaching": "6.5.4", + "workbox-range-requests": "6.5.4", + "workbox-recipes": "6.5.4", + "workbox-routing": "6.5.4", + "workbox-strategies": "6.5.4", + "workbox-streams": "6.5.4", + "workbox-sw": "6.5.4", + "workbox-window": "6.5.4" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/workbox-build/node_modules/@apideck/better-ajv-errors": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.6.tgz", + "integrity": "sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==", + "dependencies": { + "json-schema": "^0.4.0", + "jsonpointer": "^5.0.0", + "leven": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "ajv": ">=8" + } + }, + "node_modules/workbox-build/node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/workbox-build/node_modules/fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "dependencies": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/workbox-build/node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + }, + "node_modules/workbox-build/node_modules/source-map": { + "version": "0.8.0-beta.0", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", + "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", + "dependencies": { + "whatwg-url": "^7.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/workbox-build/node_modules/tr46": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", + "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/workbox-build/node_modules/webidl-conversions": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", + "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" + }, + "node_modules/workbox-build/node_modules/whatwg-url": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", + "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", + "dependencies": { + "lodash.sortby": "^4.7.0", + "tr46": "^1.0.1", + "webidl-conversions": "^4.0.2" + } + }, + "node_modules/workbox-cacheable-response": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-6.5.4.tgz", + "integrity": "sha512-DCR9uD0Fqj8oB2TSWQEm1hbFs/85hXXoayVwFKLVuIuxwJaihBsLsp4y7J9bvZbqtPJ1KlCkmYVGQKrBU4KAug==", + "dependencies": { + "workbox-core": "6.5.4" + } + }, + "node_modules/workbox-core": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-6.5.4.tgz", + "integrity": "sha512-OXYb+m9wZm8GrORlV2vBbE5EC1FKu71GGp0H4rjmxmF4/HLbMCoTFws87M3dFwgpmg0v00K++PImpNQ6J5NQ6Q==" + }, + "node_modules/workbox-expiration": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-6.5.4.tgz", + "integrity": "sha512-jUP5qPOpH1nXtjGGh1fRBa1wJL2QlIb5mGpct3NzepjGG2uFFBn4iiEBiI9GUmfAFR2ApuRhDydjcRmYXddiEQ==", + "dependencies": { + "idb": "^7.0.1", + "workbox-core": "6.5.4" + } + }, + "node_modules/workbox-google-analytics": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-6.5.4.tgz", + "integrity": "sha512-8AU1WuaXsD49249Wq0B2zn4a/vvFfHkpcFfqAFHNHwln3jK9QUYmzdkKXGIZl9wyKNP+RRX30vcgcyWMcZ9VAg==", + "dependencies": { + "workbox-background-sync": "6.5.4", + "workbox-core": "6.5.4", + "workbox-routing": "6.5.4", + "workbox-strategies": "6.5.4" + } + }, + "node_modules/workbox-navigation-preload": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-6.5.4.tgz", + "integrity": "sha512-IIwf80eO3cr8h6XSQJF+Hxj26rg2RPFVUmJLUlM0+A2GzB4HFbQyKkrgD5y2d84g2IbJzP4B4j5dPBRzamHrng==", + "dependencies": { + "workbox-core": "6.5.4" + } + }, + "node_modules/workbox-precaching": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-6.5.4.tgz", + "integrity": "sha512-hSMezMsW6btKnxHB4bFy2Qfwey/8SYdGWvVIKFaUm8vJ4E53JAY+U2JwLTRD8wbLWoP6OVUdFlXsTdKu9yoLTg==", + "dependencies": { + "workbox-core": "6.5.4", + "workbox-routing": "6.5.4", + "workbox-strategies": "6.5.4" + } + }, + "node_modules/workbox-range-requests": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-6.5.4.tgz", + "integrity": "sha512-Je2qR1NXCFC8xVJ/Lux6saH6IrQGhMpDrPXWZWWS8n/RD+WZfKa6dSZwU+/QksfEadJEr/NfY+aP/CXFFK5JFg==", + "dependencies": { + "workbox-core": "6.5.4" + } + }, + "node_modules/workbox-recipes": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-6.5.4.tgz", + "integrity": "sha512-QZNO8Ez708NNwzLNEXTG4QYSKQ1ochzEtRLGaq+mr2PyoEIC1xFW7MrWxrONUxBFOByksds9Z4//lKAX8tHyUA==", + "dependencies": { + "workbox-cacheable-response": "6.5.4", + "workbox-core": "6.5.4", + "workbox-expiration": "6.5.4", + "workbox-precaching": "6.5.4", + "workbox-routing": "6.5.4", + "workbox-strategies": "6.5.4" + } + }, + "node_modules/workbox-routing": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-6.5.4.tgz", + "integrity": "sha512-apQswLsbrrOsBUWtr9Lf80F+P1sHnQdYodRo32SjiByYi36IDyL2r7BH1lJtFX8fwNHDa1QOVY74WKLLS6o5Pg==", + "dependencies": { + "workbox-core": "6.5.4" + } + }, + "node_modules/workbox-strategies": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-6.5.4.tgz", + "integrity": "sha512-DEtsxhx0LIYWkJBTQolRxG4EI0setTJkqR4m7r4YpBdxtWJH1Mbg01Cj8ZjNOO8etqfA3IZaOPHUxCs8cBsKLw==", + "dependencies": { + "workbox-core": "6.5.4" + } + }, + "node_modules/workbox-streams": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-6.5.4.tgz", + "integrity": "sha512-FXKVh87d2RFXkliAIheBojBELIPnWbQdyDvsH3t74Cwhg0fDheL1T8BqSM86hZvC0ZESLsznSYWw+Va+KVbUzg==", + "dependencies": { + "workbox-core": "6.5.4", + "workbox-routing": "6.5.4" + } + }, + "node_modules/workbox-sw": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-6.5.4.tgz", + "integrity": "sha512-vo2RQo7DILVRoH5LjGqw3nphavEjK4Qk+FenXeUsknKn14eCNedHOXWbmnvP4ipKhlE35pvJ4yl4YYf6YsJArA==" + }, + "node_modules/workbox-webpack-plugin": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-6.5.4.tgz", + "integrity": "sha512-LmWm/zoaahe0EGmMTrSLUi+BjyR3cdGEfU3fS6PN1zKFYbqAKuQ+Oy/27e4VSXsyIwAw8+QDfk1XHNGtZu9nQg==", + "dependencies": { + "fast-json-stable-stringify": "^2.1.0", + "pretty-bytes": "^5.4.1", + "upath": "^1.2.0", + "webpack-sources": "^1.4.3", + "workbox-build": "6.5.4" + }, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "webpack": "^4.4.0 || ^5.9.0" + } + }, + "node_modules/workbox-webpack-plugin/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", + "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", + "dependencies": { + "source-list-map": "^2.0.0", + "source-map": "~0.6.1" + } + }, + "node_modules/workbox-window": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-6.5.4.tgz", + "integrity": "sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==", + "dependencies": { + "@types/trusted-types": "^2.0.2", + "workbox-core": "6.5.4" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/ws": { + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xml-name-validator": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", + "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==" + }, + "node_modules/xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "engines": { + "node": ">=10" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zustand": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.3.1.tgz", + "integrity": "sha512-EVyo/eLlOTcJm/X5M00rwtbYFXwRVTaRteSvhtbTZUCQFJkNfIyHPiJ6Ke68MSWzcKHpPzvqNH4gC2ZS/sbNqw==", + "dependencies": { + "use-sync-external-store": "1.2.0" + }, + "engines": { + "node": ">=12.7.0" + }, + "peerDependencies": { + "immer": ">=9.0", + "react": ">=16.8" + }, + "peerDependenciesMeta": { + "immer": { + "optional": true + }, + "react": { + "optional": true + } + } } - } } - } } diff --git a/webapp/package.json b/webapp/package.json index 51e0973e..4ff8894f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -41,7 +41,9 @@ "@hookform/error-message": "^2.0.1", "react-table": "^7.8.0", "@material-table/core": "^6.1.6", - "zustand": "4.3.1" + "zustand": "4.3.1", + "keycloak-js": "21.1.1", + "@react-keycloak/web": "3.4.0" }, "scripts": { "start": "react-scripts start", diff --git a/webapp/src/App.js b/webapp/src/App.js index c8f27b72..9db9aa50 100644 --- a/webapp/src/App.js +++ b/webapp/src/App.js @@ -35,6 +35,9 @@ import { import { selectLoading as selectWzdxLoading } from './slices/wzdxSlice' import { selectLoading as selectConfigLoading } from './slices/configSlice' +import { ReactKeycloakProvider } from '@react-keycloak/web' +import keycloak from './Keycloak' + const App = () => { const dispatch = useDispatch() @@ -66,59 +69,64 @@ const App = () => { return ( -
- -
- {authLoginData ? ( - -
- {displayMap ? null : } - {displayMap ? ( - - ) : ( - + +
+ +
+ {authLoginData ? ( + +
+ {displayMap ? null : } + {displayMap ? ( + + ) : ( + + )} +
+ {userRole === 'admin' && ( +
+ + authLoginData != null + } + setLoading={(loadingVal) => + dispatch(setLoading(loadingVal)) + } + updateRsuData={() => + dispatch(getRsuInfoOnly()) + } + /> +
)} -
- {userRole === 'admin' && ( -
- - authLoginData != null - } - setLoading={(loadingVal) => - dispatch(setLoading(loadingVal)) - } - updateRsuData={() => - dispatch(getRsuInfoOnly()) - } - /> +
+
- )} -
- -
- - ) : ( -
- )} - - -
+ + ) : ( +
+ )} + + +
+ ) } diff --git a/webapp/src/Keycloak.js b/webapp/src/Keycloak.js new file mode 100644 index 00000000..cbc7dd58 --- /dev/null +++ b/webapp/src/Keycloak.js @@ -0,0 +1,9 @@ +import Keycloak from 'keycloak-js' + +const keycloak = new Keycloak({ + url: 'http://localhost:8084/', + realm: 'cvmanager', + clientId: 'cvmanager-gui', +}) + +export default keycloak diff --git a/webapp/src/apis/google-auth-api.js b/webapp/src/apis/google-auth-api.js index 9fdc4a21..93350553 100644 --- a/webapp/src/apis/google-auth-api.js +++ b/webapp/src/apis/google-auth-api.js @@ -1,18 +1,18 @@ -import EnvironmentVars from "../EnvironmentVars"; +import EnvironmentVars from '../EnvironmentVars' class GoogleAuthApi { - async logIn(token) { - const content = await fetch(EnvironmentVars.googleAuthEndpoint, { - method: "GET", - headers: { - "Content-Type": "application/json", - Authorization: token, - }, - }); + async logIn(token) { + const content = await fetch(EnvironmentVars.googleAuthEndpoint, { + method: 'GET', + headers: { + 'Content-Type': 'application/json', + Authorization: token, + }, + }) - const json = await content.json(); - return json; - } + const json = await content.json() + return json + } } -export default new GoogleAuthApi(); +export default new GoogleAuthApi() diff --git a/webapp/src/components/Header.js b/webapp/src/components/Header.js index 47116ad6..d9a4ce3f 100644 --- a/webapp/src/components/Header.js +++ b/webapp/src/components/Header.js @@ -1,107 +1,163 @@ -import React, { useState, useEffect } from "react"; -import Grid from "@material-ui/core/Grid"; -import { GoogleLogin } from "@react-oauth/google"; -import "./Menu.js"; -import logo from "../images/cdot_logo.png"; +import React, { useState, useEffect } from 'react' +import Grid from '@material-ui/core/Grid' +import { GoogleLogin } from '@react-oauth/google' +import './Menu.js' +import logo from '../images/cdot_logo.png' -import { useSelector, useDispatch } from "react-redux"; +import { useSelector, useDispatch } from 'react-redux' import { - selectOrganizationName, - selectName, - selectEmail, - selectAuthLoginData, - selectTokenExpiration, - selectLoginFailure, + selectOrganizationName, + selectName, + selectEmail, + selectAuthLoginData, + selectTokenExpiration, + selectLoginFailure, - // actions - login, - logout, - changeOrganization, - setLoginFailure, -} from "../slices/userSlice"; + // actions + login, + logout, + changeOrganization, + setLoginFailure, +} from '../slices/userSlice' +import { useKeycloak } from '@react-keycloak/web' -import "./css/Header.css"; +import './css/Header.css' const Header = () => { - const dispatch = useDispatch(); + const dispatch = useDispatch() - const authLoginData = useSelector(selectAuthLoginData); - const organizationName = useSelector(selectOrganizationName); - const userName = useSelector(selectName); - const userEmail = useSelector(selectEmail); - const tokenExpiration = useSelector(selectTokenExpiration); - const loginFailure = useSelector(selectLoginFailure); + const authLoginData = useSelector(selectAuthLoginData) + const organizationName = useSelector(selectOrganizationName) + const userName = useSelector(selectName) + const userEmail = useSelector(selectEmail) + const tokenExpiration = useSelector(selectTokenExpiration) + const loginFailure = useSelector(selectLoginFailure) - const [tokenExpired, setTokenExpired] = useState(false); + const [tokenExpired, setTokenExpired] = useState(false) - useEffect(() => { - setLoginFailure(!authLoginData); - }, [authLoginData]); + const { keycloak, initialized } = useKeycloak() - useEffect(() => { - setTokenExpired(Date.now() < tokenExpiration); - }, [tokenExpiration]); + useEffect(() => { + console.log(keycloak) + }, [keycloak]) - return ( -
- {authLoginData ? ( - + ) : ( +
+ + - {permission.name} ({permission.role}) - - ) - )} - - - - -
- -
- ) : ( -
- - - -

CDOT CV Manager

-
-
- dispatch(login(res))} - text="signin_with" - size="large" - theme="outline" - /> -
- {loginFailure &&

User Unauthorized

} - {tokenExpired &&

Login Timed Out

} -
+ +

CDOT CV Manager

+ +
+ dispatch(login(res))} + text="signin_with" + size="large" + theme="outline" + /> +
+ {loginFailure && ( +

User Unauthorized

+ )} + {tokenExpired && ( +

Login Timed Out

+ )} + +
+ +
+ +
{`Keycloak User${ + keycloak?.idTokenParsed + ? ': "' + keycloak?.idTokenParsed?.name + '"' + : '' + } is ${ + !keycloak?.authenticated ? 'NOT ' : '' + }authenticated`}
+
+ {!!keycloak?.authenticated && ( + + )} +
+ +
+ )}
- )} - - ); -}; + ) +} -export default Header; +export default Header diff --git a/webapp/src/components/css/Header.css b/webapp/src/components/css/Header.css index be3745a5..775c5a0a 100644 --- a/webapp/src/components/css/Header.css +++ b/webapp/src/components/css/Header.css @@ -1,118 +1,127 @@ #header { - background-color: #333; - color: white; - text-align: left; - z-index: 100; - width: 100%; - height: 100px; + background-color: #333; + color: white; + text-align: left; + z-index: 100; + width: 100%; + height: 100px; } #frontpagelogo { - height: 100px; - width: 250px; + height: 100px; + width: 250px; } #frontgrid { - margin-top: 20%; + margin-top: 20%; } #frontpage { - background-color: #333; - color: white; - font-family: Arial, Helvetica, sans-serif; - font-size: 30px; - position: fixed; - width: 100%; - height: 100%; + background-color: #333; + color: white; + font-family: Arial, Helvetica, sans-serif; + font-size: 30px; + position: fixed; + width: 100%; + height: 100%; } #logo { - padding: 5px; - align-items: center; + padding: 5px; + align-items: center; } #header-text { - padding: 5px; - margin-left: 10px; - align-items: center; + padding: 5px; + margin-left: 10px; + align-items: center; } #googlebtn { - margin-top: 40px; - font-family: Arial, Helvetica, sans-serif; - cursor: pointer; - border-radius: 3px; -} - -#login -{ - padding: 10px 32px; - margin-left: 100px; - position:fixed; - right:10px; -} - -#loginMessage -{ - color: white; - font-size: 25px; - padding: 30px; -} - -#logout -{ - border: none; - color: black; - padding: 13px 20px; - text-align: center; - text-decoration: none; - display: inline-block; - font-size: 15px; - margin: 4px 2px; - cursor: pointer; - border-radius: 3px; - right:10px; - background: lightgray; -} - -#userInfoGrid -{ - padding: 30px; -} - -#nameText -{ - font-size: 25px; - text-align: right; -} - -#emailText -{ - font-size: 18px; - text-align: right; -} - -#roleText -{ - font-size: 18px; - text-align: right; -} - -#helpLink -{ - color: white; - margin-left: 1.5em; - margin-top: 0.5em; -} - -#organizationDropdown -{ - margin-top: 10px; - width: 100%; - font-family: Arial, Helvetica, sans-serif; - font-weight: bold; - font-size: 16px; - text-align: right; - color: #d16d15; - background-color: #333; -} \ No newline at end of file + margin-top: 40px; + font-family: Arial, Helvetica, sans-serif; + cursor: pointer; + border-radius: 3px; +} + +#keycloakbtndiv { + margin-top: 40px; + font-family: Arial, Helvetica, sans-serif; + cursor: pointer; + border-radius: 3px; +} + +.keycloak_button { + background-color: #4caf50; /* Green */ + border: none; + color: white; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; +} + +#login { + padding: 10px 32px; + margin-left: 100px; + position: fixed; + right: 10px; +} + +#loginMessage { + color: white; + font-size: 25px; + padding: 30px; +} + +#logout { + border: none; + color: black; + padding: 13px 20px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 15px; + margin: 4px 2px; + cursor: pointer; + border-radius: 3px; + right: 10px; + background: lightgray; +} + +#userInfoGrid { + padding: 30px; +} + +#nameText { + font-size: 25px; + text-align: right; +} + +#emailText { + font-size: 18px; + text-align: right; +} + +#roleText { + font-size: 18px; + text-align: right; +} + +#helpLink { + color: white; + margin-left: 1.5em; + margin-top: 0.5em; +} + +#organizationDropdown { + margin-top: 10px; + width: 100%; + font-family: Arial, Helvetica, sans-serif; + font-weight: bold; + font-size: 16px; + text-align: right; + color: #d16d15; + background-color: #333; +} diff --git a/webapp/src/index.js b/webapp/src/index.js index 6edeb00b..7655dffe 100644 --- a/webapp/src/index.js +++ b/webapp/src/index.js @@ -1,13 +1,13 @@ -import React from "react"; -import ReactDOM from "react-dom"; -import { Provider } from "react-redux"; -import "mapbox-gl/dist/mapbox-gl.css"; -import App from "./App"; -import store from "./store.js"; +import React from 'react' +import ReactDOM from 'react-dom' +import { Provider } from 'react-redux' +import 'mapbox-gl/dist/mapbox-gl.css' +import App from './App' +import store from './store.js' ReactDOM.render( - - - , - document.getElementById("root") -); + + + , + document.getElementById('root') +) diff --git a/webapp/src/slices/userSlice.js b/webapp/src/slices/userSlice.js index 3ee45c02..d36b7a6d 100644 --- a/webapp/src/slices/userSlice.js +++ b/webapp/src/slices/userSlice.js @@ -1,98 +1,99 @@ -import { createAsyncThunk, createSlice } from "@reduxjs/toolkit"; -import GoogleAuthApi from "../apis/google-auth-api"; -import { UserManager, LocalStorageManager } from "../managers"; +import { createAsyncThunk, createSlice } from '@reduxjs/toolkit' +import GoogleAuthApi from '../apis/google-auth-api' +import { UserManager, LocalStorageManager } from '../managers' -const authDataLocalStorage = LocalStorageManager.getAuthData(); +const authDataLocalStorage = LocalStorageManager.getAuthData() const authLoginData = UserManager.checkLoginData(authDataLocalStorage) - ? authDataLocalStorage - : null; + ? authDataLocalStorage + : null export const login = createAsyncThunk( - "user/login", - async (googleData, { dispatch }) => { - // The value we return becomes the `fulfilled` action payload - // return response.data; - - try { - const data = await GoogleAuthApi.logIn(googleData.credential); - let authLoginData = { - data: JSON.parse(data), - token: googleData.credential, - expires_at: Date.now() + 3599000, - }; - return authLoginData; - } catch (exception_var) { - throw exception_var; + 'user/login', + async (googleData, { dispatch }) => { + // The value we return becomes the `fulfilled` action payload + // return response.data; + try { + const data = await GoogleAuthApi.logIn(googleData.credential) + let authLoginData = { + data: JSON.parse(data), + token: googleData.credential, + expires_at: Date.now() + 3599000, + } + return authLoginData + } catch (exception_var) { + throw exception_var + } } - } -); +) export const userSlice = createSlice({ - name: "user", - initialState: { - loading: false, - value: { - authLoginData: authLoginData, - organization: authLoginData?.data?.organizations?.[0], - loginFailure: false, - }, - }, - reducers: { - logout: (state) => { - state.value.authLoginData = null; - state.value.organization = null; - LocalStorageManager.removeAuthData(); - }, - changeOrganization: (state, action) => { - state.value.organization = - UserManager.getOrganization( - state.value.authLoginData, - action.payload - ) ?? state.value.organization; + name: 'user', + initialState: { + loading: false, + value: { + authLoginData: authLoginData, + organization: authLoginData?.data?.organizations?.[0], + loginFailure: false, + }, }, - setLoading: (state, action) => { - state.loading = action.payload; + reducers: { + logout: (state) => { + state.value.authLoginData = null + state.value.organization = null + LocalStorageManager.removeAuthData() + }, + changeOrganization: (state, action) => { + state.value.organization = + UserManager.getOrganization( + state.value.authLoginData, + action.payload + ) ?? state.value.organization + }, + setLoading: (state, action) => { + state.loading = action.payload + }, + setLoginFailure: (state, action) => { + state.value.loginFailure = action.payload + }, }, - setLoginFailure: (state, action) => { - state.value.loginFailure = action.payload; + extraReducers: (builder) => { + builder + .addCase(login.pending, (state) => { + state.loading = true + }) + .addCase(login.fulfilled, (state, action) => { + console.log(action.payload) + state.loading = false + state.value.loginFailure = false + state.value.authLoginData = action.payload + state.value.organization = + action.payload?.data?.organizations?.[0] + LocalStorageManager.setAuthData(action.payload) + }) + .addCase(login.rejected, (state) => { + state.loading = false + state.value.loginFailure = true + LocalStorageManager.removeAuthData() + }) }, - }, - extraReducers: (builder) => { - builder - .addCase(login.pending, (state) => { - state.loading = true; - }) - .addCase(login.fulfilled, (state, action) => { - state.loading = false; - state.value.loginFailure = false; - state.value.authLoginData = action.payload; - state.value.organization = action.payload?.data?.organizations?.[0]; - LocalStorageManager.setAuthData(action.payload); - }) - .addCase(login.rejected, (state) => { - state.loading = false; - state.value.loginFailure = true; - LocalStorageManager.removeAuthData(); - }); - }, -}); +}) export const { logout, changeOrganization, setLoading, setLoginFailure } = - userSlice.actions; + userSlice.actions -export const selectAuthLoginData = (state) => state.user.value.authLoginData; -export const selectToken = (state) => state.user.value.authLoginData.token; -export const selectRole = (state) => state.user.value.organization?.role; +export const selectAuthLoginData = (state) => state.user.value.authLoginData +export const selectToken = (state) => state.user.value.authLoginData.token +export const selectRole = (state) => state.user.value.organization?.role export const selectOrganizationName = (state) => - state.user.value.organization?.name; -export const selectName = (state) => state.user.value.authLoginData?.data?.name; + state.user.value.organization?.name +export const selectName = (state) => state.user.value.authLoginData?.data?.name export const selectEmail = (state) => - state.user.value.authLoginData?.data?.email; + state.user.value.authLoginData?.data?.email export const selectSuperUser = (state) => - state.user.value.authLoginData?.data?.super_user; + state.user.value.authLoginData?.data?.super_user export const selectTokenExpiration = (state) => - state.user.value.authLoginData?.expires_at; -export const selectLoginFailure = (state) => state.user.value.loginFailure; -export const selectLoading = (state) => state.user.loading; + state.user.value.authLoginData?.expires_at +export const selectLoginFailure = (state) => state.user.value.loginFailure +export const selectLoading = (state) => state.user.loading -export default userSlice.reducer; +export default userSlice.reducer From fe8be3d56df6141943a1862ba6e690725dda4c95 Mon Sep 17 00:00:00 2001 From: Michael7371 Date: Thu, 11 May 2023 17:14:21 -0600 Subject: [PATCH 002/106] updates for keycloak and postgresql implementation --- .gitignore | 3 +- .vscode/settings.json | 6 +- api/requirements.txt | 3 +- api/src/keycloak_auth.py | 46 + api/src/main.py | 10 +- api/src/middleware_keycloak.py | 122 + api/src/pgquery.py | 50 +- docker-compose.yml | 7 +- documents/keycloak/realm.json | 4746 ----------------- sample.env | 6 + webapp/src/App.js | 121 +- webapp/src/components/Header.js | 28 +- webapp/src/index.js | 13 +- .../src/{Keycloak.js => keycloak-config.js} | 2 +- webapp/src/slices/userSlice.js | 21 + 15 files changed, 334 insertions(+), 4850 deletions(-) create mode 100644 api/src/keycloak_auth.py create mode 100644 api/src/middleware_keycloak.py delete mode 100644 documents/keycloak/realm.json rename webapp/src/{Keycloak.js => keycloak-config.js} (75%) diff --git a/.gitignore b/.gitignore index fb12ff3f..df4ab460 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc -.env \ No newline at end of file +.env +documents/keycloak/realm.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index b274ecda..f68dc56f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,9 @@ "editor.formatOnPaste": false, "prettier.useEditorConfig": false, "prettier.useTabs": false, - "prettier.configPath": ".vscode/.prettierrc.json" + "prettier.configPath": ".vscode/.prettierrc.json", + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + "python.formatting.provider": "none" } diff --git a/api/requirements.txt b/api/requirements.txt index f85f141b..3fbc5c8a 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -10,4 +10,5 @@ DateTime==4.3 google-cloud-bigquery==2.34.2 python-dateutil==2.8.2 pytz==2021.3 -Werkzeug==2.1.2 \ No newline at end of file +Werkzeug==2.1.2 +python-keycloak==2.16.2 \ No newline at end of file diff --git a/api/src/keycloak_auth.py b/api/src/keycloak_auth.py new file mode 100644 index 00000000..d8abf0a8 --- /dev/null +++ b/api/src/keycloak_auth.py @@ -0,0 +1,46 @@ +import traceback +from keycloak import KeycloakOpenID +import logging + + +class KeycloakProvider: + def __init__( + self, + KEYCLOAK_ENDPOINT, + KEYCLOAK_REALM, + KEYCLOAK_CLIENT, + KEYCLOAK_SECRET_KEY, + ): + self.keycloak_openid = KeycloakOpenID( + server_url=f"{KEYCLOAK_ENDPOINT}/", + client_id=KEYCLOAK_CLIENT, + realm_name=KEYCLOAK_REALM, + client_secret_key=KEYCLOAK_SECRET_KEY, + ) + token = self.keycloak_openid.token("admin@cimms.com", "12345") + userinfo = self.keycloak_openid.userinfo(token["access_token"]) + print(userinfo) + + def get_access_token_user(self, username: str, password: str): + try: + return self.keycloak_openid.token(username, password) + except: + return None + + def get_user_info(self, token): + try: + response = self.keycloak_openid.userinfo(token) + token = self.keycloak_openid.token("admin@cimms.com", "12345") + userinfo = self.keycloak_openid.userinfo(token["access_token"]) + print(userinfo) + + return userinfo + except Exception as e: + traceback.print_exc() + print(e) + return False + + def validate_token_user(self, token): + if not self.get_user_info(token): + return False + return True diff --git a/api/src/main.py b/api/src/main.py index fc062d57..ae37dbc2 100644 --- a/api/src/main.py +++ b/api/src/main.py @@ -2,8 +2,10 @@ from flask_restful import Api import os import logging + # Custom script imports -from middleware import Middleware +# from middleware import Middleware +from middleware_keycloak import Middleware from userauth import RsuGoogleAuth from rsuinfo import RsuInfo from rsu_querycounts import RsuQueryCounts @@ -21,8 +23,8 @@ from admin_new_org import AdminNewOrg from admin_org import AdminOrg -log_level = os.environ.get('LOGGING_LEVEL', 'INFO') -logging.basicConfig(format='%(levelname)s:%(message)s', level=log_level) +log_level = os.environ.get("LOGGING_LEVEL", "INFO") +logging.basicConfig(format="%(levelname)s:%(message)s", level=log_level) app = Flask(__name__) app.wsgi_app = Middleware(app.wsgi_app) @@ -46,4 +48,4 @@ api.add_resource(AdminOrg, "/admin-org") if __name__ == "__main__": - app.run(host="0.0.0.0", port=8080) + app.run(host="0.0.0.0", port=8080) diff --git a/api/src/middleware_keycloak.py b/api/src/middleware_keycloak.py new file mode 100644 index 00000000..ba6e7586 --- /dev/null +++ b/api/src/middleware_keycloak.py @@ -0,0 +1,122 @@ +from werkzeug.wrappers import Request, Response +from keycloak import KeycloakOpenID +import logging +import os +import pgquery + + +def get_user_role(token): + keycloak_openid = KeycloakOpenID( + server_url=os.getenv("KEYCLOAK_ENDPOINT"), + realm_name=os.getenv("KEYCLOAK_REALM"), + client_id=os.getenv("KEYCLOAK_API_CLIENT_ID"), + client_secret_key=os.getenv("KEYCLOAK_API_CLIENT_SECRET_KEY"), + ) + # token = keycloak_openid.token("admin", "admin") + introspect = keycloak_openid.introspect(token) + data = [] + + if introspect["active"]: + userinfo = keycloak_openid.userinfo(token) + logging.info(userinfo) + + email = userinfo["email"] + + query = ( + "SELECT jsonb_build_object('email', u.email, 'first_name', u.first_name, 'last_name', u.last_name, 'organization', org.name, 'role', roles.name, 'super_user', u.super_user) " + "FROM public.users u " + "JOIN public.user_organization uo on u.user_id = uo.user_id " + "JOIN public.organizations org on uo.organization_id = org.organization_id " + "JOIN public.roles on uo.role_id = roles.role_id " + f"WHERE u.email = '{email}'" + ) + + logging.debug(f'Executing query "{query};"...') + data = pgquery.query_db(query) + else: + logging.error("User token does not exist") + + if len(data) != 0: + return data + return None + + +organization_required = { + "/rsu-google-auth": False, + "/rsuinfo": True, + "/rsu-online-status": True, + "/rsucounts": True, + "/rsu-command": True, + "/rsu-map-info": True, + "/iss-scms-status": True, + "/wzdx-feed": False, + "/rsu-bsm-data": False, + "/rsu-ssm-srm-data": False, + "/admin-new-rsu": False, + "/admin-rsu": False, + "/admin-new-user": False, + "/admin-user": False, + "/admin-new-org": False, + "/admin-org": False, +} + + +class Middleware: + def __init__(self, app): + self.app = app + + def __call__(self, environ, start_response): + request = Request(environ) + logging.info(f"Request - {request.method} {request.path}") + + # Do not bother authorizing a CORS check + if request.method == "OPTIONS": + return self.app(environ, start_response) + + try: + # Verify user token ID is a real token + token_id = request.headers["Authorization"] + + # Verify authorized user + data = get_user_role(token_id) + + if data: + user_info = { + "name": f'{data[0][0]["first_name"]} {data[0][0]["last_name"]}', + "email": data[0][0]["email"], + "organizations": [], + "super_user": True if data[0][0]["super_user"] == "1" else False, + } + + # Parse the organization permissions + for org in data: + user_info["organizations"].append( + {"name": org[0]["organization"], "role": org[0]["role"]} + ) + environ["user_info"] = user_info + + # If endpoint requires, check if user is permitted for the specified organization + permitted = False + if organization_required[request.path]: + requested_org = request.headers["Organization"] + for permission in user_info["organizations"]: + if permission["name"] == requested_org: + permitted = True + environ["organization"] = permission["name"] + environ["role"] = permission["role"] + elif "admin" in request.path: + if user_info["super_user"]: + permitted = True + else: + permitted = True + + if permitted: + return self.app(environ, start_response) + + res = Response("User unauthorized", status=401) + return res(environ, start_response) + except Exception as e: + # Throws an exception if not valid + logging.exception(f"Invalid token for reason: {e}") + res = Response("Authorization failed", status=401) + return res(environ, start_response) diff --git a/api/src/pgquery.py b/api/src/pgquery.py index 8b6c686e..549d144c 100644 --- a/api/src/pgquery.py +++ b/api/src/pgquery.py @@ -14,11 +14,12 @@ # 'pool_recycle' is the maximum number of seconds a connection can persist. # Connections that live longer than the specified amount of time will be # reestablished - "pool_recycle": 60 # 1 minutes + "pool_recycle": 60, # 1 minutes } db = None + def init_tcp_connection_engine(db_user, db_pass, db_name, db_hostname, db_port): logging.info(f"Creating DB pool") pool = sqlalchemy.create_engine( @@ -30,48 +31,54 @@ def init_tcp_connection_engine(db_user, db_pass, db_name, db_hostname, db_port): password=db_pass, # e.g. "my-database-password" host=db_hostname, # e.g. "127.0.0.1" port=db_port, # e.g. 5432 - database=db_name # e.g. "my-database-name" + database=db_name, # e.g. "my-database-name" ), - **db_config + **db_config, ) - #pool.dialect.description_encoding = None + # pool.dialect.description_encoding = None logging.info("DB pool created!") return pool + def init_socket_connection_engine(db_user, db_pass, db_name, unix_query): - logging.info(f"Creating DB pool") - pool = sqlalchemy.create_engine( - # Equivalent URL: - # postgresql+pg8000://:@/?unix_sock=/cloudsql/ - sqlalchemy.engine.url.URL.create( - drivername="postgresql+pg8000", - username=db_user, # e.g. "my-database-user" - password=db_pass, # e.g. "my-database-password" - database=db_name, # e.g. "my-database-name" - query=unix_query - ), - **db_config - ) - logging.info("DB pool created!") - return pool + logging.info(f"Creating DB pool") + pool = sqlalchemy.create_engine( + # Equivalent URL: + # postgresql+pg8000://:@/?unix_sock=/cloudsql/ + sqlalchemy.engine.url.URL.create( + drivername="postgresql+pg8000", + username=db_user, # e.g. "my-database-user" + password=db_pass, # e.g. "my-database-password" + database=db_name, # e.g. "my-database-name" + query=unix_query, + ), + **db_config, + ) + logging.info("DB pool created!") + return pool def init_connection_engine(): db_user = os.environ["DB_USER"] db_pass = os.environ["DB_PASS"] db_name = os.environ["DB_NAME"] - if("INSTANCE_CONNECTION_NAME" in os.environ): + logging.debug("Initializing connection engine") + if os.environ["INSTANCE_CONNECTION_NAME"]: + logging.debug("INSTANCE_CONNECTION_NAME") instance_connection_name = os.environ["INSTANCE_CONNECTION_NAME"] unix_query = { "unix_sock": f"/cloudsql/{instance_connection_name}/.s.PGSQL.5432" } return init_socket_connection_engine(db_user, db_pass, db_name, unix_query) else: + logging.debug("TCP Connection") db_host = os.environ["DB_HOST"] # Extract host and port from db_host host_args = db_host.split(":") db_hostname, db_port = host_args[0], int(host_args[1]) - return init_tcp_connection_engine(db_user, db_pass, db_name, db_hostname, db_port) + return init_tcp_connection_engine( + db_user, db_pass, db_name, db_hostname, db_port + ) def query_db(query): @@ -85,6 +92,7 @@ def query_db(query): data = conn.execute(query).fetchall() return data + def insert_db(query): global db if db is None: diff --git a/docker-compose.yml b/docker-compose.yml index b85968ea..1c2ce4b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,7 @@ services: ports: - '8080:8080' environment: + DB_HOST: ${DB_HOST} DB_USER: ${DB_USER} DB_PASS: ${DB_PASS} DB_NAME: ${DB_NAME} @@ -20,6 +21,10 @@ services: BSM_DB_NAME: ${BSM_DB_NAME} SSM_DB_NAME: ${SSM_DB_NAME} SRM_DB_NAME: ${SRM_DB_NAME} + KEYCLOAK_ENDPOINT: ${KEYCLOAK_ENDPOINT} + KEYCLOAK_REALM: ${KEYCLOAK_REALM} + KEYCLOAK_API_CLIENT_ID: ${KEYCLOAK_API_CLIENT_ID} + KEYCLOAK_API_CLIENT_SECRET_KEY: ${KEYCLOAK_API_CLIENT_SECRET_KEY} logging: options: max-size: '10m' @@ -57,7 +62,7 @@ services: KEYCLOAK_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD} command: - start-dev - - --log-level=INFO + - --log-level=DEBUG - --import-realm volumes: - ./documents/keycloak/realm.json:/opt/keycloak/data/import/realm.json diff --git a/documents/keycloak/realm.json b/documents/keycloak/realm.json deleted file mode 100644 index 24063348..00000000 --- a/documents/keycloak/realm.json +++ /dev/null @@ -1,4746 +0,0 @@ -[ - { - "id": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", - "realm": "master", - "displayName": "Keycloak", - "displayNameHtml": "
Keycloak
", - "notBefore": 0, - "defaultSignatureAlgorithm": "RS256", - "revokeRefreshToken": false, - "refreshTokenMaxReuse": 0, - "accessTokenLifespan": 60, - "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": false, - "permanentLockout": false, - "maxFailureWaitSeconds": 900, - "minimumQuickLoginWaitSeconds": 60, - "waitIncrementSeconds": 60, - "quickLoginCheckMilliSeconds": 1000, - "maxDeltaTimeSeconds": 43200, - "failureFactor": 30, - "roles": { - "realm": [ - { - "id": "0e7d544c-84b6-464f-9e86-826b4e5ead06", - "name": "uma_authorization", - "description": "${role_uma_authorization}", - "composite": false, - "clientRole": false, - "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", - "attributes": {} - }, - { - "id": "34a9d656-09c8-48bc-b35a-2d1e2be7576c", - "name": "create-realm", - "description": "${role_create-realm}", - "composite": false, - "clientRole": false, - "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", - "attributes": {} - }, - { - "id": "bd3bacb9-43d7-4467-a405-404084f222a9", - "name": "default-roles-master", - "description": "${role_default-roles}", - "composite": true, - "composites": { - "realm": ["offline_access", "uma_authorization"], - "client": { - "account": ["manage-account", "view-profile"] - } - }, - "clientRole": false, - "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", - "attributes": {} - }, - { - "id": "9ca152da-1aad-49e3-9473-0012ca4cb4f3", - "name": "admin", - "description": "${role_admin}", - "composite": true, - "composites": { - "realm": ["create-realm"], - "client": { - "cvmanager-realm": [ - "view-events", - "manage-events", - "manage-realm", - "manage-identity-providers", - "query-users", - "view-identity-providers", - "query-clients", - "manage-clients", - "create-client", - "impersonation", - "view-authorization", - "view-realm", - "manage-users", - "manage-authorization", - "query-groups", - "view-users", - "view-clients", - "query-realms" - ], - "master-realm": [ - "manage-events", - "query-users", - "manage-identity-providers", - "impersonation", - "view-clients", - "view-users", - "manage-realm", - "create-client", - "manage-clients", - "manage-authorization", - "query-groups", - "query-realms", - "view-identity-providers", - "query-clients", - "manage-users", - "view-events", - "view-authorization", - "view-realm" - ] - } - }, - "clientRole": false, - "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", - "attributes": {} - }, - { - "id": "ede1c28e-c43b-4607-bfe5-66e138fde488", - "name": "offline_access", - "description": "${role_offline-access}", - "composite": false, - "clientRole": false, - "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9", - "attributes": {} - } - ], - "client": { - "cvmanager-realm": [ - { - "id": "701e989f-8a5f-4fd1-866c-e6cf6593f094", - "name": "manage-users", - "description": "${role_manage-users}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "603aac65-6ac6-4cfe-9f1a-b2f569c8534f", - "name": "manage-events", - "description": "${role_manage-events}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "3b94233a-a387-496b-b9dd-938f668a6156", - "name": "view-events", - "description": "${role_view-events}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "6658d6b0-cd89-472d-a458-2a2a0a8530fe", - "name": "manage-identity-providers", - "description": "${role_manage-identity-providers}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "1512c71a-25ce-4561-a7b9-7ffeb895fbbd", - "name": "manage-realm", - "description": "${role_manage-realm}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "0619c957-06b4-4c02-bb32-19a17b13f42e", - "name": "query-users", - "description": "${role_query-users}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "09303a95-8c39-437f-a8d1-4d5c96d5fc8d", - "name": "manage-authorization", - "description": "${role_manage-authorization}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "f1285389-ddd0-44f7-be48-657959c31e1e", - "name": "query-clients", - "description": "${role_query-clients}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "4fd129fa-9219-4dea-8e22-481c8eb02431", - "name": "view-identity-providers", - "description": "${role_view-identity-providers}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "187d382e-6253-4c5c-a5b2-527bbc662028", - "name": "manage-clients", - "description": "${role_manage-clients}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "2ea1e9fd-0a3b-43f0-b86f-40f0249361bc", - "name": "query-groups", - "description": "${role_query-groups}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "ec5697de-1238-47bb-b579-08613f72e949", - "name": "create-client", - "description": "${role_create-client}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "6e2ffda6-395d-457a-aeac-e620cb05f7e2", - "name": "view-clients", - "description": "${role_view-clients}", - "composite": true, - "composites": { - "client": { - "cvmanager-realm": ["query-clients"] - } - }, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "0f4c3652-bd0e-4c09-9fe1-42eedb3561be", - "name": "view-users", - "description": "${role_view-users}", - "composite": true, - "composites": { - "client": { - "cvmanager-realm": [ - "query-users", - "query-groups" - ] - } - }, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "90171ca3-594d-4c6a-82f0-aa2d0787dbab", - "name": "impersonation", - "description": "${role_impersonation}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "ace79f34-35cf-426e-8072-7f98ddf2b14c", - "name": "query-realms", - "description": "${role_query-realms}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "fa3f619b-a221-4b2f-8677-6390a769c26d", - "name": "view-authorization", - "description": "${role_view-authorization}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - }, - { - "id": "514bb97f-89ca-4b6b-8b05-dd7a3af49192", - "name": "view-realm", - "description": "${role_view-realm}", - "composite": false, - "clientRole": true, - "containerId": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "attributes": {} - } - ], - "security-admin-console": [], - "admin-cli": [], - "account-console": [], - "broker": [ - { - "id": "2d82dafb-d8e6-47be-bbcc-b67d9195a0a1", - "name": "read-token", - "description": "${role_read-token}", - "composite": false, - "clientRole": true, - "containerId": "4d006df9-75db-478a-805d-015d26e054eb", - "attributes": {} - } - ], - "master-realm": [ - { - "id": "30cbe52e-5d8d-447e-9aed-b40865772602", - "name": "manage-realm", - "description": "${role_manage-realm}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "6a2c55d0-4e57-4fb8-a46d-5d379d1766ac", - "name": "manage-events", - "description": "${role_manage-events}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "b50ef218-8fa8-4a60-90cf-915e4c707c62", - "name": "create-client", - "description": "${role_create-client}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "c5e27097-cc18-4733-b06d-7106b7667238", - "name": "manage-identity-providers", - "description": "${role_manage-identity-providers}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "2b9004aa-95be-4149-ae0a-6900efecb9c6", - "name": "query-users", - "description": "${role_query-users}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "d597e920-ead8-43df-812c-eacc13278892", - "name": "manage-clients", - "description": "${role_manage-clients}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "d3f3fceb-985c-48a2-bc53-ea4736cf2a84", - "name": "impersonation", - "description": "${role_impersonation}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "3c776b58-8bbc-47b4-bd9c-182d9ae95a51", - "name": "manage-authorization", - "description": "${role_manage-authorization}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "3eb8fe38-dbec-467c-8cea-4b1a64fa87a4", - "name": "query-groups", - "description": "${role_query-groups}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "1fdce212-d7a0-42d9-b59b-b8771b91d838", - "name": "query-realms", - "description": "${role_query-realms}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "dd982c14-54ff-44e9-8d5f-32e6d984c91d", - "name": "view-identity-providers", - "description": "${role_view-identity-providers}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "06a202fd-b15b-4e93-8bdc-cbd963ee905a", - "name": "query-clients", - "description": "${role_query-clients}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "c3f3c35a-68bd-4dbe-93c0-7a7d4786a7cc", - "name": "manage-users", - "description": "${role_manage-users}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "08859ec7-0571-48bc-87e0-81bba8e637af", - "name": "view-clients", - "description": "${role_view-clients}", - "composite": true, - "composites": { - "client": { - "master-realm": ["query-clients"] - } - }, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "bf22ab50-7eaa-4a03-bcad-7d1d89363ad4", - "name": "view-events", - "description": "${role_view-events}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "5fa61c59-1bf1-4496-b076-3b8bd3531580", - "name": "view-authorization", - "description": "${role_view-authorization}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "3600038c-f211-4643-9cb4-719fc2af6215", - "name": "view-realm", - "description": "${role_view-realm}", - "composite": false, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - }, - { - "id": "15986258-39f9-4924-b718-a60541b87f08", - "name": "view-users", - "description": "${role_view-users}", - "composite": true, - "composites": { - "client": { - "master-realm": ["query-groups", "query-users"] - } - }, - "clientRole": true, - "containerId": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "attributes": {} - } - ], - "account": [ - { - "id": "00577e66-8d49-4c4b-a2b4-d900c90e8386", - "name": "manage-account", - "description": "${role_manage-account}", - "composite": true, - "composites": { - "client": { - "account": ["manage-account-links"] - } - }, - "clientRole": true, - "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "attributes": {} - }, - { - "id": "af2f3a27-c05f-4eb9-8ebc-fb89af006d01", - "name": "manage-consent", - "description": "${role_manage-consent}", - "composite": true, - "composites": { - "client": { - "account": ["view-consent"] - } - }, - "clientRole": true, - "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "attributes": {} - }, - { - "id": "86d647db-3407-430f-8c58-7c87502ea756", - "name": "view-consent", - "description": "${role_view-consent}", - "composite": false, - "clientRole": true, - "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "attributes": {} - }, - { - "id": "d8a56afd-b464-4917-9765-9ae98eab5a8a", - "name": "manage-account-links", - "description": "${role_manage-account-links}", - "composite": false, - "clientRole": true, - "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "attributes": {} - }, - { - "id": "308cb3aa-f09c-406d-93fb-cffab0d0ac4f", - "name": "view-applications", - "description": "${role_view-applications}", - "composite": false, - "clientRole": true, - "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "attributes": {} - }, - { - "id": "6dd67261-83cd-4560-a333-721be933f0b6", - "name": "delete-account", - "description": "${role_delete-account}", - "composite": false, - "clientRole": true, - "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "attributes": {} - }, - { - "id": "6e9afa8e-e3fe-4c97-a7af-bf7af98b23a3", - "name": "view-profile", - "description": "${role_view-profile}", - "composite": false, - "clientRole": true, - "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "attributes": {} - }, - { - "id": "d222cd46-5d49-4364-af3d-ef390fa3c0e9", - "name": "view-groups", - "description": "${role_view-groups}", - "composite": false, - "clientRole": true, - "containerId": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "attributes": {} - } - ] - } - }, - "groups": [], - "defaultRole": { - "id": "bd3bacb9-43d7-4467-a405-404084f222a9", - "name": "default-roles-master", - "description": "${role_default-roles}", - "composite": true, - "clientRole": false, - "containerId": "6fa19ce8-887e-4cb6-a74d-b8dedc096dd9" - }, - "requiredCredentials": ["password"], - "otpPolicyType": "totp", - "otpPolicyAlgorithm": "HmacSHA1", - "otpPolicyInitialCounter": 0, - "otpPolicyDigits": 6, - "otpPolicyLookAheadWindow": 1, - "otpPolicyPeriod": 30, - "otpPolicyCodeReusable": false, - "otpSupportedApplications": [ - "totpAppFreeOTPName", - "totpAppMicrosoftAuthenticatorName", - "totpAppGoogleName" - ], - "webAuthnPolicyRpEntityName": "keycloak", - "webAuthnPolicySignatureAlgorithms": ["ES256"], - "webAuthnPolicyRpId": "", - "webAuthnPolicyAttestationConveyancePreference": "not specified", - "webAuthnPolicyAuthenticatorAttachment": "not specified", - "webAuthnPolicyRequireResidentKey": "not specified", - "webAuthnPolicyUserVerificationRequirement": "not specified", - "webAuthnPolicyCreateTimeout": 0, - "webAuthnPolicyAvoidSameAuthenticatorRegister": false, - "webAuthnPolicyAcceptableAaguids": [], - "webAuthnPolicyPasswordlessRpEntityName": "keycloak", - "webAuthnPolicyPasswordlessSignatureAlgorithms": ["ES256"], - "webAuthnPolicyPasswordlessRpId": "", - "webAuthnPolicyPasswordlessAttestationConveyancePreference": "not specified", - "webAuthnPolicyPasswordlessAuthenticatorAttachment": "not specified", - "webAuthnPolicyPasswordlessRequireResidentKey": "not specified", - "webAuthnPolicyPasswordlessUserVerificationRequirement": "not specified", - "webAuthnPolicyPasswordlessCreateTimeout": 0, - "webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister": false, - "webAuthnPolicyPasswordlessAcceptableAaguids": [], - "users": [ - { - "id": "b0ef53de-879a-43d9-8050-ffed444ea79e", - "createdTimestamp": 1682653649136, - "username": "admin", - "enabled": true, - "totp": false, - "emailVerified": false, - "firstName": "", - "lastName": "", - "email": "keycloak@cimms.com", - "credentials": [ - { - "id": "70eadd3d-0319-4a1c-b724-332eae0d2cdc", - "type": "password", - "createdDate": 1682653649209, - "secretData": "{\"value\":\"PsM+9xpYZugVqFp6Zu6gPN5Y3E1GGkRM1mAgR8hOJXI=\",\"salt\":\"1VAW72vuUuWU6+qlKxbmOg==\",\"additionalParameters\":{}}", - "credentialData": "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}" - } - ], - "disableableCredentialTypes": [], - "requiredActions": [], - "realmRoles": ["default-roles-master", "admin"], - "notBefore": 0, - "groups": [] - } - ], - "scopeMappings": [ - { - "clientScope": "offline_access", - "roles": ["offline_access"] - } - ], - "clientScopeMappings": { - "account": [ - { - "client": "account-console", - "roles": ["manage-account", "view-groups"] - } - ] - }, - "clients": [ - { - "id": "25237eac-20dd-46ab-a5a9-fabfef27b4c2", - "clientId": "account", - "name": "${client_account}", - "rootUrl": "${authBaseUrl}", - "baseUrl": "/realms/master/account/", - "surrogateAuthRequired": false, - "enabled": true, - "alwaysDisplayInConsole": false, - "clientAuthenticatorType": "client-secret", - "redirectUris": ["/realms/master/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": "+" - }, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": false, - "nodeReRegistrationTimeout": 0, - "defaultClientScopes": [ - "web-origins", - "acr", - "profile", - "roles", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "1cf49af8-0f7b-42b6-865c-631e1e38c3c5", - "clientId": "account-console", - "name": "${client_account-console}", - "rootUrl": "${authBaseUrl}", - "baseUrl": "/realms/master/account/", - "surrogateAuthRequired": false, - "enabled": true, - "alwaysDisplayInConsole": false, - "clientAuthenticatorType": "client-secret", - "redirectUris": ["/realms/master/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": "5b49723c-82df-4ab0-b1e5-b5cdb384da31", - "name": "audience resolve", - "protocol": "openid-connect", - "protocolMapper": "oidc-audience-resolve-mapper", - "consentRequired": false, - "config": {} - } - ], - "defaultClientScopes": [ - "web-origins", - "acr", - "profile", - "roles", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "e26cb7f1-1722-438a-9e37-887ae196c6e3", - "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": {}, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": false, - "nodeReRegistrationTimeout": 0, - "defaultClientScopes": [ - "web-origins", - "acr", - "profile", - "roles", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "4d006df9-75db-478a-805d-015d26e054eb", - "clientId": "broker", - "name": "${client_broker}", - "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": {}, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": false, - "nodeReRegistrationTimeout": 0, - "defaultClientScopes": [ - "web-origins", - "acr", - "profile", - "roles", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "2c887c2e-b043-49a1-9119-2805be12ddd5", - "clientId": "cvmanager-realm", - "name": "cvmanager Realm", - "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, - "attributes": {}, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": false, - "nodeReRegistrationTimeout": 0, - "defaultClientScopes": [], - "optionalClientScopes": [] - }, - { - "id": "ac9f43b8-f9f2-48d9-9872-d6af916ede46", - "clientId": "master-realm", - "name": "master Realm", - "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, - "attributes": {}, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": false, - "nodeReRegistrationTimeout": 0, - "defaultClientScopes": [ - "web-origins", - "acr", - "profile", - "roles", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "55e7b1cd-1bef-42d5-8025-d30f7af451f2", - "clientId": "security-admin-console", - "name": "${client_security-admin-console}", - "rootUrl": "${authAdminUrl}", - "baseUrl": "/admin/master/console/", - "surrogateAuthRequired": false, - "enabled": true, - "alwaysDisplayInConsole": false, - "clientAuthenticatorType": "client-secret", - "redirectUris": ["/admin/master/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": "8c7eca67-3a66-46df-b347-6940c466f0bd", - "name": "locale", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "locale", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "locale", - "jsonType.label": "String" - } - } - ], - "defaultClientScopes": [ - "web-origins", - "acr", - "profile", - "roles", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - } - ], - "clientScopes": [ - { - "id": "15ce6ea7-d30f-4d6f-8b33-345e9d1985ad", - "name": "profile", - "description": "OpenID Connect built-in scope: profile", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "true", - "display.on.consent.screen": "true", - "consent.screen.text": "${profileScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "eea8e8c6-923e-4472-b60a-12e8a9f26ca7", - "name": "updated at", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "updatedAt", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "updated_at", - "jsonType.label": "long" - } - }, - { - "id": "8e70e78f-4105-4401-b9c1-a014df132008", - "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": "79940d01-67a9-491b-aa45-ca94688822c2", - "name": "username", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "preferred_username", - "jsonType.label": "String" - } - }, - { - "id": "69daf516-dc84-4a5c-b285-8ea8af61ab0c", - "name": "picture", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "picture", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "picture", - "jsonType.label": "String" - } - }, - { - "id": "c1a2a1e0-c575-414d-bd69-0fe9e64cbdbf", - "name": "zoneinfo", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "zoneinfo", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "zoneinfo", - "jsonType.label": "String" - } - }, - { - "id": "99a7d0d8-13a1-4de2-8ffb-259ca115c384", - "name": "profile", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "profile", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "profile", - "jsonType.label": "String" - } - }, - { - "id": "095d4002-b496-437a-b5e7-108630bbb4b2", - "name": "birthdate", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "birthdate", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "birthdate", - "jsonType.label": "String" - } - }, - { - "id": "03a37d29-5da9-4165-81e6-4088b79dfabb", - "name": "gender", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "gender", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "gender", - "jsonType.label": "String" - } - }, - { - "id": "77ed3239-50c4-4159-962d-09ceeaadbb57", - "name": "middle name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "middleName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "middle_name", - "jsonType.label": "String" - } - }, - { - "id": "4f3cfc03-ff2b-4956-958e-f9ca641747a8", - "name": "website", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "website", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "website", - "jsonType.label": "String" - } - }, - { - "id": "d9f85721-11c3-4260-ad24-67e6d19ceb29", - "name": "locale", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "locale", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "locale", - "jsonType.label": "String" - } - }, - { - "id": "624f9a41-a9e0-4247-93ef-c3e97dac28ae", - "name": "nickname", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "nickname", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "nickname", - "jsonType.label": "String" - } - }, - { - "id": "da1d88c9-2ba0-4c2d-9b9e-7b6e5149ef23", - "name": "family name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "lastName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "family_name", - "jsonType.label": "String" - } - }, - { - "id": "8e0e10fb-65e1-42e8-878f-4e505112ceef", - "name": "given name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "firstName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "given_name", - "jsonType.label": "String" - } - } - ] - }, - { - "id": "8bf893c1-d415-4c5f-a6ba-85b4727abf28", - "name": "address", - "description": "OpenID Connect built-in scope: address", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "true", - "display.on.consent.screen": "true", - "consent.screen.text": "${addressScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "37c292df-427b-4e86-8cb3-c9755f156082", - "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": "d8efc861-71af-4ed9-a4f9-a22e4bdb87dc", - "name": "roles", - "description": "OpenID Connect scope for add user roles to the access token", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "false", - "display.on.consent.screen": "true", - "consent.screen.text": "${rolesScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "730d5715-6f4a-4efa-95c6-a4e8c7171c8b", - "name": "realm roles", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-realm-role-mapper", - "consentRequired": false, - "config": { - "user.attribute": "foo", - "access.token.claim": "true", - "claim.name": "realm_access.roles", - "jsonType.label": "String", - "multivalued": "true" - } - }, - { - "id": "da6af8c1-6970-410d-85de-73aa5ffe1da2", - "name": "audience resolve", - "protocol": "openid-connect", - "protocolMapper": "oidc-audience-resolve-mapper", - "consentRequired": false, - "config": {} - }, - { - "id": "2bd823dc-2c6a-48c8-8858-84b90c6dad02", - "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": "004604fb-c8b5-4265-a98e-7fd80ae28d7a", - "name": "phone", - "description": "OpenID Connect built-in scope: phone", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "true", - "display.on.consent.screen": "true", - "consent.screen.text": "${phoneScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "5a59dee1-20ee-4fae-85f1-ceb8d49e735e", - "name": "phone number verified", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "phoneNumberVerified", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "phone_number_verified", - "jsonType.label": "boolean" - } - }, - { - "id": "8879af61-5ab4-4fd6-a12a-c7dcdbdf4788", - "name": "phone number", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "phoneNumber", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "phone_number", - "jsonType.label": "String" - } - } - ] - }, - { - "id": "720acdc4-1c7d-4bda-b4d6-6ee8e18eb504", - "name": "email", - "description": "OpenID Connect built-in scope: email", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "true", - "display.on.consent.screen": "true", - "consent.screen.text": "${emailScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "b1038c71-7b03-4214-9043-c3f228652dca", - "name": "email verified", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "emailVerified", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "email_verified", - "jsonType.label": "boolean" - } - }, - { - "id": "1c130184-42c7-49d1-9a09-ac5dde4c91f0", - "name": "email", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "email", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "email", - "jsonType.label": "String" - } - } - ] - }, - { - "id": "167bde2b-146c-4133-b395-fd402a658e55", - "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": "9997a62f-fdb8-4de4-b3d3-777a7daa9d26", - "name": "acr loa level", - "protocol": "openid-connect", - "protocolMapper": "oidc-acr-mapper", - "consentRequired": false, - "config": { - "id.token.claim": "true", - "access.token.claim": "true" - } - } - ] - }, - { - "id": "2c850d0a-95e9-4264-b941-835b827a03ce", - "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", - "display.on.consent.screen": "false", - "consent.screen.text": "" - }, - "protocolMappers": [ - { - "id": "21a3a68a-f8d9-4eec-8601-46026c9a67c3", - "name": "allowed web origins", - "protocol": "openid-connect", - "protocolMapper": "oidc-allowed-origins-mapper", - "consentRequired": false, - "config": {} - } - ] - }, - { - "id": "679f107d-9eee-4354-bd19-46c934215ec7", - "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": "0aa7304f-7ef8-4636-ae88-266b4062b65a", - "name": "groups", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-realm-role-mapper", - "consentRequired": false, - "config": { - "multivalued": "true", - "user.attribute": "foo", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "groups", - "jsonType.label": "String" - } - }, - { - "id": "6d51ff05-4adb-4dc4-82d2-9e497dda9199", - "name": "upn", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "upn", - "jsonType.label": "String" - } - } - ] - }, - { - "id": "8451f0ce-fc10-4970-a8bc-322926c38545", - "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": "d0e54124-f948-4036-838f-5942361133d7", - "name": "role_list", - "description": "SAML role list", - "protocol": "saml", - "attributes": { - "consent.screen.text": "${samlRoleListScopeConsentText}", - "display.on.consent.screen": "true" - }, - "protocolMappers": [ - { - "id": "e43940a5-b61b-4a41-9817-84649d4aee5d", - "name": "role list", - "protocol": "saml", - "protocolMapper": "saml-role-list-mapper", - "consentRequired": false, - "config": { - "single": "false", - "attribute.nameformat": "Basic", - "attribute.name": "Role" - } - } - ] - } - ], - "defaultDefaultClientScopes": [ - "role_list", - "profile", - "email", - "roles", - "web-origins", - "acr" - ], - "defaultOptionalClientScopes": [ - "offline_access", - "address", - "phone", - "microprofile-jwt" - ], - "browserSecurityHeaders": { - "contentSecurityPolicyReportOnly": "", - "xContentTypeOptions": "nosniff", - "xRobotsTag": "none", - "xFrameOptions": "SAMEORIGIN", - "xXSSProtection": "1; mode=block", - "contentSecurityPolicy": "frame-src 'self'; frame-ancestors 'self'; object-src 'none';", - "strictTransportSecurity": "max-age=31536000; includeSubDomains" - }, - "smtpServer": {}, - "eventsEnabled": false, - "eventsListeners": ["jboss-logging"], - "enabledEventTypes": [], - "adminEventsEnabled": false, - "adminEventsDetailsEnabled": false, - "identityProviders": [], - "identityProviderMappers": [], - "components": { - "org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy": [ - { - "id": "2ce9b7f6-5f8f-4f7d-b233-9298fb2e110e", - "name": "Allowed Protocol Mapper Types", - "providerId": "allowed-protocol-mappers", - "subType": "anonymous", - "subComponents": {}, - "config": { - "allowed-protocol-mapper-types": [ - "saml-user-property-mapper", - "oidc-sha256-pairwise-sub-mapper", - "saml-user-attribute-mapper", - "oidc-usermodel-property-mapper", - "oidc-full-name-mapper", - "saml-role-list-mapper", - "oidc-usermodel-attribute-mapper", - "oidc-address-mapper" - ] - } - }, - { - "id": "fed47878-cc1c-471e-a459-a6a752f4f018", - "name": "Allowed Client Scopes", - "providerId": "allowed-client-templates", - "subType": "authenticated", - "subComponents": {}, - "config": { - "allow-default-scopes": ["true"] - } - }, - { - "id": "0de6443a-5f34-4c2c-99b7-63f33cbc5d7d", - "name": "Allowed Protocol Mapper Types", - "providerId": "allowed-protocol-mappers", - "subType": "authenticated", - "subComponents": {}, - "config": { - "allowed-protocol-mapper-types": [ - "saml-user-property-mapper", - "oidc-full-name-mapper", - "saml-user-attribute-mapper", - "oidc-usermodel-property-mapper", - "saml-role-list-mapper", - "oidc-sha256-pairwise-sub-mapper", - "oidc-usermodel-attribute-mapper", - "oidc-address-mapper" - ] - } - }, - { - "id": "5a31a79d-70e4-4706-8976-a508af585200", - "name": "Trusted Hosts", - "providerId": "trusted-hosts", - "subType": "anonymous", - "subComponents": {}, - "config": { - "host-sending-registration-request-must-match": [ - "true" - ], - "client-uris-must-match": ["true"] - } - }, - { - "id": "82982b6a-4f5b-453d-a27a-87a46eaad84a", - "name": "Full Scope Disabled", - "providerId": "scope", - "subType": "anonymous", - "subComponents": {}, - "config": {} - }, - { - "id": "f62d0210-063c-40bc-9bdf-7894b6225aa5", - "name": "Max Clients Limit", - "providerId": "max-clients", - "subType": "anonymous", - "subComponents": {}, - "config": { - "max-clients": ["200"] - } - }, - { - "id": "176e8612-a0c4-407c-ad39-3cfc25e01289", - "name": "Allowed Client Scopes", - "providerId": "allowed-client-templates", - "subType": "anonymous", - "subComponents": {}, - "config": { - "allow-default-scopes": ["true"] - } - }, - { - "id": "9adcf63e-8aab-4f21-942f-a81853c3a3e9", - "name": "Consent Required", - "providerId": "consent-required", - "subType": "anonymous", - "subComponents": {}, - "config": {} - } - ], - "org.keycloak.keys.KeyProvider": [ - { - "id": "353b9785-6ca5-4d19-a903-b0cbb17f78fa", - "name": "rsa-generated", - "providerId": "rsa-generated", - "subComponents": {}, - "config": { - "privateKey": [ - "MIIEowIBAAKCAQEA714nnTpamtMKBUAVvu0+RplNyb1kgXEvBKQHyVNC2z5khzS0D22nvfHPyBOEuN0hymbB4O2JiKHN91GOrYvBtlbSgKsrHHGzHxxCJhE4p1aqesHg1E3vNoj3MyxURDm8uWPNlaeg6XEe4mwzfAMRCzoUvSDWsNiCe/aPRs+0aS3eT7Jb4L85IXo456VoINW6XKBAEzsq75U2Axlu7Ch4FHRE0KRDzprTw0v7wm0GrgqbLjr4Flr655VnqbsyUMUzbYWC0UBaQxfwUSosP8eyyyAoVz9LpaArW3GUC9SL6P4Aoxv3+0jWTLlTG9k9ctju09/9u/ycyqBbEOIVKeGKjQIDAQABAoIBAFnqOmM7SlGiOL9kJUcFA0Gt0KSZeimNhKXvn+UmW5TTyRto1sJ85Gfbb7uuaUqv9kN7ehSt5d3nOeFPR5M1TlzaHFSs95LFuw1Sph56lZd2XK+kKHpXlCYeKQ2V90lxjsztCorO3wkRrxJKpsRMuphHBwdMUJk5mzpJkeR9nT1sfXCnNysrQdoCMRRnTahTCj9FqtnS/pWkOxFjSOhzFtdSSKPzm+mJbaonJp6q0wGu/qeNkEbIuMAn8cP65HASruzBlcXzux9B4L6Wk/cFYofwJLHmrkrugts74/1ES+NIn0068He6tDZPoTdGDV1gARQpN2zWTMjfpeqwb7LOfdkCgYEA/YI+1oUOQgtJDhDZchZtNbGedVZjKhvWFlD8dX+snWTRR71ej0Tcw3YqwtXOQyqbTP8bouHX1H54Jims5dwTxVeCkWs2QqTFcDq5R09Ng0vJDeGyR+idEw4Gwk5pa922KeW++oRgzb6r6uHXZ7TJ0xC2/3XzUUobZa0E3LrDjycCgYEA8bhVrY5po5IFiwXLtfzB9q2g33p1dYRVBuNRLHbcp4+TWVpF+h2UefVayFkGJyZ9TH5mu8Fi2x0MrktTnQQ0/IkvMfWx5gFkfYukwhtzyNNl3Pr+9rO/q7Lxvh2Vn7SMbIGRLMXCaSu+LCc2rOwcpKGBmJ0JTIJIXcqfUnsS6SsCgYBw1bIGZX6tIrzHh/Rg9V5ykbZH38WPjohBspZL7iH0hFUqKz2VYz8nuMbbpbKC7snlAX9ZhlA8gnYT9mTAgq5CHes9soyaKSDADUM+XCvSDr9UcGqb2wte2dVkUuZVXn+gMmRIuPclXILErvTjcfKLAVuSZPuB6Qw8uz/4xyAX7QKBgAf8M/Bg1QKPT1mRXnJroCi7AaaAUCMKtRheKA9U+eMbLh30in1BvubsgQw/TKG8dsUxI8muEMr2QbX8TQ3R1sJE8ecvm6nif+RZ2Z6D86Y9vY64R/X0aC+O4MeMCKZW+5CWEyqsecippkWlIfxCbIvPvg1Bms4JO8TFbc/2uuAzAoGBAIUVsPGw5+Mi+upU/hg3HlLe5RbXUARun3Zx0TdLGjP9P01eVto+kZx0QdlQJQwz4/1a4WsjMyhLVZ/ih4Jc9jYRlrg/N6gBNNbSfbY9LKIoQhVASQcKOIWcXiuFvaKbYoIZKqsM8oN49Nd71FA5xqxRnjAmuOHBuPv77H6vD+0r" - ], - "keyUse": ["SIG"], - "certificate": [ - "MIICmzCCAYMCBgGHxfkRWzANBgkqhkiG9w0BAQsFADARMQ8wDQYDVQQDDAZtYXN0ZXIwHhcNMjMwNDI4MDM0NTQ3WhcNMzMwNDI4MDM0NzI3WjARMQ8wDQYDVQQDDAZtYXN0ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDvXiedOlqa0woFQBW+7T5GmU3JvWSBcS8EpAfJU0LbPmSHNLQPbae98c/IE4S43SHKZsHg7YmIoc33UY6ti8G2VtKAqysccbMfHEImETinVqp6weDUTe82iPczLFREOby5Y82Vp6DpcR7ibDN8AxELOhS9INaw2IJ79o9Gz7RpLd5PslvgvzkhejjnpWgg1bpcoEATOyrvlTYDGW7sKHgUdETQpEPOmtPDS/vCbQauCpsuOvgWWvrnlWepuzJQxTNthYLRQFpDF/BRKiw/x7LLIChXP0uloCtbcZQL1Ivo/gCjG/f7SNZMuVMb2T1y2O7T3/27/JzKoFsQ4hUp4YqNAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAN0NdVe2Tp7/Bb0Z9Su7dP7uU1rlp0ESqEgBTrPbJ33XuNgZU736V+DJsze+eQG9oSPwfolU3eG3IyiY8sWgdP2hO/3vT/QM3qj0ZwETKVL7pc1VNUETJL7ziWum3zYXV5HhTi6F5sVKHTiVVtqjXDV0VLj109PCAVPzhG9prXb8GWRBjGz3Prn8/mXRqPB5XmyNfJdVFD/3XQ/4XKS3QKhui+gJVzVdrfbwrY86bzBFNsVpSCQyZO9gp+YiYg1EHEl8/8L4UDoq83Tqnf3agdt+iXzwC2Bx8SZbgSRQsnPadjgqU0vOBPs4/qut4c7Ox5MWwOQx7JnsoYYDHpH7o3s=" - ], - "priority": ["100"] - } - }, - { - "id": "2b85fc5e-3a54-4133-9943-64f286179455", - "name": "rsa-enc-generated", - "providerId": "rsa-enc-generated", - "subComponents": {}, - "config": { - "privateKey": [ - "MIIEogIBAAKCAQEAjq/OcpkmvEBpaQHNePC3sgPgIprxhudc8ekiXHTVg8KCPQEuNnSyjHU8PS/4RxLppAsU9E2sVsnYb4nGB4MbshjIKjpgT9FDN13pYCTzAbkUyjY9YvoYjtTn2x58t0xJQ3y1d+jQtwGoWOqsOxGu5UiOw1UWLe0oc/vFTT4x3ukhQQdu0x1Sa9ilvQkogU4cIC5uJkGJ0WWhjdlQo9FLtw4gOwHt/dak2+0z5GOtYHlG17VbDXyc9OusnWJu6GyCktb0wi2OSZ2A7DCJoTCh68ESc0cG7FDWZ3EUJAJY/SODrZU4sfFtV/e1Y1G2tUq32Kt1VloUp8rseVZPATvtXwIDAQABAoIBAAJQU6Uqnr6D8fGk+Na9SZ5apIjPY5tlSTIXDHQx5NGJbELV67tSdtuLjyJPrFwAjnF9jMfFZZtvNhZHV3YBMN1y722cI8tHjV2uz9beBKdPO3w0weScQb8oQeDp0VCVNed2UnEkNHqACWGOrBtgTn+r3AEPR4+G9dqjoN7Up7EsYvLQMTlpFM6IIB+OPHHxhl8bvyQYIw+YLsua4ouo3VDUmZv3HeKl8NY00UbQC1aVgs1tLVByPFcOozMAwmPX+yuHzci08g4P6XcNY6tNw7CJGQE/ysvBOTsnY68ZrbdbJ6+KCtmCqnHkZguLO0yZdrGI56PJtl3MBaRDjxNXhnkCgYEAx2uam3jnZvDsmC4IJ24tTxtjKMX+Ii/6/XPwbSn0txMnE3hE29MCvEpaG3vCN4SjvmZuN6hTYUS0beNk2WCthMxPisTdfo9MGcwqrXD5qjzmIIK2jq4BRB2bnMm/gD9rvgXfT3CdK7kziXJHVW9kmHAo+KKKquN9KhqQuHW/ysMCgYEAtyuALxkY4XCk+ki49l4+jATgwyyQ4qDof+P+4rPVP1vlsPl8d/WFW8ITkK9bxnP/2i7UbOy6nt0fboJOovy2WSAlS/bXf3+EYFMYGzLGrtzNwj2VxkF8YUwTxFGhWeWj1SEq7/aYBVwsnq62q0AYLEWlQu5binP+j9v8RKqwETUCgYBZqsyN88M4ykPX+Xq5IBVHaK0hfEVU4fYdWLBWpXLfjsEXRBDSNwMX3ua9TNx7Uiy+RBhy9kDnj5kBgCmshIgBGkz5vKNLcOtq/h6CdjYMke132M51QVBYbGe4DA8Lf3jWrJVIhv5k1pWRy8y/YaL92BDUG2H2jOuOrvs7tdZTOQKBgBZ1A+NCXXWOXPu+nMa/6UU7d98WALF4buj3KBHdYIDDIJchD2yZsn78fW+YwFTFdhHm+e5c28iMbcUbvs5m02h783arzeH43V798Q+smwVnVubArDNBZiF7tVS1eWXPLNX9mgkPn7XQhjvySb0XP5917nwVQy3naMd0fiphDvMdAoGAPY0DrY33trbY5QfF/uYWsOvqQIeu8qILrA80B0NpTTk8XkUAwqOnXBnSkmDkH3nQSjdUAj9FEUArgNWw4IQUJ5enL4sIS/XNIK6A4UeJrXvrMRrXMWE755/UT4dRU4fP5ciNibaCavIBbITiSZSVMDc7TErioT1+4KGQBp/pvNo=" - ], - "keyUse": ["ENC"], - "certificate": [ - "MIICmzCCAYMCBgGHxfkR9zANBgkqhkiG9w0BAQsFADARMQ8wDQYDVQQDDAZtYXN0ZXIwHhcNMjMwNDI4MDM0NTQ3WhcNMzMwNDI4MDM0NzI3WjARMQ8wDQYDVQQDDAZtYXN0ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCOr85ymSa8QGlpAc148LeyA+AimvGG51zx6SJcdNWDwoI9AS42dLKMdTw9L/hHEumkCxT0TaxWydhvicYHgxuyGMgqOmBP0UM3XelgJPMBuRTKNj1i+hiO1OfbHny3TElDfLV36NC3AahY6qw7Ea7lSI7DVRYt7Shz+8VNPjHe6SFBB27THVJr2KW9CSiBThwgLm4mQYnRZaGN2VCj0Uu3DiA7Ae391qTb7TPkY61geUbXtVsNfJz066ydYm7obIKS1vTCLY5JnYDsMImhMKHrwRJzRwbsUNZncRQkAlj9I4OtlTix8W1X97VjUba1SrfYq3VWWhSnyux5Vk8BO+1fAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAHwRfkXx6LDBFKkPiZhVhaBGa6efM8Bd5FbzVa47OATRyytl+REB5h2svtWePNH5hSRjeTWd1ck1i32ccBDObk8jWI27olCIN8P3P9wAMMu9Gm5JOMQZF7Np8NHD+VpvGssGHlLakwT25RHMx9/HwnrzovStHjyBoHGphrUN0c5BPR9sBAmYil1ry0qtnwh8V/XBfufbWNEVT9DYcRc/J0Phq5v1uD9qCdBWRjRuCQjCp2zNTsXXy7hOOa8pliQeYmPpYwXUKbInYdpEzeLW5LyO2N/6oLZRLFVNoELpJxaQJekiVgKzOvEy9ciEn/8llDXAVsKjBaZhbE72PTikp4c=" - ], - "priority": ["100"], - "algorithm": ["RSA-OAEP"] - } - }, - { - "id": "7929b75d-14fe-4beb-be36-2dc09a1126e2", - "name": "hmac-generated", - "providerId": "hmac-generated", - "subComponents": {}, - "config": { - "kid": ["1e6a4eeb-67b5-4205-a4b9-2d1a3b56e825"], - "secret": [ - "DJGJkX9FerVYJt_pSwk-rVD9GL9epmvedfrr7jv5CYqnDi8VZpIxKg6vc20YM7YPBXhrX_6PrhjIaUTMbNzswQ" - ], - "priority": ["100"], - "algorithm": ["HS256"] - } - }, - { - "id": "436b2815-17de-4040-94a2-ba2dfb9740f8", - "name": "aes-generated", - "providerId": "aes-generated", - "subComponents": {}, - "config": { - "kid": ["7d7fa3b6-a78e-4222-95df-bcc2e5f27d23"], - "secret": ["HFQ2j44S8BU5qq2MkyFThw"], - "priority": ["100"] - } - } - ] - }, - "internationalizationEnabled": false, - "supportedLocales": [], - "authenticationFlows": [ - { - "id": "8841f118-0789-4ca5-98b7-0f000129241f", - "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": "3aae3dd2-ae89-4594-8c65-6eee46614591", - "alias": "Authentication Options", - "description": "Authentication options.", - "providerId": "basic-flow", - "topLevel": false, - "builtIn": true, - "authenticationExecutions": [ - { - "authenticator": "basic-auth", - "authenticatorFlow": false, - "requirement": "REQUIRED", - "priority": 10, - "autheticatorFlow": false, - "userSetupAllowed": false - }, - { - "authenticator": "basic-auth-otp", - "authenticatorFlow": false, - "requirement": "DISABLED", - "priority": 20, - "autheticatorFlow": false, - "userSetupAllowed": false - }, - { - "authenticator": "auth-spnego", - "authenticatorFlow": false, - "requirement": "DISABLED", - "priority": 30, - "autheticatorFlow": false, - "userSetupAllowed": false - } - ] - }, - { - "id": "a4d72063-5e61-4c2b-b6c5-5c2e30ddcb27", - "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": "cb66524c-93ad-4625-a7f4-fa965bed4247", - "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": "4eda8152-f705-44f0-ab2d-d0b88553da8d", - "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": "df506519-9abe-42fc-9663-94941f4c72f3", - "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": "2981eb56-3836-4c73-bee1-a055365cccbc", - "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": "a581a7ef-3a41-49f0-9383-b4bad8507bd6", - "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": "8ba2e5eb-7318-4b43-961c-2a41b113fc15", - "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": "19bd4115-3564-4bce-827d-899e057d5f3e", - "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": "633b8124-e689-4383-829c-597f6df1f59e", - "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": "854bcdde-c143-4191-bd5e-a87eed58f97d", - "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": "81863303-e298-455f-8994-ba68bacd3f01", - "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": "1621039f-b5ac-4513-8cb3-36893d9ce54f", - "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": "e17de0ef-cb6d-4c6e-99cc-e358ad8e0644", - "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": "66e0b363-8e16-401b-a47b-d01e1669e959", - "alias": "http challenge", - "description": "An authentication flow based on challenge-response HTTP Authentication Schemes", - "providerId": "basic-flow", - "topLevel": true, - "builtIn": true, - "authenticationExecutions": [ - { - "authenticator": "no-cookie-redirect", - "authenticatorFlow": false, - "requirement": "REQUIRED", - "priority": 10, - "autheticatorFlow": false, - "userSetupAllowed": false - }, - { - "authenticatorFlow": true, - "requirement": "REQUIRED", - "priority": 20, - "autheticatorFlow": true, - "flowAlias": "Authentication Options", - "userSetupAllowed": false - } - ] - }, - { - "id": "9dc5ba20-2dfd-45f5-9efe-9342f0e0fa24", - "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": "c9007ad8-5d3b-48a0-b496-7dad787fb671", - "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-profile-action", - "authenticatorFlow": false, - "requirement": "REQUIRED", - "priority": 40, - "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": "0efceaa6-294b-431c-bce7-d9f3138132de", - "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": "31d46db9-b06b-4b27-82a1-ef8ae7c2779b", - "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": "c57cbb3f-fb42-4e1a-9d85-e61adc3e1006", - "alias": "create unique user config", - "config": { - "require.password.update.after.registration": "false" - } - }, - { - "id": "979e5f04-8275-421e-843a-08708c2ea603", - "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": "webauthn-register", - "name": "Webauthn Register", - "providerId": "webauthn-register", - "enabled": true, - "defaultAction": false, - "priority": 70, - "config": {} - }, - { - "alias": "webauthn-register-passwordless", - "name": "Webauthn Register Passwordless", - "providerId": "webauthn-register-passwordless", - "enabled": true, - "defaultAction": false, - "priority": 80, - "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", - "attributes": { - "cibaBackchannelTokenDeliveryMode": "poll", - "cibaExpiresIn": "120", - "cibaAuthRequestedUserHint": "login_hint", - "parRequestUriLifespan": "60", - "cibaInterval": "5", - "realmReusableOtpCode": "false" - }, - "keycloakVersion": "21.1.1", - "userManagedAccessAllowed": false, - "clientProfiles": { - "profiles": [] - }, - "clientPolicies": { - "policies": [] - } - }, - { - "id": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", - "realm": "cvmanager", - "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": false, - "permanentLockout": false, - "maxFailureWaitSeconds": 900, - "minimumQuickLoginWaitSeconds": 60, - "waitIncrementSeconds": 60, - "quickLoginCheckMilliSeconds": 1000, - "maxDeltaTimeSeconds": 43200, - "failureFactor": 30, - "roles": { - "realm": [ - { - "id": "fc87bdbd-ff5d-4fc6-89e5-dd8cb6ada562", - "name": "offline_access", - "description": "${role_offline-access}", - "composite": false, - "clientRole": false, - "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", - "attributes": {} - }, - { - "id": "ed4865fe-c3d7-45c7-b553-7b3f842c598c", - "name": "default-roles-cvmanager", - "description": "${role_default-roles}", - "composite": true, - "composites": { - "realm": ["offline_access", "uma_authorization"], - "client": { - "account": ["view-profile", "manage-account"] - } - }, - "clientRole": false, - "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", - "attributes": {} - }, - { - "id": "1283395c-9f12-4e4f-a905-186bb000632c", - "name": "USER", - "description": "", - "composite": false, - "clientRole": false, - "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", - "attributes": {} - }, - { - "id": "e70711ef-bd8a-4976-be2a-f0cc9881a5b5", - "name": "uma_authorization", - "description": "${role_uma_authorization}", - "composite": false, - "clientRole": false, - "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", - "attributes": {} - }, - { - "id": "f39b2f6f-2012-435c-88dd-1a9cd76af7de", - "name": "ADMIN", - "description": "", - "composite": false, - "clientRole": false, - "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7", - "attributes": {} - } - ], - "client": { - "realm-management": [ - { - "id": "d5199266-4bc5-4704-a1c4-a0fc2ea7dac1", - "name": "view-identity-providers", - "description": "${role_view-identity-providers}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "564eabdc-600f-4fa3-9d80-048e29e30f83", - "name": "manage-realm", - "description": "${role_manage-realm}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "3451e483-80bc-4a25-9339-ca13f23f730a", - "name": "query-clients", - "description": "${role_query-clients}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "42bea515-31f8-4319-9049-3d2c167d9e44", - "name": "query-realms", - "description": "${role_query-realms}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "248f8e3e-b1c5-4805-b5eb-a53ca18d5b32", - "name": "view-events", - "description": "${role_view-events}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "16b32d61-3610-4635-9c1d-b586beb0bc6d", - "name": "view-users", - "description": "${role_view-users}", - "composite": true, - "composites": { - "client": { - "realm-management": [ - "query-users", - "query-groups" - ] - } - }, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "9c97c254-b449-4b90-b9be-075b6103d337", - "name": "query-groups", - "description": "${role_query-groups}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "78d1e23b-ff15-4b36-bd05-f0147324298e", - "name": "manage-authorization", - "description": "${role_manage-authorization}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "a973d6cd-6218-46e8-a759-4c5360f782aa", - "name": "view-authorization", - "description": "${role_view-authorization}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "9de3cfad-677a-47db-b097-3ba69086bbe6", - "name": "manage-users", - "description": "${role_manage-users}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "0ac2d45b-4f64-4b6f-a734-97929ca0ea99", - "name": "impersonation", - "description": "${role_impersonation}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "69d8638e-4e9b-4201-b752-ef5621974534", - "name": "manage-identity-providers", - "description": "${role_manage-identity-providers}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "ae131997-cc37-44e0-859d-809b0a47c920", - "name": "realm-admin", - "description": "${role_realm-admin}", - "composite": true, - "composites": { - "client": { - "realm-management": [ - "view-identity-providers", - "query-clients", - "manage-realm", - "query-realms", - "view-users", - "view-events", - "query-groups", - "manage-authorization", - "view-authorization", - "manage-users", - "impersonation", - "manage-identity-providers", - "query-users", - "manage-events", - "manage-clients", - "view-clients", - "view-realm", - "create-client" - ] - } - }, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "db788378-c936-4ba5-bba6-f4b4ca0425dc", - "name": "manage-events", - "description": "${role_manage-events}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "42747a07-3425-4594-9734-8375d5bc908c", - "name": "query-users", - "description": "${role_query-users}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "12c63053-0336-4f55-b653-89ebd5c4cbbf", - "name": "manage-clients", - "description": "${role_manage-clients}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "7734aad4-26c8-4363-8d44-016f64dd2f40", - "name": "view-clients", - "description": "${role_view-clients}", - "composite": true, - "composites": { - "client": { - "realm-management": ["query-clients"] - } - }, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "eb99d3ed-d3db-4849-85d6-bc8caea0399f", - "name": "view-realm", - "description": "${role_view-realm}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - }, - { - "id": "1b234e7b-9bba-4150-93cf-54b4d735e9a0", - "name": "create-client", - "description": "${role_create-client}", - "composite": false, - "clientRole": true, - "containerId": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "attributes": {} - } - ], - "cvmanager-gui": [], - "security-admin-console": [], - "cvmanager-api": [], - "admin-cli": [], - "account-console": [], - "broker": [ - { - "id": "a4c94001-35d0-478e-b7dc-6dd2663c04d6", - "name": "read-token", - "description": "${role_read-token}", - "composite": false, - "clientRole": true, - "containerId": "6bc9f100-f5c9-454e-9845-51def7e7886f", - "attributes": {} - } - ], - "account": [ - { - "id": "19bfa56b-fc12-4784-b73c-6dadcaa6e931", - "name": "manage-account-links", - "description": "${role_manage-account-links}", - "composite": false, - "clientRole": true, - "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", - "attributes": {} - }, - { - "id": "29fabd36-a556-4917-934d-0bb2f7194d52", - "name": "manage-consent", - "description": "${role_manage-consent}", - "composite": true, - "composites": { - "client": { - "account": ["view-consent"] - } - }, - "clientRole": true, - "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", - "attributes": {} - }, - { - "id": "dd5f8ac2-fa4e-40e0-9e3c-c889c8660669", - "name": "view-groups", - "description": "${role_view-groups}", - "composite": false, - "clientRole": true, - "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", - "attributes": {} - }, - { - "id": "a161d177-8250-4824-b786-3aa5a5f6b07a", - "name": "delete-account", - "description": "${role_delete-account}", - "composite": false, - "clientRole": true, - "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", - "attributes": {} - }, - { - "id": "1f218ffe-a70c-4a8d-b039-4d1f14cfe47d", - "name": "view-applications", - "description": "${role_view-applications}", - "composite": false, - "clientRole": true, - "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", - "attributes": {} - }, - { - "id": "358b5dd2-82ff-49ac-9514-664bd77c77c8", - "name": "view-consent", - "description": "${role_view-consent}", - "composite": false, - "clientRole": true, - "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", - "attributes": {} - }, - { - "id": "37588cb6-3873-456f-8e58-e5a304581909", - "name": "view-profile", - "description": "${role_view-profile}", - "composite": false, - "clientRole": true, - "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", - "attributes": {} - }, - { - "id": "5f4fbda6-0346-4600-81b2-53c40c8a0602", - "name": "manage-account", - "description": "${role_manage-account}", - "composite": true, - "composites": { - "client": { - "account": ["manage-account-links"] - } - }, - "clientRole": true, - "containerId": "a4606573-7374-45dc-b111-a9703bdf8a34", - "attributes": {} - } - ] - } - }, - "groups": [ - { - "id": "51f202bb-5c02-4db1-8162-75f972aeb0b2", - "name": "ADMIN", - "path": "/ADMIN", - "attributes": {}, - "realmRoles": [], - "clientRoles": { - "realm-management": ["manage-users", "realm-admin"] - }, - "subGroups": [] - }, - { - "id": "45baf7e3-a962-4cb2-afaf-c98a8c2d7606", - "name": "USER", - "path": "/USER", - "attributes": {}, - "realmRoles": [], - "clientRoles": {}, - "subGroups": [] - } - ], - "defaultRole": { - "id": "ed4865fe-c3d7-45c7-b553-7b3f842c598c", - "name": "default-roles-cvmanager", - "description": "${role_default-roles}", - "composite": true, - "clientRole": false, - "containerId": "7ce9e7c9-0631-4800-a7c4-3385e9279ae7" - }, - "requiredCredentials": ["password"], - "otpPolicyType": "totp", - "otpPolicyAlgorithm": "HmacSHA1", - "otpPolicyInitialCounter": 0, - "otpPolicyDigits": 6, - "otpPolicyLookAheadWindow": 1, - "otpPolicyPeriod": 30, - "otpPolicyCodeReusable": false, - "otpSupportedApplications": [ - "totpAppFreeOTPName", - "totpAppMicrosoftAuthenticatorName", - "totpAppGoogleName" - ], - "webAuthnPolicyRpEntityName": "keycloak", - "webAuthnPolicySignatureAlgorithms": ["ES256"], - "webAuthnPolicyRpId": "", - "webAuthnPolicyAttestationConveyancePreference": "not specified", - "webAuthnPolicyAuthenticatorAttachment": "not specified", - "webAuthnPolicyRequireResidentKey": "not specified", - "webAuthnPolicyUserVerificationRequirement": "not specified", - "webAuthnPolicyCreateTimeout": 0, - "webAuthnPolicyAvoidSameAuthenticatorRegister": false, - "webAuthnPolicyAcceptableAaguids": [], - "webAuthnPolicyPasswordlessRpEntityName": "keycloak", - "webAuthnPolicyPasswordlessSignatureAlgorithms": ["ES256"], - "webAuthnPolicyPasswordlessRpId": "", - "webAuthnPolicyPasswordlessAttestationConveyancePreference": "not specified", - "webAuthnPolicyPasswordlessAuthenticatorAttachment": "not specified", - "webAuthnPolicyPasswordlessRequireResidentKey": "not specified", - "webAuthnPolicyPasswordlessUserVerificationRequirement": "not specified", - "webAuthnPolicyPasswordlessCreateTimeout": 0, - "webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister": false, - "webAuthnPolicyPasswordlessAcceptableAaguids": [], - "users": [ - { - "id": "a209224a-a59e-42bd-9bb1-527e76662b88", - "createdTimestamp": 1680208440015, - "username": "admin@cimms.com", - "enabled": true, - "totp": false, - "emailVerified": true, - "firstName": "admin", - "lastName": "cimms", - "attributes": { - "EMAIL_FREQUENCY": ["ONCE_PER_DAY"] - }, - "credentials": [ - { - "id": "ed71bed1-6cfb-4aa5-a2f2-1de12c730239", - "type": "password", - "userLabel": "My password", - "createdDate": 1682653875678, - "secretData": "{\"value\":\"dsYVw3JhByZlpPgvhJYpDlSZIeNeiKWL0bGrUz4wgSI=\",\"salt\":\"s2zw9hCWeHI0hiVFVG5DZA==\",\"additionalParameters\":{}}", - "credentialData": "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}" - } - ], - "disableableCredentialTypes": [], - "requiredActions": [], - "realmRoles": ["default-roles-cvmanager"], - "notBefore": 1682654605, - "groups": ["/ADMIN"] - }, - { - "id": "4cc6ebba-b0f3-48cd-a94e-a36a5fc0e999", - "createdTimestamp": 1680208406279, - "username": "user@cimms.com", - "enabled": true, - "totp": false, - "emailVerified": true, - "firstName": "user", - "lastName": "cimms", - "attributes": { - "DOB": ["1984-07-01"] - }, - "credentials": [ - { - "id": "9e842f8b-9eed-45bf-b925-d7974e1392ee", - "type": "password", - "userLabel": "My password", - "createdDate": 1682761750463, - "secretData": "{\"value\":\"QTottpDIUYyEviys9DtD3fL6e6G/9Kd4+reh7CI9K5Y=\",\"salt\":\"2z5CeHYVQ6XxT1CeYRBFKg==\",\"additionalParameters\":{}}", - "credentialData": "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}" - } - ], - "disableableCredentialTypes": [], - "requiredActions": [], - "realmRoles": ["default-roles-cvmanager", "USER"], - "notBefore": 0, - "groups": ["/USER"] - } - ], - "scopeMappings": [ - { - "clientScope": "offline_access", - "roles": ["offline_access"] - } - ], - "clientScopeMappings": { - "account": [ - { - "client": "account-console", - "roles": ["manage-account", "view-groups"] - } - ] - }, - "clients": [ - { - "id": "a4606573-7374-45dc-b111-a9703bdf8a34", - "clientId": "account", - "name": "${client_account}", - "rootUrl": "${authBaseUrl}", - "baseUrl": "/realms/cvmanager/account/", - "surrogateAuthRequired": false, - "enabled": true, - "alwaysDisplayInConsole": false, - "clientAuthenticatorType": "client-secret", - "redirectUris": ["/realms/cvmanager/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": "+" - }, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": false, - "nodeReRegistrationTimeout": 0, - "defaultClientScopes": [ - "web-origins", - "acr", - "roles", - "profile", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "dd8a552a-66f9-4de8-9f3d-0e6e71c77e7a", - "clientId": "account-console", - "name": "${client_account-console}", - "rootUrl": "${authBaseUrl}", - "baseUrl": "/realms/cvmanager/account/", - "surrogateAuthRequired": false, - "enabled": true, - "alwaysDisplayInConsole": false, - "clientAuthenticatorType": "client-secret", - "redirectUris": ["/realms/cvmanager/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": "d1dca04b-7250-4811-ae76-52b1584d7d6b", - "name": "audience resolve", - "protocol": "openid-connect", - "protocolMapper": "oidc-audience-resolve-mapper", - "consentRequired": false, - "config": {} - } - ], - "defaultClientScopes": [ - "web-origins", - "acr", - "roles", - "profile", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "9abea833-e1c2-415b-bbfb-d1526cb163ec", - "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": [ - "web-origins", - "acr", - "roles", - "profile", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "6bc9f100-f5c9-454e-9845-51def7e7886f", - "clientId": "broker", - "name": "${client_broker}", - "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": [ - "web-origins", - "acr", - "roles", - "profile", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "98cd717f-173e-461e-b3df-79aaea466ab4", - "clientId": "cvmanager-api", - "name": "", - "description": "", - "rootUrl": "", - "adminUrl": "", - "baseUrl": "", - "surrogateAuthRequired": false, - "enabled": true, - "alwaysDisplayInConsole": false, - "clientAuthenticatorType": "client-secret", - "redirectUris": ["http://localhost:8081/*"], - "webOrigins": ["http://localhost:8081"], - "notBefore": 0, - "bearerOnly": false, - "consentRequired": false, - "standardFlowEnabled": true, - "implicitFlowEnabled": false, - "directAccessGrantsEnabled": true, - "serviceAccountsEnabled": false, - "publicClient": true, - "frontchannelLogout": true, - "protocol": "openid-connect", - "attributes": { - "oidc.ciba.grant.enabled": "false", - "post.logout.redirect.uris": "+", - "oauth2.device.authorization.grant.enabled": "false", - "backchannel.logout.session.required": "true", - "backchannel.logout.revoke.offline.tokens": "false" - }, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": true, - "nodeReRegistrationTimeout": -1, - "defaultClientScopes": [ - "web-origins", - "acr", - "roles", - "profile", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "0f6d23a0-be5f-4ddb-8b11-436a1d9e3a85", - "clientId": "cvmanager-gui", - "name": "", - "description": "", - "rootUrl": "", - "adminUrl": "", - "baseUrl": "", - "surrogateAuthRequired": false, - "enabled": true, - "alwaysDisplayInConsole": false, - "clientAuthenticatorType": "client-secret", - "secret": "O2HDhrF14XJE9FhTTYX6iEdgBdSy9E6d", - "redirectUris": ["http://localhost:3000/*"], - "webOrigins": ["*"], - "notBefore": 0, - "bearerOnly": false, - "consentRequired": false, - "standardFlowEnabled": true, - "implicitFlowEnabled": false, - "directAccessGrantsEnabled": true, - "serviceAccountsEnabled": false, - "publicClient": false, - "frontchannelLogout": true, - "protocol": "openid-connect", - "attributes": { - "access.token.lifespan": "3600", - "client.secret.creation.time": "1680210891", - "post.logout.redirect.uris": "http://localhost:3000", - "oauth2.device.authorization.grant.enabled": "false", - "backchannel.logout.revoke.offline.tokens": "false", - "use.refresh.tokens": "true", - "oidc.ciba.grant.enabled": "false", - "backchannel.logout.session.required": "true", - "client_credentials.use_refresh_token": "false", - "tls.client.certificate.bound.access.tokens": "false", - "require.pushed.authorization.requests": "false", - "acr.loa.map": "{}", - "display.on.consent.screen": "false", - "token.response.type.bearer.lower-case": "false" - }, - "authenticationFlowBindingOverrides": {}, - "fullScopeAllowed": true, - "nodeReRegistrationTimeout": -1, - "defaultClientScopes": [ - "web-origins", - "acr", - "roles", - "profile", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "cf5b4356-573a-4ea1-88e5-8e8bbc7c3e6b", - "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": [ - "web-origins", - "acr", - "roles", - "profile", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - }, - { - "id": "a100ee78-23e7-46d9-ac7e-983efd7889f6", - "clientId": "security-admin-console", - "name": "${client_security-admin-console}", - "rootUrl": "${authAdminUrl}", - "baseUrl": "/admin/cvmanager/console/", - "surrogateAuthRequired": false, - "enabled": true, - "alwaysDisplayInConsole": false, - "clientAuthenticatorType": "client-secret", - "redirectUris": ["/admin/cvmanager/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": "66a9fd52-67d6-40ff-aa4c-cacb5e69e327", - "name": "locale", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "locale", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "locale", - "jsonType.label": "String" - } - } - ], - "defaultClientScopes": [ - "web-origins", - "acr", - "roles", - "profile", - "email" - ], - "optionalClientScopes": [ - "address", - "phone", - "offline_access", - "microprofile-jwt" - ] - } - ], - "clientScopes": [ - { - "id": "422d8d6e-98ff-4ccf-b080-7d2157b5c36b", - "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": "4ff95f07-9e76-40cd-b434-9a63bdbadd8d", - "name": "address", - "description": "OpenID Connect built-in scope: address", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "true", - "display.on.consent.screen": "true", - "consent.screen.text": "${addressScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "cbd8e858-7487-4411-875e-ad9487424fb6", - "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": "821a248e-d7c4-4c84-9b5f-9a650d7a5f06", - "name": "phone", - "description": "OpenID Connect built-in scope: phone", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "true", - "display.on.consent.screen": "true", - "consent.screen.text": "${phoneScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "1e23da40-2ea7-462b-8940-c97fee63d90d", - "name": "phone number", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "phoneNumber", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "phone_number", - "jsonType.label": "String" - } - }, - { - "id": "c40aaad3-6240-4aa9-b842-cb772c3cf450", - "name": "phone number verified", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "phoneNumberVerified", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "phone_number_verified", - "jsonType.label": "boolean" - } - } - ] - }, - { - "id": "f8d891a4-779b-41bd-aa75-5270161a3eb7", - "name": "role_list", - "description": "SAML role list", - "protocol": "saml", - "attributes": { - "consent.screen.text": "${samlRoleListScopeConsentText}", - "display.on.consent.screen": "true" - }, - "protocolMappers": [ - { - "id": "bd31d789-3a86-4a9e-bea9-2fbbcd39d6bb", - "name": "role list", - "protocol": "saml", - "protocolMapper": "saml-role-list-mapper", - "consentRequired": false, - "config": { - "single": "false", - "attribute.nameformat": "Basic", - "attribute.name": "Role" - } - } - ] - }, - { - "id": "ad785fc1-99df-4541-ba1c-82c0b9faa810", - "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": "f7facb45-7e10-4bc4-92e6-bb6d2b387f21", - "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": "be37e31e-e478-4629-8ce9-132b3540063a", - "name": "roles", - "description": "OpenID Connect scope for add user roles to the access token", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "false", - "display.on.consent.screen": "true", - "consent.screen.text": "${rolesScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "c1a1bb47-3cf6-4488-8544-3c201360b6ad", - "name": "realm roles", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-realm-role-mapper", - "consentRequired": false, - "config": { - "user.attribute": "foo", - "access.token.claim": "true", - "claim.name": "realm_access.roles", - "jsonType.label": "String", - "multivalued": "true" - } - }, - { - "id": "ae7daf98-51e0-4cb5-bc50-ea5afb6d3a84", - "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": "493937e7-682c-4311-a998-36f6868f88f3", - "name": "audience resolve", - "protocol": "openid-connect", - "protocolMapper": "oidc-audience-resolve-mapper", - "consentRequired": false, - "config": {} - } - ] - }, - { - "id": "29c63d5f-24f4-4820-abff-79154c9e48c9", - "name": "profile", - "description": "OpenID Connect built-in scope: profile", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "true", - "display.on.consent.screen": "true", - "consent.screen.text": "${profileScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "4d0c4084-c7ad-4e36-a66d-d80c2c0169ea", - "name": "gender", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "gender", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "gender", - "jsonType.label": "String" - } - }, - { - "id": "6855f033-0fa2-40e1-88c1-2b8ad00786dc", - "name": "picture", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "picture", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "picture", - "jsonType.label": "String" - } - }, - { - "id": "9baae47a-8aa3-4d72-a9dd-80f22ae270b3", - "name": "nickname", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "nickname", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "nickname", - "jsonType.label": "String" - } - }, - { - "id": "cbb66e8f-7cd5-41ea-9469-c76ad28da5f1", - "name": "profile", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "profile", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "profile", - "jsonType.label": "String" - } - }, - { - "id": "31a9ad55-188a-45b2-b737-7829cde69e54", - "name": "birthdate", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "birthdate", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "birthdate", - "jsonType.label": "String" - } - }, - { - "id": "c2dc7e95-2f60-44de-8ab3-a5c78f50dbcd", - "name": "middle name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "middleName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "middle_name", - "jsonType.label": "String" - } - }, - { - "id": "df930753-7a2f-459a-a3e7-42589438dd07", - "name": "updated at", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "updatedAt", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "updated_at", - "jsonType.label": "long" - } - }, - { - "id": "fe312b32-11b8-40c0-9bd5-ef488c820be1", - "name": "username", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "preferred_username", - "jsonType.label": "String" - } - }, - { - "id": "00bae2e7-2a46-4fcf-a7c2-928388b606a3", - "name": "website", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "website", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "website", - "jsonType.label": "String" - } - }, - { - "id": "fb15c4f1-ba52-4a66-873a-69de54fbe2e8", - "name": "family name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "lastName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "family_name", - "jsonType.label": "String" - } - }, - { - "id": "abcebde8-03da-49c9-81e2-0e349daf291c", - "name": "given name", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "firstName", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "given_name", - "jsonType.label": "String" - } - }, - { - "id": "55153ab9-f07f-4d20-b55a-c4cf30f59cb1", - "name": "locale", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "locale", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "locale", - "jsonType.label": "String" - } - }, - { - "id": "f0cce802-dc8f-4dc3-9357-5719f803d078", - "name": "zoneinfo", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-attribute-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "zoneinfo", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "zoneinfo", - "jsonType.label": "String" - } - }, - { - "id": "85d6c754-b09f-40d5-9c12-c88aed4afcfe", - "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": "273f3ed7-7c07-4896-9167-b6b9617cf9e2", - "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": "c4b1c227-e876-4404-878d-3ca913b22bb3", - "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": "beb92929-86c4-4708-885a-3b0770b0d5d7", - "name": "upn", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "username", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "upn", - "jsonType.label": "String" - } - } - ] - }, - { - "id": "f991f2a7-0f12-4df3-8337-5d44332031ba", - "name": "email", - "description": "OpenID Connect built-in scope: email", - "protocol": "openid-connect", - "attributes": { - "include.in.token.scope": "true", - "display.on.consent.screen": "true", - "consent.screen.text": "${emailScopeConsentText}" - }, - "protocolMappers": [ - { - "id": "f60dfd58-45cb-472c-b21b-0af13b514c56", - "name": "email verified", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "emailVerified", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "email_verified", - "jsonType.label": "boolean" - } - }, - { - "id": "f4082338-45c1-43ed-b5d7-1b8970d41e5c", - "name": "email", - "protocol": "openid-connect", - "protocolMapper": "oidc-usermodel-property-mapper", - "consentRequired": false, - "config": { - "userinfo.token.claim": "true", - "user.attribute": "email", - "id.token.claim": "true", - "access.token.claim": "true", - "claim.name": "email", - "jsonType.label": "String" - } - } - ] - }, - { - "id": "8ca856b6-409c-4f64-b696-aef5a2169bcc", - "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", - "display.on.consent.screen": "false", - "consent.screen.text": "" - }, - "protocolMappers": [ - { - "id": "ada40fd1-fcc3-40c9-b9cf-969e86d672a8", - "name": "allowed web origins", - "protocol": "openid-connect", - "protocolMapper": "oidc-allowed-origins-mapper", - "consentRequired": false, - "config": {} - } - ] - } - ], - "defaultDefaultClientScopes": [ - "role_list", - "profile", - "email", - "roles", - "web-origins", - "acr" - ], - "defaultOptionalClientScopes": [ - "offline_access", - "address", - "phone", - "microprofile-jwt" - ], - "browserSecurityHeaders": { - "contentSecurityPolicyReportOnly": "", - "xContentTypeOptions": "nosniff", - "xRobotsTag": "none", - "xFrameOptions": "SAMEORIGIN", - "contentSecurityPolicy": "frame-src 'self'; frame-ancestors 'self'; object-src 'none';", - "xXSSProtection": "1; mode=block", - "strictTransportSecurity": "max-age=31536000; includeSubDomains" - }, - "smtpServer": { - "replyToDisplayName": "", - "starttls": "false", - "port": "1025", - "auth": "", - "replyTo": "", - "host": "172.28.204.101", - "from": "keycloak_server@cimms.com", - "fromDisplayName": "", - "envelopeFrom": "", - "ssl": "false" - }, - "eventsEnabled": false, - "eventsListeners": ["jboss-logging"], - "enabledEventTypes": [], - "adminEventsEnabled": false, - "adminEventsDetailsEnabled": false, - "identityProviders": [], - "identityProviderMappers": [], - "components": { - "org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy": [ - { - "id": "ee26b27d-333f-4f11-9f8d-fb08511a7d6b", - "name": "Allowed Protocol Mapper Types", - "providerId": "allowed-protocol-mappers", - "subType": "anonymous", - "subComponents": {}, - "config": { - "allowed-protocol-mapper-types": [ - "oidc-address-mapper", - "saml-role-list-mapper", - "saml-user-property-mapper", - "oidc-usermodel-property-mapper", - "saml-user-attribute-mapper", - "oidc-usermodel-attribute-mapper", - "oidc-full-name-mapper", - "oidc-sha256-pairwise-sub-mapper" - ] - } - }, - { - "id": "138828ab-a74f-4599-9dec-c26e0f39e93f", - "name": "Allowed Client Scopes", - "providerId": "allowed-client-templates", - "subType": "authenticated", - "subComponents": {}, - "config": { - "allow-default-scopes": ["true"] - } - }, - { - "id": "d343e2b7-a3a2-4670-989b-953c3b0727c9", - "name": "Max Clients Limit", - "providerId": "max-clients", - "subType": "anonymous", - "subComponents": {}, - "config": { - "max-clients": ["200"] - } - }, - { - "id": "298ce022-3a56-4b68-8891-573588d878a5", - "name": "Consent Required", - "providerId": "consent-required", - "subType": "anonymous", - "subComponents": {}, - "config": {} - }, - { - "id": "c0f275ef-8dbd-4074-9d44-64405366a616", - "name": "Full Scope Disabled", - "providerId": "scope", - "subType": "anonymous", - "subComponents": {}, - "config": {} - }, - { - "id": "1db69d9a-a1f5-4c96-967a-8a6d47e5dfa4", - "name": "Allowed Client Scopes", - "providerId": "allowed-client-templates", - "subType": "anonymous", - "subComponents": {}, - "config": { - "allow-default-scopes": ["true"] - } - }, - { - "id": "d0f7ea00-d0a4-46e2-ba98-a55cfe42f561", - "name": "Trusted Hosts", - "providerId": "trusted-hosts", - "subType": "anonymous", - "subComponents": {}, - "config": { - "host-sending-registration-request-must-match": [ - "true" - ], - "client-uris-must-match": ["true"] - } - }, - { - "id": "4dfbed2c-ed83-4f34-8c43-c75c4deb2e28", - "name": "Allowed Protocol Mapper Types", - "providerId": "allowed-protocol-mappers", - "subType": "authenticated", - "subComponents": {}, - "config": { - "allowed-protocol-mapper-types": [ - "oidc-full-name-mapper", - "oidc-usermodel-attribute-mapper", - "oidc-address-mapper", - "saml-role-list-mapper", - "saml-user-property-mapper", - "oidc-sha256-pairwise-sub-mapper", - "oidc-usermodel-property-mapper", - "saml-user-attribute-mapper" - ] - } - } - ], - "org.keycloak.userprofile.UserProfileProvider": [ - { - "id": "0dcff7b3-996f-4aa6-b26a-249d0227d46e", - "providerId": "declarative-user-profile", - "subComponents": {}, - "config": {} - } - ], - "org.keycloak.keys.KeyProvider": [ - { - "id": "0f53399e-2320-4ac0-9a5a-fe9a714b7440", - "name": "rsa-generated", - "providerId": "rsa-generated", - "subComponents": {}, - "config": { - "privateKey": [ - "MIIEowIBAAKCAQEAorqphlul/EvWb39NCLv6UW7yUjhJMKe6or+QGfUwpt33aAZzIsGoGV54j/yX6EN315Stqg2QJwh9NnAXAPXVa3Y/X0eXDxv79WJ+rEPlBqilEMjnxJbGGVIrMHKrwgv+Yue1AX9KcQYJkOWkl3xi0FLwn/GNFZvkUwPQbwJm0YPjgb/f/weS5L7UiVa0DK8iOCyJvp+5W1UjIr7aJ/9vc5I8L4od0+AmlbpzUYqOfkjKfT6CyHjT+0kHwAP1F+4FjELcP+gdyaMHPYfj9BbzN7XK7KnkHQIZJywtKpZ18KpDe22lqZYQQ4wI9ien4cGWVOqpXjbLtPNN9dGpKSHRtwIDAQABAoIBACctTVb9hY6iK3QYb9FkgDVOwqQszOIb34EDIYw+TYI++itfMiTx/qhs6BWyOFhAtf9+2fiQ312mW47ZmZAvnzwJ8ePcdm+6ywQevGR4zBC4VVUfKT1ZF0RNVfyJ/vPus0XYhulfXeqsC22I/AFEfv2smiXHn7HOIEAkMPAo4dwaxEfsGEHpONb25q2KTTxsJ5nMWwBPcF3euBRUOaVeEkwcXSVpYWBQfwKjHVrmGMrVrCdU+vVgtDz1aW6O/NAIDybo8A31u9ZnT880qNX4VE4r+hcw2X3kVR8jFhtOrefH61g8hBwIqh84R/lfC5ztlJNecjYxmmlH/9vUO2joiBECgYEAzsYWrsCKl9Q24HMFeKGyTTG7hll7B3kfsiCzFU7A/tPymJQWmOhDLo7H10jM4QpvaVXNcej/mTqkW/5oJ2+OWYWuFDWMVvN19/N7lsst0XprNPzkCC6C73IycRm9UzOLEBosGxZGbEcJWvWCke2Anqsy8Qeod4OjXAAvZG9fSNsCgYEAyXhBci1MSw0pEyKJAGERVx50kd+SK8co+zqiXvYhE/FSlPGAMcmsGgRAlmuHQ3R1SXL3qjHOKHS/b6BfbHPjNMFdBCf9MAFyLOAfckXOEFaET3fanb6zS0TjlVil2Dm70d1IeuSebV/d2HP9LBXq8ytfTMmgp0iKPWBtGEhhM1UCgYEAkKdTxv079+umWG8fLL0yF37rSZnfz+KUofDuV8G4ko2D8ennxSD3nuKUO6/aZLUALBiymTX/WhsEULcx9iS82TQEDG9JtqqrpMLZeyy46QtTZMZmYLLpNsoVL7pqEILGjoVAxdJXgfhQOyn2JlCY4meyQ5yv5qxY5Evc285uQnECgYApdGobAUEajEmwW0HPZym3QFgCD/u2sFM5ZnY0jfZ+cQBqD0suc23LKKbVjKiXc6YSh+p4BamC34rogBpCaZINr9/g1A2fzBxfKXqu+7gL2pF8/I9qN+wSh8lAWK4/UJnZ8+tPBi2nGbu/Jxan9JaUlI8WcMJyyVVQjb/E6Fe/xQKBgEp5gMev+C1Kf7JhGlZ7tkdqeq8gXTs30zNjZSUJYGqvSjR4Mpt7Y/cuVCRvsy5aJ/ubL0OqfMO/ztlon0z/ANSkLGpZgxyWKsCfbOMEf+9ts0gZJrumSUCnDeRc5wHcwDarhPvjoouWw72Mv6LSYTNpVDmMyRYgFkb4gDGn9Oqx" - ], - "keyUse": ["SIG"], - "certificate": [ - "MIICszCCAZsCBgGHKbreyzANBgkqhkiG9w0BAQsFADAdMRswGQYDVQQDDBJjb25mbGljdHZpc3VhbGl6ZXIwHhcNMjMwMzI4MTkzNzA1WhcNMzMwMzI4MTkzODQ1WjAdMRswGQYDVQQDDBJjb25mbGljdHZpc3VhbGl6ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCiuqmGW6X8S9Zvf00Iu/pRbvJSOEkwp7qiv5AZ9TCm3fdoBnMiwagZXniP/JfoQ3fXlK2qDZAnCH02cBcA9dVrdj9fR5cPG/v1Yn6sQ+UGqKUQyOfElsYZUiswcqvCC/5i57UBf0pxBgmQ5aSXfGLQUvCf8Y0Vm+RTA9BvAmbRg+OBv9//B5LkvtSJVrQMryI4LIm+n7lbVSMivton/29zkjwvih3T4CaVunNRio5+SMp9PoLIeNP7SQfAA/UX7gWMQtw/6B3Jowc9h+P0FvM3tcrsqeQdAhknLC0qlnXwqkN7baWplhBDjAj2J6fhwZZU6qleNsu080310akpIdG3AgMBAAEwDQYJKoZIhvcNAQELBQADggEBAJ7ZJoCmpYQe9Ea59t/dEtuACz4E03FNt0mssQo36xTEm8lDVGZmQt7dza5hffOvHTYQWai+7tsamvA4OsxSYRBfb/6V7TbwwJcLEl5m9+a13gsLzuifelzATawJwHGIcaSIGb06INrZWICOkfzfDQ6Kwzbh3LM44w62A8vS2b5HInKcmaAgdJy0BHcvFhkY4d95PjnIhohOaB2Cx+xLygP8RH5BN+pPFtKuNHHB6XFsHGkTaGsywHx3FIhEEYm0eO2alZo7vd9HsmOqejOcHbTc0U6B1rqhrth5OweFqwv5tTBq8BkPOxJ1dX5G/PVpzYXsTPh56PIN5Lmw0B1oFFI=" - ], - "priority": ["100"] - } - }, - { - "id": "3a1f53f0-a7ae-449e-953d-86a104831e28", - "name": "rsa-enc-generated", - "providerId": "rsa-enc-generated", - "subComponents": {}, - "config": { - "privateKey": [ - "MIIEpAIBAAKCAQEAyf1HCUkc47VmYP42IBYjkpZxPCqB6wUWcQ8AaLei8Utwh9MWzPskXm4frOhPS57pRP2ncxd/t7P9nKWMRW8ZI2C/4//i0VtodXnMkR3nwuXV2dqCn0KUbygheGilqQUgEVcBpgf5a1i8Q3qF+wpVyZim+k6kiyrl1XC+8dB4lgkWzcLmIgxpCelINOVa6S1mpsJWBSkfnYAGU8LQNftw6rm8tZrtjFQ3S99nEPUqsH+CkM+fzkdGxCF9ql6FBqzkJetgNAHS1TWadl1hIvkezTLAOGcpUciU6VY6plvx4yEDbNhfZ+BkDylANcnDjubXp3uBc+t747HgcnTyrzoYXwIDAQABAoIBAA6vZAsLSApQGNJ9bB724EnOHgs5rFQs/J3MpIMSGTEbNhVR5f4rvIND1PhQgKjzs57vi01Yf7flFWlE0FPUYqRjtzlfoOehEl4HTgJqhUjyRiyk1v4c+S2AFYR4Pm8K4qZDSDXmrerXITZz6BDBbOcPh56tuaD6kr1RVjiLdD206CQ56xbe9BLEByJhQ5KZyJd4RZyyq3wcCtjmsORTOLtuOKQt+uaXjFi3XqXL6fJB/itlwOYYDhzyh74l6quZtcUkKB1/5uCZX1mqEfuBHD0Xd/WDna9kMzFiSe6lozr7ySxvtpVLLF2TA7pIgKf4TSzdWHqn7H7a63iLkOQndd0CgYEA8LiZek1rH89nWeu6W7e9/Wmu495Q2nkUoSqQ9UKacOZV1A/47tgQl/+8cOCAHm5YccpCAvEo2wZak3qavEyfNdf6n+eYEJvLDSJ+2yK5cG/L5g1vEO6mCR4GxFJiO9auh6UXiJYyudiU/rv+h6c/HrQm+fxTf1Nimq1zAtsOvUMCgYEA1s9WpMRoN/sN3dgwFmUbs9qSeMGvkltGWglq7Q/Lj+CvUXR/ORIliaFwvE3Wh877ySlU6y5hVttfqlN68uRWu08yPN1qIXJ6gbslHWB80QDkR1FyBtQRTjIDagGUPwMXmqgmocyoOBHk93AkgzF8WFUap+iH4EK8VaSQeJqwGLUCgYEA45ypAovRjvJ9tvi97Zt/ee5EABJmQS3b48hr6Hxhq/8fiLTRnIWQqyiU9eZRPnT4DCBC6qU9DFylqG11gjaxFCh0Ql6p2op1JKZJbMsYrMgI9C4fptMBC/3oSBnd6NbFkFz6M5xRuoif2X3I3lu1w0J02EtOaEZgJgF7jmezOCECgYA6zT8Wk31D9cFx/QAM4ViX/zkhPUPmeH3ln7ZZdn1uwT68uXsqEEGeT0chBN25B3v9MQdB6cxTjnG9mmSJoN/tHlzONH4c8c1/Pc+HHyaLwAa9Txo7rEmgcihlGFGQfjQz7dvFZtSVpLBc26HjF+TF+WX2mLy5MwuDFi1GFnImEQKBgQCPDWJigUaqrqOw8J0iMtr52z/fbuV0ZSiQwo2ummWCrVuHXI0SnVGFX8z6AjMOkEpRfL47licclwZ39bBd0vXcXB5r01U4N/tStELZvF8codZZMSa8q8qNqhUgMYjSOFBCaHqCP7z6tW7s7gdd/CeYV2UEIqmKy5VSCyaeH5SheQ==" - ], - "keyUse": ["ENC"], - "certificate": [ - "MIICszCCAZsCBgGHKbrgmDANBgkqhkiG9w0BAQsFADAdMRswGQYDVQQDDBJjb25mbGljdHZpc3VhbGl6ZXIwHhcNMjMwMzI4MTkzNzA1WhcNMzMwMzI4MTkzODQ1WjAdMRswGQYDVQQDDBJjb25mbGljdHZpc3VhbGl6ZXIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJ/UcJSRzjtWZg/jYgFiOSlnE8KoHrBRZxDwBot6LxS3CH0xbM+yRebh+s6E9LnulE/adzF3+3s/2cpYxFbxkjYL/j/+LRW2h1ecyRHefC5dXZ2oKfQpRvKCF4aKWpBSARVwGmB/lrWLxDeoX7ClXJmKb6TqSLKuXVcL7x0HiWCRbNwuYiDGkJ6Ug05VrpLWamwlYFKR+dgAZTwtA1+3Dquby1mu2MVDdL32cQ9Sqwf4KQz5/OR0bEIX2qXoUGrOQl62A0AdLVNZp2XWEi+R7NMsA4ZylRyJTpVjqmW/HjIQNs2F9n4GQPKUA1ycOO5tene4Fz63vjseBydPKvOhhfAgMBAAEwDQYJKoZIhvcNAQELBQADggEBAFfvvk6u568gxpOIPa6ecXo8p9Mg6k0wGZak6W+agsuebyHswfBmJSuQTGpdBrGqTR3LVJoVXgiX+mr3iz2BivDwZXd5CVpYRE1vcMUEm0YnOjtN+OfRglMaV1gVBtEAcWsKa+kZL2NP3HaGJLagAtZ7cJgZtsquMqfhLXisgKNOt5vkXGabfDeQnzRL7IV2EC6ONaY19cU6MWSY02gJ01f/Ki176f5r4QtQdq8UKR4Zc74RczlBZXMKuYOxn6+fi5yb0ERyBbwwV8WVFQLQMY3LdL14bbCyLm3ECB5zRPcZG/L40oTqO4HRhrFe063CsXrQlURKUivXZmZ6yG3q6WA=" - ], - "priority": ["100"], - "algorithm": ["RSA-OAEP"] - } - }, - { - "id": "9bbafe24-7dcb-4ee2-b0b9-077fcdeee869", - "name": "aes-generated", - "providerId": "aes-generated", - "subComponents": {}, - "config": { - "kid": ["4ce0b227-2275-4795-9e65-a1d2ccb01458"], - "secret": ["K7BsMwymL5ema_7EBkFWUA"], - "priority": ["100"] - } - }, - { - "id": "6e6a27f9-fc02-4e28-878b-ab3ba3235b3a", - "name": "hmac-generated", - "providerId": "hmac-generated", - "subComponents": {}, - "config": { - "kid": ["8f590b37-cdae-45ec-bd82-29ea64977d5b"], - "secret": [ - "MS3woI2v5tFqI19LveVLNWtNENMugR2Ehq9YK8DsXkbOpq1Jf-7PV4X9CTvEh2ptO7fZyFFrL8XFEwobtNx67A" - ], - "priority": ["100"], - "algorithm": ["HS256"] - } - } - ] - }, - "internationalizationEnabled": false, - "supportedLocales": [], - "authenticationFlows": [ - { - "id": "8816ec3c-c9af-42e8-9392-f55a1c74437d", - "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": "4245604c-4332-449b-9340-e0e92f7926e4", - "alias": "Authentication Options", - "description": "Authentication options.", - "providerId": "basic-flow", - "topLevel": false, - "builtIn": true, - "authenticationExecutions": [ - { - "authenticator": "basic-auth", - "authenticatorFlow": false, - "requirement": "REQUIRED", - "priority": 10, - "autheticatorFlow": false, - "userSetupAllowed": false - }, - { - "authenticator": "basic-auth-otp", - "authenticatorFlow": false, - "requirement": "DISABLED", - "priority": 20, - "autheticatorFlow": false, - "userSetupAllowed": false - }, - { - "authenticator": "auth-spnego", - "authenticatorFlow": false, - "requirement": "DISABLED", - "priority": 30, - "autheticatorFlow": false, - "userSetupAllowed": false - } - ] - }, - { - "id": "09c5cded-08d5-479c-96db-d0b9478365df", - "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": "98ace732-1a91-4504-bbda-eeeced8a7c16", - "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": "cb19ddf5-bb34-450d-9464-5b0623b0a64a", - "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": "c4f1dfee-490f-46b2-a2bf-449a21771ba1", - "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": "eb7ae78c-0781-4518-add7-2da4f3a0bf12", - "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": "18d44289-a805-46e0-b55a-d78595823be7", - "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": "c53766f1-18e4-4966-9aa7-d5b32d477d14", - "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": "9f0b34fb-775c-4c98-ba79-ca7afa196da1", - "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": "2a041c19-db47-46fd-8488-303f1f040cc0", - "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": "6d8624fc-b2cc-4781-8180-f40417264553", - "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": "d86b7015-994f-4618-a5bc-a4e773e58422", - "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": "3a5611ea-a888-4289-9c3a-6a934fbada3b", - "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": "5f2e4a84-6b38-407f-9b75-9df7f9e13202", - "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": "849ba87b-caee-4585-a79e-12e6b4baf32e", - "alias": "http challenge", - "description": "An authentication flow based on challenge-response HTTP Authentication Schemes", - "providerId": "basic-flow", - "topLevel": true, - "builtIn": true, - "authenticationExecutions": [ - { - "authenticator": "no-cookie-redirect", - "authenticatorFlow": false, - "requirement": "REQUIRED", - "priority": 10, - "autheticatorFlow": false, - "userSetupAllowed": false - }, - { - "authenticatorFlow": true, - "requirement": "REQUIRED", - "priority": 20, - "autheticatorFlow": true, - "flowAlias": "Authentication Options", - "userSetupAllowed": false - } - ] - }, - { - "id": "aca57a56-98c7-4619-a48a-ac4dd8f2c6ee", - "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": "974e006a-f6a7-438f-bd25-6de07186faeb", - "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-profile-action", - "authenticatorFlow": false, - "requirement": "REQUIRED", - "priority": 40, - "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": "86f251da-ce22-4854-a7f2-73c0b8ec4029", - "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": "fe906669-5934-40db-989d-534723a79312", - "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": "1854aace-1d06-40bc-8426-ff485b3335c5", - "alias": "create unique user config", - "config": { - "require.password.update.after.registration": "false" - } - }, - { - "id": "dcbb41b0-0167-4839-a518-04c881350c18", - "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": "webauthn-register", - "name": "Webauthn Register", - "providerId": "webauthn-register", - "enabled": true, - "defaultAction": false, - "priority": 70, - "config": {} - }, - { - "alias": "webauthn-register-passwordless", - "name": "Webauthn Register Passwordless", - "providerId": "webauthn-register-passwordless", - "enabled": true, - "defaultAction": false, - "priority": 80, - "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", - "attributes": { - "cibaBackchannelTokenDeliveryMode": "poll", - "cibaExpiresIn": "120", - "cibaAuthRequestedUserHint": "login_hint", - "oauth2DeviceCodeLifespan": "600", - "clientOfflineSessionMaxLifespan": "0", - "oauth2DevicePollingInterval": "5", - "clientSessionIdleTimeout": "0", - "parRequestUriLifespan": "60", - "clientSessionMaxLifespan": "0", - "clientOfflineSessionIdleTimeout": "0", - "cibaInterval": "5", - "realmReusableOtpCode": "false" - }, - "keycloakVersion": "21.1.1", - "userManagedAccessAllowed": false, - "clientProfiles": { - "profiles": [] - }, - "clientPolicies": { - "policies": [] - } - } -] diff --git a/sample.env b/sample.env index 1aa0a842..57bea56d 100644 --- a/sample.env +++ b/sample.env @@ -14,6 +14,12 @@ AUTH_METHOD= "GCP" KEYCLOAK_ADMIN= KEYCLOAK_ADMIN_PASSWORD= +# Keycloak Parameters +KEYCLOAK_ENDPOINT= +KEYCLOAK_REALM= +KEYCLOAK_API_CLIENT_ID= +KEYCLOAK_API_CLIENT_SECRET_KEY= + # IF AUTH_METHOD IS "GCP" fill out the variables below # GCP required instance connection name, will be removed when GCP dependency is removed INSTANCE_CONNECTION_NAME= diff --git a/webapp/src/App.js b/webapp/src/App.js index 9db9aa50..b1c64738 100644 --- a/webapp/src/App.js +++ b/webapp/src/App.js @@ -30,17 +30,20 @@ import { selectLoading as selectUserLoading, // Actions + keycloakLogin, logout, } from './slices/userSlice' +import { store } from './store' import { selectLoading as selectWzdxLoading } from './slices/wzdxSlice' import { selectLoading as selectConfigLoading } from './slices/configSlice' -import { ReactKeycloakProvider } from '@react-keycloak/web' -import keycloak from './Keycloak' +import { useKeycloak } from '@react-keycloak/web' const App = () => { const dispatch = useDispatch() + const { keycloak, initialized } = useKeycloak() + const loading = useSelector(selectLoading) const displayMap = useSelector(selectDisplayMap) @@ -54,6 +57,11 @@ const App = () => { const bsmLoading = useSelector(selectBsmLoading) + useEffect(() => { + // Refresh Data + console.log(keycloak) + }, [keycloak.authenticated]) + useEffect(() => { // Refresh Data dispatch(getRsuData()) @@ -68,66 +76,57 @@ const App = () => { } return ( - - -
- -
- {authLoginData ? ( - -
- {displayMap ? null : } - {displayMap ? ( - - ) : ( - - )} -
- {userRole === 'admin' && ( -
- - authLoginData != null - } - setLoading={(loadingVal) => - dispatch(setLoading(loadingVal)) - } - updateRsuData={() => - dispatch(getRsuInfoOnly()) - } - /> -
- )} -
- -
-
- ) : ( -
+
+ +
+ {authLoginData ? ( + +
+ {displayMap ? null : } + {displayMap ? ( + + ) : ( + + )} +
+ {userRole === 'admin' && ( +
+ authLoginData != null} + setLoading={(loadingVal) => + dispatch(setLoading(loadingVal)) + } + updateRsuData={() => + dispatch(getRsuInfoOnly()) + } + /> +
)} - - -
- - +
+ +
+ + ) : ( +
+ )} + + +
) } diff --git a/webapp/src/components/Header.js b/webapp/src/components/Header.js index d9a4ce3f..11491ba2 100644 --- a/webapp/src/components/Header.js +++ b/webapp/src/components/Header.js @@ -15,6 +15,7 @@ import { // actions login, + keycloakLogin, logout, changeOrganization, setLoginFailure, @@ -37,10 +38,6 @@ const Header = () => { const { keycloak, initialized } = useKeycloak() - useEffect(() => { - console.log(keycloak) - }, [keycloak]) - useEffect(() => { setLoginFailure(!authLoginData) }, [authLoginData]) @@ -113,12 +110,12 @@ const Header = () => {

CDOT CV Manager

- dispatch(login(res))} text="signin_with" size="large" theme="outline" - /> + /> */}
{loginFailure && (

User Unauthorized

@@ -143,16 +140,27 @@ const Header = () => { } is ${ !keycloak?.authenticated ? 'NOT ' : '' }authenticated`} -
- {!!keycloak?.authenticated && ( + + {!!keycloak?.authenticated && [ +
- )} -
+
, +
+ +
, + ]} )} diff --git a/webapp/src/index.js b/webapp/src/index.js index 7655dffe..bc288866 100644 --- a/webapp/src/index.js +++ b/webapp/src/index.js @@ -4,10 +4,17 @@ import { Provider } from 'react-redux' import 'mapbox-gl/dist/mapbox-gl.css' import App from './App' import store from './store.js' +import { ReactKeycloakProvider } from '@react-keycloak/web' +import keycloak from './keycloak-config' ReactDOM.render( - - - , + + + + + , document.getElementById('root') ) diff --git a/webapp/src/Keycloak.js b/webapp/src/keycloak-config.js similarity index 75% rename from webapp/src/Keycloak.js rename to webapp/src/keycloak-config.js index cbc7dd58..1c0f59b7 100644 --- a/webapp/src/Keycloak.js +++ b/webapp/src/keycloak-config.js @@ -1,7 +1,7 @@ import Keycloak from 'keycloak-js' const keycloak = new Keycloak({ - url: 'http://localhost:8084/', + url: 'http://172.29.146.207:8084/', realm: 'cvmanager', clientId: 'cvmanager-gui', }) diff --git a/webapp/src/slices/userSlice.js b/webapp/src/slices/userSlice.js index d36b7a6d..6a071e96 100644 --- a/webapp/src/slices/userSlice.js +++ b/webapp/src/slices/userSlice.js @@ -26,6 +26,27 @@ export const login = createAsyncThunk( } ) +export const keycloakLogin = createAsyncThunk( + 'user/login', + async (token, { dispatch }) => { + // The value we return becomes the `fulfilled` action payload + // return response.data; + try { + console.log('IN keycloakLogin, token: ', token) + + const data = await GoogleAuthApi.logIn(token) + let authLoginData = { + data: JSON.parse(data), + token: token, + expires_at: Date.now() + 3599000, + } + return authLoginData + } catch (exception_var) { + throw exception_var + } + } +) + export const userSlice = createSlice({ name: 'user', initialState: { From 185358ec336c4cc401a6b00ed48330471c5d6cf0 Mon Sep 17 00:00:00 2001 From: Michael7371 Date: Mon, 15 May 2023 15:36:05 -0600 Subject: [PATCH 003/106] updates to token refresh and other stuff --- api/requirements.txt | 3 +- api/src/keycloak_auth.py | 46 ---- api/src/middleware_keycloak.py | 2 +- api/src/rsu_bsmdata.py | 231 +++++++++++------- api/src/rsu_querycounts.py | 218 ++++++++++------- webapp/src/App.js | 7 +- webapp/src/EnvironmentVars.js | 82 +++---- .../apis/{google-auth-api.js => auth-api.js} | 4 +- webapp/src/apis/cdot-rsu-api.js | 1 + webapp/src/components/Header.js | 31 +-- webapp/src/index.js | 4 + webapp/src/slices/userSlice.js | 35 +-- 12 files changed, 359 insertions(+), 305 deletions(-) delete mode 100644 api/src/keycloak_auth.py rename webapp/src/apis/{google-auth-api.js => auth-api.js} (87%) diff --git a/api/requirements.txt b/api/requirements.txt index 3fbc5c8a..28140e25 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -11,4 +11,5 @@ google-cloud-bigquery==2.34.2 python-dateutil==2.8.2 pytz==2021.3 Werkzeug==2.1.2 -python-keycloak==2.16.2 \ No newline at end of file +python-keycloak==2.16.2 +pymongo==4.3.3 \ No newline at end of file diff --git a/api/src/keycloak_auth.py b/api/src/keycloak_auth.py deleted file mode 100644 index d8abf0a8..00000000 --- a/api/src/keycloak_auth.py +++ /dev/null @@ -1,46 +0,0 @@ -import traceback -from keycloak import KeycloakOpenID -import logging - - -class KeycloakProvider: - def __init__( - self, - KEYCLOAK_ENDPOINT, - KEYCLOAK_REALM, - KEYCLOAK_CLIENT, - KEYCLOAK_SECRET_KEY, - ): - self.keycloak_openid = KeycloakOpenID( - server_url=f"{KEYCLOAK_ENDPOINT}/", - client_id=KEYCLOAK_CLIENT, - realm_name=KEYCLOAK_REALM, - client_secret_key=KEYCLOAK_SECRET_KEY, - ) - token = self.keycloak_openid.token("admin@cimms.com", "12345") - userinfo = self.keycloak_openid.userinfo(token["access_token"]) - print(userinfo) - - def get_access_token_user(self, username: str, password: str): - try: - return self.keycloak_openid.token(username, password) - except: - return None - - def get_user_info(self, token): - try: - response = self.keycloak_openid.userinfo(token) - token = self.keycloak_openid.token("admin@cimms.com", "12345") - userinfo = self.keycloak_openid.userinfo(token["access_token"]) - print(userinfo) - - return userinfo - except Exception as e: - traceback.print_exc() - print(e) - return False - - def validate_token_user(self, token): - if not self.get_user_info(token): - return False - return True diff --git a/api/src/middleware_keycloak.py b/api/src/middleware_keycloak.py index ba6e7586..6b9cd287 100644 --- a/api/src/middleware_keycloak.py +++ b/api/src/middleware_keycloak.py @@ -34,7 +34,7 @@ def get_user_role(token): logging.debug(f'Executing query "{query};"...') data = pgquery.query_db(query) else: - logging.error("User token does not exist") + logging.error("User token does not exist", token) if len(data) != 0: return data diff --git a/api/src/rsu_bsmdata.py b/api/src/rsu_bsmdata.py index a3bd6411..c57897dc 100644 --- a/api/src/rsu_bsmdata.py +++ b/api/src/rsu_bsmdata.py @@ -2,96 +2,161 @@ import util import os import logging +from pymongo import MongoClient + + +def query_bsm_data_mongo(pointList, start, end): + start_date = util.format_date_utc(start) + end_date = util.format_date_utc(end) + + client = MongoClient(os.environ["MONGO_CONNECTION_URI"]) + db = client[os.environ["MONGO_DB_NAME"]] + collection = db[os.environ["BSM_DB_NAME"]] + + geogString = "POLYGON((" + for elem in pointList: + long = str(elem.pop(0)) + lat = str(elem.pop(0)) + geogString += long + " " + lat + "," + + geogString = geogString[:-1] + "))" + + query = { + "$and": [ + {"metadata.odeReceivedAt": {"$gte": start_date}}, + {"metadata.odeReceivedAt": {"$lte": end_date}}, + { + "payload.data.coreData.position": { + "$geoWithin": { + "$geometry": {"type": "Polygon", "coordinates": [pointList]} + } + } + }, + ] + } + + result = [] + count = 0 + + logging.info(f"Running query on collection {collection.name}") + + for doc in collection.find(query): + result.append( + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + doc["payload"]["data"]["coreData"]["position"]["longitude"], + doc["payload"]["data"]["coreData"]["position"]["latitude"], + ], + }, + "properties": { + "id": doc["metadata"]["originIp"], + "time": util.format_date_denver_iso( + doc["metadata"]["odeReceivedAt"] + ), + }, + } + ) + count += 1 + + logging.info(f"Query successful. Records returned: {count}") + + return result, 200 + + +def query_bsm_data_bq(pointList, start, end): + start_date = util.format_date_utc(start) + end_date = util.format_date_utc(end) + client = bigquery.Client() + tablename = os.environ["BSM_DB_NAME"] + + geogString = "POLYGON((" + for elem in pointList: + long = str(elem.pop(0)) + lat = str(elem.pop(0)) + geogString += long + " " + lat + "," + + geogString = geogString[:-1] + "))" + + query = ( + "SELECT DISTINCT bsm.metadata.originIp as Ip, " + f"bsm.payload.data.coreData.position.longitude as long, " + f"bsm.payload.data.coreData.position.latitude as lat, " + f"bsm.metadata.odeReceivedAt as time " + f"FROM `{tablename}` " + f'WHERE TIMESTAMP(bsm.metadata.odeReceivedAt) >= TIMESTAMP("{start_date}") ' + f'AND TIMESTAMP(bsm.metadata.odeReceivedAt) <= TIMESTAMP("{end_date}") ' + f"AND ST_CONTAINS(ST_GEOGFROM('{geogString}'), " + f"ST_GEOGPOINT(bsm.payload.data.coreData.position.longitude, bsm.payload.data.coreData.position.latitude))" + ) + + logging.info(f"Running query on table {tablename}") + + query_job = client.query(query) + + result = [] + count = 0 + for row in query_job: + result.append( + { + "type": "Feature", + "geometry": {"type": "Point", "coordinates": [row["long"], row["lat"]]}, + "properties": { + "id": row["Ip"], + "time": util.format_date_denver_iso(row["time"]), + }, + } + ) + count += 1 + + logging.info(f"Query successful. Record returned: {count}") + + return result, 200 -def query_bsm_data(pointList, start, end): - start_date = util.format_date_utc(start) - end_date = util.format_date_utc(end) - client = bigquery.Client() - tablename = os.environ["BSM_DB_NAME"] - - geogString = "POLYGON((" - for elem in pointList: - long = str(elem.pop(0)) - lat = str(elem.pop(0)) - geogString += (long + " " + lat + ",") - - geogString = geogString[:-1] + "))" - - query = "SELECT DISTINCT bsm.metadata.originIp as Ip, " \ - f"bsm.payload.data.coreData.position.longitude as long, " \ - f"bsm.payload.data.coreData.position.latitude as lat, " \ - f"bsm.metadata.odeReceivedAt as time " \ - f"FROM `{tablename}` " \ - f"WHERE TIMESTAMP(bsm.metadata.odeReceivedAt) >= TIMESTAMP(\"{start_date}\") " \ - f"AND TIMESTAMP(bsm.metadata.odeReceivedAt) <= TIMESTAMP(\"{end_date}\") " \ - f"AND ST_CONTAINS(ST_GEOGFROM(\'{geogString}\'), " \ - f"ST_GEOGPOINT(bsm.payload.data.coreData.position.longitude, bsm.payload.data.coreData.position.latitude))" - - logging.info(f"Running query on table {tablename}") - - query_job = client.query(query) - - result = [] - count = 0 - for row in query_job: - result.append({ - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [ - row["long"], - row["lat"] - ] - }, - "properties": { - "id": row["Ip"], - "time": util.format_date_denver_iso(row["time"]) - } - }) - count += 1 - - logging.info(f"Query successful. Record returned: {count}") - - return result, 200 # REST endpoint resource class and schema from flask import request from flask_restful import Resource from marshmallow import Schema, fields + class RsuBsmDataSchema(Schema): - geometry = fields.String(required=False) - start = fields.DateTime(required=False) - end = fields.DateTime(required=False) + geometry = fields.String(required=False) + start = fields.DateTime(required=False) + end = fields.DateTime(required=False) + class RsuBsmData(Resource): - options_headers = { - 'Access-Control-Allow-Origin': '*', - 'Access-Control-Allow-Headers': 'Content-Type,Authorization', - 'Access-Control-Allow-Methods': 'POST', - 'Access-Control-Max-Age': '3600' - } - - headers = { - 'Access-Control-Allow-Origin': '*', - 'Content-Type': 'application/json' - } - - def options(self): - # CORS support - return ('', 204, self.options_headers) - - def post(self): - logging.debug("RsuBsmData POST requested") - - # Get arguments from request - try: - data = request.json - pointList = data['geometry'] - start = data['start'] - end = data['end'] - except: - return ('Body format: {"start": string, "end": string, "geometry": coordinate list}', 400, self.headers) - - data, code = query_bsm_data(pointList, start, end) - return (data, code, self.headers) \ No newline at end of file + options_headers = { + "Access-Control-Allow-Origin": "*", + "Access-Control-Allow-Headers": "Content-Type,Authorization", + "Access-Control-Allow-Methods": "POST", + "Access-Control-Max-Age": "3600", + } + + headers = {"Access-Control-Allow-Origin": "*", "Content-Type": "application/json"} + + def options(self): + # CORS support + return ("", 204, self.options_headers) + + def post(self): + logging.debug("RsuBsmData POST requested") + + # Get arguments from request + try: + data = request.json + pointList = data["geometry"] + start = data["start"] + end = data["end"] + except: + return ( + 'Body format: {"start": string, "end": string, "geometry": coordinate list}', + 400, + self.headers, + ) + + data, code = query_bsm_data_bq(pointList, start, end) + return (data, code, self.headers) diff --git a/api/src/rsu_querycounts.py b/api/src/rsu_querycounts.py index ba0dddae..97d6f74f 100644 --- a/api/src/rsu_querycounts.py +++ b/api/src/rsu_querycounts.py @@ -4,53 +4,99 @@ import util import os import logging +from pymongo import MongoClient + + +def query_rsu_counts_mongo(allowed_ips, message_type, start, end): + start_date = util.format_date_utc(start) + end_date = util.format_date_utc(end) + + client = MongoClient( + "mongodb://localhost:27017" + ) # Replace with your MongoDB connection string + db = client["your_database_name"] # Replace with your database name + collection = db["your_collection_name"] # Replace with your collection name + + query = [ + { + "$match": { + "Date": {"$gte": start_date, "$lt": end_date}, + "Type": message_type.upper(), + } + }, + { + "$group": { + "_id": {"RSU": "$RSU", "Road": "$Road"}, + "Count": {"$sum": "$Count"}, + } + }, + {"$project": {"_id": 0, "RSU": "$_id.RSU", "Road": "$_id.Road", "Count": 1}}, + ] + + result = {} + count = 0 + + logging.info(f"Running query on collection {collection.name}") + + for doc in collection.aggregate(query): + if doc["RSU"] in allowed_ips: + count += 1 + item = {"road": doc["Road"], "count": doc["Count"]} + result[doc["RSU"]] = item + + logging.info(f"Query successful. Length of data: {count}") + + return result, 200 + + +def query_rsu_counts_bq(allowed_ips, message_type, start, end): + start_date = util.format_date_utc(start) + end_date = util.format_date_utc(end) + client = bigquery.Client() + tablename = os.environ["COUNT_DB_NAME"] + + query = ( + "SELECT RSU, Road, SUM(Count) as Count " + f"FROM `{tablename}` " + f'WHERE Date >= DATETIME("{start_date}") ' + f'AND Date < DATETIME("{end_date}") ' + f'AND Type = "{message_type.upper()}" ' + f"GROUP BY RSU, Road " + ) + + logging.info(f"Running query on table {tablename}") + + query_job = client.query(query) + + result = {} + count = 0 + for row in query_job: + if row["RSU"] in allowed_ips: + count += 1 + item = {"road": row["Road"], "count": row["Count"]} + result[row["RSU"]] = item + + logging.info(f"Query successful. Length of data: {count}") + + return result, 200 -def query_rsu_counts(allowed_ips, message_type, start, end): - start_date = util.format_date_utc(start) - end_date = util.format_date_utc(end) - client = bigquery.Client() - tablename = os.environ["COUNT_DB_NAME"] - - query = "SELECT RSU, Road, SUM(Count) as Count " \ - f"FROM `{tablename}` " \ - f"WHERE Date >= DATETIME(\"{start_date}\") " \ - f"AND Date < DATETIME(\"{end_date}\") " \ - f"AND Type = \"{message_type.upper()}\" " \ - f"GROUP BY RSU, Road " - - logging.info(f"Running query on table {tablename}") - - query_job = client.query(query) - - result = {} - count = 0 - for row in query_job: - if row["RSU"] in allowed_ips: - count += 1 - item = { - "road": row["Road"], - "count": row["Count"] - } - result[row["RSU"]] = item - - logging.info(f"Query successful. Length of data: {count}") - - return result, 200 def get_organization_rsus(organization): - logging.info(f'Preparing to query for all RSU IPs for {organization}...') + logging.info(f"Preparing to query for all RSU IPs for {organization}...") - # Execute the query and fetch all results - query = "SELECT jsonb_build_object('ip', rd.ipv4_address) " \ - "FROM public.rsus AS rd " \ - "JOIN public.rsu_organization_name AS ron_v ON ron_v.rsu_id = rd.rsu_id " \ - f"WHERE ron_v.name = '{organization}' " \ - "ORDER BY rd.ipv4_address" + # Execute the query and fetch all results + query = ( + "SELECT jsonb_build_object('ip', rd.ipv4_address) " + "FROM public.rsus AS rd " + "JOIN public.rsu_organization_name AS ron_v ON ron_v.rsu_id = rd.rsu_id " + f"WHERE ron_v.name = '{organization}' " + "ORDER BY rd.ipv4_address" + ) - logging.debug(f'Executing query: "{query};"') - data = pgquery.query_db(query) - ips = [rsu[0]['ip'] for rsu in data] - return ips + logging.debug(f'Executing query: "{query};"') + data = pgquery.query_db(query) + ips = [rsu[0]["ip"] for rsu in data] + return ips # REST endpoint resource class and schema @@ -58,46 +104,54 @@ def get_organization_rsus(organization): from flask_restful import Resource from marshmallow import Schema, fields + class RsuQueryCountsSchema(Schema): - message = fields.String(required=False) - start = fields.DateTime(required=False) - end = fields.DateTime(required=False) + message = fields.String(required=False) + start = fields.DateTime(required=False) + end = fields.DateTime(required=False) + class RsuQueryCounts(Resource): - options_headers = { - 'Access-Control-Allow-Origin': '*', - 'Access-Control-Allow-Headers': 'Content-Type,Authorization,Organization', - 'Access-Control-Allow-Methods': 'GET', - 'Access-Control-Max-Age': '3600' - } - - headers = { - 'Access-Control-Allow-Origin': '*', - 'Content-Type': 'application/json' - } - - def options(self): - # CORS support - return ('', 204, self.options_headers) - - def get(self): - logging.debug("RsuQueryCounts GET requested") - # Schema check for arguments - schema = RsuQueryCountsSchema() - errors = schema.validate(request.args) - if errors: - abort(400, str(errors)) - - # Get arguments from request and set defaults if not provided - message = request.args.get('message', default="BSM") - start = request.args.get('start', default=((datetime.now() - timedelta(1)).strftime("%Y-%m-%dT%H:%M:%S"))) - end = request.args.get('end', default=((datetime.now()).strftime("%Y-%m-%dT%H:%M:%S"))) - - # Validate request with supported message types - msgList = ['SSM', 'BSM', 'SPAT', 'SRM', 'MAP'] - if message.upper() not in msgList: - return ("Invalid Message Type.\nValid message types: SSM, BSM, SPAT, SRM, MAP", 400, self.headers) - - rsus = get_organization_rsus(request.environ['organization']) - data, code = query_rsu_counts(rsus, message.upper(), start, end) - return (data, code, self.headers) \ No newline at end of file + options_headers = { + "Access-Control-Allow-Origin": "*", + "Access-Control-Allow-Headers": "Content-Type,Authorization,Organization", + "Access-Control-Allow-Methods": "GET", + "Access-Control-Max-Age": "3600", + } + + headers = {"Access-Control-Allow-Origin": "*", "Content-Type": "application/json"} + + def options(self): + # CORS support + return ("", 204, self.options_headers) + + def get(self): + logging.debug("RsuQueryCounts GET requested") + # Schema check for arguments + schema = RsuQueryCountsSchema() + errors = schema.validate(request.args) + if errors: + abort(400, str(errors)) + + # Get arguments from request and set defaults if not provided + message = request.args.get("message", default="BSM") + start = request.args.get( + "start", + default=((datetime.now() - timedelta(1)).strftime("%Y-%m-%dT%H:%M:%S")), + ) + end = request.args.get( + "end", default=((datetime.now()).strftime("%Y-%m-%dT%H:%M:%S")) + ) + + # Validate request with supported message types + msgList = ["SSM", "BSM", "SPAT", "SRM", "MAP"] + if message.upper() not in msgList: + return ( + "Invalid Message Type.\nValid message types: SSM, BSM, SPAT, SRM, MAP", + 400, + self.headers, + ) + + rsus = get_organization_rsus(request.environ["organization"]) + data, code = query_rsu_counts_bq(rsus, message.upper(), start, end) + return (data, code, self.headers) diff --git a/webapp/src/App.js b/webapp/src/App.js index b1c64738..4c858a16 100644 --- a/webapp/src/App.js +++ b/webapp/src/App.js @@ -57,11 +57,6 @@ const App = () => { const bsmLoading = useSelector(selectBsmLoading) - useEffect(() => { - // Refresh Data - console.log(keycloak) - }, [keycloak.authenticated]) - useEffect(() => { // Refresh Data dispatch(getRsuData()) @@ -79,7 +74,7 @@ const App = () => {
- {authLoginData ? ( + {authLoginData && keycloak?.authenticated ? (
{displayMap ? null : } diff --git a/webapp/src/EnvironmentVars.js b/webapp/src/EnvironmentVars.js index fe3dab9d..1f69070f 100644 --- a/webapp/src/EnvironmentVars.js +++ b/webapp/src/EnvironmentVars.js @@ -1,49 +1,49 @@ class EnvironmentVars { - static getBaseApiUrl() { - switch (process.env.REACT_APP_ENV) { - case "dev": - return process.env.REACT_APP_GATEWAY_BASE_URL_DEV; - case "test": - return process.env.REACT_APP_GATEWAY_BASE_URL_TEST; - case "prod": - return process.env.REACT_APP_GATEWAY_BASE_URL_PROD; - default: - return process.env.REACT_APP_GATEWAY_BASE_URL; + static getBaseApiUrl() { + switch (process.env.REACT_APP_ENV) { + case 'dev': + return process.env.REACT_APP_GATEWAY_BASE_URL_DEV + case 'test': + return process.env.REACT_APP_GATEWAY_BASE_URL_TEST + case 'prod': + return process.env.REACT_APP_GATEWAY_BASE_URL_PROD + default: + return process.env.REACT_APP_GATEWAY_BASE_URL + } } - } - static getClientId() { - switch (process.env.REACT_APP_ENV) { - case "dev": - return process.env.REACT_APP_GOOGLE_CLIENT_ID_DEV; - case "test": - return process.env.REACT_APP_GOOGLE_CLIENT_ID_TEST; - case "prod": - return process.env.REACT_APP_GOOGLE_CLIENT_ID_PROD; - default: - return process.env.REACT_APP_GOOGLE_CLIENT_ID; + static getClientId() { + switch (process.env.REACT_APP_ENV) { + case 'dev': + return process.env.REACT_APP_GOOGLE_CLIENT_ID_DEV + case 'test': + return process.env.REACT_APP_GOOGLE_CLIENT_ID_TEST + case 'prod': + return process.env.REACT_APP_GOOGLE_CLIENT_ID_PROD + default: + return process.env.REACT_APP_GOOGLE_CLIENT_ID + } } - } - static MAPBOX_TOKEN = process.env.REACT_APP_MAPBOX_TOKEN; - static GOOGLE_CLIENT_ID = this.getClientId(); + static MAPBOX_TOKEN = process.env.REACT_APP_MAPBOX_TOKEN + static GOOGLE_CLIENT_ID = this.getClientId() - static rsuInfoEndpoint = `${this.getBaseApiUrl()}/rsuinfo`; - static rsuOnlineEndpoint = `${this.getBaseApiUrl()}/rsu-online-status`; - static rsuCountsEndpoint = `${this.getBaseApiUrl()}/rsucounts`; - static rsuCommandEndpoint = `${this.getBaseApiUrl()}/rsu-command`; - static wzdxEndpoint = `${this.getBaseApiUrl()}/wzdx-feed`; - static rsuMapInfoEndpoint = `${this.getBaseApiUrl()}/rsu-map-info`; - static bsmDataEndpoint = `${this.getBaseApiUrl()}/rsu-bsm-data`; - static issScmsStatusEndpoint = `${this.getBaseApiUrl()}/iss-scms-status`; - static ssmSrmEndpoint = `${this.getBaseApiUrl()}/rsu-ssm-srm-data`; - static googleAuthEndpoint = `${this.getBaseApiUrl()}/rsu-google-auth`; - static adminAddRsu = `${this.getBaseApiUrl()}/admin-new-rsu`; - static adminRsu = `${this.getBaseApiUrl()}/admin-rsu`; - static adminAddUser = `${this.getBaseApiUrl()}/admin-new-user`; - static adminUser = `${this.getBaseApiUrl()}/admin-user`; - static adminAddOrg = `${this.getBaseApiUrl()}/admin-new-org`; - static adminOrg = `${this.getBaseApiUrl()}/admin-org`; + static rsuInfoEndpoint = `${this.getBaseApiUrl()}/rsuinfo` + static rsuOnlineEndpoint = `${this.getBaseApiUrl()}/rsu-online-status` + static rsuCountsEndpoint = `${this.getBaseApiUrl()}/rsucounts` + static rsuCommandEndpoint = `${this.getBaseApiUrl()}/rsu-command` + static wzdxEndpoint = `${this.getBaseApiUrl()}/wzdx-feed` + static rsuMapInfoEndpoint = `${this.getBaseApiUrl()}/rsu-map-info` + static bsmDataEndpoint = `${this.getBaseApiUrl()}/rsu-bsm-data` + static issScmsStatusEndpoint = `${this.getBaseApiUrl()}/iss-scms-status` + static ssmSrmEndpoint = `${this.getBaseApiUrl()}/rsu-ssm-srm-data` + static googleAuthEndpoint = `${this.getBaseApiUrl()}/rsu-google-auth` + static adminAddRsu = `${this.getBaseApiUrl()}/admin-new-rsu` + static adminRsu = `${this.getBaseApiUrl()}/admin-rsu` + static adminAddUser = `${this.getBaseApiUrl()}/admin-new-user` + static adminUser = `${this.getBaseApiUrl()}/admin-user` + static adminAddOrg = `${this.getBaseApiUrl()}/admin-new-org` + static adminOrg = `${this.getBaseApiUrl()}/admin-org` } -export default EnvironmentVars; +export default EnvironmentVars diff --git a/webapp/src/apis/google-auth-api.js b/webapp/src/apis/auth-api.js similarity index 87% rename from webapp/src/apis/google-auth-api.js rename to webapp/src/apis/auth-api.js index 93350553..ddfcaa57 100644 --- a/webapp/src/apis/google-auth-api.js +++ b/webapp/src/apis/auth-api.js @@ -1,6 +1,6 @@ import EnvironmentVars from '../EnvironmentVars' -class GoogleAuthApi { +class AuthApi { async logIn(token) { const content = await fetch(EnvironmentVars.googleAuthEndpoint, { method: 'GET', @@ -15,4 +15,4 @@ class GoogleAuthApi { } } -export default new GoogleAuthApi() +export default new AuthApi() diff --git a/webapp/src/apis/cdot-rsu-api.js b/webapp/src/apis/cdot-rsu-api.js index 51e0b0bc..282068a1 100644 --- a/webapp/src/apis/cdot-rsu-api.js +++ b/webapp/src/apis/cdot-rsu-api.js @@ -1,4 +1,5 @@ import EnvironmentVars from '../EnvironmentVars' +import keycloak from '../keycloak-config' class CdotApi { formatQueryParams(query_params) { diff --git a/webapp/src/components/Header.js b/webapp/src/components/Header.js index 11491ba2..f4787c27 100644 --- a/webapp/src/components/Header.js +++ b/webapp/src/components/Header.js @@ -14,7 +14,6 @@ import { selectLoginFailure, // actions - login, keycloakLogin, logout, changeOrganization, @@ -31,10 +30,9 @@ const Header = () => { const organizationName = useSelector(selectOrganizationName) const userName = useSelector(selectName) const userEmail = useSelector(selectEmail) - const tokenExpiration = useSelector(selectTokenExpiration) const loginFailure = useSelector(selectLoginFailure) - const [tokenExpired, setTokenExpired] = useState(false) + // const [tokenExpired, setTokenExpired] = useState(false) const { keycloak, initialized } = useKeycloak() @@ -42,13 +40,13 @@ const Header = () => { setLoginFailure(!authLoginData) }, [authLoginData]) - useEffect(() => { - setTokenExpired(Date.now() < tokenExpiration) - }, [tokenExpiration]) + // useEffect(() => { + // setTokenExpired(Date.now() < tokenExpiration) + // }, [tokenExpiration]) return (
- {authLoginData ? ( + {authLoginData && keycloak?.authenticated ? (
\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","LoginUsername","props","kcContext","i18n","doUseDefaultCss","Template","social","realm","url","usernameHidden","login","registrationDisabled","msg","msgStr","_useState","useState","_useState2","_slicedToArray","isLoginButtonDisabled","setIsLoginButtonDisabled","onSubmit","e","preventDefault","formElement","target","_a","querySelector","setAttribute","submit","_jsx","Object","assign","displayInfo","displayWide","password","providers","headerNode","infoNode","registrationAllowed","id","children","_jsxs","tabIndex","href","registrationUrl","className","action","loginAction","method","label","loginWithEmailAllowed","registrationEmailAsUsername","autoCompleteHelper","_Fragment","htmlFor","name","defaultValue","username","type","autoFocus","autoComplete","rememberMe","value","disabled","length","map","p","loginUrl","concat","alias","providerId","displayName","len","arguments","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/3870.6ddf8722.chunk.js b/resources/keycloak/keycloakify/static/js/3870.6ddf8722.chunk.js new file mode 100644 index 00000000..1ce30e97 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/3870.6ddf8722.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[3870],{2889:function(e,s,c){c.d(s,{a:function(){return n}});var t=c(6055),a=c(969);function n(e){var s=e.defaultClasses;return{useGetClassName:function(e){var c=e.classes;return{getClassName:(0,a.O)((function(e){return(0,t.W)(e,s[e],null===c||void 0===c?void 0:c[e])}))}}}}},7747:function(e,s,c){c.d(s,{M:function(){return p}});var t=c(4165),a=c(2982),n=c(5861),r=c(885),l=c(2791),i=c(1630),o=c(6196),d=c(6055);function p(e){var s=e.doFetchDefaultThemeResources,c=e.stylesCommon,d=void 0===c?[]:c,p=e.styles,f=void 0===p?[]:p,m=e.url,k=e.scripts,h=void 0===k?[]:k,g=e.htmlClassName,C=e.bodyClassName,v=(0,l.useReducer)((function(){return!0}),!s),j=(0,r.Z)(v,2),b=j[0],x=j[1];return(0,l.useEffect)((function(){if(s){var e=!1,c=[];return(0,n.Z)((0,t.Z)().mark((function s(){var n;return(0,t.Z)().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:return n=[],[].concat((0,a.Z)(d.map((function(e){return(0,o.pathJoin)(m.resourcesCommonPath,e)}))),(0,a.Z)(f.map((function(e){return(0,o.pathJoin)(m.resourcesPath,e)})))).reverse().forEach((function(e){var s=(0,i.t)({type:"css",position:"prepend",href:e}),t=s.prLoaded,a=s.remove;c.push(a),n.push(t)})),s.next=4,Promise.all(n);case 4:if(!e){s.next=6;break}return s.abrupt("return");case 6:x();case 7:case"end":return s.stop()}}),s)})))(),h.forEach((function(e){var s=(0,i.t)({type:"javascript",src:(0,o.pathJoin)(m.resourcesPath,e)}).remove;c.push(s)})),function(){e=!0,c.forEach((function(e){return e()}))}}}),[]),u({target:"html",className:g}),u({target:"body",className:C}),{isReady:b}}function u(e){var s=e.target,c=e.className;(0,l.useEffect)((function(){if(void 0!==c){var e=document.getElementsByTagName(s)[0].classList,t=(0,d.W)(c).split(" ");return e.add.apply(e,(0,a.Z)(t)),function(){e.remove.apply(e,(0,a.Z)(t))}}}),[c])}},3870:function(e,s,c){c.r(s),c.d(s,{default:function(){return i}});var t=c(184),a=c(8258),n=c(6055),r=c(7747),l=c(7107);function i(e){var s=e.displayInfo,c=void 0!==s&&s,i=e.displayMessage,o=void 0===i||i,d=e.displayRequiredFields,p=void 0!==d&&d,u=e.displayWide,f=void 0!==u&&u,m=e.showAnotherWayIfPresent,k=void 0===m||m,h=e.headerNode,g=e.showUsernameNode,C=void 0===g?null:g,v=e.infoNode,j=void 0===v?null:v,b=e.kcContext,x=e.i18n,y=e.doUseDefaultCss,w=e.classes,N=e.children,O=(0,l.v)({doUseDefaultCss:y,classes:w}).getClassName,F=x.msg,A=x.changeLocale,L=x.labelBySupportedLanguageTag,I=x.currentLanguageTag,W=b.realm,S=b.locale,T=b.auth,E=b.url,H=b.message,_=b.isAppInitiatedAction;return(0,r.M)({doFetchDefaultThemeResources:y,url:E,stylesCommon:["node_modules/patternfly/dist/css/patternfly.min.css","node_modules/patternfly/dist/css/patternfly-additions.min.css","lib/zocial/zocial.css"],styles:["css/login.css"],htmlClassName:O("kcHtmlClass"),bodyClassName:void 0}).isReady?(0,t.jsxs)("div",Object.assign({className:O("kcLoginClass")},{children:[(0,t.jsx)("div",Object.assign({id:"kc-header",className:O("kcHeaderClass")},{children:(0,t.jsx)("div",Object.assign({id:"kc-header-wrapper",className:O("kcHeaderWrapperClass")},{children:F("loginTitleHtml",W.displayNameHtml)}))})),(0,t.jsxs)("div",Object.assign({className:(0,n.W)(O("kcFormCardClass"),f&&O("kcFormCardAccountClass"))},{children:[(0,t.jsxs)("header",Object.assign({className:O("kcFormHeaderClass")},{children:[W.internationalizationEnabled&&((0,a.h)(void 0!==S),!0)&&S.supported.length>1&&(0,t.jsx)("div",Object.assign({id:"kc-locale"},{children:(0,t.jsx)("div",Object.assign({id:"kc-locale-wrapper",className:O("kcLocaleWrapperClass")},{children:(0,t.jsxs)("div",Object.assign({className:"kc-dropdown",id:"kc-locale-dropdown"},{children:[(0,t.jsx)("a",Object.assign({href:"#",id:"kc-current-locale-link"},{children:L[I]})),(0,t.jsx)("ul",{children:S.supported.map((function(e){var s=e.languageTag;return(0,t.jsx)("li",Object.assign({className:"kc-dropdown-item"},{children:(0,t.jsx)("a",Object.assign({href:"#",onClick:function(){return A(s)}},{children:L[s]}))}),s)}))})]}))}))})),void 0===T||!T.showUsername||T.showResetCredentials?p?(0,t.jsxs)("div",Object.assign({className:O("kcContentWrapperClass")},{children:[(0,t.jsx)("div",Object.assign({className:(0,n.W)(O("kcLabelWrapperClass"),"subtitle")},{children:(0,t.jsxs)("span",Object.assign({className:"subtitle"},{children:[(0,t.jsx)("span",Object.assign({className:"required"},{children:"*"})),F("requiredFields")]}))})),(0,t.jsx)("div",Object.assign({className:"col-md-10"},{children:(0,t.jsx)("h1",Object.assign({id:"kc-page-title"},{children:h}))}))]})):(0,t.jsx)("h1",Object.assign({id:"kc-page-title"},{children:h})):p?(0,t.jsxs)("div",Object.assign({className:O("kcContentWrapperClass")},{children:[(0,t.jsx)("div",Object.assign({className:(0,n.W)(O("kcLabelWrapperClass"),"subtitle")},{children:(0,t.jsxs)("span",Object.assign({className:"subtitle"},{children:[(0,t.jsx)("span",Object.assign({className:"required"},{children:"*"}))," ",F("requiredFields")]}))})),(0,t.jsxs)("div",Object.assign({className:"col-md-10"},{children:[C,(0,t.jsx)("div",Object.assign({className:O("kcFormGroupClass")},{children:(0,t.jsxs)("div",Object.assign({id:"kc-username"},{children:[(0,t.jsx)("label",Object.assign({id:"kc-attempted-username"},{children:null===T||void 0===T?void 0:T.attemptedUsername})),(0,t.jsx)("a",Object.assign({id:"reset-login",href:E.loginRestartFlowUrl},{children:(0,t.jsxs)("div",Object.assign({className:"kc-login-tooltip"},{children:[(0,t.jsx)("i",{className:O("kcResetFlowIcon")}),(0,t.jsx)("span",Object.assign({className:"kc-tooltip-text"},{children:F("restartLoginTooltip")}))]}))}))]}))}))]}))]})):(0,t.jsxs)(t.Fragment,{children:[C,(0,t.jsx)("div",Object.assign({className:O("kcFormGroupClass")},{children:(0,t.jsxs)("div",Object.assign({id:"kc-username"},{children:[(0,t.jsx)("label",Object.assign({id:"kc-attempted-username"},{children:null===T||void 0===T?void 0:T.attemptedUsername})),(0,t.jsx)("a",Object.assign({id:"reset-login",href:E.loginRestartFlowUrl},{children:(0,t.jsxs)("div",Object.assign({className:"kc-login-tooltip"},{children:[(0,t.jsx)("i",{className:O("kcResetFlowIcon")}),(0,t.jsx)("span",Object.assign({className:"kc-tooltip-text"},{children:F("restartLoginTooltip")}))]}))}))]}))}))]})]})),(0,t.jsx)("div",Object.assign({id:"kc-content"},{children:(0,t.jsxs)("div",Object.assign({id:"kc-content-wrapper"},{children:[o&&void 0!==H&&("warning"!==H.type||!_)&&(0,t.jsxs)("div",Object.assign({className:(0,n.W)("alert","alert-".concat(H.type))},{children:["success"===H.type&&(0,t.jsx)("span",{className:O("kcFeedbackSuccessIcon")}),"warning"===H.type&&(0,t.jsx)("span",{className:O("kcFeedbackWarningIcon")}),"error"===H.type&&(0,t.jsx)("span",{className:O("kcFeedbackErrorIcon")}),"info"===H.type&&(0,t.jsx)("span",{className:O("kcFeedbackInfoIcon")}),(0,t.jsx)("span",{className:"kc-feedback-text",dangerouslySetInnerHTML:{__html:H.summary}})]})),N,void 0!==T&&T.showTryAnotherWayLink&&k&&(0,t.jsx)("form",Object.assign({id:"kc-select-try-another-way-form",action:E.loginAction,method:"post",className:(0,n.W)(f&&O("kcContentWrapperClass"))},{children:(0,t.jsx)("div",Object.assign({className:(0,n.W)(f&&[O("kcFormSocialAccountContentClass"),O("kcFormSocialAccountClass")])},{children:(0,t.jsxs)("div",Object.assign({className:O("kcFormGroupClass")},{children:[(0,t.jsx)("input",{type:"hidden",name:"tryAnotherWay",value:"on"}),(0,t.jsx)("a",Object.assign({href:"#",id:"try-another-way",onClick:function(){return document.forms["kc-select-try-another-way-form"].submit(),!1}},{children:F("doTryAnotherWay")}))]}))}))})),c&&(0,t.jsx)("div",Object.assign({id:"kc-info",className:O("kcSignUpClass")},{children:(0,t.jsx)("div",Object.assign({id:"kc-info-wrapper",className:O("kcInfoAreaWrapperClass")},{children:j}))}))]}))}))]}))]})):null}},7107:function(e,s,c){c.d(s,{v:function(){return t}});var t=(0,c(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},4943:function(){HTMLElement.prototype.prepend||(HTMLElement.prototype.prepend=function(e){if("string"===typeof e)throw new Error("Error with HTMLElement.prototype.appendFirst polyfill");this.insertBefore(e,this.firstChild)})},8258:function(e,s,c){c.d(s,{h:function(){return t.h}});var t=c(9883)},6055:function(e,s,c){c.d(s,{W:function(){return r}});var t=c(2982),a=c(9883),n=c(9465),r=function e(){for(var s=arguments.length,c=0,r="";c(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { useReducer, useEffect } from \"react\";\nimport { headInsert } from \"keycloakify/tools/headInsert\";\nimport { pathJoin } from \"keycloakify/bin/tools/pathJoin\";\nimport { clsx } from \"keycloakify/tools/clsx\";\n\nexport function usePrepareTemplate(params: {\n doFetchDefaultThemeResources: boolean;\n stylesCommon?: string[];\n styles?: string[];\n scripts?: string[];\n url: {\n resourcesCommonPath: string;\n resourcesPath: string;\n };\n htmlClassName: string | undefined;\n bodyClassName: string | undefined;\n}) {\n const { doFetchDefaultThemeResources, stylesCommon = [], styles = [], url, scripts = [], htmlClassName, bodyClassName } = params;\n\n const [isReady, setReady] = useReducer(() => true, !doFetchDefaultThemeResources);\n\n useEffect(() => {\n if (!doFetchDefaultThemeResources) {\n return;\n }\n\n let isUnmounted = false;\n\n const removeArray: (() => void)[] = [];\n\n (async () => {\n const prLoadedArray: Promise[] = [];\n\n [\n ...stylesCommon.map(relativePath => pathJoin(url.resourcesCommonPath, relativePath)),\n ...styles.map(relativePath => pathJoin(url.resourcesPath, relativePath))\n ]\n .reverse()\n .forEach(href => {\n const { prLoaded, remove } = headInsert({\n \"type\": \"css\",\n \"position\": \"prepend\",\n href\n });\n\n removeArray.push(remove);\n\n prLoadedArray.push(prLoaded);\n });\n\n await Promise.all(prLoadedArray);\n\n if (isUnmounted) {\n return;\n }\n\n setReady();\n })();\n\n scripts.forEach(relativePath => {\n const { remove } = headInsert({\n \"type\": \"javascript\",\n \"src\": pathJoin(url.resourcesPath, relativePath)\n });\n\n removeArray.push(remove);\n });\n\n return () => {\n isUnmounted = true;\n removeArray.forEach(remove => remove());\n };\n }, []);\n\n useSetClassName({\n \"target\": \"html\",\n \"className\": htmlClassName\n });\n\n useSetClassName({\n \"target\": \"body\",\n \"className\": bodyClassName\n });\n\n return { isReady };\n}\n\nfunction useSetClassName(params: { target: \"html\" | \"body\"; className: string | undefined }) {\n const { target, className } = params;\n\n useEffect(() => {\n if (className === undefined) {\n return;\n }\n\n const htmlClassList = document.getElementsByTagName(target)[0].classList;\n\n const tokens = clsx(className).split(\" \");\n\n htmlClassList.add(...tokens);\n\n return () => {\n htmlClassList.remove(...tokens);\n };\n }, [className]);\n}\n","import { assert } from \"keycloakify/tools/assert\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { usePrepareTemplate } from \"keycloakify/lib/usePrepareTemplate\";\nimport { type TemplateProps } from \"keycloakify/login/TemplateProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"./kcContext\";\nimport type { I18n } from \"./i18n\";\n\nexport default function Template(props: TemplateProps) {\n const {\n displayInfo = false,\n displayMessage = true,\n displayRequiredFields = false,\n displayWide = false,\n showAnotherWayIfPresent = true,\n headerNode,\n showUsernameNode = null,\n infoNode = null,\n kcContext,\n i18n,\n doUseDefaultCss,\n classes,\n children\n } = props;\n\n const { getClassName } = useGetClassName({ doUseDefaultCss, classes });\n\n const { msg, changeLocale, labelBySupportedLanguageTag, currentLanguageTag } = i18n;\n\n const { realm, locale, auth, url, message, isAppInitiatedAction } = kcContext;\n\n const { isReady } = usePrepareTemplate({\n \"doFetchDefaultThemeResources\": doUseDefaultCss,\n url,\n \"stylesCommon\": [\n \"node_modules/patternfly/dist/css/patternfly.min.css\",\n \"node_modules/patternfly/dist/css/patternfly-additions.min.css\",\n \"lib/zocial/zocial.css\"\n ],\n \"styles\": [\"css/login.css\"],\n \"htmlClassName\": getClassName(\"kcHtmlClass\"),\n \"bodyClassName\": undefined\n });\n\n if (!isReady) {\n return null;\n }\n\n return (\n
\n
\n
\n {msg(\"loginTitleHtml\", realm.displayNameHtml)}\n
\n
\n\n
\n
\n {realm.internationalizationEnabled && (assert(locale !== undefined), true) && locale.supported.length > 1 && (\n
\n
\n
\n {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}\n \n {labelBySupportedLanguageTag[currentLanguageTag]}\n \n \n
\n
\n
\n )}\n {!(auth !== undefined && auth.showUsername && !auth.showResetCredentials) ? (\n displayRequiredFields ? (\n
\n
\n \n *\n {msg(\"requiredFields\")}\n \n
\n
\n

{headerNode}

\n
\n
\n ) : (\n

{headerNode}

\n )\n ) : displayRequiredFields ? (\n
\n
\n \n * {msg(\"requiredFields\")}\n \n
\n
\n {showUsernameNode}\n
\n
\n \n \n
\n \n {msg(\"restartLoginTooltip\")}\n
\n
\n
\n
\n
\n
\n ) : (\n <>\n {showUsernameNode}\n
\n
\n \n \n
\n \n {msg(\"restartLoginTooltip\")}\n
\n
\n
\n
\n \n )}\n
\n
\n
\n {/* App-initiated actions should not see warning messages about the need to complete the action during login. */}\n {displayMessage && message !== undefined && (message.type !== \"warning\" || !isAppInitiatedAction) && (\n
\n {message.type === \"success\" && }\n {message.type === \"warning\" && }\n {message.type === \"error\" && }\n {message.type === \"info\" && }\n \n
\n )}\n {children}\n {auth !== undefined && auth.showTryAnotherWayLink && showAnotherWayIfPresent && (\n \n \n
\n \n {/* eslint-disable-next-line jsx-a11y/anchor-is-valid */}\n {\n document.forms[\"kc-select-try-another-way-form\" as never].submit();\n return false;\n }}\n >\n {msg(\"doTryAnotherWay\")}\n \n
\n
\n \n )}\n {displayInfo && (\n
\n
\n {infoNode}\n
\n
\n )}\n
\n
\n
\n
\n );\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","if (!HTMLElement.prototype.prepend) {\n HTMLElement.prototype.prepend = function (childNode) {\n if (typeof childNode === \"string\") {\n throw new Error(\"Error with HTMLElement.prototype.appendFirst polyfill\");\n }\n\n this.insertBefore(childNode, this.firstChild);\n };\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","import \"./HTMLElement.prototype.prepend\";\nimport { Deferred } from \"evt/tools/Deferred\";\n\nexport function headInsert(\n params:\n | {\n type: \"css\";\n href: string;\n position: \"append\" | \"prepend\";\n }\n | {\n type: \"javascript\";\n src: string;\n }\n): { remove: () => void; prLoaded: Promise } {\n const htmlElement = document.createElement(\n (() => {\n switch (params.type) {\n case \"css\":\n return \"link\";\n case \"javascript\":\n return \"script\";\n }\n })()\n );\n\n const dLoaded = new Deferred();\n\n htmlElement.addEventListener(\"load\", () => dLoaded.resolve());\n\n Object.assign(\n htmlElement,\n (() => {\n switch (params.type) {\n case \"css\":\n return {\n \"href\": params.href,\n \"type\": \"text/css\",\n \"rel\": \"stylesheet\",\n \"media\": \"screen,print\"\n };\n case \"javascript\":\n return {\n \"src\": params.src,\n \"type\": \"text/javascript\"\n };\n }\n })()\n );\n\n document.getElementsByTagName(\"head\")[0][\n (() => {\n switch (params.type) {\n case \"javascript\":\n return \"appendChild\";\n case \"css\":\n return (() => {\n switch (params.position) {\n case \"append\":\n return \"appendChild\";\n case \"prepend\":\n return \"prepend\";\n }\n })();\n }\n })()\n ](htmlElement);\n\n return {\n \"prLoaded\": dLoaded.pr,\n \"remove\": () => htmlElement.remove()\n };\n}\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","usePrepareTemplate","doFetchDefaultThemeResources","_params$stylesCommon","stylesCommon","_params$styles","styles","url","_params$scripts","scripts","htmlClassName","bodyClassName","_useReducer","useReducer","_useReducer2","_slicedToArray","isReady","setReady","useEffect","isUnmounted","removeArray","_asyncToGenerator","_regeneratorRuntime","mark","_callee","prLoadedArray","wrap","_context","prev","next","concat","_toConsumableArray","map","relativePath","pathJoin","resourcesCommonPath","resourcesPath","reverse","forEach","href","_headInsert","headInsert","prLoaded","remove","push","Promise","all","abrupt","stop","useSetClassName","target","className","undefined","htmlClassList","document","getElementsByTagName","classList","tokens","split","add","apply","Template","props","_props$displayInfo","displayInfo","_props$displayMessage","displayMessage","_props$displayRequire","displayRequiredFields","_props$displayWide","displayWide","_props$showAnotherWay","showAnotherWayIfPresent","headerNode","_props$showUsernameNo","showUsernameNode","_props$infoNode","infoNode","kcContext","i18n","doUseDefaultCss","children","msg","changeLocale","labelBySupportedLanguageTag","currentLanguageTag","realm","locale","auth","message","isAppInitiatedAction","_jsxs","Object","assign","_jsx","id","displayNameHtml","internationalizationEnabled","assert","supported","length","_ref","languageTag","onClick","showUsername","showResetCredentials","attemptedUsername","loginRestartFlowUrl","_Fragment","type","dangerouslySetInnerHTML","summary","showTryAnotherWayLink","action","loginAction","method","name","value","forms","submit","HTMLElement","prototype","prepend","childNode","Error","this","insertBefore","firstChild","len","arguments","i","cls","arg","toAdd","Array","isArray","k","typeGuard","htmlElement","createElement","dLoaded","Deferred","addEventListener","resolve","src","position","pr","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/3932.9b06618c.chunk.js b/resources/keycloak/keycloakify/static/js/3932.9b06618c.chunk.js new file mode 100644 index 00000000..45322dd2 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/3932.9b06618c.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[3932],{3932:function(e,i,s){s.r(i),s.d(i,{default:function(){return t}});var n=s(184);function t(e){var i=e.kcContext,s=e.i18n,t=e.doUseDefaultCss,a=e.Template,c=e.classes,l=i.url,r=i.realm,d=i.brokerContext,o=i.idpAlias,u=s.msg;return(0,n.jsxs)(a,Object.assign({},{kcContext:i,i18n:s,doUseDefaultCss:t,classes:c},{headerNode:u("emailLinkIdpTitle",o)},{children:[(0,n.jsx)("p",Object.assign({id:"instruction1",className:"instruction"},{children:u("emailLinkIdp1",o,d.username,r.displayName)})),(0,n.jsxs)("p",Object.assign({id:"instruction2",className:"instruction"},{children:[u("emailLinkIdp2")," ",(0,n.jsx)("a",Object.assign({href:l.loginAction},{children:u("doClickHere")}))," ",u("emailLinkIdp3")]})),(0,n.jsxs)("p",Object.assign({id:"instruction3",className:"instruction"},{children:[u("emailLinkIdp4")," ",(0,n.jsx)("a",Object.assign({href:l.loginAction},{children:u("doClickHere")}))," ",u("emailLinkIdp5")]}))]}))}}}]); +//# sourceMappingURL=3932.9b06618c.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/3932.9b06618c.chunk.js.map b/resources/keycloak/keycloakify/static/js/3932.9b06618c.chunk.js.map new file mode 100644 index 00000000..9c5e4f98 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/3932.9b06618c.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/3932.9b06618c.chunk.js","mappings":"0LAIc,SAAUA,EAAkBC,GACtC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAE5CC,EAAwCL,EAAxCK,IAAKC,EAAmCN,EAAnCM,MAAOC,EAA4BP,EAA5BO,cAAeC,EAAaR,EAAbQ,SAE3BC,EAAQR,EAARQ,IAER,OACIC,EAAAA,EAAAA,MAACP,EAAQQ,OAAAC,OAAA,GAAK,CAAEZ,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,GAAS,CAAES,WAAYJ,EAAI,oBAAqBD,IAAS,CAAAM,SAAA,EACvGC,EAAAA,EAAAA,KAAA,IAAAJ,OAAAC,OAAA,CAAGI,GAAG,eAAeC,UAAU,eAAa,CAAAH,SACvCL,EAAI,gBAAiBD,EAAUD,EAAcW,SAAUZ,EAAMa,iBAElET,EAAAA,EAAAA,MAAA,IAAAC,OAAAC,OAAA,CAAGI,GAAG,eAAeC,UAAU,eAAa,CAAAH,SAAA,CACvCL,EAAI,iBAAgB,KAAEM,EAAAA,EAAAA,KAAA,IAAAJ,OAAAC,OAAA,CAAGQ,KAAMf,EAAIgB,aAAW,CAAAP,SAAGL,EAAI,kBAAmB,IAAEA,EAAI,sBAEnFC,EAAAA,EAAAA,MAAA,IAAAC,OAAAC,OAAA,CAAGI,GAAG,eAAeC,UAAU,eAAa,CAAAH,SAAA,CACvCL,EAAI,iBAAgB,KAAEM,EAAAA,EAAAA,KAAA,IAAAJ,OAAAC,OAAA,CAAGQ,KAAMf,EAAIgB,aAAW,CAAAP,SAAGL,EAAI,kBAAmB,IAAEA,EAAI,wBAI/F,C","sources":["../node_modules/keycloakify/src/login/pages/LoginIdpLinkEmail.tsx"],"sourcesContent":["import type { KcContext } from \"keycloakify/login/kcContext\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport type { I18n } from \"keycloakify/login/i18n\";\n\nexport default function LoginIdpLinkEmail(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { url, realm, brokerContext, idpAlias } = kcContext;\n\n const { msg } = i18n;\n\n return (\n \n );\n}\n"],"names":["LoginIdpLinkEmail","props","kcContext","i18n","doUseDefaultCss","Template","classes","url","realm","brokerContext","idpAlias","msg","_jsxs","Object","assign","headerNode","children","_jsx","id","className","username","displayName","href","loginAction"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/3949.22ef8459.chunk.js b/resources/keycloak/keycloakify/static/js/3949.22ef8459.chunk.js new file mode 100644 index 00000000..3e88a9f1 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/3949.22ef8459.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[3949],{3949:function(e,s,a){a.r(s);s.default={doSave:"\u4fdd\u5b58",doCancel:"\u53d6\u6d88",doLogOutAllSessions:"\u767b\u51fa\u6240\u6709\u4f1a\u8bdd",doRemove:"\u5220\u9664",doAdd:"\u6dfb\u52a0",doSignOut:"\u767b\u51fa",editAccountHtmlTitle:"\u7f16\u8f91\u8d26\u6237",federatedIdentitiesHtmlTitle:"\u94fe\u63a5\u7684\u8eab\u4efd",accountLogHtmlTitle:"\u8d26\u6237\u65e5\u5fd7",changePasswordHtmlTitle:"\u66f4\u6539\u5bc6\u7801",sessionsHtmlTitle:"\u4f1a\u8bdd",accountManagementTitle:"Keycloak\u8d26\u6237\u7ba1\u7406",authenticatorTitle:"\u8ba4\u8bc1\u8005",applicationsHtmlTitle:"\u5e94\u7528",authenticatorCode:"\u4e00\u6b21\u6027\u8ba4\u8bc1\u7801",email:"\u7535\u5b50\u90ae\u4ef6",firstName:"\u540d",givenName:"\u59d3",fullName:"\u5168\u540d",lastName:"\u59d3",familyName:"\u59d3",password:"\u5bc6\u7801",passwordConfirm:"\u786e\u8ba4",passwordNew:"\u65b0\u5bc6\u7801",username:"\u7528\u6237\u540d",address:"\u5730\u5740",street:"\u8857\u9053",locality:"\u57ce\u5e02\u4f4f\u6240",region:"\u7701\uff0c\u81ea\u6cbb\u533a\uff0c\u76f4\u8f96\u5e02",postal_code:"\u90ae\u653f\u7f16\u7801",country:"\u56fd\u5bb6",emailVerified:"\u9a8c\u8bc1\u8fc7\u7684Email",gssDelegationCredential:"GSS Delegation Credential",role_admin:"\u7ba1\u7406\u5458","role_realm-admin":"\u57df\u7ba1\u7406\u5458","role_create-realm":"\u521b\u5efa\u57df","role_view-realm":"\u67e5\u770b\u57df","role_view-users":"\u67e5\u770b\u7528\u6237","role_view-applications":"\u67e5\u770b\u5e94\u7528","role_view-clients":"\u67e5\u770b\u5ba2\u6237","role_view-events":"\u67e5\u770b\u4e8b\u4ef6","role_view-identity-providers":"\u67e5\u770b\u8eab\u4efd\u63d0\u4f9b\u8005","role_manage-realm":"\u7ba1\u7406\u57df","role_manage-users":"\u7ba1\u7406\u7528\u6237","role_manage-applications":"\u7ba1\u7406\u5e94\u7528","role_manage-identity-providers":"\u7ba1\u7406\u8eab\u4efd\u63d0\u4f9b\u8005","role_manage-clients":"\u7ba1\u7406\u5ba2\u6237","role_manage-events":"\u7ba1\u7406\u4e8b\u4ef6","role_view-profile":"\u67e5\u770b\u7528\u6237\u4fe1\u606f","role_manage-account":"\u7ba1\u7406\u8d26\u6237","role_read-token":"\u8bfb\u53d6 token","role_offline-access":"\u79bb\u7ebf\u8bbf\u95ee",role_uma_authorization:"\u83b7\u53d6\u6388\u6743",client_account:"\u8d26\u6237","client_security-admin-console":"\u5b89\u5168\u7ba1\u7406\u7ec8\u7aef","client_admin-cli":"\u7ba1\u7406\u547d\u4ee4\u884c","client_realm-management":"\u57df\u7ba1\u7406",client_broker:"\u4ee3\u7406",requiredFields:"\u5fc5\u586b\u9879",allFieldsRequired:"\u6240\u6709\u9879\u5fc5\u586b",backToApplication:"\xab \u56de\u5230\u5e94\u7528",backTo:"\u56de\u5230 {0}",date:"\u65e5\u671f",event:"\u4e8b\u4ef6",ip:"IP",client:"\u5ba2\u6237\u7aef",clients:"\u5ba2\u6237\u7aef",details:"\u8be6\u60c5",started:"\u5f00\u59cb",lastAccess:"\u6700\u540e\u4e00\u6b21\u8bbf\u95ee",expires:"\u8fc7\u671f\u65f6\u95f4",applications:"\u5e94\u7528",account:"\u8d26\u6237",federatedIdentity:"\u5173\u8054\u8eab\u4efd",authenticator:"\u8ba4\u8bc1\u65b9",sessions:"\u4f1a\u8bdd",log:"\u65e5\u5fd7",application:"\u5e94\u7528",availablePermissions:"\u53ef\u7528\u6743\u9650",grantedPermissions:"\u6388\u4e88\u6743\u9650",grantedPersonalInfo:"\u6388\u6743\u7684\u4e2a\u4eba\u4fe1\u606f",additionalGrants:"\u53ef\u6388\u4e88\u7684\u6743\u9650",action:"\u64cd\u4f5c",inResource:"in",fullAccess:"\u6240\u6709\u6743\u9650",offlineToken:"\u79bb\u7ebf token",revoke:"\u6536\u56de\u6388\u6743",configureAuthenticators:"\u914d\u7f6e\u7684\u8ba4\u8bc1\u8005",mobile:"\u624b\u673a",totpStep1:'\u5728\u4f60\u7684\u8bbe\u5907\u4e0a\u5b89\u88c5 FreeOTP \u6216\u8005 Google Authenticator.\u4e24\u4e2a\u5e94\u7528\u53ef\u4ee5\u4ece Google Play \u548c Apple App Store\u4e0b\u8f7d\u3002',totpStep2:"\u6253\u5f00\u5e94\u7528\u626b\u63cf\u4e8c\u7ef4\u7801\u8f93\u5165\u9a8c\u8bc1\u7801",totpStep3:"\u8f93\u5165\u5e94\u7528\u63d0\u4f9b\u7684\u4e00\u6b21\u6027\u9a8c\u8bc1\u7801\u5355\u51fb\u4fdd\u5b58",missingUsernameMessage:"\u8bf7\u6307\u5b9a\u7528\u6237\u540d",missingFirstNameMessage:"\u8bf7\u6307\u5b9a\u540d",invalidEmailMessage:"\u65e0\u6548\u7684\u7535\u5b50\u90ae\u7bb1\u5730\u5740",missingLastNameMessage:"\u8bf7\u6307\u5b9a\u59d3",missingEmailMessage:"\u8bf7\u6307\u5b9a\u90ae\u4ef6\u5730\u5740",missingPasswordMessage:"\u8bf7\u8f93\u5165\u5bc6\u7801",notMatchPasswordMessage:"\u5bc6\u7801\u4e0d\u5339\u914d",missingTotpMessage:"\u8bf7\u6307\u5b9a\u8ba4\u8bc1\u8005\u4ee3\u7801",invalidPasswordExistingMessage:"\u65e0\u6548\u7684\u65e7\u5bc6\u7801",invalidPasswordConfirmMessage:"\u786e\u8ba4\u5bc6\u7801\u4e0d\u76f8\u7b26",invalidTotpMessage:"\u65e0\u6548\u7684\u8ba4\u8bc1\u7801",usernameExistsMessage:"\u7528\u6237\u540d\u5df2\u7ecf\u5b58\u5728",emailExistsMessage:"\u7535\u5b50\u90ae\u7bb1\u5df2\u7ecf\u5b58\u5728",readOnlyUserMessage:"\u65e0\u6cd5\u4fee\u6539\u8d26\u6237\uff0c\u56e0\u4e3a\u5b83\u662f\u53ea\u8bfb\u7684\u3002",readOnlyPasswordMessage:"\u4e0d\u53ef\u4ee5\u66f4\u8be5\u8d26\u6237\u56e0\u4e3a\u5b83\u662f\u53ea\u8bfb\u7684\u3002",successTotpMessage:"\u624b\u673a\u8ba4\u8bc1\u8005\u914d\u7f6e\u5b8c\u6bd5",successTotpRemovedMessage:"\u624b\u673a\u8ba4\u8bc1\u8005\u5df2\u5220\u9664",successGrantRevokedMessage:"\u6388\u6743\u6210\u529f\u56de\u6536",accountUpdatedMessage:"\u60a8\u7684\u8d26\u6237\u5df2\u7ecf\u66f4\u65b0",accountPasswordUpdatedMessage:"\u60a8\u7684\u5bc6\u7801\u5df2\u7ecf\u4fee\u6539",missingIdentityProviderMessage:"\u8eab\u4efd\u63d0\u4f9b\u8005\u672a\u6307\u5b9a",invalidFederatedIdentityActionMessage:"\u65e0\u6548\u6216\u8005\u7f3a\u5c11\u64cd\u4f5c",identityProviderNotFoundMessage:"\u6307\u5b9a\u7684\u8eab\u4efd\u63d0\u4f9b\u8005\u672a\u627e\u5230",federatedIdentityLinkNotActiveMessage:"\u8fd9\u4e2a\u8eab\u4efd\u4e0d\u518d\u4f7f\u7528\u4e86\u3002",federatedIdentityRemovingLastProviderMessage:"\u4f60\u4e0d\u53ef\u4ee5\u79fb\u9664\u6700\u540e\u4e00\u4e2a\u8eab\u4efd\u63d0\u4f9b\u8005\u56e0\u4e3a\u4f60\u6ca1\u6709\u8bbe\u7f6e\u5bc6\u7801",identityProviderRedirectErrorMessage:"\u5c1d\u8bd5\u91cd\u5b9a\u5411\u5230\u8eab\u4efd\u63d0\u4f9b\u5546\u5931\u8d25",identityProviderRemovedMessage:"\u8eab\u4efd\u63d0\u4f9b\u5546\u6210\u529f\u5220\u9664",identityProviderAlreadyLinkedMessage:"\u94fe\u63a5\u7684\u8eab\u4efd {0} \u5df2\u7ecf\u8fde\u63a5\u5230\u5df2\u6709\u7528\u6237\u3002",staleCodeAccountMessage:"\u9875\u9762\u8fc7\u671f\u3002\u8bf7\u518d\u8bd5\u4e00\u6b21\u3002",consentDenied:"\u4e0d\u540c\u610f",accountDisabledMessage:"\u8d26\u6237\u5df2\u7ecf\u5173\u95ed\uff0c\u8bf7\u8054\u7cfb\u7ba1\u7406\u5458",accountTemporarilyDisabledMessage:"\u8d26\u6237\u6682\u65f6\u5173\u95ed\uff0c\u8bf7\u8054\u7cfb\u7ba1\u7406\u5458\u6216\u7a0d\u540e\u518d\u8bd5\u3002",invalidPasswordMinLengthMessage:"\u65e0\u6548\u7684\u5bc6\u7801:\u6700\u77ed\u957f\u5ea6 {0}.",invalidPasswordMinLowerCaseCharsMessage:"\u65e0\u6548\u7684\u5bc6\u7801: \u81f3\u5c11\u5305\u542b {0} \u5c0f\u5199\u5b57\u6bcd\u3002",invalidPasswordMinDigitsMessage:"\u65e0\u6548\u7684\u5bc6\u7801: \u81f3\u5c11\u5305\u542b {0} \u6570\u5b57\u3002",invalidPasswordMinUpperCaseCharsMessage:"\u65e0\u6548\u7684\u5bc6\u7801: \u81f3\u5c11\u5305\u542b {0} \u5927\u5199\u5b57\u6bcd",invalidPasswordMinSpecialCharsMessage:"\u65e0\u6548\u7684\u5bc6\u7801: \u81f3\u5c11\u5305\u542b {0} \u4e2a\u7279\u6b8a\u5b57\u7b26",invalidPasswordNotUsernameMessage:"\u65e0\u6548\u7684\u5bc6\u7801: \u4e0d\u80fd\u4e0e\u7528\u6237\u540d\u76f8\u540c",invalidPasswordRegexPatternMessage:"\u65e0\u6548\u7684\u5bc6\u7801: \u65e0\u6cd5\u4e0e\u6b63\u5219\u8868\u8fbe\u5f0f\u5339\u914d",invalidPasswordHistoryMessage:"\u65e0\u6548\u7684\u5bc6\u7801: \u4e0d\u80fd\u4e0e\u4e4b\u524d\u7684{0} \u4e2a\u65e7\u5bc6\u7801\u76f8\u540c"}}}]); +//# sourceMappingURL=3949.22ef8459.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/3949.22ef8459.chunk.js.map b/resources/keycloak/keycloakify/static/js/3949.22ef8459.chunk.js.map new file mode 100644 index 00000000..4b3b517a --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/3949.22ef8459.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/3949.22ef8459.chunk.js","mappings":"uIA2IA,UAvIgB,CACd,OAAU,eACV,SAAY,eACZ,oBAAuB,uCACvB,SAAY,eACZ,MAAS,eACT,UAAa,eACb,qBAAwB,2BACxB,6BAAgC,iCAChC,oBAAuB,2BACvB,wBAA2B,2BAC3B,kBAAqB,eACrB,uBAA0B,mCAC1B,mBAAsB,qBACtB,sBAAyB,eACzB,kBAAqB,uCACrB,MAAS,2BACT,UAAa,SACb,UAAa,SACb,SAAY,eACZ,SAAY,SACZ,WAAc,SACd,SAAY,eACZ,gBAAmB,eACnB,YAAe,qBACf,SAAY,qBACZ,QAAW,eACX,OAAU,eACV,SAAY,2BACZ,OAAU,yDACV,YAAe,2BACf,QAAW,eACX,cAAiB,gCACjB,wBAA2B,4BAC3B,WAAc,qBACd,mBAAoB,2BACpB,oBAAqB,qBACrB,kBAAmB,qBACnB,kBAAmB,2BACnB,yBAA0B,2BAC1B,oBAAqB,2BACrB,mBAAoB,2BACpB,+BAAgC,6CAChC,oBAAqB,qBACrB,oBAAqB,2BACrB,2BAA4B,2BAC5B,iCAAkC,6CAClC,sBAAuB,2BACvB,qBAAsB,2BACtB,oBAAqB,uCACrB,sBAAuB,2BACvB,kBAAmB,qBACnB,sBAAuB,2BACvB,uBAA0B,2BAC1B,eAAkB,eAClB,gCAAiC,uCACjC,mBAAoB,iCACpB,0BAA2B,qBAC3B,cAAiB,eACjB,eAAkB,qBAClB,kBAAqB,iCACrB,kBAAqB,gCACrB,OAAU,mBACV,KAAQ,eACR,MAAS,eACT,GAAM,KACN,OAAU,qBACV,QAAW,qBACX,QAAW,eACX,QAAW,eACX,WAAc,uCACd,QAAW,2BACX,aAAgB,eAChB,QAAW,eACX,kBAAqB,2BACrB,cAAiB,qBACjB,SAAY,eACZ,IAAO,eACP,YAAe,eACf,qBAAwB,2BACxB,mBAAsB,2BACtB,oBAAuB,6CACvB,iBAAoB,uCACpB,OAAU,eACV,WAAc,KACd,WAAc,2BACd,aAAgB,qBAChB,OAAU,2BACV,wBAA2B,uCAC3B,OAAU,eACV,UAAa,mSACb,UAAa,uFACb,UAAa,yGACb,uBAA0B,uCAC1B,wBAA2B,2BAC3B,oBAAuB,yDACvB,uBAA0B,2BAC1B,oBAAuB,6CACvB,uBAA0B,iCAC1B,wBAA2B,iCAC3B,mBAAsB,mDACtB,+BAAkC,uCAClC,8BAAiC,6CACjC,mBAAsB,uCACtB,sBAAyB,6CACzB,mBAAsB,mDACtB,oBAAuB,6FACvB,wBAA2B,6FAC3B,mBAAsB,yDACtB,0BAA6B,mDAC7B,2BAA8B,uCAC9B,sBAAyB,mDACzB,8BAAiC,mDACjC,+BAAkC,mDAClC,sCAAyC,mDACzC,gCAAmC,qEACnC,sCAAyC,+DACzC,6CAAgD,mJAChD,qCAAwC,iFACxC,+BAAkC,yDAClC,qCAAwC,kGACxC,wBAA2B,qEAC3B,cAAiB,qBACjB,uBAA0B,iFAC1B,kCAAqC,qHACrC,gCAAmC,+DACnC,wCAA2C,8FAC3C,gCAAmC,mFACnC,wCAA2C,wFAC3C,sCAAyC,8FACzC,kCAAqC,mFACrC,mCAAsC,gGACtC,8BAAiC,+G","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/zh-CN.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"保存\",\n \"doCancel\": \"取消\",\n \"doLogOutAllSessions\": \"登出所有会话\",\n \"doRemove\": \"删除\",\n \"doAdd\": \"添加\",\n \"doSignOut\": \"登出\",\n \"editAccountHtmlTitle\": \"编辑账户\",\n \"federatedIdentitiesHtmlTitle\": \"链接的身份\",\n \"accountLogHtmlTitle\": \"账户日志\",\n \"changePasswordHtmlTitle\": \"更改密码\",\n \"sessionsHtmlTitle\": \"会话\",\n \"accountManagementTitle\": \"Keycloak账户管理\",\n \"authenticatorTitle\": \"认证者\",\n \"applicationsHtmlTitle\": \"应用\",\n \"authenticatorCode\": \"一次性认证码\",\n \"email\": \"电子邮件\",\n \"firstName\": \"名\",\n \"givenName\": \"姓\",\n \"fullName\": \"全名\",\n \"lastName\": \"姓\",\n \"familyName\": \"姓\",\n \"password\": \"密码\",\n \"passwordConfirm\": \"确认\",\n \"passwordNew\": \"新密码\",\n \"username\": \"用户名\",\n \"address\": \"地址\",\n \"street\": \"街道\",\n \"locality\": \"城市住所\",\n \"region\": \"省,自治区,直辖市\",\n \"postal_code\": \"邮政编码\",\n \"country\": \"国家\",\n \"emailVerified\": \"验证过的Email\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"role_admin\": \"管理员\",\n \"role_realm-admin\": \"域管理员\",\n \"role_create-realm\": \"创建域\",\n \"role_view-realm\": \"查看域\",\n \"role_view-users\": \"查看用户\",\n \"role_view-applications\": \"查看应用\",\n \"role_view-clients\": \"查看客户\",\n \"role_view-events\": \"查看事件\",\n \"role_view-identity-providers\": \"查看身份提供者\",\n \"role_manage-realm\": \"管理域\",\n \"role_manage-users\": \"管理用户\",\n \"role_manage-applications\": \"管理应用\",\n \"role_manage-identity-providers\": \"管理身份提供者\",\n \"role_manage-clients\": \"管理客户\",\n \"role_manage-events\": \"管理事件\",\n \"role_view-profile\": \"查看用户信息\",\n \"role_manage-account\": \"管理账户\",\n \"role_read-token\": \"读取 token\",\n \"role_offline-access\": \"离线访问\",\n \"role_uma_authorization\": \"获取授权\",\n \"client_account\": \"账户\",\n \"client_security-admin-console\": \"安全管理终端\",\n \"client_admin-cli\": \"管理命令行\",\n \"client_realm-management\": \"域管理\",\n \"client_broker\": \"代理\",\n \"requiredFields\": \"必填项\",\n \"allFieldsRequired\": \"所有项必填\",\n \"backToApplication\": \"« 回到应用\",\n \"backTo\": \"回到 {0}\",\n \"date\": \"日期\",\n \"event\": \"事件\",\n \"ip\": \"IP\",\n \"client\": \"客户端\",\n \"clients\": \"客户端\",\n \"details\": \"详情\",\n \"started\": \"开始\",\n \"lastAccess\": \"最后一次访问\",\n \"expires\": \"过期时间\",\n \"applications\": \"应用\",\n \"account\": \"账户\",\n \"federatedIdentity\": \"关联身份\",\n \"authenticator\": \"认证方\",\n \"sessions\": \"会话\",\n \"log\": \"日志\",\n \"application\": \"应用\",\n \"availablePermissions\": \"可用权限\",\n \"grantedPermissions\": \"授予权限\",\n \"grantedPersonalInfo\": \"授权的个人信息\",\n \"additionalGrants\": \"可授予的权限\",\n \"action\": \"操作\",\n \"inResource\": \"in\",\n \"fullAccess\": \"所有权限\",\n \"offlineToken\": \"离线 token\",\n \"revoke\": \"收回授权\",\n \"configureAuthenticators\": \"配置的认证者\",\n \"mobile\": \"手机\",\n \"totpStep1\": \"在你的设备上安装 FreeOTP 或者 Google Authenticator.两个应用可以从 Google Play 和 Apple App Store下载。\",\n \"totpStep2\": \"打开应用扫描二维码输入验证码\",\n \"totpStep3\": \"输入应用提供的一次性验证码单击保存\",\n \"missingUsernameMessage\": \"请指定用户名\",\n \"missingFirstNameMessage\": \"请指定名\",\n \"invalidEmailMessage\": \"无效的电子邮箱地址\",\n \"missingLastNameMessage\": \"请指定姓\",\n \"missingEmailMessage\": \"请指定邮件地址\",\n \"missingPasswordMessage\": \"请输入密码\",\n \"notMatchPasswordMessage\": \"密码不匹配\",\n \"missingTotpMessage\": \"请指定认证者代码\",\n \"invalidPasswordExistingMessage\": \"无效的旧密码\",\n \"invalidPasswordConfirmMessage\": \"确认密码不相符\",\n \"invalidTotpMessage\": \"无效的认证码\",\n \"usernameExistsMessage\": \"用户名已经存在\",\n \"emailExistsMessage\": \"电子邮箱已经存在\",\n \"readOnlyUserMessage\": \"无法修改账户,因为它是只读的。\",\n \"readOnlyPasswordMessage\": \"不可以更该账户因为它是只读的。\",\n \"successTotpMessage\": \"手机认证者配置完毕\",\n \"successTotpRemovedMessage\": \"手机认证者已删除\",\n \"successGrantRevokedMessage\": \"授权成功回收\",\n \"accountUpdatedMessage\": \"您的账户已经更新\",\n \"accountPasswordUpdatedMessage\": \"您的密码已经修改\",\n \"missingIdentityProviderMessage\": \"身份提供者未指定\",\n \"invalidFederatedIdentityActionMessage\": \"无效或者缺少操作\",\n \"identityProviderNotFoundMessage\": \"指定的身份提供者未找到\",\n \"federatedIdentityLinkNotActiveMessage\": \"这个身份不再使用了。\",\n \"federatedIdentityRemovingLastProviderMessage\": \"你不可以移除最后一个身份提供者因为你没有设置密码\",\n \"identityProviderRedirectErrorMessage\": \"尝试重定向到身份提供商失败\",\n \"identityProviderRemovedMessage\": \"身份提供商成功删除\",\n \"identityProviderAlreadyLinkedMessage\": \"链接的身份 {0} 已经连接到已有用户。\",\n \"staleCodeAccountMessage\": \"页面过期。请再试一次。\",\n \"consentDenied\": \"不同意\",\n \"accountDisabledMessage\": \"账户已经关闭,请联系管理员\",\n \"accountTemporarilyDisabledMessage\": \"账户暂时关闭,请联系管理员或稍后再试。\",\n \"invalidPasswordMinLengthMessage\": \"无效的密码:最短长度 {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"无效的密码: 至少包含 {0} 小写字母。\",\n \"invalidPasswordMinDigitsMessage\": \"无效的密码: 至少包含 {0} 数字。\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"无效的密码: 至少包含 {0} 大写字母\",\n \"invalidPasswordMinSpecialCharsMessage\": \"无效的密码: 至少包含 {0} 个特殊字符\",\n \"invalidPasswordNotUsernameMessage\": \"无效的密码: 不能与用户名相同\",\n \"invalidPasswordRegexPatternMessage\": \"无效的密码: 无法与正则表达式匹配\",\n \"invalidPasswordHistoryMessage\": \"无效的密码: 不能与之前的{0} 个旧密码相同\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/3967.35c570a1.chunk.js b/resources/keycloak/keycloakify/static/js/3967.35c570a1.chunk.js new file mode 100644 index 00000000..c17f0371 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/3967.35c570a1.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[3967],{3967:function(e,i,r){r.r(i);i.default={doLogIn:"Connexion",doRegister:"Enregistrement",doCancel:"Annuler",doSubmit:"Soumettre",doBack:"Retour",doYes:"Oui",doNo:"Non",doContinue:"Continuer",doIgnore:"Ignorer",doAccept:"Accepter",doDecline:"D\xe9cliner",doForgotPassword:"Mot de passe oubli\xe9 ?",doClickHere:"Cliquez ici",doImpersonate:"Usurper l'identit\xe9",doTryAgain:"R\xe9essayer",doTryAnotherWay:"Essayer une autre m\xe9thode",doConfirmDelete:"Confirmer la suppression",errorDeletingAccount:"Erreur lors de la suppression du compte",deletingAccountForbidden:"Permissions insuffisantes pour supprimer votre propre compte, contactez un administrateur.",kerberosNotConfigured:"Kerberos non configur\xe9",kerberosNotConfiguredTitle:"Kerberos non configur\xe9",bypassKerberosDetail:"Si vous n'\xeates pas connect\xe9 via Kerberos ou bien que votre navigateur n'est pas configur\xe9 pour la connexion via Kerberos. Veuillez cliquer pour vous connecter via un autre moyen.",kerberosNotSetUp:"Kerberos n'est pas configur\xe9. Connexion impossible.",registerTitle:"S'enregistrer",loginAccountTitle:"Connectez-vous \xe0 votre compte",registerWithTitle:"Enregistrement avec {0}",registerWithTitleHtml:"{0}",loginTitle:"Se connecter \xe0 {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} utilisateur usurp\xe9",impersonateTitleHtml:"{0} utilisateur usurp\xe9",realmChoice:"Domaine",unknownUser:"Utilisateur inconnu",loginTotpTitle:"Configuration de l'authentification par mobile",loginProfileTitle:"Mise \xe0 jour du compte",loginIdpReviewProfileTitle:"V\xe9rifiez vos informations de profil",loginTimeout:"Le temps imparti pour la connexion est \xe9coul\xe9. Le processus de connexion red\xe9marre depuis le d\xe9but.",oauthGrantTitle:"OAuth Grant",oauthGrantTitleHtml:"{0}",oauthGrantInformation:"Assurez-vous de faire confiance \xe0 {0} en apprenant comment {0} traitera vos donn\xe9es.",oauthGrantReview:"Vous pourriez examiner",oauthGrantTos:"les conditions g\xe9n\xe9rales d'utilisation.",oauthGrantPolicy:"la politique de confidentialit\xe9.",errorTitle:"Nous sommes d\xe9sol\xe9s...",errorTitleHtml:"Nous sommes d\xe9sol\xe9s...",emailVerifyTitle:"V\xe9rification du courriel",emailForgotTitle:"Mot de passe oubli\xe9 ?",updateEmailTitle:"Mise \xe0 jour du courriel",emailUpdateConfirmationSentTitle:"Courriel de confirmation envoy\xe9",emailUpdateConfirmationSent:"Un courriel de confirmation a \xe9t\xe9 envoy\xe9 \xe0 {0}. Vous devez suivre les instructions de ce dernier afin de compl\xe9ter la mise \xe0 jour.",emailUpdatedTitle:"Adresse courriel mis \xe0 jour",emailUpdated:"La mise \xe0 jour de votre adresse courriel vers {0} a \xe9t\xe9 compl\xe9t\xe9e avec succ\xe8s.",updatePasswordTitle:"Mise \xe0 jour du mot de passe",codeSuccessTitle:"Code succ\xe8s",codeErrorTitle:"Code d'erreur : {0}",displayUnsupported:"Type d'affichage demand\xe9 non support\xe9",browserRequired:"Navigateur requis pour se connecter",browserContinue:"Navigateur requis pour continuer la connexion",browserContinuePrompt:"Ouvrir le navigateur et continuer la connexion? [y/n]:",browserContinueAnswer:"y",termsTitle:"Termes et Conditions",termsTitleHtml:"Termes et Conditions",termsText:"

Termes et conditions \xe0 d\xe9finir

",termsPlainText:"Termes et conditions \xe0 d\xe9finir",recaptchaFailed:"Re-captcha invalide",recaptchaNotConfigured:"Re-captcha est requis, mais il n'est pas configur\xe9",consentDenied:"Consentement refus\xe9.",noAccount:"Nouvel utilisateur ?",username:"Nom d'utilisateur",usernameOrEmail:"Nom d'utilisateur ou courriel",firstName:"Pr\xe9nom",givenName:"Pr\xe9nom",fullName:"Nom complet",lastName:"Nom",familyName:"Nom de famille",email:"Courriel",password:"Mot de passe",passwordConfirm:"Confirmation du mot de passe",passwordNew:"Nouveau mot de passe",passwordNewConfirm:"Confirmation du nouveau mot de passe",rememberMe:"Se souvenir de moi",authenticatorCode:"Code \xe0 usage unique",address:"Adresse",street:"Rue",locality:"Ville ou Localit\xe9",region:"\xc9tat, Province ou R\xe9gion",postal_code:"Code postal",country:"Pays",emailVerified:"Courriel v\xe9rifi\xe9",website:"Page web",phoneNumber:"Num\xe9ro de t\xe9l\xe9phone",phoneNumberVerified:"Num\xe9ro de t\xe9l\xe9phone v\xe9rifi\xe9",gender:"Sexe",birthday:"Date de naissance",zoneinfo:"Fuseau horaire",gssDelegationCredential:"Accr\xe9ditation de d\xe9l\xe9gation GSS",logoutOtherSessions:"Se d\xe9connecter des autres appareils",profileScopeConsentText:"Profil utilisateur",emailScopeConsentText:"Courriel",addressScopeConsentText:"Adresse",phoneScopeConsentText:"Num\xe9ro de t\xe9l\xe9phone",offlineAccessScopeConsentText:"Acc\xe8s hors-ligne",samlRoleListScopeConsentText:"Mes r\xf4les",rolesScopeConsentText:"R\xf4les utilisateur",restartLoginTooltip:"Red\xe9marrer la connexion",loginTotpIntro:"Il est n\xe9cessaire de configurer un g\xe9n\xe9rateur One Time Password pour acc\xe9der \xe0 ce compte",loginTotpStep1:"Installez une des applications suivantes sur votre mobile:",loginTotpStep2:"Ouvrez l'application et scannez le code-barres ou entrez la clef.",loginTotpStep3:"Entrez le code \xe0 usage unique fourni par l'application et cliquez sur Sauvegarder pour terminer.",loginTotpStep3DeviceName:"Renseignez un nom d'appareil pour vous aider \xe0 g\xe9rer vos a appareils OTP.",loginTotpManualStep2:"Ouvrez l'application et saisissez la cl\xe9",loginTotpManualStep3:"Utilisez la configuration de valeur suivante si l'application permet son \xe9dition",loginTotpUnableToScan:"Impossible de scanner?",loginTotpScanBarcode:"Scanner le code barre ?",loginCredential:"Accr\xe9ditation",loginOtpOneTime:"Code \xe0 usage unique",loginTotpType:"Type",loginTotpAlgorithm:"Algorithme",loginTotpDigits:"Chiffres",loginTotpInterval:"Intervalle",loginTotpCounter:"Compteur",loginTotpDeviceName:"Nom d'appareil","loginTotp.totp":"Bas\xe9 sur le temps","loginTotp.hotp":"Bas\xe9 sur les compteurs",loginChooseAuthenticator:"S\xe9lectionnez une m\xe9thode de connexion",oauthGrantRequest:"Voulez-vous accorder ces privil\xe8ges d'acc\xe8s ?",inResource:"dans",oauth2DeviceVerificationTitle:"Connexion de l'appareil",verifyOAuth2DeviceUserCode:"Entrez le code \xe0 usage unique fourni par votre appareil et cliquez sur Soumettre.",oauth2DeviceInvalidUserCodeMessage:"Code invalide, veuillez r\xe9essayer.",oauth2DeviceExpiredUserCodeMessage:"Le code a expir\xe9. Veuillez r\xe9essayer de vous connecter depuis votre appareil.",oauth2DeviceVerificationCompleteHeader:"Connexion de l'appareil r\xe9ussie",oauth2DeviceVerificationCompleteMessage:"Vous pouvez fermer cette fen\xeatre de navigateur et retourner sur votre appareil.",oauth2DeviceVerificationFailedHeader:"\xc9chec de la connexion au dispositif",oauth2DeviceVerificationFailedMessage:"Vous pouvez fermer cette fen\xeatre de navigateur et retourner sur votre appareil, puis r\xe9essayer de vous connecter.",oauth2DeviceConsentDeniedMessage:"Consentement refus\xe9 pour connecter l'appareil.",oauth2DeviceAuthorizationGrantDisabledMessage:"Le client n'est pas autoris\xe9 \xe0 initier OAuth 2.0 Device Authorization Grant. Le flux est d\xe9sactiv\xe9 pour ce client.",emailVerifyInstruction1:"Un courriel avec des instructions \xe0 suivre vous a \xe9t\xe9 envoy\xe9.",emailVerifyInstruction2:"Vous n'avez pas re\xe7u de code dans le courriel ?",emailVerifyInstruction3:"pour renvoyer le courriel.",emailLinkIdpTitle:"Association avec {0}",emailLinkIdp1:"Un courriel avec des instructions pour associer le compte {1} sur {0} avec votre compte {2} vous a \xe9t\xe9 envoy\xe9.",emailLinkIdp2:"Vous n'avez pas re\xe7u de code dans le courriel ?",emailLinkIdp3:"pour renvoyer le courriel.",emailLinkIdp4:"Si vous avez d\xe9j\xe0 v\xe9rifi\xe9 votre courriel dans un autre navigateur",emailLinkIdp5:"pour continuer.",backToLogin:"« Retour \xe0 la connexion",emailInstruction:"Entrez votre nom d'utilisateur ou votre courriel ; un courriel va vous \xeatre envoy\xe9 vous permettant de cr\xe9er un nouveau mot de passe.",emailInstructionUsername:"Entrez votre nom d'utilisateur ; un courriel va vous \xeatre envoy\xe9 vous permettant de cr\xe9er un nouveau mot de passe.",copyCodeInstruction:"Copiez le code et recopiez le dans votre application :",pageExpiredTitle:"La page a expir\xe9",pageExpiredMsg1:"Pour recommencer le processus d'authentification",pageExpiredMsg2:"Pour continuer le processus d'authentification",personalInfo:"Information personnelle :",role_admin:"Administrateur","role_realm-admin":"Administrateur du domaine","role_create-realm":"Cr\xe9er un domaine","role_create-client":"Cr\xe9er un client","role_view-realm":"Voir un domaine","role_view-users":"Voir les utilisateurs","role_view-applications":"Voir les applications","role_view-clients":"Voir les clients","role_view-events":"Voir les \xe9v\xe9nements","role_view-identity-providers":"Voir les fournisseurs d'identit\xe9","role_manage-realm":"G\xe9rer le domaine","role_manage-users":"G\xe9rer les utilisateurs","role_manage-applications":"G\xe9rer les applications","role_manage-identity-providers":"G\xe9rer les fournisseurs d'identit\xe9","role_manage-clients":"G\xe9rer les clients","role_manage-events":"G\xe9rer les \xe9v\xe9nements","role_view-profile":"Voir le profil","role_manage-account":"G\xe9rer le compte","role_manage-account-links":"G\xe9rer les liens de compte","role_read-token":"Lire le jeton d'authentification","role_offline-access":"Acc\xe8s hors-ligne",client_account:"Compte","client_account-console":"Console de gestion du compte","client_security-admin-console":"Console d'administration de la s\xe9curit\xe9","client_admin-cli":"Admin CLI","client_realm-management":"Gestion du domaine",client_broker:"Broker",requiredFields:"Champs requis",invalidUserMessage:"Nom d'utilisateur ou mot de passe invalide.",invalidUsernameMessage:"Nom d'utilisateur invalide.",invalidUsernameOrEmailMessage:"Nom d'utilisateur ou courriel invalide.",invalidPasswordMessage:"Mot de passe invalide.",invalidEmailMessage:"Courriel invalide.",accountDisabledMessage:"Compte d\xe9sactiv\xe9, contactez votre administrateur.",accountTemporarilyDisabledMessage:"Ce compte est temporairement d\xe9sactiv\xe9, contactez votre administrateur ou bien r\xe9essayez plus tard.",expiredCodeMessage:"Connexion expir\xe9e. Veuillez vous reconnecter.",expiredActionMessage:"Action expir\xe9e. Merci de continuer la connexion.",expiredActionTokenNoSessionMessage:"Action expir\xe9e.",expiredActionTokenSessionExistsMessage:"Action expir\xe9e. Merci de recommencer.",missingFirstNameMessage:"Veuillez entrer votre pr\xe9nom.",missingLastNameMessage:"Veuillez entrer votre nom.",missingEmailMessage:"Veuillez entrer votre courriel.",missingUsernameMessage:"Veuillez entrer votre nom d'utilisateur.",missingPasswordMessage:"Veuillez entrer votre mot de passe.",missingTotpMessage:"Veuillez entrer votre code d'authentification.",missingTotpDeviceNameMessage:"Veuillez entrer le nom de votre appareil.",notMatchPasswordMessage:"Les mots de passe ne sont pas identiques.","error-invalid-value":"Valeur invalide.","error-invalid-blank":"Veuillez entrer une valeur.","error-empty":"Veuillez entrer une valeur.","error-invalid-length":"La longueur doit \xeatre entre {1} et {2}.","error-invalid-length-too-short":"La longueur minimale est {1}.","error-invalid-length-too-long":"La longueur maximale est {2}.","error-invalid-email":"Courriel invalide.","error-invalid-number":"Nombre invalide.","error-number-out-of-range":"Le nombre doit \xeatre entre {1} et {2}.","error-number-out-of-range-too-small":"Le nombre doit avoir une valeur minimale de {1}.","error-number-out-of-range-too-big":"Le nombre doit avoir une valeur maximale de {2}.","error-pattern-no-match":"Valeur invalide.","error-invalid-uri":"URL invalide.","error-invalid-uri-scheme":"Sch\xe9ma d'URL invalide.","error-invalid-uri-fragment":"Fragment d'URL invalide.","error-user-attribute-required":"Veuillez renseigner ce champ.","error-invalid-date":"Date invalide.","error-user-attribute-read-only":"Ce champ est en lecture seule.","error-username-invalid-character":"La valeur contient des caract\xe8res invalides.","error-person-name-invalid-character":"La valeur contient des caract\xe8res invalides.",invalidPasswordExistingMessage:"Mot de passe existant invalide.",invalidPasswordBlacklistedMessage:"Mot de passe invalide : ce mot de passe est blacklist\xe9.",invalidPasswordConfirmMessage:"Le mot de passe de confirmation ne correspond pas.",invalidTotpMessage:"Le code d'authentification est invalide.",usernameExistsMessage:"Le nom d'utilisateur existe d\xe9j\xe0.",emailExistsMessage:"Le courriel existe d\xe9j\xe0.",federatedIdentityExistsMessage:"L'utilisateur avec {0} {1} existe d\xe9j\xe0. Veuillez acc\xe9der \xe0 au gestionnaire de compte pour lier le compte.",federatedIdentityEmailExistsMessage:"Cet utilisateur avec ce courriel existe d\xe9j\xe0. Veuillez vous connecter au gestionnaire de compte pour lier le compte.",confirmLinkIdpTitle:"Ce compte existe d\xe9j\xe0",federatedIdentityConfirmLinkMessage:"L'utilisateur {0} {1} existe d\xe9j\xe0. Que souhaitez-vous faire ?",federatedIdentityConfirmReauthenticateMessage:"Identifiez vous afin de lier votre compte avec {0}",nestedFirstBrokerFlowMessage:"L'utilisateur {0} {1} n'est li\xe9 \xe0 aucun utilisateur connu.",confirmLinkIdpReviewProfile:"V\xe9rifiez vos informations de profil",confirmLinkIdpContinue:"Souhaitez-vous lier {0} \xe0 votre compte existant",configureTotpMessage:"Vous devez configurer l'authentification par mobile pour activer votre compte.",updateProfileMessage:"Vous devez mettre \xe0 jour votre profil pour activer votre compte.",updatePasswordMessage:"Vous devez changer votre mot de passe pour activer votre compte.",updateEmailMessage:"Vous devez mettre \xe0 votre addresse de courriel pour activer votre compte.",resetPasswordMessage:"Vous devez changer votre mot de passe.",verifyEmailMessage:"Vous devez v\xe9rifier votre courriel pour activer votre compte.",linkIdpMessage:"Vous devez v\xe9rifier votre courriel pour lier votre compte avec {0}.",emailSentMessage:"Vous devriez recevoir rapidement un courriel avec de plus amples instructions.",emailSendErrorMessage:"Erreur lors de l'envoi du courriel, veuillez essayer plus tard.",accountUpdatedMessage:"Votre compte a \xe9t\xe9 mis \xe0 jour.",accountPasswordUpdatedMessage:"Votre mot de passe a \xe9t\xe9 mis \xe0 jour.",delegationCompleteHeader:"Connexion r\xe9ussie",delegationCompleteMessage:"Vous pouvez fermer cette fen\xeatre de navigateur et retourner sur votre application console.",delegationFailedHeader:"Connexion \xe9chou\xe9e",delegationFailedMessage:"Vous pouvez fermer cette fen\xeatre de navigateur et retourner sur votre application console, puis r\xe9essayer de vous connecter.",noAccessMessage:"Aucun acc\xe8s",invalidPasswordMinLengthMessage:"Mot de passe invalide : longueur minimale requise de {0}.",invalidPasswordMaxLengthMessage:"Mot de passe invalide : longueur maximale de {0}.",invalidPasswordMinDigitsMessage:"Mot de passe invalide : doit contenir au moins {0} chiffre(s).",invalidPasswordMinLowerCaseCharsMessage:"Mot de passe invalide : doit contenir au moins {0} lettre(s) en minuscule.",invalidPasswordMinUpperCaseCharsMessage:"Mot de passe invalide : doit contenir au moins {0} lettre(s) en majuscule.",invalidPasswordMinSpecialCharsMessage:"Mot de passe invalide : doit contenir au moins {0} caract\xe8re(s) sp\xe9ciaux.",invalidPasswordNotUsernameMessage:"Mot de passe invalide : ne doit pas \xeatre identique au nom d'utilisateur.",invalidPasswordNotEmailMessage:"Mot de passe invalide: ne doit pas \xeatre identique au courriel.",invalidPasswordRegexPatternMessage:"Mot de passe invalide : ne valide pas l'expression rationnelle.",invalidPasswordHistoryMessage:"Mot de passe invalide : ne doit pas \xeatre \xe9gal aux {0} derniers mots de passe.",invalidPasswordGenericMessage:"Mot de passe invalide : le nouveau mot de passe ne r\xe9pond pas \xe0 la politique de mot de passe.",failedToProcessResponseMessage:"Erreur lors du traitement de la r\xe9ponse",httpsRequiredMessage:"Le protocole HTTPS est requis",realmNotEnabledMessage:"Le domaine n'est pas activ\xe9",invalidRequestMessage:"Requ\xeate invalide",successLogout:"Vous \xeates d\xe9connect\xe9",failedLogout:"La d\xe9connexion a \xe9chou\xe9e",unknownLoginRequesterMessage:"Compte inconnu du demandeur",loginRequesterNotEnabledMessage:"La connexion du demandeur n'est pas active",bearerOnlyMessage:"Les applications Bearer-only ne sont pas autoris\xe9es \xe0 initier la connexion par navigateur.",standardFlowDisabledMessage:"Le client n'est pas autoris\xe9 \xe0 initier une connexion avec le navigateur avec ce response_type. Le flux standard est d\xe9sactiv\xe9 pour le client.",implicitFlowDisabledMessage:"Le client n'est pas autoris\xe9 \xe0 initier une connexion avec le navigateur avec ce response_type. Le flux implicite est d\xe9sactiv\xe9 pour le client.",invalidRedirectUriMessage:"L'URI de redirection est invalide",unsupportedNameIdFormatMessage:"NameIDFormat non support\xe9",invalidRequesterMessage:"Demandeur invalide",registrationNotAllowedMessage:"L'enregistrement n'est pas autoris\xe9",resetCredentialNotAllowedMessage:"La remise \xe0 z\xe9ro n'est pas autoris\xe9e",permissionNotApprovedMessage:"La permission n'est pas approuv\xe9e.",noRelayStateInResponseMessage:"Aucun \xe9tat de relais dans la r\xe9ponse du fournisseur d'identit\xe9.",insufficientPermissionMessage:"Permissions insuffisantes pour lier les identit\xe9s.",couldNotProceedWithAuthenticationRequestMessage:"Impossible de continuer avec la requ\xeate d'authentification vers le fournisseur d'identit\xe9.",couldNotObtainTokenMessage:"Impossible de r\xe9cup\xe9rer le jeton du fournisseur d'identit\xe9.",unexpectedErrorRetrievingTokenMessage:"Erreur inattendue lors de la r\xe9cup\xe9ration du jeton provenant du fournisseur d'identit\xe9.",unexpectedErrorHandlingResponseMessage:"Erreur inattendue lors du traitement de la r\xe9ponse provenant du fournisseur d'identit\xe9.",identityProviderAuthenticationFailedMessage:"L'authentification a \xe9chou\xe9e. Impossible de s'authentifier avec le fournisseur d'identit\xe9.",couldNotSendAuthenticationRequestMessage:"Impossible d'envoyer la requ\xeate d'authentification vers le fournisseur d'identit\xe9.",unexpectedErrorHandlingRequestMessage:"Erreur inattendue lors du traitement de la requ\xeate vers le fournisseur d'identit\xe9.",invalidAccessCodeMessage:"Code d'acc\xe8s invalide.",sessionNotActiveMessage:"La session n'est pas active.",invalidCodeMessage:"Une erreur est survenue, veuillez vous reconnecter \xe0 votre application.",cookieNotFoundMessage:"Cookie introuvable. Assurez-vous que les cookies soient activ\xe9s dans votre navigateur.",identityProviderUnexpectedErrorMessage:"Erreur inattendue lors de l'authentification avec fournisseur d'identit\xe9.",identityProviderMissingStateMessage:"Param\xe8tre d'\xe9tat manquant dans la r\xe9ponse du fournisseur d'identit\xe9.",identityProviderNotFoundMessage:"Impossible de trouver le fournisseur d'identit\xe9 avec cet identifiant.",identityProviderLinkSuccess:"Votre compte a \xe9t\xe9 correctement li\xe9 avec {0} compte {1} .",staleCodeMessage:"Cette page n'est plus valide, merci de retourner \xe0 votre application et de vous connecter \xe0 nouveau.",realmSupportsNoCredentialsMessage:"Ce domaine ne supporte aucun type d'accr\xe9ditation.",credentialSetupRequired:"Connexion impossible, configuration d'accr\xe9ditation requise.",identityProviderNotUniqueMessage:"Ce domaine autorise plusieurs fournisseurs d'identit\xe9. Impossible de d\xe9terminer le fournisseur d'identit\xe9 avec lequel s'authentifier.",emailVerifiedMessage:"Votre courriel a \xe9t\xe9 v\xe9rifi\xe9.",staleEmailVerificationLink:"Le lien que vous avez cliqu\xe9 est p\xe9rim\xe9 et n'est plus valide. Peut-\xeatre avez vous d\xe9j\xe0 v\xe9rifi\xe9 votre mot de passe ?",identityProviderAlreadyLinkedMessage:"L'identit\xe9 f\xe9d\xe9r\xe9e retourn\xe9e par {0} est d\xe9j\xe0 li\xe9e \xe0 un autre utilisateur.",confirmAccountLinking:"Confirmez la liaison du compte {0} du fournisseur d'entit\xe9 {1} avec votre compte.",confirmEmailAddressVerification:"Confirmez la validit\xe9 de l'adresse courriel {0}.",confirmExecutionOfActions:"Suivez les instructions suivantes",backToApplication:"« Revenir \xe0 l'application",missingParameterMessage:"Param\xe8tres manquants : {0}",clientNotFoundMessage:"Client inconnu.",clientDisabledMessage:"Client d\xe9sactiv\xe9.",invalidParameterMessage:"Param\xe8tre invalide : {0}",alreadyLoggedIn:"Vous \xeates d\xe9j\xe0 connect\xe9.",differentUserAuthenticated:"Vous \xeates d\xe9j\xe0 authentifi\xe9 avec un autre utilisateur '{0}' dans cette session. Merci de vous d\xe9connecter.",brokerLinkingSessionExpired:"La liaison entre comptes broker a \xe9t\xe9 demand\xe9e, mais la session n'est plus valide.",proceedWithAction:"» Cliquez ici","requiredAction.CONFIGURE_TOTP":"Configurer OTP","requiredAction.terms_and_conditions":"Termes et conditions","requiredAction.UPDATE_PASSWORD":"Mettre \xe0 jour votre mot de passe","requiredAction.UPDATE_PROFILE":"Mettre \xe0 jour votre profil","requiredAction.VERIFY_EMAIL":"Valider votre adresse email",doX509Login:"Vous allez \xeatre connect\xe9 en tant que:",clientCertificate:"X509 certificat client:",noCertificate:"[Pas de certificat]",pageNotFound:"Page non trouv\xe9e",internalServerError:"Une erreur interne du serveur s'est produite","identity-provider-redirector":"Connexion avec un autre fournisseur d'identit\xe9","identity-provider-login-label":"Ou se connecter avec","idp-email-verification-display-name":"V\xe9rification du courriel","idp-email-verification-help-text":"Lier votre compte en validant votre courriel.","idp-username-password-form-display-name":"Nom d'utilisateur et mot de passe","idp-username-password-form-help-text":"Lier votre compte en vous connectant.","console-username":"Nom d'utilisateur:","console-password":"Mot de passe:","console-otp":"Code \xe0 usage unique:","console-new-password":"Nouveau mot de passe:","console-confirm-password":"Confirmez les mot de passe:","console-update-password":"La mise \xe0 jour de votre mot de passe est requise.","console-verify-email":"Vous devez v\xe9rifier votre adresse courriel. Nous avons envoy\xe9 un courriel \xe0 {0} contenant un code de v\xe9rification. Veuillez saisir ce code ci-dessous.","console-email-code":"Code courriel:","console-accept-terms":"Accepter les conditions? [o/n]:","console-accept":"o",finalDeletionConfirmation:"Si vous supprimez votre compte, il ne pourra pas \xeatre restaur\xe9. Pour conserver votre compte, cliquez sur Annuler.",irreversibleAction:"Cette action est irr\xe9versible",deleteAccountConfirm:"Confirmation de suppression de compte",deletingImplies:"Supprimer votre compte implique:",errasingData:"Supprimer toutes vos donn\xe9es",loggingOutImmediately:"Vous d\xe9connecter imm\xe9diatement",accountUnusable:"Toute utilisation future de l'application sera impossible avec ce compte",userDeletedSuccessfully:"Utilisateur supprim\xe9 avec succ\xe8s","access-denied":"Acc\xe8s refus\xe9","frontchannel-logout.title":"D\xe9connexion","frontchannel-logout.message":"Vous \xeates d\xe9connect\xe9 des applications suivantes",logoutConfirmTitle:"D\xe9connexion",logoutConfirmHeader:"\xcates-vous s\xfbr de vouloir vous d\xe9connecter ?",doLogout:"Se d\xe9connecter"}}}]); +//# sourceMappingURL=3967.35c570a1.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/3967.35c570a1.chunk.js.map b/resources/keycloak/keycloakify/static/js/3967.35c570a1.chunk.js.map new file mode 100644 index 00000000..518f4006 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/3967.35c570a1.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/3967.35c570a1.chunk.js","mappings":"uIA0WA,UAtWgB,CACd,QAAW,YACX,WAAc,iBACd,SAAY,UACZ,SAAY,YACZ,OAAU,SACV,MAAS,MACT,KAAQ,MACR,WAAc,YACd,SAAY,UACZ,SAAY,WACZ,UAAa,cACb,iBAAoB,2BACpB,YAAe,cACf,cAAiB,wBACjB,WAAc,eACd,gBAAmB,+BACnB,gBAAmB,2BACnB,qBAAwB,0CACxB,yBAA4B,6FAC5B,sBAAyB,4BACzB,2BAA8B,4BAC9B,qBAAwB,+LACxB,iBAAoB,yDACpB,cAAiB,gBACjB,kBAAqB,mCACrB,kBAAqB,0BACrB,sBAAyB,MACzB,WAAc,wBACd,eAAkB,MAClB,iBAAoB,4BACpB,qBAAwB,6CACxB,YAAe,UACf,YAAe,sBACf,eAAkB,iDAClB,kBAAqB,2BACrB,2BAA8B,yCAC9B,aAAgB,kHAChB,gBAAmB,cACnB,oBAAuB,MACvB,sBAAyB,6FACzB,iBAAoB,yBACpB,cAAiB,gDACjB,iBAAoB,sCACpB,WAAc,+BACd,eAAkB,gDAClB,iBAAoB,8BACpB,iBAAoB,2BACpB,iBAAoB,6BACpB,iCAAoC,qCACpC,4BAA+B,uJAC/B,kBAAqB,iCACrB,aAAgB,mGAChB,oBAAuB,iCACvB,iBAAoB,iBACpB,eAAkB,sBAClB,mBAAsB,8CACtB,gBAAmB,sCACnB,gBAAmB,gDACnB,sBAAyB,yDACzB,sBAAyB,IACzB,WAAc,uBACd,eAAkB,uBAClB,UAAa,8CACb,eAAkB,uCAClB,gBAAmB,sBACnB,uBAA0B,wDAC1B,cAAiB,0BACjB,UAAa,uBACb,SAAY,oBACZ,gBAAmB,gCACnB,UAAa,YACb,UAAa,YACb,SAAY,cACZ,SAAY,MACZ,WAAc,iBACd,MAAS,WACT,SAAY,eACZ,gBAAmB,+BACnB,YAAe,uBACf,mBAAsB,uCACtB,WAAc,qBACd,kBAAqB,yBACrB,QAAW,UACX,OAAU,MACV,SAAY,uBACZ,OAAU,iCACV,YAAe,cACf,QAAW,OACX,cAAiB,yBACjB,QAAW,WACX,YAAe,+BACf,oBAAuB,6CACvB,OAAU,OACV,SAAY,oBACZ,SAAY,iBACZ,wBAA2B,2CAC3B,oBAAuB,yCACvB,wBAA2B,qBAC3B,sBAAyB,WACzB,wBAA2B,UAC3B,sBAAyB,+BACzB,8BAAiC,sBACjC,6BAAgC,eAChC,sBAAyB,uBACzB,oBAAuB,6BACvB,eAAkB,0GAClB,eAAkB,6DAClB,eAAkB,oEAClB,eAAkB,sGAClB,yBAA4B,kFAC5B,qBAAwB,8CACxB,qBAAwB,sFACxB,sBAAyB,yBACzB,qBAAwB,0BACxB,gBAAmB,mBACnB,gBAAmB,yBACnB,cAAiB,OACjB,mBAAsB,aACtB,gBAAmB,WACnB,kBAAqB,aACrB,iBAAoB,WACpB,oBAAuB,iBACvB,iBAAkB,uBAClB,iBAAkB,4BAClB,yBAA4B,8CAC5B,kBAAqB,sDACrB,WAAc,OACd,8BAAiC,0BACjC,2BAA8B,uFAC9B,mCAAsC,wCACtC,mCAAsC,sFACtC,uCAA0C,qCAC1C,wCAA2C,qFAC3C,qCAAwC,yCACxC,sCAAyC,0HACzC,iCAAoC,oDACpC,8CAAiD,iIACjD,wBAA2B,4EAC3B,wBAA2B,qDAC3B,wBAA2B,6BAC3B,kBAAqB,uBACrB,cAAiB,0HACjB,cAAiB,qDACjB,cAAiB,6BACjB,cAAiB,gFACjB,cAAiB,kBACjB,YAAe,mCACf,iBAAoB,gJACpB,yBAA4B,8HAC5B,oBAAuB,yDACvB,iBAAoB,sBACpB,gBAAmB,mDACnB,gBAAmB,iDACnB,aAAgB,4BAChB,WAAc,iBACd,mBAAoB,4BACpB,oBAAqB,sBACrB,qBAAsB,qBACtB,kBAAmB,kBACnB,kBAAmB,wBACnB,yBAA0B,wBAC1B,oBAAqB,mBACrB,mBAAoB,4BACpB,+BAAgC,sCAChC,oBAAqB,sBACrB,oBAAqB,4BACrB,2BAA4B,4BAC5B,iCAAkC,0CAClC,sBAAuB,uBACvB,qBAAsB,gCACtB,oBAAqB,iBACrB,sBAAuB,qBACvB,4BAA6B,+BAC7B,kBAAmB,mCACnB,sBAAuB,sBACvB,eAAkB,SAClB,yBAA0B,+BAC1B,gCAAiC,gDACjC,mBAAoB,YACpB,0BAA2B,qBAC3B,cAAiB,SACjB,eAAkB,gBAClB,mBAAsB,8CACtB,uBAA0B,8BAC1B,8BAAiC,0CACjC,uBAA0B,yBAC1B,oBAAuB,qBACvB,uBAA0B,0DAC1B,kCAAqC,+GACrC,mBAAsB,mDACtB,qBAAwB,sDACxB,mCAAsC,qBACtC,uCAA0C,2CAC1C,wBAA2B,mCAC3B,uBAA0B,6BAC1B,oBAAuB,kCACvB,uBAA0B,2CAC1B,uBAA0B,sCAC1B,mBAAsB,iDACtB,6BAAgC,4CAChC,wBAA2B,4CAC3B,sBAAuB,mBACvB,sBAAuB,8BACvB,cAAe,8BACf,uBAAwB,6CACxB,iCAAkC,gCAClC,gCAAiC,gCACjC,sBAAuB,qBACvB,uBAAwB,mBACxB,4BAA6B,2CAC7B,sCAAuC,mDACvC,oCAAqC,mDACrC,yBAA0B,mBAC1B,oBAAqB,gBACrB,2BAA4B,4BAC5B,6BAA8B,2BAC9B,gCAAiC,gCACjC,qBAAsB,iBACtB,iCAAkC,iCAClC,mCAAoC,kDACpC,sCAAuC,kDACvC,+BAAkC,kCAClC,kCAAqC,6DACrC,8BAAiC,qDACjC,mBAAsB,2CACtB,sBAAyB,0CACzB,mBAAsB,iCACtB,+BAAkC,wHAClC,oCAAuC,6HACvC,oBAAuB,8BACvB,oCAAuC,sEACvC,8CAAiD,qDACjD,6BAAgC,mEAChC,4BAA+B,yCAC/B,uBAA0B,qDAC1B,qBAAwB,iFACxB,qBAAwB,sEACxB,sBAAyB,mEACzB,mBAAsB,+EACtB,qBAAwB,yCACxB,mBAAsB,mEACtB,eAAkB,yEAClB,iBAAoB,iFACpB,sBAAyB,kEACzB,sBAAyB,0CACzB,8BAAiC,gDACjC,yBAA4B,uBAC5B,0BAA6B,gGAC7B,uBAA0B,0BAC1B,wBAA2B,qIAC3B,gBAAmB,iBACnB,gCAAmC,4DACnC,gCAAmC,oDACnC,gCAAmC,iEACnC,wCAA2C,6EAC3C,wCAA2C,6EAC3C,sCAAyC,kFACzC,kCAAqC,8EACrC,+BAAkC,oEAClC,mCAAsC,kEACtC,8BAAiC,sFACjC,8BAAiC,sGACjC,+BAAkC,6CAClC,qBAAwB,gCACxB,uBAA0B,iCAC1B,sBAAyB,sBACzB,cAAiB,gCACjB,aAAgB,oCAChB,6BAAgC,8BAChC,gCAAmC,6CACnC,kBAAqB,mGACrB,4BAA+B,4JAC/B,4BAA+B,6JAC/B,0BAA6B,oCAC7B,+BAAkC,+BAClC,wBAA2B,qBAC3B,8BAAiC,yCACjC,iCAAoC,gDACpC,6BAAgC,wCAChC,8BAAiC,2EACjC,8BAAiC,wDACjC,gDAAmD,mGACnD,2BAA8B,uEAC9B,sCAAyC,mGACzC,uCAA0C,gGAC1C,4CAA+C,sGAC/C,yCAA4C,2FAC5C,sCAAyC,2FACzC,yBAA4B,4BAC5B,wBAA2B,+BAC3B,mBAAsB,6EACtB,sBAAyB,4FACzB,uCAA0C,+EAC1C,oCAAuC,mFACvC,gCAAmC,2EACnC,4BAA+B,qEAC/B,iBAAoB,6GACpB,kCAAqC,wDACrC,wBAA2B,kEAC3B,iCAAoC,iJACpC,qBAAwB,4CACxB,2BAA8B,8IAC9B,qCAAwC,wGACxC,sBAAyB,uFACzB,gCAAmC,sDACnC,0BAA6B,oCAC7B,kBAAqB,qCACrB,wBAA2B,gCAC3B,sBAAyB,kBACzB,sBAAyB,0BACzB,wBAA2B,8BAC3B,gBAAmB,uCACnB,2BAA8B,2HAC9B,4BAA+B,8FAC/B,kBAAqB,sBACrB,gCAAiC,iBACjC,sCAAuC,uBACvC,iCAAkC,sCAClC,gCAAiC,gCACjC,8BAA+B,8BAC/B,YAAe,8CACf,kBAAqB,0BACrB,cAAiB,sBACjB,aAAgB,sBAChB,oBAAuB,+CACvB,+BAAgC,oDAChC,gCAAiC,uBACjC,sCAAuC,8BACvC,mCAAoC,gDACpC,0CAA2C,oCAC3C,uCAAwC,wCACxC,mBAAoB,qBACpB,mBAAoB,gBACpB,cAAe,0BACf,uBAAwB,wBACxB,2BAA4B,8BAC5B,0BAA2B,uDAC3B,uBAAwB,qKACxB,qBAAsB,iBACtB,uBAAwB,kCACxB,iBAAkB,IAClB,0BAA6B,0HAC7B,mBAAsB,mCACtB,qBAAwB,wCACxB,gBAAmB,mCACnB,aAAgB,kCAChB,sBAAyB,uCACzB,gBAAmB,2EACnB,wBAA2B,yCAC3B,gBAAiB,qBACjB,4BAA6B,iBAC7B,8BAA+B,2DAC/B,mBAAsB,iBACtB,oBAAuB,uDACvB,SAAY,oB","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/fr.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Connexion\",\n \"doRegister\": \"Enregistrement\",\n \"doCancel\": \"Annuler\",\n \"doSubmit\": \"Soumettre\",\n \"doBack\": \"Retour\",\n \"doYes\": \"Oui\",\n \"doNo\": \"Non\",\n \"doContinue\": \"Continuer\",\n \"doIgnore\": \"Ignorer\",\n \"doAccept\": \"Accepter\",\n \"doDecline\": \"Décliner\",\n \"doForgotPassword\": \"Mot de passe oublié ?\",\n \"doClickHere\": \"Cliquez ici\",\n \"doImpersonate\": \"Usurper l'identité\",\n \"doTryAgain\": \"Réessayer\",\n \"doTryAnotherWay\": \"Essayer une autre méthode\",\n \"doConfirmDelete\": \"Confirmer la suppression\",\n \"errorDeletingAccount\": \"Erreur lors de la suppression du compte\",\n \"deletingAccountForbidden\": \"Permissions insuffisantes pour supprimer votre propre compte, contactez un administrateur.\",\n \"kerberosNotConfigured\": \"Kerberos non configuré\",\n \"kerberosNotConfiguredTitle\": \"Kerberos non configuré\",\n \"bypassKerberosDetail\": \"Si vous n'êtes pas connecté via Kerberos ou bien que votre navigateur n'est pas configuré pour la connexion via Kerberos. Veuillez cliquer pour vous connecter via un autre moyen.\",\n \"kerberosNotSetUp\": \"Kerberos n'est pas configuré. Connexion impossible.\",\n \"registerTitle\": \"S'enregistrer\",\n \"loginAccountTitle\": \"Connectez-vous à votre compte\",\n \"registerWithTitle\": \"Enregistrement avec {0}\",\n \"registerWithTitleHtml\": \"{0}\",\n \"loginTitle\": \"Se connecter à {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} utilisateur usurpé\",\n \"impersonateTitleHtml\": \"{0} utilisateur usurpé\",\n \"realmChoice\": \"Domaine\",\n \"unknownUser\": \"Utilisateur inconnu\",\n \"loginTotpTitle\": \"Configuration de l'authentification par mobile\",\n \"loginProfileTitle\": \"Mise à jour du compte\",\n \"loginIdpReviewProfileTitle\": \"Vérifiez vos informations de profil\",\n \"loginTimeout\": \"Le temps imparti pour la connexion est écoulé. Le processus de connexion redémarre depuis le début.\",\n \"oauthGrantTitle\": \"OAuth Grant\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"oauthGrantInformation\": \"Assurez-vous de faire confiance à {0} en apprenant comment {0} traitera vos données.\",\n \"oauthGrantReview\": \"Vous pourriez examiner\",\n \"oauthGrantTos\": \"les conditions générales d'utilisation.\",\n \"oauthGrantPolicy\": \"la politique de confidentialité.\",\n \"errorTitle\": \"Nous sommes désolés...\",\n \"errorTitleHtml\": \"Nous sommes désolés...\",\n \"emailVerifyTitle\": \"Vérification du courriel\",\n \"emailForgotTitle\": \"Mot de passe oublié ?\",\n \"updateEmailTitle\": \"Mise à jour du courriel\",\n \"emailUpdateConfirmationSentTitle\": \"Courriel de confirmation envoyé\",\n \"emailUpdateConfirmationSent\": \"Un courriel de confirmation a été envoyé à {0}. Vous devez suivre les instructions de ce dernier afin de compléter la mise à jour.\",\n \"emailUpdatedTitle\": \"Adresse courriel mis à jour\",\n \"emailUpdated\": \"La mise à jour de votre adresse courriel vers {0} a été complétée avec succès.\",\n \"updatePasswordTitle\": \"Mise à jour du mot de passe\",\n \"codeSuccessTitle\": \"Code succès\",\n \"codeErrorTitle\": \"Code d'erreur : {0}\",\n \"displayUnsupported\": \"Type d'affichage demandé non supporté\",\n \"browserRequired\": \"Navigateur requis pour se connecter\",\n \"browserContinue\": \"Navigateur requis pour continuer la connexion\",\n \"browserContinuePrompt\": \"Ouvrir le navigateur et continuer la connexion? [y/n]:\",\n \"browserContinueAnswer\": \"y\",\n \"termsTitle\": \"Termes et Conditions\",\n \"termsTitleHtml\": \"Termes et Conditions\",\n \"termsText\": \"

Termes et conditions à définir

\",\n \"termsPlainText\": \"Termes et conditions à définir\",\n \"recaptchaFailed\": \"Re-captcha invalide\",\n \"recaptchaNotConfigured\": \"Re-captcha est requis, mais il n'est pas configuré\",\n \"consentDenied\": \"Consentement refusé.\",\n \"noAccount\": \"Nouvel utilisateur ?\",\n \"username\": \"Nom d'utilisateur\",\n \"usernameOrEmail\": \"Nom d'utilisateur ou courriel\",\n \"firstName\": \"Prénom\",\n \"givenName\": \"Prénom\",\n \"fullName\": \"Nom complet\",\n \"lastName\": \"Nom\",\n \"familyName\": \"Nom de famille\",\n \"email\": \"Courriel\",\n \"password\": \"Mot de passe\",\n \"passwordConfirm\": \"Confirmation du mot de passe\",\n \"passwordNew\": \"Nouveau mot de passe\",\n \"passwordNewConfirm\": \"Confirmation du nouveau mot de passe\",\n \"rememberMe\": \"Se souvenir de moi\",\n \"authenticatorCode\": \"Code à usage unique\",\n \"address\": \"Adresse\",\n \"street\": \"Rue\",\n \"locality\": \"Ville ou Localité\",\n \"region\": \"État, Province ou Région\",\n \"postal_code\": \"Code postal\",\n \"country\": \"Pays\",\n \"emailVerified\": \"Courriel vérifié\",\n \"website\": \"Page web\",\n \"phoneNumber\": \"Numéro de téléphone\",\n \"phoneNumberVerified\": \"Numéro de téléphone vérifié\",\n \"gender\": \"Sexe\",\n \"birthday\": \"Date de naissance\",\n \"zoneinfo\": \"Fuseau horaire\",\n \"gssDelegationCredential\": \"Accréditation de délégation GSS\",\n \"logoutOtherSessions\": \"Se déconnecter des autres appareils\",\n \"profileScopeConsentText\": \"Profil utilisateur\",\n \"emailScopeConsentText\": \"Courriel\",\n \"addressScopeConsentText\": \"Adresse\",\n \"phoneScopeConsentText\": \"Numéro de téléphone\",\n \"offlineAccessScopeConsentText\": \"Accès hors-ligne\",\n \"samlRoleListScopeConsentText\": \"Mes rôles\",\n \"rolesScopeConsentText\": \"Rôles utilisateur\",\n \"restartLoginTooltip\": \"Redémarrer la connexion\",\n \"loginTotpIntro\": \"Il est nécessaire de configurer un générateur One Time Password pour accéder à ce compte\",\n \"loginTotpStep1\": \"Installez une des applications suivantes sur votre mobile:\",\n \"loginTotpStep2\": \"Ouvrez l'application et scannez le code-barres ou entrez la clef.\",\n \"loginTotpStep3\": \"Entrez le code à usage unique fourni par l'application et cliquez sur Sauvegarder pour terminer.\",\n \"loginTotpStep3DeviceName\": \"Renseignez un nom d'appareil pour vous aider à gérer vos a appareils OTP.\",\n \"loginTotpManualStep2\": \"Ouvrez l'application et saisissez la clé\",\n \"loginTotpManualStep3\": \"Utilisez la configuration de valeur suivante si l'application permet son édition\",\n \"loginTotpUnableToScan\": \"Impossible de scanner?\",\n \"loginTotpScanBarcode\": \"Scanner le code barre ?\",\n \"loginCredential\": \"Accréditation\",\n \"loginOtpOneTime\": \"Code à usage unique\",\n \"loginTotpType\": \"Type\",\n \"loginTotpAlgorithm\": \"Algorithme\",\n \"loginTotpDigits\": \"Chiffres\",\n \"loginTotpInterval\": \"Intervalle\",\n \"loginTotpCounter\": \"Compteur\",\n \"loginTotpDeviceName\": \"Nom d'appareil\",\n \"loginTotp.totp\": \"Basé sur le temps\",\n \"loginTotp.hotp\": \"Basé sur les compteurs\",\n \"loginChooseAuthenticator\": \"Sélectionnez une méthode de connexion\",\n \"oauthGrantRequest\": \"Voulez-vous accorder ces privilèges d'accès ?\",\n \"inResource\": \"dans\",\n \"oauth2DeviceVerificationTitle\": \"Connexion de l'appareil\",\n \"verifyOAuth2DeviceUserCode\": \"Entrez le code à usage unique fourni par votre appareil et cliquez sur Soumettre.\",\n \"oauth2DeviceInvalidUserCodeMessage\": \"Code invalide, veuillez réessayer.\",\n \"oauth2DeviceExpiredUserCodeMessage\": \"Le code a expiré. Veuillez réessayer de vous connecter depuis votre appareil.\",\n \"oauth2DeviceVerificationCompleteHeader\": \"Connexion de l'appareil réussie\",\n \"oauth2DeviceVerificationCompleteMessage\": \"Vous pouvez fermer cette fenêtre de navigateur et retourner sur votre appareil.\",\n \"oauth2DeviceVerificationFailedHeader\": \"Échec de la connexion au dispositif\",\n \"oauth2DeviceVerificationFailedMessage\": \"Vous pouvez fermer cette fenêtre de navigateur et retourner sur votre appareil, puis réessayer de vous connecter.\",\n \"oauth2DeviceConsentDeniedMessage\": \"Consentement refusé pour connecter l'appareil.\",\n \"oauth2DeviceAuthorizationGrantDisabledMessage\": \"Le client n'est pas autorisé à initier OAuth 2.0 Device Authorization Grant. Le flux est désactivé pour ce client.\",\n \"emailVerifyInstruction1\": \"Un courriel avec des instructions à suivre vous a été envoyé.\",\n \"emailVerifyInstruction2\": \"Vous n'avez pas reçu de code dans le courriel ?\",\n \"emailVerifyInstruction3\": \"pour renvoyer le courriel.\",\n \"emailLinkIdpTitle\": \"Association avec {0}\",\n \"emailLinkIdp1\": \"Un courriel avec des instructions pour associer le compte {1} sur {0} avec votre compte {2} vous a été envoyé.\",\n \"emailLinkIdp2\": \"Vous n'avez pas reçu de code dans le courriel ?\",\n \"emailLinkIdp3\": \"pour renvoyer le courriel.\",\n \"emailLinkIdp4\": \"Si vous avez déjà vérifié votre courriel dans un autre navigateur\",\n \"emailLinkIdp5\": \"pour continuer.\",\n \"backToLogin\": \"« Retour à la connexion\",\n \"emailInstruction\": \"Entrez votre nom d'utilisateur ou votre courriel ; un courriel va vous être envoyé vous permettant de créer un nouveau mot de passe.\",\n \"emailInstructionUsername\": \"Entrez votre nom d'utilisateur ; un courriel va vous être envoyé vous permettant de créer un nouveau mot de passe.\",\n \"copyCodeInstruction\": \"Copiez le code et recopiez le dans votre application :\",\n \"pageExpiredTitle\": \"La page a expiré\",\n \"pageExpiredMsg1\": \"Pour recommencer le processus d'authentification\",\n \"pageExpiredMsg2\": \"Pour continuer le processus d'authentification\",\n \"personalInfo\": \"Information personnelle :\",\n \"role_admin\": \"Administrateur\",\n \"role_realm-admin\": \"Administrateur du domaine\",\n \"role_create-realm\": \"Créer un domaine\",\n \"role_create-client\": \"Créer un client\",\n \"role_view-realm\": \"Voir un domaine\",\n \"role_view-users\": \"Voir les utilisateurs\",\n \"role_view-applications\": \"Voir les applications\",\n \"role_view-clients\": \"Voir les clients\",\n \"role_view-events\": \"Voir les événements\",\n \"role_view-identity-providers\": \"Voir les fournisseurs d'identité\",\n \"role_manage-realm\": \"Gérer le domaine\",\n \"role_manage-users\": \"Gérer les utilisateurs\",\n \"role_manage-applications\": \"Gérer les applications\",\n \"role_manage-identity-providers\": \"Gérer les fournisseurs d'identité\",\n \"role_manage-clients\": \"Gérer les clients\",\n \"role_manage-events\": \"Gérer les événements\",\n \"role_view-profile\": \"Voir le profil\",\n \"role_manage-account\": \"Gérer le compte\",\n \"role_manage-account-links\": \"Gérer les liens de compte\",\n \"role_read-token\": \"Lire le jeton d'authentification\",\n \"role_offline-access\": \"Accès hors-ligne\",\n \"client_account\": \"Compte\",\n \"client_account-console\": \"Console de gestion du compte\",\n \"client_security-admin-console\": \"Console d'administration de la sécurité\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Gestion du domaine\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Champs requis\",\n \"invalidUserMessage\": \"Nom d'utilisateur ou mot de passe invalide.\",\n \"invalidUsernameMessage\": \"Nom d'utilisateur invalide.\",\n \"invalidUsernameOrEmailMessage\": \"Nom d'utilisateur ou courriel invalide.\",\n \"invalidPasswordMessage\": \"Mot de passe invalide.\",\n \"invalidEmailMessage\": \"Courriel invalide.\",\n \"accountDisabledMessage\": \"Compte désactivé, contactez votre administrateur.\",\n \"accountTemporarilyDisabledMessage\": \"Ce compte est temporairement désactivé, contactez votre administrateur ou bien réessayez plus tard.\",\n \"expiredCodeMessage\": \"Connexion expirée. Veuillez vous reconnecter.\",\n \"expiredActionMessage\": \"Action expirée. Merci de continuer la connexion.\",\n \"expiredActionTokenNoSessionMessage\": \"Action expirée.\",\n \"expiredActionTokenSessionExistsMessage\": \"Action expirée. Merci de recommencer.\",\n \"missingFirstNameMessage\": \"Veuillez entrer votre prénom.\",\n \"missingLastNameMessage\": \"Veuillez entrer votre nom.\",\n \"missingEmailMessage\": \"Veuillez entrer votre courriel.\",\n \"missingUsernameMessage\": \"Veuillez entrer votre nom d'utilisateur.\",\n \"missingPasswordMessage\": \"Veuillez entrer votre mot de passe.\",\n \"missingTotpMessage\": \"Veuillez entrer votre code d'authentification.\",\n \"missingTotpDeviceNameMessage\": \"Veuillez entrer le nom de votre appareil.\",\n \"notMatchPasswordMessage\": \"Les mots de passe ne sont pas identiques.\",\n \"error-invalid-value\": \"Valeur invalide.\",\n \"error-invalid-blank\": \"Veuillez entrer une valeur.\",\n \"error-empty\": \"Veuillez entrer une valeur.\",\n \"error-invalid-length\": \"La longueur doit être entre {1} et {2}.\",\n \"error-invalid-length-too-short\": \"La longueur minimale est {1}.\",\n \"error-invalid-length-too-long\": \"La longueur maximale est {2}.\",\n \"error-invalid-email\": \"Courriel invalide.\",\n \"error-invalid-number\": \"Nombre invalide.\",\n \"error-number-out-of-range\": \"Le nombre doit être entre {1} et {2}.\",\n \"error-number-out-of-range-too-small\": \"Le nombre doit avoir une valeur minimale de {1}.\",\n \"error-number-out-of-range-too-big\": \"Le nombre doit avoir une valeur maximale de {2}.\",\n \"error-pattern-no-match\": \"Valeur invalide.\",\n \"error-invalid-uri\": \"URL invalide.\",\n \"error-invalid-uri-scheme\": \"Schéma d'URL invalide.\",\n \"error-invalid-uri-fragment\": \"Fragment d'URL invalide.\",\n \"error-user-attribute-required\": \"Veuillez renseigner ce champ.\",\n \"error-invalid-date\": \"Date invalide.\",\n \"error-user-attribute-read-only\": \"Ce champ est en lecture seule.\",\n \"error-username-invalid-character\": \"La valeur contient des caractères invalides.\",\n \"error-person-name-invalid-character\": \"La valeur contient des caractères invalides.\",\n \"invalidPasswordExistingMessage\": \"Mot de passe existant invalide.\",\n \"invalidPasswordBlacklistedMessage\": \"Mot de passe invalide : ce mot de passe est blacklisté.\",\n \"invalidPasswordConfirmMessage\": \"Le mot de passe de confirmation ne correspond pas.\",\n \"invalidTotpMessage\": \"Le code d'authentification est invalide.\",\n \"usernameExistsMessage\": \"Le nom d'utilisateur existe déjà.\",\n \"emailExistsMessage\": \"Le courriel existe déjà.\",\n \"federatedIdentityExistsMessage\": \"L'utilisateur avec {0} {1} existe déjà. Veuillez accéder à au gestionnaire de compte pour lier le compte.\",\n \"federatedIdentityEmailExistsMessage\": \"Cet utilisateur avec ce courriel existe déjà. Veuillez vous connecter au gestionnaire de compte pour lier le compte.\",\n \"confirmLinkIdpTitle\": \"Ce compte existe déjà\",\n \"federatedIdentityConfirmLinkMessage\": \"L'utilisateur {0} {1} existe déjà. Que souhaitez-vous faire ?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Identifiez vous afin de lier votre compte avec {0}\",\n \"nestedFirstBrokerFlowMessage\": \"L'utilisateur {0} {1} n'est lié à aucun utilisateur connu.\",\n \"confirmLinkIdpReviewProfile\": \"Vérifiez vos informations de profil\",\n \"confirmLinkIdpContinue\": \"Souhaitez-vous lier {0} à votre compte existant\",\n \"configureTotpMessage\": \"Vous devez configurer l'authentification par mobile pour activer votre compte.\",\n \"updateProfileMessage\": \"Vous devez mettre à jour votre profil pour activer votre compte.\",\n \"updatePasswordMessage\": \"Vous devez changer votre mot de passe pour activer votre compte.\",\n \"updateEmailMessage\": \"Vous devez mettre à votre addresse de courriel pour activer votre compte.\",\n \"resetPasswordMessage\": \"Vous devez changer votre mot de passe.\",\n \"verifyEmailMessage\": \"Vous devez vérifier votre courriel pour activer votre compte.\",\n \"linkIdpMessage\": \"Vous devez vérifier votre courriel pour lier votre compte avec {0}.\",\n \"emailSentMessage\": \"Vous devriez recevoir rapidement un courriel avec de plus amples instructions.\",\n \"emailSendErrorMessage\": \"Erreur lors de l'envoi du courriel, veuillez essayer plus tard.\",\n \"accountUpdatedMessage\": \"Votre compte a été mis à jour.\",\n \"accountPasswordUpdatedMessage\": \"Votre mot de passe a été mis à jour.\",\n \"delegationCompleteHeader\": \"Connexion réussie\",\n \"delegationCompleteMessage\": \"Vous pouvez fermer cette fenêtre de navigateur et retourner sur votre application console.\",\n \"delegationFailedHeader\": \"Connexion échouée\",\n \"delegationFailedMessage\": \"Vous pouvez fermer cette fenêtre de navigateur et retourner sur votre application console, puis réessayer de vous connecter.\",\n \"noAccessMessage\": \"Aucun accès\",\n \"invalidPasswordMinLengthMessage\": \"Mot de passe invalide : longueur minimale requise de {0}.\",\n \"invalidPasswordMaxLengthMessage\": \"Mot de passe invalide : longueur maximale de {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Mot de passe invalide : doit contenir au moins {0} chiffre(s).\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Mot de passe invalide : doit contenir au moins {0} lettre(s) en minuscule.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Mot de passe invalide : doit contenir au moins {0} lettre(s) en majuscule.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Mot de passe invalide : doit contenir au moins {0} caractère(s) spéciaux.\",\n \"invalidPasswordNotUsernameMessage\": \"Mot de passe invalide : ne doit pas être identique au nom d'utilisateur.\",\n \"invalidPasswordNotEmailMessage\": \"Mot de passe invalide: ne doit pas être identique au courriel.\",\n \"invalidPasswordRegexPatternMessage\": \"Mot de passe invalide : ne valide pas l'expression rationnelle.\",\n \"invalidPasswordHistoryMessage\": \"Mot de passe invalide : ne doit pas être égal aux {0} derniers mots de passe.\",\n \"invalidPasswordGenericMessage\": \"Mot de passe invalide : le nouveau mot de passe ne répond pas à la politique de mot de passe.\",\n \"failedToProcessResponseMessage\": \"Erreur lors du traitement de la réponse\",\n \"httpsRequiredMessage\": \"Le protocole HTTPS est requis\",\n \"realmNotEnabledMessage\": \"Le domaine n'est pas activé\",\n \"invalidRequestMessage\": \"Requête invalide\",\n \"successLogout\": \"Vous êtes déconnecté\",\n \"failedLogout\": \"La déconnexion a échouée\",\n \"unknownLoginRequesterMessage\": \"Compte inconnu du demandeur\",\n \"loginRequesterNotEnabledMessage\": \"La connexion du demandeur n'est pas active\",\n \"bearerOnlyMessage\": \"Les applications Bearer-only ne sont pas autorisées à initier la connexion par navigateur.\",\n \"standardFlowDisabledMessage\": \"Le client n'est pas autorisé à initier une connexion avec le navigateur avec ce response_type. Le flux standard est désactivé pour le client.\",\n \"implicitFlowDisabledMessage\": \"Le client n'est pas autorisé à initier une connexion avec le navigateur avec ce response_type. Le flux implicite est désactivé pour le client.\",\n \"invalidRedirectUriMessage\": \"L'URI de redirection est invalide\",\n \"unsupportedNameIdFormatMessage\": \"NameIDFormat non supporté\",\n \"invalidRequesterMessage\": \"Demandeur invalide\",\n \"registrationNotAllowedMessage\": \"L'enregistrement n'est pas autorisé\",\n \"resetCredentialNotAllowedMessage\": \"La remise à zéro n'est pas autorisée\",\n \"permissionNotApprovedMessage\": \"La permission n'est pas approuvée.\",\n \"noRelayStateInResponseMessage\": \"Aucun état de relais dans la réponse du fournisseur d'identité.\",\n \"insufficientPermissionMessage\": \"Permissions insuffisantes pour lier les identités.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Impossible de continuer avec la requête d'authentification vers le fournisseur d'identité.\",\n \"couldNotObtainTokenMessage\": \"Impossible de récupérer le jeton du fournisseur d'identité.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Erreur inattendue lors de la récupération du jeton provenant du fournisseur d'identité.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Erreur inattendue lors du traitement de la réponse provenant du fournisseur d'identité.\",\n \"identityProviderAuthenticationFailedMessage\": \"L'authentification a échouée. Impossible de s'authentifier avec le fournisseur d'identité.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Impossible d'envoyer la requête d'authentification vers le fournisseur d'identité.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Erreur inattendue lors du traitement de la requête vers le fournisseur d'identité.\",\n \"invalidAccessCodeMessage\": \"Code d'accès invalide.\",\n \"sessionNotActiveMessage\": \"La session n'est pas active.\",\n \"invalidCodeMessage\": \"Une erreur est survenue, veuillez vous reconnecter à votre application.\",\n \"cookieNotFoundMessage\": \"Cookie introuvable. Assurez-vous que les cookies soient activés dans votre navigateur.\",\n \"identityProviderUnexpectedErrorMessage\": \"Erreur inattendue lors de l'authentification avec fournisseur d'identité.\",\n \"identityProviderMissingStateMessage\": \"Paramètre d'état manquant dans la réponse du fournisseur d'identité.\",\n \"identityProviderNotFoundMessage\": \"Impossible de trouver le fournisseur d'identité avec cet identifiant.\",\n \"identityProviderLinkSuccess\": \"Votre compte a été correctement lié avec {0} compte {1} .\",\n \"staleCodeMessage\": \"Cette page n'est plus valide, merci de retourner à votre application et de vous connecter à nouveau.\",\n \"realmSupportsNoCredentialsMessage\": \"Ce domaine ne supporte aucun type d'accréditation.\",\n \"credentialSetupRequired\": \"Connexion impossible, configuration d'accréditation requise.\",\n \"identityProviderNotUniqueMessage\": \"Ce domaine autorise plusieurs fournisseurs d'identité. Impossible de déterminer le fournisseur d'identité avec lequel s'authentifier.\",\n \"emailVerifiedMessage\": \"Votre courriel a été vérifié.\",\n \"staleEmailVerificationLink\": \"Le lien que vous avez cliqué est périmé et n'est plus valide. Peut-être avez vous déjà vérifié votre mot de passe ?\",\n \"identityProviderAlreadyLinkedMessage\": \"L'identité fédérée retournée par {0} est déjà liée à un autre utilisateur.\",\n \"confirmAccountLinking\": \"Confirmez la liaison du compte {0} du fournisseur d'entité {1} avec votre compte.\",\n \"confirmEmailAddressVerification\": \"Confirmez la validité de l'adresse courriel {0}.\",\n \"confirmExecutionOfActions\": \"Suivez les instructions suivantes\",\n \"backToApplication\": \"« Revenir à l'application\",\n \"missingParameterMessage\": \"Paramètres manquants : {0}\",\n \"clientNotFoundMessage\": \"Client inconnu.\",\n \"clientDisabledMessage\": \"Client désactivé.\",\n \"invalidParameterMessage\": \"Paramètre invalide : {0}\",\n \"alreadyLoggedIn\": \"Vous êtes déjà connecté.\",\n \"differentUserAuthenticated\": \"Vous êtes déjà authentifié avec un autre utilisateur '{0}' dans cette session. Merci de vous déconnecter.\",\n \"brokerLinkingSessionExpired\": \"La liaison entre comptes broker a été demandée, mais la session n'est plus valide.\",\n \"proceedWithAction\": \"» Cliquez ici\",\n \"requiredAction.CONFIGURE_TOTP\": \"Configurer OTP\",\n \"requiredAction.terms_and_conditions\": \"Termes et conditions\",\n \"requiredAction.UPDATE_PASSWORD\": \"Mettre à jour votre mot de passe\",\n \"requiredAction.UPDATE_PROFILE\": \"Mettre à jour votre profil\",\n \"requiredAction.VERIFY_EMAIL\": \"Valider votre adresse email\",\n \"doX509Login\": \"Vous allez être connecté en tant que:\",\n \"clientCertificate\": \"X509 certificat client:\",\n \"noCertificate\": \"[Pas de certificat]\",\n \"pageNotFound\": \"Page non trouvée\",\n \"internalServerError\": \"Une erreur interne du serveur s'est produite\",\n \"identity-provider-redirector\": \"Connexion avec un autre fournisseur d'identité\",\n \"identity-provider-login-label\": \"Ou se connecter avec\",\n \"idp-email-verification-display-name\": \"Vérification du courriel\",\n \"idp-email-verification-help-text\": \"Lier votre compte en validant votre courriel.\",\n \"idp-username-password-form-display-name\": \"Nom d'utilisateur et mot de passe\",\n \"idp-username-password-form-help-text\": \"Lier votre compte en vous connectant.\",\n \"console-username\": \"Nom d'utilisateur:\",\n \"console-password\": \"Mot de passe:\",\n \"console-otp\": \"Code à usage unique:\",\n \"console-new-password\": \"Nouveau mot de passe:\",\n \"console-confirm-password\": \"Confirmez les mot de passe:\",\n \"console-update-password\": \"La mise à jour de votre mot de passe est requise.\",\n \"console-verify-email\": \"Vous devez vérifier votre adresse courriel. Nous avons envoyé un courriel à {0} contenant un code de vérification. Veuillez saisir ce code ci-dessous.\",\n \"console-email-code\": \"Code courriel:\",\n \"console-accept-terms\": \"Accepter les conditions? [o/n]:\",\n \"console-accept\": \"o\",\n \"finalDeletionConfirmation\": \"Si vous supprimez votre compte, il ne pourra pas être restauré. Pour conserver votre compte, cliquez sur Annuler.\",\n \"irreversibleAction\": \"Cette action est irréversible\",\n \"deleteAccountConfirm\": \"Confirmation de suppression de compte\",\n \"deletingImplies\": \"Supprimer votre compte implique:\",\n \"errasingData\": \"Supprimer toutes vos données\",\n \"loggingOutImmediately\": \"Vous déconnecter immédiatement\",\n \"accountUnusable\": \"Toute utilisation future de l'application sera impossible avec ce compte\",\n \"userDeletedSuccessfully\": \"Utilisateur supprimé avec succès\",\n \"access-denied\": \"Accès refusé\",\n \"frontchannel-logout.title\": \"Déconnexion\",\n \"frontchannel-logout.message\": \"Vous êtes déconnecté des applications suivantes\",\n \"logoutConfirmTitle\": \"Déconnexion\",\n \"logoutConfirmHeader\": \"Êtes-vous sûr de vouloir vous déconnecter ?\",\n \"doLogout\": \"Se déconnecter\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4143.401e38c0.chunk.js b/resources/keycloak/keycloakify/static/js/4143.401e38c0.chunk.js new file mode 100644 index 00000000..8455a713 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4143.401e38c0.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[4143],{4143:function(e,i,s){s.r(i);i.default={doSave:"Sauvegarder",doCancel:"Annuler",doLogOutAllSessions:"D\xe9connexion de toutes les sessions",doRemove:"Supprimer",doAdd:"Ajouter",doSignOut:"D\xe9connexion",editAccountHtmlTitle:"\xc9dition du compte",federatedIdentitiesHtmlTitle:"Identit\xe9s f\xe9d\xe9r\xe9es",accountLogHtmlTitle:"Acc\xe8s au compte",changePasswordHtmlTitle:"Changer de mot de passe",sessionsHtmlTitle:"Sessions",accountManagementTitle:"Gestion du compte Keycloak",authenticatorTitle:"Authentification",applicationsHtmlTitle:"Applications",authenticatorCode:"Mot de passe unique",email:"Courriel",firstName:"Pr\xe9nom",givenName:"Pr\xe9nom",fullName:"Nom complet",lastName:"Nom",familyName:"Nom de famille",password:"Mot de passe",passwordConfirm:"Confirmation",passwordNew:"Nouveau mot de passe",username:"Compte",address:"Adresse",street:"Rue",locality:"Ville ou Localit\xe9",region:"\xc9tat, Province ou R\xe9gion",postal_code:"Code Postal",country:"Pays",emailVerified:"Courriel v\xe9rifi\xe9",gssDelegationCredential:"Accr\xe9ditation de d\xe9l\xe9gation GSS",role_admin:"Administrateur","role_realm-admin":"Administrateur du domaine","role_create-realm":"Cr\xe9er un domaine","role_view-realm":"Voir un domaine","role_view-users":"Voir les utilisateurs","role_view-applications":"Voir les applications","role_view-clients":"Voir les clients","role_view-events":"Voir les \xe9v\xe9nements","role_view-identity-providers":"Voir les fournisseurs d'identit\xe9s","role_manage-realm":"G\xe9rer le domaine","role_manage-users":"G\xe9rer les utilisateurs","role_manage-applications":"G\xe9rer les applications","role_manage-identity-providers":"G\xe9rer les fournisseurs d'identit\xe9s","role_manage-clients":"G\xe9rer les clients","role_manage-events":"G\xe9rer les \xe9v\xe9nements","role_view-profile":"Voir le profil","role_manage-account":"G\xe9rer le compte","role_read-token":"Lire le jeton d'authentification","role_offline-access":"Acc\xe8s hors-ligne",client_account:"Compte","client_security-admin-console":"Console d'administration de la s\xe9curit\xe9","client_admin-cli":"Admin CLI","client_realm-management":"Gestion du domaine",client_broker:"Broker",requiredFields:"Champs obligatoires",allFieldsRequired:"Tous les champs sont obligatoires",backToApplication:"« Revenir \xe0 l'application",backTo:"Revenir \xe0 {0}",date:"Date",event:"Ev\xe9nement",ip:"IP",client:"Client",clients:"Clients",details:"D\xe9tails",started:"D\xe9but",lastAccess:"Dernier acc\xe8s",expires:"Expiration",applications:"Applications",account:"Compte",federatedIdentity:"Identit\xe9 f\xe9d\xe9r\xe9e",authenticator:"Authentification",sessions:"Sessions",log:"Connexion",application:"Application",availablePermissions:"Permissions disponibles",grantedPermissions:"Permissions accord\xe9es",grantedPersonalInfo:"Informations personnelles accord\xe9es",additionalGrants:"Droits additionnels",action:"Action",inResource:"dans",fullAccess:"Acc\xe8s complet",offlineToken:"Jeton d'authentification hors-ligne",revoke:"R\xe9voquer un droit",configureAuthenticators:"Authentifications configur\xe9es.",mobile:"T\xe9l\xe9phone mobile",totpStep1:"Installez une des applications suivantes sur votre mobile",totpStep2:"Ouvrez l'application et scannez le code-barres ou entrez la clef.",totpStep3:"Entrez le code \xe0 usage unique fourni par l'application et cliquez sur Sauvegarder pour terminer.",totpManualStep2:"Ouvrez l'application et entrez la clef",totpManualStep3:"Utilisez les valeurs de configuration suivante si l'application les autorise",totpUnableToScan:"Impossible de scanner ?",totpScanBarcode:"Scanner le code-barres ?","totp.totp":"Bas\xe9 sur le temps","totp.hotp":"Bas\xe9 sur un compteur",totpType:"Type",totpAlgorithm:"Algorithme",totpDigits:"Chiffres",totpInterval:"Intervalle",totpCounter:"Compteur",missingUsernameMessage:"Veuillez entrer votre nom d'utilisateur.",missingFirstNameMessage:"Veuillez entrer votre pr\xe9nom.",invalidEmailMessage:"Courriel invalide.",missingLastNameMessage:"Veuillez entrer votre nom.",missingEmailMessage:"Veuillez entrer votre courriel.",missingPasswordMessage:"Veuillez entrer votre mot de passe.",notMatchPasswordMessage:"Les mots de passe ne sont pas identiques",missingTotpMessage:"Veuillez entrer le code d'authentification.",invalidPasswordExistingMessage:"Mot de passe existant invalide.",invalidPasswordConfirmMessage:"Le mot de passe de confirmation ne correspond pas.",invalidTotpMessage:"Le code d'authentification est invalide.",usernameExistsMessage:"Le nom d'utilisateur existe d\xe9j\xe0.",emailExistsMessage:"Le courriel existe d\xe9j\xe0.",readOnlyUserMessage:"Vous ne pouvez pas mettre \xe0 jour votre compte car il est en lecture seule.",readOnlyPasswordMessage:"Vous ne pouvez pas mettre \xe0 jour votre mot de passe car votre compte est en lecture seule.",successTotpMessage:"L'authentification via t\xe9l\xe9phone mobile est configur\xe9e.",successTotpRemovedMessage:"L'authentification via t\xe9l\xe9phone mobile est supprim\xe9e.",successGrantRevokedMessage:"Droit r\xe9voqu\xe9 avec succ\xe8s.",accountUpdatedMessage:"Votre compte a \xe9t\xe9 mis \xe0 jour.",accountPasswordUpdatedMessage:"Votre mot de passe a \xe9t\xe9 mis \xe0 jour.",missingIdentityProviderMessage:"Le fournisseur d'identit\xe9 n'est pas sp\xe9cifi\xe9.",invalidFederatedIdentityActionMessage:"Action manquante ou invalide.",identityProviderNotFoundMessage:"Le fournisseur d'identit\xe9 sp\xe9cifi\xe9 n'est pas trouv\xe9.",federatedIdentityLinkNotActiveMessage:"Cette identit\xe9 n'est plus active dor\xe9navant.",federatedIdentityRemovingLastProviderMessage:"Vous ne pouvez pas supprimer votre derni\xe8re f\xe9d\xe9ration d'identit\xe9 sans avoir de mot de passe sp\xe9cifi\xe9.",identityProviderRedirectErrorMessage:"Erreur de redirection vers le fournisseur d'identit\xe9.",identityProviderRemovedMessage:"Le fournisseur d'identit\xe9 a \xe9t\xe9 supprim\xe9 correctement.",identityProviderAlreadyLinkedMessage:"Le fournisseur d'identit\xe9 retourn\xe9 par {0} est d\xe9j\xe0 li\xe9 \xe0 un autre utilisateur.",accountDisabledMessage:"Ce compte est d\xe9sactiv\xe9, veuillez contacter votre administrateur.",accountTemporarilyDisabledMessage:"Ce compte est temporairement d\xe9sactiv\xe9, veuillez contacter votre administrateur ou r\xe9essayez plus tard.",invalidPasswordMinLengthMessage:"Mot de passe invalide: longueur minimale {0}.",invalidPasswordMinLowerCaseCharsMessage:"Mot de passe invalide: doit contenir au moins {0} lettre(s) en minuscule.",invalidPasswordMinDigitsMessage:"Mot de passe invalide: doit contenir au moins {0} chiffre(s).",invalidPasswordMinUpperCaseCharsMessage:"Mot de passe invalide: doit contenir au moins {0} lettre(s) en majuscule.",invalidPasswordMinSpecialCharsMessage:"Mot de passe invalide: doit contenir au moins {0} caract\xe8re(s) sp\xe9ciaux.",invalidPasswordNotUsernameMessage:"Mot de passe invalide: ne doit pas \xeatre identique au nom d'utilisateur.",invalidPasswordRegexPatternMessage:"Mot de passe invalide: ne valide pas l'expression rationnelle.",invalidPasswordHistoryMessage:"Mot de passe invalide: ne doit pas \xeatre \xe9gal aux {0} derniers mots de passe.",applicationName:"Nom de l'application",update:"Mettre \xe0 jour",status:"Statut",authenticatorActionSetup:"Configurer","device-activity":"Activit\xe9 des Appareils",accountSecurityTitle:"S\xe9curit\xe9 du Compte",accountManagementWelcomeMessage:"Bienvenue dans la Gestion de Compte Keycloak",personalInfoHtmlTitle:"Informations Personnelles",personalInfoIntroMessage:"G\xe9rez vos informations de base",personalSubMessage:"G\xe9rez ces informations de base: votre pr\xe9nom, nom de famille et email",accountSecurityIntroMessage:"G\xe9rez votre mot de passe et l'acc\xe8s \xe0 votre compte",applicationsIntroMessage:"Auditez et g\xe9rez les permissions d'acc\xe8s des applications aux donn\xe9es de votre compte",applicationType:"Type d'application"}}}]); +//# sourceMappingURL=4143.401e38c0.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4143.401e38c0.chunk.js.map b/resources/keycloak/keycloakify/static/js/4143.401e38c0.chunk.js.map new file mode 100644 index 00000000..09ea3814 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4143.401e38c0.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/4143.401e38c0.chunk.js","mappings":"uIAgKA,UA5JgB,CACd,OAAU,cACV,SAAY,UACZ,oBAAuB,wCACvB,SAAY,YACZ,MAAS,UACT,UAAa,iBACb,qBAAwB,uBACxB,6BAAgC,iCAChC,oBAAuB,qBACvB,wBAA2B,0BAC3B,kBAAqB,WACrB,uBAA0B,6BAC1B,mBAAsB,mBACtB,sBAAyB,eACzB,kBAAqB,sBACrB,MAAS,WACT,UAAa,YACb,UAAa,YACb,SAAY,cACZ,SAAY,MACZ,WAAc,iBACd,SAAY,eACZ,gBAAmB,eACnB,YAAe,uBACf,SAAY,SACZ,QAAW,UACX,OAAU,MACV,SAAY,uBACZ,OAAU,iCACV,YAAe,cACf,QAAW,OACX,cAAiB,yBACjB,wBAA2B,2CAC3B,WAAc,iBACd,mBAAoB,4BACpB,oBAAqB,sBACrB,kBAAmB,kBACnB,kBAAmB,wBACnB,yBAA0B,wBAC1B,oBAAqB,mBACrB,mBAAoB,4BACpB,+BAAgC,uCAChC,oBAAqB,sBACrB,oBAAqB,4BACrB,2BAA4B,4BAC5B,iCAAkC,2CAClC,sBAAuB,uBACvB,qBAAsB,gCACtB,oBAAqB,iBACrB,sBAAuB,qBACvB,kBAAmB,mCACnB,sBAAuB,sBACvB,eAAkB,SAClB,gCAAiC,gDACjC,mBAAoB,YACpB,0BAA2B,qBAC3B,cAAiB,SACjB,eAAkB,sBAClB,kBAAqB,oCACrB,kBAAqB,qCACrB,OAAU,mBACV,KAAQ,OACR,MAAS,eACT,GAAM,KACN,OAAU,SACV,QAAW,UACX,QAAW,aACX,QAAW,WACX,WAAc,mBACd,QAAW,aACX,aAAgB,eAChB,QAAW,SACX,kBAAqB,+BACrB,cAAiB,mBACjB,SAAY,WACZ,IAAO,YACP,YAAe,cACf,qBAAwB,0BACxB,mBAAsB,2BACtB,oBAAuB,yCACvB,iBAAoB,sBACpB,OAAU,SACV,WAAc,OACd,WAAc,mBACd,aAAgB,sCAChB,OAAU,uBACV,wBAA2B,oCAC3B,OAAU,yBACV,UAAa,4DACb,UAAa,oEACb,UAAa,sGACb,gBAAmB,yCACnB,gBAAmB,+EACnB,iBAAoB,0BACpB,gBAAmB,2BACnB,YAAa,uBACb,YAAa,0BACb,SAAY,OACZ,cAAiB,aACjB,WAAc,WACd,aAAgB,aAChB,YAAe,WACf,uBAA0B,2CAC1B,wBAA2B,mCAC3B,oBAAuB,qBACvB,uBAA0B,6BAC1B,oBAAuB,kCACvB,uBAA0B,sCAC1B,wBAA2B,2CAC3B,mBAAsB,8CACtB,+BAAkC,kCAClC,8BAAiC,qDACjC,mBAAsB,2CACtB,sBAAyB,0CACzB,mBAAsB,iCACtB,oBAAuB,gFACvB,wBAA2B,gGAC3B,mBAAsB,mEACtB,0BAA6B,kEAC7B,2BAA8B,sCAC9B,sBAAyB,0CACzB,8BAAiC,gDACjC,+BAAkC,yDAClC,sCAAyC,gCACzC,gCAAmC,mEACnC,sCAAyC,qDACzC,6CAAgD,2HAChD,qCAAwC,2DACxC,+BAAkC,qEAClC,qCAAwC,oGACxC,uBAA0B,0EAC1B,kCAAqC,mHACrC,gCAAmC,gDACnC,wCAA2C,4EAC3C,gCAAmC,gEACnC,wCAA2C,4EAC3C,sCAAyC,iFACzC,kCAAqC,6EACrC,mCAAsC,iEACtC,8BAAiC,qFACjC,gBAAmB,uBACnB,OAAU,mBACV,OAAU,SACV,yBAA4B,aAC5B,kBAAmB,4BACnB,qBAAwB,2BACxB,gCAAmC,+CACnC,sBAAyB,4BACzB,yBAA4B,oCAC5B,mBAAsB,8EACtB,4BAA+B,8DAC/B,yBAA4B,iGAC5B,gBAAmB,qB","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/fr.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Sauvegarder\",\n \"doCancel\": \"Annuler\",\n \"doLogOutAllSessions\": \"Déconnexion de toutes les sessions\",\n \"doRemove\": \"Supprimer\",\n \"doAdd\": \"Ajouter\",\n \"doSignOut\": \"Déconnexion\",\n \"editAccountHtmlTitle\": \"Édition du compte\",\n \"federatedIdentitiesHtmlTitle\": \"Identités fédérées\",\n \"accountLogHtmlTitle\": \"Accès au compte\",\n \"changePasswordHtmlTitle\": \"Changer de mot de passe\",\n \"sessionsHtmlTitle\": \"Sessions\",\n \"accountManagementTitle\": \"Gestion du compte Keycloak\",\n \"authenticatorTitle\": \"Authentification\",\n \"applicationsHtmlTitle\": \"Applications\",\n \"authenticatorCode\": \"Mot de passe unique\",\n \"email\": \"Courriel\",\n \"firstName\": \"Prénom\",\n \"givenName\": \"Prénom\",\n \"fullName\": \"Nom complet\",\n \"lastName\": \"Nom\",\n \"familyName\": \"Nom de famille\",\n \"password\": \"Mot de passe\",\n \"passwordConfirm\": \"Confirmation\",\n \"passwordNew\": \"Nouveau mot de passe\",\n \"username\": \"Compte\",\n \"address\": \"Adresse\",\n \"street\": \"Rue\",\n \"locality\": \"Ville ou Localité\",\n \"region\": \"État, Province ou Région\",\n \"postal_code\": \"Code Postal\",\n \"country\": \"Pays\",\n \"emailVerified\": \"Courriel vérifié\",\n \"gssDelegationCredential\": \"Accréditation de délégation GSS\",\n \"role_admin\": \"Administrateur\",\n \"role_realm-admin\": \"Administrateur du domaine\",\n \"role_create-realm\": \"Créer un domaine\",\n \"role_view-realm\": \"Voir un domaine\",\n \"role_view-users\": \"Voir les utilisateurs\",\n \"role_view-applications\": \"Voir les applications\",\n \"role_view-clients\": \"Voir les clients\",\n \"role_view-events\": \"Voir les événements\",\n \"role_view-identity-providers\": \"Voir les fournisseurs d'identités\",\n \"role_manage-realm\": \"Gérer le domaine\",\n \"role_manage-users\": \"Gérer les utilisateurs\",\n \"role_manage-applications\": \"Gérer les applications\",\n \"role_manage-identity-providers\": \"Gérer les fournisseurs d'identités\",\n \"role_manage-clients\": \"Gérer les clients\",\n \"role_manage-events\": \"Gérer les événements\",\n \"role_view-profile\": \"Voir le profil\",\n \"role_manage-account\": \"Gérer le compte\",\n \"role_read-token\": \"Lire le jeton d'authentification\",\n \"role_offline-access\": \"Accès hors-ligne\",\n \"client_account\": \"Compte\",\n \"client_security-admin-console\": \"Console d'administration de la sécurité\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Gestion du domaine\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Champs obligatoires\",\n \"allFieldsRequired\": \"Tous les champs sont obligatoires\",\n \"backToApplication\": \"« Revenir à l'application\",\n \"backTo\": \"Revenir à {0}\",\n \"date\": \"Date\",\n \"event\": \"Evénement\",\n \"ip\": \"IP\",\n \"client\": \"Client\",\n \"clients\": \"Clients\",\n \"details\": \"Détails\",\n \"started\": \"Début\",\n \"lastAccess\": \"Dernier accès\",\n \"expires\": \"Expiration\",\n \"applications\": \"Applications\",\n \"account\": \"Compte\",\n \"federatedIdentity\": \"Identité fédérée\",\n \"authenticator\": \"Authentification\",\n \"sessions\": \"Sessions\",\n \"log\": \"Connexion\",\n \"application\": \"Application\",\n \"availablePermissions\": \"Permissions disponibles\",\n \"grantedPermissions\": \"Permissions accordées\",\n \"grantedPersonalInfo\": \"Informations personnelles accordées\",\n \"additionalGrants\": \"Droits additionnels\",\n \"action\": \"Action\",\n \"inResource\": \"dans\",\n \"fullAccess\": \"Accès complet\",\n \"offlineToken\": \"Jeton d'authentification hors-ligne\",\n \"revoke\": \"Révoquer un droit\",\n \"configureAuthenticators\": \"Authentifications configurées.\",\n \"mobile\": \"Téléphone mobile\",\n \"totpStep1\": \"Installez une des applications suivantes sur votre mobile\",\n \"totpStep2\": \"Ouvrez l'application et scannez le code-barres ou entrez la clef.\",\n \"totpStep3\": \"Entrez le code à usage unique fourni par l'application et cliquez sur Sauvegarder pour terminer.\",\n \"totpManualStep2\": \"Ouvrez l'application et entrez la clef\",\n \"totpManualStep3\": \"Utilisez les valeurs de configuration suivante si l'application les autorise\",\n \"totpUnableToScan\": \"Impossible de scanner ?\",\n \"totpScanBarcode\": \"Scanner le code-barres ?\",\n \"totp.totp\": \"Basé sur le temps\",\n \"totp.hotp\": \"Basé sur un compteur\",\n \"totpType\": \"Type\",\n \"totpAlgorithm\": \"Algorithme\",\n \"totpDigits\": \"Chiffres\",\n \"totpInterval\": \"Intervalle\",\n \"totpCounter\": \"Compteur\",\n \"missingUsernameMessage\": \"Veuillez entrer votre nom d'utilisateur.\",\n \"missingFirstNameMessage\": \"Veuillez entrer votre prénom.\",\n \"invalidEmailMessage\": \"Courriel invalide.\",\n \"missingLastNameMessage\": \"Veuillez entrer votre nom.\",\n \"missingEmailMessage\": \"Veuillez entrer votre courriel.\",\n \"missingPasswordMessage\": \"Veuillez entrer votre mot de passe.\",\n \"notMatchPasswordMessage\": \"Les mots de passe ne sont pas identiques\",\n \"missingTotpMessage\": \"Veuillez entrer le code d'authentification.\",\n \"invalidPasswordExistingMessage\": \"Mot de passe existant invalide.\",\n \"invalidPasswordConfirmMessage\": \"Le mot de passe de confirmation ne correspond pas.\",\n \"invalidTotpMessage\": \"Le code d'authentification est invalide.\",\n \"usernameExistsMessage\": \"Le nom d'utilisateur existe déjà.\",\n \"emailExistsMessage\": \"Le courriel existe déjà.\",\n \"readOnlyUserMessage\": \"Vous ne pouvez pas mettre à jour votre compte car il est en lecture seule.\",\n \"readOnlyPasswordMessage\": \"Vous ne pouvez pas mettre à jour votre mot de passe car votre compte est en lecture seule.\",\n \"successTotpMessage\": \"L'authentification via téléphone mobile est configurée.\",\n \"successTotpRemovedMessage\": \"L'authentification via téléphone mobile est supprimée.\",\n \"successGrantRevokedMessage\": \"Droit révoqué avec succès.\",\n \"accountUpdatedMessage\": \"Votre compte a été mis à jour.\",\n \"accountPasswordUpdatedMessage\": \"Votre mot de passe a été mis à jour.\",\n \"missingIdentityProviderMessage\": \"Le fournisseur d'identité n'est pas spécifié.\",\n \"invalidFederatedIdentityActionMessage\": \"Action manquante ou invalide.\",\n \"identityProviderNotFoundMessage\": \"Le fournisseur d'identité spécifié n'est pas trouvé.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Cette identité n'est plus active dorénavant.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Vous ne pouvez pas supprimer votre dernière fédération d'identité sans avoir de mot de passe spécifié.\",\n \"identityProviderRedirectErrorMessage\": \"Erreur de redirection vers le fournisseur d'identité.\",\n \"identityProviderRemovedMessage\": \"Le fournisseur d'identité a été supprimé correctement.\",\n \"identityProviderAlreadyLinkedMessage\": \"Le fournisseur d'identité retourné par {0} est déjà lié à un autre utilisateur.\",\n \"accountDisabledMessage\": \"Ce compte est désactivé, veuillez contacter votre administrateur.\",\n \"accountTemporarilyDisabledMessage\": \"Ce compte est temporairement désactivé, veuillez contacter votre administrateur ou réessayez plus tard.\",\n \"invalidPasswordMinLengthMessage\": \"Mot de passe invalide: longueur minimale {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Mot de passe invalide: doit contenir au moins {0} lettre(s) en minuscule.\",\n \"invalidPasswordMinDigitsMessage\": \"Mot de passe invalide: doit contenir au moins {0} chiffre(s).\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Mot de passe invalide: doit contenir au moins {0} lettre(s) en majuscule.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Mot de passe invalide: doit contenir au moins {0} caractère(s) spéciaux.\",\n \"invalidPasswordNotUsernameMessage\": \"Mot de passe invalide: ne doit pas être identique au nom d'utilisateur.\",\n \"invalidPasswordRegexPatternMessage\": \"Mot de passe invalide: ne valide pas l'expression rationnelle.\",\n \"invalidPasswordHistoryMessage\": \"Mot de passe invalide: ne doit pas être égal aux {0} derniers mots de passe.\",\n \"applicationName\": \"Nom de l'application\",\n \"update\": \"Mettre à jour\",\n \"status\": \"Statut\",\n \"authenticatorActionSetup\": \"Configurer\",\n \"device-activity\": \"Activité des Appareils\",\n \"accountSecurityTitle\": \"Sécurité du Compte\",\n \"accountManagementWelcomeMessage\": \"Bienvenue dans la Gestion de Compte Keycloak\",\n \"personalInfoHtmlTitle\": \"Informations Personnelles\",\n \"personalInfoIntroMessage\": \"Gérez vos informations de base\",\n \"personalSubMessage\": \"Gérez ces informations de base: votre prénom, nom de famille et email\",\n \"accountSecurityIntroMessage\": \"Gérez votre mot de passe et l'accès à votre compte\",\n \"applicationsIntroMessage\": \"Auditez et gérez les permissions d'accès des applications aux données de votre compte\",\n \"applicationType\": \"Type d'application\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4154.ed90364a.chunk.js b/resources/keycloak/keycloakify/static/js/4154.ed90364a.chunk.js new file mode 100644 index 00000000..878707e1 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4154.ed90364a.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[4154],{4154:function(e,s,a){a.r(s),a.d(s,{default:function(){return c}});var i=a(184);function c(e){var s=e.kcContext,a=e.i18n,c=e.doUseDefaultCss,r=e.Template,t=e.classes,n=s.message,l=s.client,o=a.msg;return(0,i.jsx)(r,Object.assign({},{kcContext:s,i18n:a,doUseDefaultCss:c,classes:t},{displayMessage:!1,headerNode:o("errorTitle")},{children:(0,i.jsxs)("div",Object.assign({id:"kc-error-message"},{children:[(0,i.jsx)("p",Object.assign({className:"instruction"},{children:n.summary})),void 0!==l&&void 0!==l.baseUrl&&(0,i.jsx)("p",{children:(0,i.jsx)("a",Object.assign({id:"backToApplication",href:l.baseUrl},{children:o("backToApplication")}))})]}))}))}}}]); +//# sourceMappingURL=4154.ed90364a.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4154.ed90364a.chunk.js.map b/resources/keycloak/keycloakify/static/js/4154.ed90364a.chunk.js.map new file mode 100644 index 00000000..7408f2b0 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4154.ed90364a.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/4154.ed90364a.chunk.js","mappings":"0LAIc,SAAUA,EAAMC,GAC1B,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAE5CC,EAAoBL,EAApBK,QAASC,EAAWN,EAAXM,OAETC,EAAQN,EAARM,IAER,OACIC,EAAAA,EAAAA,KAACL,EAAQM,OAAAC,OAAA,GAAK,CAAEV,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,GAAS,CAAEO,gBAAgB,EAAOC,WAAYL,EAAI,eAAa,CAAAM,UAC7GC,EAAAA,EAAAA,MAAA,MAAAL,OAAAC,OAAA,CAAKK,GAAG,oBAAkB,CAAAF,SAAA,EACtBL,EAAAA,EAAAA,KAAA,IAAAC,OAAAC,OAAA,CAAGM,UAAU,eAAa,CAAAH,SAAER,EAAQY,gBACxBC,IAAXZ,QAA2CY,IAAnBZ,EAAOa,UAC5BX,EAAAA,EAAAA,KAAA,KAAAK,UACIL,EAAAA,EAAAA,KAAA,IAAAC,OAAAC,OAAA,CAAGK,GAAG,oBAAoBK,KAAMd,EAAOa,SAAO,CAAAN,SACzCN,EAAI,gCAOjC,C","sources":["../node_modules/keycloakify/src/login/pages/Error.tsx"],"sourcesContent":["import type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function Error(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { message, client } = kcContext;\n\n const { msg } = i18n;\n\n return (\n \n );\n}\n"],"names":["Error","props","kcContext","i18n","doUseDefaultCss","Template","classes","message","client","msg","_jsx","Object","assign","displayMessage","headerNode","children","_jsxs","id","className","summary","undefined","baseUrl","href"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4226.e49e8b8a.chunk.js b/resources/keycloak/keycloakify/static/js/4226.e49e8b8a.chunk.js new file mode 100644 index 00000000..9b43894d --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4226.e49e8b8a.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[4226],{4226:function(e,a,t){t.r(a);a.default={doSave:"Ulo\u017eit",doCancel:"Zru\u0161it",doLogOutAllSessions:"Odhl\xe1sit v\u0161echny relace",doRemove:"Odstranit",doAdd:"P\u0159idat",doSignOut:"Odhl\xe1sit se",editAccountHtmlTitle:"Upravit \xfa\u010det",federatedIdentitiesHtmlTitle:"Propojen\xe9 identity",accountLogHtmlTitle:"Log \xfa\u010dtu",changePasswordHtmlTitle:"Zm\u011bnit heslo",sessionsHtmlTitle:"Relace",accountManagementTitle:"Spr\xe1va \xfa\u010dt\u016f Keycloak",authenticatorTitle:"Autentiz\xe1tor",applicationsHtmlTitle:"Aplikace",authenticatorCode:"Jednor\xe1zov\xfd k\xf3d",email:"E-mail",firstName:"Prvn\xed k\u0159estn\xed jm\xe9no",givenName:"K\u0159estn\xed jm\xe9na",fullName:"Cel\xe9 jm\xe9no",lastName:"P\u0159\xedjmen\xed",familyName:"Rodinn\xe9 jm\xe9no",password:"Heslo",passwordConfirm:"Nov\xe9 heslo (znovu)",passwordNew:"Nov\xe9 heslo",username:"U\u017eivatelsk\xe9 jm\xe9no",address:"Adresa",street:"Ulice",locality:"M\u011bsto nebo lokalita",region:"Kraj",postal_code:"PS\u010c",country:"St\xe1t",emailVerified:"E-mail ov\u011b\u0159en",gssDelegationCredential:"GSS delegovan\xe9 opr\xe1vn\u011bn\xed",role_admin:"Spr\xe1vce","role_realm-admin":"Spr\xe1vce realmu","role_create-realm":"Vytvo\u0159it realm","role_view-realm":"Zobrazit realm","role_view-users":"Zobrazit u\u017eivatele","role_view-applications":"Zobrazit aplikace","role_view-clients":"Zobrazit klienty","role_view-events":"Zobrazit ud\xe1losti","role_view-identity-providers":"Zobrazit poskytovatele identity","role_manage-realm":"Spravovat realm","role_manage-users":"Spravovat u\u017eivatele","role_manage-applications":"Spravovat aplikace","role_manage-identity-providers":"Spravovat poskytovatele identity","role_manage-clients":"Spravovat klienty","role_manage-events":"Spravovat ud\xe1losti","role_view-profile":"Zobrazit profil","role_manage-account":"Spravovat \xfa\u010det","role_manage-account-links":"Spravovat odkazy na \xfa\u010det","role_read-token":"\u010c\xedst token","role_offline-access":"P\u0159\xedstup offline",role_uma_authorization:"Z\xedsk\xe1n\xed opr\xe1vn\u011bn\xed",client_account:"\xda\u010det","client_security-admin-console":"Administr\xe1torsk\xe1 bezpe\u010dnostn\xed konzole","client_admin-cli":"Administr\xe1torsk\xe9 CLI","client_realm-management":"Spr\xe1va realm\u016f",client_broker:"Broker",requiredFields:"Po\u017eadovan\xe1 pole",allFieldsRequired:"V\u0161echna pole vy\u017eadovan\xe1",backToApplication:"« Zp\u011bt na aplikaci",backTo:"Zp\u011bt na {0}",date:"Datum",event:"Ud\xe1lost",ip:"IP",client:"Klient",clients:"Klienti",details:"Podrobnosti",started:"Zah\xe1jeno",lastAccess:"Posledn\xed p\u0159\xedstup",expires:"Vypr\u0161\xed",applications:"Aplikace",account:"\xda\u010det",federatedIdentity:"Propojen\xe1 identita",authenticator:"Autentiz\xe1tor",sessions:"Relace",log:"Log",application:"Aplikace",availablePermissions:"Dostupn\xe1 opr\xe1vn\u011bn\xed",grantedPermissions:"Ud\u011blen\xe9 opr\xe1vn\u011bn\xed",grantedPersonalInfo:"Poskytnut\xe9 osobn\xed informace",additionalGrants:"Dodate\u010dn\xe9 opr\xe1vn\u011bn\xed",action:"Akce",inResource:"v",fullAccess:"\xdapln\xfd p\u0159\xedstup",offlineToken:"Offline Token",revoke:"Zru\u0161it opr\xe1vn\u011bn\xed",configureAuthenticators:"Konfigurovan\xe9 autentiz\xe1tory",mobile:"Mobiln\xed",totpStep1:"Nainstalujte jednu z n\xe1sleduj\xedc\xedch aplikac\xed",totpStep2:"Otev\u0159ete aplikaci a naskenujte \u010d\xe1rov\xfd k\xf3d",totpStep3:"Zadejte jednor\xe1zov\xfd k\xf3d poskytnut\xfd aplikac\xed a klepnut\xedm na tla\u010d\xedtko Ulo\u017eit dokon\u010dete nastaven\xed.",totpManualStep2:"Otev\u0159ete aplikaci a zadejte kl\xed\u010d",totpManualStep3:"Pou\u017eijte n\xe1sleduj\xedc\xed hodnoty konfigurace, pokud aplikace umo\u017e\u0148uje jejich nastaven\xed",totpUnableToScan:"Nelze skenovat?",totpScanBarcode:"Skenovat \u010d\xe1rov\xfd k\xf3d?","totp.totp":"Zalo\u017eeno na \u010dase","totp.hotp":"Zalo\u017eeno na \u010d\xedta\u010di",totpType:"Typ",totpAlgorithm:"Algoritmus",totpDigits:"\u010c\xedslice",totpInterval:"Interval",totpCounter:"\u010c\xedta\u010d",missingUsernameMessage:"Zadejte u\u017eivatelsk\xe9 jm\xe9no.",missingFirstNameMessage:"Zadejte pros\xedm k\u0159estn\xed jm\xe9no.",invalidEmailMessage:"Neplatn\xe1 e-mailov\xe1 adresa.",missingLastNameMessage:"Zadejte pros\xedm p\u0159\xedjmen\xed.",missingEmailMessage:"Zadejte pros\xedm e-mail.",missingPasswordMessage:"Zadejte pros\xedm heslo.",notMatchPasswordMessage:"Hesla se neshoduj\xed.",missingTotpMessage:"Zadejte pros\xedm k\xf3d autentiz\xe1toru.",invalidPasswordExistingMessage:"Neplatn\xe9 st\xe1vaj\xedc\xed heslo.",invalidPasswordConfirmMessage:"Nov\xe1 hesla se neshoduj\xed.",invalidTotpMessage:"Neplatn\xfd k\xf3d autentiz\xe1toru.",usernameExistsMessage:"U\u017eivatelsk\xe9 jm\xe9no ji\u017e existuje.",emailExistsMessage:"E-mail ji\u017e existuje.",readOnlyUserMessage:"Nem\u016f\u017eete sv\u016fj \xfa\u010det aktualizovat, proto\u017ee je pouze pro \u010dten\xed.",readOnlyUsernameMessage:"Nem\u016f\u017eete aktualizovat sv\xe9 u\u017eivatelsk\xe9 jm\xe9no, proto\u017ee je pouze pro \u010dten\xed.",readOnlyPasswordMessage:"Nem\u016f\u017eete aktualizovat sv\xe9 heslo, proto\u017ee v\xe1\u0161 \xfa\u010det je jen pro \u010dten\xed.",successTotpMessage:"Ov\u011b\u0159en\xed pomoc\xed OTP \xfasp\u011b\u0161n\u011b konfigurov\xe1no.",successTotpRemovedMessage:"Ov\u011b\u0159en\xed pomoc\xed OTP \xfasp\u011b\u0161n\u011b odstran\u011bno.",successGrantRevokedMessage:"Opr\xe1vn\u011bn\xed bylo \xfasp\u011b\u0161n\u011b zru\u0161eno.",accountUpdatedMessage:"V\xe1\u0161 \xfa\u010det byl aktualizov\xe1n.",accountPasswordUpdatedMessage:"Va\u0161e heslo bylo aktualizov\xe1no.",missingIdentityProviderMessage:"Chyb\u011bj\xedc\xed poskytovatel identity.",invalidFederatedIdentityActionMessage:"Neplatn\xe1 nebo chyb\u011bj\xedc\xed akce.",identityProviderNotFoundMessage:"Poskytovatel identity nenalezen.",federatedIdentityLinkNotActiveMessage:"Tato identita ji\u017e nen\xed aktivn\xed.",federatedIdentityRemovingLastProviderMessage:"Nem\u016f\u017eete odstranit posledn\xed propojenou identitu, proto\u017ee nem\xe1te heslo.",identityProviderRedirectErrorMessage:"Nepoda\u0159ilo se p\u0159esm\u011brovat na poskytovatele identity.",identityProviderRemovedMessage:"Poskytovatel identity byl \xfasp\u011b\u0161n\u011b odstran\u011bn.",identityProviderAlreadyLinkedMessage:"Propojen\xe1 identita vr\xe1cen\xe1 u\u017eivatelem {0} je ji\u017e propojena s jin\xfdm u\u017eivatelem.",staleCodeAccountMessage:"Platnost vypr\u0161ela. Zkuste to je\u0161t\u011b jednou.",consentDenied:"Souhlas byl zam\xedtnut.",accountDisabledMessage:"\xda\u010det je zak\xe1z\xe1n, kontaktujte spr\xe1vce.",accountTemporarilyDisabledMessage:"\xda\u010det je do\u010dasn\u011b zak\xe1z\xe1n, kontaktujte spr\xe1vce nebo zkuste to pozd\u011bji.",invalidPasswordMinLengthMessage:"Neplatn\xe9 heslo: mus\xed obsahovat minim\xe1ln\u011b {0} mal\xfdch znak\u016f.",invalidPasswordMinLowerCaseCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahovat minim\xe1ln\u011b {0} mal\xe9 znaky.",invalidPasswordMinDigitsMessage:"Neplatn\xe9 heslo: mus\xed obsahovat nejm\xe9n\u011b {0} \u010d\xedslic.",invalidPasswordMinUpperCaseCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahovat nejm\xe9n\u011b {0} velk\xfdch p\xedsmenen.",invalidPasswordMinSpecialCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahovat nejm\xe9n\u011b {0} speci\xe1ln\xedch znak\u016f.",invalidPasswordNotUsernameMessage:"Neplatn\xe9 heslo: nesm\xed b\xfdt toto\u017en\xe9 s u\u017eivatelsk\xfdm jm\xe9nem.",invalidPasswordRegexPatternMessage:"Neplatn\xe9 heslo: neshoduje se zadan\xfdm regul\xe1rn\xedm v\xfdrazem.",invalidPasswordHistoryMessage:"Neplatn\xe9 heslo: Nesm\xed se opakovat \u017e\xe1dn\xe9 z posledn\xedch {0} hesel.",invalidPasswordBlacklistedMessage:"Neplatn\xe9 heslo: heslo je na \u010dern\xe9 listin\u011b.",invalidPasswordGenericMessage:"Neplatn\xe9 heslo: nov\xe9 heslo neodpov\xedd\xe1 pravidl\u016fm hesla."}}}]); +//# sourceMappingURL=4226.e49e8b8a.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4226.e49e8b8a.chunk.js.map b/resources/keycloak/keycloakify/static/js/4226.e49e8b8a.chunk.js.map new file mode 100644 index 00000000..47bd295c --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4226.e49e8b8a.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/4226.e49e8b8a.chunk.js","mappings":"uIA0JA,UAtJgB,CACd,OAAU,cACV,SAAY,cACZ,oBAAuB,kCACvB,SAAY,YACZ,MAAS,cACT,UAAa,iBACb,qBAAwB,uBACxB,6BAAgC,wBAChC,oBAAuB,mBACvB,wBAA2B,oBAC3B,kBAAqB,SACrB,uBAA0B,uCAC1B,mBAAsB,kBACtB,sBAAyB,WACzB,kBAAqB,2BACrB,MAAS,SACT,UAAa,oCACb,UAAa,2BACb,SAAY,mBACZ,SAAY,sBACZ,WAAc,sBACd,SAAY,QACZ,gBAAmB,wBACnB,YAAe,gBACf,SAAY,+BACZ,QAAW,SACX,OAAU,QACV,SAAY,2BACZ,OAAU,OACV,YAAe,WACf,QAAW,UACX,cAAiB,0BACjB,wBAA2B,yCAC3B,WAAc,aACd,mBAAoB,oBACpB,oBAAqB,sBACrB,kBAAmB,iBACnB,kBAAmB,0BACnB,yBAA0B,oBAC1B,oBAAqB,mBACrB,mBAAoB,uBACpB,+BAAgC,kCAChC,oBAAqB,kBACrB,oBAAqB,2BACrB,2BAA4B,qBAC5B,iCAAkC,mCAClC,sBAAuB,oBACvB,qBAAsB,wBACtB,oBAAqB,kBACrB,sBAAuB,yBACvB,4BAA6B,mCAC7B,kBAAmB,qBACnB,sBAAuB,0BACvB,uBAA0B,wCAC1B,eAAkB,eAClB,gCAAiC,sDACjC,mBAAoB,6BACpB,0BAA2B,wBAC3B,cAAiB,SACjB,eAAkB,0BAClB,kBAAqB,uCACrB,kBAAqB,gCACrB,OAAU,mBACV,KAAQ,QACR,MAAS,aACT,GAAM,KACN,OAAU,SACV,QAAW,UACX,QAAW,cACX,QAAW,cACX,WAAc,8BACd,QAAW,iBACX,aAAgB,WAChB,QAAW,eACX,kBAAqB,wBACrB,cAAiB,kBACjB,SAAY,SACZ,IAAO,MACP,YAAe,WACf,qBAAwB,mCACxB,mBAAsB,uCACtB,oBAAuB,oCACvB,iBAAoB,yCACpB,OAAU,OACV,WAAc,IACd,WAAc,8BACd,aAAgB,gBAChB,OAAU,mCACV,wBAA2B,oCAC3B,OAAU,aACV,UAAa,0DACb,UAAa,+DACb,UAAa,yIACb,gBAAmB,gDACnB,gBAAmB,gHACnB,iBAAoB,kBACpB,gBAAmB,qCACnB,YAAa,6BACb,YAAa,uCACb,SAAY,MACZ,cAAiB,aACjB,WAAc,kBACd,aAAgB,WAChB,YAAe,qBACf,uBAA0B,wCAC1B,wBAA2B,8CAC3B,oBAAuB,mCACvB,uBAA0B,yCAC1B,oBAAuB,4BACvB,uBAA0B,2BAC1B,wBAA2B,yBAC3B,mBAAsB,6CACtB,+BAAkC,wCAClC,8BAAiC,iCACjC,mBAAsB,uCACtB,sBAAyB,kDACzB,mBAAsB,4BACtB,oBAAuB,mGACvB,wBAA2B,gHAC3B,wBAA2B,gHAC3B,mBAAsB,iFACtB,0BAA6B,gFAC7B,2BAA8B,oEAC9B,sBAAyB,gDACzB,8BAAiC,yCACjC,+BAAkC,8CAClC,sCAAyC,8CACzC,gCAAmC,mCACnC,sCAAyC,6CACzC,6CAAgD,8FAChD,qCAAwC,sEACxC,+BAAkC,sEAClC,qCAAwC,4GACxC,wBAA2B,4DAC3B,cAAiB,2BACjB,uBAA0B,yDAC1B,kCAAqC,uGACrC,gCAAmC,mFACnC,wCAA2C,4EAC3C,gCAAmC,2EACnC,wCAA2C,mFAC3C,sCAAyC,yFACzC,kCAAqC,uFACrC,mCAAsC,0EACtC,8BAAiC,sFACjC,kCAAqC,6DACrC,8BAAiC,0E","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/cs.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Uložit\",\n \"doCancel\": \"Zrušit\",\n \"doLogOutAllSessions\": \"Odhlásit všechny relace\",\n \"doRemove\": \"Odstranit\",\n \"doAdd\": \"Přidat\",\n \"doSignOut\": \"Odhlásit se\",\n \"editAccountHtmlTitle\": \"Upravit účet\",\n \"federatedIdentitiesHtmlTitle\": \"Propojené identity\",\n \"accountLogHtmlTitle\": \"Log účtu\",\n \"changePasswordHtmlTitle\": \"Změnit heslo\",\n \"sessionsHtmlTitle\": \"Relace\",\n \"accountManagementTitle\": \"Správa účtů Keycloak\",\n \"authenticatorTitle\": \"Autentizátor\",\n \"applicationsHtmlTitle\": \"Aplikace\",\n \"authenticatorCode\": \"Jednorázový kód\",\n \"email\": \"E-mail\",\n \"firstName\": \"První křestní jméno\",\n \"givenName\": \"Křestní jména\",\n \"fullName\": \"Celé jméno\",\n \"lastName\": \"Příjmení\",\n \"familyName\": \"Rodinné jméno\",\n \"password\": \"Heslo\",\n \"passwordConfirm\": \"Nové heslo (znovu)\",\n \"passwordNew\": \"Nové heslo\",\n \"username\": \"Uživatelské jméno\",\n \"address\": \"Adresa\",\n \"street\": \"Ulice\",\n \"locality\": \"Město nebo lokalita\",\n \"region\": \"Kraj\",\n \"postal_code\": \"PSČ\",\n \"country\": \"Stát\",\n \"emailVerified\": \"E-mail ověřen\",\n \"gssDelegationCredential\": \"GSS delegované oprávnění\",\n \"role_admin\": \"Správce\",\n \"role_realm-admin\": \"Správce realmu\",\n \"role_create-realm\": \"Vytvořit realm\",\n \"role_view-realm\": \"Zobrazit realm\",\n \"role_view-users\": \"Zobrazit uživatele\",\n \"role_view-applications\": \"Zobrazit aplikace\",\n \"role_view-clients\": \"Zobrazit klienty\",\n \"role_view-events\": \"Zobrazit události\",\n \"role_view-identity-providers\": \"Zobrazit poskytovatele identity\",\n \"role_manage-realm\": \"Spravovat realm\",\n \"role_manage-users\": \"Spravovat uživatele\",\n \"role_manage-applications\": \"Spravovat aplikace\",\n \"role_manage-identity-providers\": \"Spravovat poskytovatele identity\",\n \"role_manage-clients\": \"Spravovat klienty\",\n \"role_manage-events\": \"Spravovat události\",\n \"role_view-profile\": \"Zobrazit profil\",\n \"role_manage-account\": \"Spravovat účet\",\n \"role_manage-account-links\": \"Spravovat odkazy na účet\",\n \"role_read-token\": \"Číst token\",\n \"role_offline-access\": \"Přístup offline\",\n \"role_uma_authorization\": \"Získání oprávnění\",\n \"client_account\": \"Účet\",\n \"client_security-admin-console\": \"Administrátorská bezpečnostní konzole\",\n \"client_admin-cli\": \"Administrátorské CLI\",\n \"client_realm-management\": \"Správa realmů\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Požadovaná pole\",\n \"allFieldsRequired\": \"Všechna pole vyžadovaná\",\n \"backToApplication\": \"« Zpět na aplikaci\",\n \"backTo\": \"Zpět na {0}\",\n \"date\": \"Datum\",\n \"event\": \"Událost\",\n \"ip\": \"IP\",\n \"client\": \"Klient\",\n \"clients\": \"Klienti\",\n \"details\": \"Podrobnosti\",\n \"started\": \"Zahájeno\",\n \"lastAccess\": \"Poslední přístup\",\n \"expires\": \"Vyprší\",\n \"applications\": \"Aplikace\",\n \"account\": \"Účet\",\n \"federatedIdentity\": \"Propojená identita\",\n \"authenticator\": \"Autentizátor\",\n \"sessions\": \"Relace\",\n \"log\": \"Log\",\n \"application\": \"Aplikace\",\n \"availablePermissions\": \"Dostupná oprávnění\",\n \"grantedPermissions\": \"Udělené oprávnění\",\n \"grantedPersonalInfo\": \"Poskytnuté osobní informace\",\n \"additionalGrants\": \"Dodatečné oprávnění\",\n \"action\": \"Akce\",\n \"inResource\": \"v\",\n \"fullAccess\": \"Úplný přístup\",\n \"offlineToken\": \"Offline Token\",\n \"revoke\": \"Zrušit oprávnění\",\n \"configureAuthenticators\": \"Konfigurované autentizátory\",\n \"mobile\": \"Mobilní\",\n \"totpStep1\": \"Nainstalujte jednu z následujících aplikací\",\n \"totpStep2\": \"Otevřete aplikaci a naskenujte čárový kód\",\n \"totpStep3\": \"Zadejte jednorázový kód poskytnutý aplikací a klepnutím na tlačítko Uložit dokončete nastavení.\",\n \"totpManualStep2\": \"Otevřete aplikaci a zadejte klíč\",\n \"totpManualStep3\": \"Použijte následující hodnoty konfigurace, pokud aplikace umožňuje jejich nastavení\",\n \"totpUnableToScan\": \"Nelze skenovat?\",\n \"totpScanBarcode\": \"Skenovat čárový kód?\",\n \"totp.totp\": \"Založeno na čase\",\n \"totp.hotp\": \"Založeno na čítači\",\n \"totpType\": \"Typ\",\n \"totpAlgorithm\": \"Algoritmus\",\n \"totpDigits\": \"Číslice\",\n \"totpInterval\": \"Interval\",\n \"totpCounter\": \"Čítač\",\n \"missingUsernameMessage\": \"Zadejte uživatelské jméno.\",\n \"missingFirstNameMessage\": \"Zadejte prosím křestní jméno.\",\n \"invalidEmailMessage\": \"Neplatná e-mailová adresa.\",\n \"missingLastNameMessage\": \"Zadejte prosím příjmení.\",\n \"missingEmailMessage\": \"Zadejte prosím e-mail.\",\n \"missingPasswordMessage\": \"Zadejte prosím heslo.\",\n \"notMatchPasswordMessage\": \"Hesla se neshodují.\",\n \"missingTotpMessage\": \"Zadejte prosím kód autentizátoru.\",\n \"invalidPasswordExistingMessage\": \"Neplatné stávající heslo.\",\n \"invalidPasswordConfirmMessage\": \"Nová hesla se neshodují.\",\n \"invalidTotpMessage\": \"Neplatný kód autentizátoru.\",\n \"usernameExistsMessage\": \"Uživatelské jméno již existuje.\",\n \"emailExistsMessage\": \"E-mail již existuje.\",\n \"readOnlyUserMessage\": \"Nemůžete svůj účet aktualizovat, protože je pouze pro čtení.\",\n \"readOnlyUsernameMessage\": \"Nemůžete aktualizovat své uživatelské jméno, protože je pouze pro čtení.\",\n \"readOnlyPasswordMessage\": \"Nemůžete aktualizovat své heslo, protože váš účet je jen pro čtení.\",\n \"successTotpMessage\": \"Ověření pomocí OTP úspěšně konfigurováno.\",\n \"successTotpRemovedMessage\": \"Ověření pomocí OTP úspěšně odstraněno.\",\n \"successGrantRevokedMessage\": \"Oprávnění bylo úspěšně zrušeno.\",\n \"accountUpdatedMessage\": \"Váš účet byl aktualizován.\",\n \"accountPasswordUpdatedMessage\": \"Vaše heslo bylo aktualizováno.\",\n \"missingIdentityProviderMessage\": \"Chybějící poskytovatel identity.\",\n \"invalidFederatedIdentityActionMessage\": \"Neplatná nebo chybějící akce.\",\n \"identityProviderNotFoundMessage\": \"Poskytovatel identity nenalezen.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Tato identita již není aktivní.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Nemůžete odstranit poslední propojenou identitu, protože nemáte heslo.\",\n \"identityProviderRedirectErrorMessage\": \"Nepodařilo se přesměrovat na poskytovatele identity.\",\n \"identityProviderRemovedMessage\": \"Poskytovatel identity byl úspěšně odstraněn.\",\n \"identityProviderAlreadyLinkedMessage\": \"Propojená identita vrácená uživatelem {0} je již propojena s jiným uživatelem.\",\n \"staleCodeAccountMessage\": \"Platnost vypršela. Zkuste to ještě jednou.\",\n \"consentDenied\": \"Souhlas byl zamítnut.\",\n \"accountDisabledMessage\": \"Účet je zakázán, kontaktujte správce.\",\n \"accountTemporarilyDisabledMessage\": \"Účet je dočasně zakázán, kontaktujte správce nebo zkuste to později.\",\n \"invalidPasswordMinLengthMessage\": \"Neplatné heslo: musí obsahovat minimálně {0} malých znaků.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Neplatné heslo: musí obsahovat minimálně {0} malé znaky.\",\n \"invalidPasswordMinDigitsMessage\": \"Neplatné heslo: musí obsahovat nejméně {0} číslic.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Neplatné heslo: musí obsahovat nejméně {0} velkých písmenen.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Neplatné heslo: musí obsahovat nejméně {0} speciálních znaků.\",\n \"invalidPasswordNotUsernameMessage\": \"Neplatné heslo: nesmí být totožné s uživatelským jménem.\",\n \"invalidPasswordRegexPatternMessage\": \"Neplatné heslo: neshoduje se zadaným regulárním výrazem.\",\n \"invalidPasswordHistoryMessage\": \"Neplatné heslo: Nesmí se opakovat žádné z posledních {0} hesel.\",\n \"invalidPasswordBlacklistedMessage\": \"Neplatné heslo: heslo je na černé listině.\",\n \"invalidPasswordGenericMessage\": \"Neplatné heslo: nové heslo neodpovídá pravidlům hesla.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4459.c25277a9.chunk.js b/resources/keycloak/keycloakify/static/js/4459.c25277a9.chunk.js new file mode 100644 index 00000000..5888ff23 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4459.c25277a9.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[4459],{4459:function(e,n,i){i.r(n);n.default={doLogIn:"Log ind",doRegister:"Registrer",doCancel:"Annuller",doSubmit:"Indsend",doYes:"Ja",doNo:"Nej",doContinue:"Forts\xe6t",doIgnore:"Ignorer",doAccept:"Accepter",doDecline:"Afsl\xe5",doForgotPassword:"Glemt adgangskode?",doClickHere:"Klik her",doImpersonate:"Efterlign",kerberosNotConfigured:"Kerberos er ikke konfigureret",kerberosNotConfiguredTitle:"Kerberos er ikke konfigureret",bypassKerberosDetail:"Enten er du ikke logget ind via Kerberos eller ogs\xe5 er din browser ikke sat op til Kerberos login. Tryk forts\xe6t for at logge ind p\xe5 anden vis",kerberosNotSetUp:"Kerberos er ikke sat op. Du kan ikke logge ind.",registerTitle:"Registrer",loginTitle:"Log ind i {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} Efterlign bruger",impersonateTitleHtml:"{0} Efterlign bruger",realmChoice:"Rige",unknownUser:"Ukendt bruger",loginTotpTitle:"Mobil Godkendelses Ops\xe6tning",loginProfileTitle:"Opdater brugerinformationer",loginTimeout:"Dit login tog for lang tid. Login processen vil nu begynde forfra.",oauthGrantTitle:"Giv adgang til {0}",oauthGrantTitleHtml:"{0}",errorTitle:"Vi beklager...",errorTitleHtml:"Vi beklager ...",emailVerifyTitle:"Email verificering",emailForgotTitle:"Glemt din adgangskode?",updatePasswordTitle:"Opdater adgangskode",codeSuccessTitle:"Success kode",codeErrorTitle:"Fejl kode: {0}",displayUnsupported:"Den \xf8nskede sk\xe6rmtype underst\xf8ttes ikke",browserRequired:"Brwoseren skal logges ind",browserContinue:"Browser p\xe5kr\xe6vet for at kunne gennemf\xf8re login",browserContinuePrompt:"\xc5ben browser for at forts\xe6tte login? [j/n]:",browserContinueAnswer:"j",termsTitle:"Vilk\xe5r og betingelser",termsText:"

Vilk\xe5r og betingelser mangler at blive beskrevet

",termsPlainText:"Vilk\xe5r og betingelser mangler at blive beskrevet.",recaptchaFailed:"Ugyldig Recaptcha",recaptchaNotConfigured:"Recaptcha er p\xe5kr\xe6vet, men ikke konfigureret",consentDenied:"Samtykke afsl\xe5et.",noAccount:"Ny bruger?",username:"Brugernavn",usernameOrEmail:"Brugernavn eller email",firstName:"Fornavn",givenName:"Fornavn",fullName:"Fulde navn",lastName:"Efternavn",familyName:"Efternavn",email:"Email",password:"Adgangskode",passwordConfirm:"Bekr\xe6ft adgangskode",passwordNew:"Ny Adgangskode",passwordNewConfirm:"Bekr\xe6ft ny adgangskode",rememberMe:"Husk mig",authenticatorCode:"Engangskode",address:"Adresse",street:"Vej",locality:"By",region:"Region",postal_code:"Postnummer",country:"Land",emailVerified:"Email verificeret",gssDelegationCredential:"GSS Delegation Credential",profileScopeConsentText:"Brugerprofil",emailScopeConsentText:"Email adresse",addressScopeConsentText:"Adresse",phoneScopeConsentText:"Telefonnummer",offlineAccessScopeConsentText:"Offline Adgang",samlRoleListScopeConsentText:"Mine roller",loginTotpIntro:"Du skal ops\xe6tte en Engangskodegenerator for at kunne tilg\xe5 denne konto.",loginTotpStep1:"Installer en af f\xf8lgende applikationer p\xe5 din mobil",loginTotpStep2:"\xc5ben applikationen og skan stregkoden",loginTotpStep3:"Indtast engangskoden fra applikationen og tryk Indsend for at gennemf\xf8re ops\xe6tningen",loginTotpManualStep2:"\xc5ben applikationen og indtast n\xf8glen",loginTotpManualStep3:"Brug f\xf8lgende konfigurations v\xe6rdier hvis applikationen tillader det",loginTotpUnableToScan:"Kan du ikke skanne?",loginTotpScanBarcode:"Skan stregkode?",loginOtpOneTime:"Engangskode",loginTotpType:"Type",loginTotpAlgorithm:"Algoritme",loginTotpDigits:"Cifre",loginTotpInterval:"Interval",loginTotpCounter:"T\xe6ller","loginTotp.totp":"Tidsbaseret","loginTotp.hotp":"T\xe6llerbaseret",oauthGrantRequest:"Bevilger du disse adgangs privilegier?",inResource:"ind",emailVerifyInstruction1:"En email med instruktioner til, hvordan du verificerer din mail adresse er blevet sendt til dig.",emailVerifyInstruction2:"Har du ikke modtaget en verificerings kode i din inbox?",emailVerifyInstruction3:"for at gensende emailen.",emailLinkIdpTitle:"Link {0}",emailLinkIdp1:"En email med instruktioner til hvordan du linker {0} konto {1} med din {2} konto er blevet sendt til dig.",emailLinkIdp2:"Har du ikke modtaget en verificerings kode i din inbox?",emailLinkIdp3:"for at gensende emailen.",emailLinkIdp4:"Hvis du allerede har verificeret din email i en anden browser",emailLinkIdp5:"for at forts\xe6tte.",backToLogin:"« Tilbage til log ind",emailInstruction:"Indtast dit brugernavn eller email adresse, s\xe5 sender vi instruktioner til dig om hvordan du angiver en ny adgangskode.",copyCodeInstruction:"Kopier denne kode og inds\xe6t den i din applikation:",pageExpiredTitle:"Siden er udl\xf8bet",pageExpiredMsg1:"For at genstarte login processen",pageExpiredMsg2:"For at forts\xe6tte login processen",personalInfo:"Personlig information:",role_admin:"Admin","role_realm-admin":"Rige Admin","role_create-realm":"Opret rige","role_create-client":"Opret klient","role_view-realm":"Se rige","role_view-users":"Se brugere","role_view-applications":"Se applikationer","role_view-clients":"Se klienter","role_view-events":"Se h\xe6ndelser","role_view-identity-providers":"Se identitetsudbydere","role_manage-realm":"Administrer rige","role_manage-users":"Administrer brugere","role_manage-applications":"Administrer applikationer","role_manage-identity-providers":"Administrer identitetsudbydere","role_manage-clients":"Administrer klienter","role_manage-events":"Administrer h\xe6ndelser","role_view-profile":"Se profil","role_manage-account":"Administrer konto","role_manage-account-links":"Administrer konto links","role_read-token":"Se token","role_offline-access":"Offline adgang",client_account:"Konto","client_account-console":"Kontokonsol","client_security-admin-console":"Sikkerhefds Admin Konsol","client_admin-cli":"Admin CLI","client_realm-management":"Rige administration",client_broker:"Broker",invalidUserMessage:"Ugyldig brugernavn eller adgangskode.",invalidEmailMessage:"Ugyldig email adresse.",accountDisabledMessage:"Kontoen er deaktiveret, kontakt en administrator.",accountTemporarilyDisabledMessage:"Kontoen er midlertidigt deaktiveret, kontakt en administrator eller pr\xf8v igen senere.",expiredCodeMessage:"Log ind tog for lang tid. Pr\xf8v igen.",expiredActionMessage:"Handlingen er udl\xf8bet. Forts\xe6t med log ind nu.",expiredActionTokenNoSessionMessage:"Handling udl\xf8bet.",expiredActionTokenSessionExistsMessage:"Handlingen er udl\xf8bet. Start venligst forfra.",missingFirstNameMessage:"Angiv fornavn.",missingLastNameMessage:"Angiv efternavn.",missingEmailMessage:"Angiv email adressse.",missingUsernameMessage:"Angiv brugernavn.",missingPasswordMessage:"Angiv password.",missingTotpMessage:"Angiv autentificerings kode.",notMatchPasswordMessage:"Passwords er ikke ens.",invalidPasswordExistingMessage:"Ugyldig eksisterende adgangskode.",invalidPasswordBlacklistedMessage:"Ugyldig adgangskode: Adgangskoden er sortlisted.",invalidPasswordConfirmMessage:"Adgangskoderne er ikke ens",invalidTotpMessage:"Ugyldig autentificerings kode.",usernameExistsMessage:"Brugernavnet eksisterer allerede.",emailExistsMessage:"Email adressen eksisterer allerede.",federatedIdentityExistsMessage:"Bruger med {0} {1} eksisterer allerede. Log ind i konto administration for at linke kontoen.",confirmLinkIdpTitle:"Kontoen eksisterer allerede",federatedIdentityConfirmLinkMessage:"Bruger med {0} {1} eksisterer allerede. Hvordan vil du forts\xe6tte?",federatedIdentityConfirmReauthenticateMessage:"Log ind som {0} for at linke din konto med {1}",confirmLinkIdpReviewProfile:"Se profil",confirmLinkIdpContinue:"Tilf\xf8j til eksisterende konto",configureTotpMessage:"Du skal ops\xe6tte en Mobile Authenticator for at kunne aktivere din konto.",updateProfileMessage:"Du skal opdatere din brugerprofil for at kunne aktivere din konto.",updatePasswordMessage:"Du skal \xe6ndre din adgangskode for at kunne aktivere din konto.",resetPasswordMessage:"Du skal \xe6ndre din adgangskode.",verifyEmailMessage:"Du skal verificere din email adresse for at kunne aktivere din konto.",linkIdpMessage:"Du skal verificere din email adresse for at kunne kontoen med {0}.",emailSentMessage:"Du vil snarest modtage en email med yderligere instruktioner.",emailSendErrorMessage:"Kunne ikke sende email, pr\xf8v igen senere.",accountUpdatedMessage:"Din konto er blevet opdateret.",accountPasswordUpdatedMessage:"Din adgangskode er blevet opdateret.",delegationCompleteHeader:"Login lykkedes",delegationCompleteMessage:"Du kan nu lukke dette browser vindue og g\xe5 tilbage til din konsol applikation.",delegationFailedHeader:"Log ind fejlede",delegationFailedMessage:"Du kan nu lukke dette browser vindue og g\xe5 tilbage til din konsol applikation for at fors\xf8ge at logge ind igen.",noAccessMessage:"Ingen adgang",invalidPasswordMinLengthMessage:"Ugyldig adgangskode: minimum l\xe6ngde {0}.",invalidPasswordMinDigitsMessage:"Ugyldig adgangskode: skal minimum indeholde {0} tal.",invalidPasswordMinLowerCaseCharsMessage:"Ugyldig adgangskode: skal minimum indeholde {0} sm\xe5 bogstaver.",invalidPasswordMinUpperCaseCharsMessage:"Ugyldig adgangskode: skal minimum indeholde {0} store bogstaver.",invalidPasswordMinSpecialCharsMessage:"Ugyldig adgangskode: skal minimum indeholde {0} specialtegn.",invalidPasswordNotUsernameMessage:"Ugyldig adgangskode: m\xe5 ikke v\xe6re identisk med brugernavnet.",invalidPasswordRegexPatternMessage:"Ugyldig adgangskode: Ikke i stand til at matche regex m\xf8nstre.",invalidPasswordHistoryMessage:"Ugyldig adgangskode: m\xe5 ikke v\xe6re identisk med nogle af de seneste {0} adgangskoder.",invalidPasswordGenericMessage:"Ugyldig adgangskode: ny adgangskode matcher ikke vores adgangskode politikker.",failedToProcessResponseMessage:"Ude af stand til at processere svaret",httpsRequiredMessage:"HTTPS p\xe5kr\xe6vet",realmNotEnabledMessage:"Riget er ikke aktiveret",invalidRequestMessage:"Ugyldig Foresp\xf8rgsel",failedLogout:"Logud fejlede",unknownLoginRequesterMessage:"Ukendt log ind foresp\xf8rger",loginRequesterNotEnabledMessage:"Log ind foresp\xf8rgeren er ikke aktiveret",bearerOnlyMessage:"Bearer-only applikationer m\xe5 ikke foretage browser login",standardFlowDisabledMessage:"Klienten m\xe5 ikke foretage browser login med den givne response_type. Standard flowet er deaktiveret for klienten.",implicitFlowDisabledMessage:"Klienten m\xe5 ikke foretage browser login med den givne response_type. Implicit flowet er deaktiveret for klienten.",invalidRedirectUriMessage:"Ugyldig redirect uri",unsupportedNameIdFormatMessage:"Ikke underst\xf8ttet NameIDFormat",invalidRequesterMessage:"Ugyldig foresp\xf8rger",registrationNotAllowedMessage:"Registrering er ikke tilladt",resetCredentialNotAllowedMessage:"Reset Credential er ikke tilladt",permissionNotApprovedMessage:"Tilladelse ikke godkendt.",noRelayStateInResponseMessage:"Ingen rel\xe6 tilstand i svaret fra identitetsudbyderen.",insufficientPermissionMessage:"Utilstr\xe6kkelig tilladelse for at kunne linke identiter.",couldNotProceedWithAuthenticationRequestMessage:"Kunne ikke forts\xe6tte med godkendelsesanmodning til identitetsudbyderen.",couldNotObtainTokenMessage:"Kunne ikke opn\xe5 token fra identitetsudbyder.",unexpectedErrorRetrievingTokenMessage:"Uventet fejl i fors\xf8get p\xe5 at hente token fra identitetsudbyder.",unexpectedErrorHandlingResponseMessage:"Uventet fejl i fors\xf8get p\xe5 at behandle svaret fra identitetsudbyder.",identityProviderAuthenticationFailedMessage:"Log ind fejlede. Kunne ikke logge ind ved identitetsudbyder.",couldNotSendAuthenticationRequestMessage:"Kunne ikke sende log ind foresp\xf8rgsel til identitetsudbyder.",unexpectedErrorHandlingRequestMessage:"Uventet fejl under h\xe5ndteringen af foresp\xf8rgsel til identitetsudbyder.",invalidAccessCodeMessage:"Ugyldig adgangskode.",sessionNotActiveMessage:"Sessionen er ikke aktiv.",invalidCodeMessage:"Der opstod en fejl, log ind igen via din applikation.",identityProviderUnexpectedErrorMessage:"Uventet fejl under log ind ved identitetsudbyder",identityProviderNotFoundMessage:"Kunne ikke finde en identitetsudbyder med det angivede id.",identityProviderLinkSuccess:"Din email er nu verificeret. G\xe5 tilbage til din oprindelige browser og forts\xe6t log ind derfra.",staleCodeMessage:"Siden er ikke l\xe6ngere gyldig, g\xe5 tilbage til din applikation og login igen",realmSupportsNoCredentialsMessage:"Riget underst\xf8tter ikke nogen legimatitionstype.",credentialSetupRequired:"Kan ikke logge ind. Legimatitionstype skal konfigureres.",identityProviderNotUniqueMessage:"Riget underst\xf8tter flere forskellige identitetsudbydere. Kunne ikke beslutte hvilken identitetsudbyder der skulle bruges til at logge ind med.",emailVerifiedMessage:"Din email adresse er verificeret.",staleEmailVerificationLink:"Linket du har klikket p\xe5 er et gammelt udl\xf8bet link. M\xe5ske har du allerede verificeret din mailadresse?",identityProviderAlreadyLinkedMessage:"Forbundsidentitet returneret af {0} er allerede linket til en anden bruger.",confirmAccountLinking:"Bekr\xe6ft sammenkobling af konto {0} fra identitetsudbyder {1} med din konto.",confirmEmailAddressVerification:"Bekr\xe6ft gyldigheden af email adresse {0}.",confirmExecutionOfActions:"Udf\xf8r f\xf8lgende handling(er)",locale_ca:"Catal\xe0",locale_da:"Dansk",locale_de:"Deutsch",locale_en:"English",locale_es:"Espa\xf1ol",locale_fr:"Fran\xe7ais",locale_it:"Italiano",locale_ja:"\u65e5\u672c\u8a9e",locale_nl:"Nederlands",locale_no:"Norsk",locale_pt_BR:"Portugu\xeas (Brasil)","locale_pt-BR":"Portugu\xeas (Brasil)",locale_ru:"\u0420\u0443\u0441\u0441\u043a\u0438\u0439",locale_lt:"Lietuvi\u0173","locale_zh-CN":"\u4e2d\u6587\u7b80\u4f53",locale_sk:"Sloven\u010dina",locale_sv:"Svenska",backToApplication:"« Tilbage til applikation",missingParameterMessage:"Manglende parametre: {0}",clientNotFoundMessage:"Klienten kunne ikke findes.",clientDisabledMessage:"Klienten er deaktiveret.",invalidParameterMessage:"Ugyldig parameter: {0}",alreadyLoggedIn:"Du er allerede logget ind.",differentUserAuthenticated:"Du er allerede logget ind som en anden bruger '{0}' i denne session. Log venligst ud f\xf8rst.",brokerLinkingSessionExpired:"Har foresp\xf8rgt kobling mellem m\xe6glerkonti, men den nuv\xe6rende session er ikke l\xe6ngere gyldig.",proceedWithAction:"» Tryk her for at forts\xe6tte","requiredAction.CONFIGURE_TOTP":"Konfigurer OTP","requiredAction.terms_and_conditions":"Vilk\xe5r og betingelser","requiredAction.UPDATE_PASSWORD":"Opdater Adgangskode","requiredAction.UPDATE_PROFILE":"Opdater Profil","requiredAction.VERIFY_EMAIL":"Verificer email adresse",doX509Login:"Du vil blive logget ind som:",clientCertificate:"X509 client certificate:",noCertificate:"[No Certificate]",pageNotFound:"Siden kunne ikke findes",internalServerError:"Der opstod en intern server fejl.","console-username":"Brugernavn:","console-password":"Adgangskode:","console-otp":"Engangskode:","console-new-password":"Ny Adgangskode:","console-confirm-password":"Bekr\xe6ft Adgangskode:","console-update-password":"Du skal opdatere din adgangskode.","console-verify-email":"Du skal verificere din email adresse. En email er blevet sendt til {0} som indeholder en verificerings kode. Indtast koden i input feltet herunder.","console-email-code":"Email Kode:","console-accept-terms":"Accepter Vilk\xe5r? [j/n]:","console-accept":"j","auth-username-form-display-name":"Brugernavn","auth-username-form-help-text":"Start log ind ved at indtaste dit brugernavn","auth-username-password-form-display-name":"Brugernavn og adgangskode","auth-username-password-form-help-text":"Log ind ved at indtaste dit brugernavn og adgangskode",doBack:"Tilbage",doTryAgain:"Pr\xf8v igen",doTryAnotherWay:"Pr\xf8v p\xe5 en anden m\xe5de",rolesScopeConsentText:"Brugerroller",restartLoginTooltip:"Start log ind forfra",loginTotpStep3DeviceName:"Angiv et udstyrsnavn for at kunne holde rede p\xe5 udstyr med engangskode.",loginCredential:"Credential",loginTotpDeviceName:"Udstyrsnavn",loginChooseAuthenticator:"V\xe6lg metode til log ind",requiredFields:"N\xf8dvendige felter",invalidUsernameMessage:"Ugyldigt brugernavn.",invalidUsernameOrEmailMessage:"Ugyldigt brugernavn eller email.",invalidPasswordMessage:"Ugyldig adangskode.",missingTotpDeviceNameMessage:"Angiv venligst et udstyrsnavn.",nestedFirstBrokerFlowMessage:"{0} brugeren {1} er ikke forbundet til nogen kendt bruger.",locale_cs:"\u010ce\u0161tina",locale_pl:"Polish","openshift.scope.user_info":"Brugerinformation","openshift.scope.user_check-access":"Brugeradgangsinformation","openshift.scope.user_full":"Fuld adgang","openshift.scope.list-projects":"Vis liste af projekter","saml.post-form.title":"Log ind Redirect","saml.post-form.message":"Redirigerer, vent venligst.","saml.post-form.js-disabled":"JavaScript er disabled. Vi anbefaler st\xe6rkt at enbable det. Klik p\xe5 knappen nedenfor for at forts\xe6tte.","otp-display-name":"Engangskodegenerator","otp-help-text":"Indtast en godkendelseskode fra engangskodegeneratoren.","password-display-name":"Adgangskode","password-help-text":"Log ind ved at indtaste din adgangskode.","webauthn-display-name":"Sikkerhedsn\xf8gle","webauthn-help-text":"Brug din sikkerhedsn\xf8gle for at logge ind.","webauthn-passwordless-display-name":"Sikkerhedsn\xf8gle","webauthn-passwordless-help-text":"Brug din sikkerhedsn\xf8gle for at logge ind uden adgangskode.","webauthn-login-title":"Log ind med sikkerhedsn\xf8gle","webauthn-registration-title":"Registrering af Sikkerhedsn\xf8gle","webauthn-available-authenticators":"Tilg\xe6ngelige log ind m\xe5der","webauthn-error-title":"Sikkerhedsn\xf8glefejl","webauthn-error-registration":"Det lykkedes ikke at registrere din sikkerhedsn\xf8gle.","webauthn-error-api-get":"Det lykkedes ikke at logge ind med din sikkerhedsn\xf8gle.","webauthn-error-different-user":"Den f\xf8rste authenticatede bruger er ikke den der er authenticated med sikkerhedsn\xf8glen.","webauthn-error-auth-verification":"Resultatet fra log ind med sikkerhedsn\xf8gle er ugyldigt.","webauthn-error-register-verification":"Resultatet fra registrering med sikkerhedsn\xf8glen er ugyldigt.","webauthn-error-user-not-found":"Ukendt bruger authenticated med sikkerhedsn\xf8glen.","identity-provider-redirector":"Forbind med en anden Identitetsudbyder",readOnlyUsernameMessage:"Du kan ikke opdatere dit brugernavn da det er read-only."}}}]); +//# sourceMappingURL=4459.c25277a9.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4459.c25277a9.chunk.js.map b/resources/keycloak/keycloakify/static/js/4459.c25277a9.chunk.js.map new file mode 100644 index 00000000..bd1c592f --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4459.c25277a9.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/4459.c25277a9.chunk.js","mappings":"uIA0UA,UAtUgB,CACd,QAAW,UACX,WAAc,YACd,SAAY,WACZ,SAAY,UACZ,MAAS,KACT,KAAQ,MACR,WAAc,aACd,SAAY,UACZ,SAAY,WACZ,UAAa,WACb,iBAAoB,qBACpB,YAAe,WACf,cAAiB,YACjB,sBAAyB,gCACzB,2BAA8B,gCAC9B,qBAAwB,yJACxB,iBAAoB,kDACpB,cAAiB,YACjB,WAAc,gBACd,eAAkB,MAClB,iBAAoB,uBACpB,qBAAwB,wCACxB,YAAe,OACf,YAAe,gBACf,eAAkB,kCAClB,kBAAqB,8BACrB,aAAgB,qEAChB,gBAAmB,qBACnB,oBAAuB,MACvB,WAAc,iBACd,eAAkB,mCAClB,iBAAoB,qBACpB,iBAAoB,yBACpB,oBAAuB,sBACvB,iBAAoB,eACpB,eAAkB,iBAClB,mBAAsB,mDACtB,gBAAmB,4BACnB,gBAAmB,0DACnB,sBAAyB,oDACzB,sBAAyB,IACzB,WAAc,2BACd,UAAa,6DACb,eAAkB,uDAClB,gBAAmB,oBACnB,uBAA0B,qDAC1B,cAAiB,uBACjB,UAAa,aACb,SAAY,aACZ,gBAAmB,yBACnB,UAAa,UACb,UAAa,UACb,SAAY,aACZ,SAAY,YACZ,WAAc,YACd,MAAS,QACT,SAAY,cACZ,gBAAmB,yBACnB,YAAe,iBACf,mBAAsB,4BACtB,WAAc,WACd,kBAAqB,cACrB,QAAW,UACX,OAAU,MACV,SAAY,KACZ,OAAU,SACV,YAAe,aACf,QAAW,OACX,cAAiB,oBACjB,wBAA2B,4BAC3B,wBAA2B,eAC3B,sBAAyB,gBACzB,wBAA2B,UAC3B,sBAAyB,gBACzB,8BAAiC,iBACjC,6BAAgC,cAChC,eAAkB,gFAClB,eAAkB,4DAClB,eAAkB,2CAClB,eAAkB,6FAClB,qBAAwB,6CACxB,qBAAwB,6EACxB,sBAAyB,sBACzB,qBAAwB,kBACxB,gBAAmB,cACnB,cAAiB,OACjB,mBAAsB,YACtB,gBAAmB,QACnB,kBAAqB,WACrB,iBAAoB,YACpB,iBAAkB,cAClB,iBAAkB,mBAClB,kBAAqB,yCACrB,WAAc,MACd,wBAA2B,mGAC3B,wBAA2B,0DAC3B,wBAA2B,2BAC3B,kBAAqB,WACrB,cAAiB,4GACjB,cAAiB,0DACjB,cAAiB,2BACjB,cAAiB,gEACjB,cAAiB,uBACjB,YAAe,8BACf,iBAAoB,6HACpB,oBAAuB,wDACvB,iBAAoB,sBACpB,gBAAmB,mCACnB,gBAAmB,sCACnB,aAAgB,yBAChB,WAAc,QACd,mBAAoB,aACpB,oBAAqB,aACrB,qBAAsB,eACtB,kBAAmB,UACnB,kBAAmB,aACnB,yBAA0B,mBAC1B,oBAAqB,cACrB,mBAAoB,kBACpB,+BAAgC,wBAChC,oBAAqB,mBACrB,oBAAqB,sBACrB,2BAA4B,4BAC5B,iCAAkC,iCAClC,sBAAuB,uBACvB,qBAAsB,2BACtB,oBAAqB,YACrB,sBAAuB,oBACvB,4BAA6B,0BAC7B,kBAAmB,WACnB,sBAAuB,iBACvB,eAAkB,QAClB,yBAA0B,cAC1B,gCAAiC,2BACjC,mBAAoB,YACpB,0BAA2B,sBAC3B,cAAiB,SACjB,mBAAsB,wCACtB,oBAAuB,yBACvB,uBAA0B,oDAC1B,kCAAqC,2FACrC,mBAAsB,0CACtB,qBAAwB,uDACxB,mCAAsC,uBACtC,uCAA0C,mDAC1C,wBAA2B,iBAC3B,uBAA0B,mBAC1B,oBAAuB,wBACvB,uBAA0B,oBAC1B,uBAA0B,kBAC1B,mBAAsB,+BACtB,wBAA2B,yBAC3B,+BAAkC,oCAClC,kCAAqC,mDACrC,8BAAiC,6BACjC,mBAAsB,iCACtB,sBAAyB,oCACzB,mBAAsB,sCACtB,+BAAkC,+FAClC,oBAAuB,8BACvB,oCAAuC,uEACvC,8CAAiD,iDACjD,4BAA+B,YAC/B,uBAA0B,mCAC1B,qBAAwB,8EACxB,qBAAwB,qEACxB,sBAAyB,oEACzB,qBAAwB,oCACxB,mBAAsB,wEACtB,eAAkB,qEAClB,iBAAoB,gEACpB,sBAAyB,+CACzB,sBAAyB,iCACzB,8BAAiC,uCACjC,yBAA4B,iBAC5B,0BAA6B,oFAC7B,uBAA0B,kBAC1B,wBAA2B,wHAC3B,gBAAmB,eACnB,gCAAmC,8CACnC,gCAAmC,uDACnC,wCAA2C,oEAC3C,wCAA2C,mEAC3C,sCAAyC,+DACzC,kCAAqC,qEACrC,mCAAsC,oEACtC,8BAAiC,6FACjC,8BAAiC,iFACjC,+BAAkC,wCAClC,qBAAwB,uBACxB,uBAA0B,0BAC1B,sBAAyB,0BACzB,aAAgB,gBAChB,6BAAgC,gCAChC,gCAAmC,6CACnC,kBAAqB,8DACrB,4BAA+B,uHAC/B,4BAA+B,uHAC/B,0BAA6B,uBAC7B,+BAAkC,oCAClC,wBAA2B,yBAC3B,8BAAiC,+BACjC,iCAAoC,mCACpC,6BAAgC,4BAChC,8BAAiC,2DACjC,8BAAiC,6DACjC,gDAAmD,6EACnD,2BAA8B,kDAC9B,sCAAyC,yEACzC,uCAA0C,6EAC1C,4CAA+C,+DAC/C,yCAA4C,kEAC5C,sCAAyC,+EACzC,yBAA4B,uBAC5B,wBAA2B,2BAC3B,mBAAsB,wDACtB,uCAA0C,mDAC1C,gCAAmC,6DACnC,4BAA+B,uGAC/B,iBAAoB,mFACpB,kCAAqC,sDACrC,wBAA2B,2DAC3B,iCAAoC,oJACpC,qBAAwB,oCACxB,2BAA8B,mHAC9B,qCAAwC,8EACxC,sBAAyB,iFACzB,gCAAmC,+CACnC,0BAA6B,oCAC7B,UAAa,YACb,UAAa,QACb,UAAa,UACb,UAAa,UACb,UAAa,aACb,UAAa,cACb,UAAa,WACb,UAAa,qBACb,UAAa,aACb,UAAa,QACb,aAAgB,wBAChB,eAAgB,wBAChB,UAAa,6CACb,UAAa,gBACb,eAAgB,2BAChB,UAAa,kBACb,UAAa,UACb,kBAAqB,kCACrB,wBAA2B,2BAC3B,sBAAyB,8BACzB,sBAAyB,2BACzB,wBAA2B,yBAC3B,gBAAmB,6BACnB,2BAA8B,iGAC9B,4BAA+B,2GAC/B,kBAAqB,uCACrB,gCAAiC,iBACjC,sCAAuC,2BACvC,iCAAkC,sBAClC,gCAAiC,iBACjC,8BAA+B,0BAC/B,YAAe,+BACf,kBAAqB,2BACrB,cAAiB,mBACjB,aAAgB,0BAChB,oBAAuB,oCACvB,mBAAoB,cACpB,mBAAoB,eACpB,cAAe,eACf,uBAAwB,kBACxB,2BAA4B,0BAC5B,0BAA2B,oCAC3B,uBAAwB,sJACxB,qBAAsB,cACtB,uBAAwB,6BACxB,iBAAkB,IAClB,kCAAmC,aACnC,+BAAgC,+CAChC,2CAA4C,4BAC5C,wCAAyC,wDACzC,OAAU,UACV,WAAc,eACd,gBAAmB,iCACnB,sBAAyB,eACzB,oBAAuB,uBACvB,yBAA4B,6EAC5B,gBAAmB,aACnB,oBAAuB,cACvB,yBAA4B,6BAC5B,eAAkB,uBAClB,uBAA0B,uBAC1B,8BAAiC,mCACjC,uBAA0B,sBAC1B,6BAAgC,iCAChC,6BAAgC,6DAChC,UAAa,oBACb,UAAa,SACb,4BAA6B,oBAC7B,oCAAqC,2BACrC,4BAA6B,cAC7B,gCAAiC,yBACjC,uBAAwB,mBACxB,yBAA0B,8BAC1B,6BAA8B,kHAC9B,mBAAoB,uBACpB,gBAAiB,0DACjB,wBAAyB,cACzB,qBAAsB,2CACtB,wBAAyB,qBACzB,qBAAsB,gDACtB,qCAAsC,qBACtC,kCAAmC,iEACnC,uBAAwB,iCACxB,8BAA+B,qCAC/B,oCAAqC,mCACrC,uBAAwB,yBACxB,8BAA+B,0DAC/B,yBAA0B,6DAC1B,gCAAiC,gGACjC,mCAAoC,6DACpC,uCAAwC,mEACxC,gCAAiC,uDACjC,+BAAgC,yCAChC,wBAA2B,2D","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/da.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Log ind\",\n \"doRegister\": \"Registrer\",\n \"doCancel\": \"Annuller\",\n \"doSubmit\": \"Indsend\",\n \"doYes\": \"Ja\",\n \"doNo\": \"Nej\",\n \"doContinue\": \"Fortsæt\",\n \"doIgnore\": \"Ignorer\",\n \"doAccept\": \"Accepter\",\n \"doDecline\": \"Afslå\",\n \"doForgotPassword\": \"Glemt adgangskode?\",\n \"doClickHere\": \"Klik her\",\n \"doImpersonate\": \"Efterlign\",\n \"kerberosNotConfigured\": \"Kerberos er ikke konfigureret\",\n \"kerberosNotConfiguredTitle\": \"Kerberos er ikke konfigureret\",\n \"bypassKerberosDetail\": \"Enten er du ikke logget ind via Kerberos eller også er din browser ikke sat op til Kerberos login. Tryk fortsæt for at logge ind på anden vis\",\n \"kerberosNotSetUp\": \"Kerberos er ikke sat op. Du kan ikke logge ind.\",\n \"registerTitle\": \"Registrer\",\n \"loginTitle\": \"Log ind i {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Efterlign bruger\",\n \"impersonateTitleHtml\": \"{0} Efterlign bruger\",\n \"realmChoice\": \"Rige\",\n \"unknownUser\": \"Ukendt bruger\",\n \"loginTotpTitle\": \"Mobil Godkendelses Opsætning\",\n \"loginProfileTitle\": \"Opdater brugerinformationer\",\n \"loginTimeout\": \"Dit login tog for lang tid. Login processen vil nu begynde forfra.\",\n \"oauthGrantTitle\": \"Giv adgang til {0}\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Vi beklager...\",\n \"errorTitleHtml\": \"Vi beklager ...\",\n \"emailVerifyTitle\": \"Email verificering\",\n \"emailForgotTitle\": \"Glemt din adgangskode?\",\n \"updatePasswordTitle\": \"Opdater adgangskode\",\n \"codeSuccessTitle\": \"Success kode\",\n \"codeErrorTitle\": \"Fejl kode: {0}\",\n \"displayUnsupported\": \"Den ønskede skærmtype understøttes ikke\",\n \"browserRequired\": \"Brwoseren skal logges ind\",\n \"browserContinue\": \"Browser påkrævet for at kunne gennemføre login\",\n \"browserContinuePrompt\": \"Åben browser for at fortsætte login? [j/n]:\",\n \"browserContinueAnswer\": \"j\",\n \"termsTitle\": \"Vilkår og betingelser\",\n \"termsText\": \"

Vilkår og betingelser mangler at blive beskrevet

\",\n \"termsPlainText\": \"Vilkår og betingelser mangler at blive beskrevet.\",\n \"recaptchaFailed\": \"Ugyldig Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha er påkrævet, men ikke konfigureret\",\n \"consentDenied\": \"Samtykke afslået.\",\n \"noAccount\": \"Ny bruger?\",\n \"username\": \"Brugernavn\",\n \"usernameOrEmail\": \"Brugernavn eller email\",\n \"firstName\": \"Fornavn\",\n \"givenName\": \"Fornavn\",\n \"fullName\": \"Fulde navn\",\n \"lastName\": \"Efternavn\",\n \"familyName\": \"Efternavn\",\n \"email\": \"Email\",\n \"password\": \"Adgangskode\",\n \"passwordConfirm\": \"Bekræft adgangskode\",\n \"passwordNew\": \"Ny Adgangskode\",\n \"passwordNewConfirm\": \"Bekræft ny adgangskode\",\n \"rememberMe\": \"Husk mig\",\n \"authenticatorCode\": \"Engangskode\",\n \"address\": \"Adresse\",\n \"street\": \"Vej\",\n \"locality\": \"By\",\n \"region\": \"Region\",\n \"postal_code\": \"Postnummer\",\n \"country\": \"Land\",\n \"emailVerified\": \"Email verificeret\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"profileScopeConsentText\": \"Brugerprofil\",\n \"emailScopeConsentText\": \"Email adresse\",\n \"addressScopeConsentText\": \"Adresse\",\n \"phoneScopeConsentText\": \"Telefonnummer\",\n \"offlineAccessScopeConsentText\": \"Offline Adgang\",\n \"samlRoleListScopeConsentText\": \"Mine roller\",\n \"loginTotpIntro\": \"Du skal opsætte en Engangskodegenerator for at kunne tilgå denne konto.\",\n \"loginTotpStep1\": \"Installer en af følgende applikationer på din mobil\",\n \"loginTotpStep2\": \"Åben applikationen og skan stregkoden\",\n \"loginTotpStep3\": \"Indtast engangskoden fra applikationen og tryk Indsend for at gennemføre opsætningen\",\n \"loginTotpManualStep2\": \"Åben applikationen og indtast nøglen\",\n \"loginTotpManualStep3\": \"Brug følgende konfigurations værdier hvis applikationen tillader det\",\n \"loginTotpUnableToScan\": \"Kan du ikke skanne?\",\n \"loginTotpScanBarcode\": \"Skan stregkode?\",\n \"loginOtpOneTime\": \"Engangskode\",\n \"loginTotpType\": \"Type\",\n \"loginTotpAlgorithm\": \"Algoritme\",\n \"loginTotpDigits\": \"Cifre\",\n \"loginTotpInterval\": \"Interval\",\n \"loginTotpCounter\": \"Tæller\",\n \"loginTotp.totp\": \"Tidsbaseret\",\n \"loginTotp.hotp\": \"Tællerbaseret\",\n \"oauthGrantRequest\": \"Bevilger du disse adgangs privilegier?\",\n \"inResource\": \"ind\",\n \"emailVerifyInstruction1\": \"En email med instruktioner til, hvordan du verificerer din mail adresse er blevet sendt til dig.\",\n \"emailVerifyInstruction2\": \"Har du ikke modtaget en verificerings kode i din inbox?\",\n \"emailVerifyInstruction3\": \"for at gensende emailen.\",\n \"emailLinkIdpTitle\": \"Link {0}\",\n \"emailLinkIdp1\": \"En email med instruktioner til hvordan du linker {0} konto {1} med din {2} konto er blevet sendt til dig.\",\n \"emailLinkIdp2\": \"Har du ikke modtaget en verificerings kode i din inbox?\",\n \"emailLinkIdp3\": \"for at gensende emailen.\",\n \"emailLinkIdp4\": \"Hvis du allerede har verificeret din email i en anden browser\",\n \"emailLinkIdp5\": \"for at fortsætte.\",\n \"backToLogin\": \"« Tilbage til log ind\",\n \"emailInstruction\": \"Indtast dit brugernavn eller email adresse, så sender vi instruktioner til dig om hvordan du angiver en ny adgangskode.\",\n \"copyCodeInstruction\": \"Kopier denne kode og indsæt den i din applikation:\",\n \"pageExpiredTitle\": \"Siden er udløbet\",\n \"pageExpiredMsg1\": \"For at genstarte login processen\",\n \"pageExpiredMsg2\": \"For at fortsætte login processen\",\n \"personalInfo\": \"Personlig information:\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Rige Admin\",\n \"role_create-realm\": \"Opret rige\",\n \"role_create-client\": \"Opret klient\",\n \"role_view-realm\": \"Se rige\",\n \"role_view-users\": \"Se brugere\",\n \"role_view-applications\": \"Se applikationer\",\n \"role_view-clients\": \"Se klienter\",\n \"role_view-events\": \"Se hændelser\",\n \"role_view-identity-providers\": \"Se identitetsudbydere\",\n \"role_manage-realm\": \"Administrer rige\",\n \"role_manage-users\": \"Administrer brugere\",\n \"role_manage-applications\": \"Administrer applikationer\",\n \"role_manage-identity-providers\": \"Administrer identitetsudbydere\",\n \"role_manage-clients\": \"Administrer klienter\",\n \"role_manage-events\": \"Administrer hændelser\",\n \"role_view-profile\": \"Se profil\",\n \"role_manage-account\": \"Administrer konto\",\n \"role_manage-account-links\": \"Administrer konto links\",\n \"role_read-token\": \"Se token\",\n \"role_offline-access\": \"Offline adgang\",\n \"client_account\": \"Konto\",\n \"client_account-console\": \"Kontokonsol\",\n \"client_security-admin-console\": \"Sikkerhefds Admin Konsol\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Rige administration\",\n \"client_broker\": \"Broker\",\n \"invalidUserMessage\": \"Ugyldig brugernavn eller adgangskode.\",\n \"invalidEmailMessage\": \"Ugyldig email adresse.\",\n \"accountDisabledMessage\": \"Kontoen er deaktiveret, kontakt en administrator.\",\n \"accountTemporarilyDisabledMessage\": \"Kontoen er midlertidigt deaktiveret, kontakt en administrator eller prøv igen senere.\",\n \"expiredCodeMessage\": \"Log ind tog for lang tid. Prøv igen.\",\n \"expiredActionMessage\": \"Handlingen er udløbet. Fortsæt med log ind nu.\",\n \"expiredActionTokenNoSessionMessage\": \"Handling udløbet.\",\n \"expiredActionTokenSessionExistsMessage\": \"Handlingen er udløbet. Start venligst forfra.\",\n \"missingFirstNameMessage\": \"Angiv fornavn.\",\n \"missingLastNameMessage\": \"Angiv efternavn.\",\n \"missingEmailMessage\": \"Angiv email adressse.\",\n \"missingUsernameMessage\": \"Angiv brugernavn.\",\n \"missingPasswordMessage\": \"Angiv password.\",\n \"missingTotpMessage\": \"Angiv autentificerings kode.\",\n \"notMatchPasswordMessage\": \"Passwords er ikke ens.\",\n \"invalidPasswordExistingMessage\": \"Ugyldig eksisterende adgangskode.\",\n \"invalidPasswordBlacklistedMessage\": \"Ugyldig adgangskode: Adgangskoden er sortlisted.\",\n \"invalidPasswordConfirmMessage\": \"Adgangskoderne er ikke ens\",\n \"invalidTotpMessage\": \"Ugyldig autentificerings kode.\",\n \"usernameExistsMessage\": \"Brugernavnet eksisterer allerede.\",\n \"emailExistsMessage\": \"Email adressen eksisterer allerede.\",\n \"federatedIdentityExistsMessage\": \"Bruger med {0} {1} eksisterer allerede. Log ind i konto administration for at linke kontoen.\",\n \"confirmLinkIdpTitle\": \"Kontoen eksisterer allerede\",\n \"federatedIdentityConfirmLinkMessage\": \"Bruger med {0} {1} eksisterer allerede. Hvordan vil du fortsætte?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Log ind som {0} for at linke din konto med {1}\",\n \"confirmLinkIdpReviewProfile\": \"Se profil\",\n \"confirmLinkIdpContinue\": \"Tilføj til eksisterende konto\",\n \"configureTotpMessage\": \"Du skal opsætte en Mobile Authenticator for at kunne aktivere din konto.\",\n \"updateProfileMessage\": \"Du skal opdatere din brugerprofil for at kunne aktivere din konto.\",\n \"updatePasswordMessage\": \"Du skal ændre din adgangskode for at kunne aktivere din konto.\",\n \"resetPasswordMessage\": \"Du skal ændre din adgangskode.\",\n \"verifyEmailMessage\": \"Du skal verificere din email adresse for at kunne aktivere din konto.\",\n \"linkIdpMessage\": \"Du skal verificere din email adresse for at kunne kontoen med {0}.\",\n \"emailSentMessage\": \"Du vil snarest modtage en email med yderligere instruktioner.\",\n \"emailSendErrorMessage\": \"Kunne ikke sende email, prøv igen senere.\",\n \"accountUpdatedMessage\": \"Din konto er blevet opdateret.\",\n \"accountPasswordUpdatedMessage\": \"Din adgangskode er blevet opdateret.\",\n \"delegationCompleteHeader\": \"Login lykkedes\",\n \"delegationCompleteMessage\": \"Du kan nu lukke dette browser vindue og gå tilbage til din konsol applikation.\",\n \"delegationFailedHeader\": \"Log ind fejlede\",\n \"delegationFailedMessage\": \"Du kan nu lukke dette browser vindue og gå tilbage til din konsol applikation for at forsøge at logge ind igen.\",\n \"noAccessMessage\": \"Ingen adgang\",\n \"invalidPasswordMinLengthMessage\": \"Ugyldig adgangskode: minimum længde {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Ugyldig adgangskode: skal minimum indeholde {0} tal.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Ugyldig adgangskode: skal minimum indeholde {0} små bogstaver.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Ugyldig adgangskode: skal minimum indeholde {0} store bogstaver.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Ugyldig adgangskode: skal minimum indeholde {0} specialtegn.\",\n \"invalidPasswordNotUsernameMessage\": \"Ugyldig adgangskode: må ikke være identisk med brugernavnet.\",\n \"invalidPasswordRegexPatternMessage\": \"Ugyldig adgangskode: Ikke i stand til at matche regex mønstre.\",\n \"invalidPasswordHistoryMessage\": \"Ugyldig adgangskode: må ikke være identisk med nogle af de seneste {0} adgangskoder.\",\n \"invalidPasswordGenericMessage\": \"Ugyldig adgangskode: ny adgangskode matcher ikke vores adgangskode politikker.\",\n \"failedToProcessResponseMessage\": \"Ude af stand til at processere svaret\",\n \"httpsRequiredMessage\": \"HTTPS påkrævet\",\n \"realmNotEnabledMessage\": \"Riget er ikke aktiveret\",\n \"invalidRequestMessage\": \"Ugyldig Forespørgsel\",\n \"failedLogout\": \"Logud fejlede\",\n \"unknownLoginRequesterMessage\": \"Ukendt log ind forespørger\",\n \"loginRequesterNotEnabledMessage\": \"Log ind forespørgeren er ikke aktiveret\",\n \"bearerOnlyMessage\": \"Bearer-only applikationer må ikke foretage browser login\",\n \"standardFlowDisabledMessage\": \"Klienten må ikke foretage browser login med den givne response_type. Standard flowet er deaktiveret for klienten.\",\n \"implicitFlowDisabledMessage\": \"Klienten må ikke foretage browser login med den givne response_type. Implicit flowet er deaktiveret for klienten.\",\n \"invalidRedirectUriMessage\": \"Ugyldig redirect uri\",\n \"unsupportedNameIdFormatMessage\": \"Ikke understøttet NameIDFormat\",\n \"invalidRequesterMessage\": \"Ugyldig forespørger\",\n \"registrationNotAllowedMessage\": \"Registrering er ikke tilladt\",\n \"resetCredentialNotAllowedMessage\": \"Reset Credential er ikke tilladt\",\n \"permissionNotApprovedMessage\": \"Tilladelse ikke godkendt.\",\n \"noRelayStateInResponseMessage\": \"Ingen relæ tilstand i svaret fra identitetsudbyderen.\",\n \"insufficientPermissionMessage\": \"Utilstrækkelig tilladelse for at kunne linke identiter.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Kunne ikke fortsætte med godkendelsesanmodning til identitetsudbyderen.\",\n \"couldNotObtainTokenMessage\": \"Kunne ikke opnå token fra identitetsudbyder.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Uventet fejl i forsøget på at hente token fra identitetsudbyder.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Uventet fejl i forsøget på at behandle svaret fra identitetsudbyder.\",\n \"identityProviderAuthenticationFailedMessage\": \"Log ind fejlede. Kunne ikke logge ind ved identitetsudbyder.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Kunne ikke sende log ind forespørgsel til identitetsudbyder.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Uventet fejl under håndteringen af forespørgsel til identitetsudbyder.\",\n \"invalidAccessCodeMessage\": \"Ugyldig adgangskode.\",\n \"sessionNotActiveMessage\": \"Sessionen er ikke aktiv.\",\n \"invalidCodeMessage\": \"Der opstod en fejl, log ind igen via din applikation.\",\n \"identityProviderUnexpectedErrorMessage\": \"Uventet fejl under log ind ved identitetsudbyder\",\n \"identityProviderNotFoundMessage\": \"Kunne ikke finde en identitetsudbyder med det angivede id.\",\n \"identityProviderLinkSuccess\": \"Din email er nu verificeret. Gå tilbage til din oprindelige browser og fortsæt log ind derfra.\",\n \"staleCodeMessage\": \"Siden er ikke længere gyldig, gå tilbage til din applikation og login igen\",\n \"realmSupportsNoCredentialsMessage\": \"Riget understøtter ikke nogen legimatitionstype.\",\n \"credentialSetupRequired\": \"Kan ikke logge ind. Legimatitionstype skal konfigureres.\",\n \"identityProviderNotUniqueMessage\": \"Riget understøtter flere forskellige identitetsudbydere. Kunne ikke beslutte hvilken identitetsudbyder der skulle bruges til at logge ind med.\",\n \"emailVerifiedMessage\": \"Din email adresse er verificeret.\",\n \"staleEmailVerificationLink\": \"Linket du har klikket på er et gammelt udløbet link. Måske har du allerede verificeret din mailadresse?\",\n \"identityProviderAlreadyLinkedMessage\": \"Forbundsidentitet returneret af {0} er allerede linket til en anden bruger.\",\n \"confirmAccountLinking\": \"Bekræft sammenkobling af konto {0} fra identitetsudbyder {1} med din konto.\",\n \"confirmEmailAddressVerification\": \"Bekræft gyldigheden af email adresse {0}.\",\n \"confirmExecutionOfActions\": \"Udfør følgende handling(er)\",\n \"locale_ca\": \"Català\",\n \"locale_da\": \"Dansk\",\n \"locale_de\": \"Deutsch\",\n \"locale_en\": \"English\",\n \"locale_es\": \"Español\",\n \"locale_fr\": \"Français\",\n \"locale_it\": \"Italiano\",\n \"locale_ja\": \"日本語\",\n \"locale_nl\": \"Nederlands\",\n \"locale_no\": \"Norsk\",\n \"locale_pt_BR\": \"Português (Brasil)\",\n \"locale_pt-BR\": \"Português (Brasil)\",\n \"locale_ru\": \"Русский\",\n \"locale_lt\": \"Lietuvių\",\n \"locale_zh-CN\": \"中文简体\",\n \"locale_sk\": \"Slovenčina\",\n \"locale_sv\": \"Svenska\",\n \"backToApplication\": \"« Tilbage til applikation\",\n \"missingParameterMessage\": \"Manglende parametre: {0}\",\n \"clientNotFoundMessage\": \"Klienten kunne ikke findes.\",\n \"clientDisabledMessage\": \"Klienten er deaktiveret.\",\n \"invalidParameterMessage\": \"Ugyldig parameter: {0}\",\n \"alreadyLoggedIn\": \"Du er allerede logget ind.\",\n \"differentUserAuthenticated\": \"Du er allerede logget ind som en anden bruger '{0}' i denne session. Log venligst ud først.\",\n \"brokerLinkingSessionExpired\": \"Har forespørgt kobling mellem mæglerkonti, men den nuværende session er ikke længere gyldig.\",\n \"proceedWithAction\": \"» Tryk her for at fortsætte\",\n \"requiredAction.CONFIGURE_TOTP\": \"Konfigurer OTP\",\n \"requiredAction.terms_and_conditions\": \"Vilkår og betingelser\",\n \"requiredAction.UPDATE_PASSWORD\": \"Opdater Adgangskode\",\n \"requiredAction.UPDATE_PROFILE\": \"Opdater Profil\",\n \"requiredAction.VERIFY_EMAIL\": \"Verificer email adresse\",\n \"doX509Login\": \"Du vil blive logget ind som:\",\n \"clientCertificate\": \"X509 client certificate:\",\n \"noCertificate\": \"[No Certificate]\",\n \"pageNotFound\": \"Siden kunne ikke findes\",\n \"internalServerError\": \"Der opstod en intern server fejl.\",\n \"console-username\": \"Brugernavn:\",\n \"console-password\": \"Adgangskode:\",\n \"console-otp\": \"Engangskode:\",\n \"console-new-password\": \"Ny Adgangskode:\",\n \"console-confirm-password\": \"Bekræft Adgangskode:\",\n \"console-update-password\": \"Du skal opdatere din adgangskode.\",\n \"console-verify-email\": \"Du skal verificere din email adresse. En email er blevet sendt til {0} som indeholder en verificerings kode. Indtast koden i input feltet herunder.\",\n \"console-email-code\": \"Email Kode:\",\n \"console-accept-terms\": \"Accepter Vilkår? [j/n]:\",\n \"console-accept\": \"j\",\n \"auth-username-form-display-name\": \"Brugernavn\",\n \"auth-username-form-help-text\": \"Start log ind ved at indtaste dit brugernavn\",\n \"auth-username-password-form-display-name\": \"Brugernavn og adgangskode\",\n \"auth-username-password-form-help-text\": \"Log ind ved at indtaste dit brugernavn og adgangskode\",\n \"doBack\": \"Tilbage\",\n \"doTryAgain\": \"Prøv igen\",\n \"doTryAnotherWay\": \"Prøv på en anden måde\",\n \"rolesScopeConsentText\": \"Brugerroller\",\n \"restartLoginTooltip\": \"Start log ind forfra\",\n \"loginTotpStep3DeviceName\": \"Angiv et udstyrsnavn for at kunne holde rede på udstyr med engangskode.\",\n \"loginCredential\": \"Credential\",\n \"loginTotpDeviceName\": \"Udstyrsnavn\",\n \"loginChooseAuthenticator\": \"Vælg metode til log ind\",\n \"requiredFields\": \"Nødvendige felter\",\n \"invalidUsernameMessage\": \"Ugyldigt brugernavn.\",\n \"invalidUsernameOrEmailMessage\": \"Ugyldigt brugernavn eller email.\",\n \"invalidPasswordMessage\": \"Ugyldig adangskode.\",\n \"missingTotpDeviceNameMessage\": \"Angiv venligst et udstyrsnavn.\",\n \"nestedFirstBrokerFlowMessage\": \"{0} brugeren {1} er ikke forbundet til nogen kendt bruger.\",\n \"locale_cs\": \"Čeština\",\n \"locale_pl\": \"Polish\",\n \"openshift.scope.user_info\": \"Brugerinformation\",\n \"openshift.scope.user_check-access\": \"Brugeradgangsinformation\",\n \"openshift.scope.user_full\": \"Fuld adgang\",\n \"openshift.scope.list-projects\": \"Vis liste af projekter\",\n \"saml.post-form.title\": \"Log ind Redirect\",\n \"saml.post-form.message\": \"Redirigerer, vent venligst.\",\n \"saml.post-form.js-disabled\": \"JavaScript er disabled. Vi anbefaler stærkt at enbable det. Klik på knappen nedenfor for at fortsætte.\",\n \"otp-display-name\": \"Engangskodegenerator\",\n \"otp-help-text\": \"Indtast en godkendelseskode fra engangskodegeneratoren.\",\n \"password-display-name\": \"Adgangskode\",\n \"password-help-text\": \"Log ind ved at indtaste din adgangskode.\",\n \"webauthn-display-name\": \"Sikkerhedsnøgle\",\n \"webauthn-help-text\": \"Brug din sikkerhedsnøgle for at logge ind.\",\n \"webauthn-passwordless-display-name\": \"Sikkerhedsnøgle\",\n \"webauthn-passwordless-help-text\": \"Brug din sikkerhedsnøgle for at logge ind uden adgangskode.\",\n \"webauthn-login-title\": \"Log ind med sikkerhedsnøgle\",\n \"webauthn-registration-title\": \"Registrering af Sikkerhedsnøgle\",\n \"webauthn-available-authenticators\": \"Tilgængelige log ind måder\",\n \"webauthn-error-title\": \"Sikkerhedsnøglefejl\",\n \"webauthn-error-registration\": \"Det lykkedes ikke at registrere din sikkerhedsnøgle.\",\n \"webauthn-error-api-get\": \"Det lykkedes ikke at logge ind med din sikkerhedsnøgle.\",\n \"webauthn-error-different-user\": \"Den første authenticatede bruger er ikke den der er authenticated med sikkerhedsnøglen.\",\n \"webauthn-error-auth-verification\": \"Resultatet fra log ind med sikkerhedsnøgle er ugyldigt.\",\n \"webauthn-error-register-verification\": \"Resultatet fra registrering med sikkerhedsnøglen er ugyldigt.\",\n \"webauthn-error-user-not-found\": \"Ukendt bruger authenticated med sikkerhedsnøglen.\",\n \"identity-provider-redirector\": \"Forbind med en anden Identitetsudbyder\",\n \"readOnlyUsernameMessage\": \"Du kan ikke opdatere dit brugernavn da det er read-only.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4568.08b9621b.chunk.js b/resources/keycloak/keycloakify/static/js/4568.08b9621b.chunk.js new file mode 100644 index 00000000..92031a6f --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4568.08b9621b.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[4568],{4568:function(e,o,a){a.r(o);o.default={doLogIn:"P\u0159ihl\xe1sit se",doRegister:"Registrovat se",doCancel:"Zru\u0161it",doSubmit:"Odeslat",doBack:"Zp\u011bt",doYes:"Ano",doNo:"Ne",doContinue:"Pokra\u010dovat",doIgnore:"Ignorovat",doAccept:"Potvrdit",doDecline:"Zam\xedtnout",doForgotPassword:"Zapomenut\xe9 heslo?",doClickHere:"Klikn\u011bte zde",doImpersonate:"Zosobnit",doTryAgain:"Zkusit znovu",doTryAnotherWay:"Zkusit jin\xfdm zp\u016fsobem",doConfirmDelete:"Potvrdit odstran\u011bn\xed",errorDeletingAccount:"Nastala chyba p\u0159i odstra\u0148ov\xe1n\xed \xfa\u010dtu",deletingAccountForbidden:"Nem\xe1te dostate\u010dn\xe1 opr\xe1vn\u011bn\xed k odstran\u011bn\xed va\u0161eho vlastn\xedho \xfa\u010dtu, kontaktujte administr\xe1tora.",kerberosNotConfigured:"Kerberos nen\xed nakonfigurov\xe1n",kerberosNotConfiguredTitle:"Kerberos nen\xed nakonfigurov\xe1n",bypassKerberosDetail:"Bu\u010f nejste p\u0159ihl\xe1\u0161eni p\u0159es Kerberos nebo v\xe1\u0161 prohl\xed\u017ee\u010d nen\xed nastaven pro p\u0159ihl\xe1\u0161en\xed Kerberos. Klepnut\xedm na tla\u010d\xedtko pokra\u010dujte k p\u0159ihl\xe1\u0161en\xed jin\xfdmi zp\u016fsoby",kerberosNotSetUp:"Kerberos nen\xed nastaven. Nem\u016f\u017eete se p\u0159ihl\xe1sit.",registerTitle:"Registrovat",loginAccountTitle:"P\u0159ihl\xe1sit k va\u0161emu \xfa\u010dtu",loginTitle:"P\u0159ihl\xe1sit do {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} Zosobnit u\u017eivatele",impersonateTitleHtml:"{0} Zosobnit u\u017eivatele",realmChoice:"Realm",unknownUser:"Nezn\xe1m\xfd u\u017eivatel",loginTotpTitle:"Nastaven\xed autentik\xe1toru OTP",loginProfileTitle:"Aktualizovat informace o \xfa\u010dtu",loginIdpReviewProfileTitle:"Aktualizovat informace o \xfa\u010dtu",loginTimeout:"P\u0159ihla\u0161ov\xe1n\xed trvalo p\u0159\xedli\u0161 dlouho. P\u0159ihla\u0161ovac\xed proces za\u010d\xedn\xe1 od za\u010d\xe1tku.",oauthGrantTitle:"Poskytnout p\u0159\xedstup",oauthGrantTitleHtml:"{0}",errorTitle:"Je n\xe1m l\xedto ...",errorTitleHtml:"Omlouv\xe1me se ...",emailVerifyTitle:"Ov\u011b\u0159en\xed e-mailu",emailForgotTitle:"Zapomn\u011bli jste heslo?",updatePasswordTitle:"Aktualizace hesla",codeSuccessTitle:"K\xf3d \xfasp\u011bchu ",codeErrorTitle:"K\xf3d chyby: {0}",displayUnsupported:"Po\u017eadovan\xfd typ zobrazen\xed nen\xed podporovan\xfd",browserRequired:"Pro p\u0159ihl\xe1\u0161en\xed je vy\u017eadov\xe1n prohl\xed\u017ee\u010d",browserContinue:"Pro dokon\u010den\xed p\u0159ihl\xe1\u0161en\xed je vy\u017eadov\xe1n prohl\xed\u017ee\u010d",internal:"Intern\xed",unknown:"Nezn\xe1m\xe9",termsTitle:"Smluvn\xed podm\xednky",termsTitleHtml:"Smluvn\xed podm\xednky",termsText:"

Smluvn\xed podm\xednky k odsouhlasen\xed

",termsPlainText:"Smluvn\xed podm\xednky k odsouhlasen\xed.",recaptchaFailed:"Neplatn\xe1 Recaptcha",recaptchaNotConfigured:"Recaptcha je vy\u017eadov\xe1na, ale nen\xed nakonfigurov\xe1na",consentDenied:"Souhlas byl zam\xedtnut.",noAccount:"Nov\xfd u\u017eivatel?",username:"P\u0159ihla\u0161ovac\xed jm\xe9no",usernameOrEmail:"P\u0159ihla\u0161ovac\xed jm\xe9no nebo e-mail",firstName:"K\u0159estn\xed jm\xe9no",givenName:"K\u0159estn\xed jm\xe9na",fullName:"Cel\xe9 jm\xe9no",lastName:"P\u0159\xedjmen\xed",familyName:"P\u0159\xedjmen\xed",email:"E-mail",password:"Heslo",passwordConfirm:"Potvrdit heslo",passwordNew:"Nov\xe9 heslo",passwordNewConfirm:"Potvrdit nov\xe9 heslo",rememberMe:"Pamatovat si m\u011b",authenticatorCode:"Jednor\xe1zov\xfd k\xf3d",address:"Adresa",street:"Ulice",locality:"M\u011bsto",region:"Kraj",postal_code:"PS\u010c",country:"St\xe1t",emailVerified:"E-mail ov\u011b\u0159en",website:"Webov\xe1 str\xe1nka",phoneNumber:"Telefonn\xed \u010d\xedslo",phoneNumberVerified:"Telefonn\xed \u010d\xedslo ov\u011b\u0159eno",gender:"Pohlav\xed",birthday:"Datum narozen\xed",zoneinfo:"\u010casov\xe1 z\xf3na",gssDelegationCredential:"GSS Delegovan\xe9 Opr\xe1vn\u011bn\xed",logoutOtherSessions:"Odhl\xe1sit se z ostatn\xedch za\u0159\xedzen\xed",profileScopeConsentText:"U\u017eivatelsk\xfd profil",emailScopeConsentText:"E-mailov\xe1 adresa",addressScopeConsentText:"Adresa",phoneScopeConsentText:"Telefonn\xed \u010d\xedslo",offlineAccessScopeConsentText:"P\u0159\xedstup offline",samlRoleListScopeConsentText:"Moje role",rolesScopeConsentText:"U\u017eivatelsk\xe9 role",restartLoginTooltip:"Restart login",loginTotpIntro:"Mus\xedte si nakonfigurovat gener\xe1tor jednor\xe1zov\xfdch k\xf3d\u016f (OTP) pro p\u0159\xedstup k \xfa\u010dtu",loginTotpStep1:"Nainstalujte do mobilu jednu z n\xe1sleduj\xedc\xedch aplikac\xed",loginTotpStep2:"Otev\u0159ete aplikaci a naskenujte \u010d\xe1rov\xfd k\xf3d",loginTotpStep3:"Zadejte jednor\xe1zov\xfd k\xf3d poskytnut\xfd aplikac\xed a klepnut\xedm na tla\u010d\xedtko Odeslat dokon\u010dete nastaven\xed",loginTotpStep3DeviceName:"Zadejte n\xe1zev za\u0159\xedzen\xed pro jednodu\u0161\u0161\xed spr\xe1vu jednor\xe1zov\xfdch k\xf3d\u016f (OTP) za\u0159\xedzen\xed.",loginTotpManualStep2:"Otev\u0159ete aplikaci a zadejte kl\xed\u010d",loginTotpManualStep3:"Pou\u017eijte n\xe1sleduj\xedc\xed hodnoty konfigurace, pokud aplikace umo\u017e\u0148uje jejich nastaven\xed",loginTotpUnableToScan:"Nelze skenovat?",loginTotpScanBarcode:"Skenovat \u010d\xe1rov\xfd k\xf3d?",loginOtpOneTime:"Jednor\xe1zov\xfd k\xf3d",loginTotpType:"Typ",loginTotpAlgorithm:"Algoritmus",loginTotpDigits:"\u010c\xedslice",loginTotpInterval:"Interval",loginTotpCounter:"Po\u010d\xedtadlo",loginTotpDeviceName:"N\xe1zev za\u0159\xedzen\xed","loginTotp.totp":"Zalo\u017eeno na \u010dase","loginTotp.hotp":"Zalo\u017eeno na po\u010d\xedtadle",loginChooseAuthenticator:"Vyberte metodu p\u0159ihl\xe1\u0161en\xed",oauthGrantRequest:"Poskytujete tyto p\u0159\xedstupov\xe1 opr\xe1vn\u011bn\xed?",inResource:"v",verifyOAuth2DeviceUserCode:"Zadejte k\xf3d z va\u0161eho za\u0159\xedzen\xed a klikn\u011bte na Odeslat",oauth2DeviceInvalidUserCodeMessage:"Nespr\xe1vn\xfd k\xf3d, zkuste to pros\xedm znovu.",oauth2DeviceExpiredUserCodeMessage:"Platnost k\xf3du vypr\u0161ela. Vra\u0165te se pros\xedm do va\u0161eho za\u0159\xedzen\xed a zkuste se p\u0159ipojit znovu.",oauth2DeviceVerificationCompleteHeader:"\xdasp\u011b\u0161n\xe9 p\u0159ihl\xe1\u0161en\xed v za\u0159\xedzen\xed",oauth2DeviceVerificationCompleteMessage:"M\u016f\u017eete zav\u0159\xedt toto okno prohl\xed\u017ee\u010de a vr\xe1tit se do va\u0161eho za\u0159\xedzen\xed.",oauth2DeviceVerificationFailedHeader:"Selhalo p\u0159ihl\xe1\u0161en\xed v za\u0159\xedzen\xed",oauth2DeviceVerificationFailedMessage:"M\u016f\u017eete zav\u0159\xedt toto okno prohl\xed\u017ee\u010de a vr\xe1tit se do va\u0161eho za\u0159\xedzen\xed a zkusit se znovu p\u0159ipojit.",oauth2DeviceConsentDeniedMessage:"P\u0159ipojen\xed za\u0159\xedzen\xed odm\xedtnuto.",oauth2DeviceAuthorizationGrantDisabledMessage:"Klient nem\xe1 povoleno iniciovat OAuth 2.0 Device Authorization Grant. Flow je pro klienta zak\xe1z\xe1no.",emailVerifyInstruction1:"Byl V\xe1m zasl\xe1n e-mail s pokyny k ov\u011b\u0159en\xed va\u0161\xed e-mailov\xe9 adresy.",emailVerifyInstruction2:"Nez\xedskali jste v e-mailu ov\u011b\u0159ovac\xed k\xf3d?",emailVerifyInstruction3:"znovu odeslat e-mail.",emailLinkIdpTitle:"Odkaz {0}",emailLinkIdp1:"Byl v\xe1m zasl\xe1n e-mail s pokyny k propojen\xed {0} \xfa\u010dtu {1} s va\u0161\xedm \xfa\u010dtem {2}.",emailLinkIdp2:"Nez\xedskali jste v e-mailu ov\u011b\u0159ovac\xed k\xf3d?",emailLinkIdp3:"znovu odeslat e-mail.",emailLinkIdp4:"Pokud jste ji\u017e ov\u011b\u0159ili e-mail v jin\xe9m prohl\xed\u017ee\u010di",emailLinkIdp5:"pokra\u010dovat.",backToLogin:"« Zp\u011bt k p\u0159ihl\xe1\u0161en\xed",emailInstruction:"Zadejte sv\xe9 u\u017eivatelsk\xe9 jm\xe9no nebo e-mailovou adresu a my v\xe1m za\u0161leme pokyny k vytvo\u0159en\xed nov\xe9ho hesla.",emailInstructionUsername:"Zadejte sv\xe9 u\u017eivatelsk\xe9 jm\xe9no a my v\xe1m za\u0161leme pokyny k vytvo\u0159en\xed nov\xe9ho hesla.",copyCodeInstruction:"Zkop\xedrujte tento k\xf3d a vlo\u017ete jej do sv\xe9 aplikace:",pageExpiredTitle:"Vypr\u0161ela platnost str\xe1nky",pageExpiredMsg1:"Pro restart procesu p\u0159ihl\xe1\u0161en\xed",pageExpiredMsg2:"Pokra\u010dovat v procesu p\u0159ihl\xe1\u0161en\xed",personalInfo:"Osobn\xed \xfadaje:",role_admin:"Administr\xe1tor realmu","role_realm-admin":"Administr\xe1tor realmu","role_create-realm":"Vytvo\u0159it realm","role_create-client":"Vytvo\u0159it klienta","role_view-realm":"Zobrazit realm","role_view-users":"Zobrazit u\u017eivatele","role_view-applications":"Zobrazit aplikace","role_view-clients":"Zobrazit klienty","role_view-events":"Zobrazit ud\xe1losti","role_view-identity-providers":"Zobrazit poskytovatele identity","role_manage-realm":"Spravovat realm","role_manage-users":"Spravovat u\u017eivatele","role_manage-applications":"Spravovat aplikace","role_manage-identity-providers":"Spravovat poskytovatele identity","role_manage-clients":"Spravovat klienty","role_manage-events":"Spravovat ud\xe1losti","role_view-profile":"Zobrazit profil","role_manage-account":"Spravovat \xfa\u010det","role_manage-account-links":"Spravovat odkazy na \xfa\u010det","role_read-token":"\u010c\xedst token","role_offline-access":"P\u0159\xedstup offline",client_account:"\xda\u010det","client_account-console":"U\u017eivatelsk\xe1 konzola","client_security-admin-console":"Security Admin Console","client_admin-cli":"Admin CLI","client_realm-management":"Spravovat Realm",client_broker:"Broker",requiredFields:"Vy\u017eadovan\xe9 polo\u017eky",invalidUserMessage:"Neplatn\xe9 jm\xe9no nebo heslo.",invalidUsernameMessage:"Neplatn\xe9 jm\xe9no.",invalidUsernameOrEmailMessage:"Neplatn\xe9 jm\xe9no nebo e-mail.",invalidPasswordMessage:"Neplatn\xe9 heslo.",invalidEmailMessage:"Neplatn\xfd e-mail.",accountDisabledMessage:"\xda\u010det je neplatn\xfd, kontaktujte administr\xe1tora.",accountTemporarilyDisabledMessage:"\xda\u010det je do\u010dasn\u011b deaktivov\xe1n, kontaktujte administr\xe1tora nebo zkuste pozd\u011bji.",expiredCodeMessage:"Platnost p\u0159ihl\xe1\u0161en\xed vypr\u0161ela. P\u0159ihlaste se znovu.",expiredActionMessage:"Akce vypr\u0161ela. Pokra\u010dujte p\u0159ihl\xe1\u0161en\xedm.",expiredActionTokenNoSessionMessage:"Akce vypr\u0161ela.",expiredActionTokenSessionExistsMessage:"Akce vypr\u0161ela. Za\u010dn\u011bte znovu",missingFirstNameMessage:"Zadejte pros\xedm jm\xe9no.",missingLastNameMessage:"Zadejte pros\xedm p\u0159\xedjmen\xed.",missingEmailMessage:"Zadejte pros\xedm e-mail.",missingUsernameMessage:"Zadejte pros\xedm u\u017eivatelsk\xe9 jm\xe9no.",missingPasswordMessage:"Zadejte pros\xedm heslo.",missingTotpMessage:"Zadejte pros\xedm k\xf3d ov\u011b\u0159ovatele.",missingTotpDeviceNameMessage:"Zadejte pros\xedm jm\xe9no za\u0159\xedzen\xed.",notMatchPasswordMessage:"Hesla se neshoduj\xed.","error-invalid-value":"Nespr\xe1vn\xe1 hodnota.","error-invalid-blank":"Zadejte pros\xedm hodnotu.","error-empty":"Zadejte pros\xedm hodnotu.","error-invalid-length":"D\xe9lka mus\xed b\xfdt mezi {1} a {2}.","error-invalid-length-too-short":"Minim\xe1ln\xed d\xe9lka je {1}.","error-invalid-length-too-long":"Maxim\xe1ln\xed d\xe9lka je {2}.","error-invalid-email":"Nespr\xe1vn\xe1 e-mailov\xe1 adresa.","error-invalid-number":"Nespr\xe1vn\xe9 \u010d\xedslo.","error-number-out-of-range":"\u010c\xedslo mus\xed b\xfdt mezi {1} a {2}.","error-number-out-of-range-too-small":"Minim\xe1ln\xed hodnota \u010d\xedsla je {1}.","error-number-out-of-range-too-big":"Maxim\xe1ln\xed hodnota \u010d\xedsla je {2}.","error-pattern-no-match":"Nespr\xe1vn\xe1 hodnota.","error-invalid-uri":"Nespr\xe1vn\xe1 URL adresa.","error-invalid-uri-scheme":"Nespr\xe1vn\xe9 URL schema.","error-invalid-uri-fragment":"Nespr\xe1vn\xfd fragment URL.","error-user-attribute-required":"Zadejte pros\xedm tuto polo\u017eku.","error-invalid-date":"Nespr\xe1vn\xe9 datum.","error-user-attribute-read-only":"Tato polo\u017eka je jen ke \u010dten\xed.","error-username-invalid-character":"Hodnota obsahuje nevalidn\xed znak.","error-person-name-invalid-character":"Hodnota obsahuje nevalidn\xed znak.",invalidPasswordExistingMessage:"Neplatn\xe9 existuj\xedc\xed heslo.",invalidPasswordBlacklistedMessage:"Neplatn\xe9 heslo: heslo je na \u010dern\xe9 listin\u011b.",invalidPasswordConfirmMessage:"Potvrzen\xed hesla se neshoduje.",invalidTotpMessage:"Neplatn\xfd k\xf3d ov\u011b\u0159ov\xe1n\xed.",usernameExistsMessage:"U\u017eivatelsk\xe9 jm\xe9no ji\u017e existuje.",emailExistsMessage:"E-mail ji\u017e existuje.",federatedIdentityExistsMessage:"U\u017eivatel s {0} {1} ji\u017e existuje. P\u0159ihlaste se ke spr\xe1v\u011b \xfa\u010dtu a propojte \xfa\u010det.",federatedIdentityUnavailableMessage:"U\u017eivatel {0} p\u0159ihl\xe1\u0161en\xfd poskytovatelem identit {1} neexistuje. Kontaktujte pros\xedm administr\xe1tora.",confirmLinkIdpTitle:"\xda\u010det ji\u017e existuje",federatedIdentityConfirmLinkMessage:"U\u017eivatel s {0} {1} ji\u017e existuje. Jak chcete pokra\u010dovat?",federatedIdentityConfirmReauthenticateMessage:"Ov\u011b\u0159te jako {0} k propojen\xed \xfa\u010dtu {1}",nestedFirstBrokerFlowMessage:"{0} u\u017eivatel {1} nen\xed propojen s \u017e\xe1dn\xfdm zn\xe1m\xfdm u\u017eivatelem.",confirmLinkIdpReviewProfile:"Zkontrolujte profil",confirmLinkIdpContinue:"P\u0159idat do existuj\xedc\xedho \xfa\u010dtu",configureTotpMessage:"Chcete-li aktivovat \xfa\u010det, mus\xedte nastavit slu\u017ebu Mobile Authenticator.",updateProfileMessage:"Pro aktivaci \xfa\u010dtu pot\u0159ebujete aktualizovat sv\u016fj u\u017eivatelsk\xfd profil.",updatePasswordMessage:"Pro aktivaci \xfa\u010dtu mus\xedte prov\xe9st aktualizaci hesla.",resetPasswordMessage:"Je t\u0159eba zm\u011bnit heslo.",verifyEmailMessage:"Pro aktivaci \xfa\u010dtu pot\u0159ebujete ov\u011b\u0159it va\u0161i e-mailovou adresu.",linkIdpMessage:"Pot\u0159ebujete-li ov\u011b\u0159it va\u0161i e-mailovou adresu, propojte sv\u016fj \xfa\u010det s {0}.",emailSentMessage:"M\u011bli byste brzy obdr\u017eet e-mail s dal\u0161\xedmi pokyny.",emailSendErrorMessage:"Nepoda\u0159ilo se odeslat e-mail, zkuste to pros\xedm pozd\u011bji.",accountUpdatedMessage:"V\xe1\u0161 \xfa\u010det byl aktualizov\xe1n.",accountPasswordUpdatedMessage:"Va\u0161e heslo bylo aktualizov\xe1no.",delegationCompleteHeader:"P\u0159ihl\xe1\u0161en\xed \xfasp\u011b\u0161n\xe9",delegationCompleteMessage:"M\u016f\u017eete zav\u0159\xedt toto okno prohl\xed\u017ee\u010de a vr\xe1tit se do aplikace.",delegationFailedHeader:"P\u0159ihl\xe1\u0161en\xed selhalo",delegationFailedMessage:"M\u016f\u017eete zav\u0159\xedt toto okno prohl\xed\u017ee\u010de a vr\xe1tit se do aplikace a zkusit se znovu p\u0159ihl\xe1sit.",noAccessMessage:"\u017d\xe1dn\xfd p\u0159\xedstup",invalidPasswordMinLengthMessage:"Neplatn\xe9 heslo: minim\xe1ln\xed d\xe9lka {0}.",invalidPasswordMaxLengthMessage:"Neplatn\xe9 heslo: maxim\xe1ln\xed d\xe9lka {0}.",invalidPasswordMinDigitsMessage:"Neplatn\xe9 heslo: mus\xed obsahovat nejm\xe9n\u011b {0} \u010d\xedslic.",invalidPasswordMinLowerCaseCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahovat minim\xe1ln\u011b {0} mal\xe9 znaky.",invalidPasswordMinUpperCaseCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahovat nejm\xe9n\u011b {0} velk\xe1 p\xedsmena.",invalidPasswordMinSpecialCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahovat nejm\xe9n\u011b {0} speci\xe1ln\xed znaky.",invalidPasswordNotUsernameMessage:"Neplatn\xe9 heslo: nesm\xed b\xfdt toto\u017en\xe9 s u\u017eivatelsk\xfdm jm\xe9nem.",invalidPasswordNotEmailMessage:"Neplatn\xe9 heslo: nesm\xed b\xfdt toto\u017en\xe9 s e-mailovou adresou.",invalidPasswordRegexPatternMessage:"Neplatn\xe9 heslo: neshoduje se vzorem regul\xe9rn\xedho v\xfdrazu.",invalidPasswordHistoryMessage:"Neplatn\xe9 heslo: Nesm\xed se rovnat \u017e\xe1dn\xe9mu z posledn\xedch {0} hesel.",invalidPasswordGenericMessage:"Neplatn\xe9 heslo: nov\xe9 heslo neodpov\xedd\xe1 pravidl\u016fm hesla.",failedToProcessResponseMessage:"Nepoda\u0159ilo se zpracovat odpov\u011b\u010f",httpsRequiredMessage:"Po\u017eadov\xe1no HTTPS",realmNotEnabledMessage:"Realm nen\xed povolen",invalidRequestMessage:"Neplatn\xe1 \u017e\xe1dost",successLogout:"Odhl\xe1\u0161en\xed bylo \xfasp\u011b\u0161n\xe9",failedLogout:"Odhl\xe1\u0161en\xed se nezda\u0159ilo",unknownLoginRequesterMessage:"Nezn\xe1m\xfd \u017eadatel o p\u0159ihl\xe1\u0161en\xed",loginRequesterNotEnabledMessage:"\u017dadatel o p\u0159ihl\xe1\u0161en\xed nen\xed povolen",bearerOnlyMessage:"Aplikace bearer-only nemohou iniciovat p\u0159ihla\u0161ov\xe1n\xed pomoc\xed prohl\xed\u017ee\u010de",standardFlowDisabledMessage:"Klient nesm\xed iniciovat p\u0159ihla\u0161ov\xe1n\xed prohl\xed\u017ee\u010de s dan\xfdm typem odpov\u011bdi. Standardn\xed tok je pro klienta zak\xe1z\xe1n.",implicitFlowDisabledMessage:"Klient nesm\xed iniciovat p\u0159ihla\u0161ov\xe1n\xed prohl\xed\u017ee\u010de s dan\xfdm typem odpov\u011bdi. Implicitn\xed tok je pro klienta zak\xe1z\xe1n.",invalidRedirectUriMessage:"Neplatn\xe1 adresa p\u0159esm\u011brov\xe1n\xed",unsupportedNameIdFormatMessage:"Nepodporovan\xfd NameIDFormat",invalidRequesterMessage:"Neplatn\xfd \u017eadatel",registrationNotAllowedMessage:"Registrace nen\xed povolena",resetCredentialNotAllowedMessage:"Reset Credential nen\xed povoleno",permissionNotApprovedMessage:"Opr\xe1vn\u011bn\xed nebylo schv\xe1leno.",noRelayStateInResponseMessage:"Chyb\xed relay state v odpov\u011bdi od poskytovatele identity.",insufficientPermissionMessage:"Nedostate\u010dn\xe1 opr\xe1vn\u011bn\xed k propojen\xed identit.",couldNotProceedWithAuthenticationRequestMessage:"Nemohu pokra\u010dovat s \u017e\xe1dost\xed o ov\u011b\u0159en\xed poskytovateli identity.",couldNotObtainTokenMessage:"Nelze z\xedskat token od poskytovatele identity.",unexpectedErrorRetrievingTokenMessage:"Neo\u010dek\xe1van\xe1 chyba p\u0159i na\u010d\xedt\xe1n\xed tokenu od poskytovatele identity.",unexpectedErrorHandlingResponseMessage:"Neo\u010dek\xe1van\xe1 chyba p\u0159i zpracov\xe1n\xed odpov\u011bdi od poskytovatele identity.",identityProviderAuthenticationFailedMessage:"Ov\u011b\u0159en\xed selhalo. Nelze ov\u011b\u0159it s poskytovatelem identity.",couldNotSendAuthenticationRequestMessage:"Nelze odeslat \u017e\xe1dost o ov\u011b\u0159en\xed poskytovateli identity.",unexpectedErrorHandlingRequestMessage:"Neo\u010dek\xe1van\xe1 chyba p\u0159i zpracov\xe1n\xed po\u017eadavku na ov\u011b\u0159en\xed poskytovateli identity.",invalidAccessCodeMessage:"Neplatn\xfd p\u0159\xedstupov\xfd k\xf3d.",sessionNotActiveMessage:"Session nen\xed aktivn\xed.",invalidCodeMessage:"Do\u0161lo k chyb\u011b, p\u0159ihlaste se znovu prost\u0159ednictv\xedm sv\xe9 aplikace.",cookieNotFoundMessage:"Soubor cookie nenalezen. Ujist\u011bte se pros\xedm, \u017ee m\xe1te v prohl\xed\u017ee\u010di povolen\xe9 cookies.",identityProviderUnexpectedErrorMessage:"Neo\u010dek\xe1van\xe1 chyba p\u0159i ov\u011b\u0159ov\xe1n\xed s poskytovatelem identity",identityProviderMissingStateMessage:"V odpov\u011bdi od poskytovatele identit chyb\xed parametr state.",identityProviderNotFoundMessage:"Nelze naj\xedt poskytovatele identity s identifik\xe1torem.",identityProviderLinkSuccess:"\xdasp\u011b\u0161n\u011b jste ov\u011b\u0159ili sv\u016fj e-mail. Vra\u0165te se pros\xedm zp\u011bt do p\u016fvodn\xedho prohl\xed\u017ee\u010de a pokra\u010dujte tam s p\u0159ihla\u0161ovac\xedmi \xfadaji.",staleCodeMessage:"Tato str\xe1nka ji\u017e nen\xed platn\xe1. Vra\u0165te se zp\u011bt do aplikace a p\u0159ihlaste se znovu",realmSupportsNoCredentialsMessage:"Realm nepodporuje \u017e\xe1dn\xfd typ pov\u011b\u0159en\xed.",credentialSetupRequired:"Nen\xed mo\u017en\xe9 se p\u0159ihl\xe1sit, je vy\u017eadov\xe1na konfigurace p\u0159\xedstupov\xfdch \xfadaj\u016f.",identityProviderNotUniqueMessage:"Realm podporuje v\xedce poskytovatel\u016f identity. Nelze ur\u010dit, s jak\xfdm zprost\u0159edkovatelem identity se m\xe1 ov\u011b\u0159it.",emailVerifiedMessage:"Va\u0161e e-mailov\xe1 adresa byla ov\u011b\u0159ena.",staleEmailVerificationLink:"Odkaz, na kter\xfd jste klikli, je star\xfd odkaz a ji\u017e nen\xed platn\xfd. Mo\u017en\xe1 jste ji\u017e ov\u011b\u0159ili sv\u016fj e-mail?",identityProviderAlreadyLinkedMessage:"Federovan\xe1 identita vr\xe1cen\xe1 {0} je ji\u017e propojena s jin\xfdm u\u017eivatelem.",confirmAccountLinking:"Potvr\u010fte propojen\xed \xfa\u010dtu {0} poskytovatele identity {1} s va\u0161\xedm \xfa\u010dtem.",confirmEmailAddressVerification:"Potvr\u010fte platnost e-mailov\xe9 adresy {0}.",confirmExecutionOfActions:"Prove\u010fte n\xe1sleduj\xedc\xed akce",backToApplication:"« Zp\u011bt na aplikaci",missingParameterMessage:"Chyb\u011bj\xedc\xed parametry : {0}",clientNotFoundMessage:"Klient nebyl nalezen.",clientDisabledMessage:"Klient byl zneplatn\u011bn.",invalidParameterMessage:"Neplatn\xfd parametr : {0}",alreadyLoggedIn:"Jste ji\u017e p\u0159ihl\xe1\u0161eni.",differentUserAuthenticated:"Jste ji\u017e v t\xe9to relaci ov\u011b\u0159eni jako jin\xfd u\u017eivatel ' {0} '. Nejd\u0159\xedve se odhla\u0161te.",brokerLinkingSessionExpired:"Po\u017eadovan\xe9 propojen\xed \xfa\u010dtu broker\u016f, ale aktu\xe1ln\xed relace ji\u017e nen\xed platn\xe1.",proceedWithAction:"» Klikn\u011bte zde pro pokra\u010dov\xe1n\xed","requiredAction.CONFIGURE_TOTP":"Konfigurovat OTP","requiredAction.terms_and_conditions":"Smluvn\xed podm\xednky","requiredAction.UPDATE_PASSWORD":"Aktualizace hesla","requiredAction.UPDATE_PROFILE":"Aktualizovat profil","requiredAction.VERIFY_EMAIL":"Ov\u011b\u0159it e-mail",invalidTokenRequiredActions:"Po\u017eadovan\xe9 akce obsa\u017een\xe9 v dan\xe9m odkazu nejsou validn\xed",doX509Login:"Budete p\u0159ihl\xe1\u0161eni jako:",clientCertificate:"Klientsk\xfd X509 certifik\xe1t:",noCertificate:"[\u017d\xe1dn\xfd certifik\xe1t]",pageNotFound:"Str\xe1nka nenalezena",internalServerError:"Nastala intern\xed chyba serveru","console-username":"Jm\xe9no:","console-password":"Heslo:","console-otp":"Jednor\xe1zov\xe9 heslo:","console-new-password":"Nov\xe9 heslo:","console-confirm-password":"Potvrzen\xed hesla:","console-update-password":"Je vy\u017eadov\xe1na zm\u011bna hesla.","console-verify-email":"Mus\xedte ov\u011b\u0159it svou emailovou adresu. Odeslali jsme e-mail na {0}, kter\xfd obsahuje ov\u011b\u0159ovac\xed k\xf3d. Zadejte pros\xedm tento k\xf3d do pole n\xed\u017ee.","console-email-code":"K\xf3d z e-mailu:","openshift.scope.user_info":"Informace o u\u017eivateli","openshift.scope.user_check-access":"Informace o p\u0159\xedstupu u\u017eivatele","openshift.scope.user_full":"Pln\xfd p\u0159\xedstup","openshift.scope.list-projects":"Seznam projekt\u016f","saml.post-form.title":"P\u0159esm\u011brov\xe1n\xed p\u0159ihl\xe1\u0161en\xed","saml.post-form.message":"P\u0159esm\u011brov\xe1v\xe1m, \u010dekejte pros\xedm.","saml.post-form.js-disabled":"JavaScript nen\xed povolen\xfd. D\u016frazn\u011b doporu\u010dujeme jej povolit. Pro pokra\u010dov\xe1n\xed stiskn\u011bte tla\u010d\xedtko n\xed\u017ee.","otp-display-name":"Authenticator Application","otp-help-text":"Zadejte ov\u011b\u0159ovac\xed k\xf3d z aplikace.","password-display-name":"Heslo","password-help-text":"P\u0159ihlaste se pomoc\xed hesla.","auth-username-form-display-name":"Jm\xe9no","auth-username-form-help-text":"Za\u010dn\u011bte p\u0159ihl\xe1\u0161en\xed zad\xe1n\xedm sv\xe9ho u\u017eivatelsk\xe9ho jm\xe9na","auth-username-password-form-display-name":"Jm\xe9no a heslo","auth-username-password-form-help-text":"P\u0159ihlaste se pomoc\xed jm\xe9na a hesla.","webauthn-display-name":"Bezpe\u010dnostn\xed kl\xed\u010d","webauthn-help-text":"Pou\u017eijte k p\u0159ihl\xe1\u0161en\xed bezpe\u010dnostn\xed kl\xed\u010d.","webauthn-passwordless-display-name":"Bezpe\u010dnostn\xed kl\xed\u010d","webauthn-passwordless-help-text":"Pou\u017eijte bezpe\u010dnostn\xed kl\xed\u010d k p\u0159ihl\xe1\u0161en\xed bez hesla.","webauthn-login-title":"P\u0159ihl\xe1\u0161en\xed bezpe\u010dnostn\xedm kl\xed\u010dem","webauthn-registration-title":"Registrace bezpe\u010dnostn\xedho kl\xed\u010de","webauthn-available-authenticators":"Dostupn\xe9 bezpe\u010dnostn\xed kl\xed\u010de","webauthn-unsupported-browser-text":"WebAuthn nen\xed v tomto prohl\xed\u017ee\u010di podporov\xe1no. Zkuste jin\xfd prohl\xed\u017ee\u010d nebo kontaktujte sv\xe9ho administr\xe1tora.","webauthn-doAuthenticate":"P\u0159ihl\xe1\u0161en\xed bezpe\u010dnostn\xedm kl\xed\u010dem","webauthn-createdAt-label":"Vytvo\u0159eno","webauthn-error-title":"Chyba bezpe\u010dnostn\xedho kl\xed\u010de","webauthn-error-registration":"Selhala registrace va\u0161eho bezpe\u010dnostn\xedho kl\xed\u010de.
{0}","webauthn-error-api-get":"Selhalo p\u0159ihl\xe1\u0161en\xed pomoc\xed bezpe\u010dnostn\xedho kl\xed\u010de.
{0}","webauthn-error-different-user":"Prvn\xed p\u0159ihl\xe1\u0161en\xfd u\u017eivatel nen\xed toto\u017en\xfd s u\u017eivatelem p\u0159ihl\xe1\u0161en\xfdm pomoc\xed bezpe\u010dnostn\xedho kl\xed\u010de.","webauthn-error-auth-verification":"Nevalidn\xed v\xfdsledek p\u0159ihl\xe1\u0161en\xed pomoc\xed bezpe\u010dnostn\xedho kl\xed\u010de.
{0}","webauthn-error-register-verification":"Nevalidn\xed v\xfdsledek registrace bezpe\u010dnostn\xedho kl\xed\u010de.
{0}","webauthn-error-user-not-found":"Nezn\xe1m\xfd u\u017eivatel p\u0159ihl\xe1\u0161en pomoc\xed bezpe\u010dnostn\xedho kl\xed\u010de.","identity-provider-redirector":"Propojit s jin\xfdm poskytovatelem identit","identity-provider-login-label":"Nebo se p\u0159ihlaste pomoc\xed",finalDeletionConfirmation:"Pokud sv\u016fj \xfa\u010det odstran\xedte, nem\u016f\u017ee b\xfdt obnoven. Pro zachov\xe1n\xed \xfa\u010dtu klikn\u011bte na tla\u010d\xedtko Zru\u0161it.",irreversibleAction:"Tuto akci nelze vz\xedt zp\u011bt",deleteAccountConfirm:"Potvrzen\xed odstran\u011bn\xed \xfa\u010dtu",deletingImplies:"Odstran\u011bn\xed va\u0161eho \xfa\u010dtu znamen\xe1:",errasingData:"Smaz\xe1n\xed v\u0161ech va\u0161ich dat",loggingOutImmediately:"Okam\u017eit\xe9 odhl\xe1\u0161en\xed",accountUnusable:"Dal\u0161\xed pou\u017eit\xed aplikace s t\xedmto \xfa\u010dtem nebude mo\u017en\xe9",userDeletedSuccessfully:"U\u017eivatel \xfasp\u011b\u0161n\u011b odstran\u011bn","access-denied":"P\u0159\xedstup odep\u0159en","frontchannel-logout.title":"Odhl\xe1\u0161en\xed","frontchannel-logout.message":"Odhla\u0161ujete se z n\xe1sleduj\xedc\xedch aplikac\xed",logoutConfirmTitle:"Odhla\u0161ov\xe1n\xed",logoutConfirmHeader:"Chcete se odhl\xe1sit?",doLogout:"Odhl\xe1sit",readOnlyUsernameMessage:"Nem\u016f\u017eete aktualizovat sv\xe9 u\u017eivatelsk\xe9 jm\xe9no, proto\u017ee je pouze pro \u010dten\xed."}}}]); +//# sourceMappingURL=4568.08b9621b.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4568.08b9621b.chunk.js.map b/resources/keycloak/keycloakify/static/js/4568.08b9621b.chunk.js.map new file mode 100644 index 00000000..041cdb4b --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4568.08b9621b.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/4568.08b9621b.chunk.js","mappings":"uIAwXA,UApXgB,CACd,QAAW,uBACX,WAAc,iBACd,SAAY,cACZ,SAAY,UACZ,OAAU,YACV,MAAS,MACT,KAAQ,KACR,WAAc,kBACd,SAAY,YACZ,SAAY,WACZ,UAAa,eACb,iBAAoB,uBACpB,YAAe,oBACf,cAAiB,WACjB,WAAc,eACd,gBAAmB,gCACnB,gBAAmB,8BACnB,qBAAwB,8DACxB,yBAA4B,+IAC5B,sBAAyB,qCACzB,2BAA8B,qCAC9B,qBAAwB,oQACxB,iBAAoB,sEACpB,cAAiB,cACjB,kBAAqB,+CACrB,WAAc,2BACd,eAAkB,MAClB,iBAAoB,8BACpB,qBAAwB,+CACxB,YAAe,QACf,YAAe,8BACf,eAAkB,oCAClB,kBAAqB,wCACrB,2BAA8B,wCAC9B,aAAgB,yIAChB,gBAAmB,6BACnB,oBAAuB,MACvB,WAAc,wBACd,eAAkB,uCAClB,iBAAoB,+BACpB,iBAAoB,6BACpB,oBAAuB,oBACvB,iBAAoB,0BACpB,eAAkB,oBAClB,mBAAsB,6DACtB,gBAAmB,6EACnB,gBAAmB,+FACnB,SAAY,aACZ,QAAW,gBACX,WAAc,yBACd,eAAkB,yBAClB,UAAa,kDACb,eAAkB,4CAClB,gBAAmB,wBACnB,uBAA0B,kEAC1B,cAAiB,2BACjB,UAAa,yBACb,SAAY,qCACZ,gBAAmB,iDACnB,UAAa,2BACb,UAAa,2BACb,SAAY,mBACZ,SAAY,sBACZ,WAAc,sBACd,MAAS,SACT,SAAY,QACZ,gBAAmB,iBACnB,YAAe,gBACf,mBAAsB,yBACtB,WAAc,uBACd,kBAAqB,2BACrB,QAAW,SACX,OAAU,QACV,SAAY,aACZ,OAAU,OACV,YAAe,WACf,QAAW,UACX,cAAiB,0BACjB,QAAW,uBACX,YAAe,6BACf,oBAAuB,+CACvB,OAAU,aACV,SAAY,oBACZ,SAAY,yBACZ,wBAA2B,yCAC3B,oBAAuB,oDACvB,wBAA2B,6BAC3B,sBAAyB,sBACzB,wBAA2B,SAC3B,sBAAyB,6BACzB,8BAAiC,0BACjC,6BAAgC,YAChC,sBAAyB,2BACzB,oBAAuB,gBACvB,eAAkB,qHAClB,eAAkB,oEAClB,eAAkB,+DAClB,eAAkB,oIAClB,yBAA4B,yIAC5B,qBAAwB,gDACxB,qBAAwB,gHACxB,sBAAyB,kBACzB,qBAAwB,qCACxB,gBAAmB,2BACnB,cAAiB,MACjB,mBAAsB,aACtB,gBAAmB,kBACnB,kBAAqB,WACrB,iBAAoB,oBACpB,oBAAuB,+BACvB,iBAAkB,6BAClB,iBAAkB,qCAClB,yBAA4B,4CAC5B,kBAAqB,+DACrB,WAAc,IACd,2BAA8B,8EAC9B,mCAAsC,qDACtC,mCAAsC,+HACtC,uCAA0C,2EAC1C,wCAA2C,uHAC3C,qCAAwC,2DACxC,sCAAyC,uJACzC,iCAAoC,sDACpC,8CAAiD,8GACjD,wBAA2B,gGAC3B,wBAA2B,6DAC3B,wBAA2B,wBAC3B,kBAAqB,YACrB,cAAiB,8GACjB,cAAiB,6DACjB,cAAiB,wBACjB,cAAiB,kFACjB,cAAiB,mBACjB,YAAe,iDACf,iBAAoB,0IACpB,yBAA4B,mHAC5B,oBAAuB,mEACvB,iBAAoB,oCACpB,gBAAmB,iDACnB,gBAAmB,uDACnB,aAAgB,sBAChB,WAAc,0BACd,mBAAoB,0BACpB,oBAAqB,sBACrB,qBAAsB,wBACtB,kBAAmB,iBACnB,kBAAmB,0BACnB,yBAA0B,oBAC1B,oBAAqB,mBACrB,mBAAoB,uBACpB,+BAAgC,kCAChC,oBAAqB,kBACrB,oBAAqB,2BACrB,2BAA4B,qBAC5B,iCAAkC,mCAClC,sBAAuB,oBACvB,qBAAsB,wBACtB,oBAAqB,kBACrB,sBAAuB,yBACvB,4BAA6B,mCAC7B,kBAAmB,qBACnB,sBAAuB,0BACvB,eAAkB,eAClB,yBAA0B,8BAC1B,gCAAiC,yBACjC,mBAAoB,YACpB,0BAA2B,kBAC3B,cAAiB,SACjB,eAAkB,kCAClB,mBAAsB,mCACtB,uBAA0B,wBAC1B,8BAAiC,oCACjC,uBAA0B,qBAC1B,oBAAuB,sBACvB,uBAA0B,8DAC1B,kCAAqC,4GACrC,mBAAsB,8EACtB,qBAAwB,mEACxB,mCAAsC,sBACtC,uCAA0C,8CAC1C,wBAA2B,8BAC3B,uBAA0B,yCAC1B,oBAAuB,4BACvB,uBAA0B,kDAC1B,uBAA0B,2BAC1B,mBAAsB,kDACtB,6BAAgC,kDAChC,wBAA2B,yBAC3B,sBAAuB,2BACvB,sBAAuB,6BACvB,cAAe,6BACf,uBAAwB,0CACxB,iCAAkC,mCAClC,gCAAiC,mCACjC,sBAAuB,uCACvB,uBAAwB,iCACxB,4BAA6B,+CAC7B,sCAAuC,gDACvC,oCAAqC,gDACrC,yBAA0B,2BAC1B,oBAAqB,8BACrB,2BAA4B,8BAC5B,6BAA8B,gCAC9B,gCAAiC,uCACjC,qBAAsB,yBACtB,iCAAkC,6CAClC,mCAAoC,sCACpC,sCAAuC,sCACvC,+BAAkC,sCAClC,kCAAqC,6DACrC,8BAAiC,mCACjC,mBAAsB,gDACtB,sBAAyB,kDACzB,mBAAsB,4BACtB,+BAAkC,uHAClC,oCAAuC,+HACvC,oBAAuB,iCACvB,oCAAuC,yEACvC,8CAAiD,4DACjD,6BAAgC,2FAChC,4BAA+B,sBAC/B,uBAA0B,iDAC1B,qBAAwB,yFACxB,qBAAwB,gGACxB,sBAAyB,oEACzB,qBAAwB,mCACxB,mBAAsB,2FACtB,eAAkB,2GAClB,iBAAoB,qEACpB,sBAAyB,uEACzB,sBAAyB,gDACzB,8BAAiC,yCACjC,yBAA4B,qDAC5B,0BAA6B,gGAC7B,uBAA0B,qCAC1B,wBAA2B,oIAC3B,gBAAmB,mCACnB,gCAAmC,mDACnC,gCAAmC,mDACnC,gCAAmC,2EACnC,wCAA2C,4EAC3C,wCAA2C,gFAC3C,sCAAyC,kFACzC,kCAAqC,uFACrC,+BAAkC,2EAClC,mCAAsC,sEACtC,8BAAiC,sFACjC,8BAAiC,0EACjC,+BAAkC,iDAClC,qBAAwB,2BACxB,uBAA0B,wBAC1B,sBAAyB,6BACzB,cAAiB,oDACjB,aAAgB,yCAChB,6BAAgC,0DAChC,gCAAmC,4DACnC,kBAAqB,wGACrB,4BAA+B,iKAC/B,4BAA+B,iKAC/B,0BAA6B,kDAC7B,+BAAkC,gCAClC,wBAA2B,2BAC3B,8BAAiC,8BACjC,iCAAoC,oCACpC,6BAAgC,4CAChC,8BAAiC,kEACjC,8BAAiC,oEACjC,gDAAmD,6FACnD,2BAA8B,mDAC9B,sCAAyC,iGACzC,uCAA0C,kGAC1C,4CAA+C,kFAC/C,yCAA4C,8EAC5C,sCAAyC,wHACzC,yBAA4B,4CAC5B,wBAA2B,8BAC3B,mBAAsB,4FACtB,sBAAyB,sHACzB,uCAA0C,4FAC1C,oCAAuC,oEACvC,gCAAmC,8DACnC,4BAA+B,mNAC/B,iBAAoB,6GACpB,kCAAqC,gEACrC,wBAA2B,uHAC3B,iCAAoC,gJACpC,qBAAwB,wDACxB,2BAA8B,kJAC9B,qCAAwC,6FACxC,sBAAyB,wGACzB,gCAAmC,kDACnC,0BAA6B,0CAC7B,kBAAqB,gCACrB,wBAA2B,uCAC3B,sBAAyB,wBACzB,sBAAyB,8BACzB,wBAA2B,6BAC3B,gBAAmB,yCACnB,2BAA8B,0HAC9B,4BAA+B,mHAC/B,kBAAqB,uDACrB,gCAAiC,mBACjC,sCAAuC,yBACvC,iCAAkC,oBAClC,gCAAiC,sBACjC,8BAA+B,0BAC/B,4BAA+B,+EAC/B,YAAe,uCACf,kBAAqB,mCACrB,cAAiB,mCACjB,aAAgB,wBAChB,oBAAuB,mCACvB,mBAAoB,YACpB,mBAAoB,SACpB,cAAe,2BACf,uBAAwB,iBACxB,2BAA4B,sBAC5B,0BAA2B,0CAC3B,uBAAwB,uLACxB,qBAAsB,oBACtB,4BAA6B,6BAC7B,oCAAqC,8CACrC,4BAA6B,0BAC7B,gCAAiC,uBACjC,uBAAwB,0DACxB,yBAA0B,yDAC1B,6BAA8B,4JAC9B,mBAAoB,4BACpB,gBAAiB,oDACjB,wBAAyB,QACzB,qBAAsB,qCACtB,kCAAmC,WACnC,+BAAgC,qGAChC,2CAA4C,mBAC5C,wCAAyC,gDACzC,wBAAyB,oCACzB,qBAAsB,gFACtB,qCAAsC,oCACtC,kCAAmC,0FACnC,uBAAwB,kEACxB,8BAA+B,kDAC/B,oCAAqC,iDACrC,oCAAqC,sJACrC,0BAA2B,kEAC3B,2BAA4B,iBAC5B,uBAAwB,6CACxB,8BAA+B,gFAC/B,yBAA0B,8FAC1B,gCAAiC,0KACjC,mCAAoC,+GACpC,uCAAwC,qFACxC,gCAAiC,qGACjC,+BAAgC,6CAChC,gCAAiC,mCACjC,0BAA6B,+JAC7B,mBAAsB,oCACtB,qBAAwB,+CACxB,gBAAmB,0DACnB,aAAgB,2CAChB,sBAAyB,wCACzB,gBAAmB,uFACnB,wBAA2B,yDAC3B,gBAAiB,+BACjB,4BAA6B,uBAC7B,8BAA+B,2DAC/B,mBAAsB,yBACtB,oBAAuB,yBACvB,SAAY,cACZ,wBAA2B,gH","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/cs.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Přihlásit se\",\n \"doRegister\": \"Registrovat se\",\n \"doCancel\": \"Zrušit\",\n \"doSubmit\": \"Odeslat\",\n \"doBack\": \"Zpět\",\n \"doYes\": \"Ano\",\n \"doNo\": \"Ne\",\n \"doContinue\": \"Pokračovat\",\n \"doIgnore\": \"Ignorovat\",\n \"doAccept\": \"Potvrdit\",\n \"doDecline\": \"Zamítnout\",\n \"doForgotPassword\": \"Zapomenuté heslo?\",\n \"doClickHere\": \"Klikněte zde\",\n \"doImpersonate\": \"Zosobnit\",\n \"doTryAgain\": \"Zkusit znovu\",\n \"doTryAnotherWay\": \"Zkusit jiným způsobem\",\n \"doConfirmDelete\": \"Potvrdit odstranění\",\n \"errorDeletingAccount\": \"Nastala chyba při odstraňování účtu\",\n \"deletingAccountForbidden\": \"Nemáte dostatečná oprávnění k odstranění vašeho vlastního účtu, kontaktujte administrátora.\",\n \"kerberosNotConfigured\": \"Kerberos není nakonfigurován\",\n \"kerberosNotConfiguredTitle\": \"Kerberos není nakonfigurován\",\n \"bypassKerberosDetail\": \"Buď nejste přihlášeni přes Kerberos nebo váš prohlížeč není nastaven pro přihlášení Kerberos. Klepnutím na tlačítko pokračujte k přihlášení jinými způsoby\",\n \"kerberosNotSetUp\": \"Kerberos není nastaven. Nemůžete se přihlásit.\",\n \"registerTitle\": \"Registrovat\",\n \"loginAccountTitle\": \"Přihlásit k vašemu účtu\",\n \"loginTitle\": \"Přihlásit do {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Zosobnit uživatele\",\n \"impersonateTitleHtml\": \"{0} Zosobnit uživatele\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Neznámý uživatel\",\n \"loginTotpTitle\": \"Nastavení autentikátoru OTP\",\n \"loginProfileTitle\": \"Aktualizovat informace o účtu\",\n \"loginIdpReviewProfileTitle\": \"Aktualizovat informace o účtu\",\n \"loginTimeout\": \"Přihlašování trvalo příliš dlouho. Přihlašovací proces začíná od začátku.\",\n \"oauthGrantTitle\": \"Poskytnout přístup\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Je nám líto ...\",\n \"errorTitleHtml\": \"Omlouváme se ...\",\n \"emailVerifyTitle\": \"Ověření e-mailu\",\n \"emailForgotTitle\": \"Zapomněli jste heslo?\",\n \"updatePasswordTitle\": \"Aktualizace hesla\",\n \"codeSuccessTitle\": \"Kód úspěchu \",\n \"codeErrorTitle\": \"Kód chyby: {0}\",\n \"displayUnsupported\": \"Požadovaný typ zobrazení není podporovaný\",\n \"browserRequired\": \"Pro přihlášení je vyžadován prohlížeč\",\n \"browserContinue\": \"Pro dokončení přihlášení je vyžadován prohlížeč\",\n \"internal\": \"Interní\",\n \"unknown\": \"Neznámé\",\n \"termsTitle\": \"Smluvní podmínky\",\n \"termsTitleHtml\": \"Smluvní podmínky\",\n \"termsText\": \"

Smluvní podmínky k odsouhlasení

\",\n \"termsPlainText\": \"Smluvní podmínky k odsouhlasení.\",\n \"recaptchaFailed\": \"Neplatná Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha je vyžadována, ale není nakonfigurována\",\n \"consentDenied\": \"Souhlas byl zamítnut.\",\n \"noAccount\": \"Nový uživatel?\",\n \"username\": \"Přihlašovací jméno\",\n \"usernameOrEmail\": \"Přihlašovací jméno nebo e-mail\",\n \"firstName\": \"Křestní jméno\",\n \"givenName\": \"Křestní jména\",\n \"fullName\": \"Celé jméno\",\n \"lastName\": \"Příjmení\",\n \"familyName\": \"Příjmení\",\n \"email\": \"E-mail\",\n \"password\": \"Heslo\",\n \"passwordConfirm\": \"Potvrdit heslo\",\n \"passwordNew\": \"Nové heslo\",\n \"passwordNewConfirm\": \"Potvrdit nové heslo\",\n \"rememberMe\": \"Pamatovat si mě\",\n \"authenticatorCode\": \"Jednorázový kód\",\n \"address\": \"Adresa\",\n \"street\": \"Ulice\",\n \"locality\": \"Město\",\n \"region\": \"Kraj\",\n \"postal_code\": \"PSČ\",\n \"country\": \"Stát\",\n \"emailVerified\": \"E-mail ověřen\",\n \"website\": \"Webová stránka\",\n \"phoneNumber\": \"Telefonní číslo\",\n \"phoneNumberVerified\": \"Telefonní číslo ověřeno\",\n \"gender\": \"Pohlaví\",\n \"birthday\": \"Datum narození\",\n \"zoneinfo\": \"Časová zóna\",\n \"gssDelegationCredential\": \"GSS Delegované Oprávnění\",\n \"logoutOtherSessions\": \"Odhlásit se z ostatních zařízení\",\n \"profileScopeConsentText\": \"Uživatelský profil\",\n \"emailScopeConsentText\": \"E-mailová adresa\",\n \"addressScopeConsentText\": \"Adresa\",\n \"phoneScopeConsentText\": \"Telefonní číslo\",\n \"offlineAccessScopeConsentText\": \"Přístup offline\",\n \"samlRoleListScopeConsentText\": \"Moje role\",\n \"rolesScopeConsentText\": \"Uživatelské role\",\n \"restartLoginTooltip\": \"Restart login\",\n \"loginTotpIntro\": \"Musíte si nakonfigurovat generátor jednorázových kódů (OTP) pro přístup k účtu\",\n \"loginTotpStep1\": \"Nainstalujte do mobilu jednu z následujících aplikací\",\n \"loginTotpStep2\": \"Otevřete aplikaci a naskenujte čárový kód\",\n \"loginTotpStep3\": \"Zadejte jednorázový kód poskytnutý aplikací a klepnutím na tlačítko Odeslat dokončete nastavení\",\n \"loginTotpStep3DeviceName\": \"Zadejte název zařízení pro jednodušší správu jednorázových kódů (OTP) zařízení.\",\n \"loginTotpManualStep2\": \"Otevřete aplikaci a zadejte klíč\",\n \"loginTotpManualStep3\": \"Použijte následující hodnoty konfigurace, pokud aplikace umožňuje jejich nastavení\",\n \"loginTotpUnableToScan\": \"Nelze skenovat?\",\n \"loginTotpScanBarcode\": \"Skenovat čárový kód?\",\n \"loginOtpOneTime\": \"Jednorázový kód\",\n \"loginTotpType\": \"Typ\",\n \"loginTotpAlgorithm\": \"Algoritmus\",\n \"loginTotpDigits\": \"Číslice\",\n \"loginTotpInterval\": \"Interval\",\n \"loginTotpCounter\": \"Počítadlo\",\n \"loginTotpDeviceName\": \"Název zařízení\",\n \"loginTotp.totp\": \"Založeno na čase\",\n \"loginTotp.hotp\": \"Založeno na počítadle\",\n \"loginChooseAuthenticator\": \"Vyberte metodu přihlášení\",\n \"oauthGrantRequest\": \"Poskytujete tyto přístupová oprávnění?\",\n \"inResource\": \"v\",\n \"verifyOAuth2DeviceUserCode\": \"Zadejte kód z vašeho zařízení a klikněte na Odeslat\",\n \"oauth2DeviceInvalidUserCodeMessage\": \"Nesprávný kód, zkuste to prosím znovu.\",\n \"oauth2DeviceExpiredUserCodeMessage\": \"Platnost kódu vypršela. Vraťte se prosím do vašeho zařízení a zkuste se připojit znovu.\",\n \"oauth2DeviceVerificationCompleteHeader\": \"Úspěšné přihlášení v zařízení\",\n \"oauth2DeviceVerificationCompleteMessage\": \"Můžete zavřít toto okno prohlížeče a vrátit se do vašeho zařízení.\",\n \"oauth2DeviceVerificationFailedHeader\": \"Selhalo přihlášení v zařízení\",\n \"oauth2DeviceVerificationFailedMessage\": \"Můžete zavřít toto okno prohlížeče a vrátit se do vašeho zařízení a zkusit se znovu připojit.\",\n \"oauth2DeviceConsentDeniedMessage\": \"Připojení zařízení odmítnuto.\",\n \"oauth2DeviceAuthorizationGrantDisabledMessage\": \"Klient nemá povoleno iniciovat OAuth 2.0 Device Authorization Grant. Flow je pro klienta zakázáno.\",\n \"emailVerifyInstruction1\": \"Byl Vám zaslán e-mail s pokyny k ověření vaší e-mailové adresy.\",\n \"emailVerifyInstruction2\": \"Nezískali jste v e-mailu ověřovací kód?\",\n \"emailVerifyInstruction3\": \"znovu odeslat e-mail.\",\n \"emailLinkIdpTitle\": \"Odkaz {0}\",\n \"emailLinkIdp1\": \"Byl vám zaslán e-mail s pokyny k propojení {0} účtu {1} s vaším účtem {2}.\",\n \"emailLinkIdp2\": \"Nezískali jste v e-mailu ověřovací kód?\",\n \"emailLinkIdp3\": \"znovu odeslat e-mail.\",\n \"emailLinkIdp4\": \"Pokud jste již ověřili e-mail v jiném prohlížeči\",\n \"emailLinkIdp5\": \"pokračovat.\",\n \"backToLogin\": \"« Zpět k přihlášení\",\n \"emailInstruction\": \"Zadejte své uživatelské jméno nebo e-mailovou adresu a my vám zašleme pokyny k vytvoření nového hesla.\",\n \"emailInstructionUsername\": \"Zadejte své uživatelské jméno a my vám zašleme pokyny k vytvoření nového hesla.\",\n \"copyCodeInstruction\": \"Zkopírujte tento kód a vložte jej do své aplikace:\",\n \"pageExpiredTitle\": \"Vypršela platnost stránky\",\n \"pageExpiredMsg1\": \"Pro restart procesu přihlášení\",\n \"pageExpiredMsg2\": \"Pokračovat v procesu přihlášení\",\n \"personalInfo\": \"Osobní údaje:\",\n \"role_admin\": \"Administrátor realmu\",\n \"role_realm-admin\": \"Administrátor realmu\",\n \"role_create-realm\": \"Vytvořit realm\",\n \"role_create-client\": \"Vytvořit klienta\",\n \"role_view-realm\": \"Zobrazit realm\",\n \"role_view-users\": \"Zobrazit uživatele\",\n \"role_view-applications\": \"Zobrazit aplikace\",\n \"role_view-clients\": \"Zobrazit klienty\",\n \"role_view-events\": \"Zobrazit události\",\n \"role_view-identity-providers\": \"Zobrazit poskytovatele identity\",\n \"role_manage-realm\": \"Spravovat realm\",\n \"role_manage-users\": \"Spravovat uživatele\",\n \"role_manage-applications\": \"Spravovat aplikace\",\n \"role_manage-identity-providers\": \"Spravovat poskytovatele identity\",\n \"role_manage-clients\": \"Spravovat klienty\",\n \"role_manage-events\": \"Spravovat události\",\n \"role_view-profile\": \"Zobrazit profil\",\n \"role_manage-account\": \"Spravovat účet\",\n \"role_manage-account-links\": \"Spravovat odkazy na účet\",\n \"role_read-token\": \"Číst token\",\n \"role_offline-access\": \"Přístup offline\",\n \"client_account\": \"Účet\",\n \"client_account-console\": \"Uživatelská konzola\",\n \"client_security-admin-console\": \"Security Admin Console\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Spravovat Realm\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Vyžadované položky\",\n \"invalidUserMessage\": \"Neplatné jméno nebo heslo.\",\n \"invalidUsernameMessage\": \"Neplatné jméno.\",\n \"invalidUsernameOrEmailMessage\": \"Neplatné jméno nebo e-mail.\",\n \"invalidPasswordMessage\": \"Neplatné heslo.\",\n \"invalidEmailMessage\": \"Neplatný e-mail.\",\n \"accountDisabledMessage\": \"Účet je neplatný, kontaktujte administrátora.\",\n \"accountTemporarilyDisabledMessage\": \"Účet je dočasně deaktivován, kontaktujte administrátora nebo zkuste později.\",\n \"expiredCodeMessage\": \"Platnost přihlášení vypršela. Přihlaste se znovu.\",\n \"expiredActionMessage\": \"Akce vypršela. Pokračujte přihlášením.\",\n \"expiredActionTokenNoSessionMessage\": \"Akce vypršela.\",\n \"expiredActionTokenSessionExistsMessage\": \"Akce vypršela. Začněte znovu\",\n \"missingFirstNameMessage\": \"Zadejte prosím jméno.\",\n \"missingLastNameMessage\": \"Zadejte prosím příjmení.\",\n \"missingEmailMessage\": \"Zadejte prosím e-mail.\",\n \"missingUsernameMessage\": \"Zadejte prosím uživatelské jméno.\",\n \"missingPasswordMessage\": \"Zadejte prosím heslo.\",\n \"missingTotpMessage\": \"Zadejte prosím kód ověřovatele.\",\n \"missingTotpDeviceNameMessage\": \"Zadejte prosím jméno zařízení.\",\n \"notMatchPasswordMessage\": \"Hesla se neshodují.\",\n \"error-invalid-value\": \"Nesprávná hodnota.\",\n \"error-invalid-blank\": \"Zadejte prosím hodnotu.\",\n \"error-empty\": \"Zadejte prosím hodnotu.\",\n \"error-invalid-length\": \"Délka musí být mezi {1} a {2}.\",\n \"error-invalid-length-too-short\": \"Minimální délka je {1}.\",\n \"error-invalid-length-too-long\": \"Maximální délka je {2}.\",\n \"error-invalid-email\": \"Nesprávná e-mailová adresa.\",\n \"error-invalid-number\": \"Nesprávné číslo.\",\n \"error-number-out-of-range\": \"Číslo musí být mezi {1} a {2}.\",\n \"error-number-out-of-range-too-small\": \"Minimální hodnota čísla je {1}.\",\n \"error-number-out-of-range-too-big\": \"Maximální hodnota čísla je {2}.\",\n \"error-pattern-no-match\": \"Nesprávná hodnota.\",\n \"error-invalid-uri\": \"Nesprávná URL adresa.\",\n \"error-invalid-uri-scheme\": \"Nesprávné URL schema.\",\n \"error-invalid-uri-fragment\": \"Nesprávný fragment URL.\",\n \"error-user-attribute-required\": \"Zadejte prosím tuto položku.\",\n \"error-invalid-date\": \"Nesprávné datum.\",\n \"error-user-attribute-read-only\": \"Tato položka je jen ke čtení.\",\n \"error-username-invalid-character\": \"Hodnota obsahuje nevalidní znak.\",\n \"error-person-name-invalid-character\": \"Hodnota obsahuje nevalidní znak.\",\n \"invalidPasswordExistingMessage\": \"Neplatné existující heslo.\",\n \"invalidPasswordBlacklistedMessage\": \"Neplatné heslo: heslo je na černé listině.\",\n \"invalidPasswordConfirmMessage\": \"Potvrzení hesla se neshoduje.\",\n \"invalidTotpMessage\": \"Neplatný kód ověřování.\",\n \"usernameExistsMessage\": \"Uživatelské jméno již existuje.\",\n \"emailExistsMessage\": \"E-mail již existuje.\",\n \"federatedIdentityExistsMessage\": \"Uživatel s {0} {1} již existuje. Přihlaste se ke správě účtu a propojte účet.\",\n \"federatedIdentityUnavailableMessage\": \"Uživatel {0} přihlášený poskytovatelem identit {1} neexistuje. Kontaktujte prosím administrátora.\",\n \"confirmLinkIdpTitle\": \"Účet již existuje\",\n \"federatedIdentityConfirmLinkMessage\": \"Uživatel s {0} {1} již existuje. Jak chcete pokračovat?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Ověřte jako {0} k propojení účtu {1}\",\n \"nestedFirstBrokerFlowMessage\": \"{0} uživatel {1} není propojen s žádným známým uživatelem.\",\n \"confirmLinkIdpReviewProfile\": \"Zkontrolujte profil\",\n \"confirmLinkIdpContinue\": \"Přidat do existujícího účtu\",\n \"configureTotpMessage\": \"Chcete-li aktivovat účet, musíte nastavit službu Mobile Authenticator.\",\n \"updateProfileMessage\": \"Pro aktivaci účtu potřebujete aktualizovat svůj uživatelský profil.\",\n \"updatePasswordMessage\": \"Pro aktivaci účtu musíte provést aktualizaci hesla.\",\n \"resetPasswordMessage\": \"Je třeba změnit heslo.\",\n \"verifyEmailMessage\": \"Pro aktivaci účtu potřebujete ověřit vaši e-mailovou adresu.\",\n \"linkIdpMessage\": \"Potřebujete-li ověřit vaši e-mailovou adresu, propojte svůj účet s {0}.\",\n \"emailSentMessage\": \"Měli byste brzy obdržet e-mail s dalšími pokyny.\",\n \"emailSendErrorMessage\": \"Nepodařilo se odeslat e-mail, zkuste to prosím později.\",\n \"accountUpdatedMessage\": \"Váš účet byl aktualizován.\",\n \"accountPasswordUpdatedMessage\": \"Vaše heslo bylo aktualizováno.\",\n \"delegationCompleteHeader\": \"Přihlášení úspěšné\",\n \"delegationCompleteMessage\": \"Můžete zavřít toto okno prohlížeče a vrátit se do aplikace.\",\n \"delegationFailedHeader\": \"Přihlášení selhalo\",\n \"delegationFailedMessage\": \"Můžete zavřít toto okno prohlížeče a vrátit se do aplikace a zkusit se znovu přihlásit.\",\n \"noAccessMessage\": \"Žádný přístup\",\n \"invalidPasswordMinLengthMessage\": \"Neplatné heslo: minimální délka {0}.\",\n \"invalidPasswordMaxLengthMessage\": \"Neplatné heslo: maximální délka {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Neplatné heslo: musí obsahovat nejméně {0} číslic.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Neplatné heslo: musí obsahovat minimálně {0} malé znaky.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Neplatné heslo: musí obsahovat nejméně {0} velká písmena.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Neplatné heslo: musí obsahovat nejméně {0} speciální znaky.\",\n \"invalidPasswordNotUsernameMessage\": \"Neplatné heslo: nesmí být totožné s uživatelským jménem.\",\n \"invalidPasswordNotEmailMessage\": \"Neplatné heslo: nesmí být totožné s e-mailovou adresou.\",\n \"invalidPasswordRegexPatternMessage\": \"Neplatné heslo: neshoduje se vzorem regulérního výrazu.\",\n \"invalidPasswordHistoryMessage\": \"Neplatné heslo: Nesmí se rovnat žádnému z posledních {0} hesel.\",\n \"invalidPasswordGenericMessage\": \"Neplatné heslo: nové heslo neodpovídá pravidlům hesla.\",\n \"failedToProcessResponseMessage\": \"Nepodařilo se zpracovat odpověď\",\n \"httpsRequiredMessage\": \"Požadováno HTTPS\",\n \"realmNotEnabledMessage\": \"Realm není povolen\",\n \"invalidRequestMessage\": \"Neplatná žádost\",\n \"successLogout\": \"Odhlášení bylo úspěšné\",\n \"failedLogout\": \"Odhlášení se nezdařilo\",\n \"unknownLoginRequesterMessage\": \"Neznámý žadatel o přihlášení\",\n \"loginRequesterNotEnabledMessage\": \"Žadatel o přihlášení není povolen\",\n \"bearerOnlyMessage\": \"Aplikace bearer-only nemohou iniciovat přihlašování pomocí prohlížeče\",\n \"standardFlowDisabledMessage\": \"Klient nesmí iniciovat přihlašování prohlížeče s daným typem odpovědi. Standardní tok je pro klienta zakázán.\",\n \"implicitFlowDisabledMessage\": \"Klient nesmí iniciovat přihlašování prohlížeče s daným typem odpovědi. Implicitní tok je pro klienta zakázán.\",\n \"invalidRedirectUriMessage\": \"Neplatná adresa přesměrování\",\n \"unsupportedNameIdFormatMessage\": \"Nepodporovaný NameIDFormat\",\n \"invalidRequesterMessage\": \"Neplatný žadatel\",\n \"registrationNotAllowedMessage\": \"Registrace není povolena\",\n \"resetCredentialNotAllowedMessage\": \"Reset Credential není povoleno\",\n \"permissionNotApprovedMessage\": \"Oprávnění nebylo schváleno.\",\n \"noRelayStateInResponseMessage\": \"Chybí relay state v odpovědi od poskytovatele identity.\",\n \"insufficientPermissionMessage\": \"Nedostatečná oprávnění k propojení identit.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Nemohu pokračovat s žádostí o ověření poskytovateli identity.\",\n \"couldNotObtainTokenMessage\": \"Nelze získat token od poskytovatele identity.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Neočekávaná chyba při načítání tokenu od poskytovatele identity.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Neočekávaná chyba při zpracování odpovědi od poskytovatele identity.\",\n \"identityProviderAuthenticationFailedMessage\": \"Ověření selhalo. Nelze ověřit s poskytovatelem identity.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Nelze odeslat žádost o ověření poskytovateli identity.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Neočekávaná chyba při zpracování požadavku na ověření poskytovateli identity.\",\n \"invalidAccessCodeMessage\": \"Neplatný přístupový kód.\",\n \"sessionNotActiveMessage\": \"Session není aktivní.\",\n \"invalidCodeMessage\": \"Došlo k chybě, přihlaste se znovu prostřednictvím své aplikace.\",\n \"cookieNotFoundMessage\": \"Soubor cookie nenalezen. Ujistěte se prosím, že máte v prohlížeči povolené cookies.\",\n \"identityProviderUnexpectedErrorMessage\": \"Neočekávaná chyba při ověřování s poskytovatelem identity\",\n \"identityProviderMissingStateMessage\": \"V odpovědi od poskytovatele identit chybí parametr state.\",\n \"identityProviderNotFoundMessage\": \"Nelze najít poskytovatele identity s identifikátorem.\",\n \"identityProviderLinkSuccess\": \"Úspěšně jste ověřili svůj e-mail. Vraťte se prosím zpět do původního prohlížeče a pokračujte tam s přihlašovacími údaji.\",\n \"staleCodeMessage\": \"Tato stránka již není platná. Vraťte se zpět do aplikace a přihlaste se znovu\",\n \"realmSupportsNoCredentialsMessage\": \"Realm nepodporuje žádný typ pověření.\",\n \"credentialSetupRequired\": \"Není možné se přihlásit, je vyžadována konfigurace přístupových údajů.\",\n \"identityProviderNotUniqueMessage\": \"Realm podporuje více poskytovatelů identity. Nelze určit, s jakým zprostředkovatelem identity se má ověřit.\",\n \"emailVerifiedMessage\": \"Vaše e-mailová adresa byla ověřena.\",\n \"staleEmailVerificationLink\": \"Odkaz, na který jste klikli, je starý odkaz a již není platný. Možná jste již ověřili svůj e-mail?\",\n \"identityProviderAlreadyLinkedMessage\": \"Federovaná identita vrácená {0} je již propojena s jiným uživatelem.\",\n \"confirmAccountLinking\": \"Potvrďte propojení účtu {0} poskytovatele identity {1} s vaším účtem.\",\n \"confirmEmailAddressVerification\": \"Potvrďte platnost e-mailové adresy {0}.\",\n \"confirmExecutionOfActions\": \"Proveďte následující akce\",\n \"backToApplication\": \"« Zpět na aplikaci\",\n \"missingParameterMessage\": \"Chybějící parametry : {0}\",\n \"clientNotFoundMessage\": \"Klient nebyl nalezen.\",\n \"clientDisabledMessage\": \"Klient byl zneplatněn.\",\n \"invalidParameterMessage\": \"Neplatný parametr : {0}\",\n \"alreadyLoggedIn\": \"Jste již přihlášeni.\",\n \"differentUserAuthenticated\": \"Jste již v této relaci ověřeni jako jiný uživatel ' {0} '. Nejdříve se odhlašte.\",\n \"brokerLinkingSessionExpired\": \"Požadované propojení účtu brokerů, ale aktuální relace již není platná.\",\n \"proceedWithAction\": \"» Klikněte zde pro pokračování\",\n \"requiredAction.CONFIGURE_TOTP\": \"Konfigurovat OTP\",\n \"requiredAction.terms_and_conditions\": \"Smluvní podmínky\",\n \"requiredAction.UPDATE_PASSWORD\": \"Aktualizace hesla\",\n \"requiredAction.UPDATE_PROFILE\": \"Aktualizovat profil\",\n \"requiredAction.VERIFY_EMAIL\": \"Ověřit e-mail\",\n \"invalidTokenRequiredActions\": \"Požadované akce obsažené v daném odkazu nejsou validní\",\n \"doX509Login\": \"Budete přihlášeni jako:\",\n \"clientCertificate\": \"Klientský X509 certifikát:\",\n \"noCertificate\": \"[Žádný certifikát]\",\n \"pageNotFound\": \"Stránka nenalezena\",\n \"internalServerError\": \"Nastala interní chyba serveru\",\n \"console-username\": \"Jméno:\",\n \"console-password\": \"Heslo:\",\n \"console-otp\": \"Jednorázové heslo:\",\n \"console-new-password\": \"Nové heslo:\",\n \"console-confirm-password\": \"Potvrzení hesla:\",\n \"console-update-password\": \"Je vyžadována změna hesla.\",\n \"console-verify-email\": \"Musíte ověřit svou emailovou adresu. Odeslali jsme e-mail na {0}, který obsahuje ověřovací kód. Zadejte prosím tento kód do pole níže.\",\n \"console-email-code\": \"Kód z e-mailu:\",\n \"openshift.scope.user_info\": \"Informace o uživateli\",\n \"openshift.scope.user_check-access\": \"Informace o přístupu uživatele\",\n \"openshift.scope.user_full\": \"Plný přístup\",\n \"openshift.scope.list-projects\": \"Seznam projektů\",\n \"saml.post-form.title\": \"Přesměrování přihlášení\",\n \"saml.post-form.message\": \"Přesměrovávám, čekejte prosím.\",\n \"saml.post-form.js-disabled\": \"JavaScript není povolený. Důrazně doporučujeme jej povolit. Pro pokračování stiskněte tlačítko níže.\",\n \"otp-display-name\": \"Authenticator Application\",\n \"otp-help-text\": \"Zadejte ověřovací kód z aplikace.\",\n \"password-display-name\": \"Heslo\",\n \"password-help-text\": \"Přihlaste se pomocí hesla.\",\n \"auth-username-form-display-name\": \"Jméno\",\n \"auth-username-form-help-text\": \"Začněte přihlášení zadáním svého uživatelského jména\",\n \"auth-username-password-form-display-name\": \"Jméno a heslo\",\n \"auth-username-password-form-help-text\": \"Přihlaste se pomocí jména a hesla.\",\n \"webauthn-display-name\": \"Bezpečnostní klíč\",\n \"webauthn-help-text\": \"Použijte k přihlášení bezpečnostní klíč.\",\n \"webauthn-passwordless-display-name\": \"Bezpečnostní klíč\",\n \"webauthn-passwordless-help-text\": \"Použijte bezpečnostní klíč k přihlášení bez hesla.\",\n \"webauthn-login-title\": \"Přihlášení bezpečnostním klíčem\",\n \"webauthn-registration-title\": \"Registrace bezpečnostního klíče\",\n \"webauthn-available-authenticators\": \"Dostupné bezpečnostní klíče\",\n \"webauthn-unsupported-browser-text\": \"WebAuthn není v tomto prohlížeči podporováno. Zkuste jiný prohlížeč nebo kontaktujte svého administrátora.\",\n \"webauthn-doAuthenticate\": \"Přihlášení bezpečnostním klíčem\",\n \"webauthn-createdAt-label\": \"Vytvořeno\",\n \"webauthn-error-title\": \"Chyba bezpečnostního klíče\",\n \"webauthn-error-registration\": \"Selhala registrace vašeho bezpečnostního klíče.
{0}\",\n \"webauthn-error-api-get\": \"Selhalo přihlášení pomocí bezpečnostního klíče.
{0}\",\n \"webauthn-error-different-user\": \"První přihlášený uživatel není totožný s uživatelem přihlášeným pomocí bezpečnostního klíče.\",\n \"webauthn-error-auth-verification\": \"Nevalidní výsledek přihlášení pomocí bezpečnostního klíče.
{0}\",\n \"webauthn-error-register-verification\": \"Nevalidní výsledek registrace bezpečnostního klíče.
{0}\",\n \"webauthn-error-user-not-found\": \"Neznámý uživatel přihlášen pomocí bezpečnostního klíče.\",\n \"identity-provider-redirector\": \"Propojit s jiným poskytovatelem identit\",\n \"identity-provider-login-label\": \"Nebo se přihlaste pomocí\",\n \"finalDeletionConfirmation\": \"Pokud svůj účet odstraníte, nemůže být obnoven. Pro zachování účtu klikněte na tlačítko Zrušit.\",\n \"irreversibleAction\": \"Tuto akci nelze vzít zpět\",\n \"deleteAccountConfirm\": \"Potvrzení odstranění účtu\",\n \"deletingImplies\": \"Odstranění vašeho účtu znamená:\",\n \"errasingData\": \"Smazání všech vašich dat\",\n \"loggingOutImmediately\": \"Okamžité odhlášení\",\n \"accountUnusable\": \"Další použití aplikace s tímto účtem nebude možné\",\n \"userDeletedSuccessfully\": \"Uživatel úspěšně odstraněn\",\n \"access-denied\": \"Přístup odepřen\",\n \"frontchannel-logout.title\": \"Odhlášení\",\n \"frontchannel-logout.message\": \"Odhlašujete se z následujících aplikací\",\n \"logoutConfirmTitle\": \"Odhlašování\",\n \"logoutConfirmHeader\": \"Chcete se odhlásit?\",\n \"doLogout\": \"Odhlásit\",\n \"readOnlyUsernameMessage\": \"Nemůžete aktualizovat své uživatelské jméno, protože je pouze pro čtení.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4774.5cee2c5b.chunk.js b/resources/keycloak/keycloakify/static/js/4774.5cee2c5b.chunk.js new file mode 100644 index 00000000..37ba9209 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4774.5cee2c5b.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[4774],{2889:function(s,e,t){t.d(e,{a:function(){return a}});var l=t(6055),c=t(969);function a(s){var e=s.defaultClasses;return{useGetClassName:function(s){var t=s.classes;return{getClassName:(0,c.O)((function(s){return(0,l.W)(s,e[s],null===t||void 0===t?void 0:t[s])}))}}}}},7107:function(s,e,t){t.d(e,{v:function(){return l}});var l=(0,t(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},4774:function(s,e,t){t.r(e),t.d(e,{default:function(){return o}});var l=t(184),c=t(6055),a=t(7107);function o(s){var e,t=s.kcContext,o=s.i18n,i=s.doUseDefaultCss,n=s.Template,r=s.classes,p=(0,a.v)({doUseDefaultCss:i,classes:r}).getClassName,d=t.url,u=t.isAppInitiatedAction,f=t.totp,m=t.mode,k=t.messagesPerField,g=o.msg,C=o.msgStr,h={HmacSHA1:"SHA1",HmacSHA256:"SHA256",HmacSHA512:"SHA512"};return(0,l.jsx)(n,Object.assign({},{kcContext:t,i18n:o,doUseDefaultCss:i,classes:r},{headerNode:g("loginTotpTitle")},{children:(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)("ol",Object.assign({id:"kc-totp-settings"},{children:[(0,l.jsxs)("li",{children:[(0,l.jsx)("p",{children:g("loginTotpStep1")}),(0,l.jsx)("ul",Object.assign({id:"kc-totp-supported-apps"},{children:f.supportedApplications.map((function(s){return(0,l.jsx)("li",{children:C(s,s)})}))}))]}),m&&"manual"==m?(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)("li",{children:[(0,l.jsx)("p",{children:g("loginTotpManualStep2")}),(0,l.jsx)("p",{children:(0,l.jsx)("span",Object.assign({id:"kc-totp-secret-key"},{children:f.totpSecretEncoded}))}),(0,l.jsx)("p",{children:(0,l.jsx)("a",Object.assign({href:f.qrUrl,id:"mode-barcode"},{children:g("loginTotpScanBarcode")}))})]}),(0,l.jsxs)("li",{children:[(0,l.jsx)("p",{children:g("loginTotpManualStep3")}),(0,l.jsx)("p",{children:(0,l.jsxs)("ul",{children:[(0,l.jsxs)("li",Object.assign({id:"kc-totp-type"},{children:[g("loginTotpType"),": ",g("loginTotp.".concat(f.policy.type))]})),(0,l.jsxs)("li",Object.assign({id:"kc-totp-algorithm"},{children:[g("loginTotpAlgorithm"),": ",null!==(e=null===h||void 0===h?void 0:h[f.policy.algorithm])&&void 0!==e?e:f.policy.algorithm]})),(0,l.jsxs)("li",Object.assign({id:"kc-totp-digits"},{children:[g("loginTotpDigits"),": ",f.policy.digits]})),"totp"===f.policy.type?(0,l.jsxs)("li",Object.assign({id:"kc-totp-period"},{children:[g("loginTotpInterval"),": ",f.policy.period]})):(0,l.jsxs)("li",Object.assign({id:"kc-totp-counter"},{children:[g("loginTotpCounter"),": ",f.policy.initialCounter]}))]})})]})]}):(0,l.jsxs)("li",{children:[(0,l.jsx)("p",{children:g("loginTotpStep2")}),(0,l.jsx)("img",{id:"kc-totp-secret-qr-code",src:"data:image/png;base64, ".concat(f.totpSecretQrCode),alt:"Figure: Barcode"}),(0,l.jsx)("br",{}),(0,l.jsx)("p",{children:(0,l.jsx)("a",Object.assign({href:f.manualUrl,id:"mode-manual"},{children:g("loginTotpUnableToScan")}))})]}),(0,l.jsxs)("li",{children:[(0,l.jsx)("p",{children:g("loginTotpStep3")}),(0,l.jsx)("p",{children:g("loginTotpStep3DeviceName")})]})]})),(0,l.jsxs)("form",Object.assign({action:d.loginAction,className:p("kcFormClass"),id:"kc-totp-settings-form",method:"post"},{children:[(0,l.jsxs)("div",Object.assign({className:p("kcFormGroupClass")},{children:[(0,l.jsxs)("div",Object.assign({className:p("kcInputWrapperClass")},{children:[(0,l.jsx)("label",Object.assign({htmlFor:"totp",className:p("kcLabelClass")},{children:g("authenticatorCode")}))," ",(0,l.jsx)("span",Object.assign({className:"required"},{children:"*"}))]})),(0,l.jsxs)("div",Object.assign({className:p("kcInputWrapperClass")},{children:[(0,l.jsx)("input",{type:"text",id:"totp",name:"totp",autoComplete:"off",className:p("kcInputClass"),"aria-invalid":k.existsError("totp")}),k.existsError("totp")&&(0,l.jsx)("span",Object.assign({id:"input-error-otp-code",className:p("kcInputErrorMessageClass"),"aria-live":"polite"},{children:k.get("totp")}))]})),(0,l.jsx)("input",{type:"hidden",id:"totpSecret",name:"totpSecret",value:f.totpSecret}),m&&(0,l.jsx)("input",{type:"hidden",id:"mode",value:m})]})),(0,l.jsxs)("div",Object.assign({className:p("kcFormGroupClass")},{children:[(0,l.jsxs)("div",Object.assign({className:p("kcInputWrapperClass")},{children:[(0,l.jsx)("label",Object.assign({htmlFor:"userLabel",className:p("kcLabelClass")},{children:g("loginTotpDeviceName")}))," ",f.otpCredentials.length>=1&&(0,l.jsx)("span",Object.assign({className:"required"},{children:"*"}))]})),(0,l.jsxs)("div",Object.assign({className:p("kcInputWrapperClass")},{children:[(0,l.jsx)("input",{type:"text",id:"userLabel",name:"userLabel",autoComplete:"off",className:p("kcInputClass"),"aria-invalid":k.existsError("userLabel")}),k.existsError("userLabel")&&(0,l.jsx)("span",Object.assign({id:"input-error-otp-label",className:p("kcInputErrorMessageClass"),"aria-live":"polite"},{children:k.get("userLabel")}))]}))]})),u?(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("input",{type:"submit",className:(0,c.W)(p("kcButtonClass"),p("kcButtonPrimaryClass"),p("kcButtonLargeClass")),id:"saveTOTPBtn",value:C("doSubmit")}),(0,l.jsx)("button",Object.assign({type:"submit",className:(0,c.W)(p("kcButtonClass"),p("kcButtonDefaultClass"),p("kcButtonLargeClass"),p("kcButtonLargeClass")),id:"cancelTOTPBtn",name:"cancel-aia",value:"true"},{children:g("doCancel")}))]}):(0,l.jsx)("input",{type:"submit",className:(0,c.W)(p("kcButtonClass"),p("kcButtonPrimaryClass"),p("kcButtonLargeClass")),id:"saveTOTPBtn",value:C("doSubmit")})]}))]})}))}},6055:function(s,e,t){t.d(e,{W:function(){return o}});var l=t(2982),c=t(9883),a=t(9465),o=function s(){for(var e=arguments.length,t=0,o="";t(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\nimport { MessageKey } from \"keycloakify/login/i18n/i18n\";\n\nexport default function LoginConfigTotp(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { url, isAppInitiatedAction, totp, mode, messagesPerField } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n const algToKeyUriAlg: Record<(typeof kcContext)[\"totp\"][\"policy\"][\"algorithm\"], string> = {\n \"HmacSHA1\": \"SHA1\",\n \"HmacSHA256\": \"SHA256\",\n \"HmacSHA512\": \"SHA512\"\n };\n\n return (\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","LoginConfigTotp","props","kcContext","i18n","doUseDefaultCss","Template","url","isAppInitiatedAction","totp","mode","messagesPerField","msg","msgStr","algToKeyUriAlg","_jsx","Object","assign","headerNode","children","_jsxs","_Fragment","id","supportedApplications","map","app","totpSecretEncoded","href","qrUrl","concat","policy","type","_a","algorithm","digits","period","initialCounter","src","totpSecretQrCode","alt","manualUrl","action","loginAction","className","method","htmlFor","name","autoComplete","existsError","get","value","totpSecret","otpCredentials","length","len","arguments","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4899.24f2a650.chunk.js b/resources/keycloak/keycloakify/static/js/4899.24f2a650.chunk.js new file mode 100644 index 00000000..521ec96f --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4899.24f2a650.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[4899],{4899:function(e,a,o){o.r(a);a.default={doSave:"Salvar",doCancel:"Cancelar",doLogOutAllSessions:"Sair de todas as sess\xf5es",doRemove:"Remover",doAdd:"Adicionar",doSignOut:"Sair",doLogIn:"Entrar",doLink:"Vincular",noAccessMessage:"Acesso n\xe3o permitido",editAccountHtmlTitle:"Editar Conta",personalInfoHtmlTitle:"Informa\xe7\xf5es Pessoais",federatedIdentitiesHtmlTitle:"Identidades Federadas",accountLogHtmlTitle:"Hist\xf3rico da conta",changePasswordHtmlTitle:"Alterar senha",deviceActivityHtmlTitle:"Atividade de Dispositivos",sessionsHtmlTitle:"Sess\xf5es",accountManagementTitle:"Gerenciamento de Conta",authenticatorTitle:"Autenticator",applicationsHtmlTitle:"Aplicativos",linkedAccountsHtmlTitle:"Contas Vinculadas",accountManagementWelcomeMessage:"Bem-vindo ao Gerenciamento de Conta",personalInfoIntroMessage:"Gerenciar informa\xe7\xf5es b\xe1sicas",accountSecurityTitle:"Seguran\xe7a da Conta",accountSecurityIntroMessage:"Gerencie sua senha e acesso da conta",applicationsIntroMessage:"Acompanhe e gerencie as permiss\xf5es de app para acesso \xe0 sua conta",resourceIntroMessage:"Compartilhe seus recursos com membros de equipe",passwordLastUpdateMessage:"Sua senha foi atualizada em",updatePasswordTitle:"Atualizar Senha",updatePasswordMessageTitle:"Certifique-se de que a nova senha \xe9 segura",updatePasswordMessage:"Uma senha segura cont\xe9m uma combina\xe7\xe3o de n\xfamero, letras e caracteres especiais. Ela deve ser dif\xedcil de adivinhar, n\xe3o pode se assemelhar a uma palavra real e n\xe3o \xe9 utilizada em outros lugares.",personalSubTitle:"Suas Informa\xe7\xf5es Pessoais",personalSubMessage:"Gerencie as informa\xe7\xf5es b\xe1sicas: seu primeiro nome, seu sobrenome e seu endere\xe7o de e-mail",authenticatorCode:"C\xf3digo autenticador",email:"E-mail",firstName:"Primeiro nome",givenName:"Primeiro nome",fullName:"Nome completo",lastName:"Sobrenome",familyName:"Sobrenome",password:"Senha",currentPassword:"Senha Atual",passwordConfirm:"Confirma\xe7\xe3o",passwordNew:"Nova senha",username:"Nome de us\xfaario",address:"Endere\xe7o",street:"Logradouro",locality:"Cidade ou Localidade",region:"Estado",postal_code:"CEP",country:"Pa\xeds",emailVerified:"E-mail verificado",website:"P\xe1gina da web",phoneNumber:"N\xfamero de telefone",phoneNumberVerified:"N\xfamero de telefone verificado",gender:"G\xeanero",birthday:"Data de nascimento",zoneinfo:"Zona hor\xe1ria",gssDelegationCredential:"Delega\xe7\xe3o de Credenciais GSS",profileScopeConsentText:"Perfil de usu\xe1rio",emailScopeConsentText:"Endere\xe7o de e-mail",addressScopeConsentText:"Endere\xe7o",phoneScopeConsentText:"N\xfamero de telefone",offlineAccessScopeConsentText:"Acesso Offline",samlRoleListScopeConsentText:"Meus Perfis de Acesso",rolesScopeConsentText:"Perfis de acesso de usu\xe1rio",role_admin:"Administrador","role_realm-admin":"Administrador de dom\xednio","role_create-realm":"Criar dom\xednio","role_view-realm":"Visualizar dom\xednio","role_view-users":"Visualizar usu\xe1rios","role_view-applications":"Visualizar aplicativos","role_view-clients":"Visualizar clientes","role_view-events":"Visualizar eventos","role_view-identity-providers":"Visualizar provedores de identidade","role_view-consent":"Visualizar consentimentos","role_manage-realm":"Gerenciar dom\xednio","role_manage-users":"Gerenciar usu\xe1rios","role_manage-applications":"Gerenciar aplicativos","role_manage-identity-providers":"Gerenciar provedores de identidade","role_manage-clients":"Gerenciar clientes","role_manage-events":"Gerenciar eventos","role_view-profile":"Visualizar perfil","role_manage-account":"Gerenciar conta","role_manage-account-links":"Gerenciar vincula\xe7\xf5es de conta","role_manage-consent":"Gerenciar consentimentos","role_read-token":"Ler token","role_offline-access":"Acesso offline",role_uma_authorization:"Obter permiss\xf5es",client_account:"Conta","client_account-console":"Console de Conta","client_security-admin-console":"Console de Administra\xe7\xe3o de Seguran\xe7a","client_admin-cli":"CLI de Administra\xe7\xe3o","client_realm-management":"Gerenciamento de Dom\xednio",client_broker:"Provedor de Identidade",requiredFields:"Campos obrigat\xf3rios",allFieldsRequired:"Todos os campos s\xe3o obrigat\xf3rios",backToApplication:"« Voltar para aplica\xe7\xe3o",backTo:"Voltar para {0}",date:"Data",event:"Evento",ip:"IP",client:"Cliente",clients:"Clientes",details:"Detalhes",started:"In\xedcio em",lastAccess:"\xdaltimo acesso",expires:"Expira em",applications:"Aplicativos",account:"Conta",federatedIdentity:"Identidade Federada",authenticator:"Autenticador","device-activity":"Atividade de Dispositivos",sessions:"Sess\xf5es",log:"Hist\xf3rico",application:"Aplicativo",availableRoles:"Perfis de Acesso Dispon\xedveis",grantedPermissions:"Permiss\xf5es Concedidas",grantedPersonalInfo:"Informa\xe7\xf5es Pessoais Concedidas",additionalGrants:"Concess\xf5es Adicionais",action:"A\xe7\xe3o",inResource:"em",fullAccess:"Acesso Completo",offlineToken:"Token Offline",revoke:"Revogar Concess\xe3o",configureAuthenticators:"Autenticadores Configurados",mobile:"M\xf3vel",totpStep1:"Instale uma das seguintes aplica\xe7\xf5es no seu celular:",totpStep2:"Abra a aplica\xe7\xe3o e escaneie o c\xf3digo QR:",totpStep3:"Insira o c\xf3digo de uso \xfanico exibido pela aplica\xe7\xe3o e clique em Salvar para finalizar a configura\xe7\xe3o.",totpStep3DeviceName:"Forne\xe7a um nome de dispositivo para ajud\xe1-lo a gerenciar seus dipositivos de autentica\xe7\xe3o de dois fatores.",totpManualStep2:"Abra a aplica\xe7\xe3o e insira a chave:",totpManualStep3:"Use as seguintes configura\xe7\xf5es se a aplica\xe7\xe3o permitir:",totpUnableToScan:"N\xe3o consegue escanear?",totpScanBarcode:"Escanear c\xf3digo QR?","totp.totp":"Baseada em tempo","totp.hotp":"Baseada em contador",totpType:"Tipo",totpAlgorithm:"Algoritmo",totpDigits:"D\xedgitos",totpInterval:"Intervalo",totpCounter:"Contador",totpDeviceName:"Nome do Dispositivo",irreversibleAction:"Esta a\xe7\xe3o \xe9 irrevers\xedvel",deletingImplies:"Apagar a sua conta implica em:",errasingData:"Remover todos os dados",loggingOutImmediately:"Finalizar a sess\xe3o imediatamente",accountUnusable:"Qualquer uso subsquente da aplica\xe7\xe3o n\xe3o ser\xe1 mais poss\xedvel com esta conta",missingUsernameMessage:"Por favor, especifique o nome de usu\xe1rio.",missingFirstNameMessage:"Por favor, informe o primeiro nome.",invalidEmailMessage:"E-mail inv\xe1lido.",missingLastNameMessage:"Por favor, informe o sobrenome.",missingEmailMessage:"Por favor, informe o e-mail.",missingPasswordMessage:"Por favor, informe a senha.",notMatchPasswordMessage:"As senhas n\xe3o coincidem.",invalidUserMessage:"Usu\xe1rio inv\xe1lido",updateReadOnlyAttributesRejectedMessage:"Atualiza\xe7\xe3o de atributo de apenas leitura n\xe3o permitida",missingTotpMessage:"Por favor, informe o c\xf3digo de uso \xfanico.",missingTotpDeviceNameMessage:"Por favor, informe o nome do dispositivo.",invalidPasswordExistingMessage:"A senha atual \xe9 inv\xe1lida.",invalidPasswordConfirmMessage:"A senha de confirma\xe7\xe3o n\xe3o coincide.",invalidTotpMessage:"C\xf3digo de uso \xfanico inv\xe1lido.",usernameExistsMessage:"Este nome de usu\xe1rio j\xe1 existe.",emailExistsMessage:"Este endere\xe7o de e-mail j\xe1 existe.",readOnlyUserMessage:"Voc\xea n\xe3o pode atualizar sua conta, uma vez que \xe9 apenas de leitura.",readOnlyUsernameMessage:"Voc\xea^n\xe3o pode atualizar o seu nome de usu\xe1rio, uma vez que \xe9 apenas de leitura.",readOnlyPasswordMessage:"Voc\xea n\xe3o pode atualizar sua senha, uma vez que sua conta \xe9 apenas de leitura.",successTotpMessage:"Autenticador m\xf3vel configurado.",successTotpRemovedMessage:"Autenticador m\xf3vel removido.",successGrantRevokedMessage:"Concess\xe3o revogada com sucesso.",accountUpdatedMessage:"Sua conta foi atualizada.",accountPasswordUpdatedMessage:"Sua senha foi atualizada.",missingIdentityProviderMessage:"Provedor de identidade n\xe3o especificado.",invalidFederatedIdentityActionMessage:"A\xe7\xe3o inv\xe1lida ou ausente.",identityProviderNotFoundMessage:"O provedor de identidade especificado n\xe3o foi encontrado.",federatedIdentityLinkNotActiveMessage:"Esta identidade n\xe3o est\xe1 mais em atividade.",federatedIdentityRemovingLastProviderMessage:"Voc\xea n\xe3o pode remover a \xfaltima identidade federada, porque voc\xea n\xe3o tem uma senha.",identityProviderRedirectErrorMessage:"Falha ao redirecionar para o provedor de identidade.",identityProviderRemovedMessage:"Provedor de identidade removido com sucesso.",identityProviderAlreadyLinkedMessage:"Identidade federada retornada por {0} j\xe1 est\xe1 ligada a outro usu\xe1rio.",staleCodeAccountMessage:"A p\xe1gina expirou. Por favor, tente novamente.",consentDenied:"Consentimento negado.",accountDisabledMessage:"Conta desativada, por favor, contate um administrador.",accountTemporarilyDisabledMessage:"A conta est\xe1 temporariamente indispon\xedvel, contate um administrador ou tente novamente mais tarde.",invalidPasswordMinLengthMessage:"Senha inv\xe1lida: deve ter pelo menos {0} caracteres.",invalidPasswordMinLowerCaseCharsMessage:"Senha inv\xe1lida: deve conter pelo menos {0} letra(s) min\xfascula(s).",invalidPasswordMinDigitsMessage:"Senha inv\xe1lida: deve conter pelo menos {0} n\xfamero(s).",invalidPasswordMinUpperCaseCharsMessage:"Senha inv\xe1lida: deve conter pelo menos {0} letra(s) mai\xfascula(s).",invalidPasswordMinSpecialCharsMessage:"Senha inv\xe1lida: deve conter pelo menos {0} caractere(s) especial(is).",invalidPasswordNotUsernameMessage:"Senha inv\xe1lida: n\xe3o pode ser igual ao nome de usu\xe1rio.",invalidPasswordNotEmailMessage:"Senha inv\xe1lida: n\xe3o pode ser igual ao endere\xe7o de e-mail.",invalidPasswordRegexPatternMessage:"Senha inv\xe1lida: n\xe3o corresponde ao(s) padr\xe3o(\xf5es) da express\xe3o regular.",invalidPasswordHistoryMessage:"Senha inv\xe1lida: n\xe3o pode ser igual a qualquer uma da(s) \xfaltima(s) {0} senha(s).",invalidPasswordBlacklistedMessage:"Senha inv\xe1lida: esta senha est\xe1 na lista de exclus\xe3o.",invalidPasswordGenericMessage:"Senha inv\xe1lida: a nova senha n\xe3o cumpre as pol\xedticas de senha.",myResources:"Meus Recursos",myResourcesSub:"Meus recursos",doDeny:"Negar",doRevoke:"Revogar",doApprove:"Permitir",doRemoveSharing:"Remover Compartilhamento",doRemoveRequest:"Remover Solicita\xe7\xe3o",peopleAccessResource:"Pessoas com acesso a este recurso",resourceManagedPolicies:"Permiss\xf5es dando acesso a este recurso",resourceNoPermissionsGrantingAccess:"Sem permiss\xf5es dando acesso a este recurso",anyAction:"Qualquer a\xe7\xe3o",description:"Descri\xe7\xe3o",name:"Nome",scopes:"Escopo",resource:"Recurso",user:"Usu\xe1rio",peopleSharingThisResource:"Pessoas compartilhando este recurso",shareWithOthers:"Compartilhar com outros",needMyApproval:"Requer minha aprova\xe7\xe3o",requestsWaitingApproval:"Solicita\xe7\xf5es suas aguardando aprova\xe7\xe3o",icon:"\xcdcone",requestor:"Requerente",owner:"Dono",resourcesSharedWithMe:"Recursos compartilhados comigo",permissionRequestion:"Solicita\xe7\xe3o de Permiss\xe3o",permission:"Permiss\xe3o",shares:"compartilha(m)",notBeingShared:"Este recurso n\xe3o est\xe1 sendo compartilhado.",notHaveAnyResource:"Voc\xea n\xe3o possui recursos",noResourcesSharedWithYou:"N\xe3o h\xe1 recursos compartilhados com voc\xea",havePermissionRequestsWaitingForApproval:"Voc\xea tem {0} solicita\xe7\xe3o(\xf5es) de permiss\xe3o aguardando aprova\xe7\xe3o.",clickHereForDetails:"Clique aqui para mais detalhes.",resourceIsNotBeingShared:"O recurso n\xe3o \xe9 compartilhado",applicationName:"Nome",applicationType:"Tipo de aplica\xe7\xe3o",applicationInUse:"Uso apenas em aplica\xe7\xe3o",clearAllFilter:"Limpar todos os filtros",activeFilters:"Filtros ativos",filterByName:"Filtrar Por Nome ...",allApps:"Todas as aplica\xe7\xf5es",internalApps:"Aplica\xe7\xf5es internas",thirdpartyApps:"Aplica\xe7\xf5es de terceiros",appResults:"Resultados",clientNotFoundMessage:"Cliente n\xe3o encontrado.",authorizedProvider:"Provedor Autorizado",authorizedProviderMessage:"Provedores Autorizados vinculados \xe0 sua conta",identityProvider:"Provedor de Identidade",identityProviderMessage:"Para vincular a sua conta aos provedores de identidade configurados",socialLogin:"Login Social",userDefined:"Definido por Usu\xe1rio",removeAccess:"Remover Acesso",removeAccessMessage:"Voc\xea dever\xe1 conceder acesso novamente se quiser usar esta conta de app.",authenticatorStatusMessage:"A autentica\xe7\xe3o de dois fatores est\xe1",authenticatorFinishSetUpTitle:"Sua Autentica\xe7\xe3o de Dois Fatores",authenticatorFinishSetUpMessage:"Sempre que entrar na sua conta, voc\xea dever\xe1 fornecer um c\xf3digo de autentica\xe7\xe3o de dois fatores.",authenticatorSubTitle:"Configurar Autentica\xe7\xe3o de Dois Fatores",authenticatorSubMessage:"Para aumentar a seguran\xe7a da sua conta, habilite pelo menos um m\xe9todo de autentica\xe7\xe3o de dois fatores dispon\xedvel.",authenticatorMobileTitle:"Autenticador M\xf3vel",authenticatorMobileMessage:"Use um autenticador m\xf3vel para obter c\xf3digos de verifica\xe7\xe3o para autentica\xe7\xe3o de dois fatores.",authenticatorMobileFinishSetUpMessage:"O autenticador foi vinculado ao seu celular.",authenticatorActionSetup:"Configurar",authenticatorSMSTitle:"C\xf3digo SMS",authenticatorSMSMessage:"A aplica\xe7\xe3o ir\xe1 enviar o c\xf3digo de verifica\xe7\xe3o para o seu celular como autentica\xe7\xe3o de dois fatores.",authenticatorSMSFinishSetUpMessage:"As mensagens de texto ser\xe3o enviadas para",authenticatorDefaultStatus:"Padr\xe3o",authenticatorChangePhone:"Mudar N\xfamero de Celular",authenticatorMobileSetupTitle:"Configura\xe7\xe3o do Autenticador M\xf3vel",smscodeIntroMessage:"Insira seu n\xfamero de celular e o c\xf3digo de verifica\xe7\xe3o ser\xe1 enviado para o seu dispositivo.",mobileSetupStep1:"Instale um app autenticador no seu celular. As seguintes aplica\xe7\xf5es s\xe3o suportadas.",mobileSetupStep2:"Abra a aplica\xe7\xe3o e escaneie o c\xf3digo QR:",mobileSetupStep3:"Insira o c\xf3digo autenticador exibido pela aplica\xe7\xe3o e clique em Salvar para finalizar a configura\xe7\xe3o.",scanBarCode:"Escanear c\xf3digo QR?",enterBarCode:"Insira o c\xf3digo autenticador",doCopy:"Copiar",doFinish:"Finalizar",authenticatorSMSCodeSetupTitle:"Configura\xe7\xe3o de C\xf3digo SMS",chooseYourCountry:"Selecione seu pa\xeds",enterYourPhoneNumber:"Insira seu n\xfamero de telefone",sendVerficationCode:"Enviar C\xf3digo de Verifica\xe7\xe3o",enterYourVerficationCode:"Insira o seu c\xf3digo de verifica\xe7\xe3o",authenticatorBackupCodesSetupTitle:"Configura\xe7\xe3o de C\xf3digos de Emerg\xeancia",realmName:"Dom\xednio",doDownload:"Baixar",doPrint:"Imprimir",generateNewBackupCodes:"Gerar Novos C\xf3digos de Emerg\xeancia",backtoAuthenticatorPage:"Voltar \xe0 P\xe1gina de Autenticador",resources:"Recursos",sharedwithMe:"Compartilhados Comigo",share:"Compartilhar",sharedwith:"Compartilhado com",accessPermissions:"Permiss\xf5es de Acesso",permissionRequests:"Pedidos de Acesso",approve:"Aprovar",approveAll:"Aprovar todos",people:"pessoas",perPage:"por p\xe1gina",currentPage:"P\xe1gina Atual",sharetheResource:"Compartilhar recurso",group:"Grupo",selectPermission:"Selecionar Permiss\xe3o",addPeople:"Adicionar pessoas que compartilhem o recurso",addTeam:"Adicionar equipe que compartilhe o recurso",myPermissions:"Minhas Permiss\xf5es",waitingforApproval:"Aguardando aprova\xe7\xe3o",anyPermission:"Qualquer Permiss\xe3o","openshift.scope.user_info":"Informa\xe7\xf5es do usu\xe1rio","openshift.scope.user_check-access":"Informa\xe7\xf5es de acesso do usu\xe1rio","openshift.scope.user_full":"Acesso Completo","openshift.scope.list-projects":"Listar projetos"}}}]); +//# sourceMappingURL=4899.24f2a650.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/4899.24f2a650.chunk.js.map b/resources/keycloak/keycloakify/static/js/4899.24f2a650.chunk.js.map new file mode 100644 index 00000000..11504e3a --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/4899.24f2a650.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/4899.24f2a650.chunk.js","mappings":"uIAsTA,UAlTgB,CACd,OAAU,SACV,SAAY,WACZ,oBAAuB,8BACvB,SAAY,UACZ,MAAS,YACT,UAAa,OACb,QAAW,SACX,OAAU,WACV,gBAAmB,0BACnB,qBAAwB,eACxB,sBAAyB,6BACzB,6BAAgC,wBAChC,oBAAuB,wBACvB,wBAA2B,gBAC3B,wBAA2B,4BAC3B,kBAAqB,aACrB,uBAA0B,yBAC1B,mBAAsB,eACtB,sBAAyB,cACzB,wBAA2B,oBAC3B,gCAAmC,sCACnC,yBAA4B,yCAC5B,qBAAwB,wBACxB,4BAA+B,uCAC/B,yBAA4B,0EAC5B,qBAAwB,kDACxB,0BAA6B,8BAC7B,oBAAuB,kBACvB,2BAA8B,gDAC9B,sBAAyB,6NACzB,iBAAoB,kCACpB,mBAAsB,yGACtB,kBAAqB,yBACrB,MAAS,SACT,UAAa,gBACb,UAAa,gBACb,SAAY,gBACZ,SAAY,YACZ,WAAc,YACd,SAAY,QACZ,gBAAmB,cACnB,gBAAmB,oBACnB,YAAe,aACf,SAAY,qBACZ,QAAW,cACX,OAAU,aACV,SAAY,uBACZ,OAAU,SACV,YAAe,MACf,QAAW,UACX,cAAiB,oBACjB,QAAW,mBACX,YAAe,wBACf,oBAAuB,mCACvB,OAAU,YACV,SAAY,qBACZ,SAAY,kBACZ,wBAA2B,qCAC3B,wBAA2B,uBAC3B,sBAAyB,wBACzB,wBAA2B,cAC3B,sBAAyB,wBACzB,8BAAiC,iBACjC,6BAAgC,wBAChC,sBAAyB,iCACzB,WAAc,gBACd,mBAAoB,8BACpB,oBAAqB,mBACrB,kBAAmB,wBACnB,kBAAmB,yBACnB,yBAA0B,yBAC1B,oBAAqB,sBACrB,mBAAoB,qBACpB,+BAAgC,sCAChC,oBAAqB,4BACrB,oBAAqB,uBACrB,oBAAqB,wBACrB,2BAA4B,wBAC5B,iCAAkC,qCAClC,sBAAuB,qBACvB,qBAAsB,oBACtB,oBAAqB,oBACrB,sBAAuB,kBACvB,4BAA6B,uCAC7B,sBAAuB,2BACvB,kBAAmB,YACnB,sBAAuB,iBACvB,uBAA0B,sBAC1B,eAAkB,QAClB,yBAA0B,mBAC1B,gCAAiC,iDACjC,mBAAoB,6BACpB,0BAA2B,8BAC3B,cAAiB,yBACjB,eAAkB,yBAClB,kBAAqB,yCACrB,kBAAqB,sCACrB,OAAU,kBACV,KAAQ,OACR,MAAS,SACT,GAAM,KACN,OAAU,UACV,QAAW,WACX,QAAW,WACX,QAAW,eACX,WAAc,mBACd,QAAW,YACX,aAAgB,cAChB,QAAW,QACX,kBAAqB,sBACrB,cAAiB,eACjB,kBAAmB,4BACnB,SAAY,aACZ,IAAO,eACP,YAAe,aACf,eAAkB,kCAClB,mBAAsB,2BACtB,oBAAuB,wCACvB,iBAAoB,2BACpB,OAAU,aACV,WAAc,KACd,WAAc,kBACd,aAAgB,gBAChB,OAAU,uBACV,wBAA2B,8BAC3B,OAAU,WACV,UAAa,6DACb,UAAa,oDACb,UAAa,0HACb,oBAAuB,yHACvB,gBAAmB,2CACnB,gBAAmB,sEACnB,iBAAoB,4BACpB,gBAAmB,yBACnB,YAAa,mBACb,YAAa,sBACb,SAAY,OACZ,cAAiB,YACjB,WAAc,aACd,aAAgB,YAChB,YAAe,WACf,eAAkB,sBAClB,mBAAsB,uCACtB,gBAAmB,iCACnB,aAAgB,yBAChB,sBAAyB,sCACzB,gBAAmB,4FACnB,uBAA0B,+CAC1B,wBAA2B,sCAC3B,oBAAuB,sBACvB,uBAA0B,kCAC1B,oBAAuB,+BACvB,uBAA0B,8BAC1B,wBAA2B,8BAC3B,mBAAsB,yBACtB,wCAA2C,mEAC3C,mBAAsB,kDACtB,6BAAgC,4CAChC,+BAAkC,kCAClC,8BAAiC,gDACjC,mBAAsB,yCACtB,sBAAyB,wCACzB,mBAAsB,2CACtB,oBAAuB,+EACvB,wBAA2B,8FAC3B,wBAA2B,yFAC3B,mBAAsB,qCACtB,0BAA6B,kCAC7B,2BAA8B,qCAC9B,sBAAyB,4BACzB,8BAAiC,4BACjC,+BAAkC,8CAClC,sCAAyC,qCACzC,gCAAmC,+DACnC,sCAAyC,oDACzC,6CAAgD,oGAChD,qCAAwC,uDACxC,+BAAkC,+CAClC,qCAAwC,iFACxC,wBAA2B,mDAC3B,cAAiB,wBACjB,uBAA0B,yDAC1B,kCAAqC,2GACrC,gCAAmC,yDACnC,wCAA2C,0EAC3C,gCAAmC,8DACnC,wCAA2C,0EAC3C,sCAAyC,2EACzC,kCAAqC,kEACrC,+BAAkC,qEAClC,mCAAsC,yFACtC,8BAAiC,2FACjC,kCAAqC,iEACrC,8BAAiC,0EACjC,YAAe,gBACf,eAAkB,gBAClB,OAAU,QACV,SAAY,UACZ,UAAa,WACb,gBAAmB,2BACnB,gBAAmB,4BACnB,qBAAwB,oCACxB,wBAA2B,4CAC3B,oCAAuC,gDACvC,UAAa,sBACb,YAAe,kBACf,KAAQ,OACR,OAAU,SACV,SAAY,UACZ,KAAQ,aACR,0BAA6B,sCAC7B,gBAAmB,0BACnB,eAAkB,+BAClB,wBAA2B,qDAC3B,KAAQ,WACR,UAAa,aACb,MAAS,OACT,sBAAyB,iCACzB,qBAAwB,oCACxB,WAAc,eACd,OAAU,iBACV,eAAkB,mDAClB,mBAAsB,iCACtB,yBAA4B,mDAC5B,yCAA4C,wFAC5C,oBAAuB,kCACvB,yBAA4B,sCAC5B,gBAAmB,OACnB,gBAAmB,0BACnB,iBAAoB,gCACpB,eAAkB,0BAClB,cAAiB,iBACjB,aAAgB,uBAChB,QAAW,4BACX,aAAgB,4BAChB,eAAkB,gCAClB,WAAc,aACd,sBAAyB,6BACzB,mBAAsB,sBACtB,0BAA6B,mDAC7B,iBAAoB,yBACpB,wBAA2B,sEAC3B,YAAe,eACf,YAAe,0BACf,aAAgB,iBAChB,oBAAuB,gFACvB,2BAA8B,+CAC9B,8BAAiC,yCACjC,gCAAmC,iHACnC,sBAAyB,gDACzB,wBAA2B,mIAC3B,yBAA4B,wBAC5B,2BAA8B,mHAC9B,sCAAyC,+CACzC,yBAA4B,aAC5B,sBAAyB,gBACzB,wBAA2B,+HAC3B,mCAAsC,+CACtC,2BAA8B,YAC9B,yBAA4B,6BAC5B,8BAAiC,8CACjC,oBAAuB,6GACvB,iBAAoB,+FACpB,iBAAoB,oDACpB,iBAAoB,uHACpB,YAAe,yBACf,aAAgB,kCAChB,OAAU,SACV,SAAY,YACZ,+BAAkC,sCAClC,kBAAqB,wBACrB,qBAAwB,mCACxB,oBAAuB,wCACvB,yBAA4B,8CAC5B,mCAAsC,oDACtC,UAAa,aACb,WAAc,SACd,QAAW,WACX,uBAA0B,0CAC1B,wBAA2B,wCAC3B,UAAa,WACb,aAAgB,wBAChB,MAAS,eACT,WAAc,oBACd,kBAAqB,0BACrB,mBAAsB,oBACtB,QAAW,UACX,WAAc,gBACd,OAAU,UACV,QAAW,gBACX,YAAe,kBACf,iBAAoB,uBACpB,MAAS,QACT,iBAAoB,0BACpB,UAAa,+CACb,QAAW,6CACX,cAAiB,uBACjB,mBAAsB,6BACtB,cAAiB,wBACjB,4BAA6B,kCAC7B,oCAAqC,4CACrC,4BAA6B,kBAC7B,gCAAiC,kB","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/pt-BR.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Salvar\",\n \"doCancel\": \"Cancelar\",\n \"doLogOutAllSessions\": \"Sair de todas as sessões\",\n \"doRemove\": \"Remover\",\n \"doAdd\": \"Adicionar\",\n \"doSignOut\": \"Sair\",\n \"doLogIn\": \"Entrar\",\n \"doLink\": \"Vincular\",\n \"noAccessMessage\": \"Acesso não permitido\",\n \"editAccountHtmlTitle\": \"Editar Conta\",\n \"personalInfoHtmlTitle\": \"Informações Pessoais\",\n \"federatedIdentitiesHtmlTitle\": \"Identidades Federadas\",\n \"accountLogHtmlTitle\": \"Histórico da conta\",\n \"changePasswordHtmlTitle\": \"Alterar senha\",\n \"deviceActivityHtmlTitle\": \"Atividade de Dispositivos\",\n \"sessionsHtmlTitle\": \"Sessões\",\n \"accountManagementTitle\": \"Gerenciamento de Conta\",\n \"authenticatorTitle\": \"Autenticator\",\n \"applicationsHtmlTitle\": \"Aplicativos\",\n \"linkedAccountsHtmlTitle\": \"Contas Vinculadas\",\n \"accountManagementWelcomeMessage\": \"Bem-vindo ao Gerenciamento de Conta\",\n \"personalInfoIntroMessage\": \"Gerenciar informações básicas\",\n \"accountSecurityTitle\": \"Segurança da Conta\",\n \"accountSecurityIntroMessage\": \"Gerencie sua senha e acesso da conta\",\n \"applicationsIntroMessage\": \"Acompanhe e gerencie as permissões de app para acesso à sua conta\",\n \"resourceIntroMessage\": \"Compartilhe seus recursos com membros de equipe\",\n \"passwordLastUpdateMessage\": \"Sua senha foi atualizada em\",\n \"updatePasswordTitle\": \"Atualizar Senha\",\n \"updatePasswordMessageTitle\": \"Certifique-se de que a nova senha é segura\",\n \"updatePasswordMessage\": \"Uma senha segura contém uma combinação de número, letras e caracteres especiais. Ela deve ser difícil de adivinhar, não pode se assemelhar a uma palavra real e não é utilizada em outros lugares.\",\n \"personalSubTitle\": \"Suas Informações Pessoais\",\n \"personalSubMessage\": \"Gerencie as informações básicas: seu primeiro nome, seu sobrenome e seu endereço de e-mail\",\n \"authenticatorCode\": \"Código autenticador\",\n \"email\": \"E-mail\",\n \"firstName\": \"Primeiro nome\",\n \"givenName\": \"Primeiro nome\",\n \"fullName\": \"Nome completo\",\n \"lastName\": \"Sobrenome\",\n \"familyName\": \"Sobrenome\",\n \"password\": \"Senha\",\n \"currentPassword\": \"Senha Atual\",\n \"passwordConfirm\": \"Confirmação\",\n \"passwordNew\": \"Nova senha\",\n \"username\": \"Nome de usúario\",\n \"address\": \"Endereço\",\n \"street\": \"Logradouro\",\n \"locality\": \"Cidade ou Localidade\",\n \"region\": \"Estado\",\n \"postal_code\": \"CEP\",\n \"country\": \"País\",\n \"emailVerified\": \"E-mail verificado\",\n \"website\": \"Página da web\",\n \"phoneNumber\": \"Número de telefone\",\n \"phoneNumberVerified\": \"Número de telefone verificado\",\n \"gender\": \"Gênero\",\n \"birthday\": \"Data de nascimento\",\n \"zoneinfo\": \"Zona horária\",\n \"gssDelegationCredential\": \"Delegação de Credenciais GSS\",\n \"profileScopeConsentText\": \"Perfil de usuário\",\n \"emailScopeConsentText\": \"Endereço de e-mail\",\n \"addressScopeConsentText\": \"Endereço\",\n \"phoneScopeConsentText\": \"Número de telefone\",\n \"offlineAccessScopeConsentText\": \"Acesso Offline\",\n \"samlRoleListScopeConsentText\": \"Meus Perfis de Acesso\",\n \"rolesScopeConsentText\": \"Perfis de acesso de usuário\",\n \"role_admin\": \"Administrador\",\n \"role_realm-admin\": \"Administrador de domínio\",\n \"role_create-realm\": \"Criar domínio\",\n \"role_view-realm\": \"Visualizar domínio\",\n \"role_view-users\": \"Visualizar usuários\",\n \"role_view-applications\": \"Visualizar aplicativos\",\n \"role_view-clients\": \"Visualizar clientes\",\n \"role_view-events\": \"Visualizar eventos\",\n \"role_view-identity-providers\": \"Visualizar provedores de identidade\",\n \"role_view-consent\": \"Visualizar consentimentos\",\n \"role_manage-realm\": \"Gerenciar domínio\",\n \"role_manage-users\": \"Gerenciar usuários\",\n \"role_manage-applications\": \"Gerenciar aplicativos\",\n \"role_manage-identity-providers\": \"Gerenciar provedores de identidade\",\n \"role_manage-clients\": \"Gerenciar clientes\",\n \"role_manage-events\": \"Gerenciar eventos\",\n \"role_view-profile\": \"Visualizar perfil\",\n \"role_manage-account\": \"Gerenciar conta\",\n \"role_manage-account-links\": \"Gerenciar vinculações de conta\",\n \"role_manage-consent\": \"Gerenciar consentimentos\",\n \"role_read-token\": \"Ler token\",\n \"role_offline-access\": \"Acesso offline\",\n \"role_uma_authorization\": \"Obter permissões\",\n \"client_account\": \"Conta\",\n \"client_account-console\": \"Console de Conta\",\n \"client_security-admin-console\": \"Console de Administração de Segurança\",\n \"client_admin-cli\": \"CLI de Administração\",\n \"client_realm-management\": \"Gerenciamento de Domínio\",\n \"client_broker\": \"Provedor de Identidade\",\n \"requiredFields\": \"Campos obrigatórios\",\n \"allFieldsRequired\": \"Todos os campos são obrigatórios\",\n \"backToApplication\": \"« Voltar para aplicação\",\n \"backTo\": \"Voltar para {0}\",\n \"date\": \"Data\",\n \"event\": \"Evento\",\n \"ip\": \"IP\",\n \"client\": \"Cliente\",\n \"clients\": \"Clientes\",\n \"details\": \"Detalhes\",\n \"started\": \"Início em\",\n \"lastAccess\": \"Último acesso\",\n \"expires\": \"Expira em\",\n \"applications\": \"Aplicativos\",\n \"account\": \"Conta\",\n \"federatedIdentity\": \"Identidade Federada\",\n \"authenticator\": \"Autenticador\",\n \"device-activity\": \"Atividade de Dispositivos\",\n \"sessions\": \"Sessões\",\n \"log\": \"Histórico\",\n \"application\": \"Aplicativo\",\n \"availableRoles\": \"Perfis de Acesso Disponíveis\",\n \"grantedPermissions\": \"Permissões Concedidas\",\n \"grantedPersonalInfo\": \"Informações Pessoais Concedidas\",\n \"additionalGrants\": \"Concessões Adicionais\",\n \"action\": \"Ação\",\n \"inResource\": \"em\",\n \"fullAccess\": \"Acesso Completo\",\n \"offlineToken\": \"Token Offline\",\n \"revoke\": \"Revogar Concessão\",\n \"configureAuthenticators\": \"Autenticadores Configurados\",\n \"mobile\": \"Móvel\",\n \"totpStep1\": \"Instale uma das seguintes aplicações no seu celular:\",\n \"totpStep2\": \"Abra a aplicação e escaneie o código QR:\",\n \"totpStep3\": \"Insira o código de uso único exibido pela aplicação e clique em Salvar para finalizar a configuração.\",\n \"totpStep3DeviceName\": \"Forneça um nome de dispositivo para ajudá-lo a gerenciar seus dipositivos de autenticação de dois fatores.\",\n \"totpManualStep2\": \"Abra a aplicação e insira a chave:\",\n \"totpManualStep3\": \"Use as seguintes configurações se a aplicação permitir:\",\n \"totpUnableToScan\": \"Não consegue escanear?\",\n \"totpScanBarcode\": \"Escanear código QR?\",\n \"totp.totp\": \"Baseada em tempo\",\n \"totp.hotp\": \"Baseada em contador\",\n \"totpType\": \"Tipo\",\n \"totpAlgorithm\": \"Algoritmo\",\n \"totpDigits\": \"Dígitos\",\n \"totpInterval\": \"Intervalo\",\n \"totpCounter\": \"Contador\",\n \"totpDeviceName\": \"Nome do Dispositivo\",\n \"irreversibleAction\": \"Esta ação é irreversível\",\n \"deletingImplies\": \"Apagar a sua conta implica em:\",\n \"errasingData\": \"Remover todos os dados\",\n \"loggingOutImmediately\": \"Finalizar a sessão imediatamente\",\n \"accountUnusable\": \"Qualquer uso subsquente da aplicação não será mais possível com esta conta\",\n \"missingUsernameMessage\": \"Por favor, especifique o nome de usuário.\",\n \"missingFirstNameMessage\": \"Por favor, informe o primeiro nome.\",\n \"invalidEmailMessage\": \"E-mail inválido.\",\n \"missingLastNameMessage\": \"Por favor, informe o sobrenome.\",\n \"missingEmailMessage\": \"Por favor, informe o e-mail.\",\n \"missingPasswordMessage\": \"Por favor, informe a senha.\",\n \"notMatchPasswordMessage\": \"As senhas não coincidem.\",\n \"invalidUserMessage\": \"Usuário inválido\",\n \"updateReadOnlyAttributesRejectedMessage\": \"Atualização de atributo de apenas leitura não permitida\",\n \"missingTotpMessage\": \"Por favor, informe o código de uso único.\",\n \"missingTotpDeviceNameMessage\": \"Por favor, informe o nome do dispositivo.\",\n \"invalidPasswordExistingMessage\": \"A senha atual é inválida.\",\n \"invalidPasswordConfirmMessage\": \"A senha de confirmação não coincide.\",\n \"invalidTotpMessage\": \"Código de uso único inválido.\",\n \"usernameExistsMessage\": \"Este nome de usuário já existe.\",\n \"emailExistsMessage\": \"Este endereço de e-mail já existe.\",\n \"readOnlyUserMessage\": \"Você não pode atualizar sua conta, uma vez que é apenas de leitura.\",\n \"readOnlyUsernameMessage\": \"Você^não pode atualizar o seu nome de usuário, uma vez que é apenas de leitura.\",\n \"readOnlyPasswordMessage\": \"Você não pode atualizar sua senha, uma vez que sua conta é apenas de leitura.\",\n \"successTotpMessage\": \"Autenticador móvel configurado.\",\n \"successTotpRemovedMessage\": \"Autenticador móvel removido.\",\n \"successGrantRevokedMessage\": \"Concessão revogada com sucesso.\",\n \"accountUpdatedMessage\": \"Sua conta foi atualizada.\",\n \"accountPasswordUpdatedMessage\": \"Sua senha foi atualizada.\",\n \"missingIdentityProviderMessage\": \"Provedor de identidade não especificado.\",\n \"invalidFederatedIdentityActionMessage\": \"Ação inválida ou ausente.\",\n \"identityProviderNotFoundMessage\": \"O provedor de identidade especificado não foi encontrado.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Esta identidade não está mais em atividade.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Você não pode remover a última identidade federada, porque você não tem uma senha.\",\n \"identityProviderRedirectErrorMessage\": \"Falha ao redirecionar para o provedor de identidade.\",\n \"identityProviderRemovedMessage\": \"Provedor de identidade removido com sucesso.\",\n \"identityProviderAlreadyLinkedMessage\": \"Identidade federada retornada por {0} já está ligada a outro usuário.\",\n \"staleCodeAccountMessage\": \"A página expirou. Por favor, tente novamente.\",\n \"consentDenied\": \"Consentimento negado.\",\n \"accountDisabledMessage\": \"Conta desativada, por favor, contate um administrador.\",\n \"accountTemporarilyDisabledMessage\": \"A conta está temporariamente indisponível, contate um administrador ou tente novamente mais tarde.\",\n \"invalidPasswordMinLengthMessage\": \"Senha inválida: deve ter pelo menos {0} caracteres.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Senha inválida: deve conter pelo menos {0} letra(s) minúscula(s).\",\n \"invalidPasswordMinDigitsMessage\": \"Senha inválida: deve conter pelo menos {0} número(s).\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Senha inválida: deve conter pelo menos {0} letra(s) maiúscula(s).\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Senha inválida: deve conter pelo menos {0} caractere(s) especial(is).\",\n \"invalidPasswordNotUsernameMessage\": \"Senha inválida: não pode ser igual ao nome de usuário.\",\n \"invalidPasswordNotEmailMessage\": \"Senha inválida: não pode ser igual ao endereço de e-mail.\",\n \"invalidPasswordRegexPatternMessage\": \"Senha inválida: não corresponde ao(s) padrão(ões) da expressão regular.\",\n \"invalidPasswordHistoryMessage\": \"Senha inválida: não pode ser igual a qualquer uma da(s) última(s) {0} senha(s).\",\n \"invalidPasswordBlacklistedMessage\": \"Senha inválida: esta senha está na lista de exclusão.\",\n \"invalidPasswordGenericMessage\": \"Senha inválida: a nova senha não cumpre as políticas de senha.\",\n \"myResources\": \"Meus Recursos\",\n \"myResourcesSub\": \"Meus recursos\",\n \"doDeny\": \"Negar\",\n \"doRevoke\": \"Revogar\",\n \"doApprove\": \"Permitir\",\n \"doRemoveSharing\": \"Remover Compartilhamento\",\n \"doRemoveRequest\": \"Remover Solicitação\",\n \"peopleAccessResource\": \"Pessoas com acesso a este recurso\",\n \"resourceManagedPolicies\": \"Permissões dando acesso a este recurso\",\n \"resourceNoPermissionsGrantingAccess\": \"Sem permissões dando acesso a este recurso\",\n \"anyAction\": \"Qualquer ação\",\n \"description\": \"Descrição\",\n \"name\": \"Nome\",\n \"scopes\": \"Escopo\",\n \"resource\": \"Recurso\",\n \"user\": \"Usuário\",\n \"peopleSharingThisResource\": \"Pessoas compartilhando este recurso\",\n \"shareWithOthers\": \"Compartilhar com outros\",\n \"needMyApproval\": \"Requer minha aprovação\",\n \"requestsWaitingApproval\": \"Solicitações suas aguardando aprovação\",\n \"icon\": \"Ícone\",\n \"requestor\": \"Requerente\",\n \"owner\": \"Dono\",\n \"resourcesSharedWithMe\": \"Recursos compartilhados comigo\",\n \"permissionRequestion\": \"Solicitação de Permissão\",\n \"permission\": \"Permissão\",\n \"shares\": \"compartilha(m)\",\n \"notBeingShared\": \"Este recurso não está sendo compartilhado.\",\n \"notHaveAnyResource\": \"Você não possui recursos\",\n \"noResourcesSharedWithYou\": \"Não há recursos compartilhados com você\",\n \"havePermissionRequestsWaitingForApproval\": \"Você tem {0} solicitação(ões) de permissão aguardando aprovação.\",\n \"clickHereForDetails\": \"Clique aqui para mais detalhes.\",\n \"resourceIsNotBeingShared\": \"O recurso não é compartilhado\",\n \"applicationName\": \"Nome\",\n \"applicationType\": \"Tipo de aplicação\",\n \"applicationInUse\": \"Uso apenas em aplicação\",\n \"clearAllFilter\": \"Limpar todos os filtros\",\n \"activeFilters\": \"Filtros ativos\",\n \"filterByName\": \"Filtrar Por Nome ...\",\n \"allApps\": \"Todas as aplicações\",\n \"internalApps\": \"Aplicações internas\",\n \"thirdpartyApps\": \"Aplicações de terceiros\",\n \"appResults\": \"Resultados\",\n \"clientNotFoundMessage\": \"Cliente não encontrado.\",\n \"authorizedProvider\": \"Provedor Autorizado\",\n \"authorizedProviderMessage\": \"Provedores Autorizados vinculados à sua conta\",\n \"identityProvider\": \"Provedor de Identidade\",\n \"identityProviderMessage\": \"Para vincular a sua conta aos provedores de identidade configurados\",\n \"socialLogin\": \"Login Social\",\n \"userDefined\": \"Definido por Usuário\",\n \"removeAccess\": \"Remover Acesso\",\n \"removeAccessMessage\": \"Você deverá conceder acesso novamente se quiser usar esta conta de app.\",\n \"authenticatorStatusMessage\": \"A autenticação de dois fatores está\",\n \"authenticatorFinishSetUpTitle\": \"Sua Autenticação de Dois Fatores\",\n \"authenticatorFinishSetUpMessage\": \"Sempre que entrar na sua conta, você deverá fornecer um código de autenticação de dois fatores.\",\n \"authenticatorSubTitle\": \"Configurar Autenticação de Dois Fatores\",\n \"authenticatorSubMessage\": \"Para aumentar a segurança da sua conta, habilite pelo menos um método de autenticação de dois fatores disponível.\",\n \"authenticatorMobileTitle\": \"Autenticador Móvel\",\n \"authenticatorMobileMessage\": \"Use um autenticador móvel para obter códigos de verificação para autenticação de dois fatores.\",\n \"authenticatorMobileFinishSetUpMessage\": \"O autenticador foi vinculado ao seu celular.\",\n \"authenticatorActionSetup\": \"Configurar\",\n \"authenticatorSMSTitle\": \"Código SMS\",\n \"authenticatorSMSMessage\": \"A aplicação irá enviar o código de verificação para o seu celular como autenticação de dois fatores.\",\n \"authenticatorSMSFinishSetUpMessage\": \"As mensagens de texto serão enviadas para\",\n \"authenticatorDefaultStatus\": \"Padrão\",\n \"authenticatorChangePhone\": \"Mudar Número de Celular\",\n \"authenticatorMobileSetupTitle\": \"Configuração do Autenticador Móvel\",\n \"smscodeIntroMessage\": \"Insira seu número de celular e o código de verificação será enviado para o seu dispositivo.\",\n \"mobileSetupStep1\": \"Instale um app autenticador no seu celular. As seguintes aplicações são suportadas.\",\n \"mobileSetupStep2\": \"Abra a aplicação e escaneie o código QR:\",\n \"mobileSetupStep3\": \"Insira o código autenticador exibido pela aplicação e clique em Salvar para finalizar a configuração.\",\n \"scanBarCode\": \"Escanear código QR?\",\n \"enterBarCode\": \"Insira o código autenticador\",\n \"doCopy\": \"Copiar\",\n \"doFinish\": \"Finalizar\",\n \"authenticatorSMSCodeSetupTitle\": \"Configuração de Código SMS\",\n \"chooseYourCountry\": \"Selecione seu país\",\n \"enterYourPhoneNumber\": \"Insira seu número de telefone\",\n \"sendVerficationCode\": \"Enviar Código de Verificação\",\n \"enterYourVerficationCode\": \"Insira o seu código de verificação\",\n \"authenticatorBackupCodesSetupTitle\": \"Configuração de Códigos de Emergência\",\n \"realmName\": \"Domínio\",\n \"doDownload\": \"Baixar\",\n \"doPrint\": \"Imprimir\",\n \"generateNewBackupCodes\": \"Gerar Novos Códigos de Emergência\",\n \"backtoAuthenticatorPage\": \"Voltar à Página de Autenticador\",\n \"resources\": \"Recursos\",\n \"sharedwithMe\": \"Compartilhados Comigo\",\n \"share\": \"Compartilhar\",\n \"sharedwith\": \"Compartilhado com\",\n \"accessPermissions\": \"Permissões de Acesso\",\n \"permissionRequests\": \"Pedidos de Acesso\",\n \"approve\": \"Aprovar\",\n \"approveAll\": \"Aprovar todos\",\n \"people\": \"pessoas\",\n \"perPage\": \"por página\",\n \"currentPage\": \"Página Atual\",\n \"sharetheResource\": \"Compartilhar recurso\",\n \"group\": \"Grupo\",\n \"selectPermission\": \"Selecionar Permissão\",\n \"addPeople\": \"Adicionar pessoas que compartilhem o recurso\",\n \"addTeam\": \"Adicionar equipe que compartilhe o recurso\",\n \"myPermissions\": \"Minhas Permissões\",\n \"waitingforApproval\": \"Aguardando aprovação\",\n \"anyPermission\": \"Qualquer Permissão\",\n \"openshift.scope.user_info\": \"Informações do usuário\",\n \"openshift.scope.user_check-access\": \"Informações de acesso do usuário\",\n \"openshift.scope.user_full\": \"Acesso Completo\",\n \"openshift.scope.list-projects\": \"Listar projetos\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5064.2224f5dd.chunk.js b/resources/keycloak/keycloakify/static/js/5064.2224f5dd.chunk.js new file mode 100644 index 00000000..d4d73b77 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5064.2224f5dd.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5064],{5064:function(e,i,n){n.r(i);i.default={doLogIn:"Inloggen",doRegister:"Registreer",doCancel:"Annuleer",doSubmit:"Verzenden",doBack:"Terug",doYes:"Ja",doNo:"Nee",doContinue:"Doorgaan",doIgnore:"Negeer",doAccept:"Accepteren",doDecline:"Afwijzen",doForgotPassword:"Wachtwoord vergeten?",doClickHere:"Klik hier",doImpersonate:"Identiteit overnemen",doTryAgain:"Probeer opnieuw",doTryAnotherWay:"Probeer op een ander manier",doConfirmDelete:"Bevestig verwijderen",errorDeletingAccount:"Onverwachte fout bij het verwijderen van account",deletingAccountForbidden:"U heeft onvoldoende rechten om dit account te verwijderen, neem contact op met beheer.",kerberosNotConfigured:"Kerberos is niet geconfigureerd",kerberosNotConfiguredTitle:"Kerberos is niet geconfigureerd",bypassKerberosDetail:"U bent niet ingelogd via Kerberos of uw browser kan niet met Kerberos inloggen. Klik op 'doorgaan' om via een andere manier in te loggen",kerberosNotSetUp:"Kerberos is onjuist geconfigureerd. U kunt niet inloggen.",registerTitle:"Registreer",loginAccountTitle:"Inloggen met uw account",loginTitle:"Log in met {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} Identiteit overnemen",impersonateTitleHtml:"{0} Identiteit overnemen",realmChoice:"Realm",unknownUser:"Onbekende gebruiker",loginTotpTitle:"Mobiele Authenticator Instellen",loginProfileTitle:"Update accountinformatie",loginTimeout:"U bent te lang bezig geweest met inloggen. Het inlogproces begint opnieuw.",reauthenticate:"Log opnieuw in om verder te gaan",oauthGrantTitle:"Verleen Toegang",oauthGrantTitleHtml:"{0}",errorTitle:"Er is een fout opgetreden...",errorTitleHtml:"Er is een fout opgetreden...",emailVerifyTitle:"E-mailadres-verificatie",emailForgotTitle:"Wachtwoord vergeten?",updatePasswordTitle:"Wachtwoord updaten",codeSuccessTitle:"Succescode",codeErrorTitle:"Foutcode: {0}",displayUnsupported:"Opgevraagde weergave type is niet ondersteund",browserRequired:"Om in te loggen is een browser vereist",browserContinue:"Om het loginproces af te ronden is een browser vereist",browserContinuePrompt:"Open een browser en ga door met inloggen? [y/n]:",browserContinueAnswer:"y",termsTitle:"Voorwaarden",termsText:"

Gedefinieerde voorwaarden

",termsPlainText:"Voorwaarden",recaptchaFailed:"Ongeldige Recaptcha",recaptchaNotConfigured:"Recaptcha is verplicht, maar niet geconfigureerd",consentDenied:"Toestemming geweigerd.",noAccount:"Nieuwe gebruiker?",username:"Gebruikersnaam",usernameOrEmail:"Gebruikersnaam of e-mailadres",firstName:"Voornaam",givenName:"Voornaam",fullName:"Volledige naam",lastName:"Achternaam",familyName:"Familienaam",email:"E-mailadres",password:"Wachtwoord",passwordConfirm:"Bevestig wachtwoord",passwordNew:"Nieuw wachtwoord",passwordNewConfirm:"Bevestiging nieuwe wachtwoord",rememberMe:"Ingelogd blijven",authenticatorCode:"Authenticatiecode",address:"Adres",street:"Straat",locality:"Woonplaats",region:"Provincie of regio",postal_code:"Postcode",country:"Land",emailVerified:"E-mailadres geverifieerd",gssDelegationCredential:"GSS delegatie Credential",profileScopeConsentText:"Gebruikersprofiel",emailScopeConsentText:"E-mailadres",addressScopeConsentText:"Adres",phoneScopeConsentText:"Telefoonnummer",offlineAccessScopeConsentText:"Offline toegang",samlRoleListScopeConsentText:"Mijn rollen",rolesScopeConsentText:"Gebruikersrollen",loginTotpIntro:"U bent verplicht om tweefactor-authenticatie in te stellen om dit account te kunnen gebruiken",loginTotpStep1:"Installeer een van de volgende applicaties op uw mobile telefoon",loginTotpStep2:"Open de applicatie en scan de barcode",loginTotpStep3:"Voer de eenmalige code die door de applicatie is aangeleverd in en klik op 'Verzenden' om de setup te voltooien",loginTotpManualStep2:"Open de applicatie en voer de sleutel in",loginTotpManualStep3:"Gebruik de volgende configuratiewaarden (als de applicatie dit ondersteund)",loginTotpUnableToScan:"Lukt het scannen niet?",loginTotpScanBarcode:"Scan barcode?",loginOtpOneTime:"Eenmalige code",loginTotpType:"Type",loginTotpAlgorithm:"Algoritme",loginTotpDigits:"Cijfers",loginTotpInterval:"Interval",loginTotpCounter:"Teller",loginTotpDeviceName:"Apparaatnaam","loginTotp.totp":"Time-based","loginTotp.hotp":"Counter-based",oauthGrantRequest:"Wilt u deze toegangsrechten verlenen?",inResource:"in",emailVerifyInstruction1:"Een e-mail met instructies om uw e-mailadres te verifi\xebren is zojuist verzonden.",emailVerifyInstruction2:"Heeft u geen verificatiecode ontvangen in uw e-mail?",emailVerifyInstruction3:"om opnieuw een e-mail te versturen.",emailLinkIdpTitle:"Link {0}",emailLinkIdp1:"Er is een e-mail met instructies verzonden om {0} account {1} te koppelen met uw {2} account.",emailLinkIdp2:"Heeft u geen verificatiecode in uw e-mail ontvangen?",emailLinkIdp3:"om opnieuw een e-mail te versturen.",emailLinkIdp4:"Als u deze mail al geverifieerd hebt in een andere browser",emailLinkIdp5:"om door te gaan.",backToLogin:"« Terug naar Inloggen",emailInstruction:"Voer uw gebruikersnaam of e-mailadres in en wij sturen u een e-mailbericht met instructies voor het aanmaken van een nieuw wachtwoord.",copyCodeInstruction:"Kopieer deze code en plak deze in uw applicatie:",pageExpiredTitle:"Sessie is verlopen",pageExpiredMsg1:"Om het loginproces opnieuw te doen",pageExpiredMsg2:"Om door te gaan met het loginproces",personalInfo:"Persoonlijke informatie:",role_admin:"Admin","role_realm-admin":"Realm beheren","role_create-realm":"Realm aanmaken","role_create-client":"Client aanmaken","role_view-realm":"Bekijk realm","role_view-users":"Bekijk gebruikers","role_view-applications":"Bekijk applicaties","role_view-clients":"Bekijk clients","role_view-events":"Bekijk gebeurtenissen","role_view-identity-providers":"Bekijk identity providers","role_manage-realm":"Beheer realm","role_manage-users":"Gebruikers beheren","role_manage-applications":"Beheer applicaties","role_manage-identity-providers":"Beheer identity providers","role_manage-clients":"Beheer clients","role_manage-events":"Beheer gebeurtenissen","role_view-profile":"Profiel bekijken","role_manage-account":"Beheer account","role_manage-account-links":"Beheer accountlinks","role_read-token":"Token lezen","role_offline-access":"Offline toegang",client_account:"Account","client_security-admin-console":"Security Admin Console","client_admin-cli":"Admin CLI","client_realm-management":"Realm-beheer",client_broker:"Broker",invalidUserMessage:"Ongeldige gebruikersnaam of wachtwoord.",invalidEmailMessage:"Ongeldig e-mailadres.",accountDisabledMessage:"Account is uitgeschakeld, neem contact op met beheer.",accountTemporarilyDisabledMessage:"Account is tijdelijk uitgeschakeld, neem contact op met beheer of probeer het later opnieuw.",expiredCodeMessage:"Logintijd verlopen. Gelieve opnieuw in te loggen.",expiredActionMessage:"Actietijd verlopen. Log daarom opnieuw in.",expiredActionTokenNoSessionMessage:"Actietijd verlopen.",expiredActionTokenSessionExistsMessage:"Actietijd verlopen. Gelieve de actie opnieuw doen.",missingFirstNameMessage:"Voer uw voornaam in.",missingLastNameMessage:"Voer uw achternaam in.",missingEmailMessage:"Voer uw e-mailadres in.",missingUsernameMessage:"Voer uw gebruikersnaam in.",missingPasswordMessage:"Voer uw wachtwoord in.",missingTotpMessage:"Voer uw authenticatiecode in.",notMatchPasswordMessage:"Wachtwoorden komen niet overeen.",invalidPasswordExistingMessage:"Ongeldig bestaand wachtwoord.",invalidPasswordBlacklistedMessage:"Ongeldig wachtwoord: wachtwoord is geblacklist.",invalidPasswordConfirmMessage:"Wachtwoord komt niet overeen met wachtwoordbevestiging.",invalidTotpMessage:"Ongeldige authenticatiecode.",usernameExistsMessage:"Gebruikersnaam bestaat al.",emailExistsMessage:"E-mailadres bestaat al.",federatedIdentityExistsMessage:"Gebruiker met {0} {1} bestaat al. Log in met het beheerdersaccount om het account te koppelen.",confirmLinkIdpTitle:"Account bestaat al",federatedIdentityConfirmLinkMessage:"Gebruiker met {0} {1} bestaat al. Hoe wilt u doorgaan?",federatedIdentityConfirmReauthenticateMessage:"Authenticeer om uw account te koppelen {0}",confirmLinkIdpReviewProfile:"Nalopen profiel",confirmLinkIdpContinue:"Voeg toe aan bestaande account",configureTotpMessage:"U moet de Mobile Authenticator configuren om uw account te activeren.",updateProfileMessage:"U moet uw gebruikersprofiel bijwerken om uw account te activeren.",updatePasswordMessage:"U moet uw wachtwoord wijzigen om uw account te activeren.",resetPasswordMessage:"U moet uw wachtwoord wijzigen.",verifyEmailMessage:"U moet uw e-mailadres verifi\xebren om uw account te activeren.",linkIdpMessage:"U moet uw e-mailadres verifi\xebren om uw account te koppelen aan {0}.",emailSentMessage:"U ontvangt binnenkort een e-mail met verdere instructies.",emailSendErrorMessage:"Het versturen van de e-mail is mislukt, probeer het later opnieuw.",accountUpdatedMessage:"Uw account is gewijzigd.",accountPasswordUpdatedMessage:"Uw wachtwoord is gewijzigd.",delegationCompleteHeader:"Login gelukt",delegationCompleteMessage:"U mag uw browser sluiten en terug gaan naar uw console applicatie",delegationFailedHeader:"Login mislukt",delegationFailedMessage:"U mag uw browser sluiten en terug gaan naar uw console applicatie om daar het loginproces nogmaalt te proberen.",noAccessMessage:"Geen toegang",invalidPasswordMinLengthMessage:"Ongeldig wachtwoord, de minimumlengte is {0} karakters.",invalidPasswordMinDigitsMessage:"Ongeldig wachtwoord, deze moet minstens {0} cijfers bevatten.",invalidPasswordMinLowerCaseCharsMessage:"Ongeldig wachtwoord, deze moet minstens {0} kleine letters bevatten.",invalidPasswordMinUpperCaseCharsMessage:"Ongeldig wachtwoord, deze moet minstens {0} hoofdletters bevatten.",invalidPasswordMinSpecialCharsMessage:"Ongeldig wachtwoord, deze moet minstens {0} speciale tekens bevatten.",invalidPasswordNotUsernameMessage:"Ongeldig wachtwoord, deze mag niet overeen komen met de gebruikersnaam.",invalidPasswordRegexPatternMessage:"Ongeldig wachtwoord, deze komt niet overeen met opgegeven reguliere expressie(s).",invalidPasswordHistoryMessage:"Ongeldig wachtwoord, deze mag niet overeen komen met een van de laatste {0} wachtwoorden.",invalidPasswordGenericMessage:"Ongeldig wachtwoord: het nieuwe wachtwoord voldoet niet aan de opgestelde eisen.",failedToProcessResponseMessage:"Het verwerken van de respons is mislukt",httpsRequiredMessage:"HTTPS vereist",realmNotEnabledMessage:"Realm niet geactiveerd",invalidRequestMessage:"Ongeldige request",failedLogout:"Afmelden is mislukt",unknownLoginRequesterMessage:"De login requester is onbekend",loginRequesterNotEnabledMessage:"De login requester is niet geactiveerd",bearerOnlyMessage:"Bearer-only applicaties mogen geen browserlogin initi\xebren",standardFlowDisabledMessage:"Client mag geen browserlogin starten met het opgegeven response_type. Standard flow is uitgeschakeld voor de client.",implicitFlowDisabledMessage:"Client mag geen browserlogin starten met opgegeven response_type. Implicit flow is uitgeschakeld voor de klant.",invalidRedirectUriMessage:"Ongeldige redirect-URI",unsupportedNameIdFormatMessage:"Niet-ondersteunde NameIDFormat",invalidRequesterMessage:"Ongeldige requester",registrationNotAllowedMessage:"Registratie is niet toegestaan",resetCredentialNotAllowedMessage:"Het opnieuw instellen van de aanmeldgegevens is niet toegestaan",permissionNotApprovedMessage:"Recht verworpen.",noRelayStateInResponseMessage:"Geen relay state in antwoord van de identity provider.",insufficientPermissionMessage:"Onvoldoende rechten om identiteiten te koppelen.",couldNotProceedWithAuthenticationRequestMessage:"Het authenticatieverzoek naar de identity provider wordt afgebroken.",couldNotObtainTokenMessage:"Kon geen token bemachtigen van de identity provider.",unexpectedErrorRetrievingTokenMessage:"Onverwachte fout bij het ophalen van de token van de identity provider.",unexpectedErrorHandlingResponseMessage:"Onverwachte fout bij het verwerken van de respons van de identity provider.",identityProviderAuthenticationFailedMessage:"Verificatie mislukt. Er kon niet worden geauthenticeerd met de identity provider.",couldNotSendAuthenticationRequestMessage:"Kan het authenticatieverzoek niet verzenden naar de identity provider.",unexpectedErrorHandlingRequestMessage:"Onverwachte fout bij het verwerken van het authenticatieverzoek naar de identity provider.",invalidAccessCodeMessage:"Ongeldige toegangscode.",sessionNotActiveMessage:"Sessie inactief.",invalidCodeMessage:"Er is een fout opgetreden, probeer nogmaals in te loggen.",identityProviderUnexpectedErrorMessage:"Onverwachte fout tijdens de authenticatie met de identity provider",identityProviderNotFoundMessage:"Geen identity provider gevonden met deze naam.",identityProviderLinkSuccess:"Uw account is met succes gekoppeld aan {0} account {1}.",staleCodeMessage:"Deze pagina is verlopen. Keer terug naar uw applicatie om opnieuw in te loggen.",realmSupportsNoCredentialsMessage:"Realm ondersteunt geen enkel soort aanmeldgegeven.",identityProviderNotUniqueMessage:"Realm ondersteunt meerdere identity providers. Er kon niet bepaald worden welke identity provider er gebruikt zou moeten worden tijdens de authenticatie.",emailVerifiedMessage:"Uw e-mailadres is geverifieerd.",staleEmailVerificationLink:"De link die u gebruikt is verlopen, wellicht omdat u uw e-mailadres al eerder geverifieerd heeft.",identityProviderAlreadyLinkedMessage:"De door {0} teruggegeven gefedereerde identiteit is al aan een andere gebruiker gekoppeld.",confirmAccountLinking:"Bevestig dat het account {0} van identity provider {1} overeenkomt met uw account.",confirmEmailAddressVerification:"Bevestig dat e-mailadres {0} valide is.",confirmExecutionOfActions:"Voer de volgende actie(s) uit",backToApplication:"« Terug naar de applicatie",missingParameterMessage:"Missende parameters: {0}",clientNotFoundMessage:"Client niet gevonden.",clientDisabledMessage:"Client is inactief.",invalidParameterMessage:"Ongeldige parameter: {0}",alreadyLoggedIn:"U bent al ingelogd.",differentUserAuthenticated:'U bent in deze sessie al als de gebruiker "{0}" aangemeld. Log eerst uit.',brokerLinkingSessionExpired:"Broker account linking aangevraagd, maar de huidige sessie in verlopen.",proceedWithAction:"» Klik hier om verder te gaan","requiredAction.CONFIGURE_TOTP":"Configureer OTP","requiredAction.terms_and_conditions":"Voorwaarden","requiredAction.UPDATE_PASSWORD":"Update wachtwoord","requiredAction.UPDATE_PROFILE":"Update profiel","requiredAction.VERIFY_EMAIL":"Verifieer e-mail",doX509Login:"U wordt ingelogd als:",clientCertificate:"X509 client certificate:",noCertificate:"[No Certificate]",pageNotFound:"Pagina niet gevonden",internalServerError:"Er is een interne serverfout opgetreden","console-username":"Gebruikersnaam:","console-password":"Wachtwoord:","console-otp":"Eenmalige code:","console-new-password":"Nieuw wachtwoord:","console-confirm-password":"Bevestig wachtwoord:","console-update-password":"Een update van uw wachtwoord is verplicht.","console-verify-email":"U bent verplicht om uw e-mailadres te verifi\xebren. Een e-mail met de verificatiecode is naar {0} gestuurd. Voer deze code hieronder in.","console-email-code":"E-mail Code:","console-accept-terms":"Accepteert u de voorwaarden? [y/n]:","console-accept":"y","identity-provider-redirector":"Gebruik een andere Identity Provider","identity-provider-login-label":"Of login met","idp-email-verification-display-name":"E-mail Verificatie","idp-email-verification-help-text":"Bevestig uw account per e-mail.","idp-username-password-form-display-name":"Gebruikersnaam en wachtwoord","idp-username-password-form-help-text":"Bevestig uw account door in te loggen."}}}]); +//# sourceMappingURL=5064.2224f5dd.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5064.2224f5dd.chunk.js.map b/resources/keycloak/keycloakify/static/js/5064.2224f5dd.chunk.js.map new file mode 100644 index 00000000..af6ff5c5 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5064.2224f5dd.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/5064.2224f5dd.chunk.js","mappings":"uIAuRA,UAnRgB,CACd,QAAW,WACX,WAAc,aACd,SAAY,WACZ,SAAY,YACZ,OAAU,QACV,MAAS,KACT,KAAQ,MACR,WAAc,WACd,SAAY,SACZ,SAAY,aACZ,UAAa,WACb,iBAAoB,uBACpB,YAAe,YACf,cAAiB,uBACjB,WAAc,kBACd,gBAAmB,8BACnB,gBAAmB,uBACnB,qBAAwB,mDACxB,yBAA4B,yFAC5B,sBAAyB,kCACzB,2BAA8B,kCAC9B,qBAAwB,2IACxB,iBAAoB,4DACpB,cAAiB,aACjB,kBAAqB,0BACrB,WAAc,iBACd,eAAkB,MAClB,iBAAoB,2BACpB,qBAAwB,4CACxB,YAAe,QACf,YAAe,sBACf,eAAkB,kCAClB,kBAAqB,2BACrB,aAAgB,6EAChB,eAAkB,mCAClB,gBAAmB,kBACnB,oBAAuB,MACvB,WAAc,+BACd,eAAkB,+BAClB,iBAAoB,0BACpB,iBAAoB,uBACpB,oBAAuB,qBACvB,iBAAoB,aACpB,eAAkB,gBAClB,mBAAsB,gDACtB,gBAAmB,yCACnB,gBAAmB,yDACnB,sBAAyB,mDACzB,sBAAyB,IACzB,WAAc,cACd,UAAa,mCACb,eAAkB,cAClB,gBAAmB,sBACnB,uBAA0B,mDAC1B,cAAiB,yBACjB,UAAa,oBACb,SAAY,iBACZ,gBAAmB,gCACnB,UAAa,WACb,UAAa,WACb,SAAY,iBACZ,SAAY,aACZ,WAAc,cACd,MAAS,cACT,SAAY,aACZ,gBAAmB,sBACnB,YAAe,mBACf,mBAAsB,gCACtB,WAAc,mBACd,kBAAqB,oBACrB,QAAW,QACX,OAAU,SACV,SAAY,aACZ,OAAU,qBACV,YAAe,WACf,QAAW,OACX,cAAiB,2BACjB,wBAA2B,2BAC3B,wBAA2B,oBAC3B,sBAAyB,cACzB,wBAA2B,QAC3B,sBAAyB,iBACzB,8BAAiC,kBACjC,6BAAgC,cAChC,sBAAyB,mBACzB,eAAkB,gGAClB,eAAkB,mEAClB,eAAkB,wCAClB,eAAkB,kHAClB,qBAAwB,2CACxB,qBAAwB,8EACxB,sBAAyB,yBACzB,qBAAwB,gBACxB,gBAAmB,iBACnB,cAAiB,OACjB,mBAAsB,YACtB,gBAAmB,UACnB,kBAAqB,WACrB,iBAAoB,SACpB,oBAAuB,eACvB,iBAAkB,aAClB,iBAAkB,gBAClB,kBAAqB,wCACrB,WAAc,KACd,wBAA2B,sFAC3B,wBAA2B,uDAC3B,wBAA2B,sCAC3B,kBAAqB,WACrB,cAAiB,gGACjB,cAAiB,uDACjB,cAAiB,sCACjB,cAAiB,6DACjB,cAAiB,mBACjB,YAAe,8BACf,iBAAoB,yIACpB,oBAAuB,mDACvB,iBAAoB,qBACpB,gBAAmB,qCACnB,gBAAmB,sCACnB,aAAgB,2BAChB,WAAc,QACd,mBAAoB,gBACpB,oBAAqB,iBACrB,qBAAsB,kBACtB,kBAAmB,eACnB,kBAAmB,oBACnB,yBAA0B,qBAC1B,oBAAqB,iBACrB,mBAAoB,wBACpB,+BAAgC,4BAChC,oBAAqB,eACrB,oBAAqB,qBACrB,2BAA4B,qBAC5B,iCAAkC,4BAClC,sBAAuB,iBACvB,qBAAsB,wBACtB,oBAAqB,mBACrB,sBAAuB,iBACvB,4BAA6B,sBAC7B,kBAAmB,cACnB,sBAAuB,kBACvB,eAAkB,UAClB,gCAAiC,yBACjC,mBAAoB,YACpB,0BAA2B,eAC3B,cAAiB,SACjB,mBAAsB,0CACtB,oBAAuB,wBACvB,uBAA0B,wDAC1B,kCAAqC,+FACrC,mBAAsB,oDACtB,qBAAwB,6CACxB,mCAAsC,sBACtC,uCAA0C,qDAC1C,wBAA2B,uBAC3B,uBAA0B,yBAC1B,oBAAuB,0BACvB,uBAA0B,6BAC1B,uBAA0B,yBAC1B,mBAAsB,gCACtB,wBAA2B,mCAC3B,+BAAkC,gCAClC,kCAAqC,kDACrC,8BAAiC,0DACjC,mBAAsB,+BACtB,sBAAyB,6BACzB,mBAAsB,0BACtB,+BAAkC,iGAClC,oBAAuB,qBACvB,oCAAuC,yDACvC,8CAAiD,6CACjD,4BAA+B,kBAC/B,uBAA0B,iCAC1B,qBAAwB,wEACxB,qBAAwB,oEACxB,sBAAyB,4DACzB,qBAAwB,iCACxB,mBAAsB,kEACtB,eAAkB,yEAClB,iBAAoB,4DACpB,sBAAyB,qEACzB,sBAAyB,2BACzB,8BAAiC,8BACjC,yBAA4B,eAC5B,0BAA6B,oEAC7B,uBAA0B,gBAC1B,wBAA2B,kHAC3B,gBAAmB,eACnB,gCAAmC,0DACnC,gCAAmC,gEACnC,wCAA2C,uEAC3C,wCAA2C,qEAC3C,sCAAyC,wEACzC,kCAAqC,0EACrC,mCAAsC,oFACtC,8BAAiC,4FACjC,8BAAiC,mFACjC,+BAAkC,0CAClC,qBAAwB,gBACxB,uBAA0B,yBAC1B,sBAAyB,oBACzB,aAAgB,sBAChB,6BAAgC,iCAChC,gCAAmC,yCACnC,kBAAqB,+DACrB,4BAA+B,uHAC/B,4BAA+B,kHAC/B,0BAA6B,yBAC7B,+BAAkC,iCAClC,wBAA2B,sBAC3B,8BAAiC,iCACjC,iCAAoC,kEACpC,6BAAgC,mBAChC,8BAAiC,yDACjC,8BAAiC,mDACjC,gDAAmD,uEACnD,2BAA8B,uDAC9B,sCAAyC,0EACzC,uCAA0C,8EAC1C,4CAA+C,oFAC/C,yCAA4C,yEAC5C,sCAAyC,6FACzC,yBAA4B,0BAC5B,wBAA2B,mBAC3B,mBAAsB,4DACtB,uCAA0C,qEAC1C,gCAAmC,iDACnC,4BAA+B,0DAC/B,iBAAoB,kFACpB,kCAAqC,qDACrC,iCAAoC,4JACpC,qBAAwB,kCACxB,2BAA8B,oGAC9B,qCAAwC,6FACxC,sBAAyB,qFACzB,gCAAmC,0CACnC,0BAA6B,gCAC7B,kBAAqB,mCACrB,wBAA2B,2BAC3B,sBAAyB,wBACzB,sBAAyB,sBACzB,wBAA2B,2BAC3B,gBAAmB,sBACnB,2BAA8B,4EAC9B,4BAA+B,0EAC/B,kBAAqB,sCACrB,gCAAiC,kBACjC,sCAAuC,cACvC,iCAAkC,oBAClC,gCAAiC,iBACjC,8BAA+B,mBAC/B,YAAe,wBACf,kBAAqB,2BACrB,cAAiB,mBACjB,aAAgB,uBAChB,oBAAuB,0CACvB,mBAAoB,kBACpB,mBAAoB,cACpB,cAAe,kBACf,uBAAwB,oBACxB,2BAA4B,uBAC5B,0BAA2B,6CAC3B,uBAAwB,4IACxB,qBAAsB,eACtB,uBAAwB,sCACxB,iBAAkB,IAClB,+BAAgC,uCAChC,gCAAiC,eACjC,sCAAuC,qBACvC,mCAAoC,kCACpC,0CAA2C,+BAC3C,uCAAwC,yC","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/nl.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Inloggen\",\n \"doRegister\": \"Registreer\",\n \"doCancel\": \"Annuleer\",\n \"doSubmit\": \"Verzenden\",\n \"doBack\": \"Terug\",\n \"doYes\": \"Ja\",\n \"doNo\": \"Nee\",\n \"doContinue\": \"Doorgaan\",\n \"doIgnore\": \"Negeer\",\n \"doAccept\": \"Accepteren\",\n \"doDecline\": \"Afwijzen\",\n \"doForgotPassword\": \"Wachtwoord vergeten?\",\n \"doClickHere\": \"Klik hier\",\n \"doImpersonate\": \"Identiteit overnemen\",\n \"doTryAgain\": \"Probeer opnieuw\",\n \"doTryAnotherWay\": \"Probeer op een ander manier\",\n \"doConfirmDelete\": \"Bevestig verwijderen\",\n \"errorDeletingAccount\": \"Onverwachte fout bij het verwijderen van account\",\n \"deletingAccountForbidden\": \"U heeft onvoldoende rechten om dit account te verwijderen, neem contact op met beheer.\",\n \"kerberosNotConfigured\": \"Kerberos is niet geconfigureerd\",\n \"kerberosNotConfiguredTitle\": \"Kerberos is niet geconfigureerd\",\n \"bypassKerberosDetail\": \"U bent niet ingelogd via Kerberos of uw browser kan niet met Kerberos inloggen. Klik op 'doorgaan' om via een andere manier in te loggen\",\n \"kerberosNotSetUp\": \"Kerberos is onjuist geconfigureerd. U kunt niet inloggen.\",\n \"registerTitle\": \"Registreer\",\n \"loginAccountTitle\": \"Inloggen met uw account\",\n \"loginTitle\": \"Log in met {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Identiteit overnemen\",\n \"impersonateTitleHtml\": \"{0} Identiteit overnemen\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Onbekende gebruiker\",\n \"loginTotpTitle\": \"Mobiele Authenticator Instellen\",\n \"loginProfileTitle\": \"Update accountinformatie\",\n \"loginTimeout\": \"U bent te lang bezig geweest met inloggen. Het inlogproces begint opnieuw.\",\n \"reauthenticate\": \"Log opnieuw in om verder te gaan\",\n \"oauthGrantTitle\": \"Verleen Toegang\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Er is een fout opgetreden...\",\n \"errorTitleHtml\": \"Er is een fout opgetreden...\",\n \"emailVerifyTitle\": \"E-mailadres-verificatie\",\n \"emailForgotTitle\": \"Wachtwoord vergeten?\",\n \"updatePasswordTitle\": \"Wachtwoord updaten\",\n \"codeSuccessTitle\": \"Succescode\",\n \"codeErrorTitle\": \"Foutcode: {0}\",\n \"displayUnsupported\": \"Opgevraagde weergave type is niet ondersteund\",\n \"browserRequired\": \"Om in te loggen is een browser vereist\",\n \"browserContinue\": \"Om het loginproces af te ronden is een browser vereist\",\n \"browserContinuePrompt\": \"Open een browser en ga door met inloggen? [y/n]:\",\n \"browserContinueAnswer\": \"y\",\n \"termsTitle\": \"Voorwaarden\",\n \"termsText\": \"

Gedefinieerde voorwaarden

\",\n \"termsPlainText\": \"Voorwaarden\",\n \"recaptchaFailed\": \"Ongeldige Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha is verplicht, maar niet geconfigureerd\",\n \"consentDenied\": \"Toestemming geweigerd.\",\n \"noAccount\": \"Nieuwe gebruiker?\",\n \"username\": \"Gebruikersnaam\",\n \"usernameOrEmail\": \"Gebruikersnaam of e-mailadres\",\n \"firstName\": \"Voornaam\",\n \"givenName\": \"Voornaam\",\n \"fullName\": \"Volledige naam\",\n \"lastName\": \"Achternaam\",\n \"familyName\": \"Familienaam\",\n \"email\": \"E-mailadres\",\n \"password\": \"Wachtwoord\",\n \"passwordConfirm\": \"Bevestig wachtwoord\",\n \"passwordNew\": \"Nieuw wachtwoord\",\n \"passwordNewConfirm\": \"Bevestiging nieuwe wachtwoord\",\n \"rememberMe\": \"Ingelogd blijven\",\n \"authenticatorCode\": \"Authenticatiecode\",\n \"address\": \"Adres\",\n \"street\": \"Straat\",\n \"locality\": \"Woonplaats\",\n \"region\": \"Provincie of regio\",\n \"postal_code\": \"Postcode\",\n \"country\": \"Land\",\n \"emailVerified\": \"E-mailadres geverifieerd\",\n \"gssDelegationCredential\": \"GSS delegatie Credential\",\n \"profileScopeConsentText\": \"Gebruikersprofiel\",\n \"emailScopeConsentText\": \"E-mailadres\",\n \"addressScopeConsentText\": \"Adres\",\n \"phoneScopeConsentText\": \"Telefoonnummer\",\n \"offlineAccessScopeConsentText\": \"Offline toegang\",\n \"samlRoleListScopeConsentText\": \"Mijn rollen\",\n \"rolesScopeConsentText\": \"Gebruikersrollen\",\n \"loginTotpIntro\": \"U bent verplicht om tweefactor-authenticatie in te stellen om dit account te kunnen gebruiken\",\n \"loginTotpStep1\": \"Installeer een van de volgende applicaties op uw mobile telefoon\",\n \"loginTotpStep2\": \"Open de applicatie en scan de barcode\",\n \"loginTotpStep3\": \"Voer de eenmalige code die door de applicatie is aangeleverd in en klik op 'Verzenden' om de setup te voltooien\",\n \"loginTotpManualStep2\": \"Open de applicatie en voer de sleutel in\",\n \"loginTotpManualStep3\": \"Gebruik de volgende configuratiewaarden (als de applicatie dit ondersteund)\",\n \"loginTotpUnableToScan\": \"Lukt het scannen niet?\",\n \"loginTotpScanBarcode\": \"Scan barcode?\",\n \"loginOtpOneTime\": \"Eenmalige code\",\n \"loginTotpType\": \"Type\",\n \"loginTotpAlgorithm\": \"Algoritme\",\n \"loginTotpDigits\": \"Cijfers\",\n \"loginTotpInterval\": \"Interval\",\n \"loginTotpCounter\": \"Teller\",\n \"loginTotpDeviceName\": \"Apparaatnaam\",\n \"loginTotp.totp\": \"Time-based\",\n \"loginTotp.hotp\": \"Counter-based\",\n \"oauthGrantRequest\": \"Wilt u deze toegangsrechten verlenen?\",\n \"inResource\": \"in\",\n \"emailVerifyInstruction1\": \"Een e-mail met instructies om uw e-mailadres te verifiëren is zojuist verzonden.\",\n \"emailVerifyInstruction2\": \"Heeft u geen verificatiecode ontvangen in uw e-mail?\",\n \"emailVerifyInstruction3\": \"om opnieuw een e-mail te versturen.\",\n \"emailLinkIdpTitle\": \"Link {0}\",\n \"emailLinkIdp1\": \"Er is een e-mail met instructies verzonden om {0} account {1} te koppelen met uw {2} account.\",\n \"emailLinkIdp2\": \"Heeft u geen verificatiecode in uw e-mail ontvangen?\",\n \"emailLinkIdp3\": \"om opnieuw een e-mail te versturen.\",\n \"emailLinkIdp4\": \"Als u deze mail al geverifieerd hebt in een andere browser\",\n \"emailLinkIdp5\": \"om door te gaan.\",\n \"backToLogin\": \"« Terug naar Inloggen\",\n \"emailInstruction\": \"Voer uw gebruikersnaam of e-mailadres in en wij sturen u een e-mailbericht met instructies voor het aanmaken van een nieuw wachtwoord.\",\n \"copyCodeInstruction\": \"Kopieer deze code en plak deze in uw applicatie:\",\n \"pageExpiredTitle\": \"Sessie is verlopen\",\n \"pageExpiredMsg1\": \"Om het loginproces opnieuw te doen\",\n \"pageExpiredMsg2\": \"Om door te gaan met het loginproces\",\n \"personalInfo\": \"Persoonlijke informatie:\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Realm beheren\",\n \"role_create-realm\": \"Realm aanmaken\",\n \"role_create-client\": \"Client aanmaken\",\n \"role_view-realm\": \"Bekijk realm\",\n \"role_view-users\": \"Bekijk gebruikers\",\n \"role_view-applications\": \"Bekijk applicaties\",\n \"role_view-clients\": \"Bekijk clients\",\n \"role_view-events\": \"Bekijk gebeurtenissen\",\n \"role_view-identity-providers\": \"Bekijk identity providers\",\n \"role_manage-realm\": \"Beheer realm\",\n \"role_manage-users\": \"Gebruikers beheren\",\n \"role_manage-applications\": \"Beheer applicaties\",\n \"role_manage-identity-providers\": \"Beheer identity providers\",\n \"role_manage-clients\": \"Beheer clients\",\n \"role_manage-events\": \"Beheer gebeurtenissen\",\n \"role_view-profile\": \"Profiel bekijken\",\n \"role_manage-account\": \"Beheer account\",\n \"role_manage-account-links\": \"Beheer accountlinks\",\n \"role_read-token\": \"Token lezen\",\n \"role_offline-access\": \"Offline toegang\",\n \"client_account\": \"Account\",\n \"client_security-admin-console\": \"Security Admin Console\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Realm-beheer\",\n \"client_broker\": \"Broker\",\n \"invalidUserMessage\": \"Ongeldige gebruikersnaam of wachtwoord.\",\n \"invalidEmailMessage\": \"Ongeldig e-mailadres.\",\n \"accountDisabledMessage\": \"Account is uitgeschakeld, neem contact op met beheer.\",\n \"accountTemporarilyDisabledMessage\": \"Account is tijdelijk uitgeschakeld, neem contact op met beheer of probeer het later opnieuw.\",\n \"expiredCodeMessage\": \"Logintijd verlopen. Gelieve opnieuw in te loggen.\",\n \"expiredActionMessage\": \"Actietijd verlopen. Log daarom opnieuw in.\",\n \"expiredActionTokenNoSessionMessage\": \"Actietijd verlopen.\",\n \"expiredActionTokenSessionExistsMessage\": \"Actietijd verlopen. Gelieve de actie opnieuw doen.\",\n \"missingFirstNameMessage\": \"Voer uw voornaam in.\",\n \"missingLastNameMessage\": \"Voer uw achternaam in.\",\n \"missingEmailMessage\": \"Voer uw e-mailadres in.\",\n \"missingUsernameMessage\": \"Voer uw gebruikersnaam in.\",\n \"missingPasswordMessage\": \"Voer uw wachtwoord in.\",\n \"missingTotpMessage\": \"Voer uw authenticatiecode in.\",\n \"notMatchPasswordMessage\": \"Wachtwoorden komen niet overeen.\",\n \"invalidPasswordExistingMessage\": \"Ongeldig bestaand wachtwoord.\",\n \"invalidPasswordBlacklistedMessage\": \"Ongeldig wachtwoord: wachtwoord is geblacklist.\",\n \"invalidPasswordConfirmMessage\": \"Wachtwoord komt niet overeen met wachtwoordbevestiging.\",\n \"invalidTotpMessage\": \"Ongeldige authenticatiecode.\",\n \"usernameExistsMessage\": \"Gebruikersnaam bestaat al.\",\n \"emailExistsMessage\": \"E-mailadres bestaat al.\",\n \"federatedIdentityExistsMessage\": \"Gebruiker met {0} {1} bestaat al. Log in met het beheerdersaccount om het account te koppelen.\",\n \"confirmLinkIdpTitle\": \"Account bestaat al\",\n \"federatedIdentityConfirmLinkMessage\": \"Gebruiker met {0} {1} bestaat al. Hoe wilt u doorgaan?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Authenticeer om uw account te koppelen {0}\",\n \"confirmLinkIdpReviewProfile\": \"Nalopen profiel\",\n \"confirmLinkIdpContinue\": \"Voeg toe aan bestaande account\",\n \"configureTotpMessage\": \"U moet de Mobile Authenticator configuren om uw account te activeren.\",\n \"updateProfileMessage\": \"U moet uw gebruikersprofiel bijwerken om uw account te activeren.\",\n \"updatePasswordMessage\": \"U moet uw wachtwoord wijzigen om uw account te activeren.\",\n \"resetPasswordMessage\": \"U moet uw wachtwoord wijzigen.\",\n \"verifyEmailMessage\": \"U moet uw e-mailadres verifiëren om uw account te activeren.\",\n \"linkIdpMessage\": \"U moet uw e-mailadres verifiëren om uw account te koppelen aan {0}.\",\n \"emailSentMessage\": \"U ontvangt binnenkort een e-mail met verdere instructies.\",\n \"emailSendErrorMessage\": \"Het versturen van de e-mail is mislukt, probeer het later opnieuw.\",\n \"accountUpdatedMessage\": \"Uw account is gewijzigd.\",\n \"accountPasswordUpdatedMessage\": \"Uw wachtwoord is gewijzigd.\",\n \"delegationCompleteHeader\": \"Login gelukt\",\n \"delegationCompleteMessage\": \"U mag uw browser sluiten en terug gaan naar uw console applicatie\",\n \"delegationFailedHeader\": \"Login mislukt\",\n \"delegationFailedMessage\": \"U mag uw browser sluiten en terug gaan naar uw console applicatie om daar het loginproces nogmaalt te proberen.\",\n \"noAccessMessage\": \"Geen toegang\",\n \"invalidPasswordMinLengthMessage\": \"Ongeldig wachtwoord, de minimumlengte is {0} karakters.\",\n \"invalidPasswordMinDigitsMessage\": \"Ongeldig wachtwoord, deze moet minstens {0} cijfers bevatten.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Ongeldig wachtwoord, deze moet minstens {0} kleine letters bevatten.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Ongeldig wachtwoord, deze moet minstens {0} hoofdletters bevatten.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Ongeldig wachtwoord, deze moet minstens {0} speciale tekens bevatten.\",\n \"invalidPasswordNotUsernameMessage\": \"Ongeldig wachtwoord, deze mag niet overeen komen met de gebruikersnaam.\",\n \"invalidPasswordRegexPatternMessage\": \"Ongeldig wachtwoord, deze komt niet overeen met opgegeven reguliere expressie(s).\",\n \"invalidPasswordHistoryMessage\": \"Ongeldig wachtwoord, deze mag niet overeen komen met een van de laatste {0} wachtwoorden.\",\n \"invalidPasswordGenericMessage\": \"Ongeldig wachtwoord: het nieuwe wachtwoord voldoet niet aan de opgestelde eisen.\",\n \"failedToProcessResponseMessage\": \"Het verwerken van de respons is mislukt\",\n \"httpsRequiredMessage\": \"HTTPS vereist\",\n \"realmNotEnabledMessage\": \"Realm niet geactiveerd\",\n \"invalidRequestMessage\": \"Ongeldige request\",\n \"failedLogout\": \"Afmelden is mislukt\",\n \"unknownLoginRequesterMessage\": \"De login requester is onbekend\",\n \"loginRequesterNotEnabledMessage\": \"De login requester is niet geactiveerd\",\n \"bearerOnlyMessage\": \"Bearer-only applicaties mogen geen browserlogin initiëren\",\n \"standardFlowDisabledMessage\": \"Client mag geen browserlogin starten met het opgegeven response_type. Standard flow is uitgeschakeld voor de client.\",\n \"implicitFlowDisabledMessage\": \"Client mag geen browserlogin starten met opgegeven response_type. Implicit flow is uitgeschakeld voor de klant.\",\n \"invalidRedirectUriMessage\": \"Ongeldige redirect-URI\",\n \"unsupportedNameIdFormatMessage\": \"Niet-ondersteunde NameIDFormat\",\n \"invalidRequesterMessage\": \"Ongeldige requester\",\n \"registrationNotAllowedMessage\": \"Registratie is niet toegestaan\",\n \"resetCredentialNotAllowedMessage\": \"Het opnieuw instellen van de aanmeldgegevens is niet toegestaan\",\n \"permissionNotApprovedMessage\": \"Recht verworpen.\",\n \"noRelayStateInResponseMessage\": \"Geen relay state in antwoord van de identity provider.\",\n \"insufficientPermissionMessage\": \"Onvoldoende rechten om identiteiten te koppelen.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Het authenticatieverzoek naar de identity provider wordt afgebroken.\",\n \"couldNotObtainTokenMessage\": \"Kon geen token bemachtigen van de identity provider.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Onverwachte fout bij het ophalen van de token van de identity provider.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Onverwachte fout bij het verwerken van de respons van de identity provider.\",\n \"identityProviderAuthenticationFailedMessage\": \"Verificatie mislukt. Er kon niet worden geauthenticeerd met de identity provider.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Kan het authenticatieverzoek niet verzenden naar de identity provider.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Onverwachte fout bij het verwerken van het authenticatieverzoek naar de identity provider.\",\n \"invalidAccessCodeMessage\": \"Ongeldige toegangscode.\",\n \"sessionNotActiveMessage\": \"Sessie inactief.\",\n \"invalidCodeMessage\": \"Er is een fout opgetreden, probeer nogmaals in te loggen.\",\n \"identityProviderUnexpectedErrorMessage\": \"Onverwachte fout tijdens de authenticatie met de identity provider\",\n \"identityProviderNotFoundMessage\": \"Geen identity provider gevonden met deze naam.\",\n \"identityProviderLinkSuccess\": \"Uw account is met succes gekoppeld aan {0} account {1}.\",\n \"staleCodeMessage\": \"Deze pagina is verlopen. Keer terug naar uw applicatie om opnieuw in te loggen.\",\n \"realmSupportsNoCredentialsMessage\": \"Realm ondersteunt geen enkel soort aanmeldgegeven.\",\n \"identityProviderNotUniqueMessage\": \"Realm ondersteunt meerdere identity providers. Er kon niet bepaald worden welke identity provider er gebruikt zou moeten worden tijdens de authenticatie.\",\n \"emailVerifiedMessage\": \"Uw e-mailadres is geverifieerd.\",\n \"staleEmailVerificationLink\": \"De link die u gebruikt is verlopen, wellicht omdat u uw e-mailadres al eerder geverifieerd heeft.\",\n \"identityProviderAlreadyLinkedMessage\": \"De door {0} teruggegeven gefedereerde identiteit is al aan een andere gebruiker gekoppeld.\",\n \"confirmAccountLinking\": \"Bevestig dat het account {0} van identity provider {1} overeenkomt met uw account.\",\n \"confirmEmailAddressVerification\": \"Bevestig dat e-mailadres {0} valide is.\",\n \"confirmExecutionOfActions\": \"Voer de volgende actie(s) uit\",\n \"backToApplication\": \"« Terug naar de applicatie\",\n \"missingParameterMessage\": \"Missende parameters: {0}\",\n \"clientNotFoundMessage\": \"Client niet gevonden.\",\n \"clientDisabledMessage\": \"Client is inactief.\",\n \"invalidParameterMessage\": \"Ongeldige parameter: {0}\",\n \"alreadyLoggedIn\": \"U bent al ingelogd.\",\n \"differentUserAuthenticated\": \"U bent in deze sessie al als de gebruiker \\\"{0}\\\" aangemeld. Log eerst uit.\",\n \"brokerLinkingSessionExpired\": \"Broker account linking aangevraagd, maar de huidige sessie in verlopen.\",\n \"proceedWithAction\": \"» Klik hier om verder te gaan\",\n \"requiredAction.CONFIGURE_TOTP\": \"Configureer OTP\",\n \"requiredAction.terms_and_conditions\": \"Voorwaarden\",\n \"requiredAction.UPDATE_PASSWORD\": \"Update wachtwoord\",\n \"requiredAction.UPDATE_PROFILE\": \"Update profiel\",\n \"requiredAction.VERIFY_EMAIL\": \"Verifieer e-mail\",\n \"doX509Login\": \"U wordt ingelogd als:\",\n \"clientCertificate\": \"X509 client certificate:\",\n \"noCertificate\": \"[No Certificate]\",\n \"pageNotFound\": \"Pagina niet gevonden\",\n \"internalServerError\": \"Er is een interne serverfout opgetreden\",\n \"console-username\": \"Gebruikersnaam:\",\n \"console-password\": \"Wachtwoord:\",\n \"console-otp\": \"Eenmalige code:\",\n \"console-new-password\": \"Nieuw wachtwoord:\",\n \"console-confirm-password\": \"Bevestig wachtwoord:\",\n \"console-update-password\": \"Een update van uw wachtwoord is verplicht.\",\n \"console-verify-email\": \"U bent verplicht om uw e-mailadres te verifiëren. Een e-mail met de verificatiecode is naar {0} gestuurd. Voer deze code hieronder in.\",\n \"console-email-code\": \"E-mail Code:\",\n \"console-accept-terms\": \"Accepteert u de voorwaarden? [y/n]:\",\n \"console-accept\": \"y\",\n \"identity-provider-redirector\": \"Gebruik een andere Identity Provider\",\n \"identity-provider-login-label\": \"Of login met\",\n \"idp-email-verification-display-name\": \"E-mail Verificatie\",\n \"idp-email-verification-help-text\": \"Bevestig uw account per e-mail.\",\n \"idp-username-password-form-display-name\": \"Gebruikersnaam en wachtwoord\",\n \"idp-username-password-form-help-text\": \"Bevestig uw account door in te loggen.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5150.535bfee1.chunk.js b/resources/keycloak/keycloakify/static/js/5150.535bfee1.chunk.js new file mode 100644 index 00000000..1d8759f7 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5150.535bfee1.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5150],{5150:function(e,a,i){i.r(a);a.default={doSave:"Desa",doCancel:"Cancel\xb7la",doLogOutAllSessions:"Desconnecta de totes les sessions",doRemove:"Elimina",doAdd:"Afegeix",doSignOut:"Desconnectar",editAccountHtmlTitle:"Edita compte",federatedIdentitiesHtmlTitle:"Identitats federades",accountLogHtmlTitle:"Registre del compte",changePasswordHtmlTitle:"Canvia contrasenya",sessionsHtmlTitle:"Sessions",accountManagementTitle:"Gesti\xf3 de Compte Keycloak",authenticatorTitle:"Autenticador",applicationsHtmlTitle:"Aplicacions",authenticatorCode:"Codi d'un sol \xfas",email:"Email",firstName:"Nom",givenName:"Nom de pila",fullName:"Nom complet",lastName:"Cognoms",familyName:"Cognom",password:"Contrasenya",passwordConfirm:"Confirma la contrasenya",passwordNew:"Nova contrasenya",username:"Usuari",address:"Adre\xe7a",street:"Carrer",locality:"Ciutat o Municipi",region:"Estat, Prov\xedncia, o Regi\xf3",postal_code:"Postal code",country:"Pa\xeds",emailVerified:"Email verificat",gssDelegationCredential:"GSS Delegation Credential",role_admin:"Administrador","role_realm-admin":"Administrador del domini","role_create-realm":"Crear domini","role_view-realm":"Veure domini","role_view-users":"Veure usuaris","role_view-applications":"Veure aplicacions","role_view-clients":"Veure clients","role_view-events":"Veure events","role_view-identity-providers":"Veure prove\xefdors d'identitat","role_manage-realm":"Gestionar domini","role_manage-users":"Gestinar usuaris","role_manage-applications":"Gestionar aplicacions","role_manage-identity-providers":"Gestionar prove\xefdors d'identitat","role_manage-clients":"Gestionar clients","role_manage-events":"Gestionar events","role_view-profile":"Veure perfil","role_manage-account":"Gestionar compte","role_read-token":"Llegir token","role_offline-access":"Acc\xe9s sense connexi\xf3",client_account:"Compte","client_security-admin-console":"Consola d'Administraci\xf3 de Seguretat","client_realm-management":"Gesti\xf3 de domini",client_broker:"Broker",requiredFields:"Camps obligatoris",allFieldsRequired:"Tots els camps obligatoris",backToApplication:"« Torna a l'aplicaci\xf3",backTo:"Torna a {0}",date:"Data",event:"Event",ip:"IP",client:"Client",clients:"Clients",details:"Detalls",started:"Iniciat",lastAccess:"\xdaltim acc\xe9s",expires:"Expira",applications:"Aplicacions",account:"Compte",federatedIdentity:"Identitat federada",authenticator:"Autenticador",sessions:"Sessions",log:"Registre",application:"Aplicaci\xf3",availablePermissions:"Permisos disponibles",grantedPermissions:"Permisos concedits",grantedPersonalInfo:"Informaci\xf3 personal concedida",additionalGrants:"Permisos addicionals",action:"Acci\xf3",inResource:"a",fullAccess:"Acc\xe9s total",offlineToken:"Codi d'autoritzaci\xf3 offline",revoke:"Revocar perm\xeds",configureAuthenticators:"Autenticadors configurats",mobile:"M\xf2bil",totpStep1:'Instal\xb7la FreeOTP o Google Authenticator al teu tel\xe8fon m\xf2bil. Les dues aplicacions estan disponibles a Google Play i en l\'App Store d\'Apple.',totpStep2:"Obre l'aplicaci\xf3 i escaneja el codi o introdueix la clau.",totpStep3:"Introdueix el codi \xfanic que et mostra l'aplicaci\xf3 d'autenticaci\xf3 i fes clic a Envia per finalitzar la configuraci\xf3",missingUsernameMessage:"Si us plau indica el teu usuari.",missingFirstNameMessage:"Si us plau indica el nom.",invalidEmailMessage:"Email no v\xe0lid",missingLastNameMessage:"Si us plau indica els teus cognoms.",missingEmailMessage:"Si us plau indica l'email.",missingPasswordMessage:"Si us plau indica la contrasenya.",notMatchPasswordMessage:"Les contrasenyes no coincideixen.",missingTotpMessage:"Si us plau indica el teu codi d'autenticaci\xf3",invalidPasswordExistingMessage:"La contrasenya actual no \xe9s correcta.",invalidPasswordConfirmMessage:"La confirmaci\xf3 de contrasenya no coincideix.",invalidTotpMessage:"El c\xf3digo de autenticaci\xf3n no es v\xe1lido.",usernameExistsMessage:"L'usuari ja existeix",emailExistsMessage:"L'email ja existeix",readOnlyUserMessage:"No pots actualitzar el teu usuari perqu\xe8 el teu compte \xe9s de nom\xe9s lectura.",readOnlyPasswordMessage:"No pots actualitzar la contrasenya perqu\xe8 el teu compte \xe9s de nom\xe9s lectura.",successTotpMessage:"Aplicaci\xf3 d'autenticaci\xf3 m\xf2bil configurada.",successTotpRemovedMessage:"Aplicaci\xf3 d'autenticaci\xf3 m\xf2bil eliminada.",successGrantRevokedMessage:"Perm\xeds revocat correctament",accountUpdatedMessage:"El teu compte s'ha actualitzat.",accountPasswordUpdatedMessage:"La contrasenya s'ha actualitzat.",missingIdentityProviderMessage:"Prove\xefdor d'identitat no indicat.",invalidFederatedIdentityActionMessage:"Acci\xf3 no v\xe0lida o no indicada.",identityProviderNotFoundMessage:"No s'ha trobat un prove\xefdor d'identitat.",federatedIdentityLinkNotActiveMessage:"Aquesta identitat ja no est\xe0 activa",federatedIdentityRemovingLastProviderMessage:"No pots eliminar l'\xfaltima identitat federada perqu\xe8 no tens fixada una contrasenya.",identityProviderRedirectErrorMessage:"Error en la redirecci\xf3 al prove\xefdor d'identitat",identityProviderRemovedMessage:"Prove\xefdor d'identitat esborrat correctament.",accountDisabledMessage:"El compte est\xe0 desactivada, contacteu amb l'administrador.",accountTemporarilyDisabledMessage:"El compte est\xe0 temporalment desactivat, contacta amb l'administrador o intenta-ho de nou m\xe9s tard.",invalidPasswordMinLengthMessage:"Contrasenya incorrecta: longitud m\xednima {0}.",invalidPasswordMinLowerCaseCharsMessage:"Contrasenya incorrecta: ha de contenir almenys {0} lletres min\xfascules.",invalidPasswordMinDigitsMessage:"Contrase\xf1a incorrecta: debe contener al menos {0} caracteres num\xe9ricos.",invalidPasswordMinUpperCaseCharsMessage:"Contrasenya incorrecta: ha de contenir almenys {0} lletres maj\xfascules.",invalidPasswordMinSpecialCharsMessage:"Contrasenya incorrecta: ha de contenir almenys {0} car\xe0cters especials.",invalidPasswordNotUsernameMessage:"Contrasenya incorrecta: no pot ser igual al nom d'usuari.",invalidPasswordRegexPatternMessage:"Contrasenya incorrecta: no compleix l'expressi\xf3 regular.",invalidPasswordHistoryMessage:"Contrasenya incorrecta: no pot ser igual a cap de les \xfaltimes {0} contrasenyes."}}}]); +//# sourceMappingURL=5150.535bfee1.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5150.535bfee1.chunk.js.map b/resources/keycloak/keycloakify/static/js/5150.535bfee1.chunk.js.map new file mode 100644 index 00000000..705f7964 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5150.535bfee1.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/5150.535bfee1.chunk.js","mappings":"uIAsIA,UAlIgB,CACd,OAAU,OACV,SAAY,eACZ,oBAAuB,oCACvB,SAAY,UACZ,MAAS,UACT,UAAa,eACb,qBAAwB,eACxB,6BAAgC,uBAChC,oBAAuB,sBACvB,wBAA2B,qBAC3B,kBAAqB,WACrB,uBAA0B,+BAC1B,mBAAsB,eACtB,sBAAyB,cACzB,kBAAqB,sBACrB,MAAS,QACT,UAAa,MACb,UAAa,cACb,SAAY,cACZ,SAAY,UACZ,WAAc,SACd,SAAY,cACZ,gBAAmB,0BACnB,YAAe,mBACf,SAAY,SACZ,QAAW,YACX,OAAU,SACV,SAAY,oBACZ,OAAU,kCACV,YAAe,cACf,QAAW,UACX,cAAiB,kBACjB,wBAA2B,4BAC3B,WAAc,gBACd,mBAAoB,2BACpB,oBAAqB,eACrB,kBAAmB,eACnB,kBAAmB,gBACnB,yBAA0B,oBAC1B,oBAAqB,gBACrB,mBAAoB,eACpB,+BAAgC,kCAChC,oBAAqB,mBACrB,oBAAqB,mBACrB,2BAA4B,wBAC5B,iCAAkC,sCAClC,sBAAuB,oBACvB,qBAAsB,mBACtB,oBAAqB,eACrB,sBAAuB,mBACvB,kBAAmB,eACnB,sBAAuB,6BACvB,eAAkB,SAClB,gCAAiC,0CACjC,0BAA2B,sBAC3B,cAAiB,SACjB,eAAkB,oBAClB,kBAAqB,6BACrB,kBAAqB,iCACrB,OAAU,cACV,KAAQ,OACR,MAAS,QACT,GAAM,KACN,OAAU,SACV,QAAW,UACX,QAAW,UACX,QAAW,UACX,WAAc,oBACd,QAAW,SACX,aAAgB,cAChB,QAAW,SACX,kBAAqB,qBACrB,cAAiB,eACjB,SAAY,WACZ,IAAO,WACP,YAAe,eACf,qBAAwB,uBACxB,mBAAsB,qBACtB,oBAAuB,mCACvB,iBAAoB,uBACpB,OAAU,WACV,WAAc,IACd,WAAc,iBACd,aAAgB,iCAChB,OAAU,oBACV,wBAA2B,4BAC3B,OAAU,WACV,UAAa,0PACb,UAAa,+DACb,UAAa,iIACb,uBAA0B,mCAC1B,wBAA2B,4BAC3B,oBAAuB,oBACvB,uBAA0B,sCAC1B,oBAAuB,6BACvB,uBAA0B,oCAC1B,wBAA2B,oCAC3B,mBAAsB,kDACtB,+BAAkC,2CAClC,8BAAiC,kDACjC,mBAAsB,oDACtB,sBAAyB,uBACzB,mBAAsB,sBACtB,oBAAuB,uFACvB,wBAA2B,wFAC3B,mBAAsB,uDACtB,0BAA6B,qDAC7B,2BAA8B,iCAC9B,sBAAyB,kCACzB,8BAAiC,mCACjC,+BAAkC,uCAClC,sCAAyC,uCACzC,gCAAmC,8CACnC,sCAAyC,yCACzC,6CAAgD,4FAChD,qCAAwC,wDACxC,+BAAkC,kDAClC,uBAA0B,gEAC1B,kCAAqC,2GACrC,gCAAmC,kDACnC,wCAA2C,4EAC3C,gCAAmC,gFACnC,wCAA2C,4EAC3C,sCAAyC,6EACzC,kCAAqC,4DACrC,mCAAsC,8DACtC,8BAAiC,qF","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/ca.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Desa\",\n \"doCancel\": \"Cancel·la\",\n \"doLogOutAllSessions\": \"Desconnecta de totes les sessions\",\n \"doRemove\": \"Elimina\",\n \"doAdd\": \"Afegeix\",\n \"doSignOut\": \"Desconnectar\",\n \"editAccountHtmlTitle\": \"Edita compte\",\n \"federatedIdentitiesHtmlTitle\": \"Identitats federades\",\n \"accountLogHtmlTitle\": \"Registre del compte\",\n \"changePasswordHtmlTitle\": \"Canvia contrasenya\",\n \"sessionsHtmlTitle\": \"Sessions\",\n \"accountManagementTitle\": \"Gestió de Compte Keycloak\",\n \"authenticatorTitle\": \"Autenticador\",\n \"applicationsHtmlTitle\": \"Aplicacions\",\n \"authenticatorCode\": \"Codi d'un sol ús\",\n \"email\": \"Email\",\n \"firstName\": \"Nom\",\n \"givenName\": \"Nom de pila\",\n \"fullName\": \"Nom complet\",\n \"lastName\": \"Cognoms\",\n \"familyName\": \"Cognom\",\n \"password\": \"Contrasenya\",\n \"passwordConfirm\": \"Confirma la contrasenya\",\n \"passwordNew\": \"Nova contrasenya\",\n \"username\": \"Usuari\",\n \"address\": \"Adreça\",\n \"street\": \"Carrer\",\n \"locality\": \"Ciutat o Municipi\",\n \"region\": \"Estat, Província, o Regió\",\n \"postal_code\": \"Postal code\",\n \"country\": \"País\",\n \"emailVerified\": \"Email verificat\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"role_admin\": \"Administrador\",\n \"role_realm-admin\": \"Administrador del domini\",\n \"role_create-realm\": \"Crear domini\",\n \"role_view-realm\": \"Veure domini\",\n \"role_view-users\": \"Veure usuaris\",\n \"role_view-applications\": \"Veure aplicacions\",\n \"role_view-clients\": \"Veure clients\",\n \"role_view-events\": \"Veure events\",\n \"role_view-identity-providers\": \"Veure proveïdors d'identitat\",\n \"role_manage-realm\": \"Gestionar domini\",\n \"role_manage-users\": \"Gestinar usuaris\",\n \"role_manage-applications\": \"Gestionar aplicacions\",\n \"role_manage-identity-providers\": \"Gestionar proveïdors d'identitat\",\n \"role_manage-clients\": \"Gestionar clients\",\n \"role_manage-events\": \"Gestionar events\",\n \"role_view-profile\": \"Veure perfil\",\n \"role_manage-account\": \"Gestionar compte\",\n \"role_read-token\": \"Llegir token\",\n \"role_offline-access\": \"Accés sense connexió\",\n \"client_account\": \"Compte\",\n \"client_security-admin-console\": \"Consola d'Administració de Seguretat\",\n \"client_realm-management\": \"Gestió de domini\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Camps obligatoris\",\n \"allFieldsRequired\": \"Tots els camps obligatoris\",\n \"backToApplication\": \"« Torna a l'aplicació\",\n \"backTo\": \"Torna a {0}\",\n \"date\": \"Data\",\n \"event\": \"Event\",\n \"ip\": \"IP\",\n \"client\": \"Client\",\n \"clients\": \"Clients\",\n \"details\": \"Detalls\",\n \"started\": \"Iniciat\",\n \"lastAccess\": \"Últim accés\",\n \"expires\": \"Expira\",\n \"applications\": \"Aplicacions\",\n \"account\": \"Compte\",\n \"federatedIdentity\": \"Identitat federada\",\n \"authenticator\": \"Autenticador\",\n \"sessions\": \"Sessions\",\n \"log\": \"Registre\",\n \"application\": \"Aplicació\",\n \"availablePermissions\": \"Permisos disponibles\",\n \"grantedPermissions\": \"Permisos concedits\",\n \"grantedPersonalInfo\": \"Informació personal concedida\",\n \"additionalGrants\": \"Permisos addicionals\",\n \"action\": \"Acció\",\n \"inResource\": \"a\",\n \"fullAccess\": \"Accés total\",\n \"offlineToken\": \"Codi d'autorització offline\",\n \"revoke\": \"Revocar permís\",\n \"configureAuthenticators\": \"Autenticadors configurats\",\n \"mobile\": \"Mòbil\",\n \"totpStep1\": \"Instal·la FreeOTP o Google Authenticator al teu telèfon mòbil. Les dues aplicacions estan disponibles a Google Play i en l'App Store d'Apple.\",\n \"totpStep2\": \"Obre l'aplicació i escaneja el codi o introdueix la clau.\",\n \"totpStep3\": \"Introdueix el codi únic que et mostra l'aplicació d'autenticació i fes clic a Envia per finalitzar la configuració\",\n \"missingUsernameMessage\": \"Si us plau indica el teu usuari.\",\n \"missingFirstNameMessage\": \"Si us plau indica el nom.\",\n \"invalidEmailMessage\": \"Email no vàlid\",\n \"missingLastNameMessage\": \"Si us plau indica els teus cognoms.\",\n \"missingEmailMessage\": \"Si us plau indica l'email.\",\n \"missingPasswordMessage\": \"Si us plau indica la contrasenya.\",\n \"notMatchPasswordMessage\": \"Les contrasenyes no coincideixen.\",\n \"missingTotpMessage\": \"Si us plau indica el teu codi d'autenticació\",\n \"invalidPasswordExistingMessage\": \"La contrasenya actual no és correcta.\",\n \"invalidPasswordConfirmMessage\": \"La confirmació de contrasenya no coincideix.\",\n \"invalidTotpMessage\": \"El código de autenticación no es válido.\",\n \"usernameExistsMessage\": \"L'usuari ja existeix\",\n \"emailExistsMessage\": \"L'email ja existeix\",\n \"readOnlyUserMessage\": \"No pots actualitzar el teu usuari perquè el teu compte és de només lectura.\",\n \"readOnlyPasswordMessage\": \"No pots actualitzar la contrasenya perquè el teu compte és de només lectura.\",\n \"successTotpMessage\": \"Aplicació d'autenticació mòbil configurada.\",\n \"successTotpRemovedMessage\": \"Aplicació d'autenticació mòbil eliminada.\",\n \"successGrantRevokedMessage\": \"Permís revocat correctament\",\n \"accountUpdatedMessage\": \"El teu compte s'ha actualitzat.\",\n \"accountPasswordUpdatedMessage\": \"La contrasenya s'ha actualitzat.\",\n \"missingIdentityProviderMessage\": \"Proveïdor d'identitat no indicat.\",\n \"invalidFederatedIdentityActionMessage\": \"Acció no vàlida o no indicada.\",\n \"identityProviderNotFoundMessage\": \"No s'ha trobat un proveïdor d'identitat.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Aquesta identitat ja no està activa\",\n \"federatedIdentityRemovingLastProviderMessage\": \"No pots eliminar l'última identitat federada perquè no tens fixada una contrasenya.\",\n \"identityProviderRedirectErrorMessage\": \"Error en la redirecció al proveïdor d'identitat\",\n \"identityProviderRemovedMessage\": \"Proveïdor d'identitat esborrat correctament.\",\n \"accountDisabledMessage\": \"El compte està desactivada, contacteu amb l'administrador.\",\n \"accountTemporarilyDisabledMessage\": \"El compte està temporalment desactivat, contacta amb l'administrador o intenta-ho de nou més tard.\",\n \"invalidPasswordMinLengthMessage\": \"Contrasenya incorrecta: longitud mínima {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Contrasenya incorrecta: ha de contenir almenys {0} lletres minúscules.\",\n \"invalidPasswordMinDigitsMessage\": \"Contraseña incorrecta: debe contener al menos {0} caracteres numéricos.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Contrasenya incorrecta: ha de contenir almenys {0} lletres majúscules.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Contrasenya incorrecta: ha de contenir almenys {0} caràcters especials.\",\n \"invalidPasswordNotUsernameMessage\": \"Contrasenya incorrecta: no pot ser igual al nom d'usuari.\",\n \"invalidPasswordRegexPatternMessage\": \"Contrasenya incorrecta: no compleix l'expressió regular.\",\n \"invalidPasswordHistoryMessage\": \"Contrasenya incorrecta: no pot ser igual a cap de les últimes {0} contrasenyes.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5338.cc87778d.chunk.js b/resources/keycloak/keycloakify/static/js/5338.cc87778d.chunk.js new file mode 100644 index 00000000..8a160f46 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5338.cc87778d.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5338],{1317:function(e,s,a){a.r(s);s.default={doLogIn:"Bel\xe9p\xe9s",doRegister:"Regisztr\xe1ci\xf3",doCancel:"M\xe9gsem",doSubmit:"Elk\xfcld",doBack:"Vissza",doYes:"Igen",doNo:"Nem",doContinue:"Folytat",doIgnore:"Mell\u0151z",doAccept:"Elfogad",doDecline:"Elutas\xedt",doForgotPassword:"Elfelejtette a jelszav\xe1t?",doClickHere:"Kattintson ide",doImpersonate:"Megszem\xe9lyes\xedt\xe9s",doTryAgain:"Pr\xf3b\xe1lja \xfajra",doTryAnotherWay:"P\xf3rb\xe1lja m\xe1shogyan",kerberosNotConfigured:"Nincs be\xe1ll\xedtva Kerberos",kerberosNotConfiguredTitle:"Nincs be\xe1ll\xedtva Kerberos",bypassKerberosDetail:"Vagy nem Kerberosszal l\xe9pett be, vagy a b\xf6ng\xe9sz\u0151je nem kezeli a Kerberos alap\xfa bel\xe9p\xe9st. K\xe9rem kattintson a Folytat gombra, egy m\xe1sik bel\xe9p\xe9si m\xf3dhoz.",kerberosNotSetUp:"Nincs be\xe1ll\xedtva Kerberos, nem lehet bel\xe9pni.",registerTitle:"Regisztr\xe1ci\xf3",loginAccountTitle:"Jelentkezzen be a fi\xf3kj\xe1ba",loginTitle:"Bel\xe9p\xe9s ide: {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} megszem\xe9lyes\xedtett felhaszn\xe1l\xf3",impersonateTitleHtml:"{0} megszem\xe9lyes\xedtett felhaszn\xe1l\xf3",realmChoice:"Tartom\xe1ny",unknownUser:"Ismeretlen felhaszn\xe1l\xf3",loginTotpTitle:"Mobil hiteles\xedt\u0151 eszk\xf6z be\xe1ll\xedt\xe1sa",loginProfileTitle:"Felhaszn\xe1l\xf3i fi\xf3k adatok m\xf3dos\xedt\xe1sa",loginTimeout:"Bel\xe9p\xe9si k\xeds\xe9rlete id\u0151t\xfall\xe9p\xe9s miatt meghi\xfasult, a bel\xe9p\xe9si elj\xe1r\xe1s \xfajraindul.",oauthGrantTitle:"Hozz\xe1f\xe9r\xe9s enged\xe9lyez\xe9se {0}-nak/nek",oauthGrantTitleHtml:"{0}",errorTitle:"Nagyon sajn\xe1ljuk...",errorTitleHtml:"Nagyon sajn\xe1ljuk ...",emailVerifyTitle:"Email ellen\u0151rz\xe9s",emailForgotTitle:"Elfelejtette a jelszav\xe1t?",updatePasswordTitle:"Jelsz\xf3 m\xf3dos\xedt\xe1sa",codeSuccessTitle:"Sikeres k\xe9r\xe9s k\xf3dja",codeErrorTitle:"Hibak\xf3d: {0}",displayUnsupported:"A k\xe9rt megjelen\xedt\xe9si m\xf3d nem t\xe1mogatott",browserRequired:"A bel\xe9p\xe9shez b\xf6ng\xe9sz\u0151 sz\xfcks\xe9ges",browserContinue:"A bel\xe9p\xe9s befejez\xe9s\xe9hez b\xf6ng\xe9sz\u0151 sz\xfcks\xe9ges",browserContinuePrompt:"Megnyitja a b\xf6ng\xe9sz\u0151t \xe9s folytatja a bel\xe9p\xe9st? [i/n]:",browserContinueAnswer:"i",termsTitle:"Felhaszn\xe1l\xe1si felt\xe9telek",termsText:"

Felhaszn\xe1l\xe1si felt\xe9telek helye

",termsPlainText:"Felhaszn\xe1l\xe1si felt\xe9telek helye",recaptchaFailed:"\xc9rv\xe9nytelen Recaptcha",recaptchaNotConfigured:"Recaptcha sz\xfcks\xe9ges, de nincsen be\xe1ll\xedtva",consentDenied:"J\xf3v\xe1hagy\xf3 nyilatkozat elutas\xedtva.",noAccount:"\xdaj felhaszn\xe1l\xf3?",username:"Felhaszn\xe1l\xf3 n\xe9v",usernameOrEmail:"Felhaszn\xe1l\xf3 n\xe9v vagy email",firstName:"Keresztn\xe9v",givenName:"Keresztn\xe9v",fullName:"Teljes n\xe9v",lastName:"Vezet\xe9kn\xe9v",familyName:"Vezet\xe9kn\xe9v",password:"Jelsz\xf3",email:"Email c\xedm",passwordConfirm:"Jelsz\xf3 meger\u0151s\xedt\xe9se",passwordNew:"\xdaj jelsz\xf3",passwordNewConfirm:"\xdaj jelsz\xf3 meger\u0151s\xedt\xe9se",rememberMe:"Automatikus bejelentkez\xe9s",authenticatorCode:"Egyszer haszn\xe1latos hiteles\xedt\u0151 k\xf3d",address:"C\xedm",street:"K\xf6zter\xfclet",locality:"Telep\xfcl\xe9s",region:"\xc1llam, Tartom\xe1ny, Megye, R\xe9gi\xf3",postal_code:"Ir\xe1ny\xedt\xf3sz\xe1m",country:"Orsz\xe1g",emailVerified:"Ellen\u0151rz\xf6tt email c\xedm",gssDelegationCredential:"GSS Delegation Credential",profileScopeConsentText:"Felhaszn\xe1l\xf3i fi\xf3k",emailScopeConsentText:"Email c\xedm",addressScopeConsentText:"C\xedm",phoneScopeConsentText:"Telefonsz\xe1m",offlineAccessScopeConsentText:"Offline hozz\xe1f\xe9r\xe9s",samlRoleListScopeConsentText:"Szerepk\xf6reim",rolesScopeConsentText:"Felhaszn\xe1l\xf3i szerepk\xf6r\xf6k",restartLoginTooltip:"Bel\xe9p\xe9s \xfajrakezd\xe9se",loginTotpIntro:"A felhaszn\xe1l\xf3i fi\xf3k hozz\xe1f\xe9r\xe9shez be kell \xe1ll\xedtania egy egyszer haszn\xe1latos jelsz\xf3t (OTP) gener\xe1l\xf3 alkalmaz\xe1st.",loginTotpStep1:"K\xe9rem telep\xedtse az itt felsorolt alkalmaz\xe1sok egyik\xe9t a mobil eszk\xf6z\xe9re:",loginTotpStep2:"Ind\xedtsa el az alkalmaz\xe1st a mobil eszk\xf6z\xe9n \xe9s olvassa be ezt a (QR) k\xf3dot:",loginTotpStep3:"Adja meg az alkalmaz\xe1s \xe1ltal gener\xe1lt egyszer haszn\xe1latos k\xf3dot majd kattintson az Elk\xfcld gombra a be\xe1ll\xedt\xe1s befejez\xe9s\xe9hez.",loginTotpStep3DeviceName:"Adja meg a mobil eszk\xf6z nev\xe9t. Ez a k\xe9s\u0151bbiekben seg\xedthet az eszk\xf6z azonos\xedt\xe1s\xe1ban.",loginTotpManualStep2:"Ind\xedtsa el az alkalmaz\xe1st \xe9s adja meg a k\xf6vetkez\u0151 kulcsot:",loginTotpManualStep3:"Haszn\xe1lja a k\xf6vetkez\u0151 be\xe1ll\xedt\xe1sokat, ha az alkalmaz\xe1sa t\xe1mogatja ezeket:",loginTotpUnableToScan:"Nem tud (QR) k\xf3dot beolvasni?",loginTotpScanBarcode:"Ink\xe1bb (QR) k\xf3dot olvasna be?",loginCredential:"Jelsz\xf3",loginOtpOneTime:"Egyszer haszn\xe1latos k\xf3d",loginTotpType:"T\xedpus",loginTotpAlgorithm:"Algoritmus",loginTotpDigits:"Sz\xe1mjegyek",loginTotpInterval:"Intervallum",loginTotpCounter:"Sz\xe1ml\xe1l\xf3",loginTotpDeviceName:"Eszk\xf6z neve","loginTotp.totp":"Id\u0151 alap\xfa","loginTotp.hotp":"Sz\xe1ml\xe1l\xf3 alap\xfa",loginChooseAuthenticator:"V\xe1lasszon egy bel\xe9p\xe9si m\xf3dszert",oauthGrantRequest:"Enged\xe9lyezi a k\xf6vetkez\u0151 hozz\xe1f\xe9r\xe9s jogosults\xe1gokat?",inResource:"Itt:",emailVerifyInstruction1:"A megadott email c\xedmre elk\xfcldt\xfck az email c\xedm meger\u0151s\xedt\xe9s\xe9hez sz\xfcks\xe9ges l\xe9p\xe9seket tartalmaz\xf3 \xfczenetet.",emailVerifyInstruction2:"Nem kapott meger\u0151s\xedt\u0151 k\xf3dot tartalmaz\xf3 email \xfczenetet?",emailVerifyInstruction3:"az ellen\u0151rz\u0151 k\xf3d ism\xe9telt kik\xfcld\xe9s\xe9hez.",emailLinkIdpTitle:"{0} \xf6sszek\xf6t\xe9s",emailLinkIdp1:"A(z) {1} {0} fi\xf3k \xe9s a(z) {2} fi\xf3kj\xe1nak \xf6sszek\xf6t\xe9s\xe9hez sz\xfcks\xe9ges tudnival\xf3kat email \xfczenetben elk\xfcldt\xfck \xd6nnek.",emailLinkIdp2:"Nem kapott meger\u0151s\xedt\u0151 k\xf3dot tartalmaz\xf3 email \xfczenetet?",emailLinkIdp3:"az ellen\u0151rz\u0151 k\xf3d ism\xe9telt kik\xfcld\xe9s\xe9hez.",emailLinkIdp4:"Ha egy m\xe1sik b\xf6ng\xe9sz\u0151ben m\xe1r j\xf3v\xe1hagyta az email c\xedm\xe9t",emailLinkIdp5:"a folytat\xe1shoz.",backToLogin:"« Vissza a bel\xe9p\xe9shez",emailInstruction:"Adja meg a felhaszn\xe1l\xf3 nev\xe9t vagy email c\xedm\xe9t, hogy az \xfaj jelsz\xf3 be\xe1ll\xedt\xe1s\xe1hoz sz\xfcks\xe9ges tudnival\xf3kat elk\xfcldhess\xfck \xd6nnek.",copyCodeInstruction:"K\xe9rem m\xe1solja ki ezt a k\xf3dot \xe9s illessze be az alkalmaz\xe1s\xe1ba:",pageExpiredTitle:"A lap \xe9rv\xe9nyess\xe9ge lej\xe1rt",pageExpiredMsg1:"Ahhoz, hogy \xfajrakezdje a bel\xe9p\xe9si elj\xe1r\xe1st",pageExpiredMsg2:"Ahhoz, hogy folytassa a bel\xe9p\xe9si elj\xe1r\xe1st",personalInfo:"Szem\xe9lyes adatok:",role_admin:"Adminisztr\xe1tor","role_realm-admin":"Tartom\xe1ny Adminisztr\xe1tor","role_create-realm":"Tartom\xe1ny l\xe9trehoz\xe1sa","role_create-client":"Kliens l\xe9trehoz\xe1sa","role_view-realm":"Tartom\xe1nyok megtekint\xe9se","role_view-users":"Felhaszn\xe1l\xf3k megtekint\xe9se","role_view-applications":"Alkalmaz\xe1sok megtekint\xe9se","role_view-clients":"Kliensek megtekint\xe9se","role_view-events":"Esem\xe9nyek megtekint\xe9se","role_view-identity-providers":"Szem\xe9lyazonoss\xe1g-kezel\u0151k megtekint\xe9se","role_view-consent":"J\xf3v\xe1hagy\xf3 nyilatkozatok megtekint\xe9se","role_manage-realm":"Tartom\xe1nyok kezel\xe9se","role_manage-users":"Felhaszn\xe1l\xf3k kezel\xe9se","role_manage-applications":"Alkalmaz\xe1sok kezel\xe9se","role_manage-identity-providers":"Szem\xe9lyazonoss\xe1g-kezel\u0151k karbantart\xe1sa","role_manage-clients":"Kliensek kezel\xe9se","role_manage-events":"Esem\xe9nyek kezel\xe9se","role_view-profile":"Fi\xf3k megtekint\xe9se","role_manage-account":"Fi\xf3k kezel\xe9se","role_manage-account-links":"Fi\xf3k \xf6sszek\xf6t\xe9sek kezel\xe9se","role_manage-consent":"J\xf3v\xe1hagy\xf3 nyilatkozatok kezel\xe9se","role_read-token":"Olvas\xe1si token","role_offline-access":"Offline hozz\xe1f\xe9r\xe9s",role_uma_authorization:"Hozz\xe1f\xe9r\xe9s jogosults\xe1gokhoz (UMA)",client_account:"Fi\xf3k","client_account-console":"Fi\xf3k kezel\xe9s","client_security-admin-console":"Biztons\xe1gi, adminisztr\xe1tor fi\xf3k kezel\xe9s","client_admin-cli":"Admin CLI","client_realm-management":"Tartom\xe1ny kezel\xe9s",client_broker:"\xdcgyn\xf6k",requiredFields:"K\xf6telez\u0151en kit\xf6ltend\u0151 mez\u0151k",invalidUserMessage:"\xc9rv\xe9nytelen felhaszn\xe1l\xf3 n\xe9v vagy jelsz\xf3.",invalidUsernameMessage:"\xc9rv\xe9nytelen felhaszn\xe1l\xf3 n\xe9v.",invalidUsernameOrEmailMessage:"\xc9rv\xe9nytelen felhaszn\xe1l\xf3 n\xe9v vagy email c\xedm.",invalidPasswordMessage:"\xc9rv\xe9nytelen jelsz\xf3.",invalidEmailMessage:"\xc9rv\xe9nytelen email c\xedm.",accountDisabledMessage:"Felhaszn\xe1l\xf3i fi\xf3kja inakt\xedv, k\xe9rem vegye fel a kapcsolatot az alkalmaz\xe1s adminisztr\xe1torral.",accountTemporarilyDisabledMessage:"Felhaszn\xe1l\xf3i fi\xf3kja \xe1tmenetileg inakt\xedv, k\xe9rem vegye fel a kapcsolatot az alkalmaz\xe1s adminisztr\xe1torral, vagy pr\xf3b\xe1lkozzon k\xe9s\u0151bb.",expiredCodeMessage:"Bel\xe9p\xe9si id\u0151t\xfall\xe9p\xe9s, k\xe9rem l\xe9pjen be \xfajra.",expiredActionMessage:"A m\u0171velet \xe9rv\xe9nyess\xe9gi ideje lej\xe1rt. K\xe9rem l\xe9pjen be \xfajra.",expiredActionTokenNoSessionMessage:"A m\u0171velet \xe9rv\xe9nyess\xe9gi ideje lej\xe1rt.",expiredActionTokenSessionExistsMessage:"A m\u0171velet \xe9rv\xe9nyess\xe9gi ideje lej\xe1rt. K\xe9rem ism\xe9telje meg a m\u0171veletet.",missingUsernameMessage:"K\xe9rem adja meg a felhaszn\xe1l\xf3 nev\xe9t.",missingFirstNameMessage:"K\xe9rem adja meg a keresztnevet.",missingLastNameMessage:"K\xe9rem adja meg a vezet\xe9knevet.",missingEmailMessage:"K\xe9rem adja meg az email c\xedmet.",missingPasswordMessage:"K\xe9rem adja meg a jelsz\xf3t.",missingTotpMessage:"K\xe9rem adja meg a hiteles\xedt\u0151 k\xf3dot.",missingTotpDeviceNameMessage:"K\xe9rem adja meg az eszk\xf6z nev\xe9t.",notMatchPasswordMessage:"A jelszavak nem egyeznek meg.",invalidPasswordExistingMessage:"\xc9rv\xe9nytelen jelenlegi jelsz\xf3.",invalidPasswordBlacklistedMessage:"\xc9rv\xe9nytelen jelsz\xf3: a jelsz\xf3 tilt\xf3 list\xe1n szerepel.",invalidPasswordConfirmMessage:"A jelszavak nem egyeznek meg.",invalidTotpMessage:"\xc9rv\xe9nytelen hiteles\xedt\u0151 k\xf3d.",usernameExistsMessage:"Ez a felhaszn\xe1l\xf3 n\xe9v m\xe1r foglalt.",emailExistsMessage:"Ez az email c\xedm m\xe1r foglalt.",federatedIdentityExistsMessage:"A megadott {0} {1} felhaszn\xe1l\xf3 m\xe1r l\xe9tezik. K\xe9rem l\xe9pjen be a Keycloak Fi\xf3k Kezel\u0151be, hogy \xf6sszek\xf6thesse a fi\xf3kokat.",confirmLinkIdpTitle:"A felhaszn\xe1l\xf3i fi\xf3k m\xe1r l\xe9tezik",federatedIdentityConfirmLinkMessage:"A megadott {0} {1} felhaszn\xe1l\xf3 m\xe1r l\xe9tezik. Hogyan tov\xe1bb?",federatedIdentityConfirmReauthenticateMessage:"Azonos\xedtsa mag\xe1t, hogy \xf6sszek\xf6thesse a felhaszn\xe1l\xf3i fi\xf3kj\xe1t a(z) {0}-val/vel.",nestedFirstBrokerFlowMessage:"A {0} {1} felhaszn\xe1l\xf3 nincs \xf6sszek\xf6tve egyetlen ismert felhaszn\xe1l\xf3val sem.",confirmLinkIdpReviewProfile:"Fi\xf3k \xe1ttekint\xe9se",confirmLinkIdpContinue:"Hozz\xe1ad\xe1s megl\xe9v\u0151 fi\xf3khoz",configureTotpMessage:"Fi\xf3kja aktiv\xe1l\xe1s\xe1hoz el\u0151bb be kell \xe1ll\xedtania egy mobil hiteles\xedt\u0151 eszk\xf6zt.",updateProfileMessage:"Fi\xf3kja aktiv\xe1l\xe1s\xe1hoz el\u0151bb m\xf3dos\xedtania kell a felhaszn\xe1l\xf3i adatait.",updatePasswordMessage:"Fi\xf3kja aktiv\xe1l\xe1s\xe1hoz el\u0151bb le kell cser\xe9lnie a jelszav\xe1t.",resetPasswordMessage:"Cser\xe9lje le jelszav\xe1t!",verifyEmailMessage:"Fi\xf3kja aktiv\xe1l\xe1s\xe1hoz el\u0151bb er\u0151s\xedtse meg email c\xedm\xe9t.",linkIdpMessage:"Fi\xf3kja \xf6sszek\xf6t\xe9s\xe9hez el\u0151bb er\u0151s\xedtse meg email c\xedm\xe9t a(z) {0}-val/vel.",emailSentMessage:"Hamarosan email \xfczenetet k\xfcld\xfcnk a tov\xe1bbi tudnival\xf3kr\xf3l.",emailSendErrorMessage:"Az email \xfczenetet nem tudtuk elk\xfcldeni, k\xe9rem pr\xf3b\xe1lja meg k\xe9s\u0151bb.",accountUpdatedMessage:"A felhaszn\xe1l\xf3i fi\xf3k adatai megv\xe1ltoztak.",accountPasswordUpdatedMessage:"A jelszava megv\xe1ltozott.",delegationCompleteHeader:"Sikeres bel\xe9p\xe9s",delegationCompleteMessage:"Becsukhatja a b\xf6ng\xe9sz\u0151 ablakot \xe9s visszat\xe9rhet a konzolos alkalmaz\xe1s\xe1hoz.",delegationFailedHeader:"Sikertelen bel\xe9p\xe9s",delegationFailedMessage:"Becsukhatja a b\xf6ng\xe9sz\u0151 ablakot \xe9s visszat\xe9rhet a konzolos alkalmaz\xe1s\xe1hoz, ahol \xfajb\xf3l megpr\xf3b\xe1lhat a bel\xe9pni.",noAccessMessage:"Nincs hozz\xe1f\xe9r\xe9s",invalidPasswordMinLengthMessage:"\xc9rv\xe9nytelen jelsz\xf3: minimum hossz {0}.",invalidPasswordMinLowerCaseCharsMessage:"\xc9rv\xe9nytelen jelsz\xf3: legal\xe1bb {0} darab kisbet\u0171t kell tartalmaznia.",invalidPasswordMinDigitsMessage:"\xc9rv\xe9nytelen jelsz\xf3: legal\xe1bb {0} darab sz\xe1mjegyet kell tartalmaznia.",invalidPasswordMinUpperCaseCharsMessage:"\xc9rv\xe9nytelen jelsz\xf3: legal\xe1bb {0} darab nagybet\u0171t kell tartalmaznia.",invalidPasswordMinSpecialCharsMessage:"\xc9rv\xe9nytelen jelsz\xf3: legal\xe1bb {0} darab speci\xe1lis karaktert (pl. #!$@ stb.) kell tartalmaznia.",invalidPasswordNotUsernameMessage:"\xc9rv\xe9nytelen jelsz\xf3: nem lehet azonos a felhaszn\xe1l\xf3 n\xe9vvel.",invalidPasswordRegexPatternMessage:"\xc9rv\xe9nytelen jelsz\xf3: a jelsz\xf3 nem illeszkedik a megadott regul\xe1ris kifejez\xe9s mint\xe1ra.",invalidPasswordHistoryMessage:"\xc9rv\xe9nytelen jelsz\xf3: nem lehet azonos az utols\xf3 {0} darab, kor\xe1bban alkalmazott jelsz\xf3val.",invalidPasswordGenericMessage:"\xc9rv\xe9nytelen jelsz\xf3: az \xfaj jelsz\xf3 nem felel meg a jelsz\xf3 h\xe1zirendnek.",failedToProcessResponseMessage:"A v\xe1lasz \xfczenet feldolgoz\xe1sa nem siker\xfclt.",httpsRequiredMessage:"HTTPS protokoll haszn\xe1lata k\xf6telez\u0151.",realmNotEnabledMessage:"A tartom\xe1ny inakt\xedv.",invalidRequestMessage:"\xc9rv\xe9nytelen k\xe9r\xe9s.",failedLogout:"A kil\xe9p\xe9s sikertelen.",unknownLoginRequesterMessage:"A bel\xe9p\xe9st k\xe9relmez\u0151 ismeretlen.",loginRequesterNotEnabledMessage:"A bel\xe9p\xe9st k\xe9relmez\u0151 inakt\xedv.",bearerOnlyMessage:"Bearer-only alkalmaz\xe1sok nem kezdem\xe9nyezhetnek b\xf6ng\xe9sz\u0151 alap\xfa bel\xe9ptet\xe9st.",standardFlowDisabledMessage:"Ez a kliens nem kezdem\xe9nyezhet b\xf6ng\xe9sz\u0151 alap\xfa bel\xe9ptet\xe9st a megadott v\xe1lasz t\xedpussal. A standard bel\xe9p\xe9si elj\xe1r\xe1s (flow) tiltott a kliensen.",implicitFlowDisabledMessage:"Ez a kliens nem kezdem\xe9nyezhet b\xf6ng\xe9sz\u0151 alap\xfa bel\xe9ptet\xe9st a megadott v\xe1lasz t\xedpussal. Az implicit bel\xe9p\xe9si elj\xe1r\xe1s (flow) tiltott a kliensen.",invalidRedirectUriMessage:"\xc9rv\xe9nytelen \xe1tir\xe1ny\xedt\xe1si c\xedm (URI)",unsupportedNameIdFormatMessage:"Nem t\xe1mogatott NameIDFormat",invalidRequesterMessage:"\xc9rv\xe9nytelen k\xe9relmez\u0151",registrationNotAllowedMessage:"A felhaszn\xe1l\xf3 regisztr\xe1ci\xf3 tiltott.",resetCredentialNotAllowedMessage:"A jelsz\xf3 vissza\xe1ll\xedt\xe1s tiltott.",permissionNotApprovedMessage:"A jogosults\xe1g nincsen j\xf3v\xe1hagyva.",noRelayStateInResponseMessage:'Nincsen "relay state" a szem\xe9lyazonoss\xe1g-kezel\u0151 v\xe1lasz\xfczenet\xe9ben.',insufficientPermissionMessage:"Nincs el\xe9g jogosults\xe1g a fi\xf3kok \xf6sszek\xf6t\xe9s\xe9hez.",couldNotProceedWithAuthenticationRequestMessage:"A szem\xe9lyazonoss\xe1g-kezel\u0151 fel\xe9 ind\xedtott hiteles\xedt\xe9si k\xe9r\xe9s sikertelen.",couldNotObtainTokenMessage:"Nem siker\xfclt tokent ig\xe9nyelni a szem\xe9lyazonoss\xe1g-kezel\u0151t\u0151l.",unexpectedErrorRetrievingTokenMessage:"V\xe1ratlan hiba t\xf6rt\xe9nt a szem\xe9lyazonoss\xe1g-kezel\u0151 token ig\xe9nyl\xe9se k\xf6zben.",unexpectedErrorHandlingResponseMessage:"V\xe1ratlan hiba t\xf6rt\xe9nt a szem\xe9lyazonoss\xe1g-kezel\u0151 v\xe1lasz\xfczenet\xe9nek feldolgoz\xe1sa k\xf6zben.",identityProviderAuthenticationFailedMessage:"Nem siker\xfclt a szem\xe9lyazonoss\xe1g-kezel\u0151n kereszt\xfcl int\xe9zett hiteles\xedt\xe9s.",couldNotSendAuthenticationRequestMessage:"Nem siker\xfclt a szem\xe9lyazonoss\xe1g-kezel\u0151h\xf6z int\xe9zett hiteles\xedt\xe9s k\xe9r\xe9s elk\xfcld\xe9se.",unexpectedErrorHandlingRequestMessage:"V\xe1ratlan hiba t\xf6rt\xe9nt a szem\xe9lyazonoss\xe1g-kezel\u0151 hiteles\xedt\xe9s k\xe9r\xe9s feldolgoz\xe1sa k\xf6zben.",invalidAccessCodeMessage:"\xc9rv\xe9nytelen hozz\xe1f\xe9r\xe9si k\xf3d.",sessionNotActiveMessage:"A munkamenet inakt\xedv.",invalidCodeMessage:"Hiba t\xf6rt\xe9nt, k\xe9rem l\xe9pjen be \xfajra az alkalmaz\xe1s\xe1n kereszt\xfcl.",identityProviderUnexpectedErrorMessage:"V\xe1ratlan hiba t\xf6rt\xe9nt a szem\xe9lyazonoss\xe1g-kezel\u0151n kereszt\xfcl int\xe9zett hiteles\xedt\xe9s sor\xe1n.",identityProviderNotFoundMessage:"A megadott azonos\xedt\xf3val szem\xe9lyazonoss\xe1g-kezel\u0151 nem tal\xe1lhat\xf3.",identityProviderLinkSuccess:"Sikeresen meger\u0151s\xedtette email c\xedm\xe9t. K\xe9rem t\xe9rjen vissza az eredeti b\xf6ng\xe9sz\u0151j\xe9be, \xe9s onnan folytassa a bel\xe9p\xe9si elj\xe1r\xe1st.",staleCodeMessage:"Ez a lap m\xe1r nem \xe9rv\xe9nyes, k\xe9rem t\xe9rjen vissza az alkalmaz\xe1s\xe1ba \xe9s l\xe9pjen be ism\xe9t.",realmSupportsNoCredentialsMessage:"Ez a tartom\xe1ny nem t\xe1mogat jelsz\xf3 alap\xfa azonos\xedt\xe1st.",credentialSetupRequired:"Bel\xe9p\xe9s sikertelen, jelsz\xf3 be\xe1ll\xedt\xe1s sz\xfcks\xe9ges.",identityProviderNotUniqueMessage:"Ez a tartom\xe1ny t\xf6bb szem\xe9lyazonoss\xe1g-kezel\u0151t t\xe1mogat. Nem siker\xfclt meghat\xe1rozni, hogy melyik szem\xe9lyazonoss\xe1g-kezel\u0151t kellene a hiteles\xedt\xe9shez alkalmazni.",emailVerifiedMessage:"Az email c\xedm\xe9t meger\u0151s\xedtett\xfck.",staleEmailVerificationLink:"Az a hivatkoz\xe1s, amelyikre r\xe1kattintott el\xe9v\xfclt \xe9s \xe9rv\xe9ny\xe9t vesztette. Tal\xe1n m\xe1r kor\xe1bban meger\u0151s\xedtette az email c\xedm\xe9t?",identityProviderAlreadyLinkedMessage:"A(z) {0}-t\xf3l/t\u0151l visszakapott \xf6sszekapcsolt szem\xe9lyazonoss\xe1g m\xe1r \xf6ssze van k\xf6tve egy m\xe1sik felhaszn\xe1l\xf3i fi\xf3kkal.",confirmAccountLinking:"Er\u0151s\xedtse meg a(z) {0} szem\xe9lyazonoss\xe1g-kezel\u0151 {1} fi\xf3kj\xe1nak \xf6sszek\xf6t\xe9s\xe9t a felhaszn\xe1l\xf3i fi\xf3kj\xe1val.",confirmEmailAddressVerification:"Er\u0151s\xedtse meg a(z) {0} email c\xedm \xe9rv\xe9nyess\xe9g\xe9t.",confirmExecutionOfActions:"Hajtsa v\xe9gre a k\xf6vetkez\u0151 m\u0171velet(ek)et",backToApplication:"« Vissza az alkalmaz\xe1sba",missingParameterMessage:"Hi\xe1nyz\xf3 param\xe9terek: {0}",clientNotFoundMessage:"A kliens nem tal\xe1lhat\xf3.",clientDisabledMessage:"A kliens inakt\xedv.",invalidParameterMessage:"\xc9rv\xe9nytelen param\xe9ter: {0}",alreadyLoggedIn:"M\xe1r kor\xe1bban bel\xe9pett.",differentUserAuthenticated:"Ebben a munkamenetben m\xe1r kor\xe1bban bel\xe9pett '{0}' felhaszn\xe1l\xf3 n\xe9vvel. K\xe9rem el\u0151bb l\xe9pjen ki a munkamenetb\u0151l.",brokerLinkingSessionExpired:"\xdcgyn\xf6k fi\xf3k \xf6sszek\xf6t\xe9st kezdem\xe9nyezett, de az aktu\xe1lis munkamenete m\xe1r \xe9rv\xe9nytelen.",proceedWithAction:"» Kattintson ide a folytat\xe1shoz","requiredAction.CONFIGURE_TOTP":"Egyszer haszn\xe1latos jelsz\xf3 (OTP) be\xe1ll\xedt\xe1sa","requiredAction.terms_and_conditions":"Felhaszn\xe1l\xe1si felt\xe9telek","requiredAction.UPDATE_PASSWORD":"Jelsz\xf3 csere","requiredAction.UPDATE_PROFILE":"Fi\xf3k adatok m\xf3dos\xedt\xe1sa","requiredAction.VERIFY_EMAIL":"Email c\xedm meger\u0151s\xedt\xe9se",doX509Login:"Bel\xe9ptet\xe9s mint:",clientCertificate:"X509 kliens tan\xfas\xedtv\xe1ny:",noCertificate:"[Nincs tan\xfas\xedtv\xe1ny]",pageNotFound:"A k\xe9rt lap nem tal\xe1lhat\xf3",internalServerError:"Bels\u0151 hiba t\xf6rt\xe9nt","console-username":"Felhaszn\xe1l\xf3 n\xe9v:","console-password":"Jelsz\xf3:","console-otp":"Egyszer haszn\xe1latos jelsz\xf3 (OTP):","console-new-password":"\xdaj jelsz\xf3:","console-confirm-password":"Jelsz\xf3 meger\u0151s\xedt\xe9s:","console-update-password":"Cser\xe9lje le jelszav\xe1t.","console-verify-email":"Meg kell er\u0151s\xedtenie az email c\xedm\xe9t. Email \xfczenetet k\xfcldt\xfcnk a(z) {0} email c\xedmre amely egy ellen\u0151rz\u0151, meger\u0151s\xedt\u0151, k\xf3dot tartalmaz. K\xe9rem \xedrja be a kapott k\xf3dot a lenti beviteli mez\u0151be.","console-email-code":"Email \xfczenetben kapott ellen\u0151rz\u0151 k\xf3d:","console-accept-terms":"Elfogadja a felhaszn\xe1l\xe1si felt\xe9teleket? [i/n]:","console-accept":"i","openshift.scope.user_info":"Felhaszn\xe1l\xf3 adatok","openshift.scope.user_check-access":"Felhaszn\xe1l\xf3 hozz\xe1f\xe9r\xe9s adatok","openshift.scope.user_full":"Teljes hozz\xe1f\xe9r\xe9s","openshift.scope.list-projects":"Projektek list\xe1ja","saml.post-form.title":"Hiteles\xedt\xe9s \xe1tir\xe1ny\xedt\xe1s","saml.post-form.message":"\xc1tir\xe1ny\xedt\xe1s folyamatban, k\xe9rem v\xe1rjon.","saml.post-form.js-disabled":"A JavaScript nincs enged\xe9lyezve. A folytat\xe1s el\u0151tt aj\xe1nlott bekapcsolni a JavaScript t\xe1mogat\xe1st. Kattintson a lenti gombra a folytat\xe1shoz. ","otp-display-name":"Hiteles\xedt\u0151 alkalmaz\xe1s","otp-help-text":"Adja meg az ellen\u0151rz\u0151 k\xf3dot a hiteles\xedt\u0151 alkalmaz\xe1sb\xf3l","password-display-name":"Jelsz\xf3","password-help-text":"L\xe9pjen be a jelszava megad\xe1s\xe1val","auth-username-form-display-name":"Felhaszn\xe1l\xf3 n\xe9v","auth-username-form-help-text":"Kezdje meg a bel\xe9p\xe9st a felhaszn\xe1l\xf3 nev\xe9nek megad\xe1s\xe1val","auth-username-password-form-display-name":"Felhaszn\xe1l\xf3 n\xe9v \xe9s jelsz\xf3","auth-username-password-form-help-text":"L\xe9pjen be a felhaszn\xe1l\xf3 neve \xe9s jelszava megad\xe1s\xe1val.","webauthn-display-name":"Biztons\xe1gi kulcs","webauthn-help-text":"Haszn\xe1lja a biztons\xe1gi kulcs\xe1t a bel\xe9p\xe9shez.","webauthn-passwordless-display-name":"Biztons\xe1gi kulcs","webauthn-passwordless-help-text":"Haszn\xe1lja a biztons\xe1gi kulcs\xe1t a jelsz\xf3mentes bel\xe9p\xe9shez.","webauthn-login-title":"Biztons\xe1gi kulcs alap\xfa bel\xe9p\xe9s","webauthn-registration-title":"Biztons\xe1gi kulcs regisztr\xe1ci\xf3","webauthn-available-authenticators":"El\xe9rhet\u0151 hiteles\xedt\u0151 alkalmaz\xe1sok","webauthn-error-title":"Biztons\xe1gi kulcs hiba","webauthn-error-registration":"Nem siker\xfclt regisztr\xe1lni a biztons\xe1gi kulcsot.","webauthn-error-api-get":"Nem siker\xfclt a hiteles\xedt\xe9s a biztons\xe1gi kulccsal.","webauthn-error-different-user":"Az el\u0151sz\xf6r hiteles\xedtett felhaszn\xe1l\xf3 nem az, akit a biztons\xe1gi kulccsal azonos\xedtottunk.","webauthn-error-auth-verification":"A biztons\xe1gi kulcs alap\xfa hiteles\xedt\xe9s eredm\xe9nye \xe9rv\xe9nytelen.","webauthn-error-register-verification":"A biztons\xe1gi kulcs alap\xfa regisztr\xe1ci\xf3 eredm\xe9nye \xe9rv\xe9nytelen.","webauthn-error-user-not-found":"Ismeretlen felhaszn\xe1l\xf3t hiteles\xedtett\xfcnk a biztons\xe1gi kulcs alapj\xe1n.","identity-provider-redirector":"\xd6sszek\xf6t\xe9s m\xe1sik szem\xe9lyazonoss\xe1g-kezel\u0151vel","identity-provider-login-label":"Egy\xe9b bejelentkez\xe9si m\xf3dok",readOnlyUsernameMessage:"A felhaszn\xe1l\xf3 n\xe9v nem m\xf3dos\xedthat\xf3."}}}]); +//# sourceMappingURL=5338.cc87778d.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5338.cc87778d.chunk.js.map b/resources/keycloak/keycloakify/static/js/5338.cc87778d.chunk.js.map new file mode 100644 index 00000000..21e73259 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5338.cc87778d.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/5338.cc87778d.chunk.js","mappings":"uIA4TA,UAxTgB,CACd,QAAW,gBACX,WAAc,qBACd,SAAY,YACZ,SAAY,YACZ,OAAU,SACV,MAAS,OACT,KAAQ,MACR,WAAc,UACd,SAAY,cACZ,SAAY,UACZ,UAAa,cACb,iBAAoB,+BACpB,YAAe,iBACf,cAAiB,4BACjB,WAAc,yBACd,gBAAmB,8BACnB,sBAAyB,iCACzB,2BAA8B,iCAC9B,qBAAwB,+LACxB,iBAAoB,wDACpB,cAAiB,qBACjB,kBAAqB,mCACrB,WAAc,yBACd,eAAkB,MAClB,iBAAoB,gDACpB,qBAAwB,iEACxB,YAAe,eACf,YAAe,+BACf,eAAkB,yDAClB,kBAAqB,wDACrB,aAAgB,6HAChB,gBAAmB,sDACnB,oBAAuB,MACvB,WAAc,yBACd,eAAkB,2CAClB,iBAAoB,2BACpB,iBAAoB,+BACpB,oBAAuB,gCACvB,iBAAoB,+BACpB,eAAkB,kBAClB,mBAAsB,yDACtB,gBAAmB,yDACnB,gBAAmB,0EACnB,sBAAyB,4EACzB,sBAAyB,IACzB,WAAc,oCACd,UAAa,iDACb,eAAkB,0CAClB,gBAAmB,8BACnB,uBAA0B,wDAC1B,cAAiB,gDACjB,UAAa,2BACb,SAAY,2BACZ,gBAAmB,sCACnB,UAAa,gBACb,UAAa,gBACb,SAAY,gBACZ,SAAY,mBACZ,WAAc,mBACd,SAAY,YACZ,MAAS,eACT,gBAAmB,oCACnB,YAAe,kBACf,mBAAsB,0CACtB,WAAc,+BACd,kBAAqB,mDACrB,QAAW,SACX,OAAU,mBACV,SAAY,kBACZ,OAAU,6CACV,YAAe,2BACf,QAAW,YACX,cAAiB,mCACjB,wBAA2B,4BAC3B,wBAA2B,6BAC3B,sBAAyB,eACzB,wBAA2B,SAC3B,sBAAyB,iBACzB,8BAAiC,8BACjC,6BAAgC,kBAChC,sBAAyB,uCACzB,oBAAuB,kCACvB,eAAkB,yJAClB,eAAkB,6FAClB,eAAkB,+FAClB,eAAkB,+JAClB,yBAA4B,mHAC5B,qBAAwB,8EACxB,qBAAwB,qGACxB,sBAAyB,mCACzB,qBAAwB,sCACxB,gBAAmB,YACnB,gBAAmB,gCACnB,cAAiB,WACjB,mBAAsB,aACtB,gBAAmB,gBACnB,kBAAqB,cACrB,iBAAoB,oBACpB,oBAAuB,iBACvB,iBAAkB,oBAClB,iBAAkB,6BAClB,yBAA4B,8CAC5B,kBAAqB,6EACrB,WAAc,OACd,wBAA2B,qJAC3B,wBAA2B,+EAC3B,wBAA2B,mEAC3B,kBAAqB,0BACrB,cAAiB,8JACjB,cAAiB,+EACjB,cAAiB,mEACjB,cAAiB,sFACjB,cAAiB,qBACjB,YAAe,oCACf,iBAAoB,+KACpB,oBAAuB,kFACvB,iBAAoB,wCACpB,gBAAmB,4DACnB,gBAAmB,wDACnB,aAAgB,uBAChB,WAAc,oBACd,mBAAoB,iCACpB,oBAAqB,iCACrB,qBAAsB,2BACtB,kBAAmB,iCACnB,kBAAmB,qCACnB,yBAA0B,kCAC1B,oBAAqB,2BACrB,mBAAoB,+BACpB,+BAAgC,sDAChC,oBAAqB,mDACrB,oBAAqB,6BACrB,oBAAqB,iCACrB,2BAA4B,8BAC5B,iCAAkC,uDAClC,sBAAuB,uBACvB,qBAAsB,2BACtB,oBAAqB,0BACrB,sBAAuB,sBACvB,4BAA6B,4CAC7B,sBAAuB,+CACvB,kBAAmB,oBACnB,sBAAuB,8BACvB,uBAA0B,gDAC1B,eAAkB,UAClB,yBAA0B,qBAC1B,gCAAiC,sDACjC,mBAAoB,YACpB,0BAA2B,0BAC3B,cAAiB,eACjB,eAAkB,mDAClB,mBAAsB,6DACtB,uBAA0B,8CAC1B,8BAAiC,gEACjC,uBAA0B,+BAC1B,oBAAuB,kCACvB,uBAA0B,mHAC1B,kCAAqC,0KACrC,mBAAsB,2EACtB,qBAAwB,uFACxB,mCAAsC,wDACtC,uCAA0C,oGAC1C,uBAA0B,kDAC1B,wBAA2B,oCAC3B,uBAA0B,uCAC1B,oBAAuB,uCACvB,uBAA0B,kCAC1B,mBAAsB,mDACtB,6BAAgC,2CAChC,wBAA2B,gCAC3B,+BAAkC,yCAClC,kCAAqC,wEACrC,8BAAiC,gCACjC,mBAAsB,+CACtB,sBAAyB,gDACzB,mBAAsB,qCACtB,+BAAkC,0JAClC,oBAAuB,iDACvB,oCAAuC,4EACvC,8CAAiD,wGACjD,6BAAgC,+FAChC,4BAA+B,4BAC/B,uBAA0B,6CAC1B,qBAAwB,+GACxB,qBAAwB,mGACxB,sBAAyB,mFACzB,qBAAwB,+BACxB,mBAAsB,sFACtB,eAAkB,2GAClB,iBAAoB,8EACpB,sBAAyB,4FACzB,sBAAyB,uDACzB,8BAAiC,8BACjC,yBAA4B,wBAC5B,0BAA6B,mGAC7B,uBAA0B,2BAC1B,wBAA2B,qJAC3B,gBAAmB,4BACnB,gCAAmC,kDACnC,wCAA2C,sFAC3C,gCAAmC,sFACnC,wCAA2C,uFAC3C,sCAAyC,+GACzC,kCAAqC,+EACrC,mCAAsC,4GACtC,8BAAiC,8GACjC,8BAAiC,4FACjC,+BAAkC,yDAClC,qBAAwB,kDACxB,uBAA0B,6BAC1B,sBAAyB,iCACzB,aAAgB,8BAChB,6BAAgC,iDAChC,gCAAmC,iDACnC,kBAAqB,uGACrB,4BAA+B,wLAC/B,4BAA+B,yLAC/B,0BAA6B,0DAC7B,+BAAkC,iCAClC,wBAA2B,sCAC3B,8BAAiC,kDACjC,iCAAoC,8CACpC,6BAAgC,6CAChC,8BAAiC,wFACjC,8BAAiC,uEACjC,gDAAmD,sGACnD,2BAA8B,oFAC9B,sCAAyC,uGACzC,uCAA0C,2HAC1C,4CAA+C,oGAC/C,yCAA4C,wHAC5C,sCAAyC,+HACzC,yBAA4B,iDAC5B,wBAA2B,2BAC3B,mBAAsB,wFACtB,uCAA0C,4HAC1C,gCAAmC,wFACnC,4BAA+B,6KAC/B,iBAAoB,oHACpB,kCAAqC,yEACrC,wBAA2B,0EAC3B,iCAAoC,wMACpC,qBAAwB,kDACxB,2BAA8B,yKAC9B,qCAAwC,yJACxC,sBAAyB,sJACzB,gCAAmC,wEACnC,0BAA6B,yDAC7B,kBAAqB,oCACrB,wBAA2B,oCAC3B,sBAAyB,gCACzB,sBAAyB,uBACzB,wBAA2B,sCAC3B,gBAAmB,kCACnB,2BAA8B,iJAC9B,4BAA+B,uHAC/B,kBAAqB,2CACrB,gCAAiC,6DACjC,sCAAuC,oCACvC,iCAAkC,kBAClC,gCAAiC,qCACjC,8BAA+B,uCAC/B,YAAe,yBACf,kBAAqB,oCACrB,cAAiB,+BACjB,aAAgB,oCAChB,oBAAuB,gCACvB,mBAAoB,4BACpB,mBAAoB,aACpB,cAAe,0CACf,uBAAwB,mBACxB,2BAA4B,oCAC5B,0BAA2B,+BAC3B,uBAAwB,8PACxB,qBAAsB,wDACtB,uBAAwB,0DACxB,iBAAkB,IAClB,4BAA6B,2BAC7B,oCAAqC,+CACrC,4BAA6B,6BAC7B,gCAAiC,uBACjC,uBAAwB,4CACxB,yBAA0B,2DAC1B,6BAA8B,qKAC9B,mBAAoB,mCACpB,gBAAiB,oFACjB,wBAAyB,YACzB,qBAAsB,4CACtB,kCAAmC,2BACnC,+BAAgC,+EAChC,2CAA4C,2CAC5C,wCAAyC,0EACzC,wBAAyB,sBACzB,qBAAsB,8DACtB,qCAAsC,sBACtC,kCAAmC,8EACnC,uBAAwB,6CACxB,8BAA+B,yCAC/B,oCAAqC,sDACrC,uBAAwB,2BACxB,8BAA+B,2DAC/B,yBAA0B,gEAC1B,gCAAiC,gHACjC,mCAAoC,mFACpC,uCAAwC,oFACxC,gCAAiC,wFACjC,+BAAgC,qEAChC,gCAAiC,sCACjC,wBAA2B,uD","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/hu.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Belépés\",\n \"doRegister\": \"Regisztráció\",\n \"doCancel\": \"Mégsem\",\n \"doSubmit\": \"Elküld\",\n \"doBack\": \"Vissza\",\n \"doYes\": \"Igen\",\n \"doNo\": \"Nem\",\n \"doContinue\": \"Folytat\",\n \"doIgnore\": \"Mellőz\",\n \"doAccept\": \"Elfogad\",\n \"doDecline\": \"Elutasít\",\n \"doForgotPassword\": \"Elfelejtette a jelszavát?\",\n \"doClickHere\": \"Kattintson ide\",\n \"doImpersonate\": \"Megszemélyesítés\",\n \"doTryAgain\": \"Próbálja újra\",\n \"doTryAnotherWay\": \"Pórbálja máshogyan\",\n \"kerberosNotConfigured\": \"Nincs beállítva Kerberos\",\n \"kerberosNotConfiguredTitle\": \"Nincs beállítva Kerberos\",\n \"bypassKerberosDetail\": \"Vagy nem Kerberosszal lépett be, vagy a böngészője nem kezeli a Kerberos alapú belépést. Kérem kattintson a Folytat gombra, egy másik belépési módhoz.\",\n \"kerberosNotSetUp\": \"Nincs beállítva Kerberos, nem lehet belépni.\",\n \"registerTitle\": \"Regisztráció\",\n \"loginAccountTitle\": \"Jelentkezzen be a fiókjába\",\n \"loginTitle\": \"Belépés ide: {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} megszemélyesített felhasználó\",\n \"impersonateTitleHtml\": \"{0} megszemélyesített felhasználó\",\n \"realmChoice\": \"Tartomány\",\n \"unknownUser\": \"Ismeretlen felhasználó\",\n \"loginTotpTitle\": \"Mobil hitelesítő eszköz beállítása\",\n \"loginProfileTitle\": \"Felhasználói fiók adatok módosítása\",\n \"loginTimeout\": \"Belépési kísérlete időtúllépés miatt meghiúsult, a belépési eljárás újraindul.\",\n \"oauthGrantTitle\": \"Hozzáférés engedélyezése {0}-nak/nek\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Nagyon sajnáljuk...\",\n \"errorTitleHtml\": \"Nagyon sajnáljuk ...\",\n \"emailVerifyTitle\": \"Email ellenőrzés\",\n \"emailForgotTitle\": \"Elfelejtette a jelszavát?\",\n \"updatePasswordTitle\": \"Jelszó módosítása\",\n \"codeSuccessTitle\": \"Sikeres kérés kódja\",\n \"codeErrorTitle\": \"Hibakód: {0}\",\n \"displayUnsupported\": \"A kért megjelenítési mód nem támogatott\",\n \"browserRequired\": \"A belépéshez böngésző szükséges\",\n \"browserContinue\": \"A belépés befejezéséhez böngésző szükséges\",\n \"browserContinuePrompt\": \"Megnyitja a böngészőt és folytatja a belépést? [i/n]:\",\n \"browserContinueAnswer\": \"i\",\n \"termsTitle\": \"Felhasználási feltételek\",\n \"termsText\": \"

Felhasználási feltételek helye

\",\n \"termsPlainText\": \"Felhasználási feltételek helye\",\n \"recaptchaFailed\": \"Érvénytelen Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha szükséges, de nincsen beállítva\",\n \"consentDenied\": \"Jóváhagyó nyilatkozat elutasítva.\",\n \"noAccount\": \"Új felhasználó?\",\n \"username\": \"Felhasználó név\",\n \"usernameOrEmail\": \"Felhasználó név vagy email\",\n \"firstName\": \"Keresztnév\",\n \"givenName\": \"Keresztnév\",\n \"fullName\": \"Teljes név\",\n \"lastName\": \"Vezetéknév\",\n \"familyName\": \"Vezetéknév\",\n \"password\": \"Jelszó\",\n \"email\": \"Email cím\",\n \"passwordConfirm\": \"Jelszó megerősítése\",\n \"passwordNew\": \"Új jelszó\",\n \"passwordNewConfirm\": \"Új jelszó megerősítése\",\n \"rememberMe\": \"Automatikus bejelentkezés\",\n \"authenticatorCode\": \"Egyszer használatos hitelesítő kód\",\n \"address\": \"Cím\",\n \"street\": \"Közterület\",\n \"locality\": \"Település\",\n \"region\": \"Állam, Tartomány, Megye, Régió\",\n \"postal_code\": \"Irányítószám\",\n \"country\": \"Ország\",\n \"emailVerified\": \"Ellenőrzött email cím\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"profileScopeConsentText\": \"Felhasználói fiók\",\n \"emailScopeConsentText\": \"Email cím\",\n \"addressScopeConsentText\": \"Cím\",\n \"phoneScopeConsentText\": \"Telefonszám\",\n \"offlineAccessScopeConsentText\": \"Offline hozzáférés\",\n \"samlRoleListScopeConsentText\": \"Szerepköreim\",\n \"rolesScopeConsentText\": \"Felhasználói szerepkörök\",\n \"restartLoginTooltip\": \"Belépés újrakezdése\",\n \"loginTotpIntro\": \"A felhasználói fiók hozzáféréshez be kell állítania egy egyszer használatos jelszót (OTP) generáló alkalmazást.\",\n \"loginTotpStep1\": \"Kérem telepítse az itt felsorolt alkalmazások egyikét a mobil eszközére:\",\n \"loginTotpStep2\": \"Indítsa el az alkalmazást a mobil eszközén és olvassa be ezt a (QR) kódot:\",\n \"loginTotpStep3\": \"Adja meg az alkalmazás által generált egyszer használatos kódot majd kattintson az Elküld gombra a beállítás befejezéséhez.\",\n \"loginTotpStep3DeviceName\": \"Adja meg a mobil eszköz nevét. Ez a későbbiekben segíthet az eszköz azonosításában.\",\n \"loginTotpManualStep2\": \"Indítsa el az alkalmazást és adja meg a következő kulcsot:\",\n \"loginTotpManualStep3\": \"Használja a következő beállításokat, ha az alkalmazása támogatja ezeket:\",\n \"loginTotpUnableToScan\": \"Nem tud (QR) kódot beolvasni?\",\n \"loginTotpScanBarcode\": \"Inkább (QR) kódot olvasna be?\",\n \"loginCredential\": \"Jelszó\",\n \"loginOtpOneTime\": \"Egyszer használatos kód\",\n \"loginTotpType\": \"Típus\",\n \"loginTotpAlgorithm\": \"Algoritmus\",\n \"loginTotpDigits\": \"Számjegyek\",\n \"loginTotpInterval\": \"Intervallum\",\n \"loginTotpCounter\": \"Számláló\",\n \"loginTotpDeviceName\": \"Eszköz neve\",\n \"loginTotp.totp\": \"Idő alapú\",\n \"loginTotp.hotp\": \"Számláló alapú\",\n \"loginChooseAuthenticator\": \"Válasszon egy belépési módszert\",\n \"oauthGrantRequest\": \"Engedélyezi a következő hozzáférés jogosultságokat?\",\n \"inResource\": \"Itt:\",\n \"emailVerifyInstruction1\": \"A megadott email címre elküldtük az email cím megerősítéséhez szükséges lépéseket tartalmazó üzenetet.\",\n \"emailVerifyInstruction2\": \"Nem kapott megerősítő kódot tartalmazó email üzenetet?\",\n \"emailVerifyInstruction3\": \"az ellenőrző kód ismételt kiküldéséhez.\",\n \"emailLinkIdpTitle\": \"{0} összekötés\",\n \"emailLinkIdp1\": \"A(z) {1} {0} fiók és a(z) {2} fiókjának összekötéséhez szükséges tudnivalókat email üzenetben elküldtük Önnek.\",\n \"emailLinkIdp2\": \"Nem kapott megerősítő kódot tartalmazó email üzenetet?\",\n \"emailLinkIdp3\": \"az ellenőrző kód ismételt kiküldéséhez.\",\n \"emailLinkIdp4\": \"Ha egy másik böngészőben már jóváhagyta az email címét\",\n \"emailLinkIdp5\": \"a folytatáshoz.\",\n \"backToLogin\": \"« Vissza a belépéshez\",\n \"emailInstruction\": \"Adja meg a felhasználó nevét vagy email címét, hogy az új jelszó beállításához szükséges tudnivalókat elküldhessük Önnek.\",\n \"copyCodeInstruction\": \"Kérem másolja ki ezt a kódot és illessze be az alkalmazásába:\",\n \"pageExpiredTitle\": \"A lap érvényessége lejárt\",\n \"pageExpiredMsg1\": \"Ahhoz, hogy újrakezdje a belépési eljárást\",\n \"pageExpiredMsg2\": \"Ahhoz, hogy folytassa a belépési eljárást\",\n \"personalInfo\": \"Személyes adatok:\",\n \"role_admin\": \"Adminisztrátor\",\n \"role_realm-admin\": \"Tartomány Adminisztrátor\",\n \"role_create-realm\": \"Tartomány létrehozása\",\n \"role_create-client\": \"Kliens létrehozása\",\n \"role_view-realm\": \"Tartományok megtekintése\",\n \"role_view-users\": \"Felhasználók megtekintése\",\n \"role_view-applications\": \"Alkalmazások megtekintése\",\n \"role_view-clients\": \"Kliensek megtekintése\",\n \"role_view-events\": \"Események megtekintése\",\n \"role_view-identity-providers\": \"Személyazonosság-kezelők megtekintése\",\n \"role_view-consent\": \"Jóváhagyó nyilatkozatok megtekintése\",\n \"role_manage-realm\": \"Tartományok kezelése\",\n \"role_manage-users\": \"Felhasználók kezelése\",\n \"role_manage-applications\": \"Alkalmazások kezelése\",\n \"role_manage-identity-providers\": \"Személyazonosság-kezelők karbantartása\",\n \"role_manage-clients\": \"Kliensek kezelése\",\n \"role_manage-events\": \"Események kezelése\",\n \"role_view-profile\": \"Fiók megtekintése\",\n \"role_manage-account\": \"Fiók kezelése\",\n \"role_manage-account-links\": \"Fiók összekötések kezelése\",\n \"role_manage-consent\": \"Jóváhagyó nyilatkozatok kezelése\",\n \"role_read-token\": \"Olvasási token\",\n \"role_offline-access\": \"Offline hozzáférés\",\n \"role_uma_authorization\": \"Hozzáférés jogosultságokhoz (UMA)\",\n \"client_account\": \"Fiók\",\n \"client_account-console\": \"Fiók kezelés\",\n \"client_security-admin-console\": \"Biztonsági, adminisztrátor fiók kezelés\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Tartomány kezelés\",\n \"client_broker\": \"Ügynök\",\n \"requiredFields\": \"Kötelezően kitöltendő mezők\",\n \"invalidUserMessage\": \"Érvénytelen felhasználó név vagy jelszó.\",\n \"invalidUsernameMessage\": \"Érvénytelen felhasználó név.\",\n \"invalidUsernameOrEmailMessage\": \"Érvénytelen felhasználó név vagy email cím.\",\n \"invalidPasswordMessage\": \"Érvénytelen jelszó.\",\n \"invalidEmailMessage\": \"Érvénytelen email cím.\",\n \"accountDisabledMessage\": \"Felhasználói fiókja inaktív, kérem vegye fel a kapcsolatot az alkalmazás adminisztrátorral.\",\n \"accountTemporarilyDisabledMessage\": \"Felhasználói fiókja átmenetileg inaktív, kérem vegye fel a kapcsolatot az alkalmazás adminisztrátorral, vagy próbálkozzon később.\",\n \"expiredCodeMessage\": \"Belépési időtúllépés, kérem lépjen be újra.\",\n \"expiredActionMessage\": \"A művelet érvényességi ideje lejárt. Kérem lépjen be újra.\",\n \"expiredActionTokenNoSessionMessage\": \"A művelet érvényességi ideje lejárt.\",\n \"expiredActionTokenSessionExistsMessage\": \"A művelet érvényességi ideje lejárt. Kérem ismételje meg a műveletet.\",\n \"missingUsernameMessage\": \"Kérem adja meg a felhasználó nevét.\",\n \"missingFirstNameMessage\": \"Kérem adja meg a keresztnevet.\",\n \"missingLastNameMessage\": \"Kérem adja meg a vezetéknevet.\",\n \"missingEmailMessage\": \"Kérem adja meg az email címet.\",\n \"missingPasswordMessage\": \"Kérem adja meg a jelszót.\",\n \"missingTotpMessage\": \"Kérem adja meg a hitelesítő kódot.\",\n \"missingTotpDeviceNameMessage\": \"Kérem adja meg az eszköz nevét.\",\n \"notMatchPasswordMessage\": \"A jelszavak nem egyeznek meg.\",\n \"invalidPasswordExistingMessage\": \"Érvénytelen jelenlegi jelszó.\",\n \"invalidPasswordBlacklistedMessage\": \"Érvénytelen jelszó: a jelszó tiltó listán szerepel.\",\n \"invalidPasswordConfirmMessage\": \"A jelszavak nem egyeznek meg.\",\n \"invalidTotpMessage\": \"Érvénytelen hitelesítő kód.\",\n \"usernameExistsMessage\": \"Ez a felhasználó név már foglalt.\",\n \"emailExistsMessage\": \"Ez az email cím már foglalt.\",\n \"federatedIdentityExistsMessage\": \"A megadott {0} {1} felhasználó már létezik. Kérem lépjen be a Keycloak Fiók Kezelőbe, hogy összeköthesse a fiókokat.\",\n \"confirmLinkIdpTitle\": \"A felhasználói fiók már létezik\",\n \"federatedIdentityConfirmLinkMessage\": \"A megadott {0} {1} felhasználó már létezik. Hogyan tovább?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Azonosítsa magát, hogy összeköthesse a felhasználói fiókját a(z) {0}-val/vel.\",\n \"nestedFirstBrokerFlowMessage\": \"A {0} {1} felhasználó nincs összekötve egyetlen ismert felhasználóval sem.\",\n \"confirmLinkIdpReviewProfile\": \"Fiók áttekintése\",\n \"confirmLinkIdpContinue\": \"Hozzáadás meglévő fiókhoz\",\n \"configureTotpMessage\": \"Fiókja aktiválásához előbb be kell állítania egy mobil hitelesítő eszközt.\",\n \"updateProfileMessage\": \"Fiókja aktiválásához előbb módosítania kell a felhasználói adatait.\",\n \"updatePasswordMessage\": \"Fiókja aktiválásához előbb le kell cserélnie a jelszavát.\",\n \"resetPasswordMessage\": \"Cserélje le jelszavát!\",\n \"verifyEmailMessage\": \"Fiókja aktiválásához előbb erősítse meg email címét.\",\n \"linkIdpMessage\": \"Fiókja összekötéséhez előbb erősítse meg email címét a(z) {0}-val/vel.\",\n \"emailSentMessage\": \"Hamarosan email üzenetet küldünk a további tudnivalókról.\",\n \"emailSendErrorMessage\": \"Az email üzenetet nem tudtuk elküldeni, kérem próbálja meg később.\",\n \"accountUpdatedMessage\": \"A felhasználói fiók adatai megváltoztak.\",\n \"accountPasswordUpdatedMessage\": \"A jelszava megváltozott.\",\n \"delegationCompleteHeader\": \"Sikeres belépés\",\n \"delegationCompleteMessage\": \"Becsukhatja a böngésző ablakot és visszatérhet a konzolos alkalmazásához.\",\n \"delegationFailedHeader\": \"Sikertelen belépés\",\n \"delegationFailedMessage\": \"Becsukhatja a böngésző ablakot és visszatérhet a konzolos alkalmazásához, ahol újból megpróbálhat a belépni.\",\n \"noAccessMessage\": \"Nincs hozzáférés\",\n \"invalidPasswordMinLengthMessage\": \"Érvénytelen jelszó: minimum hossz {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Érvénytelen jelszó: legalább {0} darab kisbetűt kell tartalmaznia.\",\n \"invalidPasswordMinDigitsMessage\": \"Érvénytelen jelszó: legalább {0} darab számjegyet kell tartalmaznia.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Érvénytelen jelszó: legalább {0} darab nagybetűt kell tartalmaznia.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Érvénytelen jelszó: legalább {0} darab speciális karaktert (pl. #!$@ stb.) kell tartalmaznia.\",\n \"invalidPasswordNotUsernameMessage\": \"Érvénytelen jelszó: nem lehet azonos a felhasználó névvel.\",\n \"invalidPasswordRegexPatternMessage\": \"Érvénytelen jelszó: a jelszó nem illeszkedik a megadott reguláris kifejezés mintára.\",\n \"invalidPasswordHistoryMessage\": \"Érvénytelen jelszó: nem lehet azonos az utolsó {0} darab, korábban alkalmazott jelszóval.\",\n \"invalidPasswordGenericMessage\": \"Érvénytelen jelszó: az új jelszó nem felel meg a jelszó házirendnek.\",\n \"failedToProcessResponseMessage\": \"A válasz üzenet feldolgozása nem sikerült.\",\n \"httpsRequiredMessage\": \"HTTPS protokoll használata kötelező.\",\n \"realmNotEnabledMessage\": \"A tartomány inaktív.\",\n \"invalidRequestMessage\": \"Érvénytelen kérés.\",\n \"failedLogout\": \"A kilépés sikertelen.\",\n \"unknownLoginRequesterMessage\": \"A belépést kérelmező ismeretlen.\",\n \"loginRequesterNotEnabledMessage\": \"A belépést kérelmező inaktív.\",\n \"bearerOnlyMessage\": \"Bearer-only alkalmazások nem kezdeményezhetnek böngésző alapú beléptetést.\",\n \"standardFlowDisabledMessage\": \"Ez a kliens nem kezdeményezhet böngésző alapú beléptetést a megadott válasz típussal. A standard belépési eljárás (flow) tiltott a kliensen.\",\n \"implicitFlowDisabledMessage\": \"Ez a kliens nem kezdeményezhet böngésző alapú beléptetést a megadott válasz típussal. Az implicit belépési eljárás (flow) tiltott a kliensen.\",\n \"invalidRedirectUriMessage\": \"Érvénytelen átirányítási cím (URI)\",\n \"unsupportedNameIdFormatMessage\": \"Nem támogatott NameIDFormat\",\n \"invalidRequesterMessage\": \"Érvénytelen kérelmező\",\n \"registrationNotAllowedMessage\": \"A felhasználó regisztráció tiltott.\",\n \"resetCredentialNotAllowedMessage\": \"A jelszó visszaállítás tiltott.\",\n \"permissionNotApprovedMessage\": \"A jogosultság nincsen jóváhagyva.\",\n \"noRelayStateInResponseMessage\": \"Nincsen \\\"relay state\\\" a személyazonosság-kezelő válaszüzenetében.\",\n \"insufficientPermissionMessage\": \"Nincs elég jogosultság a fiókok összekötéséhez.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"A személyazonosság-kezelő felé indított hitelesítési kérés sikertelen.\",\n \"couldNotObtainTokenMessage\": \"Nem sikerült tokent igényelni a személyazonosság-kezelőtől.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Váratlan hiba történt a személyazonosság-kezelő token igénylése közben.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Váratlan hiba történt a személyazonosság-kezelő válaszüzenetének feldolgozása közben.\",\n \"identityProviderAuthenticationFailedMessage\": \"Nem sikerült a személyazonosság-kezelőn keresztül intézett hitelesítés.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Nem sikerült a személyazonosság-kezelőhöz intézett hitelesítés kérés elküldése.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Váratlan hiba történt a személyazonosság-kezelő hitelesítés kérés feldolgozása közben.\",\n \"invalidAccessCodeMessage\": \"Érvénytelen hozzáférési kód.\",\n \"sessionNotActiveMessage\": \"A munkamenet inaktív.\",\n \"invalidCodeMessage\": \"Hiba történt, kérem lépjen be újra az alkalmazásán keresztül.\",\n \"identityProviderUnexpectedErrorMessage\": \"Váratlan hiba történt a személyazonosság-kezelőn keresztül intézett hitelesítés során.\",\n \"identityProviderNotFoundMessage\": \"A megadott azonosítóval személyazonosság-kezelő nem található.\",\n \"identityProviderLinkSuccess\": \"Sikeresen megerősítette email címét. Kérem térjen vissza az eredeti böngészőjébe, és onnan folytassa a belépési eljárást.\",\n \"staleCodeMessage\": \"Ez a lap már nem érvényes, kérem térjen vissza az alkalmazásába és lépjen be ismét.\",\n \"realmSupportsNoCredentialsMessage\": \"Ez a tartomány nem támogat jelszó alapú azonosítást.\",\n \"credentialSetupRequired\": \"Belépés sikertelen, jelszó beállítás szükséges.\",\n \"identityProviderNotUniqueMessage\": \"Ez a tartomány több személyazonosság-kezelőt támogat. Nem sikerült meghatározni, hogy melyik személyazonosság-kezelőt kellene a hitelesítéshez alkalmazni.\",\n \"emailVerifiedMessage\": \"Az email címét megerősítettük.\",\n \"staleEmailVerificationLink\": \"Az a hivatkozás, amelyikre rákattintott elévült és érvényét vesztette. Talán már korábban megerősítette az email címét?\",\n \"identityProviderAlreadyLinkedMessage\": \"A(z) {0}-tól/től visszakapott összekapcsolt személyazonosság már össze van kötve egy másik felhasználói fiókkal.\",\n \"confirmAccountLinking\": \"Erősítse meg a(z) {0} személyazonosság-kezelő {1} fiókjának összekötését a felhasználói fiókjával.\",\n \"confirmEmailAddressVerification\": \"Erősítse meg a(z) {0} email cím érvényességét.\",\n \"confirmExecutionOfActions\": \"Hajtsa végre a következő művelet(ek)et\",\n \"backToApplication\": \"« Vissza az alkalmazásba\",\n \"missingParameterMessage\": \"Hiányzó paraméterek: {0}\",\n \"clientNotFoundMessage\": \"A kliens nem található.\",\n \"clientDisabledMessage\": \"A kliens inaktív.\",\n \"invalidParameterMessage\": \"Érvénytelen paraméter: {0}\",\n \"alreadyLoggedIn\": \"Már korábban belépett.\",\n \"differentUserAuthenticated\": \"Ebben a munkamenetben már korábban belépett '{0}' felhasználó névvel. Kérem előbb lépjen ki a munkamenetből.\",\n \"brokerLinkingSessionExpired\": \"Ügynök fiók összekötést kezdeményezett, de az aktuális munkamenete már érvénytelen.\",\n \"proceedWithAction\": \"» Kattintson ide a folytatáshoz\",\n \"requiredAction.CONFIGURE_TOTP\": \"Egyszer használatos jelszó (OTP) beállítása\",\n \"requiredAction.terms_and_conditions\": \"Felhasználási feltételek\",\n \"requiredAction.UPDATE_PASSWORD\": \"Jelszó csere\",\n \"requiredAction.UPDATE_PROFILE\": \"Fiók adatok módosítása\",\n \"requiredAction.VERIFY_EMAIL\": \"Email cím megerősítése\",\n \"doX509Login\": \"Beléptetés mint:\",\n \"clientCertificate\": \"X509 kliens tanúsítvány:\",\n \"noCertificate\": \"[Nincs tanúsítvány]\",\n \"pageNotFound\": \"A kért lap nem található\",\n \"internalServerError\": \"Belső hiba történt\",\n \"console-username\": \"Felhasználó név:\",\n \"console-password\": \"Jelszó:\",\n \"console-otp\": \"Egyszer használatos jelszó (OTP):\",\n \"console-new-password\": \"Új jelszó:\",\n \"console-confirm-password\": \"Jelszó megerősítés:\",\n \"console-update-password\": \"Cserélje le jelszavát.\",\n \"console-verify-email\": \"Meg kell erősítenie az email címét. Email üzenetet küldtünk a(z) {0} email címre amely egy ellenőrző, megerősítő, kódot tartalmaz. Kérem írja be a kapott kódot a lenti beviteli mezőbe.\",\n \"console-email-code\": \"Email üzenetben kapott ellenőrző kód:\",\n \"console-accept-terms\": \"Elfogadja a felhasználási feltételeket? [i/n]:\",\n \"console-accept\": \"i\",\n \"openshift.scope.user_info\": \"Felhasználó adatok\",\n \"openshift.scope.user_check-access\": \"Felhasználó hozzáférés adatok\",\n \"openshift.scope.user_full\": \"Teljes hozzáférés\",\n \"openshift.scope.list-projects\": \"Projektek listája\",\n \"saml.post-form.title\": \"Hitelesítés átirányítás\",\n \"saml.post-form.message\": \"Átirányítás folyamatban, kérem várjon.\",\n \"saml.post-form.js-disabled\": \"A JavaScript nincs engedélyezve. A folytatás előtt ajánlott bekapcsolni a JavaScript támogatást. Kattintson a lenti gombra a folytatáshoz. \",\n \"otp-display-name\": \"Hitelesítő alkalmazás\",\n \"otp-help-text\": \"Adja meg az ellenőrző kódot a hitelesítő alkalmazásból\",\n \"password-display-name\": \"Jelszó\",\n \"password-help-text\": \"Lépjen be a jelszava megadásával\",\n \"auth-username-form-display-name\": \"Felhasználó név\",\n \"auth-username-form-help-text\": \"Kezdje meg a belépést a felhasználó nevének megadásával\",\n \"auth-username-password-form-display-name\": \"Felhasználó név és jelszó\",\n \"auth-username-password-form-help-text\": \"Lépjen be a felhasználó neve és jelszava megadásával.\",\n \"webauthn-display-name\": \"Biztonsági kulcs\",\n \"webauthn-help-text\": \"Használja a biztonsági kulcsát a belépéshez.\",\n \"webauthn-passwordless-display-name\": \"Biztonsági kulcs\",\n \"webauthn-passwordless-help-text\": \"Használja a biztonsági kulcsát a jelszómentes belépéshez.\",\n \"webauthn-login-title\": \"Biztonsági kulcs alapú belépés\",\n \"webauthn-registration-title\": \"Biztonsági kulcs regisztráció\",\n \"webauthn-available-authenticators\": \"Elérhető hitelesítő alkalmazások\",\n \"webauthn-error-title\": \"Biztonsági kulcs hiba\",\n \"webauthn-error-registration\": \"Nem sikerült regisztrálni a biztonsági kulcsot.\",\n \"webauthn-error-api-get\": \"Nem sikerült a hitelesítés a biztonsági kulccsal.\",\n \"webauthn-error-different-user\": \"Az először hitelesített felhasználó nem az, akit a biztonsági kulccsal azonosítottunk.\",\n \"webauthn-error-auth-verification\": \"A biztonsági kulcs alapú hitelesítés eredménye érvénytelen.\",\n \"webauthn-error-register-verification\": \"A biztonsági kulcs alapú regisztráció eredménye érvénytelen.\",\n \"webauthn-error-user-not-found\": \"Ismeretlen felhasználót hitelesítettünk a biztonsági kulcs alapján.\",\n \"identity-provider-redirector\": \"Összekötés másik személyazonosság-kezelővel\",\n \"identity-provider-login-label\": \"Egyéb bejelentkezési módok\",\n \"readOnlyUsernameMessage\": \"A felhasználó név nem módosítható.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/535.a887d8a1.chunk.js b/resources/keycloak/keycloakify/static/js/535.a887d8a1.chunk.js new file mode 100644 index 00000000..c21d4010 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/535.a887d8a1.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[535],{535:function(e,a,s){s.r(a),s.d(a,{default:function(){return d}});var t=s(885),r=s(2791),n=s(6055),l=s(1027),i=s(184);function c(e){var a=e.kcContext,s=e.onIsFormSubmittableValueChange,t=e.i18n,c=e.getClassName,o=e.BeforeField,d=e.AfterField,u=t.advancedMsg,m=(0,l.Q)({kcContext:a,i18n:t}),p=m.formValidationState,h=p.fieldStateByAttributeName,k=p.isFormSubmittable,v=m.formValidationDispatch,f=m.attributesWithPassword;(0,r.useEffect)((function(){s(k)}),[k]);var x="";return(0,i.jsx)(i.Fragment,{children:f.map((function(e,a){var s,t=e.group,l=void 0===t?"":t,m=e.groupDisplayHeader,p=void 0===m?"":m,k=e.groupDisplayDescription,f=void 0===k?"":k,C=h[e.name],g=C.value,j=C.displayableErrors,b=(0,n.W)(c("kcFormGroupClass"),0!==j.length&&c("kcFormGroupErrorClass"));return(0,i.jsxs)(r.Fragment,{children:[l!==x&&""!==(x=l)&&(0,i.jsxs)("div",{className:b,children:[(0,i.jsx)("div",{className:c("kcContentWrapperClass"),children:(0,i.jsx)("label",{id:"header-".concat(l),className:c("kcFormGroupHeader"),children:u(p)||x})}),""!==f&&(0,i.jsx)("div",{className:c("kcLabelWrapperClass"),children:(0,i.jsx)("label",{id:"description-".concat(l),className:c("kcLabelClass"),children:u(f)})})]}),o&&(0,i.jsx)(o,{attribute:e}),(0,i.jsxs)("div",{className:b,children:[(0,i.jsxs)("div",{className:c("kcLabelWrapperClass"),children:[(0,i.jsx)("label",{htmlFor:e.name,className:c("kcLabelClass"),children:u(null!==(s=e.displayName)&&void 0!==s?s:"")}),e.required&&(0,i.jsx)(i.Fragment,{children:"*"})]}),(0,i.jsxs)("div",{className:c("kcInputWrapperClass"),children:[function(){var a=e.validators.options;return void 0!==a?(0,i.jsx)("select",{id:e.name,name:e.name,onChange:function(a){return v({action:"update value",name:e.name,newValue:a.target.value})},onBlur:function(){return v({action:"focus lost",name:e.name})},value:g,children:a.options.map((function(e){return(0,i.jsx)("option",{value:e,children:e},e)}))}):(0,i.jsx)("input",{type:function(){switch(e.name){case"password-confirm":case"password":return"password";default:return"text"}}(),id:e.name,name:e.name,value:g,onChange:function(a){return v({action:"update value",name:e.name,newValue:a.target.value})},onBlur:function(){return v({action:"focus lost",name:e.name})},className:c("kcInputClass"),"aria-invalid":0!==j.length,disabled:e.readOnly,autoComplete:e.autocomplete})}(),0!==j.length&&function(){var a="input-error-".concat(e.name);return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)("style",{children:"#".concat(a," > span: { display: block; }")}),(0,i.jsx)("span",{id:a,className:c("kcInputErrorMessageClass"),style:{position:1===j.length?"absolute":void 0},"aria-live":"polite",children:j.map((function(e){return e.errorMessage}))})]})}()]})]}),d&&(0,i.jsx)(d,{attribute:e})]},a)}))})}var o=s(7107);function d(e){var a=e.kcContext,s=e.i18n,l=e.doUseDefaultCss,d=e.Template,u=e.classes,m=(0,o.v)({doUseDefaultCss:l,classes:u}).getClassName,p=a.url,h=a.messagesPerField,k=a.recaptchaRequired,v=a.recaptchaSiteKey,f=s.msg,x=s.msgStr,C=(0,r.useState)(!1),g=(0,t.Z)(C,2),j=g[0],b=g[1];return(0,i.jsx)(d,{kcContext:a,i18n:s,doUseDefaultCss:l,classes:u,displayMessage:h.exists("global"),displayRequiredFields:!0,headerNode:f("registerTitle"),children:(0,i.jsxs)("form",{id:"kc-register-form",className:m("kcFormClass"),action:p.registrationAction,method:"post",children:[(0,i.jsx)(c,{kcContext:a,onIsFormSubmittableValueChange:b,i18n:s,getClassName:m}),k&&(0,i.jsx)("div",{className:"form-group",children:(0,i.jsx)("div",{className:m("kcInputWrapperClass"),children:(0,i.jsx)("div",{className:"g-recaptcha","data-size":"compact","data-sitekey":v})})}),(0,i.jsxs)("div",{className:m("kcFormGroupClass"),style:{marginBottom:30},children:[(0,i.jsx)("div",{id:"kc-form-options",className:m("kcFormOptionsClass"),children:(0,i.jsx)("div",{className:m("kcFormOptionsWrapperClass"),children:(0,i.jsx)("span",{children:(0,i.jsx)("a",{href:p.loginUrl,children:f("backToLogin")})})})}),(0,i.jsx)("div",{id:"kc-form-buttons",className:m("kcFormButtonsClass"),children:(0,i.jsx)("input",{className:(0,n.W)(m("kcButtonClass"),m("kcButtonPrimaryClass"),m("kcButtonBlockClass"),m("kcButtonLargeClass")),type:"submit",value:x("doRegister"),disabled:!j})})]})]})})}}}]); +//# sourceMappingURL=535.a887d8a1.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/535.a887d8a1.chunk.js.map b/resources/keycloak/keycloakify/static/js/535.a887d8a1.chunk.js.map new file mode 100644 index 00000000..2ef77761 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/535.a887d8a1.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/535.a887d8a1.chunk.js","mappings":"+NAgBO,SAASA,EAAsBC,GAClC,IAAQC,EAA2FD,EAA3FC,UAAWC,EAAgFF,EAAhFE,+BAAgCC,EAAgDH,EAAhDG,KAAMC,EAA0CJ,EAA1CI,aAAcC,EAA4BL,EAA5BK,YAAaC,EAAeN,EAAfM,WAE5EC,EAAgBJ,EAAhBI,YAERC,GAIIC,EAAAA,EAAAA,GAAkB,CAClBR,UAAAA,EACAE,KAAAA,IACFO,EAAAF,EANEG,oBAAuBC,EAAyBF,EAAzBE,0BAA2BC,EAAiBH,EAAjBG,kBAClDC,EAAsBN,EAAtBM,uBACAC,EAAsBP,EAAtBO,wBAMJC,EAAAA,EAAAA,YAAU,WACNd,EAA+BW,EACnC,GAAG,CAACA,IAEJ,IAAII,EAAe,GAEnB,OACIC,EAAAA,EAAAA,KAAAC,EAAAA,SAAA,CAAAC,SACKL,EAAuBM,KAAI,SAACC,EAAWC,GAAO,IAADC,EAC1CC,EAA8EH,EAAtEI,MAAAA,OAAK,IAAAD,EAAG,GAAEA,EAAAE,EAA4DL,EAA1DM,mBAAAA,OAAkB,IAAAD,EAAG,GAAEA,EAAAE,EAAmCP,EAAjCQ,wBAAAA,OAAuB,IAAAD,EAAG,GAAEA,EAEzEE,EAAqCnB,EAA0BU,EAAUU,MAAjEC,EAAKF,EAALE,MAAOC,EAAiBH,EAAjBG,kBAETC,GAAqBC,EAAAA,EAAAA,GACvBhC,EAAa,oBACgB,IAA7B8B,EAAkBG,QAAgBjC,EAAa,0BAGnD,OACIkC,EAAAA,EAAAA,MAACC,EAAAA,SAAQ,CAAAnB,SAAA,CACJM,IAAUT,GAA2C,MAA1BA,EAAeS,KACvCY,EAAAA,EAAAA,MAAA,OAAKE,UAAWL,EAAmBf,SAAA,EAC/BF,EAAAA,EAAAA,KAAA,OAAKsB,UAAWpC,EAAa,yBAAyBgB,UAClDF,EAAAA,EAAAA,KAAA,SAAOuB,GAAE,UAAAC,OAAYhB,GAASc,UAAWpC,EAAa,qBAAqBgB,SACtEb,EAAYqB,IAAuBX,MAGf,KAA5Ba,IACGZ,EAAAA,EAAAA,KAAA,OAAKsB,UAAWpC,EAAa,uBAAuBgB,UAChDF,EAAAA,EAAAA,KAAA,SAAOuB,GAAE,eAAAC,OAAiBhB,GAASc,UAAWpC,EAAa,gBAAgBgB,SACtEb,EAAYuB,UAOhCzB,IAAea,EAAAA,EAAAA,KAACb,EAAW,CAACiB,UAAWA,KAExCgB,EAAAA,EAAAA,MAAA,OAAKE,UAAWL,EAAmBf,SAAA,EAC/BkB,EAAAA,EAAAA,MAAA,OAAKE,UAAWpC,EAAa,uBAAuBgB,SAAA,EAChDF,EAAAA,EAAAA,KAAA,SAAOyB,QAASrB,EAAUU,KAAMQ,UAAWpC,EAAa,gBAAgBgB,SACnEb,EAAiC,QAAtBiB,EAACF,EAAUsB,mBAAW,IAAApB,EAAAA,EAAI,MAEzCF,EAAUuB,WAAY3B,EAAAA,EAAAA,KAAAC,EAAAA,SAAA,CAAAC,SAAE,UAE7BkB,EAAAA,EAAAA,MAAA,OAAKE,UAAWpC,EAAa,uBAAuBgB,SAAA,CAC9C,WACE,IAAQ0B,EAAYxB,EAAUyB,WAAtBD,QAER,YAAgBE,IAAZF,GAEI5B,EAAAA,EAAAA,KAAA,UACIuB,GAAInB,EAAUU,KACdA,KAAMV,EAAUU,KAChBiB,SAAU,SAAAC,GAAK,OACXpC,EAAuB,CACnB,OAAU,eACV,KAAQQ,EAAUU,KAClB,SAAYkB,EAAMC,OAAOlB,OAC3B,EAENmB,OAAQ,kBACJtC,EAAuB,CACnB,OAAU,aACV,KAAQQ,EAAUU,MACpB,EAENC,MAAOA,EAAMb,SAEZ0B,EAAQA,QAAQzB,KAAI,SAAAgC,GAAM,OACvBnC,EAAAA,EAAAA,KAAA,UAAqBe,MAAOoB,EAAOjC,SAC9BiC,GADQA,EAEJ,OAOrBnC,EAAAA,EAAAA,KAAA,SACIoC,KAAO,WACH,OAAQhC,EAAUU,MACd,IAAK,mBACL,IAAK,WACD,MAAO,WACX,QACI,MAAO,OAEnB,CARO,GASPS,GAAInB,EAAUU,KACdA,KAAMV,EAAUU,KAChBC,MAAOA,EACPgB,SAAU,SAAAC,GAAK,OACXpC,EAAuB,CACnB,OAAU,eACV,KAAQQ,EAAUU,KAClB,SAAYkB,EAAMC,OAAOlB,OAC3B,EAENmB,OAAQ,kBACJtC,EAAuB,CACnB,OAAU,aACV,KAAQQ,EAAUU,MACpB,EAENQ,UAAWpC,EAAa,gBACxB,eAA2C,IAA7B8B,EAAkBG,OAChCkB,SAAUjC,EAAUkC,SACpBC,aAAcnC,EAAUoC,cAGpC,CAjEE,GAkE4B,IAA7BxB,EAAkBG,QACd,WACG,IAAMsB,EAAK,eAAAjB,OAAkBpB,EAAUU,MAEvC,OACIM,EAAAA,EAAAA,MAAAnB,EAAAA,SAAA,CAAAC,SAAA,EACIF,EAAAA,EAAAA,KAAA,SAAAE,SAAA,IAAAsB,OAAYiB,EAAK,mCACjBzC,EAAAA,EAAAA,KAAA,QACIuB,GAAIkB,EACJnB,UAAWpC,EAAa,4BACxBwD,MAAO,CACH,SAAyC,IAA7B1B,EAAkBG,OAAe,gBAAaW,GAE9D,YAAU,SAAQ5B,SAEjBc,EAAkBb,KAAI,SAAAwC,GAAe,OAAAA,EAAZC,YAA+B,QAIzE,CAlBC,SAqBZxD,IAAcY,EAAAA,EAAAA,KAACZ,EAAU,CAACgB,UAAWA,MApH3BC,EAuHvB,KAGZ,C,cClKe,SAASwC,EAAoB/D,GACxC,IAAQC,EAAwDD,EAAxDC,UAAWE,EAA6CH,EAA7CG,KAAM6D,EAAuChE,EAAvCgE,gBAAiBC,EAAsBjE,EAAtBiE,SAAUC,EAAYlE,EAAZkE,QAE5C9D,GAAiB+D,EAAAA,EAAAA,GAAgB,CACrCH,gBAAAA,EACAE,QAAAA,IAFI9D,aAKAgE,EAA+DnE,EAA/DmE,IAAKC,EAA0DpE,EAA1DoE,iBAAkBC,EAAwCrE,EAAxCqE,kBAAmBC,EAAqBtE,EAArBsE,iBAE1CC,EAAgBrE,EAAhBqE,IAAKC,EAAWtE,EAAXsE,OAEbC,GAAkDC,EAAAA,EAAAA,WAAS,GAAMC,GAAAC,EAAAA,EAAAA,GAAAH,EAAA,GAA1D7D,EAAiB+D,EAAA,GAAEE,EAAoBF,EAAA,GAE9C,OACI1D,EAAAA,EAAAA,KAAC+C,EAAQ,CACChE,UAAAA,EAAWE,KAAAA,EAAM6D,gBAAAA,EAAiBE,QAAAA,EACxCa,eAAgBV,EAAiBW,OAAO,UACxCC,uBAAuB,EACvBC,WAAYV,EAAI,iBAAiBpD,UAEjCkB,EAAAA,EAAAA,MAAA,QAAMG,GAAG,mBAAmBD,UAAWpC,EAAa,eAAgB+E,OAAQf,EAAIgB,mBAAoBC,OAAO,OAAMjE,SAAA,EAC7GF,EAAAA,EAAAA,KAACnB,EAAqB,CAClBE,UAAWA,EACXC,+BAAgC4E,EAChC3E,KAAMA,EACNC,aAAcA,IAEjBkE,IACGpD,EAAAA,EAAAA,KAAA,OAAKsB,UAAU,aAAYpB,UACvBF,EAAAA,EAAAA,KAAA,OAAKsB,UAAWpC,EAAa,uBAAuBgB,UAChDF,EAAAA,EAAAA,KAAA,OAAKsB,UAAU,cAAc,YAAU,UAAU,eAAc+B,SAI3EjC,EAAAA,EAAAA,MAAA,OAAKE,UAAWpC,EAAa,oBAAqBwD,MAAO,CAAE,aAAgB,IAAKxC,SAAA,EAC5EF,EAAAA,EAAAA,KAAA,OAAKuB,GAAG,kBAAkBD,UAAWpC,EAAa,sBAAsBgB,UACpEF,EAAAA,EAAAA,KAAA,OAAKsB,UAAWpC,EAAa,6BAA6BgB,UACtDF,EAAAA,EAAAA,KAAA,QAAAE,UACIF,EAAAA,EAAAA,KAAA,KAAGoE,KAAMlB,EAAImB,SAASnE,SAAEoD,EAAI,wBAKxCtD,EAAAA,EAAAA,KAAA,OAAKuB,GAAG,kBAAkBD,UAAWpC,EAAa,sBAAsBgB,UACpEF,EAAAA,EAAAA,KAAA,SACIsB,WAAWJ,EAAAA,EAAAA,GACPhC,EAAa,iBACbA,EAAa,wBACbA,EAAa,sBACbA,EAAa,uBAEjBkD,KAAK,SACLrB,MAAOwC,EAAO,cACdlB,UAAW1C,aAOvC,C","sources":["login/pages/shared/UserProfileFormFields.tsx","login/pages/RegisterUserProfile.tsx"],"sourcesContent":["import { useEffect, Fragment } from \"react\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { useFormValidation } from \"keycloakify/login/lib/useFormValidation\";\nimport type { Attribute } from \"keycloakify/login/kcContext/KcContext\";\nimport type { I18n } from \"../../i18n\";\n\nexport type UserProfileFormFieldsProps = {\n kcContext: Parameters[0][\"kcContext\"];\n i18n: I18n;\n getClassName: (classKey: ClassKey) => string;\n onIsFormSubmittableValueChange: (isFormSubmittable: boolean) => void;\n BeforeField?: (props: { attribute: Attribute }) => JSX.Element | null;\n AfterField?: (props: { attribute: Attribute }) => JSX.Element | null;\n};\n\nexport function UserProfileFormFields(props: UserProfileFormFieldsProps) {\n const { kcContext, onIsFormSubmittableValueChange, i18n, getClassName, BeforeField, AfterField } = props;\n\n const { advancedMsg } = i18n;\n\n const {\n formValidationState: { fieldStateByAttributeName, isFormSubmittable },\n formValidationDispatch,\n attributesWithPassword\n } = useFormValidation({\n kcContext,\n i18n\n });\n\n useEffect(() => {\n onIsFormSubmittableValueChange(isFormSubmittable);\n }, [isFormSubmittable]);\n\n let currentGroup = \"\";\n\n return (\n <>\n {attributesWithPassword.map((attribute, i) => {\n const { group = \"\", groupDisplayHeader = \"\", groupDisplayDescription = \"\" } = attribute;\n\n const { value, displayableErrors } = fieldStateByAttributeName[attribute.name];\n\n const formGroupClassName = clsx(\n getClassName(\"kcFormGroupClass\"),\n displayableErrors.length !== 0 && getClassName(\"kcFormGroupErrorClass\")\n );\n\n return (\n \n {group !== currentGroup && (currentGroup = group) !== \"\" && (\n
\n
\n \n
\n {groupDisplayDescription !== \"\" && (\n
\n \n
\n )}\n
\n )}\n\n {BeforeField && }\n\n
\n
\n \n {attribute.required && <>*}\n
\n
\n {(() => {\n const { options } = attribute.validators;\n\n if (options !== undefined) {\n return (\n \n formValidationDispatch({\n \"action\": \"update value\",\n \"name\": attribute.name,\n \"newValue\": event.target.value\n })\n }\n onBlur={() =>\n formValidationDispatch({\n \"action\": \"focus lost\",\n \"name\": attribute.name\n })\n }\n value={value}\n >\n {options.options.map(option => (\n \n ))}\n \n );\n }\n\n return (\n {\n switch (attribute.name) {\n case \"password-confirm\":\n case \"password\":\n return \"password\";\n default:\n return \"text\";\n }\n })()}\n id={attribute.name}\n name={attribute.name}\n value={value}\n onChange={event =>\n formValidationDispatch({\n \"action\": \"update value\",\n \"name\": attribute.name,\n \"newValue\": event.target.value\n })\n }\n onBlur={() =>\n formValidationDispatch({\n \"action\": \"focus lost\",\n \"name\": attribute.name\n })\n }\n className={getClassName(\"kcInputClass\")}\n aria-invalid={displayableErrors.length !== 0}\n disabled={attribute.readOnly}\n autoComplete={attribute.autocomplete}\n />\n );\n })()}\n {displayableErrors.length !== 0 &&\n (() => {\n const divId = `input-error-${attribute.name}`;\n\n return (\n <>\n \n \n {displayableErrors.map(({ errorMessage }) => errorMessage)}\n \n \n );\n })()}\n
\n
\n {AfterField && }\n
\n );\n })}\n \n );\n}\n","// ejected using 'npx eject-keycloak-page'\nimport { useState } from \"react\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { UserProfileFormFields } from \"./shared/UserProfileFormFields\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function RegisterUserProfile(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { url, messagesPerField, recaptchaRequired, recaptchaSiteKey } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n const [isFormSubmittable, setIsFormSubmittable] = useState(false);\n\n return (\n \n
\n \n {recaptchaRequired && (\n
\n
\n
\n
\n
\n )}\n
\n
\n \n
\n\n
\n \n
\n
\n \n \n );\n}\n"],"names":["UserProfileFormFields","props","kcContext","onIsFormSubmittableValueChange","i18n","getClassName","BeforeField","AfterField","advancedMsg","_useFormValidation","useFormValidation","_useFormValidation$fo","formValidationState","fieldStateByAttributeName","isFormSubmittable","formValidationDispatch","attributesWithPassword","useEffect","currentGroup","_jsx","_Fragment","children","map","attribute","i","_attribute$displayNam","_attribute$group","group","_attribute$groupDispl","groupDisplayHeader","_attribute$groupDispl2","groupDisplayDescription","_fieldStateByAttribut","name","value","displayableErrors","formGroupClassName","clsx","length","_jsxs","Fragment","className","id","concat","htmlFor","displayName","required","options","validators","undefined","onChange","event","target","onBlur","option","type","disabled","readOnly","autoComplete","autocomplete","divId","style","_ref","errorMessage","RegisterUserProfile","doUseDefaultCss","Template","classes","useGetClassName","url","messagesPerField","recaptchaRequired","recaptchaSiteKey","msg","msgStr","_useState","useState","_useState2","_slicedToArray","setIsFormSubmittable","displayMessage","exists","displayRequiredFields","headerNode","action","registrationAction","method","href","loginUrl"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5445.d603d03c.chunk.js b/resources/keycloak/keycloakify/static/js/5445.d603d03c.chunk.js new file mode 100644 index 00000000..2735f177 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5445.d603d03c.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5445],{5445:function(e,a,o){o.r(a);a.default={doLogIn:"Prihl\xe1senie",doRegister:"Registr\xe1cia",doCancel:"Zru\u0161i\u0165",doSubmit:"Odosla\u0165",doYes:"\xc1no",doNo:"Nie",doContinue:"Pokra\u010dova\u0165",doAccept:"Potvrdi\u0165",doDecline:"Odmietnu\u0165",doForgotPassword:"Zabudli ste heslo?",doClickHere:"Kliknite tu",doImpersonate:"Prevteli\u0165",kerberosNotConfigured:"Kerberos nie je nakonfigurovan\xfd",kerberosNotConfiguredTitle:"Kerberos nie je nakonfigurovan\xfd",bypassKerberosDetail:"Bu\u010f nie ste prihl\xe1sen\xfd cez Kerberos, alebo v\xe1\u0161 prehliada\u010d nie je nastaven\xfd na prihl\xe1senie do Kerberos. Kliknut\xedm na tla\u010didlo Pokra\u010dova\u0165 sa prihl\xe1ste in\xfdm sp\xf4sobom",kerberosNotSetUp:"Kerberos nie je nastaven\xfd. Nem\xf4\u017eete sa prihl\xe1si\u0165.",registerWithTitle:"Registr\xe1cia s {0}",registerWithTitleHtml:"{0}",loginTitle:"Prihl\xe1senie do {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} prevteli\u0165 sa",impersonateTitleHtml:"{0} Prevteli\u0165 sa",realmChoice:"Realm",unknownUser:"Nezn\xe1my pou\u017e\xedvate\u013e",loginTotpTitle:"Nastavenie mobiln\xe9ho autentifik\xe1tora",loginProfileTitle:"Aktualiz\xe1cia inform\xe1ci\xed o \xfa\u010dte",loginTimeout:"Prihlasovanie trvalo pr\xedli\u0161 dlho. Prihlasovac\xed proces za\u010d\xedna od za\u010diatku.",oauthGrantTitle:"Poskytn\xfa\u0165 pr\xedstup",oauthGrantTitleHtml:"{0}",errorTitle:"Je n\xe1m \u013e\xfato ...",errorTitleHtml:"Ospravedl\u0148ujeme sa ...",emailVerifyTitle:"Overenie e-mailom",emailForgotTitle:"Zabudli ste heslo?",updatePasswordTitle:"Aktualiz\xe1cia hesla",codeSuccessTitle:"K\xf3d \xfaspechu",codeErrorTitle:"K\xf3d chyby: {0}",termsTitle:"Zmluvn\xe9 podmienky",termsTitleHtml:"Zmluvn\xe9 podmienky",termsText:"

Zmluvn\xe9 podmienky, ktor\xe9 sa maj\xfa definova\u0165

",recaptchaFailed:"Neplatn\xe9 Recaptcha",recaptchaNotConfigured:"Recaptcha sa vy\u017eaduje, ale nie je nakonfigurovan\xe1",consentDenied:"S\xfahlas bol zamietnut\xfd.",noAccount:"Nov\xfd pou\u017e\xedvate\u013e?",username:"Prihlasovacie meno",usernameOrEmail:"Prihlasovacie meno alebo e-mail",firstName:"Meno",givenName:"Meno pri naroden\xed",fullName:"Cel\xe9 meno",lastName:"Priezvisko",familyName:"Rodn\xe9 meno",email:"E-mail",password:"Heslo",passwordConfirm:"Potvrdenie hesla",passwordNew:"Nov\xe9 heslo",passwordNewConfirm:"Potvrdenie nov\xe9ho hesla",rememberMe:"Zapam\xe4ta\u0165 si ma",authenticatorCode:"Jednorazov\xfd k\xf3d",address:"Adresa",street:"Ulica",locality:"Mesto alebo lokalita",region:"Kraj",postal_code:"PS\u010c",country:"\u0160t\xe1t",emailVerified:"E-mail overen\xfd",gssDelegationCredential:"GSS delegovan\xe9 opr\xe1vnenie",loginTotpStep1:'Nain\u0161talujte FreeOTP alebo Google Authenticator na mobil. Obidve aplik\xe1cie s\xfa k dispoz\xedcii v Google Play a Apple App Store.',loginTotpStep2:"Otvorte aplik\xe1ciu a skenujte \u010diarov\xfd k\xf3d alebo zadajte k\u013e\xfa\u010d",loginTotpStep3:"Zadajte jednorazov\xfd k\xf3d poskytnut\xfd aplik\xe1ciou a kliknut\xedm na tla\u010didlo Odosla\u0165 dokon\u010dite nastavenie",loginTotpManualStep2:"Otvorte aplik\xe1ciu a zadajte k\u013e\xfa\u010d",loginTotpManualStep3:"Pou\u017e\xedvajte nasleduj\xface hodnoty konfigur\xe1cie, ak aplik\xe1cia umo\u017e\u0148uje ich nastavenie",loginTotpUnableToScan:"Nemo\u017eno skenova\u0165?",loginTotpScanBarcode:"Skenova\u0165 \u010diarov\xfd k\xf3d?",loginOtpOneTime:"Jednor\xe1zov\xfd k\xf3d",loginTotpType:"Typ",loginTotpAlgorithm:"Algoritmus",loginTotpDigits:"\u010c\xedslica",loginTotpInterval:"Interval",loginTotpCounter:"Po\u010d\xedtadlo","loginTotp.totp":"Zalo\u017een\xe9 na \u010dase","loginTotp.hotp":"Zalo\u017een\xe9 na po\u010d\xedtadle",oauthGrantRequest:"Ude\u013eujete tieto pr\xedstupov\xe9 opr\xe1vnenia?",inResource:"v",emailVerifyInstruction1:"Bol V\xe1m odoslan\xfd e-mail s pokynmi na overenie va\u0161ej e-mailovej adresy.",emailVerifyInstruction2:"Nez\xedskali ste v e-maili overovac\xed k\xf3d?",emailVerifyInstruction3:"op\xe4tovne odosla\u0165 e-mail.",emailLinkIdpTitle:"Odkaz {0}",emailLinkIdp1:"Bol v\xe1m odoslan\xfd e-mail s pokynmi na prepojenie \xfa\u010dtu {0} {1} s va\u0161\xedm \xfa\u010dtom {2}.",emailLinkIdp2:"Nez\xedskali ste v e-maili verifika\u010dn\xfd k\xf3d?",emailLinkIdp3:"op\xe4tovne posla\u0165 e-mail.",emailLinkIdp4:"Ak ste u\u017e overili e-mail v inom prehliada\u010di",emailLinkIdp5:"pokra\u010dova\u0165.",backToLogin:"« Sp\xe4\u0165 na prihl\xe1senie",emailInstruction:"Zadajte svoje pou\u017e\xedvate\u013esk\xe9 meno alebo e-mailov\xfa adresu a my v\xe1m za\u0161leme pokyny na vytvorenie nov\xe9ho hesla.",emailInstructionUsername:"Zadajte svoje pou\u017e\xedvate\u013esk\xe9 meno a my v\xe1m za\u0161leme pokyny na vytvorenie nov\xe9ho hesla.",copyCodeInstruction:"Pros\xedm skop\xedrujte tento k\xf3d a vlo\u017ete ho do va\u0161ej aplik\xe1cie:",pageExpiredTitle:"Platnos\u0165 str\xe1nky vypr\u0161ala",pageExpiredMsg1:"Pre re\u0161tartovanie prihlasovacieho procesu",pageExpiredMsg2:"Pokra\u010dovanie prihlasovacieho procesu",personalInfo:"Osobn\xe9 inform\xe1cie:",role_admin:"Administr\xe1tor","role_realm-admin":"Realm administr\xe1tor","role_create-realm":"Vytvori\u0165 realm","role_create-client":"Vytvori\u0165 klienta","role_view-realm":"Zobrazi\u0165 realm","role_view-users":"Zobrazi\u0165 pou\u017e\xedvate\u013eov","role_view-applications":"Zobrazi\u0165 aplik\xe1cie","role_view-clients":"Zobrazenie klientov","role_view-events":"Zobrazi\u0165 udalosti","role_view-identity-providers":"Zobrazenie poskytovate\u013eov identity","role_manage-realm":"Spravova\u0165 realm","role_manage-users":"Spravova\u0165 pou\u017e\xedvate\u013eov","role_manage-applications":"Spravova\u0165 aplik\xe1cie","role_manage-identity-providers":"Spravova\u0165 poskytovate\u013eov identity","role_manage-clients":"Spravova\u0165 klientov","role_manage-events":"Spravova\u0165 udalosti","role_view-profile":"Zobrazi\u0165 profil","role_manage-account":"Spravova\u0165 \xfa\u010dty","role_manage-account-links":"Spravova\u0165 odkazy na \xfa\u010dty","role_read-token":"\u010c\xedta\u0165 token","role_offline-access":"Offline pr\xedstup",client_account:"\xda\u010det klienta","client_security-admin-console":"Administr\xe1torsk\xe1 bezpe\u010dnostn\xe1 konzola klienta","client_admin-cli":"Spr\xe1vca CLI","client_realm-management":"Spr\xe1va realmov klienta",client_broker:"Broker",invalidUserMessage:"Neplatn\xe9 pou\u017e\xedvate\u013esk\xe9 meno alebo heslo.",invalidEmailMessage:"Neplatn\xe1 e-mailov\xe1 adresa.",accountDisabledMessage:"\xda\u010det je zak\xe1zan\xfd, kontaktujte administr\xe1tora.",accountTemporarilyDisabledMessage:"\xda\u010det je do\u010dasne zak\xe1zan\xfd, kontaktujte administr\xe1tora alebo sk\xfaste nesk\xf4r.",expiredCodeMessage:"Platnos\u0165 prihl\xe1senia vypr\u0161ala. Prihl\xe1ste sa znova.",expiredActionMessage:"Akcia vypr\u0161ala. Pokra\u010dujte prihl\xe1sen\xedm.",expiredActionTokenNoSessionMessage:"Akcia vypr\u0161ala.",expiredActionTokenSessionExistsMessage:"Platnos\u0165 vypr\u0161ala. Za\u010dnite znova.",missingFirstNameMessage:"Zadajte krstn\xe9 meno.",missingLastNameMessage:"Zadajte priezvisko.",missingEmailMessage:"Zadajte e-mail.",missingUsernameMessage:"Zadajte pou\u017e\xedvate\u013esk\xe9 meno.",missingPasswordMessage:"Zadajte pros\xedm heslo.",missingTotpMessage:"Pros\xedm, zadajte k\xf3d autentifik\xe1tora.",notMatchPasswordMessage:"Hesl\xe1 sa nezhoduj\xfa.",invalidPasswordExistingMessage:"Neplatn\xe9 existuj\xface heslo.",invalidPasswordBlacklistedMessage:"Neplatn\xe9 heslo: heslo je na \u010diernej listine.",invalidPasswordConfirmMessage:"Potvrdenie hesla sa nezhoduje.",invalidTotpMessage:"Neplatn\xfd k\xf3d autentifik\xe1tora.",usernameExistsMessage:"U\u017e\xedvate\u013esk\xe9 meno u\u017e existuje.",emailExistsMessage:"E-mail u\u017e existuje.",federatedIdentityExistsMessage:"Pou\u017e\xedvate\u013e s {0} {1} u\u017e existuje. Ak chcete prepoji\u0165 \xfa\u010det, prihl\xe1ste sa na spr\xe1vu \xfa\u010dtov.",federatedIdentityUnavailableMessage:"Pou\u017e\xedvate\u013e {0} autentifikovan\xfd poskytovate\u013eom identity {1} neexistuje. Kontaktujte svojho administr\xe1tora.",confirmLinkIdpTitle:"\xda\u010det u\u017e existuje",federatedIdentityConfirmLinkMessage:"Pou\u017e\xedvate\u013e s {0} {1} u\u017e existuje. Ako chcete pokra\u010dova\u0165?",federatedIdentityConfirmReauthenticateMessage:"Overi\u0165 prepoji\u0165 v\xe1\u0161 \xfa\u010det s {0}",confirmLinkIdpReviewProfile:"Skontrolujte profil",confirmLinkIdpContinue:"Prida\u0165 do existuj\xfaceho \xfa\u010dtu",configureTotpMessage:"Na aktiv\xe1ciu v\xe1\u0161ho \xfa\u010dtu mus\xedte nastavi\u0165 aplik\xe1ciu Mobile Authenticator.",updateProfileMessage:"Ak chcete aktivova\u0165 svoj \xfa\u010det, mus\xedte aktualizova\u0165 svoj u\u017e\xedvate\u013esk\xfd profil.",updatePasswordMessage:"Ak chcete aktivova\u0165 svoj \xfa\u010det, mus\xedte zmeni\u0165 heslo.",resetPasswordMessage:"Potrebujete zmeni\u0165 svoje heslo.",verifyEmailMessage:"Ak chcete aktivova\u0165 svoj \xfa\u010det, mus\xedte overi\u0165 svoju e-mailov\xfa adresu.",linkIdpMessage:"Potrebujete si overi\u0165 svoju e-mailov\xfa adresu a prepoji\u0165 svoj \xfa\u010det s {0}.",emailSentMessage:"Zakr\xe1tko by ste mali dosta\u0165 e-mail s \u010fal\u0161\xedmi pokynmi.",emailSendErrorMessage:"Nepodarilo sa odosla\u0165 e-mail, sk\xfaste to znova nesk\xf4r.",accountUpdatedMessage:"V\xe1\u0161 \xfa\u010det bol aktualizovan\xfd.",accountPasswordUpdatedMessage:"Va\u0161e heslo bolo aktualizovan\xe9.",noAccessMessage:"\u017diadny pr\xedstup",invalidPasswordMinLengthMessage:"Neplatn\xe9 heslo: minim\xe1lna d\u013a\u017eka {0}.",invalidPasswordMinDigitsMessage:"Neplatn\xe9 heslo: mus\xed obsahova\u0165 aspo\u0148 {0} \u010d\xedslic.",invalidPasswordMinLowerCaseCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahova\u0165 minim\xe1lne {0} mal\xe9 p\xedsmen\xe1.",invalidPasswordMinUpperCaseCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahova\u0165 aspo\u0148 {0} ve\u013ek\xe9 p\xedsmen\xe1.",invalidPasswordMinSpecialCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahova\u0165 aspo\u0148 {0} \u0161peci\xe1lne znaky.",invalidPasswordNotUsernameMessage:"Neplatn\xe9 heslo: nesmie by\u0165 rovnak\xe9 ako pou\u017e\xedvate\u013esk\xe9 meno.",invalidPasswordRegexPatternMessage:"Neplatn\xe9 heslo: nezhoduje sa vzormi regul\xe9rneho v\xfdrazu.",invalidPasswordHistoryMessage:"Neplatn\xe9 heslo: nesmie sa rovna\u0165 \u017eiadnemu z posledn\xfdch {0} hesiel.",invalidPasswordGenericMessage:"Neplatn\xe9 heslo: nov\xe9 heslo nezodpoved\xe1 pravidl\xe1m hesiel.",failedToProcessResponseMessage:"Nepodarilo sa spracova\u0165 odpove\u010f",httpsRequiredMessage:"Vy\u017eaduje sa HTTPS",realmNotEnabledMessage:"Realm nie je povolen\xfd",invalidRequestMessage:"Neplatn\xe1 po\u017eiadavka",failedLogout:"Odhl\xe1senie zlyhalo",unknownLoginRequesterMessage:"Nezn\xe1my \u017eiadate\u013e o prihl\xe1senie",loginRequesterNotEnabledMessage:"\u017diadate\u013e o prihl\xe1senie nie je povolen\xfd",bearerOnlyMessage:"Aplik\xe1cie bearer-only nesm\xfa inicializova\u0165 prihl\xe1senie pomocou prehliada\u010da",standardFlowDisabledMessage:"Klient nesmie iniciova\u0165 prihl\xe1senie do prehliada\u010da s dan\xfdm typom odpovede. \u0160tandardn\xfd tok je pre klienta zak\xe1zan\xfd.",implicitFlowDisabledMessage:"Klient nem\xf4\u017ee iniciova\u0165 prihl\xe1senie do prehliada\u010da s dan\xfdm typom odpovede. Implicitn\xfd tok je pre klienta zak\xe1zan\xfd.",invalidRedirectUriMessage:"Neplatn\xe9 redirect uri",unsupportedNameIdFormatMessage:"Nepodporovan\xfd NameIDFormat",invalidRequesterMessage:"Neplatn\xfd \u017eiadate\u013e",registrationNotAllowedMessage:"Registr\xe1cia nie je povolen\xe1",resetCredentialNotAllowedMessage:"Obnovenie poverenia nie je povolen\xe9",permissionNotApprovedMessage:"Povolenie nie je schv\xe1len\xe9.",noRelayStateInResponseMessage:"Neexistuje relay state v odpovedi od poskytovate\u013ea identity.",insufficientPermissionMessage:"Nedostato\u010dn\xe9 povolenia na prepojenie ident\xedt.",couldNotProceedWithAuthenticationRequestMessage:"Nemo\u017eno pokra\u010dova\u0165 s po\u017eiadavkou na autentifik\xe1ciu poskytovate\u013ea identity.",couldNotObtainTokenMessage:"Nemo\u017eno z\xedska\u0165 token od poskytovate\u013ea identity.",unexpectedErrorRetrievingTokenMessage:"Neo\u010dak\xe1van\xe1 chyba pri z\xedskavan\xed tokenu od poskytovate\u013ea identity.",unexpectedErrorHandlingResponseMessage:"Neo\u010dak\xe1van\xe1 chyba pri spracovan\xed odpovede od poskytovate\u013ea identity.",identityProviderAuthenticationFailedMessage:"Overenie zlyhalo. Nepodarilo sa autentizova\u0165 s poskytovate\u013eom identity.",couldNotSendAuthenticationRequestMessage:"Nemo\u017eno odosla\u0165 \u017eiados\u0165 o autentifik\xe1ciu poskytovate\u013eovi identity.",unexpectedErrorHandlingRequestMessage:"Neo\u010dak\xe1van\xe1 chyba pri spracovan\xed \u017eiadosti o autentifik\xe1ciu poskytovate\u013eovi identity.",invalidAccessCodeMessage:"Neplatn\xfd pr\xedstupov\xfd k\xf3d.",sessionNotActiveMessage:"Session nie je akt\xedvna.",invalidCodeMessage:"Vyskytla sa chyba, prihl\xe1ste sa znova prostredn\xedctvom svojej aplik\xe1cie.",identityProviderUnexpectedErrorMessage:"Neo\u010dak\xe1van\xe1 chyba pri autentifik\xe1cii s poskytovate\u013eom identity",identityProviderNotFoundMessage:"Nepodarilo sa n\xe1js\u0165 poskytovate\u013ea identity s identifik\xe1torom.",identityProviderLinkSuccess:"Svoj e-mail ste \xfaspe\u0161ne overili. Vr\xe1\u0165te sa sp\xe4\u0165 do p\xf4vodn\xe9ho prehliada\u010da a pokra\u010dujte tam s prihlasovac\xedmi \xfadajmi.",staleCodeMessage:"T\xe1to str\xe1nka u\u017e nie je platn\xe1, vr\xe1\u0165te sa sp\xe4\u0165 do aplik\xe1cie a znova sa prihl\xe1ste",realmSupportsNoCredentialsMessage:"Realm nepodporuje \u017eiadny typ poverenia.",identityProviderNotUniqueMessage:"Realm podporuje viacer\xfdch poskytovate\u013eov identity. Nepodarilo sa ur\u010di\u0165, ktor\xfd poskytovate\u013e toto\u017enosti sa m\xe1 pou\u017e\xedva\u0165 na autentifik\xe1ciu.",emailVerifiedMessage:"Va\u0161a e-mailov\xe1 adresa bola overen\xe1.",staleEmailVerificationLink:"Odkaz, na ktor\xfd ste klikli, je star\xfd star\xfd odkaz a u\u017e nie je platn\xfd. Mo\u017eno ste u\u017e overili svoj e-mail?",identityProviderAlreadyLinkedMessage:"Federat\xedvna identita vr\xe1ten\xe1 {0} je u\u017e prepojen\xe1 s in\xfdm pou\u017e\xedvate\u013eom.",confirmAccountLinking:"Potvr\u010fte prepojenie \xfa\u010dtu {0} poskytovate\u013ea toto\u017enosti {1} s va\u0161\xedm \xfa\u010dtom.",confirmEmailAddressVerification:"Potvr\u010fte platnos\u0165 e-mailovej adresy {0}.",confirmExecutionOfActions:"Vykonajte nasleduj\xface akcie",backToApplication:"« Sp\xe4\u0165 na aplik\xe1ciu",missingParameterMessage:"Ch\xfdbaj\xface parametre : {0}",clientNotFoundMessage:"Klient sa nena\u0161iel.",clientDisabledMessage:"Klient bol zneplatnen\xfd.",invalidParameterMessage:"Neplatn\xfd parameter : {0}",alreadyLoggedIn:"U\u017e ste prihl\xe1sen\xfd.",differentUserAuthenticated:"V tejto rel\xe1cii ste u\u017e boli overen\xed ako in\xfd pou\u017e\xedvate\u013e ' {0} '. Najsk\xf4r sa odhl\xe1ste.",brokerLinkingSessionExpired:"Po\u017eadovan\xe9 prepojenie s \xfa\u010dtom brokera, ale aktu\xe1lna rel\xe1cia u\u017e nie je platn\xe1.",proceedWithAction:"» Ak chcete pokra\u010dova\u0165, kliknite sem","requiredAction.CONFIGURE_TOTP":"Konfigur\xe1cia OTP","requiredAction.terms_and_conditions":"Zmluvn\xe9 podmienky","requiredAction.UPDATE_PASSWORD":"Aktualizova\u0165 heslo","requiredAction.UPDATE_PROFILE":"Aktualizova\u0165 profil","requiredAction.VERIFY_EMAIL":"Overi\u0165 e-mail",doX509Login:"Budete prihl\xe1sen\xed ako:",clientCertificate:"certifik\xe1t klienta X509:",noCertificate:"[Bez certifik\xe1tu]",pageNotFound:"Str\xe1nka nebola n\xe1jden\xe1",internalServerError:"Vyskytla sa intern\xe1 chyba servera",readOnlyUsernameMessage:"Nem\xf4\u017eete aktualizova\u0165 svoje pou\u017e\xedvate\u013esk\xe9 meno, preto\u017ee je iba na \u010d\xedtanie."}}}]); +//# sourceMappingURL=5445.d603d03c.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5445.d603d03c.chunk.js.map b/resources/keycloak/keycloakify/static/js/5445.d603d03c.chunk.js.map new file mode 100644 index 00000000..baff8eac --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5445.d603d03c.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/5445.d603d03c.chunk.js","mappings":"uIAgPA,UA5OgB,CACd,QAAW,iBACX,WAAc,iBACd,SAAY,mBACZ,SAAY,eACZ,MAAS,SACT,KAAQ,MACR,WAAc,uBACd,SAAY,gBACZ,UAAa,iBACb,iBAAoB,qBACpB,YAAe,cACf,cAAiB,iBACjB,sBAAyB,qCACzB,2BAA8B,qCAC9B,qBAAwB,8NACxB,iBAAoB,uEACpB,kBAAqB,uBACrB,sBAAyB,MACzB,WAAc,wBACd,eAAkB,MAClB,iBAAoB,wBACpB,qBAAwB,kDACxB,YAAe,QACf,YAAe,qCACf,eAAkB,6CAClB,kBAAqB,kDACrB,aAAgB,oGAChB,gBAAmB,+BACnB,oBAAuB,MACvB,WAAc,6BACd,eAAkB,+CAClB,iBAAoB,oBACpB,iBAAoB,qBACpB,oBAAuB,wBACvB,iBAAoB,oBACpB,eAAkB,oBAClB,WAAc,uBACd,eAAkB,uBAClB,UAAa,kEACb,gBAAmB,wBACnB,uBAA0B,4DAC1B,cAAiB,+BACjB,UAAa,mCACb,SAAY,qBACZ,gBAAmB,kCACnB,UAAa,OACb,UAAa,uBACb,SAAY,eACZ,SAAY,aACZ,WAAc,gBACd,MAAS,SACT,SAAY,QACZ,gBAAmB,mBACnB,YAAe,gBACf,mBAAsB,6BACtB,WAAc,0BACd,kBAAqB,wBACrB,QAAW,SACX,OAAU,QACV,SAAY,uBACZ,OAAU,OACV,YAAe,WACf,QAAW,eACX,cAAiB,oBACjB,wBAA2B,kCAC3B,eAAkB,2OAClB,eAAkB,yFAClB,eAAkB,mIAClB,qBAAwB,mDACxB,qBAAwB,+GACxB,sBAAyB,8BACzB,qBAAwB,wCACxB,gBAAmB,2BACnB,cAAiB,MACjB,mBAAsB,aACtB,gBAAmB,kBACnB,kBAAqB,WACrB,iBAAoB,oBACpB,iBAAkB,gCAClB,iBAAkB,wCAClB,kBAAqB,uDACrB,WAAc,IACd,wBAA2B,oFAC3B,wBAA2B,kDAC3B,wBAA2B,mCAC3B,kBAAqB,YACrB,cAAiB,gHACjB,cAAiB,yDACjB,cAAiB,kCACjB,cAAiB,wDACjB,cAAiB,wBACjB,YAAe,yCACf,iBAAoB,4IACpB,yBAA4B,kHAC5B,oBAAuB,oFACvB,iBAAoB,yCACpB,gBAAmB,iDACnB,gBAAmB,4CACnB,aAAgB,2BAChB,WAAc,mBACd,mBAAoB,yBACpB,oBAAqB,sBACrB,qBAAsB,wBACtB,kBAAmB,sBACnB,kBAAmB,0CACnB,yBAA0B,6BAC1B,oBAAqB,sBACrB,mBAAoB,yBACpB,+BAAgC,0CAChC,oBAAqB,uBACrB,oBAAqB,2CACrB,2BAA4B,8BAC5B,iCAAkC,8CAClC,sBAAuB,0BACvB,qBAAsB,0BACtB,oBAAqB,uBACrB,sBAAuB,8BACvB,4BAA6B,wCAC7B,kBAAmB,2BACnB,sBAAuB,qBACvB,eAAkB,uBAClB,gCAAiC,8DACjC,mBAAoB,iBACpB,0BAA2B,4BAC3B,cAAiB,SACjB,mBAAsB,8DACtB,oBAAuB,mCACvB,uBAA0B,iEAC1B,kCAAqC,wGACrC,mBAAsB,qEACtB,qBAAwB,0DACxB,mCAAsC,uBACtC,uCAA0C,mDAC1C,wBAA2B,0BAC3B,uBAA0B,sBAC1B,oBAAuB,kBACvB,uBAA0B,8CAC1B,uBAA0B,2BAC1B,mBAAsB,gDACtB,wBAA2B,4BAC3B,+BAAkC,mCAClC,kCAAqC,uDACrC,8BAAiC,iCACjC,mBAAsB,yCACtB,sBAAyB,qDACzB,mBAAsB,2BACtB,+BAAkC,wIAClC,oCAAuC,oIACvC,oBAAuB,gCACvB,oCAAuC,uFACvC,8CAAiD,2DACjD,4BAA+B,sBAC/B,uBAA0B,8CAC1B,qBAAwB,wGACxB,qBAAwB,mHACxB,sBAAyB,2EACzB,qBAAwB,uCACxB,mBAAsB,+FACtB,eAAkB,gGAClB,iBAAoB,6EACpB,sBAAyB,mEACzB,sBAAyB,iDACzB,8BAAiC,yCACjC,gBAAmB,yBACnB,gCAAmC,uDACnC,gCAAmC,2EACnC,wCAA2C,oFAC3C,wCAA2C,wFAC3C,sCAAyC,oFACzC,kCAAqC,wFACrC,mCAAsC,mEACtC,8BAAiC,qFACjC,8BAAiC,uEACjC,+BAAkC,4CAClC,qBAAwB,yBACxB,uBAA0B,2BAC1B,sBAAyB,8BACzB,aAAgB,wBAChB,6BAAgC,iDAChC,gCAAmC,yDACnC,kBAAqB,+FACrB,4BAA+B,mJAC/B,4BAA+B,sJAC/B,0BAA6B,2BAC7B,+BAAkC,gCAClC,wBAA2B,iCAC3B,8BAAiC,oCACjC,iCAAoC,yCACpC,6BAAgC,oCAChC,8BAAiC,oEACjC,8BAAiC,2DACjC,gDAAmD,yGACnD,2BAA8B,oEAC9B,sCAAyC,0FACzC,uCAA0C,0FAC1C,4CAA+C,oFAC/C,yCAA4C,iGAC5C,sCAAyC,kHACzC,yBAA4B,uCAC5B,wBAA2B,6BAC3B,mBAAsB,mFACtB,uCAA0C,oFAC1C,gCAAmC,gFACnC,4BAA+B,mKAC/B,iBAAoB,sHACpB,kCAAqC,+CACrC,iCAAoC,4LACpC,qBAAwB,iDACxB,2BAA8B,oIAC9B,qCAAwC,yGACxC,sBAAyB,kHACzB,gCAAmC,qDACnC,0BAA6B,iCAC7B,kBAAqB,uCACrB,wBAA2B,kCAC3B,sBAAyB,2BACzB,sBAAyB,6BACzB,wBAA2B,8BAC3B,gBAAmB,gCACnB,2BAA8B,wHAC9B,4BAA+B,8GAC/B,kBAAqB,uDACrB,gCAAiC,sBACjC,sCAAuC,uBACvC,iCAAkC,0BAClC,gCAAiC,2BACjC,8BAA+B,qBAC/B,YAAe,+BACf,kBAAqB,8BACrB,cAAiB,uBACjB,aAAgB,kCAChB,oBAAuB,uCACvB,wBAA2B,uH","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/sk.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Prihlásenie\",\n \"doRegister\": \"Registrácia\",\n \"doCancel\": \"Zrušiť\",\n \"doSubmit\": \"Odoslať\",\n \"doYes\": \"Áno\",\n \"doNo\": \"Nie\",\n \"doContinue\": \"Pokračovať\",\n \"doAccept\": \"Potvrdiť\",\n \"doDecline\": \"Odmietnuť\",\n \"doForgotPassword\": \"Zabudli ste heslo?\",\n \"doClickHere\": \"Kliknite tu\",\n \"doImpersonate\": \"Prevteliť\",\n \"kerberosNotConfigured\": \"Kerberos nie je nakonfigurovaný\",\n \"kerberosNotConfiguredTitle\": \"Kerberos nie je nakonfigurovaný\",\n \"bypassKerberosDetail\": \"Buď nie ste prihlásený cez Kerberos, alebo váš prehliadač nie je nastavený na prihlásenie do Kerberos. Kliknutím na tlačidlo Pokračovať sa prihláste iným spôsobom\",\n \"kerberosNotSetUp\": \"Kerberos nie je nastavený. Nemôžete sa prihlásiť.\",\n \"registerWithTitle\": \"Registrácia s {0}\",\n \"registerWithTitleHtml\": \"{0}\",\n \"loginTitle\": \"Prihlásenie do {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} prevteliť sa\",\n \"impersonateTitleHtml\": \"{0} Prevteliť sa\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Neznámy používateľ\",\n \"loginTotpTitle\": \"Nastavenie mobilného autentifikátora\",\n \"loginProfileTitle\": \"Aktualizácia informácií o účte\",\n \"loginTimeout\": \"Prihlasovanie trvalo príliš dlho. Prihlasovací proces začína od začiatku.\",\n \"oauthGrantTitle\": \"Poskytnúť prístup\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Je nám ľúto ...\",\n \"errorTitleHtml\": \"Ospravedlňujeme sa ...\",\n \"emailVerifyTitle\": \"Overenie e-mailom\",\n \"emailForgotTitle\": \"Zabudli ste heslo?\",\n \"updatePasswordTitle\": \"Aktualizácia hesla\",\n \"codeSuccessTitle\": \"Kód úspechu\",\n \"codeErrorTitle\": \"Kód chyby: {0}\",\n \"termsTitle\": \"Zmluvné podmienky\",\n \"termsTitleHtml\": \"Zmluvné podmienky\",\n \"termsText\": \"

Zmluvné podmienky, ktoré sa majú definovať

\",\n \"recaptchaFailed\": \"Neplatné Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha sa vyžaduje, ale nie je nakonfigurovaná\",\n \"consentDenied\": \"Súhlas bol zamietnutý.\",\n \"noAccount\": \"Nový používateľ?\",\n \"username\": \"Prihlasovacie meno\",\n \"usernameOrEmail\": \"Prihlasovacie meno alebo e-mail\",\n \"firstName\": \"Meno\",\n \"givenName\": \"Meno pri narodení\",\n \"fullName\": \"Celé meno\",\n \"lastName\": \"Priezvisko\",\n \"familyName\": \"Rodné meno\",\n \"email\": \"E-mail\",\n \"password\": \"Heslo\",\n \"passwordConfirm\": \"Potvrdenie hesla\",\n \"passwordNew\": \"Nové heslo\",\n \"passwordNewConfirm\": \"Potvrdenie nového hesla\",\n \"rememberMe\": \"Zapamätať si ma\",\n \"authenticatorCode\": \"Jednorazový kód\",\n \"address\": \"Adresa\",\n \"street\": \"Ulica\",\n \"locality\": \"Mesto alebo lokalita\",\n \"region\": \"Kraj\",\n \"postal_code\": \"PSČ\",\n \"country\": \"Štát\",\n \"emailVerified\": \"E-mail overený\",\n \"gssDelegationCredential\": \"GSS delegované oprávnenie\",\n \"loginTotpStep1\": \"Nainštalujte FreeOTP alebo Google Authenticator na mobil. Obidve aplikácie sú k dispozícii v Google Play a Apple App Store.\",\n \"loginTotpStep2\": \"Otvorte aplikáciu a skenujte čiarový kód alebo zadajte kľúč\",\n \"loginTotpStep3\": \"Zadajte jednorazový kód poskytnutý aplikáciou a kliknutím na tlačidlo Odoslať dokončite nastavenie\",\n \"loginTotpManualStep2\": \"Otvorte aplikáciu a zadajte kľúč\",\n \"loginTotpManualStep3\": \"Používajte nasledujúce hodnoty konfigurácie, ak aplikácia umožňuje ich nastavenie\",\n \"loginTotpUnableToScan\": \"Nemožno skenovať?\",\n \"loginTotpScanBarcode\": \"Skenovať čiarový kód?\",\n \"loginOtpOneTime\": \"Jednorázový kód\",\n \"loginTotpType\": \"Typ\",\n \"loginTotpAlgorithm\": \"Algoritmus\",\n \"loginTotpDigits\": \"Číslica\",\n \"loginTotpInterval\": \"Interval\",\n \"loginTotpCounter\": \"Počítadlo\",\n \"loginTotp.totp\": \"Založené na čase\",\n \"loginTotp.hotp\": \"Založené na počítadle\",\n \"oauthGrantRequest\": \"Udeľujete tieto prístupové oprávnenia?\",\n \"inResource\": \"v\",\n \"emailVerifyInstruction1\": \"Bol Vám odoslaný e-mail s pokynmi na overenie vašej e-mailovej adresy.\",\n \"emailVerifyInstruction2\": \"Nezískali ste v e-maili overovací kód?\",\n \"emailVerifyInstruction3\": \"opätovne odoslať e-mail.\",\n \"emailLinkIdpTitle\": \"Odkaz {0}\",\n \"emailLinkIdp1\": \"Bol vám odoslaný e-mail s pokynmi na prepojenie účtu {0} {1} s vaším účtom {2}.\",\n \"emailLinkIdp2\": \"Nezískali ste v e-maili verifikačný kód?\",\n \"emailLinkIdp3\": \"opätovne poslať e-mail.\",\n \"emailLinkIdp4\": \"Ak ste už overili e-mail v inom prehliadači\",\n \"emailLinkIdp5\": \"pokračovať.\",\n \"backToLogin\": \"« Späť na prihlásenie\",\n \"emailInstruction\": \"Zadajte svoje používateľské meno alebo e-mailovú adresu a my vám zašleme pokyny na vytvorenie nového hesla.\",\n \"emailInstructionUsername\": \"Zadajte svoje používateľské meno a my vám zašleme pokyny na vytvorenie nového hesla.\",\n \"copyCodeInstruction\": \"Prosím skopírujte tento kód a vložte ho do vašej aplikácie:\",\n \"pageExpiredTitle\": \"Platnosť stránky vypršala\",\n \"pageExpiredMsg1\": \"Pre reštartovanie prihlasovacieho procesu\",\n \"pageExpiredMsg2\": \"Pokračovanie prihlasovacieho procesu\",\n \"personalInfo\": \"Osobné informácie:\",\n \"role_admin\": \"Administrátor\",\n \"role_realm-admin\": \"Realm administrátor\",\n \"role_create-realm\": \"Vytvoriť realm\",\n \"role_create-client\": \"Vytvoriť klienta\",\n \"role_view-realm\": \"Zobraziť realm\",\n \"role_view-users\": \"Zobraziť používateľov\",\n \"role_view-applications\": \"Zobraziť aplikácie\",\n \"role_view-clients\": \"Zobrazenie klientov\",\n \"role_view-events\": \"Zobraziť udalosti\",\n \"role_view-identity-providers\": \"Zobrazenie poskytovateľov identity\",\n \"role_manage-realm\": \"Spravovať realm\",\n \"role_manage-users\": \"Spravovať používateľov\",\n \"role_manage-applications\": \"Spravovať aplikácie\",\n \"role_manage-identity-providers\": \"Spravovať poskytovateľov identity\",\n \"role_manage-clients\": \"Spravovať klientov\",\n \"role_manage-events\": \"Spravovať udalosti\",\n \"role_view-profile\": \"Zobraziť profil\",\n \"role_manage-account\": \"Spravovať účty\",\n \"role_manage-account-links\": \"Spravovať odkazy na účty\",\n \"role_read-token\": \"Čítať token\",\n \"role_offline-access\": \"Offline prístup\",\n \"client_account\": \"Účet klienta\",\n \"client_security-admin-console\": \"Administrátorská bezpečnostná konzola klienta\",\n \"client_admin-cli\": \"Správca CLI\",\n \"client_realm-management\": \"Správa realmov klienta\",\n \"client_broker\": \"Broker\",\n \"invalidUserMessage\": \"Neplatné používateľské meno alebo heslo.\",\n \"invalidEmailMessage\": \"Neplatná e-mailová adresa.\",\n \"accountDisabledMessage\": \"Účet je zakázaný, kontaktujte administrátora.\",\n \"accountTemporarilyDisabledMessage\": \"Účet je dočasne zakázaný, kontaktujte administrátora alebo skúste neskôr.\",\n \"expiredCodeMessage\": \"Platnosť prihlásenia vypršala. Prihláste sa znova.\",\n \"expiredActionMessage\": \"Akcia vypršala. Pokračujte prihlásením.\",\n \"expiredActionTokenNoSessionMessage\": \"Akcia vypršala.\",\n \"expiredActionTokenSessionExistsMessage\": \"Platnosť vypršala. Začnite znova.\",\n \"missingFirstNameMessage\": \"Zadajte krstné meno.\",\n \"missingLastNameMessage\": \"Zadajte priezvisko.\",\n \"missingEmailMessage\": \"Zadajte e-mail.\",\n \"missingUsernameMessage\": \"Zadajte používateľské meno.\",\n \"missingPasswordMessage\": \"Zadajte prosím heslo.\",\n \"missingTotpMessage\": \"Prosím, zadajte kód autentifikátora.\",\n \"notMatchPasswordMessage\": \"Heslá sa nezhodujú.\",\n \"invalidPasswordExistingMessage\": \"Neplatné existujúce heslo.\",\n \"invalidPasswordBlacklistedMessage\": \"Neplatné heslo: heslo je na čiernej listine.\",\n \"invalidPasswordConfirmMessage\": \"Potvrdenie hesla sa nezhoduje.\",\n \"invalidTotpMessage\": \"Neplatný kód autentifikátora.\",\n \"usernameExistsMessage\": \"Užívateľské meno už existuje.\",\n \"emailExistsMessage\": \"E-mail už existuje.\",\n \"federatedIdentityExistsMessage\": \"Používateľ s {0} {1} už existuje. Ak chcete prepojiť účet, prihláste sa na správu účtov.\",\n \"federatedIdentityUnavailableMessage\": \"Používateľ {0} autentifikovaný poskytovateľom identity {1} neexistuje. Kontaktujte svojho administrátora.\",\n \"confirmLinkIdpTitle\": \"Účet už existuje\",\n \"federatedIdentityConfirmLinkMessage\": \"Používateľ s {0} {1} už existuje. Ako chcete pokračovať?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Overiť prepojiť váš účet s {0}\",\n \"confirmLinkIdpReviewProfile\": \"Skontrolujte profil\",\n \"confirmLinkIdpContinue\": \"Pridať do existujúceho účtu\",\n \"configureTotpMessage\": \"Na aktiváciu vášho účtu musíte nastaviť aplikáciu Mobile Authenticator.\",\n \"updateProfileMessage\": \"Ak chcete aktivovať svoj účet, musíte aktualizovať svoj užívateľský profil.\",\n \"updatePasswordMessage\": \"Ak chcete aktivovať svoj účet, musíte zmeniť heslo.\",\n \"resetPasswordMessage\": \"Potrebujete zmeniť svoje heslo.\",\n \"verifyEmailMessage\": \"Ak chcete aktivovať svoj účet, musíte overiť svoju e-mailovú adresu.\",\n \"linkIdpMessage\": \"Potrebujete si overiť svoju e-mailovú adresu a prepojiť svoj účet s {0}.\",\n \"emailSentMessage\": \"Zakrátko by ste mali dostať e-mail s ďalšími pokynmi.\",\n \"emailSendErrorMessage\": \"Nepodarilo sa odoslať e-mail, skúste to znova neskôr.\",\n \"accountUpdatedMessage\": \"Váš účet bol aktualizovaný.\",\n \"accountPasswordUpdatedMessage\": \"Vaše heslo bolo aktualizované.\",\n \"noAccessMessage\": \"Žiadny prístup\",\n \"invalidPasswordMinLengthMessage\": \"Neplatné heslo: minimálna dĺžka {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Neplatné heslo: musí obsahovať aspoň {0} číslic.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Neplatné heslo: musí obsahovať minimálne {0} malé písmená.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Neplatné heslo: musí obsahovať aspoň {0} veľké písmená.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Neplatné heslo: musí obsahovať aspoň {0} špeciálne znaky.\",\n \"invalidPasswordNotUsernameMessage\": \"Neplatné heslo: nesmie byť rovnaké ako používateľské meno.\",\n \"invalidPasswordRegexPatternMessage\": \"Neplatné heslo: nezhoduje sa vzormi regulérneho výrazu.\",\n \"invalidPasswordHistoryMessage\": \"Neplatné heslo: nesmie sa rovnať žiadnemu z posledných {0} hesiel.\",\n \"invalidPasswordGenericMessage\": \"Neplatné heslo: nové heslo nezodpovedá pravidlám hesiel.\",\n \"failedToProcessResponseMessage\": \"Nepodarilo sa spracovať odpoveď\",\n \"httpsRequiredMessage\": \"Vyžaduje sa HTTPS\",\n \"realmNotEnabledMessage\": \"Realm nie je povolený\",\n \"invalidRequestMessage\": \"Neplatná požiadavka\",\n \"failedLogout\": \"Odhlásenie zlyhalo\",\n \"unknownLoginRequesterMessage\": \"Neznámy žiadateľ o prihlásenie\",\n \"loginRequesterNotEnabledMessage\": \"Žiadateľ o prihlásenie nie je povolený\",\n \"bearerOnlyMessage\": \"Aplikácie bearer-only nesmú inicializovať prihlásenie pomocou prehliadača\",\n \"standardFlowDisabledMessage\": \"Klient nesmie iniciovať prihlásenie do prehliadača s daným typom odpovede. Štandardný tok je pre klienta zakázaný.\",\n \"implicitFlowDisabledMessage\": \"Klient nemôže iniciovať prihlásenie do prehliadača s daným typom odpovede. Implicitný tok je pre klienta zakázaný.\",\n \"invalidRedirectUriMessage\": \"Neplatné redirect uri\",\n \"unsupportedNameIdFormatMessage\": \"Nepodporovaný NameIDFormat\",\n \"invalidRequesterMessage\": \"Neplatný žiadateľ\",\n \"registrationNotAllowedMessage\": \"Registrácia nie je povolená\",\n \"resetCredentialNotAllowedMessage\": \"Obnovenie poverenia nie je povolené\",\n \"permissionNotApprovedMessage\": \"Povolenie nie je schválené.\",\n \"noRelayStateInResponseMessage\": \"Neexistuje relay state v odpovedi od poskytovateľa identity.\",\n \"insufficientPermissionMessage\": \"Nedostatočné povolenia na prepojenie identít.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Nemožno pokračovať s požiadavkou na autentifikáciu poskytovateľa identity.\",\n \"couldNotObtainTokenMessage\": \"Nemožno získať token od poskytovateľa identity.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Neočakávaná chyba pri získavaní tokenu od poskytovateľa identity.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Neočakávaná chyba pri spracovaní odpovede od poskytovateľa identity.\",\n \"identityProviderAuthenticationFailedMessage\": \"Overenie zlyhalo. Nepodarilo sa autentizovať s poskytovateľom identity.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Nemožno odoslať žiadosť o autentifikáciu poskytovateľovi identity.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Neočakávaná chyba pri spracovaní žiadosti o autentifikáciu poskytovateľovi identity.\",\n \"invalidAccessCodeMessage\": \"Neplatný prístupový kód.\",\n \"sessionNotActiveMessage\": \"Session nie je aktívna.\",\n \"invalidCodeMessage\": \"Vyskytla sa chyba, prihláste sa znova prostredníctvom svojej aplikácie.\",\n \"identityProviderUnexpectedErrorMessage\": \"Neočakávaná chyba pri autentifikácii s poskytovateľom identity\",\n \"identityProviderNotFoundMessage\": \"Nepodarilo sa nájsť poskytovateľa identity s identifikátorom.\",\n \"identityProviderLinkSuccess\": \"Svoj e-mail ste úspešne overili. Vráťte sa späť do pôvodného prehliadača a pokračujte tam s prihlasovacími údajmi.\",\n \"staleCodeMessage\": \"Táto stránka už nie je platná, vráťte sa späť do aplikácie a znova sa prihláste\",\n \"realmSupportsNoCredentialsMessage\": \"Realm nepodporuje žiadny typ poverenia.\",\n \"identityProviderNotUniqueMessage\": \"Realm podporuje viacerých poskytovateľov identity. Nepodarilo sa určiť, ktorý poskytovateľ totožnosti sa má používať na autentifikáciu.\",\n \"emailVerifiedMessage\": \"Vaša e-mailová adresa bola overená.\",\n \"staleEmailVerificationLink\": \"Odkaz, na ktorý ste klikli, je starý starý odkaz a už nie je platný. Možno ste už overili svoj e-mail?\",\n \"identityProviderAlreadyLinkedMessage\": \"Federatívna identita vrátená {0} je už prepojená s iným používateľom.\",\n \"confirmAccountLinking\": \"Potvrďte prepojenie účtu {0} poskytovateľa totožnosti {1} s vaším účtom.\",\n \"confirmEmailAddressVerification\": \"Potvrďte platnosť e-mailovej adresy {0}.\",\n \"confirmExecutionOfActions\": \"Vykonajte nasledujúce akcie\",\n \"backToApplication\": \"« Späť na aplikáciu\",\n \"missingParameterMessage\": \"Chýbajúce parametre : {0}\",\n \"clientNotFoundMessage\": \"Klient sa nenašiel.\",\n \"clientDisabledMessage\": \"Klient bol zneplatnený.\",\n \"invalidParameterMessage\": \"Neplatný parameter : {0}\",\n \"alreadyLoggedIn\": \"Už ste prihlásený.\",\n \"differentUserAuthenticated\": \"V tejto relácii ste už boli overení ako iný používateľ ' {0} '. Najskôr sa odhláste.\",\n \"brokerLinkingSessionExpired\": \"Požadované prepojenie s účtom brokera, ale aktuálna relácia už nie je platná.\",\n \"proceedWithAction\": \"» Ak chcete pokračovať, kliknite sem\",\n \"requiredAction.CONFIGURE_TOTP\": \"Konfigurácia OTP\",\n \"requiredAction.terms_and_conditions\": \"Zmluvné podmienky\",\n \"requiredAction.UPDATE_PASSWORD\": \"Aktualizovať heslo\",\n \"requiredAction.UPDATE_PROFILE\": \"Aktualizovať profil\",\n \"requiredAction.VERIFY_EMAIL\": \"Overiť e-mail\",\n \"doX509Login\": \"Budete prihlásení ako:\",\n \"clientCertificate\": \"certifikát klienta X509:\",\n \"noCertificate\": \"[Bez certifikátu]\",\n \"pageNotFound\": \"Stránka nebola nájdená\",\n \"internalServerError\": \"Vyskytla sa interná chyba servera\",\n \"readOnlyUsernameMessage\": \"Nemôžete aktualizovať svoje používateľské meno, pretože je iba na čítanie.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5541.e719c67a.chunk.js b/resources/keycloak/keycloakify/static/js/5541.e719c67a.chunk.js new file mode 100644 index 00000000..32e6797c --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5541.e719c67a.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5541],{5541:function(e,n,i){i.r(n);n.default={doLogIn:"Anmelden",doRegister:"Registrieren",doCancel:"Abbrechen",doSubmit:"Absenden",doBack:"Zur\xfcck",doYes:"Ja",doNo:"Nein",doContinue:"Weiter",doIgnore:"Ignorieren",doAccept:"Annehmen",doDecline:"Ablehnen",doForgotPassword:"Passwort vergessen?",doClickHere:"Hier klicken",doImpersonate:"Identit\xe4tswechsel",doTryAgain:"Erneut versuchen",doTryAnotherWay:"Einen anderen Weg versuchen",doConfirmDelete:"L\xf6schung best\xe4tigen",errorDeletingAccount:"Beim L\xf6schen des Kontos ist ein Fehler aufgetreten",deletingAccountForbidden:"Sie haben nicht gen\xfcgend Berechtigungen, um Ihr eigenes Konto zu l\xf6schen, wenden Sie sich an einen Administrator.",kerberosNotConfigured:"Kerberos ist nicht konfiguriert.",kerberosNotConfiguredTitle:"Kerberos nicht konfiguriert",bypassKerberosDetail:"Sie sind entweder nicht mit Kerberos angemeldet, oder Ihr Browser ist nicht f\xfcr eine Anmeldung mit Kerberos konfiguriert. Bitte klicken Sie auf Weiter, damit Sie sich auf eine andere Art anmelden k\xf6nnen",kerberosNotSetUp:"Kerberos ist nicht konfiguriert. Sie k\xf6nnen sich damit nicht anmelden.",registerTitle:"Registrierung",loginAccountTitle:"Bei Ihrem Konto anmelden",loginTitle:"Anmeldung bei {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} Identit\xe4tswechsel",impersonateTitleHtml:"{0} Identit\xe4tswechsel",realmChoice:"Realm",unknownUser:"Unbekannter Benutzer",loginTotpTitle:"Mehrfachauthentifizierung konfigurieren",loginProfileTitle:"Benutzerkonto Informationen aktualisieren",loginTimeout:"Sie haben zu lange gebraucht, um sich anzumelden. Bitte versuchen Sie es erneut.",reauthenticate:"Zum Fortsetzen bitte erneut anmelden",oauthGrantTitle:"OAuth gew\xe4hren",oauthGrantTitleHtml:"{0}",errorTitle:"Es ist ein Fehler aufgetreten.",errorTitleHtml:"Es ist ein Fehler aufgetreten.",emailVerifyTitle:"E-Mail verifizieren",emailForgotTitle:"Passwort vergessen?",updatePasswordTitle:"Passwort aktualisieren",codeSuccessTitle:"Erfolgreicher Code",codeErrorTitle:"Fehlercode: {0}",displayUnsupported:"Angeforderter Anzeigetyp wird nicht unterst\xfctzt",browserRequired:"Browser f\xfcr die Anmeldung erforderlich",browserContinue:"Browser erforderlich, um die Anmeldung abzuschlie\xdfen",browserContinuePrompt:"Browser \xf6ffnen und Anmeldung fortsetzen? [y/n]:",browserContinueAnswer:"y",termsTitle:"Bedingungen und Konditionen",termsTitleHtml:"Bedingungen und Konditionen",termsText:"

Zu definierende Bedingungen und Konditionen

",recaptchaFailed:"Ung\xfcltiges Recaptcha",recaptchaNotConfigured:"Recaptcha Eingabe ist erforderlich, jedoch noch nicht konfiguriert.",consentDenied:"Zustimmung verweigert.",noAccount:"Neuer Benutzer?",username:"Benutzername",usernameOrEmail:"Benutzername oder E-Mail",firstName:"Vorname",givenName:"Vorname",fullName:"Voller Name",lastName:"Nachname",familyName:"Nachname",email:"E-Mail",password:"Passwort",passwordConfirm:"Passwort best\xe4tigen",passwordNew:"Neues Passwort",passwordNewConfirm:"Neues Passwort best\xe4tigen",rememberMe:"Angemeldet bleiben",authenticatorCode:"One-time Code",address:"Adresse",street:"Stra\xdfe",locality:"Stadt oder Ortschaft",region:"Staat, Provinz, Region",postal_code:"PLZ",country:"Land",emailVerified:"E-Mail verifiziert",website:"Website",phoneNumber:"Telefonnummer",phoneNumberVerified:"Telefonnummer verifiziert",gender:"Geschlecht",birthday:"Geburtsdatum",zoneinfo:"Zeitzone",gssDelegationCredential:"GSS delegierte Berechtigung",logoutOtherSessions:"Von anderen Ger\xe4ten abmelden",profileScopeConsentText:"Nutzerkonto",emailScopeConsentText:"E-Mail Adresse",addressScopeConsentText:"Adresse",phoneScopeConsentText:"Telefonnummer",offlineAccessScopeConsentText:"Offline Zugriff",samlRoleListScopeConsentText:"Meine Rollen",rolesScopeConsentText:"Nutzerrollen",restartLoginTooltip:"Login neustarten",loginTotpIntro:"Sie m\xfcssen einen One Time Passwort-Generator einrichten, um auf dieses Konto zugreifen zu k\xf6nnen.",loginTotpStep1:"Installieren Sie eine der folgenden Applikationen auf Ihrem Smartphone:",loginTotpStep2:"\xd6ffnen Sie die Applikation und scannen Sie den QR-Code.",loginTotpStep3:"Geben Sie den von der Applikation generierten One-time Code ein und klicken Sie auf Absenden.",loginTotpStep3DeviceName:"Geben Sie einen Ger\xe4tenamen an, um die Verwaltung Ihrer OTP-Ger\xe4te zu erleichtern.",loginTotpManualStep2:"\xd6ffnen Sie die Applikation und geben Sie den folgenden Schl\xfcssel ein.",loginTotpManualStep3:"Verwenden Sie die folgenden Konfigurationswerte, falls Sie diese f\xfcr die Applikation anpassen k\xf6nnen:",loginTotpUnableToScan:"Sie k\xf6nnen den QR-Code nicht scannen?",loginTotpScanBarcode:"QR-Code scannen?",loginCredential:"Anmeldeinformation",loginOtpOneTime:"One-time code",loginTotpType:"Typ",loginTotpAlgorithm:"Algorithmus",loginTotpDigits:"Ziffern",loginTotpInterval:"Intervall",loginTotpCounter:"Z\xe4hler",loginTotpDeviceName:"Ger\xe4tename","loginTotp.totp":"zeitbasiert (time-based)","loginTotp.hotp":"z\xe4hlerbasiert (counter-based)",loginChooseAuthenticator:"Login Methode ausw\xe4hlen",oauthGrantRequest:"Wollen Sie diese Zugriffsrechte gew\xe4hren?",inResource:"in",emailVerifyInstruction1:"Eine E-Mail mit weiteren Anweisungen wurde an Sie versendet.",emailVerifyInstruction2:"Falls Sie keine E-Mail erhalten haben, dann k\xf6nnen Sie",emailVerifyInstruction3:"um eine neue E-Mail versenden zu lassen.",emailLinkIdpTitle:"{0} verkn\xfcpfen",emailLinkIdp1:"Eine E-Mail mit weiteren Anweisungen um {0} Konto {1} mit Ihrem {2} Konto zu verkn\xfcpfen wurde an Sie versendet.",emailLinkIdp2:"Sie haben keinen Code in Ihrer E-Mail erhalten?",emailLinkIdp3:"um eine neue E-Mail versenden zu lassen.",emailLinkIdp4:"Wenn Sie die E-Mail bereits in einem anderen Browser verifiziert haben",emailLinkIdp5:"um fortzufahren.",backToLogin:"« Zur\xfcck zur Anmeldung",emailInstruction:"Geben Sie Ihren Benutzernamen oder Ihre E-Mail Adresse ein und klicken Sie auf Absenden. Danach werden wir Ihnen eine E-Mail mit weiteren Instruktionen zusenden.",emailInstructionUsername:"Geben Sie Ihren Benutzernamen ein und klicken Sie auf Absenden. Danach werden wir Ihnen eine E-Mail mit weiteren Instruktionen zusenden.",copyCodeInstruction:"Bitte kopieren Sie den folgenden Code und f\xfcgen ihn in die Applikation ein:",pageExpiredTitle:"Diese Seite ist nicht mehr g\xfcltig.",pageExpiredMsg1:"Um den Anmeldevorgang neu zu starten",pageExpiredMsg2:"Um den Anmeldevorgang fortzusetzen",personalInfo:"Pers\xf6nliche Informationen:",role_admin:"Admin","role_realm-admin":"Realm Admin","role_create-realm":"Realm erstellen","role_create-client":"Client erstellen","role_view-realm":"Realm ansehen","role_view-users":"Benutzer ansehen","role_view-applications":"Applikationen ansehen","role_view-clients":"Clients ansehen","role_view-events":"Events ansehen","role_view-identity-providers":"Identity Provider ansehen","role_manage-realm":"Realm verwalten","role_manage-users":"Benutzer verwalten","role_manage-applications":"Applikationen verwalten","role_manage-identity-providers":"Identity Provider verwalten","role_manage-clients":"Clients verwalten","role_manage-events":"Events verwalten","role_view-profile":"Profile ansehen","role_manage-account":"Profile verwalten","role_manage-account-links":"Profil-Links verwalten","role_read-token":"Token lesen","role_offline-access":"Offline-Zugriff",client_account:"Clientkonto","client_account-console":"Accountkonsole","client_security-admin-console":"Security Adminkonsole","client_admin-cli":"Admin CLI","client_realm-management":"Realm-Management",client_broker:"Broker",requiredFields:"Ben\xf6tigte Felder",invalidUserMessage:"Ung\xfcltiger Benutzername oder Passwort.",invalidUsernameMessage:"Ung\xfcltiger Benutzername.",invalidUsernameOrEmailMessage:"Ung\xfcltiger Benutzername oder E-Mail.",invalidPasswordMessage:"Ung\xfcltiges Passwort.",invalidEmailMessage:"Ung\xfcltige E-Mail-Adresse.",accountDisabledMessage:"Ihr Benutzerkonto ist gesperrt, bitte kontaktieren Sie den Admin.",accountTemporarilyDisabledMessage:"Ihr Benutzerkonto ist tempor\xe4r gesperrt. Bitte kontaktieren Sie den Admin oder versuchen Sie es sp\xe4ter noch einmal.",expiredCodeMessage:"Zeit\xfcberschreitung bei der Anmeldung. Bitte melden Sie sich erneut an.",expiredActionMessage:"Die Aktion ist nicht mehr g\xfcltig. Bitte fahren Sie nun mit der Anmeldung fort.",expiredActionTokenNoSessionMessage:"Die Aktion ist nicht mehr g\xfcltig.",expiredActionTokenSessionExistsMessage:"Die Aktion ist nicht mehr g\xfcltig. Bitte fangen Sie noch einmal an.",missingFirstNameMessage:"Bitte geben Sie einen Vornamen ein.",missingLastNameMessage:"Bitte geben Sie einen Nachnamen ein.",missingEmailMessage:"Bitte geben Sie eine E-Mail-Adresse ein.",missingUsernameMessage:"Bitte geben Sie einen Benutzernamen ein.",missingPasswordMessage:"Bitte geben Sie ein Passwort ein.",missingTotpMessage:"Bitte geben Sie den One-time Code ein.",missingTotpDeviceNameMessage:"Bitte geben Sie einen Ger\xe4tenamen ein.",notMatchPasswordMessage:"Passw\xf6rter sind nicht identisch.",invalidPasswordExistingMessage:"Das aktuelle Passwort ist ung\xfcltig.",invalidPasswordBlacklistedMessage:"Ung\xfcltiges Passwort: Das Passwort steht auf der Blockliste (schwarzen Liste).",invalidPasswordConfirmMessage:"Die Passwortbest\xe4tigung ist nicht identisch.",invalidTotpMessage:"Ung\xfcltiger One-time Code.",usernameExistsMessage:"Benutzername existiert bereits.",emailExistsMessage:"E-Mail existiert bereits.",federatedIdentityExistsMessage:"Ein Benutzer mit {0} {1} existiert bereits. Bitte melden Sie sich an der Benutzerkontoverwaltung an um den Benutzer zu verkn\xfcpfen.",confirmLinkIdpTitle:"Das Benutzerkonto existiert bereits.",federatedIdentityConfirmLinkMessage:"Ein Benutzer mit {0} {1} existiert bereits. Wie m\xf6chten Sie fortfahren?",federatedIdentityConfirmReauthenticateMessage:"Anmelden um das Benutzerkonto mit {0} zu verkn\xfcpfen",nestedFirstBrokerFlowMessage:"Der {0} Benutzer {1} ist mit keinem bekannten Benutzer verkn\xfcpfen.",confirmLinkIdpReviewProfile:"Benutzerkonto \xfcberpr\xfcfen",confirmLinkIdpContinue:"Zu einem bestehenden Benutzerkonto hinzuf\xfcgen",configureTotpMessage:"Sie m\xfcssen eine Mehrfachauthentifizierung einrichten, um das Benutzerkonto zu aktivieren.",updateProfileMessage:"Sie m\xfcssen Ihr Benutzerkonto aktualisieren, um das Benutzerkonto zu aktivieren.",updatePasswordMessage:"Sie m\xfcssen Ihr Passwort \xe4ndern, um das Benutzerkonto zu aktivieren.",resetPasswordMessage:"Sie m\xfcssen Ihr Passwort \xe4ndern.",verifyEmailMessage:"Sie m\xfcssen Ihre E-Mail-Adresse verifizieren, um das Benutzerkonto zu aktivieren.",linkIdpMessage:"Sie m\xfcssen Ihre E-Mail-Adresse verifizieren, um Ihr Benutzerkonto mit {0} zu verkn\xfcpfen.",emailSentMessage:"Sie sollten in K\xfcrze eine E-Mail mit weiteren Instruktionen erhalten.",emailSendErrorMessage:"Die E-Mail konnte nicht versendet werden. Bitte versuchen Sie es sp\xe4ter nochmal einmal.",accountUpdatedMessage:"Ihr Benutzerkonto wurde aktualisiert.",accountPasswordUpdatedMessage:"Ihr Passwort wurde aktualisiert.",delegationCompleteHeader:"Login Erfolgreich",delegationCompleteMessage:"Sie k\xf6nnen dieses Browserfenster schlie\xdfen und zu Ihrer Konsolenanwendung zur\xfcckkehren.",delegationFailedHeader:"Login Fehlgeschlagen",delegationFailedMessage:"Sie k\xf6nnen dieses Browserfenster schlie\xdfen und zu Ihrer Konsolenanwendung zur\xfcckkehren und versuchen, sich erneut anzumelden.",noAccessMessage:"Kein Zugriff",invalidPasswordMinLengthMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Zeichen lang sein.",invalidPasswordMinDigitsMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Zahl(en) beinhalten.",invalidPasswordMinLowerCaseCharsMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Kleinbuchstaben beinhalten.",invalidPasswordMinUpperCaseCharsMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Gro\xdfbuchstaben beinhalten.",invalidPasswordMinSpecialCharsMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Sonderzeichen beinhalten.",invalidPasswordNotUsernameMessage:"Ung\xfcltiges Passwort: Es darf nicht gleich sein wie der Benutzername.",invalidPasswordNotEmailMessage:"Ung\xfcltiges Passwort: darf nicht identisch mit der E-Mail-Adresse sein.",invalidPasswordRegexPatternMessage:"Ung\xfcltiges Passwort: Es entspricht nicht dem Regex-Muster.",invalidPasswordHistoryMessage:"Ung\xfcltiges Passwort: Es darf nicht einem der letzten {0} Passw\xf6rter entsprechen.",invalidPasswordGenericMessage:"Ung\xfcltiges Passwort: Es verletzt die Passwort-Richtlinien.",failedToProcessResponseMessage:"Konnte Antwort nicht verarbeiten.",httpsRequiredMessage:"HTTPS erforderlich.",realmNotEnabledMessage:"Realm nicht aktiviert.",invalidRequestMessage:"Ung\xfcltiger Request.",successLogout:"Sie sind abgemeldet.",failedLogout:"Logout fehlgeschlagen.",unknownLoginRequesterMessage:"Ung\xfcltiger Login Requester.",loginRequesterNotEnabledMessage:"Login Requester nicht aktiviert.",bearerOnlyMessage:"Bearer-only Clients k\xf6nnen sich nicht via Browser anmelden.",standardFlowDisabledMessage:"Client darf sich mit diesem response_type nicht via Browser anmelden. Standard Flow ist f\xfcr diesen Client deaktiviert.",implicitFlowDisabledMessage:"Client darf sich mit diesem response_type nicht via Browser anmelden. Implicit Flow ist f\xfcr diesen Client deaktiviert.",invalidRedirectUriMessage:"Ung\xfcltige Redirect Uri.",unsupportedNameIdFormatMessage:"Nicht unterst\xfctztes NameIDFormat.",invalidRequesterMessage:"Ung\xfcltiger Requester.",registrationNotAllowedMessage:"Registrierung nicht erlaubt.",resetCredentialNotAllowedMessage:"Reset Credential nicht erlaubt.",permissionNotApprovedMessage:"Berechtigung nicht best\xe4tigt.",noRelayStateInResponseMessage:"Kein Relay State in der Antwort von Identity Provider.",insufficientPermissionMessage:"Nicht gen\xfcgend Rechte, um die Identit\xe4t zu verkn\xfcpfen.",couldNotProceedWithAuthenticationRequestMessage:"Konnte die Authentifizierungsanfrage nicht weiter verarbeiten.",couldNotObtainTokenMessage:"Konnte kein Token vom Identity Provider erhalten.",unexpectedErrorRetrievingTokenMessage:"Unerwarteter Fehler w\xe4hrend dem Empfang des Tokens vom Identity Provider.",unexpectedErrorHandlingResponseMessage:"Unerwarteter Fehler w\xe4hrend der Bearbeitung der Antwort vom Identity Provider.",identityProviderAuthenticationFailedMessage:"Authentifizierung fehlgeschlagen. Authentifizierung mit dem Identity Provider nicht m\xf6glich.",couldNotSendAuthenticationRequestMessage:"Konnte Authentifizierungsanfrage nicht an den Identity Provider senden.",unexpectedErrorHandlingRequestMessage:"Unerwarteter Fehler w\xe4hrend der Bearbeitung der Anfrage an den Identity Provider.",invalidAccessCodeMessage:"Ung\xfcltiger Access-Code.",sessionNotActiveMessage:"Session nicht aktiv.",invalidCodeMessage:"Ung\xfcltiger Code, bitte melden Sie sich erneut \xfcber die Applikation an.",cookieNotFoundMessage:"Cookie konnte nicht gefunden werden. Bitte stellen Sie sicher, dass Cookies in Ihrem Browser aktiviert sind.",identityProviderUnexpectedErrorMessage:"Unerwarteter Fehler w\xe4hrend der Authentifizierung mit dem Identity Provider.",identityProviderMissingStateMessage:"Fehlender state Parameter in der Antwort vom Identit\xe4tsanbieter.",identityProviderNotFoundMessage:"Konnte keinen Identity Provider zu der Identit\xe4t finden.",identityProviderLinkSuccess:"Sie haben Ihre E-Mail-Adresse erfolgreich verifiziert. Bitte kehren Sie zu Ihrem urspr\xfcnglichen Browser zur\xfcck und fahren Sie dort mit der Anmeldung fort. ",staleCodeMessage:"Diese Seite ist nicht mehr g\xfcltig, bitte kehren Sie zu Ihrer Applikation zur\xfck und melden Sie sich erneut an.",realmSupportsNoCredentialsMessage:"Realm unterst\xfctzt keine Credential Typen.",credentialSetupRequired:"Anmeldung nicht m\xf6glich, Einrichtung der Anmeldeinformationen erforderlich.",identityProviderNotUniqueMessage:"Der Realm unterst\xfctzt mehrere Identity Provider. Es konnte kein eindeutiger Identity Provider zum Authentifizieren gew\xe4hlt werden.",emailVerifiedMessage:"Ihre E-Mail-Adresse wurde erfolgreich verifiziert.",staleEmailVerificationLink:"Der von Ihnen angeklickte Link ist nicht mehr g\xfcltig. Haben Sie Ihre E-Mail-Adresse eventuell bereits verifiziert?",identityProviderAlreadyLinkedMessage:"Die Identit\xe4t welche von dem Identity Provider zur\xfcckgegeben wurde ist bereits mit einem anderen Benutzer verkn\xfcpft.",confirmAccountLinking:"Best\xe4tigen Sie den Account {0} des Identity Provider {1} mit Ihrem Account zu verkn\xfcpfen.",confirmEmailAddressVerification:"Best\xe4tigen Sie, dass die E-Mail-Adresse {0} g\xfcltig ist.",confirmExecutionOfActions:"F\xfchren Sie die folgende(n) Aktion(en) aus",backToApplication:"« Zur\xfcck zur Applikation",missingParameterMessage:"Fehlender Parameter: {0}",clientNotFoundMessage:"Client nicht gefunden.",clientDisabledMessage:"Client deaktiviert.",invalidParameterMessage:"Ung\xfcltiger Parameter: {0}",alreadyLoggedIn:"Sie sind bereits angemeldet.",differentUserAuthenticated:"Sie sind in dieser Session bereits mit einem anderen Benutzer '{0}' angemeldet. Bitte melden Sie sich zuerst ab.",brokerLinkingSessionExpired:"Broker Account Linking angefordert; Ihre Session ist allerdings nicht mehr g\xfcltig.",proceedWithAction:"» Klicken Sie hier um fortzufahren","requiredAction.CONFIGURE_TOTP":"Mehrfachauthentifizierung konfigurieren","requiredAction.terms_and_conditions":"Bedingungen und Konditionen","requiredAction.UPDATE_PASSWORD":"Passwort aktualisieren","requiredAction.UPDATE_PROFILE":"Profil aktualisieren","requiredAction.VERIFY_EMAIL":"E-Mail-Adresse verifizieren","requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES":"Wiederherstellungscodes einrichten","requiredAction.webauthn-register-passwordless":"Kennwortlose Authentifizierung einrichten",doX509Login:"Sie werden angemeldet als:",clientCertificate:"X509 Client Zertifikat:",noCertificate:"[Kein Zertifikat]",pageNotFound:"Seite nicht gefunden",internalServerError:"Es ist ein interner Server-Fehler aufgetreten","console-username":"Benutzername:","console-password":"Passwort:","console-otp":"One Time Passwort:","console-new-password":"Neues Passwort:","console-confirm-password":"Passwort best\xe4tigen:","console-update-password":"Eine Aktualisierung Ihres Passworts ist erforderlich.","console-verify-email":"Sie m\xfcssen Ihre E-Mail-Adresse verifizieren. Wir haben eine E-Mail an {0} gesendet, die einen Verifizierungscode enth\xe4lt. Bitte geben Sie diesen Code in das untenstehende Eingabefeld ein.","console-email-code":"E-Mail Code:","console-accept-terms":"Nutzungsbedingungen akzeptieren? [y/n]:","console-accept":"y","openshift.scope.user_info":"Nutzerinformation","openshift.scope.user_check-access":"Benutzerzugriffsinformationen","openshift.scope.user_full":"Voller Zugriff","openshift.scope.list-projects":"Projekte auflisten","saml.post-form.title":"Authentifizierungsumleitung","saml.post-form.message":"Sie werden weitergeleitet, bitte warten.","saml.post-form.js-disabled":"JavaScript ist deaktiviert. Wir empfehlen dringend, es zu aktivieren. Klicken Sie auf die Schaltfl\xe4che unten, um fortzufahren. ","otp-display-name":"Authenticator-Anwendung","otp-help-text":"Eingabe eines Verifizierungscodes aus der Authenticator-Anwendung.","password-display-name":"Passwort","password-help-text":"Melden Sie sich an, indem Sie Ihr Passwort eingeben.","auth-username-form-display-name":"Benutzername","auth-username-form-help-text":"Anmelden durch Eingabe des Benutzernamens","auth-username-password-form-display-name":"Benutzername und Passwort","auth-username-password-form-help-text":"Anmelden, indem Sie Ihren Benutzernamen und Ihr Passwort eingeben.","auth-recovery-authn-code-form-display-name":"Wiederherstellungscode","auth-recovery-authn-code-form-help-text":"Geben Sie einen Wiederherstellungscode aus einer zuvor erstellten Liste ein.","auth-recovery-code-info-message":"Geben Sie den angegebenen Wiederherstellungscode ein.","auth-recovery-code-prompt":"Wiederherstellungscode #{0}","auth-recovery-code-header":"Anmeldung mit einem Wiederherstellungscode","recovery-codes-error-invalid":"Ung\xfcltiger Wiederherstellungscode","recovery-code-config-header":"Wiederherstellungscode","recovery-code-config-warning-title":"Diese Wiederherstellungscodes werden nach Verlassen dieser Seite nicht mehr angezeigt","recovery-code-config-warning-message":"Drucken Sie sie aus, laden Sie sie herunter oder kopieren Sie sie in einen Passwort-Manager und speichern Sie sie. Wenn Sie diese Einrichtung abbrechen, werden die Wiederherstellungscodes von Ihrem Konto entfernt.","recovery-codes-print":"Drucken","recovery-codes-download":"Herunterladen","recovery-codes-copy":"Kopieren","recovery-codes-copied":"Kopiert","recovery-codes-confirmation-message":"Ich habe diese Codes an einem sicheren Ort gespeichert","recovery-codes-action-complete":"Fertigstellen","recovery-codes-action-cancel":"Abbrechen","recovery-codes-download-file-header":"Bewahren Sie diese Wiederherstellungscodes an einem sicheren Ort auf.","recovery-codes-download-file-description":"Wiederherstellungscodes sind einmalig verwendbare Passw\xf6rter, mit denen Sie sich bei Ihrem Konto anmelden k\xf6nnen, wenn Sie keinen Zugriff auf Ihren Authentifikator haben.","recovery-codes-download-file-date":"Diese Codes wurden generiert am","recovery-codes-label-default":"Wiederherstellungscodes","webauthn-display-name":"Security-Token","webauthn-help-text":"Verwenden Sie Ihr Security-Token zur Anmeldung.","webauthn-passwordless-display-name":"Security-Token","webauthn-passwordless-help-text":"Verwenden Sie Ihr Security-Token zur kennwortlosen Anmeldung.","webauthn-login-title":"Security-Token Anmeldung","webauthn-registration-title":"Security-Token Registrierung","webauthn-available-authenticators":"Verf\xfcgbare Authentifikatoren","webauthn-unsupported-browser-text":"WebAuthn wird von diesem Browser nicht unterst\xfctzt. Versuchen Sie es mit einem anderen oder wenden Sie sich an Ihren Administrator.","webauthn-doAuthenticate":"Anmelden mit Security-Token","webauthn-error-title":"Security-Token Fehler","webauthn-error-registration":"Fehler beim Registrieren Ihres Security-Tokens.
{0}","webauthn-error-api-get":"Fehler beim Authentifizieren mit dem Security-Token.
{0}","webauthn-error-different-user":"Der erste authentifizierte Benutzer ist nicht derjenige, der durch das Security-Token authentifiziert wurde.","webauthn-error-auth-verification":"Das Ergebnis der Security-Token Authentifizierung ist ung\xfcltig.
{0}","webauthn-error-register-verification":"Das Ergebnis der Security-Token Registrierung ist ung\xfcltig.
{0}","webauthn-error-user-not-found":"Unbekannter Benutzer, der mit dem Security-Token authentifiziert wurde.","identity-provider-redirector":"Mit einem anderen Indentit\xe4tsprovider verbinden","identity-provider-login-label":"Oder anmelden mit","idp-email-verification-display-name":"E-Mail Verifizierung","idp-email-verification-help-text":"Best\xe4tigen Sie Ihr Benutzerkonto \xfcber den Empfang einer E-Mail","idp-username-password-form-display-name":"Passwort Verifizierung","idp-username-password-form-help-text":"Best\xe4tigen Sie Ihr Benutzerkonto mit Benutzername und Passwort",finalDeletionConfirmation:"Wenn Sie Ihr Konto l\xf6schen, kann es nicht wiederhergestellt werden. Um Ihr Konto zu behalten, klicken Sie auf Abbrechen.",irreversibleAction:"Diese Aktion ist unwiderruflich",deleteAccountConfirm:"L\xf6schung des Kontos best\xe4tigen",deletingImplies:"Die L\xf6schung Ihres Kontos bedeutet:",errasingData:"L\xf6schen aller Ihrer Daten",loggingOutImmediately:"Sofortige Abmeldung",accountUnusable:"Eine sp\xe4tere Nutzung der Anwendung ist mit diesem Konto nicht mehr m\xf6glich",userDeletedSuccessfully:"Nutzer erfolgreich gel\xf6scht","access-denied":"Zugriff verweigert","frontchannel-logout.title":"Abmelden","frontchannel-logout.message":"Sie melden sich von folgenden Anwendungen ab",logoutConfirmTitle:"Abmelden",logoutConfirmHeader:"Wollen Sie sich abmelden?",doLogout:"Abmelden",readOnlyUsernameMessage:"Sie k\xf6nnen Ihren Benutzernamen nicht \xe4ndern, da er schreibgesch\xfctzt ist."}}}]); +//# sourceMappingURL=5541.e719c67a.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5541.e719c67a.chunk.js.map b/resources/keycloak/keycloakify/static/js/5541.e719c67a.chunk.js.map new file mode 100644 index 00000000..5117d120 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5541.e719c67a.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/5541.e719c67a.chunk.js","mappings":"uIAmXA,UA/WgB,CACd,QAAW,WACX,WAAc,eACd,SAAY,YACZ,SAAY,WACZ,OAAU,YACV,MAAS,KACT,KAAQ,OACR,WAAc,SACd,SAAY,aACZ,SAAY,WACZ,UAAa,WACb,iBAAoB,sBACpB,YAAe,eACf,cAAiB,uBACjB,WAAc,mBACd,gBAAmB,8BACnB,gBAAmB,4BACnB,qBAAwB,wDACxB,yBAA4B,0HAC5B,sBAAyB,mCACzB,2BAA8B,8BAC9B,qBAAwB,mNACxB,iBAAoB,4EACpB,cAAiB,gBACjB,kBAAqB,2BACrB,WAAc,oBACd,eAAkB,MAClB,iBAAoB,2BACpB,qBAAwB,4CACxB,YAAe,QACf,YAAe,uBACf,eAAkB,0CAClB,kBAAqB,4CACrB,aAAgB,mFAChB,eAAkB,uCAClB,gBAAmB,oBACnB,oBAAuB,MACvB,WAAc,iCACd,eAAkB,iCAClB,iBAAoB,sBACpB,iBAAoB,sBACpB,oBAAuB,yBACvB,iBAAoB,qBACpB,eAAkB,kBAClB,mBAAsB,qDACtB,gBAAmB,4CACnB,gBAAmB,0DACnB,sBAAyB,qDACzB,sBAAyB,IACzB,WAAc,8BACd,eAAkB,8BAClB,UAAa,qDACb,gBAAmB,0BACnB,uBAA0B,sEAC1B,cAAiB,yBACjB,UAAa,kBACb,SAAY,eACZ,gBAAmB,2BACnB,UAAa,UACb,UAAa,UACb,SAAY,cACZ,SAAY,WACZ,WAAc,WACd,MAAS,SACT,SAAY,WACZ,gBAAmB,yBACnB,YAAe,iBACf,mBAAsB,+BACtB,WAAc,qBACd,kBAAqB,gBACrB,QAAW,UACX,OAAU,YACV,SAAY,uBACZ,OAAU,yBACV,YAAe,MACf,QAAW,OACX,cAAiB,qBACjB,QAAW,UACX,YAAe,gBACf,oBAAuB,4BACvB,OAAU,aACV,SAAY,eACZ,SAAY,WACZ,wBAA2B,8BAC3B,oBAAuB,kCACvB,wBAA2B,cAC3B,sBAAyB,iBACzB,wBAA2B,UAC3B,sBAAyB,gBACzB,8BAAiC,kBACjC,6BAAgC,eAChC,sBAAyB,eACzB,oBAAuB,mBACvB,eAAkB,0GAClB,eAAkB,0EAClB,eAAkB,6DAClB,eAAkB,gGAClB,yBAA4B,2FAC5B,qBAAwB,8EACxB,qBAAwB,8GACxB,sBAAyB,2CACzB,qBAAwB,mBACxB,gBAAmB,qBACnB,gBAAmB,gBACnB,cAAiB,MACjB,mBAAsB,cACtB,gBAAmB,UACnB,kBAAqB,YACrB,iBAAoB,YACpB,oBAAuB,gBACvB,iBAAkB,2BAClB,iBAAkB,mCAClB,yBAA4B,6BAC5B,kBAAqB,+CACrB,WAAc,KACd,wBAA2B,+DAC3B,wBAA2B,4DAC3B,wBAA2B,2CAC3B,kBAAqB,oBACrB,cAAiB,qHACjB,cAAiB,kDACjB,cAAiB,2CACjB,cAAiB,yEACjB,cAAiB,mBACjB,YAAe,kCACf,iBAAoB,oKACpB,yBAA4B,2IAC5B,oBAAuB,iFACvB,iBAAoB,wCACpB,gBAAmB,uCACnB,gBAAmB,qCACnB,aAAgB,gCAChB,WAAc,QACd,mBAAoB,cACpB,oBAAqB,kBACrB,qBAAsB,mBACtB,kBAAmB,gBACnB,kBAAmB,mBACnB,yBAA0B,wBAC1B,oBAAqB,kBACrB,mBAAoB,iBACpB,+BAAgC,4BAChC,oBAAqB,kBACrB,oBAAqB,qBACrB,2BAA4B,0BAC5B,iCAAkC,8BAClC,sBAAuB,oBACvB,qBAAsB,mBACtB,oBAAqB,kBACrB,sBAAuB,oBACvB,4BAA6B,yBAC7B,kBAAmB,cACnB,sBAAuB,kBACvB,eAAkB,cAClB,yBAA0B,iBAC1B,gCAAiC,wBACjC,mBAAoB,YACpB,0BAA2B,mBAC3B,cAAiB,SACjB,eAAkB,sBAClB,mBAAsB,4CACtB,uBAA0B,8BAC1B,8BAAiC,0CACjC,uBAA0B,0BAC1B,oBAAuB,+BACvB,uBAA0B,oEAC1B,kCAAqC,4HACrC,mBAAsB,4EACtB,qBAAwB,oFACxB,mCAAsC,uCACtC,uCAA0C,wEAC1C,wBAA2B,sCAC3B,uBAA0B,uCAC1B,oBAAuB,2CACvB,uBAA0B,2CAC1B,uBAA0B,oCAC1B,mBAAsB,yCACtB,6BAAgC,4CAChC,wBAA2B,sCAC3B,+BAAkC,yCAClC,kCAAqC,mFACrC,8BAAiC,kDACjC,mBAAsB,+BACtB,sBAAyB,kCACzB,mBAAsB,4BACtB,+BAAkC,wIAClC,oBAAuB,uCACvB,oCAAuC,6EACvC,8CAAiD,yDACjD,6BAAgC,wEAChC,4BAA+B,iCAC/B,uBAA0B,mDAC1B,qBAAwB,+FACxB,qBAAwB,qFACxB,sBAAyB,4EACzB,qBAAwB,wCACxB,mBAAsB,sFACtB,eAAkB,iGAClB,iBAAoB,2EACpB,sBAAyB,6FACzB,sBAAyB,wCACzB,8BAAiC,mCACjC,yBAA4B,oBAC5B,0BAA6B,mGAC7B,uBAA0B,uBAC1B,wBAA2B,yIAC3B,gBAAmB,eACnB,gCAAmC,oEACnC,gCAAmC,sEACnC,wCAA2C,6EAC3C,wCAA2C,+EAC3C,sCAAyC,2EACzC,kCAAqC,0EACrC,+BAAkC,4EAClC,mCAAsC,gEACtC,8BAAiC,yFACjC,8BAAiC,gEACjC,+BAAkC,oCAClC,qBAAwB,sBACxB,uBAA0B,yBAC1B,sBAAyB,yBACzB,cAAiB,uBACjB,aAAgB,yBAChB,6BAAgC,iCAChC,gCAAmC,mCACnC,kBAAqB,iEACrB,4BAA+B,4HAC/B,4BAA+B,4HAC/B,0BAA6B,6BAC7B,+BAAkC,uCAClC,wBAA2B,2BAC3B,8BAAiC,+BACjC,iCAAoC,kCACpC,6BAAgC,mCAChC,8BAAiC,yDACjC,8BAAiC,kEACjC,gDAAmD,iEACnD,2BAA8B,oDAC9B,sCAAyC,+EACzC,uCAA0C,oFAC1C,4CAA+C,kGAC/C,yCAA4C,0EAC5C,sCAAyC,uFACzC,yBAA4B,6BAC5B,wBAA2B,uBAC3B,mBAAsB,+EACtB,sBAAyB,+GACzB,uCAA0C,kFAC1C,oCAAuC,sEACvC,gCAAmC,8DACnC,4BAA+B,oKAC/B,iBAAoB,sHACpB,kCAAqC,+CACrC,wBAA2B,iFAC3B,iCAAoC,2IACpC,qBAAwB,qDACxB,2BAA8B,wHAC9B,qCAAwC,gIACxC,sBAAyB,kGACzB,gCAAmC,gEACnC,0BAA6B,+CAC7B,kBAAqB,oCACrB,wBAA2B,2BAC3B,sBAAyB,yBACzB,sBAAyB,sBACzB,wBAA2B,+BAC3B,gBAAmB,+BACnB,2BAA8B,mHAC9B,4BAA+B,wFAC/B,kBAAqB,2CACrB,gCAAiC,0CACjC,sCAAuC,8BACvC,iCAAkC,yBAClC,gCAAiC,uBACjC,8BAA+B,8BAC/B,gDAAiD,qCACjD,gDAAiD,4CACjD,YAAe,6BACf,kBAAqB,0BACrB,cAAiB,oBACjB,aAAgB,uBAChB,oBAAuB,gDACvB,mBAAoB,gBACpB,mBAAoB,YACpB,cAAe,qBACf,uBAAwB,kBACxB,2BAA4B,0BAC5B,0BAA2B,wDAC3B,uBAAwB,sMACxB,qBAAsB,eACtB,uBAAwB,0CACxB,iBAAkB,IAClB,4BAA6B,oBAC7B,oCAAqC,gCACrC,4BAA6B,iBAC7B,gCAAiC,qBACjC,uBAAwB,8BACxB,yBAA0B,2CAC1B,6BAA8B,qIAC9B,mBAAoB,0BACpB,gBAAiB,qEACjB,wBAAyB,WACzB,qBAAsB,uDACtB,kCAAmC,eACnC,+BAAgC,4CAChC,2CAA4C,4BAC5C,wCAAyC,qEACzC,6CAA8C,yBAC9C,0CAA2C,+EAC3C,kCAAmC,wDACnC,4BAA6B,8BAC7B,4BAA6B,6CAC7B,+BAAgC,uCAChC,8BAA+B,yBAC/B,qCAAsC,wFACtC,uCAAwC,wNACxC,uBAAwB,UACxB,0BAA2B,gBAC3B,sBAAuB,WACvB,wBAAyB,UACzB,sCAAuC,yDACvC,iCAAkC,gBAClC,+BAAgC,YAChC,sCAAuC,wEACvC,2CAA4C,mLAC5C,oCAAqC,kCACrC,+BAAgC,0BAChC,wBAAyB,iBACzB,qBAAsB,kDACtB,qCAAsC,iBACtC,kCAAmC,gEACnC,uBAAwB,2BACxB,8BAA+B,+BAC/B,oCAAqC,kCACrC,oCAAqC,yIACrC,0BAA2B,8BAC3B,uBAAwB,wBACxB,8BAA+B,2DAC/B,yBAA0B,gEAC1B,gCAAiC,+GACjC,mCAAoC,8EACpC,uCAAwC,0EACxC,gCAAiC,0EACjC,+BAAgC,qDAChC,gCAAiC,oBACjC,sCAAuC,uBACvC,mCAAoC,uEACpC,0CAA2C,yBAC3C,uCAAwC,oEACxC,0BAA6B,8HAC7B,mBAAsB,kCACtB,qBAAwB,uCACxB,gBAAmB,yCACnB,aAAgB,+BAChB,sBAAyB,sBACzB,gBAAmB,mFACnB,wBAA2B,iCAC3B,gBAAiB,qBACjB,4BAA6B,WAC7B,8BAA+B,+CAC/B,mBAAsB,WACtB,oBAAuB,4BACvB,SAAY,WACZ,wBAA2B,oF","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/de.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Anmelden\",\n \"doRegister\": \"Registrieren\",\n \"doCancel\": \"Abbrechen\",\n \"doSubmit\": \"Absenden\",\n \"doBack\": \"Zurück\",\n \"doYes\": \"Ja\",\n \"doNo\": \"Nein\",\n \"doContinue\": \"Weiter\",\n \"doIgnore\": \"Ignorieren\",\n \"doAccept\": \"Annehmen\",\n \"doDecline\": \"Ablehnen\",\n \"doForgotPassword\": \"Passwort vergessen?\",\n \"doClickHere\": \"Hier klicken\",\n \"doImpersonate\": \"Identitätswechsel\",\n \"doTryAgain\": \"Erneut versuchen\",\n \"doTryAnotherWay\": \"Einen anderen Weg versuchen\",\n \"doConfirmDelete\": \"Löschung bestätigen\",\n \"errorDeletingAccount\": \"Beim Löschen des Kontos ist ein Fehler aufgetreten\",\n \"deletingAccountForbidden\": \"Sie haben nicht genügend Berechtigungen, um Ihr eigenes Konto zu löschen, wenden Sie sich an einen Administrator.\",\n \"kerberosNotConfigured\": \"Kerberos ist nicht konfiguriert.\",\n \"kerberosNotConfiguredTitle\": \"Kerberos nicht konfiguriert\",\n \"bypassKerberosDetail\": \"Sie sind entweder nicht mit Kerberos angemeldet, oder Ihr Browser ist nicht für eine Anmeldung mit Kerberos konfiguriert. Bitte klicken Sie auf Weiter, damit Sie sich auf eine andere Art anmelden können\",\n \"kerberosNotSetUp\": \"Kerberos ist nicht konfiguriert. Sie können sich damit nicht anmelden.\",\n \"registerTitle\": \"Registrierung\",\n \"loginAccountTitle\": \"Bei Ihrem Konto anmelden\",\n \"loginTitle\": \"Anmeldung bei {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Identitätswechsel\",\n \"impersonateTitleHtml\": \"{0} Identitätswechsel\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Unbekannter Benutzer\",\n \"loginTotpTitle\": \"Mehrfachauthentifizierung konfigurieren\",\n \"loginProfileTitle\": \"Benutzerkonto Informationen aktualisieren\",\n \"loginTimeout\": \"Sie haben zu lange gebraucht, um sich anzumelden. Bitte versuchen Sie es erneut.\",\n \"reauthenticate\": \"Zum Fortsetzen bitte erneut anmelden\",\n \"oauthGrantTitle\": \"OAuth gewähren\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Es ist ein Fehler aufgetreten.\",\n \"errorTitleHtml\": \"Es ist ein Fehler aufgetreten.\",\n \"emailVerifyTitle\": \"E-Mail verifizieren\",\n \"emailForgotTitle\": \"Passwort vergessen?\",\n \"updatePasswordTitle\": \"Passwort aktualisieren\",\n \"codeSuccessTitle\": \"Erfolgreicher Code\",\n \"codeErrorTitle\": \"Fehlercode: {0}\",\n \"displayUnsupported\": \"Angeforderter Anzeigetyp wird nicht unterstützt\",\n \"browserRequired\": \"Browser für die Anmeldung erforderlich\",\n \"browserContinue\": \"Browser erforderlich, um die Anmeldung abzuschließen\",\n \"browserContinuePrompt\": \"Browser öffnen und Anmeldung fortsetzen? [y/n]:\",\n \"browserContinueAnswer\": \"y\",\n \"termsTitle\": \"Bedingungen und Konditionen\",\n \"termsTitleHtml\": \"Bedingungen und Konditionen\",\n \"termsText\": \"

Zu definierende Bedingungen und Konditionen

\",\n \"recaptchaFailed\": \"Ungültiges Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha Eingabe ist erforderlich, jedoch noch nicht konfiguriert.\",\n \"consentDenied\": \"Zustimmung verweigert.\",\n \"noAccount\": \"Neuer Benutzer?\",\n \"username\": \"Benutzername\",\n \"usernameOrEmail\": \"Benutzername oder E-Mail\",\n \"firstName\": \"Vorname\",\n \"givenName\": \"Vorname\",\n \"fullName\": \"Voller Name\",\n \"lastName\": \"Nachname\",\n \"familyName\": \"Nachname\",\n \"email\": \"E-Mail\",\n \"password\": \"Passwort\",\n \"passwordConfirm\": \"Passwort bestätigen\",\n \"passwordNew\": \"Neues Passwort\",\n \"passwordNewConfirm\": \"Neues Passwort bestätigen\",\n \"rememberMe\": \"Angemeldet bleiben\",\n \"authenticatorCode\": \"One-time Code\",\n \"address\": \"Adresse\",\n \"street\": \"Straße\",\n \"locality\": \"Stadt oder Ortschaft\",\n \"region\": \"Staat, Provinz, Region\",\n \"postal_code\": \"PLZ\",\n \"country\": \"Land\",\n \"emailVerified\": \"E-Mail verifiziert\",\n \"website\": \"Website\",\n \"phoneNumber\": \"Telefonnummer\",\n \"phoneNumberVerified\": \"Telefonnummer verifiziert\",\n \"gender\": \"Geschlecht\",\n \"birthday\": \"Geburtsdatum\",\n \"zoneinfo\": \"Zeitzone\",\n \"gssDelegationCredential\": \"GSS delegierte Berechtigung\",\n \"logoutOtherSessions\": \"Von anderen Geräten abmelden\",\n \"profileScopeConsentText\": \"Nutzerkonto\",\n \"emailScopeConsentText\": \"E-Mail Adresse\",\n \"addressScopeConsentText\": \"Adresse\",\n \"phoneScopeConsentText\": \"Telefonnummer\",\n \"offlineAccessScopeConsentText\": \"Offline Zugriff\",\n \"samlRoleListScopeConsentText\": \"Meine Rollen\",\n \"rolesScopeConsentText\": \"Nutzerrollen\",\n \"restartLoginTooltip\": \"Login neustarten\",\n \"loginTotpIntro\": \"Sie müssen einen One Time Passwort-Generator einrichten, um auf dieses Konto zugreifen zu können.\",\n \"loginTotpStep1\": \"Installieren Sie eine der folgenden Applikationen auf Ihrem Smartphone:\",\n \"loginTotpStep2\": \"Öffnen Sie die Applikation und scannen Sie den QR-Code.\",\n \"loginTotpStep3\": \"Geben Sie den von der Applikation generierten One-time Code ein und klicken Sie auf Absenden.\",\n \"loginTotpStep3DeviceName\": \"Geben Sie einen Gerätenamen an, um die Verwaltung Ihrer OTP-Geräte zu erleichtern.\",\n \"loginTotpManualStep2\": \"Öffnen Sie die Applikation und geben Sie den folgenden Schlüssel ein.\",\n \"loginTotpManualStep3\": \"Verwenden Sie die folgenden Konfigurationswerte, falls Sie diese für die Applikation anpassen können:\",\n \"loginTotpUnableToScan\": \"Sie können den QR-Code nicht scannen?\",\n \"loginTotpScanBarcode\": \"QR-Code scannen?\",\n \"loginCredential\": \"Anmeldeinformation\",\n \"loginOtpOneTime\": \"One-time code\",\n \"loginTotpType\": \"Typ\",\n \"loginTotpAlgorithm\": \"Algorithmus\",\n \"loginTotpDigits\": \"Ziffern\",\n \"loginTotpInterval\": \"Intervall\",\n \"loginTotpCounter\": \"Zähler\",\n \"loginTotpDeviceName\": \"Gerätename\",\n \"loginTotp.totp\": \"zeitbasiert (time-based)\",\n \"loginTotp.hotp\": \"zählerbasiert (counter-based)\",\n \"loginChooseAuthenticator\": \"Login Methode auswählen\",\n \"oauthGrantRequest\": \"Wollen Sie diese Zugriffsrechte gewähren?\",\n \"inResource\": \"in\",\n \"emailVerifyInstruction1\": \"Eine E-Mail mit weiteren Anweisungen wurde an Sie versendet.\",\n \"emailVerifyInstruction2\": \"Falls Sie keine E-Mail erhalten haben, dann können Sie\",\n \"emailVerifyInstruction3\": \"um eine neue E-Mail versenden zu lassen.\",\n \"emailLinkIdpTitle\": \"{0} verknüpfen\",\n \"emailLinkIdp1\": \"Eine E-Mail mit weiteren Anweisungen um {0} Konto {1} mit Ihrem {2} Konto zu verknüpfen wurde an Sie versendet.\",\n \"emailLinkIdp2\": \"Sie haben keinen Code in Ihrer E-Mail erhalten?\",\n \"emailLinkIdp3\": \"um eine neue E-Mail versenden zu lassen.\",\n \"emailLinkIdp4\": \"Wenn Sie die E-Mail bereits in einem anderen Browser verifiziert haben\",\n \"emailLinkIdp5\": \"um fortzufahren.\",\n \"backToLogin\": \"« Zurück zur Anmeldung\",\n \"emailInstruction\": \"Geben Sie Ihren Benutzernamen oder Ihre E-Mail Adresse ein und klicken Sie auf Absenden. Danach werden wir Ihnen eine E-Mail mit weiteren Instruktionen zusenden.\",\n \"emailInstructionUsername\": \"Geben Sie Ihren Benutzernamen ein und klicken Sie auf Absenden. Danach werden wir Ihnen eine E-Mail mit weiteren Instruktionen zusenden.\",\n \"copyCodeInstruction\": \"Bitte kopieren Sie den folgenden Code und fügen ihn in die Applikation ein:\",\n \"pageExpiredTitle\": \"Diese Seite ist nicht mehr gültig.\",\n \"pageExpiredMsg1\": \"Um den Anmeldevorgang neu zu starten\",\n \"pageExpiredMsg2\": \"Um den Anmeldevorgang fortzusetzen\",\n \"personalInfo\": \"Persönliche Informationen:\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Realm Admin\",\n \"role_create-realm\": \"Realm erstellen\",\n \"role_create-client\": \"Client erstellen\",\n \"role_view-realm\": \"Realm ansehen\",\n \"role_view-users\": \"Benutzer ansehen\",\n \"role_view-applications\": \"Applikationen ansehen\",\n \"role_view-clients\": \"Clients ansehen\",\n \"role_view-events\": \"Events ansehen\",\n \"role_view-identity-providers\": \"Identity Provider ansehen\",\n \"role_manage-realm\": \"Realm verwalten\",\n \"role_manage-users\": \"Benutzer verwalten\",\n \"role_manage-applications\": \"Applikationen verwalten\",\n \"role_manage-identity-providers\": \"Identity Provider verwalten\",\n \"role_manage-clients\": \"Clients verwalten\",\n \"role_manage-events\": \"Events verwalten\",\n \"role_view-profile\": \"Profile ansehen\",\n \"role_manage-account\": \"Profile verwalten\",\n \"role_manage-account-links\": \"Profil-Links verwalten\",\n \"role_read-token\": \"Token lesen\",\n \"role_offline-access\": \"Offline-Zugriff\",\n \"client_account\": \"Clientkonto\",\n \"client_account-console\": \"Accountkonsole\",\n \"client_security-admin-console\": \"Security Adminkonsole\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Realm-Management\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Benötigte Felder\",\n \"invalidUserMessage\": \"Ungültiger Benutzername oder Passwort.\",\n \"invalidUsernameMessage\": \"Ungültiger Benutzername.\",\n \"invalidUsernameOrEmailMessage\": \"Ungültiger Benutzername oder E-Mail.\",\n \"invalidPasswordMessage\": \"Ungültiges Passwort.\",\n \"invalidEmailMessage\": \"Ungültige E-Mail-Adresse.\",\n \"accountDisabledMessage\": \"Ihr Benutzerkonto ist gesperrt, bitte kontaktieren Sie den Admin.\",\n \"accountTemporarilyDisabledMessage\": \"Ihr Benutzerkonto ist temporär gesperrt. Bitte kontaktieren Sie den Admin oder versuchen Sie es später noch einmal.\",\n \"expiredCodeMessage\": \"Zeitüberschreitung bei der Anmeldung. Bitte melden Sie sich erneut an.\",\n \"expiredActionMessage\": \"Die Aktion ist nicht mehr gültig. Bitte fahren Sie nun mit der Anmeldung fort.\",\n \"expiredActionTokenNoSessionMessage\": \"Die Aktion ist nicht mehr gültig.\",\n \"expiredActionTokenSessionExistsMessage\": \"Die Aktion ist nicht mehr gültig. Bitte fangen Sie noch einmal an.\",\n \"missingFirstNameMessage\": \"Bitte geben Sie einen Vornamen ein.\",\n \"missingLastNameMessage\": \"Bitte geben Sie einen Nachnamen ein.\",\n \"missingEmailMessage\": \"Bitte geben Sie eine E-Mail-Adresse ein.\",\n \"missingUsernameMessage\": \"Bitte geben Sie einen Benutzernamen ein.\",\n \"missingPasswordMessage\": \"Bitte geben Sie ein Passwort ein.\",\n \"missingTotpMessage\": \"Bitte geben Sie den One-time Code ein.\",\n \"missingTotpDeviceNameMessage\": \"Bitte geben Sie einen Gerätenamen ein.\",\n \"notMatchPasswordMessage\": \"Passwörter sind nicht identisch.\",\n \"invalidPasswordExistingMessage\": \"Das aktuelle Passwort ist ungültig.\",\n \"invalidPasswordBlacklistedMessage\": \"Ungültiges Passwort: Das Passwort steht auf der Blockliste (schwarzen Liste).\",\n \"invalidPasswordConfirmMessage\": \"Die Passwortbestätigung ist nicht identisch.\",\n \"invalidTotpMessage\": \"Ungültiger One-time Code.\",\n \"usernameExistsMessage\": \"Benutzername existiert bereits.\",\n \"emailExistsMessage\": \"E-Mail existiert bereits.\",\n \"federatedIdentityExistsMessage\": \"Ein Benutzer mit {0} {1} existiert bereits. Bitte melden Sie sich an der Benutzerkontoverwaltung an um den Benutzer zu verknüpfen.\",\n \"confirmLinkIdpTitle\": \"Das Benutzerkonto existiert bereits.\",\n \"federatedIdentityConfirmLinkMessage\": \"Ein Benutzer mit {0} {1} existiert bereits. Wie möchten Sie fortfahren?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Anmelden um das Benutzerkonto mit {0} zu verknüpfen\",\n \"nestedFirstBrokerFlowMessage\": \"Der {0} Benutzer {1} ist mit keinem bekannten Benutzer verknüpfen.\",\n \"confirmLinkIdpReviewProfile\": \"Benutzerkonto überprüfen\",\n \"confirmLinkIdpContinue\": \"Zu einem bestehenden Benutzerkonto hinzufügen\",\n \"configureTotpMessage\": \"Sie müssen eine Mehrfachauthentifizierung einrichten, um das Benutzerkonto zu aktivieren.\",\n \"updateProfileMessage\": \"Sie müssen Ihr Benutzerkonto aktualisieren, um das Benutzerkonto zu aktivieren.\",\n \"updatePasswordMessage\": \"Sie müssen Ihr Passwort ändern, um das Benutzerkonto zu aktivieren.\",\n \"resetPasswordMessage\": \"Sie müssen Ihr Passwort ändern.\",\n \"verifyEmailMessage\": \"Sie müssen Ihre E-Mail-Adresse verifizieren, um das Benutzerkonto zu aktivieren.\",\n \"linkIdpMessage\": \"Sie müssen Ihre E-Mail-Adresse verifizieren, um Ihr Benutzerkonto mit {0} zu verknüpfen.\",\n \"emailSentMessage\": \"Sie sollten in Kürze eine E-Mail mit weiteren Instruktionen erhalten.\",\n \"emailSendErrorMessage\": \"Die E-Mail konnte nicht versendet werden. Bitte versuchen Sie es später nochmal einmal.\",\n \"accountUpdatedMessage\": \"Ihr Benutzerkonto wurde aktualisiert.\",\n \"accountPasswordUpdatedMessage\": \"Ihr Passwort wurde aktualisiert.\",\n \"delegationCompleteHeader\": \"Login Erfolgreich\",\n \"delegationCompleteMessage\": \"Sie können dieses Browserfenster schließen und zu Ihrer Konsolenanwendung zurückkehren.\",\n \"delegationFailedHeader\": \"Login Fehlgeschlagen\",\n \"delegationFailedMessage\": \"Sie können dieses Browserfenster schließen und zu Ihrer Konsolenanwendung zurückkehren und versuchen, sich erneut anzumelden.\",\n \"noAccessMessage\": \"Kein Zugriff\",\n \"invalidPasswordMinLengthMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Zeichen lang sein.\",\n \"invalidPasswordMinDigitsMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Zahl(en) beinhalten.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Kleinbuchstaben beinhalten.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Großbuchstaben beinhalten.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Sonderzeichen beinhalten.\",\n \"invalidPasswordNotUsernameMessage\": \"Ungültiges Passwort: Es darf nicht gleich sein wie der Benutzername.\",\n \"invalidPasswordNotEmailMessage\": \"Ungültiges Passwort: darf nicht identisch mit der E-Mail-Adresse sein.\",\n \"invalidPasswordRegexPatternMessage\": \"Ungültiges Passwort: Es entspricht nicht dem Regex-Muster.\",\n \"invalidPasswordHistoryMessage\": \"Ungültiges Passwort: Es darf nicht einem der letzten {0} Passwörter entsprechen.\",\n \"invalidPasswordGenericMessage\": \"Ungültiges Passwort: Es verletzt die Passwort-Richtlinien.\",\n \"failedToProcessResponseMessage\": \"Konnte Antwort nicht verarbeiten.\",\n \"httpsRequiredMessage\": \"HTTPS erforderlich.\",\n \"realmNotEnabledMessage\": \"Realm nicht aktiviert.\",\n \"invalidRequestMessage\": \"Ungültiger Request.\",\n \"successLogout\": \"Sie sind abgemeldet.\",\n \"failedLogout\": \"Logout fehlgeschlagen.\",\n \"unknownLoginRequesterMessage\": \"Ungültiger Login Requester.\",\n \"loginRequesterNotEnabledMessage\": \"Login Requester nicht aktiviert.\",\n \"bearerOnlyMessage\": \"Bearer-only Clients können sich nicht via Browser anmelden.\",\n \"standardFlowDisabledMessage\": \"Client darf sich mit diesem response_type nicht via Browser anmelden. Standard Flow ist für diesen Client deaktiviert.\",\n \"implicitFlowDisabledMessage\": \"Client darf sich mit diesem response_type nicht via Browser anmelden. Implicit Flow ist für diesen Client deaktiviert.\",\n \"invalidRedirectUriMessage\": \"Ungültige Redirect Uri.\",\n \"unsupportedNameIdFormatMessage\": \"Nicht unterstütztes NameIDFormat.\",\n \"invalidRequesterMessage\": \"Ungültiger Requester.\",\n \"registrationNotAllowedMessage\": \"Registrierung nicht erlaubt.\",\n \"resetCredentialNotAllowedMessage\": \"Reset Credential nicht erlaubt.\",\n \"permissionNotApprovedMessage\": \"Berechtigung nicht bestätigt.\",\n \"noRelayStateInResponseMessage\": \"Kein Relay State in der Antwort von Identity Provider.\",\n \"insufficientPermissionMessage\": \"Nicht genügend Rechte, um die Identität zu verknüpfen.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Konnte die Authentifizierungsanfrage nicht weiter verarbeiten.\",\n \"couldNotObtainTokenMessage\": \"Konnte kein Token vom Identity Provider erhalten.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Unerwarteter Fehler während dem Empfang des Tokens vom Identity Provider.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Unerwarteter Fehler während der Bearbeitung der Antwort vom Identity Provider.\",\n \"identityProviderAuthenticationFailedMessage\": \"Authentifizierung fehlgeschlagen. Authentifizierung mit dem Identity Provider nicht möglich.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Konnte Authentifizierungsanfrage nicht an den Identity Provider senden.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Unerwarteter Fehler während der Bearbeitung der Anfrage an den Identity Provider.\",\n \"invalidAccessCodeMessage\": \"Ungültiger Access-Code.\",\n \"sessionNotActiveMessage\": \"Session nicht aktiv.\",\n \"invalidCodeMessage\": \"Ungültiger Code, bitte melden Sie sich erneut über die Applikation an.\",\n \"cookieNotFoundMessage\": \"Cookie konnte nicht gefunden werden. Bitte stellen Sie sicher, dass Cookies in Ihrem Browser aktiviert sind.\",\n \"identityProviderUnexpectedErrorMessage\": \"Unerwarteter Fehler während der Authentifizierung mit dem Identity Provider.\",\n \"identityProviderMissingStateMessage\": \"Fehlender state Parameter in der Antwort vom Identitätsanbieter.\",\n \"identityProviderNotFoundMessage\": \"Konnte keinen Identity Provider zu der Identität finden.\",\n \"identityProviderLinkSuccess\": \"Sie haben Ihre E-Mail-Adresse erfolgreich verifiziert. Bitte kehren Sie zu Ihrem ursprünglichen Browser zurück und fahren Sie dort mit der Anmeldung fort. \",\n \"staleCodeMessage\": \"Diese Seite ist nicht mehr gültig, bitte kehren Sie zu Ihrer Applikation zurük und melden Sie sich erneut an.\",\n \"realmSupportsNoCredentialsMessage\": \"Realm unterstützt keine Credential Typen.\",\n \"credentialSetupRequired\": \"Anmeldung nicht möglich, Einrichtung der Anmeldeinformationen erforderlich.\",\n \"identityProviderNotUniqueMessage\": \"Der Realm unterstützt mehrere Identity Provider. Es konnte kein eindeutiger Identity Provider zum Authentifizieren gewählt werden.\",\n \"emailVerifiedMessage\": \"Ihre E-Mail-Adresse wurde erfolgreich verifiziert.\",\n \"staleEmailVerificationLink\": \"Der von Ihnen angeklickte Link ist nicht mehr gültig. Haben Sie Ihre E-Mail-Adresse eventuell bereits verifiziert?\",\n \"identityProviderAlreadyLinkedMessage\": \"Die Identität welche von dem Identity Provider zurückgegeben wurde ist bereits mit einem anderen Benutzer verknüpft.\",\n \"confirmAccountLinking\": \"Bestätigen Sie den Account {0} des Identity Provider {1} mit Ihrem Account zu verknüpfen.\",\n \"confirmEmailAddressVerification\": \"Bestätigen Sie, dass die E-Mail-Adresse {0} gültig ist.\",\n \"confirmExecutionOfActions\": \"Führen Sie die folgende(n) Aktion(en) aus\",\n \"backToApplication\": \"« Zurück zur Applikation\",\n \"missingParameterMessage\": \"Fehlender Parameter: {0}\",\n \"clientNotFoundMessage\": \"Client nicht gefunden.\",\n \"clientDisabledMessage\": \"Client deaktiviert.\",\n \"invalidParameterMessage\": \"Ungültiger Parameter: {0}\",\n \"alreadyLoggedIn\": \"Sie sind bereits angemeldet.\",\n \"differentUserAuthenticated\": \"Sie sind in dieser Session bereits mit einem anderen Benutzer '{0}' angemeldet. Bitte melden Sie sich zuerst ab.\",\n \"brokerLinkingSessionExpired\": \"Broker Account Linking angefordert; Ihre Session ist allerdings nicht mehr gültig.\",\n \"proceedWithAction\": \"» Klicken Sie hier um fortzufahren\",\n \"requiredAction.CONFIGURE_TOTP\": \"Mehrfachauthentifizierung konfigurieren\",\n \"requiredAction.terms_and_conditions\": \"Bedingungen und Konditionen\",\n \"requiredAction.UPDATE_PASSWORD\": \"Passwort aktualisieren\",\n \"requiredAction.UPDATE_PROFILE\": \"Profil aktualisieren\",\n \"requiredAction.VERIFY_EMAIL\": \"E-Mail-Adresse verifizieren\",\n \"requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES\": \"Wiederherstellungscodes einrichten\",\n \"requiredAction.webauthn-register-passwordless\": \"Kennwortlose Authentifizierung einrichten\",\n \"doX509Login\": \"Sie werden angemeldet als:\",\n \"clientCertificate\": \"X509 Client Zertifikat:\",\n \"noCertificate\": \"[Kein Zertifikat]\",\n \"pageNotFound\": \"Seite nicht gefunden\",\n \"internalServerError\": \"Es ist ein interner Server-Fehler aufgetreten\",\n \"console-username\": \"Benutzername:\",\n \"console-password\": \"Passwort:\",\n \"console-otp\": \"One Time Passwort:\",\n \"console-new-password\": \"Neues Passwort:\",\n \"console-confirm-password\": \"Passwort bestätigen:\",\n \"console-update-password\": \"Eine Aktualisierung Ihres Passworts ist erforderlich.\",\n \"console-verify-email\": \"Sie müssen Ihre E-Mail-Adresse verifizieren. Wir haben eine E-Mail an {0} gesendet, die einen Verifizierungscode enthält. Bitte geben Sie diesen Code in das untenstehende Eingabefeld ein.\",\n \"console-email-code\": \"E-Mail Code:\",\n \"console-accept-terms\": \"Nutzungsbedingungen akzeptieren? [y/n]:\",\n \"console-accept\": \"y\",\n \"openshift.scope.user_info\": \"Nutzerinformation\",\n \"openshift.scope.user_check-access\": \"Benutzerzugriffsinformationen\",\n \"openshift.scope.user_full\": \"Voller Zugriff\",\n \"openshift.scope.list-projects\": \"Projekte auflisten\",\n \"saml.post-form.title\": \"Authentifizierungsumleitung\",\n \"saml.post-form.message\": \"Sie werden weitergeleitet, bitte warten.\",\n \"saml.post-form.js-disabled\": \"JavaScript ist deaktiviert. Wir empfehlen dringend, es zu aktivieren. Klicken Sie auf die Schaltfläche unten, um fortzufahren. \",\n \"otp-display-name\": \"Authenticator-Anwendung\",\n \"otp-help-text\": \"Eingabe eines Verifizierungscodes aus der Authenticator-Anwendung.\",\n \"password-display-name\": \"Passwort\",\n \"password-help-text\": \"Melden Sie sich an, indem Sie Ihr Passwort eingeben.\",\n \"auth-username-form-display-name\": \"Benutzername\",\n \"auth-username-form-help-text\": \"Anmelden durch Eingabe des Benutzernamens\",\n \"auth-username-password-form-display-name\": \"Benutzername und Passwort\",\n \"auth-username-password-form-help-text\": \"Anmelden, indem Sie Ihren Benutzernamen und Ihr Passwort eingeben.\",\n \"auth-recovery-authn-code-form-display-name\": \"Wiederherstellungscode\",\n \"auth-recovery-authn-code-form-help-text\": \"Geben Sie einen Wiederherstellungscode aus einer zuvor erstellten Liste ein.\",\n \"auth-recovery-code-info-message\": \"Geben Sie den angegebenen Wiederherstellungscode ein.\",\n \"auth-recovery-code-prompt\": \"Wiederherstellungscode #{0}\",\n \"auth-recovery-code-header\": \"Anmeldung mit einem Wiederherstellungscode\",\n \"recovery-codes-error-invalid\": \"Ungültiger Wiederherstellungscode\",\n \"recovery-code-config-header\": \"Wiederherstellungscode\",\n \"recovery-code-config-warning-title\": \"Diese Wiederherstellungscodes werden nach Verlassen dieser Seite nicht mehr angezeigt\",\n \"recovery-code-config-warning-message\": \"Drucken Sie sie aus, laden Sie sie herunter oder kopieren Sie sie in einen Passwort-Manager und speichern Sie sie. Wenn Sie diese Einrichtung abbrechen, werden die Wiederherstellungscodes von Ihrem Konto entfernt.\",\n \"recovery-codes-print\": \"Drucken\",\n \"recovery-codes-download\": \"Herunterladen\",\n \"recovery-codes-copy\": \"Kopieren\",\n \"recovery-codes-copied\": \"Kopiert\",\n \"recovery-codes-confirmation-message\": \"Ich habe diese Codes an einem sicheren Ort gespeichert\",\n \"recovery-codes-action-complete\": \"Fertigstellen\",\n \"recovery-codes-action-cancel\": \"Abbrechen\",\n \"recovery-codes-download-file-header\": \"Bewahren Sie diese Wiederherstellungscodes an einem sicheren Ort auf.\",\n \"recovery-codes-download-file-description\": \"Wiederherstellungscodes sind einmalig verwendbare Passwörter, mit denen Sie sich bei Ihrem Konto anmelden können, wenn Sie keinen Zugriff auf Ihren Authentifikator haben.\",\n \"recovery-codes-download-file-date\": \"Diese Codes wurden generiert am\",\n \"recovery-codes-label-default\": \"Wiederherstellungscodes\",\n \"webauthn-display-name\": \"Security-Token\",\n \"webauthn-help-text\": \"Verwenden Sie Ihr Security-Token zur Anmeldung.\",\n \"webauthn-passwordless-display-name\": \"Security-Token\",\n \"webauthn-passwordless-help-text\": \"Verwenden Sie Ihr Security-Token zur kennwortlosen Anmeldung.\",\n \"webauthn-login-title\": \"Security-Token Anmeldung\",\n \"webauthn-registration-title\": \"Security-Token Registrierung\",\n \"webauthn-available-authenticators\": \"Verfügbare Authentifikatoren\",\n \"webauthn-unsupported-browser-text\": \"WebAuthn wird von diesem Browser nicht unterstützt. Versuchen Sie es mit einem anderen oder wenden Sie sich an Ihren Administrator.\",\n \"webauthn-doAuthenticate\": \"Anmelden mit Security-Token\",\n \"webauthn-error-title\": \"Security-Token Fehler\",\n \"webauthn-error-registration\": \"Fehler beim Registrieren Ihres Security-Tokens.
{0}\",\n \"webauthn-error-api-get\": \"Fehler beim Authentifizieren mit dem Security-Token.
{0}\",\n \"webauthn-error-different-user\": \"Der erste authentifizierte Benutzer ist nicht derjenige, der durch das Security-Token authentifiziert wurde.\",\n \"webauthn-error-auth-verification\": \"Das Ergebnis der Security-Token Authentifizierung ist ungültig.
{0}\",\n \"webauthn-error-register-verification\": \"Das Ergebnis der Security-Token Registrierung ist ungültig.
{0}\",\n \"webauthn-error-user-not-found\": \"Unbekannter Benutzer, der mit dem Security-Token authentifiziert wurde.\",\n \"identity-provider-redirector\": \"Mit einem anderen Indentitätsprovider verbinden\",\n \"identity-provider-login-label\": \"Oder anmelden mit\",\n \"idp-email-verification-display-name\": \"E-Mail Verifizierung\",\n \"idp-email-verification-help-text\": \"Bestätigen Sie Ihr Benutzerkonto über den Empfang einer E-Mail\",\n \"idp-username-password-form-display-name\": \"Passwort Verifizierung\",\n \"idp-username-password-form-help-text\": \"Bestätigen Sie Ihr Benutzerkonto mit Benutzername und Passwort\",\n \"finalDeletionConfirmation\": \"Wenn Sie Ihr Konto löschen, kann es nicht wiederhergestellt werden. Um Ihr Konto zu behalten, klicken Sie auf Abbrechen.\",\n \"irreversibleAction\": \"Diese Aktion ist unwiderruflich\",\n \"deleteAccountConfirm\": \"Löschung des Kontos bestätigen\",\n \"deletingImplies\": \"Die Löschung Ihres Kontos bedeutet:\",\n \"errasingData\": \"Löschen aller Ihrer Daten\",\n \"loggingOutImmediately\": \"Sofortige Abmeldung\",\n \"accountUnusable\": \"Eine spätere Nutzung der Anwendung ist mit diesem Konto nicht mehr möglich\",\n \"userDeletedSuccessfully\": \"Nutzer erfolgreich gelöscht\",\n \"access-denied\": \"Zugriff verweigert\",\n \"frontchannel-logout.title\": \"Abmelden\",\n \"frontchannel-logout.message\": \"Sie melden sich von folgenden Anwendungen ab\",\n \"logoutConfirmTitle\": \"Abmelden\",\n \"logoutConfirmHeader\": \"Wollen Sie sich abmelden?\",\n \"doLogout\": \"Abmelden\",\n \"readOnlyUsernameMessage\": \"Sie können Ihren Benutzernamen nicht ändern, da er schreibgeschützt ist.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5741.0437aade.chunk.js b/resources/keycloak/keycloakify/static/js/5741.0437aade.chunk.js new file mode 100644 index 00000000..f1c71cd9 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5741.0437aade.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5741],{2889:function(s,e,c){c.d(e,{a:function(){return t}});var o=c(6055),l=c(969);function t(s){var e=s.defaultClasses;return{useGetClassName:function(s){var c=s.classes;return{getClassName:(0,l.O)((function(s){return(0,o.W)(s,e[s],null===c||void 0===c?void 0:c[s])}))}}}}},7107:function(s,e,c){c.d(e,{v:function(){return o}});var o=(0,c(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},5741:function(s,e,c){c.r(e),c.d(e,{default:function(){return a}});var o=c(184),l=c(6055),t=c(7107);function a(s){var e=s.kcContext,c=s.i18n,a=s.doUseDefaultCss,i=s.Template,n=s.classes,r=(0,t.v)({doUseDefaultCss:a,classes:n}).getClassName,f=e.url,u=e.client,p=e.logoutConfirm,k=c.msg,m=c.msgStr;return(0,o.jsx)(i,Object.assign({},{kcContext:e,i18n:c,doUseDefaultCss:a,classes:n},{displayMessage:!1,headerNode:k("logoutConfirmTitle")},{children:(0,o.jsxs)("div",Object.assign({id:"kc-logout-confirm",className:"content-area"},{children:[(0,o.jsx)("p",Object.assign({className:"instruction"},{children:k("logoutConfirmHeader")})),(0,o.jsxs)("form",Object.assign({className:"form-actions",action:f.logoutConfirmAction,method:"POST"},{children:[(0,o.jsx)("input",{type:"hidden",name:"session_code",value:p.code}),(0,o.jsxs)("div",Object.assign({className:r("kcFormGroupClass")},{children:[(0,o.jsx)("div",Object.assign({id:"kc-form-options"},{children:(0,o.jsx)("div",{className:r("kcFormOptionsWrapperClass")})})),(0,o.jsx)("div",Object.assign({id:"kc-form-buttons",className:r("kcFormGroupClass")},{children:(0,o.jsx)("input",{tabIndex:4,className:(0,l.W)(r("kcButtonClass"),r("kcButtonPrimaryClass"),r("kcButtonBlockClass"),r("kcButtonLargeClass")),name:"confirmLogout",id:"kc-logout",type:"submit",value:m("doLogout")})}))]}))]})),(0,o.jsx)("div",Object.assign({id:"kc-info-message"},{children:!p.skipLink&&u.baseUrl&&(0,o.jsx)("p",{children:(0,o.jsx)("a",{href:u.baseUrl,dangerouslySetInnerHTML:{__html:m("backToApplication")}})})}))]}))}))}},6055:function(s,e,c){c.d(e,{W:function(){return a}});var o=c(2982),l=c(9883),t=c(9465),a=function s(){for(var e=arguments.length,c=0,a="";c(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function LogoutConfirm(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { url, client, logoutConfirm } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n return (\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","LogoutConfirm","props","kcContext","i18n","doUseDefaultCss","Template","url","client","logoutConfirm","msg","msgStr","_jsx","Object","assign","displayMessage","headerNode","children","_jsxs","id","className","action","logoutConfirmAction","method","type","name","value","code","tabIndex","skipLink","baseUrl","href","dangerouslySetInnerHTML","__html","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/575.daec5bd3.chunk.js b/resources/keycloak/keycloakify/static/js/575.daec5bd3.chunk.js new file mode 100644 index 00000000..f9ca12b3 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/575.daec5bd3.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[575],{575:function(e,s,t){t.r(s),t.d(s,{default:function(){return d}});var o=t(1413),l=t(885),c=t(2791),r=t(6055),a=t(969),i=t(7107),n=t(184);function d(e){var s=e.kcContext,t=e.i18n,d=e.doUseDefaultCss,u=e.Template,p=e.classes,f=(0,i.v)({doUseDefaultCss:d,classes:p}).getClassName,m=s.social,k=s.realm,C=s.url,g=s.usernameEditDisabled,b=s.login,v=s.auth,h=s.registrationDisabled,x=t.msg,w=t.msgStr,A=(0,c.useState)(!1),y=(0,l.Z)(A,2),I=y[0],j=y[1],F=(0,a.O)((function(e){var s;e.preventDefault(),j(!0);var t=e.target;null===(s=t.querySelector("input[name='email']"))||void 0===s||s.setAttribute("name","username"),t.submit()}));return(0,n.jsx)(u,{kcContext:s,i18n:t,doUseDefaultCss:d,classes:p,displayInfo:m.displayInfo,displayWide:k.password&&void 0!==m.providers,headerNode:x("doLogIn"),infoNode:k.password&&k.registrationAllowed&&!h&&(0,n.jsx)("div",{id:"kc-registration",children:(0,n.jsxs)("span",{children:[x("noAccount"),(0,n.jsx)("a",{tabIndex:6,href:C.registrationUrl,children:x("doRegister")})]})}),children:(0,n.jsxs)("div",{id:"kc-form",className:(0,r.W)(k.password&&void 0!==m.providers&&f("kcContentWrapperClass")),children:[(0,n.jsx)("div",{id:"kc-form-wrapper",className:(0,r.W)(k.password&&m.providers&&[f("kcFormSocialAccountContentClass"),f("kcFormSocialAccountClass")]),children:k.password&&(0,n.jsxs)("form",{id:"kc-form-login",onSubmit:F,action:C.loginAction,method:"post",children:[(0,n.jsx)("div",{className:f("kcFormGroupClass"),children:function(){var e,s=k.loginWithEmailAllowed?k.registrationEmailAsUsername?"email":"usernameOrEmail":"username",t="usernameOrEmail"===s?"username":s;return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("label",{htmlFor:t,className:f("kcLabelClass"),children:x(s)}),(0,n.jsx)("input",(0,o.Z)({tabIndex:1,id:t,className:f("kcInputClass"),name:t,defaultValue:null!==(e=b.username)&&void 0!==e?e:"",type:"text"},g?{disabled:!0}:{autoFocus:!0,autoComplete:"off"}))]})}()}),(0,n.jsxs)("div",{className:f("kcFormGroupClass"),children:[(0,n.jsx)("label",{htmlFor:"password",className:f("kcLabelClass"),children:x("password")}),(0,n.jsx)("input",{tabIndex:2,id:"password",className:f("kcInputClass"),name:"password",type:"password",autoComplete:"off"})]}),(0,n.jsxs)("div",{className:(0,r.W)(f("kcFormGroupClass"),f("kcFormSettingClass")),children:[(0,n.jsx)("div",{id:"kc-form-options",children:k.rememberMe&&!g&&(0,n.jsx)("div",{className:"checkbox",children:(0,n.jsxs)("label",{children:[(0,n.jsx)("input",(0,o.Z)({tabIndex:3,id:"rememberMe",name:"rememberMe",type:"checkbox"},b.rememberMe?{checked:!0}:{})),x("rememberMe")]})})}),(0,n.jsx)("div",{className:f("kcFormOptionsWrapperClass"),children:k.resetPasswordAllowed&&(0,n.jsx)("span",{children:(0,n.jsx)("a",{tabIndex:5,href:C.loginResetCredentialsUrl,children:x("doForgotPassword")})})})]}),(0,n.jsxs)("div",{id:"kc-form-buttons",className:f("kcFormGroupClass"),children:[(0,n.jsx)("input",(0,o.Z)({type:"hidden",id:"id-hidden-input",name:"credentialId"},void 0!==(null===v||void 0===v?void 0:v.selectedCredential)?{value:v.selectedCredential}:{})),(0,n.jsx)("input",{tabIndex:4,className:(0,r.W)(f("kcButtonClass"),f("kcButtonPrimaryClass"),f("kcButtonBlockClass"),f("kcButtonLargeClass")),name:"login",id:"kc-login",type:"submit",value:w("doLogIn"),disabled:I})]})]})}),k.password&&void 0!==m.providers&&(0,n.jsx)("div",{id:"kc-social-providers",className:(0,r.W)(f("kcFormSocialAccountContentClass"),f("kcFormSocialAccountClass")),children:(0,n.jsx)("ul",{className:(0,r.W)(f("kcFormSocialAccountListClass"),m.providers.length>4&&f("kcFormSocialAccountDoubleListClass")),children:m.providers.map((function(e){return(0,n.jsx)("li",{className:f("kcFormSocialAccountListLinkClass"),children:(0,n.jsx)("a",{href:e.loginUrl,id:"zocial-".concat(e.alias),className:(0,r.W)("zocial",e.providerId),children:(0,n.jsx)("span",{children:e.displayName})})},e.providerId)}))})})]})})}},2889:function(e,s,t){t.d(s,{a:function(){return c}});var o=t(6055),l=t(969);function c(e){var s=e.defaultClasses;return{useGetClassName:function(e){var t=e.classes;return{getClassName:(0,l.O)((function(e){return(0,o.W)(e,s[e],null===t||void 0===t?void 0:t[e])}))}}}}},7107:function(e,s,t){t.d(s,{v:function(){return o}});var o=(0,t(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},6055:function(e,s,t){t.d(s,{W:function(){return r}});var o=t(2982),l=t(9883),c=t(9465),r=function e(){for(var s=arguments.length,t=0,r="";t, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { social, realm, url, usernameEditDisabled, login, auth, registrationDisabled } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n const [isLoginButtonDisabled, setIsLoginButtonDisabled] = useState(false);\n\n const onSubmit = useConstCallback>(e => {\n e.preventDefault();\n\n setIsLoginButtonDisabled(true);\n\n const formElement = e.target as HTMLFormElement;\n\n //NOTE: Even if we login with email Keycloak expect username and password in\n //the POST request.\n formElement.querySelector(\"input[name='email']\")?.setAttribute(\"name\", \"username\");\n\n formElement.submit();\n });\n\n return (\n \n \n {msg(\"noAccount\")}\n \n {msg(\"doRegister\")}\n \n \n
\n )\n }\n >\n
\n \n {realm.password && (\n
\n
\n {(() => {\n const label = !realm.loginWithEmailAllowed\n ? \"username\"\n : realm.registrationEmailAsUsername\n ? \"email\"\n : \"usernameOrEmail\";\n\n const autoCompleteHelper: typeof label = label === \"usernameOrEmail\" ? \"username\" : label;\n\n return (\n <>\n \n \n \n );\n })()}\n
\n
\n \n \n
\n
\n
\n {realm.rememberMe && !usernameEditDisabled && (\n
\n \n
\n )}\n
\n
\n {realm.resetPasswordAllowed && (\n \n \n {msg(\"doForgotPassword\")}\n \n \n )}\n
\n
\n
\n \n \n
\n
\n )}\n
\n {realm.password && social.providers !== undefined && (\n \n 4 && getClassName(\"kcFormSocialAccountDoubleListClass\")\n )}\n >\n {social.providers.map(p => (\n
  • \n \n {p.displayName}\n \n
  • \n ))}\n \n
    \n )}\n \n \n );\n}\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\n\nexport function createUseClassName(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}","import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}","import defineProperty from \"./defineProperty.js\";\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n enumerableOnly && (symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n })), keys.push.apply(keys, symbols);\n }\n return keys;\n}\nexport default function _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = null != arguments[i] ? arguments[i] : {};\n i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {\n defineProperty(target, key, source[key]);\n }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n return target;\n}","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["Login","props","kcContext","i18n","doUseDefaultCss","Template","classes","getClassName","useGetClassName","social","realm","url","usernameEditDisabled","login","auth","registrationDisabled","msg","msgStr","_useState","useState","_useState2","_slicedToArray","isLoginButtonDisabled","setIsLoginButtonDisabled","onSubmit","useConstCallback","e","_formElement$querySel","preventDefault","formElement","target","querySelector","setAttribute","submit","_jsx","displayInfo","displayWide","password","undefined","providers","headerNode","infoNode","registrationAllowed","id","children","_jsxs","tabIndex","href","registrationUrl","className","clsx","action","loginAction","method","_login$username","label","loginWithEmailAllowed","registrationEmailAsUsername","autoCompleteHelper","_Fragment","htmlFor","_objectSpread","name","defaultValue","username","type","autoComplete","rememberMe","resetPasswordAllowed","loginResetCredentialsUrl","selectedCredential","value","disabled","length","map","p","loginUrl","concat","alias","providerId","displayName","createUseClassName","params","defaultClasses","classKey","len","arguments","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_toPropertyKey","key","input","hint","prim","Symbol","toPrimitive","res","call","TypeError","String","Number","_defineProperty","obj","Object","defineProperty","enumerable","configurable","writable","ownKeys","object","enumerableOnly","keys","getOwnPropertySymbols","symbols","filter","sym","getOwnPropertyDescriptor","push","_objectSpread2","source","forEach","getOwnPropertyDescriptors","defineProperties","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5801.a279d59e.chunk.js b/resources/keycloak/keycloakify/static/js/5801.a279d59e.chunk.js new file mode 100644 index 00000000..0f088a1d --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5801.a279d59e.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5801],{5801:function(e,i,a){a.r(i);i.default={doSave:"Salva",doCancel:"Annulla",doLogOutAllSessions:"Effettua il logout da tutte le sessioni",doRemove:"Elimina",doAdd:"Aggiungi",doSignOut:"Esci",doLogIn:"Log In",doLink:"Link",editAccountHtmlTitle:"Modifica Account",personalInfoHtmlTitle:"Informazioni personali",federatedIdentitiesHtmlTitle:"Identit\xe0 federate",accountLogHtmlTitle:"Log dell'account",changePasswordHtmlTitle:"Cambia password",deviceActivityHtmlTitle:"Attivit\xe0 dei dispositivi",sessionsHtmlTitle:"Sessioni",accountManagementTitle:"Gestione degli account di Keycloak",authenticatorTitle:"Autenticatore",applicationsHtmlTitle:"Applicazioni",linkedAccountsHtmlTitle:"Account collegati",accountManagementWelcomeMessage:"Benvenuto nella gestione degli account di Keycloak",personalInfoIntroMessage:"Gestisci le tue informazioni di base",accountSecurityTitle:"Sicurezza dell'account",accountSecurityIntroMessage:"Controlla la tua password e gli accessi dell'account",applicationsIntroMessage:"Traccia e gestisci i permessi delle applicazioni nell'accesso al tuo account",resourceIntroMessage:"Condividi le tue risorse tra i membri del team",passwordLastUpdateMessage:"La tua password \xe8 stata aggiornata il",updatePasswordTitle:"Aggiornamento password",updatePasswordMessageTitle:"Assicurati di scegliere una password robusta",updatePasswordMessage:"Una password robusta contiene un misto di numeri, lettere, e simboli. \xc8 difficile da indovinare, non assomiglia a una parola reale, ed \xe8 utilizzata solo per questo account.",personalSubTitle:"Le tue informazioni personali",personalSubMessage:"Gestisce queste informazioni di base: il tuo nome, cognome, e indirizzo email",authenticatorCode:"Codice monouso",email:"Email",firstName:"Nome",givenName:"Nome",fullName:"Nome completo",lastName:"Cognome",familyName:"Cognome",password:"Password",currentPassword:"Password attuale",passwordConfirm:"Conferma password",passwordNew:"Nuova password",username:"Username",address:"Indirizzo",street:"Via",locality:"Citt\xe0 o localit\xe0",region:"Stato, Provincia, o Regione",postal_code:"CAP",country:"Paese",emailVerified:"Email verificata",gssDelegationCredential:"Credenziali delega GSS",profileScopeConsentText:"Profilo utente",emailScopeConsentText:"Indirizzo email",addressScopeConsentText:"Indirizzo",phoneScopeConsentText:"Numero di telefono",offlineAccessScopeConsentText:"Accesso offline",samlRoleListScopeConsentText:"I miei ruoli",rolesScopeConsentText:"Ruoli utente",role_admin:"Admin","role_realm-admin":"Realm admin","role_create-realm":"Crea realm","role_view-realm":"Visualizza realm","role_view-users":"Visualizza utenti","role_view-applications":"Visualizza applicazioni","role_view-clients":"Visualizza client","role_view-events":"Visualizza eventi","role_view-identity-providers":"Visualizza identity provider","role_view-consent":"Visualizza consensi","role_manage-realm":"Gestisci realm","role_manage-users":"Gestisci utenti","role_manage-applications":"Gestisci applicazioni","role_manage-identity-providers":"Gestisci identity provider","role_manage-clients":"Gestisci client","role_manage-events":"Gestisci eventi","role_view-profile":"Visualizza profilo","role_manage-account":"Gestisci account","role_manage-account-links":"Gestisci i link dell'account","role_manage-consent":"Gestisci consensi","role_read-token":"Leggi token","role_offline-access":"Accesso offline",role_uma_authorization:"Ottieni permessi",client_account:"Account","client_account-console":"Console account","client_security-admin-console":"Console di amministrazione di sicurezza","client_admin-cli":"Admin CLI","client_realm-management":"Gestione realm",client_broker:"Broker",requiredFields:"Campi obbligatori",allFieldsRequired:"Tutti campi obbligatori",backToApplication:"« Torna all'applicazione",backTo:"Torna a {0}",date:"Data",event:"Evento",ip:"IP",client:"Client",clients:"Client",details:"Dettagli",started:"Iniziato",lastAccess:"Ultimo accesso",expires:"Scade",applications:"Applicazioni",account:"Account",federatedIdentity:"Identit\xe0 federate",authenticator:"Autenticatore","device-activity":"Attivit\xe0 dei dispositivi",sessions:"Sessioni",log:"Log",application:"Applicazione",availablePermissions:"Autorizzazioni disponibili",grantedPermissions:"Autorizzazioni concesse",grantedPersonalInfo:"Informazioni personali concesse",additionalGrants:"Ulteriori concessioni",action:"Azione",inResource:"in",fullAccess:"Accesso completo",offlineToken:"Token offline",revoke:"Revoca concessione",configureAuthenticators:"Autenticatori configurati",mobile:"Dispositivo mobile",totpStep1:"Installa una delle seguenti applicazioni sul tuo dispositivo mobile",totpStep2:"Apri l'applicazione e scansiona il codice QR",totpStep3:"Scrivi il codice monouso fornito dall'applicazione e clicca Salva per completare il setup.",totpStep3DeviceName:"Fornisci il nome del dispositivo per aiutarti a gestire i dispositivi di autenticazione.",totpManualStep2:"Apri l'applicazione e scrivi la chiave",totpManualStep3:"Usa le seguenti impostazioni se l'applicazione lo consente",totpUnableToScan:"Non riesci a scansionare il codice QR?",totpScanBarcode:"Vuoi scansionare il codice QR?","totp.totp":"Basato sull'ora","totp.hotp":"Basato sul contatore",totpType:"Tipo",totpAlgorithm:"Algoritmo",totpDigits:"Cifre",totpInterval:"Intervallo",totpCounter:"Contatore",totpDeviceName:"Nome dispositivo",missingUsernameMessage:"Inserisci lo username.",missingFirstNameMessage:"Inserisci il nome.",invalidEmailMessage:"Indirizzo email non valido.",missingLastNameMessage:"Inserisci il cognome.",missingEmailMessage:"Inserisci l'indirizzo email.",missingPasswordMessage:"Inserisci la password.",notMatchPasswordMessage:"Le password non coincidono.",invalidUserMessage:"Utente non valido",missingTotpMessage:"Inserisci il codice di autenticazione.",missingTotpDeviceNameMessage:"Inserisci il nome del dispositivo di autenticazione.",invalidPasswordExistingMessage:"Password esistente non valida.",invalidPasswordConfirmMessage:"La password di conferma non coincide.",invalidTotpMessage:"Codice di autenticazione non valido.",usernameExistsMessage:"Username gi\xe0 esistente.",emailExistsMessage:"Email gi\xe0 esistente.",readOnlyUserMessage:"Non puoi aggiornare il tuo account poich\xe9 \xe8 in modalit\xe0 sola lettura.",readOnlyUsernameMessage:"Non puoi aggiornare il tuo nome utente poich\xe9 \xe8 in modalit\xe0 sola lettura.",readOnlyPasswordMessage:"Non puoi aggiornare il tuo account poich\xe9 \xe8 in modalit\xe0 sola lettura.",successTotpMessage:"Autenticatore mobile configurato.",successTotpRemovedMessage:"Autenticatore mobile eliminato.",successGrantRevokedMessage:"Concessione revocata con successo.",accountUpdatedMessage:"Il tuo account \xe8 stato aggiornato.",accountPasswordUpdatedMessage:"La tua password \xe8 stata aggiornata.",missingIdentityProviderMessage:"Identity provider non specificato.",invalidFederatedIdentityActionMessage:"Azione non valida o mancante.",identityProviderNotFoundMessage:"L'identity provider specificato non \xe8 stato trovato.",federatedIdentityLinkNotActiveMessage:"Questo identity non \xe8 pi\xf9 attivo.",federatedIdentityRemovingLastProviderMessage:"Non puoi rimuovere l'ultima identit\xe0 federata poich\xe9 non hai pi\xf9 la password.",identityProviderRedirectErrorMessage:"Il reindirizzamento all'identity provider \xe8 fallito.",identityProviderRemovedMessage:"Identity provider eliminato correttamente.",identityProviderAlreadyLinkedMessage:"L'identit\xe0 federata restituita da {0} \xe8 gi\xe0 collegata ad un altro utente.",staleCodeAccountMessage:"La pagina \xe8 scaduta. Prova di nuovo.",consentDenied:"Consenso negato.",accountDisabledMessage:"Account disabilitato, contatta l'amministratore.",accountTemporarilyDisabledMessage:"L'account \xe8 temporaneamente disabilitato, contatta l'amministratore o riprova pi\xf9 tardi.",invalidPasswordMinLengthMessage:"Password non valida: lunghezza minima {0}.",invalidPasswordMinLowerCaseCharsMessage:"Password non valida: deve contenere almeno {0} caratteri minuscoli.",invalidPasswordMinDigitsMessage:"Password non valida: deve contenere almeno {0} numeri.",invalidPasswordMinUpperCaseCharsMessage:"Password non valida: deve contenere almeno {0} caratteri maiuscoli.",invalidPasswordMinSpecialCharsMessage:"Password non valida: deve contenere almeno {0} caratteri speciali.",invalidPasswordNotUsernameMessage:"Password non valida: non deve essere uguale allo username.",invalidPasswordRegexPatternMessage:"Password non valida: fallito il match con una o pi\xf9 espressioni regolari.",invalidPasswordHistoryMessage:"Password non valida: non deve essere uguale a una delle ultime {0} password.",invalidPasswordBlacklistedMessage:"Password non valida: la password non \xe8 consentita.",invalidPasswordGenericMessage:"Password non valida: la nuova password non rispetta le indicazioni previste.",myResources:"Le mie risorse",myResourcesSub:"Le mie risorse",doDeny:"Nega",doRevoke:"Revoca",doApprove:"Approva",doRemoveSharing:"Rimuovi condivisione",doRemoveRequest:"Rimuovi richiesta",peopleAccessResource:"Persone che hanno accesso a questa risorsa",resourceManagedPolicies:"Permessi che danno accesso a questa risorsa",resourceNoPermissionsGrantingAccess:"Nessun permesso d\xe0 accesso a questa risorsa",anyAction:"Qualsiasi azione",description:"Descrizione",name:"Nome",scopes:"Ambito",resource:"Risorsa",user:"Utente",peopleSharingThisResource:"Persone che condividono questa risorsa",shareWithOthers:"Condividi con altri",needMyApproval:"Richiede la mia approvazione",requestsWaitingApproval:"La tua richiesta \xe8 in attesa di approvazione",icon:"Icona",requestor:"Richiedente",owner:"Proprietario",resourcesSharedWithMe:"Risorse condivise con me",permissionRequestion:"Richiesta di permesso",permission:"Permesso",shares:"condivisioni",notBeingShared:"Questa risorsa non \xe8 in condivisione.",notHaveAnyResource:"Non hai nessuna risorsa",noResourcesSharedWithYou:"Non ci sono risorse condivise con te",havePermissionRequestsWaitingForApproval:"Hai {0} richiesta(e) di permesso in attesa di approvazione.",clickHereForDetails:"Clicca qui per i dettagli.",resourceIsNotBeingShared:"La risorsa non \xe8 in condivisione",locale_it:"Italiano",applicationName:"Nome",applicationType:"Tipo applicazione",applicationInUse:"In-use app only",clearAllFilter:"Azzera tutti i filtri",activeFilters:"Filtri attivi",filterByName:"Filtra per nome ...",allApps:"Tutte le applicazioni",internalApps:"Applicazioni interne",thirdpartyApps:"Applicazioni di terze parti",appResults:"Risultati",clientNotFoundMessage:"Client non trovato.",authorizedProvider:"Provider autorizzato",authorizedProviderMessage:"Provider autorizzati collegati al tuo account",identityProvider:"Identity provider",identityProviderMessage:"Collegare il tuo account con gli identity provider che hai configurato",socialLogin:"Social Login",userDefined:"Definito dall'utente",removeAccess:"Rimuovi accesso",removeAccessMessage:"Devi concedere di nuovo l'accesso, se vuoi utilizzare l'account di questa applicazione.",authenticatorStatusMessage:"L'autenticazione a due fattori \xe8 attualmente",authenticatorFinishSetUpTitle:"La tua autenticazione a due fattori",authenticatorFinishSetUpMessage:"Ogni volta che effettui l'accesso al tuo account Keycloak, ti verr\xe0 richiesto di fornire il tuo codice di autenticazione a due fattori.",authenticatorSubTitle:"Imposta l'autenticazione a due fattori",authenticatorSubMessage:"Per incrementare la sicurezza del tuo account, attiva almeno uno dei metodi disponibili per l'autenticazione a due fattori.",authenticatorMobileTitle:"Autenticatore mobile",authenticatorMobileMessage:"Utilizza l'autenticatore mobile per ottenere i codici di verifica per l'autenticazione a due fattori.",authenticatorMobileFinishSetUpMessage:"L'autenticatore \xe8 stato collegato al tuo telefono.",authenticatorActionSetup:"Set up",authenticatorSMSTitle:"Codice SMS",authenticatorSMSMessage:"Keycloak invier\xe0 il codice di verifica al tuo telefono per l'autenticazione a due fattori.",authenticatorSMSFinishSetUpMessage:"I messaggi di testo vengono inviati a",authenticatorDefaultStatus:"Default",authenticatorChangePhone:"Cambia numero di telefono",authenticatorMobileSetupTitle:"Setup autenticatore mobile",smscodeIntroMessage:"Inserisci il tuo numero di telefono e ti verr\xe0 inviato un codice di verifica.",mobileSetupStep1:"Installa un'applicazione di autenticazione sul tuo telefono. Sono supportate le applicazioni qui elencate.",mobileSetupStep2:"Apri l'applicazione e scansiona il codice QR:",mobileSetupStep3:"Inserisci il codice monouso fornito dall'applicazione e clicca Salva per completare il setup.",scanBarCode:"Vuoi scansionare il codice QR?",enterBarCode:"Inserisci il codice monouso",doCopy:"Copia",doFinish:"Termina",authenticatorSMSCodeSetupTitle:"Setup codice SMS",chooseYourCountry:"Scegli la tua nazione",enterYourPhoneNumber:"Inserisci il tuo numero di telefono",sendVerficationCode:"Invia il codice di verifica",enterYourVerficationCode:"Inserisci il codice di verifica",authenticatorBackupCodesSetupTitle:"Setup backup codici",realmName:"Realm",doDownload:"Download",doPrint:"Stampa",generateNewBackupCodes:"Genera dei nuovi codici di backup",backtoAuthenticatorPage:"Torna alla pagina dell'autenticatore",resources:"Risorse",sharedwithMe:"Condiviso con me",share:"Condiviso",sharedwith:"Condiviso con",accessPermissions:"Permessi di accesso",permissionRequests:"Richieste di permesso",approve:"Approva",approveAll:"Approva tutti",people:"persone",perPage:"per pagina",currentPage:"Pagina corrente",sharetheResource:"Condividi la risorsa",group:"Gruppo",selectPermission:"Seleziona permessi",addPeople:"Aggiungi persone con le quali condividere la tua risorsa",addTeam:"Aggiungi gruppi con i quali condividere la tua risorsa",myPermissions:"Miei permessi",waitingforApproval:"Attesa dell'approvazione",anyPermission:"Qualsiasi permesso","openshift.scope.user_info":"Informazioni utente","openshift.scope.user_check-access":"Informazioni per l'accesso dell'utente","openshift.scope.user_full":"Accesso completo","openshift.scope.list-projects":"Elenca progetti"}}}]); +//# sourceMappingURL=5801.a279d59e.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5801.a279d59e.chunk.js.map b/resources/keycloak/keycloakify/static/js/5801.a279d59e.chunk.js.map new file mode 100644 index 00000000..2d459f6d --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5801.a279d59e.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/5801.a279d59e.chunk.js","mappings":"uIAySA,UArSgB,CACd,OAAU,QACV,SAAY,UACZ,oBAAuB,0CACvB,SAAY,UACZ,MAAS,WACT,UAAa,OACb,QAAW,SACX,OAAU,OACV,qBAAwB,mBACxB,sBAAyB,yBACzB,6BAAgC,uBAChC,oBAAuB,mBACvB,wBAA2B,kBAC3B,wBAA2B,8BAC3B,kBAAqB,WACrB,uBAA0B,qCAC1B,mBAAsB,gBACtB,sBAAyB,eACzB,wBAA2B,oBAC3B,gCAAmC,qDACnC,yBAA4B,uCAC5B,qBAAwB,yBACxB,4BAA+B,uDAC/B,yBAA4B,+EAC5B,qBAAwB,iDACxB,0BAA6B,2CAC7B,oBAAuB,yBACvB,2BAA8B,+CAC9B,sBAAyB,qLACzB,iBAAoB,gCACpB,mBAAsB,gFACtB,kBAAqB,iBACrB,MAAS,QACT,UAAa,OACb,UAAa,OACb,SAAY,gBACZ,SAAY,UACZ,WAAc,UACd,SAAY,WACZ,gBAAmB,mBACnB,gBAAmB,oBACnB,YAAe,iBACf,SAAY,WACZ,QAAW,YACX,OAAU,MACV,SAAY,yBACZ,OAAU,8BACV,YAAe,MACf,QAAW,QACX,cAAiB,mBACjB,wBAA2B,yBAC3B,wBAA2B,iBAC3B,sBAAyB,kBACzB,wBAA2B,YAC3B,sBAAyB,qBACzB,8BAAiC,kBACjC,6BAAgC,eAChC,sBAAyB,eACzB,WAAc,QACd,mBAAoB,cACpB,oBAAqB,aACrB,kBAAmB,mBACnB,kBAAmB,oBACnB,yBAA0B,0BAC1B,oBAAqB,oBACrB,mBAAoB,oBACpB,+BAAgC,+BAChC,oBAAqB,sBACrB,oBAAqB,iBACrB,oBAAqB,kBACrB,2BAA4B,wBAC5B,iCAAkC,6BAClC,sBAAuB,kBACvB,qBAAsB,kBACtB,oBAAqB,qBACrB,sBAAuB,mBACvB,4BAA6B,+BAC7B,sBAAuB,oBACvB,kBAAmB,cACnB,sBAAuB,kBACvB,uBAA0B,mBAC1B,eAAkB,UAClB,yBAA0B,kBAC1B,gCAAiC,0CACjC,mBAAoB,YACpB,0BAA2B,iBAC3B,cAAiB,SACjB,eAAkB,oBAClB,kBAAqB,0BACrB,kBAAqB,iCACrB,OAAU,cACV,KAAQ,OACR,MAAS,SACT,GAAM,KACN,OAAU,SACV,QAAW,SACX,QAAW,WACX,QAAW,WACX,WAAc,iBACd,QAAW,QACX,aAAgB,eAChB,QAAW,UACX,kBAAqB,uBACrB,cAAiB,gBACjB,kBAAmB,8BACnB,SAAY,WACZ,IAAO,MACP,YAAe,eACf,qBAAwB,6BACxB,mBAAsB,0BACtB,oBAAuB,kCACvB,iBAAoB,wBACpB,OAAU,SACV,WAAc,KACd,WAAc,mBACd,aAAgB,gBAChB,OAAU,qBACV,wBAA2B,4BAC3B,OAAU,qBACV,UAAa,sEACb,UAAa,+CACb,UAAa,6FACb,oBAAuB,2FACvB,gBAAmB,yCACnB,gBAAmB,6DACnB,iBAAoB,yCACpB,gBAAmB,iCACnB,YAAa,kBACb,YAAa,uBACb,SAAY,OACZ,cAAiB,YACjB,WAAc,QACd,aAAgB,aAChB,YAAe,YACf,eAAkB,mBAClB,uBAA0B,yBAC1B,wBAA2B,qBAC3B,oBAAuB,8BACvB,uBAA0B,wBAC1B,oBAAuB,+BACvB,uBAA0B,yBAC1B,wBAA2B,8BAC3B,mBAAsB,oBACtB,mBAAsB,yCACtB,6BAAgC,uDAChC,+BAAkC,iCAClC,8BAAiC,wCACjC,mBAAsB,uCACtB,sBAAyB,6BACzB,mBAAsB,0BACtB,oBAAuB,iFACvB,wBAA2B,qFAC3B,wBAA2B,iFAC3B,mBAAsB,oCACtB,0BAA6B,kCAC7B,2BAA8B,qCAC9B,sBAAyB,wCACzB,8BAAiC,yCACjC,+BAAkC,qCAClC,sCAAyC,gCACzC,gCAAmC,0DACnC,sCAAyC,0CACzC,6CAAgD,yFAChD,qCAAwC,0DACxC,+BAAkC,6CAClC,qCAAwC,qFACxC,wBAA2B,0CAC3B,cAAiB,mBACjB,uBAA0B,mDAC1B,kCAAqC,iGACrC,gCAAmC,6CACnC,wCAA2C,sEAC3C,gCAAmC,yDACnC,wCAA2C,sEAC3C,sCAAyC,qEACzC,kCAAqC,6DACrC,mCAAsC,+EACtC,8BAAiC,+EACjC,kCAAqC,wDACrC,8BAAiC,+EACjC,YAAe,iBACf,eAAkB,iBAClB,OAAU,OACV,SAAY,SACZ,UAAa,UACb,gBAAmB,uBACnB,gBAAmB,oBACnB,qBAAwB,6CACxB,wBAA2B,8CAC3B,oCAAuC,iDACvC,UAAa,mBACb,YAAe,cACf,KAAQ,OACR,OAAU,SACV,SAAY,UACZ,KAAQ,SACR,0BAA6B,yCAC7B,gBAAmB,sBACnB,eAAkB,+BAClB,wBAA2B,kDAC3B,KAAQ,QACR,UAAa,cACb,MAAS,eACT,sBAAyB,2BACzB,qBAAwB,wBACxB,WAAc,WACd,OAAU,eACV,eAAkB,2CAClB,mBAAsB,0BACtB,yBAA4B,uCAC5B,yCAA4C,8DAC5C,oBAAuB,6BACvB,yBAA4B,sCAC5B,UAAa,WACb,gBAAmB,OACnB,gBAAmB,oBACnB,iBAAoB,kBACpB,eAAkB,wBAClB,cAAiB,gBACjB,aAAgB,sBAChB,QAAW,wBACX,aAAgB,uBAChB,eAAkB,8BAClB,WAAc,YACd,sBAAyB,sBACzB,mBAAsB,uBACtB,0BAA6B,gDAC7B,iBAAoB,oBACpB,wBAA2B,yEAC3B,YAAe,eACf,YAAe,uBACf,aAAgB,kBAChB,oBAAuB,0FACvB,2BAA8B,kDAC9B,8BAAiC,sCACjC,gCAAmC,6IACnC,sBAAyB,yCACzB,wBAA2B,8HAC3B,yBAA4B,uBAC5B,2BAA8B,wGAC9B,sCAAyC,wDACzC,yBAA4B,SAC5B,sBAAyB,aACzB,wBAA2B,gGAC3B,mCAAsC,wCACtC,2BAA8B,UAC9B,yBAA4B,4BAC5B,8BAAiC,6BACjC,oBAAuB,mFACvB,iBAAoB,6GACpB,iBAAoB,gDACpB,iBAAoB,gGACpB,YAAe,iCACf,aAAgB,8BAChB,OAAU,QACV,SAAY,UACZ,+BAAkC,mBAClC,kBAAqB,wBACrB,qBAAwB,sCACxB,oBAAuB,8BACvB,yBAA4B,kCAC5B,mCAAsC,sBACtC,UAAa,QACb,WAAc,WACd,QAAW,SACX,uBAA0B,oCAC1B,wBAA2B,uCAC3B,UAAa,UACb,aAAgB,mBAChB,MAAS,YACT,WAAc,gBACd,kBAAqB,sBACrB,mBAAsB,wBACtB,QAAW,UACX,WAAc,gBACd,OAAU,UACV,QAAW,aACX,YAAe,kBACf,iBAAoB,uBACpB,MAAS,SACT,iBAAoB,qBACpB,UAAa,2DACb,QAAW,yDACX,cAAiB,gBACjB,mBAAsB,2BACtB,cAAiB,qBACjB,4BAA6B,sBAC7B,oCAAqC,yCACrC,4BAA6B,mBAC7B,gCAAiC,kB","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/it.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Salva\",\n \"doCancel\": \"Annulla\",\n \"doLogOutAllSessions\": \"Effettua il logout da tutte le sessioni\",\n \"doRemove\": \"Elimina\",\n \"doAdd\": \"Aggiungi\",\n \"doSignOut\": \"Esci\",\n \"doLogIn\": \"Log In\",\n \"doLink\": \"Link\",\n \"editAccountHtmlTitle\": \"Modifica Account\",\n \"personalInfoHtmlTitle\": \"Informazioni personali\",\n \"federatedIdentitiesHtmlTitle\": \"Identità federate\",\n \"accountLogHtmlTitle\": \"Log dell'account\",\n \"changePasswordHtmlTitle\": \"Cambia password\",\n \"deviceActivityHtmlTitle\": \"Attività dei dispositivi\",\n \"sessionsHtmlTitle\": \"Sessioni\",\n \"accountManagementTitle\": \"Gestione degli account di Keycloak\",\n \"authenticatorTitle\": \"Autenticatore\",\n \"applicationsHtmlTitle\": \"Applicazioni\",\n \"linkedAccountsHtmlTitle\": \"Account collegati\",\n \"accountManagementWelcomeMessage\": \"Benvenuto nella gestione degli account di Keycloak\",\n \"personalInfoIntroMessage\": \"Gestisci le tue informazioni di base\",\n \"accountSecurityTitle\": \"Sicurezza dell'account\",\n \"accountSecurityIntroMessage\": \"Controlla la tua password e gli accessi dell'account\",\n \"applicationsIntroMessage\": \"Traccia e gestisci i permessi delle applicazioni nell'accesso al tuo account\",\n \"resourceIntroMessage\": \"Condividi le tue risorse tra i membri del team\",\n \"passwordLastUpdateMessage\": \"La tua password è stata aggiornata il\",\n \"updatePasswordTitle\": \"Aggiornamento password\",\n \"updatePasswordMessageTitle\": \"Assicurati di scegliere una password robusta\",\n \"updatePasswordMessage\": \"Una password robusta contiene un misto di numeri, lettere, e simboli. È difficile da indovinare, non assomiglia a una parola reale, ed è utilizzata solo per questo account.\",\n \"personalSubTitle\": \"Le tue informazioni personali\",\n \"personalSubMessage\": \"Gestisce queste informazioni di base: il tuo nome, cognome, e indirizzo email\",\n \"authenticatorCode\": \"Codice monouso\",\n \"email\": \"Email\",\n \"firstName\": \"Nome\",\n \"givenName\": \"Nome\",\n \"fullName\": \"Nome completo\",\n \"lastName\": \"Cognome\",\n \"familyName\": \"Cognome\",\n \"password\": \"Password\",\n \"currentPassword\": \"Password attuale\",\n \"passwordConfirm\": \"Conferma password\",\n \"passwordNew\": \"Nuova password\",\n \"username\": \"Username\",\n \"address\": \"Indirizzo\",\n \"street\": \"Via\",\n \"locality\": \"Città o località\",\n \"region\": \"Stato, Provincia, o Regione\",\n \"postal_code\": \"CAP\",\n \"country\": \"Paese\",\n \"emailVerified\": \"Email verificata\",\n \"gssDelegationCredential\": \"Credenziali delega GSS\",\n \"profileScopeConsentText\": \"Profilo utente\",\n \"emailScopeConsentText\": \"Indirizzo email\",\n \"addressScopeConsentText\": \"Indirizzo\",\n \"phoneScopeConsentText\": \"Numero di telefono\",\n \"offlineAccessScopeConsentText\": \"Accesso offline\",\n \"samlRoleListScopeConsentText\": \"I miei ruoli\",\n \"rolesScopeConsentText\": \"Ruoli utente\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Realm admin\",\n \"role_create-realm\": \"Crea realm\",\n \"role_view-realm\": \"Visualizza realm\",\n \"role_view-users\": \"Visualizza utenti\",\n \"role_view-applications\": \"Visualizza applicazioni\",\n \"role_view-clients\": \"Visualizza client\",\n \"role_view-events\": \"Visualizza eventi\",\n \"role_view-identity-providers\": \"Visualizza identity provider\",\n \"role_view-consent\": \"Visualizza consensi\",\n \"role_manage-realm\": \"Gestisci realm\",\n \"role_manage-users\": \"Gestisci utenti\",\n \"role_manage-applications\": \"Gestisci applicazioni\",\n \"role_manage-identity-providers\": \"Gestisci identity provider\",\n \"role_manage-clients\": \"Gestisci client\",\n \"role_manage-events\": \"Gestisci eventi\",\n \"role_view-profile\": \"Visualizza profilo\",\n \"role_manage-account\": \"Gestisci account\",\n \"role_manage-account-links\": \"Gestisci i link dell'account\",\n \"role_manage-consent\": \"Gestisci consensi\",\n \"role_read-token\": \"Leggi token\",\n \"role_offline-access\": \"Accesso offline\",\n \"role_uma_authorization\": \"Ottieni permessi\",\n \"client_account\": \"Account\",\n \"client_account-console\": \"Console account\",\n \"client_security-admin-console\": \"Console di amministrazione di sicurezza\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Gestione realm\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Campi obbligatori\",\n \"allFieldsRequired\": \"Tutti campi obbligatori\",\n \"backToApplication\": \"« Torna all'applicazione\",\n \"backTo\": \"Torna a {0}\",\n \"date\": \"Data\",\n \"event\": \"Evento\",\n \"ip\": \"IP\",\n \"client\": \"Client\",\n \"clients\": \"Client\",\n \"details\": \"Dettagli\",\n \"started\": \"Iniziato\",\n \"lastAccess\": \"Ultimo accesso\",\n \"expires\": \"Scade\",\n \"applications\": \"Applicazioni\",\n \"account\": \"Account\",\n \"federatedIdentity\": \"Identità federate\",\n \"authenticator\": \"Autenticatore\",\n \"device-activity\": \"Attività dei dispositivi\",\n \"sessions\": \"Sessioni\",\n \"log\": \"Log\",\n \"application\": \"Applicazione\",\n \"availablePermissions\": \"Autorizzazioni disponibili\",\n \"grantedPermissions\": \"Autorizzazioni concesse\",\n \"grantedPersonalInfo\": \"Informazioni personali concesse\",\n \"additionalGrants\": \"Ulteriori concessioni\",\n \"action\": \"Azione\",\n \"inResource\": \"in\",\n \"fullAccess\": \"Accesso completo\",\n \"offlineToken\": \"Token offline\",\n \"revoke\": \"Revoca concessione\",\n \"configureAuthenticators\": \"Autenticatori configurati\",\n \"mobile\": \"Dispositivo mobile\",\n \"totpStep1\": \"Installa una delle seguenti applicazioni sul tuo dispositivo mobile\",\n \"totpStep2\": \"Apri l'applicazione e scansiona il codice QR\",\n \"totpStep3\": \"Scrivi il codice monouso fornito dall'applicazione e clicca Salva per completare il setup.\",\n \"totpStep3DeviceName\": \"Fornisci il nome del dispositivo per aiutarti a gestire i dispositivi di autenticazione.\",\n \"totpManualStep2\": \"Apri l'applicazione e scrivi la chiave\",\n \"totpManualStep3\": \"Usa le seguenti impostazioni se l'applicazione lo consente\",\n \"totpUnableToScan\": \"Non riesci a scansionare il codice QR?\",\n \"totpScanBarcode\": \"Vuoi scansionare il codice QR?\",\n \"totp.totp\": \"Basato sull'ora\",\n \"totp.hotp\": \"Basato sul contatore\",\n \"totpType\": \"Tipo\",\n \"totpAlgorithm\": \"Algoritmo\",\n \"totpDigits\": \"Cifre\",\n \"totpInterval\": \"Intervallo\",\n \"totpCounter\": \"Contatore\",\n \"totpDeviceName\": \"Nome dispositivo\",\n \"missingUsernameMessage\": \"Inserisci lo username.\",\n \"missingFirstNameMessage\": \"Inserisci il nome.\",\n \"invalidEmailMessage\": \"Indirizzo email non valido.\",\n \"missingLastNameMessage\": \"Inserisci il cognome.\",\n \"missingEmailMessage\": \"Inserisci l'indirizzo email.\",\n \"missingPasswordMessage\": \"Inserisci la password.\",\n \"notMatchPasswordMessage\": \"Le password non coincidono.\",\n \"invalidUserMessage\": \"Utente non valido\",\n \"missingTotpMessage\": \"Inserisci il codice di autenticazione.\",\n \"missingTotpDeviceNameMessage\": \"Inserisci il nome del dispositivo di autenticazione.\",\n \"invalidPasswordExistingMessage\": \"Password esistente non valida.\",\n \"invalidPasswordConfirmMessage\": \"La password di conferma non coincide.\",\n \"invalidTotpMessage\": \"Codice di autenticazione non valido.\",\n \"usernameExistsMessage\": \"Username già esistente.\",\n \"emailExistsMessage\": \"Email già esistente.\",\n \"readOnlyUserMessage\": \"Non puoi aggiornare il tuo account poiché è in modalità sola lettura.\",\n \"readOnlyUsernameMessage\": \"Non puoi aggiornare il tuo nome utente poiché è in modalità sola lettura.\",\n \"readOnlyPasswordMessage\": \"Non puoi aggiornare il tuo account poiché è in modalità sola lettura.\",\n \"successTotpMessage\": \"Autenticatore mobile configurato.\",\n \"successTotpRemovedMessage\": \"Autenticatore mobile eliminato.\",\n \"successGrantRevokedMessage\": \"Concessione revocata con successo.\",\n \"accountUpdatedMessage\": \"Il tuo account è stato aggiornato.\",\n \"accountPasswordUpdatedMessage\": \"La tua password è stata aggiornata.\",\n \"missingIdentityProviderMessage\": \"Identity provider non specificato.\",\n \"invalidFederatedIdentityActionMessage\": \"Azione non valida o mancante.\",\n \"identityProviderNotFoundMessage\": \"L'identity provider specificato non è stato trovato.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Questo identity non è più attivo.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Non puoi rimuovere l'ultima identità federata poiché non hai più la password.\",\n \"identityProviderRedirectErrorMessage\": \"Il reindirizzamento all'identity provider è fallito.\",\n \"identityProviderRemovedMessage\": \"Identity provider eliminato correttamente.\",\n \"identityProviderAlreadyLinkedMessage\": \"L'identità federata restituita da {0} è già collegata ad un altro utente.\",\n \"staleCodeAccountMessage\": \"La pagina è scaduta. Prova di nuovo.\",\n \"consentDenied\": \"Consenso negato.\",\n \"accountDisabledMessage\": \"Account disabilitato, contatta l'amministratore.\",\n \"accountTemporarilyDisabledMessage\": \"L'account è temporaneamente disabilitato, contatta l'amministratore o riprova più tardi.\",\n \"invalidPasswordMinLengthMessage\": \"Password non valida: lunghezza minima {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Password non valida: deve contenere almeno {0} caratteri minuscoli.\",\n \"invalidPasswordMinDigitsMessage\": \"Password non valida: deve contenere almeno {0} numeri.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Password non valida: deve contenere almeno {0} caratteri maiuscoli.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Password non valida: deve contenere almeno {0} caratteri speciali.\",\n \"invalidPasswordNotUsernameMessage\": \"Password non valida: non deve essere uguale allo username.\",\n \"invalidPasswordRegexPatternMessage\": \"Password non valida: fallito il match con una o più espressioni regolari.\",\n \"invalidPasswordHistoryMessage\": \"Password non valida: non deve essere uguale a una delle ultime {0} password.\",\n \"invalidPasswordBlacklistedMessage\": \"Password non valida: la password non è consentita.\",\n \"invalidPasswordGenericMessage\": \"Password non valida: la nuova password non rispetta le indicazioni previste.\",\n \"myResources\": \"Le mie risorse\",\n \"myResourcesSub\": \"Le mie risorse\",\n \"doDeny\": \"Nega\",\n \"doRevoke\": \"Revoca\",\n \"doApprove\": \"Approva\",\n \"doRemoveSharing\": \"Rimuovi condivisione\",\n \"doRemoveRequest\": \"Rimuovi richiesta\",\n \"peopleAccessResource\": \"Persone che hanno accesso a questa risorsa\",\n \"resourceManagedPolicies\": \"Permessi che danno accesso a questa risorsa\",\n \"resourceNoPermissionsGrantingAccess\": \"Nessun permesso dà accesso a questa risorsa\",\n \"anyAction\": \"Qualsiasi azione\",\n \"description\": \"Descrizione\",\n \"name\": \"Nome\",\n \"scopes\": \"Ambito\",\n \"resource\": \"Risorsa\",\n \"user\": \"Utente\",\n \"peopleSharingThisResource\": \"Persone che condividono questa risorsa\",\n \"shareWithOthers\": \"Condividi con altri\",\n \"needMyApproval\": \"Richiede la mia approvazione\",\n \"requestsWaitingApproval\": \"La tua richiesta è in attesa di approvazione\",\n \"icon\": \"Icona\",\n \"requestor\": \"Richiedente\",\n \"owner\": \"Proprietario\",\n \"resourcesSharedWithMe\": \"Risorse condivise con me\",\n \"permissionRequestion\": \"Richiesta di permesso\",\n \"permission\": \"Permesso\",\n \"shares\": \"condivisioni\",\n \"notBeingShared\": \"Questa risorsa non è in condivisione.\",\n \"notHaveAnyResource\": \"Non hai nessuna risorsa\",\n \"noResourcesSharedWithYou\": \"Non ci sono risorse condivise con te\",\n \"havePermissionRequestsWaitingForApproval\": \"Hai {0} richiesta(e) di permesso in attesa di approvazione.\",\n \"clickHereForDetails\": \"Clicca qui per i dettagli.\",\n \"resourceIsNotBeingShared\": \"La risorsa non è in condivisione\",\n \"locale_it\": \"Italiano\",\n \"applicationName\": \"Nome\",\n \"applicationType\": \"Tipo applicazione\",\n \"applicationInUse\": \"In-use app only\",\n \"clearAllFilter\": \"Azzera tutti i filtri\",\n \"activeFilters\": \"Filtri attivi\",\n \"filterByName\": \"Filtra per nome ...\",\n \"allApps\": \"Tutte le applicazioni\",\n \"internalApps\": \"Applicazioni interne\",\n \"thirdpartyApps\": \"Applicazioni di terze parti\",\n \"appResults\": \"Risultati\",\n \"clientNotFoundMessage\": \"Client non trovato.\",\n \"authorizedProvider\": \"Provider autorizzato\",\n \"authorizedProviderMessage\": \"Provider autorizzati collegati al tuo account\",\n \"identityProvider\": \"Identity provider\",\n \"identityProviderMessage\": \"Collegare il tuo account con gli identity provider che hai configurato\",\n \"socialLogin\": \"Social Login\",\n \"userDefined\": \"Definito dall'utente\",\n \"removeAccess\": \"Rimuovi accesso\",\n \"removeAccessMessage\": \"Devi concedere di nuovo l'accesso, se vuoi utilizzare l'account di questa applicazione.\",\n \"authenticatorStatusMessage\": \"L'autenticazione a due fattori è attualmente\",\n \"authenticatorFinishSetUpTitle\": \"La tua autenticazione a due fattori\",\n \"authenticatorFinishSetUpMessage\": \"Ogni volta che effettui l'accesso al tuo account Keycloak, ti verrà richiesto di fornire il tuo codice di autenticazione a due fattori.\",\n \"authenticatorSubTitle\": \"Imposta l'autenticazione a due fattori\",\n \"authenticatorSubMessage\": \"Per incrementare la sicurezza del tuo account, attiva almeno uno dei metodi disponibili per l'autenticazione a due fattori.\",\n \"authenticatorMobileTitle\": \"Autenticatore mobile\",\n \"authenticatorMobileMessage\": \"Utilizza l'autenticatore mobile per ottenere i codici di verifica per l'autenticazione a due fattori.\",\n \"authenticatorMobileFinishSetUpMessage\": \"L'autenticatore è stato collegato al tuo telefono.\",\n \"authenticatorActionSetup\": \"Set up\",\n \"authenticatorSMSTitle\": \"Codice SMS\",\n \"authenticatorSMSMessage\": \"Keycloak invierà il codice di verifica al tuo telefono per l'autenticazione a due fattori.\",\n \"authenticatorSMSFinishSetUpMessage\": \"I messaggi di testo vengono inviati a\",\n \"authenticatorDefaultStatus\": \"Default\",\n \"authenticatorChangePhone\": \"Cambia numero di telefono\",\n \"authenticatorMobileSetupTitle\": \"Setup autenticatore mobile\",\n \"smscodeIntroMessage\": \"Inserisci il tuo numero di telefono e ti verrà inviato un codice di verifica.\",\n \"mobileSetupStep1\": \"Installa un'applicazione di autenticazione sul tuo telefono. Sono supportate le applicazioni qui elencate.\",\n \"mobileSetupStep2\": \"Apri l'applicazione e scansiona il codice QR:\",\n \"mobileSetupStep3\": \"Inserisci il codice monouso fornito dall'applicazione e clicca Salva per completare il setup.\",\n \"scanBarCode\": \"Vuoi scansionare il codice QR?\",\n \"enterBarCode\": \"Inserisci il codice monouso\",\n \"doCopy\": \"Copia\",\n \"doFinish\": \"Termina\",\n \"authenticatorSMSCodeSetupTitle\": \"Setup codice SMS\",\n \"chooseYourCountry\": \"Scegli la tua nazione\",\n \"enterYourPhoneNumber\": \"Inserisci il tuo numero di telefono\",\n \"sendVerficationCode\": \"Invia il codice di verifica\",\n \"enterYourVerficationCode\": \"Inserisci il codice di verifica\",\n \"authenticatorBackupCodesSetupTitle\": \"Setup backup codici\",\n \"realmName\": \"Realm\",\n \"doDownload\": \"Download\",\n \"doPrint\": \"Stampa\",\n \"generateNewBackupCodes\": \"Genera dei nuovi codici di backup\",\n \"backtoAuthenticatorPage\": \"Torna alla pagina dell'autenticatore\",\n \"resources\": \"Risorse\",\n \"sharedwithMe\": \"Condiviso con me\",\n \"share\": \"Condiviso\",\n \"sharedwith\": \"Condiviso con\",\n \"accessPermissions\": \"Permessi di accesso\",\n \"permissionRequests\": \"Richieste di permesso\",\n \"approve\": \"Approva\",\n \"approveAll\": \"Approva tutti\",\n \"people\": \"persone\",\n \"perPage\": \"per pagina\",\n \"currentPage\": \"Pagina corrente\",\n \"sharetheResource\": \"Condividi la risorsa\",\n \"group\": \"Gruppo\",\n \"selectPermission\": \"Seleziona permessi\",\n \"addPeople\": \"Aggiungi persone con le quali condividere la tua risorsa\",\n \"addTeam\": \"Aggiungi gruppi con i quali condividere la tua risorsa\",\n \"myPermissions\": \"Miei permessi\",\n \"waitingforApproval\": \"Attesa dell'approvazione\",\n \"anyPermission\": \"Qualsiasi permesso\",\n \"openshift.scope.user_info\": \"Informazioni utente\",\n \"openshift.scope.user_check-access\": \"Informazioni per l'accesso dell'utente\",\n \"openshift.scope.user_full\": \"Accesso completo\",\n \"openshift.scope.list-projects\": \"Elenca progetti\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5838.de2af615.chunk.js b/resources/keycloak/keycloakify/static/js/5838.de2af615.chunk.js new file mode 100644 index 00000000..37b48beb --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5838.de2af615.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5838],{5838:function(e,i,a){a.r(i);i.default={doLogIn:"Accedi",doRegister:"Registrati",doCancel:"Annulla",doSubmit:"Invia",doBack:"Indietro",doYes:"S\xec",doNo:"No",doContinue:"Continua",doIgnore:"Ignora",doAccept:"Accetta",doDecline:"Nega",doForgotPassword:"Password dimenticata?",doClickHere:"Clicca qui",doImpersonate:"Impersona",doTryAgain:"Prova ancora",doTryAnotherWay:"Prova in un altro modo",kerberosNotConfigured:"Kerberos non configurato",kerberosNotConfiguredTitle:"Kerberos non configurato",bypassKerberosDetail:"Non sei connesso via Kerberos o il tuo browser non supporta l'autenticazione a Kerberos. Fai clic su Continua per accedere in modo alternativo.",kerberosNotSetUp:"Kerberos non \xe8 configurato. Non puoi effettuare l'accesso.",registerTitle:"Registrati",loginAccountTitle:"Accedi",loginTitle:"Accedi a {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} Impersona utente",impersonateTitleHtml:"{0} Impersona utente",realmChoice:"Realm",unknownUser:"Utente sconosciuto",loginTotpTitle:"Configura autenticazione mobile",loginProfileTitle:"Aggiorna profilo",loginTimeout:"Stai impiegando troppo tempo per accedere. Il processo di autenticazione verr\xe0 riavviato.",oauthGrantTitle:"Autenticazione concessa",oauthGrantTitleHtml:"{0}",errorTitle:"Siamo spiacenti\u2026",errorTitleHtml:"Siamo spiacenti...",emailVerifyTitle:"Verifica l'email",emailForgotTitle:"Password dimenticata?",updatePasswordTitle:"Aggiorna password",codeSuccessTitle:"Codice di successo",codeErrorTitle:"Codice di errore: {0}",displayUnsupported:"Tipo display richiesto non supportato",browserRequired:"\xc8 richiesto il browser per il login",browserContinue:"\xc8 richiesto il browser per continuare il login",browserContinuePrompt:"Aprire il browser per continuare il login? [y/n]:",browserContinueAnswer:"y",termsTitle:"Termini e condizioni",termsText:"

    Termini e condizioni da definire

    ",termsPlainText:"Termini e condizioni da definire.",recaptchaFailed:"Recaptcha non valido",recaptchaNotConfigured:"Il Recaptcha \xe8 obbligatorio, ma non configurato",consentDenied:"Permesso negato.",noAccount:"Nuovo utente?",username:"Username",usernameOrEmail:"Username o email",firstName:"Nome",givenName:"Nome",fullName:"Nome completo",lastName:"Cognome",familyName:"Cognome",email:"Email",password:"Password",passwordConfirm:"Conferma password",passwordNew:"Nuova Password",passwordNewConfirm:"Conferma nuova password",rememberMe:"Ricordami",authenticatorCode:"Codice One-time",address:"Indirizzo",locality:"Citt\xe0 o Localit\xe0",street:"Via",region:"Stato, Provincia, o Regione",postal_code:"CAP",country:"Paese",emailVerified:"Email verificata",gssDelegationCredential:"Credenziali delega GSS",profileScopeConsentText:"Profilo utente",emailScopeConsentText:"Indirizzo email",addressScopeConsentText:"Indirizzo",phoneScopeConsentText:"Numero di telefono",offlineAccessScopeConsentText:"Accesso offline",samlRoleListScopeConsentText:"I miei ruoli",rolesScopeConsentText:"Ruoli utente",restartLoginTooltip:"Riavvia login",loginTotpIntro:"Devi impostare un generatore di OTP (password temporanea valida una volta sola) per accedere a questo account",loginTotpStep1:"Installa una delle seguenti applicazioni sul tuo dispositivo mobile",loginTotpStep2:"Apri l'applicazione e scansiona il codice QR",loginTotpStep3:"Scrivi il codice monouso fornito dall'applicazione e premi Invia per completare il setup",loginTotpStep3DeviceName:"Fornisci il nome del dispositivo per aiutarti a gestire i dispositivi di autenticazione.",loginTotpManualStep2:"Apri l'applicazione e scrivi la chiave",loginTotpManualStep3:"Usa le seguenti impostazioni se l'applicazione lo consente",loginTotpUnableToScan:"Non riesci a scansionare il codice QR?",loginTotpScanBarcode:"Vuoi scansionare il codice QR?",loginCredential:"Credenziali",loginOtpOneTime:"Codice monouso",loginTotpType:"Tipo",loginTotpAlgorithm:"Algoritmo",loginTotpDigits:"Cifre",loginTotpInterval:"Intervallo",loginTotpCounter:"Contatore",loginTotpDeviceName:"Nome del dispositivo di autenticazione","loginTotp.totp":"Basato sull'ora","loginTotp.hotp":"Basato sul contatore",loginChooseAuthenticator:"Seleziona il tuo metodo di autenticazione",oauthGrantRequest:"Vuoi assegnare questi privilegi di accesso?",inResource:"per",emailVerifyInstruction1:"Ti \xe8 stata inviata una email con le istruzioni per la verifica della tua email.",emailVerifyInstruction2:"Non hai ricevuto un codice di verifica nella tua email?",emailVerifyInstruction3:"per rinviare la email.",emailLinkIdpTitle:"Collega {0}",emailLinkIdp1:"Ti \xe8 stata inviata una email con le istruzioni per collegare l'account {0} {1} con il tuo account {2}.",emailLinkIdp2:"Non hai ricevuto un codice di verifica nella tua email?",emailLinkIdp3:"Per rinviare la email.",emailLinkIdp4:"Se hai gi\xe0 verificato l'indirizzo email in un altro browser",emailLinkIdp5:"per continuare.",backToLogin:"« Torna al Login",emailInstruction:"Inserisci la tua username o l'indirizzo email e ti manderemo le istruzioni per creare una nuova password.",copyCodeInstruction:"Copia questo codice e incollalo nella tua applicazione:",pageExpiredTitle:"La pagina \xe8 scaduta",pageExpiredMsg1:"Per ripetere il login",pageExpiredMsg2:"Per continuare con il login",personalInfo:"Informazioni personali:",role_admin:"Admin","role_realm-admin":"Realm Admin","role_create-realm":"Crea realm","role_create-client":"Crea client","role_view-realm":"Visualizza realm","role_view-users":"Visualizza utenti","role_view-applications":"Visualizza applicazioni","role_view-clients":"Visualizza client","role_view-events":"Visualizza eventi","role_view-identity-providers":"Visualizza identity provider","role_manage-realm":"Gestisci realm","role_manage-users":"Gestisci utenti","role_manage-applications":"Gestisci applicazioni","role_manage-identity-providers":"Gestisci identity provider","role_manage-clients":"Gestisci client","role_manage-events":"Gestisci eventi","role_view-profile":"Visualizza profilo","role_manage-account":"Gestisci account","role_manage-account-links":"Gestisci i link per l'account","role_read-token":"Leggi il token","role_offline-access":"Accesso offline",client_account:"Account","client_account-console":"Console account","client_security-admin-console":"Console di amministrazione di sicurezza","client_admin-cli":"Admin CLI","client_realm-management":"Gestione realm",client_broker:"Broker",requiredFields:"Campi obbligatori",invalidUserMessage:"Username o password non validi.",invalidUsernameMessage:"Username non valido.",invalidUsernameOrEmailMessage:"Username o email non validi.",invalidPasswordMessage:"Password non valida.",invalidEmailMessage:"Indirizzo email non valido.",accountDisabledMessage:"L'account \xe8 disabilitato, contatta il tuo amministratore.",accountTemporarilyDisabledMessage:"L'account \xe8 temporaneamente disabilitato; contatta il tuo amministratore o prova pi\xf9 tardi.",expiredCodeMessage:"Login scaduto. Riprovare.",expiredActionMessage:"Azione scaduta. Continuare adesso con in login.",expiredActionTokenNoSessionMessage:"Azione scaduta.",expiredActionTokenSessionExistsMessage:"Azione scaduta. Ricominciare.",missingFirstNameMessage:"Inserisci il nome.",missingLastNameMessage:"Inserisci il cognome.",missingEmailMessage:"Inserisci l'email.",missingUsernameMessage:"Inserisci l'username.",missingPasswordMessage:"Inserisci la password.",missingTotpMessage:"Inserisci il codice di autenticazione.",missingTotpDeviceNameMessage:"Inserisci il nome del dispositivo di autenticazione.",notMatchPasswordMessage:"Le password non coincidono.",invalidPasswordExistingMessage:"Password esistente non valida.",invalidPasswordBlacklistedMessage:"Password non valida: la password non \xe8 consentita.",invalidPasswordConfirmMessage:"La password di conferma non coincide.",invalidTotpMessage:"Codice di autenticazione non valido.",usernameExistsMessage:"Username gi\xe0 esistente.",emailExistsMessage:"Email gi\xe0 esistente.",federatedIdentityExistsMessage:"L'utente con {0} {1} esiste gi\xe0. Effettua il login nella gestione account per associare l'account.",confirmLinkIdpTitle:"Account gi\xe0 esistente",federatedIdentityConfirmLinkMessage:"L'utente con {0} {1} esiste gi\xe0. Come vuoi procedere?",federatedIdentityConfirmReauthenticateMessage:"Autenticati per associare il tuo account con {0}",confirmLinkIdpReviewProfile:"Rivedi profilo",confirmLinkIdpContinue:"Aggiungi all'account esistente",configureTotpMessage:"Devi impostare un autenticatore per attivare il tuo account.",updateProfileMessage:"Devi aggiornare il tuo profilo utente per attivare il tuo account.",updatePasswordMessage:"Devi cambiare la password per attivare il tuo account.",resetPasswordMessage:"Devi cambiare la password.",verifyEmailMessage:"Devi verificare il tuo indirizzo email per attivare il tuo account.",linkIdpMessage:"Devi verificare il tuo indirizzo email per associare il tuo account con {0}.",emailSentMessage:"Riceverai a breve una email con maggiori istruzioni.",emailSendErrorMessage:"Invio email fallito, riprova pi\xf9 tardi.",accountUpdatedMessage:"Il tuo account \xe8 stato aggiornato.",accountPasswordUpdatedMessage:"La tua password \xe8 stata aggiornata.",delegationCompleteHeader:"Login completato",delegationCompleteMessage:"Puoi chiudere questa finestra del browser e tornare alla tua applicazione.",delegationFailedHeader:"Login fallito",delegationFailedMessage:"Puoi chiudere questa finestra del browser e tornare alla tua applicazione per provare ad accedere nuovamente.",noAccessMessage:"Nessun accesso",invalidPasswordMinLengthMessage:"Password non valida: lunghezza minima {0}.",invalidPasswordMinDigitsMessage:"Password non valida: deve contenere almeno {0} numeri.",invalidPasswordMinLowerCaseCharsMessage:"Password non valida: deve contenere almeno {0} caratteri minuscoli.",invalidPasswordMinUpperCaseCharsMessage:"Password non valida: deve contenere almeno {0} caratteri maiuscoli.",invalidPasswordMinSpecialCharsMessage:"Password non valida: deve contenere almeno {0} caratteri speciali.",invalidPasswordNotUsernameMessage:"Password non valida: non deve essere uguale alla username.",invalidPasswordRegexPatternMessage:"Password non valida: fallito il match con una o pi\xf9 espressioni regolari.",invalidPasswordHistoryMessage:"Password non valida: non deve essere uguale ad una delle ultime {0} password.",invalidPasswordGenericMessage:"Password non valida: la nuova password non rispetta le indicazioni previste.",failedToProcessResponseMessage:"Fallimento nell'elaborazione della risposta",httpsRequiredMessage:"HTTPS richiesto",realmNotEnabledMessage:"Realm non abilitato",invalidRequestMessage:"Richiesta non valida",failedLogout:"Logout fallito",unknownLoginRequesterMessage:"Richiedente di Login non riconosciuto",loginRequesterNotEnabledMessage:"Richiedente di Login non abilitato",bearerOnlyMessage:"Alle applicazioni di tipo Bearer-only non \xe8 consentito di effettuare il login tramite browser",standardFlowDisabledMessage:"Al client non \xe8 consentito di effettuare il login tramite browser con questo response_type. Standard flow \xe8 stato disabilitato per il client.",implicitFlowDisabledMessage:"Al client non \xe8 consentito di effettuare il login tramite browser con questo response_type. Implicit flow \xe8 stato disabilitato per il client.",invalidRedirectUriMessage:"Redirect uri non valido",unsupportedNameIdFormatMessage:"NameIDFormat non supportato",invalidRequesterMessage:"Richiedente non valido",registrationNotAllowedMessage:"Registrazione non permessa",resetCredentialNotAllowedMessage:"Reimpostazione della credenziale non permessa",permissionNotApprovedMessage:"Permesso non approvato.",noRelayStateInResponseMessage:"Nessun relay state in risposta dall'identity provider.",insufficientPermissionMessage:"Permessi insufficienti per associare le identit\xe0.",couldNotProceedWithAuthenticationRequestMessage:"Impossibile procedere con la richiesta di autenticazione all'identity provider",couldNotObtainTokenMessage:"Non posso ottenere un token dall'identity provider.",unexpectedErrorRetrievingTokenMessage:"Errore inaspettato nel recupero del token dall'identity provider.",unexpectedErrorHandlingResponseMessage:"Errore inaspettato nella gestione della risposta dall'identity provider.",identityProviderAuthenticationFailedMessage:"Autenticazione fallita. Non posso effettuare l'autenticazione con l'identity provider.",couldNotSendAuthenticationRequestMessage:"Impossibile inviare la richiesta di autenticazione all'identity provider.",unexpectedErrorHandlingRequestMessage:"Errore inaspettato nella gestione della richiesta di autenticazione all'identity provider.",invalidAccessCodeMessage:"Codice di accesso non valido.",sessionNotActiveMessage:"Sessione non attiva.",invalidCodeMessage:"Si \xe8 verificato un errore, effettua di nuovo il login nella tua applicazione.",identityProviderUnexpectedErrorMessage:"Errore imprevisto durante l'autenticazione con identity provider",identityProviderNotFoundMessage:"Non posso trovare un identity provider con l'identificativo.",identityProviderLinkSuccess:"Hai verificato con successo la tua email. Torna al tuo browser iniziale e continua da l\xec con il login.",staleCodeMessage:"Questa pagina non \xe8 pi\xf9 valida, torna alla tua applicazione ed effettua nuovamente l'accesso",realmSupportsNoCredentialsMessage:"Il realm non supporta nessun tipo di credenziali.",credentialSetupRequired:"Impossibile effettuare il login, \xe8 richiesto il setup delle credenziali.",identityProviderNotUniqueMessage:"Il realm supporta pi\xf9 di un identity provider. Impossibile determinare quale identity provider deve essere utilizzato per autenticarti.",emailVerifiedMessage:"Il tuo indirizzo email \xe8 stato verificato.",staleEmailVerificationLink:"Il link che hai cliccato \xe8 un link scaduto e non \xe8 pi\xf9 valido. Forse hai gi\xe0 verificato la tua email?",identityProviderAlreadyLinkedMessage:"L'identit\xe0 federata restituita dall'identity provider {0} \xe8 gi\xe0 associata ad un altro utente.",confirmAccountLinking:"Conferma il collegamento per l'account {0} dell'identity provider {1} con il tuo account.",confirmEmailAddressVerification:"Conferma la validit\xe0 dell'indirizzo email {0}.",confirmExecutionOfActions:"Esegui la/le seguenti azione/i",locale_it:"Italiano",backToApplication:"« Torna all'applicazione",missingParameterMessage:"Parametri mancanti: {0}",clientNotFoundMessage:"Client non trovato.",clientDisabledMessage:"Client disabilitato.",invalidParameterMessage:"Parametro non valido: {0}",alreadyLoggedIn:"Sei gi\xe0 connesso.",differentUserAuthenticated:"Se gi\xe0 autenticato con l'utente '{0}' in questa sessione. Per favore, fai prima il logout.",brokerLinkingSessionExpired:"\xc8 stato richiesta un'associazione a un account broker, ma la sessione corrente non \xe8 pi\xf9 valida.",proceedWithAction:"» Clicca qui per continuare","requiredAction.CONFIGURE_TOTP":"Configura OTP","requiredAction.terms_and_conditions":"Termini e condizioni","requiredAction.UPDATE_PASSWORD":"Aggiornamento password","requiredAction.UPDATE_PROFILE":"Aggiornamento profilo","requiredAction.VERIFY_EMAIL":"Verifica dell'indirizzo email",doX509Login:"Sarai connesso come:",clientCertificate:"Certificato client X509:",noCertificate:"[Nessun certificato]",pageNotFound:"Pagina non trovata",internalServerError:"Si \xe8 verificato un errore interno del server","console-username":"Username:","console-password":"Password:","console-otp":"One-time password:","console-new-password":"Nuova password:","console-confirm-password":"Conferma password:","console-update-password":"\xc8 richiesto l'aggiornamento della tua password.","console-verify-email":"Devi verificare il tuo indirizzo email. \xc8 stata inviata una email a {0} che contiene un codice di verifica. Per favore inserisci il codice nella casella di testo seguente.","console-email-code":"Codice email:","console-accept-terms":"Accetti i termini? [y/n]:","console-accept":"y","openshift.scope.user_info":"Informazioni utente","openshift.scope.user_check-access":"Informazioni di accesso per l'utente","openshift.scope.user_full":"Accesso completo","openshift.scope.list-projects":"Elenca i progetti","saml.post-form.title":"Reindirizzamento per l'autenticazione","saml.post-form.message":"Reindirizzamento, attendere per favore.","saml.post-form.js-disabled":"JavaScript \xe8 disabilitato. \xc8 fortemente consigliato abilitarlo. Clicca sul bottone seguente per continuare.","otp-display-name":"Applicazione di autenticazione","otp-help-text":"Inserire un codice di verifica fornito dall'applicazione di autenticazione.","password-display-name":"Password","password-help-text":"Accedi inserendo la tua password.","auth-username-form-display-name":"Username","auth-username-form-help-text":"Inizia il login inserendo la tua username","auth-username-password-form-display-name":"Username e password","auth-username-password-form-help-text":"Accedi inserendo la tua username e la password.","webauthn-display-name":"Chiave di sicurezza","webauthn-help-text":"Utilizza la tua chiave di sicurezza per accedere.","webauthn-passwordless-display-name":"Chiave di sicurezza","webauthn-passwordless-help-text":"Utilizza la tua chiave di sicurezza per l'accesso senza password.","webauthn-login-title":"Login con chiave di sicurezza","webauthn-registration-title":"Registrazione chiave di sicurezza","webauthn-available-authenticators":"Autenticatori disponibili","webauthn-error-title":"Errore della chiave di sicurezza","webauthn-error-registration":"Impossibile registrare la tua chiave di sicurezza.","webauthn-error-api-get":"Autenticazione con la chiave di sicurezza fallita.","webauthn-error-different-user":"Il primo utente autenticato non \xe8 quello autenticato tramite la chiave di sicurezza.","webauthn-error-auth-verification":"Il risultato dell'autenticazione con la chiave di sicurezza non \xe8 valido.","webauthn-error-register-verification":"Il risultato della registrazione della chiave di sicurezza non \xe8 valido.","webauthn-error-user-not-found":"Utente sconosciuto autenticato con la chiave di sicurezza.","identity-provider-redirector":"Connettiti con un altro identity provider.","identity-provider-login-label":"Oppure accedi con",readOnlyUsernameMessage:"Non puoi aggiornare il tuo nome utente poich\xe9 \xe8 in modalit\xe0 sola lettura."}}}]); +//# sourceMappingURL=5838.de2af615.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5838.de2af615.chunk.js.map b/resources/keycloak/keycloakify/static/js/5838.de2af615.chunk.js.map new file mode 100644 index 00000000..0a51c34a --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5838.de2af615.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/5838.de2af615.chunk.js","mappings":"uIAyTA,UArTgB,CACd,QAAW,SACX,WAAc,aACd,SAAY,UACZ,SAAY,QACZ,OAAU,WACV,MAAS,QACT,KAAQ,KACR,WAAc,WACd,SAAY,SACZ,SAAY,UACZ,UAAa,OACb,iBAAoB,wBACpB,YAAe,aACf,cAAiB,YACjB,WAAc,eACd,gBAAmB,yBACnB,sBAAyB,2BACzB,2BAA8B,2BAC9B,qBAAwB,kJACxB,iBAAoB,gEACpB,cAAiB,aACjB,kBAAqB,SACrB,WAAc,eACd,eAAkB,MAClB,iBAAoB,uBACpB,qBAAwB,wCACxB,YAAe,QACf,YAAe,qBACf,eAAkB,kCAClB,kBAAqB,mBACrB,aAAgB,+FAChB,gBAAmB,0BACnB,oBAAuB,MACvB,WAAc,wBACd,eAAkB,sCAClB,iBAAoB,mBACpB,iBAAoB,wBACpB,oBAAuB,oBACvB,iBAAoB,qBACpB,eAAkB,wBAClB,mBAAsB,wCACtB,gBAAmB,yCACnB,gBAAmB,oDACnB,sBAAyB,oDACzB,sBAAyB,IACzB,WAAc,uBACd,UAAa,0CACb,eAAkB,oCAClB,gBAAmB,uBACnB,uBAA0B,qDAC1B,cAAiB,mBACjB,UAAa,gBACb,SAAY,WACZ,gBAAmB,mBACnB,UAAa,OACb,UAAa,OACb,SAAY,gBACZ,SAAY,UACZ,WAAc,UACd,MAAS,QACT,SAAY,WACZ,gBAAmB,oBACnB,YAAe,iBACf,mBAAsB,0BACtB,WAAc,YACd,kBAAqB,kBACrB,QAAW,YACX,SAAY,yBACZ,OAAU,MACV,OAAU,8BACV,YAAe,MACf,QAAW,QACX,cAAiB,mBACjB,wBAA2B,yBAC3B,wBAA2B,iBAC3B,sBAAyB,kBACzB,wBAA2B,YAC3B,sBAAyB,qBACzB,8BAAiC,kBACjC,6BAAgC,eAChC,sBAAyB,eACzB,oBAAuB,gBACvB,eAAkB,gHAClB,eAAkB,sEAClB,eAAkB,+CAClB,eAAkB,2FAClB,yBAA4B,2FAC5B,qBAAwB,yCACxB,qBAAwB,6DACxB,sBAAyB,yCACzB,qBAAwB,iCACxB,gBAAmB,cACnB,gBAAmB,iBACnB,cAAiB,OACjB,mBAAsB,YACtB,gBAAmB,QACnB,kBAAqB,aACrB,iBAAoB,YACpB,oBAAuB,yCACvB,iBAAkB,kBAClB,iBAAkB,uBAClB,yBAA4B,4CAC5B,kBAAqB,8CACrB,WAAc,MACd,wBAA2B,qFAC3B,wBAA2B,0DAC3B,wBAA2B,yBAC3B,kBAAqB,cACrB,cAAiB,4GACjB,cAAiB,0DACjB,cAAiB,yBACjB,cAAiB,iEACjB,cAAiB,kBACjB,YAAe,yBACf,iBAAoB,4GACpB,oBAAuB,0DACvB,iBAAoB,yBACpB,gBAAmB,wBACnB,gBAAmB,8BACnB,aAAgB,0BAChB,WAAc,QACd,mBAAoB,cACpB,oBAAqB,aACrB,qBAAsB,cACtB,kBAAmB,mBACnB,kBAAmB,oBACnB,yBAA0B,0BAC1B,oBAAqB,oBACrB,mBAAoB,oBACpB,+BAAgC,+BAChC,oBAAqB,iBACrB,oBAAqB,kBACrB,2BAA4B,wBAC5B,iCAAkC,6BAClC,sBAAuB,kBACvB,qBAAsB,kBACtB,oBAAqB,qBACrB,sBAAuB,mBACvB,4BAA6B,gCAC7B,kBAAmB,iBACnB,sBAAuB,kBACvB,eAAkB,UAClB,yBAA0B,kBAC1B,gCAAiC,0CACjC,mBAAoB,YACpB,0BAA2B,iBAC3B,cAAiB,SACjB,eAAkB,oBAClB,mBAAsB,kCACtB,uBAA0B,uBAC1B,8BAAiC,+BACjC,uBAA0B,uBAC1B,oBAAuB,8BACvB,uBAA0B,+DAC1B,kCAAqC,oGACrC,mBAAsB,4BACtB,qBAAwB,kDACxB,mCAAsC,kBACtC,uCAA0C,gCAC1C,wBAA2B,qBAC3B,uBAA0B,wBAC1B,oBAAuB,qBACvB,uBAA0B,wBAC1B,uBAA0B,yBAC1B,mBAAsB,yCACtB,6BAAgC,uDAChC,wBAA2B,8BAC3B,+BAAkC,iCAClC,kCAAqC,wDACrC,8BAAiC,wCACjC,mBAAsB,uCACtB,sBAAyB,6BACzB,mBAAsB,0BACtB,+BAAkC,wGAClC,oBAAuB,2BACvB,oCAAuC,2DACvC,8CAAiD,mDACjD,4BAA+B,iBAC/B,uBAA0B,iCAC1B,qBAAwB,+DACxB,qBAAwB,qEACxB,sBAAyB,yDACzB,qBAAwB,6BACxB,mBAAsB,sEACtB,eAAkB,+EAClB,iBAAoB,uDACpB,sBAAyB,6CACzB,sBAAyB,wCACzB,8BAAiC,yCACjC,yBAA4B,mBAC5B,0BAA6B,6EAC7B,uBAA0B,gBAC1B,wBAA2B,gHAC3B,gBAAmB,iBACnB,gCAAmC,6CACnC,gCAAmC,yDACnC,wCAA2C,sEAC3C,wCAA2C,sEAC3C,sCAAyC,qEACzC,kCAAqC,6DACrC,mCAAsC,+EACtC,8BAAiC,gFACjC,8BAAiC,+EACjC,+BAAkC,8CAClC,qBAAwB,kBACxB,uBAA0B,sBAC1B,sBAAyB,uBACzB,aAAgB,iBAChB,6BAAgC,wCAChC,gCAAmC,qCACnC,kBAAqB,mGACrB,4BAA+B,sJAC/B,4BAA+B,sJAC/B,0BAA6B,0BAC7B,+BAAkC,8BAClC,wBAA2B,yBAC3B,8BAAiC,6BACjC,iCAAoC,gDACpC,6BAAgC,0BAChC,8BAAiC,yDACjC,8BAAiC,uDACjC,gDAAmD,iFACnD,2BAA8B,sDAC9B,sCAAyC,oEACzC,uCAA0C,2EAC1C,4CAA+C,yFAC/C,yCAA4C,4EAC5C,sCAAyC,6FACzC,yBAA4B,gCAC5B,wBAA2B,uBAC3B,mBAAsB,mFACtB,uCAA0C,mEAC1C,gCAAmC,+DACnC,4BAA+B,4GAC/B,iBAAoB,qGACpB,kCAAqC,oDACrC,wBAA2B,8EAC3B,iCAAoC,6IACpC,qBAAwB,gDACxB,2BAA8B,oHAC9B,qCAAwC,yGACxC,sBAAyB,4FACzB,gCAAmC,oDACnC,0BAA6B,iCAC7B,UAAa,WACb,kBAAqB,iCACrB,wBAA2B,0BAC3B,sBAAyB,sBACzB,sBAAyB,uBACzB,wBAA2B,4BAC3B,gBAAmB,uBACnB,2BAA8B,gGAC9B,4BAA+B,4GAC/B,kBAAqB,oCACrB,gCAAiC,gBACjC,sCAAuC,uBACvC,iCAAkC,yBAClC,gCAAiC,wBACjC,8BAA+B,gCAC/B,YAAe,uBACf,kBAAqB,2BACrB,cAAiB,uBACjB,aAAgB,qBAChB,oBAAuB,kDACvB,mBAAoB,YACpB,mBAAoB,YACpB,cAAe,qBACf,uBAAwB,kBACxB,2BAA4B,qBAC5B,0BAA2B,qDAC3B,uBAAwB,iLACxB,qBAAsB,gBACtB,uBAAwB,4BACxB,iBAAkB,IAClB,4BAA6B,sBAC7B,oCAAqC,uCACrC,4BAA6B,mBAC7B,gCAAiC,oBACjC,uBAAwB,wCACxB,yBAA0B,0CAC1B,6BAA8B,oHAC9B,mBAAoB,iCACpB,gBAAiB,8EACjB,wBAAyB,WACzB,qBAAsB,oCACtB,kCAAmC,WACnC,+BAAgC,4CAChC,2CAA4C,sBAC5C,wCAAyC,kDACzC,wBAAyB,sBACzB,qBAAsB,oDACtB,qCAAsC,sBACtC,kCAAmC,oEACnC,uBAAwB,gCACxB,8BAA+B,oCAC/B,oCAAqC,4BACrC,uBAAwB,mCACxB,8BAA+B,qDAC/B,yBAA0B,qDAC1B,gCAAiC,0FACjC,mCAAoC,+EACpC,uCAAwC,8EACxC,gCAAiC,6DACjC,+BAAgC,6CAChC,gCAAiC,oBACjC,wBAA2B,qF","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/it.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Accedi\",\n \"doRegister\": \"Registrati\",\n \"doCancel\": \"Annulla\",\n \"doSubmit\": \"Invia\",\n \"doBack\": \"Indietro\",\n \"doYes\": \"Sì\",\n \"doNo\": \"No\",\n \"doContinue\": \"Continua\",\n \"doIgnore\": \"Ignora\",\n \"doAccept\": \"Accetta\",\n \"doDecline\": \"Nega\",\n \"doForgotPassword\": \"Password dimenticata?\",\n \"doClickHere\": \"Clicca qui\",\n \"doImpersonate\": \"Impersona\",\n \"doTryAgain\": \"Prova ancora\",\n \"doTryAnotherWay\": \"Prova in un altro modo\",\n \"kerberosNotConfigured\": \"Kerberos non configurato\",\n \"kerberosNotConfiguredTitle\": \"Kerberos non configurato\",\n \"bypassKerberosDetail\": \"Non sei connesso via Kerberos o il tuo browser non supporta l'autenticazione a Kerberos. Fai clic su Continua per accedere in modo alternativo.\",\n \"kerberosNotSetUp\": \"Kerberos non è configurato. Non puoi effettuare l'accesso.\",\n \"registerTitle\": \"Registrati\",\n \"loginAccountTitle\": \"Accedi\",\n \"loginTitle\": \"Accedi a {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Impersona utente\",\n \"impersonateTitleHtml\": \"{0} Impersona utente\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Utente sconosciuto\",\n \"loginTotpTitle\": \"Configura autenticazione mobile\",\n \"loginProfileTitle\": \"Aggiorna profilo\",\n \"loginTimeout\": \"Stai impiegando troppo tempo per accedere. Il processo di autenticazione verrà riavviato.\",\n \"oauthGrantTitle\": \"Autenticazione concessa\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Siamo spiacenti…\",\n \"errorTitleHtml\": \"Siamo spiacenti...\",\n \"emailVerifyTitle\": \"Verifica l'email\",\n \"emailForgotTitle\": \"Password dimenticata?\",\n \"updatePasswordTitle\": \"Aggiorna password\",\n \"codeSuccessTitle\": \"Codice di successo\",\n \"codeErrorTitle\": \"Codice di errore: {0}\",\n \"displayUnsupported\": \"Tipo display richiesto non supportato\",\n \"browserRequired\": \"È richiesto il browser per il login\",\n \"browserContinue\": \"È richiesto il browser per continuare il login\",\n \"browserContinuePrompt\": \"Aprire il browser per continuare il login? [y/n]:\",\n \"browserContinueAnswer\": \"y\",\n \"termsTitle\": \"Termini e condizioni\",\n \"termsText\": \"

    Termini e condizioni da definire

    \",\n \"termsPlainText\": \"Termini e condizioni da definire.\",\n \"recaptchaFailed\": \"Recaptcha non valido\",\n \"recaptchaNotConfigured\": \"Il Recaptcha è obbligatorio, ma non configurato\",\n \"consentDenied\": \"Permesso negato.\",\n \"noAccount\": \"Nuovo utente?\",\n \"username\": \"Username\",\n \"usernameOrEmail\": \"Username o email\",\n \"firstName\": \"Nome\",\n \"givenName\": \"Nome\",\n \"fullName\": \"Nome completo\",\n \"lastName\": \"Cognome\",\n \"familyName\": \"Cognome\",\n \"email\": \"Email\",\n \"password\": \"Password\",\n \"passwordConfirm\": \"Conferma password\",\n \"passwordNew\": \"Nuova Password\",\n \"passwordNewConfirm\": \"Conferma nuova password\",\n \"rememberMe\": \"Ricordami\",\n \"authenticatorCode\": \"Codice One-time\",\n \"address\": \"Indirizzo\",\n \"locality\": \"Città o Località\",\n \"street\": \"Via\",\n \"region\": \"Stato, Provincia, o Regione\",\n \"postal_code\": \"CAP\",\n \"country\": \"Paese\",\n \"emailVerified\": \"Email verificata\",\n \"gssDelegationCredential\": \"Credenziali delega GSS\",\n \"profileScopeConsentText\": \"Profilo utente\",\n \"emailScopeConsentText\": \"Indirizzo email\",\n \"addressScopeConsentText\": \"Indirizzo\",\n \"phoneScopeConsentText\": \"Numero di telefono\",\n \"offlineAccessScopeConsentText\": \"Accesso offline\",\n \"samlRoleListScopeConsentText\": \"I miei ruoli\",\n \"rolesScopeConsentText\": \"Ruoli utente\",\n \"restartLoginTooltip\": \"Riavvia login\",\n \"loginTotpIntro\": \"Devi impostare un generatore di OTP (password temporanea valida una volta sola) per accedere a questo account\",\n \"loginTotpStep1\": \"Installa una delle seguenti applicazioni sul tuo dispositivo mobile\",\n \"loginTotpStep2\": \"Apri l'applicazione e scansiona il codice QR\",\n \"loginTotpStep3\": \"Scrivi il codice monouso fornito dall'applicazione e premi Invia per completare il setup\",\n \"loginTotpStep3DeviceName\": \"Fornisci il nome del dispositivo per aiutarti a gestire i dispositivi di autenticazione.\",\n \"loginTotpManualStep2\": \"Apri l'applicazione e scrivi la chiave\",\n \"loginTotpManualStep3\": \"Usa le seguenti impostazioni se l'applicazione lo consente\",\n \"loginTotpUnableToScan\": \"Non riesci a scansionare il codice QR?\",\n \"loginTotpScanBarcode\": \"Vuoi scansionare il codice QR?\",\n \"loginCredential\": \"Credenziali\",\n \"loginOtpOneTime\": \"Codice monouso\",\n \"loginTotpType\": \"Tipo\",\n \"loginTotpAlgorithm\": \"Algoritmo\",\n \"loginTotpDigits\": \"Cifre\",\n \"loginTotpInterval\": \"Intervallo\",\n \"loginTotpCounter\": \"Contatore\",\n \"loginTotpDeviceName\": \"Nome del dispositivo di autenticazione\",\n \"loginTotp.totp\": \"Basato sull'ora\",\n \"loginTotp.hotp\": \"Basato sul contatore\",\n \"loginChooseAuthenticator\": \"Seleziona il tuo metodo di autenticazione\",\n \"oauthGrantRequest\": \"Vuoi assegnare questi privilegi di accesso?\",\n \"inResource\": \"per\",\n \"emailVerifyInstruction1\": \"Ti è stata inviata una email con le istruzioni per la verifica della tua email.\",\n \"emailVerifyInstruction2\": \"Non hai ricevuto un codice di verifica nella tua email?\",\n \"emailVerifyInstruction3\": \"per rinviare la email.\",\n \"emailLinkIdpTitle\": \"Collega {0}\",\n \"emailLinkIdp1\": \"Ti è stata inviata una email con le istruzioni per collegare l'account {0} {1} con il tuo account {2}.\",\n \"emailLinkIdp2\": \"Non hai ricevuto un codice di verifica nella tua email?\",\n \"emailLinkIdp3\": \"Per rinviare la email.\",\n \"emailLinkIdp4\": \"Se hai già verificato l'indirizzo email in un altro browser\",\n \"emailLinkIdp5\": \"per continuare.\",\n \"backToLogin\": \"« Torna al Login\",\n \"emailInstruction\": \"Inserisci la tua username o l'indirizzo email e ti manderemo le istruzioni per creare una nuova password.\",\n \"copyCodeInstruction\": \"Copia questo codice e incollalo nella tua applicazione:\",\n \"pageExpiredTitle\": \"La pagina è scaduta\",\n \"pageExpiredMsg1\": \"Per ripetere il login\",\n \"pageExpiredMsg2\": \"Per continuare con il login\",\n \"personalInfo\": \"Informazioni personali:\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Realm Admin\",\n \"role_create-realm\": \"Crea realm\",\n \"role_create-client\": \"Crea client\",\n \"role_view-realm\": \"Visualizza realm\",\n \"role_view-users\": \"Visualizza utenti\",\n \"role_view-applications\": \"Visualizza applicazioni\",\n \"role_view-clients\": \"Visualizza client\",\n \"role_view-events\": \"Visualizza eventi\",\n \"role_view-identity-providers\": \"Visualizza identity provider\",\n \"role_manage-realm\": \"Gestisci realm\",\n \"role_manage-users\": \"Gestisci utenti\",\n \"role_manage-applications\": \"Gestisci applicazioni\",\n \"role_manage-identity-providers\": \"Gestisci identity provider\",\n \"role_manage-clients\": \"Gestisci client\",\n \"role_manage-events\": \"Gestisci eventi\",\n \"role_view-profile\": \"Visualizza profilo\",\n \"role_manage-account\": \"Gestisci account\",\n \"role_manage-account-links\": \"Gestisci i link per l'account\",\n \"role_read-token\": \"Leggi il token\",\n \"role_offline-access\": \"Accesso offline\",\n \"client_account\": \"Account\",\n \"client_account-console\": \"Console account\",\n \"client_security-admin-console\": \"Console di amministrazione di sicurezza\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Gestione realm\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Campi obbligatori\",\n \"invalidUserMessage\": \"Username o password non validi.\",\n \"invalidUsernameMessage\": \"Username non valido.\",\n \"invalidUsernameOrEmailMessage\": \"Username o email non validi.\",\n \"invalidPasswordMessage\": \"Password non valida.\",\n \"invalidEmailMessage\": \"Indirizzo email non valido.\",\n \"accountDisabledMessage\": \"L'account è disabilitato, contatta il tuo amministratore.\",\n \"accountTemporarilyDisabledMessage\": \"L'account è temporaneamente disabilitato; contatta il tuo amministratore o prova più tardi.\",\n \"expiredCodeMessage\": \"Login scaduto. Riprovare.\",\n \"expiredActionMessage\": \"Azione scaduta. Continuare adesso con in login.\",\n \"expiredActionTokenNoSessionMessage\": \"Azione scaduta.\",\n \"expiredActionTokenSessionExistsMessage\": \"Azione scaduta. Ricominciare.\",\n \"missingFirstNameMessage\": \"Inserisci il nome.\",\n \"missingLastNameMessage\": \"Inserisci il cognome.\",\n \"missingEmailMessage\": \"Inserisci l'email.\",\n \"missingUsernameMessage\": \"Inserisci l'username.\",\n \"missingPasswordMessage\": \"Inserisci la password.\",\n \"missingTotpMessage\": \"Inserisci il codice di autenticazione.\",\n \"missingTotpDeviceNameMessage\": \"Inserisci il nome del dispositivo di autenticazione.\",\n \"notMatchPasswordMessage\": \"Le password non coincidono.\",\n \"invalidPasswordExistingMessage\": \"Password esistente non valida.\",\n \"invalidPasswordBlacklistedMessage\": \"Password non valida: la password non è consentita.\",\n \"invalidPasswordConfirmMessage\": \"La password di conferma non coincide.\",\n \"invalidTotpMessage\": \"Codice di autenticazione non valido.\",\n \"usernameExistsMessage\": \"Username già esistente.\",\n \"emailExistsMessage\": \"Email già esistente.\",\n \"federatedIdentityExistsMessage\": \"L'utente con {0} {1} esiste già. Effettua il login nella gestione account per associare l'account.\",\n \"confirmLinkIdpTitle\": \"Account già esistente\",\n \"federatedIdentityConfirmLinkMessage\": \"L'utente con {0} {1} esiste già. Come vuoi procedere?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Autenticati per associare il tuo account con {0}\",\n \"confirmLinkIdpReviewProfile\": \"Rivedi profilo\",\n \"confirmLinkIdpContinue\": \"Aggiungi all'account esistente\",\n \"configureTotpMessage\": \"Devi impostare un autenticatore per attivare il tuo account.\",\n \"updateProfileMessage\": \"Devi aggiornare il tuo profilo utente per attivare il tuo account.\",\n \"updatePasswordMessage\": \"Devi cambiare la password per attivare il tuo account.\",\n \"resetPasswordMessage\": \"Devi cambiare la password.\",\n \"verifyEmailMessage\": \"Devi verificare il tuo indirizzo email per attivare il tuo account.\",\n \"linkIdpMessage\": \"Devi verificare il tuo indirizzo email per associare il tuo account con {0}.\",\n \"emailSentMessage\": \"Riceverai a breve una email con maggiori istruzioni.\",\n \"emailSendErrorMessage\": \"Invio email fallito, riprova più tardi.\",\n \"accountUpdatedMessage\": \"Il tuo account è stato aggiornato.\",\n \"accountPasswordUpdatedMessage\": \"La tua password è stata aggiornata.\",\n \"delegationCompleteHeader\": \"Login completato\",\n \"delegationCompleteMessage\": \"Puoi chiudere questa finestra del browser e tornare alla tua applicazione.\",\n \"delegationFailedHeader\": \"Login fallito\",\n \"delegationFailedMessage\": \"Puoi chiudere questa finestra del browser e tornare alla tua applicazione per provare ad accedere nuovamente.\",\n \"noAccessMessage\": \"Nessun accesso\",\n \"invalidPasswordMinLengthMessage\": \"Password non valida: lunghezza minima {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Password non valida: deve contenere almeno {0} numeri.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Password non valida: deve contenere almeno {0} caratteri minuscoli.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Password non valida: deve contenere almeno {0} caratteri maiuscoli.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Password non valida: deve contenere almeno {0} caratteri speciali.\",\n \"invalidPasswordNotUsernameMessage\": \"Password non valida: non deve essere uguale alla username.\",\n \"invalidPasswordRegexPatternMessage\": \"Password non valida: fallito il match con una o più espressioni regolari.\",\n \"invalidPasswordHistoryMessage\": \"Password non valida: non deve essere uguale ad una delle ultime {0} password.\",\n \"invalidPasswordGenericMessage\": \"Password non valida: la nuova password non rispetta le indicazioni previste.\",\n \"failedToProcessResponseMessage\": \"Fallimento nell'elaborazione della risposta\",\n \"httpsRequiredMessage\": \"HTTPS richiesto\",\n \"realmNotEnabledMessage\": \"Realm non abilitato\",\n \"invalidRequestMessage\": \"Richiesta non valida\",\n \"failedLogout\": \"Logout fallito\",\n \"unknownLoginRequesterMessage\": \"Richiedente di Login non riconosciuto\",\n \"loginRequesterNotEnabledMessage\": \"Richiedente di Login non abilitato\",\n \"bearerOnlyMessage\": \"Alle applicazioni di tipo Bearer-only non è consentito di effettuare il login tramite browser\",\n \"standardFlowDisabledMessage\": \"Al client non è consentito di effettuare il login tramite browser con questo response_type. Standard flow è stato disabilitato per il client.\",\n \"implicitFlowDisabledMessage\": \"Al client non è consentito di effettuare il login tramite browser con questo response_type. Implicit flow è stato disabilitato per il client.\",\n \"invalidRedirectUriMessage\": \"Redirect uri non valido\",\n \"unsupportedNameIdFormatMessage\": \"NameIDFormat non supportato\",\n \"invalidRequesterMessage\": \"Richiedente non valido\",\n \"registrationNotAllowedMessage\": \"Registrazione non permessa\",\n \"resetCredentialNotAllowedMessage\": \"Reimpostazione della credenziale non permessa\",\n \"permissionNotApprovedMessage\": \"Permesso non approvato.\",\n \"noRelayStateInResponseMessage\": \"Nessun relay state in risposta dall'identity provider.\",\n \"insufficientPermissionMessage\": \"Permessi insufficienti per associare le identità.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Impossibile procedere con la richiesta di autenticazione all'identity provider\",\n \"couldNotObtainTokenMessage\": \"Non posso ottenere un token dall'identity provider.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Errore inaspettato nel recupero del token dall'identity provider.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Errore inaspettato nella gestione della risposta dall'identity provider.\",\n \"identityProviderAuthenticationFailedMessage\": \"Autenticazione fallita. Non posso effettuare l'autenticazione con l'identity provider.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Impossibile inviare la richiesta di autenticazione all'identity provider.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Errore inaspettato nella gestione della richiesta di autenticazione all'identity provider.\",\n \"invalidAccessCodeMessage\": \"Codice di accesso non valido.\",\n \"sessionNotActiveMessage\": \"Sessione non attiva.\",\n \"invalidCodeMessage\": \"Si è verificato un errore, effettua di nuovo il login nella tua applicazione.\",\n \"identityProviderUnexpectedErrorMessage\": \"Errore imprevisto durante l'autenticazione con identity provider\",\n \"identityProviderNotFoundMessage\": \"Non posso trovare un identity provider con l'identificativo.\",\n \"identityProviderLinkSuccess\": \"Hai verificato con successo la tua email. Torna al tuo browser iniziale e continua da lì con il login.\",\n \"staleCodeMessage\": \"Questa pagina non è più valida, torna alla tua applicazione ed effettua nuovamente l'accesso\",\n \"realmSupportsNoCredentialsMessage\": \"Il realm non supporta nessun tipo di credenziali.\",\n \"credentialSetupRequired\": \"Impossibile effettuare il login, è richiesto il setup delle credenziali.\",\n \"identityProviderNotUniqueMessage\": \"Il realm supporta più di un identity provider. Impossibile determinare quale identity provider deve essere utilizzato per autenticarti.\",\n \"emailVerifiedMessage\": \"Il tuo indirizzo email è stato verificato.\",\n \"staleEmailVerificationLink\": \"Il link che hai cliccato è un link scaduto e non è più valido. Forse hai già verificato la tua email?\",\n \"identityProviderAlreadyLinkedMessage\": \"L'identità federata restituita dall'identity provider {0} è già associata ad un altro utente.\",\n \"confirmAccountLinking\": \"Conferma il collegamento per l'account {0} dell'identity provider {1} con il tuo account.\",\n \"confirmEmailAddressVerification\": \"Conferma la validità dell'indirizzo email {0}.\",\n \"confirmExecutionOfActions\": \"Esegui la/le seguenti azione/i\",\n \"locale_it\": \"Italiano\",\n \"backToApplication\": \"« Torna all'applicazione\",\n \"missingParameterMessage\": \"Parametri mancanti: {0}\",\n \"clientNotFoundMessage\": \"Client non trovato.\",\n \"clientDisabledMessage\": \"Client disabilitato.\",\n \"invalidParameterMessage\": \"Parametro non valido: {0}\",\n \"alreadyLoggedIn\": \"Sei già connesso.\",\n \"differentUserAuthenticated\": \"Se già autenticato con l'utente '{0}' in questa sessione. Per favore, fai prima il logout.\",\n \"brokerLinkingSessionExpired\": \"È stato richiesta un'associazione a un account broker, ma la sessione corrente non è più valida.\",\n \"proceedWithAction\": \"» Clicca qui per continuare\",\n \"requiredAction.CONFIGURE_TOTP\": \"Configura OTP\",\n \"requiredAction.terms_and_conditions\": \"Termini e condizioni\",\n \"requiredAction.UPDATE_PASSWORD\": \"Aggiornamento password\",\n \"requiredAction.UPDATE_PROFILE\": \"Aggiornamento profilo\",\n \"requiredAction.VERIFY_EMAIL\": \"Verifica dell'indirizzo email\",\n \"doX509Login\": \"Sarai connesso come:\",\n \"clientCertificate\": \"Certificato client X509:\",\n \"noCertificate\": \"[Nessun certificato]\",\n \"pageNotFound\": \"Pagina non trovata\",\n \"internalServerError\": \"Si è verificato un errore interno del server\",\n \"console-username\": \"Username:\",\n \"console-password\": \"Password:\",\n \"console-otp\": \"One-time password:\",\n \"console-new-password\": \"Nuova password:\",\n \"console-confirm-password\": \"Conferma password:\",\n \"console-update-password\": \"È richiesto l'aggiornamento della tua password.\",\n \"console-verify-email\": \"Devi verificare il tuo indirizzo email. È stata inviata una email a {0} che contiene un codice di verifica. Per favore inserisci il codice nella casella di testo seguente.\",\n \"console-email-code\": \"Codice email:\",\n \"console-accept-terms\": \"Accetti i termini? [y/n]:\",\n \"console-accept\": \"y\",\n \"openshift.scope.user_info\": \"Informazioni utente\",\n \"openshift.scope.user_check-access\": \"Informazioni di accesso per l'utente\",\n \"openshift.scope.user_full\": \"Accesso completo\",\n \"openshift.scope.list-projects\": \"Elenca i progetti\",\n \"saml.post-form.title\": \"Reindirizzamento per l'autenticazione\",\n \"saml.post-form.message\": \"Reindirizzamento, attendere per favore.\",\n \"saml.post-form.js-disabled\": \"JavaScript è disabilitato. È fortemente consigliato abilitarlo. Clicca sul bottone seguente per continuare.\",\n \"otp-display-name\": \"Applicazione di autenticazione\",\n \"otp-help-text\": \"Inserire un codice di verifica fornito dall'applicazione di autenticazione.\",\n \"password-display-name\": \"Password\",\n \"password-help-text\": \"Accedi inserendo la tua password.\",\n \"auth-username-form-display-name\": \"Username\",\n \"auth-username-form-help-text\": \"Inizia il login inserendo la tua username\",\n \"auth-username-password-form-display-name\": \"Username e password\",\n \"auth-username-password-form-help-text\": \"Accedi inserendo la tua username e la password.\",\n \"webauthn-display-name\": \"Chiave di sicurezza\",\n \"webauthn-help-text\": \"Utilizza la tua chiave di sicurezza per accedere.\",\n \"webauthn-passwordless-display-name\": \"Chiave di sicurezza\",\n \"webauthn-passwordless-help-text\": \"Utilizza la tua chiave di sicurezza per l'accesso senza password.\",\n \"webauthn-login-title\": \"Login con chiave di sicurezza\",\n \"webauthn-registration-title\": \"Registrazione chiave di sicurezza\",\n \"webauthn-available-authenticators\": \"Autenticatori disponibili\",\n \"webauthn-error-title\": \"Errore della chiave di sicurezza\",\n \"webauthn-error-registration\": \"Impossibile registrare la tua chiave di sicurezza.\",\n \"webauthn-error-api-get\": \"Autenticazione con la chiave di sicurezza fallita.\",\n \"webauthn-error-different-user\": \"Il primo utente autenticato non è quello autenticato tramite la chiave di sicurezza.\",\n \"webauthn-error-auth-verification\": \"Il risultato dell'autenticazione con la chiave di sicurezza non è valido.\",\n \"webauthn-error-register-verification\": \"Il risultato della registrazione della chiave di sicurezza non è valido.\",\n \"webauthn-error-user-not-found\": \"Utente sconosciuto autenticato con la chiave di sicurezza.\",\n \"identity-provider-redirector\": \"Connettiti con un altro identity provider.\",\n \"identity-provider-login-label\": \"Oppure accedi con\",\n \"readOnlyUsernameMessage\": \"Non puoi aggiornare il tuo nome utente poiché è in modalità sola lettura.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/595.452c07ac.chunk.js b/resources/keycloak/keycloakify/static/js/595.452c07ac.chunk.js new file mode 100644 index 00000000..7b9cd8ee --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/595.452c07ac.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[595],{595:function(e,s,t){t.r(s),t.d(s,{default:function(){return i}});var n=t(184),a=t(2791);function i(e){var s=e.kcContext,t=e.i18n,i=e.doUseDefaultCss,l=e.Template,o=e.classes,u=t.msgStr,r=t.msg,c=s.samlPost;return(0,a.useEffect)((function(){document.forms[0].submit()}),[c]),(0,n.jsxs)(l,Object.assign({},{kcContext:s,i18n:t,doUseDefaultCss:i,classes:o},{displayMessage:!1,headerNode:r("saml.post-form.title")},{children:[(0,n.jsx)("p",{children:r("saml.post-form.message")}),(0,n.jsxs)("form",Object.assign({name:"saml-post-binding",method:"post",action:c.url},{children:[c.SAMLRequest&&(0,n.jsx)("input",{type:"hidden",name:"SAMLRequest",value:c.SAMLRequest}),c.SAMLResponse&&(0,n.jsx)("input",{type:"hidden",name:"SAMLResponse",value:c.SAMLResponse}),c.relayState&&(0,n.jsx)("input",{type:"hidden",name:"RelayState",value:c.relayState}),(0,n.jsxs)("noscript",{children:[(0,n.jsx)("p",{children:r("saml.post-form.js-disabled")}),(0,n.jsx)("input",{type:"submit",value:u("doContinue")})]})]}))]}))}}}]); +//# sourceMappingURL=595.452c07ac.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/595.452c07ac.chunk.js.map b/resources/keycloak/keycloakify/static/js/595.452c07ac.chunk.js.map new file mode 100644 index 00000000..a30e2f2b --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/595.452c07ac.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/595.452c07ac.chunk.js","mappings":"kMAKc,SAAUA,EAAaC,GACjC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAE5CC,EAAgBJ,EAAhBI,OAAQC,EAAQL,EAARK,IAERC,EAAaP,EAAbO,SAIR,OAHAC,EAAAA,EAAAA,YAAU,WACNC,SAASC,MAAM,GAAGC,QACtB,GAAG,CAACJ,KAEAK,EAAAA,EAAAA,MAACT,EAAQU,OAAAC,OAAA,GAAK,CAAEd,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,GAAS,CAAEW,gBAAgB,EAAOC,WAAYV,EAAI,yBAAuB,CAAAW,SAAA,EACvHC,EAAAA,EAAAA,KAAA,KAAAD,SAAIX,EAAI,6BACRM,EAAAA,EAAAA,MAAA,OAAAC,OAAAC,OAAA,CAAMK,KAAK,oBAAoBC,OAAO,OAAOC,OAAQd,EAASe,KAAG,CAAAL,SAAA,CAC5DV,EAASgB,cAAeL,EAAAA,EAAAA,KAAA,SAAOM,KAAK,SAASL,KAAK,cAAcM,MAAOlB,EAASgB,cAChFhB,EAASmB,eAAgBR,EAAAA,EAAAA,KAAA,SAAOM,KAAK,SAASL,KAAK,eAAeM,MAAOlB,EAASmB,eAClFnB,EAASoB,aAAcT,EAAAA,EAAAA,KAAA,SAAOM,KAAK,SAASL,KAAK,aAAaM,MAAOlB,EAASoB,cAC/Ef,EAAAA,EAAAA,MAAA,YAAAK,SAAA,EACIC,EAAAA,EAAAA,KAAA,KAAAD,SAAIX,EAAI,iCACRY,EAAAA,EAAAA,KAAA,SAAOM,KAAK,SAASC,MAAOpB,EAAO,0BAKvD,C","sources":["../node_modules/keycloakify/src/login/pages/SamlPostForm.tsx"],"sourcesContent":["import { useEffect } from \"react\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function SamlPostForm(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { msgStr, msg } = i18n;\n\n const { samlPost } = kcContext;\n useEffect(() => {\n document.forms[0].submit();\n }, [samlPost]);\n return (\n \n );\n}\n"],"names":["SamlPostForm","props","kcContext","i18n","doUseDefaultCss","Template","classes","msgStr","msg","samlPost","useEffect","document","forms","submit","_jsxs","Object","assign","displayMessage","headerNode","children","_jsx","name","method","action","url","SAMLRequest","type","value","SAMLResponse","relayState"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5995.e3b0597e.chunk.js b/resources/keycloak/keycloakify/static/js/5995.e3b0597e.chunk.js new file mode 100644 index 00000000..c4005d05 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5995.e3b0597e.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5995],{2889:function(s,e,a){a.d(e,{a:function(){return t}});var l=a(6055),c=a(969);function t(s){var e=s.defaultClasses;return{useGetClassName:function(s){var a=s.classes;return{getClassName:(0,c.O)((function(s){return(0,l.W)(s,e[s],null===a||void 0===a?void 0:a[s])}))}}}}},7107:function(s,e,a){a.d(e,{v:function(){return l}});var l=(0,a(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},8029:function(s,e,a){a.r(e),a.d(e,{default:function(){return o}});var l=a(184),c=a(6055),t=a(7107);function o(s){var e,a,o,i,r=s.kcContext,n=s.i18n,u=s.doUseDefaultCss,p=s.Template,m=s.classes,f=(0,t.v)({doUseDefaultCss:u,classes:m}).getClassName,k=n.msg,d=n.msgStr,C=r.url,g=r.user,b=r.messagesPerField,h=r.isAppInitiatedAction;return(0,l.jsx)(p,Object.assign({},{kcContext:r,i18n:n,doUseDefaultCss:u,classes:m},{headerNode:k("loginProfileTitle")},{children:(0,l.jsxs)("form",Object.assign({id:"kc-update-profile-form",className:f("kcFormClass"),action:C.loginAction,method:"post"},{children:[g.editUsernameAllowed&&(0,l.jsxs)("div",Object.assign({className:(0,c.W)(f("kcFormGroupClass"),b.printIfExists("username",f("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:f("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"username",className:f("kcLabelClass")},{children:k("username")}))})),(0,l.jsx)("div",Object.assign({className:f("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"text",id:"username",name:"username",defaultValue:null!==(e=g.username)&&void 0!==e?e:"",className:f("kcInputClass")})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,c.W)(f("kcFormGroupClass"),b.printIfExists("email",f("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:f("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"email",className:f("kcLabelClass")},{children:k("email")}))})),(0,l.jsx)("div",Object.assign({className:f("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"text",id:"email",name:"email",defaultValue:null!==(a=g.email)&&void 0!==a?a:"",className:f("kcInputClass")})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,c.W)(f("kcFormGroupClass"),b.printIfExists("firstName",f("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:f("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"firstName",className:f("kcLabelClass")},{children:k("firstName")}))})),(0,l.jsx)("div",Object.assign({className:f("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"text",id:"firstName",name:"firstName",defaultValue:null!==(o=g.firstName)&&void 0!==o?o:"",className:f("kcInputClass")})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,c.W)(f("kcFormGroupClass"),b.printIfExists("lastName",f("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:f("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"lastName",className:f("kcLabelClass")},{children:k("lastName")}))})),(0,l.jsx)("div",Object.assign({className:f("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"text",id:"lastName",name:"lastName",defaultValue:null!==(i=g.lastName)&&void 0!==i?i:"",className:f("kcInputClass")})}))]})),(0,l.jsxs)("div",Object.assign({className:f("kcFormGroupClass")},{children:[(0,l.jsx)("div",Object.assign({id:"kc-form-options",className:f("kcFormOptionsClass")},{children:(0,l.jsx)("div",{className:f("kcFormOptionsWrapperClass")})})),(0,l.jsx)("div",Object.assign({id:"kc-form-buttons",className:f("kcFormButtonsClass")},{children:h?(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("input",{className:(0,c.W)(f("kcButtonClass"),f("kcButtonPrimaryClass"),f("kcButtonLargeClass")),type:"submit",defaultValue:d("doSubmit")}),(0,l.jsx)("button",Object.assign({className:(0,c.W)(f("kcButtonClass"),f("kcButtonDefaultClass"),f("kcButtonLargeClass")),type:"submit",name:"cancel-aia",value:"true"},{children:k("doCancel")}))]}):(0,l.jsx)("input",{className:(0,c.W)(f("kcButtonClass"),f("kcButtonPrimaryClass"),f("kcButtonBlockClass"),f("kcButtonLargeClass")),type:"submit",defaultValue:d("doSubmit")})}))]}))]}))}))}},6055:function(s,e,a){a.d(e,{W:function(){return o}});var l=a(2982),c=a(9883),t=a(9465),o=function s(){for(var e=arguments.length,a=0,o="";a(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function LoginUpdateProfile(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { msg, msgStr } = i18n;\n\n const { url, user, messagesPerField, isAppInitiatedAction } = kcContext;\n\n return (\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","LoginUpdateProfile","props","kcContext","i18n","doUseDefaultCss","Template","msg","msgStr","url","user","messagesPerField","isAppInitiatedAction","_jsx","Object","assign","headerNode","children","_jsxs","id","className","action","loginAction","method","editUsernameAllowed","printIfExists","htmlFor","type","name","defaultValue","_a","username","_b","email","_c","firstName","_d","lastName","_Fragment","value","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/5999.b22d0a7c.chunk.js b/resources/keycloak/keycloakify/static/js/5999.b22d0a7c.chunk.js new file mode 100644 index 00000000..92f4be17 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/5999.b22d0a7c.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[5999],{2889:function(e,s,t){t.d(s,{a:function(){return l}});var c=t(6055),a=t(969);function l(e){var s=e.defaultClasses;return{useGetClassName:function(e){var t=e.classes;return{getClassName:(0,a.O)((function(e){return(0,c.W)(e,s[e],null===t||void 0===t?void 0:t[e])}))}}}}},7107:function(e,s,t){t.d(s,{v:function(){return c}});var c=(0,t(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},5999:function(e,s,t){t.r(s),t.d(s,{default:function(){return u}});var c=t(4165),a=t(5861),l=t(184),o=t(2791),n=t(1630),r=t(6196),i=t(6055),p=t(7107);function u(e){var s=e.kcContext,t=e.i18n,u=e.doUseDefaultCss,f=e.Template,d=e.classes,m=(0,p.v)({doUseDefaultCss:u,classes:d}).getClassName,k=s.otpLogin,C=s.url,g=t.msg,h=t.msgStr;return(0,o.useEffect)((function(){var e=!1,t=(0,n.t)({type:"javascript",src:(0,r.pathJoin)(s.url.resourcesCommonPath,"node_modules/jquery/dist/jquery.min.js")}),l=t.prLoaded,o=t.remove;return(0,a.Z)((0,c.Z)().mark((function s(){return(0,c.Z)().wrap((function(s){for(;;)switch(s.prev=s.next){case 0:return s.next=2,l;case 2:if(!e){s.next=4;break}return s.abrupt("return");case 4:$(document).ready((function(){$(".card-pf-view-single-select").click((function(){$(this).hasClass("active")?($(this).removeClass("active"),$(this).children().removeAttr("name")):($(".card-pf-view-single-select").removeClass("active"),$(".card-pf-view-single-select").children().removeAttr("name"),$(this).addClass("active"),$(this).children().attr("name","selectedCredentialId"))}));var e=$(".card-pf-view-single-select")[0];e&&e.click()}));case 5:case"end":return s.stop()}}),s)})))(),function(){e=!0,o()}}),[]),(0,l.jsx)(f,Object.assign({},{kcContext:s,i18n:t,doUseDefaultCss:u,classes:d},{headerNode:g("doLogIn")},{children:(0,l.jsxs)("form",Object.assign({id:"kc-otp-login-form",className:m("kcFormClass"),action:C.loginAction,method:"post"},{children:[k.userOtpCredentials.length>1&&(0,l.jsx)("div",Object.assign({className:m("kcFormGroupClass")},{children:(0,l.jsx)("div",Object.assign({className:m("kcInputWrapperClass")},{children:k.userOtpCredentials.map((function(e){return(0,l.jsxs)("div",Object.assign({className:m("kcSelectOTPListClass")},{children:[(0,l.jsx)("input",{type:"hidden",value:"${otpCredential.id}"}),(0,l.jsxs)("div",Object.assign({className:m("kcSelectOTPListItemClass")},{children:[(0,l.jsx)("span",{className:m("kcAuthenticatorOtpCircleClass")}),(0,l.jsx)("h2",Object.assign({className:m("kcSelectOTPItemHeadingClass")},{children:e.userLabel}))]}))]}),e.id)}))}))})),(0,l.jsxs)("div",Object.assign({className:m("kcFormGroupClass")},{children:[(0,l.jsx)("div",Object.assign({className:m("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"otp",className:m("kcLabelClass")},{children:g("loginOtpOneTime")}))})),(0,l.jsx)("div",Object.assign({className:m("kcInputWrapperClass")},{children:(0,l.jsx)("input",{id:"otp",name:"otp",autoComplete:"off",type:"text",className:m("kcInputClass"),autoFocus:!0})}))]})),(0,l.jsxs)("div",Object.assign({className:m("kcFormGroupClass")},{children:[(0,l.jsx)("div",Object.assign({id:"kc-form-options",className:m("kcFormOptionsClass")},{children:(0,l.jsx)("div",{className:m("kcFormOptionsWrapperClass")})})),(0,l.jsx)("div",Object.assign({id:"kc-form-buttons",className:m("kcFormButtonsClass")},{children:(0,l.jsx)("input",{className:(0,i.W)(m("kcButtonClass"),m("kcButtonPrimaryClass"),m("kcButtonBlockClass"),m("kcButtonLargeClass")),name:"login",id:"kc-login",type:"submit",value:h("doLogIn")})}))]}))]}))}))}},4943:function(){HTMLElement.prototype.prepend||(HTMLElement.prototype.prepend=function(e){if("string"===typeof e)throw new Error("Error with HTMLElement.prototype.appendFirst polyfill");this.insertBefore(e,this.firstChild)})},6055:function(e,s,t){t.d(s,{W:function(){return o}});var c=t(2982),a=t(9883),l=t(9465),o=function e(){for(var s=arguments.length,t=0,o="";t(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { useEffect } from \"react\";\nimport { headInsert } from \"keycloakify/tools/headInsert\";\nimport { pathJoin } from \"keycloakify/bin/tools/pathJoin\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function LoginOtp(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { otpLogin, url } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n useEffect(() => {\n let isCleanedUp = false;\n\n const { prLoaded, remove } = headInsert({\n \"type\": \"javascript\",\n \"src\": pathJoin(kcContext.url.resourcesCommonPath, \"node_modules/jquery/dist/jquery.min.js\")\n });\n\n (async () => {\n await prLoaded;\n\n if (isCleanedUp) {\n return;\n }\n\n evaluateInlineScript();\n })();\n\n return () => {\n isCleanedUp = true;\n remove();\n };\n }, []);\n\n return (\n \n );\n}\n\ndeclare const $: any;\n\nfunction evaluateInlineScript() {\n $(document).ready(function () {\n // Card Single Select\n $(\".card-pf-view-single-select\").click(function (this: any) {\n if ($(this).hasClass(\"active\")) {\n $(this).removeClass(\"active\");\n $(this).children().removeAttr(\"name\");\n } else {\n $(\".card-pf-view-single-select\").removeClass(\"active\");\n $(\".card-pf-view-single-select\").children().removeAttr(\"name\");\n $(this).addClass(\"active\");\n $(this).children().attr(\"name\", \"selectedCredentialId\");\n }\n });\n\n var defaultCred = $(\".card-pf-view-single-select\")[0];\n if (defaultCred) {\n defaultCred.click();\n }\n });\n}\n","if (!HTMLElement.prototype.prepend) {\n HTMLElement.prototype.prepend = function (childNode) {\n if (typeof childNode === \"string\") {\n throw new Error(\"Error with HTMLElement.prototype.appendFirst polyfill\");\n }\n\n this.insertBefore(childNode, this.firstChild);\n };\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","import \"./HTMLElement.prototype.prepend\";\nimport { Deferred } from \"evt/tools/Deferred\";\n\nexport function headInsert(\n params:\n | {\n type: \"css\";\n href: string;\n position: \"append\" | \"prepend\";\n }\n | {\n type: \"javascript\";\n src: string;\n }\n): { remove: () => void; prLoaded: Promise } {\n const htmlElement = document.createElement(\n (() => {\n switch (params.type) {\n case \"css\":\n return \"link\";\n case \"javascript\":\n return \"script\";\n }\n })()\n );\n\n const dLoaded = new Deferred();\n\n htmlElement.addEventListener(\"load\", () => dLoaded.resolve());\n\n Object.assign(\n htmlElement,\n (() => {\n switch (params.type) {\n case \"css\":\n return {\n \"href\": params.href,\n \"type\": \"text/css\",\n \"rel\": \"stylesheet\",\n \"media\": \"screen,print\"\n };\n case \"javascript\":\n return {\n \"src\": params.src,\n \"type\": \"text/javascript\"\n };\n }\n })()\n );\n\n document.getElementsByTagName(\"head\")[0][\n (() => {\n switch (params.type) {\n case \"javascript\":\n return \"appendChild\";\n case \"css\":\n return (() => {\n switch (params.position) {\n case \"append\":\n return \"appendChild\";\n case \"prepend\":\n return \"prepend\";\n }\n })();\n }\n })()\n ](htmlElement);\n\n return {\n \"prLoaded\": dLoaded.pr,\n \"remove\": () => htmlElement.remove()\n };\n}\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","LoginOtp","props","kcContext","i18n","doUseDefaultCss","Template","otpLogin","url","msg","msgStr","useEffect","isCleanedUp","_headInsert","headInsert","pathJoin","resourcesCommonPath","prLoaded","remove","_asyncToGenerator","_regeneratorRuntime","mark","_callee","wrap","_context","prev","next","abrupt","$","document","ready","click","this","hasClass","removeClass","children","removeAttr","addClass","attr","defaultCred","stop","_jsx","Object","assign","headerNode","_jsxs","id","className","action","loginAction","method","userOtpCredentials","length","map","otpCredential","type","value","userLabel","htmlFor","name","autoComplete","autoFocus","HTMLElement","prototype","prepend","childNode","Error","insertBefore","firstChild","len","arguments","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","htmlElement","createElement","dLoaded","Deferred","addEventListener","resolve","href","src","getElementsByTagName","position","pr","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6040.a61b1440.chunk.js b/resources/keycloak/keycloakify/static/js/6040.a61b1440.chunk.js new file mode 100644 index 00000000..afb8965d --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6040.a61b1440.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[6040],{6040:function(e,s,a){a.r(s),a.d(s,{default:function(){return o}});var n=a(885),t=a(184),r=a(2791),i=a(6055),l=a(7123),c=a(7107);function o(e){var s=e.kcContext,a=e.i18n,o=e.doUseDefaultCss,u=e.Template,d=e.classes,m=(0,c.v)({doUseDefaultCss:o,classes:d}).getClassName,p=a.msg,g=a.msgStr,j=s.url,b=(0,r.useState)(!1),f=(0,n.Z)(b,2),h=f[0],v=f[1];return(0,t.jsx)(u,Object.assign({},{kcContext:s,i18n:a,doUseDefaultCss:o,classes:d},{headerNode:p("loginIdpReviewProfileTitle")},{children:(0,t.jsxs)("form",Object.assign({id:"kc-idp-review-profile-form",className:m("kcFormClass"),action:j.loginAction,method:"post"},{children:[(0,t.jsx)(l.M,{kcContext:s,onIsFormSubmittableValueChange:v,i18n:a,getClassName:m}),(0,t.jsxs)("div",Object.assign({className:m("kcFormGroupClass")},{children:[(0,t.jsx)("div",Object.assign({id:"kc-form-options",className:m("kcFormOptionsClass")},{children:(0,t.jsx)("div",{className:m("kcFormOptionsWrapperClass")})})),(0,t.jsx)("div",Object.assign({id:"kc-form-buttons",className:m("kcFormButtonsClass")},{children:(0,t.jsx)("input",{className:(0,i.W)(m("kcButtonClass"),m("kcButtonPrimaryClass"),m("kcButtonBlockClass"),m("kcButtonLargeClass")),type:"submit",value:g("doSubmit"),disabled:!h})}))]}))]}))}))}},7123:function(e,s,a){a.d(s,{M:function(){return l}});var n=a(184),t=a(2791),r=a(6055),i=a(1027);function l(e){var s=e.kcContext,a=e.onIsFormSubmittableValueChange,l=e.i18n,c=e.getClassName,o=e.BeforeField,u=e.AfterField,d=l.advancedMsg,m=(0,i.Q)({kcContext:s,i18n:l}),p=m.formValidationState,g=p.fieldStateByAttributeName,j=p.isFormSubmittable,b=m.formValidationDispatch,f=m.attributesWithPassword;(0,t.useEffect)((function(){a(j)}),[j]);var h="";return(0,n.jsx)(n.Fragment,{children:f.map((function(e,s){var a,i=e.group,l=void 0===i?"":i,m=e.groupDisplayHeader,p=void 0===m?"":m,j=e.groupDisplayDescription,f=void 0===j?"":j,v=g[e.name],k=v.value,C=v.displayableErrors,x=(0,r.W)(c("kcFormGroupClass"),0!==C.length&&c("kcFormGroupErrorClass"));return(0,n.jsxs)(t.Fragment,{children:[l!==h&&""!==(h=l)&&(0,n.jsxs)("div",Object.assign({className:x},{children:[(0,n.jsx)("div",Object.assign({className:c("kcContentWrapperClass")},{children:(0,n.jsx)("label",Object.assign({id:"header-".concat(l),className:c("kcFormGroupHeader")},{children:d(p)||h}))})),""!==f&&(0,n.jsx)("div",Object.assign({className:c("kcLabelWrapperClass")},{children:(0,n.jsx)("label",Object.assign({id:"description-".concat(l),className:c("kcLabelClass")},{children:d(f)}))}))]})),o&&(0,n.jsx)(o,{attribute:e}),(0,n.jsxs)("div",Object.assign({className:x},{children:[(0,n.jsxs)("div",Object.assign({className:c("kcLabelWrapperClass")},{children:[(0,n.jsx)("label",Object.assign({htmlFor:e.name,className:c("kcLabelClass")},{children:d(null!==(a=e.displayName)&&void 0!==a?a:"")})),e.required&&(0,n.jsx)(n.Fragment,{children:"*"})]})),(0,n.jsxs)("div",Object.assign({className:c("kcInputWrapperClass")},{children:[function(){var s=e.validators.options;return void 0!==s?(0,n.jsx)("select",Object.assign({id:e.name,name:e.name,onChange:function(s){return b({action:"update value",name:e.name,newValue:s.target.value})},onBlur:function(){return b({action:"focus lost",name:e.name})},value:k},{children:s.options.map((function(e){return(0,n.jsx)("option",Object.assign({value:e},{children:e}),e)}))})):(0,n.jsx)("input",{type:function(){switch(e.name){case"password-confirm":case"password":return"password";default:return"text"}}(),id:e.name,name:e.name,value:k,onChange:function(s){return b({action:"update value",name:e.name,newValue:s.target.value})},onBlur:function(){return b({action:"focus lost",name:e.name})},className:c("kcInputClass"),"aria-invalid":0!==C.length,disabled:e.readOnly,autoComplete:e.autocomplete})}(),0!==C.length&&function(){var s="input-error-".concat(e.name);return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("style",{children:"#".concat(s," > span: { display: block; }")}),(0,n.jsx)("span",Object.assign({id:s,className:c("kcInputErrorMessageClass"),style:{position:1===C.length?"absolute":void 0},"aria-live":"polite"},{children:C.map((function(e){return e.errorMessage}))}))]})}()]}))]})),u&&(0,n.jsx)(u,{attribute:e})]},s)}))})}}}]); +//# sourceMappingURL=6040.a61b1440.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6040.a61b1440.chunk.js.map b/resources/keycloak/keycloakify/static/js/6040.a61b1440.chunk.js.map new file mode 100644 index 00000000..b3abd6a6 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6040.a61b1440.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/6040.a61b1440.chunk.js","mappings":"2OAQc,SAAUA,EAAqBC,GACzC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAE5CC,GAAiBC,EAAAA,EAAAA,GAAgB,CACrCJ,gBAAAA,EACAE,QAAAA,IAFIC,aAKAE,EAAgBN,EAAhBM,IAAKC,EAAWP,EAAXO,OAELC,EAAQT,EAARS,IAERC,GAAgDC,EAAAA,EAAAA,WAAS,GAAMC,GAAAC,EAAAA,EAAAA,GAAAH,EAAA,GAAxDI,EAAgBF,EAAA,GAAEG,EAAmBH,EAAA,GAE5C,OACII,EAAAA,EAAAA,KAACb,EAAQc,OAAAC,OAAA,GAAK,CAAElB,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,GAAS,CAAEe,WAAYZ,EAAI,+BAA6B,CAAAa,UACtGC,EAAAA,EAAAA,MAAA,OAAAJ,OAAAC,OAAA,CAAMI,GAAG,6BAA6BC,UAAWlB,EAAa,eAAgBmB,OAAQf,EAAIgB,YAAaC,OAAO,QAAM,CAAAN,SAAA,EAChHJ,EAAAA,EAAAA,KAACW,EAAAA,EAAqB,CAClB3B,UAAWA,EACX4B,+BAAgCb,EAChCd,KAAMA,EACNI,aAAcA,KAElBgB,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWlB,EAAa,qBAAmB,CAAAe,SAAA,EAC5CJ,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKI,GAAG,kBAAkBC,UAAWlB,EAAa,uBAAqB,CAAAe,UACnEJ,EAAAA,EAAAA,KAAA,OAAKO,UAAWlB,EAAa,mCAEjCW,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKI,GAAG,kBAAkBC,UAAWlB,EAAa,uBAAqB,CAAAe,UACnEJ,EAAAA,EAAAA,KAAA,SACIO,WAAWM,EAAAA,EAAAA,GACPxB,EAAa,iBACbA,EAAa,wBACbA,EAAa,sBACbA,EAAa,uBAEjByB,KAAK,SACLC,MAAOvB,EAAO,YACdwB,UAAWlB,iBAOvC,C,kGCpCM,SAAUa,EAAsB5B,GAClC,IAAQC,EAA2FD,EAA3FC,UAAW4B,EAAgF7B,EAAhF6B,+BAAgC3B,EAAgDF,EAAhDE,KAAMI,EAA0CN,EAA1CM,aAAc4B,EAA4BlC,EAA5BkC,YAAaC,EAAenC,EAAfmC,WAE5EC,EAAgBlC,EAAhBkC,YAERC,GAIIC,EAAAA,EAAAA,GAAkB,CAClBrC,UAAAA,EACAC,KAAAA,IACFqC,EAAAF,EANEG,oBAAuBC,EAAyBF,EAAzBE,0BAA2BC,EAAiBH,EAAjBG,kBAClDC,EAAsBN,EAAtBM,uBACAC,EAAsBP,EAAtBO,wBAMJC,EAAAA,EAAAA,YAAU,WACNhB,EAA+Ba,EACnC,GAAG,CAACA,IAEJ,IAAII,EAAe,GAEnB,OACI7B,EAAAA,EAAAA,KAAA8B,EAAAA,SAAA,CAAA1B,SACKuB,EAAuBI,KAAI,SAACC,EAAWC,G,MACpCC,EAA8EF,EAAtEG,MAAAA,OAAK,IAAAD,EAAG,GAAEA,EAAAE,EAA4DJ,EAA1DK,mBAAAA,OAAkB,IAAAD,EAAG,GAAEA,EAAAE,EAAmCN,EAAjCO,wBAAAA,OAAuB,IAAAD,EAAG,GAAEA,EAEzEE,EAAqChB,EAA0BQ,EAAUS,MAAjE1B,EAAKyB,EAALzB,MAAO2B,EAAiBF,EAAjBE,kBAETC,GAAqB9B,EAAAA,EAAAA,GACvBxB,EAAa,oBACgB,IAA7BqD,EAAkBE,QAAgBvD,EAAa,0BAGnD,OACIgB,EAAAA,EAAAA,MAACwC,EAAAA,SAAQ,CAAAzC,SAAA,CACJ+B,IAAUN,GAA2C,MAA1BA,EAAeM,KACvC9B,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWoC,GAAkB,CAAAvC,SAAA,EAC9BJ,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKK,UAAWlB,EAAa,0BAAwB,CAAAe,UACjDJ,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAOI,GAAE,UAAAwC,OAAYX,GAAS5B,UAAWlB,EAAa,sBAAoB,CAAAe,SACrEe,EAAYkB,IAAuBR,QAGf,KAA5BU,IACGvC,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKK,UAAWlB,EAAa,wBAAsB,CAAAe,UAC/CJ,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAOI,GAAE,eAAAwC,OAAiBX,GAAS5B,UAAWlB,EAAa,iBAAe,CAAAe,SACrEe,EAAYoB,aAOhCtB,IAAejB,EAAAA,EAAAA,KAACiB,EAAW,CAACe,UAAWA,KAExC3B,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWoC,GAAkB,CAAAvC,SAAA,EAC9BC,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWlB,EAAa,wBAAsB,CAAAe,SAAA,EAC/CJ,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAO6C,QAASf,EAAUS,KAAMlC,UAAWlB,EAAa,iBAAe,CAAAe,SAClEe,EAAiC,QAArB6B,EAAAhB,EAAUiB,mBAAW,IAAAD,EAAAA,EAAI,OAEzChB,EAAUkB,WAAYlD,EAAAA,EAAAA,KAAA8B,EAAAA,SAAA,CAAA1B,SAAA,WAE3BC,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWlB,EAAa,wBAAsB,CAAAe,SAAA,CAC7C,WACE,IAAQ+C,EAAYnB,EAAUoB,WAAtBD,QAER,YAAgBE,IAAZF,GAEInD,EAAAA,EAAAA,KAAA,SAAAC,OAAAC,OAAA,CACII,GAAI0B,EAAUS,KACdA,KAAMT,EAAUS,KAChBa,SAAU,SAAAC,GAAK,OACX7B,EAAuB,CACnB,OAAU,eACV,KAAQM,EAAUS,KAClB,SAAYc,EAAMC,OAAOzC,OAC3B,EAEN0C,OAAQ,kBACJ/B,EAAuB,CACnB,OAAU,aACV,KAAQM,EAAUS,MACpB,EAEN1B,MAAOA,GAAK,CAAAX,SAEX+C,EAAQA,QAAQpB,KAAI,SAAA2B,GAAM,OACvB1D,EAAAA,EAAAA,KAAA,SAAAC,OAAAC,OAAA,CAAqBa,MAAO2C,GAAM,CAAAtD,SAC7BsD,IADQA,EAEJ,QAOrB1D,EAAAA,EAAAA,KAAA,SACIc,KAAO,WACH,OAAQkB,EAAUS,MACd,IAAK,mBACL,IAAK,WACD,MAAO,WACX,QACI,MAAO,OAEnB,CARO,GASPnC,GAAI0B,EAAUS,KACdA,KAAMT,EAAUS,KAChB1B,MAAOA,EACPuC,SAAU,SAAAC,GAAK,OACX7B,EAAuB,CACnB,OAAU,eACV,KAAQM,EAAUS,KAClB,SAAYc,EAAMC,OAAOzC,OAC3B,EAEN0C,OAAQ,kBACJ/B,EAAuB,CACnB,OAAU,aACV,KAAQM,EAAUS,MACpB,EAENlC,UAAWlB,EAAa,gBAAe,eACI,IAA7BqD,EAAkBE,OAChC5B,SAAUgB,EAAU2B,SACpBC,aAAc5B,EAAU6B,cAGpC,CAjEE,GAkE4B,IAA7BnB,EAAkBE,QACd,WACG,IAAMkB,EAAQ,eAAHhB,OAAkBd,EAAUS,MAEvC,OACIpC,EAAAA,EAAAA,MAAAyB,EAAAA,SAAA,CAAA1B,SAAA,EACIJ,EAAAA,EAAAA,KAAA,SAAAI,SAAA,IAAA0C,OAAYgB,EAAK,mCACjB9D,EAAAA,EAAAA,KAAA,OAAAC,OAAAC,OAAA,CACII,GAAIwD,EACJvD,UAAWlB,EAAa,4BACxB0E,MAAO,CACH,SAAyC,IAA7BrB,EAAkBE,OAAe,gBAAaS,GAC7D,YACS,UAAQ,CAAAjD,SAEjBsC,EAAkBX,KAAI,SAAAiC,GAAe,OAAAA,EAAZC,YAA+B,SAIzE,CAlBC,WAqBZ/C,IAAclB,EAAAA,EAAAA,KAACkB,EAAU,CAACc,UAAWA,MApH3BC,EAuHvB,KAGZ,C","sources":["../node_modules/keycloakify/src/login/pages/IdpReviewUserProfile.tsx","../node_modules/keycloakify/src/login/pages/shared/UserProfileFormFields.tsx"],"sourcesContent":["import { useState } from \"react\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { UserProfileFormFields } from \"keycloakify/login/pages/shared/UserProfileFormFields\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function IdpReviewUserProfile(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { msg, msgStr } = i18n;\n\n const { url } = kcContext;\n\n const [isFomSubmittable, setIsFomSubmittable] = useState(false);\n\n return (\n \n );\n}\n","import { useEffect, Fragment } from \"react\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { useFormValidation } from \"keycloakify/login/lib/useFormValidation\";\nimport type { Attribute } from \"keycloakify/login/kcContext/KcContext\";\nimport type { I18n } from \"../../i18n\";\n\nexport type UserProfileFormFieldsProps = {\n kcContext: Parameters[0][\"kcContext\"];\n i18n: I18n;\n getClassName: (classKey: ClassKey) => string;\n onIsFormSubmittableValueChange: (isFormSubmittable: boolean) => void;\n BeforeField?: (props: { attribute: Attribute }) => JSX.Element | null;\n AfterField?: (props: { attribute: Attribute }) => JSX.Element | null;\n};\n\nexport function UserProfileFormFields(props: UserProfileFormFieldsProps) {\n const { kcContext, onIsFormSubmittableValueChange, i18n, getClassName, BeforeField, AfterField } = props;\n\n const { advancedMsg } = i18n;\n\n const {\n formValidationState: { fieldStateByAttributeName, isFormSubmittable },\n formValidationDispatch,\n attributesWithPassword\n } = useFormValidation({\n kcContext,\n i18n\n });\n\n useEffect(() => {\n onIsFormSubmittableValueChange(isFormSubmittable);\n }, [isFormSubmittable]);\n\n let currentGroup = \"\";\n\n return (\n <>\n {attributesWithPassword.map((attribute, i) => {\n const { group = \"\", groupDisplayHeader = \"\", groupDisplayDescription = \"\" } = attribute;\n\n const { value, displayableErrors } = fieldStateByAttributeName[attribute.name];\n\n const formGroupClassName = clsx(\n getClassName(\"kcFormGroupClass\"),\n displayableErrors.length !== 0 && getClassName(\"kcFormGroupErrorClass\")\n );\n\n return (\n \n {group !== currentGroup && (currentGroup = group) !== \"\" && (\n
    \n
    \n \n
    \n {groupDisplayDescription !== \"\" && (\n
    \n \n
    \n )}\n
    \n )}\n\n {BeforeField && }\n\n
    \n
    \n \n {attribute.required && <>*}\n
    \n
    \n {(() => {\n const { options } = attribute.validators;\n\n if (options !== undefined) {\n return (\n \n formValidationDispatch({\n \"action\": \"update value\",\n \"name\": attribute.name,\n \"newValue\": event.target.value\n })\n }\n onBlur={() =>\n formValidationDispatch({\n \"action\": \"focus lost\",\n \"name\": attribute.name\n })\n }\n value={value}\n >\n {options.options.map(option => (\n \n ))}\n \n );\n }\n\n return (\n {\n switch (attribute.name) {\n case \"password-confirm\":\n case \"password\":\n return \"password\";\n default:\n return \"text\";\n }\n })()}\n id={attribute.name}\n name={attribute.name}\n value={value}\n onChange={event =>\n formValidationDispatch({\n \"action\": \"update value\",\n \"name\": attribute.name,\n \"newValue\": event.target.value\n })\n }\n onBlur={() =>\n formValidationDispatch({\n \"action\": \"focus lost\",\n \"name\": attribute.name\n })\n }\n className={getClassName(\"kcInputClass\")}\n aria-invalid={displayableErrors.length !== 0}\n disabled={attribute.readOnly}\n autoComplete={attribute.autocomplete}\n />\n );\n })()}\n {displayableErrors.length !== 0 &&\n (() => {\n const divId = `input-error-${attribute.name}`;\n\n return (\n <>\n \n \n {displayableErrors.map(({ errorMessage }) => errorMessage)}\n \n \n );\n })()}\n
    \n
    \n {AfterField && }\n
    \n );\n })}\n \n );\n}\n"],"names":["IdpReviewUserProfile","props","kcContext","i18n","doUseDefaultCss","Template","classes","getClassName","useGetClassName","msg","msgStr","url","_useState","useState","_useState2","_slicedToArray","isFomSubmittable","setIsFomSubmittable","_jsx","Object","assign","headerNode","children","_jsxs","id","className","action","loginAction","method","UserProfileFormFields","onIsFormSubmittableValueChange","clsx","type","value","disabled","BeforeField","AfterField","advancedMsg","_useFormValidation","useFormValidation","_useFormValidation$fo","formValidationState","fieldStateByAttributeName","isFormSubmittable","formValidationDispatch","attributesWithPassword","useEffect","currentGroup","_Fragment","map","attribute","i","_attribute$group","group","_attribute$groupDispl","groupDisplayHeader","_attribute$groupDispl2","groupDisplayDescription","_fieldStateByAttribut","name","displayableErrors","formGroupClassName","length","Fragment","concat","htmlFor","_a","displayName","required","options","validators","undefined","onChange","event","target","onBlur","option","readOnly","autoComplete","autocomplete","divId","style","_ref","errorMessage"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6165.4b1eee94.chunk.js b/resources/keycloak/keycloakify/static/js/6165.4b1eee94.chunk.js new file mode 100644 index 00000000..1a009fb4 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6165.4b1eee94.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[6165],{6165:function(e,a,i){i.r(a);a.default={doLogIn:"Inicia sessi\xf3",doRegister:"Registra't",doCancel:"Cancel\xb7lar",doSubmit:"Envia",doYes:"S\xed",doNo:"No",doContinue:"Continua",doAccept:"Accepta",doDecline:"Rebutja",doForgotPassword:"Has oblidat la teva contrasenya?",doClickHere:"Fes clic aqu\xed",doImpersonate:"Personifica",kerberosNotConfigured:"Kerberos no configurat",kerberosNotConfiguredTitle:"Kerberos no configurat",bypassKerberosDetail:"O b\xe9 no est\xe0s identificat mitjan\xe7ant Kerberos o el teu navegador no est\xe0 configurat per identificar-se mitjan\xe7ant Kerberos. Si us plau fes clic per identificar-te per un altre mitj\xe0.",kerberosNotSetUp:"Kerberos no est\xe0 configurat. No pots identificar-te.",registerWithTitle:"Registra't amb {0}",registerWithTitleHtml:"{0}",loginAccountTitle:"Accedeix al teu compte",loginTitle:"Inicia sessi\xf3 a {0}",loginTitleHtml:"{0}",impersonateTitle:"{0}\xa0Personifica Usuari",impersonateTitleHtml:"{0} Personifica Usuari",realmChoice:"Domini",unknownUser:"Usuari desconegut",loginTotpTitle:"Configura la teva aplicaci\xf3 d'identificaci\xf3 m\xf2bil",loginProfileTitle:"Actualitza la informaci\xf3 del teu compte",loginTimeout:"Has trigat massa a identificar-te. Inicia de nou la identificaci\xf3.",oauthGrantTitle:"Concessi\xf3 OAuth",oauthGrantTitleHtml:"{0}",errorTitle:"Ho sentim...",errorTitleHtml:"Ho sentim...",emailVerifyTitle:"Verificaci\xf3 de l'email",emailForgotTitle:"Has oblidat la teva contrasenya?",updatePasswordTitle:"Modificaci\xf3 de contrasenya",codeSuccessTitle:"Codi d'\xe8xit",codeErrorTitle:"Codi d'error: {0}",termsTitle:"Termes i Condicions",termsTitleHtml:"Termes i Condicions",termsText:"

    Termes i condicions a definir

    ",recaptchaFailed:"Reconeixement de text inv\xe0lid",recaptchaNotConfigured:"El reconeixement de text \xe9s obligatori per\xf2 no est\xe0 configurat",consentDenied:"Consentiment rebutjat.",noAccount:"Usuari nou?",username:"Usuari",usernameOrEmail:"Usuari o email",firstName:"Nom",givenName:"Nom de pila",fullName:"Nom complet",lastName:"Cognoms",familyName:"Cognoms",email:"Email",password:"Contrasenya",passwordConfirm:"Confirma la contrasenya",passwordNew:"Nova contrasenya",passwordNewConfirm:"Confirma la nova contrasenya",rememberMe:"Seguir connectat",authenticatorCode:"Codi d'identificaci\xf3",address:"Adre\xe7a",street:"Carrer",locality:"Ciutat o Municipi",region:"Estat, Prov\xedncia, o Regi\xf3",postal_code:"Codi Postal",country:"Pa\xeds",emailVerified:"Email verificat",gssDelegationCredential:"GSS Delegation Credential",loginTotpStep1:'Instal\xb7la FreeOTP o Google Authenticator al teu tel\xe8fon m\xf2bil. Les dues aplicacions estan disponibles a Google Play i en l\'App Store d\'Apple.',loginTotpStep2:"Obre l'aplicaci\xf3 i escaneja el codi o introdueix la clau.",loginTotpStep3:"Introdueix el codi \xfanic que et mostra l'aplicaci\xf3 d'autenticaci\xf3 i fes clic a Envia per finalitzar la configuraci\xf3",loginOtpOneTime:"Codi d'un sol \xfas",oauthGrantRequest:"Vols permetre aquests privilegis d'acc\xe9s?",inResource:"a",emailVerifyInstruction1:"T'hem enviat un email amb instruccions per verificar el teu email.",emailVerifyInstruction2:"No has rebut un codi de verificaci\xf3 al teu email?",emailVerifyInstruction3:"per reenviar l'email.",backToLogin:"« Torna a la identificaci\xf3",emailInstruction:"Indica el teu usuari o email i t'enviarem instruccions indicant com generar una nova contrasenya.",copyCodeInstruction:"Si us plau, copia i enganxa aquest codi a la teva aplicaci\xf3:",personalInfo:"Informaci\xf3 personal:",role_admin:"Admin","role_realm-admin":"Administrador del domini","role_create-realm":"Crear domini","role_create-client":"Crear client","role_view-realm":"Veure domini","role_view-users":"Veure usuaris","role_view-applications":"Veure aplicacions","role_view-clients":"Veure clients","role_view-events":"Veure events","role_view-identity-providers":"Veure prove\xefdors d'identitat","role_manage-realm":"Gestionar domini","role_manage-users":"Gestionar usuaris","role_manage-applications":"Gestionar aplicacions","role_manage-identity-providers":"Gestionar prove\xefdors d'identitat","role_manage-clients":"Gestionar clients","role_manage-events":"Gestionar events","role_view-profile":"Veure perfil","role_manage-account":"Gestionar compte","role_read-token":"Llegir token","role_offline-access":"Acc\xe9s sense connexi\xf3",client_account:"Compte","client_security-admin-console":"Consola d'Administraci\xf3 de Seguretat","client_realm-management":"Gesti\xf3 del domini",client_broker:"Broker",invalidUserMessage:"Usuari o contrasenya incorrectes.",invalidEmailMessage:"Email no v\xe0lid",accountDisabledMessage:"El compte est\xe0 desactivat, contacta amb l'administrador.",accountTemporarilyDisabledMessage:"El compte est\xe0 temporalment desactivat, contacta amb l'administrador o intenta-ho de nou m\xe9s tard.",expiredCodeMessage:"S'ha esgotat el temps m\xe0xim per a la identificaci\xf3. Si us plau identifica't de nou.",missingFirstNameMessage:"Si us plau indica el teu nom.",missingLastNameMessage:"Si us plau indica els teus cognoms.",missingEmailMessage:"Si us plau indica el teu email.",missingUsernameMessage:"Si us plau indica el teu usuari.",missingPasswordMessage:"Si us plau indica la teva contrasenya.",missingTotpMessage:"Si us plau indica el teu codi d'autenticaci\xf3",notMatchPasswordMessage:"Les contrasenyes no coincideixen.",invalidPasswordExistingMessage:"La contrasenya actual no \xe9s correcta.",invalidPasswordConfirmMessage:"La confirmaci\xf3 de contrasenya no coincideix.",invalidTotpMessage:"El codi d'autenticaci\xf3 no \xe9s v\xe0lid.",usernameExistsMessage:"El nom d'usuari ja existeix",emailExistsMessage:"L'email ja existeix",federatedIdentityEmailExistsMessage:"Ja existeix un usuari amb aquest email. Si us plau accedeix a la gesti\xf3 del teu compte per enlla\xe7ar-lo.",federatedIdentityUsernameExistsMessage:"Ja existeix un usuari amb aquest nom d'usuari. Si us plau accedeix a la gesti\xf3 del teu compte per enlla\xe7ar-lo.",configureTotpMessage:"Has de configurar l'aplicaci\xf3 m\xf2bil 'd'identificaci\xf3 per activar el teu compte.",updateProfileMessage:"Has d'actualitzar el teu perfil d'usuari per activar el teu compte.",updatePasswordMessage:"Has de canviar la contrasenya per activar el teu compte.",verifyEmailMessage:"Has de verificar el teu email per activar el teu compte.",emailSentMessage:"En breu hauries de rebre un missatge amb m\xe9s instruccions",emailSendErrorMessage:"Ha fallat l'enviament de l'email, si us plau intenta-ho de nou m\xe9s tard.",accountUpdatedMessage:"El teu compte s'ha actualitzat.",accountPasswordUpdatedMessage:"La contrasenya s'ha actualitzat.",noAccessMessage:"Sense acc\xe9s",invalidPasswordMinLengthMessage:"Contrasenya incorrecta: longitud m\xednima {0}.",invalidPasswordMinDigitsMessage:"Contrasenya incorrecta: ha de contenir almenys {0} car\xe0cters num\xe8rics.",invalidPasswordMinLowerCaseCharsMessage:"Contrasenya incorrecta: ha de contenir almenys {0} lletres min\xfascules.",invalidPasswordMinUpperCaseCharsMessage:"Contrasenya incorrecta: ha de contenir almenys {0} lletres maj\xfascules.",invalidPasswordMinSpecialCharsMessage:"Contrasenya incorrecta: ha de contenir almenys {0} car\xe0cters especials.",invalidPasswordNotUsernameMessage:"Contrasenya incorrecta: no pot ser igual al nom d'usuari.",invalidPasswordRegexPatternMessage:"Contrasenya incorrecta: no compleix l'expressi\xf3 regular.",invalidPasswordHistoryMessage:"Contrasenya incorrecta: no pot ser igual a cap de les \xfaltimes {0} contrasenyes.",failedToProcessResponseMessage:"Fallada en processar la resposta",httpsRequiredMessage:"HTTPS obligatori",realmNotEnabledMessage:"El domini no est\xe0 activat",invalidRequestMessage:"Petici\xf3 incorrecta",failedLogout:"Ha fallat la desconnexi\xf3.",unknownLoginRequesterMessage:"Sol\xb7licitant d'identificaci\xf3 desconegut",loginRequesterNotEnabledMessage:"El sol\xb7licitant d'inici de sessi\xf3 est\xe0 desactivat",bearerOnlyMessage:"Les aplicacions Bearer-only no poden iniciar sessi\xf3 des del navegador.",directGrantsOnlyMessage:"Els clients de tipus Direct-grants-only no poden iniciar sessi\xf3 des del navegador.",invalidRedirectUriMessage:"L'URI de redirecci\xf3 no \xe9s correcta",unsupportedNameIdFormatMessage:"NameIDFormat no suportat",invalidRequesterMessage:"Sol\xb7licitant no v\xe0lid",registrationNotAllowedMessage:"El registre no est\xe0 perm\xe8s",resetCredentialNotAllowedMessage:"El reinici de les credencials no est\xe0 perm\xe8s",permissionNotApprovedMessage:"Perm\xeds no aprovat.",noRelayStateInResponseMessage:"Sense estat de retransmissi\xf3 en la resposta del prove\xefdor d'identitat.",identityProviderAlreadyLinkedMessage:"La identitat retornada pel prove\xefdor d'identitat ja est\xe0 associada a un altre usuari.",insufficientPermissionMessage:"Permisos insuficients per enlla\xe7ar identitats.",couldNotProceedWithAuthenticationRequestMessage:"No s'ha pogut continuar amb la petici\xf3 d'autenticaci\xf3 al prove\xefdor d'identitat.",couldNotObtainTokenMessage:"No s'ha pogut obtenir el codi del prove\xefdor d'identitat.",unexpectedErrorRetrievingTokenMessage:"Error inesperat obtenint el token del prove\xefdor d'identitat",unexpectedErrorHandlingResponseMessage:"Error inesperat processant la resposta del prove\xefdor d'identitat.",identityProviderAuthenticationFailedMessage:"Ha fallat l'autenticaci\xf3. No ha estat possible autenticar-se en el prove\xefdor d'identitat.",couldNotSendAuthenticationRequestMessage:"No s'ha pogut enviar la petici\xf3 d'identificaci\xf3 al prove\xefdor d'identitat.",unexpectedErrorHandlingRequestMessage:"Error inesperat durant la petici\xf3 d'identificaci\xf3 al prove\xefdor d'identitat.",invalidAccessCodeMessage:"Codi d'acc\xe9s no v\xe0lid.",sessionNotActiveMessage:"La sessi\xf3 no est\xe0 activa",invalidCodeMessage:"Hi ha hagut un error, si us plau identifica't de nou des de la teva aplicaci\xf3.",identityProviderUnexpectedErrorMessage:"Error no esperat intentant autenticar en el prove\xefdor d'identitat.",identityProviderNotFoundMessage:"No s'ha trobat cap prove\xefdor d'identitat.",realmSupportsNoCredentialsMessage:"El domini no suporta cap tipus de credencials.",identityProviderNotUniqueMessage:"El domini suporta m\xfaltiples prove\xefdors d'identitat. No s'ha pogut determinar el prove\xefdor d'identitat que hauria de ser utilitzat per identificar-se.",emailVerifiedMessage:"El teu email ha estat verificat.",backToApplication:"« Torna a l'aplicaci\xf3",missingParameterMessage:"Par\xe0metres que falten: {0}",clientNotFoundMessage:"Client no trobat",invalidParameterMessage:"Par\xe0metre no v\xe0lid: {0}",alreadyLoggedIn:"You are already logged in."}}}]); +//# sourceMappingURL=6165.4b1eee94.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6165.4b1eee94.chunk.js.map b/resources/keycloak/keycloakify/static/js/6165.4b1eee94.chunk.js.map new file mode 100644 index 00000000..15b330de --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6165.4b1eee94.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/6165.4b1eee94.chunk.js","mappings":"uIAwLA,UApLgB,CACd,QAAW,mBACX,WAAc,aACd,SAAY,gBACZ,SAAY,QACZ,MAAS,QACT,KAAQ,KACR,WAAc,WACd,SAAY,UACZ,UAAa,UACb,iBAAoB,mCACpB,YAAe,mBACf,cAAiB,cACjB,sBAAyB,yBACzB,2BAA8B,yBAC9B,qBAAwB,2MACxB,iBAAoB,0DACpB,kBAAqB,qBACrB,sBAAyB,MACzB,kBAAqB,yBACrB,WAAc,yBACd,eAAkB,MAClB,iBAAoB,4BACpB,qBAAwB,0CACxB,YAAe,SACf,YAAe,oBACf,eAAkB,6DAClB,kBAAqB,6CACrB,aAAgB,wEAChB,gBAAmB,qBACnB,oBAAuB,MACvB,WAAc,eACd,eAAkB,gCAClB,iBAAoB,4BACpB,iBAAoB,mCACpB,oBAAuB,gCACvB,iBAAoB,iBACpB,eAAkB,oBAClB,WAAc,sBACd,eAAkB,sBAClB,UAAa,uCACb,gBAAmB,mCACnB,uBAA0B,0EAC1B,cAAiB,yBACjB,UAAa,cACb,SAAY,SACZ,gBAAmB,iBACnB,UAAa,MACb,UAAa,cACb,SAAY,cACZ,SAAY,UACZ,WAAc,UACd,MAAS,QACT,SAAY,cACZ,gBAAmB,0BACnB,YAAe,mBACf,mBAAsB,+BACtB,WAAc,mBACd,kBAAqB,0BACrB,QAAW,YACX,OAAU,SACV,SAAY,oBACZ,OAAU,kCACV,YAAe,cACf,QAAW,UACX,cAAiB,kBACjB,wBAA2B,4BAC3B,eAAkB,0PAClB,eAAkB,+DAClB,eAAkB,iIAClB,gBAAmB,sBACnB,kBAAqB,+CACrB,WAAc,IACd,wBAA2B,qEAC3B,wBAA2B,uDAC3B,wBAA2B,wBAC3B,YAAe,sCACf,iBAAoB,oGACpB,oBAAuB,kEACvB,aAAgB,0BAChB,WAAc,QACd,mBAAoB,2BACpB,oBAAqB,eACrB,qBAAsB,eACtB,kBAAmB,eACnB,kBAAmB,gBACnB,yBAA0B,oBAC1B,oBAAqB,gBACrB,mBAAoB,eACpB,+BAAgC,kCAChC,oBAAqB,mBACrB,oBAAqB,oBACrB,2BAA4B,wBAC5B,iCAAkC,sCAClC,sBAAuB,oBACvB,qBAAsB,mBACtB,oBAAqB,eACrB,sBAAuB,mBACvB,kBAAmB,eACnB,sBAAuB,6BACvB,eAAkB,SAClB,gCAAiC,0CACjC,0BAA2B,uBAC3B,cAAiB,SACjB,mBAAsB,oCACtB,oBAAuB,oBACvB,uBAA0B,8DAC1B,kCAAqC,2GACrC,mBAAsB,4FACtB,wBAA2B,gCAC3B,uBAA0B,sCAC1B,oBAAuB,kCACvB,uBAA0B,mCAC1B,uBAA0B,yCAC1B,mBAAsB,kDACtB,wBAA2B,oCAC3B,+BAAkC,2CAClC,8BAAiC,kDACjC,mBAAsB,+CACtB,sBAAyB,8BACzB,mBAAsB,sBACtB,oCAAuC,gHACvC,uCAA0C,uHAC1C,qBAAwB,2FACxB,qBAAwB,sEACxB,sBAAyB,2DACzB,mBAAsB,2DACtB,iBAAoB,+DACpB,sBAAyB,8EACzB,sBAAyB,kCACzB,8BAAiC,mCACjC,gBAAmB,iBACnB,gCAAmC,kDACnC,gCAAmC,+EACnC,wCAA2C,4EAC3C,wCAA2C,4EAC3C,sCAAyC,6EACzC,kCAAqC,4DACrC,mCAAsC,8DACtC,8BAAiC,qFACjC,+BAAkC,mCAClC,qBAAwB,mBACxB,uBAA0B,+BAC1B,sBAAyB,wBACzB,aAAgB,+BAChB,6BAAgC,gDAChC,gCAAmC,6DACnC,kBAAqB,4EACrB,wBAA2B,wFAC3B,0BAA6B,2CAC7B,+BAAkC,2BAClC,wBAA2B,8BAC3B,8BAAiC,mCACjC,iCAAoC,qDACpC,6BAAgC,wBAChC,8BAAiC,+EACjC,qCAAwC,8FACxC,8BAAiC,oDACjC,gDAAmD,2FACnD,2BAA8B,8DAC9B,sCAAyC,iEACzC,uCAA0C,uEAC1C,4CAA+C,kGAC/C,yCAA4C,qFAC5C,sCAAyC,uFACzC,yBAA4B,+BAC5B,wBAA2B,iCAC3B,mBAAsB,oFACtB,uCAA0C,wEAC1C,gCAAmC,+CACnC,kCAAqC,iDACrC,iCAAoC,iKACpC,qBAAwB,mCACxB,kBAAqB,iCACrB,wBAA2B,gCAC3B,sBAAyB,mBACzB,wBAA2B,gCAC3B,gBAAmB,6B","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/ca.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Inicia sessió\",\n \"doRegister\": \"Registra't\",\n \"doCancel\": \"Cancel·lar\",\n \"doSubmit\": \"Envia\",\n \"doYes\": \"Sí\",\n \"doNo\": \"No\",\n \"doContinue\": \"Continua\",\n \"doAccept\": \"Accepta\",\n \"doDecline\": \"Rebutja\",\n \"doForgotPassword\": \"Has oblidat la teva contrasenya?\",\n \"doClickHere\": \"Fes clic aquí\",\n \"doImpersonate\": \"Personifica\",\n \"kerberosNotConfigured\": \"Kerberos no configurat\",\n \"kerberosNotConfiguredTitle\": \"Kerberos no configurat\",\n \"bypassKerberosDetail\": \"O bé no estàs identificat mitjançant Kerberos o el teu navegador no està configurat per identificar-se mitjançant Kerberos. Si us plau fes clic per identificar-te per un altre mitjà.\",\n \"kerberosNotSetUp\": \"Kerberos no està configurat. No pots identificar-te.\",\n \"registerWithTitle\": \"Registra't amb {0}\",\n \"registerWithTitleHtml\": \"{0}\",\n \"loginAccountTitle\": \"Accedeix al teu compte\",\n \"loginTitle\": \"Inicia sessió a {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Personifica Usuari\",\n \"impersonateTitleHtml\": \"{0} Personifica Usuari\",\n \"realmChoice\": \"Domini\",\n \"unknownUser\": \"Usuari desconegut\",\n \"loginTotpTitle\": \"Configura la teva aplicació d'identificació mòbil\",\n \"loginProfileTitle\": \"Actualitza la informació del teu compte\",\n \"loginTimeout\": \"Has trigat massa a identificar-te. Inicia de nou la identificació.\",\n \"oauthGrantTitle\": \"Concessió OAuth\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Ho sentim...\",\n \"errorTitleHtml\": \"Ho sentim...\",\n \"emailVerifyTitle\": \"Verificació de l'email\",\n \"emailForgotTitle\": \"Has oblidat la teva contrasenya?\",\n \"updatePasswordTitle\": \"Modificació de contrasenya\",\n \"codeSuccessTitle\": \"Codi d'èxit\",\n \"codeErrorTitle\": \"Codi d'error: {0}\",\n \"termsTitle\": \"Termes i Condicions\",\n \"termsTitleHtml\": \"Termes i Condicions\",\n \"termsText\": \"

    Termes i condicions a definir

    \",\n \"recaptchaFailed\": \"Reconeixement de text invàlid\",\n \"recaptchaNotConfigured\": \"El reconeixement de text és obligatori però no està configurat\",\n \"consentDenied\": \"Consentiment rebutjat.\",\n \"noAccount\": \"Usuari nou?\",\n \"username\": \"Usuari\",\n \"usernameOrEmail\": \"Usuari o email\",\n \"firstName\": \"Nom\",\n \"givenName\": \"Nom de pila\",\n \"fullName\": \"Nom complet\",\n \"lastName\": \"Cognoms\",\n \"familyName\": \"Cognoms\",\n \"email\": \"Email\",\n \"password\": \"Contrasenya\",\n \"passwordConfirm\": \"Confirma la contrasenya\",\n \"passwordNew\": \"Nova contrasenya\",\n \"passwordNewConfirm\": \"Confirma la nova contrasenya\",\n \"rememberMe\": \"Seguir connectat\",\n \"authenticatorCode\": \"Codi d'identificació\",\n \"address\": \"Adreça\",\n \"street\": \"Carrer\",\n \"locality\": \"Ciutat o Municipi\",\n \"region\": \"Estat, Província, o Regió\",\n \"postal_code\": \"Codi Postal\",\n \"country\": \"País\",\n \"emailVerified\": \"Email verificat\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"loginTotpStep1\": \"Instal·la FreeOTP o Google Authenticator al teu telèfon mòbil. Les dues aplicacions estan disponibles a Google Play i en l'App Store d'Apple.\",\n \"loginTotpStep2\": \"Obre l'aplicació i escaneja el codi o introdueix la clau.\",\n \"loginTotpStep3\": \"Introdueix el codi únic que et mostra l'aplicació d'autenticació i fes clic a Envia per finalitzar la configuració\",\n \"loginOtpOneTime\": \"Codi d'un sol ús\",\n \"oauthGrantRequest\": \"Vols permetre aquests privilegis d'accés?\",\n \"inResource\": \"a\",\n \"emailVerifyInstruction1\": \"T'hem enviat un email amb instruccions per verificar el teu email.\",\n \"emailVerifyInstruction2\": \"No has rebut un codi de verificació al teu email?\",\n \"emailVerifyInstruction3\": \"per reenviar l'email.\",\n \"backToLogin\": \"« Torna a la identificació\",\n \"emailInstruction\": \"Indica el teu usuari o email i t'enviarem instruccions indicant com generar una nova contrasenya.\",\n \"copyCodeInstruction\": \"Si us plau, copia i enganxa aquest codi a la teva aplicació:\",\n \"personalInfo\": \"Informació personal:\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Administrador del domini\",\n \"role_create-realm\": \"Crear domini\",\n \"role_create-client\": \"Crear client\",\n \"role_view-realm\": \"Veure domini\",\n \"role_view-users\": \"Veure usuaris\",\n \"role_view-applications\": \"Veure aplicacions\",\n \"role_view-clients\": \"Veure clients\",\n \"role_view-events\": \"Veure events\",\n \"role_view-identity-providers\": \"Veure proveïdors d'identitat\",\n \"role_manage-realm\": \"Gestionar domini\",\n \"role_manage-users\": \"Gestionar usuaris\",\n \"role_manage-applications\": \"Gestionar aplicacions\",\n \"role_manage-identity-providers\": \"Gestionar proveïdors d'identitat\",\n \"role_manage-clients\": \"Gestionar clients\",\n \"role_manage-events\": \"Gestionar events\",\n \"role_view-profile\": \"Veure perfil\",\n \"role_manage-account\": \"Gestionar compte\",\n \"role_read-token\": \"Llegir token\",\n \"role_offline-access\": \"Accés sense connexió\",\n \"client_account\": \"Compte\",\n \"client_security-admin-console\": \"Consola d'Administració de Seguretat\",\n \"client_realm-management\": \"Gestió del domini\",\n \"client_broker\": \"Broker\",\n \"invalidUserMessage\": \"Usuari o contrasenya incorrectes.\",\n \"invalidEmailMessage\": \"Email no vàlid\",\n \"accountDisabledMessage\": \"El compte està desactivat, contacta amb l'administrador.\",\n \"accountTemporarilyDisabledMessage\": \"El compte està temporalment desactivat, contacta amb l'administrador o intenta-ho de nou més tard.\",\n \"expiredCodeMessage\": \"S'ha esgotat el temps màxim per a la identificació. Si us plau identifica't de nou.\",\n \"missingFirstNameMessage\": \"Si us plau indica el teu nom.\",\n \"missingLastNameMessage\": \"Si us plau indica els teus cognoms.\",\n \"missingEmailMessage\": \"Si us plau indica el teu email.\",\n \"missingUsernameMessage\": \"Si us plau indica el teu usuari.\",\n \"missingPasswordMessage\": \"Si us plau indica la teva contrasenya.\",\n \"missingTotpMessage\": \"Si us plau indica el teu codi d'autenticació\",\n \"notMatchPasswordMessage\": \"Les contrasenyes no coincideixen.\",\n \"invalidPasswordExistingMessage\": \"La contrasenya actual no és correcta.\",\n \"invalidPasswordConfirmMessage\": \"La confirmació de contrasenya no coincideix.\",\n \"invalidTotpMessage\": \"El codi d'autenticació no és vàlid.\",\n \"usernameExistsMessage\": \"El nom d'usuari ja existeix\",\n \"emailExistsMessage\": \"L'email ja existeix\",\n \"federatedIdentityEmailExistsMessage\": \"Ja existeix un usuari amb aquest email. Si us plau accedeix a la gestió del teu compte per enllaçar-lo.\",\n \"federatedIdentityUsernameExistsMessage\": \"Ja existeix un usuari amb aquest nom d'usuari. Si us plau accedeix a la gestió del teu compte per enllaçar-lo.\",\n \"configureTotpMessage\": \"Has de configurar l'aplicació mòbil 'd'identificació per activar el teu compte.\",\n \"updateProfileMessage\": \"Has d'actualitzar el teu perfil d'usuari per activar el teu compte.\",\n \"updatePasswordMessage\": \"Has de canviar la contrasenya per activar el teu compte.\",\n \"verifyEmailMessage\": \"Has de verificar el teu email per activar el teu compte.\",\n \"emailSentMessage\": \"En breu hauries de rebre un missatge amb més instruccions\",\n \"emailSendErrorMessage\": \"Ha fallat l'enviament de l'email, si us plau intenta-ho de nou més tard.\",\n \"accountUpdatedMessage\": \"El teu compte s'ha actualitzat.\",\n \"accountPasswordUpdatedMessage\": \"La contrasenya s'ha actualitzat.\",\n \"noAccessMessage\": \"Sense accés\",\n \"invalidPasswordMinLengthMessage\": \"Contrasenya incorrecta: longitud mínima {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Contrasenya incorrecta: ha de contenir almenys {0} caràcters numèrics.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Contrasenya incorrecta: ha de contenir almenys {0} lletres minúscules.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Contrasenya incorrecta: ha de contenir almenys {0} lletres majúscules.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Contrasenya incorrecta: ha de contenir almenys {0} caràcters especials.\",\n \"invalidPasswordNotUsernameMessage\": \"Contrasenya incorrecta: no pot ser igual al nom d'usuari.\",\n \"invalidPasswordRegexPatternMessage\": \"Contrasenya incorrecta: no compleix l'expressió regular.\",\n \"invalidPasswordHistoryMessage\": \"Contrasenya incorrecta: no pot ser igual a cap de les últimes {0} contrasenyes.\",\n \"failedToProcessResponseMessage\": \"Fallada en processar la resposta\",\n \"httpsRequiredMessage\": \"HTTPS obligatori\",\n \"realmNotEnabledMessage\": \"El domini no està activat\",\n \"invalidRequestMessage\": \"Petició incorrecta\",\n \"failedLogout\": \"Ha fallat la desconnexió.\",\n \"unknownLoginRequesterMessage\": \"Sol·licitant d'identificació desconegut\",\n \"loginRequesterNotEnabledMessage\": \"El sol·licitant d'inici de sessió està desactivat\",\n \"bearerOnlyMessage\": \"Les aplicacions Bearer-only no poden iniciar sessió des del navegador.\",\n \"directGrantsOnlyMessage\": \"Els clients de tipus Direct-grants-only no poden iniciar sessió des del navegador.\",\n \"invalidRedirectUriMessage\": \"L'URI de redirecció no és correcta\",\n \"unsupportedNameIdFormatMessage\": \"NameIDFormat no suportat\",\n \"invalidRequesterMessage\": \"Sol·licitant no vàlid\",\n \"registrationNotAllowedMessage\": \"El registre no està permès\",\n \"resetCredentialNotAllowedMessage\": \"El reinici de les credencials no està permès\",\n \"permissionNotApprovedMessage\": \"Permís no aprovat.\",\n \"noRelayStateInResponseMessage\": \"Sense estat de retransmissió en la resposta del proveïdor d'identitat.\",\n \"identityProviderAlreadyLinkedMessage\": \"La identitat retornada pel proveïdor d'identitat ja està associada a un altre usuari.\",\n \"insufficientPermissionMessage\": \"Permisos insuficients per enllaçar identitats.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"No s'ha pogut continuar amb la petició d'autenticació al proveïdor d'identitat.\",\n \"couldNotObtainTokenMessage\": \"No s'ha pogut obtenir el codi del proveïdor d'identitat.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Error inesperat obtenint el token del proveïdor d'identitat\",\n \"unexpectedErrorHandlingResponseMessage\": \"Error inesperat processant la resposta del proveïdor d'identitat.\",\n \"identityProviderAuthenticationFailedMessage\": \"Ha fallat l'autenticació. No ha estat possible autenticar-se en el proveïdor d'identitat.\",\n \"couldNotSendAuthenticationRequestMessage\": \"No s'ha pogut enviar la petició d'identificació al proveïdor d'identitat.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Error inesperat durant la petició d'identificació al proveïdor d'identitat.\",\n \"invalidAccessCodeMessage\": \"Codi d'accés no vàlid.\",\n \"sessionNotActiveMessage\": \"La sessió no està activa\",\n \"invalidCodeMessage\": \"Hi ha hagut un error, si us plau identifica't de nou des de la teva aplicació.\",\n \"identityProviderUnexpectedErrorMessage\": \"Error no esperat intentant autenticar en el proveïdor d'identitat.\",\n \"identityProviderNotFoundMessage\": \"No s'ha trobat cap proveïdor d'identitat.\",\n \"realmSupportsNoCredentialsMessage\": \"El domini no suporta cap tipus de credencials.\",\n \"identityProviderNotUniqueMessage\": \"El domini suporta múltiples proveïdors d'identitat. No s'ha pogut determinar el proveïdor d'identitat que hauria de ser utilitzat per identificar-se.\",\n \"emailVerifiedMessage\": \"El teu email ha estat verificat.\",\n \"backToApplication\": \"« Torna a l'aplicació\",\n \"missingParameterMessage\": \"Paràmetres que falten: {0}\",\n \"clientNotFoundMessage\": \"Client no trobat\",\n \"invalidParameterMessage\": \"Paràmetre no vàlid: {0}\",\n \"alreadyLoggedIn\": \"You are already logged in.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6195.0cedbeb4.chunk.js b/resources/keycloak/keycloakify/static/js/6195.0cedbeb4.chunk.js new file mode 100644 index 00000000..d0532d30 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6195.0cedbeb4.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[6195],{6195:function(e,o,i){i.r(o);o.default={doLogIn:"\u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644",doRegister:"\u062a\u0633\u062c\u064a\u0644 \u062c\u062f\u064a\u062f",doCancel:"\u0625\u0644\u063a\u0627\u0621",doSubmit:"\u0625\u0631\u0633\u0627\u0644",doBack:"\u0631\u062c\u0648\u0639",doYes:"\u0646\u0639\u0645",doNo:"\u0644\u0627",doContinue:"\u0627\u0633\u062a\u0645\u0631\u0627\u0631",doIgnore:"\u062a\u062c\u0627\u0647\u0644",doAccept:"\u0645\u0648\u0627\u0641\u0642\u0629",doDecline:"\u0631\u0641\u0636",doForgotPassword:"\u0646\u0633\u064a\u062a \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631\u061f",doClickHere:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627",doImpersonate:"\u0627\u0646\u062a\u062d\u0627\u0644 \u0634\u062e\u0635\u064a\u0629",doTryAgain:"\u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649",doTryAnotherWay:"\u0627\u0644\u0645\u062c\u0627\u0648\u0644\u0629 \u0628\u0637\u0631\u064a\u0642\u0629 \u0623\u062e\u0631\u0649",doConfirmDelete:"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062d\u0630\u0641",errorDeletingAccount:"\u062d\u062f\u062b \u062e\u0637\u0623 \u0623\u062b\u0646\u0627\u0621 \u062d\u0630\u0641 \u0627\u0644\u062d\u0633\u0627\u0628",deletingAccountForbidden:"\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0643\u0627\u0641\u064a\u0629 \u0644\u062d\u0630\u0641 \u062d\u0633\u0627\u0628\u0643\u060c \u0642\u0645 \u0628\u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0646\u0638\u0627\u0645.",kerberosNotConfigured:"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0647\u064a\u0626\u0629 \u0627\u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 Kerberos",kerberosNotConfiguredTitle:"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0647\u064a\u0626\u0629 \u0627\u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 Kerberos",bypassKerberosDetail:"\u0625\u0645\u0627 \u0623\u0646\u0643 \u0644\u0645 \u062a\u0642\u0645 \u0628\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 Kerberos \u0623\u0648 \u0623\u0646 \u0645\u062a\u0635\u0641\u062d\u0643 \u0644\u0645 \u064a\u062a\u0645 \u0625\u0639\u062f\u0627\u062f\u0647 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0648\u0627\u0633\u0637\u0629 \u0627\u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 Kerberos. \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0648\u0633\u0627\u0626\u0644 \u0623\u062e\u0631\u0649",kerberosNotSetUp:"\u0644\u0645 \u064a\u062a\u0645 \u062a\u0647\u064a\u0626\u0629 \u0627\u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 Kerberos. \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644.",registerTitle:"\u062a\u0633\u062c\u064a\u0644",loginAccountTitle:"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643",loginTitle:"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} \u0627\u0646\u062a\u062d\u0627\u0644 \u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",impersonateTitleHtml:"{0} \u0627\u0646\u062a\u062d\u0627\u0644 \u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",realmChoice:"\u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629",unknownUser:"\u0645\u0633\u062a\u062e\u062f\u0645 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641",loginTotpTitle:"\u0625\u0639\u062f\u0627\u062f \u062a\u0637\u0628\u064a\u0642 \u0647\u0627\u062a\u0641 \u0645\u0635\u0627\u062f\u0642",loginProfileTitle:"\u062a\u062d\u062f\u064a\u062b \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628",loginIdpReviewProfileTitle:"\u062a\u062d\u062f\u064a\u062b \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628",loginTimeout:"\u0627\u0646\u062a\u0647\u062a \u0645\u0647\u0644\u0629 \u0645\u062d\u0627\u0648\u0644\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644. \u0633\u064a\u062a\u0645 \u0627\u0644\u0628\u062f\u0621 \u0641\u064a \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0646 \u062c\u062f\u064a\u062f.",reauthenticate:"\u064a\u0631\u062c\u0649 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629",oauthGrantTitle:"\u0645\u0646\u062d \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 {0}",oauthGrantTitleHtml:"{0}",oauthGrantInformation:"\u062a\u0623\u0643\u062f \u0645\u0646 \u0623\u0646\u0643 \u062a\u062b\u0642 \u0641\u064a {0} \u0645\u0646 \u062e\u0644\u0627\u0644 \u0645\u0639\u0631\u0641\u0629 \u0643\u064a\u0641 \u0633\u064a\u062a\u0639\u0627\u0645\u0644 {0} \u0645\u0639 \u0628\u064a\u0627\u0646\u0627\u062a\u0643.",oauthGrantReview:"\u064a\u0645\u0643\u0646\u0643 \u0645\u0631\u0627\u062c\u0639\u0629 ",oauthGrantTos:"\u0628\u0646\u0648\u062f \u0627\u0644\u062e\u062f\u0645\u0629.",oauthGrantPolicy:"\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629.",errorTitle:"\u0646\u0639\u062a\u0630\u0631...",errorTitleHtml:"\u0646\u0639\u062a\u0630\u0631 ...",emailVerifyTitle:"\u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",emailForgotTitle:"\u0646\u0633\u064a\u062a \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631\u061f",updateEmailTitle:"\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",emailUpdateConfirmationSentTitle:"\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062a\u062d\u0642\u0642 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",emailUpdateConfirmationSent:"\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u062a\u062d\u0642\u0642 \u0639\u0628\u0631 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0644\u0649 {0}. \u064a\u062c\u0628 \u0639\u0644\u064a\u0643 \u0627\u062a\u0628\u0627\u0639 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0644\u0625\u0643\u0645\u0627\u0644 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",emailUpdatedTitle:"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",emailUpdated:"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0627\u0644\u062d\u0633\u0627\u0628 \u0625\u0644\u0649 {0}.",updatePasswordTitle:"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",codeSuccessTitle:"\u0631\u0645\u0632 \u0627\u0644\u0646\u062c\u0627\u062d",codeErrorTitle:"\u0631\u0645\u0632 \u0627\u0644\u062e\u0637\u0623: {0}",displayUnsupported:"\u0646\u0648\u0639 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u0645\u0637\u0644\u0648\u0628 \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645",browserRequired:"\u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0645\u0637\u0644\u0648\u0628 \u0644\u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",browserContinue:"\u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0645\u0637\u0644\u0648\u0628 \u0644\u0625\u0643\u0645\u0627\u0644 \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",browserContinuePrompt:"\u0641\u062a\u062d \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0644\u0625\u0643\u0645\u0627\u0644 \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644\u061f [\u0646/\u0644]:",browserContinueAnswer:"\u0646",usb:"\u0645\u0646\u0641\u0630 USB",nfc:"\u0642\u0627\u0631\u0626 \u0628\u0637\u0627\u0642\u0629 NFC",bluetooth:"\u0628\u0644\u0648\u062a\u0648\u062b",internal:"\u062f\u0627\u062e\u0644\u064a",unknown:"\u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641",termsTitle:"\u0627\u0644\u0634\u0631\u0648\u0637 \u0648\u0627\u0644\u0623\u062d\u0643\u0627\u0645",termsText:"

    \u064a\u062c\u0628 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0634\u0631\u0648\u0637 \u0648\u0627\u0644\u0623\u062d\u0643\u0627\u0645

    ",termsPlainText:"\u064a\u062c\u0628 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0634\u0631\u0648\u0637 \u0648\u0627\u0644\u0623\u062d\u0643\u0627\u0645.",recaptchaFailed:"\u0641\u0634\u0644 \u0641\u064a \u0627\u062e\u062a\u0628\u0627\u0631 Recaptcha",recaptchaNotConfigured:"\u0645\u0637\u0644\u0648\u0628 \u0627\u062e\u062a\u0628\u0627\u0631 Recaptcha\u060c \u0648\u0644\u0643\u0646 \u0644\u0645 \u064a\u062a\u0645 \u062a\u0643\u0648\u064a\u0646\u0647",consentDenied:"\u062a\u0645 \u0631\u0641\u0636 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629.",noAccount:"\u0645\u0633\u062a\u062e\u062f\u0645 \u062c\u062f\u064a\u062f\u061f",username:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",usernameOrEmail:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",firstName:"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644",givenName:"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644",fullName:"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644",lastName:"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631",familyName:"\u0627\u0633\u0645 \u0627\u0644\u0639\u0627\u0626\u0644\u0629",email:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",password:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",passwordConfirm:"\u062a\u0623\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",passwordNew:"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629",passwordNewConfirm:"\u062a\u0623\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629",rememberMe:"\u062a\u0630\u0643\u0631\u0646\u064a",authenticatorCode:"\u0631\u0645\u0632 \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629",address:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646",street:"\u0627\u0644\u0634\u0627\u0631\u0639",locality:"\u0627\u0644\u0645\u062f\u064a\u0646\u0629",region:"\u0627\u0644\u0648\u0644\u0627\u064a\u0629 \u0623\u0648 \u0627\u0644\u0645\u0646\u0637\u0642\u0629",postal_code:"\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a",country:"\u0627\u0644\u062f\u0648\u0644\u0629",emailVerified:"\u062a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",website:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",phoneNumber:"\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641",phoneNumberVerified:"\u062a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641",gender:"\u0627\u0644\u062c\u0646\u0633",birthday:"\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u064a\u0644\u0627\u062f",zoneinfo:"\u0627\u0644\u062a\u0648\u0642\u064a\u062a",gssDelegationCredential:"\u062a\u0641\u0648\u064a\u0636 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f GSS",logoutOtherSessions:"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c \u0645\u0646 \u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0623\u062e\u0631\u0649",profileScopeConsentText:"\u0645\u0644\u0641 \u062a\u0639\u0631\u064a\u0641\u064a \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645",emailScopeConsentText:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",addressScopeConsentText:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646",phoneScopeConsentText:"\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641",offlineAccessScopeConsentText:"\u0627\u0644\u0648\u0635\u0648\u0644 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644",samlRoleListScopeConsentText:"\u0627\u0644\u0623\u062f\u0648\u0627\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u064a",rolesScopeConsentText:"\u0623\u062f\u0648\u0627\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",restartLoginTooltip:"\u0625\u0639\u0627\u062f\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",loginTotpIntro:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u062f\u0627\u062f \u0645\u0648\u0644\u0651\u062f \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628",loginTotpStep1:"\u0642\u0645 \u0628\u062a\u062b\u0628\u064a\u062a \u0625\u062d\u062f\u0649 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0639\u0644\u0649 \u0647\u0627\u062a\u0641\u0643 \u0627\u0644\u0645\u062a\u0646\u0642\u0644:",loginTotpStep2:"\u0627\u0641\u062a\u062d \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u062b\u0645 \u0627\u0645\u0633\u062d \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629:",loginTotpStep3:"\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0630\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0648\u0627\u062d\u062f \u0648\u0627\u0644\u0635\u0627\u062f\u0631 \u0645\u0646 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u062b\u0645 \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062d\u0641\u0638 \u0644\u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0625\u0639\u062f\u0627\u062f.",loginTotpStep3DeviceName:"\u0636\u0639 \u0627\u0633\u0645\u064b\u0627 \u0644\u0644\u062c\u0647\u0627\u0632 \u062d\u062a\u0649 \u064a\u0633\u0647\u0644 \u0639\u0644\u064a\u0643 \u0625\u062f\u0627\u0631\u0629 \u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629.",loginTotpManualStep2:"\u0627\u0641\u062a\u062d \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u062b\u0645 \u0623\u062f\u062e\u0644 \u0627\u0644\u0645\u0641\u062a\u0627\u062d:",loginTotpManualStep3:"\u0627\u0633\u062a\u062e\u062f\u0645 \u0642\u064a\u0645 \u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0625\u0630\u0627 \u0633\u0645\u062d \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0628\u062a\u0639\u064a\u064a\u0646\u0647\u0627:",loginTotpUnableToScan:"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062d\u061f",loginTotpScanBarcode:"\u0645\u0633\u062d \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629\u061f",loginCredential:"\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644",loginOtpOneTime:"\u0631\u0645\u0632 \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629",loginTotpType:"\u0627\u0644\u0646\u0648\u0639",loginTotpAlgorithm:"\u0627\u0644\u062e\u0648\u0627\u0631\u0632\u0645\u064a\u0629",loginTotpDigits:"\u0639\u062f\u062f \u0627\u0644\u062e\u0627\u0646\u0627\u062a",loginTotpInterval:"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629",loginTotpCounter:"\u0627\u0644\u0639\u062f\u0627\u062f",loginTotpDeviceName:"\u0627\u0633\u0645 \u0627\u0644\u062c\u0647\u0627\u0632","loginTotp.totp":"\u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0627\u0644\u0648\u0642\u062a","loginTotp.hotp":"\u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0627\u0644\u0639\u062f\u0627\u062f",totpAppFreeOTPName:"FreeOTP",totpAppGoogleName:"Google Authenticator",totpAppMicrosoftAuthenticatorName:"Microsoft Authenticator",loginChooseAuthenticator:"\u062d\u062f\u062f \u0637\u0631\u064a\u0642\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",oauthGrantRequest:"\u0647\u0644 \u062a\u0648\u062f \u0645\u0646\u062d \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0647\u0630\u0647\u061f",inResource:"\u0641\u064a",oauth2DeviceVerificationTitle:"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0623\u062c\u0647\u0632\u0629",verifyOAuth2DeviceUserCode:"\u0623\u062f\u062e\u0644 \u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0638\u0627\u0647\u0631 \u0639\u0644\u0649 \u062c\u0647\u0627\u0632\u0643 \u062b\u0645 \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u0625\u0631\u0633\u0627\u0644",oauth2DeviceInvalidUserCodeMessage:"\u0631\u0645\u0632 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",oauth2DeviceExpiredUserCodeMessage:"\u0627\u0646\u062a\u0647\u062a \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0631\u0645\u0632. \u064a\u0631\u062c\u0649 \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u062c\u0647\u0627\u0632\u0643 \u062b\u0645 \u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",oauth2DeviceVerificationCompleteHeader:"\u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062c\u0647\u0627\u0632 \u0628\u0646\u062c\u0627\u062d",oauth2DeviceVerificationCompleteMessage:"\u064a\u0645\u0643\u0646\u0643 \u0625\u063a\u0644\u0627\u0642 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0647\u0630\u0647 \u0648\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u062c\u0647\u0627\u0632\u0643.",oauth2DeviceVerificationFailedHeader:"\u0641\u0634\u0644 \u0641\u064a \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u062c\u0647\u0627\u0632",oauth2DeviceVerificationFailedMessage:"\u064a\u0645\u0643\u0646\u0643 \u0625\u063a\u0644\u0627\u0642 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0647\u0630\u0647 \u0648\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u062c\u0647\u0627\u0632\u0643 \u0648\u0645\u062d\u0627\u0648\u0644\u0629 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",oauth2DeviceConsentDeniedMessage:"\u062a\u0645 \u0631\u0641\u0636 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0627\u0644\u062c\u0647\u0627\u0632.",oauth2DeviceAuthorizationGrantDisabledMessage:"\u0644\u0627 \u064a\u064f\u0633\u0645\u062d \u0644\u0644\u0639\u0645\u064a\u0644 \u0628\u0628\u062f\u0621 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 OAuth 2.0 Device Authorization Grant\u060c \u062d\u064a\u062b \u0623\u0646\u0647 \u0645\u0639\u0637\u0644.",emailVerifyInstruction1:"\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0625\u0631\u0634\u0627\u062f\u0627\u062a \u0644\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0625\u0644\u0649 \u0639\u0646\u0648\u0627\u0646\u0643 {0}.",emailVerifyInstruction2:"\u0623\u0644\u0645 \u062a\u0633\u062a\u0644\u0645 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0639\u0644\u0649 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u061f",emailVerifyInstruction3:"\u0644\u0625\u0639\u0627\u062f\u0629 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",emailLinkIdpTitle:"\u0631\u0628\u0637 {0}",emailLinkIdp1:"\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0633\u0627\u0644\u0629 \u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0628\u0647\u0627 \u0625\u0631\u0634\u0627\u062f\u0627\u062a \u0644\u0631\u0628\u0637 \u0627\u0644\u062d\u0633\u0627\u0628 {0} ({1}) \u0628\u0627\u0644\u062d\u0633\u0627\u0628 {2} \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.",emailLinkIdp2:"\u0623\u0644\u0645 \u062a\u0633\u062a\u0644\u0645 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0639\u0644\u0649 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u061f",emailLinkIdp3:"\u0644\u0625\u0639\u0627\u062f\u0629 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",emailLinkIdp4:"\u0625\u0630\u0627 \u0643\u0646\u062a \u0642\u062f \u062a\u062d\u0642\u0642\u062a \u0628\u0627\u0644\u0641\u0639\u0644 \u0645\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0641\u064a \u0645\u062a\u0635\u0641\u062d \u0645\u062e\u062a\u0644\u0641",emailLinkIdp5:"\u0644\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631.",backToLogin:"» \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",emailInstruction:"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0648\u0633\u0646\u0631\u0633\u0644 \u0644\u0643 \u062a\u0639\u0644\u064a\u0645\u0627\u062a \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629.",emailInstructionUsername:"\u0623\u062f\u062e\u0644 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0648\u0633\u0646\u0631\u0633\u0644 \u0644\u0643 \u062a\u0639\u0644\u064a\u0645\u0627\u062a \u062d\u0648\u0644 \u0643\u064a\u0641\u064a\u0629 \u0625\u0646\u0634\u0627\u0621 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629.",copyCodeInstruction:"\u064a\u0631\u062c\u0649 \u0646\u0633\u062e \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632 \u0648\u0644\u0635\u0642\u0647 \u0641\u064a \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643:",pageExpiredTitle:"\u0627\u0646\u062a\u0647\u062a \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0635\u0641\u062d\u0629",pageExpiredMsg1:"\u0644\u0625\u0639\u0627\u062f\u0629 \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",pageExpiredMsg2:"\u0644\u0645\u0648\u0627\u0635\u0644\u0629 \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",personalInfo:"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629:",role_admin:"\u0645\u0633\u0624\u0648\u0644","role_realm-admin":"\u0645\u0633\u0624\u0648\u0644 \u0645\u0646\u0638\u0648\u0645\u0629","role_create-realm":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0646\u0638\u0648\u0645\u0629","role_create-client":"\u0625\u0646\u0634\u0627\u0621 \u0639\u0645\u064a\u0644","role_view-realm":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629","role_view-users":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","role_view-applications":"\u0639\u0631\u0636 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a","role_view-clients":"\u0639\u0631\u0636 \u0627\u0644\u0639\u0645\u0644\u0627\u0621","role_view-events":"\u0639\u0631\u0636 \u0627\u0644\u0623\u062d\u062f\u0627\u062b","role_view-identity-providers":"\u0639\u0631\u0636 \u0645\u0632\u0648\u062f\u064a \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a","role_manage-realm":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629","role_manage-users":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","role_manage-applications":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a","role_manage-identity-providers":"\u0625\u062f\u0627\u0631\u0629 \u0645\u0632\u0648\u062f\u064a \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a","role_manage-clients":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621","role_manage-events":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u062d\u062f\u0627\u062b","role_view-profile":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a","role_manage-account":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062d\u0633\u0627\u0628","role_manage-account-links":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0631\u062a\u0628\u0627\u0637\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628","role_read-token":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0631\u0645\u0632","role_offline-access":"\u0627\u0644\u0648\u0635\u0648\u0644 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644",client_account:"\u0627\u0644\u062d\u0633\u0627\u0628","client_account-console":"\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u0627\u0644\u062d\u0633\u0627\u0628","client_security-admin-console":"\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u0623\u0645\u0627\u0646 \u0627\u0644\u0645\u0633\u0624\u0648\u0644","client_admin-cli":"\u0648\u0627\u062c\u0647\u0629 \u0633\u0637\u0631 \u0627\u0644\u0623\u0648\u0627\u0645\u0631 \u0644\u0644\u0645\u0633\u0624\u0648\u0644","client_realm-management":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629",client_broker:"\u0648\u0633\u064a\u0637",requiredFields:"\u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629",invalidUserMessage:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.",invalidUsernameMessage:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.",invalidUsernameOrEmailMessage:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.",invalidPasswordMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.",invalidEmailMessage:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.",accountDisabledMessage:"\u0627\u0644\u062d\u0633\u0627\u0628 \u0645\u0639\u0637\u0644\u060c \u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0646\u0638\u0627\u0645.",accountTemporarilyDisabledMessage:"\u0627\u0644\u062d\u0633\u0627\u0628 \u0645\u0639\u0637\u0644 \u0645\u0624\u0642\u062a\u064b\u0627\u060c \u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0646\u0638\u0627\u0645 \u0623\u0648 \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627.",expiredCodeMessage:"\u0646\u0641\u0630 \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u0633\u0645\u0648\u062d \u0644\u0644\u062f\u062e\u0648\u0644. \u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",expiredActionMessage:"\u0627\u0646\u062a\u0647\u0649 \u0627\u0644\u0625\u062c\u0631\u0627\u0621. \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631 \u0641\u064a \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0627\u0644\u0622\u0646.",expiredActionTokenNoSessionMessage:"\u0627\u0646\u062a\u0647\u0649 \u0627\u0644\u0625\u062c\u0631\u0627\u0621.",expiredActionTokenSessionExistsMessage:"\u0627\u0646\u062a\u0647\u0649 \u0627\u0644\u0625\u062c\u0631\u0627\u0621. \u064a\u0631\u062c\u0649 \u0627\u0644\u0628\u062f\u0621 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",sessionLimitExceeded:"\u0647\u0646\u0627\u0643 \u062c\u0644\u0633\u0627\u062a \u0643\u062b\u064a\u0631\u0629 \u062c\u062f\u064b\u0627",missingFirstNameMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644.",missingLastNameMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631.",missingEmailMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",missingUsernameMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.",missingPasswordMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631.",missingTotpMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642.",missingTotpDeviceNameMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0633\u0645 \u0627\u0644\u062c\u0647\u0627\u0632.",notMatchPasswordMessage:"\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0645\u062a\u0637\u0627\u0628\u0642\u0629.","error-invalid-value":"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","error-invalid-blank":"\u064a\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0642\u064a\u0645\u0629.","error-empty":"\u064a\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0642\u064a\u0645\u0629.","error-invalid-length":"\u0627\u0644\u0637\u0648\u0644 \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0628\u064a\u0646 {1} \u0648 {2}.","error-invalid-length-too-short":"\u0627\u0644\u0637\u0648\u0644 \u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u0642\u0644 \u0639\u0646 {1}.","error-invalid-length-too-long":"\u0627\u0644\u0637\u0648\u0644 \u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u0632\u064a\u062f \u0639\u0646 {2}.","error-invalid-email":"\u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-invalid-number":"\u0631\u0642\u0645 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-number-out-of-range":"\u0627\u0644\u0631\u0642\u0645 \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0628\u064a\u0646 {1} \u0648 {2}.","error-number-out-of-range-too-small":"\u0627\u0644\u0631\u0642\u0645 \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0642\u0644 \u0642\u064a\u0645\u062a\u0647 \u0639\u0646 {1}.","error-number-out-of-range-too-big":"\u0627\u0644\u0631\u0642\u0645 \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0632\u064a\u062f \u0642\u064a\u0645\u062a\u0647 \u0639\u0646 {2}.","error-pattern-no-match":"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","error-invalid-uri":"\u0639\u0646\u0648\u0627\u0646 \u0645\u0648\u0642\u0639 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-invalid-uri-scheme":"\u0628\u0627\u062f\u0626\u0629 \u0639\u0646\u0648\u0627\u0646 \u0645\u0648\u0642\u0639 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","error-invalid-uri-fragment":"\u0645\u0644\u062d\u0642 \u0639\u0646\u0648\u0627\u0646 \u0645\u0648\u0642\u0639 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-user-attribute-required":"\u064a\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644.","error-invalid-date":"\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-user-attribute-read-only":"\u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637.","error-username-invalid-character":"\u0627\u0644\u0642\u064a\u0645\u0629 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u062d\u0631\u0641 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-person-name-invalid-character":"\u0627\u0644\u0642\u064a\u0645\u0629 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u062d\u0631\u0641 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.",invalidPasswordExistingMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.",invalidPasswordBlacklistedMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0641\u064a \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0633\u0648\u062f\u0627\u0621.",invalidPasswordConfirmMessage:"\u062a\u0623\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0645\u062a\u0637\u0627\u0628\u0642.",invalidTotpMessage:"\u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.",usernameExistsMessage:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0633\u0628\u0642\u064b\u0627.",emailExistsMessage:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0633\u0628\u0642\u064b\u0627.",federatedIdentityExistsMessage:"\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0635\u0627\u062d\u0628 ({0}: {1}) \u0645\u0648\u062c\u0648\u062f \u0645\u0633\u0628\u0642\u064b\u0627. \u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u0635\u0641\u062d\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062d\u0633\u0627\u0628 \u0644\u0631\u0628\u0637 \u0627\u0644\u062d\u0633\u0627\u0628.",federatedIdentityUnavailableMessage:"\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {0} \u0627\u0644\u0645\u0635\u0627\u062f\u0642 \u0639\u0644\u064a\u0647 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a {1} \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f. \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0646\u0638\u0627\u0645.",confirmLinkIdpTitle:"\u0627\u0644\u062d\u0633\u0627\u0628 \u0645\u0648\u062c\u0648\u062f \u0645\u0633\u0628\u0642\u064b\u0627",federatedIdentityConfirmLinkMessage:"\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0635\u0627\u062d\u0628 ({0}: {1}) \u0645\u0648\u062c\u0648\u062f \u0645\u0633\u0628\u0642\u064b\u0627. \u0643\u064a\u0641 \u062a\u0631\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u0645\u0631\u0627\u0631\u061f",federatedIdentityConfirmReauthenticateMessage:"\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0644\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0628\u0640 {0}",nestedFirstBrokerFlowMessage:"\u0644\u0645 \u064a\u062a\u0645 \u0631\u0628\u0637 \u0645\u0633\u062a\u062e\u062f\u0645 {0} ({1}) \u0628\u0623\u064a \u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0639\u0631\u0648\u0641.",confirmLinkIdpReviewProfile:"\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a",confirmLinkIdpContinue:"\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u062d\u0627\u0644\u064a",configureTotpMessage:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0628\u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0630\u0643\u064a \u0644\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643.",configureBackupCodesMessage:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0625\u0639\u062f\u0627\u062f \u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u0637\u064a\u0629 \u0644\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643.",updateProfileMessage:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a \u0644\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643.",updatePasswordMessage:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u062d\u062f\u064a\u062b \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643.",updateEmailMessage:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643.",resetPasswordMessage:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u062a\u062d\u062f\u064a\u062b \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643.",verifyEmailMessage:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u062a\u0641\u0639\u064a\u0644 \u062d\u0633\u0627\u0628\u0643.",linkIdpMessage:"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0644\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0628\u0640 {0}.",emailSentMessage:"\u0645\u0646 \u0627\u0644\u0645\u0641\u062a\u0631\u0636 \u0623\u0646 \u062a\u062a\u0644\u0642\u0649 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0639\u0645\u0627 \u0642\u0631\u064a\u0628 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0625\u0631\u0634\u0627\u062f\u0627\u062a.",emailSendErrorMessage:"\u0641\u0634\u0644 \u0641\u064a \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0641\u064a \u0648\u0642\u062a \u0644\u0627\u062d\u0642.",accountUpdatedMessage:"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.",accountPasswordUpdatedMessage:"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643.",delegationCompleteHeader:"\u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0646\u062c\u0627\u062d",delegationCompleteMessage:"\u064a\u0645\u0643\u0646\u0643 \u0625\u063a\u0644\u0627\u0642 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0647\u0630\u0647 \u0648\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643.",delegationFailedHeader:"\u0641\u0634\u0644 \u0641\u064a \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",delegationFailedMessage:"\u064a\u0645\u0643\u0646\u0643 \u0625\u063a\u0644\u0627\u0642 \u0646\u0627\u0641\u0630\u0629 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0647\u0630\u0647 \u0648\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u062a\u0637\u0628\u064a\u0642 \u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0648\u0645\u062d\u0627\u0648\u0644\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",noAccessMessage:"\u0644\u0627 \u0648\u0635\u0648\u0644",invalidPasswordMinLengthMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0637\u0648\u0644 {0}.",invalidPasswordMaxLengthMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0637\u0648\u0644 {0}.",invalidPasswordMinDigitsMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 {0} \u0623\u0631\u0642\u0627\u0645 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.",invalidPasswordMinLowerCaseCharsMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 {0} \u062d\u0631\u0648\u0641 \u0635\u063a\u064a\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.",invalidPasswordMinUpperCaseCharsMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 {0} \u062d\u0631\u0648\u0641 \u0643\u0628\u064a\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.",invalidPasswordMinSpecialCharsMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 {0} \u0631\u0645\u0648\u0632 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.",invalidPasswordNotUsernameMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.",invalidPasswordNotEmailMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",invalidPasswordRegexPatternMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0644\u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u0645\u062d\u062f\u062f\u0629.",invalidPasswordHistoryMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0623\u064a \u0645\u0646 \u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0640 {0} \u0627\u0644\u0623\u062e\u064a\u0631\u0629.",invalidPasswordGenericMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0644\u0627 \u062a\u062a\u0637\u0627\u0628\u0642 \u0645\u0639 \u0633\u064a\u0627\u0633\u0627\u062a \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631.",failedToProcessResponseMessage:"\u0641\u0634\u0644 \u0641\u064a \u0645\u0639\u0627\u0644\u062c\u0629 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629",httpsRequiredMessage:"\u0627\u0644\u0628\u0631\u0648\u062a\u0648\u0643\u0648\u0644 HTTPS \u0645\u0637\u0644\u0648\u0628",realmNotEnabledMessage:"\u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629 \u063a\u064a\u0631 \u0645\u0641\u0639\u0644\u0629",invalidRequestMessage:"\u0637\u0644\u0628 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d",successLogout:"\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c",failedLogout:"\u0641\u0634\u0644 \u0641\u064a \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c",unknownLoginRequesterMessage:"\u0637\u0627\u0644\u0628 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641",loginRequesterNotEnabledMessage:"\u0637\u0627\u0644\u0628 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u063a\u064a\u0631 \u0645\u0641\u0639\u0644",bearerOnlyMessage:"\u0644\u0627 \u064a\u0633\u0645\u062d \u0644\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a Bearer-only \u0628\u0628\u062f\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0645\u062a\u0635\u0641\u062d",standardFlowDisabledMessage:"\u0644\u0627 \u064a\u0633\u0645\u062d \u0644\u0644\u0639\u0645\u064a\u0644 \u0628\u0628\u062f\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0645\u0639 \u0642\u064a\u0645\u0629 response_type \u0627\u0644\u0645\u0639\u0637\u0627\u0629. \u062a\u0645 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0642\u064a\u0627\u0633\u064a standard flow \u0644\u0647\u0630\u0627 \u0627\u0644\u0639\u0645\u064a\u0644.",implicitFlowDisabledMessage:"\u0644\u0627 \u064a\u0633\u0645\u062d \u0644\u0644\u0639\u0645\u064a\u0644 \u0628\u0628\u062f\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0645\u0639 \u0642\u064a\u0645\u0629 response_type \u0627\u0644\u0645\u0639\u0637\u0627\u0629. \u062a\u0645 \u062a\u0639\u0637\u064a\u0644 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0627\u0644\u0636\u0645\u0646\u064a implicit flow \u0644\u0647\u0630\u0627 \u0627\u0644\u0639\u0645\u064a\u0644.",invalidRedirectUriMessage:"\u0631\u0627\u0628\u0637 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0648\u062c\u064a\u0647 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d",unsupportedNameIdFormatMessage:"\u0635\u064a\u063a\u0629 \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645\u0629 \u0644\u0644\u0642\u064a\u0645\u0629 NameID",invalidRequesterMessage:"\u0637\u0627\u0644\u0628 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d",registrationNotAllowedMessage:"\u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0628\u0647",resetCredentialNotAllowedMessage:"\u0625\u0639\u0627\u062f\u0629 \u062a\u0639\u064a\u064a\u0646 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644 \u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d \u0628\u0647",permissionNotApprovedMessage:"\u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0625\u0630\u0646.",noRelayStateInResponseMessage:"\u0644\u0627 \u062a\u0648\u0627\u062c\u062f \u0644\u0642\u064a\u0645\u0629 Relay State \u0641\u064a \u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",insufficientPermissionMessage:"\u0623\u0630\u0648\u0646\u0627\u062a \u063a\u064a\u0631 \u0643\u0627\u0641\u064a\u0629 \u0644\u0631\u0628\u0637 \u0627\u0644\u0647\u0648\u064a\u0627\u062a.",couldNotProceedWithAuthenticationRequestMessage:"\u062a\u0639\u0630\u0631\u062a \u0645\u062a\u0627\u0628\u0639\u0629 \u0637\u0644\u0628 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0644\u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",couldNotObtainTokenMessage:"\u062a\u0639\u0630\u0631 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0631\u0645\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0645\u0646 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",unexpectedErrorRetrievingTokenMessage:"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639 \u0639\u0646\u062f \u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0631\u0645\u0632 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0645\u0646 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",unexpectedErrorHandlingResponseMessage:"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639 \u0639\u0646\u062f \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0645\u0646 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",identityProviderAuthenticationFailedMessage:"\u0641\u0634\u0644\u062a \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629. \u062a\u0639\u0630\u0631\u062a \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0645\u0639 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",couldNotSendAuthenticationRequestMessage:"\u062a\u0639\u0630\u0631 \u0625\u0631\u0633\u0627\u0644 \u0637\u0644\u0628 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0625\u0644\u0649 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",unexpectedErrorHandlingRequestMessage:"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639 \u0639\u0646\u062f \u0645\u0639\u0627\u0644\u062c\u0629 \u0637\u0644\u0628 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0644\u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",invalidAccessCodeMessage:"\u0631\u0645\u0632 \u0627\u0644\u0648\u0635\u0648\u0644 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.",sessionNotActiveMessage:"\u0627\u0644\u062c\u0644\u0633\u0629 \u063a\u064a\u0631 \u0646\u0634\u0637\u0629.",invalidCodeMessage:"\u062d\u062f\u062b \u062e\u0637\u0623\u060c \u064a\u0631\u062c\u0649 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.",cookieNotFoundMessage:"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0644\u0641 \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637. \u064a\u0631\u062c\u0649 \u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u062a\u0645\u0643\u064a\u0646 \u0645\u0644\u0641\u0627\u062a \u062a\u0639\u0631\u064a\u0641 \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0641\u064a \u0645\u062a\u0635\u0641\u062d\u0643.",insufficientLevelOfAuthentication:"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0633\u062a\u064a\u0641\u0627\u0621 \u0645\u0633\u062a\u0648\u0649 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0645\u0637\u0644\u0648\u0628.",identityProviderUnexpectedErrorMessage:"\u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639 \u0639\u0646\u062f \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0645\u0639 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a",identityProviderMissingStateMessage:"\u0627\u0644\u0645\u0639\u0627\u0645\u0644 state \u0645\u0641\u0642\u0648\u062f \u0641\u064a \u0631\u062f \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",identityProviderInvalidResponseMessage:"\u0631\u062f \u063a\u064a\u0631 \u0635\u0627\u0644\u062d \u0645\u0646 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",identityProviderInvalidSignatureMessage:"\u062a\u0648\u0642\u064a\u0639 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d \u0641\u064a \u0631\u062f \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",identityProviderNotFoundMessage:"\u062a\u0639\u0630\u0631 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0628\u0627\u0644\u0645\u0639\u0631\u0641.",identityProviderLinkSuccess:"\u0644\u0642\u062f \u0646\u062c\u062d\u062a \u0641\u064a \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a. \u064a\u0631\u062c\u0649 \u0627\u0644\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 \u0645\u062a\u0635\u0641\u062d\u0643 \u0648\u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0647\u0646\u0627\u0643 \u0641\u064a \u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644.",staleCodeMessage:"\u0647\u0630\u0647 \u0627\u0644\u0635\u0641\u062d\u0629 \u0644\u0645 \u062a\u0639\u062f \u0635\u0627\u0644\u062d\u0629\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0648\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649",realmSupportsNoCredentialsMessage:"\u0644\u0627 \u062a\u062f\u0639\u0645 \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629 \u0623\u064a \u0646\u0648\u0639 \u0645\u0646 \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644.",credentialSetupRequired:"\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644\u060c \u0645\u0637\u0644\u0648\u0628 \u0625\u0639\u062f\u0627\u062f \u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062f\u062e\u0648\u0644.",identityProviderNotUniqueMessage:"\u062a\u062f\u0639\u0645 \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629 \u0639\u062f\u0629 \u0645\u0632\u0648\u062f\u064a \u062d\u0633\u0627\u0628\u0627\u062a. \u062a\u0639\u0630\u0631 \u062a\u062d\u062f\u064a\u062f \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0630\u064a \u064a\u062c\u0628 \u0627\u0633\u062a\u062e\u062f\u0627\u0645\u0647 \u0644\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0645\u0639\u0647.",emailVerifiedMessage:"\u062a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.",staleEmailVerificationLink:"\u0627\u0644\u0631\u0627\u0628\u0637 \u0627\u0644\u0630\u064a \u0646\u0642\u0631\u062a \u0639\u0644\u064a\u0647 \u0647\u0648 \u0631\u0627\u0628\u0637 \u0642\u062f\u064a\u0645 \u0648\u0644\u0645 \u064a\u0639\u062f \u0635\u0627\u0644\u062d\u064b\u0627. \u0631\u0628\u0645\u0627 \u062a\u0643\u0648\u0646 \u0642\u062f \u062a\u062d\u0642\u0642\u062a \u0645\u0633\u0628\u0642\u064b\u0627 \u0645\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",identityProviderAlreadyLinkedMessage:"\u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0645\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u064a \u0623\u0631\u062c\u0639\u0647\u0627 {0} \u0645\u0631\u062a\u0628\u0637\u0629 \u0645\u0633\u0628\u0642\u064b\u0627 \u0628\u0645\u0633\u062a\u062e\u062f\u0645 \u0622\u062e\u0631.",confirmAccountLinking:"\u062a\u0623\u0643\u064a\u062f \u0631\u0628\u0637 \u0627\u0644\u062d\u0633\u0627\u0628 {0} \u0645\u0646 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a {1} \u0645\u0639 \u062d\u0633\u0627\u0628\u0643.",confirmEmailAddressVerification:"\u062a\u0623\u0643\u062f \u0645\u0646 \u0635\u062d\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a {0}.",confirmExecutionOfActions:"\u0642\u0645 \u0628\u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629",locale_ar:"\u0639\u0631\u0628\u064a",locale_ca:"Catal\xe0",locale_cs:"\u010ce\u0161tina",locale_da:"Dansk",locale_de:"Deutsch",locale_en:"English",locale_es:"Espa\xf1ol",locale_fr:"Fran\xe7ais",locale_hu:"Magyar",locale_it:"Italiano",locale_ja:"\u65e5\u672c\u8a9e",locale_lt:"Lietuvi\u0173",locale_nl:"Nederlands",locale_no:"Norsk",locale_pl:"Polski",locale_pt_BR:"Portugu\xeas (Brasil)","locale_pt-BR":"Portugu\xeas (Brasil)",locale_ru:"\u0420\u0443\u0441\u0441\u043a\u0438\u0439",locale_sk:"Sloven\u010dina",locale_sv:"Svenska",locale_tr:"T\xfcrk\xe7e","locale_zh-CN":"\u4e2d\u6587\u7b80\u4f53",locale_fi:"Suomi",backToApplication:"» \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0637\u0628\u064a\u0642",missingParameterMessage:"\u0639\u0648\u0627\u0645\u0644 \u0645\u0641\u0642\u0648\u062f\u0629: {0}",clientNotFoundMessage:"\u0627\u0644\u0639\u0645\u064a\u0644 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f.",clientDisabledMessage:"\u0627\u0644\u0639\u0645\u064a\u0644 \u0645\u0639\u0637\u0644.",invalidParameterMessage:"\u0639\u0627\u0645\u0644 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d: {0}",alreadyLoggedIn:"\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0645\u0633\u0628\u0642\u064b\u0627.",differentUserAuthenticated:"\u0644\u0642\u062f \u062a\u0645\u062a \u0645\u0635\u0627\u062f\u0642\u062a\u0643 \u0645\u0633\u0628\u0642\u064b\u0627 \u0643\u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u062e\u062a\u0644\u0641 ' {0} ' \u0641\u064a \u0647\u0630\u0647 \u0627\u0644\u062c\u0644\u0633\u0629. \u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c \u0623\u0648\u0644\u0627.",brokerLinkingSessionExpired:"\u062a\u0645 \u0637\u0644\u0628 \u0631\u0628\u0637 \u062d\u0633\u0627\u0628 \u0627\u0644\u0648\u0633\u064a\u0637\u060c \u0648\u0644\u0643\u0646 \u0627\u0644\u062c\u0644\u0633\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u0644\u0645 \u062a\u0639\u062f \u0635\u0627\u0644\u062d\u0629.",proceedWithAction:"« \u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629",acrNotFulfilled:"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0633\u062a\u064a\u0641\u0627\u0621 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629","requiredAction.CONFIGURE_TOTP":"\u0625\u0639\u062f\u0627\u062f \u062e\u0627\u0635\u064a\u0629 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642","requiredAction.terms_and_conditions":"\u0627\u0644\u0623\u062d\u0643\u0627\u0645 \u0648\u0627\u0644\u0634\u0631\u0648\u0637","requiredAction.UPDATE_PASSWORD":"\u062a\u062d\u062f\u064a\u062b \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","requiredAction.UPDATE_PROFILE":"\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u062a\u0639\u0631\u064a\u0641\u064a","requiredAction.VERIFY_EMAIL":"\u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a","requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES":"\u062a\u0648\u0644\u064a\u062f \u0631\u0645\u0648\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f","requiredAction.webauthn-register-passwordless":"\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u062f\u0648\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 Webauthn",invalidTokenRequiredActions:"\u0627\u0644\u0625\u062c\u0631\u0627\u0621\u0627\u062a \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629 \u0627\u0644\u0645\u062f\u0631\u062c\u0629 \u0641\u064a \u0627\u0644\u0631\u0627\u0628\u0637 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629",doX509Login:"\u0633\u0648\u0641 \u064a\u062a\u0645 \u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644\u0643 \u0643\u0640:",clientCertificate:"\u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u0639\u0645\u064a\u0644 X509:",noCertificate:"[\u0628\u062f\u0648\u0646 \u0634\u0647\u0627\u062f\u0629]",pageNotFound:"\u0627\u0644\u0635\u0641\u062d\u0629 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u0629",internalServerError:"\u062d\u062f\u062b \u062e\u0637\u0623 \u062f\u0627\u062e\u0644\u064a \u0641\u064a \u0627\u0644\u062e\u0627\u062f\u0645","console-username":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645:","console-password":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631:","console-otp":"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629:","console-new-password":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629:","console-confirm-password":"\u062a\u0623\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631:","console-update-password":"\u0645\u0637\u0644\u0648\u0628 \u062a\u062d\u062f\u064a\u062b \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643.","console-verify-email":"\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a. \u0644\u0642\u062f \u0623\u0631\u0633\u0644\u0646\u0627 \u0628\u0631\u064a\u062f\u064b\u0627 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u064b\u0627 \u0625\u0644\u0649 {0} \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u0631\u0645\u0632 \u062a\u062d\u0642\u0642. \u0627\u0644\u0631\u062c\u0627\u0621 \u0625\u062f\u062e\u0627\u0644 \u0647\u0630\u0627 \u0627\u0644\u0631\u0645\u0632 \u0641\u064a \u0627\u0644\u0623\u0633\u0641\u0644.","console-email-code":"\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u064a:","console-accept-terms":"\u0642\u0628\u0648\u0644 \u0627\u0644\u0634\u0631\u0648\u0637\u061f [\u0646/\u0644]:","console-accept":"\u0646","openshift.scope.user_info":"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","openshift.scope.user_check-access":"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","openshift.scope.user_full":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0643\u0627\u0645\u0644","openshift.scope.list-projects":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639","saml.post-form.title":"\u0625\u0639\u0627\u062f\u0629 \u062a\u0648\u062c\u064a\u0647 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629","saml.post-form.message":"\u064a\u062a\u0645 \u0627\u0644\u0622\u0646 \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0648\u062c\u064a\u0647\u060c \u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631.","saml.post-form.js-disabled":"\u062a\u0645 \u062a\u0639\u0637\u064a\u0644 \u062c\u0627\u0641\u0627\u0633\u0643\u0631\u0628\u062a. \u0646\u0648\u0635\u064a \u0628\u0634\u062f\u0629 \u0644\u062a\u0645\u0643\u064a\u0646\u0647. \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0644\u0632\u0631 \u0623\u062f\u0646\u0627\u0647 \u0644\u0644\u0645\u062a\u0627\u0628\u0639\u0629. ","saml.artifactResolutionServiceInvalidResponse":"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0625\u064a\u062c\u0627\u062f \u0627\u0644\u0645\u0639\u0631\u0641 artifact.","otp-display-name":"\u062a\u0637\u0628\u064a\u0642 \u0645\u0635\u0627\u062f\u0642","otp-help-text":"\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0627\u0644\u0635\u0627\u062f\u0631\u0629 \u0645\u0646 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u0645\u0635\u0627\u062f\u0642.","password-display-name":"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","password-help-text":"\u0633\u062c\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631.","auth-username-form-display-name":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","auth-username-form-help-text":"\u0633\u062c\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","auth-username-password-form-display-name":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","auth-username-password-form-help-text":"\u0633\u062c\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631.","auth-recovery-authn-code-form-display-name":"\u0631\u0645\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f","auth-recovery-authn-code-form-help-text":"\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0645\u0646 \u0642\u0627\u0626\u0645\u0629 \u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647\u0627 \u0645\u0633\u0628\u0642\u064b\u0627.","auth-recovery-code-info-message":"\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0627\u0644\u0645\u062d\u062f\u062f.","auth-recovery-code-prompt":"\u0631\u0645\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f #{0}","auth-recovery-code-header":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0631\u0645\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f","recovery-codes-error-invalid":"\u0631\u0645\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u063a\u064a\u0631 \u0635\u0627\u0644\u062d","recovery-code-config-header":"\u0631\u0645\u0648\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f","recovery-code-config-warning-title":"\u0644\u0646 \u062a\u0638\u0647\u0631 \u0631\u0645\u0648\u0632 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0647\u0630\u0647 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0628\u0639\u062f \u0645\u063a\u0627\u062f\u0631\u0629 \u0627\u0644\u0635\u0641\u062d\u0629","recovery-code-config-warning-message":"\u062a\u0623\u0643\u062f \u0645\u0646 \u0637\u0628\u0627\u0639\u062a\u0647\u0627 \u0623\u0648 \u062a\u0646\u0632\u064a\u0644\u0647\u0627 \u0623\u0648 \u0646\u0633\u062e\u0647\u0627 \u0625\u0644\u0649 \u0645\u062f\u064a\u0631 \u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u0648\u0627\u062d\u062a\u0641\u0638 \u0628\u0647\u0627. \u0633\u064a\u0624\u062f\u064a \u0625\u0644\u063a\u0627\u0621 \u0647\u0630\u0627 \u0627\u0644\u0625\u0639\u062f\u0627\u062f \u0625\u0644\u0649 \u0625\u0632\u0627\u0644\u0629 \u0631\u0645\u0648\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0647\u0630\u0647 \u0645\u0646 \u062d\u0633\u0627\u0628\u0643.","recovery-codes-print":"\u0637\u0628\u0627\u0639\u0629","recovery-codes-download":"\u062a\u0646\u0632\u064a\u0644","recovery-codes-copy":"\u0646\u0633\u062e","recovery-codes-copied":"\u062a\u0645 \u0627\u0644\u0646\u0633\u062e","recovery-codes-confirmation-message":"\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u062d\u0641\u0638 \u0647\u0630\u0647 \u0627\u0644\u0631\u0645\u0648\u0632 \u0641\u064a \u0645\u0643\u0627\u0646 \u0645\u0627 \u0622\u0645\u0646","recovery-codes-action-complete":"\u0625\u0643\u0645\u0627\u0644 \u0627\u0644\u0625\u0639\u062f\u0627\u062f","recovery-codes-action-cancel":"\u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0625\u0639\u062f\u0627\u062f","recovery-codes-download-file-header":"\u0627\u062d\u062a\u0641\u0638 \u0628\u0631\u0645\u0648\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0647\u0630\u0647 \u0641\u064a \u0645\u0643\u0627\u0646 \u0622\u0645\u0646.","recovery-codes-download-file-description":"\u0631\u0645\u0648\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f \u0647\u064a \u0631\u0645\u0648\u0632 \u0645\u0631\u0648\u0631 \u062a\u0633\u062a\u062e\u062f\u0645 \u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629 \u0648\u062a\u0633\u0645\u062d \u0644\u0643 \u0628\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643 \u0625\u0630\u0627 \u0644\u0645 \u064a\u0643\u0646 \u0644\u062f\u064a\u0643 \u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u0635\u062f\u0642 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.","recovery-codes-download-file-date":"\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0647\u0630\u0647 \u0627\u0644\u0631\u0645\u0648\u0632 \u0641\u064a","recovery-codes-label-default":"\u0631\u0645\u0648\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u0633\u062a\u0631\u062f\u0627\u062f","webauthn-display-name":"\u0645\u0641\u062a\u0627\u062d \u0623\u0645\u0627\u0646","webauthn-help-text":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644.","webauthn-passwordless-display-name":"\u0645\u0641\u062a\u0627\u062d \u0623\u0645\u0627\u0646","webauthn-passwordless-help-text":"\u0627\u0633\u062a\u062e\u062f\u0645 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u062f\u0648\u0646 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631.","webauthn-login-title":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646","webauthn-registration-title":"\u062a\u0633\u062c\u064a\u0644 \u0645\u0641\u062a\u0627\u062d \u0623\u0645\u0627\u0646","webauthn-available-authenticators":"\u0645\u0641\u0627\u062a\u064a\u062d \u0627\u0644\u0623\u0645\u0627\u0646 \u0627\u0644\u0645\u062a\u0627\u062d\u0629","webauthn-unsupported-browser-text":"\u0627\u0644\u062e\u0627\u0635\u064a\u0629 WebAuthn \u063a\u064a\u0631 \u0645\u062f\u0639\u0648\u0645\u0629 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0645\u062a\u0635\u0641\u062d. \u062c\u0631\u0628 \u0645\u062a\u0635\u0641\u062d \u0622\u062e\u0631 \u0623\u0648 \u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0646\u0638\u0627\u0645.","webauthn-doAuthenticate":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646","webauthn-createdAt-label":"\u062a\u0645 \u0625\u0646\u0634\u0627\u0624\u0647 \u0641\u064a","webauthn-error-title":"\u062e\u0637\u0623 \u0641\u064a \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646","webauthn-error-registration":"\u0641\u0634\u0644 \u0641\u064a \u062a\u0633\u062c\u064a\u0644 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.
    {0}","webauthn-error-api-get":"\u0641\u0634\u0644\u062a \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646.
    {0}","webauthn-error-different-user":"\u0623\u0648\u0644 \u0645\u0633\u062a\u062e\u062f\u0645 \u062a\u0645\u062a \u0645\u0635\u0627\u062f\u0642\u062a\u0647 \u0644\u064a\u0633 \u0647\u0648 \u0627\u0644\u0634\u062e\u0635 \u0627\u0644\u0630\u064a \u062a\u0645\u062a \u0645\u0635\u0627\u062f\u0642\u062a\u0647 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646.","webauthn-error-auth-verification":"\u0646\u062a\u064a\u062c\u0629 \u0645\u0635\u0627\u062f\u0642\u0629 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.
    {0}","webauthn-error-register-verification":"\u0646\u062a\u064a\u062c\u0629 \u062a\u0633\u062c\u064a\u0644 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.
    {0}","webauthn-error-user-not-found":"\u0645\u0633\u062a\u062e\u062f\u0645 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 \u062a\u0645\u062a \u0645\u0635\u0627\u062f\u0642\u062a\u0647 \u0628\u0648\u0627\u0633\u0637\u0629 \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0623\u0645\u0627\u0646.","identity-provider-redirector":"\u0627\u062a\u0635\u0644 \u0628\u0645\u0632\u0648\u062f \u062d\u0633\u0627\u0628\u0627\u062a \u0622\u062e\u0631","identity-provider-login-label":"\u0623\u0648 \u0642\u0645 \u0628\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645","idp-email-verification-display-name":"\u062a\u0623\u0643\u064a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a","idp-email-verification-help-text":"\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.","idp-username-password-form-display-name":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0648 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631","idp-username-password-form-help-text":"\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0639\u0646 \u0637\u0631\u064a\u0642 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644.",finalDeletionConfirmation:"\u0625\u0630\u0627 \u0642\u0645\u062a \u0628\u062d\u0630\u0641 \u062d\u0633\u0627\u0628\u0643\u060c \u0641\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0639\u0627\u062f\u062a\u0647. \u0644\u0644\u0627\u062d\u062a\u0641\u0627\u0638 \u0628\u062d\u0633\u0627\u0628\u0643\u060c \u0627\u0646\u0642\u0631 \u0641\u0648\u0642 \u0625\u0644\u063a\u0627\u0621.",irreversibleAction:"\u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0644\u0627 \u0631\u062c\u0639\u0629 \u0641\u064a\u0647",deleteAccountConfirm:"\u062a\u0623\u0643\u064a\u062f \u062d\u0630\u0641 \u0627\u0644\u062d\u0633\u0627\u0628",deletingImplies:"\u062d\u0630\u0641 \u062d\u0633\u0627\u0628\u0643 \u064a\u0639\u0646\u064a \u0636\u0645\u0646\u0627\u064b:",errasingData:"\u0645\u062d\u0648 \u062c\u0645\u064a\u0639 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643",loggingOutImmediately:"\u062a\u0633\u062c\u064a\u0644 \u062e\u0631\u0648\u062c\u0643 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",accountUnusable:"\u0623\u064a \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0644\u0627\u062d\u0642 \u0644\u0644\u062a\u0637\u0628\u064a\u0642 \u0644\u0646 \u064a\u0643\u0648\u0646 \u0645\u0645\u0643\u0646\u0627\u064b \u0645\u0639 \u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628",userDeletedSuccessfully:"\u062a\u0645 \u062d\u0630\u0641 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0628\u0646\u062c\u0627\u062d","access-denied":"\u062a\u0645 \u0631\u0641\u0636 \u0627\u0644\u0648\u0635\u0648\u0644","frontchannel-logout.title":"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c","frontchannel-logout.message":"\u0623\u0646\u062a \u062a\u0642\u0648\u0645 \u0628\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c \u0645\u0646 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629",logoutConfirmTitle:"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c",logoutConfirmHeader:"\u0647\u0644 \u062a\u0648\u062f \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c\u061f",doLogout:"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c",readOnlyUsernameMessage:"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u062d\u062f\u064a\u062b \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0644\u0623\u0646\u0647 \u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637."}}}]); +//# sourceMappingURL=6195.0cedbeb4.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6195.0cedbeb4.chunk.js.map b/resources/keycloak/keycloakify/static/js/6195.0cedbeb4.chunk.js.map new file mode 100644 index 00000000..e2c03993 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6195.0cedbeb4.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/6195.0cedbeb4.chunk.js","mappings":"uIAscA,UAlcgB,CACd,QAAW,0DACX,WAAc,0DACd,SAAY,iCACZ,SAAY,iCACZ,OAAU,2BACV,MAAS,qBACT,KAAQ,eACR,WAAc,6CACd,SAAY,iCACZ,SAAY,uCACZ,UAAa,qBACb,iBAAoB,+FACpB,YAAe,8CACf,cAAiB,sEACjB,WAAc,+FACd,gBAAmB,iHACnB,gBAAmB,gEACnB,qBAAwB,+HACxB,yBAA4B,wVAC5B,sBAAyB,uIACzB,2BAA8B,uIAC9B,qBAAwB,82BACxB,iBAAoB,yPACpB,cAAiB,iCACjB,kBAAqB,wHACrB,WAAc,6FACd,eAAkB,MAClB,iBAAoB,2HACpB,qBAAwB,4IACxB,YAAe,mDACf,YAAe,yFACf,eAAkB,wHAClB,kBAAqB,iHACrB,2BAA8B,iHAC9B,aAAgB,mXAChB,eAAkB,4JAClB,gBAAmB,sHACnB,oBAAuB,MACvB,sBAAyB,+RACzB,iBAAoB,uEACpB,cAAiB,iEACjB,iBAAoB,mFACpB,WAAc,oCACd,eAAkB,sDAClB,iBAAoB,sJACpB,iBAAoB,+FACpB,iBAAoB,mIACpB,iCAAoC,uOACpC,4BAA+B,wiBAC/B,kBAAqB,gJACrB,aAAgB,kPAChB,oBAAuB,4GACvB,iBAAoB,0DACpB,eAAkB,yDAClB,mBAAsB,iJACtB,gBAAmB,qLACnB,gBAAmB,oNACnB,sBAAyB,+NACzB,sBAAyB,SACzB,IAAO,+BACP,IAAO,8DACP,UAAa,uCACb,SAAY,iCACZ,QAAW,oDACX,WAAc,wFACd,UAAa,iJACb,eAAkB,2IAClB,gBAAmB,iFACnB,uBAA0B,oLAC1B,cAAiB,oFACjB,UAAa,sEACb,SAAY,sEACZ,gBAAmB,qLACnB,UAAa,gEACb,UAAa,gEACb,SAAY,sEACZ,SAAY,sEACZ,WAAc,gEACd,MAAS,oGACT,SAAY,gEACZ,gBAAmB,+FACnB,YAAe,mFACf,mBAAsB,0IACtB,WAAc,uCACd,kBAAqB,6EACrB,QAAW,6CACX,OAAU,uCACV,SAAY,6CACZ,OAAU,qGACV,YAAe,4EACf,QAAW,uCACX,cAAiB,mKACjB,QAAW,oGACX,YAAe,0DACf,oBAAuB,yHACvB,OAAU,iCACV,SAAY,4EACZ,SAAY,6CACZ,wBAA2B,sFAC3B,oBAAuB,mKACvB,wBAA2B,2GAC3B,sBAAyB,oGACzB,wBAA2B,6CAC3B,sBAAyB,0DACzB,8BAAiC,yFACjC,6BAAgC,+FAChC,sBAAyB,kFACzB,oBAAuB,qGACvB,eAAkB,4UAClB,eAAkB,6QAClB,eAAkB,kOAClB,eAAkB,2dAClB,yBAA4B,wQAC5B,qBAAwB,wJACxB,qBAAwB,mRACxB,sBAAyB,sGACzB,qBAAwB,gJACxB,gBAAmB,4EACnB,gBAAmB,6EACnB,cAAiB,iCACjB,mBAAsB,+DACtB,gBAAmB,gEACnB,kBAAqB,4EACrB,iBAAoB,uCACpB,oBAAuB,0DACvB,iBAAkB,6EAClB,iBAAkB,mFAClB,mBAAsB,UACtB,kBAAqB,uBACrB,kCAAqC,0BACrC,yBAA4B,wHAC5B,kBAAqB,wJACrB,WAAc,eACd,8BAAiC,oIACjC,2BAA8B,kQAC9B,mCAAsC,8LACtC,mCAAsC,gWACtC,uCAA0C,0KAC1C,wCAA2C,2PAC3C,qCAAwC,8JACxC,sCAAyC,6XACzC,iCAAoC,6LACpC,8CAAiD,kQACjD,wBAA2B,+bAC3B,wBAA2B,iOAC3B,wBAA2B,yKAC3B,kBAAqB,yBACrB,cAAiB,yXACjB,cAAiB,iOACjB,cAAiB,yKACjB,cAAiB,mTACjB,cAAiB,0DACjB,YAAe,sIACf,iBAAoB,yhBACpB,yBAA4B,2YAC5B,oBAAuB,oOACvB,iBAAoB,2GACpB,gBAAmB,0IACnB,gBAAmB,gJACnB,aAAgB,+FAChB,WAAc,iCACd,mBAAoB,sEACpB,oBAAqB,sEACrB,qBAAsB,0DACtB,kBAAmB,sEACnB,kBAAmB,kFACnB,yBAA0B,4EAC1B,oBAAqB,gEACrB,mBAAoB,gEACpB,+BAAgC,qGAChC,oBAAqB,kFACrB,oBAAqB,8FACrB,2BAA4B,wFAC5B,iCAAkC,iHAClC,sBAAuB,4EACvB,qBAAsB,4EACtB,oBAAqB,yFACrB,sBAAuB,sEACvB,4BAA6B,uHAC7B,kBAAmB,gEACnB,sBAAuB,yFACvB,eAAkB,uCAClB,yBAA0B,2GAC1B,gCAAiC,0IACjC,mBAAoB,0IACpB,0BAA2B,kFAC3B,cAAiB,2BACjB,eAAkB,wFAClB,mBAAsB,wLACtB,uBAA0B,mHAC1B,8BAAiC,kOACjC,uBAA0B,mHAC1B,oBAAuB,iJACvB,uBAA0B,uLAC1B,kCAAqC,mVACrC,mBAAsB,2RACtB,qBAAwB,oRACxB,mCAAsC,6EACtC,uCAA0C,kLAC1C,qBAAwB,kHACxB,wBAA2B,qIAC3B,uBAA0B,2IAC1B,oBAAuB,yKACvB,uBAA0B,2IAC1B,uBAA0B,qIAC1B,mBAAsB,+HACtB,6BAAgC,+HAChC,wBAA2B,qIAC3B,sBAAuB,8EACvB,sBAAuB,oFACvB,cAAe,oFACf,uBAAwB,6HACxB,iCAAkC,4GAClC,gCAAiC,kHACjC,sBAAuB,yHACvB,uBAAwB,kEACxB,4BAA6B,6HAC7B,sCAAuC,2IACvC,oCAAqC,iJACrC,yBAA0B,8EAC1B,oBAAqB,uGACrB,2BAA4B,4IAC5B,6BAA8B,gIAC9B,gCAAiC,6GACjC,qBAAsB,8EACtB,iCAAkC,mHAClC,mCAAoC,yJACpC,sCAAuC,yJACvC,+BAAkC,8JAClC,kCAAqC,qRACrC,8BAAiC,wJACjC,mBAAsB,uGACtB,sBAAyB,iJACzB,mBAAsB,+KACtB,+BAAkC,obAClC,oCAAuC,mcACvC,oBAAuB,2GACvB,oCAAuC,qQACvC,8CAAiD,4HACjD,6BAAgC,4LAChC,4BAA+B,2GAC/B,uBAA0B,8HAC1B,qBAAwB,mRACxB,4BAA+B,+RAC/B,qBAAwB,4NACxB,sBAAyB,sNACzB,mBAAsB,0PACtB,qBAAwB,oMACxB,mBAAsB,6QACtB,eAAkB,kRAClB,iBAAoB,oYACpB,sBAAyB,yVACzB,sBAAyB,gIACzB,8BAAiC,+JACjC,yBAA4B,kHAC5B,0BAA6B,2WAC7B,uBAA0B,sGAC1B,wBAA2B,odAC3B,gBAAmB,wCACnB,gCAAmC,qNACnC,gCAAmC,qNACnC,gCAAmC,2RACnC,wCAA2C,oTAC3C,wCAA2C,oTAC3C,sCAAyC,qRACzC,kCAAqC,kSACrC,+BAAkC,0TAClC,mCAAsC,8SACtC,8BAAiC,8XACjC,8BAAiC,+XACjC,+BAAkC,8HAClC,qBAAwB,oGACxB,uBAA0B,qGAC1B,sBAAyB,iEACzB,cAAiB,kHACjB,aAAgB,sGAChB,6BAAgC,iJAChC,gCAAmC,2IACnC,kBAAqB,oSACrB,4BAA+B,qjBAC/B,4BAA+B,+iBAC/B,0BAA6B,iJAC7B,+BAAkC,+HAClC,wBAA2B,uEAC3B,8BAAiC,4GACjC,iCAAoC,yMACpC,6BAAgC,sIAChC,8BAAiC,4NACjC,8BAAiC,8JACjC,gDAAmD,2NACnD,2BAA8B,mOAC9B,sCAAyC,iSACzC,uCAA0C,iSAC1C,4CAA+C,qPAC/C,yCAA4C,4NAC5C,sCAAyC,oRACzC,yBAA4B,uGAC5B,wBAA2B,oFAC3B,mBAAsB,qTACtB,sBAAyB,0cACzB,kCAAqC,yMACrC,uCAA0C,kOAC1C,oCAAuC,uLACvC,uCAA0C,mJAC1C,wCAA2C,kLAC3C,gCAAmC,yMACnC,4BAA+B,igBAC/B,iBAAoB,6ZACpB,kCAAqC,iNACrC,wBAA2B,2PAC3B,iCAAoC,wcACpC,qBAAwB,+OACxB,2BAA8B,0eAC9B,qCAAwC,6RACxC,sBAAyB,qOACzB,gCAAmC,iMACnC,0BAA6B,sJAC7B,UAAa,2BACb,UAAa,YACb,UAAa,oBACb,UAAa,QACb,UAAa,UACb,UAAa,UACb,UAAa,aACb,UAAa,cACb,UAAa,SACb,UAAa,WACb,UAAa,qBACb,UAAa,gBACb,UAAa,aACb,UAAa,QACb,UAAa,SACb,aAAgB,wBAChB,eAAgB,wBAChB,UAAa,6CACb,UAAa,kBACb,UAAa,UACb,UAAa,eACb,eAAgB,2BAChB,UAAa,QACb,kBAAqB,6GACrB,wBAA2B,2EAC3B,sBAAyB,0FACzB,sBAAyB,iEACzB,wBAA2B,4EAC3B,gBAAmB,wJACnB,2BAA8B,mZAC9B,4BAA+B,kSAC/B,kBAAqB,uGACrB,gBAAmB,yKACnB,gCAAiC,wHACjC,sCAAuC,wFACvC,iCAAkC,+FAClC,gCAAiC,iHACjC,8BAA+B,sJAC/B,gDAAiD,sJACjD,gDAAiD,kLACjD,4BAA+B,yPAC/B,YAAe,oHACf,kBAAqB,4EACrB,cAAiB,4DACjB,aAAgB,+FAChB,oBAAuB,yHACvB,mBAAoB,uEACpB,mBAAoB,iEACpB,cAAe,6GACf,uBAAwB,4GACxB,2BAA4B,gGAC5B,0BAA2B,iLAC3B,uBAAwB,2pBACxB,qBAAsB,wHACtB,uBAAwB,uFACxB,iBAAkB,SAClB,4BAA6B,8FAC7B,oCAAqC,uHACrC,4BAA6B,4EAC7B,gCAAiC,kFACjC,uBAAwB,iHACxB,yBAA0B,qNAC1B,6BAA8B,2VAC9B,gDAAiD,+IACjD,mBAAoB,gEACpB,gBAAiB,kOACjB,wBAAyB,gEACzB,qBAAsB,0KACtB,kCAAmC,sEACnC,+BAAgC,+KAChC,2CAA4C,0IAC5C,wCAAyC,oPACzC,6CAA8C,iHAC9C,0CAA2C,oRAC3C,kCAAmC,gLACnC,4BAA6B,sHAC7B,4BAA6B,sOAC7B,+BAAgC,6JAChC,8BAA+B,uHAC/B,qCAAsC,oRACtC,uCAAwC,msBACxC,uBAAwB,iCACxB,0BAA2B,iCAC3B,sBAAuB,qBACvB,wBAAyB,8CACzB,sCAAuC,+LACvC,iCAAkC,4EAClC,+BAAgC,4EAChC,sCAAuC,yOACvC,2CAA4C,+nBAC5C,oCAAqC,mHACrC,+BAAgC,uHAChC,wBAAyB,0DACzB,qBAAsB,sLACtB,qCAAsC,0DACtC,kCAAmC,2PACnC,uBAAwB,2LACxB,8BAA+B,yFAC/B,oCAAqC,uHACrC,oCAAqC,6XACrC,0BAA2B,2LAC3B,2BAA4B,iEAC5B,uBAAwB,sGACxB,8BAA+B,2LAC/B,yBAA0B,+LAC1B,gCAAiC,wXACjC,mCAAoC,sMACpC,uCAAwC,gMACxC,gCAAiC,iQACjC,+BAAgC,kHAChC,gCAAiC,uJACjC,sCAAuC,mIACvC,mCAAoC,8SACpC,0CAA2C,2IAC3C,uCAAwC,+JACxC,0BAA6B,4WAC7B,mBAAsB,yHACtB,qBAAwB,yFACxB,gBAAmB,6GACnB,aAAgB,iJAChB,sBAAyB,kHACzB,gBAAmB,8QACnB,wBAA2B,kHAC3B,gBAAiB,uEACjB,4BAA6B,sEAC7B,8BAA+B,uOAC/B,mBAAsB,sEACtB,oBAAuB,4GACvB,SAAY,sEACZ,wBAA2B,qR","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/ar.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"تسجيل دخول\",\n \"doRegister\": \"تسجيل جديد\",\n \"doCancel\": \"إلغاء\",\n \"doSubmit\": \"إرسال\",\n \"doBack\": \"رجوع\",\n \"doYes\": \"نعم\",\n \"doNo\": \"لا\",\n \"doContinue\": \"استمرار\",\n \"doIgnore\": \"تجاهل\",\n \"doAccept\": \"موافقة\",\n \"doDecline\": \"رفض\",\n \"doForgotPassword\": \"نسيت كلمة المرور؟\",\n \"doClickHere\": \"انقر هنا\",\n \"doImpersonate\": \"انتحال شخصية\",\n \"doTryAgain\": \"المحاولة مرة أخرى\",\n \"doTryAnotherWay\": \"المجاولة بطريقة أخرى\",\n \"doConfirmDelete\": \"تأكيد الحذف\",\n \"errorDeletingAccount\": \"حدث خطأ أثناء حذف الحساب\",\n \"deletingAccountForbidden\": \"ليس لديك الصلاحية الكافية لحذف حسابك، قم بالتواصل مع مسؤول النظام.\",\n \"kerberosNotConfigured\": \"لم يتم تهيئة البروتوكول Kerberos\",\n \"kerberosNotConfiguredTitle\": \"لم يتم تهيئة البروتوكول Kerberos\",\n \"bypassKerberosDetail\": \"إما أنك لم تقم بتسجيل الدخول بواسطة البروتوكول Kerberos أو أن متصفحك لم يتم إعداده لتسجيل الدخول بواسطة البروتوكول Kerberos. الرجاء النقر على زر استمرار لتسجيل الدخول من خلال وسائل أخرى\",\n \"kerberosNotSetUp\": \"لم يتم تهيئة البروتوكول Kerberos. لا يمكنك تسجيل الدخول.\",\n \"registerTitle\": \"تسجيل\",\n \"loginAccountTitle\": \"تسجيل الدخول إلى حسابك\",\n \"loginTitle\": \"تسجيل الدخول إلى {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} انتحال شخصية المستخدم\",\n \"impersonateTitleHtml\": \"{0} انتحال شخصية المستخدم\",\n \"realmChoice\": \"المنظومة\",\n \"unknownUser\": \"مستخدم غير معروف\",\n \"loginTotpTitle\": \"إعداد تطبيق هاتف مصادق\",\n \"loginProfileTitle\": \"تحديث معلومات الحساب\",\n \"loginIdpReviewProfileTitle\": \"تحديث معلومات الحساب\",\n \"loginTimeout\": \"انتهت مهلة محاولة تسجيل الدخول. سيتم البدء في عملية تسجيل الدخول من جديد.\",\n \"reauthenticate\": \"يرجى إعادة المصادقة للمتابعة\",\n \"oauthGrantTitle\": \"منح صلاحية الوصول إلى {0}\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"oauthGrantInformation\": \"تأكد من أنك تثق في {0} من خلال معرفة كيف سيتعامل {0} مع بياناتك.\",\n \"oauthGrantReview\": \"يمكنك مراجعة \",\n \"oauthGrantTos\": \"بنود الخدمة.\",\n \"oauthGrantPolicy\": \"سياسة الخصوصية.\",\n \"errorTitle\": \"نعتذر...\",\n \"errorTitleHtml\": \"نعتذر ...\",\n \"emailVerifyTitle\": \"التحقق من البريد الإلكتروني\",\n \"emailForgotTitle\": \"نسيت كلمة المرور؟\",\n \"updateEmailTitle\": \"تحديث البريد الإلكتروني\",\n \"emailUpdateConfirmationSentTitle\": \"تم إرسال رسالة التحقق عبر البريد الإلكتروني\",\n \"emailUpdateConfirmationSent\": \"تم إرسال رسالة التحقق عبر البريد الإلكتروني إلى {0}. يجب عليك اتباع التعليمات لإكمال تحديث البريد الإلكتروني.\",\n \"emailUpdatedTitle\": \"تم تحديث البريد الإلكتروني\",\n \"emailUpdated\": \"تم تحديث البريد الإلكتروني الخاص بالحساب إلى {0}.\",\n \"updatePasswordTitle\": \"تم تحديث كلمة المرور\",\n \"codeSuccessTitle\": \"رمز النجاح\",\n \"codeErrorTitle\": \"رمز الخطأ: {0}\",\n \"displayUnsupported\": \"نوع العرض المطلوب غير مدعوم\",\n \"browserRequired\": \"المتصفح مطلوب لعملية تسجيل الدخول\",\n \"browserContinue\": \"المتصفح مطلوب لإكمال عملية تسجيل الدخول\",\n \"browserContinuePrompt\": \"فتح المتصفح لإكمال عملية تسجيل الدخول؟ [ن/ل]:\",\n \"browserContinueAnswer\": \"ن\",\n \"usb\": \"منفذ USB\",\n \"nfc\": \"قارئ بطاقة NFC\",\n \"bluetooth\": \"بلوتوث\",\n \"internal\": \"داخلي\",\n \"unknown\": \"غير معروف\",\n \"termsTitle\": \"الشروط والأحكام\",\n \"termsText\": \"

    يجب تحديد الشروط والأحكام

    \",\n \"termsPlainText\": \"يجب تحديد الشروط والأحكام.\",\n \"recaptchaFailed\": \"فشل في اختبار Recaptcha\",\n \"recaptchaNotConfigured\": \"مطلوب اختبار Recaptcha، ولكن لم يتم تكوينه\",\n \"consentDenied\": \"تم رفض الموافقة.\",\n \"noAccount\": \"مستخدم جديد؟\",\n \"username\": \"اسم المستخدم\",\n \"usernameOrEmail\": \"اسم المستخدم أو البريد الإلكتروني\",\n \"firstName\": \"الاسم الأول\",\n \"givenName\": \"الاسم الأول\",\n \"fullName\": \"الاسم الكامل\",\n \"lastName\": \"الاسم الأخير\",\n \"familyName\": \"اسم العائلة\",\n \"email\": \"البريد الإلكتروني\",\n \"password\": \"كلمة المرور\",\n \"passwordConfirm\": \"تأكيد كلمة المرور\",\n \"passwordNew\": \"كلمة مرور جديدة\",\n \"passwordNewConfirm\": \"تأكيد كلمة المرور الجديدة\",\n \"rememberMe\": \"تذكرني\",\n \"authenticatorCode\": \"رمز لمرة واحدة\",\n \"address\": \"العنوان\",\n \"street\": \"الشارع\",\n \"locality\": \"المدينة\",\n \"region\": \"الولاية أو المنطقة\",\n \"postal_code\": \"الرمز البريدي\",\n \"country\": \"الدولة\",\n \"emailVerified\": \"تم التحقق من البريد الإلكتروني\",\n \"website\": \"الموقع الإلكتروني\",\n \"phoneNumber\": \"رقم الهاتف\",\n \"phoneNumberVerified\": \"تم التحقق من رقم الهاتف\",\n \"gender\": \"الجنس\",\n \"birthday\": \"تاريخ الميلاد\",\n \"zoneinfo\": \"التوقيت\",\n \"gssDelegationCredential\": \"تفويض الاعتماد GSS\",\n \"logoutOtherSessions\": \"تسجيل الخروج من الأجهزة الأخرى\",\n \"profileScopeConsentText\": \"ملف تعريفي للمستخدم\",\n \"emailScopeConsentText\": \"البريد الإلكتروني\",\n \"addressScopeConsentText\": \"العنوان\",\n \"phoneScopeConsentText\": \"رقم الهاتف\",\n \"offlineAccessScopeConsentText\": \"الوصول دون اتصال\",\n \"samlRoleListScopeConsentText\": \"الأدوار الخاصة بي\",\n \"rolesScopeConsentText\": \"أدوار المستخدم\",\n \"restartLoginTooltip\": \"إعادة تسجيل الدخول\",\n \"loginTotpIntro\": \"تحتاج إلى إعداد مولّد كلمة مرور لمرة واحدة للوصول إلى هذا الحساب\",\n \"loginTotpStep1\": \"قم بتثبيت إحدى التطبيقات التالية على هاتفك المتنقل:\",\n \"loginTotpStep2\": \"افتح التطبيق ثم امسح رمز الاستجابة السريعة:\",\n \"loginTotpStep3\": \"أدخل رمز التحقق ذات الاستخدام الواحد والصادر من التطبيق ثم انقر على زر الحفظ لإتمام الإعداد.\",\n \"loginTotpStep3DeviceName\": \"ضع اسمًا للجهاز حتى يسهل عليك إدارة أجهزة المصادقة.\",\n \"loginTotpManualStep2\": \"افتح التطبيق ثم أدخل المفتاح:\",\n \"loginTotpManualStep3\": \"استخدم قيم التكوين التالية إذا سمح التطبيق بتعيينها:\",\n \"loginTotpUnableToScan\": \"غير قادر على المسح؟\",\n \"loginTotpScanBarcode\": \"مسح رمز الاستجابة السريعة؟\",\n \"loginCredential\": \"بيانات الدخول\",\n \"loginOtpOneTime\": \"رمز لمرة واحدة\",\n \"loginTotpType\": \"النوع\",\n \"loginTotpAlgorithm\": \"الخوارزمية\",\n \"loginTotpDigits\": \"عدد الخانات\",\n \"loginTotpInterval\": \"المدة الزمنية\",\n \"loginTotpCounter\": \"العداد\",\n \"loginTotpDeviceName\": \"اسم الجهاز\",\n \"loginTotp.totp\": \"على أساس الوقت\",\n \"loginTotp.hotp\": \"على أساس العداد\",\n \"totpAppFreeOTPName\": \"FreeOTP\",\n \"totpAppGoogleName\": \"Google Authenticator\",\n \"totpAppMicrosoftAuthenticatorName\": \"Microsoft Authenticator\",\n \"loginChooseAuthenticator\": \"حدد طريقة تسجيل الدخول\",\n \"oauthGrantRequest\": \"هل تود منح صلاحية الوصول هذه؟\",\n \"inResource\": \"في\",\n \"oauth2DeviceVerificationTitle\": \"تسجيل الدخول على الأجهزة\",\n \"verifyOAuth2DeviceUserCode\": \"أدخل الرمز الظاهر على جهازك ثم انقر على زر الإرسال\",\n \"oauth2DeviceInvalidUserCodeMessage\": \"رمز غير صالح، يرجى المحاولة مرة أخرى.\",\n \"oauth2DeviceExpiredUserCodeMessage\": \"انتهت صلاحية الرمز. يرجى العودة إلى جهازك ثم محاولة الاتصال مرة أخرى.\",\n \"oauth2DeviceVerificationCompleteHeader\": \"تم تسجيل الدخول على الجهاز بنجاح\",\n \"oauth2DeviceVerificationCompleteMessage\": \"يمكنك إغلاق نافذة المتصفح هذه والعودة إلى جهازك.\",\n \"oauth2DeviceVerificationFailedHeader\": \"فشل في تسجيل الدخول على الجهاز\",\n \"oauth2DeviceVerificationFailedMessage\": \"يمكنك إغلاق نافذة المتصفح هذه والعودة إلى جهازك ومحاولة الاتصال مرة أخرى.\",\n \"oauth2DeviceConsentDeniedMessage\": \"تم رفض الموافقة على الاتصال بالجهاز.\",\n \"oauth2DeviceAuthorizationGrantDisabledMessage\": \"لا يُسمح للعميل ببدء الإجراء OAuth 2.0 Device Authorization Grant، حيث أنه معطل.\",\n \"emailVerifyInstruction1\": \"تم إرسال بريد إلكتروني يحتوي على إرشادات للتحقق من عنوان بريدك الإلكتروني إلى عنوانك {0}.\",\n \"emailVerifyInstruction2\": \"ألم تستلم رمز التحقق على بريدك الإلكتروني؟\",\n \"emailVerifyInstruction3\": \"لإعادة إرسال البريد الإلكتروني.\",\n \"emailLinkIdpTitle\": \"ربط {0}\",\n \"emailLinkIdp1\": \"تم إرسال رسالة بريد إلكتروني بها إرشادات لربط الحساب {0} ({1}) بالحساب {2} الخاص بك.\",\n \"emailLinkIdp2\": \"ألم تستلم رمز التحقق على بريدك الإلكتروني؟\",\n \"emailLinkIdp3\": \"لإعادة إرسال البريد الإلكتروني.\",\n \"emailLinkIdp4\": \"إذا كنت قد تحققت بالفعل من البريد الإلكتروني في متصفح مختلف\",\n \"emailLinkIdp5\": \"للاستمرار.\",\n \"backToLogin\": \"» العودة إلى تسجيل الدخول\",\n \"emailInstruction\": \"أدخل اسم المستخدم أو عنوان البريد الإلكتروني الخاص بك وسنرسل لك تعليمات حول كيفية إنشاء كلمة مرور جديدة.\",\n \"emailInstructionUsername\": \"أدخل اسم المستخدم الخاص بك وسنرسل لك تعليمات حول كيفية إنشاء كلمة مرور جديدة.\",\n \"copyCodeInstruction\": \"يرجى نسخ هذا الرمز ولصقه في التطبيق الخاص بك:\",\n \"pageExpiredTitle\": \"انتهت صلاحية الصفحة\",\n \"pageExpiredMsg1\": \"لإعادة عملية تسجيل الدخول\",\n \"pageExpiredMsg2\": \"لمواصلة عملية تسجيل الدخول\",\n \"personalInfo\": \"البيانات الشخصية:\",\n \"role_admin\": \"مسؤول\",\n \"role_realm-admin\": \"مسؤول منظومة\",\n \"role_create-realm\": \"إنشاء منظومة\",\n \"role_create-client\": \"إنشاء عميل\",\n \"role_view-realm\": \"عرض المنظومة\",\n \"role_view-users\": \"عرض المستخدمين\",\n \"role_view-applications\": \"عرض التطبيقات\",\n \"role_view-clients\": \"عرض العملاء\",\n \"role_view-events\": \"عرض الأحداث\",\n \"role_view-identity-providers\": \"عرض مزودي الحسابات\",\n \"role_manage-realm\": \"إدارة المنظومة\",\n \"role_manage-users\": \"إدارة المستخدمين\",\n \"role_manage-applications\": \"إدارة التطبيقات\",\n \"role_manage-identity-providers\": \"إدارة مزودي الحسابات\",\n \"role_manage-clients\": \"إدارة العملاء\",\n \"role_manage-events\": \"إدارة الأحداث\",\n \"role_view-profile\": \"عرض الملف الشخصي\",\n \"role_manage-account\": \"إدارة الحساب\",\n \"role_manage-account-links\": \"إدارة ارتباطات الحساب\",\n \"role_read-token\": \"قراءة الرمز\",\n \"role_offline-access\": \"الوصول دون اتصال\",\n \"client_account\": \"الحساب\",\n \"client_account-console\": \"لوحة التحكم بالحساب\",\n \"client_security-admin-console\": \"لوحة التحكم بأمان المسؤول\",\n \"client_admin-cli\": \"واجهة سطر الأوامر للمسؤول\",\n \"client_realm-management\": \"إدارة المنظومة\",\n \"client_broker\": \"وسيط\",\n \"requiredFields\": \"الحقول المطلوبة\",\n \"invalidUserMessage\": \"اسم المستخدم أو كلمة مرور غير صالحة.\",\n \"invalidUsernameMessage\": \"اسم المستخدم غير صالح.\",\n \"invalidUsernameOrEmailMessage\": \"اسم المستخدم أو البريد الإلكتروني غير صالح.\",\n \"invalidPasswordMessage\": \"كلمة المرور غير صالحة.\",\n \"invalidEmailMessage\": \"البريد الإلكتروني غير صالح.\",\n \"accountDisabledMessage\": \"الحساب معطل، تواصل مع مسؤول النظام.\",\n \"accountTemporarilyDisabledMessage\": \"الحساب معطل مؤقتًا، تواصل مع مسؤول النظام أو حاول مرة أخرى لاحقًا.\",\n \"expiredCodeMessage\": \"نفذ الوقت المسموح للدخول. الرجاء تسجيل الدخول مرة أخرى.\",\n \"expiredActionMessage\": \"انتهى الإجراء. الرجاء الاستمرار في تسجيل الدخول الآن.\",\n \"expiredActionTokenNoSessionMessage\": \"انتهى الإجراء.\",\n \"expiredActionTokenSessionExistsMessage\": \"انتهى الإجراء. يرجى البدء مرة أخرى.\",\n \"sessionLimitExceeded\": \"هناك جلسات كثيرة جدًا\",\n \"missingFirstNameMessage\": \"الرجاء تحديد الاسم الأول.\",\n \"missingLastNameMessage\": \"الرجاء تحديد الاسم الأخير.\",\n \"missingEmailMessage\": \"الرجاء تحديد البريد الإلكتروني.\",\n \"missingUsernameMessage\": \"الرجاء تحديد اسم المستخدم.\",\n \"missingPasswordMessage\": \"الرجاء تحديد كلمة المرور.\",\n \"missingTotpMessage\": \"الرجاء تحديد رمز التحقق.\",\n \"missingTotpDeviceNameMessage\": \"الرجاء تحديد اسم الجهاز.\",\n \"notMatchPasswordMessage\": \"كلمات المرور غير متطابقة.\",\n \"error-invalid-value\": \"قيمة غير صالحة.\",\n \"error-invalid-blank\": \"يرجى تحديد قيمة.\",\n \"error-empty\": \"يرجى تحديد قيمة.\",\n \"error-invalid-length\": \"الطول يجب أن يكون بين {1} و {2}.\",\n \"error-invalid-length-too-short\": \"الطول يجب ألا يقل عن {1}.\",\n \"error-invalid-length-too-long\": \"الطول يجب ألا يزيد عن {2}.\",\n \"error-invalid-email\": \"بريد إلكتروني غير صالح.\",\n \"error-invalid-number\": \"رقم غير صالح.\",\n \"error-number-out-of-range\": \"الرقم يجب أن يكون بين {1} و {2}.\",\n \"error-number-out-of-range-too-small\": \"الرقم يجب ألا تقل قيمته عن {1}.\",\n \"error-number-out-of-range-too-big\": \"الرقم يجب ألا تزيد قيمته عن {2}.\",\n \"error-pattern-no-match\": \"قيمة غير صالحة.\",\n \"error-invalid-uri\": \"عنوان موقع غير صالح.\",\n \"error-invalid-uri-scheme\": \"بادئة عنوان موقع غير صالحة.\",\n \"error-invalid-uri-fragment\": \"ملحق عنوان موقع غير صالح.\",\n \"error-user-attribute-required\": \"يرجى تحديد هذا الحقل.\",\n \"error-invalid-date\": \"تاريخ غير صالح.\",\n \"error-user-attribute-read-only\": \"هذا الحقل للقراءة فقط.\",\n \"error-username-invalid-character\": \"القيمة تحتوي على حرف غير صالح.\",\n \"error-person-name-invalid-character\": \"القيمة تحتوي على حرف غير صالح.\",\n \"invalidPasswordExistingMessage\": \"كلمة المرور الحالية غير صالحة.\",\n \"invalidPasswordBlacklistedMessage\": \"كلمة المرور غير صالحة: كلمة المرور في القائمة السوداء.\",\n \"invalidPasswordConfirmMessage\": \"تأكيد كلمة المرور غير متطابق.\",\n \"invalidTotpMessage\": \"رمز التحقق غير صالح.\",\n \"usernameExistsMessage\": \"اسم المستخدم مستخدم مسبقًا.\",\n \"emailExistsMessage\": \"البريد الإلكتروني مستخدم مسبقًا.\",\n \"federatedIdentityExistsMessage\": \"المستخدم صاحب ({0}: {1}) موجود مسبقًا. الرجاء تسجيل الدخول إلى صفحة إدارة الحساب لربط الحساب.\",\n \"federatedIdentityUnavailableMessage\": \"المستخدم {0} المصادق عليه بواسطة مزود الحسابات {1} غير موجود. الرجاء التواصل مع مسؤول النظام.\",\n \"confirmLinkIdpTitle\": \"الحساب موجود مسبقًا\",\n \"federatedIdentityConfirmLinkMessage\": \"المستخدم صاحب ({0}: {1}) موجود مسبقًا. كيف تريد الاستمرار؟\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"المصادقة لربط حسابك بـ {0}\",\n \"nestedFirstBrokerFlowMessage\": \"لم يتم ربط مستخدم {0} ({1}) بأي مستخدم معروف.\",\n \"confirmLinkIdpReviewProfile\": \"مراجعة الملف الشخصي\",\n \"confirmLinkIdpContinue\": \"إضافة إلى الحساب الحالي\",\n \"configureTotpMessage\": \"تحتاج إلى إعداد المصادقة بالهاتف الذكي لتفعيل حسابك.\",\n \"configureBackupCodesMessage\": \"تحتاج إلى إعداد رموز المصادقة الاحتياطية لتفعيل حسابك.\",\n \"updateProfileMessage\": \"تحتاج إلى تحديث الملف الشخصي لتفعيل حسابك.\",\n \"updatePasswordMessage\": \"تحتاج إلى تحديث كلمة المرور لتفعيل حسابك.\",\n \"updateEmailMessage\": \"تحتاج إلى تحديث البريد الإلكتروني لتفعيل حسابك.\",\n \"resetPasswordMessage\": \"تحتاج إلى تحديث كلمة المرور الخاصة بك.\",\n \"verifyEmailMessage\": \"تحتاج إلى التحقق من البريد الإلكتروني لتفعيل حسابك.\",\n \"linkIdpMessage\": \"تحتاج إلى التحقق من البريد الإلكتروني لربط حسابك بـ {0}.\",\n \"emailSentMessage\": \"من المفترض أن تتلقى بريدًا إلكترونيًا عما قريب يحتوي على مزيد من الإرشادات.\",\n \"emailSendErrorMessage\": \"فشل في إرسال البريد الإلكتروني، يرجى المحاولة مرة أخرى في وقت لاحق.\",\n \"accountUpdatedMessage\": \"تم تحديث الحساب الخاص بك.\",\n \"accountPasswordUpdatedMessage\": \"تم تحديث كلمة المرور الخاصة بك.\",\n \"delegationCompleteHeader\": \"تم تسجيل الدخول بنجاح\",\n \"delegationCompleteMessage\": \"يمكنك إغلاق نافذة المتصفح هذه والعودة إلى تطبيق وحدة التحكم الخاصة بك.\",\n \"delegationFailedHeader\": \"فشل في تسجيل الدخول\",\n \"delegationFailedMessage\": \"يمكنك إغلاق نافذة المتصفح هذه والعودة إلى تطبيق وحدة التحكم ومحاولة تسجيل الدخول مرة أخرى.\",\n \"noAccessMessage\": \"لا وصول\",\n \"invalidPasswordMinLengthMessage\": \"كلمة المرور غير صالحة: الحد الأدنى للطول {0}.\",\n \"invalidPasswordMaxLengthMessage\": \"كلمة المرور غير صالحة: الحد الأقصى للطول {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"كلمة المرور غير صالحة: يجب أن تحتوي على {0} أرقام على الأقل.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"كلمة المرور غير صالحة: يجب أن تحتوي على {0} حروف صغيرة على الأقل.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"كلمة المرور غير صالحة: يجب أن تحتوي على {0} حروف كبيرة على الأقل.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"كلمة المرور غير صالحة: يجب أن تحتوي على {0} رموز على الأقل.\",\n \"invalidPasswordNotUsernameMessage\": \"كلمة المرور غير صالحة: يجب ألا تكون مطابقة لاسم المستخدم.\",\n \"invalidPasswordNotEmailMessage\": \"كلمة المرور غير صالحة: يجب ألا تكون مطابقة للبريد الإلكتروني.\",\n \"invalidPasswordRegexPatternMessage\": \"كلمة المرور غير صالحة: يجب ألا تكون مطابقة للأنماط المحددة.\",\n \"invalidPasswordHistoryMessage\": \"كلمة المرور غير صالحة: يجب ألا تكون مطابقة لأي من كلمات المرور الـ {0} الأخيرة.\",\n \"invalidPasswordGenericMessage\": \"كلمة المرور غير صالحة: كلمة المرور الجديدة لا تتطابق مع سياسات كلمة المرور.\",\n \"failedToProcessResponseMessage\": \"فشل في معالجة الاستجابة\",\n \"httpsRequiredMessage\": \"البروتوكول HTTPS مطلوب\",\n \"realmNotEnabledMessage\": \"المنظومة غير مفعلة\",\n \"invalidRequestMessage\": \"طلب غير صالح\",\n \"successLogout\": \"لقد قمت بتسجيل الخروج\",\n \"failedLogout\": \"فشل في تسجيل الخروج\",\n \"unknownLoginRequesterMessage\": \"طالب تسجيل الدخول غير معروف\",\n \"loginRequesterNotEnabledMessage\": \"طالب تسجيل الدخول غير مفعل\",\n \"bearerOnlyMessage\": \"لا يسمح للتطبيقات Bearer-only ببدء تسجيل الدخول باستخدام المتصفح\",\n \"standardFlowDisabledMessage\": \"لا يسمح للعميل ببدء تسجيل الدخول باستخدام المتصفح مع قيمة response_type المعطاة. تم تعطيل الإجراء القياسي standard flow لهذا العميل.\",\n \"implicitFlowDisabledMessage\": \"لا يسمح للعميل ببدء تسجيل الدخول باستخدام المتصفح مع قيمة response_type المعطاة. تم تعطيل الإجراء الضمني implicit flow لهذا العميل.\",\n \"invalidRedirectUriMessage\": \"رابط إعادة التوجيه غير صالح\",\n \"unsupportedNameIdFormatMessage\": \"صيغة غير مدعومة للقيمة NameID\",\n \"invalidRequesterMessage\": \"طالب غير صالح\",\n \"registrationNotAllowedMessage\": \"التسجيل غير مسموح به\",\n \"resetCredentialNotAllowedMessage\": \"إعادة تعيين بيانات الدخول غير مسموح به\",\n \"permissionNotApprovedMessage\": \"لم تتم الموافقة على الإذن.\",\n \"noRelayStateInResponseMessage\": \"لا تواجد لقيمة Relay State في استجابة مزود الحسابات.\",\n \"insufficientPermissionMessage\": \"أذونات غير كافية لربط الهويات.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"تعذرت متابعة طلب المصادقة لمزود الحسابات.\",\n \"couldNotObtainTokenMessage\": \"تعذر الحصول على رمز مصادقة من مزود الحسابات.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"خطأ غير متوقع عند استرداد رمز المصادقة من مزود الحسابات.\",\n \"unexpectedErrorHandlingResponseMessage\": \"خطأ غير متوقع عند التعامل مع الاستجابة من مزود الحسابات.\",\n \"identityProviderAuthenticationFailedMessage\": \"فشلت المصادقة. تعذرت المصادقة مع مزود الحسابات.\",\n \"couldNotSendAuthenticationRequestMessage\": \"تعذر إرسال طلب المصادقة إلى مزود الحسابات.\",\n \"unexpectedErrorHandlingRequestMessage\": \"خطأ غير متوقع عند معالجة طلب المصادقة لمزود الحسابات.\",\n \"invalidAccessCodeMessage\": \"رمز الوصول غير صالح.\",\n \"sessionNotActiveMessage\": \"الجلسة غير نشطة.\",\n \"invalidCodeMessage\": \"حدث خطأ، يرجى تسجيل الدخول مرة أخرى من خلال التطبيق الخاص بك.\",\n \"cookieNotFoundMessage\": \"لم يتم العثور على ملف تعريف الارتباط. يرجى التأكد من تمكين ملفات تعريف الارتباط في متصفحك.\",\n \"insufficientLevelOfAuthentication\": \"لم يتم استيفاء مستوى المصادقة المطلوب.\",\n \"identityProviderUnexpectedErrorMessage\": \"خطأ غير متوقع عند المصادقة مع مزود الحسابات\",\n \"identityProviderMissingStateMessage\": \"المعامل state مفقود في رد مزود الحسابات.\",\n \"identityProviderInvalidResponseMessage\": \"رد غير صالح من مزود الحسابات.\",\n \"identityProviderInvalidSignatureMessage\": \"توقيع غير صالح في رد مزود الحسابات.\",\n \"identityProviderNotFoundMessage\": \"تعذر العثور على مزود الحسابات بالمعرف.\",\n \"identityProviderLinkSuccess\": \"لقد نجحت في التحقق من بريدك الإلكتروني. يرجى الرجوع إلى متصفحك والمتابعة هناك في عملية تسجيل الدخول.\",\n \"staleCodeMessage\": \"هذه الصفحة لم تعد صالحة، يرجى الرجوع إلى التطبيق الخاص بك وتسجيل الدخول مرة أخرى\",\n \"realmSupportsNoCredentialsMessage\": \"لا تدعم المنظومة أي نوع من بيانات الدخول.\",\n \"credentialSetupRequired\": \"لا يمكن تسجيل الدخول، مطلوب إعداد بيانات الدخول.\",\n \"identityProviderNotUniqueMessage\": \"تدعم المنظومة عدة مزودي حسابات. تعذر تحديد مزود الحسابات الذي يجب استخدامه للمصادقة معه.\",\n \"emailVerifiedMessage\": \"تم التحقق من عنوان البريد الإلكتروني الخاص بك.\",\n \"staleEmailVerificationLink\": \"الرابط الذي نقرت عليه هو رابط قديم ولم يعد صالحًا. ربما تكون قد تحققت مسبقًا من بريدك الإلكتروني.\",\n \"identityProviderAlreadyLinkedMessage\": \"الهوية الموحدة التي أرجعها {0} مرتبطة مسبقًا بمستخدم آخر.\",\n \"confirmAccountLinking\": \"تأكيد ربط الحساب {0} من مزود الحسابات {1} مع حسابك.\",\n \"confirmEmailAddressVerification\": \"تأكد من صحة عنوان البريد الإلكتروني {0}.\",\n \"confirmExecutionOfActions\": \"قم بتنفيذ الإجراءات التالية\",\n \"locale_ar\": \"عربي\",\n \"locale_ca\": \"Català\",\n \"locale_cs\": \"Čeština\",\n \"locale_da\": \"Dansk\",\n \"locale_de\": \"Deutsch\",\n \"locale_en\": \"English\",\n \"locale_es\": \"Español\",\n \"locale_fr\": \"Français\",\n \"locale_hu\": \"Magyar\",\n \"locale_it\": \"Italiano\",\n \"locale_ja\": \"日本語\",\n \"locale_lt\": \"Lietuvių\",\n \"locale_nl\": \"Nederlands\",\n \"locale_no\": \"Norsk\",\n \"locale_pl\": \"Polski\",\n \"locale_pt_BR\": \"Português (Brasil)\",\n \"locale_pt-BR\": \"Português (Brasil)\",\n \"locale_ru\": \"Русский\",\n \"locale_sk\": \"Slovenčina\",\n \"locale_sv\": \"Svenska\",\n \"locale_tr\": \"Türkçe\",\n \"locale_zh-CN\": \"中文简体\",\n \"locale_fi\": \"Suomi\",\n \"backToApplication\": \"» العودة إلى التطبيق\",\n \"missingParameterMessage\": \"عوامل مفقودة: {0}\",\n \"clientNotFoundMessage\": \"العميل غير موجود.\",\n \"clientDisabledMessage\": \"العميل معطل.\",\n \"invalidParameterMessage\": \"عامل غير صالح: {0}\",\n \"alreadyLoggedIn\": \"لقد قمت بتسجيل الدخول مسبقًا.\",\n \"differentUserAuthenticated\": \"لقد تمت مصادقتك مسبقًا كمستخدم مختلف ' {0} ' في هذه الجلسة. الرجاء تسجيل الخروج أولا.\",\n \"brokerLinkingSessionExpired\": \"تم طلب ربط حساب الوسيط، ولكن الجلسة الحالية لم تعد صالحة.\",\n \"proceedWithAction\": \"« انقر هنا للمتابعة\",\n \"acrNotFulfilled\": \"لم يتم استيفاء متطلبات المصادقة\",\n \"requiredAction.CONFIGURE_TOTP\": \"إعداد خاصية رمز التحقق\",\n \"requiredAction.terms_and_conditions\": \"الأحكام والشروط\",\n \"requiredAction.UPDATE_PASSWORD\": \"تحديث كلمة المرور\",\n \"requiredAction.UPDATE_PROFILE\": \"تحديث الملف التعريفي\",\n \"requiredAction.VERIFY_EMAIL\": \"التحقق من البريد الإلكتروني\",\n \"requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES\": \"توليد رموز مصادقة الاسترداد\",\n \"requiredAction.webauthn-register-passwordless\": \"المصادقة دون كلمة مرور باستخدام Webauthn\",\n \"invalidTokenRequiredActions\": \"الإجراءات المطلوبة المدرجة في الرابط غير صالحة\",\n \"doX509Login\": \"سوف يتم تسجيل دخولك كـ:\",\n \"clientCertificate\": \"شهادة العميل X509:\",\n \"noCertificate\": \"[بدون شهادة]\",\n \"pageNotFound\": \"الصفحة غير موجودة\",\n \"internalServerError\": \"حدث خطأ داخلي في الخادم\",\n \"console-username\": \"اسم المستخدم:\",\n \"console-password\": \"كلمة المرور:\",\n \"console-otp\": \"كلمة مرور لمرة واحدة:\",\n \"console-new-password\": \"كلمة المرور الجديدة:\",\n \"console-confirm-password\": \"تأكيد كلمة المرور:\",\n \"console-update-password\": \"مطلوب تحديث كلمة المرور الخاصة بك.\",\n \"console-verify-email\": \"تحتاج إلى التحقق من عنوان بريدك الإلكتروني. لقد أرسلنا بريدًا إلكترونيًا إلى {0} يحتوي على رمز تحقق. الرجاء إدخال هذا الرمز في الأسفل.\",\n \"console-email-code\": \"رمز البريد الالكتروني:\",\n \"console-accept-terms\": \"قبول الشروط؟ [ن/ل]:\",\n \"console-accept\": \"ن\",\n \"openshift.scope.user_info\": \"معلومات المستخدم\",\n \"openshift.scope.user_check-access\": \"معلومات وصول المستخدم\",\n \"openshift.scope.user_full\": \"الوصول الكامل\",\n \"openshift.scope.list-projects\": \"قائمة المشاريع\",\n \"saml.post-form.title\": \"إعادة توجيه المصادقة\",\n \"saml.post-form.message\": \"يتم الآن إعادة التوجيه، الرجاء الانتظار.\",\n \"saml.post-form.js-disabled\": \"تم تعطيل جافاسكربت. نوصي بشدة لتمكينه. انقر على الزر أدناه للمتابعة. \",\n \"saml.artifactResolutionServiceInvalidResponse\": \"غير قادر على إيجاد المعرف artifact.\",\n \"otp-display-name\": \"تطبيق مصادق\",\n \"otp-help-text\": \"أدخل رمز التحقق الصادرة من التطبيق المصادق.\",\n \"password-display-name\": \"كلمة المرور\",\n \"password-help-text\": \"سجل الدخول باستخدام كلمة المرور.\",\n \"auth-username-form-display-name\": \"اسم المستخدم\",\n \"auth-username-form-help-text\": \"سجل الدخول باستخدام اسم المستخدم\",\n \"auth-username-password-form-display-name\": \"اسم المستخدم وكلمة المرور\",\n \"auth-username-password-form-help-text\": \"سجل الدخول باستخدام اسم المستخدم وكلمة المرور.\",\n \"auth-recovery-authn-code-form-display-name\": \"رمز مصادقة الاسترداد\",\n \"auth-recovery-authn-code-form-help-text\": \"أدخل رمز مصادقة الاسترداد من قائمة تم إنشاؤها مسبقًا.\",\n \"auth-recovery-code-info-message\": \"أدخل رمز مصادقة الاسترداد المحدد.\",\n \"auth-recovery-code-prompt\": \"رمز مصادقة الاسترداد #{0}\",\n \"auth-recovery-code-header\": \"تسجيل الدخول باستخدام رمز مصادقة الاسترداد\",\n \"recovery-codes-error-invalid\": \"رمز مصادقة الاسترداد غير صالح\",\n \"recovery-code-config-header\": \"رموز مصادقة الاسترداد\",\n \"recovery-code-config-warning-title\": \"لن تظهر رموز الاسترداد هذه مرة أخرى بعد مغادرة الصفحة\",\n \"recovery-code-config-warning-message\": \"تأكد من طباعتها أو تنزيلها أو نسخها إلى مدير كلمات المرور واحتفظ بها. سيؤدي إلغاء هذا الإعداد إلى إزالة رموز مصادقة الاسترداد هذه من حسابك.\",\n \"recovery-codes-print\": \"طباعة\",\n \"recovery-codes-download\": \"تنزيل\",\n \"recovery-codes-copy\": \"نسخ\",\n \"recovery-codes-copied\": \"تم النسخ\",\n \"recovery-codes-confirmation-message\": \"لقد قمت بحفظ هذه الرموز في مكان ما آمن\",\n \"recovery-codes-action-complete\": \"إكمال الإعداد\",\n \"recovery-codes-action-cancel\": \"إلغاء الإعداد\",\n \"recovery-codes-download-file-header\": \"احتفظ برموز مصادقة الاسترداد هذه في مكان آمن.\",\n \"recovery-codes-download-file-description\": \"رموز مصادقة الاسترداد هي رموز مرور تستخدم مرة واحدة وتسمح لك بتسجيل الدخول إلى حسابك إذا لم يكن لديك وصول إلى المصدق الخاص بك.\",\n \"recovery-codes-download-file-date\": \"تم إنشاء هذه الرموز في\",\n \"recovery-codes-label-default\": \"رموز مصادقة الاسترداد\",\n \"webauthn-display-name\": \"مفتاح أمان\",\n \"webauthn-help-text\": \"استخدم مفتاح الأمان لتسجيل الدخول.\",\n \"webauthn-passwordless-display-name\": \"مفتاح أمان\",\n \"webauthn-passwordless-help-text\": \"استخدم مفتاح الأمان لتسجيل الدخول دون كلمة مرور.\",\n \"webauthn-login-title\": \"تسجيل الدخول باستخدام مفتاح الأمان\",\n \"webauthn-registration-title\": \"تسجيل مفتاح أمان\",\n \"webauthn-available-authenticators\": \"مفاتيح الأمان المتاحة\",\n \"webauthn-unsupported-browser-text\": \"الخاصية WebAuthn غير مدعومة في هذا المتصفح. جرب متصفح آخر أو تواصل مع مسؤول النظام.\",\n \"webauthn-doAuthenticate\": \"تسجيل الدخول باستخدام مفتاح الأمان\",\n \"webauthn-createdAt-label\": \"تم إنشاؤه في\",\n \"webauthn-error-title\": \"خطأ في مفتاح الأمان\",\n \"webauthn-error-registration\": \"فشل في تسجيل مفتاح الأمان الخاص بك.
    {0}\",\n \"webauthn-error-api-get\": \"فشلت المصادقة بواسطة مفتاح الأمان.
    {0}\",\n \"webauthn-error-different-user\": \"أول مستخدم تمت مصادقته ليس هو الشخص الذي تمت مصادقته بواسطة مفتاح الأمان.\",\n \"webauthn-error-auth-verification\": \"نتيجة مصادقة مفتاح الأمان غير صالحة.
    {0}\",\n \"webauthn-error-register-verification\": \"نتيجة تسجيل مفتاح الأمان غير صالحة.
    {0}\",\n \"webauthn-error-user-not-found\": \"مستخدم غير معروف تمت مصادقته بواسطة مفتاح الأمان.\",\n \"identity-provider-redirector\": \"اتصل بمزود حسابات آخر\",\n \"identity-provider-login-label\": \"أو قم بتسجيل الدخول باستخدام\",\n \"idp-email-verification-display-name\": \"تأكيد البريد الإلكتروني\",\n \"idp-email-verification-help-text\": \"ربط حسابك عن طريق التحقق من صحة البريد الإلكتروني الخاص بك.\",\n \"idp-username-password-form-display-name\": \"اسم المستخدم و كلمة المرور\",\n \"idp-username-password-form-help-text\": \"ربط حسابك عن طريق تسجيل الدخول.\",\n \"finalDeletionConfirmation\": \"إذا قمت بحذف حسابك، فلا يمكن استعادته. للاحتفاظ بحسابك، انقر فوق إلغاء.\",\n \"irreversibleAction\": \"هذا الإجراء لا رجعة فيه\",\n \"deleteAccountConfirm\": \"تأكيد حذف الحساب\",\n \"deletingImplies\": \"حذف حسابك يعني ضمناً:\",\n \"errasingData\": \"محو جميع البيانات الخاصة بك\",\n \"loggingOutImmediately\": \"تسجيل خروجك على الفور\",\n \"accountUnusable\": \"أي استخدام لاحق للتطبيق لن يكون ممكناً مع هذا الحساب\",\n \"userDeletedSuccessfully\": \"تم حذف المستخدم بنجاح\",\n \"access-denied\": \"تم رفض الوصول\",\n \"frontchannel-logout.title\": \"تسجيل الخروج\",\n \"frontchannel-logout.message\": \"أنت تقوم بتسجيل الخروج من التطبيقات التالية\",\n \"logoutConfirmTitle\": \"تسجيل الخروج\",\n \"logoutConfirmHeader\": \"هل تود تسجيل الخروج؟\",\n \"doLogout\": \"تسجيل الخروج\",\n \"readOnlyUsernameMessage\": \"لا يمكنك تحديث اسم المستخدم الخاص بك لأنه للقراءة فقط.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/629.dd7ce838.chunk.js b/resources/keycloak/keycloakify/static/js/629.dd7ce838.chunk.js new file mode 100644 index 00000000..416e8f27 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/629.dd7ce838.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[629],{2889:function(e,r,t){t.d(r,{a:function(){return s}});var a=t(6055),o=t(969);function s(e){var r=e.defaultClasses;return{useGetClassName:function(e){var t=e.classes;return{getClassName:(0,o.O)((function(e){return(0,a.W)(e,r[e],null===t||void 0===t?void 0:t[e])}))}}}}},1027:function(e,r,t){t.d(r,{Q:function(){return p}});var a=t(2167),o=t(885),s=t(2982),i=t(184),n=(t(5423),t(2791)),l=t(7874),c=t(969),u=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;function p(e){var r=e.kcContext,t=e.passwordValidators,p=void 0===t?{length:{"ignore.empty.value":!0,min:"4"}}:t,f=e.i18n,d=(0,n.useMemo)((function(){return r.passwordRequired?function(){var e=r.realm.registrationEmailAsUsername?"email":"username";return r.profile.attributes.reduce((function(r,t){return[].concat((0,s.Z)(r),(0,s.Z)(t.name!==e?[t]:[t,(0,l.id)({name:"password",displayName:(0,l.id)("${password}"),required:!0,readOnly:!1,validators:p,annotations:{},groupAnnotations:{},autocomplete:"new-password"}),(0,l.id)({name:"password-confirm",displayName:(0,l.id)("${passwordConfirm}"),required:!0,readOnly:!1,validators:{_compareToOther:{name:"password","ignore.empty.value":!0,shouldBe:"equal","error-message":(0,l.id)("${invalidPasswordConfirmMessage}")}},annotations:{},groupAnnotations:{},autocomplete:"new-password"})]))}),[])}():r.profile.attributes}),[r,p]),m=function(e){var r=e.kcContext,t=e.i18n,a=r.messagesPerField,o=r.profile.attributes,s=t.msg,p=t.msgStr,f=t.advancedMsg,d=t.advancedMsgStr,m=(0,c.O)((function(e){var r,t=e.name,c=e.fieldValueByAttributeName,m=c[t].value,v=o.find((function(e){return e.name===t})),g=v.value,k=v.validators;e:if(g===m){var h;try{h=a.existsError(t)}catch(le){break e}if(h){var C=a.get(t);return[{validatorName:void 0,errorMessageStr:C,errorMessage:(0,i.jsx)("span",{children:C},0)}]}}var b=[],y="length",w=k[y];if(void 0!==w){var A=w["ignore.empty.value"],S=void 0!==A&&A,F=w.max,I=w.min;if(!S||""!==m){if(void 0!==F&&m.length>parseInt(F)){var x=["error-invalid-length-too-long",F];b.push({errorMessage:(0,i.jsx)(n.Fragment,{children:s.apply(void 0,x)},b.length),errorMessageStr:p.apply(void 0,x),validatorName:y})}if(void 0!==I&&m.lengthparseInt(Y)){var ae=["error-number-out-of-range-too-big",Y];b.push({validatorName:K,errorMessage:(0,i.jsx)(n.Fragment,{children:s.apply(void 0,ae)},b.length),errorMessageStr:p.apply(void 0,ae)})}else if(void 0!==ee&&re=0)){var ne=[(0,l.id)("notAValidOption")];b.push({validatorName:se,errorMessage:(0,i.jsx)(n.Fragment,{children:f.apply(void 0,ne)},b.length),errorMessageStr:d.apply(void 0,ne)})}return b}));return{getErrors:m}}({kcContext:{messagesPerField:r.messagesPerField,profile:{attributes:d}},i18n:f}),v=m.getErrors,g=(0,n.useMemo)((function(){return Object.fromEntries(d.map((function(e){return{attribute:e,errors:v({name:e.name,fieldValueByAttributeName:Object.fromEntries(d.map((function(e){var r=e.name,t=e.value;return[r,{value:null!==t&&void 0!==t?t:""}]})))})}})).map((function(e){var r,t=e.attribute,a=e.errors;return[t.name,{value:null!==(r=t.value)&&void 0!==r?r:"",errors:a,doDisplayPotentialErrorMessages:0!==a.length}]})))}),[d]),k=(0,n.useReducer)((function(e,r){return Object.assign(Object.assign({},e),(0,a.Z)({},r.name,Object.assign(Object.assign({},e[r.name]),function(){switch(r.action){case"focus lost":return{doDisplayPotentialErrorMessages:!0};case"update value":return{value:r.newValue,errors:v({name:r.name,fieldValueByAttributeName:Object.assign(Object.assign({},e),(0,a.Z)({},r.name,{value:r.newValue}))})}}}())))}),g),h=(0,o.Z)(k,2),C=h[0],b=h[1];return{formValidationState:(0,n.useMemo)((function(){return{fieldStateByAttributeName:Object.fromEntries(Object.entries(C).map((function(e){var r=(0,o.Z)(e,2),t=r[0],a=r[1],s=a.value,i=a.errors;return[t,{value:s,displayableErrors:a.doDisplayPotentialErrorMessages?i:[]}]}))),isFormSubmittable:Object.entries(C).every((function(e){var r=(0,o.Z)(e,2),t=r[0],a=r[1],s=a.value;return 0===a.errors.length&&(""!==s||!d.find((function(e){return e.name===t})).required)}))}}),[C,d]),formValidationDispatch:b,attributesWithPassword:d}}},7107:function(e,r,t){t.d(r,{v:function(){return a}});var a=(0,t(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},5423:function(){Array.prototype.every||(Array.prototype.every=function(e,r){var t,a;if(null==this)throw new TypeError("this is null or not defined");var o=Object(this),s=o.length>>>0;if("function"!==typeof e&&"[object Function]"!==Object.prototype.toString.call(e))throw new TypeError;for(arguments.length>1&&(t=r),a=0;a(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","export const emailRegexp =\n /^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;\n","import \"keycloakify/tools/Array.prototype.every\";\nimport { useMemo, useReducer, Fragment } from \"react\";\nimport { id } from \"tsafe/id\";\nimport type { MessageKey } from \"keycloakify/login/i18n/i18n\";\nimport type { Attribute, Validators } from \"keycloakify/login/kcContext/KcContext\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\nimport { emailRegexp } from \"keycloakify/tools/emailRegExp\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\n/**\n * NOTE: The attributesWithPassword returned is actually augmented with\n * artificial password related attributes only if kcContext.passwordRequired === true\n */\nexport function useFormValidation(params: {\n kcContext: {\n messagesPerField: Pick;\n profile: {\n attributes: Attribute[];\n };\n passwordRequired?: boolean;\n realm: { registrationEmailAsUsername: boolean };\n };\n /** NOTE: Try to avoid passing a new ref every render for better performances. */\n passwordValidators?: Validators;\n i18n: I18n;\n}) {\n const {\n kcContext,\n passwordValidators = {\n \"length\": {\n \"ignore.empty.value\": true,\n \"min\": \"4\"\n }\n },\n i18n\n } = params;\n\n const attributesWithPassword = useMemo(\n () =>\n !kcContext.passwordRequired\n ? kcContext.profile.attributes\n : (() => {\n const name = kcContext.realm.registrationEmailAsUsername ? \"email\" : \"username\";\n\n return kcContext.profile.attributes.reduce(\n (prev, curr) => [\n ...prev,\n ...(curr.name !== name\n ? [curr]\n : [\n curr,\n id({\n \"name\": \"password\",\n \"displayName\": id<`\\${${MessageKey}}`>(\"${password}\"),\n \"required\": true,\n \"readOnly\": false,\n \"validators\": passwordValidators,\n \"annotations\": {},\n \"groupAnnotations\": {},\n \"autocomplete\": \"new-password\"\n }),\n id({\n \"name\": \"password-confirm\",\n \"displayName\": id<`\\${${MessageKey}}`>(\"${passwordConfirm}\"),\n \"required\": true,\n \"readOnly\": false,\n \"validators\": {\n \"_compareToOther\": {\n \"name\": \"password\",\n \"ignore.empty.value\": true,\n \"shouldBe\": \"equal\",\n \"error-message\": id<`\\${${MessageKey}}`>(\"${invalidPasswordConfirmMessage}\")\n }\n },\n \"annotations\": {},\n \"groupAnnotations\": {},\n \"autocomplete\": \"new-password\"\n })\n ])\n ],\n []\n );\n })(),\n [kcContext, passwordValidators]\n );\n\n const { getErrors } = useGetErrors({\n \"kcContext\": {\n \"messagesPerField\": kcContext.messagesPerField,\n \"profile\": {\n \"attributes\": attributesWithPassword\n }\n },\n i18n\n });\n\n const initialInternalState = useMemo(\n () =>\n Object.fromEntries(\n attributesWithPassword\n .map(attribute => ({\n attribute,\n \"errors\": getErrors({\n \"name\": attribute.name,\n \"fieldValueByAttributeName\": Object.fromEntries(\n attributesWithPassword.map(({ name, value }) => [name, { \"value\": value ?? \"\" }])\n )\n })\n }))\n .map(({ attribute, errors }) => [\n attribute.name,\n {\n \"value\": attribute.value ?? \"\",\n errors,\n \"doDisplayPotentialErrorMessages\": errors.length !== 0\n }\n ])\n ),\n [attributesWithPassword]\n );\n\n type InternalState = typeof initialInternalState;\n\n const [formValidationInternalState, formValidationDispatch] = useReducer(\n (\n state: InternalState,\n params:\n | {\n action: \"update value\";\n name: string;\n newValue: string;\n }\n | {\n action: \"focus lost\";\n name: string;\n }\n ): InternalState => ({\n ...state,\n [params.name]: {\n ...state[params.name],\n ...(() => {\n switch (params.action) {\n case \"focus lost\":\n return { \"doDisplayPotentialErrorMessages\": true };\n case \"update value\":\n return {\n \"value\": params.newValue,\n \"errors\": getErrors({\n \"name\": params.name,\n \"fieldValueByAttributeName\": {\n ...state,\n [params.name]: { \"value\": params.newValue }\n }\n })\n };\n }\n })()\n }\n }),\n initialInternalState\n );\n\n const formValidationState = useMemo(\n () => ({\n \"fieldStateByAttributeName\": Object.fromEntries(\n Object.entries(formValidationInternalState).map(([name, { value, errors, doDisplayPotentialErrorMessages }]) => [\n name,\n { value, \"displayableErrors\": doDisplayPotentialErrorMessages ? errors : [] }\n ])\n ),\n \"isFormSubmittable\": Object.entries(formValidationInternalState).every(\n ([name, { value, errors }]) =>\n errors.length === 0 && (value !== \"\" || !attributesWithPassword.find(attribute => attribute.name === name)!.required)\n )\n }),\n [formValidationInternalState, attributesWithPassword]\n );\n\n return {\n formValidationState,\n formValidationDispatch,\n attributesWithPassword\n };\n}\n\n/** Expect to be used in a component wrapped within a */\nfunction useGetErrors(params: {\n kcContext: {\n messagesPerField: Pick;\n profile: {\n attributes: { name: string; value?: string; validators: Validators }[];\n };\n };\n i18n: I18n;\n}) {\n const { kcContext, i18n } = params;\n\n const {\n messagesPerField,\n profile: { attributes }\n } = kcContext;\n\n const { msg, msgStr, advancedMsg, advancedMsgStr } = i18n;\n\n const getErrors = useConstCallback((params: { name: string; fieldValueByAttributeName: Record }) => {\n const { name, fieldValueByAttributeName } = params;\n\n const { value } = fieldValueByAttributeName[name];\n\n const { value: defaultValue, validators } = attributes.find(attribute => attribute.name === name)!;\n\n block: {\n if (defaultValue !== value) {\n break block;\n }\n\n let doesErrorExist: boolean;\n\n try {\n doesErrorExist = messagesPerField.existsError(name);\n } catch {\n break block;\n }\n\n if (!doesErrorExist) {\n break block;\n }\n\n const errorMessageStr = messagesPerField.get(name);\n\n return [\n {\n \"validatorName\": undefined,\n errorMessageStr,\n \"errorMessage\": {errorMessageStr}\n }\n ];\n }\n\n const errors: {\n errorMessage: JSX.Element;\n errorMessageStr: string;\n validatorName: keyof Validators | undefined;\n }[] = [];\n\n scope: {\n const validatorName = \"length\";\n\n const validator = validators[validatorName];\n\n if (validator === undefined) {\n break scope;\n }\n\n const { \"ignore.empty.value\": ignoreEmptyValue = false, max, min } = validator;\n\n if (ignoreEmptyValue && value === \"\") {\n break scope;\n }\n\n if (max !== undefined && value.length > parseInt(max)) {\n const msgArgs = [\"error-invalid-length-too-long\", max] as const;\n\n errors.push({\n \"errorMessage\": {msg(...msgArgs)},\n \"errorMessageStr\": msgStr(...msgArgs),\n validatorName\n });\n }\n\n if (min !== undefined && value.length < parseInt(min)) {\n const msgArgs = [\"error-invalid-length-too-short\", min] as const;\n\n errors.push({\n \"errorMessage\": {msg(...msgArgs)},\n \"errorMessageStr\": msgStr(...msgArgs),\n validatorName\n });\n }\n }\n\n scope: {\n const validatorName = \"_compareToOther\";\n\n const validator = validators[validatorName];\n\n if (validator === undefined) {\n break scope;\n }\n\n const { \"ignore.empty.value\": ignoreEmptyValue = false, name: otherName, shouldBe, \"error-message\": errorMessageKey } = validator;\n\n if (ignoreEmptyValue && value === \"\") {\n break scope;\n }\n\n const { value: otherValue } = fieldValueByAttributeName[otherName];\n\n const isValid = (() => {\n switch (shouldBe) {\n case \"different\":\n return otherValue !== value;\n case \"equal\":\n return otherValue === value;\n }\n })();\n\n if (isValid) {\n break scope;\n }\n\n const msgArg = [\n errorMessageKey ??\n id(\n (() => {\n switch (shouldBe) {\n case \"equal\":\n return \"shouldBeEqual\";\n case \"different\":\n return \"shouldBeDifferent\";\n }\n })()\n ),\n otherName,\n name,\n shouldBe\n ] as const;\n\n errors.push({\n validatorName,\n \"errorMessage\": {advancedMsg(...msgArg)},\n \"errorMessageStr\": advancedMsgStr(...msgArg)\n });\n }\n\n scope: {\n const validatorName = \"pattern\";\n\n const validator = validators[validatorName];\n\n if (validator === undefined) {\n break scope;\n }\n\n const { \"ignore.empty.value\": ignoreEmptyValue = false, pattern, \"error-message\": errorMessageKey } = validator;\n\n if (ignoreEmptyValue && value === \"\") {\n break scope;\n }\n\n if (new RegExp(pattern).test(value)) {\n break scope;\n }\n\n const msgArgs = [errorMessageKey ?? id(\"shouldMatchPattern\"), pattern] as const;\n\n errors.push({\n validatorName,\n \"errorMessage\": {advancedMsg(...msgArgs)},\n \"errorMessageStr\": advancedMsgStr(...msgArgs)\n });\n }\n\n scope: {\n if ([...errors].reverse()[0]?.validatorName === \"pattern\") {\n break scope;\n }\n\n const validatorName = \"email\";\n\n const validator = validators[validatorName];\n\n if (validator === undefined) {\n break scope;\n }\n\n const { \"ignore.empty.value\": ignoreEmptyValue = false } = validator;\n\n if (ignoreEmptyValue && value === \"\") {\n break scope;\n }\n\n if (emailRegexp.test(value)) {\n break scope;\n }\n\n const msgArgs = [id(\"invalidEmailMessage\")] as const;\n\n errors.push({\n validatorName,\n \"errorMessage\": {msg(...msgArgs)},\n \"errorMessageStr\": msgStr(...msgArgs)\n });\n }\n\n scope: {\n const validatorName = \"integer\";\n\n const validator = validators[validatorName];\n\n if (validator === undefined) {\n break scope;\n }\n\n const { \"ignore.empty.value\": ignoreEmptyValue = false, max, min } = validator;\n\n if (ignoreEmptyValue && value === \"\") {\n break scope;\n }\n\n const intValue = parseInt(value);\n\n if (isNaN(intValue)) {\n const msgArgs = [\"mustBeAnInteger\"] as const;\n\n errors.push({\n validatorName,\n \"errorMessage\": {msg(...msgArgs)},\n \"errorMessageStr\": msgStr(...msgArgs)\n });\n\n break scope;\n }\n\n if (max !== undefined && intValue > parseInt(max)) {\n const msgArgs = [\"error-number-out-of-range-too-big\", max] as const;\n\n errors.push({\n validatorName,\n \"errorMessage\": {msg(...msgArgs)},\n \"errorMessageStr\": msgStr(...msgArgs)\n });\n\n break scope;\n }\n\n if (min !== undefined && intValue < parseInt(min)) {\n const msgArgs = [\"error-number-out-of-range-too-small\", min] as const;\n\n errors.push({\n validatorName,\n \"errorMessage\": {msg(...msgArgs)},\n \"errorMessageStr\": msgStr(...msgArgs)\n });\n\n break scope;\n }\n }\n\n scope: {\n const validatorName = \"options\";\n\n const validator = validators[validatorName];\n\n if (validator === undefined) {\n break scope;\n }\n\n if (value === \"\") {\n break scope;\n }\n\n if (validator.options.indexOf(value) >= 0) {\n break scope;\n }\n\n const msgArgs = [id(\"notAValidOption\")] as const;\n\n errors.push({\n validatorName,\n \"errorMessage\": {advancedMsg(...msgArgs)},\n \"errorMessageStr\": advancedMsgStr(...msgArgs)\n });\n }\n\n //TODO: Implement missing validators.\n\n return errors;\n });\n\n return { getErrors };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","if (!Array.prototype.every) {\n Array.prototype.every = function (callbackfn: any, thisArg: any) {\n \"use strict\";\n var T, k;\n\n if (this == null) {\n throw new TypeError(\"this is null or not defined\");\n }\n\n // 1. Let O be the result of calling ToObject passing the this\n // value as the argument.\n var O = Object(this);\n\n // 2. Let lenValue be the result of calling the Get internal method\n // of O with the argument \"length\".\n // 3. Let len be ToUint32(lenValue).\n var len = O.length >>> 0;\n\n // 4. If IsCallable(callbackfn) is false, throw a TypeError exception.\n if (typeof callbackfn !== \"function\" && Object.prototype.toString.call(callbackfn) !== \"[object Function]\") {\n throw new TypeError();\n }\n\n // 5. If thisArg was supplied, let T be thisArg; else let T be undefined.\n if (arguments.length > 1) {\n T = thisArg;\n }\n\n // 6. Let k be 0.\n k = 0;\n\n // 7. Repeat, while k < len\n while (k < len) {\n var kValue;\n\n // a. Let Pk be ToString(k).\n // This is implicit for LHS operands of the in operator\n // b. Let kPresent be the result of calling the HasProperty internal\n // method of O with argument Pk.\n // This step can be combined with c\n // c. If kPresent is true, then\n if (k in O) {\n var testResult;\n // i. Let kValue be the result of calling the Get internal method\n // of O with argument Pk.\n kValue = O[k];\n\n // ii. Let testResult be the result of calling the Call internal method\n // of callbackfn with T as the this value if T is not undefined\n // else is the result of calling callbackfn\n // and argument list containing kValue, k, and O.\n if (T) testResult = callbackfn.call(T, kValue, k, O);\n else testResult = callbackfn(kValue, k, O);\n\n // iii. If ToBoolean(testResult) is false, return false.\n if (!testResult) {\n return false;\n }\n }\n k++;\n }\n return true;\n };\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}","import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","emailRegexp","useFormValidation","kcContext","_params$passwordValid","passwordValidators","i18n","attributesWithPassword","useMemo","passwordRequired","name","realm","registrationEmailAsUsername","profile","attributes","reduce","prev","curr","concat","_toConsumableArray","id","_useGetErrors","messagesPerField","msg","msgStr","advancedMsg","advancedMsgStr","getErrors","fieldValueByAttributeName","value","_attributes$find","find","attribute","defaultValue","validators","block","doesErrorExist","existsError","_b","errorMessageStr","get","undefined","_jsx","children","errors","validatorName","validator","_validator$ignoreEmp","ignoreEmptyValue","max","min","length","parseInt","msgArgs","push","Fragment","apply","_validator$ignoreEmp2","otherName","shouldBe","errorMessageKey","otherValue","msgArg","_validator2$ignoreEm","pattern","RegExp","test","_a","reverse","_validator3$ignoreEm","_validator4$ignoreEm","intValue","isNaN","options","indexOf","useGetErrors","initialInternalState","Object","fromEntries","map","_ref","_ref2","_useReducer","useReducer","state","assign","_defineProperty","action","newValue","_useReducer2","_slicedToArray","formValidationInternalState","formValidationDispatch","formValidationState","entries","_ref3","_ref4","_ref4$","doDisplayPotentialErrorMessages","every","_ref5","_ref6","_ref6$","required","Array","prototype","callbackfn","thisArg","T","k","this","TypeError","O","len","toString","call","arguments","kValue","i","cls","arg","toAdd","isArray","assert","typeGuard","_toPropertyKey","key","input","hint","prim","Symbol","toPrimitive","res","String","Number","obj","defineProperty","enumerable","configurable","writable","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/639.24ff85f8.chunk.js b/resources/keycloak/keycloakify/static/js/639.24ff85f8.chunk.js new file mode 100644 index 00000000..023dbee5 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/639.24ff85f8.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[639],{2889:function(s,e,c){c.d(e,{a:function(){return a}});var t=c(6055),l=c(969);function a(s){var e=s.defaultClasses;return{useGetClassName:function(s){var c=s.classes;return{getClassName:(0,l.O)((function(s){return(0,t.W)(s,e[s],null===c||void 0===c?void 0:c[s])}))}}}}},7107:function(s,e,c){c.d(e,{v:function(){return t}});var t=(0,c(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},639:function(s,e,c){c.r(e),c.d(e,{default:function(){return i}});var t=c(184),l=c(7107),a=c(2791),o=c(969);function i(s){var e=s.kcContext,c=s.i18n,i=s.doUseDefaultCss,n=s.Template,r=s.classes,f=e.url,u=e.auth,p=(0,l.v)({doUseDefaultCss:i,classes:r}).getClassName,k=c.msg,d=(0,a.useRef)(null),m=(0,a.useRef)(null),C=(0,o.O)((function(){var s;null===(s=d.current)||void 0===s||s.submit()})),g=(0,o.O)((function(s){var e=s.currentTarget.dataset.authExecId;m.current&&e&&(m.current.value=e,C())}));return(0,t.jsx)(n,Object.assign({},{kcContext:e,i18n:c,doUseDefaultCss:i,classes:r},{headerNode:k("loginChooseAuthenticator")},{children:(0,t.jsx)("form",Object.assign({id:"kc-select-credential-form",className:p("kcFormClass"),ref:d,action:f.loginAction,method:"post"},{children:(0,t.jsxs)("div",Object.assign({className:p("kcSelectAuthListClass")},{children:[u.authenticationSelections.map((function(s,e){var c;return(0,t.jsx)("div",Object.assign({className:p("kcSelectAuthListItemClass")},{children:(0,t.jsxs)("div",Object.assign({style:{cursor:"pointer"},onClick:g,"data-auth-exec-id":s.authExecId,className:p("kcSelectAuthListItemInfoClass")},{children:[(0,t.jsx)("div",Object.assign({className:p("kcSelectAuthListItemLeftClass")},{children:(0,t.jsx)("span",{className:p(null!==(c=s.iconCssClass)&&void 0!==c?c:"kcAuthenticatorDefaultClass")})})),(0,t.jsx)("div",Object.assign({className:p("kcSelectAuthListItemBodyClass")},{children:(0,t.jsxs)("div",Object.assign({className:p("kcSelectAuthListItemDescriptionClass")},{children:[(0,t.jsx)("div",Object.assign({className:p("kcSelectAuthListItemHeadingClass")},{children:k(s.displayName)})),(0,t.jsx)("div",Object.assign({className:p("kcSelectAuthListItemHelpTextClass")},{children:k(s.helpText)}))]}))}))]}))}),e)})),(0,t.jsx)("input",{type:"hidden",id:"authexec-hidden-input",name:"authenticationExecution",ref:m})]}))}))}))}},6055:function(s,e,c){c.d(e,{W:function(){return o}});var t=c(2982),l=c(9883),a=c(9465),o=function s(){for(var e=arguments.length,c=0,o="";c(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"keycloakify/login/kcContext\";\nimport type { I18n } from \"keycloakify/login/i18n\";\nimport { MouseEvent, useRef } from \"react\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\n\nexport default function SelectAuthenticator(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n const { url, auth } = kcContext;\n\n const { getClassName } = useGetClassName({ doUseDefaultCss, classes });\n const { msg } = i18n;\n\n const selectCredentialsForm = useRef(null);\n const authExecIdInput = useRef(null);\n\n const submitForm = useConstCallback(() => {\n selectCredentialsForm.current?.submit();\n });\n\n const onSelectedAuthenticator = useConstCallback((event: MouseEvent) => {\n const divElement = event.currentTarget;\n const authExecId = divElement.dataset.authExecId;\n\n if (!authExecIdInput.current || !authExecId) {\n return;\n }\n\n authExecIdInput.current.value = authExecId;\n submitForm();\n });\n\n return (\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","SelectAuthenticator","props","kcContext","i18n","doUseDefaultCss","Template","url","auth","msg","selectCredentialsForm","useRef","authExecIdInput","submitForm","_a","current","submit","onSelectedAuthenticator","event","authExecId","currentTarget","dataset","value","_jsx","Object","assign","headerNode","children","id","className","ref","action","loginAction","method","_jsxs","authenticationSelections","map","authenticationSelection","index","style","cursor","onClick","iconCssClass","displayName","helpText","type","name","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6672.dcec7ea2.chunk.js b/resources/keycloak/keycloakify/static/js/6672.dcec7ea2.chunk.js new file mode 100644 index 00000000..cdc84c59 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6672.dcec7ea2.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[6672],{6672:function(e,a,i){i.r(a);a.default={doLogIn:"Oturum a\xe7",doRegister:"Kay\u0131t ol",doCancel:"\u0130ptal et",doSubmit:"G\xf6nder",doYes:"Evet",doNo:"Hay\u0131r",doContinue:"Devam et",doIgnore:"Yoksay",doAccept:"Kabul Et",doDecline:"Reddet",doForgotPassword:"Parolan\u0131z\u0131 m\u0131 unuttunuz?",doClickHere:"Buraya T\u0131klay\u0131n",doImpersonate:"Ki\u015fiselle\u015ftir",kerberosNotConfigured:"Kerberos Tan\u0131mlanmam\u0131\u015f",kerberosNotConfiguredTitle:"Kerberos Tan\u0131mlanmam\u0131\u015f",bypassKerberosDetail:"Ya Kerberos ile giri\u015f yapmad\u0131n\u0131z veya taray\u0131c\u0131n\u0131z Kerberos giri\u015f i\xe7in ayarlanmam\u0131\u015f. Di\u011fer yollarla giri\u015f yapmak i\xe7in l\xfctfen devam'a t\u0131klay\u0131n",kerberosNotSetUp:"Kerberos kurulmad\u0131. Giri\u015f yapamazs\u0131n.",registerTitle:"Kay\u0131t ol",loginTitle:"{0} adresinde oturum a\xe7\u0131n",loginTitleHtml:"{0}",impersonateTitle:"{0} Kullan\u0131c\u0131 kimli\u011fine b\xfcr\xfcn",impersonateTitleHtml:"{0} Kullan\u0131c\u0131 kimli\u011fine b\xfcr\xfcn",realmChoice:"Realm",unknownUser:"Bilinmeyen kullan\u0131c\u0131",loginTotpTitle:"Mobil Kimlik Do\u011frulama Kurulumu",loginProfileTitle:"Hesap bilgilerini G\xfcncelle",loginTimeout:"Giri\u015f yapmak \xe7ok uzun s\xfcrd\xfc. Giri\u015f s\xfcreci ba\u015ftan ba\u015flayacak.",oauthGrantTitle:"{0} adresine Eri\u015fim Ver",oauthGrantTitleHtml:"{0}",errorTitle:"\xdczg\xfcn\xfcz...",errorTitleHtml:"\xdczg\xfcn\xfcz ...",emailVerifyTitle:"Eposta Do\u011frulama",emailForgotTitle:"Parolan\u0131z\u0131 m\u0131 unuttunuz?",updatePasswordTitle:"\u015eifre g\xfcncelle",codeSuccessTitle:"Ba\u015far\u0131l\u0131 i\u015flem kodu",codeErrorTitle:"Hatal\u0131 i\u015flem kodu: {0}",displayUnsupported:"\u0130stenen g\xf6sterim t\xfcr\xfc desteklenmiyor",browserRequired:"Giri\u015f i\xe7in tary\u0131c\u0131 gerekli",browserContinue:"Giri\u015fe devam etmek i\xe7in taray\u0131c\u0131 gerekli",browserContinuePrompt:"Taray\u0131c\u0131 a\xe7 ve giri\u015fe devam et? [e/h]:",browserContinueAnswer:"h",termsTitle:"\u015eartlar ve ko\u015fullar",termsText:"

    Tan\u0131mlanacak \u015fartlar ve ko\u015fullar

    ",termsPlainText:"Tan\u0131mlanacak \u015fartlar ve ko\u015fullar.",recaptchaFailed:"Ge\xe7ersiz Recaptcha",recaptchaNotConfigured:"Recaptcha gerekli, ancak yap\u0131land\u0131r\u0131lmam\u0131\u015f",consentDenied:"Onay reddedildi.",noAccount:"Yeni kullan\u0131c\u0131?",username:"Kullan\u0131c\u0131 Ad\u0131",usernameOrEmail:"Kullan\u0131c\u0131 ad\u0131 veya E-mail",firstName:"Ad",givenName:"Ad",fullName:"Ad Soyad",lastName:"Soyad",familyName:"Soyad",email:"E-Mail",password:"\u015eifre",passwordConfirm:"\u015eifre Do\u011frulama",passwordNew:"Yeni \u015eifre",passwordNewConfirm:"eni \u015eifre Do\u011frulama",rememberMe:"Beni Hat\u0131rla",authenticatorCode:"Kimlik Do\u011frulama Kodu",address:"Adres",street:"Cadde",locality:"Semt",region:"B\xf6lge",postal_code:"Posta Kodu",country:"\xdclke",emailVerified:"E-Mail Do\u011fruland\u0131",gssDelegationCredential:"GSS Yetki Bilgisi",profileScopeConsentText:"Kullan\u0131c\u0131 profili",emailScopeConsentText:"E-Mai Adresi",addressScopeConsentText:"Adres",phoneScopeConsentText:"Telefon Numaras\u0131",offlineAccessScopeConsentText:"\xc7evrimd\u0131\u015f\u0131 Eri\u015fim",samlRoleListScopeConsentText:"Rollerim",rolesScopeConsentText:"Kullan\u0131c\u0131 rolleri",loginTotpIntro:"Bu hesaba eri\u015fmek i\xe7in bir Tek Kullan\u0131ml\u0131k \u015eifre olu\u015fturmal\u0131s\u0131n\u0131z.",loginTotpStep1:"Cep telefonunuzda a\u015fa\u011f\u0131daki uygulamalardan birini y\xfckleyin",loginTotpStep2:"Uygulamay\u0131 a\xe7\u0131n ve barkodu taray\u0131n",loginTotpStep3:"Uygulama taraf\u0131ndan sa\u011flanan tek seferlik kodu girin ve kurulumu tamamlamak i\xe7in G\xf6nder'i t\u0131klay\u0131n.",loginTotpManualStep2:"Uygulamay\u0131 a\xe7\u0131n ve anahtar\u0131 girin",loginTotpManualStep3:"Uygulama bunlar\u0131 ayarlamaya izin veriyorsa a\u015fa\u011f\u0131daki yap\u0131land\u0131rma de\u011ferlerini kullan\u0131n.",loginTotpUnableToScan:"Taranam\u0131yor?",loginTotpScanBarcode:"Barkod tara?",loginOtpOneTime:"Tek seferlik kod",loginTotpType:"Tip",loginTotpAlgorithm:"Algoritma",loginTotpDigits:"Basamak",loginTotpInterval:"Aral\u0131k",loginTotpCounter:"Saya\xe7","loginTotp.totp":"Zaman Tabanl\u0131","loginTotp.hotp":"Saya\xe7 Tabanl\u0131",oauthGrantRequest:"Bu eri\u015fim ayr\u0131cal\u0131klar\u0131 veriyor musunuz?",inResource:"i\xe7inde",emailVerifyInstruction1:"E-posta adresinizi do\u011frulamak i\xe7in talimatlar\u0131 i\xe7eren bir e-posta size g\xf6nderildi.",emailVerifyInstruction2:"E-postan\u0131zda do\u011frulama kodu almad\u0131n\u0131z m\u0131?",emailVerifyInstruction3:"e-postay\u0131 yeniden g\xf6ndermek i\xe7in.",emailLinkIdpTitle:"Ba\u011flant\u0131 {0}",emailLinkIdp1:"{1} hesab\u0131n\u0131 {2} hesab\u0131n\u0131za ba\u011flayan talimatlar\u0131 i\xe7eren bir e-posta size g\xf6nderildi.",emailLinkIdp2:"E-postan\u0131zda do\u011frulama kodu almad\u0131n\u0131z m\u0131?",emailLinkIdp3:"e-postay\u0131 yeniden g\xf6ndermek i\xe7in.",emailLinkIdp4:"E-postay\u0131 farkl\u0131 taray\u0131c\u0131da zaten do\u011frulad\u0131ysan\u0131z",emailLinkIdp5:"devam etmek.",backToLogin:"« Giri\u015f'e geri d\xf6n",emailInstruction:"Kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 veya e-posta adresinizi girin ve yeni bir \u015fifre olu\u015fturmaya ili\u015fkin talimatlar\u0131 size g\xf6nderece\u011fiz.",copyCodeInstruction:"L\xfctfen bu kodu kopyalay\u0131n ve uygulaman\u0131za yap\u0131\u015ft\u0131r\u0131n:",pageExpiredTitle:"Sayfan\u0131n S\xfcresi Doldu",pageExpiredMsg1:"Giri\u015f i\u015flemini yeniden ba\u015flatmak i\xe7in",pageExpiredMsg2:"Giri\u015f i\u015flemine devam etmek i\xe7in",personalInfo:"Ki\u015fisel bilgi:",role_admin:"Admin","role_realm-admin":"Realm Admin","role_create-realm":"Realm Olu\u015ftur","role_create-client":"Create client","role_view-realm":"Realm g\xf6r\xfcnt\xfcle","role_view-users":"Kullan\u0131c\u0131 g\xf6r\xfcnt\xfcle","role_view-applications":"Uygulamar\u0131 g\xf6r","role_view-clients":"Clients g\xf6r\xfcnt\xfcle","role_view-events":"Events g\xf6r\xfcnt\xfcle","role_view-identity-providers":"Kimlik sa\u011flay\u0131c\u0131lar\u0131n\u0131 g\xf6r\xfcnt\xfcle","role_manage-realm":"Realm Y\xf6net","role_manage-users":"Kullan\u0131c\u0131lar\u0131 Y\xf6net","role_manage-applications":"Uygulamalar\u0131 Y\xf6net","role_manage-identity-providers":"Kimlik Sa\u011flay\u0131c\u0131lar\u0131n\u0131 Y\xf6net","role_manage-clients":"Clients Y\xf6net","role_manage-events":"Events Y\xf6net","role_view-profile":"Profil g\xf6r\xfcnt\xfcle","role_manage-account":"Hesap Y\xf6net","role_manage-account-links":"Hesap ba\u011flant\u0131lar\u0131n\u0131 y\xf6net","role_read-token":"Token oku","role_offline-access":"\xc7evrimd\u0131\u015f\u0131 eri\u015fim",client_account:"Hesap","client_security-admin-console":"G\xfcvenlik Y\xf6netici Konsolu","client_admin-cli":"Admin CLI","client_realm-management":"Realm Y\xf6net",client_broker:"Broker",invalidUserMessage:"Ge\xe7ersiz kullan\u0131c\u0131 ad\u0131 veya \u015fifre.",invalidEmailMessage:"Ge\xe7ersiz e-posta adresi.",accountDisabledMessage:"Hesap devre d\u0131\u015f\u0131, y\xf6netici ile ileti\u015fime ge\xe7in.",accountTemporarilyDisabledMessage:"Hesab\u0131n\u0131z ge\xe7ici olarak kilitlendi, l\xfctfen y\xf6neticiyle ileti\u015fime ge\xe7in veya daha sonra tekrar deneyin.",expiredCodeMessage:"Oturum zaman a\u015f\u0131m\u0131na u\u011frad\u0131. L\xfctfen tekrar giri\u015f yap\u0131n.",expiredActionMessage:"Eylem s\xfcresi doldu. L\xfctfen \u015fimdi giri\u015f yapmaya devam edin.",expiredActionTokenNoSessionMessage:"Eylemin s\xfcresi doldu.",expiredActionTokenSessionExistsMessage:"Eylem s\xfcresi doldu. L\xfctfen tekrar ba\u015flay\u0131n.",missingFirstNameMessage:"L\xfctfen ilk ad\u0131 belirtin.",missingLastNameMessage:"L\xfctfen soyad\u0131 belirtin.",missingEmailMessage:"L\xfctfen email belirtin.",missingUsernameMessage:"L\xfctfen kullan\u0131c\u0131 ad\u0131n\u0131 belirtin.",missingPasswordMessage:"L\xfctfen \u015fifre belirtin.",missingTotpMessage:"L\xfctfen kimlik do\u011frulama kodunu belirtin.",notMatchPasswordMessage:"\u015eifreler e\u015fle\u015fmiyor.",invalidPasswordExistingMessage:"Mevcut \u015fifre ge\xe7ersiz.",invalidPasswordBlacklistedMessage:"Ge\xe7ersiz \u015fifre: \u015fifre kara listeye al\u0131nd\u0131.",invalidPasswordConfirmMessage:"\u015eifre onay\u0131 e\u015fle\u015fmiyor.",invalidTotpMessage:"Ge\xe7ersiz kimlik do\u011frulama kodu.",usernameExistsMessage:"Kullan\u0131c\u0131 ad\u0131 zaten var.",emailExistsMessage:"Bu e-posta zaten var.",federatedIdentityExistsMessage:"{0} {1} kullan\u0131c\u0131 zaten var. Hesab\u0131 ba\u011flamak i\xe7in l\xfctfen hesap y\xf6netimine giri\u015f yap\u0131n.",confirmLinkIdpTitle:"Bu Hesap Zaten Mevcut",federatedIdentityConfirmLinkMessage:"{0} {1} kullan\u0131c\u0131 zaten var. Nas\u0131l devam etmek istersin?",confirmLinkIdpReviewProfile:"Profili g\xf6zden ge\xe7ir",confirmLinkIdpContinue:"Mevcut hesaba ekle",configureTotpMessage:"Hesab\u0131n\u0131z\u0131 etkinle\u015ftirmek i\xe7in Mobil Kimlik Do\u011frulama'y\u0131 ayarlaman\u0131z gerekiyor.",updateProfileMessage:"Hesab\u0131n\u0131z\u0131 etkinle\u015ftirmek i\xe7in kullan\u0131c\u0131 profilinizi g\xfcncellemeniz gerekiyor.",updatePasswordMessage:"Hesab\u0131n\u0131z\u0131 etkinle\u015ftirmek i\xe7in \u015fifrenizi de\u011fi\u015ftirmeniz gerekiyor.",resetPasswordMessage:"\u015eifreni de\u011fi\u015ftirmelisin.",verifyEmailMessage:"Hesab\u0131n\u0131z\u0131 etkinle\u015ftirmek i\xe7in e-posta adresinizi do\u011frulaman\u0131z gerekiyor.",linkIdpMessage:"Hesab\u0131n\u0131z\u0131 {0} ile ba\u011flamak i\xe7in e-posta adresinizi do\u011frulaman\u0131z gerekiyor.",emailSentMessage:"Daha fazla talimatla k\u0131sa s\xfcrede bir e-posta almal\u0131s\u0131n\u0131z.",emailSendErrorMessage:"E-posta g\xf6nderilemedi, l\xfctfen daha sonra tekrar deneyin.",accountUpdatedMessage:"Hesab\u0131n g\xfcncellendi.",accountPasswordUpdatedMessage:"\u015eifreniz g\xfcncellenmi\u015ftir.",delegationCompleteHeader:"Giri\u015f ba\u015far\u0131l\u0131",delegationCompleteMessage:"Bu taray\u0131c\u0131 penceresini kapatabilir ve konsol uygulaman\u0131za geri d\xf6nebilirsiniz.",delegationFailedHeader:"Giri\u015f ba\u015far\u0131s\u0131z",delegationFailedMessage:"Bu taray\u0131c\u0131 penceresini kapatabilir ve konsol uygulaman\u0131za geri d\xf6n\xfcp tekrar giri\u015f yapmay\u0131 deneyebilirsiniz..",noAccessMessage:"Eri\u015fim yok",invalidPasswordMinLengthMessage:"Ge\xe7ersiz \u015eifre: En az {0} karakter uzunlu\u011funda olmal\u0131.",invalidPasswordMinDigitsMessage:"Ge\xe7ersiz \u015eifre: En az {0} say\u0131(lar) i\xe7ermelidir.",invalidPasswordMinLowerCaseCharsMessage:"Ge\xe7ersiz \u015eifre : En az {0} k\xfc\xe7\xfck harf i\xe7ermelidir.",invalidPasswordMinUpperCaseCharsMessage:"Ge\xe7ersiz \u015eifre: En az {0} b\xfcy\xfck harf i\xe7ermelidir.",invalidPasswordMinSpecialCharsMessage:"Ge\xe7ersiz \u015eifre: En az {0} \xf6zel karakter i\xe7ermelidir.",invalidPasswordNotUsernameMessage:"Ge\xe7ersiz \u015eifre: Kullan\u0131c\u0131 ad\u0131yla ayn\u0131 olamaz.",invalidPasswordRegexPatternMessage:"Ge\xe7ersiz \u015eifre: Regex Patternine uygun de\u011fil.",invalidPasswordHistoryMessage:"Ge\xe7ersiz \u015eifre: Son {0} \u015fifreden biri olamaz.",invalidPasswordGenericMessage:"Ge\xe7ersiz \u015eifre: yeni \u015fifre \u015fifre politikalar\u0131yla e\u015fle\u015fmiyor.",failedToProcessResponseMessage:"Yan\u0131t i\u015flenemedi",httpsRequiredMessage:"HTTPS zorunlu",realmNotEnabledMessage:"Realm aktif de\u011fil",invalidRequestMessage:"Ge\xe7ersiz \u0130stek",failedLogout:"\xc7\u0131k\u0131\u015f ba\u015far\u0131s\u0131z",unknownLoginRequesterMessage:"Bilinmeyen giri\u015f iste\u011fi",loginRequesterNotEnabledMessage:"Giri\u015f istemi etkin de\u011fil",bearerOnlyMessage:"Yaln\u0131zca ta\u015f\u0131y\u0131c\u0131 uygulamalar\u0131 taray\u0131c\u0131 giri\u015fini ba\u015flatmaya izinli de\u011fil",standardFlowDisabledMessage:"Client is not allowed to initiate browser login with given response_type. Standard flow is disabled for the client.",implicitFlowDisabledMessage:"Client is not allowed to initiate browser login with given response_type. Implicit flow is disabled for the client.",invalidRedirectUriMessage:"Ge\xe7ersiz y\xf6nlendirme url'i",unsupportedNameIdFormatMessage:"Desteklenmeyen NameIDFormat",invalidRequesterMessage:"Ge\xe7ersiz istek",registrationNotAllowedMessage:"Kay\u0131t yap\u0131lamaz",resetCredentialNotAllowedMessage:"S\u0131f\u0131rlamas\u0131na izin verilmiyor",permissionNotApprovedMessage:"\u0130zin onaylanmad\u0131.",noRelayStateInResponseMessage:"Kimlik sa\u011flay\u0131c\u0131dan yan\u0131t olarak ge\xe7i\u015f durumu yok.",insufficientPermissionMessage:"Kimliklerin ba\u011flanmas\u0131 i\xe7in yetersiz izinler.",couldNotProceedWithAuthenticationRequestMessage:"Kimlik sa\u011flay\u0131c\u0131ya kimlik do\u011frulama iste\u011fi ile devam edilemedi.",couldNotObtainTokenMessage:"Kimlik sa\u011flay\u0131c\u0131dan token al\u0131namad\u0131.",unexpectedErrorRetrievingTokenMessage:"Kimlik sa\u011flay\u0131c\u0131dan token al\u0131rken beklenmeyen bir hata olu\u015ftu.",unexpectedErrorHandlingResponseMessage:"Kimlik sa\u011flay\u0131c\u0131dan yan\u0131t al\u0131n\u0131rken beklenmeyen bir hata olu\u015ftu.",identityProviderAuthenticationFailedMessage:"Kimlik do\u011frulama ba\u015far\u0131s\u0131z oldu. Kimlik sa\u011flay\u0131c\u0131yla kimlik do\u011frulamas\u0131 yap\u0131lamad\u0131.",couldNotSendAuthenticationRequestMessage:"Kimlik sa\u011flay\u0131c\u0131ya kimlik do\u011frulama iste\u011fi g\xf6nderilemedi.",unexpectedErrorHandlingRequestMessage:"Kimlik sa\u011flay\u0131c\u0131ya kimlik do\u011frulama iste\u011fi i\u015flenirken beklenmeyen bir hata olu\u015ftu.",invalidAccessCodeMessage:"Ge\xe7ersiz giri\u015f kodu.",sessionNotActiveMessage:"Oturum etkin de\u011fil.",invalidCodeMessage:"Bir hata olu\u015ftu, l\xfctfen ba\u015fvurunuz arac\u0131l\u0131\u011f\u0131yla tekrar giri\u015f yap\u0131n.",identityProviderUnexpectedErrorMessage:"Kimlik sa\u011flay\u0131c\u0131yla kimlik do\u011frulamas\u0131 yap\u0131l\u0131rken beklenmeyen bir hata olu\u015ftu",identityProviderNotFoundMessage:"Tan\u0131mlay\u0131c\u0131 ile kimlik sa\u011flay\u0131c\u0131 bulunamad\u0131.",identityProviderLinkSuccess:"E-postan\u0131z\u0131 ba\u015far\u0131yla do\u011frulad\u0131n\u0131z. L\xfctfen orijinal taray\u0131c\u0131n\u0131za geri d\xf6n\xfcn ve giri\u015f yap\u0131n.",staleCodeMessage:"Bu sayfa art\u0131k ge\xe7erli de\u011fil, l\xfctfen uygulaman\u0131za geri d\xf6n\xfcn ve tekrar giri\u015f yap\u0131n",realmSupportsNoCredentialsMessage:"Realm herhangi bir kimlik bilgisi t\xfcr\xfcn\xfc desteklemiyor.",identityProviderNotUniqueMessage:"Realm \xe7oklu kimlik sa\u011flay\u0131c\u0131lar\u0131n\u0131 destekler. Kimlik do\u011frulamak i\xe7in hangi kimlik sa\u011flay\u0131c\u0131s\u0131n\u0131n kullan\u0131lmas\u0131 gerekti\u011fini belirleyemedi.",emailVerifiedMessage:"E-posta adresiniz do\u011fruland\u0131.",staleEmailVerificationLink:"T\u0131klad\u0131\u011f\u0131n\u0131z ba\u011flant\u0131 eski bir ba\u011flant\u0131d\u0131r ve art\u0131k ge\xe7erli de\u011fil. Belki de e-postan\u0131z\u0131 zaten do\u011frulad\u0131n\u0131z.",identityProviderAlreadyLinkedMessage:"{0} taraf\u0131ndan d\xf6nd\xfcr\xfclen birle\u015fik kimlik, ba\u015fka bir kullan\u0131c\u0131yla zaten ba\u011flant\u0131l\u0131.",confirmAccountLinking:"{1} kimlik sa\u011flay\u0131c\u0131s\u0131n\u0131n hesab\u0131n\u0131 {0} hesab\u0131n\u0131zla ili\u015fkilendirmeyi onaylay\u0131n.",confirmEmailAddressVerification:"{0} e-posta adresinin ge\xe7erlili\u011fini onaylay\u0131n.",confirmExecutionOfActions:"A\u015fa\u011f\u0131daki eylemleri ger\xe7ekle\u015ftirin",backToApplication:"« Uygulamaya D\xf6n",missingParameterMessage:"Eksik parametreler: {0}",clientNotFoundMessage:"\u0130stemci Bulunamad\u0131.",clientDisabledMessage:"\u0130stemci engelli.",invalidParameterMessage:"Ge\xe7ersiz Paremetreler: {0}",alreadyLoggedIn:"Zaten giri\u015f yapt\u0131n\u0131z.",differentUserAuthenticated:"Bu oturumda zaten farkl\u0131 kullan\u0131c\u0131 ' {0} ' olarak do\u011frulanm\u0131\u015fs\u0131n\u0131z. L\xfctfen \xf6nce \xe7\u0131k\u0131\u015f yap\u0131n\u0131z.",brokerLinkingSessionExpired:"\u0130stenen broker hesab\u0131 ba\u011flan\u0131yor, ancak mevcut oturum art\u0131k ge\xe7erli de\u011fil.",proceedWithAction:"» Devam etmek i\xe7in buraya t\u0131klay\u0131n","requiredAction.CONFIGURE_TOTP":"OTP Ayarla","requiredAction.terms_and_conditions":"\u015eartlar ve Ko\u015fullar","requiredAction.UPDATE_PASSWORD":"\u015eifre g\xfcncelle","requiredAction.UPDATE_PROFILE":"Profili G\xfcncelle","requiredAction.VERIFY_EMAIL":"E-mail'i do\u011frula",doX509Login:"Olarak giri\u015f yapacaks\u0131n\u0131z:",clientCertificate:"X509 istemci sertifikas\u0131:",noCertificate:"[Sertifika Yok]",pageNotFound:"Sayfa Bulunamad\u0131",internalServerError:"Bir i\xe7 sunucu hatas\u0131 olu\u015ftu","console-username":"Kullan\u0131c\u0131 ad\u0131:","console-password":"Parola:","console-otp":"Tek seferlik \u015fifre:","console-new-password":"Yeni \u015fifre:","console-confirm-password":"\u015eifreyi Onayla:","console-update-password":"\u015eifrenizin g\xfcncellenmesi gerekiyor.","console-verify-email":"E-posta adresinizi do\u011frulaman\u0131z gerekiyor. Bir do\u011frulama kodu i\xe7eren {0} adresine bir e-posta g\xf6nderildi. L\xfctfen bu kodu a\u015fa\u011f\u0131daki girdiye giriniz.","console-email-code":"E-posta Kodu:","console-accept-terms":"\u015eartlar\u0131 kabul et? [e/h]:","console-accept":"e",readOnlyUsernameMessage:"Yazma korumal\u0131 oldu\u011fundan kullan\u0131c\u0131 ad\u0131n\u0131z\u0131 de\u011fi\u015ftiremezsiniz."}}}]); +//# sourceMappingURL=6672.dcec7ea2.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6672.dcec7ea2.chunk.js.map b/resources/keycloak/keycloakify/static/js/6672.dcec7ea2.chunk.js.map new file mode 100644 index 00000000..c92db721 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6672.dcec7ea2.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/6672.dcec7ea2.chunk.js","mappings":"uIAwQA,UApQgB,CACd,QAAW,eACX,WAAc,gBACd,SAAY,gBACZ,SAAY,YACZ,MAAS,OACT,KAAQ,aACR,WAAc,WACd,SAAY,SACZ,SAAY,WACZ,UAAa,SACb,iBAAoB,0CACpB,YAAe,4BACf,cAAiB,0BACjB,sBAAyB,wCACzB,2BAA8B,wCAC9B,qBAAwB,yNACxB,iBAAoB,uDACpB,cAAiB,gBACjB,WAAc,oCACd,eAAkB,MAClB,iBAAoB,qDACpB,qBAAwB,sEACxB,YAAe,QACf,YAAe,iCACf,eAAkB,uCAClB,kBAAqB,gCACrB,aAAgB,gGAChB,gBAAmB,+BACnB,oBAAuB,MACvB,WAAc,sBACd,eAAkB,wCAClB,iBAAoB,wBACpB,iBAAoB,0CACpB,oBAAuB,yBACvB,iBAAoB,0CACpB,eAAkB,mCAClB,mBAAsB,qDACtB,gBAAmB,+CACnB,gBAAmB,6DACnB,sBAAyB,2DACzB,sBAAyB,IACzB,WAAc,gCACd,UAAa,yDACb,eAAkB,mDAClB,gBAAmB,wBACnB,uBAA0B,sEAC1B,cAAiB,mBACjB,UAAa,4BACb,SAAY,+BACZ,gBAAmB,2CACnB,UAAa,KACb,UAAa,KACb,SAAY,WACZ,SAAY,QACZ,WAAc,QACd,MAAS,SACT,SAAY,aACZ,gBAAmB,4BACnB,YAAe,kBACf,mBAAsB,gCACtB,WAAc,oBACd,kBAAqB,6BACrB,QAAW,QACX,OAAU,QACV,SAAY,OACZ,OAAU,WACV,YAAe,aACf,QAAW,UACX,cAAiB,8BACjB,wBAA2B,oBAC3B,wBAA2B,8BAC3B,sBAAyB,eACzB,wBAA2B,QAC3B,sBAAyB,wBACzB,8BAAiC,2CACjC,6BAAgC,WAChC,sBAAyB,8BACzB,eAAkB,gHAClB,eAAkB,+EAClB,eAAkB,uDAClB,eAAkB,gIAClB,qBAAwB,sDACxB,qBAAwB,kIACxB,sBAAyB,oBACzB,qBAAwB,eACxB,gBAAmB,mBACnB,cAAiB,MACjB,mBAAsB,YACtB,gBAAmB,UACnB,kBAAqB,cACrB,iBAAoB,WACpB,iBAAkB,qBAClB,iBAAkB,wBAClB,kBAAqB,+DACrB,WAAc,YACd,wBAA2B,wGAC3B,wBAA2B,qEAC3B,wBAA2B,+CAC3B,kBAAqB,yBACrB,cAAiB,2HACjB,cAAiB,qEACjB,cAAiB,+CACjB,cAAiB,uFACjB,cAAiB,eACjB,YAAe,mCACf,iBAAoB,4KACpB,oBAAuB,yFACvB,iBAAoB,gCACpB,gBAAmB,0DACnB,gBAAmB,+CACnB,aAAgB,sBAChB,WAAc,QACd,mBAAoB,cACpB,oBAAqB,qBACrB,qBAAsB,gBACtB,kBAAmB,2BACnB,kBAAmB,yCACnB,yBAA0B,yBAC1B,oBAAqB,6BACrB,mBAAoB,4BACpB,+BAAgC,qEAChC,oBAAqB,iBACrB,oBAAqB,wCACrB,2BAA4B,6BAC5B,iCAAkC,2DAClC,sBAAuB,mBACvB,qBAAsB,kBACtB,oBAAqB,4BACrB,sBAAuB,iBACvB,4BAA6B,oDAC7B,kBAAmB,YACnB,sBAAuB,2CACvB,eAAkB,QAClB,gCAAiC,kCACjC,mBAAoB,YACpB,0BAA2B,iBAC3B,cAAiB,SACjB,mBAAsB,4DACtB,oBAAuB,8BACvB,uBAA0B,4EAC1B,kCAAqC,oIACrC,mBAAsB,gGACtB,qBAAwB,6EACxB,mCAAsC,2BACtC,uCAA0C,8DAC1C,wBAA2B,mCAC3B,uBAA0B,kCAC1B,oBAAuB,4BACvB,uBAA0B,0DAC1B,uBAA0B,iCAC1B,mBAAsB,mDACtB,wBAA2B,sCAC3B,+BAAkC,iCAClC,kCAAqC,oEACrC,8BAAiC,8CACjC,mBAAsB,0CACtB,sBAAyB,0CACzB,mBAAsB,wBACtB,+BAAkC,gIAClC,oBAAuB,wBACvB,oCAAuC,0EACvC,4BAA+B,6BAC/B,uBAA0B,qBAC1B,qBAAwB,wHACxB,qBAAwB,oHACxB,sBAAyB,0GACzB,qBAAwB,0CACxB,mBAAsB,6GACtB,eAAkB,+GAClB,iBAAoB,mFACpB,sBAAyB,iEACzB,sBAAyB,+BACzB,8BAAiC,yCACjC,yBAA4B,qCAC5B,0BAA6B,oGAC7B,uBAA0B,sCAC1B,wBAA2B,+IAC3B,gBAAmB,kBACnB,gCAAmC,2EACnC,gCAAmC,mEACnC,wCAA2C,yEAC3C,wCAA2C,qEAC3C,sCAAyC,qEACzC,kCAAqC,4EACrC,mCAAsC,6DACtC,8BAAiC,6DACjC,8BAAiC,gGACjC,+BAAkC,6BAClC,qBAAwB,gBACxB,uBAA0B,yBAC1B,sBAAyB,yBACzB,aAAgB,mDAChB,6BAAgC,oCAChC,gCAAmC,qCACnC,kBAAqB,kIACrB,4BAA+B,sHAC/B,4BAA+B,sHAC/B,0BAA6B,mCAC7B,+BAAkC,8BAClC,wBAA2B,oBAC3B,8BAAiC,4BACjC,iCAAoC,+CACpC,6BAAgC,8BAChC,8BAAiC,iFACjC,8BAAiC,6DACjC,gDAAmD,2FACnD,2BAA8B,gEAC9B,sCAAyC,0FACzC,uCAA0C,sGAC1C,4CAA+C,6IAC/C,yCAA4C,wFAC5C,sCAAyC,wHACzC,yBAA4B,+BAC5B,wBAA2B,2BAC3B,mBAAsB,iHACtB,uCAA0C,wHAC1C,gCAAmC,kFACnC,4BAA+B,mKAC/B,iBAAoB,0HACpB,kCAAqC,mEACrC,iCAAoC,uNACpC,qBAAwB,0CACxB,2BAA8B,sMAC9B,qCAAwC,uIACxC,sBAAyB,wIACzB,gCAAmC,8DACnC,0BAA6B,4DAC7B,kBAAqB,4BACrB,wBAA2B,0BAC3B,sBAAyB,gCACzB,sBAAyB,wBACzB,wBAA2B,gCAC3B,gBAAmB,uCACnB,2BAA8B,2KAC9B,4BAA+B,8GAC/B,kBAAqB,wDACrB,gCAAiC,aACjC,sCAAuC,gCACvC,iCAAkC,yBAClC,gCAAiC,sBACjC,8BAA+B,wBAC/B,YAAe,4CACf,kBAAqB,iCACrB,cAAiB,kBACjB,aAAgB,wBAChB,oBAAuB,2CACvB,mBAAoB,gCACpB,mBAAoB,UACpB,cAAe,2BACf,uBAAwB,mBACxB,2BAA4B,uBAC5B,0BAA2B,8CAC3B,uBAAwB,6LACxB,qBAAsB,gBACtB,uBAAwB,sCACxB,iBAAkB,IAClB,wBAA2B,8G","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/tr.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Oturum aç\",\n \"doRegister\": \"Kayıt ol\",\n \"doCancel\": \"İptal et\",\n \"doSubmit\": \"Gönder\",\n \"doYes\": \"Evet\",\n \"doNo\": \"Hayır\",\n \"doContinue\": \"Devam et\",\n \"doIgnore\": \"Yoksay\",\n \"doAccept\": \"Kabul Et\",\n \"doDecline\": \"Reddet\",\n \"doForgotPassword\": \"Parolanızı mı unuttunuz?\",\n \"doClickHere\": \"Buraya Tıklayın\",\n \"doImpersonate\": \"Kişiselleştir\",\n \"kerberosNotConfigured\": \"Kerberos Tanımlanmamış\",\n \"kerberosNotConfiguredTitle\": \"Kerberos Tanımlanmamış\",\n \"bypassKerberosDetail\": \"Ya Kerberos ile giriş yapmadınız veya tarayıcınız Kerberos giriş için ayarlanmamış. Diğer yollarla giriş yapmak için lütfen devam'a tıklayın\",\n \"kerberosNotSetUp\": \"Kerberos kurulmadı. Giriş yapamazsın.\",\n \"registerTitle\": \"Kayıt ol\",\n \"loginTitle\": \"{0} adresinde oturum açın\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Kullanıcı kimliğine bürün\",\n \"impersonateTitleHtml\": \"{0} Kullanıcı kimliğine bürün\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Bilinmeyen kullanıcı\",\n \"loginTotpTitle\": \"Mobil Kimlik Doğrulama Kurulumu\",\n \"loginProfileTitle\": \"Hesap bilgilerini Güncelle\",\n \"loginTimeout\": \"Giriş yapmak çok uzun sürdü. Giriş süreci baştan başlayacak.\",\n \"oauthGrantTitle\": \"{0} adresine Erişim Ver\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Üzgünüz...\",\n \"errorTitleHtml\": \"Üzgünüz ...\",\n \"emailVerifyTitle\": \"Eposta Doğrulama\",\n \"emailForgotTitle\": \"Parolanızı mı unuttunuz?\",\n \"updatePasswordTitle\": \"Şifre güncelle\",\n \"codeSuccessTitle\": \"Başarılı işlem kodu\",\n \"codeErrorTitle\": \"Hatalı işlem kodu: {0}\",\n \"displayUnsupported\": \"İstenen gösterim türü desteklenmiyor\",\n \"browserRequired\": \"Giriş için taryıcı gerekli\",\n \"browserContinue\": \"Girişe devam etmek için tarayıcı gerekli\",\n \"browserContinuePrompt\": \"Tarayıcı aç ve girişe devam et? [e/h]:\",\n \"browserContinueAnswer\": \"h\",\n \"termsTitle\": \"Şartlar ve koşullar\",\n \"termsText\": \"

    Tanımlanacak şartlar ve koşullar

    \",\n \"termsPlainText\": \"Tanımlanacak şartlar ve koşullar.\",\n \"recaptchaFailed\": \"Geçersiz Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha gerekli, ancak yapılandırılmamış\",\n \"consentDenied\": \"Onay reddedildi.\",\n \"noAccount\": \"Yeni kullanıcı?\",\n \"username\": \"Kullanıcı Adı\",\n \"usernameOrEmail\": \"Kullanıcı adı veya E-mail\",\n \"firstName\": \"Ad\",\n \"givenName\": \"Ad\",\n \"fullName\": \"Ad Soyad\",\n \"lastName\": \"Soyad\",\n \"familyName\": \"Soyad\",\n \"email\": \"E-Mail\",\n \"password\": \"Şifre\",\n \"passwordConfirm\": \"Şifre Doğrulama\",\n \"passwordNew\": \"Yeni Şifre\",\n \"passwordNewConfirm\": \"eni Şifre Doğrulama\",\n \"rememberMe\": \"Beni Hatırla\",\n \"authenticatorCode\": \"Kimlik Doğrulama Kodu\",\n \"address\": \"Adres\",\n \"street\": \"Cadde\",\n \"locality\": \"Semt\",\n \"region\": \"Bölge\",\n \"postal_code\": \"Posta Kodu\",\n \"country\": \"Ülke\",\n \"emailVerified\": \"E-Mail Doğrulandı\",\n \"gssDelegationCredential\": \"GSS Yetki Bilgisi\",\n \"profileScopeConsentText\": \"Kullanıcı profili\",\n \"emailScopeConsentText\": \"E-Mai Adresi\",\n \"addressScopeConsentText\": \"Adres\",\n \"phoneScopeConsentText\": \"Telefon Numarası\",\n \"offlineAccessScopeConsentText\": \"Çevrimdışı Erişim\",\n \"samlRoleListScopeConsentText\": \"Rollerim\",\n \"rolesScopeConsentText\": \"Kullanıcı rolleri\",\n \"loginTotpIntro\": \"Bu hesaba erişmek için bir Tek Kullanımlık Şifre oluşturmalısınız.\",\n \"loginTotpStep1\": \"Cep telefonunuzda aşağıdaki uygulamalardan birini yükleyin\",\n \"loginTotpStep2\": \"Uygulamayı açın ve barkodu tarayın\",\n \"loginTotpStep3\": \"Uygulama tarafından sağlanan tek seferlik kodu girin ve kurulumu tamamlamak için Gönder'i tıklayın.\",\n \"loginTotpManualStep2\": \"Uygulamayı açın ve anahtarı girin\",\n \"loginTotpManualStep3\": \"Uygulama bunları ayarlamaya izin veriyorsa aşağıdaki yapılandırma değerlerini kullanın.\",\n \"loginTotpUnableToScan\": \"Taranamıyor?\",\n \"loginTotpScanBarcode\": \"Barkod tara?\",\n \"loginOtpOneTime\": \"Tek seferlik kod\",\n \"loginTotpType\": \"Tip\",\n \"loginTotpAlgorithm\": \"Algoritma\",\n \"loginTotpDigits\": \"Basamak\",\n \"loginTotpInterval\": \"Aralık\",\n \"loginTotpCounter\": \"Sayaç\",\n \"loginTotp.totp\": \"Zaman Tabanlı\",\n \"loginTotp.hotp\": \"Sayaç Tabanlı\",\n \"oauthGrantRequest\": \"Bu erişim ayrıcalıkları veriyor musunuz?\",\n \"inResource\": \"içinde\",\n \"emailVerifyInstruction1\": \"E-posta adresinizi doğrulamak için talimatları içeren bir e-posta size gönderildi.\",\n \"emailVerifyInstruction2\": \"E-postanızda doğrulama kodu almadınız mı?\",\n \"emailVerifyInstruction3\": \"e-postayı yeniden göndermek için.\",\n \"emailLinkIdpTitle\": \"Bağlantı {0}\",\n \"emailLinkIdp1\": \"{1} hesabını {2} hesabınıza bağlayan talimatları içeren bir e-posta size gönderildi.\",\n \"emailLinkIdp2\": \"E-postanızda doğrulama kodu almadınız mı?\",\n \"emailLinkIdp3\": \"e-postayı yeniden göndermek için.\",\n \"emailLinkIdp4\": \"E-postayı farklı tarayıcıda zaten doğruladıysanız\",\n \"emailLinkIdp5\": \"devam etmek.\",\n \"backToLogin\": \"« Giriş'e geri dön\",\n \"emailInstruction\": \"Kullanıcı adınızı veya e-posta adresinizi girin ve yeni bir şifre oluşturmaya ilişkin talimatları size göndereceğiz.\",\n \"copyCodeInstruction\": \"Lütfen bu kodu kopyalayın ve uygulamanıza yapıştırın:\",\n \"pageExpiredTitle\": \"Sayfanın Süresi Doldu\",\n \"pageExpiredMsg1\": \"Giriş işlemini yeniden başlatmak için\",\n \"pageExpiredMsg2\": \"Giriş işlemine devam etmek için\",\n \"personalInfo\": \"Kişisel bilgi:\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Realm Admin\",\n \"role_create-realm\": \"Realm Oluştur\",\n \"role_create-client\": \"Create client\",\n \"role_view-realm\": \"Realm görüntüle\",\n \"role_view-users\": \"Kullanıcı görüntüle\",\n \"role_view-applications\": \"Uygulamarı gör\",\n \"role_view-clients\": \"Clients görüntüle\",\n \"role_view-events\": \"Events görüntüle\",\n \"role_view-identity-providers\": \"Kimlik sağlayıcılarını görüntüle\",\n \"role_manage-realm\": \"Realm Yönet\",\n \"role_manage-users\": \"Kullanıcıları Yönet\",\n \"role_manage-applications\": \"Uygulamaları Yönet\",\n \"role_manage-identity-providers\": \"Kimlik Sağlayıcılarını Yönet\",\n \"role_manage-clients\": \"Clients Yönet\",\n \"role_manage-events\": \"Events Yönet\",\n \"role_view-profile\": \"Profil görüntüle\",\n \"role_manage-account\": \"Hesap Yönet\",\n \"role_manage-account-links\": \"Hesap bağlantılarını yönet\",\n \"role_read-token\": \"Token oku\",\n \"role_offline-access\": \"Çevrimdışı erişim\",\n \"client_account\": \"Hesap\",\n \"client_security-admin-console\": \"Güvenlik Yönetici Konsolu\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Realm Yönet\",\n \"client_broker\": \"Broker\",\n \"invalidUserMessage\": \"Geçersiz kullanıcı adı veya şifre.\",\n \"invalidEmailMessage\": \"Geçersiz e-posta adresi.\",\n \"accountDisabledMessage\": \"Hesap devre dışı, yönetici ile iletişime geçin.\",\n \"accountTemporarilyDisabledMessage\": \"Hesabınız geçici olarak kilitlendi, lütfen yöneticiyle iletişime geçin veya daha sonra tekrar deneyin.\",\n \"expiredCodeMessage\": \"Oturum zaman aşımına uğradı. Lütfen tekrar giriş yapın.\",\n \"expiredActionMessage\": \"Eylem süresi doldu. Lütfen şimdi giriş yapmaya devam edin.\",\n \"expiredActionTokenNoSessionMessage\": \"Eylemin süresi doldu.\",\n \"expiredActionTokenSessionExistsMessage\": \"Eylem süresi doldu. Lütfen tekrar başlayın.\",\n \"missingFirstNameMessage\": \"Lütfen ilk adı belirtin.\",\n \"missingLastNameMessage\": \"Lütfen soyadı belirtin.\",\n \"missingEmailMessage\": \"Lütfen email belirtin.\",\n \"missingUsernameMessage\": \"Lütfen kullanıcı adını belirtin.\",\n \"missingPasswordMessage\": \"Lütfen şifre belirtin.\",\n \"missingTotpMessage\": \"Lütfen kimlik doğrulama kodunu belirtin.\",\n \"notMatchPasswordMessage\": \"Şifreler eşleşmiyor.\",\n \"invalidPasswordExistingMessage\": \"Mevcut şifre geçersiz.\",\n \"invalidPasswordBlacklistedMessage\": \"Geçersiz şifre: şifre kara listeye alındı.\",\n \"invalidPasswordConfirmMessage\": \"Şifre onayı eşleşmiyor.\",\n \"invalidTotpMessage\": \"Geçersiz kimlik doğrulama kodu.\",\n \"usernameExistsMessage\": \"Kullanıcı adı zaten var.\",\n \"emailExistsMessage\": \"Bu e-posta zaten var.\",\n \"federatedIdentityExistsMessage\": \"{0} {1} kullanıcı zaten var. Hesabı bağlamak için lütfen hesap yönetimine giriş yapın.\",\n \"confirmLinkIdpTitle\": \"Bu Hesap Zaten Mevcut\",\n \"federatedIdentityConfirmLinkMessage\": \"{0} {1} kullanıcı zaten var. Nasıl devam etmek istersin?\",\n \"confirmLinkIdpReviewProfile\": \"Profili gözden geçir\",\n \"confirmLinkIdpContinue\": \"Mevcut hesaba ekle\",\n \"configureTotpMessage\": \"Hesabınızı etkinleştirmek için Mobil Kimlik Doğrulama'yı ayarlamanız gerekiyor.\",\n \"updateProfileMessage\": \"Hesabınızı etkinleştirmek için kullanıcı profilinizi güncellemeniz gerekiyor.\",\n \"updatePasswordMessage\": \"Hesabınızı etkinleştirmek için şifrenizi değiştirmeniz gerekiyor.\",\n \"resetPasswordMessage\": \"Şifreni değiştirmelisin.\",\n \"verifyEmailMessage\": \"Hesabınızı etkinleştirmek için e-posta adresinizi doğrulamanız gerekiyor.\",\n \"linkIdpMessage\": \"Hesabınızı {0} ile bağlamak için e-posta adresinizi doğrulamanız gerekiyor.\",\n \"emailSentMessage\": \"Daha fazla talimatla kısa sürede bir e-posta almalısınız.\",\n \"emailSendErrorMessage\": \"E-posta gönderilemedi, lütfen daha sonra tekrar deneyin.\",\n \"accountUpdatedMessage\": \"Hesabın güncellendi.\",\n \"accountPasswordUpdatedMessage\": \"Şifreniz güncellenmiştir.\",\n \"delegationCompleteHeader\": \"Giriş başarılı\",\n \"delegationCompleteMessage\": \"Bu tarayıcı penceresini kapatabilir ve konsol uygulamanıza geri dönebilirsiniz.\",\n \"delegationFailedHeader\": \"Giriş başarısız\",\n \"delegationFailedMessage\": \"Bu tarayıcı penceresini kapatabilir ve konsol uygulamanıza geri dönüp tekrar giriş yapmayı deneyebilirsiniz..\",\n \"noAccessMessage\": \"Erişim yok\",\n \"invalidPasswordMinLengthMessage\": \"Geçersiz Şifre: En az {0} karakter uzunluğunda olmalı.\",\n \"invalidPasswordMinDigitsMessage\": \"Geçersiz Şifre: En az {0} sayı(lar) içermelidir.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Geçersiz Şifre : En az {0} küçük harf içermelidir.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Geçersiz Şifre: En az {0} büyük harf içermelidir.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Geçersiz Şifre: En az {0} özel karakter içermelidir.\",\n \"invalidPasswordNotUsernameMessage\": \"Geçersiz Şifre: Kullanıcı adıyla aynı olamaz.\",\n \"invalidPasswordRegexPatternMessage\": \"Geçersiz Şifre: Regex Patternine uygun değil.\",\n \"invalidPasswordHistoryMessage\": \"Geçersiz Şifre: Son {0} şifreden biri olamaz.\",\n \"invalidPasswordGenericMessage\": \"Geçersiz Şifre: yeni şifre şifre politikalarıyla eşleşmiyor.\",\n \"failedToProcessResponseMessage\": \"Yanıt işlenemedi\",\n \"httpsRequiredMessage\": \"HTTPS zorunlu\",\n \"realmNotEnabledMessage\": \"Realm aktif değil\",\n \"invalidRequestMessage\": \"Geçersiz İstek\",\n \"failedLogout\": \"Çıkış başarısız\",\n \"unknownLoginRequesterMessage\": \"Bilinmeyen giriş isteği\",\n \"loginRequesterNotEnabledMessage\": \"Giriş istemi etkin değil\",\n \"bearerOnlyMessage\": \"Yalnızca taşıyıcı uygulamaları tarayıcı girişini başlatmaya izinli değil\",\n \"standardFlowDisabledMessage\": \"Client is not allowed to initiate browser login with given response_type. Standard flow is disabled for the client.\",\n \"implicitFlowDisabledMessage\": \"Client is not allowed to initiate browser login with given response_type. Implicit flow is disabled for the client.\",\n \"invalidRedirectUriMessage\": \"Geçersiz yönlendirme url'i\",\n \"unsupportedNameIdFormatMessage\": \"Desteklenmeyen NameIDFormat\",\n \"invalidRequesterMessage\": \"Geçersiz istek\",\n \"registrationNotAllowedMessage\": \"Kayıt yapılamaz\",\n \"resetCredentialNotAllowedMessage\": \"Sıfırlamasına izin verilmiyor\",\n \"permissionNotApprovedMessage\": \"İzin onaylanmadı.\",\n \"noRelayStateInResponseMessage\": \"Kimlik sağlayıcıdan yanıt olarak geçiş durumu yok.\",\n \"insufficientPermissionMessage\": \"Kimliklerin bağlanması için yetersiz izinler.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Kimlik sağlayıcıya kimlik doğrulama isteği ile devam edilemedi.\",\n \"couldNotObtainTokenMessage\": \"Kimlik sağlayıcıdan token alınamadı.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Kimlik sağlayıcıdan token alırken beklenmeyen bir hata oluştu.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Kimlik sağlayıcıdan yanıt alınırken beklenmeyen bir hata oluştu.\",\n \"identityProviderAuthenticationFailedMessage\": \"Kimlik doğrulama başarısız oldu. Kimlik sağlayıcıyla kimlik doğrulaması yapılamadı.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Kimlik sağlayıcıya kimlik doğrulama isteği gönderilemedi.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Kimlik sağlayıcıya kimlik doğrulama isteği işlenirken beklenmeyen bir hata oluştu.\",\n \"invalidAccessCodeMessage\": \"Geçersiz giriş kodu.\",\n \"sessionNotActiveMessage\": \"Oturum etkin değil.\",\n \"invalidCodeMessage\": \"Bir hata oluştu, lütfen başvurunuz aracılığıyla tekrar giriş yapın.\",\n \"identityProviderUnexpectedErrorMessage\": \"Kimlik sağlayıcıyla kimlik doğrulaması yapılırken beklenmeyen bir hata oluştu\",\n \"identityProviderNotFoundMessage\": \"Tanımlayıcı ile kimlik sağlayıcı bulunamadı.\",\n \"identityProviderLinkSuccess\": \"E-postanızı başarıyla doğruladınız. Lütfen orijinal tarayıcınıza geri dönün ve giriş yapın.\",\n \"staleCodeMessage\": \"Bu sayfa artık geçerli değil, lütfen uygulamanıza geri dönün ve tekrar giriş yapın\",\n \"realmSupportsNoCredentialsMessage\": \"Realm herhangi bir kimlik bilgisi türünü desteklemiyor.\",\n \"identityProviderNotUniqueMessage\": \"Realm çoklu kimlik sağlayıcılarını destekler. Kimlik doğrulamak için hangi kimlik sağlayıcısının kullanılması gerektiğini belirleyemedi.\",\n \"emailVerifiedMessage\": \"E-posta adresiniz doğrulandı.\",\n \"staleEmailVerificationLink\": \"Tıkladığınız bağlantı eski bir bağlantıdır ve artık geçerli değil. Belki de e-postanızı zaten doğruladınız.\",\n \"identityProviderAlreadyLinkedMessage\": \"{0} tarafından döndürülen birleşik kimlik, başka bir kullanıcıyla zaten bağlantılı.\",\n \"confirmAccountLinking\": \"{1} kimlik sağlayıcısının hesabını {0} hesabınızla ilişkilendirmeyi onaylayın.\",\n \"confirmEmailAddressVerification\": \"{0} e-posta adresinin geçerliliğini onaylayın.\",\n \"confirmExecutionOfActions\": \"Aşağıdaki eylemleri gerçekleştirin\",\n \"backToApplication\": \"« Uygulamaya Dön\",\n \"missingParameterMessage\": \"Eksik parametreler: {0}\",\n \"clientNotFoundMessage\": \"İstemci Bulunamadı.\",\n \"clientDisabledMessage\": \"İstemci engelli.\",\n \"invalidParameterMessage\": \"Geçersiz Paremetreler: {0}\",\n \"alreadyLoggedIn\": \"Zaten giriş yaptınız.\",\n \"differentUserAuthenticated\": \"Bu oturumda zaten farklı kullanıcı ' {0} ' olarak doğrulanmışsınız. Lütfen önce çıkış yapınız.\",\n \"brokerLinkingSessionExpired\": \"İstenen broker hesabı bağlanıyor, ancak mevcut oturum artık geçerli değil.\",\n \"proceedWithAction\": \"» Devam etmek için buraya tıklayın\",\n \"requiredAction.CONFIGURE_TOTP\": \"OTP Ayarla\",\n \"requiredAction.terms_and_conditions\": \"Şartlar ve Koşullar\",\n \"requiredAction.UPDATE_PASSWORD\": \"Şifre güncelle\",\n \"requiredAction.UPDATE_PROFILE\": \"Profili Güncelle\",\n \"requiredAction.VERIFY_EMAIL\": \"E-mail'i doğrula\",\n \"doX509Login\": \"Olarak giriş yapacaksınız:\",\n \"clientCertificate\": \"X509 istemci sertifikası:\",\n \"noCertificate\": \"[Sertifika Yok]\",\n \"pageNotFound\": \"Sayfa Bulunamadı\",\n \"internalServerError\": \"Bir iç sunucu hatası oluştu\",\n \"console-username\": \"Kullanıcı adı:\",\n \"console-password\": \"Parola:\",\n \"console-otp\": \"Tek seferlik şifre:\",\n \"console-new-password\": \"Yeni şifre:\",\n \"console-confirm-password\": \"Şifreyi Onayla:\",\n \"console-update-password\": \"Şifrenizin güncellenmesi gerekiyor.\",\n \"console-verify-email\": \"E-posta adresinizi doğrulamanız gerekiyor. Bir doğrulama kodu içeren {0} adresine bir e-posta gönderildi. Lütfen bu kodu aşağıdaki girdiye giriniz.\",\n \"console-email-code\": \"E-posta Kodu:\",\n \"console-accept-terms\": \"Şartları kabul et? [e/h]:\",\n \"console-accept\": \"e\",\n \"readOnlyUsernameMessage\": \"Yazma korumalı olduğundan kullanıcı adınızı değiştiremezsiniz.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6769.a0d9b549.chunk.js b/resources/keycloak/keycloakify/static/js/6769.a0d9b549.chunk.js new file mode 100644 index 00000000..7766c037 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6769.a0d9b549.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[6769],{1652:function(s,e,a){a.d(e,{v:function(){return l}});var l=(0,a(2889).a)({defaultClasses:{kcBodyClass:void 0,kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonLargeClass:"btn-lg",kcButtonDefaultClass:"btn-default"}}).useGetClassName},6769:function(s,e,a){a.r(e),a.d(e,{default:function(){return c}});var l=a(184),t=a(6055),n=a(1652);function c(s){var e,a,c,i,r=s.kcContext,o=s.i18n,m=s.doUseDefaultCss,d=s.Template,u=s.classes,j=(0,n.v)({doUseDefaultCss:m,classes:Object.assign(Object.assign({},u),{kcBodyClass:(0,t.W)(null===u||void 0===u?void 0:u.kcBodyClass,"user")})}).getClassName,b=r.url,f=r.realm,h=r.messagesPerField,v=r.stateChecker,g=r.account,N=r.referrer,x=o.msg;return(0,l.jsxs)(d,Object.assign({},{kcContext:r,i18n:o,doUseDefaultCss:m,classes:u},{active:"account"},{children:[(0,l.jsxs)("div",Object.assign({className:"row"},{children:[(0,l.jsx)("div",Object.assign({className:"col-md-10"},{children:(0,l.jsx)("h2",{children:x("editAccountHtmlTitle")})})),(0,l.jsx)("div",Object.assign({className:"col-md-2 subtitle"},{children:(0,l.jsxs)("span",Object.assign({className:"subtitle"},{children:[(0,l.jsx)("span",Object.assign({className:"required"},{children:"*"}))," ",x("requiredFields")]}))}))]})),(0,l.jsxs)("form",Object.assign({action:b.accountUrl,className:"form-horizontal",method:"post"},{children:[(0,l.jsx)("input",{type:"hidden",id:"stateChecker",name:"stateChecker",value:v}),!f.registrationEmailAsUsername&&(0,l.jsxs)("div",Object.assign({className:(0,t.W)("form-group",h.printIfExists("username","has-error"))},{children:[(0,l.jsxs)("div",Object.assign({className:"col-sm-2 col-md-2"},{children:[(0,l.jsx)("label",Object.assign({htmlFor:"username",className:"control-label"},{children:x("username")})),f.editUsernameAllowed&&(0,l.jsx)("span",Object.assign({className:"required"},{children:"*"}))]})),(0,l.jsx)("div",Object.assign({className:"col-sm-10 col-md-10"},{children:(0,l.jsx)("input",{type:"text",className:"form-control",id:"username",name:"username",disabled:!f.editUsernameAllowed,value:null!==(e=g.username)&&void 0!==e?e:""})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,t.W)("form-group",h.printIfExists("email","has-error"))},{children:[(0,l.jsxs)("div",Object.assign({className:"col-sm-2 col-md-2"},{children:[(0,l.jsx)("label",Object.assign({htmlFor:"email",className:"control-label"},{children:x("email")}))," ",(0,l.jsx)("span",Object.assign({className:"required"},{children:"*"}))]})),(0,l.jsx)("div",Object.assign({className:"col-sm-10 col-md-10"},{children:(0,l.jsx)("input",{type:"text",className:"form-control",id:"email",name:"email",autoFocus:!0,value:null!==(a=g.email)&&void 0!==a?a:""})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,t.W)("form-group",h.printIfExists("firstName","has-error"))},{children:[(0,l.jsxs)("div",Object.assign({className:"col-sm-2 col-md-2"},{children:[(0,l.jsx)("label",Object.assign({htmlFor:"firstName",className:"control-label"},{children:x("firstName")}))," ",(0,l.jsx)("span",Object.assign({className:"required"},{children:"*"}))]})),(0,l.jsx)("div",Object.assign({className:"col-sm-10 col-md-10"},{children:(0,l.jsx)("input",{type:"text",className:"form-control",id:"firstName",name:"firstName",value:null!==(c=g.firstName)&&void 0!==c?c:""})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,t.W)("form-group",h.printIfExists("lastName","has-error"))},{children:[(0,l.jsxs)("div",Object.assign({className:"col-sm-2 col-md-2"},{children:[(0,l.jsx)("label",Object.assign({htmlFor:"lastName",className:"control-label"},{children:x("lastName")}))," ",(0,l.jsx)("span",Object.assign({className:"required"},{children:"*"}))]})),(0,l.jsx)("div",Object.assign({className:"col-sm-10 col-md-10"},{children:(0,l.jsx)("input",{type:"text",className:"form-control",id:"lastName",name:"lastName",value:null!==(i=g.lastName)&&void 0!==i?i:""})}))]})),(0,l.jsx)("div",Object.assign({className:"form-group"},{children:(0,l.jsx)("div",Object.assign({id:"kc-form-buttons",className:"col-md-offset-2 col-md-10 submit"},{children:(0,l.jsxs)("div",{children:[void 0!==N&&(0,l.jsx)("a",Object.assign({href:null===N||void 0===N?void 0:N.url},{children:x("backToApplication")})),(0,l.jsx)("button",Object.assign({type:"submit",className:(0,t.W)(j("kcButtonClass"),j("kcButtonPrimaryClass"),j("kcButtonLargeClass")),name:"submitAction",value:"Save"},{children:x("doSave")})),(0,l.jsx)("button",Object.assign({type:"submit",className:(0,t.W)(j("kcButtonClass"),j("kcButtonDefaultClass"),j("kcButtonLargeClass")),name:"submitAction",value:"Cancel"},{children:x("doCancel")}))]})}))}))]}))]}))}},2889:function(s,e,a){a.d(e,{a:function(){return n}});var l=a(6055),t=a(969);function n(s){var e=s.defaultClasses;return{useGetClassName:function(s){var a=s.classes;return{getClassName:(0,t.O)((function(s){return(0,l.W)(s,e[s],null===a||void 0===a?void 0:a[s])}))}}}}},6055:function(s,e,a){a.d(e,{W:function(){return c}});var l=a(2982),t=a(9883),n=a(9465),c=function s(){for(var e=arguments.length,a=0,c="";a({\n \"defaultClasses\": {\n \"kcBodyClass\": undefined,\n \"kcButtonClass\": \"btn\",\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonDefaultClass\": \"btn-default\"\n }\n});\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport type { PageProps } from \"keycloakify/account/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/account/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function Account(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n \"classes\": {\n ...classes,\n \"kcBodyClass\": clsx(classes?.kcBodyClass, \"user\")\n }\n });\n\n const { url, realm, messagesPerField, stateChecker, account, referrer } = kcContext;\n\n const { msg } = i18n;\n\n return (\n \n );\n}\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\n\nexport function createUseClassName(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["useGetClassName","createUseClassName","undefined","Account","props","kcContext","i18n","doUseDefaultCss","Template","classes","getClassName","Object","assign","clsx","kcBodyClass","url","realm","messagesPerField","stateChecker","account","referrer","msg","_jsxs","active","children","className","_jsx","action","accountUrl","method","type","id","name","value","registrationEmailAsUsername","printIfExists","htmlFor","editUsernameAllowed","disabled","_a","username","autoFocus","_b","email","_c","firstName","_d","lastName","href","params","defaultClasses","useConstCallback","classKey","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/684.bac9ae5b.chunk.js b/resources/keycloak/keycloakify/static/js/684.bac9ae5b.chunk.js new file mode 100644 index 00000000..5f6dd809 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/684.bac9ae5b.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[684],{684:function(e,a,s){s.r(a);a.default={doSave:"\u062d\u0641\u0638",doCancel:"\u0625\u0644\u063a\u0627\u0621",doLogOutAllSessions:"\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062e\u0631\u0648\u062c \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u062c\u0644\u0633\u0627\u062a",doRemove:"\u0625\u0632\u0627\u0644\u0629",doAdd:"\u0625\u0636\u0627\u0641\u0629",doSignOut:"\u062a\u0633\u062c\u064a\u0644 \u062e\u0631\u0648\u062c",doLogIn:"\u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644",doLink:"\u0631\u0628\u0637",noAccessMessage:"\u0627\u0644\u0648\u0635\u0648\u0644 \u063a\u064a\u0631 \u0645\u0633\u0645\u0648\u062d",personalInfoSidebarTitle:"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629",accountSecuritySidebarTitle:"\u0623\u0645\u0627\u0646 \u0627\u0644\u062d\u0633\u0627\u0628",signingInSidebarTitle:"\u0639\u0645\u0644\u064a\u0629 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644",deviceActivitySidebarTitle:"\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062c\u0647\u0632\u0629",linkedAccountsSidebarTitle:"\u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629",editAccountHtmlTitle:"\u062a\u0639\u062f\u064a\u0644 \u0627\u0644\u062d\u0633\u0627\u0628",personalInfoHtmlTitle:"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629",federatedIdentitiesHtmlTitle:"\u0627\u0644\u0647\u0648\u064a\u0627\u062a \u0627\u0644\u0645\u062a\u062d\u062f\u0629",accountLogHtmlTitle:"\u0633\u062c\u0644 \u0627\u0644\u062d\u0633\u0627\u0628",changePasswordHtmlTitle:"\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",deviceActivityHtmlTitle:"\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062c\u0647\u0632\u0629",sessionsHtmlTitle:"\u0627\u0644\u062c\u0644\u0633\u0627\u062a",accountManagementTitle:"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062d\u0633\u0627\u0628",authenticatorTitle:"\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629",applicationsHtmlTitle:"\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a",linkedAccountsHtmlTitle:"\u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0629",accountManagementWelcomeMessage:"\u0623\u0647\u0644\u0627\u064b \u0628\u0643 \u0641\u064a \u0635\u0641\u062d\u0629 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062d\u0633\u0627\u0628",personalInfoIntroMessage:"\u0642\u0645 \u0628\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643",accountSecurityTitle:"\u0623\u0645\u0627\u0646 \u0627\u0644\u062d\u0633\u0627\u0628",accountSecurityIntroMessage:"\u062a\u062d\u0643\u0645 \u0641\u064a \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0648\u0627\u0644\u0648\u0635\u0648\u0644 \u0644\u062d\u0633\u0627\u0628\u0643",applicationsIntroMessage:"\u0642\u0645 \u0628\u062a\u062a\u0628\u0639 \u0648\u0625\u062f\u0627\u0631\u0629 \u0623\u0630\u0648\u0646\u0627\u062a \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0644\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643",resourceIntroMessage:"\u0634\u0627\u0631\u0643 \u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0645\u0639 \u0623\u0639\u0636\u0627\u0621 \u0627\u0644\u0641\u0631\u064a\u0642",passwordLastUpdateMessage:"\u062a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0641\u064a",updatePasswordTitle:"\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",updatePasswordMessageTitle:"\u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u062e\u062a\u064a\u0627\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0642\u0648\u064a\u0629",updatePasswordMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0642\u0648\u064a\u0629 \u062a\u062a\u0643\u0648\u0646 \u0645\u0646 \u0645\u0632\u064a\u062c \u0645\u0646 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0648\u0627\u0644\u062d\u0631\u0648\u0641 \u0648\u0627\u0644\u0631\u0645\u0648\u0632\u060c \u0628\u062d\u064a\u062b \u064a\u0635\u0639\u0628 \u062a\u062e\u0645\u064a\u0646\u0647\u0627 \u0648\u0644\u0627 \u062a\u0645\u062b\u0644 \u0643\u0644\u0645\u0627\u062a \u062d\u0642\u064a\u0642\u064a\u0629\u060c \u0648\u062a\u0633\u062a\u062e\u062f\u0645 \u0644\u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628 \u0641\u0642\u0637.",personalSubTitle:"\u0628\u064a\u0627\u0646\u0627\u062a\u0643 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629",personalSubMessage:"\u0642\u0645 \u0628\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643.",authenticatorCode:"\u0631\u0645\u0632 \u0644\u0645\u0631\u0629 \u0648\u0627\u062d\u062f\u0629",email:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",firstName:"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644",givenName:"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644",fullName:"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0643\u0627\u0645\u0644",lastName:"\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631",familyName:"\u0627\u0633\u0645 \u0627\u0644\u0639\u0627\u0626\u0644\u0629",password:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631",currentPassword:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062d\u0627\u0644\u064a\u0629",passwordConfirm:"\u062a\u0623\u0643\u064a\u062f",passwordNew:"\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629",username:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",address:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646",street:"\u0627\u0644\u0634\u0627\u0631\u0639",locality:"\u0627\u0644\u0645\u062f\u064a\u0646\u0629",region:"\u0627\u0644\u0648\u0644\u0627\u064a\u0629 \u0623\u0648 \u0627\u0644\u0645\u0646\u0637\u0642\u0629",postal_code:"\u0627\u0644\u0631\u0645\u0632 \u0627\u0644\u0628\u0631\u064a\u062f\u064a",country:"\u0627\u0644\u062f\u0648\u0644\u0629",emailVerified:"\u062a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",website:"\u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",phoneNumber:"\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641",phoneNumberVerified:"\u062a\u0645 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641",gender:"\u0627\u0644\u062c\u0646\u0633",birthday:"\u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u064a\u0644\u0627\u062f",zoneinfo:"\u0627\u0644\u062a\u0648\u0642\u064a\u062a",gssDelegationCredential:"\u062a\u0641\u0648\u064a\u0636 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f GSS",profileScopeConsentText:"\u0645\u0644\u0641 \u062a\u0639\u0631\u064a\u0641\u064a \u0644\u0644\u0645\u0633\u062a\u062e\u062f\u0645",emailScopeConsentText:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a",addressScopeConsentText:"\u0627\u0644\u0639\u0646\u0648\u0627\u0646",phoneScopeConsentText:"\u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641",offlineAccessScopeConsentText:"\u0627\u0644\u0648\u0635\u0648\u0644 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644",samlRoleListScopeConsentText:"\u0627\u0644\u0623\u062f\u0648\u0627\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u064a",rolesScopeConsentText:"\u0623\u062f\u0648\u0627\u0631 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",role_admin:"\u0645\u0633\u0624\u0648\u0644","role_realm-admin":"\u0645\u0633\u0624\u0648\u0644 \u0645\u0646\u0638\u0648\u0645\u0629","role_create-realm":"\u0625\u0646\u0634\u0627\u0621 \u0645\u0646\u0638\u0648\u0645\u0629","role_view-realm":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629","role_view-users":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","role_view-applications":"\u0639\u0631\u0636 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a","role_view-groups":"\u0639\u0631\u0636 \u0627\u0644\u0645\u062c\u0645\u0648\u0639\u0627\u062a","role_view-clients":"\u0639\u0631\u0636 \u0627\u0644\u0639\u0645\u0644\u0627\u0621","role_view-events":"\u0639\u0631\u0636 \u0627\u0644\u0623\u062d\u062f\u0627\u062b","role_view-identity-providers":"\u0639\u0631\u0636 \u0645\u0632\u0648\u062f\u064a \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a","role_view-consent":"\u0639\u0631\u0636 \u0627\u0644\u0627\u062a\u0641\u0627\u0642\u064a\u0627\u062a","role_manage-realm":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629","role_manage-users":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646","role_manage-applications":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a","role_manage-identity-providers":"\u0625\u062f\u0627\u0631\u0629 \u0645\u0632\u0648\u062f\u064a \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a","role_manage-clients":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621","role_manage-events":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0623\u062d\u062f\u0627\u062b","role_view-profile":"\u0639\u0631\u0636 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u064a","role_manage-account":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062d\u0633\u0627\u0628","role_manage-account-links":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0631\u062a\u0628\u0627\u0637\u0627\u062a \u0627\u0644\u062d\u0633\u0627\u0628","role_manage-consent":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0627\u062a\u0641\u0627\u0642\u064a\u0627\u062a","role_read-token":"\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0631\u0645\u0632","role_offline-access":"\u0627\u0644\u0648\u0635\u0648\u0644 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644",role_uma_authorization:"\u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0623\u0630\u0648\u0646\u0627\u062a",client_account:"\u0627\u0644\u062d\u0633\u0627\u0628","client_account-console":"\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u0627\u0644\u062d\u0633\u0627\u0628","client_security-admin-console":"\u0644\u0648\u062d\u0629 \u0627\u0644\u062a\u062d\u0643\u0645 \u0628\u0623\u0645\u0627\u0646 \u0627\u0644\u0645\u0633\u0624\u0648\u0644","client_admin-cli":"\u0648\u0627\u062c\u0647\u0629 \u0633\u0637\u0631 \u0627\u0644\u0623\u0648\u0627\u0645\u0631 \u0644\u0644\u0645\u0633\u0624\u0648\u0644","client_realm-management":"\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629",client_broker:"\u0648\u0633\u064a\u0637",requiredFields:"\u0627\u0644\u062d\u0642\u0648\u0644 \u0627\u0644\u0645\u0637\u0644\u0648\u0628\u0629",allFieldsRequired:"\u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0644 \u0645\u0637\u0644\u0648\u0628\u0629",backToApplication:"» \u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0637\u0628\u064a\u0642",backTo:"\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 {0}",date:"\u0627\u0644\u062a\u0627\u0631\u064a\u062e",event:"\u0627\u0644\u062d\u062f\u062b",ip:"\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0634\u0628\u0643\u0629",client:"\u0627\u0644\u0639\u0645\u064a\u0644",clients:"\u0627\u0644\u0639\u0645\u0644\u0627\u0621",details:"\u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644",started:"\u0627\u0628\u062a\u062f\u0623 \u0641\u064a",lastAccess:"\u0622\u062e\u0631 \u0648\u0635\u0648\u0644",expires:"\u064a\u0646\u062a\u0647\u064a \u0641\u064a",applications:"\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a",account:"\u0627\u0644\u062d\u0633\u0627\u0628",federatedIdentity:"\u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629",authenticator:"\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629","device-activity":"\u0646\u0634\u0627\u0637 \u0627\u0644\u0623\u062c\u0647\u0632\u0629",sessions:"\u0627\u0644\u062c\u0644\u0633\u0627\u062a",log:"\u0627\u0644\u0633\u062c\u0644",application:"\u0627\u0644\u062a\u0637\u0628\u064a\u0642",availableRoles:"\u0627\u0644\u0623\u062f\u0648\u0627\u0631 \u0627\u0644\u0645\u062a\u0627\u062d\u0629",grantedPermissions:"\u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629",grantedPersonalInfo:"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u0634\u062e\u0635\u064a\u0629 \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629",additionalGrants:"\u0627\u0644\u0645\u0646\u062d \u0627\u0644\u0625\u0636\u0627\u0641\u064a\u0629",action:"\u0627\u0644\u0625\u062c\u0631\u0627\u0621",inResource:"\u0641\u064a",fullAccess:"\u0648\u0635\u0648\u0644 \u0634\u0627\u0645\u0644",offlineToken:"\u0631\u0645\u0632 \u062f\u0648\u0646 \u0627\u062a\u0635\u0627\u0644",revoke:"\u0625\u0628\u0637\u0627\u0644 \u0627\u0644\u0645\u0646\u062d\u0629",configureAuthenticators:"\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0645\u0647\u064a\u0626\u0629",mobile:"\u0647\u0627\u062a\u0641 \u0645\u062a\u0646\u0642\u0644",totpStep1:"\u0642\u0645 \u0628\u062a\u062b\u0628\u064a\u062a \u0625\u062d\u062f\u0649 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0639\u0644\u0649 \u0647\u0627\u062a\u0641\u0643 \u0627\u0644\u0645\u062a\u0646\u0642\u0644:",totpStep2:"\u0627\u0641\u062a\u062d \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u062b\u0645 \u0627\u0645\u0633\u062d \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629:",totpStep3:"\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0630\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0648\u0627\u062d\u062f \u0648\u0627\u0644\u0635\u0627\u062f\u0631 \u0645\u0646 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u062b\u0645 \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062d\u0641\u0638 \u0644\u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0625\u0639\u062f\u0627\u062f.",totpStep3DeviceName:"\u0636\u0639 \u0627\u0633\u0645\u064b\u0627 \u0644\u0644\u062c\u0647\u0627\u0632 \u062d\u062a\u0649 \u064a\u0633\u0647\u0644 \u0639\u0644\u064a\u0643 \u0625\u062f\u0627\u0631\u0629 \u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629.",totpManualStep2:"\u0627\u0641\u062a\u062d \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u062b\u0645 \u0623\u062f\u062e\u0644 \u0627\u0644\u0645\u0641\u062a\u0627\u062d:",totpManualStep3:"\u0627\u0633\u062a\u062e\u062f\u0645 \u0642\u064a\u0645 \u0627\u0644\u062a\u0643\u0648\u064a\u0646 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0625\u0630\u0627 \u0633\u0645\u062d \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0628\u062a\u0639\u064a\u064a\u0646\u0647\u0627:",totpUnableToScan:"\u063a\u064a\u0631 \u0642\u0627\u062f\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0633\u062d\u061f",totpScanBarcode:"\u0645\u0633\u062d \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629\u061f","totp.totp":"\u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0627\u0644\u0648\u0642\u062a","totp.hotp":"\u0639\u0644\u0649 \u0623\u0633\u0627\u0633 \u0627\u0644\u0639\u062f\u0627\u062f",totpType:"\u0627\u0644\u0646\u0648\u0639",totpAlgorithm:"\u0627\u0644\u062e\u0648\u0627\u0631\u0632\u0645\u064a\u0629",totpDigits:"\u0639\u062f\u062f \u0627\u0644\u062e\u0627\u0646\u0627\u062a",totpInterval:"\u0627\u0644\u0645\u062f\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629",totpCounter:"\u0627\u0644\u0639\u062f\u0627\u062f",totpDeviceName:"\u0627\u0633\u0645 \u0627\u0644\u062c\u0647\u0627\u0632",totpAppFreeOTPName:"FreeOTP",totpAppGoogleName:"Google Authenticator",totpAppMicrosoftAuthenticatorName:"Microsoft Authenticator",irreversibleAction:"\u0647\u0630\u0627 \u0627\u0644\u0625\u062c\u0631\u0627\u0621 \u0644\u0627 \u0631\u062c\u0639\u0629 \u0641\u064a\u0647",deletingImplies:"\u062d\u0630\u0641 \u062d\u0633\u0627\u0628\u0643 \u064a\u0624\u062f\u064a \u0625\u0644\u0649:",errasingData:"\u0645\u062d\u0648 \u062c\u0645\u064a\u0639 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643",loggingOutImmediately:"\u062a\u0633\u062c\u064a\u0644 \u062e\u0631\u0648\u062c\u0643 \u0639\u0644\u0649 \u0627\u0644\u0641\u0648\u0631",accountUnusable:"\u0623\u064a \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0644\u0627\u062d\u0642 \u0644\u0644\u062a\u0637\u0628\u064a\u0642 \u0644\u0646 \u064a\u0643\u0648\u0646 \u0645\u0645\u0643\u0646\u064b\u0627 \u0645\u0639 \u0647\u0630\u0627 \u0627\u0644\u062d\u0633\u0627\u0628",missingUsernameMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.",missingFirstNameMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644.",invalidEmailMessage:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.",missingLastNameMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631.",missingEmailMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",missingPasswordMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631.",notMatchPasswordMessage:"\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0645\u062a\u0637\u0627\u0628\u0642\u0629.",invalidUserMessage:"\u0645\u0633\u062a\u062e\u062f\u0645 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d",updateReadOnlyAttributesRejectedMessage:"\u062a\u0645 \u0631\u0641\u0636 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u064a \u0647\u064a \u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637",missingTotpMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642.",missingTotpDeviceNameMessage:"\u0627\u0644\u0631\u062c\u0627\u0621 \u062a\u062d\u062f\u064a\u062f \u0627\u0633\u0645 \u0627\u0644\u062c\u0647\u0627\u0632.",invalidPasswordExistingMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.",invalidPasswordConfirmMessage:"\u062a\u0623\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0645\u062a\u0637\u0627\u0628\u0642.",invalidTotpMessage:"\u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.",usernameExistsMessage:"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0633\u0628\u0642\u064b\u0627.",emailExistsMessage:"\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0633\u0628\u0642\u064b\u0627.",readOnlyUserMessage:"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u062d\u062f\u064a\u062b \u062d\u0633\u0627\u0628\u0643 \u0644\u0623\u0646\u0647 \u0641\u064a \u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637.",readOnlyUsernameMessage:"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u062d\u062f\u064a\u062b \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0623\u0646\u0647 \u0641\u064a \u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637.",readOnlyPasswordMessage:"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u062d\u062f\u064a\u062b \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u0623\u0646 \u062d\u0633\u0627\u0628\u0643 \u0641\u064a \u0648\u0636\u0639\u064a\u0629 \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637.",successTotpMessage:"\u062a\u0645 \u062a\u0647\u064a\u0626\u0629 \u062a\u0637\u0628\u064a\u0642 \u0645\u0635\u0627\u062f\u0642\u0629.",successTotpRemovedMessage:"\u062a\u0645 \u0625\u0632\u0627\u0644\u0629 \u062a\u0637\u0628\u064a\u0642 \u0645\u0635\u0627\u062f\u0642\u0629.",successGrantRevokedMessage:"\u062a\u0645 \u0625\u0628\u0637\u0627\u0644 \u0627\u0644\u0635\u0644\u0627\u062d\u064a\u0627\u062a \u0627\u0644\u0645\u0645\u0646\u0648\u062d\u0629 \u0628\u0646\u062c\u0627\u062d.",accountUpdatedMessage:"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u062d\u0633\u0627\u0628 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643.",accountPasswordUpdatedMessage:"\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643.",missingIdentityProviderMessage:"\u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u063a\u064a\u0631 \u0645\u062d\u062f\u062f.",invalidFederatedIdentityActionMessage:"\u0625\u062c\u0631\u0627\u0621 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d \u0623\u0648 \u0645\u0641\u0642\u0648\u062f.",identityProviderNotFoundMessage:"\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u062d\u062f\u062f.",federatedIdentityLinkNotActiveMessage:"\u0647\u0630\u0647 \u0627\u0644\u0647\u0648\u064a\u0629 \u0644\u0645 \u062a\u0639\u062f \u0646\u0634\u0637\u0629.",federatedIdentityRemovingLastProviderMessage:"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0625\u0632\u0627\u0644\u0629 \u0622\u062e\u0631 \u0647\u0648\u064a\u0629 \u0645\u062a\u062d\u062f\u0629 \u0644\u0623\u0646\u0647 \u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631.",identityProviderRedirectErrorMessage:"\u0641\u0634\u0644 \u0641\u064a \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u062a\u0648\u062c\u064a\u0647 \u0625\u0644\u0649 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a.",identityProviderRemovedMessage:"\u062a\u0645\u062a \u0625\u0632\u0627\u0644\u0629 \u0645\u0632\u0648\u062f \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0628\u0646\u062c\u0627\u062d.",identityProviderAlreadyLinkedMessage:"\u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0645\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u064a \u0623\u0631\u062c\u0639\u0647\u0627 {0} \u0645\u0631\u062a\u0628\u0637\u0629 \u0645\u0633\u0628\u0642\u064b\u0627 \u0628\u0645\u0633\u062a\u062e\u062f\u0645 \u0622\u062e\u0631.",staleCodeAccountMessage:"\u0627\u0646\u062a\u0647\u062a \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0635\u0641\u062d\u0629. \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.",consentDenied:"\u062a\u0645 \u0631\u0641\u0636 \u0627\u0644\u0627\u062a\u0641\u0627\u0642\u064a\u0629.",accountDisabledMessage:"\u0627\u0644\u062d\u0633\u0627\u0628 \u0645\u0639\u0637\u0644\u060c \u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0646\u0638\u0627\u0645.",accountTemporarilyDisabledMessage:"\u0627\u0644\u062d\u0633\u0627\u0628 \u0645\u0639\u0637\u0644 \u0645\u0624\u0642\u062a\u064b\u0627\u060c \u062a\u0648\u0627\u0635\u0644 \u0645\u0639 \u0645\u0633\u0624\u0648\u0644 \u0627\u0644\u0646\u0638\u0627\u0645 \u0623\u0648 \u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0644\u0627\u062d\u0642\u064b\u0627.",invalidPasswordMinLengthMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u062f\u0646\u0649 \u0644\u0644\u0637\u0648\u0644 {0}.",invalidPasswordMaxLengthMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u0627\u0644\u062d\u062f \u0627\u0644\u0623\u0642\u0635\u0649 \u0644\u0644\u0637\u0648\u0644 {0}.",invalidPasswordMinLowerCaseCharsMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 {0} \u062d\u0631\u0648\u0641 \u0635\u063a\u064a\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.",invalidPasswordMinDigitsMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 {0} \u0623\u0631\u0642\u0627\u0645 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.",invalidPasswordMinUpperCaseCharsMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 {0} \u062d\u0631\u0648\u0641 \u0643\u0628\u064a\u0631\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.",invalidPasswordMinSpecialCharsMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 {0} \u0631\u0645\u0648\u0632 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644.",invalidPasswordNotUsernameMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645.",invalidPasswordNotEmailMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a.",invalidPasswordRegexPatternMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0644\u0623\u0646\u0645\u0627\u0637 \u0627\u0644\u0645\u062d\u062f\u062f\u0629.",invalidPasswordHistoryMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0643\u0648\u0646 \u0645\u0637\u0627\u0628\u0642\u0629 \u0644\u0623\u064a \u0645\u0646 \u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0640 {0} \u0627\u0644\u0623\u062e\u064a\u0631\u0629.",invalidPasswordBlacklistedMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0641\u064a \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0633\u0648\u062f\u0627\u0621.",invalidPasswordGenericMessage:"\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629: \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0644\u0627 \u062a\u062a\u0637\u0627\u0628\u0642 \u0645\u0639 \u0633\u064a\u0627\u0633\u0627\u062a \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631.",myResources:"\u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062e\u0627\u0635 \u0628\u064a",myResourcesSub:"\u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062e\u0627\u0635 \u0628\u064a",doDeny:"\u0631\u0641\u0636",doRevoke:"\u0625\u0628\u0637\u0627\u0644",doApprove:"\u0645\u0648\u0627\u0641\u0642\u0629",doRemoveSharing:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629",doRemoveRequest:"\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u0637\u0644\u0628",peopleAccessResource:"\u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0630\u064a\u0646 \u064a\u0645\u0643\u0646\u0647\u0645 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f",resourceManagedPolicies:"\u0623\u0630\u0648\u0646\u0627\u062a \u062a\u0645\u0646\u062d \u062d\u0642 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f",resourceNoPermissionsGrantingAccess:"\u0644\u0627 \u062a\u0648\u062c\u062f \u0623\u0630\u0648\u0646\u0627\u062a \u062a\u0645\u0646\u062d \u062d\u0642 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f",anyAction:"\u0623\u064a \u0625\u062c\u0631\u0627\u0621",description:"\u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644",name:"\u0627\u0644\u0627\u0633\u0645",scopes:"\u0627\u0644\u0645\u062c\u0627\u0644\u0627\u062a",resource:"\u0627\u0644\u0645\u0648\u0631\u062f",user:"\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",peopleSharingThisResource:"\u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0630\u064a\u0646 \u064a\u0634\u0627\u0631\u0643\u0648\u0646 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f",shareWithOthers:"\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0639 \u0627\u0644\u0622\u062e\u0631\u064a\u0646",needMyApproval:"\u064a\u062a\u0637\u0644\u0628 \u0645\u0648\u0627\u0641\u0642\u062a\u064a",requestsWaitingApproval:"\u0637\u0644\u0628\u0627\u062a\u0643 \u062a\u0646\u062a\u0638\u0631 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629",icon:"\u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0629",requestor:"\u0635\u0627\u062d\u0628 \u0627\u0644\u0637\u0644\u0628",owner:"\u0627\u0644\u0645\u0627\u0644\u0643",resourcesSharedWithMe:"\u0627\u0644\u0645\u0648\u0627\u0631\u062f \u0627\u0644\u062a\u064a \u062a\u0645 \u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0627 \u0645\u0639\u064a",permissionRequestion:"\u0637\u0644\u0628 \u0627\u0644\u0625\u0630\u0646",permission:"\u0627\u0644\u0625\u0630\u0646",shares:"\u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0627\u062a",notBeingShared:"\u0644\u0645 \u064a\u062a\u0645 \u0645\u0634\u0627\u0631\u0643\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0631\u062f.",notHaveAnyResource:"\u0644\u064a\u0633 \u0644\u062f\u064a\u0643 \u0623\u064a \u0645\u0648\u0627\u0631\u062f",noResourcesSharedWithYou:"\u0644\u0627 \u062a\u0648\u062c\u062f \u0645\u0648\u0627\u0631\u062f \u062a\u0645 \u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0627 \u0645\u0639\u0643",havePermissionRequestsWaitingForApproval:"\u0644\u062f\u064a\u0643 {0} \u0637\u0644\u0628\u0627\u062a \u0625\u0630\u0646 \u0641\u064a \u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629.",clickHereForDetails:"\u0627\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u0644\u062a\u0641\u0627\u0635\u064a\u0644.",resourceIsNotBeingShared:"\u0644\u0645 \u064a\u062a\u0645 \u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0645\u0648\u0631\u062f",locale_ar:"\u0639\u0631\u0628\u064a",locale_ca:"Catal\xe0",locale_cs:"\u010ce\u0161tina",locale_de:"Deutsch",locale_en:"English",locale_es:"Espa\xf1ol",locale_fr:"Fran\xe7ais",locale_hu:"Magyar",locale_it:"Italiano",locale_ja:"\u65e5\u672c\u8a9e",locale_lt:"Lietuvi\u0173",locale_nl:"Nederlands",locale_no:"Norsk",locale_pl:"Polski","locale_pt-BR":"Portugu\xeas (Brasil)",locale_ru:"\u0420\u0443\u0441\u0441\u043a\u0438\u0439",locale_sk:"Sloven\u010dina",locale_sv:"Svenska",locale_tr:"T\xfcrk\xe7e","locale_zh-CN":"\u4e2d\u6587\u7b80\u4f53",locale_fi:"Suomi",applicationName:"\u0627\u0644\u0627\u0633\u0645",applicationType:"\u0646\u0648\u0639 \u0627\u0644\u062a\u0637\u0628\u064a\u0642",applicationInUse:"\u062a\u0637\u0628\u064a\u0642 \u0642\u064a\u062f \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0641\u0642\u0637",clearAllFilter:"\u0645\u0633\u062d \u0643\u0644 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062a\u0635\u0641\u064a\u0629",activeFilters:"\u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062a\u0635\u0641\u064a\u0629 \u0627\u0644\u0646\u0634\u0637\u0629",filterByName:"\u0627\u0644\u062a\u0635\u0641\u064a\u0629 \u0628\u0627\u0644\u0627\u0633\u0645...",allApps:"\u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a",internalApps:"\u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u062f\u0627\u062e\u0644\u064a\u0629",thirdpartyApps:"\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0637\u0631\u0641 \u062b\u0627\u0644\u062b",appResults:"\u0627\u0644\u0646\u062a\u0627\u0626\u062c",clientNotFoundMessage:"\u0627\u0644\u0639\u0645\u064a\u0644 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f.",authorizedProvider:"\u0645\u0632\u0648\u062f \u062d\u0633\u0627\u0628\u0627\u062a \u0645\u0639\u062a\u0645\u062f",authorizedProviderMessage:"\u0645\u0632\u0648\u062f\u0648 \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0648\u0646 \u0627\u0644\u0645\u0631\u062a\u0628\u0637\u0648\u0646 \u0628\u062d\u0633\u0627\u0628\u0643",identityProvider:"\u0645\u0632\u0648\u062f \u062d\u0633\u0627\u0628\u0627\u062a",identityProviderMessage:"\u0644\u0631\u0628\u0637 \u062d\u0633\u0627\u0628\u0643 \u0628\u0645\u0632\u0648\u062f\u064a \u0627\u0644\u062d\u0633\u0627\u0628\u0627\u062a \u0627\u0644\u0630\u064a\u0646 \u0642\u0645\u062a \u0628\u0625\u0639\u062f\u0627\u062f\u0647\u0645",socialLogin:"\u062a\u0633\u062c\u064a\u0644 \u062f\u062e\u0648\u0644 \u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a",userDefined:"\u0645\u0639\u0631\u0641 \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645",removeAccess:"\u0625\u0632\u0627\u0644\u0629 \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644",removeAccessMessage:"\u0633\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0645\u0646\u062d \u0635\u0644\u0627\u062d\u064a\u0629 \u0627\u0644\u0648\u0635\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649\u060c \u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u062d\u0633\u0627\u0628 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0647\u0630\u0627.",authenticatorStatusMessage:"\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062b\u0646\u0627\u0626\u064a\u0629 \u062d\u0627\u0644\u064a\u064b\u0627",authenticatorFinishSetUpTitle:"\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062b\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643",authenticatorFinishSetUpMessage:"\u0641\u064a \u0643\u0644 \u0645\u0631\u0629 \u062a\u0642\u0648\u0645 \u0641\u064a\u0647\u0627 \u0628\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0625\u0644\u0649 \u062d\u0633\u0627\u0628\u0643\u060c \u0633\u064a\u0637\u0644\u0628 \u0645\u0646\u0643 \u062a\u0642\u062f\u064a\u0645 \u0631\u0645\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u062b\u0646\u0627\u0626\u064a.",authenticatorSubTitle:"\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062b\u0646\u0627\u0626\u064a\u0629",authenticatorSubMessage:"\u0644\u062a\u0639\u0632\u064a\u0632 \u0623\u0645\u0627\u0646 \u062d\u0633\u0627\u0628\u0643\u060c \u0642\u0645 \u0628\u062a\u0645\u0643\u064a\u0646 \u0637\u0631\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 \u0645\u0646 \u0637\u0631\u0642 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u062b\u0646\u0627\u0626\u064a\u0629 \u0627\u0644\u0645\u062a\u0627\u062d\u0629.",authenticatorMobileTitle:"\u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0628\u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0630\u0643\u064a",authenticatorMobileMessage:"\u0627\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0628\u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u0630\u0643\u064a \u0644\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0631\u0645\u0648\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0643\u0645\u0635\u0627\u062f\u0642\u0629 \u062b\u0646\u0627\u0626\u064a\u0629.",authenticatorMobileFinishSetUpMessage:"\u062a\u0645 \u0631\u0628\u0637 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0628\u0647\u0627\u062a\u0641\u0643.",authenticatorActionSetup:"\u0625\u0639\u062f\u0627\u062f",authenticatorSMSTitle:"\u0631\u0645\u0632 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0646\u0635\u064a\u0629 \u0627\u0644\u0642\u0635\u064a\u0631\u0629",authenticatorSMSMessage:"\u0633\u064a\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0625\u0644\u0649 \u0647\u0627\u062a\u0641\u0643 \u0643\u0645\u0635\u0627\u062f\u0642\u0629 \u062b\u0646\u0627\u0626\u064a\u0629.",authenticatorSMSFinishSetUpMessage:"\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0631\u0633\u0627\u0644\u0629 \u0627\u0644\u0646\u0635\u064a\u0629 \u0625\u0644\u0649",authenticatorDefaultStatus:"\u0627\u0641\u062a\u0631\u0627\u0636\u064a",authenticatorChangePhone:"\u062a\u063a\u064a\u064a\u0631 \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u062c\u0648\u0627\u0644",authenticatorMobileSetupTitle:"\u0625\u0639\u062f\u0627\u062f \u062a\u0637\u0628\u064a\u0642 \u0647\u0627\u062a\u0641 \u0645\u0635\u0627\u062f\u0642",smscodeIntroMessage:"\u0623\u062f\u062e\u0644 \u0631\u0642\u0645 \u0647\u0627\u062a\u0641\u0643 \u0627\u0644\u0645\u062d\u0645\u0648\u0644 \u0648\u0633\u0648\u0641 \u064a\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0625\u0644\u0649 \u0647\u0627\u062a\u0641\u0643.",mobileSetupStep1:"\u0642\u0645 \u0628\u062a\u062b\u0628\u064a\u062a \u062a\u0637\u0628\u064a\u0642 \u0645\u0635\u0627\u062f\u0642\u0629 \u0639\u0644\u0649 \u0647\u0627\u062a\u0641\u0643. \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u062f\u0631\u062c\u0629 \u0647\u0646\u0627 \u0647\u064a \u0627\u0644\u0645\u062f\u0639\u0648\u0645\u0629.",mobileSetupStep2:"\u0627\u0641\u062a\u062d \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0648\u0642\u0645 \u0628\u0645\u0633\u062d \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629:",mobileSetupStep3:"\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0630\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0648\u0627\u062d\u062f \u0648\u0627\u0644\u0635\u0627\u062f\u0631 \u0645\u0646 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u062b\u0645 \u0627\u0646\u0642\u0631 \u0639\u0644\u0649 \u0632\u0631 \u0627\u0644\u062d\u0641\u0638 \u0644\u0625\u062a\u0645\u0627\u0645 \u0627\u0644\u0625\u0639\u062f\u0627\u062f.",scanBarCode:"\u062a\u0631\u064a\u062f \u0645\u0633\u062d \u0631\u0645\u0632 \u0627\u0644\u0627\u0633\u062a\u062c\u0627\u0628\u0629 \u0627\u0644\u0633\u0631\u064a\u0639\u0629\u061f",enterBarCode:"\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642 \u0630\u0627\u062a \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0648\u0627\u062d\u062f",doCopy:"\u0646\u0633\u062e",doFinish:"\u0625\u0646\u0647\u0627\u0621",authenticatorSMSCodeSetupTitle:"\u0625\u0639\u062f\u0627\u062f \u0631\u0645\u0632 \u0627\u0644\u0631\u0633\u0627\u0626\u0644 \u0627\u0644\u0646\u0635\u064a\u0629 \u0627\u0644\u0642\u0635\u064a\u0631\u0629",chooseYourCountry:"\u0627\u062e\u062a\u0631 \u062f\u0648\u0644\u062a\u0643",enterYourPhoneNumber:"\u0623\u062f\u062e\u0644 \u0631\u0642\u0645 \u0627\u0644\u0647\u0627\u062a\u0641 \u0627\u0644\u062c\u0648\u0627\u0644",sendVerficationCode:"\u0625\u0631\u0633\u0627\u0644 \u0631\u0645\u0632 \u062a\u062d\u0642\u0642",enterYourVerficationCode:"\u0623\u062f\u062e\u0644 \u0631\u0645\u0632 \u0627\u0644\u062a\u062d\u0642\u0642",authenticatorBackupCodesSetupTitle:"\u0625\u0639\u062f\u0627\u062f \u0631\u0645\u0648\u0632 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u0644\u0627\u062d\u062a\u064a\u0627\u0637\u064a\u0629",realmName:"\u0627\u0644\u0645\u0646\u0638\u0648\u0645\u0629",doDownload:"\u062a\u0646\u0632\u064a\u0644",doPrint:"\u0637\u0628\u0627\u0639\u0629",generateNewBackupCodes:"\u062a\u0648\u0644\u064a\u062f \u0631\u0645\u0648\u0632 \u0645\u0635\u0627\u062f\u0642\u0629 \u0627\u062d\u062a\u064a\u0627\u0637\u064a\u0629 \u062c\u062f\u064a\u062f\u0629",backtoAuthenticatorPage:"\u0627\u0644\u0639\u0648\u062f\u0629 \u0625\u0644\u0649 \u0635\u0641\u062d\u0629 \u0627\u0644\u0645\u0635\u0627\u062f\u0642\u0629",resources:"\u0627\u0644\u0645\u0648\u0627\u0631\u062f",sharedwithMe:"\u062a\u0645 \u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0627 \u0645\u0639\u064a",share:"\u0645\u0634\u0627\u0631\u0643\u0629",sharedwith:"\u062a\u0645 \u0645\u0634\u0627\u0631\u0643\u062a\u0647\u0627 \u0645\u0639",accessPermissions:"\u0623\u0630\u0648\u0646\u0627\u062a \u0627\u0644\u0648\u0635\u0648\u0644",permissionRequests:"\u0637\u0644\u0628\u0627\u062a \u0627\u0644\u0625\u0630\u0646",approve:"\u0645\u0648\u0627\u0641\u0642\u0629",approveAll:"\u0645\u0648\u0627\u0641\u0642\u0629 \u0639\u0644\u0649 \u0627\u0644\u0643\u0644",people:"\u0623\u0634\u062e\u0627\u0635",perPage:"\u0644\u0643\u0644 \u0635\u0641\u062d\u0629",currentPage:"\u0627\u0644\u0635\u0641\u062d\u0629 \u0627\u0644\u062d\u0627\u0644\u064a\u0629",sharetheResource:"\u0645\u0634\u0627\u0631\u0643\u0629 \u0627\u0644\u0645\u0648\u0631\u062f",group:"\u0645\u062c\u0645\u0648\u0639\u0629",selectPermission:"\u0627\u062e\u062a\u0631 \u0627\u0644\u0625\u0630\u0646",addPeople:"\u0623\u0636\u0641 \u0623\u0634\u062e\u0627\u0635\u064b\u0627 \u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0648\u0631\u062f\u0643 \u0645\u0639\u0647\u0645",addTeam:"\u0623\u0636\u0641 \u0641\u0631\u064a\u0642\u064b\u0627 \u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0645\u0648\u0631\u062f\u0643 \u0645\u0639\u0647\u0645",myPermissions:"\u0627\u0644\u0623\u0630\u0648\u0646\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u064a",waitingforApproval:"\u0628\u0627\u0646\u062a\u0638\u0627\u0631 \u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629",anyPermission:"\u0623\u064a \u0625\u0630\u0646","openshift.scope.user_info":"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","openshift.scope.user_check-access":"\u0645\u0639\u0644\u0648\u0645\u0627\u062a \u0648\u0635\u0648\u0644 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645","openshift.scope.user_full":"\u0627\u0644\u0648\u0635\u0648\u0644 \u0627\u0644\u0643\u0627\u0645\u0644","openshift.scope.list-projects":"\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639","error-invalid-value":"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","error-invalid-blank":"\u064a\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0642\u064a\u0645\u0629.","error-empty":"\u064a\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0642\u064a\u0645\u0629.","error-invalid-length":"\u0627\u0644\u062d\u0642\u0644 {0} \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0637\u0648\u0644\u0647 \u0628\u064a\u0646 {1} \u0648 {2}.","error-invalid-length-too-short":"\u0627\u0644\u062d\u0642\u0644 {0} \u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u0642\u0644 \u0637\u0648\u0644\u0647 \u0639\u0646 {1}.","error-invalid-length-too-long":"\u0627\u0644\u062d\u0642\u0644 {0} \u064a\u062c\u0628 \u0623\u0644\u0627 \u064a\u0632\u064a\u062f \u0637\u0648\u0644\u0647 \u0639\u0646 {2}.","error-invalid-email":"\u0628\u0631\u064a\u062f \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-invalid-number":"\u0631\u0642\u0645 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-number-out-of-range":"\u0627\u0644\u062d\u0642\u0644 {0} \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0631\u0642\u0645\u064b\u0627 \u0628\u064a\u0646 {1} \u0648 {2}.","error-number-out-of-range-too-small":"\u0627\u0644\u062d\u0642\u0644 {0} \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0642\u0644 \u0642\u064a\u0645\u062a\u0647 \u0639\u0646 {1}.","error-number-out-of-range-too-big":"\u0627\u0644\u062d\u0642\u0644 {0} \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0632\u064a\u062f \u0642\u064a\u0645\u062a\u0647 \u0639\u0646 {2}.","error-pattern-no-match":"\u0642\u064a\u0645\u0629 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","error-invalid-uri":"\u0639\u0646\u0648\u0627\u0646 \u0645\u0648\u0642\u0639 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-invalid-uri-scheme":"\u0628\u0627\u062f\u0626\u0629 \u0639\u0646\u0648\u0627\u0646 \u0645\u0648\u0642\u0639 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d\u0629.","error-invalid-uri-fragment":"\u0645\u0644\u062d\u0642 \u0639\u0646\u0648\u0627\u0646 \u0645\u0648\u0642\u0639 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-user-attribute-required":"\u064a\u0631\u062c\u0649 \u062a\u062d\u062f\u064a\u062f \u0627\u0644\u062d\u0642\u0644 {0}.","error-invalid-date":"\u062a\u0627\u0631\u064a\u062e \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-user-attribute-read-only":"\u0627\u0644\u062d\u0642\u0644 {0} \u0644\u0644\u0642\u0631\u0627\u0621\u0629 \u0641\u0642\u0637.","error-username-invalid-character":"\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u062d\u0631\u0641 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d.","error-person-name-invalid-character":"\u0627\u0644\u0627\u0633\u0645 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 \u062d\u0631\u0641 \u063a\u064a\u0631 \u0635\u0627\u0644\u062d."}}}]); +//# sourceMappingURL=684.bac9ae5b.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/684.bac9ae5b.chunk.js.map b/resources/keycloak/keycloakify/static/js/684.bac9ae5b.chunk.js.map new file mode 100644 index 00000000..ed53ebf6 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/684.bac9ae5b.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/684.bac9ae5b.chunk.js","mappings":"qIAyWA,UArWgB,CACd,OAAU,qBACV,SAAY,iCACZ,oBAAuB,gJACvB,SAAY,iCACZ,MAAS,iCACT,UAAa,0DACb,QAAW,0DACX,OAAU,qBACV,gBAAmB,yFACnB,yBAA4B,8FAC5B,4BAA+B,gEAC/B,sBAAyB,qGACzB,2BAA8B,sEAC9B,2BAA8B,oGAC9B,qBAAwB,sEACxB,sBAAyB,8FACzB,6BAAgC,wFAChC,oBAAuB,0DACvB,wBAA2B,+FAC3B,wBAA2B,sEAC3B,kBAAqB,6CACrB,uBAA0B,sEAC1B,mBAAsB,8FACtB,sBAAyB,yDACzB,wBAA2B,oGAC3B,gCAAmC,wJACnC,yBAA4B,wMAC5B,qBAAwB,gEACxB,4BAA+B,sLAC/B,yBAA4B,sQAC5B,qBAAwB,uJACxB,0BAA6B,2KAC7B,oBAAuB,+FACvB,2BAA8B,wJAC9B,sBAAyB,8oBACzB,iBAAoB,8FACpB,mBAAsB,yMACtB,kBAAqB,6EACrB,MAAS,oGACT,UAAa,gEACb,UAAa,gEACb,SAAY,sEACZ,SAAY,sEACZ,WAAc,gEACd,SAAY,gEACZ,gBAAmB,2GACnB,gBAAmB,iCACnB,YAAe,mFACf,SAAY,sEACZ,QAAW,6CACX,OAAU,uCACV,SAAY,6CACZ,OAAU,qGACV,YAAe,4EACf,QAAW,uCACX,cAAiB,mKACjB,QAAW,oGACX,YAAe,0DACf,oBAAuB,yHACvB,OAAU,iCACV,SAAY,4EACZ,SAAY,6CACZ,wBAA2B,sFAC3B,wBAA2B,2GAC3B,sBAAyB,oGACzB,wBAA2B,6CAC3B,sBAAyB,0DACzB,8BAAiC,yFACjC,6BAAgC,+FAChC,sBAAyB,kFACzB,WAAc,iCACd,mBAAoB,sEACpB,oBAAqB,sEACrB,kBAAmB,sEACnB,kBAAmB,kFACnB,yBAA0B,4EAC1B,mBAAoB,4EACpB,oBAAqB,gEACrB,mBAAoB,gEACpB,+BAAgC,qGAChC,oBAAqB,kFACrB,oBAAqB,kFACrB,oBAAqB,8FACrB,2BAA4B,wFAC5B,iCAAkC,iHAClC,sBAAuB,4EACvB,qBAAsB,4EACtB,oBAAqB,yFACrB,sBAAuB,sEACvB,4BAA6B,uHAC7B,sBAAuB,8FACvB,kBAAmB,gEACnB,sBAAuB,yFACvB,uBAA0B,+FAC1B,eAAkB,uCAClB,yBAA0B,2GAC1B,gCAAiC,0IACjC,mBAAoB,0IACpB,0BAA2B,kFAC3B,cAAiB,2BACjB,eAAkB,wFAClB,kBAAqB,qGACrB,kBAAqB,6GACrB,OAAU,8DACV,KAAQ,6CACR,MAAS,iCACT,GAAM,sEACN,OAAU,uCACV,QAAW,6CACX,QAAW,mDACX,QAAW,8CACX,WAAc,8CACd,QAAW,8CACX,aAAgB,yDAChB,QAAW,uCACX,kBAAqB,kFACrB,cAAiB,8FACjB,kBAAmB,sEACnB,SAAY,6CACZ,IAAO,iCACP,YAAe,6CACf,eAAkB,wFAClB,mBAAsB,oGACtB,oBAAuB,+IACvB,iBAAoB,kFACpB,OAAU,6CACV,WAAc,eACd,WAAc,oDACd,aAAgB,uEAChB,OAAU,sEACV,wBAA2B,yIAC3B,OAAU,0DACV,UAAa,6QACb,UAAa,kOACb,UAAa,2dACb,oBAAuB,wQACvB,gBAAmB,wJACnB,gBAAmB,mRACnB,iBAAoB,sGACpB,gBAAmB,gJACnB,YAAa,6EACb,YAAa,mFACb,SAAY,iCACZ,cAAiB,+DACjB,WAAc,gEACd,aAAgB,4EAChB,YAAe,uCACf,eAAkB,0DAClB,mBAAsB,UACtB,kBAAqB,uBACrB,kCAAqC,0BACrC,mBAAsB,yHACtB,gBAAmB,iGACnB,aAAgB,iJAChB,sBAAyB,kHACzB,gBAAmB,8QACnB,uBAA0B,2IAC1B,wBAA2B,qIAC3B,oBAAuB,iJACvB,uBAA0B,2IAC1B,oBAAuB,yKACvB,uBAA0B,qIAC1B,wBAA2B,qIAC3B,mBAAsB,mFACtB,wCAA2C,sNAC3C,mBAAsB,+HACtB,6BAAgC,+HAChC,+BAAkC,8JAClC,8BAAiC,wJACjC,mBAAsB,uGACtB,sBAAyB,iJACzB,mBAAsB,+KACtB,oBAAuB,gPACvB,wBAA2B,qRAC3B,wBAA2B,wSAC3B,mBAAsB,mHACtB,0BAA6B,mHAC7B,2BAA8B,sLAC9B,sBAAyB,gIACzB,8BAAiC,+JACjC,+BAAkC,yHAClC,sCAAyC,0HACzC,gCAAmC,0MACnC,sCAAyC,oHACzC,6CAAgD,gRAChD,qCAAwC,0MACxC,+BAAkC,8JAClC,qCAAwC,6RACxC,wBAA2B,mOAC3B,cAAiB,0FACjB,uBAA0B,uLAC1B,kCAAqC,mVACrC,gCAAmC,qNACnC,gCAAmC,qNACnC,wCAA2C,oTAC3C,gCAAmC,2RACnC,wCAA2C,oTAC3C,sCAAyC,qRACzC,kCAAqC,kSACrC,+BAAkC,0TAClC,mCAAsC,8SACtC,8BAAiC,8XACjC,kCAAqC,qRACrC,8BAAiC,+XACjC,YAAe,yFACf,eAAkB,yFAClB,OAAU,qBACV,SAAY,iCACZ,UAAa,uCACb,gBAAmB,kFACnB,gBAAmB,gEACnB,qBAAwB,iOACxB,wBAA2B,6LAC3B,oCAAuC,mOACvC,UAAa,8CACb,YAAe,mDACf,KAAQ,iCACR,OAAU,mDACV,SAAY,uCACZ,KAAQ,mDACR,0BAA6B,+KAC7B,gBAAmB,2GACnB,eAAkB,4EAClB,wBAA2B,uHAC3B,KAAQ,mDACR,UAAa,0DACb,MAAS,uCACT,sBAAyB,uJACzB,qBAAwB,oDACxB,WAAc,iCACd,OAAU,yDACV,eAAkB,gIAClB,mBAAsB,0FACtB,yBAA4B,wJAC5B,yCAA4C,qLAC5C,oBAAuB,gGACvB,yBAA4B,4GAC5B,UAAa,2BACb,UAAa,YACb,UAAa,oBACb,UAAa,UACb,UAAa,UACb,UAAa,aACb,UAAa,cACb,UAAa,SACb,UAAa,WACb,UAAa,qBACb,UAAa,gBACb,UAAa,aACb,UAAa,QACb,UAAa,SACb,eAAgB,wBAChB,UAAa,6CACb,UAAa,kBACb,UAAa,UACb,UAAa,eACb,eAAgB,2BAChB,UAAa,QACb,gBAAmB,iCACnB,gBAAmB,gEACnB,iBAAoB,8HACpB,eAAkB,4GAClB,cAAiB,iHACjB,aAAgB,qFAChB,QAAW,kFACX,aAAgB,0GAChB,eAAkB,yFAClB,WAAc,6CACd,sBAAyB,0FACzB,mBAAsB,+FACtB,0BAA6B,qOAC7B,iBAAoB,gEACpB,wBAA2B,mPAC3B,YAAe,2LACf,YAAe,4GACf,aAAgB,2GAChB,oBAAuB,2YACvB,2BAA8B,yIAC9B,8BAAiC,sJACjC,gCAAmC,4YACnC,sBAAyB,mIACzB,wBAA2B,qbAC3B,yBAA4B,6HAC5B,2BAA8B,yWAC9B,sCAAyC,yHACzC,yBAA4B,iCAC5B,sBAAyB,gJACzB,wBAA2B,qPAC3B,mCAAsC,iJACtC,2BAA8B,6CAC9B,yBAA4B,8HAC5B,8BAAiC,wHACjC,oBAAuB,8SACvB,iBAAoB,+VACpB,iBAAoB,wOACpB,iBAAoB,2dACpB,YAAe,yKACf,aAAgB,kMAChB,OAAU,qBACV,SAAY,iCACZ,+BAAkC,+KAClC,kBAAqB,0DACrB,qBAAwB,wHACxB,oBAAuB,6EACvB,yBAA4B,mFAC5B,mCAAsC,wKACtC,UAAa,mDACb,WAAc,iCACd,QAAW,iCACX,uBAA0B,+KAC1B,wBAA2B,oIAC3B,UAAa,6CACb,aAAgB,mFAChB,MAAS,uCACT,WAAc,6EACd,kBAAqB,4EACrB,mBAAsB,gEACtB,QAAW,uCACX,WAAc,mFACd,OAAU,iCACV,QAAW,8CACX,YAAe,kFACf,iBAAoB,4EACpB,MAAS,uCACT,iBAAoB,0DACpB,UAAa,mKACb,QAAW,6JACX,cAAiB,qGACjB,mBAAsB,8FACtB,cAAiB,kCACjB,4BAA6B,8FAC7B,oCAAqC,uHACrC,4BAA6B,4EAC7B,gCAAiC,kFACjC,sBAAuB,8EACvB,sBAAuB,oFACvB,cAAe,oFACf,uBAAwB,0JACxB,iCAAkC,yIAClC,gCAAiC,+IACjC,sBAAuB,yHACvB,uBAAwB,kEACxB,4BAA6B,gKAC7B,sCAAuC,+IACvC,oCAAqC,qJACrC,yBAA0B,8EAC1B,oBAAqB,uGACrB,2BAA4B,4IAC5B,6BAA8B,gIAC9B,gCAAiC,8FACjC,qBAAsB,8EACtB,iCAAkC,oGAClC,mCAAoC,wLACpC,sCAAuC,mJ","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/ar.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"حفظ\",\n \"doCancel\": \"إلغاء\",\n \"doLogOutAllSessions\": \"تسجيل الخروج لجميع الجلسات\",\n \"doRemove\": \"إزالة\",\n \"doAdd\": \"إضافة\",\n \"doSignOut\": \"تسجيل خروج\",\n \"doLogIn\": \"تسجيل دخول\",\n \"doLink\": \"ربط\",\n \"noAccessMessage\": \"الوصول غير مسموح\",\n \"personalInfoSidebarTitle\": \"البيانات الشخصية\",\n \"accountSecuritySidebarTitle\": \"أمان الحساب\",\n \"signingInSidebarTitle\": \"عملية تسجيل الدخول\",\n \"deviceActivitySidebarTitle\": \"نشاط الأجهزة\",\n \"linkedAccountsSidebarTitle\": \"الحسابات المرتبطة\",\n \"editAccountHtmlTitle\": \"تعديل الحساب\",\n \"personalInfoHtmlTitle\": \"البيانات الشخصية\",\n \"federatedIdentitiesHtmlTitle\": \"الهويات المتحدة\",\n \"accountLogHtmlTitle\": \"سجل الحساب\",\n \"changePasswordHtmlTitle\": \"تغيير كلمة المرور\",\n \"deviceActivityHtmlTitle\": \"نشاط الأجهزة\",\n \"sessionsHtmlTitle\": \"الجلسات\",\n \"accountManagementTitle\": \"إدارة الحساب\",\n \"authenticatorTitle\": \"تطبيقات المصادقة\",\n \"applicationsHtmlTitle\": \"التطبيقات\",\n \"linkedAccountsHtmlTitle\": \"الحسابات المرتبطة\",\n \"accountManagementWelcomeMessage\": \"أهلاً بك في صفحة إدارة الحساب\",\n \"personalInfoIntroMessage\": \"قم بإدارة البيانات الأساسية الخاصة بك\",\n \"accountSecurityTitle\": \"أمان الحساب\",\n \"accountSecurityIntroMessage\": \"تحكم في كلمة المرور والوصول لحسابك\",\n \"applicationsIntroMessage\": \"قم بتتبع وإدارة أذونات التطبيقات للوصول إلى حسابك\",\n \"resourceIntroMessage\": \"شارك الموارد مع أعضاء الفريق\",\n \"passwordLastUpdateMessage\": \"تم تغيير كلمة المرور الخاصة بك في\",\n \"updatePasswordTitle\": \"تغيير كلمة المرور\",\n \"updatePasswordMessageTitle\": \"تأكد من اختيار كلمة مرور قوية\",\n \"updatePasswordMessage\": \"كلمة المرور القوية تتكون من مزيج من الأرقام والحروف والرموز، بحيث يصعب تخمينها ولا تمثل كلمات حقيقية، وتستخدم لهذا الحساب فقط.\",\n \"personalSubTitle\": \"بياناتك الأساسية\",\n \"personalSubMessage\": \"قم بإدارة البيانات الأساسية الخاصة بك.\",\n \"authenticatorCode\": \"رمز لمرة واحدة\",\n \"email\": \"البريد الإلكتروني\",\n \"firstName\": \"الاسم الأول\",\n \"givenName\": \"الاسم الأول\",\n \"fullName\": \"الاسم الكامل\",\n \"lastName\": \"الاسم الأخير\",\n \"familyName\": \"اسم العائلة\",\n \"password\": \"كلمة المرور\",\n \"currentPassword\": \"كلمة المرور الحالية\",\n \"passwordConfirm\": \"تأكيد\",\n \"passwordNew\": \"كلمة مرور جديدة\",\n \"username\": \"اسم المستخدم\",\n \"address\": \"العنوان\",\n \"street\": \"الشارع\",\n \"locality\": \"المدينة\",\n \"region\": \"الولاية أو المنطقة\",\n \"postal_code\": \"الرمز البريدي\",\n \"country\": \"الدولة\",\n \"emailVerified\": \"تم التحقق من البريد الإلكتروني\",\n \"website\": \"الموقع الإلكتروني\",\n \"phoneNumber\": \"رقم الهاتف\",\n \"phoneNumberVerified\": \"تم التحقق من رقم الهاتف\",\n \"gender\": \"الجنس\",\n \"birthday\": \"تاريخ الميلاد\",\n \"zoneinfo\": \"التوقيت\",\n \"gssDelegationCredential\": \"تفويض الاعتماد GSS\",\n \"profileScopeConsentText\": \"ملف تعريفي للمستخدم\",\n \"emailScopeConsentText\": \"البريد الإلكتروني\",\n \"addressScopeConsentText\": \"العنوان\",\n \"phoneScopeConsentText\": \"رقم الهاتف\",\n \"offlineAccessScopeConsentText\": \"الوصول دون اتصال\",\n \"samlRoleListScopeConsentText\": \"الأدوار الخاصة بي\",\n \"rolesScopeConsentText\": \"أدوار المستخدم\",\n \"role_admin\": \"مسؤول\",\n \"role_realm-admin\": \"مسؤول منظومة\",\n \"role_create-realm\": \"إنشاء منظومة\",\n \"role_view-realm\": \"عرض المنظومة\",\n \"role_view-users\": \"عرض المستخدمين\",\n \"role_view-applications\": \"عرض التطبيقات\",\n \"role_view-groups\": \"عرض المجموعات\",\n \"role_view-clients\": \"عرض العملاء\",\n \"role_view-events\": \"عرض الأحداث\",\n \"role_view-identity-providers\": \"عرض مزودي الحسابات\",\n \"role_view-consent\": \"عرض الاتفاقيات\",\n \"role_manage-realm\": \"إدارة المنظومة\",\n \"role_manage-users\": \"إدارة المستخدمين\",\n \"role_manage-applications\": \"إدارة التطبيقات\",\n \"role_manage-identity-providers\": \"إدارة مزودي الحسابات\",\n \"role_manage-clients\": \"إدارة العملاء\",\n \"role_manage-events\": \"إدارة الأحداث\",\n \"role_view-profile\": \"عرض الملف الشخصي\",\n \"role_manage-account\": \"إدارة الحساب\",\n \"role_manage-account-links\": \"إدارة ارتباطات الحساب\",\n \"role_manage-consent\": \"إدارة الاتفاقيات\",\n \"role_read-token\": \"قراءة الرمز\",\n \"role_offline-access\": \"الوصول دون اتصال\",\n \"role_uma_authorization\": \"الحصول على أذونات\",\n \"client_account\": \"الحساب\",\n \"client_account-console\": \"لوحة التحكم بالحساب\",\n \"client_security-admin-console\": \"لوحة التحكم بأمان المسؤول\",\n \"client_admin-cli\": \"واجهة سطر الأوامر للمسؤول\",\n \"client_realm-management\": \"إدارة المنظومة\",\n \"client_broker\": \"وسيط\",\n \"requiredFields\": \"الحقول المطلوبة\",\n \"allFieldsRequired\": \"جميع الحقول مطلوبة\",\n \"backToApplication\": \"» العودة إلى التطبيق\",\n \"backTo\": \"العودة إلى {0}\",\n \"date\": \"التاريخ\",\n \"event\": \"الحدث\",\n \"ip\": \"عنوان الشبكة\",\n \"client\": \"العميل\",\n \"clients\": \"العملاء\",\n \"details\": \"التفاصيل\",\n \"started\": \"ابتدأ في\",\n \"lastAccess\": \"آخر وصول\",\n \"expires\": \"ينتهي في\",\n \"applications\": \"التطبيقات\",\n \"account\": \"الحساب\",\n \"federatedIdentity\": \"الهوية المتحدة\",\n \"authenticator\": \"تطبيقات المصادقة\",\n \"device-activity\": \"نشاط الأجهزة\",\n \"sessions\": \"الجلسات\",\n \"log\": \"السجل\",\n \"application\": \"التطبيق\",\n \"availableRoles\": \"الأدوار المتاحة\",\n \"grantedPermissions\": \"الأذونات الممنوحة\",\n \"grantedPersonalInfo\": \"البيانات الشخصية الممنوحة\",\n \"additionalGrants\": \"المنح الإضافية\",\n \"action\": \"الإجراء\",\n \"inResource\": \"في\",\n \"fullAccess\": \"وصول شامل\",\n \"offlineToken\": \"رمز دون اتصال\",\n \"revoke\": \"إبطال المنحة\",\n \"configureAuthenticators\": \"تطبيقات المصادقة المهيئة\",\n \"mobile\": \"هاتف متنقل\",\n \"totpStep1\": \"قم بتثبيت إحدى التطبيقات التالية على هاتفك المتنقل:\",\n \"totpStep2\": \"افتح التطبيق ثم امسح رمز الاستجابة السريعة:\",\n \"totpStep3\": \"أدخل رمز التحقق ذات الاستخدام الواحد والصادر من التطبيق ثم انقر على زر الحفظ لإتمام الإعداد.\",\n \"totpStep3DeviceName\": \"ضع اسمًا للجهاز حتى يسهل عليك إدارة أجهزة المصادقة.\",\n \"totpManualStep2\": \"افتح التطبيق ثم أدخل المفتاح:\",\n \"totpManualStep3\": \"استخدم قيم التكوين التالية إذا سمح التطبيق بتعيينها:\",\n \"totpUnableToScan\": \"غير قادر على المسح؟\",\n \"totpScanBarcode\": \"مسح رمز الاستجابة السريعة؟\",\n \"totp.totp\": \"على أساس الوقت\",\n \"totp.hotp\": \"على أساس العداد\",\n \"totpType\": \"النوع\",\n \"totpAlgorithm\": \"الخوارزمية\",\n \"totpDigits\": \"عدد الخانات\",\n \"totpInterval\": \"المدة الزمنية\",\n \"totpCounter\": \"العداد\",\n \"totpDeviceName\": \"اسم الجهاز\",\n \"totpAppFreeOTPName\": \"FreeOTP\",\n \"totpAppGoogleName\": \"Google Authenticator\",\n \"totpAppMicrosoftAuthenticatorName\": \"Microsoft Authenticator\",\n \"irreversibleAction\": \"هذا الإجراء لا رجعة فيه\",\n \"deletingImplies\": \"حذف حسابك يؤدي إلى:\",\n \"errasingData\": \"محو جميع البيانات الخاصة بك\",\n \"loggingOutImmediately\": \"تسجيل خروجك على الفور\",\n \"accountUnusable\": \"أي استخدام لاحق للتطبيق لن يكون ممكنًا مع هذا الحساب\",\n \"missingUsernameMessage\": \"الرجاء تحديد اسم المستخدم.\",\n \"missingFirstNameMessage\": \"الرجاء تحديد الاسم الأول.\",\n \"invalidEmailMessage\": \"البريد الإلكتروني غير صالح.\",\n \"missingLastNameMessage\": \"الرجاء تحديد الاسم الأخير.\",\n \"missingEmailMessage\": \"الرجاء تحديد البريد الإلكتروني.\",\n \"missingPasswordMessage\": \"الرجاء تحديد كلمة المرور.\",\n \"notMatchPasswordMessage\": \"كلمات المرور غير متطابقة.\",\n \"invalidUserMessage\": \"مستخدم غير صالح\",\n \"updateReadOnlyAttributesRejectedMessage\": \"تم رفض تحديث البيانات التي هي للقراءة فقط\",\n \"missingTotpMessage\": \"الرجاء تحديد رمز التحقق.\",\n \"missingTotpDeviceNameMessage\": \"الرجاء تحديد اسم الجهاز.\",\n \"invalidPasswordExistingMessage\": \"كلمة المرور الحالية غير صالحة.\",\n \"invalidPasswordConfirmMessage\": \"تأكيد كلمة المرور غير متطابق.\",\n \"invalidTotpMessage\": \"رمز التحقق غير صالح.\",\n \"usernameExistsMessage\": \"اسم المستخدم مستخدم مسبقًا.\",\n \"emailExistsMessage\": \"البريد الإلكتروني مستخدم مسبقًا.\",\n \"readOnlyUserMessage\": \"لا يمكنك تحديث حسابك لأنه في وضعية القراءة فقط.\",\n \"readOnlyUsernameMessage\": \"لا يمكنك تحديث اسم المستخدم لأنه في وضعية القراءة فقط.\",\n \"readOnlyPasswordMessage\": \"لا يمكنك تحديث كلمة المرور لأن حسابك في وضعية القراءة فقط.\",\n \"successTotpMessage\": \"تم تهيئة تطبيق مصادقة.\",\n \"successTotpRemovedMessage\": \"تم إزالة تطبيق مصادقة.\",\n \"successGrantRevokedMessage\": \"تم إبطال الصلاحيات الممنوحة بنجاح.\",\n \"accountUpdatedMessage\": \"تم تحديث الحساب الخاص بك.\",\n \"accountPasswordUpdatedMessage\": \"تم تحديث كلمة المرور الخاصة بك.\",\n \"missingIdentityProviderMessage\": \"مزود الحسابات غير محدد.\",\n \"invalidFederatedIdentityActionMessage\": \"إجراء غير صالح أو مفقود.\",\n \"identityProviderNotFoundMessage\": \"لم يتم العثور على مزود الحسابات المحدد.\",\n \"federatedIdentityLinkNotActiveMessage\": \"هذه الهوية لم تعد نشطة.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"لا يمكنك إزالة آخر هوية متحدة لأنه ليس لديك كلمة مرور.\",\n \"identityProviderRedirectErrorMessage\": \"فشل في إعادة التوجيه إلى مزود الحسابات.\",\n \"identityProviderRemovedMessage\": \"تمت إزالة مزود الحسابات بنجاح.\",\n \"identityProviderAlreadyLinkedMessage\": \"الهوية الموحدة التي أرجعها {0} مرتبطة مسبقًا بمستخدم آخر.\",\n \"staleCodeAccountMessage\": \"انتهت صلاحية الصفحة. يرجى المحاولة مرة أخرى.\",\n \"consentDenied\": \"تم رفض الاتفاقية.\",\n \"accountDisabledMessage\": \"الحساب معطل، تواصل مع مسؤول النظام.\",\n \"accountTemporarilyDisabledMessage\": \"الحساب معطل مؤقتًا، تواصل مع مسؤول النظام أو حاول مرة أخرى لاحقًا.\",\n \"invalidPasswordMinLengthMessage\": \"كلمة المرور غير صالحة: الحد الأدنى للطول {0}.\",\n \"invalidPasswordMaxLengthMessage\": \"كلمة المرور غير صالحة: الحد الأقصى للطول {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"كلمة المرور غير صالحة: يجب أن تحتوي على {0} حروف صغيرة على الأقل.\",\n \"invalidPasswordMinDigitsMessage\": \"كلمة المرور غير صالحة: يجب أن تحتوي على {0} أرقام على الأقل.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"كلمة المرور غير صالحة: يجب أن تحتوي على {0} حروف كبيرة على الأقل.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"كلمة المرور غير صالحة: يجب أن تحتوي على {0} رموز على الأقل.\",\n \"invalidPasswordNotUsernameMessage\": \"كلمة المرور غير صالحة: يجب ألا تكون مطابقة لاسم المستخدم.\",\n \"invalidPasswordNotEmailMessage\": \"كلمة المرور غير صالحة: يجب ألا تكون مطابقة للبريد الإلكتروني.\",\n \"invalidPasswordRegexPatternMessage\": \"كلمة المرور غير صالحة: يجب ألا تكون مطابقة للأنماط المحددة.\",\n \"invalidPasswordHistoryMessage\": \"كلمة المرور غير صالحة: يجب ألا تكون مطابقة لأي من كلمات المرور الـ {0} الأخيرة.\",\n \"invalidPasswordBlacklistedMessage\": \"كلمة المرور غير صالحة: كلمة المرور في القائمة السوداء.\",\n \"invalidPasswordGenericMessage\": \"كلمة المرور غير صالحة: كلمة المرور الجديدة لا تتطابق مع سياسات كلمة المرور.\",\n \"myResources\": \"الموارد الخاص بي\",\n \"myResourcesSub\": \"الموارد الخاص بي\",\n \"doDeny\": \"رفض\",\n \"doRevoke\": \"إبطال\",\n \"doApprove\": \"موافقة\",\n \"doRemoveSharing\": \"إزالة المشاركة\",\n \"doRemoveRequest\": \"إزالة الطلب\",\n \"peopleAccessResource\": \"الأشخاص الذين يمكنهم الوصول إلى هذا المورد\",\n \"resourceManagedPolicies\": \"أذونات تمنح حق الوصول إلى هذا المورد\",\n \"resourceNoPermissionsGrantingAccess\": \"لا توجد أذونات تمنح حق الوصول إلى هذا المورد\",\n \"anyAction\": \"أي إجراء\",\n \"description\": \"التفاصيل\",\n \"name\": \"الاسم\",\n \"scopes\": \"المجالات\",\n \"resource\": \"المورد\",\n \"user\": \"المستخدم\",\n \"peopleSharingThisResource\": \"الأشخاص الذين يشاركون هذا المورد\",\n \"shareWithOthers\": \"المشاركة مع الآخرين\",\n \"needMyApproval\": \"يتطلب موافقتي\",\n \"requestsWaitingApproval\": \"طلباتك تنتظر الموافقة\",\n \"icon\": \"الأيقونة\",\n \"requestor\": \"صاحب الطلب\",\n \"owner\": \"المالك\",\n \"resourcesSharedWithMe\": \"الموارد التي تم مشاركتها معي\",\n \"permissionRequestion\": \"طلب الإذن\",\n \"permission\": \"الإذن\",\n \"shares\": \"المشاركات\",\n \"notBeingShared\": \"لم يتم مشاركة هذا المورد.\",\n \"notHaveAnyResource\": \"ليس لديك أي موارد\",\n \"noResourcesSharedWithYou\": \"لا توجد موارد تم مشاركتها معك\",\n \"havePermissionRequestsWaitingForApproval\": \"لديك {0} طلبات إذن في انتظار الموافقة.\",\n \"clickHereForDetails\": \"انقر هنا للتفاصيل.\",\n \"resourceIsNotBeingShared\": \"لم يتم مشاركة المورد\",\n \"locale_ar\": \"عربي\",\n \"locale_ca\": \"Català\",\n \"locale_cs\": \"Čeština\",\n \"locale_de\": \"Deutsch\",\n \"locale_en\": \"English\",\n \"locale_es\": \"Español\",\n \"locale_fr\": \"Français\",\n \"locale_hu\": \"Magyar\",\n \"locale_it\": \"Italiano\",\n \"locale_ja\": \"日本語\",\n \"locale_lt\": \"Lietuvių\",\n \"locale_nl\": \"Nederlands\",\n \"locale_no\": \"Norsk\",\n \"locale_pl\": \"Polski\",\n \"locale_pt-BR\": \"Português (Brasil)\",\n \"locale_ru\": \"Русский\",\n \"locale_sk\": \"Slovenčina\",\n \"locale_sv\": \"Svenska\",\n \"locale_tr\": \"Türkçe\",\n \"locale_zh-CN\": \"中文简体\",\n \"locale_fi\": \"Suomi\",\n \"applicationName\": \"الاسم\",\n \"applicationType\": \"نوع التطبيق\",\n \"applicationInUse\": \"تطبيق قيد الاستخدام فقط\",\n \"clearAllFilter\": \"مسح كل عوامل التصفية\",\n \"activeFilters\": \"عوامل التصفية النشطة\",\n \"filterByName\": \"التصفية بالاسم...\",\n \"allApps\": \"جميع التطبيقات\",\n \"internalApps\": \"التطبيقات الداخلية\",\n \"thirdpartyApps\": \"تطبيقات طرف ثالث\",\n \"appResults\": \"النتائج\",\n \"clientNotFoundMessage\": \"العميل غير موجود.\",\n \"authorizedProvider\": \"مزود حسابات معتمد\",\n \"authorizedProviderMessage\": \"مزودو الحسابات المعتمدون المرتبطون بحسابك\",\n \"identityProvider\": \"مزود حسابات\",\n \"identityProviderMessage\": \"لربط حسابك بمزودي الحسابات الذين قمت بإعدادهم\",\n \"socialLogin\": \"تسجيل دخول منصات التواصل الاجتماعي\",\n \"userDefined\": \"معرف من قبل المستخدم\",\n \"removeAccess\": \"إزالة صلاحية الوصول\",\n \"removeAccessMessage\": \"ستحتاج إلى منح صلاحية الوصول مرة أخرى، إذا كنت تريد استخدام حساب التطبيق هذا.\",\n \"authenticatorStatusMessage\": \"المصادقة الثنائية حاليًا\",\n \"authenticatorFinishSetUpTitle\": \"المصادقة الثنائية الخاصة بك\",\n \"authenticatorFinishSetUpMessage\": \"في كل مرة تقوم فيها بتسجيل الدخول إلى حسابك، سيطلب منك تقديم رمز مصادقة ثنائي.\",\n \"authenticatorSubTitle\": \"إعداد المصادقة الثنائية\",\n \"authenticatorSubMessage\": \"لتعزيز أمان حسابك، قم بتمكين طريقة واحدة على الأقل من طرق المصادقة الثنائية المتاحة.\",\n \"authenticatorMobileTitle\": \"المصادقة بالهاتف الذكي\",\n \"authenticatorMobileMessage\": \"استخدم المصادقة بالهاتف الذكي للحصول على رموز التحقق كمصادقة ثنائية.\",\n \"authenticatorMobileFinishSetUpMessage\": \"تم ربط المصادقة بهاتفك.\",\n \"authenticatorActionSetup\": \"إعداد\",\n \"authenticatorSMSTitle\": \"رمز الرسائل النصية القصيرة\",\n \"authenticatorSMSMessage\": \"سيتم إرسال رمز التحقق إلى هاتفك كمصادقة ثنائية.\",\n \"authenticatorSMSFinishSetUpMessage\": \"تم إرسال الرسالة النصية إلى\",\n \"authenticatorDefaultStatus\": \"افتراضي\",\n \"authenticatorChangePhone\": \"تغيير رقم الهاتف الجوال\",\n \"authenticatorMobileSetupTitle\": \"إعداد تطبيق هاتف مصادق\",\n \"smscodeIntroMessage\": \"أدخل رقم هاتفك المحمول وسوف يتم إرسال رمز التحقق إلى هاتفك.\",\n \"mobileSetupStep1\": \"قم بتثبيت تطبيق مصادقة على هاتفك. التطبيقات المدرجة هنا هي المدعومة.\",\n \"mobileSetupStep2\": \"افتح التطبيق وقم بمسح رمز الاستجابة السريعة:\",\n \"mobileSetupStep3\": \"أدخل رمز التحقق ذات الاستخدام الواحد والصادر من التطبيق ثم انقر على زر الحفظ لإتمام الإعداد.\",\n \"scanBarCode\": \"تريد مسح رمز الاستجابة السريعة؟\",\n \"enterBarCode\": \"أدخل رمز التحقق ذات الاستخدام الواحد\",\n \"doCopy\": \"نسخ\",\n \"doFinish\": \"إنهاء\",\n \"authenticatorSMSCodeSetupTitle\": \"إعداد رمز الرسائل النصية القصيرة\",\n \"chooseYourCountry\": \"اختر دولتك\",\n \"enterYourPhoneNumber\": \"أدخل رقم الهاتف الجوال\",\n \"sendVerficationCode\": \"إرسال رمز تحقق\",\n \"enterYourVerficationCode\": \"أدخل رمز التحقق\",\n \"authenticatorBackupCodesSetupTitle\": \"إعداد رموز المصادقة الاحتياطية\",\n \"realmName\": \"المنظومة\",\n \"doDownload\": \"تنزيل\",\n \"doPrint\": \"طباعة\",\n \"generateNewBackupCodes\": \"توليد رموز مصادقة احتياطية جديدة\",\n \"backtoAuthenticatorPage\": \"العودة إلى صفحة المصادقة\",\n \"resources\": \"الموارد\",\n \"sharedwithMe\": \"تم مشاركتها معي\",\n \"share\": \"مشاركة\",\n \"sharedwith\": \"تم مشاركتها مع\",\n \"accessPermissions\": \"أذونات الوصول\",\n \"permissionRequests\": \"طلبات الإذن\",\n \"approve\": \"موافقة\",\n \"approveAll\": \"موافقة على الكل\",\n \"people\": \"أشخاص\",\n \"perPage\": \"لكل صفحة\",\n \"currentPage\": \"الصفحة الحالية\",\n \"sharetheResource\": \"مشاركة المورد\",\n \"group\": \"مجموعة\",\n \"selectPermission\": \"اختر الإذن\",\n \"addPeople\": \"أضف أشخاصًا لمشاركة موردك معهم\",\n \"addTeam\": \"أضف فريقًا لمشاركة موردك معهم\",\n \"myPermissions\": \"الأذونات الخاصة بي\",\n \"waitingforApproval\": \"بانتظار الموافقة\",\n \"anyPermission\": \"أي إذن\",\n \"openshift.scope.user_info\": \"معلومات المستخدم\",\n \"openshift.scope.user_check-access\": \"معلومات وصول المستخدم\",\n \"openshift.scope.user_full\": \"الوصول الكامل\",\n \"openshift.scope.list-projects\": \"قائمة المشاريع\",\n \"error-invalid-value\": \"قيمة غير صالحة.\",\n \"error-invalid-blank\": \"يرجى تحديد قيمة.\",\n \"error-empty\": \"يرجى تحديد قيمة.\",\n \"error-invalid-length\": \"الحقل {0} يجب أن يكون طوله بين {1} و {2}.\",\n \"error-invalid-length-too-short\": \"الحقل {0} يجب ألا يقل طوله عن {1}.\",\n \"error-invalid-length-too-long\": \"الحقل {0} يجب ألا يزيد طوله عن {2}.\",\n \"error-invalid-email\": \"بريد إلكتروني غير صالح.\",\n \"error-invalid-number\": \"رقم غير صالح.\",\n \"error-number-out-of-range\": \"الحقل {0} يجب أن يكون رقمًا بين {1} و {2}.\",\n \"error-number-out-of-range-too-small\": \"الحقل {0} يجب ألا تقل قيمته عن {1}.\",\n \"error-number-out-of-range-too-big\": \"الحقل {0} يجب ألا تزيد قيمته عن {2}.\",\n \"error-pattern-no-match\": \"قيمة غير صالحة.\",\n \"error-invalid-uri\": \"عنوان موقع غير صالح.\",\n \"error-invalid-uri-scheme\": \"بادئة عنوان موقع غير صالحة.\",\n \"error-invalid-uri-fragment\": \"ملحق عنوان موقع غير صالح.\",\n \"error-user-attribute-required\": \"يرجى تحديد الحقل {0}.\",\n \"error-invalid-date\": \"تاريخ غير صالح.\",\n \"error-user-attribute-read-only\": \"الحقل {0} للقراءة فقط.\",\n \"error-username-invalid-character\": \"اسم المستخدم يحتوي على حرف غير صالح.\",\n \"error-person-name-invalid-character\": \"الاسم يحتوي على حرف غير صالح.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6898.d53db903.chunk.js b/resources/keycloak/keycloakify/static/js/6898.d53db903.chunk.js new file mode 100644 index 00000000..923618a1 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6898.d53db903.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[6898],{2889:function(e,t,s){s.d(t,{a:function(){return r}});var a=s(6055),n=s(969);function r(e){var t=e.defaultClasses;return{useGetClassName:function(e){var s=e.classes;return{getClassName:(0,n.O)((function(e){return(0,a.W)(e,t[e],null===s||void 0===s?void 0:s[e])}))}}}}},7107:function(e,t,s){s.d(t,{v:function(){return a}});var a=(0,s(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},6898:function(e,t,s){s.r(t),s.d(t,{default:function(){return m}});var a=s(885),n=s(4165),r=s(5861),c=s(184),i=s(2791),l=s(6055),o=s(3062),u=(o.YU,o.pJ,o.eV,o.US,o.tH),p=(o.Y2,s(969)),f=s(7107),d=s(9883),h=s(1742),k=s(9465);function m(e){var t=e.kcContext,s=e.i18n,o=e.doUseDefaultCss,m=e.Template,g=e.classes,C=(0,f.v)({doUseDefaultCss:o,classes:g}).getClassName,b=t.url,v=s.msg,x=s.msgStr,y=t.authenticators,A=t.challenge,w=t.shouldDisplayAuthenticators,I=t.userVerification,S=t.rpId,j=Number(t.createTimeout),L="true"==t.isUserIdentified,F=(0,i.useRef)(null),O=(0,p.O)((0,r.Z)((0,n.Z)().mark((function e(){var t,s,a,c,i,l,o,p;return(0,n.Z)().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(L){e.next=2;break}return e.abrupt("return");case 2:if(t=function(){var e=(0,r.Z)((0,n.Z)().mark((function e(){var s;return(0,n.Z)().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(null!==(s=F.current)){e.next=5;break}return e.next=4,new Promise((function(e){return setTimeout(e,100)}));case 4:return e.abrupt("return",t());case 5:s.submit();case 6:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),s=y.authenticators.map((function(e){return{id:u.parse(e.credentialId,{loose:!0}),type:"public-key"}})),window.PublicKeyCredential){e.next=8;break}return ee(x("webauthn-unsupported-browser-text")),t(),e.abrupt("return");case 8:return a={rpId:S,challenge:u.parse(A,{loose:!0})},0!==j&&(a.timeout=1e3*j),s.length&&(a.allowCredentials=s),"not specified"!==I&&(a.userVerification=I),e.prev=12,e.next=15,navigator.credentials.get({publicKey:a});case 15:if((c=e.sent)&&"public-key"==c.type){e.next=18;break}return e.abrupt("return");case 18:if((0,d.h)((0,h.is)(c)),"authenticatorData"in c.response){e.next=21;break}return e.abrupt("return");case 21:i=c.response,l=i.clientDataJSON,(0,d.h)((0,k.z)(i,"signature"in i&&i.authenticatorData instanceof ArrayBuffer),"response not an AuthenticatorAssertionResponse"),o=i.authenticatorData,p=i.signature,U(u.stringify(new Uint8Array(l),{pad:!1})),Z(u.stringify(new Uint8Array(o),{pad:!1})),G(u.stringify(new Uint8Array(p),{pad:!1})),R(c.id),Q(u.stringify(new Uint8Array(i.userHandle),{pad:!1})),e.next=36;break;case 33:e.prev=33,e.t0=e.catch(12),ee(String(e.t0));case 36:t();case 37:case"end":return e.stop()}}),e,null,[[12,33]])})))),N=(0,i.useState)(""),D=(0,a.Z)(N,2),B=D[0],U=D[1],W=(0,i.useState)(""),P=(0,a.Z)(W,2),H=P[0],Z=P[1],T=(0,i.useState)(""),_=(0,a.Z)(T,2),E=_[0],G=_[1],J=(0,i.useState)(""),V=(0,a.Z)(J,2),K=V[0],R=V[1],Y=(0,i.useState)(""),z=(0,a.Z)(Y,2),M=z[0],Q=z[1],q=(0,i.useState)(""),X=(0,a.Z)(q,2),$=X[0],ee=X[1];return(0,c.jsx)(m,Object.assign({},{kcContext:t,i18n:s,doUseDefaultCss:o,classes:g},{headerNode:v("webauthn-login-title")},{children:(0,c.jsxs)("div",Object.assign({id:"kc-form-webauthn",className:C("kcFormClass")},{children:[(0,c.jsxs)("form",Object.assign({id:"webauth",action:b.loginAction,ref:F,method:"post"},{children:[(0,c.jsx)("input",{type:"hidden",id:"clientDataJSON",name:"clientDataJSON",value:B}),(0,c.jsx)("input",{type:"hidden",id:"authenticatorData",name:"authenticatorData",value:H}),(0,c.jsx)("input",{type:"hidden",id:"signature",name:"signature",value:E}),(0,c.jsx)("input",{type:"hidden",id:"credentialId",name:"credentialId",value:K}),(0,c.jsx)("input",{type:"hidden",id:"userHandle",name:"userHandle",value:M}),(0,c.jsx)("input",{type:"hidden",id:"error",name:"error",value:$})]})),(0,c.jsxs)("div",Object.assign({className:C("kcFormGroupClass")},{children:[y&&(0,c.jsx)("form",Object.assign({id:"authn_select",className:C("kcFormClass")},{children:y.authenticators.map((function(e){return(0,c.jsx)("input",{type:"hidden",name:"authn_use_chk",value:e.credentialId},e.credentialId)}))})),y&&w&&(0,c.jsxs)(c.Fragment,{children:[y.authenticators.length>1&&(0,c.jsx)("p",Object.assign({className:C("kcSelectAuthListItemTitle")},{children:v("webauthn-available-authenticators")})),(0,c.jsx)("div",Object.assign({className:C("kcFormClass")},{children:y.authenticators.map((function(e){return(0,c.jsxs)("div",Object.assign({id:"kc-webauthn-authenticator",className:C("kcSelectAuthListItemClass")},{children:[(0,c.jsx)("div",Object.assign({className:C("kcSelectAuthListItemIconClass")},{children:(0,c.jsx)("i",{className:(0,l.W)(function(){var t=C(e.transports.iconClass);return t.includes(" ")?t:[t,C("kcWebAuthnDefaultIcon")]}(),C("kcSelectAuthListItemIconPropertyClass"))})})),(0,c.jsxs)("div",Object.assign({className:C("kcSelectAuthListItemBodyClass")},{children:[(0,c.jsx)("div",Object.assign({id:"kc-webauthn-authenticator-label",className:C("kcSelectAuthListItemHeadingClass")},{children:e.label})),e.transports&&e.transports.displayNameProperties.length&&(0,c.jsx)("div",Object.assign({id:"kc-webauthn-authenticator-transport",className:C("kcSelectAuthListItemDescriptionClass")},{children:e.transports.displayNameProperties.map((function(t,s){return(0,c.jsxs)(c.Fragment,{children:[(0,c.jsx)("span",{children:v(t)}),s=8&&(i-=8,c[o++]=255&l>>i)}if(i>=t.bits||255&l<<8-i)throw new SyntaxError("Unexpected end of data");return c}function a(e,t,s){void 0===s&&(s={});for(var a=s.pad,n=void 0===a||a,r=(1<t.bits;)i-=t.bits,c+=t.chars[r&l>>i];if(i&&(c+=t.chars[r&l<(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","// Generated by rollup-plugin-mjs-entry\n\nimport cjs from './index.js';\n\nexport const base16 = cjs.base16;\nexport const base32 = cjs.base32;\nexport const base32hex = cjs.base32hex;\nexport const base64 = cjs.base64;\nexport const base64url = cjs.base64url;\nexport const codec = cjs.codec;\nexport default cjs;\n","import { useRef, useState } from \"react\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport type { MessageKey } from \"keycloakify/login/i18n/i18n\";\nimport { base64url } from \"rfc4648\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\nimport { assert } from \"tsafe/assert\";\nimport { is } from \"tsafe/is\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport default function WebauthnAuthenticate(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({ doUseDefaultCss, classes });\n\n const { url } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n const { authenticators, challenge, shouldDisplayAuthenticators, userVerification, rpId } = kcContext;\n const createTimeout = Number(kcContext.createTimeout);\n const isUserIdentified = kcContext.isUserIdentified == \"true\";\n\n const formElementRef = useRef(null);\n\n const webAuthnAuthenticate = useConstCallback(async () => {\n if (!isUserIdentified) {\n return;\n }\n\n const submitForm = async (): Promise => {\n const formElement = formElementRef.current;\n\n if (formElement === null) {\n await new Promise(resolve => setTimeout(resolve, 100));\n return submitForm();\n }\n\n formElement.submit();\n };\n\n const allowCredentials = authenticators.authenticators.map(\n authenticator =>\n ({\n id: base64url.parse(authenticator.credentialId, { loose: true }),\n type: \"public-key\"\n } as PublicKeyCredentialDescriptor)\n );\n // Check if WebAuthn is supported by this browser\n if (!window.PublicKeyCredential) {\n setError(msgStr(\"webauthn-unsupported-browser-text\"));\n submitForm();\n return;\n }\n\n const publicKey: PublicKeyCredentialRequestOptions = {\n rpId,\n challenge: base64url.parse(challenge, { loose: true })\n };\n\n if (createTimeout !== 0) {\n publicKey.timeout = createTimeout * 1000;\n }\n\n if (allowCredentials.length) {\n publicKey.allowCredentials = allowCredentials;\n }\n\n if (userVerification !== \"not specified\") {\n publicKey.userVerification = userVerification;\n }\n\n try {\n const result = await navigator.credentials.get({ publicKey });\n if (!result || result.type != \"public-key\") {\n return;\n }\n assert(is(result));\n if (!(\"authenticatorData\" in result.response)) {\n return;\n }\n const response = result.response;\n\n const clientDataJSON = response.clientDataJSON;\n\n assert(\n typeGuard(response, \"signature\" in response && response.authenticatorData instanceof ArrayBuffer),\n \"response not an AuthenticatorAssertionResponse\"\n );\n\n const authenticatorData = response.authenticatorData;\n const signature = response.signature;\n\n setClientDataJSON(base64url.stringify(new Uint8Array(clientDataJSON), { \"pad\": false }));\n setAuthenticatorData(base64url.stringify(new Uint8Array(authenticatorData), { \"pad\": false }));\n setSignature(base64url.stringify(new Uint8Array(signature), { \"pad\": false }));\n setCredentialId(result.id);\n setUserHandle(base64url.stringify(new Uint8Array(response.userHandle!), { \"pad\": false }));\n } catch (err) {\n setError(String(err));\n }\n\n submitForm();\n });\n\n const [clientDataJSON, setClientDataJSON] = useState(\"\");\n const [authenticatorData, setAuthenticatorData] = useState(\"\");\n const [signature, setSignature] = useState(\"\");\n const [credentialId, setCredentialId] = useState(\"\");\n const [userHandle, setUserHandle] = useState(\"\");\n const [error, setError] = useState(\"\");\n\n return (\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","'use strict';\n\nObject.defineProperty(exports, '__esModule', { value: true });\n\n/* eslint-disable @typescript-eslint/strict-boolean-expressions */\nfunction parse(string, encoding, opts) {\n var _opts$out;\n\n if (opts === void 0) {\n opts = {};\n }\n\n // Build the character lookup table:\n if (!encoding.codes) {\n encoding.codes = {};\n\n for (var i = 0; i < encoding.chars.length; ++i) {\n encoding.codes[encoding.chars[i]] = i;\n }\n } // The string must have a whole number of bytes:\n\n\n if (!opts.loose && string.length * encoding.bits & 7) {\n throw new SyntaxError('Invalid padding');\n } // Count the padding bytes:\n\n\n var end = string.length;\n\n while (string[end - 1] === '=') {\n --end; // If we get a whole number of bytes, there is too much padding:\n\n if (!opts.loose && !((string.length - end) * encoding.bits & 7)) {\n throw new SyntaxError('Invalid padding');\n }\n } // Allocate the output:\n\n\n var out = new ((_opts$out = opts.out) != null ? _opts$out : Uint8Array)(end * encoding.bits / 8 | 0); // Parse the data:\n\n var bits = 0; // Number of bits currently in the buffer\n\n var buffer = 0; // Bits waiting to be written out, MSB first\n\n var written = 0; // Next byte to write\n\n for (var _i = 0; _i < end; ++_i) {\n // Read one character from the string:\n var value = encoding.codes[string[_i]];\n\n if (value === undefined) {\n throw new SyntaxError('Invalid character ' + string[_i]);\n } // Append the bits to the buffer:\n\n\n buffer = buffer << encoding.bits | value;\n bits += encoding.bits; // Write out some bits if the buffer has a byte's worth:\n\n if (bits >= 8) {\n bits -= 8;\n out[written++] = 0xff & buffer >> bits;\n }\n } // Verify that we have received just enough bits:\n\n\n if (bits >= encoding.bits || 0xff & buffer << 8 - bits) {\n throw new SyntaxError('Unexpected end of data');\n }\n\n return out;\n}\nfunction stringify(data, encoding, opts) {\n if (opts === void 0) {\n opts = {};\n }\n\n var _opts = opts,\n _opts$pad = _opts.pad,\n pad = _opts$pad === void 0 ? true : _opts$pad;\n var mask = (1 << encoding.bits) - 1;\n var out = '';\n var bits = 0; // Number of bits currently in the buffer\n\n var buffer = 0; // Bits waiting to be written out, MSB first\n\n for (var i = 0; i < data.length; ++i) {\n // Slurp data into the buffer:\n buffer = buffer << 8 | 0xff & data[i];\n bits += 8; // Write out as much as we can:\n\n while (bits > encoding.bits) {\n bits -= encoding.bits;\n out += encoding.chars[mask & buffer >> bits];\n }\n } // Partial character:\n\n\n if (bits) {\n out += encoding.chars[mask & buffer << encoding.bits - bits];\n } // Add padding characters until we hit a byte boundary:\n\n\n if (pad) {\n while (out.length * encoding.bits & 7) {\n out += '=';\n }\n }\n\n return out;\n}\n\n/* eslint-disable @typescript-eslint/strict-boolean-expressions */\nvar base16Encoding = {\n chars: '0123456789ABCDEF',\n bits: 4\n};\nvar base32Encoding = {\n chars: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567',\n bits: 5\n};\nvar base32HexEncoding = {\n chars: '0123456789ABCDEFGHIJKLMNOPQRSTUV',\n bits: 5\n};\nvar base64Encoding = {\n chars: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',\n bits: 6\n};\nvar base64UrlEncoding = {\n chars: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_',\n bits: 6\n};\nvar base16 = {\n parse: function parse$1(string, opts) {\n return parse(string.toUpperCase(), base16Encoding, opts);\n },\n stringify: function stringify$1(data, opts) {\n return stringify(data, base16Encoding, opts);\n }\n};\nvar base32 = {\n parse: function parse$1(string, opts) {\n if (opts === void 0) {\n opts = {};\n }\n\n return parse(opts.loose ? string.toUpperCase().replace(/0/g, 'O').replace(/1/g, 'L').replace(/8/g, 'B') : string, base32Encoding, opts);\n },\n stringify: function stringify$1(data, opts) {\n return stringify(data, base32Encoding, opts);\n }\n};\nvar base32hex = {\n parse: function parse$1(string, opts) {\n return parse(string, base32HexEncoding, opts);\n },\n stringify: function stringify$1(data, opts) {\n return stringify(data, base32HexEncoding, opts);\n }\n};\nvar base64 = {\n parse: function parse$1(string, opts) {\n return parse(string, base64Encoding, opts);\n },\n stringify: function stringify$1(data, opts) {\n return stringify(data, base64Encoding, opts);\n }\n};\nvar base64url = {\n parse: function parse$1(string, opts) {\n return parse(string, base64UrlEncoding, opts);\n },\n stringify: function stringify$1(data, opts) {\n return stringify(data, base64UrlEncoding, opts);\n }\n};\nvar codec = {\n parse: parse,\n stringify: stringify\n};\n\nexports.base16 = base16;\nexports.base32 = base32;\nexports.base32hex = base32hex;\nexports.base64 = base64;\nexports.base64url = base64url;\nexports.codec = codec;\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","base64url","cjs","WebauthnAuthenticate","props","kcContext","i18n","doUseDefaultCss","Template","url","msg","msgStr","authenticators","challenge","shouldDisplayAuthenticators","userVerification","rpId","createTimeout","Number","isUserIdentified","formElementRef","useRef","webAuthnAuthenticate","_asyncToGenerator","_regeneratorRuntime","mark","_callee2","submitForm","allowCredentials","publicKey","result","response","_clientDataJSON","_authenticatorData","_signature","wrap","_context2","prev","next","abrupt","_ref2","_callee","formElement","_context","current","Promise","resolve","setTimeout","submit","stop","apply","arguments","map","authenticator","id","parse","credentialId","loose","type","window","PublicKeyCredential","setError","timeout","length","navigator","credentials","get","sent","assert","is","clientDataJSON","typeGuard","authenticatorData","ArrayBuffer","signature","setClientDataJSON","stringify","Uint8Array","setAuthenticatorData","setSignature","setCredentialId","setUserHandle","userHandle","t0","String","_useState","useState","_useState2","_slicedToArray","_useState3","_useState4","_useState5","_useState6","_useState7","_useState8","_useState9","_useState10","_useState11","_useState12","error","_jsx","Object","assign","headerNode","children","_jsxs","className","action","loginAction","ref","method","name","value","_Fragment","transports","iconClass","includes","label","displayNameProperties","transport","index","createdAt","onClick","autoFocus","len","i","cls","arg","toAdd","Array","isArray","_toConsumableArray","k","string","encoding","opts","_opts$out","codes","chars","bits","SyntaxError","end","out","buffer","written","_i","data","_opts$pad","pad","mask","base16Encoding","base32Encoding","base32HexEncoding","base64Encoding","base64UrlEncoding","base16","toUpperCase","base32","replace","base32hex","base64","codec","exports","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6965.d1676b5f.chunk.js b/resources/keycloak/keycloakify/static/js/6965.d1676b5f.chunk.js new file mode 100644 index 00000000..671daa28 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6965.d1676b5f.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[6965],{6965:function(s,e,a){a.r(e),a.d(e,{default:function(){return o}});var t=a(885),n=a(184),i=a(2791),r=a(6055),l=a(7123),c=a(7107);function o(s){var e=s.kcContext,a=s.i18n,o=s.doUseDefaultCss,u=s.Template,d=s.classes,m=(0,c.v)({doUseDefaultCss:o,classes:d}).getClassName,p=a.msg,b=a.msgStr,g=e.url,j=e.isAppInitiatedAction,f=(0,i.useState)(!1),C=(0,t.Z)(f,2),k=C[0],h=C[1];return(0,n.jsx)(u,Object.assign({},{kcContext:e,i18n:a,doUseDefaultCss:o,classes:d},{headerNode:p("loginProfileTitle")},{children:(0,n.jsxs)("form",Object.assign({id:"kc-update-profile-form",className:m("kcFormClass"),action:g.loginAction,method:"post"},{children:[(0,n.jsx)(l.M,{kcContext:e,onIsFormSubmittableValueChange:h,i18n:a,getClassName:m}),(0,n.jsxs)("div",Object.assign({className:m("kcFormGroupClass")},{children:[(0,n.jsx)("div",Object.assign({id:"kc-form-options",className:m("kcFormOptionsClass")},{children:(0,n.jsx)("div",{className:m("kcFormOptionsWrapperClass")})})),(0,n.jsx)("div",Object.assign({id:"kc-form-buttons",className:m("kcFormButtonsClass")},{children:j?(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("input",{className:(0,r.W)(m("kcButtonClass"),m("kcButtonPrimaryClass"),m("kcButtonLargeClass")),type:"submit",value:b("doSubmit")}),(0,n.jsx)("button",Object.assign({className:(0,r.W)(m("kcButtonClass"),m("kcButtonDefaultClass"),m("kcButtonLargeClass")),type:"submit",name:"cancel-aia",value:"true",formNoValidate:!0},{children:p("doCancel")}))]}):(0,n.jsx)("input",{className:(0,r.W)(m("kcButtonClass"),m("kcButtonPrimaryClass"),m("kcButtonBlockClass"),m("kcButtonLargeClass")),type:"submit",defaultValue:b("doSubmit"),disabled:!k})}))]}))]}))}))}},7123:function(s,e,a){a.d(e,{M:function(){return l}});var t=a(184),n=a(2791),i=a(6055),r=a(1027);function l(s){var e=s.kcContext,a=s.onIsFormSubmittableValueChange,l=s.i18n,c=s.getClassName,o=s.BeforeField,u=s.AfterField,d=l.advancedMsg,m=(0,r.Q)({kcContext:e,i18n:l}),p=m.formValidationState,b=p.fieldStateByAttributeName,g=p.isFormSubmittable,j=m.formValidationDispatch,f=m.attributesWithPassword;(0,n.useEffect)((function(){a(g)}),[g]);var C="";return(0,t.jsx)(t.Fragment,{children:f.map((function(s,e){var a,r=s.group,l=void 0===r?"":r,m=s.groupDisplayHeader,p=void 0===m?"":m,g=s.groupDisplayDescription,f=void 0===g?"":g,k=b[s.name],h=k.value,v=k.displayableErrors,x=(0,i.W)(c("kcFormGroupClass"),0!==v.length&&c("kcFormGroupErrorClass"));return(0,t.jsxs)(n.Fragment,{children:[l!==C&&""!==(C=l)&&(0,t.jsxs)("div",Object.assign({className:x},{children:[(0,t.jsx)("div",Object.assign({className:c("kcContentWrapperClass")},{children:(0,t.jsx)("label",Object.assign({id:"header-".concat(l),className:c("kcFormGroupHeader")},{children:d(p)||C}))})),""!==f&&(0,t.jsx)("div",Object.assign({className:c("kcLabelWrapperClass")},{children:(0,t.jsx)("label",Object.assign({id:"description-".concat(l),className:c("kcLabelClass")},{children:d(f)}))}))]})),o&&(0,t.jsx)(o,{attribute:s}),(0,t.jsxs)("div",Object.assign({className:x},{children:[(0,t.jsxs)("div",Object.assign({className:c("kcLabelWrapperClass")},{children:[(0,t.jsx)("label",Object.assign({htmlFor:s.name,className:c("kcLabelClass")},{children:d(null!==(a=s.displayName)&&void 0!==a?a:"")})),s.required&&(0,t.jsx)(t.Fragment,{children:"*"})]})),(0,t.jsxs)("div",Object.assign({className:c("kcInputWrapperClass")},{children:[function(){var e=s.validators.options;return void 0!==e?(0,t.jsx)("select",Object.assign({id:s.name,name:s.name,onChange:function(e){return j({action:"update value",name:s.name,newValue:e.target.value})},onBlur:function(){return j({action:"focus lost",name:s.name})},value:h},{children:e.options.map((function(s){return(0,t.jsx)("option",Object.assign({value:s},{children:s}),s)}))})):(0,t.jsx)("input",{type:function(){switch(s.name){case"password-confirm":case"password":return"password";default:return"text"}}(),id:s.name,name:s.name,value:h,onChange:function(e){return j({action:"update value",name:s.name,newValue:e.target.value})},onBlur:function(){return j({action:"focus lost",name:s.name})},className:c("kcInputClass"),"aria-invalid":0!==v.length,disabled:s.readOnly,autoComplete:s.autocomplete})}(),0!==v.length&&function(){var e="input-error-".concat(s.name);return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("style",{children:"#".concat(e," > span: { display: block; }")}),(0,t.jsx)("span",Object.assign({id:e,className:c("kcInputErrorMessageClass"),style:{position:1===v.length?"absolute":void 0},"aria-live":"polite"},{children:v.map((function(s){return s.errorMessage}))}))]})}()]}))]})),u&&(0,t.jsx)(u,{attribute:s})]},e)}))})}}}]); +//# sourceMappingURL=6965.d1676b5f.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/6965.d1676b5f.chunk.js.map b/resources/keycloak/keycloakify/static/js/6965.d1676b5f.chunk.js.map new file mode 100644 index 00000000..1cdf26ed --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/6965.d1676b5f.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/6965.d1676b5f.chunk.js","mappings":"2OAQc,SAAUA,EAAkBC,GACtC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAE5CC,GAAiBC,EAAAA,EAAAA,GAAgB,CACrCJ,gBAAAA,EACAE,QAAAA,IAFIC,aAKAE,EAAgBN,EAAhBM,IAAKC,EAAWP,EAAXO,OAELC,EAA8BT,EAA9BS,IAAKC,EAAyBV,EAAzBU,qBAEbC,GAAgDC,EAAAA,EAAAA,WAAS,GAAMC,GAAAC,EAAAA,EAAAA,GAAAH,EAAA,GAAxDI,EAAgBF,EAAA,GAAEG,EAAmBH,EAAA,GAE5C,OACII,EAAAA,EAAAA,KAACd,EAAQe,OAAAC,OAAA,GAAK,CAAEnB,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,GAAS,CAAEgB,WAAYb,EAAI,sBAAoB,CAAAc,UAC7FC,EAAAA,EAAAA,MAAA,OAAAJ,OAAAC,OAAA,CAAMI,GAAG,yBAAyBC,UAAWnB,EAAa,eAAgBoB,OAAQhB,EAAIiB,YAAaC,OAAO,QAAM,CAAAN,SAAA,EAC5GJ,EAAAA,EAAAA,KAACW,EAAAA,EAAqB,CAClB5B,UAAWA,EACX6B,+BAAgCb,EAChCf,KAAMA,EACNI,aAAcA,KAGlBiB,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWnB,EAAa,qBAAmB,CAAAgB,SAAA,EAC5CJ,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKI,GAAG,kBAAkBC,UAAWnB,EAAa,uBAAqB,CAAAgB,UACnEJ,EAAAA,EAAAA,KAAA,OAAKO,UAAWnB,EAAa,mCAGjCY,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKI,GAAG,kBAAkBC,UAAWnB,EAAa,uBAAqB,CAAAgB,SAClEX,GACGY,EAAAA,EAAAA,MAAAQ,EAAAA,SAAA,CAAAT,SAAA,EACIJ,EAAAA,EAAAA,KAAA,SACIO,WAAWO,EAAAA,EAAAA,GACP1B,EAAa,iBACbA,EAAa,wBACbA,EAAa,uBAEjB2B,KAAK,SACLC,MAAOzB,EAAO,eAElBS,EAAAA,EAAAA,KAAA,SAAAC,OAAAC,OAAA,CACIK,WAAWO,EAAAA,EAAAA,GACP1B,EAAa,iBACbA,EAAa,wBACbA,EAAa,uBAEjB2B,KAAK,SACLE,KAAK,aACLD,MAAM,OACNE,gBAAc,IAAAd,SAEbd,EAAI,mBAIbU,EAAAA,EAAAA,KAAA,SACIO,WAAWO,EAAAA,EAAAA,GACP1B,EAAa,iBACbA,EAAa,wBACbA,EAAa,sBACbA,EAAa,uBAEjB2B,KAAK,SACLI,aAAc5B,EAAO,YACrB6B,UAAWtB,iBAQ3C,C,kGCjEM,SAAUa,EAAsB7B,GAClC,IAAQC,EAA2FD,EAA3FC,UAAW6B,EAAgF9B,EAAhF8B,+BAAgC5B,EAAgDF,EAAhDE,KAAMI,EAA0CN,EAA1CM,aAAciC,EAA4BvC,EAA5BuC,YAAaC,EAAexC,EAAfwC,WAE5EC,EAAgBvC,EAAhBuC,YAERC,GAIIC,EAAAA,EAAAA,GAAkB,CAClB1C,UAAAA,EACAC,KAAAA,IACF0C,EAAAF,EANEG,oBAAuBC,EAAyBF,EAAzBE,0BAA2BC,EAAiBH,EAAjBG,kBAClDC,EAAsBN,EAAtBM,uBACAC,EAAsBP,EAAtBO,wBAMJC,EAAAA,EAAAA,YAAU,WACNpB,EAA+BiB,EACnC,GAAG,CAACA,IAEJ,IAAII,EAAe,GAEnB,OACIjC,EAAAA,EAAAA,KAAAa,EAAAA,SAAA,CAAAT,SACK2B,EAAuBG,KAAI,SAACC,EAAWC,G,MACpCC,EAA8EF,EAAtEG,MAAAA,OAAK,IAAAD,EAAG,GAAEA,EAAAE,EAA4DJ,EAA1DK,mBAAAA,OAAkB,IAAAD,EAAG,GAAEA,EAAAE,EAAmCN,EAAjCO,wBAAAA,OAAuB,IAAAD,EAAG,GAAEA,EAEzEE,EAAqCf,EAA0BO,EAAUlB,MAAjED,EAAK2B,EAAL3B,MAAO4B,EAAiBD,EAAjBC,kBAETC,GAAqB/B,EAAAA,EAAAA,GACvB1B,EAAa,oBACgB,IAA7BwD,EAAkBE,QAAgB1D,EAAa,0BAGnD,OACIiB,EAAAA,EAAAA,MAAC0C,EAAAA,SAAQ,CAAA3C,SAAA,CACJkC,IAAUL,GAA2C,MAA1BA,EAAeK,KACvCjC,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWsC,GAAkB,CAAAzC,SAAA,EAC9BJ,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKK,UAAWnB,EAAa,0BAAwB,CAAAgB,UACjDJ,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAOI,GAAE,UAAA0C,OAAYV,GAAS/B,UAAWnB,EAAa,sBAAoB,CAAAgB,SACrEmB,EAAYiB,IAAuBP,QAGf,KAA5BS,IACG1C,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKK,UAAWnB,EAAa,wBAAsB,CAAAgB,UAC/CJ,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAOI,GAAE,eAAA0C,OAAiBV,GAAS/B,UAAWnB,EAAa,iBAAe,CAAAgB,SACrEmB,EAAYmB,aAOhCrB,IAAerB,EAAAA,EAAAA,KAACqB,EAAW,CAACc,UAAWA,KAExC9B,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWsC,GAAkB,CAAAzC,SAAA,EAC9BC,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWnB,EAAa,wBAAsB,CAAAgB,SAAA,EAC/CJ,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAO+C,QAASd,EAAUlB,KAAMV,UAAWnB,EAAa,iBAAe,CAAAgB,SAClEmB,EAAiC,QAArB2B,EAAAf,EAAUgB,mBAAW,IAAAD,EAAAA,EAAI,OAEzCf,EAAUiB,WAAYpD,EAAAA,EAAAA,KAAAa,EAAAA,SAAA,CAAAT,SAAA,WAE3BC,EAAAA,EAAAA,MAAA,MAAAJ,OAAAC,OAAA,CAAKK,UAAWnB,EAAa,wBAAsB,CAAAgB,SAAA,CAC7C,WACE,IAAQiD,EAAYlB,EAAUmB,WAAtBD,QAER,YAAgBE,IAAZF,GAEIrD,EAAAA,EAAAA,KAAA,SAAAC,OAAAC,OAAA,CACII,GAAI6B,EAAUlB,KACdA,KAAMkB,EAAUlB,KAChBuC,SAAU,SAAAC,GAAK,OACX3B,EAAuB,CACnB,OAAU,eACV,KAAQK,EAAUlB,KAClB,SAAYwC,EAAMC,OAAO1C,OAC3B,EAEN2C,OAAQ,kBACJ7B,EAAuB,CACnB,OAAU,aACV,KAAQK,EAAUlB,MACpB,EAEND,MAAOA,GAAK,CAAAZ,SAEXiD,EAAQA,QAAQnB,KAAI,SAAA0B,GAAM,OACvB5D,EAAAA,EAAAA,KAAA,SAAAC,OAAAC,OAAA,CAAqBc,MAAO4C,GAAM,CAAAxD,SAC7BwD,IADQA,EAEJ,QAOrB5D,EAAAA,EAAAA,KAAA,SACIe,KAAO,WACH,OAAQoB,EAAUlB,MACd,IAAK,mBACL,IAAK,WACD,MAAO,WACX,QACI,MAAO,OAEnB,CARO,GASPX,GAAI6B,EAAUlB,KACdA,KAAMkB,EAAUlB,KAChBD,MAAOA,EACPwC,SAAU,SAAAC,GAAK,OACX3B,EAAuB,CACnB,OAAU,eACV,KAAQK,EAAUlB,KAClB,SAAYwC,EAAMC,OAAO1C,OAC3B,EAEN2C,OAAQ,kBACJ7B,EAAuB,CACnB,OAAU,aACV,KAAQK,EAAUlB,MACpB,EAENV,UAAWnB,EAAa,gBAAe,eACI,IAA7BwD,EAAkBE,OAChC1B,SAAUe,EAAU0B,SACpBC,aAAc3B,EAAU4B,cAGpC,CAjEE,GAkE4B,IAA7BnB,EAAkBE,QACd,WACG,IAAMkB,EAAQ,eAAHhB,OAAkBb,EAAUlB,MAEvC,OACIZ,EAAAA,EAAAA,MAAAQ,EAAAA,SAAA,CAAAT,SAAA,EACIJ,EAAAA,EAAAA,KAAA,SAAAI,SAAA,IAAA4C,OAAYgB,EAAK,mCACjBhE,EAAAA,EAAAA,KAAA,OAAAC,OAAAC,OAAA,CACII,GAAI0D,EACJzD,UAAWnB,EAAa,4BACxB6E,MAAO,CACH,SAAyC,IAA7BrB,EAAkBE,OAAe,gBAAaS,GAC7D,YACS,UAAQ,CAAAnD,SAEjBwC,EAAkBV,KAAI,SAAAgC,GAAe,OAAAA,EAAZC,YAA+B,SAIzE,CAlBC,WAqBZ7C,IAActB,EAAAA,EAAAA,KAACsB,EAAU,CAACa,UAAWA,MApH3BC,EAuHvB,KAGZ,C","sources":["../node_modules/keycloakify/src/login/pages/UpdateUserProfile.tsx","../node_modules/keycloakify/src/login/pages/shared/UserProfileFormFields.tsx"],"sourcesContent":["import { useState } from \"react\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { UserProfileFormFields } from \"keycloakify/login/pages/shared/UserProfileFormFields\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function UpdateUserProfile(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { msg, msgStr } = i18n;\n\n const { url, isAppInitiatedAction } = kcContext;\n\n const [isFomSubmittable, setIsFomSubmittable] = useState(false);\n\n return (\n \n );\n}\n","import { useEffect, Fragment } from \"react\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { useFormValidation } from \"keycloakify/login/lib/useFormValidation\";\nimport type { Attribute } from \"keycloakify/login/kcContext/KcContext\";\nimport type { I18n } from \"../../i18n\";\n\nexport type UserProfileFormFieldsProps = {\n kcContext: Parameters[0][\"kcContext\"];\n i18n: I18n;\n getClassName: (classKey: ClassKey) => string;\n onIsFormSubmittableValueChange: (isFormSubmittable: boolean) => void;\n BeforeField?: (props: { attribute: Attribute }) => JSX.Element | null;\n AfterField?: (props: { attribute: Attribute }) => JSX.Element | null;\n};\n\nexport function UserProfileFormFields(props: UserProfileFormFieldsProps) {\n const { kcContext, onIsFormSubmittableValueChange, i18n, getClassName, BeforeField, AfterField } = props;\n\n const { advancedMsg } = i18n;\n\n const {\n formValidationState: { fieldStateByAttributeName, isFormSubmittable },\n formValidationDispatch,\n attributesWithPassword\n } = useFormValidation({\n kcContext,\n i18n\n });\n\n useEffect(() => {\n onIsFormSubmittableValueChange(isFormSubmittable);\n }, [isFormSubmittable]);\n\n let currentGroup = \"\";\n\n return (\n <>\n {attributesWithPassword.map((attribute, i) => {\n const { group = \"\", groupDisplayHeader = \"\", groupDisplayDescription = \"\" } = attribute;\n\n const { value, displayableErrors } = fieldStateByAttributeName[attribute.name];\n\n const formGroupClassName = clsx(\n getClassName(\"kcFormGroupClass\"),\n displayableErrors.length !== 0 && getClassName(\"kcFormGroupErrorClass\")\n );\n\n return (\n \n {group !== currentGroup && (currentGroup = group) !== \"\" && (\n
    \n
    \n \n
    \n {groupDisplayDescription !== \"\" && (\n
    \n \n
    \n )}\n
    \n )}\n\n {BeforeField && }\n\n
    \n
    \n \n {attribute.required && <>*}\n
    \n
    \n {(() => {\n const { options } = attribute.validators;\n\n if (options !== undefined) {\n return (\n \n formValidationDispatch({\n \"action\": \"update value\",\n \"name\": attribute.name,\n \"newValue\": event.target.value\n })\n }\n onBlur={() =>\n formValidationDispatch({\n \"action\": \"focus lost\",\n \"name\": attribute.name\n })\n }\n value={value}\n >\n {options.options.map(option => (\n \n ))}\n \n );\n }\n\n return (\n {\n switch (attribute.name) {\n case \"password-confirm\":\n case \"password\":\n return \"password\";\n default:\n return \"text\";\n }\n })()}\n id={attribute.name}\n name={attribute.name}\n value={value}\n onChange={event =>\n formValidationDispatch({\n \"action\": \"update value\",\n \"name\": attribute.name,\n \"newValue\": event.target.value\n })\n }\n onBlur={() =>\n formValidationDispatch({\n \"action\": \"focus lost\",\n \"name\": attribute.name\n })\n }\n className={getClassName(\"kcInputClass\")}\n aria-invalid={displayableErrors.length !== 0}\n disabled={attribute.readOnly}\n autoComplete={attribute.autocomplete}\n />\n );\n })()}\n {displayableErrors.length !== 0 &&\n (() => {\n const divId = `input-error-${attribute.name}`;\n\n return (\n <>\n \n \n {displayableErrors.map(({ errorMessage }) => errorMessage)}\n \n \n );\n })()}\n
    \n
    \n {AfterField && }\n
    \n );\n })}\n \n );\n}\n"],"names":["UpdateUserProfile","props","kcContext","i18n","doUseDefaultCss","Template","classes","getClassName","useGetClassName","msg","msgStr","url","isAppInitiatedAction","_useState","useState","_useState2","_slicedToArray","isFomSubmittable","setIsFomSubmittable","_jsx","Object","assign","headerNode","children","_jsxs","id","className","action","loginAction","method","UserProfileFormFields","onIsFormSubmittableValueChange","_Fragment","clsx","type","value","name","formNoValidate","defaultValue","disabled","BeforeField","AfterField","advancedMsg","_useFormValidation","useFormValidation","_useFormValidation$fo","formValidationState","fieldStateByAttributeName","isFormSubmittable","formValidationDispatch","attributesWithPassword","useEffect","currentGroup","map","attribute","i","_attribute$group","group","_attribute$groupDispl","groupDisplayHeader","_attribute$groupDispl2","groupDisplayDescription","_fieldStateByAttribut","displayableErrors","formGroupClassName","length","Fragment","concat","htmlFor","_a","displayName","required","options","validators","undefined","onChange","event","target","onBlur","option","readOnly","autoComplete","autocomplete","divId","style","_ref","errorMessage"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7047.f0e96611.chunk.js b/resources/keycloak/keycloakify/static/js/7047.f0e96611.chunk.js new file mode 100644 index 00000000..7592e5be --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7047.f0e96611.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7047],{7047:function(e,s,t){t.r(s),t.d(s,{default:function(){return n}});var a=t(184);function n(e){var s=e.kcContext,t=e.i18n,n=e.doUseDefaultCss,r=e.Template,c=e.classes;return(0,a.jsx)(r,{kcContext:s,i18n:t,doUseDefaultCss:n,classes:c,active:"my-extra-page-1",children:(0,a.jsx)("h1",{children:"Hello world 1"})})}}}]); +//# sourceMappingURL=7047.f0e96611.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7047.f0e96611.chunk.js.map b/resources/keycloak/keycloakify/static/js/7047.f0e96611.chunk.js.map new file mode 100644 index 00000000..07a4e745 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7047.f0e96611.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/7047.f0e96611.chunk.js","mappings":"0LAIe,SAASA,EAAaC,GAEjC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAEpD,OACIC,EAAAA,EAAAA,KAACF,EAAQ,CAAOH,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,EAAWE,OAAO,kBAAiBC,UACjFF,EAAAA,EAAAA,KAAA,MAAAE,SAAI,mBAIhB,C","sources":["account/pages/MyExtraPage1.tsx"],"sourcesContent":["import type { PageProps } from \"keycloakify/account/pages/PageProps\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function MyExtraPage1(props: PageProps, I18n>) {\n\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n return (\n \n );\n\n}\n"],"names":["MyExtraPage1","props","kcContext","i18n","doUseDefaultCss","Template","classes","_jsx","active","children"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7145.11a88376.chunk.js b/resources/keycloak/keycloakify/static/js/7145.11a88376.chunk.js new file mode 100644 index 00000000..eb3c393f --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7145.11a88376.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7145],{7145:function(e,s,a){a.r(s);s.default={doSave:"Ment\xe9s",doCancel:"M\xe9gsem",doLogOutAllSessions:"Minden munkamenet kil\xe9ptet\xe9se",doRemove:"T\xf6rl\xe9s",doAdd:"Hozz\xe1ad\xe1s",doSignOut:"Kil\xe9p\xe9s",doLogIn:"Bel\xe9p\xe9s",doLink:"\xd6sszek\xf6t\xe9s",editAccountHtmlTitle:"Fi\xf3k szerkeszt\xe9se",personalInfoHtmlTitle:"Szem\xe9lyes adatok",federatedIdentitiesHtmlTitle:"\xd6sszekapcsolt szem\xe9lyazonoss\xe1gok",accountLogHtmlTitle:"Fi\xf3k napl\xf3",changePasswordHtmlTitle:"Jelsz\xf3 csere",deviceActivityHtmlTitle:"Eszk\xf6z t\xf6rt\xe9net",sessionsHtmlTitle:"Munkamenetek",accountManagementTitle:"Keycloak Fi\xf3k Kezel\u0151",authenticatorTitle:"Hiteles\xedt\u0151",applicationsHtmlTitle:"Alkalmaz\xe1sok",linkedAccountsHtmlTitle:"\xd6sszek\xf6t\xf6tt fi\xf3kok",accountManagementWelcomeMessage:"\xdcdv\xf6z\xf6lj\xfck a Keycloak Fi\xf3k Kezel\u0151ben",personalInfoIntroMessage:"Kezelje az alap szem\xe9lyes adatait",accountSecurityTitle:"Fi\xf3k biztons\xe1g",accountSecurityIntroMessage:"Szab\xe1lyozza jelsz\xf3 \xe9s fi\xf3k hozz\xe1f\xe9r\xe9seit",applicationsIntroMessage:"Kezelje alkalmaz\xe1s jogosults\xe1gait, hogy hozz\xe1f\xe9rjen a fi\xf3kj\xe1hoz",resourceIntroMessage:"Ossza meg az er\u0151forr\xe1sait csapattagjai k\xf6z\xf6tt",passwordLastUpdateMessage:"A jelszava ekkor m\xf3dosult",updatePasswordTitle:"M\xf3dos\xedtsa jelszav\xe1t",updatePasswordMessageTitle:"K\xe9rem v\xe1lasszon er\u0151s jelsz\xf3t",updatePasswordMessage:"Egy er\u0151s jelsz\xf3 sz\xe1mok, bet\u0171k \xe9s speci\xe1lis karakterek kever\xe9ke, neh\xe9z kital\xe1lni, nem hasonl\xedt val\xf3di (sz\xf3t\xe1ri) sz\xf3ra \xe9s csak ehhez a fi\xf3khoz tartozik.",personalSubTitle:"Szem\xe9lyes adatai",personalSubMessage:"Kezelje alapvet\u0151 szem\xe9lyes adatait: vezet\xe9kn\xe9v, keresztn\xe9v, email c\xedm",authenticatorCode:"Egyszer haszn\xe1latos k\xf3d",email:"Email c\xedm",firstName:"Keresztn\xe9v",givenName:"Keresztn\xe9v",fullName:"Teljes n\xe9v",lastName:"Vezet\xe9kn\xe9v",familyName:"Vezet\xe9kn\xe9v",password:"Jelsz\xf3",currentPassword:"Jelenlegi jelsz\xf3",passwordConfirm:"Meger\u0151s\xedt\xe9s",passwordNew:"\xdaj jelsz\xf3",username:"Felhaszn\xe1l\xf3 n\xe9v",address:"C\xedm",street:"K\xf6zter\xfclet",locality:"Telep\xfcl\xe9s",region:"\xc1llam, Tartom\xe1ny, Megye, R\xe9gi\xf3",postal_code:"Ir\xe1ny\xedt\xf3sz\xe1m",country:"Orsz\xe1g",emailVerified:"Ellen\u0151rz\xf6tt email c\xedm",gssDelegationCredential:"GSS Delegation Credential",profileScopeConsentText:"Felhaszn\xe1l\xf3i fi\xf3k",emailScopeConsentText:"Email c\xedm",addressScopeConsentText:"C\xedm",phoneScopeConsentText:"Telefonsz\xe1m",offlineAccessScopeConsentText:"Offline hozz\xe1f\xe9r\xe9s",samlRoleListScopeConsentText:"Szerepk\xf6reim",rolesScopeConsentText:"Felhaszn\xe1l\xf3i szerepk\xf6r\xf6k",role_admin:"Adminisztr\xe1tor","role_realm-admin":"Tartom\xe1ny Adminisztr\xe1tor","role_create-realm":"Tartom\xe1ny l\xe9trehoz\xe1sa","role_view-realm":"Tartom\xe1nyok megtekint\xe9se","role_view-users":"Felhaszn\xe1l\xf3k megtekint\xe9se","role_view-applications":"Alkalmaz\xe1sok megtekint\xe9se","role_view-clients":"Kliensek megtekint\xe9se","role_view-events":"Esem\xe9nyek megtekint\xe9se","role_view-identity-providers":"Szem\xe9lyazonoss\xe1g-kezel\u0151k megtekint\xe9se","role_view-consent":"J\xf3v\xe1hagy\xf3 nyilatkozatok megtekint\xe9se","role_manage-realm":"Tartom\xe1nyok kezel\xe9se","role_manage-users":"Felhaszn\xe1l\xf3k kezel\xe9se","role_manage-applications":"Alkalmaz\xe1sok kezel\xe9se","role_manage-identity-providers":"Szem\xe9lyazonoss\xe1g-kezel\u0151k karbantart\xe1sa","role_manage-clients":"Kliensek kezel\xe9se","role_manage-events":"Esem\xe9nyek kezel\xe9se","role_view-profile":"Fi\xf3k megtekint\xe9se","role_manage-account":"Fi\xf3k kezel\xe9se","role_manage-account-links":"Fi\xf3k \xf6sszek\xf6t\xe9sek kezel\xe9se","role_manage-consent":"J\xf3v\xe1hagy\xf3 nyilatkozatok kezel\xe9se","role_read-token":"Olvas\xe1si token","role_offline-access":"Offline hozz\xe1f\xe9r\xe9s",role_uma_authorization:"Hozz\xe1f\xe9r\xe9s jogosults\xe1gokhoz (UMA)",client_account:"Fi\xf3k","client_account-console":"Fi\xf3k kezel\xe9s","client_security-admin-console":"Biztons\xe1gi, adminisztr\xe1tor fi\xf3k kezel\xe9s","client_admin-cli":"Admin CLI","client_realm-management":"Tartom\xe1ny kezel\xe9s",client_broker:"\xdcgyn\xf6k",requiredFields:"K\xf6telez\u0151en kit\xf6ltend\u0151 mez\u0151k",allFieldsRequired:"Minden mez\u0151 kit\xf6lt\xe9se k\xf6telez\u0151",backToApplication:"« Vissza az alkalmaz\xe1sba",backTo:"Vissza a {0}-ba/be",date:"D\xe1tum",event:"Esem\xe9ny",ip:"IP c\xedm",client:"Kliens",clients:"Kliensek",details:"R\xe9szletek",started:"Kezdete",lastAccess:"Utols\xf3 hozz\xe1f\xe9r\xe9s",expires:"Lej\xe1rat",applications:"Alkalmaz\xe1sok",account:"Fi\xf3k",federatedIdentity:"\xd6sszekapcsolt szem\xe9lyazonoss\xe1g",authenticator:"Hiteles\xedt\u0151","device-activity":"Eszk\xf6z t\xf6rt\xe9net",sessions:"Munkamentek",log:"Napl\xf3",application:"Alkalmaz\xe1s",availableRoles:"El\xe9rhet\u0151 szerepk\xf6r\xf6k",grantedPermissions:"Enged\xe9lyezett jogosults\xe1gok",grantedPersonalInfo:"Enged\xe9lyezett szem\xe9lyes adatok",additionalGrants:"Tov\xe1bbi enged\xe9lyek",action:"M\u0171velet",inResource:"itt:",fullAccess:"Teljes hozz\xe1f\xe9r\xe9s",offlineToken:"Offline Token",revoke:"Enged\xe9ly visszavon\xe1sa",configureAuthenticators:"Be\xe1ll\xedtott Hiteles\xedt\u0151k",mobile:"Mobil eszk\xf6z",totpStep1:"K\xe9rem telep\xedtse az itt felsorolt alkalmaz\xe1sok egyik\xe9t a mobil eszk\xf6z\xe9re:",totpStep2:"Ind\xedtsa el az alkalmaz\xe1st a mobil eszk\xf6z\xe9n \xe9s olvassa be ezt a (QR) k\xf3dot:",totpStep3:"Adja meg az alkalmaz\xe1s \xe1ltal gener\xe1lt egyszer haszn\xe1latos k\xf3dot majd kattintson a Ment\xe9s gombra a be\xe1ll\xedt\xe1s befejez\xe9s\xe9hez.",totpStep3DeviceName:"Adja meg a mobil eszk\xf6z nev\xe9t. Ez a k\xe9s\u0151bbiekben seg\xedthet az eszk\xf6z azonos\xedt\xe1s\xe1ban.",totpManualStep2:"Ind\xedtsa el az alkalmaz\xe1s \xe9s adja meg a k\xf6vetkez\u0151 kulcsot:",totpManualStep3:"Haszn\xe1lja a k\xf6vetkez\u0151 be\xe1ll\xedt\xe1sokat, ha az alkalmaz\xe1sa t\xe1mogatja ezeket:",totpUnableToScan:"Nem tud (QR) k\xf3dot beolvasni?",totpScanBarcode:"Ink\xe1bb (QR) k\xf3dot olvasna be?","totp.totp":"Id\u0151 alap\xfa","totp.hotp":"Sz\xe1ml\xe1l\xf3 alap\xfa",totpType:"T\xedpus",totpAlgorithm:"Algoritmus",totpDigits:"Sz\xe1mjegyek",totpInterval:"Intervallum",totpCounter:"Sz\xe1ml\xe1l\xf3",totpDeviceName:"Eszk\xf6z neve",missingUsernameMessage:"K\xe9rem adja meg a felhaszn\xe1l\xf3 nev\xe9t.",missingFirstNameMessage:"K\xe9rem adja meg a keresztnevet.",invalidEmailMessage:"\xc9rv\xe9nytelen email c\xedm.",missingLastNameMessage:"K\xe9rem adja meg a vezet\xe9knevet.",missingEmailMessage:"K\xe9rem adja meg az email c\xedmet.",missingPasswordMessage:"K\xe9rem adja meg a jelsz\xf3t.",notMatchPasswordMessage:"A jelszavak nem egyeznek meg.",invalidUserMessage:"\xc9rv\xe9nytelen felhaszn\xe1l\xf3",missingTotpMessage:"K\xe9rem adja meg a hiteles\xedt\u0151 k\xf3dot.",missingTotpDeviceNameMessage:"K\xe9rem adja meg az eszk\xf6z nev\xe9t.",invalidPasswordExistingMessage:"\xc9rv\xe9nytelen jelenlegi jelsz\xf3.",invalidPasswordConfirmMessage:"A jelszavak nem egyeznek meg.",invalidTotpMessage:"\xc9rv\xe9nytelen hiteles\xedt\u0151 k\xf3d.",usernameExistsMessage:"Ez a felhaszn\xe1l\xf3 n\xe9v m\xe1r foglalt.",emailExistsMessage:"Ez az email c\xedm m\xe1r foglalt.",readOnlyUserMessage:"A felhaszn\xe1l\xf3i fi\xf3kja csak olvashat\xf3, m\xf3dos\xedt\xe1s nem lehets\xe9ges.",readOnlyUsernameMessage:"A felhaszn\xe1l\xf3 n\xe9v nem m\xf3dos\xedthat\xf3.",readOnlyPasswordMessage:"A felhaszn\xe1l\xf3i fi\xf3kja csak olvashat\xf3, \xedgy jelsz\xf3 m\xf3dos\xedt\xe1s nem lehets\xe9ges.",successTotpMessage:"A mobil hiteles\xedt\u0151t be\xe1ll\xedtottuk.",successTotpRemovedMessage:"A mobil hiteles\xedt\u0151t elt\xe1vol\xedtottuk.",successGrantRevokedMessage:"Az enged\xe9lyt visszavontuk.",accountUpdatedMessage:"Felhaszn\xe1l\xf3i fi\xf3kj\xe1t m\xf3dos\xedtottuk.",accountPasswordUpdatedMessage:"Jelszav\xe1t m\xf3dos\xedtottuk.",missingIdentityProviderMessage:"Nincs megadva szem\xe9lyazonoss\xe1g-kezel\u0151.",invalidFederatedIdentityActionMessage:"\xc9rv\xe9nytelen, vagy nem l\xe9tez\u0151 m\u0171velet.",identityProviderNotFoundMessage:"A megadott szem\xe9lyazonoss\xe1g-kezel\u0151 nem tal\xe1lhat\xf3.",federatedIdentityLinkNotActiveMessage:"Ez a szem\xe9lyazonoss\xe1g \xf6sszek\xf6t\xe9s m\xe1r nem \xe9rv\xe9nyes.",federatedIdentityRemovingLastProviderMessage:"Az utols\xf3 \xf6sszekapcsolt szem\xe9lyazonoss\xe1g nem t\xf6r\xf6lhet\u0151, mert \xd6n nem rendelkezik \xe9rv\xe9nyes jelsz\xf3val.",identityProviderRedirectErrorMessage:"Nem siker\xfclt az \xe1tir\xe1ny\xedt\xe1s a szem\xe9lyazonoss\xe1g-kezel\u0151re.",identityProviderRemovedMessage:"A szem\xe9lyazonoss\xe1g-kezel\u0151 \xf6sszek\xf6t\xe9st t\xf6r\xf6lt\xfck.",identityProviderAlreadyLinkedMessage:"Az \xf6sszekapcsolt szem\xe9lyazonoss\xe1g-kezel\u0151 \xe1ltal bizots\xedtott szem\xe9lyazonoss\xe1g m\xe1r \xf6ssze van k\xf6tve egy m\xe1sik felhaszn\xe1l\xf3i fi\xf3kkal.",staleCodeAccountMessage:"Az oldal \xe9rv\xe9nyess\xe9gi ideje lej\xe1rt. K\xe9rem pr\xf3b\xe1lja meg \xfajra a k\xe9r\xe9st.",consentDenied:"J\xf3v\xe1hagy\xf3 nyilatkozat elutas\xedtva.",accountDisabledMessage:"Felhaszn\xe1l\xf3i fi\xf3kja inakt\xedv, k\xe9rem vegye fel a kapcsolatot az alkalmaz\xe1s adminisztr\xe1torral.",accountTemporarilyDisabledMessage:"Felhaszn\xe1l\xf3i fi\xf3kja \xe1tmenetileg inakt\xedv, k\xe9rem vegye fel a kapcsolatot az alkalmaz\xe1s adminisztr\xe1torral, vagy pr\xf3b\xe1lkozzon k\xe9s\u0151bb.",invalidPasswordMinLengthMessage:"\xc9rv\xe9nytelen jelsz\xf3: minimum hossz {0}.",invalidPasswordMinLowerCaseCharsMessage:"\xc9rv\xe9nytelen jelsz\xf3: legal\xe1bb {0} darab kisbet\u0171t kell tartalmaznia.",invalidPasswordMinDigitsMessage:"\xc9rv\xe9nytelen jelsz\xf3: legal\xe1bb {0} darab sz\xe1mjegyet kell tartalmaznia.",invalidPasswordMinUpperCaseCharsMessage:"\xc9rv\xe9nytelen jelsz\xf3: legal\xe1bb {0} darab nagybet\u0171t kell tartalmaznia.",invalidPasswordMinSpecialCharsMessage:"\xc9rv\xe9nytelen jelsz\xf3: legal\xe1bb {0} darab speci\xe1lis karaktert (pl. #!$@ stb.) kell tartalmaznia.",invalidPasswordNotUsernameMessage:"\xc9rv\xe9nytelen jelsz\xf3: nem lehet azonos a felhaszn\xe1l\xf3 n\xe9vvel.",invalidPasswordRegexPatternMessage:"\xc9rv\xe9nytelen jelsz\xf3: a jelsz\xf3 nem illeszkedik a megadott regul\xe1ris kifejez\xe9s mint\xe1ra.",invalidPasswordHistoryMessage:"\xc9rv\xe9nytelen jelsz\xf3: nem lehet azonos az utols\xf3 {0} darab, kor\xe1bban alkalmazott jelsz\xf3val.",invalidPasswordBlacklistedMessage:"\xc9rv\xe9nytelen jelsz\xf3: a jelsz\xf3 tilt\xf3 list\xe1n szerepel.",invalidPasswordGenericMessage:"\xc9rv\xe9nytelen jelsz\xf3: az \xfaj jelsz\xf3 nem felel meg a jelsz\xf3 h\xe1zirendnek.",myResources:"Er\u0151forr\xe1saim",myResourcesSub:"Er\u0151forr\xe1saim",doDeny:"Tilt\xe1s",doRevoke:"Visszavon\xe1s",doApprove:"J\xf3v\xe1hagy\xe1s",doRemoveSharing:"Megoszt\xe1s t\xf6rl\xe9se",doRemoveRequest:"K\xe9relem t\xf6rl\xe9se",peopleAccessResource:"Az er\u0151forr\xe1shoz hozz\xe1f\xe9r\u0151 felhaszn\xe1l\xf3k",resourceManagedPolicies:"Az er\u0151forr\xe1s hozz\xe1f\xe9r\xe9shez sz\xfcks\xe9ges jogosults\xe1gok",resourceNoPermissionsGrantingAccess:"Az er\u0151forr\xe1s hozz\xe1f\xe9r\xe9shez nem sz\xfcks\xe9gesek jogosults\xe1gok",anyAction:"B\xe1rmelyik m\u0171velet",description:"Le\xedr\xe1s",name:"N\xe9v",scopes:"Hat\xf3k\xf6r",resource:"Er\u0151forr\xe1s",user:"Felhaszn\xe1l\xf3",peopleSharingThisResource:"Az er\u0151forr\xe1st megoszt\xf3 felhaszn\xe1l\xf3k",shareWithOthers:"Megoszt\xe1s m\xe1s felhaszn\xe1l\xf3kkal",needMyApproval:"A j\xf3v\xe1hagy\xe1som sz\xfcks\xe9ges",requestsWaitingApproval:"A k\xe9r\xe9se j\xf3v\xe1hagy\xe1sra v\xe1r",icon:"Ikon",requestor:"K\xe9relmez\u0151",owner:"Tulajdonos",resourcesSharedWithMe:"Velem megosztott er\u0151forr\xe1sok",permissionRequestion:"Jogosults\xe1g k\xe9relem",permission:"Jogosults\xe1g",shares:"megoszt\xe1s(ok)",notBeingShared:"Az er\u0151forr\xe1s nincs megosztva",notHaveAnyResource:"Nincsen er\u0151forr\xe1sa",noResourcesSharedWithYou:"Nincsenek \xd6nnel megosztott er\u0151forr\xe1sai",havePermissionRequestsWaitingForApproval:"\xd6nnek {0} darab v\xe1rakoz\xf3, j\xf3v\xe1hagyand\xf3 jogosults\xe1g k\xe9r\xe9se van.",clickHereForDetails:"Kattintson ide a r\xe9szletek\xe9rt.",resourceIsNotBeingShared:"Az er\u0151forr\xe1s nincs megosztva",applicationName:"N\xe9v",applicationType:"Alkalmaz\xe1s t\xedpus",clearAllFilter:"Sz\u0171r\u0151 mez\u0151k t\xf6rl\xe9se",activeFilters:"Akt\xedv sz\u0171r\u0151k",filterByName:"N\xe9v alap\xfa keres\xe9s",allApps:"Minden alkalmaz\xe1s",internalApps:"Bels\u0151 alkalmaz\xe1sok",thirdpartyApps:"Harmadik f\xe9lt\u0151l sz\xe1rmaz\xf3 alkalmaz\xe1sok",appResults:"Eredm\xe9ny",clientNotFoundMessage:"A kliens nem tal\xe1lhat\xf3.",authorizedProvider:"Meghatalmazott szolg\xe1ltat\xf3",authorizedProviderMessage:"A felhaszn\xe1l\xf3i fi\xf3kj\xe1hoz k\xf6t\xf6tt meghatalmazott szolg\xe1ltat\xf3k",identityProvider:"Szem\xe9lyazonoss\xe1g-kezel\u0151",identityProviderMessage:"Fi\xf3kja szem\xe9lyazonoss\xe1g-kezel\u0151kh\xf6z k\xf6t\xe9s\xe9hez eddig ezeket a be\xe1ll\xedt\xe1sokat adta meg",userDefined:"Felhaszn\xe1l\xf3 \xe1ltal meghat\xe1rozott",removeAccess:"Hozz\xe1f\xe9r\xe9s t\xf6rl\xe9se",removeAccessMessage:"\xdajra enged\xe9lyeznie kell a hozz\xe1f\xe9r\xe9st az alkalmaz\xe1s ism\xe9telt haszn\xe1lat\xe1hoz.",authenticatorStatusMessage:"A k\xe9tszint\u0171 hiteles\xedt\xe9s jelenleg",authenticatorFinishSetUpTitle:"K\xe9tszint\u0171 hiteles\xedt\xe9s",authenticatorFinishSetUpMessage:"Minden Keycloak fi\xf3k bejelentkez\xe9skor k\xe9rni fogunk \xd6nt\u0151l egy m\xe1sodik szint\u0171 hiteles\xedt\u0151 k\xf3dot.",authenticatorSubTitle:"\xc1ll\xedtsa be a m\xe1sodik szint\u0171 hiteles\xedt\xe9st",authenticatorSubMessage:"Felhaszn\xe1l\xf3i fi\xf3kj\xe1nak biztons\xe1gi szintj\xe9t n\xf6velheti, ha legal\xe1bb egy m\xe1sodik szint\u0171 hiteles\xedt\xe9st is bekapcsol az el\xe9rhet\u0151 elj\xe1r\xe1sok k\xf6z\xfcl.",authenticatorMobileTitle:"Mobil eszk\xf6z alap\xfa hiteles\xedt\xe9s",authenticatorMobileMessage:"Mobil eszk\xf6z\xf6n gener\xe1lt ellen\u0151rz\u0151 k\xf3d, mint m\xe1sodik szint\u0171 hiteles\xedt\xe9s.",authenticatorMobileFinishSetUpMessage:"A hiteles\xedt\xe9s a mobil eszk\xf6z\xe9hez k\xf6t\u0151dik.",authenticatorActionSetup:"Be\xe1ll\xedt\xe1s",authenticatorSMSTitle:"SMS k\xf3d",authenticatorSMSMessage:"A Keycloak SMS ellen\u0151rz\u0151 k\xf3dot k\xfcld a telefonj\xe1ra (m\xe1sodik szint\u0171 hiteles\xedt\u0151 k\xf3d).",authenticatorSMSFinishSetUpMessage:"A k\xf6vetkez\u0151 telefonsz\xe1mokra SMS-t k\xfcld\xfcnk",authenticatorDefaultStatus:"Alap\xe9rtelmezett",authenticatorChangePhone:"M\xf3dos\xedtsa telefonsz\xe1m\xe1t",authenticatorMobileSetupTitle:"Mobil hiteles\xedt\u0151 eszk\xf6z be\xe1ll\xedt\xe1sa",smscodeIntroMessage:"Adja meg a telefonsz\xe1m\xe1t, melyre egy ellen\u0151rz\u0151 k\xf3dot k\xfcld\xfcnk.",mobileSetupStep1:"Telep\xedtsen egy hiteles\xedt\u0151 alkalmaz\xe1st mobil eszk\xf6z\xe9re az itt felsorolt, t\xe1mogatott, alkalmaz\xe1sok k\xf6z\xfcl.",mobileSetupStep2:"Ind\xedtsa el az alkalmaz\xe1st \xe9s olvassa be a k\xf6vetkez\u0151 (QR) k\xf3dot:",mobileSetupStep3:"Adja meg a mobil alkalmaz\xe1s \xe1ltal gener\xe1lt egyszer haszn\xe1latos k\xf3dot, majd kattintson a Ment\xe9s gombra a be\xe1ll\xedt\xe1shoz.",scanBarCode:"Ink\xe1bb (QR) k\xf3dot olvasna be?",enterBarCode:"Adja meg az egyszer haszn\xe1latos k\xf3dot",doCopy:"M\xe1sol\xe1s",doFinish:"Befejez\xe9s",authenticatorSMSCodeSetupTitle:"SMS k\xf3d be\xe1ll\xedt\xe1sa",chooseYourCountry:"V\xe1lassza ki az orsz\xe1got",enterYourPhoneNumber:"Adja meg a telefonsz\xe1m\xe1t",sendVerficationCode:"Ellen\u0151rz\u0151 k\xf3d k\xfcld\xe9se",enterYourVerficationCode:"Adja meg az ellen\u0151rz\u0151 k\xf3dot",authenticatorBackupCodesSetupTitle:"Tartal\xe9k k\xf3dok be\xe1ll\xedt\xe1sa",realmName:"Tartom\xe1ny",doDownload:"Let\xf6lt\xe9s",doPrint:"Nyomtat\xe1s",generateNewBackupCodes:"\xdaj tartal\xe9k k\xf3dok gener\xe1l\xe1sa",backtoAuthenticatorPage:"Vissza a hiteles\xedt\u0151 lapra",resources:"Er\u0151forr\xe1sok",sharedwithMe:"Velem megosztott er\u0151forr\xe1sok",share:"Megoszt\xe1s",sharedwith:"Megosztva",accessPermissions:"Hozz\xe1f\xe9r\xe9si jogosults\xe1gok",permissionRequests:"Jogosults\xe1g k\xe9r\xe9sek",approve:"J\xf3v\xe1hagy\xe1s",approveAll:"Mindet j\xf3v\xe1hagyja",people:"felhaszn\xe1l\xf3",perPage:"oldalank\xe9nt",currentPage:"Aktu\xe1lis oldal",sharetheResource:"Er\u0151forr\xe1s megoszt\xe1sa",group:"Csoport",selectPermission:"Jogosults\xe1g v\xe1laszt\xe1s",addPeople:"Adjon hozz\xe1 felhaszn\xe1l\xf3kat az er\u0151forr\xe1s megoszt\xe1shoz",addTeam:"Adjon meg csoportot az er\u0151forr\xe1s megoszt\xe1shoz",myPermissions:"Jogosults\xe1gaim",waitingforApproval:"J\xf3v\xe1hagy\xe1sra v\xe1r",anyPermission:"B\xe1rmilyen jogosults\xe1g","openshift.scope.user_info":"Felhaszn\xe1l\xf3 adatok","openshift.scope.user_check-access":"Felhaszn\xe1l\xf3 hozz\xe1f\xe9r\xe9s adatok","openshift.scope.user_full":"Teljes hozz\xe1f\xe9r\xe9s","openshift.scope.list-projects":"Projektek list\xe1ja"}}}]); +//# sourceMappingURL=7145.11a88376.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7145.11a88376.chunk.js.map b/resources/keycloak/keycloakify/static/js/7145.11a88376.chunk.js.map new file mode 100644 index 00000000..523b83f4 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7145.11a88376.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/7145.11a88376.chunk.js","mappings":"uIAsSA,UAlSgB,CACd,OAAU,YACV,SAAY,YACZ,oBAAuB,sCACvB,SAAY,eACZ,MAAS,kBACT,UAAa,gBACb,QAAW,gBACX,OAAU,sBACV,qBAAwB,0BACxB,sBAAyB,sBACzB,6BAAgC,4CAChC,oBAAuB,mBACvB,wBAA2B,kBAC3B,wBAA2B,2BAC3B,kBAAqB,eACrB,uBAA0B,+BAC1B,mBAAsB,qBACtB,sBAAyB,kBACzB,wBAA2B,iCAC3B,gCAAmC,2DACnC,yBAA4B,uCAC5B,qBAAwB,uBACxB,4BAA+B,gEAC/B,yBAA4B,oFAC5B,qBAAwB,8DACxB,0BAA6B,+BAC7B,oBAAuB,+BACvB,2BAA8B,6CAC9B,sBAAyB,6MACzB,iBAAoB,sBACpB,mBAAsB,4FACtB,kBAAqB,gCACrB,MAAS,eACT,UAAa,gBACb,UAAa,gBACb,SAAY,gBACZ,SAAY,mBACZ,WAAc,mBACd,SAAY,YACZ,gBAAmB,sBACnB,gBAAmB,yBACnB,YAAe,kBACf,SAAY,2BACZ,QAAW,SACX,OAAU,mBACV,SAAY,kBACZ,OAAU,6CACV,YAAe,2BACf,QAAW,YACX,cAAiB,mCACjB,wBAA2B,4BAC3B,wBAA2B,6BAC3B,sBAAyB,eACzB,wBAA2B,SAC3B,sBAAyB,iBACzB,8BAAiC,8BACjC,6BAAgC,kBAChC,sBAAyB,uCACzB,WAAc,oBACd,mBAAoB,iCACpB,oBAAqB,iCACrB,kBAAmB,iCACnB,kBAAmB,qCACnB,yBAA0B,kCAC1B,oBAAqB,2BACrB,mBAAoB,+BACpB,+BAAgC,sDAChC,oBAAqB,mDACrB,oBAAqB,6BACrB,oBAAqB,iCACrB,2BAA4B,8BAC5B,iCAAkC,uDAClC,sBAAuB,uBACvB,qBAAsB,2BACtB,oBAAqB,0BACrB,sBAAuB,sBACvB,4BAA6B,4CAC7B,sBAAuB,+CACvB,kBAAmB,oBACnB,sBAAuB,8BACvB,uBAA0B,gDAC1B,eAAkB,UAClB,yBAA0B,qBAC1B,gCAAiC,sDACjC,mBAAoB,YACpB,0BAA2B,0BAC3B,cAAiB,eACjB,eAAkB,mDAClB,kBAAqB,oDACrB,kBAAqB,oCACrB,OAAU,qBACV,KAAQ,WACR,MAAS,aACT,GAAM,YACN,OAAU,SACV,QAAW,WACX,QAAW,eACX,QAAW,UACX,WAAc,gCACd,QAAW,aACX,aAAgB,kBAChB,QAAW,UACX,kBAAqB,0CACrB,cAAiB,qBACjB,kBAAmB,2BACnB,SAAY,cACZ,IAAO,WACP,YAAe,gBACf,eAAkB,qCAClB,mBAAsB,oCACtB,oBAAuB,uCACvB,iBAAoB,2BACpB,OAAU,eACV,WAAc,OACd,WAAc,6BACd,aAAgB,gBAChB,OAAU,8BACV,wBAA2B,uCAC3B,OAAU,kBACV,UAAa,6FACb,UAAa,+FACb,UAAa,8JACb,oBAAuB,mHACvB,gBAAmB,6EACnB,gBAAmB,qGACnB,iBAAoB,mCACpB,gBAAmB,sCACnB,YAAa,oBACb,YAAa,6BACb,SAAY,WACZ,cAAiB,aACjB,WAAc,gBACd,aAAgB,cAChB,YAAe,oBACf,eAAkB,iBAClB,uBAA0B,kDAC1B,wBAA2B,oCAC3B,oBAAuB,kCACvB,uBAA0B,uCAC1B,oBAAuB,uCACvB,uBAA0B,kCAC1B,wBAA2B,gCAC3B,mBAAsB,sCACtB,mBAAsB,mDACtB,6BAAgC,2CAChC,+BAAkC,yCAClC,8BAAiC,gCACjC,mBAAsB,+CACtB,sBAAyB,gDACzB,mBAAsB,qCACtB,oBAAuB,0FACvB,wBAA2B,uDAC3B,wBAA2B,2GAC3B,mBAAsB,kDACtB,0BAA6B,oDAC7B,2BAA8B,gCAC9B,sBAAyB,uDACzB,8BAAiC,mCACjC,+BAAkC,oDAClC,sCAAyC,2DACzC,gCAAmC,qEACnC,sCAAyC,6EACzC,6CAAgD,yIAChD,qCAAwC,qFACxC,+BAAkC,+EAClC,qCAAwC,iLACxC,wBAA2B,sGAC3B,cAAiB,gDACjB,uBAA0B,mHAC1B,kCAAqC,0KACrC,gCAAmC,kDACnC,wCAA2C,sFAC3C,gCAAmC,sFACnC,wCAA2C,uFAC3C,sCAAyC,+GACzC,kCAAqC,+EACrC,mCAAsC,4GACtC,8BAAiC,8GACjC,kCAAqC,wEACrC,8BAAiC,4FACjC,YAAe,uBACf,eAAkB,uBAClB,OAAU,YACV,SAAY,iBACZ,UAAa,sBACb,gBAAmB,6BACnB,gBAAmB,2BACnB,qBAAwB,kEACxB,wBAA2B,+EAC3B,oCAAuC,qFACvC,UAAa,4BACb,YAAe,eACf,KAAQ,SACR,OAAU,gBACV,SAAY,oBACZ,KAAQ,oBACR,0BAA6B,uDAC7B,gBAAmB,4CACnB,eAAkB,0CAClB,wBAA2B,8CAC3B,KAAQ,OACR,UAAa,oBACb,MAAS,aACT,sBAAyB,uCACzB,qBAAwB,4BACxB,WAAc,iBACd,OAAU,mBACV,eAAkB,uCAClB,mBAAsB,6BACtB,yBAA4B,oDAC5B,yCAA4C,4FAC5C,oBAAuB,uCACvB,yBAA4B,uCAC5B,gBAAmB,SACnB,gBAAmB,yBACnB,eAAkB,2CAClB,cAAiB,4BACjB,aAAgB,6BAChB,QAAW,uBACX,aAAgB,6BAChB,eAAkB,yDAClB,WAAc,cACd,sBAAyB,gCACzB,mBAAsB,mCACtB,0BAA6B,sFAC7B,iBAAoB,qCACpB,wBAA2B,wHAC3B,YAAe,8CACf,aAAgB,oCAChB,oBAAuB,yGACvB,2BAA8B,iDAC9B,8BAAiC,sCACjC,gCAAmC,oIACnC,sBAAyB,+DACzB,wBAA2B,wMAC3B,yBAA4B,6CAC5B,2BAA8B,8GAC9B,sCAAyC,gEACzC,yBAA4B,qBAC5B,sBAAyB,aACzB,wBAA2B,2HAC3B,mCAAsC,6DACtC,2BAA8B,qBAC9B,yBAA4B,sCAC5B,8BAAiC,yDACjC,oBAAuB,yFACvB,iBAAoB,0IACpB,iBAAoB,sFACpB,iBAAoB,mJACpB,YAAe,sCACf,aAAgB,8CAChB,OAAU,gBACV,SAAY,eACZ,+BAAkC,iCAClC,kBAAqB,gCACrB,qBAAwB,iCACxB,oBAAuB,2CACvB,yBAA4B,2CAC5B,mCAAsC,2CACtC,UAAa,eACb,WAAc,iBACd,QAAW,eACX,uBAA0B,8CAC1B,wBAA2B,oCAC3B,UAAa,sBACb,aAAgB,uCAChB,MAAS,eACT,WAAc,YACd,kBAAqB,wCACrB,mBAAsB,+BACtB,QAAW,sBACX,WAAc,0BACd,OAAU,oBACV,QAAW,iBACX,YAAe,oBACf,iBAAoB,kCACpB,MAAS,UACT,iBAAoB,iCACpB,UAAa,2EACb,QAAW,2DACX,cAAiB,oBACjB,mBAAsB,+BACtB,cAAiB,8BACjB,4BAA6B,2BAC7B,oCAAqC,+CACrC,4BAA6B,6BAC7B,gCAAiC,uB","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/hu.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Mentés\",\n \"doCancel\": \"Mégsem\",\n \"doLogOutAllSessions\": \"Minden munkamenet kiléptetése\",\n \"doRemove\": \"Törlés\",\n \"doAdd\": \"Hozzáadás\",\n \"doSignOut\": \"Kilépés\",\n \"doLogIn\": \"Belépés\",\n \"doLink\": \"Összekötés\",\n \"editAccountHtmlTitle\": \"Fiók szerkesztése\",\n \"personalInfoHtmlTitle\": \"Személyes adatok\",\n \"federatedIdentitiesHtmlTitle\": \"Összekapcsolt személyazonosságok\",\n \"accountLogHtmlTitle\": \"Fiók napló\",\n \"changePasswordHtmlTitle\": \"Jelszó csere\",\n \"deviceActivityHtmlTitle\": \"Eszköz történet\",\n \"sessionsHtmlTitle\": \"Munkamenetek\",\n \"accountManagementTitle\": \"Keycloak Fiók Kezelő\",\n \"authenticatorTitle\": \"Hitelesítő\",\n \"applicationsHtmlTitle\": \"Alkalmazások\",\n \"linkedAccountsHtmlTitle\": \"Összekötött fiókok\",\n \"accountManagementWelcomeMessage\": \"Üdvözöljük a Keycloak Fiók Kezelőben\",\n \"personalInfoIntroMessage\": \"Kezelje az alap személyes adatait\",\n \"accountSecurityTitle\": \"Fiók biztonság\",\n \"accountSecurityIntroMessage\": \"Szabályozza jelszó és fiók hozzáféréseit\",\n \"applicationsIntroMessage\": \"Kezelje alkalmazás jogosultságait, hogy hozzáférjen a fiókjához\",\n \"resourceIntroMessage\": \"Ossza meg az erőforrásait csapattagjai között\",\n \"passwordLastUpdateMessage\": \"A jelszava ekkor módosult\",\n \"updatePasswordTitle\": \"Módosítsa jelszavát\",\n \"updatePasswordMessageTitle\": \"Kérem válasszon erős jelszót\",\n \"updatePasswordMessage\": \"Egy erős jelszó számok, betűk és speciális karakterek keveréke, nehéz kitalálni, nem hasonlít valódi (szótári) szóra és csak ehhez a fiókhoz tartozik.\",\n \"personalSubTitle\": \"Személyes adatai\",\n \"personalSubMessage\": \"Kezelje alapvető személyes adatait: vezetéknév, keresztnév, email cím\",\n \"authenticatorCode\": \"Egyszer használatos kód\",\n \"email\": \"Email cím\",\n \"firstName\": \"Keresztnév\",\n \"givenName\": \"Keresztnév\",\n \"fullName\": \"Teljes név\",\n \"lastName\": \"Vezetéknév\",\n \"familyName\": \"Vezetéknév\",\n \"password\": \"Jelszó\",\n \"currentPassword\": \"Jelenlegi jelszó\",\n \"passwordConfirm\": \"Megerősítés\",\n \"passwordNew\": \"Új jelszó\",\n \"username\": \"Felhasználó név\",\n \"address\": \"Cím\",\n \"street\": \"Közterület\",\n \"locality\": \"Település\",\n \"region\": \"Állam, Tartomány, Megye, Régió\",\n \"postal_code\": \"Irányítószám\",\n \"country\": \"Ország\",\n \"emailVerified\": \"Ellenőrzött email cím\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"profileScopeConsentText\": \"Felhasználói fiók\",\n \"emailScopeConsentText\": \"Email cím\",\n \"addressScopeConsentText\": \"Cím\",\n \"phoneScopeConsentText\": \"Telefonszám\",\n \"offlineAccessScopeConsentText\": \"Offline hozzáférés\",\n \"samlRoleListScopeConsentText\": \"Szerepköreim\",\n \"rolesScopeConsentText\": \"Felhasználói szerepkörök\",\n \"role_admin\": \"Adminisztrátor\",\n \"role_realm-admin\": \"Tartomány Adminisztrátor\",\n \"role_create-realm\": \"Tartomány létrehozása\",\n \"role_view-realm\": \"Tartományok megtekintése\",\n \"role_view-users\": \"Felhasználók megtekintése\",\n \"role_view-applications\": \"Alkalmazások megtekintése\",\n \"role_view-clients\": \"Kliensek megtekintése\",\n \"role_view-events\": \"Események megtekintése\",\n \"role_view-identity-providers\": \"Személyazonosság-kezelők megtekintése\",\n \"role_view-consent\": \"Jóváhagyó nyilatkozatok megtekintése\",\n \"role_manage-realm\": \"Tartományok kezelése\",\n \"role_manage-users\": \"Felhasználók kezelése\",\n \"role_manage-applications\": \"Alkalmazások kezelése\",\n \"role_manage-identity-providers\": \"Személyazonosság-kezelők karbantartása\",\n \"role_manage-clients\": \"Kliensek kezelése\",\n \"role_manage-events\": \"Események kezelése\",\n \"role_view-profile\": \"Fiók megtekintése\",\n \"role_manage-account\": \"Fiók kezelése\",\n \"role_manage-account-links\": \"Fiók összekötések kezelése\",\n \"role_manage-consent\": \"Jóváhagyó nyilatkozatok kezelése\",\n \"role_read-token\": \"Olvasási token\",\n \"role_offline-access\": \"Offline hozzáférés\",\n \"role_uma_authorization\": \"Hozzáférés jogosultságokhoz (UMA)\",\n \"client_account\": \"Fiók\",\n \"client_account-console\": \"Fiók kezelés\",\n \"client_security-admin-console\": \"Biztonsági, adminisztrátor fiók kezelés\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Tartomány kezelés\",\n \"client_broker\": \"Ügynök\",\n \"requiredFields\": \"Kötelezően kitöltendő mezők\",\n \"allFieldsRequired\": \"Minden mező kitöltése kötelező\",\n \"backToApplication\": \"« Vissza az alkalmazásba\",\n \"backTo\": \"Vissza a {0}-ba/be\",\n \"date\": \"Dátum\",\n \"event\": \"Esemény\",\n \"ip\": \"IP cím\",\n \"client\": \"Kliens\",\n \"clients\": \"Kliensek\",\n \"details\": \"Részletek\",\n \"started\": \"Kezdete\",\n \"lastAccess\": \"Utolsó hozzáférés\",\n \"expires\": \"Lejárat\",\n \"applications\": \"Alkalmazások\",\n \"account\": \"Fiók\",\n \"federatedIdentity\": \"Összekapcsolt személyazonosság\",\n \"authenticator\": \"Hitelesítő\",\n \"device-activity\": \"Eszköz történet\",\n \"sessions\": \"Munkamentek\",\n \"log\": \"Napló\",\n \"application\": \"Alkalmazás\",\n \"availableRoles\": \"Elérhető szerepkörök\",\n \"grantedPermissions\": \"Engedélyezett jogosultságok\",\n \"grantedPersonalInfo\": \"Engedélyezett személyes adatok\",\n \"additionalGrants\": \"További engedélyek\",\n \"action\": \"Művelet\",\n \"inResource\": \"itt:\",\n \"fullAccess\": \"Teljes hozzáférés\",\n \"offlineToken\": \"Offline Token\",\n \"revoke\": \"Engedély visszavonása\",\n \"configureAuthenticators\": \"Beállított Hitelesítők\",\n \"mobile\": \"Mobil eszköz\",\n \"totpStep1\": \"Kérem telepítse az itt felsorolt alkalmazások egyikét a mobil eszközére:\",\n \"totpStep2\": \"Indítsa el az alkalmazást a mobil eszközén és olvassa be ezt a (QR) kódot:\",\n \"totpStep3\": \"Adja meg az alkalmazás által generált egyszer használatos kódot majd kattintson a Mentés gombra a beállítás befejezéséhez.\",\n \"totpStep3DeviceName\": \"Adja meg a mobil eszköz nevét. Ez a későbbiekben segíthet az eszköz azonosításában.\",\n \"totpManualStep2\": \"Indítsa el az alkalmazás és adja meg a következő kulcsot:\",\n \"totpManualStep3\": \"Használja a következő beállításokat, ha az alkalmazása támogatja ezeket:\",\n \"totpUnableToScan\": \"Nem tud (QR) kódot beolvasni?\",\n \"totpScanBarcode\": \"Inkább (QR) kódot olvasna be?\",\n \"totp.totp\": \"Idő alapú\",\n \"totp.hotp\": \"Számláló alapú\",\n \"totpType\": \"Típus\",\n \"totpAlgorithm\": \"Algoritmus\",\n \"totpDigits\": \"Számjegyek\",\n \"totpInterval\": \"Intervallum\",\n \"totpCounter\": \"Számláló\",\n \"totpDeviceName\": \"Eszköz neve\",\n \"missingUsernameMessage\": \"Kérem adja meg a felhasználó nevét.\",\n \"missingFirstNameMessage\": \"Kérem adja meg a keresztnevet.\",\n \"invalidEmailMessage\": \"Érvénytelen email cím.\",\n \"missingLastNameMessage\": \"Kérem adja meg a vezetéknevet.\",\n \"missingEmailMessage\": \"Kérem adja meg az email címet.\",\n \"missingPasswordMessage\": \"Kérem adja meg a jelszót.\",\n \"notMatchPasswordMessage\": \"A jelszavak nem egyeznek meg.\",\n \"invalidUserMessage\": \"Érvénytelen felhasználó\",\n \"missingTotpMessage\": \"Kérem adja meg a hitelesítő kódot.\",\n \"missingTotpDeviceNameMessage\": \"Kérem adja meg az eszköz nevét.\",\n \"invalidPasswordExistingMessage\": \"Érvénytelen jelenlegi jelszó.\",\n \"invalidPasswordConfirmMessage\": \"A jelszavak nem egyeznek meg.\",\n \"invalidTotpMessage\": \"Érvénytelen hitelesítő kód.\",\n \"usernameExistsMessage\": \"Ez a felhasználó név már foglalt.\",\n \"emailExistsMessage\": \"Ez az email cím már foglalt.\",\n \"readOnlyUserMessage\": \"A felhasználói fiókja csak olvasható, módosítás nem lehetséges.\",\n \"readOnlyUsernameMessage\": \"A felhasználó név nem módosítható.\",\n \"readOnlyPasswordMessage\": \"A felhasználói fiókja csak olvasható, így jelszó módosítás nem lehetséges.\",\n \"successTotpMessage\": \"A mobil hitelesítőt beállítottuk.\",\n \"successTotpRemovedMessage\": \"A mobil hitelesítőt eltávolítottuk.\",\n \"successGrantRevokedMessage\": \"Az engedélyt visszavontuk.\",\n \"accountUpdatedMessage\": \"Felhasználói fiókját módosítottuk.\",\n \"accountPasswordUpdatedMessage\": \"Jelszavát módosítottuk.\",\n \"missingIdentityProviderMessage\": \"Nincs megadva személyazonosság-kezelő.\",\n \"invalidFederatedIdentityActionMessage\": \"Érvénytelen, vagy nem létező művelet.\",\n \"identityProviderNotFoundMessage\": \"A megadott személyazonosság-kezelő nem található.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Ez a személyazonosság összekötés már nem érvényes.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Az utolsó összekapcsolt személyazonosság nem törölhető, mert Ön nem rendelkezik érvényes jelszóval.\",\n \"identityProviderRedirectErrorMessage\": \"Nem sikerült az átirányítás a személyazonosság-kezelőre.\",\n \"identityProviderRemovedMessage\": \"A személyazonosság-kezelő összekötést töröltük.\",\n \"identityProviderAlreadyLinkedMessage\": \"Az összekapcsolt személyazonosság-kezelő által bizotsított személyazonosság már össze van kötve egy másik felhasználói fiókkal.\",\n \"staleCodeAccountMessage\": \"Az oldal érvényességi ideje lejárt. Kérem próbálja meg újra a kérést.\",\n \"consentDenied\": \"Jóváhagyó nyilatkozat elutasítva.\",\n \"accountDisabledMessage\": \"Felhasználói fiókja inaktív, kérem vegye fel a kapcsolatot az alkalmazás adminisztrátorral.\",\n \"accountTemporarilyDisabledMessage\": \"Felhasználói fiókja átmenetileg inaktív, kérem vegye fel a kapcsolatot az alkalmazás adminisztrátorral, vagy próbálkozzon később.\",\n \"invalidPasswordMinLengthMessage\": \"Érvénytelen jelszó: minimum hossz {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Érvénytelen jelszó: legalább {0} darab kisbetűt kell tartalmaznia.\",\n \"invalidPasswordMinDigitsMessage\": \"Érvénytelen jelszó: legalább {0} darab számjegyet kell tartalmaznia.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Érvénytelen jelszó: legalább {0} darab nagybetűt kell tartalmaznia.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Érvénytelen jelszó: legalább {0} darab speciális karaktert (pl. #!$@ stb.) kell tartalmaznia.\",\n \"invalidPasswordNotUsernameMessage\": \"Érvénytelen jelszó: nem lehet azonos a felhasználó névvel.\",\n \"invalidPasswordRegexPatternMessage\": \"Érvénytelen jelszó: a jelszó nem illeszkedik a megadott reguláris kifejezés mintára.\",\n \"invalidPasswordHistoryMessage\": \"Érvénytelen jelszó: nem lehet azonos az utolsó {0} darab, korábban alkalmazott jelszóval.\",\n \"invalidPasswordBlacklistedMessage\": \"Érvénytelen jelszó: a jelszó tiltó listán szerepel.\",\n \"invalidPasswordGenericMessage\": \"Érvénytelen jelszó: az új jelszó nem felel meg a jelszó házirendnek.\",\n \"myResources\": \"Erőforrásaim\",\n \"myResourcesSub\": \"Erőforrásaim\",\n \"doDeny\": \"Tiltás\",\n \"doRevoke\": \"Visszavonás\",\n \"doApprove\": \"Jóváhagyás\",\n \"doRemoveSharing\": \"Megosztás törlése\",\n \"doRemoveRequest\": \"Kérelem törlése\",\n \"peopleAccessResource\": \"Az erőforráshoz hozzáférő felhasználók\",\n \"resourceManagedPolicies\": \"Az erőforrás hozzáféréshez szükséges jogosultságok\",\n \"resourceNoPermissionsGrantingAccess\": \"Az erőforrás hozzáféréshez nem szükségesek jogosultságok\",\n \"anyAction\": \"Bármelyik művelet\",\n \"description\": \"Leírás\",\n \"name\": \"Név\",\n \"scopes\": \"Hatókör\",\n \"resource\": \"Erőforrás\",\n \"user\": \"Felhasználó\",\n \"peopleSharingThisResource\": \"Az erőforrást megosztó felhasználók\",\n \"shareWithOthers\": \"Megosztás más felhasználókkal\",\n \"needMyApproval\": \"A jóváhagyásom szükséges\",\n \"requestsWaitingApproval\": \"A kérése jóváhagyásra vár\",\n \"icon\": \"Ikon\",\n \"requestor\": \"Kérelmező\",\n \"owner\": \"Tulajdonos\",\n \"resourcesSharedWithMe\": \"Velem megosztott erőforrások\",\n \"permissionRequestion\": \"Jogosultság kérelem\",\n \"permission\": \"Jogosultság\",\n \"shares\": \"megosztás(ok)\",\n \"notBeingShared\": \"Az erőforrás nincs megosztva\",\n \"notHaveAnyResource\": \"Nincsen erőforrása\",\n \"noResourcesSharedWithYou\": \"Nincsenek Önnel megosztott erőforrásai\",\n \"havePermissionRequestsWaitingForApproval\": \"Önnek {0} darab várakozó, jóváhagyandó jogosultság kérése van.\",\n \"clickHereForDetails\": \"Kattintson ide a részletekért.\",\n \"resourceIsNotBeingShared\": \"Az erőforrás nincs megosztva\",\n \"applicationName\": \"Név\",\n \"applicationType\": \"Alkalmazás típus\",\n \"clearAllFilter\": \"Szűrő mezők törlése\",\n \"activeFilters\": \"Aktív szűrők\",\n \"filterByName\": \"Név alapú keresés\",\n \"allApps\": \"Minden alkalmazás\",\n \"internalApps\": \"Belső alkalmazások\",\n \"thirdpartyApps\": \"Harmadik féltől származó alkalmazások\",\n \"appResults\": \"Eredmény\",\n \"clientNotFoundMessage\": \"A kliens nem található.\",\n \"authorizedProvider\": \"Meghatalmazott szolgáltató\",\n \"authorizedProviderMessage\": \"A felhasználói fiókjához kötött meghatalmazott szolgáltatók\",\n \"identityProvider\": \"Személyazonosság-kezelő\",\n \"identityProviderMessage\": \"Fiókja személyazonosság-kezelőkhöz kötéséhez eddig ezeket a beállításokat adta meg\",\n \"userDefined\": \"Felhasználó által meghatározott\",\n \"removeAccess\": \"Hozzáférés törlése\",\n \"removeAccessMessage\": \"Újra engedélyeznie kell a hozzáférést az alkalmazás ismételt használatához.\",\n \"authenticatorStatusMessage\": \"A kétszintű hitelesítés jelenleg\",\n \"authenticatorFinishSetUpTitle\": \"Kétszintű hitelesítés\",\n \"authenticatorFinishSetUpMessage\": \"Minden Keycloak fiók bejelentkezéskor kérni fogunk Öntől egy második szintű hitelesítő kódot.\",\n \"authenticatorSubTitle\": \"Állítsa be a második szintű hitelesítést\",\n \"authenticatorSubMessage\": \"Felhasználói fiókjának biztonsági szintjét növelheti, ha legalább egy második szintű hitelesítést is bekapcsol az elérhető eljárások közül.\",\n \"authenticatorMobileTitle\": \"Mobil eszköz alapú hitelesítés\",\n \"authenticatorMobileMessage\": \"Mobil eszközön generált ellenőrző kód, mint második szintű hitelesítés.\",\n \"authenticatorMobileFinishSetUpMessage\": \"A hitelesítés a mobil eszközéhez kötődik.\",\n \"authenticatorActionSetup\": \"Beállítás\",\n \"authenticatorSMSTitle\": \"SMS kód\",\n \"authenticatorSMSMessage\": \"A Keycloak SMS ellenőrző kódot küld a telefonjára (második szintű hitelesítő kód).\",\n \"authenticatorSMSFinishSetUpMessage\": \"A következő telefonszámokra SMS-t küldünk\",\n \"authenticatorDefaultStatus\": \"Alapértelmezett\",\n \"authenticatorChangePhone\": \"Módosítsa telefonszámát\",\n \"authenticatorMobileSetupTitle\": \"Mobil hitelesítő eszköz beállítása\",\n \"smscodeIntroMessage\": \"Adja meg a telefonszámát, melyre egy ellenőrző kódot küldünk.\",\n \"mobileSetupStep1\": \"Telepítsen egy hitelesítő alkalmazást mobil eszközére az itt felsorolt, támogatott, alkalmazások közül.\",\n \"mobileSetupStep2\": \"Indítsa el az alkalmazást és olvassa be a következő (QR) kódot:\",\n \"mobileSetupStep3\": \"Adja meg a mobil alkalmazás által generált egyszer használatos kódot, majd kattintson a Mentés gombra a beállításhoz.\",\n \"scanBarCode\": \"Inkább (QR) kódot olvasna be?\",\n \"enterBarCode\": \"Adja meg az egyszer használatos kódot\",\n \"doCopy\": \"Másolás\",\n \"doFinish\": \"Befejezés\",\n \"authenticatorSMSCodeSetupTitle\": \"SMS kód beállítása\",\n \"chooseYourCountry\": \"Válassza ki az országot\",\n \"enterYourPhoneNumber\": \"Adja meg a telefonszámát\",\n \"sendVerficationCode\": \"Ellenőrző kód küldése\",\n \"enterYourVerficationCode\": \"Adja meg az ellenőrző kódot\",\n \"authenticatorBackupCodesSetupTitle\": \"Tartalék kódok beállítása\",\n \"realmName\": \"Tartomány\",\n \"doDownload\": \"Letöltés\",\n \"doPrint\": \"Nyomtatás\",\n \"generateNewBackupCodes\": \"Új tartalék kódok generálása\",\n \"backtoAuthenticatorPage\": \"Vissza a hitelesítő lapra\",\n \"resources\": \"Erőforrások\",\n \"sharedwithMe\": \"Velem megosztott erőforrások\",\n \"share\": \"Megosztás\",\n \"sharedwith\": \"Megosztva\",\n \"accessPermissions\": \"Hozzáférési jogosultságok\",\n \"permissionRequests\": \"Jogosultság kérések\",\n \"approve\": \"Jóváhagyás\",\n \"approveAll\": \"Mindet jóváhagyja\",\n \"people\": \"felhasználó\",\n \"perPage\": \"oldalanként\",\n \"currentPage\": \"Aktuális oldal\",\n \"sharetheResource\": \"Erőforrás megosztása\",\n \"group\": \"Csoport\",\n \"selectPermission\": \"Jogosultság választás\",\n \"addPeople\": \"Adjon hozzá felhasználókat az erőforrás megosztáshoz\",\n \"addTeam\": \"Adjon meg csoportot az erőforrás megosztáshoz\",\n \"myPermissions\": \"Jogosultságaim\",\n \"waitingforApproval\": \"Jóváhagyásra vár\",\n \"anyPermission\": \"Bármilyen jogosultság\",\n \"openshift.scope.user_info\": \"Felhasználó adatok\",\n \"openshift.scope.user_check-access\": \"Felhasználó hozzáférés adatok\",\n \"openshift.scope.user_full\": \"Teljes hozzáférés\",\n \"openshift.scope.list-projects\": \"Projektek listája\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/716.b0cf7673.chunk.js b/resources/keycloak/keycloakify/static/js/716.b0cf7673.chunk.js new file mode 100644 index 00000000..8467a19f --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/716.b0cf7673.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[716],{716:function(e,s,r){r.r(s),r.d(s,{default:function(){return l}});var t=r(1413),a=r(6055),n=r(1652),o=r(184);function l(e){var s,r=e.kcContext,l=e.i18n,c=e.doUseDefaultCss,i=e.Template,u=e.classes,d=(0,n.v)({doUseDefaultCss:c,classes:(0,t.Z)((0,t.Z)({},u),{},{kcBodyClass:(0,a.W)(null===u||void 0===u?void 0:u.kcBodyClass,"password")})}).getClassName,m=r.url,f=r.password,p=r.account,v=r.stateChecker,b=l.msg;return(0,o.jsxs)(i,{kcContext:r,i18n:l,doUseDefaultCss:c,classes:u,active:"password",children:[(0,o.jsxs)("div",{className:"row",children:[(0,o.jsx)("div",{className:"col-md-10",children:(0,o.jsx)("h2",{children:b("changePasswordHtmlTitle")})}),(0,o.jsx)("div",{className:"col-md-2 subtitle",children:(0,o.jsx)("span",{className:"subtitle",children:b("allFieldsRequired")})})]}),(0,o.jsxs)("form",{action:m.passwordUrl,className:"form-horizontal",method:"post",children:[(0,o.jsx)("input",{type:"text",id:"username",name:"username",value:null!==(s=p.username)&&void 0!==s?s:"",autoComplete:"username",readOnly:!0,style:{display:"none"}}),f.passwordSet&&(0,o.jsxs)("div",{className:"form-group",children:[(0,o.jsx)("div",{className:"col-sm-2 col-md-2",children:(0,o.jsx)("label",{htmlFor:"password",className:"control-label",children:b("password")})}),(0,o.jsx)("div",{className:"col-sm-10 col-md-10",children:(0,o.jsx)("input",{type:"password",className:"form-control",id:"password",name:"password",autoFocus:!0,autoComplete:"current-password"})})]}),(0,o.jsx)("input",{type:"hidden",id:"stateChecker",name:"stateChecker",value:v}),(0,o.jsxs)("div",{className:"form-group",children:[(0,o.jsx)("div",{className:"col-sm-2 col-md-2",children:(0,o.jsx)("label",{htmlFor:"password-new",className:"control-label",children:b("passwordNew")})}),(0,o.jsx)("div",{className:"col-sm-10 col-md-10",children:(0,o.jsx)("input",{type:"password",className:"form-control",id:"password-new",name:"password-new",autoComplete:"new-password"})})]}),(0,o.jsxs)("div",{className:"form-group",children:[(0,o.jsx)("div",{className:"col-sm-2 col-md-2",children:(0,o.jsx)("label",{htmlFor:"password-confirm",className:"control-label two-lines",children:b("passwordConfirm")})}),(0,o.jsx)("div",{className:"col-sm-10 col-md-10",children:(0,o.jsx)("input",{type:"password",className:"form-control",id:"password-confirm",name:"password-confirm",autoComplete:"new-password"})})]}),(0,o.jsx)("div",{className:"form-group",children:(0,o.jsx)("div",{id:"kc-form-buttons",className:"col-md-offset-2 col-md-10 submit",children:(0,o.jsx)("div",{children:(0,o.jsx)("button",{type:"submit",className:(0,a.W)(d("kcButtonClass"),d("kcButtonPrimaryClass"),d("kcButtonLargeClass")),name:"submitAction",value:"Save",children:b("doSave")})})})})]})]})}},1652:function(e,s,r){r.d(s,{v:function(){return t}});var t=(0,r(2889).a)({defaultClasses:{kcBodyClass:void 0,kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonLargeClass:"btn-lg",kcButtonDefaultClass:"btn-default"}}).useGetClassName},2889:function(e,s,r){r.d(s,{a:function(){return n}});var t=r(6055),a=r(969);function n(e){var s=e.defaultClasses;return{useGetClassName:function(e){var r=e.classes;return{getClassName:(0,a.O)((function(e){return(0,t.W)(e,s[e],null===r||void 0===r?void 0:r[e])}))}}}}},6055:function(e,s,r){r.d(s,{W:function(){return o}});var t=r(2982),a=r(9883),n=r(9465),o=function e(){for(var s=arguments.length,r=0,o="";r, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n \"classes\": {\n ...classes,\n \"kcBodyClass\": clsx(classes?.kcBodyClass, \"password\")\n }\n });\n\n const { url, password, account, stateChecker } = kcContext;\n\n const { msg } = i18n;\n\n return (\n \n );\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/account/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcBodyClass\": undefined,\n \"kcButtonClass\": \"btn\",\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonDefaultClass\": \"btn-default\"\n }\n});\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\n\nexport function createUseClassName(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function _toPropertyKey(arg) {\n var key = toPrimitive(arg, \"string\");\n return _typeof(key) === \"symbol\" ? key : String(key);\n}","import _typeof from \"./typeof.js\";\nexport default function _toPrimitive(input, hint) {\n if (_typeof(input) !== \"object\" || input === null) return input;\n var prim = input[Symbol.toPrimitive];\n if (prim !== undefined) {\n var res = prim.call(input, hint || \"default\");\n if (_typeof(res) !== \"object\") return res;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (hint === \"string\" ? String : Number)(input);\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}","import defineProperty from \"./defineProperty.js\";\nfunction ownKeys(object, enumerableOnly) {\n var keys = Object.keys(object);\n if (Object.getOwnPropertySymbols) {\n var symbols = Object.getOwnPropertySymbols(object);\n enumerableOnly && (symbols = symbols.filter(function (sym) {\n return Object.getOwnPropertyDescriptor(object, sym).enumerable;\n })), keys.push.apply(keys, symbols);\n }\n return keys;\n}\nexport default function _objectSpread2(target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = null != arguments[i] ? arguments[i] : {};\n i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {\n defineProperty(target, key, source[key]);\n }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {\n Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));\n });\n }\n return target;\n}","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["LogoutConfirm","props","_account$username","kcContext","i18n","doUseDefaultCss","Template","classes","getClassName","useGetClassName","_objectSpread","clsx","kcBodyClass","url","password","account","stateChecker","msg","_jsxs","active","children","className","_jsx","action","passwordUrl","method","type","id","name","value","username","autoComplete","readOnly","style","passwordSet","htmlFor","autoFocus","createUseClassName","undefined","params","defaultClasses","useConstCallback","classKey","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_toPropertyKey","key","input","hint","prim","Symbol","toPrimitive","res","call","TypeError","String","Number","_defineProperty","obj","Object","defineProperty","enumerable","configurable","writable","ownKeys","object","enumerableOnly","keys","getOwnPropertySymbols","symbols","filter","sym","getOwnPropertyDescriptor","push","_objectSpread2","target","source","forEach","getOwnPropertyDescriptors","defineProperties","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7169.6074b914.chunk.js b/resources/keycloak/keycloakify/static/js/7169.6074b914.chunk.js new file mode 100644 index 00000000..379788f2 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7169.6074b914.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7169],{2754:function(e,t,c){c.r(t),c.d(t,{default:function(){return k}});var s=c(4165),o=c(5861),n=c(6055),r=c(2597),a=c(1644),l=c(7107),i=c(6404),u=c(7406),f=c.p+"static/media/tos_en.a5eea795a0f3d86e2ab2.md",p=c.p+"static/media/tos_fr.4d224d14f6d850293bb6.md",d=c(184);function k(e){var t=e.kcContext,c=e.i18n,k=e.doUseDefaultCss,m=e.Template,C=e.classes,g=(0,l.v)({doUseDefaultCss:k,classes:C}).getClassName,v=c.msg,h=c.msgStr;(0,u.mH)({kcContext:t,downloadTermMarkdown:function(){var e=(0,o.Z)((0,s.Z)().mark((function e(t){var c,o,n;return(0,s.Z)().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(c=t.currentLanguageTag,o="fr"===c?p:f,!("__STORYBOOK_ADDONS"in window)){e.next=4;break}return e.abrupt("return",o);case 4:return e.next=6,fetch(o).then((function(e){return e.text()}));case 6:return n=e.sent,e.abrupt("return",n);case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()}),(0,r.Lf)(i.R);var b=t.url,y=i.R.state;return void 0===y?null:(0,d.jsxs)(m,{kcContext:t,i18n:c,doUseDefaultCss:k,classes:C,displayMessage:!1,headerNode:v("termsTitle"),children:[(0,d.jsx)("div",{id:"kc-terms-text",children:(0,d.jsx)(a.U,{children:y})}),(0,d.jsxs)("form",{className:"form-actions",action:b.loginAction,method:"POST",children:[(0,d.jsx)("input",{className:(0,n.W)(g("kcButtonClass"),g("kcButtonClass"),g("kcButtonClass"),g("kcButtonPrimaryClass"),g("kcButtonLargeClass")),name:"accept",id:"kc-accept",type:"submit",value:h("doAccept")}),(0,d.jsx)("input",{className:(0,n.W)(g("kcButtonClass"),g("kcButtonDefaultClass"),g("kcButtonLargeClass")),name:"cancel",id:"kc-decline",type:"submit",value:h("doDecline")})]}),(0,d.jsx)("div",{className:"clearfix"})]})}},2597:function(e,t,c){t.Lf=void 0;var s=c(8121);var o=c(8848);Object.defineProperty(t,"Lf",{enumerable:!0,get:function(){return o.useRerenderOnStateChange}})},8121:function(e,t,c){var s=this&&this.__createBinding||(Object.create?function(e,t,c,s){void 0===s&&(s=c);var o=Object.getOwnPropertyDescriptor(t,c);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[c]}}),Object.defineProperty(e,s,o)}:function(e,t,c,s){void 0===s&&(s=c),e[s]=t[c]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var c in e)"default"!==c&&Object.prototype.hasOwnProperty.call(e,c)&&s(t,e,c);return o(t,e),t};Object.defineProperty(t,"__esModule",{value:!0}),t.useEvt=void 0;var r=c(8252),a=n(c(2791)).useEffect;t.useEvt=function(e,t){a((function(){var t=r.Evt.newCtx();return e(t),function(){t.done()}}),t)}},8848:function(e,t,c){var s=this&&this.__createBinding||(Object.create?function(e,t,c,s){void 0===s&&(s=c);var o=Object.getOwnPropertyDescriptor(t,c);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[c]}}),Object.defineProperty(e,s,o)}:function(e,t,c,s){void 0===s&&(s=c),e[s]=t[c]}),o=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var c in e)"default"!==c&&Object.prototype.hasOwnProperty.call(e,c)&&s(t,e,c);return o(t,e),t},r=this&&this.__read||function(e,t){var c="function"===typeof Symbol&&e[Symbol.iterator];if(!c)return e;var s,o,n=c.call(e),r=[];try{for(;(void 0===t||t-- >0)&&!(s=n.next()).done;)r.push(s.value)}catch(a){o={error:a}}finally{try{s&&!s.done&&(c=n.return)&&c.call(n)}finally{if(o)throw o.error}}return r};Object.defineProperty(t,"__esModule",{value:!0}),t.useRerenderOnStateChange=void 0;var a=c(8121),l=n(c(2791)).useState;t.useRerenderOnStateChange=function(e){var t=r(l((function(){return e.state})),2)[1];(0,a.useEvt)((function(c){return e.attach(c,(function(e){return t((function(){return e}))}))}),[e])}},2889:function(e,t,c){c.d(t,{a:function(){return n}});var s=c(6055),o=c(969);function n(e){var t=e.defaultClasses;return{useGetClassName:function(e){var c=e.classes;return{getClassName:(0,o.O)((function(e){return(0,s.W)(e,t[e],null===c||void 0===c?void 0:c[e])}))}}}}},7107:function(e,t,c){c.d(t,{v:function(){return s}});var s=(0,c(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},6055:function(e,t,c){c.d(t,{W:function(){return r}});var s=c(2982),o=c(9883),n=c(9465),r=function e(){for(var t=arguments.length,c=0,r="";c, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { msg, msgStr } = i18n;\n\n // NOTE: If you aren't going to customize the layout of the page you can move this hook to \n // KcApp.tsx, see: https://docs.keycloakify.dev/terms-and-conditions\n useDownloadTerms({\n kcContext,\n \"downloadTermMarkdown\": async ({currentLanguageTag}) => {\n\n const tos_url = (() => {\n switch (currentLanguageTag) {\n case \"fr\": return tos_fr_url;\n default: return tos_en_url;\n }\n })();\n\n\n if (\"__STORYBOOK_ADDONS\" in window) {\n // NOTE: In storybook, when you import a .md file you get the content of the file.\n // In Create React App on the other hand you get an url to the file.\n return tos_url;\n }\n\n const markdownString = await fetch(tos_url).then(response => response.text());\n\n return markdownString;\n\n }\n });\n\n useRerenderOnStateChange(evtTermMarkdown);\n\n const { url } = kcContext;\n\n const termMarkdown = evtTermMarkdown.state;\n\n if (termMarkdown === undefined) {\n return null;\n }\n\n return (\n \n );\n}\n","/*\nNOTE: In theory react should be a peer dependency\ninstead of a dev dependency.\nBut given that /hook is just a plugin for using Evt\nwith react we don't want to require react to be\ninstalled to install Evt.\n*/\nexport { useEvt } from \"./useEvt\";\nexport { useRerenderOnStateChange } from \"./useRerenderOnStateChange\";","import { Evt } from \"../lib\";\nimport type { Ctx } from \"../lib\";\nimport * as React from \"react\";\nconst { useEffect } = React;\n\n\n/**\n * https://docs.evt.land/api/react-hooks\n * \n * Provide a Ctx to attach handlers.\n * You should list in deps all the Evt that are\n * susceptible to change ( Evt passed as props \n * or Evt that are react states ) that you use in the\n * factoryOrEffect callback. \n * As for useEffect you should also list every other\n * value that you use.\n * Whenever any value in deps is changed factoryOrEffect\n * is invoked again with the new Evt and the previous handler\n * get detached.\n * All handler are also detached when the component unmount.\n * \n * factoryOrEffect can be used for attaching handler to event\n * or to generate a new event that is a merge/pipe of other \n * Evts.\n * \n * BE AWARE: Unlike useEffect factoryOrEffect is called \n * on render ( like useMemo's callback ).\n * Remember that you shouldn't update state in a component \n * render tick (in the useMemo for example). If you you need to \n * perform an effect on first render (attaching a stateful evt\n * for example) use registerSideEffect(()=>{ ... })\n * \n * Demo: https://docs.evt.land/react-hooks#useevt\n */\nexport function useEvt(\n effect: (ctx: Ctx) => void,\n deps?: React.DependencyList\n): void {\n\n useEffect(\n ()=> {\n const ctx= Evt.newCtx();\n\n effect(ctx);\n\n return ()=> { ctx.done(); };\n },\n deps\n );\n\n}\n","import { useEvt } from \"./useEvt\";\nimport * as React from \"react\";\nconst { useState } = React;\n\ntype CtxLike = import(\"../lib/types/interfaces/CtxLike\").CtxLike;\n\ninterface StatefulReadonlyEvtLike {\n state: unknown;\n attach: (ctx: CtxLike, cb: (state: unknown)=> void)=> void;\n};\n\n/**\n * https://docs.evt.land/react-hooks#usererenderonstatechange\n * \n * To use StatefulEvt as react component state.\n * */\nexport function useRerenderOnStateChange(evt: StatefulReadonlyEvtLike): void {\n\n //NOTE: We use function in case the state is a function\n const [, setState] = useState(() => evt.state);\n\n useEvt(\n ctx =>\n evt.attach(ctx, state => setState(() => state)),\n [evt]\n );\n}\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\n\nexport function createUseClassName(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["Terms","props","kcContext","i18n","doUseDefaultCss","Template","classes","getClassName","useGetClassName","msg","msgStr","useDownloadTerms","_downloadTermMarkdown","_asyncToGenerator","_regeneratorRuntime","mark","_callee","_ref","currentLanguageTag","tos_url","markdownString","wrap","_context","prev","next","tos_fr_url","tos_en_url","window","abrupt","fetch","then","response","text","sent","stop","_x","apply","arguments","useRerenderOnStateChange","evtTermMarkdown","url","termMarkdown","undefined","_jsxs","displayMessage","headerNode","children","_jsx","id","Markdown","className","action","loginAction","method","clsx","name","type","value","useEvt_1","require","useRerenderOnStateChange_1","Object","enumerable","get","lib_1","useEffect","__importStar","exports","effect","deps","ctx","Evt","newCtx","done","useState","evt","setState","__read","state","useEvt","attach","createUseClassName","params","defaultClasses","useConstCallback","classKey","len","length","i","cls","arg","toAdd","Array","isArray","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7265.8d47e52a.chunk.js b/resources/keycloak/keycloakify/static/js/7265.8d47e52a.chunk.js new file mode 100644 index 00000000..f0956eaf --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7265.8d47e52a.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7265],{7265:function(e,o,a){a.r(o);o.default={doLogIn:"Entrar",doRegister:"Cadastre-se",doCancel:"Cancelar",doSubmit:"Ok",doBack:"Voltar",doYes:"Sim",doNo:"N\xe3o",doContinue:"Continuar",doIgnore:"Ignorar",doAccept:"Aceitar",doDecline:"Rejeitar",doForgotPassword:"Esqueceu sua senha?",doClickHere:"Clique aqui",doImpersonate:"Personificar",doTryAgain:"Tente novamente",doTryAnotherWay:"Tente outra forma",doConfirmDelete:"Confirmar descadastramento",errorDeletingAccount:"Falha ao apagar conta",deletingAccountForbidden:"Voc\xea n\xe3o tem permiss\xf5es para apagar a sua pr\xf3pria conta, entre em contato com um administrador.",kerberosNotConfigured:"Kerberos N\xe3o Configurado",kerberosNotConfiguredTitle:"Kerberos N\xe3o Configurado",bypassKerberosDetail:"Ou voc\xea n\xe3o possui uma sess\xe3o Kerberos ou o seu navegador n\xe3o est\xe1 configurado para usar o acesso do Kerberos. Por favor, clique em continuar para fazer o login no atrav\xe9s de outros meios",kerberosNotSetUp:"Kerberos n\xe3o est\xe1 configurado. Voc\xea n\xe3o pode acessar a aplica\xe7\xe3o.",registerTitle:"Registre-se",loginAccountTitle:"Entrar na sua conta",loginTitle:"Entrar em {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} Personificar Usu\xe1rio",impersonateTitleHtml:"{0} Personificar Usu\xe1rio",realmChoice:"Dom\xednio",unknownUser:"Usu\xe1rio desconhecido",loginTotpTitle:"Configura\xe7\xe3o do autenticador m\xf3vel",loginProfileTitle:"Atualizar Informa\xe7\xf5es da Conta",loginTimeout:"Voc\xea demorou muito para entrar. Por favor, recomece o processo de login.",oauthGrantTitle:"Conceder acesso a {0}",oauthGrantTitleHtml:"{0}",errorTitle:"Sentimos muito...",errorTitleHtml:"Sentimos muito ...",emailVerifyTitle:"Verifica\xe7\xe3o de endere\xe7o de e-mail",emailForgotTitle:"Esqueceu sua senha?",updatePasswordTitle:"Atualizar senha",codeSuccessTitle:"C\xf3digo de sucesso",codeErrorTitle:"C\xf3digo de erro: {0}",displayUnsupported:"Tipo de exibi\xe7\xe3o solicitado n\xe3o suportado",browserRequired:"Navegador necess\xe1rio para realizar acesso",browserContinue:"Navegador necess\xe1rio para concluir o login",browserContinuePrompt:"Abrir navegador e continuar o login? [s/n]:",browserContinueAnswer:"s",termsTitle:"Termos e Condi\xe7\xf5es",termsText:"

    Termos e condi\xe7\xf5es a serem definidos

    ",termsPlainText:"Termos e condi\xe7\xf5es a serem definidos.",recaptchaFailed:"Recaptcha Inv\xe1lido",recaptchaNotConfigured:"O recaptcha \xe9 necess\xe1rio, mas n\xe3o foi configurado",consentDenied:"Consentimento negado.",noAccount:"Novo usu\xe1rio?",username:"Nome de usu\xe1rio",usernameOrEmail:"Nome de usu\xe1rio ou e-mail",firstName:"Primeiro nome",givenName:"Primeiro nome",fullName:"Nome completo",lastName:"Sobrenome",familyName:"Sobrenome",email:"Endere\xe7o de e-mail",password:"Senha",passwordConfirm:"Confirme a senha",passwordNew:"Nova senha",passwordNewConfirm:"Confirma\xe7\xe3o de Nova Senha",rememberMe:"Mantenha-me conectado",authenticatorCode:"C\xf3digo autenticador",address:"Endere\xe7o",street:"Logradouro",locality:"Cidade ou localidade",region:"Estado",postal_code:"CEP",country:"Pa\xeds",emailVerified:"Endere\xe7o de e-mail verificado",website:"P\xe1gina da web",phoneNumber:"N\xfamero de telefone",phoneNumberVerified:"N\xfamero de telefone verificado",gender:"G\xeanero",birthday:"Data de nascimento",zoneinfo:"Zona hor\xe1ria",gssDelegationCredential:"Delega\xe7\xe3o de Credenciais GSS",logoutOtherSessions:"Sair dos outros dispositivos",profileScopeConsentText:"Perfil de usu\xe1rio",emailScopeConsentText:"Endere\xe7o de e-mail",addressScopeConsentText:"Endere\xe7o",phoneScopeConsentText:"N\xfamero de telefone",offlineAccessScopeConsentText:"Acesso Offline",samlRoleListScopeConsentText:"Meus Perfis de Acesso",rolesScopeConsentText:"Perfis de acesso do usu\xe1rio",restartLoginTooltip:"Reiniciar o login",loginTotpIntro:"Voc\xea precisa configurar um gerador de c\xf3digo de uso \xfanico para acessar esta conta",loginTotpStep1:"Instale um dos seguintes aplicativos no seu celular:",loginTotpStep2:"Abra o aplicativo e escaneie o c\xf3digo QR:",loginTotpStep3:"Digite o c\xf3digo de uso \xfanico fornecido pelo aplicativo e clique em Ok para concluir a configura\xe7\xe3o.",loginTotpStep3DeviceName:"Forne\xe7a um nome de dispositivo para ajud\xe1-lo a gerenciar seus dispositivos de autentica\xe7\xe3o de dois fatores.",loginTotpManualStep2:"Abra o aplicativo e digite a chave:",loginTotpManualStep3:"Use os seguintes valores de configura\xe7\xe3o se o aplicativo permitir defini-los:",loginTotpUnableToScan:"N\xe3o foi poss\xedvel ler o c\xf3digo QR?",loginTotpScanBarcode:"Escanear c\xf3digo QR?",loginCredential:"Credencial",loginOtpOneTime:"C\xf3digo de uso \xfanico",loginTotpType:"Tipo",loginTotpAlgorithm:"Algoritmo",loginTotpDigits:"D\xedgitos",loginTotpInterval:"Intervalo",loginTotpCounter:"Contador",loginTotpDeviceName:"Nome do dispositivo","loginTotp.totp":"Baseado em tempo","loginTotp.hotp":"Baseado em contador",loginChooseAuthenticator:"Selecione o m\xe9todo de login",oauthGrantRequest:"Voc\xea concede esses privil\xe9gios de acesso?",inResource:"em",emailVerifyInstruction1:"Um e-mail com instru\xe7\xf5es para verificar o seu endere\xe7o de e-mail foi enviado para voc\xea.",emailVerifyInstruction2:"N\xe3o recebeu um c\xf3digo de verifica\xe7\xe3o em seu e-mail?",emailVerifyInstruction3:"para reenviar o e-mail.",emailLinkIdpTitle:"Vincular {0}",emailLinkIdp1:"Um e-mail com instru\xe7\xf5es para vincular a conta {0} {1} com sua conta {2} foi enviado para voc\xea.",emailLinkIdp2:"N\xe3o recebeu um c\xf3digo de verifica\xe7\xe3o no e-mail?",emailLinkIdp3:"para reenviar o e-mail.",emailLinkIdp4:"Se voc\xea j\xe1 verificou o email em outro navegador",emailLinkIdp5:"para continuar.",backToLogin:"« Voltar ao Login",emailInstruction:"Digite seu nome de usu\xe1rio ou endere\xe7o de e-mail e n\xf3s lhe enviaremos instru\xe7\xf5es sobre como criar uma nova senha.",copyCodeInstruction:"Por favor, copie o c\xf3digo e cole-o em seu aplicativo:",pageExpiredTitle:"A p\xe1gina expirou",pageExpiredMsg1:"Para reiniciar o processo de login",pageExpiredMsg2:"Para continuar o processo de login",personalInfo:"Informa\xe7\xf5es Pessoais:",role_admin:"Admininstrador","role_realm-admin":"Admininstrador do Dom\xednio","role_create-realm":"Criar dom\xednio","role_create-client":"Criar cliente","role_view-realm":"Visualizar dom\xednio","role_view-users":"Visualizar usu\xe1rios","role_view-applications":"Visualizar aplicativos","role_view-clients":"Visualizar clientes","role_view-events":"Visualizar eventos","role_view-identity-providers":"Visualizar provedores de identidade","role_manage-realm":"Gerenciar dom\xednio","role_manage-users":"Gerenciar usu\xe1rios","role_manage-applications":"Gerenciar aplicativos","role_manage-identity-providers":"Gerenciar provedores de identidade","role_manage-clients":"Gerenciar clientes","role_manage-events":"Gerenciar eventos","role_view-profile":"Visualizar perfil","role_manage-account":"Gerenciar conta","role_manage-account-links":"Gerenciar vincula\xe7\xf5es de conta","role_read-token":"Ler token","role_offline-access":"Acesso offline",client_account:"Conta","client_account-console":"Console da Conta","client_security-admin-console":"Console de Administra\xe7\xe3o de Seguran\xe7a","client_admin-cli":"CLI de Administra\xe7\xe3o","client_realm-management":"Gerenciamento de Dom\xednio",client_broker:"Provedor de Identidade",requiredFields:"Campos obrigat\xf3rios",invalidUserMessage:"Nome de usu\xe1rio ou senha inv\xe1lida.",invalidUsernameMessage:"Nome de usu\xe1rio inv\xe1lido.",invalidUsernameOrEmailMessage:"Nome de usu\xe1rio ou endere\xe7o de e-mail inv\xe1lido.",invalidPasswordMessage:"Senha inv\xe1lida.",invalidEmailMessage:"Endere\xe7o de e-mail inv\xe1lido.",accountDisabledMessage:"Conta desativada, por favor, contate um administrador.",accountTemporarilyDisabledMessage:"Conta temporariamente indispon\xedvel, por favor, contate um administrador ou tente novamente mais tarde.",expiredCodeMessage:"Tempo de login expirado. Por favor, fa\xe7a login novamente.",expiredActionMessage:"A\xe7\xe3o expirada. Por favor, continue com o login agora.",expiredActionTokenNoSessionMessage:"A\xe7\xe3o expirada.",expiredActionTokenSessionExistsMessage:"A\xe7\xe3o expirada. Por favor, comece novamente.",missingFirstNameMessage:"Por favor, informe o primeiro nome.",missingLastNameMessage:"Por favor, informe o sobrenome.",missingEmailMessage:"Por favor, informe o endere\xe7o de e-mail.",missingUsernameMessage:"Por favor, informe o nome de usu\xe1rio.",missingPasswordMessage:"Por favor, informe a senha.",missingTotpMessage:"Por favor, informe o c\xf3digo de uso \xfanico.",missingTotpDeviceNameMessage:"Por favor, informe o nome do dispositivo.",notMatchPasswordMessage:"As senhas n\xe3o coincidem.",invalidPasswordExistingMessage:"Senha atual inv\xe1lida.",invalidPasswordBlacklistedMessage:"Senha inv\xe1lida, devido a lista de exclus\xe3o.",invalidPasswordConfirmMessage:"Senha de confirma\xe7\xe3o n\xe3o coincide.",invalidTotpMessage:"C\xf3digo de uso \xfanico inv\xe1lido.",usernameExistsMessage:"Nome de usu\xe1rio j\xe1 existe.",emailExistsMessage:"Endere\xe7o de e-mail j\xe1 existe.",federatedIdentityExistsMessage:"Usu\xe1rio com {0} {1} j\xe1 existe. Por favor, entre no gerenciamento de conta para vincular a conta.",federatedIdentityUnavailableMessage:"Usu\xe1rio {0} autenticado com o provedor de identidade {1} n\xe3o existe. Por favor, entre em contato com um administrador.",confirmLinkIdpTitle:"Conta j\xe1 existente",federatedIdentityConfirmLinkMessage:"Usu\xe1rio com {0} {1} j\xe1 existe. Como voc\xea quer continuar?",federatedIdentityConfirmReauthenticateMessage:"Autenticar para vincular sua conta com {0}",nestedFirstBrokerFlowMessage:"O usu\xe1rio {0} {1} n\xe3o est\xe1 vinculado a nenhum usu\xe1rio conhecido.",confirmLinkIdpReviewProfile:"Revisar informa\xe7\xf5es do perfil",confirmLinkIdpContinue:"Vincular \xe0 conta existente",configureTotpMessage:"Voc\xea precisa configurar seu celular com o autenticador Mobile para ativar sua conta.",updateProfileMessage:"Voc\xea precisa atualizar o seu perfil de usu\xe1rio para ativar sua conta.",updatePasswordMessage:"Voc\xea precisa mudar sua senha para ativar sua conta.",resetPasswordMessage:"Voc\xea precisa mudar sua senha.",verifyEmailMessage:"Voc\xea precisa verificar o seu endere\xe7o de e-mail para ativar sua conta.",linkIdpMessage:"Voc\xea precisa confirmar o seu endere\xe7o de e-mail para vincular sua conta com {0}.",emailSentMessage:"Voc\xea dever\xe1 receber um e-mail em breve com mais instru\xe7\xf5es.",emailSendErrorMessage:"Falha ao enviar e-mail, por favor, tente novamente mais tarde.",accountUpdatedMessage:"Sua conta foi atualizada.",accountPasswordUpdatedMessage:"Sua senha foi atualizada.",delegationCompleteHeader:"Autentica\xe7\xe3o Bem Sucedida",delegationCompleteMessage:"Voc\xea pode fechar esta janela do navegador e voltar ao seu aplicativo.",delegationFailedHeader:"Falha na Autentica\xe7\xe3o",delegationFailedMessage:"Voc\xea pode fechar esta janela do navegador e voltar ao aplicativo e tentar fazer login novamente.",noAccessMessage:"Sem acesso",invalidPasswordMinLengthMessage:"Senha inv\xe1lida: deve ter pelo menos {0} caracteres.",invalidPasswordMinDigitsMessage:"Senha inv\xe1lida: deve conter pelo menos {0} n\xfamero(s).",invalidPasswordMinLowerCaseCharsMessage:"Senha inv\xe1lida: deve conter pelo menos {0} letra(s) min\xfascula(s).",invalidPasswordMinUpperCaseCharsMessage:"Senha inv\xe1lida: deve conter pelo menos {0} letra(s) mai\xfascula(s).",invalidPasswordMinSpecialCharsMessage:"Senha inv\xe1lida: deve conter pelo menos {0} caractere(s) especial(is).",invalidPasswordNotUsernameMessage:"Senha inv\xe1lida: n\xe3o pode ser igual ao nome de usu\xe1rio",invalidPasswordNotEmailMessage:"Senha inv\xe1lida: n\xe3o pode ser igual ao endere\xe7o de e-mail.",invalidPasswordRegexPatternMessage:"Senha inv\xe1lida: n\xe3o corresponde ao(s) padr\xe3o(\xf5es) de express\xe3o regular.",invalidPasswordHistoryMessage:"Senha inv\xe1lida: n\xe3o pode ser igual a qualquer uma da(s) \xfaltima(s) {0} senha(s).",invalidPasswordGenericMessage:"Senha inv\xe1lida: a nova senha n\xe3o cumpre as pol\xedticas de senha.",failedToProcessResponseMessage:"Falha ao processar a resposta",httpsRequiredMessage:"HTTPS necess\xe1rio",realmNotEnabledMessage:"Dom\xednio desativado",invalidRequestMessage:"Solicita\xe7\xe3o inv\xe1lida",failedLogout:"Falha ao sair",unknownLoginRequesterMessage:"Solicitante de login desconhecido",loginRequesterNotEnabledMessage:"Solicitante de login desativado",bearerOnlyMessage:"Aplicativos configurados como Bearer-Only n\xe3o t\xeam permiss\xe3o para iniciar o login pelo navegador",standardFlowDisabledMessage:"O cliente n\xe3o tem permiss\xe3o para iniciar o login com o response_type informado. O fluxo padr\xe3o est\xe1 desabilitado para o cliente.",implicitFlowDisabledMessage:"O cliente n\xe3o tem permiss\xe3o para iniciar o login com o response_type informado. O fluxo impl\xedcito est\xe1 desabilitado para o cliente.",invalidRedirectUriMessage:"URI de redirecionamento inv\xe1lido",unsupportedNameIdFormatMessage:"NameIDFormat n\xe3o suportado",invalidRequesterMessage:"Solicitante inv\xe1lido",registrationNotAllowedMessage:"Cadastro n\xe3o \xe9 permitido",resetCredentialNotAllowedMessage:"Sem permiss\xe3o de redefini\xe7\xe3o de credenciais",permissionNotApprovedMessage:"Permiss\xe3o n\xe3o aprovada.",noRelayStateInResponseMessage:"Sem estado de retransmiss\xe3o na resposta do provedor de identidade.",insufficientPermissionMessage:"Permiss\xf5es insuficientes para vincular identidades.",couldNotProceedWithAuthenticationRequestMessage:"N\xe3o foi poss\xedvel proceder com a solicita\xe7\xe3o de autentica\xe7\xe3o ao provedor de identidade.",couldNotObtainTokenMessage:"N\xe3o foi poss\xedvel obter token do provedor de identidade.",unexpectedErrorRetrievingTokenMessage:"Erro inesperado ao recuperar token do provedor de identidade.",unexpectedErrorHandlingResponseMessage:"Erro inesperado ao tratar a resposta do provedor de identidade.",identityProviderAuthenticationFailedMessage:"Falha na autentica\xe7\xe3o. N\xe3o foi poss\xedvel autenticar com o provedor de identidade.",couldNotSendAuthenticationRequestMessage:"N\xe3o foi poss\xedvel enviar a solicita\xe7\xe3o de autentica\xe7\xe3o ao provedor de identidade.",unexpectedErrorHandlingRequestMessage:"Erro inesperado ao tratar o pedido de autentica\xe7\xe3o ao provedor de identidade.",invalidAccessCodeMessage:"C\xf3digo de acesso inv\xe1lido.",sessionNotActiveMessage:"Sess\xe3o inativa.",invalidCodeMessage:"Um erro correu, por favor, fa\xe7a login novamente atrav\xe9s da aplica\xe7\xe3o.",identityProviderUnexpectedErrorMessage:"Erro inesperado durante a autentica\xe7\xe3o com o provedor de identidade",identityProviderMissingStateMessage:"Par\xe2metro de estado ausente da resposta do provedor de identidades.",identityProviderNotFoundMessage:"N\xe3o foi poss\xedvel encontrar um provedor de identidade com o identificador.",identityProviderLinkSuccess:"O seu endere\xe7o de e-mail foi confirmado com sucesso. Por favor, retorne \xe0 aba original e continue com o login.",staleCodeMessage:"Esta p\xe1gina n\xe3o \xe9 mais v\xe1lida. Por favor, volte \xe0 aplica\xe7\xe3o e fa\xe7a login novamente",realmSupportsNoCredentialsMessage:"O dom\xednio n\xe3o suporta qualquer tipo de credencial.",credentialSetupRequired:"N\xe3o \xe9 poss\xedvel fazer o login, a configura\xe7\xe3o de credencial \xe9 necess\xe1ria.",identityProviderNotUniqueMessage:"O dom\xednio suporta m\xfaltiplos provedores de identidade. N\xe3o foi poss\xedvel determinar qual o provedor de identidade deve ser usado para autentica\xe7\xe3o.",emailVerifiedMessage:"O seu endere\xe7o de e-mail foi confirmado.",staleEmailVerificationLink:"O link em que voc\xea clicou \xe9 um link antigo e n\xe3o \xe9 mais v\xe1lido. Talvez voc\xea j\xe1 tenha confirmado o seu endere\xe7o de e-mail.",identityProviderAlreadyLinkedMessage:"A conta retornada do {0} j\xe1 est\xe1 vinculada a outro usu\xe1rio.",confirmAccountLinking:"Confirme o vincula\xe7\xe3o da conta {0} do provedor de identidade {1} \xe0 sua conta.",confirmEmailAddressVerification:"Confirme a validade do endere\xe7o de e-mail {0}.",confirmExecutionOfActions:"Execute a(s) seguinte(s) a\xe7\xe3o(\xf5es)",backToApplication:"« Voltar para o aplicativo",missingParameterMessage:"Par\xe2metros ausentes: {0}",clientNotFoundMessage:"Cliente n\xe3o encontrado.",clientDisabledMessage:"Cliente desativado.",invalidParameterMessage:"Par\xe2mentro inv\xe1lido: {0}",alreadyLoggedIn:"Voc\xea j\xe1 est\xe1 logado.",differentUserAuthenticated:"Voc\xea j\xe1 est\xe1 autenticado como outro usu\xe1rio '{0}' nesta sess\xe3o. Por favor, finalize a sess\xe3o primeiro.",brokerLinkingSessionExpired:"A vincul\xe7\xe3o de conta do provedor de identidade foi solicitado, mas a sess\xe3o atual n\xe3o \xe9 mais v\xe1lida.",proceedWithAction:"» Clique aqui para continuar","requiredAction.CONFIGURE_TOTP":"Configurar Autentica\xe7\xe3o de Dois Fatores","requiredAction.terms_and_conditions":"Termos e Condi\xe7\xf5es","requiredAction.UPDATE_PASSWORD":"Atualizar Senha","requiredAction.UPDATE_PROFILE":"Atualizar Perfil","requiredAction.VERIFY_EMAIL":"Verificar Endere\xe7o de E-mail",doX509Login:"Voc\xea ser\xe1 logado como:",clientCertificate:"Certificado X509 do cliente:",noCertificate:"[Sem Certificado]",pageNotFound:"P\xe1gina n\xe3o encontrada",internalServerError:"Ocorreu um erro interno no servidor","console-username":"Nome de usu\xe1rio:","console-password":"Senha:","console-otp":"C\xf3digo de uso \xfanico:","console-new-password":"Nova Senha:","console-confirm-password":"Confirma\xe7\xe3o de Senha:","console-update-password":"Voc\xea precisa atualizar a sua senha.","console-verify-email":"Voc\xea precisa verificar o seu endere\xe7o de e-mail. Enviamos um e-mail para {0} que cont\xe9m um c\xf3digo de verifica\xe7\xe3o. Digite o c\xf3digo enviado no campo abaixo.","console-email-code":"C\xf3digo do e-mail:","console-accept-terms":"Aceita os Termos? [s/n]:","console-accept":"s","openshift.scope.user_info":"Informa\xe7\xf5es do usu\xe1rio","openshift.scope.user_check-access":"Informa\xe7\xf5es de acesso do usu\xe1rio","openshift.scope.user_full":"Acesso Completo","openshift.scope.list-projects":"Listar projetos","saml.post-form.title":"Redirecionamento de Autentica\xe7\xe3o","saml.post-form.message":"Redirecionando... Por favor, aguarde.","saml.post-form.js-disabled":"O JavaScript est\xe1 desabilitado. \xc9 altamente recomend\xe1vel habilit\xe1-lo. Clique no bot\xe3o abaixo para continuar. ","otp-display-name":"Aplicativo Autenticador","otp-help-text":"Insira o c\xf3digo de verifica\xe7\xe3o do aplicativo autenticador.","password-display-name":"Senha","password-help-text":"Fa\xe7a o login digitando sua senha.","auth-username-form-display-name":"Nome de usu\xe1rio","auth-username-form-help-text":"Fa\xe7a o login digitando seu nome de usu\xe1rio.","auth-username-password-form-display-name":"Nome de usu\xe1rio e senha","auth-username-password-form-help-text":"Fa\xe7a o login digitando seu nome de usu\xe1rio e senha.","webauthn-display-name":"Chave de Seguran\xe7a","webauthn-help-text":"Use sua chave de seguran\xe7a para fazer login.","webauthn-passwordless-display-name":"Chave de Seguran\xe7a","webauthn-passwordless-help-text":"Use sua chave de seguran\xe7a para fazer login sem senha.","webauthn-login-title":"Login com Chave de Seguran\xe7a","webauthn-registration-title":"Registrar Chave de Seguran\xe7a","webauthn-available-authenticators":"Autenticadores dispon\xedveis","webauthn-unsupported-browser-text":"WebAuthn n\xe3o \xe9 suportada pelo seu navegador. Tente outro navegador ou entre em contato com um administrador.","webauthn-error-title":"Erro de Chave de Seguran\xe7a","webauthn-error-registration":"Falha ao registrar sua Chave de Seguran\xe7a.","webauthn-error-api-get":"Falha ao autenticar usando a Chave de Seguran\xe7a.","webauthn-error-different-user":"O primeiro usu\xe1rio autenticado n\xe3o corresponde \xe0quele autenticado pela Chave de Seguran\xe7a.","webauthn-error-auth-verification":"O resultado da autentica\xe7\xe3o da Chave de Seguran\xe7a \xe9 inv\xe1lido.
    {0}","webauthn-error-register-verification":"O resultado do registro da Chave de Seguran\xe7a \xe9 inv\xe1lido.
    {0}","webauthn-error-user-not-found":"Usu\xe1rio desconhecido autenticado pela Chave de Seguran\xe7a.","identity-provider-redirector":"Conecte-se com outro Provedor de Identidade","identity-provider-login-label":"Ou entre com",finalDeletionConfirmation:"Se voc\xea apagar a sua conta, ela n\xe3o poder\xe1 ser recuperada. Para manter a sua conta, clique em Cancelar.",irreversibleAction:"Esta a\xe7\xe3o \xe9 irrevers\xedvel",deleteAccountConfirm:"Confirma\xe7\xe3o de descadastramento",deletingImplies:"Apagar a sua conta implica em:",errasingData:"Remover todos os seus dados",loggingOutImmediately:"Sair da aplica\xe7\xe3o imediatamente",accountUnusable:"Qualquer uso subsequente da aplica\xe7\xe3o n\xe3o ser\xe1 poss\xedvel com esta conta",userDeletedSuccessfully:"Usu\xe1rio exclu\xeddo com sucesso",readOnlyUsernameMessage:"Voc\xea^n\xe3o pode atualizar o seu nome de usu\xe1rio, uma vez que \xe9 apenas de leitura.","frontchannel-logout.title":"Saindo","frontchannel-logout.message":"Voc\xea est\xe1 saindo dos seguintes aplicativos",logoutConfirmTitle:"Saindo",logoutConfirmHeader:"Voc\xea realmente deseja sair?",doLogout:"Sair"}}}]); +//# sourceMappingURL=7265.8d47e52a.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7265.8d47e52a.chunk.js.map b/resources/keycloak/keycloakify/static/js/7265.8d47e52a.chunk.js.map new file mode 100644 index 00000000..9347c19d --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7265.8d47e52a.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/7265.8d47e52a.chunk.js","mappings":"uIAoVA,UAhVgB,CACd,QAAW,SACX,WAAc,cACd,SAAY,WACZ,SAAY,KACZ,OAAU,SACV,MAAS,MACT,KAAQ,SACR,WAAc,YACd,SAAY,UACZ,SAAY,UACZ,UAAa,WACb,iBAAoB,sBACpB,YAAe,cACf,cAAiB,eACjB,WAAc,kBACd,gBAAmB,oBACnB,gBAAmB,6BACnB,qBAAwB,wBACxB,yBAA4B,8GAC5B,sBAAyB,8BACzB,2BAA8B,8BAC9B,qBAAwB,gNACxB,iBAAoB,sFACpB,cAAiB,cACjB,kBAAqB,sBACrB,WAAc,gBACd,eAAkB,MAClB,iBAAoB,8BACpB,qBAAwB,+CACxB,YAAe,aACf,YAAe,0BACf,eAAkB,8CAClB,kBAAqB,uCACrB,aAAgB,8EAChB,gBAAmB,wBACnB,oBAAuB,MACvB,WAAc,oBACd,eAAkB,sCAClB,iBAAoB,6CACpB,iBAAoB,sBACpB,oBAAuB,kBACvB,iBAAoB,uBACpB,eAAkB,yBAClB,mBAAsB,qDACtB,gBAAmB,+CACnB,gBAAmB,gDACnB,sBAAyB,8CACzB,sBAAyB,IACzB,WAAc,2BACd,UAAa,oDACb,eAAkB,8CAClB,gBAAmB,wBACnB,uBAA0B,6DAC1B,cAAiB,wBACjB,UAAa,mBACb,SAAY,qBACZ,gBAAmB,+BACnB,UAAa,gBACb,UAAa,gBACb,SAAY,gBACZ,SAAY,YACZ,WAAc,YACd,MAAS,wBACT,SAAY,QACZ,gBAAmB,mBACnB,YAAe,aACf,mBAAsB,kCACtB,WAAc,wBACd,kBAAqB,yBACrB,QAAW,cACX,OAAU,aACV,SAAY,uBACZ,OAAU,SACV,YAAe,MACf,QAAW,UACX,cAAiB,mCACjB,QAAW,mBACX,YAAe,wBACf,oBAAuB,mCACvB,OAAU,YACV,SAAY,qBACZ,SAAY,kBACZ,wBAA2B,qCAC3B,oBAAuB,+BACvB,wBAA2B,uBAC3B,sBAAyB,wBACzB,wBAA2B,cAC3B,sBAAyB,wBACzB,8BAAiC,iBACjC,6BAAgC,wBAChC,sBAAyB,iCACzB,oBAAuB,oBACvB,eAAkB,6FAClB,eAAkB,uDAClB,eAAkB,+CAClB,eAAkB,kHAClB,yBAA4B,0HAC5B,qBAAwB,sCACxB,qBAAwB,sFACxB,sBAAyB,6CACzB,qBAAwB,yBACxB,gBAAmB,aACnB,gBAAmB,4BACnB,cAAiB,OACjB,mBAAsB,YACtB,gBAAmB,aACnB,kBAAqB,YACrB,iBAAoB,WACpB,oBAAuB,sBACvB,iBAAkB,mBAClB,iBAAkB,sBAClB,yBAA4B,iCAC5B,kBAAqB,kDACrB,WAAc,KACd,wBAA2B,sGAC3B,wBAA2B,kEAC3B,wBAA2B,0BAC3B,kBAAqB,eACrB,cAAiB,2GACjB,cAAiB,8DACjB,cAAiB,0BACjB,cAAiB,wDACjB,cAAiB,kBACjB,YAAe,0BACf,iBAAoB,mIACpB,oBAAuB,2DACvB,iBAAoB,sBACpB,gBAAmB,qCACnB,gBAAmB,qCACnB,aAAgB,8BAChB,WAAc,iBACd,mBAAoB,+BACpB,oBAAqB,mBACrB,qBAAsB,gBACtB,kBAAmB,wBACnB,kBAAmB,yBACnB,yBAA0B,yBAC1B,oBAAqB,sBACrB,mBAAoB,qBACpB,+BAAgC,sCAChC,oBAAqB,uBACrB,oBAAqB,wBACrB,2BAA4B,wBAC5B,iCAAkC,qCAClC,sBAAuB,qBACvB,qBAAsB,oBACtB,oBAAqB,oBACrB,sBAAuB,kBACvB,4BAA6B,uCAC7B,kBAAmB,YACnB,sBAAuB,iBACvB,eAAkB,QAClB,yBAA0B,mBAC1B,gCAAiC,iDACjC,mBAAoB,6BACpB,0BAA2B,8BAC3B,cAAiB,yBACjB,eAAkB,yBAClB,mBAAsB,2CACtB,uBAA0B,kCAC1B,8BAAiC,2DACjC,uBAA0B,qBAC1B,oBAAuB,qCACvB,uBAA0B,yDAC1B,kCAAqC,4GACrC,mBAAsB,+DACtB,qBAAwB,8DACxB,mCAAsC,uBACtC,uCAA0C,oDAC1C,wBAA2B,sCAC3B,uBAA0B,kCAC1B,oBAAuB,8CACvB,uBAA0B,2CAC1B,uBAA0B,8BAC1B,mBAAsB,kDACtB,6BAAgC,4CAChC,wBAA2B,8BAC3B,+BAAkC,2BAClC,kCAAqC,oDACrC,8BAAiC,8CACjC,mBAAsB,yCACtB,sBAAyB,mCACzB,mBAAsB,sCACtB,+BAAkC,yGAClC,oCAAuC,+HACvC,oBAAuB,wBACvB,oCAAuC,oEACvC,8CAAiD,6CACjD,6BAAgC,+EAChC,4BAA+B,sCAC/B,uBAA0B,gCAC1B,qBAAwB,0FACxB,qBAAwB,8EACxB,sBAAyB,yDACzB,qBAAwB,mCACxB,mBAAsB,+EACtB,eAAkB,yFAClB,iBAAoB,0EACpB,sBAAyB,iEACzB,sBAAyB,4BACzB,8BAAiC,4BACjC,yBAA4B,kCAC5B,0BAA6B,2EAC7B,uBAA0B,8BAC1B,wBAA2B,sGAC3B,gBAAmB,aACnB,gCAAmC,yDACnC,gCAAmC,8DACnC,wCAA2C,0EAC3C,wCAA2C,0EAC3C,sCAAyC,2EACzC,kCAAqC,iEACrC,+BAAkC,qEAClC,mCAAsC,yFACtC,8BAAiC,2FACjC,8BAAiC,0EACjC,+BAAkC,gCAClC,qBAAwB,sBACxB,uBAA0B,wBAC1B,sBAAyB,gCACzB,aAAgB,gBAChB,6BAAgC,oCAChC,gCAAmC,kCACnC,kBAAqB,2GACrB,4BAA+B,+IAC/B,4BAA+B,kJAC/B,0BAA6B,sCAC7B,+BAAkC,gCAClC,wBAA2B,0BAC3B,8BAAiC,iCACjC,iCAAoC,uDACpC,6BAAgC,gCAChC,8BAAiC,wEACjC,8BAAiC,yDACjC,gDAAmD,2GACnD,2BAA8B,gEAC9B,sCAAyC,gEACzC,uCAA0C,kEAC1C,4CAA+C,+FAC/C,yCAA4C,qGAC5C,sCAAyC,sFACzC,yBAA4B,mCAC5B,wBAA2B,qBAC3B,mBAAsB,oFACtB,uCAA0C,4EAC1C,oCAAuC,yEACvC,gCAAmC,kFACnC,4BAA+B,uHAC/B,iBAAoB,6GACpB,kCAAqC,2DACrC,wBAA2B,gGAC3B,iCAAoC,sKACpC,qBAAwB,8CACxB,2BAA8B,oJAC9B,qCAAwC,uEACxC,sBAAyB,yFACzB,gCAAmC,oDACnC,0BAA6B,8CAC7B,kBAAqB,mCACrB,wBAA2B,8BAC3B,sBAAyB,6BACzB,sBAAyB,sBACzB,wBAA2B,iCAC3B,gBAAmB,gCACnB,2BAA8B,2HAC9B,4BAA+B,yHAC/B,kBAAqB,qCACrB,gCAAiC,gDACjC,sCAAuC,2BACvC,iCAAkC,kBAClC,gCAAiC,mBACjC,8BAA+B,kCAC/B,YAAe,+BACf,kBAAqB,+BACrB,cAAiB,oBACjB,aAAgB,8BAChB,oBAAuB,sCACvB,mBAAoB,sBACpB,mBAAoB,SACpB,cAAe,6BACf,uBAAwB,cACxB,2BAA4B,8BAC5B,0BAA2B,yCAC3B,uBAAwB,kLACxB,qBAAsB,uBACtB,uBAAwB,2BACxB,iBAAkB,IAClB,4BAA6B,kCAC7B,oCAAqC,4CACrC,4BAA6B,kBAC7B,gCAAiC,kBACjC,uBAAwB,yCACxB,yBAA0B,wCAC1B,6BAA8B,+HAC9B,mBAAoB,0BACpB,gBAAiB,sEACjB,wBAAyB,QACzB,qBAAsB,uCACtB,kCAAmC,qBACnC,+BAAgC,oDAChC,2CAA4C,6BAC5C,wCAAyC,4DACzC,wBAAyB,wBACzB,qBAAsB,kDACtB,qCAAsC,wBACtC,kCAAmC,4DACnC,uBAAwB,kCACxB,8BAA+B,kCAC/B,oCAAqC,gCACrC,oCAAqC,qHACrC,uBAAwB,gCACxB,8BAA+B,gDAC/B,yBAA0B,sDAC1B,gCAAiC,yGACjC,mCAAoC,yFACpC,uCAAwC,+EACxC,gCAAiC,kEACjC,+BAAgC,8CAChC,gCAAiC,eACjC,0BAA6B,mHAC7B,mBAAsB,uCACtB,qBAAwB,wCACxB,gBAAmB,iCACnB,aAAgB,8BAChB,sBAAyB,wCACzB,gBAAmB,wFACnB,wBAA2B,qCAC3B,wBAA2B,8FAC3B,4BAA6B,SAC7B,8BAA+B,mDAC/B,mBAAsB,SACtB,oBAAuB,iCACvB,SAAY,O","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/pt-BR.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Entrar\",\n \"doRegister\": \"Cadastre-se\",\n \"doCancel\": \"Cancelar\",\n \"doSubmit\": \"Ok\",\n \"doBack\": \"Voltar\",\n \"doYes\": \"Sim\",\n \"doNo\": \"Não\",\n \"doContinue\": \"Continuar\",\n \"doIgnore\": \"Ignorar\",\n \"doAccept\": \"Aceitar\",\n \"doDecline\": \"Rejeitar\",\n \"doForgotPassword\": \"Esqueceu sua senha?\",\n \"doClickHere\": \"Clique aqui\",\n \"doImpersonate\": \"Personificar\",\n \"doTryAgain\": \"Tente novamente\",\n \"doTryAnotherWay\": \"Tente outra forma\",\n \"doConfirmDelete\": \"Confirmar descadastramento\",\n \"errorDeletingAccount\": \"Falha ao apagar conta\",\n \"deletingAccountForbidden\": \"Você não tem permissões para apagar a sua própria conta, entre em contato com um administrador.\",\n \"kerberosNotConfigured\": \"Kerberos Não Configurado\",\n \"kerberosNotConfiguredTitle\": \"Kerberos Não Configurado\",\n \"bypassKerberosDetail\": \"Ou você não possui uma sessão Kerberos ou o seu navegador não está configurado para usar o acesso do Kerberos. Por favor, clique em continuar para fazer o login no através de outros meios\",\n \"kerberosNotSetUp\": \"Kerberos não está configurado. Você não pode acessar a aplicação.\",\n \"registerTitle\": \"Registre-se\",\n \"loginAccountTitle\": \"Entrar na sua conta\",\n \"loginTitle\": \"Entrar em {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Personificar Usuário\",\n \"impersonateTitleHtml\": \"{0} Personificar Usuário\",\n \"realmChoice\": \"Domínio\",\n \"unknownUser\": \"Usuário desconhecido\",\n \"loginTotpTitle\": \"Configuração do autenticador móvel\",\n \"loginProfileTitle\": \"Atualizar Informações da Conta\",\n \"loginTimeout\": \"Você demorou muito para entrar. Por favor, recomece o processo de login.\",\n \"oauthGrantTitle\": \"Conceder acesso a {0}\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Sentimos muito...\",\n \"errorTitleHtml\": \"Sentimos muito ...\",\n \"emailVerifyTitle\": \"Verificação de endereço de e-mail\",\n \"emailForgotTitle\": \"Esqueceu sua senha?\",\n \"updatePasswordTitle\": \"Atualizar senha\",\n \"codeSuccessTitle\": \"Código de sucesso\",\n \"codeErrorTitle\": \"Código de erro: {0}\",\n \"displayUnsupported\": \"Tipo de exibição solicitado não suportado\",\n \"browserRequired\": \"Navegador necessário para realizar acesso\",\n \"browserContinue\": \"Navegador necessário para concluir o login\",\n \"browserContinuePrompt\": \"Abrir navegador e continuar o login? [s/n]:\",\n \"browserContinueAnswer\": \"s\",\n \"termsTitle\": \"Termos e Condições\",\n \"termsText\": \"

    Termos e condições a serem definidos

    \",\n \"termsPlainText\": \"Termos e condições a serem definidos.\",\n \"recaptchaFailed\": \"Recaptcha Inválido\",\n \"recaptchaNotConfigured\": \"O recaptcha é necessário, mas não foi configurado\",\n \"consentDenied\": \"Consentimento negado.\",\n \"noAccount\": \"Novo usuário?\",\n \"username\": \"Nome de usuário\",\n \"usernameOrEmail\": \"Nome de usuário ou e-mail\",\n \"firstName\": \"Primeiro nome\",\n \"givenName\": \"Primeiro nome\",\n \"fullName\": \"Nome completo\",\n \"lastName\": \"Sobrenome\",\n \"familyName\": \"Sobrenome\",\n \"email\": \"Endereço de e-mail\",\n \"password\": \"Senha\",\n \"passwordConfirm\": \"Confirme a senha\",\n \"passwordNew\": \"Nova senha\",\n \"passwordNewConfirm\": \"Confirmação de Nova Senha\",\n \"rememberMe\": \"Mantenha-me conectado\",\n \"authenticatorCode\": \"Código autenticador\",\n \"address\": \"Endereço\",\n \"street\": \"Logradouro\",\n \"locality\": \"Cidade ou localidade\",\n \"region\": \"Estado\",\n \"postal_code\": \"CEP\",\n \"country\": \"País\",\n \"emailVerified\": \"Endereço de e-mail verificado\",\n \"website\": \"Página da web\",\n \"phoneNumber\": \"Número de telefone\",\n \"phoneNumberVerified\": \"Número de telefone verificado\",\n \"gender\": \"Gênero\",\n \"birthday\": \"Data de nascimento\",\n \"zoneinfo\": \"Zona horária\",\n \"gssDelegationCredential\": \"Delegação de Credenciais GSS\",\n \"logoutOtherSessions\": \"Sair dos outros dispositivos\",\n \"profileScopeConsentText\": \"Perfil de usuário\",\n \"emailScopeConsentText\": \"Endereço de e-mail\",\n \"addressScopeConsentText\": \"Endereço\",\n \"phoneScopeConsentText\": \"Número de telefone\",\n \"offlineAccessScopeConsentText\": \"Acesso Offline\",\n \"samlRoleListScopeConsentText\": \"Meus Perfis de Acesso\",\n \"rolesScopeConsentText\": \"Perfis de acesso do usuário\",\n \"restartLoginTooltip\": \"Reiniciar o login\",\n \"loginTotpIntro\": \"Você precisa configurar um gerador de código de uso único para acessar esta conta\",\n \"loginTotpStep1\": \"Instale um dos seguintes aplicativos no seu celular:\",\n \"loginTotpStep2\": \"Abra o aplicativo e escaneie o código QR:\",\n \"loginTotpStep3\": \"Digite o código de uso único fornecido pelo aplicativo e clique em Ok para concluir a configuração.\",\n \"loginTotpStep3DeviceName\": \"Forneça um nome de dispositivo para ajudá-lo a gerenciar seus dispositivos de autenticação de dois fatores.\",\n \"loginTotpManualStep2\": \"Abra o aplicativo e digite a chave:\",\n \"loginTotpManualStep3\": \"Use os seguintes valores de configuração se o aplicativo permitir defini-los:\",\n \"loginTotpUnableToScan\": \"Não foi possível ler o código QR?\",\n \"loginTotpScanBarcode\": \"Escanear código QR?\",\n \"loginCredential\": \"Credencial\",\n \"loginOtpOneTime\": \"Código de uso único\",\n \"loginTotpType\": \"Tipo\",\n \"loginTotpAlgorithm\": \"Algoritmo\",\n \"loginTotpDigits\": \"Dígitos\",\n \"loginTotpInterval\": \"Intervalo\",\n \"loginTotpCounter\": \"Contador\",\n \"loginTotpDeviceName\": \"Nome do dispositivo\",\n \"loginTotp.totp\": \"Baseado em tempo\",\n \"loginTotp.hotp\": \"Baseado em contador\",\n \"loginChooseAuthenticator\": \"Selecione o método de login\",\n \"oauthGrantRequest\": \"Você concede esses privilégios de acesso?\",\n \"inResource\": \"em\",\n \"emailVerifyInstruction1\": \"Um e-mail com instruções para verificar o seu endereço de e-mail foi enviado para você.\",\n \"emailVerifyInstruction2\": \"Não recebeu um código de verificação em seu e-mail?\",\n \"emailVerifyInstruction3\": \"para reenviar o e-mail.\",\n \"emailLinkIdpTitle\": \"Vincular {0}\",\n \"emailLinkIdp1\": \"Um e-mail com instruções para vincular a conta {0} {1} com sua conta {2} foi enviado para você.\",\n \"emailLinkIdp2\": \"Não recebeu um código de verificação no e-mail?\",\n \"emailLinkIdp3\": \"para reenviar o e-mail.\",\n \"emailLinkIdp4\": \"Se você já verificou o email em outro navegador\",\n \"emailLinkIdp5\": \"para continuar.\",\n \"backToLogin\": \"« Voltar ao Login\",\n \"emailInstruction\": \"Digite seu nome de usuário ou endereço de e-mail e nós lhe enviaremos instruções sobre como criar uma nova senha.\",\n \"copyCodeInstruction\": \"Por favor, copie o código e cole-o em seu aplicativo:\",\n \"pageExpiredTitle\": \"A página expirou\",\n \"pageExpiredMsg1\": \"Para reiniciar o processo de login\",\n \"pageExpiredMsg2\": \"Para continuar o processo de login\",\n \"personalInfo\": \"Informações Pessoais:\",\n \"role_admin\": \"Admininstrador\",\n \"role_realm-admin\": \"Admininstrador do Domínio\",\n \"role_create-realm\": \"Criar domínio\",\n \"role_create-client\": \"Criar cliente\",\n \"role_view-realm\": \"Visualizar domínio\",\n \"role_view-users\": \"Visualizar usuários\",\n \"role_view-applications\": \"Visualizar aplicativos\",\n \"role_view-clients\": \"Visualizar clientes\",\n \"role_view-events\": \"Visualizar eventos\",\n \"role_view-identity-providers\": \"Visualizar provedores de identidade\",\n \"role_manage-realm\": \"Gerenciar domínio\",\n \"role_manage-users\": \"Gerenciar usuários\",\n \"role_manage-applications\": \"Gerenciar aplicativos\",\n \"role_manage-identity-providers\": \"Gerenciar provedores de identidade\",\n \"role_manage-clients\": \"Gerenciar clientes\",\n \"role_manage-events\": \"Gerenciar eventos\",\n \"role_view-profile\": \"Visualizar perfil\",\n \"role_manage-account\": \"Gerenciar conta\",\n \"role_manage-account-links\": \"Gerenciar vinculações de conta\",\n \"role_read-token\": \"Ler token\",\n \"role_offline-access\": \"Acesso offline\",\n \"client_account\": \"Conta\",\n \"client_account-console\": \"Console da Conta\",\n \"client_security-admin-console\": \"Console de Administração de Segurança\",\n \"client_admin-cli\": \"CLI de Administração\",\n \"client_realm-management\": \"Gerenciamento de Domínio\",\n \"client_broker\": \"Provedor de Identidade\",\n \"requiredFields\": \"Campos obrigatórios\",\n \"invalidUserMessage\": \"Nome de usuário ou senha inválida.\",\n \"invalidUsernameMessage\": \"Nome de usuário inválido.\",\n \"invalidUsernameOrEmailMessage\": \"Nome de usuário ou endereço de e-mail inválido.\",\n \"invalidPasswordMessage\": \"Senha inválida.\",\n \"invalidEmailMessage\": \"Endereço de e-mail inválido.\",\n \"accountDisabledMessage\": \"Conta desativada, por favor, contate um administrador.\",\n \"accountTemporarilyDisabledMessage\": \"Conta temporariamente indisponível, por favor, contate um administrador ou tente novamente mais tarde.\",\n \"expiredCodeMessage\": \"Tempo de login expirado. Por favor, faça login novamente.\",\n \"expiredActionMessage\": \"Ação expirada. Por favor, continue com o login agora.\",\n \"expiredActionTokenNoSessionMessage\": \"Ação expirada.\",\n \"expiredActionTokenSessionExistsMessage\": \"Ação expirada. Por favor, comece novamente.\",\n \"missingFirstNameMessage\": \"Por favor, informe o primeiro nome.\",\n \"missingLastNameMessage\": \"Por favor, informe o sobrenome.\",\n \"missingEmailMessage\": \"Por favor, informe o endereço de e-mail.\",\n \"missingUsernameMessage\": \"Por favor, informe o nome de usuário.\",\n \"missingPasswordMessage\": \"Por favor, informe a senha.\",\n \"missingTotpMessage\": \"Por favor, informe o código de uso único.\",\n \"missingTotpDeviceNameMessage\": \"Por favor, informe o nome do dispositivo.\",\n \"notMatchPasswordMessage\": \"As senhas não coincidem.\",\n \"invalidPasswordExistingMessage\": \"Senha atual inválida.\",\n \"invalidPasswordBlacklistedMessage\": \"Senha inválida, devido a lista de exclusão.\",\n \"invalidPasswordConfirmMessage\": \"Senha de confirmação não coincide.\",\n \"invalidTotpMessage\": \"Código de uso único inválido.\",\n \"usernameExistsMessage\": \"Nome de usuário já existe.\",\n \"emailExistsMessage\": \"Endereço de e-mail já existe.\",\n \"federatedIdentityExistsMessage\": \"Usuário com {0} {1} já existe. Por favor, entre no gerenciamento de conta para vincular a conta.\",\n \"federatedIdentityUnavailableMessage\": \"Usuário {0} autenticado com o provedor de identidade {1} não existe. Por favor, entre em contato com um administrador.\",\n \"confirmLinkIdpTitle\": \"Conta já existente\",\n \"federatedIdentityConfirmLinkMessage\": \"Usuário com {0} {1} já existe. Como você quer continuar?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Autenticar para vincular sua conta com {0}\",\n \"nestedFirstBrokerFlowMessage\": \"O usuário {0} {1} não está vinculado a nenhum usuário conhecido.\",\n \"confirmLinkIdpReviewProfile\": \"Revisar informações do perfil\",\n \"confirmLinkIdpContinue\": \"Vincular à conta existente\",\n \"configureTotpMessage\": \"Você precisa configurar seu celular com o autenticador Mobile para ativar sua conta.\",\n \"updateProfileMessage\": \"Você precisa atualizar o seu perfil de usuário para ativar sua conta.\",\n \"updatePasswordMessage\": \"Você precisa mudar sua senha para ativar sua conta.\",\n \"resetPasswordMessage\": \"Você precisa mudar sua senha.\",\n \"verifyEmailMessage\": \"Você precisa verificar o seu endereço de e-mail para ativar sua conta.\",\n \"linkIdpMessage\": \"Você precisa confirmar o seu endereço de e-mail para vincular sua conta com {0}.\",\n \"emailSentMessage\": \"Você deverá receber um e-mail em breve com mais instruções.\",\n \"emailSendErrorMessage\": \"Falha ao enviar e-mail, por favor, tente novamente mais tarde.\",\n \"accountUpdatedMessage\": \"Sua conta foi atualizada.\",\n \"accountPasswordUpdatedMessage\": \"Sua senha foi atualizada.\",\n \"delegationCompleteHeader\": \"Autenticação Bem Sucedida\",\n \"delegationCompleteMessage\": \"Você pode fechar esta janela do navegador e voltar ao seu aplicativo.\",\n \"delegationFailedHeader\": \"Falha na Autenticação\",\n \"delegationFailedMessage\": \"Você pode fechar esta janela do navegador e voltar ao aplicativo e tentar fazer login novamente.\",\n \"noAccessMessage\": \"Sem acesso\",\n \"invalidPasswordMinLengthMessage\": \"Senha inválida: deve ter pelo menos {0} caracteres.\",\n \"invalidPasswordMinDigitsMessage\": \"Senha inválida: deve conter pelo menos {0} número(s).\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Senha inválida: deve conter pelo menos {0} letra(s) minúscula(s).\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Senha inválida: deve conter pelo menos {0} letra(s) maiúscula(s).\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Senha inválida: deve conter pelo menos {0} caractere(s) especial(is).\",\n \"invalidPasswordNotUsernameMessage\": \"Senha inválida: não pode ser igual ao nome de usuário\",\n \"invalidPasswordNotEmailMessage\": \"Senha inválida: não pode ser igual ao endereço de e-mail.\",\n \"invalidPasswordRegexPatternMessage\": \"Senha inválida: não corresponde ao(s) padrão(ões) de expressão regular.\",\n \"invalidPasswordHistoryMessage\": \"Senha inválida: não pode ser igual a qualquer uma da(s) última(s) {0} senha(s).\",\n \"invalidPasswordGenericMessage\": \"Senha inválida: a nova senha não cumpre as políticas de senha.\",\n \"failedToProcessResponseMessage\": \"Falha ao processar a resposta\",\n \"httpsRequiredMessage\": \"HTTPS necessário\",\n \"realmNotEnabledMessage\": \"Domínio desativado\",\n \"invalidRequestMessage\": \"Solicitação inválida\",\n \"failedLogout\": \"Falha ao sair\",\n \"unknownLoginRequesterMessage\": \"Solicitante de login desconhecido\",\n \"loginRequesterNotEnabledMessage\": \"Solicitante de login desativado\",\n \"bearerOnlyMessage\": \"Aplicativos configurados como Bearer-Only não têm permissão para iniciar o login pelo navegador\",\n \"standardFlowDisabledMessage\": \"O cliente não tem permissão para iniciar o login com o response_type informado. O fluxo padrão está desabilitado para o cliente.\",\n \"implicitFlowDisabledMessage\": \"O cliente não tem permissão para iniciar o login com o response_type informado. O fluxo implícito está desabilitado para o cliente.\",\n \"invalidRedirectUriMessage\": \"URI de redirecionamento inválido\",\n \"unsupportedNameIdFormatMessage\": \"NameIDFormat não suportado\",\n \"invalidRequesterMessage\": \"Solicitante inválido\",\n \"registrationNotAllowedMessage\": \"Cadastro não é permitido\",\n \"resetCredentialNotAllowedMessage\": \"Sem permissão de redefinição de credenciais\",\n \"permissionNotApprovedMessage\": \"Permissão não aprovada.\",\n \"noRelayStateInResponseMessage\": \"Sem estado de retransmissão na resposta do provedor de identidade.\",\n \"insufficientPermissionMessage\": \"Permissões insuficientes para vincular identidades.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Não foi possível proceder com a solicitação de autenticação ao provedor de identidade.\",\n \"couldNotObtainTokenMessage\": \"Não foi possível obter token do provedor de identidade.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Erro inesperado ao recuperar token do provedor de identidade.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Erro inesperado ao tratar a resposta do provedor de identidade.\",\n \"identityProviderAuthenticationFailedMessage\": \"Falha na autenticação. Não foi possível autenticar com o provedor de identidade.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Não foi possível enviar a solicitação de autenticação ao provedor de identidade.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Erro inesperado ao tratar o pedido de autenticação ao provedor de identidade.\",\n \"invalidAccessCodeMessage\": \"Código de acesso inválido.\",\n \"sessionNotActiveMessage\": \"Sessão inativa.\",\n \"invalidCodeMessage\": \"Um erro correu, por favor, faça login novamente através da aplicação.\",\n \"identityProviderUnexpectedErrorMessage\": \"Erro inesperado durante a autenticação com o provedor de identidade\",\n \"identityProviderMissingStateMessage\": \"Parâmetro de estado ausente da resposta do provedor de identidades.\",\n \"identityProviderNotFoundMessage\": \"Não foi possível encontrar um provedor de identidade com o identificador.\",\n \"identityProviderLinkSuccess\": \"O seu endereço de e-mail foi confirmado com sucesso. Por favor, retorne à aba original e continue com o login.\",\n \"staleCodeMessage\": \"Esta página não é mais válida. Por favor, volte à aplicação e faça login novamente\",\n \"realmSupportsNoCredentialsMessage\": \"O domínio não suporta qualquer tipo de credencial.\",\n \"credentialSetupRequired\": \"Não é possível fazer o login, a configuração de credencial é necessária.\",\n \"identityProviderNotUniqueMessage\": \"O domínio suporta múltiplos provedores de identidade. Não foi possível determinar qual o provedor de identidade deve ser usado para autenticação.\",\n \"emailVerifiedMessage\": \"O seu endereço de e-mail foi confirmado.\",\n \"staleEmailVerificationLink\": \"O link em que você clicou é um link antigo e não é mais válido. Talvez você já tenha confirmado o seu endereço de e-mail.\",\n \"identityProviderAlreadyLinkedMessage\": \"A conta retornada do {0} já está vinculada a outro usuário.\",\n \"confirmAccountLinking\": \"Confirme o vinculação da conta {0} do provedor de identidade {1} à sua conta.\",\n \"confirmEmailAddressVerification\": \"Confirme a validade do endereço de e-mail {0}.\",\n \"confirmExecutionOfActions\": \"Execute a(s) seguinte(s) ação(ões)\",\n \"backToApplication\": \"« Voltar para o aplicativo\",\n \"missingParameterMessage\": \"Parâmetros ausentes: {0}\",\n \"clientNotFoundMessage\": \"Cliente não encontrado.\",\n \"clientDisabledMessage\": \"Cliente desativado.\",\n \"invalidParameterMessage\": \"Parâmentro inválido: {0}\",\n \"alreadyLoggedIn\": \"Você já está logado.\",\n \"differentUserAuthenticated\": \"Você já está autenticado como outro usuário '{0}' nesta sessão. Por favor, finalize a sessão primeiro.\",\n \"brokerLinkingSessionExpired\": \"A vinculção de conta do provedor de identidade foi solicitado, mas a sessão atual não é mais válida.\",\n \"proceedWithAction\": \"» Clique aqui para continuar\",\n \"requiredAction.CONFIGURE_TOTP\": \"Configurar Autenticação de Dois Fatores\",\n \"requiredAction.terms_and_conditions\": \"Termos e Condições\",\n \"requiredAction.UPDATE_PASSWORD\": \"Atualizar Senha\",\n \"requiredAction.UPDATE_PROFILE\": \"Atualizar Perfil\",\n \"requiredAction.VERIFY_EMAIL\": \"Verificar Endereço de E-mail\",\n \"doX509Login\": \"Você será logado como:\",\n \"clientCertificate\": \"Certificado X509 do cliente:\",\n \"noCertificate\": \"[Sem Certificado]\",\n \"pageNotFound\": \"Página não encontrada\",\n \"internalServerError\": \"Ocorreu um erro interno no servidor\",\n \"console-username\": \"Nome de usuário:\",\n \"console-password\": \"Senha:\",\n \"console-otp\": \"Código de uso único:\",\n \"console-new-password\": \"Nova Senha:\",\n \"console-confirm-password\": \"Confirmação de Senha:\",\n \"console-update-password\": \"Você precisa atualizar a sua senha.\",\n \"console-verify-email\": \"Você precisa verificar o seu endereço de e-mail. Enviamos um e-mail para {0} que contém um código de verificação. Digite o código enviado no campo abaixo.\",\n \"console-email-code\": \"Código do e-mail:\",\n \"console-accept-terms\": \"Aceita os Termos? [s/n]:\",\n \"console-accept\": \"s\",\n \"openshift.scope.user_info\": \"Informações do usuário\",\n \"openshift.scope.user_check-access\": \"Informações de acesso do usuário\",\n \"openshift.scope.user_full\": \"Acesso Completo\",\n \"openshift.scope.list-projects\": \"Listar projetos\",\n \"saml.post-form.title\": \"Redirecionamento de Autenticação\",\n \"saml.post-form.message\": \"Redirecionando... Por favor, aguarde.\",\n \"saml.post-form.js-disabled\": \"O JavaScript está desabilitado. É altamente recomendável habilitá-lo. Clique no botão abaixo para continuar. \",\n \"otp-display-name\": \"Aplicativo Autenticador\",\n \"otp-help-text\": \"Insira o código de verificação do aplicativo autenticador.\",\n \"password-display-name\": \"Senha\",\n \"password-help-text\": \"Faça o login digitando sua senha.\",\n \"auth-username-form-display-name\": \"Nome de usuário\",\n \"auth-username-form-help-text\": \"Faça o login digitando seu nome de usuário.\",\n \"auth-username-password-form-display-name\": \"Nome de usuário e senha\",\n \"auth-username-password-form-help-text\": \"Faça o login digitando seu nome de usuário e senha.\",\n \"webauthn-display-name\": \"Chave de Segurança\",\n \"webauthn-help-text\": \"Use sua chave de segurança para fazer login.\",\n \"webauthn-passwordless-display-name\": \"Chave de Segurança\",\n \"webauthn-passwordless-help-text\": \"Use sua chave de segurança para fazer login sem senha.\",\n \"webauthn-login-title\": \"Login com Chave de Segurança\",\n \"webauthn-registration-title\": \"Registrar Chave de Segurança\",\n \"webauthn-available-authenticators\": \"Autenticadores disponíveis\",\n \"webauthn-unsupported-browser-text\": \"WebAuthn não é suportada pelo seu navegador. Tente outro navegador ou entre em contato com um administrador.\",\n \"webauthn-error-title\": \"Erro de Chave de Segurança\",\n \"webauthn-error-registration\": \"Falha ao registrar sua Chave de Segurança.\",\n \"webauthn-error-api-get\": \"Falha ao autenticar usando a Chave de Segurança.\",\n \"webauthn-error-different-user\": \"O primeiro usuário autenticado não corresponde àquele autenticado pela Chave de Segurança.\",\n \"webauthn-error-auth-verification\": \"O resultado da autenticação da Chave de Segurança é inválido.
    {0}\",\n \"webauthn-error-register-verification\": \"O resultado do registro da Chave de Segurança é inválido.
    {0}\",\n \"webauthn-error-user-not-found\": \"Usuário desconhecido autenticado pela Chave de Segurança.\",\n \"identity-provider-redirector\": \"Conecte-se com outro Provedor de Identidade\",\n \"identity-provider-login-label\": \"Ou entre com\",\n \"finalDeletionConfirmation\": \"Se você apagar a sua conta, ela não poderá ser recuperada. Para manter a sua conta, clique em Cancelar.\",\n \"irreversibleAction\": \"Esta ação é irreversível\",\n \"deleteAccountConfirm\": \"Confirmação de descadastramento\",\n \"deletingImplies\": \"Apagar a sua conta implica em:\",\n \"errasingData\": \"Remover todos os seus dados\",\n \"loggingOutImmediately\": \"Sair da aplicação imediatamente\",\n \"accountUnusable\": \"Qualquer uso subsequente da aplicação não será possível com esta conta\",\n \"userDeletedSuccessfully\": \"Usuário excluído com sucesso\",\n \"readOnlyUsernameMessage\": \"Você^não pode atualizar o seu nome de usuário, uma vez que é apenas de leitura.\",\n \"frontchannel-logout.title\": \"Saindo\",\n \"frontchannel-logout.message\": \"Você está saindo dos seguintes aplicativos\",\n \"logoutConfirmTitle\": \"Saindo\",\n \"logoutConfirmHeader\": \"Você realmente deseja sair?\",\n \"doLogout\": \"Sair\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7274.70ff0c47.chunk.js b/resources/keycloak/keycloakify/static/js/7274.70ff0c47.chunk.js new file mode 100644 index 00000000..3246baaa --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7274.70ff0c47.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7274],{2889:function(s,e,a){a.d(e,{a:function(){return t}});var l=a(6055),c=a(969);function t(s){var e=s.defaultClasses;return{useGetClassName:function(s){var a=s.classes;return{getClassName:(0,c.O)((function(s){return(0,l.W)(s,e[s],null===a||void 0===a?void 0:a[s])}))}}}}},7107:function(s,e,a){a.d(e,{v:function(){return l}});var l=(0,a(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},7274:function(s,e,a){a.r(e),a.d(e,{default:function(){return r}});var l=a(184),c=a(6055),t=a(7107);function r(s){var e,a,r,o,i=s.kcContext,n=s.i18n,p=s.doUseDefaultCss,m=s.Template,u=s.classes,d=(0,t.v)({doUseDefaultCss:p,classes:u}).getClassName,f=i.url,k=i.messagesPerField,C=i.register,g=i.realm,b=i.passwordRequired,h=i.recaptchaRequired,j=i.recaptchaSiteKey,x=n.msg,v=n.msgStr;return(0,l.jsx)(m,Object.assign({},{kcContext:i,i18n:n,doUseDefaultCss:p,classes:u},{headerNode:x("registerTitle")},{children:(0,l.jsxs)("form",Object.assign({id:"kc-register-form",className:d("kcFormClass"),action:f.registrationAction,method:"post"},{children:[(0,l.jsxs)("div",Object.assign({className:(0,c.W)(d("kcFormGroupClass"),k.printIfExists("firstName",d("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:d("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"firstName",className:d("kcLabelClass")},{children:x("firstName")}))})),(0,l.jsx)("div",Object.assign({className:d("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"text",id:"firstName",className:d("kcInputClass"),name:"firstName",defaultValue:null!==(e=C.formData.firstName)&&void 0!==e?e:""})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,c.W)(d("kcFormGroupClass"),k.printIfExists("lastName",d("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:d("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"lastName",className:d("kcLabelClass")},{children:x("lastName")}))})),(0,l.jsx)("div",Object.assign({className:d("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"text",id:"lastName",className:d("kcInputClass"),name:"lastName",defaultValue:null!==(a=C.formData.lastName)&&void 0!==a?a:""})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,c.W)(d("kcFormGroupClass"),k.printIfExists("email",d("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:d("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"email",className:d("kcLabelClass")},{children:x("email")}))})),(0,l.jsx)("div",Object.assign({className:d("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"text",id:"email",className:d("kcInputClass"),name:"email",defaultValue:null!==(r=C.formData.email)&&void 0!==r?r:"",autoComplete:"email"})}))]})),!g.registrationEmailAsUsername&&(0,l.jsxs)("div",Object.assign({className:(0,c.W)(d("kcFormGroupClass"),k.printIfExists("username",d("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:d("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"username",className:d("kcLabelClass")},{children:x("username")}))})),(0,l.jsx)("div",Object.assign({className:d("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"text",id:"username",className:d("kcInputClass"),name:"username",defaultValue:null!==(o=C.formData.username)&&void 0!==o?o:"",autoComplete:"username"})}))]})),b&&(0,l.jsxs)(l.Fragment,{children:[(0,l.jsxs)("div",Object.assign({className:(0,c.W)(d("kcFormGroupClass"),k.printIfExists("password",d("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:d("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"password",className:d("kcLabelClass")},{children:x("password")}))})),(0,l.jsx)("div",Object.assign({className:d("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"password",id:"password",className:d("kcInputClass"),name:"password",autoComplete:"new-password"})}))]})),(0,l.jsxs)("div",Object.assign({className:(0,c.W)(d("kcFormGroupClass"),k.printIfExists("password-confirm",d("kcFormGroupErrorClass")))},{children:[(0,l.jsx)("div",Object.assign({className:d("kcLabelWrapperClass")},{children:(0,l.jsx)("label",Object.assign({htmlFor:"password-confirm",className:d("kcLabelClass")},{children:x("passwordConfirm")}))})),(0,l.jsx)("div",Object.assign({className:d("kcInputWrapperClass")},{children:(0,l.jsx)("input",{type:"password",id:"password-confirm",className:d("kcInputClass"),name:"password-confirm"})}))]}))]}),h&&(0,l.jsx)("div",Object.assign({className:"form-group"},{children:(0,l.jsx)("div",Object.assign({className:d("kcInputWrapperClass")},{children:(0,l.jsx)("div",{className:"g-recaptcha","data-size":"compact","data-sitekey":j})}))})),(0,l.jsxs)("div",Object.assign({className:d("kcFormGroupClass")},{children:[(0,l.jsx)("div",Object.assign({id:"kc-form-options",className:d("kcFormOptionsClass")},{children:(0,l.jsx)("div",Object.assign({className:d("kcFormOptionsWrapperClass")},{children:(0,l.jsx)("span",{children:(0,l.jsx)("a",Object.assign({href:f.loginUrl},{children:x("backToLogin")}))})}))})),(0,l.jsx)("div",Object.assign({id:"kc-form-buttons",className:d("kcFormButtonsClass")},{children:(0,l.jsx)("input",{className:(0,c.W)(d("kcButtonClass"),d("kcButtonPrimaryClass"),d("kcButtonBlockClass"),d("kcButtonLargeClass")),type:"submit",value:v("doRegister")})}))]}))]}))}))}},6055:function(s,e,a){a.d(e,{W:function(){return r}});var l=a(2982),c=a(9883),t=a(9465),r=function s(){for(var e=arguments.length,a=0,r="";a(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function Register(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { url, messagesPerField, register, realm, passwordRequired, recaptchaRequired, recaptchaSiteKey } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n return (\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","Register","props","kcContext","i18n","doUseDefaultCss","Template","url","messagesPerField","register","realm","passwordRequired","recaptchaRequired","recaptchaSiteKey","msg","msgStr","_jsx","Object","assign","headerNode","children","_jsxs","id","className","action","registrationAction","method","printIfExists","htmlFor","type","name","defaultValue","_a","formData","firstName","_b","lastName","_c","email","autoComplete","registrationEmailAsUsername","_d","username","_Fragment","href","loginUrl","value","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7352.07d40f59.chunk.js b/resources/keycloak/keycloakify/static/js/7352.07d40f59.chunk.js new file mode 100644 index 00000000..659e57dc --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7352.07d40f59.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7352],{7352:function(e,t,n){n.r(t);t.default={doSave:"Opslaan",doCancel:"Annuleer",doLogOutAllSessions:"Alle sessies uitloggen",doRemove:"Verwijder",doAdd:"Voeg toe",doSignOut:"Afmelden",doLogIn:"Inloggen",doLink:"Link",noAccessMessage:"Geen toegang",personalInfoSidebarTitle:"Persoonsgegevens",accountSecuritySidebarTitle:"Account beveiliging",signingInSidebarTitle:"Inloggen",deviceActivitySidebarTitle:"Apparaat activiteit",linkedAccountsSidebarTitle:"Gelinkte accounts",editAccountHtmlTitle:"Bewerk account",federatedIdentitiesHtmlTitle:"Federated Identities",accountLogHtmlTitle:"Account log",changePasswordHtmlTitle:"Verander wachtwoord",sessionsHtmlTitle:"Sessies",accountManagementTitle:"Keycloak Accountbeheer",authenticatorTitle:"Authenticator",applicationsHtmlTitle:"Toepassingen",accountManagementWelcomeMessage:"Welkom bij Keycloak Account Management",personalInfoIntroMessage:"Beheer uw basisgegevens",accountSecurityTitle:"Account Beveiliging",accountSecurityIntroMessage:"Beheer uw wachtwoord en account toegang",applicationsIntroMessage:"Volg en beheer uw app-toestemming voor toegang tot uw account",resourceIntroMessage:"Deel uw bronnen met uw team",passwordLastUpdateMessage:"Uw wachtwoord was veranderd op",updatePasswordTitle:"Wachtwoord Bijwerken",updatePasswordMessageTitle:"Zorg ervoor dat u een sterk wachtwoord kiest",updatePasswordMessage:"Een sterk wachtwoord bevat een mix van nummers, letters, en symbolen. Het is moeilijk te gokken, lijkt niet op een echt woord, en wordt alleen gebruikt voor dit account.",personalSubTitle:"Uw persoonlijke informatie",personalSubMessage:"Beheer uw basisgegevens.",authenticatorCode:"Eenmalige code",email:"E-mailadres",firstName:"Voornaam",givenName:"Voornaam",fullName:"Volledige naam",lastName:"Achternaam",familyName:"Achternaam",password:"Wachtwoord",passwordConfirm:"Bevestiging",passwordNew:"Nieuw Wachtwoord",username:"Gebruikersnaam",address:"Adres",street:"Straat",locality:"Stad of plaats",region:"Staat, provincie of regio",postal_code:"Postcode",country:"Land",emailVerified:"E-mailadres geverifieerd",website:"Website",phoneNumber:"Telefoonnummer",phoneNumberVerified:"Geverifieerd telefoonnummer",gender:"Geslacht",birthday:"Geboortedatum",zoneinfo:"Tijdzone",gssDelegationCredential:"GSS gedelegeerde aanmeldgegevens",profileScopeConsentText:"Gebruiker profiel",emailScopeConsentText:"E-mailadres",addressScopeConsentText:"Adres",phoneScopeConsentText:"Telefoonnummer",offlineAccessScopeConsentText:"Offline Toegang",samlRoleListScopeConsentText:"Mijn Rollen",rolesScopeConsentText:"Gebruikersrollen",role_admin:"Beheer","role_realm-admin":"Realmbeheer","role_create-realm":"Cre\xeber realm","role_view-realm":"Bekijk realm","role_view-users":"Bekijk gebruikers","role_view-applications":"Bekijk toepassingen","role_view-groups":"Bekijk groepen","role_view-clients":"Bekijk clients","role_view-events":"Bekijk gebeurtenissen","role_view-identity-providers":"Bekijk identity providers","role_view-consent":"Bekijk toestemmingen","role_manage-realm":"Beheer realm","role_manage-users":"Beheer gebruikers","role_manage-applications":"Beheer toepassingen","role_manage-identity-providers":"Beheer identity providers","role_manage-clients":"Beheer clients","role_manage-events":"Beheer gebeurtenissen","role_view-profile":"Bekijk profiel","role_manage-account":"Beheer account","role_manage-account-links":"Beheer accountkoppelingen","role_manage-consent":"Beheer toestemmingen","role_read-token":"Lees token","role_offline-access":"Offline toegang",role_uma_authorization:"Verkrijg UMA rechten",client_account:"Account","client_account-console":"Account Console","client_security-admin-console":"Console Veiligheidsbeheer","client_admin-cli":"Beheer CLI","client_realm-management":"Realmbeheer",client_broker:"Broker",requiredFields:"Verplichte velden",allFieldsRequired:"Alle velden verplicht",backToApplication:"« Terug naar Applicatie",backTo:"Terug naar {0}",date:"Datum",event:"Gebeurtenis",ip:"IP",client:"Client",clients:"Clients",details:"Details",started:"Gestart",lastAccess:"Laatste toegang",expires:"Vervalt",applications:"Applicaties",account:"Account",federatedIdentity:"Federated Identity",authenticator:"Authenticator",sessions:"Sessies",log:"Log",application:"Applicatie",availablePermissions:"Beschikbare rechten",grantedPermissions:"Gegunde rechten",grantedPersonalInfo:"Gegunde Persoonsgegevens",additionalGrants:"Verdere vergunningen",action:"Actie",inResource:"in",fullAccess:"Volledige toegang",offlineToken:"Offline Token",revoke:"Vergunning intrekken",configureAuthenticators:"Ingestelde authenticators",mobile:"Mobiel nummer",totpStep1:"Installeer een van de onderstaande applicaties op uw mobiele apparaat:",totpStep2:"Open de toepassing en scan de QR-code of voer de sleutel in.",totpStep3:"Voer de door de toepassing gegeven eenmalige code in en klik op Opslaan om de configuratie af te ronden.",totpStep3DeviceName:"Geef een apparaatnaam op om uw OTP-apparaten te identificeren.",totpManualStep2:"Open de applicatie en voer de sleutel in:",totpManualStep3:"Gebruik de volgende configuratie waardes als de applicatie ze ondersteund:",totpUnableToScan:"Kunt u niet scannen?",totpScanBarcode:"Scan de barcode?","totp.totp":"Tijdgebaseerd","totp.hotp":"Tellergebaseerd",totpType:"Type",totpAlgorithm:"Algoritme",totpDigits:"Cijfers",totpInterval:"Interval",totpCounter:"Teller",totpDeviceName:"Apparaatnaam",totpAppFreeOTPName:"FreeOTP",totpAppGoogleName:"Google Authenticator",irreversibleAction:"Deze actie is onomkeerbaar",deletingImplies:"Het verwijderen van uw account houdt het volgende in:",errasingData:"Al uw gegevens wissen",loggingOutImmediately:"Meteen uitloggen",accountUnusable:"Dit account kan niet meer gebruikt worden voor gebruik in de applicatie",missingUsernameMessage:"Gebruikersnaam ontbreekt.",missingFirstNameMessage:"Voornaam onbreekt.",invalidEmailMessage:"Ongeldig e-mailadres.",missingLastNameMessage:"Achternaam ontbreekt.",missingEmailMessage:"E-mailadres ontbreekt.",missingPasswordMessage:"Wachtwoord ontbreekt.",notMatchPasswordMessage:"Wachtwoorden komen niet overeen.",invalidUserMessage:"Ongeldige gebruiker",updateReadOnlyAttributesRejectedMessage:"Update van alleen-lezen kenmerk afgewezen",missingTotpMessage:"Authenticatiecode ontbreekt.",missingTotpDeviceNameMessage:"Geef een apparaatnaam op.",invalidPasswordExistingMessage:"Ongeldig bestaand wachtwoord.",invalidPasswordConfirmMessage:"Wachtwoordbevestiging komt niet overeen.",invalidTotpMessage:"Ongeldige authenticatiecode.",usernameExistsMessage:"Gebruikersnaam bestaat reeds.",emailExistsMessage:"E-mailadres bestaat reeds.",readOnlyUserMessage:"U kunt uw account niet bijwerken aangezien het account alleen-lezen is.",readOnlyUsernameMessage:"U kunt uw gebruikersnaam niet wijzigen omdat uw account alleen-lezen is.",readOnlyPasswordMessage:"U kunt uw wachtwoord niet wijzigen omdat uw account alleen-lezen is.",successTotpMessage:"Mobiele authenticator geconfigureerd.",successTotpRemovedMessage:"Mobiele authenticator verwijderd.",successGrantRevokedMessage:"Vergunning succesvol ingetrokken",accountUpdatedMessage:"Uw account is gewijzigd.",accountPasswordUpdatedMessage:"Uw wachtwoord is gewijzigd.",missingIdentityProviderMessage:"Geen identity provider aangegeven.",invalidFederatedIdentityActionMessage:"Ongeldige of ontbrekende actie op federated identity.",identityProviderNotFoundMessage:"Gespecificeerde identity provider niet gevonden.",federatedIdentityLinkNotActiveMessage:"Deze federated identity is niet langer geldig.",federatedIdentityRemovingLastProviderMessage:"U kunt de laatste federated identity provider niet verwijderen aangezien u dan niet langer zou kunnen inloggen.",identityProviderRedirectErrorMessage:"Kon niet herverwijzen naar identity provider.",identityProviderRemovedMessage:"Identity provider met succes verwijderd.",identityProviderAlreadyLinkedMessage:"Door {0} teruggegeven federated identity is al gekoppeld aan een andere gebruiker.",staleCodeAccountMessage:"De pagina is verlopen. Probeer het nogmaals.",consentDenied:"Toestemming geweigerd",accountDisabledMessage:"Account is gedeactiveerd. Contacteer de beheerder.",accountTemporarilyDisabledMessage:"Account is tijdelijk deactiveerd, neem contact op met de beheerder of probeer het later opnieuw.",invalidPasswordMinLengthMessage:"Ongeldig wachtwoord: de minimale lengte is {0} karakters.",invalidPasswordMinLowerCaseCharsMessage:"Ongeldig wachtwoord: het moet minstens {0} kleine letters bevatten.",invalidPasswordMinDigitsMessage:"Ongeldig wachtwoord: het moet minstens {0} getallen bevatten.",invalidPasswordMinUpperCaseCharsMessage:"Ongeldig wachtwoord: het moet minstens {0} hoofdletters bevatten.",invalidPasswordMinSpecialCharsMessage:"Ongeldig wachtwoord: het moet minstens {0} speciale karakters bevatten.",invalidPasswordNotUsernameMessage:"Ongeldig wachtwoord: het mag niet overeenkomen met de gebruikersnaam.",invalidPasswordRegexPatternMessage:"Ongeldig wachtwoord: het voldoet niet aan het door de beheerder ingestelde patroon.",invalidPasswordHistoryMessage:"Ongeldig wachtwoord: het mag niet overeen komen met een van de laatste {0} wachtwoorden.",invalidPasswordGenericMessage:"Ongeldig wachtwoord: het nieuwe wachtwoord voldoet niet aan het wachtwoordbeleid.",myResources:"Mijn Bronnen",myResourcesSub:"Mijn bronnen",doDeny:"Afwijzen",doRevoke:"Intrekken",doApprove:"Goedkeuren",doRemoveSharing:"Niet meer delen",doRemoveRequest:"Aanvraag verwijderen",peopleAccessResource:"Personen met toegang tot deze bron",resourceManagedPolicies:"Rechten die toegang verlenen tot deze bron",resourceNoPermissionsGrantingAccess:"Er zijn geen rechten verleend die toegang verlenen tot deze bron",anyAction:"Elke actie",description:"Beschrijving",name:"Naam",scopes:"Bereik",resource:"Bron",user:"Gebruiker",peopleSharingThisResource:"Personen die deze bron delen",shareWithOthers:"Met anderen delen",needMyApproval:"Heeft mijn goedkeuring nodig",requestsWaitingApproval:"Uw aanvragen wachten op goedkeuring",icon:"Icon",requestor:"Aanvrager",owner:"Eigenaar",resourcesSharedWithMe:"Bronnen die met mij gedeeld zijn",permissionRequestion:"Toestemmingsverzoek",permission:"Toestemming",shares:"aandelen",notBeingShared:"Deze bron wordt niet gedeeld.",notHaveAnyResource:"U heeft geen bronnen",noResourcesSharedWithYou:"Er zijn geen bronnen met u gedeeld",havePermissionRequestsWaitingForApproval:"U heeft {0} toestemmingsverzoeken die wachten op goedkeuring.",clickHereForDetails:"Klik hier voor details.",resourceIsNotBeingShared:"Deze bron wordt niet gedeeld",applicationName:"Applicatienaam",applicationType:"Applicatietype",applicationInUse:"Alleen apps die in gebruik zijn",clearAllFilter:"Alle filters leegmaken",activeFilters:"Actieve filters",filterByName:"Filter op Naam ...",allApps:"Alle applicaties",internalApps:"Interne applicaties",thirdpartyApps:"Derde partij applicaties",appResults:"Resultaten",clientNotFoundMessage:"Client niet gevonden.",authorizedProvider:"Geautoriseerde Provider",authorizedProviderMessage:"Geautoriseerde providers gekoppeld aan uw account",identityProvider:"Identiteitsprovider",identityProviderMessage:"Om uw account te koppelen aan de identiteitsproviders die u heeft ingesteld",socialLogin:"Social Login",userDefined:"Gebruiker gedefinieerde",removeAccess:"Toegang intrekken",removeAccessMessage:"U moet opnieuw toegang verlenen als u dit app-account wilt gebruiken.",authenticatorStatusMessage:"Tweefactorauthenticatie is momenteel",authenticatorFinishSetUpTitle:"Uw tweefactorauthenticatie",authenticatorFinishSetUpMessage:"Elke keer wanneer u zich aanmeldt bij uw Keycloak-account, wordt u gevraagd om een tweefactorauthenticatiecode op te geven.",authenticatorSubTitle:"Stel tweefactorauthenticatie in",authenticatorSubMessage:"Schakel ten minste \xe9\xe9n van de beschikbare methoden voor tweefactorauthenticatie in om de beveiliging van uw account te verbeteren.",authenticatorMobileTitle:"Mobiele authenticator",authenticatorMobileMessage:"Gebruik mobiele authenticator om verificatiecodes te krijgen als tweefactorauthenticatie.",authenticatorMobileFinishSetUpMessage:"De authenticator is verbonden aan uw telefoon.",authenticatorActionSetup:"Instellen",authenticatorSMSTitle:"SMS Code",authenticatorSMSMessage:"Keycloak stuurt de verificatiecode naar uw telefoon als tweefactorauthenticatie.",authenticatorSMSFinishSetUpMessage:"Tekstberichten worden verstuurd naar",authenticatorDefaultStatus:"Standaard",authenticatorChangePhone:"Telefoonnummer wijzigen",authenticatorMobileSetupTitle:"Mobiele authenticator instellen",smscodeIntroMessage:"Voer uw telefoonnummer in en er wordt een verificatiecode naar uw telefoon verzonden.",mobileSetupStep1:"Installeer een authenticator-app op uw telefoon. De hier vermelde apps worden ondersteund.",mobileSetupStep2:"Open de applicatie en scan de barcode:",mobileSetupStep3:"Voer de eenmalige code in die door de app wordt verstrekt en klik op Opslaan om de installatie te voltooien.",scanBarCode:"Wilt u de barcode scannen?",enterBarCode:"Vul de eenmalige code in",doCopy:"Kopi\xebren",doFinish:"Afronden",authenticatorSMSCodeSetupTitle:"SMS Code instellen",chooseYourCountry:"Kies uw land",enterYourPhoneNumber:"Voer uw telefoonnummer in",sendVerficationCode:"Verificatiecode versturen",enterYourVerficationCode:"Voer uw verificatiecode in",authenticatorBackupCodesSetupTitle:"Herstelverificatiecodes instellen",realmName:"Realm",doDownload:"Downloaden",doPrint:"Printen",generateNewBackupCodes:"Genereer nieuwe herstelverificatiecodes",backtoAuthenticatorPage:"Terug naar de Authenticator pagina",resources:"Bronnen",sharedwithMe:"Met mij gedeeld",share:"Deel",sharedwith:"Gedeeld met",accessPermissions:"Toegangsrechten",permissionRequests:"Toestemmingsverzoeken",approve:"Goedkeuren",approveAll:"Alles goedkeuren",people:"personen",perPage:"per pagina",currentPage:"Huidige pagina",sharetheResource:"Deel de bron",group:"Groep",selectPermission:"Selecteer toestemming",addPeople:"Voeg personen toe om uw bron mee te delen",addTeam:"Voeg een team toe om uw bron mee te delen",myPermissions:"Mijn toestemmingen",waitingforApproval:"Wacht op goedkeuring",anyPermission:"Alle toestemmingen","openshift.scope.user_info":"Gebruikersinformatie","openshift.scope.user_check-access":"Gebruikerstoegangsinformatie","openshift.scope.user_full":"Volledige toegang","openshift.scope.list-projects":"Lijst van projecten","error-invalid-value":"Ongeldige waarde.","error-invalid-blank":"Geef een waarde op.","error-empty":"Geef een waarde op.","error-invalid-length":"Attribuut {0} moet een lengte tussen {1} en {2} hebben.","error-invalid-length-too-short":"Attribuut {0} moet minimaal {1} lang zijn.","error-invalid-length-too-long":"Attribute {0} mag niet langer dan {2} zijn.","error-invalid-email":"Ongeldig e-mailadres.","error-invalid-number":"Ongeldig nummer.","error-number-out-of-range":"Attribuut {0} moet een nummer tussen {1} en {2} zijn.","error-number-out-of-range-too-small":"Attribuut {0} moet minimaal een waarde van {1} hebben.","error-number-out-of-range-too-big":"Attribuut {0} mag maximaal een waarde van {2} hebben.","error-pattern-no-match":"Ongeldige waarde.","error-invalid-uri":"Ongeldige URL.","error-invalid-uri-scheme":"Ongeldig URL schema.","error-invalid-uri-fragment":"Ongeldig URL fragment.","error-user-attribute-required":"Specificeer attribuut {0}.","error-invalid-date":"Ongeldige datum.","error-user-attribute-read-only":"Het veld {0} staat op alleen-lezen.","error-username-invalid-character":"Gebruikersnaam bevat een ongeldig karakter.","error-person-name-invalid-character":"Naam bevat een ongeldig karakter."}}}]); +//# sourceMappingURL=7352.07d40f59.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7352.07d40f59.chunk.js.map b/resources/keycloak/keycloakify/static/js/7352.07d40f59.chunk.js.map new file mode 100644 index 00000000..e715d2be --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7352.07d40f59.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/7352.07d40f59.chunk.js","mappings":"uIA2UA,UAvUgB,CACd,OAAU,UACV,SAAY,WACZ,oBAAuB,yBACvB,SAAY,YACZ,MAAS,WACT,UAAa,WACb,QAAW,WACX,OAAU,OACV,gBAAmB,eACnB,yBAA4B,mBAC5B,4BAA+B,sBAC/B,sBAAyB,WACzB,2BAA8B,sBAC9B,2BAA8B,oBAC9B,qBAAwB,iBACxB,6BAAgC,uBAChC,oBAAuB,cACvB,wBAA2B,sBAC3B,kBAAqB,UACrB,uBAA0B,yBAC1B,mBAAsB,gBACtB,sBAAyB,eACzB,gCAAmC,yCACnC,yBAA4B,0BAC5B,qBAAwB,sBACxB,4BAA+B,0CAC/B,yBAA4B,gEAC5B,qBAAwB,8BACxB,0BAA6B,iCAC7B,oBAAuB,uBACvB,2BAA8B,+CAC9B,sBAAyB,4KACzB,iBAAoB,6BACpB,mBAAsB,2BACtB,kBAAqB,iBACrB,MAAS,cACT,UAAa,WACb,UAAa,WACb,SAAY,iBACZ,SAAY,aACZ,WAAc,aACd,SAAY,aACZ,gBAAmB,cACnB,YAAe,mBACf,SAAY,iBACZ,QAAW,QACX,OAAU,SACV,SAAY,iBACZ,OAAU,4BACV,YAAe,WACf,QAAW,OACX,cAAiB,2BACjB,QAAW,UACX,YAAe,iBACf,oBAAuB,8BACvB,OAAU,WACV,SAAY,gBACZ,SAAY,WACZ,wBAA2B,mCAC3B,wBAA2B,oBAC3B,sBAAyB,cACzB,wBAA2B,QAC3B,sBAAyB,iBACzB,8BAAiC,kBACjC,6BAAgC,cAChC,sBAAyB,mBACzB,WAAc,SACd,mBAAoB,cACpB,oBAAqB,kBACrB,kBAAmB,eACnB,kBAAmB,oBACnB,yBAA0B,sBAC1B,mBAAoB,iBACpB,oBAAqB,iBACrB,mBAAoB,wBACpB,+BAAgC,4BAChC,oBAAqB,uBACrB,oBAAqB,eACrB,oBAAqB,oBACrB,2BAA4B,sBAC5B,iCAAkC,4BAClC,sBAAuB,iBACvB,qBAAsB,wBACtB,oBAAqB,iBACrB,sBAAuB,iBACvB,4BAA6B,4BAC7B,sBAAuB,uBACvB,kBAAmB,aACnB,sBAAuB,kBACvB,uBAA0B,uBAC1B,eAAkB,UAClB,yBAA0B,kBAC1B,gCAAiC,4BACjC,mBAAoB,aACpB,0BAA2B,cAC3B,cAAiB,SACjB,eAAkB,oBAClB,kBAAqB,wBACrB,kBAAqB,gCACrB,OAAU,iBACV,KAAQ,QACR,MAAS,cACT,GAAM,KACN,OAAU,SACV,QAAW,UACX,QAAW,UACX,QAAW,UACX,WAAc,kBACd,QAAW,UACX,aAAgB,cAChB,QAAW,UACX,kBAAqB,qBACrB,cAAiB,gBACjB,SAAY,UACZ,IAAO,MACP,YAAe,aACf,qBAAwB,sBACxB,mBAAsB,kBACtB,oBAAuB,2BACvB,iBAAoB,uBACpB,OAAU,QACV,WAAc,KACd,WAAc,oBACd,aAAgB,gBAChB,OAAU,uBACV,wBAA2B,4BAC3B,OAAU,gBACV,UAAa,yEACb,UAAa,+DACb,UAAa,2GACb,oBAAuB,iEACvB,gBAAmB,4CACnB,gBAAmB,6EACnB,iBAAoB,uBACpB,gBAAmB,mBACnB,YAAa,gBACb,YAAa,kBACb,SAAY,OACZ,cAAiB,YACjB,WAAc,UACd,aAAgB,WAChB,YAAe,SACf,eAAkB,eAClB,mBAAsB,UACtB,kBAAqB,uBACrB,mBAAsB,6BACtB,gBAAmB,wDACnB,aAAgB,wBAChB,sBAAyB,mBACzB,gBAAmB,0EACnB,uBAA0B,4BAC1B,wBAA2B,qBAC3B,oBAAuB,wBACvB,uBAA0B,wBAC1B,oBAAuB,yBACvB,uBAA0B,wBAC1B,wBAA2B,mCAC3B,mBAAsB,sBACtB,wCAA2C,4CAC3C,mBAAsB,+BACtB,6BAAgC,4BAChC,+BAAkC,gCAClC,8BAAiC,2CACjC,mBAAsB,+BACtB,sBAAyB,gCACzB,mBAAsB,6BACtB,oBAAuB,0EACvB,wBAA2B,2EAC3B,wBAA2B,uEAC3B,mBAAsB,wCACtB,0BAA6B,oCAC7B,2BAA8B,mCAC9B,sBAAyB,2BACzB,8BAAiC,8BACjC,+BAAkC,qCAClC,sCAAyC,wDACzC,gCAAmC,mDACnC,sCAAyC,iDACzC,6CAAgD,kHAChD,qCAAwC,gDACxC,+BAAkC,2CAClC,qCAAwC,qFACxC,wBAA2B,+CAC3B,cAAiB,wBACjB,uBAA0B,qDAC1B,kCAAqC,mGACrC,gCAAmC,4DACnC,wCAA2C,sEAC3C,gCAAmC,gEACnC,wCAA2C,oEAC3C,sCAAyC,0EACzC,kCAAqC,wEACrC,mCAAsC,sFACtC,8BAAiC,2FACjC,8BAAiC,oFACjC,YAAe,eACf,eAAkB,eAClB,OAAU,WACV,SAAY,YACZ,UAAa,aACb,gBAAmB,kBACnB,gBAAmB,uBACnB,qBAAwB,qCACxB,wBAA2B,6CAC3B,oCAAuC,mEACvC,UAAa,aACb,YAAe,eACf,KAAQ,OACR,OAAU,SACV,SAAY,OACZ,KAAQ,YACR,0BAA6B,+BAC7B,gBAAmB,oBACnB,eAAkB,+BAClB,wBAA2B,sCAC3B,KAAQ,OACR,UAAa,YACb,MAAS,WACT,sBAAyB,mCACzB,qBAAwB,sBACxB,WAAc,cACd,OAAU,WACV,eAAkB,gCAClB,mBAAsB,uBACtB,yBAA4B,qCAC5B,yCAA4C,gEAC5C,oBAAuB,0BACvB,yBAA4B,+BAC5B,gBAAmB,iBACnB,gBAAmB,iBACnB,iBAAoB,kCACpB,eAAkB,yBAClB,cAAiB,kBACjB,aAAgB,qBAChB,QAAW,mBACX,aAAgB,sBAChB,eAAkB,2BAClB,WAAc,aACd,sBAAyB,wBACzB,mBAAsB,0BACtB,0BAA6B,oDAC7B,iBAAoB,sBACpB,wBAA2B,8EAC3B,YAAe,eACf,YAAe,0BACf,aAAgB,oBAChB,oBAAuB,wEACvB,2BAA8B,uCAC9B,8BAAiC,6BACjC,gCAAmC,8HACnC,sBAAyB,kCACzB,wBAA2B,2IAC3B,yBAA4B,wBAC5B,2BAA8B,4FAC9B,sCAAyC,iDACzC,yBAA4B,YAC5B,sBAAyB,WACzB,wBAA2B,mFAC3B,mCAAsC,uCACtC,2BAA8B,YAC9B,yBAA4B,0BAC5B,8BAAiC,kCACjC,oBAAuB,wFACvB,iBAAoB,6FACpB,iBAAoB,yCACpB,iBAAoB,+GACpB,YAAe,6BACf,aAAgB,2BAChB,OAAU,cACV,SAAY,WACZ,+BAAkC,qBAClC,kBAAqB,eACrB,qBAAwB,4BACxB,oBAAuB,4BACvB,yBAA4B,6BAC5B,mCAAsC,oCACtC,UAAa,QACb,WAAc,aACd,QAAW,UACX,uBAA0B,0CAC1B,wBAA2B,qCAC3B,UAAa,UACb,aAAgB,kBAChB,MAAS,OACT,WAAc,cACd,kBAAqB,kBACrB,mBAAsB,wBACtB,QAAW,aACX,WAAc,mBACd,OAAU,WACV,QAAW,aACX,YAAe,iBACf,iBAAoB,eACpB,MAAS,QACT,iBAAoB,wBACpB,UAAa,4CACb,QAAW,4CACX,cAAiB,qBACjB,mBAAsB,uBACtB,cAAiB,qBACjB,4BAA6B,uBAC7B,oCAAqC,+BACrC,4BAA6B,oBAC7B,gCAAiC,sBACjC,sBAAuB,oBACvB,sBAAuB,sBACvB,cAAe,sBACf,uBAAwB,0DACxB,iCAAkC,6CAClC,gCAAiC,8CACjC,sBAAuB,wBACvB,uBAAwB,mBACxB,4BAA6B,wDAC7B,sCAAuC,yDACvC,oCAAqC,wDACrC,yBAA0B,oBAC1B,oBAAqB,iBACrB,2BAA4B,uBAC5B,6BAA8B,yBAC9B,gCAAiC,6BACjC,qBAAsB,mBACtB,iCAAkC,sCAClC,mCAAoC,8CACpC,sCAAuC,oC","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/nl.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Opslaan\",\n \"doCancel\": \"Annuleer\",\n \"doLogOutAllSessions\": \"Alle sessies uitloggen\",\n \"doRemove\": \"Verwijder\",\n \"doAdd\": \"Voeg toe\",\n \"doSignOut\": \"Afmelden\",\n \"doLogIn\": \"Inloggen\",\n \"doLink\": \"Link\",\n \"noAccessMessage\": \"Geen toegang\",\n \"personalInfoSidebarTitle\": \"Persoonsgegevens\",\n \"accountSecuritySidebarTitle\": \"Account beveiliging\",\n \"signingInSidebarTitle\": \"Inloggen\",\n \"deviceActivitySidebarTitle\": \"Apparaat activiteit\",\n \"linkedAccountsSidebarTitle\": \"Gelinkte accounts\",\n \"editAccountHtmlTitle\": \"Bewerk account\",\n \"federatedIdentitiesHtmlTitle\": \"Federated Identities\",\n \"accountLogHtmlTitle\": \"Account log\",\n \"changePasswordHtmlTitle\": \"Verander wachtwoord\",\n \"sessionsHtmlTitle\": \"Sessies\",\n \"accountManagementTitle\": \"Keycloak Accountbeheer\",\n \"authenticatorTitle\": \"Authenticator\",\n \"applicationsHtmlTitle\": \"Toepassingen\",\n \"accountManagementWelcomeMessage\": \"Welkom bij Keycloak Account Management\",\n \"personalInfoIntroMessage\": \"Beheer uw basisgegevens\",\n \"accountSecurityTitle\": \"Account Beveiliging\",\n \"accountSecurityIntroMessage\": \"Beheer uw wachtwoord en account toegang\",\n \"applicationsIntroMessage\": \"Volg en beheer uw app-toestemming voor toegang tot uw account\",\n \"resourceIntroMessage\": \"Deel uw bronnen met uw team\",\n \"passwordLastUpdateMessage\": \"Uw wachtwoord was veranderd op\",\n \"updatePasswordTitle\": \"Wachtwoord Bijwerken\",\n \"updatePasswordMessageTitle\": \"Zorg ervoor dat u een sterk wachtwoord kiest\",\n \"updatePasswordMessage\": \"Een sterk wachtwoord bevat een mix van nummers, letters, en symbolen. Het is moeilijk te gokken, lijkt niet op een echt woord, en wordt alleen gebruikt voor dit account.\",\n \"personalSubTitle\": \"Uw persoonlijke informatie\",\n \"personalSubMessage\": \"Beheer uw basisgegevens.\",\n \"authenticatorCode\": \"Eenmalige code\",\n \"email\": \"E-mailadres\",\n \"firstName\": \"Voornaam\",\n \"givenName\": \"Voornaam\",\n \"fullName\": \"Volledige naam\",\n \"lastName\": \"Achternaam\",\n \"familyName\": \"Achternaam\",\n \"password\": \"Wachtwoord\",\n \"passwordConfirm\": \"Bevestiging\",\n \"passwordNew\": \"Nieuw Wachtwoord\",\n \"username\": \"Gebruikersnaam\",\n \"address\": \"Adres\",\n \"street\": \"Straat\",\n \"locality\": \"Stad of plaats\",\n \"region\": \"Staat, provincie of regio\",\n \"postal_code\": \"Postcode\",\n \"country\": \"Land\",\n \"emailVerified\": \"E-mailadres geverifieerd\",\n \"website\": \"Website\",\n \"phoneNumber\": \"Telefoonnummer\",\n \"phoneNumberVerified\": \"Geverifieerd telefoonnummer\",\n \"gender\": \"Geslacht\",\n \"birthday\": \"Geboortedatum\",\n \"zoneinfo\": \"Tijdzone\",\n \"gssDelegationCredential\": \"GSS gedelegeerde aanmeldgegevens\",\n \"profileScopeConsentText\": \"Gebruiker profiel\",\n \"emailScopeConsentText\": \"E-mailadres\",\n \"addressScopeConsentText\": \"Adres\",\n \"phoneScopeConsentText\": \"Telefoonnummer\",\n \"offlineAccessScopeConsentText\": \"Offline Toegang\",\n \"samlRoleListScopeConsentText\": \"Mijn Rollen\",\n \"rolesScopeConsentText\": \"Gebruikersrollen\",\n \"role_admin\": \"Beheer\",\n \"role_realm-admin\": \"Realmbeheer\",\n \"role_create-realm\": \"Creëer realm\",\n \"role_view-realm\": \"Bekijk realm\",\n \"role_view-users\": \"Bekijk gebruikers\",\n \"role_view-applications\": \"Bekijk toepassingen\",\n \"role_view-groups\": \"Bekijk groepen\",\n \"role_view-clients\": \"Bekijk clients\",\n \"role_view-events\": \"Bekijk gebeurtenissen\",\n \"role_view-identity-providers\": \"Bekijk identity providers\",\n \"role_view-consent\": \"Bekijk toestemmingen\",\n \"role_manage-realm\": \"Beheer realm\",\n \"role_manage-users\": \"Beheer gebruikers\",\n \"role_manage-applications\": \"Beheer toepassingen\",\n \"role_manage-identity-providers\": \"Beheer identity providers\",\n \"role_manage-clients\": \"Beheer clients\",\n \"role_manage-events\": \"Beheer gebeurtenissen\",\n \"role_view-profile\": \"Bekijk profiel\",\n \"role_manage-account\": \"Beheer account\",\n \"role_manage-account-links\": \"Beheer accountkoppelingen\",\n \"role_manage-consent\": \"Beheer toestemmingen\",\n \"role_read-token\": \"Lees token\",\n \"role_offline-access\": \"Offline toegang\",\n \"role_uma_authorization\": \"Verkrijg UMA rechten\",\n \"client_account\": \"Account\",\n \"client_account-console\": \"Account Console\",\n \"client_security-admin-console\": \"Console Veiligheidsbeheer\",\n \"client_admin-cli\": \"Beheer CLI\",\n \"client_realm-management\": \"Realmbeheer\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Verplichte velden\",\n \"allFieldsRequired\": \"Alle velden verplicht\",\n \"backToApplication\": \"« Terug naar Applicatie\",\n \"backTo\": \"Terug naar {0}\",\n \"date\": \"Datum\",\n \"event\": \"Gebeurtenis\",\n \"ip\": \"IP\",\n \"client\": \"Client\",\n \"clients\": \"Clients\",\n \"details\": \"Details\",\n \"started\": \"Gestart\",\n \"lastAccess\": \"Laatste toegang\",\n \"expires\": \"Vervalt\",\n \"applications\": \"Applicaties\",\n \"account\": \"Account\",\n \"federatedIdentity\": \"Federated Identity\",\n \"authenticator\": \"Authenticator\",\n \"sessions\": \"Sessies\",\n \"log\": \"Log\",\n \"application\": \"Applicatie\",\n \"availablePermissions\": \"Beschikbare rechten\",\n \"grantedPermissions\": \"Gegunde rechten\",\n \"grantedPersonalInfo\": \"Gegunde Persoonsgegevens\",\n \"additionalGrants\": \"Verdere vergunningen\",\n \"action\": \"Actie\",\n \"inResource\": \"in\",\n \"fullAccess\": \"Volledige toegang\",\n \"offlineToken\": \"Offline Token\",\n \"revoke\": \"Vergunning intrekken\",\n \"configureAuthenticators\": \"Ingestelde authenticators\",\n \"mobile\": \"Mobiel nummer\",\n \"totpStep1\": \"Installeer een van de onderstaande applicaties op uw mobiele apparaat:\",\n \"totpStep2\": \"Open de toepassing en scan de QR-code of voer de sleutel in.\",\n \"totpStep3\": \"Voer de door de toepassing gegeven eenmalige code in en klik op Opslaan om de configuratie af te ronden.\",\n \"totpStep3DeviceName\": \"Geef een apparaatnaam op om uw OTP-apparaten te identificeren.\",\n \"totpManualStep2\": \"Open de applicatie en voer de sleutel in:\",\n \"totpManualStep3\": \"Gebruik de volgende configuratie waardes als de applicatie ze ondersteund:\",\n \"totpUnableToScan\": \"Kunt u niet scannen?\",\n \"totpScanBarcode\": \"Scan de barcode?\",\n \"totp.totp\": \"Tijdgebaseerd\",\n \"totp.hotp\": \"Tellergebaseerd\",\n \"totpType\": \"Type\",\n \"totpAlgorithm\": \"Algoritme\",\n \"totpDigits\": \"Cijfers\",\n \"totpInterval\": \"Interval\",\n \"totpCounter\": \"Teller\",\n \"totpDeviceName\": \"Apparaatnaam\",\n \"totpAppFreeOTPName\": \"FreeOTP\",\n \"totpAppGoogleName\": \"Google Authenticator\",\n \"irreversibleAction\": \"Deze actie is onomkeerbaar\",\n \"deletingImplies\": \"Het verwijderen van uw account houdt het volgende in:\",\n \"errasingData\": \"Al uw gegevens wissen\",\n \"loggingOutImmediately\": \"Meteen uitloggen\",\n \"accountUnusable\": \"Dit account kan niet meer gebruikt worden voor gebruik in de applicatie\",\n \"missingUsernameMessage\": \"Gebruikersnaam ontbreekt.\",\n \"missingFirstNameMessage\": \"Voornaam onbreekt.\",\n \"invalidEmailMessage\": \"Ongeldig e-mailadres.\",\n \"missingLastNameMessage\": \"Achternaam ontbreekt.\",\n \"missingEmailMessage\": \"E-mailadres ontbreekt.\",\n \"missingPasswordMessage\": \"Wachtwoord ontbreekt.\",\n \"notMatchPasswordMessage\": \"Wachtwoorden komen niet overeen.\",\n \"invalidUserMessage\": \"Ongeldige gebruiker\",\n \"updateReadOnlyAttributesRejectedMessage\": \"Update van alleen-lezen kenmerk afgewezen\",\n \"missingTotpMessage\": \"Authenticatiecode ontbreekt.\",\n \"missingTotpDeviceNameMessage\": \"Geef een apparaatnaam op.\",\n \"invalidPasswordExistingMessage\": \"Ongeldig bestaand wachtwoord.\",\n \"invalidPasswordConfirmMessage\": \"Wachtwoordbevestiging komt niet overeen.\",\n \"invalidTotpMessage\": \"Ongeldige authenticatiecode.\",\n \"usernameExistsMessage\": \"Gebruikersnaam bestaat reeds.\",\n \"emailExistsMessage\": \"E-mailadres bestaat reeds.\",\n \"readOnlyUserMessage\": \"U kunt uw account niet bijwerken aangezien het account alleen-lezen is.\",\n \"readOnlyUsernameMessage\": \"U kunt uw gebruikersnaam niet wijzigen omdat uw account alleen-lezen is.\",\n \"readOnlyPasswordMessage\": \"U kunt uw wachtwoord niet wijzigen omdat uw account alleen-lezen is.\",\n \"successTotpMessage\": \"Mobiele authenticator geconfigureerd.\",\n \"successTotpRemovedMessage\": \"Mobiele authenticator verwijderd.\",\n \"successGrantRevokedMessage\": \"Vergunning succesvol ingetrokken\",\n \"accountUpdatedMessage\": \"Uw account is gewijzigd.\",\n \"accountPasswordUpdatedMessage\": \"Uw wachtwoord is gewijzigd.\",\n \"missingIdentityProviderMessage\": \"Geen identity provider aangegeven.\",\n \"invalidFederatedIdentityActionMessage\": \"Ongeldige of ontbrekende actie op federated identity.\",\n \"identityProviderNotFoundMessage\": \"Gespecificeerde identity provider niet gevonden.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Deze federated identity is niet langer geldig.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"U kunt de laatste federated identity provider niet verwijderen aangezien u dan niet langer zou kunnen inloggen.\",\n \"identityProviderRedirectErrorMessage\": \"Kon niet herverwijzen naar identity provider.\",\n \"identityProviderRemovedMessage\": \"Identity provider met succes verwijderd.\",\n \"identityProviderAlreadyLinkedMessage\": \"Door {0} teruggegeven federated identity is al gekoppeld aan een andere gebruiker.\",\n \"staleCodeAccountMessage\": \"De pagina is verlopen. Probeer het nogmaals.\",\n \"consentDenied\": \"Toestemming geweigerd\",\n \"accountDisabledMessage\": \"Account is gedeactiveerd. Contacteer de beheerder.\",\n \"accountTemporarilyDisabledMessage\": \"Account is tijdelijk deactiveerd, neem contact op met de beheerder of probeer het later opnieuw.\",\n \"invalidPasswordMinLengthMessage\": \"Ongeldig wachtwoord: de minimale lengte is {0} karakters.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Ongeldig wachtwoord: het moet minstens {0} kleine letters bevatten.\",\n \"invalidPasswordMinDigitsMessage\": \"Ongeldig wachtwoord: het moet minstens {0} getallen bevatten.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Ongeldig wachtwoord: het moet minstens {0} hoofdletters bevatten.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Ongeldig wachtwoord: het moet minstens {0} speciale karakters bevatten.\",\n \"invalidPasswordNotUsernameMessage\": \"Ongeldig wachtwoord: het mag niet overeenkomen met de gebruikersnaam.\",\n \"invalidPasswordRegexPatternMessage\": \"Ongeldig wachtwoord: het voldoet niet aan het door de beheerder ingestelde patroon.\",\n \"invalidPasswordHistoryMessage\": \"Ongeldig wachtwoord: het mag niet overeen komen met een van de laatste {0} wachtwoorden.\",\n \"invalidPasswordGenericMessage\": \"Ongeldig wachtwoord: het nieuwe wachtwoord voldoet niet aan het wachtwoordbeleid.\",\n \"myResources\": \"Mijn Bronnen\",\n \"myResourcesSub\": \"Mijn bronnen\",\n \"doDeny\": \"Afwijzen\",\n \"doRevoke\": \"Intrekken\",\n \"doApprove\": \"Goedkeuren\",\n \"doRemoveSharing\": \"Niet meer delen\",\n \"doRemoveRequest\": \"Aanvraag verwijderen\",\n \"peopleAccessResource\": \"Personen met toegang tot deze bron\",\n \"resourceManagedPolicies\": \"Rechten die toegang verlenen tot deze bron\",\n \"resourceNoPermissionsGrantingAccess\": \"Er zijn geen rechten verleend die toegang verlenen tot deze bron\",\n \"anyAction\": \"Elke actie\",\n \"description\": \"Beschrijving\",\n \"name\": \"Naam\",\n \"scopes\": \"Bereik\",\n \"resource\": \"Bron\",\n \"user\": \"Gebruiker\",\n \"peopleSharingThisResource\": \"Personen die deze bron delen\",\n \"shareWithOthers\": \"Met anderen delen\",\n \"needMyApproval\": \"Heeft mijn goedkeuring nodig\",\n \"requestsWaitingApproval\": \"Uw aanvragen wachten op goedkeuring\",\n \"icon\": \"Icon\",\n \"requestor\": \"Aanvrager\",\n \"owner\": \"Eigenaar\",\n \"resourcesSharedWithMe\": \"Bronnen die met mij gedeeld zijn\",\n \"permissionRequestion\": \"Toestemmingsverzoek\",\n \"permission\": \"Toestemming\",\n \"shares\": \"aandelen\",\n \"notBeingShared\": \"Deze bron wordt niet gedeeld.\",\n \"notHaveAnyResource\": \"U heeft geen bronnen\",\n \"noResourcesSharedWithYou\": \"Er zijn geen bronnen met u gedeeld\",\n \"havePermissionRequestsWaitingForApproval\": \"U heeft {0} toestemmingsverzoeken die wachten op goedkeuring.\",\n \"clickHereForDetails\": \"Klik hier voor details.\",\n \"resourceIsNotBeingShared\": \"Deze bron wordt niet gedeeld\",\n \"applicationName\": \"Applicatienaam\",\n \"applicationType\": \"Applicatietype\",\n \"applicationInUse\": \"Alleen apps die in gebruik zijn\",\n \"clearAllFilter\": \"Alle filters leegmaken\",\n \"activeFilters\": \"Actieve filters\",\n \"filterByName\": \"Filter op Naam ...\",\n \"allApps\": \"Alle applicaties\",\n \"internalApps\": \"Interne applicaties\",\n \"thirdpartyApps\": \"Derde partij applicaties\",\n \"appResults\": \"Resultaten\",\n \"clientNotFoundMessage\": \"Client niet gevonden.\",\n \"authorizedProvider\": \"Geautoriseerde Provider\",\n \"authorizedProviderMessage\": \"Geautoriseerde providers gekoppeld aan uw account\",\n \"identityProvider\": \"Identiteitsprovider\",\n \"identityProviderMessage\": \"Om uw account te koppelen aan de identiteitsproviders die u heeft ingesteld\",\n \"socialLogin\": \"Social Login\",\n \"userDefined\": \"Gebruiker gedefinieerde\",\n \"removeAccess\": \"Toegang intrekken\",\n \"removeAccessMessage\": \"U moet opnieuw toegang verlenen als u dit app-account wilt gebruiken.\",\n \"authenticatorStatusMessage\": \"Tweefactorauthenticatie is momenteel\",\n \"authenticatorFinishSetUpTitle\": \"Uw tweefactorauthenticatie\",\n \"authenticatorFinishSetUpMessage\": \"Elke keer wanneer u zich aanmeldt bij uw Keycloak-account, wordt u gevraagd om een tweefactorauthenticatiecode op te geven.\",\n \"authenticatorSubTitle\": \"Stel tweefactorauthenticatie in\",\n \"authenticatorSubMessage\": \"Schakel ten minste één van de beschikbare methoden voor tweefactorauthenticatie in om de beveiliging van uw account te verbeteren.\",\n \"authenticatorMobileTitle\": \"Mobiele authenticator\",\n \"authenticatorMobileMessage\": \"Gebruik mobiele authenticator om verificatiecodes te krijgen als tweefactorauthenticatie.\",\n \"authenticatorMobileFinishSetUpMessage\": \"De authenticator is verbonden aan uw telefoon.\",\n \"authenticatorActionSetup\": \"Instellen\",\n \"authenticatorSMSTitle\": \"SMS Code\",\n \"authenticatorSMSMessage\": \"Keycloak stuurt de verificatiecode naar uw telefoon als tweefactorauthenticatie.\",\n \"authenticatorSMSFinishSetUpMessage\": \"Tekstberichten worden verstuurd naar\",\n \"authenticatorDefaultStatus\": \"Standaard\",\n \"authenticatorChangePhone\": \"Telefoonnummer wijzigen\",\n \"authenticatorMobileSetupTitle\": \"Mobiele authenticator instellen\",\n \"smscodeIntroMessage\": \"Voer uw telefoonnummer in en er wordt een verificatiecode naar uw telefoon verzonden.\",\n \"mobileSetupStep1\": \"Installeer een authenticator-app op uw telefoon. De hier vermelde apps worden ondersteund.\",\n \"mobileSetupStep2\": \"Open de applicatie en scan de barcode:\",\n \"mobileSetupStep3\": \"Voer de eenmalige code in die door de app wordt verstrekt en klik op Opslaan om de installatie te voltooien.\",\n \"scanBarCode\": \"Wilt u de barcode scannen?\",\n \"enterBarCode\": \"Vul de eenmalige code in\",\n \"doCopy\": \"Kopiëren\",\n \"doFinish\": \"Afronden\",\n \"authenticatorSMSCodeSetupTitle\": \"SMS Code instellen\",\n \"chooseYourCountry\": \"Kies uw land\",\n \"enterYourPhoneNumber\": \"Voer uw telefoonnummer in\",\n \"sendVerficationCode\": \"Verificatiecode versturen\",\n \"enterYourVerficationCode\": \"Voer uw verificatiecode in\",\n \"authenticatorBackupCodesSetupTitle\": \"Herstelverificatiecodes instellen\",\n \"realmName\": \"Realm\",\n \"doDownload\": \"Downloaden\",\n \"doPrint\": \"Printen\",\n \"generateNewBackupCodes\": \"Genereer nieuwe herstelverificatiecodes\",\n \"backtoAuthenticatorPage\": \"Terug naar de Authenticator pagina\",\n \"resources\": \"Bronnen\",\n \"sharedwithMe\": \"Met mij gedeeld\",\n \"share\": \"Deel\",\n \"sharedwith\": \"Gedeeld met\",\n \"accessPermissions\": \"Toegangsrechten\",\n \"permissionRequests\": \"Toestemmingsverzoeken\",\n \"approve\": \"Goedkeuren\",\n \"approveAll\": \"Alles goedkeuren\",\n \"people\": \"personen\",\n \"perPage\": \"per pagina\",\n \"currentPage\": \"Huidige pagina\",\n \"sharetheResource\": \"Deel de bron\",\n \"group\": \"Groep\",\n \"selectPermission\": \"Selecteer toestemming\",\n \"addPeople\": \"Voeg personen toe om uw bron mee te delen\",\n \"addTeam\": \"Voeg een team toe om uw bron mee te delen\",\n \"myPermissions\": \"Mijn toestemmingen\",\n \"waitingforApproval\": \"Wacht op goedkeuring\",\n \"anyPermission\": \"Alle toestemmingen\",\n \"openshift.scope.user_info\": \"Gebruikersinformatie\",\n \"openshift.scope.user_check-access\": \"Gebruikerstoegangsinformatie\",\n \"openshift.scope.user_full\": \"Volledige toegang\",\n \"openshift.scope.list-projects\": \"Lijst van projecten\",\n \"error-invalid-value\": \"Ongeldige waarde.\",\n \"error-invalid-blank\": \"Geef een waarde op.\",\n \"error-empty\": \"Geef een waarde op.\",\n \"error-invalid-length\": \"Attribuut {0} moet een lengte tussen {1} en {2} hebben.\",\n \"error-invalid-length-too-short\": \"Attribuut {0} moet minimaal {1} lang zijn.\",\n \"error-invalid-length-too-long\": \"Attribute {0} mag niet langer dan {2} zijn.\",\n \"error-invalid-email\": \"Ongeldig e-mailadres.\",\n \"error-invalid-number\": \"Ongeldig nummer.\",\n \"error-number-out-of-range\": \"Attribuut {0} moet een nummer tussen {1} en {2} zijn.\",\n \"error-number-out-of-range-too-small\": \"Attribuut {0} moet minimaal een waarde van {1} hebben.\",\n \"error-number-out-of-range-too-big\": \"Attribuut {0} mag maximaal een waarde van {2} hebben.\",\n \"error-pattern-no-match\": \"Ongeldige waarde.\",\n \"error-invalid-uri\": \"Ongeldige URL.\",\n \"error-invalid-uri-scheme\": \"Ongeldig URL schema.\",\n \"error-invalid-uri-fragment\": \"Ongeldig URL fragment.\",\n \"error-user-attribute-required\": \"Specificeer attribuut {0}.\",\n \"error-invalid-date\": \"Ongeldige datum.\",\n \"error-user-attribute-read-only\": \"Het veld {0} staat op alleen-lezen.\",\n \"error-username-invalid-character\": \"Gebruikersnaam bevat een ongeldig karakter.\",\n \"error-person-name-invalid-character\": \"Naam bevat een ongeldig karakter.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7354.70395e0b.chunk.js b/resources/keycloak/keycloakify/static/js/7354.70395e0b.chunk.js new file mode 100644 index 00000000..dcdee696 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7354.70395e0b.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7354],{7354:function(e,t,n){n.r(t);t.default={doLogIn:"Logga in",doRegister:"Registrera",doCancel:"Avbryt",doSubmit:"Skicka",doYes:"Ja",doNo:"Nej",doContinue:"Forts\xe4tt",doAccept:"Acceptera",doDecline:"Avb\xf6j",doForgotPassword:"Gl\xf6mt l\xf6senord?",doClickHere:"Klicka h\xe4r",doImpersonate:"Imitera",kerberosNotConfigured:"Kerberos \xe4r inte konfigurerat",kerberosNotConfiguredTitle:"Kerberos \xe4r inte konfigurerat",bypassKerberosDetail:"Antingen s\xe5 \xe4r du inte inloggad via Kerberos eller s\xe5 \xe4r inte din webbl\xe4sare inst\xe4lld f\xf6r Kerberosinloggning. V\xe4nligen klicka p\xe5 forts\xe4tt f\xf6r att logga in p\xe5 annat s\xe4tt.",kerberosNotSetUp:"Kerberos \xe4r inte inst\xe4llt. Du kan inte logga in.",registerWithTitle:"Registrera med {0}",registerWithTitleHtml:"{0}",loginTitle:"Logga in till {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} Imitera anv\xe4ndare",impersonateTitleHtml:"{0} Imitera anv\xe4ndare",realmChoice:"Realm",unknownUser:"Ok\xe4nd anv\xe4ndare",loginTotpTitle:"Inst\xe4llning av mobilautentiserare",loginProfileTitle:"Uppdatera kontoinformation",loginTimeout:"Det tog f\xf6r l\xe5ng tid att logga in. Inloggningsprocessen b\xf6rjar om.",oauthGrantTitle:"Bevilja \xe5tkomst",oauthGrantTitleHtml:"{0}",errorTitle:"Vi ber om urs\xe4kt...",errorTitleHtml:"Vi ber om urs\xe4kt ...",emailVerifyTitle:"E-postverifiering",emailForgotTitle:"Gl\xf6mt ditt l\xf6senord?",updatePasswordTitle:"Uppdatera l\xf6senord",codeSuccessTitle:"R\xe4tt kod",codeErrorTitle:"Felkod: {0}",termsTitle:"Anv\xe4ndarvillkor",termsTitleHtml:"Anv\xe4ndarvillkor",termsText:"

    Anv\xe4ndarvillkoren har \xe4nnu inte definierats

    ",recaptchaFailed:"Ogiltig Recaptcha",recaptchaNotConfigured:"Recaptcha kr\xe4vs, men \xe4r inte inst\xe4lld",consentDenied:"Samtycke f\xf6rnekat.",noAccount:"Ny anv\xe4ndare?",username:"Anv\xe4ndarnamn",usernameOrEmail:"Anv\xe4ndarnamn eller e-post",firstName:"F\xf6rnamn",lastName:"Efternamn",email:"E-post",password:"L\xf6senord",passwordConfirm:"Bekr\xe4fta l\xf6senord",passwordNew:"Nytt l\xf6senord",passwordNewConfirm:"Bekr\xe4ftelse av nytt l\xf6senord",rememberMe:"Kom ih\xe5g mig",authenticatorCode:"Eng\xe5ngskod",address:"Adress",street:"Gata",locality:"Postort",region:"Stat, Provins eller Region",postal_code:"Postnummer",country:"Land",emailVerified:"E-post verifierad",gssDelegationCredential:"GSS Delegation Credential",loginTotpStep1:'Installera FreeOTP eller Google Authenticator p\xe5 din mobil. B\xe5da applikationerna finns tillg\xe4ngliga hos Google Play och Apple App Store.',loginTotpStep2:"\xd6ppna applikationen och skanna streckkoden eller skriv i nyckeln",loginTotpStep3:"Fyll i eng\xe5ngskoden som tillhandah\xe5lls av applikationen och klicka p\xe5 Spara f\xf6r att avsluta inst\xe4llningarna",loginOtpOneTime:"Eng\xe5ngskod",oauthGrantRequest:"Godk\xe4nner du tillg\xe5ng till de h\xe4r r\xe4ttigheterna?",inResource:"i",emailVerifyInstruction1:"Ett e-postmeddelande med instruktioner om hur du verifierar din e-postadress har skickats till dig.",emailVerifyInstruction2:"Har du inte f\xe5tt en verifikationskod i din e-post?",emailVerifyInstruction3:"f\xf6r att skicka e-postmeddelandet igen.",emailLinkIdpTitle:"L\xe4nkning {0}",emailLinkIdp1:"Ett e-postmeddelande med instruktioner om hur du l\xe4nkar {0} kontot {1} med ditt {2} konto har skickats till dig.",emailLinkIdp2:"Har du inte f\xe5tt en verifikationskod i din e-post?",emailLinkIdp3:"f\xf6r att skicka e-postmeddelandet igen.",backToLogin:"« Tillbaka till inloggningen",emailInstruction:"Fyll i ditt anv\xe4ndarnamn eller din e-postadress, s\xe5 kommer vi att skicka instruktioner f\xf6r hur du skapar ett nytt l\xf6senord.",copyCodeInstruction:"V\xe4nligen kopiera den h\xe4r koden och klistra in den i din applikation:",personalInfo:"Personlig information:",role_admin:"Administrat\xf6r","role_realm-admin":"Realm-administrat\xf6r","role_create-realm":"Skapa realm","role_create-client":"Skapa klient","role_view-realm":"Visa realm","role_view-users":"Visa anv\xe4ndare","role_view-applications":"Visa applikationer","role_view-clients":"Visa klienter","role_view-events":"Visa event","role_view-identity-providers":"Visa identitetsleverant\xf6rer","role_manage-realm":"Hantera realm","role_manage-users":"Hantera anv\xe4ndare","role_manage-applications":"Hantera applikationer","role_manage-identity-providers":"Hantera identitetsleverant\xf6rer","role_manage-clients":"Hantera klienter","role_manage-events":"Hantera event","role_view-profile":"Visa profil","role_manage-account":"Hantera konto","role_read-token":"L\xe4s element","role_offline-access":"\xc5tkomst offline",client_account:"Konto","client_security-admin-console":"S\xe4kerhetsadministrat\xf6rskonsol","client_admin-cli":"Administrat\xf6rs-CLI","client_realm-management":"Realmhantering",invalidUserMessage:"Ogiltigt anv\xe4ndarnamn eller l\xf6senord.",invalidEmailMessage:"Ogiltig e-postadress.",accountDisabledMessage:"Kontot \xe4r inaktiverat, kontakta administrat\xf6r.",accountTemporarilyDisabledMessage:"Kontot \xe4r tillf\xe4lligt inaktiverat, kontakta administrat\xf6r eller f\xf6rs\xf6k igen senare.",expiredCodeMessage:"Inloggningen n\xe5dde en maxtidsgr\xe4ns. V\xe4nligen f\xf6rs\xf6k igen.",missingFirstNameMessage:"V\xe4nligen ange f\xf6rnamn.",missingLastNameMessage:"V\xe4nligen ange efternamn.",missingEmailMessage:"V\xe4nligen ange e-post.",missingUsernameMessage:"V\xe4nligen ange anv\xe4ndarnamn.",missingPasswordMessage:"V\xe4nligen ange l\xf6senord.",missingTotpMessage:"V\xe4nligen ange autentiseringskod.",notMatchPasswordMessage:"L\xf6senorden matchar inte.",invalidPasswordExistingMessage:"Det nuvarande l\xf6senordet \xe4r ogiltigt.",invalidPasswordConfirmMessage:"L\xf6senordsbekr\xe4ftelsen matchar inte.",invalidTotpMessage:"Autentiseringskoden \xe4r ogiltig.",usernameExistsMessage:"Anv\xe4ndarnamnet finns redan.",emailExistsMessage:"E-postadressen finns redan.",federatedIdentityExistsMessage:"Anv\xe4ndare med {0} {1} finns redan. V\xe4nligen logga in till kontohanteringen f\xf6r att l\xe4nka kontot.",confirmLinkIdpTitle:"Kontot finns redan",federatedIdentityConfirmLinkMessage:"Anv\xe4ndare med {0} {1} finns redan, Hur vill du forts\xe4tta?",federatedIdentityConfirmReauthenticateMessage:"Autentisera f\xf6r att l\xe4nka ditt konto med {0}",confirmLinkIdpReviewProfile:"Granska profil",confirmLinkIdpContinue:"L\xe4gg till i existerande konto",configureTotpMessage:"Du beh\xf6ver konfigurera mobilautentiseraren f\xf6r att aktivera ditt konto.",updateProfileMessage:"Du beh\xf6ver uppdatera din anv\xe4ndarprofil f\xf6r att aktivera ditt konto.",updatePasswordMessage:"Du beh\xf6ver byta ditt l\xf6senord f\xf6r att aktivera ditt konto.",verifyEmailMessage:"Du beh\xf6ver verifiera din e-postadress f\xf6r att aktivera ditt konto.",linkIdpMessage:"Du beh\xf6ver verifiera din e-postadress f\xf6r att l\xe4nka ditt konto med {0}.",emailSentMessage:"Du b\xf6r inom kort motta ett e-postmeddelande med ytterligare instruktioner.",emailSendErrorMessage:"E-postmeddelandet kunde inte skickas, f\xf6rs\xf6k igen senare.",accountUpdatedMessage:"Ditt konto har uppdaterats.",accountPasswordUpdatedMessage:"Ditt l\xf6senord har uppdaterats.",noAccessMessage:"Ingen \xe5tkomst",invalidPasswordMinLengthMessage:"Ogiltigt l\xf6senord. Minsta l\xe4ngd \xe4r {0}.",invalidPasswordMinDigitsMessage:"Ogiltigt l\xf6senord: m\xe5ste inneh\xe5lla minst {0} siffror.",invalidPasswordMinLowerCaseCharsMessage:"Ogiltigt l\xf6senord: m\xe5ste inneh\xe5lla minst {0} sm\xe5 bokst\xe4ver.",invalidPasswordMinUpperCaseCharsMessage:"Ogiltigt l\xf6senord: m\xe5ste inneh\xe5lla minst {0} stora bokst\xe4ver.",invalidPasswordMinSpecialCharsMessage:"Ogiltigt l\xf6senord: m\xe5ste inneh\xe5lla minst {0} specialtecken.",invalidPasswordNotUsernameMessage:"Ogiltigt l\xf6senord: F\xe5r inte vara samma som anv\xe4ndarnamnet.",invalidPasswordRegexPatternMessage:"Ogiltigt l\xf6senord: matchar inte regex m\xf6nstret(en).",invalidPasswordHistoryMessage:"Ogiltigt l\xf6senord: F\xe5r inte vara samma som de senaste {0} l\xf6senorden.",invalidPasswordGenericMessage:"Ogiltigt l\xf6senord: Det nya l\xf6senordet st\xe4mmer inte med l\xf6senordspolicyn.",failedToProcessResponseMessage:"Misslyckades med att behandla svaret",httpsRequiredMessage:"HTTPS kr\xe4vs",realmNotEnabledMessage:"Realm \xe4r inte aktiverad",invalidRequestMessage:"Ogiltig f\xf6rfr\xe5gan",failedLogout:"Utloggning misslyckades",unknownLoginRequesterMessage:"Ok\xe4nd inloggningsf\xf6rfr\xe5gan",loginRequesterNotEnabledMessage:"Inloggningsf\xf6rfr\xe5garen \xe4r inte aktiverad",bearerOnlyMessage:"Bearer-only-applikationer till\xe5ts inte att initiera inloggning genom webbl\xe4sare",standardFlowDisabledMessage:"Klienten till\xe5ts inte att initiera inloggning genom webbl\xe4sare med det givna response_type. Standardfl\xf6det \xe4r inaktiverat f\xf6r klienten.",implicitFlowDisabledMessage:"Klienten till\xe5ts inte att initiera inloggning genom webbl\xe4sare med det givna response_type. Villkorsl\xf6st fl\xf6de \xe4r inaktiverat f\xf6r klienten.",invalidRedirectUriMessage:"Ogiltig omdirigeringsadress",unsupportedNameIdFormatMessage:"NameIDFormat st\xf6ds ej",invalidRequesterMessage:"Ogiltig f\xf6rfr\xe5gare",registrationNotAllowedMessage:"Registrering till\xe5ts ej",resetCredentialNotAllowedMessage:"\xc5terst\xe4llning av uppgifter till\xe5ts ej",permissionNotApprovedMessage:"R\xe4ttigheten ej godk\xe4nd.",noRelayStateInResponseMessage:"Inget vidarebefordrat tillst\xe5nd i svaret fr\xe5n identitetsleverant\xf6r.",insufficientPermissionMessage:"Otillr\xe4ckliga tillst\xe5nd f\xf6r att l\xe4nka identiteter.",couldNotProceedWithAuthenticationRequestMessage:"Kunde inte forts\xe4tta med autentiseringsf\xf6rfr\xe5gan till identitetsleverant\xf6r.",couldNotObtainTokenMessage:"Kunde inte motta element fr\xe5n identitetsleverant\xf6r.",unexpectedErrorRetrievingTokenMessage:"Ov\xe4ntat fel n\xe4r element h\xe4mtas fr\xe5n identitetsleverant\xf6r.",unexpectedErrorHandlingResponseMessage:"Ov\xe4ntat fel under hantering av svar fr\xe5n fr\xe5n identitetsleverant\xf6r.",identityProviderAuthenticationFailedMessage:"Autentiseringen misslyckades. Kunde inte autentisera med identitetsleverant\xf6r.",couldNotSendAuthenticationRequestMessage:"Kunde inte skicka autentiseringsf\xf6rfr\xe5gan till identitetsleverant\xf6r.",unexpectedErrorHandlingRequestMessage:"Ov\xe4ntat fel under hantering av autentiseringsf\xf6rfr\xe5gan till identitetsleverant\xf6r.",invalidAccessCodeMessage:"Ogiltig tilltr\xe4deskod.",sessionNotActiveMessage:"Sessionen ej aktiv.",invalidCodeMessage:"Ett fel uppstod, v\xe4nligen logga in igen genom din applikation.",identityProviderUnexpectedErrorMessage:"Ov\xe4ntat fel under autentiseringen med identitetsleverant\xf6r",identityProviderNotFoundMessage:"Kunde inte hitta en identitetsleverant\xf6r med identifikatorn.",identityProviderLinkSuccess:"Ditt konto lyckades med att l\xe4nka {0} med kontot {1}.",staleCodeMessage:"Den h\xe4r sidan \xe4r inte l\xe4ngre giltig, v\xe4nligen g\xe5 tillbaka till din applikation och logga in igen",realmSupportsNoCredentialsMessage:"Realmen st\xf6djer inga inloggningstyper.",identityProviderNotUniqueMessage:"Realmen st\xf6djer flera identitetsleverant\xf6r. Kunde inte avg\xf6ra vilken identitetsleverant\xf6r som skall anv\xe4ndas f\xf6r autentisering.",emailVerifiedMessage:"Din e-postadress har blivit verifierad.",staleEmailVerificationLink:"L\xe4nken du klickade p\xe5 \xe4r en gammal, inaktuell l\xe4nk som inte l\xe4ngre \xe4r giltig. Kanske har du redan verifierat din e-post?",backToApplication:"« Tillbaka till applikationen",missingParameterMessage:"Parametrar som saknas: {0}",clientNotFoundMessage:"Klienten hittades ej.",clientDisabledMessage:"Klienten \xe4r inaktiverad.",invalidParameterMessage:"Ogiltig parameter: {0}",alreadyLoggedIn:"Du \xe4r redan inloggad.",loginAccountTitle:"Logga in till ditt konto"}}}]); +//# sourceMappingURL=7354.70395e0b.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7354.70395e0b.chunk.js.map b/resources/keycloak/keycloakify/static/js/7354.70395e0b.chunk.js.map new file mode 100644 index 00000000..e886ce07 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7354.70395e0b.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/7354.70395e0b.chunk.js","mappings":"uIAmMA,UA/LgB,CACd,QAAW,WACX,WAAc,aACd,SAAY,SACZ,SAAY,SACZ,MAAS,KACT,KAAQ,MACR,WAAc,cACd,SAAY,YACZ,UAAa,WACb,iBAAoB,wBACpB,YAAe,gBACf,cAAiB,UACjB,sBAAyB,mCACzB,2BAA8B,mCAC9B,qBAAwB,mNACxB,iBAAoB,yDACpB,kBAAqB,qBACrB,sBAAyB,MACzB,WAAc,oBACd,eAAkB,MAClB,iBAAoB,2BACpB,qBAAwB,4CACxB,YAAe,QACf,YAAe,wBACf,eAAkB,uCAClB,kBAAqB,6BACrB,aAAgB,8EAChB,gBAAmB,qBACnB,oBAAuB,MACvB,WAAc,yBACd,eAAkB,2CAClB,iBAAoB,oBACpB,iBAAoB,6BACpB,oBAAuB,wBACvB,iBAAoB,cACpB,eAAkB,cAClB,WAAc,qBACd,eAAkB,qBAClB,UAAa,2DACb,gBAAmB,oBACnB,uBAA0B,iDAC1B,cAAiB,wBACjB,UAAa,mBACb,SAAY,kBACZ,gBAAmB,+BACnB,UAAa,aACb,SAAY,YACZ,MAAS,SACT,SAAY,cACZ,gBAAmB,0BACnB,YAAe,mBACf,mBAAsB,qCACtB,WAAc,kBACd,kBAAqB,gBACrB,QAAW,SACX,OAAU,OACV,SAAY,UACZ,OAAU,6BACV,YAAe,aACf,QAAW,OACX,cAAiB,oBACjB,wBAA2B,4BAC3B,eAAkB,mPAClB,eAAkB,sEAClB,eAAkB,6HAClB,gBAAmB,gBACnB,kBAAqB,+DACrB,WAAc,IACd,wBAA2B,sGAC3B,wBAA2B,wDAC3B,wBAA2B,4CAC3B,kBAAqB,kBACrB,cAAiB,sHACjB,cAAiB,wDACjB,cAAiB,4CACjB,YAAe,qCACf,iBAAoB,0IACpB,oBAAuB,6EACvB,aAAgB,yBAChB,WAAc,mBACd,mBAAoB,yBACpB,oBAAqB,cACrB,qBAAsB,eACtB,kBAAmB,aACnB,kBAAmB,oBACnB,yBAA0B,qBAC1B,oBAAqB,gBACrB,mBAAoB,aACpB,+BAAgC,iCAChC,oBAAqB,gBACrB,oBAAqB,uBACrB,2BAA4B,wBAC5B,iCAAkC,oCAClC,sBAAuB,mBACvB,qBAAsB,gBACtB,oBAAqB,cACrB,sBAAuB,gBACvB,kBAAmB,iBACnB,sBAAuB,qBACvB,eAAkB,QAClB,gCAAiC,sCACjC,mBAAoB,wBACpB,0BAA2B,iBAC3B,mBAAsB,8CACtB,oBAAuB,wBACvB,uBAA0B,uDAC1B,kCAAqC,qGACrC,mBAAsB,2EACtB,wBAA2B,+BAC3B,uBAA0B,8BAC1B,oBAAuB,2BACvB,uBAA0B,oCAC1B,uBAA0B,gCAC1B,mBAAsB,sCACtB,wBAA2B,8BAC3B,+BAAkC,8CAClC,8BAAiC,4CACjC,mBAAsB,qCACtB,sBAAyB,iCACzB,mBAAsB,8BACtB,+BAAkC,+GAClC,oBAAuB,qBACvB,oCAAuC,kEACvC,8CAAiD,qDACjD,4BAA+B,iBAC/B,uBAA0B,mCAC1B,qBAAwB,gFACxB,qBAAwB,gFACxB,sBAAyB,sEACzB,mBAAsB,2EACtB,eAAkB,mFAClB,iBAAoB,gFACpB,sBAAyB,kEACzB,sBAAyB,8BACzB,8BAAiC,oCACjC,gBAAmB,mBACnB,gCAAmC,mDACnC,gCAAmC,iEACnC,wCAA2C,6EAC3C,wCAA2C,4EAC3C,sCAAyC,uEACzC,kCAAqC,sEACrC,mCAAsC,4DACtC,8BAAiC,iFACjC,8BAAiC,uFACjC,+BAAkC,uCAClC,qBAAwB,iBACxB,uBAA0B,6BAC1B,sBAAyB,0BACzB,aAAgB,0BAChB,6BAAgC,sCAChC,gCAAmC,oDACnC,kBAAqB,wFACrB,4BAA+B,yJAC/B,4BAA+B,gKAC/B,0BAA6B,8BAC7B,+BAAkC,2BAClC,wBAA2B,2BAC3B,8BAAiC,6BACjC,iCAAoC,iDACpC,6BAAgC,gCAChC,8BAAiC,+EACjC,8BAAiC,iEACjC,gDAAmD,0FACnD,2BAA8B,4DAC9B,sCAAyC,2EACzC,uCAA0C,kFAC1C,4CAA+C,oFAC/C,yCAA4C,gFAC5C,sCAAyC,gGACzC,yBAA4B,4BAC5B,wBAA2B,sBAC3B,mBAAsB,oEACtB,uCAA0C,mEAC1C,gCAAmC,kEACnC,4BAA+B,2DAC/B,iBAAoB,kHACpB,kCAAqC,4CACrC,iCAAoC,oJACpC,qBAAwB,0CACxB,2BAA8B,6IAC9B,kBAAqB,sCACrB,wBAA2B,6BAC3B,sBAAyB,wBACzB,sBAAyB,8BACzB,wBAA2B,yBAC3B,gBAAmB,2BACnB,kBAAqB,2B","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/sv.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Logga in\",\n \"doRegister\": \"Registrera\",\n \"doCancel\": \"Avbryt\",\n \"doSubmit\": \"Skicka\",\n \"doYes\": \"Ja\",\n \"doNo\": \"Nej\",\n \"doContinue\": \"Fortsätt\",\n \"doAccept\": \"Acceptera\",\n \"doDecline\": \"Avböj\",\n \"doForgotPassword\": \"Glömt lösenord?\",\n \"doClickHere\": \"Klicka här\",\n \"doImpersonate\": \"Imitera\",\n \"kerberosNotConfigured\": \"Kerberos är inte konfigurerat\",\n \"kerberosNotConfiguredTitle\": \"Kerberos är inte konfigurerat\",\n \"bypassKerberosDetail\": \"Antingen så är du inte inloggad via Kerberos eller så är inte din webbläsare inställd för Kerberosinloggning. Vänligen klicka på fortsätt för att logga in på annat sätt.\",\n \"kerberosNotSetUp\": \"Kerberos är inte inställt. Du kan inte logga in.\",\n \"registerWithTitle\": \"Registrera med {0}\",\n \"registerWithTitleHtml\": \"{0}\",\n \"loginTitle\": \"Logga in till {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Imitera användare\",\n \"impersonateTitleHtml\": \"{0} Imitera användare\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Okänd användare\",\n \"loginTotpTitle\": \"Inställning av mobilautentiserare\",\n \"loginProfileTitle\": \"Uppdatera kontoinformation\",\n \"loginTimeout\": \"Det tog för lång tid att logga in. Inloggningsprocessen börjar om.\",\n \"oauthGrantTitle\": \"Bevilja åtkomst\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Vi ber om ursäkt...\",\n \"errorTitleHtml\": \"Vi ber om ursäkt ...\",\n \"emailVerifyTitle\": \"E-postverifiering\",\n \"emailForgotTitle\": \"Glömt ditt lösenord?\",\n \"updatePasswordTitle\": \"Uppdatera lösenord\",\n \"codeSuccessTitle\": \"Rätt kod\",\n \"codeErrorTitle\": \"Felkod: {0}\",\n \"termsTitle\": \"Användarvillkor\",\n \"termsTitleHtml\": \"Användarvillkor\",\n \"termsText\": \"

    Användarvillkoren har ännu inte definierats

    \",\n \"recaptchaFailed\": \"Ogiltig Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha krävs, men är inte inställd\",\n \"consentDenied\": \"Samtycke förnekat.\",\n \"noAccount\": \"Ny användare?\",\n \"username\": \"Användarnamn\",\n \"usernameOrEmail\": \"Användarnamn eller e-post\",\n \"firstName\": \"Förnamn\",\n \"lastName\": \"Efternamn\",\n \"email\": \"E-post\",\n \"password\": \"Lösenord\",\n \"passwordConfirm\": \"Bekräfta lösenord\",\n \"passwordNew\": \"Nytt lösenord\",\n \"passwordNewConfirm\": \"Bekräftelse av nytt lösenord\",\n \"rememberMe\": \"Kom ihåg mig\",\n \"authenticatorCode\": \"Engångskod\",\n \"address\": \"Adress\",\n \"street\": \"Gata\",\n \"locality\": \"Postort\",\n \"region\": \"Stat, Provins eller Region\",\n \"postal_code\": \"Postnummer\",\n \"country\": \"Land\",\n \"emailVerified\": \"E-post verifierad\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"loginTotpStep1\": \"Installera FreeOTP eller Google Authenticator på din mobil. Båda applikationerna finns tillgängliga hos Google Play och Apple App Store.\",\n \"loginTotpStep2\": \"Öppna applikationen och skanna streckkoden eller skriv i nyckeln\",\n \"loginTotpStep3\": \"Fyll i engångskoden som tillhandahålls av applikationen och klicka på Spara för att avsluta inställningarna\",\n \"loginOtpOneTime\": \"Engångskod\",\n \"oauthGrantRequest\": \"Godkänner du tillgång till de här rättigheterna?\",\n \"inResource\": \"i\",\n \"emailVerifyInstruction1\": \"Ett e-postmeddelande med instruktioner om hur du verifierar din e-postadress har skickats till dig.\",\n \"emailVerifyInstruction2\": \"Har du inte fått en verifikationskod i din e-post?\",\n \"emailVerifyInstruction3\": \"för att skicka e-postmeddelandet igen.\",\n \"emailLinkIdpTitle\": \"Länkning {0}\",\n \"emailLinkIdp1\": \"Ett e-postmeddelande med instruktioner om hur du länkar {0} kontot {1} med ditt {2} konto har skickats till dig.\",\n \"emailLinkIdp2\": \"Har du inte fått en verifikationskod i din e-post?\",\n \"emailLinkIdp3\": \"för att skicka e-postmeddelandet igen.\",\n \"backToLogin\": \"« Tillbaka till inloggningen\",\n \"emailInstruction\": \"Fyll i ditt användarnamn eller din e-postadress, så kommer vi att skicka instruktioner för hur du skapar ett nytt lösenord.\",\n \"copyCodeInstruction\": \"Vänligen kopiera den här koden och klistra in den i din applikation:\",\n \"personalInfo\": \"Personlig information:\",\n \"role_admin\": \"Administratör\",\n \"role_realm-admin\": \"Realm-administratör\",\n \"role_create-realm\": \"Skapa realm\",\n \"role_create-client\": \"Skapa klient\",\n \"role_view-realm\": \"Visa realm\",\n \"role_view-users\": \"Visa användare\",\n \"role_view-applications\": \"Visa applikationer\",\n \"role_view-clients\": \"Visa klienter\",\n \"role_view-events\": \"Visa event\",\n \"role_view-identity-providers\": \"Visa identitetsleverantörer\",\n \"role_manage-realm\": \"Hantera realm\",\n \"role_manage-users\": \"Hantera användare\",\n \"role_manage-applications\": \"Hantera applikationer\",\n \"role_manage-identity-providers\": \"Hantera identitetsleverantörer\",\n \"role_manage-clients\": \"Hantera klienter\",\n \"role_manage-events\": \"Hantera event\",\n \"role_view-profile\": \"Visa profil\",\n \"role_manage-account\": \"Hantera konto\",\n \"role_read-token\": \"Läs element\",\n \"role_offline-access\": \"Åtkomst offline\",\n \"client_account\": \"Konto\",\n \"client_security-admin-console\": \"Säkerhetsadministratörskonsol\",\n \"client_admin-cli\": \"Administratörs-CLI\",\n \"client_realm-management\": \"Realmhantering\",\n \"invalidUserMessage\": \"Ogiltigt användarnamn eller lösenord.\",\n \"invalidEmailMessage\": \"Ogiltig e-postadress.\",\n \"accountDisabledMessage\": \"Kontot är inaktiverat, kontakta administratör.\",\n \"accountTemporarilyDisabledMessage\": \"Kontot är tillfälligt inaktiverat, kontakta administratör eller försök igen senare.\",\n \"expiredCodeMessage\": \"Inloggningen nådde en maxtidsgräns. Vänligen försök igen.\",\n \"missingFirstNameMessage\": \"Vänligen ange förnamn.\",\n \"missingLastNameMessage\": \"Vänligen ange efternamn.\",\n \"missingEmailMessage\": \"Vänligen ange e-post.\",\n \"missingUsernameMessage\": \"Vänligen ange användarnamn.\",\n \"missingPasswordMessage\": \"Vänligen ange lösenord.\",\n \"missingTotpMessage\": \"Vänligen ange autentiseringskod.\",\n \"notMatchPasswordMessage\": \"Lösenorden matchar inte.\",\n \"invalidPasswordExistingMessage\": \"Det nuvarande lösenordet är ogiltigt.\",\n \"invalidPasswordConfirmMessage\": \"Lösenordsbekräftelsen matchar inte.\",\n \"invalidTotpMessage\": \"Autentiseringskoden är ogiltig.\",\n \"usernameExistsMessage\": \"Användarnamnet finns redan.\",\n \"emailExistsMessage\": \"E-postadressen finns redan.\",\n \"federatedIdentityExistsMessage\": \"Användare med {0} {1} finns redan. Vänligen logga in till kontohanteringen för att länka kontot.\",\n \"confirmLinkIdpTitle\": \"Kontot finns redan\",\n \"federatedIdentityConfirmLinkMessage\": \"Användare med {0} {1} finns redan, Hur vill du fortsätta?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Autentisera för att länka ditt konto med {0}\",\n \"confirmLinkIdpReviewProfile\": \"Granska profil\",\n \"confirmLinkIdpContinue\": \"Lägg till i existerande konto\",\n \"configureTotpMessage\": \"Du behöver konfigurera mobilautentiseraren för att aktivera ditt konto.\",\n \"updateProfileMessage\": \"Du behöver uppdatera din användarprofil för att aktivera ditt konto.\",\n \"updatePasswordMessage\": \"Du behöver byta ditt lösenord för att aktivera ditt konto.\",\n \"verifyEmailMessage\": \"Du behöver verifiera din e-postadress för att aktivera ditt konto.\",\n \"linkIdpMessage\": \"Du behöver verifiera din e-postadress för att länka ditt konto med {0}.\",\n \"emailSentMessage\": \"Du bör inom kort motta ett e-postmeddelande med ytterligare instruktioner.\",\n \"emailSendErrorMessage\": \"E-postmeddelandet kunde inte skickas, försök igen senare.\",\n \"accountUpdatedMessage\": \"Ditt konto har uppdaterats.\",\n \"accountPasswordUpdatedMessage\": \"Ditt lösenord har uppdaterats.\",\n \"noAccessMessage\": \"Ingen åtkomst\",\n \"invalidPasswordMinLengthMessage\": \"Ogiltigt lösenord. Minsta längd är {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Ogiltigt lösenord: måste innehålla minst {0} siffror.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Ogiltigt lösenord: måste innehålla minst {0} små bokstäver.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Ogiltigt lösenord: måste innehålla minst {0} stora bokstäver.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Ogiltigt lösenord: måste innehålla minst {0} specialtecken.\",\n \"invalidPasswordNotUsernameMessage\": \"Ogiltigt lösenord: Får inte vara samma som användarnamnet.\",\n \"invalidPasswordRegexPatternMessage\": \"Ogiltigt lösenord: matchar inte regex mönstret(en).\",\n \"invalidPasswordHistoryMessage\": \"Ogiltigt lösenord: Får inte vara samma som de senaste {0} lösenorden.\",\n \"invalidPasswordGenericMessage\": \"Ogiltigt lösenord: Det nya lösenordet stämmer inte med lösenordspolicyn.\",\n \"failedToProcessResponseMessage\": \"Misslyckades med att behandla svaret\",\n \"httpsRequiredMessage\": \"HTTPS krävs\",\n \"realmNotEnabledMessage\": \"Realm är inte aktiverad\",\n \"invalidRequestMessage\": \"Ogiltig förfrågan\",\n \"failedLogout\": \"Utloggning misslyckades\",\n \"unknownLoginRequesterMessage\": \"Okänd inloggningsförfrågan\",\n \"loginRequesterNotEnabledMessage\": \"Inloggningsförfrågaren är inte aktiverad\",\n \"bearerOnlyMessage\": \"Bearer-only-applikationer tillåts inte att initiera inloggning genom webbläsare\",\n \"standardFlowDisabledMessage\": \"Klienten tillåts inte att initiera inloggning genom webbläsare med det givna response_type. Standardflödet är inaktiverat för klienten.\",\n \"implicitFlowDisabledMessage\": \"Klienten tillåts inte att initiera inloggning genom webbläsare med det givna response_type. Villkorslöst flöde är inaktiverat för klienten.\",\n \"invalidRedirectUriMessage\": \"Ogiltig omdirigeringsadress\",\n \"unsupportedNameIdFormatMessage\": \"NameIDFormat stöds ej\",\n \"invalidRequesterMessage\": \"Ogiltig förfrågare\",\n \"registrationNotAllowedMessage\": \"Registrering tillåts ej\",\n \"resetCredentialNotAllowedMessage\": \"Återställning av uppgifter tillåts ej\",\n \"permissionNotApprovedMessage\": \"Rättigheten ej godkänd.\",\n \"noRelayStateInResponseMessage\": \"Inget vidarebefordrat tillstånd i svaret från identitetsleverantör.\",\n \"insufficientPermissionMessage\": \"Otillräckliga tillstånd för att länka identiteter.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Kunde inte fortsätta med autentiseringsförfrågan till identitetsleverantör.\",\n \"couldNotObtainTokenMessage\": \"Kunde inte motta element från identitetsleverantör.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Oväntat fel när element hämtas från identitetsleverantör.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Oväntat fel under hantering av svar från från identitetsleverantör.\",\n \"identityProviderAuthenticationFailedMessage\": \"Autentiseringen misslyckades. Kunde inte autentisera med identitetsleverantör.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Kunde inte skicka autentiseringsförfrågan till identitetsleverantör.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Oväntat fel under hantering av autentiseringsförfrågan till identitetsleverantör.\",\n \"invalidAccessCodeMessage\": \"Ogiltig tillträdeskod.\",\n \"sessionNotActiveMessage\": \"Sessionen ej aktiv.\",\n \"invalidCodeMessage\": \"Ett fel uppstod, vänligen logga in igen genom din applikation.\",\n \"identityProviderUnexpectedErrorMessage\": \"Oväntat fel under autentiseringen med identitetsleverantör\",\n \"identityProviderNotFoundMessage\": \"Kunde inte hitta en identitetsleverantör med identifikatorn.\",\n \"identityProviderLinkSuccess\": \"Ditt konto lyckades med att länka {0} med kontot {1}.\",\n \"staleCodeMessage\": \"Den här sidan är inte längre giltig, vänligen gå tillbaka till din applikation och logga in igen\",\n \"realmSupportsNoCredentialsMessage\": \"Realmen stödjer inga inloggningstyper.\",\n \"identityProviderNotUniqueMessage\": \"Realmen stödjer flera identitetsleverantör. Kunde inte avgöra vilken identitetsleverantör som skall användas för autentisering.\",\n \"emailVerifiedMessage\": \"Din e-postadress har blivit verifierad.\",\n \"staleEmailVerificationLink\": \"Länken du klickade på är en gammal, inaktuell länk som inte längre är giltig. Kanske har du redan verifierat din e-post?\",\n \"backToApplication\": \"« Tillbaka till applikationen\",\n \"missingParameterMessage\": \"Parametrar som saknas: {0}\",\n \"clientNotFoundMessage\": \"Klienten hittades ej.\",\n \"clientDisabledMessage\": \"Klienten är inaktiverad.\",\n \"invalidParameterMessage\": \"Ogiltig parameter: {0}\",\n \"alreadyLoggedIn\": \"Du är redan inloggad.\",\n \"loginAccountTitle\": \"Logga in till ditt konto\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7383.0a110924.chunk.js b/resources/keycloak/keycloakify/static/js/7383.0a110924.chunk.js new file mode 100644 index 00000000..19984e88 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7383.0a110924.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7383],{7383:function(a,i,e){e.r(i);i.default={doLogIn:"Prisijungti",doRegister:"Registruotis",doCancel:"At\u0161aukti",doSubmit:"Patvirtinti",doYes:"Taip",doNo:"Ne",doContinue:"T\u0119sti",doAccept:"Patvirtinti",doDecline:"At\u0161aukti",doForgotPassword:"Pamir\u0161ote slapta\u017eod\u012f?",doClickHere:"Spauskite \u010dia",doImpersonate:"Apsimesti kaip",kerberosNotConfigured:"Kerberos nesukonfig\u016bruotas",kerberosNotConfiguredTitle:"Kerberos nesukonfig\u016bruotas",bypassKerberosDetail:"J\u016bs neprisijung\u0119s per Kerberos arba J\u016bs\u0173 nar\u0161ykl\u0117 nesukonfig\u016bruota Kerberos prisijungimui. T\u0119skite ir pasirinkite kit\u0105 prisijungimo b\u016bd\u0105",kerberosNotSetUp:"Kerberos nesukonfig\u016bruotas. J\u016bs negalite prisijungti.",registerWithTitle:"Registruotis su {0}",registerWithTitleHtml:"{0}",loginTitle:"Prisijungti su {0}",loginTitleHtml:"{0}",impersonateTitle:"Apsimesti kaip naudotojas {0} ",impersonateTitleHtml:"Apsimesti kaip {0}",realmChoice:"Sritis",unknownUser:"Ne\u017einomas naudotojas",loginTotpTitle:"Mobilaus autentifikatoriaus nustatymas",loginProfileTitle:"Atnaujinti paskyros informacij\u0105",loginTimeout:"U\u017etrukote per ilgai. Prisijungimo procesas pradedamas i\u0161 naujo.",oauthGrantTitle:"Suteitikti prieig\u0105",oauthGrantTitleHtml:"{0}",errorTitle:"Atsipra\u0161ome ...",errorTitleHtml:"Atsipra\u0161ome ...",emailVerifyTitle:"El. pa\u0161to adreso patvirtinimas",emailForgotTitle:"Pamir\u0161ote slapta\u017eod\u012f?",updatePasswordTitle:"Atnaujinti slapta\u017eod\u012f",codeSuccessTitle:"S\u0117km\u0117",codeErrorTitle:"Klaidos kodas: {0}",termsTitle:"Naudojimo s\u0105lygos",termsTitleHtml:"Naudojimo s\u0105lygos",termsText:"

    Naudojimo s\u0105lygos nenurodytos

    ",recaptchaFailed:"Recaptcha neteisingas",recaptchaNotConfigured:"Reikalingas Recaptcha nesukonfig\u016bruotas",consentDenied:"Prieiga draud\u017eiama.",noAccount:"Dar neturite paskyros?",username:"Naudotojo vardas",usernameOrEmail:"Naudotojo vardas arba el. pa\u0161to adresas",firstName:"Vardas",givenName:"Vardas",fullName:"Pavard\u0117",lastName:"Pavard\u0117",familyName:"Pavard\u0117",email:"El. pa\u0161tas",password:"Slapta\u017eodis",passwordConfirm:"Pakartotas slapta\u017eodis",passwordNew:"Naujas slapta\u017eodis",passwordNewConfirm:"Pakartotas naujas slapta\u017eodis",rememberMe:"Prisiminti mane",authenticatorCode:"Vienkartinis kodas",address:"Adresas",street:"Gatv\u0117",locality:"Miestas arba vietov\u0117",region:"Rajonas",postal_code:"Pa\u0161to kodas",country:"\u0160alis",emailVerified:"El. pa\u0161to adresas patvirtintas",gssDelegationCredential:"GSS prisijungimo duomen\u0173 delegavimas",loginTotpStep1:'\u012ediekite FreeOTP arba Google Authenticator savo \u012frenginyje. Program\u0117l\u0117s prieinamos Google Play ir Apple App Store.',loginTotpStep2:"Atidarykite program\u0117l\u0119 ir nuskenuokite barkod\u0105 arba \u012fveskite kod\u0105.",loginTotpStep3:"\u012eveskite program\u0117l\u0117je sugeneruot\u0105 vien\u0105 kart\u0105 galiojant\u012f kod\u0105 ir paspauskite Saugoti nor\u0117dami prisijungti.",loginOtpOneTime:"Vienkartinis kodas",oauthGrantRequest:"Ar J\u016bs suteikiate \u0161ias prieigos teises?",inResource:"\u012f",emailVerifyInstruction1:"El. pa\u0161tas su instrukcijomis ir patvirtinimo nuoroda nusi\u0173sti \u012f J\u016bs\u0173 el. pa\u0161t\u0105.",emailVerifyInstruction2:"El. pa\u0161tu negavote patvirtinimo kodo?",emailVerifyInstruction3:"pakartotoinai si\u0173sti el. lai\u0161k\u0105.",emailLinkIdpTitle:"Susieti {0}",emailLinkIdp1:"El. pa\u0161to lai\u0161kas su instrukcijomis susieti {0} paskyr\u0105 {1} su {2} buvo nusi\u0173stas.",emailLinkIdp2:"Negavote patvirtinimo kodo el. pa\u0161tu?",emailLinkIdp3:"pakartotoinai si\u0173sti el. lai\u0161k\u0105.",backToLogin:"« Gr\u012f\u017eti \u012f prisijungimo lang\u0105",emailInstruction:"\u012eveskite naudotojo vard\u0105 arba slapta\u017eod\u012f ir slapta\u017eod\u017eio pakeitimo instrukcijos bus atsi\u0173stos Jums el. pa\u0161tu ",copyCodeInstruction:"Nukopijuokite \u0161\u012f kod\u0105 \u012f J\u016bs\u0173 program\u0105:",personalInfo:"Asmenin\u0117 informacija:",role_admin:"Administratorius","role_realm-admin":"Srities administravimas","role_create-realm":"Kurti srit\u012f","role_create-client":"Kurti program\u0105","role_view-realm":"Per\u017ei\u016br\u0117ti srit\u012f","role_view-users":"Per\u017ei\u016br\u0117ti naudotojus","role_view-applications":"Per\u017ei\u016br\u0117ti programas","role_view-clients":"Per\u017ei\u016br\u0117ti klientines programas","role_view-events":"Per\u017ei\u016br\u0117ti \u012fvyki\u0173 \u017eurnal\u0105","role_view-identity-providers":"Per\u017ei\u016br\u0117ti tapatyb\u0117s teik\u0117jus","role_manage-realm":"Valdyti sritis","role_manage-users":"Valdyti naudotojus","role_manage-applications":"Valdyti programas","role_manage-identity-providers":"Valdyti tapatyb\u0117s teik\u0117jus","role_manage-clients":"Valdyti programas","role_manage-events":"Valdyti \u012fvykius","role_view-profile":"Per\u017ei\u016br\u0117ti paskyr\u0105","role_manage-account":"Valdyti paskyr\u0105","role_read-token":"Skaityti prieigos rak\u0161\u0105","role_offline-access":"Darbas neprisijungus",client_account:"Paskyra","client_security-admin-console":"Saugumo administravimo konsol\u0117","client_admin-cli":"Administravimo CLI","client_realm-management":"Srities valdymas",client_broker:"Tarpininkas",invalidUserMessage:"Neteisingas naudotojo vardas arba slapta\u017eodis.",invalidEmailMessage:"Neteisingas el. pa\u0161to adresas.",accountDisabledMessage:"Paskyros galiojimas sustabdytas, kreipkit\u0117s \u012f administratori\u0173.",accountTemporarilyDisabledMessage:"Paskyros galiojimas laikinai sustabdytas. Kreipkit\u0117s \u012f administratori\u0173 arba pabandykite v\u0117liau.",expiredCodeMessage:"Prisijungimo laikas baig\u0117si. Bandykite dar kart\u0105.",missingFirstNameMessage:"Pra\u0161ome \u012fvesti vard\u0105.",missingLastNameMessage:"Pra\u0161ome \u012fvesti pavard\u0119.",missingEmailMessage:"Pra\u0161ome \u012fvesti el. pa\u0161to adres\u0105.",missingUsernameMessage:"Pra\u0161ome \u012fvesti naudotojo vard\u0105.",missingPasswordMessage:"Pra\u0161ome \u012fvesti slapta\u017eod\u012f.",missingTotpMessage:"Pra\u0161ome \u012fvesti autentifikacijos kod\u0105.",notMatchPasswordMessage:"Slapta\u017eod\u017eiai nesutampa.",invalidPasswordExistingMessage:"Neteisingas dabartinis slapta\u017eodis.",invalidPasswordConfirmMessage:"Pakartotas slapta\u017eodis nesutampa.",invalidTotpMessage:"Neteisingas autentifikacijos kodas.",usernameExistsMessage:"Toks naudotojas jau egzistuoja.",emailExistsMessage:"El. pa\u0161to adresas jau egzistuoja.",federatedIdentityExistsMessage:"Naudotojas {0} {1} jau egzistuoja. Pra\u0161ome prsijungti prie naudotoj\u0173 valdymo posistem\u0117s paskyr\u0173 susiejimui.",confirmLinkIdpTitle:"Paskyra jau egzistuoja",federatedIdentityConfirmLinkMessage:"Naudotojas {0} {1} jau egzistuoja. Ar t\u0119sti?",federatedIdentityConfirmReauthenticateMessage:"Prisijunkite nor\u0117dami susieti paskyr\u0105 su {0}",confirmLinkIdpReviewProfile:"Per\u017ei\u016br\u0117ti naudotojo profilio informacij\u0105",confirmLinkIdpContinue:"Susieti su egzistuojan\u010dia paskyra",configureTotpMessage:"Paskyros aktyvavimui Jums reikalingas Mobilus autentifikatorius.",updateProfileMessage:"Paskyros aktyvavimui Jums reikia atnaujinti profilio informacij\u0105.",updatePasswordMessage:"Paskyros aktyvavimui Jums reikia pakeisti slapta\u017eod\u012f.",verifyEmailMessage:"Paskyros aktyvavimui Jums reikia patvirtinti el. pa\u0161to adres\u0105.",linkIdpMessage:"El. pa\u0161to adreso susiejimui su J\u016bsu paskyra {0} reikalingas patvirtinimas.",emailSentMessage:"Netrukus tur\u0117tum\u0117te gauti el. pa\u0161to adres\u0105 su instrukcijomis.",emailSendErrorMessage:"Klaida siun\u010diant el. pa\u0161t\u0105, bandykite v\u0117liau.",accountUpdatedMessage:"J\u0173s\u0173 paskyros informacija atnaujinta.",accountPasswordUpdatedMessage:"J\u016bs\u0173 slapta\u017eodis pakeistas.",noAccessMessage:"Prieiga negalima",invalidPasswordMinLengthMessage:"Neteisingas slapta\u017eodis: privalomi bent {0} simboliai.",invalidPasswordMinDigitsMessage:"Neteisingas slapta\u017eodis: privalomi bent {0} skaitmenys.",invalidPasswordMinLowerCaseCharsMessage:"Neteisingas slapta\u017eodis: privalomos bent {0} ma\u017eosios raid\u0117s.",invalidPasswordMinUpperCaseCharsMessage:"Neteisingas slapta\u017eodis: privalomos bent {0} did\u017eiosios raid\u0117s.",invalidPasswordMinSpecialCharsMessage:"Neteisingas slapta\u017eodis: privalomi bent {0} special\u016bs simboliai.",invalidPasswordNotUsernameMessage:"Neteisingas slapta\u017eodis: negali sutapti su naudotojo vardu.",invalidPasswordRegexPatternMessage:"Neteisingas slapta\u017eodis: neatitinka regexp taisykl\u0117s.",invalidPasswordHistoryMessage:"Neteisingas slapta\u017eodis: negali sutapti su prie\u0161 tai naudotais {0} slapta\u017eod\u017eiais.",failedToProcessResponseMessage:"Klaida apdorojant atsakym\u0105",httpsRequiredMessage:"Privalomas HTTPS",realmNotEnabledMessage:"Srities galiojimas i\u0161jungtas",invalidRequestMessage:"Neteisinga u\u017eklausa",failedLogout:"Nepavyko u\u017ebaigti sesijos",unknownLoginRequesterMessage:"Ne\u017einomas prisijungimo pra\u0161ytojas",loginRequesterNotEnabledMessage:"Prisijungimo pra\u0161ytojo galiojimas i\u0161jungtas",bearerOnlyMessage:"Programos, sukonfig\u016bruotos tik kaip perdav\u0117jai, negali inicijuoti prisijungim\u0105 per nar\u0161ykl\u0119.",standardFlowDisabledMessage:"Su pateiktu atsakymo tipu prisijungimas per nar\u0161ykl\u0119 \u0161iam klientui negalimas. \u0160iam klientui ne\u012fgalinta standartin\u0117 seka.",implicitFlowDisabledMessage:"Su pateiktu atsakymo tipu prisijungimas per nar\u0161ykl\u0119 \u0161iam klientui negalimas. \u0160iam klientui ne\u012fgalinta i\u0161reik\u0161tin\u0117 seka.",invalidRedirectUriMessage:"Neteisinga nukreipimo nuoroda",unsupportedNameIdFormatMessage:"Nepalaikomas NameIDFormat",invalidRequesterMessage:"Neteisingas pra\u0161ytojas",registrationNotAllowedMessage:"Registracija negalima",resetCredentialNotAllowedMessage:"Prisijungimo duomen\u0173 atk\u016brimas negalimas",permissionNotApprovedMessage:"Teis\u012f nepatvirtinta.",noRelayStateInResponseMessage:"Tapatyb\u0117s teik\u0117jo atsakyme tr\u016bksta perdavimo b\u016bsenos.",insufficientPermissionMessage:"Tr\u016bksta teisi\u0173 tapatybi\u0173 susiejimui.",couldNotProceedWithAuthenticationRequestMessage:"Nepavyksta prad\u0117ti tapatyb\u0117s teik\u0117jo autentifikacijos u\u017eklausos.",couldNotObtainTokenMessage:"Negaunamas prieigos raktas i\u0161 tapatyb\u0117s teik\u0117jo.",unexpectedErrorRetrievingTokenMessage:"Prieigos rak\u0161o gavimo i\u0161 tapatyb\u0117s teik\u0117jo metu \u012fvyko netik\u0117ta klaida.",unexpectedErrorHandlingResponseMessage:"Tapatyb\u0117s teik\u0117jo atsakymo apdorojimo metu \u012fvyko netik\u0117ta klaida.",identityProviderAuthenticationFailedMessage:"Autentifikacijos klaida. Nepavyksta autentifikacija su tapatyb\u0117s teik\u0117ju.",couldNotSendAuthenticationRequestMessage:"Tapatyb\u0117s teik\u0117jui nepavyksta nusi\u0173sti autentifikacijos u\u017eklausos.",unexpectedErrorHandlingRequestMessage:"U\u017eklausos tapatyb\u0117s teik\u0117jui formavimo metu \u012fvyko netik\u0117ta klaida.",invalidAccessCodeMessage:"Neteisingas prieigos kodas.",sessionNotActiveMessage:"Sesija neaktyvi.",invalidCodeMessage:"\u012evyko klaida. Pra\u0161ome bandyti prisijungti dar kart\u0105.",identityProviderUnexpectedErrorMessage:"Autentifikavimo su i\u0161oriniu tapatyb\u0117s teik\u0117ju metu \u012fvyko netik\u0117ta klaida.",identityProviderNotFoundMessage:"Su nurodytu identifikatoriumi nerastas tapatyb\u0117s teik\u0117jas.",identityProviderLinkSuccess:"J\u016bs\u0173 naudotojo paskyra buvo s\u0117kmingai susieta su {0} paskyra {1} .",staleCodeMessage:"\u0160is puslapis nebegalioja. Pra\u0161ome gr\u012f\u017eti \u012f program\u0105 ir bandyti prisijungti i\u0161 naujo.",realmSupportsNoCredentialsMessage:"Sritis nepalaiko prisijungim\u0173 naudojant prisijungimo duomenis.",identityProviderNotUniqueMessage:"Sritis palaiko daugiau nei vien\u0105 tapatyb\u0117s teik\u0117j\u0105. Negalima nustatyti kuris tapatyb\u0117s teik\u0117jas turi b\u016bti naudojamas autentifikacijai.",emailVerifiedMessage:"J\u016bs\u0173 el. pa\u0161to adresas patvirtintas.",staleEmailVerificationLink:"Nuoroda, kuri\u0105 paspaud\u0117te nebegalioja? Galb\u016bt J\u016bs jau patvirtinote el. pa\u0161to adres\u0105?",backToApplication:"« Gr\u012f\u017eti \u012f program\u0105",missingParameterMessage:"Nenurodytas parametras: {0}",clientNotFoundMessage:"Nenurodytas klientas.",clientDisabledMessage:"Kliento galiojimas i\u0161jungtas.",invalidParameterMessage:"Neteisingas parametras: {0}",alreadyLoggedIn:"J\u016bs jau esate prisijung\u0119."}}}]); +//# sourceMappingURL=7383.0a110924.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7383.0a110924.chunk.js.map b/resources/keycloak/keycloakify/static/js/7383.0a110924.chunk.js.map new file mode 100644 index 00000000..b2922620 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7383.0a110924.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/7383.0a110924.chunk.js","mappings":"uIAqMA,UAjMgB,CACd,QAAW,cACX,WAAc,eACd,SAAY,gBACZ,SAAY,cACZ,MAAS,OACT,KAAQ,KACR,WAAc,aACd,SAAY,cACZ,UAAa,gBACb,iBAAoB,uCACpB,YAAe,qBACf,cAAiB,iBACjB,sBAAyB,kCACzB,2BAA8B,kCAC9B,qBAAwB,mMACxB,iBAAoB,mEACpB,kBAAqB,sBACrB,sBAAyB,MACzB,WAAc,qBACd,eAAkB,MAClB,iBAAoB,iCACpB,qBAAwB,sCACxB,YAAe,SACf,YAAe,4BACf,eAAkB,yCAClB,kBAAqB,uCACrB,aAAgB,4EAChB,gBAAmB,0BACnB,oBAAuB,MACvB,WAAc,uBACd,eAAkB,wCAClB,iBAAoB,sCACpB,iBAAoB,uCACpB,oBAAuB,kCACvB,iBAAoB,kBACpB,eAAkB,qBAClB,WAAc,yBACd,eAAkB,yBAClB,UAAa,4CACb,gBAAmB,wBACnB,uBAA0B,+CAC1B,cAAiB,2BACjB,UAAa,yBACb,SAAY,mBACZ,gBAAmB,+CACnB,UAAa,SACb,UAAa,SACb,SAAY,eACZ,SAAY,eACZ,WAAc,eACd,MAAS,kBACT,SAAY,mBACZ,gBAAmB,8BACnB,YAAe,0BACf,mBAAsB,qCACtB,WAAc,kBACd,kBAAqB,qBACrB,QAAW,UACX,OAAU,aACV,SAAY,4BACZ,OAAU,UACV,YAAe,mBACf,QAAW,aACX,cAAiB,sCACjB,wBAA2B,4CAC3B,eAAkB,wOAClB,eAAkB,8FAClB,eAAkB,0JAClB,gBAAmB,qBACnB,kBAAqB,oDACrB,WAAc,SACd,wBAA2B,qHAC3B,wBAA2B,6CAC3B,wBAA2B,kDAC3B,kBAAqB,cACrB,cAAiB,yGACjB,cAAiB,6CACjB,cAAiB,kDACjB,YAAe,0DACf,iBAAoB,wJACpB,oBAAuB,4EACvB,aAAgB,6BAChB,WAAc,mBACd,mBAAoB,0BACpB,oBAAqB,mBACrB,qBAAsB,sBACtB,kBAAmB,uCACnB,kBAAmB,uCACnB,yBAA0B,sCAC1B,oBAAqB,iDACrB,mBAAoB,+DACpB,+BAAgC,yDAChC,oBAAqB,iBACrB,oBAAqB,qBACrB,2BAA4B,oBAC5B,iCAAkC,uCAClC,sBAAuB,oBACvB,qBAAsB,uBACtB,oBAAqB,yCACrB,sBAAuB,uBACvB,kBAAmB,oCACnB,sBAAuB,uBACvB,eAAkB,UAClB,gCAAiC,sCACjC,mBAAoB,qBACpB,0BAA2B,mBAC3B,cAAiB,cACjB,mBAAsB,sDACtB,oBAAuB,sCACvB,uBAA0B,gFAC1B,kCAAqC,sHACrC,mBAAsB,8DACtB,wBAA2B,uCAC3B,uBAA0B,yCAC1B,oBAAuB,uDACvB,uBAA0B,iDAC1B,uBAA0B,iDAC1B,mBAAsB,uDACtB,wBAA2B,qCAC3B,+BAAkC,2CAClC,8BAAiC,yCACjC,mBAAsB,sCACtB,sBAAyB,kCACzB,mBAAsB,yCACtB,+BAAkC,kIAClC,oBAAuB,yBACvB,oCAAuC,oDACvC,8CAAiD,0DACjD,4BAA+B,gEAC/B,uBAA0B,yCAC1B,qBAAwB,mEACxB,qBAAwB,yEACxB,sBAAyB,kEACzB,mBAAsB,2EACtB,eAAkB,uFAClB,iBAAoB,oFACpB,sBAAyB,oEACzB,sBAAyB,kDACzB,8BAAiC,6CACjC,gBAAmB,mBACnB,gCAAmC,8DACnC,gCAAmC,+DACnC,wCAA2C,+EAC3C,wCAA2C,iFAC3C,sCAAyC,6EACzC,kCAAqC,mEACrC,mCAAsC,kEACtC,8BAAiC,yGACjC,+BAAkC,kCAClC,qBAAwB,mBACxB,uBAA0B,oCAC1B,sBAAyB,2BACzB,aAAgB,iCAChB,6BAAgC,8CAChC,gCAAmC,wDACnC,kBAAqB,wHACrB,4BAA+B,yJAC/B,4BAA+B,mKAC/B,0BAA6B,gCAC7B,+BAAkC,4BAClC,wBAA2B,8BAC3B,8BAAiC,wBACjC,iCAAoC,qDACpC,6BAAgC,4BAChC,8BAAiC,4EACjC,8BAAiC,sDACjC,gDAAmD,uFACnD,2BAA8B,kEAC9B,sCAAyC,uGACzC,uCAA0C,wFAC1C,4CAA+C,sFAC/C,yCAA4C,yFAC5C,sCAAyC,8FACzC,yBAA4B,8BAC5B,wBAA2B,mBAC3B,mBAAsB,sEACtB,uCAA0C,qGAC1C,gCAAmC,uEACnC,4BAA+B,oFAC/B,iBAAoB,0HACpB,kCAAqC,sEACrC,iCAAoC,4KACpC,qBAAwB,sDACxB,2BAA8B,qHAC9B,kBAAqB,gDACrB,wBAA2B,8BAC3B,sBAAyB,wBACzB,sBAAyB,qCACzB,wBAA2B,8BAC3B,gBAAmB,sC","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/lt.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Prisijungti\",\n \"doRegister\": \"Registruotis\",\n \"doCancel\": \"Atšaukti\",\n \"doSubmit\": \"Patvirtinti\",\n \"doYes\": \"Taip\",\n \"doNo\": \"Ne\",\n \"doContinue\": \"Tęsti\",\n \"doAccept\": \"Patvirtinti\",\n \"doDecline\": \"Atšaukti\",\n \"doForgotPassword\": \"Pamiršote slaptažodį?\",\n \"doClickHere\": \"Spauskite čia\",\n \"doImpersonate\": \"Apsimesti kaip\",\n \"kerberosNotConfigured\": \"Kerberos nesukonfigūruotas\",\n \"kerberosNotConfiguredTitle\": \"Kerberos nesukonfigūruotas\",\n \"bypassKerberosDetail\": \"Jūs neprisijungęs per Kerberos arba Jūsų naršyklė nesukonfigūruota Kerberos prisijungimui. Tęskite ir pasirinkite kitą prisijungimo būdą\",\n \"kerberosNotSetUp\": \"Kerberos nesukonfigūruotas. Jūs negalite prisijungti.\",\n \"registerWithTitle\": \"Registruotis su {0}\",\n \"registerWithTitleHtml\": \"{0}\",\n \"loginTitle\": \"Prisijungti su {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"Apsimesti kaip naudotojas {0} \",\n \"impersonateTitleHtml\": \"Apsimesti kaip {0}\",\n \"realmChoice\": \"Sritis\",\n \"unknownUser\": \"Nežinomas naudotojas\",\n \"loginTotpTitle\": \"Mobilaus autentifikatoriaus nustatymas\",\n \"loginProfileTitle\": \"Atnaujinti paskyros informaciją\",\n \"loginTimeout\": \"Užtrukote per ilgai. Prisijungimo procesas pradedamas iš naujo.\",\n \"oauthGrantTitle\": \"Suteitikti prieigą\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Atsiprašome ...\",\n \"errorTitleHtml\": \"Atsiprašome ...\",\n \"emailVerifyTitle\": \"El. pašto adreso patvirtinimas\",\n \"emailForgotTitle\": \"Pamiršote slaptažodį?\",\n \"updatePasswordTitle\": \"Atnaujinti slaptažodį\",\n \"codeSuccessTitle\": \"Sėkmė\",\n \"codeErrorTitle\": \"Klaidos kodas: {0}\",\n \"termsTitle\": \"Naudojimo sąlygos\",\n \"termsTitleHtml\": \"Naudojimo sąlygos\",\n \"termsText\": \"

    Naudojimo sąlygos nenurodytos

    \",\n \"recaptchaFailed\": \"Recaptcha neteisingas\",\n \"recaptchaNotConfigured\": \"Reikalingas Recaptcha nesukonfigūruotas\",\n \"consentDenied\": \"Prieiga draudžiama.\",\n \"noAccount\": \"Dar neturite paskyros?\",\n \"username\": \"Naudotojo vardas\",\n \"usernameOrEmail\": \"Naudotojo vardas arba el. pašto adresas\",\n \"firstName\": \"Vardas\",\n \"givenName\": \"Vardas\",\n \"fullName\": \"Pavardė\",\n \"lastName\": \"Pavardė\",\n \"familyName\": \"Pavardė\",\n \"email\": \"El. paštas\",\n \"password\": \"Slaptažodis\",\n \"passwordConfirm\": \"Pakartotas slaptažodis\",\n \"passwordNew\": \"Naujas slaptažodis\",\n \"passwordNewConfirm\": \"Pakartotas naujas slaptažodis\",\n \"rememberMe\": \"Prisiminti mane\",\n \"authenticatorCode\": \"Vienkartinis kodas\",\n \"address\": \"Adresas\",\n \"street\": \"Gatvė\",\n \"locality\": \"Miestas arba vietovė\",\n \"region\": \"Rajonas\",\n \"postal_code\": \"Pašto kodas\",\n \"country\": \"Šalis\",\n \"emailVerified\": \"El. pašto adresas patvirtintas\",\n \"gssDelegationCredential\": \"GSS prisijungimo duomenų delegavimas\",\n \"loginTotpStep1\": \"Įdiekite FreeOTP arba Google Authenticator savo įrenginyje. Programėlės prieinamos Google Play ir Apple App Store.\",\n \"loginTotpStep2\": \"Atidarykite programėlę ir nuskenuokite barkodą arba įveskite kodą.\",\n \"loginTotpStep3\": \"Įveskite programėlėje sugeneruotą vieną kartą galiojantį kodą ir paspauskite Saugoti norėdami prisijungti.\",\n \"loginOtpOneTime\": \"Vienkartinis kodas\",\n \"oauthGrantRequest\": \"Ar Jūs suteikiate šias prieigos teises?\",\n \"inResource\": \"į\",\n \"emailVerifyInstruction1\": \"El. paštas su instrukcijomis ir patvirtinimo nuoroda nusiųsti į Jūsų el. paštą.\",\n \"emailVerifyInstruction2\": \"El. paštu negavote patvirtinimo kodo?\",\n \"emailVerifyInstruction3\": \"pakartotoinai siųsti el. laišką.\",\n \"emailLinkIdpTitle\": \"Susieti {0}\",\n \"emailLinkIdp1\": \"El. pašto laiškas su instrukcijomis susieti {0} paskyrą {1} su {2} buvo nusiųstas.\",\n \"emailLinkIdp2\": \"Negavote patvirtinimo kodo el. paštu?\",\n \"emailLinkIdp3\": \"pakartotoinai siųsti el. laišką.\",\n \"backToLogin\": \"« Grįžti į prisijungimo langą\",\n \"emailInstruction\": \"Įveskite naudotojo vardą arba slaptažodį ir slaptažodžio pakeitimo instrukcijos bus atsiųstos Jums el. paštu \",\n \"copyCodeInstruction\": \"Nukopijuokite šį kodą į Jūsų programą:\",\n \"personalInfo\": \"Asmeninė informacija:\",\n \"role_admin\": \"Administratorius\",\n \"role_realm-admin\": \"Srities administravimas\",\n \"role_create-realm\": \"Kurti sritį\",\n \"role_create-client\": \"Kurti programą\",\n \"role_view-realm\": \"Peržiūrėti sritį\",\n \"role_view-users\": \"Peržiūrėti naudotojus\",\n \"role_view-applications\": \"Peržiūrėti programas\",\n \"role_view-clients\": \"Peržiūrėti klientines programas\",\n \"role_view-events\": \"Peržiūrėti įvykių žurnalą\",\n \"role_view-identity-providers\": \"Peržiūrėti tapatybės teikėjus\",\n \"role_manage-realm\": \"Valdyti sritis\",\n \"role_manage-users\": \"Valdyti naudotojus\",\n \"role_manage-applications\": \"Valdyti programas\",\n \"role_manage-identity-providers\": \"Valdyti tapatybės teikėjus\",\n \"role_manage-clients\": \"Valdyti programas\",\n \"role_manage-events\": \"Valdyti įvykius\",\n \"role_view-profile\": \"Peržiūrėti paskyrą\",\n \"role_manage-account\": \"Valdyti paskyrą\",\n \"role_read-token\": \"Skaityti prieigos rakšą\",\n \"role_offline-access\": \"Darbas neprisijungus\",\n \"client_account\": \"Paskyra\",\n \"client_security-admin-console\": \"Saugumo administravimo konsolė\",\n \"client_admin-cli\": \"Administravimo CLI\",\n \"client_realm-management\": \"Srities valdymas\",\n \"client_broker\": \"Tarpininkas\",\n \"invalidUserMessage\": \"Neteisingas naudotojo vardas arba slaptažodis.\",\n \"invalidEmailMessage\": \"Neteisingas el. pašto adresas.\",\n \"accountDisabledMessage\": \"Paskyros galiojimas sustabdytas, kreipkitės į administratorių.\",\n \"accountTemporarilyDisabledMessage\": \"Paskyros galiojimas laikinai sustabdytas. Kreipkitės į administratorių arba pabandykite vėliau.\",\n \"expiredCodeMessage\": \"Prisijungimo laikas baigėsi. Bandykite dar kartą.\",\n \"missingFirstNameMessage\": \"Prašome įvesti vardą.\",\n \"missingLastNameMessage\": \"Prašome įvesti pavardę.\",\n \"missingEmailMessage\": \"Prašome įvesti el. pašto adresą.\",\n \"missingUsernameMessage\": \"Prašome įvesti naudotojo vardą.\",\n \"missingPasswordMessage\": \"Prašome įvesti slaptažodį.\",\n \"missingTotpMessage\": \"Prašome įvesti autentifikacijos kodą.\",\n \"notMatchPasswordMessage\": \"Slaptažodžiai nesutampa.\",\n \"invalidPasswordExistingMessage\": \"Neteisingas dabartinis slaptažodis.\",\n \"invalidPasswordConfirmMessage\": \"Pakartotas slaptažodis nesutampa.\",\n \"invalidTotpMessage\": \"Neteisingas autentifikacijos kodas.\",\n \"usernameExistsMessage\": \"Toks naudotojas jau egzistuoja.\",\n \"emailExistsMessage\": \"El. pašto adresas jau egzistuoja.\",\n \"federatedIdentityExistsMessage\": \"Naudotojas {0} {1} jau egzistuoja. Prašome prsijungti prie naudotojų valdymo posistemės paskyrų susiejimui.\",\n \"confirmLinkIdpTitle\": \"Paskyra jau egzistuoja\",\n \"federatedIdentityConfirmLinkMessage\": \"Naudotojas {0} {1} jau egzistuoja. Ar tęsti?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Prisijunkite norėdami susieti paskyrą su {0}\",\n \"confirmLinkIdpReviewProfile\": \"Peržiūrėti naudotojo profilio informaciją\",\n \"confirmLinkIdpContinue\": \"Susieti su egzistuojančia paskyra\",\n \"configureTotpMessage\": \"Paskyros aktyvavimui Jums reikalingas Mobilus autentifikatorius.\",\n \"updateProfileMessage\": \"Paskyros aktyvavimui Jums reikia atnaujinti profilio informaciją.\",\n \"updatePasswordMessage\": \"Paskyros aktyvavimui Jums reikia pakeisti slaptažodį.\",\n \"verifyEmailMessage\": \"Paskyros aktyvavimui Jums reikia patvirtinti el. pašto adresą.\",\n \"linkIdpMessage\": \"El. pašto adreso susiejimui su Jūsu paskyra {0} reikalingas patvirtinimas.\",\n \"emailSentMessage\": \"Netrukus turėtumėte gauti el. pašto adresą su instrukcijomis.\",\n \"emailSendErrorMessage\": \"Klaida siunčiant el. paštą, bandykite vėliau.\",\n \"accountUpdatedMessage\": \"Jųsų paskyros informacija atnaujinta.\",\n \"accountPasswordUpdatedMessage\": \"Jūsų slaptažodis pakeistas.\",\n \"noAccessMessage\": \"Prieiga negalima\",\n \"invalidPasswordMinLengthMessage\": \"Neteisingas slaptažodis: privalomi bent {0} simboliai.\",\n \"invalidPasswordMinDigitsMessage\": \"Neteisingas slaptažodis: privalomi bent {0} skaitmenys.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Neteisingas slaptažodis: privalomos bent {0} mažosios raidės.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Neteisingas slaptažodis: privalomos bent {0} didžiosios raidės.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Neteisingas slaptažodis: privalomi bent {0} specialūs simboliai.\",\n \"invalidPasswordNotUsernameMessage\": \"Neteisingas slaptažodis: negali sutapti su naudotojo vardu.\",\n \"invalidPasswordRegexPatternMessage\": \"Neteisingas slaptažodis: neatitinka regexp taisyklės.\",\n \"invalidPasswordHistoryMessage\": \"Neteisingas slaptažodis: negali sutapti su prieš tai naudotais {0} slaptažodžiais.\",\n \"failedToProcessResponseMessage\": \"Klaida apdorojant atsakymą\",\n \"httpsRequiredMessage\": \"Privalomas HTTPS\",\n \"realmNotEnabledMessage\": \"Srities galiojimas išjungtas\",\n \"invalidRequestMessage\": \"Neteisinga užklausa\",\n \"failedLogout\": \"Nepavyko užbaigti sesijos\",\n \"unknownLoginRequesterMessage\": \"Nežinomas prisijungimo prašytojas\",\n \"loginRequesterNotEnabledMessage\": \"Prisijungimo prašytojo galiojimas išjungtas\",\n \"bearerOnlyMessage\": \"Programos, sukonfigūruotos tik kaip perdavėjai, negali inicijuoti prisijungimą per naršyklę.\",\n \"standardFlowDisabledMessage\": \"Su pateiktu atsakymo tipu prisijungimas per naršyklę šiam klientui negalimas. Šiam klientui neįgalinta standartinė seka.\",\n \"implicitFlowDisabledMessage\": \"Su pateiktu atsakymo tipu prisijungimas per naršyklę šiam klientui negalimas. Šiam klientui neįgalinta išreikštinė seka.\",\n \"invalidRedirectUriMessage\": \"Neteisinga nukreipimo nuoroda\",\n \"unsupportedNameIdFormatMessage\": \"Nepalaikomas NameIDFormat\",\n \"invalidRequesterMessage\": \"Neteisingas prašytojas\",\n \"registrationNotAllowedMessage\": \"Registracija negalima\",\n \"resetCredentialNotAllowedMessage\": \"Prisijungimo duomenų atkūrimas negalimas\",\n \"permissionNotApprovedMessage\": \"Teisį nepatvirtinta.\",\n \"noRelayStateInResponseMessage\": \"Tapatybės teikėjo atsakyme trūksta perdavimo būsenos.\",\n \"insufficientPermissionMessage\": \"Trūksta teisių tapatybių susiejimui.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Nepavyksta pradėti tapatybės teikėjo autentifikacijos užklausos.\",\n \"couldNotObtainTokenMessage\": \"Negaunamas prieigos raktas iš tapatybės teikėjo.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Prieigos rakšo gavimo iš tapatybės teikėjo metu įvyko netikėta klaida.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Tapatybės teikėjo atsakymo apdorojimo metu įvyko netikėta klaida.\",\n \"identityProviderAuthenticationFailedMessage\": \"Autentifikacijos klaida. Nepavyksta autentifikacija su tapatybės teikėju.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Tapatybės teikėjui nepavyksta nusiųsti autentifikacijos užklausos.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Užklausos tapatybės teikėjui formavimo metu įvyko netikėta klaida.\",\n \"invalidAccessCodeMessage\": \"Neteisingas prieigos kodas.\",\n \"sessionNotActiveMessage\": \"Sesija neaktyvi.\",\n \"invalidCodeMessage\": \"Įvyko klaida. Prašome bandyti prisijungti dar kartą.\",\n \"identityProviderUnexpectedErrorMessage\": \"Autentifikavimo su išoriniu tapatybės teikėju metu įvyko netikėta klaida.\",\n \"identityProviderNotFoundMessage\": \"Su nurodytu identifikatoriumi nerastas tapatybės teikėjas.\",\n \"identityProviderLinkSuccess\": \"Jūsų naudotojo paskyra buvo sėkmingai susieta su {0} paskyra {1} .\",\n \"staleCodeMessage\": \"Šis puslapis nebegalioja. Prašome grįžti į programą ir bandyti prisijungti iš naujo.\",\n \"realmSupportsNoCredentialsMessage\": \"Sritis nepalaiko prisijungimų naudojant prisijungimo duomenis.\",\n \"identityProviderNotUniqueMessage\": \"Sritis palaiko daugiau nei vieną tapatybės teikėją. Negalima nustatyti kuris tapatybės teikėjas turi būti naudojamas autentifikacijai.\",\n \"emailVerifiedMessage\": \"Jūsų el. pašto adresas patvirtintas.\",\n \"staleEmailVerificationLink\": \"Nuoroda, kurią paspaudėte nebegalioja? Galbūt Jūs jau patvirtinote el. pašto adresą?\",\n \"backToApplication\": \"« Grįžti į programą\",\n \"missingParameterMessage\": \"Nenurodytas parametras: {0}\",\n \"clientNotFoundMessage\": \"Nenurodytas klientas.\",\n \"clientDisabledMessage\": \"Kliento galiojimas išjungtas.\",\n \"invalidParameterMessage\": \"Neteisingas parametras: {0}\",\n \"alreadyLoggedIn\": \"Jūs jau esate prisijungę.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7424.d8beafca.chunk.js b/resources/keycloak/keycloakify/static/js/7424.d8beafca.chunk.js new file mode 100644 index 00000000..722a9075 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7424.d8beafca.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7424],{7424:function(e,a,i){i.r(a);a.default={doLogIn:"Piesl\u0113gties",doRegister:"Re\u0123istr\u0113ties",doCancel:"Atcelt",doSubmit:"Iesniegt",doBack:"Atpaka\u013c",doYes:"J\u0101",doNo:"N\u0113",doContinue:"Turpin\u0101t",doIgnore:"Ignor\u0113t",doAccept:"Pie\u0146emt",doDecline:"Atteikties",doForgotPassword:"Aizmirs\u0101t paroli?",doClickHere:"Spiediet \u0161eit",doImpersonate:"Uzdoties",doTryAgain:"M\u0113\u0123in\u0101t v\u0113lreiz",doTryAnotherWay:"M\u0113\u0123in\u0101t cit\u0101 veid\u0101",doConfirmDelete:"Apstiprin\u0101t dz\u0113\u0161anu",errorDeletingAccount:"K\u013c\u016bda dz\u0113\u0161ot kontu",deletingAccountForbidden:"Jums nav pie\u0161\u0137irtas at\u013caujas sava konta dz\u0113\u0161anai, sazinieties ar administratoru.",kerberosNotConfigured:"Kerberos nav konfigur\u0113ts",kerberosNotConfiguredTitle:"Kerberos nav konfigur\u0113ts",bypassKerberosDetail:"J\u016bs neesat piesl\u0113dzies izmantojot Kerberos vai j\u016bsu p\u0101rl\u016bks nav iestat\u012bts Kerberos autentifik\u0101cijai. Spiediet turpin\u0101t, lai piesl\u0113gtos cit\u0101 veid\u0101",kerberosNotSetUp:"Kerberos nav uzst\u0101d\u012bts. J\u016bs nevarat piesl\u0113gties.",registerTitle:"Re\u0123istr\u0101cija",loginAccountTitle:"Piesl\u0113gties savam kontam",loginTitle:"Piesl\u0113gties {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} uzdoties par lietot\u0101ju",impersonateTitleHtml:"{0} uzdoties par lietot\u0101ju",realmChoice:"Realm",unknownUser:"Nezin\u0101ms lietot\u0101js",loginTotpTitle:"Mobil\u0101 autentifikatora uzst\u0101d\u012b\u0161ana",loginProfileTitle:"Atjaunot profila inform\u0101ciju",loginIdpReviewProfileTitle:"Atjaunot konta inform\u0101cija",loginTimeout:"J\u016bs p\u0101r\u0101k ilgi piesl\u0113dzaties. Piesl\u0113g\u0161an\u0101s process tiks s\u0101kts no jauna.",oauthGrantTitle:"Pie\u0161\u0137irt at\u013cauju {0}",oauthGrantTitleHtml:"{0}",errorTitle:"Notikusi k\u013c\u016bme...",errorTitleHtml:"Notikusi k\u013c\u016bme ...",emailVerifyTitle:"E-pasta apstiprin\u0101\u0161ana",emailForgotTitle:"Aizmirs\u0101t paroli?",updatePasswordTitle:"Atjaunot paroli",codeSuccessTitle:"Kods",codeErrorTitle:"K\u013c\u016bdas kods: {0}",displayUnsupported:"Piepras\u012btais att\u0113lo\u0161anas veids netiek atbalst\u012bts",browserRequired:"Nepiecie\u0161ama piesl\u0113g\u0161an\u0101s caur p\u0101rl\u016bku",browserContinue:"Nepiecie\u0161ama piesl\u0113g\u0161an\u0101s caur p\u0101rl\u016bku, lai turpin\u0101tu autentifik\u0101ciju",browserContinuePrompt:"Vai atv\u0113rt p\u0101rl\u016bku lai turpin\u0101tu piesl\u0113g\u0161anos? [y/n]:",browserContinueAnswer:"y",termsTitle:"Noteikumi un nosac\u012bjumi",termsText:"

    Noteikumi un nosac\u012bjumi j\u0101nosaka

    ",termsPlainText:"Noteikumi un nosac\u012bjumi j\u0101nosaka",recaptchaFailed:"Nekorekts Recaptcha",recaptchaNotConfigured:"Recaptcha ir oblig\u0101ts, bet nav uzst\u0101d\u012bts",consentDenied:"Piekri\u0161ana liegta.",noAccount:"Jauns lietot\u0101js?",username:"Lietot\u0101jv\u0101rds",usernameOrEmail:"Lietot\u0101jv\u0101rds vai e-pasts",firstName:"V\u0101rds",givenName:"V\u0101rds",fullName:"Pilns v\u0101rds",lastName:"Uzv\u0101rds",familyName:"Uzv\u0101rds",email:"E-pasts",password:"Parole",passwordConfirm:"Parole atk\u0101rtoti",passwordNew:"Jauna parole",passwordNewConfirm:"Jauna parole atk\u0101rtoti",rememberMe:"Atcer\u0113ties mani",authenticatorCode:"Vienreiz\u0113j\u0101 parole",address:"Adrese",street:"Iela",locality:"Pils\u0113ta",region:"Novads vai re\u0123ions",postal_code:"Pasta indegs",country:"Valsts",emailVerified:"E-pasts apstiprin\u0101ts",website:"T\u012bmek\u013ca vietne",phoneNumber:"T\u0101lru\u0146a numurs",phoneNumberVerified:"T\u0101lru\u0146a numurs apstiprin\u0101ts",gender:"Dzimums",birthday:"Dzim\u0161anas datums",zoneinfo:"Laika josla",gssDelegationCredential:"GSS deleg\u0101cijas atsl\u0113ga",logoutOtherSessions:"Atteikties no vis\u0101m ier\u012bc\u0113m",profileScopeConsentText:"Lietot\u0101ja profils",emailScopeConsentText:"E-pasta adrese",addressScopeConsentText:"Adrese",phoneScopeConsentText:"T\u0101lrunis",offlineAccessScopeConsentText:"Bezsaustes piek\u013cuve",samlRoleListScopeConsentText:"Manas lomas",rolesScopeConsentText:"Lietot\u0101ju lomas",restartLoginTooltip:"Atk\u0101rtot piesl\u0113g\u0161anos",emailVerifyInstruction1:"E-pasts ar instrukcij\u0101m e-pasta apstiprin\u0101\u0161anai ir nos\u016bt\u012bts",emailVerifyInstruction2:"Nesa\u0146\u0113m\u0101t apsiptin\u0101\u0161anas kodu sav\u0101 e-past\u0101?",emailVerifyInstruction3:"lai atk\u0101rtoti nos\u016bt\u012btu e-pastu.",emailLinkIdpTitle:"Saist\u012bt {0}",emailLinkIdp1:"E-pasts ar instrukcij\u0101m, lai saist\u012btu {0} kontu {1} ar savu {2} kontu ir nos\u016bt\u012bts.",emailLinkIdp2:"Nesa\u0146\u0113m\u0101t apsiptin\u0101\u0161anas kodu sav\u0101 e-past\u0101?",emailLinkIdp3:"lai atk\u0101rtoti nos\u016bt\u012btu e-pastu.",emailLinkIdp4:"Ja j\u016bs jau apstiprin\u0101j\u0101t e-pastu cit\u0101 p\u0101rl\u016bk\u0101",emailLinkIdp5:"lai turpin\u0101tu.",backToLogin:"\xab Atpaka\u013c uz piesl\u0113g\u0161anos",emailInstruction:"Ievadiet lietot\u0101jv\u0101rdu vai e-pasta adresi un m\u0113s nos\u016bt\u012bsim jums instrukcijas k\u0101 izveidot jaunu paroli.",copyCodeInstruction:"L\u016bdzu nokop\u0113jiet \u0161o kodu un iel\u012bm\u0113jiet sav\u0101 lietojumprogramm\u0101:",pageExpiredTitle:"Lapa ir beigusies",pageExpiredMsg1:"Lai ats\u0101ktu piesl\u0113g\u0161an\u0101s procesu",pageExpiredMsg2:"Lai turpin\u0101tu piesl\u0113g\u0161an\u0101s procesu",personalInfo:"Personisk\u0101 inform\u0101cija:",role_admin:"Administrators","role_realm-admin":"Realm administrators","role_create-realm":"Izveidot realm","role_view-realm":"Skat\u012bt realm","role_view-users":"Skat\u012bt lieto\u0101jus","role_view-applications":"Skat\u012bt lietojumprogrammas","role_view-clients":"Skat\u012bt klientus","role_view-events":"Skat\u012bt notikumus","role_view-identity-providers":"Skat\u012bt identit\u0101tes sniedz\u0113jus","role_manage-realm":"P\u0101rvald\u012bt realm","role_manage-users":"P\u0101rvald\u012bt lietot\u0101jus","role_manage-applications":"P\u0101rvald\u012bt lietojumprogrammas","role_manage-identity-providers":"P\u0101rvald\u012bt identit\u0101tes sniedz\u0113jus","role_manage-clients":"P\u0101rvald\u012bt klientus","role_manage-events":"P\u0101rvald\u012bt notikumus","role_view-profile":"Skat\u012bt profilu","role_manage-account":"P\u0101rvald\u012bt kontu","role_manage-account-links":"P\u0101rvald\u012bt konta saites","role_read-token":"Las\u012bt talonu (token)","role_offline-access":"Bezsaistes piek\u013cuve",role_uma_authorization:"Ieg\u016bt at\u013caujas",client_account:"Konts","client_security-admin-console":"Dro\u0161\u012bbas administr\u0101cijas konsole","client_admin-cli":"Administr\u0101cijas CLI","client_realm-management":"Realm p\u0101rvald\u012bba",client_broker:"Brokeris",invalidUserMessage:"Nekorekts lietot\u0101jv\u0101rds vai parole.",invalidEmailMessage:"Nekorekta e-pasta adrese.",accountDisabledMessage:"Konts ir atsp\u0113jots, sazinieties ar administratoru.",accountTemporarilyDisabledMessage:"Konts ir uz laiku atsp\u0113jots, sazinieties ar administratoru vai m\u0113\u0123iniet v\u0113l\u0101k.",expiredCodeMessage:"Piesl\u0113g\u0161an\u0101s noilgums. L\u016bdzu piesl\u0113dzieties atk\u0101rtoti.",expiredActionMessage:"Darb\u012bba noilgusi. L\u016bdzu turpiniet ar piesl\u0113g\u0161anos.",expiredActionTokenNoSessionMessage:"Darb\u012bba noilgusi.",expiredActionTokenSessionExistsMessage:"Darb\u012bba noilgusi. L\u016bdzu uzs\u0101ciet to no jauna.",missingFirstNameMessage:"L\u016bdzu nor\u0101di v\u0101rdu.",missingLastNameMessage:"L\u016bdzu nor\u0101di uzv\u0101rdu.",missingEmailMessage:"L\u016bdzu nor\u0101di e-pastu.",missingUsernameMessage:"L\u016bdzu nor\u0101di lietot\u0101jv\u0101rdu.",missingPasswordMessage:"L\u016bdzu nor\u0101di paroli.",notMatchPasswordMessage:"Paroles nesakr\u012bt.",invalidPasswordExistingMessage:"Nekorekta pa\u0161reiz\u0113j\u0101 parole.",invalidPasswordBlacklistedMessage:"Nekorekta parole: parole ir melnaj\u0101 sarakst\u0101.",invalidPasswordConfirmMessage:"Paroles apstiprin\u0101jums nav pareizs.",usernameExistsMessage:"Lietot\u0101jv\u0101rds jau eksist\u0113.",emailExistsMessage:"E-pasts jau eksist\u0113.",federatedIdentityExistsMessage:"Lietot\u0101jv\u0101rds ar {0} {1} jau eksist\u0113. L\u016bdzu piesl\u0113dzieties konta p\u0101rvaldniekam lai savienotu kontus.",confirmLinkIdpTitle:"Konts jau eksist\u0113",federatedIdentityConfirmLinkMessage:"Konts ar {0} {1} jau eksist\u0113. K\u0101 v\u0113lies turpin\u0101t?",federatedIdentityConfirmReauthenticateMessage:"Piesl\u0113dzieties ar {0}, lai savienotu kontu ar {1}",confirmLinkIdpReviewProfile:"P\u0101rskat\u012bt profilu",confirmLinkIdpContinue:"Pievienot eksist\u0113jo\u0161am kontam",accountUpdatedMessage:"J\u016bsu konts ir atjaunots.",accountPasswordUpdatedMessage:"J\u016bsu parole ir atjaunota.",delegationCompleteHeader:"Piesl\u0113g\u0161an\u0101s veiksm\u012bga",delegationCompleteMessage:"J\u016bs varat aizv\u0113rt \u0161o p\u0101rl\u016bka logu un doties atpaka\u013c uz konsoles lietojumprogrammu.",delegationFailedHeader:"Piesl\u0113g\u0161an\u0101s neizdev\u0101s",delegationFailedMessage:"J\u016bs varat aizv\u0113rt \u0161o p\u0101rl\u016bka logu un doties atpaka\u013c uz konsoles lietojumprogrammu un m\u0113\u0123in\u0101t piesl\u0113gties atk\u0101rtoti.",noAccessMessage:"Nav piek\u013cuves",invalidPasswordMinLengthMessage:"Nekorekta parole: minim\u0101lais paroles garums {0}.",invalidPasswordMinDigitsMessage:"Nekorekta parole: tai j\u0101satur vismaz {0} cipari.",invalidPasswordMinLowerCaseCharsMessage:"Nekorekta parole: tai j\u0101satur vismaz {0} mazie burti.",invalidPasswordMinUpperCaseCharsMessage:"Nekorekta parole: tai j\u0101satur vismaz {0} lielie burti.",invalidPasswordMinSpecialCharsMessage:"Nekorekta parole: tai j\u0101satur vismaz {0} speci\u0101lie simboli.",invalidPasswordNotUsernameMessage:"Nekorekta parole: t\u0101 nedr\u012bkst sakrist ar lietot\u0101jv\u0101rdu.",invalidPasswordRegexPatternMessage:"Nekorekta parole: netabilst regex \u0161ablonam(iem).",invalidPasswordHistoryMessage:"Nekorekta parole: nedr\u012bkst b\u016bt vien\u0101da ar iepriek\u0161\u0113j\u0101m {0} parol\u0113m.",invalidPasswordGenericMessage:"Nekorekta parole: jaun\u0101 parole neatbilst paroles noteikumiem.",locale_ca:"Catal\xe0",locale_cs:"\u010ce\u0161tina",locale_da:"Dansk",locale_de:"Deutsch",locale_en:"English",locale_es:"Espa\xf1ol",locale_fr:"Fran\xe7ais",locale_hu:"Magyar",locale_it:"Italiano",locale_ja:"\u65e5\u672c\u8a9e",locale_lv:"Latvie\u0161u",locale_lt:"Lietuvi\u0173",locale_nl:"Nederlands",locale_no:"Norsk",locale_pl:"Polski",locale_pt_BR:"Portugu\xeas (Brasil)","locale_pt-BR":"Portugu\xeas (Brasil)",locale_ru:"\u0420\u0443\u0441\u0441\u043a\u0438\u0439",locale_sk:"Sloven\u010dina",locale_sv:"Svenska",locale_tr:"T\xfcrk\xe7e","locale_zh-CN":"\u4e2d\u6587\u7b80\u4f53",backToApplication:"\xab Atpaka\u013c uz lietojumprogrammu",missingParameterMessage:"Tr\u016bkst parametru: {0}",clientNotFoundMessage:"Klients nav atrasts.",clientDisabledMessage:"Klients atsp\u0113jos.",invalidParameterMessage:"Nekorekts parametrs: {0}",alreadyLoggedIn:"Tu jau esi piesl\u0113dzies.",differentUserAuthenticated:"J\u016bs jau esat piesl\u0113dzies ar citu lietot\u0101ju '{0}' \u0161aj\u0101 sesij\u0101. L\u016bdzu vispirms atsl\u0113gties.",proceedWithAction:"\xbb Spiediet \u0161eit lai turpin\u0101tu","requiredAction.CONFIGURE_TOTP":"Konfigur\u0113t OTP","requiredAction.terms_and_conditions":"Noteikumi un nosac\u012bjumi","requiredAction.UPDATE_PASSWORD":"Atjaunot paroli","requiredAction.UPDATE_PROFILE":"Atjaunot profilu","requiredAction.VERIFY_EMAIL":"Apstiprin\u0101t e-pastu",pageNotFound:"Lapa nav atrasta",internalServerError:"Notikusi servera k\u013c\u016bme","console-username":"Lietot\u0101jv\u0101rds:","console-password":"Parole:","console-otp":"Vienreiz\u0113j\u0101 parole:","console-new-password":"Jauna parole:","console-confirm-password":"Parole atk\u0101rtoti:","console-update-password":"Jums ir j\u0101atjauno parole.","console-verify-email":"Jums ir j\u0101apstiprina e-pasta adrese. E-pasts tika nos\u016bt\u012bts uz {0}, kas satur apstiprin\u0101juma kodu. L\u016bdzu ievadiet \u0161o kodu ievadlauk\u0101 zem\u0101k.","console-email-code":"E-pasta kods:","console-accept-terms":"Piekrist noteikumiem? [y/n]:","console-accept":"y"}}}]); +//# sourceMappingURL=7424.d8beafca.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7424.d8beafca.chunk.js.map b/resources/keycloak/keycloakify/static/js/7424.d8beafca.chunk.js.map new file mode 100644 index 00000000..18941084 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7424.d8beafca.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/7424.d8beafca.chunk.js","mappings":"uIAsOA,UAlOgB,CACd,QAAW,mBACX,WAAc,yBACd,SAAY,SACZ,SAAY,WACZ,OAAU,eACV,MAAS,UACT,KAAQ,UACR,WAAc,gBACd,SAAY,eACZ,SAAY,eACZ,UAAa,aACb,iBAAoB,yBACpB,YAAe,qBACf,cAAiB,WACjB,WAAc,sCACd,gBAAmB,8CACnB,gBAAmB,qCACnB,qBAAwB,yCACxB,yBAA4B,4GAC5B,sBAAyB,gCACzB,2BAA8B,gCAC9B,qBAAwB,4MACxB,iBAAoB,wEACpB,cAAiB,yBACjB,kBAAqB,gCACrB,WAAc,uBACd,eAAkB,MAClB,iBAAoB,kCACpB,qBAAwB,mDACxB,YAAe,QACf,YAAe,+BACf,eAAkB,yDAClB,kBAAqB,oCACrB,2BAA8B,kCAC9B,aAAgB,kHAChB,gBAAmB,sCACnB,oBAAuB,MACvB,WAAc,8BACd,eAAkB,gDAClB,iBAAoB,mCACpB,iBAAoB,yBACpB,oBAAuB,kBACvB,iBAAoB,OACpB,eAAkB,6BAClB,mBAAsB,uEACtB,gBAAmB,uEACnB,gBAAmB,gHACnB,sBAAyB,sFACzB,sBAAyB,IACzB,WAAc,+BACd,UAAa,oDACb,eAAkB,6CAClB,gBAAmB,sBACnB,uBAA0B,0DAC1B,cAAiB,0BACjB,UAAa,wBACb,SAAY,0BACZ,gBAAmB,sCACnB,UAAa,aACb,UAAa,aACb,SAAY,mBACZ,SAAY,eACZ,WAAc,eACd,MAAS,UACT,SAAY,SACZ,gBAAmB,wBACnB,YAAe,eACf,mBAAsB,8BACtB,WAAc,uBACd,kBAAqB,+BACrB,QAAW,SACX,OAAU,OACV,SAAY,eACZ,OAAU,0BACV,YAAe,eACf,QAAW,SACX,cAAiB,4BACjB,QAAW,2BACX,YAAe,2BACf,oBAAuB,6CACvB,OAAU,UACV,SAAY,wBACZ,SAAY,cACZ,wBAA2B,oCAC3B,oBAAuB,6CACvB,wBAA2B,yBAC3B,sBAAyB,iBACzB,wBAA2B,SAC3B,sBAAyB,gBACzB,8BAAiC,2BACjC,6BAAgC,cAChC,sBAAyB,uBACzB,oBAAuB,uCACvB,wBAA2B,uFAC3B,wBAA2B,iFAC3B,wBAA2B,iDAC3B,kBAAqB,mBACrB,cAAiB,yGACjB,cAAiB,iFACjB,cAAiB,iDACjB,cAAiB,mFACjB,cAAiB,sBACjB,YAAe,8CACf,iBAAoB,uIACpB,oBAAuB,oGACvB,iBAAoB,oBACpB,gBAAmB,uDACnB,gBAAmB,yDACnB,aAAgB,oCAChB,WAAc,iBACd,mBAAoB,uBACpB,oBAAqB,iBACrB,kBAAmB,oBACnB,kBAAmB,6BACnB,yBAA0B,iCAC1B,oBAAqB,uBACrB,mBAAoB,wBACpB,+BAAgC,+CAChC,oBAAqB,4BACrB,oBAAqB,sCACrB,2BAA4B,yCAC5B,iCAAkC,uDAClC,sBAAuB,+BACvB,qBAAsB,gCACtB,oBAAqB,sBACrB,sBAAuB,4BACvB,4BAA6B,mCAC7B,kBAAmB,4BACnB,sBAAuB,2BACvB,uBAA0B,2BAC1B,eAAkB,QAClB,gCAAiC,kDACjC,mBAAoB,2BACpB,0BAA2B,6BAC3B,cAAiB,WACjB,mBAAsB,gDACtB,oBAAuB,4BACvB,uBAA0B,0DAC1B,kCAAqC,0GACrC,mBAAsB,uFACtB,qBAAwB,yEACxB,mCAAsC,yBACtC,uCAA0C,+DAC1C,wBAA2B,qCAC3B,uBAA0B,uCAC1B,oBAAuB,kCACvB,uBAA0B,kDAC1B,uBAA0B,iCAC1B,wBAA2B,yBAC3B,+BAAkC,8CAClC,kCAAqC,0DACrC,8BAAiC,2CACjC,sBAAyB,4CACzB,mBAAsB,4BACtB,+BAAkC,qIAClC,oBAAuB,yBACvB,oCAAuC,wEACvC,8CAAiD,yDACjD,4BAA+B,8BAC/B,uBAA0B,0CAC1B,sBAAyB,gCACzB,8BAAiC,iCACjC,yBAA4B,6CAC5B,0BAA6B,mHAC7B,uBAA0B,6CAC1B,wBAA2B,6KAC3B,gBAAmB,qBACnB,gCAAmC,wDACnC,gCAAmC,wDACnC,wCAA2C,6DAC3C,wCAA2C,8DAC3C,sCAAyC,wEACzC,kCAAqC,8EACrC,mCAAsC,wDACtC,8BAAiC,yGACjC,8BAAiC,qEACjC,UAAa,YACb,UAAa,oBACb,UAAa,QACb,UAAa,UACb,UAAa,UACb,UAAa,aACb,UAAa,cACb,UAAa,SACb,UAAa,WACb,UAAa,qBACb,UAAa,gBACb,UAAa,gBACb,UAAa,aACb,UAAa,QACb,UAAa,SACb,aAAgB,wBAChB,eAAgB,wBAChB,UAAa,6CACb,UAAa,kBACb,UAAa,UACb,UAAa,eACb,eAAgB,2BAChB,kBAAqB,yCACrB,wBAA2B,6BAC3B,sBAAyB,uBACzB,sBAAyB,yBACzB,wBAA2B,2BAC3B,gBAAmB,+BACnB,2BAA8B,mIAC9B,kBAAqB,6CACrB,gCAAiC,sBACjC,sCAAuC,+BACvC,iCAAkC,kBAClC,gCAAiC,mBACjC,8BAA+B,2BAC/B,aAAgB,mBAChB,oBAAuB,mCACvB,mBAAoB,2BACpB,mBAAoB,UACpB,cAAe,gCACf,uBAAwB,gBACxB,2BAA4B,yBAC5B,0BAA2B,iCAC3B,uBAAwB,qLACxB,qBAAsB,gBACtB,uBAAwB,+BACxB,iBAAkB,I","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/lv.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Pieslēgties\",\n \"doRegister\": \"Reģistrēties\",\n \"doCancel\": \"Atcelt\",\n \"doSubmit\": \"Iesniegt\",\n \"doBack\": \"Atpakaļ\",\n \"doYes\": \"Jā\",\n \"doNo\": \"Nē\",\n \"doContinue\": \"Turpināt\",\n \"doIgnore\": \"Ignorēt\",\n \"doAccept\": \"Pieņemt\",\n \"doDecline\": \"Atteikties\",\n \"doForgotPassword\": \"Aizmirsāt paroli?\",\n \"doClickHere\": \"Spiediet šeit\",\n \"doImpersonate\": \"Uzdoties\",\n \"doTryAgain\": \"Mēģināt vēlreiz\",\n \"doTryAnotherWay\": \"Mēģināt citā veidā\",\n \"doConfirmDelete\": \"Apstiprināt dzēšanu\",\n \"errorDeletingAccount\": \"Kļūda dzēšot kontu\",\n \"deletingAccountForbidden\": \"Jums nav piešķirtas atļaujas sava konta dzēšanai, sazinieties ar administratoru.\",\n \"kerberosNotConfigured\": \"Kerberos nav konfigurēts\",\n \"kerberosNotConfiguredTitle\": \"Kerberos nav konfigurēts\",\n \"bypassKerberosDetail\": \"Jūs neesat pieslēdzies izmantojot Kerberos vai jūsu pārlūks nav iestatīts Kerberos autentifikācijai. Spiediet turpināt, lai pieslēgtos citā veidā\",\n \"kerberosNotSetUp\": \"Kerberos nav uzstādīts. Jūs nevarat pieslēgties.\",\n \"registerTitle\": \"Reģistrācija\",\n \"loginAccountTitle\": \"Pieslēgties savam kontam\",\n \"loginTitle\": \"Pieslēgties {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} uzdoties par lietotāju\",\n \"impersonateTitleHtml\": \"{0} uzdoties par lietotāju\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Nezināms lietotājs\",\n \"loginTotpTitle\": \"Mobilā autentifikatora uzstādīšana\",\n \"loginProfileTitle\": \"Atjaunot profila informāciju\",\n \"loginIdpReviewProfileTitle\": \"Atjaunot konta informācija\",\n \"loginTimeout\": \"Jūs pārāk ilgi pieslēdzaties. Pieslēgšanās process tiks sākts no jauna.\",\n \"oauthGrantTitle\": \"Piešķirt atļauju {0}\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Notikusi kļūme...\",\n \"errorTitleHtml\": \"Notikusi kļūme ...\",\n \"emailVerifyTitle\": \"E-pasta apstiprināšana\",\n \"emailForgotTitle\": \"Aizmirsāt paroli?\",\n \"updatePasswordTitle\": \"Atjaunot paroli\",\n \"codeSuccessTitle\": \"Kods\",\n \"codeErrorTitle\": \"Kļūdas kods: {0}\",\n \"displayUnsupported\": \"Pieprasītais attēlošanas veids netiek atbalstīts\",\n \"browserRequired\": \"Nepieciešama pieslēgšanās caur pārlūku\",\n \"browserContinue\": \"Nepieciešama pieslēgšanās caur pārlūku, lai turpinātu autentifikāciju\",\n \"browserContinuePrompt\": \"Vai atvērt pārlūku lai turpinātu pieslēgšanos? [y/n]:\",\n \"browserContinueAnswer\": \"y\",\n \"termsTitle\": \"Noteikumi un nosacījumi\",\n \"termsText\": \"

    Noteikumi un nosacījumi jānosaka

    \",\n \"termsPlainText\": \"Noteikumi un nosacījumi jānosaka\",\n \"recaptchaFailed\": \"Nekorekts Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha ir obligāts, bet nav uzstādīts\",\n \"consentDenied\": \"Piekrišana liegta.\",\n \"noAccount\": \"Jauns lietotājs?\",\n \"username\": \"Lietotājvārds\",\n \"usernameOrEmail\": \"Lietotājvārds vai e-pasts\",\n \"firstName\": \"Vārds\",\n \"givenName\": \"Vārds\",\n \"fullName\": \"Pilns vārds\",\n \"lastName\": \"Uzvārds\",\n \"familyName\": \"Uzvārds\",\n \"email\": \"E-pasts\",\n \"password\": \"Parole\",\n \"passwordConfirm\": \"Parole atkārtoti\",\n \"passwordNew\": \"Jauna parole\",\n \"passwordNewConfirm\": \"Jauna parole atkārtoti\",\n \"rememberMe\": \"Atcerēties mani\",\n \"authenticatorCode\": \"Vienreizējā parole\",\n \"address\": \"Adrese\",\n \"street\": \"Iela\",\n \"locality\": \"Pilsēta\",\n \"region\": \"Novads vai reģions\",\n \"postal_code\": \"Pasta indegs\",\n \"country\": \"Valsts\",\n \"emailVerified\": \"E-pasts apstiprināts\",\n \"website\": \"Tīmekļa vietne\",\n \"phoneNumber\": \"Tālruņa numurs\",\n \"phoneNumberVerified\": \"Tālruņa numurs apstiprināts\",\n \"gender\": \"Dzimums\",\n \"birthday\": \"Dzimšanas datums\",\n \"zoneinfo\": \"Laika josla\",\n \"gssDelegationCredential\": \"GSS delegācijas atslēga\",\n \"logoutOtherSessions\": \"Atteikties no visām ierīcēm\",\n \"profileScopeConsentText\": \"Lietotāja profils\",\n \"emailScopeConsentText\": \"E-pasta adrese\",\n \"addressScopeConsentText\": \"Adrese\",\n \"phoneScopeConsentText\": \"Tālrunis\",\n \"offlineAccessScopeConsentText\": \"Bezsaustes piekļuve\",\n \"samlRoleListScopeConsentText\": \"Manas lomas\",\n \"rolesScopeConsentText\": \"Lietotāju lomas\",\n \"restartLoginTooltip\": \"Atkārtot pieslēgšanos\",\n \"emailVerifyInstruction1\": \"E-pasts ar instrukcijām e-pasta apstiprināšanai ir nosūtīts\",\n \"emailVerifyInstruction2\": \"Nesaņēmāt apsiptināšanas kodu savā e-pastā?\",\n \"emailVerifyInstruction3\": \"lai atkārtoti nosūtītu e-pastu.\",\n \"emailLinkIdpTitle\": \"Saistīt {0}\",\n \"emailLinkIdp1\": \"E-pasts ar instrukcijām, lai saistītu {0} kontu {1} ar savu {2} kontu ir nosūtīts.\",\n \"emailLinkIdp2\": \"Nesaņēmāt apsiptināšanas kodu savā e-pastā?\",\n \"emailLinkIdp3\": \"lai atkārtoti nosūtītu e-pastu.\",\n \"emailLinkIdp4\": \"Ja jūs jau apstiprinājāt e-pastu citā pārlūkā\",\n \"emailLinkIdp5\": \"lai turpinātu.\",\n \"backToLogin\": \"« Atpakaļ uz pieslēgšanos\",\n \"emailInstruction\": \"Ievadiet lietotājvārdu vai e-pasta adresi un mēs nosūtīsim jums instrukcijas kā izveidot jaunu paroli.\",\n \"copyCodeInstruction\": \"Lūdzu nokopējiet šo kodu un ielīmējiet savā lietojumprogrammā:\",\n \"pageExpiredTitle\": \"Lapa ir beigusies\",\n \"pageExpiredMsg1\": \"Lai atsāktu pieslēgšanās procesu\",\n \"pageExpiredMsg2\": \"Lai turpinātu pieslēgšanās procesu\",\n \"personalInfo\": \"Personiskā informācija:\",\n \"role_admin\": \"Administrators\",\n \"role_realm-admin\": \"Realm administrators\",\n \"role_create-realm\": \"Izveidot realm\",\n \"role_view-realm\": \"Skatīt realm\",\n \"role_view-users\": \"Skatīt lietoājus\",\n \"role_view-applications\": \"Skatīt lietojumprogrammas\",\n \"role_view-clients\": \"Skatīt klientus\",\n \"role_view-events\": \"Skatīt notikumus\",\n \"role_view-identity-providers\": \"Skatīt identitātes sniedzējus\",\n \"role_manage-realm\": \"Pārvaldīt realm\",\n \"role_manage-users\": \"Pārvaldīt lietotājus\",\n \"role_manage-applications\": \"Pārvaldīt lietojumprogrammas\",\n \"role_manage-identity-providers\": \"Pārvaldīt identitātes sniedzējus\",\n \"role_manage-clients\": \"Pārvaldīt klientus\",\n \"role_manage-events\": \"Pārvaldīt notikumus\",\n \"role_view-profile\": \"Skatīt profilu\",\n \"role_manage-account\": \"Pārvaldīt kontu\",\n \"role_manage-account-links\": \"Pārvaldīt konta saites\",\n \"role_read-token\": \"Lasīt talonu (token)\",\n \"role_offline-access\": \"Bezsaistes piekļuve\",\n \"role_uma_authorization\": \"Iegūt atļaujas\",\n \"client_account\": \"Konts\",\n \"client_security-admin-console\": \"Drošības administrācijas konsole\",\n \"client_admin-cli\": \"Administrācijas CLI\",\n \"client_realm-management\": \"Realm pārvaldība\",\n \"client_broker\": \"Brokeris\",\n \"invalidUserMessage\": \"Nekorekts lietotājvārds vai parole.\",\n \"invalidEmailMessage\": \"Nekorekta e-pasta adrese.\",\n \"accountDisabledMessage\": \"Konts ir atspējots, sazinieties ar administratoru.\",\n \"accountTemporarilyDisabledMessage\": \"Konts ir uz laiku atspējots, sazinieties ar administratoru vai mēģiniet vēlāk.\",\n \"expiredCodeMessage\": \"Pieslēgšanās noilgums. Lūdzu pieslēdzieties atkārtoti.\",\n \"expiredActionMessage\": \"Darbība noilgusi. Lūdzu turpiniet ar pieslēgšanos.\",\n \"expiredActionTokenNoSessionMessage\": \"Darbība noilgusi.\",\n \"expiredActionTokenSessionExistsMessage\": \"Darbība noilgusi. Lūdzu uzsāciet to no jauna.\",\n \"missingFirstNameMessage\": \"Lūdzu norādi vārdu.\",\n \"missingLastNameMessage\": \"Lūdzu norādi uzvārdu.\",\n \"missingEmailMessage\": \"Lūdzu norādi e-pastu.\",\n \"missingUsernameMessage\": \"Lūdzu norādi lietotājvārdu.\",\n \"missingPasswordMessage\": \"Lūdzu norādi paroli.\",\n \"notMatchPasswordMessage\": \"Paroles nesakrīt.\",\n \"invalidPasswordExistingMessage\": \"Nekorekta pašreizējā parole.\",\n \"invalidPasswordBlacklistedMessage\": \"Nekorekta parole: parole ir melnajā sarakstā.\",\n \"invalidPasswordConfirmMessage\": \"Paroles apstiprinājums nav pareizs.\",\n \"usernameExistsMessage\": \"Lietotājvārds jau eksistē.\",\n \"emailExistsMessage\": \"E-pasts jau eksistē.\",\n \"federatedIdentityExistsMessage\": \"Lietotājvārds ar {0} {1} jau eksistē. Lūdzu pieslēdzieties konta pārvaldniekam lai savienotu kontus.\",\n \"confirmLinkIdpTitle\": \"Konts jau eksistē\",\n \"federatedIdentityConfirmLinkMessage\": \"Konts ar {0} {1} jau eksistē. Kā vēlies turpināt?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Pieslēdzieties ar {0}, lai savienotu kontu ar {1}\",\n \"confirmLinkIdpReviewProfile\": \"Pārskatīt profilu\",\n \"confirmLinkIdpContinue\": \"Pievienot eksistējošam kontam\",\n \"accountUpdatedMessage\": \"Jūsu konts ir atjaunots.\",\n \"accountPasswordUpdatedMessage\": \"Jūsu parole ir atjaunota.\",\n \"delegationCompleteHeader\": \"Pieslēgšanās veiksmīga\",\n \"delegationCompleteMessage\": \"Jūs varat aizvērt šo pārlūka logu un doties atpakaļ uz konsoles lietojumprogrammu.\",\n \"delegationFailedHeader\": \"Pieslēgšanās neizdevās\",\n \"delegationFailedMessage\": \"Jūs varat aizvērt šo pārlūka logu un doties atpakaļ uz konsoles lietojumprogrammu un mēģināt pieslēgties atkārtoti.\",\n \"noAccessMessage\": \"Nav piekļuves\",\n \"invalidPasswordMinLengthMessage\": \"Nekorekta parole: minimālais paroles garums {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Nekorekta parole: tai jāsatur vismaz {0} cipari.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Nekorekta parole: tai jāsatur vismaz {0} mazie burti.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Nekorekta parole: tai jāsatur vismaz {0} lielie burti.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Nekorekta parole: tai jāsatur vismaz {0} speciālie simboli.\",\n \"invalidPasswordNotUsernameMessage\": \"Nekorekta parole: tā nedrīkst sakrist ar lietotājvārdu.\",\n \"invalidPasswordRegexPatternMessage\": \"Nekorekta parole: netabilst regex šablonam(iem).\",\n \"invalidPasswordHistoryMessage\": \"Nekorekta parole: nedrīkst būt vienāda ar iepriekšējām {0} parolēm.\",\n \"invalidPasswordGenericMessage\": \"Nekorekta parole: jaunā parole neatbilst paroles noteikumiem.\",\n \"locale_ca\": \"Català\",\n \"locale_cs\": \"Čeština\",\n \"locale_da\": \"Dansk\",\n \"locale_de\": \"Deutsch\",\n \"locale_en\": \"English\",\n \"locale_es\": \"Español\",\n \"locale_fr\": \"Français\",\n \"locale_hu\": \"Magyar\",\n \"locale_it\": \"Italiano\",\n \"locale_ja\": \"日本語\",\n \"locale_lv\": \"Latviešu\",\n \"locale_lt\": \"Lietuvių\",\n \"locale_nl\": \"Nederlands\",\n \"locale_no\": \"Norsk\",\n \"locale_pl\": \"Polski\",\n \"locale_pt_BR\": \"Português (Brasil)\",\n \"locale_pt-BR\": \"Português (Brasil)\",\n \"locale_ru\": \"Русский\",\n \"locale_sk\": \"Slovenčina\",\n \"locale_sv\": \"Svenska\",\n \"locale_tr\": \"Türkçe\",\n \"locale_zh-CN\": \"中文简体\",\n \"backToApplication\": \"« Atpakaļ uz lietojumprogrammu\",\n \"missingParameterMessage\": \"Trūkst parametru: {0}\",\n \"clientNotFoundMessage\": \"Klients nav atrasts.\",\n \"clientDisabledMessage\": \"Klients atspējos.\",\n \"invalidParameterMessage\": \"Nekorekts parametrs: {0}\",\n \"alreadyLoggedIn\": \"Tu jau esi pieslēdzies.\",\n \"differentUserAuthenticated\": \"Jūs jau esat pieslēdzies ar citu lietotāju '{0}' šajā sesijā. Lūdzu vispirms atslēgties.\",\n \"proceedWithAction\": \"» Spiediet šeit lai turpinātu\",\n \"requiredAction.CONFIGURE_TOTP\": \"Konfigurēt OTP\",\n \"requiredAction.terms_and_conditions\": \"Noteikumi un nosacījumi\",\n \"requiredAction.UPDATE_PASSWORD\": \"Atjaunot paroli\",\n \"requiredAction.UPDATE_PROFILE\": \"Atjaunot profilu\",\n \"requiredAction.VERIFY_EMAIL\": \"Apstiprināt e-pastu\",\n \"pageNotFound\": \"Lapa nav atrasta\",\n \"internalServerError\": \"Notikusi servera kļūme\",\n \"console-username\": \"Lietotājvārds:\",\n \"console-password\": \"Parole:\",\n \"console-otp\": \"Vienreizējā parole:\",\n \"console-new-password\": \"Jauna parole:\",\n \"console-confirm-password\": \"Parole atkārtoti:\",\n \"console-update-password\": \"Jums ir jāatjauno parole.\",\n \"console-verify-email\": \"Jums ir jāapstiprina e-pasta adrese. E-pasts tika nosūtīts uz {0}, kas satur apstiprinājuma kodu. Lūdzu ievadiet šo kodu ievadlaukā zemāk.\",\n \"console-email-code\": \"E-pasta kods:\",\n \"console-accept-terms\": \"Piekrist noteikumiem? [y/n]:\",\n \"console-accept\": \"y\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7526.de158c81.chunk.js b/resources/keycloak/keycloakify/static/js/7526.de158c81.chunk.js new file mode 100644 index 00000000..30b90bc9 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7526.de158c81.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[7526],{7526:function(e,n,i){i.r(n);n.default={doSave:"Speichern",doCancel:"Abbrechen",doLogOutAllSessions:"Alle Sitzungen abmelden",doRemove:"Entfernen",doAdd:"Hinzuf\xfcgen",doSignOut:"Abmelden",doLogIn:"Anmelden",doLink:"Verkn\xfcpfen",noAccessMessage:"Zugriff verweigert",personalInfoSidebarTitle:"Pers\xf6nliche Informationen",accountSecuritySidebarTitle:"Konto Sicherheit",signingInSidebarTitle:"Anmeldung",deviceActivitySidebarTitle:"Ger\xe4te Aktivit\xe4t",linkedAccountsSidebarTitle:"Verkn\xfcpfte Konten",editAccountHtmlTitle:"Benutzerkonto bearbeiten",personalInfoHtmlTitle:"Pers\xf6nliche Informationen",federatedIdentitiesHtmlTitle:"F\xf6derierte Identit\xe4ten",accountLogHtmlTitle:"Benutzerkonto Log",changePasswordHtmlTitle:"Passwort \xc4ndern",deviceActivityHtmlTitle:"Ger\xe4teaktivit\xe4t",sessionsHtmlTitle:"Sitzungen",accountManagementTitle:"Keycloak Benutzerkontoverwaltung",authenticatorTitle:"Mehrfachauthentifizierung",applicationsHtmlTitle:"Applikationen",linkedAccountsHtmlTitle:"Verkn\xfcpfte Konten",accountManagementWelcomeMessage:"Willkommen bei der Keycloak Kontoverwaltung",personalInfoIntroMessage:"Grundlegende Informationen verwalten",accountSecurityTitle:"Kontosicherheit",accountSecurityIntroMessage:"Passwort und Kontozugriff verwalten",applicationsIntroMessage:"App-Berechtigung f\xfcr den Zugriff auf ihr Konto verwalten",resourceIntroMessage:"Ressourcen mit Teammitgliedern teilen",passwordLastUpdateMessage:"Ihr Passwort wurde aktualisiert am",updatePasswordTitle:"Passwort aktualisieren",updatePasswordMessageTitle:"W\xc4hlen Sie ein sicheres Passwort",updatePasswordMessage:"Ein sicheres Passwort besteht aus einer Kombination aus Zahlen, Buchstaben und Sonderzeichen. Es ist schwer zu erraten, hat keine \xc4hnlichkeit mit einem echten Wort, und wird nur f\xfcr dieses Konto verwendet.",personalSubTitle:"Ihre pers\xf6nlichen Informationen",personalSubMessage:"Verwalten Sie folgende Informationen: Vorname, Nachname und E-Mail-Adresse",authenticatorCode:"One-time Code",email:"E-Mail",firstName:"Vorname",givenName:"Vorname",fullName:"Voller Name",lastName:"Nachname",familyName:"Nachname",password:"Passwort",currentPassword:"Aktuelles Passwort",passwordConfirm:"Passwort best\xe4tigen",passwordNew:"Neues Passwort",username:"Benutzername",address:"Adresse",street:"Stra\xdfe",region:"Staat, Provinz, Region",postal_code:"PLZ",locality:"Stadt oder Ortschaft",country:"Land",emailVerified:"E-Mail verifiziert",website:"Website",phoneNumber:"Telefonnummer",phoneNumberVerified:"Telefonnummer verifiziert",gender:"Geschlecht",birthday:"Geburtsdatum",zoneinfo:"Zeitzone",gssDelegationCredential:"GSS delegierte Berechtigung",profileScopeConsentText:"Nutzerkonto",emailScopeConsentText:"E-Mail Adresse",addressScopeConsentText:"Adresse",phoneScopeConsentText:"Telefonnummer",offlineAccessScopeConsentText:"Offline Zugriff",samlRoleListScopeConsentText:"Meine Rollen",rolesScopeConsentText:"Nutzerrollen",role_admin:"Admin","role_realm-admin":"Realm Admin","role_create-realm":"Realm erstellen","role_view-realm":"Realm ansehen","role_view-users":"Benutzer ansehen","role_view-applications":"Applikationen ansehen","role_view-clients":"Clients ansehen","role_view-events":"Events ansehen","role_view-identity-providers":"Identity Provider ansehen","role_view-consent":"Zustimmungen anzeigen","role_manage-realm":"Realm verwalten","role_manage-users":"Benutzer verwalten","role_manage-applications":"Applikationen verwalten","role_manage-identity-providers":"Identity Provider verwalten","role_manage-clients":"Clients verwalten","role_manage-events":"Events verwalten","role_view-profile":"Profile ansehen","role_manage-account":"Profile verwalten","role_manage-account-links":"Profil-Links verwalten","role_manage-consent":"Zustimmungen verwalten","role_read-token":"Token lesen","role_offline-access":"Offline-Zugriff",role_uma_authorization:"Berechtigungen einholen",client_account:"Clientkonto","client_account-console":"Accountkonsole","client_security-admin-console":"Security Adminkonsole","client_admin-cli":"Admin CLI","client_realm-management":"Realm-Management",client_broker:"Broker",requiredFields:"Erforderliche Felder",allFieldsRequired:"Alle Felder sind erforderlich",backToApplication:"« Zur\xfcck zur Applikation",backTo:"Zur\xfcck zu {0}",date:"Datum",event:"Ereignis",ip:"IP",client:"Client",clients:"Clients",details:"Details",started:"Startdatum",lastAccess:"Letzter Zugriff",expires:"Ablaufdatum",applications:"Applikationen",account:"Benutzerkonto",federatedIdentity:"F\xf6derierte Identit\xe4t",authenticator:"Mehrfachauthentifizierung","device-activity":"Ger\xe4teaktivit\xe4t",sessions:"Sitzungen",log:"Log",application:"Applikation",availablePermissions:"verf\xfcgbare Berechtigungen",grantedPermissions:"gew\xe4hrte Berechtigungen",grantedPersonalInfo:"gew\xe4hrte pers\xf6nliche Informationen",additionalGrants:"zus\xe4tzliche Berechtigungen",action:"Aktion",inResource:"in",fullAccess:"Vollzugriff",offlineToken:"Offline-Token",revoke:"Berechtigung widerrufen",configureAuthenticators:"Mehrfachauthentifizierung konfigurieren",mobile:"Mobil",totpStep1:"Installieren Sie eine der folgenden Applikationen auf Ihrem Smartphone:",totpStep2:"\xd6ffnen Sie die Applikation und scannen Sie den Barcode.",totpStep3:"Geben Sie den von der Applikation generierten One-time Code ein und klicken Sie auf Speichern.",totpStep3DeviceName:"Geben Sie einen Ger\xe4tenamen an, um die Verwaltung Ihrer OTP-Ger\xe4te zu erleichtern.",totpManualStep2:"\xd6ffnen Sie die Applikation und geben Sie den folgenden Schl\xfcssel ein.",totpManualStep3:"Verwenden Sie die folgenden Konfigurationswerte, falls Sie diese f\xfcr die Applikation anpassen k\xf6nnen:",totpUnableToScan:"Sie k\xf6nnen den Barcode nicht scannen?",totpScanBarcode:"Barcode scannen?","totp.totp":"zeitbasiert (time-based)","totp.hotp":"z\xe4hlerbasiert (counter-based)",totpType:"Typ",totpAlgorithm:"Algorithmus",totpDigits:"Ziffern",totpInterval:"Intervall",totpCounter:"Z\xe4hler",totpDeviceName:"Ger\xe4tename",irreversibleAction:"Diese Aktion ist unwiderruflich",deletingImplies:"Die L\xf6schung Ihres Kontos bedeutet:",errasingData:"L\xf6schen aller Ihrer Daten",loggingOutImmediately:"Sofortige Abmeldung",accountUnusable:"Eine sp\xe4tere Nutzung der Anwendung ist mit diesem Konto nicht mehr m\xf6glich",missingUsernameMessage:"Bitte geben Sie einen Benutzernamen ein.",missingFirstNameMessage:"Bitte geben Sie einen Vornamen ein.",invalidEmailMessage:"Ung\xfcltige E-Mail Adresse.",missingLastNameMessage:"Bitte geben Sie einen Nachnamen ein.",missingEmailMessage:"Bitte geben Sie eine E-Mail Adresse ein.",missingPasswordMessage:"Bitte geben Sie ein Passwort ein.",notMatchPasswordMessage:"Die Passw\xf6rter sind nicht identisch.",invalidUserMessage:"Ung\xfcltiger Nutzer",missingTotpMessage:"Bitte geben Sie den One-time Code ein.",missingTotpDeviceNameMessage:"Bitte geben Sie einen Ger\xe4tenamen an.",invalidPasswordExistingMessage:"Das aktuelle Passwort ist ung\xfcltig.",invalidPasswordConfirmMessage:"Die Passwortbest\xe4tigung ist nicht identisch.",invalidTotpMessage:"Ung\xfcltiger One-time Code.",usernameExistsMessage:"Der Benutzername existiert bereits.",emailExistsMessage:"Die E-Mail-Adresse existiert bereits.",readOnlyUserMessage:"Sie k\xf6nnen Ihr Benutzerkonto nicht \xe4ndern, da es schreibgesch\xfctzt ist.",readOnlyUsernameMessage:"Sie k\xf6nnen Ihren Benutzernamen nicht \xe4ndern, da er schreibgesch\xfctzt ist.",readOnlyPasswordMessage:"Sie k\xf6nnen Ihr Passwort nicht \xe4ndern, da es schreibgesch\xfctzt ist.",successTotpMessage:"Mehrfachauthentifizierung erfolgreich konfiguriert.",successTotpRemovedMessage:"Mehrfachauthentifizierung erfolgreich entfernt.",successGrantRevokedMessage:"Berechtigung erfolgreich widerrufen.",accountUpdatedMessage:"Ihr Benutzerkonto wurde aktualisiert.",accountPasswordUpdatedMessage:"Ihr Passwort wurde aktualisiert.",missingIdentityProviderMessage:"Identity Provider nicht angegeben.",invalidFederatedIdentityActionMessage:"Ung\xfcltige oder fehlende Aktion.",identityProviderNotFoundMessage:"Angegebener Identity Provider nicht gefunden.",federatedIdentityLinkNotActiveMessage:"Diese Identit\xe4t ist nicht mehr aktiv.",federatedIdentityRemovingLastProviderMessage:"Sie k\xf6nnen den letzten Eintrag nicht entfernen, da Sie kein Passwort haben.",identityProviderRedirectErrorMessage:"Fehler bei der Weiterleitung zum Identity Provider.",identityProviderRemovedMessage:"Identity Provider erfolgreich entfernt.",identityProviderAlreadyLinkedMessage:"Die f\xf6derierte Identit\xe4t von {0} ist bereits einem anderen Benutzer zugewiesen.",staleCodeAccountMessage:"Diese Seite ist nicht mehr g\xfcltig, bitte versuchen Sie es noch einmal.",consentDenied:"Einverst\xe4ndnis verweigert.",accountDisabledMessage:"Ihr Benutzerkonto ist gesperrt, bitte kontaktieren Sie den Admin.",accountTemporarilyDisabledMessage:"Ihr Benutzerkonto ist tempor\xe4r gesperrt, bitte kontaktieren Sie den Admin oder versuchen Sie es sp\xe4ter noch einmal.",invalidPasswordMinLengthMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Zeichen lang sein.",invalidPasswordMinLowerCaseCharsMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Kleinbuchstaben beinhalten.",invalidPasswordMinDigitsMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Zahl(en) beinhalten.",invalidPasswordMinUpperCaseCharsMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Gro\xdfbuchstaben beinhalten.",invalidPasswordMinSpecialCharsMessage:"Ung\xfcltiges Passwort: Es muss mindestens {0} Sonderzeichen beinhalten.",invalidPasswordNotUsernameMessage:"Ung\xfcltiges Passwort: Es darf nicht gleich sein wie der Benutzername.",invalidPasswordNotEmailMessage:"Ung\xfcltiges Passwort: darf nicht identisch mit der E-Mail-Adresse sein.",invalidPasswordRegexPatternMessage:"Ung\xfcltiges Passwort: Es entspricht nicht dem Regex-Muster.",invalidPasswordHistoryMessage:"Ung\xfcltiges Passwort: Es darf nicht einem der letzten {0} Passw\xf6rter entsprechen.",invalidPasswordBlacklistedMessage:"Ung\xfcltiges Passwort: Das Passwort steht auf der Blocklist (schwarzen Liste).",invalidPasswordGenericMessge:"Ung\xfcltiges Passwort: Das neue Passwort verletzt die Passwort-Richtlinien.",myResources:"Meine Ressourcen",myResourcesSub:"Meine Ressourcen",doDeny:"Ablehnen",doRevoke:"Widerrufen",doApprove:"Genehmigen",doRemoveSharing:"Freigabe entfernen",doRemoveRequest:"Anfrage entfernen",peopleAccessResource:"Personen mit Zugriff auf diese Ressource",resourceManagedPolicies:"Berechtigungen, die Zugriff auf diese Ressource gew\xe4hren",resourceNoPermissionsGrantingAccess:"Keine Berechtigungen, die Zugriff auf diese Ressource gew\xe4hren",anyAction:"Jede Aktion",description:"Beschreibung",name:"Name",scopes:"Geltungsbereiche",resource:"Ressource",user:"Nutzer",peopleSharingThisResource:"Personen, die diese Ressource teilen",shareWithOthers:"Mit anderen teilen",needMyApproval:"Braucht meine Zustimmung",requestsWaitingApproval:"Ihre Anfragen, die auf Genehmigung warten",icon:"Icon",requestor:"Antragstellender",owner:"Besitzender",resourcesSharedWithMe:"Mit mir geteilte Ressourcen",permissionRequestion:"Genehmigungsanfrage",permission:"Genehmigung",shares:"teilt(en)",notBeingShared:"Diese Ressource wird nicht freigegeben.",notHaveAnyResource:"Sie haben keine Ressourcen",noResourcesSharedWithYou:"Es werden keine Ressourcen mit Ihnen geteilt",havePermissionRequestsWaitingForApproval:"Sie haben {0} Genehmigungsanfrage(n), die auf die Genehmigung warten.",clickHereForDetails:"Klicken Sie hier f\xfcr Details.",resourceIsNotBeingShared:"Die Ressource wird nicht freigegeben",applicationName:"Anwendungsname",applicationType:"Anwendungstyp",applicationInUse:"Nur verwendete Anwendungen",clearAllFilter:"Alle Filter entfernen",activeFilters:"Aktive Filter",filterByName:"Nach Namen filtern ...",allApps:"Alle Anwendungen",internalApps:"Interne Anwendungen",thirdpartyApps:"Anwendungen von Drittanbietern",appResults:"Ergebnisse",clientNotFoundMessage:"Client nicht gefunden.",authorizedProvider:"Autorisierter Provider",authorizedProviderMessage:"Autorisierte Provider, die mit Ihrem Konto verkn\xfcpft sind",identityProvider:"Identit\xe4tsprovider",identityProviderMessage:"Verkn\xfcpfen Sie Ihr Konto mit Identit\xe4tsprovidern, die Sie konfiguriert haben",socialLogin:"Social Login",userDefined:"Benutzerdefiniert",removeAccess:"Zugriff entfernen",removeAccessMessage:"Sie m\xfcssen den Zugriff erneut gew\xe4hren, wenn Sie diese Anwendung verwenden m\xf6chten.",authenticatorStatusMessage:"Zwei-Faktor-Authentifizierung ist zurzeit",authenticatorFinishSetUpTitle:"Ihre Zwei-Faktor-Authentifizierung",authenticatorFinishSetUpMessage:"Jedes Mal, wenn Sie sich bei Ihrem Keycloak-Konto anmelden, werden Sie aufgefordert, einen Zwei-Faktor-Authentifizierungscode einzugeben.",authenticatorSubTitle:"Zwei-Faktor-Authentifizierung einrichten",authenticatorSubMessage:"Um die Sicherheit Ihres Kontos zu erh\xf6hen, aktivieren Sie mindestens eine der verf\xfcgbaren Zwei-Faktor-Authentifizierungsmethoden.",authenticatorMobileTitle:"Handy-Authentifikator",authenticatorMobileMessage:"Verwenden Sie Authenticator-Anwendungen auf Ihrem Telefon, um Verifizierungscodes als Zwei-Faktor-Authentifizierung zu erhalten.",authenticatorMobileFinishSetUpMessage:"Die Authenticator-Anwendung wurde an Ihr Telefon gebunden.",authenticatorActionSetup:"Einrichten",authenticatorSMSTitle:"SMS-Code",authenticatorSMSMessage:"Keycloak sendet den Verifizierungscode an Ihr Telefon als Zwei-Faktor-Authentifizierung.",authenticatorSMSFinishSetUpMessage:"Textnachrichten werden gesendet an",authenticatorDefaultStatus:"Standard",authenticatorChangePhone:"Telefonnummer \xe4ndern",authenticatorMobileSetupTitle:"Handy-Authenticator-Setup",smscodeIntroMessage:"Geben Sie Ihre Rufnummer ein und ein Verifizierungscode wird an Ihr Telefon gesendet.",mobileSetupStep1:"Installieren Sie eine Authenticator-Anwendung auf Ihrem Telefon. Die hier aufgef\xfchrten Anwendungen werden unterst\xfctzt.",mobileSetupStep2:"\xd6ffnen Sie die Anwendung und scannen Sie den Barcode:",mobileSetupStep3:"Geben Sie den von der Anwendung bereitgestellten Einmalcode ein und klicken Sie auf Speichern, um die Einrichtung abzuschlie\xdfen.",scanBarCode:"Wollen Sie den Barcode scannen?",enterBarCode:"Geben Sie den Einmalcode ein",doCopy:"Kopieren",doFinish:"Fertigstellen",authenticatorSMSCodeSetupTitle:"SMS-Code-Einrichtung",chooseYourCountry:"W\xe4hlen Sie Ihr Land",enterYourPhoneNumber:"Geben Sie Ihre Telefonnummer ein",sendVerficationCode:"Verifizierungscode senden",enterYourVerficationCode:"Geben Sie Ihren Verifizierungscode ein",authenticatorBackupCodesSetupTitle:"Backup-Codes einrichten",realmName:"Realm",doDownload:"Herunterladen",doPrint:"Drucken",generateNewBackupCodes:"Neue Backup-Codes generieren",backtoAuthenticatorPage:"Zur\xfcck zur Authenticator-Seite",resources:"Ressourcen",sharedwithMe:"Mit mir geteilt",share:"Teilen",sharedwith:"Geteilt mit",accessPermissions:"Zugriffsberechtigungen",permissionRequests:"Berechtigungsanfragen",approve:"Genehmigen",approveAll:"Alle genehmigen",people:"Personen",perPage:"Pro Seite",currentPage:"Aktuelle Seite",sharetheResource:"Die Ressource teilen",group:"Gruppe",selectPermission:"Berechtigung ausw\xe4hlen",addPeople:"Personen hinzuf\xfcgen, mit denen die Ressource geteilt werden soll",addTeam:"Team hinzuf\xfcgen, mit dem die Ressource geteilt werden soll",myPermissions:"Meine Berechtigungen",waitingforApproval:"Warten auf Genehmigung",anyPermission:"Jede Berechtigung","openshift.scope.user_info":"Nutzerinformation","openshift.scope.user_check-access":"Benutzerzugriffsinformationen","openshift.scope.user_full":"Voller Zugriff","openshift.scope.list-projects":"Projekte auflisten"}}}]); +//# sourceMappingURL=7526.de158c81.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/7526.de158c81.chunk.js.map b/resources/keycloak/keycloakify/static/js/7526.de158c81.chunk.js.map new file mode 100644 index 00000000..fc41c798 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/7526.de158c81.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/7526.de158c81.chunk.js","mappings":"uIA0TA,UAtTgB,CACd,OAAU,YACV,SAAY,YACZ,oBAAuB,0BACvB,SAAY,YACZ,MAAS,gBACT,UAAa,WACb,QAAW,WACX,OAAU,gBACV,gBAAmB,qBACnB,yBAA4B,+BAC5B,4BAA+B,mBAC/B,sBAAyB,YACzB,2BAA8B,yBAC9B,2BAA8B,uBAC9B,qBAAwB,2BACxB,sBAAyB,+BACzB,6BAAgC,+BAChC,oBAAuB,oBACvB,wBAA2B,qBAC3B,wBAA2B,wBAC3B,kBAAqB,YACrB,uBAA0B,mCAC1B,mBAAsB,4BACtB,sBAAyB,gBACzB,wBAA2B,uBAC3B,gCAAmC,8CACnC,yBAA4B,uCAC5B,qBAAwB,kBACxB,4BAA+B,sCAC/B,yBAA4B,8DAC5B,qBAAwB,wCACxB,0BAA6B,qCAC7B,oBAAuB,yBACvB,2BAA8B,sCAC9B,sBAAyB,sNACzB,iBAAoB,qCACpB,mBAAsB,6EACtB,kBAAqB,gBACrB,MAAS,SACT,UAAa,UACb,UAAa,UACb,SAAY,cACZ,SAAY,WACZ,WAAc,WACd,SAAY,WACZ,gBAAmB,qBACnB,gBAAmB,yBACnB,YAAe,iBACf,SAAY,eACZ,QAAW,UACX,OAAU,YACV,OAAU,yBACV,YAAe,MACf,SAAY,uBACZ,QAAW,OACX,cAAiB,qBACjB,QAAW,UACX,YAAe,gBACf,oBAAuB,4BACvB,OAAU,aACV,SAAY,eACZ,SAAY,WACZ,wBAA2B,8BAC3B,wBAA2B,cAC3B,sBAAyB,iBACzB,wBAA2B,UAC3B,sBAAyB,gBACzB,8BAAiC,kBACjC,6BAAgC,eAChC,sBAAyB,eACzB,WAAc,QACd,mBAAoB,cACpB,oBAAqB,kBACrB,kBAAmB,gBACnB,kBAAmB,mBACnB,yBAA0B,wBAC1B,oBAAqB,kBACrB,mBAAoB,iBACpB,+BAAgC,4BAChC,oBAAqB,wBACrB,oBAAqB,kBACrB,oBAAqB,qBACrB,2BAA4B,0BAC5B,iCAAkC,8BAClC,sBAAuB,oBACvB,qBAAsB,mBACtB,oBAAqB,kBACrB,sBAAuB,oBACvB,4BAA6B,yBAC7B,sBAAuB,yBACvB,kBAAmB,cACnB,sBAAuB,kBACvB,uBAA0B,0BAC1B,eAAkB,cAClB,yBAA0B,iBAC1B,gCAAiC,wBACjC,mBAAoB,YACpB,0BAA2B,mBAC3B,cAAiB,SACjB,eAAkB,uBAClB,kBAAqB,gCACrB,kBAAqB,oCACrB,OAAU,mBACV,KAAQ,QACR,MAAS,WACT,GAAM,KACN,OAAU,SACV,QAAW,UACX,QAAW,UACX,QAAW,aACX,WAAc,kBACd,QAAW,cACX,aAAgB,gBAChB,QAAW,gBACX,kBAAqB,6BACrB,cAAiB,4BACjB,kBAAmB,wBACnB,SAAY,YACZ,IAAO,MACP,YAAe,cACf,qBAAwB,+BACxB,mBAAsB,6BACtB,oBAAuB,2CACvB,iBAAoB,gCACpB,OAAU,SACV,WAAc,KACd,WAAc,cACd,aAAgB,gBAChB,OAAU,0BACV,wBAA2B,0CAC3B,OAAU,QACV,UAAa,0EACb,UAAa,6DACb,UAAa,iGACb,oBAAuB,2FACvB,gBAAmB,8EACnB,gBAAmB,8GACnB,iBAAoB,2CACpB,gBAAmB,mBACnB,YAAa,2BACb,YAAa,mCACb,SAAY,MACZ,cAAiB,cACjB,WAAc,UACd,aAAgB,YAChB,YAAe,YACf,eAAkB,gBAClB,mBAAsB,kCACtB,gBAAmB,yCACnB,aAAgB,+BAChB,sBAAyB,sBACzB,gBAAmB,mFACnB,uBAA0B,2CAC1B,wBAA2B,sCAC3B,oBAAuB,+BACvB,uBAA0B,uCAC1B,oBAAuB,2CACvB,uBAA0B,oCAC1B,wBAA2B,0CAC3B,mBAAsB,uBACtB,mBAAsB,yCACtB,6BAAgC,2CAChC,+BAAkC,yCAClC,8BAAiC,kDACjC,mBAAsB,+BACtB,sBAAyB,sCACzB,mBAAsB,wCACtB,oBAAuB,kFACvB,wBAA2B,oFAC3B,wBAA2B,6EAC3B,mBAAsB,sDACtB,0BAA6B,kDAC7B,2BAA8B,uCAC9B,sBAAyB,wCACzB,8BAAiC,mCACjC,+BAAkC,qCAClC,sCAAyC,qCACzC,gCAAmC,gDACnC,sCAAyC,2CACzC,6CAAgD,iFAChD,qCAAwC,sDACxC,+BAAkC,0CAClC,qCAAwC,wFACxC,wBAA2B,4EAC3B,cAAiB,gCACjB,uBAA0B,oEAC1B,kCAAqC,4HACrC,gCAAmC,oEACnC,wCAA2C,6EAC3C,gCAAmC,sEACnC,wCAA2C,+EAC3C,sCAAyC,2EACzC,kCAAqC,0EACrC,+BAAkC,4EAClC,mCAAsC,gEACtC,8BAAiC,yFACjC,kCAAqC,kFACrC,6BAAgC,+EAChC,YAAe,mBACf,eAAkB,mBAClB,OAAU,WACV,SAAY,aACZ,UAAa,aACb,gBAAmB,qBACnB,gBAAmB,oBACnB,qBAAwB,2CACxB,wBAA2B,8DAC3B,oCAAuC,oEACvC,UAAa,cACb,YAAe,eACf,KAAQ,OACR,OAAU,mBACV,SAAY,YACZ,KAAQ,SACR,0BAA6B,uCAC7B,gBAAmB,qBACnB,eAAkB,2BAClB,wBAA2B,4CAC3B,KAAQ,OACR,UAAa,mBACb,MAAS,cACT,sBAAyB,8BACzB,qBAAwB,sBACxB,WAAc,cACd,OAAU,YACV,eAAkB,0CAClB,mBAAsB,6BACtB,yBAA4B,+CAC5B,yCAA4C,wEAC5C,oBAAuB,mCACvB,yBAA4B,uCAC5B,gBAAmB,iBACnB,gBAAmB,gBACnB,iBAAoB,6BACpB,eAAkB,wBAClB,cAAiB,gBACjB,aAAgB,yBAChB,QAAW,mBACX,aAAgB,sBAChB,eAAkB,iCAClB,WAAc,aACd,sBAAyB,yBACzB,mBAAsB,yBACtB,0BAA6B,+DAC7B,iBAAoB,wBACpB,wBAA2B,qFAC3B,YAAe,eACf,YAAe,oBACf,aAAgB,oBAChB,oBAAuB,+FACvB,2BAA8B,4CAC9B,8BAAiC,qCACjC,gCAAmC,4IACnC,sBAAyB,2CACzB,wBAA2B,0IAC3B,yBAA4B,wBAC5B,2BAA8B,mIAC9B,sCAAyC,6DACzC,yBAA4B,aAC5B,sBAAyB,WACzB,wBAA2B,2FAC3B,mCAAsC,qCACtC,2BAA8B,WAC9B,yBAA4B,0BAC5B,8BAAiC,4BACjC,oBAAuB,wFACvB,iBAAoB,+HACpB,iBAAoB,2DACpB,iBAAoB,sIACpB,YAAe,kCACf,aAAgB,+BAChB,OAAU,WACV,SAAY,gBACZ,+BAAkC,uBAClC,kBAAqB,yBACrB,qBAAwB,mCACxB,oBAAuB,4BACvB,yBAA4B,yCAC5B,mCAAsC,0BACtC,UAAa,QACb,WAAc,gBACd,QAAW,UACX,uBAA0B,+BAC1B,wBAA2B,oCAC3B,UAAa,aACb,aAAgB,kBAChB,MAAS,SACT,WAAc,cACd,kBAAqB,yBACrB,mBAAsB,wBACtB,QAAW,aACX,WAAc,kBACd,OAAU,WACV,QAAW,YACX,YAAe,iBACf,iBAAoB,uBACpB,MAAS,SACT,iBAAoB,4BACpB,UAAa,sEACb,QAAW,gEACX,cAAiB,uBACjB,mBAAsB,yBACtB,cAAiB,oBACjB,4BAA6B,oBAC7B,oCAAqC,gCACrC,4BAA6B,iBAC7B,gCAAiC,qB","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/de.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Speichern\",\n \"doCancel\": \"Abbrechen\",\n \"doLogOutAllSessions\": \"Alle Sitzungen abmelden\",\n \"doRemove\": \"Entfernen\",\n \"doAdd\": \"Hinzufügen\",\n \"doSignOut\": \"Abmelden\",\n \"doLogIn\": \"Anmelden\",\n \"doLink\": \"Verknüpfen\",\n \"noAccessMessage\": \"Zugriff verweigert\",\n \"personalInfoSidebarTitle\": \"Persönliche Informationen\",\n \"accountSecuritySidebarTitle\": \"Konto Sicherheit\",\n \"signingInSidebarTitle\": \"Anmeldung\",\n \"deviceActivitySidebarTitle\": \"Geräte Aktivität\",\n \"linkedAccountsSidebarTitle\": \"Verknüpfte Konten\",\n \"editAccountHtmlTitle\": \"Benutzerkonto bearbeiten\",\n \"personalInfoHtmlTitle\": \"Persönliche Informationen\",\n \"federatedIdentitiesHtmlTitle\": \"Föderierte Identitäten\",\n \"accountLogHtmlTitle\": \"Benutzerkonto Log\",\n \"changePasswordHtmlTitle\": \"Passwort Ändern\",\n \"deviceActivityHtmlTitle\": \"Geräteaktivität\",\n \"sessionsHtmlTitle\": \"Sitzungen\",\n \"accountManagementTitle\": \"Keycloak Benutzerkontoverwaltung\",\n \"authenticatorTitle\": \"Mehrfachauthentifizierung\",\n \"applicationsHtmlTitle\": \"Applikationen\",\n \"linkedAccountsHtmlTitle\": \"Verknüpfte Konten\",\n \"accountManagementWelcomeMessage\": \"Willkommen bei der Keycloak Kontoverwaltung\",\n \"personalInfoIntroMessage\": \"Grundlegende Informationen verwalten\",\n \"accountSecurityTitle\": \"Kontosicherheit\",\n \"accountSecurityIntroMessage\": \"Passwort und Kontozugriff verwalten\",\n \"applicationsIntroMessage\": \"App-Berechtigung für den Zugriff auf ihr Konto verwalten\",\n \"resourceIntroMessage\": \"Ressourcen mit Teammitgliedern teilen\",\n \"passwordLastUpdateMessage\": \"Ihr Passwort wurde aktualisiert am\",\n \"updatePasswordTitle\": \"Passwort aktualisieren\",\n \"updatePasswordMessageTitle\": \"WÄhlen Sie ein sicheres Passwort\",\n \"updatePasswordMessage\": \"Ein sicheres Passwort besteht aus einer Kombination aus Zahlen, Buchstaben und Sonderzeichen. Es ist schwer zu erraten, hat keine Ähnlichkeit mit einem echten Wort, und wird nur für dieses Konto verwendet.\",\n \"personalSubTitle\": \"Ihre persönlichen Informationen\",\n \"personalSubMessage\": \"Verwalten Sie folgende Informationen: Vorname, Nachname und E-Mail-Adresse\",\n \"authenticatorCode\": \"One-time Code\",\n \"email\": \"E-Mail\",\n \"firstName\": \"Vorname\",\n \"givenName\": \"Vorname\",\n \"fullName\": \"Voller Name\",\n \"lastName\": \"Nachname\",\n \"familyName\": \"Nachname\",\n \"password\": \"Passwort\",\n \"currentPassword\": \"Aktuelles Passwort\",\n \"passwordConfirm\": \"Passwort bestätigen\",\n \"passwordNew\": \"Neues Passwort\",\n \"username\": \"Benutzername\",\n \"address\": \"Adresse\",\n \"street\": \"Straße\",\n \"region\": \"Staat, Provinz, Region\",\n \"postal_code\": \"PLZ\",\n \"locality\": \"Stadt oder Ortschaft\",\n \"country\": \"Land\",\n \"emailVerified\": \"E-Mail verifiziert\",\n \"website\": \"Website\",\n \"phoneNumber\": \"Telefonnummer\",\n \"phoneNumberVerified\": \"Telefonnummer verifiziert\",\n \"gender\": \"Geschlecht\",\n \"birthday\": \"Geburtsdatum\",\n \"zoneinfo\": \"Zeitzone\",\n \"gssDelegationCredential\": \"GSS delegierte Berechtigung\",\n \"profileScopeConsentText\": \"Nutzerkonto\",\n \"emailScopeConsentText\": \"E-Mail Adresse\",\n \"addressScopeConsentText\": \"Adresse\",\n \"phoneScopeConsentText\": \"Telefonnummer\",\n \"offlineAccessScopeConsentText\": \"Offline Zugriff\",\n \"samlRoleListScopeConsentText\": \"Meine Rollen\",\n \"rolesScopeConsentText\": \"Nutzerrollen\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Realm Admin\",\n \"role_create-realm\": \"Realm erstellen\",\n \"role_view-realm\": \"Realm ansehen\",\n \"role_view-users\": \"Benutzer ansehen\",\n \"role_view-applications\": \"Applikationen ansehen\",\n \"role_view-clients\": \"Clients ansehen\",\n \"role_view-events\": \"Events ansehen\",\n \"role_view-identity-providers\": \"Identity Provider ansehen\",\n \"role_view-consent\": \"Zustimmungen anzeigen\",\n \"role_manage-realm\": \"Realm verwalten\",\n \"role_manage-users\": \"Benutzer verwalten\",\n \"role_manage-applications\": \"Applikationen verwalten\",\n \"role_manage-identity-providers\": \"Identity Provider verwalten\",\n \"role_manage-clients\": \"Clients verwalten\",\n \"role_manage-events\": \"Events verwalten\",\n \"role_view-profile\": \"Profile ansehen\",\n \"role_manage-account\": \"Profile verwalten\",\n \"role_manage-account-links\": \"Profil-Links verwalten\",\n \"role_manage-consent\": \"Zustimmungen verwalten\",\n \"role_read-token\": \"Token lesen\",\n \"role_offline-access\": \"Offline-Zugriff\",\n \"role_uma_authorization\": \"Berechtigungen einholen\",\n \"client_account\": \"Clientkonto\",\n \"client_account-console\": \"Accountkonsole\",\n \"client_security-admin-console\": \"Security Adminkonsole\",\n \"client_admin-cli\": \"Admin CLI\",\n \"client_realm-management\": \"Realm-Management\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Erforderliche Felder\",\n \"allFieldsRequired\": \"Alle Felder sind erforderlich\",\n \"backToApplication\": \"« Zurück zur Applikation\",\n \"backTo\": \"Zurück zu {0}\",\n \"date\": \"Datum\",\n \"event\": \"Ereignis\",\n \"ip\": \"IP\",\n \"client\": \"Client\",\n \"clients\": \"Clients\",\n \"details\": \"Details\",\n \"started\": \"Startdatum\",\n \"lastAccess\": \"Letzter Zugriff\",\n \"expires\": \"Ablaufdatum\",\n \"applications\": \"Applikationen\",\n \"account\": \"Benutzerkonto\",\n \"federatedIdentity\": \"Föderierte Identität\",\n \"authenticator\": \"Mehrfachauthentifizierung\",\n \"device-activity\": \"Geräteaktivität\",\n \"sessions\": \"Sitzungen\",\n \"log\": \"Log\",\n \"application\": \"Applikation\",\n \"availablePermissions\": \"verfügbare Berechtigungen\",\n \"grantedPermissions\": \"gewährte Berechtigungen\",\n \"grantedPersonalInfo\": \"gewährte persönliche Informationen\",\n \"additionalGrants\": \"zusätzliche Berechtigungen\",\n \"action\": \"Aktion\",\n \"inResource\": \"in\",\n \"fullAccess\": \"Vollzugriff\",\n \"offlineToken\": \"Offline-Token\",\n \"revoke\": \"Berechtigung widerrufen\",\n \"configureAuthenticators\": \"Mehrfachauthentifizierung konfigurieren\",\n \"mobile\": \"Mobil\",\n \"totpStep1\": \"Installieren Sie eine der folgenden Applikationen auf Ihrem Smartphone:\",\n \"totpStep2\": \"Öffnen Sie die Applikation und scannen Sie den Barcode.\",\n \"totpStep3\": \"Geben Sie den von der Applikation generierten One-time Code ein und klicken Sie auf Speichern.\",\n \"totpStep3DeviceName\": \"Geben Sie einen Gerätenamen an, um die Verwaltung Ihrer OTP-Geräte zu erleichtern.\",\n \"totpManualStep2\": \"Öffnen Sie die Applikation und geben Sie den folgenden Schlüssel ein.\",\n \"totpManualStep3\": \"Verwenden Sie die folgenden Konfigurationswerte, falls Sie diese für die Applikation anpassen können:\",\n \"totpUnableToScan\": \"Sie können den Barcode nicht scannen?\",\n \"totpScanBarcode\": \"Barcode scannen?\",\n \"totp.totp\": \"zeitbasiert (time-based)\",\n \"totp.hotp\": \"zählerbasiert (counter-based)\",\n \"totpType\": \"Typ\",\n \"totpAlgorithm\": \"Algorithmus\",\n \"totpDigits\": \"Ziffern\",\n \"totpInterval\": \"Intervall\",\n \"totpCounter\": \"Zähler\",\n \"totpDeviceName\": \"Gerätename\",\n \"irreversibleAction\": \"Diese Aktion ist unwiderruflich\",\n \"deletingImplies\": \"Die Löschung Ihres Kontos bedeutet:\",\n \"errasingData\": \"Löschen aller Ihrer Daten\",\n \"loggingOutImmediately\": \"Sofortige Abmeldung\",\n \"accountUnusable\": \"Eine spätere Nutzung der Anwendung ist mit diesem Konto nicht mehr möglich\",\n \"missingUsernameMessage\": \"Bitte geben Sie einen Benutzernamen ein.\",\n \"missingFirstNameMessage\": \"Bitte geben Sie einen Vornamen ein.\",\n \"invalidEmailMessage\": \"Ungültige E-Mail Adresse.\",\n \"missingLastNameMessage\": \"Bitte geben Sie einen Nachnamen ein.\",\n \"missingEmailMessage\": \"Bitte geben Sie eine E-Mail Adresse ein.\",\n \"missingPasswordMessage\": \"Bitte geben Sie ein Passwort ein.\",\n \"notMatchPasswordMessage\": \"Die Passwörter sind nicht identisch.\",\n \"invalidUserMessage\": \"Ungültiger Nutzer\",\n \"missingTotpMessage\": \"Bitte geben Sie den One-time Code ein.\",\n \"missingTotpDeviceNameMessage\": \"Bitte geben Sie einen Gerätenamen an.\",\n \"invalidPasswordExistingMessage\": \"Das aktuelle Passwort ist ungültig.\",\n \"invalidPasswordConfirmMessage\": \"Die Passwortbestätigung ist nicht identisch.\",\n \"invalidTotpMessage\": \"Ungültiger One-time Code.\",\n \"usernameExistsMessage\": \"Der Benutzername existiert bereits.\",\n \"emailExistsMessage\": \"Die E-Mail-Adresse existiert bereits.\",\n \"readOnlyUserMessage\": \"Sie können Ihr Benutzerkonto nicht ändern, da es schreibgeschützt ist.\",\n \"readOnlyUsernameMessage\": \"Sie können Ihren Benutzernamen nicht ändern, da er schreibgeschützt ist.\",\n \"readOnlyPasswordMessage\": \"Sie können Ihr Passwort nicht ändern, da es schreibgeschützt ist.\",\n \"successTotpMessage\": \"Mehrfachauthentifizierung erfolgreich konfiguriert.\",\n \"successTotpRemovedMessage\": \"Mehrfachauthentifizierung erfolgreich entfernt.\",\n \"successGrantRevokedMessage\": \"Berechtigung erfolgreich widerrufen.\",\n \"accountUpdatedMessage\": \"Ihr Benutzerkonto wurde aktualisiert.\",\n \"accountPasswordUpdatedMessage\": \"Ihr Passwort wurde aktualisiert.\",\n \"missingIdentityProviderMessage\": \"Identity Provider nicht angegeben.\",\n \"invalidFederatedIdentityActionMessage\": \"Ungültige oder fehlende Aktion.\",\n \"identityProviderNotFoundMessage\": \"Angegebener Identity Provider nicht gefunden.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Diese Identität ist nicht mehr aktiv.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Sie können den letzten Eintrag nicht entfernen, da Sie kein Passwort haben.\",\n \"identityProviderRedirectErrorMessage\": \"Fehler bei der Weiterleitung zum Identity Provider.\",\n \"identityProviderRemovedMessage\": \"Identity Provider erfolgreich entfernt.\",\n \"identityProviderAlreadyLinkedMessage\": \"Die föderierte Identität von {0} ist bereits einem anderen Benutzer zugewiesen.\",\n \"staleCodeAccountMessage\": \"Diese Seite ist nicht mehr gültig, bitte versuchen Sie es noch einmal.\",\n \"consentDenied\": \"Einverständnis verweigert.\",\n \"accountDisabledMessage\": \"Ihr Benutzerkonto ist gesperrt, bitte kontaktieren Sie den Admin.\",\n \"accountTemporarilyDisabledMessage\": \"Ihr Benutzerkonto ist temporär gesperrt, bitte kontaktieren Sie den Admin oder versuchen Sie es später noch einmal.\",\n \"invalidPasswordMinLengthMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Zeichen lang sein.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Kleinbuchstaben beinhalten.\",\n \"invalidPasswordMinDigitsMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Zahl(en) beinhalten.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Großbuchstaben beinhalten.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Ungültiges Passwort: Es muss mindestens {0} Sonderzeichen beinhalten.\",\n \"invalidPasswordNotUsernameMessage\": \"Ungültiges Passwort: Es darf nicht gleich sein wie der Benutzername.\",\n \"invalidPasswordNotEmailMessage\": \"Ungültiges Passwort: darf nicht identisch mit der E-Mail-Adresse sein.\",\n \"invalidPasswordRegexPatternMessage\": \"Ungültiges Passwort: Es entspricht nicht dem Regex-Muster.\",\n \"invalidPasswordHistoryMessage\": \"Ungültiges Passwort: Es darf nicht einem der letzten {0} Passwörter entsprechen.\",\n \"invalidPasswordBlacklistedMessage\": \"Ungültiges Passwort: Das Passwort steht auf der Blocklist (schwarzen Liste).\",\n \"invalidPasswordGenericMessge\": \"Ungültiges Passwort: Das neue Passwort verletzt die Passwort-Richtlinien.\",\n \"myResources\": \"Meine Ressourcen\",\n \"myResourcesSub\": \"Meine Ressourcen\",\n \"doDeny\": \"Ablehnen\",\n \"doRevoke\": \"Widerrufen\",\n \"doApprove\": \"Genehmigen\",\n \"doRemoveSharing\": \"Freigabe entfernen\",\n \"doRemoveRequest\": \"Anfrage entfernen\",\n \"peopleAccessResource\": \"Personen mit Zugriff auf diese Ressource\",\n \"resourceManagedPolicies\": \"Berechtigungen, die Zugriff auf diese Ressource gewähren\",\n \"resourceNoPermissionsGrantingAccess\": \"Keine Berechtigungen, die Zugriff auf diese Ressource gewähren\",\n \"anyAction\": \"Jede Aktion\",\n \"description\": \"Beschreibung\",\n \"name\": \"Name\",\n \"scopes\": \"Geltungsbereiche\",\n \"resource\": \"Ressource\",\n \"user\": \"Nutzer\",\n \"peopleSharingThisResource\": \"Personen, die diese Ressource teilen\",\n \"shareWithOthers\": \"Mit anderen teilen\",\n \"needMyApproval\": \"Braucht meine Zustimmung\",\n \"requestsWaitingApproval\": \"Ihre Anfragen, die auf Genehmigung warten\",\n \"icon\": \"Icon\",\n \"requestor\": \"Antragstellender\",\n \"owner\": \"Besitzender\",\n \"resourcesSharedWithMe\": \"Mit mir geteilte Ressourcen\",\n \"permissionRequestion\": \"Genehmigungsanfrage\",\n \"permission\": \"Genehmigung\",\n \"shares\": \"teilt(en)\",\n \"notBeingShared\": \"Diese Ressource wird nicht freigegeben.\",\n \"notHaveAnyResource\": \"Sie haben keine Ressourcen\",\n \"noResourcesSharedWithYou\": \"Es werden keine Ressourcen mit Ihnen geteilt\",\n \"havePermissionRequestsWaitingForApproval\": \"Sie haben {0} Genehmigungsanfrage(n), die auf die Genehmigung warten.\",\n \"clickHereForDetails\": \"Klicken Sie hier für Details.\",\n \"resourceIsNotBeingShared\": \"Die Ressource wird nicht freigegeben\",\n \"applicationName\": \"Anwendungsname\",\n \"applicationType\": \"Anwendungstyp\",\n \"applicationInUse\": \"Nur verwendete Anwendungen\",\n \"clearAllFilter\": \"Alle Filter entfernen\",\n \"activeFilters\": \"Aktive Filter\",\n \"filterByName\": \"Nach Namen filtern ...\",\n \"allApps\": \"Alle Anwendungen\",\n \"internalApps\": \"Interne Anwendungen\",\n \"thirdpartyApps\": \"Anwendungen von Drittanbietern\",\n \"appResults\": \"Ergebnisse\",\n \"clientNotFoundMessage\": \"Client nicht gefunden.\",\n \"authorizedProvider\": \"Autorisierter Provider\",\n \"authorizedProviderMessage\": \"Autorisierte Provider, die mit Ihrem Konto verknüpft sind\",\n \"identityProvider\": \"Identitätsprovider\",\n \"identityProviderMessage\": \"Verknüpfen Sie Ihr Konto mit Identitätsprovidern, die Sie konfiguriert haben\",\n \"socialLogin\": \"Social Login\",\n \"userDefined\": \"Benutzerdefiniert\",\n \"removeAccess\": \"Zugriff entfernen\",\n \"removeAccessMessage\": \"Sie müssen den Zugriff erneut gewähren, wenn Sie diese Anwendung verwenden möchten.\",\n \"authenticatorStatusMessage\": \"Zwei-Faktor-Authentifizierung ist zurzeit\",\n \"authenticatorFinishSetUpTitle\": \"Ihre Zwei-Faktor-Authentifizierung\",\n \"authenticatorFinishSetUpMessage\": \"Jedes Mal, wenn Sie sich bei Ihrem Keycloak-Konto anmelden, werden Sie aufgefordert, einen Zwei-Faktor-Authentifizierungscode einzugeben.\",\n \"authenticatorSubTitle\": \"Zwei-Faktor-Authentifizierung einrichten\",\n \"authenticatorSubMessage\": \"Um die Sicherheit Ihres Kontos zu erhöhen, aktivieren Sie mindestens eine der verfügbaren Zwei-Faktor-Authentifizierungsmethoden.\",\n \"authenticatorMobileTitle\": \"Handy-Authentifikator\",\n \"authenticatorMobileMessage\": \"Verwenden Sie Authenticator-Anwendungen auf Ihrem Telefon, um Verifizierungscodes als Zwei-Faktor-Authentifizierung zu erhalten.\",\n \"authenticatorMobileFinishSetUpMessage\": \"Die Authenticator-Anwendung wurde an Ihr Telefon gebunden.\",\n \"authenticatorActionSetup\": \"Einrichten\",\n \"authenticatorSMSTitle\": \"SMS-Code\",\n \"authenticatorSMSMessage\": \"Keycloak sendet den Verifizierungscode an Ihr Telefon als Zwei-Faktor-Authentifizierung.\",\n \"authenticatorSMSFinishSetUpMessage\": \"Textnachrichten werden gesendet an\",\n \"authenticatorDefaultStatus\": \"Standard\",\n \"authenticatorChangePhone\": \"Telefonnummer ändern\",\n \"authenticatorMobileSetupTitle\": \"Handy-Authenticator-Setup\",\n \"smscodeIntroMessage\": \"Geben Sie Ihre Rufnummer ein und ein Verifizierungscode wird an Ihr Telefon gesendet.\",\n \"mobileSetupStep1\": \"Installieren Sie eine Authenticator-Anwendung auf Ihrem Telefon. Die hier aufgeführten Anwendungen werden unterstützt.\",\n \"mobileSetupStep2\": \"Öffnen Sie die Anwendung und scannen Sie den Barcode:\",\n \"mobileSetupStep3\": \"Geben Sie den von der Anwendung bereitgestellten Einmalcode ein und klicken Sie auf Speichern, um die Einrichtung abzuschließen.\",\n \"scanBarCode\": \"Wollen Sie den Barcode scannen?\",\n \"enterBarCode\": \"Geben Sie den Einmalcode ein\",\n \"doCopy\": \"Kopieren\",\n \"doFinish\": \"Fertigstellen\",\n \"authenticatorSMSCodeSetupTitle\": \"SMS-Code-Einrichtung\",\n \"chooseYourCountry\": \"Wählen Sie Ihr Land\",\n \"enterYourPhoneNumber\": \"Geben Sie Ihre Telefonnummer ein\",\n \"sendVerficationCode\": \"Verifizierungscode senden\",\n \"enterYourVerficationCode\": \"Geben Sie Ihren Verifizierungscode ein\",\n \"authenticatorBackupCodesSetupTitle\": \"Backup-Codes einrichten\",\n \"realmName\": \"Realm\",\n \"doDownload\": \"Herunterladen\",\n \"doPrint\": \"Drucken\",\n \"generateNewBackupCodes\": \"Neue Backup-Codes generieren\",\n \"backtoAuthenticatorPage\": \"Zurück zur Authenticator-Seite\",\n \"resources\": \"Ressourcen\",\n \"sharedwithMe\": \"Mit mir geteilt\",\n \"share\": \"Teilen\",\n \"sharedwith\": \"Geteilt mit\",\n \"accessPermissions\": \"Zugriffsberechtigungen\",\n \"permissionRequests\": \"Berechtigungsanfragen\",\n \"approve\": \"Genehmigen\",\n \"approveAll\": \"Alle genehmigen\",\n \"people\": \"Personen\",\n \"perPage\": \"Pro Seite\",\n \"currentPage\": \"Aktuelle Seite\",\n \"sharetheResource\": \"Die Ressource teilen\",\n \"group\": \"Gruppe\",\n \"selectPermission\": \"Berechtigung auswählen\",\n \"addPeople\": \"Personen hinzufügen, mit denen die Ressource geteilt werden soll\",\n \"addTeam\": \"Team hinzufügen, mit dem die Ressource geteilt werden soll\",\n \"myPermissions\": \"Meine Berechtigungen\",\n \"waitingforApproval\": \"Warten auf Genehmigung\",\n \"anyPermission\": \"Jede Berechtigung\",\n \"openshift.scope.user_info\": \"Nutzerinformation\",\n \"openshift.scope.user_check-access\": \"Benutzerzugriffsinformationen\",\n \"openshift.scope.user_full\": \"Voller Zugriff\",\n \"openshift.scope.list-projects\": \"Projekte auflisten\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/773.dbc25147.chunk.js b/resources/keycloak/keycloakify/static/js/773.dbc25147.chunk.js new file mode 100644 index 00000000..e3ab1cc6 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/773.dbc25147.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[773],{773:function(e,s,t){t.r(s),t.d(s,{default:function(){return o}});var n=t(184);function o(e){var s=e.kcContext,t=e.i18n,o=e.doUseDefaultCss,r=e.Template,a=e.classes;return console.log("TODO: Do something with: ".concat(s.someCustomValue)),(0,n.jsx)(r,{kcContext:s,i18n:t,doUseDefaultCss:o,classes:a,headerNode:(0,n.jsxs)(n.Fragment,{children:["Header ",(0,n.jsx)("i",{children:"text"})]}),infoNode:(0,n.jsx)("span",{children:"footer"}),children:(0,n.jsx)("form",{children:s.someCustomValue})})}}}]); +//# sourceMappingURL=773.dbc25147.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/773.dbc25147.chunk.js.map b/resources/keycloak/keycloakify/static/js/773.dbc25147.chunk.js.map new file mode 100644 index 00000000..e0be4c8e --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/773.dbc25147.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/773.dbc25147.chunk.js","mappings":"wLAIe,SAASA,EAAaC,GAEjC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAKpD,OAFAC,QAAQC,IAAI,4BAADC,OAA6BP,EAAUQ,mBAG9CC,EAAAA,EAAAA,KAACN,EAAQ,CACCH,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,EACxCM,YAAYC,EAAAA,EAAAA,MAAAC,EAAAA,SAAA,CAAAC,SAAA,CAAE,WAAOJ,EAAAA,EAAAA,KAAA,KAAAI,SAAG,YACxBC,UAAUL,EAAAA,EAAAA,KAAA,QAAAI,SAAM,WAAcA,UAG9BJ,EAAAA,EAAAA,KAAA,QAAAI,SACKb,EAAUQ,mBAM3B,C","sources":["login/pages/MyExtraPage2.tsx"],"sourcesContent":["import type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function MyExtraPage1(props: PageProps, I18n>) {\n\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n // someCustomValue is declared by you in ../kcContext.ts\n console.log(`TODO: Do something with: ${kcContext.someCustomValue}`);\n\n return (\n Header text}\n infoNode={footer}\n >\n\n
    \n {kcContext.someCustomValue}\n {/*...*/}\n
    \n \n );\n\n}\n"],"names":["MyExtraPage1","props","kcContext","i18n","doUseDefaultCss","Template","classes","console","log","concat","someCustomValue","_jsx","headerNode","_jsxs","_Fragment","children","infoNode"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8115.11d282e6.chunk.js b/resources/keycloak/keycloakify/static/js/8115.11d282e6.chunk.js new file mode 100644 index 00000000..e717a7ea --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8115.11d282e6.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[8115],{8115:function(e,s,a){a.r(s);s.default={doSave:"\u4fdd\u5b58",doCancel:"\u30ad\u30e3\u30f3\u30bb\u30eb",doLogOutAllSessions:"\u5168\u30bb\u30c3\u30b7\u30e7\u30f3\u304b\u3089\u30ed\u30b0\u30a2\u30a6\u30c8",doRemove:"\u524a\u9664",doAdd:"\u8ffd\u52a0",doSignOut:"\u30b5\u30a4\u30f3\u30a2\u30a6\u30c8",doLogIn:"\u30ed\u30b0\u30a4\u30f3",doLink:"\u30ea\u30f3\u30af",editAccountHtmlTitle:"\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u7de8\u96c6",personalInfoHtmlTitle:"\u500b\u4eba\u60c5\u5831",federatedIdentitiesHtmlTitle:"\u9023\u643a\u6e08\u307f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc",accountLogHtmlTitle:"\u30a2\u30ab\u30a6\u30f3\u30c8\u30ed\u30b0",changePasswordHtmlTitle:"\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4",deviceActivityHtmlTitle:"\u30c7\u30d0\u30a4\u30b9\u30fb\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30fc",sessionsHtmlTitle:"\u30bb\u30c3\u30b7\u30e7\u30f3",accountManagementTitle:"Keycloak\u30a2\u30ab\u30a6\u30f3\u30c8\u7ba1\u7406",authenticatorTitle:"\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc",applicationsHtmlTitle:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3",linkedAccountsHtmlTitle:"\u30ea\u30f3\u30af\u3055\u308c\u305f\u30a2\u30ab\u30a6\u30f3\u30c8",accountManagementWelcomeMessage:"Keycloak\u30a2\u30ab\u30a6\u30f3\u30c8\u7ba1\u7406\u3078\u3088\u3046\u3053\u305d",personalInfoIntroMessage:"\u57fa\u672c\u60c5\u5831\u3092\u7ba1\u7406\u3059\u308b",accountSecurityTitle:"\u30a2\u30ab\u30a6\u30f3\u30c8\u30fb\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc",accountSecurityIntroMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3068\u30a2\u30ab\u30a6\u30f3\u30c8\u30fb\u30a2\u30af\u30bb\u30b9\u3092\u5236\u5fa1\u3059\u308b",applicationsIntroMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u3078\u30a2\u30af\u30bb\u30b9\u3059\u308b\u305f\u3081\u306b\u30a2\u30d7\u30ea\u306e\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u3092\u8ffd\u8de1\u3057\u3066\u7ba1\u7406\u3059\u308b",resourceIntroMessage:"\u30c1\u30fc\u30e0\u30e1\u30f3\u30d0\u30fc\u9593\u3067\u30ea\u30bd\u30fc\u30b9\u3092\u5171\u6709\u3059\u308b",passwordLastUpdateMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f",updatePasswordTitle:"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u66f4\u65b0",updatePasswordMessageTitle:"\u5f37\u529b\u306a\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044",updatePasswordMessage:"\u5f37\u529b\u306a\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u3001\u6570\u5b57\u3001\u6587\u5b57\u3001\u8a18\u53f7\u3092\u542b\u307f\u307e\u3059\u3002\u63a8\u6e2c\u304c\u96e3\u3057\u304f\u3001\u5b9f\u5728\u3059\u308b\u8a00\u8449\u306b\u4f3c\u3066\u304a\u3089\u305a\u3001\u3053\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3060\u3051\u3067\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002",personalSubTitle:"\u500b\u4eba\u60c5\u5831",personalSubMessage:"\u3053\u306e\u57fa\u672c\u60c5\u5831\u3092\u7ba1\u7406\u3057\u3066\u304f\u3060\u3055\u3044\uff1a\u540d\u3001\u59d3\u3001\u30e1\u30fc\u30eb",authenticatorCode:"\u30ef\u30f3\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9",email:"E\u30e1\u30fc\u30eb",firstName:"\u540d",givenName:"\u540d",fullName:"\u6c0f\u540d",lastName:"\u59d3",familyName:"\u59d3",password:"\u30d1\u30b9\u30ef\u30fc\u30c9",currentPassword:"\u73fe\u5728\u306e\u30d1\u30b9\u30ef\u30fc\u30c9",passwordConfirm:"\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\uff08\u78ba\u8a8d\uff09",passwordNew:"\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9",username:"\u30e6\u30fc\u30b6\u30fc\u540d",address:"\u4f4f\u6240",street:"\u756a\u5730",locality:"\u5e02\u533a\u753a\u6751",region:"\u90fd\u9053\u5e9c\u770c",postal_code:"\u90f5\u4fbf\u756a\u53f7",country:"\u56fd",emailVerified:"\u78ba\u8a8d\u6e08\u307fE\u30e1\u30fc\u30eb",gssDelegationCredential:"GSS\u59d4\u8b72\u30af\u30ec\u30c7\u30f3\u30b7\u30e3\u30eb",profileScopeConsentText:"\u30e6\u30fc\u30b6\u30fc\u30fb\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb",emailScopeConsentText:"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9",addressScopeConsentText:"\u30a2\u30c9\u30ec\u30b9",phoneScopeConsentText:"\u96fb\u8a71\u756a\u53f7",offlineAccessScopeConsentText:"\u30aa\u30d5\u30e9\u30a4\u30f3\u30fb\u30a2\u30af\u30bb\u30b9",samlRoleListScopeConsentText:"\u30ed\u30fc\u30eb",rolesScopeConsentText:"\u30e6\u30fc\u30b6\u30fc\u30ed\u30fc\u30eb",role_admin:"\u7ba1\u7406\u8005","role_realm-admin":"\u30ec\u30eb\u30e0\u7ba1\u7406\u8005","role_create-realm":"\u30ec\u30eb\u30e0\u306e\u4f5c\u6210","role_view-realm":"\u30ec\u30eb\u30e0\u306e\u53c2\u7167","role_view-users":"\u30e6\u30fc\u30b6\u30fc\u306e\u53c2\u7167","role_view-applications":"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u53c2\u7167","role_view-clients":"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e\u53c2\u7167","role_view-events":"\u30a4\u30d9\u30f3\u30c8\u306e\u53c2\u7167","role_view-identity-providers":"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306e\u53c2\u7167","role_view-consent":"\u540c\u610f\u306e\u53c2\u7167","role_manage-realm":"\u30ec\u30eb\u30e0\u306e\u7ba1\u7406","role_manage-users":"\u30e6\u30fc\u30b6\u30fc\u306e\u7ba1\u7406","role_manage-applications":"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u7ba1\u7406","role_manage-identity-providers":"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306e\u7ba1\u7406","role_manage-clients":"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e\u7ba1\u7406","role_manage-events":"\u30a4\u30d9\u30f3\u30c8\u306e\u7ba1\u7406","role_view-profile":"\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u53c2\u7167","role_manage-account":"\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u7ba1\u7406","role_manage-account-links":"\u30a2\u30ab\u30a6\u30f3\u30c8\u30ea\u30f3\u30af\u306e\u7ba1\u7406","role_manage-consent":"\u540c\u610f\u306e\u7ba1\u7406","role_read-token":"\u30c8\u30fc\u30af\u30f3\u306e\u53c2\u7167","role_offline-access":"\u30aa\u30d5\u30e9\u30a4\u30f3\u30fb\u30a2\u30af\u30bb\u30b9",role_uma_authorization:"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u306e\u53d6\u5f97",client_account:"\u30a2\u30ab\u30a6\u30f3\u30c8","client_account-console":"\u30a2\u30ab\u30a6\u30f3\u30c8\u30fb\u30b3\u30f3\u30bd\u30fc\u30eb","client_security-admin-console":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u7ba1\u7406\u30b3\u30f3\u30bd\u30fc\u30eb","client_admin-cli":"\u7ba1\u7406CLI","client_realm-management":"\u30ec\u30eb\u30e0\u7ba1\u7406",client_broker:"\u30d6\u30ed\u30fc\u30ab\u30fc",requiredFields:"\u5fc5\u9808",allFieldsRequired:"\u5168\u3066\u306e\u5165\u529b\u9805\u76ee\u304c\u5fc5\u9808",backToApplication:"« \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u623b\u308b",backTo:"{0}\u306b\u623b\u308b",date:"\u65e5\u4ed8",event:"\u30a4\u30d9\u30f3\u30c8",ip:"IP",client:"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8",clients:"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8",details:"\u8a73\u7d30",started:"\u958b\u59cb",lastAccess:"\u6700\u7d42\u30a2\u30af\u30bb\u30b9",expires:"\u6709\u52b9\u671f\u9650",applications:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3",account:"\u30a2\u30ab\u30a6\u30f3\u30c8",federatedIdentity:"\u9023\u643a\u6e08\u307f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc",authenticator:"\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc","device-activity":"\u30c7\u30d0\u30a4\u30b9\u30fb\u30a2\u30af\u30c6\u30a3\u30d3\u30c6\u30a3\u30fc",sessions:"\u30bb\u30c3\u30b7\u30e7\u30f3",log:"\u30ed\u30b0",application:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3",availableRoles:"\u5229\u7528\u53ef\u80fd\u306a\u30ed\u30fc\u30eb",grantedPermissions:"\u8a31\u53ef\u3055\u308c\u305f\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3",grantedPersonalInfo:"\u8a31\u53ef\u3055\u308c\u305f\u500b\u4eba\u60c5\u5831",additionalGrants:"\u8ffd\u52a0\u306e\u8a31\u53ef",action:"\u30a2\u30af\u30b7\u30e7\u30f3",inResource:"in",fullAccess:"\u30d5\u30eb\u30a2\u30af\u30bb\u30b9",offlineToken:"\u30aa\u30d5\u30e9\u30a4\u30f3\u30fb\u30c8\u30fc\u30af\u30f3",revoke:"\u8a31\u53ef\u306e\u53d6\u308a\u6d88\u3057",configureAuthenticators:"\u8a2d\u5b9a\u6e08\u307f\u306e\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc",mobile:"\u30e2\u30d0\u30a4\u30eb",totpStep1:"\u30e2\u30d0\u30a4\u30eb\u306b\u4ee5\u4e0b\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u3044\u305a\u308c\u304b\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044\u3002",totpStep2:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u958b\u304d\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",totpStep3:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u63d0\u4f9b\u3055\u308c\u305f\u30ef\u30f3\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u4fdd\u5b58\u3092\u30af\u30ea\u30c3\u30af\u3057\u3001\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3092\u5b8c\u4e86\u3057\u3066\u304f\u3060\u3055\u3044\u3002",totpStep3DeviceName:"OTP\u30c7\u30d0\u30a4\u30b9\u306e\u7ba1\u7406\u306b\u5f79\u7acb\u3064\u3088\u3046\u306a\u30c7\u30d0\u30a4\u30b9\u540d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",totpManualStep2:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u958b\u304d\u3001\u30ad\u30fc\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",totpManualStep3:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u8a2d\u5b9a\u3067\u304d\u308b\u5834\u5408\u306f\u3001\u6b21\u306e\u8a2d\u5b9a\u5024\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002",totpUnableToScan:"\u30b9\u30ad\u30e3\u30f3\u3067\u304d\u307e\u305b\u3093\u304b\uff1f",totpScanBarcode:"\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u307e\u3059\u304b\uff1f","totp.totp":"\u6642\u9593\u30d9\u30fc\u30b9","totp.hotp":"\u30ab\u30a6\u30f3\u30bf\u30fc\u30d9\u30fc\u30b9",totpType:"\u30bf\u30a4\u30d7",totpAlgorithm:"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0",totpDigits:"\u6570\u5b57",totpInterval:"\u9593\u9694",totpCounter:"\u30ab\u30a6\u30f3\u30bf\u30fc",totpDeviceName:"\u30c7\u30d0\u30a4\u30b9\u540d",missingUsernameMessage:"\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingFirstNameMessage:"\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",invalidEmailMessage:"\u7121\u52b9\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u3059\u3002",missingLastNameMessage:"\u59d3\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingEmailMessage:"E\u30e1\u30fc\u30eb\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingPasswordMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",notMatchPasswordMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u3066\u3044\u307e\u305b\u3093\u3002",invalidUserMessage:"\u7121\u52b9\u306a\u30e6\u30fc\u30b6\u30fc\u3067\u3059\u3002",missingTotpMessage:"\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u30fb\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingTotpDeviceNameMessage:"\u30c7\u30d0\u30a4\u30b9\u540d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",invalidPasswordExistingMessage:"\u65e2\u5b58\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e0d\u6b63\u3067\u3059\u3002",invalidPasswordConfirmMessage:"\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\uff08\u78ba\u8a8d\uff09\u3068\u4e00\u81f4\u3057\u3066\u3044\u307e\u305b\u3093\u3002",invalidTotpMessage:"\u7121\u52b9\u306a\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u30fb\u30b3\u30fc\u30c9\u3067\u3059\u3002",usernameExistsMessage:"\u65e2\u306b\u5b58\u5728\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u540d\u3067\u3059\u3002",emailExistsMessage:"\u65e2\u306b\u5b58\u5728\u3059\u308bE\u30e1\u30fc\u30eb\u3067\u3059\u3002",readOnlyUserMessage:"\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306e\u305f\u3081\u3001\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u66f4\u65b0\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",readOnlyUsernameMessage:"\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306e\u305f\u3081\u3001\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u66f4\u65b0\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",readOnlyPasswordMessage:"\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306e\u305f\u3081\u3001\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u66f4\u65b0\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002",successTotpMessage:"\u30e2\u30d0\u30a4\u30eb\u30fb\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3057\u305f\u3002",successTotpRemovedMessage:"\u30e2\u30d0\u30a4\u30eb\u30fb\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u304c\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002",successGrantRevokedMessage:"\u8a31\u53ef\u304c\u6b63\u5e38\u306b\u53d6\u308a\u6d88\u3057\u3055\u308c\u307e\u3057\u305f\u3002",accountUpdatedMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002",accountPasswordUpdatedMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002",missingIdentityProviderMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",invalidFederatedIdentityActionMessage:"\u7121\u52b9\u307e\u305f\u306f\u5b58\u5728\u3057\u306a\u3044\u30a2\u30af\u30b7\u30e7\u30f3\u3067\u3059\u3002",identityProviderNotFoundMessage:"\u6307\u5b9a\u3055\u308c\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002",federatedIdentityLinkNotActiveMessage:"\u3053\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002",federatedIdentityRemovingLastProviderMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u306a\u3044\u305f\u3081\u3001\u6700\u5f8c\u306e\u9023\u643a\u6e08\u307f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u304c\u524a\u9664\u3067\u304d\u307e\u305b\u3093\u3002",identityProviderRedirectErrorMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u3078\u306e\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002",identityProviderRemovedMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304c\u6b63\u5e38\u306b\u524a\u9664\u3055\u308c\u307e\u3057\u305f\u3002",identityProviderAlreadyLinkedMessage:"{0}\u304b\u3089\u8fd4\u3055\u308c\u305f\u9023\u643a\u6e08\u307f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306f\u65e2\u306b\u4ed6\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u95a2\u9023\u4ed8\u3051\u3055\u308c\u3066\u3044\u307e\u3059\u3002",staleCodeAccountMessage:"\u6709\u52b9\u671f\u9650\u5207\u308c\u3067\u3059\u3002\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",consentDenied:"\u540c\u610f\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f\u3002",accountDisabledMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u7121\u52b9\u3067\u3059\u3002\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002",accountTemporarilyDisabledMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u4e00\u6642\u7684\u306b\u7121\u52b9\u3067\u3059\u3002\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3059\u308b\u304b\u3001\u3057\u3070\u3089\u304f\u6642\u9593\u3092\u304a\u3044\u3066\u304b\u3089\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",invalidPasswordMinLengthMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u6700\u5c0f{0}\u306e\u9577\u3055\u304c\u5fc5\u8981\u3067\u3059\u3002",invalidPasswordMinLowerCaseCharsMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u5c11\u306a\u304f\u3068\u3082{0}\u6587\u5b57\u306e\u5c0f\u6587\u5b57\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",invalidPasswordMinDigitsMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u5c11\u306a\u304f\u3068\u3082{0}\u6587\u5b57\u306e\u6570\u5b57\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",invalidPasswordMinUpperCaseCharsMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9:\u5c11\u306a\u304f\u3068\u3082{0}\u6587\u5b57\u306e\u5927\u6587\u5b57\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",invalidPasswordMinSpecialCharsMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u5c11\u306a\u304f\u3068\u3082{0}\u6587\u5b57\u306e\u7279\u6b8a\u6587\u5b57\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",invalidPasswordNotUsernameMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u30e6\u30fc\u30b6\u30fc\u540d\u3068\u540c\u3058\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059\u3002",invalidPasswordRegexPatternMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u6b63\u898f\u8868\u73fe\u30d1\u30bf\u30fc\u30f3\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002",invalidPasswordHistoryMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u6700\u8fd1\u306e{0}\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u3044\u305a\u308c\u304b\u3068\u540c\u3058\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059\u3002",invalidPasswordBlacklistedMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30d6\u30e9\u30c3\u30af\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002",invalidPasswordGenericMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u30fb\u30dd\u30ea\u30b7\u30fc\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002",myResources:"\u30de\u30a4\u30ea\u30bd\u30fc\u30b9",myResourcesSub:"\u30de\u30a4\u30ea\u30bd\u30fc\u30b9",doDeny:"\u62d2\u5426",doRevoke:"\u53d6\u308a\u6d88\u3057",doApprove:"\u627f\u8a8d",doRemoveSharing:"\u5171\u6709\u306e\u524a\u9664",doRemoveRequest:"\u8981\u6c42\u306e\u524a\u9664",peopleAccessResource:"\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u308b\u4eba",resourceManagedPolicies:"\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u8a31\u53ef\u3059\u308b\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3",resourceNoPermissionsGrantingAccess:"\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u8a31\u53ef\u3059\u308b\u6a29\u9650\u306f\u3042\u308a\u307e\u305b\u3093",anyAction:"\u4efb\u610f\u306e\u30a2\u30af\u30b7\u30e7\u30f3",description:"\u8aac\u660e",name:"\u540d\u524d",scopes:"\u30b9\u30b3\u30fc\u30d7",resource:"\u30ea\u30bd\u30fc\u30b9",user:"\u30e6\u30fc\u30b6\u30fc",peopleSharingThisResource:"\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u3092\u5171\u6709\u3057\u3066\u3044\u308b\u4eba",shareWithOthers:"\u4ed6\u4eba\u3068\u5171\u6709",needMyApproval:"\u627f\u8a8d\u304c\u5fc5\u8981",requestsWaitingApproval:"\u627f\u8a8d\u5f85\u3061\u306e\u8981\u6c42",icon:"\u30a2\u30a4\u30b3\u30f3",requestor:"\u8981\u6c42\u8005",owner:"\u30aa\u30fc\u30ca\u30fc",resourcesSharedWithMe:"\u5171\u6709\u3057\u3066\u3044\u308b\u30ea\u30bd\u30fc\u30b9",permissionRequestion:"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u306e\u8981\u6c42",permission:"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3",shares:"\u5171\u6709\uff08\u8907\u6570\uff09",notBeingShared:"\u3053\u306e\u30ea\u30bd\u30fc\u30b9\u306f\u5171\u6709\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",notHaveAnyResource:"\u30ea\u30bd\u30fc\u30b9\u304c\u3042\u308a\u307e\u305b\u3093\u3002",noResourcesSharedWithYou:"\u5171\u6709\u3057\u3066\u3044\u308b\u30ea\u30bd\u30fc\u30b9\u306f\u3042\u308a\u307e\u305b\u3093",havePermissionRequestsWaitingForApproval:"\u627f\u8a8d\u3092\u5f85\u3063\u3066\u3044\u308b{0}\u500b\u306e\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u306e\u8981\u6c42\u304c\u3042\u308a\u307e\u3059\u3002",clickHereForDetails:"\u8a73\u7d30\u306f\u3053\u3061\u3089\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002",resourceIsNotBeingShared:"\u30ea\u30bd\u30fc\u30b9\u306f\u5171\u6709\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",applicationName:"\u540d\u524d",applicationType:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u30fb\u30bf\u30a4\u30d7",applicationInUse:"\u4f7f\u7528\u4e2d\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u307f",clearAllFilter:"\u3059\u3079\u3066\u306e\u30d5\u30a3\u30eb\u30bf\u30fc\u3092\u30af\u30ea\u30a2",activeFilters:"\u30a2\u30af\u30c6\u30a3\u30d6\u306a\u30d5\u30a3\u30eb\u30bf\u30fc",filterByName:"\u540d\u524d\u3067\u30d5\u30a3\u30eb\u30bf\u30ea\u30f3\u30b0...",allApps:"\u3059\u3079\u3066\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3",internalApps:"\u5185\u90e8\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3",thirdpartyApps:"\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3\u30fc\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3",appResults:"\u7d50\u679c",clientNotFoundMessage:"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002",authorizedProvider:"\u8a8d\u53ef\u6e08\u307f\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc",authorizedProviderMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u30ea\u30f3\u30af\u3055\u308c\u305f\u8a8d\u53ef\u6e08\u307f\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc",identityProvider:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc",identityProviderMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u3068\u8a2d\u5b9a\u3057\u305f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u3092\u30ea\u30f3\u30af\u3059\u308b\u306b\u306f",socialLogin:"\u30bd\u30fc\u30b7\u30e3\u30eb\u30fb\u30ed\u30b0\u30a4\u30f3",userDefined:"\u30e6\u30fc\u30b6\u30fc\u5b9a\u7fa9",removeAccess:"\u30a2\u30af\u30bb\u30b9\u6a29\u306e\u524a\u9664",removeAccessMessage:"\u3053\u306e\u30a2\u30d7\u30ea\u30fb\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u4f7f\u7528\u3059\u308b\u5834\u5408\u306f\u3001\u30a2\u30af\u30bb\u30b9\u6a29\u3092\u518d\u5ea6\u4ed8\u4e0e\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",authenticatorStatusMessage:"2\u8981\u7d20\u8a8d\u8a3c\u306f\u73fe\u5728",authenticatorFinishSetUpTitle:"\u3042\u306a\u305f\u306e2\u8981\u7d20\u8a8d\u8a3c",authenticatorFinishSetUpMessage:"Keycloak\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u30b5\u30a4\u30f3\u30a4\u30f3\u3059\u308b\u305f\u3073\u306b\u30012\u8981\u7d20\u8a8d\u8a3c\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3059\u308b\u3088\u3046\u306b\u6c42\u3081\u3089\u308c\u307e\u3059\u3002",authenticatorSubTitle:"2\u8981\u7d20\u8a8d\u8a3c\u3092\u8a2d\u5b9a\u3059\u308b",authenticatorSubMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u3092\u5f37\u5316\u3059\u308b\u306b\u306f\u3001\u5229\u7528\u53ef\u80fd\u306a2\u8981\u7d20\u8a8d\u8a3c\u306e\u65b9\u5f0f\u306e\u3046\u3061\u5c11\u306a\u304f\u3068\u30821\u3064\u3092\u6709\u52b9\u306b\u3057\u307e\u3059\u3002",authenticatorMobileTitle:"\u30e2\u30d0\u30a4\u30eb\u30fb\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc",authenticatorMobileMessage:"\u30e2\u30d0\u30a4\u30eb\u30fb\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u3092\u4f7f\u7528\u3057\u3066\u30012\u8981\u7d20\u8a8d\u8a3c\u3068\u3057\u3066\u78ba\u8a8d\u30b3\u30fc\u30c9\u3092\u53d6\u5f97\u3057\u307e\u3059\u3002",authenticatorMobileFinishSetUpMessage:"\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u306f\u3042\u306a\u305f\u306e\u643a\u5e2f\u96fb\u8a71\u306b\u30d0\u30a4\u30f3\u30c9\u3055\u308c\u3066\u3044\u307e\u3059\u3002",authenticatorActionSetup:"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7",authenticatorSMSTitle:"SMS\u30b3\u30fc\u30c9",authenticatorSMSMessage:"Keycloak\u306f\u30012\u8981\u7d20\u8a8d\u8a3c\u3068\u3057\u3066\u78ba\u8a8d\u30b3\u30fc\u30c9\u3092\u643a\u5e2f\u96fb\u8a71\u306b\u9001\u4fe1\u3057\u307e\u3059\u3002",authenticatorSMSFinishSetUpMessage:"\u30c6\u30ad\u30b9\u30c8\u30fb\u30e1\u30c3\u30bb\u30fc\u30b8\u304c\u6b21\u306e\u96fb\u8a71\u756a\u53f7\u5b9b\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059\uff1a",authenticatorDefaultStatus:"\u30c7\u30d5\u30a9\u30eb\u30c8",authenticatorChangePhone:"\u96fb\u8a71\u756a\u53f7\u306e\u5909\u66f4",authenticatorMobileSetupTitle:"\u30e2\u30d0\u30a4\u30eb\u30fb\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7",smscodeIntroMessage:"\u96fb\u8a71\u756a\u53f7\u3092\u5165\u529b\u3059\u308b\u3068\u3001\u78ba\u8a8d\u30b3\u30fc\u30c9\u304c\u3042\u306a\u305f\u306e\u96fb\u8a71\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059\u3002",mobileSetupStep1:"\u643a\u5e2f\u96fb\u8a71\u306b\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u30fb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002\u3053\u3053\u306b\u30ea\u30b9\u30c8\u3055\u308c\u3066\u3044\u308b\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u3059\u3002",mobileSetupStep2:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u958b\u304d\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",mobileSetupStep3:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304b\u3089\u63d0\u4f9b\u3055\u308c\u305f\u30ef\u30f3\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3001\u4fdd\u5b58\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3092\u7d42\u4e86\u3057\u307e\u3059\u3002",scanBarCode:"\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u307e\u3059\u304b\uff1f",enterBarCode:"\u30ef\u30f3\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",doCopy:"\u30b3\u30d4\u30fc",doFinish:"\u7d42\u4e86",authenticatorSMSCodeSetupTitle:"SMS\u30b3\u30fc\u30c9\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7",chooseYourCountry:"\u56fd\u3092\u9078\u3093\u3067\u304f\u3060\u3055\u3044",enterYourPhoneNumber:"\u96fb\u8a71\u756a\u53f7\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",sendVerficationCode:"\u78ba\u8a8d\u30b3\u30fc\u30c9\u306e\u9001\u4fe1",enterYourVerficationCode:"\u78ba\u8a8d\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044",authenticatorBackupCodesSetupTitle:"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30fb\u30b3\u30fc\u30c9\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7",realmName:"\u30ec\u30eb\u30e0",doDownload:"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9",doPrint:"\u5370\u5237",generateNewBackupCodes:"\u65b0\u3057\u3044\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u30fb\u30b3\u30fc\u30c9\u3092\u751f\u6210\u3059\u308b",backtoAuthenticatorPage:"\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u30fb\u30da\u30fc\u30b8\u306b\u623b\u308b",resources:"\u30ea\u30bd\u30fc\u30b9",sharedwithMe:"\u79c1\u3068\u5171\u6709",share:"\u5171\u6709",sharedwith:"\u5171\u6709",accessPermissions:"\u30a2\u30af\u30bb\u30b9\u30fb\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3",permissionRequests:"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u306e\u8981\u6c42",approve:"\u627f\u8a8d",approveAll:"\u3059\u3079\u3066\u627f\u8a8d",people:"\u4eba",perPage:"1\u30da\u30fc\u30b8\u3042\u305f\u308a",currentPage:"\u73fe\u5728\u306e\u30da\u30fc\u30b8",sharetheResource:"\u30ea\u30bd\u30fc\u30b9\u306e\u5171\u6709",group:"\u30b0\u30eb\u30fc\u30d7",selectPermission:"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u3092\u9078\u629e",addPeople:"\u3042\u306a\u305f\u306e\u30ea\u30bd\u30fc\u30b9\u3092\u5171\u6709\u3059\u308b\u4eba\u3092\u8ffd\u52a0",addTeam:"\u3042\u306a\u305f\u306e\u30ea\u30bd\u30fc\u30b9\u3092\u5171\u6709\u3059\u308b\u30c1\u30fc\u30e0\u3092\u8ffd\u52a0",myPermissions:"\u79c1\u306e\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3",waitingforApproval:"\u627f\u8a8d\u5f85\u3061",anyPermission:"\u4efb\u610f\u306e\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3","openshift.scope.user_info":"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831","openshift.scope.user_check-access":"\u30e6\u30fc\u30b6\u30fc\u30a2\u30af\u30bb\u30b9\u60c5\u5831","openshift.scope.user_full":"\u30d5\u30eb\u30a2\u30af\u30bb\u30b9","openshift.scope.list-projects":"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u4e00\u89a7\u8868\u793a"}}}]); +//# sourceMappingURL=8115.11d282e6.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8115.11d282e6.chunk.js.map b/resources/keycloak/keycloakify/static/js/8115.11d282e6.chunk.js.map new file mode 100644 index 00000000..bebdc440 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8115.11d282e6.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/8115.11d282e6.chunk.js","mappings":"uIAwSA,UApSgB,CACd,OAAU,eACV,SAAY,iCACZ,oBAAuB,iFACvB,SAAY,eACZ,MAAS,eACT,UAAa,uCACb,QAAW,2BACX,OAAU,qBACV,qBAAwB,mDACxB,sBAAyB,2BACzB,6BAAgC,iFAChC,oBAAuB,6CACvB,wBAA2B,6CAC3B,wBAA2B,iFAC3B,kBAAqB,iCACrB,uBAA0B,qDAC1B,mBAAsB,+DACtB,sBAAyB,mDACzB,wBAA2B,qEAC3B,gCAAmC,mFACnC,yBAA4B,yDAC5B,qBAAwB,iFACxB,4BAA+B,iIAC/B,yBAA4B,qNAC5B,qBAAwB,+GACxB,0BAA6B,iFAC7B,oBAAuB,mDACvB,2BAA8B,yGAC9B,sBAAyB,6XACzB,iBAAoB,2BACpB,mBAAsB,6IACtB,kBAAqB,mDACrB,MAAS,sBACT,UAAa,SACb,UAAa,SACb,SAAY,eACZ,SAAY,SACZ,WAAc,SACd,SAAY,iCACZ,gBAAmB,mDACnB,gBAAmB,2EACnB,YAAe,mDACf,SAAY,iCACZ,QAAW,eACX,OAAU,eACV,SAAY,2BACZ,OAAU,2BACV,YAAe,2BACf,QAAW,SACX,cAAiB,8CACjB,wBAA2B,4DAC3B,wBAA2B,qEAC3B,sBAAyB,6CACzB,wBAA2B,2BAC3B,sBAAyB,2BACzB,8BAAiC,+DACjC,6BAAgC,qBAChC,sBAAyB,6CACzB,WAAc,qBACd,mBAAoB,uCACpB,oBAAqB,uCACrB,kBAAmB,uCACnB,kBAAmB,6CACnB,yBAA0B,qEAC1B,oBAAqB,yDACrB,mBAAoB,6CACpB,+BAAgC,qHAChC,oBAAqB,iCACrB,oBAAqB,uCACrB,oBAAqB,6CACrB,2BAA4B,qEAC5B,iCAAkC,qHAClC,sBAAuB,yDACvB,qBAAsB,6CACtB,oBAAqB,yDACrB,sBAAuB,mDACvB,4BAA6B,qEAC7B,sBAAuB,iCACvB,kBAAmB,6CACnB,sBAAuB,+DACvB,uBAA0B,+DAC1B,eAAkB,iCAClB,yBAA0B,qEAC1B,gCAAiC,uFACjC,mBAAoB,kBACpB,0BAA2B,iCAC3B,cAAiB,iCACjB,eAAkB,eAClB,kBAAqB,+DACrB,kBAAqB,6EACrB,OAAU,wBACV,KAAQ,eACR,MAAS,2BACT,GAAM,KACN,OAAU,uCACV,QAAW,uCACX,QAAW,eACX,QAAW,eACX,WAAc,uCACd,QAAW,2BACX,aAAgB,mDAChB,QAAW,iCACX,kBAAqB,iFACrB,cAAiB,+DACjB,kBAAmB,iFACnB,SAAY,iCACZ,IAAO,eACP,YAAe,mDACf,eAAkB,mDAClB,mBAAsB,2EACtB,oBAAuB,yDACvB,iBAAoB,iCACpB,OAAU,iCACV,WAAc,KACd,WAAc,uCACd,aAAgB,+DAChB,OAAU,6CACV,wBAA2B,6FAC3B,OAAU,2BACV,UAAa,qNACb,UAAa,iLACb,UAAa,2TACb,oBAAuB,oLACvB,gBAAmB,mJACnB,gBAAmB,yMACnB,iBAAoB,qEACpB,gBAAmB,6FACnB,YAAa,iCACb,YAAa,mDACb,SAAY,qBACZ,cAAiB,uCACjB,WAAc,eACd,aAAgB,eAChB,YAAe,iCACf,eAAkB,iCAClB,uBAA0B,6FAC1B,wBAA2B,qEAC3B,oBAAuB,iFACvB,uBAA0B,qEAC1B,oBAAuB,kFACvB,uBAA0B,6FAC1B,wBAA2B,6FAC3B,mBAAsB,+DACtB,mBAAsB,mJACtB,6BAAgC,6FAChC,+BAAkC,uFAClC,8BAAiC,uIACjC,mBAAsB,2HACtB,sBAAyB,uFACzB,mBAAsB,4EACtB,oBAAuB,iLACvB,wBAA2B,iLAC3B,wBAA2B,iLAC3B,mBAAsB,mJACtB,0BAA6B,mJAC7B,2BAA8B,mGAC9B,sBAAyB,uFACzB,8BAAiC,uFACjC,+BAAkC,qKAClC,sCAAyC,+GACzC,gCAAmC,uLACnC,sCAAyC,uIACzC,6CAAgD,2NAChD,qCAAwC,mMACxC,+BAAkC,2KAClC,qCAAwC,sPACxC,wBAA2B,qHAC3B,cAAiB,qEACjB,uBAA0B,mJAC1B,kCAAqC,6RACrC,gCAAmC,0HACnC,wCAA2C,4LAC3C,gCAAmC,sLACnC,wCAA2C,2LAC3C,sCAAyC,kMACzC,kCAAqC,+LACrC,mCAAsC,qJACtC,8BAAiC,kPACjC,kCAAqC,yLACrC,8BAAiC,uNACjC,YAAe,uCACf,eAAkB,uCAClB,OAAU,eACV,SAAY,2BACZ,UAAa,eACb,gBAAmB,iCACnB,gBAAmB,iCACnB,qBAAwB,6FACxB,wBAA2B,mJAC3B,oCAAuC,yJACvC,UAAa,mDACb,YAAe,eACf,KAAQ,eACR,OAAU,2BACV,SAAY,2BACZ,KAAQ,2BACR,0BAA6B,uFAC7B,gBAAmB,iCACnB,eAAkB,iCAClB,wBAA2B,6CAC3B,KAAQ,2BACR,UAAa,qBACb,MAAS,2BACT,sBAAyB,+DACzB,qBAAwB,+DACxB,WAAc,6CACd,OAAU,uCACV,eAAkB,yGAClB,mBAAsB,qEACtB,yBAA4B,mGAC5B,yCAA4C,kKAC5C,oBAAuB,+GACvB,yBAA4B,6FAC5B,gBAAmB,eACnB,gBAAmB,2EACnB,iBAAoB,uFACpB,eAAkB,iFAClB,cAAiB,qEACjB,aAAgB,kEAChB,QAAW,2EACX,aAAgB,+DAChB,eAAkB,yGAClB,WAAc,eACd,sBAAyB,6FACzB,mBAAsB,+DACtB,0BAA6B,uIAC7B,iBAAoB,mGACpB,wBAA2B,+MAC3B,YAAe,+DACf,YAAe,uCACf,aAAgB,mDAChB,oBAAuB,mPACvB,2BAA8B,8CAC9B,8BAAiC,oDACjC,gCAAmC,sPACnC,sBAAyB,0DACzB,wBAA2B,iTAC3B,yBAA4B,6FAC5B,2BAA8B,oPAC9B,sCAAyC,6LACzC,yBAA4B,uCAC5B,sBAAyB,wBACzB,wBAA2B,wKAC3B,mCAAsC,+JACtC,2BAA8B,iCAC9B,yBAA4B,6CAC5B,8BAAiC,uIACjC,oBAAuB,6LACvB,iBAAoB,+YACpB,iBAAoB,iLACpB,iBAAoB,+SACpB,YAAe,6FACf,aAAgB,yGAChB,OAAU,qBACV,SAAY,eACZ,+BAAkC,kEAClC,kBAAqB,yDACrB,qBAAwB,iFACxB,oBAAuB,mDACvB,yBAA4B,uFAC5B,mCAAsC,yGACtC,UAAa,qBACb,WAAc,uCACd,QAAW,eACX,uBAA0B,+GAC1B,wBAA2B,yGAC3B,UAAa,2BACb,aAAgB,2BAChB,MAAS,eACT,WAAc,eACd,kBAAqB,2EACrB,mBAAsB,+DACtB,QAAW,eACX,WAAc,iCACd,OAAU,SACV,QAAW,wCACX,YAAe,uCACf,iBAAoB,6CACpB,MAAS,2BACT,iBAAoB,+DACpB,UAAa,yGACb,QAAW,qHACX,cAAiB,yDACjB,mBAAsB,2BACtB,cAAiB,+DACjB,4BAA6B,uCAC7B,oCAAqC,+DACrC,4BAA6B,uCAC7B,gCAAiC,qE","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/ja.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"保存\",\n \"doCancel\": \"キャンセル\",\n \"doLogOutAllSessions\": \"全セッションからログアウト\",\n \"doRemove\": \"削除\",\n \"doAdd\": \"追加\",\n \"doSignOut\": \"サインアウト\",\n \"doLogIn\": \"ログイン\",\n \"doLink\": \"リンク\",\n \"editAccountHtmlTitle\": \"アカウントの編集\",\n \"personalInfoHtmlTitle\": \"個人情報\",\n \"federatedIdentitiesHtmlTitle\": \"連携済みアイデンティティー\",\n \"accountLogHtmlTitle\": \"アカウントログ\",\n \"changePasswordHtmlTitle\": \"パスワード変更\",\n \"deviceActivityHtmlTitle\": \"デバイス・アクティビティー\",\n \"sessionsHtmlTitle\": \"セッション\",\n \"accountManagementTitle\": \"Keycloakアカウント管理\",\n \"authenticatorTitle\": \"オーセンティケーター\",\n \"applicationsHtmlTitle\": \"アプリケーション\",\n \"linkedAccountsHtmlTitle\": \"リンクされたアカウント\",\n \"accountManagementWelcomeMessage\": \"Keycloakアカウント管理へようこそ\",\n \"personalInfoIntroMessage\": \"基本情報を管理する\",\n \"accountSecurityTitle\": \"アカウント・セキュリティー\",\n \"accountSecurityIntroMessage\": \"パスワードとアカウント・アクセスを制御する\",\n \"applicationsIntroMessage\": \"アカウントへアクセスするためにアプリのパーミッションを追跡して管理する\",\n \"resourceIntroMessage\": \"チームメンバー間でリソースを共有する\",\n \"passwordLastUpdateMessage\": \"パスワードは更新されました\",\n \"updatePasswordTitle\": \"パスワードの更新\",\n \"updatePasswordMessageTitle\": \"強力なパスワードを選択してください\",\n \"updatePasswordMessage\": \"強力なパスワードは、数字、文字、記号を含みます。推測が難しく、実在する言葉に似ておらず、このアカウントだけで使用されています。\",\n \"personalSubTitle\": \"個人情報\",\n \"personalSubMessage\": \"この基本情報を管理してください:名、姓、メール\",\n \"authenticatorCode\": \"ワンタイムコード\",\n \"email\": \"Eメール\",\n \"firstName\": \"名\",\n \"givenName\": \"名\",\n \"fullName\": \"氏名\",\n \"lastName\": \"姓\",\n \"familyName\": \"姓\",\n \"password\": \"パスワード\",\n \"currentPassword\": \"現在のパスワード\",\n \"passwordConfirm\": \"新しいパスワード(確認)\",\n \"passwordNew\": \"新しいパスワード\",\n \"username\": \"ユーザー名\",\n \"address\": \"住所\",\n \"street\": \"番地\",\n \"locality\": \"市区町村\",\n \"region\": \"都道府県\",\n \"postal_code\": \"郵便番号\",\n \"country\": \"国\",\n \"emailVerified\": \"確認済みEメール\",\n \"gssDelegationCredential\": \"GSS委譲クレデンシャル\",\n \"profileScopeConsentText\": \"ユーザー・プロファイル\",\n \"emailScopeConsentText\": \"メールアドレス\",\n \"addressScopeConsentText\": \"アドレス\",\n \"phoneScopeConsentText\": \"電話番号\",\n \"offlineAccessScopeConsentText\": \"オフライン・アクセス\",\n \"samlRoleListScopeConsentText\": \"ロール\",\n \"rolesScopeConsentText\": \"ユーザーロール\",\n \"role_admin\": \"管理者\",\n \"role_realm-admin\": \"レルム管理者\",\n \"role_create-realm\": \"レルムの作成\",\n \"role_view-realm\": \"レルムの参照\",\n \"role_view-users\": \"ユーザーの参照\",\n \"role_view-applications\": \"アプリケーションの参照\",\n \"role_view-clients\": \"クライアントの参照\",\n \"role_view-events\": \"イベントの参照\",\n \"role_view-identity-providers\": \"アイデンティティー・プロバイダーの参照\",\n \"role_view-consent\": \"同意の参照\",\n \"role_manage-realm\": \"レルムの管理\",\n \"role_manage-users\": \"ユーザーの管理\",\n \"role_manage-applications\": \"アプリケーションの管理\",\n \"role_manage-identity-providers\": \"アイデンティティー・プロバイダーの管理\",\n \"role_manage-clients\": \"クライアントの管理\",\n \"role_manage-events\": \"イベントの管理\",\n \"role_view-profile\": \"プロファイルの参照\",\n \"role_manage-account\": \"アカウントの管理\",\n \"role_manage-account-links\": \"アカウントリンクの管理\",\n \"role_manage-consent\": \"同意の管理\",\n \"role_read-token\": \"トークンの参照\",\n \"role_offline-access\": \"オフライン・アクセス\",\n \"role_uma_authorization\": \"パーミッションの取得\",\n \"client_account\": \"アカウント\",\n \"client_account-console\": \"アカウント・コンソール\",\n \"client_security-admin-console\": \"セキュリティー管理コンソール\",\n \"client_admin-cli\": \"管理CLI\",\n \"client_realm-management\": \"レルム管理\",\n \"client_broker\": \"ブローカー\",\n \"requiredFields\": \"必須\",\n \"allFieldsRequired\": \"全ての入力項目が必須\",\n \"backToApplication\": \"« アプリケーションに戻る\",\n \"backTo\": \"{0}に戻る\",\n \"date\": \"日付\",\n \"event\": \"イベント\",\n \"ip\": \"IP\",\n \"client\": \"クライアント\",\n \"clients\": \"クライアント\",\n \"details\": \"詳細\",\n \"started\": \"開始\",\n \"lastAccess\": \"最終アクセス\",\n \"expires\": \"有効期限\",\n \"applications\": \"アプリケーション\",\n \"account\": \"アカウント\",\n \"federatedIdentity\": \"連携済みアイデンティティー\",\n \"authenticator\": \"オーセンティケーター\",\n \"device-activity\": \"デバイス・アクティビティー\",\n \"sessions\": \"セッション\",\n \"log\": \"ログ\",\n \"application\": \"アプリケーション\",\n \"availableRoles\": \"利用可能なロール\",\n \"grantedPermissions\": \"許可されたパーミッション\",\n \"grantedPersonalInfo\": \"許可された個人情報\",\n \"additionalGrants\": \"追加の許可\",\n \"action\": \"アクション\",\n \"inResource\": \"in\",\n \"fullAccess\": \"フルアクセス\",\n \"offlineToken\": \"オフライン・トークン\",\n \"revoke\": \"許可の取り消し\",\n \"configureAuthenticators\": \"設定済みのオーセンティケーター\",\n \"mobile\": \"モバイル\",\n \"totpStep1\": \"モバイルに以下のアプリケーションのいずれかをインストールしてください。\",\n \"totpStep2\": \"アプリケーションを開き、バーコードをスキャンしてください。\",\n \"totpStep3\": \"アプリケーションで提供されたワンタイムコードを入力して保存をクリックし、セットアップを完了してください。\",\n \"totpStep3DeviceName\": \"OTPデバイスの管理に役立つようなデバイス名を指定してください。\",\n \"totpManualStep2\": \"アプリケーションを開き、キーを入力してください。\",\n \"totpManualStep3\": \"アプリケーションが設定できる場合は、次の設定値を使用してください。\",\n \"totpUnableToScan\": \"スキャンできませんか?\",\n \"totpScanBarcode\": \"バーコードをスキャンしますか?\",\n \"totp.totp\": \"時間ベース\",\n \"totp.hotp\": \"カウンターベース\",\n \"totpType\": \"タイプ\",\n \"totpAlgorithm\": \"アルゴリズム\",\n \"totpDigits\": \"数字\",\n \"totpInterval\": \"間隔\",\n \"totpCounter\": \"カウンター\",\n \"totpDeviceName\": \"デバイス名\",\n \"missingUsernameMessage\": \"ユーザー名を入力してください。\",\n \"missingFirstNameMessage\": \"名を入力してください。\",\n \"invalidEmailMessage\": \"無効なメールアドレスです。\",\n \"missingLastNameMessage\": \"姓を入力してください。\",\n \"missingEmailMessage\": \"Eメールを入力してください。\",\n \"missingPasswordMessage\": \"パスワードを入力してください。\",\n \"notMatchPasswordMessage\": \"パスワードが一致していません。\",\n \"invalidUserMessage\": \"無効なユーザーです。\",\n \"missingTotpMessage\": \"オーセンティケーター・コードを入力してください。\",\n \"missingTotpDeviceNameMessage\": \"デバイス名を指定してください。\",\n \"invalidPasswordExistingMessage\": \"既存のパスワードが不正です。\",\n \"invalidPasswordConfirmMessage\": \"新しいパスワード(確認)と一致していません。\",\n \"invalidTotpMessage\": \"無効なオーセンティケーター・コードです。\",\n \"usernameExistsMessage\": \"既に存在するユーザー名です。\",\n \"emailExistsMessage\": \"既に存在するEメールです。\",\n \"readOnlyUserMessage\": \"読み取り専用のため、アカウントを更新することはできません。\",\n \"readOnlyUsernameMessage\": \"読み取り専用のため、ユーザー名を更新することはできません。\",\n \"readOnlyPasswordMessage\": \"読み取り専用のため、パスワードを更新することはできません。\",\n \"successTotpMessage\": \"モバイル・オーセンティケーターが設定されました。\",\n \"successTotpRemovedMessage\": \"モバイル・オーセンティケーターが削除されました。\",\n \"successGrantRevokedMessage\": \"許可が正常に取り消しされました。\",\n \"accountUpdatedMessage\": \"アカウントが更新されました。\",\n \"accountPasswordUpdatedMessage\": \"パスワードが更新されました。\",\n \"missingIdentityProviderMessage\": \"アイデンティティー・プロバイダーが指定されていません。\",\n \"invalidFederatedIdentityActionMessage\": \"無効または存在しないアクションです。\",\n \"identityProviderNotFoundMessage\": \"指定されたアイデンティティー・プロバイダーが見つかりません。\",\n \"federatedIdentityLinkNotActiveMessage\": \"このアイデンティティーは有効ではありません。\",\n \"federatedIdentityRemovingLastProviderMessage\": \"パスワードがないため、最後の連携済みアイデンティティーが削除できません。\",\n \"identityProviderRedirectErrorMessage\": \"アイデンティティー・プロバイダーへのリダイレクトに失敗しました。\",\n \"identityProviderRemovedMessage\": \"アイデンティティー・プロバイダーが正常に削除されました。\",\n \"identityProviderAlreadyLinkedMessage\": \"{0}から返された連携済みアイデンティティーは既に他のユーザーに関連付けされています。\",\n \"staleCodeAccountMessage\": \"有効期限切れです。再度お試しください。\",\n \"consentDenied\": \"同意が拒否されました。\",\n \"accountDisabledMessage\": \"アカウントが無効です。管理者に連絡してください。\",\n \"accountTemporarilyDisabledMessage\": \"アカウントが一時的に無効です。管理者に連絡するか、しばらく時間をおいてから再度お試しください。\",\n \"invalidPasswordMinLengthMessage\": \"無効なパスワード: 最小{0}の長さが必要です。\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"無効なパスワード: 少なくとも{0}文字の小文字を含む必要があります。\",\n \"invalidPasswordMinDigitsMessage\": \"無効なパスワード: 少なくとも{0}文字の数字を含む必要があります。\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"無効なパスワード:少なくとも{0}文字の大文字を含む必要があります。\",\n \"invalidPasswordMinSpecialCharsMessage\": \"無効なパスワード: 少なくとも{0}文字の特殊文字を含む必要があります。\",\n \"invalidPasswordNotUsernameMessage\": \"無効なパスワード: ユーザー名と同じパスワードは禁止されています。\",\n \"invalidPasswordRegexPatternMessage\": \"無効なパスワード: 正規表現パターンと一致しません。\",\n \"invalidPasswordHistoryMessage\": \"無効なパスワード: 最近の{0}パスワードのいずれかと同じパスワードは禁止されています。\",\n \"invalidPasswordBlacklistedMessage\": \"無効なパスワード: パスワードがブラックリストに含まれています。\",\n \"invalidPasswordGenericMessage\": \"無効なパスワード: 新しいパスワードはパスワード・ポリシーと一致しません。\",\n \"myResources\": \"マイリソース\",\n \"myResourcesSub\": \"マイリソース\",\n \"doDeny\": \"拒否\",\n \"doRevoke\": \"取り消し\",\n \"doApprove\": \"承認\",\n \"doRemoveSharing\": \"共有の削除\",\n \"doRemoveRequest\": \"要求の削除\",\n \"peopleAccessResource\": \"このリソースにアクセスできる人\",\n \"resourceManagedPolicies\": \"このリソースへのアクセスを許可するパーミッション\",\n \"resourceNoPermissionsGrantingAccess\": \"このリソースへのアクセスを許可する権限はありません\",\n \"anyAction\": \"任意のアクション\",\n \"description\": \"説明\",\n \"name\": \"名前\",\n \"scopes\": \"スコープ\",\n \"resource\": \"リソース\",\n \"user\": \"ユーザー\",\n \"peopleSharingThisResource\": \"このリソースを共有している人\",\n \"shareWithOthers\": \"他人と共有\",\n \"needMyApproval\": \"承認が必要\",\n \"requestsWaitingApproval\": \"承認待ちの要求\",\n \"icon\": \"アイコン\",\n \"requestor\": \"要求者\",\n \"owner\": \"オーナー\",\n \"resourcesSharedWithMe\": \"共有しているリソース\",\n \"permissionRequestion\": \"パーミッションの要求\",\n \"permission\": \"パーミッション\",\n \"shares\": \"共有(複数)\",\n \"notBeingShared\": \"このリソースは共有されていません。\",\n \"notHaveAnyResource\": \"リソースがありません。\",\n \"noResourcesSharedWithYou\": \"共有しているリソースはありません\",\n \"havePermissionRequestsWaitingForApproval\": \"承認を待っている{0}個のパーミッションの要求があります。\",\n \"clickHereForDetails\": \"詳細はこちらをクリックしてください。\",\n \"resourceIsNotBeingShared\": \"リソースは共有されていません。\",\n \"applicationName\": \"名前\",\n \"applicationType\": \"アプリケーション・タイプ\",\n \"applicationInUse\": \"使用中のアプリケーションのみ\",\n \"clearAllFilter\": \"すべてのフィルターをクリア\",\n \"activeFilters\": \"アクティブなフィルター\",\n \"filterByName\": \"名前でフィルタリング...\",\n \"allApps\": \"すべてのアプリケーション\",\n \"internalApps\": \"内部アプリケーション\",\n \"thirdpartyApps\": \"サードパーティーのアプリケーション\",\n \"appResults\": \"結果\",\n \"clientNotFoundMessage\": \"クライアントが見つかりません。\",\n \"authorizedProvider\": \"認可済みプロバイダー\",\n \"authorizedProviderMessage\": \"アカウントにリンクされた認可済みプロバイダー\",\n \"identityProvider\": \"アイデンティティー・プロバイダー\",\n \"identityProviderMessage\": \"アカウントと設定したアイデンティティー・プロバイダーをリンクするには\",\n \"socialLogin\": \"ソーシャル・ログイン\",\n \"userDefined\": \"ユーザー定義\",\n \"removeAccess\": \"アクセス権の削除\",\n \"removeAccessMessage\": \"このアプリ・アカウントを使用する場合は、アクセス権を再度付与する必要があります。\",\n \"authenticatorStatusMessage\": \"2要素認証は現在\",\n \"authenticatorFinishSetUpTitle\": \"あなたの2要素認証\",\n \"authenticatorFinishSetUpMessage\": \"Keycloakアカウントにサインインするたびに、2要素認証コードを入力するように求められます。\",\n \"authenticatorSubTitle\": \"2要素認証を設定する\",\n \"authenticatorSubMessage\": \"アカウントのセキュリティーを強化するには、利用可能な2要素認証の方式のうち少なくとも1つを有効にします。\",\n \"authenticatorMobileTitle\": \"モバイル・オーセンティケーター\",\n \"authenticatorMobileMessage\": \"モバイル・オーセンティケーターを使用して、2要素認証として確認コードを取得します。\",\n \"authenticatorMobileFinishSetUpMessage\": \"オーセンティケーターはあなたの携帯電話にバインドされています。\",\n \"authenticatorActionSetup\": \"セットアップ\",\n \"authenticatorSMSTitle\": \"SMSコード\",\n \"authenticatorSMSMessage\": \"Keycloakは、2要素認証として確認コードを携帯電話に送信します。\",\n \"authenticatorSMSFinishSetUpMessage\": \"テキスト・メッセージが次の電話番号宛に送信されます:\",\n \"authenticatorDefaultStatus\": \"デフォルト\",\n \"authenticatorChangePhone\": \"電話番号の変更\",\n \"authenticatorMobileSetupTitle\": \"モバイル・オーセンティケーターのセットアップ\",\n \"smscodeIntroMessage\": \"電話番号を入力すると、確認コードがあなたの電話に送信されます。\",\n \"mobileSetupStep1\": \"携帯電話にオーセンティケーター・アプリケーションをインストールします。ここにリストされているアプリケーションがサポートされています。\",\n \"mobileSetupStep2\": \"アプリケーションを開き、バーコードをスキャンしてください。\",\n \"mobileSetupStep3\": \"アプリケーションから提供されたワンタイムコードを入力し、保存をクリックしてセットアップを終了します。\",\n \"scanBarCode\": \"バーコードをスキャンしますか?\",\n \"enterBarCode\": \"ワンタイムコードを入力してください\",\n \"doCopy\": \"コピー\",\n \"doFinish\": \"終了\",\n \"authenticatorSMSCodeSetupTitle\": \"SMSコードのセットアップ\",\n \"chooseYourCountry\": \"国を選んでください\",\n \"enterYourPhoneNumber\": \"電話番号を入力してください\",\n \"sendVerficationCode\": \"確認コードの送信\",\n \"enterYourVerficationCode\": \"確認コードを入力してください\",\n \"authenticatorBackupCodesSetupTitle\": \"バックアップ・コードのセットアップ\",\n \"realmName\": \"レルム\",\n \"doDownload\": \"ダウンロード\",\n \"doPrint\": \"印刷\",\n \"generateNewBackupCodes\": \"新しいバックアップ・コードを生成する\",\n \"backtoAuthenticatorPage\": \"オーセンティケーター・ページに戻る\",\n \"resources\": \"リソース\",\n \"sharedwithMe\": \"私と共有\",\n \"share\": \"共有\",\n \"sharedwith\": \"共有\",\n \"accessPermissions\": \"アクセス・パーミッション\",\n \"permissionRequests\": \"パーミッションの要求\",\n \"approve\": \"承認\",\n \"approveAll\": \"すべて承認\",\n \"people\": \"人\",\n \"perPage\": \"1ページあたり\",\n \"currentPage\": \"現在のページ\",\n \"sharetheResource\": \"リソースの共有\",\n \"group\": \"グループ\",\n \"selectPermission\": \"パーミッションを選択\",\n \"addPeople\": \"あなたのリソースを共有する人を追加\",\n \"addTeam\": \"あなたのリソースを共有するチームを追加\",\n \"myPermissions\": \"私のパーミッション\",\n \"waitingforApproval\": \"承認待ち\",\n \"anyPermission\": \"任意のパーミッション\",\n \"openshift.scope.user_info\": \"ユーザー情報\",\n \"openshift.scope.user_check-access\": \"ユーザーアクセス情報\",\n \"openshift.scope.user_full\": \"フルアクセス\",\n \"openshift.scope.list-projects\": \"プロジェクトの一覧表示\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8250.f70c773a.chunk.js b/resources/keycloak/keycloakify/static/js/8250.f70c773a.chunk.js new file mode 100644 index 00000000..867e11ea --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8250.f70c773a.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[8250],{2889:function(s,e,c){c.d(e,{a:function(){return t}});var l=c(6055),o=c(969);function t(s){var e=s.defaultClasses;return{useGetClassName:function(s){var c=s.classes;return{getClassName:(0,o.O)((function(s){return(0,l.W)(s,e[s],null===c||void 0===c?void 0:c[s])}))}}}}},7107:function(s,e,c){c.d(e,{v:function(){return l}});var l=(0,c(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},8250:function(s,e,c){c.r(e),c.d(e,{default:function(){return r}});var l=c(885),o=c(184),t=c(2791),a=c(6055),i=c(969),n=c(7107);function r(s){var e,c=s.kcContext,r=s.i18n,f=s.doUseDefaultCss,p=s.Template,u=s.classes,k=(0,n.v)({doUseDefaultCss:f,classes:u}).getClassName,d=c.realm,m=c.url,C=c.login,g=r.msg,b=r.msgStr,h=(0,t.useState)(!1),v=(0,l.Z)(h,2),x=v[0],A=v[1],I=(0,i.O)((function(s){s.preventDefault(),A(!0),s.target.submit()}));return(0,o.jsx)(p,Object.assign({},{kcContext:c,i18n:r,doUseDefaultCss:f,classes:u},{headerNode:g("doLogIn")},{children:(0,o.jsx)("div",Object.assign({id:"kc-form"},{children:(0,o.jsx)("div",Object.assign({id:"kc-form-wrapper"},{children:(0,o.jsxs)("form",Object.assign({id:"kc-form-login",onSubmit:I,action:m.loginAction,method:"post"},{children:[(0,o.jsxs)("div",Object.assign({className:k("kcFormGroupClass")},{children:[(0,o.jsx)("hr",{}),(0,o.jsx)("label",Object.assign({htmlFor:"password",className:k("kcLabelClass")},{children:g("password")})),(0,o.jsx)("input",{tabIndex:2,id:"password",className:k("kcInputClass"),name:"password",type:"password",autoFocus:!0,autoComplete:"on",defaultValue:null!==(e=C.password)&&void 0!==e?e:""})]})),(0,o.jsxs)("div",Object.assign({className:(0,a.W)(k("kcFormGroupClass"),k("kcFormSettingClass"))},{children:[(0,o.jsx)("div",{id:"kc-form-options"}),(0,o.jsx)("div",Object.assign({className:k("kcFormOptionsWrapperClass")},{children:d.resetPasswordAllowed&&(0,o.jsx)("span",{children:(0,o.jsx)("a",Object.assign({tabIndex:5,href:m.loginResetCredentialsUrl},{children:g("doForgotPassword")}))})}))]})),(0,o.jsx)("div",Object.assign({id:"kc-form-buttons",className:k("kcFormGroupClass")},{children:(0,o.jsx)("input",{tabIndex:4,className:(0,a.W)(k("kcButtonClass"),k("kcButtonPrimaryClass"),k("kcButtonBlockClass"),k("kcButtonLargeClass")),name:"login",id:"kc-login",type:"submit",value:b("doLogIn"),disabled:x})}))]}))}))}))}))}},6055:function(s,e,c){c.d(e,{W:function(){return a}});var l=c(2982),o=c(9883),t=c(9465),a=function s(){for(var e=arguments.length,c=0,a="";c(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { useState } from \"react\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\nimport type { FormEventHandler } from \"react\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function LoginPassword(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { realm, url, login } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n const [isLoginButtonDisabled, setIsLoginButtonDisabled] = useState(false);\n\n const onSubmit = useConstCallback>(e => {\n e.preventDefault();\n\n setIsLoginButtonDisabled(true);\n\n const formElement = e.target as HTMLFormElement;\n\n formElement.submit();\n });\n\n return (\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","LoginPassword","props","kcContext","i18n","doUseDefaultCss","Template","realm","url","login","msg","msgStr","_useState","useState","_useState2","_slicedToArray","isLoginButtonDisabled","setIsLoginButtonDisabled","onSubmit","e","preventDefault","target","submit","_jsx","Object","assign","headerNode","children","id","_jsxs","action","loginAction","method","className","htmlFor","tabIndex","name","type","autoFocus","autoComplete","defaultValue","_a","password","resetPasswordAllowed","href","loginResetCredentialsUrl","value","disabled","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8429.e1720f78.chunk.js b/resources/keycloak/keycloakify/static/js/8429.e1720f78.chunk.js new file mode 100644 index 00000000..8827a221 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8429.e1720f78.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[8429],{8429:function(e,s,i){i.r(s);s.default={doLogIn:"\u30ed\u30b0\u30a4\u30f3",doRegister:"\u767b\u9332",doCancel:"\u30ad\u30e3\u30f3\u30bb\u30eb",doSubmit:"\u9001\u4fe1",doBack:"\u623b\u308b",doYes:"\u306f\u3044",doNo:"\u3044\u3044\u3048",doContinue:"\u7d9a\u3051\u308b",doIgnore:"\u7121\u8996",doAccept:"\u627f\u8afe",doDecline:"\u5374\u4e0b",doForgotPassword:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u3067\u3059\u304b?",doClickHere:"\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044",doImpersonate:"\u4ee3\u7406\u30ed\u30b0\u30a4\u30f3",doTryAgain:"\u518d\u8a66\u884c\u3057\u3066\u304f\u3060\u3055\u3044",doTryAnotherWay:"\u5225\u306e\u65b9\u6cd5\u3092\u8a66\u3057\u3066\u304f\u3060\u3055\u3044",kerberosNotConfigured:"Kerberos\u306f\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093",kerberosNotConfiguredTitle:"Kerberos\u306f\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093",bypassKerberosDetail:"Kerberos\u3067\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u3044\u306a\u3044\u304b\u3001\u30d6\u30e9\u30a6\u30b6\u30fc\u3067Kerberos\u30ed\u30b0\u30a4\u30f3\u306e\u8a2d\u5b9a\u304c\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u4ed6\u306e\u624b\u6bb5\u3067\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u306b\u306f\u300c\u7d9a\u3051\u308b\u300d\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002",kerberosNotSetUp:"Kerberos\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u307e\u305b\u3093\u3002",registerTitle:"\u767b\u9332",loginAccountTitle:"\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u30ed\u30b0\u30a4\u30f3",loginTitle:"{0}\u306b\u30ed\u30b0\u30a4\u30f3",loginTitleHtml:"{0}",impersonateTitle:"{0}\u30e6\u30fc\u30b6\u30fc\u306e\u4ee3\u7406",impersonateTitleHtml:"{0}\u30e6\u30fc\u30b6\u30fc\u306e\u4ee3\u7406",realmChoice:"\u30ec\u30eb\u30e0",unknownUser:"\u4e0d\u660e\u306a\u30e6\u30fc\u30b6\u30fc",loginTotpTitle:"\u30e2\u30d0\u30a4\u30eb\u30fb\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7",loginProfileTitle:"\u30a2\u30ab\u30a6\u30f3\u30c8\u60c5\u5831\u306e\u66f4\u65b0",loginTimeout:"\u30ed\u30b0\u30a4\u30f3\u8a66\u884c\u304c\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f\u3002\u30ed\u30b0\u30a4\u30f3\u306f\u6700\u521d\u304b\u3089\u958b\u59cb\u3055\u308c\u307e\u3059\u3002",oauthGrantTitle:"{0}\u3078\u306e\u30a2\u30af\u30bb\u30b9\u3092\u8a31\u53ef",oauthGrantTitleHtml:"{0}",errorTitle:"\u7533\u3057\u8a33\u3054\u3056\u3044\u307e\u305b\u3093",errorTitleHtml:"\u7533\u3057\u8a33\u3054\u3056\u3044\u307e\u305b\u3093",emailVerifyTitle:"E\u30e1\u30fc\u30eb\u78ba\u8a8d",emailForgotTitle:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u304a\u5fd8\u308c\u3067\u3059\u304b?",updatePasswordTitle:"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u66f4\u65b0",codeSuccessTitle:"\u6210\u529f\u30b3\u30fc\u30c9",codeErrorTitle:"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9: {0}",displayUnsupported:"\u8981\u6c42\u3055\u308c\u305f\u8868\u793a\u30bf\u30a4\u30d7\u304c\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u307e\u305b\u3093",browserRequired:"\u30ed\u30b0\u30a4\u30f3\u306b\u5fc5\u8981\u306a\u30d6\u30e9\u30a6\u30b6\u30fc",browserContinue:"\u30ed\u30b0\u30a4\u30f3\u3092\u5b8c\u4e86\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u30d6\u30e9\u30a6\u30b6\u30fc",browserContinuePrompt:"\u30d6\u30e9\u30a6\u30b6\u30fc\u3092\u958b\u3044\u3066\u30ed\u30b0\u30a4\u30f3\u3092\u7d9a\u884c\u3057\u307e\u3059\u304b\uff1f [y/n]:",browserContinueAnswer:"y",termsTitle:"\u5229\u7528\u898f\u7d04",termsText:"

    \u5229\u7528\u898f\u7d04\u306f\u3053\u3053\u3067\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059

    ",termsPlainText:"\u5b9a\u7fa9\u3055\u308c\u308b\u5229\u7528\u898f\u7d04\u3002",recaptchaFailed:"\u7121\u52b9\u306areCAPTCHA",recaptchaNotConfigured:"reCAPTCHA\u304c\u5fc5\u9808\u3067\u3059\u304c\u3001\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093",consentDenied:"\u540c\u610f\u304c\u62d2\u5426\u3055\u308c\u307e\u3057\u305f\u3002",noAccount:"\u65b0\u898f\u30e6\u30fc\u30b6\u30fc\u3067\u3059\u304b?",username:"\u30e6\u30fc\u30b6\u30fc\u540d",usernameOrEmail:"\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9",firstName:"\u540d",givenName:"\u540d",fullName:"\u6c0f\u540d",lastName:"\u59d3",familyName:"\u59d3",email:"E\u30e1\u30fc\u30eb",password:"\u30d1\u30b9\u30ef\u30fc\u30c9",passwordConfirm:"\u30d1\u30b9\u30ef\u30fc\u30c9\uff08\u78ba\u8a8d\uff09",passwordNew:"\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9",passwordNewConfirm:"\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\uff08\u78ba\u8a8d\uff09",rememberMe:"\u30ed\u30b0\u30a4\u30f3\u72b6\u614b\u306e\u4fdd\u5b58",authenticatorCode:"\u30ef\u30f3\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9",address:"\u4f4f\u6240",street:"\u756a\u5730",locality:"\u5e02\u533a\u753a\u6751",region:"\u90fd\u9053\u5e9c\u770c",postal_code:"\u90f5\u4fbf\u756a\u53f7",country:"\u56fd",emailVerified:"\u78ba\u8a8d\u6e08\u307fE\u30e1\u30fc\u30eb",gssDelegationCredential:"GSS\u59d4\u8b72\u30af\u30ec\u30c7\u30f3\u30b7\u30e3\u30eb",profileScopeConsentText:"\u30e6\u30fc\u30b6\u30fc\u30fb\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb",emailScopeConsentText:"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9",addressScopeConsentText:"\u30a2\u30c9\u30ec\u30b9",phoneScopeConsentText:"\u96fb\u8a71\u756a\u53f7",offlineAccessScopeConsentText:"\u30aa\u30d5\u30e9\u30a4\u30f3\u30fb\u30a2\u30af\u30bb\u30b9",samlRoleListScopeConsentText:"\u30ed\u30fc\u30eb",rolesScopeConsentText:"\u30e6\u30fc\u30b6\u30fc\u30ed\u30fc\u30eb",restartLoginTooltip:"\u30ed\u30b0\u30a4\u30f3\u3092\u518d\u958b",loginTotpIntro:"\u3053\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u306b\u306f\u3001\u30ef\u30f3\u30bf\u30a4\u30e0\u30fb\u30d1\u30b9\u30ef\u30fc\u30c9\u30fb\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u30fc\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059",loginTotpStep1:"\u6b21\u306e\u3044\u305a\u308c\u304b\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u30e2\u30d0\u30a4\u30eb\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002",loginTotpStep2:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u958b\u304d\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u307e\u3059\u3002",loginTotpStep3:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304b\u3089\u63d0\u4f9b\u3055\u308c\u305f\u30ef\u30f3\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3001\u9001\u4fe1\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u3092\u7d42\u4e86\u3057\u307e\u3059\u3002",loginTotpStep3DeviceName:"OTP\u30c7\u30d0\u30a4\u30b9\u306e\u7ba1\u7406\u306b\u5f79\u7acb\u3064\u30c7\u30d0\u30a4\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059\u3002",loginTotpManualStep2:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u958b\u304d\u3001\u30ad\u30fc\u3092\u5165\u529b\u3057\u307e\u3059\uff1a",loginTotpManualStep3:"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u8a2d\u5b9a\u3067\u304d\u308b\u5834\u5408\u306f\u3001\u6b21\u306e\u8a2d\u5b9a\u5024\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002",loginTotpUnableToScan:"\u30b9\u30ad\u30e3\u30f3\u3067\u304d\u307e\u305b\u3093\u304b\uff1f",loginTotpScanBarcode:"\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u307e\u3059\u304b\uff1f",loginCredential:"\u30af\u30ec\u30c7\u30f3\u30b7\u30e3\u30eb",loginOtpOneTime:"\u30ef\u30f3\u30bf\u30a4\u30e0\u30b3\u30fc\u30c9",loginTotpType:"\u30bf\u30a4\u30d7",loginTotpAlgorithm:"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0",loginTotpDigits:"\u6841",loginTotpInterval:"\u9593\u9694",loginTotpCounter:"\u30ab\u30a6\u30f3\u30bf\u30fc",loginTotpDeviceName:"\u30c7\u30d0\u30a4\u30b9\u540d","loginTotp.totp":"\u6642\u9593\u30d9\u30fc\u30b9","loginTotp.hotp":"\u30ab\u30a6\u30f3\u30bf\u30fc\u30d9\u30fc\u30b9",loginChooseAuthenticator:"\u30ed\u30b0\u30a4\u30f3\u65b9\u6cd5\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044",oauthGrantRequest:"\u3053\u308c\u3089\u306e\u30a2\u30af\u30bb\u30b9\u6a29\u9650\u3092\u4ed8\u4e0e\u3057\u307e\u3059\u304b\uff1f",inResource:"in",emailVerifyInstruction1:"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u78ba\u8a8d\u3059\u308b\u624b\u9806\u3092\u8a18\u8f09\u3057\u305fE\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002",emailVerifyInstruction2:"E\u30e1\u30fc\u30eb\u3067\u78ba\u8a8d\u30b3\u30fc\u30c9\u3092\u53d7\u3051\u53d6\u3063\u3066\u3044\u307e\u305b\u3093\u304b?",emailVerifyInstruction3:"E\u30e1\u30fc\u30eb\u3092\u518d\u9001\u4fe1\u3057\u307e\u3059\u3002",emailLinkIdpTitle:"\u30ea\u30f3\u30af {0}",emailLinkIdp1:"{0}\u306e{1}\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u3042\u306a\u305f\u306e{2}\u30a2\u30ab\u30a6\u30f3\u30c8\u3068\u30ea\u30f3\u30af\u3059\u308b\u305f\u3081\u306e\u624b\u9806\u3092\u8a18\u8f09\u3057\u305fE\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002",emailLinkIdp2:"E\u30e1\u30fc\u30eb\u3067\u78ba\u8a8d\u30b3\u30fc\u30c9\u3092\u53d7\u3051\u53d6\u3063\u3066\u3044\u307e\u305b\u3093\u304b?",emailLinkIdp3:"E\u30e1\u30fc\u30eb\u3092\u518d\u9001\u4fe1\u3057\u307e\u3059\u3002",emailLinkIdp4:"\u5225\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u3067\u30e1\u30fc\u30eb\u3092\u78ba\u8a8d\u6e08\u307f\u306e\u5834\u5408",emailLinkIdp5:"\u7d9a\u3051\u308b\u306b\u306f",backToLogin:"« \u30ed\u30b0\u30a4\u30f3\u306b\u623b\u308b",emailInstruction:"\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u8a2d\u5b9a\u65b9\u6cd5\u3092\u3054\u6848\u5185\u3044\u305f\u3057\u307e\u3059\u3002",copyCodeInstruction:"\u3053\u306e\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30fc\u3057\u3001\u3042\u306a\u305f\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u30da\u30fc\u30b9\u30c8\u3057\u3066\u304f\u3060\u3055\u3044\uff1a",pageExpiredTitle:"\u30da\u30fc\u30b8\u306e\u6709\u52b9\u671f\u9650\u304c\u5207\u308c\u3066\u3044\u307e\u3059",pageExpiredMsg1:"\u30ed\u30b0\u30a4\u30f3\u30d7\u30ed\u30bb\u30b9\u3092\u518d\u958b\u3059\u308b\u306b\u306f",pageExpiredMsg2:"\u30ed\u30b0\u30a4\u30f3\u51e6\u7406\u3092\u7d9a\u884c\u3059\u308b\u306b\u306f",personalInfo:"\u500b\u4eba\u60c5\u5831:",role_admin:"\u7ba1\u7406\u8005","role_realm-admin":"\u30ec\u30eb\u30e0\u7ba1\u7406\u8005","role_create-realm":"\u30ec\u30eb\u30e0\u306e\u4f5c\u6210","role_create-client":"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e\u4f5c\u6210","role_view-realm":"\u30ec\u30eb\u30e0\u306e\u53c2\u7167","role_view-users":"\u30e6\u30fc\u30b6\u30fc\u306e\u53c2\u7167","role_view-applications":"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u53c2\u7167","role_view-clients":"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e\u53c2\u7167","role_view-events":"\u30a4\u30d9\u30f3\u30c8\u306e\u53c2\u7167","role_view-identity-providers":"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306e\u53c2\u7167","role_manage-realm":"\u30ec\u30eb\u30e0\u306e\u7ba1\u7406","role_manage-users":"\u30e6\u30fc\u30b6\u30fc\u306e\u7ba1\u7406","role_manage-applications":"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u7ba1\u7406","role_manage-identity-providers":"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306e\u7ba1\u7406","role_manage-clients":"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306e\u7ba1\u7406","role_manage-events":"\u30a4\u30d9\u30f3\u30c8\u306e\u7ba1\u7406","role_view-profile":"\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u53c2\u7167","role_manage-account":"\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u7ba1\u7406","role_manage-account-links":"\u30a2\u30ab\u30a6\u30f3\u30c8\u30ea\u30f3\u30af\u306e\u7ba1\u7406","role_read-token":"\u30c8\u30fc\u30af\u30f3\u306e\u53c2\u7167","role_offline-access":"\u30aa\u30d5\u30e9\u30a4\u30f3\u30fb\u30a2\u30af\u30bb\u30b9",client_account:"\u30a2\u30ab\u30a6\u30f3\u30c8","client_account-console":"\u30a2\u30ab\u30a6\u30f3\u30c8\u30fb\u30b3\u30f3\u30bd\u30fc\u30eb","client_security-admin-console":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u7ba1\u7406\u30b3\u30f3\u30bd\u30fc\u30eb","client_admin-cli":"\u7ba1\u7406CLI","client_realm-management":"\u30ec\u30eb\u30e0\u7ba1\u7406",client_broker:"\u30d6\u30ed\u30fc\u30ab\u30fc",requiredFields:"\u5fc5\u9808\u30d5\u30a3\u30fc\u30eb\u30c9",invalidUserMessage:"\u7121\u52b9\u306a\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u3059\u3002",invalidUsernameMessage:"\u30e6\u30fc\u30b6\u30fc\u540d\u304c\u7121\u52b9\u3067\u3059\u3002",invalidUsernameOrEmailMessage:"\u30e6\u30fc\u30b6\u30fc\u540d\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u7121\u52b9\u3067\u3059\u3002",invalidPasswordMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u7121\u52b9\u3067\u3059\u3002",invalidEmailMessage:"\u7121\u52b9\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3067\u3059\u3002",accountDisabledMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u7121\u52b9\u3067\u3059\u3002\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002",accountTemporarilyDisabledMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u4e00\u6642\u7684\u306b\u7121\u52b9\u3067\u3059\u3002\u7ba1\u7406\u8005\u306b\u9023\u7d61\u3059\u308b\u304b\u3001\u3057\u3070\u3089\u304f\u6642\u9593\u3092\u304a\u3044\u3066\u304b\u3089\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",expiredCodeMessage:"\u30ed\u30b0\u30a4\u30f3\u30fb\u30bf\u30a4\u30e0\u30a2\u30a6\u30c8\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",expiredActionMessage:"\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u671f\u9650\u5207\u308c\u3067\u3059\u3002\u4eca\u3059\u3050\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",expiredActionTokenNoSessionMessage:"\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u671f\u9650\u5207\u308c\u3067\u3059\u3002",expiredActionTokenSessionExistsMessage:"\u30a2\u30af\u30b7\u30e7\u30f3\u306f\u671f\u9650\u5207\u308c\u3067\u3059\u3002\u3082\u3046\u4e00\u5ea6\u3084\u308a\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingFirstNameMessage:"\u540d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingLastNameMessage:"\u59d3\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingEmailMessage:"E\u30e1\u30fc\u30eb\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingUsernameMessage:"\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingPasswordMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingTotpMessage:"\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u30fb\u30b3\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",missingTotpDeviceNameMessage:"\u30c7\u30d0\u30a4\u30b9\u540d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002",notMatchPasswordMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e00\u81f4\u3057\u3066\u3044\u307e\u305b\u3093\u3002",invalidPasswordExistingMessage:"\u65e2\u5b58\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u4e0d\u6b63\u3067\u3059\u3002",invalidPasswordBlacklistedMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u30d6\u30e9\u30c3\u30af\u30ea\u30b9\u30c8\u306b\u542b\u307e\u308c\u3066\u3044\u307e\u3059\u3002",invalidPasswordConfirmMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u78ba\u8a8d\u304c\u4e00\u81f4\u3057\u3066\u3044\u307e\u305b\u3093\u3002",invalidTotpMessage:"\u7121\u52b9\u306a\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u30fb\u30b3\u30fc\u30c9\u3067\u3059\u3002",usernameExistsMessage:"\u65e2\u306b\u5b58\u5728\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u540d\u3067\u3059\u3002",emailExistsMessage:"\u65e2\u306b\u5b58\u5728\u3059\u308bE\u30e1\u30fc\u30eb\u3067\u3059\u3002",federatedIdentityExistsMessage:"{0}{1}\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u65e2\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u305d\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b\u306b\u306f\u30a2\u30ab\u30a6\u30f3\u30c8\u7ba1\u7406\u306b\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",confirmLinkIdpTitle:"\u65e2\u306b\u5b58\u5728\u3059\u308b\u30a2\u30ab\u30a6\u30f3\u30c8\u3067\u3059\u3002",federatedIdentityConfirmLinkMessage:"{0}{1}\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u65e2\u306b\u5b58\u5728\u3057\u307e\u3059\u3002\u7d99\u7d9a\u3057\u307e\u3059\u304b?",federatedIdentityConfirmReauthenticateMessage:"{1}\u3067\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u30ea\u30f3\u30af\u3059\u308b\u305f\u3081\u306b{0}\u3068\u3057\u3066\u8a8d\u8a3c\u3057\u307e\u3059",nestedFirstBrokerFlowMessage:"{0}\u30e6\u30fc\u30b6\u30fc{1}\u306f\u65e2\u77e5\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30ea\u30f3\u30af\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",confirmLinkIdpReviewProfile:"\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u78ba\u8a8d",confirmLinkIdpContinue:"\u65e2\u5b58\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u306b\u8ffd\u52a0\u3059\u308b",configureTotpMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u30e2\u30d0\u30a4\u30eb\u30fb\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u3067\u3059\u3002",updateProfileMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u30e6\u30fc\u30b6\u30fc\u30fb\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0\u304c\u5fc5\u8981\u3067\u3059\u3002",updatePasswordMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u66f4\u65b0\u304c\u5fc5\u8981\u3067\u3059\u3002",resetPasswordMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",verifyEmailMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u6709\u52b9\u306b\u3059\u308b\u306b\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u78ba\u8a8d\u304c\u5fc5\u8981\u3067\u3059\u3002",linkIdpMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u3092{0}\u3068\u30ea\u30f3\u30af\u3059\u308b\u306b\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306e\u78ba\u8a8d\u304c\u5fc5\u8981\u3067\u3059\u3002",emailSentMessage:"\u8a73\u7d30\u306a\u624b\u9806\u3092\u8a18\u8f09\u3057\u305fE\u30e1\u30fc\u30eb\u3092\u3059\u3050\u306b\u53d7\u4fe1\u3057\u3066\u304f\u3060\u3055\u3044\u3002",emailSendErrorMessage:"E\u30e1\u30fc\u30eb\u306e\u9001\u4fe1\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u3057\u3070\u3089\u304f\u6642\u9593\u3092\u304a\u3044\u3066\u304b\u3089\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002",accountUpdatedMessage:"\u30a2\u30ab\u30a6\u30f3\u30c8\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002",accountPasswordUpdatedMessage:"\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u66f4\u65b0\u3055\u308c\u307e\u3057\u305f\u3002",delegationCompleteHeader:"\u30ed\u30b0\u30a4\u30f3\u306b\u6210\u529f\u3057\u307e\u3057\u305f",delegationCompleteMessage:"\u3053\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u306e\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u3066\u3001\u30b3\u30f3\u30bd\u30fc\u30eb\u30fb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u623b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",delegationFailedHeader:"\u30ed\u30b0\u30a4\u30f3\u306b\u5931\u6557\u3057\u307e\u3057\u305f",delegationFailedMessage:"\u3053\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u30fb\u30a6\u30a3\u30f3\u30c9\u30a6\u3092\u9589\u3058\u3066\u30b3\u30f3\u30bd\u30fc\u30eb\u30fb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u623b\u308a\u3001\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3092\u8a66\u307f\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",noAccessMessage:"\u30a2\u30af\u30bb\u30b9\u304c\u3042\u308a\u307e\u305b\u3093",invalidPasswordMinLengthMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u6700\u5c0f{0}\u306e\u9577\u3055\u304c\u5fc5\u8981\u3067\u3059\u3002",invalidPasswordMinDigitsMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u5c11\u306a\u304f\u3068\u3082{0}\u6587\u5b57\u306e\u6570\u5b57\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",invalidPasswordMinLowerCaseCharsMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u5c11\u306a\u304f\u3068\u3082{0}\u6587\u5b57\u306e\u5c0f\u6587\u5b57\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",invalidPasswordMinUpperCaseCharsMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u5c11\u306a\u304f\u3068\u3082{0}\u6587\u5b57\u306e\u5927\u6587\u5b57\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",invalidPasswordMinSpecialCharsMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u5c11\u306a\u304f\u3068\u3082{0}\u6587\u5b57\u306e\u7279\u6b8a\u6587\u5b57\u3092\u542b\u3080\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002",invalidPasswordNotUsernameMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u30e6\u30fc\u30b6\u30fc\u540d\u3068\u540c\u3058\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059\u3002",invalidPasswordRegexPatternMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u6b63\u898f\u8868\u73fe\u30d1\u30bf\u30fc\u30f3\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002",invalidPasswordHistoryMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u6700\u8fd1\u306e{0}\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u3044\u305a\u308c\u304b\u3068\u540c\u3058\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u7981\u6b62\u3055\u308c\u3066\u3044\u307e\u3059\u3002",invalidPasswordGenericMessage:"\u7121\u52b9\u306a\u30d1\u30b9\u30ef\u30fc\u30c9: \u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u30d1\u30b9\u30ef\u30fc\u30c9\u30fb\u30dd\u30ea\u30b7\u30fc\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002",failedToProcessResponseMessage:"\u5fdc\u7b54\u3092\u51e6\u7406\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f",httpsRequiredMessage:"HTTPS\u304c\u5fc5\u9808\u3067\u3059",realmNotEnabledMessage:"\u30ec\u30eb\u30e0\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093",invalidRequestMessage:"\u7121\u52b9\u306a\u30ea\u30af\u30a8\u30b9\u30c8\u3067\u3059",failedLogout:"\u30ed\u30b0\u30a2\u30a6\u30c8\u306b\u5931\u6557\u3057\u307e\u3057\u305f",unknownLoginRequesterMessage:"\u4e0d\u660e\u306a\u30ed\u30b0\u30a4\u30f3\u8981\u6c42\u5143\u3067\u3059",loginRequesterNotEnabledMessage:"\u30ed\u30b0\u30a4\u30f3\u8981\u6c42\u5143\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093",bearerOnlyMessage:"bearer-only\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u30d6\u30e9\u30a6\u30b6\u30fc\u30fb\u30ed\u30b0\u30a4\u30f3\u3092\u958b\u59cb\u3059\u308b\u3053\u3068\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093",standardFlowDisabledMessage:"\u4e0e\u3048\u3089\u308c\u305fresponse_type\u3067\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306f\u30d6\u30e9\u30a6\u30b6\u30fc\u30fb\u30ed\u30b0\u30a4\u30f3\u3092\u958b\u59cb\u3059\u308b\u3053\u3068\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u6a19\u6e96\u30d5\u30ed\u30fc\u306f\u7121\u52b9\u3067\u3059\u3002",implicitFlowDisabledMessage:"\u4e0e\u3048\u3089\u308c\u305fresponse_type\u3067\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306f\u30d6\u30e9\u30a6\u30b6\u30fc\u30fb\u30ed\u30b0\u30a4\u30f3\u3092\u958b\u59cb\u3059\u308b\u3053\u3068\u304c\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002\u30a4\u30f3\u30d7\u30ea\u30b7\u30c3\u30c8\u30fb\u30d5\u30ed\u30fc\u306f\u7121\u52b9\u3067\u3059\u3002",invalidRedirectUriMessage:"\u7121\u52b9\u306a\u30ea\u30c0\u30a4\u30ec\u30af\u30c8URI\u3067\u3059",unsupportedNameIdFormatMessage:"\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u306a\u3044NameID Format\u3067\u3059",invalidRequesterMessage:"\u7121\u52b9\u306a\u8981\u6c42\u5143\u3067\u3059",registrationNotAllowedMessage:"\u767b\u9332\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093",resetCredentialNotAllowedMessage:"\u30af\u30ec\u30c7\u30f3\u30b7\u30e3\u30eb\u306e\u30ea\u30bb\u30c3\u30c8\u306f\u8a31\u53ef\u3055\u308c\u3066\u3044\u307e\u305b\u3093",permissionNotApprovedMessage:"\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u306f\u627f\u8a8d\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",noRelayStateInResponseMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304b\u3089\u306e\u5fdc\u7b54\u306bRelayState\u304c\u3042\u308a\u307e\u305b\u3093\u3002",insufficientPermissionMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306b\u30ea\u30f3\u30af\u3059\u308b\u306b\u306f\u4e0d\u5341\u5206\u306a\u30d1\u30fc\u30df\u30c3\u30b7\u30e7\u30f3\u3067\u3059\u3002",couldNotProceedWithAuthenticationRequestMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u3078\u306e\u8a8d\u8a3c\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u7d9a\u884c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",couldNotObtainTokenMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304b\u3089\u30c8\u30fc\u30af\u30f3\u3092\u53d6\u5f97\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",unexpectedErrorRetrievingTokenMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304b\u3089\u306e\u30c8\u30fc\u30af\u30f3\u53d6\u5f97\u3067\u4e88\u671f\u305b\u306c\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",unexpectedErrorHandlingResponseMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304b\u3089\u306e\u5fdc\u7b54\u3092\u51e6\u7406\u3059\u308b\u969b\u306b\u4e88\u671f\u305b\u306c\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",identityProviderAuthenticationFailedMessage:"\u8a8d\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u3092\u4f7f\u7528\u3057\u3066\u8a8d\u8a3c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",couldNotSendAuthenticationRequestMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306b\u8a8d\u8a3c\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",unexpectedErrorHandlingRequestMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u3078\u306e\u8a8d\u8a3c\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u51e6\u7406\u3059\u308b\u969b\u306b\u4e88\u671f\u305b\u306c\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002",invalidAccessCodeMessage:"\u7121\u52b9\u306a\u30a2\u30af\u30bb\u30b9\u30b3\u30fc\u30c9\u3067\u3059\u3002",sessionNotActiveMessage:"\u30bb\u30c3\u30b7\u30e7\u30f3\u304c\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002",invalidCodeMessage:"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3092\u4ecb\u3057\u3066\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",identityProviderUnexpectedErrorMessage:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u306b\u3088\u308b\u8a8d\u8a3c\u306e\u969b\u306b\u4e88\u671f\u305b\u306c\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f",identityProviderNotFoundMessage:"\u8a72\u5f53\u306e\u8b58\u5225\u5b50\u3092\u6301\u3064\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002",identityProviderLinkSuccess:"E\u30e1\u30fc\u30eb\u3092\u6b63\u5e38\u306b\u78ba\u8a8d\u3057\u307e\u3057\u305f\u3002\u5143\u306e\u30d6\u30e9\u30a6\u30b6\u30fc\u306b\u623b\u3063\u3066\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002",staleCodeMessage:"\u3053\u306e\u30da\u30fc\u30b8\u306f\u3082\u306f\u3084\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u306e\u3067\u3001\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u623b\u308a\u518d\u5ea6\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044",realmSupportsNoCredentialsMessage:"\u30ec\u30eb\u30e0\u306f\u30af\u30ec\u30c7\u30f3\u30b7\u30e3\u30eb\u30fb\u30bf\u30a4\u30d7\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u305b\u3093\u3002",credentialSetupRequired:"\u30ed\u30b0\u30a4\u30f3\u3067\u304d\u307e\u305b\u3093\u3002\u30af\u30ec\u30c7\u30f3\u30b7\u30e3\u30eb\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u3067\u3059\u3002",identityProviderNotUniqueMessage:"\u30ec\u30eb\u30e0\u306f\u8907\u6570\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u307e\u3059\u3002\u3069\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u304c\u8a8d\u8a3c\u306b\u4f7f\u7528\u3055\u308c\u308b\u3079\u304d\u304b\u5224\u65ad\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002",emailVerifiedMessage:"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3057\u305f\u3002",staleEmailVerificationLink:"\u30af\u30ea\u30c3\u30af\u3057\u305f\u30ea\u30f3\u30af\u306f\u53e4\u3044\u30ea\u30f3\u30af\u3067\u3042\u308a\u3001\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u304a\u305d\u3089\u304f\u3001\u3059\u3067\u306b\u30e1\u30fc\u30eb\u3092\u78ba\u8a8d\u3057\u3066\u3044\u307e\u3059\u3002",identityProviderAlreadyLinkedMessage:"{0}\u306b\u3088\u3063\u3066\u8fd4\u3055\u308c\u305f\u9023\u643a\u6e08\u307f\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u306f\u3001\u3059\u3067\u306b\u5225\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30ea\u30f3\u30af\u3055\u308c\u3066\u3044\u307e\u3059\u3002",confirmAccountLinking:"\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc{1}\u306e\u30a2\u30ab\u30a6\u30f3\u30c8{0}\u3068\u3042\u306a\u305f\u306e\u30a2\u30ab\u30a6\u30f3\u30c8\u3068\u306e\u30ea\u30f3\u30af\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002",confirmEmailAddressVerification:"E\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9{0}\u306e\u6709\u52b9\u6027\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002",confirmExecutionOfActions:"\u6b21\u306e\u64cd\u4f5c\u3092\u5b9f\u884c\u3057\u307e\u3059\u3002",backToApplication:"« \u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u623b\u308b",missingParameterMessage:"\u4e0d\u8db3\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc: {0}",clientNotFoundMessage:"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3002",clientDisabledMessage:"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002",invalidParameterMessage:"\u7121\u52b9\u306a\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc: {0}",alreadyLoggedIn:"\u65e2\u306b\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u3044\u307e\u3059\u3002",differentUserAuthenticated:"\u3059\u3067\u306b\u3053\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u7570\u306a\u308b\u30e6\u30fc\u30b6\u30fc'{0}'\u3068\u3057\u3066\u8a8d\u8a3c\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u307e\u305a\u30ed\u30b0\u30a2\u30a6\u30c8\u3057\u3066\u304f\u3060\u3055\u3044\u3002",brokerLinkingSessionExpired:"\u8981\u6c42\u3055\u308c\u305f\u30d6\u30ed\u30fc\u30ab\u30fc\u30fb\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u30ea\u30f3\u30af\u306f\u3001\u73fe\u5728\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3067\u306f\u6709\u52b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002",proceedWithAction:"» \u7d9a\u884c\u3059\u308b\u306b\u306f\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044","requiredAction.CONFIGURE_TOTP":"OTP\u306e\u8a2d\u5b9a","requiredAction.terms_and_conditions":"\u5229\u7528\u898f\u7d04","requiredAction.UPDATE_PASSWORD":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u66f4\u65b0","requiredAction.UPDATE_PROFILE":"\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u306e\u66f4\u65b0","requiredAction.VERIFY_EMAIL":"E\u30e1\u30fc\u30eb\u306e\u78ba\u8a8d",doX509Login:"\u6b21\u306e\u30e6\u30fc\u30b6\u30fc\u3068\u3057\u3066\u30ed\u30b0\u30a4\u30f3\u3057\u307e\u3059:",clientCertificate:"X509\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u8a3c\u660e\u66f8:",noCertificate:"[\u8a3c\u660e\u66f8\u306a\u3057]",pageNotFound:"\u30da\u30fc\u30b8\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093",internalServerError:"\u5185\u90e8\u30b5\u30fc\u30d0\u30fc\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f","console-username":"\u30e6\u30fc\u30b6\u30fc\u540d:","console-password":"\u30d1\u30b9\u30ef\u30fc\u30c9:","console-otp":"\u30ef\u30f3\u30bf\u30a4\u30e0\u30fb\u30d1\u30b9\u30ef\u30fc\u30c9:","console-new-password":"\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9:","console-confirm-password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u78ba\u8a8d:","console-update-password":"\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u66f4\u65b0\u304c\u5fc5\u8981\u3067\u3059\u3002","console-verify-email":"\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u78ba\u8a8d\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u78ba\u8a8d\u30b3\u30fc\u30c9\u3092\u542b\u3080\u30e1\u30fc\u30eb\u3092{0}\u306b\u9001\u4fe1\u3057\u307e\u3057\u305f\u3002\u3053\u306e\u30b3\u30fc\u30c9\u3092\u4ee5\u4e0b\u306b\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","console-email-code":"E\u30e1\u30fc\u30eb\u30b3\u30fc\u30c9\uff1a","console-accept-terms":"\u5229\u7528\u898f\u7d04\u306b\u540c\u610f\u3057\u307e\u3059\u304b\uff1f [y/n]:","console-accept":"y","openshift.scope.user_info":"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831","openshift.scope.user_check-access":"\u30e6\u30fc\u30b6\u30fc\u30a2\u30af\u30bb\u30b9\u60c5\u5831","openshift.scope.user_full":"\u30d5\u30eb\u30a2\u30af\u30bb\u30b9","openshift.scope.list-projects":"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306e\u4e00\u89a7\u8868\u793a","saml.post-form.title":"\u8a8d\u8a3c\u30ea\u30c0\u30a4\u30ec\u30af\u30c8","saml.post-form.message":"\u30ea\u30c0\u30a4\u30ec\u30af\u30c8\u3057\u3066\u3044\u307e\u3059\u3002\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002","saml.post-form.js-disabled":"JavaScript\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002\u6709\u52b9\u306b\u3059\u308b\u3053\u3068\u3092\u5f37\u304f\u304a\u52e7\u3081\u3057\u307e\u3059\u3002\u7d99\u7d9a\u3059\u308b\u306b\u306f\u3001\u4e0b\u306e\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002","otp-display-name":"\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u30fb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3","otp-help-text":"\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc\u30fb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304b\u3089\u53d6\u5f97\u3057\u305f\u78ba\u8a8d\u30b3\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002","password-display-name":"\u30d1\u30b9\u30ef\u30fc\u30c9","password-help-text":"\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u30ed\u30b0\u30a4\u30f3\u3057\u307e\u3059\u3002","auth-username-form-display-name":"\u30e6\u30fc\u30b6\u30fc\u540d","auth-username-form-help-text":"\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u5165\u529b\u3057\u3066\u30ed\u30b0\u30a4\u30f3\u3092\u958b\u59cb\u3057\u307e\u3059","auth-username-password-form-display-name":"\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9","auth-username-password-form-help-text":"\u30e6\u30fc\u30b6\u30fc\u540d\u3068\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002","webauthn-display-name":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc","webauthn-help-text":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u3092\u4f7f\u7528\u3057\u3066\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002","webauthn-passwordless-display-name":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc","webauthn-passwordless-help-text":"\u30d1\u30b9\u30ef\u30fc\u30c9\u30ec\u30b9\u30fb\u30ed\u30b0\u30a4\u30f3\u306b\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002","webauthn-login-title":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u30fb\u30ed\u30b0\u30a4\u30f3","webauthn-registration-title":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u306e\u767b\u9332","webauthn-available-authenticators":"\u5229\u7528\u53ef\u80fd\u306a\u30aa\u30fc\u30bb\u30f3\u30c6\u30a3\u30b1\u30fc\u30bf\u30fc","webauthn-error-title":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u30fb\u30a8\u30e9\u30fc","webauthn-error-registration":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u3092\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002","webauthn-error-api-get":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u306b\u3088\u308b\u8a8d\u8a3c\u306b\u5931\u6557\u3057\u307e\u3057\u305f\u3002","webauthn-error-different-user":"\u6700\u521d\u306b\u8a8d\u8a3c\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u306f\u3001\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u306b\u3088\u3063\u3066\u8a8d\u8a3c\u3055\u308c\u305f\u30e6\u30fc\u30b6\u30fc\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002","webauthn-error-auth-verification":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u306e\u8a8d\u8a3c\u7d50\u679c\u304c\u7121\u52b9\u3067\u3059\u3002","webauthn-error-register-verification":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u306e\u767b\u9332\u7d50\u679c\u304c\u7121\u52b9\u3067\u3059\u3002","webauthn-error-user-not-found":"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u30fc\u30ad\u30fc\u3067\u8a8d\u8a3c\u3055\u308c\u305f\u4e0d\u660e\u306a\u30e6\u30fc\u30b6\u30fc\u3002","identity-provider-redirector":"\u5225\u306e\u30a2\u30a4\u30c7\u30f3\u30c6\u30a3\u30c6\u30a3\u30fc\u30fb\u30d7\u30ed\u30d0\u30a4\u30c0\u30fc\u3068\u63a5\u7d9a\u3059\u308b","frontchannel-logout.title":"\u30ed\u30b0\u30a2\u30a6\u30c8","frontchannel-logout.message":"\u4ee5\u4e0b\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304b\u3089\u30ed\u30b0\u30a2\u30a6\u30c8\u3057\u307e\u3057\u305f\u3002",logoutConfirmTitle:"\u30ed\u30b0\u30a2\u30a6\u30c8",logoutConfirmHeader:"\u30ed\u30b0\u30a2\u30a6\u30c8\u3057\u307e\u3059\u304b\uff1f",doLogout:"\u30ed\u30b0\u30a2\u30a6\u30c8",readOnlyUsernameMessage:"\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306e\u305f\u3081\u3001\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u66f4\u65b0\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002"}}}]); +//# sourceMappingURL=8429.e1720f78.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8429.e1720f78.chunk.js.map b/resources/keycloak/keycloakify/static/js/8429.e1720f78.chunk.js.map new file mode 100644 index 00000000..967739a1 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8429.e1720f78.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/8429.e1720f78.chunk.js","mappings":"uIA6TA,UAzTgB,CACd,QAAW,2BACX,WAAc,eACd,SAAY,iCACZ,SAAY,eACZ,OAAU,eACV,MAAS,eACT,KAAQ,qBACR,WAAc,qBACd,SAAY,eACZ,SAAY,eACZ,UAAa,eACb,iBAAoB,4EACpB,YAAe,+DACf,cAAiB,uCACjB,WAAc,yDACd,gBAAmB,2EACnB,sBAAyB,uEACzB,2BAA8B,uEAC9B,qBAAwB,mZACxB,iBAAoB,yIACpB,cAAiB,eACjB,kBAAqB,+DACrB,WAAc,oCACd,eAAkB,MAClB,iBAAoB,gDACpB,qBAAwB,iEACxB,YAAe,qBACf,YAAe,6CACf,eAAkB,uIAClB,kBAAqB,+DACrB,aAAgB,+MAChB,gBAAmB,4DACnB,oBAAuB,MACvB,WAAc,yDACd,eAAkB,0EAClB,iBAAoB,kCACpB,iBAAoB,4EACpB,oBAAuB,mDACvB,iBAAoB,iCACpB,eAAkB,4CAClB,mBAAsB,uIACtB,gBAAmB,iFACnB,gBAAmB,2HACnB,sBAAyB,wIACzB,sBAAyB,IACzB,WAAc,2BACd,UAAa,4HACb,eAAkB,+DAClB,gBAAmB,8BACnB,uBAA0B,4GAC1B,cAAiB,qEACjB,UAAa,0DACb,SAAY,iCACZ,gBAAmB,6FACnB,UAAa,SACb,UAAa,SACb,SAAY,eACZ,SAAY,SACZ,WAAc,SACd,MAAS,sBACT,SAAY,iCACZ,gBAAmB,yDACnB,YAAe,mDACf,mBAAsB,2EACtB,WAAc,yDACd,kBAAqB,mDACrB,QAAW,eACX,OAAU,eACV,SAAY,2BACZ,OAAU,2BACV,YAAe,2BACf,QAAW,SACX,cAAiB,8CACjB,wBAA2B,4DAC3B,wBAA2B,qEAC3B,sBAAyB,6CACzB,wBAA2B,2BAC3B,sBAAyB,2BACzB,8BAAiC,+DACjC,6BAAgC,qBAChC,sBAAyB,6CACzB,oBAAuB,6CACvB,eAAkB,mSAClB,eAAkB,6LAClB,eAAkB,+JAClB,eAAkB,+SAClB,yBAA4B,gJAC5B,qBAAwB,iIACxB,qBAAwB,uLACxB,sBAAyB,qEACzB,qBAAwB,6FACxB,gBAAmB,6CACnB,gBAAmB,mDACnB,cAAiB,qBACjB,mBAAsB,uCACtB,gBAAmB,SACnB,kBAAqB,eACrB,iBAAoB,iCACpB,oBAAuB,iCACvB,iBAAkB,iCAClB,iBAAkB,mDAClB,yBAA4B,6FAC5B,kBAAqB,+GACrB,WAAc,KACd,wBAA2B,wLAC3B,wBAA2B,6HAC3B,wBAA2B,sEAC3B,kBAAqB,yBACrB,cAAiB,+QACjB,cAAiB,6HACjB,cAAiB,sEACjB,cAAiB,qHACjB,cAAiB,iCACjB,YAAe,qDACf,iBAAoB,6RACpB,oBAAuB,qNACvB,iBAAoB,6FACpB,gBAAmB,6FACnB,gBAAmB,iFACnB,aAAgB,4BAChB,WAAc,qBACd,mBAAoB,uCACpB,oBAAqB,uCACrB,qBAAsB,yDACtB,kBAAmB,uCACnB,kBAAmB,6CACnB,yBAA0B,qEAC1B,oBAAqB,yDACrB,mBAAoB,6CACpB,+BAAgC,qHAChC,oBAAqB,uCACrB,oBAAqB,6CACrB,2BAA4B,qEAC5B,iCAAkC,qHAClC,sBAAuB,yDACvB,qBAAsB,6CACtB,oBAAqB,yDACrB,sBAAuB,mDACvB,4BAA6B,qEAC7B,kBAAmB,6CACnB,sBAAuB,+DACvB,eAAkB,iCAClB,yBAA0B,qEAC1B,gCAAiC,uFACjC,mBAAoB,kBACpB,0BAA2B,iCAC3B,cAAiB,iCACjB,eAAkB,6CAClB,mBAAsB,qHACtB,uBAA0B,qEAC1B,8BAAiC,iIACjC,uBAA0B,qEAC1B,oBAAuB,iFACvB,uBAA0B,mJAC1B,kCAAqC,6RACrC,mBAAsB,mMACtB,qBAAwB,qKACxB,mCAAsC,iFACtC,uCAA0C,qKAC1C,wBAA2B,qEAC3B,uBAA0B,qEAC1B,oBAAuB,kFACvB,uBAA0B,6FAC1B,uBAA0B,6FAC1B,mBAAsB,mJACtB,6BAAgC,6FAChC,wBAA2B,6FAC3B,+BAAkC,uFAClC,kCAAqC,yLACrC,8BAAiC,yGACjC,mBAAsB,2HACtB,sBAAyB,uFACzB,mBAAsB,4EACtB,+BAAkC,ySAClC,oBAAuB,uFACvB,oCAAuC,kIACvC,8CAAiD,mJACjD,6BAAgC,yJAChC,4BAA+B,yDAC/B,uBAA0B,iFAC1B,qBAAwB,yPACxB,qBAAwB,yMACxB,sBAAyB,qKACzB,qBAAwB,+GACxB,mBAAsB,iLACtB,eAAkB,0LAClB,iBAAoB,gKACpB,sBAAyB,4NACzB,sBAAyB,uFACzB,8BAAiC,uFACjC,yBAA4B,qEAC5B,0BAA6B,qQAC7B,uBAA0B,qEAC1B,wBAA2B,iUAC3B,gBAAmB,+DACnB,gCAAmC,0HACnC,gCAAmC,sLACnC,wCAA2C,4LAC3C,wCAA2C,4LAC3C,sCAAyC,kMACzC,kCAAqC,+LACrC,mCAAsC,qJACtC,8BAAiC,kPACjC,8BAAiC,uNACjC,+BAAkC,iFAClC,qBAAwB,sCACxB,uBAA0B,iFAC1B,sBAAyB,+DACzB,aAAgB,2EAChB,6BAAgC,2EAChC,gCAAmC,yGACnC,kBAAqB,4OACrB,4BAA+B,wUAC/B,4BAA+B,4WAC/B,0BAA6B,wEAC7B,+BAAkC,wFAClC,wBAA2B,mDAC3B,8BAAiC,2EACjC,iCAAoC,uIACpC,6BAAgC,+GAChC,8BAAiC,2LACjC,8BAAiC,6LACjC,gDAAmD,iOACnD,2BAA8B,+MAC9B,sCAAyC,yPACzC,uCAA0C,qQAC1C,4CAA+C,+PAC/C,yCAA4C,yPAC5C,sCAAyC,6RACzC,yBAA4B,iFAC5B,wBAA2B,mGAC3B,mBAAsB,2NACtB,uCAA0C,uOAC1C,gCAAmC,iOACnC,4BAA+B,4NAC/B,iBAAoB,2QACpB,kCAAqC,qKACrC,wBAA2B,uLAC3B,iCAAoC,qcACpC,qBAAwB,mGACxB,2BAA8B,ySAC9B,qCAAwC,wQACxC,sBAAyB,mSACzB,gCAAmC,qIACnC,0BAA6B,qEAC7B,kBAAqB,6EACrB,wBAA2B,wDAC3B,sBAAyB,6FACzB,sBAAyB,yGACzB,wBAA2B,8DAC3B,gBAAmB,2EACnB,2BAA8B,gRAC9B,4BAA+B,+PAC/B,kBAAqB,6HACrB,gCAAiC,wBACjC,sCAAuC,2BACvC,iCAAkC,mDAClC,gCAAiC,yDACjC,8BAA+B,wCAC/B,YAAe,oGACf,kBAAqB,8DACrB,cAAiB,mCACjB,aAAgB,qEAChB,oBAAuB,mGACvB,mBAAoB,kCACpB,mBAAoB,kCACpB,cAAe,sEACf,uBAAwB,oDACxB,2BAA4B,oDAC5B,0BAA2B,uFAC3B,uBAAwB,kWACxB,qBAAsB,8CACtB,uBAAwB,kFACxB,iBAAkB,IAClB,4BAA6B,uCAC7B,oCAAqC,+DACrC,4BAA6B,uCAC7B,gCAAiC,qEACjC,uBAAwB,mDACxB,yBAA0B,2HAC1B,6BAA8B,qUAC9B,mBAAoB,qHACpB,gBAAiB,mPACjB,wBAAyB,iCACzB,qBAAsB,+GACtB,kCAAmC,iCACnC,+BAAgC,2HAChC,2CAA4C,qEAC5C,wCAAyC,qKACzC,wBAAyB,yDACzB,qBAAsB,yJACtB,qCAAsC,yDACtC,kCAAmC,iLACnC,uBAAwB,uFACxB,8BAA+B,2EAC/B,oCAAqC,6FACrC,uBAAwB,iFACxB,8BAA+B,iIAC/B,yBAA0B,uIAC1B,gCAAiC,2QACjC,mCAAoC,2HACpC,uCAAwC,2HACxC,gCAAiC,6IACjC,+BAAgC,6IAChC,4BAA6B,iCAC7B,8BAA+B,6IAC/B,mBAAsB,iCACtB,oBAAuB,+DACvB,SAAY,iCACZ,wBAA2B,iL","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/ja.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"ログイン\",\n \"doRegister\": \"登録\",\n \"doCancel\": \"キャンセル\",\n \"doSubmit\": \"送信\",\n \"doBack\": \"戻る\",\n \"doYes\": \"はい\",\n \"doNo\": \"いいえ\",\n \"doContinue\": \"続ける\",\n \"doIgnore\": \"無視\",\n \"doAccept\": \"承諾\",\n \"doDecline\": \"却下\",\n \"doForgotPassword\": \"パスワードをお忘れですか?\",\n \"doClickHere\": \"クリックしてください\",\n \"doImpersonate\": \"代理ログイン\",\n \"doTryAgain\": \"再試行してください\",\n \"doTryAnotherWay\": \"別の方法を試してください\",\n \"kerberosNotConfigured\": \"Kerberosは設定されていません\",\n \"kerberosNotConfiguredTitle\": \"Kerberosは設定されていません\",\n \"bypassKerberosDetail\": \"Kerberosでログインしていないか、ブラウザーでKerberosログインの設定がされていません。他の手段でログインするには「続ける」をクリックしてください。\",\n \"kerberosNotSetUp\": \"Kerberosが設定されていません。ログインできません。\",\n \"registerTitle\": \"登録\",\n \"loginAccountTitle\": \"アカウントにログイン\",\n \"loginTitle\": \"{0}にログイン\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0}ユーザーの代理\",\n \"impersonateTitleHtml\": \"{0}ユーザーの代理\",\n \"realmChoice\": \"レルム\",\n \"unknownUser\": \"不明なユーザー\",\n \"loginTotpTitle\": \"モバイル・オーセンティケーターのセットアップ\",\n \"loginProfileTitle\": \"アカウント情報の更新\",\n \"loginTimeout\": \"ログイン試行がタイムアウトしました。ログインは最初から開始されます。\",\n \"oauthGrantTitle\": \"{0}へのアクセスを許可\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"申し訳ございません\",\n \"errorTitleHtml\": \"申し訳ございません\",\n \"emailVerifyTitle\": \"Eメール確認\",\n \"emailForgotTitle\": \"パスワードをお忘れですか?\",\n \"updatePasswordTitle\": \"パスワードの更新\",\n \"codeSuccessTitle\": \"成功コード\",\n \"codeErrorTitle\": \"エラーコード: {0}\",\n \"displayUnsupported\": \"要求された表示タイプがサポートされていません\",\n \"browserRequired\": \"ログインに必要なブラウザー\",\n \"browserContinue\": \"ログインを完了するために必要なブラウザー\",\n \"browserContinuePrompt\": \"ブラウザーを開いてログインを続行しますか? [y/n]:\",\n \"browserContinueAnswer\": \"y\",\n \"termsTitle\": \"利用規約\",\n \"termsText\": \"

    利用規約はここで設定する必要があります

    \",\n \"termsPlainText\": \"定義される利用規約。\",\n \"recaptchaFailed\": \"無効なreCAPTCHA\",\n \"recaptchaNotConfigured\": \"reCAPTCHAが必須ですが、設定されていません\",\n \"consentDenied\": \"同意が拒否されました。\",\n \"noAccount\": \"新規ユーザーですか?\",\n \"username\": \"ユーザー名\",\n \"usernameOrEmail\": \"ユーザー名またはメールアドレス\",\n \"firstName\": \"名\",\n \"givenName\": \"名\",\n \"fullName\": \"氏名\",\n \"lastName\": \"姓\",\n \"familyName\": \"姓\",\n \"email\": \"Eメール\",\n \"password\": \"パスワード\",\n \"passwordConfirm\": \"パスワード(確認)\",\n \"passwordNew\": \"新しいパスワード\",\n \"passwordNewConfirm\": \"新しいパスワード(確認)\",\n \"rememberMe\": \"ログイン状態の保存\",\n \"authenticatorCode\": \"ワンタイムコード\",\n \"address\": \"住所\",\n \"street\": \"番地\",\n \"locality\": \"市区町村\",\n \"region\": \"都道府県\",\n \"postal_code\": \"郵便番号\",\n \"country\": \"国\",\n \"emailVerified\": \"確認済みEメール\",\n \"gssDelegationCredential\": \"GSS委譲クレデンシャル\",\n \"profileScopeConsentText\": \"ユーザー・プロファイル\",\n \"emailScopeConsentText\": \"メールアドレス\",\n \"addressScopeConsentText\": \"アドレス\",\n \"phoneScopeConsentText\": \"電話番号\",\n \"offlineAccessScopeConsentText\": \"オフライン・アクセス\",\n \"samlRoleListScopeConsentText\": \"ロール\",\n \"rolesScopeConsentText\": \"ユーザーロール\",\n \"restartLoginTooltip\": \"ログインを再開\",\n \"loginTotpIntro\": \"このアカウントにアクセスするには、ワンタイム・パスワード・ジェネレーターを設定する必要があります\",\n \"loginTotpStep1\": \"次のいずれかのアプリケーションをモバイルにインストールします。\",\n \"loginTotpStep2\": \"アプリケーションを開き、バーコードをスキャンします。\",\n \"loginTotpStep3\": \"アプリケーションから提供されたワンタイムコードを入力し、送信をクリックしてセットアップを終了します。\",\n \"loginTotpStep3DeviceName\": \"OTPデバイスの管理に役立つデバイス名を指定します。\",\n \"loginTotpManualStep2\": \"アプリケーションを開き、キーを入力します:\",\n \"loginTotpManualStep3\": \"アプリケーションで設定できる場合は、次の設定値を使用します。\",\n \"loginTotpUnableToScan\": \"スキャンできませんか?\",\n \"loginTotpScanBarcode\": \"バーコードをスキャンしますか?\",\n \"loginCredential\": \"クレデンシャル\",\n \"loginOtpOneTime\": \"ワンタイムコード\",\n \"loginTotpType\": \"タイプ\",\n \"loginTotpAlgorithm\": \"アルゴリズム\",\n \"loginTotpDigits\": \"桁\",\n \"loginTotpInterval\": \"間隔\",\n \"loginTotpCounter\": \"カウンター\",\n \"loginTotpDeviceName\": \"デバイス名\",\n \"loginTotp.totp\": \"時間ベース\",\n \"loginTotp.hotp\": \"カウンターベース\",\n \"loginChooseAuthenticator\": \"ログイン方法を選択してください\",\n \"oauthGrantRequest\": \"これらのアクセス権限を付与しますか?\",\n \"inResource\": \"in\",\n \"emailVerifyInstruction1\": \"メールアドレスを確認する手順を記載したEメールを送信しました。\",\n \"emailVerifyInstruction2\": \"Eメールで確認コードを受け取っていませんか?\",\n \"emailVerifyInstruction3\": \"Eメールを再送信します。\",\n \"emailLinkIdpTitle\": \"リンク {0}\",\n \"emailLinkIdp1\": \"{0}の{1}アカウントをあなたの{2}アカウントとリンクするための手順を記載したEメールを送信しました。\",\n \"emailLinkIdp2\": \"Eメールで確認コードを受け取っていませんか?\",\n \"emailLinkIdp3\": \"Eメールを再送信します。\",\n \"emailLinkIdp4\": \"別のブラウザーでメールを確認済みの場合\",\n \"emailLinkIdp5\": \"続けるには\",\n \"backToLogin\": \"« ログインに戻る\",\n \"emailInstruction\": \"ユーザー名またメールアドレスを入力してください。新しいパスワードの設定方法をご案内いたします。\",\n \"copyCodeInstruction\": \"このコードをコピーし、あなたのアプリケーションにペーストしてください:\",\n \"pageExpiredTitle\": \"ページの有効期限が切れています\",\n \"pageExpiredMsg1\": \"ログインプロセスを再開するには\",\n \"pageExpiredMsg2\": \"ログイン処理を続行するには\",\n \"personalInfo\": \"個人情報:\",\n \"role_admin\": \"管理者\",\n \"role_realm-admin\": \"レルム管理者\",\n \"role_create-realm\": \"レルムの作成\",\n \"role_create-client\": \"クライアントの作成\",\n \"role_view-realm\": \"レルムの参照\",\n \"role_view-users\": \"ユーザーの参照\",\n \"role_view-applications\": \"アプリケーションの参照\",\n \"role_view-clients\": \"クライアントの参照\",\n \"role_view-events\": \"イベントの参照\",\n \"role_view-identity-providers\": \"アイデンティティー・プロバイダーの参照\",\n \"role_manage-realm\": \"レルムの管理\",\n \"role_manage-users\": \"ユーザーの管理\",\n \"role_manage-applications\": \"アプリケーションの管理\",\n \"role_manage-identity-providers\": \"アイデンティティー・プロバイダーの管理\",\n \"role_manage-clients\": \"クライアントの管理\",\n \"role_manage-events\": \"イベントの管理\",\n \"role_view-profile\": \"プロファイルの参照\",\n \"role_manage-account\": \"アカウントの管理\",\n \"role_manage-account-links\": \"アカウントリンクの管理\",\n \"role_read-token\": \"トークンの参照\",\n \"role_offline-access\": \"オフライン・アクセス\",\n \"client_account\": \"アカウント\",\n \"client_account-console\": \"アカウント・コンソール\",\n \"client_security-admin-console\": \"セキュリティー管理コンソール\",\n \"client_admin-cli\": \"管理CLI\",\n \"client_realm-management\": \"レルム管理\",\n \"client_broker\": \"ブローカー\",\n \"requiredFields\": \"必須フィールド\",\n \"invalidUserMessage\": \"無効なユーザー名またはパスワードです。\",\n \"invalidUsernameMessage\": \"ユーザー名が無効です。\",\n \"invalidUsernameOrEmailMessage\": \"ユーザー名またはメールアドレスが無効です。\",\n \"invalidPasswordMessage\": \"パスワードが無効です。\",\n \"invalidEmailMessage\": \"無効なメールアドレスです。\",\n \"accountDisabledMessage\": \"アカウントが無効です。管理者に連絡してください。\",\n \"accountTemporarilyDisabledMessage\": \"アカウントが一時的に無効です。管理者に連絡するか、しばらく時間をおいてから再度お試しください。\",\n \"expiredCodeMessage\": \"ログイン・タイムアウトが発生しました。再度ログインしてください。\",\n \"expiredActionMessage\": \"アクションは期限切れです。今すぐログインしてください。\",\n \"expiredActionTokenNoSessionMessage\": \"アクションは期限切れです。\",\n \"expiredActionTokenSessionExistsMessage\": \"アクションは期限切れです。もう一度やり直してください。\",\n \"missingFirstNameMessage\": \"名を指定してください。\",\n \"missingLastNameMessage\": \"姓を指定してください。\",\n \"missingEmailMessage\": \"Eメールを指定してください。\",\n \"missingUsernameMessage\": \"ユーザー名を指定してください。\",\n \"missingPasswordMessage\": \"パスワードを指定してください。\",\n \"missingTotpMessage\": \"オーセンティケーター・コードを指定してください。\",\n \"missingTotpDeviceNameMessage\": \"デバイス名を指定してください。\",\n \"notMatchPasswordMessage\": \"パスワードが一致していません。\",\n \"invalidPasswordExistingMessage\": \"既存のパスワードが不正です。\",\n \"invalidPasswordBlacklistedMessage\": \"無効なパスワード: パスワードがブラックリストに含まれています。\",\n \"invalidPasswordConfirmMessage\": \"パスワード確認が一致していません。\",\n \"invalidTotpMessage\": \"無効なオーセンティケーター・コードです。\",\n \"usernameExistsMessage\": \"既に存在するユーザー名です。\",\n \"emailExistsMessage\": \"既に存在するEメールです。\",\n \"federatedIdentityExistsMessage\": \"{0}{1}のユーザーは既に存在します。そのアカウントをリンクするにはアカウント管理にログインしてください。\",\n \"confirmLinkIdpTitle\": \"既に存在するアカウントです。\",\n \"federatedIdentityConfirmLinkMessage\": \"{0}{1}のユーザーは既に存在します。継続しますか?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"{1}でアカウントをリンクするために{0}として認証します\",\n \"nestedFirstBrokerFlowMessage\": \"{0}ユーザー{1}は既知のユーザーにリンクされていません。\",\n \"confirmLinkIdpReviewProfile\": \"プロファイルの確認\",\n \"confirmLinkIdpContinue\": \"既存のアカウントに追加する\",\n \"configureTotpMessage\": \"アカウントを有効にするにはモバイル・オーセンティケーターのセットアップが必要です。\",\n \"updateProfileMessage\": \"アカウントを有効にするにはユーザー・プロファイルの更新が必要です。\",\n \"updatePasswordMessage\": \"アカウントを有効にするにはパスワードの更新が必要です。\",\n \"resetPasswordMessage\": \"パスワードを変更する必要があります。\",\n \"verifyEmailMessage\": \"アカウントを有効にするにはメールアドレスの確認が必要です。\",\n \"linkIdpMessage\": \"アカウントを{0}とリンクするにはメールアドレスの確認が必要です。\",\n \"emailSentMessage\": \"詳細な手順を記載したEメールをすぐに受信してください。\",\n \"emailSendErrorMessage\": \"Eメールの送信に失敗しました。しばらく時間をおいてから再度お試しください。\",\n \"accountUpdatedMessage\": \"アカウントが更新されました。\",\n \"accountPasswordUpdatedMessage\": \"パスワードが更新されました。\",\n \"delegationCompleteHeader\": \"ログインに成功しました\",\n \"delegationCompleteMessage\": \"このブラウザーのウィンドウを閉じて、コンソール・アプリケーションに戻ることができます。\",\n \"delegationFailedHeader\": \"ログインに失敗しました\",\n \"delegationFailedMessage\": \"このブラウザー・ウィンドウを閉じてコンソール・アプリケーションに戻り、再度ログインを試みることができます。\",\n \"noAccessMessage\": \"アクセスがありません\",\n \"invalidPasswordMinLengthMessage\": \"無効なパスワード: 最小{0}の長さが必要です。\",\n \"invalidPasswordMinDigitsMessage\": \"無効なパスワード: 少なくとも{0}文字の数字を含む必要があります。\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"無効なパスワード: 少なくとも{0}文字の小文字を含む必要があります。\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"無効なパスワード: 少なくとも{0}文字の大文字を含む必要があります。\",\n \"invalidPasswordMinSpecialCharsMessage\": \"無効なパスワード: 少なくとも{0}文字の特殊文字を含む必要があります。\",\n \"invalidPasswordNotUsernameMessage\": \"無効なパスワード: ユーザー名と同じパスワードは禁止されています。\",\n \"invalidPasswordRegexPatternMessage\": \"無効なパスワード: 正規表現パターンと一致しません。\",\n \"invalidPasswordHistoryMessage\": \"無効なパスワード: 最近の{0}パスワードのいずれかと同じパスワードは禁止されています。\",\n \"invalidPasswordGenericMessage\": \"無効なパスワード: 新しいパスワードはパスワード・ポリシーと一致しません。\",\n \"failedToProcessResponseMessage\": \"応答を処理できませんでした\",\n \"httpsRequiredMessage\": \"HTTPSが必須です\",\n \"realmNotEnabledMessage\": \"レルムが有効ではありません\",\n \"invalidRequestMessage\": \"無効なリクエストです\",\n \"failedLogout\": \"ログアウトに失敗しました\",\n \"unknownLoginRequesterMessage\": \"不明なログイン要求元です\",\n \"loginRequesterNotEnabledMessage\": \"ログイン要求元は有効ではありません\",\n \"bearerOnlyMessage\": \"bearer-onlyのアプリケーションはブラウザー・ログインを開始することが許可されていません\",\n \"standardFlowDisabledMessage\": \"与えられたresponse_typeでクライアントはブラウザー・ログインを開始することが許可されていません。標準フローは無効です。\",\n \"implicitFlowDisabledMessage\": \"与えられたresponse_typeでクライアントはブラウザー・ログインを開始することが許可されていません。インプリシット・フローは無効です。\",\n \"invalidRedirectUriMessage\": \"無効なリダイレクトURIです\",\n \"unsupportedNameIdFormatMessage\": \"サポートされていないNameID Formatです\",\n \"invalidRequesterMessage\": \"無効な要求元です\",\n \"registrationNotAllowedMessage\": \"登録は許可されていません\",\n \"resetCredentialNotAllowedMessage\": \"クレデンシャルのリセットは許可されていません\",\n \"permissionNotApprovedMessage\": \"パーミッションは承認されていません。\",\n \"noRelayStateInResponseMessage\": \"アイデンティティー・プロバイダーからの応答にRelayStateがありません。\",\n \"insufficientPermissionMessage\": \"アイデンティティーにリンクするには不十分なパーミッションです。\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"アイデンティティー・プロバイダーへの認証リクエストを続行できませんでした。\",\n \"couldNotObtainTokenMessage\": \"アイデンティティー・プロバイダーからトークンを取得できませんでした。\",\n \"unexpectedErrorRetrievingTokenMessage\": \"アイデンティティー・プロバイダーからのトークン取得で予期せぬエラーが発生しました。\",\n \"unexpectedErrorHandlingResponseMessage\": \"アイデンティティー・プロバイダーからの応答を処理する際に予期せぬエラーが発生しました。\",\n \"identityProviderAuthenticationFailedMessage\": \"認証に失敗しました。アイデンティティー・プロバイダーを使用して認証できませんでした。\",\n \"couldNotSendAuthenticationRequestMessage\": \"アイデンティティー・プロバイダーに認証リクエストを送信することができませんでした。\",\n \"unexpectedErrorHandlingRequestMessage\": \"アイデンティティー・プロバイダーへの認証リクエストを処理する際に予期せぬエラーが発生しました。\",\n \"invalidAccessCodeMessage\": \"無効なアクセスコードです。\",\n \"sessionNotActiveMessage\": \"セッションが有効ではありません。\",\n \"invalidCodeMessage\": \"エラーが発生しました。アプリケーションを介して再度ログインしてください。\",\n \"identityProviderUnexpectedErrorMessage\": \"アイデンティティー・プロバイダーによる認証の際に予期せぬエラーが発生しました\",\n \"identityProviderNotFoundMessage\": \"該当の識別子を持つアイデンティティー・プロバイダーが見つかりませんでした。\",\n \"identityProviderLinkSuccess\": \"Eメールを正常に確認しました。元のブラウザーに戻ってログインしてください。\",\n \"staleCodeMessage\": \"このページはもはや有効ではありませんので、アプリケーションに戻り再度ログインしてください\",\n \"realmSupportsNoCredentialsMessage\": \"レルムはクレデンシャル・タイプをサポートしていません。\",\n \"credentialSetupRequired\": \"ログインできません。クレデンシャルのセットアップが必要です。\",\n \"identityProviderNotUniqueMessage\": \"レルムは複数のアイデンティティー・プロバイダーをサポートしています。どのアイデンティティー・プロバイダーが認証に使用されるべきか判断できませんでした。\",\n \"emailVerifiedMessage\": \"メールアドレスが確認できました。\",\n \"staleEmailVerificationLink\": \"クリックしたリンクは古いリンクであり、有効ではありません。おそらく、すでにメールを確認しています。\",\n \"identityProviderAlreadyLinkedMessage\": \"{0}によって返された連携済みアイデンティティーは、すでに別のユーザーにリンクされています。\",\n \"confirmAccountLinking\": \"アイデンティティー・プロバイダー{1}のアカウント{0}とあなたのアカウントとのリンクを確認してください。\",\n \"confirmEmailAddressVerification\": \"Eメールアドレス{0}の有効性を確認してください。\",\n \"confirmExecutionOfActions\": \"次の操作を実行します。\",\n \"backToApplication\": \"« アプリケーションに戻る\",\n \"missingParameterMessage\": \"不足パラメーター: {0}\",\n \"clientNotFoundMessage\": \"クライアントが見つかりません。\",\n \"clientDisabledMessage\": \"クライアントが無効になっています。\",\n \"invalidParameterMessage\": \"無効なパラメーター: {0}\",\n \"alreadyLoggedIn\": \"既にログインしています。\",\n \"differentUserAuthenticated\": \"すでにこのセッションで異なるユーザー'{0}'として認証されています。まずログアウトしてください。\",\n \"brokerLinkingSessionExpired\": \"要求されたブローカー・アカウントのリンクは、現在のセッションでは有効ではありません。\",\n \"proceedWithAction\": \"» 続行するにはここをクリックしてください\",\n \"requiredAction.CONFIGURE_TOTP\": \"OTPの設定\",\n \"requiredAction.terms_and_conditions\": \"利用規約\",\n \"requiredAction.UPDATE_PASSWORD\": \"パスワードの更新\",\n \"requiredAction.UPDATE_PROFILE\": \"プロファイルの更新\",\n \"requiredAction.VERIFY_EMAIL\": \"Eメールの確認\",\n \"doX509Login\": \"次のユーザーとしてログインします:\",\n \"clientCertificate\": \"X509クライアント証明書:\",\n \"noCertificate\": \"[証明書なし]\",\n \"pageNotFound\": \"ページが見つかりません\",\n \"internalServerError\": \"内部サーバーエラーが発生しました\",\n \"console-username\": \"ユーザー名:\",\n \"console-password\": \"パスワード:\",\n \"console-otp\": \"ワンタイム・パスワード:\",\n \"console-new-password\": \"新しいパスワード:\",\n \"console-confirm-password\": \"パスワードの確認:\",\n \"console-update-password\": \"パスワードの更新が必要です。\",\n \"console-verify-email\": \"メールアドレスを確認する必要があります。確認コードを含むメールを{0}に送信しました。このコードを以下に入力してください。\",\n \"console-email-code\": \"Eメールコード:\",\n \"console-accept-terms\": \"利用規約に同意しますか? [y/n]:\",\n \"console-accept\": \"y\",\n \"openshift.scope.user_info\": \"ユーザー情報\",\n \"openshift.scope.user_check-access\": \"ユーザーアクセス情報\",\n \"openshift.scope.user_full\": \"フルアクセス\",\n \"openshift.scope.list-projects\": \"プロジェクトの一覧表示\",\n \"saml.post-form.title\": \"認証リダイレクト\",\n \"saml.post-form.message\": \"リダイレクトしています。お待ちください。\",\n \"saml.post-form.js-disabled\": \"JavaScriptが無効になっています。有効にすることを強くお勧めします。継続するには、下のボタンをクリックしてください。\",\n \"otp-display-name\": \"オーセンティケーター・アプリケーション\",\n \"otp-help-text\": \"オーセンティケーター・アプリケーションから取得した確認コードを入力してください。\",\n \"password-display-name\": \"パスワード\",\n \"password-help-text\": \"パスワードを入力してログインします。\",\n \"auth-username-form-display-name\": \"ユーザー名\",\n \"auth-username-form-help-text\": \"ユーザー名を入力してログインを開始します\",\n \"auth-username-password-form-display-name\": \"ユーザー名とパスワード\",\n \"auth-username-password-form-help-text\": \"ユーザー名とパスワードを入力してログインしてください。\",\n \"webauthn-display-name\": \"セキュリティーキー\",\n \"webauthn-help-text\": \"セキュリティーキーを使用してログインしてください。\",\n \"webauthn-passwordless-display-name\": \"セキュリティーキー\",\n \"webauthn-passwordless-help-text\": \"パスワードレス・ログインにセキュリティーキーを使用します。\",\n \"webauthn-login-title\": \"セキュリティーキー・ログイン\",\n \"webauthn-registration-title\": \"セキュリティーキーの登録\",\n \"webauthn-available-authenticators\": \"利用可能なオーセンティケーター\",\n \"webauthn-error-title\": \"セキュリティーキー・エラー\",\n \"webauthn-error-registration\": \"セキュリティーキーを登録できませんでした。\",\n \"webauthn-error-api-get\": \"セキュリティーキーによる認証に失敗しました。\",\n \"webauthn-error-different-user\": \"最初に認証されたユーザーは、セキュリティーキーによって認証されたユーザーではありません。\",\n \"webauthn-error-auth-verification\": \"セキュリティーキーの認証結果が無効です。\",\n \"webauthn-error-register-verification\": \"セキュリティーキーの登録結果が無効です。\",\n \"webauthn-error-user-not-found\": \"セキュリティーキーで認証された不明なユーザー。\",\n \"identity-provider-redirector\": \"別のアイデンティティー・プロバイダーと接続する\",\n \"frontchannel-logout.title\": \"ログアウト\",\n \"frontchannel-logout.message\": \"以下のアプリケーションからログアウトしました。\",\n \"logoutConfirmTitle\": \"ログアウト\",\n \"logoutConfirmHeader\": \"ログアウトしますか?\",\n \"doLogout\": \"ログアウト\",\n \"readOnlyUsernameMessage\": \"読み取り専用のため、ユーザー名を更新することはできません。\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8509.e999dbfc.chunk.js b/resources/keycloak/keycloakify/static/js/8509.e999dbfc.chunk.js new file mode 100644 index 00000000..0f63f319 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8509.e999dbfc.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[8509],{5995:function(e,s,a){a.r(s),a.d(s,{default:function(){return o}});var t=a(885),n=a(184),r=a(2791),i=a(6055),c=a(7123),l=a(7107);function o(e){var s=e.kcContext,a=e.i18n,o=e.doUseDefaultCss,d=e.Template,u=e.classes,m=(0,l.v)({doUseDefaultCss:o,classes:u}).getClassName,p=s.url,g=s.messagesPerField,j=s.recaptchaRequired,b=s.recaptchaSiteKey;s.realm.registrationEmailAsUsername;var h=a.msg,f=a.msgStr,v=(0,r.useState)(!1),k=(0,t.Z)(v,2),x=k[0],C=k[1];return(0,n.jsx)(d,Object.assign({},{kcContext:s,i18n:a,doUseDefaultCss:o,classes:u},{displayMessage:g.exists("global"),displayRequiredFields:!0,headerNode:h("registerTitle")},{children:(0,n.jsxs)("form",Object.assign({id:"kc-register-form",className:m("kcFormClass"),action:p.registrationAction,method:"post"},{children:[(0,n.jsx)(c.M,{kcContext:s,onIsFormSubmittableValueChange:C,i18n:a,getClassName:m}),j&&(0,n.jsx)("div",Object.assign({className:"form-group"},{children:(0,n.jsx)("div",Object.assign({className:m("kcInputWrapperClass")},{children:(0,n.jsx)("div",{className:"g-recaptcha","data-size":"compact","data-sitekey":b})}))})),(0,n.jsxs)("div",Object.assign({className:m("kcFormGroupClass"),style:{marginBottom:30}},{children:[(0,n.jsx)("div",Object.assign({id:"kc-form-options",className:m("kcFormOptionsClass")},{children:(0,n.jsx)("div",Object.assign({className:m("kcFormOptionsWrapperClass")},{children:(0,n.jsx)("span",{children:(0,n.jsx)("a",Object.assign({href:p.loginUrl},{children:h("backToLogin")}))})}))})),(0,n.jsx)("div",Object.assign({id:"kc-form-buttons",className:m("kcFormButtonsClass")},{children:(0,n.jsx)("input",{className:(0,i.W)(m("kcButtonClass"),m("kcButtonPrimaryClass"),m("kcButtonBlockClass"),m("kcButtonLargeClass")),type:"submit",value:f("doRegister"),disabled:!x})}))]}))]}))}))}},7123:function(e,s,a){a.d(s,{M:function(){return c}});var t=a(184),n=a(2791),r=a(6055),i=a(1027);function c(e){var s=e.kcContext,a=e.onIsFormSubmittableValueChange,c=e.i18n,l=e.getClassName,o=e.BeforeField,d=e.AfterField,u=c.advancedMsg,m=(0,i.Q)({kcContext:s,i18n:c}),p=m.formValidationState,g=p.fieldStateByAttributeName,j=p.isFormSubmittable,b=m.formValidationDispatch,h=m.attributesWithPassword;(0,n.useEffect)((function(){a(j)}),[j]);var f="";return(0,t.jsx)(t.Fragment,{children:h.map((function(e,s){var a,i=e.group,c=void 0===i?"":i,m=e.groupDisplayHeader,p=void 0===m?"":m,j=e.groupDisplayDescription,h=void 0===j?"":j,v=g[e.name],k=v.value,x=v.displayableErrors,C=(0,r.W)(l("kcFormGroupClass"),0!==x.length&&l("kcFormGroupErrorClass"));return(0,t.jsxs)(n.Fragment,{children:[c!==f&&""!==(f=c)&&(0,t.jsxs)("div",Object.assign({className:C},{children:[(0,t.jsx)("div",Object.assign({className:l("kcContentWrapperClass")},{children:(0,t.jsx)("label",Object.assign({id:"header-".concat(c),className:l("kcFormGroupHeader")},{children:u(p)||f}))})),""!==h&&(0,t.jsx)("div",Object.assign({className:l("kcLabelWrapperClass")},{children:(0,t.jsx)("label",Object.assign({id:"description-".concat(c),className:l("kcLabelClass")},{children:u(h)}))}))]})),o&&(0,t.jsx)(o,{attribute:e}),(0,t.jsxs)("div",Object.assign({className:C},{children:[(0,t.jsxs)("div",Object.assign({className:l("kcLabelWrapperClass")},{children:[(0,t.jsx)("label",Object.assign({htmlFor:e.name,className:l("kcLabelClass")},{children:u(null!==(a=e.displayName)&&void 0!==a?a:"")})),e.required&&(0,t.jsx)(t.Fragment,{children:"*"})]})),(0,t.jsxs)("div",Object.assign({className:l("kcInputWrapperClass")},{children:[function(){var s=e.validators.options;return void 0!==s?(0,t.jsx)("select",Object.assign({id:e.name,name:e.name,onChange:function(s){return b({action:"update value",name:e.name,newValue:s.target.value})},onBlur:function(){return b({action:"focus lost",name:e.name})},value:k},{children:s.options.map((function(e){return(0,t.jsx)("option",Object.assign({value:e},{children:e}),e)}))})):(0,t.jsx)("input",{type:function(){switch(e.name){case"password-confirm":case"password":return"password";default:return"text"}}(),id:e.name,name:e.name,value:k,onChange:function(s){return b({action:"update value",name:e.name,newValue:s.target.value})},onBlur:function(){return b({action:"focus lost",name:e.name})},className:l("kcInputClass"),"aria-invalid":0!==x.length,disabled:e.readOnly,autoComplete:e.autocomplete})}(),0!==x.length&&function(){var s="input-error-".concat(e.name);return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("style",{children:"#".concat(s," > span: { display: block; }")}),(0,t.jsx)("span",Object.assign({id:s,className:l("kcInputErrorMessageClass"),style:{position:1===x.length?"absolute":void 0},"aria-live":"polite"},{children:x.map((function(e){return e.errorMessage}))}))]})}()]}))]})),d&&(0,t.jsx)(d,{attribute:e})]},s)}))})}}}]); +//# sourceMappingURL=8509.e999dbfc.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8509.e999dbfc.chunk.js.map b/resources/keycloak/keycloakify/static/js/8509.e999dbfc.chunk.js.map new file mode 100644 index 00000000..f1c61a8e --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8509.e999dbfc.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/8509.e999dbfc.chunk.js","mappings":"2OAQc,SAAUA,EAAoBC,GACxC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAE5CC,GAAiBC,EAAAA,EAAAA,GAAgB,CACrCJ,gBAAAA,EACAE,QAAAA,IAFIC,aAKAE,EAAsEP,EAAtEO,IAAKC,EAAiER,EAAjEQ,iBAAkBC,EAA+CT,EAA/CS,kBAAmBC,EAA4BV,EAA5BU,iBAA4BV,EAAVW,MAE9DC,4BAEN,IAAQC,EAAgBZ,EAAhBY,IAAKC,EAAWb,EAAXa,OAEbC,GAAkDC,EAAAA,EAAAA,WAAS,GAAMC,GAAAC,EAAAA,EAAAA,GAAAH,EAAA,GAA1DI,EAAiBF,EAAA,GAAEG,EAAoBH,EAAA,GAE9C,OACII,EAAAA,EAAAA,KAAClB,EAAQmB,OAAAC,OAAA,GACD,CAAEvB,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,GAAS,CACjDoB,eAAgBhB,EAAiBiB,OAAO,UACxCC,uBAAuB,EACvBC,WAAYd,EAAI,kBAAgB,CAAAe,UAEhCC,EAAAA,EAAAA,MAAA,OAAAP,OAAAC,OAAA,CAAMO,GAAG,mBAAmBC,UAAW1B,EAAa,eAAgB2B,OAAQzB,EAAI0B,mBAAoBC,OAAO,QAAM,CAAAN,SAAA,EAC7GP,EAAAA,EAAAA,KAACc,EAAAA,EAAqB,CAClBnC,UAAWA,EACXoC,+BAAgChB,EAChCnB,KAAMA,EACNI,aAAcA,IAEjBI,IACGY,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKQ,UAAU,cAAY,CAAAH,UACvBP,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKQ,UAAW1B,EAAa,wBAAsB,CAAAuB,UAC/CP,EAAAA,EAAAA,KAAA,OAAKU,UAAU,cAAa,YAAW,UAAS,eAAerB,WAI3EmB,EAAAA,EAAAA,MAAA,MAAAP,OAAAC,OAAA,CAAKQ,UAAW1B,EAAa,oBAAqBgC,MAAO,CAAE,aAAgB,KAAI,CAAAT,SAAA,EAC3EP,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKO,GAAG,kBAAkBC,UAAW1B,EAAa,uBAAqB,CAAAuB,UACnEP,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKQ,UAAW1B,EAAa,8BAA4B,CAAAuB,UACrDP,EAAAA,EAAAA,KAAA,QAAAO,UACIP,EAAAA,EAAAA,KAAA,IAAAC,OAAAC,OAAA,CAAGe,KAAM/B,EAAIgC,UAAQ,CAAAX,SAAGf,EAAI,2BAKxCQ,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKO,GAAG,kBAAkBC,UAAW1B,EAAa,uBAAqB,CAAAuB,UACnEP,EAAAA,EAAAA,KAAA,SACIU,WAAWS,EAAAA,EAAAA,GACPnC,EAAa,iBACbA,EAAa,wBACbA,EAAa,sBACbA,EAAa,uBAEjBoC,KAAK,SACLC,MAAO5B,EAAO,cACd6B,UAAWxB,iBAOvC,C,kGCvDM,SAAUgB,EAAsBpC,GAClC,IAAQC,EAA2FD,EAA3FC,UAAWoC,EAAgFrC,EAAhFqC,+BAAgCnC,EAAgDF,EAAhDE,KAAMI,EAA0CN,EAA1CM,aAAcuC,EAA4B7C,EAA5B6C,YAAaC,EAAe9C,EAAf8C,WAE5EC,EAAgB7C,EAAhB6C,YAERC,GAIIC,EAAAA,EAAAA,GAAkB,CAClBhD,UAAAA,EACAC,KAAAA,IACFgD,EAAAF,EANEG,oBAAuBC,EAAyBF,EAAzBE,0BAA2BhC,EAAiB8B,EAAjB9B,kBAClDiC,EAAsBL,EAAtBK,uBACAC,EAAsBN,EAAtBM,wBAMJC,EAAAA,EAAAA,YAAU,WACNlB,EAA+BjB,EACnC,GAAG,CAACA,IAEJ,IAAIoC,EAAe,GAEnB,OACIlC,EAAAA,EAAAA,KAAAmC,EAAAA,SAAA,CAAA5B,SACKyB,EAAuBI,KAAI,SAACC,EAAWC,G,MACpCC,EAA8EF,EAAtEG,MAAAA,OAAK,IAAAD,EAAG,GAAEA,EAAAE,EAA4DJ,EAA1DK,mBAAAA,OAAkB,IAAAD,EAAG,GAAEA,EAAAE,EAAmCN,EAAjCO,wBAAAA,OAAuB,IAAAD,EAAG,GAAEA,EAEzEE,EAAqCf,EAA0BO,EAAUS,MAAjEzB,EAAKwB,EAALxB,MAAO0B,EAAiBF,EAAjBE,kBAETC,GAAqB7B,EAAAA,EAAAA,GACvBnC,EAAa,oBACgB,IAA7B+D,EAAkBE,QAAgBjE,EAAa,0BAGnD,OACIwB,EAAAA,EAAAA,MAAC0C,EAAAA,SAAQ,CAAA3C,SAAA,CACJiC,IAAUN,GAA2C,MAA1BA,EAAeM,KACvChC,EAAAA,EAAAA,MAAA,MAAAP,OAAAC,OAAA,CAAKQ,UAAWsC,GAAkB,CAAAzC,SAAA,EAC9BP,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKQ,UAAW1B,EAAa,0BAAwB,CAAAuB,UACjDP,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAOO,GAAE,UAAA0C,OAAYX,GAAS9B,UAAW1B,EAAa,sBAAoB,CAAAuB,SACrEkB,EAAYiB,IAAuBR,QAGf,KAA5BU,IACG5C,EAAAA,EAAAA,KAAA,MAAAC,OAAAC,OAAA,CAAKQ,UAAW1B,EAAa,wBAAsB,CAAAuB,UAC/CP,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAOO,GAAE,eAAA0C,OAAiBX,GAAS9B,UAAW1B,EAAa,iBAAe,CAAAuB,SACrEkB,EAAYmB,aAOhCrB,IAAevB,EAAAA,EAAAA,KAACuB,EAAW,CAACc,UAAWA,KAExC7B,EAAAA,EAAAA,MAAA,MAAAP,OAAAC,OAAA,CAAKQ,UAAWsC,GAAkB,CAAAzC,SAAA,EAC9BC,EAAAA,EAAAA,MAAA,MAAAP,OAAAC,OAAA,CAAKQ,UAAW1B,EAAa,wBAAsB,CAAAuB,SAAA,EAC/CP,EAAAA,EAAAA,KAAA,QAAAC,OAAAC,OAAA,CAAOkD,QAASf,EAAUS,KAAMpC,UAAW1B,EAAa,iBAAe,CAAAuB,SAClEkB,EAAiC,QAArB4B,EAAAhB,EAAUiB,mBAAW,IAAAD,EAAAA,EAAI,OAEzChB,EAAUkB,WAAYvD,EAAAA,EAAAA,KAAAmC,EAAAA,SAAA,CAAA5B,SAAA,WAE3BC,EAAAA,EAAAA,MAAA,MAAAP,OAAAC,OAAA,CAAKQ,UAAW1B,EAAa,wBAAsB,CAAAuB,SAAA,CAC7C,WACE,IAAQiD,EAAYnB,EAAUoB,WAAtBD,QAER,YAAgBE,IAAZF,GAEIxD,EAAAA,EAAAA,KAAA,SAAAC,OAAAC,OAAA,CACIO,GAAI4B,EAAUS,KACdA,KAAMT,EAAUS,KAChBa,SAAU,SAAAC,GAAK,OACX7B,EAAuB,CACnB,OAAU,eACV,KAAQM,EAAUS,KAClB,SAAYc,EAAMC,OAAOxC,OAC3B,EAENyC,OAAQ,kBACJ/B,EAAuB,CACnB,OAAU,aACV,KAAQM,EAAUS,MACpB,EAENzB,MAAOA,GAAK,CAAAd,SAEXiD,EAAQA,QAAQpB,KAAI,SAAA2B,GAAM,OACvB/D,EAAAA,EAAAA,KAAA,SAAAC,OAAAC,OAAA,CAAqBmB,MAAO0C,GAAM,CAAAxD,SAC7BwD,IADQA,EAEJ,QAOrB/D,EAAAA,EAAAA,KAAA,SACIoB,KAAO,WACH,OAAQiB,EAAUS,MACd,IAAK,mBACL,IAAK,WACD,MAAO,WACX,QACI,MAAO,OAEnB,CARO,GASPrC,GAAI4B,EAAUS,KACdA,KAAMT,EAAUS,KAChBzB,MAAOA,EACPsC,SAAU,SAAAC,GAAK,OACX7B,EAAuB,CACnB,OAAU,eACV,KAAQM,EAAUS,KAClB,SAAYc,EAAMC,OAAOxC,OAC3B,EAENyC,OAAQ,kBACJ/B,EAAuB,CACnB,OAAU,aACV,KAAQM,EAAUS,MACpB,EAENpC,UAAW1B,EAAa,gBAAe,eACI,IAA7B+D,EAAkBE,OAChC3B,SAAUe,EAAU2B,SACpBC,aAAc5B,EAAU6B,cAGpC,CAjEE,GAkE4B,IAA7BnB,EAAkBE,QACd,WACG,IAAMkB,EAAQ,eAAHhB,OAAkBd,EAAUS,MAEvC,OACItC,EAAAA,EAAAA,MAAA2B,EAAAA,SAAA,CAAA5B,SAAA,EACIP,EAAAA,EAAAA,KAAA,SAAAO,SAAA,IAAA4C,OAAYgB,EAAK,mCACjBnE,EAAAA,EAAAA,KAAA,OAAAC,OAAAC,OAAA,CACIO,GAAI0D,EACJzD,UAAW1B,EAAa,4BACxBgC,MAAO,CACH,SAAyC,IAA7B+B,EAAkBE,OAAe,gBAAaS,GAC7D,YACS,UAAQ,CAAAnD,SAEjBwC,EAAkBX,KAAI,SAAAgC,GAAe,OAAAA,EAAZC,YAA+B,SAIzE,CAlBC,WAqBZ7C,IAAcxB,EAAAA,EAAAA,KAACwB,EAAU,CAACa,UAAWA,MApH3BC,EAuHvB,KAGZ,C","sources":["../node_modules/keycloakify/src/login/pages/RegisterUserProfile.tsx","../node_modules/keycloakify/src/login/pages/shared/UserProfileFormFields.tsx"],"sourcesContent":["import { useState } from \"react\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { UserProfileFormFields } from \"./shared/UserProfileFormFields\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function RegisterUserProfile(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { url, messagesPerField, recaptchaRequired, recaptchaSiteKey, realm } = kcContext;\n\n realm.registrationEmailAsUsername;\n\n const { msg, msgStr } = i18n;\n\n const [isFormSubmittable, setIsFormSubmittable] = useState(false);\n\n return (\n \n
    \n \n {recaptchaRequired && (\n
    \n
    \n
    \n
    \n
    \n )}\n
    \n
    \n \n
    \n\n
    \n \n
    \n
    \n \n \n );\n}\n","import { useEffect, Fragment } from \"react\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\nimport { clsx } from \"keycloakify/tools/clsx\";\nimport { useFormValidation } from \"keycloakify/login/lib/useFormValidation\";\nimport type { Attribute } from \"keycloakify/login/kcContext/KcContext\";\nimport type { I18n } from \"../../i18n\";\n\nexport type UserProfileFormFieldsProps = {\n kcContext: Parameters[0][\"kcContext\"];\n i18n: I18n;\n getClassName: (classKey: ClassKey) => string;\n onIsFormSubmittableValueChange: (isFormSubmittable: boolean) => void;\n BeforeField?: (props: { attribute: Attribute }) => JSX.Element | null;\n AfterField?: (props: { attribute: Attribute }) => JSX.Element | null;\n};\n\nexport function UserProfileFormFields(props: UserProfileFormFieldsProps) {\n const { kcContext, onIsFormSubmittableValueChange, i18n, getClassName, BeforeField, AfterField } = props;\n\n const { advancedMsg } = i18n;\n\n const {\n formValidationState: { fieldStateByAttributeName, isFormSubmittable },\n formValidationDispatch,\n attributesWithPassword\n } = useFormValidation({\n kcContext,\n i18n\n });\n\n useEffect(() => {\n onIsFormSubmittableValueChange(isFormSubmittable);\n }, [isFormSubmittable]);\n\n let currentGroup = \"\";\n\n return (\n <>\n {attributesWithPassword.map((attribute, i) => {\n const { group = \"\", groupDisplayHeader = \"\", groupDisplayDescription = \"\" } = attribute;\n\n const { value, displayableErrors } = fieldStateByAttributeName[attribute.name];\n\n const formGroupClassName = clsx(\n getClassName(\"kcFormGroupClass\"),\n displayableErrors.length !== 0 && getClassName(\"kcFormGroupErrorClass\")\n );\n\n return (\n \n {group !== currentGroup && (currentGroup = group) !== \"\" && (\n
    \n
    \n \n
    \n {groupDisplayDescription !== \"\" && (\n
    \n \n
    \n )}\n
    \n )}\n\n {BeforeField && }\n\n
    \n
    \n \n {attribute.required && <>*}\n
    \n
    \n {(() => {\n const { options } = attribute.validators;\n\n if (options !== undefined) {\n return (\n \n formValidationDispatch({\n \"action\": \"update value\",\n \"name\": attribute.name,\n \"newValue\": event.target.value\n })\n }\n onBlur={() =>\n formValidationDispatch({\n \"action\": \"focus lost\",\n \"name\": attribute.name\n })\n }\n value={value}\n >\n {options.options.map(option => (\n \n ))}\n \n );\n }\n\n return (\n {\n switch (attribute.name) {\n case \"password-confirm\":\n case \"password\":\n return \"password\";\n default:\n return \"text\";\n }\n })()}\n id={attribute.name}\n name={attribute.name}\n value={value}\n onChange={event =>\n formValidationDispatch({\n \"action\": \"update value\",\n \"name\": attribute.name,\n \"newValue\": event.target.value\n })\n }\n onBlur={() =>\n formValidationDispatch({\n \"action\": \"focus lost\",\n \"name\": attribute.name\n })\n }\n className={getClassName(\"kcInputClass\")}\n aria-invalid={displayableErrors.length !== 0}\n disabled={attribute.readOnly}\n autoComplete={attribute.autocomplete}\n />\n );\n })()}\n {displayableErrors.length !== 0 &&\n (() => {\n const divId = `input-error-${attribute.name}`;\n\n return (\n <>\n \n \n {displayableErrors.map(({ errorMessage }) => errorMessage)}\n \n \n );\n })()}\n
    \n
    \n {AfterField && }\n
    \n );\n })}\n \n );\n}\n"],"names":["RegisterUserProfile","props","kcContext","i18n","doUseDefaultCss","Template","classes","getClassName","useGetClassName","url","messagesPerField","recaptchaRequired","recaptchaSiteKey","realm","registrationEmailAsUsername","msg","msgStr","_useState","useState","_useState2","_slicedToArray","isFormSubmittable","setIsFormSubmittable","_jsx","Object","assign","displayMessage","exists","displayRequiredFields","headerNode","children","_jsxs","id","className","action","registrationAction","method","UserProfileFormFields","onIsFormSubmittableValueChange","style","href","loginUrl","clsx","type","value","disabled","BeforeField","AfterField","advancedMsg","_useFormValidation","useFormValidation","_useFormValidation$fo","formValidationState","fieldStateByAttributeName","formValidationDispatch","attributesWithPassword","useEffect","currentGroup","_Fragment","map","attribute","i","_attribute$group","group","_attribute$groupDispl","groupDisplayHeader","_attribute$groupDispl2","groupDisplayDescription","_fieldStateByAttribut","name","displayableErrors","formGroupClassName","length","Fragment","concat","htmlFor","_a","displayName","required","options","validators","undefined","onChange","event","target","onBlur","option","readOnly","autoComplete","autocomplete","divId","_ref","errorMessage"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8648.abba2094.chunk.js b/resources/keycloak/keycloakify/static/js/8648.abba2094.chunk.js new file mode 100644 index 00000000..d20d142e --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8648.abba2094.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[8648],{8648:function(e,a,o){o.r(a);a.default={doSave:"Ulo\u017ei\u0165",doCancel:"Zru\u0161i\u0165",doLogOutAllSessions:"Odhl\xe1senie v\u0161etk\xfdch rel\xe1ci\xed",doRemove:"Odstr\xe1ni\u0165",doAdd:"Prida\u0165",doSignOut:"Odhl\xe1si\u0165",editAccountHtmlTitle:"Upravi\u0165 \xfa\u010det",federatedIdentitiesHtmlTitle:"Prepojen\xe1 identita",accountLogHtmlTitle:"Denn\xedk zmien u\u017e\xedvate\u013esk\xfdch \xfa\u010dtov",changePasswordHtmlTitle:"Zmena hesla",sessionsHtmlTitle:"Rel\xe1cie",accountManagementTitle:"Spr\xe1va \xfa\u010dtu Keycloak",authenticatorTitle:"Autentifik\xe1tor",applicationsHtmlTitle:"Aplik\xe1cie",authenticatorCode:"Jednor\xe1zov\xfd k\xf3d",email:"E-mail",firstName:"Meno",givenName:"Meno pri naroden\xed",fullName:"Cel\xe9 meno",lastName:"Priezvisko",familyName:"Rodn\xe9 meno",password:"Heslo",passwordConfirm:"Potrvrdenie hesla",passwordNew:"Nov\xe9 heslo",username:"Meno pou\u017e\xedvate\u013ea",address:"Adresa",street:"Ulica",locality:"Mesto alebo lokalita",region:"Kraj",postal_code:"PS\u010c",country:"\u0160t\xe1t",emailVerified:"E-mail overen\xfd",gssDelegationCredential:"GSS delegovan\xe9 opr\xe1vnenie",role_admin:"Administr\xe1tor","role_realm-admin":"Administr\xe1tor realmu","role_create-realm":"Vytvori\u0165 realm","role_view-realm":"Zobrazi\u0165 realm","role_view-users":"Zobrazi\u0165 pou\u017e\xedvate\u013eov","role_view-applications":"Zobrazi\u0165 aplik\xe1cie","role_view-clients":"Zobrazi\u0165 klientov","role_view-events":"Zobrazi\u0165 udalosti","role_view-identity-providers":"Zobrazi\u0165 klientov poskytovate\u013eov identity","role_manage-realm":"Spravova\u0165 realm","role_manage-users":"Spravova\u0165 pou\u017e\xedvate\u013eov","role_manage-applications":"Spravova\u0165 aplik\xe1cie","role_manage-identity-providers":"Spravova\u0165 poskytovate\u013eov identity","role_manage-clients":"Spravova\u0165 klientov","role_manage-events":"Spravova\u0165 udalosti","role_view-profile":"Zobrazi\u0165 profil","role_manage-account":"Spravova\u0165 \xfa\u010det","role_manage-account-links":"Spravova\u0165 odkazy na \xfa\u010det","role_read-token":"\u010c\xedta\u0165 token","role_offline-access":"Offline pr\xedstup",role_uma_authorization:"Autoriz\xe1cia pou\u017e\xedvate\u013eom riaden\xe9ho pr\xedstupu",client_account:"\xda\u010det klienta","client_security-admin-console":"Bezpe\u010dnostn\xe1 administr\xe1torsk\xe1 konzola","client_admin-cli":"Spravova\u0165 CLI klienta","client_realm-management":"Spravova\u0165 realmy klienta",client_broker:"Broker",requiredFields:"Povinn\xe9 polia",allFieldsRequired:"V\u0161etky po\u017eadovan\xe9 polia",backToApplication:"« Sp\xe4\u0165 na aplik\xe1ciu",backTo:"Sp\xe4\u0165 na {0}",date:"D\xe1tum",event:"Udalos\u0165",ip:"IP",client:"Klient",clients:"Klienti",details:"Podrobnosti",started:"Za\u010d\xedname",lastAccess:"Posledn\xfd pr\xedstup",expires:"Vypr\u0161\xed",applications:"Aplik\xe1cie",account:"\xda\u010det",federatedIdentity:"Prepojen\xe1 identita",authenticator:"Autentifik\xe1tor",sessions:"Rel\xe1cie",log:"Denn\xedk",application:"Aplik\xe1cia",availablePermissions:"Dostupn\xe9 opr\xe1vnenia",grantedPermissions:"Pridelen\xe9 opr\xe1vnenia",grantedPersonalInfo:"Poskytnut\xe9 osobn\xe9 inform\xe1cie",additionalGrants:"Dodato\u010dn\xe9 opr\xe1vnenia",action:"Akcia",inResource:"v",fullAccess:"\xdapln\xfd pr\xedstup",offlineToken:"Offline token",revoke:"Zru\u0161i\u0165 opr\xe1vnenie",configureAuthenticators:"Nakonfigurovan\xe9 autentifik\xe1tory",mobile:"Mobiln\xfd",totpStep1:'Nain\u0161talujte vo svojom zariaden\xed FreeOTP alebo Google Authenticator. Obidve aplik\xe1cie s\xfa k dispoz\xedcii v Google Play a Apple App Store.',totpStep2:"Otvorte aplik\xe1ciu a naskenujte \u010diarov\xfd k\xf3d alebo zadajte k\u013e\xfa\u010d.",totpStep3:"Zadajte jednorazov\xfd k\xf3d poskytnut\xfd aplik\xe1ciou a kliknut\xedm na tla\u010didlo Ulo\u017ei\u0165 dokon\u010d\xedte nastavenie.",totpManualStep2:"Otvorte aplik\xe1ciu a zadajte k\u013e\xfa\u010d",totpManualStep3:"Pou\u017eite nasleduj\xface hodnoty konfigur\xe1cie, ak aplik\xe1cia umo\u017e\u0148uje ich nastavenie",totpUnableToScan:"Nemo\u017eno skenova\u0165?",totpScanBarcode:"Skenovanie \u010diarov\xe9ho k\xf3du?","totp.totp":"Zalo\u017een\xe9 na \u010dase","totp.hotp":"Zalo\u017een\xe9 na po\u010d\xedtadle",totpType:"Typ",totpAlgorithm:"Algoritmus",totpDigits:"\u010c\xedslica",totpInterval:"Interval",totpCounter:"Po\u010d\xedtadlo",missingUsernameMessage:"Zadajte pou\u017e\xedvate\u013esk\xe9 meno.",missingFirstNameMessage:"Zadajte meno.",invalidEmailMessage:"Neplatn\xe1 e-mailov\xe1 adresa.",missingLastNameMessage:"Zadajte priezvisko.",missingEmailMessage:"Zadajte e-mail.",missingPasswordMessage:"Zadajte heslo, pros\xedm.",notMatchPasswordMessage:"Hesl\xe1 sa nezhoduj\xfa.",missingTotpMessage:"Zadajte jednorazov\xfd k\xf3d, pros\xedm",invalidPasswordExistingMessage:"Neplatn\xe9 existuj\xface heslo.",invalidPasswordConfirmMessage:"Potvrdenie hesla sa nezhoduje.",invalidTotpMessage:"Neplatn\xfd jednorazov\xfd k\xf3d.",usernameExistsMessage:"U\u017e\xedvate\u013esk\xe9 meno u\u017e existuje.",emailExistsMessage:"E-mail u\u017e existuje.",readOnlyUserMessage:"V\xe1\u0161 \xfa\u010det nem\xf4\u017eete aktualizova\u0165, preto\u017ee je iba na \u010d\xedtanie.",readOnlyUsernameMessage:"Nem\xf4\u017eete aktualizova\u0165 svoje pou\u017e\xedvate\u013esk\xe9 meno, preto\u017ee je iba na \u010d\xedtanie.",readOnlyPasswordMessage:"Heslo nem\xf4\u017eete aktualizova\u0165, preto\u017ee v\xe1\u0161 \xfa\u010det je iba na \u010d\xedtanie.",successTotpMessage:"Konfigur\xe1cia mobiln\xe9ho autentifik\xe1tora.",successTotpRemovedMessage:"Mobiln\xfd autentifik\xe1tor bol odstr\xe1nen\xfd.",successGrantRevokedMessage:"Opr\xe1vnenie bolo \xfaspe\u0161ne zru\u0161en\xe9.",accountUpdatedMessage:"V\xe1\u0161 \xfa\u010det bol aktualizovan\xfd.",accountPasswordUpdatedMessage:"Va\u0161e heslo bolo aktualizovan\xe9.",missingIdentityProviderMessage:"Poskytovate\u013e identity nie je zadan\xfd.",invalidFederatedIdentityActionMessage:"Neplatn\xe1 alebo ch\xfdbaj\xfaca akcia.",identityProviderNotFoundMessage:"Zadan\xfd poskytovate\u013e identity nen\xe1jden\xfd.",federatedIdentityLinkNotActiveMessage:"Identita u\u017e nie je akt\xedvna.",federatedIdentityRemovingLastProviderMessage:"Nem\xf4\u017eete odstr\xe1ni\u0165 posledn\xfa spojen\xfa identitu, preto\u017ee nem\xe1te heslo.",identityProviderRedirectErrorMessage:"Nepodarilo sa presmerova\u0165 na poskytovate\u013ea identity.",identityProviderRemovedMessage:"Poskytovate\u013e identity bol \xfaspe\u0161ne odstr\xe1nen\xfd.",identityProviderAlreadyLinkedMessage:"Spojen\xe1 identita vr\xe1ten\xe1 {0} je u\u017e prepojen\xe1 s in\xfdm pou\u017e\xedvate\u013eom.",staleCodeAccountMessage:"Platnos\u0165 vypr\u0161ala. Sk\xfaste e\u0161te raz.",consentDenied:"S\xfahlas bol zamietnut\xfd.",accountDisabledMessage:"\xda\u010det je zak\xe1zan\xfd, kontaktujte spr\xe1vcu.",accountTemporarilyDisabledMessage:"\xda\u010det je do\u010dasne zak\xe1zan\xfd, kontaktujte administr\xe1tora alebo sk\xfaste nesk\xf4r.",invalidPasswordMinLengthMessage:"Neplatn\xe9 heslo: minim\xe1lna d\u013a\u017eka {0}.",invalidPasswordMinLowerCaseCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahova\u0165 minim\xe1lne {0} mal\xe9 p\xedsmen\xe1.",invalidPasswordMinDigitsMessage:"Neplatn\xe9 heslo: mus\xed obsahova\u0165 aspo\u0148 {0} \u010d\xedslic.",invalidPasswordMinUpperCaseCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahova\u0165 aspo\u0148 {0} ve\u013ek\xe9 p\xedsmen\xe1.",invalidPasswordMinSpecialCharsMessage:"Neplatn\xe9 heslo: mus\xed obsahova\u0165 aspo\u0148 {0} \u0161peci\xe1lne znaky.",invalidPasswordNotUsernameMessage:"Neplatn\xe9 heslo: nesmie by\u0165 rovnak\xe9 ako pou\u017e\xedvate\u013esk\xe9 meno.",invalidPasswordRegexPatternMessage:"Neplatn\xe9 heslo: nezodpoved\xe1 regul\xe1rnemu v\xfdrazu.",invalidPasswordHistoryMessage:"Neplatn\xe9 heslo: nesmie sa rovna\u0165 \u017eiadnemu z posledn\xfdch {0} hesiel.",invalidPasswordBlacklistedMessage:"Neplatn\xe9 heslo: heslo je na \u010diernej listine.",invalidPasswordGenericMessage:"Neplatn\xe9 heslo: nov\xe9 heslo nezodpoved\xe1 pravidl\xe1m hesiel.",myResources:"Moje Zdroje",myResourcesSub:"Moje zdroje",doDeny:"Zak\xe1za\u0165",doRevoke:"Odvola\u0165",doApprove:"Schv\xe1li\u0165",doRemoveSharing:"Odstr\xe1nenie zdie\u013eania",doRemoveRequest:"Odstr\xe1ni\u0165 po\u017eiadavku",peopleAccessResource:"\u013dudia s pr\xedstupom k tomuto zdroju",name:"N\xe1zov",scopes:"Rozsahy",resource:"Zdroj",user:"Pou\u017e\xedvate\u013e",peopleSharingThisResource:"\u013dudia zdie\u013eaj\xfaci tento zdroj",shareWithOthers:"Zdie\u013ea\u0165 s ostatn\xfdmi",needMyApproval:"Potrebuje m\xf4j s\xfahlas",requestsWaitingApproval:"Va\u0161e po\u017eiadavky \u010dakaj\xfa na schv\xe1lenie",icon:"Ikona",requestor:"\u017diadate\u013e",owner:"Vlastn\xedk",resourcesSharedWithMe:"Zdroje zdie\u013ean\xe9 so mnou",permissionRequestion:"\u017diadosti o povolenie",permission:"Opr\xe1vnenie",shares:"podiel (y)"}}}]); +//# sourceMappingURL=8648.abba2094.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8648.abba2094.chunk.js.map b/resources/keycloak/keycloakify/static/js/8648.abba2094.chunk.js.map new file mode 100644 index 00000000..af70ab02 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8648.abba2094.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/8648.abba2094.chunk.js","mappings":"uIAiLA,UA7KgB,CACd,OAAU,mBACV,SAAY,mBACZ,oBAAuB,+CACvB,SAAY,oBACZ,MAAS,cACT,UAAa,mBACb,qBAAwB,4BACxB,6BAAgC,wBAChC,oBAAuB,8DACvB,wBAA2B,cAC3B,kBAAqB,aACrB,uBAA0B,kCAC1B,mBAAsB,oBACtB,sBAAyB,eACzB,kBAAqB,2BACrB,MAAS,SACT,UAAa,OACb,UAAa,uBACb,SAAY,eACZ,SAAY,aACZ,WAAc,gBACd,SAAY,QACZ,gBAAmB,oBACnB,YAAe,gBACf,SAAY,gCACZ,QAAW,SACX,OAAU,QACV,SAAY,uBACZ,OAAU,OACV,YAAe,WACf,QAAW,eACX,cAAiB,oBACjB,wBAA2B,kCAC3B,WAAc,mBACd,mBAAoB,0BACpB,oBAAqB,sBACrB,kBAAmB,sBACnB,kBAAmB,0CACnB,yBAA0B,6BAC1B,oBAAqB,yBACrB,mBAAoB,yBACpB,+BAAgC,sDAChC,oBAAqB,uBACrB,oBAAqB,2CACrB,2BAA4B,8BAC5B,iCAAkC,8CAClC,sBAAuB,0BACvB,qBAAsB,0BACtB,oBAAqB,uBACrB,sBAAuB,8BACvB,4BAA6B,wCAC7B,kBAAmB,2BACnB,sBAAuB,qBACvB,uBAA0B,oEAC1B,eAAkB,uBAClB,gCAAiC,sDACjC,mBAAoB,6BACpB,0BAA2B,gCAC3B,cAAiB,SACjB,eAAkB,mBAClB,kBAAqB,uCACrB,kBAAqB,uCACrB,OAAU,sBACV,KAAQ,WACR,MAAS,eACT,GAAM,KACN,OAAU,SACV,QAAW,UACX,QAAW,cACX,QAAW,mBACX,WAAc,yBACd,QAAW,iBACX,aAAgB,eAChB,QAAW,eACX,kBAAqB,wBACrB,cAAiB,oBACjB,SAAY,aACZ,IAAO,YACP,YAAe,eACf,qBAAwB,4BACxB,mBAAsB,6BACtB,oBAAuB,wCACvB,iBAAoB,kCACpB,OAAU,QACV,WAAc,IACd,WAAc,yBACd,aAAgB,gBAChB,OAAU,iCACV,wBAA2B,wCAC3B,OAAU,aACV,UAAa,6PACb,UAAa,4FACb,UAAa,2IACb,gBAAmB,mDACnB,gBAAmB,yGACnB,iBAAoB,8BACpB,gBAAmB,wCACnB,YAAa,gCACb,YAAa,wCACb,SAAY,MACZ,cAAiB,aACjB,WAAc,kBACd,aAAgB,WAChB,YAAe,oBACf,uBAA0B,8CAC1B,wBAA2B,gBAC3B,oBAAuB,mCACvB,uBAA0B,sBAC1B,oBAAuB,kBACvB,uBAA0B,4BAC1B,wBAA2B,4BAC3B,mBAAsB,2CACtB,+BAAkC,mCAClC,8BAAiC,iCACjC,mBAAsB,qCACtB,sBAAyB,qDACzB,mBAAsB,2BACtB,oBAAuB,uGACvB,wBAA2B,uHAC3B,wBAA2B,6GAC3B,mBAAsB,mDACtB,0BAA6B,qDAC7B,2BAA8B,sDAC9B,sBAAyB,iDACzB,8BAAiC,yCACjC,+BAAkC,+CAClC,sCAAyC,2CACzC,gCAAmC,wDACnC,sCAAyC,sCACzC,6CAAgD,oGAChD,qCAAwC,iEACxC,+BAAkC,mEAClC,qCAAwC,qGACxC,wBAA2B,wDAC3B,cAAiB,+BACjB,uBAA0B,0DAC1B,kCAAqC,wGACrC,gCAAmC,uDACnC,wCAA2C,oFAC3C,gCAAmC,2EACnC,wCAA2C,wFAC3C,sCAAyC,oFACzC,kCAAqC,wFACrC,mCAAsC,8DACtC,8BAAiC,qFACjC,kCAAqC,uDACrC,8BAAiC,uEACjC,YAAe,cACf,eAAkB,cAClB,OAAU,kBACV,SAAY,eACZ,UAAa,mBACb,gBAAmB,gCACnB,gBAAmB,oCACnB,qBAAwB,4CACxB,KAAQ,WACR,OAAU,UACV,SAAY,QACZ,KAAQ,0BACR,0BAA6B,4CAC7B,gBAAmB,mCACnB,eAAkB,6BAClB,wBAA2B,4DAC3B,KAAQ,QACR,UAAa,qBACb,MAAS,cACT,sBAAyB,kCACzB,qBAAwB,4BACxB,WAAc,gBACd,OAAU,a","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/sk.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Uložiť\",\n \"doCancel\": \"Zrušiť\",\n \"doLogOutAllSessions\": \"Odhlásenie všetkých relácií\",\n \"doRemove\": \"Odstrániť\",\n \"doAdd\": \"Pridať\",\n \"doSignOut\": \"Odhlásiť\",\n \"editAccountHtmlTitle\": \"Upraviť účet\",\n \"federatedIdentitiesHtmlTitle\": \"Prepojená identita\",\n \"accountLogHtmlTitle\": \"Denník zmien užívateľských účtov\",\n \"changePasswordHtmlTitle\": \"Zmena hesla\",\n \"sessionsHtmlTitle\": \"Relácie\",\n \"accountManagementTitle\": \"Správa účtu Keycloak\",\n \"authenticatorTitle\": \"Autentifikátor\",\n \"applicationsHtmlTitle\": \"Aplikácie\",\n \"authenticatorCode\": \"Jednorázový kód\",\n \"email\": \"E-mail\",\n \"firstName\": \"Meno\",\n \"givenName\": \"Meno pri narodení\",\n \"fullName\": \"Celé meno\",\n \"lastName\": \"Priezvisko\",\n \"familyName\": \"Rodné meno\",\n \"password\": \"Heslo\",\n \"passwordConfirm\": \"Potrvrdenie hesla\",\n \"passwordNew\": \"Nové heslo\",\n \"username\": \"Meno používateľa\",\n \"address\": \"Adresa\",\n \"street\": \"Ulica\",\n \"locality\": \"Mesto alebo lokalita\",\n \"region\": \"Kraj\",\n \"postal_code\": \"PSČ\",\n \"country\": \"Štát\",\n \"emailVerified\": \"E-mail overený\",\n \"gssDelegationCredential\": \"GSS delegované oprávnenie\",\n \"role_admin\": \"Administrátor\",\n \"role_realm-admin\": \"Administrátor realmu\",\n \"role_create-realm\": \"Vytvoriť realm\",\n \"role_view-realm\": \"Zobraziť realm\",\n \"role_view-users\": \"Zobraziť používateľov\",\n \"role_view-applications\": \"Zobraziť aplikácie\",\n \"role_view-clients\": \"Zobraziť klientov\",\n \"role_view-events\": \"Zobraziť udalosti\",\n \"role_view-identity-providers\": \"Zobraziť klientov poskytovateľov identity\",\n \"role_manage-realm\": \"Spravovať realm\",\n \"role_manage-users\": \"Spravovať používateľov\",\n \"role_manage-applications\": \"Spravovať aplikácie\",\n \"role_manage-identity-providers\": \"Spravovať poskytovateľov identity\",\n \"role_manage-clients\": \"Spravovať klientov\",\n \"role_manage-events\": \"Spravovať udalosti\",\n \"role_view-profile\": \"Zobraziť profil\",\n \"role_manage-account\": \"Spravovať účet\",\n \"role_manage-account-links\": \"Spravovať odkazy na účet\",\n \"role_read-token\": \"Čítať token\",\n \"role_offline-access\": \"Offline prístup\",\n \"role_uma_authorization\": \"Autorizácia používateľom riadeného prístupu\",\n \"client_account\": \"Účet klienta\",\n \"client_security-admin-console\": \"Bezpečnostná administrátorská konzola\",\n \"client_admin-cli\": \"Spravovať CLI klienta\",\n \"client_realm-management\": \"Spravovať realmy klienta\",\n \"client_broker\": \"Broker\",\n \"requiredFields\": \"Povinné polia\",\n \"allFieldsRequired\": \"Všetky požadované polia\",\n \"backToApplication\": \"« Späť na aplikáciu\",\n \"backTo\": \"Späť na {0}\",\n \"date\": \"Dátum\",\n \"event\": \"Udalosť\",\n \"ip\": \"IP\",\n \"client\": \"Klient\",\n \"clients\": \"Klienti\",\n \"details\": \"Podrobnosti\",\n \"started\": \"Začíname\",\n \"lastAccess\": \"Posledný prístup\",\n \"expires\": \"Vyprší\",\n \"applications\": \"Aplikácie\",\n \"account\": \"Účet\",\n \"federatedIdentity\": \"Prepojená identita\",\n \"authenticator\": \"Autentifikátor\",\n \"sessions\": \"Relácie\",\n \"log\": \"Denník\",\n \"application\": \"Aplikácia\",\n \"availablePermissions\": \"Dostupné oprávnenia\",\n \"grantedPermissions\": \"Pridelené oprávnenia\",\n \"grantedPersonalInfo\": \"Poskytnuté osobné informácie\",\n \"additionalGrants\": \"Dodatočné oprávnenia\",\n \"action\": \"Akcia\",\n \"inResource\": \"v\",\n \"fullAccess\": \"Úplný prístup\",\n \"offlineToken\": \"Offline token\",\n \"revoke\": \"Zrušiť oprávnenie\",\n \"configureAuthenticators\": \"Nakonfigurované autentifikátory\",\n \"mobile\": \"Mobilný\",\n \"totpStep1\": \"Nainštalujte vo svojom zariadení FreeOTP alebo Google Authenticator. Obidve aplikácie sú k dispozícii v Google Play a Apple App Store.\",\n \"totpStep2\": \"Otvorte aplikáciu a naskenujte čiarový kód alebo zadajte kľúč.\",\n \"totpStep3\": \"Zadajte jednorazový kód poskytnutý aplikáciou a kliknutím na tlačidlo Uložiť dokončíte nastavenie.\",\n \"totpManualStep2\": \"Otvorte aplikáciu a zadajte kľúč\",\n \"totpManualStep3\": \"Použite nasledujúce hodnoty konfigurácie, ak aplikácia umožňuje ich nastavenie\",\n \"totpUnableToScan\": \"Nemožno skenovať?\",\n \"totpScanBarcode\": \"Skenovanie čiarového kódu?\",\n \"totp.totp\": \"Založené na čase\",\n \"totp.hotp\": \"Založené na počítadle\",\n \"totpType\": \"Typ\",\n \"totpAlgorithm\": \"Algoritmus\",\n \"totpDigits\": \"Číslica\",\n \"totpInterval\": \"Interval\",\n \"totpCounter\": \"Počítadlo\",\n \"missingUsernameMessage\": \"Zadajte používateľské meno.\",\n \"missingFirstNameMessage\": \"Zadajte meno.\",\n \"invalidEmailMessage\": \"Neplatná e-mailová adresa.\",\n \"missingLastNameMessage\": \"Zadajte priezvisko.\",\n \"missingEmailMessage\": \"Zadajte e-mail.\",\n \"missingPasswordMessage\": \"Zadajte heslo, prosím.\",\n \"notMatchPasswordMessage\": \"Heslá sa nezhodujú.\",\n \"missingTotpMessage\": \"Zadajte jednorazový kód, prosím\",\n \"invalidPasswordExistingMessage\": \"Neplatné existujúce heslo.\",\n \"invalidPasswordConfirmMessage\": \"Potvrdenie hesla sa nezhoduje.\",\n \"invalidTotpMessage\": \"Neplatný jednorazový kód.\",\n \"usernameExistsMessage\": \"Užívateľské meno už existuje.\",\n \"emailExistsMessage\": \"E-mail už existuje.\",\n \"readOnlyUserMessage\": \"Váš účet nemôžete aktualizovať, pretože je iba na čítanie.\",\n \"readOnlyUsernameMessage\": \"Nemôžete aktualizovať svoje používateľské meno, pretože je iba na čítanie.\",\n \"readOnlyPasswordMessage\": \"Heslo nemôžete aktualizovať, pretože váš účet je iba na čítanie.\",\n \"successTotpMessage\": \"Konfigurácia mobilného autentifikátora.\",\n \"successTotpRemovedMessage\": \"Mobilný autentifikátor bol odstránený.\",\n \"successGrantRevokedMessage\": \"Oprávnenie bolo úspešne zrušené.\",\n \"accountUpdatedMessage\": \"Váš účet bol aktualizovaný.\",\n \"accountPasswordUpdatedMessage\": \"Vaše heslo bolo aktualizované.\",\n \"missingIdentityProviderMessage\": \"Poskytovateľ identity nie je zadaný.\",\n \"invalidFederatedIdentityActionMessage\": \"Neplatná alebo chýbajúca akcia.\",\n \"identityProviderNotFoundMessage\": \"Zadaný poskytovateľ identity nenájdený.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Identita už nie je aktívna.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Nemôžete odstrániť poslednú spojenú identitu, pretože nemáte heslo.\",\n \"identityProviderRedirectErrorMessage\": \"Nepodarilo sa presmerovať na poskytovateľa identity.\",\n \"identityProviderRemovedMessage\": \"Poskytovateľ identity bol úspešne odstránený.\",\n \"identityProviderAlreadyLinkedMessage\": \"Spojená identita vrátená {0} je už prepojená s iným používateľom.\",\n \"staleCodeAccountMessage\": \"Platnosť vypršala. Skúste ešte raz.\",\n \"consentDenied\": \"Súhlas bol zamietnutý.\",\n \"accountDisabledMessage\": \"Účet je zakázaný, kontaktujte správcu.\",\n \"accountTemporarilyDisabledMessage\": \"Účet je dočasne zakázaný, kontaktujte administrátora alebo skúste neskôr.\",\n \"invalidPasswordMinLengthMessage\": \"Neplatné heslo: minimálna dĺžka {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Neplatné heslo: musí obsahovať minimálne {0} malé písmená.\",\n \"invalidPasswordMinDigitsMessage\": \"Neplatné heslo: musí obsahovať aspoň {0} číslic.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Neplatné heslo: musí obsahovať aspoň {0} veľké písmená.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Neplatné heslo: musí obsahovať aspoň {0} špeciálne znaky.\",\n \"invalidPasswordNotUsernameMessage\": \"Neplatné heslo: nesmie byť rovnaké ako používateľské meno.\",\n \"invalidPasswordRegexPatternMessage\": \"Neplatné heslo: nezodpovedá regulárnemu výrazu.\",\n \"invalidPasswordHistoryMessage\": \"Neplatné heslo: nesmie sa rovnať žiadnemu z posledných {0} hesiel.\",\n \"invalidPasswordBlacklistedMessage\": \"Neplatné heslo: heslo je na čiernej listine.\",\n \"invalidPasswordGenericMessage\": \"Neplatné heslo: nové heslo nezodpovedá pravidlám hesiel.\",\n \"myResources\": \"Moje Zdroje\",\n \"myResourcesSub\": \"Moje zdroje\",\n \"doDeny\": \"Zakázať\",\n \"doRevoke\": \"Odvolať\",\n \"doApprove\": \"Schváliť\",\n \"doRemoveSharing\": \"Odstránenie zdieľania\",\n \"doRemoveRequest\": \"Odstrániť požiadavku\",\n \"peopleAccessResource\": \"Ľudia s prístupom k tomuto zdroju\",\n \"name\": \"Názov\",\n \"scopes\": \"Rozsahy\",\n \"resource\": \"Zdroj\",\n \"user\": \"Používateľ\",\n \"peopleSharingThisResource\": \"Ľudia zdieľajúci tento zdroj\",\n \"shareWithOthers\": \"Zdieľať s ostatnými\",\n \"needMyApproval\": \"Potrebuje môj súhlas\",\n \"requestsWaitingApproval\": \"Vaše požiadavky čakajú na schválenie\",\n \"icon\": \"Ikona\",\n \"requestor\": \"Žiadateľ\",\n \"owner\": \"Vlastník\",\n \"resourcesSharedWithMe\": \"Zdroje zdieľané so mnou\",\n \"permissionRequestion\": \"Žiadosti o povolenie\",\n \"permission\": \"Oprávnenie\",\n \"shares\": \"podiel (y)\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8804.e81afc14.chunk.js b/resources/keycloak/keycloakify/static/js/8804.e81afc14.chunk.js new file mode 100644 index 00000000..0851a655 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8804.e81afc14.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[8804],{8804:function(e,a,i){i.r(a);a.default={doLogIn:"Iniciar sesi\xf3n",doRegister:"Reg\xedstrate",doCancel:"Cancelar",doSubmit:"Enviar",doYes:"S\xed",doNo:"No",doContinue:"Continuar",doAccept:"Aceptar",doDecline:"Declinar",doForgotPassword:"\xbfHas olvidado tu contrase\xf1a?",doClickHere:"Haz clic aqu\xed",doImpersonate:"Personificar",kerberosNotConfigured:"Kerberos no configurado",kerberosNotConfiguredTitle:"Kerberos no configurado",bypassKerberosDetail:"O bien no est\xe1s identificado mediante Kerberos o tu navegador no est\xe1 configurado para identificarse mediante Kerberos. Por favor haz clic para identificarte por otro medio.",kerberosNotSetUp:"Kerberos no est\xe1 configurado. No puedes identificarte.",registerWithTitle:"Reg\xedstrate con {0}",registerWithTitleHtml:"{0}",loginAccountTitle:"Acceder a tu cuenta",loginTitle:"Inicia sesi\xf3n en {0}",loginTitleHtml:"{0}",impersonateTitle:"{0}\xa0Personificar Usuario",impersonateTitleHtml:"{0} Personificar Usuario",realmChoice:"Dominio",unknownUser:"Usuario desconocido",loginTotpTitle:"Configura tu aplicaci\xf3n de identificaci\xf3n m\xf3vil",loginProfileTitle:"Actualiza la informaci\xf3n de tu cuenta",loginTimeout:"Has tardado demasiado en identificarte. Inicia de nuevo la identificaci\xf3n.",oauthGrantTitle:"Concesi\xf3n OAuth",oauthGrantTitleHtml:"{0}",errorTitle:"Lo sentimos...",errorTitleHtml:"Lo sentimos...",emailVerifyTitle:"Verificaci\xf3n del email",emailForgotTitle:"\xbfHas olvidado tu contrase\xf1a?",updatePasswordTitle:"Modificaci\xf3n de contrase\xf1a",codeSuccessTitle:"C\xf3digo de \xe9xito",codeErrorTitle:"C\xf3digo de error: {0}",termsTitle:"T\xe9rminos y Condiciones",termsTitleHtml:"T\xe9rminos y Condiciones",termsText:"

    T\xe9rmines y condiciones a definir

    ",recaptchaFailed:"Reconocimiento de texto inv\xe1lido",recaptchaNotConfigured:"El reconocimiento de texto es obligatorio pero no est\xe1 configurado",consentDenied:"Consentimiento rechazado.",noAccount:"\xbfUsuario nuevo?",username:"Usuario",usernameOrEmail:"Usuario o email",firstName:"Nombre",givenName:"Nombre de pila",fullName:"Nombre completo",lastName:"Apellidos",familyName:"Apellidos",email:"Email",password:"Contrase\xf1a",passwordConfirm:"Confirma la contrase\xf1a",passwordNew:"Nueva contrase\xf1a",passwordNewConfirm:"Confirma la nueva contrase\xf1a",rememberMe:"Seguir conectado",authenticatorCode:"C\xf3digo de identificaci\xf3n",address:"Direcci\xf3n",street:"Calle",locality:"Ciudad o Municipio",region:"Estado, Provincia, o Regi\xf3n",postal_code:"C\xf3digo Postal",country:"Pa\xeds",emailVerified:"Email verificado",gssDelegationCredential:"GSS Delegation Credential",loginTotpStep1:'Instala FreeOTP o Google Authenticator en tu tel\xe9fono m\xf3vil. Ambas aplicaciones est\xe1n disponibles en Google Play y en la App Store de Apple.',loginTotpStep2:"Abre la aplicaci\xf3n y escanea el c\xf3digo o introduce la clave.",loginTotpStep3:"Introduce el c\xf3digo \xfanico que te muestra la aplicaci\xf3n de autenticaci\xf3n y haz clic en Enviar para finalizar la configuraci\xf3n",loginOtpOneTime:"C\xf3digo de un solo uso",oauthGrantRequest:"\xbfQuieres permitir estos privilegios de acceso?",inResource:"en",emailVerifyInstruction1:"Te hemos enviado un email con instrucciones para verificar tu email.",emailVerifyInstruction2:"\xbfNo has recibido un c\xf3digo de verificaci\xf3n en tu email?",emailVerifyInstruction3:"para reenviar el email.",backToLogin:"« Volver a la identificaci\xf3n",emailInstruction:"Indica tu usuario o email y te enviaremos instrucciones indicando c\xf3mo generar una nueva contrase\xf1a.",copyCodeInstruction:"Por favor, copia y pega este c\xf3digo en tu aplicaci\xf3n:",personalInfo:"Informaci\xf3n personal:",role_admin:"Admin","role_realm-admin":"Administrador del dominio","role_create-realm":"Crear dominio","role_create-client":"Crear cliente","role_view-realm":"Ver dominio","role_view-users":"Ver usuarios","role_view-applications":"Ver aplicaciones","role_view-clients":"Ver clientes","role_view-events":"Ver eventos","role_view-identity-providers":"Ver proveedores de identidad","role_manage-realm":"Gestionar dominio","role_manage-users":"Gestionar usuarios","role_manage-applications":"Gestionar aplicaciones","role_manage-identity-providers":"Gestionar proveedores de identidad","role_manage-clients":"Gestionar clientes","role_manage-events":"Gestionar eventos","role_view-profile":"Ver perfil","role_manage-account":"Gestionar cuenta","role_read-token":"Leer token","role_offline-access":"Acceso sin conexi\xf3n",client_account:"Cuenta","client_security-admin-console":"Consola de Administraci\xf3n de Seguridad","client_realm-management":"Gesti\xf3n del dominio",client_broker:"Broker",invalidUserMessage:"Usuario o contrase\xf1a incorrectos.",invalidEmailMessage:"Email no v\xe1lido",accountDisabledMessage:"La cuenta est\xe1 desactivada, contacta con el administrador.",accountTemporarilyDisabledMessage:"La cuenta est\xe1 temporalmente desactivada, contacta con el administrador o int\xe9ntalo de nuevo m\xe1s tarde.",expiredCodeMessage:"Se agot\xf3 el tiempo m\xe1ximo para la identificaci\xf3n. Por favor identificate de nuevo.",missingFirstNameMessage:"Por favor indica tu nombre.",missingLastNameMessage:"Por favor indica tus apellidos.",missingEmailMessage:"Por favor indica tu email.",missingUsernameMessage:"Por favor indica tu usuario.",missingPasswordMessage:"Por favor indica tu contrase\xf1a.",missingTotpMessage:"Por favor indica tu c\xf3digo de autenticaci\xf3n",notMatchPasswordMessage:"Las contrase\xf1as no coinciden.",invalidPasswordExistingMessage:"La contrase\xf1a actual no es correcta.",invalidPasswordConfirmMessage:"La confirmaci\xf3n de contrase\xf1a no coincide.",invalidTotpMessage:"El c\xf3digo de autenticaci\xf3n no es v\xe1lido.",usernameExistsMessage:"El nombre de usuario ya existe",emailExistsMessage:"El email ya existe",federatedIdentityEmailExistsMessage:"Ya existe un usuario con este email. Por favor accede a la gesti\xf3n de tu cuenta para enlazarlo.",federatedIdentityUsernameExistsMessage:"Ya existe un usuario con este nombre de usuario. Por favor accede a la gesti\xf3n de tu cuenta para enlazarlo.",configureTotpMessage:"Tienes que configurar la aplicaci\xf3n m\xf3vil de identificaci\xf3n para activar tu cuenta.",updateProfileMessage:"Tienes que actualizar tu perfil de usuario para activar tu cuenta.",updatePasswordMessage:"Tienes que cambiar tu contrase\xf1a para activar tu cuenta.",verifyEmailMessage:"Tienes que verificar tu email para activar tu cuenta.",emailSentMessage:"En breve deber\xedas recibir un mensaje con m\xe1s instrucciones",emailSendErrorMessage:"Fall\xf3 el env\xedo del email, por favor int\xe9ntalo de nuevo m\xe1s tarde.",accountUpdatedMessage:"Tu cuenta se ha actualizado.",accountPasswordUpdatedMessage:"Tu contrase\xf1a se ha actualizado.",noAccessMessage:"Sin acceso",invalidPasswordMinLengthMessage:"Contrase\xf1a incorrecta: longitud m\xednima {0}.",invalidPasswordMinDigitsMessage:"Contrase\xf1a incorrecta: debe contaner al menos {0} caracteres num\xe9ricos.",invalidPasswordMinLowerCaseCharsMessage:"Contrase\xf1a incorrecta: debe contener al menos {0} letras min\xfasculas.",invalidPasswordMinUpperCaseCharsMessage:"Contrase\xf1a incorrecta: debe contener al menos {0} letras may\xfasculas.",invalidPasswordMinSpecialCharsMessage:"Contrase\xf1a incorrecta: debe contener al menos {0} caracteres especiales.",invalidPasswordNotUsernameMessage:"Contrase\xf1a incorrecta: no puede ser igual al nombre de usuario.",invalidPasswordRegexPatternMessage:"Contrase\xf1a incorrecta: no cumple la expresi\xf3n regular.",invalidPasswordHistoryMessage:"Contrase\xf1a incorrecta: no puede ser igual a ninguna de las \xfaltimas {0} contrase\xf1as.",failedToProcessResponseMessage:"Fallo al procesar la respuesta",httpsRequiredMessage:"HTTPS obligatorio",realmNotEnabledMessage:"El dominio no est\xe1 activado",invalidRequestMessage:"Petici\xf3n incorrecta",failedLogout:"Fall\xf3 la desconexi\xf3n.",unknownLoginRequesterMessage:"Solicitante de identificaci\xf3n desconocido",loginRequesterNotEnabledMessage:"El solicitante de inicio de sesi\xf3n est\xe1 desactivado",bearerOnlyMessage:"Las aplicaciones Bearer-only no pueden iniciar sesi\xf3n desde el navegador.",directGrantsOnlyMessage:"Los clientes de tipo Direct-grants-only no pueden iniciar sesi\xf3n desde el navegador.",invalidRedirectUriMessage:"La URI de redirecci\xf3n no es correcta",unsupportedNameIdFormatMessage:"NameIDFormat no soportado",invalidRequesterMessage:"Solicitante no v\xe1lido",registrationNotAllowedMessage:"El registro no est\xe1 permitido",resetCredentialNotAllowedMessage:"El reinicio de las credenciales no est\xe1 permitido",permissionNotApprovedMessage:"Permiso no aprobado.",noRelayStateInResponseMessage:"Sin estado de retransmisi\xf3n en la respuesta del proveedor de identidad.",identityProviderAlreadyLinkedMessage:"La identidad devuelta por el proveedor de identidad ya est\xe1 asociada a otro usuario.",insufficientPermissionMessage:"Permisos insuficientes para enlazar identidades.",couldNotProceedWithAuthenticationRequestMessage:"No se pudo continuar con la petici\xf3n de autenticaci\xf3n al proveedor de identidad.",couldNotObtainTokenMessage:".No se pudo obtener el c\xf3digo del proveedor de identidad",unexpectedErrorRetrievingTokenMessage:"Error inesperado obteniendo el token del proveedor de identidad",unexpectedErrorHandlingResponseMessage:"Error inesperado procesando la respuesta del proveedor de identidad.",identityProviderAuthenticationFailedMessage:"Fall\xf3 la autenticaci\xf3n. No fue posible autenticarse en el proveedor de identidad.",couldNotSendAuthenticationRequestMessage:"No se pudo enviar la petici\xf3n de identificaci\xf3n al proveedor de identidad.",unexpectedErrorHandlingRequestMessage:"Error inesperado durante la petici\xf3n de identificaci\xf3n al proveedor de identidad.",invalidAccessCodeMessage:"C\xf3digo de acceso no v\xe1lido.",sessionNotActiveMessage:"La sesi\xf3n no est\xe1 activa",invalidCodeMessage:"Ha ocurrido un error, por favor identificate de nuevo desde tu aplicaci\xf3n.",identityProviderUnexpectedErrorMessage:"Error no esperado intentado autenticar en el proveedor de identidad.",identityProviderNotFoundMessage:"No se encontr\xf3 un proveedor de identidad.",realmSupportsNoCredentialsMessage:"El dominio no soporta ning\xfan tipo de credenciales.",identityProviderNotUniqueMessage:"El dominio soporta m\xfaltiples proveedores de identidad. No se pudo determinar el proveedor de identidad que deber\xeda ser utilizado para identificarse.",emailVerifiedMessage:"Tu email ha sido verificado.",backToApplication:"« Volver a la aplicaci\xf3n",missingParameterMessage:"Par\xe1metros que faltan: {0}",clientNotFoundMessage:"Cliente no encontrado",invalidParameterMessage:"Par\xe1metro no v\xe1lido: {0}",alreadyLoggedIn:"You are already logged in."}}}]); +//# sourceMappingURL=8804.e81afc14.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8804.e81afc14.chunk.js.map b/resources/keycloak/keycloakify/static/js/8804.e81afc14.chunk.js.map new file mode 100644 index 00000000..c91fb243 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8804.e81afc14.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/8804.e81afc14.chunk.js","mappings":"uIAwLA,UApLgB,CACd,QAAW,oBACX,WAAc,gBACd,SAAY,WACZ,SAAY,SACZ,MAAS,QACT,KAAQ,KACR,WAAc,YACd,SAAY,UACZ,UAAa,WACb,iBAAoB,qCACpB,YAAe,mBACf,cAAiB,eACjB,sBAAyB,0BACzB,2BAA8B,0BAC9B,qBAAwB,sLACxB,iBAAoB,4DACpB,kBAAqB,wBACrB,sBAAyB,MACzB,kBAAqB,sBACrB,WAAc,0BACd,eAAkB,MAClB,iBAAoB,8BACpB,qBAAwB,4CACxB,YAAe,UACf,YAAe,sBACf,eAAkB,2DAClB,kBAAqB,2CACrB,aAAgB,gFAChB,gBAAmB,qBACnB,oBAAuB,MACvB,WAAc,iBACd,eAAkB,kCAClB,iBAAoB,4BACpB,iBAAoB,qCACpB,oBAAuB,mCACvB,iBAAoB,wBACpB,eAAkB,0BAClB,WAAc,4BACd,eAAkB,4BAClB,UAAa,6CACb,gBAAmB,sCACnB,uBAA0B,wEAC1B,cAAiB,4BACjB,UAAa,qBACb,SAAY,UACZ,gBAAmB,kBACnB,UAAa,SACb,UAAa,iBACb,SAAY,kBACZ,SAAY,YACZ,WAAc,YACd,MAAS,QACT,SAAY,gBACZ,gBAAmB,4BACnB,YAAe,sBACf,mBAAsB,kCACtB,WAAc,mBACd,kBAAqB,iCACrB,QAAW,eACX,OAAU,QACV,SAAY,qBACZ,OAAU,iCACV,YAAe,mBACf,QAAW,UACX,cAAiB,mBACjB,wBAA2B,4BAC3B,eAAkB,uPAClB,eAAkB,qEAClB,eAAkB,8IAClB,gBAAmB,2BACnB,kBAAqB,oDACrB,WAAc,KACd,wBAA2B,uEAC3B,wBAA2B,mEAC3B,wBAA2B,0BAC3B,YAAe,wCACf,iBAAoB,6GACpB,oBAAuB,8DACvB,aAAgB,2BAChB,WAAc,QACd,mBAAoB,4BACpB,oBAAqB,gBACrB,qBAAsB,gBACtB,kBAAmB,cACnB,kBAAmB,eACnB,yBAA0B,mBAC1B,oBAAqB,eACrB,mBAAoB,cACpB,+BAAgC,+BAChC,oBAAqB,oBACrB,oBAAqB,qBACrB,2BAA4B,yBAC5B,iCAAkC,qCAClC,sBAAuB,qBACvB,qBAAsB,oBACtB,oBAAqB,aACrB,sBAAuB,mBACvB,kBAAmB,aACnB,sBAAuB,yBACvB,eAAkB,SAClB,gCAAiC,4CACjC,0BAA2B,yBAC3B,cAAiB,SACjB,mBAAsB,uCACtB,oBAAuB,qBACvB,uBAA0B,gEAC1B,kCAAqC,mHACrC,mBAAsB,8FACtB,wBAA2B,8BAC3B,uBAA0B,kCAC1B,oBAAuB,6BACvB,uBAA0B,+BAC1B,uBAA0B,qCAC1B,mBAAsB,oDACtB,wBAA2B,mCAC3B,+BAAkC,0CAClC,8BAAiC,mDACjC,mBAAsB,oDACtB,sBAAyB,iCACzB,mBAAsB,qBACtB,oCAAuC,qGACvC,uCAA0C,iHAC1C,qBAAwB,+FACxB,qBAAwB,qEACxB,sBAAyB,8DACzB,mBAAsB,wDACtB,iBAAoB,mEACpB,sBAAyB,gFACzB,sBAAyB,+BACzB,8BAAiC,sCACjC,gBAAmB,aACnB,gCAAmC,oDACnC,gCAAmC,gFACnC,wCAA2C,6EAC3C,wCAA2C,6EAC3C,sCAAyC,8EACzC,kCAAqC,qEACrC,mCAAsC,+DACtC,8BAAiC,+FACjC,+BAAkC,iCAClC,qBAAwB,oBACxB,uBAA0B,iCAC1B,sBAAyB,yBACzB,aAAgB,8BAChB,6BAAgC,+CAChC,gCAAmC,4DACnC,kBAAqB,+EACrB,wBAA2B,0FAC3B,0BAA6B,0CAC7B,+BAAkC,4BAClC,wBAA2B,2BAC3B,8BAAiC,mCACjC,iCAAoC,uDACpC,6BAAgC,uBAChC,8BAAiC,6EACjC,qCAAwC,0FACxC,8BAAiC,mDACjC,gDAAmD,yFACnD,2BAA8B,8DAC9B,sCAAyC,kEACzC,uCAA0C,uEAC1C,4CAA+C,0FAC/C,yCAA4C,mFAC5C,sCAAyC,0FACzC,yBAA4B,oCAC5B,wBAA2B,iCAC3B,mBAAsB,gFACtB,uCAA0C,uEAC1C,gCAAmC,+CACnC,kCAAqC,wDACrC,iCAAoC,6JACpC,qBAAwB,+BACxB,kBAAqB,oCACrB,wBAA2B,gCAC3B,sBAAyB,wBACzB,wBAA2B,iCAC3B,gBAAmB,6B","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/es.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Iniciar sesión\",\n \"doRegister\": \"Regístrate\",\n \"doCancel\": \"Cancelar\",\n \"doSubmit\": \"Enviar\",\n \"doYes\": \"Sí\",\n \"doNo\": \"No\",\n \"doContinue\": \"Continuar\",\n \"doAccept\": \"Aceptar\",\n \"doDecline\": \"Declinar\",\n \"doForgotPassword\": \"¿Has olvidado tu contraseña?\",\n \"doClickHere\": \"Haz clic aquí\",\n \"doImpersonate\": \"Personificar\",\n \"kerberosNotConfigured\": \"Kerberos no configurado\",\n \"kerberosNotConfiguredTitle\": \"Kerberos no configurado\",\n \"bypassKerberosDetail\": \"O bien no estás identificado mediante Kerberos o tu navegador no está configurado para identificarse mediante Kerberos. Por favor haz clic para identificarte por otro medio.\",\n \"kerberosNotSetUp\": \"Kerberos no está configurado. No puedes identificarte.\",\n \"registerWithTitle\": \"Regístrate con {0}\",\n \"registerWithTitleHtml\": \"{0}\",\n \"loginAccountTitle\": \"Acceder a tu cuenta\",\n \"loginTitle\": \"Inicia sesión en {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Personificar Usuario\",\n \"impersonateTitleHtml\": \"{0} Personificar Usuario\",\n \"realmChoice\": \"Dominio\",\n \"unknownUser\": \"Usuario desconocido\",\n \"loginTotpTitle\": \"Configura tu aplicación de identificación móvil\",\n \"loginProfileTitle\": \"Actualiza la información de tu cuenta\",\n \"loginTimeout\": \"Has tardado demasiado en identificarte. Inicia de nuevo la identificación.\",\n \"oauthGrantTitle\": \"Concesión OAuth\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Lo sentimos...\",\n \"errorTitleHtml\": \"Lo sentimos...\",\n \"emailVerifyTitle\": \"Verificación del email\",\n \"emailForgotTitle\": \"¿Has olvidado tu contraseña?\",\n \"updatePasswordTitle\": \"Modificación de contraseña\",\n \"codeSuccessTitle\": \"Código de éxito\",\n \"codeErrorTitle\": \"Código de error: {0}\",\n \"termsTitle\": \"Términos y Condiciones\",\n \"termsTitleHtml\": \"Términos y Condiciones\",\n \"termsText\": \"

    Términes y condiciones a definir

    \",\n \"recaptchaFailed\": \"Reconocimiento de texto inválido\",\n \"recaptchaNotConfigured\": \"El reconocimiento de texto es obligatorio pero no está configurado\",\n \"consentDenied\": \"Consentimiento rechazado.\",\n \"noAccount\": \"¿Usuario nuevo?\",\n \"username\": \"Usuario\",\n \"usernameOrEmail\": \"Usuario o email\",\n \"firstName\": \"Nombre\",\n \"givenName\": \"Nombre de pila\",\n \"fullName\": \"Nombre completo\",\n \"lastName\": \"Apellidos\",\n \"familyName\": \"Apellidos\",\n \"email\": \"Email\",\n \"password\": \"Contraseña\",\n \"passwordConfirm\": \"Confirma la contraseña\",\n \"passwordNew\": \"Nueva contraseña\",\n \"passwordNewConfirm\": \"Confirma la nueva contraseña\",\n \"rememberMe\": \"Seguir conectado\",\n \"authenticatorCode\": \"Código de identificación\",\n \"address\": \"Dirección\",\n \"street\": \"Calle\",\n \"locality\": \"Ciudad o Municipio\",\n \"region\": \"Estado, Provincia, o Región\",\n \"postal_code\": \"Código Postal\",\n \"country\": \"País\",\n \"emailVerified\": \"Email verificado\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"loginTotpStep1\": \"Instala FreeOTP o Google Authenticator en tu teléfono móvil. Ambas aplicaciones están disponibles en Google Play y en la App Store de Apple.\",\n \"loginTotpStep2\": \"Abre la aplicación y escanea el código o introduce la clave.\",\n \"loginTotpStep3\": \"Introduce el código único que te muestra la aplicación de autenticación y haz clic en Enviar para finalizar la configuración\",\n \"loginOtpOneTime\": \"Código de un solo uso\",\n \"oauthGrantRequest\": \"¿Quieres permitir estos privilegios de acceso?\",\n \"inResource\": \"en\",\n \"emailVerifyInstruction1\": \"Te hemos enviado un email con instrucciones para verificar tu email.\",\n \"emailVerifyInstruction2\": \"¿No has recibido un código de verificación en tu email?\",\n \"emailVerifyInstruction3\": \"para reenviar el email.\",\n \"backToLogin\": \"« Volver a la identificación\",\n \"emailInstruction\": \"Indica tu usuario o email y te enviaremos instrucciones indicando cómo generar una nueva contraseña.\",\n \"copyCodeInstruction\": \"Por favor, copia y pega este código en tu aplicación:\",\n \"personalInfo\": \"Información personal:\",\n \"role_admin\": \"Admin\",\n \"role_realm-admin\": \"Administrador del dominio\",\n \"role_create-realm\": \"Crear dominio\",\n \"role_create-client\": \"Crear cliente\",\n \"role_view-realm\": \"Ver dominio\",\n \"role_view-users\": \"Ver usuarios\",\n \"role_view-applications\": \"Ver aplicaciones\",\n \"role_view-clients\": \"Ver clientes\",\n \"role_view-events\": \"Ver eventos\",\n \"role_view-identity-providers\": \"Ver proveedores de identidad\",\n \"role_manage-realm\": \"Gestionar dominio\",\n \"role_manage-users\": \"Gestionar usuarios\",\n \"role_manage-applications\": \"Gestionar aplicaciones\",\n \"role_manage-identity-providers\": \"Gestionar proveedores de identidad\",\n \"role_manage-clients\": \"Gestionar clientes\",\n \"role_manage-events\": \"Gestionar eventos\",\n \"role_view-profile\": \"Ver perfil\",\n \"role_manage-account\": \"Gestionar cuenta\",\n \"role_read-token\": \"Leer token\",\n \"role_offline-access\": \"Acceso sin conexión\",\n \"client_account\": \"Cuenta\",\n \"client_security-admin-console\": \"Consola de Administración de Seguridad\",\n \"client_realm-management\": \"Gestión del dominio\",\n \"client_broker\": \"Broker\",\n \"invalidUserMessage\": \"Usuario o contraseña incorrectos.\",\n \"invalidEmailMessage\": \"Email no válido\",\n \"accountDisabledMessage\": \"La cuenta está desactivada, contacta con el administrador.\",\n \"accountTemporarilyDisabledMessage\": \"La cuenta está temporalmente desactivada, contacta con el administrador o inténtalo de nuevo más tarde.\",\n \"expiredCodeMessage\": \"Se agotó el tiempo máximo para la identificación. Por favor identificate de nuevo.\",\n \"missingFirstNameMessage\": \"Por favor indica tu nombre.\",\n \"missingLastNameMessage\": \"Por favor indica tus apellidos.\",\n \"missingEmailMessage\": \"Por favor indica tu email.\",\n \"missingUsernameMessage\": \"Por favor indica tu usuario.\",\n \"missingPasswordMessage\": \"Por favor indica tu contraseña.\",\n \"missingTotpMessage\": \"Por favor indica tu código de autenticación\",\n \"notMatchPasswordMessage\": \"Las contraseñas no coinciden.\",\n \"invalidPasswordExistingMessage\": \"La contraseña actual no es correcta.\",\n \"invalidPasswordConfirmMessage\": \"La confirmación de contraseña no coincide.\",\n \"invalidTotpMessage\": \"El código de autenticación no es válido.\",\n \"usernameExistsMessage\": \"El nombre de usuario ya existe\",\n \"emailExistsMessage\": \"El email ya existe\",\n \"federatedIdentityEmailExistsMessage\": \"Ya existe un usuario con este email. Por favor accede a la gestión de tu cuenta para enlazarlo.\",\n \"federatedIdentityUsernameExistsMessage\": \"Ya existe un usuario con este nombre de usuario. Por favor accede a la gestión de tu cuenta para enlazarlo.\",\n \"configureTotpMessage\": \"Tienes que configurar la aplicación móvil de identificación para activar tu cuenta.\",\n \"updateProfileMessage\": \"Tienes que actualizar tu perfil de usuario para activar tu cuenta.\",\n \"updatePasswordMessage\": \"Tienes que cambiar tu contraseña para activar tu cuenta.\",\n \"verifyEmailMessage\": \"Tienes que verificar tu email para activar tu cuenta.\",\n \"emailSentMessage\": \"En breve deberías recibir un mensaje con más instrucciones\",\n \"emailSendErrorMessage\": \"Falló el envío del email, por favor inténtalo de nuevo más tarde.\",\n \"accountUpdatedMessage\": \"Tu cuenta se ha actualizado.\",\n \"accountPasswordUpdatedMessage\": \"Tu contraseña se ha actualizado.\",\n \"noAccessMessage\": \"Sin acceso\",\n \"invalidPasswordMinLengthMessage\": \"Contraseña incorrecta: longitud mínima {0}.\",\n \"invalidPasswordMinDigitsMessage\": \"Contraseña incorrecta: debe contaner al menos {0} caracteres numéricos.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Contraseña incorrecta: debe contener al menos {0} letras minúsculas.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Contraseña incorrecta: debe contener al menos {0} letras mayúsculas.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Contraseña incorrecta: debe contener al menos {0} caracteres especiales.\",\n \"invalidPasswordNotUsernameMessage\": \"Contraseña incorrecta: no puede ser igual al nombre de usuario.\",\n \"invalidPasswordRegexPatternMessage\": \"Contraseña incorrecta: no cumple la expresión regular.\",\n \"invalidPasswordHistoryMessage\": \"Contraseña incorrecta: no puede ser igual a ninguna de las últimas {0} contraseñas.\",\n \"failedToProcessResponseMessage\": \"Fallo al procesar la respuesta\",\n \"httpsRequiredMessage\": \"HTTPS obligatorio\",\n \"realmNotEnabledMessage\": \"El dominio no está activado\",\n \"invalidRequestMessage\": \"Petición incorrecta\",\n \"failedLogout\": \"Falló la desconexión.\",\n \"unknownLoginRequesterMessage\": \"Solicitante de identificación desconocido\",\n \"loginRequesterNotEnabledMessage\": \"El solicitante de inicio de sesión está desactivado\",\n \"bearerOnlyMessage\": \"Las aplicaciones Bearer-only no pueden iniciar sesión desde el navegador.\",\n \"directGrantsOnlyMessage\": \"Los clientes de tipo Direct-grants-only no pueden iniciar sesión desde el navegador.\",\n \"invalidRedirectUriMessage\": \"La URI de redirección no es correcta\",\n \"unsupportedNameIdFormatMessage\": \"NameIDFormat no soportado\",\n \"invalidRequesterMessage\": \"Solicitante no válido\",\n \"registrationNotAllowedMessage\": \"El registro no está permitido\",\n \"resetCredentialNotAllowedMessage\": \"El reinicio de las credenciales no está permitido\",\n \"permissionNotApprovedMessage\": \"Permiso no aprobado.\",\n \"noRelayStateInResponseMessage\": \"Sin estado de retransmisión en la respuesta del proveedor de identidad.\",\n \"identityProviderAlreadyLinkedMessage\": \"La identidad devuelta por el proveedor de identidad ya está asociada a otro usuario.\",\n \"insufficientPermissionMessage\": \"Permisos insuficientes para enlazar identidades.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"No se pudo continuar con la petición de autenticación al proveedor de identidad.\",\n \"couldNotObtainTokenMessage\": \".No se pudo obtener el código del proveedor de identidad\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Error inesperado obteniendo el token del proveedor de identidad\",\n \"unexpectedErrorHandlingResponseMessage\": \"Error inesperado procesando la respuesta del proveedor de identidad.\",\n \"identityProviderAuthenticationFailedMessage\": \"Falló la autenticación. No fue posible autenticarse en el proveedor de identidad.\",\n \"couldNotSendAuthenticationRequestMessage\": \"No se pudo enviar la petición de identificación al proveedor de identidad.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Error inesperado durante la petición de identificación al proveedor de identidad.\",\n \"invalidAccessCodeMessage\": \"Código de acceso no válido.\",\n \"sessionNotActiveMessage\": \"La sesión no está activa\",\n \"invalidCodeMessage\": \"Ha ocurrido un error, por favor identificate de nuevo desde tu aplicación.\",\n \"identityProviderUnexpectedErrorMessage\": \"Error no esperado intentado autenticar en el proveedor de identidad.\",\n \"identityProviderNotFoundMessage\": \"No se encontró un proveedor de identidad.\",\n \"realmSupportsNoCredentialsMessage\": \"El dominio no soporta ningún tipo de credenciales.\",\n \"identityProviderNotUniqueMessage\": \"El dominio soporta múltiples proveedores de identidad. No se pudo determinar el proveedor de identidad que debería ser utilizado para identificarse.\",\n \"emailVerifiedMessage\": \"Tu email ha sido verificado.\",\n \"backToApplication\": \"« Volver a la aplicación\",\n \"missingParameterMessage\": \"Parámetros que faltan: {0}\",\n \"clientNotFoundMessage\": \"Cliente no encontrado\",\n \"invalidParameterMessage\": \"Parámetro no válido: {0}\",\n \"alreadyLoggedIn\": \"You are already logged in.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8817.a63408ee.chunk.js b/resources/keycloak/keycloakify/static/js/8817.a63408ee.chunk.js new file mode 100644 index 00000000..ef57484d --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8817.a63408ee.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[8817],{8817:function(e,s,i){i.r(s);s.default={doLogIn:"\u0412\u0445\u043e\u0434",doRegister:"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f",doCancel:"\u041e\u0442\u043c\u0435\u043d\u0430",doSubmit:"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c",doYes:"\u0414\u0430",doNo:"\u041d\u0435\u0442",doContinue:"\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c",doAccept:"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c",doDecline:"\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c",doForgotPassword:"\u0417\u0430\u0431\u044b\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c?",doClickHere:"\u041d\u0430\u0436\u043c\u0438\u0442\u0435 \u0441\u044e\u0434\u0430",doImpersonate:"\u0418\u043c\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f",kerberosNotConfigured:"Kerberos \u043d\u0435 \u0441\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d",kerberosNotConfiguredTitle:"Kerberos \u043d\u0435 \u0441\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d",bypassKerberosDetail:"\u041b\u0438\u0431\u043e \u0432\u044b \u043d\u0435 \u0432\u043e\u0448\u043b\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e Kerberos, \u043b\u0438\u0431\u043e \u0432\u0430\u0448 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u043d\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 Kerberos. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 '\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c' \u0434\u043b\u044f \u0432\u0445\u043e\u0434\u0430 \u0432 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0440\u0435\u0434\u0441\u0442\u0432",kerberosNotSetUp:"Kerberos \u043d\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d. \u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043e\u0439\u0442\u0438.",registerWithTitle:"\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0441 {0}",registerWithTitleHtml:"{0}",loginTitle:"\u0412\u0445\u043e\u0434 {0}",loginTitleHtml:"{0}",impersonateTitle:"{0} \u0418\u043c\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",impersonateTitleHtml:"{0} \u0418\u043c\u043f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",realmChoice:"Realm",unknownUser:"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c",loginTotpTitle:"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430",loginProfileTitle:"\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438",loginTimeout:"\u0412\u044b \u0441\u043b\u0438\u0448\u043a\u043e\u043c \u0434\u043e\u043b\u0433\u043e \u0431\u0435\u0437\u0434\u0435\u0439\u0441\u0442\u0432\u043e\u0432\u0430\u043b\u0438. \u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u043d\u0430\u0447\u043d\u0435\u0442\u0441\u044f \u0441 \u043d\u0430\u0447\u0430\u043b\u0430.",oauthGrantTitle:"\u0421\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u0442\u044c \u0434\u043e\u0441\u0442\u0443\u043f",oauthGrantTitleHtml:"{0}",errorTitle:"\u041c\u044b \u0441\u043e\u0436\u0430\u043b\u0435\u0435\u043c...",errorTitleHtml:"\u041c\u044b \u0441\u043e\u0436\u0430\u043b\u0435\u0435\u043c ...",emailVerifyTitle:"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u0430\u0434\u0440\u0435\u0441\u0430 E-mail",emailForgotTitle:"\u0417\u0430\u0431\u044b\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c?",updatePasswordTitle:"\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",codeSuccessTitle:"\u0423\u0441\u043f\u0435\u0448\u043d\u044b\u0439 \u043a\u043e\u0434",codeErrorTitle:"\u041e\u0448\u0438\u0431\u043e\u0447\u043d\u044b\u0439 \u043a\u043e\u0434: {0}",pageNotFound:"\u0421\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430",termsTitle:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f",termsTitleHtml:"\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f",termsText:"

    \u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0438 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u044b

    ",recaptchaFailed:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u0430\u044f Recaptcha",recaptchaNotConfigured:"Recaptcha \u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f, \u043d\u043e \u043d\u0435 \u0441\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0430",consentDenied:"\u0412 \u0441\u043e\u0433\u043b\u0430\u0441\u043e\u0432\u0430\u043d\u0438\u0438 \u043e\u0442\u043a\u0430\u0437\u0430\u043d\u043e.","saml.post-form.title":"\u041f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438","saml.post-form.message":"\u041f\u0435\u0440\u0435\u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u043f\u043e\u0434\u043e\u0436\u0434\u0438\u0442\u0435.",noAccount:"\u041d\u043e\u0432\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c?",username:"\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f",usernameOrEmail:"\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 E-mail",firstName:"\u0418\u043c\u044f",givenName:"\u0412\u044b\u0434\u0430\u043d\u043d\u043e\u0435 \u0438\u043c\u044f",fullName:"\u041f\u043e\u043b\u043d\u043e\u0435 \u0438\u043c\u044f",lastName:"\u0424\u0430\u043c\u0438\u043b\u0438\u044f",familyName:"\u0424\u0430\u043c\u0438\u043b\u0438\u044f",email:"E-mail",password:"\u041f\u0430\u0440\u043e\u043b\u044c",passwordConfirm:"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f",passwordNew:"\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c",passwordNewConfirm:"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0430\u0440\u043e\u043b\u044f",rememberMe:"\u0417\u0430\u043f\u043e\u043c\u043d\u0438\u0442\u044c \u043c\u0435\u043d\u044f",authenticatorCode:"\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043a\u043e\u0434",address:"\u0410\u0434\u0440\u0435\u0441",street:"\u0423\u043b\u0438\u0446\u0430",locality:"\u0413\u043e\u0440\u043e\u0434",region:"\u0420\u0435\u0433\u0438\u043e\u043d",postal_code:"\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441",country:"\u0421\u0442\u0440\u0430\u043d\u0430",emailVerified:"E-mail \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d",gssDelegationCredential:"\u0414\u0435\u043b\u0435\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 GSS",logoutOtherSessions:"\u0412\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0432\u044b\u0445\u043e\u0434 \u043d\u0430 \u0434\u0440\u0443\u0433\u0438\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u0445",loginAccountTitle:"\u0412\u0445\u043e\u0434 \u0432 \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c",loginTotpStep1:"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u0435 \u043e\u0434\u043d\u043e \u0438\u0437 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439 \u043d\u0430 \u0432\u0430\u0448 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0442\u0435\u043b\u0435\u0444\u043e\u043d:",loginTotpStep2:"\u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438 \u043f\u0440\u043e\u0441\u043a\u0430\u043d\u0438\u0440\u0443\u0439\u0442\u0435 QR-\u043a\u043e\u0434:",loginTotpStep3:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043a\u043e\u0434, \u0432\u044b\u0434\u0430\u043d\u043d\u044b\u0439 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435\u043c, \u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0434\u043b\u044f \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438.",loginTotpManualStep2:"\u041e\u0442\u043a\u0440\u043e\u0439\u0442\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043b\u044e\u0447:",loginTotpManualStep3:"\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u0435\u0441\u043b\u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0438\u0445 \u0443\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0442\u044c:",loginTotpStep3DeviceName:"\u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0438\u043c\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u043f\u043e\u043c\u043e\u0436\u0435\u0442 \u0432\u0430\u043c \u043d\u0430\u0439\u0442\u0438 \u0435\u0433\u043e \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u0432\u0430\u0448\u0438\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432.",loginTotpUnableToScan:"\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0441\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435?",loginTotpScanBarcode:"\u0421\u043a\u0430\u043d\u0438\u0440\u043e\u0432\u0430\u0442\u044c QR-\u043a\u043e\u0434?",loginOtpOneTime:"\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043a\u043e\u0434",loginTotpDeviceName:"\u0418\u043c\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",loginTotpType:"\u0422\u0438\u043f",loginTotpAlgorithm:"\u0410\u043b\u0433\u043e\u0440\u0438\u0442\u043c",loginTotpDigits:"\u041a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u0446\u0438\u0444\u0440",loginTotpInterval:"\u0418\u043d\u0442\u0435\u0440\u0432\u0430\u043b",loginTotpCounter:"\u0421\u0447\u0435\u0442\u0447\u0438\u043a",oauthGrantRequest:"\u0412\u044b \u0441\u043e\u0433\u043b\u0430\u0441\u0443\u0435\u0442\u0435 \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u044d\u0442\u0438\u043c \u043f\u0440\u0438\u0432\u0438\u043b\u0435\u0433\u0438\u044f\u043c?",inResource:"\u0432",emailVerifyInstruction1:"\u0412\u0430\u043c \u0431\u044b\u043b\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438 \u0434\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u0430\u0434\u0440\u0435\u0441\u0430 E-mail.",emailVerifyInstruction2:"\u041d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u043a\u043e\u0434\u043e\u043c \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f?",emailVerifyInstruction3:"\u0434\u043b\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0439 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043f\u0438\u0441\u044c\u043c\u0430.",emailLinkIdpTitle:"\u0421\u0432\u044f\u0437\u0430\u0442\u044c {0}",emailLinkIdp1:"\u0412\u0430\u043c \u0431\u044b\u043b\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438 \u043f\u043e \u043e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044e {0} \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u0438 {1} \u0441 \u0432\u0430\u0448\u0435\u0439 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u044c\u044e {2}.",emailLinkIdp2:"\u041d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u043a\u043e\u0434 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u043d\u0430 \u0432\u0430\u0448 E-mail?",emailLinkIdp3:"\u0434\u043b\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e\u0439 \u043e\u0442\u043f\u0440\u0430\u0432\u043a\u0438 \u043f\u0438\u0441\u044c\u043c\u0430.",backToLogin:"« \u041d\u0430\u0437\u0430\u0434 \u043a\u043e \u0432\u0445\u043e\u0434\u0443",emailInstruction:"\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 E-mail \u0438 \u043c\u044b \u0432\u044b\u0448\u043b\u0435\u043c \u0412\u0430\u043c \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438 \u043f\u043e \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044e \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0430\u0440\u043e\u043b\u044f.",copyCodeInstruction:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0441\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u044d\u0442\u043e\u0442 \u043a\u043e\u0434 \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435:",personalInfo:"\u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u044c\u043d\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f:",role_admin:"\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440","role_realm-admin":"\u0410\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440 realm","role_create-realm":"\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 realm","role_create-client":"\u0421\u043e\u0437\u0434\u0430\u043d\u0438\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430","role_view-realm":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 realm","role_view-users":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u0439","role_view-applications":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439","role_view-clients":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043a\u043b\u0438\u0435\u043d\u0442\u043e\u0432","role_view-events":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u0441\u043e\u0431\u044b\u0442\u0438\u0439","role_view-identity-providers":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u043e\u0432 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439","role_manage-realm":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 realm","role_manage-users":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c\u0438","role_manage-applications":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c\u0438","role_manage-identity-providers":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430\u043c\u0438 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439","role_manage-clients":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u043a\u043b\u0438\u0435\u043d\u0442\u0430\u043c\u0438","role_manage-events":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0441\u043e\u0431\u044b\u0442\u0438\u044f\u043c\u0438","role_view-profile":"\u041f\u0440\u043e\u0441\u043c\u043e\u0442\u0440 \u043f\u0440\u043e\u0444\u0438\u043b\u044f","role_manage-account":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u044c\u044e","role_read-token":"\u0427\u0442\u0435\u043d\u0438\u0435 \u0442\u043e\u043a\u0435\u043d\u0430","role_offline-access":"\u041e\u0444\u0444\u043b\u0430\u0439\u043d \u0434\u043e\u0441\u0442\u0443\u043f",client_account:"\u0423\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c","client_security-admin-console":"\u041a\u043e\u043d\u0441\u043e\u043b\u044c \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438","client_admin-cli":"\u041a\u043e\u043c\u0430\u043d\u0434\u043d\u044b\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u0430","client_realm-management":"\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 realm",client_broker:"\u0411\u0440\u043e\u043a\u0435\u0440",invalidUserMessage:"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c.",invalidEmailMessage:"\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u044b\u0439 E-mail.",accountDisabledMessage:"\u0423\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u043e\u043c.",accountTemporarilyDisabledMessage:"\u0423\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u0430, \u0441\u0432\u044f\u0436\u0438\u0442\u0435\u0441\u044c \u0441 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u043e\u043c \u0438\u043b\u0438 \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.",expiredCodeMessage:"\u0412\u0445\u043e\u0434 \u043f\u0440\u043e\u0441\u0440\u043e\u0447\u0435\u043d \u043f\u043e \u0442\u0430\u0439\u043c\u0430\u0443\u0442\u0443. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0441\u043d\u043e\u0432\u0430.",missingFirstNameMessage:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f.",missingLastNameMessage:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0444\u0430\u043c\u0438\u043b\u0438\u044e.",missingEmailMessage:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 E-mail.",missingUsernameMessage:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",missingPasswordMessage:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c.",missingTotpMessage:"\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u043a\u043e\u0434 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430.",notMatchPasswordMessage:"\u041f\u0430\u0440\u043e\u043b\u0438 \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u044e\u0442.",invalidPasswordExistingMessage:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 \u043f\u0430\u0440\u043e\u043b\u044c.",invalidPasswordConfirmMessage:"\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435 \u043f\u0430\u0440\u043e\u043b\u044f \u043d\u0435 \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0435\u0442.",invalidTotpMessage:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043a\u043e\u0434 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u0430.",usernameExistsMessage:"\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0436\u0435 \u0437\u0430\u043d\u044f\u0442\u043e.",emailExistsMessage:"E-mail \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442.",federatedIdentityExistsMessage:"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0441 {0} {1} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430 \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0432 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0447\u0435\u0442\u043d\u044b\u043c\u0438 \u0437\u0430\u043f\u0438\u0441\u044f\u043c\u0438, \u0447\u0442\u043e\u0431\u044b \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u044d\u0442\u0443 \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.",confirmLinkIdpTitle:"\u0423\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442",federatedIdentityConfirmLinkMessage:"\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0441 {0} {1} \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0443\u0435\u0442. \u0425\u043e\u0442\u0438\u0442\u0435 \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c?",federatedIdentityConfirmReauthenticateMessage:"\u0410\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044c, \u0447\u0442\u043e\u0431\u044b \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0412\u0430\u0448\u0443 \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u0441 {0}",confirmLinkIdpReviewProfile:"\u041e\u0431\u0437\u043e\u0440 \u043f\u0440\u043e\u0444\u0438\u043b\u044f",confirmLinkIdpContinue:"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0432 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c",configureTotpMessage:"\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u0432 \u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u043c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435, \u0447\u0442\u043e\u0431\u044b \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.",updateProfileMessage:"\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439 \u043f\u0440\u043e\u0444\u0438\u043b\u044c, \u0447\u0442\u043e\u0431\u044b \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0412\u0430\u0448\u0443 \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.",updatePasswordMessage:"\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c, \u0447\u0442\u043e\u0431\u044b \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0412\u0430\u0448\u0443 \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.",verifyEmailMessage:"\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0412\u0430\u0448 E-mail, \u0447\u0442\u043e\u0431\u044b \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0412\u0430\u0448\u0443 \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c.",linkIdpMessage:"\u0412\u0430\u043c \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u0412\u0430\u0448 E-mail, \u0447\u0442\u043e\u0431\u044b \u0441\u0432\u044f\u0437\u0430\u0442\u044c \u0412\u0430\u0448\u0443 \u0443\u0447\u0435\u0442\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u0441 {0}.",emailSentMessage:"\u0412 \u0431\u043b\u0438\u0436\u0430\u0439\u0448\u0435\u0435 \u0432\u0440\u0435\u043c\u044f \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u043f\u0438\u0441\u044c\u043c\u043e \u0441 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0438\u043c\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438.",emailSendErrorMessage:"\u041d\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u043f\u0438\u0441\u044c\u043c\u043e. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u0437\u0436\u0435.",accountUpdatedMessage:"\u0412\u0430\u0448\u0430 \u0443\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.",accountPasswordUpdatedMessage:"\u0412\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d.",noAccessMessage:"\u041d\u0435\u0442 \u0434\u043e\u0441\u0442\u0443\u043f\u0430",invalidPasswordMinLengthMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u0434\u043b\u0438\u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u044f \u0434\u043e\u043b\u0436\u043d\u0430 \u0431\u044b\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 {0} \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432(\u0430).",invalidPasswordMinDigitsMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 {0} \u0446\u0438\u0444\u0440(\u044b).",invalidPasswordMinLowerCaseCharsMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 {0} \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432(\u0430) \u0432 \u043d\u0438\u0436\u043d\u0435\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435.",invalidPasswordMinUpperCaseCharsMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 {0} \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432(\u0430) \u0432 \u0432\u0435\u0440\u0445\u043d\u0435\u043c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0435.",invalidPasswordMinSpecialCharsMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043d\u0435 \u043c\u0435\u043d\u0435\u0435 {0} \u0441\u043f\u0435\u0446\u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432(\u0430).",invalidPasswordNotUsernameMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u0438\u043c\u0435\u043d\u0435\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f.",invalidPasswordRegexPatternMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u043f\u0440\u043e\u0448\u0435\u043b \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0443 \u043f\u043e \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u043c\u0443 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u044e.",invalidPasswordHistoryMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c \u0441 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u043c(\u0438) {0} \u043f\u0430\u0440\u043e\u043b\u0435\u043c(\u044f\u043c\u0438).",invalidPasswordGenericMessage:"\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c: \u043d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c \u043f\u0430\u0440\u043e\u043b\u044f.",failedToProcessResponseMessage:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u043e\u0442\u0432\u0435\u0442",httpsRequiredMessage:"\u0422\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f HTTPS",realmNotEnabledMessage:"Realm \u043d\u0435 \u0432\u043a\u043b\u044e\u0447\u0435\u043d",invalidRequestMessage:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441",failedLogout:"\u0412\u044b\u0439\u0442\u0438 \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c",unknownLoginRequesterMessage:"\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 \u043a\u043b\u0438\u0435\u043d\u0442",loginRequesterNotEnabledMessage:"\u041a\u043b\u0438\u0435\u043d\u0442 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d",bearerOnlyMessage:"Bearer-only \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f\u043c \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f \u0438\u043d\u0438\u0446\u0438\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0432\u0445\u043e\u0434\u0430 \u0447\u0435\u0440\u0435\u0437 \u0431\u0440\u0430\u0443\u0437\u0435\u0440",standardFlowDisabledMessage:"\u041a\u043b\u0438\u0435\u043d\u0442\u0443 \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f \u0438\u043d\u0438\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0445\u043e\u0434 \u0447\u0435\u0440\u0435\u0437 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441 \u0434\u0430\u043d\u043d\u044b\u043c response_type. Standard flow \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0430.",implicitFlowDisabledMessage:"\u041a\u043b\u0438\u0435\u043d\u0442\u0443 \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0430\u0435\u0442\u0441\u044f \u0438\u043d\u0438\u0446\u0438\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0432\u0445\u043e\u0434 \u0447\u0435\u0440\u0435\u0437 \u0431\u0440\u0430\u0443\u0437\u0435\u0440 \u0441 \u0434\u0430\u043d\u043d\u044b\u043c response_type. Implicit flow \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043a\u043b\u0438\u0435\u043d\u0442\u0430.",invalidRedirectUriMessage:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 uri \u0434\u043b\u044f \u043f\u0435\u0440\u0435\u0430\u0434\u0440\u0435\u0441\u0430\u0446\u0438\u0438",unsupportedNameIdFormatMessage:"\u041d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0439 NameIDFormat",invalidRequesterMessage:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u044e\u0449\u0438\u0439",registrationNotAllowedMessage:"\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0430",resetCredentialNotAllowedMessage:"\u0421\u0431\u0440\u043e\u0441 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445 \u043d\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d",permissionNotApprovedMessage:"\u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u043e.",noRelayStateInResponseMessage:"\u041d\u0435\u0442 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u044f \u0432 \u043e\u0442\u0432\u0435\u0442\u0435 \u043e\u0442 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",insufficientPermissionMessage:"\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u043f\u043e\u043b\u043d\u043e\u043c\u043e\u0447\u0438\u0439 \u0434\u043b\u044f \u0441\u0432\u044f\u0437\u044b\u0432\u0430\u043d\u0438\u044f \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u0432.",couldNotProceedWithAuthenticationRequestMessage:"\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u0430\u0442\u044c \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0437\u0430\u043f\u0440\u043e\u0441 \u0432 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0435 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",couldNotObtainTokenMessage:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0442\u043e\u043a\u0435\u043d \u043e\u0442 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",unexpectedErrorRetrievingTokenMessage:"\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0438 \u0442\u043e\u043a\u0435\u043d\u0430 \u043e\u0442 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",unexpectedErrorHandlingResponseMessage:"\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u043e\u0442\u0432\u0435\u0442\u0430 \u043e\u0442 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",identityProviderAuthenticationFailedMessage:"\u0410\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u043f\u0440\u043e\u0432\u0430\u043b\u0435\u043d\u0430. \u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u0446\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0441 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u043e\u043c \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",couldNotSendAuthenticationRequestMessage:"\u041d\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u043a \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0443 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",unexpectedErrorHandlingRequestMessage:"\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u0435 \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",invalidAccessCodeMessage:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043a\u043e\u0434 \u0434\u043e\u0441\u0442\u0443\u043f\u0430.",sessionNotActiveMessage:"\u0421\u0435\u0441\u0441\u0438\u044f \u043d\u0435 \u0430\u043a\u0442\u0438\u0432\u043d\u0430.",invalidCodeMessage:"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0441\u043d\u043e\u0432\u0430 \u0447\u0435\u0440\u0435\u0437 \u0432\u0430\u0448\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435.",identityProviderUnexpectedErrorMessage:"\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0435 \u043f\u043e\u0434\u043b\u0438\u043d\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439.",identityProviderNotFoundMessage:"\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043d\u0430\u0439\u0442\u0438 \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u0430 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439 \u0441 \u0434\u0430\u043d\u043d\u044b\u043c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u043e\u043c.",identityProviderLinkSuccess:"\u0412\u0430\u0448\u0430 \u0443\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0431\u044b\u043b\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0430 \u0441 {0} \u0443\u0447\u0435\u0442\u043d\u043e\u0439 \u0437\u0430\u043f\u0438\u0441\u044c\u044e {1} .",staleCodeMessage:"\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0435\u0440\u043d\u0438\u0442\u0435\u0441\u044c \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0438 \u0441\u043d\u043e\u0432\u0430 \u0432\u043e\u0439\u0434\u0438\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.",realmSupportsNoCredentialsMessage:"Realm \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043d\u0438\u043a\u0430\u043a\u043e\u0439 \u0442\u0438\u043f \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0434\u0430\u043d\u043d\u044b\u0445.",identityProviderNotUniqueMessage:"Realm \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a\u043e\u0432 \u0443\u0447\u0435\u0442\u043d\u044b\u0445 \u0437\u0430\u043f\u0438\u0441\u0435\u0439. \u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c, \u043a\u0430\u043a\u043e\u0439 \u0438\u043c\u0435\u043d\u043d\u043e \u043f\u043e\u0441\u0442\u0430\u0432\u0449\u0438\u043a \u0434\u043e\u043b\u0436\u0435\u043d \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0434\u043b\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.",emailVerifiedMessage:"\u0412\u0430\u0448 E-mail \u0431\u044b\u043b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d.",staleEmailVerificationLink:"\u0421\u0441\u044b\u043b\u043a\u0430, \u043f\u043e \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0412\u044b \u043f\u0435\u0440\u0435\u0448\u043b\u0438, \u0443\u0441\u0442\u0430\u0440\u0435\u043b\u0430 \u0438 \u0431\u043e\u043b\u044c\u0448\u0435 \u043d\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u0435\u0442. \u041c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c, \u0432\u044b \u0443\u0436\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u043b\u0438 \u0441\u0432\u043e\u0439 E-mail?",backToApplication:"« \u041d\u0430\u0437\u0430\u0434 \u0432 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435",missingParameterMessage:"\u041f\u0440\u043e\u043f\u0443\u0449\u0435\u043d\u043d\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b: {0}",clientNotFoundMessage:"\u041a\u043b\u0438\u0435\u043d\u0442 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d.",clientDisabledMessage:"\u041a\u043b\u0438\u0435\u043d\u0442 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d.",invalidParameterMessage:"\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440: {0}",alreadyLoggedIn:"\u0412\u044b \u0443\u0436\u0435 \u0432\u043e\u0448\u043b\u0438."}}}]); +//# sourceMappingURL=8817.a63408ee.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8817.a63408ee.chunk.js.map b/resources/keycloak/keycloakify/static/js/8817.a63408ee.chunk.js.map new file mode 100644 index 00000000..738834df --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8817.a63408ee.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/8817.a63408ee.chunk.js","mappings":"uIAsNA,UAlNgB,CACd,QAAW,2BACX,WAAc,qEACd,SAAY,uCACZ,SAAY,qEACZ,MAAS,eACT,KAAQ,qBACR,WAAc,+DACd,SAAY,qEACZ,UAAa,mDACb,iBAAoB,6EACpB,YAAe,sEACf,cAAiB,iIACjB,sBAAyB,mHACzB,2BAA8B,mHAC9B,qBAAwB,60BACxB,iBAAoB,yKACpB,kBAAqB,0HACrB,sBAAyB,MACzB,WAAc,+BACd,eAAkB,MAClB,iBAAoB,gLACpB,qBAAwB,iMACxB,YAAe,QACf,YAAe,8IACf,eAAkB,iNAClB,kBAAqB,4MACrB,aAAgB,6YAChB,gBAAmB,0GACnB,oBAAuB,MACvB,WAAc,mEACd,eAAkB,qFAClB,iBAAoB,6HACpB,iBAAoB,6EACpB,oBAAuB,oGACvB,iBAAoB,sEACpB,eAAkB,iFAClB,aAAgB,2GAChB,WAAc,2GACd,eAAkB,2GAClB,UAAa,6OACb,gBAAmB,qFACnB,uBAA0B,+LAC1B,cAAiB,oIACjB,uBAAwB,kLACxB,yBAA0B,mNAC1B,UAAa,2GACb,SAAY,8FACZ,gBAAmB,wHACnB,UAAa,qBACb,UAAa,sEACb,SAAY,0DACZ,SAAY,6CACZ,WAAc,6CACd,MAAS,SACT,SAAY,uCACZ,gBAAmB,sHACnB,YAAe,sEACf,mBAAsB,2JACtB,WAAc,kFACd,kBAAqB,wFACrB,QAAW,iCACX,OAAU,iCACV,SAAY,iCACZ,OAAU,uCACV,YAAe,wFACf,QAAW,uCACX,cAAiB,4EACjB,wBAA2B,qKAC3B,oBAAuB,6MACvB,kBAAqB,kHACrB,eAAkB,4VAClB,eAAkB,6NAClB,eAAkB,sfAClB,qBAAwB,4LACxB,qBAAwB,8ZACxB,yBAA4B,4ZAC5B,sBAAyB,2LACzB,qBAAwB,4FACxB,gBAAmB,wFACnB,oBAAuB,kFACvB,cAAiB,qBACjB,mBAAsB,mDACtB,gBAAmB,wFACnB,kBAAqB,mDACrB,iBAAoB,6CACpB,kBAAqB,qNACrB,WAAc,SACd,wBAA2B,+WAC3B,wBAA2B,2NAC3B,wBAA2B,mKAC3B,kBAAqB,iDACrB,cAAiB,ygBACjB,cAAiB,0MACjB,cAAiB,mKACjB,YAAe,qFACf,iBAAoB,odACpB,oBAAuB,8OACvB,aAAgB,yIAChB,WAAc,iFACd,mBAAoB,uFACpB,oBAAqB,yDACrB,qBAAsB,8FACtB,kBAAmB,yDACnB,kBAAmB,kIACnB,yBAA0B,gHAC1B,oBAAqB,oGACrB,mBAAoB,8FACpB,+BAAgC,4MAChC,oBAAqB,qEACrB,oBAAqB,oJACrB,2BAA4B,wIAC5B,iCAAkC,8NAClC,sBAAuB,sHACvB,qBAAsB,sHACtB,oBAAqB,8FACrB,sBAAuB,qJACvB,kBAAmB,4EACnB,sBAAuB,kFACvB,eAAkB,kFAClB,gCAAiC,2MACjC,mBAAoB,qMACpB,0BAA2B,qEAC3B,cAAiB,uCACjB,mBAAsB,gOACtB,oBAAuB,mFACvB,uBAA0B,4TAC1B,kCAAqC,4dACrC,mBAAsB,0RACtB,wBAA2B,8HAC3B,uBAA0B,sJAC1B,oBAAuB,kHACvB,uBAA0B,uMAC1B,uBAA0B,gJAC1B,mBAAsB,yNACtB,wBAA2B,4GAC3B,+BAAkC,kKAClC,8BAAiC,2LACjC,mBAAsB,kKACtB,sBAAyB,uJACzB,mBAAsB,0FACtB,+BAAkC,wmBAClC,oBAAuB,kKACvB,oCAAuC,wQACvC,8CAAiD,8SACjD,4BAA+B,4EAC/B,uBAA0B,mNAC1B,qBAAwB,mhBACxB,qBAAwB,0ZACxB,sBAAyB,2XACzB,mBAAsB,kYACtB,eAAkB,+WAClB,iBAAoB,2XACpB,sBAAyB,8TACzB,sBAAyB,8MACzB,8BAAiC,uJACjC,gBAAmB,gEACnB,gCAAmC,6VACnC,gCAAmC,oUACnC,wCAA2C,ybAC3C,wCAA2C,+bAC3C,sCAAyC,oXACzC,kCAAqC,qXACrC,mCAAsC,iYACtC,8BAAiC,yYACjC,8BAAiC,wWACjC,+BAAkC,sJAClC,qBAAwB,+DACxB,uBAA0B,gEAC1B,sBAAyB,wFACzB,aAAgB,yFAChB,6BAAgC,0GAChC,gCAAmC,wFACnC,kBAAqB,yVACrB,4BAA+B,igBAC/B,4BAA+B,igBAC/B,0BAA6B,yJAC7B,+BAAkC,gHAClC,wBAA2B,kIAC3B,8BAAiC,yIACjC,iCAAoC,2OACpC,6BAAgC,sJAChC,8BAAiC,gVACjC,8BAAiC,oTACjC,gDAAmD,yaACnD,2BAA8B,2SAC9B,sCAAyC,4YACzC,uCAA0C,4YAC1C,4CAA+C,odAC/C,yCAA4C,wZAC5C,sCAAyC,0dACzC,yBAA4B,kHAC5B,wBAA2B,gGAC3B,mBAAsB,+YACtB,uCAA0C,uZAC1C,gCAAmC,oXACnC,4BAA+B,6UAC/B,iBAAoB,qgBACpB,kCAAqC,6OACrC,iCAAoC,svBACpC,qBAAwB,mHACxB,2BAA8B,wfAC9B,kBAAqB,6GACrB,wBAA2B,iIAC3B,sBAAyB,0FACzB,sBAAyB,yFACzB,wBAA2B,yGAC3B,gBAAmB,kE","sources":["../node_modules/keycloakify/src/login/i18n/baseMessages/ru.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doLogIn\": \"Вход\",\n \"doRegister\": \"Регистрация\",\n \"doCancel\": \"Отмена\",\n \"doSubmit\": \"Подтвердить\",\n \"doYes\": \"Да\",\n \"doNo\": \"Нет\",\n \"doContinue\": \"Продолжить\",\n \"doAccept\": \"Подтвердить\",\n \"doDecline\": \"Отменить\",\n \"doForgotPassword\": \"Забыли пароль?\",\n \"doClickHere\": \"Нажмите сюда\",\n \"doImpersonate\": \"Имперсонализироваться\",\n \"kerberosNotConfigured\": \"Kerberos не сконфигурирован\",\n \"kerberosNotConfiguredTitle\": \"Kerberos не сконфигурирован\",\n \"bypassKerberosDetail\": \"Либо вы не вошли в систему с помощью Kerberos, либо ваш браузер не настроен для входа в систему Kerberos. Пожалуйста, нажмите кнопку 'Продолжить' для входа в с помощью других средств\",\n \"kerberosNotSetUp\": \"Kerberos не настроен. Вы не можете войти.\",\n \"registerWithTitle\": \"Зарегистрироваться с {0}\",\n \"registerWithTitleHtml\": \"{0}\",\n \"loginTitle\": \"Вход {0}\",\n \"loginTitleHtml\": \"{0}\",\n \"impersonateTitle\": \"{0} Имперсонализация пользователя\",\n \"impersonateTitleHtml\": \"{0} Имперсонализация пользователя\",\n \"realmChoice\": \"Realm\",\n \"unknownUser\": \"Неизвестный пользователь\",\n \"loginTotpTitle\": \"Настройка мобильного аутентификатора\",\n \"loginProfileTitle\": \"Обновление информации учетной записи\",\n \"loginTimeout\": \"Вы слишком долго бездействовали. Процесс аутентификации начнется с начала.\",\n \"oauthGrantTitle\": \"Согласовать доступ\",\n \"oauthGrantTitleHtml\": \"{0}\",\n \"errorTitle\": \"Мы сожалеем...\",\n \"errorTitleHtml\": \"Мы сожалеем ...\",\n \"emailVerifyTitle\": \"Подтверждение адреса E-mail\",\n \"emailForgotTitle\": \"Забыли пароль?\",\n \"updatePasswordTitle\": \"Обновление пароля\",\n \"codeSuccessTitle\": \"Успешный код\",\n \"codeErrorTitle\": \"Ошибочный код: {0}\",\n \"pageNotFound\": \"Страница не найдена\",\n \"termsTitle\": \"Условия и положения\",\n \"termsTitleHtml\": \"Условия и положения\",\n \"termsText\": \"

    Условия и положения должны быть определены

    \",\n \"recaptchaFailed\": \"Некорректная Recaptcha\",\n \"recaptchaNotConfigured\": \"Recaptcha требуется, но не сконфигурирована\",\n \"consentDenied\": \"В согласовании отказано.\",\n \"saml.post-form.title\": \"Перенаправление аутентификации\",\n \"saml.post-form.message\": \"Перенаправление, пожалуйста подождите.\",\n \"noAccount\": \"Новый пользователь?\",\n \"username\": \"Имя пользователя\",\n \"usernameOrEmail\": \"Имя пользователя или E-mail\",\n \"firstName\": \"Имя\",\n \"givenName\": \"Выданное имя\",\n \"fullName\": \"Полное имя\",\n \"lastName\": \"Фамилия\",\n \"familyName\": \"Фамилия\",\n \"email\": \"E-mail\",\n \"password\": \"Пароль\",\n \"passwordConfirm\": \"Подтверждение пароля\",\n \"passwordNew\": \"Новый пароль\",\n \"passwordNewConfirm\": \"Подтверждение нового пароля\",\n \"rememberMe\": \"Запомнить меня\",\n \"authenticatorCode\": \"Одноразовый код\",\n \"address\": \"Адрес\",\n \"street\": \"Улица\",\n \"locality\": \"Город\",\n \"region\": \"Регион\",\n \"postal_code\": \"Почтовый индекс\",\n \"country\": \"Страна\",\n \"emailVerified\": \"E-mail подтвержден\",\n \"gssDelegationCredential\": \"Делегирование учетных данных GSS\",\n \"logoutOtherSessions\": \"Выполнить выход на других устройствах\",\n \"loginAccountTitle\": \"Вход в учетную запись\",\n \"loginTotpStep1\": \"Установите одно из следующих приложений на ваш мобильный телефон:\",\n \"loginTotpStep2\": \"Откройте приложение и просканируйте QR-код:\",\n \"loginTotpStep3\": \"Введите одноразовый код, выданный приложением, и нажмите Подтвердить для завершения настройки.\",\n \"loginTotpManualStep2\": \"Откройте приложение и введите ключ:\",\n \"loginTotpManualStep3\": \"Используйте следующие настройки, если приложение позволяет их устанавливать:\",\n \"loginTotpStep3DeviceName\": \"Укажите имя устройства, которое поможет вам найти его в списке ваших устройств.\",\n \"loginTotpUnableToScan\": \"Не удается выполнить сканирование?\",\n \"loginTotpScanBarcode\": \"Сканировать QR-код?\",\n \"loginOtpOneTime\": \"Одноразовый код\",\n \"loginTotpDeviceName\": \"Имя устройства\",\n \"loginTotpType\": \"Тип\",\n \"loginTotpAlgorithm\": \"Алгоритм\",\n \"loginTotpDigits\": \"Количество цифр\",\n \"loginTotpInterval\": \"Интервал\",\n \"loginTotpCounter\": \"Счетчик\",\n \"oauthGrantRequest\": \"Вы согласуете доступ к этим привилегиям?\",\n \"inResource\": \"в\",\n \"emailVerifyInstruction1\": \"Вам было отправлено письмо с инструкциями для подтверждения адреса E-mail.\",\n \"emailVerifyInstruction2\": \"Не получили письмо с кодом подтверждения?\",\n \"emailVerifyInstruction3\": \"для повторной отправки письма.\",\n \"emailLinkIdpTitle\": \"Связать {0}\",\n \"emailLinkIdp1\": \"Вам было отправлено письмо с инструкциями по объединению {0} учетной записи {1} с вашей учетной записью {2}.\",\n \"emailLinkIdp2\": \"Не получили код подтверждения на ваш E-mail?\",\n \"emailLinkIdp3\": \"для повторной отправки письма.\",\n \"backToLogin\": \"« Назад ко входу\",\n \"emailInstruction\": \"Введите Ваше имя пользователя или E-mail и мы вышлем Вам инструкции по получению нового пароля.\",\n \"copyCodeInstruction\": \"Пожалуйста, скопируйте этот код в приложение:\",\n \"personalInfo\": \"Персональная информация:\",\n \"role_admin\": \"Администратор\",\n \"role_realm-admin\": \"Администратор realm\",\n \"role_create-realm\": \"Создание realm\",\n \"role_create-client\": \"Создание клиента\",\n \"role_view-realm\": \"Просмотр realm\",\n \"role_view-users\": \"Просмотр пользователей\",\n \"role_view-applications\": \"Просмотр приложений\",\n \"role_view-clients\": \"Просмотр клиентов\",\n \"role_view-events\": \"Просмотр событий\",\n \"role_view-identity-providers\": \"Просмотр провайдеров учетных записей\",\n \"role_manage-realm\": \"Управление realm\",\n \"role_manage-users\": \"Управление пользователями\",\n \"role_manage-applications\": \"Управление приложениями\",\n \"role_manage-identity-providers\": \"Управление провайдерами учетных записей\",\n \"role_manage-clients\": \"Управление клиентами\",\n \"role_manage-events\": \"Управление событиями\",\n \"role_view-profile\": \"Просмотр профиля\",\n \"role_manage-account\": \"Управление учетной записью\",\n \"role_read-token\": \"Чтение токена\",\n \"role_offline-access\": \"Оффлайн доступ\",\n \"client_account\": \"Учетная запись\",\n \"client_security-admin-console\": \"Консоль администратора безопасности\",\n \"client_admin-cli\": \"Командный интерфейс администратора\",\n \"client_realm-management\": \"Управление realm\",\n \"client_broker\": \"Брокер\",\n \"invalidUserMessage\": \"Неправильное имя пользователя или пароль.\",\n \"invalidEmailMessage\": \"Неправильный E-mail.\",\n \"accountDisabledMessage\": \"Учетная запись заблокирована, свяжитесь с администратором.\",\n \"accountTemporarilyDisabledMessage\": \"Учетная запись временно заблокирована, свяжитесь с администратором или попробуйте позже.\",\n \"expiredCodeMessage\": \"Вход просрочен по таймауту. Пожалуйста, войдите снова.\",\n \"missingFirstNameMessage\": \"Пожалуйста введите имя.\",\n \"missingLastNameMessage\": \"Пожалуйста введите фамилию.\",\n \"missingEmailMessage\": \"Пожалуйста введите E-mail.\",\n \"missingUsernameMessage\": \"Пожалуйста введите имя пользователя.\",\n \"missingPasswordMessage\": \"Пожалуйста введите пароль.\",\n \"missingTotpMessage\": \"Пожалуйста введите код аутентификатора.\",\n \"notMatchPasswordMessage\": \"Пароли не совпадают.\",\n \"invalidPasswordExistingMessage\": \"Неверный существующий пароль.\",\n \"invalidPasswordConfirmMessage\": \"Подтверждение пароля не совпадает.\",\n \"invalidTotpMessage\": \"Неверный код аутентификатора.\",\n \"usernameExistsMessage\": \"Имя пользователя уже занято.\",\n \"emailExistsMessage\": \"E-mail уже существует.\",\n \"federatedIdentityExistsMessage\": \"Пользователь с {0} {1} уже существует. Пожалуйста войдите в управление учетными записями, чтобы связать эту учетную запись.\",\n \"confirmLinkIdpTitle\": \"Учетная запись уже существует\",\n \"federatedIdentityConfirmLinkMessage\": \"Пользователь с {0} {1} уже сущестует. Хотите продолжить?\",\n \"federatedIdentityConfirmReauthenticateMessage\": \"Аутентифицируйтесь, чтобы связать Вашу учетную запись с {0}\",\n \"confirmLinkIdpReviewProfile\": \"Обзор профиля\",\n \"confirmLinkIdpContinue\": \"Добавить в существующую учетную запись\",\n \"configureTotpMessage\": \"Вам необходимо настроить аутентификатор в мобильном устройстве, чтобы активировать учетную запись.\",\n \"updateProfileMessage\": \"Вам необходимо обновить свой профиль, чтобы активировать Вашу учетную запись.\",\n \"updatePasswordMessage\": \"Вам необходимо изменить пароль, чтобы активировать Вашу учетную запись.\",\n \"verifyEmailMessage\": \"Вам необходимо подтвердить Ваш E-mail, чтобы активировать Вашу учетную запись.\",\n \"linkIdpMessage\": \"Вам необходимо подтвердить Ваш E-mail, чтобы связать Вашу учетную запись с {0}.\",\n \"emailSentMessage\": \"В ближайшее время Вы должны получить письмо с дальнейшими инструкциями.\",\n \"emailSendErrorMessage\": \"Не получается отправить письмо. Пожалуйста, повторите позже.\",\n \"accountUpdatedMessage\": \"Ваша учетная запись успешно обновлена.\",\n \"accountPasswordUpdatedMessage\": \"Ваш пароль успешно обновлен.\",\n \"noAccessMessage\": \"Нет доступа\",\n \"invalidPasswordMinLengthMessage\": \"Некорректный пароль: длина пароля должна быть не менее {0} символов(а).\",\n \"invalidPasswordMinDigitsMessage\": \"Некорректный пароль: пароль должен содержать не менее {0} цифр(ы).\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Некорректный пароль: пароль должен содержать не менее {0} символов(а) в нижнем регистре.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Некорректный пароль: пароль должен содержать не менее {0} символов(а) в верхнем регистре.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Некорректный пароль: пароль должен содержать не менее {0} спецсимволов(а).\",\n \"invalidPasswordNotUsernameMessage\": \"Некорректный пароль: пароль не должен совпадать с именем пользователя.\",\n \"invalidPasswordRegexPatternMessage\": \"Некорректный пароль: пароль не прошел проверку по регулярному выражению.\",\n \"invalidPasswordHistoryMessage\": \"Некорректный пароль: пароль не должен совпадать с последним(и) {0} паролем(ями).\",\n \"invalidPasswordGenericMessage\": \"Некорректный пароль: новый пароль не соответствует правилам пароля.\",\n \"failedToProcessResponseMessage\": \"Не удалось обработать ответ\",\n \"httpsRequiredMessage\": \"Требуется HTTPS\",\n \"realmNotEnabledMessage\": \"Realm не включен\",\n \"invalidRequestMessage\": \"Неверный запрос\",\n \"failedLogout\": \"Выйти не удалось\",\n \"unknownLoginRequesterMessage\": \"Неизвестный клиент\",\n \"loginRequesterNotEnabledMessage\": \"Клиент отключен\",\n \"bearerOnlyMessage\": \"Bearer-only приложениям не разрешается инициализация входа через браузер\",\n \"standardFlowDisabledMessage\": \"Клиенту не разрешается инициировать вход через браузер с данным response_type. Standard flow отключен для этого клиента.\",\n \"implicitFlowDisabledMessage\": \"Клиенту не разрешается инициировать вход через браузер с данным response_type. Implicit flow отключен для этого клиента.\",\n \"invalidRedirectUriMessage\": \"Неверный uri для переадресации\",\n \"unsupportedNameIdFormatMessage\": \"Неподдерживаемый NameIDFormat\",\n \"invalidRequesterMessage\": \"Неверный запрашивающий\",\n \"registrationNotAllowedMessage\": \"Регистрация не разрешена\",\n \"resetCredentialNotAllowedMessage\": \"Сброс идентификационных данных не разрешен\",\n \"permissionNotApprovedMessage\": \"Разрешение не подтверждено.\",\n \"noRelayStateInResponseMessage\": \"Нет изменения состояния в ответе от провайдера учетных записей.\",\n \"insufficientPermissionMessage\": \"Недостаточно полномочий для связывания идентификаторов.\",\n \"couldNotProceedWithAuthenticationRequestMessage\": \"Невозможно обработать аутентификационный запрос в провайдере учетных записей.\",\n \"couldNotObtainTokenMessage\": \"Не удалось получить токен от провайдера учетных записей.\",\n \"unexpectedErrorRetrievingTokenMessage\": \"Непредвиденная ошибка при получении токена от провайдера учетных записей.\",\n \"unexpectedErrorHandlingResponseMessage\": \"Непредвиденная ошибка при обработке ответа от провайдера учетных записей.\",\n \"identityProviderAuthenticationFailedMessage\": \"Аутентификация провалена. Невозможно аутентифицировать с поставщиком учетных записей.\",\n \"couldNotSendAuthenticationRequestMessage\": \"Не получается выполнить запрос аутентификации к поставщику учетных записей.\",\n \"unexpectedErrorHandlingRequestMessage\": \"Непредвиденная ошибка при обработке запроса аутентификации поставщика учетных записей.\",\n \"invalidAccessCodeMessage\": \"Неверный код доступа.\",\n \"sessionNotActiveMessage\": \"Сессия не активна.\",\n \"invalidCodeMessage\": \"Произошла ошибка. Пожалуйста, войдите в систему снова через ваше приложение.\",\n \"identityProviderUnexpectedErrorMessage\": \"Непредвиденная ошибка при проверке подлинности поставщика учетных записей.\",\n \"identityProviderNotFoundMessage\": \"Не удалось найти поставщика учетных записей с данным идентификатором.\",\n \"identityProviderLinkSuccess\": \"Ваша учетная запись была успешно соединена с {0} учетной записью {1} .\",\n \"staleCodeMessage\": \"Эта страница больше не действительна, пожалуйста, вернитесь в приложение и снова войдите в систему.\",\n \"realmSupportsNoCredentialsMessage\": \"Realm не поддерживает никакой тип учетных данных.\",\n \"identityProviderNotUniqueMessage\": \"Realm поддерживает несколько поставщиков учетных записей. Не удалось определить, какой именно поставщик должен использоваться для аутентификации.\",\n \"emailVerifiedMessage\": \"Ваш E-mail был подтвержден.\",\n \"staleEmailVerificationLink\": \"Ссылка, по которой Вы перешли, устарела и больше не действует. Может быть, вы уже подтвердили свой E-mail?\",\n \"backToApplication\": \"« Назад в приложение\",\n \"missingParameterMessage\": \"Пропущенные параметры: {0}\",\n \"clientNotFoundMessage\": \"Клиент не найден.\",\n \"clientDisabledMessage\": \"Клиент отключен.\",\n \"invalidParameterMessage\": \"Неверный параметр: {0}\",\n \"alreadyLoggedIn\": \"Вы уже вошли.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8959.bf39d499.chunk.js b/resources/keycloak/keycloakify/static/js/8959.bf39d499.chunk.js new file mode 100644 index 00000000..b477a358 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8959.bf39d499.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[8959],{8959:function(e,s,t){t.r(s),t.d(s,{default:function(){return n}});var a=t(184);function n(e){var s=e.kcContext,t=e.i18n,n=e.doUseDefaultCss,o=e.Template,c=e.classes;return console.log("TODO: Do something with: ".concat(s.someCustomValue)),(0,a.jsx)(o,{kcContext:s,i18n:t,doUseDefaultCss:n,classes:c,active:"my-extra-page-2",children:(0,a.jsx)("h1",{children:"Hello world 2"})})}}}]); +//# sourceMappingURL=8959.bf39d499.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/8959.bf39d499.chunk.js.map b/resources/keycloak/keycloakify/static/js/8959.bf39d499.chunk.js.map new file mode 100644 index 00000000..1545d4d1 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/8959.bf39d499.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/8959.bf39d499.chunk.js","mappings":"0LAIe,SAASA,EAAaC,GAEjC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAKpD,OAFAC,QAAQC,IAAI,4BAADC,OAA6BP,EAAUQ,mBAG9CC,EAAAA,EAAAA,KAACN,EAAQ,CAAOH,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,EAAWM,OAAO,kBAAiBC,UACjFF,EAAAA,EAAAA,KAAA,MAAAE,SAAI,mBAIhB,C","sources":["account/pages/MyExtraPage2.tsx"],"sourcesContent":["import type { PageProps } from \"keycloakify/account/pages/PageProps\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function MyExtraPage1(props: PageProps, I18n>) {\n\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n // someCustomValue is declared by you in ../kcContext.ts\n console.log(`TODO: Do something with: ${kcContext.someCustomValue}`);\n\n return (\n \n );\n\n}\n"],"names":["MyExtraPage1","props","kcContext","i18n","doUseDefaultCss","Template","classes","console","log","concat","someCustomValue","_jsx","active","children"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9074.2a240d9b.chunk.js b/resources/keycloak/keycloakify/static/js/9074.2a240d9b.chunk.js new file mode 100644 index 00000000..e4b66e8c --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9074.2a240d9b.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[9074],{9074:function(e,s,t){t.r(s),t.d(s,{default:function(){return r}});var n=t(184);function r(e){var s=e.kcContext,t=e.i18n,r=e.doUseDefaultCss,a=e.Template,c=e.classes;return(0,n.jsx)(a,{kcContext:s,i18n:t,doUseDefaultCss:r,classes:c,headerNode:(0,n.jsxs)(n.Fragment,{children:["Header ",(0,n.jsx)("i",{children:"text"})]}),infoNode:(0,n.jsx)("span",{children:"footer"}),children:(0,n.jsx)("form",{})})}}}]); +//# sourceMappingURL=9074.2a240d9b.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9074.2a240d9b.chunk.js.map b/resources/keycloak/keycloakify/static/js/9074.2a240d9b.chunk.js.map new file mode 100644 index 00000000..f30d3358 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9074.2a240d9b.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/9074.2a240d9b.chunk.js","mappings":"0LAIe,SAASA,EAAaC,GAEjC,IAAQC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAEpD,OACIC,EAAAA,EAAAA,KAACF,EAAQ,CACCH,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,EACxCE,YAAYC,EAAAA,EAAAA,MAAAC,EAAAA,SAAA,CAAAC,SAAA,CAAE,WAAOJ,EAAAA,EAAAA,KAAA,KAAAI,SAAG,YACxBC,UAAUL,EAAAA,EAAAA,KAAA,QAAAI,SAAM,WAAcA,UAE9BJ,EAAAA,EAAAA,KAAA,YAMZ,C","sources":["login/pages/MyExtraPage1.tsx"],"sourcesContent":["import type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function MyExtraPage1(props: PageProps, I18n>) {\n\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n return (\n Header text}\n infoNode={footer}\n >\n
    \n {/*...*/}\n
    \n \n );\n\n}\n"],"names":["MyExtraPage1","props","kcContext","i18n","doUseDefaultCss","Template","classes","_jsx","headerNode","_jsxs","_Fragment","children","infoNode"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9129.336ec3b6.chunk.js b/resources/keycloak/keycloakify/static/js/9129.336ec3b6.chunk.js new file mode 100644 index 00000000..faef265a --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9129.336ec3b6.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[9129],{9129:function(s,e,a){a.r(e),a.d(e,{default:function(){return t}});var l=a(6055),c=a(7107),r=a(184);function t(s){var e,a,t,o,i=s.kcContext,n=s.i18n,p=s.doUseDefaultCss,m=s.Template,u=s.classes,d=(0,c.v)({doUseDefaultCss:p,classes:u}).getClassName,f=i.url,k=i.messagesPerField,C=i.register,h=i.realm,g=i.passwordRequired,x=i.recaptchaRequired,v=i.recaptchaSiteKey,b=n.msg,N=n.msgStr;return(0,r.jsx)(m,{kcContext:i,i18n:n,doUseDefaultCss:p,classes:u,headerNode:b("registerTitle"),children:(0,r.jsxs)("form",{id:"kc-register-form",className:d("kcFormClass"),action:f.registrationAction,method:"post",children:[(0,r.jsxs)("div",{className:(0,l.W)(d("kcFormGroupClass"),k.printIfExists("firstName",d("kcFormGroupErrorClass"))),children:[(0,r.jsx)("div",{className:d("kcLabelWrapperClass"),children:(0,r.jsx)("label",{htmlFor:"firstName",className:d("kcLabelClass"),children:b("firstName")})}),(0,r.jsx)("div",{className:d("kcInputWrapperClass"),children:(0,r.jsx)("input",{type:"text",id:"firstName",className:d("kcInputClass"),name:"firstName",defaultValue:null!==(e=C.formData.firstName)&&void 0!==e?e:""})})]}),(0,r.jsxs)("div",{className:(0,l.W)(d("kcFormGroupClass"),k.printIfExists("lastName",d("kcFormGroupErrorClass"))),children:[(0,r.jsx)("div",{className:d("kcLabelWrapperClass"),children:(0,r.jsx)("label",{htmlFor:"lastName",className:d("kcLabelClass"),children:b("lastName")})}),(0,r.jsx)("div",{className:d("kcInputWrapperClass"),children:(0,r.jsx)("input",{type:"text",id:"lastName",className:d("kcInputClass"),name:"lastName",defaultValue:null!==(a=C.formData.lastName)&&void 0!==a?a:""})})]}),(0,r.jsxs)("div",{className:(0,l.W)(d("kcFormGroupClass"),k.printIfExists("email",d("kcFormGroupErrorClass"))),children:[(0,r.jsx)("div",{className:d("kcLabelWrapperClass"),children:(0,r.jsx)("label",{htmlFor:"email",className:d("kcLabelClass"),children:b("email")})}),(0,r.jsx)("div",{className:d("kcInputWrapperClass"),children:(0,r.jsx)("input",{type:"text",id:"email",className:d("kcInputClass"),name:"email",defaultValue:null!==(t=C.formData.email)&&void 0!==t?t:"",autoComplete:"email"})})]}),!h.registrationEmailAsUsername&&(0,r.jsxs)("div",{className:(0,l.W)(d("kcFormGroupClass"),k.printIfExists("username",d("kcFormGroupErrorClass"))),children:[(0,r.jsx)("div",{className:d("kcLabelWrapperClass"),children:(0,r.jsx)("label",{htmlFor:"username",className:d("kcLabelClass"),children:b("username")})}),(0,r.jsx)("div",{className:d("kcInputWrapperClass"),children:(0,r.jsx)("input",{type:"text",id:"username",className:d("kcInputClass"),name:"username",defaultValue:null!==(o=C.formData.username)&&void 0!==o?o:"",autoComplete:"username"})})]}),g&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:(0,l.W)(d("kcFormGroupClass"),k.printIfExists("password",d("kcFormGroupErrorClass"))),children:[(0,r.jsx)("div",{className:d("kcLabelWrapperClass"),children:(0,r.jsx)("label",{htmlFor:"password",className:d("kcLabelClass"),children:b("password")})}),(0,r.jsx)("div",{className:d("kcInputWrapperClass"),children:(0,r.jsx)("input",{type:"password",id:"password",className:d("kcInputClass"),name:"password",autoComplete:"new-password"})})]}),(0,r.jsxs)("div",{className:(0,l.W)(d("kcFormGroupClass"),k.printIfExists("password-confirm",d("kcFormGroupErrorClass"))),children:[(0,r.jsx)("div",{className:d("kcLabelWrapperClass"),children:(0,r.jsx)("label",{htmlFor:"password-confirm",className:d("kcLabelClass"),children:b("passwordConfirm")})}),(0,r.jsx)("div",{className:d("kcInputWrapperClass"),children:(0,r.jsx)("input",{type:"password",id:"password-confirm",className:d("kcInputClass"),name:"password-confirm"})})]})]}),x&&(0,r.jsx)("div",{className:"form-group",children:(0,r.jsx)("div",{className:d("kcInputWrapperClass"),children:(0,r.jsx)("div",{className:"g-recaptcha","data-size":"compact","data-sitekey":v})})}),(0,r.jsxs)("div",{className:d("kcFormGroupClass"),children:[(0,r.jsx)("div",{id:"kc-form-options",className:d("kcFormOptionsClass"),children:(0,r.jsx)("div",{className:d("kcFormOptionsWrapperClass"),children:(0,r.jsx)("span",{children:(0,r.jsx)("a",{href:f.loginUrl,children:b("backToLogin")})})})}),(0,r.jsx)("div",{id:"kc-form-buttons",className:d("kcFormButtonsClass"),children:(0,r.jsx)("input",{className:(0,l.W)(d("kcButtonClass"),d("kcButtonPrimaryClass"),d("kcButtonBlockClass"),d("kcButtonLargeClass")),type:"submit",value:N("doRegister")})})]})]})})}},2889:function(s,e,a){a.d(e,{a:function(){return r}});var l=a(6055),c=a(969);function r(s){var e=s.defaultClasses;return{useGetClassName:function(s){var a=s.classes;return{getClassName:(0,c.O)((function(s){return(0,l.W)(s,e[s],null===a||void 0===a?void 0:a[s])}))}}}}},7107:function(s,e,a){a.d(e,{v:function(){return l}});var l=(0,a(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},6055:function(s,e,a){a.d(e,{W:function(){return t}});var l=a(2982),c=a(9883),r=a(9465),t=function s(){for(var e=arguments.length,a=0,t="";a, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { url, messagesPerField, register, realm, passwordRequired, recaptchaRequired, recaptchaSiteKey } = kcContext;\n\n const { msg, msgStr } = i18n;\n\n return (\n \n );\n}\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport { useConstCallback } from \"keycloakify/tools/useConstCallback\";\n\nexport function createUseClassName(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["Register","props","_register$formData$fi","_register$formData$la","_register$formData$em","_register$formData$us","kcContext","i18n","doUseDefaultCss","Template","classes","getClassName","useGetClassName","url","messagesPerField","register","realm","passwordRequired","recaptchaRequired","recaptchaSiteKey","msg","msgStr","_jsx","headerNode","children","_jsxs","id","className","action","registrationAction","method","clsx","printIfExists","htmlFor","type","name","defaultValue","formData","firstName","lastName","email","autoComplete","registrationEmailAsUsername","username","_Fragment","href","loginUrl","value","createUseClassName","params","defaultClasses","useConstCallback","classKey","undefined","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9521.b38e2e7e.chunk.js b/resources/keycloak/keycloakify/static/js/9521.b38e2e7e.chunk.js new file mode 100644 index 00000000..0129aea9 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9521.b38e2e7e.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[9521],{9521:function(e,s,i){i.r(s),i.d(s,{default:function(){return t}});var n=i(184);function t(e){var s,i=e.kcContext,t=e.i18n,a=e.doUseDefaultCss,r=e.Template,l=e.classes,c=t.msg,o=i.url,u=i.user;return(0,n.jsxs)(r,Object.assign({},{kcContext:i,i18n:t,doUseDefaultCss:a,classes:l},{displayMessage:!1,headerNode:c("emailVerifyTitle")},{children:[(0,n.jsx)("p",Object.assign({className:"instruction"},{children:c("emailVerifyInstruction1",null!==(s=null===u||void 0===u?void 0:u.email)&&void 0!==s?s:"")})),(0,n.jsxs)("p",Object.assign({className:"instruction"},{children:[c("emailVerifyInstruction2"),(0,n.jsx)("br",{}),(0,n.jsx)("a",Object.assign({href:o.loginAction},{children:c("doClickHere")})),"\xa0",c("emailVerifyInstruction3")]}))]}))}}}]); +//# sourceMappingURL=9521.b38e2e7e.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9521.b38e2e7e.chunk.js.map b/resources/keycloak/keycloakify/static/js/9521.b38e2e7e.chunk.js.map new file mode 100644 index 00000000..13449056 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9521.b38e2e7e.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/9521.b38e2e7e.chunk.js","mappings":"0LAIc,SAAUA,EAAiBC,G,MAC7BC,EAAwDD,EAAxDC,UAAWC,EAA6CF,EAA7CE,KAAMC,EAAuCH,EAAvCG,gBAAiBC,EAAsBJ,EAAtBI,SAAUC,EAAYL,EAAZK,QAE5CC,EAAQJ,EAARI,IAEAC,EAAcN,EAAdM,IAAKC,EAASP,EAATO,KAEb,OACIC,EAAAA,EAAAA,MAACL,EAAQM,OAAAC,OAAA,GAAK,CAAEV,UAAAA,EAAWC,KAAAA,EAAMC,gBAAAA,EAAiBE,QAAAA,GAAS,CAAEO,gBAAgB,EAAOC,WAAYP,EAAI,qBAAmB,CAAAQ,SAAA,EACnHC,EAAAA,EAAAA,KAAA,IAAAL,OAAAC,OAAA,CAAGK,UAAU,eAAa,CAAAF,SAAER,EAAI,0BAAsC,QAAXW,EAAI,OAAJT,QAAI,IAAJA,OAAI,EAAJA,EAAMU,aAAK,IAAAD,EAAAA,EAAI,QAC1ER,EAAAA,EAAAA,MAAA,IAAAC,OAAAC,OAAA,CAAGK,UAAU,eAAa,CAAAF,SAAA,CACrBR,EAAI,4BACLS,EAAAA,EAAAA,KAAA,UACAA,EAAAA,EAAAA,KAAA,IAAAL,OAAAC,OAAA,CAAGQ,KAAMZ,EAAIa,aAAW,CAAAN,SAAGR,EAAI,kBAAmB,OAEjDA,EAAI,kCAIrB,C","sources":["../node_modules/keycloakify/src/login/pages/LoginVerifyEmail.tsx"],"sourcesContent":["import type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function LoginVerifyEmail(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { msg } = i18n;\n\n const { url, user } = kcContext;\n\n return (\n \n );\n}\n"],"names":["LoginVerifyEmail","props","kcContext","i18n","doUseDefaultCss","Template","classes","msg","url","user","_jsxs","Object","assign","displayMessage","headerNode","children","_jsx","className","_a","email","href","loginAction"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9703.ce6a6e72.chunk.js b/resources/keycloak/keycloakify/static/js/9703.ce6a6e72.chunk.js new file mode 100644 index 00000000..a8f583cc --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9703.ce6a6e72.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[9703],{2889:function(s,c,e){e.d(c,{a:function(){return o}});var t=e(6055),l=e(969);function o(s){var c=s.defaultClasses;return{useGetClassName:function(s){var e=s.classes;return{getClassName:(0,l.O)((function(s){return(0,t.W)(s,c[s],null===e||void 0===e?void 0:e[s])}))}}}}},7107:function(s,c,e){e.d(c,{v:function(){return t}});var t=(0,e(2889).a)({defaultClasses:{kcHtmlClass:"login-pf",kcLoginClass:"login-pf-page",kcContentWrapperClass:"row",kcHeaderClass:"login-pf-page-header",kcHeaderWrapperClass:void 0,kcFormCardClass:"card-pf",kcFormCardAccountClass:"login-pf-accounts",kcFormSocialAccountClass:"login-pf-social-section",kcFormSocialAccountContentClass:"col-xs-12 col-sm-6",kcFormHeaderClass:"login-pf-header",kcLocaleWrapperClass:void 0,kcFeedbackErrorIcon:"pficon pficon-error-circle-o",kcFeedbackWarningIcon:"pficon pficon-warning-triangle-o",kcFeedbackSuccessIcon:"pficon pficon-ok",kcFeedbackInfoIcon:"pficon pficon-info",kcResetFlowIcon:"pficon pficon-arrow fa-2x",kcFormGroupClass:"form-group",kcLabelWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcSignUpClass:"login-pf-signup",kcInfoAreaWrapperClass:void 0,kcLogoClass:"login-pf-brand",kcContainerClass:"container-fluid",kcContentClass:"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3",kcFeedbackAreaClass:"col-md-12",kcLocaleClass:"col-xs-12 col-sm-1",kcAlertIconClasserror:"pficon pficon-error-circle-o",kcFormAreaClass:"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2",kcFormSocialAccountListClass:"login-pf-social list-unstyled login-pf-social-all",kcFormSocialAccountDoubleListClass:"login-pf-social-double-col",kcFormSocialAccountListLinkClass:"login-pf-social-link",kcWebAuthnKeyIcon:"pficon pficon-key",kcWebAuthnDefaultIcon:"pficon pficon-key",kcFormClass:"form-horizontal",kcFormGroupErrorClass:"has-error",kcLabelClass:"control-label",kcInputClass:"form-control",kcInputErrorMessageClass:"pf-c-form__helper-text pf-m-error required kc-feedback-text",kcInputWrapperClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormOptionsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormButtonsClass:"col-xs-12 col-sm-12 col-md-12 col-lg-12",kcFormSettingClass:"login-pf-settings",kcTextareaClass:"form-control",kcInfoAreaClass:"col-xs-12 col-sm-4 col-md-4 col-lg-5 details",kcFormGroupHeader:"pf-c-form__group",kcButtonClass:"btn",kcButtonPrimaryClass:"btn-primary",kcButtonDefaultClass:"btn-default",kcButtonLargeClass:"btn-lg",kcButtonBlockClass:"btn-block",kcInputLargeClass:"input-lg",kcSrOnlyClass:"sr-only",kcSelectAuthListClass:"list-group list-view-pf",kcSelectAuthListItemClass:"list-group-item list-view-pf-stacked",kcSelectAuthListItemFillClass:"pf-l-split__item pf-m-fill",kcSelectAuthListItemIconPropertyClass:"fa-2x select-auth-box-icon-properties",kcSelectAuthListItemIconClass:"pf-l-split__item select-auth-box-icon",kcSelectAuthListItemTitle:"select-auth-box-paragraph",kcSelectAuthListItemInfoClass:"list-view-pf-main-info",kcSelectAuthListItemLeftClass:"list-view-pf-left",kcSelectAuthListItemBodyClass:"list-view-pf-body",kcSelectAuthListItemDescriptionClass:"list-view-pf-description",kcSelectAuthListItemHeadingClass:"list-group-item-heading",kcSelectAuthListItemHelpTextClass:"list-group-item-text",kcAuthenticatorDefaultClass:"fa list-view-pf-icon-lg",kcAuthenticatorPasswordClass:"fa fa-unlock list-view-pf-icon-lg",kcAuthenticatorOTPClass:"fa fa-mobile list-view-pf-icon-lg",kcAuthenticatorWebAuthnClass:"fa fa-key list-view-pf-icon-lg",kcAuthenticatorWebAuthnPasswordlessClass:"fa fa-key list-view-pf-icon-lg",kcSelectOTPListClass:"card-pf card-pf-view card-pf-view-select card-pf-view-single-select",kcSelectOTPListItemClass:"card-pf-body card-pf-top-element",kcAuthenticatorOtpCircleClass:"fa fa-mobile card-pf-icon-circle",kcSelectOTPItemHeadingClass:"card-pf-title text-center",kcFormOptionsWrapperClass:void 0}}).useGetClassName},9703:function(s,c,e){e.r(c),e.d(c,{default:function(){return a}});var t=e(184),l=e(6055),o=e(7107);function a(s){var c=s.kcContext,e=s.i18n,a=s.doUseDefaultCss,i=s.Template,n=s.classes,r=(0,o.v)({doUseDefaultCss:a,classes:n}).getClassName,f=c.url,u=c.idpAlias,k=e.msg;return(0,t.jsx)(i,Object.assign({},{kcContext:c,i18n:e,doUseDefaultCss:a,classes:n},{headerNode:k("confirmLinkIdpTitle")},{children:(0,t.jsx)("form",Object.assign({id:"kc-register-form",action:f.loginAction,method:"post"},{children:(0,t.jsxs)("div",Object.assign({className:r("kcFormGroupClass")},{children:[(0,t.jsx)("button",Object.assign({type:"submit",className:(0,l.W)(r("kcButtonClass"),r("kcButtonDefaultClass"),r("kcButtonBlockClass"),r("kcButtonLargeClass")),name:"submitAction",id:"updateProfile",value:"updateProfile"},{children:k("confirmLinkIdpReviewProfile")})),(0,t.jsx)("button",Object.assign({type:"submit",className:(0,l.W)(r("kcButtonClass"),r("kcButtonDefaultClass"),r("kcButtonBlockClass"),r("kcButtonLargeClass")),name:"submitAction",id:"linkAccount",value:"linkAccount"},{children:k("confirmLinkIdpContinue",u)}))]}))}))}))}},6055:function(s,c,e){e.d(c,{W:function(){return a}});var t=e(2982),l=e(9883),o=e(9465),a=function s(){for(var c=arguments.length,e=0,a="";e(params: { defaultClasses: Record }) {\n const { defaultClasses } = params;\n\n function useGetClassName(params: { doUseDefaultCss: boolean; classes: Partial> | undefined }) {\n const { classes } = params;\n\n const getClassName = useConstCallback((classKey: ClassKey): string => {\n return clsx(classKey, defaultClasses[classKey], classes?.[classKey]);\n });\n\n return { getClassName };\n }\n\n return { useGetClassName };\n}\n","import { createUseClassName } from \"keycloakify/lib/useGetClassName\";\nimport type { ClassKey } from \"keycloakify/login/TemplateProps\";\n\nexport const { useGetClassName } = createUseClassName({\n \"defaultClasses\": {\n \"kcHtmlClass\": \"login-pf\",\n \"kcLoginClass\": \"login-pf-page\",\n \"kcContentWrapperClass\": \"row\",\n \"kcHeaderClass\": \"login-pf-page-header\",\n \"kcHeaderWrapperClass\": undefined,\n \"kcFormCardClass\": \"card-pf\",\n \"kcFormCardAccountClass\": \"login-pf-accounts\",\n \"kcFormSocialAccountClass\": \"login-pf-social-section\",\n \"kcFormSocialAccountContentClass\": \"col-xs-12 col-sm-6\",\n \"kcFormHeaderClass\": \"login-pf-header\",\n \"kcLocaleWrapperClass\": undefined,\n \"kcFeedbackErrorIcon\": \"pficon pficon-error-circle-o\",\n \"kcFeedbackWarningIcon\": \"pficon pficon-warning-triangle-o\",\n \"kcFeedbackSuccessIcon\": \"pficon pficon-ok\",\n \"kcFeedbackInfoIcon\": \"pficon pficon-info\",\n \"kcResetFlowIcon\": \"pficon pficon-arrow fa-2x\",\n \"kcFormGroupClass\": \"form-group\",\n \"kcLabelWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcSignUpClass\": \"login-pf-signup\",\n \"kcInfoAreaWrapperClass\": undefined,\n\n \"kcLogoClass\": \"login-pf-brand\",\n \"kcContainerClass\": \"container-fluid\",\n \"kcContentClass\": \"col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3 col-lg-6 col-lg-offset-3\",\n \"kcFeedbackAreaClass\": \"col-md-12\",\n \"kcLocaleClass\": \"col-xs-12 col-sm-1\",\n \"kcAlertIconClasserror\": \"pficon pficon-error-circle-o\",\n\n \"kcFormAreaClass\": \"col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2\",\n \"kcFormSocialAccountListClass\": \"login-pf-social list-unstyled login-pf-social-all\",\n \"kcFormSocialAccountDoubleListClass\": \"login-pf-social-double-col\",\n \"kcFormSocialAccountListLinkClass\": \"login-pf-social-link\",\n \"kcWebAuthnKeyIcon\": \"pficon pficon-key\",\n \"kcWebAuthnDefaultIcon\": \"pficon pficon-key\",\n\n \"kcFormClass\": \"form-horizontal\",\n \"kcFormGroupErrorClass\": \"has-error\",\n \"kcLabelClass\": \"control-label\",\n \"kcInputClass\": \"form-control\",\n \"kcInputErrorMessageClass\": \"pf-c-form__helper-text pf-m-error required kc-feedback-text\",\n \"kcInputWrapperClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormOptionsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormButtonsClass\": \"col-xs-12 col-sm-12 col-md-12 col-lg-12\",\n \"kcFormSettingClass\": \"login-pf-settings\",\n \"kcTextareaClass\": \"form-control\",\n\n \"kcInfoAreaClass\": \"col-xs-12 col-sm-4 col-md-4 col-lg-5 details\",\n\n // user-profile grouping\n \"kcFormGroupHeader\": \"pf-c-form__group\",\n\n // css classes for form buttons main class used for all buttons\n \"kcButtonClass\": \"btn\",\n // classes defining priority of the button - primary or default (there is typically only one priority button for the form)\n \"kcButtonPrimaryClass\": \"btn-primary\",\n \"kcButtonDefaultClass\": \"btn-default\",\n // classes defining size of the button\n \"kcButtonLargeClass\": \"btn-lg\",\n \"kcButtonBlockClass\": \"btn-block\",\n\n // css classes for input\n \"kcInputLargeClass\": \"input-lg\",\n\n // css classes for form accessability\n \"kcSrOnlyClass\": \"sr-only\",\n\n // css classes for select-authenticator form\n \"kcSelectAuthListClass\": \"list-group list-view-pf\",\n \"kcSelectAuthListItemClass\": \"list-group-item list-view-pf-stacked\",\n \"kcSelectAuthListItemFillClass\": \"pf-l-split__item pf-m-fill\",\n \"kcSelectAuthListItemIconPropertyClass\": \"fa-2x select-auth-box-icon-properties\",\n \"kcSelectAuthListItemIconClass\": \"pf-l-split__item select-auth-box-icon\",\n \"kcSelectAuthListItemTitle\": \"select-auth-box-paragraph\",\n \"kcSelectAuthListItemInfoClass\": \"list-view-pf-main-info\",\n \"kcSelectAuthListItemLeftClass\": \"list-view-pf-left\",\n \"kcSelectAuthListItemBodyClass\": \"list-view-pf-body\",\n \"kcSelectAuthListItemDescriptionClass\": \"list-view-pf-description\",\n \"kcSelectAuthListItemHeadingClass\": \"list-group-item-heading\",\n \"kcSelectAuthListItemHelpTextClass\": \"list-group-item-text\",\n\n // css classes for the authenticators\n \"kcAuthenticatorDefaultClass\": \"fa list-view-pf-icon-lg\",\n \"kcAuthenticatorPasswordClass\": \"fa fa-unlock list-view-pf-icon-lg\",\n \"kcAuthenticatorOTPClass\": \"fa fa-mobile list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnClass\": \"fa fa-key list-view-pf-icon-lg\",\n \"kcAuthenticatorWebAuthnPasswordlessClass\": \"fa fa-key list-view-pf-icon-lg\",\n\n //css classes for the OTP Login Form\n \"kcSelectOTPListClass\": \"card-pf card-pf-view card-pf-view-select card-pf-view-single-select\",\n \"kcSelectOTPListItemClass\": \"card-pf-body card-pf-top-element\",\n \"kcAuthenticatorOtpCircleClass\": \"fa fa-mobile card-pf-icon-circle\",\n \"kcSelectOTPItemHeadingClass\": \"card-pf-title text-center\",\n \"kcFormOptionsWrapperClass\": undefined\n }\n});\n","import { clsx } from \"keycloakify/tools/clsx\";\nimport type { PageProps } from \"keycloakify/login/pages/PageProps\";\nimport { useGetClassName } from \"keycloakify/login/lib/useGetClassName\";\nimport type { KcContext } from \"../kcContext\";\nimport type { I18n } from \"../i18n\";\n\nexport default function LoginIdpLinkConfirm(props: PageProps, I18n>) {\n const { kcContext, i18n, doUseDefaultCss, Template, classes } = props;\n\n const { getClassName } = useGetClassName({\n doUseDefaultCss,\n classes\n });\n\n const { url, idpAlias } = kcContext;\n\n const { msg } = i18n;\n\n return (\n \n );\n}\n","import { assert } from \"tsafe/assert\";\nimport { typeGuard } from \"tsafe/typeGuard\";\n\nexport type CxArg = undefined | null | string | boolean | Partial> | readonly CxArg[];\n\nexport const clsx = (...args: CxArg[]): string => {\n const len = args.length;\n let i = 0;\n let cls = \"\";\n for (; i < len; i++) {\n const arg = args[i];\n if (arg == null) continue;\n\n let toAdd;\n switch (typeof arg) {\n case \"boolean\":\n break;\n case \"object\": {\n if (Array.isArray(arg)) {\n toAdd = clsx(...arg);\n } else {\n assert(!typeGuard<{ length: number }>(arg, false));\n\n toAdd = \"\";\n for (const k in arg) {\n if (arg[k as string] && k) {\n toAdd && (toAdd += \" \");\n toAdd += k;\n }\n }\n }\n break;\n }\n default: {\n toAdd = arg;\n }\n }\n if (toAdd) {\n cls && (cls += \" \");\n cls += toAdd;\n }\n }\n return cls;\n};\n","/* eslint-disable @typescript-eslint/no-namespace */\n/* eslint-disable @typescript-eslint/no-explicit-any */\n\n/** https://docs.tsafe.dev/typeguard */\nexport function typeGuard(_value: any, isMatched: boolean): _value is T {\n return isMatched;\n}\n"],"names":["createUseClassName","params","defaultClasses","useGetClassName","classes","getClassName","useConstCallback","classKey","clsx","undefined","LoginIdpLinkConfirm","props","kcContext","i18n","doUseDefaultCss","Template","url","idpAlias","msg","_jsx","Object","assign","headerNode","children","id","action","loginAction","method","_jsxs","className","type","name","value","len","arguments","length","i","cls","arg","toAdd","Array","isArray","apply","_toConsumableArray","k","assert","typeGuard","_value","isMatched"],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9773.737765a2.chunk.js b/resources/keycloak/keycloakify/static/js/9773.737765a2.chunk.js new file mode 100644 index 00000000..b27c1187 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9773.737765a2.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[9773],{9773:function(e,t,a){a.r(t);t.default={doSave:"Spara",doCancel:"Avbryt",doLogOutAllSessions:"Logga ut fr\xe5n samtliga sessioner",doRemove:"Ta bort",doAdd:"L\xe4gg till",doSignOut:"Logga ut",editAccountHtmlTitle:"Redigera konto",federatedIdentitiesHtmlTitle:"Federerade identiteter",accountLogHtmlTitle:"Kontologg",changePasswordHtmlTitle:"Byt l\xf6senord",sessionsHtmlTitle:"Sessioner",accountManagementTitle:"Kontohantering f\xf6r Keycloak",authenticatorTitle:"Autentiserare",applicationsHtmlTitle:"Applikationer",authenticatorCode:"Eng\xe5ngskod",email:"E-post",firstName:"F\xf6rnamn",lastName:"Efternamn",password:"L\xf6senord",passwordConfirm:"Bekr\xe4ftelse",passwordNew:"Nytt l\xf6senord",username:"Anv\xe4ndarnamn",address:"Adress",street:"Gata",locality:"Postort",region:"Stat, Provins eller Region",postal_code:"Postnummer",country:"Land",emailVerified:"E-post verifierad",gssDelegationCredential:"GSS Delegation Credential",role_admin:"Administrat\xf6r","role_realm-admin":"Realm-administrat\xf6r","role_create-realm":"Skapa realm","role_view-realm":"Visa realm","role_view-users":"Visa anv\xe4ndare","role_view-applications":"Visa applikationer","role_view-clients":"Visa klienter","role_view-events":"Visa event","role_view-identity-providers":"Visa identitetsleverant\xf6rer","role_manage-realm":"Hantera realm","role_manage-users":"Hantera anv\xe4ndare","role_manage-applications":"Hantera applikationer","role_manage-identity-providers":"Hantera identitetsleverant\xf6rer","role_manage-clients":"Hantera klienter","role_manage-events":"Hantera event","role_view-profile":"Visa profil","role_manage-account":"Hantera konto","role_read-token":"L\xe4s element","role_offline-access":"\xc5tkomst offline",role_uma_authorization:"Erh\xe5ll tillst\xe5nd",client_account:"Konto","client_security-admin-console":"S\xe4kerhetsadministrat\xf6rskonsol","client_admin-cli":"Administrat\xf6rs-CLI","client_realm-management":"Realmhantering",requiredFields:"Obligatoriska f\xe4lt",allFieldsRequired:"Samtliga f\xe4lt kr\xe4vs",backToApplication:"« Tillbaka till applikationen",backTo:"Tillbaka till {0}",date:"Datum",event:"Event",ip:"IP",client:"Klient",clients:"Klienter",details:"Detaljer",started:"Startade",lastAccess:"Senast \xe5tkomst",expires:"Upph\xf6r",applications:"Applikationer",account:"Konto",federatedIdentity:"Federerad identitet",authenticator:"Autentiserare",sessions:"Sessioner",log:"Logg",application:"Applikation",availablePermissions:"Tillg\xe4ngliga r\xe4ttigheter",grantedPermissions:"Beviljade r\xe4ttigheter",grantedPersonalInfo:"Medgiven personlig information",additionalGrants:"Ytterligare medgivanden",action:"\xc5tg\xe4rd",inResource:"i",fullAccess:"Fullst\xe4ndig \xe5tkomst",offlineToken:"Offline token",revoke:"Upph\xe4v r\xe4ttighet",configureAuthenticators:"Konfigurerade autentiserare",mobile:"Mobil",totpStep1:'Installera FreeOTP eller Google Authenticator p\xe5 din enhet. B\xe5da applikationerna finns tillg\xe4ngliga p\xe5 Google Play och Apple App Store.',totpStep2:"\xd6ppna applikationen och skanna streckkoden eller skriv i nyckeln.",totpStep3:"Fyll i eng\xe5ngskoden som tillhandah\xe5lls av applikationen och klicka p\xe5 Spara f\xf6r att avsluta inst\xe4llningarna.",missingUsernameMessage:"V\xe4nligen ange anv\xe4ndarnamn.",missingFirstNameMessage:"V\xe4nligen ange f\xf6rnamn.",invalidEmailMessage:"Ogiltig e-postadress.",missingLastNameMessage:"V\xe4nligen ange efternamn.",missingEmailMessage:"V\xe4nligen ange e-post.",missingPasswordMessage:"V\xe4nligen ange l\xf6senord.",notMatchPasswordMessage:"L\xf6senorden matchar inte.",missingTotpMessage:"V\xe4nligen ange autentiseringskoden.",invalidPasswordExistingMessage:"Det nuvarande l\xf6senordet \xe4r ogiltigt.",invalidPasswordConfirmMessage:"L\xf6senordsbekr\xe4ftelsen matchar inte.",invalidTotpMessage:"Autentiseringskoden \xe4r ogiltig.",usernameExistsMessage:"Anv\xe4ndarnamnet finns redan.",emailExistsMessage:"E-posten finns redan.",readOnlyUserMessage:"Du kan inte uppdatera ditt konto eftersom det \xe4r skrivskyddat.",readOnlyPasswordMessage:"Du kan inte uppdatera ditt l\xf6senord eftersom ditt konto \xe4r skrivskyddat.",successTotpMessage:"Mobilautentiseraren \xe4r inst\xe4lld.",successTotpRemovedMessage:"Mobilautentiseraren \xe4r borttagen.",successGrantRevokedMessage:"Upph\xe4vandet av r\xe4ttigheten lyckades.",accountUpdatedMessage:"Ditt konto har uppdaterats.",accountPasswordUpdatedMessage:"Ditt l\xf6senord har uppdaterats.",missingIdentityProviderMessage:"Identitetsleverant\xf6r \xe4r inte angiven.",invalidFederatedIdentityActionMessage:"\xc5tg\xe4rden \xe4r ogiltig eller saknas.",identityProviderNotFoundMessage:"Angiven identitetsleverant\xf6r hittas inte.",federatedIdentityLinkNotActiveMessage:"Den h\xe4r identiteten \xe4r inte l\xe4ngre aktiv.",federatedIdentityRemovingLastProviderMessage:"Du kan inte ta bort senaste federerade identiteten eftersom du inte har ett l\xf6senord.",identityProviderRedirectErrorMessage:"Misslyckades med att omdirigera till identitetsleverant\xf6r.",identityProviderRemovedMessage:"Borttagningen av identitetsleverant\xf6ren lyckades.",identityProviderAlreadyLinkedMessage:"Den federerade identiteten som returnerades av {0} \xe4r redan l\xe4nkad till en annan anv\xe4ndare.",staleCodeAccountMessage:"Sidan har upph\xf6rt att g\xe4lla. V\xe4nligen f\xf6rs\xf6k igen.",consentDenied:"Samtycket f\xf6rnekades.",accountDisabledMessage:"Kontot \xe4r inaktiverat, kontakta administrat\xf6r.",accountTemporarilyDisabledMessage:"Kontot \xe4r tillf\xe4lligt inaktiverat, kontakta administrat\xf6r eller f\xf6rs\xf6k igen senare.",invalidPasswordMinLengthMessage:"Ogiltigt l\xf6senord. Minsta l\xe4ngd \xe4r {0}.",invalidPasswordMinLowerCaseCharsMessage:"Ogiltigt l\xf6senord: m\xe5ste inneh\xe5lla minst {0} sm\xe5 bokst\xe4ver.",invalidPasswordMinDigitsMessage:"Ogiltigt l\xf6senord: m\xe5ste inneh\xe5lla minst {0} siffror.",invalidPasswordMinUpperCaseCharsMessage:"Ogiltigt l\xf6senord: m\xe5ste inneh\xe5lla minst {0} stora bokst\xe4ver.",invalidPasswordMinSpecialCharsMessage:"Ogiltigt l\xf6senord: m\xe5ste inneh\xe5lla minst {0} specialtecken.",invalidPasswordNotUsernameMessage:"Ogiltigt l\xf6senord: F\xe5r inte vara samma som anv\xe4ndarnamnet.",invalidPasswordRegexPatternMessage:"Ogiltigt l\xf6senord: matchar inte kravet f\xf6r l\xf6senordsm\xf6nster.",invalidPasswordHistoryMessage:"Ogiltigt l\xf6senord: F\xe5r inte vara samma som de senaste {0} l\xf6senorden.",invalidPasswordGenericMessage:"Ogiltigt l\xf6senord: Det nya l\xf6senordet st\xe4mmer inte med l\xf6senordspolicyn."}}}]); +//# sourceMappingURL=9773.737765a2.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9773.737765a2.chunk.js.map b/resources/keycloak/keycloakify/static/js/9773.737765a2.chunk.js.map new file mode 100644 index 00000000..435d0482 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9773.737765a2.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/9773.737765a2.chunk.js","mappings":"uIAwIA,UApIgB,CACd,OAAU,QACV,SAAY,SACZ,oBAAuB,sCACvB,SAAY,UACZ,MAAS,eACT,UAAa,WACb,qBAAwB,iBACxB,6BAAgC,yBAChC,oBAAuB,YACvB,wBAA2B,kBAC3B,kBAAqB,YACrB,uBAA0B,iCAC1B,mBAAsB,gBACtB,sBAAyB,gBACzB,kBAAqB,gBACrB,MAAS,SACT,UAAa,aACb,SAAY,YACZ,SAAY,cACZ,gBAAmB,iBACnB,YAAe,mBACf,SAAY,kBACZ,QAAW,SACX,OAAU,OACV,SAAY,UACZ,OAAU,6BACV,YAAe,aACf,QAAW,OACX,cAAiB,oBACjB,wBAA2B,4BAC3B,WAAc,mBACd,mBAAoB,yBACpB,oBAAqB,cACrB,kBAAmB,aACnB,kBAAmB,oBACnB,yBAA0B,qBAC1B,oBAAqB,gBACrB,mBAAoB,aACpB,+BAAgC,iCAChC,oBAAqB,gBACrB,oBAAqB,uBACrB,2BAA4B,wBAC5B,iCAAkC,oCAClC,sBAAuB,mBACvB,qBAAsB,gBACtB,oBAAqB,cACrB,sBAAuB,gBACvB,kBAAmB,iBACnB,sBAAuB,qBACvB,uBAA0B,yBAC1B,eAAkB,QAClB,gCAAiC,sCACjC,mBAAoB,wBACpB,0BAA2B,iBAC3B,eAAkB,wBAClB,kBAAqB,4BACrB,kBAAqB,sCACrB,OAAU,oBACV,KAAQ,QACR,MAAS,QACT,GAAM,KACN,OAAU,SACV,QAAW,WACX,QAAW,WACX,QAAW,WACX,WAAc,oBACd,QAAW,YACX,aAAgB,gBAChB,QAAW,QACX,kBAAqB,sBACrB,cAAiB,gBACjB,SAAY,YACZ,IAAO,OACP,YAAe,cACf,qBAAwB,iCACxB,mBAAsB,2BACtB,oBAAuB,iCACvB,iBAAoB,0BACpB,OAAU,eACV,WAAc,IACd,WAAc,4BACd,aAAgB,gBAChB,OAAU,yBACV,wBAA2B,8BAC3B,OAAU,QACV,UAAa,qPACb,UAAa,uEACb,UAAa,8HACb,uBAA0B,oCAC1B,wBAA2B,+BAC3B,oBAAuB,wBACvB,uBAA0B,8BAC1B,oBAAuB,2BACvB,uBAA0B,gCAC1B,wBAA2B,8BAC3B,mBAAsB,wCACtB,+BAAkC,8CAClC,8BAAiC,4CACjC,mBAAsB,qCACtB,sBAAyB,iCACzB,mBAAsB,wBACtB,oBAAuB,oEACvB,wBAA2B,iFAC3B,mBAAsB,yCACtB,0BAA6B,uCAC7B,2BAA8B,6CAC9B,sBAAyB,8BACzB,8BAAiC,oCACjC,+BAAkC,8CAClC,sCAAyC,6CACzC,gCAAmC,+CACnC,sCAAyC,qDACzC,6CAAgD,2FAChD,qCAAwC,gEACxC,+BAAkC,uDAClC,qCAAwC,wGACxC,wBAA2B,oEAC3B,cAAiB,2BACjB,uBAA0B,uDAC1B,kCAAqC,qGACrC,gCAAmC,mDACnC,wCAA2C,6EAC3C,gCAAmC,iEACnC,wCAA2C,4EAC3C,sCAAyC,uEACzC,kCAAqC,sEACrC,mCAAsC,2EACtC,8BAAiC,iFACjC,8BAAiC,uF","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/sv.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Spara\",\n \"doCancel\": \"Avbryt\",\n \"doLogOutAllSessions\": \"Logga ut från samtliga sessioner\",\n \"doRemove\": \"Ta bort\",\n \"doAdd\": \"Lägg till\",\n \"doSignOut\": \"Logga ut\",\n \"editAccountHtmlTitle\": \"Redigera konto\",\n \"federatedIdentitiesHtmlTitle\": \"Federerade identiteter\",\n \"accountLogHtmlTitle\": \"Kontologg\",\n \"changePasswordHtmlTitle\": \"Byt lösenord\",\n \"sessionsHtmlTitle\": \"Sessioner\",\n \"accountManagementTitle\": \"Kontohantering för Keycloak\",\n \"authenticatorTitle\": \"Autentiserare\",\n \"applicationsHtmlTitle\": \"Applikationer\",\n \"authenticatorCode\": \"Engångskod\",\n \"email\": \"E-post\",\n \"firstName\": \"Förnamn\",\n \"lastName\": \"Efternamn\",\n \"password\": \"Lösenord\",\n \"passwordConfirm\": \"Bekräftelse\",\n \"passwordNew\": \"Nytt lösenord\",\n \"username\": \"Användarnamn\",\n \"address\": \"Adress\",\n \"street\": \"Gata\",\n \"locality\": \"Postort\",\n \"region\": \"Stat, Provins eller Region\",\n \"postal_code\": \"Postnummer\",\n \"country\": \"Land\",\n \"emailVerified\": \"E-post verifierad\",\n \"gssDelegationCredential\": \"GSS Delegation Credential\",\n \"role_admin\": \"Administratör\",\n \"role_realm-admin\": \"Realm-administratör\",\n \"role_create-realm\": \"Skapa realm\",\n \"role_view-realm\": \"Visa realm\",\n \"role_view-users\": \"Visa användare\",\n \"role_view-applications\": \"Visa applikationer\",\n \"role_view-clients\": \"Visa klienter\",\n \"role_view-events\": \"Visa event\",\n \"role_view-identity-providers\": \"Visa identitetsleverantörer\",\n \"role_manage-realm\": \"Hantera realm\",\n \"role_manage-users\": \"Hantera användare\",\n \"role_manage-applications\": \"Hantera applikationer\",\n \"role_manage-identity-providers\": \"Hantera identitetsleverantörer\",\n \"role_manage-clients\": \"Hantera klienter\",\n \"role_manage-events\": \"Hantera event\",\n \"role_view-profile\": \"Visa profil\",\n \"role_manage-account\": \"Hantera konto\",\n \"role_read-token\": \"Läs element\",\n \"role_offline-access\": \"Åtkomst offline\",\n \"role_uma_authorization\": \"Erhåll tillstånd\",\n \"client_account\": \"Konto\",\n \"client_security-admin-console\": \"Säkerhetsadministratörskonsol\",\n \"client_admin-cli\": \"Administratörs-CLI\",\n \"client_realm-management\": \"Realmhantering\",\n \"requiredFields\": \"Obligatoriska fält\",\n \"allFieldsRequired\": \"Samtliga fält krävs\",\n \"backToApplication\": \"« Tillbaka till applikationen\",\n \"backTo\": \"Tillbaka till {0}\",\n \"date\": \"Datum\",\n \"event\": \"Event\",\n \"ip\": \"IP\",\n \"client\": \"Klient\",\n \"clients\": \"Klienter\",\n \"details\": \"Detaljer\",\n \"started\": \"Startade\",\n \"lastAccess\": \"Senast åtkomst\",\n \"expires\": \"Upphör\",\n \"applications\": \"Applikationer\",\n \"account\": \"Konto\",\n \"federatedIdentity\": \"Federerad identitet\",\n \"authenticator\": \"Autentiserare\",\n \"sessions\": \"Sessioner\",\n \"log\": \"Logg\",\n \"application\": \"Applikation\",\n \"availablePermissions\": \"Tillgängliga rättigheter\",\n \"grantedPermissions\": \"Beviljade rättigheter\",\n \"grantedPersonalInfo\": \"Medgiven personlig information\",\n \"additionalGrants\": \"Ytterligare medgivanden\",\n \"action\": \"Åtgärd\",\n \"inResource\": \"i\",\n \"fullAccess\": \"Fullständig åtkomst\",\n \"offlineToken\": \"Offline token\",\n \"revoke\": \"Upphäv rättighet\",\n \"configureAuthenticators\": \"Konfigurerade autentiserare\",\n \"mobile\": \"Mobil\",\n \"totpStep1\": \"Installera FreeOTP eller Google Authenticator på din enhet. Båda applikationerna finns tillgängliga på Google Play och Apple App Store.\",\n \"totpStep2\": \"Öppna applikationen och skanna streckkoden eller skriv i nyckeln.\",\n \"totpStep3\": \"Fyll i engångskoden som tillhandahålls av applikationen och klicka på Spara för att avsluta inställningarna.\",\n \"missingUsernameMessage\": \"Vänligen ange användarnamn.\",\n \"missingFirstNameMessage\": \"Vänligen ange förnamn.\",\n \"invalidEmailMessage\": \"Ogiltig e-postadress.\",\n \"missingLastNameMessage\": \"Vänligen ange efternamn.\",\n \"missingEmailMessage\": \"Vänligen ange e-post.\",\n \"missingPasswordMessage\": \"Vänligen ange lösenord.\",\n \"notMatchPasswordMessage\": \"Lösenorden matchar inte.\",\n \"missingTotpMessage\": \"Vänligen ange autentiseringskoden.\",\n \"invalidPasswordExistingMessage\": \"Det nuvarande lösenordet är ogiltigt.\",\n \"invalidPasswordConfirmMessage\": \"Lösenordsbekräftelsen matchar inte.\",\n \"invalidTotpMessage\": \"Autentiseringskoden är ogiltig.\",\n \"usernameExistsMessage\": \"Användarnamnet finns redan.\",\n \"emailExistsMessage\": \"E-posten finns redan.\",\n \"readOnlyUserMessage\": \"Du kan inte uppdatera ditt konto eftersom det är skrivskyddat.\",\n \"readOnlyPasswordMessage\": \"Du kan inte uppdatera ditt lösenord eftersom ditt konto är skrivskyddat.\",\n \"successTotpMessage\": \"Mobilautentiseraren är inställd.\",\n \"successTotpRemovedMessage\": \"Mobilautentiseraren är borttagen.\",\n \"successGrantRevokedMessage\": \"Upphävandet av rättigheten lyckades.\",\n \"accountUpdatedMessage\": \"Ditt konto har uppdaterats.\",\n \"accountPasswordUpdatedMessage\": \"Ditt lösenord har uppdaterats.\",\n \"missingIdentityProviderMessage\": \"Identitetsleverantör är inte angiven.\",\n \"invalidFederatedIdentityActionMessage\": \"Åtgärden är ogiltig eller saknas.\",\n \"identityProviderNotFoundMessage\": \"Angiven identitetsleverantör hittas inte.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Den här identiteten är inte längre aktiv.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Du kan inte ta bort senaste federerade identiteten eftersom du inte har ett lösenord.\",\n \"identityProviderRedirectErrorMessage\": \"Misslyckades med att omdirigera till identitetsleverantör.\",\n \"identityProviderRemovedMessage\": \"Borttagningen av identitetsleverantören lyckades.\",\n \"identityProviderAlreadyLinkedMessage\": \"Den federerade identiteten som returnerades av {0} är redan länkad till en annan användare.\",\n \"staleCodeAccountMessage\": \"Sidan har upphört att gälla. Vänligen försök igen.\",\n \"consentDenied\": \"Samtycket förnekades.\",\n \"accountDisabledMessage\": \"Kontot är inaktiverat, kontakta administratör.\",\n \"accountTemporarilyDisabledMessage\": \"Kontot är tillfälligt inaktiverat, kontakta administratör eller försök igen senare.\",\n \"invalidPasswordMinLengthMessage\": \"Ogiltigt lösenord. Minsta längd är {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Ogiltigt lösenord: måste innehålla minst {0} små bokstäver.\",\n \"invalidPasswordMinDigitsMessage\": \"Ogiltigt lösenord: måste innehålla minst {0} siffror.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Ogiltigt lösenord: måste innehålla minst {0} stora bokstäver.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Ogiltigt lösenord: måste innehålla minst {0} specialtecken.\",\n \"invalidPasswordNotUsernameMessage\": \"Ogiltigt lösenord: Får inte vara samma som användarnamnet.\",\n \"invalidPasswordRegexPatternMessage\": \"Ogiltigt lösenord: matchar inte kravet för lösenordsmönster.\",\n \"invalidPasswordHistoryMessage\": \"Ogiltigt lösenord: Får inte vara samma som de senaste {0} lösenorden.\",\n \"invalidPasswordGenericMessage\": \"Ogiltigt lösenord: Det nya lösenordet stämmer inte med lösenordspolicyn.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9833.4553554a.chunk.js b/resources/keycloak/keycloakify/static/js/9833.4553554a.chunk.js new file mode 100644 index 00000000..a4d7b795 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9833.4553554a.chunk.js @@ -0,0 +1,2 @@ +"use strict";(self.webpackChunkkeycloakify_starter=self.webpackChunkkeycloakify_starter||[]).push([[9833],{9833:function(a,i,s){s.r(i);i.default={doSave:"Saugoti",doCancel:"At\u0161aukti",doLogOutAllSessions:"Atjungti visas sesijas",doRemove:"\u0160alinti",doAdd:"Prid\u0117ti",doSignOut:"Atsijungti",editAccountHtmlTitle:"Redaguoti paskyr\u0105",federatedIdentitiesHtmlTitle:"Susietos paskyros",accountLogHtmlTitle:"Paskyros \u017eurnalas",changePasswordHtmlTitle:"Keisti slapta\u017eod\u012f",sessionsHtmlTitle:"Prisijungimo sesijos",accountManagementTitle:"Keycloak Naudotoj\u0173 Administravimas",authenticatorTitle:"Autentifikatorius",applicationsHtmlTitle:"Programos",authenticatorCode:"Vienkartinis kodas",email:"El. pa\u0161tas",firstName:"Vardas",givenName:"Pavard\u0117",fullName:"Pilnas vardas",lastName:"Pavard\u0117",familyName:"Pavard\u0117",password:"Slapta\u017eodis",passwordConfirm:"Pakartotas slapta\u017eodis",passwordNew:"Naujas slapta\u017eodis",username:"Naudotojo vardas",address:"Adresas",street:"Gatv\u0117",locality:"Miestas arba vietov\u0117",region:"Rajonas",postal_code:"Pa\u0161to kodas",country:"\u0160alis",emailVerified:"El. pa\u0161to adresas patvirtintas",gssDelegationCredential:"GSS prisijungimo duomen\u0173 delegavimas",role_admin:"Administratorius","role_realm-admin":"Srities administravimas","role_create-realm":"Kurti srit\u012f","role_view-realm":"Per\u017ei\u016br\u0117ti srit\u012f","role_view-users":"Per\u017ei\u016br\u0117ti naudotojus","role_view-applications":"Per\u017ei\u016br\u0117ti programas","role_view-clients":"Per\u017ei\u016br\u0117ti klientines programas","role_view-events":"Per\u017ei\u016br\u0117ti \u012fvyki\u0173 \u017eurnal\u0105","role_view-identity-providers":"Per\u017ei\u016br\u0117ti tapatyb\u0117s teik\u0117jus","role_manage-realm":"Valdyti sritis","role_manage-users":"Valdyti naudotojus","role_manage-applications":"Valdyti programas","role_manage-identity-providers":"Valdyti tapatyb\u0117s teik\u0117jus","role_manage-clients":"Valdyti programas","role_manage-events":"Valdyti \u012fvykius","role_view-profile":"Per\u017ei\u016br\u0117ti paskyr\u0105","role_manage-account":"Valdyti paskyr\u0105","role_read-token":"Skaityti prieigos rak\u0161\u0105","role_offline-access":"Darbas neprisijungus",role_uma_authorization:"\u012egauti UMA autorizavimo teises",client_account:"Paskyra","client_security-admin-console":"Saugumo administravimo konsol\u0117","client_admin-cli":"Administravimo CLI","client_realm-management":"Srities valdymas",client_broker:"Tarpininkas",requiredFields:"Privalomi laukai",allFieldsRequired:"Visi laukai yra privalomi",backToApplication:"« Gr\u012f\u017eti \u012f program\u0105",backTo:"Atgal \u012f {0}",date:"Data",event:"\u012evykis",ip:"IP",client:"Klientas",clients:"Klientai",details:"Detaliau",started:"Suk\u016brimo laikas",lastAccess:"V\u0117liausia prieiga",expires:"Galioja iki",applications:"Programos",account:"Paskyra",federatedIdentity:"Susieta tapatyb\u0117",authenticator:"Autentifikatorius",sessions:"Sesijos",log:"\u012evykiai",application:"Programa",availablePermissions:"Galimos teis\u0117s",grantedPermissions:"\u012egalintos teis\u0117s",grantedPersonalInfo:"\u012egalinta asmenin\u0117 informacija",additionalGrants:"Papildomi \u012fgaliojimai",action:"Veiksmas",inResource:"yra",fullAccess:"Pilna prieiga",offlineToken:"Re\u017eimo neprisijungus raktas (token)",revoke:"At\u0161aukti \u012fgaliojim\u0105",configureAuthenticators:"Sukonfig\u016bruotas autentifikatorius",mobile:"Mobilus",totpStep1:'\u012ediekite FreeOTP arba Google Authenticator savo \u012frenginyje. Program\u0117l\u0117s prieinamos Google Play ir Apple App Store.',totpStep2:"Atidarykite program\u0117l\u0119 ir nuskenuokite barkod\u0105 arba \u012fveskite kod\u0105.",totpStep3:"\u012eveskite program\u0117l\u0117je sugeneruot\u0105 vien\u0105 kart\u0105 galiojant\u012f kod\u0105 ir paspauskite Saugoti nor\u0117dami prisijungti.",missingUsernameMessage:"Pra\u0161ome \u012fvesti naudotojo vard\u0105.",missingFirstNameMessage:"Pra\u0161ome \u012fvesti vard\u0105.",invalidEmailMessage:"Neteisingas el. pa\u0161to adresas.",missingLastNameMessage:"Pra\u0161ome \u012fvesti pavard\u0119.",missingEmailMessage:"Pra\u0161ome \u012fvesti el. pa\u0161to adres\u0105.",missingPasswordMessage:"Pra\u0161ome \u012fvesti slapta\u017eod\u012f.",notMatchPasswordMessage:"Slapta\u017eod\u017eiai nesutampa.",missingTotpMessage:"Pra\u0161ome \u012fvesti autentifikacijos kod\u0105.",invalidPasswordExistingMessage:"Neteisingas dabartinis slapta\u017eodis.",invalidPasswordConfirmMessage:"Pakartotas slapta\u017eodis nesutampa.",invalidTotpMessage:"Neteisingas autentifikacijos kodas.",usernameExistsMessage:"Toks naudotojas jau egzistuoja.",emailExistsMessage:"El. pa\u0161to adresas jau egzistuoja.",readOnlyUserMessage:"Tik skaitymui sukonfig\u016bruotos paskyros duomen\u0173 atnaujinti neleid\u017eiama.",readOnlyPasswordMessage:"Tik skaitymui sukonfig\u016bruotos paskyros slapta\u017eod\u017eio atnaujinti neleid\u017eiama.",successTotpMessage:"Mobilus autentifikatorius sukonfig\u016bruotas.",successTotpRemovedMessage:"Mobilus autentifikatorius pa\u0161alintas.",successGrantRevokedMessage:"\u012egalinimas pa\u0161alintas s\u0117kmingai.",accountUpdatedMessage:"J\u016bs\u0173 paskyros duomenys s\u0117kmingai atnaujinti.",accountPasswordUpdatedMessage:"J\u016bs\u0173 paskyros slapta\u017eodis pakeistas.",missingIdentityProviderMessage:"Nenurodytas tapatyb\u0117s teik\u0117jas.",invalidFederatedIdentityActionMessage:"Neteisingas arba ne\u017einomas veiksmas.",identityProviderNotFoundMessage:"Nurodytas tapatyb\u0117s teik\u0117jas nerastas.",federatedIdentityLinkNotActiveMessage:"Nurodyta susieta tapatyb\u0117 neaktyvi.",federatedIdentityRemovingLastProviderMessage:"J\u016bs negalite pa\u0161alinti paskutinio tapatyb\u0117s teik\u0117jo s\u0105sajos, nes J\u016bs neturite nusistat\u0119 paskyros slapta\u017eod\u017eio.",identityProviderRedirectErrorMessage:"Klaida nukreipiant \u012f tapatyb\u0117s teik\u0117jo puslap\u012f.",identityProviderRemovedMessage:"Tapatyb\u0117s teik\u0117jas s\u0117kmingai pa\u0161alintas.",identityProviderAlreadyLinkedMessage:"Susieta tapatyb\u0117 i\u0161 {0} jau susieta su kita paskyra.",staleCodeAccountMessage:"Puslapio galiojimas baig\u0117si. Bandykite dar kart\u0105.",consentDenied:"Prieiga draud\u017eiama.",accountDisabledMessage:"Paskyros galiojimas sustabdytas, kreipkit\u0117s \u012f administratori\u0173.",accountTemporarilyDisabledMessage:"Paskyros galiojimas laikinai sustabdytas. Kreipkit\u0117s \u012f administratori\u0173 arba pabandykite v\u0117liau.",invalidPasswordMinLengthMessage:"Per trumpas slapta\u017eodis: ma\u017eiausias ilgis {0}.",invalidPasswordMinLowerCaseCharsMessage:"Neteisingas slapta\u017eodis: privaloma \u012fvesti {0} ma\u017e\u0105j\u0105 raid\u0119.",invalidPasswordMinDigitsMessage:"Neteisingas slapta\u017eodis: privaloma \u012fvesti {0} skaitmen\u012f.",invalidPasswordMinUpperCaseCharsMessage:"Neteisingas slapta\u017eodis: privaloma \u012fvesti {0} did\u017ei\u0105j\u0105 raid\u0119.",invalidPasswordMinSpecialCharsMessage:"Neteisingas slapta\u017eodis: privaloma \u012fvesti {0} special\u0173 simbol\u012f.",invalidPasswordNotUsernameMessage:"Neteisingas slapta\u017eodis: slapta\u017eodis negali sutapti su naudotojo vardu.",invalidPasswordRegexPatternMessage:"Neteisingas slapta\u017eodis: slapta\u017eodis netenkina regex taisykl\u0117s(i\u0173).",invalidPasswordHistoryMessage:"Neteisingas slapta\u017eodis: slapta\u017eodis negali sutapti su prie\u0161 tai buvusiais {0} slapta\u017eod\u017eiais."}}}]); +//# sourceMappingURL=9833.4553554a.chunk.js.map \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/9833.4553554a.chunk.js.map b/resources/keycloak/keycloakify/static/js/9833.4553554a.chunk.js.map new file mode 100644 index 00000000..bbb44a92 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/9833.4553554a.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"file":"static/js/9833.4553554a.chunk.js","mappings":"uIA2IA,UAvIgB,CACd,OAAU,UACV,SAAY,gBACZ,oBAAuB,yBACvB,SAAY,eACZ,MAAS,eACT,UAAa,aACb,qBAAwB,yBACxB,6BAAgC,oBAChC,oBAAuB,yBACvB,wBAA2B,8BAC3B,kBAAqB,uBACrB,uBAA0B,0CAC1B,mBAAsB,oBACtB,sBAAyB,YACzB,kBAAqB,qBACrB,MAAS,kBACT,UAAa,SACb,UAAa,eACb,SAAY,gBACZ,SAAY,eACZ,WAAc,eACd,SAAY,mBACZ,gBAAmB,8BACnB,YAAe,0BACf,SAAY,mBACZ,QAAW,UACX,OAAU,aACV,SAAY,4BACZ,OAAU,UACV,YAAe,mBACf,QAAW,aACX,cAAiB,sCACjB,wBAA2B,4CAC3B,WAAc,mBACd,mBAAoB,0BACpB,oBAAqB,mBACrB,kBAAmB,uCACnB,kBAAmB,uCACnB,yBAA0B,sCAC1B,oBAAqB,iDACrB,mBAAoB,+DACpB,+BAAgC,yDAChC,oBAAqB,iBACrB,oBAAqB,qBACrB,2BAA4B,oBAC5B,iCAAkC,uCAClC,sBAAuB,oBACvB,qBAAsB,uBACtB,oBAAqB,yCACrB,sBAAuB,uBACvB,kBAAmB,oCACnB,sBAAuB,uBACvB,uBAA0B,sCAC1B,eAAkB,UAClB,gCAAiC,sCACjC,mBAAoB,qBACpB,0BAA2B,mBAC3B,cAAiB,cACjB,eAAkB,mBAClB,kBAAqB,4BACrB,kBAAqB,gDACrB,OAAU,mBACV,KAAQ,OACR,MAAS,cACT,GAAM,KACN,OAAU,WACV,QAAW,WACX,QAAW,WACX,QAAW,uBACX,WAAc,yBACd,QAAW,cACX,aAAgB,YAChB,QAAW,UACX,kBAAqB,wBACrB,cAAiB,oBACjB,SAAY,UACZ,IAAO,eACP,YAAe,WACf,qBAAwB,sBACxB,mBAAsB,6BACtB,oBAAuB,0CACvB,iBAAoB,6BACpB,OAAU,WACV,WAAc,MACd,WAAc,gBACd,aAAgB,2CAChB,OAAU,qCACV,wBAA2B,yCAC3B,OAAU,UACV,UAAa,wOACb,UAAa,8FACb,UAAa,0JACb,uBAA0B,iDAC1B,wBAA2B,uCAC3B,oBAAuB,sCACvB,uBAA0B,yCAC1B,oBAAuB,uDACvB,uBAA0B,iDAC1B,wBAA2B,qCAC3B,mBAAsB,uDACtB,+BAAkC,2CAClC,8BAAiC,yCACjC,mBAAsB,sCACtB,sBAAyB,kCACzB,mBAAsB,yCACtB,oBAAuB,wFACvB,wBAA2B,kGAC3B,mBAAsB,kDACtB,0BAA6B,6CAC7B,2BAA8B,kDAC9B,sBAAyB,8DACzB,8BAAiC,sDACjC,+BAAkC,4CAClC,sCAAyC,4CACzC,gCAAmC,mDACnC,sCAAyC,2CACzC,6CAAgD,8JAChD,qCAAwC,sEACxC,+BAAkC,+DAClC,qCAAwC,iEACxC,wBAA2B,8DAC3B,cAAiB,2BACjB,uBAA0B,gFAC1B,kCAAqC,sHACrC,gCAAmC,2DACnC,wCAA2C,4FAC3C,gCAAmC,0EACnC,wCAA2C,8FAC3C,sCAAyC,sFACzC,kCAAqC,oFACrC,mCAAsC,0FACtC,8BAAiC,0H","sources":["../node_modules/keycloakify/src/account/i18n/baseMessages/lt.ts"],"sourcesContent":["//This code was automatically generated by running scripts/generate-i18n-messages.ts\n//PLEASE DO NOT EDIT MANUALLY\n\n/* spell-checker: disable */\nconst messages= {\n \"doSave\": \"Saugoti\",\n \"doCancel\": \"Atšaukti\",\n \"doLogOutAllSessions\": \"Atjungti visas sesijas\",\n \"doRemove\": \"Šalinti\",\n \"doAdd\": \"Pridėti\",\n \"doSignOut\": \"Atsijungti\",\n \"editAccountHtmlTitle\": \"Redaguoti paskyrą\",\n \"federatedIdentitiesHtmlTitle\": \"Susietos paskyros\",\n \"accountLogHtmlTitle\": \"Paskyros žurnalas\",\n \"changePasswordHtmlTitle\": \"Keisti slaptažodį\",\n \"sessionsHtmlTitle\": \"Prisijungimo sesijos\",\n \"accountManagementTitle\": \"Keycloak Naudotojų Administravimas\",\n \"authenticatorTitle\": \"Autentifikatorius\",\n \"applicationsHtmlTitle\": \"Programos\",\n \"authenticatorCode\": \"Vienkartinis kodas\",\n \"email\": \"El. paštas\",\n \"firstName\": \"Vardas\",\n \"givenName\": \"Pavardė\",\n \"fullName\": \"Pilnas vardas\",\n \"lastName\": \"Pavardė\",\n \"familyName\": \"Pavardė\",\n \"password\": \"Slaptažodis\",\n \"passwordConfirm\": \"Pakartotas slaptažodis\",\n \"passwordNew\": \"Naujas slaptažodis\",\n \"username\": \"Naudotojo vardas\",\n \"address\": \"Adresas\",\n \"street\": \"Gatvė\",\n \"locality\": \"Miestas arba vietovė\",\n \"region\": \"Rajonas\",\n \"postal_code\": \"Pašto kodas\",\n \"country\": \"Šalis\",\n \"emailVerified\": \"El. pašto adresas patvirtintas\",\n \"gssDelegationCredential\": \"GSS prisijungimo duomenų delegavimas\",\n \"role_admin\": \"Administratorius\",\n \"role_realm-admin\": \"Srities administravimas\",\n \"role_create-realm\": \"Kurti sritį\",\n \"role_view-realm\": \"Peržiūrėti sritį\",\n \"role_view-users\": \"Peržiūrėti naudotojus\",\n \"role_view-applications\": \"Peržiūrėti programas\",\n \"role_view-clients\": \"Peržiūrėti klientines programas\",\n \"role_view-events\": \"Peržiūrėti įvykių žurnalą\",\n \"role_view-identity-providers\": \"Peržiūrėti tapatybės teikėjus\",\n \"role_manage-realm\": \"Valdyti sritis\",\n \"role_manage-users\": \"Valdyti naudotojus\",\n \"role_manage-applications\": \"Valdyti programas\",\n \"role_manage-identity-providers\": \"Valdyti tapatybės teikėjus\",\n \"role_manage-clients\": \"Valdyti programas\",\n \"role_manage-events\": \"Valdyti įvykius\",\n \"role_view-profile\": \"Peržiūrėti paskyrą\",\n \"role_manage-account\": \"Valdyti paskyrą\",\n \"role_read-token\": \"Skaityti prieigos rakšą\",\n \"role_offline-access\": \"Darbas neprisijungus\",\n \"role_uma_authorization\": \"Įgauti UMA autorizavimo teises\",\n \"client_account\": \"Paskyra\",\n \"client_security-admin-console\": \"Saugumo administravimo konsolė\",\n \"client_admin-cli\": \"Administravimo CLI\",\n \"client_realm-management\": \"Srities valdymas\",\n \"client_broker\": \"Tarpininkas\",\n \"requiredFields\": \"Privalomi laukai\",\n \"allFieldsRequired\": \"Visi laukai yra privalomi\",\n \"backToApplication\": \"« Grįžti į programą\",\n \"backTo\": \"Atgal į {0}\",\n \"date\": \"Data\",\n \"event\": \"Įvykis\",\n \"ip\": \"IP\",\n \"client\": \"Klientas\",\n \"clients\": \"Klientai\",\n \"details\": \"Detaliau\",\n \"started\": \"Sukūrimo laikas\",\n \"lastAccess\": \"Vėliausia prieiga\",\n \"expires\": \"Galioja iki\",\n \"applications\": \"Programos\",\n \"account\": \"Paskyra\",\n \"federatedIdentity\": \"Susieta tapatybė\",\n \"authenticator\": \"Autentifikatorius\",\n \"sessions\": \"Sesijos\",\n \"log\": \"Įvykiai\",\n \"application\": \"Programa\",\n \"availablePermissions\": \"Galimos teisės\",\n \"grantedPermissions\": \"Įgalintos teisės\",\n \"grantedPersonalInfo\": \"Įgalinta asmeninė informacija\",\n \"additionalGrants\": \"Papildomi įgaliojimai\",\n \"action\": \"Veiksmas\",\n \"inResource\": \"yra\",\n \"fullAccess\": \"Pilna prieiga\",\n \"offlineToken\": \"Režimo neprisijungus raktas (token)\",\n \"revoke\": \"Atšaukti įgaliojimą\",\n \"configureAuthenticators\": \"Sukonfigūruotas autentifikatorius\",\n \"mobile\": \"Mobilus\",\n \"totpStep1\": \"Įdiekite FreeOTP arba Google Authenticator savo įrenginyje. Programėlės prieinamos Google Play ir Apple App Store.\",\n \"totpStep2\": \"Atidarykite programėlę ir nuskenuokite barkodą arba įveskite kodą.\",\n \"totpStep3\": \"Įveskite programėlėje sugeneruotą vieną kartą galiojantį kodą ir paspauskite Saugoti norėdami prisijungti.\",\n \"missingUsernameMessage\": \"Prašome įvesti naudotojo vardą.\",\n \"missingFirstNameMessage\": \"Prašome įvesti vardą.\",\n \"invalidEmailMessage\": \"Neteisingas el. pašto adresas.\",\n \"missingLastNameMessage\": \"Prašome įvesti pavardę.\",\n \"missingEmailMessage\": \"Prašome įvesti el. pašto adresą.\",\n \"missingPasswordMessage\": \"Prašome įvesti slaptažodį.\",\n \"notMatchPasswordMessage\": \"Slaptažodžiai nesutampa.\",\n \"missingTotpMessage\": \"Prašome įvesti autentifikacijos kodą.\",\n \"invalidPasswordExistingMessage\": \"Neteisingas dabartinis slaptažodis.\",\n \"invalidPasswordConfirmMessage\": \"Pakartotas slaptažodis nesutampa.\",\n \"invalidTotpMessage\": \"Neteisingas autentifikacijos kodas.\",\n \"usernameExistsMessage\": \"Toks naudotojas jau egzistuoja.\",\n \"emailExistsMessage\": \"El. pašto adresas jau egzistuoja.\",\n \"readOnlyUserMessage\": \"Tik skaitymui sukonfigūruotos paskyros duomenų atnaujinti neleidžiama.\",\n \"readOnlyPasswordMessage\": \"Tik skaitymui sukonfigūruotos paskyros slaptažodžio atnaujinti neleidžiama.\",\n \"successTotpMessage\": \"Mobilus autentifikatorius sukonfigūruotas.\",\n \"successTotpRemovedMessage\": \"Mobilus autentifikatorius pašalintas.\",\n \"successGrantRevokedMessage\": \"Įgalinimas pašalintas sėkmingai.\",\n \"accountUpdatedMessage\": \"Jūsų paskyros duomenys sėkmingai atnaujinti.\",\n \"accountPasswordUpdatedMessage\": \"Jūsų paskyros slaptažodis pakeistas.\",\n \"missingIdentityProviderMessage\": \"Nenurodytas tapatybės teikėjas.\",\n \"invalidFederatedIdentityActionMessage\": \"Neteisingas arba nežinomas veiksmas.\",\n \"identityProviderNotFoundMessage\": \"Nurodytas tapatybės teikėjas nerastas.\",\n \"federatedIdentityLinkNotActiveMessage\": \"Nurodyta susieta tapatybė neaktyvi.\",\n \"federatedIdentityRemovingLastProviderMessage\": \"Jūs negalite pašalinti paskutinio tapatybės teikėjo sąsajos, nes Jūs neturite nusistatę paskyros slaptažodžio.\",\n \"identityProviderRedirectErrorMessage\": \"Klaida nukreipiant į tapatybės teikėjo puslapį.\",\n \"identityProviderRemovedMessage\": \"Tapatybės teikėjas sėkmingai pašalintas.\",\n \"identityProviderAlreadyLinkedMessage\": \"Susieta tapatybė iš {0} jau susieta su kita paskyra.\",\n \"staleCodeAccountMessage\": \"Puslapio galiojimas baigėsi. Bandykite dar kartą.\",\n \"consentDenied\": \"Prieiga draudžiama.\",\n \"accountDisabledMessage\": \"Paskyros galiojimas sustabdytas, kreipkitės į administratorių.\",\n \"accountTemporarilyDisabledMessage\": \"Paskyros galiojimas laikinai sustabdytas. Kreipkitės į administratorių arba pabandykite vėliau.\",\n \"invalidPasswordMinLengthMessage\": \"Per trumpas slaptažodis: mažiausias ilgis {0}.\",\n \"invalidPasswordMinLowerCaseCharsMessage\": \"Neteisingas slaptažodis: privaloma įvesti {0} mažąją raidę.\",\n \"invalidPasswordMinDigitsMessage\": \"Neteisingas slaptažodis: privaloma įvesti {0} skaitmenį.\",\n \"invalidPasswordMinUpperCaseCharsMessage\": \"Neteisingas slaptažodis: privaloma įvesti {0} didžiąją raidę.\",\n \"invalidPasswordMinSpecialCharsMessage\": \"Neteisingas slaptažodis: privaloma įvesti {0} specialų simbolį.\",\n \"invalidPasswordNotUsernameMessage\": \"Neteisingas slaptažodis: slaptažodis negali sutapti su naudotojo vardu.\",\n \"invalidPasswordRegexPatternMessage\": \"Neteisingas slaptažodis: slaptažodis netenkina regex taisyklės(ių).\",\n \"invalidPasswordHistoryMessage\": \"Neteisingas slaptažodis: slaptažodis negali sutapti su prieš tai buvusiais {0} slaptažodžiais.\"\n};\n\nexport default messages;\n/* spell-checker: enable */"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/resources/keycloak/keycloakify/static/js/main.b268bd24.js b/resources/keycloak/keycloakify/static/js/main.b268bd24.js new file mode 100644 index 00000000..cd948990 --- /dev/null +++ b/resources/keycloak/keycloakify/static/js/main.b268bd24.js @@ -0,0 +1,3 @@ +/*! For license information please see main.b268bd24.js.LICENSE.txt */ +!function(){var e={5402:function(e){"use strict";e.exports=function(e){if(e)throw e}},1837:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.Ctx=void 0;var a=n(7781),i=n(5174),l=n(5935),u=n(9386),s=n(3011),c=n(5548),d=n(1838),f=function(){function e(){this.lazyEvtAttach=new s.LazyEvt,this.lazyEvtDetach=new s.LazyEvt,this.lazyEvtDoneOrAborted=new s.LazyEvt,this.handlers=new a.Polyfill,this.evtByHandler=new i.Polyfill}return Object.defineProperty(e.prototype,"evtDoneOrAborted",{get:function(){return this.lazyEvtDoneOrAborted.evt},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"evtAttach",{get:function(){return this.lazyEvtAttach.evt},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"evtDetach",{get:function(){return this.lazyEvtDetach.evt},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"completionStatus",{get:function(){return this.__completionStatus},enumerable:!1,configurable:!0}),e.prototype.onDoneOrAborted=function(e){this.__completionStatus=e,this.lazyEvtDoneOrAborted.post(e)},e.prototype.waitFor=function(e){var t=this;return this.evtDoneOrAborted.waitFor(e).then((function(e){if("ABORTED"===e.type)throw e.error;return e.result}),(function(e){throw t.abort(e),e}))},e.prototype.abort=function(e){return this.__done(e)},e.prototype.done=function(e){return this.__done(void 0,e)},e.prototype.__done=function(e,t){var n,a,i=[];try{for(var l=o(this.handlers.values()),u=l.next();!u.done;u=l.next()){var s=u.value,c=this.evtByHandler.get(s);s.detach()&&i.push({handler:s,evt:c})}}catch(d){n={error:d}}finally{try{u&&!u.done&&(a=l.return)&&a.call(l)}finally{if(n)throw n.error}}return this.onDoneOrAborted(r(r({},e?{type:"ABORTED",error:e}:{type:"DONE",result:t}),{handlers:i})),i},e.prototype.getHandlers=function(){var e=this;return Array.from(this.handlers.values()).map((function(t){return{handler:t,evt:e.evtByHandler.get(t)}}))},e.prototype.zz__addHandler=function(e,t){(0,l.assert)(e.ctx===this),(0,l.assert)((0,u.is)(e)),void 0===this.completionStatus?(this.handlers.add(e),this.evtByHandler.set(e,t),this.lazyEvtAttach.post({handler:e,evt:t})):e.detach()},e.prototype.zz__removeHandler=function(e){(0,l.assert)(e.ctx===this),(0,l.assert)((0,u.is)(e)),this.lazyEvtDetach.post({handler:e,evt:this.evtByHandler.get(e)}),this.handlers.delete(e)},e}();t.Ctx=f;try{(0,d.overwriteReadonlyProp)(t.Ctx,"name","Ctx")}catch(p){}c.importProxy.Ctx=t.Ctx},7229:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.asNonPostable=void 0,t.asNonPostable=function(e){return e}},2984:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.asPostable=void 0,t.asPostable=function(e){return e}},5698:function(e,t,n){"use strict";var r=this&&this.__awaiter||function(e,t,n,r){return new(n||(n=Promise))((function(o,a){function i(e){try{u(r.next(e))}catch(t){a(t)}}function l(e){try{u(r.throw(e))}catch(t){a(t)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,l)}u((r=r.apply(e,t||[])).next())}))},o=this&&this.__generator||function(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:l(0),throw:l(1),return:l(2)},"function"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function l(a){return function(l){return function(a){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(o=2&a[0]?r.return:a[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,a[1])).done)return o;switch(r=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,r=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=(o=i.trys).length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]0)&&!(r=a.next()).done;)i.push(r.value)}catch(l){o={error:l}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i};Object.defineProperty(t,"__esModule",{value:!0}),t.from=void 0;var l=n(2729),u=n(5935),s=n(4112),c=n(1760),d=n(5548),f=a(n(7998)).EventTargetLike;function p(e,t,n,r){var o,a;if(o=t,!f.canBe(o)){if("then"in t){var i=new d.importProxy.Evt,s=function(){var t=function(){return null===e||void 0===e?void 0:e.evtDoneOrAborted.postCount},n=t();return function(){return n!==t()}}();return t.then((function(e){s()||i.post(e)})),i}return(0,c.mergeImpl)(e,Array.from(t).map((function(t){return p(e,t,n,r)})))}if(f.HasEventTargetAddRemove.match(t))a={on:function(e,n,r){return t.addEventListener(n,e,r)},off:function(e,n,r){return t.removeEventListener(n,e,r)}};else if(f.NodeStyleEventEmitter.match(t))a={on:function(e,n){return t.addListener(n,e)},off:function(e,n){return t.removeListener(n,e)}};else if(f.JQueryStyleEventEmitter.match(t))a={on:function(e,n){return t.on(n,e)},off:function(e,n){return t.off(n,e)}};else if(f.RxJSSubject.match(t)){var h;a={on:function(e){return h=t.subscribe((function(t){return e(t)}))},off:function(){return h.unsubscribe()}}}else(0,l.id)(t),(0,u.assert)(!1);var m=new d.importProxy.Evt,g=function(e){return m.post(e)};return null===e||void 0===e||e.evtDoneOrAborted.attachOnce((function(){return a.off(g,n,r)})),a.on(g,n,r),m}function h(e,t,n){var r=d.importProxy.Evt.create(),o=new t((function(e){var t=i(e,1)[0];return r.post(t)}));return o.observe(n),null===e||void 0===e||e.evtDoneOrAborted.attachOnce((function(){return o.disconnect()})),r}t.from=function(e,t,n,r){return"evtDoneOrAborted"in e?((0,u.assert)((0,s.typeGuard)(t,!0)&&(0,s.typeGuard)(n,!0)&&(0,s.typeGuard)(r,!0)),"function"===typeof t?((0,u.assert)((0,s.typeGuard)(n,!0)&&(0,s.typeGuard)(r,!0)),h(e,t,n)):((0,u.assert)((0,s.typeGuard)(n,!0)),p(e,t,n,r))):((0,u.assert)((0,s.typeGuard)(e,!0)&&(0,s.typeGuard)(t,!0)&&(0,s.typeGuard)(n,!0)),"function"===typeof e?((0,u.assert)((0,s.typeGuard)(t,!0)&&(0,s.typeGuard)(n,!0)),h(void 0,e,t)):((0,u.assert)((0,s.typeGuard)(t,!0)),p(void 0,e,t,n)))}},808:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getCtxFactory=void 0;var r=n(5174),o=n(5548);t.getCtxFactory=function(){var e=new r.Polyfill;return function(t){var n=e.get(t);return void 0===n&&(n=new o.importProxy.Ctx,e.set(t,n)),n}}},2185:function(e,t,n){"use strict";var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]0)&&!(r=a.next()).done;)i.push(r.value)}catch(l){o={error:l}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},c=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.Evt=t.onAddHandlerByEvt=void 0,n(8125);var f=n(6163),p=n(5174),h=n(5548),m=n(2257),g=n(808),v=n(2935),y=n(1760),b=n(9967),w=n(2984),k=n(5698),x=n(7229),S=n(3983),_=n(4356),E=n(3011),P=i(n(9916)),C=n(1838),O=n(4112),T=n(3172),A=n(114),M=n(5207),j=n(1798),I=n(5474),F=i(n(4176)),N=n(9900),L=function(e){return e()},z=F.CtxLike,R=function(){function e(){this.lazyEvtAttach=new E.LazyEvt,this.lazyEvtDetach=new E.LazyEvt,this.__maxHandlers=void 0,this.postCount=0,this.traceId=null,this.handlers=[],this.handlerTriggers=new f.Polyfill,this.__currentChronologyMark=0,this.asyncHandlerCount=0}return e.setDefaultMaxHandlers=function(e){this.__defaultMaxHandlers=isFinite(e)?e:0},e.prototype.toStateful=function(e,t){var n=z.match(e),r=n?void 0:e,o=t||(n?e:void 0),a=new h.importProxy.StatefulEvt(r),i=function(e){return a.post(e)};return o?this.attach(o,i):this.attach(i),a},Object.defineProperty(e.prototype,"evtAttach",{get:function(){return this.lazyEvtAttach.evt},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"evtDetach",{get:function(){return this.lazyEvtDetach.evt},enumerable:!1,configurable:!0}),e.prototype.setMaxHandlers=function(e){return this.__maxHandlers=isFinite(e)?e:0,this},e.prototype.enableTrace=function(e){var t=e.id,n=e.formatter,r=e.log;this.traceId=t,this.traceFormatter=n||function(e){try{return JSON.stringify(e,null,2)}catch(t){return"".concat(e)}},this.log=void 0===r?function(){for(var e=[],t=0;t1?"s":"",", ")}null===(t=this.log)||void 0===t||t.call(this,r+this.traceFormatter(e))}},e.prototype.postSync=function(e){var t,n,r=[],o=function(e){return[e,Promise.all(r).then((function(){}))]};try{for(var a=d(c([],s(this.handlers),!1)),i=a.next();!i.done;i=a.next()){var l=i.value,u=l.async,f=l.op,p=l.extract;if(!u){var h=this.handlerTriggers.get(l),m=this.getInvocableOp(f)(e,L);if(null!==m&&h){var g=h(m);if(void 0!==g&&r.push(g),p)return o(!0)}}}}catch(v){t={error:v}}finally{try{i&&!i.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return o(!1)},e.prototype.postAsyncFactory=function(){var e=this;return P.buildMethodCb((function(t,n,r){var o,a;if(0!==e.asyncHandlerCount){var i,l=[];Promise.resolve().then((function(){return i=e.getChronologyMark()}));var u=function(r){if(!r.async)return"continue";var o=e.getInvocableOp(r.op)(t,L);if(null===o)return"continue";var a=e.handlerTriggers.get(r);return a&&function(){var t=e.asyncHandlerChronologyMark.get(r);if(n>t)return!0;var o=e.asyncHandlerChronologyExceptionRange.get(r);return void 0!==o&&o.lowerMarko.upperMark}()?(l.push(new Promise((function(e){return r.promise.then((function(){return e()})).catch((function(){return e()}))}))),void a(o)):"continue"};try{for(var f=d(c([],s(e.handlers),!1)),p=f.next();!p.done;p=f.next()){u(p.value)}}catch(m){o={error:m}}finally{try{p&&!p.done&&(a=f.return)&&a.call(f)}finally{if(o)throw o.error}}if(0!==l.length){var h=c([],s(e.handlers),!1);Promise.all(l).then((function(){var t,o;try{for(var a=d(e.handlers),l=a.next();!l.done;l=a.next()){var u=l.value;u.async&&(h.indexOf(u)>=0||e.asyncHandlerChronologyExceptionRange.set(u,{lowerMark:n,upperMark:i}))}}catch(s){t={error:s}}finally{try{l&&!l.done&&(o=a.return)&&o.call(a)}finally{if(t)throw t.error}}r()}))}else r()}else r()}))},e.prototype.isHandled=function(e){var t=this;return!!this.getHandlers().find((function(n){var r=n.op;return t.isHandledByOp(r,e)}))},e.prototype.getHandlers=function(){return c([],s(this.handlers),!1)},e.prototype.detach=function(e){var t,n,r=[];try{for(var o=d(this.getHandlers()),a=o.next();!a.done;a=o.next()){var i=a.value;if(void 0===e||i.ctx===e)i.detach()&&r.push(i)}}catch(l){t={error:l}}finally{try{a&&!a.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}return r},e.prototype.pipe=function(){for(var t=[],n=0;n0)&&!(r=a.next()).done;)i.push(r.value)}catch(l){o={error:l}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},a=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o0)&&!(r=a.next()).done;)i.push(r.value)}catch(l){o={error:l}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},a=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o0)&&!(r=a.next()).done;)i.push(r.value)}catch(l){o={error:l}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o0)&&!(r=a.next()).done;)i.push(r.value)}catch(l){o={error:l}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i},o=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,a=t.length;o1?t-1:0),r=1;r1?t-1:0),r=1;r1?t-1:0),r=1;r1?t-1:0),r=1;r{0} Impersonate User",realmChoice:"Realm",unknownUser:"Unknown user",loginTotpTitle:"Mobile Authenticator Setup",loginProfileTitle:"Update Account Information",loginIdpReviewProfileTitle:"Update Account Information",loginTimeout:"Your login attempt timed out. Login will start from the beginning.",reauthenticate:"Please re-authenticate to continue",oauthGrantTitle:"Grant Access to {0}",oauthGrantTitleHtml:"{0}",oauthGrantInformation:"Make sure you trust {0} by learning how {0} will handle your data.",oauthGrantReview:"You could review the ",oauthGrantTos:"terms of service.",oauthGrantPolicy:"privacy policy.",errorTitle:"We are sorry...",errorTitleHtml:"We are sorry ...",emailVerifyTitle:"Email verification",emailForgotTitle:"Forgot Your Password?",updateEmailTitle:"Update email",emailUpdateConfirmationSentTitle:"Confirmation email sent",emailUpdateConfirmationSent:"A confirmation email has been sent to {0}. You must follow the instructions of the former to complete the email update.",emailUpdatedTitle:"Email updated",emailUpdated:"The account email has been successfully updated to {0}.",updatePasswordTitle:"Update password",codeSuccessTitle:"Success code",codeErrorTitle:"Error code: {0}",displayUnsupported:"Requested display type unsupported",browserRequired:"Browser required to login",browserContinue:"Browser required to complete login",browserContinuePrompt:"Open browser and continue login? [y/n]:",browserContinueAnswer:"y",usb:"USB",nfc:"NFC",bluetooth:"Bluetooth",internal:"Internal",unknown:"Unknown",termsTitle:"Terms and Conditions",termsText:"

    Terms and conditions to be defined

    ",termsPlainText:"Terms and conditions to be defined.",recaptchaFailed:"Invalid Recaptcha",recaptchaNotConfigured:"Recaptcha is required, but not configured",consentDenied:"Consent denied.",noAccount:"New user?",username:"Username",usernameOrEmail:"Username or email",firstName:"First name",givenName:"Given name",fullName:"Full name",lastName:"Last name",familyName:"Family name",email:"Email",password:"Password",passwordConfirm:"Confirm password",passwordNew:"New Password",passwordNewConfirm:"New Password confirmation",rememberMe:"Remember me",authenticatorCode:"One-time code",address:"Address",street:"Street",locality:"City or Locality",region:"State, Province, or Region",postal_code:"Zip or Postal code",country:"Country",emailVerified:"Email verified",website:"Web page",phoneNumber:"Phone number",phoneNumberVerified:"Phone number verified",gender:"Gender",birthday:"Birthdate",zoneinfo:"Time zone",gssDelegationCredential:"GSS Delegation Credential",logoutOtherSessions:"Sign out from other devices",profileScopeConsentText:"User profile",emailScopeConsentText:"Email address",addressScopeConsentText:"Address",phoneScopeConsentText:"Phone number",offlineAccessScopeConsentText:"Offline Access",samlRoleListScopeConsentText:"My Roles",rolesScopeConsentText:"User roles",restartLoginTooltip:"Restart login",loginTotpIntro:"You need to set up a One Time Password generator to access this account",loginTotpStep1:"Install one of the following applications on your mobile:",loginTotpStep2:"Open the application and scan the barcode:",loginTotpStep3:"Enter the one-time code provided by the application and click Submit to finish the setup.",loginTotpStep3DeviceName:"Provide a Device Name to help you manage your OTP devices.",loginTotpManualStep2:"Open the application and enter the key:",loginTotpManualStep3:"Use the following configuration values if the application allows setting them:",loginTotpUnableToScan:"Unable to scan?",loginTotpScanBarcode:"Scan barcode?",loginCredential:"Credential",loginOtpOneTime:"One-time code",loginTotpType:"Type",loginTotpAlgorithm:"Algorithm",loginTotpDigits:"Digits",loginTotpInterval:"Interval",loginTotpCounter:"Counter",loginTotpDeviceName:"Device Name","loginTotp.totp":"Time-based","loginTotp.hotp":"Counter-based",totpAppFreeOTPName:"FreeOTP",totpAppGoogleName:"Google Authenticator",totpAppMicrosoftAuthenticatorName:"Microsoft Authenticator",loginChooseAuthenticator:"Select login method",oauthGrantRequest:"Do you grant these access privileges?",inResource:"in",oauth2DeviceVerificationTitle:"Device Login",verifyOAuth2DeviceUserCode:"Enter the code provided by your device and click Submit",oauth2DeviceInvalidUserCodeMessage:"Invalid code, please try again.",oauth2DeviceExpiredUserCodeMessage:"The code has expired. Please go back to your device and try connecting again.",oauth2DeviceVerificationCompleteHeader:"Device Login Successful",oauth2DeviceVerificationCompleteMessage:"You may close this browser window and go back to your device.",oauth2DeviceVerificationFailedHeader:"Device Login Failed",oauth2DeviceVerificationFailedMessage:"You may close this browser window and go back to your device and try connecting again.",oauth2DeviceConsentDeniedMessage:"Consent denied for connecting the device.",oauth2DeviceAuthorizationGrantDisabledMessage:"Client is not allowed to initiate OAuth 2.0 Device Authorization Grant. The flow is disabled for the client.",emailVerifyInstruction1:"An email with instructions to verify your email address has been sent to your address {0}.",emailVerifyInstruction2:"Haven't received a verification code in your email?",emailVerifyInstruction3:"to re-send the email.",emailLinkIdpTitle:"Link {0}",emailLinkIdp1:"An email with instructions to link {0} account {1} with your {2} account has been sent to you.",emailLinkIdp2:"Haven't received a verification code in your email?",emailLinkIdp3:"to re-send the email.",emailLinkIdp4:"If you already verified the email in different browser",emailLinkIdp5:"to continue.",backToLogin:"« Back to Login",emailInstruction:"Enter your username or email address and we will send you instructions on how to create a new password.",emailInstructionUsername:"Enter your username and we will send you instructions on how to create a new password.",copyCodeInstruction:"Please copy this code and paste it into your application:",pageExpiredTitle:"Page has expired",pageExpiredMsg1:"To restart the login process",pageExpiredMsg2:"To continue the login process",personalInfo:"Personal Info:",role_admin:"Admin","role_realm-admin":"Realm Admin","role_create-realm":"Create realm","role_create-client":"Create client","role_view-realm":"View realm","role_view-users":"View users","role_view-applications":"View applications","role_view-clients":"View clients","role_view-events":"View events","role_view-identity-providers":"View identity providers","role_manage-realm":"Manage realm","role_manage-users":"Manage users","role_manage-applications":"Manage applications","role_manage-identity-providers":"Manage identity providers","role_manage-clients":"Manage clients","role_manage-events":"Manage events","role_view-profile":"View profile","role_manage-account":"Manage account","role_manage-account-links":"Manage account links","role_read-token":"Read token","role_offline-access":"Offline access",client_account:"Account","client_account-console":"Account Console","client_security-admin-console":"Security Admin Console","client_admin-cli":"Admin CLI","client_realm-management":"Realm Management",client_broker:"Broker",requiredFields:"Required fields",invalidUserMessage:"Invalid username or password.",invalidUsernameMessage:"Invalid username.",invalidUsernameOrEmailMessage:"Invalid username or email.",invalidPasswordMessage:"Invalid password.",invalidEmailMessage:"Invalid email address.",accountDisabledMessage:"Account is disabled, contact your administrator.",accountTemporarilyDisabledMessage:"Account is temporarily disabled; contact your administrator or retry later.",expiredCodeMessage:"Login timeout. Please sign in again.",expiredActionMessage:"Action expired. Please continue with login now.",expiredActionTokenNoSessionMessage:"Action expired.",expiredActionTokenSessionExistsMessage:"Action expired. Please start again.",sessionLimitExceeded:"There are too many sessions",missingFirstNameMessage:"Please specify first name.",missingLastNameMessage:"Please specify last name.",missingEmailMessage:"Please specify email.",missingUsernameMessage:"Please specify username.",missingPasswordMessage:"Please specify password.",missingTotpMessage:"Please specify authenticator code.",missingTotpDeviceNameMessage:"Please specify device name.",notMatchPasswordMessage:"Passwords don't match.","error-invalid-value":"Invalid value.","error-invalid-blank":"Please specify value.","error-empty":"Please specify value.","error-invalid-length":"Length must be between {1} and {2}.","error-invalid-length-too-short":"Minimal length is {1}.","error-invalid-length-too-long":"Maximal length is {2}.","error-invalid-email":"Invalid email address.","error-invalid-number":"Invalid number.","error-number-out-of-range":"Number must be between {1} and {2}.","error-number-out-of-range-too-small":"Number must have minimal value of {1}.","error-number-out-of-range-too-big":"Number must have maximal value of {2}.","error-pattern-no-match":"Invalid value.","error-invalid-uri":"Invalid URL.","error-invalid-uri-scheme":"Invalid URL scheme.","error-invalid-uri-fragment":"Invalid URL fragment.","error-user-attribute-required":"Please specify this field.","error-invalid-date":"Invalid date.","error-user-attribute-read-only":"This field is read only.","error-username-invalid-character":"Value contains invalid character.","error-person-name-invalid-character":"Value contains invalid character.",invalidPasswordExistingMessage:"Invalid existing password.",invalidPasswordBlacklistedMessage:"Invalid password: password is blacklisted.",invalidPasswordConfirmMessage:"Password confirmation doesn't match.",invalidTotpMessage:"Invalid authenticator code.",usernameExistsMessage:"Username already exists.",emailExistsMessage:"Email already exists.",federatedIdentityExistsMessage:"User with {0} {1} already exists. Please login to account management to link the account.",federatedIdentityUnavailableMessage:"User {0} authenticated with identity provider {1} does not exist. Please contact your administrator.",confirmLinkIdpTitle:"Account already exists",federatedIdentityConfirmLinkMessage:"User with {0} {1} already exists. How do you want to continue?",federatedIdentityConfirmReauthenticateMessage:"Authenticate to link your account with {0}",nestedFirstBrokerFlowMessage:"The {0} user {1} is not linked to any known user.",confirmLinkIdpReviewProfile:"Review profile",confirmLinkIdpContinue:"Add to existing account",configureTotpMessage:"You need to set up Mobile Authenticator to activate your account.",configureBackupCodesMessage:"You need to set up Backup Codes to activate your account.",updateProfileMessage:"You need to update your user profile to activate your account.",updatePasswordMessage:"You need to change your password to activate your account.",updateEmailMessage:"You need to update your email address to activate your account.",resetPasswordMessage:"You need to change your password.",verifyEmailMessage:"You need to verify your email address to activate your account.",linkIdpMessage:"You need to verify your email address to link your account with {0}.",emailSentMessage:"You should receive an email shortly with further instructions.",emailSendErrorMessage:"Failed to send email, please try again later.",accountUpdatedMessage:"Your account has been updated.",accountPasswordUpdatedMessage:"Your password has been updated.",delegationCompleteHeader:"Login Successful",delegationCompleteMessage:"You may close this browser window and go back to your console application.",delegationFailedHeader:"Login Failed",delegationFailedMessage:"You may close this browser window and go back to your console application and try logging in again.",noAccessMessage:"No access",invalidPasswordMinLengthMessage:"Invalid password: minimum length {0}.",invalidPasswordMaxLengthMessage:"Invalid password: maximum length {0}.",invalidPasswordMinDigitsMessage:"Invalid password: must contain at least {0} numerical digits.",invalidPasswordMinLowerCaseCharsMessage:"Invalid password: must contain at least {0} lower case characters.",invalidPasswordMinUpperCaseCharsMessage:"Invalid password: must contain at least {0} upper case characters.",invalidPasswordMinSpecialCharsMessage:"Invalid password: must contain at least {0} special characters.",invalidPasswordNotUsernameMessage:"Invalid password: must not be equal to the username.",invalidPasswordNotEmailMessage:"Invalid password: must not be equal to the email.",invalidPasswordRegexPatternMessage:"Invalid password: fails to match regex pattern(s).",invalidPasswordHistoryMessage:"Invalid password: must not be equal to any of last {0} passwords.",invalidPasswordGenericMessage:"Invalid password: new password doesn't match password policies.",failedToProcessResponseMessage:"Failed to process response",httpsRequiredMessage:"HTTPS required",realmNotEnabledMessage:"Realm not enabled",invalidRequestMessage:"Invalid Request",successLogout:"You are logged out",failedLogout:"Logout failed",unknownLoginRequesterMessage:"Unknown login requester",loginRequesterNotEnabledMessage:"Login requester not enabled",bearerOnlyMessage:"Bearer-only applications are not allowed to initiate browser login",standardFlowDisabledMessage:"Client is not allowed to initiate browser login with given response_type. Standard flow is disabled for the client.",implicitFlowDisabledMessage:"Client is not allowed to initiate browser login with given response_type. Implicit flow is disabled for the client.",invalidRedirectUriMessage:"Invalid redirect uri",unsupportedNameIdFormatMessage:"Unsupported NameIDFormat",invalidRequesterMessage:"Invalid requester",registrationNotAllowedMessage:"Registration not allowed",resetCredentialNotAllowedMessage:"Reset Credential not allowed",permissionNotApprovedMessage:"Permission not approved.",noRelayStateInResponseMessage:"No relay state in response from identity provider.",insufficientPermissionMessage:"Insufficient permissions to link identities.",couldNotProceedWithAuthenticationRequestMessage:"Could not proceed with authentication request to identity provider.",couldNotObtainTokenMessage:"Could not obtain token from identity provider.",unexpectedErrorRetrievingTokenMessage:"Unexpected error when retrieving token from identity provider.",unexpectedErrorHandlingResponseMessage:"Unexpected error when handling response from identity provider.",identityProviderAuthenticationFailedMessage:"Authentication failed. Could not authenticate with identity provider.",couldNotSendAuthenticationRequestMessage:"Could not send authentication request to identity provider.",unexpectedErrorHandlingRequestMessage:"Unexpected error when handling authentication request to identity provider.",invalidAccessCodeMessage:"Invalid access code.",sessionNotActiveMessage:"Session not active.",invalidCodeMessage:"An error occurred, please login again through your application.",cookieNotFoundMessage:"Cookie not found. Please make sure cookies are enabled in your browser.",insufficientLevelOfAuthentication:"The requested level of authentication has not been satisfied.",identityProviderUnexpectedErrorMessage:"Unexpected error when authenticating with identity provider",identityProviderMissingStateMessage:"Missing state parameter in response from identity provider.",identityProviderInvalidResponseMessage:"Invalid response from identity provider.",identityProviderInvalidSignatureMessage:"Invalid signature in response from identity provider.",identityProviderNotFoundMessage:"Could not find an identity provider with the identifier.",identityProviderLinkSuccess:"You successfully verified your email. Please go back to your original browser and continue there with the login.",staleCodeMessage:"This page is no longer valid, please go back to your application and sign in again",realmSupportsNoCredentialsMessage:"Realm does not support any credential type.",credentialSetupRequired:"Cannot login, credential setup required.",identityProviderNotUniqueMessage:"Realm supports multiple identity providers. Could not determine which identity provider should be used to authenticate with.",emailVerifiedMessage:"Your email address has been verified.",staleEmailVerificationLink:"The link you clicked is an old stale link and is no longer valid. Maybe you have already verified your email.",identityProviderAlreadyLinkedMessage:"Federated identity returned by {0} is already linked to another user.",confirmAccountLinking:"Confirm linking the account {0} of identity provider {1} with your account.",confirmEmailAddressVerification:"Confirm validity of e-mail address {0}.",confirmExecutionOfActions:"Perform the following action(s)",locale_ar:"\u0639\u0631\u0628\u064a",locale_ca:"Catal\xe0",locale_cs:"\u010ce\u0161tina",locale_da:"Dansk",locale_de:"Deutsch",locale_en:"English",locale_es:"Espa\xf1ol",locale_fr:"Fran\xe7ais",locale_hu:"Magyar",locale_it:"Italiano",locale_ja:"\u65e5\u672c\u8a9e",locale_lt:"Lietuvi\u0173",locale_nl:"Nederlands",locale_no:"Norsk",locale_pl:"Polski",locale_pt_BR:"Portugu\xeas (Brasil)","locale_pt-BR":"Portugu\xeas (Brasil)",locale_ru:"\u0420\u0443\u0441\u0441\u043a\u0438\u0439",locale_sk:"Sloven\u010dina",locale_sv:"Svenska",locale_tr:"T\xfcrk\xe7e","locale_zh-CN":"\u4e2d\u6587\u7b80\u4f53",locale_fi:"Suomi",backToApplication:"« Back to Application",missingParameterMessage:"Missing parameters: {0}",clientNotFoundMessage:"Client not found.",clientDisabledMessage:"Client disabled.",invalidParameterMessage:"Invalid parameter: {0}",alreadyLoggedIn:"You are already logged in.",differentUserAuthenticated:"You are already authenticated as different user '{0}' in this session. Please sign out first.",brokerLinkingSessionExpired:"Requested broker account linking, but current session is no longer valid.",proceedWithAction:"» Click here to proceed",acrNotFulfilled:"Authentication requirements not fulfilled","requiredAction.CONFIGURE_TOTP":"Configure OTP","requiredAction.terms_and_conditions":"Terms and Conditions","requiredAction.UPDATE_PASSWORD":"Update Password","requiredAction.UPDATE_PROFILE":"Update Profile","requiredAction.VERIFY_EMAIL":"Verify Email","requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES":"Generate Recovery Codes","requiredAction.webauthn-register-passwordless":"Webauthn Register Passwordless",invalidTokenRequiredActions:"Required actions included in the link are not valid",doX509Login:"You will be logged in as:",clientCertificate:"X509 client certificate:",noCertificate:"[No Certificate]",pageNotFound:"Page not found",internalServerError:"An internal server error has occurred","console-username":"Username:","console-password":"Password:","console-otp":"One Time Password:","console-new-password":"New Password:","console-confirm-password":"Confirm Password:","console-update-password":"Update of your password is required.","console-verify-email":"You need to verify your email address. We sent an email to {0} that contains a verification code. Please enter this code into the input below.","console-email-code":"Email Code:","console-accept-terms":"Accept Terms? [y/n]:","console-accept":"y","openshift.scope.user_info":"User information","openshift.scope.user_check-access":"User access information","openshift.scope.user_full":"Full Access","openshift.scope.list-projects":"List projects","saml.post-form.title":"Authentication Redirect","saml.post-form.message":"Redirecting, please wait.","saml.post-form.js-disabled":"JavaScript is disabled. We strongly recommend to enable it. Click the button below to continue. ","saml.artifactResolutionServiceInvalidResponse":"Unable to resolve artifact.","otp-display-name":"Authenticator Application","otp-help-text":"Enter a verification code from authenticator application.","password-display-name":"Password","password-help-text":"Sign in by entering your password.","auth-username-form-display-name":"Username","auth-username-form-help-text":"Start sign in by entering your username","auth-username-password-form-display-name":"Username and password","auth-username-password-form-help-text":"Sign in by entering your username and password.","auth-recovery-authn-code-form-display-name":"Recovery Authentication Code","auth-recovery-authn-code-form-help-text":"Enter a recovery authentication code from a previously generated list.","auth-recovery-code-info-message":"Enter the specified recovery code.","auth-recovery-code-prompt":"Recovery code #{0}","auth-recovery-code-header":"Login with a recovery authentication code","recovery-codes-error-invalid":"Invalid recovery authentication code","recovery-code-config-header":"Recovery Authentication Codes","recovery-code-config-warning-title":"These recovery codes won't appear again after leaving this page","recovery-code-config-warning-message":"Make sure to print, download, or copy them to a password manager and keep them save. Canceling this setup will remove these recovery codes from your account.","recovery-codes-print":"Print","recovery-codes-download":"Download","recovery-codes-copy":"Copy","recovery-codes-copied":"Copied","recovery-codes-confirmation-message":"I have saved these codes somewhere safe","recovery-codes-action-complete":"Complete setup","recovery-codes-action-cancel":"Cancel setup","recovery-codes-download-file-header":"Keep these recovery codes somewhere safe.","recovery-codes-download-file-description":"Recovery codes are single-use passcodes that allow you to sign in to your account if you do not have access to your authenticator.","recovery-codes-download-file-date":"These codes were generated on","recovery-codes-label-default":"Recovery codes","webauthn-display-name":"Security Key","webauthn-help-text":"Use your security key to sign in.","webauthn-passwordless-display-name":"Security Key","webauthn-passwordless-help-text":"Use your security key for passwordless sign in.","webauthn-login-title":"Security Key login","webauthn-registration-title":"Security Key Registration","webauthn-available-authenticators":"Available Security Keys","webauthn-unsupported-browser-text":"WebAuthn is not supported by this browser. Try another one or contact your administrator.","webauthn-doAuthenticate":"Sign in with Security Key","webauthn-createdAt-label":"Created","webauthn-error-title":"Security Key Error","webauthn-error-registration":"Failed to register your Security key.
    {0}","webauthn-error-api-get":"Failed to authenticate by the Security key.
    {0}","webauthn-error-different-user":"First authenticated user is not the one authenticated by the Security key.","webauthn-error-auth-verification":"Security key authentication result is invalid.
    {0}","webauthn-error-register-verification":"Security key registration result is invalid.
    {0}","webauthn-error-user-not-found":"Unknown user authenticated by the Security key.","identity-provider-redirector":"Connect with another Identity Provider","identity-provider-login-label":"Or sign in with","idp-email-verification-display-name":"Email Verification","idp-email-verification-help-text":"Link your account by validating your email.","idp-username-password-form-display-name":"Username and password","idp-username-password-form-help-text":"Link your account by logging in.",finalDeletionConfirmation:"If you delete your account, it cannot be restored. To keep your account, click Cancel.",irreversibleAction:"This action is irreversible",deleteAccountConfirm:"Delete account confirmation",deletingImplies:"Deleting your account implies:",errasingData:"Erasing all your data",loggingOutImmediately:"Logging you out immediately",accountUnusable:"Any subsequent use of the application will not be possible with this account",userDeletedSuccessfully:"User deleted successfully","access-denied":"Access denied","frontchannel-logout.title":"Logging out","frontchannel-logout.message":"You are logging out from following apps",logoutConfirmTitle:"Logging out",logoutConfirmHeader:"Do you want to logout?",doLogout:"Logout",readOnlyUsernameMessage:"You can't update your username as it is read-only."}},4978:function(e,t,n){"use strict";n.d(t,{L:function(){return h},s:function(){return p}});var r=n(4165),o=n(5861),a=n(885),i=n(184),l=(n(6660),n(2791)),u=n(958);function s(e){return c.apply(this,arguments)}function c(){return(c=(0,o.Z)((0,r.Z)().mark((function e(t){var o,a;return(0,r.Z)().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,function(){switch(t){case"ar":return n.e(6195).then(n.bind(n,6195));case"ca":return n.e(6165).then(n.bind(n,6165));case"cs":return n.e(4568).then(n.bind(n,4568));case"da":return n.e(4459).then(n.bind(n,4459));case"de":return n.e(5541).then(n.bind(n,5541));case"en":return Promise.resolve().then(n.bind(n,958));case"es":return n.e(8804).then(n.bind(n,8804));case"fi":return n.e(2693).then(n.bind(n,2693));case"fr":return n.e(3967).then(n.bind(n,3967));case"hu":return n.e(5338).then(n.bind(n,1317));case"it":return n.e(5838).then(n.bind(n,5838));case"ja":return n.e(8429).then(n.bind(n,8429));case"lt":return n.e(7383).then(n.bind(n,7383));case"lv":return n.e(7424).then(n.bind(n,7424));case"nl":return n.e(5064).then(n.bind(n,5064));case"no":return n.e(2830).then(n.bind(n,2830));case"pl":return n.e(3250).then(n.bind(n,3250));case"pt-BR":return n.e(7265).then(n.bind(n,7265));case"ru":return n.e(8817).then(n.bind(n,8817));case"sk":return n.e(5445).then(n.bind(n,5445));case"sv":return n.e(7354).then(n.bind(n,7354));case"tr":return n.e(6672).then(n.bind(n,6672));case"zh-CN":return n.e(2958).then(n.bind(n,2958));default:return{default:{}}}}();case 2:return o=e.sent,a=o.default,e.abrupt("return",a);case 5:case"end":return e.stop()}}),e)})))).apply(this,arguments)}var d=n(9883),f=n(1644),p="en";function h(e){return{useI18n:function(t){var n=t.kcContext,i=(0,l.useState)(void 0),c=(0,a.Z)(i,2),f=c[0],h=c[1],v=(0,l.useRef)(!1);return(0,l.useEffect)((function(){v.current||(v.current=!0,(0,o.Z)((0,r.Z)().mark((function t(){var o,a,i,l,c,f,v,y,b,w;return(0,r.Z)().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return y=null!==(o=n.locale)&&void 0!==o?o:{},b=y.currentLanguageTag,w=void 0===b?p:b,t.t0=h,t.t1=Object,t.t2=Object,t.t3={},t.t4=m,t.t5=Object.assign(Object.assign(Object.assign({},u.default),null!==(a=g[p])&&void 0!==a?a:{}),null!==(i=e[p])&&void 0!==i?i:{}),t.t6=Object,t.t7=Object,t.t8=Object,t.t9={},t.next=13,s(w);case 13:t.t10=t.sent,t.t11=t.t8.assign.call(t.t8,t.t9,t.t10),t.t12=null!==(l=g[w])&&void 0!==l?l:{},t.t13=t.t7.assign.call(t.t7,t.t11,t.t12),t.t14=null!==(c=e[w])&&void 0!==c?c:{},t.t15=t.t6.assign.call(t.t6,t.t13,t.t14),t.t16={fallbackMessages:t.t5,messages:t.t15},t.t17=(0,t.t4)(t.t16),t.t18=t.t2.assign.call(t.t2,t.t3,t.t17),t.t19={currentLanguageTag:w,changeLocale:function(e){var t=n.locale;(0,d.h)(void 0!==t,"Internationalization not enabled");var r=t.supported.find((function(t){return t.languageTag===e}));(0,d.h)(void 0!==r,"".concat(e," need to be enabled in Keycloak admin")),window.location.href=r.url,(0,d.h)(!1,"never")},labelBySupportedLanguageTag:Object.fromEntries((null!==(v=null===(f=n.locale)||void 0===f?void 0:f.supported)&&void 0!==v?v:[]).map((function(e){return[e.languageTag,e.label]})))},t.t20=t.t1.assign.call(t.t1,t.t18,t.t19),(0,t.t0)(t.t20);case 25:case"end":return t.stop()}}),t)})))())}),[]),null!==f&&void 0!==f?f:null}}}function m(e){var t=e.fallbackMessages,n=e.messages;function r(e){var r,o=e.key,a=e.args,l=e.doRenderMarkdown,u=null!==(r=n[o])&&void 0!==r?r:t[o];if(void 0!==u){var s=u,c=function(){var e,t=null===(e=s.match(/{[0-9]+}/g))||void 0===e?void 0:e.map((function(e){return e.match(/{([0-9]+)}/)[1]})).map((function(e){return parseInt(e)})).sort((function(e,t){return e-t}))[0];if(void 0===t)return s;var n=s;return a.forEach((function(e,r){void 0!==e&&(n=n.replace(new RegExp("\\{".concat(r+t,"\\}"),"g"),e))})),n}();return l?(0,i.jsx)(f.U,Object.assign({allowDangerousHtml:!0,renderers:{paragraph:"span"}},{children:c})):c}}function o(e){var t=e.key,n=e.args,o=e.doRenderMarkdown,a=t.match(/^\$\{([^{]+)\}$/),l=null===a?t:a[1],u=r({key:l,args:n,doRenderMarkdown:o});return void 0!==u?u:o?(0,i.jsx)("span",{children:l}):l}return{msgStr:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o1?t-1:0),o=1;o1?t-1:0),r=1;r1?t-1:0),r=1;r",requiredActions:void 0,skipLink:!1,actionUri:"#",client:{clientId:"myApp",baseUrl:"#"}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"error.ftl",client:{clientId:"myApp",baseUrl:"#"},message:{type:"error",summary:"This is the error message"}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-reset-password.ftl",realm:Object.assign(Object.assign({},D.realm),{loginWithEmailAllowed:!1}),url:H})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-verify-email.ftl",user:{email:"john.doe@gmail.com"}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"terms.ftl"})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-otp.ftl",otpLogin:{userOtpCredentials:[{id:"id1",userLabel:"label1"},{id:"id2",userLabel:"label2"}]}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-username.ftl",url:H,realm:Object.assign(Object.assign({},D.realm),{loginWithEmailAllowed:!0,rememberMe:!0,password:!0,resetPasswordAllowed:!0,registrationAllowed:!0}),social:{displayInfo:!0},usernameHidden:!1,login:{},registrationDisabled:!1})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-password.ftl",url:H,realm:Object.assign(Object.assign({},D.realm),{resetPasswordAllowed:!0}),social:{displayInfo:!1},login:{}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"webauthn-authenticate.ftl",url:H,authenticators:{authenticators:[]},realm:Object.assign({},D.realm),challenge:"",userVerification:"not specified",rpId:"",createTimeout:"0",isUserIdentified:"false",shouldDisplayAuthenticators:!1,social:{displayInfo:!1},login:{}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-update-password.ftl",username:"anUsername"})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-update-profile.ftl",user:{editUsernameAllowed:!0,username:"anUsername",email:"foo@example.com",firstName:"aFirstName",lastName:"aLastName"}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-idp-link-confirm.ftl",idpAlias:"FranceConnect"})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-idp-link-email.ftl",idpAlias:"FranceConnect",brokerContext:{username:"anUsername"}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-config-totp.ftl",totp:{totpSecretEncoded:"KVVF G2BY N4YX S6LB IUYT K2LH IFYE 4SBV",qrUrl:"#",totpSecretQrCode:"iVBORw0KGgoAAAANSUhEUgAAAPYAAAD2AQAAAADNaUdlAAACM0lEQVR4Xu3OIZJgOQwDUDFd2UxiurLAVnnbHw4YGDKtSiWOn4Gxf81//7r/+q8b4HfLGBZDK9d85NmNR+sB42sXvOYrN5P1DcgYYFTGfOlbzE8gzwy3euweGizw7cfdl34/GRhlkxjKNV+5AebPXPORX1JuB9x8ZfbyyD2y1krWAKsbMq1HnqQDaLfa77p4+MqvzEGSqvSAD/2IHW2yHaigR9tX3m8dDIYGcNf3f+gDpVBZbZU77zyJ6Rlcy+qoTMG887KAPD9hsh6a1Sv3gJUHGHUAxSMzj7zqDDe7Phmt2eG+8UsMxjRGm816MAO+8VMl1R1jGHOrZB/5Zo/WXAPgxixm9Mo96vDGrM1eOto8c4Ax4wF437mifOXlpiPzCnN7Y9l95NnEMxgMY9AAGA8fucH14Y1aVb6N/cqrmyh0BVht7k1e+bU8LK0Cg5vmVq9c5vHIjOfqxDIfeTraNVTwewa4wVe+SW5N+uP1qACeudUZbqGOfA6VZV750Noq2Xx3kpveV44ZelSV1V7KFHzkWyVrrlUwG0Pl9pWnoy3vsQoME6vKI69i5osVgwWzHT7zjmJtMcNUSVn1oYMd7ZodbgowZl45VG0uVuLPUr1yc79uaQBag/mqR34xhlWyHm1prplHboCWdZ4TeZjsK8+dI+jbz1C5hl65mcpgB5dhcj8+dGO+0Ko68+lD37JDD83dpDLzzK+TrQyaVwGj6pUboGV+7+AyN8An/pf84/7rv/4/1l4OCc/1BYMAAAAASUVORK5CYII=",manualUrl:"#",totpSecret:"G4nsI8lQagRMUchH8jEG",otpCredentials:[],supportedApplications:["FreeOTP","Google Authenticator"],policy:{algorithm:"HmacSHA1",digits:6,lookAheadWindow:1,type:"totp",period:30}}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"logout-confirm.ftl",url:Object.assign(Object.assign({},D.url),{logoutConfirmAction:"Continuer?"}),client:{clientId:"myApp",baseUrl:"#"},logoutConfirm:{code:"123",skipLink:!1}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"update-user-profile.ftl",profile:{attributes:z,attributesByName:R}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"idp-review-user-profile.ftl",profile:{context:"IDP_REVIEW",attributes:z,attributesByName:R}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"update-email.ftl",email:{value:"email@example.com"}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"select-authenticator.ftl",auth:{authenticationSelections:[{authExecId:"f607f83c-537e-42b7-99d7-c52d459afe84",displayName:"otp-display-name",helpText:"otp-help-text",iconCssClass:"kcAuthenticatorOTPClass"},{authExecId:"5ed881b1-84cd-4e9b-b4d9-f329ea61a58c",displayName:"webauthn-display-name",helpText:"webauthn-help-text",iconCssClass:"kcAuthenticatorWebAuthnClass"}]}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"saml-post-form.ftl",samlPost:{url:"https://saml-post-url"}})),(0,N.id)(Object.assign(Object.assign({},D),{pageId:"login-page-expired.ftl"}))]);(0,a.h)(),(0,a.h)();var B=n(3991);var V=n(4156);var q=n(7816),W=n(48);function $(e){var t=(null!==e&&void 0!==e?e:{}).mockData;return{getKcContext:function(e){var n,r,o=null!==e&&void 0!==e?e:{},i=o.mockPageId,l=o.storyPartialKcContext,u="undefined"===typeof window?void 0:window[V.i];if(void 0!==i&&void 0===u){console.log("%cKeycloakify: ".concat((0,W.r)({mockPageId:i})," set to ").concat(i,"."),"background: red; color: yellow; font-size: medium");var s=U.find((function(e){return e.pageId===i})),c=function(){var e={},n=null===t||void 0===t?void 0:t.find((function(e){return e.pageId===i}));return void 0!==n&&(0,B.n)({target:e,source:n}),void 0!==l&&(0,B.n)({target:e,source:l}),0===Object.keys(e).length?void 0:e}();void 0===s&&void 0===c&&console.warn(["WARNING: You declared the non build in page ".concat(i," but you didn't "),"provide mock data needed to debug the page outside of Keycloak as you are trying to do now.","Please check the documentation of the getKcContext function"].join("\n"));var d={};if((0,B.n)({target:d,source:void 0!==s?s:Object.assign({pageId:i},D)}),void 0!==c&&((0,B.n)({target:d,source:c}),"register-user-profile.ftl"===c.pageId||"update-user-profile.ftl"===c.pageId||"idp-review-user-profile.ftl"===c.pageId)){(0,a.h)("register-user-profile.ftl"===(null===s||void 0===s?void 0:s.pageId)||"update-user-profile.ftl"===(null===s||void 0===s?void 0:s.pageId)||"idp-review-user-profile.ftl"===(null===s||void 0===s?void 0:s.pageId));var f=s.profile.attributes;(0,N.id)(d).profile.attributes=[],(0,N.id)(d).profile.attributesByName={};var p=(0,j.Z)(null!==(r=null===(n=c.profile)||void 0===n?void 0:n.attributes)&&void 0!==r?r:[]).filter(function(e){var t=e instanceof Object?function(t){return e.indexOf(t)<0}:function(t){return t!==e};return function(e){return t(e)}}(void 0));f.forEach((function(e){var t=p.find((function(t){return t.name===e.name})),n={};(0,B.n)({target:n,source:e}),void 0!==t&&(p.splice(p.indexOf(t),1),(0,B.n)({target:n,source:t})),(0,N.id)(d).profile.attributes.push(n),(0,N.id)(d).profile.attributesByName[n.name]=n})),p.map((function(e){return Object.assign({validators:{}},e)})).forEach((function(e){var t=e.name;(0,a.h)(void 0!==t,"If you define a mock attribute it must have at least a name"),(0,N.id)(d).profile.attributes.push(e),(0,N.id)(d).profile.attributesByName[t]=e}))}return{kcContext:d}}if(void 0===u)return{kcContext:void 0};if("login"!==u.themeType)return{kcContext:void 0};var h=u.url;return h.resourcesCommonPath=(0,F.pathJoin)(h.resourcesPath,(0,q.e)(I.Jv)),{kcContext:u}}}}var G=n(4978),Y=function(e){var t=e.kcContext,n=i(e,["kcContext"]);return(0,r.jsx)(o.Suspense,{children:function(){switch(t.pageId){case"login.ftl":return(0,r.jsx)(l,Object.assign({kcContext:t},n));case"register.ftl":return(0,r.jsx)(u,Object.assign({kcContext:t},n));case"register-user-profile.ftl":return(0,r.jsx)(s,Object.assign({kcContext:t},n));case"info.ftl":return(0,r.jsx)(c,Object.assign({kcContext:t},n));case"error.ftl":return(0,r.jsx)(d,Object.assign({kcContext:t},n));case"login-reset-password.ftl":return(0,r.jsx)(f,Object.assign({kcContext:t},n));case"login-verify-email.ftl":return(0,r.jsx)(p,Object.assign({kcContext:t},n));case"terms.ftl":return(0,r.jsx)(h,Object.assign({kcContext:t},n));case"login-otp.ftl":return(0,r.jsx)(m,Object.assign({kcContext:t},n));case"login-username.ftl":return(0,r.jsx)(v,Object.assign({kcContext:t},n));case"login-password.ftl":return(0,r.jsx)(g,Object.assign({kcContext:t},n));case"webauthn-authenticate.ftl":return(0,r.jsx)(y,Object.assign({kcContext:t},n));case"login-update-password.ftl":return(0,r.jsx)(b,Object.assign({kcContext:t},n));case"login-update-profile.ftl":return(0,r.jsx)(w,Object.assign({kcContext:t},n));case"login-idp-link-confirm.ftl":return(0,r.jsx)(k,Object.assign({kcContext:t},n));case"login-idp-link-email.ftl":return(0,r.jsx)(S,Object.assign({kcContext:t},n));case"login-page-expired.ftl":return(0,r.jsx)(x,Object.assign({kcContext:t},n));case"login-config-totp.ftl":return(0,r.jsx)(_,Object.assign({kcContext:t},n));case"logout-confirm.ftl":return(0,r.jsx)(E,Object.assign({kcContext:t},n));case"update-user-profile.ftl":return(0,r.jsx)(P,Object.assign({kcContext:t},n));case"idp-review-user-profile.ftl":return(0,r.jsx)(C,Object.assign({kcContext:t},n));case"update-email.ftl":return(0,r.jsx)(O,Object.assign({kcContext:t},n));case"select-authenticator.ftl":return(0,r.jsx)(T,Object.assign({kcContext:t},n));case"saml-post-form.ftl":return(0,r.jsx)(A,Object.assign({kcContext:t},n))}(0,a.h)(!1)}()})}},6404:function(e,t,n){"use strict";n.d(t,{R:function(){return c},m:function(){return d}});var r=n(2791),o=n(181);function a(e,t){var n=new Map,r=null!==t&&void 0!==t?t:{},a=r.argsLength,i=void 0===a?e.length:a,l=r.max,u=void 0===l?1/0:l;return function(){for(var t=arguments.length,r=new Array(t),a=0;a=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,l=!0,u=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return l=e.done,e},e:function(e){u=!0,i=e},f:function(){try{l||null==n.return||n.return()}finally{if(u)throw i}}}}(n.keys());try{for(c.s();!(s=c.n()).done;){var d=s.value;n.delete(d);break}}catch(p){c.e(p)}finally{c.f()}}var f=e.apply(void 0,r);return n.set(l,f),f}}var i=n(4978),l=n(885);var u=n(969),s=n(9883),c=n(8252).Evt.create(void 0);function d(e){var t=e.kcContext,n=function(){var t=e.downloadTermMarkdown,n=(0,u.O)(t);return{downloadTermMarkdownMemoized:function(e){var t=(0,r.useState)(e);return(0,l.Z)(t,1)[0]}((function(){return a((function(e){return n({currentLanguageTag:e})}))}))}}().downloadTermMarkdownMemoized;(0,r.useEffect)((function(){var e,r;"terms.ftl"===t.pageId&&n(null!==(r=null===(e=t.locale)||void 0===e?void 0:e.currentLanguageTag)&&void 0!==r?r:i.s).then((function(e){return c.state=e}))}),[])}(0,s.h)()},1644:function(e,t,n){"use strict";n.d(t,{U:function(){return o.a}});var r=n(2068),o=n.n(r)},3991:function(e,t,n){"use strict";n.d(t,{n:function(){return l}});var r=n(9883),o=n(1742),a=n(885);n(6660);function i(e){return e instanceof Object?"function"===typeof e?e:e instanceof Array?e.map(i):Object.fromEntries(Object.entries(e).map((function(e){var t=(0,a.Z)(e,2);return[t[0],i(t[1])]}))):e}function l(e){var t=e.target,n=i(e.source);Object.keys(n).forEach((function(e){var a=n[e];if(!(void 0===t[e]||a instanceof Function)&&a instanceof Object){var i=t[e];if(a instanceof Array)return(0,r.h)((0,o.is)(i)),(0,r.h)((0,o.is)(a)),void a.forEach((function(e){return i.push(e)}));(0,r.h)((0,o.is)(i)),(0,r.h)((0,o.is)(a)),l({target:i,source:a})}else Object.defineProperty(t,e,{enumerable:!0,writable:!0,configurable:!0,value:a})}))}},7816:function(e,t,n){"use strict";function r(e){return e.split("/").reverse()[0]}n.d(t,{e:function(){return r}})},969:function(e,t,n){"use strict";n.d(t,{O:function(){return o}});var r=n(2791);function o(e){var t=(0,r.useRef)(null);return t.current=e,(0,r.useState)((function(){return function(){return t.current.apply(t,arguments)}}))[0]}},5875:function(e,t,n){var r=n(6422);e.exports=function(){return function(e){return r(e,"list",(function(e,t){var n,r,o=0;for(n=0,r=t.length;n-1&&(z.call(this,e),R.call(this,e))}function H(){h("atHardBreak",!0)}function U(){var e=this.resume();this.stack[this.stack.length-1].value=e}function B(){var e=this.resume();this.stack[this.stack.length-1].value=e}function V(){var e=this.resume();this.stack[this.stack.length-1].value=e}function q(){var e=this.stack[this.stack.length-1];m("inReference")?(e.type+="Reference",e.referenceType=m("referenceType")||"shortcut",delete e.url,delete e.title):(delete e.identifier,delete e.label,delete e.referenceType),h("referenceType")}function W(){var e=this.stack[this.stack.length-1];m("inReference")?(e.type+="Reference",e.referenceType=m("referenceType")||"shortcut",delete e.url,delete e.title):(delete e.identifier,delete e.label,delete e.referenceType),h("referenceType")}function $(e){this.stack[this.stack.length-2].identifier=i(this.sliceSerialize(e)).toLowerCase()}function G(){var e=this.stack[this.stack.length-1],t=this.resume();this.stack[this.stack.length-1].label=t,h("inReference",!0),"link"===this.stack[this.stack.length-1].type?this.stack[this.stack.length-1].children=e.children:this.stack[this.stack.length-1].alt=t}function Y(){var e=this.resume();this.stack[this.stack.length-1].url=e}function Q(){var e=this.resume();this.stack[this.stack.length-1].title=e}function K(){h("inReference")}function Z(){h("referenceType","collapsed")}function X(e){var t=this.resume();this.stack[this.stack.length-1].label=t,this.stack[this.stack.length-1].identifier=i(this.sliceSerialize(e)).toLowerCase(),h("referenceType","full")}function J(e){h("characterReferenceType",e.type)}function ee(e){var t,n,r=this.sliceSerialize(e),o=m("characterReferenceType");o?(t=l(r,"characterReferenceMarkerNumeric"===o?10:16),h("characterReferenceType")):t=d(r),(n=this.stack.pop()).value+=t,n.position.end=g(e.end)}function te(e){R.call(this,e),this.stack[this.stack.length-1].url=this.sliceSerialize(e)}function ne(e){R.call(this,e),this.stack[this.stack.length-1].url="mailto:"+this.sliceSerialize(e)}function re(){return{type:"blockquote",children:[]}}function oe(){return{type:"code",lang:null,meta:null,value:""}}function ae(){return{type:"inlineCode",value:""}}function ie(){return{type:"definition",identifier:"",label:null,title:null,url:""}}function le(){return{type:"emphasis",children:[]}}function ue(){return{type:"heading",depth:void 0,children:[]}}function se(){return{type:"break"}}function ce(){return{type:"html",value:""}}function de(){return{type:"image",title:null,url:"",alt:null}}function fe(){return{type:"link",title:null,url:"",children:[]}}function pe(e){return{type:"list",ordered:"listOrdered"===e.type,start:null,spread:e._spread,children:[]}}function he(e){return{type:"listItem",spread:e._spread,checked:null,children:[]}}function me(){return{type:"paragraph",children:[]}}function ge(){return{type:"strong",children:[]}}function ve(){return{type:"text",value:""}}function ye(){return{type:"thematicBreak"}}}(n)(c(u(n).document().write(s()(e,t,!0))))};var r=n(8054),o=n(2758),a=n(4440),i=n(5067),l=n(3593),u=n(9605),s=n(1825),c=n(3955),d=n(6891),f=n(6915);function p(e,t){var n,r;for(n in t)r=a.call(e,n)?e[n]:e[n]={},"canContainEols"===n||"transforms"===n?e[n]=[].concat(r,t[n]):Object.assign(r,t[n])}},2625:function(e,t,n){"use strict";e.exports=n(3016)},8054:function(e){"use strict";function t(e){return e&&(e.value||e.alt||e.title||"children"in e&&n(e.children)||"length"in e&&n(e))||""}function n(e){for(var n=[],r=-1;++rt;)i.containerState=s[a][1],s[a][0].exit.call(i,e);s.length=t}},l={tokenize:function(e,t,n){return o(e,e.attempt(this.parser.constructs.document,t,n),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}},u={tokenize:function(e,t,n){return o(e,e.lazy(this.parser.constructs.flow,t,n),"linePrefix",this.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}};t.tokenize=i},1886:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2744),o=n(6548),a=n(6168),i=function(e){var t=this,n=e.attempt(a,(function(r){if(null===r)return void e.consume(r);return e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),t.currentConstruct=void 0,n}),e.attempt(this.parser.constructs.flowInitial,i,o(e,e.attempt(this.parser.constructs.flow,i,e.attempt(r,i)),"linePrefix")));return n;function i(r){if(null!==r)return e.enter("lineEnding"),e.consume(r),e.exit("lineEnding"),t.currentConstruct=void 0,n;e.consume(r)}};t.tokenize=i},2205:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2758),o=n(1388),a=u("text"),i=u("string"),l={resolveAll:s()};function u(e){return{tokenize:function(t){var n=this,r=this.parser.constructs[e],o=t.attempt(r,a,i);return a;function a(e){return u(e)?o(e):i(e)}function i(e){if(null!==e)return t.enter("data"),t.consume(e),l;t.consume(e)}function l(e){return u(e)?(t.exit("data"),o(e)):(t.consume(e),l)}function u(e){var t=r[e],o=-1;if(null===e)return!0;if(t)for(;++o1&&e[m][1].end.offset-e[m][1].start.offset>1?2:1)>1?"strongSequence":"emphasisSequence",start:i(u(e[n][1].end),-f),end:u(e[n][1].end)},d={type:f>1?"strongSequence":"emphasisSequence",start:u(e[m][1].start),end:i(u(e[m][1].start),f)},s={type:f>1?"strongText":"emphasisText",start:u(e[n][1].end),end:u(e[m][1].start)},a={type:f>1?"strong":"emphasis",start:u(c.start),end:u(d.end)},e[n][1].end=u(c.start),e[m][1].start=u(d.end),p=[],e[n][1].end.offset-e[n][1].start.offset&&(p=r(p,[["enter",e[n][1],t],["exit",e[n][1],t]])),p=r(p,[["enter",a,t],["enter",c,t],["exit",c,t],["enter",s,t]]),p=r(p,l(t.parser.constructs.insideSpan.null,e.slice(n+1,m),t)),p=r(p,[["exit",s,t],["enter",d,t],["exit",d,t],["exit",a,t]]),e[m][1].end.offset-e[m][1].start.offset?(h=2,p=r(p,[["enter",e[m][1],t],["exit",e[m][1],t]])):h=0,o(e,n-1,m-n+3,p),m=n+p.length-h-2;break}m=-1;for(;++m-1?void 0:4)}},exit:function(e){e.exit("blockQuote")}};e.exports=a},9960:function(e,t,n){"use strict";var r=n(972),o={name:"characterEscape",tokenize:function(e,t,n){return function(t){return e.enter("characterEscape"),e.enter("escapeMarker"),e.consume(t),e.exit("escapeMarker"),o};function o(o){return r(o)?(e.enter("characterEscapeValue"),e.consume(o),e.exit("characterEscapeValue"),e.exit("characterEscape"),t):n(o)}}};e.exports=o},7251:function(e,t,n){"use strict";var r=n(6891),o=n(1298),a=n(5745),i=n(278);function l(e){return e&&"object"===typeof e&&"default"in e?e:{default:e}}var u=l(r),s={name:"characterReference",tokenize:function(e,t,n){var r,l,s=this,c=0;return function(t){return e.enter("characterReference"),e.enter("characterReferenceMarker"),e.consume(t),e.exit("characterReferenceMarker"),d};function d(t){return 35===t?(e.enter("characterReferenceMarkerNumeric"),e.consume(t),e.exit("characterReferenceMarkerNumeric"),f):(e.enter("characterReferenceValue"),r=31,l=o,p(t))}function f(t){return 88===t||120===t?(e.enter("characterReferenceMarkerHexadecimal"),e.consume(t),e.exit("characterReferenceMarkerHexadecimal"),e.enter("characterReferenceValue"),r=6,l=i,p):(e.enter("characterReferenceValue"),r=7,l=a,p(t))}function p(a){var i;return 59===a&&c?(i=e.exit("characterReferenceValue"),l!==o||u.default(s.sliceSerialize(i))?(e.enter("characterReferenceMarker"),e.consume(a),e.exit("characterReferenceMarker"),e.exit("characterReference"),t):n(a)):l(a)&&c++-1?void 0:4);function a(t){return e.enter("codeFencedFence"),e.enter("codeFencedFenceSequence"),u(t)}function u(t){return t===l?(e.consume(t),o++,u):o-1||o(a.events,"linePrefix")<4?e.interrupt(a.parser.constructs.flow,n,t)(i):t(i)}},partial:!0};e.exports=l},9409:function(e,t,n){"use strict";var r=n(7981),o=n(5962),a=n(5067),i=n(5424),l=n(7227),u=n(6548),s=n(7697),c=n(7491),d={name:"definition",tokenize:function(e,t,n){var o,c=this;return function(t){return e.enter("definition"),l.call(c,e,d,n,"definitionLabel","definitionLabelMarker","definitionLabelString")(t)};function d(t){return o=a(c.sliceSerialize(c.events[c.events.length-1][1]).slice(1,-1)),58===t?(e.enter("definitionMarker"),e.consume(t),e.exit("definitionMarker"),s(e,i(e,e.attempt(f,u(e,p,"whitespace"),u(e,p,"whitespace")),n,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString"))):n(t)}function p(a){return null===a||r(a)?(e.exit("definition"),c.parser.defined.indexOf(o)<0&&c.parser.defined.push(o),t(a)):n(a)}}},f={tokenize:function(e,t,n){return function(t){return o(t)?s(e,a)(t):n(t)};function a(t){return 34===t||39===t||40===t?c(e,u(e,i,"whitespace"),n,"definitionTitle","definitionTitleMarker","definitionTitleString")(t):n(t)}function i(e){return null===e||r(e)?t(e):n(e)}},partial:!0};e.exports=d},5424:function(e,t,n){"use strict";var r=n(9079),o=n(5962),a=n(7981);e.exports=function(e,t,n,i,l,u,s,c,d){var f=d||1/0,p=0;return function(t){if(60===t)return e.enter(i),e.enter(l),e.enter(u),e.consume(t),e.exit(u),h;if(r(t)||41===t)return n(t);return e.enter(i),e.enter(s),e.enter(c),e.enter("chunkString",{contentType:"string"}),v(t)};function h(n){return 62===n?(e.enter(u),e.consume(n),e.exit(u),e.exit(l),e.exit(i),t):(e.enter(c),e.enter("chunkString",{contentType:"string"}),m(n))}function m(t){return 62===t?(e.exit("chunkString"),e.exit(c),h(t)):null===t||60===t||a(t)?n(t):(e.consume(t),92===t?g:m)}function g(t){return 60===t||62===t||92===t?(e.consume(t),m):m(t)}function v(a){return 40===a?++p>f?n(a):(e.consume(a),v):41===a?p--?(e.consume(a),v):(e.exit("chunkString"),e.exit(c),e.exit(s),e.exit(i),t(a)):null===a||o(a)?p?n(a):(e.exit("chunkString"),e.exit(c),e.exit(s),e.exit(i),t(a)):r(a)?n(a):(e.consume(a),92===a?y:v)}function y(t){return 40===t||41===t||92===t?(e.consume(t),v):v(t)}}},7227:function(e,t,n){"use strict";var r=n(7981),o=n(6393);e.exports=function(e,t,n,a,i,l){var u,s=this,c=0;return function(t){return e.enter(a),e.enter(i),e.consume(t),e.exit(i),e.enter(l),d};function d(o){return null===o||91===o||93===o&&!u||94===o&&!c&&"_hiddenFootnoteSupport"in s.parser.constructs||c>999?n(o):93===o?(e.exit(l),e.enter(i),e.consume(o),e.exit(i),e.exit(a),t):r(o)?(e.enter("lineEnding"),e.consume(o),e.exit("lineEnding"),d):(e.enter("chunkString",{contentType:"string"}),f(o))}function f(t){return null===t||91===t||93===t||r(t)||c++>999?(e.exit("chunkString"),d(t)):(e.consume(t),u=u||!o(t),92===t?p:f)}function p(t){return 91===t||92===t||93===t?(e.consume(t),c++,f):f(t)}}},6548:function(e,t,n){"use strict";var r=n(6393);e.exports=function(e,t,n,o){var a=o?o-1:1/0,i=0;return function(o){if(r(o))return e.enter(n),l(o);return t(o)};function l(o){return r(o)&&i++a&&"whitespace"===e[o][1].type&&(o-=2);"atxHeadingSequence"===e[o][1].type&&(a===o-1||o-4>a&&"whitespace"===e[o-2][1].type)&&(o-=a+1===o?2:4);o>a&&(n={type:"atxHeadingText",start:e[a][1].start,end:e[o][1].end},r={type:"chunkText",start:e[a][1].start,end:e[o][1].end,contentType:"text"},i(e,a,o-a+1,[["enter",n,t],["enter",r,t],["exit",r,t],["exit",n,t]]));return e}};e.exports=u},4873:function(e,t,n){"use strict";var r=n(6357),o=n(1298),a=n(7981),i=n(5962),l=n(6393),u=n(9608),s=n(9751),c=n(619),d=n(6168),f={name:"htmlFlow",tokenize:function(e,t,n){var d,f,h,m,g,v=this;return function(t){return e.enter("htmlFlow"),e.enter("htmlFlowData"),e.consume(t),y};function y(o){return 33===o?(e.consume(o),b):47===o?(e.consume(o),x):63===o?(e.consume(o),d=3,v.interrupt?t:B):r(o)?(e.consume(o),h=u(o),f=!0,S):n(o)}function b(o){return 45===o?(e.consume(o),d=2,w):91===o?(e.consume(o),d=5,h="CDATA[",m=0,k):r(o)?(e.consume(o),d=4,v.interrupt?t:B):n(o)}function w(r){return 45===r?(e.consume(r),v.interrupt?t:B):n(r)}function k(r){return r===h.charCodeAt(m++)?(e.consume(r),m===h.length?v.interrupt?t:N:k):n(r)}function x(t){return r(t)?(e.consume(t),h=u(t),S):n(t)}function S(r){return null===r||47===r||62===r||i(r)?47!==r&&f&&c.indexOf(h.toLowerCase())>-1?(d=1,v.interrupt?t(r):N(r)):s.indexOf(h.toLowerCase())>-1?(d=6,47===r?(e.consume(r),_):v.interrupt?t(r):N(r)):(d=7,v.interrupt?n(r):f?P(r):E(r)):45===r||o(r)?(e.consume(r),h+=u(r),S):n(r)}function _(r){return 62===r?(e.consume(r),v.interrupt?t:N):n(r)}function E(t){return l(t)?(e.consume(t),E):I(t)}function P(t){return 47===t?(e.consume(t),I):58===t||95===t||r(t)?(e.consume(t),C):l(t)?(e.consume(t),P):I(t)}function C(t){return 45===t||46===t||58===t||95===t||o(t)?(e.consume(t),C):O(t)}function O(t){return 61===t?(e.consume(t),T):l(t)?(e.consume(t),O):P(t)}function T(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),g=t,A):l(t)?(e.consume(t),T):(g=void 0,M(t))}function A(t){return t===g?(e.consume(t),j):null===t||a(t)?n(t):(e.consume(t),A)}function M(t){return null===t||34===t||39===t||60===t||61===t||62===t||96===t||i(t)?O(t):(e.consume(t),M)}function j(e){return 47===e||62===e||l(e)?P(e):n(e)}function I(t){return 62===t?(e.consume(t),F):n(t)}function F(t){return l(t)?(e.consume(t),F):null===t||a(t)?N(t):n(t)}function N(t){return 45===t&&2===d?(e.consume(t),R):60===t&&1===d?(e.consume(t),D):62===t&&4===d?(e.consume(t),V):63===t&&3===d?(e.consume(t),B):93===t&&5===d?(e.consume(t),U):!a(t)||6!==d&&7!==d?null===t||a(t)?L(t):(e.consume(t),N):e.check(p,V,L)(t)}function L(t){return e.exit("htmlFlowData"),z(t)}function z(t){return null===t?q(t):a(t)?(e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),z):(e.enter("htmlFlowData"),N(t))}function R(t){return 45===t?(e.consume(t),B):N(t)}function D(t){return 47===t?(e.consume(t),h="",H):N(t)}function H(t){return 62===t&&c.indexOf(h.toLowerCase())>-1?(e.consume(t),V):r(t)&&h.length<8?(e.consume(t),h+=u(t),H):N(t)}function U(t){return 93===t?(e.consume(t),B):N(t)}function B(t){return 62===t?(e.consume(t),V):N(t)}function V(t){return null===t||a(t)?(e.exit("htmlFlowData"),q(t)):(e.consume(t),V)}function q(n){return e.exit("htmlFlow"),t(n)}},resolveTo:function(e){var t=e.length;for(;t--&&("enter"!==e[t][0]||"htmlFlow"!==e[t][1].type););t>1&&"linePrefix"===e[t-2][1].type&&(e[t][1].start=e[t-2][1].start,e[t+1][1].start=e[t-2][1].start,e.splice(t-2,2));return e},concrete:!0},p={tokenize:function(e,t,n){return function(r){return e.exit("htmlFlowData"),e.enter("lineEndingBlank"),e.consume(r),e.exit("lineEndingBlank"),e.attempt(d,t,n)}},partial:!0};e.exports=f},9755:function(e,t,n){"use strict";var r=n(6357),o=n(1298),a=n(7981),i=n(5962),l=n(6393),u=n(6548),s={name:"htmlText",tokenize:function(e,t,n){var s,c,d,f,p=this;return function(t){return e.enter("htmlText"),e.enter("htmlTextData"),e.consume(t),h};function h(t){return 33===t?(e.consume(t),m):47===t?(e.consume(t),O):63===t?(e.consume(t),P):r(t)?(e.consume(t),M):n(t)}function m(t){return 45===t?(e.consume(t),g):91===t?(e.consume(t),c="CDATA[",d=0,k):r(t)?(e.consume(t),E):n(t)}function g(t){return 45===t?(e.consume(t),v):n(t)}function v(t){return null===t||62===t?n(t):45===t?(e.consume(t),y):b(t)}function y(e){return null===e||62===e?n(e):b(e)}function b(t){return null===t?n(t):45===t?(e.consume(t),w):a(t)?(f=b,D(t)):(e.consume(t),b)}function w(t){return 45===t?(e.consume(t),U):b(t)}function k(t){return t===c.charCodeAt(d++)?(e.consume(t),d===c.length?x:k):n(t)}function x(t){return null===t?n(t):93===t?(e.consume(t),S):a(t)?(f=x,D(t)):(e.consume(t),x)}function S(t){return 93===t?(e.consume(t),_):x(t)}function _(t){return 62===t?U(t):93===t?(e.consume(t),_):x(t)}function E(t){return null===t||62===t?U(t):a(t)?(f=E,D(t)):(e.consume(t),E)}function P(t){return null===t?n(t):63===t?(e.consume(t),C):a(t)?(f=P,D(t)):(e.consume(t),P)}function C(e){return 62===e?U(e):P(e)}function O(t){return r(t)?(e.consume(t),T):n(t)}function T(t){return 45===t||o(t)?(e.consume(t),T):A(t)}function A(t){return a(t)?(f=A,D(t)):l(t)?(e.consume(t),A):U(t)}function M(t){return 45===t||o(t)?(e.consume(t),M):47===t||62===t||i(t)?j(t):n(t)}function j(t){return 47===t?(e.consume(t),U):58===t||95===t||r(t)?(e.consume(t),I):a(t)?(f=j,D(t)):l(t)?(e.consume(t),j):U(t)}function I(t){return 45===t||46===t||58===t||95===t||o(t)?(e.consume(t),I):F(t)}function F(t){return 61===t?(e.consume(t),N):a(t)?(f=F,D(t)):l(t)?(e.consume(t),F):j(t)}function N(t){return null===t||60===t||61===t||62===t||96===t?n(t):34===t||39===t?(e.consume(t),s=t,L):a(t)?(f=N,D(t)):l(t)?(e.consume(t),N):(e.consume(t),s=void 0,R)}function L(t){return t===s?(e.consume(t),z):null===t?n(t):a(t)?(f=L,D(t)):(e.consume(t),L)}function z(e){return 62===e||47===e||i(e)?j(e):n(e)}function R(t){return null===t||34===t||39===t||60===t||61===t||96===t?n(t):62===t||i(t)?j(t):(e.consume(t),R)}function D(t){return e.exit("htmlTextData"),e.enter("lineEnding"),e.consume(t),e.exit("lineEnding"),u(e,H,"linePrefix",p.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:4)}function H(t){return e.enter("htmlTextData"),f(t)}function U(r){return 62===r?(e.consume(r),e.exit("htmlTextData"),e.exit("htmlText"),t):n(r)}}};e.exports=s},8986:function(e,t,n){"use strict";var r=n(5962),o=n(4645),a=n(1975),i=n(5067),l=n(6796),u=n(1388),s=n(5424),c=n(7227),d=n(7491),f=n(7697),p={name:"labelEnd",tokenize:function(e,t,n){var r,o,a=this,l=a.events.length;for(;l--;)if(("labelImage"===a.events[l][1].type||"labelLink"===a.events[l][1].type)&&!a.events[l][1]._balanced){r=a.events[l][1];break}return function(t){if(!r)return n(t);return r._inactive?s(t):(o=a.parser.defined.indexOf(i(a.sliceSerialize({start:r.end,end:a.now()})))>-1,e.enter("labelEnd"),e.enter("labelMarker"),e.consume(t),e.exit("labelMarker"),e.exit("labelEnd"),u)};function u(n){return 40===n?e.attempt(h,t,o?t:s)(n):91===n?e.attempt(m,t,o?e.attempt(g,t,s):s)(n):o?t(n):s(n)}function s(e){return r._balanced=!0,n(e)}},resolveTo:function(e,t){var n,r,i,s,c,d,f,p=e.length,h=0;for(;p--;)if(s=e[p][1],c){if("link"===s.type||"labelLink"===s.type&&s._inactive)break;"enter"===e[p][0]&&"labelLink"===s.type&&(s._inactive=!0)}else if(d){if("enter"===e[p][0]&&("labelImage"===s.type||"labelLink"===s.type)&&!s._balanced&&(c=p,"labelLink"!==s.type)){h=2;break}}else"labelEnd"===s.type&&(d=p);return n={type:"labelLink"===e[c][1].type?"link":"image",start:u(e[c][1].start),end:u(e[e.length-1][1].end)},r={type:"label",start:u(e[c][1].start),end:u(e[d][1].end)},i={type:"labelText",start:u(e[c+h+2][1].end),end:u(e[d-2][1].start)},f=o(f=[["enter",n,t],["enter",r,t]],e.slice(c+1,c+h+3)),f=o(f,[["enter",i,t]]),f=o(f,l(t.parser.constructs.insideSpan.null,e.slice(c+h+4,d-3),t)),f=o(f,[["exit",i,t],e[d-2],e[d-1],["exit",r,t]]),f=o(f,e.slice(d+1)),f=o(f,[["exit",n,t]]),a(e,c,e.length,f),e},resolveAll:function(e){var t,n=-1;for(;++n-1?void 0:4)(o)}}},exit:function(e){e.exit(this.containerState.type)}},d={tokenize:function(e,t,n){var r=this;return l(e,(function(e){return o(e)||!a(r.events,"listItemPrefixWhitespace")?n(e):t(e)}),"listItemPrefixWhitespace",r.parser.constructs.disable.null.indexOf("codeIndented")>-1?void 0:5)},partial:!0},f={tokenize:function(e,t,n){var r=this;return l(e,(function(e){return a(r.events,"listItemIndent")===r.containerState.size?t(e):n(e)}),"listItemIndent",r.containerState.size+1)},partial:!0};e.exports=c},6168:function(e,t,n){"use strict";var r=n(7981),o=n(6548),a={tokenize:function(e,t,n){return o(e,(function(e){return null===e||r(e)?t(e):n(e)}),"linePrefix")},partial:!0};e.exports=a},7244:function(e,t,n){"use strict";var r=n(7981),o=n(1388),a=n(6548),i={name:"setextUnderline",tokenize:function(e,t,n){var o,i,l=this,u=l.events.length;for(;u--;)if("lineEnding"!==l.events[u][1].type&&"linePrefix"!==l.events[u][1].type&&"content"!==l.events[u][1].type){i="paragraph"===l.events[u][1].type;break}return function(t){if(!l.lazy&&(l.interrupt||i))return e.enter("setextHeadingLine"),e.enter("setextHeadingLineSequence"),o=t,s(t);return n(t)};function s(t){return t===o?(e.consume(t),s):(e.exit("setextHeadingLineSequence"),a(e,c,"lineSuffix")(t))}function c(o){return null===o||r(o)?(e.exit("setextHeadingLine"),t(o)):n(o)}},resolveTo:function(e,t){var n,r,a,i,l=e.length;for(;l--;)if("enter"===e[l][0]){if("content"===e[l][1].type){n=l;break}"paragraph"===e[l][1].type&&(r=l)}else"content"===e[l][1].type&&e.splice(l,1),a||"definition"!==e[l][1].type||(a=l);i={type:"setextHeading",start:o(e[r][1].start),end:o(e[e.length-1][1].end)},e[r][1].type="setextHeadingText",a?(e.splice(r,0,["enter",i,t]),e.splice(a+1,0,["exit",e[n][1],t]),e[n][1].end=o(e[a][1].end)):e[n][1]=i;return e.push(["exit",i,t]),e}};e.exports=i},627:function(e,t,n){"use strict";var r=n(7981),o=n(6393),a=n(6548),i={name:"thematicBreak",tokenize:function(e,t,n){var i,l=0;return function(t){return e.enter("thematicBreak"),i=t,u(t)};function u(c){return c===i?(e.enter("thematicBreakSequence"),s(c)):o(c)?a(e,u,"whitespace")(c):l<3||null!==c&&!r(c)?n(c):(e.exit("thematicBreak"),t(c))}function s(t){return t===i?(e.consume(t),l++,s):(e.exit("thematicBreakSequence"),u(t))}}};e.exports=i},4645:function(e,t,n){"use strict";var r=n(1975);e.exports=function(e,t){return e.length?(r(e,e.length,0,t),e):t}},1975:function(e,t,n){"use strict";var r=n(6063);e.exports=function(e,t,n,o){var a,i=e.length,l=0;if(t=t<0?-t>i?0:i+t:t>i?i:t,n=n>0?n:0,o.length<1e4)(a=Array.from(o)).unshift(t,n),r.apply(e,a);else for(n&&r.apply(e,[t,n]);l-1)return m();return e.tokenize.call(t?r({},y,t):y,v,h,m)(n)}}function h(t){return e(s,c),o}function m(e){return c.restore(),++u13&&n<32||n>126&&n<160||n>55295&&n<57344||n>64975&&n<65008||65535===(65535&n)||65534===(65535&n)||n>1114111?"\ufffd":r(n)}},1951:function(e,t,n){"use strict";var r=n(9608);e.exports=function(e){for(var t,n,o,a=-1,i=[];++a-1&&(n[0]=n[0].slice(o)),i>0&&n.push(e[a].slice(0,i))),n}},629:function(e,t,n){"use strict";var r=n(2758),o=n(1975),a=n(1388);function i(e,t){for(var n,r,a,i,l,u,s=e[t][1],c=e[t][2],d=t-1,f=[],p=s._tokenizer||c.parser[s.contentType](s.start),h=p.events,m=[],g={};s;){for(;e[++d][1]!==s;);f.push(d),s._tokenizer||(n=c.sliceStream(s),s.next||n.push(null),r&&p.defineSkip(s.start),s.isInFirstContentOfListItem&&(p._gfmTasklistFirstContentOfListItem=!0),p.write(n),s.isInFirstContentOfListItem&&(p._gfmTasklistFirstContentOfListItem=void 0)),r=s,s=s.next}for(s=r,a=h.length;a--;)"enter"===h[a][0]?i=!0:i&&h[a][1].type===h[a-1][1].type&&h[a][1].start.line!==h[a][1].end.line&&(v(h.slice(a+1,l)),s._tokenizer=s.next=void 0,s=s.previous,l=a+1);for(p.events=s._tokenizer=s.next=void 0,v(h.slice(0,l)),a=-1,u=0;++a>>0;if("function"!==typeof e)throw new TypeError("predicate must be a function");for(var r=arguments[1],o=0;o=0},e.prototype.get=function(e){var t=this.record.filter((function(t){return t[0]===e}))[0];if(void 0!==t)return t[1]},e.prototype.set=function(e,t){var n=this.record.filter((function(t){return t[0]===e}))[0];return void 0===n?this.record.push([e,t]):n[1]=t,this},e.prototype.delete=function(e){var t=this.record.map((function(e){return e[0]})).indexOf(e);return!(t<0)&&(this.record.splice(t,1),!0)},e.prototype.keys=function(){return this.record.map((function(e){return e[0]}))},e}();t.LightMapImpl=n,t.Polyfill="undefined"!==typeof Map?Map:n},6660:function(e,t){"use strict";Object.fromEntries||Object.defineProperty(Object,"fromEntries",{value:function(e){if(!e||!e[Symbol.iterator])throw new Error("Object.fromEntries() requires a single iterable argument");var t={};return Object.keys(e).forEach((function(n){var r=e[n],o=r[0],a=r[1];t[o]=a})),t}})},3918:function(e,t){"use strict";t.__esModule=!0,Object.is||(Object.is=function(e,t){return e===t?0!==e||1/e===1/t:e!==e&&t!==t})},7781:function(e,t,n){"use strict";t.__esModule=!0,t.Polyfill=t.LightSetImpl=void 0;var r=n(6163),o=function(){function e(e){if(this.map=new r.Polyfill,void 0!==e)for(var t=0,n=e;t