@okta/okta-auth-js 7.14.3 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/README.md +13 -0
- package/cjs/authn/AuthnTransactionImpl.js.map +1 -1
- package/cjs/authn/api.js.map +1 -1
- package/cjs/authn/factory.js.map +1 -1
- package/cjs/authn/index.js.map +1 -1
- package/cjs/authn/mixin.js.map +1 -1
- package/cjs/authn/types.js.map +1 -1
- package/cjs/authn/util/flattenEmbedded.js.map +1 -1
- package/cjs/authn/util/link2fn.js +2 -0
- package/cjs/authn/util/link2fn.js.map +1 -1
- package/cjs/authn/util/links2fns.js.map +1 -1
- package/cjs/authn/util/poll.js +0 -1
- package/cjs/authn/util/poll.js.map +1 -1
- package/cjs/authn/util/stateToken.js.map +1 -1
- package/cjs/base/factory.js +3 -5
- package/cjs/base/factory.js.map +1 -1
- package/cjs/base/index.js.map +1 -1
- package/cjs/base/options.js.map +1 -1
- package/cjs/base/types.js.map +1 -1
- package/cjs/browser/browserStorage.js +1 -3
- package/cjs/browser/browserStorage.js.map +1 -1
- package/cjs/browser/fingerprint.js.map +1 -1
- package/cjs/clock.js +2 -1
- package/cjs/clock.js.map +1 -1
- package/cjs/constants.js +20 -40
- package/cjs/constants.js.map +1 -1
- package/cjs/core/AuthStateManager.js +81 -15
- package/cjs/core/AuthStateManager.js.map +1 -1
- package/cjs/core/ServiceManager/browser.js +8 -11
- package/cjs/core/ServiceManager/browser.js.map +1 -1
- package/cjs/core/ServiceManager/index.js.map +1 -1
- package/cjs/core/ServiceManager/node.js.map +1 -1
- package/cjs/core/factory.js.map +1 -1
- package/cjs/core/index.js.map +1 -1
- package/cjs/core/mixin.js.map +1 -1
- package/cjs/core/options.js.map +1 -1
- package/cjs/core/storage.js.map +1 -1
- package/cjs/core/types/AuthState.js.map +1 -1
- package/cjs/core/types/Service.js.map +1 -1
- package/cjs/core/types/api.js.map +1 -1
- package/cjs/core/types/index.js.map +1 -1
- package/cjs/crypto/base64.js +4 -5
- package/cjs/crypto/base64.js.map +1 -1
- package/cjs/crypto/index.js +0 -11
- package/cjs/crypto/index.js.map +1 -1
- package/cjs/crypto/oidcHash.js +1 -2
- package/cjs/crypto/oidcHash.js.map +1 -1
- package/cjs/crypto/types.js.map +1 -1
- package/cjs/crypto/verifyToken.js +2 -9
- package/cjs/crypto/verifyToken.js.map +1 -1
- package/cjs/errors/AuthApiError.js.map +1 -1
- package/cjs/errors/AuthPollStopError.js.map +1 -1
- package/cjs/errors/AuthSdkError.js.map +1 -1
- package/cjs/errors/CustomError.js.map +1 -1
- package/cjs/errors/OAuthError.js +1 -2
- package/cjs/errors/OAuthError.js.map +1 -1
- package/cjs/errors/WWWAuthError.js +3 -4
- package/cjs/errors/WWWAuthError.js.map +1 -1
- package/cjs/errors/index.js.map +1 -1
- package/cjs/errors/types.js.map +1 -1
- package/cjs/exports/authn.js +3 -2
- package/cjs/exports/authn.js.map +1 -1
- package/cjs/exports/cdn/authn.js +1 -2
- package/cjs/exports/cdn/authn.js.map +1 -1
- package/cjs/exports/cdn/core.js +1 -2
- package/cjs/exports/cdn/core.js.map +1 -1
- package/cjs/exports/cdn/default.js +1 -2
- package/cjs/exports/cdn/default.js.map +1 -1
- package/cjs/exports/cdn/idx.js +1 -2
- package/cjs/exports/cdn/idx.js.map +1 -1
- package/cjs/exports/cdn/myaccount.js +1 -2
- package/cjs/exports/cdn/myaccount.js.map +1 -1
- package/cjs/exports/common.js +1 -2
- package/cjs/exports/common.js.map +1 -1
- package/cjs/exports/core.js +3 -2
- package/cjs/exports/core.js.map +1 -1
- package/cjs/exports/default.js +3 -2
- package/cjs/exports/default.js.map +1 -1
- package/cjs/exports/idx.js +1 -2
- package/cjs/exports/idx.js.map +1 -1
- package/cjs/exports/myaccount.js +3 -2
- package/cjs/exports/myaccount.js.map +1 -1
- package/cjs/features.js +1 -2
- package/cjs/features.js.map +1 -1
- package/cjs/fetch/fetchRequest.js +2 -5
- package/cjs/fetch/fetchRequest.js.map +1 -1
- package/cjs/http/OktaUserAgent.js +2 -2
- package/cjs/http/OktaUserAgent.js.map +1 -1
- package/cjs/http/headers.js.map +1 -1
- package/cjs/http/index.js.map +1 -1
- package/cjs/http/mixin.js.map +1 -1
- package/cjs/http/options.js.map +1 -1
- package/cjs/http/request.js +0 -1
- package/cjs/http/request.js.map +1 -1
- package/cjs/http/types.js.map +1 -1
- package/cjs/idx/IdxTransactionManager.js.map +1 -1
- package/cjs/idx/authenticate.js.map +1 -1
- package/cjs/idx/authenticator/Authenticator.js.map +1 -1
- package/cjs/idx/authenticator/OktaPassword.js.map +1 -1
- package/cjs/idx/authenticator/OktaVerifyTotp.js.map +1 -1
- package/cjs/idx/authenticator/SecurityQuestionEnrollment.js.map +1 -1
- package/cjs/idx/authenticator/SecurityQuestionVerification.js.map +1 -1
- package/cjs/idx/authenticator/VerificationCodeAuthenticator.js.map +1 -1
- package/cjs/idx/authenticator/WebauthnEnrollment.js.map +1 -1
- package/cjs/idx/authenticator/WebauthnVerification.js.map +1 -1
- package/cjs/idx/authenticator/getAuthenticator.js.map +1 -1
- package/cjs/idx/authenticator/index.js.map +1 -1
- package/cjs/idx/authenticator/util.js.map +1 -1
- package/cjs/idx/cancel.js.map +1 -1
- package/cjs/idx/emailVerify.js.map +1 -1
- package/cjs/idx/factory/MinimalOktaAuthIdx.js.map +1 -1
- package/cjs/idx/factory/OktaAuthIdx.js.map +1 -1
- package/cjs/idx/factory/api.js +1 -2
- package/cjs/idx/factory/api.js.map +1 -1
- package/cjs/idx/factory/index.js.map +1 -1
- package/cjs/idx/factory/minimalApi.js.map +1 -1
- package/cjs/idx/flow/AccountUnlockFlow.js +1 -2
- package/cjs/idx/flow/AccountUnlockFlow.js.map +1 -1
- package/cjs/idx/flow/AuthenticationFlow.js +1 -2
- package/cjs/idx/flow/AuthenticationFlow.js.map +1 -1
- package/cjs/idx/flow/FlowSpecification.js.map +1 -1
- package/cjs/idx/flow/PasswordRecoveryFlow.js +1 -2
- package/cjs/idx/flow/PasswordRecoveryFlow.js.map +1 -1
- package/cjs/idx/flow/RegistrationFlow.js +1 -2
- package/cjs/idx/flow/RegistrationFlow.js.map +1 -1
- package/cjs/idx/flow/RemediationFlow.js.map +1 -1
- package/cjs/idx/flow/index.js.map +1 -1
- package/cjs/idx/handleInteractionCodeRedirect.js.map +1 -1
- package/cjs/idx/idxState/index.js +1 -3
- package/cjs/idx/idxState/index.js.map +1 -1
- package/cjs/idx/idxState/v1/actionParser.js +1 -2
- package/cjs/idx/idxState/v1/actionParser.js.map +1 -1
- package/cjs/idx/idxState/v1/generateIdxAction.js +3 -2
- package/cjs/idx/idxState/v1/generateIdxAction.js.map +1 -1
- package/cjs/idx/idxState/v1/idxResponseParser.js +2 -5
- package/cjs/idx/idxState/v1/idxResponseParser.js.map +1 -1
- package/cjs/idx/idxState/v1/makeIdxState.js.map +1 -1
- package/cjs/idx/idxState/v1/parsers.js +2 -2
- package/cjs/idx/idxState/v1/parsers.js.map +1 -1
- package/cjs/idx/idxState/v1/remediationParser.js +1 -2
- package/cjs/idx/idxState/v1/remediationParser.js.map +1 -1
- package/cjs/idx/index.js.map +1 -1
- package/cjs/idx/interact.js +2 -0
- package/cjs/idx/interact.js.map +1 -1
- package/cjs/idx/introspect.js.map +1 -1
- package/cjs/idx/mixin.js +4 -6
- package/cjs/idx/mixin.js.map +1 -1
- package/cjs/idx/mixinMinimal.js +4 -6
- package/cjs/idx/mixinMinimal.js.map +1 -1
- package/cjs/idx/options.js.map +1 -1
- package/cjs/idx/poll.js.map +1 -1
- package/cjs/idx/proceed.js.map +1 -1
- package/cjs/idx/recoverPassword.js.map +1 -1
- package/cjs/idx/register.js.map +1 -1
- package/cjs/idx/remediate.js +77 -25
- package/cjs/idx/remediate.js.map +1 -1
- package/cjs/idx/remediators/AuthenticatorEnrollmentData.js +1 -3
- package/cjs/idx/remediators/AuthenticatorEnrollmentData.js.map +1 -1
- package/cjs/idx/remediators/AuthenticatorVerificationData.js +1 -3
- package/cjs/idx/remediators/AuthenticatorVerificationData.js.map +1 -1
- package/cjs/idx/remediators/Base/AuthenticatorData.js.map +1 -1
- package/cjs/idx/remediators/Base/Remediator.js +2 -2
- package/cjs/idx/remediators/Base/Remediator.js.map +1 -1
- package/cjs/idx/remediators/Base/SelectAuthenticator.js.map +1 -1
- package/cjs/idx/remediators/Base/VerifyAuthenticator.js.map +1 -1
- package/cjs/idx/remediators/ChallengeAuthenticator.js +3 -4
- package/cjs/idx/remediators/ChallengeAuthenticator.js.map +1 -1
- package/cjs/idx/remediators/ChallengePoll.js +1 -3
- package/cjs/idx/remediators/ChallengePoll.js.map +1 -1
- package/cjs/idx/remediators/EnrollAuthenticator.js +3 -4
- package/cjs/idx/remediators/EnrollAuthenticator.js.map +1 -1
- package/cjs/idx/remediators/EnrollPoll.js +1 -3
- package/cjs/idx/remediators/EnrollPoll.js.map +1 -1
- package/cjs/idx/remediators/EnrollProfile.js +2 -4
- package/cjs/idx/remediators/EnrollProfile.js.map +1 -1
- package/cjs/idx/remediators/EnrollmentChannelData.js +1 -3
- package/cjs/idx/remediators/EnrollmentChannelData.js.map +1 -1
- package/cjs/idx/remediators/GenericRemediator/GenericRemediator.js.map +1 -1
- package/cjs/idx/remediators/GenericRemediator/index.js.map +1 -1
- package/cjs/idx/remediators/GenericRemediator/util.js.map +1 -1
- package/cjs/idx/remediators/Identify.js +4 -9
- package/cjs/idx/remediators/Identify.js.map +1 -1
- package/cjs/idx/remediators/ReEnrollAuthenticator.js +1 -3
- package/cjs/idx/remediators/ReEnrollAuthenticator.js.map +1 -1
- package/cjs/idx/remediators/ReEnrollAuthenticatorWarning.js +3 -4
- package/cjs/idx/remediators/ReEnrollAuthenticatorWarning.js.map +1 -1
- package/cjs/idx/remediators/RedirectIdp.js +1 -3
- package/cjs/idx/remediators/RedirectIdp.js.map +1 -1
- package/cjs/idx/remediators/ResetAuthenticator.js +3 -4
- package/cjs/idx/remediators/ResetAuthenticator.js.map +1 -1
- package/cjs/idx/remediators/SelectAuthenticatorAuthenticate.js +1 -3
- package/cjs/idx/remediators/SelectAuthenticatorAuthenticate.js.map +1 -1
- package/cjs/idx/remediators/SelectAuthenticatorEnroll.js +3 -4
- package/cjs/idx/remediators/SelectAuthenticatorEnroll.js.map +1 -1
- package/cjs/idx/remediators/SelectAuthenticatorUnlockAccount.js +4 -9
- package/cjs/idx/remediators/SelectAuthenticatorUnlockAccount.js.map +1 -1
- package/cjs/idx/remediators/SelectEnrollProfile.js +3 -3
- package/cjs/idx/remediators/SelectEnrollProfile.js.map +1 -1
- package/cjs/idx/remediators/SelectEnrollmentChannel.js +1 -3
- package/cjs/idx/remediators/SelectEnrollmentChannel.js.map +1 -1
- package/cjs/idx/remediators/Skip.js +1 -3
- package/cjs/idx/remediators/Skip.js.map +1 -1
- package/cjs/idx/remediators/index.js.map +1 -1
- package/cjs/idx/remediators/util.js.map +1 -1
- package/cjs/idx/run.js +5 -3
- package/cjs/idx/run.js.map +1 -1
- package/cjs/idx/startTransaction.js +6 -0
- package/cjs/idx/startTransaction.js.map +1 -1
- package/cjs/idx/storage.js.map +1 -1
- package/cjs/idx/transactionMeta.js.map +1 -1
- package/cjs/idx/types/FlowIdentifier.js.map +1 -1
- package/cjs/idx/types/FlowSpecification.js.map +1 -1
- package/cjs/idx/types/api.js +10 -12
- package/cjs/idx/types/api.js.map +1 -1
- package/cjs/idx/types/idx-js.js.map +1 -1
- package/cjs/idx/types/index.js.map +1 -1
- package/cjs/idx/types/meta.js.map +1 -1
- package/cjs/idx/types/options.js.map +1 -1
- package/cjs/idx/types/storage.js.map +1 -1
- package/cjs/idx/unlockAccount.js.map +1 -1
- package/cjs/idx/util.js +0 -1
- package/cjs/idx/util.js.map +1 -1
- package/cjs/idx/webauthn.js.map +1 -1
- package/cjs/myaccount/api.js.map +1 -1
- package/cjs/myaccount/emailApi.js.map +1 -1
- package/cjs/myaccount/factory.js.map +1 -1
- package/cjs/myaccount/index.js.map +1 -1
- package/cjs/myaccount/mixin.js +1 -2
- package/cjs/myaccount/mixin.js.map +1 -1
- package/cjs/myaccount/passwordApi.js.map +1 -1
- package/cjs/myaccount/phoneApi.js.map +1 -1
- package/cjs/myaccount/profileApi.js.map +1 -1
- package/cjs/myaccount/request.js.map +1 -1
- package/cjs/myaccount/transactions/Base.js.map +1 -1
- package/cjs/myaccount/transactions/EmailChallengeTransaction.js.map +1 -1
- package/cjs/myaccount/transactions/EmailStatusTransaction.js.map +1 -1
- package/cjs/myaccount/transactions/EmailTransaction.js.map +1 -1
- package/cjs/myaccount/transactions/PasswordTransaction.js.map +1 -1
- package/cjs/myaccount/transactions/PhoneTransaction.js.map +1 -1
- package/cjs/myaccount/transactions/ProfileSchemaTransaction.js.map +1 -1
- package/cjs/myaccount/transactions/ProfileTransaction.js.map +1 -1
- package/cjs/myaccount/transactions/index.js.map +1 -1
- package/cjs/myaccount/types.js +9 -12
- package/cjs/myaccount/types.js.map +1 -1
- package/cjs/oidc/TokenManager.js +1 -1
- package/cjs/oidc/TokenManager.js.map +1 -1
- package/cjs/oidc/TransactionManager.js.map +1 -1
- package/cjs/oidc/decodeToken.js.map +1 -1
- package/cjs/oidc/dpop.js +6 -6
- package/cjs/oidc/dpop.js.map +1 -1
- package/cjs/oidc/endpoints/authorize.js.map +1 -1
- package/cjs/oidc/endpoints/index.js.map +1 -1
- package/cjs/oidc/endpoints/token.js +0 -1
- package/cjs/oidc/endpoints/token.js.map +1 -1
- package/cjs/oidc/endpoints/well-known.js.map +1 -1
- package/cjs/oidc/enrollAuthenticator.js.map +1 -1
- package/cjs/oidc/exchangeCodeForTokens.js.map +1 -1
- package/cjs/oidc/factory/OktaAuthOAuth.js.map +1 -1
- package/cjs/oidc/factory/api.js.map +1 -1
- package/cjs/oidc/factory/baseApi.js.map +1 -1
- package/cjs/oidc/factory/index.js.map +1 -1
- package/cjs/oidc/getToken.js.map +1 -1
- package/cjs/oidc/getUserInfo.js +0 -1
- package/cjs/oidc/getUserInfo.js.map +1 -1
- package/cjs/oidc/getWithPopup.js.map +1 -1
- package/cjs/oidc/getWithRedirect.js.map +1 -1
- package/cjs/oidc/getWithoutPrompt.js.map +1 -1
- package/cjs/oidc/handleOAuthResponse.js +6 -2
- package/cjs/oidc/handleOAuthResponse.js.map +1 -1
- package/cjs/oidc/index.js.map +1 -1
- package/cjs/oidc/introspect.js +1 -2
- package/cjs/oidc/introspect.js.map +1 -1
- package/cjs/oidc/mixin/browser.js.map +1 -1
- package/cjs/oidc/mixin/index.js +4 -6
- package/cjs/oidc/mixin/index.js.map +1 -1
- package/cjs/oidc/mixin/minimal.js.map +1 -1
- package/cjs/oidc/mixin/node.js.map +1 -1
- package/cjs/oidc/options/OAuthOptionsConstructor.js +4 -1
- package/cjs/oidc/options/OAuthOptionsConstructor.js.map +1 -1
- package/cjs/oidc/options/browser.js +1 -2
- package/cjs/oidc/options/browser.js.map +1 -1
- package/cjs/oidc/options/index.js.map +1 -1
- package/cjs/oidc/options/node.js +1 -2
- package/cjs/oidc/options/node.js.map +1 -1
- package/cjs/oidc/parseFromUrl.js.map +1 -1
- package/cjs/oidc/renewToken.js.map +1 -1
- package/cjs/oidc/renewTokens.js.map +1 -1
- package/cjs/oidc/renewTokensWithRefresh.js.map +1 -1
- package/cjs/oidc/revokeToken.js +1 -2
- package/cjs/oidc/revokeToken.js.map +1 -1
- package/cjs/oidc/storage.js.map +1 -1
- package/cjs/oidc/types/JWT.js.map +1 -1
- package/cjs/oidc/types/Token.js +4 -4
- package/cjs/oidc/types/Token.js.map +1 -1
- package/cjs/oidc/types/TokenManager.js +8 -12
- package/cjs/oidc/types/TokenManager.js.map +1 -1
- package/cjs/oidc/types/Transaction.js.map +1 -1
- package/cjs/oidc/types/TransactionManager.js.map +1 -1
- package/cjs/oidc/types/UserClaims.js.map +1 -1
- package/cjs/oidc/types/api.js.map +1 -1
- package/cjs/oidc/types/endpoints.js.map +1 -1
- package/cjs/oidc/types/index.js.map +1 -1
- package/cjs/oidc/types/meta.js.map +1 -1
- package/cjs/oidc/types/options.js.map +1 -1
- package/cjs/oidc/types/proto.js.map +1 -1
- package/cjs/oidc/types/storage.js.map +1 -1
- package/cjs/oidc/util/browser.js.map +1 -1
- package/cjs/oidc/util/defaultEnrollAuthenticatorParams.js.map +1 -1
- package/cjs/oidc/util/defaultTokenParams.js.map +1 -1
- package/cjs/oidc/util/enrollAuthenticatorMeta.js.map +1 -1
- package/cjs/oidc/util/errors.js.map +1 -1
- package/cjs/oidc/util/index.js.map +1 -1
- package/cjs/oidc/util/loginRedirect.js.map +1 -1
- package/cjs/oidc/util/oauth.js.map +1 -1
- package/cjs/oidc/util/oauthMeta.js.map +1 -1
- package/cjs/oidc/util/pkce.js +3 -4
- package/cjs/oidc/util/pkce.js.map +1 -1
- package/cjs/oidc/util/prepareEnrollAuthenticatorParams.js.map +1 -1
- package/cjs/oidc/util/prepareTokenParams.js.map +1 -1
- package/cjs/oidc/util/refreshToken.js.map +1 -1
- package/cjs/oidc/util/sharedStorage.js.map +1 -1
- package/cjs/oidc/util/urlParams.js.map +1 -1
- package/cjs/oidc/util/validateClaims.js.map +1 -1
- package/cjs/oidc/util/validateToken.js.map +1 -1
- package/cjs/oidc/verifyToken.js +1 -2
- package/cjs/oidc/verifyToken.js.map +1 -1
- package/cjs/server/serverStorage.js +1 -2
- package/cjs/server/serverStorage.js.map +1 -1
- package/cjs/services/AutoRenewService.js +1 -3
- package/cjs/services/AutoRenewService.js.map +1 -1
- package/cjs/services/LeaderElectionService.js +1 -3
- package/cjs/services/LeaderElectionService.js.map +1 -1
- package/cjs/services/RenewOnTabActivationService.js +2 -4
- package/cjs/services/RenewOnTabActivationService.js.map +1 -1
- package/cjs/services/SyncStorageService.js +2 -4
- package/cjs/services/SyncStorageService.js.map +1 -1
- package/cjs/services/index.js.map +1 -1
- package/cjs/session/api.js.map +1 -1
- package/cjs/session/factory.js.map +1 -1
- package/cjs/session/index.js.map +1 -1
- package/cjs/session/mixin.js.map +1 -1
- package/cjs/session/types.js.map +1 -1
- package/cjs/storage/BaseStorageManager.js.map +1 -1
- package/cjs/storage/SavedObject.js.map +1 -1
- package/cjs/storage/index.js.map +1 -1
- package/cjs/storage/mixin.js.map +1 -1
- package/cjs/storage/options/StorageOptionsConstructor.js.map +1 -1
- package/cjs/storage/options/browser.js +1 -3
- package/cjs/storage/options/browser.js.map +1 -1
- package/cjs/storage/options/node.js +1 -2
- package/cjs/storage/options/node.js.map +1 -1
- package/cjs/storage/types.js.map +1 -1
- package/cjs/types/global.d.js.map +1 -1
- package/cjs/util/PromiseQueue.js.map +1 -1
- package/cjs/util/console.js +0 -2
- package/cjs/util/console.js.map +1 -1
- package/cjs/util/index.js.map +1 -1
- package/cjs/util/jsonpath.js.map +1 -1
- package/cjs/util/misc.js.map +1 -1
- package/cjs/util/object.js +0 -1
- package/cjs/util/object.js.map +1 -1
- package/cjs/util/types.js.map +1 -1
- package/cjs/util/url.js.map +1 -1
- package/dist/okta-auth-js.authn.min.analyzer.html +2 -2
- package/dist/okta-auth-js.authn.min.js +1 -1
- package/dist/okta-auth-js.authn.min.js.LICENSE.txt +1 -1
- package/dist/okta-auth-js.authn.min.js.map +1 -1
- package/dist/okta-auth-js.core.min.analyzer.html +2 -2
- package/dist/okta-auth-js.core.min.js +1 -1
- package/dist/okta-auth-js.core.min.js.LICENSE.txt +1 -1
- package/dist/okta-auth-js.core.min.js.map +1 -1
- package/dist/okta-auth-js.idx.min.analyzer.html +2 -2
- package/dist/okta-auth-js.idx.min.js +1 -1
- package/dist/okta-auth-js.idx.min.js.LICENSE.txt +1 -1
- package/dist/okta-auth-js.idx.min.js.map +1 -1
- package/dist/okta-auth-js.min.analyzer.html +2 -2
- package/dist/okta-auth-js.min.js +1 -1
- package/dist/okta-auth-js.min.js.LICENSE.txt +1 -1
- package/dist/okta-auth-js.min.js.map +1 -1
- package/dist/okta-auth-js.myaccount.min.analyzer.html +2 -2
- package/dist/okta-auth-js.myaccount.min.js +1 -1
- package/dist/okta-auth-js.myaccount.min.js.LICENSE.txt +1 -1
- package/dist/okta-auth-js.myaccount.min.js.map +1 -1
- package/dist/okta-auth-js.polyfill.js +1 -1
- package/dist/okta-auth-js.polyfill.js.map +1 -1
- package/esm/browser/_virtual/_tslib.js +14 -1
- package/esm/browser/_virtual/_tslib.js.map +1 -1
- package/esm/browser/authn/api.js +1 -3
- package/esm/browser/authn/api.js.map +1 -1
- package/esm/browser/authn/util/link2fn.js +0 -2
- package/esm/browser/authn/util/link2fn.js.map +1 -1
- package/esm/browser/authn/util/poll.js +3 -5
- package/esm/browser/authn/util/poll.js.map +1 -1
- package/esm/browser/browser/fingerprint.js +0 -1
- package/esm/browser/browser/fingerprint.js.map +1 -1
- package/esm/browser/core/AuthStateManager.js +69 -10
- package/esm/browser/core/AuthStateManager.js.map +1 -1
- package/esm/browser/core/options.js +0 -1
- package/esm/browser/core/options.js.map +1 -1
- package/esm/browser/crypto/base64.js +4 -5
- package/esm/browser/crypto/base64.js.map +1 -1
- package/esm/browser/crypto/index.js +0 -1
- package/esm/browser/crypto/index.js.map +1 -1
- package/esm/browser/crypto/oidcHash.js +1 -2
- package/esm/browser/crypto/oidcHash.js.map +1 -1
- package/esm/browser/crypto/verifyToken.js +2 -6
- package/esm/browser/crypto/verifyToken.js.map +1 -1
- package/esm/browser/features.js +3 -6
- package/esm/browser/features.js.map +1 -1
- package/esm/browser/fetch/fetchRequest.js +1 -3
- package/esm/browser/fetch/fetchRequest.js.map +1 -1
- package/esm/browser/http/OktaUserAgent.js +2 -2
- package/esm/browser/http/OktaUserAgent.js.map +1 -1
- package/esm/browser/http/options.js +0 -1
- package/esm/browser/http/options.js.map +1 -1
- package/esm/browser/idx/factory/api.js +0 -1
- package/esm/browser/idx/factory/api.js.map +1 -1
- package/esm/browser/idx/idxState/v1/generateIdxAction.js +1 -3
- package/esm/browser/idx/idxState/v1/generateIdxAction.js.map +1 -1
- package/esm/browser/idx/interact.js +0 -1
- package/esm/browser/idx/interact.js.map +1 -1
- package/esm/browser/idx/introspect.js +0 -1
- package/esm/browser/idx/introspect.js.map +1 -1
- package/esm/browser/idx/options.js.map +1 -1
- package/esm/browser/idx/remediate.js +61 -16
- package/esm/browser/idx/remediate.js.map +1 -1
- package/esm/browser/idx/run.js +3 -1
- package/esm/browser/idx/run.js.map +1 -1
- package/esm/browser/idx/startTransaction.js +3 -0
- package/esm/browser/idx/startTransaction.js.map +1 -1
- package/esm/browser/idx/transactionMeta.js +0 -1
- package/esm/browser/idx/transactionMeta.js.map +1 -1
- package/esm/browser/myaccount/request.js +2 -3
- package/esm/browser/myaccount/request.js.map +1 -1
- package/esm/browser/myaccount/transactions/Base.js.map +1 -1
- package/esm/browser/oidc/TokenManager.js +0 -1
- package/esm/browser/oidc/TokenManager.js.map +1 -1
- package/esm/browser/oidc/dpop.js +6 -7
- package/esm/browser/oidc/dpop.js.map +1 -1
- package/esm/browser/oidc/endpoints/token.js +0 -1
- package/esm/browser/oidc/endpoints/token.js.map +1 -1
- package/esm/browser/oidc/endpoints/well-known.js +2 -4
- package/esm/browser/oidc/endpoints/well-known.js.map +1 -1
- package/esm/browser/oidc/enrollAuthenticator.js +0 -1
- package/esm/browser/oidc/enrollAuthenticator.js.map +1 -1
- package/esm/browser/oidc/exchangeCodeForTokens.js +0 -1
- package/esm/browser/oidc/exchangeCodeForTokens.js.map +1 -1
- package/esm/browser/oidc/getUserInfo.js +0 -1
- package/esm/browser/oidc/getUserInfo.js.map +1 -1
- package/esm/browser/oidc/getWithPopup.js +0 -1
- package/esm/browser/oidc/getWithPopup.js.map +1 -1
- package/esm/browser/oidc/handleOAuthResponse.js +4 -3
- package/esm/browser/oidc/handleOAuthResponse.js.map +1 -1
- package/esm/browser/oidc/introspect.js +2 -4
- package/esm/browser/oidc/introspect.js.map +1 -1
- package/esm/browser/oidc/mixin/index.js +1 -2
- package/esm/browser/oidc/mixin/index.js.map +1 -1
- package/esm/browser/oidc/mixin/minimal.js +0 -1
- package/esm/browser/oidc/mixin/minimal.js.map +1 -1
- package/esm/browser/oidc/options/OAuthOptionsConstructor.js +1 -0
- package/esm/browser/oidc/options/OAuthOptionsConstructor.js.map +1 -1
- package/esm/browser/oidc/parseFromUrl.js +0 -1
- package/esm/browser/oidc/parseFromUrl.js.map +1 -1
- package/esm/browser/oidc/renewTokens.js +0 -1
- package/esm/browser/oidc/renewTokens.js.map +1 -1
- package/esm/browser/oidc/revokeToken.js +3 -6
- package/esm/browser/oidc/revokeToken.js.map +1 -1
- package/esm/browser/oidc/storage.js +0 -1
- package/esm/browser/oidc/storage.js.map +1 -1
- package/esm/browser/oidc/types/Token.js.map +1 -1
- package/esm/browser/oidc/util/pkce.js +2 -3
- package/esm/browser/oidc/util/pkce.js.map +1 -1
- package/esm/browser/package.json +1 -1
- package/esm/browser/session/api.js +0 -2
- package/esm/browser/session/api.js.map +1 -1
- package/esm/node/_virtual/_tslib.js +14 -1
- package/esm/node/_virtual/_tslib.js.map +1 -1
- package/esm/node/authn/api.js +1 -4
- package/esm/node/authn/api.js.map +1 -1
- package/esm/node/authn/util/link2fn.js +0 -3
- package/esm/node/authn/util/link2fn.js.map +1 -1
- package/esm/node/authn/util/poll.js +3 -6
- package/esm/node/authn/util/poll.js.map +1 -1
- package/esm/node/browser/fingerprint.js +0 -2
- package/esm/node/browser/fingerprint.js.map +1 -1
- package/esm/node/core/AuthStateManager.js +69 -11
- package/esm/node/core/AuthStateManager.js.map +1 -1
- package/esm/node/core/options.js +0 -2
- package/esm/node/core/options.js.map +1 -1
- package/esm/node/crypto/base64.js +4 -5
- package/esm/node/crypto/base64.js.map +1 -1
- package/esm/node/crypto/index.js +0 -1
- package/esm/node/crypto/index.js.map +1 -1
- package/esm/node/crypto/oidcHash.js +1 -2
- package/esm/node/crypto/oidcHash.js.map +1 -1
- package/esm/node/crypto/verifyToken.js +2 -6
- package/esm/node/crypto/verifyToken.js.map +1 -1
- package/esm/node/features.js +3 -6
- package/esm/node/features.js.map +1 -1
- package/esm/node/fetch/fetchRequest.js +1 -3
- package/esm/node/fetch/fetchRequest.js.map +1 -1
- package/esm/node/http/OktaUserAgent.js +2 -2
- package/esm/node/http/OktaUserAgent.js.map +1 -1
- package/esm/node/http/options.js +0 -2
- package/esm/node/http/options.js.map +1 -1
- package/esm/node/idx/factory/api.js +0 -2
- package/esm/node/idx/factory/api.js.map +1 -1
- package/esm/node/idx/idxState/v1/generateIdxAction.js +1 -4
- package/esm/node/idx/idxState/v1/generateIdxAction.js.map +1 -1
- package/esm/node/idx/interact.js +0 -2
- package/esm/node/idx/interact.js.map +1 -1
- package/esm/node/idx/introspect.js +0 -2
- package/esm/node/idx/introspect.js.map +1 -1
- package/esm/node/idx/options.js.map +1 -1
- package/esm/node/idx/remediate.js +61 -16
- package/esm/node/idx/remediate.js.map +1 -1
- package/esm/node/idx/run.js +3 -1
- package/esm/node/idx/run.js.map +1 -1
- package/esm/node/idx/startTransaction.js +3 -0
- package/esm/node/idx/startTransaction.js.map +1 -1
- package/esm/node/idx/transactionMeta.js +0 -2
- package/esm/node/idx/transactionMeta.js.map +1 -1
- package/esm/node/myaccount/request.js +2 -4
- package/esm/node/myaccount/request.js.map +1 -1
- package/esm/node/myaccount/transactions/Base.js.map +1 -1
- package/esm/node/oidc/TokenManager.js +0 -2
- package/esm/node/oidc/TokenManager.js.map +1 -1
- package/esm/node/oidc/decodeToken.js +0 -1
- package/esm/node/oidc/decodeToken.js.map +1 -1
- package/esm/node/oidc/dpop.js +6 -7
- package/esm/node/oidc/dpop.js.map +1 -1
- package/esm/node/oidc/endpoints/token.js +0 -2
- package/esm/node/oidc/endpoints/token.js.map +1 -1
- package/esm/node/oidc/endpoints/well-known.js +2 -5
- package/esm/node/oidc/endpoints/well-known.js.map +1 -1
- package/esm/node/oidc/enrollAuthenticator.js +0 -2
- package/esm/node/oidc/enrollAuthenticator.js.map +1 -1
- package/esm/node/oidc/exchangeCodeForTokens.js +0 -2
- package/esm/node/oidc/exchangeCodeForTokens.js.map +1 -1
- package/esm/node/oidc/factory/api.js +0 -1
- package/esm/node/oidc/factory/api.js.map +1 -1
- package/esm/node/oidc/factory/baseApi.js +0 -1
- package/esm/node/oidc/factory/baseApi.js.map +1 -1
- package/esm/node/oidc/getToken.js +0 -1
- package/esm/node/oidc/getToken.js.map +1 -1
- package/esm/node/oidc/getUserInfo.js +0 -2
- package/esm/node/oidc/getUserInfo.js.map +1 -1
- package/esm/node/oidc/getWithPopup.js +0 -2
- package/esm/node/oidc/getWithPopup.js.map +1 -1
- package/esm/node/oidc/getWithRedirect.js +0 -1
- package/esm/node/oidc/getWithRedirect.js.map +1 -1
- package/esm/node/oidc/handleOAuthResponse.js +4 -4
- package/esm/node/oidc/handleOAuthResponse.js.map +1 -1
- package/esm/node/oidc/introspect.js +2 -4
- package/esm/node/oidc/introspect.js.map +1 -1
- package/esm/node/oidc/mixin/index.js +1 -2
- package/esm/node/oidc/mixin/index.js.map +1 -1
- package/esm/node/oidc/mixin/minimal.js +0 -2
- package/esm/node/oidc/mixin/minimal.js.map +1 -1
- package/esm/node/oidc/options/OAuthOptionsConstructor.js +1 -0
- package/esm/node/oidc/options/OAuthOptionsConstructor.js.map +1 -1
- package/esm/node/oidc/parseFromUrl.js +0 -2
- package/esm/node/oidc/parseFromUrl.js.map +1 -1
- package/esm/node/oidc/renewTokens.js +0 -2
- package/esm/node/oidc/renewTokens.js.map +1 -1
- package/esm/node/oidc/revokeToken.js +3 -6
- package/esm/node/oidc/revokeToken.js.map +1 -1
- package/esm/node/oidc/storage.js +0 -2
- package/esm/node/oidc/storage.js.map +1 -1
- package/esm/node/oidc/types/Token.js.map +1 -1
- package/esm/node/oidc/util/pkce.js +2 -3
- package/esm/node/oidc/util/pkce.js.map +1 -1
- package/esm/node/oidc/verifyToken.js +0 -1
- package/esm/node/oidc/verifyToken.js.map +1 -1
- package/esm/node/package.json +1 -1
- package/esm/node/session/api.js +0 -3
- package/esm/node/session/api.js.map +1 -1
- package/esm/node/storage/options/StorageOptionsConstructor.js +0 -2
- package/esm/node/storage/options/StorageOptionsConstructor.js.map +1 -1
- package/package.json +45 -39
- package/polyfill/index.js +4 -0
- package/polyfill/node_modules/core-js/LICENSE +20 -0
- package/polyfill/node_modules/core-js/README.md +95 -0
- package/polyfill/node_modules/core-js/actual/README.md +1 -0
- package/polyfill/node_modules/core-js/actual/aggregate-error.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/at.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/concat.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/entries.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/every.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/fill.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/filter.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/find-index.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/find-last-index.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/find-last.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/find.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/flat.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/for-each.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/from-async.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/from.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/group-by-to-map.js +7 -0
- package/polyfill/node_modules/core-js/actual/array/group-by.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/group-to-map.js +7 -0
- package/polyfill/node_modules/core-js/actual/array/group.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/includes.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/index-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/index.js +16 -0
- package/polyfill/node_modules/core-js/actual/array/is-array.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/join.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/keys.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/map.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/of.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/push.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/reduce.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/reverse.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/slice.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/some.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/sort.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/splice.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/to-reversed.js +6 -0
- package/polyfill/node_modules/core-js/actual/array/to-sorted.js +6 -0
- package/polyfill/node_modules/core-js/actual/array/to-spliced.js +6 -0
- package/polyfill/node_modules/core-js/actual/array/unshift.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/values.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/at.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/concat.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/entries.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/every.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/fill.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/filter.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/find-index.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/find-last-index.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/find-last.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/find.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/flat.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/for-each.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/group-by-to-map.js +7 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/group-by.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/group-to-map.js +7 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/group.js +5 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/includes.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/index-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/index.js +17 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/join.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/keys.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/map.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/push.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/reduce.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/reverse.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/slice.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/some.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/sort.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/splice.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/to-reversed.js +6 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/to-sorted.js +6 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/to-spliced.js +6 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/unshift.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/values.js +4 -0
- package/polyfill/node_modules/core-js/actual/array/virtual/with.js +6 -0
- package/polyfill/node_modules/core-js/actual/array/with.js +6 -0
- package/polyfill/node_modules/core-js/actual/array-buffer/constructor.js +7 -0
- package/polyfill/node_modules/core-js/actual/array-buffer/detached.js +5 -0
- package/polyfill/node_modules/core-js/actual/array-buffer/index.js +7 -0
- package/polyfill/node_modules/core-js/actual/array-buffer/is-view.js +4 -0
- package/polyfill/node_modules/core-js/actual/array-buffer/slice.js +4 -0
- package/polyfill/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js +5 -0
- package/polyfill/node_modules/core-js/actual/array-buffer/transfer.js +5 -0
- package/polyfill/node_modules/core-js/actual/async-disposable-stack/constructor.js +8 -0
- package/polyfill/node_modules/core-js/actual/async-disposable-stack/index.js +8 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/async-dispose.js +3 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/drop.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/every.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/filter.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/find.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/flat-map.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/for-each.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/from.js +23 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/index.js +23 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/map.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/reduce.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/some.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/take.js +9 -0
- package/polyfill/node_modules/core-js/actual/async-iterator/to-array.js +9 -0
- package/polyfill/node_modules/core-js/actual/atob.js +4 -0
- package/polyfill/node_modules/core-js/actual/btoa.js +4 -0
- package/polyfill/node_modules/core-js/actual/clear-immediate.js +4 -0
- package/polyfill/node_modules/core-js/actual/data-view/get-float16.js +5 -0
- package/polyfill/node_modules/core-js/actual/data-view/index.js +6 -0
- package/polyfill/node_modules/core-js/actual/data-view/set-float16.js +5 -0
- package/polyfill/node_modules/core-js/actual/date/get-year.js +4 -0
- package/polyfill/node_modules/core-js/actual/date/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/date/now.js +4 -0
- package/polyfill/node_modules/core-js/actual/date/set-year.js +4 -0
- package/polyfill/node_modules/core-js/actual/date/to-gmt-string.js +4 -0
- package/polyfill/node_modules/core-js/actual/date/to-iso-string.js +4 -0
- package/polyfill/node_modules/core-js/actual/date/to-json.js +4 -0
- package/polyfill/node_modules/core-js/actual/date/to-primitive.js +4 -0
- package/polyfill/node_modules/core-js/actual/date/to-string.js +4 -0
- package/polyfill/node_modules/core-js/actual/disposable-stack/constructor.js +7 -0
- package/polyfill/node_modules/core-js/actual/disposable-stack/index.js +7 -0
- package/polyfill/node_modules/core-js/actual/dom-collections/for-each.js +4 -0
- package/polyfill/node_modules/core-js/actual/dom-collections/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/dom-collections/iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/dom-exception/constructor.js +4 -0
- package/polyfill/node_modules/core-js/actual/dom-exception/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/dom-exception/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/actual/error/constructor.js +4 -0
- package/polyfill/node_modules/core-js/actual/error/index.js +6 -0
- package/polyfill/node_modules/core-js/actual/error/is-error.js +5 -0
- package/polyfill/node_modules/core-js/actual/error/to-string.js +4 -0
- package/polyfill/node_modules/core-js/actual/escape.js +4 -0
- package/polyfill/node_modules/core-js/actual/function/bind.js +4 -0
- package/polyfill/node_modules/core-js/actual/function/has-instance.js +4 -0
- package/polyfill/node_modules/core-js/actual/function/index.js +5 -0
- package/polyfill/node_modules/core-js/actual/function/metadata.js +4 -0
- package/polyfill/node_modules/core-js/actual/function/name.js +4 -0
- package/polyfill/node_modules/core-js/actual/function/virtual/bind.js +4 -0
- package/polyfill/node_modules/core-js/actual/function/virtual/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/get-iterator-method.js +4 -0
- package/polyfill/node_modules/core-js/actual/get-iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/global-this.js +4 -0
- package/polyfill/node_modules/core-js/actual/index.js +5 -0
- package/polyfill/node_modules/core-js/actual/instance/at.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/bind.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/concat.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/entries.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/every.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/fill.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/filter.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/find-index.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/find-last-index.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/find-last.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/find.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/flags.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/flat.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/for-each.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/group-by-to-map.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/group-by.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/group-to-map.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/group.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/includes.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/index-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/is-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/keys.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/map.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/match-all.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/push.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/reduce.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/repeat.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/replace-all.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/reverse.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/slice.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/some.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/sort.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/splice.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/to-reversed.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/to-sorted.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/to-spliced.js +10 -0
- package/polyfill/node_modules/core-js/actual/instance/to-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/trim.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/unshift.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/values.js +4 -0
- package/polyfill/node_modules/core-js/actual/instance/with.js +10 -0
- package/polyfill/node_modules/core-js/actual/is-iterable.js +4 -0
- package/polyfill/node_modules/core-js/actual/iterator/concat.js +5 -0
- package/polyfill/node_modules/core-js/actual/iterator/dispose.js +2 -0
- package/polyfill/node_modules/core-js/actual/iterator/drop.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/every.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/filter.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/find.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/flat-map.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/for-each.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/from.js +20 -0
- package/polyfill/node_modules/core-js/actual/iterator/index.js +24 -0
- package/polyfill/node_modules/core-js/actual/iterator/map.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/reduce.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/some.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/take.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/to-array.js +6 -0
- package/polyfill/node_modules/core-js/actual/iterator/to-async.js +11 -0
- package/polyfill/node_modules/core-js/actual/iterator/zip-keyed.js +24 -0
- package/polyfill/node_modules/core-js/actual/iterator/zip.js +22 -0
- package/polyfill/node_modules/core-js/actual/json/index.js +7 -0
- package/polyfill/node_modules/core-js/actual/json/is-raw-json.js +5 -0
- package/polyfill/node_modules/core-js/actual/json/parse.js +5 -0
- package/polyfill/node_modules/core-js/actual/json/raw-json.js +6 -0
- package/polyfill/node_modules/core-js/actual/json/stringify.js +4 -0
- package/polyfill/node_modules/core-js/actual/json/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/actual/map/get-or-insert-computed.js +5 -0
- package/polyfill/node_modules/core-js/actual/map/get-or-insert.js +5 -0
- package/polyfill/node_modules/core-js/actual/map/group-by.js +7 -0
- package/polyfill/node_modules/core-js/actual/map/index.js +7 -0
- package/polyfill/node_modules/core-js/actual/math/acosh.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/asinh.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/atanh.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/cbrt.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/clz32.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/cosh.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/expm1.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/f16round.js +5 -0
- package/polyfill/node_modules/core-js/actual/math/fround.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/hypot.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/imul.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/index.js +6 -0
- package/polyfill/node_modules/core-js/actual/math/log10.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/log1p.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/log2.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/sign.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/sinh.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/sum-precise.js +5 -0
- package/polyfill/node_modules/core-js/actual/math/tanh.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/actual/math/trunc.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/constructor.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/epsilon.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/is-finite.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/is-integer.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/is-nan.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/is-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/max-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/min-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/parse-float.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/parse-int.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/to-exponential.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/to-fixed.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/to-precision.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/virtual/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/virtual/to-exponential.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/virtual/to-fixed.js +4 -0
- package/polyfill/node_modules/core-js/actual/number/virtual/to-precision.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/assign.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/create.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/define-getter.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/define-properties.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/define-property.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/define-setter.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/entries.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/freeze.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/from-entries.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/get-own-property-descriptor.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/get-own-property-descriptors.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/get-own-property-names.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/get-own-property-symbols.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/get-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/group-by.js +5 -0
- package/polyfill/node_modules/core-js/actual/object/has-own.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/index.js +5 -0
- package/polyfill/node_modules/core-js/actual/object/is-extensible.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/is-frozen.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/is-sealed.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/is.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/keys.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/lookup-getter.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/lookup-setter.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/prevent-extensions.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/proto.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/seal.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/set-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/to-string.js +4 -0
- package/polyfill/node_modules/core-js/actual/object/values.js +4 -0
- package/polyfill/node_modules/core-js/actual/parse-float.js +4 -0
- package/polyfill/node_modules/core-js/actual/parse-int.js +4 -0
- package/polyfill/node_modules/core-js/actual/promise/all-settled.js +4 -0
- package/polyfill/node_modules/core-js/actual/promise/any.js +4 -0
- package/polyfill/node_modules/core-js/actual/promise/finally.js +4 -0
- package/polyfill/node_modules/core-js/actual/promise/index.js +7 -0
- package/polyfill/node_modules/core-js/actual/promise/try.js +6 -0
- package/polyfill/node_modules/core-js/actual/promise/with-resolvers.js +6 -0
- package/polyfill/node_modules/core-js/actual/queue-microtask.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/apply.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/construct.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/define-property.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/delete-property.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/get-own-property-descriptor.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/get-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/get.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/has.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/is-extensible.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/own-keys.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/prevent-extensions.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/set-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/set.js +4 -0
- package/polyfill/node_modules/core-js/actual/reflect/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/constructor.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/dot-all.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/escape.js +5 -0
- package/polyfill/node_modules/core-js/actual/regexp/flags.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/index.js +5 -0
- package/polyfill/node_modules/core-js/actual/regexp/match.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/replace.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/search.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/split.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/sticky.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/test.js +4 -0
- package/polyfill/node_modules/core-js/actual/regexp/to-string.js +4 -0
- package/polyfill/node_modules/core-js/actual/self.js +4 -0
- package/polyfill/node_modules/core-js/actual/set/difference.js +5 -0
- package/polyfill/node_modules/core-js/actual/set/index.js +11 -0
- package/polyfill/node_modules/core-js/actual/set/intersection.js +5 -0
- package/polyfill/node_modules/core-js/actual/set/is-disjoint-from.js +5 -0
- package/polyfill/node_modules/core-js/actual/set/is-subset-of.js +5 -0
- package/polyfill/node_modules/core-js/actual/set/is-superset-of.js +5 -0
- package/polyfill/node_modules/core-js/actual/set/symmetric-difference.js +5 -0
- package/polyfill/node_modules/core-js/actual/set/union.js +5 -0
- package/polyfill/node_modules/core-js/actual/set-immediate.js +4 -0
- package/polyfill/node_modules/core-js/actual/set-interval.js +4 -0
- package/polyfill/node_modules/core-js/actual/set-timeout.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/anchor.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/at.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/big.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/blink.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/bold.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/fixed.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/fontcolor.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/fontsize.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/from-code-point.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/includes.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/index.js +8 -0
- package/polyfill/node_modules/core-js/actual/string/is-well-formed.js +7 -0
- package/polyfill/node_modules/core-js/actual/string/italics.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/link.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/match-all.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/match.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/raw.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/repeat.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/replace-all.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/replace.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/search.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/small.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/split.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/strike.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/sub.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/substr.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/sup.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/to-well-formed.js +7 -0
- package/polyfill/node_modules/core-js/actual/string/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/trim.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/anchor.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/at.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/big.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/blink.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/bold.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/fixed.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/fontcolor.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/fontsize.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/includes.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/index.js +8 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/is-well-formed.js +7 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/italics.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/link.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/match-all.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/repeat.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/replace-all.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/small.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/strike.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/sub.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/substr.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/sup.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/to-well-formed.js +7 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/actual/string/virtual/trim.js +4 -0
- package/polyfill/node_modules/core-js/actual/structured-clone.js +4 -0
- package/polyfill/node_modules/core-js/actual/suppressed-error.js +5 -0
- package/polyfill/node_modules/core-js/actual/symbol/async-dispose.js +5 -0
- package/polyfill/node_modules/core-js/actual/symbol/async-iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/description.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/dispose.js +5 -0
- package/polyfill/node_modules/core-js/actual/symbol/for.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/has-instance.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/index.js +9 -0
- package/polyfill/node_modules/core-js/actual/symbol/is-concat-spreadable.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/key-for.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/match-all.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/match.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/metadata.js +6 -0
- package/polyfill/node_modules/core-js/actual/symbol/replace.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/search.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/species.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/split.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/to-primitive.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/actual/symbol/unscopables.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/at.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/entries.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/every.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/fill.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/filter.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/find-index.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/find-last-index.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/find-last.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/find.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/float32-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/float64-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/for-each.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/from-base64.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/from-hex.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/from.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/includes.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/index-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/index.js +17 -0
- package/polyfill/node_modules/core-js/actual/typed-array/int16-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/int32-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/int8-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/iterator.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/join.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/keys.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/map.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/methods.js +17 -0
- package/polyfill/node_modules/core-js/actual/typed-array/of.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/reduce.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/reverse.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/set-from-base64.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/set-from-hex.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/set.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/slice.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/some.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/sort.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/subarray.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/to-base64.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/to-hex.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/to-locale-string.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/to-reversed.js +6 -0
- package/polyfill/node_modules/core-js/actual/typed-array/to-sorted.js +6 -0
- package/polyfill/node_modules/core-js/actual/typed-array/to-spliced.js +3 -0
- package/polyfill/node_modules/core-js/actual/typed-array/to-string.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/uint16-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/uint32-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/uint8-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/uint8-clamped-array.js +5 -0
- package/polyfill/node_modules/core-js/actual/typed-array/values.js +4 -0
- package/polyfill/node_modules/core-js/actual/typed-array/with.js +6 -0
- package/polyfill/node_modules/core-js/actual/unescape.js +4 -0
- package/polyfill/node_modules/core-js/actual/url/can-parse.js +4 -0
- package/polyfill/node_modules/core-js/actual/url/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/url/parse.js +4 -0
- package/polyfill/node_modules/core-js/actual/url/to-json.js +4 -0
- package/polyfill/node_modules/core-js/actual/url-search-params/index.js +4 -0
- package/polyfill/node_modules/core-js/actual/weak-map/get-or-insert-computed.js +5 -0
- package/polyfill/node_modules/core-js/actual/weak-map/get-or-insert.js +5 -0
- package/polyfill/node_modules/core-js/actual/weak-map/index.js +6 -0
- package/polyfill/node_modules/core-js/actual/weak-set/index.js +4 -0
- package/polyfill/node_modules/core-js/configurator.js +28 -0
- package/polyfill/node_modules/core-js/es/README.md +1 -0
- package/polyfill/node_modules/core-js/es/aggregate-error.js +9 -0
- package/polyfill/node_modules/core-js/es/array/at.js +5 -0
- package/polyfill/node_modules/core-js/es/array/concat.js +5 -0
- package/polyfill/node_modules/core-js/es/array/copy-within.js +5 -0
- package/polyfill/node_modules/core-js/es/array/entries.js +6 -0
- package/polyfill/node_modules/core-js/es/array/every.js +5 -0
- package/polyfill/node_modules/core-js/es/array/fill.js +5 -0
- package/polyfill/node_modules/core-js/es/array/filter.js +5 -0
- package/polyfill/node_modules/core-js/es/array/find-index.js +5 -0
- package/polyfill/node_modules/core-js/es/array/find-last-index.js +5 -0
- package/polyfill/node_modules/core-js/es/array/find-last.js +5 -0
- package/polyfill/node_modules/core-js/es/array/find.js +5 -0
- package/polyfill/node_modules/core-js/es/array/flat-map.js +6 -0
- package/polyfill/node_modules/core-js/es/array/flat.js +6 -0
- package/polyfill/node_modules/core-js/es/array/for-each.js +5 -0
- package/polyfill/node_modules/core-js/es/array/from-async.js +9 -0
- package/polyfill/node_modules/core-js/es/array/from.js +6 -0
- package/polyfill/node_modules/core-js/es/array/includes.js +5 -0
- package/polyfill/node_modules/core-js/es/array/index-of.js +5 -0
- package/polyfill/node_modules/core-js/es/array/index.js +46 -0
- package/polyfill/node_modules/core-js/es/array/is-array.js +5 -0
- package/polyfill/node_modules/core-js/es/array/iterator.js +6 -0
- package/polyfill/node_modules/core-js/es/array/join.js +5 -0
- package/polyfill/node_modules/core-js/es/array/keys.js +6 -0
- package/polyfill/node_modules/core-js/es/array/last-index-of.js +5 -0
- package/polyfill/node_modules/core-js/es/array/map.js +5 -0
- package/polyfill/node_modules/core-js/es/array/of.js +5 -0
- package/polyfill/node_modules/core-js/es/array/push.js +5 -0
- package/polyfill/node_modules/core-js/es/array/reduce-right.js +5 -0
- package/polyfill/node_modules/core-js/es/array/reduce.js +5 -0
- package/polyfill/node_modules/core-js/es/array/reverse.js +5 -0
- package/polyfill/node_modules/core-js/es/array/slice.js +5 -0
- package/polyfill/node_modules/core-js/es/array/some.js +5 -0
- package/polyfill/node_modules/core-js/es/array/sort.js +5 -0
- package/polyfill/node_modules/core-js/es/array/splice.js +5 -0
- package/polyfill/node_modules/core-js/es/array/to-reversed.js +5 -0
- package/polyfill/node_modules/core-js/es/array/to-sorted.js +6 -0
- package/polyfill/node_modules/core-js/es/array/to-spliced.js +5 -0
- package/polyfill/node_modules/core-js/es/array/unshift.js +5 -0
- package/polyfill/node_modules/core-js/es/array/values.js +6 -0
- package/polyfill/node_modules/core-js/es/array/virtual/at.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/concat.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/copy-within.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/entries.js +6 -0
- package/polyfill/node_modules/core-js/es/array/virtual/every.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/fill.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/filter.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/find-index.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/find-last-index.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/find-last.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/find.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/flat-map.js +6 -0
- package/polyfill/node_modules/core-js/es/array/virtual/flat.js +6 -0
- package/polyfill/node_modules/core-js/es/array/virtual/for-each.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/includes.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/index-of.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/index.js +40 -0
- package/polyfill/node_modules/core-js/es/array/virtual/iterator.js +6 -0
- package/polyfill/node_modules/core-js/es/array/virtual/join.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/keys.js +6 -0
- package/polyfill/node_modules/core-js/es/array/virtual/last-index-of.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/map.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/push.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/reduce-right.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/reduce.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/reverse.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/slice.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/some.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/sort.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/splice.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/to-reversed.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/to-sorted.js +6 -0
- package/polyfill/node_modules/core-js/es/array/virtual/to-spliced.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/unshift.js +5 -0
- package/polyfill/node_modules/core-js/es/array/virtual/values.js +6 -0
- package/polyfill/node_modules/core-js/es/array/virtual/with.js +5 -0
- package/polyfill/node_modules/core-js/es/array/with.js +5 -0
- package/polyfill/node_modules/core-js/es/array-buffer/constructor.js +10 -0
- package/polyfill/node_modules/core-js/es/array-buffer/detached.js +4 -0
- package/polyfill/node_modules/core-js/es/array-buffer/index.js +12 -0
- package/polyfill/node_modules/core-js/es/array-buffer/is-view.js +5 -0
- package/polyfill/node_modules/core-js/es/array-buffer/slice.js +2 -0
- package/polyfill/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js +5 -0
- package/polyfill/node_modules/core-js/es/array-buffer/transfer.js +5 -0
- package/polyfill/node_modules/core-js/es/async-disposable-stack/constructor.js +12 -0
- package/polyfill/node_modules/core-js/es/async-disposable-stack/index.js +12 -0
- package/polyfill/node_modules/core-js/es/async-iterator/async-dispose.js +4 -0
- package/polyfill/node_modules/core-js/es/async-iterator/index.js +4 -0
- package/polyfill/node_modules/core-js/es/data-view/get-float16.js +2 -0
- package/polyfill/node_modules/core-js/es/data-view/index.js +10 -0
- package/polyfill/node_modules/core-js/es/data-view/set-float16.js +2 -0
- package/polyfill/node_modules/core-js/es/date/get-year.js +5 -0
- package/polyfill/node_modules/core-js/es/date/index.js +12 -0
- package/polyfill/node_modules/core-js/es/date/now.js +5 -0
- package/polyfill/node_modules/core-js/es/date/set-year.js +5 -0
- package/polyfill/node_modules/core-js/es/date/to-gmt-string.js +5 -0
- package/polyfill/node_modules/core-js/es/date/to-iso-string.js +6 -0
- package/polyfill/node_modules/core-js/es/date/to-json.js +5 -0
- package/polyfill/node_modules/core-js/es/date/to-primitive.js +6 -0
- package/polyfill/node_modules/core-js/es/date/to-string.js +5 -0
- package/polyfill/node_modules/core-js/es/disposable-stack/constructor.js +10 -0
- package/polyfill/node_modules/core-js/es/disposable-stack/index.js +10 -0
- package/polyfill/node_modules/core-js/es/error/constructor.js +5 -0
- package/polyfill/node_modules/core-js/es/error/index.js +7 -0
- package/polyfill/node_modules/core-js/es/error/is-error.js +6 -0
- package/polyfill/node_modules/core-js/es/error/to-string.js +5 -0
- package/polyfill/node_modules/core-js/es/escape.js +5 -0
- package/polyfill/node_modules/core-js/es/function/bind.js +5 -0
- package/polyfill/node_modules/core-js/es/function/has-instance.js +5 -0
- package/polyfill/node_modules/core-js/es/function/index.js +7 -0
- package/polyfill/node_modules/core-js/es/function/name.js +2 -0
- package/polyfill/node_modules/core-js/es/function/virtual/bind.js +5 -0
- package/polyfill/node_modules/core-js/es/function/virtual/index.js +5 -0
- package/polyfill/node_modules/core-js/es/get-iterator-method.js +6 -0
- package/polyfill/node_modules/core-js/es/get-iterator.js +6 -0
- package/polyfill/node_modules/core-js/es/global-this.js +4 -0
- package/polyfill/node_modules/core-js/es/index.js +300 -0
- package/polyfill/node_modules/core-js/es/instance/at.js +15 -0
- package/polyfill/node_modules/core-js/es/instance/bind.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/code-point-at.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/concat.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/copy-within.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/ends-with.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/entries.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/every.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/fill.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/filter.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/find-index.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/find-last-index.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/find-last.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/find.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/flags.js +9 -0
- package/polyfill/node_modules/core-js/es/instance/flat-map.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/flat.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/for-each.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/includes.js +15 -0
- package/polyfill/node_modules/core-js/es/instance/index-of.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/is-well-formed.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/keys.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/last-index-of.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/map.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/match-all.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/pad-end.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/pad-start.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/push.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/reduce-right.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/reduce.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/repeat.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/replace-all.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/reverse.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/slice.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/some.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/sort.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/splice.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/starts-with.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/to-reversed.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/to-sorted.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/to-spliced.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/to-well-formed.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/trim-end.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/trim-left.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/trim-right.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/trim-start.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/trim.js +11 -0
- package/polyfill/node_modules/core-js/es/instance/unshift.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/values.js +10 -0
- package/polyfill/node_modules/core-js/es/instance/with.js +10 -0
- package/polyfill/node_modules/core-js/es/is-iterable.js +6 -0
- package/polyfill/node_modules/core-js/es/iterator/concat.js +21 -0
- package/polyfill/node_modules/core-js/es/iterator/dispose.js +2 -0
- package/polyfill/node_modules/core-js/es/iterator/drop.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/every.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/filter.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/find.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/flat-map.js +9 -0
- package/polyfill/node_modules/core-js/es/iterator/for-each.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/from.js +21 -0
- package/polyfill/node_modules/core-js/es/iterator/index.js +23 -0
- package/polyfill/node_modules/core-js/es/iterator/map.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/reduce.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/some.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/take.js +8 -0
- package/polyfill/node_modules/core-js/es/iterator/to-array.js +8 -0
- package/polyfill/node_modules/core-js/es/json/index.js +14 -0
- package/polyfill/node_modules/core-js/es/json/is-raw-json.js +5 -0
- package/polyfill/node_modules/core-js/es/json/parse.js +6 -0
- package/polyfill/node_modules/core-js/es/json/raw-json.js +7 -0
- package/polyfill/node_modules/core-js/es/json/stringify.js +13 -0
- package/polyfill/node_modules/core-js/es/json/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/es/map/get-or-insert-computed.js +6 -0
- package/polyfill/node_modules/core-js/es/map/get-or-insert.js +6 -0
- package/polyfill/node_modules/core-js/es/map/group-by.js +9 -0
- package/polyfill/node_modules/core-js/es/map/index.js +11 -0
- package/polyfill/node_modules/core-js/es/math/acosh.js +5 -0
- package/polyfill/node_modules/core-js/es/math/asinh.js +5 -0
- package/polyfill/node_modules/core-js/es/math/atanh.js +5 -0
- package/polyfill/node_modules/core-js/es/math/cbrt.js +5 -0
- package/polyfill/node_modules/core-js/es/math/clz32.js +5 -0
- package/polyfill/node_modules/core-js/es/math/cosh.js +5 -0
- package/polyfill/node_modules/core-js/es/math/expm1.js +5 -0
- package/polyfill/node_modules/core-js/es/math/f16round.js +5 -0
- package/polyfill/node_modules/core-js/es/math/fround.js +5 -0
- package/polyfill/node_modules/core-js/es/math/hypot.js +5 -0
- package/polyfill/node_modules/core-js/es/math/imul.js +5 -0
- package/polyfill/node_modules/core-js/es/math/index.js +25 -0
- package/polyfill/node_modules/core-js/es/math/log10.js +5 -0
- package/polyfill/node_modules/core-js/es/math/log1p.js +5 -0
- package/polyfill/node_modules/core-js/es/math/log2.js +5 -0
- package/polyfill/node_modules/core-js/es/math/sign.js +5 -0
- package/polyfill/node_modules/core-js/es/math/sinh.js +5 -0
- package/polyfill/node_modules/core-js/es/math/sum-precise.js +6 -0
- package/polyfill/node_modules/core-js/es/math/tanh.js +5 -0
- package/polyfill/node_modules/core-js/es/math/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/es/math/trunc.js +5 -0
- package/polyfill/node_modules/core-js/es/number/constructor.js +5 -0
- package/polyfill/node_modules/core-js/es/number/epsilon.js +4 -0
- package/polyfill/node_modules/core-js/es/number/index.js +17 -0
- package/polyfill/node_modules/core-js/es/number/is-finite.js +5 -0
- package/polyfill/node_modules/core-js/es/number/is-integer.js +5 -0
- package/polyfill/node_modules/core-js/es/number/is-nan.js +5 -0
- package/polyfill/node_modules/core-js/es/number/is-safe-integer.js +5 -0
- package/polyfill/node_modules/core-js/es/number/max-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/es/number/min-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/es/number/parse-float.js +5 -0
- package/polyfill/node_modules/core-js/es/number/parse-int.js +5 -0
- package/polyfill/node_modules/core-js/es/number/to-exponential.js +5 -0
- package/polyfill/node_modules/core-js/es/number/to-fixed.js +5 -0
- package/polyfill/node_modules/core-js/es/number/to-precision.js +5 -0
- package/polyfill/node_modules/core-js/es/number/virtual/index.js +7 -0
- package/polyfill/node_modules/core-js/es/number/virtual/to-exponential.js +5 -0
- package/polyfill/node_modules/core-js/es/number/virtual/to-fixed.js +5 -0
- package/polyfill/node_modules/core-js/es/number/virtual/to-precision.js +5 -0
- package/polyfill/node_modules/core-js/es/object/assign.js +5 -0
- package/polyfill/node_modules/core-js/es/object/create.js +9 -0
- package/polyfill/node_modules/core-js/es/object/define-getter.js +5 -0
- package/polyfill/node_modules/core-js/es/object/define-properties.js +11 -0
- package/polyfill/node_modules/core-js/es/object/define-property.js +11 -0
- package/polyfill/node_modules/core-js/es/object/define-setter.js +5 -0
- package/polyfill/node_modules/core-js/es/object/entries.js +5 -0
- package/polyfill/node_modules/core-js/es/object/freeze.js +5 -0
- package/polyfill/node_modules/core-js/es/object/from-entries.js +6 -0
- package/polyfill/node_modules/core-js/es/object/get-own-property-descriptor.js +11 -0
- package/polyfill/node_modules/core-js/es/object/get-own-property-descriptors.js +5 -0
- package/polyfill/node_modules/core-js/es/object/get-own-property-names.js +9 -0
- package/polyfill/node_modules/core-js/es/object/get-own-property-symbols.js +5 -0
- package/polyfill/node_modules/core-js/es/object/get-prototype-of.js +5 -0
- package/polyfill/node_modules/core-js/es/object/group-by.js +7 -0
- package/polyfill/node_modules/core-js/es/object/has-own.js +5 -0
- package/polyfill/node_modules/core-js/es/object/index.js +36 -0
- package/polyfill/node_modules/core-js/es/object/is-extensible.js +5 -0
- package/polyfill/node_modules/core-js/es/object/is-frozen.js +5 -0
- package/polyfill/node_modules/core-js/es/object/is-sealed.js +5 -0
- package/polyfill/node_modules/core-js/es/object/is.js +5 -0
- package/polyfill/node_modules/core-js/es/object/keys.js +5 -0
- package/polyfill/node_modules/core-js/es/object/lookup-getter.js +5 -0
- package/polyfill/node_modules/core-js/es/object/lookup-setter.js +5 -0
- package/polyfill/node_modules/core-js/es/object/prevent-extensions.js +5 -0
- package/polyfill/node_modules/core-js/es/object/proto.js +2 -0
- package/polyfill/node_modules/core-js/es/object/seal.js +5 -0
- package/polyfill/node_modules/core-js/es/object/set-prototype-of.js +5 -0
- package/polyfill/node_modules/core-js/es/object/to-string.js +10 -0
- package/polyfill/node_modules/core-js/es/object/values.js +5 -0
- package/polyfill/node_modules/core-js/es/parse-float.js +5 -0
- package/polyfill/node_modules/core-js/es/parse-int.js +5 -0
- package/polyfill/node_modules/core-js/es/promise/all-settled.js +16 -0
- package/polyfill/node_modules/core-js/es/promise/any.js +17 -0
- package/polyfill/node_modules/core-js/es/promise/finally.js +7 -0
- package/polyfill/node_modules/core-js/es/promise/index.js +14 -0
- package/polyfill/node_modules/core-js/es/promise/try.js +15 -0
- package/polyfill/node_modules/core-js/es/promise/with-resolvers.js +13 -0
- package/polyfill/node_modules/core-js/es/reflect/apply.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/construct.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/define-property.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/delete-property.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/get-own-property-descriptor.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/get-prototype-of.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/get.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/has.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/index.js +19 -0
- package/polyfill/node_modules/core-js/es/reflect/is-extensible.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/own-keys.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/prevent-extensions.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/set-prototype-of.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/set.js +5 -0
- package/polyfill/node_modules/core-js/es/reflect/to-string-tag.js +5 -0
- package/polyfill/node_modules/core-js/es/regexp/constructor.js +7 -0
- package/polyfill/node_modules/core-js/es/regexp/dot-all.js +8 -0
- package/polyfill/node_modules/core-js/es/regexp/escape.js +5 -0
- package/polyfill/node_modules/core-js/es/regexp/flags.js +5 -0
- package/polyfill/node_modules/core-js/es/regexp/index.js +13 -0
- package/polyfill/node_modules/core-js/es/regexp/match.js +11 -0
- package/polyfill/node_modules/core-js/es/regexp/replace.js +11 -0
- package/polyfill/node_modules/core-js/es/regexp/search.js +11 -0
- package/polyfill/node_modules/core-js/es/regexp/split.js +11 -0
- package/polyfill/node_modules/core-js/es/regexp/sticky.js +8 -0
- package/polyfill/node_modules/core-js/es/regexp/test.js +6 -0
- package/polyfill/node_modules/core-js/es/regexp/to-string.js +5 -0
- package/polyfill/node_modules/core-js/es/set/difference.js +6 -0
- package/polyfill/node_modules/core-js/es/set/index.js +15 -0
- package/polyfill/node_modules/core-js/es/set/intersection.js +6 -0
- package/polyfill/node_modules/core-js/es/set/is-disjoint-from.js +6 -0
- package/polyfill/node_modules/core-js/es/set/is-subset-of.js +6 -0
- package/polyfill/node_modules/core-js/es/set/is-superset-of.js +6 -0
- package/polyfill/node_modules/core-js/es/set/symmetric-difference.js +6 -0
- package/polyfill/node_modules/core-js/es/set/union.js +6 -0
- package/polyfill/node_modules/core-js/es/string/anchor.js +5 -0
- package/polyfill/node_modules/core-js/es/string/at.js +5 -0
- package/polyfill/node_modules/core-js/es/string/big.js +5 -0
- package/polyfill/node_modules/core-js/es/string/blink.js +5 -0
- package/polyfill/node_modules/core-js/es/string/bold.js +5 -0
- package/polyfill/node_modules/core-js/es/string/code-point-at.js +5 -0
- package/polyfill/node_modules/core-js/es/string/ends-with.js +5 -0
- package/polyfill/node_modules/core-js/es/string/fixed.js +5 -0
- package/polyfill/node_modules/core-js/es/string/fontcolor.js +5 -0
- package/polyfill/node_modules/core-js/es/string/fontsize.js +5 -0
- package/polyfill/node_modules/core-js/es/string/from-code-point.js +5 -0
- package/polyfill/node_modules/core-js/es/string/includes.js +5 -0
- package/polyfill/node_modules/core-js/es/string/index.js +42 -0
- package/polyfill/node_modules/core-js/es/string/is-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/es/string/italics.js +5 -0
- package/polyfill/node_modules/core-js/es/string/iterator.js +7 -0
- package/polyfill/node_modules/core-js/es/string/link.js +5 -0
- package/polyfill/node_modules/core-js/es/string/match-all.js +7 -0
- package/polyfill/node_modules/core-js/es/string/match.js +6 -0
- package/polyfill/node_modules/core-js/es/string/pad-end.js +5 -0
- package/polyfill/node_modules/core-js/es/string/pad-start.js +5 -0
- package/polyfill/node_modules/core-js/es/string/raw.js +5 -0
- package/polyfill/node_modules/core-js/es/string/repeat.js +5 -0
- package/polyfill/node_modules/core-js/es/string/replace-all.js +7 -0
- package/polyfill/node_modules/core-js/es/string/replace.js +6 -0
- package/polyfill/node_modules/core-js/es/string/search.js +6 -0
- package/polyfill/node_modules/core-js/es/string/small.js +5 -0
- package/polyfill/node_modules/core-js/es/string/split.js +6 -0
- package/polyfill/node_modules/core-js/es/string/starts-with.js +5 -0
- package/polyfill/node_modules/core-js/es/string/strike.js +5 -0
- package/polyfill/node_modules/core-js/es/string/sub.js +5 -0
- package/polyfill/node_modules/core-js/es/string/substr.js +5 -0
- package/polyfill/node_modules/core-js/es/string/sup.js +5 -0
- package/polyfill/node_modules/core-js/es/string/to-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/es/string/trim-end.js +5 -0
- package/polyfill/node_modules/core-js/es/string/trim-left.js +5 -0
- package/polyfill/node_modules/core-js/es/string/trim-right.js +5 -0
- package/polyfill/node_modules/core-js/es/string/trim-start.js +5 -0
- package/polyfill/node_modules/core-js/es/string/trim.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/anchor.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/at.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/big.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/blink.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/bold.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/code-point-at.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/ends-with.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/fixed.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/fontcolor.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/fontsize.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/includes.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/index.js +38 -0
- package/polyfill/node_modules/core-js/es/string/virtual/is-well-formed.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/italics.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/iterator.js +6 -0
- package/polyfill/node_modules/core-js/es/string/virtual/link.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/match-all.js +7 -0
- package/polyfill/node_modules/core-js/es/string/virtual/pad-end.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/pad-start.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/repeat.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/replace-all.js +7 -0
- package/polyfill/node_modules/core-js/es/string/virtual/small.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/starts-with.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/strike.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/sub.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/substr.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/sup.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/to-well-formed.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/trim-end.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/trim-left.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/trim-right.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/trim-start.js +5 -0
- package/polyfill/node_modules/core-js/es/string/virtual/trim.js +5 -0
- package/polyfill/node_modules/core-js/es/suppressed-error.js +7 -0
- package/polyfill/node_modules/core-js/es/symbol/async-dispose.js +5 -0
- package/polyfill/node_modules/core-js/es/symbol/async-iterator.js +5 -0
- package/polyfill/node_modules/core-js/es/symbol/description.js +2 -0
- package/polyfill/node_modules/core-js/es/symbol/dispose.js +5 -0
- package/polyfill/node_modules/core-js/es/symbol/for.js +5 -0
- package/polyfill/node_modules/core-js/es/symbol/has-instance.js +6 -0
- package/polyfill/node_modules/core-js/es/symbol/index.js +26 -0
- package/polyfill/node_modules/core-js/es/symbol/is-concat-spreadable.js +6 -0
- package/polyfill/node_modules/core-js/es/symbol/iterator.js +8 -0
- package/polyfill/node_modules/core-js/es/symbol/key-for.js +5 -0
- package/polyfill/node_modules/core-js/es/symbol/match-all.js +8 -0
- package/polyfill/node_modules/core-js/es/symbol/match.js +7 -0
- package/polyfill/node_modules/core-js/es/symbol/replace.js +7 -0
- package/polyfill/node_modules/core-js/es/symbol/search.js +7 -0
- package/polyfill/node_modules/core-js/es/symbol/species.js +5 -0
- package/polyfill/node_modules/core-js/es/symbol/split.js +7 -0
- package/polyfill/node_modules/core-js/es/symbol/to-primitive.js +6 -0
- package/polyfill/node_modules/core-js/es/symbol/to-string-tag.js +9 -0
- package/polyfill/node_modules/core-js/es/symbol/unscopables.js +5 -0
- package/polyfill/node_modules/core-js/es/typed-array/at.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/copy-within.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/entries.js +3 -0
- package/polyfill/node_modules/core-js/es/typed-array/every.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/fill.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/filter.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/find-index.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/find-last-index.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/find-last.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/find.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/float32-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/float64-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/for-each.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/from-base64.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/from-hex.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/from.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/includes.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/index-of.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/index.js +13 -0
- package/polyfill/node_modules/core-js/es/typed-array/int16-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/int32-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/int8-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/iterator.js +3 -0
- package/polyfill/node_modules/core-js/es/typed-array/join.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/keys.js +3 -0
- package/polyfill/node_modules/core-js/es/typed-array/last-index-of.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/map.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/methods.js +40 -0
- package/polyfill/node_modules/core-js/es/typed-array/of.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/reduce-right.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/reduce.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/reverse.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/set-from-base64.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/set-from-hex.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/set.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/slice.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/some.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/sort.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/subarray.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/to-base64.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/to-hex.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/to-locale-string.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/to-reversed.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/to-sorted.js +3 -0
- package/polyfill/node_modules/core-js/es/typed-array/to-string.js +2 -0
- package/polyfill/node_modules/core-js/es/typed-array/uint16-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/uint32-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/uint8-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/uint8-clamped-array.js +8 -0
- package/polyfill/node_modules/core-js/es/typed-array/values.js +3 -0
- package/polyfill/node_modules/core-js/es/typed-array/with.js +2 -0
- package/polyfill/node_modules/core-js/es/unescape.js +5 -0
- package/polyfill/node_modules/core-js/es/weak-map/get-or-insert-computed.js +6 -0
- package/polyfill/node_modules/core-js/es/weak-map/get-or-insert.js +6 -0
- package/polyfill/node_modules/core-js/es/weak-map/index.js +9 -0
- package/polyfill/node_modules/core-js/es/weak-set/index.js +7 -0
- package/polyfill/node_modules/core-js/features/aggregate-error.js +2 -0
- package/polyfill/node_modules/core-js/features/array/at.js +2 -0
- package/polyfill/node_modules/core-js/features/array/concat.js +2 -0
- package/polyfill/node_modules/core-js/features/array/copy-within.js +2 -0
- package/polyfill/node_modules/core-js/features/array/entries.js +2 -0
- package/polyfill/node_modules/core-js/features/array/every.js +2 -0
- package/polyfill/node_modules/core-js/features/array/fill.js +2 -0
- package/polyfill/node_modules/core-js/features/array/filter-out.js +2 -0
- package/polyfill/node_modules/core-js/features/array/filter-reject.js +2 -0
- package/polyfill/node_modules/core-js/features/array/filter.js +2 -0
- package/polyfill/node_modules/core-js/features/array/find-index.js +2 -0
- package/polyfill/node_modules/core-js/features/array/find-last-index.js +2 -0
- package/polyfill/node_modules/core-js/features/array/find-last.js +2 -0
- package/polyfill/node_modules/core-js/features/array/find.js +2 -0
- package/polyfill/node_modules/core-js/features/array/flat-map.js +2 -0
- package/polyfill/node_modules/core-js/features/array/flat.js +2 -0
- package/polyfill/node_modules/core-js/features/array/for-each.js +2 -0
- package/polyfill/node_modules/core-js/features/array/from-async.js +2 -0
- package/polyfill/node_modules/core-js/features/array/from.js +2 -0
- package/polyfill/node_modules/core-js/features/array/group-by-to-map.js +2 -0
- package/polyfill/node_modules/core-js/features/array/group-by.js +2 -0
- package/polyfill/node_modules/core-js/features/array/group-to-map.js +2 -0
- package/polyfill/node_modules/core-js/features/array/group.js +2 -0
- package/polyfill/node_modules/core-js/features/array/includes.js +2 -0
- package/polyfill/node_modules/core-js/features/array/index-of.js +2 -0
- package/polyfill/node_modules/core-js/features/array/index.js +2 -0
- package/polyfill/node_modules/core-js/features/array/is-array.js +2 -0
- package/polyfill/node_modules/core-js/features/array/is-template-object.js +2 -0
- package/polyfill/node_modules/core-js/features/array/iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/array/join.js +2 -0
- package/polyfill/node_modules/core-js/features/array/keys.js +2 -0
- package/polyfill/node_modules/core-js/features/array/last-index-of.js +2 -0
- package/polyfill/node_modules/core-js/features/array/last-index.js +2 -0
- package/polyfill/node_modules/core-js/features/array/last-item.js +2 -0
- package/polyfill/node_modules/core-js/features/array/map.js +2 -0
- package/polyfill/node_modules/core-js/features/array/of.js +2 -0
- package/polyfill/node_modules/core-js/features/array/push.js +2 -0
- package/polyfill/node_modules/core-js/features/array/reduce-right.js +2 -0
- package/polyfill/node_modules/core-js/features/array/reduce.js +2 -0
- package/polyfill/node_modules/core-js/features/array/reverse.js +2 -0
- package/polyfill/node_modules/core-js/features/array/slice.js +2 -0
- package/polyfill/node_modules/core-js/features/array/some.js +2 -0
- package/polyfill/node_modules/core-js/features/array/sort.js +2 -0
- package/polyfill/node_modules/core-js/features/array/splice.js +2 -0
- package/polyfill/node_modules/core-js/features/array/to-reversed.js +2 -0
- package/polyfill/node_modules/core-js/features/array/to-sorted.js +2 -0
- package/polyfill/node_modules/core-js/features/array/to-spliced.js +2 -0
- package/polyfill/node_modules/core-js/features/array/unique-by.js +2 -0
- package/polyfill/node_modules/core-js/features/array/unshift.js +2 -0
- package/polyfill/node_modules/core-js/features/array/values.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/at.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/concat.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/copy-within.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/entries.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/every.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/fill.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/filter-out.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/filter-reject.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/filter.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/find-index.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/find-last-index.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/find-last.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/find.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/flat-map.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/flat.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/for-each.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/group-by-to-map.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/group-by.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/group-to-map.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/group.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/includes.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/index-of.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/index.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/join.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/keys.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/last-index-of.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/map.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/push.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/reduce-right.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/reduce.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/reverse.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/slice.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/some.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/sort.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/splice.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/to-reversed.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/to-sorted.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/to-spliced.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/unique-by.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/unshift.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/values.js +2 -0
- package/polyfill/node_modules/core-js/features/array/virtual/with.js +2 -0
- package/polyfill/node_modules/core-js/features/array/with.js +2 -0
- package/polyfill/node_modules/core-js/features/array-buffer/constructor.js +2 -0
- package/polyfill/node_modules/core-js/features/array-buffer/detached.js +2 -0
- package/polyfill/node_modules/core-js/features/array-buffer/index.js +2 -0
- package/polyfill/node_modules/core-js/features/array-buffer/is-view.js +2 -0
- package/polyfill/node_modules/core-js/features/array-buffer/slice.js +2 -0
- package/polyfill/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js +2 -0
- package/polyfill/node_modules/core-js/features/array-buffer/transfer.js +2 -0
- package/polyfill/node_modules/core-js/features/async-disposable-stack/constructor.js +2 -0
- package/polyfill/node_modules/core-js/features/async-disposable-stack/index.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/as-indexed-pairs.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/async-dispose.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/drop.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/every.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/filter.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/find.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/flat-map.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/for-each.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/from.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/index.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/indexed.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/map.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/reduce.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/some.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/take.js +2 -0
- package/polyfill/node_modules/core-js/features/async-iterator/to-array.js +2 -0
- package/polyfill/node_modules/core-js/features/atob.js +2 -0
- package/polyfill/node_modules/core-js/features/bigint/index.js +2 -0
- package/polyfill/node_modules/core-js/features/bigint/range.js +2 -0
- package/polyfill/node_modules/core-js/features/btoa.js +2 -0
- package/polyfill/node_modules/core-js/features/clear-immediate.js +2 -0
- package/polyfill/node_modules/core-js/features/composite-key.js +2 -0
- package/polyfill/node_modules/core-js/features/composite-symbol.js +2 -0
- package/polyfill/node_modules/core-js/features/data-view/get-float16.js +2 -0
- package/polyfill/node_modules/core-js/features/data-view/get-uint8-clamped.js +2 -0
- package/polyfill/node_modules/core-js/features/data-view/index.js +2 -0
- package/polyfill/node_modules/core-js/features/data-view/set-float16.js +2 -0
- package/polyfill/node_modules/core-js/features/data-view/set-uint8-clamped.js +2 -0
- package/polyfill/node_modules/core-js/features/date/get-year.js +2 -0
- package/polyfill/node_modules/core-js/features/date/index.js +2 -0
- package/polyfill/node_modules/core-js/features/date/now.js +2 -0
- package/polyfill/node_modules/core-js/features/date/set-year.js +2 -0
- package/polyfill/node_modules/core-js/features/date/to-gmt-string.js +2 -0
- package/polyfill/node_modules/core-js/features/date/to-iso-string.js +2 -0
- package/polyfill/node_modules/core-js/features/date/to-json.js +2 -0
- package/polyfill/node_modules/core-js/features/date/to-primitive.js +2 -0
- package/polyfill/node_modules/core-js/features/date/to-string.js +2 -0
- package/polyfill/node_modules/core-js/features/disposable-stack/constructor.js +2 -0
- package/polyfill/node_modules/core-js/features/disposable-stack/index.js +2 -0
- package/polyfill/node_modules/core-js/features/dom-collections/for-each.js +2 -0
- package/polyfill/node_modules/core-js/features/dom-collections/index.js +2 -0
- package/polyfill/node_modules/core-js/features/dom-collections/iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/dom-exception/constructor.js +2 -0
- package/polyfill/node_modules/core-js/features/dom-exception/index.js +2 -0
- package/polyfill/node_modules/core-js/features/dom-exception/to-string-tag.js +2 -0
- package/polyfill/node_modules/core-js/features/error/constructor.js +2 -0
- package/polyfill/node_modules/core-js/features/error/index.js +2 -0
- package/polyfill/node_modules/core-js/features/error/is-error.js +2 -0
- package/polyfill/node_modules/core-js/features/error/to-string.js +2 -0
- package/polyfill/node_modules/core-js/features/escape.js +2 -0
- package/polyfill/node_modules/core-js/features/function/bind.js +2 -0
- package/polyfill/node_modules/core-js/features/function/demethodize.js +2 -0
- package/polyfill/node_modules/core-js/features/function/has-instance.js +2 -0
- package/polyfill/node_modules/core-js/features/function/index.js +2 -0
- package/polyfill/node_modules/core-js/features/function/is-callable.js +2 -0
- package/polyfill/node_modules/core-js/features/function/is-constructor.js +2 -0
- package/polyfill/node_modules/core-js/features/function/metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/function/name.js +2 -0
- package/polyfill/node_modules/core-js/features/function/un-this.js +2 -0
- package/polyfill/node_modules/core-js/features/function/virtual/bind.js +2 -0
- package/polyfill/node_modules/core-js/features/function/virtual/demethodize.js +2 -0
- package/polyfill/node_modules/core-js/features/function/virtual/index.js +2 -0
- package/polyfill/node_modules/core-js/features/function/virtual/un-this.js +2 -0
- package/polyfill/node_modules/core-js/features/get-iterator-method.js +2 -0
- package/polyfill/node_modules/core-js/features/get-iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/global-this.js +2 -0
- package/polyfill/node_modules/core-js/features/index.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/at.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/bind.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/clamp.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/code-point-at.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/code-points.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/concat.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/copy-within.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/demethodize.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/ends-with.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/entries.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/every.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/fill.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/filter-out.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/filter-reject.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/filter.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/find-index.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/find-last-index.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/find-last.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/find.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/flags.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/flat-map.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/flat.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/for-each.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/group-by-to-map.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/group-by.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/group-to-map.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/group.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/includes.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/index-of.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/is-well-formed.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/keys.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/last-index-of.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/map.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/match-all.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/pad-end.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/pad-start.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/push.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/reduce-right.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/reduce.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/repeat.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/replace-all.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/reverse.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/slice.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/some.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/sort.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/splice.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/starts-with.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/to-reversed.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/to-sorted.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/to-spliced.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/to-well-formed.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/trim-end.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/trim-left.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/trim-right.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/trim-start.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/trim.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/un-this.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/unique-by.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/unshift.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/values.js +2 -0
- package/polyfill/node_modules/core-js/features/instance/with.js +2 -0
- package/polyfill/node_modules/core-js/features/is-iterable.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/as-indexed-pairs.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/chunks.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/concat.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/dispose.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/drop.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/every.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/filter.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/find.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/flat-map.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/for-each.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/from.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/index.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/indexed.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/map.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/range.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/reduce.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/sliding.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/some.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/take.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/to-array.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/to-async.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/windows.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/zip-keyed.js +2 -0
- package/polyfill/node_modules/core-js/features/iterator/zip.js +2 -0
- package/polyfill/node_modules/core-js/features/json/index.js +2 -0
- package/polyfill/node_modules/core-js/features/json/is-raw-json.js +2 -0
- package/polyfill/node_modules/core-js/features/json/parse.js +2 -0
- package/polyfill/node_modules/core-js/features/json/raw-json.js +2 -0
- package/polyfill/node_modules/core-js/features/json/stringify.js +2 -0
- package/polyfill/node_modules/core-js/features/json/to-string-tag.js +2 -0
- package/polyfill/node_modules/core-js/features/map/delete-all.js +2 -0
- package/polyfill/node_modules/core-js/features/map/emplace.js +2 -0
- package/polyfill/node_modules/core-js/features/map/every.js +2 -0
- package/polyfill/node_modules/core-js/features/map/filter.js +2 -0
- package/polyfill/node_modules/core-js/features/map/find-key.js +2 -0
- package/polyfill/node_modules/core-js/features/map/find.js +2 -0
- package/polyfill/node_modules/core-js/features/map/from.js +2 -0
- package/polyfill/node_modules/core-js/features/map/get-or-insert-computed.js +2 -0
- package/polyfill/node_modules/core-js/features/map/get-or-insert.js +2 -0
- package/polyfill/node_modules/core-js/features/map/group-by.js +2 -0
- package/polyfill/node_modules/core-js/features/map/includes.js +2 -0
- package/polyfill/node_modules/core-js/features/map/index.js +2 -0
- package/polyfill/node_modules/core-js/features/map/key-by.js +2 -0
- package/polyfill/node_modules/core-js/features/map/key-of.js +2 -0
- package/polyfill/node_modules/core-js/features/map/map-keys.js +2 -0
- package/polyfill/node_modules/core-js/features/map/map-values.js +2 -0
- package/polyfill/node_modules/core-js/features/map/merge.js +2 -0
- package/polyfill/node_modules/core-js/features/map/of.js +2 -0
- package/polyfill/node_modules/core-js/features/map/reduce.js +2 -0
- package/polyfill/node_modules/core-js/features/map/some.js +2 -0
- package/polyfill/node_modules/core-js/features/map/update-or-insert.js +2 -0
- package/polyfill/node_modules/core-js/features/map/update.js +2 -0
- package/polyfill/node_modules/core-js/features/map/upsert.js +2 -0
- package/polyfill/node_modules/core-js/features/math/acosh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/asinh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/atanh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/cbrt.js +2 -0
- package/polyfill/node_modules/core-js/features/math/clamp.js +2 -0
- package/polyfill/node_modules/core-js/features/math/clz32.js +2 -0
- package/polyfill/node_modules/core-js/features/math/cosh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/deg-per-rad.js +2 -0
- package/polyfill/node_modules/core-js/features/math/degrees.js +2 -0
- package/polyfill/node_modules/core-js/features/math/expm1.js +2 -0
- package/polyfill/node_modules/core-js/features/math/f16round.js +2 -0
- package/polyfill/node_modules/core-js/features/math/fround.js +2 -0
- package/polyfill/node_modules/core-js/features/math/fscale.js +2 -0
- package/polyfill/node_modules/core-js/features/math/hypot.js +2 -0
- package/polyfill/node_modules/core-js/features/math/iaddh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/imul.js +2 -0
- package/polyfill/node_modules/core-js/features/math/imulh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/index.js +2 -0
- package/polyfill/node_modules/core-js/features/math/isubh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/log10.js +2 -0
- package/polyfill/node_modules/core-js/features/math/log1p.js +2 -0
- package/polyfill/node_modules/core-js/features/math/log2.js +2 -0
- package/polyfill/node_modules/core-js/features/math/rad-per-deg.js +2 -0
- package/polyfill/node_modules/core-js/features/math/radians.js +2 -0
- package/polyfill/node_modules/core-js/features/math/scale.js +2 -0
- package/polyfill/node_modules/core-js/features/math/seeded-prng.js +2 -0
- package/polyfill/node_modules/core-js/features/math/sign.js +2 -0
- package/polyfill/node_modules/core-js/features/math/signbit.js +2 -0
- package/polyfill/node_modules/core-js/features/math/sinh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/sum-precise.js +2 -0
- package/polyfill/node_modules/core-js/features/math/tanh.js +2 -0
- package/polyfill/node_modules/core-js/features/math/to-string-tag.js +2 -0
- package/polyfill/node_modules/core-js/features/math/trunc.js +2 -0
- package/polyfill/node_modules/core-js/features/math/umulh.js +2 -0
- package/polyfill/node_modules/core-js/features/number/clamp.js +2 -0
- package/polyfill/node_modules/core-js/features/number/constructor.js +2 -0
- package/polyfill/node_modules/core-js/features/number/epsilon.js +2 -0
- package/polyfill/node_modules/core-js/features/number/from-string.js +2 -0
- package/polyfill/node_modules/core-js/features/number/index.js +2 -0
- package/polyfill/node_modules/core-js/features/number/is-finite.js +2 -0
- package/polyfill/node_modules/core-js/features/number/is-integer.js +2 -0
- package/polyfill/node_modules/core-js/features/number/is-nan.js +2 -0
- package/polyfill/node_modules/core-js/features/number/is-safe-integer.js +2 -0
- package/polyfill/node_modules/core-js/features/number/max-safe-integer.js +2 -0
- package/polyfill/node_modules/core-js/features/number/min-safe-integer.js +2 -0
- package/polyfill/node_modules/core-js/features/number/parse-float.js +2 -0
- package/polyfill/node_modules/core-js/features/number/parse-int.js +2 -0
- package/polyfill/node_modules/core-js/features/number/range.js +2 -0
- package/polyfill/node_modules/core-js/features/number/to-exponential.js +2 -0
- package/polyfill/node_modules/core-js/features/number/to-fixed.js +2 -0
- package/polyfill/node_modules/core-js/features/number/to-precision.js +2 -0
- package/polyfill/node_modules/core-js/features/number/virtual/clamp.js +2 -0
- package/polyfill/node_modules/core-js/features/number/virtual/index.js +2 -0
- package/polyfill/node_modules/core-js/features/number/virtual/to-exponential.js +2 -0
- package/polyfill/node_modules/core-js/features/number/virtual/to-fixed.js +2 -0
- package/polyfill/node_modules/core-js/features/number/virtual/to-precision.js +2 -0
- package/polyfill/node_modules/core-js/features/object/assign.js +2 -0
- package/polyfill/node_modules/core-js/features/object/create.js +2 -0
- package/polyfill/node_modules/core-js/features/object/define-getter.js +2 -0
- package/polyfill/node_modules/core-js/features/object/define-properties.js +2 -0
- package/polyfill/node_modules/core-js/features/object/define-property.js +2 -0
- package/polyfill/node_modules/core-js/features/object/define-setter.js +2 -0
- package/polyfill/node_modules/core-js/features/object/entries.js +2 -0
- package/polyfill/node_modules/core-js/features/object/freeze.js +2 -0
- package/polyfill/node_modules/core-js/features/object/from-entries.js +2 -0
- package/polyfill/node_modules/core-js/features/object/get-own-property-descriptor.js +2 -0
- package/polyfill/node_modules/core-js/features/object/get-own-property-descriptors.js +2 -0
- package/polyfill/node_modules/core-js/features/object/get-own-property-names.js +2 -0
- package/polyfill/node_modules/core-js/features/object/get-own-property-symbols.js +2 -0
- package/polyfill/node_modules/core-js/features/object/get-prototype-of.js +2 -0
- package/polyfill/node_modules/core-js/features/object/group-by.js +2 -0
- package/polyfill/node_modules/core-js/features/object/has-own.js +2 -0
- package/polyfill/node_modules/core-js/features/object/index.js +2 -0
- package/polyfill/node_modules/core-js/features/object/is-extensible.js +2 -0
- package/polyfill/node_modules/core-js/features/object/is-frozen.js +2 -0
- package/polyfill/node_modules/core-js/features/object/is-sealed.js +2 -0
- package/polyfill/node_modules/core-js/features/object/is.js +2 -0
- package/polyfill/node_modules/core-js/features/object/iterate-entries.js +2 -0
- package/polyfill/node_modules/core-js/features/object/iterate-keys.js +2 -0
- package/polyfill/node_modules/core-js/features/object/iterate-values.js +2 -0
- package/polyfill/node_modules/core-js/features/object/keys.js +2 -0
- package/polyfill/node_modules/core-js/features/object/lookup-getter.js +2 -0
- package/polyfill/node_modules/core-js/features/object/lookup-setter.js +2 -0
- package/polyfill/node_modules/core-js/features/object/prevent-extensions.js +2 -0
- package/polyfill/node_modules/core-js/features/object/proto.js +2 -0
- package/polyfill/node_modules/core-js/features/object/seal.js +2 -0
- package/polyfill/node_modules/core-js/features/object/set-prototype-of.js +2 -0
- package/polyfill/node_modules/core-js/features/object/to-string.js +2 -0
- package/polyfill/node_modules/core-js/features/object/values.js +2 -0
- package/polyfill/node_modules/core-js/features/observable/index.js +2 -0
- package/polyfill/node_modules/core-js/features/parse-float.js +2 -0
- package/polyfill/node_modules/core-js/features/parse-int.js +2 -0
- package/polyfill/node_modules/core-js/features/promise/all-settled.js +2 -0
- package/polyfill/node_modules/core-js/features/promise/any.js +2 -0
- package/polyfill/node_modules/core-js/features/promise/finally.js +2 -0
- package/polyfill/node_modules/core-js/features/promise/index.js +2 -0
- package/polyfill/node_modules/core-js/features/promise/try.js +2 -0
- package/polyfill/node_modules/core-js/features/promise/with-resolvers.js +2 -0
- package/polyfill/node_modules/core-js/features/queue-microtask.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/apply.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/construct.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/define-metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/define-property.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/delete-metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/delete-property.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/get-metadata-keys.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/get-metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/get-own-metadata-keys.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/get-own-metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/get-own-property-descriptor.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/get-prototype-of.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/get.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/has-metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/has-own-metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/has.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/index.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/is-extensible.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/own-keys.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/prevent-extensions.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/set-prototype-of.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/set.js +2 -0
- package/polyfill/node_modules/core-js/features/reflect/to-string-tag.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/constructor.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/dot-all.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/escape.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/flags.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/index.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/match.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/replace.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/search.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/split.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/sticky.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/test.js +2 -0
- package/polyfill/node_modules/core-js/features/regexp/to-string.js +2 -0
- package/polyfill/node_modules/core-js/features/self.js +2 -0
- package/polyfill/node_modules/core-js/features/set/add-all.js +2 -0
- package/polyfill/node_modules/core-js/features/set/delete-all.js +2 -0
- package/polyfill/node_modules/core-js/features/set/difference.js +2 -0
- package/polyfill/node_modules/core-js/features/set/every.js +2 -0
- package/polyfill/node_modules/core-js/features/set/filter.js +2 -0
- package/polyfill/node_modules/core-js/features/set/find.js +2 -0
- package/polyfill/node_modules/core-js/features/set/from.js +2 -0
- package/polyfill/node_modules/core-js/features/set/index.js +2 -0
- package/polyfill/node_modules/core-js/features/set/intersection.js +2 -0
- package/polyfill/node_modules/core-js/features/set/is-disjoint-from.js +2 -0
- package/polyfill/node_modules/core-js/features/set/is-subset-of.js +2 -0
- package/polyfill/node_modules/core-js/features/set/is-superset-of.js +2 -0
- package/polyfill/node_modules/core-js/features/set/join.js +2 -0
- package/polyfill/node_modules/core-js/features/set/map.js +2 -0
- package/polyfill/node_modules/core-js/features/set/of.js +2 -0
- package/polyfill/node_modules/core-js/features/set/reduce.js +2 -0
- package/polyfill/node_modules/core-js/features/set/some.js +2 -0
- package/polyfill/node_modules/core-js/features/set/symmetric-difference.js +2 -0
- package/polyfill/node_modules/core-js/features/set/union.js +2 -0
- package/polyfill/node_modules/core-js/features/set-immediate.js +2 -0
- package/polyfill/node_modules/core-js/features/set-interval.js +2 -0
- package/polyfill/node_modules/core-js/features/set-timeout.js +2 -0
- package/polyfill/node_modules/core-js/features/string/anchor.js +2 -0
- package/polyfill/node_modules/core-js/features/string/at.js +2 -0
- package/polyfill/node_modules/core-js/features/string/big.js +2 -0
- package/polyfill/node_modules/core-js/features/string/blink.js +2 -0
- package/polyfill/node_modules/core-js/features/string/bold.js +2 -0
- package/polyfill/node_modules/core-js/features/string/code-point-at.js +2 -0
- package/polyfill/node_modules/core-js/features/string/code-points.js +2 -0
- package/polyfill/node_modules/core-js/features/string/cooked.js +2 -0
- package/polyfill/node_modules/core-js/features/string/dedent.js +2 -0
- package/polyfill/node_modules/core-js/features/string/ends-with.js +2 -0
- package/polyfill/node_modules/core-js/features/string/fixed.js +2 -0
- package/polyfill/node_modules/core-js/features/string/fontcolor.js +2 -0
- package/polyfill/node_modules/core-js/features/string/fontsize.js +2 -0
- package/polyfill/node_modules/core-js/features/string/from-code-point.js +2 -0
- package/polyfill/node_modules/core-js/features/string/includes.js +2 -0
- package/polyfill/node_modules/core-js/features/string/index.js +2 -0
- package/polyfill/node_modules/core-js/features/string/is-well-formed.js +2 -0
- package/polyfill/node_modules/core-js/features/string/italics.js +2 -0
- package/polyfill/node_modules/core-js/features/string/iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/string/link.js +2 -0
- package/polyfill/node_modules/core-js/features/string/match-all.js +2 -0
- package/polyfill/node_modules/core-js/features/string/match.js +2 -0
- package/polyfill/node_modules/core-js/features/string/pad-end.js +2 -0
- package/polyfill/node_modules/core-js/features/string/pad-start.js +2 -0
- package/polyfill/node_modules/core-js/features/string/raw.js +2 -0
- package/polyfill/node_modules/core-js/features/string/repeat.js +2 -0
- package/polyfill/node_modules/core-js/features/string/replace-all.js +2 -0
- package/polyfill/node_modules/core-js/features/string/replace.js +2 -0
- package/polyfill/node_modules/core-js/features/string/search.js +2 -0
- package/polyfill/node_modules/core-js/features/string/small.js +2 -0
- package/polyfill/node_modules/core-js/features/string/split.js +2 -0
- package/polyfill/node_modules/core-js/features/string/starts-with.js +2 -0
- package/polyfill/node_modules/core-js/features/string/strike.js +2 -0
- package/polyfill/node_modules/core-js/features/string/sub.js +2 -0
- package/polyfill/node_modules/core-js/features/string/substr.js +2 -0
- package/polyfill/node_modules/core-js/features/string/sup.js +2 -0
- package/polyfill/node_modules/core-js/features/string/to-well-formed.js +2 -0
- package/polyfill/node_modules/core-js/features/string/trim-end.js +2 -0
- package/polyfill/node_modules/core-js/features/string/trim-left.js +2 -0
- package/polyfill/node_modules/core-js/features/string/trim-right.js +2 -0
- package/polyfill/node_modules/core-js/features/string/trim-start.js +2 -0
- package/polyfill/node_modules/core-js/features/string/trim.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/anchor.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/at.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/big.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/blink.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/bold.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/code-point-at.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/code-points.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/ends-with.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/fixed.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/fontcolor.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/fontsize.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/includes.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/index.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/is-well-formed.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/italics.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/link.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/match-all.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/pad-end.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/pad-start.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/repeat.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/replace-all.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/small.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/starts-with.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/strike.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/sub.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/substr.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/sup.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/to-well-formed.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/trim-end.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/trim-left.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/trim-right.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/trim-start.js +2 -0
- package/polyfill/node_modules/core-js/features/string/virtual/trim.js +2 -0
- package/polyfill/node_modules/core-js/features/structured-clone.js +2 -0
- package/polyfill/node_modules/core-js/features/suppressed-error.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/async-dispose.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/async-iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/custom-matcher.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/description.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/dispose.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/for.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/has-instance.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/index.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/is-concat-spreadable.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/is-registered-symbol.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/is-registered.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/is-well-known-symbol.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/is-well-known.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/key-for.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/match-all.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/match.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/matcher.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/metadata-key.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/metadata.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/observable.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/pattern-match.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/replace-all.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/replace.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/search.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/species.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/split.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/to-primitive.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/to-string-tag.js +2 -0
- package/polyfill/node_modules/core-js/features/symbol/unscopables.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/at.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/copy-within.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/entries.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/every.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/fill.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/filter-out.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/filter-reject.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/filter.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/find-index.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/find-last-index.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/find-last.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/find.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/float32-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/float64-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/for-each.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/from-async.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/from-base64.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/from-hex.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/from.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/group-by.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/includes.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/index-of.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/index.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/int16-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/int32-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/int8-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/iterator.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/join.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/keys.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/last-index-of.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/map.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/methods.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/of.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/reduce-right.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/reduce.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/reverse.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/set-from-base64.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/set-from-hex.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/set.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/slice.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/some.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/sort.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/subarray.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/to-base64.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/to-hex.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/to-locale-string.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/to-reversed.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/to-sorted.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/to-spliced.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/to-string.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/uint16-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/uint32-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/uint8-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/uint8-clamped-array.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/unique-by.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/values.js +2 -0
- package/polyfill/node_modules/core-js/features/typed-array/with.js +2 -0
- package/polyfill/node_modules/core-js/features/unescape.js +2 -0
- package/polyfill/node_modules/core-js/features/url/can-parse.js +2 -0
- package/polyfill/node_modules/core-js/features/url/index.js +2 -0
- package/polyfill/node_modules/core-js/features/url/parse.js +2 -0
- package/polyfill/node_modules/core-js/features/url/to-json.js +2 -0
- package/polyfill/node_modules/core-js/features/url-search-params/index.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-map/delete-all.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-map/emplace.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-map/from.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-map/get-or-insert-computed.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-map/get-or-insert.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-map/index.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-map/of.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-map/upsert.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-set/add-all.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-set/delete-all.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-set/from.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-set/index.js +2 -0
- package/polyfill/node_modules/core-js/features/weak-set/of.js +2 -0
- package/polyfill/node_modules/core-js/full/README.md +1 -0
- package/polyfill/node_modules/core-js/full/aggregate-error.js +7 -0
- package/polyfill/node_modules/core-js/full/array/at.js +7 -0
- package/polyfill/node_modules/core-js/full/array/concat.js +4 -0
- package/polyfill/node_modules/core-js/full/array/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/full/array/entries.js +4 -0
- package/polyfill/node_modules/core-js/full/array/every.js +4 -0
- package/polyfill/node_modules/core-js/full/array/fill.js +4 -0
- package/polyfill/node_modules/core-js/full/array/filter-out.js +6 -0
- package/polyfill/node_modules/core-js/full/array/filter-reject.js +5 -0
- package/polyfill/node_modules/core-js/full/array/filter.js +4 -0
- package/polyfill/node_modules/core-js/full/array/find-index.js +4 -0
- package/polyfill/node_modules/core-js/full/array/find-last-index.js +4 -0
- package/polyfill/node_modules/core-js/full/array/find-last.js +4 -0
- package/polyfill/node_modules/core-js/full/array/find.js +4 -0
- package/polyfill/node_modules/core-js/full/array/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/full/array/flat.js +4 -0
- package/polyfill/node_modules/core-js/full/array/for-each.js +4 -0
- package/polyfill/node_modules/core-js/full/array/from-async.js +4 -0
- package/polyfill/node_modules/core-js/full/array/from.js +4 -0
- package/polyfill/node_modules/core-js/full/array/group-by-to-map.js +4 -0
- package/polyfill/node_modules/core-js/full/array/group-by.js +4 -0
- package/polyfill/node_modules/core-js/full/array/group-to-map.js +4 -0
- package/polyfill/node_modules/core-js/full/array/group.js +4 -0
- package/polyfill/node_modules/core-js/full/array/includes.js +4 -0
- package/polyfill/node_modules/core-js/full/array/index-of.js +4 -0
- package/polyfill/node_modules/core-js/full/array/index.js +14 -0
- package/polyfill/node_modules/core-js/full/array/is-array.js +4 -0
- package/polyfill/node_modules/core-js/full/array/is-template-object.js +5 -0
- package/polyfill/node_modules/core-js/full/array/iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/array/join.js +4 -0
- package/polyfill/node_modules/core-js/full/array/keys.js +4 -0
- package/polyfill/node_modules/core-js/full/array/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/full/array/last-index.js +2 -0
- package/polyfill/node_modules/core-js/full/array/last-item.js +2 -0
- package/polyfill/node_modules/core-js/full/array/map.js +4 -0
- package/polyfill/node_modules/core-js/full/array/of.js +4 -0
- package/polyfill/node_modules/core-js/full/array/push.js +4 -0
- package/polyfill/node_modules/core-js/full/array/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/full/array/reduce.js +4 -0
- package/polyfill/node_modules/core-js/full/array/reverse.js +4 -0
- package/polyfill/node_modules/core-js/full/array/slice.js +4 -0
- package/polyfill/node_modules/core-js/full/array/some.js +4 -0
- package/polyfill/node_modules/core-js/full/array/sort.js +4 -0
- package/polyfill/node_modules/core-js/full/array/splice.js +4 -0
- package/polyfill/node_modules/core-js/full/array/to-reversed.js +4 -0
- package/polyfill/node_modules/core-js/full/array/to-sorted.js +4 -0
- package/polyfill/node_modules/core-js/full/array/to-spliced.js +4 -0
- package/polyfill/node_modules/core-js/full/array/unique-by.js +6 -0
- package/polyfill/node_modules/core-js/full/array/unshift.js +4 -0
- package/polyfill/node_modules/core-js/full/array/values.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/at.js +7 -0
- package/polyfill/node_modules/core-js/full/array/virtual/concat.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/entries.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/every.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/fill.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/filter-out.js +6 -0
- package/polyfill/node_modules/core-js/full/array/virtual/filter-reject.js +5 -0
- package/polyfill/node_modules/core-js/full/array/virtual/filter.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/find-index.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/find-last-index.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/find-last.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/find.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/flat.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/for-each.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/group-by-to-map.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/group-by.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/group-to-map.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/group.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/includes.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/index-of.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/index.js +10 -0
- package/polyfill/node_modules/core-js/full/array/virtual/iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/join.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/keys.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/map.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/push.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/reduce.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/reverse.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/slice.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/some.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/sort.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/splice.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/to-reversed.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/to-sorted.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/to-spliced.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/unique-by.js +6 -0
- package/polyfill/node_modules/core-js/full/array/virtual/unshift.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/values.js +4 -0
- package/polyfill/node_modules/core-js/full/array/virtual/with.js +4 -0
- package/polyfill/node_modules/core-js/full/array/with.js +4 -0
- package/polyfill/node_modules/core-js/full/array-buffer/constructor.js +4 -0
- package/polyfill/node_modules/core-js/full/array-buffer/detached.js +4 -0
- package/polyfill/node_modules/core-js/full/array-buffer/index.js +4 -0
- package/polyfill/node_modules/core-js/full/array-buffer/is-view.js +4 -0
- package/polyfill/node_modules/core-js/full/array-buffer/slice.js +4 -0
- package/polyfill/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js +4 -0
- package/polyfill/node_modules/core-js/full/array-buffer/transfer.js +4 -0
- package/polyfill/node_modules/core-js/full/async-disposable-stack/constructor.js +4 -0
- package/polyfill/node_modules/core-js/full/async-disposable-stack/index.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/as-indexed-pairs.js +9 -0
- package/polyfill/node_modules/core-js/full/async-iterator/async-dispose.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/drop.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/every.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/filter.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/find.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/for-each.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/from.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/index.js +7 -0
- package/polyfill/node_modules/core-js/full/async-iterator/indexed.js +10 -0
- package/polyfill/node_modules/core-js/full/async-iterator/map.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/reduce.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/some.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/take.js +4 -0
- package/polyfill/node_modules/core-js/full/async-iterator/to-array.js +4 -0
- package/polyfill/node_modules/core-js/full/atob.js +4 -0
- package/polyfill/node_modules/core-js/full/bigint/index.js +6 -0
- package/polyfill/node_modules/core-js/full/bigint/range.js +6 -0
- package/polyfill/node_modules/core-js/full/btoa.js +4 -0
- package/polyfill/node_modules/core-js/full/clear-immediate.js +4 -0
- package/polyfill/node_modules/core-js/full/composite-key.js +5 -0
- package/polyfill/node_modules/core-js/full/composite-symbol.js +6 -0
- package/polyfill/node_modules/core-js/full/data-view/get-float16.js +4 -0
- package/polyfill/node_modules/core-js/full/data-view/get-uint8-clamped.js +2 -0
- package/polyfill/node_modules/core-js/full/data-view/index.js +6 -0
- package/polyfill/node_modules/core-js/full/data-view/set-float16.js +4 -0
- package/polyfill/node_modules/core-js/full/data-view/set-uint8-clamped.js +2 -0
- package/polyfill/node_modules/core-js/full/date/get-year.js +4 -0
- package/polyfill/node_modules/core-js/full/date/index.js +4 -0
- package/polyfill/node_modules/core-js/full/date/now.js +4 -0
- package/polyfill/node_modules/core-js/full/date/set-year.js +4 -0
- package/polyfill/node_modules/core-js/full/date/to-gmt-string.js +4 -0
- package/polyfill/node_modules/core-js/full/date/to-iso-string.js +4 -0
- package/polyfill/node_modules/core-js/full/date/to-json.js +4 -0
- package/polyfill/node_modules/core-js/full/date/to-primitive.js +4 -0
- package/polyfill/node_modules/core-js/full/date/to-string.js +4 -0
- package/polyfill/node_modules/core-js/full/disposable-stack/constructor.js +4 -0
- package/polyfill/node_modules/core-js/full/disposable-stack/index.js +4 -0
- package/polyfill/node_modules/core-js/full/dom-collections/for-each.js +4 -0
- package/polyfill/node_modules/core-js/full/dom-collections/index.js +4 -0
- package/polyfill/node_modules/core-js/full/dom-collections/iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/dom-exception/constructor.js +4 -0
- package/polyfill/node_modules/core-js/full/dom-exception/index.js +4 -0
- package/polyfill/node_modules/core-js/full/dom-exception/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/full/error/constructor.js +4 -0
- package/polyfill/node_modules/core-js/full/error/index.js +4 -0
- package/polyfill/node_modules/core-js/full/error/is-error.js +4 -0
- package/polyfill/node_modules/core-js/full/error/to-string.js +4 -0
- package/polyfill/node_modules/core-js/full/escape.js +4 -0
- package/polyfill/node_modules/core-js/full/function/bind.js +4 -0
- package/polyfill/node_modules/core-js/full/function/demethodize.js +5 -0
- package/polyfill/node_modules/core-js/full/function/has-instance.js +4 -0
- package/polyfill/node_modules/core-js/full/function/index.js +9 -0
- package/polyfill/node_modules/core-js/full/function/is-callable.js +5 -0
- package/polyfill/node_modules/core-js/full/function/is-constructor.js +5 -0
- package/polyfill/node_modules/core-js/full/function/metadata.js +4 -0
- package/polyfill/node_modules/core-js/full/function/name.js +4 -0
- package/polyfill/node_modules/core-js/full/function/un-this.js +5 -0
- package/polyfill/node_modules/core-js/full/function/virtual/bind.js +4 -0
- package/polyfill/node_modules/core-js/full/function/virtual/demethodize.js +5 -0
- package/polyfill/node_modules/core-js/full/function/virtual/index.js +7 -0
- package/polyfill/node_modules/core-js/full/function/virtual/un-this.js +5 -0
- package/polyfill/node_modules/core-js/full/get-iterator-method.js +4 -0
- package/polyfill/node_modules/core-js/full/get-iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/global-this.js +7 -0
- package/polyfill/node_modules/core-js/full/index.js +537 -0
- package/polyfill/node_modules/core-js/full/instance/at.js +15 -0
- package/polyfill/node_modules/core-js/full/instance/bind.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/clamp.js +14 -0
- package/polyfill/node_modules/core-js/full/instance/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/code-points.js +11 -0
- package/polyfill/node_modules/core-js/full/instance/concat.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/demethodize.js +10 -0
- package/polyfill/node_modules/core-js/full/instance/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/entries.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/every.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/fill.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/filter-out.js +11 -0
- package/polyfill/node_modules/core-js/full/instance/filter-reject.js +10 -0
- package/polyfill/node_modules/core-js/full/instance/filter.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/find-index.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/find-last-index.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/find-last.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/find.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/flags.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/flat.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/for-each.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/group-by-to-map.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/group-by.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/group-to-map.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/group.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/includes.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/index-of.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/is-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/keys.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/map.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/match-all.js +7 -0
- package/polyfill/node_modules/core-js/full/instance/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/push.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/reduce.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/repeat.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/replace-all.js +7 -0
- package/polyfill/node_modules/core-js/full/instance/reverse.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/slice.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/some.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/sort.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/splice.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/to-reversed.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/to-sorted.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/to-spliced.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/to-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/trim.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/un-this.js +10 -0
- package/polyfill/node_modules/core-js/full/instance/unique-by.js +10 -0
- package/polyfill/node_modules/core-js/full/instance/unshift.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/values.js +4 -0
- package/polyfill/node_modules/core-js/full/instance/with.js +4 -0
- package/polyfill/node_modules/core-js/full/is-iterable.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/as-indexed-pairs.js +9 -0
- package/polyfill/node_modules/core-js/full/iterator/chunks.js +8 -0
- package/polyfill/node_modules/core-js/full/iterator/concat.js +7 -0
- package/polyfill/node_modules/core-js/full/iterator/dispose.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/drop.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/every.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/filter.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/find.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/for-each.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/from.js +7 -0
- package/polyfill/node_modules/core-js/full/iterator/index.js +11 -0
- package/polyfill/node_modules/core-js/full/iterator/indexed.js +10 -0
- package/polyfill/node_modules/core-js/full/iterator/map.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/range.js +26 -0
- package/polyfill/node_modules/core-js/full/iterator/reduce.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/sliding.js +8 -0
- package/polyfill/node_modules/core-js/full/iterator/some.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/take.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/to-array.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/to-async.js +4 -0
- package/polyfill/node_modules/core-js/full/iterator/windows.js +8 -0
- package/polyfill/node_modules/core-js/full/iterator/zip-keyed.js +7 -0
- package/polyfill/node_modules/core-js/full/iterator/zip.js +7 -0
- package/polyfill/node_modules/core-js/full/json/index.js +4 -0
- package/polyfill/node_modules/core-js/full/json/is-raw-json.js +4 -0
- package/polyfill/node_modules/core-js/full/json/parse.js +4 -0
- package/polyfill/node_modules/core-js/full/json/raw-json.js +4 -0
- package/polyfill/node_modules/core-js/full/json/stringify.js +4 -0
- package/polyfill/node_modules/core-js/full/json/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/full/map/delete-all.js +6 -0
- package/polyfill/node_modules/core-js/full/map/emplace.js +6 -0
- package/polyfill/node_modules/core-js/full/map/every.js +6 -0
- package/polyfill/node_modules/core-js/full/map/filter.js +6 -0
- package/polyfill/node_modules/core-js/full/map/find-key.js +6 -0
- package/polyfill/node_modules/core-js/full/map/find.js +6 -0
- package/polyfill/node_modules/core-js/full/map/from.js +26 -0
- package/polyfill/node_modules/core-js/full/map/get-or-insert-computed.js +4 -0
- package/polyfill/node_modules/core-js/full/map/get-or-insert.js +4 -0
- package/polyfill/node_modules/core-js/full/map/group-by.js +20 -0
- package/polyfill/node_modules/core-js/full/map/includes.js +6 -0
- package/polyfill/node_modules/core-js/full/map/index.js +27 -0
- package/polyfill/node_modules/core-js/full/map/key-by.js +30 -0
- package/polyfill/node_modules/core-js/full/map/key-of.js +6 -0
- package/polyfill/node_modules/core-js/full/map/map-keys.js +6 -0
- package/polyfill/node_modules/core-js/full/map/map-values.js +6 -0
- package/polyfill/node_modules/core-js/full/map/merge.js +6 -0
- package/polyfill/node_modules/core-js/full/map/of.js +24 -0
- package/polyfill/node_modules/core-js/full/map/reduce.js +6 -0
- package/polyfill/node_modules/core-js/full/map/some.js +6 -0
- package/polyfill/node_modules/core-js/full/map/update-or-insert.js +7 -0
- package/polyfill/node_modules/core-js/full/map/update.js +6 -0
- package/polyfill/node_modules/core-js/full/map/upsert.js +6 -0
- package/polyfill/node_modules/core-js/full/math/acosh.js +4 -0
- package/polyfill/node_modules/core-js/full/math/asinh.js +4 -0
- package/polyfill/node_modules/core-js/full/math/atanh.js +4 -0
- package/polyfill/node_modules/core-js/full/math/cbrt.js +4 -0
- package/polyfill/node_modules/core-js/full/math/clamp.js +6 -0
- package/polyfill/node_modules/core-js/full/math/clz32.js +4 -0
- package/polyfill/node_modules/core-js/full/math/cosh.js +4 -0
- package/polyfill/node_modules/core-js/full/math/deg-per-rad.js +4 -0
- package/polyfill/node_modules/core-js/full/math/degrees.js +5 -0
- package/polyfill/node_modules/core-js/full/math/expm1.js +4 -0
- package/polyfill/node_modules/core-js/full/math/f16round.js +4 -0
- package/polyfill/node_modules/core-js/full/math/fround.js +4 -0
- package/polyfill/node_modules/core-js/full/math/fscale.js +5 -0
- package/polyfill/node_modules/core-js/full/math/hypot.js +4 -0
- package/polyfill/node_modules/core-js/full/math/iaddh.js +5 -0
- package/polyfill/node_modules/core-js/full/math/imul.js +4 -0
- package/polyfill/node_modules/core-js/full/math/imulh.js +5 -0
- package/polyfill/node_modules/core-js/full/math/index.js +19 -0
- package/polyfill/node_modules/core-js/full/math/isubh.js +5 -0
- package/polyfill/node_modules/core-js/full/math/log10.js +4 -0
- package/polyfill/node_modules/core-js/full/math/log1p.js +4 -0
- package/polyfill/node_modules/core-js/full/math/log2.js +4 -0
- package/polyfill/node_modules/core-js/full/math/rad-per-deg.js +4 -0
- package/polyfill/node_modules/core-js/full/math/radians.js +5 -0
- package/polyfill/node_modules/core-js/full/math/scale.js +5 -0
- package/polyfill/node_modules/core-js/full/math/seeded-prng.js +5 -0
- package/polyfill/node_modules/core-js/full/math/sign.js +4 -0
- package/polyfill/node_modules/core-js/full/math/signbit.js +5 -0
- package/polyfill/node_modules/core-js/full/math/sinh.js +4 -0
- package/polyfill/node_modules/core-js/full/math/sum-precise.js +4 -0
- package/polyfill/node_modules/core-js/full/math/tanh.js +4 -0
- package/polyfill/node_modules/core-js/full/math/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/full/math/trunc.js +4 -0
- package/polyfill/node_modules/core-js/full/math/umulh.js +5 -0
- package/polyfill/node_modules/core-js/full/number/clamp.js +5 -0
- package/polyfill/node_modules/core-js/full/number/constructor.js +4 -0
- package/polyfill/node_modules/core-js/full/number/epsilon.js +4 -0
- package/polyfill/node_modules/core-js/full/number/from-string.js +5 -0
- package/polyfill/node_modules/core-js/full/number/index.js +9 -0
- package/polyfill/node_modules/core-js/full/number/is-finite.js +4 -0
- package/polyfill/node_modules/core-js/full/number/is-integer.js +4 -0
- package/polyfill/node_modules/core-js/full/number/is-nan.js +4 -0
- package/polyfill/node_modules/core-js/full/number/is-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/full/number/max-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/full/number/min-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/full/number/parse-float.js +4 -0
- package/polyfill/node_modules/core-js/full/number/parse-int.js +4 -0
- package/polyfill/node_modules/core-js/full/number/range.js +6 -0
- package/polyfill/node_modules/core-js/full/number/to-exponential.js +4 -0
- package/polyfill/node_modules/core-js/full/number/to-fixed.js +4 -0
- package/polyfill/node_modules/core-js/full/number/to-precision.js +4 -0
- package/polyfill/node_modules/core-js/full/number/virtual/clamp.js +5 -0
- package/polyfill/node_modules/core-js/full/number/virtual/index.js +4 -0
- package/polyfill/node_modules/core-js/full/number/virtual/to-exponential.js +4 -0
- package/polyfill/node_modules/core-js/full/number/virtual/to-fixed.js +4 -0
- package/polyfill/node_modules/core-js/full/number/virtual/to-precision.js +4 -0
- package/polyfill/node_modules/core-js/full/object/assign.js +4 -0
- package/polyfill/node_modules/core-js/full/object/create.js +4 -0
- package/polyfill/node_modules/core-js/full/object/define-getter.js +4 -0
- package/polyfill/node_modules/core-js/full/object/define-properties.js +4 -0
- package/polyfill/node_modules/core-js/full/object/define-property.js +4 -0
- package/polyfill/node_modules/core-js/full/object/define-setter.js +4 -0
- package/polyfill/node_modules/core-js/full/object/entries.js +4 -0
- package/polyfill/node_modules/core-js/full/object/freeze.js +4 -0
- package/polyfill/node_modules/core-js/full/object/from-entries.js +4 -0
- package/polyfill/node_modules/core-js/full/object/get-own-property-descriptor.js +4 -0
- package/polyfill/node_modules/core-js/full/object/get-own-property-descriptors.js +4 -0
- package/polyfill/node_modules/core-js/full/object/get-own-property-names.js +4 -0
- package/polyfill/node_modules/core-js/full/object/get-own-property-symbols.js +4 -0
- package/polyfill/node_modules/core-js/full/object/get-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/full/object/group-by.js +4 -0
- package/polyfill/node_modules/core-js/full/object/has-own.js +7 -0
- package/polyfill/node_modules/core-js/full/object/index.js +9 -0
- package/polyfill/node_modules/core-js/full/object/is-extensible.js +4 -0
- package/polyfill/node_modules/core-js/full/object/is-frozen.js +4 -0
- package/polyfill/node_modules/core-js/full/object/is-sealed.js +4 -0
- package/polyfill/node_modules/core-js/full/object/is.js +4 -0
- package/polyfill/node_modules/core-js/full/object/iterate-entries.js +5 -0
- package/polyfill/node_modules/core-js/full/object/iterate-keys.js +5 -0
- package/polyfill/node_modules/core-js/full/object/iterate-values.js +5 -0
- package/polyfill/node_modules/core-js/full/object/keys.js +4 -0
- package/polyfill/node_modules/core-js/full/object/lookup-getter.js +4 -0
- package/polyfill/node_modules/core-js/full/object/lookup-setter.js +4 -0
- package/polyfill/node_modules/core-js/full/object/prevent-extensions.js +4 -0
- package/polyfill/node_modules/core-js/full/object/proto.js +4 -0
- package/polyfill/node_modules/core-js/full/object/seal.js +4 -0
- package/polyfill/node_modules/core-js/full/object/set-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/full/object/to-string.js +4 -0
- package/polyfill/node_modules/core-js/full/object/values.js +4 -0
- package/polyfill/node_modules/core-js/full/observable/index.js +9 -0
- package/polyfill/node_modules/core-js/full/parse-float.js +4 -0
- package/polyfill/node_modules/core-js/full/parse-int.js +4 -0
- package/polyfill/node_modules/core-js/full/promise/all-settled.js +7 -0
- package/polyfill/node_modules/core-js/full/promise/any.js +8 -0
- package/polyfill/node_modules/core-js/full/promise/finally.js +4 -0
- package/polyfill/node_modules/core-js/full/promise/index.js +8 -0
- package/polyfill/node_modules/core-js/full/promise/try.js +4 -0
- package/polyfill/node_modules/core-js/full/promise/with-resolvers.js +4 -0
- package/polyfill/node_modules/core-js/full/queue-microtask.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/apply.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/construct.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/define-metadata.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/define-property.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/delete-metadata.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/delete-property.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/get-metadata-keys.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/get-metadata.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/get-own-metadata-keys.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/get-own-metadata.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/get-own-property-descriptor.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/get-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/get.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/has-metadata.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/has-own-metadata.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/has.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/index.js +13 -0
- package/polyfill/node_modules/core-js/full/reflect/is-extensible.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/metadata.js +5 -0
- package/polyfill/node_modules/core-js/full/reflect/own-keys.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/prevent-extensions.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/set-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/set.js +4 -0
- package/polyfill/node_modules/core-js/full/reflect/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/constructor.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/dot-all.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/escape.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/flags.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/index.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/match.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/replace.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/search.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/split.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/sticky.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/test.js +4 -0
- package/polyfill/node_modules/core-js/full/regexp/to-string.js +4 -0
- package/polyfill/node_modules/core-js/full/self.js +4 -0
- package/polyfill/node_modules/core-js/full/set/add-all.js +6 -0
- package/polyfill/node_modules/core-js/full/set/delete-all.js +6 -0
- package/polyfill/node_modules/core-js/full/set/difference.js +9 -0
- package/polyfill/node_modules/core-js/full/set/every.js +6 -0
- package/polyfill/node_modules/core-js/full/set/filter.js +6 -0
- package/polyfill/node_modules/core-js/full/set/find.js +6 -0
- package/polyfill/node_modules/core-js/full/set/from.js +26 -0
- package/polyfill/node_modules/core-js/full/set/index.js +22 -0
- package/polyfill/node_modules/core-js/full/set/intersection.js +9 -0
- package/polyfill/node_modules/core-js/full/set/is-disjoint-from.js +9 -0
- package/polyfill/node_modules/core-js/full/set/is-subset-of.js +9 -0
- package/polyfill/node_modules/core-js/full/set/is-superset-of.js +9 -0
- package/polyfill/node_modules/core-js/full/set/join.js +6 -0
- package/polyfill/node_modules/core-js/full/set/map.js +6 -0
- package/polyfill/node_modules/core-js/full/set/of.js +24 -0
- package/polyfill/node_modules/core-js/full/set/reduce.js +6 -0
- package/polyfill/node_modules/core-js/full/set/some.js +6 -0
- package/polyfill/node_modules/core-js/full/set/symmetric-difference.js +9 -0
- package/polyfill/node_modules/core-js/full/set/union.js +9 -0
- package/polyfill/node_modules/core-js/full/set-immediate.js +4 -0
- package/polyfill/node_modules/core-js/full/set-interval.js +4 -0
- package/polyfill/node_modules/core-js/full/set-timeout.js +4 -0
- package/polyfill/node_modules/core-js/full/string/anchor.js +4 -0
- package/polyfill/node_modules/core-js/full/string/at.js +6 -0
- package/polyfill/node_modules/core-js/full/string/big.js +4 -0
- package/polyfill/node_modules/core-js/full/string/blink.js +4 -0
- package/polyfill/node_modules/core-js/full/string/bold.js +4 -0
- package/polyfill/node_modules/core-js/full/string/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/full/string/code-points.js +5 -0
- package/polyfill/node_modules/core-js/full/string/cooked.js +5 -0
- package/polyfill/node_modules/core-js/full/string/dedent.js +7 -0
- package/polyfill/node_modules/core-js/full/string/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/full/string/fixed.js +4 -0
- package/polyfill/node_modules/core-js/full/string/fontcolor.js +4 -0
- package/polyfill/node_modules/core-js/full/string/fontsize.js +4 -0
- package/polyfill/node_modules/core-js/full/string/from-code-point.js +4 -0
- package/polyfill/node_modules/core-js/full/string/includes.js +4 -0
- package/polyfill/node_modules/core-js/full/string/index.js +12 -0
- package/polyfill/node_modules/core-js/full/string/is-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/full/string/italics.js +4 -0
- package/polyfill/node_modules/core-js/full/string/iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/string/link.js +4 -0
- package/polyfill/node_modules/core-js/full/string/match-all.js +7 -0
- package/polyfill/node_modules/core-js/full/string/match.js +4 -0
- package/polyfill/node_modules/core-js/full/string/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/full/string/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/full/string/raw.js +4 -0
- package/polyfill/node_modules/core-js/full/string/repeat.js +4 -0
- package/polyfill/node_modules/core-js/full/string/replace-all.js +7 -0
- package/polyfill/node_modules/core-js/full/string/replace.js +4 -0
- package/polyfill/node_modules/core-js/full/string/search.js +4 -0
- package/polyfill/node_modules/core-js/full/string/small.js +4 -0
- package/polyfill/node_modules/core-js/full/string/split.js +4 -0
- package/polyfill/node_modules/core-js/full/string/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/full/string/strike.js +4 -0
- package/polyfill/node_modules/core-js/full/string/sub.js +4 -0
- package/polyfill/node_modules/core-js/full/string/substr.js +4 -0
- package/polyfill/node_modules/core-js/full/string/sup.js +4 -0
- package/polyfill/node_modules/core-js/full/string/to-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/full/string/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/full/string/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/full/string/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/full/string/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/full/string/trim.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/anchor.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/at.js +7 -0
- package/polyfill/node_modules/core-js/full/string/virtual/big.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/blink.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/bold.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/code-points.js +6 -0
- package/polyfill/node_modules/core-js/full/string/virtual/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/fixed.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/fontcolor.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/fontsize.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/includes.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/index.js +10 -0
- package/polyfill/node_modules/core-js/full/string/virtual/is-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/italics.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/link.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/match-all.js +7 -0
- package/polyfill/node_modules/core-js/full/string/virtual/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/repeat.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/replace-all.js +7 -0
- package/polyfill/node_modules/core-js/full/string/virtual/small.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/strike.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/sub.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/substr.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/sup.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/to-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/full/string/virtual/trim.js +4 -0
- package/polyfill/node_modules/core-js/full/structured-clone.js +4 -0
- package/polyfill/node_modules/core-js/full/suppressed-error.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/async-dispose.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/async-iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/custom-matcher.js +5 -0
- package/polyfill/node_modules/core-js/full/symbol/description.js +2 -0
- package/polyfill/node_modules/core-js/full/symbol/dispose.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/for.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/has-instance.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/index.js +15 -0
- package/polyfill/node_modules/core-js/full/symbol/is-concat-spreadable.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/is-registered-symbol.js +6 -0
- package/polyfill/node_modules/core-js/full/symbol/is-registered.js +6 -0
- package/polyfill/node_modules/core-js/full/symbol/is-well-known-symbol.js +6 -0
- package/polyfill/node_modules/core-js/full/symbol/is-well-known.js +6 -0
- package/polyfill/node_modules/core-js/full/symbol/iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/key-for.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/match-all.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/match.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/matcher.js +5 -0
- package/polyfill/node_modules/core-js/full/symbol/metadata-key.js +5 -0
- package/polyfill/node_modules/core-js/full/symbol/metadata.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/observable.js +5 -0
- package/polyfill/node_modules/core-js/full/symbol/pattern-match.js +6 -0
- package/polyfill/node_modules/core-js/full/symbol/replace-all.js +6 -0
- package/polyfill/node_modules/core-js/full/symbol/replace.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/search.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/species.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/split.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/to-primitive.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/full/symbol/unscopables.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/at.js +7 -0
- package/polyfill/node_modules/core-js/full/typed-array/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/entries.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/every.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/fill.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/filter-out.js +3 -0
- package/polyfill/node_modules/core-js/full/typed-array/filter-reject.js +2 -0
- package/polyfill/node_modules/core-js/full/typed-array/filter.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/find-index.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/find-last-index.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/find-last.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/find.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/float32-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/float64-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/for-each.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/from-async.js +2 -0
- package/polyfill/node_modules/core-js/full/typed-array/from-base64.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/from-hex.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/from.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/group-by.js +2 -0
- package/polyfill/node_modules/core-js/full/typed-array/includes.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/index-of.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/index.js +14 -0
- package/polyfill/node_modules/core-js/full/typed-array/int16-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/int32-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/int8-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/iterator.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/join.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/keys.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/map.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/methods.js +14 -0
- package/polyfill/node_modules/core-js/full/typed-array/of.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/reduce.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/reverse.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/set-from-base64.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/set-from-hex.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/set.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/slice.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/some.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/sort.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/subarray.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/to-base64.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/to-hex.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/to-locale-string.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/to-reversed.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/to-sorted.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/to-spliced.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/to-string.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/uint16-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/uint32-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/uint8-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/uint8-clamped-array.js +5 -0
- package/polyfill/node_modules/core-js/full/typed-array/unique-by.js +3 -0
- package/polyfill/node_modules/core-js/full/typed-array/values.js +4 -0
- package/polyfill/node_modules/core-js/full/typed-array/with.js +4 -0
- package/polyfill/node_modules/core-js/full/unescape.js +4 -0
- package/polyfill/node_modules/core-js/full/url/can-parse.js +4 -0
- package/polyfill/node_modules/core-js/full/url/index.js +4 -0
- package/polyfill/node_modules/core-js/full/url/parse.js +4 -0
- package/polyfill/node_modules/core-js/full/url/to-json.js +4 -0
- package/polyfill/node_modules/core-js/full/url-search-params/index.js +4 -0
- package/polyfill/node_modules/core-js/full/weak-map/delete-all.js +6 -0
- package/polyfill/node_modules/core-js/full/weak-map/emplace.js +6 -0
- package/polyfill/node_modules/core-js/full/weak-map/from.js +14 -0
- package/polyfill/node_modules/core-js/full/weak-map/get-or-insert-computed.js +4 -0
- package/polyfill/node_modules/core-js/full/weak-map/get-or-insert.js +4 -0
- package/polyfill/node_modules/core-js/full/weak-map/index.js +13 -0
- package/polyfill/node_modules/core-js/full/weak-map/of.js +12 -0
- package/polyfill/node_modules/core-js/full/weak-map/upsert.js +6 -0
- package/polyfill/node_modules/core-js/full/weak-set/add-all.js +6 -0
- package/polyfill/node_modules/core-js/full/weak-set/delete-all.js +6 -0
- package/polyfill/node_modules/core-js/full/weak-set/from.js +12 -0
- package/polyfill/node_modules/core-js/full/weak-set/index.js +9 -0
- package/polyfill/node_modules/core-js/full/weak-set/of.js +10 -0
- package/polyfill/node_modules/core-js/index.js +2 -0
- package/polyfill/node_modules/core-js/internals/README.md +1 -0
- package/polyfill/node_modules/core-js/internals/a-callable.js +11 -0
- package/polyfill/node_modules/core-js/internals/a-constructor.js +11 -0
- package/polyfill/node_modules/core-js/internals/a-data-view.js +9 -0
- package/polyfill/node_modules/core-js/internals/a-map.js +8 -0
- package/polyfill/node_modules/core-js/internals/a-number.js +7 -0
- package/polyfill/node_modules/core-js/internals/a-possible-prototype.js +10 -0
- package/polyfill/node_modules/core-js/internals/a-set.js +8 -0
- package/polyfill/node_modules/core-js/internals/a-string.js +7 -0
- package/polyfill/node_modules/core-js/internals/a-weak-key.js +12 -0
- package/polyfill/node_modules/core-js/internals/a-weak-map.js +8 -0
- package/polyfill/node_modules/core-js/internals/a-weak-set.js +8 -0
- package/polyfill/node_modules/core-js/internals/add-disposable-resource.js +62 -0
- package/polyfill/node_modules/core-js/internals/add-to-unscopables.js +21 -0
- package/polyfill/node_modules/core-js/internals/advance-string-index.js +8 -0
- package/polyfill/node_modules/core-js/internals/an-instance.js +9 -0
- package/polyfill/node_modules/core-js/internals/an-object-or-undefined.js +10 -0
- package/polyfill/node_modules/core-js/internals/an-object.js +11 -0
- package/polyfill/node_modules/core-js/internals/an-uint8-array.js +11 -0
- package/polyfill/node_modules/core-js/internals/array-buffer-basic-detection.js +3 -0
- package/polyfill/node_modules/core-js/internals/array-buffer-byte-length.js +15 -0
- package/polyfill/node_modules/core-js/internals/array-buffer-is-detached.js +17 -0
- package/polyfill/node_modules/core-js/internals/array-buffer-non-extensible.js +11 -0
- package/polyfill/node_modules/core-js/internals/array-buffer-not-detached.js +9 -0
- package/polyfill/node_modules/core-js/internals/array-buffer-transfer.js +45 -0
- package/polyfill/node_modules/core-js/internals/array-buffer-view-core.js +193 -0
- package/polyfill/node_modules/core-js/internals/array-buffer.js +260 -0
- package/polyfill/node_modules/core-js/internals/array-copy-within.js +31 -0
- package/polyfill/node_modules/core-js/internals/array-fill.js +17 -0
- package/polyfill/node_modules/core-js/internals/array-for-each.js +12 -0
- package/polyfill/node_modules/core-js/internals/array-from-async.js +51 -0
- package/polyfill/node_modules/core-js/internals/array-from-constructor-and-list.js +10 -0
- package/polyfill/node_modules/core-js/internals/array-from.js +47 -0
- package/polyfill/node_modules/core-js/internals/array-group-to-map.js +31 -0
- package/polyfill/node_modules/core-js/internals/array-group.js +37 -0
- package/polyfill/node_modules/core-js/internals/array-includes.js +34 -0
- package/polyfill/node_modules/core-js/internals/array-iteration-from-last.js +35 -0
- package/polyfill/node_modules/core-js/internals/array-iteration.js +72 -0
- package/polyfill/node_modules/core-js/internals/array-last-index-of.js +28 -0
- package/polyfill/node_modules/core-js/internals/array-method-has-species-support.js +20 -0
- package/polyfill/node_modules/core-js/internals/array-method-is-strict.js +10 -0
- package/polyfill/node_modules/core-js/internals/array-reduce.js +46 -0
- package/polyfill/node_modules/core-js/internals/array-set-length.js +27 -0
- package/polyfill/node_modules/core-js/internals/array-slice.js +4 -0
- package/polyfill/node_modules/core-js/internals/array-sort.js +42 -0
- package/polyfill/node_modules/core-js/internals/array-species-constructor.js +23 -0
- package/polyfill/node_modules/core-js/internals/array-species-create.js +8 -0
- package/polyfill/node_modules/core-js/internals/array-unique-by.js +35 -0
- package/polyfill/node_modules/core-js/internals/async-from-sync-iterator.js +60 -0
- package/polyfill/node_modules/core-js/internals/async-iterator-close.js +19 -0
- package/polyfill/node_modules/core-js/internals/async-iterator-create-proxy.js +105 -0
- package/polyfill/node_modules/core-js/internals/async-iterator-indexed.js +13 -0
- package/polyfill/node_modules/core-js/internals/async-iterator-iteration.js +97 -0
- package/polyfill/node_modules/core-js/internals/async-iterator-map.js +57 -0
- package/polyfill/node_modules/core-js/internals/async-iterator-prototype.js +38 -0
- package/polyfill/node_modules/core-js/internals/async-iterator-wrap.js +7 -0
- package/polyfill/node_modules/core-js/internals/base64-map.js +19 -0
- package/polyfill/node_modules/core-js/internals/call-with-safe-iteration-closing.js +12 -0
- package/polyfill/node_modules/core-js/internals/caller.js +8 -0
- package/polyfill/node_modules/core-js/internals/check-correctness-of-iteration.js +43 -0
- package/polyfill/node_modules/core-js/internals/classof-raw.js +9 -0
- package/polyfill/node_modules/core-js/internals/classof.js +30 -0
- package/polyfill/node_modules/core-js/internals/collection-from.js +24 -0
- package/polyfill/node_modules/core-js/internals/collection-of.js +15 -0
- package/polyfill/node_modules/core-js/internals/collection-strong.js +206 -0
- package/polyfill/node_modules/core-js/internals/collection-weak.js +131 -0
- package/polyfill/node_modules/core-js/internals/collection.js +106 -0
- package/polyfill/node_modules/core-js/internals/composite-key.js +50 -0
- package/polyfill/node_modules/core-js/internals/copy-constructor-properties.js +17 -0
- package/polyfill/node_modules/core-js/internals/correct-is-regexp-logic.js +16 -0
- package/polyfill/node_modules/core-js/internals/correct-prototype-getter.js +9 -0
- package/polyfill/node_modules/core-js/internals/create-html.js +16 -0
- package/polyfill/node_modules/core-js/internals/create-iter-result-object.js +6 -0
- package/polyfill/node_modules/core-js/internals/create-non-enumerable-property.js +11 -0
- package/polyfill/node_modules/core-js/internals/create-property-descriptor.js +9 -0
- package/polyfill/node_modules/core-js/internals/create-property.js +9 -0
- package/polyfill/node_modules/core-js/internals/date-to-iso-string.js +41 -0
- package/polyfill/node_modules/core-js/internals/date-to-primitive.js +14 -0
- package/polyfill/node_modules/core-js/internals/define-built-in-accessor.js +9 -0
- package/polyfill/node_modules/core-js/internals/define-built-in.js +28 -0
- package/polyfill/node_modules/core-js/internals/define-built-ins.js +7 -0
- package/polyfill/node_modules/core-js/internals/define-global-property.js +13 -0
- package/polyfill/node_modules/core-js/internals/delete-property-or-throw.js +8 -0
- package/polyfill/node_modules/core-js/internals/descriptors.js +8 -0
- package/polyfill/node_modules/core-js/internals/detach-transferable.js +37 -0
- package/polyfill/node_modules/core-js/internals/document-create-element.js +11 -0
- package/polyfill/node_modules/core-js/internals/does-not-exceed-safe-integer.js +8 -0
- package/polyfill/node_modules/core-js/internals/dom-exception-constants.js +28 -0
- package/polyfill/node_modules/core-js/internals/dom-iterables.js +36 -0
- package/polyfill/node_modules/core-js/internals/dom-token-list-prototype.js +8 -0
- package/polyfill/node_modules/core-js/internals/entry-unbind.js +7 -0
- package/polyfill/node_modules/core-js/internals/entry-virtual.js +6 -0
- package/polyfill/node_modules/core-js/internals/enum-bug-keys.js +11 -0
- package/polyfill/node_modules/core-js/internals/environment-ff-version.js +6 -0
- package/polyfill/node_modules/core-js/internals/environment-is-ie-or-edge.js +4 -0
- package/polyfill/node_modules/core-js/internals/environment-is-ios-pebble.js +4 -0
- package/polyfill/node_modules/core-js/internals/environment-is-ios.js +5 -0
- package/polyfill/node_modules/core-js/internals/environment-is-node.js +4 -0
- package/polyfill/node_modules/core-js/internals/environment-is-webos-webkit.js +4 -0
- package/polyfill/node_modules/core-js/internals/environment-user-agent.js +7 -0
- package/polyfill/node_modules/core-js/internals/environment-v8-version.js +28 -0
- package/polyfill/node_modules/core-js/internals/environment-webkit-version.js +6 -0
- package/polyfill/node_modules/core-js/internals/environment.js +21 -0
- package/polyfill/node_modules/core-js/internals/error-stack-clear.js +16 -0
- package/polyfill/node_modules/core-js/internals/error-stack-install.js +15 -0
- package/polyfill/node_modules/core-js/internals/error-stack-installable.js +11 -0
- package/polyfill/node_modules/core-js/internals/error-to-string.js +29 -0
- package/polyfill/node_modules/core-js/internals/export.js +55 -0
- package/polyfill/node_modules/core-js/internals/fails.js +8 -0
- package/polyfill/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js +78 -0
- package/polyfill/node_modules/core-js/internals/flatten-into-array.js +35 -0
- package/polyfill/node_modules/core-js/internals/freezing.js +7 -0
- package/polyfill/node_modules/core-js/internals/function-apply.js +11 -0
- package/polyfill/node_modules/core-js/internals/function-bind-context.js +14 -0
- package/polyfill/node_modules/core-js/internals/function-bind-native.js +9 -0
- package/polyfill/node_modules/core-js/internals/function-bind.js +36 -0
- package/polyfill/node_modules/core-js/internals/function-call.js +8 -0
- package/polyfill/node_modules/core-js/internals/function-demethodize.js +7 -0
- package/polyfill/node_modules/core-js/internals/function-name.js +18 -0
- package/polyfill/node_modules/core-js/internals/function-uncurry-this-accessor.js +10 -0
- package/polyfill/node_modules/core-js/internals/function-uncurry-this-clause.js +10 -0
- package/polyfill/node_modules/core-js/internals/function-uncurry-this.js +13 -0
- package/polyfill/node_modules/core-js/internals/get-alphabet-option.js +8 -0
- package/polyfill/node_modules/core-js/internals/get-async-iterator-flattenable.js +30 -0
- package/polyfill/node_modules/core-js/internals/get-async-iterator.js +15 -0
- package/polyfill/node_modules/core-js/internals/get-built-in-node-module.js +15 -0
- package/polyfill/node_modules/core-js/internals/get-built-in-prototype-method.js +8 -0
- package/polyfill/node_modules/core-js/internals/get-built-in.js +11 -0
- package/polyfill/node_modules/core-js/internals/get-iterator-direct.js +10 -0
- package/polyfill/node_modules/core-js/internals/get-iterator-flattenable.js +11 -0
- package/polyfill/node_modules/core-js/internals/get-iterator-method.js +14 -0
- package/polyfill/node_modules/core-js/internals/get-iterator-record.js +7 -0
- package/polyfill/node_modules/core-js/internals/get-iterator.js +14 -0
- package/polyfill/node_modules/core-js/internals/get-method.js +10 -0
- package/polyfill/node_modules/core-js/internals/get-mode-option.js +8 -0
- package/polyfill/node_modules/core-js/internals/get-set-record.js +40 -0
- package/polyfill/node_modules/core-js/internals/get-substitution.js +46 -0
- package/polyfill/node_modules/core-js/internals/global-this.js +16 -0
- package/polyfill/node_modules/core-js/internals/has-own-property.js +12 -0
- package/polyfill/node_modules/core-js/internals/hidden-keys.js +2 -0
- package/polyfill/node_modules/core-js/internals/host-report-errors.js +7 -0
- package/polyfill/node_modules/core-js/internals/html.js +4 -0
- package/polyfill/node_modules/core-js/internals/ie8-dom-define.js +12 -0
- package/polyfill/node_modules/core-js/internals/ieee754.js +103 -0
- package/polyfill/node_modules/core-js/internals/indexed-object.js +16 -0
- package/polyfill/node_modules/core-js/internals/inherit-if-required.js +19 -0
- package/polyfill/node_modules/core-js/internals/inspect-source.js +15 -0
- package/polyfill/node_modules/core-js/internals/install-error-cause.js +11 -0
- package/polyfill/node_modules/core-js/internals/internal-metadata.js +91 -0
- package/polyfill/node_modules/core-js/internals/internal-state.js +71 -0
- package/polyfill/node_modules/core-js/internals/is-array-iterator-method.js +11 -0
- package/polyfill/node_modules/core-js/internals/is-array.js +9 -0
- package/polyfill/node_modules/core-js/internals/is-big-int-array.js +7 -0
- package/polyfill/node_modules/core-js/internals/is-callable.js +12 -0
- package/polyfill/node_modules/core-js/internals/is-constructor.js +52 -0
- package/polyfill/node_modules/core-js/internals/is-data-descriptor.js +6 -0
- package/polyfill/node_modules/core-js/internals/is-forced.js +23 -0
- package/polyfill/node_modules/core-js/internals/is-integral-number.js +11 -0
- package/polyfill/node_modules/core-js/internals/is-iterable.js +17 -0
- package/polyfill/node_modules/core-js/internals/is-null-or-undefined.js +6 -0
- package/polyfill/node_modules/core-js/internals/is-object.js +6 -0
- package/polyfill/node_modules/core-js/internals/is-possible-prototype.js +6 -0
- package/polyfill/node_modules/core-js/internals/is-pure.js +2 -0
- package/polyfill/node_modules/core-js/internals/is-raw-json.js +9 -0
- package/polyfill/node_modules/core-js/internals/is-regexp.js +13 -0
- package/polyfill/node_modules/core-js/internals/is-symbol.js +14 -0
- package/polyfill/node_modules/core-js/internals/iterate-simple.js +12 -0
- package/polyfill/node_modules/core-js/internals/iterate.js +69 -0
- package/polyfill/node_modules/core-js/internals/iterator-close-all.js +16 -0
- package/polyfill/node_modules/core-js/internals/iterator-close.js +24 -0
- package/polyfill/node_modules/core-js/internals/iterator-create-constructor.js +16 -0
- package/polyfill/node_modules/core-js/internals/iterator-create-proxy.js +86 -0
- package/polyfill/node_modules/core-js/internals/iterator-define.js +102 -0
- package/polyfill/node_modules/core-js/internals/iterator-helper-throws-on-invalid-iterator.js +12 -0
- package/polyfill/node_modules/core-js/internals/iterator-helper-without-closing-on-early-error.js +23 -0
- package/polyfill/node_modules/core-js/internals/iterator-indexed.js +14 -0
- package/polyfill/node_modules/core-js/internals/iterator-window.js +50 -0
- package/polyfill/node_modules/core-js/internals/iterator-zip.js +100 -0
- package/polyfill/node_modules/core-js/internals/iterators-core.js +49 -0
- package/polyfill/node_modules/core-js/internals/iterators.js +2 -0
- package/polyfill/node_modules/core-js/internals/length-of-array-like.js +8 -0
- package/polyfill/node_modules/core-js/internals/make-built-in.js +55 -0
- package/polyfill/node_modules/core-js/internals/map-helpers.js +15 -0
- package/polyfill/node_modules/core-js/internals/map-iterate.js +16 -0
- package/polyfill/node_modules/core-js/internals/map-upsert.js +31 -0
- package/polyfill/node_modules/core-js/internals/math-clamp.js +9 -0
- package/polyfill/node_modules/core-js/internals/math-expm1.js +17 -0
- package/polyfill/node_modules/core-js/internals/math-float-round.js +19 -0
- package/polyfill/node_modules/core-js/internals/math-fround.js +13 -0
- package/polyfill/node_modules/core-js/internals/math-log10.js +8 -0
- package/polyfill/node_modules/core-js/internals/math-log1p.js +10 -0
- package/polyfill/node_modules/core-js/internals/math-log2.js +10 -0
- package/polyfill/node_modules/core-js/internals/math-round-ties-to-even.js +7 -0
- package/polyfill/node_modules/core-js/internals/math-scale.js +14 -0
- package/polyfill/node_modules/core-js/internals/math-sign.js +9 -0
- package/polyfill/node_modules/core-js/internals/math-trunc.js +11 -0
- package/polyfill/node_modules/core-js/internals/microtask.js +79 -0
- package/polyfill/node_modules/core-js/internals/native-raw-json.js +11 -0
- package/polyfill/node_modules/core-js/internals/new-promise-capability.js +21 -0
- package/polyfill/node_modules/core-js/internals/normalize-string-argument.js +6 -0
- package/polyfill/node_modules/core-js/internals/not-a-nan.js +8 -0
- package/polyfill/node_modules/core-js/internals/not-a-regexp.js +10 -0
- package/polyfill/node_modules/core-js/internals/number-is-finite.js +11 -0
- package/polyfill/node_modules/core-js/internals/number-parse-float.js +23 -0
- package/polyfill/node_modules/core-js/internals/number-parse-int.js +23 -0
- package/polyfill/node_modules/core-js/internals/numeric-range-iterator.js +106 -0
- package/polyfill/node_modules/core-js/internals/object-assign.js +58 -0
- package/polyfill/node_modules/core-js/internals/object-create.js +85 -0
- package/polyfill/node_modules/core-js/internals/object-define-properties.js +21 -0
- package/polyfill/node_modules/core-js/internals/object-define-property.js +44 -0
- package/polyfill/node_modules/core-js/internals/object-get-own-property-descriptor.js +23 -0
- package/polyfill/node_modules/core-js/internals/object-get-own-property-names-external.js +24 -0
- package/polyfill/node_modules/core-js/internals/object-get-own-property-names.js +12 -0
- package/polyfill/node_modules/core-js/internals/object-get-own-property-symbols.js +3 -0
- package/polyfill/node_modules/core-js/internals/object-get-prototype-of.js +22 -0
- package/polyfill/node_modules/core-js/internals/object-is-extensible.js +17 -0
- package/polyfill/node_modules/core-js/internals/object-is-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/internals/object-iterator.js +38 -0
- package/polyfill/node_modules/core-js/internals/object-keys-internal.js +21 -0
- package/polyfill/node_modules/core-js/internals/object-keys.js +10 -0
- package/polyfill/node_modules/core-js/internals/object-property-is-enumerable.js +14 -0
- package/polyfill/node_modules/core-js/internals/object-prototype-accessors-forced.js +18 -0
- package/polyfill/node_modules/core-js/internals/object-set-prototype-of.js +29 -0
- package/polyfill/node_modules/core-js/internals/object-to-array.js +49 -0
- package/polyfill/node_modules/core-js/internals/object-to-string.js +9 -0
- package/polyfill/node_modules/core-js/internals/ordinary-to-primitive.js +16 -0
- package/polyfill/node_modules/core-js/internals/own-keys.js +15 -0
- package/polyfill/node_modules/core-js/internals/parse-json-string.js +56 -0
- package/polyfill/node_modules/core-js/internals/path.js +4 -0
- package/polyfill/node_modules/core-js/internals/perform.js +8 -0
- package/polyfill/node_modules/core-js/internals/promise-constructor-detection.js +47 -0
- package/polyfill/node_modules/core-js/internals/promise-native-constructor.js +4 -0
- package/polyfill/node_modules/core-js/internals/promise-resolve.js +13 -0
- package/polyfill/node_modules/core-js/internals/promise-statics-incorrect-iteration.js +8 -0
- package/polyfill/node_modules/core-js/internals/proxy-accessor.js +10 -0
- package/polyfill/node_modules/core-js/internals/queue.js +25 -0
- package/polyfill/node_modules/core-js/internals/reflect-metadata.js +62 -0
- package/polyfill/node_modules/core-js/internals/regexp-exec-abstract.js +21 -0
- package/polyfill/node_modules/core-js/internals/regexp-exec.js +117 -0
- package/polyfill/node_modules/core-js/internals/regexp-flags-detection.js +47 -0
- package/polyfill/node_modules/core-js/internals/regexp-flags.js +18 -0
- package/polyfill/node_modules/core-js/internals/regexp-get-flags.js +16 -0
- package/polyfill/node_modules/core-js/internals/regexp-sticky-helpers.js +31 -0
- package/polyfill/node_modules/core-js/internals/regexp-unsupported-dot-all.js +11 -0
- package/polyfill/node_modules/core-js/internals/regexp-unsupported-ncg.js +12 -0
- package/polyfill/node_modules/core-js/internals/require-object-coercible.js +11 -0
- package/polyfill/node_modules/core-js/internals/safe-get-built-in.js +13 -0
- package/polyfill/node_modules/core-js/internals/same-value-zero.js +7 -0
- package/polyfill/node_modules/core-js/internals/same-value.js +8 -0
- package/polyfill/node_modules/core-js/internals/schedulers-fix.js +31 -0
- package/polyfill/node_modules/core-js/internals/set-clone.js +14 -0
- package/polyfill/node_modules/core-js/internals/set-difference.js +26 -0
- package/polyfill/node_modules/core-js/internals/set-helpers.js +14 -0
- package/polyfill/node_modules/core-js/internals/set-intersection.js +31 -0
- package/polyfill/node_modules/core-js/internals/set-is-disjoint-from.js +22 -0
- package/polyfill/node_modules/core-js/internals/set-is-subset-of.js +16 -0
- package/polyfill/node_modules/core-js/internals/set-is-superset-of.js +19 -0
- package/polyfill/node_modules/core-js/internals/set-iterate.js +14 -0
- package/polyfill/node_modules/core-js/internals/set-method-accept-set-like.js +58 -0
- package/polyfill/node_modules/core-js/internals/set-method-get-keys-before-cloning-detection.js +30 -0
- package/polyfill/node_modules/core-js/internals/set-size.js +7 -0
- package/polyfill/node_modules/core-js/internals/set-species.js +18 -0
- package/polyfill/node_modules/core-js/internals/set-symmetric-difference.js +23 -0
- package/polyfill/node_modules/core-js/internals/set-to-string-tag.js +13 -0
- package/polyfill/node_modules/core-js/internals/set-union.js +18 -0
- package/polyfill/node_modules/core-js/internals/shared-key.js +9 -0
- package/polyfill/node_modules/core-js/internals/shared-store.js +15 -0
- package/polyfill/node_modules/core-js/internals/shared.js +6 -0
- package/polyfill/node_modules/core-js/internals/species-constructor.js +15 -0
- package/polyfill/node_modules/core-js/internals/string-cooked.js +27 -0
- package/polyfill/node_modules/core-js/internals/string-html-forced.js +11 -0
- package/polyfill/node_modules/core-js/internals/string-multibyte.js +37 -0
- package/polyfill/node_modules/core-js/internals/string-pad-webkit-bug.js +5 -0
- package/polyfill/node_modules/core-js/internals/string-pad.js +35 -0
- package/polyfill/node_modules/core-js/internals/string-parse.js +119 -0
- package/polyfill/node_modules/core-js/internals/string-punycode-to-ascii.js +181 -0
- package/polyfill/node_modules/core-js/internals/string-repeat.js +17 -0
- package/polyfill/node_modules/core-js/internals/string-trim-end.js +11 -0
- package/polyfill/node_modules/core-js/internals/string-trim-forced.js +16 -0
- package/polyfill/node_modules/core-js/internals/string-trim-start.js +11 -0
- package/polyfill/node_modules/core-js/internals/string-trim.js +31 -0
- package/polyfill/node_modules/core-js/internals/structured-clone-proper-transfer.js +16 -0
- package/polyfill/node_modules/core-js/internals/symbol-constructor-detection.js +19 -0
- package/polyfill/node_modules/core-js/internals/symbol-define-to-primitive.js +21 -0
- package/polyfill/node_modules/core-js/internals/symbol-is-registered.js +17 -0
- package/polyfill/node_modules/core-js/internals/symbol-is-well-known.js +35 -0
- package/polyfill/node_modules/core-js/internals/symbol-registry-detection.js +5 -0
- package/polyfill/node_modules/core-js/internals/task.js +117 -0
- package/polyfill/node_modules/core-js/internals/this-number-value.js +6 -0
- package/polyfill/node_modules/core-js/internals/to-absolute-index.js +13 -0
- package/polyfill/node_modules/core-js/internals/to-big-int.js +13 -0
- package/polyfill/node_modules/core-js/internals/to-index.js +15 -0
- package/polyfill/node_modules/core-js/internals/to-indexed-object.js +8 -0
- package/polyfill/node_modules/core-js/internals/to-integer-or-infinity.js +10 -0
- package/polyfill/node_modules/core-js/internals/to-length.js +11 -0
- package/polyfill/node_modules/core-js/internals/to-object.js +10 -0
- package/polyfill/node_modules/core-js/internals/to-offset.js +10 -0
- package/polyfill/node_modules/core-js/internals/to-positive-integer.js +10 -0
- package/polyfill/node_modules/core-js/internals/to-primitive.js +26 -0
- package/polyfill/node_modules/core-js/internals/to-property-key.js +10 -0
- package/polyfill/node_modules/core-js/internals/to-set-like.js +20 -0
- package/polyfill/node_modules/core-js/internals/to-string-tag-support.js +9 -0
- package/polyfill/node_modules/core-js/internals/to-string.js +9 -0
- package/polyfill/node_modules/core-js/internals/to-uint8-clamped.js +7 -0
- package/polyfill/node_modules/core-js/internals/try-to-string.js +10 -0
- package/polyfill/node_modules/core-js/internals/typed-array-constructor.js +236 -0
- package/polyfill/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js +23 -0
- package/polyfill/node_modules/core-js/internals/typed-array-from-same-type-and-list.js +7 -0
- package/polyfill/node_modules/core-js/internals/typed-array-from.js +42 -0
- package/polyfill/node_modules/core-js/internals/uid.js +10 -0
- package/polyfill/node_modules/core-js/internals/uint8-from-base64.js +157 -0
- package/polyfill/node_modules/core-js/internals/uint8-from-hex.js +26 -0
- package/polyfill/node_modules/core-js/internals/url-constructor-detection.js +42 -0
- package/polyfill/node_modules/core-js/internals/use-symbol-as-uid.js +7 -0
- package/polyfill/node_modules/core-js/internals/v8-prototype-define-bug.js +13 -0
- package/polyfill/node_modules/core-js/internals/validate-arguments-length.js +7 -0
- package/polyfill/node_modules/core-js/internals/weak-map-basic-detection.js +7 -0
- package/polyfill/node_modules/core-js/internals/weak-map-helpers.js +14 -0
- package/polyfill/node_modules/core-js/internals/weak-set-helpers.js +13 -0
- package/polyfill/node_modules/core-js/internals/well-known-symbol-define.js +12 -0
- package/polyfill/node_modules/core-js/internals/well-known-symbol-wrapped.js +4 -0
- package/polyfill/node_modules/core-js/internals/well-known-symbol.js +19 -0
- package/polyfill/node_modules/core-js/internals/whitespaces.js +4 -0
- package/polyfill/node_modules/core-js/internals/wrap-error-constructor-with-cause.js +65 -0
- package/polyfill/node_modules/core-js/modules/README.md +1 -0
- package/polyfill/node_modules/core-js/modules/es.aggregate-error.cause.js +23 -0
- package/polyfill/node_modules/core-js/modules/es.aggregate-error.constructor.js +51 -0
- package/polyfill/node_modules/core-js/modules/es.aggregate-error.js +3 -0
- package/polyfill/node_modules/core-js/modules/es.array-buffer.constructor.js +17 -0
- package/polyfill/node_modules/core-js/modules/es.array-buffer.detached.js +17 -0
- package/polyfill/node_modules/core-js/modules/es.array-buffer.is-view.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.array-buffer.slice.js +39 -0
- package/polyfill/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.array-buffer.transfer.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.array.at.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.array.concat.js +59 -0
- package/polyfill/node_modules/core-js/modules/es.array.copy-within.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.array.every.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.array.fill.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.array.filter.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.array.find-index.js +22 -0
- package/polyfill/node_modules/core-js/modules/es.array.find-last-index.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.array.find-last.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.array.find.js +22 -0
- package/polyfill/node_modules/core-js/modules/es.array.flat-map.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.array.flat.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.array.for-each.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.array.from-async.js +22 -0
- package/polyfill/node_modules/core-js/modules/es.array.from.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.array.includes.js +22 -0
- package/polyfill/node_modules/core-js/modules/es.array.index-of.js +23 -0
- package/polyfill/node_modules/core-js/modules/es.array.is-array.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.array.iterator.js +62 -0
- package/polyfill/node_modules/core-js/modules/es.array.join.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.array.last-index-of.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.array.map.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.array.of.js +28 -0
- package/polyfill/node_modules/core-js/modules/es.array.push.js +42 -0
- package/polyfill/node_modules/core-js/modules/es.array.reduce-right.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.array.reduce.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.array.reverse.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.array.slice.js +50 -0
- package/polyfill/node_modules/core-js/modules/es.array.some.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.array.sort.js +106 -0
- package/polyfill/node_modules/core-js/modules/es.array.species.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.array.splice.js +67 -0
- package/polyfill/node_modules/core-js/modules/es.array.to-reversed.js +23 -0
- package/polyfill/node_modules/core-js/modules/es.array.to-sorted.js +24 -0
- package/polyfill/node_modules/core-js/modules/es.array.to-spliced.js +45 -0
- package/polyfill/node_modules/core-js/modules/es.array.unscopables.flat-map.js +7 -0
- package/polyfill/node_modules/core-js/modules/es.array.unscopables.flat.js +7 -0
- package/polyfill/node_modules/core-js/modules/es.array.unshift.js +45 -0
- package/polyfill/node_modules/core-js/modules/es.array.with.js +35 -0
- package/polyfill/node_modules/core-js/modules/es.async-disposable-stack.constructor.js +135 -0
- package/polyfill/node_modules/core-js/modules/es.async-iterator.async-dispose.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.data-view.constructor.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.data-view.get-float16.js +30 -0
- package/polyfill/node_modules/core-js/modules/es.data-view.js +3 -0
- package/polyfill/node_modules/core-js/modules/es.data-view.set-float16.js +56 -0
- package/polyfill/node_modules/core-js/modules/es.date.get-year.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.date.now.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.date.set-year.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.date.to-gmt-string.js +8 -0
- package/polyfill/node_modules/core-js/modules/es.date.to-iso-string.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.date.to-json.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.date.to-primitive.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.date.to-string.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.disposable-stack.constructor.js +114 -0
- package/polyfill/node_modules/core-js/modules/es.error.cause.js +60 -0
- package/polyfill/node_modules/core-js/modules/es.error.is-error.js +37 -0
- package/polyfill/node_modules/core-js/modules/es.error.to-string.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.escape.js +43 -0
- package/polyfill/node_modules/core-js/modules/es.function.bind.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.function.has-instance.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.function.name.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.global-this.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.concat.js +56 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.constructor.js +65 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.dispose.js +17 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.drop.js +53 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.every.js +32 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.filter.js +51 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.find.js +32 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.flat-map.js +75 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.for-each.js +32 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.from.js +35 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.map.js +44 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.reduce.js +52 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.some.js +32 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.take.js +44 -0
- package/polyfill/node_modules/core-js/modules/es.iterator.to-array.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.json.is-raw-json.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.json.parse.js +251 -0
- package/polyfill/node_modules/core-js/modules/es.json.raw-json.js +39 -0
- package/polyfill/node_modules/core-js/modules/es.json.stringify.js +132 -0
- package/polyfill/node_modules/core-js/modules/es.json.to-string-tag.js +7 -0
- package/polyfill/node_modules/core-js/modules/es.map.constructor.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.map.get-or-insert-computed.js +25 -0
- package/polyfill/node_modules/core-js/modules/es.map.get-or-insert.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.map.group-by.js +39 -0
- package/polyfill/node_modules/core-js/modules/es.map.js +3 -0
- package/polyfill/node_modules/core-js/modules/es.math.acosh.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.math.asinh.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.math.atanh.js +18 -0
- package/polyfill/node_modules/core-js/modules/es.math.cbrt.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.math.clz32.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.math.cosh.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.math.expm1.js +8 -0
- package/polyfill/node_modules/core-js/modules/es.math.f16round.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.math.fround.js +7 -0
- package/polyfill/node_modules/core-js/modules/es.math.hypot.js +36 -0
- package/polyfill/node_modules/core-js/modules/es.math.imul.js +24 -0
- package/polyfill/node_modules/core-js/modules/es.math.log10.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.math.log1p.js +7 -0
- package/polyfill/node_modules/core-js/modules/es.math.log2.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.math.sign.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.math.sinh.js +23 -0
- package/polyfill/node_modules/core-js/modules/es.math.sum-precise.js +151 -0
- package/polyfill/node_modules/core-js/modules/es.math.tanh.js +16 -0
- package/polyfill/node_modules/core-js/modules/es.math.to-string-tag.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.math.trunc.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.number.constructor.js +115 -0
- package/polyfill/node_modules/core-js/modules/es.number.epsilon.js +8 -0
- package/polyfill/node_modules/core-js/modules/es.number.is-finite.js +7 -0
- package/polyfill/node_modules/core-js/modules/es.number.is-integer.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.number.is-nan.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.number.is-safe-integer.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.number.max-safe-integer.js +8 -0
- package/polyfill/node_modules/core-js/modules/es.number.min-safe-integer.js +8 -0
- package/polyfill/node_modules/core-js/modules/es.number.parse-float.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.number.parse-int.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.number.to-exponential.js +98 -0
- package/polyfill/node_modules/core-js/modules/es.number.to-fixed.js +131 -0
- package/polyfill/node_modules/core-js/modules/es.number.to-precision.js +25 -0
- package/polyfill/node_modules/core-js/modules/es.object.assign.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.object.create.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.object.define-getter.js +17 -0
- package/polyfill/node_modules/core-js/modules/es.object.define-properties.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.object.define-property.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.object.define-setter.js +17 -0
- package/polyfill/node_modules/core-js/modules/es.object.entries.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.object.freeze.js +18 -0
- package/polyfill/node_modules/core-js/modules/es.object.from-entries.js +16 -0
- package/polyfill/node_modules/core-js/modules/es.object.get-own-property-descriptor.js +16 -0
- package/polyfill/node_modules/core-js/modules/es.object.get-own-property-descriptors.js +25 -0
- package/polyfill/node_modules/core-js/modules/es.object.get-own-property-names.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.object.get-own-property-symbols.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.object.get-prototype-of.js +17 -0
- package/polyfill/node_modules/core-js/modules/es.object.group-by.js +41 -0
- package/polyfill/node_modules/core-js/modules/es.object.has-own.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.object.is-extensible.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.object.is-frozen.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.object.is-sealed.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.object.is.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.object.keys.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.object.lookup-getter.js +23 -0
- package/polyfill/node_modules/core-js/modules/es.object.lookup-setter.js +23 -0
- package/polyfill/node_modules/core-js/modules/es.object.prevent-extensions.js +18 -0
- package/polyfill/node_modules/core-js/modules/es.object.proto.js +31 -0
- package/polyfill/node_modules/core-js/modules/es.object.seal.js +18 -0
- package/polyfill/node_modules/core-js/modules/es.object.set-prototype-of.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.object.to-string.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.object.values.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.parse-float.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.parse-int.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.promise.all-settled.js +44 -0
- package/polyfill/node_modules/core-js/modules/es.promise.all.js +39 -0
- package/polyfill/node_modules/core-js/modules/es.promise.any.js +48 -0
- package/polyfill/node_modules/core-js/modules/es.promise.catch.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.promise.constructor.js +293 -0
- package/polyfill/node_modules/core-js/modules/es.promise.finally.js +43 -0
- package/polyfill/node_modules/core-js/modules/es.promise.js +8 -0
- package/polyfill/node_modules/core-js/modules/es.promise.race.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.promise.reject.js +15 -0
- package/polyfill/node_modules/core-js/modules/es.promise.resolve.js +18 -0
- package/polyfill/node_modules/core-js/modules/es.promise.try.js +33 -0
- package/polyfill/node_modules/core-js/modules/es.promise.with-resolvers.js +16 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.apply.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.construct.js +57 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.define-property.js +29 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.delete-property.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.get-prototype-of.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.get.js +25 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.has.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.is-extensible.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.own-keys.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.prevent-extensions.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.set-prototype-of.js +20 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.set.js +50 -0
- package/polyfill/node_modules/core-js/modules/es.reflect.to-string-tag.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.regexp.constructor.js +197 -0
- package/polyfill/node_modules/core-js/modules/es.regexp.dot-all.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.regexp.escape.js +70 -0
- package/polyfill/node_modules/core-js/modules/es.regexp.exec.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.regexp.flags.js +16 -0
- package/polyfill/node_modules/core-js/modules/es.regexp.sticky.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.regexp.test.js +35 -0
- package/polyfill/node_modules/core-js/modules/es.regexp.to-string.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.set.constructor.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.set.difference.v2.js +37 -0
- package/polyfill/node_modules/core-js/modules/es.set.intersection.v2.js +18 -0
- package/polyfill/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.set.is-subset-of.v2.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.set.is-superset-of.v2.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.set.js +3 -0
- package/polyfill/node_modules/core-js/modules/es.set.symmetric-difference.v2.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.set.union.v2.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.string.anchor.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.at-alternative.js +26 -0
- package/polyfill/node_modules/core-js/modules/es.string.big.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.blink.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.bold.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.code-point-at.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.string.ends-with.js +34 -0
- package/polyfill/node_modules/core-js/modules/es.string.fixed.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.fontcolor.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.fontsize.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.from-code-point.js +32 -0
- package/polyfill/node_modules/core-js/modules/es.string.includes.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.string.is-well-formed.js +23 -0
- package/polyfill/node_modules/core-js/modules/es.string.italics.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.iterator.js +31 -0
- package/polyfill/node_modules/core-js/modules/es.string.link.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.match-all.js +102 -0
- package/polyfill/node_modules/core-js/modules/es.string.match.js +54 -0
- package/polyfill/node_modules/core-js/modules/es.string.pad-end.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.pad-start.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.raw.js +28 -0
- package/polyfill/node_modules/core-js/modules/es.string.repeat.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.string.replace-all.js +61 -0
- package/polyfill/node_modules/core-js/modules/es.string.replace.js +144 -0
- package/polyfill/node_modules/core-js/modules/es.string.search.js +38 -0
- package/polyfill/node_modules/core-js/modules/es.string.small.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.split.js +111 -0
- package/polyfill/node_modules/core-js/modules/es.string.starts-with.js +32 -0
- package/polyfill/node_modules/core-js/modules/es.string.strike.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.sub.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.substr.js +30 -0
- package/polyfill/node_modules/core-js/modules/es.string.sup.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.to-well-formed.js +43 -0
- package/polyfill/node_modules/core-js/modules/es.string.trim-end.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.trim-left.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.string.trim-right.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.string.trim-start.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.string.trim.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.suppressed-error.constructor.js +64 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.async-dispose.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.async-iterator.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.constructor.js +263 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.description.js +60 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.dispose.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.for.js +23 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.has-instance.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.iterator.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.js +7 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.key-for.js +18 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.match-all.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.match.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.replace.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.search.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.species.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.split.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.to-primitive.js +11 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.to-string-tag.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.symbol.unscopables.js +6 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.at.js +17 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.copy-within.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.every.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.fill.js +29 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.filter.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.find-index.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.find-last-index.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.find-last.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.find.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.float32-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.float64-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.for-each.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.from.js +8 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.includes.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.index-of.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.int16-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.int32-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.int8-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.iterator.js +46 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.join.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.last-index-of.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.map.js +14 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.of.js +16 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.reduce-right.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.reduce.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.reverse.js +21 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.set.js +44 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.slice.js +25 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.some.js +12 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.sort.js +70 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.subarray.js +22 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.to-locale-string.js +32 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.to-reversed.js +18 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.to-sorted.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.to-string.js +22 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.uint16-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.uint32-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.uint8-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js +10 -0
- package/polyfill/node_modules/core-js/modules/es.typed-array.with.js +48 -0
- package/polyfill/node_modules/core-js/modules/es.uint8-array.from-base64.js +29 -0
- package/polyfill/node_modules/core-js/modules/es.uint8-array.from-hex.js +13 -0
- package/polyfill/node_modules/core-js/modules/es.uint8-array.set-from-base64.js +37 -0
- package/polyfill/node_modules/core-js/modules/es.uint8-array.set-from-hex.js +32 -0
- package/polyfill/node_modules/core-js/modules/es.uint8-array.to-base64.js +60 -0
- package/polyfill/node_modules/core-js/modules/es.uint8-array.to-hex.js +34 -0
- package/polyfill/node_modules/core-js/modules/es.unescape.js +45 -0
- package/polyfill/node_modules/core-js/modules/es.weak-map.constructor.js +106 -0
- package/polyfill/node_modules/core-js/modules/es.weak-map.get-or-insert-computed.js +36 -0
- package/polyfill/node_modules/core-js/modules/es.weak-map.get-or-insert.js +19 -0
- package/polyfill/node_modules/core-js/modules/es.weak-map.js +3 -0
- package/polyfill/node_modules/core-js/modules/es.weak-set.constructor.js +9 -0
- package/polyfill/node_modules/core-js/modules/es.weak-set.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.aggregate-error.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array-buffer.detached.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array-buffer.transfer.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.at.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.filter-out.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.filter-reject.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.find-last-index.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.find-last.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.from-async.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.group-by-to-map.js +16 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.group-by.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.group-to-map.js +13 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.group.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.is-template-object.js +29 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.last-index.js +22 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.last-item.js +27 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.to-reversed.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.to-sorted.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.to-spliced.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.unique-by.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.array.with.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.constructor.js +34 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.drop.js +50 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.every.js +11 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.filter.js +66 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.find.js +11 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.flat-map.js +87 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.for-each.js +11 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.from.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.indexed.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.map.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.reduce.js +65 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.some.js +11 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.take.js +47 -0
- package/polyfill/node_modules/core-js/modules/esnext.async-iterator.to-array.js +11 -0
- package/polyfill/node_modules/core-js/modules/esnext.bigint.range.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.composite-key.js +20 -0
- package/polyfill/node_modules/core-js/modules/esnext.composite-symbol.js +13 -0
- package/polyfill/node_modules/core-js/modules/esnext.data-view.get-float16.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.data-view.set-float16.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js +21 -0
- package/polyfill/node_modules/core-js/modules/esnext.disposable-stack.constructor.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.error.is-error.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.function.demethodize.js +9 -0
- package/polyfill/node_modules/core-js/modules/esnext.function.is-callable.js +30 -0
- package/polyfill/node_modules/core-js/modules/esnext.function.is-constructor.js +9 -0
- package/polyfill/node_modules/core-js/modules/esnext.function.metadata.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.function.un-this.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.global-this.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.chunks.js +44 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.concat.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.constructor.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.dispose.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.drop.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.every.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.filter.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.find.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.flat-map.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.for-each.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.from.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.indexed.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.map.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.range.js +16 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.reduce.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.sliding.js +11 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.some.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.take.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.to-array.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.to-async.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.windows.js +11 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.zip-keyed.js +71 -0
- package/polyfill/node_modules/core-js/modules/esnext.iterator.zip.js +91 -0
- package/polyfill/node_modules/core-js/modules/esnext.json.is-raw-json.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.json.parse.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.json.raw-json.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.delete-all.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.emplace.js +27 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.every.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.filter.js +23 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.find-key.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.find.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.from.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.get-or-insert.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.group-by.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.includes.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.key-by.js +22 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.key-of.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.map-keys.js +23 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.map-values.js +23 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.merge.js +22 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.of.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.reduce.js +28 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.some.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.update-or-insert.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.update.js +27 -0
- package/polyfill/node_modules/core-js/modules/esnext.map.upsert.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.clamp.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.deg-per-rad.js +8 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.degrees.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.f16round.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.fscale.js +13 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.iaddh.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.imulh.js +19 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.isubh.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.rad-per-deg.js +8 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.radians.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.scale.js +9 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.seeded-prng.js +36 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.signbit.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.sum-precise.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.math.umulh.js +19 -0
- package/polyfill/node_modules/core-js/modules/esnext.number.clamp.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.number.from-string.js +41 -0
- package/polyfill/node_modules/core-js/modules/esnext.number.range.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.object.group-by.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.object.has-own.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.object.iterate-entries.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.object.iterate-keys.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.object.iterate-values.js +12 -0
- package/polyfill/node_modules/core-js/modules/esnext.observable.constructor.js +187 -0
- package/polyfill/node_modules/core-js/modules/esnext.observable.from.js +35 -0
- package/polyfill/node_modules/core-js/modules/esnext.observable.js +5 -0
- package/polyfill/node_modules/core-js/modules/esnext.observable.of.js +24 -0
- package/polyfill/node_modules/core-js/modules/esnext.promise.all-settled.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.promise.any.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.promise.try.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.promise.with-resolvers.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.define-metadata.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.delete-metadata.js +22 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js +30 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.get-metadata.js +26 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.has-metadata.js +25 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.reflect.metadata.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.regexp.escape.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.add-all.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.delete-all.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.difference.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.difference.v2.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.every.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.filter.js +23 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.find.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.from.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.intersection.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.intersection.v2.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.is-disjoint-from.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.is-subset-of.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.is-superset-of.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.join.js +23 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.map.js +23 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.of.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.reduce.js +28 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.some.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.symmetric-difference.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.union.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.set.union.v2.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.at-alternative.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.at.js +19 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.code-points.js +40 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.cooked.js +9 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.dedent.js +153 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.is-well-formed.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.match-all.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.replace-all.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.string.to-well-formed.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.suppressed-error.constructor.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.async-dispose.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.custom-matcher.js +6 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.dispose.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js +9 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.is-registered.js +9 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.is-well-known.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.matcher.js +6 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.metadata-key.js +7 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.metadata.js +6 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.observable.js +6 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.pattern-match.js +7 -0
- package/polyfill/node_modules/core-js/modules/esnext.symbol.replace-all.js +5 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.at.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.filter-out.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.filter-reject.js +14 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.find-last-index.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.find-last.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.from-async.js +25 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.group-by.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.to-reversed.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.to-sorted.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.to-spliced.js +52 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.unique-by.js +17 -0
- package/polyfill/node_modules/core-js/modules/esnext.typed-array.with.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.uint8-array.from-base64.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.uint8-array.from-hex.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.uint8-array.to-base64.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.uint8-array.to-hex.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-map.delete-all.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-map.emplace.js +27 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-map.from.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js +3 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-map.of.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-map.upsert.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-set.add-all.js +15 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-set.delete-all.js +18 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-set.from.js +10 -0
- package/polyfill/node_modules/core-js/modules/esnext.weak-set.of.js +10 -0
- package/polyfill/node_modules/core-js/modules/web.atob.js +67 -0
- package/polyfill/node_modules/core-js/modules/web.btoa.js +51 -0
- package/polyfill/node_modules/core-js/modules/web.clear-immediate.js +10 -0
- package/polyfill/node_modules/core-js/modules/web.dom-collections.for-each.js +23 -0
- package/polyfill/node_modules/core-js/modules/web.dom-collections.iterator.js +37 -0
- package/polyfill/node_modules/core-js/modules/web.dom-exception.constructor.js +145 -0
- package/polyfill/node_modules/core-js/modules/web.dom-exception.stack.js +68 -0
- package/polyfill/node_modules/core-js/modules/web.dom-exception.to-string-tag.js +8 -0
- package/polyfill/node_modules/core-js/modules/web.immediate.js +4 -0
- package/polyfill/node_modules/core-js/modules/web.queue-microtask.js +25 -0
- package/polyfill/node_modules/core-js/modules/web.self.js +41 -0
- package/polyfill/node_modules/core-js/modules/web.set-immediate.js +14 -0
- package/polyfill/node_modules/core-js/modules/web.set-interval.js +12 -0
- package/polyfill/node_modules/core-js/modules/web.set-timeout.js +12 -0
- package/polyfill/node_modules/core-js/modules/web.structured-clone.js +535 -0
- package/polyfill/node_modules/core-js/modules/web.timers.js +4 -0
- package/polyfill/node_modules/core-js/modules/web.url-search-params.constructor.js +511 -0
- package/polyfill/node_modules/core-js/modules/web.url-search-params.delete.js +49 -0
- package/polyfill/node_modules/core-js/modules/web.url-search-params.has.js +28 -0
- package/polyfill/node_modules/core-js/modules/web.url-search-params.js +3 -0
- package/polyfill/node_modules/core-js/modules/web.url-search-params.size.js +21 -0
- package/polyfill/node_modules/core-js/modules/web.url.can-parse.js +36 -0
- package/polyfill/node_modules/core-js/modules/web.url.constructor.js +1051 -0
- package/polyfill/node_modules/core-js/modules/web.url.js +3 -0
- package/polyfill/node_modules/core-js/modules/web.url.parse.js +23 -0
- package/polyfill/node_modules/core-js/modules/web.url.to-json.js +11 -0
- package/polyfill/node_modules/core-js/package.json +78 -0
- package/polyfill/node_modules/core-js/postinstall.js +62 -0
- package/polyfill/node_modules/core-js/proposals/accessible-object-hasownproperty.js +3 -0
- package/polyfill/node_modules/core-js/proposals/array-buffer-base64.js +8 -0
- package/polyfill/node_modules/core-js/proposals/array-buffer-transfer.js +5 -0
- package/polyfill/node_modules/core-js/proposals/array-filtering-stage-1.js +4 -0
- package/polyfill/node_modules/core-js/proposals/array-filtering.js +8 -0
- package/polyfill/node_modules/core-js/proposals/array-find-from-last.js +6 -0
- package/polyfill/node_modules/core-js/proposals/array-flat-map.js +6 -0
- package/polyfill/node_modules/core-js/proposals/array-from-async-stage-2.js +3 -0
- package/polyfill/node_modules/core-js/proposals/array-from-async.js +5 -0
- package/polyfill/node_modules/core-js/proposals/array-grouping-stage-3-2.js +4 -0
- package/polyfill/node_modules/core-js/proposals/array-grouping-stage-3.js +5 -0
- package/polyfill/node_modules/core-js/proposals/array-grouping-v2.js +4 -0
- package/polyfill/node_modules/core-js/proposals/array-grouping.js +6 -0
- package/polyfill/node_modules/core-js/proposals/array-includes.js +4 -0
- package/polyfill/node_modules/core-js/proposals/array-is-template-object.js +3 -0
- package/polyfill/node_modules/core-js/proposals/array-last.js +4 -0
- package/polyfill/node_modules/core-js/proposals/array-unique.js +5 -0
- package/polyfill/node_modules/core-js/proposals/async-explicit-resource-management.js +7 -0
- package/polyfill/node_modules/core-js/proposals/async-iteration.js +3 -0
- package/polyfill/node_modules/core-js/proposals/async-iterator-helpers.js +16 -0
- package/polyfill/node_modules/core-js/proposals/change-array-by-copy-stage-4.js +9 -0
- package/polyfill/node_modules/core-js/proposals/change-array-by-copy.js +11 -0
- package/polyfill/node_modules/core-js/proposals/collection-methods.js +29 -0
- package/polyfill/node_modules/core-js/proposals/collection-of-from.js +10 -0
- package/polyfill/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js +4 -0
- package/polyfill/node_modules/core-js/proposals/decorator-metadata-v2.js +4 -0
- package/polyfill/node_modules/core-js/proposals/decorator-metadata.js +4 -0
- package/polyfill/node_modules/core-js/proposals/decorators.js +4 -0
- package/polyfill/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js +7 -0
- package/polyfill/node_modules/core-js/proposals/error-cause.js +4 -0
- package/polyfill/node_modules/core-js/proposals/explicit-resource-management.js +9 -0
- package/polyfill/node_modules/core-js/proposals/extractors.js +3 -0
- package/polyfill/node_modules/core-js/proposals/float16.js +5 -0
- package/polyfill/node_modules/core-js/proposals/function-demethodize.js +3 -0
- package/polyfill/node_modules/core-js/proposals/function-is-callable-is-constructor.js +4 -0
- package/polyfill/node_modules/core-js/proposals/function-un-this.js +4 -0
- package/polyfill/node_modules/core-js/proposals/global-this.js +6 -0
- package/polyfill/node_modules/core-js/proposals/index.js +3 -0
- package/polyfill/node_modules/core-js/proposals/is-error.js +3 -0
- package/polyfill/node_modules/core-js/proposals/iterator-chunking-v2.js +4 -0
- package/polyfill/node_modules/core-js/proposals/iterator-chunking.js +5 -0
- package/polyfill/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js +15 -0
- package/polyfill/node_modules/core-js/proposals/iterator-helpers-stage-3.js +29 -0
- package/polyfill/node_modules/core-js/proposals/iterator-helpers.js +8 -0
- package/polyfill/node_modules/core-js/proposals/iterator-range.js +4 -0
- package/polyfill/node_modules/core-js/proposals/iterator-sequencing.js +3 -0
- package/polyfill/node_modules/core-js/proposals/joint-iteration.js +4 -0
- package/polyfill/node_modules/core-js/proposals/json-parse-with-source.js +5 -0
- package/polyfill/node_modules/core-js/proposals/keys-composition.js +4 -0
- package/polyfill/node_modules/core-js/proposals/map-update-or-insert.js +4 -0
- package/polyfill/node_modules/core-js/proposals/map-upsert-stage-2.js +4 -0
- package/polyfill/node_modules/core-js/proposals/map-upsert-v4.js +6 -0
- package/polyfill/node_modules/core-js/proposals/map-upsert.js +10 -0
- package/polyfill/node_modules/core-js/proposals/math-clamp-v2.js +3 -0
- package/polyfill/node_modules/core-js/proposals/math-clamp.js +3 -0
- package/polyfill/node_modules/core-js/proposals/math-extensions.js +9 -0
- package/polyfill/node_modules/core-js/proposals/math-signbit.js +3 -0
- package/polyfill/node_modules/core-js/proposals/math-sum.js +3 -0
- package/polyfill/node_modules/core-js/proposals/number-from-string.js +3 -0
- package/polyfill/node_modules/core-js/proposals/number-range.js +4 -0
- package/polyfill/node_modules/core-js/proposals/object-from-entries.js +3 -0
- package/polyfill/node_modules/core-js/proposals/object-getownpropertydescriptors.js +3 -0
- package/polyfill/node_modules/core-js/proposals/object-iteration.js +6 -0
- package/polyfill/node_modules/core-js/proposals/object-values-entries.js +4 -0
- package/polyfill/node_modules/core-js/proposals/observable.js +4 -0
- package/polyfill/node_modules/core-js/proposals/pattern-matching-v2.js +3 -0
- package/polyfill/node_modules/core-js/proposals/pattern-matching.js +5 -0
- package/polyfill/node_modules/core-js/proposals/promise-all-settled.js +3 -0
- package/polyfill/node_modules/core-js/proposals/promise-any.js +4 -0
- package/polyfill/node_modules/core-js/proposals/promise-finally.js +3 -0
- package/polyfill/node_modules/core-js/proposals/promise-try.js +3 -0
- package/polyfill/node_modules/core-js/proposals/promise-with-resolvers.js +3 -0
- package/polyfill/node_modules/core-js/proposals/reflect-metadata.js +11 -0
- package/polyfill/node_modules/core-js/proposals/regexp-dotall-flag.js +6 -0
- package/polyfill/node_modules/core-js/proposals/regexp-escaping.js +3 -0
- package/polyfill/node_modules/core-js/proposals/regexp-named-groups.js +5 -0
- package/polyfill/node_modules/core-js/proposals/relative-indexing-method.js +5 -0
- package/polyfill/node_modules/core-js/proposals/seeded-random.js +3 -0
- package/polyfill/node_modules/core-js/proposals/set-methods-v2.js +9 -0
- package/polyfill/node_modules/core-js/proposals/set-methods.js +17 -0
- package/polyfill/node_modules/core-js/proposals/string-at.js +3 -0
- package/polyfill/node_modules/core-js/proposals/string-code-points.js +3 -0
- package/polyfill/node_modules/core-js/proposals/string-cooked.js +3 -0
- package/polyfill/node_modules/core-js/proposals/string-dedent.js +3 -0
- package/polyfill/node_modules/core-js/proposals/string-left-right-trim.js +4 -0
- package/polyfill/node_modules/core-js/proposals/string-match-all.js +3 -0
- package/polyfill/node_modules/core-js/proposals/string-padding.js +4 -0
- package/polyfill/node_modules/core-js/proposals/string-replace-all-stage-4.js +3 -0
- package/polyfill/node_modules/core-js/proposals/string-replace-all.js +5 -0
- package/polyfill/node_modules/core-js/proposals/symbol-description.js +3 -0
- package/polyfill/node_modules/core-js/proposals/symbol-predicates-v2.js +4 -0
- package/polyfill/node_modules/core-js/proposals/symbol-predicates.js +4 -0
- package/polyfill/node_modules/core-js/proposals/url.js +3 -0
- package/polyfill/node_modules/core-js/proposals/using-statement.js +5 -0
- package/polyfill/node_modules/core-js/proposals/well-formed-stringify.js +3 -0
- package/polyfill/node_modules/core-js/proposals/well-formed-unicode-strings.js +4 -0
- package/polyfill/node_modules/core-js/stable/README.md +1 -0
- package/polyfill/node_modules/core-js/stable/aggregate-error.js +8 -0
- package/polyfill/node_modules/core-js/stable/array/at.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/concat.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/entries.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/every.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/fill.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/filter.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/find-index.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/find-last-index.js +2 -0
- package/polyfill/node_modules/core-js/stable/array/find-last.js +2 -0
- package/polyfill/node_modules/core-js/stable/array/find.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/flat.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/for-each.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/from-async.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/from.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/includes.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/index-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/is-array.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/iterator.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/join.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/keys.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/map.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/of.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/push.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/reduce.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/reverse.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/slice.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/some.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/sort.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/splice.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/to-reversed.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/to-sorted.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/to-spliced.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/unshift.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/values.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/at.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/concat.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/entries.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/every.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/fill.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/filter.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/find-index.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/find-last-index.js +2 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/find-last.js +2 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/find.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/flat.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/for-each.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/includes.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/index-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/iterator.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/join.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/keys.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/map.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/push.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/reduce.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/reverse.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/slice.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/some.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/sort.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/splice.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/to-reversed.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/to-sorted.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/to-spliced.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/unshift.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/values.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/virtual/with.js +4 -0
- package/polyfill/node_modules/core-js/stable/array/with.js +4 -0
- package/polyfill/node_modules/core-js/stable/array-buffer/constructor.js +4 -0
- package/polyfill/node_modules/core-js/stable/array-buffer/detached.js +4 -0
- package/polyfill/node_modules/core-js/stable/array-buffer/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/array-buffer/is-view.js +4 -0
- package/polyfill/node_modules/core-js/stable/array-buffer/slice.js +4 -0
- package/polyfill/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js +4 -0
- package/polyfill/node_modules/core-js/stable/array-buffer/transfer.js +4 -0
- package/polyfill/node_modules/core-js/stable/async-disposable-stack/constructor.js +4 -0
- package/polyfill/node_modules/core-js/stable/async-disposable-stack/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/async-iterator/async-dispose.js +2 -0
- package/polyfill/node_modules/core-js/stable/async-iterator/index.js +2 -0
- package/polyfill/node_modules/core-js/stable/atob.js +10 -0
- package/polyfill/node_modules/core-js/stable/btoa.js +10 -0
- package/polyfill/node_modules/core-js/stable/clear-immediate.js +5 -0
- package/polyfill/node_modules/core-js/stable/data-view/get-float16.js +4 -0
- package/polyfill/node_modules/core-js/stable/data-view/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/data-view/set-float16.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/get-year.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/now.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/set-year.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/to-gmt-string.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/to-iso-string.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/to-json.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/to-primitive.js +4 -0
- package/polyfill/node_modules/core-js/stable/date/to-string.js +4 -0
- package/polyfill/node_modules/core-js/stable/disposable-stack/constructor.js +4 -0
- package/polyfill/node_modules/core-js/stable/disposable-stack/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/dom-collections/for-each.js +6 -0
- package/polyfill/node_modules/core-js/stable/dom-collections/index.js +14 -0
- package/polyfill/node_modules/core-js/stable/dom-collections/iterator.js +6 -0
- package/polyfill/node_modules/core-js/stable/dom-exception/constructor.js +7 -0
- package/polyfill/node_modules/core-js/stable/dom-exception/index.js +8 -0
- package/polyfill/node_modules/core-js/stable/dom-exception/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/stable/error/constructor.js +4 -0
- package/polyfill/node_modules/core-js/stable/error/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/error/is-error.js +4 -0
- package/polyfill/node_modules/core-js/stable/error/to-string.js +4 -0
- package/polyfill/node_modules/core-js/stable/escape.js +4 -0
- package/polyfill/node_modules/core-js/stable/function/bind.js +4 -0
- package/polyfill/node_modules/core-js/stable/function/has-instance.js +4 -0
- package/polyfill/node_modules/core-js/stable/function/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/function/name.js +4 -0
- package/polyfill/node_modules/core-js/stable/function/virtual/bind.js +4 -0
- package/polyfill/node_modules/core-js/stable/function/virtual/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/get-iterator-method.js +5 -0
- package/polyfill/node_modules/core-js/stable/get-iterator.js +5 -0
- package/polyfill/node_modules/core-js/stable/global-this.js +4 -0
- package/polyfill/node_modules/core-js/stable/index.js +320 -0
- package/polyfill/node_modules/core-js/stable/instance/at.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/bind.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/concat.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/entries.js +19 -0
- package/polyfill/node_modules/core-js/stable/instance/every.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/fill.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/filter.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/find-index.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/find-last-index.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/find-last.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/find.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/flags.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/flat-map.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/flat.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/for-each.js +19 -0
- package/polyfill/node_modules/core-js/stable/instance/includes.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/index-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/is-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/keys.js +19 -0
- package/polyfill/node_modules/core-js/stable/instance/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/map.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/match-all.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/push.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/reduce.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/repeat.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/replace-all.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/reverse.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/slice.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/some.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/sort.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/splice.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/to-reversed.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/to-sorted.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/to-spliced.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/to-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/trim.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/unshift.js +4 -0
- package/polyfill/node_modules/core-js/stable/instance/values.js +19 -0
- package/polyfill/node_modules/core-js/stable/instance/with.js +4 -0
- package/polyfill/node_modules/core-js/stable/is-iterable.js +5 -0
- package/polyfill/node_modules/core-js/stable/iterator/concat.js +5 -0
- package/polyfill/node_modules/core-js/stable/iterator/dispose.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/drop.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/every.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/filter.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/find.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/flat-map.js +5 -0
- package/polyfill/node_modules/core-js/stable/iterator/for-each.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/from.js +5 -0
- package/polyfill/node_modules/core-js/stable/iterator/index.js +5 -0
- package/polyfill/node_modules/core-js/stable/iterator/map.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/reduce.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/some.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/take.js +4 -0
- package/polyfill/node_modules/core-js/stable/iterator/to-array.js +4 -0
- package/polyfill/node_modules/core-js/stable/json/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/json/is-raw-json.js +4 -0
- package/polyfill/node_modules/core-js/stable/json/parse.js +4 -0
- package/polyfill/node_modules/core-js/stable/json/raw-json.js +4 -0
- package/polyfill/node_modules/core-js/stable/json/stringify.js +4 -0
- package/polyfill/node_modules/core-js/stable/json/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/stable/map/get-or-insert-computed.js +4 -0
- package/polyfill/node_modules/core-js/stable/map/get-or-insert.js +4 -0
- package/polyfill/node_modules/core-js/stable/map/group-by.js +4 -0
- package/polyfill/node_modules/core-js/stable/map/index.js +5 -0
- package/polyfill/node_modules/core-js/stable/math/acosh.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/asinh.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/atanh.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/cbrt.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/clz32.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/cosh.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/expm1.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/f16round.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/fround.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/hypot.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/imul.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/log10.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/log1p.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/log2.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/sign.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/sinh.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/sum-precise.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/tanh.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/stable/math/trunc.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/constructor.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/epsilon.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/is-finite.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/is-integer.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/is-nan.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/is-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/max-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/min-safe-integer.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/parse-float.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/parse-int.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/to-exponential.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/to-fixed.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/to-precision.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/virtual/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/virtual/to-exponential.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/virtual/to-fixed.js +4 -0
- package/polyfill/node_modules/core-js/stable/number/virtual/to-precision.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/assign.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/create.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/define-getter.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/define-properties.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/define-property.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/define-setter.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/entries.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/freeze.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/from-entries.js +5 -0
- package/polyfill/node_modules/core-js/stable/object/get-own-property-descriptor.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/get-own-property-descriptors.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/get-own-property-names.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/get-own-property-symbols.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/get-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/group-by.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/has-own.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/index.js +5 -0
- package/polyfill/node_modules/core-js/stable/object/is-extensible.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/is-frozen.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/is-sealed.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/is.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/keys.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/lookup-getter.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/lookup-setter.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/prevent-extensions.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/proto.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/seal.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/set-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/to-string.js +4 -0
- package/polyfill/node_modules/core-js/stable/object/values.js +4 -0
- package/polyfill/node_modules/core-js/stable/parse-float.js +4 -0
- package/polyfill/node_modules/core-js/stable/parse-int.js +4 -0
- package/polyfill/node_modules/core-js/stable/promise/all-settled.js +5 -0
- package/polyfill/node_modules/core-js/stable/promise/any.js +5 -0
- package/polyfill/node_modules/core-js/stable/promise/finally.js +4 -0
- package/polyfill/node_modules/core-js/stable/promise/index.js +5 -0
- package/polyfill/node_modules/core-js/stable/promise/try.js +4 -0
- package/polyfill/node_modules/core-js/stable/promise/with-resolvers.js +4 -0
- package/polyfill/node_modules/core-js/stable/queue-microtask.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/apply.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/construct.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/define-property.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/delete-property.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/get-own-property-descriptor.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/get-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/get.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/has.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/is-extensible.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/own-keys.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/prevent-extensions.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/set-prototype-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/set.js +4 -0
- package/polyfill/node_modules/core-js/stable/reflect/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/constructor.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/dot-all.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/escape.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/flags.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/match.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/replace.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/search.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/split.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/sticky.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/test.js +4 -0
- package/polyfill/node_modules/core-js/stable/regexp/to-string.js +4 -0
- package/polyfill/node_modules/core-js/stable/self.js +5 -0
- package/polyfill/node_modules/core-js/stable/set/difference.js +4 -0
- package/polyfill/node_modules/core-js/stable/set/index.js +5 -0
- package/polyfill/node_modules/core-js/stable/set/intersection.js +4 -0
- package/polyfill/node_modules/core-js/stable/set/is-disjoint-from.js +4 -0
- package/polyfill/node_modules/core-js/stable/set/is-subset-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/set/is-superset-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/set/symmetric-difference.js +4 -0
- package/polyfill/node_modules/core-js/stable/set/union.js +4 -0
- package/polyfill/node_modules/core-js/stable/set-immediate.js +5 -0
- package/polyfill/node_modules/core-js/stable/set-interval.js +5 -0
- package/polyfill/node_modules/core-js/stable/set-timeout.js +5 -0
- package/polyfill/node_modules/core-js/stable/string/anchor.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/at.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/big.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/blink.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/bold.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/fixed.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/fontcolor.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/fontsize.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/from-code-point.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/includes.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/is-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/italics.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/iterator.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/link.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/match-all.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/match.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/raw.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/repeat.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/replace-all.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/replace.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/search.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/small.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/split.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/strike.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/sub.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/substr.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/sup.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/to-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/trim.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/anchor.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/at.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/big.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/blink.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/bold.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/code-point-at.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/ends-with.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/fixed.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/fontcolor.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/fontsize.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/includes.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/is-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/italics.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/iterator.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/link.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/match-all.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/pad-end.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/pad-start.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/repeat.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/replace-all.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/small.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/starts-with.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/strike.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/sub.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/substr.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/sup.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/to-well-formed.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/trim-end.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/trim-left.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/trim-right.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/trim-start.js +4 -0
- package/polyfill/node_modules/core-js/stable/string/virtual/trim.js +4 -0
- package/polyfill/node_modules/core-js/stable/structured-clone.js +14 -0
- package/polyfill/node_modules/core-js/stable/suppressed-error.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/async-dispose.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/async-iterator.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/description.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/dispose.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/for.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/has-instance.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/index.js +5 -0
- package/polyfill/node_modules/core-js/stable/symbol/is-concat-spreadable.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/iterator.js +5 -0
- package/polyfill/node_modules/core-js/stable/symbol/key-for.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/match-all.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/match.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/replace.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/search.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/species.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/split.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/to-primitive.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/to-string-tag.js +4 -0
- package/polyfill/node_modules/core-js/stable/symbol/unscopables.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/at.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/copy-within.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/entries.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/every.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/fill.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/filter.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/find-index.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/find-last-index.js +2 -0
- package/polyfill/node_modules/core-js/stable/typed-array/find-last.js +2 -0
- package/polyfill/node_modules/core-js/stable/typed-array/find.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/float32-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/float64-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/for-each.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/from-base64.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/from-hex.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/from.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/includes.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/index-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/int16-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/int32-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/int8-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/iterator.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/join.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/keys.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/last-index-of.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/map.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/methods.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/of.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/reduce-right.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/reduce.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/reverse.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/set-from-base64.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/set-from-hex.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/set.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/slice.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/some.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/sort.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/subarray.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/to-base64.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/to-hex.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/to-locale-string.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/to-reversed.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/to-sorted.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/to-string.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/uint16-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/uint32-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/uint8-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/uint8-clamped-array.js +5 -0
- package/polyfill/node_modules/core-js/stable/typed-array/values.js +4 -0
- package/polyfill/node_modules/core-js/stable/typed-array/with.js +4 -0
- package/polyfill/node_modules/core-js/stable/unescape.js +4 -0
- package/polyfill/node_modules/core-js/stable/url/can-parse.js +6 -0
- package/polyfill/node_modules/core-js/stable/url/index.js +4 -0
- package/polyfill/node_modules/core-js/stable/url/parse.js +6 -0
- package/polyfill/node_modules/core-js/stable/url/to-json.js +2 -0
- package/polyfill/node_modules/core-js/stable/url-search-params/index.js +5 -0
- package/polyfill/node_modules/core-js/stable/weak-map/get-or-insert-computed.js +4 -0
- package/polyfill/node_modules/core-js/stable/weak-map/get-or-insert.js +4 -0
- package/polyfill/node_modules/core-js/stable/weak-map/index.js +5 -0
- package/polyfill/node_modules/core-js/stable/weak-set/index.js +5 -0
- package/polyfill/node_modules/core-js/stage/0.js +13 -0
- package/polyfill/node_modules/core-js/stage/1.js +29 -0
- package/polyfill/node_modules/core-js/stage/2.7.js +6 -0
- package/polyfill/node_modules/core-js/stage/2.js +22 -0
- package/polyfill/node_modules/core-js/stage/3.js +12 -0
- package/polyfill/node_modules/core-js/stage/4.js +33 -0
- package/polyfill/node_modules/core-js/stage/README.md +1 -0
- package/polyfill/node_modules/core-js/stage/index.js +4 -0
- package/polyfill/node_modules/core-js/stage/pre.js +6 -0
- package/polyfill/node_modules/core-js/web/README.md +1 -0
- package/polyfill/node_modules/core-js/web/dom-collections.js +6 -0
- package/polyfill/node_modules/core-js/web/dom-exception.js +8 -0
- package/polyfill/node_modules/core-js/web/immediate.js +5 -0
- package/polyfill/node_modules/core-js/web/index.js +24 -0
- package/polyfill/node_modules/core-js/web/queue-microtask.js +5 -0
- package/polyfill/node_modules/core-js/web/structured-clone.js +9 -0
- package/polyfill/node_modules/core-js/web/timers.js +5 -0
- package/polyfill/node_modules/core-js/web/url-search-params.js +8 -0
- package/polyfill/node_modules/core-js/web/url.js +9 -0
- package/polyfill/package.json +13 -0
- package/types/lib/core/options.d.ts +1 -0
- package/types/lib/crypto/base64.d.ts +3 -3
- package/types/lib/crypto/index.d.ts +0 -1
- package/types/lib/crypto/oidcHash.d.ts +1 -1
- package/types/lib/crypto/verifyToken.d.ts +1 -1
- package/types/lib/idx/options.d.ts +2 -0
- package/types/lib/idx/types/options.d.ts +2 -1
- package/types/lib/myaccount/transactions/Base.d.ts +1 -1
- package/types/lib/oidc/options/OAuthOptionsConstructor.d.ts +1 -0
- package/types/lib/oidc/types/Token.d.ts +1 -1
- package/types/lib/oidc/types/options.d.ts +1 -0
- package/umd/authn.js +1 -1
- package/umd/authn.js.LICENSE.txt +2 -2
- package/umd/authn.js.map +1 -1
- package/umd/core.js +1 -1
- package/umd/core.js.LICENSE.txt +2 -2
- package/umd/core.js.map +1 -1
- package/umd/default.js +1 -1
- package/umd/default.js.LICENSE.txt +2 -2
- package/umd/default.js.map +1 -1
- package/umd/idx.js +1 -1
- package/umd/idx.js.LICENSE.txt +2 -2
- package/umd/idx.js.map +1 -1
- package/umd/myaccount.js +1 -1
- package/umd/myaccount.js.LICENSE.txt +2 -2
- package/umd/myaccount.js.map +1 -1
- package/cjs/crypto/browser.js +0 -27
- package/cjs/crypto/browser.js.map +0 -1
- package/cjs/crypto/node.js +0 -39
- package/cjs/crypto/node.js.map +0 -1
- package/cjs/crypto/webcrypto.js +0 -14
- package/cjs/crypto/webcrypto.js.map +0 -1
- package/esm/browser/crypto/browser.js +0 -18
- package/esm/browser/crypto/browser.js.map +0 -1
- package/esm/node/crypto/node.js +0 -48
- package/esm/node/crypto/node.js.map +0 -1
- package/types/lib/crypto/browser.d.ts +0 -15
- package/types/lib/crypto/node.d.ts +0 -17
- package/types/lib/crypto/webcrypto.d.ts +0 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../lib/oidc/mixin/index.ts"],"sourcesContent":["import { httpRequest, RequestOptions } from '../../http';\nimport { OktaAuthConstructor } from '../../base/types';\nimport { \n PromiseQueue,\n isFunction\n} from '../../util';\nimport { CryptoAPI } from '../../crypto/types';\nimport * as crypto from '../../crypto';\nimport {\n AccessToken,\n CustomUserClaims,\n IDToken,\n IsAuthenticatedOptions,\n OAuthResponseType,\n OAuthStorageManagerInterface,\n OAuthTransactionMeta,\n OktaAuthOAuthInterface,\n OktaAuthOAuthOptions,\n PkceAPI,\n PKCETransactionMeta,\n RefreshToken,\n SigninWithRedirectOptions,\n SignoutOptions,\n SignoutRedirectUrlOptions,\n TokenAPI,\n TransactionManagerInterface,\n TransactionManagerConstructor,\n UserClaims,\n Endpoints,\n DPoPRequest,\n DPoPHeaders\n} from '../types';\nimport PKCE from '../util/pkce';\nimport { createEndpoints, createTokenAPI } from '../factory/api';\nimport { TokenManager } from '../TokenManager';\nimport { getOAuthUrls, isLoginRedirect, hasResponseType } from '../util';\nimport { \n generateDPoPProof,\n clearDPoPKeyPair,\n clearAllDPoPKeyPairs,\n clearDPoPKeyPairAfterRevoke,\n findKeyPair,\n isDPoPNonceError\n} from '../dpop';\nimport { AuthSdkError, WWWAuthError } from '../../errors';\n\nimport { OktaAuthSessionInterface } from '../../session/types';\nimport { provideOriginalUri } from './node';\nexport function mixinOAuth\n<\n M extends OAuthTransactionMeta = PKCETransactionMeta,\n S extends OAuthStorageManagerInterface<M> = OAuthStorageManagerInterface<M>,\n O extends OktaAuthOAuthOptions = OktaAuthOAuthOptions,\n TM extends TransactionManagerInterface = TransactionManagerInterface,\n TBase extends OktaAuthConstructor<OktaAuthSessionInterface<S, O>>\n = OktaAuthConstructor<OktaAuthSessionInterface<S, O>>\n>\n(\n Base: TBase,\n TransactionManagerConstructor: TransactionManagerConstructor<TM>,\n): TBase & OktaAuthConstructor<OktaAuthOAuthInterface<M, S, O, TM>>\n{\n const WithOriginalUri = provideOriginalUri(Base);\n return class OktaAuthOAuth extends WithOriginalUri\n implements OktaAuthOAuthInterface<M, S, O, TM>\n {\n static crypto: CryptoAPI = crypto;\n token: TokenAPI;\n tokenManager: TokenManager;\n transactionManager: TM;\n pkce: PkceAPI;\n endpoints: Endpoints;\n\n _pending: { handleLogin: boolean };\n _tokenQueue: PromiseQueue;\n \n constructor(...args: any[]) {\n super(...args);\n\n this.transactionManager = new TransactionManagerConstructor(Object.assign({\n storageManager: this.storageManager,\n }, this.options.transactionManager));\n \n this.pkce = {\n DEFAULT_CODE_CHALLENGE_METHOD: PKCE.DEFAULT_CODE_CHALLENGE_METHOD,\n generateVerifier: PKCE.generateVerifier,\n computeChallenge: PKCE.computeChallenge\n };\n \n this._pending = { handleLogin: false };\n\n this._tokenQueue = new PromiseQueue();\n\n this.token = createTokenAPI(this, this._tokenQueue);\n\n // TokenManager\n this.tokenManager = new TokenManager(this, this.options.tokenManager);\n\n this.endpoints = createEndpoints(this);\n }\n\n // inherited from subclass\n clearStorage(): void {\n super.clearStorage();\n \n // Clear all local tokens\n this.tokenManager.clear();\n }\n\n // Returns true if both accessToken and idToken are not expired\n // If `autoRenew` option is set, will attempt to renew expired tokens before returning.\n // eslint-disable-next-line complexity\n async isAuthenticated(options: IsAuthenticatedOptions = {}): Promise<boolean> {\n // TODO: remove dependency on tokenManager options in next major version - OKTA-473815\n const { autoRenew, autoRemove } = this.tokenManager.getOptions();\n\n const shouldRenew = options.onExpiredToken ? options.onExpiredToken === 'renew' : autoRenew;\n const shouldRemove = options.onExpiredToken ? options.onExpiredToken === 'remove' : autoRemove;\n\n let { accessToken } = this.tokenManager.getTokensSync();\n if (accessToken && this.tokenManager.hasExpired(accessToken)) {\n accessToken = undefined;\n if (shouldRenew) {\n try {\n accessToken = await this.tokenManager.renew('accessToken') as AccessToken;\n } catch {\n // Renew errors will emit an \"error\" event \n }\n } else if (shouldRemove) {\n this.tokenManager.remove('accessToken');\n }\n }\n\n let { idToken } = this.tokenManager.getTokensSync();\n if (idToken && this.tokenManager.hasExpired(idToken)) {\n idToken = undefined;\n if (shouldRenew) {\n try {\n idToken = await this.tokenManager.renew('idToken') as IDToken;\n } catch {\n // Renew errors will emit an \"error\" event \n }\n } else if (shouldRemove) {\n this.tokenManager.remove('idToken');\n }\n }\n\n return !!(accessToken && idToken);\n }\n\n\n async signInWithRedirect(opts: SigninWithRedirectOptions = {}) {\n const { originalUri, ...additionalParams } = opts;\n if(this._pending.handleLogin) { \n // Don't trigger second round\n return;\n }\n\n this._pending.handleLogin = true;\n try {\n // Trigger default signIn redirect flow\n if (originalUri) {\n this.setOriginalUri(originalUri);\n }\n const params = Object.assign({\n // TODO: remove this line when default scopes are changed OKTA-343294\n scopes: this.options.scopes || ['openid', 'email', 'profile']\n }, additionalParams);\n await this.token.getWithRedirect(params);\n } finally {\n this._pending.handleLogin = false;\n }\n }\n\n async getUser<T extends CustomUserClaims = CustomUserClaims>(): Promise<UserClaims<T>> {\n const { idToken, accessToken } = this.tokenManager.getTokensSync();\n return this.token.getUserInfo(accessToken, idToken);\n }\n \n getIdToken(): string | undefined {\n const { idToken } = this.tokenManager.getTokensSync();\n return idToken ? idToken.idToken : undefined;\n }\n \n getAccessToken(): string | undefined {\n const { accessToken } = this.tokenManager.getTokensSync();\n return accessToken ? accessToken.accessToken : undefined;\n }\n \n getRefreshToken(): string | undefined {\n const { refreshToken } = this.tokenManager.getTokensSync();\n return refreshToken ? refreshToken.refreshToken : undefined;\n }\n\n async getOrRenewAccessToken(): Promise<string | null> {\n const { accessToken } = this.tokenManager.getTokensSync();\n if (accessToken && !this.tokenManager.hasExpired(accessToken)) {\n return accessToken.accessToken;\n }\n try {\n const key = this.tokenManager.getStorageKeyByType('accessToken');\n const token = await this.tokenManager.renew(key ?? 'accessToken');\n return (token as AccessToken)?.accessToken ?? null;\n }\n catch (err) {\n this.emitter.emit('error', err);\n return null;\n }\n }\n \n /**\n * Store parsed tokens from redirect url\n */\n async storeTokensFromRedirect(): Promise<void> {\n const { tokens, responseType } = await this.token.parseFromUrl();\n if (responseType !== 'none') {\n this.tokenManager.setTokens(tokens);\n }\n }\n \n isLoginRedirect(): boolean {\n return isLoginRedirect(this);\n }\n\n isPKCE(): boolean {\n return !!this.options.pkce;\n }\n\n hasResponseType(responseType: OAuthResponseType): boolean {\n return hasResponseType(responseType, this.options);\n }\n \n isAuthorizationCodeFlow(): boolean {\n return this.hasResponseType('code');\n }\n\n // Escape hatch method to make arbitrary OKTA API call\n async invokeApiMethod(options: RequestOptions): Promise<unknown> {\n if (!options.accessToken) {\n const accessToken = (await this.tokenManager.getTokens()).accessToken as AccessToken;\n options.accessToken = accessToken?.accessToken;\n }\n return httpRequest(this, options);\n }\n \n // Revokes the access token for the application session\n async revokeAccessToken(accessToken?: AccessToken): Promise<unknown> {\n if (!accessToken) {\n const tokens = await this.tokenManager.getTokens();\n accessToken = tokens.accessToken;\n const accessTokenKey = this.tokenManager.getStorageKeyByType('accessToken');\n this.tokenManager.remove(accessTokenKey);\n\n if (this.options.dpop) {\n await clearDPoPKeyPairAfterRevoke('access', tokens);\n }\n }\n // Access token may have been removed. In this case, we will silently succeed.\n if (!accessToken) {\n return Promise.resolve(null);\n }\n return this.token.revoke(accessToken);\n }\n\n // Revokes the refresh token for the application session\n async revokeRefreshToken(refreshToken?: RefreshToken): Promise<unknown> {\n if (!refreshToken) {\n const tokens = await this.tokenManager.getTokens();\n refreshToken = tokens.refreshToken;\n const refreshTokenKey = this.tokenManager.getStorageKeyByType('refreshToken');\n this.tokenManager.remove(refreshTokenKey);\n\n if (this.options.dpop) {\n await clearDPoPKeyPairAfterRevoke('refresh', tokens);\n }\n }\n // Refresh token may have been removed. In this case, we will silently succeed.\n if (!refreshToken) {\n return Promise.resolve(null);\n }\n return this.token.revoke(refreshToken);\n }\n\n getSignOutRedirectUrl(options: SignoutRedirectUrlOptions = {}) {\n let {\n idToken,\n postLogoutRedirectUri,\n state,\n } = options;\n if (!idToken) {\n idToken = this.tokenManager.getTokensSync().idToken as IDToken;\n }\n if (!idToken) {\n return '';\n }\n if (postLogoutRedirectUri === undefined) {\n postLogoutRedirectUri = this.options.postLogoutRedirectUri;\n }\n\n const logoutUrl = getOAuthUrls(this).logoutUrl;\n const idTokenHint = idToken.idToken; // a string\n let logoutUri = logoutUrl + '?id_token_hint=' + encodeURIComponent(idTokenHint);\n if (postLogoutRedirectUri) {\n logoutUri += '&post_logout_redirect_uri=' + encodeURIComponent(postLogoutRedirectUri);\n } \n // State allows option parameters to be passed to logout redirect uri\n if (state) {\n logoutUri += '&state=' + encodeURIComponent(state);\n }\n\n return logoutUri;\n }\n\n // Revokes refreshToken or accessToken, clears all local tokens, then redirects to Okta to end the SSO session.\n // eslint-disable-next-line complexity, max-statements\n async signOut(options?: SignoutOptions): Promise<boolean> {\n options = Object.assign({}, options);\n \n // postLogoutRedirectUri must be whitelisted in Okta Admin UI\n const defaultUri = window.location.origin;\n const currentUri = window.location.href;\n // Fix for issue/1410 - allow for no postLogoutRedirectUri to be passed, resulting in /logout default behavior\n // \"If no Okta session exists, this endpoint has no effect and the browser is redirected immediately to the\n // Okta sign-in page or the post_logout_redirect_uri (if specified).\"\n // - https://developer.okta.com/docs/reference/api/oidc/#logout\n const postLogoutRedirectUri = options.postLogoutRedirectUri === null ? null :\n (options.postLogoutRedirectUri\n || this.options.postLogoutRedirectUri\n || defaultUri);\n const state = options?.state;\n \n \n let accessToken = options.accessToken;\n let refreshToken = options.refreshToken;\n const revokeAccessToken = options.revokeAccessToken !== false;\n const revokeRefreshToken = options.revokeRefreshToken !== false;\n \n if (revokeRefreshToken && typeof refreshToken === 'undefined') {\n refreshToken = this.tokenManager.getTokensSync().refreshToken as RefreshToken;\n }\n\n if (revokeAccessToken && typeof accessToken === 'undefined') {\n accessToken = this.tokenManager.getTokensSync().accessToken as AccessToken;\n }\n \n if (!options.idToken) {\n options.idToken = this.tokenManager.getTokensSync().idToken as IDToken;\n }\n\n if (revokeRefreshToken && refreshToken) {\n await this.revokeRefreshToken(refreshToken);\n }\n\n if (revokeAccessToken && accessToken) {\n await this.revokeAccessToken(accessToken);\n }\n\n const dpopPairId = accessToken?.dpopPairId ?? refreshToken?.dpopPairId;\n if (this.options.dpop && dpopPairId) {\n await clearDPoPKeyPair(dpopPairId);\n }\n\n const logoutUri = this.getSignOutRedirectUrl({ ...options, postLogoutRedirectUri });\n // No logoutUri? This can happen if the storage was cleared.\n // Fallback to XHR signOut, then simulate a redirect to the post logout uri\n if (!logoutUri) {\n // local tokens are cleared once session is closed\n const sessionClosed = await this.closeSession(); // can throw if the user cannot be signed out\n const redirectUri = new URL(postLogoutRedirectUri || defaultUri); // during fallback, redirectUri cannot be null\n if (state) {\n redirectUri.searchParams.append('state', state);\n }\n if (postLogoutRedirectUri === currentUri) {\n // window.location.reload(); // force a hard reload if URI is not changing\n window.location.href = redirectUri.href;\n } else {\n window.location.assign(redirectUri.href);\n }\n return sessionClosed;\n } else {\n if (options.clearTokensBeforeRedirect) {\n // Clear all local tokens\n this.tokenManager.clear();\n } else {\n this.tokenManager.addPendingRemoveFlags();\n }\n // Flow ends with logout redirect\n window.location.assign(logoutUri);\n return true;\n }\n }\n\n async getDPoPAuthorizationHeaders (params: DPoPRequest): Promise<DPoPHeaders> {\n if (!this.options.dpop) {\n throw new AuthSdkError('DPoP is not configured for this client instance');\n }\n\n let { accessToken } = params;\n if (!accessToken) {\n accessToken = (this.tokenManager.getTokensSync()).accessToken;\n }\n\n if (!accessToken) {\n throw new AuthSdkError('AccessToken is required to generate a DPoP Proof');\n }\n\n const keyPair = await findKeyPair(accessToken?.dpopPairId);\n const proof = await generateDPoPProof({...params, keyPair, accessToken: accessToken.accessToken});\n return {\n Authorization: `DPoP ${accessToken.accessToken}`,\n Dpop: proof\n };\n }\n\n async clearDPoPStorage (clearAll=false): Promise<void> {\n if (clearAll) {\n return clearAllDPoPKeyPairs();\n }\n\n const tokens = await this.tokenManager.getTokens();\n const keyPair = tokens.accessToken?.dpopPairId || tokens.refreshToken?.dpopPairId;\n\n if (keyPair) {\n await clearDPoPKeyPair(keyPair);\n }\n }\n\n parseUseDPoPNonceError (headers: HeadersInit): string | null {\n const wwwAuth = WWWAuthError.getWWWAuthenticateHeader(headers);\n const wwwErr = WWWAuthError.parseHeader(wwwAuth ?? '');\n if (isDPoPNonceError(wwwErr)) {\n let nonce: string | null = null;\n if (isFunction((headers as Headers)?.get)) {\n nonce = (headers as Headers).get('DPoP-Nonce');\n }\n nonce = nonce ?? headers['dpop-nonce'] ?? headers['DPoP-Nonce'];\n return nonce;\n }\n\n return null;\n }\n };\n\n}\n"],"names":["crypto"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgDgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAUxB,CAAW,CAAA,CAAA,CAAA,CAAA,CACX,6BAAgE,CAAA,CAAA,CAAA;;AAGhE,CAAA,CAAA,CAAA,CAAA,MAAM,CAAe,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,kBAAkB,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC,CAAC;IACjD,OAAO,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,eAAe,CAAA,CAAA;AAahD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAA,CAAA,CAAA;AACxB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAC,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAC;CAEf,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAkB,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,6BAA6B,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAA;oBACxE,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAI,CAAA,CAAA,CAAA,CAAC,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACpC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAkB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC,CAAC;CAErC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAI,CAAG,CAAA,CAAA,CAAA;oBACV,CAA6B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAI,CAAA,CAAA,CAAA,CAAC,CAA6B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;oBACjE,CAAgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAI,CAAA,CAAA,CAAA,CAAC,CAAgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;oBACvC,CAAgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAI,CAAA,CAAA,CAAA,CAAC,CAAgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;iBACxC,CAAC;CAEF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,EAAE,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;AAEvC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,GAAG,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,EAAE,CAAC;gBAEtC,CAAI,CAAA,CAAA,CAAA,CAAC,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAI,CAAA,CAAA,CAAA,CAAA,CAAE,CAAI,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AAGpD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,IAAI,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAI,CAAA,CAAA,CAAA,CAAA,CAAE,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAC;AAEtE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,eAAe,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC,CAAC;CACxC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAGD,YAAY,CAAA,CAAA,CAAA,CAAA;gBACV,CAAK,CAAA,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;AAGrB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,EAAE,CAAC;CAC3B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAKD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAe,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAkC,EAAE,CAAA,CAAA,CAAA;AAExD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,EAAE,CAAC;AAEjE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,SAAS,CAAC;AAC5F,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,UAAU,CAAC;CAE/F,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;CACxD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAE,CAAA,CAAA;CAC5D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAC;AACxB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,WAAW,CAAE,CAAA,CAAA;wBACf,CAAI,CAAA,CAAA,CAAA,CAAA;CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAK,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAgB,CAAC;AAC3E,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,EAAA,CAAA,CAAA,CAAA;AAEP,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,YAAY,CAAE,CAAA,CAAA;AACvB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,MAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAa,CAAC,CAAC;AACzC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAE,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;CACpD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAE,CAAA,CAAA;CACpD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAC;AACpB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,WAAW,CAAE,CAAA,CAAA;wBACf,CAAI,CAAA,CAAA,CAAA,CAAA;CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAK,CAAA,CAAA,CAAA,CAAA,CAAC,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC;AAC/D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,EAAA,CAAA,CAAA,CAAA;AAEP,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,YAAY,CAAE,CAAA,CAAA;AACvB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,MAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAC,CAAC;AACrC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,OAAO,CAAC,CAAA,CAAE,WAAW,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAC;CACnC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAGD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAkB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAkC,EAAE,CAAA,CAAA,CAAA;gBAC3D,MAAM,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAA,CAAA,CAAA,CAAA,CAA0B,IAAI,CAAzB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAI,CAAA,CAAA,CAAA,CAAA,CAA3C,CAAoC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC;AAClD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,WAAW,CAAE,CAAA,CAAA;oBAE5B,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACR,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,IAAI,CAAC;gBACjC,CAAI,CAAA,CAAA,CAAA,CAAA;AAEF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,WAAW,CAAE,CAAA,CAAA;AACf,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAc,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC,CAAC;AAClC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,MAAM,CAAC,CAAA;AAE3B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAI,CAAA,CAAA,CAAA,CAAC,OAAO,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAI,CAAA,CAAA,CAAA,CAAC,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,SAAS,CAAC;CAC9D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;CACrB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,CAAC,CAAe,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AAC1C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACR,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,KAAK,CAAC;AACnC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,OAAO,CAAA,CAAA,CAAA,CAAA;AACX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAa,EAAE,CAAC;CACnE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAI,CAAA,CAAA,CAAA,CAAC,CAAK,CAAA,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;CACrD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAED,UAAU,CAAA,CAAA,CAAA,CAAA;CACR,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAE,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;CACtD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,OAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,SAAS,CAAC;CAC9C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAED,cAAc,CAAA,CAAA,CAAA,CAAA;CACZ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;CAC1D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,WAAW,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,SAAS,CAAC;CAC1D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAED,eAAe,CAAA,CAAA,CAAA,CAAA;CACb,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAE,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;CAC3D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,YAAY,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,SAAS,CAAC;CAC7D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,qBAAqB,CAAA,CAAA,CAAA,CAAA;;CACzB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;gBAC1D,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAI,CAAA,CAAA,CAAA,CAAC,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAE,CAAA,CAAA;oBAC7D,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC;AAChC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;gBACD,CAAI,CAAA,CAAA,CAAA,CAAA;CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAG,CAAA,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAmB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AACjE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,KAAK,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,CAAC,CAAA,CAAA,CAAG,aAAH,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAH,CAAG,CAAA,CAAA,CAAA,CAAA,CAAI,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;oBAClE,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAArB,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAL,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAkB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC;AACpD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,GAAG,CAAE,CAAA,CAAA;CACV,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAG,CAAA,CAAA,CAAC,CAAC;AAChC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,IAAI,CAAC;AACb,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAKD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,uBAAuB,CAAA,CAAA,CAAA,CAAA;AAC3B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,YAAY,CAAE,CAAA,CAAA,CAAA,CAAG,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,EAAE,CAAC;gBACjE,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAE,CAAA,CAAA;AAC3B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,SAAS,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAC;AACrC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAED,eAAe,CAAA,CAAA,CAAA,CAAA;AACb,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAe,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC,CAAC;CAC9B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAED,MAAM,CAAA,CAAA,CAAA,CAAA;AACJ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,IAAI,CAAC;CAC5B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAe,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAA+B,CAAA,CAAA,CAAA;CAC7C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,eAAe,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,EAAE,CAAI,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;CACpD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAED,uBAAuB,CAAA,CAAA,CAAA,CAAA;AACrB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,OAAO,CAAI,CAAA,CAAA,CAAA,CAAC,eAAe,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAC;CACrC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAGD,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAe,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAuB,CAAA,CAAA,CAAA;AAC3C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,WAAW,CAAE,CAAA,CAAA;AACxB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAG,CAAA,CAAA,CAAC,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAE,CAAA,CAAA,CAAE,WAA0B,CAAC;oBACrF,OAAO,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,GAAG,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,KAAX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,WAAW,CAAC;AAChD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,OAAO,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,IAAI,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAC;CACnC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAGD,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAiB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAyB,CAAA,CAAA,CAAA;CAC/C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA;CAChB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;AACnD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,WAAW,CAAC;CACjC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAmB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AAC5E,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,MAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAc,CAAC,CAAC;AAEzC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAI,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,IAAI,CAAE,CAAA,CAAA;AACrB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAA2B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,QAAQ,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAC;AACrD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA;AAChB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,OAAO,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,OAAO,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC,CAAC;AAC9B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,CAAC,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;CACvC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAGD,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAkB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAA2B,CAAA,CAAA,CAAA;CAClD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAE,CAAA,CAAA;CACjB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;AACnD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,YAAY,CAAC;CACnC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAe,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAmB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAc,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AAC9E,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,MAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAe,CAAC,CAAC;AAE1C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAI,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,IAAI,CAAE,CAAA,CAAA;AACrB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAA2B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,SAAS,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAC;AACtD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAE,CAAA,CAAA;AACjB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,OAAO,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,OAAO,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC,CAAC;AAC9B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,CAAC,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;CACxC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAED,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,UAAqC,EAAE,CAAA,CAAA,CAAA;CAC3D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CACP,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAqB,EACrB,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CACN,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC;CACZ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAE,CAAA,CAAA;CACZ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAkB,CAAC;AAChE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAE,CAAA,CAAA;AACZ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,EAAE,CAAC;AACX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;gBACD,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAqB,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAE,CAAA,CAAA;AACvC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,qBAAqB,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,qBAAqB,CAAC;AAC5D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,SAAS,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAI,CAAA,CAAA,CAAA,CAAC,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAC;AAC/C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,OAAO,CAAC;CACpC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAiB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAkB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AAChF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,qBAAqB,CAAE,CAAA,CAAA;AACzB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,IAAI,CAA4B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,kBAAkB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAqB,CAAC,CAAC;AACvF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,KAAK,CAAE,CAAA,CAAA;AACT,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,IAAI,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,kBAAkB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,CAAC,CAAC;AACpD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,SAAS,CAAC;CAClB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAID,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAwB,CAAA,CAAA,CAAA;;CACpC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAE,CAAA,CAAA,CAAE,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AAGrC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,UAAU,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,MAAM,CAAC;AAC1C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,UAAU,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,IAAI,CAAC;AAKxC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,qBAAqB,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA;CACxE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;2BAC3B,CAAI,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAClC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAC,CAAC;gBACjB,MAAM,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,OAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAP,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAP,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,KAAK,CAAC;AAG7B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,WAAW,CAAC;AACtC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,YAAY,CAAC;AACxC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,iBAAiB,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAiB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,KAAK,CAAC;AAC9D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,kBAAkB,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAkB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,KAAK,CAAC;AAEhE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAkB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,OAAO,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,WAAW,CAAE,CAAA,CAAA;CAC7D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAA4B,CAAC;AAC/E,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAiB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,OAAO,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,WAAW,CAAE,CAAA,CAAA;CAC3D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAA0B,CAAC;AAC5E,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,OAAO,CAAE,CAAA,CAAA;oBACpB,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAkB,CAAC;AACxE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;gBAED,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAkB,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAE,CAAA,CAAA;AACtC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAI,CAAA,CAAA,CAAA,CAAC,kBAAkB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAC;AAC7C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;gBAED,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAiB,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA;AACpC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAI,CAAA,CAAA,CAAA,CAAC,iBAAiB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC,CAAC;AAC3C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,UAAU,CAAG,CAAA,CAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,KAAX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,WAAW,qBAAX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,KAAZ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,YAAY,qBAAZ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAC;AACvE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,UAAU,CAAE,CAAA,CAAA;AACnC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAgB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAC,CAAC;AACpC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAC,qBAAqB,iCAAM,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAC;CAGpF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAE,CAAA,CAAA;CAEd,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,aAAa,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,EAAE,CAAC;CAChD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAC,CAAqB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AACjE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,KAAK,CAAE,CAAA,CAAA;CACT,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAK,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AACjD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;oBACD,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAqB,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAE,CAAA,CAAA;CAExC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,IAAI,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC;AACzC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACL,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAI,CAAA,CAAA,CAAA,CAAC,CAAC;AAC1C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,aAAa,CAAC;AACtB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;oBACL,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAyB,CAAE,CAAA,CAAA;AAErC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,EAAE,CAAC;AAC3B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACL,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAqB,EAAE,CAAC;AAC3C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,MAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAC,CAAC;AAClC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,IAAI,CAAC;AACb,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;YAED,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAA2B,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAmB,CAAA,CAAA,CAAA;AACpD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAC,CAAA,CAAA,CAAA,CAAI,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,IAAI,CAAE,CAAA,CAAA;AACtB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAiD,CAAC,CAAC;AAC3E,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAI,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA,CAAA,CAAG,MAAM,CAAC;CAC7B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA;CAChB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAG,CAAA,CAAA,CAAC,CAAI,CAAA,CAAA,CAAA,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAa,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC;AAC/D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA;AAChB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAkD,CAAC,CAAC;AAC5E,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,OAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,WAAW,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,KAAX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AAC3D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAiB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,gCAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,IAAE,CAAC;gBAClG,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACL,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAa,EAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAQ,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAA,CAAA;AAChD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,EAAE,CAAK,CAAA,CAAA,CAAA,CAAA;iBACZ,CAAC;CACH,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,KAAK,CAAA,CAAA,CAAA;;AACpC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,QAAQ,CAAE,CAAA,CAAA;CACZ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAoB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;AAC/B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAC;AACnD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,OAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAM,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAW,MAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,UAAU,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAY,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,IAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,KAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAA,CAAA,CAAA,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC;AAElF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,OAAO,CAAE,CAAA,CAAA;AACX,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAgB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAC;AACjC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;CACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAsB,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAoB,CAAA,CAAA,CAAA;;CAC1C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,OAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAwB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC;AAC/D,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,MAAM,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,OAAO,CAAP,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAP,KAAA,CAAA,CAAA,CAAA,CAAA,OAAO,CAAI,CAAA,CAAA,CAAA,CAAE,CAAC,CAAC;AACvD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAgB,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAC,CAAE,CAAA,CAAA;oBAC5B,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAkB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC;oBAChC,IAAI,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,OAAmB,CAAnB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,mBAAP,OAAO,CAAc,CAAA,CAAA,CAAG,CAAC,CAAE,CAAA,CAAA;AACzC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,GAAI,CAAmB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,GAAG,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAC;AAChD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAG,CAAA,CAAA,CAAA,GAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAL,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,KAAK,cAAL,KAAK,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,CAAC,CAAC;AAChE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,KAAK,CAAC;AACd,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAED,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,IAAI,CAAC;CACb,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAvXQ,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAcA,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA;AAuXlC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA;AAEJ,CAAA;;"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../lib/oidc/mixin/index.ts"],"sourcesContent":["import { httpRequest, RequestOptions } from '../../http';\nimport { OktaAuthConstructor } from '../../base/types';\nimport { \n PromiseQueue,\n isFunction\n} from '../../util';\nimport { CryptoAPI } from '../../crypto/types';\nimport * as crypto from '../../crypto';\nimport {\n AccessToken,\n CustomUserClaims,\n IDToken,\n IsAuthenticatedOptions,\n OAuthResponseType,\n OAuthStorageManagerInterface,\n OAuthTransactionMeta,\n OktaAuthOAuthInterface,\n OktaAuthOAuthOptions,\n PkceAPI,\n PKCETransactionMeta,\n RefreshToken,\n SigninWithRedirectOptions,\n SignoutOptions,\n SignoutRedirectUrlOptions,\n TokenAPI,\n TransactionManagerInterface,\n TransactionManagerConstructor,\n UserClaims,\n Endpoints,\n DPoPRequest,\n DPoPHeaders\n} from '../types';\nimport PKCE from '../util/pkce';\nimport { createEndpoints, createTokenAPI } from '../factory/api';\nimport { TokenManager } from '../TokenManager';\nimport { getOAuthUrls, isLoginRedirect, hasResponseType } from '../util';\nimport { \n generateDPoPProof,\n clearDPoPKeyPair,\n clearAllDPoPKeyPairs,\n clearDPoPKeyPairAfterRevoke,\n findKeyPair,\n isDPoPNonceError\n} from '../dpop';\nimport { AuthSdkError, WWWAuthError } from '../../errors';\n\nimport { OktaAuthSessionInterface } from '../../session/types';\nimport { provideOriginalUri } from './node';\nexport function mixinOAuth\n<\n M extends OAuthTransactionMeta = PKCETransactionMeta,\n S extends OAuthStorageManagerInterface<M> = OAuthStorageManagerInterface<M>,\n O extends OktaAuthOAuthOptions = OktaAuthOAuthOptions,\n TM extends TransactionManagerInterface = TransactionManagerInterface,\n TBase extends OktaAuthConstructor<OktaAuthSessionInterface<S, O>>\n = OktaAuthConstructor<OktaAuthSessionInterface<S, O>>\n>\n(\n Base: TBase,\n TransactionManagerConstructor: TransactionManagerConstructor<TM>,\n): TBase & OktaAuthConstructor<OktaAuthOAuthInterface<M, S, O, TM>>\n{\n const WithOriginalUri = provideOriginalUri(Base);\n return class OktaAuthOAuth extends WithOriginalUri\n implements OktaAuthOAuthInterface<M, S, O, TM>\n {\n static crypto: CryptoAPI = crypto;\n token: TokenAPI;\n tokenManager: TokenManager;\n transactionManager: TM;\n pkce: PkceAPI;\n endpoints: Endpoints;\n\n _pending: { handleLogin: boolean };\n _tokenQueue: PromiseQueue;\n \n constructor(...args: any[]) {\n super(...args);\n\n this.transactionManager = new TransactionManagerConstructor(Object.assign({\n storageManager: this.storageManager,\n }, this.options.transactionManager));\n \n this.pkce = {\n DEFAULT_CODE_CHALLENGE_METHOD: PKCE.DEFAULT_CODE_CHALLENGE_METHOD,\n generateVerifier: PKCE.generateVerifier,\n computeChallenge: PKCE.computeChallenge\n };\n \n this._pending = { handleLogin: false };\n\n this._tokenQueue = new PromiseQueue();\n\n this.token = createTokenAPI(this, this._tokenQueue);\n\n // TokenManager\n this.tokenManager = new TokenManager(this, this.options.tokenManager);\n\n this.endpoints = createEndpoints(this);\n }\n\n // inherited from subclass\n clearStorage(): void {\n super.clearStorage();\n \n // Clear all local tokens\n this.tokenManager.clear();\n }\n\n // Returns true if both accessToken and idToken are not expired\n // If `autoRenew` option is set, will attempt to renew expired tokens before returning.\n // eslint-disable-next-line complexity\n async isAuthenticated(options: IsAuthenticatedOptions = {}): Promise<boolean> {\n // TODO: remove dependency on tokenManager options in next major version - OKTA-473815\n const { autoRenew, autoRemove } = this.tokenManager.getOptions();\n\n const shouldRenew = options.onExpiredToken ? options.onExpiredToken === 'renew' : autoRenew;\n const shouldRemove = options.onExpiredToken ? options.onExpiredToken === 'remove' : autoRemove;\n\n let { accessToken } = this.tokenManager.getTokensSync();\n if (accessToken && this.tokenManager.hasExpired(accessToken)) {\n accessToken = undefined;\n if (shouldRenew) {\n try {\n accessToken = await this.tokenManager.renew('accessToken') as AccessToken;\n } catch {\n // Renew errors will emit an \"error\" event \n }\n } else if (shouldRemove) {\n this.tokenManager.remove('accessToken');\n }\n }\n\n let { idToken } = this.tokenManager.getTokensSync();\n if (idToken && this.tokenManager.hasExpired(idToken)) {\n idToken = undefined;\n if (shouldRenew) {\n try {\n idToken = await this.tokenManager.renew('idToken') as IDToken;\n } catch {\n // Renew errors will emit an \"error\" event \n }\n } else if (shouldRemove) {\n this.tokenManager.remove('idToken');\n }\n }\n\n return !!(accessToken && idToken);\n }\n\n\n async signInWithRedirect(opts: SigninWithRedirectOptions = {}) {\n const { originalUri, ...additionalParams } = opts;\n if(this._pending.handleLogin) { \n // Don't trigger second round\n return;\n }\n\n this._pending.handleLogin = true;\n try {\n // Trigger default signIn redirect flow\n if (originalUri) {\n this.setOriginalUri(originalUri);\n }\n const params = Object.assign({\n // TODO: remove this line when default scopes are changed OKTA-343294\n scopes: this.options.scopes || ['openid', 'email', 'profile']\n }, additionalParams);\n await this.token.getWithRedirect(params);\n } finally {\n this._pending.handleLogin = false;\n }\n }\n\n async getUser<T extends CustomUserClaims = CustomUserClaims>(): Promise<UserClaims<T>> {\n const { idToken, accessToken } = this.tokenManager.getTokensSync();\n return this.token.getUserInfo(accessToken, idToken);\n }\n \n getIdToken(): string | undefined {\n const { idToken } = this.tokenManager.getTokensSync();\n return idToken ? idToken.idToken : undefined;\n }\n \n getAccessToken(): string | undefined {\n const { accessToken } = this.tokenManager.getTokensSync();\n return accessToken ? accessToken.accessToken : undefined;\n }\n \n getRefreshToken(): string | undefined {\n const { refreshToken } = this.tokenManager.getTokensSync();\n return refreshToken ? refreshToken.refreshToken : undefined;\n }\n\n async getOrRenewAccessToken(): Promise<string | null> {\n const { accessToken } = this.tokenManager.getTokensSync();\n if (accessToken && !this.tokenManager.hasExpired(accessToken)) {\n return accessToken.accessToken;\n }\n try {\n const key = this.tokenManager.getStorageKeyByType('accessToken');\n const token = await this.tokenManager.renew(key ?? 'accessToken');\n return (token as AccessToken)?.accessToken ?? null;\n }\n catch (err) {\n this.emitter.emit('error', err);\n return null;\n }\n }\n \n /**\n * Store parsed tokens from redirect url\n */\n async storeTokensFromRedirect(): Promise<void> {\n const { tokens, responseType } = await this.token.parseFromUrl();\n if (responseType !== 'none') {\n this.tokenManager.setTokens(tokens);\n }\n }\n \n isLoginRedirect(): boolean {\n return isLoginRedirect(this);\n }\n\n isPKCE(): boolean {\n return !!this.options.pkce;\n }\n\n hasResponseType(responseType: OAuthResponseType): boolean {\n return hasResponseType(responseType, this.options);\n }\n \n isAuthorizationCodeFlow(): boolean {\n return this.hasResponseType('code');\n }\n\n // Escape hatch method to make arbitrary OKTA API call\n async invokeApiMethod(options: RequestOptions): Promise<unknown> {\n if (!options.accessToken) {\n const accessToken = (await this.tokenManager.getTokens()).accessToken as AccessToken;\n options.accessToken = accessToken?.accessToken;\n }\n return httpRequest(this, options);\n }\n \n // Revokes the access token for the application session\n async revokeAccessToken(accessToken?: AccessToken): Promise<unknown> {\n if (!accessToken) {\n const tokens = await this.tokenManager.getTokens();\n accessToken = tokens.accessToken;\n const accessTokenKey = this.tokenManager.getStorageKeyByType('accessToken');\n this.tokenManager.remove(accessTokenKey);\n\n if (this.options.dpop) {\n await clearDPoPKeyPairAfterRevoke('access', tokens);\n }\n }\n // Access token may have been removed. In this case, we will silently succeed.\n if (!accessToken) {\n return Promise.resolve(null);\n }\n return this.token.revoke(accessToken);\n }\n\n // Revokes the refresh token for the application session\n async revokeRefreshToken(refreshToken?: RefreshToken): Promise<unknown> {\n if (!refreshToken) {\n const tokens = await this.tokenManager.getTokens();\n refreshToken = tokens.refreshToken;\n const refreshTokenKey = this.tokenManager.getStorageKeyByType('refreshToken');\n this.tokenManager.remove(refreshTokenKey);\n\n if (this.options.dpop) {\n await clearDPoPKeyPairAfterRevoke('refresh', tokens);\n }\n }\n // Refresh token may have been removed. In this case, we will silently succeed.\n if (!refreshToken) {\n return Promise.resolve(null);\n }\n return this.token.revoke(refreshToken);\n }\n\n getSignOutRedirectUrl(options: SignoutRedirectUrlOptions = {}) {\n let {\n idToken,\n postLogoutRedirectUri,\n state,\n } = options;\n if (!idToken) {\n idToken = this.tokenManager.getTokensSync().idToken as IDToken;\n }\n if (!idToken) {\n return '';\n }\n if (postLogoutRedirectUri === undefined) {\n postLogoutRedirectUri = this.options.postLogoutRedirectUri;\n }\n\n const logoutUrl = getOAuthUrls(this).logoutUrl;\n const idTokenHint = idToken.idToken; // a string\n let logoutUri = logoutUrl + '?id_token_hint=' + encodeURIComponent(idTokenHint);\n if (postLogoutRedirectUri) {\n logoutUri += '&post_logout_redirect_uri=' + encodeURIComponent(postLogoutRedirectUri);\n } \n // State allows option parameters to be passed to logout redirect uri\n if (state) {\n logoutUri += '&state=' + encodeURIComponent(state);\n }\n\n return logoutUri;\n }\n\n // Revokes refreshToken or accessToken, clears all local tokens, then redirects to Okta to end the SSO session.\n // eslint-disable-next-line complexity, max-statements\n async signOut(options?: SignoutOptions): Promise<boolean> {\n options = Object.assign({}, options);\n \n // postLogoutRedirectUri must be whitelisted in Okta Admin UI\n const defaultUri = window.location.origin;\n const currentUri = window.location.href;\n // Fix for issue/1410 - allow for no postLogoutRedirectUri to be passed, resulting in /logout default behavior\n // \"If no Okta session exists, this endpoint has no effect and the browser is redirected immediately to the\n // Okta sign-in page or the post_logout_redirect_uri (if specified).\"\n // - https://developer.okta.com/docs/reference/api/oidc/#logout\n const postLogoutRedirectUri = options.postLogoutRedirectUri === null ? null :\n (options.postLogoutRedirectUri\n || this.options.postLogoutRedirectUri\n || defaultUri);\n const state = options?.state;\n \n \n let accessToken = options.accessToken;\n let refreshToken = options.refreshToken;\n const revokeAccessToken = options.revokeAccessToken !== false;\n const revokeRefreshToken = options.revokeRefreshToken !== false;\n \n if (revokeRefreshToken && typeof refreshToken === 'undefined') {\n refreshToken = this.tokenManager.getTokensSync().refreshToken as RefreshToken;\n }\n\n if (revokeAccessToken && typeof accessToken === 'undefined') {\n accessToken = this.tokenManager.getTokensSync().accessToken as AccessToken;\n }\n \n if (!options.idToken) {\n options.idToken = this.tokenManager.getTokensSync().idToken as IDToken;\n }\n\n if (revokeRefreshToken && refreshToken) {\n await this.revokeRefreshToken(refreshToken);\n }\n\n if (revokeAccessToken && accessToken) {\n await this.revokeAccessToken(accessToken);\n }\n\n const dpopPairId = accessToken?.dpopPairId ?? refreshToken?.dpopPairId;\n if (this.options.dpop && dpopPairId) {\n await clearDPoPKeyPair(dpopPairId);\n }\n\n const logoutUri = this.getSignOutRedirectUrl({ ...options, postLogoutRedirectUri });\n // No logoutUri? This can happen if the storage was cleared.\n // Fallback to XHR signOut, then simulate a redirect to the post logout uri\n if (!logoutUri) {\n // local tokens are cleared once session is closed\n const sessionClosed = await this.closeSession(); // can throw if the user cannot be signed out\n const redirectUri = new URL(postLogoutRedirectUri || defaultUri); // during fallback, redirectUri cannot be null\n if (state) {\n redirectUri.searchParams.append('state', state);\n }\n if (postLogoutRedirectUri === currentUri) {\n // window.location.reload(); // force a hard reload if URI is not changing\n window.location.href = redirectUri.href;\n } else {\n window.location.assign(redirectUri.href);\n }\n return sessionClosed;\n } else {\n if (options.clearTokensBeforeRedirect) {\n // Clear all local tokens\n this.tokenManager.clear();\n } else {\n this.tokenManager.addPendingRemoveFlags();\n }\n // Flow ends with logout redirect\n window.location.assign(logoutUri);\n return true;\n }\n }\n\n async getDPoPAuthorizationHeaders (params: DPoPRequest): Promise<DPoPHeaders> {\n if (!this.options.dpop) {\n throw new AuthSdkError('DPoP is not configured for this client instance');\n }\n\n let { accessToken } = params;\n if (!accessToken) {\n accessToken = (this.tokenManager.getTokensSync()).accessToken;\n }\n\n if (!accessToken) {\n throw new AuthSdkError('AccessToken is required to generate a DPoP Proof');\n }\n\n const keyPair = await findKeyPair(accessToken?.dpopPairId);\n const proof = await generateDPoPProof({...params, keyPair, accessToken: accessToken.accessToken});\n return {\n Authorization: `DPoP ${accessToken.accessToken}`,\n Dpop: proof\n };\n }\n\n async clearDPoPStorage (clearAll=false): Promise<void> {\n if (clearAll) {\n return clearAllDPoPKeyPairs();\n }\n\n const tokens = await this.tokenManager.getTokens();\n const keyPair = tokens.accessToken?.dpopPairId || tokens.refreshToken?.dpopPairId;\n\n if (keyPair) {\n await clearDPoPKeyPair(keyPair);\n }\n }\n\n parseUseDPoPNonceError (headers: HeadersInit): string | null {\n const wwwAuth = WWWAuthError.getWWWAuthenticateHeader(headers);\n const wwwErr = WWWAuthError.parseHeader(wwwAuth ?? '');\n if (isDPoPNonceError(wwwErr)) {\n let nonce: string | null = null;\n if (isFunction((headers as Headers)?.get)) {\n nonce = (headers as Headers).get('DPoP-Nonce');\n }\n nonce = nonce ?? headers['dpop-nonce'] ?? headers['DPoP-Nonce'];\n return nonce;\n }\n\n return null;\n }\n };\n\n}\n"],"names":["crypto"],"mappings":"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"}
|
|
@@ -12,12 +12,10 @@
|
|
|
12
12
|
|
|
13
13
|
import { createBaseTokenAPI } from '../factory/baseApi.js';
|
|
14
14
|
import '../../errors/WWWAuthError.js';
|
|
15
|
-
import '../../crypto/node.js';
|
|
16
15
|
import { isLoginRedirect, hasResponseType } from '../util/loginRedirect.js';
|
|
17
16
|
import '../../http/request.js';
|
|
18
17
|
import 'tiny-emitter';
|
|
19
18
|
import '../../server/serverStorage.js';
|
|
20
|
-
import 'cross-fetch';
|
|
21
19
|
import '../types/Token.js';
|
|
22
20
|
|
|
23
21
|
function mixinMinimalOAuth(Base, TransactionManagerConstructor) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"minimal.js","sources":["../../../../../lib/oidc/mixin/minimal.ts"],"sourcesContent":["\nimport { OktaAuthConstructor } from '../../base/types';\nimport {\n OAuthResponseType,\n OAuthStorageManagerInterface,\n OAuthTransactionMeta,\n MinimalOktaOAuthInterface,\n OktaAuthOAuthOptions,\n PKCETransactionMeta,\n BaseTokenAPI,\n TransactionManagerInterface,\n TransactionManagerConstructor,\n} from '../types';\nimport { createBaseTokenAPI } from '../factory/baseApi';\nimport { isLoginRedirect, hasResponseType } from '../util';\n\nimport { OktaAuthSessionInterface } from '../../session/types';\nexport function mixinMinimalOAuth\n<\n M extends OAuthTransactionMeta = PKCETransactionMeta,\n S extends OAuthStorageManagerInterface<M> = OAuthStorageManagerInterface<M>,\n O extends OktaAuthOAuthOptions = OktaAuthOAuthOptions,\n TM extends TransactionManagerInterface = TransactionManagerInterface,\n TBase extends OktaAuthConstructor<OktaAuthSessionInterface<S, O>>\n = OktaAuthConstructor<OktaAuthSessionInterface<S, O>>\n>\n(\n Base: TBase,\n TransactionManagerConstructor: TransactionManagerConstructor<TM>,\n): TBase & OktaAuthConstructor<MinimalOktaOAuthInterface<M, S, O, TM>>\n{\n return class OktaAuthOAuth extends Base implements MinimalOktaOAuthInterface<M, S, O, TM>\n {\n token: BaseTokenAPI;\n transactionManager: TM;\n \n constructor(...args: any[]) {\n super(...args);\n\n this.transactionManager = new TransactionManagerConstructor(Object.assign({\n storageManager: this.storageManager,\n }, this.options.transactionManager));\n \n this.token = createBaseTokenAPI(this as any);\n }\n\n isLoginRedirect(): boolean {\n return isLoginRedirect(this as any);\n }\n\n isPKCE(): boolean {\n return !!this.options.pkce;\n }\n\n hasResponseType(responseType: OAuthResponseType): boolean {\n return hasResponseType(responseType, this.options);\n }\n\n isAuthorizationCodeFlow(): boolean {\n return this.hasResponseType('code');\n }\n\n };\n\n}\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"minimal.js","sources":["../../../../../lib/oidc/mixin/minimal.ts"],"sourcesContent":["\nimport { OktaAuthConstructor } from '../../base/types';\nimport {\n OAuthResponseType,\n OAuthStorageManagerInterface,\n OAuthTransactionMeta,\n MinimalOktaOAuthInterface,\n OktaAuthOAuthOptions,\n PKCETransactionMeta,\n BaseTokenAPI,\n TransactionManagerInterface,\n TransactionManagerConstructor,\n} from '../types';\nimport { createBaseTokenAPI } from '../factory/baseApi';\nimport { isLoginRedirect, hasResponseType } from '../util';\n\nimport { OktaAuthSessionInterface } from '../../session/types';\nexport function mixinMinimalOAuth\n<\n M extends OAuthTransactionMeta = PKCETransactionMeta,\n S extends OAuthStorageManagerInterface<M> = OAuthStorageManagerInterface<M>,\n O extends OktaAuthOAuthOptions = OktaAuthOAuthOptions,\n TM extends TransactionManagerInterface = TransactionManagerInterface,\n TBase extends OktaAuthConstructor<OktaAuthSessionInterface<S, O>>\n = OktaAuthConstructor<OktaAuthSessionInterface<S, O>>\n>\n(\n Base: TBase,\n TransactionManagerConstructor: TransactionManagerConstructor<TM>,\n): TBase & OktaAuthConstructor<MinimalOktaOAuthInterface<M, S, O, TM>>\n{\n return class OktaAuthOAuth extends Base implements MinimalOktaOAuthInterface<M, S, O, TM>\n {\n token: BaseTokenAPI;\n transactionManager: TM;\n \n constructor(...args: any[]) {\n super(...args);\n\n this.transactionManager = new TransactionManagerConstructor(Object.assign({\n storageManager: this.storageManager,\n }, this.options.transactionManager));\n \n this.token = createBaseTokenAPI(this as any);\n }\n\n isLoginRedirect(): boolean {\n return isLoginRedirect(this as any);\n }\n\n isPKCE(): boolean {\n return !!this.options.pkce;\n }\n\n hasResponseType(responseType: OAuthResponseType): boolean {\n return hasResponseType(responseType, this.options);\n }\n\n isAuthorizationCodeFlow(): boolean {\n return this.hasResponseType('code');\n }\n\n };\n\n}\n"],"names":[],"mappings":"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"}
|
|
@@ -68,6 +68,7 @@ function createOAuthOptionsConstructor() {
|
|
|
68
68
|
this.maxAge = options.maxAge;
|
|
69
69
|
this.dpop = options.dpop === true;
|
|
70
70
|
this.dpopOptions = Object.assign({ allowBearerTokens: false }, options.dpopOptions);
|
|
71
|
+
this.decodeAccessTokens = options.decodeAccessTokens === true;
|
|
71
72
|
this.tokenManager = options.tokenManager;
|
|
72
73
|
this.postLogoutRedirectUri = options.postLogoutRedirectUri;
|
|
73
74
|
this.restoreOriginalUri = options.restoreOriginalUri;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OAuthOptionsConstructor.js","sources":["../../../../../lib/oidc/options/OAuthOptionsConstructor.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { DEFAULT_MAX_CLOCK_SKEW } from '../../constants';\nimport { removeTrailingSlash, toAbsoluteUrl } from '../../util/url';\nimport { isBrowser } from '../../features';\nimport { createHttpOptionsConstructor } from '../../http/options';\nimport {\n OAuthResponseMode,\n OAuthResponseType,\n OktaAuthOAuthInterface,\n OktaAuthOAuthOptions,\n SetLocationFunction,\n TokenManagerOptions,\n TransactionManagerOptions,\n DPoPOptions\n} from '../types';\nimport { enableSharedStorage } from './node';\nimport AuthSdkError from '../../errors/AuthSdkError';\n\nfunction assertValidConfig(args) {\n args = args || {};\n\n var scopes = args.scopes;\n if (scopes && !Array.isArray(scopes)) {\n throw new AuthSdkError('scopes must be a array of strings. ' +\n 'Required usage: new OktaAuth({scopes: [\"openid\", \"email\"]})');\n }\n\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n var issuer = args.issuer!;\n if (!issuer) {\n throw new AuthSdkError('No issuer passed to constructor. ' + \n 'Required usage: new OktaAuth({issuer: \"https://{yourOktaDomain}.com/oauth2/{authServerId}\"})');\n }\n\n var isUrlRegex = new RegExp('^http?s?://.+');\n if (!isUrlRegex.test(issuer)) {\n throw new AuthSdkError('Issuer must be a valid URL. ' + \n 'Required usage: new OktaAuth({issuer: \"https://{yourOktaDomain}.com/oauth2/{authServerId}\"})');\n }\n\n if (issuer.indexOf('-admin.okta') !== -1) {\n throw new AuthSdkError('Issuer URL passed to constructor contains \"-admin\" in subdomain. ' +\n 'Required usage: new OktaAuth({issuer: \"https://{yourOktaDomain}.com})');\n }\n}\n\nexport function createOAuthOptionsConstructor() {\n const HttpOptionsConstructor = createHttpOptionsConstructor();\n return class OAuthOptionsConstructor\n extends HttpOptionsConstructor\n implements Required<OktaAuthOAuthOptions>\n {\n // CustomUrls\n issuer: string;\n authorizeUrl: string;\n userinfoUrl: string;\n tokenUrl: string;\n revokeUrl: string;\n logoutUrl: string;\n \n // TokenParams\n pkce: boolean;\n clientId: string;\n redirectUri: string;\n responseType: OAuthResponseType | OAuthResponseType[];\n responseMode: OAuthResponseMode;\n state: string;\n scopes: string[];\n ignoreSignature: boolean;\n codeChallenge: string;\n codeChallengeMethod: string;\n acrValues: string;\n maxAge: string | number;\n dpop: boolean;\n dpopOptions: DPoPOptions;\n\n // Additional options\n tokenManager: TokenManagerOptions;\n postLogoutRedirectUri: string;\n restoreOriginalUri: (oktaAuth: OktaAuthOAuthInterface, originalUri?: string) => Promise<void>;\n transactionManager: TransactionManagerOptions;\n\n // For server-side web applications ONLY!\n clientSecret: string;\n setLocation: SetLocationFunction;\n\n // Workaround for bad client time/clock\n ignoreLifetime: boolean;\n maxClockSkew: number;\n\n\n // eslint-disable-next-line max-statements\n constructor(options: any) {\n super(options);\n \n assertValidConfig(options);\n \n this.issuer = removeTrailingSlash(options.issuer);\n this.tokenUrl = removeTrailingSlash(options.tokenUrl);\n this.authorizeUrl = removeTrailingSlash(options.authorizeUrl);\n this.userinfoUrl = removeTrailingSlash(options.userinfoUrl);\n this.revokeUrl = removeTrailingSlash(options.revokeUrl);\n this.logoutUrl = removeTrailingSlash(options.logoutUrl);\n\n this.pkce = options.pkce === false ? false : true; // PKCE defaults to true\n this.clientId = options.clientId;\n this.redirectUri = options.redirectUri;\n if (isBrowser()) {\n this.redirectUri = toAbsoluteUrl(options.redirectUri, window.location.origin); // allow relative URIs\n }\n this.responseType = options.responseType;\n this.responseMode = options.responseMode;\n this.state = options.state;\n this.scopes = options.scopes;\n // Give the developer the ability to disable token signature validation.\n this.ignoreSignature = !!options.ignoreSignature;\n this.codeChallenge = options.codeChallenge;\n this.codeChallengeMethod = options.codeChallengeMethod;\n this.acrValues = options.acrValues;\n this.maxAge = options.maxAge;\n this.dpop = options.dpop === true; // dpop defaults to false\n this.dpopOptions = {\n allowBearerTokens: false,\n ...options.dpopOptions,\n };\n\n this.tokenManager = options.tokenManager;\n this.postLogoutRedirectUri = options.postLogoutRedirectUri;\n this.restoreOriginalUri = options.restoreOriginalUri;\n this.transactionManager = { enableSharedStorage, ...options.transactionManager };\n \n this.clientSecret = options.clientSecret;\n this.setLocation = options.setLocation;\n \n // As some end user's devices can have their date \n // and time incorrectly set, allow for the disabling\n // of the jwt liftetime validation\n this.ignoreLifetime = !!options.ignoreLifetime;\n\n // Digital clocks will drift over time, so the server\n // can misalign with the time reported by the browser.\n // The maxClockSkew allows relaxing the time-based\n // validation of tokens (in seconds, not milliseconds).\n // It currently defaults to 300, because 5 min is the\n // default maximum tolerance allowed by Kerberos.\n // (https://technet.microsoft.com/en-us/library/cc976357.aspx)\n if (!options.maxClockSkew && options.maxClockSkew !== 0) {\n this.maxClockSkew = DEFAULT_MAX_CLOCK_SKEW;\n } else {\n this.maxClockSkew = options.maxClockSkew;\n }\n\n }\n };\n}\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"OAuthOptionsConstructor.js","sources":["../../../../../lib/oidc/options/OAuthOptionsConstructor.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { DEFAULT_MAX_CLOCK_SKEW } from '../../constants';\nimport { removeTrailingSlash, toAbsoluteUrl } from '../../util/url';\nimport { isBrowser } from '../../features';\nimport { createHttpOptionsConstructor } from '../../http/options';\nimport {\n OAuthResponseMode,\n OAuthResponseType,\n OktaAuthOAuthInterface,\n OktaAuthOAuthOptions,\n SetLocationFunction,\n TokenManagerOptions,\n TransactionManagerOptions,\n DPoPOptions\n} from '../types';\nimport { enableSharedStorage } from './node';\nimport AuthSdkError from '../../errors/AuthSdkError';\n\nfunction assertValidConfig(args) {\n args = args || {};\n\n var scopes = args.scopes;\n if (scopes && !Array.isArray(scopes)) {\n throw new AuthSdkError('scopes must be a array of strings. ' +\n 'Required usage: new OktaAuth({scopes: [\"openid\", \"email\"]})');\n }\n\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n var issuer = args.issuer!;\n if (!issuer) {\n throw new AuthSdkError('No issuer passed to constructor. ' + \n 'Required usage: new OktaAuth({issuer: \"https://{yourOktaDomain}.com/oauth2/{authServerId}\"})');\n }\n\n var isUrlRegex = new RegExp('^http?s?://.+');\n if (!isUrlRegex.test(issuer)) {\n throw new AuthSdkError('Issuer must be a valid URL. ' + \n 'Required usage: new OktaAuth({issuer: \"https://{yourOktaDomain}.com/oauth2/{authServerId}\"})');\n }\n\n if (issuer.indexOf('-admin.okta') !== -1) {\n throw new AuthSdkError('Issuer URL passed to constructor contains \"-admin\" in subdomain. ' +\n 'Required usage: new OktaAuth({issuer: \"https://{yourOktaDomain}.com})');\n }\n}\n\nexport function createOAuthOptionsConstructor() {\n const HttpOptionsConstructor = createHttpOptionsConstructor();\n return class OAuthOptionsConstructor\n extends HttpOptionsConstructor\n implements Required<OktaAuthOAuthOptions>\n {\n // CustomUrls\n issuer: string;\n authorizeUrl: string;\n userinfoUrl: string;\n tokenUrl: string;\n revokeUrl: string;\n logoutUrl: string;\n \n // TokenParams\n pkce: boolean;\n clientId: string;\n redirectUri: string;\n responseType: OAuthResponseType | OAuthResponseType[];\n responseMode: OAuthResponseMode;\n state: string;\n scopes: string[];\n ignoreSignature: boolean;\n codeChallenge: string;\n codeChallengeMethod: string;\n acrValues: string;\n maxAge: string | number;\n dpop: boolean;\n dpopOptions: DPoPOptions;\n\n decodeAccessTokens: boolean;\n\n // Additional options\n tokenManager: TokenManagerOptions;\n postLogoutRedirectUri: string;\n restoreOriginalUri: (oktaAuth: OktaAuthOAuthInterface, originalUri?: string) => Promise<void>;\n transactionManager: TransactionManagerOptions;\n\n // For server-side web applications ONLY!\n clientSecret: string;\n setLocation: SetLocationFunction;\n\n // Workaround for bad client time/clock\n ignoreLifetime: boolean;\n maxClockSkew: number;\n\n\n // eslint-disable-next-line max-statements\n constructor(options: any) {\n super(options);\n \n assertValidConfig(options);\n \n this.issuer = removeTrailingSlash(options.issuer);\n this.tokenUrl = removeTrailingSlash(options.tokenUrl);\n this.authorizeUrl = removeTrailingSlash(options.authorizeUrl);\n this.userinfoUrl = removeTrailingSlash(options.userinfoUrl);\n this.revokeUrl = removeTrailingSlash(options.revokeUrl);\n this.logoutUrl = removeTrailingSlash(options.logoutUrl);\n\n this.pkce = options.pkce === false ? false : true; // PKCE defaults to true\n this.clientId = options.clientId;\n this.redirectUri = options.redirectUri;\n if (isBrowser()) {\n this.redirectUri = toAbsoluteUrl(options.redirectUri, window.location.origin); // allow relative URIs\n }\n this.responseType = options.responseType;\n this.responseMode = options.responseMode;\n this.state = options.state;\n this.scopes = options.scopes;\n // Give the developer the ability to disable token signature validation.\n this.ignoreSignature = !!options.ignoreSignature;\n this.codeChallenge = options.codeChallenge;\n this.codeChallengeMethod = options.codeChallengeMethod;\n this.acrValues = options.acrValues;\n this.maxAge = options.maxAge;\n this.dpop = options.dpop === true; // dpop defaults to false\n this.dpopOptions = {\n allowBearerTokens: false,\n ...options.dpopOptions,\n };\n\n // backwards compatibility option - not recommended\n this.decodeAccessTokens = options.decodeAccessTokens === true; // defaults to false\n\n this.tokenManager = options.tokenManager;\n this.postLogoutRedirectUri = options.postLogoutRedirectUri;\n this.restoreOriginalUri = options.restoreOriginalUri;\n this.transactionManager = { enableSharedStorage, ...options.transactionManager };\n \n this.clientSecret = options.clientSecret;\n this.setLocation = options.setLocation;\n \n // As some end user's devices can have their date \n // and time incorrectly set, allow for the disabling\n // of the jwt liftetime validation\n this.ignoreLifetime = !!options.ignoreLifetime;\n\n // Digital clocks will drift over time, so the server\n // can misalign with the time reported by the browser.\n // The maxClockSkew allows relaxing the time-based\n // validation of tokens (in seconds, not milliseconds).\n // It currently defaults to 300, because 5 min is the\n // default maximum tolerance allowed by Kerberos.\n // (https://technet.microsoft.com/en-us/library/cc976357.aspx)\n if (!options.maxClockSkew && options.maxClockSkew !== 0) {\n this.maxClockSkew = DEFAULT_MAX_CLOCK_SKEW;\n } else {\n this.maxClockSkew = options.maxClockSkew;\n }\n\n }\n };\n}\n"],"names":[],"mappings":"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"}
|
|
@@ -13,12 +13,10 @@
|
|
|
13
13
|
import AuthSdkError from '../errors/AuthSdkError.js';
|
|
14
14
|
import '../errors/WWWAuthError.js';
|
|
15
15
|
import { isString } from '../util/types.js';
|
|
16
|
-
import '../crypto/node.js';
|
|
17
16
|
import { isInteractionRequiredError } from './util/errors.js';
|
|
18
17
|
import '../http/request.js';
|
|
19
18
|
import 'tiny-emitter';
|
|
20
19
|
import '../server/serverStorage.js';
|
|
21
|
-
import 'cross-fetch';
|
|
22
20
|
import { urlParamsToObject } from './util/urlParams.js';
|
|
23
21
|
import './types/Token.js';
|
|
24
22
|
import { handleOAuthResponse } from './handleOAuthResponse.js';
|